Re: [Leaf-devel] Re: Standards and due process :-)

2002-02-14 Thread David Douthitt
al sed command now reads ...I just LOVE a good sed challenge :-) > sed -e "/^etc[[:space:]]*$/d" -e "/^[/]etc[[:space:]]*$/d" \ > -e "/^[.][/]etc[[:space:]]*$/d" \ > -e "/^etc[/]/d" -e "/^[/]etc[/]/d" -e "/^[.][/]etc[/]/d"

[Leaf-devel] DCD: ipfilter.conf patch

2002-05-06 Thread Michael D. Schleif
@@ -171,11 +171,8 @@ local DST_PORT=${5:-$3} # For internal connections - for NET in $INTERN_NET; do $IPCH -A forward -j MASQ -p $1 -s $DMZ_NET $DST_PORT \ - -d $NET -i $INTERN_IF -### -d $INTERN_NET -i $INTERN_IF - done; unset NET

[Leaf-devel] CVS export date?

2002-07-14 Thread Mike Noyes
Everyone, Which of these export date commands is recommended method for exporting the current tree. Is the quote nesting I used in the first example technically correct? Both examples below appear to function as expected. cvs -d:ext:mhnoyes@cvs1:/cvsroot/leaf -q export -D \ "`date '+%

Re: [Leaf-devel] Re: Standards and due process :-)

2002-02-13 Thread Michael D. Schleif
so good? Then I have this code snippet as part of the boot sequence: > > for pkg in /var/lib/lrpkg/*.list; do > sed -e "/^etc/d" -e "/^[/]etc/d" -e "/^[.][/]etc/d" \ > ${pkg} > ${pkg}.light > cmp -s ${pkg} ${pkg}.light > if [ $? = 0 ]; th

[leaf-devel] runtime keyboard controller detection for LEAF

2005-08-02 Thread Paul Traina
R)/.source: bzcat $(KERNEL_SOURCE) | tar -xvf - ln -s linux-2.4.31 linux zcat $(KERNEL_PATCH1) | patch -d linux -p1 zcat $(KERNEL_PATCH2) | patch -d linux -p1 zcat $(KERNEL_PATCH3) | patch -d linux -p1 zcat $(KERNEL_PATCH4) | patch -d linux -p1

[Leaf-devel] DCD, busybox & date -d ???

2002-01-26 Thread Michael D. Schleif
I have reviewed <http://www.busybox.net/downloads/BusyBox.html#item_date>; but, I cannot get date -d to work: date date [OPTION]... [+FORMAT] Displays the current time in the given FORMAT, or sets the system date. Options:

[Leaf-devel] [ leaf-Support Requests-487587 ] Dachstein pptp issues

2001-11-30 Thread noreply
PPTP servers on multiple nets. here's the rules I have added to no avail ipchains -A forward -j MASQ -p tcp -s 192.168.128.0/24 -d 0.0.0.0 1723 ipchains -A output -j ACCEPT -p tcp -s 208.214.105.0/24 -d 0.0.0.0 1723 ipchains -A input -j ACCEPT -p tcp -s 0.0.0.0 1723 - d 200.200.

Re: [Leaf-devel] More on dates

2002-02-09 Thread Matt Schalit
David Douthitt wrote: > > On 2/9/02 at 2:14 AM, Michael D. Schleif <[EMAIL PROTECTED]> wrote: > > > However, since we are limited to shell scripting and my > > recent work on leaf has required me to compare dates and > > times, a working-as-advertised -d operati

[leaf-devel] apkg -u, the deception?

2015-10-14 Thread Erich Titl
state why I think this is so - we have a package A of version 1.0 which we just call A - we have a config file AC belonging to package A , call this AC - we have an installed package A with a modified config file AC, call this AC' - we can detect the difference between AC and AC', lets c

[Leaf-devel] RC5 - Issue with sed (or cut) and seawall 4.1

2001-11-14 Thread Simon Bolduc
It requires that ifconfig be installed though (shouldn't be a problem if you are running dachstein). Edit the firewall file in /etc/seawall, find the following: if [ -x /sbin/ip -o -x /usr/sbin/ip ]; then [ -z "$myip" ] && myip=`ip addr show $internet | grep "inet

Re: [Leaf-devel] More on dates

2002-02-09 Thread David Douthitt
On 2/9/02 at 2:14 AM, Michael D. Schleif <[EMAIL PROTECTED]> wrote: > However, since we are limited to shell scripting and my > recent work on leaf has required me to compare dates and > times, a working-as-advertised -d operation would simplify > alot for me . . . > >

RE: [leaf-devel] Introduction for Hendry D. Lee

2002-09-20 Thread Eric B Kiser
Welcome Hendry, the more the merrier. Regards, Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of H. D. Lee Sent: Friday, September 20, 2002 9:43 AM To: [EMAIL PROTECTED] Subject: [leaf-devel] Introduction for Hendry D. Lee Hello List, As Mike

[Leaf-devel] ES3 suggestion

2001-06-02 Thread Scott C. Best
ith normal op's that would have been setup earlier. $IPCHAINS -A input -i $IF_EXT -d 255.255.255.255 -j DENY $IPCHAINS -A input -i $IF_EXT -d 0.0.0.0/0 137 -p tcp -j DENY $IPCHAINS -A input -i $IF_EXT -d 0.0.0.0/0 137 -p udp -j DENY $IPCHAINS -A input -i $IF_EXT -d 0.0.0.0/0 138 -

Re: [leaf-devel] (Fwd) please help with webcfg bash script

2003-10-10 Thread Charles Steinkuehler
pest: -root- # echo "$name1" *.* tempest: -root- # echo $name1 POSIXness.conf ae.rc checksecurity.conf cron.d cron.daily cron.monthly cron.weekly dhcpd.conf host.conf hosts.allow hosts.deny hosts.equiv inetd.conf init.d ioctl.save ipchains.forward ipfilter.conf ipsec.conf ipsec.secrets issu

Re: [Leaf-devel] Re: Standards and due process :-)

2002-02-14 Thread Michael D. Schleif
Serge Caron wrote: > [ snip ] > mds said: > >By-the-by, this is considerably faster: > > > > sed -e "/^[./]*etc/d" ${pkg} > ${pkg}.light > > Linux people are usually more intelligent than I am. Your sed mask allows > for stuff like ...etc and ../

Re: [leaf-devel] /linuxrc testing - round 2

2004-05-06 Thread Charles Steinkuehler
K.-P. Kirchdörfer wrote: Charles; I may have found another small problem: firewall# lrpkg -i squid-2.lrp Installing squid-2 ... cat: /var/lib/lrpkg//boot.fstype: No such file or directory Done. I was told: It could be a bug (from the lrpkg script): echo "$fn=-t `cat $lrpkgpath/boot.fstyp

[leaf-devel] Introduction for Hendry D. Lee

2002-09-20 Thread H. D. Lee
Orinoco card. It was an interesting experience. I am impressed with how the LEAF project have evolved. I hope I could contribute something to the project. Thank you. Keep up the good work. -- H. D. Lee --- This sf.net email is sponsored

Re: [leaf-devel] apkg -u, the deception?

2015-10-15 Thread kp kirchdoerfer
stalled package A with a modified config file AC, call > this AC' > - we can detect the difference between AC and AC', lets call this D > - we have a package A of version 1.1, lets call this A1 > - we have a config file AC belonging to package A1, lets call this AC1 > - let us as

[Leaf-devel] dachstein-cd 1.1 & ipsec

2001-11-27 Thread jim mcdonagh
i don't see the corresponding rules in the new dachstein version. # Forward anything from IPSEC tunnel and except all input from IPSEC tunnel ipchains -A forward -j ACCEPT -i ipsec0 -s 0/0 -d 0/0 ipchains -A input -j ACCEPT -i ipsec0 -s 0/0 -d 0/0 # ipsec incoming/outgoing for CURGW in $IPSEC

Re: [Leaf-devel] ES3 suggestion

2001-06-03 Thread Charles Steinkuehler
t, some "noise > blocker" rules should be stuck in. This helps eliminate > log file buildup (and the risk of resulting tooth > decay...). Since they're at the very end, they not > interfering with normal op's that would have been setup > earlier

Re: [Leaf-devel] Re: Standards and due process :-)

2002-02-14 Thread Michael D. Schleif
Serge Caron wrote: > > Glad to be of service! > > >I am confused ;< > > > >[1] Shouldn't your sed process: > > > > sed -e "/^etc/d" -e "/^[/]etc/d" -e "/^[.][/]etc/d" \ > > ${pkg} > ${pkg}.light >

Re: [leaf-devel] 5.x0-alpha considerations- solved issue

2012-09-29 Thread KP Kirchdoerfer
o work as expected. kp > as a test for the work to support other architectures. > Unfortunately it fails while building the kernel sources with the error > message: > xzcat patch-3.2.29.xz | patch -p1 -s -d > /opt/buildtool-master/source/armv5te-unknown-linux-uclibcgnueabi.mk/linux/

Re: [Leaf-devel] net-snmp.lrp startup problem

2002-03-19 Thread Matt Schalit
/ Sorry I didn't see that I don't know why it won't start, but if the RCDLINKS line works, there'll be a copy in /etc/rc2.d/ or some other /etc/rc#.d directory. Regards, Matthew ___ Leaf-devel mailing list [EMAIL

Re: [Leaf-devel] DCD & /etc/init.d/netstd_misc ???

2002-03-07 Thread Michael D. Schleif
Likewise: /etc/init.d/netstd_init ??? "Michael D. Schleif" wrote: > > Why does this file exist? It does nothing and wastes space . . . > > What do you think? -- Best Regards, mds mds resource 888.250.3987 Dare to fix things before they break .

Re: [leaf-devel] [pedro.inacio@ptnix.com: PHP-Nuke x.x SQL Injection]

2002-09-25 Thread H. D. Lee
Hi Dave, On 2002.09.25_17:08:18_+, David Douthitt wrote: > Saw this on bugtraq today. Does this affect our PHP site? > The LEAF site is using phpWebSite, isn't it? CMIIW. I also saw a post on bugtraq regarding phpWebSite, two days ago. --

Re: [leaf-devel] ML volume

2003-02-09 Thread Michael D. Schleif
; > > a) Keep things as they are. > > > > b) NNTP support (news.gmane.org and/or nntp.sourceforge.net) > > > > c) Web support (SF forums for each LEAF release/branch) (note: we > >already use SF support trackers) > > > > d) New

Re: [Leaf-devel] Re: Standards and due process :-)

2002-02-14 Thread Serge Caron
Hello Michael, Glad to be of service! >I am confused ;< > >[1] Shouldn't your sed process: > > sed -e "/^etc/d" -e "/^[/]etc/d" -e "/^[.][/]etc/d" \ > ${pkg} > ${pkg}.light > >actually be this? > > sed -n "/^[./]*e

Re: [leaf-devel] ML volume

2003-02-09 Thread Mike Noyes
On Sun, 2003-02-09 at 10:19, Michael D. Schleif wrote: > Mike Noyes wrote: > > On Sun, 2003-02-09 at 09:45, Mike Noyes wrote: > > > d) New LEAF release/branch specific MLs. > > > leaf-bering > > > leaf-dachstein > > >

[leaf-devel] git master building bcmrpi broken?

2016-03-09 Thread Erich Titl
Hi Folks I am observing the following when building for bcmrpi echo bcmrpi bcmrpi xzcat patch-4.4.3.xz | patch -p1 -s -d /home/mega/leaf/devel/bering-6/source/armv6zk-unknown-linux-uclibcgnueabi/linux/linux-4.1 1 out of 1 hunk FAILED -- saving rejects to file Documentation/ABI/testing/sysfs-bus

Re: [Leaf-devel] (forw) [ccarr@franzdoodle.com: porting scripts from ifconfig and awk to iproute and sed]

2002-03-26 Thread David Douthitt
re are probably at > least 40-50 better ways to do it than I have come up with. > > So far: > > # get the physical device that leads to the default gateway > # becomes this without netstat or awk > ip route | sed -e '/^default/!d' -e 's/^.* ([^ ]*) $/\1/'

Re: [leaf-devel] RE: Bering - included libraries

2002-09-21 Thread H. D. Lee
s. Some libs are in /usr/lib. > Here is where I am now. I execute the command #zebra -d to start the zebra > process running as a daemon and I get the following message back. > > zebra: error in loading shared libraries > libcrypto.so.2: cannot open shared object file: No such file or

Re: [Leaf-devel] grep options

2001-03-30 Thread Scott C. Best
David: Hey, you win. The "sed '/regexp/d' file" works well. Thanks! Learn something new every day... Of who made this decision to handicap grep in LRP...it reminds me of the axiom "when the only tool you have is a hammer, you treat every problem like a

[leaf-devel] apkg - lots of enhacements

2014-10-24 Thread cpu memhd
-# expandpath - given a path, expand it -# code from apkg by David Douthitt -expandpath () { -local D=$(dirname $1) -if `echo "$D" | grep -v "^/" > /dev/null`; then -[ `dirname $1` = "." ] && D=$PWD || D=$PWD/$(dirname

Re: [Leaf-devel] dcd: cleanup issues ???

2002-07-10 Thread Michael D. Schleif
guitarlynn wrote: > > On Wednesday 10 July 2002 20:06, Michael D. Schleif wrote: > > > Also, in standard dcd v1.0.2, what program uses /etc/rpc? > > NFS and SUN login. I think a few people are using this style > of access on LEAF boxes. O, now I see it: /et

Re: [leaf-devel] ML volume

2003-02-09 Thread Vladimir I.
Michael D. Schleif wrote about "Re: [leaf-devel] ML volume": > Add to d) leaf-general, or some such. If this is divvied up to fine, > then how will the generalists lend support? I have a feeling that nobody will subscribe to it. IMHO you need to make lists for branche

Re: [Leaf-devel] Re: Standards and due process :-)

2002-02-14 Thread Serge Caron
var/run - /var/lock - /var/spool -/var/tmp } gives me what I want. YMMV :) >By-the-by, this is considerably faster: > > sed -e "/^[./]*etc/d" ${pkg} > ${pkg}.light > Linux people are usually more intelligent than I am. Your sed mask allows for stuff like ...etc and ../../..

Re: [leaf-devel] Linux Virtual Server using LEAF Bering RFC

2002-09-17 Thread H. D. Lee
On 2002.09.17_19:27:06_+, Brad Fritz wrote: > On Wed, 18 Sep 2002 06:55:56 +0700 H. D. Lee wrote: > > > Great. May be this will be a good reason to incorporate IP_VS into > > Bering or Dachstein kernel. > > Even if it's not included, the build-from-source appr

Re: [Leaf-devel] ReiserFS (forward by port)

2001-11-15 Thread Jack Coates
will tag each matched packet with a number: ip rule add fwmark 100 table isp-a ip rule add fwmark 101 table isp-b now add the rules to do the tagging (look in /etc/ipfilter.conf for examples). Here are some rules I wrote: ipchains -A output -p tcp -d 0/0 6667 --mark 100 ipchains -A output -p tcp

[leaf-devel] 5.x0-alpha considerations

2012-09-25 Thread KP Kirchdoerfer
86? But I tried to run buildall.sh with the toolchain set to Toolchain = armv5te-unknown-linux-uclibcgnueabi.mk as a test for the work to support other architectures. Unfortunately it fails while building the kernel sources with the error message: xzcat patch-3.2.29.xz | patch -p1 -s -d /opt

Re: [leaf-devel] Different Size of Kernel Using Different Distro

2002-09-21 Thread H. D. Lee
at users.sourceforge.net > http://leaf.sourceforge.net > > If linux isn't the answer, you've probably got the wrong question! -- H. D. Lee --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgee

Re: [leaf-devel] embedded hardware

2002-09-24 Thread H. D. Lee
links. > Joey Officer > Sales & Operations > Martin Apparatus, Inc. > 800-784-6806 x11 > [EMAIL PROTECTED] > -- H. D. Lee --- This sf.net email is sponsored by:ThinkGeek We

[Leaf-devel] Site Update 2002-01-22

2002-01-22 Thread Mike Noyes
av --partial --delete \ shell.sf.net:/home/groups/l/le/leaf/devel/yourname localdir $ cvs -d:ext:[EMAIL PROTECTED]:/cvsroot/leaf \ -q export -D `date +%Y-%m-%d` -d localdir devel/yourname *** LEAF Site Backup/Mirror Instructions (alpha) *** You will need approximately 3G of disk space to

Re: [Leaf-devel] dcd: cleanup issues ???

2002-07-10 Thread Michael D. Schleif
"Michael D. Schleif" wrote: > [ snip ] > One thing that Charles and I want to do is remove all user configurable > parameters from all init scripts. To that end, I have reviewed all > /var/lib/lrpkg/*.conf, based on this list of packages that I use: [ snip ] > M

Re: [Leaf-devel] Development Annoyances...

2002-06-26 Thread guitarlynn
On Wednesday 26 June 2002 16:24, Michael D. Schleif wrote: > This is pretty much where Serge Caron came in with `enclosures' . . . > at least, part of his enclosure construct does exactly what you > describe . . . I use it for early package development. It's nice to simply

[leaf-devel] Linux Virtual Server using LEAF Bering RFC

2002-09-17 Thread H. D. Lee
building as modules, IP_VS have several kernel symbols that should be in the kernel. Any comments or suggestions? [0] http://www.linuxvirtualserver.org/ p.s. Mike, Jacques. I haven't received any follow up from you regarding my intend to contribute to LEAF. Am I considered in? -- H. D

[leaf-devel] RFC: Oxygen Network Boot HOWTO

2002-10-04 Thread H. D. Lee
pha" stage. Comments and suggestions are welcomed. Thank you in advance. Regards, -- H. D. Lee --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___

Re: [Leaf-devel] dachstein rc1 cd won't boot.

2001-10-12 Thread arne @ loopback . org
i would like to see the config scripts be seperate from the configs itself, thats one difference to the release i made for myself. The other is of course Kernel 2.4... But i like the new lrcfg interface it looks nice. But please change the description there: b ) Backup d ) Set Backup Destination and

Re: [Leaf-devel] dachstein rc1 cd won't boot.

2001-10-12 Thread Charles Steinkuehler
i like the new lrcfg interface it looks nice. But please change the description there: b ) Backup d ) Set Backup Destination and so on, i tried multiple time to insert: d root ... or something like that would be nicer... CS> I'll change this in the next release. As a seperate issue, wou

Re: [leaf-devel] ML volume

2003-02-09 Thread Mike Noyes
On Sun, 2003-02-09 at 10:27, Vladimir I. wrote: > Michael D. Schleif wrote about "Re: [leaf-devel] ML volume": > > > Add to d) leaf-general, or some such. If this is divvied up to fine, > > then how will the generalists lend support? > > I have a feelin

Re: [leaf-devel] SF shell cron job: doc-build.sh

2006-04-12 Thread Mike Noyes
# chunker.output.indent # # wrap # \ # # NOTES: XML # olink database # xhtml validation # # VARIABLES # set -e DATE=`date '+%Y-%m-%d %T %Z'` PROJ_DIR=/home/groups/l/

[Leaf-devel] ipchains redirect

2001-09-24 Thread Scott C. Best
for 0.0/0 80 to local > squid proxy using ipchains and ipmasqadm. Using ipchains - yes. I'm not sure for ipmasqadm (I've never used it) I'm using those lines for that. Of course, you have to enable 'IP Transparent Proxy' in your kernel. ipchains -A

[Leaf-devel] Re: [Leaf-user] Dachstein-CD available

2001-10-11 Thread Michael D. Schleif
my bad -- i needed to change cmos ;> it's ok now . . . "Michael D. Schleif" wrote: > > Charles ==> > > As a deployer of several instances of LRP-CD, I am clearly interested in > Dachstein-CD. However, I'm having some difficulty getting this going

Re: [leaf-devel] compact flash ???

2003-02-19 Thread Michael D. Schleif
Also sprach David Douthitt (Wed 19 Feb 02003 at 05:28:55PM +0100): > On Wed, 19 Feb 2003 17:11:36 -0600 > "Michael D. Schleif" <[EMAIL PROTECTED]> wrote: > > > [1] Are we limited to IDE? Does anybody have USB working? > > I've been using USB quite a l

[Leaf-devel] Poll: Ladybug Architecture

2001-03-12 Thread Jack Coates
b) "the minimum" of system configuration files. In my dreams, that's two files: linuxrc and ladybug.conf. c) any package related configuration is going to go here, so the disk needs to have as much spare room as possible. d) Full support for packag

Re: [leaf-devel] 5.x0-alpha considerations

2012-09-29 Thread Andrew
t I tried to run buildall.sh with the toolchain set to > > Toolchain = armv5te-unknown-linux-uclibcgnueabi.mk > > as a test for the work to support other architectures. > Unfortunately it fails while building the kernel sources with the error > message: > xzcat patch-3.2.29.xz |

Re: [Leaf-devel] CVS structure ???

2002-07-17 Thread Michael D. Schleif
Jeff Newmiller wrote: > > On Wed, 10 Jul 2002, Michael D. Schleif wrote: [ snip ] > > I am starting to realize that, perhaps, I should take a directory based > > approach to helices' cvs tree. > > > > I have not settled on any particular structure. Howeve

Re: [leaf-devel] RE: Bering - included libraries

2002-09-21 Thread Michael D. Schleif
Eric B Kiser wrote: > > You must mean inside that really obvious directory named /lib. Urgh, it is > now probably a moot point to mention that I am a newbie. Your patience is > appreciated. > > Here is where I am now. I execute the command #zebra -d to start the zebra >

Re: [leaf-devel] RE: Bering - included libraries

2002-09-21 Thread H. D. Lee
ints I meant here, and may be what Lynn referred to as benefits, are availability of the library in the future and sharability. -- H. D. Lee --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

Re: [leaf-devel] SF shell cron job: doc-build.sh

2006-04-12 Thread Mike Noyes
e # xhtml validation # # VARIABLES # set -e DATE=`date '+%Y-%m-%d %T %Z'` PROJ_DIR=/home/groups/l/le/leaf TMP_DIR=/tmp/persistent/leaf PSERVER="-d:pserver:[EMAIL PROTECTED]:/cvsroot/leaf" DB_XSL="/home/groups/d/do/do

Re: [leaf-devel] possible git pb with accel-ppp

2012-12-29 Thread Yves Blusseau
is ok with > git, and wrong with accel-ppp's buildtool.cfg(?) Hi all, if you want to see what was done by who and when for a specific directory use for example the git log command with the --name-status option: $ git log --name-status repo/accel-ppp commit 059fa994c633e661792fe36c680ed12a7

Re: [Leaf-devel] [dachstein] lrp.conf/multicron Spacecheck problem

2002-01-20 Thread KP Kirchdörfer
Am Sonntag, 20. Januar 2002 03:18 schrieb Michael D. Schleif: > KP Kirchdörfer wrote: > > Am Donnerstag, 17. Januar 2002 04:15 schrieb Michael D. Schleif: > > > > > > > > I'll probably try to get the script to check *ALL* currently > > > > moun

Re: [leaf-devel] apkg -u, the deception?

2015-10-15 Thread Erich Titl
n. >> >> How can you merge if you don't have a difference > >>> I've checked that it even works, if you replace the original package with >>> the new version on /mnt. >> >> Yes, that works and it corresponds to >> >> - AC, AC1 and AC

RE: [Leaf-devel] LEAF version FAQ rev.1

2002-01-11 Thread Richard Doyle
> > # #A function to filter out martian source addesses > > stop martians () { > > #RFC 1918/1617/1597 blocks > > $IPCH -A $LIST -j DENY -p all -s 10.0.0.0/8 -d 0/0 -l $* > > $IPCH -A $LIST -j DENY -p all -s 192.168.0.0/24 -d 0/0 -l $* > > > > #t

Re: [Leaf-devel] cvs commit directory structure ???

2002-07-16 Thread Michael D. Schleif
Mike Noyes wrote: > > On Mon, 2002-07-15 at 22:39, Michael D. Schleif wrote: > > > > No matter how hard I try, I cannot commit a directory structure to cvs. [ snip ] > I looked at your commit messages, and I think I understand what you were > trying to accomplish. H

Re: [leaf-devel] compact flash ???

2003-02-20 Thread Michael D. Schleif
Also sprach David Douthitt (Thu 20 Feb 02003 at 04:25:07PM -0600): > On Wed, 19 Feb 2003 19:25:28 -0600 > "Michael D. Schleif" <[EMAIL PROTECTED]> wrote: > > > Are you booting off of this? How? Any special preparation to > > boot off of USB? > > You

Re: [leaf-devel] Is WISP project alive?

2003-07-03 Thread Vladimir Ivaschenko
Guide DocBook source files? Yes... but didn't have time to reply. Please let me know how it is going to work. Currently I generate the manual using the following scripts: [EMAIL PROTECTED] doc]$ cat gen* #!/bin/sh cd html rm *.htm jade -t sgml -i html -d /usr/share/sgml/docbook/dsssl-styles

[leaf-devel] glitch in webconf

2007-08-24 Thread Erich Titl
/tmp/$2.lrp ]; then log "Red" "The package was not created in /tmp!" return 1 @@ -206,7 +207,7 @@ echo ">" # The name comes from /var/lib/lrpkg/backup echo "" - grep

Re: [leaf-devel] start with branch renaming/moving

2014-01-07 Thread Yves Blusseau
Le 6 janv. 2014 à 19:09, KP Kirchdörfer a écrit : > Locally I do have maint-4.x, how to proceed? > >>> btw: how can we fix the wrong rename/move of maint to maint-4.x? >> >> Yes easy :D >> remove local and remote branches with the commands: >> git che

[Leaf-devel] [RFC] DCD checkfreespace() vs. multiple filesystems

2002-01-20 Thread Michael D. Schleif
[RFC] DCD checkfreespace() vs. multiple filesystems There has been some debate regarding /etc/cron.daily/multicron-d and one of its functions, checkfreespace(), the default configuration for which does *not* recognize nor act on multiple filesystems. What follows is my proposed modification to

RE: [leaf-devel] RE: Bering - included libraries

2002-09-21 Thread Eric B Kiser
aries statically linked. I expect to have both ssh and zebra running on the same system. Would it be better to use the libssl as suggested by H. D. Lee. That is, assuming that there is an ssh.lrp without libcrypto statically linked. Strictly for the purpose of conserving space. Along this same line of th

[Leaf-devel] Re: [Leaf-user] Dachstein-CD-rc3 available: bash.lrp error

2001-10-25 Thread Michael D. Schleif
"Michael D. Schleif" wrote: > > Charles Steinkuehler wrote: > > > > The third release-candidate version of Dachstein-CD is now available. This > > version feels like it's getting pretty close to done. Lots of minor > > chagnges, none of them show-

[Leaf-devel] Re: [Leaf-user] Announcing official release of Dachstein-CD

2001-11-16 Thread Michael D. Schleif
"Michael D. Schleif" wrote: > > Charles Steinkuehler wrote: > > > > The official release (v1.0.1) of Dachstein-CD is now available for download > > from the usual places: > > slow: > > http://lrp.steinkuehler.net/files/diskimages/dachstein-CD/ &g

Re: [leaf-devel] Linux Virtual Server using LEAF Bering RFC

2002-09-17 Thread Brad Fritz
On Wed, 18 Sep 2002 06:55:56 +0700 H. D. Lee wrote: > Great. May be this will be a good reason to incorporate IP_VS into > Bering or Dachstein kernel. Even if it's not included, the build-from-source approach being discussed should make it easy for interested parties to roll their

[leaf-devel] Different Size of Kernel Using Different Distro

2002-09-20 Thread H. D. Lee
root 495547 Sep 21 17:10 bering.upx It is clear that one of the reason the size differs is the gcc version. The question is: what version of gcc that will compile the smallest bzImage? Under what distro? -- H. D. Lee --- This sf.net

Re: [leaf-devel] start with branch renaming/moving

2014-01-07 Thread KP Kirchdörfer
Am Dienstag, 7. Januar 2014, 09:24:18 schrieb Yves Blusseau: > Le 6 janv. 2014 à 19:09, KP Kirchdörfer a écrit : > > Locally I do have maint-4.x, how to proceed? > > > >>> btw: how can we fix the wrong rename/move of maint to maint-4.x? > >> > >

Re: [leaf-devel] root fs permissions

2010-06-25 Thread KP Kirchdoerfer
ivate_host symbol:ata_pci_sff_init_one symbol:sata_pmp_port_ops symbol:sata_pmp_qc_defer_cmd_switch symbol:sata_pmp_error_handler symbol:ata_acpi_gtm symbol:ata_acpi_stm symbol:ata_acpi_gtm_xfermask symbol:ata_acpi_cbl_80wire scsi_mod ohci-hcd.ko pci:v*d*sv*sd*bc0Csc03i10* us

Re: [Leaf-devel] [dachstein] lrp.conf/multicron Spacecheck problem

2002-01-20 Thread Michael D. Schleif
KP Kirchdörfer wrote: > > Am Sonntag, 20. Januar 2002 03:18 schrieb Michael D. Schleif: > > KP Kirchdörfer wrote: > > > Am Donnerstag, 17. Januar 2002 04:15 schrieb Michael D. Schleif: > > > > > > > > > > I'll probably try to get the scr

Re: [Leaf-devel] Re: Standards and due process :-)

2002-02-13 Thread David Douthitt
store to be on the _floppy_. So > far, so good? Then I have this code snippet as part of the > boot sequence: Yeah! CODE! :) > for pkg in /var/lib/lrpkg/*.list; do > sed -e "/^etc/d" -e "/^[/]etc/d" -e "/^[.][/]etc/d" \ > ${pkg} > ${pkg}.light >

[Leaf-devel] LRP and Kernel 2.4

2001-01-09 Thread Arne Bernin
Hi, has anybody done this? -- arne --- Arne Bernin Netropol Digitale Systeme Lagerstrasse 30a Tel: +49 404325 D

Re: [Leaf-devel] Makefile and Directory to create LRP packages fromsource

2001-05-08 Thread David Douthitt
+# pkg.conf: contains a list of configuration files with +# optional description (separated by tab) + +$(CONFF): + [ -d $(BASE)/$(LRPKG) ] || mkdir -p $(BASE)/$(LRPKG) + if [ -n "$(CONFFILE)" -a -f "$(CONFFILE)" ] ; then \ + cp -a $(CONFFILE) $(CONFF)

Re: [Leaf-devel] ipchains redirect

2001-09-24 Thread David Douthitt
I'm not sure for ipmasqadm (I've never used it) > > I'm using those lines for that. Of course, you have to enable 'IP > Transparent Proxy' in your kernel. > > ipchains -A input -p TCP -d YOUR_IP/32 www -j ACCEPT (in

Re: [Leaf-devel] Preferred package/filesystem location ???

2002-02-07 Thread Michael D. Schleif
David Douthitt wrote: > > On 2/7/02 at 7:32 PM, Michael D. Schleif <[EMAIL PROTECTED]> wrote: > > > Is there some kind of standard whereby, when building a new LEAF > > package, we know *where* particular files belong? > > The trouble is, there's no true

Re: [leaf-devel] Bridging/tc/shorewall

2003-03-08 Thread Tom Eastep
idged (see Mohan's recent post). c) Clone Shorewall and hack out everything that doesn't apply to bridging, add whatever is necessary and call it Shorebridge or something. d) Create from scratch a frontend for iptables that is targeted at the bridging environment. I've volunteered t

[Leaf-devel] DFE-570TX ?

2002-01-30 Thread Kenneth Hadley
Does anyone have any experience using a D-Link DFE-570TX 4-Port NIC under Linux? >From what I've been able to piece together is that the standard tulip module should work for it since its using 4 x DEC DC21143 chips. -Kenneth Hadley ___ Le

Re: [leaf-devel] apkg -u, the deception?

2015-10-18 Thread kp kirchdoerfer
>> I've checked that it even works, if you replace the original package > >>> with > >>> the new version on /mnt. > >> > >> Yes, that works and it corresponds to > >> > >> - AC, AC1 and AC' are available, because > >>

Re: [Leaf-devel] ipchains redirect

2001-09-24 Thread Charles Steinkuehler
ipmasqadm. > > Using ipchains - yes. I'm not sure for ipmasqadm (I've never used it) > > I'm using those lines for that. Of course, you have to enable 'IP > Transparent Proxy' in your kernel. > > ipchains -A input -p TCP -d YOUR_IP/32 www -j ACCEPT (

[Leaf-devel] (forw) [ccarr@franzdoodle.com: porting scripts from ifconfig and awk to iproute and sed]

2002-03-24 Thread Chad Carr
gateway netstat -nr | awk '$1 == "0.0.0.0" && $3 == "0.0.0.0" { print $NF }' # becomes this without netstat or awk ip route | sed -e '/^default/!d' -e 's/^.* ([^ ]*) $/\1/' and: # set up some vars pertaining to $phys eval `ifconfig

Re: [Leaf-devel] cvs commit directory structure ???

2002-07-16 Thread Mike Noyes
On Tue, 2002-07-16 at 06:52, Michael D. Schleif wrote: > > Mike Noyes wrote: > > > > On Mon, 2002-07-15 at 22:39, Michael D. Schleif wrote: > > > > > > No matter how hard I try, I cannot commit a directory structure to cvs. > > [ snip ] > > &

Re: [Leaf-devel] Re: [lrp-devel] what distro will LEAF be based on?

2000-11-02 Thread Rick Onanian
usybox can act as /linuxrc (I > don't understand that either...) You misunderstood what we were talking about, due to laziness on our part. We were speaking of /etc/rc.d/ vs. /etc/init.d/ + /etc/rc0.d/ + /etc/rc1.d/...->/etc/rc6.d/, not of the binary /sbin/init. I'd swear that yo

[leaf-devel] SonicWALL

2012-03-15 Thread Mike Noyes
Everyone, This is interesting: Dell announces intent to acquire SonicWALL. http://content.dell.com/us/en/corp/d/secure/acq-sonicwall.aspx /SonicWALL/ http://www.sonicwall.com/ -- Mike Noyes http://sourceforge.net/users/mhnoyes https://profiles.google.com/mhnoyes

[Leaf-devel] Re: [Leaf-user] Re:

2001-12-05 Thread Michael D. Schleif
"Michael D. Schleif" wrote: > > Charles Steinkuehler wrote: > > > > > Did you see my post about net-snmp? This package requires libdb.so.2 which > > > is not part of the libraries on the Dachstein CD. I found the file on the > > > Debian web s

Re: [Leaf-devel] More on dates

2002-02-08 Thread Michael D. Schleif
eeping time within one (1) second across all of them, using rdate. So, no -s is OK with me. However, since we are limited to shell scripting and my recent work on leaf has required me to compare dates and times, a working-as-advertised -d operation would simplify alot for me . . . What do you th

Re: [Leaf-devel] Perl help

2002-07-17 Thread Mike Noyes
On Wed, 2002-07-17 at 09:58, Michael D. Schleif wrote: > > Mike Noyes wrote: > > > > On Wed, 2002-07-17 at 08:58, Michael D. Schleif wrote: > > > Mike Noyes wrote: > > > > > > > > Anyone, > > > > Will removing the following lin

Re: [leaf-devel] Linux Virtual Server using LEAF Bering RFC

2002-09-17 Thread H. D. Lee
t manually. The kernel should help me examine different result of patches version for testing. Thanks Brad. > --Brad > > [1] with the exception of non-essential Documentation/Configure.help > file > -- H. D. Lee --- This SF

Re: [leaf-devel] RFC: Oxygen Network Boot HOWTO

2002-10-04 Thread H. D. Lee
ugh nothing exist to explain it further. I'll add one. Also another nice idea to comment the changes to oxygen.cfg. > And finally, as far as useability goes, how do you back > stuff up? This is one thing that have not been finished. As previous message stated, this document is still in ver

[leaf-devel] obscure menu items

2016-03-31 Thread Erich Titl
common_functions +ls +vi mount_modules +exit +cd /etc/network +ls +ls -l +ifdown br0 For me this is completely useless, it just shows the shell history. Then I tried d) again agonizing slowness, no progress bar nothing *** /etc/modprobe.d is NEW empty directory --- distribution/etc/default/hostapd

RE: [Leaf-devel] phpWebSite Vote

2001-03-13 Thread Steven Peck
> > Everyone, > phpWebSite v0.7.6 was just released. > http://phpwebsite.appstate.edu/article.php?sid=35&mode=threade d&order=0 -- Mike Noyes <[EMAIL PROTECTED]> http://leaf.sourceforge.net/ That is one seriously different themed website. In the midst of all

[Leaf-devel] DCD & /etc/init.d/netstd_misc ???

2002-03-07 Thread Michael D. Schleif
Why does this file exist? It does nothing and wastes space . . . What do you think? -- Best Regards, mds mds resource 888.250.3987 Dare to fix things before they break . . . Our capacity for understanding is inversely proportional to how much we think we know. The more I know, the more I

[Leaf-devel] Identifying the top requirements for Embedded Linux systems

2002-03-10 Thread Michael D. Schleif
Some may find this article interesting: -- Best Regards, mds mds resource 888.250.3987 Dare to fix things before they break . . . Our capacity for understanding is inversely proportional to how much we think we know. The mor

[leaf-devel] Bering-uClibc: qmail ???

2005-03-17 Thread Michael D Schleif
I am very surprised that I cannot find qmail for Bering-uClibc. What am I missing? Can somebody, please, make a Bering-uClibc qmail.lrp ??? TIA -- Best Regards, mds mds resource 877.596.8237 - Dare to fix things before they break . . . - Our capacity for understanding is inversely proportiona

  1   2   3   4   5   6   7   >