Re: [PLUG] Grub-pc errors

2021-02-13 Thread Russell Senior
One of the things this exercise has shown me is that the 'apt' utility is deleting (by default) the package after it's downloaded. I just spent a few hours last night tracking down how to make it stop doing that (the -o option to apt I gave you is one way, using apt-get instead is another). The

Re: [PLUG] adding network name alias

2021-02-13 Thread Russell Senior
https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ Given the plenitude of schemes (!) that are supported, this system deserves the word "predictable" about as much as USB deserves the word "universal". On Sat, Feb 13, 2021 at 6:28 PM Russell Senior wrote: > > >

Re: [PLUG] adding network name alias

2021-02-13 Thread Russell Senior
> There are ways to rename the interface back to eth0, but > I assume this breaks other things, It doesn't break anything. I routinely turn off the silly "predictable" names. I use the technique of adding: GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0" to my /etc/default/grub file, and after

[PLUG] adding network name alias

2021-02-13 Thread Keith Lofstrom
Is there a way to add an alias name for an ethernet interface, while keeping the system assigned name (visible with tools like "ip") ? As I upgrade my machines from ancient distros, one irritation is the renaming of the first and only ethernet interface from the simple name "eth0" to enp6s0 (on

Re: [PLUG] Grub-pc errors

2021-02-13 Thread John Jason Jordan
On Sat, 13 Feb 2021 14:27:20 -0800 Russell Senior dijo: >I did some poking around and came up with something for you to try. > >First, may sure you have the right grub-pc deb package: > > dpkg -l grub-pc > >I see something like this at the end: > > ii grub-pc2.04-1ubuntu26.8 amd64

Re: [PLUG] Grub-pc errors

2021-02-13 Thread John Jason Jordan
On Sat, 13 Feb 2021 14:14:24 -0800 Jason Barnett dijo: >For your slow boot times, you might want to look into Bootchart. >http://www.bootchart.org/ Thanks for the suggestion. The link above works, but the links it provides for downloading are not really links. It is not in the Ubuntu repos,

Re: [PLUG] Grub-pc errors

2021-02-13 Thread Russell Senior
I did some poking around and came up with something for you to try. First, may sure you have the right grub-pc deb package: dpkg -l grub-pc I see something like this at the end: ii grub-pc2.04-1ubuntu26.8 amd64GRand Unified Bootloader, version 2 (PC/BIOS version) Look in

Re: [PLUG] Grub-pc errors

2021-02-13 Thread Jason Barnett
For your slow boot times, you might want to look into Bootchart. http://www.bootchart.org/ On Sat, Feb 13, 2021 at 2:01 PM John Jason Jordan wrote: > On Sat, 13 Feb 2021 11:18:10 -0500 > Tomas Kuchta dijo: > > >This could be a side-effect of using/copying hard drive from the past > >Ubuntu

Re: [PLUG] Grub-pc errors

2021-02-13 Thread John Jason Jordan
On Sat, 13 Feb 2021 11:18:10 -0500 Tomas Kuchta dijo: >This could be a side-effect of using/copying hard drive from the past >Ubuntu installations. If that is the case the problem is likely unique >to one of the past distribution updates such as 14.xx --> 16.xx or --> >18.xx. it might be worth

Re: [PLUG] Interpreting strace output: application doesn't load

2021-02-13 Thread Rich Shepard
On Sat, 13 Feb 2021, Rich Shepard wrote: I'd like your help learning how to read and interpret strace output. While I would like to learn strace interpretation I now know the reason why vokoscreenNG-3.0.8 won't load. It needs a patch which the new SBo package maintainer modified from the one

Re: [PLUG] Grub-pc errors

2021-02-13 Thread John Jason Jordan
On Sat, 13 Feb 2021 07:33:32 -0600 Bill Barry dijo: >Is your system using the EFI bootloader? Maybe grub-efi-amd64 is >installed and it is not using grub-pc. > >If your system has this directory >/sys/firmware/efi/ > >Then you using efi and the grub-pc is not needed. > >Also you should check to

Re: [PLUG] Grub-pc errors

2021-02-13 Thread John Jason Jordan
On Sat, 13 Feb 2021 01:32:10 -0800 Russell Senior dijo: >try: > > sudo apt --reinstall install grub-pc That worked, except for the error messages at the end: Setting up grub-pc (2.04-1ubuntu26.4) ... dpkg: error processing package grub-pc (--configure): installed grub-pc package

[PLUG] Interpreting strace output: application doesn't load

2021-02-13 Thread Rich Shepard
I'd like your help learning how to read and interpret strace output. This morning I upgraded a year-old vokoscreenNG-3.0.4 to the brand new vokoscreenNG-3.0.8. It built without error so I upgraded the installed package. When I tried to test it the application would not load. Strange. I found

Re: [PLUG] Grub-pc errors

2021-02-13 Thread Tomas Kuchta
On Sat, Feb 13, 2021, 08:33 Bill Barry wrote: > On Fri, Feb 12, 2021 at 8:41 PM John Jason Jordan wrote: > > > > Every time I try to install or uninstall something from the command > > line I get the following error message: > > > > installed grub-pc package post-installation script

Re: [PLUG] Grub-pc errors

2021-02-13 Thread Bill Barry
On Fri, Feb 12, 2021 at 8:41 PM John Jason Jordan wrote: > > Every time I try to install or uninstall something from the command > line I get the following error message: > > installed grub-pc package post-installation script subprocess > returned error exit status 1 > > I've

Re: [PLUG] Grub-pc errors

2021-02-13 Thread Russell Senior
try: sudo apt --reinstall install grub-pc On Fri, Feb 12, 2021 at 8:40 PM John Jason Jordan wrote: > > On Fri, 12 Feb 2021 19:47:44 -0800 > wes dijo: > > >On Fri, Feb 12, 2021 at 7:43 PM John Jason Jordan > >wrote: > > > >> the reinstall option was grayed out > > >were there any options