Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Jul 2003 22:18:28 +0900
From:      Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
To:        Oliver Hoffmann <oliver.hoffmann@uw-service.de>
Cc:        freebsd-firewire@freebsd.org
Subject:   Re: 5.1-Release saved my day!
Message-ID:  <ybsptkqv3a3.wl@ett.sat.t.u-tokyo.ac.jp>
In-Reply-To: <200307041303.21727.oliver.hoffmann@uw-service.de>
References:  <200307021338.18065.oliver.hoffmann@uw-service.de> <ybsadbxjds3.wl@ett.sat.t.u-tokyo.ac.jp> <200307041303.21727.oliver.hoffmann@uw-service.de>

next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD-5.1 should have liufs.h in /usr/include. It cannot be compiled
on FreeBSD-4. If you have problem with compile, I put a static linked
binary at:
	http://people.freebsd.org/~simokawa/ufs/ufs_copy
which should work both on -stable and -current.

/\ Hidetoshi Shimokawa
\/  simokawa@sat.t.u-tokyo.ac.jp
PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html


At Fri, 4 Jul 2003 13:03:21 +0200,
Oliver Hoffmann wrote:
> 
> Hi all!
> 
> > I'm glad to hear that. I think you don't need to unload sbp/firewire
> > modules after backup finished.
> 
> It will be obsolete, since I'll upgrade my second server to 5.1 as well.
> 
> > If you are interested in a faster backup method, ufs snapshot and
> > ufs_copy would help you.
> 
> Yes, it sounds good. But I'm missing a few hints about the procedure of 
> getting the software installed (compiled). I unpacked it to 
> /usr/local/ufs_copy and made a make. Seems to be that something is missing:
> 
> Warning: Object directory not changed from original /usr/local/ufs_copy
> cc -O -pipe  -Wall -Wformat    -c ufs_copy.c
> ufs_copy.c:56: libufs.h: No such file or directory
> ufs_copy.c:59: stdint.h: No such file or directory
> ufs_copy.c:79: syntax error before `total'
> ufs_copy.c:79: warning: type defaults to `int' in declaration of `total'
> ufs_copy.c:79: warning: data definition has no type or storage class
> ufs_copy.c:159: syntax error before `fs_size'
> ufs_copy.c:160: warning: return-type defaults to `int'
> ufs_copy.c: In function `fs_size':
> ...
> and so on.
> 
> What do I need to have before I try a "make" ?
> 
> Thanks for help!
> 
> Regards,
> 
> Oliver.
> 
> 


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ybsptkqv3a3.wl>