In Webmin I can see Running Processes then I call and it just don't
display on my slim players any more but when I click on the process
number in webmin after I call it says:

"This process is no longer running"

In webmin I did "Create a new bootup and shutdown action." the file
looks like this:

#!/bin/sh
# start caller ID with mgetty for slimserver.

case "$1" in
'start')
        mgetty -x0 -n 2 -s 57600 /dev/ttyACM0 &
        ;;
'stop')
        ;;
*)
        echo "Usage: $0 { start | stop }"
        ;;
esac
exit 0

I named it caller-id

I can start it in webmin then call and it stopps

Any one know what could be wrong. It was working before.

Some error I guess with mgetty because I call and it quits. I looked
at:

/var/log/mgetty

But it don't help.

-Raymond Day


-- 
Raymond Day
------------------------------------------------------------------------
Raymond Day's Profile: http://forums.slimdevices.com/member.php?userid=1332
View this thread: http://forums.slimdevices.com/showthread.php?t=42000

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to