hm.. don't suppose arpnetworks supports xenner? because then I could copy my linode vps to arpnetworks verbatim :) actually, it shouldn't be too terribly hard to copy it and fix it up I'm sure if you wanted you could setup xenner in a qemu vps and run your own linode vps's inside, constrained resources of course but .. ;-) :P ntp on freebsd should have precisely two entries: echo ntpdate_enable=YES >>/etc/rc.conf echo ntpd_enable=YES >>/etc/rc.conf and that's it do *not* edit the ntp.conf file why wouldn't you edit ntp.conf ? heh, sometimes defaulst are good, but yeah, I edit ntpd.conf all the time for site local ntp servers instead of every system in a given site going to the internet for time directly me too we've got a proper timeserver here with GPS and LF receivers on it which is quite handy :) even if one doesn't have such robust setups, using inet timeservers on a few reliable local systems and polling them from other local systems always makes sense to me i agree hi i have problem whit my network i occured the follow message errror system error 53 when i try to use the command dos net view \\ip :( someone help me if you know enough to set up local ntp hosts, you aren't looking at the wiki. so maybe the wiki can also say "if you have a cluster of machines, setting up a local timeserver would be useful" It might make sense for one of us to run a NTP server that others can use. or if there was some way to always slave the virtual clock to the host clock I presume the hosts are all good anyway Yeah that'd be even better. ntp has trouble with VMs, because of the non-linearity of execution Yo! there's actually activity here for once. :) there's always activity here. ) I tried adding the wikipage, and got a moinmoin error. Forget it then. Not gonna help if something is that broken hi RandalSchwartz there is a vmware knob to get time out of the host, on real vmware vm's OpenBSD has a not-enabled-yet driver called vmt(4) which amongst other things gets time delta and ntpd can use this, I tried hacking qemu to do just the time piece, but vmt(4) wanted more, so I gave up qemu -> kvm .. same codebase more or less ;-) hey fink RandalSchwartz: you got an error? weird, worked for me when I clicked "Create this page" http://wiki.arpnetworks.com/wiki/NTPonFreeBSD now you can hit "Edit this page" hey up_the_irons - do you use HE for transit/anything? bob^^: i peer with them and also get full IPv6 routing table from them ahh just ordered 1gbit/s (burstable to 10gbit/s) transit with full ipv4/6 1.5usd/mbit bob^^: yeah they're pretty cheap :) hopefully reliable ;) we're finally joining linx in london :) and taking much, much more DC space down there plenty of space for when you decide to expand to europe ;) nice :) LOL, RootBSD finally got an irc channel cool... another of my performance optimizations just went live for $client up_the_irons: spam their channel loadaverage dropped a whole point over the cluster CESSMASTER: LOL RandalSchwartz: sweet does rootbsd offer v6? doesn't look like it ahh - answered in the FAQ... "no" "but you can get one with sixxs.net" that's just silly especially since I found he.net far easier than sixxs and I had a sixxs tunnel for three years i looked at rootbsd before picking arp :) i picked arp because of the website (seriously) it's minimalist, loaded quickly, low graphics - perfect website :) up_the_irons doesn't have time to clutter it up. :) :D haha, i don't have the skills to make a flashy website i think i've got three other people to join arp too :) exactly up_the_irons, that normally means you know what you're doing on the technical end of things which is the important bit :) i'm the same - vi is as far as i get with web editing ;) RandalSchwartz: i think they just added IPv6 support, according to their tweets bob^^: right :) bob^^: the whole site was made in vim too actually... ;) :D best web editor ever ;) and it validates perfectly hah, wow - mine never do :/ at least the last time i checked ;) thankfully i don't need to do web design - we hired a friend of mine to do our design (print and web) he makes blank pages that i add php to :) oh bah, it doesn't anymore ;) 2 errors, oh well nice :) which reminds me - i should learn something *other* than php for web i hate php now :/ Seaside! except then you'll be spoiled and never want to go back to anything else again i want something strongly typed and declarative Smalltalk values *are* very strongly typed tbh, i want some form of pascal for the web :) i always liked Pascal, haven't used it in like 13 years i write windows apps with delphi :) so pascal is second nature to me you see :) how's python for web stuff? also, you guys seen this: http://howfuckedismydatabase.com/ ;) If you must choose a "scripting" language, I obviously would prefer Perl a lot more stuff out there on the nets with Perl but seriously, if you can hack Python or Perl, you can hack Smalltalk i am not a fan of perl, i find it a little on the tough side to compose and Seaside is far beter. i can hack perl fine better. not seen seaside though... *googles* seaside.st debugging *within* a web hit continuations so you can capture patterns in both space *and* time sounds useful session data that you don't need to serialize mmm, handy yeah - it's quite cool i'll take a proper look at work tomorrow i started learning django (python) it's 'nice', but for some reason i don't feel comfortable with it the debugging within a web hit in seaside... *nobody* else does that that would be very useful and the continuations are also cool. you can have a library that "returns a page" from within, and when the hit comes back, it magically goes back inside that library with all local variables restored, so that the library can do things like "show this form until it validates" or "ensure logged in before showing this page", etc wow that is very cool very cool indeed plus, all the usual layout things... components-within-components for layout but each of those can have state attached, and progress independently and it's reasonably compatible with jQuery and scriptaculous for some real cool power websites i love jquery use it with tablesorter stuff all the time, very useful :) yeah - imagine jquery with an updater that runs an arbitrary code block *in the proper context* on the server side even with a view of *local* variables at the time of definition no need to imagine... seaside does that, trivially so... silly question, but what do i need to install for seaside to work? seaside.st has a one-click image and there are links there to two full books for tutorials i assume there's some sort of framework and a smalltalk module for apache? ah-hah, yea, i see it now :) no - it's standalone, but people typically reverse proxy it as in, smalltalk is listening on port 80 or 8080 how does it scale? pretty well. presumably quite well, add more hardware? each image can deliver about 5-20 dynamic pages a second on a modern single core so when you get above that, you just add more cores, and a traffic director cool i've got some beasty hardware sitting spare in the office - four boxes with quad-core nehalems, 24gb of ram and loads of sas disks :) only boxes i've ever seen do scp at a full 1gbit/s