You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(55) |
Oct
(44) |
Nov
(156) |
Dec
(123) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(130) |
Feb
(156) |
Mar
(162) |
Apr
(171) |
May
(97) |
Jun
(127) |
Jul
(58) |
Aug
(81) |
Sep
(86) |
Oct
(45) |
Nov
(41) |
Dec
(84) |
| 2003 |
Jan
(71) |
Feb
(87) |
Mar
(133) |
Apr
(152) |
May
(151) |
Jun
(232) |
Jul
(320) |
Aug
(237) |
Sep
(271) |
Oct
(536) |
Nov
(301) |
Dec
(393) |
| 2004 |
Jan
(393) |
Feb
(184) |
Mar
(314) |
Apr
(225) |
May
(139) |
Jun
(77) |
Jul
(87) |
Aug
(75) |
Sep
(139) |
Oct
(50) |
Nov
(8) |
Dec
(28) |
| 2005 |
Jan
(66) |
Feb
(63) |
Mar
(14) |
Apr
(14) |
May
(8) |
Jun
(23) |
Jul
(21) |
Aug
(6) |
Sep
(29) |
Oct
(55) |
Nov
(38) |
Dec
(8) |
| 2006 |
Jan
(5) |
Feb
(10) |
Mar
(1) |
Apr
(15) |
May
(32) |
Jun
(44) |
Jul
(11) |
Aug
(8) |
Sep
(9) |
Oct
(14) |
Nov
(4) |
Dec
(3) |
| 2007 |
Jan
(3) |
Feb
(3) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(35) |
Aug
(49) |
Sep
(8) |
Oct
(42) |
Nov
(44) |
Dec
(7) |
| 2008 |
Jan
(2) |
Feb
(7) |
Mar
(8) |
Apr
(80) |
May
(74) |
Jun
(29) |
Jul
(5) |
Aug
(7) |
Sep
(6) |
Oct
(1) |
Nov
|
Dec
|
| 2009 |
Jan
(8) |
Feb
(19) |
Mar
(3) |
Apr
(24) |
May
(22) |
Jun
(23) |
Jul
(8) |
Aug
(23) |
Sep
(8) |
Oct
(27) |
Nov
(52) |
Dec
(27) |
| 2010 |
Jan
(36) |
Feb
(29) |
Mar
(17) |
Apr
(28) |
May
(21) |
Jun
(4) |
Jul
|
Aug
(28) |
Sep
(18) |
Oct
(6) |
Nov
(34) |
Dec
(16) |
| 2011 |
Jan
(18) |
Feb
(12) |
Mar
|
Apr
|
May
(9) |
Jun
(1) |
Jul
(5) |
Aug
(5) |
Sep
(7) |
Oct
(16) |
Nov
(26) |
Dec
(17) |
| 2012 |
Jan
(6) |
Feb
(34) |
Mar
(52) |
Apr
(10) |
May
(3) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(4) |
Nov
(1) |
Dec
(4) |
| 2013 |
Jan
(5) |
Feb
|
Mar
|
Apr
(5) |
May
(4) |
Jun
|
Jul
|
Aug
(14) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
(2) |
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
(11) |
| 2015 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Heiko Z. <he...@zu...> - 2008-04-17 19:06:14
|
Quoting Bruce Smith <bw...@ar...>: >> >> >> If my memory serves me right, I think we're doing a couple chmods, >> >> >> maybe some chowns during the boot process, maybe that's what's >> >> >> screwing with it. >> >> > >> >> > You mean: /etc/init.d/setfileperm ??? >> >> > >> >> > Yeah, those look like the files that are being created in etc-mods. >> >> > >> >> > Do we still need to run that script at boot time? >> >> >> >> Well we need to make sure the perms are right on the default config >> >> which comes out of our build. Then we can get rid of the script. >> >> There was a reason why I added the script in the first place, but of >> >> course I can't remember why... >> > >> > How about I rewrite the script so it only changes permissions on files >> > that need them changed? >> >> even better > > OK, I have that done, which causes another problem. > > There are a bunch of files in "permissions.base" that are on the CD, > like /usr files. Is "permissions.base" used anywhere else, like during > the build? Is it going to cause problems if I comment out the RO files? I'm really not sure about that, did you grep for it? -- Regards Heiko Zuerker http://www.devil-linux.org ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
|
From: Bruce S. <bw...@ar...> - 2008-04-17 18:13:19
|
> > >> >> If my memory serves me right, I think we're doing a couple chmods, > > >> >> maybe some chowns during the boot process, maybe that's what's > > >> >> screwing with it. > > >> > > > >> > You mean: /etc/init.d/setfileperm ??? > > >> > > > >> > Yeah, those look like the files that are being created in etc-mods. > > >> > > > >> > Do we still need to run that script at boot time? > > >> > > >> Well we need to make sure the perms are right on the default config > > >> which comes out of our build. Then we can get rid of the script. > > >> There was a reason why I added the script in the first place, but of > > >> course I can't remember why... > > > > > > How about I rewrite the script so it only changes permissions on files > > > that need them changed? > > > > even better > > OK, I have that done, which causes another problem. > > There are a bunch of files in "permissions.base" that are on the CD, > like /usr files. Is "permissions.base" used anywhere else, like during > the build? Is it going to cause problems if I comment out the RO files? I've done a lot of find's and grep's and I can't see where /etc/sysconfig/permissions.base is used anywhere in the build process, so I'm going to modify it and comment out the stuff on the CD. My guess is it's a file copied from some other distro a long time ago. - BS |
|
From: Bruce S. <bw...@ar...> - 2008-04-17 15:50:42
|
> >> >> If my memory serves me right, I think we're doing a couple chmods, > >> >> maybe some chowns during the boot process, maybe that's what's > >> >> screwing with it. > >> > > >> > You mean: /etc/init.d/setfileperm ??? > >> > > >> > Yeah, those look like the files that are being created in etc-mods. > >> > > >> > Do we still need to run that script at boot time? > >> > >> Well we need to make sure the perms are right on the default config > >> which comes out of our build. Then we can get rid of the script. > >> There was a reason why I added the script in the first place, but of > >> course I can't remember why... > > > > How about I rewrite the script so it only changes permissions on files > > that need them changed? > > even better OK, I have that done, which causes another problem. There are a bunch of files in "permissions.base" that are on the CD, like /usr files. Is "permissions.base" used anywhere else, like during the build? Is it going to cause problems if I comment out the RO files? - BS |
|
From: Heiko Z. <he...@zu...> - 2008-04-17 14:14:45
|
Quoting Bruce Smith <bw...@ar...>: >> >> If my memory serves me right, I think we're doing a couple chmods, >> >> maybe some chowns during the boot process, maybe that's what's >> >> screwing with it. >> > >> > You mean: /etc/init.d/setfileperm ??? >> > >> > Yeah, those look like the files that are being created in etc-mods. >> > >> > Do we still need to run that script at boot time? >> >> Well we need to make sure the perms are right on the default config >> which comes out of our build. Then we can get rid of the script. >> There was a reason why I added the script in the first place, but of >> course I can't remember why... > > How about I rewrite the script so it only changes permissions on files > that need them changed? even better -- Regards Heiko Zuerker http://www.devil-linux.org ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
|
From: Bruce S. <bw...@ar...> - 2008-04-17 13:49:43
|
> >> If my memory serves me right, I think we're doing a couple chmods, > >> maybe some chowns during the boot process, maybe that's what's > >> screwing with it. > > > > You mean: /etc/init.d/setfileperm ??? > > > > Yeah, those look like the files that are being created in etc-mods. > > > > Do we still need to run that script at boot time? > > Well we need to make sure the perms are right on the default config > which comes out of our build. Then we can get rid of the script. > There was a reason why I added the script in the first place, but of > course I can't remember why... How about I rewrite the script so it only changes permissions on files that need them changed? - BS |
|
From: Heiko Z. <he...@zu...> - 2008-04-17 13:14:04
|
Quoting Bruce Smith <bw...@ar...>: >> If my memory serves me right, I think we're doing a couple chmods, >> maybe some chowns during the boot process, maybe that's what's >> screwing with it. > > You mean: /etc/init.d/setfileperm ??? > > Yeah, those look like the files that are being created in etc-mods. > > Do we still need to run that script at boot time? Well we need to make sure the perms are right on the default config which comes out of our build. Then we can get rid of the script. There was a reason why I added the script in the first place, but of course I can't remember why... -- Regards Heiko Zuerker http://www.devil-linux.org ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
|
From: Bruce S. <bw...@ar...> - 2008-04-17 13:04:38
|
> If my memory serves me right, I think we're doing a couple chmods, > maybe some chowns during the boot process, maybe that's what's > screwing with it. You mean: /etc/init.d/setfileperm ??? Yeah, those look like the files that are being created in etc-mods. Do we still need to run that script at boot time? - BS |
|
From: Heiko Z. <he...@zu...> - 2008-04-17 12:48:38
|
Quoting Bruce Smith <br...@ar...>: >> >>> CD, but the files are in the mods directory. Any clue why? >> >> Are you sure they weren't put there when you loaded the mods dir? >> > >> > I'm sure I didn't load those files. >> >> I knew that would be the case, but one has to ask ;-) > > The exact same problem exists in both UnionFS and aufs. > > The problem occurs after the linuxrc and pre_init scripts, (I stuck a > "ls /shm/etc-mods" at the very end of pre_init, and the files weren't > there at that time), so something past /sbin/init causes those files to > appear in the mods. > > I grep'ed all the init scripts, and I can't find where most of those > files are referenced at all. One guess is some binary program is > opening those files RW, but not modifying them. Any other ideas? > > One other idea I ruled out is I thought maybe the date on the files > (1/1/1980) was too close to the epoch or too far in the past, confusing > the union/aufs. So I temporally modified the build script that does the > touch and changed the date from 1/1/1980 to 1/1/1990, but that didn't > help either. :-( > > BTW, there is only a few files with this problem, and it doesn't hurt > anything, so I didn't hold up the release of 1.3.5 for this. Even if it > never gets fixed, it's no big deal. It just bugs me ... If my memory serves me right, I think we're doing a couple chmods, maybe some chowns during the boot process, maybe that's what's screwing with it. -- Regards Heiko Zuerker http://www.devil-linux.org ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
|
From: Bruce S. <bw...@ar...> - 2008-04-17 12:39:54
|
> > The mount goes like this (as I recall from memory): > > mount -t aufs -o dirs=/shm/etc-mods:/etc-cd=ro none /shm/etc > > > > Make sense? > > I thought yesterday you'd done something differently. Basically I > didn't understand - still don't actually. > > If you look in mtab the mount looks quite different. In particualer > /etc-cd is mounted rr (really readonly). Is this significant? Probably > not. I typed the mount yesterday from memory. A copy/paste of the actual mount being used is: mount -n -t aufs -o br:/shm/etc-mods:/etc-cd=rr none /shm/etc I tried "rr" and "ro" for /etc-cd without any difference. The docs say that "rr" is faster for volumes that cannot physically be written to, like a CD or ISO9660, so I settled on "rr". Keep in mind, that "mount.aufs" is a shell script, that tweaks the command line options, which is why /proc/mounts & mtab is different. FYI, when running UnionFS, the equivalent mount statement used was: mount -n -t unionfs -o dirs=/shm/etc-mods:/etc-cd=ro none /shm/etc > But it is like the whole of /etc-cd is being written into > etc-mods. It's baffling. It's not the whole thing. On a DL Apache / PHP / MySQL / firewall I'm running, the size difference between the saved configs is significant: -rwxr-xr-x 1 root root 230221 Apr 16 16:12 etc-mods.tar.bz2 -rwxr-xr-x 1 root root 1114236 Apr 16 19:21 etc.tar.bz2 After sleeping on it, I have another theory. Which may or may not go anywhere. I'll let you know if I find anything! :-) - BS |
|
From: Heiko Z. <he...@zu...> - 2008-04-17 12:38:03
|
Quoting Bruce Smith <bw...@ar...>: > What's the deal with "scripts/build-etc" ? > > I was grep'ing for "etc.tar.bz2" in the scripts directory, and build-etc > appears. Then I grep for build-etc, and nothing seems to run or > reference it. Is it an obsolete file? No idea, must be some leftover from the good old days... Whack it. -- Regards Heiko Zuerker http://www.devil-linux.org ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
|
From: Dick M. <di...@fo...> - 2008-04-17 09:44:06
|
Bruce Smith wrote: > Something else is going on. Something that we haven't thought of yet ... :-) Dick |
|
From: Dick M. <di...@fo...> - 2008-04-17 09:27:34
|
Bruce Smith wrote: > The mount goes like this (as I recall from memory): > mount -t aufs -o dirs=/shm/etc-mods:/etc-cd=ro none /shm/etc > > Make sense? I thought yesterday you'd done something differently. Basically I didn't understand - still don't actually. If you look in mtab the mount looks quite different. In particualer /etc-cd is mounted rr (really readonly). Is this significant? Probably not. But it is like the whole of /etc-cd is being written into etc-mods. It's baffling. I'll try to look more tonight. Dick |
|
From: Bruce S. <bw...@ar...> - 2008-04-17 01:56:42
|
>> Bruce, >> >> I just loaded DL 1.3.5 on VirtualBox without a etc.tar.bz2. It comes up just fine. >> >> It seems we have /etc-cd /shm/etc-mods and /shm/etc >> >> My first question is what is etc-mods - is that a default etc.tar.bz2 ? If so I >> would expect that to be empty. It seems to contain a lot of stuff like for >> example services all the postfix defaults etc etc. It looks like you are >> copying a default etc.tar.bz2 into it. I assume that's where your mystery files >> are coming from. >> > > Sorry - just catching up. > > I don't understand this either! What is going on???? Something is copying the > etc-cd into etc-mods. > etc-mods is brand new, so nothing is copying anything directly into that directory. Something may be copying files into /etc, which puts the aufs modifications into /shm/etc-mods. But that doesn't make sense either. Why would something copy files over top of themselves? And if they were copied, they would have a newer modification date than 1980. Something else is going on. Something that we haven't thought of yet ... - BS |
|
From: Bruce S. <bw...@ar...> - 2008-04-17 01:49:48
|
The mount goes like this (as I recall from memory): mount -t aufs -o dirs=/shm/etc-mods:/etc-cd=ro none /shm/etc And /etc is a symlink to /shm/etc. (left over from from previous releases) I realize I could have eliminated the symlink and just mount it on /etc but I left the sym link there (seemed like a good idea at the time). Maybe in a future release. save-config now saves /shm/etc-mods since that's where the modified /etc files are stored. Also read the CHANGES file; I explain a little more there. Make sense? - BS > Bruce, > > I just loaded DL 1.3.5 on VirtualBox without a etc.tar.bz2. It comes up just fine. > > It seems we have /etc-cd /shm/etc-mods and /shm/etc > > My first question is what is etc-mods - is that a default etc.tar.bz2 ? If so I > would expect that to be empty. It seems to contain a lot of stuff like for > example services all the postfix defaults etc etc. It looks like you are > copying a default etc.tar.bz2 into it. I assume that's where your mystery files > are coming from. > > What are you intending there? > > I take it /shm/etc is just a mount point for the aufs - is that right? > > The way I envisaged it was that etc.tar.bz2 would be loaded into /shm/etc-mods > if it existed (otherwise /shm/etc-mods would be empty). > > /etc-cd and /shm/etc-mods would be mounted aufs on /shm/etc. > > Any config changes in /etc would appear in /shm/etc-mods and ultimately copied > to etc.tar.bz2. > > Dick > |
|
From: Dick M. <di...@fo...> - 2008-04-16 22:34:02
|
Dick Middleton wrote: > Bruce, > > I just loaded DL 1.3.5 on VirtualBox without a etc.tar.bz2. It comes up just fine. > > It seems we have /etc-cd /shm/etc-mods and /shm/etc > > My first question is what is etc-mods - is that a default etc.tar.bz2 ? If so I > would expect that to be empty. It seems to contain a lot of stuff like for > example services all the postfix defaults etc etc. It looks like you are > copying a default etc.tar.bz2 into it. I assume that's where your mystery files > are coming from. Sorry - just catching up. I don't understand this either! What is going on???? Something is copying the etc-cd into etc-mods. Dick |
|
From: Dick M. <di...@fo...> - 2008-04-16 22:14:18
|
Dick Middleton wrote: > Since moving to 1.3.4 I've been getting messages like this every day: > > Cron <root@Devil> /usr/sbin/cron.interval daily > > zcat: /var/log/mail.log.4.gz already has .gz suffix -- unchanged > zcat: /var/log/mail.log.3.gz already has .gz suffix -- unchanged > zcat: /var/log/mail.log.2.gz already has .gz suffix -- unchanged > zcat: /var/log/messages.2.gz already has .gz suffix -- unchanged > zcat: /var/log/apache2/access.log.2.gz already has .gz suffix -- unchanged > > It seems to be logwatch that is producing these. I think this is because zcat is a sym link to gzip On Debian zcat is a script which does exec gzip -cd "$@" So here zcat is trying to compress file again rather than uncompress and send to stdout. Dick |
|
From: Dick M. <di...@fo...> - 2008-04-16 21:46:41
|
Bruce, I just loaded DL 1.3.5 on VirtualBox without a etc.tar.bz2. It comes up just fine. It seems we have /etc-cd /shm/etc-mods and /shm/etc My first question is what is etc-mods - is that a default etc.tar.bz2 ? If so I would expect that to be empty. It seems to contain a lot of stuff like for example services all the postfix defaults etc etc. It looks like you are copying a default etc.tar.bz2 into it. I assume that's where your mystery files are coming from. What are you intending there? I take it /shm/etc is just a mount point for the aufs - is that right? The way I envisaged it was that etc.tar.bz2 would be loaded into /shm/etc-mods if it existed (otherwise /shm/etc-mods would be empty). /etc-cd and /shm/etc-mods would be mounted aufs on /shm/etc. Any config changes in /etc would appear in /shm/etc-mods and ultimately copied to etc.tar.bz2. Dick |
|
From: Bruce S. <bw...@ar...> - 2008-04-16 17:19:28
|
> >>>>> CD, but the files are in the mods directory. Any clue why? > >>>> Are you sure they weren't put there when you loaded the mods dir? > >>> I'm sure I didn't load those files. > > > The exact same problem exists in both UnionFS and aufs. > > So, something to do with DL then. Appears to be the case. > > The problem occurs after the linuxrc and pre_init scripts, (I stuck a > > "ls /shm/etc-mods" at the very end of pre_init, and the files weren't > > there at that time), so something past /sbin/init causes those files to > > appear in the mods. > > Something's doing it. To keep that old mtime it would have to be copying and > restoring them. Sort of thing tar or cpio does. They're not in initramfs and > being copied back before pivot root. I can't find any commonalities between the files that are in etc-mods. All the scripts/files in etc-mods/init.d/ are there. So I'm thinking maybe they have to be there if there are symlinks to the files for some reason internal to the workings of aufs. But then again, all the files in sysconfig/nic/* are there too, including the _sample_ files! There are no links to those files, and I don't think anything would even look at those SAMPLE files during boot! And there are files in mods for postfix/* and ppp/* too! This is a fresh/copy-your-config-to-blank-floppy-boot! I'm not running postfix or ppp (or any other services with the default config). WEIRD!!! Maybe I need to join the aufs mailing list and start asking questions... - BS |
|
From: Dick M. <di...@fo...> - 2008-04-16 15:49:58
|
Bruce Smith wrote: >>>>> CD, but the files are in the mods directory. Any clue why? >>>> Are you sure they weren't put there when you loaded the mods dir? >>> I'm sure I didn't load those files. > The exact same problem exists in both UnionFS and aufs. So, something to do with DL then. > The problem occurs after the linuxrc and pre_init scripts, (I stuck a > "ls /shm/etc-mods" at the very end of pre_init, and the files weren't > there at that time), so something past /sbin/init causes those files to > appear in the mods. Something's doing it. To keep that old mtime it would have to be copying and restoring them. Sort of thing tar or cpio does. They're not in initramfs and being copied back before pivot root. > I grep'ed all the init scripts, and I can't find where most of those > files are referenced at all. One guess is some binary program is > opening those files RW, but not modifying them. Any other ideas? > It just bugs me ... It would me too. Dick |
|
From: Bruce S. <br...@ar...> - 2008-04-16 14:27:16
|
> >>> CD, but the files are in the mods directory. Any clue why? > >> Are you sure they weren't put there when you loaded the mods dir? > > > > I'm sure I didn't load those files. > > I knew that would be the case, but one has to ask ;-) The exact same problem exists in both UnionFS and aufs. The problem occurs after the linuxrc and pre_init scripts, (I stuck a "ls /shm/etc-mods" at the very end of pre_init, and the files weren't there at that time), so something past /sbin/init causes those files to appear in the mods. I grep'ed all the init scripts, and I can't find where most of those files are referenced at all. One guess is some binary program is opening those files RW, but not modifying them. Any other ideas? One other idea I ruled out is I thought maybe the date on the files (1/1/1980) was too close to the epoch or too far in the past, confusing the union/aufs. So I temporally modified the build script that does the touch and changed the date from 1/1/1980 to 1/1/1990, but that didn't help either. :-( BTW, there is only a few files with this problem, and it doesn't hurt anything, so I didn't hold up the release of 1.3.5 for this. Even if it never gets fixed, it's no big deal. It just bugs me ... - BS |
|
From: Bruce S. <bw...@ar...> - 2008-04-16 13:32:14
|
What's the deal with "scripts/build-etc" ? I was grep'ing for "etc.tar.bz2" in the scripts directory, and build-etc appears. Then I grep for build-etc, and nothing seems to run or reference it. Is it an obsolete file? - BS |
|
From: Oliver N. <dig...@gm...> - 2008-04-16 09:41:44
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! I played around within my network and found out that it could be useful to have a tool for decoding the various traffic/protocols flooding around. There is a nice configure option in wireshark to tell the script to build only the console version (tshark). As far as i tested, it works nice within DL-1.3.4 and if more people like that idea i could provide the scripts for DL integration. What do you think about tshark support in DL? sample output: > Linux Devil 2.6.24.4 #1 SMP Tue Apr 15 21:38:40 Local time zone must be set--see zic i686 prescott i386 GNU/Linux > root@Devil:~ # tshark -i br0 > Capturing on br0 > 0.000000 192.168.10.1 -> 192.168.10.255 CUPS ipp://192.168.10.1:631/printers/kyocera (idle) > 0.000086 192.168.2.1 -> 192.168.2.255 CUPS ipp://192.168.2.1:631/printers/kyocera (idle) > 0.782132 192.168.10.216 -> 192.168.10.242 TCP rockwell-csp3 > 33773 [PSH, ACK] Seq=1 Ack=1 Win=191 [TCP CHECKSUM INCORRECT] Len=144 TSV=837300 TSER=1612136 Regards, Oliver -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with CentOS - http://enigmail.mozdev.org iD8DBQFIBcnE724ZL5LNhNcRAjKHAJoDp6hoT2RKnIUyW5+CqK/ALadc9wCeNNEj 4rr82L0Y37rKmzyifoi779g= =a3rZ -----END PGP SIGNATURE----- |
|
From: Bruce S. <bw...@ar...> - 2008-04-15 18:42:13
|
> >>> CD, but the files are in the mods directory. Any clue why? > >> Are you sure they weren't put there when you loaded the mods dir? > > > > I'm sure I didn't load those files. > > I knew that would be the case, but one has to ask ;-) I'm getting closer to figuring out where they are coming from ... (more later, hopefully) :-) > > I'm trying aufs now, but I haven't got it's mount to work in the boot > > script yet (pre_init - and yes the module is loaded). It works fine > > after the system is booted. > > You're doing well. I have it running now with /etc mounted as aufs. It needed more things available at that point in the boot process (/proc , /dev and /var/tmp) than UnionFS needed. I think I'll go with aufs since UnionFS was giving me a bunch of weird warnings. (that appears to be a common complaint) > What's your overall impression so far? Does it actually make things easier? Easier? (the upgrade to a new version script was a real pain to fix! :) I don't know about _easier_, but it sure makes the saved config tarfile a WHOLE LOT _smaller_!!!!!! :-) I plan on running a fresh/mrproper compile tonight. If all goes well, I hope to check it in tomorrow. - BS |
|
From: Dick M. <di...@fo...> - 2008-04-15 18:25:19
|
Bruce Smith wrote: >>> CD, but the files are in the mods directory. Any clue why? >> Are you sure they weren't put there when you loaded the mods dir? > > I'm sure I didn't load those files. I knew that would be the case, but one has to ask ;-) > I'm trying aufs now, but I haven't got it's mount to work in the boot > script yet (pre_init - and yes the module is loaded). It works fine > after the system is booted. You're doing well. What's your overall impression so far? Does it actually make things easier? Dick |
|
From: Bruce S. <bw...@ar...> - 2008-04-15 17:08:00
|
> > I have DL running with the mods for /etc/ in a UnionFS. > > > > There is an expanded /etc on the CD, the mods in /shm, joined to the > > real /etc directory. > > > > One odd thing I've noticed. The mods directory contains some files that > > have not been changed (like /etc/services and a few others). The dates > > are 1980, and 'diff' shows they are exactly the same as the file on the > > CD, but the files are in the mods directory. Any clue why? > > Are you sure they weren't put there when you loaded the mods dir? I'm sure I didn't load those files. I'm trying aufs now, but I haven't got it's mount to work in the boot script yet (pre_init - and yes the module is loaded). It works fine after the system is booted. - BS |