Re: Troubleshooting timedatectl and hostnamectl failed to activate service: timed out

2023-12-14 Thread Sean Caron
It appears that I can fix this by editing the unit file and changing: ProtectSystem=strict to: ProtectSystem=full I'm not sure why that is but a resolution is good enough for me. Following up on my own thread in case this helps someone else in the future. Best, Sean On Thu, Dec 14, 20

Re: Troubleshooting timedatectl and hostnamectl failed to activate service: timed out

2023-12-14 Thread Sean Caron
Sorry, perhaps apparmor is not completely disabled, but I don't think it's enforcing. I tried shutting it off completely with: systemctl stop apparmor And that doesn't seem to have made a difference. Best, Sean On Thu, Dec 14, 2023 at 11:57 AM Sean Caron wrote: > Hi Mant

Re: Troubleshooting timedatectl and hostnamectl failed to activate service: timed out

2023-12-14 Thread Sean Caron
tems. I'm unfortunately not very conversant with everything that systemd does behind the scenes with this namespacing stuff. Does this raise any obvious flags? Any ideas for how I could further debug and/or resolve this would be so greatly appreciated! Best, Sean On Wed, Dec 13, 2

Troubleshooting timedatectl and hostnamectl failed to activate service: timed out

2023-12-13 Thread Sean Caron
from Ubuntu 18 to Ubuntu 20 broke it, or if some security configuration broke it. Or perhaps there is a missing dependency package on the broken systems? Could anyone out there please provide a little bit more guidance on how I might troubleshoot this and determine the root cause of the issue? I really hate to bother folks here but I'm feeling stuck. Thank you! Sean

Re: [systemd-devel] Systemd hang when restarting a service during shutdown

2021-11-09 Thread Sean Nyekjaer
On Tue, Nov 09, 2021 at 09:30:05AM +0100, Sean Nyekjaer wrote: > On Mon, Nov 08, 2021 at 03:00:42PM +0100, Sean Nyekjaer wrote: > > On Mon, Nov 08, 2021 at 03:47:36PM +0200, Uoti Urpala wrote: > > > On Mon, 2021-11-08 at 12:05 +0100, Sean Nyekjaer wrote: > > >

Re: [systemd-devel] Systemd hang when restarting a service during shutdown

2021-11-09 Thread Sean Nyekjaer
On Mon, Nov 08, 2021 at 03:00:42PM +0100, Sean Nyekjaer wrote: > On Mon, Nov 08, 2021 at 03:47:36PM +0200, Uoti Urpala wrote: > > On Mon, 2021-11-08 at 12:05 +0100, Sean Nyekjaer wrote: > > > Regarding, > > > https://github.com/systemd/systemd/issues/21203 > >

Re: [systemd-devel] Systemd hang when restarting a service during shutdown

2021-11-08 Thread Sean Nyekjaer
On Mon, Nov 08, 2021 at 03:47:36PM +0200, Uoti Urpala wrote: > On Mon, 2021-11-08 at 12:05 +0100, Sean Nyekjaer wrote: > > Regarding, > > https://github.com/systemd/systemd/issues/21203 > > > > I think the point of the issue missed when the issue got closed. > &g

[systemd-devel] Systemd hang when restarting a service during shutdown

2021-11-08 Thread Sean Nyekjaer
`systemctl reboot`, when our max uptime have been exeeced. If restart of systemd-networkd happens while a reboot is in progress, the system will hang "forever" (and continue to pet the watchdog). This is not a thing that eventually will timeout and reboot the system... /Sean

[systemd-devel] Are there any circumstances under which we would *expect* init.scope to not exist?

2021-06-29 Thread McKay, Sean
f there are any circumstances where it might be expected before I get out my shovel and start digging. Thanks! -Sean McKay ___ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] What's the best way to generate .conf files on startup?

2021-02-24 Thread Sean McKay
I wondered… I saw the changed text in the first paragraph last night and wondered how I missed that.Thank you very much!-Sean From: Lennart PoetteringSent: Wednesday, February 24, 2021 9:33 AMTo: Sean McKayCc: [email protected]: Re: [systemd-devel] What's the best w

Re: [systemd-devel] What's the best way to generate .conf files on startup?

2021-02-23 Thread Sean McKay
Much obliged!I’ll see if I can carve out a little bit of time to put together a PR for the documentation with the wording I would have expected, and we can see what the maintainers think of my wording and go from there.Thanks again!-Sean From: Lennart PoetteringSent: Tuesday, February 23, 2021 1

[systemd-devel] What's the best way to generate .conf files on startup?

2021-02-22 Thread Sean McKay
oper ordering against the ones it's modifying) to generate those .conf files and call daemon-reload during boot? If the latter, are there any expected risks associated with calling daemon-reload during boot? Thanks! -- ~Sean McKay ___

Re: [systemd-devel] How to figure out what's causing systemd to start printing messages partway through boot?

2020-05-06 Thread McKay, Sean
to be modified is in the manager_set_show_status function. That function has a debug log in it, but when I enable debug logging, it's nowhere to be found in the journal despite the value being toggled from auto to temporary. Cheers! -Sean -Original Message- From: Lennart Poettering

Re: [systemd-devel] How to figure out what's causing systemd to start printing messages partway through boot?

2020-04-30 Thread McKay, Sean
ting). Nothing around it seems like a failure, but I'm still digging. Any suggestions are still welcome Thanks! -Sean From: systemd-devel On Behalf Of McKay, Sean Sent: Wednesday, April 29, 2020 4:26 PM To: [email protected] Subject: Re: [systemd-devel] How to figure out wh

[systemd-devel] How to figure out what's causing systemd to start printing messages partway through boot?

2020-04-29 Thread McKay, Sean
from digging through the source code. So I figured I'd ask. Thanks! -Sean McKay P.S. We're still waaay back on 229. Frantically trying to get things upgraded, but not there yet. I don't think that's relevant (I doubt this is a systemd

Re: [systemd-devel] How to figure out what's causing systemd to start printing messages partway through boot?

2020-04-29 Thread McKay, Sean
I apparently failed to finish a sentence. Fixed. My apologies! From: McKay, Sean Sent: Wednesday, April 29, 2020 4:15 PM To: [email protected] Subject: How to figure out what's causing systemd to start printing messages partway through boot? Hi all, Hopefully quick que

Re: [systemd-devel] Is it possible to set a default for MemoryMax?

2019-06-24 Thread McKay, Sean
ber of tests included with the particular commit I was pointed to in addition to the code change itself. I'd like to make sure that I know what sort of tests are expected in a commit and how to run them (and any other things I might need to do to ensure things are in order before submi

[systemd-devel] Is it possible to set a default for MemoryMax?

2019-06-13 Thread McKay, Sean
we're the first ones to want to do something so foolish? Any insight that you could provide would be greatly appreciated! Thanks. -Sean McKay ___ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] negative trust anchors not working with non TLD domain names

2017-04-20 Thread Sean Dague
On 04/20/2017 07:05 AM, Lennart Poettering wrote: > On Wed, 19.04.17 07:12, Sean Dague ([email protected]) wrote: > >> I just upgraded to Ubuntu 17.04 (systemd 232) where systemd-resolved is >> turned on by default, which means DNSSEC validation on by default. > > The DNSSE

[systemd-devel] negative trust anchors not working with non TLD domain names

2017-04-19 Thread Sean Dague
ke to avoid doing if I could. Thanks in advance, -Sean -- Sean Dague http://dague.net ___ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] dmsetup or cryptsetup hangs in the initrd

2015-10-16 Thread Sean MacLennan
r the dmsetup or the 2 cryptsetup lines commented in, it will hang the machine. I am hoping I have just put something in the wrong place. pre-mount is where we previously ran the script from. Cheers, Sean dmtest.tar.gz Description: GNU Zip compressed

Re: [systemd-devel] How to debug this strange issue about "systemd"?

2015-07-31 Thread sean
oot.local Compatibility. Starting Wait for Plymouth Boot Screen to Quit... Starting Terminate Plymouth Boot Screen... -- Sean. XinRong Fu Dedicate System Engineer SUSE [email protected] (P)+86 18566229618 line SUSE [0.00] Initializing cgroup subsys cpuset [0.00] Init

Re: [systemd-devel] How to debug this strange issue about "systemd"?

2015-07-17 Thread sean
On Fri, 2015-07-17 at 06:55 +0300, Andrei Borzenkov wrote: > В Wed, 15 Jul 2015 23:03:02 +0800 > sean пишет: > > > Hi All: > > I am trying to test the latest upstream kernel, But i encounter a > > strange issue about systemd. > > When the "systemd&q

[systemd-devel] How to debug this strange issue about "systemd"?

2015-07-15 Thread sean
age -hda ./qemu_platform/hda.img -initrd ./qemu_platform/initrd-4.1.0-rc2-7-desktop+ -device e1000,netdev=network0 -netdev user,id=network0 -serial file:/home/sean/work/source/upstream/kernel.org/ttys0.txt Job initrd-switch-root.target/start finished, result=done Accepted new private conne

[systemd-devel] [PATCH] timesyncd: do not keep listening socket open forever

2014-11-26 Thread Sean Young
This also makes the source port less predicatable. --- src/timesync/timesyncd-manager.c | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/timesync/timesyncd-manager.c b/src/timesync/timesyncd-manager.c index 3ae01eb..03cfb24 100644 --- a/src/timesync/tim

[systemd-devel] (no subject)

2013-06-12 Thread Sean McGovern
Here is my new attempt for interface naming for cards in non-zero domains. Oddly enough, I still get an f0 at the end of mine even though it is not PCI multifunction. sean@hanyuu ~ $ udevadm test-builtin net_id /sys/class/net/enP2p32s15f0 2>/dev/null | grep PATH ID_NET_NAME_PATH=enP2p32

[systemd-devel] [PATCH] udev: handle network controllers in nonstandard domains

2013-06-12 Thread Sean McGovern
Onboard network controllers are not always on PCI domain 0. --- src/udev/udev-builtin-net_id.c | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/udev/udev-builtin-net_id.c b/src/udev/udev-builtin-net_id.c index 5719021..c8d3ad3 100644 --- a/src/udev/ud

Re: [systemd-devel] [PATCH] udev: make net_id more robust

2013-06-11 Thread Sean McGovern
On Monday, June 10, 2013, Kay Sievers wrote: > On Fri, Jun 7, 2013 at 11:46 PM, Sean McGovern wrote: >> This is definitely not a common case as almost all of the other Linux machines I have access to expose a network controller in domain 0. > > Yeah, I've only seen doma

Re: [systemd-devel] [PATCH] udev: make net_id more robust

2013-06-07 Thread Sean McGovern
by the PCI specifications. Regardless, here is the information you requested: sean@hanyuu ~ $ uname -a Linux hanyuu 3.8.13-gentoo #7 Thu Jun 6 00:45:03 EDT 2013 ppc 7447A, altivec supported PowerMac10,1 GNU/Linux sean@hanyuu ~ $ /usr/sbin/lspci :00:0b.0 Host bridge: Apple Inc. UniNorth 2 AGP :0

Re: [systemd-devel] [PATCH] udev: make net_id more robust

2013-06-07 Thread Sean McGovern
Ignore this patch then -- I can't change the PCI geography of my older G4 Mac Mini, and without this patch predictable interface naming does not work for it. I'll just keep it locally. -- Sean McGovern --Original Message-- From: Kay Sievers To: McGovern, Sean Cc: sys

[systemd-devel] [PATCH] udev: make net_id more robust

2013-06-07 Thread Sean McGovern
Onboard network controllers are not always on PCI domain 0. --- src/udev/udev-builtin-net_id.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/udev/udev-builtin-net_id.c b/src/udev/udev-builtin-net_id.c index 5719021..3e77f30 100644 --- a/src/udev/udev-built