| Summary: | dump/restore fail on any stream (tape/pipe/file) over 4GB | ||
|---|---|---|---|
| Product: | Base System | Reporter: | bigfoot <bigfoot> |
| Component: | bin | Assignee: | Matt Jacob <mjacob> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
bigfoot
2000-09-13 20:30:00 UTC
On Wed, Sep 13, 2000 at 12:27:14PM -0700, bigfoot@stomped.com wrote: > [7:11am] 103 [/titan5]:titan% restore x -f > /titan1/www.stomped.com._usr_local_webs.20000710.4 I think this works if you read from stdin: restore xf - < /titan1/www.stomped.com._usr_local_webs.20000710.4 There are other ways to do this too, but this is one easy way. David. > I went and checked this also. Restore has no problems
> reading 8GB from standard input. It sounds like the only
> thing could be is something destroying the pipe.
I can't reproduce it either just by trying to restore a large
filesystem:
15:43:walton 4# restore xf - < ../src-dump
restore xf - < ../src-dump
set owner/mode for '.'? [yn] n
21:50:walton 5# fg
21:50:walton 6# ls -l ../src-dump
-rw------- 1 root wheel 3211929600 Sep 17 11:38 ../src-dump
Whatever the problem is, it doesn't seem to be restore. Maybe
they're somehow producing bad dump files?
David.
I don't believe we can reproduce this. I believe this should be closed. State Changed From-To: open->feedback Can this be closed? Responsible Changed From-To: freebsd-bugs->mjacob I might as well look at this. . State Changed From-To: feedback->closed Feedback timeout, and the problem (which was probably triggered by dumping an active filesystem) is believed to be fixed by some recent restore(8) changes. |