[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-28 Thread Balint Reczey
*** This bug is a duplicate of bug 1926223 ***
https://bugs.launchpad.net/bugs/1926223

** This bug has been marked a duplicate of bug 1926223
   Netboot Loading libc6-udeb failed for unknown reasons (focal) 2020-04-21

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-28 Thread Brian Orange
I can confirm, netboot install is now working again and without an
error.

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-28 Thread City of Oz
Not sure what happened, but it seems to be working now even with that
error message.

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-28 Thread City of Oz
I tried the sed command and was left with this error:
sed: unmatched '/'

I typed it several times just to be sure that I was getting it right.

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-28 Thread N.Buechner
In case someone needs a fixed initrd: https://p.haxxors.com/initrd.gz

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-28 Thread Volodymyr Rybak
Changed the line, doesn't work.

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-28 Thread christopheg
Hi Volodymyr.

You may be in the same case I was. My default version of libc6-udeb was
not 2.31-0ubuntu9 but just 2.31. If this is the case the sed line you
used won't work. That's why I modified it to:

sed -i -e '/Package:
libc6-udeb/{N;N;s/Version: 2.3.*/Version: 2.31-0ubuntu9.3/}'
/var/lib/dpkg/status

which should work in both cases.

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-28 Thread Volodymyr Rybak
Added the line to my kickstart

preseed preseed/early_command string "sed -i -e '/Package:
libc6-udeb/{N;N;s/Version: 2.31-0ubuntu9.*/Version: 2.31-0ubuntu9.3/}'
/var/lib/dpkg/status;"

but not working

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-28 Thread christopheg
For those not using preseed, the above trick is also working. They just
have to open a command line from the installer before updates (did it
just before the network detection) and apply the sed command:

sed -i -e '/Package:
libc6-udeb/{N;N;s/Version: 2.3.*/Version: 2.31-0ubuntu9.3/}'
/var/lib/dpkg/status

This will trick a system which has version 2.31 of libc6-udeb to believe
it have 2.31-0ubuntu9.3 (more up to date than the broken online
version), thus not updating it.

They you just exit from the command line and proceed with the
installation as usual.

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-27 Thread Brian Orange
@ozinfotech I believe it's possible to bring in a preseed config at
runtime without going thru the whole preseeding process of modifying the
iso. I wasn't able to figure it out in the short amount of time I have
to work on it.

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-27 Thread Erik Kristensen
I can also confirm this is broken.

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-27 Thread City of Oz
Like @orange.brian, I'm not familiar with preseeding either and am
getting the same lib6-udeb error message. Is there a simple workaround?

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-27 Thread Brian Orange
This is occuring for me as well, is three anyway to work around it
without generating preseed configuration?  Perhaps something I can do
from the command line with a vanilla mini.iso?

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-27 Thread christopheg
Thanks to Eric Mergelsberg. I confirm the workaround is working fine. I
added the magic line below in may preseed.cfg and my unattended install is
back to working for now.

d-i preseed/early_command string sed -i -e '/Package:
libc6-udeb/{N;N;s/Version: 2.3.*/Version: 2.31-0ubuntu9.3/}'
/var/lib/dpkg/status;

Le mar. 27 avr. 2021 à 16:16, Malte Schmidt <1867...@bugs.launchpad.net> a
écrit :

> Can confirm, rolled back my repository from one week ago, worked fine
> back then.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1867502
>
> Title:
>   Netboot Loading libc6-udeb failed for unknown reasons (focal)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions
>

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-27 Thread Malte Schmidt
Can confirm, rolled back my repository from one week ago, worked fine
back then.

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-27 Thread Eric Mergelsberg
For all in this thread:
If anyone is doing a unattended installation by providing a preseed 
configuration, you can use the following workaround as long as ubuntu has not 
published a fix for this topic:

d-i preseed/early_command string sed -i -e '/Package:
libc6-udeb/{N;N;s/Version: 2.31-0ubuntu9.*/Version: 2.31-0ubuntu9.3/}'
/var/lib/dpkg/status;

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-27 Thread Roman Dyadyushkin
Apr 27 12:58:02 anna[7607]: (process:7672): sh: error while loading
shared libraries: __vdso_gettimeofday: invalid mode for dlopen():
Invalid argument

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-27 Thread christopheg
Same here it completely breaks our automated install process. It worked
yesterday and it's broken sinc a fex hours. It doesn't seem related to
netboot.iso image itself but to some external component loaded by
netinstall. Is there a way to force the version of the additional
components used ?

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-27 Thread Joeri
+1

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-27 Thread Eric Mergelsberg
Hello Everybody,

we can confirm this issue as well.
Our unattended installation is breaked since today (last night) and will ended 
up with the same error message:

loading libc6-udeb failed for unknown reasons

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-27 Thread mike
Can confirm. Netinstall breaks on ubuntu 20.04 with lib6c-udeb

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-27 Thread milan92stankovic
I can confirm that the bug is back. I have issues with Ubuntu 20.04
workstations deployment since this morning.

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-27 Thread Alexander Dangel
Yesterday new installs with the actual mini.iso were working.
Today the Bug is there again.

Is it ok to submit this issue here?
Or should we open a new bug?

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2020-03-20 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: debian-installer (Ubuntu)
   Status: New => Confirmed

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2020-03-18 Thread Mateusz Pawlowski
UAI customer has reported this issue under SF#00270036.

It's easily reproducible with Focal's ubuntu-installer.

http://archive.ubuntu.com/ubuntu/dists/focal/main/installer-
amd64/current/images/netboot/ubuntu-installer/amd64/

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2020-03-17 Thread Jane Atkinson
New release of boot.img (17 March) is working correctly.

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2020-03-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: debian-installer (Ubuntu)
   Status: New => Confirmed

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2020-03-15 Thread Steve Langasek
** Project changed: ubuntu-cdimage => debian-installer (Ubuntu)

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1867502/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs