[arch-general] get pid of daemon in init script

2008-02-08 Thread Michael Krauss
ns nothing in the start) case but in stop) it seems to work. I don't understand why pidof isn't working as expected. Kind Regards, Michael Krauss Here is my init script: #!/bin/bash . /etc/rc.conf . /etc/rc.d/functions PID=`pidof -o %PPID -x /usr/bin/cdvserver` PIDFILE="/var/run/cd

[arch-general] Fw: get pid of daemon in init script

2008-02-08 Thread Michael Krauss
ock where > you access it. Ohh, you are absolutely right. It is working now. I must get this damn Common Lisp out of my head before writing shell scripts next time. I will file a bug report on cups too. Thanks, Michael Krauss

[arch-general] strange access permissions in /var/spool/mail

2008-05-16 Thread Michael Krauss
16. Mai 15:11 mickraus Is it normal that a user has no access to his own mail box? I looked into postfix.install but it doesn't correct the file mode either. So what is the trick? Kind Regards, Michael Krauss

[arch-general] problem with gcc and __unused function attribute

2008-05-17 Thread Michael Krauss
be found here: http://opengrok.creo.hu/dragonfly/xref/src/libexec/dma/net.c To compile it on linux you have to include two additional headers: #ifdef __linux #include #include #endif /* __linux */ Is there a compiler switch that I have overlooked? Kind Regards Michael Krauss

[arch-general] Fw: problem with gcc and __unused function attribute

2008-05-17 Thread Michael Krauss
On 17/05/08, Byron Clark wrote: > On Sat, May 17, 2008 at 05:08:37PM +0000, Michael Krauss wrote: > > static void > > sig_alarm(int signo __unused) > > { > > longjmp(timeout_alarm, 1); > > } > > gcc can handle an unused variable attribute, but a diffe

[arch-general] system call numbers on amd64

2008-06-29 Thread Michael Krauss
procedure: [EMAIL PROTECTED] elf]\$ nasm -f elf64 tiny.asm [EMAIL PROTECTED] elf]\$ gcc -s -Wall -nostdlib tiny.o [EMAIL PROTECTED] elf]\$ ./a.out; echo $? 42 What is my error here? Kind regards, Michael Krauss

[arch-general] how to install several 2.6.27 kernels in parallel?

2008-11-07 Thread Michael Krauss
ernel version in general? Kind regards, Michael Krauss