similar to: samba - win2k- how?

Displaying 20 results from an estimated 2000 matches similar to: "samba - win2k- how?"

2002 Dec 30
0
authentication question: NT4 PDC, Win2k clients
Hello everyone! I'm having a strange issue with Samba. Here's the setup: WindowsNT 4 PDC Windows 2000 clients. Samba 2.2.7 on a Mandrake 9 system that has successfully joined the domain and is visible when the client systems browse the network. (config files and error log samples below) The problem is getting the Win2k clients to authenticate when they try to connect to shares that
2002 May 15
0
FW: RE: RE: Win2k Printing Problems
-----Original Message----- From: JUSTIN GERRY [mailto:JGERRY@butchers.com] Sent: Wednesday, May 15, 2002 10:33 AM To: vansickj-eodc@Kaman.com Subject: Re: RE: RE: [Samba] Win2k Printing Problems No my ports are: servername (ip address in my case as I am going across a router) print server (actual printcap name) When I add a printer to a Win2k box, in the registry under
2006 Nov 24
1
Fwd: Dates Conversion/write.foreign
---------- Forwarded message ---------- From: Shubha Vishwanath Karanth <shubhak at ambaresearch.com> Date: Nov 24, 2006 7:54 PM Subject: Dates Conversion/write.foreign To: Shubha Karanth <shubhakaranth at gmail.com>, Shubha Vishwanath Karanth <shubhak at ambaresearch.com> Hi R experts, I need an urgent help... I have an a dataframe caled idat. Below i give a snapshot
2003 Mar 07
0
Vedr.: Re: Migration from WindowsNT to Samba
I was thinking of using rsync, since it has the ability of mapping the written user-name instead of using UID's. Anyone know how this work on WindowsNT? I've read, that CygWin hasn't the ACL's properly implemented yet? Does another "cross-platform" exist, that can map between the written usernames? Jacob ps. I've tried using scopy, but it fails : "Acces
2008 May 24
1
Solving 100th order equation
Hi R, I have a 100th order equation for which I need to solve the value for x. Is there a package to do this? For example my equation is: (x^100 )- (2*x^99) +(10*x^50)+.............. +(6*x ) = 4000 I have only one unknown value and that is x. How do I solve for this? BR, Shubha Shubha Karanth | Amba Research Ph +91 80 3980 8031 | Mob +91 94 4886 4510 Bangalore *
2008 Nov 07
2
Mismatch in logical result?
Hi R, I have certain checkings, which gives FALSE, but actually it is true. Why does this happen? Note that the equations that I am checking below are not even the case of recurring decimals... > 1.4^2 == 1.96 [1] FALSE > 1.2^3==1.728 [1] FALSE Thanks in advance, Shubha Shubha Karanth | Amba Research Ph +91 80 3980 8031 | Mob +91 94 4886 4510 Bangalore * Colombo *
2008 Feb 06
1
wilderSum
Hi, Can somebody tell me the formula for "?wilderSum" in TTR package? I mean how are these calculated? BR, Shubha Shubha Karanth | Amba Research Ph +91 80 3980 8031 | Mob +91 94 4886 4510 Bangalore * Colombo * London * New York * San José * Singapore * www.ambaresearch.com This e-mail may contain confidential and/or privileged i...{{dropped:13}}
2007 Sep 18
0
FW: ISIN numbers into Bloomberg tickers
Hi David, I tried the following and get the below error messages.... con = blpConnect(show.days="trading",na.action="previous.days",periodicity="da ily")# connecting Bloomberg > dat <- blpGetData(con,"US4009703799 Equity","PX_LAST",start=as.chron(as.Date("01/01/2005",
1998 Jun 19
1
SAMBA 1.9.18p8, username map, server security
I have a problem with new version (1.9.18p8) of SAMBA and username mapping. Configuration: WindowsNT 4.0 Workstation + SP1 WindowsNT domain - NTEP01 is PDC Digital UNIX 3.2C Username on NT: Babor Username on UNIX: baborl In SMB.CONF I have following lines: [global] security = server password server = NTEP01 username map = /usr/local/samba/lib/username.map username.map: baborl = babor
2008 Sep 08
1
To find vector X under contraints
Hi R, I have the variance-covariance matrix, >V=matrix(c(0.011119238, 0.002407527, 0.002407527, 0.020739401),2,2) I need to find a vector X=c(x1,x2), such that 1) X'VX is equal to a constant 2 (say) and 2) sum(x) should be equal to a another constant 1.5 (say). How do we do this in R? BR, Shubha Shubha Karanth | Amba Research Ph +91 80 3980 8031 | Mob +91 94
2010 Sep 03
1
Help on Select.list
Hi R, I am using select.list names=c("Ravi", "Raj","Shubha","Nivriti") select.list(names) provides a drop down to choose one of the 4 names. However I would like to know if it is possible to create a classification something like this select.list(names) should give Boys Ravi Raj Girls Shubha Nivriti I should be able to choose
2001 Nov 09
2
Open Files
I have been messing with this and it seems to work, but I would like to hear if it does or not from the people that have created it. On a WindowsNT machine I have three directories shared out READONLY. These three directories are mapped to users machines and then they run programs out of them. There are ALWAYS people using files in here. At times I have to update the programs in there and I
2008 Jun 19
2
Comparison between R and MATLAB
Hi R, Can I get a comparison between R and MATLAB? How is R efficient than MATLAB? Or what are the weaknesses of R compared to MATLAB? Thank you very much for your help, Shubha Shubha Karanth | Amba Research Ph +91 80 3980 8031 | Mob +91 94 4886 4510 Bangalore * Colombo * London * New York * San José * Singapore * www.ambaresearch.com This e-mail may contain confidential and/or
2008 May 15
1
Reading SAS data into R
Hi R, Suppose that SAS dataset 'tsubset1' is stored in the path, "Z:/data". Then I give the below read.ssd() command to read SAS dataset, 'tsubset1.sas7bat' into R. > library(foreign) > s=read.ssd("Z:/data","tsubset1",sascmd = "C:/Program Files/SAS/SAS 9.1/sas.exe") > s A B C 1 3 4 5 2 6 7 8 3 3 4 5 It reads
2008 Jun 19
2
Calling R functions into C# or C++
Hi R, I have a request... Can I call R functions/routines from C# or C++? If so, how do I do this? Do I need to have some knowledge on DLL to do this? Thanks a lot for your help, Shubha Shubha Karanth | Amba Research Ph +91 80 3980 8031 | Mob +91 94 4886 4510 Bangalore * Colombo * London * New York * San José * Singapore * www.ambaresearch.com This e-mail may contain
1999 Jan 20
1
R-0.63.2 for Windows
I have updated to R-0.63.2 the version of R for Windows available from CRAN in directory binaries/windows/WindowsNT/base. No new Windows specific features but: (i) I hope to have fixed the NT copy to the clipboard bug; (ii) help files use latin1 encoding (but, to see the difference, you must use a latin1 capable font; for this reason, now, as packed, the R console uses "Courier
1999 Jan 20
1
R-0.63.2 for Windows
I have updated to R-0.63.2 the version of R for Windows available from CRAN in directory binaries/windows/WindowsNT/base. No new Windows specific features but: (i) I hope to have fixed the NT copy to the clipboard bug; (ii) help files use latin1 encoding (but, to see the difference, you must use a latin1 capable font; for this reason, now, as packed, the R console uses "Courier
1997 Oct 27
0
R-beta: R for WindowsNT
Hello, I downloaded R and it works fine on WindowsNT. I am an Splus user. I don't know how to attach a directory in R. I also don't know how to edit a function. Pantelis Andreou, Community Health and Epidemiology Dalhousie University Halifax, Nova Scotia =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= r-help mailing list -- Read
2000 Mar 14
0
WindowsNT Explorer Copy Removes x Attribute from Unix Source File s
We ran across a strange problem that I'm hoping someone may have already solved. When we use Windows Explorer to copy a file from a Unix directory to a Windows directory or another Unix directory, some of the source files have their user execute bits removed. I haven't been able to see a pattern as to which source files are changed, and it doesn't always seem to be consistent. It
2008 May 06
2
To preserve the class "Matrix"
Hi, Suppose a=matrix(1:9,3,3) > a [,1] [,2] [,3] [1,] 1 4 7 [2,] 2 5 8 [3,] 3 6 9 Now, > class(a[1:2,]) [1] "matrix" > class(a[1:3,]) [1] "matrix" > class(a[,1:2]) [1] "matrix" > class(a[,1:3]) [1] "matrix" But, > class(a[1,]) [1] "integer" > class(a[,1]) [1]