Re: Red Hat amanda question

2009-03-17 Thread Christopher
Hello...

On Tue, 2009-03-03 at 15:10 -0500, McGraw, Robert P wrote:
 I have set up an Amanda client on a Red Hat 5.2 server and amcheck
 recognizes the new client.
 
 One of the things that I had to do for the 5.2 client to work is change
 the permissions and group for the device /dev/root. 
 
 The problem is that this change will not last past a reboot. I had this
 same problem on a Red Hat 4.x client, a while back, and found a file
 that I could modify that would set /dev/root to the way I needed at boot
 time. But for the life of me I cannot remember the file that I need to
 change.
 


see https://bugzilla.redhat.com/show_bug.cgi?id=215333


shell cat /etc/rc.local 

#!/bin/sh
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=215333
/bin/chmod 640   /dev/root
/bin/chown root:disk /dev/root



 Can anyone help.
 
 
 Thanks
 
 Robert
 
 
 _
 Robert P. McGraw, Jr.
 Manager, Computer SystemEMAIL: rmcg...@purdue.edu
 Purdue UniversityROOM: MATH-807
 Department of Mathematics   PHONE: (765) 494-6055
 150 N. University Street  
 West Lafayette, IN 47907-2067
  
 
-- 
Christopher chris...@pricegrabber.com



RE: Red Hat amanda question

2009-03-04 Thread Mitch Collinsworth


On Wed, 4 Mar 2009, McGraw, Robert P wrote:


For the OS file systems we use the native backup, which in this case is
dump.

Robert



[Please remember to reply on-list when asking for help.]

I was afraid of that.  dump is not recommended or even expected to work
on Linux.  You need to use the tar dumptype and specify a file path
rather than a device.  The tar will run suid as root and the permissions
problems won't occur.

-Mitch



-Original Message-
From: owner-amanda-us...@amanda.org [mailto:owner-amanda-
us...@amanda.org] On Behalf Of Mitch Collinsworth
Sent: Tuesday, March 03, 2009 4:54 PM
To: McGraw, Robert P
Cc: amanda-users@amanda.org
Subject: Re: Red Hat amanda question



On Tue, 3 Mar 2009, McGraw, Robert P wrote:


I have set up an Amanda client on a Red Hat 5.2 server and amcheck
recognizes the new client.

One of the things that I had to do for the 5.2 client to work is

change

the permissions and group for the device /dev/root.


Are you doing dump or tar backups?

-Mitch


Re: Red Hat amanda question

2009-03-03 Thread Mitch Collinsworth


On Tue, 3 Mar 2009, McGraw, Robert P wrote:


I have set up an Amanda client on a Red Hat 5.2 server and amcheck
recognizes the new client.

One of the things that I had to do for the 5.2 client to work is change
the permissions and group for the device /dev/root.


Are you doing dump or tar backups?

-Mitch