[leaf-devel] ncurses package

2013-10-23 Thread Erich Titl
Hi folks I am making slow progress in compiling 5.x but ran into a possible bug tic hangs at compiling the terminfo database, alledgedly a known problem when the curses versions of the build host and the curses library differ. Avoiding extended functions in ncurses fixes the problem, because

[leaf-devel] toolchain

2013-11-08 Thread Erich Titl
Hi I am still in the process to compile 5.x. Most of the dependencies are solved but there are a few things that just don't fit. I am trying to link knockd (just one of the packages that don't pass) and I am getting make[1]: Entering directory

Re: [leaf-devel] toolchain

2013-11-08 Thread Erich Titl
Hi Andrew on 08.11.2013 22:05, Andrew wrote: Hi. Try to add 'export LDFLAGS=$(LDFLAGS) $(EXTCCLDFLAGS)' to makefile. For some reasons, ld doesnt try to search for dynamic dependencies in the dirs specified by -L flag. Indeed this is what it looks like. I overwrote the LDFLAGS passed to

[leaf-devel] Toolchain missing libm.so.6

2013-11-12 Thread Erich Titl
Hi folks trying to get my toolchain in order :-) I am trying to compile libpcap, but already configure detects a missing library configure:8978: i486-unknown-linux-uclibc-gcc -o conftest -O2 -march=i486 -mtune=pentiumpro

Re: [leaf-devel] Toolchain missing libm.so.6

2013-11-14 Thread Erich Titl
Hi KP on 13.11.2013 18:24, KP Kirchdörfer wrote: Hi Erich; sorry no hints - but whatever happens with your toolchain it seems wrong. There is no need for libm.so.6 as far as I can see. I started from scratch, left the build process running while away, just to see keepalived failing

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] start with branch renaming/moving

2014-01-06 Thread Erich Titl
Hi Yves on 06.01.2014 13:00, Yves Blusseau wrote: Le 6 janv. 2014 à 11:07, Erich Titl erich.t...@think.ch a écrit : Hi Yves Hi Erich All this sounds fine for the central repository, would you mind to elaborate this for the distributed (workspace) repositories? What is the canonical

[leaf-devel] wpa-supplicant on bering 5.01

2014-02-11 Thread Erich Titl
Hi Folks it looks like wpa-supplicant is out of date on 5.01 (possibly later too) I have successfully built the latest wpasupplicant on my (slightly invalid) buildenv and would like to contribute it. Questions - How can I find out where I stand relative to the repo? Do I need to know at all?

Re: [leaf-devel] atheros driver channels bering 5.01

2014-02-11 Thread Erich Titl
Hi KP on 11.02.2014 17:45, KP Kirchdörfer wrote: Hi Erich; Am Dienstag, 11. Februar 2014, 14:09:34 schrieb Erich Titl: Hi I have successfully loaded the driver for my atheros card, but it appears there are a few glitches in the reulatory domain field. Some of you may remember the thread

Re: [leaf-devel] wpa-supplicant on bering 5.01

2014-02-11 Thread Erich Titl
Hi Yves on 11.02.2014 19:41, Yves Blusseau wrote: ... Hi Erich, you can stash your changes. After that fetch the branch master from the repo and rebase your work on it: git stash git pull git stash pop Did that, now tons of conflicts arose, at least it did not abort. git status

Re: [leaf-devel] wpa-supplicant on bering 5.01

2014-02-12 Thread Erich Titl
HI Yves on 12.02.2014 09:41, Yves Blusseau wrote: Le 11 févr. 2014 à 21:24, Erich Titl erich.t...@think.ch a écrit : Sorry to be such a noob Don ’t know how you have so much conflict. Check if you have the stash save (if conflicts the stash must not be drop). Check with git stash

Re: [leaf-devel] wpa-supplicant on bering 5.01

2014-02-12 Thread Erich Titl
Hi Yves on 12.02.2014 09:41, Yves Blusseau wrote: Le 11 févr. 2014 à 21:24, Erich Titl erich.t...@think.ch a écrit : ... Don ’t know how you have so much conflict. I _believe_ I know the reason. For some unfathomable reason the root directory of the whole tree has changed from bering

Re: [leaf-devel] wpa-supplicant on bering 5.01

2014-02-12 Thread Erich Titl
Hi Yves on 12.02.2014 12:39, Yves Blusseau wrote: ... The name of the working directory is not important. Well this is the first directory level underneath the work directory. It appears to be managed by git, so how is it mapped? Thanks Erich smime.p7s Description: S/MIME

Re: [leaf-devel] wpa-supplicant on bering 5.01

2014-02-12 Thread Erich Titl
HI Yves on 12.02.2014 12:34, Yves Blusseau wrote: Le 12 févr. 2014 à 10:02, Erich Titl erich.t...@think.ch a écrit : Looking at the files I see that my changes have disappered, rather unfortunate, but not that bad. I still remember what I did. I was of the opinion this should never happen

Re: [leaf-devel] git repository (was wpa-supplicant on bering 5.01)

2014-02-12 Thread Erich Titl
Hi Folks It may be painful for you but I am struggling to understand what happened to my repository software decay? mega@luna:~/leaf/devel/leaf.new/bering-uclibc/repo/shorewall git pull Password: Already up-to-date. mega@luna:~/leaf/devel/leaf.new/bering-uclibc git branch

[leaf-devel] git repository root

2014-02-12 Thread Erich Titl
Hi Yves on 12.02.2014 14:09, Erich Titl wrote: Hi Yves on 12.02.2014 12:39, Yves Blusseau wrote: ... The name of the working directory is not important. Well this is the first directory level underneath the work directory. It appears to be managed by git, so how is it mapped

[leaf-devel] accel-ppp broken

2014-02-12 Thread Erich Titl
Hi Folks As suggessted I have started a parallel installation of buildtool until the quirks of my repository can be sorted out. I thus installed a recent ubuntu distro in a virtual machine and built the toolchain. Now I am running into a problem when building accel-ppp source/package: accel-ppp

[leaf-devel] uboot compile problem on

2014-02-13 Thread Erich Titl
Hi While compiling 5.x I am getting stuck at uboot part_efi.c: In function 'gpt_fill_pte': part_efi.c:433:38: error: iteration 32u invokes undefined behavior [-Werror=aggressive-loop-optimizations] (efi_char16_t)(partitions[i].name[k]); ^

[leaf-devel] glitch in buildtool

2014-02-14 Thread Erich Titl
Hi I have attempted to add a new package to sources.d, e.g. copied openswan.cfg to libreswan.cfg and adapted the contents. I forgot to chenge the name of the project, so mega@leafbuilder:~/leaf/devel/bering-uclibc$ ./buildtool.pl build libreswan Error in global.cfg: duplicate entry openswan in

Re: [leaf-devel] Elvis package

2014-07-07 Thread Erich Titl
Hi Gents at 06.07.2014 15:02, Yves Blusseau wrote: Le 6 juil. 2014 à 14:39, Yves Blusseau bluss...@zetam.org a écrit : AFAIK unfortunately busybox-vi is not just a replacement, one needs to build it with a proper toolchain, and replace initrd… Can you explain ? We can choose now which

Re: [leaf-devel] Misused of next branch

2014-07-29 Thread Erich Titl
Hi Yves at 29.07.2014 18:17, Yves Blusseau wrote: Hi all, i think you are misusing the next branch. The next branch is not use to be the next branch for the next release. As the git workflow guide said (http://goo.gl/BOzkap) the next branch is intended as a testing branch for topics being

Re: [leaf-devel] Another router

2014-08-04 Thread Erich Titl
at 03.08.2014 12:55, Yves Blusseau wrote: But for network performance the Ubiquiti EdgeRouter Lite is much better. and it has some kind of *X system anyway. If we can get ou stuff loading on this platform, it might be interestng. For me all this hardware lacks versatility. I want to be able to

Re: [leaf-devel] A great project

2014-08-23 Thread Erich Titl
at 23.08.2014 12:39, Yves Blusseau wrote: Hi all, if you don't know Yocto (https://www.yoctoproject.org/about) it's a great project to build custom Linux-based systems for embedded products that already support a lot of BSP (Board Support Package : specific board packages). Perhaps we

Re: [leaf-devel] A great project

2014-08-23 Thread Erich Titl
Hi at 23.08.2014 12:39, Yves Blusseau wrote: Hi all, if you don't know Yocto (https://www.yoctoproject.org/about) it's a great project to build custom Linux-based systems for embedded products that already support a lot of BSP (Board Support Package : specific board packages). Perhaps

Re: [leaf-devel] [leaf-user] Can anyone run Bering 5.1.x on Soekris net6501?

2014-09-20 Thread Erich Titl
Hi KP at 20.09.2014 21:43, kp kirchdoerfer wrote: Hi Erich; ... Being a moving target depends: Of course 2.x has been around for more than three yrs (see FRS) 3.x also for more than three yrs (also from FRS) 4.x started in March 2010 and the last version has been built in March 2013

Re: [leaf-devel] uboot compile problem on

2014-10-03 Thread Erich Titl
Hi Folks I am trying to reconnect with leaf. The uboot build still fails at the same place. How do you build uboot and what compiler version do you use on 13.02.2014 12:02, Erich Titl wrote: Hi While compiling 5.x I am getting stuck at uboot part_efi.c: In function 'gpt_fill_pte

[leaf-devel] serial speed

2014-10-07 Thread Erich Titl
Hi Folks I just looked at the serial speed of the 5.1.x images. It appears that either 19200 or 115200 are supported. Neither of those are available on WRAP boards, which makes those boards subject of modifications. I understand that WRAP may be out of focus. Could we still support a wider range

[leaf-devel] init sequence on 5.1.1

2014-10-09 Thread Erich Titl
Hi Folks I would like to discuss the init sequence on 5.1.1 at it appears to have a few problems I am building a wireless router which acts as a dhcp client to an uplink AP and provides an AP to downlink clients, so far so good. Now at reboot wpasupplicant gets loaded at RCDLINKS=2,S15 3,S15

[leaf-devel] wpasupplicant fixes and enhancements

2014-10-10 Thread Erich Titl
Hi Folks In my work to create an all wireless router I have found a few problems with the way wpasupplicant is implemented. 1) the init sequence appears to be broken, as wpasupplicant must be started before an attempt to set the interface up 2) the wpasupplicant start script has an option bug

Re: [leaf-devel] ath regulatory domain

2014-10-12 Thread Erich Titl
Hi KP on 12.10.2014 21:18, kp kirchdoerfer wrote: HI Erich; I've visited Wroclaw the last days and had no time/access to respond earlier. Breslau, interesting, I have no clue about Poland. Am Freitag, 10. Oktober 2014, 15:21:43 schrieben Sie: Hi KP But pls explain to me,

Re: [leaf-devel] iw vs. iwconfig

2014-10-13 Thread Erich Titl
Hi KP on 13.10.2014 14:52, kp kirchdoerfer wrote: Am Sonntag, 5. Oktober 2014, 13:33:23 schrieb Erich Titl: Hi Folks I am about to work on a wireless gateway with mutliple radioes. From the Linux Wireless I see that iwconfig has been superseded by the iw command similar to the ip commamd

[leaf-devel] dhcpcd

2014-10-14 Thread Erich Titl
Hi Folks Anyone knows why we have the upstream_resolv_conf_dir.patch in the dhcpcd build. At least in my case this make dhcpcd pretty useless before I patch that away with a local version. cheers Erich smime.p7s Description: S/MIME Cryptographic Signature

Re: [leaf-devel] dhcpcd

2014-10-15 Thread Erich Titl
Hi KP on 14.10.2014 18:54, kp kirchdoerfer wrote: Am Dienstag, 14. Oktober 2014, 18:21:28 schrieb Erich Titl: ... Hi Erich; the discussion is in leaf-devel Sept/Oct 2010 Search for the subject line Bering-uClibc4: Suggested Change to Default Configuration for dhcpcd To tell you

[leaf-devel] uboot disturbs the build process

2014-10-15 Thread Erich Titl
Hi KP How do you deal with uboot? My compile always crashes there, which is a nuisance. When I remove uboot in my environment git is always complaining when trying to switch branches. I believe uboot should be removed from the build environment unless it is not disturbing. cheers Erich

Re: [leaf-devel] uboot disturbs the build process

2014-10-15 Thread Erich Titl
Hi KP on 15.10.2014 15:58, kp kirchdoerfer wrote: HI Erich; ... I believe uboot should be removed from the build environment unless it is not disturbing. I'd like to let it as is as reminder :) Yes, but it makes it impossible to merge the new branch :-( smime.p7s Description:

Re: [leaf-devel] dhcpcd

2014-10-15 Thread Erich Titl
Hi KP on 15.10.2014 16:21, kp kirchdoerfer wrote: Am Dienstag, 14. Oktober 2014, 18:21:28 schrieb Erich Titl: Hi Folks Anyone knows why we have the upstream_resolv_conf_dir.patch in the dhcpcd build. At least in my case this make dhcpcd pretty useless before I patch that away with a local

[leaf-devel] reboot on WRAP under 5.1.2???

2014-10-15 Thread Erich Titl
Hi Folks I built kernel and modules from maint to have a testbed for my wireless modifications. I had of course to fiddle the modules to fit this small board, but it is running now as supposed with one exception, reboot does not I am passing reboot=bios to the kernel SALT# cat cmdline

Re: [leaf-devel] uboot disturbs the build process

2014-10-15 Thread Erich Titl
Hi KP on 15.10.2014 20:07, kp kirchdoerfer wrote: Hi Erich; ... I'm pretty shure you can merge, without forcing others to follow your pathes - otherwise git would be a desaster. Igitt Igitt :-) Pls show us where your merge fails and I'm shure we can help. ath-regdomain is

[leaf-devel] Need a 5.1.1 branch to backport my kernel hack

2014-10-15 Thread Erich Titl
$ git log commit ccc83a5ebd9448ddf2d36c72ba888102cc35ddac Author: Erich Titl erich.t...@think.ch Date: Wed Oct 15 09:17:18 2014 +0200 This patch introduces the possibility to override the hard coded US settings for undefined regulatory domain 0x00 See http://wireless.kernel.org/en

[leaf-devel] atheros regdomain patch verified

2014-10-16 Thread Erich Titl
Hi KP I have sucessfully compiled the atheros regdomain patch on kernel 3.10.55 corresponding to BuC 5.1.1, and also to 5.1.2 I am reluctant to use 5.1.2 as I had problems with the reboot command, so I verified the patch by backporting to kernel version 3.10.55 Here are the results SALT#

Re: [leaf-devel] Need a 5.1.1 branch to backport my kernel hack

2014-10-16 Thread Erich Titl
Hi KP on 16.10.2014 18:51, kp kirchdoerfer wrote: Am Mittwoch, 15. Oktober 2014, 22:58:56 schrieb Erich Titl: ... If you want to work on an older snapshot just branch from this one. Found the right source level, thank you. I got 5.1.1x working with my patch. The reason I wanted to branch

[leaf-devel] Proposal to extend leaf management

2014-10-20 Thread Erich Titl
Hi Folks now that I have finally grasped the finer detals of building LEAF, I can head for a few things that IMHO are missing in LEAF - simple backup and restore - simple upgrade So I did some brainstorming over a glass of red wine and came up with a few function primitives which might help to

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

2014-10-31 Thread Erich Titl
Just to understand, what is this needed for and what are 'other improvements' ? Thanks Erich Weitergeleitete Nachricht Betreff:[leaf:bering-uclibc] [2bdcfd] - Jorge Contreras: Backup symlinks, empty dirs and other improvements Datum: Fri, 31 Oct 2014 20:41:04 +

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

2014-11-01 Thread Erich Titl
Hi Am 01.11.2014 um 04:58 schrieb cpu memhd: The ability to backup symbolic links and empty directories was never part of apkg. Therefore, one would have to create them on the fly during bootup. That's how I used to do it. The other improvements are: a) expandpath always ended up being

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

2014-11-01 Thread Erich Titl
Am 01.11.2014 um 23:15 schrieb cpu memhd: Hello, That is a nifty expandpath(). Only thing is, I think it should get rid of redundant slashes: //some/path//here. No need to call it expandpath2, should be replaced IMO. Maybe this way? # # expandpath2 IMHO better # expandpath2 () {

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

2014-11-02 Thread Erich Titl
Am 02.11.2014 um 02:48 schrieb cpu memhd: What I use to get rid of redundant slashes is: sed 's#//*#/#g' Currently: expandpath2 /somedir/eh///he/ = /somedir/eh///he With sed 's#//*#/#g': I did the same but was fooled by busybox's 'sed -e' which did not behave now this is close to what

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

2014-11-02 Thread Erich Titl
Hi Could anyone cleanly backport this to maint please? I guess there must be a better way to do this than copy between branches. Thanks Erich Am 31.10.2014 um 21:41 schrieb Repository LEAF Linux Embedded Appliance Framework bering-uclibc.git: master: Backup symlinks, empty dirs and other

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

2014-11-02 Thread Erich Titl
Hi Jorge Am 02.11.2014 um 02:48 schrieb cpu memhd: What I use to get rid of redundant slashes is: sed 's#//*#/#g' Currently: expandpath2 /somedir/eh///he/ = /somedir/eh///he I compared your rewritten expandpath with my latest version expandpath2 () { case $1 in

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

2014-11-02 Thread Erich Titl
Hi Jorge Am 02.11.2014 um 02:48 schrieb cpu memhd: What I use to get rid of redundant slashes is: sed 's#//*#/#g' Currently: expandpath2 /somedir/eh///he/ = /somedir/eh///he With sed 's#//*#/#g': /somedir/eh/he -jorge I did a backport of apkg to a branch off maint and found a

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

2014-11-03 Thread Erich Titl
Hi KP Am 03.11.2014 um 16:30 schrieb kp kirchdoerfer: Hi Erich; I assume you wanted to post to leaf-devel list, but you've sent privately, you may repost if that was your intention :) Thanks :-) Not really necessary, I branched off from maint locally and did a backport from master. The

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

2014-11-03 Thread Erich Titl
Am 03.11.2014 um 21:11 schrieb cpu memhd: Errr. It looks like my install is too polluted with customizations. I'm not understanding why uppercase SHIFT works on my system, but not on yours, since it should be the same busybox. But maybe I customized something in busybox that affected that.

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

2014-11-03 Thread Erich Titl
Hi Jorge Am 03.11.2014 um 21:50 schrieb cpu memhd: Hey Erich, ... Your expandpath seems to do what it's supposed to, but the only exception is that it doesn't retain the slash when $1 is just a slash: `expandpath2 /` = Nothing. But you're also saying that my expandpath does that

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

2014-11-03 Thread Erich Titl
HI Jorge Am 03.11.2014 um 21:50 schrieb cpu memhd: Hey Erich, Your expand path properly handles the './', and also, another thing I discovered is that with my modified expandpath, it will not always get rid of redundant slashes: my modified expandpath(): //foo/bar = /foo/bar but

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

2014-11-05 Thread Erich Titl
Hi Yves Am 05.11.2014 um 09:48 schrieb Yves Blusseau: Le 4 nov. 2014 à 00:26, Erich Titl erich.t...@think.ch a écrit : ... Hi all, i don’t know if it can help you but i have write some functions to retrieve abspath or relative path from a path. You can see the functions

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

2014-11-05 Thread Erich Titl
HI Yves Am 05.11.2014 um 09:48 schrieb Yves Blusseau: Le 4 nov. 2014 à 00:26, Erich Titl erich.t...@think.ch a écrit : ... Hi all, i don’t know if it can help you but i have write some functions to retrieve abspath or relative path from a path. You can see the functions

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

2014-11-05 Thread Erich Titl
Am 05.11.2014 um 11:47 schrieb Yves Blusseau: Le 5 nov. 2014 à 10:56, Erich Titl erich.t...@think.ch a écrit : HI Yves Am 05.11.2014 um 09:48 schrieb Yves Blusseau: Le 4 nov. 2014 à 00:26, Erich Titl erich.t...@think.ch a écrit : ... Hi all, i don’t know if it can help you but i have

[leaf-devel] webconf for wlan

2014-11-05 Thread Erich Titl
Hi folks I believe I recall that there was a webconf interface for WiFi. Am I mistaken or has it just been dropped. Thanks Erich smime.p7s Description: S/MIME Cryptographic Signature --

Re: [leaf-devel] depmod

2014-11-05 Thread Erich Titl
Hi Andrew Am 05.11.2014 um 20:29 schrieb Andrew: 05.11.2014 21:18, Erich Titl пишет: Hi folks ... Try to enable zswap... This should help. Mhhh... could you be a bit more elaborate? cheers Erich smime.p7s Description: S/MIME Cryptographic Signature

Re: [leaf-devel] depmod

2014-11-05 Thread Erich Titl
Hi Andrew Am 05.11.2014 um 22:34 schrieb Andrew: Try to set zswap_size=128M - this will enable swap on zram, and will give to you a some MBs of additional RAM. No luck, SALT# cat /proc/cmdline console=ttyS0,38400init=/linuxrc rwusb_wait=3VERBOSE=1 intel_idle.max_cstate=0

Re: [leaf-devel] depmod

2014-11-05 Thread Erich Titl
Am 06.11.2014 um 01:16 schrieb Andrew: What says 'free' cmd? Swap is on? SALT# free total used free shared buffers Mem: 61200351442605600 -/+ buffers: 3514426056 Swap:77820

Re: [leaf-devel] webconf for wlan

2014-11-06 Thread Erich Titl
Hi KP Am 06.11.2014 um 20:36 schrieb kp kirchdoerfer: HI Erich; Am Mittwoch, 5. November 2014, 20:08:13 schrieb Erich Titl: Hi folks I believe I recall that there was a webconf interface for WiFi. Am I mistaken or has it just been dropped. looked into git log for webconf and it looks

[leaf-devel] Fwd: [leaf:bering-uclibc] [c0e640] - kapeka: update version to 5.1.2

2014-11-21 Thread Erich Titl
Hi KP Just for my understandig, what is the numbering related to? What milestones have been defined for these releases? Is it a date driven scheme or do we attach a certain level of confidence to these releases? How is it decided that the software state is stable and how is that verified? Thanks

Re: [leaf-devel] update version to 5.1.2

2014-11-23 Thread Erich Titl
Hi KP Am 23.11.2014 um 15:28 schrieb kp kirchdoerfer: Hi Erich; glad you raised these questions. And thank you ufor the explanation, will try to make a meaningful comment when I am less tired :-) ... BTW: If you ask because you are looking for your apkg changes - I haven't tested yet.

[leaf-devel] lwp

2014-12-05 Thread Erich Titl
Hi KP I have not been able to understand why the lwp generation is so different in every aspect from the generation of 'normal' packages. Where is the logic for the lwp generation hidden, it definitely does not have a buildtool.cfg which takes care of the package generation. As there is no

Re: [leaf-devel] lwp

2014-12-06 Thread Erich Titl
Hi KP Am 06.12.2014 um 09:13 schrieb kp kirchdoerfer: Hi Erich; Am Freitag, 5. Dezember 2014, 22:13:01 schrieb Erich Titl: Hi KP I have not been able to understand why the lwp generation is so different in every aspect from the generation of 'normal' packages. Where is the logic

Re: [leaf-devel] lwp

2014-12-06 Thread Erich Titl
Hi Andrew Am 06.12.2014 um 12:47 schrieb Andrew: Hi. Maybe we should add 'lwp' buildtool package type for lwp like for initrd? They are really much simpler, no need to worry, but a generic build process would be nice. cheers Erich smime.p7s Description: S/MIME Cryptographic Signature

[leaf-devel] GIT

2014-12-06 Thread Erich Titl
Hi Folks especially the git advocates I am struggling again, after a few changes in my config branch I am faced with the following. mega@leafbuilder:~/leaf/devel/bering-uclibc$ git commit [config 0536506] A big batch of small changes in the webconf package. Lots of adaptions to a slighttly more

Re: [leaf-devel] lwp

2014-12-07 Thread Erich Titl
Hi Andrew Am 06.12.2014 um 17:11 schrieb Andrew: Yes, I know that they're simple. It's just for unification. Or maybe it'll be enough to add 'lwp' section for package (which will be stored in .lwp tarball)? Could you please elaborate? Personally I am not too fond of buildtool, IMHO too much

Re: [leaf-devel] GIT

2014-12-08 Thread Erich Titl
Hi Yves Am 08.12.2014 um 12:40 schrieb Yves Blusseau: ... committen Sie dann das Ergebnis. Now the big question is, how to handle the conflicts and what the hell are they? I think the conflicts are because the files are changed in the repository and are not in sync with your local

[leaf-devel] wpasupplicant with nl80211

2014-12-08 Thread Erich Titl
Hi Folks I would like to add the nl80211 driver to wpasupplicant but apparently libnl is missing. I faintly recall there used to be a problem with -lnl in the past ans was wonderin what solution was taken. Here is the error showing in the log CC ../src/drivers/driver_nl80211.c

Re: [leaf-devel] wpasupplicant with nl80211

2014-12-08 Thread Erich Titl
Hi KP Am 08.12.2014 um 18:07 schrieb kp kirchdoerfer: .. libnl-3 is the successor to libnl and all our packages now use libnl-3 instead libnl. You'll to massage wpa-supplicant to use libnl-3. It wasn't easy for the packages we moved in the past and we've various ways. Grep for

[leaf-devel] webconf

2014-12-12 Thread Erich Titl
Hi folks I am about to give webconf a more consistant look and trying to do some facelifting. This is more demanding than I expected, as every developer added his own style, in coding and design (so did I). The most demanding aspect of all appears to be the overwhelming code obfuscation and lack

[leaf-devel] Git

2014-12-15 Thread Erich Titl
Hi Folks any ideas how to straighten this mega@leafbuilder:~/leaf/devel/bering-uclibc$ git status Auf Branch config Ihr Branch ist vor 'origin/config' um 2 Commits. (benutzen Sie git push um lokale Commits zu publizieren) nichts zu committen, Arbeitsverzeichnis unverändert

Re: [leaf-devel] Git

2014-12-17 Thread Erich Titl
Hi Tom Am 17.12.2014 um 04:07 schrieb Tom Eastep: Hi Erich, I'm seeing the same issue with the Shorewall Sourceforge Git repository. Looks like a temporary problem at sourceforge. I am worrying nevertheless. Thanks Erich smime.p7s Description: S/MIME Cryptographic Signature

[leaf-devel] configdb

2014-12-18 Thread Erich Titl
Hi Folks We have in /var/lib/lrpkg *.local files which list files to preserve in configdb for each package. I believe we should be able to add/remove files and directories there, so the backup behaviour is controlable. Now it apears that modifications in the .local files are not backed up as

Re: [leaf-devel] configdb

2014-12-20 Thread Erich Titl
Hi KP Am 19.12.2014 um 18:37 schrieb kp kirchdoerfer: Hi Erich; Am Donnerstag, 18. Dezember 2014, 09:30:53 schrieb Erich Titl: Hi Folks We have in /var/lib/lrpkg *.local files which list files to preserve in configdb for each package. I believe we should be able to add/remove files

[leaf-devel] b43 firmware

2014-12-29 Thread Erich Titl
Hi folks I am playing with the b43 driver and it appears there is firmware needed to usre this card. This firmware is not included in the firmware.tgz tarball. I built b43-fwcutter and extracted the firmware from broadcom's binary distribution.

Re: [leaf-devel] images and valgrind

2014-12-29 Thread Erich Titl
Hi KP Am 29.12.2014 um 19:09 schrieb kp kirchdoerfer: Hi all; as you mave seen; I've released beta1 for Bering-uClibc 5.1.3 today. With the addition of valgrind.lrp the images are about 110MB, where valgrind.lrp with 13MB is more then 10% of the image size. As valgrind is only useful

[leaf-devel] wpasupplicant

2015-01-03 Thread Erich Titl
this commit commit f65c46f40394e23fc00c8d36d6cb37831706efc0 Author: Erich Titl erich.t...@think.ch Date: Mon Dec 8 20:59:28 2014 +0100 Added NL80211 driver to wpasupplicant into maint? cheers Erich smime.p7s Description: S/MIME Cryptographic Signature

Re: [leaf-devel] errors with latest commits in maint

2015-01-24 Thread Erich Titl
Hi KP Am 24.01.2015 um 12:48 schrieb kp kirchdoerfer: Bloody Android mailer lost your last message concerning interfaces.cgi. Yes I have an idea, intertwining effects between the wpasupplicant stuff and interfaces.cgi. The problem might be that without wpasupp.lwp the file wpa.func is not

Re: [leaf-devel] errors with latest commits in maint

2015-01-26 Thread Erich Titl
Am 26.01.2015 um 17:43 schrieb kp kirchdoerfer: Hi Erich; Am Montag, 26. Januar 2015, 00:26:51 schrieb Erich Titl: Hi KP Am 25.01.2015 um 15:36 schrieb kp kirchdoerfer: ... ... Yes I use the ethx.y scheme; at least they are shown and don't lead to a cluttered page. I just saw

Re: [leaf-devel] b43 firmware

2015-02-18 Thread Erich Titl
Hi KP Am 17.02.2015 um 20:48 schrieb kp kirchdoerfer: Hi; Am Montag, 16. Februar 2015, 00:06:15 schrieb Mega: Hi KP Am 15.02.2015 um 14:25 schrieb kp kirchdoerfer: Hi Erich; ... IMHO it should not unpacked, because it will shrink and clutter the RAM with almost unused stuff. I'd

Re: [leaf-devel] b43 firmware

2015-02-19 Thread Erich Titl
Am 18.02.2015 um 18:04 schrieb kp kirchdoerfer: Hi Erich; ... IMHO it should be unpacked if the driver module gets installed. So we need some dependency mechanism between modules and firmware. Keep in mind: a fully build firmware.tgz will be about 45MB. I don't build it that way, just

Re: [leaf-devel] errors with latest commits in maint

2015-01-27 Thread Erich Titl
Hi KP Am 26.01.2015 um 18:58 schrieb kp kirchdoerfer: ... A problem has been introduced - when building the lwp package it rewuires root permission - caused by cd $* ; tar --owner=0 --group=0 --mode=755 -czf $(CURDIR)/$@ * Right, we should run tar under sudo. I'm afraid this will not

[leaf-devel] dnsmasq.cgi

2015-01-27 Thread Erich Titl
Hi KP I removed some of the cruft in dnsmasq.cgi. It looks a bit tidier in my opinion now. Tha main task remaining IMHO is to rephrase the explanation paragraphs. I am often amused reading english user manuals from far east sources. Often the semantics of the writers natural language prevails. I

[leaf-devel] webipv6.cgi

2015-01-28 Thread Erich Titl
Hi KP tried to do make-up webipv6. I have no ipV6 on my system, so there is just an empty page. I don't know how it should look like? I will just embed it in the wlp package for future enhancement. cheers ET smime.p7s Description: S/MIME Cryptographic Signature

Re: [leaf-devel] errors with latest commits in maint

2015-01-25 Thread Erich Titl
Am 25.01.2015 um 07:15 schrieb kp kirchdoerfer: Hi Erich; Am Samstag, 24. Januar 2015, 23:28:27 schrieb Erich Titl: Hi KP Am 24.01.2015 um 12:48 schrieb kp kirchdoerfer: Bloody Android mailer lost your last message concerning interfaces.cgi. Yes I have an idea, intertwining effects

Re: [leaf-devel] errors with latest commits in maint

2015-01-25 Thread Erich Titl
Hi KP Am 25.01.2015 um 15:36 schrieb kp kirchdoerfer: ... it works! Good job detecting my vlans!! That is standard in the LEAF implementation, I only needed to adapt the representation scheme. I don't know if you are still using the ethx.y scheme but this definitely will not work in the

Re: [leaf-devel] errors with latest commits in maint

2015-01-24 Thread Erich Titl
Hi KP Am 24.01.2015 um 01:29 schrieb kp kirchdoerfer: Hi Erich; unfortunately I get two errors when building from scratch with your latest commits. The first one in package lwp: make: *** Keine Regel vorhanden, um das Target »wpasupp/var/webconf/lib/wpa.func«, benötigt von

Re: [leaf-devel] errors with latest commits in maint

2015-01-24 Thread Erich Titl
Hi KP Am 24.01.2015 um 12:48 schrieb kp kirchdoerfer: Hi Erich; ... I rebuilt wpasupplicant from scratch without a hitch. No surprise to me; see the last lines in repo/wpasupplicant/.config CFLAGS += -I/home/mega/leaf/devel/bering-uclibc/staging/i486-unknown-linux-

Re: [leaf-devel] errors with latest commits in maint

2015-01-27 Thread Erich Titl
HI Andrew Am 27.01.2015 um 15:06 schrieb Andrew: .. You're wrong. You can create root-owned files - as long as access for them is done via fakeroot. So it is just fake :-) So you should do all file operations with fakeroot - from creation till packaging. Then you'll have root-owned

Re: [leaf-devel] errors with latest commits in maint

2015-01-27 Thread Erich Titl
Hi Andrew Am 27.01.2015 um 12:50 schrieb Andrew: 27.01.2015 02:07, Erich Titl пишет: ... SUDO doesn't use fakeroot AFAIK. It just raises privileges. fakeroot grants root-like privileges for file system (actions that can't be done to privileges restrictions are stored into fakeroot db file

Re: [leaf-devel] errors with latest commits in maint

2015-01-26 Thread Erich Titl
Am 26.01.2015 um 18:58 schrieb kp kirchdoerfer: Hi Erich; Am Montag, 26. Januar 2015, 18:17:29 schrieb Erich Titl: Am 26.01.2015 um 17:43 schrieb kp kirchdoerfer: Hi Erich; ... I will probably remove the automatic startup of wpasupplicant from /etc/network/interfaces, It is much

Re: [leaf-devel] wpasupplicant

2015-01-08 Thread Erich Titl
Salut Yves Am 08.01.2015 um 08:46 schrieb Yves Blusseau: One more thing, was is the branch ‘config’ for ? If it’s a feature branch it need to be more descriptive. If it’s a branch that is own by someone else it’s better to name it name-branch. I don't like the fact that leaf has only this

Re: [leaf-devel] wpasupplicant

2015-01-06 Thread Erich Titl
Hi KP Am 06.01.2015 um 18:05 schrieb kp kirchdoerfer: I hoped Yves will respond with much more experience about git than I have. ... Looking at your git commits in config branch I'm curious if works as expected. AFAIK it's wrong to merge from maint to config and to merge back into maint.

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] LEAF Upgrade

2015-03-22 Thread Erich Titl
Am 21.03.2015 um 08:18 schrieb Per Sjoholm: On 03/20/2015 10:38 PM, Mega wrote: What does it take to have git on the client? The client is the LEAF route. What does git require of LEAF in terms of resources ? It would need git on the router, no way. cheers Erich smime.p7s

Re: [leaf-devel] LEAF UPGRADE

2015-03-09 Thread Erich Titl
Hi KP Am 09.03.2015 um 18:55 schrieb kp kirchdoerfer: HI Erich; ... Don't know about symlinks, maybe Yves can help. But thats how I'd do it; clone the packages repository: git clone ssh://yoursfusern...@git.code.sf.net/p/leaf/packages leaf-packages Note it's huge (approx 2GB and

Re: [leaf-devel] LEAF Upgrade

2015-03-09 Thread Erich Titl
Hi Yves please bear with me, I don't get it Am 09.03.2015 um 13:03 schrieb Yves Blusseau: .. An example using a local repository (it’s the same for a remote repository) # Create the repository cd /tmp git init --bare myrepo.git So I just create a new repository git clone

Re: [leaf-devel] LEAF UPGRADE

2015-03-09 Thread Erich Titl
:-( But your results sounds awesome; good work, we should find a solution! Am Freitag, 6. März 2015, 14:25:03 schrieb Erich Titl: Hi Folks I have finished the upgrade function, please consider testing it. It uses my small web server on leaf.think.ch which has a 5.1.3 for the following architectures

<    1   2   3   4   5   6   7   8   9   >