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

2011-05-19 Thread fykc...@gmail.com
2011/5/20 fykc...@gmail.com : > Hi Lennart, > > It seems we need to include in socket-util.c, to make > build successful. > I've made a patch in attachment. Didn't notice that is already included in socket-util.h, sorry. -- Regards, - cee1 ___ system

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

2011-05-19 Thread fykc...@gmail.com
Hi Lennart, It seems we need to include in socket-util.c, to make build successful. I've made a patch in attachment. 2011/5/20 Lennart Poettering : > Heya! > > http://www.freedesktop.org/software/systemd/systemd-27.tar.bz2 > > Nothing too fancy. But a few new features. > > Kay Sievers (4): >    

[systemd-devel] [ANNOUNCE] systemd 27

2011-05-19 Thread Lennart Poettering
Heya! http://www.freedesktop.org/software/systemd/systemd-27.tar.bz2 Nothing too fancy. But a few new features. Kay Sievers (4): binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where appropriate /lib directories binfmt, modules-load, sysctl, tmpfiles: add missing Co

[systemd-devel] [HEADSUP] Please submit something for the Boot&Init track at LPC!

2011-05-19 Thread Lennart Poettering
Heya, The Linux Plumbers Conference 2011 is coming soon. Kay and I are running the Boot & Init track at LPC, and we are looking for more proposals! So, please consider submitting something if you haven't done so yet. We are looking for all kinds of technical talks covering everything from the BIO

[systemd-devel] icecream socket activation (help testing)

2011-05-19 Thread Gustavo Sverzut Barbieri
Hello all, If you happen to use icecream, give a try to the attached patch to their SVN (svn://anonsvn.kde.org/home/kde/trunk/icecream revision 1232790) It should introduce socket activation for iceccd and scheduler. Configurations are done with systemd's EnvironmentFile in /etc/icecream.conf and

Re: [systemd-devel] How to do IP_TRANSPARENT on socket? squid need that

2011-05-19 Thread microcai
于 2011年05月19日 20:43, Lennart Poettering 写道: > On Thu, 19.05.11 20:41, microcai (micro...@fedoraproject.org) wrote: > >> 于 2011年05月19日 19:25, microcai 写道: >>> 于 2011年05月19日 19:23, Lennart Poettering 写道: On Thu, 19.05.11 18:54, microcai (micro...@fedoraproject.org) wrote: > Heya: >

Re: [systemd-devel] How to do IP_TRANSPARENT on socket? squid need that

2011-05-19 Thread Lennart Poettering
On Thu, 19.05.11 20:41, microcai (micro...@fedoraproject.org) wrote: > 于 2011年05月19日 19:25, microcai 写道: > > 于 2011年05月19日 19:23, Lennart Poettering 写道: > >> On Thu, 19.05.11 18:54, microcai (micro...@fedoraproject.org) wrote: > >> > >>> Heya: > >>> > >>> Yesterday, I ported dnsmasq to systemd. >

Re: [systemd-devel] [bug?] screen not working correctly under systemd

2011-05-19 Thread Lennart Poettering
On Thu, 19.05.11 14:47, microcai (micro...@fedoraproject.org) wrote: > When you ssh to an systemd machine, and start a screen session, detach > and logout. > > Then this screen session will be wipe out by systemd, so , when you > login back, there will be no screen session out there. > > > Is t

Re: [systemd-devel] How to do IP_TRANSPARENT on socket? squid need that

2011-05-19 Thread microcai
于 2011年05月19日 19:25, microcai 写道: > 于 2011年05月19日 19:23, Lennart Poettering 写道: >> On Thu, 19.05.11 18:54, microcai (micro...@fedoraproject.org) wrote: >> >>> Heya: >>> >>> Yesterday, I ported dnsmasq to systemd. >>> Now, it's squid. >>> >>> Almost done now, but transparent support should not be e

Re: [systemd-devel] How to do IP_TRANSPARENT on socket? squid need that

2011-05-19 Thread microcai
于 2011年05月19日 19:23, Lennart Poettering 写道: > On Thu, 19.05.11 18:54, microcai (micro...@fedoraproject.org) wrote: > >> Heya: >> >> Yesterday, I ported dnsmasq to systemd. >> Now, it's squid. >> >> Almost done now, but transparent support should not be enabled, >> otherwise squid will not be able

Re: [systemd-devel] How to do IP_TRANSPARENT on socket? squid need that

2011-05-19 Thread Lennart Poettering
On Thu, 19.05.11 18:54, microcai (micro...@fedoraproject.org) wrote: > Heya: > > Yesterday, I ported dnsmasq to systemd. > Now, it's squid. > > Almost done now, but transparent support should not be enabled, > otherwise squid will not be able to process request. > > But I want this feature bac

[systemd-devel] How to do IP_TRANSPARENT on socket? squid need that

2011-05-19 Thread microcai
Heya: Yesterday, I ported dnsmasq to systemd. Now, it's squid. Almost done now, but transparent support should not be enabled, otherwise squid will not be able to process request. But I want this feature back. So, is there an option to set IP_TRANSPARENT on the listen socket ? signature.

Re: [systemd-devel] udev took too long to start

2011-05-19 Thread Chen Jie
2011/5/18 Kay Sievers : > > Completely different! That's an Intel Core Duo 1.4 GHz laptop: >  systemd-analyze blame | grep udev >  87ms udev-trigger.service >  13ms udev.service I updated systemd(to v26) and udev(to 168), still got ~1s startup time of udev.service plus udev-trigger.service. May be

Re: [systemd-devel] [bug?] screen not working correctly under systemd

2011-05-19 Thread microcai
于 2011年05月19日 15:49, Marius Tolzmann 写道: > hi.. > > may be the complete session of the user gets killed after logout.. > > to prevent this i have set > > session required pam_systemd.so create-session=1 kill-user=0 kill-session=0 > > in my PAM config.. see pam_systemd(8) .. > > so screen sessi

Re: [systemd-devel] [bug?] screen not working correctly under systemd

2011-05-19 Thread Marius Tolzmann
hi.. may be the complete session of the user gets killed after logout.. to prevent this i have set session required pam_systemd.so create-session=1 kill-user=0 kill-session=0 in my PAM config.. see pam_systemd(8) .. so screen sessions do continue to run after logout here.. bye m. On 05/19/11

Re: [systemd-devel] [bug?] screen not working correctly under systemd

2011-05-19 Thread microcai
于 2011年05月19日 15:10, Michał Piotrowski 写道: > W dniu 19 maja 2011 09:05 użytkownik microcai > napisał: >> 于 2011年05月19日 14:50, Michał Piotrowski 写道: >>> Hi, >>> >>> 2011/5/19 microcai : When you ssh to an systemd machine, and start a screen session, detach and logout. Then this

Re: [systemd-devel] [bug?] screen not working correctly under systemd

2011-05-19 Thread Michał Piotrowski
W dniu 19 maja 2011 09:05 użytkownik microcai napisał: > 于 2011年05月19日 14:50, Michał Piotrowski 写道: >> Hi, >> >> 2011/5/19 microcai : >>> When you ssh to an systemd machine, and start a screen session, detach >>> and logout. >>> >>> Then this screen session will be wipe out by systemd, so , when y

Re: [systemd-devel] [bug?] screen not working correctly under systemd

2011-05-19 Thread microcai
于 2011年05月19日 14:50, Michał Piotrowski 写道: > Hi, > > 2011/5/19 microcai : >> When you ssh to an systemd machine, and start a screen session, detach >> and logout. >> >> Then this screen session will be wipe out by systemd, so , when you >> login back, there will be no screen session out there. >