Displaying 20 results from an estimated 30000 matches similar to: "help netlogin and sysvol missing in samba4 on snow leopard OS"
2012 Nov 03
1
Provision Samba4 on Macosx snow leopard
I've installed samba 4 fine but get error msg
when do a /usr/local/samba/bin/samba-tool domain provision \
Unknown parameter encountered: "idmap domains"
Ignoring unknown parameter "idmap domains"
Unknown parameter encountered: "idmap alloc backend"
Ignoring unknown parameter "idmap alloc backend"
Unknown parameter encountered: "display
2012 Oct 29
1
Error installing samba4 on snow leopard OS
Support
I've downloaded samba 4 on snow leopard and when I compile it I get an
error
by running 'Make test"
error:
WAF_MAKE=1 ./buildtools/bin/waf test
'test' finished successfully (0.031s)
Waf: Entering directory `/samba-master/samba-master/bin'
Selected embedded Heimdal build
[ 8/3698] Generating VERSION
[ 43/3698] Generating smbd/build_options.c
[1615/3698]
2010 Jun 01
0
[LLVMdev] building dragonegg (LLVM 2.7) on Snow Leopard (Mac OS X 10.6.3)
Hello all,
With some help from Duncan through IRC, I just succeeded in building the dragonegg GCC plugin on Snow Leopard.
I first installed LLVM 2.7, and I'm using the dragonegg-2.7 release available on the LLVM website [1]
in combination with the 4.5.0 release of GCC.
Below is an outline of the steps required to get it to work, which is hopefully of use to others.
*) Build GCC-4.5.0
Next
2009 Oct 27
2
OS X 10.6 (Snow Leopard) HFS+ File Compression
Are there any patches (or planned updates) to rsync v3.0.6 to handle
the HFS+ File Compression that Apple introduced with Snow Leopard?
2009 Aug 29
0
[LLVMdev] Use of LLVM in Mac OS X 10.6 (Snow Leopard)
Several folks have been asking about how LLVM is used in Snow
Leopard. Now that it has shipped, I updated the Users page here:
http://llvm.org/Users.html#Apple
One of the major new features of Xcode 3.2 is the integrated static
analyzer. Ted will update http://clang-analyzer.llvm.org/ with more
details when he has time.
-Chris
2010 Oct 30
1
Re: Problem with text entry fields (Mac OS X Snow leopard)
I have the same problem with the Clarion in ubuntu 10.04. How to fix it?
2011 Jan 15
2
Red Alert on Mac OS X Snow Leopard
Hi
I downloaded Winebottler, so i could play Red Alert 1. But i cant make work... After i installed it and i try to start the file called: "RUNGAME.exe" i get this error message:
[Image: http://i53.tinypic.com/qo9ht2.jpg ]
What can i do with this?
Thanks
Wasd9595
2011 Jul 22
1
Re: winecfg Audio tab crash - OS X Snow Leopard
Evelyn Brent's life and career were going quite well in 1928. Following her divorce from producer Bernard Fineman, she was happily living with writer Dorothy Herzog. The couple was often seen enjoying lunch at the Montmartre Caf9, and Brent had recently had a cabin built in the San Bernardino Mountains. The tiny brunette actress had wowed film fans and critics with recent appearances in the
2016 Apr 03
2
Any details I should know before trying to build on OS X Snow Leopard (Darwin 10) ?
Hi,
One of my Macs is kept at 10.6.8 (with Xcode 3.2.6) because it's a
system I still wish to support. However, I'd like to move to clang on
it, if possible. I prefer to either install a precompiled binary
distribution (if it exists) or compile it on my own, but for the
moment I'd prefer to avoid installing it through macports.
Looking at the LLVM releases downloads page, I see
2011 Mar 07
3
No printers visible on Mac OS X Snow Leopard
I am a wine newbie so forgive me if this was already answered, but my Google foo is not good enough to solve the problem.
I just installed wine version 1.2.2 on Mac OS 10.6.6 using Macports. I also installed gdiplus using winetricks. I am not able to see any of my Mac printers on Notepad's Print Dialog. The only printer visible is "Microsoft XPS Document Writer".
I have tried to
2010 Jan 03
1
rggobi: Installation problems on OS X Snow Leopard
Hello:
I have successfully installed both R and R64 for Apple OS X from
CRAN plus GTK+2.14 and GGobi 2.1.8 from:
http://www.ggobi.org/downloads
I launch either R or R64 and try to install the rrgobi package and get
(with R64) the following:
R version 2.10.1 (2009-12-14)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with
2010 Jun 14
1
winecfg Audio tab crash - OS X Snow Leopard
Hi all,
I built Wine 1.2-RC3 via Macports today on my Macbook Pro, running OS X 10.6.3. Just noticed a problem I've never had before - whenever I run winecfg and click on the Audio tab, Wine crashes. Thought it might have been something weird in my ~/.wine, but I tried with a fresh Wine prefix and still had the same problem. Any ideas?
Sample output follows:
WINEPREFIX=~/.winetest1 winecfg
2010 Jul 22
6
Problem with text entry fields (Mac OS X Snow leopard)
I use Wine for the windows programs I created with Clarion (Topspeed) environment. After upgrade from Mac OS X Tiger to Snow Leopard, I can't input any text in entry fields, using English keyboard layout. When I type something, I hear the beep sound, no letters appers on the screen. I even can't paste latin letters text using shortcuts, and the context dropdown menu doesn't appear
2011 Aug 19
2
[LLVMdev] building LLVM for i386 under snow leopard
Hello, Does anyone know how to build LLVM for the i386 architecture
with snow leopard (this seems to have been the default for leopard).
I've tried building with:
./configure CFLAGS="-arch i386" CXXFLAGS="-arch i386" LDFLAGS="-arch
i386" OBJCFLAGS="-arch i386" --prefix=/Users/keith/share/
--enable-shared --enable-jit && make
but I still end up
2010 Feb 23
1
Rails on Snow Leopard
In particular, if you''re putting Rails on Snow Leopard to work on a
project that you started on Linux.
If you run rake db:create and see an error like this:
Couldn''t create database for {"reconnect"=>false, "encoding"=>"utf8",
"username"=>"root", "adapter"=>"mysql",
2009 Oct 12
1
ODBC with Snow Leopard
Can someone please post or refer to detailed instructions for getting
Rails going on Snow Leopard with ODBC to a MS SQL server? The Rails
Wiki is pretty bad and I can''t seem to get it going!
Thanks,
Tom
2011 Aug 19
0
[LLVMdev] building LLVM for i386 under snow leopard
Hi Keith,
> Hello, Does anyone know how to build LLVM for the i386 architecture
> with snow leopard (this seems to have been the default for leopard).
> I've tried building with:
>
> ./configure CFLAGS="-arch i386" CXXFLAGS="-arch i386" LDFLAGS="-arch
> i386" OBJCFLAGS="-arch i386" --prefix=/Users/keith/share/
> --enable-shared
2009 Sep 10
1
Snow Leopard and raspell
I''m having trouble with raspell after upgrading to Snow Leopard. When I
start up the console in one of my apps that uses raspell I receive the
following error message:
Loading development environment (Rails 2.1.0)
dyld: lazy symbol binding failed: Symbol not found: _new_aspell_config
Referenced from:
/Library/Ruby/Gems/1.8/gems/raspell-1.1/lib/raspell.bundle
Expected in: flat
2014 Jul 01
0
USE_CXX1X, Snow Leopard R binaries + Mavericks
Hi R-devel,
I'm noticing the following behaviour:
writeLines("#include <Rcpp.h>", file = "test.cpp")
Rcpp::sourceCpp("~/test.cpp") ## succeeds at trivial compile
Sys.setenv("USE_CXX1X" = "yes")
Rcpp::sourceCpp("~/test.cpp") ## fails; CXX nor CXX1X properly set (?)
IIUC, R is not propagating CXX nor CXX1X when
2010 Apr 21
0
corrupted index cache file, physcial size, in migration to snow leopard
Hi,
I am in the middle of migrating a server from Apple's leopard to snow
leopard. Having big problems with migrating mail to dovecot. The
version is:
# dovecotd --version
1.1.17apple0.5
and I use the migration script provide by Apple,
/usr/libexec/dovecot/migrate_mail_data.pl
The current problems concern migrating imap accounts.
The old data typically shows up to mail clients as