[Ltsp-discuss] /opt/ltsp/i386/boot and /var/lib/tftpboot/ltsp/i386

2008-12-20 Thread Slawek Drabot
the directories /opt/ltsp/i386/boot and /var/lib/tftpboot/ltsp/i386 contain the 
same files

when changing any of the files, do all the files need to be synchronized?


  

--
_
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


Re: [Ltsp-discuss] Ltsp 5 files on Windows XP

2008-12-20 Thread Edward
Linux termial server client for windows caveat emptor
http://sourceforge.net/projects/linuxts/


--
_
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


Re: [Ltsp-discuss] Compiling custom LTSP 5 kernel

2008-12-20 Thread Slawek Drabot
If that were true, the contents of /boot would be the same as 
/opt/ltsp/i386/boot and /var/lib/tftpboot/ltsp/i386

the content is different therefore the process for generating the relevant 
files must be different

btw. using mknbi, the man page states:

If you are looking to boot using PXE, look no further, mknbi is not what you 
want. You probably want something like PXELINUX which is part of the SYSLINUX 
package.

should I look no further or mknbi is not what I want?

in other words, is that look further, mknbi is not what you want or look no 
further, mknbi IS what you want?




On Fri, Dec 19, 2008 at 03:24:43PM -0800, Slawek Drabot wrote:
 Are there any instructions available for compiling a custom kernel for LTSP
 5?

 I have asked this question a number of times, and I've seen it asked on
 various forums as well with no answer.

 It seems really odd that there are such detailed instructions available for
 LTSP4.x, with kernel kits etc., while there's nothing on LTSP5.

well, the instructions should be the same as for building a kernel on your host
distro. there's nothing LTSP-specific about it with LTSP5.

find instructions for your distro (i.e. Fedora, Debian, Ubuntu or whatever),
build a kernel package, and install it into the LTSP chroot, maybe run
ltsp-update-image and ltsp-update-kernels afterwards.

live well,
  vagrant


  

--
_
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


[Ltsp-discuss] ltsp window sclient

2008-12-20 Thread Edward
Linux termial server client for windows caveat emptor
http://sourceforge.net/projects/linuxts/



--
_
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


Re: [Ltsp-discuss] /opt/ltsp/i386/boot and /var/lib/tftpboot/ltsp/i386

2008-12-20 Thread Chris Roberts
On Saturday 20 Dec 2008, Slawek Drabot wrote:
 the directories /opt/ltsp/i386/boot and /var/lib/tftpboot/ltsp/i386 contain
 the same files

 when changing any of the files, do all the files need to be synchronized?

That should be handled by the ltsp-update-kernels command afaik.

http://manpages.ubuntu.com/manpages/intrepid/man8/ltsp-update-kernels.8.html

-- 
Chris Roberts

LTSP Version: 5.1.10-1~40
Windows Manager : KDE 3.5.5
Distribution: Debian Etch
Kernel  : 2.6.26-bpo.1-686

--
_
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


Re: [Ltsp-discuss] ltsp window sclient

2008-12-20 Thread Anton Vaaranmaa
Edward kirjoitti:
 Linux termial server client for windows caveat emptor
 http://sourceforge.net/projects/linuxts/

Why re-invent the wheel? There already is Nxclient. (Not that any of 
this is related to LTSP.)

-- 
Anton

--
_
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


Re: [Ltsp-discuss] /opt/ltsp/i386/boot and /var/lib/tftpboot/ltsp/i386

2008-12-20 Thread Steve Cayford
Slawek Drabot wrote:
 the directories /opt/ltsp/i386/boot and /var/lib/tftpboot/ltsp/i386 contain 
 the same files
 
 when changing any of the files, do all the files need to be synchronized?
 

I think you can consider /opt/ltsp/i386 a staging area for what will
eventually end up in /var/lib/tftpboot/ltsp/i386 and /opt/ltsp/images/

-Steve

--
_
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


Re: [Ltsp-discuss] Ltsp-5 problem on Etch : showing initramfs prompt

2008-12-20 Thread Vagrant Cascadian
On Sat, Dec 20, 2008 at 06:42:43AM -0800, Nataraj S Narayan wrote:
 Please help me with this. I am trying out a normal debian Ltsp-5.
..snip...
   rootserver: 192.168.0.254 rootpath: /opt/ltsp/i386
   filename  : /ltsp/i386/nbi.img
  Error: Connect: Connection refused
  mount: Mounting /dev/nbd0 on /root/  failed: No such interface
  mount: Mounting /dev on /root/dev/  failed: No such file o
  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
 
 Showing busy box and initramfs prompt.
 
 Is it a problem with nbd-server configuration?
 Can substitute nbd with nfs server?

nbd is broken in debian etch, at least for use with ltsp. if you really need to
use nbd, you'll have to use lenny. defaults for etch or lenny is to use NFS.

live well,
  vagrant

--
_
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


Re: [Ltsp-discuss] Compiling custom LTSP 5 kernel

2008-12-20 Thread Vagrant Cascadian
On Sat, Dec 20, 2008 at 02:36:43AM -0800, Slawek Drabot wrote:
 If that were true, the contents of /boot would be the same as
 /opt/ltsp/i386/boot and /var/lib/tftpboot/ltsp/i386

no. 

 the content is different therefore the process for generating the relevant
 files must be different

if you install a custom kernel package in the chroot, there should be hooks in
the chroot that ensure that the generated initramfs is configured to handle
network booting; that's what handles the differences. at least that's how it's
implemented in debian and ubuntu, and i'm pretty sure the other distros mostly
follow suit. but the package containing the kernel doesn't need anything
LTSP specific.

 btw. using mknbi, the man page states:
 
 If you are looking to boot using PXE, look no further, mknbi is not what you
 want. You probably want something like PXELINUX which is part of the SYSLINUX
 package.
 
 should I look no further or mknbi is not what I want?
 
 in other words, is that look further, mknbi is not what you want or look
 no further, mknbi IS what you want?

if you wanted to use Etherboot instead of PXE, then you might need mknbi,
mkelfimage, or another wrapper utility. if you just want to use the PXE
implementation that comes with most networking cards, then pxelinux is all you
should need.

live well,
  vagrant

--
_
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


Re: [Ltsp-discuss] Compiling custom LTSP 5 kernel

2008-12-20 Thread Slawek Drabot
the install custom kernel is the step-by-step process I'm looking for

specifically what is the process for the following:
1. create a new vmlinuz kernel (in /opt/ltsp/i386/boot)
2. create a new nbi.img (in /opt/ltsp/i386/boot)

I'm fine with compiling a new kernel, installing modules and generating an 
initramfs. However the instructions (scattered on various forums) for 
generating a new vmlinuz and nbi.img are getting me nowhere.




if you install a custom kernel package in the chroot, there should be hooks in 
the chroot that ensure that the generated initramfs is configured to handle 
network booting;



  

--
_
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


[Ltsp-discuss] Feedback: was Login fails

2008-12-20 Thread jam
Hi

My TCs are VIA EPIA boards.

I installed the Ibex LTSP client suit.
Boot fails with the openchrome graphics drivers saying BusIDs needed with fb 
devices
I took my /opt/ltsp harking back to Gutsy ??, kept the current kernel and 
initfs (added the /lib/modules for the current kernel) and all is well.

I dropped that /opt/ltsp into my SuSE 11.1 and again every thing is perfect, 
but why 11.0 would not accept a login is a puzzle.

So:
Gutsy /opt/rms
Ibex vmlinuz and initrd
CentOS: works perfectly
SuSE11.1: works perfectly
Ibex: works perfectly

Thanks to J who posted links and advice. :-( that it did not work. (Since I 
use tftpboot for mythtv, embedded stuff, ltsp and installs the layout of 
tftpboot is important to me, and the kiwi implementation is too chaotic for 
me)

James


--
_
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