Displaying 20 results from an estimated 2000 matches similar to: "OSX 10.6 Clients on a 3.4.11 Server"
2002 Apr 11
2
Obtaining names of ``...'' arguments.
This may be an FAQ, but a (perfunctory) search failed to turn it up.
Suppose I have a function foo(...){<something>} and I want to obtain,
inside foo, the names of items comprising the ``...''. E.g. if I
call
foo(melvin,clyde,irving)
I want to be able to loop through the ``...'' and successively obtain
the text strings "melvin", "clyde", and
2013 Nov 06
2
[LLVMdev] configparser and ConfigParser are different
LLVM builds with me on the release_33 branch, but fails on trunk. I
bisected the problem to this commit:
commit b49fb7bcd5001567d2da06f6a6e1c7ba79649e1b
Author: Daniel Dunbar <daniel at zuster.org>
Date: Wed Aug 14 23:15:39 2013 +0000
[llvm-build] Make Py3 compatible.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk at 188424
91177308-0d34-0410-b5e6-96231b3b80d8
2013 Nov 06
0
[LLVMdev] configparser and ConfigParser are different
Okay, I've traced it to a bug in configparser, which on my python
2.7.4 system is a backport of configparser from python 3. Here is a
clean patch that works around the problem.
Geoffrey
On Wed, Nov 6, 2013 at 10:24 AM, Geoffrey Irving <irving at naml.us> wrote:
> LLVM builds with me on the release_33 branch, but fails on trunk. I
> bisected the problem to this commit:
>
>
2002 Dec 04
3
Debian Samba Versions
Hopefully a simple question.
Does anyone know of .deb or .dsc files for Samba Version 2.2.4, 2.2.5,
2.2.6, or 2.2.7? The only packages available from Debian are:
1. Stable - Samba 2.2.3
2. Testing - Samba 2.2.3
3. Unstable - Samba 30alpha20-4
I've looked on the debian website and in google with no luck.
Any help much appreciated?
IRV
2005 Apr 18
3
Samba Internal Error and Panic
Getting this on a FreeBSD 5.2.1-RELEASE #0: Sat Aug 28 11:56:25 CDT 2004
system when trying to start the smbd process after an upgrade to the
newest release. Didn't see anything helpful in the referenced appendix
bugs of the Samba HOWTO collection. An attempted smbd -d10 yielded a
core dump but no futher info.
-------------------------------log
2011 Jul 19
1
"may be used in an incorrect context"
R CMD check tells me
* checking R code for possible problems ... NOTE
agexact.fit.rds: ... may be used in an incorrect context: ?optim(init,
agfitfn, ...)?
Warning: <anonymous>: ... may be used in an incorrect context: ?optim(init, agfitfn, ...)?
Can anyone tell me what this message means? My searches haven't turned
up anything useful. This is with R 2.7 and 2.9.
The message
2002 Oct 01
6
XP Pro and Samba 3.0-alpha1.9
Hi everybody,
I set up Samba 3.0alpha1.9 on a RH7.2 and I want to configure it as a
Primary Domain Controller.
Below , my smb.conf:
# Samba config file created using SWAT
# from 0.0.0.0 (0.0.0.0)
# Date: 2002/10/01 09:04:58
# Global parameters
[global]
;Nom du domaine
workgroup = MOMODOM
;Nom netBios de la machine
netbios name = SRV2000
;Commentaires qui sera affiche dans le vouisinage
2002 Oct 17
2
Samba 3.0 alpha20-2 and Win2k SP3
Is there anyone on the list that has been able to get Win2k SP3 working
with the 3.0 alpha version?
I'm able to join but I can NOT log in. I can see the machine account
listed in pass.tdb (using pdbedit -l) and it is also in passwd & shadow.
I HAVE ALSO APPLIED THE SIGN OR SEAL PATCH. The message I get is:
"The system cannot log you on to this domain because the system's
2007 Feb 19
1
Documenting options specific to a package.
If one specifies new options in a package, using the options()
function, where does/should one document these new options?
E.g. suppose that I put the line
options(melvin=42)
in a file zzz.R in the R directory of the package source, where the
package contains functions foo(), bar(), clyde(), and irving() which
all query options("melvin") and take some action based on the value
of
2002 Apr 17
8
Samba as BDC
Hi,
Is it possible to make samba act as a BDC yet??
Cheers
-------------
Kristyan Osborne IT Assistant Manager
Longhill High School
------
Computers are like airconditioners: They stop working properly if you open windows.
Win95: A 32-bit patch for a 16-bit GUI shell running on top of an
8-bit operating system written for a 4-bit processor by a
2-bit company who
2002 Aug 22
7
a "hidden" setting for a samba server
does anyone know how to hide a samba server in SMB terms?
on an NT machine the command "net config server /hidden:yes"
will make the machine vanish from the network neighbourhood but
i cant figure out how to do this for a samba server
many thanks
sincerely,
bob reven
2002 Oct 21
6
can't add w2K client to samba domain
Hi there
I can't add a w2k Machine to my existing samba domain.
I did configure samba as a pdc, did create all accounts and
when I wanna trust my box to the pdc it tells me
in a faboulous window: " The domain name "DOMAIN" is either invalid
or does not exist.
Any Ideas?
Best Rgds
Jochen
2009 Oct 25
1
build on osx 10.6
Hi All,
I've been off list for a while and just got around to building rsync
3.0.6 on Mac OSX 10.6 intel core 2 duo machine. It runs great on
similar machines but someone just said it won't for their OSX 10.6
intel core duo and returns an error:
rsync Bad CPU type in executable.
I check the file and it says:
rsync: Mach-O 64-bit executable x86_64
my older builds all
2010 Feb 16
2
build libvirt on Mac OSX 10.6
Hi,
Anybody know how to build libvirt on Mac OSX 10.6 ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100215/ee529872/attachment.htm>
2009 Nov 24
0
Install RPostgreSQL (Mac OSX 10.6)
Dear all, I'm an absolute R-beginner and want to connect to my PostgreSQL DB
(on my local Mac OSX 10.6).
1) I tried to install RPostgreSQL (Package Installer > CRAN (sources)) and
get this log below. There seems to be an issue with libpq, bug I don't have
any clue how to fix this. What can I do?
2) Once this issue is solved, should this code work?
drv <-
2009 Aug 30
1
Dovecot 1.0.14 + osx 10.6 and authentication PAM
Howdy,
Today I installed the new version of Apple OSX 10.6. Besides that it
deleted the dovecot user, things went quite smooth. As far as I can tell
it is running as it used to.
However, I can't login to my account. It used to work fine with PAM
taking the username and password from my osx installation. Now it
doesn't allow me to login anymore.
I have read on a website that apple
2011 Mar 26
2
Building Xapian on Mac OSX 10.6.x
I have a project that requires Xapian for a 32 bit arch, but Mac
defaults to 64 bit. How can I configure Xapian core and Xapian python
bindings to build 32 bit?
2011 Mar 26
2
Building Xapian on Mac OSX 10.6.x
I have a project that requires Xapian for a 32 bit arch, but Mac
defaults to 64 bit. How can I configure Xapian core and Xapian python
bindings to build 32 bit?
2010 Jul 07
0
osx 10.6 strange rsync errors
Hi All,
I reported a ways back about strange file replication via rsync copying to an OSX 10.6.3 local network volume.
Hidden dot files such as .DS-Store and other "dot" files on OSX were copied to the local volume with appended names indicating that the temp files created by rsync were ending up on the destination instead of the originals, often by the thousands.
Ok, so I am back on
2009 Nov 05
1
OSX 10.6 and 64 bit rsync not preserving creation dates
Hi All,
I don't know if this has been discussed here but creation dates are
nto being preserved on OSX 10.6.1 in 64 bit mode. Rare of course, the
folks that are using 64 but I am getting reports. I built in 64 with
the usual crtimes and fileflags patches.
Otherwise works like a dream and, in 64, is unbelievably Fast!
Thanks, Rob