Re: [Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-10-13 Thread JackVrouwes
Yes indeed, I must have somehow forgotten to save the new file.  Shame 
on me!

I do not know whether this is the proper place to bring this up.   I 
noticed many people having trouble with LTSP .  So, maybe there is a 
need for a practical mini-howto treating troubleshooting on the 
individual file level  -- along the lines you helped me.  --Just a 
thought. --

The client works perfectly now.  I can also print on the 
server-connected printer from the client.  Many thanks for your help,  
without it I could never have gotten this far!

Jack

Alkis Georgopoulos wrote:
 Jack, you put hashes (#) at the start of the lines that call the nbd server.
 This makes them comments. As a result, nbd server isn't started.

 Please put them back exactly as I wrote on my #12 comment:
 https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/316217/comments/12
 (i.e. remove the hashes and run: sudo invoke-rc.d openbsd-inet force-reload)



-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-10-13 Thread Alkis Georgopoulos
As no problem was found concerning the LTSP code, I'm marking this bug
as invalid.

 So, maybe there is a need for a practical mini-howto treating
troubleshooting on the individual file level -- along the lines you
helped me.

Jack, the misconfiguration problems that you had are not usual LTSP
problems, as the installer scripts automatically configure the necessary
files. It's been a while since you upgraded, so we can't be sure which
was the original problem, if any, and which problems were caused by
manually editing the configuration files. But for most people LTSP works
out of the box.

 The client works perfectly now. I can also print on the server-
connected printer from the client. Many thanks for your help, without it
I could never have gotten this far!

You're welcome,
Alkis

** Changed in: ltsp (Ubuntu)
   Status: Incomplete = Invalid

-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-10-12 Thread Alkis Georgopoulos
 I ran ltsp-update-image (no change), and ltsp-update-image

I guess you meant something different the second time.

 Should I issue a command to ensure that the nbd server is indeed
running -- how?

netstat -nap | grep :2000

Also, while in the busybox on the client, try the following command:
  nbd-client 192.168.0.1 2000 /dev/nbd0 -persist
which is the command used to mount the virtual hard disk to the client, and see 
what that tells you.

-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-10-12 Thread JackVrouwes
Hi Alkis

1) I meant to say: I ran ltsp-update-image (no change), and ltsp-build-
client.

2) netstat -nap | grep :2000 executed on the server without any
message.

3) nbd-client 192.168.0.1 2000 /dev/nbd0 -persist on BusyBox gave the 
following message:
   Error: Connect: Connection refused

4) There may be a discrepancy in file location here. I observed that a boot 
message on the client reports filename: /ltsp/i386/nbi.img  However, a file 
search for nbi.img turned up only the following two locations for these links 
to the executables:
   /opt/ltsp/i386/boot  and  /var/lib/tftpboot/ltsp/i386.  No file 
/ltsp/i386/nbi.img was found on the server!  

BTW, I have upgraded Ubuntu version by version since breezy. I wonder if
this could have been a cause of a possible location problem!

Thanks, 
Jack
   

Alkis Georgopoulos wrote:
 I ran ltsp-update-image (no change), and ltsp-update-image
 

 I guess you meant something different the second time.

   
 Should I issue a command to ensure that the nbd server is indeed
 
 running -- how?

 netstat -nap | grep :2000

 Also, while in the busybox on the client, try the following command:
   nbd-client 192.168.0.1 2000 /dev/nbd0 -persist
 which is the command used to mount the virtual hard disk to the client, and 
 see what that tells you.



-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-10-12 Thread Alkis Georgopoulos
 2) netstat -nap | grep :2000 executed on the server without any
message.

This is a problem, your nbd server isn't running. Can you attach your
/etc/inetd.conf?

-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-10-12 Thread JackVrouwes
As you can see, I went through some gyrations with inetd.conf!
Jack

Alkis Georgopoulos wrote:
 2) netstat -nap | grep :2000 executed on the server without any
 
 message.

 This is a problem, your nbd server isn't running. Can you attach your
 /etc/inetd.conf?

   


** Attachment added: inetd.conf
   http://launchpadlibrarian.net/33556585/inetd.conf

** Attachment added: inetd.conf.old
   http://launchpadlibrarian.net/33556586/inetd.conf.old

-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-10-12 Thread Alkis Georgopoulos
Jack, you put hashes (#) at the start of the lines that call the nbd server.
This makes them comments. As a result, nbd server isn't started.

Please put them back exactly as I wrote on my #12 comment:
https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/316217/comments/12
(i.e. remove the hashes and run: sudo invoke-rc.d openbsd-inet force-reload)

-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-10-11 Thread JackVrouwes
Hi Alkis:

Thanks for your prompt reply.  I will indeed try the freenode link.   
However, here is the current situation:
1) The rootserver was already 192.168.0.1
2) and so was the nbdserver; it was exactly like your text!
3) For completeness sake, I retyped the bootmessages on the client for 
so far they did not roll away.  Here they are:
-
.
.
.
Loading vmlinuz...
Loading initrd.imgready
[5.821127] IO APIC resources could not be allocated.
Loading, please wait...
IP-Config: eth0 hardware address 00:50:ba:5e:79:4c mtu 1500 DHCP RARP
IP-Config: eth0 complete (from 192.168.0.1):
  address: 192.168.0.21broadcast:192.168.0.255netmask: 
255.255.255.0
  gateway: 192.168.0.1dns0 :  192.168.0.1dns1   : 
0.0.0.0
  domain : example.com
  rootserver: 192.168.0.1  rootpath: /opt/ltsp/i386
  filename  : /ltsp/i386/nbi.img
Error: Connect: Connection refused
mount: mounting /rofs on /root/rofs failed: Invalid argument
mount: mounting /dev on /root/dev failed: No such file or directory
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /proc on /root/proc failed: No such file or directory
Target filesystem doesn't have /sbin/init
No init found. Try passing init= bootarg.

Busybox v1.10.2 ...etc...
(initramfs)


4)  Note: I observed that the 192.168.0.21 address matched the inet 
address on the client (ifconfig on BusyBox). It probably was internally 
configured.
5)  The key to the final solution may well be in the last two boot 
messages:   No init found  Do you have an idea about that?   I also 
perused all the log files on the server.  But, with my layman's 
knowledge, nothing specific jumped at me  -- - anyway that may have been 
the wrong place to look.   Would BusyBox be useful for troubleshooting?

Thanks again,
 Jack

Alkis Georgopoulos wrote:
 Hi Jack,

 no need for chatzilla, pointing your browser to
 http://webchat.freenode.net/?channels=ltsp gets you directly to the chat
 room (javascript-based). But as you said, you made great progress, so it
 might not be necessary. Now your tftp server and your dhcp3-server are
 (mostly?) working...

   
 IP-Config: eth0 complete (from 192.168.0.1) ... rootserver ...
 

 What is the rootserver ip in that exact line? It should be the same as
 your LTSP server, i.e. 192.168.0.1.

 If it is, then maybe your also changed the configuration file for your nbd 
 server. :(
 See how it's supposed to be:

 alk...@alkis:~$ grep nbd /etc/inetd.conf
 9572  stream  tcp nowait  nobody /usr/sbin/tcpd 
 /usr/sbin/nbdswapd
 2000   stream  tcpnowait  nobody /usr/sbin/tcpd 
 /usr/sbin/nbdrootd /opt/ltsp/images/i386.img



-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-10-11 Thread Alkis Georgopoulos
The key point is:
 Error: Connect: Connection refused

This is when the LTSP client tries to connect to the nbd image served by the 
LTSP server.
The nbd image is the virtual client hard disk; the one that is generated with 
ltsp-update-image.

Since your inetd.conf is ok, so I suppose your nbd server is up and running,
and your client IP is ok (192.168.0.21), and your rootserver==ltsp server is 
also ok (192.168.0.1),
then maybe you didn't create an ltsp image?

Try:
  ls -lha /opt/ltsp/images
This should tell you than an i386.img file is there. Otherwise you need to run 
ltsp-update-image.
And if ltsp-update-image fails, then you also need to run ltsp-build-client :)

-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-10-11 Thread JackVrouwes
Hi Alkis:
I did have an i386.img file.  Nevertheless, I ran ltsp-update-image (no 
change), and ltsp-update-image.  Still no success after a server 
restart.  The client boot messages did not change from what I reported 
previously!  It throws me completely.  Should I issue a command to 
ensure that the nbd server is indeed running  -- how?
Thanks,
Jack


Alkis Georgopoulos wrote:
 The key point is:
   
 Error: Connect: Connection refused
 

 This is when the LTSP client tries to connect to the nbd image served by the 
 LTSP server.
 The nbd image is the virtual client hard disk; the one that is generated 
 with ltsp-update-image.

 Since your inetd.conf is ok, so I suppose your nbd server is up and running,
 and your client IP is ok (192.168.0.21), and your rootserver==ltsp server is 
 also ok (192.168.0.1),
 then maybe you didn't create an ltsp image?

 Try:
   ls -lha /opt/ltsp/images
 This should tell you than an i386.img file is there. Otherwise you need to 
 run ltsp-update-image.
 And if ltsp-update-image fails, then you also need to run ltsp-build-client :)



-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-10-10 Thread JackVrouwes
Hi Alkis:

I might have follow your suggestion to use the webchat.  I am a total 
newbie at that -- so I must first learn to use the Chatzilla client on 
FF.  (I don't look forward to that, but it will a useful education!)  In 
the meantime, I followed your instructions.  These resulted in a major 
step forward.  

Starting the client brought up the Ubuntu graphic loading screen.  
However, this was quickly followed by text.  After reporting:
IP-Config: eth0 complete (from 192.168.0.1)  ... rootserver  ...  
filename ... etc.
it showed:
Error: Connect: Connection refused
Mount ... etc ...
Target filesystem doesn't have /sbin/init.
No init found.  Try passing init= bootarg.

The client went then into the BusyBox v1.10.2 shell

It seems to me that I am now extremely close to resolution.  What 
exactly should I do with the info in the above Error message? 

I appreciate your comment about modifying files.
Thanks again. 
Jack


Alkis Georgopoulos wrote:
 Hi Jack,

 I understand that not finding a solution to this problem quickly, made you 
 modify a lot of other files, trying to fix it. So the troubleshooting process 
 now may be long; e.g. your dhcpd.conf indeed has a problem, the # at the end 
 of the range line (and the range itself). Please replace the whole file with 
 the default dhcpd.conf which you can find there:
 http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/files/head%3A/server/configs/

 So if that (and sudo invoke-rc.d dhcp3-server force-reload) doesn't fix
 your problem, may I suggest that you come to the irc channel for a
 faster troubleshooting process?
 http://webchat.freenode.net/?channels=ltsp

 Things you need to check include IP settings (that the client-facing NIC
 has IP=192.168.0.1 - check that with ifconfig), TFTP settings (netstat
 -nap | grep :69), DHCPD settings (sudo invoke-rc.d dhcp3-server status)
 etc.



-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-10-10 Thread Alkis Georgopoulos
Hi Jack,

no need for chatzilla, pointing your browser to
http://webchat.freenode.net/?channels=ltsp gets you directly to the chat
room (javascript-based). But as you said, you made great progress, so it
might not be necessary. Now your tftp server and your dhcp3-server are
(mostly?) working...

 IP-Config: eth0 complete (from 192.168.0.1) ... rootserver ...

What is the rootserver ip in that exact line? It should be the same as
your LTSP server, i.e. 192.168.0.1.

If it is, then maybe your also changed the configuration file for your nbd 
server. :(
See how it's supposed to be:

alk...@alkis:~$ grep nbd /etc/inetd.conf
9572stream  tcp nowait  nobody /usr/sbin/tcpd 
/usr/sbin/nbdswapd
2000   stream  tcpnowait  nobody /usr/sbin/tcpd 
/usr/sbin/nbdrootd /opt/ltsp/images/i386.img

-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-10-08 Thread JackVrouwes
Dear Alkis:

I have not yet solved this problem.  In the mean time I have upgraded to 
v. 9.04 Jaunty.  I did remove  and reinstall ltsp on  the jaunty 
upgrade. I also followed your points 1) thru 3).  No results yet.  In 
fact, I think I took a step backward!  gPXE 0.9.6 fails now with the 
following messages on the client:

Waiting for link-up on net0  ... ok
DHCP (net0 00:50:ba:5e:79:4c)   connection timed out (0x4C106035)
no more network devices

--- BTW 00:50:ba:5e:79:4c is the NIC on the client. ---

 I have the following in my system.  Do you see any obvious errors?
The dhcp3 files (/etc/ltsp/dhcpd.conf and /etc/dhcp3/dhcpd.conf) both 
contain:

subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.0 192.168.0.254 #;
#option domain-name example.com;
#option domain-name-servers 192.168.0.1;
#option broadcast-address 192.168.0.255;
#option routers 192.168.0.1;
#next-server 192.168.0.1;
#get-lease-hostnames true;
#option subnet-mask 255.255.255.0;
option root-path /opt/ltsp/i386;
if substring( option vendor-class-identifier, 0, 9 ) = PXEClient {
filename /ltsp/i386/pxelinux.0;
   } else {
filename /ltsp/i386/nbi.img;
}
;}

--- Note: it seems that the reinstallation did not affect these files.
---

The files /etc/resolv.conf and /etc/resolc/com contain:

search happy # my hostname
nameserver 205.171.3.65  # ISP
nameserver 205.171.2.65  # ISP
nameserver 10.0.0.2

Could you give further guidance what to try next?   Many thanks.

Alkis Georgopoulos wrote:
 Please try the following:

 1) Restore /etc/default/tftpd-hpa to RUN_DAEMON=no:
 #Defaults for tftpd-hpa
 RUN_DAEMON=no
 OPTIONS=-l -s /var/lib/tftpboot

 2) ...and your /etc/inetd.conf to:
  tftp   dgram   udp waitroot  /usr/sbin/in.tftpd 
 /usr/sbin/in.tftpd -s /var/lib/tftpboot

 3) Then run: sudo invoke-rc.d openbsd-inetd restart
 and see if you're still experiencing the problem.

 tftpd-hpa.postinst should have taken care of those for you; if the
 problem was that tftpd-hpa was installed but didn't correctly insert the
 entry in inetd.conf, then the bug should be reported against tftpd-hpa.

 ** Changed in: ltsp (Ubuntu)
Status: New = Incomplete



-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-10-08 Thread Alkis Georgopoulos
Hi Jack,

I understand that not finding a solution to this problem quickly, made you 
modify a lot of other files, trying to fix it. So the troubleshooting process 
now may be long; e.g. your dhcpd.conf indeed has a problem, the # at the end of 
the range line (and the range itself). Please replace the whole file with the 
default dhcpd.conf which you can find there:
http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/files/head%3A/server/configs/

So if that (and sudo invoke-rc.d dhcp3-server force-reload) doesn't fix
your problem, may I suggest that you come to the irc channel for a
faster troubleshooting process?
http://webchat.freenode.net/?channels=ltsp

Things you need to check include IP settings (that the client-facing NIC
has IP=192.168.0.1 - check that with ifconfig), TFTP settings (netstat
-nap | grep :69), DHCPD settings (sudo invoke-rc.d dhcp3-server status)
etc.

-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-09-30 Thread Alkis Georgopoulos
 Changing the OPTIONS at tftpd-hpa, and setting RUN_DEAMON to yes had no 
 effect whatsoever.
Please try the following:

1) Restore /etc/default/tftpd-hpa to RUN_DAEMON=no:
#Defaults for tftpd-hpa
RUN_DAEMON=no
OPTIONS=-l -s /var/lib/tftpboot

2) ...and your /etc/inetd.conf to:
 tftp   dgram   udp waitroot  /usr/sbin/in.tftpd 
/usr/sbin/in.tftpd -s /var/lib/tftpboot

3) Then run: sudo invoke-rc.d openbsd-inetd restart
and see if you're still experiencing the problem.

tftpd-hpa.postinst should have taken care of those for you; if the
problem was that tftpd-hpa was installed but didn't correctly insert the
entry in inetd.conf, then the bug should be reported against tftpd-hpa.

** Changed in: ltsp (Ubuntu)
   Status: New = Incomplete

-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-03-05 Thread Nicolas LEBRUN
Same problem for me.

Do you have xinetd installed ? 
It didn't work for me until i uninstalled xinet and installed openbsd-inetd

Is tfttp working ? what give netstat -apn | grep :69  ?

Strange thing too, the tftp daemon was running with udp6 protocol and
seems that was the reason why tftboot didn't worked.

-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-03-05 Thread Nicolas LEBRUN
Forgot to tell :

isn't it the same problem
https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/310250  ?

-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-03-05 Thread JackVrouwes
Thanks Nicolas:

I used only the openbsd-inetd as originally installed by the Ubuntu 8.10
tftpd-hpa package.  sudo netstat -apn | grep :69  doesn't give any
response -- so, tfttp is not working.  As a matter of fact, on booting
the client fast messages roll by that it cannot load PXE.   Thereafter
it asks for a reboot.

I checked bug 310250 this was fixed in ltsp-5.1.25 (upstram commit 879
http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-
trunk/revision/879)   These fixes were already implemented on my
system.

So, I am still stumped.  I would appreciate any other ideas you have.
Did you get your version working?

-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-03-05 Thread Nicolas LEBRUN
Yes, it does work for me now...

My ltsp version is 5.1.29

My inetd.conf is :
tftp   dgram   udp waitroot  /usr/sbin/in.tftpd 
/usr/sbin/in.tftpd -s /var/lib/tftpboot
9571   stream  tcp nowait  nobody /usr/sbin/tcpd /usr/sbin/ldminfod
9572stream  tcp nowait  nobody /usr/sbin/tcpd 
/usr/sbin/nbdswapd
2000   stream  tcpnowait  nobody /usr/sbin/tcpd 
/usr/sbin/nbdrootd /opt/ltsp/images/i386.img

And  netstat -apn | grep :69  give :
udp0  0 0.0.0.0:69  0.0.0.0:*
 
What gives you a tail -f /var/log/syslog  when booting a thin client ?

-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-01-12 Thread Nubae
This error is normally due to a firewall blocking the tftp server from
firing off. If it is not due to that, make sure the tftp server is
running by restarting it (sudo /etc/init.d/tftp-hpa restart) and check
ps aux to see it is running. More than likely though, this is due to a
firewall issue.

-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-01-12 Thread JackVrouwes
No success yet!
Please bear with me -- my knowledge of linux is superficial.  So I'll 
report what I did.
 
Synaptic identified that my only current firewall is ipkungfu.  I 
issued sudo ufw disable.  The response was ufw -- firewall stopped 
and disabled on system startup.  I rebooted the server after this 
message.  In the past I have upgraded and updated Ubuntu many times, and 
I have used different firewalls (e.g. guarddog and firestarter, which 
together with ipkungfu still hang around in /etc/init.d).  I attempted 
to look at the iptables to somehow verify that the firewall was 
inactive.  Alas, I was not able to get the iptables displayed. I decided 
to accept the ufw response. In any case booting the client with gpxe 
failed in exactly the same way as before.  BTW, my Zoom DSL-modem/router 
has an internal firewall -- can I assume this has no effect here?

Thereafter I issued sudo /etc/init.d/tftpd-hpa restart. (note: I could 
not find tftp-hpa, I figured tftpd-hpa would be correct.)  This command 
was accepted by linux.  I then issued sudo ps aux.  I could identify 
/usr/sbin/init in the output, but I could not find anything like tftp 
ot tftpd-hpa there.  I don't know what that signifies. Somewhere I 
read that tftpd-hpa automatically starts on booting by init.d.  So again 
I went ahead with booting the client with gpxe.  And again booting 
failed in the same manner as before.

There is another thing that still bothers me in the original bug 
description.
Booting from filename /ltsp/i386/pxelinux.0
tftp://192.168.0.1//ltsp/i386/pxelinux.0  ... Connection timed out
Could not load tftp://.while pxelinux.0 on my server exists only at 
/opt/ltsp/i386/boot/ and /var/lib/tftpboot/ltsp/i386/
This seems to be a discrepancy.  Should I be bothered by that?

Nubae wrote:
 This error is normally due to a firewall blocking the tftp server from
 firing off. If it is not due to that, make sure the tftp server is
 running by restarting it (sudo /etc/init.d/tftp-hpa restart) and check
 ps aux to see it is running. More than likely though, this is due to a
 firewall issue.



-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316217] Re: LTSP on top of Ubuntu 8.10 desktop does not boot

2009-01-11 Thread JackVrouwes

** Attachment added: LTSP_bug_attachment
   http://launchpadlibrarian.net/21113136/LTSP_bug_attachment

-- 
LTSP on top of Ubuntu 8.10 desktop does not boot
https://bugs.launchpad.net/bugs/316217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs