RE: [leaf-user] Bug in processing leaf.cfg? (Bering 1.2)

2004-07-20 Thread Tibbs, Richard
Thanks, Charles.
That worked. 
Rick.

-Original Message-
From: Charles Steinkuehler [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 16, 2004 5:05 PM
To: Tibbs, Richard
Cc: [EMAIL PROTECTED]
Subject: Re: [leaf-user] Bug in processing leaf.cfg? (Bering 1.2)


Tibbs, Richard wrote:

 Folks,
 Back to the issue of getting daemontl.lrp to load. There was a 
 previous thread on the list titled:  [leaf-user] Bering 1.2 CD won't 
 load daemontl.lrp There, I was using a syslinux.cfg line and leaf.cfg 
 as follows:
 
 default linux initrd=initrd.lrp init=/linuxrc rw root=/dev/ram0 
 LEAFCFG=/dev/fd0:msdos PKGPATH=/dev/fd0:msdos,/dev/cdrom:iso9660
 syst_size=12M log_size=4M 
 LRP=root,etc,local,modules,iptables,pump,keyboard,shorwall,ulogd,dnsca
 ch
 e,ipsec,mawk,dhcpd
 Leaf.cfg:
 # Example:
 LRP=$KCMD_LRP rsync
 LRP=$KCMD_LRP daemontl
 LRP=$KCMD_LRP weblet

Try the following instead:

   LRP=$KCMD_LRP rsync
   LRP=$LRP daemontl
   LRP=$LRP weblet

Note the removal of KCMD_ from all but the first LRP= line, so you don't

over-write previous changes to the LRP environment variable, but append 
to it, which seems to be what you're trying to accomplish.

HTH,

-- 
Charles Steinkuehler
[EMAIL PROTECTED]


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21alloc_id040op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Bug in processing leaf.cfg? (Bering 1.2)

2004-07-16 Thread Tibbs, Richard
Folks,
Back to the issue of getting daemontl.lrp to load. There was a previous
thread on the list titled:
 [leaf-user] Bering 1.2 CD won't load daemontl.lrp
There, I was using a syslinux.cfg line and leaf.cfg as follows:

default linux initrd=initrd.lrp init=/linuxrc rw root=/dev/ram0
LEAFCFG=/dev/fd0:msdos PKGPATH=/dev/fd0:msdos,/dev/cdrom:iso9660
syst_size=12M log_size=4M
LRP=root,etc,local,modules,iptables,pump,keyboard,shorwall,ulogd,dnscach
e,ipsec,mawk,dhcpd
Leaf.cfg:
# Example:
LRP=$KCMD_LRP rsync
LRP=$KCMD_LRP daemontl
LRP=$KCMD_LRP weblet

Basically weblet will load but daemontl will not.
Now, swapping things around because I can do without dhcpd, I use:

default linux initrd=initrd.lrp init=/linuxrc rw root=/dev/ram0
LEAFCFG=/dev/fd0:msdos PKGPATH=/dev/fd0:msdos,/dev/cdrom:iso9660
syst_size=12M log_size=4M
LRP=root,etc,local,modules,iptables,pump,keyboard,shorwall,ulogd,dnscach
e,ipsec,mawk,daemontl
Leaf.cfg:
# Example:
LRP=$KCMD_LRP rsync
LRP=$KCMD_LRP dhcpd
LRP=$KCMD_LRP weblet

Now weblet still loads (daemontl loads fine) but dhcpd doesn't load.
Is there a possible problem with the script or its handling?

Rick.


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21alloc_id040op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Bug in processing leaf.cfg? (Bering 1.2)

2004-07-16 Thread Charles Steinkuehler
Tibbs, Richard wrote:
Folks,
Back to the issue of getting daemontl.lrp to load. There was a previous
thread on the list titled:
 [leaf-user] Bering 1.2 CD won't load daemontl.lrp
There, I was using a syslinux.cfg line and leaf.cfg as follows:
default linux initrd=initrd.lrp init=/linuxrc rw root=/dev/ram0
LEAFCFG=/dev/fd0:msdos PKGPATH=/dev/fd0:msdos,/dev/cdrom:iso9660
syst_size=12M log_size=4M
LRP=root,etc,local,modules,iptables,pump,keyboard,shorwall,ulogd,dnscach
e,ipsec,mawk,dhcpd
Leaf.cfg:
# Example:
LRP=$KCMD_LRP rsync
LRP=$KCMD_LRP daemontl
LRP=$KCMD_LRP weblet
Try the following instead:
  LRP=$KCMD_LRP rsync
  LRP=$LRP daemontl
  LRP=$LRP weblet
Note the removal of KCMD_ from all but the first LRP= line, so you don't 
over-write previous changes to the LRP environment variable, but append 
to it, which seems to be what you're trying to accomplish.

HTH,
--
Charles Steinkuehler
[EMAIL PROTECTED]
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html