search for: should'nt

Displaying 20 results from an estimated 36 matches for "should'nt".

2009 May 26
3
Permissions and security
Hi list I have trouble setting up the system permissions to be secure. Here my basic setup. 2 groups: users and staff /home/user should have the permissions user:users rwx------ /mnt/staff should have the permissions user:staff rwxrwx--- For the last one users should'nt have access. I test with fx.: user=staffuser, primarygroup: users, member of group: staff If i setup the permissions to the above suggested i can create files...
2002 Mar 04
2
PDC, NIS and password sync.
Hi. I have for a while been trying to get my samba 2.2.1a PDC to be a NIS master and still maintain the password sync feature, without any luck. Now I made something that seems to work - but I would like to get your input to see if what I do is ok or it is something I should'nt do. 1: Samba uses passwd to sync the password (not yppasswd) 2: cron runs make in /var/yp every 15 minutes to update the NIS maps. It appears to work, but could this give problems for me in the long run? Any input is much apriciated. /Lasse
2018 Aug 24
2
Samba fileserver member corrupt smb.ldb after joining 4.8.4 Samba DC
...lutely fine with this config and the > command "samba-tool ntacl get /srv/profiles" returns the correct ACLs > of this directory. > > When I interprete this correctly it seems that the Fileserver is > unable to find the DomainSID. Normally the command "ntacl get" should > return the ACLs and not that stacktrace, should'nt it :). > Does 'wbinfo -D SAMDOM' Return something like this: Name : SAMDOM Alt_Name : samdom.example.com SID : S-1-5-21-1768301897-3342589593-1064908849 Active Directory : Yes Native...
2003 Oct 20
2
nnet behaving oddly
...calling the function? Is the fact that n$fitted.values is all 1's indicating that the NN is doing a classification? If so how can I make it do quantitation? The man page mentions that if the response is a factor then it defaults to quantitation. However my y matrix just contain numbers - so it should'nt be doing classification. Any pointers would be appreciated. Thanks, ------------------------------------------------------------------- Rajarshi Guha <rxg218 at psu.edu> <http://jijo.cjb.net> GPG Fingerprint: 0CCA 8EE2 2EEB 25E2 AB04 06F7 1BB9 E634 9B87 56EE ------------------...
2010 Mar 19
2
xapian-tcpsrv php in real fastcgi loop
...able /var/lib/xapian/objects/ I indexed all ths stuff we need and tested the search. Fast and furious, but i randomly get: REMOTE:Unable to acquire database write lock on /var/lib/xapian/objects/: already locked First, this is a connection tried to open with Xapian::remote_open. So i think it should'nt create a write lock. Otherwise, i started xapian-tcpsrv with -- writable, do i have to start to instances on the same directory, one writable and one not? Second, if i understand the examples right i have to unset the database object to get the lock released. But i don't want to close...
2018 Jun 24
2
Build and testing issues
...bootstrap. Any reason not to do this? I found old thread here about this: https://gb.redhat.com/archives/libguestfs/2018-February/msg00017.html Richard suggested to install gettext-devel, and it solve this issue after git clean -dxf and running ./autogen.sh again. So it seems that gettest-devel should be in build requirements. After fixing the first issue I found that jansson-devel is also missing. Should'nt we add these packages to the build requirements? Next issues - trying to test upload to ovirt, I found that these packages should be installed: nbdkit nbdkit-plugin-python3 python3-o...
2003 Oct 12
1
Rd problems --- followup
I should'nt have sent the last mail so fast. Same problem with \eqn{u_j = a_j + b x + c x^2, \quad j=1, \ldots, r-1} {u[j] = a[j] + b*x + c*x^2 j = 1,\dots,r-1} I thought the problem in the first case could have to do with the use use of \mbox{} (with the braces) within the arguments of \...
2004 Jan 29
1
a question regarding leaps
...sets of variables. I'm calling the function as lp <- regsubsets(x,y,nbest=5,nvmax=9) Then I call plot to see which variables turned up in the models. I use the R^2 scale and see my best model had a R^2 of 0.62. However when I make a linear model using lm() with the same x my R^2 is 0.45. Should'nt I be seeing the same value of R^2? I must be making a mistake somewhere but I'm not sure where - could anybody provide a pointer as to what I'm doing wrong? Thanks, ------------------------------------------------------------------- Rajarshi Guha <rxg218 at psu.edu> <http...
2009 Feb 25
1
cannot allocate memory
...3 Tasks: 100 total, 1 running, 36 sleeping, 0 stopped, 63 zombie Cpu(s): 7.7% us, 2.3% sy, 0.0% ni, 90.0% id, 0.0% wa, 0.0% hi, 0.0% si, Mem: 1048576k total, 316088k used, 732488k free, 0k buffers Swap: 0k total, 0k used, 0k free, 0k cached As i see it that the free memory is 732488k ,so it should'nt make this error. _________________________________________________________________ Windows Live? Hotmail??more than just e-mail. http://windowslive.com/howitworks?ocid=TXT_TAGLM_WL_t2_hm_justgotbetter_howitworks_022009 -------------- next part -------------- An HTML attachment was scrubbed...
2007 Aug 13
1
Samba and Windows Domain Usernames
...nes are users of a Windows Domain. Is it possible (and if yes, how) to define on smb.conf that certain usernames can read/write some shares, others can only read other shares, and Windows prompts for the combination username/password for other shares? Those users that logon on the Windows machine should'nt be prompt again for a password on the samba share (if in fact they have permission to access that share). I have read the Samba users manual and some examples but didn't find anything about this. I hope that you can help me, and my sincere regards, Marco Ferra
2007 Nov 13
1
`eval' and environment question
my understanding of `eval' behaviour is obviously incomplete. my question: usually `eval(expr)' and `eval(expr, envir=parent.frame())' should be identical. why does the last `eval' (yielding `r3') in this code _not_ evaluate in the local environment of function `f' but rather in the global environment (if `f' is called from there)? #---------------------------------------------------------- f <- function ()...
2018 Aug 24
3
Samba fileserver member corrupt smb.ldb after joining 4.8.4 Samba DC
...; > command "samba-tool ntacl get /srv/profiles" returns the correct ACLs >> > of this directory. >> > >> > When I interprete this correctly it seems that the Fileserver is >> > unable to find the DomainSID. Normally the command "ntacl get" should >> > return the ACLs and not that stacktrace, should'nt it :). >> > >> >> Does 'wbinfo -D SAMDOM' >> Return something like this: >> >> Name : SAMDOM >> Alt_Name : samdom.example.com >> SID :...
2004 Mar 02
1
some question regarding random forest
...0.62. However when I make a plot of predicted versus observed using the randomForest() function the plot is much more scattered (RMS error of 0.55 and R^2 of 0.33) than for a similar plot using the linear model. (When a test set is supplied to the models the R^2 values are close). My question is: should I expect the randomForest to give me similar or better results than a simple linear model? In the above case I was expecting that for the training data (ie the data with which the random forest was built) I would get less scatter in the plot and a lower RMSE. (I realize that too much stock should...
2018 Aug 24
0
Samba fileserver member corrupt smb.ldb after joining 4.8.4 Samba DC
...nfig and the > > command "samba-tool ntacl get /srv/profiles" returns the correct ACLs > > of this directory. > > > > When I interprete this correctly it seems that the Fileserver is > > unable to find the DomainSID. Normally the command "ntacl get" should > > return the ACLs and not that stacktrace, should'nt it :). > > > > Does 'wbinfo -D SAMDOM' > Return something like this: > > Name : SAMDOM > Alt_Name : samdom.example.com > SID : S-1-5-21-1768301897-3342589593-10649...
2004 Aug 06
0
ices2 compilations problems
i'm not sure but should'nt it be --with-shout-config instead of --with-shout <p><p>----- Original Message ----- From: Nicolas Bazin To: icecast@xiph.org Sent: Thu, 13 Mar 2003 01:12:24 +0100 Subject: [icecast] ices2 compilations problems Hi, I have an Ices2 comp problem, it can't find libshout. I h...
2004 Aug 17
1
CPC on Zaptel
A newbie on Zaptel asks: Is there any way I can force CPC on a Zap channel - Digium TDM four port FXS card? /O
2004 Jul 19
0
AIX winbind auth AD 2003 gid problem
...ve manged to get samba to work in a native mode AD. with one domain the problem is when i try to use the production domain, thats runs in mixed mode and having ROOT\ and JLL\ and 2 netbios names jll.jllad.se = JLL jllad.se = ROOT from wbinfo -g |grep Domain Users ROOT\Domain Users Domain Users should this be any problem ? i dont think so. The gid that is the problem is the primary group in this case Domain Users all other groups works I have tried to change to another Doamin group as primary and then i get same problmem. This is running in a AIX 5.1 with ml5 uid=10000(xanla) gid=10000 gro...
2005 Jan 13
1
SIP registration error, lost packets with asterisk
Hi all, I encounter an annoying problem using Asterisk. I 'm using SIP. I try to register an Asterisk as a SIP end user with another Asterisk. If I put both asterisk in the same local network, no problem to do it. The asterisk end user registered perfectly with the other (let's call it the registrar). Authentication is enable and works fine. The problem occurs when I put the registrar
2018 Aug 24
0
Samba fileserver member corrupt smb.ldb after joining 4.8.4 Samba DC
...quot;samba-tool ntacl get /srv/profiles" returns the correct ACLs >>> > of this directory. >>> > >>> > When I interprete this correctly it seems that the Fileserver is >>> > unable to find the DomainSID. Normally the command "ntacl get" should >>> > return the ACLs and not that stacktrace, should'nt it :). >>> > >>> >>> Does 'wbinfo -D SAMDOM' >>> Return something like this: >>> >>> Name : SAMDOM >>> Alt_Name : samdom.example.c...
2018 Aug 24
2
Samba fileserver member corrupt smb.ldb after joining 4.8.4 Samba DC
On Fri, 24 Aug 2018 21:07:54 +0200 Waishon via samba <samba at lists.samba.org> wrote: > If it's imported here's the DC-Provision log too: > > service-samba-dc | Looking up IPv4 addresses > service-samba-dc | More than one IPv4 address > found. Using 192.168.188.2 > service-samba-dc | Looking up IPv6