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: Marcello D. <m.d...@st...> - 2008-07-11 10:12:21
|
I'm experimenting (see previous message) with an ALIX 2C3 board. The board is based on an AMD Geode LX 800 CPU which features both hw chipher (128 bit AES CBC/ECB) and Random Number Generator. After installing devil-linux on it, I'm wondering how to take advantage of this hardware features. I'm mainly interested in ssl-based applications (ssh and openvpn), so if I could get openssl to load the required libraries (?) on startup it would be enough. Reading around I understand that to achieve this I need: 1) a kernel driver for the hardware 2) an openssl engine which uses the driver 3) a patch to openssl which loads the engine at lib startup Now, point 1 is solved by geode_aes module, point 3 doesn't seem to be hard to solve (I guess it shouldn't be much different from the "padlock" engine patch), while point 2 seems critical (or it looks critical to me, at least). I've not been able to find any reference to a specific "geode" engine (like the padlock one). The only solution I've found seems to be going through the ocf-linux framework. I don't like this solution very much: 1) I don't like patching the kernel 2) I don't like adding a whole (and second) cryptographic framework just to get an openssl engine 3) latest ocf-linux patches are targeted to 2.6.23 kernel Is this the only available solution to have openssl support the geode crypto subsystem? Any comment would be welcomed. Ciao Marcello Desantis Storming Sas |
|
From: Marcello D. <m.d...@st...> - 2008-07-11 09:12:07
|
I just got a PC Engines' ALIX 2C3 board and I'm doing some tests using the development version of devil-linux. The installation on Compact Flash is straightforward, but a couple of changes are needed to let you login into the system from serial console. Basically you have to spawn a getty process on the serial port (inittab) and add the serial console to the pool of ttys that root is allowed to login from (securetty). In doing this, I encountered a little BUG in install-on-usb script. If, when requested, you specify a configuration file to preload to disk, it gets copied as 'etc.tar.bz2' and not as 'etc-mods.tar.bz2" as it should. A more detailed description of the installation steps: 1) Create a modified copy of etc/inittab (from iso image) adding the line: S0:2345:respawn:/sbin/agetty -L 38400 ttyS0 vt102 Without this you don't get a login prompt. You can also comment all of the lines referring to any ttyX, they are useless without VGA's virtual consoles. 2) Create a modified copy of etc/securetty (from iso image) adding the line ttyS0 Without this you cannot login as root from serial console. 3) Create a modified copy of 'config/etc-mods.tar.bz2' (from iso image) archive including files created at points 1 and 2 4) Connect CF to a PC *WITHOUT* mounting it 5) Partition CF with 2 partitions. One for ISO and one for configuration 6) Install CF using install-on-usb script, choosing "GRUB with serial console" and setting 38400 speed (which is the default serial port speed of the ALIX BIOS) 7) Mount the "configuration" partition created at point 2 and copy the modified etc-mods.tar.bz2 to it 8) Unmount the partition 9) Remove the CF card and insert it in the ALIX board 10) Connect a serial terminal emulator (picocom, minicom, gtkterm) to the ALIX board and power on Note that instead of going through steps 7-8, you should specify your custom cfg file when requested by install-on-usb script. I'm not doing so due to the bug reported above. I guess it will be fixed soon. Hope it helps. Marcello Desantis Storming Sas |
|
From: Bruce S. <bw...@re...> - 2008-07-11 03:15:24
|
I updated 1.3 and uploaded a new testing release to the FTP server. - BS Hi, > > I just want to bring the recent DNS vulnerability to your attention, > mabye this needs a quick fix and release of DL (and be sure to check > your other systems, too): > > http://www.kb.cert.org/vuls/id/800113 > > http://securosis.com/2008/07/08/dan-kaminsky-discovers-fundamental-iss > ue-in-dns-massive-multivendor-patch-released/<http://securosis.com/2008/07/08/dan-kaminsky-discovers-fundamental-issue-in-dns-massive-multivendor-patch-released/> > > DNS checker (on the right menue): http://www.doxpara.com/ > > BIND: http://www.isc.org/index.pl?/sw/bind/index.php > > > greetings, martin > > |
|
From: Bruce S. <bw...@re...> - 2008-07-10 14:21:06
|
I'm current running an upgrade on my build-machine/workstation to Ubuntu 8.04LTS. That will take some time, then it will be awhile to make sure everything else works. Even if it goes smoothly, I doubt there will be much time left to work on DL today. - BS > Hey, > > the remote boot of my build machine doesn't work, so I can't work on > the update package. > Does any other developer have time to look at the bind update? > > Thanks > Heiko > > Quoting Martin Hotze <ma...@ho...>: > > > Hi, > > > > I just want to bring the recent DNS vulnerability to your attention, > > mabye this needs a quick fix and release of DL (and be sure to check > > your other systems, too): > > > > http://www.kb.cert.org/vuls/id/800113 > > > > http://securosis.com/2008/07/08/dan-kaminsky-discovers-fundamental-iss > > ue-in-dns-massive-multivendor-patch-released/ > > > > DNS checker (on the right menue): http://www.doxpara.com/ > > > > BIND: http://www.isc.org/index.pl?/sw/bind/index.php > > > > > > greetings, martin > |
|
From: Heiko Z. <he...@zu...> - 2008-07-10 12:43:40
|
Hey, the remote boot of my build machine doesn't work, so I can't work on the update package. Does any other developer have time to look at the bind update? Thanks Heiko Quoting Martin Hotze <ma...@ho...>: > Hi, > > I just want to bring the recent DNS vulnerability to your attention, > mabye this needs a quick fix and release of DL (and be sure to check > your other systems, too): > > http://www.kb.cert.org/vuls/id/800113 > > http://securosis.com/2008/07/08/dan-kaminsky-discovers-fundamental-iss > ue-in-dns-massive-multivendor-patch-released/ > > DNS checker (on the right menue): http://www.doxpara.com/ > > BIND: http://www.isc.org/index.pl?/sw/bind/index.php > > > greetings, martin > > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > -- Regards Heiko Zuerker http://www.devil-linux.org ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
|
From: Martin H. <ma...@ho...> - 2008-07-09 06:53:28
|
Hi, I just want to bring the recent DNS vulnerability to your attention, mabye this needs a quick fix and release of DL (and be sure to check your other systems, too): http://www.kb.cert.org/vuls/id/800113 http://securosis.com/2008/07/08/dan-kaminsky-discovers-fundamental-iss ue-in-dns-massive-multivendor-patch-released/ DNS checker (on the right menue): http://www.doxpara.com/ BIND: http://www.isc.org/index.pl?/sw/bind/index.php greetings, martin |
|
From: Moray M. <mmc...@ox...> - 2008-07-08 08:29:19
|
> I did some google searches but didn't make any headway. The > exact error string I get when I enter my password for sudo is > "sudo: pam_acct_mgmt: 7". A quick review of the PAM source code suggests that code 7 is PAM_AUTH_ERR. You may have joy looking for this in google... Yours, Moray -------------------------------------- Moray McConnachie Head of Information Services Oxford Analytica +44 1865 261 600 http://www.oxan.com > > > > Heiko Zuerker wrote: > > > > Hey, > > > > is there anything in the logs? > > Check if you find anything via google, as far as I know > this should work. > > > > Heiko > > > > Quoting KyleJHarper <ky...@ca...>: > > > >> > >> I have been using the new build and everything compiles > and the ISO > >> is made successfully. I have found one problem though... > >> > >> When trying to use sudo I receive a PAM error. Here is > what I do to > >> produce the error: > >> -Make a new user (bob) > >> -Log in as bob and try to do "sudo <whatever>" (I used > sudo ifconfig) > >> -Enter my password for bob > >> > >> I get an error that reads: > >> "sudo: pam_acct_mgmt: 7" > >> > >> Any thoughts on what might be the matter (or what I may have done > >> wrong in my build) to get this? If you can't reproduce it with a > >> fresh build let me know and I'll send you my ISO link. Perhaps I > >> built something incorrectly? > >> > >> Thanks, > >> Kyle > >> > >> > >> > >> Heiko Zuerker wrote: > >>> > >>> Hey guys, > >>> > >>> I uploaded new 1.2.15 and 1.3.6 testing releases to our > FTP server. > >>> > >>> Have fun & report any problems! > >>> > >>> -- > >>> > >>> Regards > >>> Heiko Zuerker > >>> http://www.devil-linux.org > >>> > >>> > >>> ---------------------------------------------------------------- > >>> This message was sent using IMP, the Internet Messaging Program. > >>> > >>> > >>> > >>> > -------------------------------------------------------------------- > >>> ----- Check out the new SourceForge.net Marketplace. > >>> It's the best place to buy or sell services for just > about anything > >>> Open Source. > >>> http://sourceforge.net/services/buy/index.php > >>> _______________________________________________ > >>> Devil-linux-discuss mailing list > >>> Dev...@li... > >>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > >>> > >>> > >> > >> -- > >> View this message in context: > >> http://www.nabble.com/new-testing-releases-tp18134070p18178467.html > >> Sent from the devil-linux-discuss mailing list archive at > Nabble.com. > >> > >> > >> > --------------------------------------------------------------------- > >> ---- Check out the new SourceForge.net Marketplace. > >> It's the best place to buy or sell services for just about > anything > >> Open Source. > >> http://sourceforge.net/services/buy/index.php > >> _______________________________________________ > >> Devil-linux-discuss mailing list > >> Dev...@li... > >> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > >> > > > > > > > > -- > > > > Regards > > Heiko Zuerker > > http://www.devil-linux.org > > > > > > ---------------------------------------------------------------- > > This message was sent using IMP, the Internet Messaging Program. > > > > > > > ---------------------------------------------------------------------- > > --- Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for just about anything > > Open Source. > > http://sourceforge.net/services/buy/index.php > > _______________________________________________ > > Devil-linux-discuss mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > > > -- > View this message in context: > http://www.nabble.com/new-testing-releases-tp18134070p18324289.html > Sent from the devil-linux-discuss mailing list archive at Nabble.com. > > > -------------------------------------------------------------- > ----------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > |
|
From: KyleJHarper <ky...@ca...> - 2008-07-07 19:08:02
|
Heiko, Again my inexperience with linux kicks in... where would I find logs for pam errors? I checked /var/log/ but there was nothing there for pam. I did some google searches but didn't make any headway. The exact error string I get when I enter my password for sudo is "sudo: pam_acct_mgmt: 7". Something odd. I just downloaded an ISO (precompiled iso of 1.2.14) and mounted it with VMware. When I logged in and tried to add a user I get the exact same problem as I listed at the start of this article. Perhaps I'm performing the useradd incorrectly? Here is exactly what I type to duplicate this: -Log in with root -useradd kyle -passwd kyle Test1234 (twice, password takes and all is well) -nano /etc/sudoers and add kyle to user privilege spec -Log out, then log in with kyle/Test1234 -sudo cat /etc/shadow It's here I enter my password (Test1234) and get the pam_acct_mgmt: 7 error. If there is any more research I can do to help figure this out on my own let me know. Otherwise can you check it out and see if you can duplicate the error and/or see what I'm doing wrong? Thanks! Kyle Heiko Zuerker wrote: > > Hey, > > is there anything in the logs? > Check if you find anything via google, as far as I know this should work. > > Heiko > > Quoting KyleJHarper <ky...@ca...>: > >> >> I have been using the new build and everything compiles and the ISO is >> made >> successfully. I have found one problem though... >> >> When trying to use sudo I receive a PAM error. Here is what I do to >> produce >> the error: >> -Make a new user (bob) >> -Log in as bob and try to do "sudo <whatever>" (I used sudo ifconfig) >> -Enter my password for bob >> >> I get an error that reads: >> "sudo: pam_acct_mgmt: 7" >> >> Any thoughts on what might be the matter (or what I may have done wrong >> in >> my build) to get this? If you can't reproduce it with a fresh build let >> me >> know and I'll send you my ISO link. Perhaps I built something >> incorrectly? >> >> Thanks, >> Kyle >> >> >> >> Heiko Zuerker wrote: >>> >>> Hey guys, >>> >>> I uploaded new 1.2.15 and 1.3.6 testing releases to our FTP server. >>> >>> Have fun & report any problems! >>> >>> -- >>> >>> Regards >>> Heiko Zuerker >>> http://www.devil-linux.org >>> >>> >>> ---------------------------------------------------------------- >>> This message was sent using IMP, the Internet Messaging Program. >>> >>> >>> >>> ------------------------------------------------------------------------- >>> Check out the new SourceForge.net Marketplace. >>> It's the best place to buy or sell services for >>> just about anything Open Source. >>> http://sourceforge.net/services/buy/index.php >>> _______________________________________________ >>> Devil-linux-discuss mailing list >>> Dev...@li... >>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/new-testing-releases-tp18134070p18178467.html >> Sent from the devil-linux-discuss mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://sourceforge.net/services/buy/index.php >> _______________________________________________ >> Devil-linux-discuss mailing list >> Dev...@li... >> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >> > > > > -- > > Regards > Heiko Zuerker > http://www.devil-linux.org > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > -- View this message in context: http://www.nabble.com/new-testing-releases-tp18134070p18324289.html Sent from the devil-linux-discuss mailing list archive at Nabble.com. |
|
From: Heiko Z. <he...@zu...> - 2008-07-07 16:25:45
|
Quoting Leslie Hazelton <les...@ma...>: > Heiko, > > Thanks for the reply. > > I am using Stable DL 1.2.13 and Shorewall 3.2.7. I verified this by > using the "shorewall version" command and "cat /DEVIL-LINUX". > > I have START_ADSL=yes in the /etc/sysconfig/config file. As far as I > can tell, the green lights on the ADSL modem do not flicker abnormally > of go out. The line bounce at 479.9 to 480.0 minutes is so dependable > that I have made it a point to be watching when this happens. > > I do have a spare NIC - just in case - which I can swap in. I haven't > done that yet because I hadn't thought a hardware problem would produce > this type of symptom. Since your reply tends to rule out a software > issue, I will swap the cards and see what happens. I'm assuming it's a hardware issue since it didn't sound that you did any changes to the software configuration. The problem could also be your modem or maybe simply the cable, who knows. Try the 'cheap' basics first. But also try to think back if you did any configuration changes or software upgrades before it started happening. -- Regards Heiko Zuerker http://www.devil-linux.org ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
|
From: Leslie H. <les...@ma...> - 2008-07-07 16:14:44
|
Heiko, Thanks for the reply. I am using Stable DL 1.2.13 and Shorewall 3.2.7. I verified this by using the "shorewall version" command and "cat /DEVIL-LINUX". I have START_ADSL=yes in the /etc/sysconfig/config file. As far as I can tell, the green lights on the ADSL modem do not flicker abnormally of go out. The line bounce at 479.9 to 480.0 minutes is so dependable that I have made it a point to be watching when this happens. I do have a spare NIC - just in case - which I can swap in. I haven't done that yet because I hadn't thought a hardware problem would produce this type of symptom. Since your reply tends to rule out a software issue, I will swap the cards and see what happens. Thanks again. --- Les Heiko Zuerker wrote: > Hey, > > I'm not aware of anything in DL which could cause this issue. > Does the ethernet connection itself go down? > Can you swap the network card to see if it's a simple hardware issue? > Which version of DL are you using? > > Heiko > > > Quoting Leslie Hazelton <les...@wo...>: > > >> I am currently using DL-1.2.13, shorewall and PPP-OE on my firewall. >> >> In the past I would see 10 to 15 days or more without a connection drop. >> A few months age I started to see a problem where the connection would >> drop for a few seconds and then re-connect every eight (8) hours. >> >> I created a shell script to extract data from the system messages file >> and calculate the connect time. The result shows that the connect times >> are consistently 480.0 or 479.9 minutes each time. >> >> When I contact my ISP (AT&T DSL) they swear they have nothing to do with >> the problem and it must be a problem in my firewall/router. I don't >> believe them, but I must check. I have searched the list archives and >> my local configuration. I see no reports in the mailing-list and have >> found nothing in the configuration that should cause this problem. >> >> Is there anything in DL or the PPP configuration that could cause this >> problem. >> >> Any help would be greatly appreciated. >> >> ---- >> Les >> >> ------------------------------------------------------------------------- >> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! >> Studies have shown that voting for your favorite open source project, >> along with a healthy diet, reduces your potential for chronic lameness >> and boredom. Vote Now at http://www.sourceforge.net/community/cca08 >> _______________________________________________ >> Devil-linux-discuss mailing list >> Dev...@li... >> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >> >> > > > > |
|
From: Heiko Z. <he...@zu...> - 2008-07-07 12:41:26
|
Hey, Quoting drew einhorn <dre...@gm...>: > Hi, > > I'd like to run Devil Linux in a VM on a server without hardware virtualization support. > > Is there an appropriate xen kernel somewhere, or do I have to figure out the voodoo to build my own? We currently don't include the the xen kernel patch. BUT: - We do support VMWare and have all the needed drivers included. - As another option you can give the 1.3 version of Devil-Linux a try, since the 2.6 Kernel series now has built in for some virtualization platforms (not sure if XEN is really included). 1.3 is our development version, but it's already stable (many people are already using it). -- Regards Heiko Zuerker http://www.devil-linux.org ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
|
From: Heiko Z. <he...@zu...> - 2008-07-07 12:38:45
|
Quoting Jacob Sandin <dev...@js...>: > Hmmm, might say bingo.. > > It flashed by when I searched for NSA CF and linux that NSA only supported > PIO. > > A bit more searching on that gave me ide=nodma for boot option > (http://www.linuxquestions.org/questions/linux-hardware-18/dma-error-on-tran > scend-cf-cards-584070/) > > So I thought better to try and burn than ... > > Actually since I added it to grub.conf I have not had a single failure. > > Does this make scense to anyone that knows these CF things better than me, > can I trust the system now? I would say yes. Some systems (older ones mostly) don't like DMA mode or it's just not supported right by the driver. PIO is usually working, it's just significantly slower. -- Regards Heiko Zuerker http://www.devil-linux.org ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
|
From: Heiko Z. <he...@zu...> - 2008-07-07 12:36:07
|
Hey, I'm not aware of anything in DL which could cause this issue. Does the ethernet connection itself go down? Can you swap the network card to see if it's a simple hardware issue? Which version of DL are you using? Heiko Quoting Leslie Hazelton <les...@wo...>: > I am currently using DL-1.2.13, shorewall and PPP-OE on my firewall. > > In the past I would see 10 to 15 days or more without a connection drop. > A few months age I started to see a problem where the connection would > drop for a few seconds and then re-connect every eight (8) hours. > > I created a shell script to extract data from the system messages file > and calculate the connect time. The result shows that the connect times > are consistently 480.0 or 479.9 minutes each time. > > When I contact my ISP (AT&T DSL) they swear they have nothing to do with > the problem and it must be a problem in my firewall/router. I don't > believe them, but I must check. I have searched the list archives and > my local configuration. I see no reports in the mailing-list and have > found nothing in the configuration that should cause this problem. > > Is there anything in DL or the PPP configuration that could cause this > problem. > > Any help would be greatly appreciated. > > ---- > Les > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > -- Regards Heiko Zuerker http://www.devil-linux.org ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
|
From: drew e. <dre...@gm...> - 2008-07-06 00:40:42
|
Hi, I'd like to run Devil Linux in a VM on a server without hardware virtualization support. Is there an appropriate xen kernel somewhere, or do I have to figure out the voodoo to build my own? -- Drew Einhorn |
|
From: Jacob S. <dev...@js...> - 2008-07-04 21:38:35
|
Hmmm, might say bingo.. It flashed by when I searched for NSA CF and linux that NSA only supported PIO. A bit more searching on that gave me ide=nodma for boot option (http://www.linuxquestions.org/questions/linux-hardware-18/dma-error-on-tran scend-cf-cards-584070/) So I thought better to try and burn than ... Actually since I added it to grub.conf I have not had a single failure. Does this make scense to anyone that knows these CF things better than me, can I trust the system now? Kind regards Jacob -----Ursprungligt meddelande----- Från: dev...@li... [mailto:dev...@li...] För Jacob Sandin Skickat: den 4 juli 2008 21:54 Till: dev...@li... Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic /dev/ide/host0/bus1/target0/lun0/part1 It seem these device partitions lets me access the disk /dev/ide/hd/c0b1t0u0p1 BOOT /dev/ide/hd/c0b1t0u0p2 vfat with config file. as well as /dev/ide/host0/bus1/target0/lun0/part1 BOOT /dev/ide/host0/bus1/target0/lun0/part2 vfat with config You will find 2 traces in file attached trace 1 (boot OK) trace 2 (boot failed) halted on (sync) for a long long time and after I got an error on the command reboot and if I try mounting it gives me "missing codepage" Hope this helps. -----Ursprungligt meddelande----- Från: dev...@li... [mailto:dev...@li...] För Bruce Smith Skickat: den 4 juli 2008 18:34 Till: dev...@li... Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic Try running save-config with a trace to help see what's going on: bash -x save-config (you could apped "-q" on the end, or whatever options you're using) - BS > Can I do anything else to help find the error. > > Do you want the output from saving even though it gives no error? > > Kind regards > > /Jacob > > > > Från: dev...@li... > [mailto:dev...@li...] För Jacob Sandin > Skickat: den 30 juni 2008 15:48 > Till: dev...@li... > Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic > > > > Sorry about the confusion I did try to start a new thread "NSA CF". > > > > To describe the problem. > > > > I have a 2Gb CF card in my NSA. > > > > 300MB partition for booting bootcd.img > > *rest* partition for config. > > > > All works when booting from the newly created CF (wich I create with > the > install-on-usb) it uses the etc.tar.bz2 and everything J > > > > But when I have made some changes and saves (although all looks > normal) the > config on the second partition is destroyed somehow. And next boot I > am asked to upgrade the etc.tar.bz2 as it is from an older version, > and a lot of files are missing from it. > > > > Also after running the save-config I no longer have a stable system > and get > messages like (-bash: /usr/bin/joe: Input/output error) > > > > I do not know what more to say tell you, I get no errors from > save-config (although it sometimes take very long to complete) and the > same system runs > find with CF+USB pen. > > > > Kind regads > > Jacob > > > > > > > > > > Från: dev...@li... > [mailto:dev...@li...] För Bruce > Smith > Skickat: den 30 juni 2008 15:03 > Till: dev...@li... > Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic > > > > OK, I read (well, skimmed :) the emails, and I'm still unclear what is wrong > with save-config. Can someone be more specific on what needs to be > fixed in > save-config, since I don't have a CF-only PC to use for testing? > > Or free free to donate a CF-only PC to me. ;-) > > - BS > > > > Well the thread went a little bit off-topic. ;-) > > Read the section below, it seems like save-config is having trouble > when you > use CF cards only (2 partitions). > > Heiko > > Quoting Bruce Smith <bw...@re...>: > > I'm back. I'm also confused. > > What's save-config got to do with a quad port nic? > > - BS > > Hey, > > yes it may be that there was a problem introduced in the recent > save-config updates in order to support aufs. > > Bruce who did the change is currently on vacation, we'll have to wait > until he gets back. Just follow up on this in a week or so, to make > sure we won't forget about it. > > Heiko > > Quoting Jacob Sandin <dev...@js...>: > >> Hi Chip, >> >> The only problem here was that I did not know how to get the serial >> only interface working. "not so newbie I think just unknown to me, >> never having used serial login before on linux" >> >> And as follows by the discussuin in my other emails also the problem >> with saving to the same Compact Flas for the configfile, wich I >> suspect is a bug in save-config or a problem with the CF hw/drivers >> on my machines. >> >> I have no problem understanding network and routring, and as I >> suspected I needed no extra INITRD_MODULES. >> >> The 8 ports are not nessesarily to the inside, mostly they are used >> as interfaces to different bgp or ospf networks in my case. >> >> I think you might have missunderstod the question :) >> >> However this problem is solved as I reported earlier, the save-config >> problem to the second partition on CF I still have not found a >> solution to though. >> >> >> Kind Regards >> Jacob >> >> -----Ursprungligt meddelande----- >> Från: dev...@li... >> [mailto:dev...@li...] För John >> Boden >> Skickat: den 27 juni 2008 01:22 >> Till: dev...@li... >> Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic >> >> Hi, >> >> Sorry these question are so newbie. >> I assume you are using the 4 port on the inside? >> Do you need to do anything special to set up routing? >> Are the ports distinct to linux or does the 4-port NIC simply act >> like a 1-port NIC attached to a hub? >> >> Thanks, >> Chip >> >> On 6/26/08, Jacob Sandin <dev...@js...> wrote: >>> Hi All, >>> >>> I actually got myself two of those NSA to test they look real nice. >>> >>> I am unsure how to install them though. (as I've only run on cd/usb >>> pen combination). >>> >>> I have run the install-on-usb but am unsure if I need anything >>> changed in >>> INITRD_MODULES? >>> >>> I run grub with serial and I make 2 patitions on the CF one for >>> bootcd.iso and one for config. >>> >>> The boot seem to halt at GRSecurity. >>> >>> Can you give me any pointers on what is needed to get it running >>> with serial output. >>> >>> Thanx >>> Jacob >>> >>> >>> -----Ursprungligt meddelande----- >>> Från: dev...@li... >>> [mailto:dev...@li...] För Frank Weis >>> Skickat: den 16 maj 2008 11:39 >>> Till: dev...@li... >>> Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic >>> >>> Hi again, >>> >>> I have had a lot of trouble with CDs (the surface gets all 'foggy' >>> with dust, and the drives start to fail after some time)... I >>> started out with 25 Fujitsu-Siemens Primergy L100, later RX100 >>> servers. Then I ripped the CD drives out, and somehow stuffed >>> IDE-Compactflash Card adapters inside, and DL runs from the CF >>> cards. As you have GRUB on the CF-cards, you can do remote >>> upgrades: you need to have CF-cards big enough to hold 2 iso images >>> (ie 1GB CF-cards at the moment). There are parameters for the DL >>> kernel/boot-scripts that you can set in GRUB that let you select >>> which iso you should use, and where to look for the etc.tar.bz2 >>> file. So technically you _can_ do remote upgrade, but it takes some >>> preparation (IIRC, you need to have to partitions on the CF card, >>> you need to extract the new kernel and initrd from the new iso). >>> >>> >>> I have done this several times, but as I have started out with 512 >>> MB CFs, they are to small now, so I just send (CF + USB) pairs >>> around. It requires a screwdriver-savvy person at the receiving end, >>> but that is not a problem in my case. >>> >>> I have no HD's in my boxes (no moving parts except fans). syslog >>> goes to a central server (into mysql). Some locations mount a local >>> share in order to have squid's logs if they're into that. >>> >>> BTW, I also started out with floppy disks for etc.tar.bz2 but these >>> drives/media don't like that either in the long run. >>> >>> One could probably get away without CF cards, putting the iso and >>> the config on a USB-stick. I can't do this because >>> a) my old appliances can't boot from USB, >>> b) 1GB+ USB drives sticking out of the front are likely to get stolen. >>> I usually try to get the smallest (in capacity), clunkiest and least sexy >>> USB-sticks I can find. >>> >>> Feel free to ask if you need any additional info... >>> >>> Frank >>> >>> On Friday 16 May 2008 11:16:42 Jacob Sandin wrote: >>>> NSA 1045, Looks very nice I have asked my hardware supplier to see >>>> if he >>>> can find prices for them. >>>> >>>> I am used to running DL with CD boot, so sorry if my coming >>>> question is dumb :) >>>> >>>> Do you run DL from the harddrive or the CF, if you run it from the >>>> harddrive is there an easy way to do upgrades? To the latest DL. >>>> >>>> I am quite used to just sending along a new CD and a USB pen. >>>> >>>> Thanx a lot for the NSA recommendation, a lot more professional >>>> looking than what I run today :) >>>> >>>> Kind regards. >>>> >>>> Jacob Sandin >>>> >>>> -----Ursprungligt meddelande----- >>>> Från: dev...@li... >>>> [mailto:dev...@li...] För >>>> Frank Weis >>>> Skickat: den 16 maj 2008 10:33 >>>> Till: dev...@li... >>>> Ämne: Re: [Devil-Linux-discuss] [BULK] Quad port nic >>>> >>>> Hi Jacob, >>>> >>>> I have one of these in an older firewall: >>>> Ethernet controller: Intel Corporation 82546EB Gigabit Ethernet >>>> Controller (rev 01) >>>> Subsystem: Intel Corporation PRO/1000 MT Quad Port Server Adapter >>>> >>>> It works well, but it was relatively expensive I think. If you >>>> don't need Gigabit, you might find cheaper ones.... >>>> >>>> >>>> I now buy Nexcom appliances, and I'm sure a "NSA 1045" with two FE >>>> and two GBit ports is in the same price range than the intel >>>> adapter. Check these out, they are really neat for Devil-Linux: >>>> rackmountable, all ports on the front-panel, integrated CFlash >>>> reader, serial console. It's exactly what >>>> you need to build a firewall, and nothing more. NSA 1042 (4 GB >>>> ports) are around 600? the last time I bought some. >>>> >>>> Good luck, >>>> >>>> >>>> Frank >>>> >>>> On Friday 16 May 2008 09:53:44 Jacob Sandin wrote: >>>> > Hi all, >>>> > >>>> > I was thinking about getting a Quadport card for one of my >>>> > Devil-Machines. But I have absolutely no idea about what card to get. >>>> > >>>> > I need it to work with VLAN and to manage 100 Full-duplex. >>>> > >>>> > Does anyone of you have any experience or recommendations? >>>> > >>>> > >>>> > Kind regards >>>> > Jacob Sandin >>>> > >>>> > Centrum för Effektivt IT >>>> > > ---------------------------------------------------------------------- > --- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > -- - BS ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Devil-linux-discuss mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |
|
From: Jacob S. <dev...@js...> - 2008-07-04 19:55:19
|
/dev/ide/host0/bus1/target0/lun0/part1 It seem these device partitions lets me access the disk /dev/ide/hd/c0b1t0u0p1 BOOT /dev/ide/hd/c0b1t0u0p2 vfat with config file. as well as /dev/ide/host0/bus1/target0/lun0/part1 BOOT /dev/ide/host0/bus1/target0/lun0/part2 vfat with config You will find 2 traces in file attached trace 1 (boot OK) trace 2 (boot failed) halted on (sync) for a long long time and after I got an error on the command reboot and if I try mounting it gives me "missing codepage" Hope this helps. -----Ursprungligt meddelande----- Från: dev...@li... [mailto:dev...@li...] För Bruce Smith Skickat: den 4 juli 2008 18:34 Till: dev...@li... Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic Try running save-config with a trace to help see what's going on: bash -x save-config (you could apped "-q" on the end, or whatever options you're using) - BS > Can I do anything else to help find the error. > > Do you want the output from saving even though it gives no error? > > Kind regards > > /Jacob > > > > Från: dev...@li... > [mailto:dev...@li...] För Jacob Sandin > Skickat: den 30 juni 2008 15:48 > Till: dev...@li... > Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic > > > > Sorry about the confusion I did try to start a new thread "NSA CF". > > > > To describe the problem. > > > > I have a 2Gb CF card in my NSA. > > > > 300MB partition for booting bootcd.img > > *rest* partition for config. > > > > All works when booting from the newly created CF (wich I create with the > install-on-usb) it uses the etc.tar.bz2 and everything J > > > > But when I have made some changes and saves (although all looks normal) the > config on the second partition is destroyed somehow. And next boot I am > asked to upgrade the etc.tar.bz2 as it is from an older version, and a lot > of files are missing from it. > > > > Also after running the save-config I no longer have a stable system and get > messages like (-bash: /usr/bin/joe: Input/output error) > > > > I do not know what more to say tell you, I get no errors from save-config > (although it sometimes take very long to complete) and the same system runs > find with CF+USB pen. > > > > Kind regads > > Jacob > > > > > > > > > > Från: dev...@li... > [mailto:dev...@li...] För Bruce Smith > Skickat: den 30 juni 2008 15:03 > Till: dev...@li... > Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic > > > > OK, I read (well, skimmed :) the emails, and I'm still unclear what is wrong > with save-config. Can someone be more specific on what needs to be fixed in > save-config, since I don't have a CF-only PC to use for testing? > > Or free free to donate a CF-only PC to me. ;-) > > - BS > > > > Well the thread went a little bit off-topic. ;-) > > Read the section below, it seems like save-config is having trouble when you > use CF cards only (2 partitions). > > Heiko > > Quoting Bruce Smith <bw...@re...>: > > I'm back. I'm also confused. > > What's save-config got to do with a quad port nic? > > - BS > > Hey, > > yes it may be that there was a problem introduced in the recent > save-config updates in order to support aufs. > > Bruce who did the change is currently on vacation, we'll have to wait > until he gets back. Just follow up on this in a week or so, to make > sure we won't forget about it. > > Heiko > > Quoting Jacob Sandin <dev...@js...>: > >> Hi Chip, >> >> The only problem here was that I did not know how to get the serial >> only interface working. "not so newbie I think just unknown to me, >> never having used serial login before on linux" >> >> And as follows by the discussuin in my other emails also the problem >> with saving to the same Compact Flas for the configfile, wich I >> suspect is a bug in save-config or a problem with the CF hw/drivers >> on my machines. >> >> I have no problem understanding network and routring, and as I >> suspected I needed no extra INITRD_MODULES. >> >> The 8 ports are not nessesarily to the inside, mostly they are used >> as interfaces to different bgp or ospf networks in my case. >> >> I think you might have missunderstod the question :) >> >> However this problem is solved as I reported earlier, the >> save-config problem to the second partition on CF I still have not >> found a solution to though. >> >> >> Kind Regards >> Jacob >> >> -----Ursprungligt meddelande----- >> Från: dev...@li... >> [mailto:dev...@li...] För John >> Boden >> Skickat: den 27 juni 2008 01:22 >> Till: dev...@li... >> Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic >> >> Hi, >> >> Sorry these question are so newbie. >> I assume you are using the 4 port on the inside? >> Do you need to do anything special to set up routing? >> Are the ports distinct to linux or does the 4-port NIC >> simply act like a 1-port NIC attached to a hub? >> >> Thanks, >> Chip >> >> On 6/26/08, Jacob Sandin <dev...@js...> wrote: >>> Hi All, >>> >>> I actually got myself two of those NSA to test they look real nice. >>> >>> I am unsure how to install them though. (as I've only run on cd/usb pen >>> combination). >>> >>> I have run the install-on-usb but am unsure if I need anything changed in >>> INITRD_MODULES? >>> >>> I run grub with serial and I make 2 patitions on the CF one for >>> bootcd.iso >>> and one for config. >>> >>> The boot seem to halt at GRSecurity. >>> >>> Can you give me any pointers on what is needed to get it running with >>> serial >>> output. >>> >>> Thanx >>> Jacob >>> >>> >>> -----Ursprungligt meddelande----- >>> Från: dev...@li... >>> [mailto:dev...@li...] För Frank Weis >>> Skickat: den 16 maj 2008 11:39 >>> Till: dev...@li... >>> Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic >>> >>> Hi again, >>> >>> I have had a lot of trouble with CDs (the surface gets all 'foggy' with >>> dust, >>> and the drives start to fail after some time)... I started out with 25 >>> Fujitsu-Siemens Primergy L100, later RX100 servers. Then I ripped the CD >>> drives out, and somehow stuffed IDE-Compactflash Card adapters inside, >>> and >>> DL >>> runs from the CF cards. As you have GRUB on the CF-cards, you can do >>> remote >>> upgrades: you need to have CF-cards big enough to hold 2 iso images (ie >>> 1GB >>> CF-cards at the moment). There are parameters for the DL >>> kernel/boot-scripts >>> that you can set in GRUB that let you select which iso you should use, >>> and >>> where to look for the etc.tar.bz2 file. So technically you _can_ do >>> remote >>> upgrade, but it takes some preparation (IIRC, you need to have to >>> partitions >>> on the CF card, you need to extract the new kernel and initrd from the >>> new >>> iso). >>> >>> >>> I have done this several times, but as I have started out with 512 MB >>> CFs, >>> they are to small now, so I just send (CF + USB) pairs around. It >>> requires a >>> screwdriver-savvy person at the receiving end, but that is not a problem >>> in >>> my case. >>> >>> I have no HD's in my boxes (no moving parts except fans). syslog goes to >>> a >>> central server (into mysql). Some locations mount a local share in order >>> to >>> have squid's logs if they're into that. >>> >>> BTW, I also started out with floppy disks for etc.tar.bz2 but these >>> drives/media don't like that either in the long run. >>> >>> One could probably get away without CF cards, putting the iso and the >>> config >>> on a USB-stick. I can't do this because >>> a) my old appliances can't boot from USB, >>> b) 1GB+ USB drives sticking out of the front are likely to get stolen. >>> I usually try to get the smallest (in capacity), clunkiest and least sexy >>> USB-sticks I can find. >>> >>> Feel free to ask if you need any additional info... >>> >>> Frank >>> >>> On Friday 16 May 2008 11:16:42 Jacob Sandin wrote: >>>> NSA 1045, Looks very nice I have asked my hardware supplier to see if he >>>> can find prices for them. >>>> >>>> I am used to running DL with CD boot, so sorry if my coming question is >>>> dumb :) >>>> >>>> Do you run DL from the harddrive or the CF, if you run it from the >>>> harddrive is there an easy way to do upgrades? To the latest DL. >>>> >>>> I am quite used to just sending along a new CD and a USB pen. >>>> >>>> Thanx a lot for the NSA recommendation, a lot more professional looking >>>> than what I run today :) >>>> >>>> Kind regards. >>>> >>>> Jacob Sandin >>>> >>>> -----Ursprungligt meddelande----- >>>> Från: dev...@li... >>>> [mailto:dev...@li...] För Frank >>>> Weis >>>> Skickat: den 16 maj 2008 10:33 >>>> Till: dev...@li... >>>> Ämne: Re: [Devil-Linux-discuss] [BULK] Quad port nic >>>> >>>> Hi Jacob, >>>> >>>> I have one of these in an older firewall: >>>> Ethernet controller: Intel Corporation 82546EB Gigabit Ethernet >>>> Controller >>>> (rev 01) >>>> Subsystem: Intel Corporation PRO/1000 MT Quad Port Server Adapter >>>> >>>> It works well, but it was relatively expensive I think. If you don't >>>> need >>>> Gigabit, you might find cheaper ones.... >>>> >>>> >>>> I now buy Nexcom appliances, and I'm sure a "NSA 1045" with two FE and >>>> two >>>> GBit ports is in the same price range than the intel adapter. Check >>>> these >>>> out, they are really neat for Devil-Linux: rackmountable, all ports on >>>> the >>>> front-panel, integrated CFlash reader, serial console. It's exactly what >>>> you need to build a firewall, and nothing more. NSA 1042 (4 GB ports) >>>> are >>>> around 600? the last time I bought some. >>>> >>>> Good luck, >>>> >>>> >>>> Frank >>>> >>>> On Friday 16 May 2008 09:53:44 Jacob Sandin wrote: >>>> > Hi all, >>>> > >>>> > I was thinking about getting a Quadport card for one of my >>>> > Devil-Machines. But I have absolutely no idea about what card to get. >>>> > >>>> > I need it to work with VLAN and to manage 100 Full-duplex. >>>> > >>>> > Does anyone of you have any experience or recommendations? >>>> > >>>> > >>>> > Kind regards >>>> > Jacob Sandin >>>> > >>>> > Centrum för Effektivt IT >>>> > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > -- - BS ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Devil-linux-discuss mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |
|
From: Bruce S. <bw...@re...> - 2008-07-04 16:33:39
|
Try running save-config with a trace to help see what's going on: bash -x save-config (you could apped "-q" on the end, or whatever options you're using) - BS > Can I do anything else to help find the error. > > Do you want the output from saving even though it gives no error? > > Kind regards > > /Jacob > > > > Från: dev...@li... > [mailto:dev...@li...] För Jacob Sandin > Skickat: den 30 juni 2008 15:48 > Till: dev...@li... > Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic > > > > Sorry about the confusion I did try to start a new thread "NSA CF". > > > > To describe the problem. > > > > I have a 2Gb CF card in my NSA. > > > > 300MB partition for booting bootcd.img > > *rest* partition for config. > > > > All works when booting from the newly created CF (wich I create with the > install-on-usb) it uses the etc.tar.bz2 and everything J > > > > But when I have made some changes and saves (although all looks normal) the > config on the second partition is destroyed somehow. And next boot I am > asked to upgrade the etc.tar.bz2 as it is from an older version, and a lot > of files are missing from it. > > > > Also after running the save-config I no longer have a stable system and get > messages like (-bash: /usr/bin/joe: Input/output error) > > > > I do not know what more to say tell you, I get no errors from save-config > (although it sometimes take very long to complete) and the same system runs > find with CF+USB pen. > > > > Kind regads > > Jacob > > > > > > > > > > Från: dev...@li... > [mailto:dev...@li...] För Bruce Smith > Skickat: den 30 juni 2008 15:03 > Till: dev...@li... > Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic > > > > OK, I read (well, skimmed :) the emails, and I'm still unclear what is wrong > with save-config. Can someone be more specific on what needs to be fixed in > save-config, since I don't have a CF-only PC to use for testing? > > Or free free to donate a CF-only PC to me. ;-) > > - BS > > > > Well the thread went a little bit off-topic. ;-) > > Read the section below, it seems like save-config is having trouble when you > use CF cards only (2 partitions). > > Heiko > > Quoting Bruce Smith <bw...@re...>: > > I'm back. I'm also confused. > > What's save-config got to do with a quad port nic? > > - BS > > Hey, > > yes it may be that there was a problem introduced in the recent > save-config updates in order to support aufs. > > Bruce who did the change is currently on vacation, we'll have to wait > until he gets back. Just follow up on this in a week or so, to make > sure we won't forget about it. > > Heiko > > Quoting Jacob Sandin <dev...@js...>: > >> Hi Chip, >> >> The only problem here was that I did not know how to get the serial >> only interface working. "not so newbie I think just unknown to me, >> never having used serial login before on linux" >> >> And as follows by the discussuin in my other emails also the problem >> with saving to the same Compact Flas for the configfile, wich I >> suspect is a bug in save-config or a problem with the CF hw/drivers >> on my machines. >> >> I have no problem understanding network and routring, and as I >> suspected I needed no extra INITRD_MODULES. >> >> The 8 ports are not nessesarily to the inside, mostly they are used >> as interfaces to different bgp or ospf networks in my case. >> >> I think you might have missunderstod the question :) >> >> However this problem is solved as I reported earlier, the >> save-config problem to the second partition on CF I still have not >> found a solution to though. >> >> >> Kind Regards >> Jacob >> >> -----Ursprungligt meddelande----- >> Från: dev...@li... >> [mailto:dev...@li...] För John >> Boden >> Skickat: den 27 juni 2008 01:22 >> Till: dev...@li... >> Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic >> >> Hi, >> >> Sorry these question are so newbie. >> I assume you are using the 4 port on the inside? >> Do you need to do anything special to set up routing? >> Are the ports distinct to linux or does the 4-port NIC >> simply act like a 1-port NIC attached to a hub? >> >> Thanks, >> Chip >> >> On 6/26/08, Jacob Sandin <dev...@js...> wrote: >>> Hi All, >>> >>> I actually got myself two of those NSA to test they look real nice. >>> >>> I am unsure how to install them though. (as I've only run on cd/usb pen >>> combination). >>> >>> I have run the install-on-usb but am unsure if I need anything changed in >>> INITRD_MODULES? >>> >>> I run grub with serial and I make 2 patitions on the CF one for >>> bootcd.iso >>> and one for config. >>> >>> The boot seem to halt at GRSecurity. >>> >>> Can you give me any pointers on what is needed to get it running with >>> serial >>> output. >>> >>> Thanx >>> Jacob >>> >>> >>> -----Ursprungligt meddelande----- >>> Från: dev...@li... >>> [mailto:dev...@li...] För Frank Weis >>> Skickat: den 16 maj 2008 11:39 >>> Till: dev...@li... >>> Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic >>> >>> Hi again, >>> >>> I have had a lot of trouble with CDs (the surface gets all 'foggy' with >>> dust, >>> and the drives start to fail after some time)... I started out with 25 >>> Fujitsu-Siemens Primergy L100, later RX100 servers. Then I ripped the CD >>> drives out, and somehow stuffed IDE-Compactflash Card adapters inside, >>> and >>> DL >>> runs from the CF cards. As you have GRUB on the CF-cards, you can do >>> remote >>> upgrades: you need to have CF-cards big enough to hold 2 iso images (ie >>> 1GB >>> CF-cards at the moment). There are parameters for the DL >>> kernel/boot-scripts >>> that you can set in GRUB that let you select which iso you should use, >>> and >>> where to look for the etc.tar.bz2 file. So technically you _can_ do >>> remote >>> upgrade, but it takes some preparation (IIRC, you need to have to >>> partitions >>> on the CF card, you need to extract the new kernel and initrd from the >>> new >>> iso). >>> >>> >>> I have done this several times, but as I have started out with 512 MB >>> CFs, >>> they are to small now, so I just send (CF + USB) pairs around. It >>> requires a >>> screwdriver-savvy person at the receiving end, but that is not a problem >>> in >>> my case. >>> >>> I have no HD's in my boxes (no moving parts except fans). syslog goes to >>> a >>> central server (into mysql). Some locations mount a local share in order >>> to >>> have squid's logs if they're into that. >>> >>> BTW, I also started out with floppy disks for etc.tar.bz2 but these >>> drives/media don't like that either in the long run. >>> >>> One could probably get away without CF cards, putting the iso and the >>> config >>> on a USB-stick. I can't do this because >>> a) my old appliances can't boot from USB, >>> b) 1GB+ USB drives sticking out of the front are likely to get stolen. >>> I usually try to get the smallest (in capacity), clunkiest and least sexy >>> USB-sticks I can find. >>> >>> Feel free to ask if you need any additional info... >>> >>> Frank >>> >>> On Friday 16 May 2008 11:16:42 Jacob Sandin wrote: >>>> NSA 1045, Looks very nice I have asked my hardware supplier to see if he >>>> can find prices for them. >>>> >>>> I am used to running DL with CD boot, so sorry if my coming question is >>>> dumb :) >>>> >>>> Do you run DL from the harddrive or the CF, if you run it from the >>>> harddrive is there an easy way to do upgrades? To the latest DL. >>>> >>>> I am quite used to just sending along a new CD and a USB pen. >>>> >>>> Thanx a lot for the NSA recommendation, a lot more professional looking >>>> than what I run today :) >>>> >>>> Kind regards. >>>> >>>> Jacob Sandin >>>> >>>> -----Ursprungligt meddelande----- >>>> Från: dev...@li... >>>> [mailto:dev...@li...] För Frank >>>> Weis >>>> Skickat: den 16 maj 2008 10:33 >>>> Till: dev...@li... >>>> Ämne: Re: [Devil-Linux-discuss] [BULK] Quad port nic >>>> >>>> Hi Jacob, >>>> >>>> I have one of these in an older firewall: >>>> Ethernet controller: Intel Corporation 82546EB Gigabit Ethernet >>>> Controller >>>> (rev 01) >>>> Subsystem: Intel Corporation PRO/1000 MT Quad Port Server Adapter >>>> >>>> It works well, but it was relatively expensive I think. If you don't >>>> need >>>> Gigabit, you might find cheaper ones.... >>>> >>>> >>>> I now buy Nexcom appliances, and I'm sure a "NSA 1045" with two FE and >>>> two >>>> GBit ports is in the same price range than the intel adapter. Check >>>> these >>>> out, they are really neat for Devil-Linux: rackmountable, all ports on >>>> the >>>> front-panel, integrated CFlash reader, serial console. It's exactly what >>>> you need to build a firewall, and nothing more. NSA 1042 (4 GB ports) >>>> are >>>> around 600? the last time I bought some. >>>> >>>> Good luck, >>>> >>>> >>>> Frank >>>> >>>> On Friday 16 May 2008 09:53:44 Jacob Sandin wrote: >>>> > Hi all, >>>> > >>>> > I was thinking about getting a Quadport card for one of my >>>> > Devil-Machines. But I have absolutely no idea about what card to get. >>>> > >>>> > I need it to work with VLAN and to manage 100 Full-duplex. >>>> > >>>> > Does anyone of you have any experience or recommendations? >>>> > >>>> > >>>> > Kind regards >>>> > Jacob Sandin >>>> > >>>> > Centrum för Effektivt IT >>>> > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > -- - BS |
|
From: Leslie H. <les...@wo...> - 2008-07-04 15:28:27
|
I am currently using DL-1.2.13, shorewall and PPP-OE on my firewall. In the past I would see 10 to 15 days or more without a connection drop. A few months age I started to see a problem where the connection would drop for a few seconds and then re-connect every eight (8) hours. I created a shell script to extract data from the system messages file and calculate the connect time. The result shows that the connect times are consistently 480.0 or 479.9 minutes each time. When I contact my ISP (AT&T DSL) they swear they have nothing to do with the problem and it must be a problem in my firewall/router. I don't believe them, but I must check. I have searched the list archives and my local configuration. I see no reports in the mailing-list and have found nothing in the configuration that should cause this problem. Is there anything in DL or the PPP configuration that could cause this problem. Any help would be greatly appreciated. ---- Les |
|
From: Jacob S. <dev...@js...> - 2008-07-04 15:16:23
|
Can I do anything else to help find the error. Do you want the output from saving even though it gives no error? Kind regards /Jacob Från: dev...@li... [mailto:dev...@li...] För Jacob Sandin Skickat: den 30 juni 2008 15:48 Till: dev...@li... Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic Sorry about the confusion I did try to start a new thread NSA CF. To describe the problem. I have a 2Gb CF card in my NSA. 300MB partition for booting bootcd.img *rest* partition for config. All works when booting from the newly created CF (wich I create with the install-on-usb) it uses the etc.tar.bz2 and everything J But when I have made some changes and saves (although all looks normal) the config on the second partition is destroyed somehow. And next boot I am asked to upgrade the etc.tar.bz2 as it is from an older version, and a lot of files are missing from it. Also after running the save-config I no longer have a stable system and get messages like (-bash: /usr/bin/joe: Input/output error) I do not know what more to say tell you, I get no errors from save-config (although it sometimes take very long to complete) and the same system runs find with CF+USB pen. Kind regads Jacob Från: dev...@li... [mailto:dev...@li...] För Bruce Smith Skickat: den 30 juni 2008 15:03 Till: dev...@li... Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic OK, I read (well, skimmed :) the emails, and I'm still unclear what is wrong with save-config. Can someone be more specific on what needs to be fixed in save-config, since I don't have a CF-only PC to use for testing? Or free free to donate a CF-only PC to me. ;-) - BS Well the thread went a little bit off-topic. ;-) Read the section below, it seems like save-config is having trouble when you use CF cards only (2 partitions). Heiko Quoting Bruce Smith <bw...@re...>: I'm back. I'm also confused. What's save-config got to do with a quad port nic? - BS Hey, yes it may be that there was a problem introduced in the recent save-config updates in order to support aufs. Bruce who did the change is currently on vacation, we'll have to wait until he gets back. Just follow up on this in a week or so, to make sure we won't forget about it. Heiko Quoting Jacob Sandin <dev...@js...>: > Hi Chip, > > The only problem here was that I did not know how to get the serial > only interface working. "not so newbie I think just unknown to me, > never having used serial login before on linux" > > And as follows by the discussuin in my other emails also the problem > with saving to the same Compact Flas for the configfile, wich I > suspect is a bug in save-config or a problem with the CF hw/drivers > on my machines. > > I have no problem understanding network and routring, and as I > suspected I needed no extra INITRD_MODULES. > > The 8 ports are not nessesarily to the inside, mostly they are used > as interfaces to different bgp or ospf networks in my case. > > I think you might have missunderstod the question :) > > However this problem is solved as I reported earlier, the > save-config problem to the second partition on CF I still have not > found a solution to though. > > > Kind Regards > Jacob > > -----Ursprungligt meddelande----- > Från: dev...@li... > [mailto:dev...@li...] För John > Boden > Skickat: den 27 juni 2008 01:22 > Till: dev...@li... > Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic > > Hi, > > Sorry these question are so newbie. > I assume you are using the 4 port on the inside? > Do you need to do anything special to set up routing? > Are the ports distinct to linux or does the 4-port NIC > simply act like a 1-port NIC attached to a hub? > > Thanks, > Chip > > On 6/26/08, Jacob Sandin <dev...@js...> wrote: >> Hi All, >> >> I actually got myself two of those NSA to test they look real nice. >> >> I am unsure how to install them though. (as I've only run on cd/usb pen >> combination). >> >> I have run the install-on-usb but am unsure if I need anything changed in >> INITRD_MODULES? >> >> I run grub with serial and I make 2 patitions on the CF one for bootcd.iso >> and one for config. >> >> The boot seem to halt at GRSecurity. >> >> Can you give me any pointers on what is needed to get it running with serial >> output. >> >> Thanx >> Jacob >> >> >> -----Ursprungligt meddelande----- >> Från: dev...@li... >> [mailto:dev...@li...] För Frank Weis >> Skickat: den 16 maj 2008 11:39 >> Till: dev...@li... >> Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic >> >> Hi again, >> >> I have had a lot of trouble with CDs (the surface gets all 'foggy' with >> dust, >> and the drives start to fail after some time)... I started out with 25 >> Fujitsu-Siemens Primergy L100, later RX100 servers. Then I ripped the CD >> drives out, and somehow stuffed IDE-Compactflash Card adapters inside, and >> DL >> runs from the CF cards. As you have GRUB on the CF-cards, you can do remote >> upgrades: you need to have CF-cards big enough to hold 2 iso images (ie 1GB >> CF-cards at the moment). There are parameters for the DL kernel/boot-scripts >> that you can set in GRUB that let you select which iso you should use, and >> where to look for the etc.tar.bz2 file. So technically you _can_ do remote >> upgrade, but it takes some preparation (IIRC, you need to have to partitions >> on the CF card, you need to extract the new kernel and initrd from the new >> iso). >> >> >> I have done this several times, but as I have started out with 512 MB CFs, >> they are to small now, so I just send (CF + USB) pairs around. It requires a >> screwdriver-savvy person at the receiving end, but that is not a problem in >> my case. >> >> I have no HD's in my boxes (no moving parts except fans). syslog goes to a >> central server (into mysql). Some locations mount a local share in order to >> have squid's logs if they're into that. >> >> BTW, I also started out with floppy disks for etc.tar.bz2 but these >> drives/media don't like that either in the long run. >> >> One could probably get away without CF cards, putting the iso and the config >> on a USB-stick. I can't do this because >> a) my old appliances can't boot from USB, >> b) 1GB+ USB drives sticking out of the front are likely to get stolen. >> I usually try to get the smallest (in capacity), clunkiest and least sexy >> USB-sticks I can find. >> >> Feel free to ask if you need any additional info... >> >> Frank >> >> On Friday 16 May 2008 11:16:42 Jacob Sandin wrote: >>> NSA 1045, Looks very nice I have asked my hardware supplier to see if he >>> can find prices for them. >>> >>> I am used to running DL with CD boot, so sorry if my coming question is >>> dumb :) >>> >>> Do you run DL from the harddrive or the CF, if you run it from the >>> harddrive is there an easy way to do upgrades? To the latest DL. >>> >>> I am quite used to just sending along a new CD and a USB pen. >>> >>> Thanx a lot for the NSA recommendation, a lot more professional looking >>> than what I run today :) >>> >>> Kind regards. >>> >>> Jacob Sandin >>> >>> -----Ursprungligt meddelande----- >>> Från: dev...@li... >>> [mailto:dev...@li...] För Frank Weis >>> Skickat: den 16 maj 2008 10:33 >>> Till: dev...@li... >>> Ämne: Re: [Devil-Linux-discuss] [BULK] Quad port nic >>> >>> Hi Jacob, >>> >>> I have one of these in an older firewall: >>> Ethernet controller: Intel Corporation 82546EB Gigabit Ethernet Controller >>> (rev 01) >>> Subsystem: Intel Corporation PRO/1000 MT Quad Port Server Adapter >>> >>> It works well, but it was relatively expensive I think. If you don't need >>> Gigabit, you might find cheaper ones.... >>> >>> >>> I now buy Nexcom appliances, and I'm sure a "NSA 1045" with two FE and two >>> GBit ports is in the same price range than the intel adapter. Check these >>> out, they are really neat for Devil-Linux: rackmountable, all ports on the >>> front-panel, integrated CFlash reader, serial console. It's exactly what >>> you need to build a firewall, and nothing more. NSA 1042 (4 GB ports) are >>> around 600? the last time I bought some. >>> >>> Good luck, >>> >>> >>> Frank >>> >>> On Friday 16 May 2008 09:53:44 Jacob Sandin wrote: >>> > Hi all, >>> > >>> > I was thinking about getting a Quadport card for one of my >>> > Devil-Machines. But I have absolutely no idea about what card to get. >>> > >>> > I need it to work with VLAN and to manage 100 Full-duplex. >>> > >>> > Does anyone of you have any experience or recommendations? >>> > >>> > >>> > Kind regards >>> > Jacob Sandin >>> > >>> > Centrum för Effektivt IT >>> |
|
From: Jacob S. <dev...@js...> - 2008-06-30 13:49:21
|
Sorry about the confusion I did try to start a new thread NSA CF. To describe the problem. I have a 2Gb CF card in my NSA. 300MB partition for booting bootcd.img *rest* partition for config. All works when booting from the newly created CF (wich I create with the install-on-usb) it uses the etc.tar.bz2 and everything J But when I have made some changes and saves (although all looks normal) the config on the second partition is destroyed somehow. And next boot I am asked to upgrade the etc.tar.bz2 as it is from an older version, and a lot of files are missing from it. Also after running the save-config I no longer have a stable system and get messages like (-bash: /usr/bin/joe: Input/output error) I do not know what more to say tell you, I get no errors from save-config (although it sometimes take very long to complete) and the same system runs find with CF+USB pen. Kind regads Jacob Från: dev...@li... [mailto:dev...@li...] För Bruce Smith Skickat: den 30 juni 2008 15:03 Till: dev...@li... Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic OK, I read (well, skimmed :) the emails, and I'm still unclear what is wrong with save-config. Can someone be more specific on what needs to be fixed in save-config, since I don't have a CF-only PC to use for testing? Or free free to donate a CF-only PC to me. ;-) - BS Well the thread went a little bit off-topic. ;-) Read the section below, it seems like save-config is having trouble when you use CF cards only (2 partitions). Heiko Quoting Bruce Smith <bw...@re...>: I'm back. I'm also confused. What's save-config got to do with a quad port nic? - BS Hey, yes it may be that there was a problem introduced in the recent save-config updates in order to support aufs. Bruce who did the change is currently on vacation, we'll have to wait until he gets back. Just follow up on this in a week or so, to make sure we won't forget about it. Heiko Quoting Jacob Sandin <dev...@js...>: > Hi Chip, > > The only problem here was that I did not know how to get the serial > only interface working. "not so newbie I think just unknown to me, > never having used serial login before on linux" > > And as follows by the discussuin in my other emails also the problem > with saving to the same Compact Flas for the configfile, wich I > suspect is a bug in save-config or a problem with the CF hw/drivers > on my machines. > > I have no problem understanding network and routring, and as I > suspected I needed no extra INITRD_MODULES. > > The 8 ports are not nessesarily to the inside, mostly they are used > as interfaces to different bgp or ospf networks in my case. > > I think you might have missunderstod the question :) > > However this problem is solved as I reported earlier, the > save-config problem to the second partition on CF I still have not > found a solution to though. > > > Kind Regards > Jacob > > -----Ursprungligt meddelande----- > Från: dev...@li... > [mailto:dev...@li...] För John > Boden > Skickat: den 27 juni 2008 01:22 > Till: dev...@li... > Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic > > Hi, > > Sorry these question are so newbie. > I assume you are using the 4 port on the inside? > Do you need to do anything special to set up routing? > Are the ports distinct to linux or does the 4-port NIC > simply act like a 1-port NIC attached to a hub? > > Thanks, > Chip > > On 6/26/08, Jacob Sandin <dev...@js...> wrote: >> Hi All, >> >> I actually got myself two of those NSA to test they look real nice. >> >> I am unsure how to install them though. (as I've only run on cd/usb pen >> combination). >> >> I have run the install-on-usb but am unsure if I need anything changed in >> INITRD_MODULES? >> >> I run grub with serial and I make 2 patitions on the CF one for bootcd.iso >> and one for config. >> >> The boot seem to halt at GRSecurity. >> >> Can you give me any pointers on what is needed to get it running with serial >> output. >> >> Thanx >> Jacob >> >> >> -----Ursprungligt meddelande----- >> Från: dev...@li... >> [mailto:dev...@li...] För Frank Weis >> Skickat: den 16 maj 2008 11:39 >> Till: dev...@li... >> Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic >> >> Hi again, >> >> I have had a lot of trouble with CDs (the surface gets all 'foggy' with >> dust, >> and the drives start to fail after some time)... I started out with 25 >> Fujitsu-Siemens Primergy L100, later RX100 servers. Then I ripped the CD >> drives out, and somehow stuffed IDE-Compactflash Card adapters inside, and >> DL >> runs from the CF cards. As you have GRUB on the CF-cards, you can do remote >> upgrades: you need to have CF-cards big enough to hold 2 iso images (ie 1GB >> CF-cards at the moment). There are parameters for the DL kernel/boot-scripts >> that you can set in GRUB that let you select which iso you should use, and >> where to look for the etc.tar.bz2 file. So technically you _can_ do remote >> upgrade, but it takes some preparation (IIRC, you need to have to partitions >> on the CF card, you need to extract the new kernel and initrd from the new >> iso). >> >> >> I have done this several times, but as I have started out with 512 MB CFs, >> they are to small now, so I just send (CF + USB) pairs around. It requires a >> screwdriver-savvy person at the receiving end, but that is not a problem in >> my case. >> >> I have no HD's in my boxes (no moving parts except fans). syslog goes to a >> central server (into mysql). Some locations mount a local share in order to >> have squid's logs if they're into that. >> >> BTW, I also started out with floppy disks for etc.tar.bz2 but these >> drives/media don't like that either in the long run. >> >> One could probably get away without CF cards, putting the iso and the config >> on a USB-stick. I can't do this because >> a) my old appliances can't boot from USB, >> b) 1GB+ USB drives sticking out of the front are likely to get stolen. >> I usually try to get the smallest (in capacity), clunkiest and least sexy >> USB-sticks I can find. >> >> Feel free to ask if you need any additional info... >> >> Frank >> >> On Friday 16 May 2008 11:16:42 Jacob Sandin wrote: >>> NSA 1045, Looks very nice I have asked my hardware supplier to see if he >>> can find prices for them. >>> >>> I am used to running DL with CD boot, so sorry if my coming question is >>> dumb :) >>> >>> Do you run DL from the harddrive or the CF, if you run it from the >>> harddrive is there an easy way to do upgrades? To the latest DL. >>> >>> I am quite used to just sending along a new CD and a USB pen. >>> >>> Thanx a lot for the NSA recommendation, a lot more professional looking >>> than what I run today :) >>> >>> Kind regards. >>> >>> Jacob Sandin >>> >>> -----Ursprungligt meddelande----- >>> Från: dev...@li... >>> [mailto:dev...@li...] För Frank Weis >>> Skickat: den 16 maj 2008 10:33 >>> Till: dev...@li... >>> Ämne: Re: [Devil-Linux-discuss] [BULK] Quad port nic >>> >>> Hi Jacob, >>> >>> I have one of these in an older firewall: >>> Ethernet controller: Intel Corporation 82546EB Gigabit Ethernet Controller >>> (rev 01) >>> Subsystem: Intel Corporation PRO/1000 MT Quad Port Server Adapter >>> >>> It works well, but it was relatively expensive I think. If you don't need >>> Gigabit, you might find cheaper ones.... >>> >>> >>> I now buy Nexcom appliances, and I'm sure a "NSA 1045" with two FE and two >>> GBit ports is in the same price range than the intel adapter. Check these >>> out, they are really neat for Devil-Linux: rackmountable, all ports on the >>> front-panel, integrated CFlash reader, serial console. It's exactly what >>> you need to build a firewall, and nothing more. NSA 1042 (4 GB ports) are >>> around 600? the last time I bought some. >>> >>> Good luck, >>> >>> >>> Frank >>> >>> On Friday 16 May 2008 09:53:44 Jacob Sandin wrote: >>> > Hi all, >>> > >>> > I was thinking about getting a Quadport card for one of my >>> > Devil-Machines. But I have absolutely no idea about what card to get. >>> > >>> > I need it to work with VLAN and to manage 100 Full-duplex. >>> > >>> > Does anyone of you have any experience or recommendations? >>> > >>> > >>> > Kind regards >>> > Jacob Sandin >>> > >>> > Centrum för Effektivt IT >>> |
|
From: Bruce S. <bw...@re...> - 2008-06-30 13:02:55
|
OK, I read (well, skimmed :) the emails, and I'm still unclear what is wrong with save-config. Can someone be more specific on what needs to be fixed in save-config, since I don't have a CF-only PC to use for testing? Or free free to donate a CF-only PC to me. ;-) - BS > Well the thread went a little bit off-topic. ;-) > > Read the section below, it seems like save-config is having trouble when > you use CF cards only (2 partitions). > > Heiko > > Quoting Bruce Smith <bw...@re...>: > > I'm back. I'm also confused. > > What's save-config got to do with a quad port nic? > > - BS > > > Hey, >> >> yes it may be that there was a problem introduced in the recent >> save-config updates in order to support aufs. >> >> Bruce who did the change is currently on vacation, we'll have to wait >> until he gets back. Just follow up on this in a week or so, to make >> sure we won't forget about it. >> >> Heiko >> >> Quoting Jacob Sandin <dev...@js...>: >> >> > Hi Chip, >> > >> > The only problem here was that I did not know how to get the serial >> > only interface working. "not so newbie I think just unknown to me, >> > never having used serial login before on linux" >> > >> > And as follows by the discussuin in my other emails also the problem >> > with saving to the same Compact Flas for the configfile, wich I >> > suspect is a bug in save-config or a problem with the CF hw/drivers >> > on my machines. >> > >> > I have no problem understanding network and routring, and as I >> > suspected I needed no extra INITRD_MODULES. >> > >> > The 8 ports are not nessesarily to the inside, mostly they are used >> > as interfaces to different bgp or ospf networks in my case. >> > >> > I think you might have missunderstod the question :) >> > >> > However this problem is solved as I reported earlier, the >> > save-config problem to the second partition on CF I still have not >> > found a solution to though. >> > >> > >> > Kind Regards >> > Jacob >> > >> > -----Ursprungligt meddelande----- >> > Från: dev...@li... >> > [mailto:dev...@li...] För John >> > Boden >> > Skickat: den 27 juni 2008 01:22 >> > Till: dev...@li... >> > Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic >> > >> > Hi, >> > >> > Sorry these question are so newbie. >> > I assume you are using the 4 port on the inside? >> > Do you need to do anything special to set up routing? >> > Are the ports distinct to linux or does the 4-port NIC >> > simply act like a 1-port NIC attached to a hub? >> > >> > Thanks, >> > Chip >> > >> > On 6/26/08, Jacob Sandin <dev...@js...> wrote: >> >> Hi All, >> >> >> >> I actually got myself two of those NSA to test they look real nice. >> >> >> >> I am unsure how to install them though. (as I've only run on cd/usb pen >> >> combination). >> >> >> >> I have run the install-on-usb but am unsure if I need anything changed >> in >> >> INITRD_MODULES? >> >> >> >> I run grub with serial and I make 2 patitions on the CF one for >> bootcd.iso >> >> and one for config. >> >> >> >> The boot seem to halt at GRSecurity. >> >> >> >> Can you give me any pointers on what is needed to get it running with >> serial >> >> output. >> >> >> >> Thanx >> >> Jacob >> >> >> >> >> >> -----Ursprungligt meddelande----- >> >> Från: dev...@li... >> >> [mailto:dev...@li...] För Frank >> Weis >> >> Skickat: den 16 maj 2008 11:39 >> >> Till: dev...@li... >> >> Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic >> >> >> >> Hi again, >> >> >> >> I have had a lot of trouble with CDs (the surface gets all 'foggy' with >> >> dust, >> >> and the drives start to fail after some time)... I started out with 25 >> >> Fujitsu-Siemens Primergy L100, later RX100 servers. Then I ripped the >> CD >> >> drives out, and somehow stuffed IDE-Compactflash Card adapters inside, >> and >> >> DL >> >> runs from the CF cards. As you have GRUB on the CF-cards, you can do >> remote >> >> upgrades: you need to have CF-cards big enough to hold 2 iso images (ie >> 1GB >> >> CF-cards at the moment). There are parameters for the DL >> kernel/boot-scripts >> >> that you can set in GRUB that let you select which iso you should use, >> and >> >> where to look for the etc.tar.bz2 file. So technically you _can_ do >> remote >> >> upgrade, but it takes some preparation (IIRC, you need to have to >> partitions >> >> on the CF card, you need to extract the new kernel and initrd from the >> new >> >> iso). >> >> >> >> >> >> I have done this several times, but as I have started out with 512 MB >> CFs, >> >> they are to small now, so I just send (CF + USB) pairs around. It >> requires a >> >> screwdriver-savvy person at the receiving end, but that is not a >> problem in >> >> my case. >> >> >> >> I have no HD's in my boxes (no moving parts except fans). syslog goes >> to a >> >> central server (into mysql). Some locations mount a local share in >> order to >> >> have squid's logs if they're into that. >> >> >> >> BTW, I also started out with floppy disks for etc.tar.bz2 but these >> >> drives/media don't like that either in the long run. >> >> >> >> One could probably get away without CF cards, putting the iso and the >> config >> >> on a USB-stick. I can't do this because >> >> a) my old appliances can't boot from USB, >> >> b) 1GB+ USB drives sticking out of the front are likely to get stolen. >> >> I usually try to get the smallest (in capacity), clunkiest and least >> sexy >> >> USB-sticks I can find. >> >> >> >> Feel free to ask if you need any additional info... >> >> >> >> Frank >> >> >> >> On Friday 16 May 2008 11:16:42 Jacob Sandin wrote: >> >>> NSA 1045, Looks very nice I have asked my hardware supplier to see if >> he >> >>> can find prices for them. >> >>> >> >>> I am used to running DL with CD boot, so sorry if my coming question >> is >> >>> dumb :) >> >>> >> >>> Do you run DL from the harddrive or the CF, if you run it from the >> >>> harddrive is there an easy way to do upgrades? To the latest DL. >> >>> >> >>> I am quite used to just sending along a new CD and a USB pen. >> >>> >> >>> Thanx a lot for the NSA recommendation, a lot more professional >> looking >> >>> than what I run today :) >> >>> >> >>> Kind regards. >> >>> >> >>> Jacob Sandin >> >>> >> >>> -----Ursprungligt meddelande----- >> >>> Från: dev...@li... >> >>> [mailto:dev...@li...] För Frank >> Weis >> >>> Skickat: den 16 maj 2008 10:33 >> >>> Till: dev...@li... >> >>> Ämne: Re: [Devil-Linux-discuss] [BULK] Quad port nic >> >>> >> >>> Hi Jacob, >> >>> >> >>> I have one of these in an older firewall: >> >>> Ethernet controller: Intel Corporation 82546EB Gigabit Ethernet >> Controller >> >>> (rev 01) >> >>> Subsystem: Intel Corporation PRO/1000 MT Quad Port Server Adapter >> >>> >> >>> It works well, but it was relatively expensive I think. If you don't >> need >> >>> Gigabit, you might find cheaper ones.... >> >>> >> >>> >> >>> I now buy Nexcom appliances, and I'm sure a "NSA 1045" with two FE and >> two >> >>> GBit ports is in the same price range than the intel adapter. Check >> these >> >>> out, they are really neat for Devil-Linux: rackmountable, all ports on >> the >> >>> front-panel, integrated CFlash reader, serial console. It's exactly >> what >> >>> you need to build a firewall, and nothing more. NSA 1042 (4 GB ports) >> are >> >>> around 600? the last time I bought some. >> >>> >> >>> Good luck, >> >>> >> >>> >> >>> Frank >> >>> >> >>> On Friday 16 May 2008 09:53:44 Jacob Sandin wrote: >> >>> > Hi all, >> >>> > >> >>> > I was thinking about getting a Quadport card for one of my >> >>> > Devil-Machines. But I have absolutely no idea about what card to >> get. >> >>> > >> >>> > I need it to work with VLAN and to manage 100 Full-duplex. >> >>> > >> >>> > Does anyone of you have any experience or recommendations? >> >>> > >> >>> > >> >>> > Kind regards >> >>> > Jacob Sandin >> >>> > >> >>> > Centrum för Effektivt IT >> >>> >> > |
|
From: Heiko Z. <he...@zu...> - 2008-06-30 12:54:58
|
Well the thread went a little bit off-topic. ;-) Read the section below, it seems like save-config is having trouble when you use CF cards only (2 partitions). Heiko Quoting Bruce Smith <bw...@re...>: > I'm back. I'm also confused. > > What's save-config got to do with a quad port nic? > > - BS > > > Hey, > > yes it may be that there was a problem introduced in the recent > save-config updates in order to support aufs. > > Bruce who did the change is currently on vacation, we'll have to wait > until he gets back. Just follow up on this in a week or so, to make > sure we won't forget about it. > > Heiko > > Quoting Jacob Sandin <dev...@js...[1]>: > > > Hi Chip, > > > > The only problem here was that I did not know how to get the serial > > only interface working. "not so newbie I think just unknown to me, > > never having used serial login before on linux" > > > > And as follows by the discussuin in my other emails also the problem > > with saving to the same Compact Flas for the configfile, wich I > > suspect is a bug in save-config or a problem with the CF hw/drivers > > on my machines. > > > > I have no problem understanding network and routring, and as I > > suspected I needed no extra INITRD_MODULES. > > > > The 8 ports are not nessesarily to the inside, mostly they are used > > as interfaces to different bgp or ospf networks in my case. > > > > I think you might have missunderstod the question :) > > > > However this problem is solved as I reported earlier, the > > save-config problem to the second partition on CF I still have not > > found a solution to though. > > > > > > Kind Regards > > Jacob > > > > -----Ursprungligt meddelande----- > > Från: dev...@li...[2] > > [mailto:dev...@li...[3]] För John > > Boden > > Skickat: den 27 juni 2008 01:22 > > Till: dev...@li...[4] > > Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic > > > > Hi, > > > > Sorry these question are so newbie. > > I assume you are using the 4 port on the inside? > > Do you need to do anything special to set up routing? > > Are the ports distinct to linux or does the 4-port NIC > > simply act like a 1-port NIC attached to a hub? > > > > Thanks, > > Chip > > > > On 6/26/08, Jacob Sandin <dev...@js...[5]> wrote: > >> Hi All, > >> > >> I actually got myself two of those NSA to test they look real nice. > >> > >> I am unsure how to install them though. (as I've only run on cd/usb pen > >> combination). > >> > >> I have run the install-on-usb but am unsure if I need anything changed in > >> INITRD_MODULES? > >> > >> I run grub with serial and I make 2 patitions on the CF one for bootcd.iso > >> and one for config. > >> > >> The boot seem to halt at GRSecurity. > >> > >> Can you give me any pointers on what is needed to get it running with serial > >> output. > >> > >> Thanx > >> Jacob > >> > >> > >> -----Ursprungligt meddelande----- > >> Från: dev...@li...[6] > >> [mailto:dev...@li...[7]] För Frank Weis > >> Skickat: den 16 maj 2008 11:39 > >> Till: dev...@li...[8] > >> Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic > >> > >> Hi again, > >> > >> I have had a lot of trouble with CDs (the surface gets all 'foggy' with > >> dust, > >> and the drives start to fail after some time)... I started out with 25 > >> Fujitsu-Siemens Primergy L100, later RX100 servers. Then I ripped the CD > >> drives out, and somehow stuffed IDE-Compactflash Card adapters inside, and > >> DL > >> runs from the CF cards. As you have GRUB on the CF-cards, you can do remote > >> upgrades: you need to have CF-cards big enough to hold 2 iso images (ie 1GB > >> CF-cards at the moment). There are parameters for the DL kernel/boot-scripts > >> that you can set in GRUB that let you select which iso you should use, and > >> where to look for the etc.tar.bz2 file. So technically you _can_ do remote > >> upgrade, but it takes some preparation (IIRC, you need to have to partitions > >> on the CF card, you need to extract the new kernel and initrd from the new > >> iso). > >> > >> > >> I have done this several times, but as I have started out with 512 MB CFs, > >> they are to small now, so I just send (CF + USB) pairs around. It requires a > >> screwdriver-savvy person at the receiving end, but that is not a problem in > >> my case. > >> > >> I have no HD's in my boxes (no moving parts except fans). syslog goes to a > >> central server (into mysql). Some locations mount a local share in order to > >> have squid's logs if they're into that. > >> > >> BTW, I also started out with floppy disks for etc.tar.bz2 but these > >> drives/media don't like that either in the long run. > >> > >> One could probably get away without CF cards, putting the iso and the config > >> on a USB-stick. I can't do this because > >> a) my old appliances can't boot from USB, > >> b) 1GB+ USB drives sticking out of the front are likely to get stolen. > >> I usually try to get the smallest (in capacity), clunkiest and least sexy > >> USB-sticks I can find. > >> > >> Feel free to ask if you need any additional info... > >> > >> Frank > >> > >> On Friday 16 May 2008 11:16:42 Jacob Sandin wrote: > >>> NSA 1045, Looks very nice I have asked my hardware supplier to see if he > >>> can find prices for them. > >>> > >>> I am used to running DL with CD boot, so sorry if my coming question is > >>> dumb :) > >>> > >>> Do you run DL from the harddrive or the CF, if you run it from the > >>> harddrive is there an easy way to do upgrades? To the latest DL. > >>> > >>> I am quite used to just sending along a new CD and a USB pen. > >>> > >>> Thanx a lot for the NSA recommendation, a lot more professional looking > >>> than what I run today :) > >>> > >>> Kind regards. > >>> > >>> Jacob Sandin > >>> > >>> -----Ursprungligt meddelande----- > >>> Från: dev...@li...[9] > >>> [mailto:dev...@li...[10]] För Frank Weis > >>> Skickat: den 16 maj 2008 10:33 > >>> Till: dev...@li...[11] > >>> Ämne: Re: [Devil-Linux-discuss] [BULK] Quad port nic > >>> > >>> Hi Jacob, > >>> > >>> I have one of these in an older firewall: > >>> Ethernet controller: Intel Corporation 82546EB Gigabit Ethernet Controller > >>> (rev 01) > >>> Subsystem: Intel Corporation PRO/1000 MT Quad Port Server Adapter > >>> > >>> It works well, but it was relatively expensive I think. If you don't need > >>> Gigabit, you might find cheaper ones.... > >>> > >>> > >>> I now buy Nexcom appliances, and I'm sure a "NSA 1045" with two FE and two > >>> GBit ports is in the same price range than the intel adapter. Check these > >>> out, they are really neat for Devil-Linux: rackmountable, all ports on the > >>> front-panel, integrated CFlash reader, serial console. It's exactly what > >>> you need to build a firewall, and nothing more. NSA 1042 (4 GB ports) are > >>> around 600? the last time I bought some. > >>> > >>> Good luck, > >>> > >>> > >>> Frank > >>> > >>> On Friday 16 May 2008 09:53:44 Jacob Sandin wrote: > >>> > Hi all, > >>> > > >>> > I was thinking about getting a Quadport card for one of my > >>> > Devil-Machines. But I have absolutely no idea about what card to get. > >>> > > >>> > I need it to work with VLAN and to manage 100 Full-duplex. > >>> > > >>> > Does anyone of you have any experience or recommendations? > >>> > > >>> > > >>> > Kind regards > >>> > Jacob Sandin > >>> > > >>> > Centrum för Effektivt IT > >>> > > > -- > > Regards > Heiko Zuerker > http://www.devil-linux.org -- Regards Heiko Zuerker http://www.devil-linux.org Links: ------ [1] mailto:dev...@js... [2] mailto:dev...@li... [3] mailto:dev...@li... [4] mailto:dev...@li... [5] mailto:dev...@js... [6] mailto:dev...@li... [7] mailto:dev...@li... [8] mailto:dev...@li... [9] mailto:dev...@li... [10] mailto:dev...@li... [11] mailto:dev...@li... ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
|
From: Bruce S. <bw...@re...> - 2008-06-30 12:38:46
|
I'm back. I'm also confused. What's save-config got to do with a quad port nic? - BS > Hey, > > yes it may be that there was a problem introduced in the recent > save-config updates in order to support aufs. > > Bruce who did the change is currently on vacation, we'll have to wait > until he gets back. Just follow up on this in a week or so, to make > sure we won't forget about it. > > Heiko > > Quoting Jacob Sandin <dev...@js...>: > > > Hi Chip, > > > > The only problem here was that I did not know how to get the serial > > only interface working. "not so newbie I think just unknown to me, > > never having used serial login before on linux" > > > > And as follows by the discussuin in my other emails also the problem > > with saving to the same Compact Flas for the configfile, wich I > > suspect is a bug in save-config or a problem with the CF hw/drivers > > on my machines. > > > > I have no problem understanding network and routring, and as I > > suspected I needed no extra INITRD_MODULES. > > > > The 8 ports are not nessesarily to the inside, mostly they are used > > as interfaces to different bgp or ospf networks in my case. > > > > I think you might have missunderstod the question :) > > > > However this problem is solved as I reported earlier, the > > save-config problem to the second partition on CF I still have not > > found a solution to though. > > > > > > Kind Regards > > Jacob > > > > -----Ursprungligt meddelande----- > > Från: dev...@li... > > [mailto:dev...@li...] För John > > Boden > > Skickat: den 27 juni 2008 01:22 > > Till: dev...@li... > > Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic > > > > Hi, > > > > Sorry these question are so newbie. > > I assume you are using the 4 port on the inside? > > Do you need to do anything special to set up routing? > > Are the ports distinct to linux or does the 4-port NIC > > simply act like a 1-port NIC attached to a hub? > > > > Thanks, > > Chip > > > > On 6/26/08, Jacob Sandin <dev...@js...> wrote: > >> Hi All, > >> > >> I actually got myself two of those NSA to test they look real nice. > >> > >> I am unsure how to install them though. (as I've only run on cd/usb pen > >> combination). > >> > >> I have run the install-on-usb but am unsure if I need anything changed > in > >> INITRD_MODULES? > >> > >> I run grub with serial and I make 2 patitions on the CF one for > bootcd.iso > >> and one for config. > >> > >> The boot seem to halt at GRSecurity. > >> > >> Can you give me any pointers on what is needed to get it running with > serial > >> output. > >> > >> Thanx > >> Jacob > >> > >> > >> -----Ursprungligt meddelande----- > >> Från: dev...@li... > >> [mailto:dev...@li...] För Frank > Weis > >> Skickat: den 16 maj 2008 11:39 > >> Till: dev...@li... > >> Ämne: Re: [Devil-Linux-discuss] [BULK] Re: [BULK] Quad port nic > >> > >> Hi again, > >> > >> I have had a lot of trouble with CDs (the surface gets all 'foggy' with > >> dust, > >> and the drives start to fail after some time)... I started out with 25 > >> Fujitsu-Siemens Primergy L100, later RX100 servers. Then I ripped the CD > >> drives out, and somehow stuffed IDE-Compactflash Card adapters inside, > and > >> DL > >> runs from the CF cards. As you have GRUB on the CF-cards, you can do > remote > >> upgrades: you need to have CF-cards big enough to hold 2 iso images (ie > 1GB > >> CF-cards at the moment). There are parameters for the DL > kernel/boot-scripts > >> that you can set in GRUB that let you select which iso you should use, > and > >> where to look for the etc.tar.bz2 file. So technically you _can_ do > remote > >> upgrade, but it takes some preparation (IIRC, you need to have to > partitions > >> on the CF card, you need to extract the new kernel and initrd from the > new > >> iso). > >> > >> > >> I have done this several times, but as I have started out with 512 MB > CFs, > >> they are to small now, so I just send (CF + USB) pairs around. It > requires a > >> screwdriver-savvy person at the receiving end, but that is not a problem > in > >> my case. > >> > >> I have no HD's in my boxes (no moving parts except fans). syslog goes to > a > >> central server (into mysql). Some locations mount a local share in order > to > >> have squid's logs if they're into that. > >> > >> BTW, I also started out with floppy disks for etc.tar.bz2 but these > >> drives/media don't like that either in the long run. > >> > >> One could probably get away without CF cards, putting the iso and the > config > >> on a USB-stick. I can't do this because > >> a) my old appliances can't boot from USB, > >> b) 1GB+ USB drives sticking out of the front are likely to get stolen. > >> I usually try to get the smallest (in capacity), clunkiest and least > sexy > >> USB-sticks I can find. > >> > >> Feel free to ask if you need any additional info... > >> > >> Frank > >> > >> On Friday 16 May 2008 11:16:42 Jacob Sandin wrote: > >>> NSA 1045, Looks very nice I have asked my hardware supplier to see if > he > >>> can find prices for them. > >>> > >>> I am used to running DL with CD boot, so sorry if my coming question is > >>> dumb :) > >>> > >>> Do you run DL from the harddrive or the CF, if you run it from the > >>> harddrive is there an easy way to do upgrades? To the latest DL. > >>> > >>> I am quite used to just sending along a new CD and a USB pen. > >>> > >>> Thanx a lot for the NSA recommendation, a lot more professional looking > >>> than what I run today :) > >>> > >>> Kind regards. > >>> > >>> Jacob Sandin > >>> > >>> -----Ursprungligt meddelande----- > >>> Från: dev...@li... > >>> [mailto:dev...@li...] För Frank > Weis > >>> Skickat: den 16 maj 2008 10:33 > >>> Till: dev...@li... > >>> Ämne: Re: [Devil-Linux-discuss] [BULK] Quad port nic > >>> > >>> Hi Jacob, > >>> > >>> I have one of these in an older firewall: > >>> Ethernet controller: Intel Corporation 82546EB Gigabit Ethernet > Controller > >>> (rev 01) > >>> Subsystem: Intel Corporation PRO/1000 MT Quad Port Server Adapter > >>> > >>> It works well, but it was relatively expensive I think. If you don't > need > >>> Gigabit, you might find cheaper ones.... > >>> > >>> > >>> I now buy Nexcom appliances, and I'm sure a "NSA 1045" with two FE and > two > >>> GBit ports is in the same price range than the intel adapter. Check > these > >>> out, they are really neat for Devil-Linux: rackmountable, all ports on > the > >>> front-panel, integrated CFlash reader, serial console. It's exactly > what > >>> you need to build a firewall, and nothing more. NSA 1042 (4 GB ports) > are > >>> around 600€ the last time I bought some. > >>> > >>> Good luck, > >>> > >>> > >>> Frank > >>> > >>> On Friday 16 May 2008 09:53:44 Jacob Sandin wrote: > >>> > Hi all, > >>> > > >>> > I was thinking about getting a Quadport card for one of my > >>> > Devil-Machines. But I have absolutely no idea about what card to get. > >>> > > >>> > I need it to work with VLAN and to manage 100 Full-duplex. > >>> > > >>> > Does anyone of you have any experience or recommendations? > >>> > > >>> > > >>> > Kind regards > >>> > Jacob Sandin > >>> > > >>> > Centrum för Effektivt IT > >>> > > > -- > > Regards > Heiko Zuerker > http://www.devil-linux.org > |
|
From: Heiko Z. <he...@zu...> - 2008-06-30 12:23:34
|
Hey, is there anything in the logs? Check if you find anything via google, as far as I know this should work. Heiko Quoting KyleJHarper <ky...@ca...>: > > I have been using the new build and everything compiles and the ISO is made > successfully. I have found one problem though... > > When trying to use sudo I receive a PAM error. Here is what I do to produce > the error: > -Make a new user (bob) > -Log in as bob and try to do "sudo <whatever>" (I used sudo ifconfig) > -Enter my password for bob > > I get an error that reads: > "sudo: pam_acct_mgmt: 7" > > Any thoughts on what might be the matter (or what I may have done wrong in > my build) to get this? If you can't reproduce it with a fresh build let me > know and I'll send you my ISO link. Perhaps I built something incorrectly? > > Thanks, > Kyle > > > > Heiko Zuerker wrote: >> >> Hey guys, >> >> I uploaded new 1.2.15 and 1.3.6 testing releases to our FTP server. >> >> Have fun & report any problems! >> >> -- >> >> Regards >> Heiko Zuerker >> http://www.devil-linux.org >> >> >> ---------------------------------------------------------------- >> This message was sent using IMP, the Internet Messaging Program. >> >> >> >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://sourceforge.net/services/buy/index.php >> _______________________________________________ >> Devil-linux-discuss mailing list >> Dev...@li... >> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >> >> > > -- > View this message in context: > http://www.nabble.com/new-testing-releases-tp18134070p18178467.html > Sent from the devil-linux-discuss mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > -- Regards Heiko Zuerker http://www.devil-linux.org ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
|
From: KyleJHarper <ky...@ca...> - 2008-06-29 08:43:26
|
I have been using the new build and everything compiles and the ISO is made successfully. I have found one problem though... When trying to use sudo I receive a PAM error. Here is what I do to produce the error: -Make a new user (bob) -Log in as bob and try to do "sudo <whatever>" (I used sudo ifconfig) -Enter my password for bob I get an error that reads: "sudo: pam_acct_mgmt: 7" Any thoughts on what might be the matter (or what I may have done wrong in my build) to get this? If you can't reproduce it with a fresh build let me know and I'll send you my ISO link. Perhaps I built something incorrectly? Thanks, Kyle Heiko Zuerker wrote: > > Hey guys, > > I uploaded new 1.2.15 and 1.3.6 testing releases to our FTP server. > > Have fun & report any problems! > > -- > > Regards > Heiko Zuerker > http://www.devil-linux.org > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > -- View this message in context: http://www.nabble.com/new-testing-releases-tp18134070p18178467.html Sent from the devil-linux-discuss mailing list archive at Nabble.com. |