Displaying 20 results from an estimated 1000 matches similar to: "Introduction, and Samba-3 HOWTO and Reference Guide"
2004 Feb 18
1
Preview Samba-3 by Example book
Hi All,
I know there has been a lot of interest in John Terpstra's upcoming book,
"Samba-3 by Example: Practical Exercises to Successful Deployment." The book
is scheduled to print end of March and can be found at local bookstores by
early April.
In the meantime, John will be giving a talk at the BYU UNIX User's Group
tomorrow, Thursday, February 19th at 8PM, where he will be
2003 Oct 29
0
RE: HowTo 3 book?
Hi All,
The book arrived in our warehouse Thursday, Oct 24. It began shipping to
stores, including Amazon, on Friday, Oct 25. It takes a few days in transit.
As soon as the book arrives in Amazon's warehouse, they will change the
status on their site. I expect this will happen tomorrow or the next day.
Thanks for your patience.
Jill
Jill Harry
Executive Editor
Prentice Hall PTR
5585 Bear
2004 Mar 03
0
Samba-3 by Example book availability
Hi All,
I appreciate those who have written requesting clarification as to when John
Terpstra's latest book, "Samba-3 By Example: Practical Exercises to
Successful Deployment" will be available. In answer to your queries, it's on
schedule to be available in retail outlets (your local technical bookstore,
Barnes & Noble, Borders, Amazon) by the first week of April. Or, it
2003 Dec 03
0
Reprint of "The Official Samba-3 HOWTO and Reference Guide"
Hi All,
I understand people have been frustrated trying to find copies of "The
Official Samba-3 HOWTO and Reference Guide" edited by John Terpstra and
Jelmer Vernooij. I apologize. Demand has been even greater than we
anticipated and we immediately ran out of stock on the first printing. As
bad luck would have it, the busy holiday printing season and a glitch at the
printer delayed the
2004 Apr 06
1
"Samba-3 by Example" now available
Hi All,
Thanks to everyone who has written wanting more information on when "Samba-3
by Example" by John Terpstra will be available. The good news is that it is
available right now through your local bookstore or online sites like
Amazon.com.
There are already a couple of very positive comments posted to Amazon. These
indicate that if you want to get Samba-3 up and running, you'll
2005 Oct 03
0
NewsForge reviews John Terpstra's book: "Samba-3 by Example", 2nd Ed.
This past Wed., 9/28/05, NewsForge [a website property of the Open Source
Technology Group ((OSTG))], published a review of John Terpstra's new Second
Edition, of "Samba-3 by Example: Practical Exercises to Successful
Deployment". The review, written by Joe 'Zonker' Brockmeier, opens with
this paragraph: "Too many technical books provide superficial coverage of
their
2009 Mar 30
0
Problem in S4 object displaying from within a Java application using JRI
I am using JRI (Java R Interface) library in order to call R from within my
Java application. But since the "rmu1" and "rmu2" ,see the following code,
are objects of type S4 once i run the application the value of Null will be
returned for both of them. On this regard, i would appreciate it if anyone
can tell me how i am going to display and/ or convert these objects to Java
2009 Mar 24
1
Missing TMP folder - Dovecot 1.2 Beta3
Recently after upgrading to 1.2 Beta3 from 1.1.13, I started to defer
mail. After looking into it deeper, it looks like Dovecot/sieve now asks
for a tmp folder in the imap (maildir) folder. Once I added the tmp
folder as the logs indicants, the mail was processed normally.
I have split my Inbox and imap store to different folder. Looking at
what it's trying to do, it looks to me that
2008 Apr 08
1
error using method ls.ranking.capa.ident
I'm trying to run the generalized least square approach for my 2-additive
problem,
unfortunately this error appeared. I have tried to figure out the error from
the mailing list
but couldn't find the solution. Any help is highly appreciated.
This is my source code:
>a1 <- c(76.18, 61.84, 60.4, 69.09)
> a2 <- c(51.01, 50.39, 87.62, 52.03)
> a3 <- c(80.08, 48.49, 90.86,
2006 Nov 25
1
Great work on wxRuby2
I''m impressed by the latest release of wxRuby2! Thanks to all the developers
who worked on making this possible. It''s great to have wxWidgets working
with Ruby - and the new sample programs are a tremendous help.
There is a 700+ page book on wxWidgets - Cross-Platform GUI Programming with
2009 Apr 13
2
[LLVMdev] Depth First Sort of Machine Basic Blocks just before emitting code
That looks like it does a preorder depth first traversal (I think).
I'm looking for postorder. Is there a trivial transform between the
two? (I don't know one.)
Am I wrong about the preorder/postorder? If not, anything lurking for
postorder traversal?
Thanks,
Dan
On Apr 13, 2009, at 2:35 PM, Chris Lattner wrote:
>
> On Apr 13, 2009, at 11:20 AM, Daniel M Gessel wrote:
2008 Jul 15
0
implementation of Prentice method in cch()
Case cohort function cch() is in survival package. In cch(), the prentice
method is implemented like this:
Prentice <- function(tenter, texit, cc, id, X, ntot,robust){
eps <- 0.00000001
cens <- as.numeric(cc>0) # Censorship indicators
subcoh <- as.numeric(cc<2) # Subcohort indicators
## Calculate Prentice estimate
ent2 <- tenter
ent2[cc==2] <-
2009 Apr 13
0
[LLVMdev] Depth First Sort of Machine Basic Blocks just before emitting code
po_iterator (ADT/PostOrderIterator.h) ?
On Mon, Apr 13, 2009 at 5:40 PM, Daniel M Gessel <gessel at apple.com> wrote:
> That looks like it does a preorder depth first traversal (I think).
> I'm looking for postorder. Is there a trivial transform between the
> two? (I don't know one.)
>
> Am I wrong about the preorder/postorder? If not, anything lurking for
>
2009 Apr 14
1
[LLVMdev] Depth First Sort of Machine Basic Blocks just before emitting code
Too obvious!
Thanks
Dan
On Apr 13, 2009, at 7:58 PM, John Mosby wrote:
> po_iterator (ADT/PostOrderIterator.h) ?
>
> On Mon, Apr 13, 2009 at 5:40 PM, Daniel M Gessel <gessel at apple.com>
> wrote:
> That looks like it does a preorder depth first traversal (I think).
> I'm looking for postorder. Is there a trivial transform between the
> two? (I don't know
2008 May 16
1
symbolic linking
I have a number directories under /opt on computer jack. I want some (not all)
of them to appear in /opt on computer jill.
I have the /opt directory on jack mounted on jill under /mnt/jack
If I go into the /opt directory on jill and do this:
ln -s /mnt/jack/opt/files .
I get /opt/files/files on jill. What I want is /opt/files and I can't see what
I'm doing wrong.
--
MELVILLE
2006 May 03
2
grouped output
hello,
Suppose I have a table that looks like this:
center name email
Health Jon jon@test.com
Health Bob bob@test.com
Admin Jane jan@test.com
Admin Jill jill@test.com
I would like the output to look like this:
Health
Jon jon@test.com
Bob bob@test.com
Admin
Jane jan@test.com
Jill jill@test.com
when i using cold fusion, this was easy via a tag called cfoutput.
when i was using java, this was
2013 Aug 23
1
A couple of questions regarding the survival:::cch function
Dear all,
I have a couple of questions regarding the survival:::cch function.
1) I notice that Prentice and Self-Prentice functions are giving identical standard errors (not by chance but by programming design) while their estimates are different. My guess is they are both using the standard error form from Self and Prentice (1986). I see that standard errors for both methods are
2009 Aug 12
0
Re : paste first row string onto every string in column
Try this , save your data in C:/
and write this
(data <- read.csv2("c:/jill.csv", sep=","))
(C<-data[1,])
A <- numeric(4)
B <- numeric(4)
for (i in 1 :4){
A[i] <- paste(data[1,i],data[2,i])
B[i] <- paste(data[1,i],data[3,i])
}
A
B
(data1 <- rbind(as.character(A),as.character(B)))
(data2 <- rbind(C,data1))
normaly that gives that
> (data <-
2013 Jan 16
1
Mapping SID>UID (and reverse)
Hi
I have a new Samba 3.6.10 server running on Solaris 10.
The server is a member of the local Active Directory (which I'll call "DOMAIN" in this email). Unix username resolution is via NIS. All domain users have NIS usernames as well.Winbind is running to allow SMBD to perform sid>uid mapping and I have setup idmap_nss. I am not using winbind in /etc/nsswitch.conf as NIS
2004 Jun 03
2
Force user
Hello list
The Samba Howto Collection repeatedly asserts that by setting the sticky
bit on directories any files created in those directories will be created
with the owner set to that of the directory (for example, see
http://samba.mirror.ac.uk/samba/docs/man/howto/AccessControls.html#id2541262).
This has never worked for me. Files created inherit the group of the
directory, but not the owner.