search for: ngrps

Displaying 11 results from an estimated 11 matches for "ngrps".

Did you mean: grps
2018 May 23
0
cluster brick logs filling after upgrade from 3.6 to 3.12
...s/bricks/export-gluster-shared.log [2018-05-23 06:22:12.405240] I [MSGID: 139001] [posix-acl.c:269:posix_acl_log_permit_denied] 0-sharedvol-access-control: client: mfc-nas1-14785-2018/05/23-06:10:20:243359-sharedvol-client-0-0-0, gfid: 59d4c3da-9943-469e-9694-b14ca348007b, req(uid:33,gid:33,perm:2,ngrps:1), ctx(uid:1002,gid:100,in-groups:0,perm:664,updated-fop:LOOKUP, acl:-) [Permission denied] [2018-05-23 06:22:12.405284] I [MSGID: 139001] [posix-acl.c:269:posix_acl_log_permit_denied] 0-sharedvol-access-control: client: mfc-nas1-14785-2018/05/23-06:10:20:243359-sharedvol-client-0-0-0, gfid: 59d4c...
2007 Nov 11
0
Patch to sshd match
...ert condition if not. + * line is the config file line. + * Return: + * 1 match + * 0 not match + * -1 error + */ static int -match_cfg_line_group(const char *grps, int line, const char *user) +match_cfg_line_group(const char *grps, int line, const char *user, int not) { int result = 0; u_int ngrps = 0; char *arg, *p, *cp, *grplist[MAX_MATCH_GROUPS]; struct passwd *pw; + char* notstr = not ? "!" : ""; /* * Even if we do not have a user yet, we still need to check for @@ -529,12 +537,12 @@ } else if (ga_init(pw->pw_name, pw->pw_gid) == 0) { debug(&quot...
2017 Dec 26
1
identifying convergence or non-convergence of mixed-effects regression model in lme4 from model output
...urn(mod.data) } lmer.ranef.data.extract = function(lmer.mod, name=deparse(substitute(lmer.mod))){ ? #extract random effect variance, standard error, correlations between slope and intercept ? mod.data.ef = as.data.frame(VarCorr(lmer.mod)) ? mod.data.ef$n.subj = as.numeric(summary(lmer.mod)$ngrps[1]) #number of subjects ? mod.data.ef$n.item = as.numeric(summary(lmer.mod)$ngrps[2]) #number of items ? #add number of datapoints ? mod.data.ef$N = as.numeric(summary(incr.best.m)$devcomp$dims[1]) ? #add model name ? mod.data.ef$model = name ? return(mod.data.ef) } I'm also includ...
2017 May 10
2
bug report: nlme model-fitting crashes with R 3.4.0
...ndom = ~ 1) # Error in array(c(rep(1, p), .C(inner_perc_table, as.double(X), as.integer(unlist(grps)), : # object 'inner_perc_table' not found # #Upon debugging, this error is thrown with line 135 of lme.formula() code. # #fixDF <- getFixDF(X, grps, attr(lmeSt, "conLin")$dims$ngrps, lme(distance ~ age + Sex, data = Orthodont, random = ~ 1|Subject) # Error in array(c(rep(1, p), .C(inner_perc_table, as.double(X), as.integer(unlist(grps)), : # object 'inner_perc_table' not found gls(distance ~ age + Sex, data = Orthodont, correlation = corCompSymm( form = ~ 1 | S...
2006 Aug 21
1
Retrieving p-values and z values from lmer output
I can't find a way to retrieve z values and p-values from the output from lmer in the lme4 package. How is this done? Rick B.
2006 Jul 04
1
lmer print outs without T
Hi, I have been having a tedious issue with lmer models with lots of factors and lots of levels. In order to get the basic information at the beginning of the print out I also have to generate these enormous tables as well. Is there a method command to leave off all of the effects and correlations? Or, do I have to go to string commands?
2023 May 25
1
vfs_shadow_copy2 cannot read/find snapshots
...gt; > When the error in samba occurs there are these entries: > [2023-05-24 12:30:09.764077 +0000] I [MSGID: 139001] > [posix-acl.c:252:posix_acl_log_permit_denied] 0-posix-acl-autoload: > client: -, gfid: 08ee40ea-8f84-4240-a6b1-e56e0d393016, > req(uid:1001103,gid:1000513,perm:4,ngrps:20), > ctx(uid:0,gid:0,in-groups:0,perm:000,updated-fop:INVALID, acl:-) > [Keine Berechtigung] > [2023-05-24 12:30:09.764234 +0000] W [fuse-bridge.c:1642:fuse_fd_cbk] > 0-glusterfs-fuse: 201346: OPENDIR() /admin/projects/.snaps => -1 > (Keine Berechtigung) Does it make a differe...
2008 Jan 24
0
(lme4: lmer) mcmcsamp: Error in if (var(y) == 0)
...ialize(value, ...) 4: initialize(value, ...) 3: new(if (is(object, "glmer")) "summary.glmer" else { if (is(object, "lmer")) "summary.lmer" else "summary.mer" }, object, isG = glz, methTitle = methTitle, logLik = llik, ngrps = sapply(object at flist, function(x) length(levels(x))), sigma = .Call(mer_sigma, object, REML), coefs = coefs, vcov = vcov, REmat = REmat, AICtab = AICframe) 2: summary(emnlp.m1) 1: summary(emnlp.m1) -- David Reitter ICCS/HCRC, Informatics, University of Edinburgh http...
2017 May 11
0
bug report: nlme model-fitting crashes with R 3.4.0
...rray(c(rep(1, p), .C(inner_perc_table, as.double(X), as.integer(unlist(grps)), : > # object 'inner_perc_table' not found > # > #Upon debugging, this error is thrown with line 135 of lme.formula() code. > # > #fixDF <- getFixDF(X, grps, attr(lmeSt, "conLin")$dims$ngrps, > > lme(distance ~ age + Sex, data = Orthodont, random = ~ 1|Subject) > > # Error in array(c(rep(1, p), .C(inner_perc_table, as.double(X), as.integer(unlist(grps)), : > # object 'inner_perc_table' not found > > gls(distance ~ age + Sex, data = Orthodont, > cor...
2017 Aug 17
0
URGENT: Update issues from 3.6.6 to 3.10.2 Accessing files via samba come up with permission denied
...-08-16-- H Beach OPTION A-2-PROPOSED FIRST FLOOR PLAN.dwg (hash=export-replicate-0/cache=<nul>) [2017-08-16 20:08:57.207652] I [MSGID: 139001] [posix-acl.c:265:posix_acl_log_permit_denied] 0-posix-acl-autoload: client: -, gfid: 1c5d4bcc-84a3-4cf9-b4b2-9bba3ba2f75e, req(uid:1057,gid:513,perm:1,ngrps:2), ctx(uid:0,gid:0,in-groups:0,perm:700,updated-fop:LOOKUP, acl:-) [Permission denied] [2017-08-16 20:08:57.207733] W [fuse-bridge.c:471:fuse_entry_cbk] 0-glusterfs-fuse: 643111247: LOOKUP() /etc/samba/locks => -1 (Permission denied) [2017-08-16 20:08:57.536276] W [fuse-bridge.c:1067:fuse_setat...
2017 Jun 12
1
URGENT: Update issues from 3.6.6 to 3.10.2 Accessing files via samba come up with permission denied
Did the logs provide any hints as to what the issue may be? Diego On Sat, Jun 3, 2017 at 12:16 PM, Diego Remolina <dijuremo at gmail.com> wrote: > Thanks for taking the time to look into this. Since we needed downtime > due to the gluster update, we also updated the OS, including samba. We > went from 4.2.x to 4.4.4 and many other packages for CentOS were > updated as well. OS