Mail gateway

1998-07-06 Thread BARBELET Philippe
Dear Linux users,

How do you configure a host that has to send mail through a mail gateway
?
Where and how do you specify this gateway ?

Thanks.

Ph. BARBELET


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


RE: Linux system Instalation - CRC Error

1998-06-26 Thread BARBELET Philippe
I think you have to build your rescue floppy again
.
RAWRITE2.EXE doesn't  work as well each time.

Try an other rescue floppy and be sure that your floppy disk was first
dos clean formatted before you use it.

Phil.

 --
De: Romilson Cruz de Carvalho
A: Debian List
Objet: Linux system Instalation - CRC Error
Date: jeudi 25 juin 1998 22:34

Microsoft Mail v3.0 IPM.Microsoft Mail.Note
From: Romilson Cruz de Carvalho
To:  Debian List
Subject:  Linux system Instalation - CRC Error
Date: 1998-06-25 22:34
Priority: 3

 
 --

Gentlemen,

I got the following files of instalation of Linux Debian:

Root.Bin
Resc1440.Bin
Drv1440.Bin
Base-1.Bin  Base-2.Bin
Base-3.Bin  Base-4.Bin
Base-5.Bin  Base1_3.Tgz

The RAWRITE2.EXE was used to make the instalation disks.

When I put the RESCUE DISK in the drive and reboot my computer, the
Linux initialization starts,
but at the time that ROOT volume will be mounting, I got the folllowing
error message:

CRC ERROR: Mounting Root File System.
KERNEL PANIC.

Any help will be appreciate.

Best regards.

Romilson C. Carvalho


 --
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


2 ethernet cards - Thank you

1998-06-25 Thread BARBELET Philippe
Hi Ian,

You were right. I have recompile the kernel whith the module 3c509
included
and it's working very well !

Thenak you !

Phil.

 --
De: Ian Eure
A: Barbelet, Philippe
Cc: debian-user@lists.debian.org
Objet: Re: 2 ethernet cards  (more ...)
Date: jeudi 25 juin 1998 01:14

Microsoft Mail v3.0 IPM.Microsoft Mail.Note
From: Ian Eure
To:  Barbelet, Philippe
Cc:  debian-user@lists.debian.org
Subject:  Re: 2 ethernet cards  (more ...)
Date: 1998-06-25 01:14
Priority: 3

 
 --

On Wed, Jun 24, 1998 at 12:08:07PM -0700, Philippe BARBELET wrote:
> Hi Debian friends,
>
> I have 2 ISA 3C509 ethernet cards in my PC.
>
> At boot time, the system says :
>
> 3c509: WARNING! Module load-time probing works reliably only for EISA
> and MCA bus!!
> loading device 'eth0'...
> eth0: 3c509 at 0x300 tag 1, 10baseT port, address  00 20 af 34 e8 44,
> IRQ 3.
> 3c509.c:1.07 6/15/95 [EMAIL PROTECTED]
>
> My lilo.conf file is correctly configured :
>
>   append="ether=0,0,eth1"
>
> but the system doesn't see the second card. I think that the probing
> test doesn't work
> correctly.
>
> If I put just 1 card at a time, the card is always recognized.
IIRC, the kernel boot paramaters only work if the driver is compiled
into the
kernel. If you are compiling it as a module (eg default Debian setup)
you need
to edit /etc/conf.modules and add a line like:
``options 3c509 io=0xAAA,0xBBB irq=CC,DD''
where 0xAAA and CC are for eth0, and 0xBBB and DD are for eth1. Note
that I'm
not certain about the specific parameters, you might want to read the
driver
source if it dosen't work- alternatively, you could just recompile your
kernel
with the 3c509 driver in the kernel instead of a module.
 --
 __
| ian eure, network admin, freelance security consultant, and  |
| manically depressed paranoid schizophrenic, at your service. |
;   <[EMAIL PROTECTED]> - http://minion.org ;
:   raw speed = 105.6 wpm with 4.5% errors :
.  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .


 --
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


RE: Date-stamp in filename for a script

1998-06-23 Thread BARBELET Philippe
You can do some shell like that :

phil.sh
===
#! /bin/sh

prefix=$1
suffix=$2
buffer=`date +%y%m%d'

file=${prefix}${buffer}${suffix}

cat > $file

=

and use it like that :

ls  |  phil.sh  backup  .tar.gz

Phil. BARBELET
French Guiana - European Space Port


 --
De: Jay Barbee
A: debian-user@lists.debian.org
Objet: Date-stamp in filename for a script
Date: mardi 23 juin 1998 20:35

Microsoft Mail v3.0 IPM.Microsoft Mail.Note
From: Jay Barbee
To:  debian-user@lists.debian.org
Subject:  Date-stamp in filename for a script
Date: 1998-06-23 20:35
Priority: 3

 
 --

Excuse my ignorance in shell scripting, but I wanted to create a file
that
actualy had a filename that contains the date in the format:

backupYYMMDD.tar.gz

I can do:
date +backup%y%m%d.tar.gz

which give the correct output for the filename.  If I assign that to an
 environment
variable such as TIMESTAMP:

TIMESTAMP='date +backup%y%m%d.tar.gz'

How can I use this as:
touch $TIMESTAMP

...or...

tar czvf $TIMESTAMP /

ect... I have seveal uses for this concept, and I know you guru
scripters do
 this
in your sleep.  any help?

 --Jay


 --
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: /etc/init.d/boot message?

1998-06-23 Thread BARBELET Philippe
Please, don't do this because if you have a wrong boot sequence (or a
problem in it)
 you won't see it and can be stopped whith no way to resolve your
problem.

Use the command "dmesg | more" to see you boot sequence after booting
or go in the /var/adm directory. There, you'll find the "messages" file
which receive most of the system messages. You'll find several log files
also
that you can edit.

Phil  BARBELET
CNES - French Guiana -
European Space Port.

 --
De: [EMAIL PROTECTED]
A: debian-user@lists.debian.org
Objet: Re: /etc/init.d/boot message?
Date: mardi 23 juin 1998 14:59

Microsoft Mail v3.0 IPM.Microsoft Mail.Note
From: [EMAIL PROTECTED]
To:  debian-user@lists.debian.org
Subject:  Re: /etc/init.d/boot message?
Date: 1998-06-23 14:59
Priority: 3

 
 --

On Fri, 19 Jun 1998, Mark Yobb wrote:
>
> I know how to use `dmesg` but I would really like to be able to get
> the info that scrolls across my screen (on bootup) when /etc/init.d/boot is
> executing.  Is this message sent to a log file or something?  How can I look
> at this after booting?

This is just a stab in the dark. But could something like this be done
in /etc/inittab?

[snip]
si::sysinit:/etc/init.d/rcS > /var/log/rcS.log 2>&1
   
[snip]
l0:0:wait:/etc/init.d/rc 0 > /var/log/rc0.log 2>&1
l1:1:wait:/etc/init.d/rc 1 > /var/log/rc1.log 2>&1
l2:2:wait:/etc/init.d/rc 2 > /var/log/rc2.log 2>&1
l3:3:wait:/etc/init.d/rc 3 > /var/log/rc3.log 2>&1
l4:4:wait:/etc/init.d/rc 4 > /var/log/rc4.log 2>&1
l5:5:wait:/etc/init.d/rc 5 > /var/log/rc5.log 2>&1
l6:6:wait:/etc/init.d/rc 6 > /var/log/rc6.log 2>&1
   

I don't know I just thought this. I haven't tried it but maybe someone
that understands the startup scripts better can flame me!

Disclaimer:  I don't know if this will work and have not tried it so
don't blame me if it breaks your system.  You have been warned!


Brian
 --
Mechanical Engineering  [EMAIL PROTECTED]
Purdue University   http://www.ecn.purdue.edu/~servis


 --
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]