Re: [OpenIndiana-discuss] VirtualBox Client Extensions Broken

2022-10-07 Thread s...@pandora.be

"Vagrant" uses shared folders, and shared folders seem to work

vagrant automatically defines for me a mountpoint in a Vagrant VM /vagrant

works for me with VirtualBox 6.1.38 and the box:

$ vagrant box list
openindiana/hipster (virtualbox, 20220801)

in the vagrant vm there is:

$ pkg list | grep virtu
system/virtualbox/virtualbox-additions6.1.38-2022.0.0.0  i--

so in this case the VirtualBox host runs the same version of VirtualBox as the 
version of the vbox guest additions in the guest vm

Regards,
David Stes

- Op 7 okt 2022 om 9:00 schreef carl c...@bl.echidna.id.au:

> On 6/10/2022 7:06 pm, david allan finch wrote:
>> On 10/6/22 07:51, Predrag Zečević via openindiana-discuss wrote:
>>>
 The reference into VB's git seems to suggest that it was done in
 January?

 https://github.com/omniosorg/omnios-extra/pull/921

 I'm not seeing any issues with VB 6.1.38 on my OI servers, with a
 build from a week ago, but I'm not using shared folders at all.

>>> Host is OI (updated yesterday) and shared folders (to Win Guest) works:
>>>
>>> ; pkg list virtualbox
>>> NAME (PUBLISHER)  VERSION     IFO
>>> system/virtualbox 6.1.38-2022.0.0.0     i--
>>>
>> 
>> Running the update I see:
>> 
>> david@hal9k:~$ sudo pkg update
>> pkg: 0/1 catalogs successfully updated:
>> 
>>    1: Invalid contentpath
>> /var/pkg/cache/incoming-1975/update.20221006T06Z.C: CatalogPart failed
>> validation: The signature data for the
>> '/var/pkg/cache/incoming-1975/update.20221006T06Z.C' catalog file is not
>> valid.. (happened 4 times)
>>    2: Invalid contentpath
>> /var/pkg/cache/incoming-1975/update.20221006T07Z.C: CatalogPart failed
>> validation: The signature data for the
>> '/var/pkg/cache/incoming-1975/update.20221006T07Z.C' catalog file is not
>> valid.. (happened 4 times)
> 
> It's some issue with the distribution server?
> 
> Aurélien's looking into it.
> 
> 
> 
> 
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtualBox Client Extensions Broken

2022-10-07 Thread Carl Brewer

On 6/10/2022 7:06 pm, david allan finch wrote:

On 10/6/22 07:51, Predrag Zečević via openindiana-discuss wrote:


The reference into VB's git seems to suggest that it was done in 
January?


https://github.com/omniosorg/omnios-extra/pull/921

I'm not seeing any issues with VB 6.1.38 on my OI servers, with a 
build from a week ago, but I'm not using shared folders at all.



Host is OI (updated yesterday) and shared folders (to Win Guest) works:

; pkg list virtualbox
NAME (PUBLISHER)  VERSION     IFO
system/virtualbox 6.1.38-2022.0.0.0     i--



Running the update I see:

david@hal9k:~$ sudo pkg update
pkg: 0/1 catalogs successfully updated:

   1: Invalid contentpath 
/var/pkg/cache/incoming-1975/update.20221006T06Z.C: CatalogPart failed 
validation: The signature data for the 
'/var/pkg/cache/incoming-1975/update.20221006T06Z.C' catalog file is not 
valid.. (happened 4 times)
   2: Invalid contentpath 
/var/pkg/cache/incoming-1975/update.20221006T07Z.C: CatalogPart failed 
validation: The signature data for the 
'/var/pkg/cache/incoming-1975/update.20221006T07Z.C' catalog file is not 
valid.. (happened 4 times)


It's some issue with the distribution server?

Aurélien's looking into it.




___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtualBox Client Extensions Broken

2022-10-06 Thread Stephan Althaus

On 10/6/22 12:19, david allan finch wrote:

On 10/6/22 10:36, Marcel Telka wrote:

Maybe rebuild-index would work better than rebiuld-index. :-)


I did spot that before I ran it, but as my first language is not 
Modern English but old-fashioned-westcounty-giberish I didn't think it 
should complain.




___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



:-D



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtualBox Client Extensions Broken

2022-10-06 Thread david allan finch

On 10/6/22 10:36, Marcel Telka wrote:

Maybe rebuild-index would work better than rebiuld-index. :-)


I did spot that before I ran it, but as my first language is not Modern 
English but old-fashioned-westcounty-giberish I didn't think it should 
complain.




___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtualBox Client Extensions Broken

2022-10-06 Thread Predrag Zečević via openindiana-discuss


On 10/6/22 11:27, Stephan Althaus wrote:

On 10/6/22 10:52, david allan finch wrote:

On 10/6/22 09:20, Predrag Zečević wrote:

I would try:

:; pfexec pkg refresh --full
:; pfexec pkg rebiuld-index



thanks.

I just tried that, refresh gives the same error. I did this three 
times (refresh gives the error) and then tried the update and it gives 
the same error message.


This is weird as yesterday I build a new VM and did pkg update and it 
worked, but today that new VM see the same error that my older VM does.




___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Hi!

Tried this a minute ago and had the same error:

# pkg refresh --full && pkg rebiuld-index
pkg: 1/2 catalogs successfully updated:


   Invalid contentpath /var/pkg/cache/incoming-3290/catalog.summary.C: 
CatalogPart failed validation: The signature data for the 
'/var/pkg/cache/incoming-3290/catalog.summary.C' catalog file is not 
valid.. (happened 4 times)



Stephan

Checked right now, and yes it happens to me too!

And 'pfexec pkg update -v --be-name ...' fails too, with same error.

So, something is really broken her (luckily, I have kept few older BEs)!

Any clue how to fix this?





___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


--
Predrag Zečević

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtualBox Client Extensions Broken

2022-10-06 Thread Marcel Telka
On Thu, Oct 06, 2022 at 11:43:29AM +0200, Stephan Althaus wrote:
> On 10/6/22 11:36, Marcel Telka wrote:
> > On Thu, Oct 06, 2022 at 10:20:45AM +0200, Predrag Zečević via 
> > openindiana-discuss wrote:
> > > I would try:
> > > 
> > > :; pfexec pkg refresh --full
> > > :; pfexec pkg rebiuld-index
> > Maybe rebuild-index would work better than rebiuld-index. :-)
> > 
> You're right of course :-)
> 
> pfexec pkg refresh --full
> throws the problem.
> Did you try it?

Yes, pkg refresh does not work (hipster-encumbered publisher works okay):

# pkg refresh openindiana.org
pkg: 0/1 catalogs successfully updated:

   
  1: Invalid contentpath /var/pkg/cache/incoming-23873/update.20221006T06Z.C: 
CatalogPart failed validation: The signature data for the 
'/var/pkg/cache/incoming-23873/update.20221006T06Z.C' catalog file is not 
valid.. (happened 4 times)
  2: Invalid contentpath /var/pkg/cache/incoming-23873/update.20221006T07Z.C: 
CatalogPart failed validation: The signature data for the 
'/var/pkg/cache/incoming-23873/update.20221006T07Z.C' catalog file is not 
valid.. (happened 4 times)

#


Also these commands does not work:

# pkg list -a
pkg: 1/2 catalogs successfully updated:


  1: Invalid contentpath /var/pkg/cache/incoming-24526/update.20221006T06Z.C: 
CatalogPart failed validation: The signature data for the 
'/var/pkg/cache/incoming-24526/update.20221006T06Z.C' catalog file is not 
valid.. (happened 4 times)
  2: Invalid contentpath /var/pkg/cache/incoming-24526/update.20221006T07Z.C: 
CatalogPart failed validation: The signature data for the 
'/var/pkg/cache/incoming-24526/update.20221006T07Z.C' catalog file is not 
valid.. (happened 4 times)

# pkg list -u
pkg: 1/2 catalogs successfully updated:


  1: Invalid contentpath /var/pkg/cache/incoming-24712/update.20221006T06Z.C: 
CatalogPart failed validation: The signature data for the 
'/var/pkg/cache/incoming-24712/update.20221006T06Z.C' catalog file is not 
valid.. (happened 4 times)
  2: Invalid contentpath /var/pkg/cache/incoming-24712/update.20221006T07Z.C: 
CatalogPart failed validation: The signature data for the 
'/var/pkg/cache/incoming-24712/update.20221006T07Z.C' catalog file is not 
valid.. (happened 4 times)

#


It is anything that needs access to full packages list.  Commands that does not
need full package list works:

# pkg list | head
NAME (PUBLISHER)  VERSIONIFO
SUNWcs0.5.11-2022.0.0.21255  i--
SUNWcsd   0.5.11-2022.0.0.21255  i--
antivirus/c_icap  0.5.10-2022.0.0.0  i--
antivirus/c_icap_modules  0.5.5-2022.0.0.0   i--
antivirus/clamav  0.105.1-2022.0.0.1 i--
antivirus/clamav-clamdtop 0.105.1-2022.0.0.1 i--
antivirus/clamav-common   0.105.1-2022.0.0.1 i--
antivirus/clamav-core 0.105.1-2022.0.0.1 i--
antivirus/clamav-milter   0.105.1-2022.0.0.1 i--
#

So apparently the openindiana.org repo/publisher is broken at
pkg.openindiana.org.


Regards.

-- 
+---+
| Marcel Telka   e-mail:   mar...@telka.sk  |
|homepage: http://telka.sk/ |
+---+

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtualBox Client Extensions Broken

2022-10-06 Thread Stephan Althaus

On 10/6/22 11:36, Marcel Telka wrote:

On Thu, Oct 06, 2022 at 10:20:45AM +0200, Predrag Zečević via 
openindiana-discuss wrote:

I would try:

:; pfexec pkg refresh --full
:; pfexec pkg rebiuld-index

Maybe rebuild-index would work better than rebiuld-index. :-)


You're right of course :-)

pfexec pkg refresh --full
throws the problem.
Did you try it?

Stephan


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtualBox Client Extensions Broken

2022-10-06 Thread Marcel Telka
On Thu, Oct 06, 2022 at 10:20:45AM +0200, Predrag Zečević via 
openindiana-discuss wrote:
> I would try:
> 
> :; pfexec pkg refresh --full
> :; pfexec pkg rebiuld-index

Maybe rebuild-index would work better than rebiuld-index. :-)

-- 
+---+
| Marcel Telka   e-mail:   mar...@telka.sk  |
|homepage: http://telka.sk/ |
+---+

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtualBox Client Extensions Broken

2022-10-06 Thread Stephan Althaus

On 10/6/22 10:52, david allan finch wrote:

On 10/6/22 09:20, Predrag Zečević wrote:

I would try:

:; pfexec pkg refresh --full
:; pfexec pkg rebiuld-index



thanks.

I just tried that, refresh gives the same error. I did this three 
times (refresh gives the error) and then tried the update and it gives 
the same error message.


This is weird as yesterday I build a new VM and did pkg update and it 
worked, but today that new VM see the same error that my older VM does.




___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Hi!

Tried this a minute ago and had the same error:

# pkg refresh --full && pkg rebiuld-index
pkg: 1/2 catalogs successfully updated:


  Invalid contentpath /var/pkg/cache/incoming-3290/catalog.summary.C: 
CatalogPart failed validation: The signature data for the 
'/var/pkg/cache/incoming-3290/catalog.summary.C' catalog file is not 
valid.. (happened 4 times)



Stephan



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtualBox Client Extensions Broken

2022-10-06 Thread Predrag Zečević via openindiana-discuss



On 10/6/22 11:06, Predrag Zečević wrote:



On 10/6/22 10:06, david allan finch wrote:

On 10/6/22 07:51, Predrag Zečević via openindiana-discuss wrote:


The reference into VB's git seems to suggest that it was done in 
January?


https://github.com/omniosorg/omnios-extra/pull/921

I'm not seeing any issues with VB 6.1.38 on my OI servers, with a 
build from a week ago, but I'm not using shared folders at all.



Host is OI (updated yesterday) and shared folders (to Win Guest) works:

; pkg list virtualbox
NAME (PUBLISHER)  VERSION     IFO
system/virtualbox 6.1.38-2022.0.0.0     i--



Running the update I see:

david@hal9k:~$ sudo pkg update
pkg: 0/1 catalogs successfully updated:

   1: Invalid contentpath 
/var/pkg/cache/incoming-1975/update.20221006T06Z.C: CatalogPart failed 
validation: The signature data for the 
'/var/pkg/cache/incoming-1975/update.20221006T06Z.C' catalog file is 
not valid.. (happened 4 times)
   2: Invalid contentpath 
/var/pkg/cache/incoming-1975/update.20221006T07Z.C: CatalogPart failed 
validation: The signature data for the 
'/var/pkg/cache/incoming-1975/update.20221006T07Z.C' catalog file is 
not valid.. (happened 4 times)


:(



Not sure,

I have several (empty) directories present:
:; find /var/pkg/cache/incoming-*
/var/pkg/cache/incoming-1272
/var/pkg/cache/incoming-15088
/var/pkg/cache/incoming-15095
/var/pkg/cache/incoming-15724
/var/pkg/cache/incoming-18944

I am not sure what will happen if you remove all /var/cache/incoming-* 
directories and try again... (and also I would not try that before 
creating backup BE).


Maybe someone has an idea how to solve it.
Regards.




Forgot to add (I have set this long time ago, to avoid growing cache == 
disk usage issues, which explains empty directories, I guess):


:; pkg property flush-content-cache-on-success
PROPERTY   VALUE
flush-content-cache-on-success True

Regards.


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss




--
Predrag Zečević

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtualBox Client Extensions Broken

2022-10-06 Thread Predrag Zečević via openindiana-discuss



On 10/6/22 10:06, david allan finch wrote:

On 10/6/22 07:51, Predrag Zečević via openindiana-discuss wrote:


The reference into VB's git seems to suggest that it was done in 
January?


https://github.com/omniosorg/omnios-extra/pull/921

I'm not seeing any issues with VB 6.1.38 on my OI servers, with a 
build from a week ago, but I'm not using shared folders at all.



Host is OI (updated yesterday) and shared folders (to Win Guest) works:

; pkg list virtualbox
NAME (PUBLISHER)  VERSION     IFO
system/virtualbox 6.1.38-2022.0.0.0     i--



Running the update I see:

david@hal9k:~$ sudo pkg update
pkg: 0/1 catalogs successfully updated:

   1: Invalid contentpath 
/var/pkg/cache/incoming-1975/update.20221006T06Z.C: CatalogPart failed 
validation: The signature data for the 
'/var/pkg/cache/incoming-1975/update.20221006T06Z.C' catalog file is not 
valid.. (happened 4 times)
   2: Invalid contentpath 
/var/pkg/cache/incoming-1975/update.20221006T07Z.C: CatalogPart failed 
validation: The signature data for the 
'/var/pkg/cache/incoming-1975/update.20221006T07Z.C' catalog file is not 
valid.. (happened 4 times)


:(



Not sure,

I have several (empty) directories present:
:; find /var/pkg/cache/incoming-*
/var/pkg/cache/incoming-1272
/var/pkg/cache/incoming-15088
/var/pkg/cache/incoming-15095
/var/pkg/cache/incoming-15724
/var/pkg/cache/incoming-18944

I am not sure what will happen if you remove all /var/cache/incoming-* 
directories and try again... (and also I would not try that before 
creating backup BE).


Maybe someone has an idea how to solve it.
Regards.



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


--
Predrag Zečević

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtualBox Client Extensions Broken

2022-10-06 Thread david allan finch

On 10/6/22 09:20, Predrag Zečević wrote:

I would try:

:; pfexec pkg refresh --full
:; pfexec pkg rebiuld-index



thanks.

I just tried that, refresh gives the same error. I did this three times 
(refresh gives the error) and then tried the update and it gives the 
same error message.


This is weird as yesterday I build a new VM and did pkg update and it 
worked, but today that new VM see the same error that my older VM does.




___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtualBox Client Extensions Broken

2022-10-06 Thread Predrag Zečević via openindiana-discuss


On 10/6/22 10:06, david allan finch wrote:

On 10/6/22 07:51, Predrag Zečević via openindiana-discuss wrote:


The reference into VB's git seems to suggest that it was done in 
January?


https://github.com/omniosorg/omnios-extra/pull/921

I'm not seeing any issues with VB 6.1.38 on my OI servers, with a 
build from a week ago, but I'm not using shared folders at all.



Host is OI (updated yesterday) and shared folders (to Win Guest) works:

; pkg list virtualbox
NAME (PUBLISHER)  VERSION     IFO
system/virtualbox 6.1.38-2022.0.0.0     i--



Running the update I see:

david@hal9k:~$ sudo pkg update
pkg: 0/1 catalogs successfully updated:

   1: Invalid contentpath 
/var/pkg/cache/incoming-1975/update.20221006T06Z.C: CatalogPart failed 
validation: The signature data for the 
'/var/pkg/cache/incoming-1975/update.20221006T06Z.C' catalog file is not 
valid.. (happened 4 times)
   2: Invalid contentpath 
/var/pkg/cache/incoming-1975/update.20221006T07Z.C: CatalogPart failed 
validation: The signature data for the 
'/var/pkg/cache/incoming-1975/update.20221006T07Z.C' catalog file is not 
valid.. (happened 4 times)


:(

I would try:

:; pfexec pkg refresh --full
:; pfexec pkg rebiuld-index

Regards


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


--
Predrag Zečević

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtualBox Client Extensions Broken

2022-10-06 Thread david allan finch

On 10/6/22 07:51, Predrag Zečević via openindiana-discuss wrote:


The reference into VB's git seems to suggest that it was done in 
January?


https://github.com/omniosorg/omnios-extra/pull/921

I'm not seeing any issues with VB 6.1.38 on my OI servers, with a 
build from a week ago, but I'm not using shared folders at all.



Host is OI (updated yesterday) and shared folders (to Win Guest) works:

; pkg list virtualbox
NAME (PUBLISHER)  VERSION     IFO
system/virtualbox 6.1.38-2022.0.0.0     i--



Running the update I see:

david@hal9k:~$ sudo pkg update
pkg: 0/1 catalogs successfully updated:

  1: Invalid contentpath 
/var/pkg/cache/incoming-1975/update.20221006T06Z.C: CatalogPart failed 
validation: The signature data for the 
'/var/pkg/cache/incoming-1975/update.20221006T06Z.C' catalog file is not 
valid.. (happened 4 times)
  2: Invalid contentpath 
/var/pkg/cache/incoming-1975/update.20221006T07Z.C: CatalogPart failed 
validation: The signature data for the 
'/var/pkg/cache/incoming-1975/update.20221006T07Z.C' catalog file is not 
valid.. (happened 4 times)


:(



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtualBox Client Extensions Broken

2022-10-05 Thread Predrag Zečević via openindiana-discuss

On 10/6/22 00:43, Carl Brewer wrote:

On 5/10/2022 11:22 pm, Joshua M. Clulow via openindiana-discuss wrote:
On Wed, Oct 5, 2022, 00:28 david allan finch  
wrote:



Not quite sure what has broken it but, I installed the latest version of
VirtualBox 6.1.38 and updated the client extension into my OpenIndiana
VM client (it was the last build 2021Oct from the ISO). Around the same
time I did a pkg update to the latest changes. Since then the Shared
Folders have not worked. (The host is a windows 11 box there was also an
microsoft update on that day which I initially wondered about).

On boot of the VM I now see undefined symbol 'removectx' and
'installctx' from /usr/kernel/drv/smd64/vboxguest.



I believe that's related to: https://www.illumos.org/issues/13917


The reference into VB's git seems to suggest that it was done in January?

https://github.com/omniosorg/omnios-extra/pull/921

I'm not seeing any issues with VB 6.1.38 on my OI servers, with a build 
from a week ago, but I'm not using shared folders at all.



Host is OI (updated yesterday) and shared folders (to Win Guest) works:

; pkg list virtualbox
NAME (PUBLISHER)  VERSION 
IFO
system/virtualbox 6.1.38-2022.0.0.0 
i--


Regards.




___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


--
Predrag Zečević

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtualBox Client Extensions Broken

2022-10-05 Thread Carl Brewer

On 5/10/2022 11:22 pm, Joshua M. Clulow via openindiana-discuss wrote:

On Wed, Oct 5, 2022, 00:28 david allan finch  wrote:


Not quite sure what has broken it but, I installed the latest version of
VirtualBox 6.1.38 and updated the client extension into my OpenIndiana
VM client (it was the last build 2021Oct from the ISO). Around the same
time I did a pkg update to the latest changes. Since then the Shared
Folders have not worked. (The host is a windows 11 box there was also an
microsoft update on that day which I initially wondered about).

On boot of the VM I now see undefined symbol 'removectx' and
'installctx' from /usr/kernel/drv/smd64/vboxguest.



I believe that's related to: https://www.illumos.org/issues/13917


The reference into VB's git seems to suggest that it was done in January?

https://github.com/omniosorg/omnios-extra/pull/921

I'm not seeing any issues with VB 6.1.38 on my OI servers, with a build 
from a week ago, but I'm not using shared folders at all.





___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtualBox Client Extensions Broken

2022-10-05 Thread Joshua M. Clulow via openindiana-discuss
On Wed, Oct 5, 2022, 00:28 david allan finch  wrote:

> Not quite sure what has broken it but, I installed the latest version of
> VirtualBox 6.1.38 and updated the client extension into my OpenIndiana
> VM client (it was the last build 2021Oct from the ISO). Around the same
> time I did a pkg update to the latest changes. Since then the Shared
> Folders have not worked. (The host is a windows 11 box there was also an
> microsoft update on that day which I initially wondered about).
>
> On boot of the VM I now see undefined symbol 'removectx' and
> 'installctx' from /usr/kernel/drv/smd64/vboxguest.
>

I believe that's related to: https://www.illumos.org/issues/13917


Cheers.
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] VirtualBox Client Extensions Broken

2022-10-05 Thread david allan finch

Hi,

Not quite sure what has broken it but, I installed the latest version of 
VirtualBox 6.1.38 and updated the client extension into my OpenIndiana 
VM client (it was the last build 2021Oct from the ISO). Around the same 
time I did a pkg update to the latest changes. Since then the Shared 
Folders have not worked. (The host is a windows 11 box there was also an 
microsoft update on that day which I initially wondered about).


On boot of the VM I now see undefined symbol 'removectx' and 
'installctx' from /usr/kernel/drv/smd64/vboxguest.


There is also after that a whole host of messages about vboxguest as it 
tries to start the service.


When I installed client extension there was an error message about 
vboxguest not installing correctly.


Anyone got any clues what I did wrong or intrested in the dmesg error or 
the output of the errors in the installing of the client extensions?




___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss