lainie Posted October 19, 2013 Author Posted October 19, 2013 Version 4.3 of Virtualbox is up for unRAID 5.0 i386. I am getting pulled away from the computer & have not started creating a package for unRAID 4.7. Anyone still want me to do so? I've not gotten a chance to test this version, but saw no errors / was a normal compile.
JonathanM Posted October 20, 2013 Posted October 20, 2013 Version 4.3 of Virtualbox is up for unRAID 5.0 i386. I am getting pulled away from the computer & have not started creating a package for unRAID 4.7. Anyone still want me to do so?There may still be a few around with perfectly running 4.7 systems that could use it, but I'll be honest, unless I have issues, I probably won't bother upgrading for a while (weeks or months), so don't bother on my account.
theone Posted October 20, 2013 Posted October 20, 2013 Tested and VirtualBox 4.3.0 and phpvirtualbox are working - needed to clear my browser's (chrome) cache for phpvirtualbox to work properly.
peter_sm Posted October 21, 2013 Posted October 21, 2013 I got error, I have cleared cache ......... on 4.3 and phpvirtualbox 4.2.8
theone Posted October 21, 2013 Posted October 21, 2013 Have you installed phpvirtualbox 4.3? try restarting server.
peter_sm Posted October 21, 2013 Posted October 21, 2013 Yes, I have done that, restart webserver, re install virtualbox. maybe need to reboot ? below is a log from web server /usr/bin/tail -n 1000 -f /var/log/lighttpd/php.errors.log [16-Sep-2013 14:20:55 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/curl.so' - libcurl.so.4: cannot open shared object file: No such file or directory in Unknown on line 0 [16-Sep-2013 14:20:56 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/curl.so' - libcurl.so.4: cannot open shared object file: No such file or directory in Unknown on line 0 [16-Sep-2013 14:21:01 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/curl.so' - libcurl.so.4: cannot open shared object file: No such file or directory in Unknown on line 0 [16-Sep-2013 14:21:25 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/curl.so' - libcurl.so.4: cannot open shared object file: No such file or directory in Unknown on line 0 [16-Sep-2013 14:21:30 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/curl.so' - libcurl.so.4: cannot open shared object file: No such file or directory in Unknown on line 0 [16-Sep-2013 14:21:33 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/curl.so' - libcurl.so.4: cannot open shared object file: No such file or directory in Unknown on line 0 [16-Sep-2013 14:21:33 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/curl.so' - libcurl.so.4: cannot open shared object file: No such file or directory in Unknown on line 0 from php.ini ; These are the extensions that are available for use on this PHP build. ; If you do NOT need any of these extensions, you should comment them out. ; That will probably increase both your security and performance. extension=bcmath.so extension=bz2.so ;extension=calendar.so extension=ctype.so extension=curl.so extension=dba.so ;extension=enchant.so ;extension=exif.so ;extension=ftp.so extension=gd.so ;extension=gettext.so ;extension=gmp.so extension=iconv.so extension=ldap.so extension=mbstring.so extension=mysql.so extension=mysqli.so extension=openssl.so extension=pdo.so extension=pdo_mysql.so extension=pdo_sqlite.so ;extension=pspell.so extension=shmop.so ;extension=snmp.so extension=soap.so extension=sqlite.so extension=sqlite3.so ;extension=tokenizer.so ;extension=wddx.so ;extension=xsl.so extension=zip.so extension=zlib.so
peter_sm Posted October 21, 2013 Posted October 21, 2013 NO, I have not phpvirtualbox 4.3 I can only see 4.2.8 to DL
peter_sm Posted October 21, 2013 Posted October 21, 2013 Starting my unraid VM, i got this error ,same error also for my slackware VM Failed to load VMMR0.r0 (VERR_SYMBOL_NOT_FOUND) //Peter
theone Posted October 21, 2013 Posted October 21, 2013 Did you try restarting server? I also had this message in phpvirtualbox gui
peter_sm Posted October 22, 2013 Posted October 22, 2013 No, I will do it later this evening. EDIT A reboot solved the issue.... //Peter
lainie Posted November 10, 2013 Author Posted November 10, 2013 Just finished compiling and uploading 4.3.2 for unRAID 5.0 i386 and 4.7.
itimpi Posted November 10, 2013 Posted November 10, 2013 Just finished compiling and uploading 4.3.2 for unRAID 5.0 i386 and 4.7. Just tried the download link and got a fail on the vbox-4.3.2-unRAID-3.9.6p.tgz file saying not found?
lainie Posted November 10, 2013 Author Posted November 10, 2013 Had a typo in the file name... I left off the 'p' in 'vbox-4.3.2-unRAID-3.9.6p.tgz'. It should be fixed now.
elmetal Posted November 13, 2013 Posted November 13, 2013 Is there a way to install a web server that is not the simplefeatures one? as soon as I install that one everything breaks and I need to reboot (of course this is becasue I'm on rc2 of simplefeatures) Is there a way to install a web server with PHP that isn't the simplefeatures one? I tried lighttpd but could not get fastcgi working. webserver runs fine but that's it. anyone>
BobPhoenix Posted November 13, 2013 Posted November 13, 2013 Is there a way to install a web server that is not the simplefeatures one? as soon as I install that one everything breaks and I need to reboot (of course this is becasue I'm on rc2 of simplefeatures) Is there a way to install a web server with PHP that isn't the simplefeatures one? I tried lighttpd but could not get fastcgi working. webserver runs fine but that's it. anyone> I've been using the command line in VirtualBox just for this reason. Didn't feel I would be able to get a webserver running on unRAID and didn't want to use SimpleFeatures just to get it. It's really not that hard once you get use to it. I could up upload some examples if you want.
theone Posted November 13, 2013 Posted November 13, 2013 You could install a webserver on another PC (windows) and use that to access phpvirtualbox.
BobPhoenix Posted November 13, 2013 Posted November 13, 2013 You could install a webserver on another PC (windows) and use that to access phpvirtualbox. That's what I heard but I wasn't able to get it to work. I will have to try again because it was probably my choice of webservers. I don't even remember what it was since it was quite a while ago that I tried. Might try setting up a Linux VM with a webserver and use that as well.
elmetal Posted November 13, 2013 Posted November 13, 2013 Is there a way to install a web server that is not the simplefeatures one? as soon as I install that one everything breaks and I need to reboot (of course this is becasue I'm on rc2 of simplefeatures) Is there a way to install a web server with PHP that isn't the simplefeatures one? I tried lighttpd but could not get fastcgi working. webserver runs fine but that's it. anyone> I've been using the command line in VirtualBox just for this reason. Didn't feel I would be able to get a webserver running on unRAID and didn't want to use SimpleFeatures just to get it. It's really not that hard once you get use to it. I could up upload some examples if you want. I appreciate it. I eventually figure out I could still run it via CLI at any rate, thanks for the help I got it all setup! Now i'm gonna try to run phpvirtualbox in one of my VMs, just to make it a little easier to work with thansk guys
elmetal Posted November 14, 2013 Posted November 14, 2013 I'm still taking a beating here. but at any rate, what user do you guys create the VMs when under CLI?
BobPhoenix Posted November 14, 2013 Posted November 14, 2013 I'm still taking a beating here. but at any rate, what user do you guys create the VMs when under CLI? I've been doing mine as root - what I login under. Then after it launches and creates the directories for logs and snapshots I run new permissions on the cache drive/apps drive. I can then browse the files and directories that it creates across the network. I put my CLI scripts on the flash drive. When I get a chance to really look at it I will switch to nobody. Otherwise I have no users defined in unRAID. I use the VirtualBox plugin to start and stop my VMs. I only use the CLI when I would have to use phpVirtualBox to create and configure them.
elmetal Posted November 15, 2013 Posted November 15, 2013 thank you sir. Would you mind posting a screenshot of your virtualbox settings page? (the one under plugins) I'm trying to figure some things out.
BobPhoenix Posted November 15, 2013 Posted November 15, 2013 thank you sir. Would you mind posting a screenshot of your virtualbox settings page? (the one under plugins) I'm trying to figure some things out. I will do that after work tonight. Might be late however. I believe I left everything default on that page except for: All yes/no's are YES but autostart I have set to none. I might have changed the IP as well but I don't think that was necessary so if I did I may set it back to the default 127.0.0.1. One thing I did do outside the plugin was to change the default directory for VMs by using a vboxmanage setproperty command: "vboxmanage setproperty machinefolder <path of default VM folder>" Edit added configuration graphic for my setup. Edit 2 see later post for VM list with "vboxmanage list --long vms" command.
jpimlott Posted November 15, 2013 Posted November 15, 2013 I upgraded to the latest version. I also upgraded phpvirualbox and now the web page for phpvirual box will not start. It has a spinning circle in the middle saying loading. I made 2 changes in the config file. no authenication and the ip address of server. Is there anything else that needs to be changed when upgrading?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.