From ratler at lunar-linux.org Sun Nov 1 22:40:04 2009 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 01 Nov 2009 22:40:04 +0100 Subject: A couple of modules need testing, lunar-init, Linux-PAM and shadow Message-ID: <1257111604.23025.9.camel@localhost> Hey guys, I would be happy if a someone could test a few modules for me before I push them out. * lunar-init: Updated network script to be compatible with bash4 * Linux-PAM: Version bumped * shadow: Version bumped including changes to login.defs (needs testing on both pam and non-pam systems) Of course I've tested the modules on x86 and x86_64, no issues found yet. Thanks :) -- Sincerely Stefan Wold Lunar Linux developer - PGP public key 6E810F05 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From ratler at lunar-linux.org Sun Nov 1 22:42:03 2009 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 01 Nov 2009 22:42:03 +0100 Subject: A couple of modules need testing, lunar-init, Linux-PAM and shadow In-Reply-To: <1257111604.23025.9.camel@localhost> References: <1257111604.23025.9.camel@localhost> Message-ID: <1257111723.23025.11.camel@localhost> Silly me forgot to tell you all that the modules are available from my personal git repository in the branch ratler. http://foo-projects.org/git/?p=ratler/moonbase.git;a=shortlog;h=refs/heads/ratler On Sun, 2009-11-01 at 22:40 +0100, Stefan Wold wrote: > Hey guys, > > I would be happy if a someone could test a few modules for me before I > push them out. > > * lunar-init: Updated network script to be compatible with bash4 > * Linux-PAM: Version bumped > * shadow: Version bumped including changes to login.defs (needs testing > on both pam and non-pam systems) > > Of course I've tested the modules on x86 and x86_64, no issues found > yet. Thanks :) > > _______________________________________________ > Lunar-dev mailing list > Lunar-dev at lunar-linux.org > http://foo-projects.org/mailman/listinfo/lunar-dev -- Sincerely Stefan Wold Lunar Linux developer - PGP public key 6E810F05 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From ratler at lunar-linux.org Sat Nov 7 15:03:57 2009 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 07 Nov 2009 15:03:57 +0100 Subject: Modules that need testing, want them included with the new ISO Message-ID: <1257602637.6104.6.camel@localhost> Hey everyone, I need to get a few modules tested as soon as possible so I can push them out. I intend to get these changes included with the comming ISO. bash: Bumped to version 4.0.35 (big change), test everything you can think of, lunar-tools, theedge|lunar, /etc/profile.d etc. *cron*: cronie, hc-cron, vixie-cron have all been modified to use a new dependency, cron-common. cron-common contain files shared between all the cronds, such as /etc/crontab, /etc directory structure, run-parts. I also added a cron.plugin that other modules that need a cronjob installed can take advantage of. -- Sincerely Stefan Wold Lunar Linux developer - PGP public key 6E810F05 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From ratler at lunar-linux.org Sat Nov 7 15:07:13 2009 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 07 Nov 2009 15:07:13 +0100 Subject: Modules that need testing, want them included with the new ISO In-Reply-To: <1257602637.6104.6.camel@localhost> References: <1257602637.6104.6.camel@localhost> Message-ID: <1257602833.6104.9.camel@localhost> On Sat, 2009-11-07 at 15:03 +0100, Stefan Wold wrote: > Hey everyone, > > I need to get a few modules tested as soon as possible so I can push > them out. I intend to get these changes included with the comming ISO. > > > bash: Bumped to version 4.0.35 (big change), test everything you can > think of, lunar-tools, theedge|lunar, /etc/profile.d etc. > > *cron*: cronie, hc-cron, vixie-cron have all been modified to use a new > dependency, cron-common. cron-common contain files shared between all > the cronds, such as /etc/crontab, /etc directory structure, run-parts. I > also added a cron.plugin that other modules that need a cronjob > installed can take advantage of. > *sigh* I always keep forgetting to tell people to grab the changes from my personal git repo: http://foo-projects.org/git/?p=ratler/moonbase.git;a=shortlog;h=refs/heads/ratler or git://foo-projects.org/ratler/moonbase.git (it's all in the ratler branch) -- Sincerely Stefan Wold Lunar Linux developer - PGP public key 6E810F05 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From peter at xfce.org Thu Nov 12 20:21:32 2009 From: peter at xfce.org (Peter de Ridder) Date: Thu, 12 Nov 2009 20:21:32 +0100 Subject: Changes in lvm2, dmraid and mkinitrd Message-ID: Hi, I have made some changes to lvm2, dmraid, dmraid-static and mkinitrd. These have impact on the boot of the system, so I didn't just want to lvu submit them. lvm2: Added --enable-static_link. This is necessary for dmraid-static. Also needed for mkinitrd lvm.static, when not useing the lvm module. dmraid: Version bump. Dependency changed from device_mapper to lvm2. dmraid-static: Version bump. Dependency changed from device_mapper to lvm2. mkinitrd: Removed install of installkernel. Another version is already installed by lunar-tools. (Debatable, maybe others want the mkinitrd version) Signedness patch. Fixes signedness compile errors. Probably because of gcc4 stricter checks. Dmraid patch. Make dmraid available in the initrd to support fake raid. This should be check for none raid and lvm users. (Maybe only apply this patch if dmraid-static in installed, optional depends) The dmraid patch also changes the cpio line (-c to -Hnewc) i thought the newer kernels require this. In my opinion can lvm2, dmraid and dmraid-static be submitted, but mkinitrd should probebly be reviewed. The diffs and patches are attahed it the tar.bz2 file. Regards, Peter -------------- next part -------------- A non-text attachment was scrubbed... Name: diffs_and_patches.tar.bz2 Type: application/x-bzip2 Size: 3875 bytes Desc: not available URL: From duncan.gibson at xs4all.nl Sat Nov 14 11:06:41 2009 From: duncan.gibson at xs4all.nl (Duncan Gibson) Date: Sat, 14 Nov 2009 11:06:41 +0100 Subject: checking/installing criggenbach's git plugin submission Message-ID: <233ad1bffad153ea017549ddf7a03b93.squirrel@webmail.xs4all.nl> Slowly working through the submission queue again, but I am wary of touching the innards of the lunar tools, so is there any chance that someone more competent than me could review/install chriggenbach's git plugin submission? See http://foo-projects.org/~sofar/queue.php?p=git Cheers Duncan From sofar at foo-projects.org Sat Nov 14 20:48:34 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sat, 14 Nov 2009 11:48:34 -0800 Subject: Auke Away on Vacation 11-15 through 11-29 Message-ID: <4AFF0992.7000605@foo-projects.org> I'll be on vacation for two weeks around thxgiving enjoying the nice warm Florida weather. I'll try and pop on irc once in a while (we should have internet) but I probably won't read e-mail much. Auke From peter at xfce.org Sun Nov 22 22:40:40 2009 From: peter at xfce.org (Peter de Ridder) Date: Sun, 22 Nov 2009 22:40:40 +0100 Subject: Minimal Lunar system Message-ID: Hi, I created a minimal Lunar system with only the sustained modules and it's dependencies. I created this to test module dependencies, to see if these are complete. I tested all sustained modules and some are missing build dependencies: (Should these be added to the DEPENDS files) bash - bison e2fsprogs - pkgconfig perl - which attr - autimoake readline - perl glibc has a optional dependency on perl, but without perl it can't be installed. On a side note: All packages which use ./configre need kernel-header-2.x installed, these are in DEPENDS if glibc so this won't be much of a problem unless they are removed, a simple lin kernel-header-2.6 will resolve it. I also tested for runtime dependencies. I did lrm `lvu installed | cut -d: -f1` (**WARNING** this breaks you system). After this, the minimal system was broken and unable to recover. (Only by manual extraction tar caches). Here is a list of runtime dependencies missing: (Should these be added to sustained) lunar - gawk grep - pcre expr - gmp gcc - gmp - mpfr Non fatal dependencies missing: lvu diff - diffutils (theedge and lunar depends on this, so it is ok) lunar locking - procps (theedge and lunar don't depend on this, should this be added to DEPENDS) Regards, Peter