Re: How do I set up personal web sites for users?

2008-05-07 Thread Marten Rizwan
If your users are in /home and you're not willing to modify your filesystem layout much, you could simply export your /home as readonly nfs share and mount it to /var/www/users. something like that should work in /etc/exports: /home -alldirs,ro 127.0.0.1 $ mount_nfs -o rw 127.0.0.1:/hom

Re: upgrade 4.2 (i386) -> 4.3 (amd64)

2008-05-03 Thread Marten Rizwan
Stuart, I appreciate your insight. In the end I went for a full backup and a clean install. Thanks Original Message From: Sunnz <[EMAIL PROTECTED]> Apparently from: [EMAIL PROTECTED] To: "Marten Rizwan" <[EMAIL PROTECTED]> Cc: misc@openbsd.org Subject:

upgrade 4.2 (i386) -> 4.3 (amd64)

2008-05-01 Thread Marten Rizwan
Hello misc@, I have am Opteron box that is running 4.2 i386 right now, due to the fact that cvsupd doesn't compile on amd64. However, I've converted to cvsync and I am willing to upgrade to amd64. I'm almost positive such upgrade is unsuported; however, maybe someone has succeeded in upgrading this

Re: vpn, isakmpd, and X509 certificates

2008-04-27 Thread Marten Rizwan
> I haven't tried this, and it's not in the manual as far as I can > see, but it looks like isakmpd looks in files named after the > identity of the local peer (i.e. srcid) before it tries local.key. > If you get it working, let me know the details and I'll try and > come up with something for the

Re: vpn, isakmpd, and X509 certificates

2008-04-27 Thread Marten Rizwan
Hello Stuart, > On 2008/04/27 14:18, Marten Rizwan wrote: > > Hello ports@, > > this isn't exactly ports@ material...CC'd/reply-to set to misc. > apologize for sending this to ports@, my mistake. > > I'm a happy user of sane OpenBSD IPsec. There is one thi

vpn, isakmpd, and X509 certificates

2008-04-27 Thread Marten Rizwan
Hello ports@, I'm a happy user of sane OpenBSD IPsec. There is one thing that I haven't been able to figure out yet though. I want to simultaneously connect to two IPsec servers, both of which are OpenBSD boxes and both of them use X509 certificates. These two servers are managed by different admin