jojobo
jojobo
@y8 . Maybe this works https://gist.github.com/moul/18e8ec495728e9db3c1e253719bd0d49 from this thread https://github.com/scaleway/kernel-tools/issues/257
@moul thanks for thorough answer. I'm trying to install flynn (flynn.io) and here's the issue https://github.com/flynn/flynn/issues/2696 . And here's a suggestion from flynn member https://github.com/flynn/flynn/issues/2709#issuecomment-213594407 . How can I solve...
I'll try and let you know soon.
I ran the installation manually without apt-get install -y "linux-headers-$(uname -r)" or "linux-image-extra-$(uname -r)", cause they return `Unable to locate package linux-headers-4.5.1-docker-1 `. But installation still fails with: ``` Setting...
To install manually, you need to run https://github.com/flynn/flynn/blob/v20160412.0/script/install-flynn.tmpl on server, WITHOUT apt-get install -y "linux-headers-$(uname -r)" and "linux-image-extra-$(uname -r)", and `run apt-key adv --keyserver keyserver.ubuntu.com --recv E871F18B51E0147C77796AC81196BA81F6B0FC61`. That's it.
Hi @moul ! Any progress yet on this issue ?
@moul thanks for working on this.
@moul I went through your gist but it fails. ``` console root@scw-1d76da:/usr/src/zfs-0.6.5.6/scripts# cat dkms.con cat: dkms.con: No such file or directory root@scw-1d76da:/usr/src/zfs-0.6.5.6/scripts# dkms root@scw-1d76da:/usr/src/zfs-0.6.5.6/scripts# ^C root@scw-1d76da:/usr/src/zfs-0.6.5.6/scripts# root@scw-1d76da:/usr/src/zfs-0.6.5.6/scripts# apt-get install zfs-utils...
@moul . I tried your suggestion, but install zfsutils-linux fails again. ``` HOSTCC scripts/conmakehash HOSTCC scripts/sortextable HOSTCC scripts/asn1_compiler HOSTCC scripts/extract-cert make: Leaving directory `/usr/src/linux-4.5.1' root@scw-413b14:~# apt-get install zfsutils-linux Reading package...
Still not working @moul . ``` console E: Unable to locate package zfsutils-linux root@scw-451fff:~# apt-cache search zfs parted - disk partition manipulator bzflag-server - bzfs - BZFlag game server zfs-fuse...