You are not logged in.

#1 2009-11-16 21:08:27

MillTek
Member
Registered: 2005-01-30
Posts: 442

Another Smbclient 3.4.3-2 question

Hi,

The recent upgrade of smbclient has brought my home network to a halt.  I've tried creating new users per the suggestions in other threads. I've tried deleting the contents of /etc/samba and starting from scratch. Nothing seems to work. Can someone detail a downgrade procedure or will a fix be available quickly??

(When I ask about a owngrade procedure I mean that I'm aware that there are other packages involved, I'm just not sure which ones they are.)

Thanks

Offline

#2 2009-11-17 03:34:10

kakalaky
Member
Registered: 2006-12-28
Posts: 10

Re: Another Smbclient 3.4.3-2 question

Assuming you still have the packages cached use the first one for i686 or the second one for x86_64.

pacman -U /var/cache/pacman/pkg/smbclient-3.3.8-1-i686.pkg.tar.gz /var/cache/pacman/pkg/tdb-3.3.8-1-i686.pkg.tar.gz
pacman -U /var/cache/pacman/pkg/smbclient-3.3.8-1-x86_64.pkg.tar.gz /var/cache/pacman/pkg/tdb-3.3.8-1-x86_64.pkg.tar.gz

Last edited by kakalaky (2009-11-17 03:38:26)

Offline

#3 2009-11-17 03:55:25

MillTek
Member
Registered: 2005-01-30
Posts: 442

Re: Another Smbclient 3.4.3-2 question

Thanks. It's working again.

Offline

#4 2009-11-17 05:03:43

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Another Smbclient 3.4.3-2 question

I know this isn't quite what you asked for, but you can skip all of smbnetfs and mount directly all Windows shares on your network. For instance, if you have a computer named OFFICE with a shared folder called Public that isn't password protected that you want to mount to /mnt/office. This will give you full read/write permissions:

mount.cifs //OFFICE/Public /mnt/office -o guest,file_mode=0777,dir_mod=0777

You can scan the local network for shares using smbtree from smbclient.

Offline

#5 2009-11-17 05:33:39

MillTek
Member
Registered: 2005-01-30
Posts: 442

Re: Another Smbclient 3.4.3-2 question

Thanks skottish.  That's good information.

Offline

Board footer

Powered by FluxBB