inetd should provide a way to better prevent DOS attacks ( "connection refused" IP based)

1999-09-12 Thread Benno Senoner
Hello, Are there any plans to make inetd's "connection refused" (or at least connection closed) behaviour in case of too much simultaneos connections on a certain port , IP based ? It's easy to make an inetd service unusable on Redhat Linux, by simple flooding the port with connections. You s

Re: inetd should provide a way to better prevent DOS attacks ( "connection refused" IP based)

1999-09-14 Thread Benno Senoner
On Mon, 13 Sep 1999, Alan Cox wrote: > > It's easy to make an inetd service unusable on Redhat Linux, by simple > > flooding the port with connections. > > Its easy to set it up in inetd.conf to change the time limits if you wish > > > You should add a feature in inetd which limits the number of

future Redhat security-patches updating policy ?

1999-10-01 Thread Benno Senoner
Hi, recently I came across the hackpcweek.com issue, and the did not apply the crond exploit fix, since they "only install shipping software", and were not willing to install 21 different fixes ( from the redhat errata). But they installed Service Pack5 on NT, since it was one single file to inst

Re: future Redhat security-patches updating policy ?

1999-10-02 Thread Benno Senoner
On Sat, 02 Oct 1999, Chris Abbey wrote: > At 16:58 10/1/99 +0200, Benno Senoner wrote: > [...] > >comments ? > > none that haven't already been said... I can't emphasis enought the point > that others mention: if a company has that many Linux (or any form of *nix

Re: future Redhat security-patches updating policy ?

1999-10-03 Thread Benno Senoner
> > > > The problem is that Microsoft can cryptographically sign their > > packages whereas Redhat cannot (unless they use a NSA certified, > > closed-source system to do it). > > > > Digital signatures are essential for any live update system like > > this. > > > > Actually, RedHat can, and

Bug in RH6.1 installer ? (unformatted partition crashes the installer)

1999-10-04 Thread Benno Senoner
Hi, I just tried to upgrade my box from RH6.0 to 6.1, I have the following partitions: hda1 fat32 hda2 linux  (contained RH 6.0) hda3 linux swap hda4 linux    note that hda4 was unformatted (I did not run mke2fs on this partition)   when the installer tries to autodetect the partitions, it f

kernel 2.2.12 for Redhat 6.0 ?

1999-10-06 Thread Benno Senoner
hello, I need an kernel 2.2.12 rpm for a Redhat 6.0 box, but need a kernel supporting IP Masquerading, if I remember there was one on rawhide without. can someone please point me to a URL to get an ip-masquerading enabled kernel-2.2.12 rpm, without having to recompile the kernel, since I must ins

Re: kernel 2.2.12 for Redhat 6.0 ?

1999-10-06 Thread Benno Senoner
On Wed, 06 Oct 1999, Bernhard Rosenkraenzer wrote: > On Wed, 6 Oct 1999, Benno Senoner wrote: > > > I need an kernel 2.2.12 rpm for a Redhat 6.0 box, > > but need a kernel supporting IP Masquerading, > > Get the kernel RPM from 6.1. > are you sure that there are no

Re: kernel 2.2.12 for Redhat 6.0 ?

1999-10-06 Thread Benno Senoner
> > I regularly build kernels here on a P133. I reckon I can compile one a > darn sight faster than I can download it, especially if I stop to ask > questions first. > > Should take less than an hour, including think time. Yea, but I have to install this server for a client, and can sit in

Re: kernel 2.2.12 for Redhat 6.0 ?

1999-10-06 Thread Benno Senoner
On Wed, 06 Oct 1999, Robert Tennent wrote: > > > I need an kernel 2.2.12 rpm for a Redhat 6.0 box, > > > but need a kernel supporting IP Masquerading, > > > > I regularly build kernels here on a P133. I reckon I can compile one a > > darn sight faster than I can download it, especially if I

Old vfat bug (still present in RH 6.0 ?) recursive copying

1999-10-06 Thread Benno Senoner
Hello, does anyone know if the VFAT bug is present in the shipped kernel 2.2.5 of RH6.0 ? for example mounting a DOS ZIP drive using vfat, and then making a subdir and then doing cp -a * subdir results in an infinite loop which copies all files to subdir then creates subdir/subdir , makes another

netscape crashes on RH 6.1 even more nasty ...

1999-10-19 Thread Benno Senoner
As usual Netscape crashes ( = comprete freeze) A LOT even more on RH6.1 than RH6.0. At least on RH 6.0 I was able to to a killall -9 netscape-communicator now top shows a "ld-linux.so.2" hanging process using 99% of the CPU while with : ps auxw| grep netscape I get: benno 619 17.0 44.8

documentation for for the "up2date" update agent ?

1999-10-20 Thread Benno Senoner
Hi folks, while upgrading a RH6.0 box to 6.1 , I saw the up2date program. But I was unable to make this app work. There is no documentation present in the rpm. Any place to find some docs about this ? The default update server is set to priority.redhat.com, that means only registered users are al

Re: Something like IRIX 'versions changed'?

1999-10-20 Thread Benno Senoner
On Wed, 20 Oct 1999, Alan Cox wrote: > > from the manpage is appended. I've found that the following is a simple > > approximation: > > > > for i in `rpm -qac`; do if [ -f $i.rpmsave ]; then rpm -qf $i;\ > > ls -l $i $i.rpmsave; echo; fi done > > grep ".rpmsave" /tmp/upgrade.log > grep ".r

Re: documentation for for the "up2date" update agent ?

1999-10-20 Thread Benno Senoner
On Thu, 21 Oct 1999, Jeremy Katz wrote: > > Actually, you can connect to the server and get the list of packages > to be upgraded, it's just that the download links won't quite work. And > so you can see _what_ upgrades are available, even though you can't > quite download them. So, for example

Re: parallel port problems with 6.1?

1999-10-21 Thread Benno Senoner
> > > printer problem. In fact, the installation never asks about a printer. > > This is different from what I'm used to with all the previous RH installs. > > The /dev/lp* files are there, but if I try to pipe something into them it > > complains that the device does not exist. I know my ha

Re: parallel port problems with 6.1?

1999-10-21 Thread Benno Senoner
> > Benno Senoner <[EMAIL PROTECTED]> writes: > > > configuring PLIP with linux conf doesn't work, > > and the precise reason is that I have to set manually the IRQ > > by echo "7" >/proc/. (the parport proc entry). > > > >

Re: Broken PPP daemon

1999-10-29 Thread Benno Senoner
On Fri, 29 Oct 1999, JF Martinez wrote: > First time the PPP daemon is started it fails. I found this is > realated to the fact it tries using /dev/ppp who is a pseudo device > availble in 2.3 only. Could someone fix that please: it makes the > user spending two phone fees instead of one. > I

Re: Broken PPP daemon

1999-10-29 Thread Benno Senoner
On Sat, 30 Oct 1999, JF Martinez wrote: > > > > About printing I think the problem is realeted to the fact that > parport_lowlevel is not aliased to parport_pc in /etc/conf.modules > > I cannot test it dierectly becsue I have no priner but that is the way > I managed to have my printer working

LT: HX SMP kernel detection on RH 6.x: I submitted this bug to Redhat some time ago

1999-11-25 Thread Benno Senoner
-- This message was posted as a talkback at http://linuxtoday.com/story.php3?sn=12877. - sometime ago, when the RH 6.0 came out, I noticed this problem on a Tyan Tomcat HX mainboard UP (the UP version is basically the

Re: LT: HX SMP kernel detection on RH 6.x: I submitted this bug to Redhat some time ago

1999-11-26 Thread Benno Senoner
On Thu, 25 Nov 1999, Uncle George wrote: > I thought it was the BIOS that defines a string that states the > milti-processor capabilities. > gat I think you are right, as "mainboard" I refer to mainboard hardware+BIOS, this is what the OS sees. Perhaps a BIOS upgrade might cure the SMP problem on

Re: Big problems whith lpd sytem

1999-12-01 Thread Benno Senoner
> > I having big problems whith the printer spools. > Some people can not print and others yes. What are the permissions and rights that >must have thats directories ? > the lpd package in Redhat 6.1 is broken (on the released ISO image), http://www.redhat.com/corp/support/errata/RHSA1999041-0

RH 6.1: bootnet fails on FTP and NFS install, HTTP works

1999-12-05 Thread Benno Senoner
I tested NFS , FTP and HTTP install using the original R 6.1 bootnet, and the new bootnet-RHEA-1999-044.img boot image. The server box is a Rh5.2 linux box. I put online the RH 6.1 CD contents via nfs, ftp , and http, only HTTP install went successfully, when trying the NFS install, at the poi

Re: knfsd crashes on SMP pentium box (HX) (SCSI onboard), on RH 6.1, disabling knfsd, possible ?

1999-12-10 Thread Benno Senoner
On Thu, 09 Dec 1999, John Summerfield wrote: > > Is there a way to use the userspace nfs daemon instead of the knfsd under > > Redhat, or am I forced to recompile the kernel (disabling knfsd support). > > Just remove the knfsd rpms, install the latest user-space nfs. I did it on > RHL 6.0 with

knfsd crashes on SMP pentium box (HX) (SCSI onboard), on RH 6.1, disabling knfsd, possible ?

1999-12-08 Thread Benno Senoner
Hi folks, yesterday I installed Redhat 6.1 (2.2.13 kernel redhat's one) on a Dual Pentium box with HX chipset (GIgabyte mainboard), with on board AHA UW SCSI controller. The box has a Gigabit NIC 3COM, (acenic kernel module). I plan to use this box as NFS file server but the box crashes sometime

Updated ISO image for RH 6.1 available ?

1999-12-24 Thread Benno Senoner
Hi, does anyone know if there is an updated ISO image of RH 6.1 available ? I think many of us have the same problem: for already running boxes it's ok to install the bugfixes, but when installing new ones, it's a big waste of time to install the ton of bugfixes everytime. Is there an updated

Re: Updated ISO image for RH 6.1 available ?

1999-12-24 Thread Benno Senoner
On Fri, 24 Dec 1999, [EMAIL PROTECTED] wrote: > Benno Senoner wrote: > > > This would save a LOT of headaches for many people. > > While this is still a "redhat" OS it is not a redhat distribution. > What is RedHats position on this sort of thing. > Can thi

Re: Updated ISO image for RH 6.1 available ?

1999-12-27 Thread Benno Senoner
On Fri, 24 Dec 1999, Prasanth Kumar wrote: > I just burned all the update RPMS to a cdrom and then do a "rpm -F" which > "freshens", or > updates only the previously installed packages. > Is this rpm -F 100% safe ? Is there a way to upgrade all rpms without the need of installing all updates in