Commit Graph

141 Commits

Author SHA1 Message Date
Dean Roehrich 378e7a5863 - Add newlines to some error messages.
- Allow it to daemonize itself.
- Do not daemonize if user requested verbose output.
- Get signal handlers set, whether or not daemonized.
- Use execlp instead of execl, to alleviate some guesswork about where it
  expects to find wbee.
- Fix cleanup routine so it can cleanup the session--mostly, remove all
  the fancy stuff that wasn't looking for the right thing anyway.
2001-10-03 16:18:54 +00:00
Nathan Scott 52b1c1c45e First step toward making the xfsdump inventory not break the FHS spec.
Previously, xfsdump wrote to /var/xfsdump for all its inventory data 
needs.  This is now a runtime decision - for existing installations we
continue doing just that, for new installations we use the compliant-
with-FHS directory /var/lib/xfsdump.  Note: cannot just mv one to the
other as xfsdump is "clever" enough to store full pathnames in all its
inventory file - this issue will be resolved by Ivan in an upcoming
xfsinvutil checkin.
2001-10-03 05:22:21 +00:00
fsgqa f63a5c41fd filtering was broken due to QA test change - simple fix. 2001-10-03 01:39:58 +00:00
Dean Roehrich ebdd1ec32c Add fixes from Takayuki Sasaki <sasaki@bsd.tnes.nec.co.jp>
call mk_daemon from a different place so we don't close the dmapi device.
2001-10-01 21:39:50 +00:00
fsgqa ca1fb7f3a5 oops...checked in some temporary changes from testing on ia64 box. 2001-09-28 10:00:14 +00:00
fsgqa d8787394a3 Add diagnostic output of bulkstat to 024.full file. 2001-09-28 09:49:27 +00:00
Nathan Straz 7f4cfff3cf Allow the QA suite to mount the test file system if it is not already mounted. 2001-09-19 22:08:37 +00:00
Nathan Scott a985c8bd46 really fix 044 and its use of _unexpected this time. 2001-09-19 05:33:51 +00:00
Nathan Scott 567cfbf266 ensure bulkstat ioctl directed to the filesystem, rather than the device. 2001-09-19 04:52:16 +00:00
Nathan Scott 681779d8ab define an _unexpected routine to handle unexpected command failure. 2001-09-18 23:49:43 +00:00
Ivan Rayner b5a59b276f add two placeholders for IRIX tests which may get moved over sometime 2001-09-07 02:16:00 +00:00
Tim Shimmin c909362354 specify scratch_dev on mount - don't rely on fstab or mtab. 2001-09-05 01:50:05 +00:00
Andrew Gildfind d20ab4422e Update for expanded dump/restore status reporting see PV #784355 2001-08-31 04:55:05 +00:00
fsgqa 06aebf6571 Use umount/mount to ensure stuff is written to disk so that
bulkstat will be sure to have the latest attributes for
dump/restore.
2001-08-31 04:06:45 +00:00
Tim Shimmin 24af66afa3 Add call to _stable_fs so that
bstat's ctime and mtime will match with reality.
2001-08-27 07:28:34 +00:00
Tim Shimmin 7baa9d88d5 Test out the new acl text error msgs. 2001-08-24 05:51:02 +00:00
Dean Roehrich bf83af9f61 No Message Supplied 2001-08-10 21:28:55 +00:00
Dean Roehrich a6e2abd67c No Message Supplied 2001-08-07 14:36:44 +00:00
Nathan Scott de185749be don't use -f to "hostname", its not portable. 2001-08-04 01:07:30 +00:00
Dean Roehrich c5b569aa61 remove print_event 2001-08-02 20:54:16 +00:00
Nathan Scott 90449ffe1f additional diagnostic messages when we can't find headers/libs we need. 2001-08-02 01:44:45 +00:00
Dean Roehrich 4e2b1b32df Use automake and libtool for dmapi tests.
Fix some compiler warnings/errors.
No Message Supplied
2001-07-31 21:39:18 +00:00
Nathan Scott 3827ec04fd spilt acl kernel and user headers apart - no point keeping in sync. 2001-07-25 05:03:04 +00:00
Nathan Scott 3dc2e58dd8 filter out some host-specific information from pushd/popd. 2001-07-23 22:06:20 +00:00
Nathan Scott 3499b4ac9d test out the -r option to chacl. 2001-07-23 08:27:49 +00:00