Displaying 5 results from an estimated 5 matches for "qa1".
Did you mean:
a1
2001 Sep 06
1
rsync groups in modules
...like the user while still using the -a flag with rsync.
max connections = 25
timeout = 600
secrets file = /etc/rsyncd.secrets
lock file = /var/tmp/rsyncd.lock
list = yes
[release]
comment = Release node for prod
path = /unique/apps/par
read only = no
hosts allow = qa1 qa2
auth users = bholstei
uid = feprod
gid = pardev
I'm trying
rsync --rsync-path=/usr/local/bin/rsync -a /tmp/foo prod1::release/foo2
I'm transferring the file as uid=bholstei gid=op_sysad and
what I get is a file that looks like
-rw-r--r-- 1 feprod op_sysad...
2008 Jun 09
2
Comparing two groups of proportions
...ay to approach
it. Let's say we have 5 samples (different size) of IC circuits coming from 5
production lines (A, B, C, D, E). We apply two different non-destructive QA
procedures to each sample, producing to sets of binary outcomes (passed:
no/yes). So, we have two groups of proportions:
QA1 QA2
no/yes no/yes
A 10/90 8/92
B 5/15 7/13
C 1/79 2/78
D 12/38 10/40
E 3/7 1/9
How would I test if the two QA procedures in question give significantly
different results, at the same time controlling for the possible production
line contribution? It looks like there are many variants of mul...
2009 Jul 22
5
network problems
...network interface
auto eth0
iface eth0 inet static
address 10.135.7.34
netmask 255.255.255.224
network 10.135.7.32
broadcast 10.135.7.63
gateway 10.135.7.33
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 10.135.7.34
dns-search qa1.mozyops.com
auto vmnet
iface vmnet inet static
address 10.135.2.71
netmask 255.255.255.224
bridge_ports eth1
# bridge_stp off
# bridge_fd 9
# bridge_hello 2
# bridge_maxage 12
---------
DomU# cat /etc/network/interfaces
# The loopback network in...
2005 Mar 11
0
krb5_cc_get_principal failed (No credentials cache found)
...ult principal: ramdassv@CEDEL.CO.IN
Valid starting Expires Service principal
03/10/05 18:43:42 03/11/05 04:43:42 krbtgt/CEDEL.CO.IN@CEDEL.CO.IN
Kerberos 4 ticket cache: /tmp/tkt0
klist: You have no tickets cached
my smb.conf is
[global]
realm = CEDEL.CO.IN
netbios name = qa1
allow trusted domains = No
workgroup = cedel
security = ADS
idmap backend = idmap_rid:cedel=15000-200000
idmap uid = 15000-20000
idmap gid = 15000-20000
winbind use default domain = Yes
#winbind separator = .
winbind cache time = 10...
2005 Mar 19
0
PDC doesnt work on RHEL 4
...ry group RID
[2005/03/17 07:42:27, 0]
rpc_server/srv_samr_nt.c:_samr_create_user(2272)
could not add user/computer wpvm01$ to passdb.
Check permissions?
this happens when I try to add a windows 200 Client to
the domain...
I am using samb 3.0.11
My smb.conf is
[global]
netbios name = QA1
workgroup = ERR.CHK
passdb backend = tdbsam
obey pam restrictions = yes
pam password change = yes
encrypt passwords = yes
unix password sync = yes
wins support = yes
add user script = /usr/sbin/useradd -m %u
delete user scri...