February 2023

S M T W T F S
   1234
567891011
12131415161718
19202122232425
262728    

Style Credit

Expand Cut Tags

No cut tags
Wednesday, February 18th, 2004 07:39 pm
I'm having trouble accessing my home directory, which resides on a Linux server running Samba, from my laptop, which is a Windows XP machine.

Details:

  • This used to work fine when I was accessing that directory from a machine running Windows NT Server.
  • This works for Rob, from his identical Windows XP laptop.
  • This works for me *IF* I change my password to 'cjsmith' on both the laptop and the server. (The Linux server, of course, doesn't want to let me use such a stupid password, but I can override that if I'm root.) I am willing (grudgingly) to change my password to work around what is obviously a bug or extremely bad design on somebody's part, but I'm not willing to have a password identical to my username.
  • This does NOT work for me if I use the password Rob uses. I have tried about six other passwords, and none of them work either.
Anybody know what to try next?

Thursday, February 19th, 2004 06:09 am (UTC)
Hmm.... have you tried looking at the log files in /var/log/samba, and possibily turn up the debugging level to the smbd process --- either by adding -d 3 to the command line when starting up smbd, or by adding the following to the global parameters section of smb.conf:


Thursday, February 19th, 2004 09:53 am (UTC)
I had looked at the log files, which were useless. Thanks for the debug level suggestion -- will try that tonight.