LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   samba (very slow) (https://www.linuxquestions.org/questions/linux-software-2/samba-very-slow-377101/)

stomach 10-26-2005 11:34 AM

samba (very slow)
 
The System in COBOL, shared with the samba starts to be very slow..

When I restart the samba is faster.
I searched very, but I did not find answers positive.


We are using work group, my server does not have printer.

It does not have no printer in the configuration, exactly thus log returns this error:

Code:

[2005/10/26 13:24:42, 0] printing/print_cups.c:cups_cache_reload(85)
  Unable to connect to CUPS server localhost - Connection refused


It follows my configuration
Code:


[global]
  workgroup = rede
  netbios name = intranet
  server string = Intranet - Despachante Cilo
  invalid users = root
  log file = /var/log/samba/log.%m
  max log size = 10
  syslog = 0
  encrypt passwords = true
  passdb backend = tdbsam guest
  socket options = TCP_NODELAY
  ;passwd program = /usr/bin/passwd %u
  ;passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
  obey pam restrictions = yes
  ;panic action = /usr/share/samba/panic-action %d
  keep alive = 20
  security = SHARE
[COBOL]
  comment = COBOL
  path = /SGD
  read only = No
  guest ok = yes

thankz

stomach 10-26-2005 12:07 PM

I tried to remove cups, does not have something in the configuration not to use it?

root@intranet /var/log/samba# rpm -e cups-libs-1.1.23-5tr
error: removing these packages would break dependencies:
cups-libs is needed by samba-3.0.14a-4tr
libcups.so.2 is needed by samba-common-3.0.14a-4tr
libcups.so.2 is needed by samba-3.0.14a-4tr
root@intranet /var/log/samba# cups-libs is needed by samba-3.0.14a-4tr


All times are GMT -5. The time now is 02:24 PM.