Re: [Ltsp-discuss] Client boot error: PXE-E32: TFTP open timeout

2012-08-09 Thread Michael Pope
John, I had a problem with the DHCP not starting up when using Network Manager to set my static IP. Usually people use the /etc/network/interfaces file to get around this but I wanted to use Network Manager so I had access to VPN connections and such. I found if I put my DHCP & tftp startup sc

Re: [Ltsp-discuss] Client boot error: PXE-E32: TFTP open timeout

2012-08-09 Thread John Hupp
Thanks for that, Michael. Actually, further testing on this setup shows that it's not just TFTP that sometimes fails. I just had a boot attempt where DHCP didn't work, so it never got as far as TFTP. Perhaps more experience will teach whether these problems are mostly confined to limited c

Re: [Ltsp-discuss] Client boot error: PXE-E32: TFTP open timeout

2012-08-08 Thread Michael Pope
On Ubuntu 12.04 I found that I had to restart the tftp service even though it was running. Then I put it into a script like so: Create a file /etc/init.d/tftpd-hpa2 with #!/bin/sh sleep 10 service tftpd-hpa restart $ sudo chmod +x /etc/init.d/tftpd-hpa2 $ sudo update-rc.d tftpd-hpa2 defaults It

Re: [Ltsp-discuss] Client boot error: PXE-E32: TFTP open timeout

2012-08-08 Thread Lachele Foley (Lists)
I don't have a ready list of things to check. Maybe someone else does. But, at least you know what the problem is. If you have a firewall on, check those settings. After that, start doing web searches, unless someone else posts a good answer. That's what I do. It's either (a) there is no image

Re: [Ltsp-discuss] Client boot error: PXE-E32: TFTP open timeout

2012-08-08 Thread John Hupp
Thanks for the first step, but service reports status: tftpd-hpa start/running What next? On 8/8/2012 6:03 PM, Lachele Foley (Lists) wrote: Quick test: make sure the tftp daemon is running. :~$ sudo service tftpd-hpa status tftpd-hpa start/running, process 2866 If not, try starting it (chan

Re: [Ltsp-discuss] Client boot error: PXE-E32: TFTP open timeout

2012-08-08 Thread Lachele Foley (Lists)
Quick test: make sure the tftp daemon is running. :~$ sudo service tftpd-hpa status tftpd-hpa start/running, process 2866 If not, try starting it (change "status" to "start"). Sometimes with Ubuntu, I've found that services don't start the way I expect every time I boot. Since it got as far as

[Ltsp-discuss] Client boot error: PXE-E32: TFTP open timeout

2012-08-08 Thread John Hupp
I just built another Lubuntu 12.04 LTSP server on different hardware for testing. The current terminal I'm testing with generates this boot error and then stops: PXE-E32: TFTP open timeout This terminal boots fine on the first LTSP server I set up, which had more modest hardware. How

Re: [Ltsp-discuss] Client boot error: piix4_smbus ... Host SMBus controller not enabled

2012-07-28 Thread PRP Company
OK, here is what worked on Lubuntu to blacklist the module of interest: In LXTERMINAL: sudo leafpad /opt/ltsp/i386/etc/modprobe.d/blacklist.conf Add this to the end of the file and save: blacklist i2c_piix4 Then in LXTERMINAL once again: sudo ltsp-update-image In my application, the

Re: [Ltsp-discuss] Client boot error: piix4_smbus ... Host SMBus controller not enabled

2012-07-28 Thread PRP Company
Thanks for the freedom, Jim. --John Hupp On 7/27/2012 9:22 PM, James McQuillan wrote: On Fri, Jul 27, 2012 at 8:39 PM, PRP Company > wrote: For an LTSP network where all the clients show this client boot error, can I sudo gedit /opt/ltsp/i386/etc/

Re: [Ltsp-discuss] Client boot error: piix4_smbus ... Host SMBus controller not enabled

2012-07-27 Thread James McQuillan
On Fri, Jul 27, 2012 at 8:39 PM, PRP Company wrote: > For an LTSP network where all the clients show this client boot error, > can I > sudo gedit /opt/ltsp/i386/etc/modprobe.d/blacklist.conf > > then add > blacklist i2c_piix4 > to the blacklist and save, > > then > sudo ltsp-build-cl

Re: [Ltsp-discuss] Client boot error: piix4_smbus ... Host SMBus controller not enabled

2012-07-27 Thread PRP Company
For an LTSP network where all the clients show this client boot error, can I sudo gedit /opt/ltsp/i386/etc/modprobe.d/blacklist.conf then add blacklist i2c_piix4 to the blacklist and save, then sudo ltsp-build-client --arch i386 to rebuild my LTSP client image? Is that likely to fi

Re: [Ltsp-discuss] Client boot error: piix4_smbus ... Host SMBus controller not enabled

2012-07-27 Thread PRP Company
Addendum: Even though I reference Lubuntu 12.04, I find that the behavior is exactly the same under Edubuntu 12.04. On 7/25/2012 2:56 PM, PRP Company wrote: A refined request: The research that I have done on this has not shown that this condition ever did any harm. So instead of asking how

Re: [Ltsp-discuss] Client boot error: piix4_smbus ... Host SMBus controller not enabled

2012-07-25 Thread PRP Company
A refined request: The research that I have done on this has not shown that this condition ever did any harm. So instead of asking how to enable the controller somehow, I would now ask: How can I modify the image being downloaded to the terminal so that the error does not appear? For instanc

[Ltsp-discuss] Client boot error: piix4_smbus ... Host SMBus controller not enabled

2012-07-23 Thread PRP Company
Hi, all. Continuing to work through my newbie questions on my first LTSP setup: After Lubuntu 12.04 has begun booting on an eMachines iTower 500i client, it generates the error: /piix4_smbus :00:0.7.3: Host SMBus controller not enabled/ But it continues booting and, so far as I can tell

Re: [Ltsp-discuss] Client boot error PXE-061: Media test failure

2012-07-10 Thread Michael Pope
On 11/07/12 01:18, PRP Company wrote: > I have been trying to get an LTSP server and client running, but so > far have failed with several approaches. All attempts have ended with > the client boot error "PXE-061: Media test failure." > > > > WITH UBUNTU: > > With Ubuntu 12.04 32-Bit Alt

[Ltsp-discuss] Client boot error PXE-061: Media test failure

2012-07-10 Thread PRP Company
I have been trying to get an LTSP server and client running, but so far have failed with several approaches. All attempts have ended with the client boot error "PXE-061: Media test failure." WITH UBUNTU: With Ubuntu 12.04 32-Bit Alternate Install CD, and setting F4 Modes to Install

Re: [Ltsp-discuss] Client Boot Error

2004-06-19 Thread jam
Joey, There's a file missing in the LTSP-4.0 packages. Take a look at http://www.ltsp.org/ltsp-4-errata.html for the fix. Jim McQuillan [EMAIL PROTECTED] On Sat, 19 Jun 2004, Joey S. Eisma wrote: > Hi! > > Prior to my current install of LTSP 4, had tried LTSP3, it was more tedious > but str

Re: [Ltsp-discuss] Client Boot Error

2004-06-19 Thread Anselm Martin Hoffmeister
Am Samstag, 19. Juni 2004 10:15 schrieb Joey S. Eisma: > Hi! > > Prior to my current install of LTSP 4, had tried LTSP3, it was more tedious > but straightforward though. > > Im having problems with v4. During boot Im getting a screen with, "Press > enter to continue.", I didnt see this in v3. Afte

[Ltsp-discuss] Client Boot Error

2004-06-19 Thread Joey S. Eisma
Hi! Prior to my current install of LTSP 4, had tried LTSP3, it was more tedious but straightforward though. Im having problems with v4. During boot Im getting a screen with, "Press enter to continue.", I didnt see this in v3. After pressing enter, I saw an error "You must specify a keyboard in XF