Re: broken postfix, help me

2000-05-29 Thread ARAKI Yasuhiro
Erik,

Erik Abella [EMAIL PROTECTED] wrote:

 I'm at my wit's end trying to troubleshoot this problem and as you can see, 
 I'm writing from hotmail because postfix is acting up and noone is able to 
 receive mail.
 
 I'm also suspicious of my DNS server as I have updated my mx records vi 
 webmin. Could this have affected my mail server?

Do you use postfix under chroot? Current debianized postfix run under chroot.

postfix (0.0.19991231pl04-1) frozen; urgency=low
  * New upstream version.
  * Make postfix run chrooted, like it's supposed to.

I suggest you to CHECK /var/spool/postfix/etc/resolv.conf.

--
ARAKI 




Re: Problems with my HD

2000-05-29 Thread Kevin Blackham
On Sun, May 28, 2000 at 11:08:18PM -0300, Helber wrote:
 I´m having some phisical problems with my hard drive.
 How do I transfer all my data  from a hd to another. 

I've done this using tar cvp *  outputfile and then extracting the archive 
to the new, mounted drive.  You'll need some temporary space, so I usually
just put the outputfile on the new mount. 

 Is there a way to work with two hard drives, something like master and slave, 
 but the slave been a mirror of the master?

Temporarily, or as a permanent solution?  Temporarily you can just prepare
the new drive with the same partitioning scheme (size not usually important)
and mount each one, then extract your tarballs to the new targets.  For a 
permanent setup, you can use software RAID mirroring.  I have experience with 
hardware RAID, but not software driven.  There's a howto.  

 Just to increase security, if the master fails the slave could substitute  
 the master.

That would be raid level 1 (mirroring).

--
Kevin Blackham   801-539-0852
Senior Tech, XMission Internet   877-XMISSION




Re: Problems with my HD

2000-05-29 Thread Mark Janssen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On Sun, 28 May 2000, Kevin Blackham wrote:
 On Sun, May 28, 2000 at 11:08:18PM -0300, Helber wrote:
  I´m having some phisical problems with my hard drive.
  How do I transfer all my data  from a hd to another. 
 
 I've done this using tar cvp *  outputfile and then extracting the archive 
 to the new, mounted drive.  You'll need some temporary space, so I usually
 just put the outputfile on the new mount. 

Then you can better use named pipes, then you won't need tempspace

mkfifo /tmp/somenamedpipe
on newdrive: tar -zxvf /tmp/somenamedpipe
and in another shell, while the above is running...
on olddrive: tar -zcvf /tmp/somenamedpipe files/dirs you want copied

You can also use the tools 'mirrordir' and 'copydir', they are in the same
package, and they copy (or copy with delete) one directory tree to
another, in a minimal way (Compare timestamps, don't copy if even..)

Mark Janssen  Unix Consultant
Unix Support Nederland / PSInet Netherlands
E-mail: [EMAIL PROTECTED]GnuPG Key Id: 357D2178
http: markjanssen.homeip.net www.markjanssen.nl www.maniac.nl
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org
Filter: gpg4pine 4.0 (http://azzie.robotics.net)

iD8DBQE5MgDSb6urvDV9IXgRAir8AJ4/u595r8dPIODv5OmW8jG8G5NQfQCguXKU
FDTYVpevNWZZHNjfpX//Zig=
=DtK3
-END PGP SIGNATURE-




Re: whois *server*?

2000-05-29 Thread Andrei D. Caraman
On Mon, May 29, 2000 at 09:18:01AM +1000, Neale Banks wrote:

 Greetings all,
 
 A search around failed to turn up an obvious whois server, either as part
 of Debian or even just source code - did I miss something?
 
 Anyone got a pointer to this?  Similarly, any pointers to relevant
 HOWTO/FAQ/etc docs?

check out the ripe database software from

 ftp://ftp.ripe.net/ripe/dbase/software/ 

it might do exactly what you want.



cheers,
---
Andrei D. Caraman   phone: +40 (1) 2050 637
Sr Network Engineer   fax: +40 (1) 2050 655
Mediasat SA




Re: BIND configuration files

2000-05-29 Thread Fraser Campbell
Sven Burgener wrote:

 Is there an easy way for converting old-style BIND (V 4.x.x)
 configuration files to the new version style (V 8.x.x)?

Slink has a tool for this purpose ... named-bootconf, it comes as part of
the bind package.

Fraser