Re: Anyone seeing udev failing to start in Rawhide?

2019-04-11 Thread Adam Williamson
On Thu, 2019-04-11 at 13:02 +, Petr Pisar wrote:
> On 2019-04-10, Richard W.M. Jones  wrote:
> > ● systemd-udevd.service - udev Kernel Device Manager
> >Loaded: loaded (/usr/lib/systemd/system/systemd-udevd.service; static; 
> > vendor preset: disabled)
> >Active: failed (Result: exit-code) since Wed 2019-04-10 09:43:21 BST; 
> > 3min 41s ago
> >  Docs: man:systemd-udevd.service(8)
> >man:udev(7)
> >   Process: 938 ExecStart=/usr/lib/systemd/systemd-udevd (code=exited, 
> > status=226/NAMESPACE)
> >  Main PID: 938 (code=exited, status=226/NAMESPACE)
> > 
> Yes, ;.

If it works with enforcing=0, it's probably in the same bucket as
https://bugzilla.redhat.com/show_bug.cgi?id=1697667 . Please check for
AVCs and add a comment listing any that aren't in my initial report
there.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Anyone seeing udev failing to start in Rawhide?

2019-04-11 Thread Petr Pisar
On 2019-04-10, Richard W.M. Jones  wrote:
> ● systemd-udevd.service - udev Kernel Device Manager
>Loaded: loaded (/usr/lib/systemd/system/systemd-udevd.service; static; 
> vendor preset: disabled)
>Active: failed (Result: exit-code) since Wed 2019-04-10 09:43:21 BST; 3min 
> 41s ago
>  Docs: man:systemd-udevd.service(8)
>man:udev(7)
>   Process: 938 ExecStart=/usr/lib/systemd/systemd-udevd (code=exited, 
> status=226/NAMESPACE)
>  Main PID: 938 (code=exited, status=226/NAMESPACE)
>
Yes, .

-- Petr
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Anyone seeing udev failing to start in Rawhide?

2019-04-11 Thread Lennart Poettering
On Mi, 10.04.19 09:50, Richard W.M. Jones (rjo...@redhat.com) wrote:

> Repeated errors on the console like this:
>
>  Starting udev Kernel Device Manager...
> [FAILED] Failed to start udev Kernel Device Manager.
> See 'systemctl status systemd-udevd.service' for details.
> [  OK  ] Stopped udev Kernel Device Manager.
>  Starting udev Kernel Device Manager...
> [FAILED] Failed to start udev Kernel Device Manager.
> See 'systemctl status systemd-udevd.service' for details.
>
> When I finally get to the emergency console the output from "systemctl
> status systemd-udevd.service" isn't actually any more helpful:
>
> ● systemd-udevd.service - udev Kernel Device Manager
>Loaded: loaded (/usr/lib/systemd/system/systemd-udevd.service; static; 
> vendor preset: disabled)
>Active: failed (Result: exit-code) since Wed 2019-04-10 09:43:21 BST; 3min 
> 41s ago
>  Docs: man:systemd-udevd.service(8)
>man:udev(7)
>   Process: 938 ExecStart=/usr/lib/systemd/systemd-udevd (code=exited, 
> status=226/NAMESPACE)
>  Main PID: 938 (code=exited, status=226/NAMESPACE)

Follow-up on this:

This does sound a lot like a different iteration of this:
https://hansdegoede.livejournal.com/20910.html

i.e. turning off enforcing mode might have solved the issue for you.

Lennart

--
Lennart Poettering, Berlin
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Anyone seeing udev failing to start in Rawhide?

2019-04-10 Thread Richard W.M. Jones
On Wed, Apr 10, 2019 at 02:17:43PM +0200, Lennart Poettering wrote:
> On Mi, 10.04.19 14:08, Vít Ondruch (vondr...@redhat.com) wrote:
> 
> > Just FTR, my Rawhide is working fine with
> > systemd-242~rc3-1.fc31.x86_64.
> 
> does adding a drop-in for the service unit with the following contents fix it?
> 
>  [Service]
>  RestrictSUIDSGID=no
>  ProtectHostname=no

To set expectations here, I don't think I'm going to have time to look
at this.  I've just finished rebuilding the machine and I don't want
to break it again because I need it for work.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
Fedora Windows cross-compiler. Compile Windows programs, test, and
build Windows installers. Over 100 libraries supported.
http://fedoraproject.org/wiki/MinGW
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Anyone seeing udev failing to start in Rawhide?

2019-04-10 Thread Lennart Poettering
On Mi, 10.04.19 14:08, Vít Ondruch (vondr...@redhat.com) wrote:

> Just FTR, my Rawhide is working fine with
> systemd-242~rc3-1.fc31.x86_64.

does adding a drop-in for the service unit with the following contents fix it?

 [Service]
 RestrictSUIDSGID=no
 ProtectHostname=no

Lennart

--
Lennart Poettering, Berlin
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Anyone seeing udev failing to start in Rawhide?

2019-04-10 Thread Vít Ondruch
Just FTR, my Rawhide is working fine with systemd-242~rc3-1.fc31.x86_64.


Vít



Dne 10. 04. 19 v 10:50 Richard W.M. Jones napsal(a):
> Repeated errors on the console like this:
>
>  Starting udev Kernel Device Manager...
> [FAILED] Failed to start udev Kernel Device Manager.
> See 'systemctl status systemd-udevd.service' for details.
> [  OK  ] Stopped udev Kernel Device Manager.
>  Starting udev Kernel Device Manager...
> [FAILED] Failed to start udev Kernel Device Manager.
> See 'systemctl status systemd-udevd.service' for details.
>
> When I finally get to the emergency console the output from "systemctl
> status systemd-udevd.service" isn't actually any more helpful:
>
> ● systemd-udevd.service - udev Kernel Device Manager
>Loaded: loaded (/usr/lib/systemd/system/systemd-udevd.service; static; 
> vendor preset: disabled)
>Active: failed (Result: exit-code) since Wed 2019-04-10 09:43:21 BST; 3min 
> 41s ago
>  Docs: man:systemd-udevd.service(8)
>man:udev(7)
>   Process: 938 ExecStart=/usr/lib/systemd/systemd-udevd (code=exited, 
> status=226/NAMESPACE)
>  Main PID: 938 (code=exited, status=226/NAMESPACE)
>
> Apr 10 09:43:21 trick.home.annexia.org systemd[1]: Starting udev Kernel 
> Device Manager...
> Apr 10 09:43:21 trick.home.annexia.org systemd[1]: systemd-udevd.service: 
> Main process exited, code=exited, status=226/NAMESPACE
> Apr 10 09:43:21 trick.home.annexia.org systemd[1]: systemd-udevd.service: 
> Failed with result 'exit-code'.
> Apr 10 09:43:21 trick.home.annexia.org systemd[1]: Failed to start udev 
> Kernel Device Manager.
> Apr 10 09:43:21 trick.home.annexia.org systemd[1]: systemd-udevd.service: 
> Service has no hold-off time (RestartSec=0), scheduling restart.
> Apr 10 09:43:21 trick.home.annexia.org systemd[1]: systemd-udevd.service: 
> Scheduled restart job, restart counter is at 5.
> Apr 10 09:43:21 trick.home.annexia.org systemd[1]: Stopped udev Kernel Device 
> Manager.
> Apr 10 09:43:21 trick.home.annexia.org systemd[1]: systemd-udevd.service: 
> Start request repeated too quickly.
> Apr 10 09:43:21 trick.home.annexia.org systemd[1]: systemd-udevd.service: 
> Failed with result 'exit-code'.
> Apr 10 09:43:21 trick.home.annexia.org systemd[1]: Failed to start udev 
> Kernel Device Manager.
>
> The kernel is: 5.1.0-0.rc3.git3.1.fc31.x86_64
>
> It seems to be a udev problem because going back to kernel 5.0.0
> does not help ...
>
> Rich.
>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Anyone seeing udev failing to start in Rawhide?

2019-04-10 Thread Richard W.M. Jones
On Wed, Apr 10, 2019 at 09:53:26AM +0100, Richard W.M. Jones wrote:
> 
> Forgot to say that the version of systemd is:
> systemd-242~rc3-1.fc31.x86_64

systemd-242~rc4-1.fc31 is also broken.  Maybe critical packages like
these could be tested in a VM before we let ordinary users suffer
them?

Anyway I ended up completely destroying the system while trying to
recover so now have to reinstall from scratch.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Anyone seeing udev failing to start in Rawhide?

2019-04-10 Thread Damian Ivanov
Yes, system is unable to boot anymore. With previous kernels and rescue
modes as well. I used the opportunity to install silver blue.
BR,
Damian

On Wed, 10 Apr 2019, 11:53 Richard W.M. Jones,  wrote:

>
> Forgot to say that the version of systemd is:
> systemd-242~rc3-1.fc31.x86_64
>
> Rich.
>
> --
> Richard Jones, Virtualization Group, Red Hat
> http://people.redhat.com/~rjones
> Read my programming and virtualization blog: http://rwmj.wordpress.com
> virt-df lists disk usage of guests without needing to install any
> software inside the virtual machine.  Supports Linux and Windows.
> http://people.redhat.com/~rjones/virt-df/
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Anyone seeing udev failing to start in Rawhide?

2019-04-10 Thread Richard W.M. Jones

Forgot to say that the version of systemd is:
systemd-242~rc3-1.fc31.x86_64

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://people.redhat.com/~rjones/virt-df/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org