-
Posts: 146
- Joined: 10 Dec 2012
#16
But I need to install the virtualbox-dkms & virtualbox-qt package. The up-to-date version removes virtualbox 4.3.34.
-
Posts: 2,238
- Joined: 16 Dec 2007
#17
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://www.virtualbox.org/wiki/Linux_Downloads"
linktext was:"https://www.virtualbox.org/wiki/Linux_Downloads"
====================================
all this said, with testing you won't be sure until you try.
the version of virtualbox direct from oracle is a wrap-up package. only debian breaks out virtualbox-dkms and virtualbox-qt.Eperbab wrote:But I need to install the virtualbox-dkms & virtualbox-qt package. The up-to-date version removes virtualbox 4.3.34.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://www.virtualbox.org/wiki/Linux_Downloads"
linktext was:"https://www.virtualbox.org/wiki/Linux_Downloads"
====================================
all this said, with testing you won't be sure until you try.
-
Posts: 146
- Joined: 10 Dec 2012
#18
I can't start virtual machines.
# to eliminate php errors
sudo #etc/init.d/vboxdrv setup returns an error: file doesn't exist.
virtualbox package is broken:
# to eliminate php errors
sudo #etc/init.d/vboxdrv setup returns an error: file doesn't exist.
Code: Select all
$ virtualbox
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (3.17.0-antix.1-amd64-smp) or it failed to
load. Please recompile the kernel module and install it by
sudo #etc/init.d/vboxdrv setup
You will not be able to start VMs until this problem is fixed.
enzo@picipaci:~
$ su
Jelszó:
root@picipaci:#home/enzo# #etc/init.d/vboxdrv setup
bash: #etc/init.d/vboxdrv: Nincs ilyen fájl vagy könyvtár
Code: Select all
root@picipaci:#home/enzo# dpkg-reconfigure virtualbox
#usr/sbin/dpkg-reconfigure: virtualbox törött vagy nincs teljesen telepítve
-
Posts: 2,238
- Joined: 16 Dec 2007
#19
do you have the headers for the kernel installed?
-
Posts: 146
- Joined: 10 Dec 2012
#20
Yes. Headers are there.
Code: Select all
root@picipaci:/home/enzo# apt-show-versions | grep linux-headers-3.17
linux-headers-3.17.0-antix.1-amd64-smp:amd64/testing 3.17.0-antix.1-amd64-smp-2 uptodate
root@picipaci:/home/enzo# uname -r
3.17.0-antix.1-amd64-smp
root@picipaci:/home/enzo#
-
Posts: 146
- Joined: 10 Dec 2012
#21
BTW, here is the error message, when i try to start a vm:
And I really don't have that #etc/init.d/vboxdrv
And I really don't have that #etc/init.d/vboxdrv
Code: Select all
root@picipaci:#etc/init.d# ls | grep virt
virtualbox
virtualbox-guest-utils
virtualbox-guest-x11
root@picipaci:#etc/init.d#
Last edited by Eperbab on 18 Dec 2015, 18:26, edited 1 time in total.
-
Posts: 2,238
- Joined: 16 Dec 2007
#22
which version do you have installed?
Code: Select all
apt-cache policy virtualbox*
-
Posts: 146
- Joined: 10 Dec 2012
#23
Code: Select all
root@picipaci:/home/enzo# apt-cache policy virtualbox*
N: Ez a csomag nem található: virtualbox*
root@picipaci:/home/enzo# apt-cache policy virtualbox
virtualbox:
Telepítve: (nincs)
Jelölt: 5.0.10-dfsg-7
Verziótáblázat:
5.0.10-dfsg-7 500
500 http://ftp.hu.debian.org/debian testing/contrib amd64 Packages
100 /var/lib/dpkg/status
root@picipaci:/home/enzo# apt-cache policy virtualbox-4.3
virtualbox-4.3:
Telepítve: 4.3.34-104062~Debian~wheezy
Jelölt: 4.3.34-104062~Debian~wheezy
Verziótáblázat:
*** 4.3.34-104062~Debian~wheezy 100
100 /var/lib/dpkg/status
root@picipaci:/home/enzo#
-
Posts: 2,238
- Joined: 16 Dec 2007
#24
you can't use the wheezy version of virtualbox with antiX running testing. you need to switch to the jessie version at minimum.
-
Posts: 146
- Joined: 10 Dec 2012
#25
Most of my packages are from testing. I don't know what's happen, if i try to dist-upgrade from testing to jessie. Most likely it would break a lot of things. So I would like to fix the issue with kernel breaks above 3.17.
-
Posts: 2,238
- Joined: 16 Dec 2007
#26
what I meant was you need the jessie version of virtualbox. not the wheezy version which is what you have installed.
or a stretch version, since that is what testing is tracking.
or a stretch version, since that is what testing is tracking.
-
Posts: 146
- Joined: 10 Dec 2012
#27
VirtualBox 4.3.34 doesn't have a Jessie version. And Virtualbox 5.x for Jessie requires gcc5 support in the kernel, wich requires at least kernel 3.18 wich randomly crashes here. 3.19 crashes as well. And any 4.x kernel crashes with HDD not found / root fs not loaded error. I tried to install AntiX 15.1, but it crashes with the same error. I posted this bug in the AntiX 15 thread.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/antix-15-1-64-bit-installer-doesn-t-mount-hdd-t6088.html"
linktext was:"link"
====================================
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/antix-15-1-64-bit-installer-doesn-t-mount-hdd-t6088.html"
linktext was:"link"
====================================
-
Posts: 4,164
- Joined: 20 Feb 2009
#28
Just in case of confusion, 15.1 is a testing release, not really tested fully yet. 15 is a final release that works out of the box.I tried to install AntiX 15.1, but it crashes with the same error. I posted this bug in the AntiX 15 thread.
Code: Select all
harry@biker:~
$ cat / etc/issue
Welcome to antiX. Powered by Debian.
harry@biker:~
$ inxi -S
System: Host: biker Kernel: 4.2.1-antix.2-686-pae i686 (32 bit)
Desktop: IceWM 1.3.8
Distro: antiX-15-V_386-full Killah P 30 June 2015
-
Posts: 146
- Joined: 10 Dec 2012
#29
OK. I will download the 15.0 for testing. But i prefer to fix my already installed system, if possible.
-
Posts: 4,164
- Joined: 20 Feb 2009
#30
That's cool. I understand completely. Look to your 15.1 thread for a update of my tests today.