[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-05-25 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 245.4-4ubuntu3.1

---
systemd (245.4-4ubuntu3.1) focal; urgency=medium

  * 
d/p/lp1867375/0001-network-add-a-flag-to-ignore-gateway-provided-by-DHC.patch,

d/p/lp1867375/0002-test-network-add-a-test-case-for-DHCPv4.UseGateway-n.patch,

d/p/lp1867375/0003-network-change-UseGateway-default-to-UseRoutes-setti.patch,

d/p/lp1867375/0004-test-modify-add-tests-for-UseRoutes-and-UseGateway-c.patch,

d/p/lp1867375/0005-network-honor-SetDNSRoutes-even-if-UseGateway-False.patch,

d/p/lp1867375/0006-test-verify-RoutesToDNS-is-independent-of-UseGateway.patch:
- Add UseGateway= parameter and default to value of UseRoutes, to restore
  backwards compatibility with old UseRoutes= behavior (LP: #1867375)
  * d/p/lp1860926-network-Change-IgnoreCarrierLoss-default-to-value-of.patch:
- default ignore_carrier_loss to value of configure_without_carrier,
  so carrier drop during configuration doesn't break networking
  (LP: #1860926)
   * d/e/initramfs-tools/hooks/udev:
 - Follow symlinks when finding link files to copy into initramfs
   (LP: #1868892)
   * d/p/lp1873607/0001-core-some-minor-clean-ups-modernizations.patch,
 
d/p/lp1873607/0002-core-make-sure-to-restore-the-control-command-id-too.patch:
 - Avoid segfault during serialization (LP: #1873607)

 -- Dan Streetman   Thu, 07 May 2020 09:21:22
-0400

** Changed in: systemd (Ubuntu Focal)
   Status: Fix Committed => Fix Released

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-05-13 Thread Dan Streetman
focal:

ubuntu@lp1868892-f:~$ dpkg -l systemd|grep systemd
ii  systemd245.4-4ubuntu3 amd64system and service manager
ubuntu@lp1868892-f:~$ sudo touch /etc/systemd/network/lp1868892.link
ubuntu@lp1868892-f:~$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-5.4.0-29-generic
ubuntu@lp1868892-f:~$ sudo lsinitramfs /boot/initrd.img-5.4.0-29-generic | grep 
lp1868892
usr/lib/systemd/network/lp1868892.link
ubuntu@lp1868892-f:~$ sudo mv /etc/systemd/network /etc/systemd/network.abc
ubuntu@lp1868892-f:~$ sudo ln -s network.abc /etc/systemd/network
ubuntu@lp1868892-f:~$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-5.4.0-29-generic
ubuntu@lp1868892-f:~$ sudo lsinitramfs /boot/initrd.img-5.4.0-29-generic | grep 
lp1868892
ubuntu@lp1868892-f:~$ 


ubuntu@lp1868892-f:~$ sudo rm /etc/systemd/network
ubuntu@lp1868892-f:~$ sudo mv /etc/systemd/network.abc /etc/systemd/network
ubuntu@lp1868892-f:~$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-5.4.0-31-generic
ubuntu@lp1868892-f:~$ sudo lsinitramfs /boot/initrd.img-5.4.0-31-generic | grep 
lp1868892
usr/lib/systemd/network/lp1868892.link


ubuntu@lp1868892-f:~$ dpkg -l systemd|grep systemd
ii  systemd245.4-4ubuntu3.1 amd64system and service manager
ubuntu@lp1868892-f:~$ sudo touch /etc/systemd/network/lp1868892.link
ubuntu@lp1868892-f:~$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-5.4.0-31-generic
ubuntu@lp1868892-f:~$ sudo lsinitramfs /boot/initrd.img-5.4.0-31-generic | grep 
lp1868892
usr/lib/systemd/network/lp1868892.link
ubuntu@lp1868892-f:~$ sudo mv /etc/systemd/network /etc/systemd/network.abc
ubuntu@lp1868892-f:~$ sudo ln -s network.abc /etc/systemd/network
ubuntu@lp1868892-f:~$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-5.4.0-31-generic
ubuntu@lp1868892-f:~$ sudo lsinitramfs /boot/initrd.img-5.4.0-31-generic | grep 
lp1868892
usr/lib/systemd/network/lp1868892.link


** Tags removed: verification-needed verification-needed-focal
** Tags added: verification-done verification-done-focal

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-05-12 Thread Brian Murray
Hello Jens, or anyone else affected,

Accepted systemd into focal-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/systemd/245.4-4ubuntu3.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: systemd (Ubuntu Focal)
   Status: In Progress => Fix Committed

** Tags removed: verification-done
** Tags added: verification-needed verification-needed-focal

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-05-11 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 229-4ubuntu21.28

---
systemd (229-4ubuntu21.28) xenial; urgency=medium

  * d/t/logind: skip if nonexistent /sys/power/state (LP: #1862657)
  * d/p/lp1839290-Change-job-mode-of-manager-triggered-restarts-to-JOB.patch:
- when restarting service after failure, replace existing queued jobs
  (LP: #1839290)
  * d/t/storage:
- fix buggy test (LP: #1831459)
- without scsi_debug, skip test (LP: #1847816)
  * d/p/lp1867421-70-mouse.hwdb-Set-DPI-for-MS-Classic-IntelliMouse.patch:
- fix resolution of IntelliMouse (LP: #1867421)
  * d/p/lp1858412-journalctl-allow-running-vacuum-on-remote-journals-t.patch:
- allow vacuuming journal 'root' dir (LP: #1858412)
  * d/p/lp1862232-network-DHCP-ignore-error-in-setting-hostname-when-i.patch:
- do not let invalid hostname break dhcpv4 (LP: #1862232)
  * d/t/systemd-fsckd: Skip test on arm64 (LP: #1870194)
  * d/p/lp1837914-journal-do-not-trigger-assertion-when-journal_file_c.patch:
- do not crash if NULL passted to journal destructor (LP: #1837914)
  * d/e/initramfs-tools/hooks/udev:
- Follow symlinks when finding link files to copy into initramfs
  (LP: #1868892)

 -- Dan Streetman   Mon, 20 Apr 2020 10:17:40
-0400

** Changed in: systemd (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-05-11 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 237-3ubuntu10.40

---
systemd (237-3ubuntu10.40) bionic; urgency=medium

  * d/t/logind: skip if nonexistent /sys/power/state (LP: #1862657)
  * d/p/lp1839290-Change-job-mode-of-manager-triggered-restarts-to-JOB.patch:
- when restarting service after failure, replace existing queued jobs
  (LP: #1839290)
  * d/p/lp1867421-70-mouse.hwdb-Set-DPI-for-MS-Classic-IntelliMouse.patch:
- fix resolution of IntelliMouse (LP: #1867421)
  * d/p/lp1858412-journalctl-allow-running-vacuum-on-remote-journals-t.patch:
- allow vacuuming journal 'root' dir (LP: #1858412)
  * 
d/p/lp1862232/0001-network-add-more-log-messages-in-configuring-DHCP4-c.patch,

d/p/lp1862232/0002-network-add-more-log-messages-in-configuring-DHCP6-c.patch,

d/p/lp1862232/0003-network-also-check-that-Hostname-is-a-valid-DNS-doma.patch,
d/p/lp1862232/0004-network-use-free_and_replace.patch,

d/p/lp1862232/0005-network-DHCP-ignore-error-in-setting-hostname-when-i.patch,

d/p/lp1862232/0006-man-mention-that-Hostname-for-DHCP-must-be-a-valid-D.patch,
d/p/lp1862232/0007-resolve-fix-error-handling-of-dns_name_is_valid.patch:
- do not fail network setup if hostname is not valid (LP: #1862232)
  * d/t/systemd-fsckd: Skip test on arm64 (LP: #1870194)
  * d/p/lp1870589-seccomp-rework-how-the-S-UG-ID-filter-is-installed.patch:
- fix test-seccomp failure (LP: #1870589)
  * d/rules: use meson --print-errorlogs instead of cat testlog
- (LP: #1870811)
  * d/p/lp1776654-test-Synchronize-journal-before-reading-from-it.patch:
- sync journal before reading from it (LP: #1776654)
  * d/p/lp1837914-journal-do-not-trigger-assertion-when-journal_file_c.patch:
- do not crash if NULL passted to journal destructor (LP: #1837914)
  * d/e/initramfs-tools/hooks/udev:
- Follow symlinks when finding link files to copy into initramfs
  (LP: #1868892)

 -- Dan Streetman   Mon, 20 Apr 2020 10:12:49
-0400

** Changed in: systemd (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-05-11 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 242-7ubuntu3.8

---
systemd (242-7ubuntu3.8) eoan; urgency=medium

  * d/t/logind: skip if nonexistent /sys/power/state (LP: #1862657)
  * d/p/lp1859862-network-Do-not-disable-IPv6-by-writing-to-sysctl.patch:
- enable ipv6 when needed (LP: #1859862)
  * d/p/lp1858412-journalctl-allow-running-vacuum-on-remote-journals-t.patch:
- allow vacuuming journal 'root' dir (LP: #1858412)
  * d/rules: use meson --print-errorlogs instead of cat testlog
- (LP: #1870811)
  * d/p/lp1776654-test-Synchronize-journal-before-reading-from-it.patch:
- sync journal before reading from it (LP: #1776654)
  * d/p/lp1837914-journal-do-not-trigger-assertion-when-journal_file_c.patch:
- do not crash if NULL passted to journal destructor (LP: #1837914)
  * d/e/initramfs-tools/hooks/udev:
- Follow symlinks when finding link files to copy into initramfs
  (LP: #1868892)

 -- Dan Streetman   Mon, 20 Apr 2020 09:44:51
-0400

** Changed in: systemd (Ubuntu Eoan)
   Status: Fix Committed => Fix Released

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-05-07 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 245.5-2ubuntu1

---
systemd (245.5-2ubuntu1) groovy; urgency=medium

  * Merge to Ubuntu from Debian unstable
- Dropped changes: none

systemd (245.5-2) unstable; urgency=medium

  * Cherry-pick various fixes from upstream master
- network: add a flag to ignore gateway provided by DHCP server
- userdb: when doing client-side NSS look-ups optionally avoid shadow
  look-ups
- nss-systemd: don't synthesize root/nobody when iterating
- core: make sure we don't get confused when setting TERM for a tty fd
- core: make sure to restore the control command id, too
  * Install 60-block.rules in udev-udeb and initramfs-tools.
The block device rules were split out from 60-persistent-storage.rules
into its own rules file in v220. Those rules ensure that change events
are emitted and the udev db is updated after metadata changes.
Thanks to Pascal Hambourg (Closes: #958397)

systemd (245.5-1ubuntu1) groovy; urgency=medium

  * Merge to Ubuntu from Debian unstable
- Dropped changes: none

systemd (245.5-1) unstable; urgency=medium

  [ Michael Biebl ]
  * New upstream version 245.5
  * Rebase patches

  [ Dan Streetman ]
  * Follow symlinks when finding link files to copy into initramfs.
If the /{etc,lib}/systemd/network directory itself is a symlink, the find
command will not actually find any of the files in the dir it links to.
Use the find -L param to follow symlinks.
(LP: #1868892)
  * Remove Ubuntu-specific ondemand.service.
New processors handle scaling/throttling in internal firmware
(e.g. intel_pstate), and do not require OS config.
Additionally, nobody else does this, not even Debian.

 -- Balint Reczey   Tue, 28 Apr 2020 13:20:31 +0200

** Changed in: systemd (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-05-05 Thread Dan Streetman
eoan:

ubuntu@sv-e:~$ dpkg -l udev|grep udev
ii  udev   242-7ubuntu3.7 amd64/dev/ and hotplug management 
daemon
ubuntu@sv-e:~$ sudo touch /etc/systemd/network/lp1868892.link
ubuntu@sv-e:~$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-5.3.0-51-generic
ubuntu@sv-e:~$ sudo lsinitramfs /boot/initrd.img-5.3.0-51-generic | grep 
lp1868892
usr/lib/systemd/network/lp1868892.link
ubuntu@sv-e:~$ sudo mv /etc/systemd/network /etc/systemd/network.abc
ubuntu@sv-e:~$ sudo ln -s network.abc /etc/systemd/network
ubuntu@sv-e:~$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-5.3.0-51-generic
ubuntu@sv-e:~$ sudo lsinitramfs /boot/initrd.img-5.3.0-51-generic | grep 
lp1868892
ubuntu@sv-e:~$ 


ubuntu@sv-e:~$ dpkg -l udev|grep udev
ii  udev   242-7ubuntu3.8 amd64/dev/ and hotplug management 
daemon
ubuntu@sv-e:~$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-5.3.0-52-generic
ubuntu@sv-e:~$ sudo lsinitramfs /boot/initrd.img-5.3.0-52-generic | grep 
lp1868892
usr/lib/systemd/network/lp1868892.link


** Tags removed: verification-needed verification-needed-eoan
** Tags added: verification-done verification-done-eoan

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-05-05 Thread Dan Streetman
bionic:

ubuntu@sv-b:~$ dpkg -l udev|grep udev
ii  udev   237-3ubuntu10.39 amd64/dev/ and hotplug management 
daemon
ubuntu@sv-b:~$ sudo touch /etc/systemd/network/lp1868892.link
ubuntu@sv-b:~$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-4.15.0-99-generic
ubuntu@sv-b:~$ sudo lsinitramfs /boot/initrd.img-4.15.0-99-generic | grep 
lp1868892
lib/systemd/network/lp1868892.link
ubuntu@sv-b:~$ sudo mv /etc/systemd/network /etc/systemd/network.abc
ubuntu@sv-b:~$ sudo ln -s network.abc /etc/systemd/network
ubuntu@sv-b:~$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-4.15.0-99-generic
ubuntu@sv-b:~$ sudo lsinitramfs /boot/initrd.img-4.15.0-99-generic | grep 
lp1868892
ubuntu@sv-b:~$ 

ubuntu@sv-b:~$ dpkg -l udev |grep udev
ii  udev   237-3ubuntu10.40 amd64/dev/ and hotplug management 
daemon
ubuntu@sv-b:~$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-4.15.0-100-generic
ubuntu@sv-b:~$ sudo lsinitramfs /boot/initrd.img-4.15.0-100-generic | grep 
lp1868892
lib/systemd/network/lp1868892.link


** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-05-05 Thread Dan Streetman
xenial:

ubuntu@sv-x:~$ dpkg -l systemd|grep systemd
ii  systemd229-4ubuntu21.27 amd64system and service manager

ubuntu@sv-x:~$ sudo touch /etc/systemd/network/lp1868892.link
ubuntu@sv-x:~$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-4.4.0-178-generic
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
ubuntu@sv-x:~$ sudo lsinitramfs /boot/initrd.img-4.4.0-178-generic | grep 
lp1868892
lib/systemd/network/lp1868892.link
ubuntu@sv-x:~$ sudo mv /etc/systemd/network /etc/systemd/network.abc
ubuntu@sv-x:~$ sudo ln -s network.abc /etc/systemd/network
ubuntu@sv-x:~$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-4.4.0-178-generic
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
ubuntu@sv-x:~$ sudo lsinitramfs /boot/initrd.img-4.4.0-178-generic | grep 
lp1868892
ubuntu@sv-x:~$ 

ubuntu@sv-x:~$ dpkg -l systemd|grep systemd
ii  systemd229-4ubuntu21.28 amd64system and service manager
ubuntu@sv-x:/etc/initramfs-tools$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-4.4.0-179-generic
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
ubuntu@sv-x:/etc/initramfs-tools$ sudo lsinitramfs 
/boot/initrd.img-4.4.0-179-generic | grep lp1868892
lib/systemd/network/lp1868892.link


** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-04-28 Thread Łukasz Zemczak
Hello Jens, or anyone else affected,

Accepted systemd into xenial-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/systemd/229-4ubuntu21.28 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
xenial to verification-done-xenial. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-xenial. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: systemd (Ubuntu Xenial)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-xenial

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-04-27 Thread Jens Elkner
Łukasz Zemczak, yes, upgraded a machine from bionic to focal - same
problem. However, the patch looks not optimal but sufficient.

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-04-27 Thread Łukasz Zemczak
Hello Jens, or anyone else affected,

Accepted systemd into bionic-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/systemd/237-3ubuntu10.40 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
bionic to verification-done-bionic. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-bionic. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: systemd (Ubuntu Bionic)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-bionic

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-04-27 Thread Łukasz Zemczak
Hello Jens, or anyone else affected,

Accepted systemd into eoan-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/systemd/242-7ubuntu3.8
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
eoan to verification-done-eoan. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-eoan. In either case, without details of your testing we will not
be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: systemd (Ubuntu Eoan)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-eoan

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-04-27 Thread Łukasz Zemczak
Right, thanks! I also talked with Dan to make sure this change gets
backported to focal as well. I won't block on that as the systemd
uploads for eoan/bionic/xenial are long overdue, but Dan will make sure
this is not forgotten.

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-04-27 Thread Balint Reczey
@sil2100 The Debian MR landed and I'm fixing it in groovy with the next
merge - currently being tested in Bileto.
https://bileto.ubuntu.com/#/ticket/3801

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-04-27 Thread Łukasz Zemczak
What is the state of this in focal/groovy? Since I see it as 'In
Progress' in focal. From what I see it has been merged in 245.5, right?
Focal/groovy seem to be on 245.4. Could we get this fix released to both
of those series?

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-04-15 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~ddstreet/ubuntu/+source/systemd/+git/systemd/+merge/382329

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-04-14 Thread Dan Streetman
** Description changed:

+ [impact]
+ 
+ If the /{etc,lib}/systemd/network directory itself is a symlink, the find
+ command will not actually find any of the files in the dir it links to.
+ 
+ [test case]
+ 
+ $ sudo touch /etc/systemd/network/lp1868892.link
+ $ sudo update-initramfs -u
+ update-initramfs: Generating /boot/initrd.img-5.4.0-21-generic
+ ...
+ $ sudo lsinitramfs /boot/initrd.img-5.4.0-21-generic | grep lp1868892
+ usr/lib/systemd/network/lp1868892.link
+ $ sudo mv /etc/systemd/network /etc/systemd/network.abc
+ $ sudo ln -s network.abc /etc/systemd/network
+ $ sudo update-initramfs -u
+ $ sudo lsinitramfs /boot/initrd.img-5.4.0-21-generic | grep lp1868892
+ $ 
+ 
+ [regression potential]
+ 
+ this adjusts how link files are included in the initramfs, so
+ regressions would likely occur when creating new initramfs, such as
+ failure to create initramfs at all, or failure to properly copy link
+ files into the initramfs, causing network setup failure.
+ 
+ [scope]
+ 
+ this is a Debian/Ubuntu specific file, and the Debian MR was just
+ opened, so this is needed for Debian and all releases of Ubuntu.
+ 
+ [other info]
+ 
+ This bug likely has a very limited impact, as it is uncommon to symlink
+ either the /lib/systemd/network or /etc/systemd/network dirs.
+ 
+ [original description]
+ 
  If one creates e.g. /etc/systemd/network.cu and /etc/systemd/network.fc
  and symlinks  /etc/systemd/network to one of them, network setup will
  fail on reboot, because /usr/share/initramfs-tools/hooks/udev does a
  very poor job: it simply checks for a directory instead of the link
  files and therefore skips copying required files to the ram image.
  Another poor job is done when copying the files to the ram image:
  instead of following symlinks it copies them as which in turn makes them
  useless, because it does not copy the related dirs and thus the symlinks
  point to nothing. So keeping the system in an consistent state which
  such poor scripts is very hard, asking for trouble.
  
  Suggested fix is attached.

** Tags added: ddstreet

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-04-14 Thread Dan Streetman
opened Debian MR
https://salsa.debian.org/systemd-team/systemd/-/merge_requests/85

** Also affects: systemd (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: systemd (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: systemd (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Also affects: systemd (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: systemd (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: systemd (Ubuntu Eoan)
   Status: New => In Progress

** Changed in: systemd (Ubuntu Eoan)
   Importance: Undecided => Low

** Changed in: systemd (Ubuntu Xenial)
 Assignee: (unassigned) => Dan Streetman (ddstreet)

** Changed in: systemd (Ubuntu Eoan)
 Assignee: (unassigned) => Dan Streetman (ddstreet)

** Changed in: systemd (Ubuntu Focal)
 Assignee: (unassigned) => Dan Streetman (ddstreet)

** Changed in: systemd (Ubuntu Bionic)
 Assignee: (unassigned) => Dan Streetman (ddstreet)

** Changed in: systemd (Ubuntu Focal)
   Importance: Undecided => Low

** Changed in: systemd (Ubuntu Xenial)
   Importance: Undecided => Low

** Changed in: systemd (Ubuntu Bionic)
   Importance: Undecided => Low

** Changed in: systemd (Ubuntu Focal)
   Status: New => In Progress

** Changed in: systemd (Ubuntu Bionic)
   Status: New => In Progress

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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

[Bug 1868892] Re: initramfs-tools/hooks/udev for network *.link really sucks

2020-03-24 Thread Ubuntu Foundations Team Bug Bot
The attachment "/usr/share/initramfs-tools/hooks/udev patch" seems to be
a patch.  If it isn't, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are a member of the
~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  initramfs-tools/hooks/udev for network *.link really sucks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1868892/+subscriptions

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