[systemd-devel] nspawn does not mount /dev/shm

2012-09-15 Thread Pierre Schmitz
Hi, systemd-nspawn does not create a tmpfs mount to /dev/shm. Is this an oversight or intentional? Greetings, Pierre -- Pierre Schmitz, https://pierre-schmitz.com ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedes

[systemd-devel] [PATCH 2/2] tmpfiles: use write(2) for the 'w' action

2012-09-15 Thread Dave Reisner
This resolves problems with filesystems which do not implement the aio_write file operation. In this case, the kernel will fall back using a loop writing technique for each pointer in a received iovec. The result is strange errors in dmesg such as: [ 31.855871] elevator: type not found [ 31.8

[systemd-devel] [PATCH 1/2] socket: prevent signed integer overflow

2012-09-15 Thread Dave Reisner
src/core/socket.c:588:25: error: overflow in implicit constant conversion src/core/socket.c:589:17: error: overflow in implicit constant conversion --- src/core/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/socket.c b/src/core/socket.c index cbbfb0c..f975a43

Re: [systemd-devel] [script] Eject CD before shutdown

2012-09-15 Thread Philip Müller
Since my distro is based on Archlinux I might go for the initrd-way. Currently I'm testing the shutdown-script way ... Am 15.09.2012 10:24, schrieb Philip Müller: Yes it is the root-disk. I managed it by overwritting all messages with attached script. No issues at all. It displays my message and

Re: [systemd-devel] [script] Eject CD before shutdown

2012-09-15 Thread Philip Müller
Yes it is the root-disk. I managed it by overwritting all messages with attached script. No issues at all. It displays my message and reacts as wanted. No hangups etc. Am 14.09.2012 19:20, schrieb Lennart Poettering: On Fri, 14.09.12 00:14, Philip Müller (ph...@manjaro.org) wrote: So, seems

[systemd-devel] gps.target

2012-09-15 Thread shawn
I noticed that "gps.target" (along with: fingerprint.target, wireless.target, netdevice.target) were in the proposed feature list, and I am wonder how this would work. most usb gps devices, which are the vast majority of devices out there and supported by gpsd, are usb-to-serial converters, and by