search for: ho

Displaying 20 results from an estimated 935 matches for "ho".

Did you mean: how
2020 Nov 13
0
ctdb errors after update to 4.12.10-10
Dear all, we updated to 4.12.10-10 using the sernet packages. After approx. 30 minutes I obtainted the following messages in syslog: root at ctdb-ho-2:~# journalctl -f -- Logs begin at Wed 2020-11-11 08:53:27 CET. -- Nov 13 13:00:18 ctdb-ho-2 smbd[30956]: [2020/11/13 13:00:18.616823, 0] ../../source3/smbd/close.c:1150(close_directory) Nov 13 13:00:18 ctdb-ho-2 smbd[30956]: close_directory: Could not get share mode lock for <dir> Nov 13...
2005 Feb 28
2
A problem about outer()
...he following example. The two NaNs are due to 0/0, but I can't figure out the cause of the last two errors. I wonder if some one can explain this for me. ___________________________________________________________________ > sx=rbinom(10,1,0.5);ot=rbinom(10,1,0.5);ag <- rbinom(10,100,0.3);ho <- rbinom(10,100,0.5) > dp <- function(s,a,h)sum((sx==s)&(ag==a)&(ho==h)&(ot==1))/sum((sx==s)&(ag==a)&(ho==h)) > (function(x,y)dp(1,x,y))(2,3) [1] NaN > (function(x,y)dp(0,x,y))(27,52) [1] NaN > dpm <- outer(ag,ho,function(x,y)dp(1,x,y)) Error in outer(ag, h...
2015 Jan 09
4
help, please, troubleshooting winbind testing during setup of Samba 4 AD member server
...ry is found here: http://pastebin.com/zjkHDYUX daemons started manually with /usr/local/samba/sbin/smbd --daemon -l /var/log/samba/ -d 1 /usr/local/samba/sbin/nmbd --daemon -l /var/log/samba/ -d 1 /usr/local/samba/sbin/winbindd --daemon -l /var/log/samba/ -d 1 The commands: wbinfo -u wbinfo -g show the users and groups from the AD Domain. but the other tests # id DomainUser # getent passwd # getent group # chown DomainUser:DomainGroup file # chgrp DomainGroup file etc. do not get any information from the domain, seemingly only working with the local user information. Where do I begin trou...
2013 Oct 11
9
[PATCH OSSTEST 0/6] Support for serial logs from marilith boxes
...l access. Our installation exports the logs via http allowing us to grab them with wget. Sending debug keys with is handled separately via xenuse. xenuse ultimately speaks to the conserver too but it abstracts away the IP and port to use so this is preferred. With these changes the correct Serial hostprop for a marilith box is: xenuse;http http://conserver.uk.xensource.com/consoles/
2006 Aug 16
0
LDAP Authorising users from Active Directory
...userid but get the password wrong, that connection is rejected (see second logfile snippet), and all subsequent connection even with correct userid/password are rejected with thunderbird getting a temporary auth failure (see third logfile snippet below). I am using auth_bind = yes and it seems as though after the failed login with an incorrect password, dovecot is loosing the dn & dnpass settings for the initial user lookup. I have found numerous references to PHP and ActiveDirectory on Win2k3 getting a similar "ldap_search() failed: Operations error" error and they suggested ens...
2006 Jun 16
0
The qurey about kolmogorov-smirnov test & adding the trendline to graph
I am hereby forwarding the data & method use to calculate the Kolmogorov-Smirnov goodness of fit test made manually by me in R launguage which deffers with the actual inbuilt formula as shown below. Further I have plot the graph in R. In that graph how to add trendline (i.e. straight line passing through maximum points in plot) to a Plo...
2005 Jun 07
1
Help with possible bug (assigning NA value to data.frame) ?
There's something peculiar that I do not understand here. However, did you realize that the thing you are assigning into parts of `a' is NULL? Check you're my.test.boot.ci.1: It's NULL. Be that as it may, I get: > a <- data.frame(matrix(1:4, nrow=2), X3=NA, X4=NA) > a X1 X2 X3 X4 1 1 3 NA NA 2 2 4 NA NA > a[a$X1 == 1,]$X3 &l...
2019 Apr 10
6
chown: changing ownership of 'test': Invalid argument
Hi All, I have a very weird issue on one of my servers. I think I might just be missing something quite obviously... I will post the config files at the bottom I have a brand new Debian server running as an LXC container > root at ho-vpn-ctx-ac01:~# lsb_release -a > No LSB modules are available. > Distributor ID: Debian > Description: Debian GNU/Linux 9.8 (stretch) > Release: 9.8 > Codename: stretch > root at ho-vpn-ctx-ac01:~# uname -a > Linux ho-vpn-ctx-ac01 4.15.18-12-pve #1 SMP PVE 4.15.18-3...
2005 Jun 07
0
Help with possible bug (assigning NA value to data.frame)?
This 'strange behaviour' manifest itself within some quite complex code. When I created a *very* simple example the behaviour dissapeared. Here is the simplest version I have found which still causes the strange behaviour (it could be quite unrelated to the boot library, however). library(boot) ## boot statistic function my.mean.s <- function(data,subset){ mean(data[subset]) } ## dummy data, deliberatly no variance my.test.dat.1 <- rep(4,5) my.test.dat.2 <- rep(8,5) ## not much can happen here my.test.boot.1 <- boot( my.test.dat.1, my.mean.s, R=10...
2019 Apr 10
1
chown: changing ownership of 'test': Invalid argument
Ok i've comment in between de debug logs.   Check my comments and add the needed info.   Van: Ian Coetzee [mailto:samba at iancoetzee.za.net] Verzonden: woensdag 10 april 2019 10:17 Aan: L.P.H. van Belle CC: samba at lists.samba.org Onderwerp: Re: [Samba] chown: changing ownership of 'test': Invalid argument Hi Louis, Thank you. I will add those line and test. Will revert shortly As requested. The output: root at ho-vpn-ctx-ac01:~# cat /tmp/samba-debug-info.txt Collected config  --- 2019-04-10-08:12 ----------- Hostname: ho-vpn-ctx-ac...
2008 Mar 03
1
Tapply for Group Specific Means and Proportions
...class in 2 letter code). Observation numbers varied between individual (ranging from 1 observation for each date-time combo to >50) I am trying to summarize the data into 1 row per individual-date-time combination. I used tapply to pull mean height (TreeHt) out for each date-time combo. However, all my attempts to get the proportion of times a specific behavior category occurs within the same date-time combo have failed thus far having tried tapply, aggregate, table (because Behavior is a factor), etc.-- likely I probably did not search the right word combination in the help arch...
2019 Apr 10
0
chown: changing ownership of 'test': Invalid argument
Hai Ian, Can you run my setup debugger.. https://raw.githubusercontent.com/thctlo/samba4/master/samba-collect-debug-info.sh Anonimize where needed and post output. Because when i run this, it works fine. chown -v username test-own.txt changed ownership of 'test-own.txt' from root to username And yes, this user only exist in AD. Check if attr and acl are installed also. And if the smb.conf below is complete then your missing: # For ACL support on member servers with shares vfs obje...
2004 Oct 06
0
2x2 test: total confusion.
...s say the color of balls picked and the pickers (this is quite a good analogy to my data). I have 200 different pickers P I have 1,000 colors of balls C I have 1,000,000 picks in total I am totally confused about what test to apply and when and why. This is what I *think* I know how many balls each picker picked - so that marginal is fixed. I know how many balls of each color there are - so that marginal is fixed. I know the total picks. I can test the 'association' between Picker p and color c by doing the following... prob_of_pick(p) = picks made by p / tot...
2015 Jan 09
0
help, please, troubleshooting winbind testing during setup of Samba 4 AD member server
Hai, Did you assign any UID/GID to users/groups in the AD.. i think not. If No, please do so first else you wont see any output. how : https://wiki.samba.org/index.php/Using_RFC2307_on_a_Samba_DC My advice use the windows ADUC to set the GID/UID If Yes.. Ok.. thats strange,.. post your (sanitized) smb.conf Greetz, Louis >-----Oorspronkelijk bericht----- >Van: d3r3kshaw at gmail.com >[mailto:samba-bounces at...
2008 Dec 03
1
GLMM using lme4
Dear R-experts, I am running R version 2.7.1 on Windows Vista. I have a small dataset which consists of ?chick ID?, ?year (0, 1)?, ?hatching order [HO, defined as first, second and third-hatched chick]?, and the binary outcome of interest ?death (0, 1)?. So a subset of my dataset looks like this on a txt file: y ID Yr HO 1 1 1 First 0 2 1 First 0 3 1 Second 0 4 1 First 1 5 1 First 0 6 1 Third 0 7 1 First 0 8 1 Third 0 9 1 First 0 10 1 First 1 1...
2019 Apr 10
1
chown: changing ownership of 'test': Invalid argument
Hi Louis, Thank you. I will add those line and test. Will revert shortly As requested. The output: root at ho-vpn-ctx-ac01:~# cat /tmp/samba-debug-info.txt > Collected config --- 2019-04-10-08:12 ----------- > > Hostname: ho-vpn-ctx-ac01 > DNS Domain: jeoffice.jacklin.co.za > FQDN: ho-vpn-ctx-ac01.jeoffice.jacklin.c...
2017 Jun 18
2
different brick using the same port?
Hi, all I found two of my bricks from different volumes are using the same port 49154 on the same glusterfs server node, is this normal? Status of volume: home-rabbitmq-qa Gluster process TCP Port RDMA Port Online Pid ------------------------------------------------------------------------------ Brick 10.10.1.100:/glusterfsvolumes/home/ho me-rabbitmq-qa/brick 49154 0 Y 1538 Brick 1...
2006 Jul 06
2
KPSS test
...tionarity: 1.089 Critical values: 0.10 0.05 0.025 0.01 0.347 0.463 0.574 0.739 ---- Statistic for the null hypothesis of trend stationarity: 0.13 Critical values: 0.10 0.05 0.025 0.01 0.119 0.146 0.176 0.216 ---- Lag truncation parameter: 1 CONCLUSION: Reject Ho at 0.05 sig level - Level Stationary Fail to reject Ho at 0.05 sig level - Trend Stationary > kpss.test(df,null = c("Trend")) KPSS Test for Trend Stationarity data: tsdata[, 6] KPSS Trend = 0.1298, Truncation lag parameter = 1, p-value = 0.07999 CONCLUSION:...
2015 Jan 13
1
help, please, troubleshooting winbind testing during setup of Samba 4 AD member server
...essentially useless - unavailable to the domain > users. > > Thus, if you using the wiki as a guide, with a Windows server 2008 R2 > Domain Controller, you will hit the same wall as I have. > > To fix this situation, somewhere in "Section 2 Preconditions" there > should be a mention (say, section 2.3) of installing said tools. > > Feel free to cut and paste the following in place if you have editing > privileges (formatted for mediaWiki). > > ==Windows Domain Controller== > '''This will require a server reboot''' >...
2015 Jan 12
4
User and Password expiry
Hi guys, I'm battling to understand how the Samba4 user password expiry seems to tie in together and was hoping this could be clarified by someone for me please? Currently I have the following Samba4 domain policies in place... [root at headoffice ~]# samba-tool domain passwordsettings show Password informations for domain 'DC=abc...