Re: [Samba] File lock problem

2006-05-05 Thread Max Riedel

Jeremy Allison wrote:

On Mon, Apr 24, 2006 at 05:28:01PM +0200, Max Riedel wrote:
  

Jeremy Allison wrote:


On Sun, Apr 23, 2006 at 02:12:56PM +0200, Max Riedel wrote:
 
  

Hi,
Sometimes it happens that when winXP machines try to open an excel 
sheet, both get write permissions.. the file isn't locked/read only..

This happens sometimes, not very often, but it's annoying ;)
Does anyone know what's causing this problem and maybe howto correct 
this issue?
   


What Samba version, what does the smb.conf look like etc. etc.

Jeremy.

 
  

Sorry for not including that information the first time.

It's smbd Version 3.0.20
And here's the smb.conf



You might want to upgrade to 3.0.22. There were some fixes in this area.

Jeremy.

  

Thnx a lot!

Max
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] File lock problem

2006-04-24 Thread Max Riedel

Jeremy Allison wrote:

On Sun, Apr 23, 2006 at 02:12:56PM +0200, Max Riedel wrote:
  

Hi,
Sometimes it happens that when winXP machines try to open an excel 
sheet, both get write permissions.. the file isn't locked/read only..

This happens sometimes, not very often, but it's annoying ;)
Does anyone know what's causing this problem and maybe howto correct 
this issue?



What Samba version, what does the smb.conf look like etc. etc.

Jeremy.

  

Sorry for not including that information the first time.

It's smbd Version 3.0.20
And here's the smb.conf

Thnx a lot!
Greetz,
Max

--- snip ---

#=== Global Settings 
=

[global]
netbios name = xxx

workgroup = 

server string = Samba Server

hosts allow = 192.168.0. 10.1.1.

printcap name = /etc/printcap
load printers = yes


cups options = raw


log file = /var/log/samba/%m.log

max log size = 500


security = user

encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd


socket options = TCP_NODELAY SO_RCVBUF=32768 SO_SNDBUF=32768 IPTOS_LOWDELAY

interfaces = 192.168.0.102/24

remote announce = 192.168.0.255

local master = yes

os level = 200


preferred master = yes


name resolve order = wins lmhosts bcast

wins support = yes

dns proxy = no

preserve case = no
default case = lower
case sensitive = no

# Share Definitions 
==

idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
template shell = /bin/false
winbind use default domain = no

[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
public = yes
printable = yes


[shared]
comment = Temporary file space
path = /smb/shared
public = yes
writeable = yes
create mask = 0640
directory mask = 750
force create mode = 020
force directory mode = 020
guest ok = yes
force group = users

[data]
comment = Root
path = /smb/data
valid users = @verw
write list = @verw
force group = users
create mask = 0640
directory mask = 750
force create mode = 020
force directory mode = 020

[philip]
comment = Root
path = /smb/data/philip
valid users = philip,@verw,br,silv
writeable = no
write list = philip
force group = users
create mask = 0640
directory mask = 750
force create mode = 020
force directory mode = 020

[abr__hon]
path = /smb/data/abr__hon
valid users = @users, @verw
writeable = no
#write list = @verw
force group = users
create mask = 0640
directory mask = 750
force create mode = 020
force directory mode = 020

[psych]
path = /smb/data/psych
valid users = @users
writeable = yes
public = yes
force group = users
create mask = 0640
directory mask = 750
force create mode = 020
force directory mode = 020

[silv]
path = /smb/data/silv/
valid users = @users
writeable = no
write list = silv, @verw
force group = users
create mask = 0640
directory mask = 750
force create mode = 020
force directory mode = 020


--- snip ---
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] File lock problem

2006-04-23 Thread Max Riedel

Hi,
Sometimes it happens that when winXP machines try to open an excel 
sheet, both get write permissions.. the file isn't locked/read only..

This happens sometimes, not very often, but it's annoying ;)
Does anyone know what's causing this problem and maybe howto correct 
this issue?


Thnx a lot..
Max
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Office (2003) saving excel sheet takes VERY long..

2005-09-09 Thread Max Riedel

Thanks alot this solved my Problem!
Now time's about 10seconds on wifi.. that's ok!

Thanks!

John Mazza wrote:


Max,

I'd try working on the TCP Socket options. Adjust the
SO_RCVBUF and SO_SNDBUF values up in steps of 1024, restarting
Samba after each change. You can then time the transfers.

That should help!



On Wed, 07 Sep 2005 19:22:58 +0200, Max Riedel wrote:

>Hi!
>Maybe you can help me, would be very nice!
>I'm new to the list and I'm very glad that it exists...
>A week ago we migrated to samba and since then it's taking very long to
>save a 1,8MB excel document. On fast ethernet it takes us about 10
>seconds, on wireless lan it can take up to a minute, although
>transferring the same amount of data from the very same machine, that is
>connected via 802.11g, to samba (by copying a file) takes only about
>3-4seconds over the wireless connection.
>We use Excel in Office 2003 with SP1. Machine is a WinXP Pro SP2.
>It looks as if it was Excel's fault, but it also seems to be much slower
>now since the files are stored on the samba server.
>
>Is there any way to enhance Excel's writing or maybe the caching on the
>server?Most of the files are smaller than 300kbytes, but this particular
>one is ~1,8MB and used VERY frequently.
>
>Samba version is 3.0.20
>
>System's running on an Athlon XP 2.400+, 512MB ram, Redhat Enterprise 
WS 4

>
>The smb.conf looks like:
>
>[global]
>
> netbios name = smb
>
> workgroup = WORKGROUP
>
> server string = Samba Server
>
> hosts allow = 192.168.0.
>
> guest account = guest
>
> log file = /var/log/samba/%m.log
>
> max log size = 500
>
> security = user
>
> ;oplocks = no
> ;level2 oplocks = no
>
> encrypt passwords = yes
> smb passwd file = /etc/samba/smbpasswd
>
> socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 
IPTOS_LOWDELAY

>
> ;getwd cache = yes
> ;dead time = 15
> ;read raw = yes
> ;write raw = yes
>
> interfaces = 192.168.0.102/24
>
> remote announce = 192.168.0.255
>
> local master = yes
>
> os level = 200
>
> preferred master = yes
>
> name resolve order = wins lmhosts bcast
>
> wins support = yes
>
> dns proxy = no
>
> preserve case = no
> default case = lower
> case sensitive = no
>
>
> idmap uid = 16777216-33554431
> idmap gid = 16777216-33554431
> template shell = /bin/false
> winbind use default domain = no
>
>[shared]
> comment = Temporary file space
> path = /smb/shared
> public = yes
> writeable = yes
> create mask = 0640
> directory mask = 750
> force create mode = 020
> force directory mode = 020
> guest ok = yes
> force group = users
>
>[daten]
> comment = Root
> path = /smb/daten
> valid users = @verwaltung
> write list = @verwaltung
> force group = users
> create mask = 0640
> directory mask = 750
> force create mode = 020
> force directory mode = 020
>
>[folder1]
> path = /smb/daten/folder1
> valid users = @users
> writeable = yes
> public = yes
> force group = users
> create mask = 0640
> directory mask = 750
> force create mode = 020
> force directory mode = 020
>
>[folder2]
> path = /smb/daten/folder2/
> valid users = @users
> writeable = no
> write list = silvia, @verwaltung
> force group = users
> create mask = 0640
> directory mask = 750
> force create mode = 020
> force directory mode = 020
>
>
>
>Thanks alot for any help!
>--
>To unsubscribe from this list go to the following URL and read the
>instructions: _https://lists.samba.org/mailman/listinfo/samba_



--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Office (2003) saving excel sheet takes VERY long..

2005-09-07 Thread Max Riedel

Hi!
Maybe you can help me, would be very nice!
I'm new to the list and I'm very glad that it exists...
A week ago we migrated to samba and since then it's taking very long to 
save a 1,8MB excel document. On fast ethernet it takes us about 10 
seconds, on wireless lan it can take up to a minute, although 
transferring the same amount of data from the very same machine, that is 
connected via 802.11g, to samba (by copying a file) takes only about 
3-4seconds over the wireless connection.

We use Excel in Office 2003 with SP1. Machine is a WinXP Pro SP2.
It looks as if it was Excel's fault, but it also seems to be much slower 
now since the files are stored on the samba server.


Is there any way to enhance Excel's writing or maybe the caching on the 
server?Most of the files are smaller than 300kbytes, but this particular 
one is ~1,8MB and used VERY frequently.


Samba version is 3.0.20

System's running on an Athlon XP 2.400+, 512MB ram, Redhat Enterprise WS 4

The smb.conf looks like:

[global]

  netbios name = smb

  workgroup = WORKGROUP

  server string = Samba Server

   hosts allow = 192.168.0.

 guest account = guest

log file = /var/log/samba/%m.log

  max log size = 500

  security = user

   ;oplocks = no
   ;level2 oplocks = no

 encrypt passwords = yes
 smb passwd file = /etc/samba/smbpasswd

  socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 IPTOS_LOWDELAY

   ;getwd cache = yes
   ;dead time = 15
   ;read raw = yes
   ;write raw = yes

   interfaces = 192.168.0.102/24

   remote announce = 192.168.0.255

   local master = yes

  os level = 200

  preferred master = yes

name resolve order = wins lmhosts bcast

  wins support = yes

  dns proxy = no

 preserve case = no
 default case = lower
 case sensitive = no


  idmap uid = 16777216-33554431
  idmap gid = 16777216-33554431
  template shell = /bin/false
  winbind use default domain = no

[shared]
  comment = Temporary file space
  path = /smb/shared
  public = yes
  writeable = yes
  create mask = 0640
  directory mask = 750
  force create mode = 020
  force directory mode = 020
  guest ok = yes
  force group = users

[daten]
  comment = Root
  path = /smb/daten
  valid users = @verwaltung
  write list = @verwaltung
  force group = users
  create mask = 0640
  directory mask = 750
  force create mode = 020
  force directory mode = 020

[folder1]
  path = /smb/daten/folder1
  valid users = @users
  writeable = yes
  public = yes
  force group = users
  create mask = 0640
  directory mask = 750
  force create mode = 020
  force directory mode = 020

[folder2]
  path = /smb/daten/folder2/
  valid users = @users
  writeable = no
  write list = silvia, @verwaltung
  force group = users
  create mask = 0640
  directory mask = 750
  force create mode = 020
  force directory mode = 020



Thanks alot for any help!
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba