| Summary: | 6.1-release restore(8) can't read some 6-stable dumps (regression) | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Rob Austein <sra> |
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 6.2-PRERELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Rob Austein
2006-12-26 20:40:17 UTC
mckusick 2008-04-14 20:15:53 UTC
FreeBSD src repository
Modified files:
sbin/restore dirs.c
Log:
restore(8) does not check for write failure while building two temp
files containing directory and ownership data. If /tmp fills, the
console is blasted with zillions of "file system full" errors, and
restore continues on, even though directory and/or ownership data
has been lost. This is particularly likely to happen when running
from the live CD, which has little /tmp space.
PR: bin/93603, also probably bin/107213
Fix from: Ken Lalonde
Revision Changes Path
1.34 +68 -24 src/sbin/restore/dirs.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed The fix applied for PR bin/93603 most likely was what was causing this problem. |