similar to: Smbmount problem - 2.2.7a-8.9.0

Displaying 20 results from an estimated 2000 matches similar to: "Smbmount problem - 2.2.7a-8.9.0"

2004 Jan 15
1
Winbind + Acl problem
Hello everybody When I try to connect (net use) a samba share (Acl protected) from a windows XP workstation I obtain the following message in the "/var/log/samba/workstation_name.log" : . . . [2004/01/15 11:12:44, 0] smbd/sec_ctx.c:initialise_groups(244) Unable to initgroups. Error was Operation not permitted . . . The network connection to this share run sucessfully but when I
2004 Mar 10
0
Samba authentication against an NT group in Apache
Hi, I have exactly the same problem with my web server ... Linux/redhat 9.0 / kernel 2.4.20-20.9.1 (+ Acl patches) Samba 3.0.2a / compiles with winbind and Acl options Apache 2.0.40 / with mod_auth_pam 2.xx included Authentication to samba share from a windows workstation using Acl + winbind + "Nt domain groups" works fine. But I gave some problems when I want to use NT domain
2004 Jan 13
1
Question regarding user or group quantity limits
Well, It seems that I have exactly the same problem with my Samba 2.2.7a-8.9.0 (Redhat 9.0) ! I have ... around ... 60000 users and 140000 groups ! The "getent passwd" command don't show me all the existing users but around 10000 and the "getent group" command take a very long time but seems to be active ! When I redirect in a groups.txt file the result of the
2004 Jan 12
0
smb+winbind+Acl problem
Hello everyone, I have a strange problem with my samba server ... First, the situation : I'm running a Samba 2.2.7a-8.9.0 (the latest fom redhat 9.0) compiled from an "src.rpm" with modifications in the SPECS file (--with-winbind & --with-acl-support) on a linux redhat 9.0 (Kernel 2.4.20-20.9.1 with Acl patches ...). I have added my linux box into the windows domain (smbpasswd
2008 Nov 28
0
FW: "wbinfo -g" return incomplete list
Hello everybody I don't received any respons or information about this issue ... Any help or information will be greatly appreciated. Thanks a lot in advance Christian PIGNOL 04 73 67 48 65 > ______________________________________________ > From: PIGNOL, Christian > Sent: mardi 4 novembre 2008 11:33 > To: 'Samba List' > Subject: "wbinfo -g"return
2008 Nov 04
0
"wbinfo -g"return incomplete list
Hello, I've a trouble with my Samba (3.0.10-1.4E.11) on a RHEL4. This Samba was joined in a Windows AD Domain without problem. Bellow, an extract of the smb.conf (without the share) [global] workgroup = ONE realm = MYDOM.COM netbios aliases = srv0001 server string = SRV0001 / Intranet & Applications Server security = DOMAIN password
2005 Nov 10
0
Windows UNC''s
Hi Graham, In that case I''ll have to redefine File.delete and Dir.rmdir in the win32-file package and win32-dir packages, respectively. Please add a feature request on the project page so I don''t forget. I should have it done this weekend. Dan Foster, Graham wrote: > I want to create a long UNC based path.. Server and top level will exist, > but subdirectories
2009 Apr 21
1
Polyspline Integration
Hello, I wrote the function below to integrate polysplines and thought that it may be useful to others. Please consider this code released under the GPL2 or later. Thanks, Bill <<integrate.polySpline.R>> Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New Jersey, USA 08889), and/or
2004 May 15
0
" cannot allocate vector of length 1072693248"
Andy; Well, that about does it.... I'm copying this one back to the list for the benefit of those who may hit this thread while searching the archives. Your changes to the code run just fine on the my Windows machine, but gives the vector length error on the G4 whether I'm using the OS X build of R (as in Raqua) or the X11 build (for Darwin). It is worth noting that I have nearly twice
2004 Mar 18
0
sd(): why error with NA's?
R 1.8.1 with Windows XP. I have a question about how sd() behaves with NA's: > mean(c(1,2,3,NA)) [1] NA > median(c(1,2,3,NA)) [1] NA > mad(c(1,2,3,NA)) [1] NA > sd(c(1,2,3,NA)) Error in var(x, na.rm = na.rm) : missing observations in cov/cor > What is so special about the standard deviation, relative to other descriptive statistics, that the presence of NA's deserves an
2005 Mar 14
0
fixed/ initialising trellis device {lattice}/ postscript
Thanks Andy out<- xyplot(....) print(out) did the trick nicely. Sam ---- Sam McClatchie, Biological oceanography South Australian Aquatic Sciences Centre PO Box 120, Henley Beach 5022 Adelaide, South Australia email <mcclatchie.sam at saugov.sa.gov.au> Telephone: (61-8) 8207 5448 FAX: (61-8) 8200 2481 Research home page <http://www.members.iinet.net.au/~s.mcclatchie/>
2003 Aug 13
0
re: two dimentional hierarchical clustering algorithm
Dear Dr. Liaw Andy: I have a few more questions about your heatmap function. actually heatmap is what I am looking for. heatmap(x, Rowv, Colv, distfun = dist, hclustfun = hclust, add.expr, scale=c("row", "column", "none"), na.rm = TRUE, ...) my data is a XNEW, > dim(XNEW) [1] 554 335 554 genes, 335 samples. now I want to use 1-CORR as a distance
2004 Jan 16
0
SMP kernel with X100P card
Hi all, Does anyone have any experience with running a X100P card with * in an SMP machine? I have plugged the card into a 4way 2.4 GHz server, and the hardware config seems ok -- the passthrough phone line works, the card has it's own IRQ on CPU0, and /proc/zaptel/1 doesn't show any errors. * seems to be ok as well, as I am able to register with my SIP proxy. (and I have set up the
2003 Aug 14
0
How to get the pseudo left inverse of a singular square m atrix?
I'm rusty, but not *that* rusty here, I hope. If W (=Z*Z' in your case) is singular, it can not have inverse, which by definition also mean that nothing multiply by it will produce the identity matrix (for otherwise it would have an inverse and thus nonsingular). The definition of a generalized inverse is something like: If A is a non-null matrix, and G satisfy AGA = A, then G is called
2004 Jul 27
0
computing differences between consecutive vectorelements
well, sure diff() does it thanks alot Thomas > -----Message d'origine----- > De: Liaw, Andy [mailto:andy_liaw at merck.com] > Date: mardi 27 juillet 2004 16:50 > ??: 'Dewez Thomas'; 'r-help at stat.math.ethz.ch' > Objet: RE: [R] computing differences between consecutive > vectorelements > > > Not exactly sure what you want, but seems like you can
2003 Aug 18
0
Any interest in commercial add-on libraries based on Cyte l's StatXact/LogXact?
Another example: Jerry Friedman's MART is available in R from Salford for the same price as the stand-alone TreeNet, even though they don't advertise it on their web site. Andy > -----Original Message----- > From: rossini at blindglobe.net [mailto:rossini at blindglobe.net] > Sent: Sunday, August 17, 2003 9:50 PM > To: rhelp > Cc: pralay at cytel.com > Subject: [R]
2004 Apr 21
0
Re: [openMosix-general] openMosix and R: File I/O issues?
Memory could be an issue. The three nodes in the cluster we are using only have 512 MB. The machines are otherwise identical in terms of hardware. They are dual PIIIs (purchased from Penguin Computing in 2001). (If you need specs on motherboard etc, we can get that info together.) The installed operating system is RHEL-3, standard workstation with some additional libraries (e.g., all of the
2004 Jul 29
1
RE: [S] tree function in R language
1. Could it be that your computer is behind a firewall? If so, try reading the R for Windows FAQ. 2. Please ask R-related question on R-help instead of S-news. Andy > From: cheng wu > > Hi, Andy > > Thank you for your answer. > > Why I can't load CRAN packages? > > the error message is: > > > {a <- CRAN.packages() > +
2004 Apr 21
0
RE: [openMosix-general] openMosix and R: File I/O issues?
It's generally said that OM needs lots more swap than plain Linux. There has to be someplace to juggle processes around. We use 4 GB nodes with something like 12 GB swap; that plus round-robin logins to distribute home nodes seemed to solve a lot of our problems. To use oMFS to allow processes to write from the node they've migrated to you also need DFSA enabled. That sounds like a great
2003 Aug 14
2
vectorization question
If you look at the structure, you'll see: > x$V4 <- 0 > str(x) `data.frame': 4 obs. of 4 variables: $ V1: int 1 2 3 4 $ V2: int 5 6 7 8 $ V3: int 9 10 11 12 $ V4: num 0 Don't know if this is the intended result. In any case, you're probably better off using data.matrix, as > data.matrix(x) V1 V2 V3 V4 1 1 5 9 0 2 2 6 10 0 3 3 7 11 0 4 4 8 12