Displaying 20 results from an estimated 1000 matches similar to: "Mapping HPUX to Windows Shared Directories"
2010 Jun 16
3
Quick question.
I have a quick question regarding Samba, can i mount a Windows share on a
Unix server?
--
Thanks
Jorge
2002 Aug 05
3
openssh on HPUX 11i
In case this hasn't already been reported or discussed...
It took some doing for me to get openssh working on HPUX 11i.
The fixes are quite simple. First, one must have the IPV6
package installed:
em 512# swlist -l product | grep IPV6
IPV6AA A.01.01.5D IPv6 11i product
Second, I have to edit config.h to undefine HAVE_GETADDRINFO.
Without IPV6, ssh can't connect
2003 Jun 10
1
SAMBA 3.0 on HPUX as an ADS Domain Member
Hi,
I was just wondering if anyone has tried setting up any of the Samba 3.0,
alpha or beta versions, as an ADS domain member from HPUX 11.0 or 11i? Is
it possible to use the Kerberos and LDAP libraries from the HP application
CD's or do we have to download the MIT and OpenLDAP libraries?
Thanks in advance.
2006 Sep 11
3
Extracting overdispersion estimates from lmer amd glm objects
Dear list,
I am needing to extract the estimate of overdispersion (deviance / residual degrees of freedom or c-hat) from multiple model objects - so they can then be used to compare the extent of overdispersion among alternative models as well as calculate qausi-AIC values. I have been unable to do this, despite consulting a number of manuals and searching the R-help. I am imaging that in
2002 May 09
5
[Bug 239] ssh didn't resolv name server on HPUX 11i
http://bugzilla.mindrot.org/show_bug.cgi?id=239
------- Additional Comments From stevesk at pobox.com 2002-05-10 06:36 -------
i have heard that newer releases have getaddrinfo() and that
it does not function properly. is HAVE_GETADDRINFO defined?
if so, can you raise the issue with
HP support before we do something like add BROKEN_GETADDRINFO?
------- You are receiving this mail
2003 Nov 28
7
installation error
Hello,
I tried to install samba 3.0.0. on sa slackware system and within the
"make" process I have this error:
"Binding bin/smbd :collect2: ld terminated with signal 15 [Terminated]
make : *** [bin/smbd] Error 1."
Please, tell me what can I do to solve this problem. I tried to find @
google and I got no answer.
Thank you a lot.
Stefan Pandele
[t] 0723046178
[e] psc@k.ro
2005 Jun 25
1
group means: split and unsplit
Took me a while but I figured out how to put in common values of
group means/counts, etc. to do the same thing as egen. lapply with
split and then unsplit.
Thomas Davidoff
Assistant Professor
Haas School of Business
UC Berkeley
Berkeley, CA 94720
phone: (510) 643-1425
fax: (510) 643-7357
davidoff@haas.berkeley.edu
http://faculty.haas.berkeley.edu/davidoff
[[alternative HTML
2005 May 31
1
Tiger problems
I get the following when I try to run R from the terminal (I think ok
from the gui, but not what I want to do):
dyld: Symbol not found: __cg_jpeg_resync_to_restart
Referenced from: /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/ImageIO
Expected in: /sw/lib/libJPEG.dylib
Trace/BPT trap
Any suggestions? I have installed the
2006 Dec 14
23
Using DTrace to monitor productions systems
Hi,
we are developing and operating an very critical application in the financial sector. Now our customer wants us to report performance data (roundtrip times of the messages routed).
My idea is using dtrace to measure the times with the pid provider catching the timestamps on entry of the in and out functions of the processes.
Now my questions ;-):
1) Is this an appropriate method to monitor
2005 Jul 21
1
Clustered standard errors in a panel
I want to do the following:
glm(y ~ x1 + x2 +...)
within a panel. Hence y, x1, and x2 all vary at the individual
level. However, there is likely correlation of these variables
within an individual, so standard errors need adjustment.
I do not want to estimate fixed effects, but do want to cluster
standard errors at the individual level.
Is there an automated way to do this? Nothing in
2005 Jun 25
2
r equivalent of egen? Not tapply
I have a list that has about 50 elements, each repeated many times (a
list of states by observation). I want to create a vector with the
same length with the same value repeated over and over again within
states. The value I want is the number of observations that are in
the same state as each observation.
In stata, this is simply egen statesum = count(state), by(state).
What is the r
2006 May 03
2
Outreg-like command?
It would be nice to have something like stata's outreg that lets regression
output go into a form like
Specification (1) Specification (2)
Var 1 coef(1,1) coef(1,2)
se(1,1) se(1,2)
Var 2 coef(2,1) coef(2,2)
se(2,1) se(2,2)
I don't think this can be done in xtable?
Thomas Davidoff
Assistant Professor
Haas School of Business
UC Berkeley
Berkeley, CA 94618
Phone: (510)
2002 Mar 20
3
[PATCH] rsync kills all user processes on fork failure
I filed this as bug 4150 http://rsync.samba.org/cgi-bin/rsync/
We had a few hundred hung processes and reached the limit for "max user
processes" (see the ulimit command). rsync did not handle this very
well. It passed -1 as a PID to kill(). When kill() gets -1, it kills all
of the processes owned by that user, or if run by root, all processes.
I attached a one line fix. Let me
2007 Jan 17
3
Diagnosing into server crash
Hi all,
can anyone point me to a document that descirbes how to trace into an OS
crash under Solaris 10? My hope is to get target-oriented description to
figure out the system call and the process/thread that lead to the crash.
Regards,
Andreas
2004 Jul 15
1
Samba 3.0.2 on HPUX 11i with winbind; Get_Pwnam_internals didn't find user + NT_STATUS_NO_SUCH_USER
Hey,
I've troubles with a samba-installation ( version 3.0.2, HP-CIFS-Technologie
Preview ) on HPUX 11i. I want to setup a fileserver within a
customerenvironment connecting into a windows 2000 domain, which contains a
lot of trusted domains. I have joined the domain already and wbinfo brings
me the list of users and groups. Also within the winbind_imap.tdb I see some
entrys which seems to
2006 Sep 04
1
Problem with Variance Components (and general glmm confusion)
Dear list,
I am having some problems with extracting Variance Components from a random-effects model:
I am running a simple random-effects model using lme:
model<-lme(y~1,random=~1|groupA/groupB)
which returns the output for the StdDev of the Random effects, and model AIC etc as expected.
Until yesterday I was using R v. 2.0, and had no problem in calling the variance components of the
2001 Dec 12
1
file permissions - the best way?
I'm interested in the *best* way to set particular permissions on the
machine I am rsync'ing content to.
These are the specifics of our setup:
1 client pushes to remote
2 remote machine = AIX running rsync daemon as chroot
3 client machine = NT running CYGWIN
4 directory tree on client has many files/directories with many
differnt permissions/owners etc.
5 We wish ALL the
2002 May 13
3
Problems building Samba 2.2.4 under HPUX 10.20
Hi,
i tried to build Samba 2.2.4 under HPUX 10.20, but configure generated a
Makfile with systax errors.
make
Make: line 664: syntax error. Stop.
Makefile Line 664 shows:
: $(WINBIND_NSS_PICOBJS)
there should be something before the :
configure said:
checking whether to build winbind... no, unsupported on hpux10.20
is there a woraround, or can somebody tell me whats before the :
Roland
2006 Oct 15
1
Execution halting of lmer on UNIX when no problem on windows
Dear R-users,
I have a frustrating problem that I am hoping has a simple fix. I am running a series of lmer models from the lme4 package of the general form:
model<-lmer(y~x1 + x2 ..... + xn + (1|site),data=dataframe,family=poisson,method="Laplace",control=list(usePQL=FALSE,msVerbose=TRUE))
where the same model is executed multiple times on a bootstrapped dataframe. For each
2003 Apr 11
2
2.2.8a install on HPUX 11i
Dear Sir/Madam,
I am most keen on installing the latest version of Samba on our HP rp5430
running hpux 11i
Step 1, ./configure, fails with
checking whether to support disk-quotas... no
checking whether to support utmp accounting... no
checking whether to support Microsoft Dfs... no
checking whether to build the libsmbclient shared library... no
checking how to get filesystem space usage