From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KZOE0-0007lW-Km for garchives@archives.gentoo.org; Sat, 30 Aug 2008 11:02:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 677D9E0259; Sat, 30 Aug 2008 11:02:12 +0000 (UTC) Received: from scarface.websupport.sk (scarface.websupport.sk [82.119.226.34]) by pigeon.gentoo.org (Postfix) with ESMTP id 3E146E0262 for ; Sat, 30 Aug 2008 11:02:12 +0000 (UTC) Received: from scarface.websupport.sk (localhost [127.0.0.1]) by clamsmtp.websupport.sk (Postfix) with ESMTP id 470F62C057D7C for ; Sat, 30 Aug 2008 13:02:14 +0200 (CEST) Received: from styx.lan (chello085216246178.chello.sk [85.216.246.178]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tomas@darkplace.sk) by scarface.websupport.sk (Postfix) with ESMTP id 33B032C05A39F for ; Sat, 30 Aug 2008 13:02:14 +0200 (CEST) From: Tomas Papan To: gentoo-user@lists.gentoo.org Date: Sat, 30 Aug 2008 13:02:10 +0200 User-Agent: KMail/1.9.9 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200808301302.10241.tomas@darkplace.sk> X-Virus-Scanned: ClamAV using ClamSMTP Subject: [gentoo-user] X-Archives-Salt: e9d625d4-75ec-491f-af07-80cd004760bb X-Archives-Hash: 01beef70b5e82ec4d456c4633921d8b4 Hello all, I have a router (asus wl500gp with openwrt kamikaze 7.09) with samba server= =20 version 2.0.10-4. I have used smbfs to mount this router on my gentoo-box=20 (everything works fine), but since kernel version 2.6.27 smbfs will be=20 removed I have to switch now to the cifs modul. The problem is that I am ab= le=20 to write but I cannot read (I'm always getting permission denied, when I'm= =20 trying to read, writing is working fine). I'm thinking that cifs cannot wor= k=20 with such a old samba version. If you have some experience with cifs and=20 samba please verify my assumption. Here is some configuration files smb.cfg: [global] =A0syslog =3D 0 =A0syslog only =3D yes =A0workgroup =3D lan =A0server string =3D Samba Server =A0security =3D share =A0encrypt passwords =3D yes =A0guest account =3D nobody =A0local master =3D yes =A0name resolve order =3D lmhosts hosts bcast [home] =A0comment =3D /home =A0path =3D /home =A0browseable =3D yes =A0public =3D yes =A0guest ok =3D yes =A0writeable =3D yes my /etc/fstab: //samba-srv/home /mnt/samba-srv cifs guest,rw,uid=3D1000,gid=3D100,user,def= aults 0=20 0 Thanks && Best Regards Tomas =2D- tomas dot papan at gmail dot com