Displaying 3 results from an estimated 3 matches for "pc23".
Did you mean:
fc23
2000 May 25
0
Win95-password problem new
...pdate encrypted = Yes
password server = NTMAKO, NTMAKO2, NTMAKO3
and one part of an log-file :
[2000/05/24 09:50:07, 1] smbd/password.c:server_validate(1131)
password server NTMAKO rejected the password
[2000/05/24 09:50:07, 1] smbd/password.c:pass_check_smb(510)
Account for user 'PC23' was disabled.
[2000/05/24 09:50:13, 1] smbd/password.c:server_validate(1131)
password server NTMAKO rejected the password
[2000/05/24 09:50:13, 1] smbd/password.c:pass_check_smb(510)
Account for user 'PC23' was disabled.
[2000/05/24 09:56:41, 1] smbd/service.c:make_connection(521)...
2007 Jan 03
1
Unable to browse PDC from WIN2000 clients or clints from PDC
...is samba-3.0.10-1.4E.9
I deleted all the logs and restarted samba and find only the following 3
log files created:
[root@marathon samba]# ls -lt
total 24
-rw-r--r-- 1 root root 950 Jan 3 10:03 nmbd.log
-rw-r--r-- 1 root root 144 Jan 3 10:03 smbd.log
-rw-r--r-- 1 root root 2653 Jan 3 10:03 pc23.log
/var/log/samba/nmbd.log;
[2007/01/03 10:03:16, 0] nmbd/nmbd_logonnames.c:add_logon_names(163)
add_domain_logon_names:
Attempting to become logon server for workgroup MARATHON on subnet
192.168.123.221
[2007/01/03 10:03:16, 0]
nmbd/nmbd_become_dmb.c:become_domain_master_browser_bcast(282)...
2011 Oct 12
1
CVbinary - Help
Hey,
I need some help.
I want to obtain a cross validation for a regression model (binary response)
but I got an error with CVbinary. Well I did this:
fit <- lm(resp ~ PC1 + PC2 + PC3 + PC4 + PC5 + PC6 + PC7 + PC8 +
PC9+PC10+PC11+PC12+PC13+PC14+PC15+PC16+PC17+PC18+PC19+PC20+PC21+PC22+PC23+PC24+PC25+PC26+PC27+PC28,
data = dexp.cp, family=binomial())
CVbinary(fit)
Error in sample(nfolds, m, replace = TRUE) : invalid 'size' argument
I cannot understand this error, I was googling it, but i didn't find nothing
really helpfull. Can someone help with is?...It's really imp...