CyberOrg wrote:
> On Wed, Jul 2, 2008 at 8:52 PM, CyberOrg <[EMAIL PROTECTED]> wrote:
>
>   
>>> 2. I already have a few services running on port 2000 which cannot be
>>> changed due to dependencies. However, nbd-server also needs port 2000
>>> which I found that it can be changed in /etc/init.d/nbd-server. But even
>>> after this change the clients do not boot and fail as they can't find
>>> the image at port 2000. Doe this mean that the prebuilt image can only
>>> work if 2000 port is free and nbd is listening at it.
>>>
>>>       
>> Try nbdPort=2001 kernel parameter in
>> /srv/tftpboot/pxelinux.cfg/default at the end of initrd line.
>>
>>     
>
> There is a "proper" KIWI way of doing this:
>
> in /srv/tftpboot/KIWI/config.default
>
> NBDROOT=10.0.0.254;2000
>
> Change the port to whatever you want.
>   
Hello J,

I did this:

In /srv/tftpboot/KIWI/config.default

NBDROOT=192.168.2.1;2001

and all IP and DHCP related changes in 
/etc/sysconfig/kiwi-ltsp

but after running 'kiwi-ltsp-setup -c', this is what each of the files 
look like:

# more /srv/tftpboot/KIWI/config.default
NBDROOT=192.168.2.1;2000
UNIONFS_CONFIG=/dev/ram1,nbd,aufs
COMBINED_IMAGE=yes
CONF=/KIWI/lts.conf;/etc/lts.conf;192.168.2.1,/KIWI/hosts;/etc/hosts;192.168.2.1,/KIWI/ssh_known_hosts;/etc/ssh/ssh_known_hosts;192.168.2.1

# more /srv/tftpboot/pxelinux.cfg/default
DEFAULT KIWI-Boot

LABEL KIWI-Boot
    kernel boot/linux
    append initrd=boot/initrd vga=normal ramdisk_size=512000 
ramdisk_blocksize=4096 kiwiserver=192.168.2.1 kiwiservertype=tftp
    IPAPPEND 2

LABEL Local-Boot
    localboot 0


One test system returns an error 'Network module:  : Failed to load 
network module !" which I believe could be due to a non-standard network 
interface(from Altastic)

and another just waits indefinitely in the section
 Loading KIWI Boot-system ...
--snip --
-------> Kernel logging enabled on: /dev/tty4

Any help or advice would be most welcome. Please do let me know if you 
need any further information.

Regards,
SB

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_____________________________________________________________________
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

Reply via email to