From: Tony S. <tsh...@os...> - 2007-04-13 22:07:54
|
Well, I built from cvs, but I still have the problem of not being able to write at all. Once I'm able to write, I might be able to write files larger than 1MB though! :) manager# mount_fusefs /dev/fuse0 /mysqlfs/ mysqlfs -ohost=localhost -ouser=mysqlfs -opassword=mysqlfs -odatabase=mysqlfs * Opening logfile 'mysqlfs.log': OK manager# pwd /usr/local/src/mysqlfs manager# cat mysqlfs.log manager# touch /mysqlfs/new touch: /mysqlfs/new: No such file or directory manager# df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1a 496M 76M 380M 17% / devfs 1.0K 1.0K 0B 100% /dev /dev/ad0s1e 496M 20K 456M 0% /tmp /dev/ad0s1f 28G 1.9G 24G 7% /usr /dev/ad0s1d 2.9G 39M 2.6G 1% /var devfs 1.0K 1.0K 0B 100% /var/named/dev /dev/fuse0 0B 0B 0B 100% /mysqlfs manager# cat mysqlfs.log Tony Shadwick wrote: > I pulled down the cvs version a few mins ago, but my box doesn't appear > to have aclocal, so I'm working on that since there's no configure > script. :P > > Tony Shadwick > OSS Solutions > > > Stef Bon wrote: >> On Friday 13 April 2007 20:39:37 Tony Shadwick wrote: >>> Well, figured this out partially. time.h on freebsd doesn't define the >>> struct utimbuf. utime.h does, however including it with or without >>> time.h makes no difference, I get the same error. :\ >>> >>> Tony Shadwick >>> OSS Solutions >> Hello, >> >> do not use the 3.1 version. Use the version from cvs. 3.1 version is not able to store files bigger than 1M. >> >> Stef Bon >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Mysqlfs-general mailing list >> Mys...@li... >> https://lists.sourceforge.net/lists/listinfo/mysqlfs-general > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Mysqlfs-general mailing list > Mys...@li... > https://lists.sourceforge.net/lists/listinfo/mysqlfs-general |