Cannot enable virtualbox additions

2 posts / 0 new
Last post
#1 Tue, 2017-09-26 05:33
Maxx
  • Maxx's picture
  • Offline
  • Last seen: 6 months 2 days ago
  • Joined: 2017-09-26

Hello, I am trying out Alpine Linux for the first time on a VirtualBox VM environment. According to this wiki (https://wiki.alpinelinux.org/wiki/VirtualBox_guest_additions) I should be able to turn on the aditions, but I get the following error:

alpine-vm:~# apk add virtualbox-additions-grsec
ERROR: unsatisfiable constraints:
  linux-hardened-4.9.32-r0:
    breaks: virtualbox-additions-hardened-4.9.51-r0[linux-hardened=4.9.51-r0]

Is the mirror out of date or are the dependencies?

Thanks,

M

Tue, 2017-09-26 19:28
Head_on_a_Stick
  • Head_on_a_Stick's picture
  • Offline
  • Last seen: 1 week 1 day ago
  • Joined: 2016-05-01

It looks like the -grsec additions are not available anymore (presumably because of the branding), they have been replaced with a -hardened version but this is only in the edge branch of the testing repositories:

https://pkgs.alpinelinux.org/packages?name=virtualbox-additions-hardened&branch=&repo=&arch=&maintainer=

That package can only be used with the 4.9.51 kernel so I think you will have to track the edge branch instead of using the stable release (or wait for the next release).

https://wiki.alpinelinux.org/wiki/Edge

Log in or register to post comments