Bug 2476 - smbfs: invalid slot upon access
Summary: smbfs: invalid slot upon access
Status: REJECTED UNREPRODUCIBLE
Alias: None
Product: File System
Classification: Unclassified
Component: Samba/SMB (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: Diego Calleja
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-08 13:54 UTC by Andreas Hasenack
Modified: 2006-08-05 09:17 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.5-55674cl
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description Andreas Hasenack 2004-04-08 13:54:21 UTC
Distribution: Conectiva Linux Snapshot version
Hardware Environment: AMD Athlon(tm) 64 Processor 3000+ (32bit mode)
Software Environment: samba 3.0.3pre2, glibc-2.3.3 (client). Server is win2k,
service pack status unknown at the moment, I'll check later.
Problem Description:

Can't mount a windows 2000 share. smbclient accesses it without problems. Upon
mounting and trying to access it, I get an error: "invalid slot".

strace part:
lstat64("/mnt/win", 0x805b0d4)          = -1 EBADSLT (Invalid slot)

I also tried with cifs

Steps to reproduce:

[root@pandora root]# mount -t smbfs //win2k/nbt /mnt/win -o username=andreas
added interface ip=10.0.17.30 bcast=10.0.23.255 nmask=255.255.248.0
Got a positive name query response from 10.0.20.215 ( 10.0.20.215 )
Password: 
[root@pandora root]# mount|grep smbfs
//win2k/nbt on /mnt/win type smbfs (0)
[root@pandora root]# ls -la /mnt/win
ls: /mnt/win: Invalid slot
Comment 1 Diego Calleja 2006-08-05 07:05:23 UTC
Does it happens in recent kernels? (try only CIFS, smbfs is deprecated)
Comment 2 Andreas Hasenack 2006-08-05 08:25:08 UTC
There is no way I can test this anymore, this was too long ago, sorry.
Comment 3 Diego Calleja 2006-08-05 09:17:15 UTC
:(

I'll set is as "non reproducible"

Note You need to log in before you can comment on or make changes to this bug.