Re: amavisd-new and clamav for woody???

2003-10-01 Thread Teun Vink
> - Original Message - > From: "Peter Holm" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, October 02, 2003 2:14 AM > Subject: amavisd-new and clamav for woody??? > > Hi, > > where can I get recent versions of amavisd-new and clamav for woody? > > Ot would be very helpfu

Re: amavisd-new and clamav for woody???

2003-10-01 Thread Dominik Schulz
Peter Holm <[EMAIL PROTECTED]> wrote on Thu, 02 Oct 2003 02:14:56 +0200: > where can I get recent versions of amavisd-new and clamav for woody? > Ot would be very helpful, if there where some packages for woody out > there, because I do not want to change my sources.list... Hi Peter, backports.or

Re: amavisd-new and clamav for woody???

2003-10-01 Thread George Georgalis
good idea, looks well represented in http://apt-get.org/ you should be able to just add a line to your sources.list I didn't check the regular debian package lists though // George On Thu, Oct 02, 2003 at 02:14:56AM +0200, Peter Holm wrote: >Hi, > >where can I get recent versions of amavisd-

amavisd-new and clamav for woody???

2003-10-01 Thread Peter Holm
Hi, where can I get recent versions of amavisd-new and clamav for woody? Ot would be very helpful, if there where some packages for woody out there, because I do not want to change my sources.list... Thank you very much for your attention! Have a nice thread, Peter -- To UNSUBSCRIBE, email t

Re: What Gigabit Ethernet card to buy?

2003-10-01 Thread Marek Brazina
Hi, we use 3COM 996BT cards with bcm5700 lkm - we have never had any problems with these cards... Marek Brazina -- = SELECT SYSTEM s.r.o.INTERNET SERVICE PROVIDER MAREK BRAZINA admin & programmer & web developer & linux maniac E-mails: [EMAIL

Re: What Gigabit Ethernet card to buy?

2003-10-01 Thread kgb
On Thu, 2003-10-02 at 00:09, Hilko Bengen wrote: > Hi, > > I am currently in the process of choosing hardware for Debian > GNU/Linux based router systems and am looking for Gigabit Ethernet > interface cards (and appropriate mainboards). > > I have the following requirements (in that order): > >

Re: Services in a multihomed machine

2003-10-01 Thread Bastian Winkler
hello, I think it should be no problem (at least with smtp), to mangle packets by destination-port. iptables -t nat -I POSTROUTING -p tcp --destination-port 25 -j SNAT --to-source x.x.x.x or use this in posfix main.cf (but I cannot verify this because of using qmail): inet_interfaces = x.x.x.x

What Gigabit Ethernet card to buy?

2003-10-01 Thread Hilko Bengen
Hi, I am currently in the process of choosing hardware for Debian GNU/Linux based router systems and am looking for Gigabit Ethernet interface cards (and appropriate mainboards). I have the following requirements (in that order): 1. Good driver support in 2.4 kernels (it'd be ok if the kernel ha

Re: security warnings (on unstable)

2003-10-01 Thread Randy Kramer
On Wednesday 01 October 2003 03:06 pm, J.H.M. Dassen (Ray) wrote: > On Wed, Oct 01, 2003 at 11:17:40 +0200, Christian Jaeger wrote: > Thus, if you need to handle security issues for a machine running unstable, > your best bet is to > - Subscribe to debian-security-announce to get the security advis

Re: security warnings (on unstable)

2003-10-01 Thread J.H.M. Dassen (Ray)
On Wed, Oct 01, 2003 at 11:17:40 +0200, Christian Jaeger wrote: > What's the best way to let machines (running unstable) to warn me about > pending upgrades marked as security relevant (or just relevance high)? http://www.debian.org/security/faq#testing : "Q: How is security handled for testing an

Services in a multihomed machine

2003-10-01 Thread Roman Medina
Hello, Let's suppose a server using ip-aliasing, with two public IPs (on the same subnet): ip1 and ip2. The server runs two services: - MTA (postfix) on ip1 - WWW (apache) on ip2 (I mean, each service is bound to only one ip, not 0.0.0.0). According to the routing table, default gateway is reach

Re: Hot-backup a complete Debian install

2003-10-01 Thread Roman Medina
On Wed, 1 Oct 2003 10:05:50 +0200, you wrote: >we're using a similar setup for some hosts and I have the best results >so far with dump/restore on ext2/ext3 partitions. Also using snapshots with dump/restore? Do you have any script which I could have a look? >I've even successfully recreated a

Shaper: Question?

2003-10-01 Thread kgb
Hello all, Can you tell me what software you use in your ISP for shaping users about few hundred users and what is your router hardware architecture and do you have some problems with cbq.init or your shaping software? Thank you for your help. -- Feci quod potui, faciant meliora potentes! sign

Re: mixing testing with stable

2003-10-01 Thread Rod Rodolico
Yes, you can get security updates for testing. Add the line: deb http://security.debian.org/ testing/updates main contrib non-free to /etc/apt/source.conf. They come out slower. Went to mysql.org, but didn't find a deb package. I want to install a debian package so the dependencies are correct.

Re: Hot-backup a complete Debian install

2003-10-01 Thread mimo
Looking through the debian package list I have noticed this a while ago: afbackup This is a client-server backup system offering several workstations a centralized backup to a special backup server. Backing up only one computer is easily possible, too. Any streaming device can be used for writin

Re: Hot-backup a complete Debian install

2003-10-01 Thread roman
>> Finally, the 3rd stage: if you're going to save the backup files in an >> "non-trusty" machine, which kind of container / encryption software >> would you use? This would need to be easily scriptable, for automatize >> the backup task. My idea is to use something like BestCrypt: http://www.jeti

Re: Hot-backup a complete Debian install

2003-10-01 Thread Nathan Ollerenshaw
On Oct 1, 2003, at 10:51 PM, DI Peter Burgstaller wrote: That is exactly the beauty of dump. I would have suggested dd for backup/restore but there you have the problem of identical fdisk settings. Dump/restore can deal well with bigger partitions. Definitely use dump. Its much faster than anyt

Re: Hot-backup a complete Debian install

2003-10-01 Thread Alejandro Vartabedian
finally, if you dont trust the machine you must encrypt before transfer :-| lot of time, cpu and disk. another option could be sign the backup with md5 for example? this way you can trust the backup content. i think... Roman Medina <[EMAIL PROTECTED]> dijo: > On Wed, 1 Oct 2003 11:42:25 -, y

Re: Hot-backup a complete Debian install

2003-10-01 Thread Alejandro Vartabedian
first of all, sorry G i can't understand your point. well, i can tell you about one of my experiences that can explain some points of your question. i had a machine with a scsi disk and linux installed, someday i started to experience some i/o errors on that disk so i have to migrate the instalati

Re: Hot-backup a complete Debian install

2003-10-01 Thread DI Peter Burgstaller
On Wednesday, October 1, 2003, at 3:43 PM, Roman Medina wrote: On Wed, 1 Oct 2003 11:42:25 -, you wrote: which is the backup target media? Hard-disk. The idea is to have another logical partition for backups and then some scripts to upload/download to any secure site (I could use rsync over

Re: Hot-backup a complete Debian install

2003-10-01 Thread Roman Medina
On Wed, 1 Oct 2003 11:42:25 -, you wrote: >which is the backup target media? Hard-disk. The idea is to have another logical partition for backups and then some scripts to upload/download to any secure site (I could use rsync over ssh or simply scp). But the uploading is a second step. Now I'

Re: Hot-backup a complete Debian install

2003-10-01 Thread [EMAIL PROTECTED]
Alejandro Vartabedian wrote: the hole file system! That must be /dev/null ! G -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

ulogd / kernel-2.4.20 / shorewall 1.4

2003-10-01 Thread Craig
Hi Guys I have kernel 2.4.20 compiled with ulog support and the ulogd package installed on my box. I have told shorewall 1.4 to log to ULOG with should be logging to file, which it is not. Any help would be greatly appreciated. Kind regards Craig -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: Hot-backup a complete Debian install

2003-10-01 Thread Alejandro Vartabedian
what about tar? it's a good tool, support device files, opened files, etc. the hole file system! which is the backup target media? good luck. pd: take a look in `man tar` Roman Medina <[EMAIL PROTECTED]> dijo: > > Hi, > > I'd like to know which tools&methods do you prefer for backing up a >

Re: Hot-backup a complete Debian install

2003-10-01 Thread Dale E Martin
> I might be (and probably am) missing something, but wouldn't rsync (over > ssh) work? Does rsync handle device files correctly, hard links, sparse files, etc? (I'm not trying to troll, I honestly don't know if it handles all of these things.) I saw an article a while back comparing backup tool

Re: mixing testing with stable

2003-10-01 Thread Juan Carlos S.C
Rod Rodolico wrote: I need MySQL 4.x on my server (some new things that are a "must have" for one of the apps I wrote), but was burned pretty badly by putting testing on a production box. But, I do like the idea of letting apt or something keep track of what I have on the machine, especially w

security warnings (on unstable)

2003-10-01 Thread Christian Jaeger
Hello What's the best way to let machines (running unstable) to warn me about pending upgrades marked as security relevant (or just relevance high)? (It's enough just to send me remember mails, that's better than to let it do the upgrade itself.) I remember someone once set up a server offerin

Re: Hot-backup a complete Debian install

2003-10-01 Thread DI Peter Burgstaller
Hi, we're using a similar setup for some hosts and I have the best results so far with dump/restore on ext2/ext3 partitions. I've even successfully recreated a database server with mysql and postgresql servers running and using dump as a backup tool. No problems so far. - Cheers, Peter --

hardware encryption accelerators or any other way to have disk partitions encrypted on the fly

2003-10-01 Thread Vlad Harchev
Hello, We have a need to keep content of disk partitions in encrypted form (so in case of hard disk theft information won't be readable). Of course we perfectly know about cryptoloop and loopAES and similar software- only solutions for encryption of partition content on the fly. Unfortunately the