Re: OT = just a quicky

2002-01-31 Thread David Stanaway
On Friday, February 1, 2002, at 06:39 PM, Damir Horvat wrote: > On Fri, 1 Feb 2002 15:22:51 +0800 > "Jason Lim" <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> Just wanted to know... how do I make a file with all 1s or 0s or >> something with a certain size (eg. 100Mb)? >> >> I was thinking 'dd somet

Re: OT = just a quicky

2002-01-31 Thread Nathan E Norman
On Fri, Feb 01, 2002 at 03:22:51PM +0800, Jason Lim wrote: > Hi, > > Just wanted to know... how do I make a file with all 1s or 0s or something > with a certain size (eg. 100Mb)? > > I was thinking 'dd something' but there is probably a better way? dd if=/dev/zero of=bigfile bs=1024k count=10

Re: OT = just a quicky

2002-01-31 Thread Damir Horvat
On Fri, 1 Feb 2002 15:22:51 +0800 "Jason Lim" <[EMAIL PROTECTED]> wrote: > Hi, > > Just wanted to know... how do I make a file with all 1s or 0s or > something with a certain size (eg. 100Mb)? > > I was thinking 'dd something' but there is probably a better way? why not dd? dd if=/dev/zero of

OT = just a quicky

2002-01-31 Thread Jason Lim
Hi, Just wanted to know... how do I make a file with all 1s or 0s or something with a certain size (eg. 100Mb)? I was thinking 'dd something' but there is probably a better way? TIA :-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PRO

Re: Software VS Hardware Raid

2002-01-31 Thread Jason Lim
> > There are some motherboards which have software RAID in the BIOS. This > allows them to deal with that problem at boot time, and then the kernel does > software RAID with the same mapping once it's loaded. Mmm... those boards use the Highpoint chip... thats not real good at anything ;-) Per

Re: Strange problem

2002-01-31 Thread Jason Lim
> On Fri, 2002-02-01 at 00:59, Jeremy C. Reed wrote: > > > In my experience, unstable is "unstable". > > At times. We have production boxes running unstable with no problem. Needed to run unstable because only unstable had some new software, unavailable in stable. Its a pity stable gets so outd

Re: Strange problem

2002-01-31 Thread Tim Sailer
On Fri, 2002-02-01 at 00:59, Jeremy C. Reed wrote: > In my experience, unstable is "unstable". At times. > > and came up in a very strange state. No users could log in, only root, and > > things like ps, w, and top wouldn't work. I was called, got in via ssh, > > Why happens when you runs the

Re: Strange problem

2002-01-31 Thread Jeremy C. Reed
On Thu, 31 Jan 2002 [EMAIL PROTECTED] wrote: > OK, folks. I have a stumper here. An associate has a machine that was > upgraded to unstable in the last few days. The machine was rebooted today, In my experience, unstable is "unstable". > and came up in a very strange state. No users could log i

Re: Weird SMP problem

2002-01-31 Thread Dave Watkins
On older Asus Dual boards you needed to disable MPS 1.4 in the BIOS otherwise you would get lock ups. I haven't tested this on the newer boards but it might be worth trying. Also make sure the PSU has enough power, a 300watt should be enough for the second machine. Finally are you using ECC me

Re: Software VS Hardware Raid

2002-01-31 Thread Russell Coker
On Fri, 1 Feb 2002 13:36, Jason Lim wrote: > > > drive available. This requires that you do not boot with a failed disk > > > in your system.' > > > > Which won't necessarily work with the most recent LILO because it relies > > on > > > the BIOS detecting the disk as bad and skipping it (which may

Strange problem

2002-01-31 Thread tps
OK, folks. I have a stumper here. An associate has a machine that was upgraded to unstable in the last few days. The machine was rebooted today, and came up in a very strange state. No users could log in, only root, and things like ps, w, and top wouldn't work. I was called, got in via ssh, and fi

Re: Software VS Hardware Raid

2002-01-31 Thread Jason Lim
> > drive available. This requires that you do not boot with a failed disk > > in your system.' > > Which won't necessarily work with the most recent LILO because it relies on > the BIOS detecting the disk as bad and skipping it (which may not happen). > I think that may have been the problem I

Re: Software VS Hardware Raid

2002-01-31 Thread Russell Coker
On Fri, 1 Feb 2002 10:22, Jose Alberto Guzman wrote: > >Who recommends that you don't use software RAID on the root file system? > > > >Not me (lilo maintainer and user of this), not the lilo author, not the > >software RAID kernel maintainer. > > Sorry, I'm not up to date on the newest features

Re: fork bomb protection

2002-01-31 Thread Jeremy C. Reed
On Thu, 31 Jan 2002, Alexander List wrote: > > Is there a way in the 2.4.17 kernel to prevent fork bombs from crashing > > a system ? > > I think ulimit (builtin of bash) is your friend. Try ulimit -u. See > bash(1). To add to this: Make sure this is done with "hard" limits, so they can't be r

Re: Software VS Hardware Raid

2002-01-31 Thread Jose Alberto Guzman
Russell Coker wrote: >On Wed, 30 Jan 2002 17:54, [EMAIL PROTECTED] wrote: > >>>detected the drive, but during the part that "lilo: " is supposed to come >>>up, nothing did. The disk kept grinding and grinding, and eventually >>>asked for a floppy. I was hoping that the 2nd, working drive in the

Eudora (Windows/ Mac) IMAP client with Cyrus IMAP Server

2002-01-31 Thread Thedore Knab
I was wondering if anyone has sucessfully intergrated the 5.1 version of the Eudora client with CMU's Cyrus Server. Has anyone had any problems with Eudora 5.1 and Cyrus recently ? >From the release notes, it appears that Eudora has had a long history of bugs related to the IMAP protocol. More s

Re: fork bomb protection - thanks

2002-01-31 Thread Thedore Knab
Thanks for the tip. ted@albert:~$ ulimit -a core file size(blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files(-n) 1

Re: Weird SMP problem

2002-01-31 Thread Krzysztof Mazurczyk
On Thu, 31/Jan/02 19:23:08, Marcin Owsiany wrote: > Hi! > > Imagine the following configurations: > > machine1: > - 2 x Pentium III 800MHz > - CUV266-D Asus motherboard (VIA VT8633/8233) > - 1 GB DDR RAM > - SCSI storage controller: Adaptec 7892A > - 2 x IBM HDs (Mo

RE: fork bomb protection

2002-01-31 Thread Anders Gjære
Maybe PAM offer some features for this anders # -Original Message- # From: Thedore Knab [mailto:[EMAIL PROTECTED]] # Sent: 31. januar 2002 19:22 # To: [EMAIL PROTECTED] # Subject: fork bomb protection # # # I am an admin of a Debian woody Linux box for computer science majors. # # Th

Re: fork bomb protection

2002-01-31 Thread martin f krafft
also sprach Thedore Knab <[EMAIL PROTECTED]> [2002.01.31.1922 +0100]: > Is there a way in the 2.4.17 kernel to prevent fork bombs from crashing > a system ? have a look at the kernel patches at www.grsecurity.net. i believe a debian package is in the works. but ulimit can also do wonders... > I

Re: fork bomb protection

2002-01-31 Thread Alexander List
On Thu, 31 Jan 2002, Thedore Knab wrote: > Although I have spent a lot of time securing things, I still fear that > fork bombs may kill the box. > > Is there a way in the 2.4.17 kernel to prevent fork bombs from crashing > a system ? I think ulimit (builtin of bash) is your friend. Try ulimit -

Weird SMP problem

2002-01-31 Thread Marcin Owsiany
Hi! Imagine the following configurations: machine1: - 2 x Pentium III 800MHz - CUV266-D Asus motherboard (VIA VT8633/8233) - 1 GB DDR RAM - SCSI storage controller: Adaptec 7892A - 2 x IBM HDs (Model: DDYS-T09170N) machine2: - the same CPUs, mothe

Re:

2002-01-31 Thread NN_il_Confusionario
On Thu, Jan 31, 2002 at 05:59:42PM +1100, Russell Coker wrote: > The next problem is that the boot loader doesn't appear to be lilo or grub I do not know for the cube, but for the raq3 o raq4 it's the firmware which replaces the bios that boots the kernel by reading the ext2 filesystem (the kerne

fork bomb protection

2002-01-31 Thread Thedore Knab
I am an admin of a Debian woody Linux box for computer science majors. The machine is running the 2.4.17 kernel with iptables and quotas. Although I have spent a lot of time securing things, I still fear that fork bombs may kill the box. Is there a way in the 2.4.17 kernel to prevent fork bomb

Re: MySQL broken after dselect on woody

2002-01-31 Thread Francois B.
look the /etc/my.cnf now MySQL is configured my skip-networking option to works with the sockets On Thu, 2002-01-31 at 16:12, alexis bory wrote: > hi, after a deselect operation and an upgrade of mysql, the mysql server > seems not to listen any more on 3306 ??? > > very bad situation

Re: MySQL broken after dselect on woody [OK]

2002-01-31 Thread alexis bory
Thats OK They (who) put a new line in /etc/mysql/my.cnf : tmpdir = /tmp language= /usr/share/mysql/english skip-locking # The skip-networkin option will no longer be set via debconf menu. # You have to manually change it if you want networking i.e. the server

MySQL broken after dselect on woody

2002-01-31 Thread alexis bory
hi, after a deselect operation and an upgrade of mysql, the mysql server seems not to listen any more on 3306 ??? very bad situation any tips ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Debian in 100 MB ?

2002-01-31 Thread Gavin Hamill
On Thu, Jan 31, 2002 at 12:09:27PM +0100, [EMAIL PROTECTED] wrote: > Hi List ! > > I?d like to get a Firewalling LINUX with IPTABLES into 100 MB for use on a > couple of ADSL/ISDN/ETH Firewalls. This shouldn't be a problem at all.. If you install a core Debian, use 'advanced' setup mode then si

iptables + MSS (adsl)

2002-01-31 Thread jernej horvat
http://www.hgfelger.de/mss/mss.html -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Debian in 100 MB ?

2002-01-31 Thread Stephane Bortzmeyer
On Thu, Jan 31, 2002 at 12:09:27PM +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote a message of 23 lines which said: > Is this the right way to do it ? I could not find a small debian based > distro with IPTABLES/DSL/ISDN support... http://www.pingoo.org/Routeur/English/welcome.html --

Re: Raid 1 + lilo

2002-01-31 Thread Peter Billson
Earlier in this thread, there was a question of how hardware RAID would handle the failure of a drive on reboot. While at LinuxWorld I asked the Intel team how their controller would handle it. The answer was that the card would note the disk failure, notify you of the problem, rebuild the ar

Re: Debian in 100 MB ?

2002-01-31 Thread Kevin Littlejohn
As was pointed out to me, really helpfully, check out the "debbootstrap" package - it'll give you a decent starting point, probably. I used it to build a fake server environment for a vserver setup - using http://www.solucorp.qc.ca/miscprj/s_context.hc On Thu, Jan 31, 2002 at 07:13:34AM -0500, P

Re: Debian in 100 MB ?

2002-01-31 Thread Peter Billson
We are running a router/firewall from a standard Debian distro using 111Mb, but this includes keeping a local set of logs so getting to your 100Mb mark should be easy. To duplicate the machine after the first set up either dd to a second disk, and change config files, or do a standard install

Debian in 100 MB ?

2002-01-31 Thread Peter . DeSchrijver
Hi List ! I´d like to get a Firewalling LINUX with IPTABLES into 100 MB for use on a couple of ADSL/ISDN/ETH Firewalls. For this I`d like to use a stock debian, install onto a slightly larger partition and (scripted) remove excess software to make the 100 MB image. Advantage for me would be the

Re: MacOS, Debian router and ADSL/PPPoE (OT Net Tuner does not work for HTTP)

2002-01-31 Thread Stephane Bortzmeyer
On Wed, Jan 30, 2002 at 05:44:48PM +0100, Stephane Bortzmeyer <[EMAIL PROTECTED]> wrote a message of 27 lines which said: > I have a Debian router which connects to an ADSL/PPPoE line (therefore > with a PPP interface and a MTU of 1492). > > Behind it are Linux machines, MS-Windows boxes and