[01:02] *** schmir has joined #arpnetworks [04:04] *** leander has quit IRC (Quit: Changing server) [04:05] *** leander has joined #arpnetworks [04:11] *** Ehtyar has quit IRC (Remote host closed the connection) [04:16] *** Ehtyar has joined #arpnetworks [04:23] *** ziyourenxiang has joined #arpnetworks [04:53] *** koan_ is now known as koan [06:06] *** heavysixer has joined #arpnetworks [06:06] *** ChanServ sets mode: +o heavysixer [06:23] man, just got my ubuntu server partially up and running. i love having full access to my server again. [06:31] *** vtoms has joined #arpnetworks [07:20] *** fink has joined #arpnetworks [07:20] homosaur: Wat? [07:21] i was on some bs shared hosting package for awhile to save some money to work on some rails apps. it was an absolute nightmare, and i'm spending less per month with arp [07:22] yea shared is generally not great [07:23] Hehe [07:24] I'm totally happy with arp. The only problem I've got is the distance (Around 170ms ping and like.. ~500KB/s speeds) [07:24] that's my only issue too dxtr [07:24] (i'm in the UK) [07:24] apart from that, works great: ) [07:24] But my connection to the VPS died a couple of times today! [07:24] both from home and from school [07:57] *** fink has quit IRC (Ping timeout: 245 seconds) [08:00] *** fink has joined #arpnetworks [08:03] *** ziyourenxiang has quit IRC (Quit: ziyourenxiang) [08:03] *** fink has quit IRC (Client Quit) [08:15] *** fink has joined #arpnetworks [08:26] *** thehomosaur has joined #arpnetworks [08:33] *** schmir has quit IRC (Remote host closed the connection) [08:48] *** thehomosaur has quit IRC (Quit: Crank dat flying squirrel) [10:21] *** greg_dolley has quit IRC () [11:16] *** vtoms has quit IRC (Quit: Leaving.) [11:21] *** vtoms has joined #arpnetworks [11:27] Guys [11:29] Girls [11:31] girls? where? [11:48] *** Pv1 has joined #arpnetworks [11:48] hello [11:49] *** vtoms has quit IRC (Quit: Leaving.) [11:51] anyone know when obsd 4.7 will be offered? [11:51] * RandalSchwartz says goodbye to obsd, never looking back [11:52] seven years with obsd, started using fbsd, never happier! [11:52] do you have a particular reason for obsd? [11:52] personal preference [11:53] sure. based on what? [11:53] it's *always* a personal preference. :) [11:53] security [11:54] yeah - that's mostly why I picked it over the years [11:54] then I saw how much time and energy freebsd was putting into security, and how much *other* stuff I was giving up, and switched [11:54] zfs on / is hard to beat [11:54] freebsd ports is *huge* [11:56] RandalSchwartz: I'm using obsd on my router :P [11:56] yeah - that's where it belongs [11:56] between you and the world :) [11:57] RandalSchwartz: Btw, I heard you're one of those perl guys. I just wanna say that I made my first (real) perl script today! :D [11:57] only 22 years after I did. :) [11:57] You can at least cheer :( [11:58] I was. I was happy there for a moment. [11:58] Until you realized I suck? :D [11:58] so then I decided to say something clever. [11:58] * Pv1 steers clear of the OS war. [11:58] Uh - I'd be cheering if it was about numbers. [11:58] Any arp folks around? [11:58] I'm happy you have the choice of langauges. And I'm happy that you got Perl to work for you. [11:59] However, I'm about the same level of happy if you had said Python or Ruby or even csh. [11:59] since the specific language of choice doesn't matter much to me now [11:59] maybe that's me just getting old and cynical [12:01] RandalSchwartz: You're so naive. Ofcourse the choice of language matters. I don't wanna hang out with those Python geeks [12:01] * dxtr shivers [12:01] heh [12:01] They're cold [12:13] RandalSchwartz: http://www.dxtr.cc/~dexter/radiotjanst.pl.txt go ahead and bash it :D [12:13] I know it's in Swedish - but still! [12:18] I would have just used LWP::Simple [12:18] instead of HTTP::Lite [12:19] and you need to check the return from open() [12:20] Hmm.. LWP::Simple [12:23] Ahh! LWP::Simple::Mirror? :) [12:23] Seems awesome [12:23] Though saving the entire page doesn't seem that awesome [12:25] no no. just LWP::Simple; [12:25] use LWP::Simple qw(get); [12:25] my $contents = get "http:..."; [12:25] far easier :) [12:25] Yeah, but for a short minute there the mirror function looked like a good idea [12:25] shiny objects. :) [12:25] s/looked/seemed/ [12:26] Hehe [12:28] ... [12:43] *** vtoms has joined #arpnetworks [12:46] RandalSchwartz: Suddensly it stopped working when I used LWP::Simple :D [12:46] Same content, same regex [12:49] *** amdprophet has quit IRC (Ping timeout: 276 seconds) [12:58] hmm.. Utf-8 problems [12:58] *** schmir has joined #arpnetworks [13:00] *** greg_dolley has joined #arpnetworks [13:00] hello all [13:01] Hello [13:02] RandalSchwartz: In short: LWP::Simple doesn't seem to like UTF-8 :P [13:05] Nothing that 'use utf8;' didn't solve though [13:05] So nevermind! [13:14] I installed Ubuntu, FreeBSD, and OpenBSD on my new Atom box. I think I'm sticking with OpenBSD. It was the only one where I could do the whole install over the serial port without doing anything special [13:16] and when it asks if I want to change the default console to "com0", after install, it really does it through and through. Like, it'll be sure to run a getty for you on /dev/tty00 because it figures you'd probably want that ;) everything else you have to set it up manually [13:16] s/everything else/the other OS's I tried/ [13:18] Call me retarded, but how do a serial console work? :) [13:19] dxtr: there's a freebsd page on it [13:19] really? [13:20] dxtr: no, i'm totally lying [13:20] Right [13:20] dxtr: it is used a lot for out of band access, and kernel development debugging, but I only use it for the former [13:21] up_the_irons: I mainly asked *HOW* it worked. But still :) [13:21] dxtr: you can manage a server over the serial port instead of using monitor / kb (which you won't have if your server is remote). This excludes IPMI of course. [13:22] I know that far [13:22] dxtr: tell the system to use serial port as console instead of monitor / kb, then you connect with some terminal program [13:22] minicom, or kermit [13:22] when i connect it straight into my laptop [13:22] it's especially good if the hardware supports it properly so you can get into the bios over serial too [13:22] or conserver when it is remote [13:23] bob^^: yeah i can get bios over serial on the atom [13:23] perfect :) [13:23] yup [13:23] supermicro tend to do a pretty good job on stuff like that :D [13:23] yeah, i'm very happy [13:23] up_the_irons: Abuot conserver [13:23] About* [13:23] How do one set that up? I've been thinking of something like that for my router [13:24] what os are you running dxtr ? [13:24] bob^^: obsd [13:24] ah [13:24] i tried both CF-SATA as hard disk and WD Caviar Green 1TB. The CF-SATA was flaky, but used virtually no power. the WD green drive used about 7W when active, 2-3W when idle. so not bad for 1TB [13:24] I mostly need to know what hardware I've gotta buy :) [13:24] no hardware [13:24] dxtr: how long is a piece of string? your question has no direct answer [13:25] just need a serial port on the server, and a serial port on your desktop/laptop/whatever [13:25] nice power usage on that WD drive up_the_irons :D [13:25] up_the_irons: what was the cf's capacity? [13:26] dxtr: not sure how relevant this will be for openbsd but it might give you an idea of how it works/how it's achieved on freebsd: http://www.freebsd.org/doc/en/books/handbook/serialconsole-setup.html [13:28] Oh, nevermind me by the way! :) I'm not thinking right now [13:30] *** Ehtyar has quit IRC (Remote host closed the connection) [13:33] bob^^: yeah, i'm impressed with the power. but unless i need the space, i want to get it < 1W [13:33] bob^^: so my buddy just lent me his 64G SSD [13:33] gonna see how that works tonight [13:33] fink: 8GB [13:34] up_the_irons: what will you use this low power system for? [13:34] fink: nagios, openvpn, and conserver [13:35] ahc ool [13:36] yeah [13:36] i'm into domotics [13:41] nice, i'd be interested to hear how the SSD is on power [13:41] I wonder if a buglabs device will run non-linux? [13:42] bob^^: i'll let you know [13:43] cool :) [14:04] *** vtoms has quit IRC (Quit: Leaving.) [14:07] *** vtoms has joined #arpnetworks [14:13] *** Ehtyar has joined #arpnetworks [14:18] *** schmir has quit IRC (Ping timeout: 265 seconds) [14:38] so i haven't needed a mail server in awhile and when i did it was still back when sendmail was a security nightmare. any suggestion on mail software nowadays? [14:39] I run postfix + dovecot [14:39] and postgrey and amavisd-new [14:39] between those, most of my spam is stopped [14:39] postfix has good security, and *sane* config files [14:39] but still more knobs than you can ever master in a lifetime [14:40] postfix is pretty stable, but the config requires a shitload of research/reading [14:40] only if you're doing something unusual [14:40] out of the box, it's an ok leafnode [14:40] i use qmail myself, but would not wish that nightmare upon anyone else. [14:40] RandalSchwartz: i guess i just need to know what everything does [14:40] if you want to relay or something, it's a bit harder [14:40] postfix was what i have run before, but i want to make sure that it hadn't regressed in quality [14:40] it's very up to date [14:40] lots of recent changes [14:40] up_the_irons: i love tinydns/dnscache, but qmail freaks me out [14:40] Wietse is a good guy [14:40] almost everyone i know runs postfix [14:40] fink: it's pretty scary [14:41] I should get him on FLOSS. [14:41] we've had beers together [14:41] RandalSchwartz: he's polish? [14:41] fink: but stable and reliable [14:41] RandalSchwartz: yeah, you should get him on [14:42] RandalSchwartz: if anyone can spend and hour interviewing someone about mail servers, it would be you, mate [14:43] RandalSchwartz: by the way, i heard about arp from you on twitter, love the service. spending almost half as much as my last vps host [14:43] homosaur - good for you [14:43] see up_the_irons? they follow me. :) [14:43] exim is pretty good [14:43] needs a bit of learning to configure, but it's always done everything i need (and a lot more) [14:44] and with a decent spamassassin/clamav combo it filters out most spam too [14:44] RandalSchwartz: oh I believe it :) [14:47] i want to do something with lamson next [14:48] hmm [14:48] a mail exchanger in python :/ [14:48] surely performance will suck [14:49] Python can be fast. [14:49] no real experience for me, just assuming it'll be slow given it's interpreted [14:49] all the mail has to be properly indented. [14:49] YAML preferred. :) [14:49] bob^^: you're probably right [14:50] if you want something where the config is pretty much a script file, exim isn't far from that [14:50] bob^^: but i'm just not going to do any more C , period [14:50] heh, can't blame you there :) [14:50] life is too short [14:51] Haskell is as fast as C. OCaML comes pretty close. [14:51] You're not stuck with C if you want speed. [14:51] JITted smalltalk is close to C [14:51] i still like pascal [14:51] Oh yeah, Smalltalk is fast too. [14:51] mike-burns: i want clean, indented ease ;) [15:07] *** woland has joined #arpnetworks [15:29] *** amdprophet has joined #arpnetworks [15:29] What does a webdesigner riding a train hear? [15:29] what? [15:30] [15:30] LOL [15:30] rofl [16:22] *** fink has quit IRC (Quit: fink) [16:39] *** fink has joined #arpnetworks [16:48] *** fink has quit IRC (Quit: fink) [17:09] *** amdprophet has quit IRC (Ping timeout: 276 seconds) [17:13] *** amdprophet has joined #arpnetworks [17:50] *** Pv1 has quit IRC (Quit: Leaving.) [18:28] *** nbari has joined #arpnetworks [18:29] Hi, any of the arpnetworks staff here ? [18:40] nbari: up_the_irons is but he's most likely busy [18:40] i see [18:41] they take also a lot to responde for support ? [18:42] no, we've always been supported quite fast, you need to e-mail support though [18:43] maybe they are rich since for billing take a lot to respond :D [18:52] *** fink has joined #arpnetworks [18:56] *** greg_dolley has quit IRC () [19:22] *** nbari is now known as nbari|away [19:32] *** heavysixer has quit IRC (Quit: heavysixer) [19:49] *** residual has joined #arpnetworks [19:57] *** fink has quit IRC (Remote host closed the connection) [20:04] *** fink has joined #arpnetworks [20:54] *** SamSneed has joined #arpnetworks [20:56] hi - potential new ARP VPS customer here. Can I ask a few questions? [20:56] anyone? [20:57] I guess not. [20:57] *** SamSneed has left [21:38] *** homosaur has quit IRC (Quit: pocketful of goat cheese, ready to party) [22:38] *** fink has quit IRC (Quit: fink) [23:24] *** baklava has quit IRC (Ping timeout: 246 seconds) [23:30] *** baklava has joined #arpnetworks [23:42] *** schmir has joined #arpnetworks