similar to: Creating samba shares from windows machine?

Displaying 20 results from an estimated 7000 matches similar to: "Creating samba shares from windows machine?"

2007 Sep 27
0
Problem with tar commands in smbclient 3.0.23c
Since upgrading from CentOS 4.3 to CentOS 5 the smbclient tar commands seem to be broken. The version on 4.3 was 3.0.10 I believe, while on 5 it is 3.0.23c-2. Here's what happens. Running the command: $ /usr/bin/smbclient \\\\host.domain.com\\backup -A /tmp/ntcredentials works fine. It connects no problem. But: $ /usr/bin/smbclient \\\\host.domain.com\\backup -A /tmp/ntcredentials -Tc
2007 Sep 18
4
Network browsing
Hello all, I've been able to successfully set up a small network, using Samba as a PDC. I'm currently using the latest updated version of Fedora 7, and the latest version of Samba. I'm really new to DNS and WINS, so please excuse my ignorance if I've completely overlooked something. Perhaps you could point me in the right direction... My Samba server is set up as a domain
2006 Jan 12
3
LSA and SAMR pipes in winbind client
As far as I saw, since some microsoft patch for AD, winbind client from samba 3.0.14 (and prior versions) does not work properly for getting users and groups from Active Directory. This problem was solved in 3.0.20. I saw the following text in the samba 3.0.20 changelog: "Disable schannel on the LSA and SAMR pipes in winbindd client code to deal with Windows 2003 SP1 and Windows 2000 SP4
2009 Jan 21
1
help with udev rules needed
I am migrating from Fedora 8 to CentOS 5.2 I have usb dvd On F8 I have /etc/udev/rules/00-my-custom.rules BUS=="scsi", SYSFS{vendor}=="TSSTcorp", SYSFS{model}=="CDDVDW SH-S203N ",SYMLINK="dvd",OWNER="rray" When I plug in dvd I get $ ll /dev/scd1 lrwxrwxrwx 1 root root 3 Aug 25 08:17 /dev/scd1 -> sr1 ll /dev/sr1 brw-r----- 1 rray disk 11, 1
2004 Feb 17
1
varimax rotation in R
Hi everyone- I have used several methods to calculate principal components rotated using the varimax procedure. This is simple enough. But I would like to calculate the % of variance explained associated with each PC before and after rotation. factanal returns the % of variance explained associated with each PC but I cannot seem to get it to change after rotation. Many thanks for your
2004 Jan 07
1
3-dimensional looping Q.
Hello everyone- I have a 3-d array with the 1st dimension being monthly mean data that I would like to correlate with some time series index, for example, and save the coefficients in an array. The code I am currently running is.... rData <- array(0,c(73,144)) # array to store results for (i in 1:73) { for (j in 1:144) { rData[i,j] <- cor(slp[,i,j],y)
2008 Jun 24
1
transform a table into a matrix
Hi. is there a way to transform a table that has numeric and categorical variables into a matrix? thanks Maria Mercedes Gavilanez Department of Biological Sciences 107 Life Sciences Building Louisiana State University Baton Rouge, LA 70803 (225)578-4284
2008 Feb 13
2
Access denied when setting permissions
I have a windows 2003 AD domain and a server joined to that domain. Winbind is being used as an idmap. Most everything seems to work fine. Winbind gets user info correctly: [root@samba ~]# wbinfo -u TESTDOMAIN\administrator TESTDOMAIN\guest TESTDOMAIN\support_388945a0 TESTDOMAIN\krbtgt TESTDOMAIN\swhaley TESTDOMAIN\test [root@samba ~]# wbinfo -g BUILTIN\administrators BUILTIN\users
2003 Feb 19
2
rsync/cygwin - strange behavior with VFAT-formatted USB-disk
Hi, we do a nightly backup using rsync (v2.5.6 as server on RedHat 7.3 and rsync 2.5.5 on Windows 2000/Cygwin). The backup media connected to the Windows-Client is a VFAT-formatted Maxtor USB-Disk. Everytime I run rsync from the windows-client, the following error occurs: --- <snip> --- rsync.exe -avzr --compress --stats --delete --timeout=240 --modify-window=2 rsync@server::development
2018 Jun 01
1
rasterize SpatialPolygon object using a RasterBrick object
I am trying to rasterize a SpatialPolygon object by a RasterBrick object. The documentation of the raster::rasterize function explicitly says this is allowed. Here's what I am doing # load the raster package library("raster") # create a raster brick object using the example from the brick function documentation b <- brick(system.file("external/rlogo.grd",
2010 Nov 23
1
Eclipse Helios on CentOS 5.5 (was Websites Up!)
> Then I hope to finish my tutorial on installing Eclipse > Helios for Centos 5.5 Is there anything special to be done? I just unzipped the SR1 distribution for RCP/RAP developers linux-gtk-x86_64 and it works without problem on an up to date CentOS 5.5 x86_64. (to be more precise: I install it as root under /opt, install some plugins like subclipse and regular users start it from there)
2000 Jul 26
1
Excel and Word file corruptions
Has anyone seen file corruption with Excel 97 SR1, on Samba? Scotty (scott@dork.com) is running 2.0.7 on SCO 5.0.4 on a Compaq Proliant 800, compiled on SCO 5.0.5 box. He writes, on comp.protocol.smb: > Oh dear. If this is the case does that mean my clients can't use Excel > 97 SR1 on Samba or is there a workaround? At the moment some of my > clients users are saving files to their C
2008 Nov 03
2
Calculating R2 for a unit slope regression
Does anyone know of a literature reference, or a piece of code that can help me calculate the amount of variation explained (R2 value), in a regression constrained to have a slope of 1 and an intercept of 0? Thanks! Sebastian J. Sebastián Tello Department of Biological Sciences 285 Life Sciences Building Louisiana State University Baton Rouge, LA, 70803 (225) 578-4284 (office and lab.)
2010 Feb 28
1
"Types" of missingness
Dear R-List, My questions concerns missing values. Specifically, is is possible to use different "types" of missingness in a dataset and not a one-size-fits-all NA? For example, data may be missing because of an outright refusal by a respondent to answer a question, or because she didn't know an answer, or because the item simply did not apply. In later analysis it is sometimes
2010 Apr 16
3
GSL in C code for R
Dear fellow R users, I am now investing time in learning how to use compiled C code to produces functions that can be used in R. I am just starting, and there is much that I need to learn, so I have a question that might be straight forward. I am learning how to use function in the C library GSL (gnu scientific library), to write C code, that I then plant to use in R. Is there any problem in
2008 Mar 05
2
[LLVMdev] Google Summer of Code Idea
On Wed, Mar 5, 2008 at 3:44 AM, Xi Wang <xi.wang at gmail.com> wrote: > On Mon, Mar 3, 2008 at 6:55 PM, Richard Warburton > > <richard.warburton at gmail.com> wrote: > > > > No > > > I've got a BDD based version of andersen's around already (uncommitted). > > > It's slower in time (by a factor of 8 or so), but very slightly (1-2
2003 Apr 08
0
Using iproute2 to bond two Internet lines for a webserver.
I am relatively new to iproute2. Any information on the topic below would save me considerable time. I appreciate any help, thanks. We want to plug two lines into a webserver to increase the bandwidth available to the hosted sites. Rather than use round-robin DNS we would prefer to use iproute2 to use equal cost routing across the two lines. However, I am still not sure how well that will
2005 Dec 09
0
Linux as WINS client, libnss_wins.so.2: nslookup, telnet & rsh fa ils - only
Thanks, Sam Short, Network Manager <mailto:sshort@ololrmc.com> sshort@ololrmc.com Our Lady of the Lake Regional Medical Center 5000 Hennessy Blvd., Baton Rouge, LA 70808 Ph: (225) 765-8768 Fax: (225) 765-3202 ***Our Lady of the Lake Regional Medical Center and affiliates encrypt email containing Patient Health Information. You will receive a notice with instructions on how to open
2010 Nov 04
0
[backport] Allow app_dial to play 'indication tone while ringing' back ported to 1.6.2.X
I have back ported the 'r' feature for app Dial from 1.8.0 to 1.6.2.X. The link to the diff is below. http://files.bluecrow.net/asterisk/backports/1.6.2/asterisk-1.6.2.4-app_ dial-play-indications.diff I made the diff against 1.6.2.4 and later patched a 1.6.2.13 system. All hunks passed. I have this running on two production 1.6.2.X systems with no problems yet. The
2006 Mar 24
0
Random covariate in survreg (Survival)
Dear R Listers- I am attempting to analyse the survival of seeds in cages (exclosures) that differ in their permeability to rainforest mammals. Because I did not observe the moment of seed disappearance, my data is interval censored. This limits my options for analysis (as I understand it) to survreg, in the survival package. Because I repeated the experiment in 8 sites, I have a random