Changes between Initial Version and Version 4 of Ticket #11156
- Timestamp:
- Nov 7, 2012 9:55:04 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11156 – Description
initial v4 2 2 3 3 syslog contains the following record: 4 {{{ 4 5 kernel: [61012.245046] VRDP-OUT[9395]: segfault at 1400000004 ip 00007f8f622a4f92 sp 00007f8f2a847b10 error 6 in libc-2.15.so[7f8f62222000+1b5000] 6 }}} 5 7 6 Host system: Ubuntu 12.10 64-bit 7 Linux explorer 3.5.0-18-generic #29-Ubuntu SMP Fri Oct 19 10:26:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux8 Host system: Ubuntu 12.10 64-bit[[BR]] 9 Linux explorer 3.5.0-18-generic !#29-Ubuntu SMP Fri Oct 19 10:26:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux 8 10 9 11 Guest OS: Windows 7 64-bit … … 12 14 13 15 Log snippet from the vm beginning where the connection comes in: 16 {{{ 14 17 03:59:16.128063 VRDP: New connection: 15 18 03:59:16.172195 VRDP: Methods 0x00000003 … … 25 28 03:59:16.568895 VBVA: VRDP acceleration has been requested. 26 29 03:59:17.620661 VRDP: SunFlsh disabled. 27 30 }}} 28 31 29 32 The log terminated with the last line above and the entry in syslog appeared. … … 31 34 32 35 To recreate: 33 1) Activate RDP on a Windows 7 64-bit VM. 34 a) port 33881 35 b) authentication method External 36 c) authentication timeout 5000 37 d) allow multiple connections checked 38 2) Start the VM 39 3) Open a linux command line on the host 40 4) Attempt to connect to the guest: 36 1. Activate RDP on a Windows 7 64-bit VM. 37 a. port 33881 38 b. authentication method External 39 c. authentication timeout 5000 40 d. allow multiple connections checked 41 2. Start the VM 42 3. Open a linux command line on the host 43 4. Attempt to connect to the guest: 44 {{{ 41 45 /var/log$ rdesktop -u <userid> -p <password> localhost:33881 46 }}} 42 47 43 48 Output in the command window: 49 {{{ 44 50 Autoselected keyboard map en-us 45 51 ERROR: recv: Connection reset by peer 46 52 ERROR: send: Broken pipe 47 53 }}} 48 54 Syslog: 55 {{{ 49 56 Oct 31 19:45:08 explorer VirtualBox: pam_ecryptfs: seteuid error 50 57 Oct 31 19:45:08 explorer kernel: [85957.901303] VRDP-OUT[22947]: segfault at 1400000004 ip 00007fe1f82baf92 sp 00007fe1c09319a0 error 6 in libc-2.15.so[7fe1f8238000+1b5000] 51 58 }}} 52 59 53 60 I was able to repeat this with a Ubuntu 12.10 64-bit guest vm as well.