[Ltsp-discuss] libpopt

2005-09-05 Thread ratitu
Hi, can anyone please help me? I have ltsp working here with 10 clients, everything works fine but some times when the clients are turned off and turned on again I get this error: fh_verify: no root_squashed access at lib/libpopt.so.0. the clients still work fine but that mess up their keyboards

[Ltsp-discuss] libpopt

2005-08-29 Thread ratitu
Hi everyone I'm using ltsp on a server running slackware 10.1, everything was going fine, but suddenly the clients started to get this message when they boot: /bin/getltscfg: error while loading shared libraries: libpopt.so.0: cannot open shared object file: I/O error The clients are working but

Re: [Ltsp-discuss] libpopt

2005-08-29 Thread Jim McQuillan
ratitu, take a look in /opt/ltsp/i386/lib for the 'libpopt' libraries. you should have this: ./lib/libpopt.a ./lib/libpopt.la ./lib/libpopt.so ./lib/libpopt.so.0 ./lib/libpopt.so.0.0.0 If you don't, then it's time to figure out why not. Jim McQuillan [EMAIL PROTECTED] On Mon, 29 Aug 2005

Re: [Ltsp-discuss] libpopt

2005-08-29 Thread ratitu
Yes, I have all this libs But still getting the same error Quoting Jim McQuillan [EMAIL PROTECTED]: ratitu, take a look in /opt/ltsp/i386/lib for the 'libpopt' libraries. you should have this: ./lib/libpopt.a ./lib/libpopt.la ./lib/libpopt.so ./lib/libpopt.so.0 ./lib/libpopt.so.0.0.0

Re: [Ltsp-discuss] libpopt

2005-08-29 Thread Jim McQuillan
Ratitu, any chance you tried installing the old ltsp-sound package? The old package is intented for ltsp-3, and it replaces the getltscfg. Jim McQuillan [EMAIL PROTECTED] On Mon, 29 Aug 2005 [EMAIL PROTECTED] wrote: Yes, I have all this libs But still getting the same error Quoting Jim

Re: [Ltsp-discuss] libpopt

2005-08-29 Thread ratitu
I got it working, but I had to put the line: [ws00x] XkbModel = abnt2 XkbLayout = br for every one of my 9 clients (x is the number of the client), even knowing I had that line on the [default] config, and my clients are all exactly the same. Does anyone have any