
		claudevansc
		
		(usa Outra)
		
		Enviado em 07/03/2013 - 00:35h 
		Olá pessoal,
Estou com o seguinte problema tenho o CUPS e o SAMBA instalados, adiciono a impressora no cups normalmente, quando tento imprimir uma página de teste mim da o seguinte erro: "Connection failed: NT_STATUS_CONNECTION_REFUSED" já usei os seguintes comando para verificação do erro. Acredito que o 
erro seja de compatilhamento linux com windows.
################################################################################################
#                                                                                               
# root@cups:~# smbclient -L localhost                                                           
# Enter root's password:                                                                        
# Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.4.7]                                             
# Server requested LANMAN password (share-level security) but 'client lanman auth' is disabled  
# tree connect failed: NT_STATUS_ACCESS_DENIED                                                  
# root@cups:~#                                                                                  
#                                                                                               
################################################################################################
################################################################################################
#                                                                                               
# root@cups:~# smbtree -U administrator                                                         
# Enter administrator's password:                                                                
# WORKGROUP                                                                                     
#    \\CUPS                   cups server (Samba, Ubuntu)                                       
# Server requested LANMAN password (share-level security) but 'client lanman auth' is disabled  failed tcon_X with NT_STATUS_ACCESS_DENIED                                                    
#    \\CLAUDIO                                                                                    
#    \\CLAUDEVAN                                                                                
# root@cups:~#                                                                                  
#                                                                                               
################################################################################################
################################################################################################                                                                                              
# root@cups:~# smbclient -L goldberg-pc -U Owner                                                
# Enter Owner's password:                                                                       
# Connection to goldberg-pc failed (Error NT_STATUS_BAD_NETWORK_NAME)                           
# root@cups:~#                                                                                  
#                                                                                               
################################################################################################
################################################################################################
#                                                                                               
# root@cups:~# smbclient -L 10.0.0.103                                                          
# Enter root's password:                                                                          
# session setup failed: NT_STATUS_LOGON_FAILURE                                                 
# root@cups:~#                                                                                   
#                                                                                               
################################################################################################
MEU ARQUIVO  vim /etc/samba/smb.conf 
[global]
   workgroup = Servidor de Impressao
   netbios name = printserver
   security = share
[impressos]
   comment = impressos
   path = /home/impressos
   public = yes
   browseable = yes
   writable = yes
   read only = no
   create mask = 0700
   directory mask = 0700
   vfs object = audit
[printers]
   comment = All Printers
   path = /var/spool/samba
   printable = Yes
   browseable = yes
   guest ok = yes
   plublic = yes
   writable = no
   load printers = yes
   cups options = raw
   use client driver = yes 
Por favor quem puder ajudar eu agradeço, já tem dias que eu estou quebrando a cabeça!