~$ sudo dpkg -i zfs-
fuse_0.4.0~beta1.hg20070418.227.22a65c23850b-0~pre0_i386.deb
(Reading database ... 16787 files and directories currently
installed.)
Preparing to replace zfs-fuse
0.4.0~beta1.hg20070418.227.22a65c23850b-0~pre0 (using zfs-
fuse_0.4.0~beta1.hg20070418.227.22a65c23850b-0~pre0_i386.deb) ...
Unpacking replacement zfs-fuse ...
dpkg: dependency problems prevent configuration of zfs-fuse:
zfs-fuse depends on fuse-utils; however:
Package fuse-utils is not installed.
dpkg: error processing zfs-fuse (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
zfs-fuse
~$
I don't really know what could have gone wrong, since there don't seem
to be any errors from the previous steps. I am doing this on a fresh
install (of ubuntu feisty fawn) and I've reformatted a couple of times
in order to try to make this work.
please help me
thank you
So, install fuse-utils first.
sudo apt-get install fuse-utils
HTH
--Luca
Well, That may or may not have helped, but I'm not sure - I'm still
stuck. I tried installing fuse-utils, and for some reason it
complained about unmet dependencies (I thought that was the whole
point of repositories). So when I tried installing ucf (which is what
fuse-utils was asking for) it complained about an unmet dependency
with zfs-fuse. So, I decided to try installing all 3 at the same time
and I get:
~$ sudo apt-get install zfs-fuse
Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
zfs-fuse is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up zfs-fuse
(0.4.0~beta1.hg20070418.227.22a65c23850b-0~pre0) ...
[: 214: ==: unexpected operator
* Unmounting ZFS filesystems...
connect: No such file or directory
Please make sure that the zfs-fuse daemon is running.
internal error: failed to initialize ZFS library
...fail!
[: 214: ==: unexpected operator
invoke-rc.d: initscript zfs-fuse, action "restart" failed.
dpkg: error processing zfs-fuse (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
zfs-fuse
E: Sub-process /usr/bin/dpkg returned an error code (1)
This is the same thing that happens when i type in "sudo dpkg -i zfs-
fuse_0.4.0~beta1.hg20070418.227.22a65c23850b-0~pre0_i386.deb".
So, I thought I might try uninstalling and starting over:
~$ sudo apt-get remove zfs-fuse
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer
required:
zfs-fuse
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
zfs-fuse
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 2589kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 16823 files and directories currently
installed.)
Removing zfs-fuse ...
* Unmounting ZFS filesystems...
connect: No such file or directory
Please make sure that the zfs-fuse daemon is running.
internal error: failed to initialize ZFS library
...fail!
[: 214: ==: unexpected operator
invoke-rc.d: initscript zfs-fuse, action "stop" failed.
dpkg: error processing zfs-fuse (--remove):
subprocess pre-removal script returned error exit status 1
Errors were encountered while processing:
zfs-fuse
E: Sub-process /usr/bin/dpkg returned an error code (1)
ssulliva@stg:~$
please help. are there any known issues with zfs on ubuntu (fiesty)?
I'm using zfs-fuse on feisty fawn
Try this way:
- get the source from
https://developer.berlios.de/project/showfiles.php?group_id=6836
- install with aptitude (or apt-get) the following
- fuse-utils
- scons
- read instructions to build and install from file INSTALL in the tar.bz2
I did like this.
--Luca
Ack, that looks like a bug in my package. I'll take a look at it later tonight.
On Jul 15, 11:43 am, "Luca Dionisi" <luca.dion...@gmail.com> wrote:
> On 7/15/07, stefan.sulli...@gmail.com <stefan.sulli...@gmail.com> wrote:
>
>
>
> > please help. are there any known issues with zfs on ubuntu (fiesty)?
>
> I'm using zfs-fuse on feisty fawn
>
> Try this way:
> - get the source fromhttps://developer.berlios.de/project/showfiles.php?group_id=6836
download beta, not alpha
tar xf <filename>.tar.gz
cd <filename>
nano INSTALL
Anyway, Bryan Donlan will correct the error in apt repository, he said.
--Luca
> Setting up zfs-fuse
> (0.4.0~beta1.hg20070418.227.22a65c23850b-0~pre0) ...
> [: 214: ==: unexpected operator
[...]
> internal error: failed to initialize ZFS library
> ...fail!
> [: 214: ==: unexpected operator
Wild guess time - you are using Ubuntu where /bin/sh is not bash
and the package has scripts referencing /bin/sh but uses bash-only
syntax for part of its tests..
cheers,
Chris
--
Chris Samuel, Melbourne, Australia
http://www.csamuel.org/
Wouldn't that be a bug in the package scripts?
--Luca
> Wouldn't that be a bug in the package scripts?
Yes, that's what I'm saying. :-)
--
Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC
This email may come with a PGP signature as a file. Do not panic.
For more info see: http://en.wikipedia.org/wiki/OpenPGP
This is a very old version of the zfs-fuse package; the bug in
question should've been fixed in 0.4.0~beta1.hg20070424-0~pre1 .
Please check that your /etc/apt/sources.list entry is correct, run
apt-get update, and try again.
~$ sudo apt-get install zfs-fuse
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely
that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
zfs-fuse: Depends: libc6 (>= 2.5-5) but 2.5-0ubuntu14 is to be
installed
E: Broken packages
~$ sudo apt-get install libc6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libc6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
~$ uname -r
2.6.20-15-server
Is the package expecting an older version of the kernel? It says
2.5-0ubuntu is not installed, but my kernel is 2.6. I made sure that
the package is in the sources.list file ("deb http://www.fushizen.net/zfs-fuse
./").
On Jul 16, 11:58 am, "Bryan Donlan" <bdon...@gmail.com> wrote:
On Jul 21, 2:32 pm, "stefan.sulli...@gmail.com"
> the package is in the sources.list file ("debhttp://www.fushizen.net/zfs-fuse
libc6 is the C library, not the kernel. The reason it's failing is
because it's build for debian, not ubuntu. You'll need to rebuild it:
sudo apt-get install build-essential fakeroot
sudo apt-get build-dep zfs-fuse
apt-get source zfs-fuse
cd zfs-fuse_*/
dpkg-buildpackage -us -uc -rfakeroot
dpkg -i ../zfs-fuse_*.deb
stefan....@gmail.com wrote:
> I do wonder if raid-z is supported by any chance?
Raid-Z is supported but currently there is a chance that the pool might
completely corrupt, so don't use it on important data.
This issue is being investigated.
Regards,
Ricardo Correia
> Raid-Z is supported but currently there is a chance that the pool might
> completely corrupt, so don't use it on important data.
Is that something peculiar to ZFS/FUSE or does it affect ZFS on other
platforms as well ?
cheers!
Chris
On Jul 24, 12:21 pm, Ricardo Correia <rcorr...@wizy.org> wrote:
> Hi Stefan,
> That's sad, as that's half the reason i wanted zfs. Is there any
> chance of redundancy in my data. Does zfs support any other kind of
> raid?
ZFS also supports mirroring (RAID1) and striping over mirrors (called RAID 10
or RAID 1+0).
And what's the other half? :P
> Is there any
> chance of redundancy in my data. Does zfs support any other kind of
> raid?
From what you say, I think I could suggest you to have a deep look
at some documentation.
http://www.opensolaris.org/os/community/zfs/docs/
In particular the Administration Guide there.
--Luca
Thanks,
Brendan O'Connor
On Jul 24, 9:21 am, Ricardo Correia <rcorr...@wizy.org> wrote:
> Hi Stefan,
>