Hello,

I have the following problem with the local device access:

I plug in an USB-Stick or insert a CD on a thin client. The desktop-icons
appear correctly. The folders in $HOME/Drives are there, but no content (no
folders, no files) of the USB-Stick or the CD is displayed. 

My Terminalserver is based on debian sarge.
I made the Installation of LDA like its described on
http://wiki.ltsp.org/twiki/bin/view/Ltsp/LTSP-42-LocalDev.

The troubleshooting shows from step 1 to step 7 no errors.

The first problem occurs in step 8:
If I do a "ps -ef | grep lbussd" on the client, I get the message:

localdev 3529 3503 0 10:33 ? 00:00:00 /usr/bin/perl -w /usr/bin/lbussd
localdev 3647 3624 0 10:34 pts/10 00:00:00 grep lbussd

If I do a "ps -ef | grep lbussd" on the server, I only get the message:

localdev 3906 3890 0 10:39 pts/8 00:00:00 grep lbussd

Is this wrong? It seems lbussd is not running on the server, but the X11
perl protocol package is correctly installed.

Perhaps someone can help me

Thomas


PS: My dhcp.conf-file:

#
# Sample configuration file for ISC dhcpd for Debian
#
# $Id: dhcpd.conf,v 1.1.1.1 2002/05/21 00:07:44 peloy Exp $
#

# The ddns-updates-style parameter controls whether or not the server will
# attempt to do a DNS update when a lease is confirmed. We default to the
# behavior of the version 2 packages ('none', since DHCP v2 didn't
# have support for DDNS.)
ddns-update-style interim;
ddns-domainname "sofit.local";
ddns-updates on;
ddns-ttl 7200;
ignore client-updates;
ddns-rev-domainname "in-addr.arpa.";

# option definitions common to all supported networks...
server-name "lmlserver.sofit.local";
option domain-name "sofit.local";
option domain-name-servers 10.16.1.1;
option netbios-name-servers 10.16.1.1;
option routers 10.16.1.254;
option font-servers 10.16.1.1;
option subnet-mask 255.240.0.0;
option broadcast-address 10.31.255.255;
use-host-decl-names on; #rembo

default-lease-time 600;
max-lease-time 7200;

# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
authoritative;

# Use this to send dhcp log messages to a different log file (you also
# have to hack syslog.conf to complete the redirection).
log-facility local7;

#
# LTSP
#
option root-path              "10.16.1.1:/opt/ltsp/i386";

subnet 10.16.0.0 netmask 255.240.0.0 {
    option log-servers        10.16.1.1;
     host ltsp01 {
          hardware ethernet    00:0C:29:2C:12:AD;
          fixed-address        10.16.200.1;
          filename             "/lts/2.6.16.1-ltsp-2/pxelinux.0";
     }
     host ltsp02 {
          hardware ethernet    00:0C:29:09:75:75;
          fixed-address        10.16.200.2;
          filename             "/lts/2.6.16.1-ltsp-2/pxelinux.0";
     }
}
#
# End - LTSP
#




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
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