Closed GoogleCodeExporter closed 8 years ago
Are you able to export it to /mnt/NAS using the VirtualBox GUI or do you get
the same message?
Original comment by imooreya...@gmail.com
on 26 Jun 2012 at 1:31
am using phpVirtualBox as the GUI and login with admin and in config.php I have
vboxuser defined as "HOME USER". and the HOME USER have full rights on
/mnt/NAS. What am doing now is to export to home folder and then using the
terminal mode, moving the .ova to /mnt/NAS.
Original comment by SajuSuku...@gmail.com
on 26 Jun 2012 at 4:01
Hello,
I know that you are using phpvirtualbox, but if you use the "normal" VirtualBox
gui, do you get the same error when attempting the same operation?
Original comment by imooreya...@gmail.com
on 26 Jun 2012 at 3:04
am on a headless vbox.
Original comment by SajuSuku...@gmail.com
on 26 Jun 2012 at 5:57
Can you copy / paste the entire error please? It sounds like it is probably
coming from VirtualBox itself, which means there would be nothing I could do.
But I'll take a look just to make sure.
Original comment by imooreya...@gmail.com
on 29 Jun 2012 at 12:44
When we use the phpVirtualBox interface, I use "admin" as the user and in the
config.php the user configured as "administrator". which user credentials
actually been in use when we perform the commands using the GUI?. May be I
could set permissions accordingly..
am getting the following error:
Exception Object
(
[message:protected] => Could not create OVA file '/mnt/NAS/VBXP032.ova' (VERR_ACCESS_DENIED)
[string:Exception:private] =>
[code:protected] => 0
[file:protected] => /var/www/lib/vboxconnector.php
[line:protected] => 2121
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /var/www/lib/vboxconnector.php
[line] => 279
[function] => remote_applianceExport
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => Array
(
[format] =>
[file] => /mnt/NAS/VBXP032.ova
[vms] => Array
(
[ead81d65-3e8e-47a9-b234-490aeb234dba] => Array
(
[id] => ead81d65-3e8e-47a9-b234-490aeb234dba
[name] => VBXP032
[product] =>
[product-url] =>
[vendor] =>
[vendor-url] =>
[version] =>
[description] => 100053_UBUNTU_SAJU
[license] =>
)
)
[manifest] => 1
[overwrite] => 0
[fn] => applianceExport
)
[1] => Array
(
[data] => Array
(
)
[errors] => Array
(
)
[persist] => Array
(
)
)
)
)
[1] => Array
(
[file] => /var/www/lib/ajax.php
[line] => 259
[function] => __call
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => applianceExport
[1] => Array
(
[0] => Array
(
[format] =>
[file] => /mnt/NAS/VBXP032.ova
[vms] => Array
(
[ead81d65-3e8e-47a9-b234-490aeb234dba] => Array
(
[id] => ead81d65-3e8e-47a9-b234-490aeb234dba
[name] => VBXP032
[product] =>
[product-url] =>
[vendor] =>
[vendor-url] =>
[version] =>
[description] => 100053_UBUNTU_SAJU
[license] =>
)
)
[manifest] => 1
[overwrite] => 0
[fn] => applianceExport
)
[1] => Array
(
[0] => Array
(
[data] => Array
(
)
[errors] => Array
(
)
[persist] => Array
(
)
)
)
)
)
)
[2] => Array
(
[file] => /var/www/lib/ajax.php
[line] => 259
[function] => applianceExport
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => Array
(
[format] =>
[file] => /mnt/NAS/VBXP032.ova
[vms] => Array
(
[ead81d65-3e8e-47a9-b234-490aeb234dba] => Array
(
[id] => ead81d65-3e8e-47a9-b234-490aeb234dba
[name] => VBXP032
[product] =>
[product-url] =>
[vendor] =>
[vendor-url] =>
[version] =>
[description] => 100053_UBUNTU_SAJU
[license] =>
)
)
[manifest] => 1
[overwrite] => 0
[fn] => applianceExport
)
[1] => Array
(
[0] => Array
(
[data] => Array
(
)
[errors] => Array
(
)
[persist] => Array
(
)
)
)
)
)
)
[previous:Exception:private] =>
)
Original comment by SajuSuku...@gmail.com
on 30 Jun 2012 at 8:20
Hello,
Yes, that is coming from virtualbox itself. Permissions should be set correctly
for the user "administrator." Is this what you have been doing?
Original comment by imooreya...@gmail.com
on 3 Jul 2012 at 11:17
I had given permission to administrator (whos the default login user) as
chmod 777 /mnt/NAS
Does the "administrator" should own /mnt/NAS?
Original comment by SajuSuku...@gmail.com
on 3 Jul 2012 at 3:07
Is something like AppArmor or SELinux blocking it? This is not a phpVirtualBox
issue, but a VirtualBox issue.
Original comment by imooreya...@gmail.com
on 19 Jul 2012 at 12:13
Closed due to inactivity.
Original comment by imooreya...@gmail.com
on 21 Aug 2012 at 12:25
Original issue reported on code.google.com by
SajuSuku...@gmail.com
on 25 Jun 2012 at 12:41