Re: [gentoo-user] HD back up

2003-08-31 Thread Jussi Sirpoma
On 31.8.2003 2:38 Ernie Schroder wrote:

ssh [EMAIL PROTECTED]
sleep 5
mount /dev/hdb1 /mnt/backup
exit
You should change this to:

ssh [EMAIL PROTECTED] END
sleep 5
mount /dev/hdb1 /mnt/backup
END
ssh [EMAIL PROTECTED]
sleep 5
umount /mnt/backup
echo
echoSpinning down backup disk...
/sbin/hdparm -y /dev/hdb# spin down disk
exit
And this similarly to:

ssh [EMAIL PROTECTED] END
sleep 5
umount /mnt/backup
echo
echoSpinning down backup disk...
/sbin/hdparm -y /dev/hdb# spin down disk
END
Regards,
Jussi Sirpoma


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] HD back up

2003-08-31 Thread Jussi Sirpoma
On 31.8.2003 5:09 Ernie Schroder wrote:

Jussi,
Thanks for your help. It seems to be working, except for the rsync 
itself.
	Probably due to my own stupidity, the host name of the remote machine 
is Ernie.schroder.com. This may be my problem. when I try to run the 
script, I get:

snip
   Performing backup...

Ernie.schroder.com: Connection refused
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)
snip
Is this a syntax error or due to my hostname?
Suggestions?
I havn't used rsync that much but check out rsyn's man page and 
especially the --rsh parameter. You should propably add someting like 
--rsh=ssh to the rsync command.

Jussi Sirpoma

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] logrotate without logrotate??

2003-08-26 Thread Jussi Sirpoma
On 26.8.2003 23:16 Christian Bartl wrote:

Dear Gentoo users,

I noticed something strange right now.
Excerpt from ls -lh /var/log
 18K Aug 26 20:00 auth.log
snip

   0 Jul 28 22:49 uucp.log
   0 Jul 22  2002 uucp.log.0
These backup-files confuse me because I'm not using logrotate. Any idea
how this could happen?
Are you using metalog? It has rotating capapilities. Check out 
/etc/metalog/metalog.conf and the maxsize,maxtime and maxfiles parameters.

Regards,
Jussi Sirpoma
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] dma not enabled

2003-08-20 Thread Jussi Sirpoma
On 20.8.2003 18:09 Pupeno wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday 19 August 2003 16:48, Nicolas STURMEL wrote:
Pupeno wrote:
 So, what may be wrong then ? (I didn't enable anything on the HDs yet)
Perhaps did you mis-config your kernel.
Look in IDE/ATAPI options to see if you enabled the driver corresponding
to your chipset.
What chipset ? My motherboard chipset is nForce2, but I don't see it listed 
anywhere (maybe it is another chipset ?).
Thank you.
I have nForce2 and it uses one of the amd chipsets. I have 
CONFIG_BLK_DEV_AMD74XX=y int the .config.

Jussi Sirpoma



--
[EMAIL PROTECTED] mailing list


[gentoo-user] How to configure xdm to accept connections from other boxes?

2003-08-10 Thread Jussi Sirpoma
Hi,

I'm trying to configure xdm to accept connections from other machines in 
the network. I've done it once to a Mandrake box but I do not have those 
conig files available and I'm not getting very far with the default 
gentoo ones. This is what I have done:

- I commented out the last line in xdm-config:
!DisplayManager.requestPort:0
- Removed comments from these lines in Xaccess:
*   #any host can get a login window
*   CHOOSER BROADCAST   #any indirect...
Is there some other things I need to set up? (Like permissions or..)

Jussi Sirpoma

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] resiserfs

2003-08-06 Thread Jussi Sirpoma
On 6.8.2003 20:43 Mark Knecht wrote:



Athlon XP, NForce2 board.


A little bit of Googling around yielded that as recently as April 2003 there
were Windows XP driver updates for that chipset having to do with hard drive
controllers. I wonder if the installation process has provided you with
equivalent Linux drivers? Or do equivalent Linux drivers even exist yet?
Is there a kernel option for NForce chipsets like there is for AMD, Via,
Intel, etc? Or are you using a vanilla kernel configuration?
I have an MSI board with NForce2 and it seems that the NForce2 IDE 
controller is based on (or is) one of the AMD chips. A quick look shows 
me that I have at least CONFIG_BLK_DEV_AMD74XX=y in my .config.

Best Regards,
Jussi Sirpoma
--
[EMAIL PROTECTED] mailing list


[gentoo-user] Testing memory

2003-07-30 Thread Jussi Sirpoma
Hi All,

Does any of the gentoo packages contain tools or other ways to test the 
memory. I have had problems compiling some of the larger packages (bug 
20600) and I would like to verify that at least the memory is working as 
it's supposed to.

Best Regards,
Jussi Sirpoma
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Testing memory

2003-07-30 Thread Jussi Sirpoma
On 30.7.2003 23:53 Jussi Sirpoma wrote:

Hi All,

Does any of the gentoo packages contain tools or other ways to test the 
memory. I have had problems compiling some of the larger packages (bug 
20600) and I would like to verify that at least the memory is working as 
it's supposed to.
Thanks to all. The memtest86 was just what I needed. The memory was not 
the problem but running the test caused the cpu temperature to rice to 
~60 C (140 F) after only 7 minutes of testing. So it seems that my 
problem is overheating.

Jussi Sirpoma



--
[EMAIL PROTECTED] mailing list