search for: phs

Displaying 20 results from an estimated 36 matches for "phs".

Did you mean: phys
2002 Feb 27
1
Giving up on authentication to trusted domain
I've pretty much decided that this doesn't work, but I'd like to take this last opportunity to find out if ANYONE has a working configuration like mine: Samba server: v2.2.3a running on a RedHat Linux 7.2 system, plus Winbind. The Samba server is in the PHS-SC domain, and can be browsed from "My Network Places". User "cbenson" has an NT account in the FHCRC domain and a Linux account on the Samba server. User cbenson is logged in at a W2k Pro system, authenticated into the FHCRC domain, and is able to mount shares from NT servers...
2008 Aug 04
0
Help needed: strange issue with share mapping at logon
...s wouldn't work as intended, but it's failing, and I have no idea why. Here's the smb.conf: # # Configuration file for the Samba suite for Debian GNU/Linux. # #======================= Global Settings ======================= [global] ## Browsing/Identification ### netbios name = PHSSERVER workgroup = PHSDOMAIN server string = Primary Domain Controller (Samba %v) wins support = yes dns proxy = no ; name resolve order = lmhosts host wins bcast #### Debugging/Accounting #### log file = /var/log/samba/log.%U max log size = 1000 # We want Samba to log a min...
2002 May 25
2
Function objects as arguments of a function
...39; will be called as follows int main() { .... bar(foo, arg4foo, other_arg); ... } In R, can function objects be used as arguments of a function? Thanks in advance from Japan ##################################### # Tsumiyama Isao (Mitsubishi Pharma Corp.) # Tel:047-471-7721 # PHS:070-5659-0544 # e-mail:tsumi at leo.auric.ne.jp # tsumiyama at pdx.ne.jp(PHS) ##################################### -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info&...
2002 Feb 20
0
Authentication to a trusted domain
Could someone tell me if what I'm trying to do is possible with Samba? This authentication across trusted domains problem is driving me nuts. Please & thanks. My Samba server, cachalot: RedHat 7.2, Samba 2.2.3a, Winbind is running. Cachalot belongs to the NT domain PHS-SC, which trusts the NT domain FHCRC. Cachalot is added to the PHS-SC domain as a "workstation or server" via the Server Manager app. I can browse "My Network Places" and find cachalot, and its "homes" share, where my Linux home directory lives. My client is a PC ru...
2015 Feb 24
6
Current 6.8 git build issues on HP-UX
....9.8zb *F1 HP-UX 11.23 ia64-hp-hpux11.23 gcc 4.3.1 0.9.8zb *F2 HP-UX 11.31 ia64-hp-hpux11.31 C/aC++ C.11.31.05 0.9.8zb *F1 HP-UX 11.31 ia64-hp-hpux11.31 gcc 4.6.2 0.9.8zb *F2 *F1 cc Build fails here: cc -O2 -Ae -I. -I. -I/opt/phs/include -I/opt/gnome/include -I/usr/include -I/opt/gtk2.6/include -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFT...
2002 Jul 01
3
manipulating axis labels in grid and lattice
...o far is to manipulate the cex so as to shrink everything down. thanks, Carlo Maley -- Dr. Carlo C. Maley Staff Scientist Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. C1-157 Seattle, WA 98109 phone: 206-667-4615 fax: 206-667-6132 cell: 206-355-7425 http://www.fhcrc.org/science/phs/barretts/cmaley/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-h...
2019 Apr 01
2
Call for testing: OpenSSH 8.0 [AIX Fail]
...gt; gcc -O2 -mcpu=powerpc -D_LINUX_SOURCE_COMPAT -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -I. -I. -I/opt/freeware/include -I/opt/phs/include -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\&qu...
2019 Jun 18
2
Inquiry about use case
...o play FLAC using the API that BT IC has. I use BT IC that other companies have released. In this case, Do I need to get permission from you? Best regards Minoru tamamura ==================================================== 〒915-0003 福井県越前市戸谷町87-1 (株)オーディオテクニカフクイ 技術部    第3技術課 玉村 実 TEL:0778-25-6700 PHS:070-5349-1747 E-mail:minoru_tamamura at audio-technica.co.jp<mailto:minoru_tamamura at audio-technica.co.jp> ==================================================== ==================================================== 〒915-0003 福井県越前市戸谷町87-1 (株)オーディオテクニカフクイ 技術部    第3技術課 玉村 実 TEL:0778-25-6700...
2001 Jun 15
2
openssh 2.9p1: data loss when stdout sent to a pipe
...esdata Fri Apr 20 08:50:51 2001 +++ openssh-2.9p1/clientloop.c Fri Jun 15 14:13:32 2001 @@ -787,12 +787,15 @@ if (!compat20) { /* enable nonblocking unless tty */ + /* REMOVED for now since it prevents ssh command output from + being reliably sent to a pipe. - PHS 2001/06/15 if (!isatty(fileno(stdin))) set_nonblock(fileno(stdin)); if (!isatty(fileno(stdout))) set_nonblock(fileno(stdout)); if (!isatty(fileno(stderr))) set_nonblock(fileno(stderr)); + */ max_fd = MAX(max_fd, fileno(stdin)); max_fd = MAX(max_fd, fileno(s...
2012 Apr 11
0
mosaic 0.4 on CRAN
...468 > interval(binom.test( ~ eruptions > 3, faithful)) probability of success lower upper 0.6433824 0.5832982 0.7003038 > pval(binom.test( ~ eruptions > 3, faithful)) p.value 2.608528e-06 > xchisq.test(phs) # physicians health study example (data entry > omitted) Pearson's Chi-squared test with Yates' continuity correction data: phs X-squared = 24.4291, df = 1, p-value = 7.71e-07 104.00 10933.00 ( 146.52) (10890.48) [12.34] [ 0.17] <-3.51> < 0.41> 189.00...
2012 Apr 11
0
mosaic 0.4 on CRAN
...468 > interval(binom.test( ~ eruptions > 3, faithful)) probability of success lower upper 0.6433824 0.5832982 0.7003038 > pval(binom.test( ~ eruptions > 3, faithful)) p.value 2.608528e-06 > xchisq.test(phs) # physicians health study example (data entry > omitted) Pearson's Chi-squared test with Yates' continuity correction data: phs X-squared = 24.4291, df = 1, p-value = 7.71e-07 104.00 10933.00 ( 146.52) (10890.48) [12.34] [ 0.17] <-3.51> < 0.41> 189.00...
2010 Sep 04
1
non-zero exit status error when install GenomeGraphs
Hi, I am trying to install GenomeGraphs package from bioconductor, but failed by a non-zero exit error. From the error message, it seems that there is a shared library problem. Any suggestion on fixing it? Thanks so much. > sessionInfo() R version 2.10.1 (2009-12-14) x86_64-unknown-linux-gnu locale: [1] LC_CTYPE=en_US.iso885915...
2009 Jan 14
1
loglm fitting
...le output. I'm wondering am I doing something very foolish or missing something obvious. For example, I tried the documentation help(loglm) example - here's the code # Case 1: frequencies specified as an array. sapply(minn38, function(x) length(levels(x))) ## hs phs fol sex f ## 3 4 7 2 0 minn38a <- array(0, c(3,4,7,2), lapply(minn38[, -5], levels)) minn38a[data.matrix(minn38[,-5])] <- minn38$fol fm <- loglm(~1 + 2 + 3 + 4, minn38a) # numerals as names. deviance(fm) > [1] 0 The deviance...
2019 Apr 02
2
Call for testing: OpenSSH 8.0 [AIX Fail]
On Mon, 1 Apr 2019 at 23:23, Kevin Brott <kevin.brott at gmail.com> wrote: [...] > port-aix.c:316:1: error: conflicting types for 'record_failed_login' > record_failed_login(const char *user, const char *hostname, const char *ttyname) I think I just fixed that by changing the function to match the new prototype. Unfortunately I can't currently test it myself. Please
2012 May 21
0
Desktop (video ) live streaming with icecast
2012/5/21 PHS <info at philippeservais.be> > Hello Marc! > > > What do you want to do exactly?... > > Best regards! > > > Philippe > Hello Phillipe I want to stream my desktop or any other visuals over icast streaming server. :) Marc > > > > -------------...
1999 May 24
1
Mathematical Annotation: subscripts
...in axis labels? -------------------------------------------------------------------- Kurt Lohman, Biostatistician Department of Public Health Sciences tel: (336) 716-7167 Wake Forest University School of Medicine fax: (336) 716-6427 Winston-Salem, NC 27157 klohman at rc.phs.wfubmc.edu -------------------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscrib...
1999 Oct 27
0
Smb.log error
...file_init: Information only: requested 10000 open files, 1014 are available. [1999/10/27 15:39:52, 0] lib/pidfile.c:(98) ERROR: smbd : fcntl lock of file /usr/local/samba/var/locks/smbd.pid failed. Error was Error 0 Thank-You in advance, Bonnie Stiewing Sr. Unix Administrator - HPUX Certified PHS HealthPlans bstiewing@phshealthplans.com 203-381-7527 -------------- next part -------------- A non-text attachment was scrubbed... Name: Bonnie Stiewing.vcf Type: text/x-vcard Size: 228 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/19991027/1e34c582/BonnieStiewi...
2002 Feb 15
2
Where are libcrypto & libssl?
I want to install Samba 2.2.3a from the Rawhide RPMs on my RedHat 7.2 system. There are 2 dependencies unresolved: libcrypto.so.3 libssl.so.3 I did a search at "rpmfind" but it couldn't tell me what RPM contains these. Can someone point me to these library files? Please & thanks. -- Carl Benson | cbenson@fhcrc.org UNIX System Administrator | Telephone: (206)
2006 Aug 30
0
read_data: read failure for 4 bytes..
I have people trying to join a domain and they are getting errors. I have set log level = 2 and below are the logs for that IP. [2006/08/30 14:38:30, 2] lib/access.c:check_access(324) Allowed connection from node128.inst2.phs.pcsd (10.20.100.128) [2006/08/30 14:38:30, 2] smbd/reply.c:reply_special(496) netbios connect: name1=FILEZILLA name2=09404MATHLAB [2006/08/30 14:38:30, 2] smbd/reply.c:reply_special(503) netbios connect: local=filezilla remote=09404mathlab, name type = 0 [2006/08/30 14:38:34, 0] lib/uti...
2007 Aug 09
1
smbldap_open: cannot access LDAP when not root..
...dap_try(1072) Connection to LDAP server failed for the 3 try! [2007/08/09 12:38:27, 0] lib/smbldap.c:smbldap_open(943) ... [2007/08/09 12:38:39, 3] passdb/pdb_ldap.c:ldapsam_get_account_policy_from_ldap(3462) ldapsam_get_account_policy_from_ldap: Could not get account policy for sambaDomainName=PHSDOMAIN,o=PHS, error: Time limit exceeded () I have seen posts regarding this error when joining the domain... and even tried applying those solutions, but it doesn't seem to work. Any insight or help would be greatly appreciated. -Matt