[Bug 1354306]

2016-02-20 Thread Lennart-poettering
This has been implemented a while back, see 405e116f57b1cf33d4ca0294ab045a9f709bbc96 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1354306 Title: gpio shutdown trigger for ProLiant m400 cartridges

[Bug 1347776]

2016-02-15 Thread Lennart-poettering
This has been implemented a while back, see 405e116f57b1cf33d4ca0294ab045a9f709bbc96 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1347776 Title: shutdown trigger on gpio_keys.X for armhf hardware

[Bug 953875]

2015-04-18 Thread Lennart-poettering
(In reply to Lennart Poettering from comment #6) > Hmm, please use parse_bytes() for parsing byte values. Sorry, I meant parse_size() of course. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953

[Bug 953875]

2015-04-18 Thread Lennart-poettering
OK, if this is not a bytes value, parse_size() is probably not a good idea. (that said, I think it's a pretty poor choice to expose this as 512byte block value...) Anyway, looks good. Please push! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 953875]

2015-04-18 Thread Lennart-poettering
Hmm, please use parse_bytes() for parsing byte values. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953875 Title: Encrypted swap no longer mounted at bootup To manage notifications about this bug

[Bug 953875]

2015-04-18 Thread Lennart-poettering
Also, please add the initialization of .offset and .skip into the declaration of the params variable, as initializer. i.e.: struct crypt_params_plain params = { .offset = arg_offset, .skip = arg_skip, }; Also, please document the new switches in crypttab(5). -- You received this

[Bug 1438612]

2015-04-10 Thread Lennart-poettering
(In reply to Martin Pitt from comment #13) > (In reply to Lennart Poettering from comment #12) > > The best way is to fix the few services that really need dbus > > unconditionally to be around to add After=dbus.service. And all is good. > > If we go with that approach,

[Bug 1438612]

2015-04-06 Thread Lennart-poettering
Please do not apply that ExecStop= thing. You really shouldn't block that. Think about people who boot their system with "emergency" on the kernel cmdline, and thus get a PID 1 plus a shell and nothing else, they should be able to start dbus and stop it as they wish... If at all, use RefuseManualS

[Bug 1354306]

2014-08-16 Thread Lennart-poettering
I think the proper way to fix this is by waiting for this kernel patch to be applied: http://www.spinics.net/lists/linux-input/msg33007.html With that in place we can then update logind to make use of it, and then simply add the udev tag to all keyboards that are discovered, which would then impl

[Bug 1347776]

2014-08-16 Thread Lennart-poettering
I think the proper way to fix this is by waiting for this kernel patch to be applied: http://www.spinics.net/lists/linux-input/msg33007.html With that in place we can then update logind to make use of it, and then simply add the udev tag to all keyboards that are discovered, which would then impl

[Bug 445852]

2013-10-31 Thread Lennart-poettering
MArtin, can you prep a patch for your requested changes? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/445852 Title: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardwa

[Bug 885869]

2012-05-20 Thread Lennart-poettering
Thanks, applied. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/885869 Title: Add these Samsung SSD attributes To manage notifications about this bug go to: https://bugs.launchpad.net/libatasmart/+b

[Bug 438136]

2012-02-15 Thread Lennart-poettering
So, I wanna give this one more try. I kept the log2() in there, but multiplied it now with 1024 which should be a safe margin. If this brings bad results we can drop this entirely. In that case, please reopen. -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 148454]

2011-11-23 Thread Lennart-poettering
The rhbz bug about the race you find here: https://bugzilla.redhat.com/show_bug.cgi?id=643367 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/148454 Title: console-kit-daemon spawns too many threads

[Bug 148454]

2011-11-23 Thread Lennart-poettering
(In reply to comment #32) > yes it does. there are other distros out there that doesn't use systemd at all > and doesn't have the intention to use it. Are there? If so those folks probably have to become active... We will phase out CK one day, and those folks who find value in sticking with obsole

[Bug 148454]

2011-11-23 Thread Lennart-poettering
I have now reverted the patch and reopened this bug. VT_WAITEVENT is inherently racy, since events that happen between the time we return from a VT_WAITEVENT and go back into VT_WAITEVENT are completely lost. That has the effect that when coming back from a suspend sometimes VT switches are not not

[Bug 148454]

2011-11-23 Thread Lennart-poettering
See the thread starting with this patch of Kay's: http://markmail.org/message/dhgzoht63uhfieqc -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/148454 Title: console-kit-daemon spawns too many threads

[Bug 148454]

2011-11-23 Thread Lennart-poettering
BTW, if somebody cares enough: this bug could be fixed properly now as Kay's patch got merged into .38. There's now a file "/sys/class/tty/tty0/active" which you can read to get the current VT. And you can poll() for it and will get POLLPRI every time the VT changes. That said, given that CK is b