Displaying 20 results from an estimated 10000 matches similar to: "Joining Samba host to a Windows DOMAIN"
2006 Feb 08
2
lartc site
[offtopic]
btw, is there something wrong with the domain?
i couldn''t reach the site, my browser said the hostname lartc.org (or
www.lartc.org) doesn''t exist, i had to dig up the ip address through whois,
lookups and stuff.
[/offtopic]
2015 Mar 19
2
Samba AD DC and browsing of shares
----- V?stule no Rowland Penny <rowlandpenny at googlemail.com> ---------
Datums: Thu, 19 Mar 2015 21:10:04 +0000
S?t?t?js: Rowland Penny <rowlandpenny at googlemail.com>
Temats: Re: [Samba] Samba AD DC and browsing of shares
Sa??m?js: samba at lists.samba.org
> On 19/03/15 20:40, J?nis wrote:
>> Hi!
>>
>> I know it is not right to have users' home
2014 Jan 16
2
Asterisk 11 and H.323 trunk using OOH323 - is it stable?
Dear List,
I'm about to build an Asterisk 11.7 based PBX from scratch for our company.
I'm in the middle of the planning phase and it turned out that our VoIP
provider prefers H.323 protocol for handling voice calls (while SIP is also
supported as "plan B").
As I never worked with H.323 channels in Asterisk earlier, I'm not sure if
it's stable enough to be used in
2006 Apr 17
6
DO NOT REPLY [Bug 3692] New: regression: symlinks are created as hardlinks with --link-dest
https://bugzilla.samba.org/show_bug.cgi?id=3692
Summary: regression: symlinks are created as hardlinks with --
link-dest
Product: rsync
Version: 2.6.7
Platform: x86
URL: http://rsync.samba.org
OS/Version: FreeBSD
Status: NEW
Severity: major
Priority: P3
Component: core
2013 Apr 11
0
Notes and warnings in building a package ('ms-dos style file name', 'no visible binding' and using .C("bincount", ..., PACKAGE = "base"))
Dear all,
While buildign a package (R 2.15.2 on windows XP) I had three
warnings/notes -- I would be grateful for any hints on what to do.
1. The first one is probably not really important if I'm not missing
something:
cygwin warning:
MS-DOS style path detected: C:/x/y/z/package_1.0.tar.gz
Preferred POSIX equivalent is: /cygdrive/c/x/y/z/package_1.0.tar.gz
CYGWIN environment variable
2011 May 14
0
[LLVMdev] Native build clarification
It looks like someone got started on this project:
http://www.llvm.org/devmtg/2010-11/Spencer-ObjectFiles.pdf
Does anyone know what kind of progress has been made?
On Sat, May 14, 2011 at 9:10 AM, Reed Kotler <rkotler at mips.com> wrote:
> It's not so easy to create a linker that has all the bells and whistles,
> especially on windows.
> You have to look at the totality of
2011 May 14
1
[LLVMdev] Native build clarification
It looks like it is kind of stalled:
~/extern/llvm.head/lib/Object $ svn log
On Sat, May 14, 2011 at 11:07 AM, Hans Stimer <hans.stimer at gmail.com> wrote:
> It looks like someone got started on this project:
>
> http://www.llvm.org/devmtg/2010-11/Spencer-ObjectFiles.pdf
>
> Does anyone know what kind of progress has been made?
>
>
> On Sat, May 14, 2011 at 9:10
2011 May 14
2
[LLVMdev] Native build clarification
It's not so easy to create a linker that has all the bells and whistles,
especially on windows.
You have to look at the totality of options, linker files, shared
objects, etc.
It's not a weekend project.
If you want to read the elf manual and gnu ld and then write a new one
you could do that. Clang can easily be fixed to incorporate it either as
a default or as an optional linker. The
2004 Dec 22
1
Samba 3.0.10 ADS setup issue
I am attempting to setup Samba 3.0.10 on a Windows 2000 Active Directory
domain. The problem I'm having is getting Samba to configure correctly
to get the Kerberos library.
I've gone through previous posts and have tried doing what others
suggested but I still keep getting the error of:
"configure: error: libkrb5 is needed for Active Directory support"
The current configure
2015 Mar 19
2
Samba AD DC and browsing of shares
Hi!
I know it is not right to have users' home directories and shared maps
on DC, but - is there any workaround which could enable browsing of
shares on Samba4 (4.2) AD DC like it was in good ole times of Samba3 DC?
I heard some workaround exists, but with no details an further references.
Is it crucial to have AD DC if I have to join Windows 7, 8, 8.1 to the
domain and do not plan to
2012 Mar 20
0
[LLVMdev] Runtime linker issue wtih X11R6 on i386 with -O3 optimization
I was told that my writeup lacked an example and details so I reproduced
the code that X uses and I was able to boil down the issue to a couple
of lines of code. Sorry again for the length of this email.
Code was compiled on OpenBSD with clang 3.0-release.
========================================================================
With -O0 which works as X expects:
2009 Nov 03
3
Weird operator behaviour
Hi,
I have a dataset called 'fish'. fish$Species returns extract 1. When I use
fish$Species != c("CRA","PHC"), i.e. I want all species except "CRA" and
"PHC", I get extract 2 which is blatantly wrong. Can anyone see what I'm
doing wrong?
Regards,
James
EXTRACT 1
> fish$Species
[1] ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB
2007 Oct 31
16
Am I missing something with Heckle?
Hi
I can''t get heckle working. In fact, I''ve built an example so simple
that it either shows a bug, or I am being really, REALLY stupid.
Heckle does not appear to support RSpec directly, so I''m trying to use
spec --heckle (RSpec trunk as of 10 mins ago, Heckle 1.4.1). I''ve
constructed this pair of sample files:
18> ~/Desktop/heckle_test % cat
2010 Feb 17
1
Dock graphs when using R in Eclipse with StatET plug In
Does anyone know how to dock graphics windows in Eclipse when using the
StatET plug-in for R?
Right now every time I make a graph it pops up as a separate window, which
takes up too much real estate.
By the way, if you have not tried the StatET thing, you should. It's really
nice, and I'm sure I'm not even using all the bells and whistles. The
"automatic variable
2005 May 04
1
Difference between "tree" and "rpart"
In the help for rpart it says, "This differs from the tree function
mainly in its handling of surrogate variables." And it says that an
rpart object is a superset of a tree object. Both cite Brieman et al.
1984. Both call external code which looks like martian poetry to me.
I've seen posts in the archives where BDR, and other knowledgeable
folks, have said that rpart() is to be
1996 Mar 23
0
No subject
Announcing Moo-Tiff for FreeBSD 2.1.
Sender: owner-freebsd-announce@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk
Moo-Tiff is a 100% compatible port of OSF/Motif 2.0 for FreeBSD 2.1, built
from the official OSF sources and run through the OSF VTS (Validation Test
Suite). If it works with OSF/Motif 2.0 on any platform, it can now work
on FreeBSD 2.1 with Moo-Tiff ! Moo-Tiff is priced at
2007 Feb 20
6
How to spec code with multiple (interacting) paths
Hi
Code with a large number of different paths is probably the biggest
problem I have right now. I''ve made a sample class that illustrates
the simplest case of one parameter that takes two values:
class DataStorer
def initialize(logger, emailer, db_updater, do_update_db_step)
@logger = logger; @emailer = emailer; @db_updater = db_updater
2015 Jun 12
1
C5 : Firefox 38 bug
On Fri, June 12, 2015 8:28 am, g wrote:
>
>
> On 06/10/2015 03:56 AM, Always Learning wrote:
>> I displayed, as a web page, a list of search results created in PHP,
>> from MySQL.
>
> i am still using 24.8.0 and do not have to contend with all the
> bugs introduced by moz dev and their 'bells and whistles' when
> they started try to get ahead of gaagle
2017 Jul 26
0
armv7 pc-rel bx thumb instruction
Hi Jonas,
On 26 July 2017 at 13:56, Jonas Devlieghere via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> So it seems that a branch island is glue code added by the linker to do the
> actual mode switch if necessary. But why would we need a mode switch for a
> jump to a function that is also in thumb mode?
We wouldn't unless shim is in ARM mode; that's what the code
2013 Jan 16
2
Codetools Query (repost)
Sorry for reposting, i keep forgetting this should be plain text.
Will not make this mistake again
Hello,
The following code
moo <- function(a=1){ x=1; x=x+y}
funs <- new.env()
enter <- function(type, v, e, w){
assign(v, TRUE, funs)
}
library(codetools)
collectUsage(moo, enterGlobal = enter)
adds + to the environment funs i.e.
funs: "=" "{" "+"