Displaying 4 results from an estimated 4 matches for "mgroup".
Did you mean:
  group
  
2017 Nov 02
2
corrupted db after upgrading to 4.7
...ors, all of them are "missing backlink" or 
"orphaned backlink".
[root at dc1 ~]# samba-tool dbcheck
Checking 1233 objects
ERROR: orphaned backlink attribute 'memberOf' in CN=Gérard 
Dellaval,OU=CPAS,OU=MUSERS,DC=contoso,DC=com for link member in 
CN=cpas_ila,OU=CPAS,OU=MGROUPS,DC=contoso,DC=com
Not removing orphaned backlink memberOf
ERROR: orphaned backlink attribute 'memberOf' in CN=Gérard 
Dellaval,OU=CPAS,OU=MUSERS,DC=contoso,DC=com for link member in 
CN=cpas_insertion,OU=CPAS,OU=MGROUPS,DC=contoso,DC=com
Not removing orphaned backlink memberOf
ERROR: orpha...
2017 Nov 02
0
corrupted db after upgrading to 4.7
...or if it was a more widespread bug :-)
Cheers,
Denis
>
> [root at dc1 ~]# samba-tool dbcheck
> Checking 1233 objects
> ERROR: orphaned backlink attribute 'memberOf' in CN=Gérard
> Dellaval,OU=CPAS,OU=MUSERS,DC=contoso,DC=com for link member in
> CN=cpas_ila,OU=CPAS,OU=MGROUPS,DC=contoso,DC=com
> Not removing orphaned backlink memberOf
> ERROR: orphaned backlink attribute 'memberOf' in CN=Gérard
> Dellaval,OU=CPAS,OU=MUSERS,DC=contoso,DC=com for link member in
> CN=cpas_insertion,OU=CPAS,OU=MGROUPS,DC=contoso,DC=com
> Not removing orphaned backlin...
2006 Sep 11
2
[HELP] Mutlicast over GRE tunnel
...HOSTA in LAN-A
eth0 192.168.50.250
RtrB interfaces:
eth0 192.168.20.98
eth1 192.168.60.1
HOSTB in LAN-B
eth0 192.168.60.250
Here is the setup script on RtrB:
      1 #!/bin/sh
      2
      3 END_L=192.168.20.98
      4 END_R=192.168.20.100
      5 GRE_L=10.0.0.4
      6 GRE_R=10.0.0.3
      7 MGROUP=224.0.55.55
      8 SUBNET_R=192.168.50.0/24
      9
     10 /usr/sbin/iptables -F
     11 /usr/sbin/iptables -F -t nat
     12 /usr/sbin/iptables -P FORWARD ACCEPT
     13
     14 ip tunnel del gretun
     15 ip tunnel add gretun mode gre remote $END_R local $END_L ttl 255
     16 ip link set gret...
2002 Oct 08
3
repeated measures help; disagreement with SPSS
Hi, all.
I have a simple design I'm comparing to output from SPSS.
the design is 1 repeated measure (session) and 1 between measure
(cond).  my dependent measure is rl.  here is the data I'm using (in a
data.frame):
mig <- data.frame(subj=factor(rep(subj,3)),
                  cond=factor(rep(cond,3)),
                  session=factor(c(rep(1,nsubj),rep(2,nsubj),rep(3,nsubj))),