You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(59) |
Sep
(57) |
Oct
(5) |
Nov
(45) |
Dec
(21) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(13) |
Feb
(22) |
Mar
(14) |
Apr
(7) |
May
(33) |
Jun
(57) |
Jul
(25) |
Aug
(40) |
Sep
(53) |
Oct
(58) |
Nov
(75) |
Dec
(22) |
| 2003 |
Jan
(101) |
Feb
(101) |
Mar
(103) |
Apr
(125) |
May
(85) |
Jun
(57) |
Jul
(62) |
Aug
(42) |
Sep
(76) |
Oct
(214) |
Nov
(290) |
Dec
(274) |
| 2004 |
Jan
(187) |
Feb
(172) |
Mar
(313) |
Apr
(209) |
May
(169) |
Jun
(147) |
Jul
(118) |
Aug
(193) |
Sep
(227) |
Oct
(125) |
Nov
(246) |
Dec
(191) |
| 2005 |
Jan
(244) |
Feb
(175) |
Mar
(165) |
Apr
(130) |
May
(217) |
Jun
(122) |
Jul
(188) |
Aug
(235) |
Sep
(165) |
Oct
(133) |
Nov
(209) |
Dec
(88) |
| 2006 |
Jan
(66) |
Feb
(89) |
Mar
(108) |
Apr
(91) |
May
(29) |
Jun
(45) |
Jul
(64) |
Aug
(42) |
Sep
(44) |
Oct
(81) |
Nov
(64) |
Dec
(9) |
| 2007 |
Jan
(24) |
Feb
(122) |
Mar
(55) |
Apr
(50) |
May
(84) |
Jun
(13) |
Jul
(80) |
Aug
(70) |
Sep
(78) |
Oct
(45) |
Nov
(56) |
Dec
(42) |
| 2008 |
Jan
(65) |
Feb
(3) |
Mar
(51) |
Apr
(151) |
May
(54) |
Jun
(72) |
Jul
(73) |
Aug
(47) |
Sep
(55) |
Oct
(123) |
Nov
(16) |
Dec
(4) |
| 2009 |
Jan
(23) |
Feb
(39) |
Mar
(27) |
Apr
(36) |
May
(35) |
Jun
(51) |
Jul
(11) |
Aug
(14) |
Sep
(40) |
Oct
(67) |
Nov
(38) |
Dec
(13) |
| 2010 |
Jan
(15) |
Feb
(35) |
Mar
(40) |
Apr
(11) |
May
(26) |
Jun
(10) |
Jul
(5) |
Aug
(50) |
Sep
(86) |
Oct
(67) |
Nov
(36) |
Dec
(11) |
| 2011 |
Jan
(50) |
Feb
(6) |
Mar
(13) |
Apr
(13) |
May
(29) |
Jun
(27) |
Jul
(26) |
Aug
(27) |
Sep
(21) |
Oct
(7) |
Nov
(27) |
Dec
(4) |
| 2012 |
Jan
(11) |
Feb
(20) |
Mar
(48) |
Apr
(18) |
May
(8) |
Jun
(19) |
Jul
|
Aug
(15) |
Sep
(3) |
Oct
(4) |
Nov
(5) |
Dec
(1) |
| 2013 |
Jan
(13) |
Feb
(7) |
Mar
(4) |
Apr
(25) |
May
(2) |
Jun
(8) |
Jul
(4) |
Aug
(8) |
Sep
(7) |
Oct
|
Nov
(5) |
Dec
(10) |
| 2014 |
Jan
|
Feb
|
Mar
(6) |
Apr
(20) |
May
(5) |
Jun
|
Jul
(2) |
Aug
|
Sep
(8) |
Oct
(21) |
Nov
(4) |
Dec
(7) |
| 2015 |
Jan
(10) |
Feb
(9) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
(11) |
Oct
|
Nov
(17) |
Dec
(32) |
| 2016 |
Jan
(10) |
Feb
(15) |
Mar
(4) |
Apr
(7) |
May
(10) |
Jun
(11) |
Jul
(15) |
Aug
(26) |
Sep
(13) |
Oct
(10) |
Nov
(16) |
Dec
(6) |
| 2017 |
Jan
(9) |
Feb
(3) |
Mar
|
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
(3) |
Sep
(3) |
Oct
(6) |
Nov
(8) |
Dec
|
| 2018 |
Jan
(12) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Devil-Linux <dev...@js...> - 2006-03-09 08:19:28
|
> Hi, > > Wednesday, March 8, 2006, 10:59:37 AM, you wrote: > >> The one I mostly miss is >> iptables -t mangle -A PREROUTING -p tcp -j CONNMARK --restore-mark >> iptables -t mangle -A PREROUTING -p tcp -m mark ! --mark 0 -j >> CONNMARK --save-mark > >> The connmark module ipt_CONNMARK.o >> /lib/modules/2.4.32-grsec/kernel/net/ipv4/netfilter > It's because of L7 extension. Unfortunately, they (connmark and > layer7 extensions) are incompatible. > Hmm, I have searched for any compability problem between these on the net, and I cant find any. Rather the oposite it seem many use the two together. Can you point me to any place where this is discussed. /Jacob |
|
From: Devil-Linux <dev...@js...> - 2006-03-09 07:44:23
|
> Hi, > > Wednesday, March 8, 2006, 10:59:37 AM, you wrote: > >> The one I mostly miss is >> iptables -t mangle -A PREROUTING -p tcp -j CONNMARK --restore-mark >> iptables -t mangle -A PREROUTING -p tcp -m mark ! --mark 0 -j >> CONNMARK --save-mark > >> The connmark module ipt_CONNMARK.o >> /lib/modules/2.4.32-grsec/kernel/net/ipv4/netfilter > It's because of L7 extension. Unfortunately, they (connmark and > layer7 extensions) are incompatible. > Oh, Any idea of what too use instead? /Jacob |
|
From: Serge L. <fi...@in...> - 2006-03-09 07:07:57
|
Hi, Wednesday, March 8, 2006, 10:59:37 AM, you wrote: > The one I mostly miss is > iptables -t mangle -A PREROUTING -p tcp -j CONNMARK --restore-mark > iptables -t mangle -A PREROUTING -p tcp -m mark ! --mark 0 -j CONNMARK --save-mark > The connmark module ipt_CONNMARK.o > /lib/modules/2.4.32-grsec/kernel/net/ipv4/netfilter It's because of L7 extension. Unfortunately, they (connmark and layer7 extensions) are incompatible. -- Best regards, Serge mailto:fi...@in... |
|
From: Devil-Linux <dev...@js...> - 2006-03-08 07:59:45
|
> > On Tue, March 7, 2006 08:08, Devil-Linux wrote: >> Hi all, >> >> >> I am new to the list and maby this has already been discussed, if so I am >> sorry. >> >> I have noticed that several kernal modules are missing in the distros >> since 1.2.7 wich breaks omon other things bandwidth controll and some of >> iptables functions. >> >> Is that ment to be that way os is something being forgotten, or is it to >> force us to do our own compiles? > > We did a bunch of fixes in 1.2.9, is it still missing there? > Can you be more specific and give us details about what's missing? > > - -- > > Regards > Heiko Zuerker > http://www.devil-linux.org > Hi, I do agree that the 1.2.9 is much better when it comes to kernelmodules The one I mostly miss is iptables -t mangle -A PREROUTING -p tcp -j CONNMARK --restore-mark iptables -t mangle -A PREROUTING -p tcp -m mark ! --mark 0 -j CONNMARK --save-mark The connmark module ipt_CONNMARK.o /lib/modules/2.4.32-grsec/kernel/net/ipv4/netfilter I also get an error on the "LVS" /usr/sbin/ldirectord line 470 I will dig deeper when I get the time :) should be able to find most by just comparing the dirs tho. /Jacob |
|
From: Heiko Z. <he...@zu...> - 2006-03-07 18:53:19
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, March 7, 2006 12:10, Dick Middleton wrote: > I can't start ntop on 1.2.9 - Worked OK on 1.2.8. > > > It seems it can't find GDBM. > > > Tue Mar 7 18:06:53 2006 **ERROR** ....open of /etc/ntop/prefsCache.db > failed: File open error > Tue Mar 7 18:06:53 2006 Possible solution: please use '-P <directory>' > Tue Mar 7 18:06:53 2006 **FATAL_ERROR** GDBM open failed, ntop > shutting down... > > Anybody know anything? It doesn't find the database, not gdbm is missing. I don't use ntop myself so I have to guess a little. Is this an upgrade ? If yes, did you have the db files in a different location before? If no, maybe you need to run some command to initialize the db first. - -- Regards Heiko Zuerker http://www.devil-linux.org - -- Regards Heiko Zuerker http://www.devil-linux.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iEYEARECAAYFAkQN1osACgkQUcytMSbs+YUDeACgkDrvIgm14nK6ZDwrfzloWWJB jRcAn0YorC2fIe5g9tyCcOaL+oca9kZ/ =Kj0K -----END PGP SIGNATURE----- |
|
From: Dick M. <di...@li...> - 2006-03-07 18:53:07
|
Dick Middleton wrote: > I can't start ntop on 1.2.9 - Worked OK on 1.2.8. > > It seems it can't find GDBM. Sorry - stupid me :-( Directory didn't exist - possibly because I deleted it. Dick |
|
From: Dick M. <di...@li...> - 2006-03-07 18:10:11
|
I can't start ntop on 1.2.9 - Worked OK on 1.2.8. It seems it can't find GDBM. Tue Mar 7 18:06:53 2006 **ERROR** ....open of /etc/ntop/prefsCache.db failed: File open error Tue Mar 7 18:06:53 2006 Possible solution: please use '-P <directory>' Tue Mar 7 18:06:53 2006 **FATAL_ERROR** GDBM open failed, ntop shutting down... Anybody know anything? Dick |
|
From: Heiko Z. <he...@zu...> - 2006-03-07 15:48:15
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, March 7, 2006 08:08, Devil-Linux wrote: > Hi all, > > > I am new to the list and maby this has already been discussed, if so I am > sorry. > > I have noticed that several kernal modules are missing in the distros > since 1.2.7 wich breaks omon other things bandwidth controll and some of > iptables functions. > > Is that ment to be that way os is something being forgotten, or is it to > force us to do our own compiles? We did a bunch of fixes in 1.2.9, is it still missing there? Can you be more specific and give us details about what's missing? - -- Regards Heiko Zuerker http://www.devil-linux.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iEYEARECAAYFAkQNqy4ACgkQUcytMSbs+YVE0ACfTHuN/80eVscKa+gj0V1J3trL DyYAnifJ6HPGIlW9M+bQs5N3J0+pAajH =jCvL -----END PGP SIGNATURE----- |
|
From: Kari M. <ka...@tr...> - 2006-03-07 15:13:50
|
Hi all, I am new to the list and maby this has already been discussed, if so I am = sorry. Not directly, only indirectly. I have noticed that several kernal modules are missing in the distros since = 1.2.7 wich breaks omon other things bandwidth controll and some of iptables = functions. Many things were due to changes in external modules/packages. Is that ment to be that way os is something being forgotten, or is it to = force us to do our own compiles? Certainly not forgotten. It is only, that Heiko and Bruce, the older two = maintainers are overburdened. They haven't been able to contribute enough = time to DL to clean the edges. This is my impression. If you want worry-free, use-for-almost-anything precompiled version, use = 1.2.6. If you want the latest precompiled versio, use 1.2.9-testversion. You have to pretest+verify your application to be sure it works. ...or you have to compile it yourself. I'm using 1.2.6 mostly :-/ It really is current enough for most = tasks. I wish our main maintainers had a bit more time to contribute to DL = sometime in the future. Personally I'm not able to contribute enough time = to learn all the tricks required in that kind of job. //Kari /Jacob |
|
From: Devil-Linux <dev...@js...> - 2006-03-07 14:08:26
|
Hi all, I am new to the list and maby this has already been discussed, if so I = am sorry. I have noticed that several kernal modules are missing in the distros = since 1.2.7 wich breaks omon other things bandwidth controll and some of = iptables functions. Is that ment to be that way os is something being forgotten, or is it to = force us to do our own compiles? /Jacob |
|
From: Heiko Z. <he...@zu...> - 2006-03-06 18:24:37
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Portslave doesn't work anyway (as far as I know). Just de-select it. Also, please attach critical parts of the log file to requests like this, otherwise we can't really help you. Heiko On Mon, March 6, 2006 11:04, Daniele Ricciardi wrote: > Hi all Guys, > > > i have a little problem while compiling devil linux starting from 1.0 > base. > > After a while i got this error message: > > > executing portslave with option build (in /build/tmp/portslave-1.9.11) > ERROR > /build/scripts/portslave build failed > check log file /build/tmp/LOGS/build/portslave for details > > Can anyone help to bypass this error? > > > thank you > > DR > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language that extends applications into web and mobile media. Attend the > live webcast and join the prime developer group breaking into this new > coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > - -- Regards Heiko Zuerker http://www.devil-linux.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iEYEARECAAYFAkQMflMACgkQUcytMSbs+YVSrgCfaW4vjStzxFyXb2D851WR93a4 1XIAoIcapMrOgUm5XGPNyEGS4iw5LyKB =2aNH -----END PGP SIGNATURE----- |
|
From: Daniele R. <dan...@gm...> - 2006-03-06 17:05:29
|
Hi all Guys, i have a little problem while compiling devil linux starting from 1.0 base. After a while i got this error message: executing portslave with option build (in /build/tmp/portslave-1.9.11) ERROR /build/scripts/portslave build failed check log file /build/tmp/LOGS/build/portslave for details Can anyone help to bypass this error? thank you DR |
|
From: cdmiller <cdm...@ad...> - 2006-03-06 15:21:44
|
Heiko Zuerker wrote: > > > The strategy of DL is to turn everything off by default. > We want to make sure that only the services, which you want to be turned on. > > Maybe we should change this for hotplug and turn it on by default. > Any opinions on this ? > I would say update the docs, where it talks about save-config and where it talks about using usb media, note that hotplug needs to be turned on in the config file. Sounds like a good FAQ entry candidate as well. - cameron |
|
From: Dick M. <di...@li...> - 2006-03-06 10:46:34
|
gun...@lh... wrote: > I have had this same problem until yesterday. not just me then! > After searching some Apache Mailing Lists I found out that what seems to be causing the problem > is the "EnableSendfile" Directive in the Apache config. This sometimes is supposed to > create problems on NFS Directories but also seems to create problems on > the shm Filesystem und DL1.2.9. > After I set "EnableSendfile Off" in the Apache httpd.conf it seems to be working fine. > > I hope this helps you and others too. It seems to do the trick! I've spent hours on this :-( I can move on at last. Thanks a million! Now to try it on my live system. Dick |
|
From: <gun...@lh...> - 2006-03-06 10:41:15
|
Hi Dick, I have had this same problem until yesterday. After searching some Apache Mailing Lists I found out that what seems to = be causing the problem is the "EnableSendfile" Directive in the Apache = config. This sometimes is supposed to create problems on NFS Directories = but also seems to create problems on the shm Filesystem und DL1.2.9. After I set "EnableSendfile Off" in the Apache httpd.conf it seems to be = working fine. I hope this helps you and others too. Best regards Gunnar > =09 >Lufthansa Technik AG >Completion Center Gunnar Dibbern >Dept. HAM WL/I, Innovation Engineering > =09 > -----Original Message----- > From: dev...@li...=20 > [mailto:dev...@li...] On=20 > Behalf Of Dick Middleton > Sent: Monday, March 06, 2006 11:07 AM > To: dev...@li... > Subject: Re: [Devil-Linux-discuss] DL1.2.9/apache2 connection=20 > close, FIN,ACK error >=20 >=20 > Heiko, >=20 > >>I've been having real trouble getting apache2 to work on DL 1.2.9. >=20 > > I'm successfully using Apache on my Server at home, but=20 > then I'm not=20 > > using an index.html. Does it happen with any index.html, or=20 > only with=20 > > a specific one you created? >=20 > It only happens with directly served files. PHP works OK. =20 > Images and=20 > css files fail. >=20 > What I did was copy the default index.html to /var/data/www which I'd=20 > created and changed the document root settings in httpd.conf=20 > appropriately. >=20 > At that point it works. I then added characters to the file until it=20 > failed. 255 chars works, 256 chars doesn't. >=20 > I attach httpd.conf with all comment lines removed - just in case=20 > there's something stupid in it. Also a 256 byte index.html. >=20 > What's bizarre is that apache doesn't see a problem. It thinks the=20 > pages are served correctly. >=20 > Running "lynx localhost" is all you need to demonstrate the problem.=20 > However I've just discovered a "telnet localhost 80" access works OK.=20 > So maybe it's something in the headers? I attach what Firefox=20 > sends as well. >=20 > It would be nice if someone could try to reproduce the=20 > problem to see if=20 > it's just me or more general. >=20 > Dick >=20 >=20 |
|
From: Dick M. <di...@li...> - 2006-03-06 10:11:51
|
Bruce Smith wrote: >>I'm successfully using Apache on my Server at home, but then I'm not using >>an index.html. >>Does it happen with any index.html, or only with a specific one you >>created? > > > > I don't know if this is related or not, but I tried upgrading an DL > Apache server to 1.2.9 (i686) and it appeared that a lot of standard > modules were missing. The first thing it complained about was the auth > modules. When I commented them out, then lines like "allow from all" > would fail. Yes, you need to use the new modules. There's a few that have had their names changed and some stuff has been put into core. What I did was to copy the LoadModule list from the default httpd.conf into a file modules.conf and then use Include to load it. That way you can get some sort of 2.0 -> 2.2 compatibility. However there's a lot of modules loaded - I'm not sure how many are really needed. Dick |
|
From: Dick M. <di...@li...> - 2006-03-06 10:06:57
|
Heiko, >>I've been having real trouble getting apache2 to work on DL 1.2.9. > I'm successfully using Apache on my Server at home, but then I'm not using > an index.html. > Does it happen with any index.html, or only with a specific one you created? It only happens with directly served files. PHP works OK. Images and css files fail. What I did was copy the default index.html to /var/data/www which I'd created and changed the document root settings in httpd.conf appropriately. At that point it works. I then added characters to the file until it failed. 255 chars works, 256 chars doesn't. I attach httpd.conf with all comment lines removed - just in case there's something stupid in it. Also a 256 byte index.html. What's bizarre is that apache doesn't see a problem. It thinks the pages are served correctly. Running "lynx localhost" is all you need to demonstrate the problem. However I've just discovered a "telnet localhost 80" access works OK. So maybe it's something in the headers? I attach what Firefox sends as well. It would be nice if someone could try to reproduce the problem to see if it's just me or more general. Dick |
|
From: Michele P. <10...@ti...> - 2006-03-06 08:21:13
|
At 21.43 05/03/2006 -0600, you wrote:
>Hey,
^_^
Hi!
> > Isn't ldirectord used by anyone?
>
>Doesn't look like it. ;-)
>I'm currently looking adding ipvsadm to DL.
Ok, no problem then :)
>I have to admit I forgott to add your patch, sorry.
>I'll see if I get a chance to take care of it soon (I'm pretty busy right
>now).
No problem, for now I've settled to recompile DL , but when you add it to
the mainstream DL I'll be happy to report and help whenever I can.
P.S: who isn't busy "right now"? (no matter when the *now* is <g>)
Ah, by the way, I'm using openvpn2.1beta (beta11 currently) instead of
2.0.5 since 2.1beta8 (because of its multihoming capability) and it
integrates quite well with DL.
Live long and prosper
Michele
|
|
From: Bruce S. <bw...@ar...> - 2006-03-06 05:57:33
|
> I'm successfully using Apache on my Server at home, but then I'm not using > an index.html. > Does it happen with any index.html, or only with a specific one you > created? I don't know if this is related or not, but I tried upgrading an DL Apache server to 1.2.9 (i686) and it appeared that a lot of standard modules were missing. The first thing it complained about was the auth modules. When I commented them out, then lines like "allow from all" would fail. I didn't get much time to investigate, and I won't be able to get back to it for a couple weeks. Anyone else running Apache on i686-server DL? - BS |
|
From: Heiko Z. <he...@zu...> - 2006-03-06 04:00:25
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, March 5, 2006 06:33, Dick Middleton wrote: > I've been having real trouble getting apache2 to work on DL 1.2.9. > > > I have booted DL on my laptop as a test bed and set the very minimum > network configuration. I've also made the very minimum changes to > httpd.conf to configure apache2. "It Works!" works. However if I > increase the size of index.html (by adding characters anywhere - head, > body etc) it fails to send the file if the file has a size 256 bytes or > more. It is definitely size rather than content related. > > Apache logs show the file being served correctly (code=200) whatever the > size. However something is forcing tcp to prematurely close the > connection. If I look at the network with ethereal I get an ACK from the > server to the GET request as expected followed immediately by a FIN,ACK > which forces the connection to close. No data is transferred from the > server when this happens. > > Has anybody any idea why I'm getting this error and what I can do about > it? I get it on 2 systems with completely different > hardware/configurations so I think it has to be a system configuration > issue. > > Has nobody else seen this problem? I'm successfully using Apache on my Server at home, but then I'm not using an index.html. Does it happen with any index.html, or only with a specific one you created? - -- Regards Heiko Zuerker http://www.devil-linux.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iEYEARECAAYFAkQLs8sACgkQUcytMSbs+YWRWgCfdRPAVYPmubxnGv9YlnrzOwGD r5AAn1A7v7MiWEDdlw3IVfI0pLiaVZ5w =R1Tx -----END PGP SIGNATURE----- |
|
From: Heiko Z. <he...@zu...> - 2006-03-06 03:43:29
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey, On Sun, March 5, 2006 17:46, Michele Pensotti wrote: > Hi all. > I just tried the new 1.2.9 on a "blank" machine and at the end of the boot > process I got this error: > > Starting ldirectord... Can not find ipvsadm at /usr/sbin/ldirectord line > 470. > failure > > I tried to search the filesystem and there isn't an ipvsadm binary. > > > Just out of curiosity I tried to locate the ipvsadm binary in some > previous DL versions I'm using (1.2.6 and 1.2.8). > Well, it seems the binary is missing in those releases too! > > Isn't ldirectord used by anyone? Doesn't look like it. ;-) I'm currently looking adding ipvsadm to DL. > Also, I see that fprobe has not been added, not even in the CVS or in the > source tree, may I know why? Yes, I know you told me there was not enough > time to add it to the 1.2.9 but why not the CVS or source tree? > > Weren't my "patches" received correctly? Did I do something wrong? > > Please tell me, I'd really like to contribute. I have to admit I forgott to add your patch, sorry. I'll see if I get a chance to take care of it soon (I'm pretty busy right now). - -- Regards Heiko Zuerker http://www.devil-linux.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iEYEARECAAYFAkQLr9cACgkQUcytMSbs+YWs1gCfavJr/FJciibLQxwXeUWyTJ6i ZfkAnjhpOOD0Ls3knTxGHjkzY0EA3E06 =Wv1t -----END PGP SIGNATURE----- |
|
From: Heiko Z. <he...@zu...> - 2006-03-06 03:37:38
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, March 2, 2006 02:09, Malikkal S. Sivaramakrishnan wrote: > Hi Friends, > > > I have been quietly using Devil-Linux for around 1.5 years, reading > discussions, and upgrading my linux skills as I worked with Devil-Linux. > Thumbs up to this great distro, I would call it ultimate > for Firewalls or Perimeter Security. > > I am making my first post for the first time for a small help. All > along my upgrades worked fine, without giving me much of any problems. With > 1.2.9 upgrade from 1.2.8, the 'ldirectord' service attempts to > start itself after SSHD starts. I am very sure I haven't configured > 'ldirectord' to start anywhere, and tried all my tricks to fix this, > but in vain. Any help is much appreciated to crackdown on where it comes > from. My guess it's related to heartbeat, it probably tries to start it. Unfortunately the latest version of ldirectord requires ipvsadm, which is not yet part of DL. I'm looking at adding ipvsadm right now. - -- Regards Heiko Zuerker http://www.devil-linux.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iEYEARECAAYFAkQLrncACgkQUcytMSbs+YUGOwCcC38xqLX7nF3Pn2JXNQCZMdj+ ITwAoI7kX3fvk0Msi2Vj/9GbnM/iy0Pv =+gqw -----END PGP SIGNATURE----- |
|
From: Michele P. <10...@ti...> - 2006-03-05 23:46:31
|
Hi all. I just tried the new 1.2.9 on a "blank" machine and at the end of the boot process I got this error: Starting ldirectord... Can not find ipvsadm at /usr/sbin/ldirectord line 470. failure I tried to search the filesystem and there isn't an ipvsadm binary. Just out of curiosity I tried to locate the ipvsadm binary in some previous DL versions I'm using (1.2.6 and 1.2.8). Well, it seems the binary is missing in those releases too! Isn't ldirectord used by anyone? Also, I see that fprobe has not been added, not even in the CVS or in the source tree, may I know why? Yes, I know you told me there was not enough time to add it to the 1.2.9 but why not the CVS or source tree? Weren't my "patches" received correctly? Did I do something wrong? Please tell me, I'd really like to contribute. Thank you for all and goodnight Michele |
|
From: Heiko Z. <he...@zu...> - 2006-03-05 17:21:57
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, March 3, 2006 09:53, cdmiller wrote: > cdmiller wrote: >> >> I am seeing the same behaviour with Devil 1.2.8 on a Penguin Computing >> Relion 1300 server. There are some earlier posts on the mailing list >> about trying vfat or ext2 on the USB stick, the suggestions there might >> work for you. Save-config only works with vfat for me. My bios has a >> setting for forcing HDD or FDD for USB, I have found forcing to HDD >> does better, allowing swaps within a limited time frame, but after a USB >> stick being unplugged for a half hour or so USB sticks are no longer >> seen. When the USB stick is no longer seen running /etc/init.d/hotplug >> status no longer shows the drive being in /proc/bus/usb/devices and >> there is no longer a KHUBD thread. The only way I have found to get it >> back is reboot. I suspect if the usb drivers were in modules, >> reloading the modules might detect and see the USB stick again. I don't >> have this problem on our ancient 1.0.4 devil-linux system. > > OK, we have a failover firewall system here using ha. I just upgraded > the new servers to 1.2.9, (many thanks for ipset!), and I noticed while > setting up /etc/sysconfig/config for the failover box: > > START_HOTPLUG=no > > > Well, duh! That appears have been the most likely cause of my > observations above. At present the USB detection is working perfectly. > > Hopefully I didn't cause anyone too much trouble in looking for my > meatware problem. The strategy of DL is to turn everything off by default. We want to make sure that only the services, which you want to be turned on. Maybe we should change this for hotplug and turn it on by default. Any opinions on this ? - -- Regards Heiko Zuerker http://www.devil-linux.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iEYEARECAAYFAkQLHicACgkQUcytMSbs+YUk4QCfbqhnR2M0wyY6+pFOUjUcWijN QWsAn2DrnMaW/fgiO+uz35mIWgIdmXv2 =dY45 -----END PGP SIGNATURE----- |
|
From: Dick M. <di...@li...> - 2006-03-05 12:33:55
|
I've been having real trouble getting apache2 to work on DL 1.2.9. I have booted DL on my laptop as a test bed and set the very minimum network configuration. I've also made the very minimum changes to httpd.conf to configure apache2. "It Works!" works. However if I increase the size of index.html (by adding characters anywhere - head, body etc) it fails to send the file if the file has a size 256 bytes or more. It is definitely size rather than content related. Apache logs show the file being served correctly (code=200) whatever the size. However something is forcing tcp to prematurely close the connection. If I look at the network with ethereal I get an ACK from the server to the GET request as expected followed immediately by a FIN,ACK which forces the connection to close. No data is transferred from the server when this happens. Has anybody any idea why I'm getting this error and what I can do about it? I get it on 2 systems with completely different hardware/configurations so I think it has to be a system configuration issue. Has nobody else seen this problem? Dick |