Re: VirtualBox guest additions build failure

2021-05-09 Thread Chavdar Ivanov
Thanks! I recall previously, when the major changes I couldn't even load the module; now the module loads despite the major change. I also have to chmod 666 /dev/vboxguest; otherwise VBoxClient --clipboard complains. BTW - completely unrelated to the NetBSD VirtualBox additions, the last

Re: VirtualBox guest additions build failure

2021-05-08 Thread Valery Ushakov
On Wed, Apr 28, 2021 at 19:38:39 +0100, Chavdar Ivanov wrote: > Anyway, thanks; now works as before (the daemon still exits but the > reason is different, as before - [...] > 10:19:44.966110 main Error: Failed to connect to the guest > property service! Error: VERR_NOT_SUPPORTED >

Re: VirtualBox guest additions build failure

2021-04-28 Thread Chavdar Ivanov
On Wed, 28 Apr 2021 at 15:43, Jason Thorpe wrote: > > > > On Apr 28, 2021, at 1:11 AM, Chavdar Ivanov wrote: > > > > --- src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c.ORIG > > 2021-04-28 08:30:19.546105988 +0100 > > +++ src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c > >

Re: VirtualBox guest additions build failure

2021-04-28 Thread Jason Thorpe
> On Apr 28, 2021, at 1:11 AM, Chavdar Ivanov wrote: > > --- src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c.ORIG > 2021-04-28 08:30:19.546105988 +0100 > +++ src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c > 2021-04-28 08:35:01.833286272 +0100 > @@ -416,7 +416,12 @@ > if

Re: VirtualBox guest additions build failure

2021-04-27 Thread Jason Thorpe
> On Apr 27, 2021, at 5:23 PM, Valery Ushakov wrote: > > On Tue, Apr 27, 2021 at 21:45:10 +0100, Chavdar Ivanov wrote: > >> I switched early today my VirtualBox NetBSD-current guest; as usual, I >> rebuilt the additions (it works without them, but it is better to have >> them - e.g. without

Re: VirtualBox guest additions build failure

2021-04-27 Thread Valery Ushakov
On Tue, Apr 27, 2021 at 21:45:10 +0100, Chavdar Ivanov wrote: > I switched early today my VirtualBox NetBSD-current guest; as usual, I > rebuilt the additions (it works without them, but it is better to have > them - e.g. without them the X cursor is almost invisible). There are > a couple of

Re: VirtualBox guest additions build failure

2021-04-27 Thread Robert Swindells
Chavdar Ivanov wrote: >I switched early today my VirtualBox NetBSD-current guest; as usual, I >rebuilt the additions (it works without them, but it is better to have >them - e.g. without them the X cursor is almost invisible). There are >a couple of patches I always have to apply under