search for: rmed

Displaying 5 results from an estimated 5 matches for "rmed".

Did you mean: red
2002 Oct 21
1
Rsync and "ignore nonreadable" and timeout
...send me an example config file that makes use of ignore nonreadable timeout 600 When I try to put this in a module - rsync seems happy but it gets nasty logfile messages when a client connects to the server. Oct 19 20:30:14 4T:sv1 rsyncd[3706636]: params.c:Parameter() - Ignoring badly fo rmed line in configuration file: ignore nonreadable Oct 19 20:30:14 4T:sv1 rsyncd[3706636]: params.c:Parameter() - Ignoring badly fo rmed line in configuration file: timeout 600 What versions of the client and server of rsync support these two options? Cheers, Lachlan. ----------------------- Lachla...
2008 Sep 04
1
pass data to log-likelihood function
...the data to mle() in my case. I really appreciated to any suggestions. Best wishes, Jinsong #-----------code start here--------------- x <- c(32, 16, 8, 4, 2, 1) r <- c(20, 12, 10, 8, 6, 0) n <- c(20, 20, 20, 20, 20, 20) mydata <- data.frame(x = x, r = r, n = n) rm(x, r, n) #if not rmed, it will affect the final result. ll <- function(alpha, beta) { #how to pass the data to this function? x <- log10(x) P <- pnorm(alpha + beta * x) P <- pmax(pmin(P,1),0) -(sum(r * log(P)) + sum((n - r)* log(1-P))) } boot.fun <- function(data, index) { boot.data <- d...
2017 Jul 11
2
Samba ADS-member-server: FQDNs in /etc/hosts
...r\\daten -Usgw%PW >> session setup failed: NT_STATUS_UNSUCCESSFUL > > Restart all the Samba binaries on the DM > > Then check that the OS knows your user with: > > getent passwd sgw libnss_winbind was missing! Now both results are the same user-names in /etc/passwd ... rmed now I was 100% sure to have had that fixed. My fault. I AM SORRY. - After several restarts of winbind/smbd/nmbd I now have a better overall picture, but not fully happy. One user gets displayed as "administrator" in smbstatus although he is named differently. Other users on other PCs...
2017 Jul 11
0
Samba ADS-member-server: FQDNs in /etc/hosts
...NSUCCESSFUL > > > > Restart all the Samba binaries on the DM > > > > Then check that the OS knows your user with: > > > > getent passwd sgw > > libnss_winbind was missing! > > Now both results are the same > > user-names in /etc/passwd ... rmed now > > I was 100% sure to have had that fixed. My fault. I AM SORRY. > > - > > After several restarts of winbind/smbd/nmbd I now have a better > overall picture, but not fully happy. > > One user gets displayed as "administrator" in smbstatus although he is...
2017 Jul 11
5
Samba ADS-member-server: FQDNs in /etc/hosts
Am 2017-07-11 um 14:40 schrieb Rowland Penny: >> Restarted winbind, did "killall -HUP" on smbd and nmbd. >> >> still can't login to DM via smbclient and that mentioned user. >> >> I assume I need to restart all the smbd daemons ... ? > > Well, you wouldn't be able to, would you, what with having this in > smb.conf: > > template