Re: smbfs problem

2000-07-14 Thread Ollivier Robert

According to Boris Popov:
   New version (1.2.4) can be downloaded from
 ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz

Please please pretty please, do commit it!
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun  4 22:44:19 CEST 2000



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: smbfs problem

2000-07-13 Thread Boris Popov

On Sun, 9 Jul 2000, A G F Keahan wrote:

 I have a strange problem with smbfs, where the mounted share times out
 and becomes inaccessible after a period of time.  I haven't been able to
 pinpoint the exact moment when it happens, but basically:

This was a bug in the processing of keep-alive packets - fixed.

 Also, smbutil doesn't seem to work:
 
 hightemplar:~$ smbutil view //alex@pluto
 smbutil: can't get handle to requester
 smbutil: could not login to server PLUTO: syserr = Invalid argument

You have to change permissions for the /dev/net/nsmb0 device to
give access to plain users (no devfs yet).

New version (1.2.4) can be downloaded from
ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz

--
Boris Popov
http://www.butya.kz/~bp/



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



smbfs problem

2000-07-09 Thread A G F Keahan

Hi Boris,

I have a strange problem with smbfs, where the mounted share times out
and becomes inaccessible after a period of time.  I haven't been able to
pinpoint the exact moment when it happens, but basically:

hightemplar:/home/alex$ mount
/dev/da0s1a on / (ufs, local, writes: sync 135 async 19893, reads: sync
3575 async 133)
/dev/da0s1f on /usr (ufs, local, writes: sync 33050 async 168568, reads:
sync 228738 async 13847)
/dev/da0s1e on /var (ufs, local, writes: sync 13939 async 350912, reads:
sync 14959 async 546)
procfs on /proc (procfs, local)
linprocfs on /usr/compat/linux/proc (linprocfs, local)
//ALEX@PLUTO/USERS on /mnt/pluto (smbfs)

hightemplar:/home/alex$ ls -l /mnt/pluto/
ls: : Broken pipe

hightemplar:/home/alex$ cd /mnt/pluto

hightemplar:/mnt/pluto$ pwd
/mnt/pluto

hightemplar:/mnt/pluto$ ls -al
ls: .: Broken pipe


umounting and mounting it again solves the problem.

Also, smbutil doesn't seem to work:

hightemplar:~$ smbutil lc
SMB connections:
Server: PLUTO
VC:   ALEX(root:wheel) 711
Share:USERS(root:wheel) 711

hightemplar:~$ smbutil view //alex@pluto
smbutil: can't get handle to requester
smbutil: could not login to server PLUTO: syserr = Invalid argument

PLUTO is running Windows NT 4, not sure which Service Pack, either 5 or
6.   I will be happy to help you debug this.

Alex


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message