hi,

i have a quite similar problem. i am also using ltsp 4.2.

my system is suse 9.3 on 
Linux linux 2.6.11.4-21.14-default #1 Thu Aug 24 09:51:41 UTC 2006
x86_64 x86_64 x86_64 GNU/Linux

i checked the steps for troubleshooting, everything passed except step
11:
/usr/sbin/ltspfs: error while loading shared libraries: libfuse.so.2:
cannot open shared object file: No such file or directory

i tried ldconfig. ldd gives this message:
ldd /usr/sbin/ltspfs
        linux-gate.so.1 =>  (0xffffe000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x55596000)
        libfuse.so.2 => not found
        libc.so.6 => /lib/tls/libc.so.6 (0x555a7000)
        /lib/ld-linux.so.2 (0x55555000)

ldconfig -vp | grep libfuse
        libfuse.so.2 (libc6,x86-64) => /usr/local/lib/libfuse.so.2
        libfuse.so (libc6,x86-64) => /usr/local/lib/libfuse.so

i compiled fuse 2.5.3, fuse 2.6.0, fuse 2.4.2 but the result was the
same.

Am Donnerstag, den 26.10.2006, 16:05 +0800 schrieb Kamchybek Jusupov:
> Hi list,
> 
> Having problems with LocalDev on Ubuntu 6.06 x86_64... Below are some
> logs/ details... Maybe someone can help...
> 
> [EMAIL PROTECTED]:~# uname -a
> Linux xserver 2.6.15-27-amd64-generic #1 SMP PREEMPT Sat Sep 16 01:50:50
> UTC 2006 x86_64 GNU/Linux
> 
> [EMAIL PROTECTED]:~# cat /etc/hosts | grep ws250
> 192.168.0.250           ws250
> 
> Step #1
> vim lts.conf to start in shell
> 
> Step #2
> cat /etc/version
> VERSION=4.2 update 3
> 
> ************** [Question: why not update 4] 
> 
> [EMAIL PROTECTED]:~# ls -lrt /opt/
> drwxr-xr-x 5 root root 4096 2006-10-26 13:50 ltsp-4.2
> lrwxrwxrwx 1 root root   13 2006-10-26 13:56 ltsp -> /opt/ltsp-4.2
> 
> [EMAIL PROTECTED]:~# cat /etc/dhcp3/dhcpd.conf | grep root-path
> option root-path                "192.168.0.7:/opt/ltsp/i386";
> 
> Step #3
> bash-2.05b# ps -ef | grep lbuscd
> 960           root            1628    S       /sbin/lbuscd
> 1072 tty1     root            1556    S       grep lbuscd
> 
> bash-2.05b# ls -lrt /tmp/drives/
> drwxr-xr-x    2 root  root    0 Oct 26 14:42 My_Floppy
> drwxr-xr-x    2 root  root    0 Oct 26 14:42 My_CDrom
> 
> Step #4
> bash-2.05b# hostname
> ws250
> 
> Step #5
> When I plug in my Kingston USB thumbdrive, I can see messages on my
> terminal, like:
> Vendor: Kingston Model: DataTraveler 2.0 Rev: 6.16
> Type: Direct-Access   ANSI SCSI revision: 00
> ...
> ...
> sda: Write Protect is off
> sda: assuming drive cache: write through
>       sda: sda1
> sd 0:0:0:0:   Attached scsi removable disk sda
> 
> When I cat /etc/fstab
> /dev/scsi/host0/bus0/target0/lun0/part1 /tmp/drives/Kingston auto
> rw,noatime 0 0
> 
> appears as an extra...
> 
> Step #6
> startx
> Once logged in, I can see "Kingston" icon on my desktop... But it's
> empty, nothing can be read/ written
> 
> Step #7
> id shows: 114(fuse)
> 
> Step #8
> ps -ef | grep lbussd
> 1000  5321    5279    0 15:14 ? 00:00:00 /usr/bin/perl
> -w /usr/sbin/lbussd
> 
> Step #9
> lsmod | grep fuse
> fuse          41752   0
> 
> ls -lrt /dev/fuse
> crw-rw-rw-    root fuse 10, 229 2006-10-26 14:39 /dev/fuse
> 
> Step #10
> echo $DISPLAY
> ws250:0.0
> 
> Step #11
> I hit the error: /usr/sbin/ltspfs: error while loading shared
> libraries: libfuse.so.2: cannot open shared object file: No such file
> or directory
> 
> cat /etc/ld.so.conf
> /usr/local/lib
> /usr/lib
> 
> cat /opt/ltsp/i386/etc/ld.so.conf
> /usr/X11R6/lib
> /usr/lib
> /usr/local/lib
> 
> I can see "tmp" in my ~/Drives (with permissions set to my user_ID)
> BUT, it's empty...
> 
> I can see "Temp" icon on my desktop as well...
> 
> "mount" command doesn't show anything related with ltspfs
> 
> When I try to manually remove the "tmp" from ~/Drives/
> # fusermount: entry for /home/user/Drives/tmp not found in /etc/mtab
> 
> 
> Any ideas as why I cannot get LocalDev working?
> 
> PS: First attempt was using libfuse via apt-get. Once failed, decided
> to manually compile, and got version 2.6.0 (apt-get was 2.4 i guess)...
> 
> 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to