Re: [systemd-devel] We are working on Secure Container Applications.

2012-01-10 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/09/2012 09:38 PM, Lennart Poettering wrote: > On Mon, 09.01.12 16:42, Daniel J Walsh (dwa...@redhat.com) wrote: > >> The idea is to run multiple instances of the same application >> within a container. For example multiple Apache servers. >> >

[systemd-devel] [HEADS-UP] systemd and Storage Daemons for the Root File System

2012-01-10 Thread Lennart Poettering
Heya, Since quite some time there have been unresolved issues with certain unkillable storage daemons maintaining the root file system's storage backing. To clear this up we have discussed the situation with a couple of folks and are now proposing the scheme pointed out here: http://www.freedeskt

Re: [systemd-devel] We are working on Secure Container Applications.

2012-01-10 Thread Lennart Poettering
On Tue, 10.01.12 10:19, Daniel J Walsh (dwa...@redhat.com) wrote: > > Hmm, yupp I think this would make sense, after all we already are > > capable of propagating restart requests between services, along > > requirement dependency paths. So we probably should provide the > > same for reloading,

Re: [systemd-devel] We are working on Secure Container Applications.

2012-01-10 Thread Lennart Poettering
On Wed, 11.01.12 00:51, Lennart Poettering (lenn...@poettering.net) wrote: > > systemctl stop httpd@.service > > > > Would stop httpd.service, httpd@sandbox1.service and > > httpd@sandbox2.service > > Almost. It will stop the instanced services, but not the one that isn't > instantiated. You'd h

Re: [systemd-devel] We are working on Secure Container Applications.

2012-01-10 Thread Jóhann B. Guðmundsson
On 01/10/2012 11:51 PM, Lennart Poettering wrote: Yes. Most likely you don't even have to create the file /etc/systemd/system/httpd@sanbox2.service at all, instead just symlink it from /lib/systemd/system/httpd@.service, i.e. the common template. Dan to give you an example which I used test to

[systemd-devel] [ANNOUNCE] systemd v38

2012-01-10 Thread Lennart Poettering
Hey, http://www.freedesktop.org/software/systemd/systemd-38.tar.xz This is the first release with the journal. The journal replaces both systemd-kmsg-syslogd and systemd-stdout-kmsg-bridge, thus simplifying greatly our set of always-running services. The journal is quite complete at this time, bu

Re: [systemd-devel] [ANNOUNCE] systemd v38

2012-01-10 Thread Michael Biebl
Am 11. Januar 2012 05:19 schrieb Lennart Poettering : > > Compatibility with classic syslog implementations is provided, via a > socket /run/systemd/journal/syslog, to which all messages are forwarded, Most systems setup rsyslog to use /etc/rsyslog.d/, so dropping a small file like 00-systemd.conf

Re: [systemd-devel] [ANNOUNCE] systemd v38

2012-01-10 Thread Michael Biebl
Am 11. Januar 2012 05:19 schrieb Lennart Poettering : > This is the first release with the journal. The journal replaces both A few observations/questions: - How can I check if XZ compression is enabled for the journal file (needless to say I enabled XZ support during compile time). The file seems

Re: [systemd-devel] [HEADS-UP] systemd and Storage Daemons for the Root File System

2012-01-10 Thread Jan Engelhardt
On Tuesday 2012-01-10 23:24, Lennart Poettering wrote: > >http://www.freedesktop.org/wiki/Software/systemd/RootStorageDaemons > >If you are involved with early-boot stuff, like building initrds, or are >doing storage stuff or are otherwise interested please have a look. >-- >Processes

Re: [systemd-devel] [ANNOUNCE] systemd v38

2012-01-10 Thread Michael Biebl
Am 11. Januar 2012 08:04 schrieb Michael Biebl : > > A few observations/questions: - systemd-journalctl --help ... -o --output=STRING Change journal output mode (short, short-verbose, verbose, export, json) # systemd-journalctl -o short-verbose Unknown output 'short-verbose'. -- Why is it that