Displaying 20 results from an estimated 500 matches similar to: "Win 2000 and Samba"
2004 Jul 30
1
Failed to verify incoming ticket
Hi,
I'm trying to get Samba 3.0.2 working against a Windows 2003 Active
Directory. I can join the Linux box (RedHat Advanced Server) to the
domain using "net ads join" and it appears in the Windows machine's
Users and Computers snap in but when trying to map a drive from Windows
you just get a continuous password dialog bog and on the Linux box Samba
produces the following error
2004 Jul 19
1
Windows 2003 AD/Kerberos Ticket error
I'm attempting to configure Samba 3.0.4 to work with Windows 2003 Active
Directory, mapping users' home directories automatically. Currently we
use this method in production with Windows 2000 but wish to migrate to
2003. The problem seems to be Kerberos related. I was able to join the
Linux box (RedHat 9) to the AD. I can do a "kinit <username>"
successfully. Klist shows a
1999 May 10
1
Upgrade problems
I'm in the process of upgrading Samba 1.9.15 to 2.03 on our Irix network.
Using the same smb.conf file I get the following when trying to open a Samba
machine in the network neighbourhood:-
'Incorrect password or unknown username for: \\Kate'
followed by a request for username/password. When I enter a name/password
pair I get:-
'\\Kate is not accessible. The account is not
2009 Feb 06
14
I've moved to US
I thought about saying this in v1.2.beta1 release annoouncement, but
looks like it'll take a few more days. So I've moved to Blacksburg,
Virginia and I'm now working for Mailtrust the rest of this year. Here's
some talk about it:
http://mailtrust.com/blog
(A bit stupid looking picture, but then again all my pictures seem to be
that way so I didn't bother getting a new one
2009 Feb 06
14
I've moved to US
I thought about saying this in v1.2.beta1 release annoouncement, but
looks like it'll take a few more days. So I've moved to Blacksburg,
Virginia and I'm now working for Mailtrust the rest of this year. Here's
some talk about it:
http://mailtrust.com/blog
(A bit stupid looking picture, but then again all my pictures seem to be
that way so I didn't bother getting a new one
2009 Nov 17
3
Calculating the power of a negative number
Hello,
I use R a lot, one thing bugs me is that when I try the following
> x<- -8
> x^(1/3)
[1] NaN
However, it is fine with -8^(1/3). Priority goes to the power. Can you help
me out for this? Thanks.
Best,
Zhiyuan J. ZHENG
Ph.D. Candidate
Economic Department
Virginia Polytechnic Institute and State University
Phone: 540-231-5120 , Blacksburg, VA, 24060
2007 Jun 06
1
Metropolis-Hastings Markov Chain Monte Carlo in Spatstat
I'm testing some different formulations of pairwise interaction point processes
in Spatstat (version 1.11-6) using R 2.5.0 on a Windows platform and I wish to
simulate them using the Metropolis-Hastings algorithm implemented with Spatstat.
Spatstat utilizes Fortran77 code with the preprocessor RatFor to do the
Metropolis-Hastings MCMC, but the Makefile is more complicated than any I have
2008 Aug 03
1
output components of GAM
I would like to request help with the following:
I am trying to use a Generalized Additive Model (gam) to examine the density distribution of fish as a function of latitude and longitude as continuous variables, and year as a categorical variable. The model is written as:
gam.out <- gam(Density ~ s(Lat) + s(Lon) + as.factor(Year))
The fitted model prediction of the link function is
2001 Nov 01
1
Stratified study.
Hello,
I am analyzing the results of a survey of the student body on the use of
certain technologies. The student body was divided in strata according to
two criteria, college and user class. The resulting 24 strata were sampled.
Subjects filled out a survey with a number of questions, most of them of
the yes-no variety. I created a data.frame with the results for the survey.
One row for
2017 Jul 05
0
Help with reshape/reshape2 needed
This does not use reshape/reshape2, but it is pretty straightforward. Assuming X is your example data:
> Y <- split(X[, 2], X[, 1])
> vals <- sapply(Y, length)
> pad <- max(vals) - vals
> Y2 <- lapply(seq_along(Y), function(x) c(Y[[x]], rep(NA, pad[x])))
> names(Y2) <- names(Y)
> X2 <- do.call(cbind, Y2)
> X2[, 1:6]
1957 1958 1959
2006 Jan 12
3
Bridging app
Hi All-
I am trying to create a post call survey application. I would like to:
1. ask the caller if they want to take a survey after their call completes
2. If no, just transfer the call
3. if yes,
4. bridge up another extension
5. wait for that extension to hang-up
6. have the system (not the user) transfer the call to different
extension
that administers an IVR based survey.
Anyone
2015 Jun 24
2
[LLVMdev] buildbot failure in LLVM on clang-x86_64-ubuntu-gdb-75
This bot seems kind of flaky. In the last 100 builds, it has failed
"gdb-75-check" 22 times with what is either a linker error or a missing
header (or both?):
gdb compile failed, /usr/bin/ld: error: /home/buildslave/osuosl_slave/clang-x86_64-ubuntu-gdb-75/clang-tests/build/gdb/testsuite/gdb.trace/pendshr1.c.o: requires dynamic R_X86_64_PC32 reloc against 'pendfunc1' which
2004 Apr 30
1
Administering a Linux domain member in a NT domain, as a "Domain Admin"
Hello,
After following the winbind-related steps in the SAMBA 3 howto, I was
able to achieve console logins on the Linux workstation by any domain
user; Great!
Now, I've come to the issue of expecting that a "Domain Admin" should be
able to administer the Linux workstation much like a "Domain Admin"
administers a Windows workstation on a domain. I've seen
2008 May 19
0
CentOS-announce Digest, Vol 39, Issue 9
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2011 Dec 13
1
Xen HVMs run VERY slowly on SAN box
We are running a 2-node cluster with Debian Squeeze (2.6.32-5-xen-amd64)
and Xen 4.0.1 on the dom0 and Ubuntu lucid domUs. We are now using fully
virtualized (HVM) vms. In our configuration the dom0 administers to
domUs created and run on a SAN box accessed via private network
(192.168...). A sample configuration file is pasted below.
We have had little or no IO problem with HVMs created and
2005 Dec 20
1
Active Directory and Samba 3.0.20
This is a new install with a very novice samba user . We are running samba
3.0.20 on a Solaris 9 server. We have 3 domains controllers - 1 old NT and
1Win 2000 Active Directory and 1 Win 2003 Active Directory. The support
group that
administers the domains, have a limited skill set. If its not Windows they
have nothing to contribute.
The Domain Controllers are called
TACOMANEWS - Win 22000
2007 Jul 13
28
ZFS and powerpath
How much fun can you have with a simple thing like powerpath?
Here''s the story: I have a (remote) system with access to a couple
of EMC LUNs. Originally, I set it up with mpxio and created a simple
zpool containing the two LUNs.
It''s now been reconfigured to use powerpath instead of mpxio.
My problem is that I can''t import the pool. I get:
pool: ######
id:
2001 Aug 18
1
Forwarded bounce about advocacy/ Diamond Rio
This was originally bounced due to being sent in HTML format. It's
full of useful information, so I'll forward it myself :-)
----- Forwarded message from owner-vorbis@xiph.org -----
From: Henry Rearden <hjr@rand.com>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801
X-Accept-Language: en, fr-FR, ru
MIME-Version: 1.0
To: vorbis@xiph.org
Subject: Rio Volt,
2017 Jul 05
4
Help with reshape/reshape2 needed
Hi all:
I'm struggling with getting my data re-formatted using functions in
reshape/reshape2 to get from:
1957 0.862500000
1958 0.750000000
1959 0.300000000
1960 0.287500000
1963 0.675000000
1964 0.937500000
1965 0.025000000
1966 0.387500000
1969 0.087500000
1970 0.275000000
1973 0.500000000
1974 0.362500000
1976 0.925000000
1978 0.712500000
1979 0.337500000
1980 0.700000000
1981 0.425000000
2008 May 19
0
CEBA-2008:0219 CentOS 5 i386 device-mapper-multipath Update
CentOS Errata and Bugfix Advisory 2008:0219
Upstream details at : https://rhn.redhat.com/errata/RHBA-2008-0219.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
595507777df9907e6a514156a1a39e91 device-mapper-multipath-0.4.7-12.el5_1.4.i386.rpm
6dbc1f26ff888504fdc312c5d0cfd72d kpartx-0.4.7-12.el5_1.4.i386.rpm
Source: