[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] floppy & syslogd
On Wed, 17 Aug 2011 21:32:32 , Vincent Rivière <vincent.riviere@freesbee.fr> wrote:
> Peter Slegg a wrote:
> > I need to find tos.h from somewhere.
>
> Use <mint/mintbind.h> instead.
> And of course main() instead of maint().
>
Thanks, I couldn't remember.
bash-2.05a# ./locktest
Dlock() returns: 100
bash-2.05a# ps -A
PID PPID PRI CURPRI STATUS SIZE TIME COMMAND
...
094 000 0 0 Sleep 761856 00:00.04 dhclient
100 000 0 20 Sleep 262144 00:00.00 portmap
108 000 0 0 Sleep 196608 00:00.15 inetd
...
So it looks like portmap has the lock now.
I killed 100 and dlcock returned 94
Do these processes have something in common ?
They are all in /etc/sysconfig/net.services
Regards,
Peter