w oops :) who (: yeh uhh i was probably using it to check load average actually i have no idea what i'd be using it for :) lol I use uptime for that info :p w is quicker to type aye, but who knows how long its output would be :p output might have changed by the time you see it I love working with Linux... first you find that RSA keys are stored in some format you've never seen or heard o; then you find that nobody knows what it's called then you find that no manpage even mentions the fact that nobody else uses this format then you find that nobody has documented this on their blog either Which program? then you find some sentence buried deep inside some FAQ that indicates that they use approximately the format of some RFC relating to some other subject libreswan not to be confused with openswan or strongswan, which must be different in some way... talking to iked on OpenBSD, which just uses regular PEM format it's NSSs format I think why are you using libreswan? if it's weird, and you can't find any information on it, and it's security related and hard to understand i'd probably skip it... because it's my friend's computer otherwise I would wipe it and install a reasonable OS IPSec on Linux is goddamn PITA I just use OpenVPN after considering the options on Linux heh openvpn is simpler if it's linux to linux if you're connecting to cisco or something you need to do ipsec yes i think i used racoon? it has been many years since i've touched anything ipsec I want to get some handson experience with IPSec but the configuration on Linux is a major turnoff so i'm trying to buy new glasses online.. and somehow i've decided that i should buy 3 pairs of glasses. they're so cheap when you buy them online, that it's cheaper to buy three pairs online, than one pair offline apparently there's new anti relflection stuff which is meant to make computer use easier. anyone have any experience with such? i sometimes wear sunglasses That's what she said!! (So no, no experience :p) you wearign the same pair? or you stopped needing them ? Same pair. Definitely need to get a new prescription but keep putting it off, other more important blah blah blah Side-note: I hate chroots. They cause nothing but headaches. protip: If you migrate a machine from i386 to amd64, double check that Apache's chroot is updated too. yeh i hadn't got one in like 4 years. but my glasses randomly got scratched a lot. my prescription has hardly changed.. i didn't realise that apache had... oh you're using openbs? openbsd.. you'd think it'sd continue to work if it had all the dependencies in place... but openbsd doesn't support 32 binaries on 64bit.. Yep, OpenBSD. An old web-server. Soon it will run Nginx, but one step at a time. What was most annoying was the complete lack of errors. Nothing in Apache's log etc. I could manually run "chroot.../bin/mail" (or whatever), but php itself always failed. Why? Because PHP's mail() forks "/bin/sh -c" which was leftover from before. Anyways, lesson learned. Is it possible to change the VPS boot order? I asked for an upgrade from a 40GB to a 80GB partition but it's not obvoius how to boot off of the 80GB partition... leres: If you just had your hard disk grown, there isn't a separate 80GB partition. Your drive setting was simply changed from 40GB to 80GB, and you'll need to update your partition table and partitions accordingly. Also note that no BIOS gives you per-partition booting. That's just not how MBR works. No, I asked for a second virtual disk so I could change the size of partitions. On the other hand, if you were setup with a second drive, then you can select the boot device over the VNC console during boot. F12 I believe And to make that change permanent, you'll have to contact support to modify the virtsh configuration file directly F12 only offers floppy, hard disk or cd-rom, if I select hard disk it boots from ata0 And you've done a complete power down after the change was made? I don't need ata0 any more but would like to just swap them so I can double check that the new system works I had to do a complete power down to be able to see ata0 (the change being the new drive) Right. Huh, odd. I've never been in your exact shoes (simply extended my current VPS hard disk, never messed with a second disk, let alone booting) so I'm at a loss. I think I've almost figured out how to boot from ata1 via the freebsd boot prompt, if I can get that to work I can request they swap (Other virt platforms, eg ESX, let me choose the disk.) my two disks, reboot again to get running on ata0 and then eventually ask them to delete the 40GB What's your fstab configured to use, UUID's or device names? I'm looking at the bios page and it shows ata0 master, ata0 slave and ata1 master (cd-rom) If UUID's then you're going to clash. If device names, then you may be in for some rocky times I'm using device names. Oh, if you have master/slave, then just pick the slave, that should be the second drive, the 80GB pick slave from the freebsd 1st level boot, right? Worth a shot ok, thanks! mercutio: mkb staticsafe : i've done IPsec on Linux before to talk to a Cisco concentrator or some crap like that. It's not fun. Unless you *must* do it, just use OpenVPN.