how to install virtualbox on Asustor AS1002T v2?

Got a question about our NAS utilities? The answer lies within.

Moderator: Lillian.W@AST

barsovya
Posts: 8
youtube meble na wymiar Warszawa
Joined: Mon May 18, 2020 4:21 pm

how to install virtualbox on Asustor AS1002T v2?

Post by barsovya »

It is possible to install VirtualBox on Asustor AS1002T v2?
User avatar
father.mande
Posts: 1815
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

Re: how to install virtualbox on Asustor AS1002T v2?

Post by father.mande »

Hi,
barsovya wrote:It is possible to install VirtualBox on Asustor AS1002T v2?
NO ... AS1002T is Arm(HF) processor ... Virtualbox is for x86/Amd64/Intel64 processor : https://www.virtualbox.org/

Only but not provide, qemu can THEORETICALLY run ... but without hardware acceleration ... and need lot of tests to confirm possibility ... LAST 512 Mb of memory is very low ...
or using qemu-user or qemu-user static can help to run a unique program ... all is theoretically .

What is your target ... perhaps other solutions can exist ???

Philippe.
AS6602T / AS5202T /AS5002T / AS1002T / FS6706T
barsovya
Posts: 8
Joined: Mon May 18, 2020 4:21 pm

Re: how to install virtualbox on Asustor AS1002T v2?

Post by barsovya »

Hi.
The final goal is to launch a server written in Linux or Windows.
If this can be done, i would appreciate information on how to do this.

ps. Asustor does not use paging files for RAM?
User avatar
father.mande
Posts: 1815
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

Re: how to install virtualbox on Asustor AS1002T v2?

Post by father.mande »

Hi,
barsovya wrote:Hi.
The final goal is to launch a server written in Linux or Windows.
If this can be done, i would appreciate information on how to do this.
ps. Asustor does not use paging files for RAM?
Limited information ... so limited response :D
... if server is write for Linux
... ... check if they exist for armhf (real armv7l) architecture
... ... check if it's an open source server, so you can try to compile it to run in an Armhf (armv7l) system, this depend of the perquisites.
... if it's windows only ... forget it (except perhaps if it's a .net program able to run in mono or .NET core from Microsoft (T.B.C.))
... don't forgot to check the environment (Linux distribution) server run ... if A.D.M. is not so complete, tools like chroot can help you to run in a compatible distribution environment (ex. Debian or Ubuntu)

Depend of paging mode you speak about :
... if it's pagefiles like in Windows ... YES ... Linux (so A.D.M.) use swap file to put on disk memory block to free it for other usage temporary. just understand that memory management is different between Linux and Windows ... Linux is no monolithic ... and at any time try to put in memory all it can (file cache, buffers, etc.) ... so having all memory occupied don't said memory is full ...
... if you speak about "old" paging memory mode ... no Linux don't create a false map to cut in block memory for saving space without distinguish what are inside ...

Philippe.
AS6602T / AS5202T /AS5002T / AS1002T / FS6706T
barsovya
Posts: 8
Joined: Mon May 18, 2020 4:21 pm

Re: how to install virtualbox on Asustor AS1002T v2?

Post by barsovya »

father.mande wrote:Hi,
barsovya wrote:Hi.
The final goal is to launch a server written in Linux or Windows.
If this can be done, i would appreciate information on how to do this.
ps. Asustor does not use paging files for RAM?
Limited information ... so limited response :D
... if server is write for Linux
... ... check if they exist for armhf (real armv7l) architecture
... ... check if it's an open source server, so you can try to compile it to run in an Armhf (armv7l) system, this depend of the perquisites.
... if it's windows only ... forget it (except perhaps if it's a .net program able to run in mono or .NET core from Microsoft (T.B.C.))
... don't forgot to check the environment (Linux distribution) server run ... if A.D.M. is not so complete, tools like chroot can help you to run in a compatible distribution environment (ex. Debian or Ubuntu)

Depend of paging mode you speak about :
... if it's pagefiles like in Windows ... YES ... Linux (so A.D.M.) use swap file to put on disk memory block to free it for other usage temporary. just understand that memory management is different between Linux and Windows ... Linux is no monolithic ... and at any time try to put in memory all it can (file cache, buffers, etc.) ... so having all memory occupied don't said memory is full ...
... if you speak about "old" paging memory mode ... no Linux don't create a false map to cut in block memory for saving space without distinguish what are inside ...

Philippe.
Thanks for the answer.
I can start the server using Docker?
I tried to install it, but I get an error:
https://i.imgur.com/NJqQht4.png
User avatar
father.mande
Posts: 1815
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

Re: how to install virtualbox on Asustor AS1002T v2?

Post by father.mande »

Hi,
I don't use docker ... because native don't add useless components, overhead and security breach ... with same possibilities ... I just want to be a customer not a consumer :lol:

So, please, wait up somebody using Docker ... come here to help you.

Philippe.
AS6602T / AS5202T /AS5002T / AS1002T / FS6706T
prokium
Posts: 12
Joined: Wed Jul 29, 2020 2:30 pm

Re: how to install virtualbox on Asustor AS1002T v2?

Post by prokium »

Hi,
@barsovya chrooting may be a good solution?
I just did that with Asustor with arch amd64, and it looks good currently...
Cheers
Ben
barsovya
Posts: 8
Joined: Mon May 18, 2020 4:21 pm

Re: how to install virtualbox on Asustor AS1002T v2?

Post by barsovya »

prokium wrote:Hi,
@barsovya chrooting may be a good solution?
I just did that with Asustor with arch amd64, and it looks good currently...
Cheers
Ben
I still haven't found a solution.
how did you do it?
User avatar
father.mande
Posts: 1815
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

Re: how to install virtualbox on Asustor AS1002T v2?

Post by father.mande »

Hi,
barsovya wrote: I still haven't found a solution.
how did you do it?
VirtualBox CAN'T run on Arm architecture.
Only embedded Linux can run to offer more software ...
... using containers (directly from App Central or manually using easy chroot or chroot in namespace for a better separation).

In all cases you can't really run X86 or X86_64 program ... due to the performance required to emulate the processor ... even some tools can do it ... and nothing is provide by Asustor (as I know).

Philippe.
AS6602T / AS5202T /AS5002T / AS1002T / FS6706T
barsovya
Posts: 8
Joined: Mon May 18, 2020 4:21 pm

Re: how to install virtualbox on Asustor AS1002T v2?

Post by barsovya »

father.mande wrote:Hi,
barsovya wrote: I still haven't found a solution.
how did you do it?
VirtualBox CAN'T run on Arm architecture.
Only embedded Linux can run to offer more software ...
... using containers (directly from App Central or manually using easy chroot or chroot in namespace for a better separation).

In all cases you can't really run X86 or X86_64 program ... due to the performance required to emulate the processor ... even some tools can do it ... and nothing is provide by Asustor (as I know).

Philippe.
Hello Philippe.
But, I can run a custom server on this device, right? (For example, if the server is compiled under armv7) Is there a guide how to do this?
I saw a Minecraft server in the App Centre, are there compilation tools that you can use in this case to build your own application that will work natively in ADM?
Or maybe through some virtualization packages from App Central?
Post Reply

Return to “NAS Utilities”