Asmo, I sent the question below regarding ltsp. I installed 10.04 from
the live dvd, and now cannot find the installation script that was
supposed to be on the desktop according to the release notes.

Could you direct me to the best way to install ltsp.

Regards,

Paul

PS: ltsp works fine on the live dvd.

[email protected] wrote:
> Send edubuntu-users mailing list submissions to
>       [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
> or, via email, send a message with subject or body 'help' to
>       [email protected]
>
> You can reach the person managing the list at
>       [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of edubuntu-users digest..."
>
>
> Today's Topics:
>
>    1. ltsp ([email protected])
>    2. TFTP Error after Lucid update (francois)
>    3. Re: TFTP Error after Lucid update ([email protected])
>    4. Re: TFTP Error after Lucid update ([email protected])
>    5. Re: TFTP Error after Lucid update (francois)
>    6. Re: TFTP Error after Lucid update ([email protected])
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 3 May 2010 22:40:37 +0200 (CEST)
> From: [email protected]
> Subject: ltsp
> To: [email protected]
> Message-ID:
>       <[email protected]>
> Content-Type: text/plain;charset=iso-8859-1
>
> how to install ltsp on edubuntu 10.04
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 04 May 2010 07:46:04 +0200
> From: francois <[email protected]>
> Subject: TFTP Error after Lucid update
> To: [email protected]
> Message-ID: <1272951964.2477.7.ca...@baribuntu>
> Content-Type: text/plain; charset="UTF-8"
>
> Hello,
>
> I've just updated two computers running with test purpose ltsp server.
>
> On both cases, clients gets an nIP address but then :
> ----
> TFTP
> PXE-T02: Forbidden directory
> PXE-E3C: TFTP Error - Access violation
> PXE-M0F: Exiting intel PXE Rom
> ----
>
> On computer 1, I did "sudo ltsp-update-kernels"
> On computer 2, I rebuilded the client "ltsp-build client".
>
> Could you give me any advice?
>
> Fran?ois
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 4 May 2010 09:24:06 +0300 (EEST)
> From: [email protected]
> Subject: Re: TFTP Error after Lucid update
> To: [email protected]
> Message-ID:
>       <[email protected]>
> Content-Type: text/plain;charset=iso-8859-1
>
>
>   
>> TFTP
>> PXE-T02: Forbidden directory
>> PXE-E3C: TFTP Error - Access violation
>> PXE-M0F: Exiting intel PXE Rom
>>     
>
> as...@ubuntu:~$ cat /etc/default/tftpd-hpa
> # /etc/default/tftpd-hpa
>
> TFTP_USERNAME="tftp"
> TFTP_DIRECTORY="/var/lib/tftpboot"
> TFTP_ADDRESS="0.0.0.0:69"
> TFTP_OPTIONS="--secure"
> as...@ubuntu:~$
>
> Change TFTP_DIRECTORY to 'var/lib/tftpboot'
>
> Just in case run all of these after that. No need to rebuild chroot, if
> you have chroot in '/opt/ltsp/i386' directory.
>
> sudo ltsp-update-sshkeys
> sudo ltsp-update-kernels
> sudo ltsp-update-image --arch 1386
>
> Best Regards Asmo Koskinen.
>
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 4 May 2010 09:27:15 +0300 (EEST)
> From: [email protected]
> Subject: Re: TFTP Error after Lucid update
> To: [email protected]
> Message-ID:
>       <[email protected]>
> Content-Type: text/plain;charset=iso-8859-1
>
>   
>> Just in case run all of these after that. No need to rebuild chroot, if
>> you have chroot in '/opt/ltsp/i386' directory.
>>     
>
> Or maybe it is good idea after updating whole server to Lucid?
>
> https://help.ubuntu.com/community/UbuntuLTSP/UpdatingChroot
>
> And after that run all three 'ltsp-update-' commands.
>
> Best Regards Asmo Koskinen.
>
>
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 04 May 2010 11:49:25 +0200
> From: francois <[email protected]>
> Subject: Re: TFTP Error after Lucid update
> To: [email protected]
> Message-ID: <1272966565.1952.6.ca...@baribuntu>
> Content-Type: text/plain; charset="UTF-8"
>
> Le mardi 04 mai 2010 ? 09:24 +0300, [email protected] a ?crit :
>   
>>> TFTP
>>> PXE-T02: Forbidden directory
>>> PXE-E3C: TFTP Error - Access violation
>>> PXE-M0F: Exiting intel PXE Rom
>>>       
>> as...@ubuntu:~$ cat /etc/default/tftpd-hpa
>> # /etc/default/tftpd-hpa
>>
>> TFTP_USERNAME="tftp"
>> TFTP_DIRECTORY="/var/lib/tftpboot"
>> TFTP_ADDRESS="0.0.0.0:69"
>> TFTP_OPTIONS="--secure"
>> as...@ubuntu:~$
>>
>> Change TFTP_DIRECTORY to 'var/lib/tftpboot'
>>
>> Just in case run all of these after that. No need to rebuild chroot, if
>> you have chroot in '/opt/ltsp/i386' directory.
>>
>> sudo ltsp-update-sshkeys
>> sudo ltsp-update-kernels
>> sudo ltsp-update-image --arch 1386
>>
>> Best Regards Asmo Koskinen.
>>
>>
>>
>>     
>
> # /etc/default/tftpd-hpa
>
> TFTP_USERNAME="tftp"
> #TFTP_DIRECTORY="/srv/tftp"
> TFTP_DIRECTORY="/var/lib/tftpboot"
> TFTP_ADDRESS="0.0.0.0:69"
> #TFTP_OPTIONS=""
> TFTP_OPTIONS="--secure"
>
> You were right : this file was not correct.
> Made the changes and then :
> sudo ltsp-update-kernels
> sudo /etc/init.d/tftpd-hpa restart
>
> And it works (note : a this time, I'm still using my "old" karmic ltsp
> image.
>
> Thanks Asmo
>
> Could it be useful to fill a bug about this?
>
> Fran?ois
>
>
>
>
>
> ------------------------------
>
> Message: 6
> Date: Tue, 4 May 2010 13:18:33 +0300 (EEST)
> From: [email protected]
> Subject: Re: TFTP Error after Lucid update
> To: "francois" <[email protected]>
> Cc: [email protected]
> Message-ID:
>       <[email protected]>
> Content-Type: text/plain;charset=iso-8859-1
>
>
>
>   
>> Could it be useful to fill a bug about this?
>>     
>
> Just do it. Find first is there any similar. Like this one.
>
> https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/573975
>
> Best Regards Asmo Koskinen.
>
>
>
>
> ------------------------------
>
>   

-- 
edubuntu-users mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/edubuntu-users

Reply via email to