Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65751 - ltsp has replaced ltsp-core. It still works but either the ebuild or the docs need changing to suit.
Summary: ltsp has replaced ltsp-core. It still works but either the ebuild or the docs...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-28 18:20 UTC by Robert Fisher
Modified: 2004-10-09 06:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Fisher 2004-09-28 18:20:48 UTC
Today emerge -uU world updated LTSP to version 4.1-r1 and now my LTSP does not work.

After changing /etc/dhcp/dhcpd.conf to point to vmlinuz-2.4.26-ltsp-2 I seem to start booting but then it hangs on various other messages.

EDIT:

The Howto at http://www.gentoo.org/doc/en/ltsp.xml should be changed for this version.

What I did to get it working again:-

Code:
nano -w /etc/exports

#/opt/ltsp/i386                  192.168.1.0/255.255.255.0(ro,no_root_squash,async)
/opt/ltsp-4.1/i386                  192.168.1.0/255.255.255.0(ro,no_root_squash,async)
/var/opt/ltsp/swapfiles         192.168.1.0/255.255.255.0(rw,no_root_squash,async)

nano -w /etc/dhcp/dhcpd.conf

#option root-path              "192.168.1.2:/opt/ltsp/i386";
option root-path              "192.168.1.2:/opt/ltsp-4.1/i386";

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
emerge -u world should allow the ltsp upgrade to happen without borking ltsp
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2004-10-05 04:54:37 UTC
all changes proposed are ok
Comment 2 Sven Vermeulen (RETIRED) gentoo-dev 2004-10-09 06:11:04 UTC
Fixed in CVS. Thanks!