Re: [OpenAFS] afsd segfaults

2002-02-28 Thread Ian D
Derek Atkins <[EMAIL PROTECTED]> writes: > compare the inode init in afs_NewVCache() in src/afs/afs_vcache.c > with init_once() in linux/fs/inode.c I can say this: I have no idea what I'm looking for in afs_NewVCache. init_once in fs/inode.c is: static void init_once(void * foo, kmem_cache_t *

[OpenAFS] Moving Volumes

2002-02-28 Thread Michael Aldrich
If I am moving volumes from server to server, can I expect an outage? My AFS server currently contains volumes attached to my web site. Will this cause an outage for my site? Thanks Mike

Re: [OpenAFS] Authenticating against krb5-only KDC (active directory)

2002-02-28 Thread Derek Atkins
Jacob Gorm Hansen <[EMAIL PROTECTED]> writes: > On Thu, Feb 28, 2002 at 10:34:04AM -0500, Derek Atkins wrote: > > There are a number of ways to do this. You could just use your M$-KDC > > as a regular K5 KDC and use krb524 to obtain AFS tokens, or you could > > have a process similar to the abov

Re: [OpenAFS] Authenticating against krb5-only KDC (active directory)

2002-02-28 Thread Jacob Gorm Hansen
On Thu, Feb 28, 2002 at 10:34:04AM -0500, Derek Atkins wrote: > There are a number of ways to do this. You could just use your M$-KDC > as a regular K5 KDC and use krb524 to obtain AFS tokens, or you could > have a process similar to the above where the 'v4 AFS key' is separate > from the 'M$ key

Re: [OpenAFS] afsd segfaults

2002-02-28 Thread Derek Atkins
compare the inode init in afs_NewVCache() in src/afs/afs_vcache.c with init_once() in linux/fs/inode.c -derek Ian D <[EMAIL PROTECTED]> writes: > Derek Atkins <[EMAIL PROTECTED]> writes: > > > Have you compared the source files as I asked? If not, then do it. > > Report what you find. No oth

Re: [OpenAFS] Automated backups

2002-02-28 Thread Charles Clancy
> The backup script is quite simplistic: > > #!/bin/sh > day=$(date +%A) > vos backupsys -verbose Isn't this normally implemented as a bos service? My bos status has: Instance backupsys, (type is cron) currently running normally. Auxiliary status is: run next at Thu Feb 28 04:00:00 2002.

Re: [OpenAFS] Authenticating against krb5-only KDC (active directory)

2002-02-28 Thread Derek Atkins
There are a number of ways to do this. You could just use your M$-KDC as a regular K5 KDC and use krb524 to obtain AFS tokens, or you could have a process similar to the above where the 'v4 AFS key' is separate from the 'M$ key'. Basically, you use 'aklog' to authenticate to the 524 daemon, and

Re: [OpenAFS] afsd segfaults

2002-02-28 Thread Derek Atkins
Have you compared the source files as I asked? If not, then do it. Report what you find. No other report is interesting until you report on the comparrison. -derek Ian D <[EMAIL PROTECTED]> writes: > Derek Atkins <[EMAIL PROTECTED]> writes: > > > Ian D <[EMAIL PROTECTED]> writes: > > > > >

[OpenAFS] Authenticating against krb5-only KDC (active directory)

2002-02-28 Thread Jacob Gorm Hansen
I know Active Directory is not anyone's favorite, not mine either, but I need to be able to authenticate against it. Currently, I've got just one AFS server. running debian linux. Does anyone have a recipe for doing so? I read somewhere that krb5 was being worked on for OpenAFS, I suppose that wo

Re: [OpenAFS] afsd segfaults

2002-02-28 Thread Ian D
Derek Atkins <[EMAIL PROTECTED]> writes: > Ian D <[EMAIL PROTECTED]> writes: > > > Derek Atkins <[EMAIL PROTECTED]> writes: > > > > > Another thing to verify is whether the inode initialization function > > > in OpenAFS matches the init_once() in linux/fs/inode.c. It's > > > possible that mand

[OpenAFS] Re: State of OpenAFS

2002-02-28 Thread Todd M. Lewis
"Todd M. Lewis" wrote: > > Wout Mertens wrote: > > > > Anything else that is different versus 'regular' unix filesystems? > > * ACLs apply to whole directories > * Only the first 3 bits of a file's permissions are relevant > (which gives you 6 free bits to do with whatever crazy >things yo

Re: [OpenAFS] afsd segfaults

2002-02-28 Thread Derek Atkins
Ian D <[EMAIL PROTECTED]> writes: > Derek Atkins <[EMAIL PROTECTED]> writes: > > > Another thing to verify is whether the inode initialization function > > in OpenAFS matches the init_once() in linux/fs/inode.c. It's > > possible that mandrake has (yet another) weird kernel patch, and > > that

Re: [OpenAFS] Automatic AFS authentication on more than 1 cell

2002-02-28 Thread Giovanni Bracco
At 2/28/2002 06:19 AM -0500, you wrote: >Giovanni Bracco <[EMAIL PROTECTED]> writes: > > In the implementation it would be better not to modify the pam arguments > > but to add another file of the same type as "ThisCell" like "OtherCells" > > containing al list of cells,comma separated. If the fil

Re: [OpenAFS] Automatic AFS authentication on more than 1 cell

2002-02-28 Thread Marcus Watts
Giovanni Bracco <[EMAIL PROTECTED]> writes: > In the implementation it would be better not to modify the pam arguments > but to add another file of the same type as "ThisCell" like "OtherCells" > containing al list of cells,comma separated. If the file does not exist > nothing new is performed.

Re: [OpenAFS] Automatic AFS authentication on more than 1 cell

2002-02-28 Thread Giovanni Bracco
At 2/27/2002 11:21 AM -0600, you wrote: > > Is it possible to authenticate to both cells at the ssh connection > > providing the password only once (usernames and passwords are the same > > on both systems)? Can it be done just by a proper setting of the pam > > modules for sshd? > >It can be done

Re: [OpenAFS] Any way to create srvtabs for use with kaserver...

2002-02-28 Thread Marcus Watts
Eric Knudstrup <[EMAIL PROTECTED]> writes: > Subject: [OpenAFS] Any way to create srvtabs for use with kaserver... > Date: Thu, 28 Feb 2002 00:55:02 -0800 (PST) > > without upgrading to Heimdal or MIT kdc (I have set up a system once like that > and decided I wanted to stay with the stock kaserve