[Lcdproc] Running Problems

brian turbo@talstar.com
Tue May 22 21:30:02 2007


Enzo --

    You may very well be seeing the same thing I'm seeing here.  Try this:

    Open *two* terminal sessions on the computer hosting LCDd
    In session one, start LCDd as you normally would
    In session two, run `ps ax | grep LCDd`
      - at this point, you may see two LCDd processes (parent & child), plus the grep command you just ran
      - take note of the process ID of the *first* LCDd process
      - then, in session two, run `kill -SIGUSR1 <process id>` (where <process id> is the previously noted process id
    See if the LCDd startup process in session one has returned to the shell prompt

    If this seems to work for you, then you are having the same problem with properly forking to the child process that I described 
earlier in this list (and made mention of in yesterday's post).   You also won't be able to set LCDd to start automatically during 
the boot process, since it'll hang there waiting for the signal back from the child process (and, in my situation, you cannot do 
anything about it yet, as the sshd daemon hasn't yet started, so I can't get to the system to "push it along")



Enzo Saturno wrote:
> Hi everybody, thax for the help before...
> Now  when i run my LCDd server, this happens:
> 
> [root@localhost lcdproc-0.5.2]# server/LCDd -c /usr/local/etc/LCDd.conf
> LCDd version 0.5.2 starting
> Built on May 17 2007, protocol version 0.3, API version 0.5
> Using Configuration File: /usr/local/etc/LCDd.conf
> Set report level to 4, output to stderr
> Server forking to background
> Listening for queries on 127.0.0.1:13666
> CFontz: using Device /dev/usb/tts/0
> Key "Escape" is now reserved in exclusive mode by client [-1]
> Key "Enter" is now reserved in shared mode by client [-1]
> Key "Up" is now reserved in shared mode by client [-1]
> Key "Down" is now reserved in shared mode by client [-1]
> Key "Left" is now reserved in shared mode by client [-1]
> Key "Right" is now reserved in shared mode by client [-1]
> screenlist_switch: switched to screen [_server_screen]
> 
> And no commands can be executed.....
> At the same time, the display shows very very fast all the characters 
> until i run "ctrl z"
> 
> I want to know how to start the software because i need to send some 
> information to the display... Thanx again...
> 
> __________________________________________________
> Correo Yahoo!
> Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
> Regístrate ya - http://correo.espanol.yahoo.com/
>