First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 52941
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Robin Johnson <robbat2@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Cory Visi (RETIRED) <merlin@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 52941 depends on: Show dependency tree
Bug 52941 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-06-03 21:27 0000
The files/amanda-profile file sets the path for the amanda user. Any XFS
partition with quotas backed up using "dump" will generate an error. "xfsdump"
will run "xfsdq" to save the quota data, which is not in the path of the amanda
user. The error looks like this:

  | xfsdump: using file dump (drive_simple) strategy
  | xfsdump: version 2.2.16 (dump format 3.0) - Running single-threaded
  | xfsdump: saving user quota information for: /home
  ? sh: line 1: xfsdq: command not found
  ? xfsdump: ERROR: xfsdq failed with exit status: 32512
  ? xfsdump: ERROR: failed to save user quota information, continuing

It can easily be corrected by adding /sbin to amanda's .profile:

files/amanda-profile:
export PATH=/sbin:/usr/sbin:/usr/libexec:${PATH}

------- Comment #1 From Robin Johnson 2004-07-04 17:03:06 0000 -------
fixed in cvs.

First Last Prev Next    No search results available      Search page      Enter new bug