similar to: winbind + groups hogs CPU

Displaying 20 results from an estimated 100 matches similar to: "winbind + groups hogs CPU"

2008 Nov 05
1
Hogs of War: doesn't dwar some textures
Hi. I have found super game Hogs of War and would like to play it, but wine doesn't draw some textures. The game isn't playable [Image: http://img136.imageshack.us/img136/6518/200811050920061024x768smj7.th.png ] (http://img136.imageshack.us/my.php?image=200811050920061024x768smj7.png)[Image: http://img136.imageshack.us/images/thpix.gif ] (http://g.imageshack.us/thpix.php) How do I can
2010 Mar 09
1
Bug#573210: xen-hypervisor-3.2-1-amd64: Xen domU sometimes hogs CPU and doesn't respond
Package: xen-hypervisor-3.2-1-amd64 Version: 3.2.1-2 Severity: normal *** Please type your report below this line *** Hi, Recently I've experienced some crashes of Xen domU (also debian Lenny, running same kernel as dom0 (linux-image-2.6.26-xen-amd64)). At xm top that domain appears as running, but hogs all CPUs, because this problem has appeared on two identic servers (Supermicro X7SBi,
2003 Jun 13
1
SMB hogs cpu - printing freezes server
We have 2.2.7a running on redhat 9.0 with 256 MB ram. Dual cpus - but only PII 300's. Its not running as a PDC - the PDC is an nt box. The system is set up as our main print server with 60 odd print queues that service a wide variety of printers. Approx 200 odd windows pc's as clients. The print files themselves can be largish with multi-page docs with lots of graphics. What we are
2018 Aug 15
0
Look!! ... "up in the sky" ... while free will is in play ... there are Hogs flying across your screen
and look, now you can correlate the SE ray of Q to the NE of Mars... and the River " / sane / ." <http://carpaythe.tk/lists/lt.php?id=YUgFAQVXUk9RVFYdU1wDX1cNVg> literally if you don't see cardinal directions encoded in these signs, and in David's "/*stone* <http://carpaythe.tk/lists/lt.php?id=YUgFAQVXU09RVFYdU1wDX1cNVg> /" and Medusa's... and in
2010 Apr 01
4
Scope and assignment: baffling
Hi, The code below creates a value, x$a, which depending on how you access it evaluates to its initial value, or to what it's been changed to. The last two lines should, I would have thought, evaluate to the same value, but they don't. f <- function () { x <- NULL; x$a <- 0; x$get.a <- function () { x$a; }; x$increment.a <- function () { x$a <<- x$a + 5;
2010 Nov 17
2
Reference classes: accessor functions via 'getRefClass(...)$accessors(...)'
Hi there, I''d like to choose between an "static" and "dynamic" access of a reference class field, say ''a''. myObj <- getRefClass("Blabla")$new() Static: myObj$a Dynamic: myObj$a.get() where the function retrieves the data from a database (or some other location), stores it to a buffer and
2002 Sep 03
0
Unable to initgroup!
Hello all, Help!! Am running Unix 2.4 and Samba allowing windows clients to map the Unix server. Some users have been unable to connect to mapped drives and having looked at the logs I see the message: Unable to initgroup! this is probably a problem with the account nobody This message appears in all the user logs, however, only some users have the problem of connecting. I have looked at the
2018 Sep 25
3
[cfe-dev] New warnings when building trunk with GCC 9
+ Erik, who implemented DR1579 Originally, I had the warning similar to GCC's warning, but took it out due to not having DR1579 implemented in clang (warning changed in r243594) Erik in r274291 implemented DR1579, although PR27785 didn't mention anything about std::move It looks like what's happening is that Clang and GCC handles the return differently. Clang needs the std::move
2011 Apr 09
2
best practice(s) for retrieving a local variable from a closure
Greetings, Say I have defined mp <- function(a) function(x) x^a f2 <- mp(2) and I would like to retrieve the "a" which is local to f2. Two options come to mind; get("a", envir=environment(f2)) eval(substitute(a), environment(f2)) I'm curious if one of these is preferred over the other in terms of efficiency, robustness, aesthetics, etc. Or perhaps
2011 Nov 28
1
Comparing data
Hi all, i have a data set cintaining 14 columns and 11 rows. Rows represent single point and columns represent the parameter measured. I wiuld like to compare the data to see which are more alike. I used the cluster analysis, but now i ma wondering if there are some other methods, since the cluster analysis did not give me the result i like. I tried to use factanal() for factor analysis
2018 Sep 16
2
[cfe-dev] New warnings when building trunk with GCC 9
Yes, we should produce this warning in C++11 mode too. (I could be misrecalling, but I think the rationale for the current behaviour is based on historical GCC behaviour.) On Sun, 16 Sep 2018, 10:04 David Blaikie via cfe-dev, < cfe-dev at lists.llvm.org> wrote: > Fair point made on that thread - that this is a DR, so technically the > std::move is pessimizing even in C++11 mode.
1998 Dec 02
0
USRMGR.EXE and SAMBA (main branch NOT SAMBA_2_0)
usrmgr.exe now successfully shows: - users and what local and domain groups they are in - domain groups and what domain users are in them - local groups and what local groups, domain groups or domain users are in them. this is managed with three new options: "domain group map" "domain user map" "local group map" which are documented in smb.conf. they make
2008 Apr 15
4
NFS Performance
Hi, With help from Oleg we got the right patches applied and NFS working well. Maximum performance was about 60 MB/sec. Last week that dropped to about 12.5 MB/sec and I cannot find a reason. Lustre clients all obtain 100+ MB/sec on GigE. Each OST is good for 270 MB/sec. When mounting the client on one of the OSSs I get 230 MB/sec. Seems the speed is there. How can NFS and Lustre be tuned
2014 Mar 27
1
[Bug 2218] New: ProxyCommand as both a resolver and connector
https://bugzilla.mindrot.org/show_bug.cgi?id=2218 Bug ID: 2218 Summary: ProxyCommand as both a resolver and connector Product: Portable OpenSSH Version: 6.5p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at
2017 Jan 02
2
RFC: Allowing @llvm.objectsize to be more conservative with null.
Hi George, On Mon, Jan 2, 2017 at 10:41 AM, George Burgess IV <george.burgess.iv at gmail.com> wrote: > Thanks for the comments! > >> Have you considered changing our existing behavior to match GCC's >> builtin_object_size instead of adding a new parameter > > Yup! My issue with turning `i1 %min` into `i8 %flags` is that > __builtin_object_size would get
2013 Feb 16
0
[LLVMdev] [cfe-dev] UB in TypeLoc casting
On Feb 11, 2013, at 12:02 PM, David Blaikie <dblaikie at gmail.com> wrote: > Beyond that, though, I've hit one hierarchy in the Static Analyzer > that does this as well: ProgramPoint. On IRC Jordan Rose mentioned > that there's another more pervasive use of this pattern in the Static > Analyzer, the SVal hierarchy. > > So, Ted, how objectionable would it be for me
2013 Feb 11
3
[LLVMdev] [cfe-dev] UB in TypeLoc casting
On Wed, Dec 5, 2012 at 1:06 PM, David Blaikie <dblaikie at gmail.com> wrote: > On Thu, Nov 29, 2012 at 8:16 PM, Richard Smith <richard at metafoo.co.uk> wrote: >> On Thu, Nov 29, 2012 at 7:43 PM, Eli Friedman <eli.friedman at gmail.com> >> wrote: >>> >>> On Thu, Nov 29, 2012 at 3:49 PM, David Blaikie <dblaikie at gmail.com> wrote:
2006 Jun 01
1
kernel: Your time source seems to be instable or some driver is hogging interupts
The following error on a SMP x86_64 Centos 4.3 kernel 2.6.9-34 ELsmp appears at boot. and causes things to compute faster. Example, a wait(5) should wait for 5 seconds....it waits for 3 or 2. This was an open bug for that kernel. Has it been patched in the more recent kernel for Centos 2.6.9-34.0.1 ? dmseg output: Freeing unused kernel memory: 164k freed Losing some ticks... checking if CPU
2008 Apr 11
1
[Bug 12435] cpu hog loading explosm cartoon
http://bugs.freedesktop.org/show_bug.cgi?id=12435 --- Comment #12 from Riccardo Magliocchetti <riccardo at datahost.it> 2008-04-11 09:30:26 PST --- It loads very fast with latest git, still high on cpu while playing but from profiling there's no trace of swfdec over 1%, mostly cairo and pixman. I'd like to wait closing this until i've been able to profile with cairo 1.6.0.
2008 Dec 24
0
Solved with samba-3.2.6: Resources hog, etc
Hi people, After upgraded samba from 3.0.32 to 3.2.6 in Dec 11, we've never had the "server hang" problem again - thank to samba team. As with the win98/Me users I added "lanman auth = yes" into smb.conf and mapped samba share in windows. There is a "little" problem, though. The mapped directory dissapear randomly. But if we refresh it, it will show up again. To