Displaying 3 results from an estimated 3 matches for "alldigital".
2013 Jul 25
28
[Bug 67315] New: System lockup with X consuming all CPU
...Bug ID: 67315
Assignee: nouveau at lists.freedesktop.org
Summary: System lockup with X consuming all CPU
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: ricks at alldigital.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: unspecified
Component: Driver/nouveau
Product: xorg
Created attachment 83002
--> https://bugs.freedesktop.org/attachment.cgi?id=83002&action=edit
Xorg.0.log with modeset enabled and outp...
2011 May 18
1
Bug found in openssh 5.8p1 source
...createcon(NULL);
return;
}
SHOULD BE:
if (path == NULL) {
setfscreatecon(NULL);
return;
}
Just thought you should know.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital ricks at alldigital.com -
- AIM/Skype: therps2 ICQ: 22643734 Yahoo: origrps2 -
- -
- ...Had this been an actual emergency, we would have fled in terror -
- and you'd be on your own, pal!...
2012 May 15
6
[PATCH 0 of 2 v2] Add vncviewer xm compatibility options
Changes since v1:
- Removed libxl vncviewer related dependencies
- The vncviewer function was modified to accept a domid instead of domspec;
- main_vncviewer was updated to reflect the new use.
- A domain_create structure is now passed to the parse_config_data where required/feasible (NULL otherwise)
- xl restore now have long options for vncviewer/vncviewer-autopass; docs updated.
- Updated