Re: [systemd-devel] if StandardInput is set, echo messages from script doesn't show up on terminal.

2016-01-22 Thread Navneet Sinha
16 at 11:59 AM, Navneet Sinha < > nnavneetsinha1...@gmail.com> wrote: > >> Gentle Reminder mail for looking into the issue. >> >> Thanks >> Navneet >> >> On Mon, Jan 18, 2016 at 11:05 PM, Navneet Sinha < >> nnavneetsinha1...@gmail.com> wrote:

Re: [systemd-devel] if StandardInput is set, echo messages from script doesn't show up on terminal.

2016-01-21 Thread Navneet Sinha
Gentle Reminder mail for looking into the issue. Thanks Navneet On Mon, Jan 18, 2016 at 11:05 PM, Navneet Sinha wrote: > Any updates ? > > On Fri, Jan 15, 2016 at 11:16 AM, Navneet Sinha < > nnavneetsinha1...@gmail.com> wrote: > >> I have systemd service, say foo.s

Re: [systemd-devel] if StandardInput is set, echo messages from script doesn't show up on terminal.

2016-01-18 Thread Navneet Sinha
Any updates ? On Fri, Jan 15, 2016 at 11:16 AM, Navneet Sinha wrote: > I have systemd service, say foo.service. > > *Service file* > > [Unit] > Description=Foo agent. > After=fooAfter.service > Before=fooBefore1.service > Before=fooBefore2.service > >

[systemd-devel] if StandardInput is set, echo messages from script doesn't show up on terminal.

2016-01-14 Thread Navneet Sinha
I have systemd service, say foo.service. *Service file* [Unit] Description=Foo agent. After=fooAfter.service Before=fooBefore1.service Before=fooBefore2.service [Service] # During boot the foo.sh script reads input from /dev/console. If the user # hits , it will skip waiting for

Re: [systemd-devel] echo message not coming on terminal with systemd

2015-12-28 Thread Navneet Sinha
On Fri, Dec 18, 2015 at 6:10 AM, Navneet Sinha wrote: > I have systemd service, say xyzWarmup.service. > > Here is the service file > > [Unit] > Description=Xyz agent. > After=fooAfter.service > Before=fooBefore1.service > Before=fooBefor

Re: [systemd-devel] echo message not coming on terminal with systemd

2015-12-21 Thread Navneet Sinha
One more very important observation. On Fri, Dec 18, 2015 at 6:10 AM, Navneet Sinha wrote: > I have systemd service, say xyzWarmup.service. > > Here is the service file > > [Unit] > Description=Xyz agent. > After=fooAfter.service > Before=fooBefo

Re: [systemd-devel] echo message not coming on terminal with systemd

2015-12-18 Thread Navneet Sinha
, Navneet Sinha wrote: > > > On Fri, Dec 18, 2015 at 2:08 PM, Navneet Sinha < > nnavneetsinha1...@gmail.com> wrote: > >> >> >> On Fri, Dec 18, 2015 at 1:24 PM, Andrei Borzenkov >> wrote: >> >>> 18.12.2015 10:22, Tobias Hu

Re: [systemd-devel] echo message not coming on terminal with systemd

2015-12-18 Thread Navneet Sinha
On Fri, Dec 18, 2015 at 2:08 PM, Navneet Sinha wrote: > > > On Fri, Dec 18, 2015 at 1:24 PM, Andrei Borzenkov > wrote: > >> 18.12.2015 10:22, Tobias Hunger пишет: >> > Am 18.12.2015 07:51 schrieb "Navneet Sinha" < >> nnavneetsinha1...@gmail.co

Re: [systemd-devel] echo message not coming on terminal with systemd

2015-12-18 Thread Navneet Sinha
On Fri, Dec 18, 2015 at 1:24 PM, Andrei Borzenkov wrote: > 18.12.2015 10:22, Tobias Hunger пишет: > > Am 18.12.2015 07:51 schrieb "Navneet Sinha" >: > >> No it doesn't fix it. Secondly, my main problem is why it is not working > > with systemd. When, I

Re: [systemd-devel] echo message not coming on terminal with systemd

2015-12-17 Thread Navneet Sinha
On Fri, Dec 18, 2015 at 11:17 AM, Johan Ouwerkerk wrote: > You say this part: > > > echo -n $"$msg (press ESC to skip): " > /dev/console > > Displays fine. > > But these: > > echo "[ OK ]" > > echo > > And these: > > echo "[ FAIL

[systemd-devel] echo message not coming on terminal with systemd

2015-12-17 Thread Navneet Sinha
I have systemd service, say xyzWarmup.service. Here is the service file [Unit] Description=Xyz agent. After=fooAfter.service Before=fooBefore1.service Before=fooBefore2.service [Service] # During boot the xyz.sh script reads input from /dev/console. If the user #

Re: [systemd-devel] rsyslog not starting inside a namespace when started using systemd.

2015-12-14 Thread Navneet Sinha
aemon-reload" and then I restart rsyslog.service and I see start seeing those failure as mentioned in the logs given by me in the previous mails. Thanks Navneet On Mon, Dec 14, 2015 at 10:26 PM, Andrei Borzenkov wrote: > 14.12.2015 18:42, Navneet Sinha пишет: > > I don't know w

Re: [systemd-devel] rsyslog not starting inside a namespace when started using systemd.

2015-12-14 Thread Navneet Sinha
eventually fails. Thanks Navneet On Mon, Dec 14, 2015 at 9:12 PM, Navneet Sinha wrote: > I don't know whether this is the right place to talk about this. > > Here is my rsyslog.service file. > > [Unit] Description=System Logging Service > > [Service] >

[systemd-devel] rsyslog not starting inside a namespace when started using systemd.

2015-12-14 Thread Navneet Sinha
I don't know whether this is the right place to talk about this. Here is my rsyslog.service file. [Unit] Description=System Logging Service [Service] EnvironmentFile=-/etc/sysconfig/rsyslog ExecStart=/sbin/ip netns exec $NSNAME /sbin/rsyslogd -n Sockets=syslog.socket Stan