Re: [OpenAFS] Re: Tuning the -daemons.

2011-04-28 Thread Jan Johansson
Andrew Deason wrote: > It suggests that it could be the problem, but technically > really anything holding xvcache could cause that (or anything > else causing the callback thread to hang). But certainly the > issue in this thread is the most likely cause. > > If you want to really be sure that t

Re: [OpenAFS] Re: Couldn't get CPS for AnyUser, will try again in 30 seconds; code=5376

2011-04-28 Thread Michael Meffie
Andrew Deason wrote: On Thu, 28 Apr 2011 12:34:27 +0200 Christof Hanke wrote: # translate_et 5376 5376 (u).0 = no quorum elected The DB-Servers cannot agree on who should be the master. VLLog and 'udebug 7003' might help indicate why. If the dbservers were just turned on, you may just hav

Re: [OpenAFS] Windows 7 x64: \\afs\cs.uwm.edu refers to a location that is unavailable

2011-04-28 Thread Dirk Heinrichs
Am 28.04.2011 21:31, schrieb Jeffrey Altman: > Execute the following commands, place the resulting output somewhere in > /afs that I can access them, and file a bug report at > openafs-b...@openafs.org. Unfortunately my cell is not publicly accessible, so it would be nice if you could tell me a w

Re: [OpenAFS] Windows 7 x64: \\afs\cs.uwm.edu refers to a location that is unavailable

2011-04-28 Thread Jeffrey Altman
On 4/28/2011 1:20 PM, John Tang Boyland wrote: > Here is the problem I alluded to earlier: > > I have a student who bought a new laptop with Windows Version 6.1.7600 and > installed NIM and OpenAFS 1.5.9904 and things ALMOST work. > > They can get tokens and can go to \\afs\openafs.org > and \\a

Re: [OpenAFS] Windows 7 x64: \\afs\cs.uwm.edu refers to a location that is unavailable

2011-04-28 Thread Jeffrey Altman
On 4/28/2011 3:22 PM, Dirk Heinrichs wrote: > Am 28.04.2011 19:20, schrieb John Tang Boyland: > >> Here is the problem I alluded to earlier: >> >> I have a student who bought a new laptop with Windows Version 6.1.7600 >> and >> installed NIM and OpenAFS 1.5.9904 and things ALMOST work. >> >> They

Re: [OpenAFS] Windows 7 x64: \\afs\cs.uwm.edu refers to a location that is unavailable

2011-04-28 Thread Dirk Heinrichs
Am 28.04.2011 19:20, schrieb John Tang Boyland: Here is the problem I alluded to earlier: I have a student who bought a new laptop with Windows Version 6.1.7600 and installed NIM and OpenAFS 1.5.9904 and things ALMOST work. They can get tokens and can go to \\afs\openafs.org and \\afs\cs.wisc.

[OpenAFS] Windows 7 x64: \\afs\cs.uwm.edu refers to a location that is unavailable

2011-04-28 Thread John Tang Boyland
Here is the problem I alluded to earlier: I have a student who bought a new laptop with Windows Version 6.1.7600 and installed NIM and OpenAFS 1.5.9904 and things ALMOST work. They can get tokens and can go to \\afs\openafs.org and \\afs\cs.wisc.edu but not \\afs\cs.uwm.edu When they try, they g

[OpenAFS] Re: Couldn't get CPS for AnyUser, will try again in 30 seconds; code=5376

2011-04-28 Thread Andrew Deason
On Thu, 28 Apr 2011 12:34:27 +0200 Christof Hanke wrote: > # translate_et 5376 > 5376 (u).0 = no quorum elected > > The DB-Servers cannot agree on who should be the master. VLLog and 'udebug 7003' might help indicate why. If the dbservers were just turned on, you may just have needed to wait

[OpenAFS] Re: Tuning the -daemons.

2011-04-28 Thread Andrew Deason
On Thu, 28 Apr 2011 10:46:25 +0200 Jan Johansson wrote: > So when reading the thread more closely I found a command that I > had missed. > > cmdebug > > So this time around I tried it when the IMAP server broke and got no > response (it timed out). > > Would it be correct to assume that this

Re: [OpenAFS] [OpenAFS] Re: [OpenAFS] Re: [OpenAFS] Re: [OpenAFS] AW: Re: [OpenAFS] Windows client Cygwin and symlinks on afs volume

2011-04-28 Thread Jeffrey Altman
On 4/20/2011 9:13 AM, Axel Müller wrote: > Any new info on this topic? Anything I can do to debug it? I would appreciate > any help. > > Axel The troubleshooting section of the release notes installed on the client machine (Programs->OpenAFS->Documentation->Release Notes) explains how to colle

Re: [OpenAFS] Couldn't get CPS for AnyUser, will try again in 30 seconds; code=5376

2011-04-28 Thread Christof Hanke
Hi, Am 28.04.2011 12:03, schrieb Claudio Prono: Hello all, I have a test AFS system internally, and it usually works. From today, i have this messages into FileLog: Thu Apr 28 11:49:48 2011 File server starting Thu Apr 28 11:49:48 2011 afs_krb_get_lrealm failed, using mediaservice-test.pri. Th

Re: [OpenAFS] Integrated Windows Logon

2011-04-28 Thread Hugo Monteiro
On 04/28/2011 03:21 AM, Jeffrey Altman wrote: On 4/1/2011 3:00 PM, Hugo Monteiro wrote: On 04/01/2011 07:04 PM, Jeffrey Altman wrote: Looking up TheseCells ... Located TheseCells in hkDom size 18 ... Found TheseCells [staff.fct.unl.pt] ... KFW_AFS_get_cred uname=[u...@fct.unl.pt] smbname=[staff

[OpenAFS] Couldn't get CPS for AnyUser, will try again in 30 seconds; code=5376

2011-04-28 Thread Claudio Prono
Hello all, I have a test AFS system internally, and it usually works. From today, i have this messages into FileLog: Thu Apr 28 11:49:48 2011 File server starting Thu Apr 28 11:49:48 2011 afs_krb_get_lrealm failed, using mediaservice-test.pri. Thu Apr 28 11:49:48 2011 VL_RegisterAddrs rpc failed;

Re: [OpenAFS] Re: Tuning the -daemons.

2011-04-28 Thread Jan Johansson
Andrew Deason wrote: > Assuming I am correctly thinking of the same issue... to > clarify: technically it's the thread handling incoming RPCs, > not the thread handling all Rx traffic. But the result is > xvcache staying write-locked for a long time, so the whole CM > pretty much grinds to a halt.