← Back to team overview

openlp-core team mailing list archive

[Bug 936320] [NEW] change in "Finding your IP address on Linux"

 

Public bug reported:

Currently on Linux users should call:
linux@user:~$ifconfig
On Debian (and I guess on other systems as well) ifconfig is located in /sbin. Therefore the command will not be found (as it is not in the $PATH for normal users).
You have to use:
linux@user:~$ /sbin/ifconfig
I guess this will work on all distrubutions as well.

** Affects: openlp/documentation
     Importance: Undecided
         Status: New

** Also affects: openlp/documentation
   Importance: Undecided
       Status: New

** No longer affects: openlp

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/936320

Title:
  change in "Finding your IP address on Linux"

Status in OpenLP documentation series:
  New

Bug description:
  Currently on Linux users should call:
  linux@user:~$ifconfig
  On Debian (and I guess on other systems as well) ifconfig is located in /sbin. Therefore the command will not be found (as it is not in the $PATH for normal users).
  You have to use:
  linux@user:~$ /sbin/ifconfig
  I guess this will work on all distrubutions as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/documentation/+bug/936320/+subscriptions


Follow ups

References