similar to: Samba 3.0.13 and deleting files

Displaying 20 results from an estimated 1000 matches similar to: "Samba 3.0.13 and deleting files"

2005 Apr 06
1
Windows Server 2003 SP 1
Samba 3.0.11 with Winbind running on Redhat Enterprise Linux 3, compiled with --with-pam (possibly another argument that I can't remember at this second). I applied it to my DC that is playing the PDC role today and all of a sudden Winbind could not enumerate any Active Directory information. Mind you, I'm not joined to the domain using Kerberos/ADS; the libs that come with RHEL3 are
2004 Apr 07
0
3.0.2a - homes occasionally missing
Clients are Windows 2000; server is running Samba version 3.0.2a. We're experiencing a sporadic issue with the homes share occasionally coming up missing. All other shares remain mappable and accessable. If the workstation is rebooted, it can once again access the share. This is new behavior; 2.2.8a did not have this problem. As of yet I haven't been able to figure out what
2004 Apr 07
1
3.0.2a Windows XP can't find homes
Clients are Windows 2000; server is running Samba version 3.0.2a. We've been a W2K shop for some time but have started to get in a few Windows XP systems (principally laptops). The issue we're experiencing with the Win XP machines is that they can't map the homes share, either through a VPN or when connected directly to the network the samba server is on. All other shares remain
2003 Jan 24
1
Windows 2000 Domain Controller Security Setting
I sent an email last night regarding a security issue we were having with our Windows 2000 domain controllers and Samba's interaction with them. It turns out part of the issue is that security settings don't propagate to the domain controllers without rebooting them all. But, slightly contrary to my previous email: The application to view these settings is (on a domain controller):
2006 Jul 17
1
3.0.23 and group behavior
Okay, first the admisssions: I'll admit that I haven't been following the development as closely as I probably should have. And I'll admit in this case I might not be using Samba in the most efficient way possible. Also, I'm not 100% sure if I'm encountering a bug or just a seriously stupid misconfiguration issue. And I'm still collecting data on exactly what happened.
2003 Jul 17
0
Samba 2.2.8a/winbindd - 2K Domain users passwordchallenged
Okay okay - forgive me for being a whiney itchbay. But the fix was (when discussing *nix systems) quite counter intuitive ... I noticed that, even after using chmod #uid file, that the system was not returning the string name for the appropriate numerical uid. So, since I was headed out to lunch, I went ahead and rebooted the server. Lo and behold it all appears to work now. Correctly even.
2003 Jul 16
1
Samba 2.2.8a/winbindd - 2K Domain users password challenged
I have a RedHat Linux 9 server that I would like to allow users in my Windows 2000 domain to be able to map shares from without actually having an account on the system. Compiled samba, configured with "./configure --with-pam". Got the server into the domain, and regular "security = domain" seems to be working appropriately - providing there's a local account with the
2014 Oct 16
0
Howto force directoy and file rights on version 4
Hi list! I have problems with the enforcement of rights with the installed version 4.1.6-Ubuntu (default of Ubuntu 14.04 Server) I just want a setting which enforces 0777 access rights on any direcory or file that is written/changed by anyone. My smb.conf looks like this: ----8<---- [global] netbios name = MYSERVER workgroup = WGP local master = yes domain master= yes preferred master =
2016 Jun 16
2
yum timeout ... (CentOS 6.8)
On 16.06.2016 21:39, Ned Slider wrote: > > On 16/06/16 19:41, Walter H. wrote: >> On 16.06.2016 19:40, Frank Cox wrote: >>> On Thu, 16 Jun 2016 19:34:09 +0200 >>> Walter H. wrote: >>> yum -disableplugin=fastestmirror nowseewhathappens. >>> >>> >> yes this goes fast, no timeout; >> can I configure this in /etc/yum.conf? >>
2016 Jun 16
0
yum timeout ... (CentOS 6.8)
I note that duke.edu matches uk, and unl.edu matches nl. Maybe they are regular expressions, i just tried with #include_ony=\.nl,\.de and got less surprising results On Thu, Jun 16, 2016 at 3:50 PM, Walter H. <Walter.H at mathemainzel.info> wrote: > On 16.06.2016 21:39, Ned Slider wrote: > >> >> On 16/06/16 19:41, Walter H. wrote: >> >>> On 16.06.2016
2008 Apr 03
0
Vista, %H, booting up
I have a RHEL 5 server using Samba (but not Winbind, reporting the version as 3.0.25b-1.el5_1.4) serving profiles via: [profile] comment = Profile directory - special share invalid users = nobody browseable = yes guest ok = no read only = no force directory mode = 0700 csc policy = disable force create mode = 0600 create mask = 0600 directory mask = 0700
1998 Apr 21
0
LOTUS 123 5.0 on Windows NT 4.0
If a user saves a file in Lotus that they don't own, the file writes and the timestamp updates, but they get this error: Directory Entry Update Error The help on this topic says: You used File Save As to save a file on disk or to extract data to a file on disk and the network software did not update the directory. Reconfigure the network so that directory updates are not deferred. If the
1998 May 13
0
Compile problems, 19p7
On an Ultra 1 running Solaris 2.6 and using gcc 2.8.1 ipc.c: In function `api_RNetServerEnum': ipc.c:1194: warning: passing arg 4 of `qsort' from incompatible pointer type Compiling nmbd_incomingrequests.c nmbd_incomingrequests.c: In function `process_node_status_request': nmbd_incomingrequests.c:380: warning: passing arg 4 of `qsort' from incompatible pointer type Compiling
2003 Aug 09
2
First steps towards a simple text stream format.
Hello everyone! This list may not be entirely appropriate discussion, but in the lack of ogg@xiph.org or ogg-dev@xiph.org this will have to do. I've been thinking for a few weeks that Ogg needs a simple text stream (read subtitle) format to go along with theora. This is important, because otherwise I can't transcode fellowship of the rings while keeping the elvish-speek, unless I render
2010 Dec 18
0
What's wrong with these mail headers?
When moderating this message just now I forwarded it to r-help-owner, for discussion. In reply to Roy's question, there is indeed nothing obvious which should "match a filter rule". However, the ETHZ spam filter is somewhat sensitive about gmail, regardless of true content, and there are 4 occurrences of "gmail.com", which may have been responsible for it. Looking at the
2011 Oct 25
1
regression using GMM for mulltiple groups
Inthe code below I was trying to to obtain the GMM estimates for CAPM (REGRESSION) for 36 stocks each have 180 observations,however it only gives me one output rather than 36. In SAS i would just put in a *By statement*. I have a variable TICKER that categorize them into 36 groups. *How can I obtain all 36 output instead of just one.* **
2009 Aug 27
0
Universal Services Fund taxes now apply to VoIP end-users.
From: http://www.usac.org/_res/documents/hc/pdf/training-2009/USAC-USF-overview.pdf -The FCC now requires all VoIP telecom providers terminating and originating to the PSTN to charge Universal Services Fund tax to end user customers. -USF is 8.4% of revenue for VoIP Telco's. -Last year USAC collected and dispersed seven BILLION dollars for libraries, rural health care centers, high cost
2003 Sep 19
1
Revisiting slow explorer.exe connections
Hi: I recently encountered a problem reading directories via an XP Pro client shared from a samba server (redhat's rpm samba-2.2.7-5.8.0). File listing was sometimes VERRRY slow. It was not a DNS issue in this case. The symptoms, and my fix is below, but I wanted to ask, is there a way to deal with this from the server? (I dunno- like redirecting port 80 or something). >From the client,
2013 Feb 25
1
legend issues.
hello, all. one of my students is having an issue with the pie & legend function. this is her code. (below) it works just fine for me. her error is "plot.new has not been called yet". i know this means her pie chart is coming up blank so the legend will not work. according to ?graphics this package *is* supposed to handle these functionalities. however, when i tried to
2004 Mar 19
1
How to control shell access by group?
Sorry if this is too newbie. I would appreciate any help. I would like to control shell access by group so that I don't have to add it to parameter "template shell: and give everyone that is authenticated shell access. I am using winbind so I see every window user when I do a "getent passwd" with /bin/null as their shell but I don't know how to go and change that for