From 2bfb3eb7d0323e69affca154395f51d8b577414d Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 6 Apr 2016 00:46:19 +0200 Subject: Imported Upstream version 1.1.93 --- man/nm-online.xml | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 man/nm-online.xml (limited to 'man/nm-online.xml') diff --git a/man/nm-online.xml b/man/nm-online.xml new file mode 100644 index 00000000..f1f7a0d4 --- /dev/null +++ b/man/nm-online.xml @@ -0,0 +1,171 @@ + + + +%entities; +]> + + + + + + + nm-online + NetworkManager developers + + + + nm-online + 1 + NetworkManager + General Commands Manual + &NM_VERSION; + + + + nm-online + ask NetworkManager whether the network is connected + + + + + nm-online + OPTIONS + + + + Description + nm-online is a utility to find out whether we are + online. It is done by asking NetworkManager about its status. When run, + nm-online waits until NetworkManager reports an active + connection, or specified timeout expires. On exit, the returned status code + should be checked (see the return codes below). + + By default NetworkManager waits for IPv4 dynamic addressing to complete + but does not wait for the auto IPv6 dynamic addressing. To + wait for IPv6 addressing to complete, either (1) change the network + connection's IPv6 may-fail setting to no, + and/or (2) change the IPv6 addressing method to manual or + dhcp, to indicate that IPv6 connectivity is expected. + + + Options + + + + + + + + seconds + + + + Time to wait for a connection, in seconds. If the option is not provided, + the default timeout is 30 seconds. + + + + + + + + + + + + Exit immediately if NetworkManager is not running or connecting. + + + + + + + + + + + Don't print anything. + + + + + + + + + + + Wait for NetworkManager startup to complete, rather than waiting for + network connectivity specifically. Startup is considered complete once + NetworkManager has activated (or attempted to activate) every auto-activate + connection which is available given the current network state. (This is + generally only useful at boot time; after startup has completed, + nm-online -s will just return immediately, regardless of the + current network state.) + + + + + + + Exit Status + + nm-online exits with status 0 if it succeeds, a value + greater than 0 is returned if an error occurs. + + + + 0 + + Success – already online or connection established within given timeout. + + + + + 1 + + Offline or not online within given timeout. + + + + + 2 + + Unknown or unspecified error. + + + + + + + See Also + nmcli1, + NetworkManager8. + + + -- cgit 1.3.0-6-gf8a5