Displaying 20 results from an estimated 35 matches for "nre".
Did you mean:
are
2024 May 05
2
lmer error: number of observations <= number of random effects
...m-effects parameters and the
residual variance (or scale parameter) are probably unidentifiable
I did test the within-person variance for the LSI variable and the
within-person variance is significant from the Greenhouse-Geisser,
Hyunh-Feidt tests.
I also tried control = lmerControl(check.nobs.vs.nRE = "ignore") which gave
me the following output. modelLSI_maineff_RE <- lmer(SA ~ Index1* LSI+ (1 +
Index1+LSI |ID), data = LSIDATA, control = lmerControl(check.nobs.vs.nRE =
"ignore", optimizer ="bobyqa", check.conv.singular = .makeCC(action =
"ignore", to...
2024 May 05
2
lmer error: number of observations <= number of random effects
...m-effects parameters and the
residual variance (or scale parameter) are probably unidentifiable
I did test the within-person variance for the LSI variable and the
within-person variance is significant from the Greenhouse-Geisser,
Hyunh-Feidt tests.
I also tried control = lmerControl(check.nobs.vs.nRE = "ignore") which gave
me the following output. modelLSI_maineff_RE <- lmer(SA ~ Index1* LSI+ (1 +
Index1+LSI |ID), data = LSIDATA, control = lmerControl(check.nobs.vs.nRE =
"ignore", optimizer ="bobyqa", check.conv.singular = .makeCC(action =
"ignore", to...
2002 Jun 17
2
Random Beta variates
...- Fauna Ecology
Arthur Rylah Institute for Environmental Research
Department of Natural Resources and Environment
123 Brown St
Heidelberg 3084 Phone +61 3 9450 8745
Victoria Fax: +61 3 9450 8799
AUSTRALIA email: michael.scroggie at nre.vic.gov.au
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-req...
2024 May 06
0
[R-sig-ME] lmer error: number of observations <= number of random effects
...residual variance (or scale parameter) are probably unidentifiable
>
> I did test the within-person variance for the LSI variable and the
> within-person variance is significant from the Greenhouse-Geisser,
> Hyunh-Feidt tests.
>
> I also tried control = lmerControl(check.nobs.vs.nRE = "ignore") which gave
> me the following output. modelLSI_maineff_RE <- lmer(SA ~ Index1* LSI+ (1 +
> Index1+LSI |ID), data = LSIDATA, control = lmerControl(check.nobs.vs.nRE =
> "ignore", optimizer ="bobyqa", check.conv.singular = .makeCC(action =
> &q...
2024 May 06
0
[R] [R-sig-ME] lmer error: number of observations <= number of random effects
...residual variance (or scale parameter) are probably unidentifiable
>
> I did test the within-person variance for the LSI variable and the
> within-person variance is significant from the Greenhouse-Geisser,
> Hyunh-Feidt tests.
>
> I also tried control = lmerControl(check.nobs.vs.nRE = "ignore") which gave
> me the following output. modelLSI_maineff_RE <- lmer(SA ~ Index1* LSI+ (1 +
> Index1+LSI |ID), data = LSIDATA, control = lmerControl(check.nobs.vs.nRE =
> "ignore", optimizer ="bobyqa", check.conv.singular = .makeCC(action =
> &q...
2018 Mar 29
1
dhcp lease time hardware in script at dhcpd/Bind/Samba wiki page
...f | egrep '^\s*max-lease-time' | awk -F ';' '{print $1}' | awk '{print $NF}'
7200
So this matches:
max-lease-time
max-lease-time
max-lease-time
but not:
# max-lease-time
btw
cheaper is sed and i am a sed fan (keep it simple):
time cat /etc/dhcp/dhcpd.conf|sed -nre 's/^\s*max-lease-time\s*([0-9]+).*/\1/p'
7200
real 0m0,004s
user 0m0,003s
sys 0m0,004s
time cat /etc/dhcp/dhcpd.conf | grep 'max-lease-time' | awk -F ';' '{print $1}' | awk '{print $NF}'
7200
7200
real 0m0,006s
user 0m0,004s
sys 0m0,012s
> Rowland...
2008 Jan 10
3
password sync "Failed to open/create TDB passwd"
I am trying to enable unix password sync. PDC is solaris 3.026a on Solaris 9.
my smb.conf file includes:
[global]
workgroup = MYDOMAIN
server string = myserver
passdb backend = tdbsam
passwd program = /usr/bin/passwd %u
passwd chat=*New\sPassword:\s%n\nRe-enter\snew\sPassword:\s%n\npasswd:\s
password\ssuccessfully\schanged*\n
unix password sync = Yes
passwd chat debug = yes
passwd chat timeout = 10
dos charset = UTF8
unix charset = UTF8
display charset = UTF8
Samba was compiled to /usr/local/samba...
2003 Feb 17
2
returning argument names
Dear r-list folks,
I have a problem which has been bugging me for a while now and I was hoping
someone out there might be able to help.
If I have a user-defined function with an indeterminate number of
arguments, using the well-known "..." construct, how can I get the
function to return the names of the items which were the arguments of the
function as part of the function's
2018 Mar 08
3
Fwd: Migrating server
...h SASL SSF: 0
modifying entry "olcDatabase={1}hdb,cn=config" ldap_modify: Other (e.g.,
implementation specific) error (80) additional info: index attribute
"dhcpClassData" undefined
I did the indexing and also the log level
Here is what I got with tail -f /var/log/syslog|sed -nre 's/^.*(
slapd.*$)/\1/p' net getlocasid
slapd[2332]: <= bdb_equality_candidates: (uid) not indexed slapd[2332]:
conn=1090 op=10 SEARCH RESULT tag=101 err=0 nentries=1 text= slapd[2332]:
conn=1090 op=11 SRCH base="dc=mydomain" scope=2 deref=0
filter="(&(gidNumber=1005)(...
2008 Jan 11
1
password sync "Failed to open/create TDB passwd" - some progress
...I am trying to enable unix password sync. PDC is solaris 3.026a on Solaris 9.
my smb.conf file includes:
[global]
workgroup = MYDOMAIN
server string = myserver
passdb backend = tdbsam
passwd program = /usr/bin/passwd %u
passwd chat=*New\sPassword:\s%n\nRe-enter\snew\sPassword:\s%n\npasswd:\s
password\ssuccessfully\schanged*\n
unix password sync = Yes
passwd chat debug = yes
passwd chat timeout = 10
dos charset = UTF8
unix charset = UTF8
display charset = UTF8
Samba was compiled to /usr/local/samba...
2002 Jul 19
1
once again: horrible speed!
...ix = dc=testdit,dc=at
ldap admin dn = uid=root,dc=testdit,dc=at
ldap filter = (&(objectClass=sambaAccount)(uid=%u))
ldap ssl = no
#### Passwortabgleich mit Unix
unix password sync = yes
log level = 101
passwd chat debug = yes
passwd chat = "New*password:* %n\n \nRe*enter*new*password:* %n\n
\nResult:*Success*(0)\n* %n\n "
passwd program = /usr/local/bin/ldappwdsmb %u
#### Logon Einstellungen
logon drive = H:
logon home = \\10.61.1.1\homes
logon script = %G.cmd
#### Automatisches erstellen des WS-Account beim DomainInclude
add user s...
2003 Jul 29
2
Access to shares via two NIC
Hi,
I have the following problem with samba:
The set up:
Redhat 9.0 system, with two NIC's (eth1/2) for two networks.
Shares available:
<eth1># smbclient -L \\\\TEST28 -U%
<eth2># smbclient -L \\\\TEST25 -U%
Both give -
added interface ip=192.21.28.10 bcast=192.21.28.255 nmask=255.255.255.0
added interface ip=129.21.25.3 bcast=192.21.25.255 nmask=255.255.255.0
Domain=[WINS-BU]
2018 Mar 08
1
Fwd: Migrating server
...dmin:x:1359:1359::/home/sadmin:/bin/sh
getent passwd tadmin
tadmin:x:1262:1150:Temp Admin,,,:/home/tadmin:/bin/bash
root at sam3dc:/# getent group 512
root at sam3dc:/#
root at sam3dc:/# getent group 1359
sadmin:x:1359:
SYSLOG during the netdomainsid and getlocalsid
tail -f /var/log/syslog|sed -nre 's/^.*( slapd.*$)/\1/p'
slapd[4698]: conn=1015 op=11 SEARCH RESULT tag=101 err=0 nentries=0 text=
slapd[4698]: conn=1015 op=12 SRCH base="" scope=0 deref=0
filter="(objectClass=*)"
slapd[4698]: conn=1015 op=12 SRCH attr=supportedExtension
slapd[4698]: conn=1015 op=12...
2003 Jun 20
1
Roaming Profile XP
Hi,
I have configured roaming profile on WIndows Xp client that is connect to
the Samba. Login works fine except that when I change the wallpaper on
one machine, log off and goes to another machine, the wallpaper was not
changed on the other one.
Other files created on the desktop are changed.
Can anyone explain or help ?
Thanks.
adrian
2003 Jul 10
2
Ldap failover
This is driving me nuts...
I have two LDAP servers working. One primary, one slave. Replication
is working. I have my PDC authenticating against one LDAP server, or
the other. I cannot get it to check the first, if that is unavailable,
then check the second. It basically crashes. Here is the line I am
currently using in smb.conf:
ldap server = srv1.domain.com
This works, as does:
2003 Jul 27
2
Remove profile off machine after use
Hi,
I was wanting to know how to have profiles removed form Win2k Machines
after they have logged off.
Not sure if I have already asked this here, or just looked for the
answer in the archives, either way I still don't know the answer :(
Thanks for any help.
Max.
2003 Jul 29
3
Logging in taking too long with roaming profile
Hello,
I am trying to setup a network of 5 XP computers with roaming profiles.
I've got a profile set up on the server and I can log on. The problem
is that the log in time takes about 10 mins and the log out takes just
as long. Here is a link to the log file from the samba server. I
have made comments on it to show what is happening on the terminal.
2003 Nov 18
3
WINS Replication
...e wrepld files. The Samba-HOWTO states that it
is in "active development" and I was wondering if I could help with testing
or something. I'm excited about this tool, and it would be sweet to have
it in a working state. Who should I talk to about this?
Thanks!
Nathan Ehresman
--
nre
:wq
2004 Jun 24
1
WINS Replication
Hello everybody,
does anyone know when WINS replication via samba deamons will be released?
Has anybody perhaps developed such a synchronisation based on scripts or something like that.
Mit freundlichem Gru?,
Dirk Laurenz
Systems Engineer
PSO - Professional Service Organisation
Fujitsu Siemens Computers
Hildesheimer Strasse 25
30880 Laatzen
Germany
Telephone: +49 (511) 84 89 - 18 08
2007 Sep 14
0
password syncronization issue...
...Response 1 incorrect
[2007/09/13 22:05:15, 3] smbd/chgpasswd.c:chat_with_program(372)
chat_with_program: Child failed to change password: sambatest
my config is:
security = user
bind interfaces only = yes
interfaces=e1000g0 lo0
passwd program = /bin/passwd %u
passwd chat=*New\sPassword:\s%n\nRe-enter\snew\sPassword:\s%n\npasswd:\spassword\ssuccessfully\schanged*\n
passdb backend = tdbsam
unix password sync = yes
encrypt passwords =yes
local master = no
log level=5
socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
Thanks in advance.