search for: thecommand

Displaying 6 results from an estimated 6 matches for "thecommand".

Did you mean: recommand
2004 May 17
0
adding a line to a single panel of a lattice plot
...to add to hone in on this, although I would think that it's an issue that would have come up before. I've played around with the groups, subscripts and panel.superpose arguments and looked through the lattice.par.get list but haven't found the way to do it yet. Here is the structure of thecommand that I'm working with, but with the abline appearing on all (3 in my case) panels: xyplot(y ~ x | z, data = my.df, panel=function(x,y) { panel.xyplot(x,y) panel.lmline(x,y) panel.abline(c(0.25,0.79,lty=2) #would like this only on panel 1 }, layout=c(3,1),aspect="x&q...
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...******************** - - Globals dealing with command file storage - -****************************************************************************/ - -typedef struct cfn { - char *thename; - struct cfn *next; - } cfnamenode; - -cfnamenode *cfilelist,**cfilelistend; - -typedef struct cm { - int thecommand; - inchr rangelo; - inchr rangehi; - inchr offset; - struct cm *next; - } comnode; - -comnode *commandlist,**commandlistend; - -/**************************************************************************** - - Globals affected by command line options - -***************************************...
2024 Mar 09
1
kcc_periodic output
I've been grappling with a recurring set of errors for quite some time now: - UpdateRefs failed with NT_STATUS_IO_TIMEOUT - Failed samba_kcc - NT_STATUS_IO_TIMEOUT - IRPC callback failed for DsReplicaSync - NT_STATUS_IO_TIMEOUT Despite cranking up the log level to 10, the returned information remains frustratingly cryptic and hard to decipher. This error, being overly generic, continues to
2024 Mar 10
1
kcc_periodic output
...; remainsfrustratingly cryptic and hard to decipher. > This error, being overly generic, continues to elude identification > evenwiththe heightened log verbosity. The challenge lies in tracing > its origin. > Running samba-tool dbcheck doesn't reveal any problems, yet executing > thecommand while monitoring the Samba log with "tail -f" exposes > errorsidenticalto those described above. > Interestingly, samba-tool drs showrepl doesn't report any errors. > So, what additional steps can be taken to unearth the root causeof > these persistent NT_STATUS_IO_TIMEOUT...
2024 Mar 10
1
kcc_periodic output
> > Is the drepl local processes very busy doing inbound replication? How can I check this? My instinct is either the server is very busy (and this should show up in > CPU use) or a transaction is being held open excessively. I use VMs on Proxmox. In DC1, I installed the Proxmox agent, and CPU usage via the dashboard is very low. However, when I checked using 'top,' the LDAP
2024 Mar 11
1
How to diagnose a busy LDAP server process in the Samba AD DC
...r. > > > This error, being overly generic, continues to elude > > > identification evenwiththe heightened log verbosity. The > > > challenge lies in tracing its origin. > > > Running samba-tool dbcheck doesn't reveal any problems, yet > > > executing thecommand while monitoring the Samba log with "tail > > > -f" exposes errorsidenticalto those described above. > > > Interestingly, samba-tool drs showrepl doesn't report any errors. > > > So, what additional steps can be taken to unearth the root > > > cause...