|
From: Peter J. <P.J...@vi...> - 2008-10-22 06:21:36
|
> -----Original Message----- > From: Serge Leschinsky [mailto:fi...@in...] > Sent: woensdag 22 oktober 2008 5:07 > To: dev...@li... > Subject: Re: [Devil-Linux-discuss] Requests > > Hi Peter, > > Peter Jannesen wrote: > > Hi, > > > > I have 2 simple request for the next devil-linux 1.3 test release. > > > > Please don't throw a way the kernel boot messages in initrd/linuxrc. > > When you have a hardware issue you needs these messages. > dmesg > /var/log/boot.log > > Will this command executing just after the system is up help > you? I realize that it is not an elegant solution but if I > should do it, I'd make something like this. At the moment klogd en started en killed in initrd/linuxrc to flush the kernel message buffer. This is my problem. Now I need to unpack initrd, mount initrd, edit linuxrc, unmount and pack initrd to comment out 2 lines. Normaly is just use syslog-ng to read the kernel message buffer en write the syslog to /var/log/message. This file start then with the boot log. This works in Devil 1.2 > > My problem is that the 2.6.25.X kernel is using a bad time source. > > There are a lot of messages on the net related to it but no > clear reason why. > > One posible solution is to hardcode the time source with the linux > > boot command options. > I'm very sorry but I'm not sure I've understood you. May I > ask about explanation or link to the problem discussion? There are some changes in the 2.6.25 kernel so it is prefers a differend time source. I my case it resulted in a instable timesource. Searching with google just gives to many useless hits. The solution is to add clocksource=<name> to the linux boot options. > > I have the bad luck that the other side of one of my > ipsec-tunnels is > > using keep a live which result in 4 statistics log messages > every 30 > > seconds per tunnel.These message are generated because of the > > '--enable-stats' option in the build script. > > Is it posible to remove this option from then build proces? > It's much easier to remove some functionality than add one. > :-) Let's wait for other people's opinion... This build option give the following syslog messages: racoon: alg_oakley_encdef_decrypt(3des klen=192 size=56): 0.000090 racoon: alg_oakley_hmacdef_one(hmac_sha1 size=36): 0.000057 racoon: alg_oakley_hmacdef_one(hmac_sha1 size=36): 0.000044 racoon: alg_oakley_encdef_encrypt(3des klen=192 size=64): 0.000061 It is nice to known how fast your hardware is. But 11520 messages a day is............ > > > -- > Serge > > -------------------------------------------------------------- > ----------- > This SF.Net email is sponsored by the Moblin Your Move > Developer's challenge Build the coolest Linux based > applications with Moblin SDK & win great prizes Grand prize > is a trip for two to an Open Source event anywhere in the > world http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > |