Displaying 12 results from an estimated 12 matches for "use1".
Did you mean:
use
2020 Nov 04
2
CTDB DBDIR Options? Errors
...Can someone provide a quick sanity check on
what I'm doing below? Thank you.
Given
[database]
volatile database directory = /var/cache/dbdir/volatile
persistent database directory = /var/cache/dbdir/persistent
state database directory = /var/cache/dbdir/state
And given,
[root at use1-samba-server-c25-use1-01 ec2-user]# ls -al /var/cache/dbdir/
total 32
drwxr-xr-x. 6 root root 4096 Nov 4 13:30 .
drwxr-xr-x. 12 root root 145 Nov 4 13:16 ..
drwx------. 2 root root 16384 Nov 4 13:16 lost+found
drwxr-xr-x. 2 root root 4096 Nov 4 13:30 persistent
drwxr-xr-x. 2 root...
2020 Nov 05
1
CTDB DBDIR Options? Errors
...ase]
> >
> > volatile database directory = /var/cache/dbdir/volatile
> >
> > persistent database directory = /var/cache/dbdir/persistent
> >
> > state database directory = /var/cache/dbdir/state
> >
> > And given,
> >
> > [root at use1-samba-server-c25-use1-01 ec2-user]# ls -al /var/cache/dbdir/
> >
> > total 32
> >
> > drwxr-xr-x. 6 root root 4096 Nov 4 13:30 .
> >
> > drwxr-xr-x. 12 root root 145 Nov 4 13:16 ..
> >
> > drwx------. 2 root root 16384 Nov 4 13:16 lost+found
&...
2020 Nov 04
0
CTDB DBDIR Options? Errors
...below? Thank you.
>
> Given
>
> [database]
>
> volatile database directory = /var/cache/dbdir/volatile
>
> persistent database directory = /var/cache/dbdir/persistent
>
> state database directory = /var/cache/dbdir/state
>
> And given,
>
> [root at use1-samba-server-c25-use1-01 ec2-user]# ls -al /var/cache/dbdir/
>
> total 32
>
> drwxr-xr-x. 6 root root 4096 Nov 4 13:30 .
>
> drwxr-xr-x. 12 root root 145 Nov 4 13:16 ..
>
> drwx------. 2 root root 16384 Nov 4 13:16 lost+found
>
> drwxr-xr-x. 2 root root 4096...
2010 Aug 11
3
Running something without a loop when the result from the previous iteration is require for the current iteration
...NA 0 NA 0 NA
NA NA NA 0 NA 0 NA
NA NA NA 1 NA 1 NA
NA NA NA 1 NA 1 NA
NA NA NA 1 NA 1 NA
NA NA NA 0 NA 0 NA
> num # station to generate
[1] 2
> use1 # 1st station to use in generation
[1] 6
> use2 # 2nd station to use in generation
[1] 4
> genmat = event.gen2(genmat,use1,use2,num,ortho_obs_used) # Generation
function shown below
> genmat # genmat - after it has gone through station 2
[,1] [,2] [,3] [,4] [,5] [,6] [,7]
line...
2020 Nov 11
2
Getting CTDB dbstatistics in csv format?
Folks, thank you for being so helpful.
I can't quite figure out the exact command line to get ctdb
dbstatistics for the locking.tdb in CSV format. How do you do this?
[root at use1-samba-server-c25-use1-01 ec2-user]# ctdb -X --separator=,
dbstatistics locking.tdb --help
Usage: [OPTION...]
-d, --debug=STRING debug level
-t, --timelimit=INT timelimit (in seconds)
-n, --node=INT node specification - integer
-Y enable machin...
2013 Jul 02
0
[LLVMdev] SCEV update problem
...----
E1 = ...
E2 = expression of E1 // sext/zext/trunc or other simple expression
of E1.
loop1(...) {
r1 = phi1(..., E2)
= r1 // use 1
}
loop2(...) {
r2 = phi2(... r1)
= r2 // use 2;
---------------------
o. At beginning, both SCEVs of use1 and use-2 are in the form of
SCEV(use1) = ... E2 ...
SCEV(use2) = ... E2 ...
SE dose not dig into E2 because the relationship between E1 and E2
is obscured by some instructions.
o. loop2 is bit dull, and loop1 is more interesting. So, the SCEVs
corresponding to the ex...
2016 Oct 12
2
Selection DAG adding node question
I am having trouble adding a node to the selection DAG (e.g. during combine)
E.g. node1 -> use1, use2
Now if you add a node2, with node1 -> node2 with node2 number of output
values equal node1 number of output values, then combine as well as e.g.
promotion pass with replace all of node1's uses with node2, leaving node1
dead. While this is kind of expected, does this mean
a) always cr...
2020 Nov 19
0
PANIC outstanding aio + key does not exist
...id=12187, gid=10513) (pid 3883266)
then continuing as before.
I cannot find information about the PANIC or
smbXsrv_session_global_verify_record
--------
Samba version 4.12.3
---------
#======================= Global Settings
=====================================
[global]
netbios name = OFS-C25-USE1
realm = DEVAD.LOCAL
workgroup = DEVAD
security = ads
clustering = yes
fake oplocks = no
log level = 2
idmap config * : backend = tdb
idmap config * : range = 3000-7999
idmap config DEVAD: backend = rid
idmap config DEVAD: range = 10000-999999
dedicated keytab file = /etc/krb5.keytab
kerberos m...
2020 Nov 12
0
Getting CTDB dbstatistics in csv format?
...Nov 2020 08:10:28 -0500, Robert Buck via samba
<samba at lists.samba.org> wrote:
> Folks, thank you for being so helpful.
>
> I can't quite figure out the exact command line to get ctdb
> dbstatistics for the locking.tdb in CSV format. How do you do this?
>
> [root at use1-samba-server-c25-use1-01 ec2-user]# ctdb -X --separator=,
> dbstatistics locking.tdb --help
>
> Usage: [OPTION...]
> [...]
> -Y enable machine readable output
>
> -x, --separator=CHAR specify separator for machine readable output
>
> -...
2020 Nov 12
3
Getting CTDB dbstatistics in csv format?
...via samba
> <samba at lists.samba.org> wrote:
>
> > Folks, thank you for being so helpful.
> >
> > I can't quite figure out the exact command line to get ctdb
> > dbstatistics for the locking.tdb in CSV format. How do you do this?
> >
> > [root at use1-samba-server-c25-use1-01 ec2-user]# ctdb -X --separator=,
> > dbstatistics locking.tdb --help
> >
> > Usage: [OPTION...]
>
> > [...]
>
> > -Y enable machine readable output
> >
> > -x, --separator=CHAR specify separator f...
2020 Nov 11
0
acl_xattr - AD Computer Management - Failed to enumerate objects in container
...log/{samba/log.smbd,access/access.log,messages} and I
see nothing printed. No idea what is denying access.
Running RHEL-8 with Samba version 4.12.3, in a clustered setup with CTDB
smb.conf
#======================= Global Settings
=====================================
[global]
netbios name = C25-USE1
realm = SAMDOM.LOCAL
workgroup = SAMDOM
security = ads
clustering = yes
fake oplocks = no
log level = 2
idmap config * : backend = tdb
idmap config * : range = 3000-7999
idmap config SAMDOM: backend = rid
idmap config SAMDOM: range = 10000-999999
dedicated keytab file = /etc/krb5.keytab
kerber...
2005 May 17
3
cashing named server
I started the named server on CentOS and it seems to
resolve DNS request OK, but it does not seem to retain the
info for very long. From what I can tell using "dig", a
domain's ip address is retained for less than 12 hours. So
in the morning, it takes 4+ seconds to resolve again the
first time. Is there an adjustment somewhere for this or is
the caching named support not enabled by