[Lcdproc] Problems with CF634 usb

brian turbo@talstar.com
Mon May 21 21:11:01 2007


...and, further to that quoted below, you may also be suffering from the same problem I am here... in that the LCDd daemon doesn't 
properly detect it's child process and daemonize during initialization.   That's what I'm seeing here with my CF USB device.  If I 
(manually) `kill -USR1` the parent process after startup, everything is fine.  [shrug]   Last I heard, someone had found a section 
in the source where the parent/child process handling had been changed several times (perhaps to combat the very issue I'm seeing).


Stewart W. Putnam wrote:
> 
> Looks like two things, specifying configuration options and trying to 
> start LCDd when it is already running.
> 
> "sock_create_inet_socket: Could not bind to port 13666 at address 
> 127.0.0.1 - Address already in use" means one (likely failed) LCDd is 
> already running and a new one cannot be started.  Do a
> mk4:~# ps -A | grep LCDd
> 1897 ?        00:00:00 LCDd
> mk4:~# kill -9 1897
> to end a running LCDd before starting a new one.  Replace the "1897" 
> with what your ps -A | grep returns.
> 
> "Could not read config file: LCDd.conf" means LCDd can't find the 
> LCDd.conf that you wanted it to.
> use server/LCDd -c 
> /usr/src/cf633/lcdproc-CVS-stable-0-5-x-20070427/LCDd.conf (change to 
> your full path to properly edited LCDd.conf) and see if it finds that file.
> 
> While you are figuring this out and working from the build directory, 
> "-r 4" and "-f" might also be usefull starting options.
> 
> There is nothing in your report to suggest a problem with these in your 
> config, but as try more make sure the lines
> DriverPath= in [server] and Device= in [CFontz] of LCDd.conf are correct.
> 
> Enzo Saturno wrote:
> 
>> Hi... I`ve just received my CF 634 display.. I read the Users Guide, 
>> made the configurations in LCDd.conf, and connect the display into the 
>> usb port... When i run in my Linux console the comand: server/LCDd -c 
>> LCDd.conf appears..
>>
>> [root@localhost lcdproc-0.5.2]# server/LCDd -c LCDd.conf
>> Could not read config file: LCDd.conf
>> Critical error while processing settings, abort.
>>
>> if i run just server/LCDd:
>>
>> [root@localhost lcdproc-0.5.2]# server/LCDd
>> sock_create_inet_socket: Could not bind to port 13666 at address 
>> 127.0.0.1 - Address already in use
>> sock_init: Error creating socket - Address already in use
>> Critical error while initializing, abort.
>>
>> I dont know what to do... if the problem is with the display mounting, 
>> or with the configurations... i really need some help!
>> Thanx
>>
>> __________________________________________________
>> Correo Yahoo!
>> Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
>> Regístrate ya - http://correo.espanol.yahoo.com/
>>
> 
> _______________________________________________
> LCDproc mailing list
> LCDproc@lists.omnipotent.net
> http://lists.omnipotent.net/mailman/listinfo/lcdproc
> 
>