On 2021-08-04 5:39 p.m., Douglas McGarrett wrote:
I don't know what the ip address of this machine
At the command prompt: ip addr show Or, if you prefer: ifconfig
On 8/4/21 8:48 PM, James Knott wrote:
On 2021-08-04 5:39 p.m., Douglas McGarrett wrote:
I don't know what the ip address of this machine
At the command prompt: ip addr show Or, if you prefer: ifconfig Not sure what this means:
doug@localhost:~> ip addr show 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether f0:4d:a2:0f:81:cf brd ff:ff:ff:ff:ff:ff altname enp0s25 inet 192.168.0.102/24 brd 192.168.0.255 scope global dynamic noprefixroute eth0 valid_lft 585455sec preferred_lft 585455sec inet6 fe80::f24d:a2ff:fe0f:81cf/64 scope link noprefixroute valid_lft forever preferred_lft forever Had to try and install ifconfig -- no luck: The program 'ifconfig' can be found in following packages: * net-tools-deprecated [ path: /bin/ifconfig, repository: zypp (repo-oss) ] * net-tools-deprecated [ path: /usr/bin/ifconfig, repository: zypp (repo-oss) ] Try installing with: sudo zypper install net-tools-deprecated doug@localhost:~> sudo zypper install net-tools-deprecated [sudo] password for root: System management is locked by the application with pid 3985 (/usr/bin/ruby.ruby2.5). Close this application before trying again. (There seems to be something about pid 3985 that's invoked a lot and calling for kill 3985 does not work. ******************************************************** While we're on printer installs: I'm trying to install the Epson, and I know that there is a file missing from this distro-- I had to add it almost a year ago, but I forget what it is. Is there a way to find ONLY messages to this list that were posted by me? I remember putting that information in a message. The message was probably around last October. Thanx--doug
On 2021-08-04 10:17 p.m., Douglas McGarrett wrote:
doug@localhost:~> ip addr show 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether f0:4d:a2:0f:81:cf brd ff:ff:ff:ff:ff:ff altname enp0s25 inet 192.168.0.102/24 brd 192.168.0.255 scope global dynamic noprefixroute eth0 valid_lft 585455sec preferred_lft 585455sec inet6 fe80::f24d:a2ff:fe0f:81cf/64 scope link noprefixroute valid_lft forever preferred_lft forever
eth0 has an ip 192.168.0.102 assigned to it.
Had to try and install ifconfig -- no luck:
Don't install that. It is deprecated, and besides, ip does way more for you.
doug@localhost:~> sudo zypper install net-tools-deprecated [sudo] password for root: System management is locked by the application with pid 3985 (/usr/bin/ruby.ruby2.5). Close this application before trying again.
Ruby is a script language that appears to be extensively used in the package management system. The above means you have something else open that is accessing that system, perhaps YaST or the updater in the system tray. Either close the YaST function that is open, or wait until the updater is done.
(There seems to be something about pid 3985 that's invoked a lot and calling for kill 3985 does not work.
You won't be able to kill anything that belongs to the system, if you don't have admin rights when you try.
On 8/5/21 12:31 AM, Darryl Gregorash wrote:
On 2021-08-04 10:17 p.m., Douglas McGarrett wrote:
doug@localhost:~> ip addr show 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether f0:4d:a2:0f:81:cf brd ff:ff:ff:ff:ff:ff altname enp0s25 inet 192.168.0.102/24 brd 192.168.0.255 scope global dynamic noprefixroute eth0 valid_lft 585455sec preferred_lft 585455sec inet6 fe80::f24d:a2ff:fe0f:81cf/64 scope link noprefixroute valid_lft forever preferred_lft forever
eth0 has an ip 192.168.0.102 assigned to it.
Had to try and install ifconfig -- no luck:
Don't install that. It is deprecated, and besides, ip does way more for you.
doug@localhost:~> sudo zypper install net-tools-deprecated [sudo] password for root: System management is locked by the application with pid 3985 (/usr/bin/ruby.ruby2.5). Close this application before trying again. Ruby is a script language that appears to be extensively used in the package management system. The above means you have something else open that is accessing that system, perhaps YaST or the updater in the system tray. Either close the YaST function that is open, or wait until the updater is done.
(There seems to be something about pid 3985 that's invoked a lot and calling for kill 3985 does not work. You won't be able to kill anything that belongs to the system, if you don't have admin rights when you try. I don't know how to get rid of that:
ocalhost:~ # zypper install convertall-0.8.0-lp153.3.1.noarch.rpm System management is locked by the application with pid 3985 (/usr/bin/ruby.ruby2.5). Close this application before trying again. localhost:~ # kill 3985 localhost:~ # zypper install convertall-0.8.0-lp153.3.1.noarch.rpm System management is locked by the application with pid 3985 (/usr/bin/ruby.ruby2.5). Close this application before trying again. localhost:~ # Please advise--doug
On 05/08/2021 08.42, Douglas McGarrett wrote:
On 8/5/21 12:31 AM, Darryl Gregorash wrote:
On 2021-08-04 10:17 p.m., Douglas McGarrett wrote:
...
doug@localhost:~> sudo zypper install net-tools-deprecated [sudo] password for root: System management is locked by the application with pid 3985 (/usr/bin/ruby.ruby2.5). Close this application before trying again. Ruby is a script language that appears to be extensively used in the package management system. The above means you have something else open that is accessing that system, perhaps YaST or the updater in the system tray. Either close the YaST function that is open, or wait until the updater is done.
(There seems to be something about pid 3985 that's invoked a lot and calling for kill 3985 does not work. You won't be able to kill anything that belongs to the system, if you don't have admin rights when you try.
I don't know how to get rid of that:
ocalhost:~ # zypper install convertall-0.8.0-lp153.3.1.noarch.rpm System management is locked by the application with pid 3985 (/usr/bin/ruby.ruby2.5). Close this application before trying again. localhost:~ # kill 3985 localhost:~ # zypper install convertall-0.8.0-lp153.3.1.noarch.rpm System management is locked by the application with pid 3985 (/usr/bin/ruby.ruby2.5). Close this application before trying again. localhost:~ #
Please advise--doug
Just wait. It is probably the desktop update applet. -- Cheers / Saludos, Carlos E. R. (from oS Leap 15.2 x86_64 (Minas Tirith))
On 2021-08-04 10:17 p.m., Douglas McGarrett wrote:
******************************************************** While we're on printer installs: I'm trying to install the Epson, and I know that there is a file missing from this distro-- I had to add it almost a year ago, but I forget what it is. Is there a way to find ONLY messages to this list that were posted by me? I remember putting that information in a message. The message was probably around last October.
Edit/Find/Search messages (or Ctrl-shift-f) In the popup, select "From" in the appropriate place (default selection is subject, I believe), type your name in the panel, and click on "Search" in the upper right.
On 8/5/21 12:36 AM, Darryl Gregorash wrote:
On 2021-08-04 10:17 p.m., Douglas McGarrett wrote:
******************************************************** While we're on printer installs: I'm trying to install the Epson, and I know that there is a file missing from this distro-- I had to add it almost a year ago, but I forget what it is. Is there a way to find ONLY messages to this list that were posted by me? I remember putting that information in a message. The message was probably around last October. Edit/Find/Search messages (or Ctrl-shift-f)
In the popup, select "From" in the appropriate place (default selection is subject, I believe), type your name in the panel, and click on "Search" in the upper right. I'm not getting that. I must have something wrong--as usual! Edit/Find/Search If I do ctrl-shift-f it highlights a previous try:
doug@localhost:~> Edit/Find/Search messages bash: Edit/Find/Search: No such file or directory --doug
On 2021-08-05 12:03 a.m., Douglas McGarrett wrote:
In the popup, select "From" in the appropriate place (default selection is subject, I believe), type your name in the panel, and click on "Search" in the upper right. I'm not getting that. I must have something wrong--as usual! Edit/Find/Search If I do ctrl-shift-f it highlights a previous try:
doug@localhost:~> Edit/Find/Search messages bash: Edit/Find/Search: No such file or directory
I do apologize. I gave you instructions to find them if you are using Thunderbird. I have no idea why I assumed you would be using it too.
On 05/08/2021 15.22, Darryl Gregorash wrote:
On 2021-08-05 12:03 a.m., Douglas McGarrett wrote:
In the popup, select "From" in the appropriate place (default selection is subject, I believe), type your name in the panel, and click on "Search" in the upper right. I'm not getting that. I must have something wrong--as usual! Edit/Find/Search If I do ctrl-shift-f it highlights a previous try:
doug@localhost:~> Edit/Find/Search messages bash: Edit/Find/Search: No such file or directory
I do apologize. I gave you instructions to find them if you are using Thunderbird. I have no idea why I assumed you would be using it too.
He is. User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 -- Cheers / Saludos, Carlos E. R. (from oS Leap 15.2 x86_64 (Minas Tirith))
On 2021-08-05 12:17 a.m., Douglas McGarrett wrote:
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether f0:4d:a2:0f:81:cf brd ff:ff:ff:ff:ff:ff altname enp0s25 inet 192.168.0.102/24 brd 192.168.0.255 scope global dynamic noprefixroute eth0 valid_lft 585455sec preferred_lft 585455sec inet6 fe80::f24d:a2ff:fe0f:81cf/64 scope link noprefixroute valid_lft forever preferred_lft forever
Had to try and install ifconfig -- no luck:
Your address is 192.168.0.102. Ip is the current command and ifconfig has been deprecated. However, I prefer it for some things, so I installed it. Either will return the info. To find your gateway address, use "ip route show". You can ping that to see if it gets that far. Then you can ping 8.8.8.8 to see if you're reaching the Internet and then ping google.com, to see if DNS is working properly. These are the first steps when trying to resolve a network problem and why I doubt a computer manufacturer would somehow block ping.
participants (4)
-
Carlos E. R.
-
Darryl Gregorash
-
Douglas McGarrett
-
James Knott