You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2020. It is now read-only.
On Fedora 18 x64, had ZFSon Linux working.
// Linux falkner 3.9.6-200.fc18.x86_64 #1 SMP Thu Jun 13 18:56:55 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
// ZoL : 0.6.1
Until tried to update kernel 3.9.11. Then ZoL broke (dkms status -> spl,zfs : added)
Rolled back to 3.6.9, but on dkms install still hitting same problem as in 3.9.11.
dkms remove -m zfs -v 0.6.1 --all
... Done.
dkms remove -m spl -v 0.6.1 --all
... Done.
dkms add -m spl -v 0.6.1
... DKMS: add completed.
dkms install -m spl -v 0.6.1
...
Building module:
cleaning build area...
make KERNELRELEASE=3.9.6-200.fc18.x86_64...(bad exit status: 2)
Error! Bad return status for module build on kernel: 3.9.6-200.fc18.x86_64 (x86_64)
Consult /var/lib/dkms/spl/0.6.1/build/make.log for more information.
Didn't worked more on that. While I still cannot access the ZFS filesystems, Ive upgraded to F19,
and waiting for 0.6.2 to reinstall on 3.10 kernel.
This is my home machine , I can live without ZFS for some weeks, on work machine I've kept the kernel version,
there I can't loose the ZFS filesystems.
As for me, it's more valuable to have ZFS working on 3.10 now.
@PavelLeon OK, I'm going to close this issue then. Please feel free to open a new one if encounter problems. We will be adding a fc19 repo when 0.6.2 is tagged.
On Fedora 18 x64, had ZFSon Linux working.
// Linux falkner 3.9.6-200.fc18.x86_64 #1 SMP Thu Jun 13 18:56:55 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
// ZoL : 0.6.1
Until tried to update kernel 3.9.11. Then ZoL broke (dkms status -> spl,zfs : added)
Rolled back to 3.6.9, but on dkms install still hitting same problem as in 3.9.11.
dkms remove -m zfs -v 0.6.1 --all
... Done.
dkms remove -m spl -v 0.6.1 --all
... Done.
dkms add -m spl -v 0.6.1
... DKMS: add completed.
dkms install -m spl -v 0.6.1
...
Building module:
cleaning build area...
make KERNELRELEASE=3.9.6-200.fc18.x86_64...(bad exit status: 2)
Error! Bad return status for module build on kernel: 3.9.6-200.fc18.x86_64 (x86_64)
Consult /var/lib/dkms/spl/0.6.1/build/make.log for more information.
tail -30 /var/lib/dkms/spl/0.6.1/build/make.log
[root@falkner ~]# tail -15 /var/lib/dkms/spl/0.6.1/build/make.log
/usr/src/kernels/3.9.6-200.fc18.x86_64/arch/x86/include/asm/paravirt.h:833: warning: asm operand 2 probably doesn't match constraints
/usr/src/kernels/3.9.6-200.fc18.x86_64/arch/x86/include/asm/paravirt.h:838: error: impossible constraint in
asm' /usr/src/kernels/3.9.6-200.fc18.x86_64/arch/x86/include/asm/paravirt.h:843: error: impossible constraint in
asm'/usr/src/kernels/3.9.6-200.fc18.x86_64/arch/x86/include/asm/paravirt.h:838: error: impossible constraint in
asm' /usr/src/kernels/3.9.6-200.fc18.x86_64/arch/x86/include/asm/paravirt.h:833: error: impossible constraint in
asm'/usr/src/kernels/3.9.6-200.fc18.x86_64/arch/x86/include/asm/paravirt.h:833: error: impossible constraint in
asm' make[5]: *** [/var/lib/dkms/spl/0.6.1/build/module/spl/../../module/spl/spl-kmem.o] Error 1 make[4]: *** [/var/lib/dkms/spl/0.6.1/build/module/spl] Error 2 make[3]: *** [_module_/var/lib/dkms/spl/0.6.1/build/module] Error 2 make[3]: Leaving directory
/usr/src/kernels/3.9.6-200.fc18.x86_64'make[2]: *** [modules] Error 2
make[2]: Leaving directory
/var/lib/dkms/spl/0.6.1/build/module' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
/var/lib/dkms/spl/0.6.1/build'make: *** [all] Error 2
/usr/src/kernels/3.9.6-200.fc18.x86_64/arch/x86/include/asm/paravirt.h [831- ]:
static inline notrace void arch_local_irq_restore(unsigned long f)
{
PVOP_VCALLEE1(pv_irq_ops.restore_fl, f);
}
regards
The text was updated successfully, but these errors were encountered: