no token timeouts

2000-09-30 Thread Laszlo Vecsey
I have a program that watches the local utmp file and if theres a change it copies it to /coda/system/hostname-utmp. So now all the other coda clients on the network can run 'who' on these utmp files to see people logged into other machines. The problem as far I as can gather is that after some t

Re: venus startup fails; ramfs and coda

2000-09-19 Thread Laszlo Vecsey
On Tue, 19 Sep 2000, Jan Harkes wrote: > On Tue, Sep 19, 2000 at 12:47:19AM -0400, Christopher J Mason wrote: > > Howdy. > > > > So call me crazy but I'm trying to get coda to work as a client on a > > diskless machine (it happens to be an ARM based handheld called the iPAQ). > > I've got ever

kerberos5 1.2.1 and coda 5.3.8

2000-07-30 Thread Laszlo Vecsey
I'm now running kerberos5 version 1.2.1 and coda 5.3.8, clients and servers all around. I get the following in /vice/auth2/AuthLog whenever I run kclog anywhere: 08:16:51 In Krb5GetKeys() 08:16:51 Authentication failed for "nO0IAA" from x.x.x.x The extra characters didn't show u

ls: Connection timed out.

2000-07-20 Thread Laszlo Vecsey
I've just recently upgraded from 5.3.5 (server and clients) on GNU/Linux machines according to the release notes, and everything has gone smoothly. I'm still noticing occasional 'Connection timed out' errors on my diskless coda client, with this new version. It happens after a day or two of upti

Re: Production environment?

2000-04-17 Thread Laszlo Vecsey
On Mon, 17 Apr 2000, Chris Snyder wrote: > Is anyone currently using Coda in a production environment? I am planning a > web server cluster, and do not want to spend 1000's of dollars on a shared > RAID system if I don't have to. I would recommend trying coda for the web environment as you de

Re: boot script; venus, venus -init

2000-04-16 Thread Laszlo Vecsey
On Fri, 14 Apr 2000, Jan Harkes wrote: > What's the problem you are seeing after a dirty shutdown? Maybe the fact > that there is a problem in that case could be considered a Coda bug. > Oh, it turned out to be a stupid mistake on my part. I didn't look at the error message carefully -- it was

boot script; venus, venus -init

2000-04-13 Thread Laszlo Vecsey
Does anyone have a boot script that can gracefully run 'venus -init' at boot time, if 'venus' on its own has trouble starting? This can happen after the system hasn't been shut down normally, for example.

kerberos, sample krb5.conf file

2000-03-09 Thread Laszlo Vecsey
Can someone post a sample krb5.conf config file please? On the server side, coda 5.3.5 kauth2 is balking on it. I run kclog on the client and it says Krb5GetKeys, just as the kauth2 segfaults as it tries to deal with /etc/krb5.conf. (discovered via an strace of kauth2) I can kinit just fine on b

Re: diskless coda client

2000-03-06 Thread Laszlo Vecsey
On Mon, 6 Mar 2000, Jan Harkes wrote: > Also cfs/repair etc. will stop working as they talk to venus through a > special control file in /coda. Is your cache stored in that ram-disk as > well? Why not avoid the chroot and create some symlinks like: > > /usr -> /coda/usr > /home -> /coda/home >

diskless coda client

2000-03-05 Thread Laszlo Vecsey
I've tried running venus with '-rvmt 3' as was suggested on this list for a diskless coda client machine, but it causes venus to die with an error I've pasted below. This is with glibc and a Linux 2.2.14 kernel, coda 5.3.5. I'm actually posting this from a diskless coda client, its working fine t

transitioning to kerberos

2000-03-05 Thread Laszlo Vecsey
Quick question, do I need to recompile the coda server for kerberos support to work, or just the client (venus) and generate kclog? Also does anyone have a login or radius program which will inject kerberos principles into the database, as a method of converting from /etc/shadow? I checked the K

clog tweaks

2000-02-11 Thread Laszlo Vecsey
I'll be switching to kerberos next week so that users can be authenticated automatically at login and have the right access permissions to the coda directories, but I'm wondering in the meantime if theres a way to run clog for each user on login so that they get access permissions, without having

Re: stability?

2000-02-04 Thread Laszlo Vecsey
Well I'm on the verge of testing a diskless coda system with 256mb ram. I figure I can set aside a 20mb or 30mb ram drive for coda to use as local cache -- for the time being I'll probably mount things as NFS though, i.e. system programs and for mass storage purposes. But for hosting a nameserver,

clog on win9x

2000-02-01 Thread Laszlo Vecsey
Here is a specific problem I'm having on a win98 machine with all the latest windowsupdates. After some time the coda partition does get mounted and I can view it graphically from the windows shell, read only, but accessing it from a command prompt doesn't list any files. Maybe thats normal for th

venus in hung state

2000-02-01 Thread Laszlo Vecsey
I'm not sure why but lately venus has been getting in a hung state every now and then -- /coda cant be accessed. I'll try to peek through the logs or turn on extra debugging to see whats up.

venus and coda client status

2000-02-01 Thread Laszlo Vecsey
I've been running a 'stat' on /coda when a user logs in, in the hope that I could have them change into their coda home directory only if it was available. Which in turn is only done if their regular NFS home isn't available. The problem is I think when venus is in a messed up state, 'stat' does

previous data

2000-01-22 Thread Laszlo Vecsey
Whats the command to make sure a file gets flushed back to the server? Every so often it seems that when I reboot the machine running venus, it doesn't come back up properly. I have to run venus -init to get it mounted again. And to my surprise almost always an old version of the files I was work

Re: coda and qmail, hard links

2000-01-12 Thread Laszlo Vecsey
The tweaks needed were to redefine or change the 'link' and 'unlink' functions in qmail's maildirdeliver and pine's maildir patch with 'rename' and 'remove' respectively. The only reason for using hardlinks for mail delivery, afaik, is to make storage on nfs reliable. But since we're using coda,

coda and qmail, hard links

2000-01-11 Thread Laszlo Vecsey
Theres a program called 'maildirdeliver' at the qmail.org page, which takes an email on input and delivers it into a directory with Maildir format. A program like this can be set as default delivery on the system or in a personal .qmail file in your home directory. I was thinking this program cou

Re: Coda and Cyrus

2000-01-10 Thread Laszlo Vecsey
I checked the docs on cyrus and it stores messages individually in files, as does qmail maildir, and I checked the source to confirm that it does in fact use hardlinks extensivly.. Is there a clean way to allow hardlinks in coda between directories? As far as I know, the reason links are used fo

hardlinking between directories

1999-12-04 Thread Laszlo Vecsey
For some reason I get the following error when making a hardlink to a file in a different directory: Cannot create hard link, "Invalid cross-device link" Checking the venus source I see theres a verifyname call that makes sure the file can't have any dots or slashes in it. This is in vpr

coda win98 client, kernel support faded

1999-11-27 Thread Laszlo Vecsey
I fetched the 3.2.4 win98 coda client distribution, and having uninstalled my previous one, installed this one, and rebooted, codastart is able to load venus but the whole kernel section (on the right) is faded out. Any ideas why this might be? I'm running the latest win98, with ie 5.01 and all

udp realtime multiuser file editing

1999-11-24 Thread Laszlo Vecsey
This is kind of off-topic, but I can't think where else it might have been brought up, or where I could have heard about it. I'm looking for a project that is working to create a shared editting environment, for editting lets say a text file in realtime, that would update the changes with udp (o

Re: Is CODA right for me?

1999-06-29 Thread Laszlo Vecsey
On Tue, 29 Jun 1999, Juan Antonio Martinez wrote: > On 28 Jun 1999, Soren Dayton wrote: > > ¿is coda the right way to any of these items? ¿has anyone did it before? As long as you're not working with volumes approaching 20gig or 40gig or so (at the moment), I think you should be ok.. coda isnt

Re: NFS vs CODA

1999-04-23 Thread Laszlo Vecsey
I really like the maildir suggestion. The one problem that I see is that if you have mail.example.com pointing to both client coda machines for pop/imap work, a message might be delivered to one of them before the other, in other words theres a race condition. The user contacts 'mail.example.co

Re: bootp using coda.

1999-04-18 Thread Laszlo Vecsey
On Sat, 17 Apr 1999, Roberto Diaz wrote: > I'm trying to find out if is possible to use bootp over CODA in someway > similar to NFS. > I would suggest getting the system booted as you probably have now over NFS (root mounted NFS for example), and then just running 'venus' in your startup script

db and coda

1999-04-06 Thread Laszlo Vecsey
As I understand things, one of the nice things about oracle is that the servers can be set up with true redundency and fault tolerance. i.e. multiple servers can fail and the database will still be accessible. Would using gdbm or db (sleepycat db, included in GNU glibc), on a distributed coda fil

Re: large servers: please help

1999-01-20 Thread Laszlo Vecsey
On Tue, 19 Jan 1999, Troy Benjegerdes wrote: > On Tue, 19 Jan 1999, Peter J. Braam wrote: > > > Where will the limits lie? I think that I can see that we can scale Coda > > to approximately 500,000 files over the next year (the size of the files > > is irrelevant). There will be implementation

/etc/fstab, coda entry needed, or recommended?

1999-01-19 Thread Laszlo Vecsey
The coda docs/howto dont explicitly state that an /etc/fstab entry isnt needed.. is it? (This is on GNU/Linux) Also just a suggestion, to have a Makefile option to compile just the client or the server, much like there is an install option for them independently. I imagine they both rely on the s

venus/comm.c change, and rpc2 for 5.0.0

1999-01-19 Thread Laszlo Vecsey
The following change is needed, at least for GNU/Linux running with the more recent glibc's (currently alpha, around 2.0.110), /* SFTP initialization. */ s = getservbyname("venus-se", 0); That line needs to be changed to pass in either "udp" or "tcp" as the second arguement, because 0 is