Re: [arch-general] Disable vboxadd.service & vboxadd-service.service after guest additions included in 4.15?

2018-02-18 Thread mar77i via arch-general
Original Message On February 18, 2018 9:57 AM, David C. Rankin wrote: > ... I'd add this to the wiki, but it would just be removed... You must be fun at parties. cheers! mar77i ​ Sent with ProtonMail Secure Email.

Re: [arch-general] Disable vboxadd.service & vboxadd-service.service after guest additions included in 4.15?

2018-02-18 Thread David C. Rankin
On 02/09/2018 10:55 PM, David C. Rankin wrote: > The guest additions in the 4.15 kernel work fine, so my first thought was to > disable both vboxadd.service and vboxadd-service.service, but then what do I > do for LTS? And that indeed is the answer (from the #vbox IRC tonight). If you run a Arch

Re: [arch-general] Disable vboxadd.service & vboxadd-service.service after guest additions included in 4.15?

2018-02-11 Thread David C. Rankin
On 02/11/2018 08:14 AM, Giacomo Longo via arch-general wrote: > You can also use ConditionKernelVersion like so > > /etc/systemd/system/{vboxadd,vboxadd-service}.service.d/kerver.conf > - > [Unit] > ConditionKernelVersion=<4.15 > > > Giacomo Longo

Re: [arch-general] Disable vboxadd.service & vboxadd-service.service after guest additions included in 4.15?

2018-02-11 Thread Giacomo Longo via arch-general
You can also use ConditionKernelVersion like so /etc/systemd/system/{vboxadd,vboxadd-service}.service.d/kerver.conf - [Unit] ConditionKernelVersion=<4.15 Giacomo Longo 2018-02-11 13:47 GMT+01:00 Giacomo Longo : > So you want to have > > vboxadd-s

Re: [arch-general] Disable vboxadd.service & vboxadd-service.service after guest additions included in 4.15?

2018-02-11 Thread Damjan Georgievski via arch-general
On 11 February 2018 at 13:47, Giacomo Longo via arch-general wrote: > So you want to have > > vboxadd-service and vboxadd systemd services not starting on Linux kernel > versions 4.15 and above? > > You can manage this by creating a template systemd unit > > /etc/systemd/system/kernel-version-less

Re: [arch-general] Disable vboxadd.service & vboxadd-service.service after guest additions included in 4.15?

2018-02-11 Thread Giacomo Longo via arch-general
So you want to have vboxadd-service and vboxadd systemd services not starting on Linux kernel versions 4.15 and above? You can manage this by creating a template systemd unit /etc/systemd/system/kernel-version-less-then@.service --- [Unit] Description=Check if cur

[arch-general] Disable vboxadd.service & vboxadd-service.service after guest additions included in 4.15?

2018-02-09 Thread David C. Rankin
All, I use vitrualbox-bin (AUR) along with ext-oracle extension pack referenced in https://wiki.archlinux.org/index.php/VirtualBox#Extension_pack. I have followed the addition of the guest-addition kernel modules to the 4.15 kernel, but I do not know how to handle that addition regarding what ch