Page 1 of 1

Virtualbox dont work TOS 5.1.24

Posted: 22 Mar 2023, 00:41
by gretor
Hello,

in Version 5.1.24 when I start VIrtualbox I get:
Virtualbox Bug TOS5.png
What can I do ?

greets

gretor

Re: Virtualbox dont work TOS 5.1.24

Posted: 22 Mar 2023, 14:22
by TMSupport
Please try to re-enable the VIrtualbox.
If it doesn't work, try to log in to the SSH terminal and restart the php service.

Code: Select all

/etc/init.d/php-fpm restart

Re: Virtualbox dont work TOS 5.1.24

Posted: 23 Mar 2023, 00:41
by gretor
Thanks,

That works.

Greets.

Initial userid and password needed

Posted: 30 Mar 2023, 20:39
by hal3390
I run a F5-221 with TOS 5.0.176-00227
I installed Virtual Box
I couldn't found initial userid and password anywhere in documentation or forum
Please help
Regards Roger

Re: Virtualbox dont work TOS 5.1.24

Posted: 30 Mar 2023, 23:03
by TMzethar
{L_BUTTON_AT}hal3390
default username:admin
default passwrod:admin

Re: Virtualbox dont work TOS 5.1.24

Posted: 06 Apr 2023, 13:56
by godly
TMSupport wrote: 22 Mar 2023, 14:22 Please try to re-enable the VIrtualbox.
If it doesn't work, try to log in to the SSH terminal and restart the php service.

Code: Select all

/etc/init.d/php-fpm restart
Hi, i tried this:

https://imgur.com/a/Mb32B0L

But still get the same error:

https://imgur.com/a/7cnfOo9

Re: Virtualbox dont work TOS 5.1.24

Posted: 06 Apr 2023, 19:07
by TMzethar
{L_BUTTON_AT}godly
The libpcre2-8.so.0.10.1 file may be missing, please put it under /usr/lib/ https://download2.terra-master.com/libpcre2-8.so.0.10.1

Re: Virtualbox dont work TOS 5.1.24

Posted: 06 Apr 2023, 19:37
by godly
{L_BUTTON_AT}godly
TMzethar wrote: 06 Apr 2023, 19:07 The libpcre2-8.so.0.10.1 file may be missing, please put it under /usr/lib/ https://download2.terra-master.com/libpcre2-8.so.0.10.1
How do I navigate to this folder and copy the file across? Is there a way to navigate using the GUI? Or can you tell me how to do this using SSH?

Re: Virtualbox dont work TOS 5.1.24

Posted: 06 Apr 2023, 19:46
by godly
{L_BUTTON_AT}godly
godly wrote: 06 Apr 2023, 19:37
TMzethar wrote: 06 Apr 2023, 19:07 The libpcre2-8.so.0.10.1 file may be missing, please put it under /usr/lib/ https://download2.terra-master.com/libpcre2-8.so.0.10.1
How do I navigate to this folder and copy the file across? Is there a way to navigate using the GUI? Or can you tell me how to do this using SSH?
I looked for the file using SSH and it looks like the file is present: https://imgur.com/a/dHuksMy

Re: Virtualbox dont work TOS 5.1.24

Posted: 07 Apr 2023, 08:58
by TMzethar
[at=godly post_id=25936 time=1680781614 user_id=6806][/at]

Please check if the two soft links in question exist.
Image
If you can't find them, please create them with the command:

Code: Select all

cd /usr/lib/
ln -s libpcre2-8.so.0.10.1 libpcre2-8.so.0
ln -s libpcre2-8.so.0.10.1 libpcre2-8.so