Re: [OpenAFS] Re: question for people running OpenAFS on Windows and have Cygwin

2006-10-06 Thread Jeffrey Altman
The Windows CIFS client authenticates to the AFS Client SMB Service using NTLM with a special loopback authentication mode. If you have not logged into Windows with a password then there is no password for the Windows CIFS client to use to authenticate to the AFS Client SMB Service. If and when

[OpenAFS] many packet are as rx_ignoreAckedPacket and meltdown

2006-10-06 Thread Michal Svamberg
Hello, I don't know what is rx_ignoreAckedPacket. I have thousands (up to 5) per 15 seconds of rx_ignoreAckedPacket on the fileserver. Number of calls are less (up to 1). Is posible tenth calls of rx_ignoreAckedPacket? We have this infrastructure: Fileservers (large mode): OpenAFS 1.3.81

Re: [OpenAFS] Re: openafs and linux 2.6.19-rc1 [patch]

2006-10-06 Thread chas williams - CONTRACTOR
In message [EMAIL PROTECTED],Alex Romosan writes: sorry to follow up on my own post, but the above patch works only for reads. for writes one also needs to add .aio_write = generic_file_aio_write, below .aio_read above. it needs configure tests for those of us with antique 2.6.18 kernels. try

Re: [OpenAFS] many packet are as rx_ignoreAckedPacket and meltdown

2006-10-06 Thread Robert Banz
On Oct 6, 2006, at 04:52, Michal Svamberg wrote: Hello, I don't know what is rx_ignoreAckedPacket. I have thousands (up to 5) per 15 seconds of rx_ignoreAckedPacket on the fileserver. Number of calls are less (up to 1). Is posible tenth calls of rx_ignoreAckedPacket? First,

Re: [OpenAFS] many packet are as rx_ignoreAckedPacket and meltdown

2006-10-06 Thread Derrick J Brashear
On Fri, 6 Oct 2006, Robert Banz wrote: On Oct 6, 2006, at 04:52, Michal Svamberg wrote: Hello, I don't know what is rx_ignoreAckedPacket. I have thousands (up to 5) per 15 seconds of rx_ignoreAckedPacket on the fileserver. Number of calls are less (up to 1). Is posible tenth calls of

Re: [OpenAFS] many packet are as rx_ignoreAckedPacket and meltdown

2006-10-06 Thread Lubos Kejzlar
Hi Robert, and many thanks for your reply! Let me answer on behalf on Michal - we are co-workes and Michal has left to vacations for couple of days ;-) Robert Banz wrote: First, upgrade your fileserver an actual production release, such as 1.4.1. 1.3.81 was pretty good, but, not

Re: [OpenAFS] many packet are as rx_ignoreAckedPacket and meltdown

2006-10-06 Thread Robert Banz
First, upgrade your fileserver an actual production release, such as 1.4.1. 1.3.81 was pretty good, but, not without problems. (1.4.1 is not without problems, but with less.) We are thinking of that as a one (last) of possibility, but we are running tens of linux (Debian/stable)

Re: [OpenAFS] many packet are as rx_ignoreAckedPacket and meltdown

2006-10-06 Thread Lars Schimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert Banz wrote: First, upgrade your fileserver an actual production release, such as 1.4.1. 1.3.81 was pretty good, but, not without problems. (1.4.1 is not without problems, but with less.) We are thinking of that as a one (last) of

[OpenAFS] Re: openafs and linux 2.6.19-rc1 [patch]

2006-10-06 Thread Alex Romosan
chas williams - CONTRACTOR [EMAIL PROTECTED] writes: @@ -550,6 +558,10 @@ .read =generic_read_dir, #endif .readdir = afs_linux_readdir, +#ifdef GENERIC_FILE_AIO_READ + .aio_read =generic_file_aio_read, + .aio_write = generic_file_aio_write, +#endif #ifdef

Re: [OpenAFS] Debian sarge packages for 1.4.1

2006-10-06 Thread Christopher D. Clausen
Lars Schimmer [EMAIL PROTECTED] wrote: The problem is, OpenAFS isn4t synced with distros developement. OpenAFS got better and better on a very quick timeslot (a BIG thx for all the team behind this). So far it wasn4t easy for the stable distros to select the correct version to take. At least

[OpenAFS] Suse SLES 10 IBM PPC64 AFS client : Config error (SLIM ERROR) Linux 2.6.16.21-08-ppc64

2006-10-06 Thread Dominique Bouyou
Hi, I read all 2 months ago topics on the list. Hardware : IBM REGATTA PowerPC 4 64 bits on dynamic LPAR with SuSE Linux, LVM + Raid 1 I have installed the source tree, make suggested changes cd/usr/src/linux make cloneconfig make prepare make modules-prepare cd /lib/modules/`uname -r` rm

[OpenAFS] AFS installation

2006-10-06 Thread nihh citra
hi, i have a project involving kerberos and AFS. i found a problem in finding any sites that can assist me to install and configure AFSso that it canwork with kerberos as i am still newin it..can someone post a link that help me in doing my project or anyhelp from you ???thanks,citra

[OpenAFS] Re: openafs and linux 2.6.19-rc1 [patch]

2006-10-06 Thread chas williams - CONTRACTOR
In message [EMAIL PROTECTED],Alex Romosan writes: i think this chunk (in src/afs/LINUX/osi_vnodeops.c) ended in the wrong place. the .aio_read/write were added to afs_dir_fops but they should have been added to afs_file_fops instead (the next structure below). at least that's what i had in my

Re: [OpenAFS] OpenAFS1.4.2fc4 and Mac OS X 10.4.8

2006-10-06 Thread Garance A Drosihn
At 1:57 AM -0400 10/6/06, Derrick J Brashear wrote: On Thu, 5 Oct 2006, Garance A Drosihn wrote: At 12:34 PM -0400 10/3/06, Derrick J Brashear wrote: Already fixed in CVS. Which branch is the fix in? I tried openafs-stable-1_4_x, but that didn't seem to build for me. Failing how? Hmm.

Re: [OpenAFS] AFS installation

2006-10-06 Thread Jason Edgecombe
nihh citra wrote: hi, i have a project involving kerberos and AFS. i found a problem in finding any sites that can assist me to install and configure AFS so that it can work with kerberos as i am still new in it..can someone post a link that help me in doing my project or any help from you