[systemd-devel] System halt on service stop

2015-01-07 Thread Albert Strasheim
Hello all I'd like to find a clean way to halt a systemd system (actually, a Docker container) when a "main" service stops (not just on failure). I tried Conflicts=systemd-halt.service and calling shutdown from ExecStopPost= but it seems both cause problems, since I end up with a "stop job" for m

[systemd-devel] disabling shared mount propagation

2013-04-23 Thread Albert Strasheim
Hello all This change, which made mount propagation default to shared: http://cgit.freedesktop.org/systemd/systemd/commit/?id=b3ac5f8cb98757416d8660023d6564a7c411f0a0 and which went into Fedora 17 in January 2013: http://lists.fedoraproject.org/pipermail/package-announce/2013-January/095395.htm

[systemd-devel] timer unit doesn't fire again if service takes too long

2013-02-14 Thread Albert Strasheim
Hello all We have some systems running systemd-37-25.fc16.x86_64. We have an issue where a timer unit doesn't fire again if its service runs for too long. We have a logrotate.timer unit that looks like this: [Timer] OnActiveSec=10 m OnUnitActiveSec=10 m [Install] WantedBy=multi-user.target an

[systemd-devel] OnFailure= and killing services

2013-01-07 Thread Albert Strasheim
Hello all A question about a slightly older version of systemd. We are running systemd-37-25.fc16.x86_64. We have a service called alarmist with a .service file like so: [Unit] Description=Raise alarms for %i DefaultDependencies=no [Service] Type=oneshot TimeoutSec=0 ExecStart=-/path/to/alarmi

[systemd-devel] PrivateTmp and hugepages

2012-04-25 Thread Albert Strasheim
Hello all We'd like to launch some processes in a private mount namespace so that they can each use a limited amount of private hugepages without running as root. The idea was to use PrivateTmp=true to get systemd to call unshare for us and then configure the service with: PermissionsStartOnly=t

Re: [systemd-devel] Ubuntu, Upstart, and systemd

2012-04-24 Thread Albert Strasheim
Hello On Wed, Apr 25, 2012 at 6:47 AM, David Strauss wrote: > Mark Shuttleworth posted recently on Ubuntu sticking with Upstart [1]: > I have a few questions I'm hoping people here can help with: > * How accurate is the claim that Upstart has far more comprehensive > automated testing? If systemd

Re: [systemd-devel] systemd hang on reboot

2012-04-03 Thread Albert Strasheim
Hello On Mon, Apr 2, 2012 at 10:33 PM, Lennart Poettering wrote: >> What is supposed to happen next in the shutdown process? Is there any >> way we can get more debugging info to find out why it is hanging? > If debug mode is enabled systemd will dump the transaction it is about > to execute befo

[systemd-devel] systemd hang on reboot

2012-03-29 Thread Albert Strasheim
Hello all We have a problem with machines running systemd-37-15.fc16.x86_64 hanging on reboot. We have a system that boots from an initramfs based on F16. Nothing much more special than yum --installroot and making a cpio archive out of it. We use the following kernel options that might be perti

Re: [systemd-devel] MemoryLimit and MemorySoftLimit

2012-03-26 Thread Albert Strasheim
On Mon, Mar 26, 2012 at 4:46 PM, Lennart Poettering wrote: >> Also, is there some standard way for the app[M#O7lication to determine if a >> MemoryLimit= is configured? We might want to automatically size some >> buffers based on this limit. > You can read /proc/self/cgroup. Find the line with ":m

Re: [systemd-devel] MemoryLimit and MemorySoftLimit

2012-03-26 Thread Albert Strasheim
Hello On Mon, Mar 26, 2012 at 11:44 AM, Manuel Amador wrote: > memorylimit and memorysoftlimit can be determined using the ulimit system > call. Do you mean getrlimit? man 2 ulimit on F16 says it's not implemented. If it's getrlimit, is it RLIMIT_AS? > you cannot detect when you've hit the soft

[systemd-devel] MemoryLimit and MemorySoftLimit

2012-03-26 Thread Albert Strasheim
Hello all We want to limit the memory a service can use using MemoryLimit= and MemorySoftLimit= described in systemd.exec. As I understand it, LimitAS= and LimitRSS= aren't particularly useful. Linux doesn't even implement LimitRSS? http://unix.stackexchange.com/questions/32368/how-to-limit-appl

Re: [systemd-devel] [PATCH v3 3/4] manager: add a global watchdog reboot timestamp

2012-02-01 Thread Albert Strasheim
Hello On Wed, Feb 1, 2012 at 11:24 PM, Chris Paulson-Ellis wrote: > On 01/02/12 19:05, Lennart Poettering wrote: >> (As I figured out newer Intel chipsets all have watchdogs now, so I am >> actually quite keen to see this implemented in systemd now, since I can >> actually test it.) > Just a warn

Re: [systemd-devel] socket failed to queue socket startup job: Transport endpoint is not connected

2012-01-20 Thread Albert Strasheim
Hello On Sat, Jan 21, 2012 at 5:05 AM, Lennart Poettering wrote: > On Wed, 18.01.12 12:06, Albert Strasheim (full...@gmail.com) wrote: > Just for the sake of the Google archives: Michal fixed that in git > today. That was quick. Thanks very much. Any chance this can be rolled into

[systemd-devel] socket failed to queue socket startup job: Transport endpoint is not connected

2012-01-18 Thread Albert Strasheim
Hello all We've had a machine up for about 9 days with lots of connections to a socket unit: [Socket] ListenStream=2 Accept=yes MaxConnections=128 [Install] WantedBy=sockets.target We noticed today that the socket had stopped listening. syslog said: systemd[1]: foo.socket failed to queue so

[systemd-devel] Strange issue with mount/automount units and ConditionKernelCommandLine

2011-10-22 Thread Albert Strasheim
Hello all I'm trying to set up an environment kind of like what /lib/systemd/fedora-readonly does, but with a few mount and automount units. Additionally, if I boot my system without a certain kernel command line argument, I don't want the setup to happen. My two mount and automount units look a

Re: [systemd-devel] systemctl and detach in udev RUN

2011-10-06 Thread Albert Strasheim
Hello On Thu, Oct 6, 2011 at 1:05 PM, Kay Sievers wrote: > On Thu, Oct 6, 2011 at 11:29, Albert Strasheim wrote: >> On Wed, Oct 5, 2011 at 4:10 PM, Albert Strasheim wrote: >>> Hello all >>> I have the following udev rule in a machine with a bunch of disks: >>

Re: [systemd-devel] systemctl and detach in udev RUN

2011-10-06 Thread Albert Strasheim
Hello On Wed, Oct 5, 2011 at 4:10 PM, Albert Strasheim wrote: > Hello all > I have the following udev rule in a machine with a bunch of disks: > SUBSYSTEM=="block", KERNEL=="sd*", TAG+="systemd", ACTION=="add", > RUN+="/bin/systemctl resta

[systemd-devel] systemctl and detach in udev RUN

2011-10-05 Thread Albert Strasheim
Hello all I have the following udev rule in a machine with a bunch of disks: SUBSYSTEM=="block", KERNEL=="sd*", TAG+="systemd", ACTION=="add", RUN+="/bin/systemctl restart blockinit@%k.service" The blockinit service is a one-shot service that runs a program that checks if the block device matche

Re: [systemd-devel] systemd-logind bug in systemd v35

2011-10-05 Thread Albert Strasheim
On Wed, Oct 5, 2011 at 2:48 PM, Lennart Poettering wrote: > On Wed, 05.10.11 10:56, Albert Strasheim (full...@gmail.com) wrote: >> On Wed, Oct 5, 2011 at 1:40 AM, Lennart Poettering >> wrote: >> > What is the contents of /run/systemd/sessions/? >> There's

Re: [systemd-devel] systemd-logind bug in systemd v35

2011-10-05 Thread Albert Strasheim
Hello On Wed, Oct 5, 2011 at 1:40 AM, Lennart Poettering wrote: > On Tue, 04.10.11 15:40, Albert Strasheim (full...@gmail.com) wrote: >> Hello all >> I think we've found a bug in systemd-logind with systemd v35 >> (specifically, systemd-35-1.fc16.x86_64.rpm). >>

Re: [systemd-devel] systemd-logind bug in systemd v35

2011-10-05 Thread Albert Strasheim
Hello On Wed, Oct 5, 2011 at 1:40 AM, Lennart Poettering wrote: > On Tue, 04.10.11 15:40, Albert Strasheim (full...@gmail.com) wrote: >> Hello all >> I think we've found a bug in systemd-logind with systemd v35 >> (specifically, systemd-35-1.fc16.x86_64.rpm). >>

[systemd-devel] systemd-logind bug in systemd v35

2011-10-04 Thread Albert Strasheim
Hello all I think we've found a bug in systemd-logind with systemd v35 (specifically, systemd-35-1.fc16.x86_64.rpm). After a few thousand ssh logins, we start seeing stuff like this in /var/log/secure: Oct 4 13:34:29 next-10-221-0-2 sshd[568]: pam_systemd(sshd:session): Failed to create session

Re: [systemd-devel] [PATCH 0/4] systemd and watchdog

2011-09-28 Thread Albert Strasheim
Hello On Wed, Sep 28, 2011 at 6:59 PM, Michael Olbrich wrote: > How to implement this is systemd: > systemd already has the concept of a state for each service and a very > simple method (sd_notify) for the service to provide status information to > systemd. > This is implemented in the first pat

[systemd-devel] stdout-syslog-bridge max line length issue

2011-09-16 Thread Albert Strasheim
Hello all We've run into a problem with stdout-syslog-bridge with systemd v35 on F16. Our application logged some very long lines as part of debug output, which filled up the stream buffer for the app. http://cgit.freedesktop.org/systemd/tree/src/stdout-syslog-bridge.c#n91 I think LINE_MAX is 2

Re: [systemd-devel] Reusing stdout-syslog-bridge under sshd

2011-09-07 Thread Albert Strasheim
Hello On Wed, Sep 7, 2011 at 7:11 PM, Albert Strasheim wrote: > Finally my question: is it possible for my custom shell to connect > stderr of bar to stdout-syslog-bridge? Is this feasible, or was > stdout-syslog-bridge designed to interact with systemd only? Okay, wow, that was easy

[systemd-devel] Reusing stdout-syslog-bridge under sshd

2011-09-07 Thread Albert Strasheim
Hello all We have the following situation: We have a service that is exposed through OpenSSH. The unit looks like this: [Unit] Description=bar Server [Service] ExecStart=-@/usr/sbin/sshd bar -ddd -i -f /etc/ssh/sshd_config_bar StandardInput=socket StandardOutput=socket StandardError=syslog [I

Re: [systemd-devel] syslogs in /proc/kmsg

2011-09-05 Thread Albert Strasheim
Hello On Tue, Sep 6, 2011 at 12:52 AM, Lennart Poettering wrote: > On Mon, 05.09.11 12:25, Albert Strasheim (full...@gmail.com) wrote: >> Hello all >> Also, it doesn't seem as if the first application logs end up >> /var/log/messages though. >> Should I be seeing

[systemd-devel] syslogs in /proc/kmsg

2011-09-05 Thread Albert Strasheim
Hello all I have a question about systemd and syslog and application logs ending up in kmsg (as outputted by dmesg). My system.conf contains: [Manager] LogTarget=syslog DefaultStandardOutput=syslog DefaultStandardError=syslog and all my services have: StandardOutput=syslog StandardError=inheri

[systemd-devel] [PATCH] Fix typo in systemd manual page.

2011-09-05 Thread Albert Strasheim
--- man/systemd.xml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/man/systemd.xml b/man/systemd.xml index a11c96e..a8a6967 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -259,7 +259,7 @@ services and sockets, i.e. controls

[systemd-devel] sd-daemon documentation vs syslog log levels and facilities

2011-09-01 Thread Albert Strasheim
Hello all We started using systemd's logging today, but the documentation tripped us up a bit and could perhaps be improved to help other users. The example in the sd-daemon manual page makes no mention of facilities. Thus we assumed that our logs would have the facility we configured in SyslogF

[systemd-devel] Restart and RestartSec in packaged .service files

2011-09-01 Thread Albert Strasheim
Hello all I was wondering if there is some kind of guideline about whether packaged .service files in Fedora, etc. should specify Restart=, RestartSec=, etc. Most of the system services shipped with Fedora are quite stable, but it might be could to have Restarts in place for services that crash o

Re: [systemd-devel] ConditionKernelCommandLine not working?

2011-08-24 Thread Albert Strasheim
Hello On Wed, Aug 24, 2011 at 9:17 PM, Lennart Poettering wrote: > On Tue, 16.08.11 19:53, Albert Strasheim (full...@gmail.com) wrote: >> Hello again >> My previous example confused the issue by mentioning >> fedora-autorelabal.service. >> With the follo

Re: [systemd-devel] SYSTEMD_WANTS and oneshot services

2011-08-24 Thread Albert Strasheim
Hello On Wed, Aug 24, 2011 at 2:04 PM, Lennart Poettering wrote: > On Wed, 24.08.11 13:26, Albert Strasheim (full...@gmail.com) wrote: >> When reloading the module, there is no transaction in the debug log. >> When I strace systemd, I can see that epoll returns and that systemd &

Re: [systemd-devel] SYSTEMD_WANTS and oneshot services

2011-08-24 Thread Albert Strasheim
Hello On Tue, Aug 23, 2011 at 6:09 PM, Lennart Poettering wrote: > On Sun, 21.08.11 14:01, Albert Strasheim (full...@gmail.com) wrote: >> Is there a way to always get this behavior? I'd like my network >> interfaces to be brought up regardless of how and when their modules

Re: [systemd-devel] /sys/subsystem device dependency not working

2011-08-24 Thread Albert Strasheim
Hello On Wed, Aug 24, 2011 at 1:41 AM, Lennart Poettering wrote: > On Thu, 18.08.11 22:03, Albert Strasheim (full...@gmail.com) wrote: >> Hello all >> I am trying to use systemd-26 to configure a network device. >> I've decided to try this instead of the standard Fedora

[systemd-devel] SYSTEMD_WANTS and oneshot services

2011-08-21 Thread Albert Strasheim
Hello all After my misadventures with SYSTEMD_ALIAS, I've tried to do it with SYSTEMD_WANTS instead. My udev rule: SUBSYSTEM=="net", NAME=="em[1-2]", TAG+="systemd", ENV{SYSTEMD_WANTS}="foo-net-$name.service" And my foo-net-em1.service unit (just calls the existing network scripts for now): [U

Re: [systemd-devel] /sys/subsystem device dependency not working

2011-08-19 Thread Albert Strasheim
Hello again On Thu, Aug 18, 2011 at 10:03 PM, Albert Strasheim wrote: > I am trying to use systemd-26 to configure a network device. > > I've decided to try this instead of the standard Fedora init scripts > because I want the network configuration to depend on a kernel comman

[systemd-devel] /sys/subsystem device dependency not working

2011-08-18 Thread Albert Strasheim
Hello all I am trying to use systemd-26 to configure a network device. I've decided to try this instead of the standard Fedora init scripts because I want the network configuration to depend on a kernel command line argument (which should be possible as soon as ConditionKernelCommandLine=foo=bar

Re: [systemd-devel] ConditionKernelCommandLine not working?

2011-08-18 Thread Albert Strasheim
Hello On Thu, Aug 18, 2011 at 12:44 PM, Lennart Poettering wrote: > Can you please elaborate on what does not work you expect to work, and > what happens what you didn't expect? Given that you pass selinux=0 it > appears to me that everything is working correctly. I confused the issue by mention

Re: [systemd-devel] ConditionKernelCommandLine not working?

2011-08-16 Thread Albert Strasheim
, but the systemctl enable problem mentioned elsewhere on this list prevented me from setting up my environment. On Mon, Aug 15, 2011 at 1:27 PM, Albert Strasheim wrote: > Does ConditionKernelCommandLine work in systemd-26-5.fc15.x86_64? > > I've tested it with my own units and with

[systemd-devel] ConditionKernelCommandLine not working?

2011-08-15 Thread Albert Strasheim
Hello all Does ConditionKernelCommandLine work in systemd-26-5.fc15.x86_64? I've tested it with my own units and with the Fedora fedora-autorelabel.service, but no luck. Here's the dmesg: [0.00] Command line: selinux=0 systemd.log_level=debug autorelabel [0.00] Kernel command li

[systemd-devel] root directory permissions vs OpenSSH chroot

2011-06-04 Thread Albert Strasheim
Hello all OpenSSH has a chroot feature, but for it to work, the root directory must have permissions of 0755 otherwise one gets the error: sshd[15705]: fatal: bad ownership or modes for chroot directory component "/" Is this something that systemd can control or fix when it starts? It seems to b

Re: [systemd-devel] Invalid poll event on socket

2011-04-25 Thread Albert Strasheim
Hello On Mon, Apr 25, 2011 at 10:03 AM, Albert Strasheim wrote: > With systemd 25 I get: >> systemd[1]: Got invalid poll event on socket. > systemd[1]: foo.socket: Got invalid poll event (0x11) on socket. I think I know what's going on here. My service that is consuming this

Re: [systemd-devel] Invalid poll event on socket

2011-04-25 Thread Albert Strasheim
Hello On Mon, Apr 25, 2011 at 9:59 AM, Albert Strasheim wrote: > On Wed, Apr 20, 2011 at 1:49 AM, Lennart Poettering > wrote: >> On Tue, 12.04.11 16:15, Albert Strasheim (full...@gmail.com) wrote: >> Heya, >>> I had the following in my syslog today while my service

Re: [systemd-devel] Invalid poll event on socket

2011-04-25 Thread Albert Strasheim
Hello On Wed, Apr 20, 2011 at 1:49 AM, Lennart Poettering wrote: > On Tue, 12.04.11 16:15, Albert Strasheim (full...@gmail.com) wrote: > Heya, >> I had the following in my syslog today while my service was running: >> systemd[1]: Got invalid poll event on socket. >> syste

[systemd-devel] Device names with dashes

2011-04-19 Thread Albert Strasheim
Hello again My previous problem with an After= referring to a device seems to have been caused by a device with a dash in the name. I had a service called mounter@dm-0.service with BindTo=dev-%i.device After=dev-%i.device which fails to find dev-dm-0.device because systemd seems to be calling i

Re: [systemd-devel] systemctl runs systemd-tty-ask-password-agent and hangs?

2011-04-19 Thread Albert Strasheim
Hello Finally, a clue. It seems after a really long time, or maybe sometimes, systemctl will print: A dependency job failed. See system logs for details. and sometimes (but not always), syslog will contain: systemd[1]: Job dev-dm-0.device/start timed out. This is caused by an After=dev-%i.de

Re: [systemd-devel] systemctl runs systemd-tty-ask-password-agent and hangs?

2011-04-19 Thread Albert Strasheim
)=[{"l\2\1\1\10\0\0\0\3\0\0\0\17\0\0\0\5\1u\0\3\0\0\0\10\1g\0\1v\0\0", 32}, {"\1b\0\0\0\0\0\0", 8}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 40 and then hangs in an epoll_wait. On Tue, Apr 19, 2011 at 5:02 PM, Albert Strasheim wrote: > Hello again > > I

Re: [systemd-devel] systemctl runs systemd-tty-ask-password-agent and hangs?

2011-04-19 Thread Albert Strasheim
32768) = 48 19048 getdents(6, {}, 32768)= 0 19048 close(6) = 0 19048 poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, -1) = 1 ([{fd=5, revents=POLLIN}]) I am running systemd-24-1.fc15.x86_64. Full trace attached. Regards Albert On Tue, Apr 5, 2011 at 10:06 AM, Albert S

[systemd-devel] failed @ services listed in systemctl output

2011-04-19 Thread Albert Strasheim
Hello all I've been experimenting with http://0pointer.de/public/systemd-units/sshd@.service It works well, but I've noticed that each client connection adds a line to the output in systemctl --system --full e.g., sshd@127.0.0.1:2-127.0.0.1:35006.service error failed failed sshd@127.0.0.

[systemd-devel] Invalid poll event on socket

2011-04-12 Thread Albert Strasheim
Hello all I had the following in my syslog today while my service was running: systemd[1]: Got invalid poll event on socket. systemd[1]: foo.service: main process exited, code=exited, status=1 What causes invalid poll events on the socket? Which socket? It would be useful if systemd could give

[systemd-devel] systemctl runs systemd-tty-ask-password-agent and hangs?

2011-04-05 Thread Albert Strasheim
Hello all Sometimes (not sure when), when I run systemctl stop foo.service where foo.service is in this state: foo.service loaded failed failed stop Foo systemctl just hangs. I can see that it has started a process called /bin/systemd-tty-ask-password-agent --watch which is apparently waitin

[systemd-devel] ListenStream in an @.socket unit

2011-04-04 Thread Albert Strasheim
Hello all I have the following socket unit: [Unit] Description=unix sock [Socket] ListenStream=@foo/%i Backlog=128 Service=foo@%i.service [Install] Alias=foo@dev1.socket Alias=sockets.target.wants/foo@dev1.socket Alias=foo@dev2.socket Alias=sockets.target.wants/foo@dev2.socket Alias=foo@dev3.so

Re: [systemd-devel] Assertion 'u->meta.type != _UNIT_TYPE_INVALID' failed at src/unit.c:257, function unit_add_to_load_queue(). Aborting.

2011-04-04 Thread Albert Strasheim
Hello On Mon, Apr 4, 2011 at 6:01 PM, Albert Strasheim wrote: > I'm trying to set up a configuration where a variable number of > devices under /dev/mapper get automounted. > I've started with the following: > # cat mpath\@.mount > [Unit] > Description=Data Fi

[systemd-devel] Assertion 'u->meta.type != _UNIT_TYPE_INVALID' failed at src/unit.c:257, function unit_add_to_load_queue(). Aborting.

2011-04-04 Thread Albert Strasheim
Hello all I'm trying to set up a configuration where a variable number of devices under /dev/mapper get automounted. I've started with the following: # cat mpath\@.mount [Unit] Description=Data File System [Mount] What=/dev/mapper/%i Where=/mnt/%i Type=ext4 [Install] Also=mpath@.automount Alia

Re: [systemd-devel] Chroot jail for service with /proc, etc. already mounted

2011-04-04 Thread Albert Strasheim
Hello On Mon, Apr 4, 2011 at 8:45 AM, Albert Strasheim wrote: > I was wondering if anyone had an example of a service unit that sets > up a chroot jail with RootDirectory= but also mounts /proc, /sys and > maybe a directory with some binaries and configuration inside it? It seems I co

Re: [systemd-devel] ListenStream=0

2011-04-04 Thread Albert Strasheim
Hello On Mon, Apr 4, 2011 at 4:32 PM, Lennart Poettering wrote: > On Mon, 04.04.11 07:13, Albert Strasheim (full...@gmail.com) wrote: >> Hello all >> I just tried to start a socket unit with ListenStream=0 in the >> configuration, but this yields the following error: >

[systemd-devel] Chroot jail for service with /proc, etc. already mounted

2011-04-03 Thread Albert Strasheim
Hello all I was wondering if anyone had an example of a service unit that sets up a chroot jail with RootDirectory= but also mounts /proc, /sys and maybe a directory with some binaries and configuration inside it? It feels like this should perhaps be possible with ReadWriteDirectories and ReadOnl

[systemd-devel] RLIM_INFINITY for LimitNOFILE, etc.

2011-04-03 Thread Albert Strasheim
Hello all Is there a way to specify the equivalent of RLIM_INFINITY for LimitNOFILE, etc.? I did a quick grep of the systemd source, but couldn't find an obvious answer. Regards Albert ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

[systemd-devel] ListenStream=0

2011-04-03 Thread Albert Strasheim
Hello all I just tried to start a socket unit with ListenStream=0 in the configuration, but this yields the following error: Failed to issue method call: Unit zero.socket failed to load: Invalid argument. See system logs and 'systemctl status' for details. I would expect that it would simply bin

Re: [systemd-devel] sshd inside in a nspawn container

2011-04-03 Thread Albert Strasheim
Hello all On Sun, Apr 3, 2011 at 4:59 PM, Albert Strasheim wrote: > pam_loginuid(sshd:session): set_loginuid failed This one is caused by: 32open("/proc/self/loginuid", O_WRONLY|O_TRUNC|O_NOFOLLOW) = 4 32write(4, "0", 1) = -1 EPERM (Operati

[systemd-devel] sshd inside in a nspawn container

2011-04-03 Thread Albert Strasheim
Hello all I've been working on a systemd configuration to do integration tests with a few services inside a nspawn container. Among these, I'm trying to get sshd going using the units here as a starting point: http://0pointer.de/public/systemd-units/ Unfortunately, it seems the nspawn container

Re: [systemd-devel] Doing development tests with systemd?

2011-04-02 Thread Albert Strasheim
Hello On Sat, Apr 2, 2011 at 2:28 PM, Albert Strasheim wrote: > If anyone has any suggestions on how to achieve a setup like this, I'd > really like to hear them. I just discovered systemd-nspawn. Wow. Just wow. Regards Albert ___ sy

[systemd-devel] Doing development tests with systemd?

2011-04-02 Thread Albert Strasheim
Hello all I am working on a project where we are developing a few new server-side services that depend on each other. We are designed these services to take advantage of as many of the systemd features as possible (socket activation, etc.). We would like to find a way to run integration tests wh