summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 44c8523)
raw | patch | inline | side by side (parent: 44c8523)
author | Florian Forster <octo@verplant.org> | |
Sat, 26 Jan 2008 17:00:13 +0000 (18:00 +0100) | ||
committer | Florian Forster <octo@verplant.org> | |
Sat, 26 Jan 2008 17:00:13 +0000 (18:00 +0100) |
bindings/perl/lib/Net/Oping.pm | patch | blob | history |
index ffaaa1b03b04f5a8d1ddf1f32eb24a9d137a3f02..2f01d21d45fdb96436763361cc4b54acca905436 100644 (file)
=back
+=head1 CAVEATS
+
+The C<oping> library opens a raw socket to be able to send ICMP packets. On
+most systems normal users are not allowed to do this. This is why on most
+systems the L<ping(1)> utility is installed as SetUID-root. Since, when using
+this module, no external process is spawned B<this> process needs the
+appropriate permissions. This means that either your script has to run as
+superuser or, under Linux, needs the C<CAP_NET_RAW> capability.
+
=head1 SEE ALSO
L<liboping(3)>