You are not logged in.

#1 2017-10-04 08:44:38

GloW_on_dub
Member
Registered: 2013-03-13
Posts: 388

[SOLVED]smbclient stopped working

It looks like smbclient stopped working after an update.

It tried to resolve the issue, so I remove cifs-utils and smbclient package, reupdated all package and installed again. No luck
cifs module is correctly loaded

[glow@snowman ~]$ lsmod | grep cifs
cifs                  626688  0
dns_resolver           16384  1 cifs
fscache                61440  1 cifs

but smbtree does not show anything except for the usual warning:

[glow@snowman ~]$ smbtree
smbtree: Can't load /etc/samba/smb.conf - run testparm to debug it

and my usally working mounting line is still not working

[glow@snowman ~]$ sudo mount -t cifs //HOSTNAME/Share /mnt/usb1 -o user=user,password=password,workgroup=workgroup,ip=192.168.0.2
[sudo] password for glow: 
mount error(95): Operation not supported
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

I can ping the server ip and oher users have no problem accessing it
Any hindsight ?

Last edited by GloW_on_dub (2017-12-26 16:18:27)

Offline

#2 2017-10-04 08:49:17

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,411

Re: [SOLVED]smbclient stopped working

https://bbs.archlinux.org/viewtopic.php … 7#p1738757 ?

Though you do seem to get a different error, but maybe that error is different on different versions.

Last edited by V1del (2017-10-04 08:50:27)

Online

#3 2017-11-06 15:39:32

GloW_on_dub
Member
Registered: 2013-03-13
Posts: 388

Re: [SOLVED]smbclient stopped working

Looks like i needed to had

vers=2.0

now.

Offline

#4 2017-11-06 21:37:08

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,411

Re: [SOLVED]smbclient stopped working

Please mark as [SOLVED] if it is, by editing the title of your initial post.

Online

#5 2017-12-26 16:18:39

GloW_on_dub
Member
Registered: 2013-03-13
Posts: 388

Re: [SOLVED]smbclient stopped working

thanks for the reminder

Offline

Board footer

Powered by FluxBB