-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I made a little mistake. The user with wich I tested the autostart of lbussd had a .xinitrc in his home. In OpenSuSE users do only have this when they created it, otherwise there is only a .xinitrc.template. When there is only the template, the standard xinitrc in /etc/X11/xinit/ is used. So to enable autostarting lbussd it is not necessary to create a ~/.xinitrc for all users. Just add into /etc/X11/xinit/xinitrc before 'exec $WINDOWMANAGER' a line 'sh /etc/X11/xinit/xinitrc.d/lbus-start.sh'. Only when users have their own ~/.xinitrc they have to add this line on their own.
Roland Philip H W Schroth schrieb: > Op vrijdag 14 april 2006 12:27, schreef Roland Holder: > > Great thanks, > > philip > >> I post here my first version of the howto. All are invited to improve >> it to perfection. Then it can be incorporated into the Wiki. A German >> version can be found at >> http://www.linux-club.de/viewtopic.php?p=334059#334059 . >> >> - At first we install LTSP like described in the Wiki at >> http://wiki.ltsp.org/twiki/bin/view/Ltsp/LTSP-42-LocalDev . >> >> - Then we modify the /etc/dhcpd.conf like in the Wiki. >> "If you're using assigned addressing (i.e. you have host {} entries), >> make sure you're specifying: >> use-host-decl-names on; >> in the dhcpd.conf section where you're specifying the hosts. >> For dynamic host assignment, you'll want: >> get-lease-hostnames true; >> IMPORTANT: The two settings are exclusive, so if you've got >> use-host-decl-names turned on globally, you're going to have to turn >> it off in the dynamic section of the dhcpd.conf file. Remember to >> restart your dhcpd server after modifying the file." >> It is very important that step 9 of the troubleshooting in the Wiki >> runs without failures. It can be you must delete 'option domain name'. >> >> - At next we install FUSE with 'apt install fuse'. It is located in >> the repository 'packman'. If we do not use APT at all, we go to >> http://packman.iu-bremen.de/suse/10.0/i586/ , get the package >> fuse....rpm an install it with 'rmp -i PACKAGE_NAME'. >> >> - Then we do 'modprobe fuse' as root and check for the effort with >> 'lsmod'. When there 'fuse' appears, all's well. To add the module to >> be started automatically on the server at boot time we open >> yast->system->editor for >> /etc/sysconfig-files->System->Kernel->MODULES_LOADED_ON_BOOT and add >> there 'fuse'. >> >> - We start as root a perl console with 'perl -MCPAN -e shell', say yes >> to all questions or give witted answers. We type 'install >> X11::Protocol' and say to all questions wether to install dependencies >> an leave the perl shell with 'quit'. While installing there should pop >> up a window that titulates itself as window an that wants to be closed. >> >> - As next step we get the RPM for Fedora Core 4 out of the Wiki and >> install it with 'rmp -i PACKAGE_NAME --nodeps'. We use '--nodeps' >> because otherwise rpm refuses to install because of the perl X11 >> protocol not being registered in the RPM database. Because of tools >> like APT refusing to work properly with unmet dependencies we delete >> the package out of the RPM database with 'rpm -e PACKAGE_NAME --justdb'. >> >> - We add 'LOACL_STORAGE = Y' to the global section of lts.conf. >> >> - Because of the rpm package being built for Fedora, autostarting of >> lbussd doesn't work. Therefor we add in the ~/.xinitrc of all users >> before 'start $WINDOWMANGER' al line 'lbussd &'. That is an evil hack >> but at the moment I have no other Idee despite of an icon on the >> desktop to klick on. >> >> - Last but not least we do troubleshooting like described in the Wiki. >> >> Have much fun with that, I'm waiting for improvement. >> >> Roland >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by xPML, a groundbreaking scripting language >> that extends applications into web and mobile media. Attend the live >> webcast and join the prime developer group breaking into this new coding >> territory! >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >> _____________________________________________________________________ >> 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 > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _____________________________________________________________________ > 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 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFEP9tP23ZOxtu/pP0RAoizAJ9lt6o+27/DTnJB9U48/+Hlz8Lr9ACgwapL DgNNHIUvCLnH7RmieAqQKEs= =m+2E -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _____________________________________________________________________ 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
