Re: problems backuping root partition with dump on FC3

2005-10-26 Thread Jon LaBadie
On Wed, Oct 26, 2005 at 11:53:16AM -0700, Chris Marble wrote:
> >  
> > the /dev/sdb2 is mounted on / partition
> > but instead of using /dev/sdb2 it uses /dev/root for backup
> > here is the right of the two devices
> > 
> > brw---  1 root root 8, 18 avr  1 16:48 /dev/root
> > brw-rw  1 root disk 8, 18 avr  1 16:48 /dev/sdb2
> 
> Did you ever get a solution to this problem?  I've done a chgrp disk
> and chmod g+r on /dev/root but that only helps until the next reboot.
> The other partitions are fine.
> Client is 2.4.5 and server is 2.4.4p1
> Client OS is CentOS 4.2

On my FC3 /dev/root is a symbolic link to the root partition.
Might that be persistant across reboot?

Under /etc, where I'd expect nearly anything related to devices
and booting, the only referenced I find to /dev/root are under
/etc/selinux.  Do you have secure linux enabled and might there
be some setting for that system that is recreating /dev/root?

-- 
Jon H. LaBadie  [EMAIL PROTECTED]
 JG Computing
 4455 Province Line Road(609) 252-0159
 Princeton, NJ  08540-4322  (609) 683-7220 (fax)


Re: problems backuping root partition with dump on FC3

2005-10-26 Thread Chris Marble
Eric Doutreleau wrote:
> 
> 
> i cannot backup / partition with dump on my FC3 machine.
> 
> 
> I'm using 
> amanda-2.4.4p3-1 on both server and client
> 
> Steps to Reproduce:
> i have configured my amanda server to backup a / partition on my FC3
> computer. I use the mountpoint / in my disklist file
>   
> i got the following report
> sonde  / lev 0 FAILED [disk /, all estimate failed]
> 
> 
> here is some information from the sendize file on the client.
> sendsize[23903]: time 0.021: calculating for amname '/', dirname '/',
> spindle 1
> sendsize[23903]: time 0.021: getting size via dump for / level 0
> sendsize[23903]: time 0.021: calculating for device '/dev/root' with
> 'ext3'
> sendsize[23903]: time 0.021: running "/sbin/dump 0Ssf 1048576
> - /dev/root"
>  
> the /dev/sdb2 is mounted on / partition
> but instead of using /dev/sdb2 it uses /dev/root for backup
> here is the right of the two devices
> 
> brw---  1 root root 8, 18 avr  1 16:48 /dev/root
> brw-rw  1 root disk 8, 18 avr  1 16:48 /dev/sdb2

Did you ever get a solution to this problem?  I've done a chgrp disk
and chmod g+r on /dev/root but that only helps until the next reboot.
The other partitions are fine.
Client is 2.4.5 and server is 2.4.4p1
Client OS is CentOS 4.2
-- 
  [EMAIL PROTECTED] - HMC UNIX Systems Manager
  My opinions are my own and probably don't represent anything anyway.


problems backuping root partition with dump on FC3

2005-04-15 Thread Eric Doutreleau

i cannot backup / partition with dump on my FC3 machine.


I'm using 
amanda-2.4.4p3-1 on both server and client

Steps to Reproduce:
i have configured my amanda server to backup a / partition on my FC3
computer. I use the mountpoint / in my disklist file
  
i got the following report
sonde  / lev 0 FAILED [disk /, all estimate failed]


here is some information from the sendize file on the client.
sendsize[23903]: time 0.021: calculating for amname '/', dirname '/',
spindle 1
sendsize[23903]: time 0.021: getting size via dump for / level 0
sendsize[23903]: time 0.021: calculating for device '/dev/root' with
'ext3'
sendsize[23903]: time 0.021: running "/sbin/dump 0Ssf 1048576
- /dev/root"
 
the /dev/sdb2 is mounted on / partition
but instead of using /dev/sdb2 it uses /dev/root for backup
here is the right of the two devices

brw---  1 root root 8, 18 avr  1 16:48 /dev/root
brw-rw  1 root disk 8, 18 avr  1 16:48 /dev/sdb2

then amanda could use the second on but not the first one.

has somebody already had this problem?

thank in advance for any help