Re: [leaf-devel] New Perl-based Compiler

2007-03-20 Thread Natanael Copa
wishing to play with it can do so as follows: a) Install Shorewall 3.4.1. b) Get a copy of the trunk/New SVN files. c) Make a copy of your /etc/shorewall directory. d) Modify the shorewall.conf file in the copied directory as follows: 1- Add 'EXPERIMENTAL=3DYes' 2- Modify

[leaf-devel] TCRules in Bering-uClibc 3.0

2007-04-27 Thread Sune Graves Krohn
in the TCRules file. If I just add 2 0.0.0.0/0 0.0.0.0/0 all 21 in TCClasses then I get the error : iptables v1.3.5: Unknown arg `--dport' Try `iptables -h' or 'iptables --help' for more information. ERROR: Command /sbin/iptables -t mangle -A tcpre -s 0.0.0.0/0 -d 0.0.0.0/0 --dport 21 -j MARK --set

Re: [leaf-devel] TCRules in Bering-uClibc 3.0

2007-04-27 Thread Tom Eastep
0.0.0.0/0 -d 0.0.0.0/0 --dport 21 -j MARK --set-mark 2 Failed Processing /etc/shorewall/stop ... You cannot specify a port number with protocol = 'all'; the protocol must be either 'tcp' or 'udp' -Tom -- Tom Eastep\ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http

Re: [leaf-devel] xntp problem with busybox 1.8.2 (was dhcpcd still seems to malfunction in beta2a)

2008-01-07 Thread Erich Titl
run? Have you applied bb_prefer_ipv4.patch? I am running 1.8.2, the one that comes from cvs cat bb_prefer_ipv4.patch | patch -d busybox-1.8.2 -p1 patching file libbb/xconnect.c patching file networking/Config.in touch busybox-1.8.2/.source It looks like the patch was applied successfully. Erich

Re: [leaf-devel] xntp problem with busybox 1.8.2 (was dhcpcd still seems to malfunction in beta2a)

2008-01-07 Thread KP Kirchdoerfer
configurations except for initrd. Erich; which busybox version do run? Have you applied bb_prefer_ipv4.patch? I am running 1.8.2, the one that comes from cvs cat bb_prefer_ipv4.patch | patch -d busybox-1.8.2 -p1 patching file libbb/xconnect.c patching file networking/Config.in touch

Re: [leaf-devel] Patch for modalias for support different behaviors when 2 or more modules corresponds to one alias

2010-07-14 Thread Andrew
drivers haven't this values, but have class/subsystem - that are in the end. So they have shorter 'prefix'.than specialized drivers (because they have alias like pci:v*d*) - and won't be loaded if specialized driver is present

Re: [leaf-devel] Bering-uClibc4: shorewall startup error on boot - further details

2010-10-27 Thread KP Kirchdoerfer
: fakeroot ./buildimage.pl --image=Bering-uClibc-isolinux-std --relver=4.0alpha --verbose Then boot with qemu: qemu -cdrom image/Bering-uClibc-isolinux-std/Bering-uClibc_4.0alpha.iso -boot d I went a similar route, just installed libm, perl and shorewall with apkg from virtual cdrom

[leaf-devel] Bering-uClibc4: busybox ntpd works?

2010-11-11 Thread Andrew
Hi all. I tried to test bb ntpd how it works. Unfortunatelly, for me it can't set system time: # ntpd -d -n -p 10.255.0.2 ntpd: sent query to 10.255.0.2 ntpd: reply from 10.255.0.2: reach 0x01 offset -10.105435 delay 0.003906 status 0x24 strat 4 refid 0x0c00ff0a rootdelay 0.009506 ntpd: sent

Re: [leaf-devel] trying to get to BuC4

2010-11-14 Thread Mike Noyes
: cvs up -dP You can diff against various times in history (-D date) also. I'd like to see more use of tags (-r tag). It makes diff of source changes easier. -- Mike Noyes mhnoyes at users.sourceforge.net http://sourceforge.net/users/mhnoyes/ SF.net Projects: leaf, sourceforge/sitedocs

Re: [leaf-devel] Howto Create Bering4 diskimage for emulator use

2010-11-30 Thread Mike Noyes
On Tue, 2010-11-30 at 08:55 +0100, Per Sjoholm wrote: -snip- Tried several ways of creating a partition with no . Linux host does not recognize a filesystem. I also tried making a disk.img with qemu-img and from qemu -cdrom sysrecover.iso -hda disk.img -boot order=d fdisk /dev/sda

Re: [leaf-devel] Next branch: improvements

2012-04-11 Thread Yves Blusseau
initrds: Does Grub support them too? Yes. Could you refer me to the docs? http://en.gentoo-wiki.com/wiki/Initramfs#Multiple_initramfs Hi all, as a contributor of grub i can respond to the question :D First of all, grub (aka grub legacy) is no longer maintained since several years. It's better

Re: [leaf-devel] BuC 4.3 interface naming

2012-10-07 Thread Yves Blusseau
inserting in the past does not make sense. Like as said in my previous reply: The problem is that we don't maintain minor version of a bering-uClibc series: 4.2, 4.3, etc… So for you problem you are invite to upgrade to 4.3.1 to have the new functionality :D This brings me to one question, how

Re: [leaf-devel] BuC 4.3 interface naming

2012-10-08 Thread Erich Titl
to 4.3.1 to have the new functionality :D Do we need to _maintain_ them or is GIT just the tool to do it. Very definitely GIT allows rewinding to a certain tag and also allows working on that rewound version. If I understand the concept of GIT, then it also allows merging the modified code

Re: [leaf-devel] x86_64 toolchain

2012-10-17 Thread Yves Blusseau
in make/toolchain/x86_64-unknown-linux-uclibc.mk: |export GCC_PURE64=yes| and in repo/toolchain/buildtool.mk |$(GCC_DIR)/.source: $(BT_SETUP_BUILDDIR) $(GCC_SOURCE) test x$(GCC_PURE64) = xyes cat $(GCC_PURE64_PATCH) | patch -p1 -d $(GCC_DIR) touch $(GCC_DIR)/.source | What do you

Re: [leaf-devel] x86_64 toolchain

2012-10-17 Thread Andrew
-d $(GCC_DIR) touch $(GCC_DIR)/.source | What do you think about this ? Yves I think that this patch will not break anything for 32bit toolchain. -- Everyone hates slow websites. So do we. Make your web apps

Re: [leaf-devel] x86_64 toolchain

2012-10-17 Thread Yves Blusseau
need to understand how it can works :D. I don't see any gcc/config/config.h. Can you give me some tips to understand how it's works andrew ? Regards, Yves -- Everyone hates slow websites. So do we. Make your web apps

[leaf-devel] Toolchain build not successful

2013-10-14 Thread Erich Titl
Hi Folks I am still trying to build the tookchain, rebuilt tar and find :-( but now I am running into this xzcat patch-3.4.63.xz | patch -p1 -s -d /data/leaf/devel/leaf.new/bering-uclibc/source/i486-unknown-linux-uclibc/linux/ this leads to approximately 2 lines of mostly invalid patches

Re: [leaf-devel] Toolchain build not successful

2013-10-14 Thread KP Kirchdörfer
Am Montag, 14. Oktober 2013, 15:06:09 schrieb Erich Titl: Hi Folks I am still trying to build the tookchain, rebuilt tar and find :-( but now I am running into this xzcat patch-3.4.63.xz | patch -p1 -s -d /data/leaf/devel/leaf.new/bering-uclibc/source/i486-unknown-linux-uclibc/lin ux

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

2014-01-06 Thread Erich Titl
Hi Yves on 06.01.2014 10:34, Yves Blusseau wrote: Hi kp, no « renaming » branch is not the right thing to do. Also removing integration branches on the repository is not a good idea :D It seems there a problem has my local maint branch is now not « attach » to a remote maint branch (do

Re: [leaf-devel] Elvis package

2014-07-10 Thread Yves Blusseau
memory may have lapses. Try vim package (if you have memory to handle the package size) and you will have all you want :D Regards, Yves -- Open source business process management suite built on Java and Eclipse Turn processes

Re: [leaf-devel] apkg and configdb.lrp, symlinks and empty directories

2014-10-15 Thread cpu memhd
/$a) ] ; then + s_syms=$s_syms$a$NL +fi + elif [ -d $a ] ; then +# Only add empty directories, non-empty dirs are always backed up +if ! [ $(ls -A $a) ] ; then + s_dirs=$s_dirs$a$NL +fi

Re: [leaf-devel] apkg and configdb.lrp, symlinks and empty directories (readlink required)

2014-10-15 Thread cpu memhd
or if it changed +if ! tar xzf $STORAGE_MEDIA/$pkg.lrp -C $tmpdir $a 2/dev/null || \ + [ $(readlink $a) != $(readlink $tmpdir/$a) ] ; then + s_syms=$s_syms$a$NL +fi + elif [ -d $a ] ; then +# Only add empty

Re: [leaf-devel] apkg - upgrade() -u vs -f

2014-10-19 Thread Andrew
19.10.2014 10:13, cpu memhd пишет: Hello, Can someone explain when and how this function is used? I'm having troubles understanding this part: # remove local files that have not changed from # the installed version of this package rm -f $(cat $PKGDIR/$pkg.sha1 | sed '/ -/d

Re: [leaf-devel] Wifi 802ac card

2015-01-04 Thread Mike Noyes
BcerjbF2yfU8u2kuIDeTrFmJjWGjZATaKey/CdRc2zGC+fPAHfXePr4cKgPR7V/D 6r19Jsp0DX2GDjShMb3pFhCIEjD9qGw8EyLbe9zRyz3JuGKa17tdtBqOFzmAuDdL ofySZ9IXOdVuGo9ImsC6ymsxcj7nheWWt5+YnPsZoYusI+T0O4Nf8N1FISlSEDuH edsaEDC1+qCZkn7kP5zrgSIRW+eU0nSwm1yqD1P9d7Wd5rqZKBiZp+dEUaXb3Hlb pLDjb+cQATcFNQdJ2iE

Re: [leaf-devel] ipt-ratelimit fails to build

2015-10-17 Thread Andrew
sr/include - > I/opt/buildtool-maint/build/i486-unknown-linux-uclibc/iptables/usr/include - > shared -o libxt_ratelimit.so libxt_ratelimit_sh.o > install -D libxt_ratelimit.so /libxt_ratelimit.so > install: file /libxt_ratelimit.so" cannot be created No Permisson > make[1]: *** [lin

Re: [leaf-devel] ipt-ratelimit fails to build

2015-10-17 Thread kp kirchdoerfer
libxt_ratelimit_sh.o install -D libxt_ratelimit.so /libxt_ratelimit.so install: file /libxt_ratelimit.so" cannot be created No Permisson make[1]: *** [linstall] Error 1 The install target (/) is wrong. kp Am Mittwoch, 14. Oktober 2015, 21:56:24 schrieb Andrew: > Hi. > > Hm, strange. Ok,

Re: [leaf-devel] 5.2-trunk seems to be unstable.

2015-07-07 Thread kp kirchdoerfer
upgrade feature. Or is this bound to sqfs support? In that case I#d like to have a clan package repository and guidelines how to work this repository. We have discussed this before, but AFAIK it ended up that you make a proposal for a recipe (cut'n'pasteable if possible :)). kp

Re: [leaf-devel] [config] Webconfig wish list

2003-01-31 Thread Eric Wolzak
of ways that the router-in-a-box products from Linksys, D-Link, Netgear and others do ... not to make management *possible*. Here I agree also, and this isn't yet realized with my weblet ;( untill now it is more editing like the commandline interface with the preventing typo's ( by replacing

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

2002-01-11 Thread Charles Steinkuehler
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 $* #then have it take effect with svi network reload. Maybe something that makes it a bit clearer the above (silent

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

2002-02-15 Thread David Douthitt
On 2/15/02 at 9:58 AM, Michael D. Schleif [EMAIL PROTECTED] wrote: David Douthitt wrote: On 2/14/02 at 4:36 PM, Michael D. Schleif [EMAIL PROTECTED] wrote: For example, /var/log is the standard residence of logfiles. Is it? Only in Linux apparently; my Unixware and HP-UX

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

2002-07-10 Thread Michael D. Schleif
Jeff Newmiller wrote: On Wed, 10 Jul 2002, Michael D. Schleif wrote: [ snip ] [1] Should I have separate trees for different underlying versions of net-snmp? For example, I committed net-snmp v4.2.4. I am contemplating building and committing both v4.2.5 and the totally different

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

2002-07-10 Thread Mike Noyes
On Wed, 2002-07-10 at 17:41, Michael D. Schleif wrote: Mike Noyes wrote: On Wed, 2002-07-10 at 15:16, Michael D. Schleif wrote: CVS retains all previous versions of a file in the repository. You can specify a specific version for retrieval. Example: http://cvs.sourceforge.net

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

2002-07-16 Thread Michael D. Schleif
, Michael D. Schleif wrote: No matter how hard I try, I cannot commit a directory structure to cvs. I get lock failures, even when I try to commit them one directory at a time. Clearly, there is some approved process for doing this and I do not know what that is. Michael, I looked

[leaf-devel] Bering uClibc with Kernel 2.6

2008-03-01 Thread Martin Hejl
everybody else: cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/leaf login cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/leaf \ co src/The_UnNamed_One Things to do first after checkout: in src/bering-uclibc/buildtool/make/MasterInclude.mk : HOSTCC should pointing to a gcc 3.x compiler. The buildenv

Re: [leaf-devel] Bering-uClibc4: Kernel Module Comparison with Bering-uClibc3

2010-09-30 Thread KP Kirchdoerfer
/buildtool/source/linux/linux-2.4.34.6/.config \ | grep = | sort | cut -d'=' -f1 buc3.txt $ cat src/bering-uclibc4/buildtool/source/linux/linux-2.6.35.2/.config \ | grep is not set | sort | cut -d' ' -f2 buc4.txt $ join buc3.txt buc4.txt davidMbrooke

Re: [leaf-devel] Howto Create Bering4 diskimage for emulator use

2010-11-29 Thread davidMbrooke
disk; bootable; not lba parted -s /dev/loop0 mkpart primary fat32 1s -1s parted -s /dev/loop0 set 1 boot on parted -s /dev/loop0 set 1 lba off Disconnect the whole-disk image as a loopback device losetup -d /dev/loop0 Now connect the *partition* image as a loopback device losetup

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

2014-01-06 Thread Yves Blusseau
to master (so the maint branch will be at the current master position). 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 checkout master git branch -d maint-4.x git push origin :maint-4.x Now you can follow

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

2014-01-06 Thread KP Kirchdörfer
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 checkout master git branch -d maint-4.x git push origin :maint-4.x Really? master is at 5.0. What I'm looking for is to have move back maint-4.x

Re: [Leaf-devel] Home Page entry

2000-11-23 Thread Pedro Barreto
it looks like, simple and elastic enough for everybody to help and contribute. comments please! btw, if you use or want to abuse an iis server, read the advisor :D pedro At 07:55 22-11-2000 -0800, Mike Noyes wrote: At 10:13 AM 11/22/00 -0500, Rick Onanian [EMAIL PROTECTED] wrote: Mike Noyes wrote

RE: [Leaf-devel] rinetd - a TCP port redirector

2001-01-22 Thread PBarreto
port redirector: High Performance Holes through Firewalls for Internal Servers It was probably quite useful with Linux 2.0, but not with Linux 2.2 with ipmasqadm: # ipmasqadm portfw -h Usage: portfw -a -P PROTO -L LADDR LPORT -R RADDR RPORT [-p PREF] add entry portfw -d -P

Re: [Leaf-devel] Packaging

2001-04-05 Thread David Douthitt
for _anything_ not even bzip2'd tar files. Right. And nobody will be able to decipher them on other platforms either. I don't know about Debian packages, but RPMs are very nice for a full system, work fast, upgrade well, have dependency checking. and also a huge database, lots of CPU

Re: [Leaf-devel] Packaging

2001-04-07 Thread David Douthitt
not even bzip2'd tar files. Right. And nobody will be able to decipher them on other platforms either. Why? There's no bunzip2 for other systems? No - same thing as above - excepting the fact that bunzip2 support is much rarer than tar/gzip support. To repeat: there isn't an OS

Re: [Leaf-devel] gatping with debugging symbols

2001-10-31 Thread Matt Schalit
*)(odd_byte) = *(u_char *)p; 312 send_ping (s=5, h=0x804a958) at gatping.c:179 179 printf ( Problem with ping - returned %d\n,n ) ; 182 185 Program received signal SIGSEGV, Segmentation fault. 0x17f0c4 in () Single stepping until exit from function __libc_free, which has

[Leaf-devel] netmeeting.o module

2001-11-09 Thread Scott C. Best
-user] netmeeting I am using the following script on Eigerstien2 after starting module netmeeting.o #!/bin/sh IPMASQADM=/usr/sbin/ipmasqadm EXTERN_IP=`ip addr list label ppp0 | grep inet | sed '1!d'| sed 's/^[^.0-9]*\([.0-9]*\).*$/\1/'` echo Extern IP: $EXTERN_IP $IPMASQADM

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

2001-11-17 Thread Michael D. Schleif
Charles Steinkuehler wrote: As always, this is truly superb stuff! Bravo, Charles !!! Couple questions, even though these items appeared in RC5: [1] What is the purpose of the ``leaf'' user? It was in Jacques' example passwd file...I added it mainly as a 'stub' entry for

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

2001-10-11 Thread Michael D. Schleif
Charles == Just a note: If you are going to use bootdisk.bin instead of bootdisk.ima, please, replace all references to bootdisk.ima in README.TXT };Þ Charles Steinkuehler wrote: I have released a preliminary version of Dachstein-CD. Based on Dachstein, LRP-CD, and extensive modifications

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

2001-10-11 Thread Michael D. Schleif
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 ; ``Searching for Boot Record from Floppy..OK SYSLINUX 1.62 . . . . . . splash screen . . . Loading root.lrp Boot failed: please change

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

2002-01-22 Thread Michael D. Schleif
Charles Steinkuehler wrote: For instance, just because your /var/cache maybe full, do you want to arbitrarily purge /var/log files? Not for an instant do I suggest that such complexity is insurmountable; rather, it should be clear that this is far more involved and requires a new

[Leaf-devel] Re: [Leaf-user] How to search for LRP packages ???

2002-01-31 Thread Mike Noyes
At 2002-01-30 16:51 -0600, Michael D. Schleif wrote: What am I missing? http://leaf.sourceforge.net/ Let's say, I want to find zebra.lrp -- how do I do that? The search facility returns: `No matches found to your query' for both announcements and pages. If I goto Main Menu | Packages

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

2002-02-19 Thread David Douthitt
, grep, egrep, sed...) Also, the way you've got it there, you are looking for anything that starts with: Content-Type: ...followed by any characters, then followed by one of the characters NOT in the set of: ( a e i d g l n p ) | If you are using a compatable egrep, you want: egrep Content-Type

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

2002-03-01 Thread Michael D. Schleif
Charles Steinkuehler wrote: It sounds almost like you want a minimal set of enumerated binaries and functions, and then Oxygen would add set X and Dachstein would add set Y. Nope. No. Nein. Niet. Non. :-) There is NO baseline. There is one standard: the formation of a package.

Re: [Leaf-devel] OpenSSH security

2002-07-02 Thread Jacques Nilo
Le Mardi 2 Juillet 2002 18:20, Nathan Angelacos a écrit : On 1 Jul 2002 at 22:38, Greg Morgan wrote: I believe you need to correct your web site. It says that you changed the location of ssh_config in the packages. I believe there are two configuration files with one character different, a d

RE: [Leaf-devel] OpenSSH security

2002-07-05 Thread Nathan Angelacos
variables at the top of the script are changed, it will use those (perhaps nogroup, as Michael D. Schleif suggested) * Use a different UID, if desired for some reason * Add the sshd user only if it does not already exist * Add the sshd user with a different UID if the requested UID is already

[Leaf-devel] CVS structure ???

2002-07-10 Thread Michael D. Schleif
Mike and I were discussing cvs off-list. Since much of this is un-structured now, perhaps, we can impose some user-friendly and consistent form on our cvs tree. I am starting to realize that, perhaps, I should take a directory based approach to helices' cvs tree. I have not settled on any

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

2002-07-10 Thread guitarlynn
On Wednesday 10 July 2002 19:41, Michael D. Schleif wrote: Yes, these are our (leaf) _cvs_ versions. However, how can a user select net-snmp v4.2.4 when my net-snmp version is 1.1? Well, the editor session that pops up during a commit can be avoided with the -m text switch added

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

2002-07-11 Thread Manfred Schuler
with cvs and from the man pages I could not determine if line 6 removes only the last version or all versions of scriptb. If it removes all versions you get the problem with version 0.9. I would use this sequence cvs -q tag R_1_0 cvs -f ci -m file renamed to scriptc scriptb cvs -q tag -d MAIN scriptb

Re: [Leaf-devel] Location for scripts during startup

2002-07-11 Thread guitarlynn
should be handled by the init scripts (/etc/init.d /etc/rc?.d/), but a lot of the site content should probably be generated on the fly...this shouldn't be too CPU intensive if a proper directory structure for weblet add-on packages is created. There is a project in progress to do this already

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

2002-07-17 Thread Michael D. Schleif
David Douthitt wrote: [ snip ] My model has been the following: archives/ somearchive.tar.gz otherarchive.bz2 ... iproute2/ distinfo Makefile patches/ somepatchname.diff somepatchname2.diff ... work/

Re: [Leaf-devel] Help - mail

2002-09-09 Thread inaye_olivetto
of mail to a file containing a message), the mail command will wait for you to type your message at the console. Send an End-Of-File (ctrl-D) when you're done typing the message. Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) Charles

Re: [leaf-devel] ML volume

2003-02-09 Thread Charles Steinkuehler
) c) Web support (SF forums for each LEAF release/branch) (note: we already use SF support trackers) d) New LEAF release/branch specific MLs. leaf-bering leaf-dachstein leaf-lince leaf-oxygen leaf-packetfilter leaf-wisp-dist Any

Re: [leaf-devel] Who starts pppd?

2003-05-29 Thread Paul G Rogers
it to through the weblet. /etc/ppp/no_ppp_on_boot is still named that. I edited /etc/init.d/ppp to remove 2,S20 fromthe RCDLINKS line, and S20pppd isn't in /etc/rc2.d, but still pppd starts at boot. It still claims to be booting into run level2. Who done it? Your ppp interface is probably

Re: [leaf-devel] Bering CIPE package

2003-06-24 Thread eric wolzak
1.0rc3) * LRP package: - d/l ciped-1.lrp from http://leaf.sourceforge.net/devel/sminola/files/packages/ - overwrite module from woody (cuz gcc2.95...) - overwrite binary from slink (cuz glibc 2.0...) - amazingly, the two work happily together I now have the resulting package up and working

RE: [leaf-devel] wisp-dist build environment

2003-12-15 Thread Gerry Weaver
the latest uClibc distro? 4. There are 3 busybox directories (***-boot, ***-dyn, ***-min). Do I need to build all of these? 5. I'm trying to understand the proper sequence for building an image. a) build kernel b) build modules c) populate modules d) build user-progs e) mount-wcpe f) prepare-image g

Re: [--ot] [leaf-devel] leaf-tools overview (cdb, trig, tmpl)

2004-07-06 Thread Lynn Avants
afficionados but will enhance the chance to use different interpreters. No idea how much work it would take to get up to level alone with busybox ash, let alone with another interpreter. David D rewrote Oxygen from the ground up in his last release to use BB-ash. The problem we basically face

Re: [--ot] [leaf-devel] ash/dash

2004-07-07 Thread K.-P. Kirchdörfer
frequently. This may sound like heresy in the ears of shell afficionados but will enhance the chance to use different interpreters. No idea how much work it would take to get up to level alone with busybox ash, let alone with another interpreter. David D rewrote Oxygen from the ground up

[leaf-devel] Re: Asunto: Re: [leaf-user] Leaf website

2004-12-30 Thread Mike Noyes
On Thu, 2004-12-30 at 09:02, Charles Steinkuehler wrote: Mike Noyes wrote: On Thu, 2004-12-30 at 05:53, Sergio D. Morilla wrote: There was a .PDF version of the documentation. http://leaf.sourceforge.net/doc/guide/leaf-guide-collection.pdf It is unavailable. Sergio, Yes. I

Re: bering-uclibc and cvs usage [was: Re: [leaf-devel] Re: CVS problem]

2006-04-13 Thread Charles Steinkuehler
] -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.0 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEPsaILywbqEHdNFwRAhdvAKCqLElKeeaC/Hs9e4+HYOMiSXv57ACg+Mt+ EVlCG3PxvqUhYJDYyNsHrIE= =Rl/d -END PGP SIGNATURE

Re: [leaf-devel] webconf backup packages

2006-08-25 Thread Eric Spakman
Bering uClibc is the only one being updated at this point, the above statement should only affect Bering uClibc installations.) lrcfg.back.cgi makes a backup of the configdb and moddb; rather than go through the multiple layers of cruft in lrcfg.back.script, it uses apkg -o and apkg -d directly

Re: [leaf-devel] webconf backup packages

2006-08-26 Thread KP Kirchdoerfer
layers of cruft in lrcfg.back.script, it uses apkg -o and apkg -d directly. Yes, that's a much better choice. Compared to the previous version of the lrcfg.back.script a lot of the layers of cruft where already removed (and only some verbosity levels with backup are kept), but for webconf it's

Re: [leaf-devel] latest cvs checkout does not compile

2006-08-28 Thread Eric Spakman
mkdir html jade -t sgml -d ./website.dsl\#html ./manual.sgml jade:./manual.sgml:1:55:W: cannot generate system identifier for public text -//OASIS//DTD DocBook V4.2//EN jade:./manual.sgml:10:0:E: reference to entity BOOK for which no system identifier could be generated jade:./manual.sgml:1:0

[leaf-devel] dynamic modules building idea

2006-09-07 Thread Paul Traina
of my modules and keep them in exact sync with the kernel. The code I kinda cobbled together in realtime did something like this. This is just for an example, it is not productized or tested... # generate a list of module names modules=`sed -e 's/#.*//' -e 's/[^tab ].*//' -e '/^[tab ]*$/d' /etc

[leaf-devel] dynamic generation of dropbear keys if not present

2006-09-07 Thread Paul Traina
if [ -n $DB_DSSFILE ]; then DB_OPTIONS=$DB_OPTIONS -d $DB_DSSFILE + test -f $DB_DSSFILE || dropbearkey -t dss $DB_DSSFILE fi if [ -n $DB_BANNER ]; then - Using Tomcat but need to do more? Need to support web

Re: [leaf-devel] dynamic generation of dropbear keys if not present

2006-09-08 Thread Eric Spakman
-t rsa $DB_RSAFILE fi if [ -n $DB_DSSFILE ]; then DB_OPTIONS=$DB_OPTIONS -d $DB_DSSFILE + test -f $DB_DSSFILE || dropbearkey -t dss $DB_DSSFILE fi if [ -n $DB_BANNER ]; then - Using Tomcat but need to do

Re: [leaf-devel] [Shorewall-devel] Future of Shorewall

2007-02-25 Thread Nathan Angelacos
that forked iptables-restore[1] once and then used a lua parser to send all the data to that one process instead of forking iptables 1000's of times. The C code would be minimal, just enough to instantiate a Lua VM. D) Shorewall is YOUR fun project... so none of the above need apply. ;-) [1

[leaf-devel] New Perl-based Compiler

2007-03-20 Thread Tom Eastep
a copy of your /etc/shorewall directory. d) Modify the shorewall.conf file in the copied directory as follows: 1- Add 'EXPERIMENTAL=Yes' 2- Modify CONFIG_PATH to include the directory where you placed the trunk/New files. You can now use the copied directory

Re: [leaf-devel] eql_enslave r1000 module

2007-08-12 Thread Martin Hejl
simple, as long as you stay away from CVS import. You may skip the first step if you already have a checkout that contains src/bering-uclibc/contrib - just make sure you run cvs update -d to make sure it's fully up to date. For binaries (modules or lrp files), the approach is the same, just

Re: [leaf-devel] Bering-uClibc4: User Documentation: Suggestions for Improvements ?

2010-09-26 Thread davidMbrooke
: /home/leaf/src/bering-uclibc4/buildtool/staging/bin/gcc-m32 -D_GNU_SOURCE -Os -march=i686 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\/usr/lib/\ -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o m_ematch.o m_ematch.c bison -d -t -v -o emp_ematch.yacc.c emp_ematch.y make[2

Re: [leaf-devel] Support for multiple kernel subarchs

2010-11-01 Thread Andrew
modules for that arch. Userlevel software isn't dependent against kernel configuration IMHO. d) Do those packages have be provided for each arch or just the modules they generate? Just modules. Ok; let's see how this works in the first step. Improvements of the build process can be done later

Re: [leaf-devel] Support for multiple kernel subarchs

2010-11-01 Thread KP Kirchdoerfer
:) c) all kernel related needs to be recompiled? After adding new arch - only packages that provide kernel modules must be recompiled, to make modules for that arch. Userlevel software isn't dependent against kernel configuration IMHO. d) Do those packages have be provided for each

Re: [leaf-devel] Bering-uClibc4: module options for auto-loading

2010-11-10 Thread KP Kirchdoerfer
version, but then it helps the users. I also believe that the decision of busybox developers to use /etc /modules instead /etc/modules.d or /etc/modprobe.d is not the best one they had made. Usually additional config files are stored in directories, which are signalled to the user as with *.d

Re: [leaf-devel] Howto Create Bering4 diskimage for emulator use

2010-11-30 Thread Martin Hejl
Hi Per, Booted OK but stuck on /dev/sda1 does not exist as no partition exist. Tried several ways of creating a partition with no . Linux host does not recognize a filesystem. I also tried making a disk.img with qemu-img and from qemu -cdrom sysrecover.iso -hda disk.img -boot order=d

Re: [leaf-devel] Open Source License(s) for LEAF, Bering-uClibc, Wiki etc.

2011-05-15 Thread KP Kirchdoerfer
than then sorry. KP David, We've discussed documentation licensing in the past too. I think most of our current documentation was released into the public domain. http://www.mail-archive.com/search?l=leaf-devel%40lists.sourceforge.netq=d ocumentation+license Phew; you'll show a good memory

[leaf-devel] Fwd: Re: Screen captures

2011-11-14 Thread Charles Steinkuehler
it is that they\'re looking at. I\'d be glad to do this myself, if you like, or I can send the png files to you. Thanks. --Rich rbo...@geek.net -- This message has been sent to you, a registered SourceForge.net user, by another site user, through the SourceForge.net site. This message has been

Re: [leaf-devel] saving modules broken?

2012-04-27 Thread Andrew
in initrd*.lrp, to avoid saving files from initrd) buildpacket.pl then creates a file /var/lib/lrpkg/moddb-*.modules while packaging moddb-*.lrp. apkg -d searches /var/lib/lrpkg for *.modules to add it's content to the exclude-list before saving moddb. Andrew, have you added Type\t\t= module

Re: [leaf-devel] x86_64 toolchain

2012-10-17 Thread Andrew
-linux-uclibc-gcc -m32 -print-multi-lib . But i need to understand how it can works :D. I don't see any gcc/config/config.h. Can you give me some tips to understand how it's works andrew ? Regards, Yves Look at the staging/arch/toolchain/gcc-4.6.3/gcc/config/config.h - here it is. It's

Re: [leaf-devel] Fwd: [leaf:bering-uclibc] [2bdcfd] - Jorge Contreras: Backup symlinks, empty dirs and other improvements

2014-10-31 Thread cpu memhd
it was possible to end up with a partially upgraded package because of a lost ssh session, or if you messed up while merging there was no ability to back out. d) rundiff() now reflects symlink and empty dir changes. -jorge - Original Message - From: Erich Titl erich.t...@think.ch To: leaf-devel

Re: [leaf-devel] Fwd: [leaf:bering-uclibc] [2bdcfd] - Jorge Contreras: Backup symlinks, empty dirs and other improvements

2014-11-01 Thread Erich Titl
static. I would like a process where we would publish all packages along with the kernel images and initrd ( one version including initmod ) for each arch for at least the most recent version. That way an existing installation could be tailor made upgraded without hasssle (hopefully) d) rundiff

Re: [leaf-devel] Fwd: [leaf:bering-uclibc] [2bdcfd] - Jorge Contreras: Backup symlinks, empty dirs and other improvements

2014-11-01 Thread cpu memhd
made upgraded without hasssle (hopefully) d) rundiff() now reflects symlink and empty dir changes. -jorge Thanks for the details, does anything change for the user except for the empty directory stuff? cheers Erich

Re: [leaf-devel] how to shrink a repository

2015-03-22 Thread Erich Titl
Hi Yves Am 18.03.2015 um 14:32 schrieb Yves Blusseau: Le 14 mars 2015 à 20:12, kp kirchdoerfer kap...@users.sourceforge.net a écrit : Hi Yves; ... i have answer the question in the LEAF upgrade thread :D. The best for me, (and it is what i use at work) is to use my git-store

Re: [leaf-devel] how to shrink a repository

2015-03-18 Thread Yves Blusseau
a better idea how to work with packages... Which leads to the second question - how can we provide a repository with latest/stable/versionx packages and avoid to have it grow that much? thx kp Hi KP, i have answer the question in the LEAF upgrade thread :D. The best for me, (and it is what i use

Re: [leaf-devel] how to shrink a repository

2015-03-23 Thread Yves Blusseau
Le 23 mars 2015 à 01:11, Erich Titl erich.t...@think.ch a écrit : Hi Yves Am 18.03.2015 um 14:32 schrieb Yves Blusseau: Le 14 mars 2015 à 20:12, kp kirchdoerfer kap...@users.sourceforge.net a écrit : Hi Yves; ... i have answer the question in the LEAF upgrade thread :D

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

2015-10-15 Thread Erich Titl
available, because from AC and AC' we can calculate D and apply it to AC1 In my previous mail there was a typo in the condition above > > Pls test. > > So what upgrade can do is to copy the package to /mnt and run apkg -u > afterwards from /mnt. If there are changes, the user c

Re: [leaf-devel] What about removing moddb?

2016-03-31 Thread kp kirchdoerfer
:35:04 CET) multi-call binary. Usage: modprobe [-alrqvsDb] MODULE [SYMBOL=VALUE]... -a Load multiple MODULEs -l List (MODULE is a pattern) -r Remove MODULE (stacks) or do autoclean -q Quiet -v Verbose -s Log to syslog

Re: [leaf-devel] Howto Create Bering4 diskimage for emulator use

2010-11-29 Thread Per Sjoholm
Disconnect the whole-disk image as a loopback device losetup -d /dev/loop0 Now connect the *partition* image as a loopback device losetup -o 32256 /dev/loop0 disk.img Guess 1 partiton starts at 63 * 512(blksize) = 32256 For people with 4kb alined file system on a newer HD this may

Re: [Leaf-devel] gatping with debugging symbols

2001-10-31 Thread Ray Olszewski
the actual work, BTW */ n = sendto ( mysock , buffer, ping_pkt_size, 0, ( struct sockaddr * ) h-saddr, sizeof ( struct sockaddr_in ) ) ; if ( n 0 || n != ping_pkt_size ) printf ( Problem with ping - returned %d\n,n

Re: [Leaf-devel] Linux 2.4

2000-11-27 Thread Charles Steinkuehler
ve already). The problem is exactly where to draw the lines, and what to do if there get to be several versions of these scripts that do similar work. David D., for instance, has greatly modified these scripts for his Oxygen release. I don't know if I should try to fold my modifications int

Re: [Leaf-devel] Packaging

2001-04-06 Thread thc
makes it crash; I think a missing *.version file does too. lrpkg not being robust has nothing to do with .lrp package format. them .tbz? Nobody uses .tbz for _anything_ not even bzip2'd tar files. Right. And nobody will be able to decipher them on other platforms either. Why? There's

Re: [Leaf-devel] Ladybug design decisions

2001-02-13 Thread Jack Coates
that. The Ladybug philosophy so far seems to be if you have to ask yourself whether you need this file, you probably don't. :-) Ahhh Well, then such a sysvinit.lrp would probably include: /etc/rc /etc/rcS /etc/rc*.d /usr/sbin/update-rc.d /etc/init.d ...and a few more. Of course

[Leaf-devel] Eigerstein?BETA pre-release

2001-05-20 Thread Ewald Wasscher
to a full version 4.2 - upgraded dnscache to version 1.05 - upgraded dhcpd dhclient to version 2.0pl5 - the following binaries were removed: ctar, dnsdomainname (use hostname -d instead),/lib/libnss_db* (these were unused) - replaced the following commands with their busybox counterpart: hostname

Re: [Leaf-devel] Eigerstein?BETA pre-release

2001-05-21 Thread Kenneth Hadley
, dnsdomainname (use hostname -d instead),/lib/libnss_db* (these were unused) - replaced the following commands with their busybox counterpart: hostname,ping,ps,stty,killall,logger,rdate,watchdog,insmod,rmmod - replaced /sbin/getty with tinylogin getty - the following binaries were

<    1   2   3   4   5   6   >