Re: [Samba] Very slow write performance to RAID

2011-07-25 Thread simo
On Tue, 2011-07-26 at 00:32 +0100, Jonathan Buzzard wrote: > Jeremy Allison wrote: > > [SNIP] > > > > > Test using a modern (i.e. much later than 3.0.33) smbclient. > > > > To back that up he is using CentOS 5, so there is no excuse for using > such an old version. Needs to switch to the samb

Re: [Samba] Very slow write performance to RAID

2011-07-25 Thread Jonathan Buzzard
Jeremy Allison wrote: [SNIP] Test using a modern (i.e. much later than 3.0.33) smbclient. To back that up he is using CentOS 5, so there is no excuse for using such an old version. Needs to switch to the samba3x packages that have been present since CentOS 5.5 asap. From recollection it i

Re: [Samba] How to detect active users

2011-07-25 Thread Chris Weiss
On Mon, Jul 25, 2011 at 3:50 PM, Pascal Valois wrote: > Le 25/07/11 22:44, Jeremy Allison a écrit : >> >> On Mon, Jul 25, 2011 at 10:21:35PM +0200, Malte Forkel wrote: >>> >>> Hi, >>> >>> I'm running Samba 3.2.5 on a server which I'd like to shut down when it >>> is not used by any client. >>> >>>

Re: [Samba] How to detect active users

2011-07-25 Thread Pascal Valois
Le 25/07/11 22:44, Jeremy Allison a écrit : On Mon, Jul 25, 2011 at 10:21:35PM +0200, Malte Forkel wrote: Hi, I'm running Samba 3.2.5 on a server which I'd like to shut down when it is not used by any client. Is there a way to detect whether any user has opened a file on the server? smbstatus

Re: [Samba] How to detect active users

2011-07-25 Thread Jeremy Allison
On Mon, Jul 25, 2011 at 10:21:35PM +0200, Malte Forkel wrote: > Hi, > > I'm running Samba 3.2.5 on a server which I'd like to shut down when it > is not used by any client. > > Is there a way to detect whether any user has opened a file on the server? smbstatus will tell you. -- To unsubscribe

[Samba] How to detect active users

2011-07-25 Thread Malte Forkel
Hi, I'm running Samba 3.2.5 on a server which I'd like to shut down when it is not used by any client. Is there a way to detect whether any user has opened a file on the server? Thanks, Malte -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.sam

Re: [Samba] Very slow write performance to RAID

2011-07-25 Thread Jeremy Allison
On Mon, Jul 25, 2011 at 01:06:48PM -0400, Kevin Taylor wrote: > > We have a RAID set up as our main fileserver (running samba 3.0.33 on linux, > CentOS 5). The main disk area is an XFS partition of about 8TB. I'm using > iostat to monitor disk I/O since we've gotten complaints about speed and I'

Re: [Samba] Cannot see linux machines from XP

2011-07-25 Thread Al Schapira
Thanks for your reply. Yes, "nmbd -D" is running on the linux machines. No, on DRS2 in firefox and chrome \\ADS1\... and \\DRS2\... do not work. -Al On Mon, 2011-07-25 at 21:29 +0800, youngjohn04 wrote: > Is the nmbd deamon started on ads1 and ads2? Can you access share when > typing

Re: [Samba] Very slow write performance to RAID

2011-07-25 Thread Kevin Taylor
This system is a hardware RAID 6 with I believe 256k strip size set up on it, but a default xfs filesystem on it (mounted with nobarrier, noatime, nodiratime). We do have write-caching enabled on the RAID controller. > From: cwe...@gmail.com > Date: Mon, 25 Jul 2011 12:45:02 -0500 > To: samb

Re: [Samba] Very slow write performance to RAID

2011-07-25 Thread Chris Weiss
On Mon, Jul 25, 2011 at 12:06 PM, Kevin Taylor wrote: > > We have a RAID set up as our main fileserver (running samba 3.0.33 on linux, > CentOS 5). The main disk area is an XFS partition of about 8TB. I'm using > iostat to monitor disk I/O since we've gotten complaints about speed and I'm > not

[Samba] Very slow write performance to RAID

2011-07-25 Thread Kevin Taylor
We have a RAID set up as our main fileserver (running samba 3.0.33 on linux, CentOS 5). The main disk area is an XFS partition of about 8TB. I'm using iostat to monitor disk I/O since we've gotten complaints about speed and I'm noticing that when I write something to the samba share, the write

Re: [Samba] MDB Files

2011-07-25 Thread Miguel Medalha
I have a problem with Ms Access *.MDB files. Are you using Access 2007? Of course you are aware that Access 2007 files have the ".accdb" extension? -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[Samba] MDB Files

2011-07-25 Thread Kaz _
Hi. I have a problem with Ms Access *.MDB files. When I tried to edit forms it takes at least 60 seconds to edit that forms also to edit query. Application is working fine. But editing ... horrible. I added these lines in my smb.conf file but nothing oplocks = no level2 oplocks = no s

Re: [Samba] Integrating samba with existing AD

2011-07-25 Thread Thibaut POUZET
Hi all, I just suceed in configuring my new samba server. My users in Active Directory (Win2k3 R2) can successfully browse the shares they are able to view, write in their home directory, etc. But… when trying to copy something inside one of the shared folder, I got an error message saying “You a

Re: [Samba] Can't rename win7 machine in samba domain

2011-07-25 Thread Vytautas Kasparavicius
Not, just changing machine name via control panel 2011.07.25 17:04, Gaiseric Vandal rašė: On 07/25/2011 03:41 AM, Vytautas Kasparavicius wrote: Hello, Samba 3.5.8-68 on F15 64bit with all latest updates. Part of smb.conf file: set primary group script = /usr/sbin/usermod -g %g %u add user scri

Re: [Samba] Can't rename win7 machine in samba domain

2011-07-25 Thread Gaiseric Vandal
On 07/25/2011 03:41 AM, Vytautas Kasparavicius wrote: Hello, Samba 3.5.8-68 on F15 64bit with all latest updates. Part of smb.conf file: set primary group script = /usr/sbin/usermod -g %g %u add user script = /usr/sbin/useradd -g 100 %u add group script = /usr/sbin/groupadd %g add us

Re: [Samba] Cannot see linux machines from XP

2011-07-25 Thread youngjohn04
Is the nmbd deamon started on ads1 and ads2? Can you access share when typing \\ads1\other in address bar of explorer on DRS2? yj -Original Message- From: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org] On Behalf Of Al Schapira Sent: Monday, July 25, 2011 12:29 PM To:

Re: [Samba] Samba + LDAP + SMBLDAP-Tools + Roaming Profiles

2011-07-25 Thread J. Echter
Am 22.07.2011 17:48, schrieb TAKAHASHI Motonobu: > From: "J. Echter" > Date: Thu, 21 Jul 2011 08:51:25 +0200 > >> Am 20.07.2011 18:08, schrieb TAKAHASHI Motonobu: >> hi, >> >> tried all your hints. still now profiles found... > > H... > > My testing environment is available at > > ftp:/

Re: [Samba] Samba 3.4, Windows 7, Roaming profiles and Folder redirection

2011-07-25 Thread Linda Walsh
John H Terpstra wrote: > On 07/21/2011 10:07 AM, Tanuki uk wrote: >> Hello, >> I'm quite new to Samba administration and I've inherited a working samba >> setup with roaming profiles however the login and logout times for >> users has >> been growing and I'm starting to think it's time do something

[Samba] Can't rename win7 machine in samba domain

2011-07-25 Thread Vytautas Kasparavicius
Hello, Samba 3.5.8-68 on F15 64bit with all latest updates. Part of smb.conf file: set primary group script = /usr/sbin/usermod -g %g %u add user script = /usr/sbin/useradd -g 100 %u add group script = /usr/sbin/groupadd %g add user to group script = /usr/bin/gpasswd -a %u %g add m

Re: [Samba] Integrate Samba with Active Directory

2011-07-25 Thread Harry Jede
On 09:07:40 wrote Bruno Martins - GALILEU LISBOA: > Hello guys, > > > > I am setting up a Samba server (based on CentOS 5.6) on my company > which will act as a print and file server. Also, it has dropbox > installed. > > > > I have set up everything regarding to CUPS and Samba itself, but I'