Re: [OpenAFS] setting UDP timeouts without ipchains

2005-09-11 Thread Jim Rees
You could also try a shorter server probe interval to workaround your connectivity problems. Try "fs checkservers -interval 30". ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] PAG issues with ssh

2005-09-21 Thread Jim Rees
It seems the most universal and safe way to deal with it would be to have some utility to drop the PAG, if that is at all possible. Why not acquire a new pag with no tokens when you start a service? That's what I do. ___ OpenAFS-info mailing list

Re: [OpenAFS] newbie observations...

2005-09-27 Thread Jim Rees
If you turn it on, it will be on for all file content traffic on that client. But only if you have a token. No token, no encryption. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] AFS on Ubuntu 5.04: anyone?

2005-10-11 Thread Jim Rees
Is anyone using openafs on ubuntu 5.04? I am, but I'm not using the ubuntu kernel. I'm using 2.6.12-rc3 from kernel.org with nfs4 patches from citi (that shouldn't make any difference). I build by pulling source from OpenAFS cvs head: ./configure --with-afs-sysname=i386_linux26 --with-linux

Re: [OpenAFS] /afs permissions

2005-10-28 Thread Jim Rees
The default afsd options (for AIX machines at least) end up producing a /afs directory that is mode 777. This causes sshd to refuse to use public key files stored in .ssh directories somewhere under /afs. You need "StrictModes no" in sshd_config. My question is, where does the mode 777

Re: [OpenAFS] Re: /afs permissions

2005-10-28 Thread Jim Rees
> You need "StrictModes no" in sshd_config. This seems like a bad idea for security reasons... Why? ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] odd mount point behaviour.

2005-11-21 Thread Jim Rees
Also, msu should be a link to msu.edu, not the other way around. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] afs vs nfs

2005-11-22 Thread Jim Rees
Hummingbird has a NFSv4 client for Microsoft Windows. NFSv4 is probably not yet ready for deployment but it will be eventually. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] afs vs nfs

2005-11-22 Thread Jim Rees
Hummingbird does not give it away for free nor does it come integrated as part of the operating system. Microsoft Windows is not free, and OpenAFS is not part of the Microsoft Windows operating system. ___ OpenAFS-info mailing list OpenAFS-info@opena

Re: [OpenAFS] afs vs nfs

2005-11-22 Thread Jim Rees
Read carefully. I attended an NFSv4 presentation at a technical conference, and found out that some of the NFSv4 features were added specifically to compete with afs; however, the implementation is in the spec as "optional", and, in fact, none of the existing NFSv4 implementations have

Re: [OpenAFS] AFS and Apache Virtual Directory

2005-11-22 Thread Jim Rees
Those of you who are running apache authenticated to afs, I'm just curious... why? ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] openafs and Kerberos

2005-11-23 Thread Jim Rees
(1) It won't allow a user whose home directory is in AFS to authenticate using ssh keys, even if he has Kerberos tickets to transfer. You can fix this by setting "StrictModes no" in your sshd_config. What bothers me is that you can't delegate credentials unless you have used thos

Re: [OpenAFS] amd64 FreeBSD-6.0

2005-11-23 Thread Jim Rees
Im using afs-sysname "amd64_fbsd53" but im running FreeBSD-6.0-RELEASE. Will it work? I don't think so, but you are welcome to try. I suggest you write a param file for amd64_fbsd60 and use that instead. Let me know if it works. ___ OpenAFS-info ma

Re: [OpenAFS] amd64 FreeBSD-6.0

2005-11-23 Thread Jim Rees
At the very least you should change the SYS_NAME and add AFS_FBSD60_ENV to src/config/param.amd64_fbsd_53.h. And I would suggest adding the configure flags from the README. Why did you add -fPIC to the CFLAGS? I doubt very much that any linux binaries will work, because the afs syscalls are not

Re: [OpenAFS] Compile failure on FreeBSD 6.0

2005-12-12 Thread Jim Rees
In file included from ../sys/vnode.h:547, from /usr/local/src/openafs-1.4.0/src/afs/sysincludes.h:257, from /usr/local/src/openafs-1.4.0/src/afs/afs_analyze.c:20: ./vnode_if.h:9:30: vnode_if_typedef.h: No such file or directory ./vnode_if.h:10:31: vnode

Re: [OpenAFS] Trouble setting up first server on FreeBSD 6.0

2005-12-14 Thread Jim Rees
Again, I'm not sure at what stage the kernel build generates those files. I'll bet you can make them without doing a full kernel compile. Did you try that? I build my kernels the old-fashioned way, so that's what the default is for --with-bsd-kernel-build. I'm open to suggestions. __

Re: [OpenAFS] Trouble setting up first server on FreeBSD 6.0 (fwd)

2005-12-14 Thread Jim Rees
We still support OpenAFS on previous versions of FreeBSD and I don't feel like making the default depend on the OS version. But if you want to send me a patch I'll be happy to look at it. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lis

Re: [OpenAFS] Trouble setting up first server on FreeBSD 6.0 (fwd)

2005-12-14 Thread Jim Rees
I thought the "new way" was more recent than that. But I could be wrong. Like I said, if you want to send a patch I'll look at it. There is already some code in the libafs Makefile to generate the vnode_if.h file. Maybe this could be extended to also generate the files it depends on. ___

Re: [OpenAFS] aklog: build failure?

2005-12-21 Thread Jim Rees
I just went through this same thing on OpenBSD. In my case it was a matter of adding -lcrypto to KRB5LIBS. As Ken said, check config.log to find out what the problem is, then adjust KRB5CFLAGS and KRB5LIBS. You didn't say how you configured, but if you have a working krb5-config the easiest thin

Re: [OpenAFS] aklog: build failure?

2005-12-21 Thread Jim Rees
When /i/ first started playing with it I assumed that when I used --enable-krb5 it would perform an AM_PATH_PROG(KRB5_CONFIG, krb5-config) and search in my path.. That wouldn't work for me. I've got a /usr/local/bin/krb5-config for MIT, but I normally use Heimdal and it has no krb5-config.

Re: [OpenAFS] aklog: build failure?

2005-12-21 Thread Jim Rees
Configure generates src/aklog/Makefile even if you don't specify --with-krb5. That's ok because the top-level Makefile doesn't try to descend into src/aklog. But you run into trouble if someone tries to do the make manually, because the correct flags won't be set. This is really user error but w

Re: [OpenAFS] aklog: build failure?

2005-12-21 Thread Jim Rees
I don't know. It's whatever came with OpenBSD 3.6, so it would be at least a year old. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] aklog: build failure?

2005-12-22 Thread Jim Rees
krb5-config is not needed on OpenBSD because Heimdal is installed in a standard place. All that's needed is to avoid running the MIT krb5-config. Do you really need aklog when you have Heimdal's afslog? Not really, but I do like to run the same software on all platforms when I can. ___

Re: [OpenAFS] aklog: build failure?

2005-12-22 Thread Jim Rees
I was speaking of OpenAFS, not OpenBSD/Heimdal in general. It would be nice to have krb5-config on OpenBSD, but it's not necessary for OpenAFS. As a distributor of software other than OpenAFS, yes you have a problem. ___ OpenAFS-info mailing list OpenAF

Re: [OpenAFS] OpenAFS 1.4.0 and FreeBSD 6.0 on AMD64

2006-01-03 Thread Jim Rees
Where can I get your param.amd64_fbsd_60.h? Can you confirm that -mpreferred-stack-boundary=2 is only used when building the kernel module, in src/libafs? If not, where else? Can you find out whether the kernel build uses -mpreferred-stack-boundary and if so what it is set to? If possible, buil

Re: [OpenAFS] home on afs woes

2006-01-04 Thread Jim Rees
Any distributed file system has the same problem, if files in the home directory need to be accessed during login. NFSv4 may have to address the same problems. The problem with afs is that you can't put an acl on a file. NFSv4 doesn't have this problem. _

Re: [OpenAFS] home on afs woes

2006-01-06 Thread Jim Rees
authentication identities to AFS ID's), the AFS directory format (to support unicode filenames and >64K files per directory), Does the directory format have to change for unicode? I'm pretty sure it will hold utf-8 with no changes. Other things would have to change of course. __

Re: [OpenAFS] home on afs woes

2006-01-06 Thread Jim Rees
Therefore, for a Unicode directory entry there must be two strings stored: the normalized string that is used for directory searches and a display string that is the string the user entered. Is there precedent for this? Do any other unicode based file systems do it this way?

Re: [OpenAFS] Fedora4 on i686

2006-01-26 Thread Jim Rees
Are you sure your afsd matches your kernel module? ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] AFS on Apple G5 running Yellow Dog 4.1

2006-02-05 Thread Jim Rees
Why --disable-afsdb? Can you look in the configure log and figure out why it failed? ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] AFS on Apple G5 running Yellow Dog 4.1

2006-02-05 Thread Jim Rees
There should never be any reason to build with --disable-afsdb. If you don't want afsdb, don't turn it on. Even if you do turn it on, I think the CellServDB still takes precedence. If you can't build without --disable-afsdb because of build problems, I think we'd like to hear about that. ___

Re: [OpenAFS] Connection timeouts

2006-02-14 Thread Jim Rees
NAT UDP Timeouts. The firewall/NAT gateway loses the UDP mapping between the client and the server.. The server can no longer talk to the client.. Callbacks fail.. The server marks the client as "Bad" because it can't talk back to the client. It's not widely known, but the workaround fo

Re: [OpenAFS] /usr/sbin/afsd --impatient

2006-02-14 Thread Jim Rees
I seem to remember a problem where the Mac Finder would not just stat every directory, but open it and look for a .DS_Store file. Is that still true? I also remember there being some command you could run on the Mac that would prevent the finder from creating .DS_Store files, but I don't know if

Re: [OpenAFS] Connection timeouts

2006-02-14 Thread Jim Rees
It's not well documented, but "fs checks -interval 0" will return the current interval. Also, I'm not sure this does what I thought it did. There is an interval for down servers and a different one for up servers. It looks like this sets the one for down servers, which probably won't help for NA

Re: [OpenAFS] Re: OpenAFS + Kerb5

2006-02-15 Thread Jim Rees
Maybe we should invoke some configure magic to allow building the user space components with gcc on Solaris. I'm not enough of a configure expert to know how to do this. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mai

Re: [OpenAFS] Re: OpenAFS + Kerb5

2006-02-16 Thread Jim Rees
thus you won't gain anything by compiling the userland parts with gcc. You still need the 'native' compilers. I could imagine some cases where this would be useful. For example, you might be using the pre-compiled package for your platform, but want to recompile some userland tool so you ca

Re: [OpenAFS] what is "status: 11862790" (Tiger, rc8)

2006-02-27 Thread Jim Rees
The afsdb record points to a cname. I don't know if that's allowed but I suspect not. I know you can't have a cname point to a cname. That may or may not be your problem. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/

Re: [OpenAFS] Re: what is "status: 11862790" (Tiger, rc8)

2006-02-28 Thread Jim Rees
There is a big difference between "it works here" and "it works everywhere." I don't know enough about dns to say that this is a problem, but I haven't seen anything that suggests it's not. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://li

Re: [OpenAFS] Re: what is "status: 11862790" (Tiger, rc8)

2006-02-28 Thread Jim Rees
That's standard behavior. That's why it's called "ANY" and not "ALL." If you do a query for "A" on your local caching dns, you'll get back the A record. ref: rfc1034, step 4. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.

Re: [OpenAFS] vos: failed to parse date...

2006-03-14 Thread Jim Rees
Dates in the form xx/yy/ are ambiguous and should probably be avoided. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] vos: failed to parse date...

2006-03-14 Thread Jim Rees
It looks like this is the only format vos -time understands. Can anyone think of a reason not to fix this? ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] 1.4.x fileserver crashes on amd64_linux2X when tracing turned on

2006-03-14 Thread Jim Rees
I'm opposed to nested includes because it makes it difficult to diagnose include ordering violations but I realize that's a losing battle. I actually wonder why hardly anybody uses the '%I' format instead which util/snprintf.c understands - perhaps because a move to IPv6 (if ever) would be

Re: [OpenAFS] vos: failed to parse date...

2006-03-14 Thread Jim Rees
How widely is strptime implemented? If all our supported platforms have it, that would make things easier. It's in all the BSDs. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] vos: failed to parse date...

2006-03-15 Thread Jim Rees
Yes, I think someone should code this up. There is no need for afs_strptime, just put our own strptime inside of #ifndef HAVE_STRPTIME (with appropriate configure code). See util/strl*.c. The OpenBSD version of strptime still has the dreaded advertising clause, so I have not imported it. Maybe

Re: [OpenAFS] vos: failed to parse date...

2006-03-15 Thread Jim Rees
That won't help. Theo already went on a quest to remove the licensing clause wherever possible. The strptime license is from Powerdog Industries, not Berkeley. It originally had a much more restrictive license that didn't even allow modification, and Powerdog reluctantly removed that restriction

Re: [OpenAFS] 1.4.x fileserver crashes on amd64_linux2X when tracing turned on

2006-03-16 Thread Jim Rees
When you say "it's wrong" what are you talking about? The missing include, the proposed fix, the fix that was applied, or my statement about nested includes? Your patch went in exactly as you wanted. It didn't work on bsd and other traditional unix platforms but I fixed it. Does my fix not work

Re: [OpenAFS] Compilation Error: afs_analyze.o

2006-03-28 Thread Jim Rees
I suspect we need a configure test for which curses.h to include, instead of using AFS_LINUX20_ENV. By the way, you are not likely to get much help at all until you provide better information. At the very least give us the entire compilation line and all error messages, instead of just the last l

Re: [OpenAFS] rxtcp, rxutcp

2006-03-30 Thread Jim Rees
Unfortunately, switching to tcp will not solve your NAT problems. NATs drop their mappings from internal addr/port to external port equally for both both udp and tcp. I don't believe that's true for most nats. The one I use at home has a one day timeout for tcp, and 60 seconds for udp. Lin

Re: [OpenAFS] rxtcp, rxutcp

2006-03-30 Thread Jim Rees
I have not seen the spec and I do not know how feasible it would be to implement it as part of the application when the OS is already supporting it directly. I know nothing about upnp but if, for example, it's simply a matter of afsd making a single call to the OS to register the service, th

Re: [OpenAFS] rxtcp, rxutcp

2006-03-30 Thread Jim Rees
Are you talking tcp or udp? If we had afs running over tcp, the ten-minute ping would keep the connection alive unless your nat was really broken. For the current udp implementation, I recently dropped in some code that will reduce the ping interval to one minute. We have discussed this on opena

Re: [OpenAFS] Re: rxtcp, rxutcp [for networks without UDP]

2006-03-31 Thread Jim Rees
In the future only tcp on port 80 will work. Some time after that only http over tcp on port 80 will work. It's already happening in some places. I think recent versions of ssh have the ability to tunnel udp. You could try that. There might even be a way to tunnel a vpn through port 80 althoug

Re: [OpenAFS] Re: rxtcp, rxutcp [for networks without UDP]

2006-04-03 Thread Jim Rees
It actually tunnels ip, not udp, but you can obviously use it to set up a vpn and forward all your udp traffic over it. I don't think it will forward udp ports the way it forwards tcp ports, so I may have misremembered that. More info here: http://www.securityfocus.com/columnists/375 ___

Re: [OpenAFS] BreakDelayedCallbacks FAILED still an issue

2006-04-18 Thread Jim Rees
The openafs client is not to blame. Something is blocking the callbacks. It's not a nat, because the client is at port 7001. My guess is the Windows firewall. If not, then some other firewall. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org http

Re: [OpenAFS] BreakDelayedCallbacks FAILED still an issue

2006-04-18 Thread Jim Rees
Right, but if it started out on port 7001 it is unlikely to have moved after that. If there were a nat involved I would expect the client would start on some port other than 7001, then move. But as Jeffrey says, your best bet is to upgrade the server. _

Re: [OpenAFS] BreakDelayedCallbacks FAILED still an issue

2006-04-19 Thread Jim Rees
Your primary problem is the firewalled client. This is not an afs bug, it's a problem with your network. You must fix this. If you don't you will have file system delays and cache inconsistency. There is also a secondary problem, that this one misbehaving client can bring down your entire cell.

Re: [OpenAFS] BreakDelayedCallbacks FAILED still an issue

2006-04-19 Thread Jim Rees
There is a firewall somewhere. You're not looking hard enough. Try traceroute, and tcpdump along the path. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

[OpenAFS] Re: [OpenAFS-announce] OpenAFS 1.4.1 is now available

2006-04-24 Thread Jim Rees
Should the "latest release" link on the web site be updated to point to 1.4.1 now that it's out? ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] FreeBSD & OpenAFS : when?

2006-04-26 Thread Jim Rees
A few of us have worked on it in the past but no one is working on the FreeBSD client now. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] NAT issues.

2006-04-26 Thread Jim Rees
Sigh. Groan. Didn't we just discuss this last week for the hundredth time? The consensus was that it's a bad idea to allow ordinary users to pound on the servers that way. I did put code in cvs head that will check up and down servers every 30 seconds, but right now there is no convenient way t

Re: [OpenAFS] speed of vos dump on linux gbit ethernet

2006-06-03 Thread Jim Rees
I've been told it's crucial to increase both rxpck and udpsize. Maybe we should change the defaults, or auto-tune them somehow? Our production servers run with fileserver -L -p 92 -rxpck 2400 -udpsize 524288 -l 1000 -s 1000 -vc 1000 -nojumbo ___ OpenAF

Re: [OpenAFS] Best Practices Seminar 2006

2006-06-06 Thread Jim Rees
It's at the Michigan Union: http://www.google.com/maps?f=q&hl=en&q=530+S.+State+St.+Ann+Arbor,+MI&om=1 I don't drive there myself and I don't recommend you try it. There is a parking structure on Maynard between William and Liberty. ___ OpenAFS-info ma

Re: [OpenAFS] recovering corrupted save on file

2006-06-08 Thread Jim Rees
That's pretty much what disconnected afs does. It took a grad student a year or two to write and is thousands of lines of code. A readonly version would be easier but it's still far from trivial. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org ht

Re: [OpenAFS] AFS workshop transportation question

2006-06-11 Thread Jim Rees
Shuttle buses will run Monday and Tuesday between the Holiday Inn and the Michigan Union. The first bus in the morning will leave the Holiday Inn at 7:30 and the last around 9:45. The first bus in the afternoon will leave the Michigan Union at 4:30 and the last around 6:30. If you need to travel

Re: [OpenAFS] OpenAFS and FreeBSD

2006-07-13 Thread Jim Rees
The server should work fine. If not please file a bug report. Several of us have worked on the client but it's not useful right now, mostly because of the locking changes that went in to FreeBSD for SMP support. We would welcome any contributions of code to get the client working. __

Re: [OpenAFS] Unknown Gnome/AFS problem

2006-07-19 Thread Jim Rees
Yes, but what you'd really like is to find out why gnome can't see the files. I didn't catch what OS this was but I would suggest trying ktrace or similar to trace the system calls and find out what's failing. ___ OpenAFS-info mailing list OpenAFS-info@o

Re: [OpenAFS] using afs for unix config files

2006-07-27 Thread Jim Rees
At one time we had a list of the 11 files that must be present on the local disk to bring up afs on at RT. Our "minimal" install is now 1700 files. I would not want to put hosts or resolv.conf in afs. I think you could, if you're not using afsdb, but I still wouldn't want to. ___

Re: [OpenAFS] FC6-T2 openafs

2006-08-11 Thread Jim Rees
I put a fix in to cvs head yesterdy for the missing ubik_client declaration, but it's not really the right fix. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] OpenAFS for SunOS?

2006-08-29 Thread Jim Rees
I'm still running Transarc 3.1a on my Apollo, and it works fine against OpenAFS servers. Even klog works, although I'm not sure how that's possible. Should we have an "oldest client" contest? ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https:

Re: [OpenAFS] Supported enctypes in OpenAFS 1.4.x

2006-08-30 Thread Jim Rees
There's also the issue of accessing in-kernel crypto if you want to use something other than des. I suspect rxk5 will probably work in the linux cache manager to begin with, and require some help to work on other platforms. ___ OpenAFS-info mailing list

Re: [OpenAFS] AFS on FreeBSD 6.1

2006-08-30 Thread Jim Rees
The client doesn't really work any more. I suppose I should fix the README and the web site. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] AFS on FreeBSD 6.1

2006-08-30 Thread Jim Rees
Although I think you'll make better progress if you load the kernel module. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] AFS on FreeBSD 6.1

2006-08-31 Thread Jim Rees
A few of us have worked on the FreeBSD client in the past, but no one is working on it now. To complete it, you would have to find someone willing and able to do the work. The remaining problems mostly have to do with locking, vnode refcounting, and of course packaging. If you are determined to

Re: [OpenAFS] AFS on FreeBSD 6.1

2006-08-31 Thread Jim Rees
You might try arla. It's been reported to work on FreeBSD. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] OpenAFS through-the-NAT performance.

2006-09-18 Thread Jim Rees
This should go in an FAQ somewhere. You can set a probe interval with "fs checks -interval" but that's not quite what you want because it only sets the interval for down servers. There is a "fs discon" command that will put you in to "nat mode," where all servers will be probed at 60 second inter

Re: [OpenAFS] OpenAFS 1.4.x on SuSE 10.1 and rlim error

2006-09-19 Thread Jim Rees
I did have kernel-source installed. The problem was that I had left off "--with-linux-kernel-headers=/usr/src/linux" when I ran configure. I am somewhat embarassed that it was so simple. That shouldn't be necessary. Do you know why it failed? Did it find a different set of kernel sources

Re: [OpenAFS] Removing file server preferences...

2006-09-19 Thread Jim Rees
It sounds like what you are looking for is a new command that flushes the server list without restarting the afs client. That would be useful for the case where you have decommissioned a file server, and "fs checks" still checks for it every time. __

Re: [OpenAFS] runntp missing

2006-09-25 Thread Jim Rees
If everything is working right, you don't have to disable it, because afsd won't set the clock unless it's more than two seconds off. If you are seeing the "setting clock" message, something is wrong with your client or server. Newer versions of OpenAFS have clock setting turned off by default.

Re: [OpenAFS] bandwidth requirements

2006-10-16 Thread Jim Rees
I used to run the Transarc client over a 9600 bps Qblazer. With almost everything in afs, including almost all of /usr (not /usr/vice obviously). ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-in

Re: [OpenAFS] Confused about an OpenAFS upgrade path.

2006-10-24 Thread Jim Rees
If you're moving to newer hardware, why bother upgrading the old hardware to new software at all? ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] Re: openafs on debian with linux 2.6.18 kernel

2006-10-25 Thread Jim Rees
Haven't the gnu people been on a rampage recently to discourage the use of cpp? I seem to remember running into this recently trying to preprocess .xresources on ubuntu. I have to agree with Derrick and Jeffrey that if you don't have /lib/cpp, then it isn't installed, and installing it is your so

Re: [OpenAFS] AFS client suddenly extremely slow

2006-10-29 Thread Jim Rees
At one time we were trying to get afsd to auto-tune so that the various options for different cache sizes would not be needed. If the current auto-tuning isn't good enough, maybe someone should work on it some more. Or maybe that didn't make it in to 1.4.x, I don't remember. _

Re: [OpenAFS] AFS rsh token passing

2006-10-30 Thread Jim Rees
How about stock openssh, no patches, set up for gss (kerberos) authentication and ticket passing? That's what I use. Then you can aklog (or afslog) in your .cshrc (or whatever). No k4 required. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org htt

Re: [OpenAFS] AFS client suddenly extremely slow

2006-10-31 Thread Jim Rees
However, that doesn't help you if you insist on passing explicit values on the command line, as is done by the startup scripts included with several of the binary packages. Yes, that's exactly my point. I would like to see the platform maintainers remove these overrides. I have done so f

Re: [OpenAFS] AFS client suddenly extremely slow

2006-10-31 Thread Jim Rees
So just be be 100% clear, to turn autotune on, all you need to do is start up "afsd" without any of these options: "-stat, -dcache, -daemons, -volumes, -chucksize"? That's right. You can find out what the values got auto-tuned to with "cmdebug -cache". Does auto-tuning work only for disk

Re: [OpenAFS] Undelete support feedback request

2006-12-07 Thread Jim Rees
Isn't undelete an application function? I don't think it belongs in the file system. Are there any other file systems that implement it? ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] env vars being ignored - 1.4.2 building aklog

2007-01-03 Thread Jim Rees
Jeff Blaine wrote: CC and CPPFLAGS being ignored (I am using GNU make of course) when building aklog. Also, isn't this supposed to build by default, what with kaserver's deprecation and all... ? You want KRB5CFLAGS and KRB5LIBS. These are options to configure, not to make. If this isn't

Re: [OpenAFS] env vars being ignored - 1.4.2 building aklog

2007-01-03 Thread Jim Rees
Jeff Blaine wrote: If I'm not misunderstanding the current configure output, these are set by configure these days (when one runs configure properly). That's only if you have krb5-config. I thought you didn't, because a) you have Solaris and I thought Solaris didn't come with anything, and b

Re: [OpenAFS] openafs performance in an internet-scale traffic environment

2007-02-21 Thread Jim Rees
How big is your working set? If it won't fit in your afs cache, you will not be happy. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] kernel: afs_NewVCache: warning none freed, using 4000 of 4000

2007-03-07 Thread Jim Rees
Beagle may be triggering the bug, but if you are running out of vcaches and don't have 4000 files open, there is a leak in afs somewhere. Can you try "lsof" (or equivalent, I don't remember if this is linux) and find out whether the files are really open? __

Re: [OpenAFS] kernel: afs_NewVCache: warning none freed, using 4000 of 4000

2007-03-07 Thread Jim Rees
Ken Aaker wrote: There is an lsof command available, Are there some options for lsof that would be useful? I don't use it myself, but "lsof |wc" should give you a few hundred files, at least on a personal workstation. If it's over 4000 you may have to play with the options to get an accurate

Re: [OpenAFS] Passwordless login through ssh on krb5/afs enabled workstation.

2007-03-08 Thread Jim Rees
Alexander Al wrote: I'll tell the user : "can't" (because he is connecting from outside.) That's the wrong answer. This should go in a FAQ somewhere. You just need to make the public key world readable. That's difficult because ssh wants to put public and private keys both in the same direct

Re: [OpenAFS] volume problems

2007-03-09 Thread Jim Rees
I think it's probably confused by the over-quota. The error message could be improved. Try increasing the quota, then do the move. ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] Passwordless login through ssh on krb5/afs enabled workstation.

2007-03-14 Thread Jim Rees
Walter Lamagna wrote: pam_afs[25129]: AFS Won't use illegal password for user walter How could i resolve it ? I don't know. I thought you wanted to use ssh public key authentication. I don't know anything about pam. ___ OpenAFS-info mailing list O

Re: [OpenAFS] Add new fileserver

2007-04-08 Thread Jim Rees
Chris Huebsch wrote: There is no command "give me all the available space on all of my afs servers". You need to write a little script for that. Here's mine: % which rdf rdf: aliased to fs df /afs/citi.umich.edu/partitions/* To make this work you have to remember to create a tiny volume

Re: [OpenAFS] How to volunteer?

2007-04-09 Thread Jim Rees
chas williams - CONTRACTOR wrote: the ibm html documentation has been converted to xml (the preferred format). its in the cvs repository. its a straight conversion with little editing so the documentation still says 'AFS 3.6'. i didnt proof every single page so there might be a few erro

Re: [OpenAFS] asetkey: failed to set key, code 70354694

2007-04-09 Thread Jim Rees
Marcus Watts wrote: Ok, so there is the whole com_err mess. But openafs has its own com_err so that "shouldn't" matter. Isn't the problem here that asetkey needs both the OpenAFS and the Kerberos com_errs, but you can't have both in a single program? I'll admit I'm not an expert on this sub

Re: [OpenAFS] How to volunteer?

2007-04-10 Thread Jim Rees
I just committed doc/README to the source tree. I'm sure it's incomplete and maybe even wrong, so please send corrections. I prefer actual text to vague statements. === What's in the "doc" subdirectory ** doc/html original ibm html doc, no longer used ** doc/man-pages pod sources for man pages

Re: [OpenAFS] Re: Implicit "A" in fileserver

2007-04-13 Thread Jim Rees
Adam Megacz wrote: This patch adds a configure-time "--disable-volume-owner-a" which has the desired effect. Shouldn't this be a run-time switch? ___ OpenAFS-info mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] dropbox semantics ("irl")

2007-05-30 Thread Jim Rees
It's in Check_PermissionRights(): if (CallingRoutine & CHK_FETCH) { /* must have read access, or be owner and have insert access */ if (!(rights & PRSFS_READ) && !(OWNSp(client, targetptr) && (rights & PRSFS_INSERT))) retu

Re: [OpenAFS] Missing asetkey

2007-06-19 Thread Jim Rees
Aren't you trying to build asetkey? ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

  1   2   >