RE: [OpenAFS] when openafs becomes a windows IFS

2008-09-15 Thread Christof Hanke
Jeffry : Thanks for looking in this. Too bad it's not that useful after all (except for debugging maybe). T/Christof From: Jeffrey Altman [EMAIL PROTECTED] Sent: Friday, September 05, 2008 7:22 AM To: [EMAIL PROTECTED] Cc: openafs-info@openafs.org; Christ

Re: [OpenAFS] Re: Build samba 3.2.2 with openafs 1.4.7

2008-09-15 Thread Andrew Bartlett
On Sat, 2008-09-06 at 08:23 +0200, Gémes Géza wrote: > Derrick Brashear írta: > > On Fri, Sep 5, 2008 at 3:35 PM, Gémes Géza <[EMAIL PROTECTED]> wrote: > > > >> Hi, sorry for cross posting, but it seems to be an interoperability > >> problem. > >> > >> I've modified the afs/afs.h and afs/com_er

[OpenAFS] PAG garbage collection on linux

2008-09-15 Thread Andy Cobaugh
I recently ran into a situation where I had a process on linux that gets pags probably 10 times per minute on linux (dovecot, fwiw). After 3 weeks of uptime after upgrading afs to 1.4.7, we had to reboot the machine, as we were no longer able to create new pags. This is on debian stable, ker

Re: [OpenAFS] Weird filenames with Visual Studio 2003 and OpenAFS 1.5.5[12]

2008-09-15 Thread John Perkins
> If you can reproduce the problem while capturing OpenAFS Trace output > it would help to track down the problem. In particular I need to > identify which routines were used to create the temporary file. > It looks like a counted string is being used as a nul terminated string > at some point.

[OpenAFS] Re: Win2K AFS server, setup SL4.5 test-cell server then migrate...

2008-09-15 Thread avison48
hello, Still working on this. Jason said: > These instructions might help. > http://www.dementia.org/twiki/bin/view/AFSLore/FedoraAFSInstall They look clear, thank you for pointer Jason! Except they still assume you own & manage your own Unix KDC, which is not true here. The new test machine ha

Re: [OpenAFS] compiling 1.5.52 on suse 10.3

2008-09-15 Thread Derrick Brashear
On Wed, Sep 10, 2008 at 11:45 AM, Ted Creedon <[EMAIL PROTECTED]> wrote: > compiles fine but fails on insmod of libafs > > unreferenced variable if you look in the system log, it should tell you which variable. you should share that information with that rest of us, so we can fix it :) Derrick _

[OpenAFS] Re: [OpenAFS-devel] fs:'/afs': Function not implemented

2008-09-15 Thread Derrick Brashear
On Thu, Sep 11, 2008 at 6:01 AM, Hamzalija Meco <[EMAIL PROTECTED]> wrote: > Hi again. > after installing openafs 1.4.7 on my suse 10.2 it all went better lige > before. > but now im having an fs issue, like the subject says.. > > the command im trying to execuce is: > > /usr/afs/bin/fs setacl /afs

Re: [OpenAFS] PAG garbage collection on linux

2008-09-15 Thread Russ Allbery
Andy Cobaugh <[EMAIL PROTECTED]> writes: > I recently ran into a situation where I had a process on linux that gets > pags probably 10 times per minute on linux (dovecot, fwiw). After 3 > weeks of uptime after upgrading afs to 1.4.7, we had to reboot the > machine, as we were no longer able to cre

[OpenAFS] VLDB problem - Duplicate entries

2008-09-15 Thread William Setzer
[ If you see this twice, I apologize. I sent it to an old address without noticing, so I hope it got eaten. ] We've been investigating why our "vos backupsys" processes have been hanging, and have discovered something disturbing. Upon dumping out our VLDB via "vos listvldb > foo" it appears ou

Re: [OpenAFS] VLDB problem - Duplicate entries

2008-09-15 Thread Esther Filderman
On Fri, Sep 12, 2008 at 4:50 PM, William Setzer <[EMAIL PROTECTED]> wrote: > Our first thought is to do a "vos syncvldb"/"vos syncserv", but we > don't know if this will fix the problem, particularly in the case of > duplicate entries pointing to the same place. Our second thought is > to do it af

[OpenAFS] compiling 1.5.52 on suse 10.3

2008-09-15 Thread Ted Creedon
compiles fine but fails on insmod of libafs unreferenced variable thanks

[OpenAFS] OpenAFS for Windows cache options

2008-09-15 Thread John Perkins
Some questions that have come up at our site recently after some review of our OpenAFS client setup. We're running Windows XP with OpenAFS 1.5.52 or 1.5.30-36 clients. 1. Is there a general recommendation for cache size these days? We had been setting the cache size to 1GB if there was what we

Re: [OpenAFS] Weird filenames with Visual Studio 2003 and OpenAFS 1.5.5[12]

2008-09-15 Thread Jeffrey Altman
John Perkins wrote: >> If you can reproduce the problem while capturing OpenAFS Trace output >> it would help to track down the problem. In particular I need to >> identify which routines were used to create the temporary file. >> It looks like a counted string is being used as a nul terminated st

Re: [OpenAFS] OpenAFS for Windows cache options

2008-09-15 Thread Jeffrey Altman
John Perkins wrote: > Some questions that have come up at our site recently after some review > of our OpenAFS client setup. We're running Windows XP with OpenAFS > 1.5.52 or 1.5.30-36 clients. > > 1. Is there a general recommendation for cache size these days? We had > been setting the cache

Re: [OpenAFS] PAG garbage collection on linux

2008-09-15 Thread Chaskiel Grundman
/proc/sys/afs/GCPAGS gets set to 8, which from my understanding means it was unable to walk the process tree. I've had this problem for some time, and I don't know what causes it. As near as I can tell, the process tree walk is not working properly with Debian kernels. I get the same behavior

[OpenAFS] Google Summer of Code 2008 wrapup

2008-09-15 Thread Derrick Brashear
2008 was the first year OpenAFS was selected to participate in the Google Summer of Code program. It was a learning experience for students and mentors alike. Much good came from it. Check out the web page below for a summary of what was accomplished. I encourage the students to comment on their wo

Re: [OpenAFS] PAG garbage collection on linux

2008-09-15 Thread Russ Allbery
Chaskiel Grundman <[EMAIL PROTECTED]> writes: >> I've had this problem for some time, and I don't know what causes it. >> As near as I can tell, the process tree walk is not working properly >> with Debian kernels. I get the same behavior with 1.4.7 on a 2.6.25 >> Debian kernel. > afs_osi_Traver

Re: [OpenAFS] Google Summer of Code 2008 wrapup

2008-09-15 Thread Jake Thebault-Spieker
> I encourage the > students to comment on their work and experiences. > I really really enjoyed my experience this summer, working on kAFS. Going in, I was pretty sure my skills weren't where they should be for this project, but I thought I would be able to learn. I learned an enormous amount, b

Re: [OpenAFS] Re: Win2K AFS server, setup SL4.5 test-cell server then migrate...

2008-09-15 Thread Sergio Gelato
* avison4 [2008-09-13 17:54:05 +]: > Sergio Gelato said > > My favourite cell setup instructions are the ones that ship as part of > > the Debian OpenAFS packages. The reason is that they don't require you > > to use the -noauth switch. > > When I looked at this, the only "instructions" for c