multiple scandir and rc database

2016-06-12 Thread Eric Vidal
-linux: warning: unable to spawn ./run - waiting 10 seconds @4000575cf0c504ca5f2c s6-supervise (child): fatal: unable to exec run: No such file or directory @4000575cf0c50660c63c s6-supervise (child): fatal: unable to exec run: No such file or directory Any idea? Eric Vidal &l

ucspilogd behaviour

2016-06-09 Thread Eric Vidal
tree" This is normal? -- Eric Vidal <e...@obarun.org>

Re: separation for boot and running time services

2016-05-25 Thread Eric Vidal
swer give me the response > It's unnecessary (and not at all how s6-rc works internally). > If you need dependencies in a bundle, it's always possible to include an > empty oneshot in the bundle, let's name it "bottom", that every other > service in the bundle depend

Re: separation for boot and running time services

2016-05-24 Thread Eric Vidal
On Wed, 25 May 2016 08:34:16 +0400 Eric Vidal <e...@obarun.org> wrote: > having a directories called e.g. /etc/s6/rc-boot which contains > sub-directories needed for boot time service as usual and a directory called > /etc/s6/rc-user which sorry wrong written here, the fo

Re: multiple scandir and rc database

2016-06-13 Thread Eric Vidal
to work around your problems. again you have right, i see the trouble here not only with your software, perhaps it's time to me to make a difference between what i share and archlinux. Thanks and sorry again if i offended you -- Eric Vidal <e...@obarun.org>

Re: multiple scandir and rc database

2016-06-13 Thread Eric Vidal
equal. So, this is the procedure i use, perhaps i make > a mistake : > > i copy the entire directory syslogd-linux to my running scandir > /run/boot/service > then i enter this command on the console: > s6-svscanctl -an /run/boot/service shame on me :(, i forgot to change the shebang according to my system, all works fine here, sorry for that -- Eric Vidal <e...@obarun.org>

Re: Execlineb scripts on systems with conflicting binaries

2016-05-27 Thread Eric Vidal
You put me doubt. If my environment PATH is declared as it : PATH=/usr/bin:/usr/local/bin, the first import program taken is /usr/bin/import, not? i'm wrong? -- Eric Vidal <e...@obarun.org>

Re: Execlineb scripts on systems with conflicting binaries

2016-05-27 Thread Eric Vidal
I got scared, is what I thought :) -- Eric Vidal <e...@obarun.org>

Re: Compilation issue

2016-04-27 Thread Eric Vidal
with the FHS, you get the FHS. > > -- > Laurent thank at twice for your advice luis and laurent. i go to study deeply the system. -- Eric Vidal <e...@obarun.org>

Compilation issue

2016-04-27 Thread Eric Vidal
of the package? Maybe i do somethings wrong. Any helps will be appreciate to understand my errors. Eric Vidal -- Eric Vidal <e...@obarun.org>

bash < execline > bash

2016-04-30 Thread Eric Vidal
Hello, It is possible to have a zsh/bash and execlineb syntax on the same file? For example : #!/bin/execlineb -P if [ -d /run/example ]; then s6-mkdir -m 0755 /run/example fi or #!/bin/execlineb -P if { s6-test -d /run/example } mkdir -m 0755 /run/example Regards -- Eric Vidal

udevd log

2016-05-20 Thread Eric Vidal
write on the console what it does but i have nothing on the log. Well, i don't understand correctly what happens here. Someone can explain me my mistake, please? -- Eric Vidal <e...@obarun.org>

s6-svc, s6-rc zsh completion

2016-05-23 Thread Eric Vidal
Thanks -- Eric Vidal <e...@obarun.org>

Re: s6-supervise behaviour

2016-05-08 Thread Eric Vidal
> On 05/05/2016 13:19, Eric Vidal wrote: > > So i have a questions about s6-supervise behaviour. Well, i have 2 > > tty running, i logged on X from tty1. I kill the s6-supervise pid for > > tty2. Well, as expected, tty2 restarts. I do the same thing for tty1, > > obvious

Re: -o remount,ro /

2016-05-13 Thread Eric Vidal
n't have pipelines, nothing depends on it and it can remain down.) OK, thank -- Eric Vidal <e...@obarun.org>

Re: -o remount,ro /

2016-05-13 Thread Eric Vidal
i forgot : what puzzle me, if i do this in console (so i'm on tty1 just after the booting ) : mount -o remount,ro / all works fine without trouble -- Eric Vidal <e...@obarun.org>

Re: -o remount,ro /

2016-05-13 Thread Eric Vidal
On Fri, 13 May 2016 17:38:15 +0200 Laurent Bercot <ska-skaw...@skarnet.org> wrote: > On 13/05/2016 16:34, Eric Vidal wrote: > > i forgot : > > > > what puzzle me, if i do this in console (so i'm on tty1 just after the > > booting ) : > > mount -o remo

Re: bash < execline > bash

2016-05-01 Thread Eric Vidal
On Sun, 1 May 2016 01:00:11 -0700 Colin Booth <cathe...@gmail.com> wrote: > On Sat, Apr 30, 2016 at 10:45 PM, Eric Vidal <e...@obarun.org> wrote: > > It is possible to have a zsh/bash and execlineb syntax on the same file? > With some work yes. By default any ex

Re: rc-init misunderstanding dependencies files

2016-05-01 Thread Eric Vidal
at says that it > needs to run before another, but a dependency callout will guarantee > that the listed services are started before the service defining those > dependencies. ok, i think the dependencies tree can be grow in complexity but with a practice it can be made. Many thank Regards -- Eric Vidal <e...@obarun.org>

Re: bash < execline > bash

2016-05-01 Thread Eric Vidal
On Sun, 1 May 2016 12:34:07 +0200 Laurent Bercot <ska-skaw...@skarnet.org> wrote: > On 01/05/2016 12:26, Eric Vidal wrote: > > One more question, my knowledge is not sufficient to understand this > > following command : > > unexport ? > > i'm not understand the ?