After latest update virtualbox jail not working

Status
Not open for further replies.

Sander Jansen

Explorer
Joined
Dec 26, 2015
Messages
87
Hey,

I updated last night to the latest version (9.10.2) and now my virtualbox jail is not working as it should.
When i start a VM i get this message: (i get the same message for every VM - even new ones)

I know this version of phpvirtualbox is old. I tryed to install from clean jail ( 10.3 and updated it) but then i get some generic message that something php is wrong. and i cant seem to get it fixed.

Is there someone that can help me with this? If the new version could work that would be nice but the old version also is fine... i have a copy of the VMs so i can always just copy them over.

message for the new version:
Code:
An unknown PHP error occurred. This is most likely a syntax error in config.php in phpVirtualBox's folder. The most common errors are an unclosed quote or a missing semicolon in a configuration item that has been entered (e.g. location, username, or password).

Depending on your PHP configuration, navigating directly to config.php in your web browser may display the PHP error message.

If find that this is not the case, or have no idea what this error message means, please raise the issue at http://sourceforge.net/p/phpvirtualbox/discussion/help/


Message for the original older version:
Code:
Exception Object
(
	[message:protected] => The virtual machine 'DirectAdmin' has terminated unexpectedly during startup with exit code 1
	[string:Exception:private] => 
	[code:protected] => 0
	[file:protected] => /usr/local/www/phpvirtualbox/lib/vboxconnector.php
	[line:protected] => 2382
	[trace:Exception:private] => Array
		(
			[0] => Array
				(
					 => /usr/local/www/phpvirtualbox/lib/vboxconnector.php
					[line] => 928
					[function] => remote_progressGet
					[class] => vboxconnector
					[type] => ->
					[args] => Array
						(
							[0] => Array
								(
									[progress] => 794fa75f80aba151-000000000000004a
									[_persist] => Array
										(
											[vboxHandle] => 794fa75f80aba151-0000000000000048
										)

									[fn] => progressGet
								)

						)

				)

			[1] => Array
				(
					 => /usr/local/www/phpvirtualbox/lib/ajax.php
					[line] => 309
					[function] => __call
					[class] => vboxconnector
					[type] => ->
					[args] => Array
						(
							[0] => progressGet
							[1] => Array
								(
									[0] => Array
										(
											[progress] => 794fa75f80aba151-000000000000004a
											[_persist] => Array
												(
													[vboxHandle] => 794fa75f80aba151-0000000000000048
												)

											[fn] => progressGet
										)

									[1] => Array
										(
											[0] => Array
												(
													[data] => Array
														(
															[responseData] => Array
																(
																	[progress] => 794fa75f80aba151-000000000000004a
																	[info] => Array
																		(
																			[completed] => 1
																			[canceled] => 
																			[description] => Starting VM
																			[operationDescription] => Creating process for virtual machine "DirectAdmin" (headless)
																			[timeRemaining] => Array
																				(
																				)

																			[timeElapsed] => Array
																				(
																					[days] => 17178
																					[hours] => 11
																					[minutes] => 49
																					[seconds] => 56
																				)

																			[percent] => 0
																		)

																)

															[success] => 1
															[key] => 53474945cfd7ac0bf8114767c209c2a6
														)

													[errors] => Array
														(
														)

													[persist] => Array
														(
														)

													[messages] => Array
														(
														)

												)

										)

								)

						)

				)

			[2] => Array
				(
					 => /usr/local/www/phpvirtualbox/lib/ajax.php
					[line] => 309
					[function] => progressGet
					[class] => vboxconnector
					[type] => ->
					[args] => Array
						(
							[0] => Array
								(
									[progress] => 794fa75f80aba151-000000000000004a
									[_persist] => Array
										(
											[vboxHandle] => 794fa75f80aba151-0000000000000048
										)

									[fn] => progressGet
								)

							[1] => Array
								(
									[0] => Array
										(
											[data] => Array
												(
													[responseData] => Array
														(
															[progress] => 794fa75f80aba151-000000000000004a
															[info] => Array
																(
																	[completed] => 1
																	[canceled] => 
																	[description] => Starting VM
																	[operationDescription] => Creating process for virtual machine "DirectAdmin" (headless)
																	[timeRemaining] => Array
																		(
																		)

																	[timeElapsed] => Array
																		(
																			[days] => 17178
																			[hours] => 11
																			[minutes] => 49
																			[seconds] => 56
																		)

																	[percent] => 0
																)

														)

													[success] => 1
													[key] => 53474945cfd7ac0bf8114767c209c2a6
												)

											[errors] => Array
												(
												)

											[persist] => Array
												(
												)

											[messages] => Array
												(
												)

										)

								)

						)

				)

		)

	[previous:Exception:private] => 
)



Message for a new jail with the old version:
Code:
I cant even get into the console, i get connection refused
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
Support for virtualbox has been discontinued in 9.10.2. If you search the forum there are multiple posts regarding this.
 

Sander Jansen

Explorer
Joined
Dec 26, 2015
Messages
87
is there a other way to be able to run a debian os? i do have a esxi system but for some reason i have some issues importing the vbox vms into vmware... working on this aswell but im guessing this is not the right forus to ask for help on that ;)
 
Status
Not open for further replies.
Top