[Touch-packages] [Bug 1862453] Re: static ip netplan does not apply on boot

2020-02-19 Thread Dan Streetman
** Changed in: systemd (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1862453 Title: static ip netplan does not apply on

[Touch-packages] [Bug 1862453] Re: static ip netplan does not apply on boot

2020-02-18 Thread David Parks
My heart skipped a beat when I saw the permissions on the root folder. I think that was it. I apologize for taking your time with this issue. Thank you for your help. I've attached the journalctl output that shows all the bus errors resolved. ** Attachment added: "200218-journalctl.txt"

[Touch-packages] [Bug 1862453] Re: static ip netplan does not apply on boot

2020-02-18 Thread Dan Streetman
> dr-xr-x--x 26 root root 4096 Feb 4 20:09 / unless you have a specific reason for wanting those permissions, can you fix them by doing: $ sudo chmod 0755 / then try rebooting; I'm still concerned you may have something installed that's messing up the permissions during boot, but let's try the

[Touch-packages] [Bug 1862453] Re: static ip netplan does not apply on boot

2020-02-18 Thread David Parks
root@lei:~# ls -ld / dr-xr-x--x 26 root root 4096 Feb 4 20:09 / -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1862453 Title: static ip netplan does not apply on boot

[Touch-packages] [Bug 1862453] Re: static ip netplan does not apply on boot

2020-02-18 Thread Dan Streetman
sorry, one more command: $ ls -ld / -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1862453 Title: static ip netplan does not apply on boot Status in systemd package in

[Touch-packages] [Bug 1862453] Re: static ip netplan does not apply on boot

2020-02-18 Thread David Parks
root@lei:~# ls -l / total 4194416 drwxr-xr-x2 root root 4096 Feb 6 06:18 bin drwxr-xr-x3 root root 4096 Feb 6 06:18 boot drwxr-xr-x2 root root 4096 Dec 27 19:00 cdrom drwxr-xr-x 19 root root 4700 Feb 16 18:16 dev drwxr-xr-x 121 root root 12288 Feb 16

[Touch-packages] [Bug 1862453] Re: static ip netplan does not apply on boot

2020-02-18 Thread Dan Streetman
> Feb 16 17:55:18 lei systemd-networkd[921]: Failed to add inotify watch on /: Permission denied very strange. Can you paste the output of the commands: $ ls -l / $ mount -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1862453] Re: static ip netplan does not apply on boot

2020-02-16 Thread David Parks
Attached is the output of 'journalctl -b --no-pager'. After booting, 'ip a' confirmed no ip was assigned. in the attached journal, 'sudo netplan apply' was called at 17:58:22 and the network came up within a couple of seconds. ** Attachment added: "Output of: 'journalctl -b --no-pager'"

[Touch-packages] [Bug 1862453] Re: static ip netplan does not apply on boot

2020-02-12 Thread Dan Streetman
Please enable networkd debug with: $ sudo systemctl edit systemd-networkd which will open an editor, put this in and save it: [Service] Environment=SYSTEMD_LOG_LEVEL=debug then reboot, and attach the entire journal, e.g. with: $ journalctl -b --no-pager -- You received this bug

[Touch-packages] [Bug 1862453] Re: static ip netplan does not apply on boot

2020-02-10 Thread David Parks
root@lei:~# journalctl --no-pager -b -u systemd-networkd -- Logs begin at Fri 2019-12-27 20:01:52 EST, end at Mon 2020-02-10 09:30:11 EST. -- Feb 05 21:58:40 lei systemd[1]: Starting Network Service... Feb 05 21:58:40 lei systemd-networkd[926]: Failed to connect to bus: Permission denied Feb 05

[Touch-packages] [Bug 1862453] Re: static ip netplan does not apply on boot

2020-02-10 Thread Dan Streetman
Can you provide the output from $ journalctl --no-pager -b -u systemd-networkd ** Changed in: systemd (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.