----- Original Message ----
From: Alberto Castillo <[EMAIL PROTECTED]>
To: ltsp-discuss@lists.sourceforge.net
Sent: Friday, June 8, 2007 1:50:59 PM
Subject: Re: [Ltsp-discuss] Need help setting up ltsp server
Hi!
2007/6/8, eklektik <[EMAIL PROTECTED]>:
Hi,
I am new to this list and am trying to setup an ltsp server on ubutnu feisty
with one client and I am having problems. First of all, I have no experience
with setting up servers, I am just a regular linux user; but I read through all
the available ubuntu and edubuntu documentation regarding this subject. I
already posted help messages on the various forums and lists but found no help
so far. I hope some experienced user can help me out on this list. This is what
I have done so far following the instructions on the ubuntu setup page. I
installed the following software:
ok!
sudo apt-get install ltsp-server-standalone openssh-server
ok!
Try to install LTSP from the scratch in the next steps.
then built the client
sudo ltsp-build-client
Evrything went without a glitch.
Configure your net card with IP
168.192.0.254 (static) in /etc/network/interfaces or system > Admin > Network
(Gnome)
After I replaced the Ip addresses in the dhcpd.conf file to match
with the eth0 card Ip address.
This is the ip address:
[EMAIL PROTECTED]:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:D0:09:FA:61:0F
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:19 errors:0 dropped:0 overruns:0 frame:0
TX packets:62 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:11210 (10.9 KiB) TX bytes:10558 (10.3 KiB)
Interrupt:11 Base address:0xd400
eth0:avah Link encap:Ethernet HWaddr 00:D0:09:FA:61:0F
inet addr:169.254.5.160 Bcast:
169.254.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:11 Base address:0xd400
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:
255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:146 errors:0 dropped:0 overruns:0 frame:0
TX packets:146 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:10948 (10.6 KiB) TX bytes:10948 (10.6 KiB)
ppp0 Link encap:Point-to-Point Protocol
inet addr:66.201.246.116 P-t-P:
10.1.1.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:576 Metric:1
RX packets:20709 errors:2 dropped:0 overruns:0 frame:0
TX packets:18992 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:8568884 (8.1 MiB) TX bytes:2336095 (2.2 MiB)
and this is the modified dhcpd.conf file:
authoritative;
subnet 169.254.5.0 netmask
255.255.255.0 {
range 169.254.5.20
169.254.5.250;
option domain-name "example.com";
option domain-name-servers
169.254.5.1;
option broadcast-address 169.254.5.255;
option routers
169.254.5.1;
option subnet-mask 255.255.255.0;
if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
filename "/ltsp/i386/pxelinux.0";
}
else{
filename "/ltsp/i386/nbi.img";
}
option root-path "/opt/ltsp/i386";
}
Next, I downloaded the boot image iso for cd.
Now, when I try to boot the thin client I get a message: "Searching for server
(DHCP), No IP address.
Look if the dhcp server is running with tail -f /var/log/messages and try to
restart the dhcp too, if fail, see too the syslog with tail -f /var/log/syslog
To restart - stop - start - status the thcp server: /etc/init.d/dhcp3 restart
Any idea what should I do now?
I hpe help
Thanks a lot.
jmak
your welcome
<!--
#toc,
.toc,
.mw-warning {
border: 1px solid #aaa;
background-color: #f9f9f9;
padding: 5px;
font-size: 95%;
}
#toc h2,
.toc h2 {
display: inline;
border: none;
padding: 0;
font-size: 100%;
font-weight: bold;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
text-align: center;
}
#toc ul,
.toc ul {
list-style-type: none;
list-style-image: none;
margin-left: 0;
padding-left: 0;
text-align: left;
}
#toc ul ul,
.toc ul ul {
margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
font-size: 94%;
[EMAIL PROTECTED] print, projection, embossed {
body {
padding-top:1in;
padding-bottom:1in;
padding-left:1in;
padding-right:1in;
}
}
body {
font-family:'Times New Roman';
color:#000000;
widows:2;
font-style:normal;
text-indent:0in;
font-variant:normal;
font-size:12pt;
text-decoration:none;
font-weight:normal;
text-align:left;
}
table {
}
td {
border-collapse:collapse;
text-align:left;
vertical-align:top;
}
p, h1, h2, h3, li {
color:#000000;
font-family:'Times New Roman';
font-size:12pt;
text-align:left;
vertical-align:normal;
}
-->
Hi Alberto,
The new ip address you suggested solved the problem. Now, I can login.
However, another major problem developed. The thin client made my computer
extremely unstable. When I booted up the first time, it reported that one of
the applets on the panel should have deleted. I said ok, thinking that it
affect only the thinclient. However, it started deleting all the applets from
the server and without asking even deleted the top panel. I shut down the thin
client immediately. But the damage in my main computer is already done. It
freezes all the time. The applications hang and it just became so unstable that
probably, I will have to reinstall the entire system.
I dont know why this happened but I think that now I take a brake and maybe
some other time in the future I will try again. In the meantime, I thank for
the suggestions and for the help to everyone. I definitely learned from the
undertaking.
Regards,
Jmak
Be smarter than spam. See how smart SpamGuard is at giving junk email the
boot with the All-new Yahoo! Mail at http://mrd.mail.yahoo.com/try_beta?.intl=ca
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_____________________________________________________________________
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