Custom Query (16363 matches)
Results (1675 - 1677 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #9070 | obsolete | Microsoft Expressions Encoder installation stalls with XP Pro guest in Debian wheezy host | ||
| Description |
I'm trying to install Microsoft Expressions Encoder 4 SP 1 on a fully-updated 32-bit Windows XP Pro SP3 guest running on a Debian wheezy host (AMD 64 kernel). The installer gets past the "unpacking" phase and adds a button to the Windows Task Bar, but never actually manages to display the setup window for the program. Task Manager reveals that Xsetup.exe is taking up over 90% of CPU ... forever. So far I've let it run for an hour twice. I've tried running the installer as Administrator. No dice. I tried reverting to VGA mode because of reports on MS's site of video issues preventing installation. No dice. I tried to install in Safe Mode and was told that an index has to be greater than zero! I've downloaded the installation package twice to be sure it had not become corrupted. No dice. I would appreciate any advice on how to debug this or move forward. |
|||
| #9078 | obsolete | NetServerGetInfo returns an invalid result | ||
| Description |
The following code gives
when the server name provided does not exist. #include "stdafx.h"
#include <windows.h>
#include <lm.h>
int _tmain(int argc, _TCHAR* argv[])
{
NET_API_STATUS nStatus;
SERVER_INFO_101 Buf;
nStatus = NetServerGetInfo ( L"UNKNOWNSERVER", 101, (LPBYTE *)&Buf );
printf ( "%d\n", nStatus );
return 0;
}
|
|||
| #9079 | obsolete | VMs lose connectivity (VRDP, ssh and some times even VBoxManager) | ||
| Description |
Environment:
Repro:
[0]. Please see the attached VM info file to see how it is configured.
Actual Result: Thou the process stays up: [cpuser@rde01 Logs]$ ps -uax | grep cp-t3-u64 Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ cpuser 23038 26.7 0.0 4477400 30640 ? Sl 09:20 12:31 /usr/lib/virtualbox /VBoxHeadless --comment cp-t3-u64 --startvm 5b50bfc5-4f43-4553-a0f0-1f38961457ac cpuser 23159 0.0 0.0 61232 780 pts/3 S+ 10:07 0:00 grep cp-t3-u64 The following is however random (or maybe time dependent): [cpuser@rde01 Logs]$ vbm list runningvms
Oracle VM VirtualBox Command Line Management Interface Version 3.2.12
(C) 2005-2010 Oracle Corporation
All rights reserved.
''[removed the other VMs list]''
"cp-t3-u64" {5b50bfc5-4f43-4553-a0f0-1f38961457ac}
Sometimes VBoxManage still sees the VM up, some times it doesn't [even if the process is still active] (don't know if this is related to this particular issue or is a different bug thou ...). Expected Result: For everything to run smoothly and VM to stay up and accessible.
Comments:
I run top against the VM in the VRDP RDS and when it dies, CPU is usually over 60% (please see attached printScreen). I don't know if this is relevant or not but it does seem to affect the VM's lifespan (as in when I don't execute the mentioned installation the machine stays up much longer). |
|||

