search for: phm

Displaying 20 results from an estimated 40 matches for "phm".

Did you mean: pam
2016 Sep 20
5
Domain Member Server: Domain Users cannot access shares
...n logged in as a user who is a member of the "Domain Users" group fails, I am prompted to enter credentials, I do so and the are rejected. Domain Admins can both view all shares and access their contents without a problem. My smb.conf: # Global parameters [global] workgroup = PHM realm = PHM.PLYMOUTHHISTORY.ORG netbios name = phmsrv01 security = ads printing = CUPS printcap name = /dev/null encrypt passwords = yes bind interfaces only = yes interfaces = lo eno2 log file = /var/log/samba/samba.%m.log log level...
2016 Sep 21
0
Domain Member Server: Domain Users cannot access shares
...quot;Domain Users" group fails, I am prompted to enter > credentials, I do so and the are rejected. Domain Admins can both view all > shares and access their contents without a problem. > > My smb.conf: > > # Global parameters > > [global] > > workgroup = PHM > realm = PHM.PLYMOUTHHISTORY.ORG > netbios name = phmsrv01 > security = ads > printing = CUPS > printcap name = /dev/null > encrypt passwords = yes > bind interfaces only = yes > interfaces = lo eno2 > > > log...
2007 Nov 13
2
plotting coxph results using survfit() function
i want to make survival plots for a coxph object using survfit function. mod.phm is an object of coxph class which calculated results using columns X and Y from the DataFrame. Both X and Y are categorical. I want survival plots which shows a single line for each of the categories of X i.e. '4' and 'C'. I am getting the following error: > attach(DataFrame) &g...
2023 Nov 06
1
non-linear regression and root finding
...eformulate the problem in terms of a function that takes a vector of predictors (your independent variable SID) and the desired parameters (pK1, pK2, pK3) as separate arguments and then returns predicted values of the dependent variable (to compare against pHobs): kw <- 1e-14 # I'm assuming pHm <- Vectorize(function(SID, pK1, pK2, pK3) -log10(uniroot(HEPESFUNC,c(1e-20,1),tol=1e-20,maxiter=1e4, HEPTOT=HEPTOT,SID = SID, pK1=pK1,pK2=pK2,pK3=pK3)$root)) (Yes, Vectorize() doesn't make the function any faster, but I don't see an easy way to rewrite this function to make it...
2016 Sep 25
3
Domain Member Server: Domain Users cannot access shares
...FS_POSIX_ACL=y* *Step 2: Test the filesystem* *Make sure the package "attr" is installed:* attr is already the newest version (1:2.4.47-2). *Test xattr support **(all commands executed on the /dev/md0 filesystem)**:* *Run the following commands as root to test xattr support:* root at phmsrv01:/mnt/md0# touch test.txt root at phmsrv01:/mnt/md0# setfattr -n user.test -v test test.txt root at phmsrv01:/mnt/md0# setfattr -n security.test -v test2 test.txt *The commands returned the correct output:* root at phmsrv01:/mnt/md0# getfattr -d test.txt # file: test.txt user.test="test&...
2023 Nov 06
2
non-linear regression and root finding
...ms of a function that takes a > vector of predictors (your independent variable SID) and the desired > parameters (pK1, pK2, pK3) as separate arguments and then returns > predicted values of the dependent variable (to compare against pHobs): > > kw <- 1e-14 # I'm assuming > pHm <- Vectorize(function(SID, pK1, pK2, pK3) > -log10(uniroot(HEPESFUNC,c(1e-20,1),tol=1e-20,maxiter=1e4, > HEPTOT=HEPTOT,SID = SID, pK1=pK1,pK2=pK2,pK3=pK3)$root)) > > (Yes, Vectorize() doesn't make the function any faster, but I don't see > an easy way to rewrite...
2012 Jan 16
2
[LLVMdev] Opt pass 'Canonicalize Induction Variables' not working
...----------------------------------------------------------------------------------- What I want (and what is not working) is that loop 2 and loop 3 are transformed into a loop starting at 0 with stride 1 (natural loop). Subsequent passes need this to output information to form a Polyhedral model (PHM). Up to now, only the first loop is recognized as natural loop (as it already is one) and information about the loop is outputted as PHM. The other two loops aren't changed. Can somebody give me some advise? Maybe I'm using the wrong passes or in the wrong order? Many thanks in advance,...
2016 Sep 22
2
Domain Member Server: Domain Users cannot access shares
...- Administrator > > I've added "username map = /etc/samba/user.map" to my smb.conf > > I've created /etc/samba/user.map > > ls -la /etc/samba/user.map > -rw-r--r-- 1 root root 73 Sep 21 20:53 /etc/samba/user.map > > cat /etc/samba/user.map > !root = PHM\Administrator PHM\administrator Administrator administrator > > Here is the output of the getfacl command you requested I run: > > sudo getfacl /mnt/md0/samba_shares/Accounts > getfacl: Removing leading '/' from absolute path names > # file: mnt/md0/samba_shares/Accounts &...
2016 Sep 23
2
Domain Member Server: Domain Users cannot access shares
...map" to my smb.conf > > > > > > I've created /etc/samba/user.map > > > > > > ls -la /etc/samba/user.map > > > -rw-r--r-- 1 root root 73 Sep 21 20:53 /etc/samba/user.map > > > > > > cat /etc/samba/user.map > > > !root = PHM\Administrator PHM\administrator Administrator > > > administrator > > > > > > Here is the output of the getfacl command you requested I run: > > > > > > sudo getfacl /mnt/md0/samba_shares/Accounts > > > getfacl: Removing leading '/' from...
2016 Sep 25
0
Domain Member Server: Domain Users cannot access shares
...; > *Make sure the package "attr" is installed:* > attr is already the newest version (1:2.4.47-2). > > *Test xattr support **(all commands executed on the /dev/md0 > filesystem)**:* > > *Run the following commands as root to test xattr support:* > > root at phmsrv01:/mnt/md0# touch test.txt > root at phmsrv01:/mnt/md0# setfattr -n user.test -v test test.txt > root at phmsrv01:/mnt/md0# setfattr -n security.test -v test2 test.txt > > *The commands returned the correct output:* > > root at phmsrv01:/mnt/md0# getfattr -d test.txt > # f...
2000 Mar 16
1
Samba can't authenticate in Win2k domain
...domain password server = iss-tech-f encrypt passwords = yes This setup has been stable for many months, and I routinely point to it as a success story for open source. Now that Windows 2000 has been finally released with all its warts, a local Windows 2000 domain has been established. The PHM's here are applying pressure to convert users over onto the new domain. Although the NT admins tell me a trust relationship exists with the new domain, users logged into the Windows 2000 domain cannot use my Samba servers. The error in the log is "unknown NT error". I have reported...
2003 Jul 17
3
random hangups
Hi , I''m getting random hangups on zap channels with long calls. It seems that the hungup happens after 10 minutes or so. AbsoluteTimeout is set to 0. Any other thing I should be configuring? Thanks! PHM
2016 Sep 22
0
Domain Member Server: Domain Users cannot access shares
...ise admins - schema admins - dnsadmins - Administrator I've added "username map = /etc/samba/user.map" to my smb.conf I've created /etc/samba/user.map ls -la /etc/samba/user.map -rw-r--r-- 1 root root 73 Sep 21 20:53 /etc/samba/user.map cat /etc/samba/user.map !root = PHM\Administrator PHM\administrator Administrator administrator Here is the output of the getfacl command you requested I run: sudo getfacl /mnt/md0/samba_shares/Accounts getfacl: Removing leading '/' from absolute path names # file: mnt/md0/samba_shares/Accounts # owner: itwerks # group: dom...
2003 Sep 11
3
SIP busy
...n, when it comes to the busy functionality. In other words, if someone tries to call the SIP phone and there is already an ongoing conversation, the new caller should get a busy message/tone Is there any parameter that I can set? Is this something that should be configured at my softphone? Best, PHM
2012 Jan 16
0
[LLVMdev] Opt pass 'Canonicalize Induction Variables' not working
...------------------------------------------------------- > > > What I want (and what is not working) is that loop 2 and loop 3 are > transformed into a loop starting at 0 with stride 1 (natural loop). > Subsequent passes need this to output information to form a Polyhedral > model (PHM). > > Up to now, only the first loop is recognized as natural loop (as it > already is one) and information about the loop is outputted as PHM. The > other two loops aren't changed. > > Can somebody give me some advise? Maybe I'm using the wrong passes or in > the wrong...
2016 Sep 25
1
Domain Member Server: Domain Users cannot access shares
...attr" is installed:* > > attr is already the newest version (1:2.4.47-2). > > > > *Test xattr support **(all commands executed on the /dev/md0 > > filesystem)**:* > > > > *Run the following commands as root to test xattr support:* > > > > root at phmsrv01:/mnt/md0# touch test.txt > > root at phmsrv01:/mnt/md0# setfattr -n user.test -v test test.txt > > root at phmsrv01:/mnt/md0# setfattr -n security.test -v test2 test.txt > > > > *The commands returned the correct output:* > > > > root at phmsrv01:/mnt/md0# g...
2023 Nov 06
1
non-linear regression and root finding
...kes a >> vector of predictors (your independent variable SID) and the desired >> parameters (pK1, pK2, pK3) as separate arguments and then returns >> predicted values of the dependent variable (to compare against pHobs): >> >> kw <- 1e-14 # I'm assuming >> pHm <- Vectorize(function(SID, pK1, pK2, pK3) >> ? -log10(uniroot(HEPESFUNC,c(1e-20,1),tol=1e-20,maxiter=1e4, >> ???????? HEPTOT=HEPTOT,SID = SID, pK1=pK1,pK2=pK2,pK3=pK3)$root)) >> >> (Yes, Vectorize() doesn't make the function any faster, but I don't see >> an...
2010 Jan 27
2
Merge: sort=F not preserving order?
...BSI 4 ? ? 001011 ? ? ACSE etc I am attempting to merge them using the following: mergeddata <- merge(data1,data2, by.x="index", by.y="index2", sort=FALSE) I want to preserve the order of data1 by setting sort=FALSE, however the output I get is: ?? index ? tic 1 ?008823 PHM 2 ?008823 PHM 3 ?012689 KBH 4 ?012689 KBH 5 ?012689 KBH 6 ?012689 KBH 7 ?012689 KBH 8 ?004503 XOM 9 ?002991 CVX 10 002845 CTX 11 002845 CTX 12 012395 TOL 13 009302 RYL 14 009302 RYL 15 006669 LEN 16 025340 DHI which has not preserved the order of data1, and also does not have a clear relationship...
2006 Jul 18
1
Classification error rate increased by bagging - any ideas?
...the lower overall error rate. Any thoughts? Ta, Anthony Staines -- Dr. Anthony Staines, Senior Lecturer in Epidemiology. School of Public Health and Population Sciences, UCD, Earlsfort Terrace, Dublin 2, Ireland. Tel:- +353 1 716 7345. Fax:- +353 1 716 7407 Mobile:- +353 86 606 9713 Web:- http://phm.ucd.ie [[alternative HTML version deleted]]
2003 Jun 16
2
queue application
...m that needs to have access to the information previously input by the caller. I was thinking about making * write some control info somewhere and then make the application get it through samba/file sharing. Any other insights? Also, how to make this work if the call is queued? Best regards, PHM -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030616/39a14e1e/attachment.htm