Re: [despammed] [Samba] Samba - winXP lookup

2003-02-02 Thread Gabriele Carioli
   from time to time I get a ~30 second lockup
  
  Same for me!
 
 Rumour has is that you should make sure that XP's web dave client is 
 disabled.

Guess it's the WebClient service. Thanks a lot.
I'll try that!
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] Samba - winXP lookup

2003-02-01 Thread Gabriele Carioli
Hi!

 On Fri, 31 Jan 2003, Jens Pettersson wrote:

 [...] from time to time I get a ~30 second lockup. During that
 time, the Samba shares are unresponsive from that computer (other
 computers work fine).
 I imagine this is probably an XP bug [...]
 Is there a solution to this or do we have to live with it...hopefully
not ;)

 I have seen this with some XP machines also.

 Send me your smb.conf and I'll see what help can be brought to bare.

I'm having the same problem as Jens.

I'm running samba-2.2.7a-1 on a RedHat 6.2 box (kernel 2.2.22).
I've fought a lot against my smb.conf to solve this problem, so
maybe it's not a clean one, however here it is:

[global]
  workgroup = MACONDO
  netbios name = SUPERPIPPO
  server string = Samba v%v (Logon Server)
  interfaces = eth0
  log level = 1
  log file = /var/log/samba/log.%m
  max log size = 50
  mangle case = Yes
  socket options = TCP_NODELAY SO_RCVBUF=16384 SO_SNDBUF=16384
SO_KEEPALIVE

  max xmit = 65535

  password level = 0
  encrypt passwords = Yes
  unix password sync = yes
  null passwords = Yes
  username map = /etc/samba/smbusers
  guest account = smbguest
  add user script = /usr/sbin/useradd -d /dev/null -g 100 -s
/bin/false -M %u

  dns proxy = No
  wins support = Yes
  time server = Yes
  print command = lpr -b -r -P%p %s
  load printers = No

  domain master = Yes
  local master = Yes
  preferred master = Yes
  os level = 65
  security = user
  deadtime = 0
  keepalive = 300

  domain logons = Yes
  logon drive = h:
  logon path = \\%n\%u\.profile
  logon home = \\%n\%u
  logon script = logon.cmd

  level2 oplocks = Yes
  read raw = Yes
  write raw = Yes
  oplocks = Yes
  getwd cache = Yes
  wide links = no
  hosts allow = 192.168.1.0/24 127.0.0.0/8

[netlogon]
  comment = Logon scripts and policies
  path = /home/samba/netlogon
  writeable = no
  write list = bilo,root

[profiles]
  comment = Roaming profiles directory
  path = /home/samba/profiles
  writeable = Yes
  create mask = 0600
  directory mask = 0700

[homes]
  comment = Home Directories
  writeable = Yes
  browseable = Yes


...


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



Re: [despammed] [Samba] Samba - winXP lookup

2003-01-31 Thread Gabriele Carioli
Hi
 
 from time to time I get a ~30 second lockup

Same for me!

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



[Samba] XP keeps disconnecting

2002-12-26 Thread Gabriele Carioli
Maybe this has been asked many times, but I could
not find it in the list archive (in this case could
someone please address me to the right thread?)

I've an XP professional client (SP1) connected to a 2.2.7a samba
server running on a redhat 6.2 box (kernel 2.2.22). 

I can log on and access samba shares, but the XP box keeps
losing these connections. Log file just tell me that:

  [2002/12/26 16:49:22, 2] smbd/server.c:exit_server(461)
Closing connections
  [2002/12/26 16:49:22, 1] smbd/service.c:close_cnum(677)
jose (192.168.1.100) closed connection to service omnia

When the connection is lost it takes a while to reconnect
(10/20 seconds).

Maybe this is an XP  and not a Samba problem? Can anybody tell
me what can I do?

This is my global configuration section

[global]
  workgroup = MACONDO
  netbios name = SUPERPIPPO
  server string = Samba v%v (Logon Server)
  interfaces = eth0
  log level = 2
  log file = /var/log/samba/log.%m
  max log size = 50
  mangle case = Yes
  socket options = TCP_NODELAY \
   SO_RCVBUF=16384 \
   SO_SNDBUF=16384 \
   SO_KEEPALIVE
  max xmit = 65535
  password level = 0
  encrypt passwords = Yes
  unix password sync = yes
  null passwords = Yes
  username map = /etc/samba/smbusers
  guest account = smbguest
  add user script = /usr/sbin/useradd \
-d /dev/null -g 100 \
-s /bin/false -M %u
  dns proxy = No
  wins support = Yes
  time server = Yes
  print command = lpr -b -r -P%p %s
  load printers = No
  domain master = Yes
  local master = Yes
  preferred master = Yes
  os level = 65
  security = user
  deadtime = 30
  keepalive = 300
  domain logons = Yes
  logon drive = h:
  logon path = \\%n\%u\.profile
  logon home = \\%n\%u
  logon script = logon.cmd
  level2 oplocks = Yes
  read raw = Yes
  write raw = Yes
  oplocks = Yes
  getwd cache = Yes
  hosts allow = 192.168.1.0/24 127.0.0.0/8
  

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



Re: [despammed] RE: [Samba] XP keeps disconnecting

2002-12-26 Thread Gabriele Carioli
Hi

  When the connection is lost it takes a while to reconnect
  (10/20 seconds).
 
 ...
deadtime = 30
 
 I've never used this option before, but isn't Samba doing
 just what you're telling it to do?

Well, not.

Dead time is in minutes and disconnections happen much more
frequently than 30 minutes. I've also tried with a value of 0
(meaning that no auto-disconnection should be performed) but
it doesn't work for me, either.


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