Plötzlich kein RDP mehr

Allgemeine Diskussionen über den Einsatz von VirtualBox.
Post Reply
pbpromotion
Posts: 13
Joined: 3. Mar 2014, 19:15

Plötzlich kein RDP mehr

Post by pbpromotion »

Hey,

ich hab virtualbox v5 auf meinem Root laufen mit phpvirtualbox. Es läuft auch alles soweit, ausser dass ich nicht mehr per RDP auf die Guests connecten kann. Ich erhalte immer folgende Fehlermeldung

Code: Select all

Grund für die Trennung: E: TCP: SECURITY_ERROR Error #2048
Folgendes hab ich schon ausprobiert

Code: Select all

root@pl ~ # VBoxManage -v
5.1.14r112924

root@pl /usr/src # VBoxManage extpack install --replace Oracle_VM_VirtualBox_Extension_Pack-5.1.14-112924.vbox-extpack.1
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Successfully installed "Oracle VM VirtualBox Extension Pack".


root@pl /usr/src # vboxmanage list extpacks
Extension Packs: 1
Pack no. 0:   Oracle VM VirtualBox Extension Pack
Version:      5.1.14
Revision:     112924
Edition:
Description:  USB 2.0 and USB 3.0 Host Controller, Host Webcam, VirtualBox RDP, PXE ROM, Disk Encryption, NVMe.
VRDE Module:  VBoxVRDP
Usable:       true
Why unusable:

Aber RDP geht trotzdem nicht. Was kann ich jetzt noch machen?

Ich hoffe mir kann hier jemand helfen.


PS:

Hab grad folgendes gemerkt

Code: Select all

root@pl /usr/src # service vboxweb-service status
● vboxweb-service.service
   Loaded: loaded (/usr/lib/virtualbox/vboxweb-service.sh; enabled)
   Active: failed (Result: exit-code) since Wed 2017-03-01 18:58:05 CET; 25min ago
  Process: 1160 ExecStart=/usr/lib/virtualbox/vboxweb-service.sh start (code=exited, status=1/FAILURE)

Mar 01 18:58:04 pl.pricelook24.de vboxweb-service.sh[1160]: vboxweb-service.sh: Starting VirtualBox web service.
Mar 01 18:58:05 pl.pricelook24.de vboxweb-service.sh[1160]: vboxweb-service.sh: failed: VirtualBox web service failed to start.
Mar 01 18:58:05 pl.pricelook24.de systemd[1]: vboxweb-service.service: control process exited, code=exited status=1
Mar 01 18:58:05 pl.pricelook24.de systemd[1]: Failed to start vboxweb-service.service.
Mar 01 18:58:05 pl.pricelook24.de systemd[1]: Unit vboxweb-service.service entered failed state.
Bisher sah die Ausgabe immer so aus

Code: Select all

root@pl ~ # service vboxweb-service status
● vboxweb-service.service
   Loaded: loaded (/usr/lib/virtualbox/vboxweb-service.sh; enabled)
   Active: active (running) since Wed 2017-03-01 12:55:04 CET; 5h 42min ago
  Process: 7732 ExecStop=/usr/lib/virtualbox/vboxweb-service.sh stop (code=exited, status=1/FAILURE)
  Process: 7785 ExecStart=/usr/lib/virtualbox/vboxweb-service.sh start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/vboxweb-service.service
           ├─ 1182 /usr/lib/virtualbox/VBoxXPCOMIPCD
           ├─ 1278 /usr/lib/virtualbox/VBoxSVC --auto-shutdown
           ├─ 3462 /usr/lib/virtualbox/VBoxHeadless --comment Gomez5 --startvm f75e8edf-67c9-442c-b792-274d3d018c7c --vrde config
           ├─ 3969 /usr/lib/virtualbox/VBoxHeadless --comment Gomez6 --startvm 4dd8449f-8428-4ffb-bd53-94cb257cf171 --vrde config
           ├─ 4378 /usr/lib/virtualbox/VBoxHeadless --comment Gomez7 --startvm 554101b9-60ad-4338-b67f-0ec5b6d9a3ec --vrde config
           ├─ 4557 /usr/lib/virtualbox/VBoxHeadless --comment Gomez9 --startvm 903eeb5f-fa50-473f-9dbf-5250df322845 --vrde config
           ├─ 7797 /usr/lib/virtualbox/vboxwebsrv --background
           ├─ 7858 /usr/lib/virtualbox/VBoxHeadless --comment Gomez10 --startvm 0184271f-a008-4bba-a37c-410fbce285f6 --vrde config
           ├─14630 /usr/lib/virtualbox/VBoxHeadless --comment Trading1 --startvm 942dce10-be7d-4a0e-801d-b894b5a7c901 --vrde config
           ├─15184 /usr/lib/virtualbox/VBoxHeadless --comment Gomez --startvm 3f4ad629-3058-40b0-8a47-d47de4233bc8 --vrde config
           ├─15723 /usr/lib/virtualbox/VBoxHeadless --comment Gomez3 --startvm 43325f3f-d169-42d4-853e-1beb31d02753 --vrde config
           └─15770 /usr/lib/virtualbox/VBoxHeadless --comment Gomez4 --startvm 625fbfa6-7729-4412-bf22-af94855de336 --vrde config

Mar 01 12:55:04 pl.pricelook24.de vboxweb-service.sh[7785]: vboxweb-service.sh: Starting VirtualBox web service.
Mar 01 12:55:04 pl.pricelook24.de systemd[1]: Started vboxweb-service.service.
pbpromotion
Posts: 13
Joined: 3. Mar 2014, 19:15

Re: Plötzlich kein RDP mehr

Post by pbpromotion »

kann denn niemand helfen???


wie komme ich auf meine guests drauf.... will nicht alles neuinstallieren müssen.


mfg
BelJoost
Posts: 37
Joined: 12. Nov 2016, 18:35

Re: Plötzlich kein RDP mehr

Post by BelJoost »

pbpromotion wrote:kann denn niemand helfen?
Es hilft vielleicht wenn du zuerst einige bestimmte daten schickt. Insbesondere: VBoxManage showvminfo.

Auch würde es helfen, wenn du erklärt was du schon versucht habst. Zum beispiel:
pbpromotion
Posts: 13
Joined: 3. Mar 2014, 19:15

Re: Plötzlich kein RDP mehr

Post by pbpromotion »

So hier das erste

Code: Select all

root@pl ~ # VBoxManage list vms
root@pl ~ # VBoxManage list runningvms
root@pl ~ # VBoxManage list extpacks
Extension Packs: 1
Pack no. 0:   Oracle VM VirtualBox Extension Pack
Version:      5.1.14
Revision:     112924
Edition:
Description:  USB 2.0 and USB 3.0 Host Controller, Host Webcam, VirtualBox RDP, PXE ROM, Disk Encryption, NVMe.
VRDE Module:  VBoxVRDP
Usable:       true
Why unusable:


list vms ist ohne ausgabe, das ist doch schonmal nicht in ordnung.

Eine /var/log/Xorg.0.log gibt es bei mir nicht.

Code: Select all

root@pl ~ # VBoxManage list hostinfo
Host Information:

Host time: 2017-03-05T11:53:52.865000000Z
Processor online count: 8
Processor count: 8
Processor online core count: 4
Processor core count: 4
Processor supports HW virtualization: yes
Processor supports PAE: yes
Processor supports long mode: yes
Processor supports nested paging: yes
Processor#0 speed: 3900 MHz
Processor#0 description: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
Processor#1 speed: 3900 MHz
Processor#1 description: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
Processor#2 speed: 3900 MHz
Processor#2 description: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
Processor#3 speed: 3900 MHz
Processor#3 description: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
Processor#4 speed: 3900 MHz
Processor#4 description: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
Processor#5 speed: 3900 MHz
Processor#5 description: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
Processor#6 speed: 3900 MHz
Processor#6 description: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
Processor#7 speed: 3900 MHz
Processor#7 description: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
Memory size: 15773 MByte
Memory available: 3696 MByte
Operating system: Linux
Operating system version: 3.16.0-4-amd64
root@pl ~ # VBoxManage list systemproperties
API version:                     5_1
Minimum guest RAM size:          4 Megabytes
Maximum guest RAM size:          2097152 Megabytes
Minimum video RAM size:          0 Megabytes
Maximum video RAM size:          256 Megabytes
Maximum guest monitor count:     64
Minimum guest CPU count:         1
Maximum guest CPU count:         32
Virtual disk limit (info):       2199022206976 Bytes
Maximum Serial Port count:       4
Maximum Parallel Port count:     2
Maximum Boot Position:           4
Maximum PIIX3 Network Adapter count:   8
Maximum ICH9 Network Adapter count:   36
Maximum PIIX3 IDE Controllers:   1
Maximum ICH9 IDE Controllers:    1
Maximum IDE Port count:          2
Maximum Devices per IDE Port:    2
Maximum PIIX3 SATA Controllers:  1
Maximum ICH9 SATA Controllers:   8
Maximum SATA Port count:         30
Maximum Devices per SATA Port:   1
Maximum PIIX3 SCSI Controllers:  1
Maximum ICH9 SCSI Controllers:   8
Maximum SCSI Port count:         16
Maximum Devices per SCSI Port:   1
Maximum SAS PIIX3 Controllers:   1
Maximum SAS ICH9 Controllers:    8
Maximum SAS Port count:          255
Maximum Devices per SAS Port:    1
Maximum NVMe PIIX3 Controllers:  1
Maximum NVMe ICH9 Controllers:   8
Maximum NVMe Port count:         255
Maximum Devices per NVMe Port:   1
Maximum PIIX3 Floppy Controllers:1
Maximum ICH9 Floppy Controllers: 1
Maximum Floppy Port count:       1
Maximum Devices per Floppy Port: 2
Default machine folder:          /root/VirtualBox VMs
Raw-mode Supported:              yes
Exclusive HW virtualization use: on
Default hard disk format:        VDI
VRDE auth library:               VBoxAuth
Webservice auth. library:        null
Remote desktop ExtPack:          Oracle VM VirtualBox Extension Pack
Log history count:               3
Default frontend:
Default audio driver:            ALSA
Autostart database path:
Default Guest Additions ISO:     /usr/share/virtualbox/VBoxGuestAdditions.iso
Logging Level:                   all
Der Inhalt der /var/log/vbox-install.log kommt hier

https://nopaste.me/view/d7aabb09

Wenn ich das richtig sehe ist in diesem Post
viewtopic.php?f=6&t=58607
der Lösungvorschlag den Port zu ändern. Das habe ich bereits probiert auf alle möglich Ports leider ohne Ergebnis.

Bei dem 2ten geposteten Link hänge ich ja aktuell bereits bei Punkt 1 da list vms nix auswirft.

Aktuell startet es glaub ich nicht mal.

Code: Select all

root@pl ~ # service vboxweb-service status
● vboxweb-service.service
   Loaded: loaded (/usr/lib/virtualbox/vboxweb-service.sh; enabled)
   Active: failed (Result: exit-code) since Wed 2017-03-01 18:58:05 CET; 3 days ago
  Process: 1160 ExecStart=/usr/lib/virtualbox/vboxweb-service.sh start (code=exited, status=1/FAILURE)

Mar 01 18:58:04 pl.pricelook24.de vboxweb-service.sh[1160]: vboxweb-service.s...
Mar 01 18:58:05 pl.pricelook24.de vboxweb-service.sh[1160]: vboxweb-service.s...
Mar 01 18:58:05 pl.pricelook24.de systemd[1]: vboxweb-service.service: contr...1
Mar 01 18:58:05 pl.pricelook24.de systemd[1]: Failed to start vboxweb-servic....
Mar 01 18:58:05 pl.pricelook24.de systemd[1]: Unit vboxweb-service.service e....
Hint: Some lines were ellipsized, use -l to show in full.
root@pl ~ # service vboxweb-service start
root@pl ~ #
Laut phpvirtualbox laufen alle Mashcinen.

Ich komme echt nicht mehr weiter...

mfg
pbpromotion
Posts: 13
Joined: 3. Mar 2014, 19:15

Re: Plötzlich kein RDP mehr

Post by pbpromotion »

kann wirklich niemand helfen??


mfg
pbpromotion
Posts: 13
Joined: 3. Mar 2014, 19:15

Re: Plötzlich kein RDP mehr

Post by pbpromotion »

kann ich nach einem deinstall die aktuellen guest wieder nutzen?


da mir hier niemand helfen muss ich es wohl neu installieren.


mfg
pbpromotion
Posts: 13
Joined: 3. Mar 2014, 19:15

Re: Plötzlich kein RDP mehr

Post by pbpromotion »

ein reinstall hat leider keinerlei besserung gebracht.

was kann ich jetzt machen?


mfg
JannisSEA
Posts: 25
Joined: 7. Oct 2013, 14:41

Re: Plötzlich kein RDP mehr

Post by JannisSEA »

Hi, ich hatte das gleiche Problem gerade auch.
Auf welchem Port läuft der RDP-Zugriff? Ich habe dsa "9000-9010" mal durch "3325-3350" ersetzt und schon geht das wieder. Keine Ahnung wieso ....
Post Reply