FS#43098 - [virtualbox] missing procps-ng dependency
Attached to Project:
Community Packages
Opened by Simon Peeters (SimonPe) - Saturday, 13 December 2014, 02:50 GMT
Last edited by Sébastien Luttringer (seblu) - Sunday, 14 December 2014, 02:04 GMT
Opened by Simon Peeters (SimonPe) - Saturday, 13 December 2014, 02:50 GMT
Last edited by Sébastien Luttringer (seblu) - Sunday, 14 December 2014, 02:04 GMT
|
Details
Virtualbox has problems running when certain commands are
not available, one of them is ps, provided by the procps-ng
package.
another one is ifconfig provide by the net-tools package. note: afaik ifconfig is only needed to set up host-only adaptors. |
This task depends upon
Closed by Sébastien Luttringer (seblu)
Sunday, 14 December 2014, 02:04 GMT
Reason for closing: Fixed
Additional comments about closing: 4.3.20-2
Sunday, 14 December 2014, 02:04 GMT
Reason for closing: Fixed
Additional comments about closing: 4.3.20-2
net-tools is mentioned as an optional dependency - check the output of 'pacman -Si virtualbox'.
Could you tell me which command are broken when ps is missing?
@karol, the base group allows a simplified installation. If a package require another one, it should dep on it.
- not being able to cleanly stop the vm, for some reason.
- vagrant is unable to launch vm's trough vboxmanage (because it always answers that the vm is powered off)
- probably a lot more wierd stuff (I had virtualbox crash a couple of times while trying to debug this)