[linux-cifs-client] updated CIFS code in RHEL5 test kernels

John Hodrien johnh at comp.leeds.ac.uk
Thu Jul 31 11:49:32 GMT 2008


On Wed, 30 Jul 2008, Jeff Layton wrote:

> Thanks John,
>
> I pulled down the samba v3-3-test git tree from samba.org and built cifs.upcall
> from that. The plan is to add that program to the samba-client package prior to
> RHEL 5.3's release, but I don't believe Simo has finished that yet.

Hmm, I'm still clearly missing something.  Go on, tell me where I'm being
silly, I'm sure it's something obvious.

Booted new kernel.

I just pulled a copy of samba out with git (which I'm not overly familiar
with):

git-clone -n git://git.samba.org/samba.git samba
cd samba
git-checkout origin/v3-3-test
cd source
./autogen.sh
./configure --with-cifsupcall
make
make install

Installed keyutils.

Created /etc/request-key.conf:

create  cifs.spnego    * * /usr/local/samba/sbin/cifs.upcall -c %k
create  cifs.resolver  * * /usr/local/samba/sbin/cifs.upcall %k

(that right?)

Mounted without kerberos (I'll worry trying to get that working in a bit).  On
entering an external directory:

CIFS VFS: dns_resolve_server_name_to_ip: unable to resolve: <remote hostname>

I'm doing something wrong.

jh

-- 
"I do not pretend to know where many ignorant men are sure - that is all that
  agnosticism means."                                 -- Clarence Darrow


More information about the linux-cifs-client mailing list