Bug#341126: #341126 smbclient fails with 'session setup failed: SUCCESS - 0'

2008-05-29 Thread Oskar Liljeblad
On Tuesday, April 01, 2008 at 13:55, Oskar Liljeblad wrote:
 [..]
   could you reproduce your reported bug http://bugs.debian.org/341126 with
   newer samba versions?
   Could give us the smbclient commandline and debug output?
  
  I will try to reproduce the problem, and if it happens again I will enable
  debug output.
 
 It still happens with samba 3.0.24-6etch9.

Here's a sample log:

[2008/05/20 14:30:06, 3] param/loadparm.c:lp_load(4953)
  lp_load: refreshing parameters
[2008/05/20 14:30:06, 3] param/loadparm.c:init_globals(1418)
  Initialising global parameters
[2008/05/20 14:30:06, 3] param/params.c:pm_process(572)
  params.c:pm_process() - Processing configuration file /etc/samba/smb.conf
[2008/05/20 14:30:06, 3] param/loadparm.c:do_section(3695)
  Processing section [global]
[2008/05/20 14:30:06, 2] lib/interface.c:add_interface(81)
  added interface ip=192.168.136.120 bcast=192.168.136.255 nmask=255.255.255.0
[2008/05/20 14:30:06, 3] client/client.c:main(3651)
  Client started (version 3.0.24).
[2008/05/20 14:30:06, 3] libsmb/namequery.c:resolve_lmhosts(939)
  resolve_lmhosts: Attempting lmhosts lookup for name admaps110x20
[2008/05/20 14:30:06, 3] libsmb/namequery.c:resolve_wins(836)
  resolve_wins: Attempting wins lookup for name admaps110x20
[2008/05/20 14:30:06, 3] libsmb/namequery.c:resolve_wins(839)
  resolve_wins: WINS server resolution selected and no WINS servers listed.
[2008/05/20 14:30:06, 3] libsmb/namequery.c:resolve_hosts(1002)
  resolve_hosts: Attempting host lookup for name admaps110x20
[2008/05/20 14:30:06, 3] lib/util_sock.c:open_socket_out(874)
  Connecting to 192.168.136.36 at port 445
[2008/05/20 14:30:06, 3] libsmb/cliconnect.c:cli_session_setup_spnego(721)
  Doing spnego session setup (blob length=113)
[2008/05/20 14:30:06, 3] libsmb/cliconnect.c:cli_session_setup(887)
  SPNEGO login failed: Unexpected information received

It seems all error logs end with SPNEGO login failed: Unexpected informaton
received.

I hope this is of help.

Regards,

Oskar



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#341126: [Pkg-samba-maint] Bug#341126: #341126 smbclient fails with 'session setup failed: SUCCESS - 0'

2008-05-18 Thread Oskar Liljeblad
On Tuesday, April 01, 2008 at 18:07, Christian Perrier wrote:
[..]
  It still happens with samba 3.0.24-6etch9.
 
 Any chance that you can try with an unstable machine (running samba 3.0.28a)?

I'm sorry - this is a production machine at a company I used to work.
Upgrading it to unstable or installation a new machine with unstable will
not be possible. I can however provide some debug output and I'll try to do
that next week.

Regards,

Oskar



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#341126: #341126 smbclient fails with 'session setup failed: SUCCESS - 0'

2008-04-05 Thread Noèl Köthe
Hello Oskar,

On Di, 2008-04-01 at 13:08 +0200, Oskar Liljeblad wrote:

   could you reproduce your reported bug http://bugs.debian.org/341126 with
   newer samba versions?
   Could give us the smbclient commandline and debug output?
  
  I will try to reproduce the problem, and if it happens again I will enable
  debug output.
 
 It still happens with samba 3.0.24-6etch9.

Can you give us the exact commandline you use and the output. Something
like this:

$ LC_ALL=C smbclient -d 3 //localhost/test
lp_load: refreshing parameters
Initialising global parameters
params.c:pm_process() - Processing configuration file /etc/samba/smb.conf
Processing section [global]
params.c:pm_process() - Processing configuration file /etc/samba/dhcp.conf
added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0
Client started (version 3.0.28a).
tdb(unnamed): tdb_open_ex: could not open file /var/run/samba/gencache.tdb: 
Permission denied
resolve_lmhosts: Attempting lmhosts lookup for name localhost0x20
resolve_wins: Attempting wins lookup for name localhost0x20
resolve_wins: WINS server resolution selected and no WINS servers listed.
resolve_hosts: Attempting host lookup for name localhost0x20
Connecting to 127.0.0.1 at port 445
Password: 
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.28a]
Server not using user level security and no password supplied.
dos_clean_name []
unix_clean_name []
smb: \ quit
$

Then we will try to reproduce, test with newer versions,

Thank you.

-- 
Noèl Köthe noel debian.org
Debian GNU/Linux, www.debian.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#341126: #341126 smbclient fails with 'session setup failed: SUCCESS - 0'

2008-04-01 Thread Oskar Liljeblad
On Wednesday, March 26, 2008 at 17:05, Oskar Liljeblad wrote:
[..]
  could you reproduce your reported bug http://bugs.debian.org/341126 with
  newer samba versions?
  Could give us the smbclient commandline and debug output?
 
 I will try to reproduce the problem, and if it happens again I will enable
 debug output.

It still happens with samba 3.0.24-6etch9.

Regards,

Oskar



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#341126: [Pkg-samba-maint] Bug#341126: #341126 smbclient fails with 'session setup failed: SUCCESS - 0'

2008-04-01 Thread Christian Perrier
Quoting Oskar Liljeblad ([EMAIL PROTECTED]):
 On Wednesday, March 26, 2008 at 17:05, Oskar Liljeblad wrote:
 [..]
   could you reproduce your reported bug http://bugs.debian.org/341126 with
   newer samba versions?
   Could give us the smbclient commandline and debug output?
  
  I will try to reproduce the problem, and if it happens again I will enable
  debug output.
 
 It still happens with samba 3.0.24-6etch9.


Any chance that you can try with an unstable machine (running samba 3.0.28a)?



signature.asc
Description: Digital signature


Bug#341126: #341126 smbclient fails with 'session setup failed: SUCCESS - 0'

2008-03-26 Thread Oskar Liljeblad
On Sunday, March 23, 2008 at 19:00, Noèl Köthe wrote:

Hi!

 could you reproduce your reported bug http://bugs.debian.org/341126 with
 newer samba versions?
 Could give us the smbclient commandline and debug output?

I will try to reproduce the problem, and if it happens again I will enable
debug output.

Regards,

Oskar



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#341126: #341126 smbclient fails with 'session setup failed: SUCCESS - 0'

2008-03-23 Thread Noèl Köthe
tags 341126 + moreinfo
thanks

Hello Oskar,

could you reproduce your reported bug http://bugs.debian.org/341126 with
newer samba versions?
Could give us the smbclient commandline and debug output?

Thank you.

-- 
Noèl Köthe noel debian.org
Debian GNU/Linux, www.debian.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil