Re: SA going downhill

2004-06-18 Thread Tauber, Mathias Mailing
I took a look at this, very promising. I've just installed it, and if it works well, I'll create a Debian package. Install is easy enough, although a package is always nice. This would be great! Please keep us up2date here... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsub

Re: Woody server - rebooted itself (twice)

2004-06-14 Thread Tauber, Mathias Mailing
Hi, We have a number of Debian woody servers, mostly Intel kit. One of our P4 boxen decided to reboot itself twice over the weekend. last -x: runlevel (to lvl 2) 2.4.20 Sat Jun 12 08:04 - 10:12 (1+02:07) reboot system boot 2.4.20 Sat Jun 12 08:04 (1+02:07) shutdow

Re: making a bootable cdrom of an installed debian

2004-06-09 Thread Tauber, Mathias Mailing
Any good references? Sure ;O) # apt-cache show bootcd Package: bootcd Priority: extra Section: utils Installed-Size: 152 Maintainer: Bernd Schumacher <[EMAIL PROTECTED]> Architecture: all Version: 2.08 Depends: cdrecord, mkisofs, cpio, fdutils, syslinux, bc Suggests: ssh Filename: pool/main/b/bootc

Re: How to make your own customised Debian CD?

2004-04-22 Thread Tauber, Mathias Mailing
# apt-cache show bootcd Package: bootcd Priority: extra Section: utils Installed-Size: 152 Maintainer: Bernd Schumacher <[EMAIL PROTECTED]> Architecture: all Version: 2.08 Depends: cdrecord, mkisofs, cpio, fdutils, syslinux, bc Suggests: ssh Filename: pool/main/b/bootcd/bootcd_2.08_all.deb Size: 2

Re: How to make your own customised Debian CD?

2004-04-22 Thread Tauber, Mathias Mailing
Basically, I want to burn a copy of my newly installed Debian(with all the installed software that I need) from my HDD (in PC-A) to a bootable CD. If I'm to bootup from this CD in another PC (called it PC-B), will I be able to get into Single user mode and copy the entire content into the HDD of PC

Re: how to shape incoming traffic on specific port?

2004-03-19 Thread Tauber, Mathias Mailing
Thanks, I will have a look. I hoped it is possible without patching the kernel :( As alreaydy mentionend, use iptables (Supported >2.4.x) which is included in the kernel. Have a look at this: http://www.fokus.gmd.de/linux/HOWTO/Adv-Routing-HOWTO-15.html Just found something with tc! http://lartc.

Re: how to shape incoming traffic on specific port?

2004-03-18 Thread Tauber, Mathias Mailing
Sergey V. Spiridonov schrieb: Hi, I need to limit incoming traffic on the specific port (I experimented with ssh). Outgoing traffic can me easely limited with tc, but I have problems with incoming traffic. I tried to drop some packets, but after this ssh stop working at all. Is there any standard