similar to: HELP: smb 3.6.20 and 3.6.21 broken with Win 8.1

Displaying 20 results from an estimated 900 matches similar to: "HELP: smb 3.6.20 and 3.6.21 broken with Win 8.1"

2013 Dec 03
0
RESOLVED: HELP: smb 3.6.20 and 3.6.21 broken with Win 8.1
The setting that fixed this issue for us was adding the following to our smb.conf: Server signing = yes We are now able to delay our implementation of samba 4.1 for the short term. Many thanks, Helen -----Original Message----- From: Marc Muehlfeld [mailto:samba at marc-muehlfeld.de] Sent: Monday, December 02, 2013 2:42 PM To: Nulty, Helen P; samba at lists.samba.org Cc: Hill, Jennifer
2002 Jun 24
1
Visual Source Save and samba
Is anyone out there running Microsoft's Visual Source Save with a samba share? We are doing so here and are encountering difficulties. The "working directory" is a samba share. It seems that VSS is not manipulating file permissions appropriately when items are checked in and out. User always has write access to the item. Is anyone using MS VSS successfully with samba and care to
2008 Apr 08
0
Mac OS upgrade upsets access to samba shares
Mac OS details: Our client was able to access her network resources without any problem until yesterday. She is using a high end Macbook Pro. She has the latest full version of Dave 7.1 installed. Her Mac OS X is 10.4.11 When she attempts to connect to these resources she receives the following error: "The Finder cannot complete the operation because some of the data in
2007 Nov 28
3
DFS root in homes possible?
Hi list DFS Links in a separate share seems to work, but in the [homes] section does not. Is this a known problem? Samba is 3.0.26a. /etc/smb.conf excerpts: ---------------------------- 8< ---------------------------- [global] ... host msdfs = yes ... [homes] ... msdfs root = yes ... [dfstest] path = /data/dfsroot msdfs root = yes ---------------------------- 8<
2003 Mar 20
3
WinXP DFS problems, debugging with dfsutil.exe
Hello Johan, I'm having the same problems with DFS and WinXP clients since I upgraded to 2.2.8. I tried to clear the cache on the client side with dfsutil.exe that comes with the Win2000 SP2 but to no avail. Can anyone else confirm this problem? It's also strange that on the WinXP clients the version of the samba server is still registered as a previous version (2.2.6 or 2.2.7).
2002 Nov 18
0
SUMMARY: Samba "unable to validate password" error
To sunmanagers and samba@lists readers: Thank you all so much for your help with the samba issue. Although the problem was not solved, your suggestions made it possible for us to narrow down the problem. We believe the problem are two office PCs that were recently configured with some new test software. All other PCs and user accounts work fine. I do need to upgrade samba to a newer version
2004 Jan 15
0
samba configuration question
We have a central campus kerberos server. We have a local Active Directory domain which is a member of the main campus forest. We have 2 samba 3.0 servers currently configured: security = domain password server = SPHDC0 SPHDC1 where SPHDC0 is the primary domain controller, SPHDC1 is backup domain controller and neither of which runs in native mode. We want everyone, for both domain and
2015 Jan 24
5
Postfix (I think) problem
I'm getting repeated email (KMail) error messages about one apparently over-large post: -------------------------- Received: from helen.gayleard.com (localhost.localdomain [127.0.0.1]) by helen.gayleard.com (Postfix) with ESMTP id E4500294A0 for <tim at helen.gayleard.com>; Sat, 24 Jan 2015 14:00:05 +0000 (GMT) Received: (from tim at localhost) by helen.gayleard.com
2013 Nov 29
0
[Announce] Samba 3.6.21 Available for Download
=============================================================== "I'm a Gemini, so I change my mind every day." Natalie Portman =============================================================== Release Announcements ===================== This is is the latest stable release of Samba 3.6. Changes since 3.6.20: --------------------- o Jeremy Allison <jra at samba.org>
2013 Nov 29
0
[Announce] Samba 3.6.21 Available for Download
=============================================================== "I'm a Gemini, so I change my mind every day." Natalie Portman =============================================================== Release Announcements ===================== This is is the latest stable release of Samba 3.6. Changes since 3.6.20: --------------------- o Jeremy Allison <jra at samba.org>
2006 Feb 16
2
looping through tasks
Hi, I'm moving (slowly) to R from STATA. I often have need to move through a set of tasks across a series of years. In this case, you can see that I'm mimicking -reshape- in STATA, but I'm less interested in the task than in programming R. library(foreign) mydata<-read.dta("z:\example.dta") for (y in 2000:2002) {
2009 Nov 02
2
Accessing Windows file-system from Linux samba server
I don't understand Windows permissions under Samba. I am running an smb server under CentOS-5.4, and have a Windows XP Pro machine ("harriet") as a client. I have set up shares C and D on harriet corresponding to the 2 drives C: and D: on the machine, and I have asked that files should be shared. Now when I mount harriet:C I can see the top level folders, but cannot see Documents
2009 Nov 02
2
Accessing Windows file-system from Linux samba server
I don't understand Windows permissions under Samba. I am running an smb server under CentOS-5.4, and have a Windows XP Pro machine ("harriet") as a client. I have set up shares C and D on harriet corresponding to the 2 drives C: and D: on the machine, and I have asked that files should be shared. Now when I mount harriet:C I can see the top level folders, but cannot see Documents
2006 Jul 21
2
rpart unbalanced data
Hello all, I am currently working with rpart to classify vegetation types by spectral characteristics, and am comming up with poor classifications based on the fact that I have some vegetation types that have only 15 observations, while others have over 100. I have attempted to supply prior weights to the dataset, though this does not improve the classification greatly. Could anyone supply some
2015 Sep 20
2
Setting up BackupPC on CentOS-7
I'd be interested in any corrections or comments on the following instructions (basically for myself): We assume that BackupPC has been installed: sudo yum install BackupPC 1. BackupPC must be run by the user backuppc. Accordingly the lines User apache Group apache in /etc/httpd/conf/httpd.conf should be changed to User backuppc Group backuppc 2. The user backuppc must be able to
2011 Mar 20
4
How to run dos cmd under wine
I neade to run a script under Wine but the script requires a cmd dos so atm dosent works (i neade to connect an ftp and upload some files) is thear any emulate that i can install on wine so that i have that posibility? Thank's Helen 8)
2012 May 03
3
Can only login as root
I have a strange problem on a CentOS-5.8 machine. I can only login as root. If I try to login with one of the user's names, it hangs for a long time. I thought it hung forever, but I just found that I do login after "su tim" after 5 minutes. It seems that the problem lies in repeated messages in /var/log/messages --------------------------- May 3 12:14:13 helen su: nss_ldap: failed
2010 Mar 10
2
help R non-parametric IRT simulation
Hello R, I am looking for non-parametric simulation in IRT. Is there any IRT package that does non-parametric simulation? helen L [[alternative HTML version deleted]]
2008 Feb 08
2
R version of SAS Proc Varclus
I am interested in finding an R version of SAS "Proc Varclus". SAS's Proc Varclus implements an oblique cluster analysis based on principal components. How can I find out if R has a package that runs the same algorithm implemented in SAS "Proc Varclus"? Thank you, Mary Helen Black __________________________ Mary Helen Black, M.S. Keck School of Medicine of USC
2006 Apr 18
2
Instant rails - need a bit of help.
Hiya everyone, I''ve downloaded instant rails and have made a application on my machine which is local. I need to now move this onto my university space so I can demostrate it in a few weeks time..only i''m not really sure how I do it? Would anybody be able to offer me some advice, or point me in some direction where I could find out. Many thanks in advance! Helen --