Re: Does anyone know what this is ?

2001-04-25 Thread Kevin Easton
From: "Curtis Hogg" <[EMAIL PROTECTED]> To: "will trillich" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, April 25, 2001 6:47 PM Subject: Re: Does anyone know what this is ? > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > daytime, i'm not sure on. daytime returns the system date and time. Eg

Re: howto identify missing stdlib.h after compile?

2001-04-25 Thread Kevin Easton
Hi, You can't, because it's not. As long as your program is linked with a library that exports atof (in this case, glibc), and you call it correctly, then there's no problem. Of course, if you don't include the declaration of atof (which is what's in stdlib.h), then the compiler can't check the

Re: three questions about modules

2001-04-24 Thread Kevin Easton
From: "Benjamin Black" <[EMAIL PROTECTED]> To: Sent: Sunday, April 22, 2001 1:50 AM Subject: three questions about modules >1.) the default behavior for debian seems to be to run modprobe on all >modules listed in /etc/modules at boot time, without -k (autoclean). is >there a way to change this

Re: networking 2 pcs

2001-04-24 Thread Kevin Easton
Hi, My advice is to start trouble-shooting from the bottom up. First, check the link lights on the cards, to see if the cards can 'see' each other. If not, you may not actually have a crossover cable. If that's okay, then try and watch the 'data' or 'act(ivity)' light on the card while you

Re: help with php4 and horde

2001-04-24 Thread Kevin Easton
Hi, As it happens, I did just this the other day. All I had to do to get horde/IMP working with php4 (apart from installing the additional packages required by IMP such as php4-imap) was to edit the file /etc/apache/mime.types, commenting out the line: application/x-httpd-php3

Re: The Perfect Debian / Personal Computer

2001-04-24 Thread Kevin Easton
From: "Hall Stevenson" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 25, 2001 1:42 AM Subject: Re: The Perfect Debian / Personal Computer > > > Well i have given up on trying to configured Windows > > > / Linux together. I can't get the hardware right > > > and don't feel like fucking with it

Re: boot up look and feel

2001-04-17 Thread Kevin Easton
The startup scripts are in /etc/init.d/. You might also need/want to create a modified version of start-stop-daemon. - Original Message - From: "V.Suresh" <[EMAIL PROTECTED]> To: "Debian List" Sent: Wednesday, April 18, 2001 1:35 AM Subject: boot up look and feel > Other distros like

Re: boot up commands

2001-04-17 Thread Kevin Easton
Hi, Just stick the name of the module you want to load at boot time in /etc/modules. - Kevin. - Original Message - From: "V.Suresh" <[EMAIL PROTECTED]> To: "Debian List" Sent: Wednesday, April 18, 2001 1:38 AM Subject: boot up commands > I want a insmod command to beperformed

Re: debian 2.2r3 ?

2001-04-17 Thread Kevin Easton
- Original Message - From: "CaT" <[EMAIL PROTECTED]> To: "Debian User" Sent: Tuesday, April 17, 2001 3:21 PM Subject: Re: debian 2.2r3 ? > On Mon, Apr 16, 2001 at 09:13:44PM -0800, Ethan Benson wrote: > > > > apt-get update > > apt-get dist-upgrade > > don't you mean apt-get upgrade? It

Re: 2.2r3 and pseudo-image

2001-04-17 Thread Kevin Easton
Hi, Yes, you can do this, but you don't loopback mount it - you just rip an iso image of the disk, name it whatever the iso is called on the mirror (I use binary-i386-1_NONUS.iso), and rsync it. - Kevin. - Original Message - From: "Pann McCuaig" <[EMAIL PROTECTED]> To: "Debian Us

Re: Kernel - testing to stable

2001-04-17 Thread Kevin Easton
Hi, New kernels aren't automatically installed when they appear in stable (or anywhere on the archives) - they're not marked as a new version of a single 'kernel-image' package, instead each new kernel revision is placed into it's own package. If you want to upgrade your kernel, you have to d

Re: ip masquerade : which one?

2001-04-17 Thread Kevin Easton
Hi, As a few respondents have said, ipmasq is a package of scripts that uses whatever kernel firewalling support utility you have (2.0.x ipfwadm, 2.2.x ipchains, 2.4.x iptables) to configure your firewall rules, according to a set of rule scripts (in /etc/ipmasq/rules/). ipmasq is the go. i

Re: exim?

2001-04-17 Thread Kevin Easton
- Original Message - From: "David Jardine" <[EMAIL PROTECTED]> To: "V.Suresh" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, April 17, 2001 4:46 AM Subject: Re: exim? > On Mon, Apr 16, 2001 at 10:01:27PM +0600, V.Suresh wrote: > > I am a dialup internet user. While I was using SuSE, i had compl

Re: modem troubles solved

2001-04-16 Thread Kevin Easton
- Original Message - From: "Gl Elad" <[EMAIL PROTECTED]> To: "MaD dUCK" <[EMAIL PROTECTED]> Cc: Sent: Monday, April 16, 2001 8:30 PM Subject: Re: modem troubles solved > Hi, > > irq 9 _is_ irq 2. irq 9 - 16 are handled by a secondary interrupt > controller, that's connected to the prima

Re: offtopic (completely): linux games

2001-04-16 Thread Kevin Easton
From: "Peter Jay Salzman" <[EMAIL PROTECTED]> To: "Debian user mailing list" Sent: Monday, April 16, 2001 4:24 AM Subject: offtopic (completely): linux games >dear all, > >i know i'll get flamed for this, but i also happen to know that some of you >will greatly appreciate this information: > >if

Re: dump fdisk data to TXT file

2001-04-13 Thread Kevin Easton
ittle complicated, and I'm afraid I still can't really see the point. - Kevin. From: "Kevin Easton" <[EMAIL PROTECTED]> To: "Russell Coker" <[EMAIL PROTECTED]>; Sent: Saturday, April 14, 2001 4:29 AM Subject: Re: dump fdisk data to TXT file >

Re: Source Formatting

2001-04-13 Thread Kevin Easton
Hi, If it's HTML source you mean (you forgot to specify the language), then the 'tidy' program in the package of the same name is probably what you want. Cheers, - Kevin From: "Joris Lambrecht" <[EMAIL PROTECTED]> To: Sent: Friday, April 13, 2001 7:12 PM Subject: Source Formatting

Re: dump fdisk data to TXT file

2001-04-13 Thread Kevin Easton
If you want to dump the "fdisk data" (by which I guess you mean the hard disk partition table) to a file, you can either: * Do what others have suggested (fdisk -l /dev/hda > hda.fdisk) - this will give you a readable text version of your partition table, but you can't use this to directly rec

Re: Cannot login to server running RH6.2

2001-04-11 Thread Kevin Easton
> Guys, > > I know that this list does not deal with Red Hat Linux issues, but then this > is the most helpful list that I can think of that has good support. The > discussion list on redhat.com sux. Typically I use Debian on my system. > Since this is my company's server... > > Ok, here's the pr