[00:14] lol that's kinda funny [00:14] up_the_irons \o/ [01:17] *** LT has joined #arpnetworks [01:24] *** schmir has joined #arpnetworks [01:24] *** nukeAFK has quit IRC (Ping timeout: 268 seconds) [01:39] i hate waiting for disk images to copy... [01:39] anyone play MW2 around here? I just got a PS3 and have been playing it. [01:40] *** CESSMASTER has quit IRC (*.net *.split) [01:40] *** koan has quit IRC (*.net *.split) [01:40] *** nipuL_ has quit IRC (*.net *.split) [01:40] *** d^_^b has quit IRC (*.net *.split) [01:41] *** nukeAFK has joined #arpnetworks [01:42] *** CESSMASTER has joined #arpnetworks [01:42] *** koan has joined #arpnetworks [01:42] *** nipuL_ has joined #arpnetworks [01:42] *** d^_^b has joined #arpnetworks [01:45] *** Nat_UB has joined #arpnetworks [01:48] *** nukeAFK has quit IRC (Ping timeout: 268 seconds) [01:58] I hate school [01:58] I have to do TWO book reports so I'm looking for two novels with like... 50 pages or so [01:59] Books children 6-9 \o/ [02:39] *** nukeAFK has joined #arpnetworks [02:45] *** nukeAFK has quit IRC (Ping timeout: 240 seconds) [03:02] wow i just realized i could resize openbsd partitions by first going into bsd.rd, not booting from cd-rom [03:02] * up_the_irons facepalms [03:03] that makes things a whole lot nicer... [03:03] *** nukeAFK has joined #arpnetworks [03:10] toddf: so i'm thinking about how to give each customer a routed /48, and put /64 "on the wire", instead of the current mis-practice of just putting the whole /48 on the wire [03:11] but i can't seem to get around having to select a device (like the first VPS) to be the gateway for all others (say a customer has multiple VMs) [03:12] tell me if you have thought of anything creative [03:13] the problem with making the first VPS a gateway is that it becomes a single point of failure and that is has special networking requirements (must enable ipv6 forwarding, which is not on by default, and i'm probably going to get tired of explaining that) [03:16] maybe i should allocate the /48, but only assign a /64 to each customer vlan on my router... [03:16] (within the /48 obviously) [03:17] and then those with requirements for actually using more than one /64 can also bear the burden of the spof (since they obviously have more knowledge to be wanting to set up multiple /64's) [03:18] mmm... [03:18] this is analagous to colocated customer who don't have their own router (most don't) [03:19] so I "host" their subnet (assign the gateway on my side), instead of routing their whole block over a /30 [03:19] routed IP blocks over a /30 is for more advanced customers [03:19] i think this is making sense... [03:20] and by all means, if anyone else has an opinion, jump in [03:21] althought this idea doesn't make use of the snazy fe80:: link-local address [03:27] tbh I was quite surprised you gave a /48 to each customer... a /64 seems like it should be more than sufficient for most uses and you could always allow special cases to request extra /64s [03:28] then again I don't see anything particularly terrible about putting a /48 direct on the wire either [03:31] *** nukeAFK has quit IRC (Ping timeout: 248 seconds) [03:34] *** nukeAFK has joined #arpnetworks [03:35] LT: there are various RFCs and a lot of consensus on the mailing lists (nanog, ipv6-ops, arin) that each "site" gets a /48 [03:35] LT: then the site can delegate /64's as it sees fit [03:36] http://tools.ietf.org/html/rfc3177 [03:37] on paper yes... in practise it seems a bit up in the air though. it's kinda like the whole /120 vs /64 for point to point links thing [03:38] plus the whole definition of 'site' is very fluid... not that I'm complaining, having a /48 is fine by me... but when the whole enterprise has a /48 spanning across 3 sites and the VPS used for monitoring has it's own /48 [03:39] but i think moving away from "need-based" addressing schemes to "policy-based" can make things a lot simpler [03:39] like, why differentiate between a smaller customer and large customer? [03:40] if everyone gets a /48, there is no distinction and it makes management easier (and cheaper) [03:40] rather than the IPv4-centric idea, "give them a small subnet unless they need a bigger one" [03:43] there are certainly arguments both ways... just makes me feel uneasy handing out addresses all over the place I guess, too stuck in the old way of thinking perhaps [03:50] any plans to dualstack your nameservers at all? [03:50] yeah [03:50] sure [04:01] up_the_irons: Delegate /64's as it sees fit? Does that mean that I still get a /48 and can use all the /64's as I wish? [04:03] dxtr: you have a /48 right now, but you won't be able to further subnet b/c the whole /48 is on the wire. I can route the /48 to you over link-local and *then* you could start splitting up /64's. but I don't see any advantage in doing this if you only have 1 vps (except perhaps for educational purposes) [04:05] Actually I'd like to split up /64's :) [04:06] Mainly for educational purposes [04:07] By the way, speaking of ip addresses. Can I somehow say that "by default, use this address for outgoing connections" globally? [04:07] Because right now some things are using the wrong address when connecting (Irssi for example - if I don't set the hostname) [04:07] *** nukeAFK has quit IRC (Ping timeout: 268 seconds) [04:09] dxtr: then I can route the /48 to you over link-local, but this will be considered "expert mode"; as in, don't email support if you can't get it working right [04:09] dxtr: iirc, the source ip is usually the first one assigned to an interface [04:10] And what's "the first" one? :) [04:10] Because it sure as hell isn't using the first one I assigned [04:10] And can I move addresses in the list? [04:11] dxtr: the first one assigned to the interface [04:11] not the aliases [04:11] the primary one [04:12] mkay [04:13] Speaking of aliases. Do I have to use aliases with ipv6? Because that will be a lot in my rc.conf :P [04:13] yes [04:14] obviously, you only put the ones you're gonna use into rc.conf [04:14] and if you want to use a thousand,then welcome to a large rc.conf unless you want to script it and call that script upon startup [04:16] I thought I would be able to assign an entire subnet to an interface [04:16] no [04:16] Okay then :) [04:16] Forgive my ignorance then [04:16] that'd fill up all of kernel memory a million times over [04:17] true [04:17] the kernel would have to allocate some space for this many addresses (assuming /64): 18446744073709551616 [04:17] and even if it used only 1 byte for each... [04:18] that is 18+ exabytes :) [04:18] (i think) [04:18] But let's say you route the /48 to me over link-local (I'll have to read up some more on ipv6 to be sure what this means :P - and I thought I already knew much) [04:18] What would that mean? [04:19] dxtr: it's routed over the link local address and you can then chop up the block as you see fit [04:20] there is no reason for you to do such a thing besides learning, but with 1 vps, i don't even see how you could *test* anything out; what would you assign the other /64's too? [04:20] *to [04:20] anyway, it's late, i must rest [04:20] cd $bed [04:20] Hehe [04:21] When you're saying "as you see fit" I'm like "Did I miss something with ipv6? Can I route the addresses to China if I want to?" :P [04:21] That's why I'm asking [04:36] *** nukeAFK has joined #arpnetworks [04:41] *** nukeAFK has quit IRC (Ping timeout: 276 seconds) [04:44] morning [05:11] *** nukeAFK has joined #arpnetworks [05:32] *** nukeAFK has quit IRC (Ping timeout: 240 seconds) [05:45] *** heavysixer has joined #arpnetworks [05:45] *** ChanServ sets mode: +o heavysixer [05:54] *** nukeAFK has joined #arpnetworks [06:23] *** nukeAFK has quit IRC (Ping timeout: 240 seconds) [06:57] *** sroute has joined #arpnetworks [06:57] *** ChanServ sets mode: +o sroute [07:02] hmm. I'm trying to build a FreeBSD VM (kvm) here at work, but I want to use FixIt to build ZFS. [07:02] when I try to load the CD from the FixIt menu it says it isn't connected, yet I booted from it. [07:06] *** ziyourenxiang has joined #arpnetworks [07:07] I guess it needs to be the DVD, and not the disc1? [07:16] *** fink has joined #arpnetworks [07:36] *** boogeyman has quit IRC (*.net *.split) [07:36] *** nerdd has quit IRC (*.net *.split) [07:37] *** nerdd has joined #arpnetworks [07:44] *** boogeyman has joined #arpnetworks [07:47] yep [07:48] *** nbari|away is now known as nbari [07:48] *** RandalSchwartz has quit IRC (Quit: rebooting emacs) [07:52] 5m left on the DVD download.. [07:53] too bad I can't get the usb image to boot. that is a much faster download. [07:55] Hi all, this is maybe a litle of topic but any idea on how to use rrd in conjuntion with a database maybe to know the total amount of bandwaith consumed per month ? [07:55] I asked the network guys to push the "turbo" button on the AOLs, but they just laughed at me ;) [07:56] nbari: is the cacti bandwidth monitor via the support interface not what you're looking for? [07:56] mmm this is for another vps that i have [07:59] *** nukeAFK has joined #arpnetworks [08:15] *** nbari is now known as nbari|away [08:15] *** nukeAFK has quit IRC (Ping timeout: 268 seconds) [08:25] *** schmir has quit IRC (Remote host closed the connection) [08:32] *** nerdd_ has joined #arpnetworks [08:35] *** nerdd has quit IRC (Ping timeout: 264 seconds) [08:46] I'm in FixIt and I need to manually remount my zfs pool to edit a file. How do I do that? [08:46] I've loaded the opensolaris.ko and zfs.ko, and I would assume everything else is still intact. [08:50] *** nukeAFK has joined #arpnetworks [08:58] tired zpool import cedwards? I'm no expert in zfs but that's what I'd try first... [09:09] LT: I'll try that [09:09] cedwards: i ahd to do this [09:10] cedwards: i'll pm you my notes? [09:10] fink: sure [09:10] might be a good addition to the arp wiki we've started as well [09:12] cedwards: link? [09:13] http://arpwiki.com [09:13] cool [09:16] *** LT has quit IRC (Quit: Leaving) [09:32] neat, wasn't there supposed to be some "LOL THIS IS UNOFFICIAL" banner on it though? [09:39] http://wonder-tonic.com/geocitiesizer/index.php [09:39] love that site Wraithan [09:40] especially the midi :D [09:43] almost as good as shadyurl [09:43] oh shit it's the same people [09:43] CESSMASTER: you can mix and match! [09:43] http://5z8.info/malicious-cookie_d5d2_hateminorities [10:27] *** ziyourenxiang has quit IRC (Quit: ziyourenxiang) [10:35] hi all [10:36] *** nukeAFK is now known as nuke- [11:43] *** nesta has quit IRC (Quit: leaving) [11:52] *** schmir has joined #arpnetworks [12:31] Ok, someone was flabergasted at the 1600 query page I mentioned yesterday. Which upon discovery was dropped down to 20-30 queries by being written right. Well, today a 4145 query page was found that has a 4n growth rate with the number of users, was written by an intern that worked here for like 4 weeks, was the last thing he did before we let him go [12:31] no one has visited that part of the code base since he left though since we were implementing other stuff and his code hadn't gone live so it didn't matter [12:31] but 4145 queries... [12:32] *** schmir has quit IRC (Remote host closed the connection) [12:34] http://www.reddit.com/r/AskReddit/comments/c07jz/have_you_ever_heard_of_the_zombie_radius/ sfw [12:34] :) [12:49] even 20-30 for a single page sounds... awesome. [12:56] Eh, 1400 down to 20-23 is appropriate for the page, it does a lot of complex stuff [12:56] 20-30* [12:56] And that is without dropping to SQL we are still working in the ORM [13:49] *** schmir has joined #arpnetworks [14:03] CESSMASTER: fink : yes, the arp wiki should state it is unofficial, and it should never repeat information already in the Knowledge Base. If I change the KB, then the info is out of sync, causing mass confusion. [14:04] up_the_irons: huh? I have even less to do with the wiki than you do [14:04] dxtr: ah ok. no, you can't route it to china [14:05] cedwards: ^^ [14:05] CESSMASTER: sorry tab completion fail [14:05] *** tamara1 has joined #arpnetworks [14:06] Maybe a better solution is to give access to the KB to two or three of us. [14:09] mike-burns: no way to just give access to kb [14:10] Ah, that's a shame. [14:10] yeah, it's hosted, not my app [14:16] presumably the wiki should work more-or-less the way the linode one does... kb for stuff specific to arp, wiki for random "lol how do i set up a mail server" pages. [14:21] *** heavysixer has quit IRC (Quit: heavysixer) [14:45] up_the_irons: gotcha [14:45] *** RandalSchwartz has joined #arpnetworks [14:59] *** tamara1 has quit IRC (Ping timeout: 240 seconds) [15:04] up_the_irons: is this "unofficial" enough? http://arpwiki.com/doku.php/start [15:17] cedwards: it's actually not very obvious b/c my eye doesn't even go to the upper right corner with light text [15:18] cedwards: but either way, i'm starting to get a strong feeling this needs to be internally hosted. if people land here before they see the KB, i think they'll be thoroughly confused. i mean, a lot of the links go nowhere. that is not your fault, it is just the nature of wiki's [15:20] anyone used mediawiki? (i noticed linode uses it) [15:22] FFFFUUUUUU- [15:22] I think I'm getting sick [15:22] me [15:22] I even have written a parser for mediawiki [15:23] I hate it [15:23] Haha :D [15:23] up_the_irons: I'm getting sick. Wanna make out? [15:23] dxtr: no [15:24] schmir: so mediawiki sucks? [15:25] the markup is illogical [15:25] ah [15:25] i wonder if there is a wiki that uses rST [15:25] the template syntax sucks [15:25] (restructured text) [15:26] bet I'd have to look down the path of a Python solution for that [15:26] moinmoin? [15:27] http://moinmo.in/ReStructuredText [15:27] nice [15:29] well this is looking promising [15:36] I'm off for bed now :) [15:36] Good night [15:46] <3 moinmoin [15:46] its anti-spam works pretty well, considering what it is. [15:55] *** Guest79362 has quit IRC (Read error: Operation timed out) [15:55] *** phlux has joined #arpnetworks [15:55] *** awyeah_ has joined #arpnetworks [15:55] *** nakano_` has joined #arpnetworks [15:55] *** phlux is now known as Guest4466 [15:55] *** nakano_ has quit IRC (Ping timeout: 268 seconds) [15:55] *** coil_ has joined #arpnetworks [15:56] *** coil has quit IRC (Read error: Operation timed out) [15:56] *** awyeah has quit IRC (Ping timeout: 268 seconds) [16:07] up_the_irons: moin moin is pretty popular [16:09] fink: yeah, it looks familiar [16:09] * fink is a python fanboy [16:25] I'm not. I loathe python with every fibre of my being. [16:25] but moin is pretty good. [16:25] it was awesome until they decided wsgi is the way to go. [16:25] asshats. [16:26] jdoe: why do u loathe python? [16:26] up_the_irons: slow, unstable language with irritating apps (fuck you plone, fuck you 90% of the ubuntu userland) that also like to chew ram. [16:27] This is compared to ? [16:27] jdoe: lol [16:28] the apps are indeed irritating [16:28] i remember zope, back in the day, always killing my box using 100% of the cpu [16:28] Wraithan: scripting language-wise? ... perl of course, what else? [16:28] isn't 90% of perl out there unreadable? [16:29] If you are going to judge by the existing apps [16:29] hey - watch it buddy [16:29] i don't like how there's 60 different ways to do the same thing in Perl, but other than that, it is fine [16:29] and it's never 60 [16:29] i mean 700 [16:29] I love how people give over-the-top desccriptions for perl [16:29] like most stereotypes, they are exagerated [16:29] RandalSchwartz: you mean like how it's write-only line noise ;) [16:29] RandalSchwartz: I'd argue that is what jdoe did about python [16:30] Wraithan: which part? [16:30] Python isn't bad as a language :) [16:30] unstable? [16:30] Wraithan: "irritating" is subjective [16:30] when I say unstable I don't mean crashy [16:30] I mean the language is in flux [16:31] Perl only isn't in flux because Perl6, aka Perl Forever is the main development platform for people who want to work on the language [16:31] well, that and the changes between 5.6 -> 5.8 -> 5.10 -> 5.12 are fairly minor. [16:32] after 2.5 python's changes have not been huge either [16:32] at least not show stopping [16:32] not counting the 2 -> 3 [16:32] Wraithan - also incorrect [16:32] perl 5 has had a dozen major releases since perl 6 was announced [16:32] perl 5 is in no way going into mothballs [16:33] probably activelys upportd for another 5-10 years [16:33] Wraithan: don't listen to him, Randal knows nothing about perl ;) [16:33] so now we've seen a bunch of misinformation on all sides here. [16:33] lies. [16:33] * jdoe has been 100% factually accurate throughout. [16:34] unstable is relative then [16:34] Because I'd argue it is prefectly stable with a well defined upgrade path [16:34] Wraithan: I have several apps running python 2.3, 2.4 and 2.5 that can't be moved because of incompatibility in the language. That bothers me. [16:35] * RandalSchwartz wanders off, as the laptop battery is nearly gone [16:35] "can't be moved" is because they are either unmaintained or have poor authors. [16:36] *** schmir has quit IRC (Remote host closed the connection) [16:38] I have our app at work, which is a large scale app, able to run on 2.6 and 2.7, granted we aren't using any of 2.7's features right now but that is due to 2.7 in late alpha right now. Once 2.7 is released we will be moving over to that [16:39] Wraithan: well you can take that up with the zope/plone guys, sure. :) [16:40] HEY RandalSchwartz IS BACK [16:41] python is dreamy [16:41] it's a joy to code in [16:41] jdoe: most everyone in my local Python UG would appologize to you for having to use zope and plone, those are recognized by the community as sucking. [16:41] i don't know much about zope or ubuntu [16:41] I don't know anything about ubuntu and have avoided zope [16:43] *** coil_ is now known as sheath [17:01] *** sroute has quit IRC (Quit: WeeChat 0.3.0) [17:30] hrm. [17:30] how can I test that I've got the reverse dns zone setup properly? [17:32] when you SSH somewhere from within the reverse dns zone, then ssh there again, it should show your last connection as from the reverse dns address instead of from the IP [17:34] a low tech solution from you friendly developer who doesn't know much about sysadmining [17:35] s/you/your/ [17:39] jdoe: dig -x 'IP' [17:46] Nat_UB: that only works if it's already delegated from arp. [17:46] Nat_UB: I want to test it now. [17:47] Wraithan: yeah, same... that'll only work if delegation is setup, I think. [17:49] dig -x is supposed to return PTR records... [17:50] Reverse lookups -- mapping addresses to names -- are simplified by the [17:50] -x option. addr is an IPv4 address in dotted-decimal notation, or a [17:50] colon-delimited IPv6 address. When this option is used, there is no [17:50] need to provide the name, class and type arguments. dig automatically [17:50] performs a lookup for a name like 11.12.13.10.in-addr.arpa and sets the [17:51] query type and class to PTR and IN respectively. [17:56] hrm... yeah, but that doesn't apply here. [17:57] ... bingo. [17:57] dig -t ptr 4.0/29.3.2.1.in-addr.arpa [18:06] *** CRowen has quit IRC (Ping timeout: 260 seconds) [18:55] *** fink has quit IRC (Quit: fink) [19:17] . [19:20] *** ballen has joined #arpnetworks [19:20] *** ballen has quit IRC (Changing host) [19:20] *** ballen has joined #arpnetworks [19:20] *** ChanServ sets mode: +o ballen [20:07] quick question - is there anything that says that I need to keep my VPS's in the LA time zone? [20:07] nope [20:07] change the TZ to whatever your heart pleases [20:08] ballen: thanks! I just realized that when I rebuilt my freebsd vps I put it in eastern, but my linux one is still in pacific [20:08] heh no prob [20:09] ballen: it's almost kind of a security through obscurity :) [20:09] sure why not [20:10] never realized how long it takes to do a freebsd buildworld so I can start building some jails. may have to convert my linux vps to anotehr freebsd in the future [20:10] use sysinstall instead [20:12] ballen: I rebuilt using zfsroot on gpt disk, so wound up rebuilding from fixit in sysinstall [20:12] right on [20:12] love the zroot [20:12] I always buildworld previous to building jails. [20:13] ballen: I was going to do 4 ip's for each vps, but it cost me the same to go with 13 ips instead...could do some fail over between vps' [20:14] all I know is that I love arp's service....I plug it anywhere I go :) [20:14] sure, might want to check that each of the VPS's are on diff servers [20:15] I believe they are...my linux vps console is via kvr07, and my freebsd is on kvr06 [20:15] seems likely [20:33] *** ballen has quit IRC (Quit: Leaving...) [20:58] *** ballen has joined #arpnetworks [20:58] *** ballen has quit IRC (Changing host) [20:58] *** ballen has joined #arpnetworks [20:58] *** ChanServ sets mode: +o ballen [22:01] *** steinberg has quit IRC (Quit: leaving) [22:06] *** steinberg has joined #arpnetworks [22:27] *** sroute has joined #arpnetworks [22:27] *** ChanServ sets mode: +o sroute [22:53] *** steinberg has quit IRC (Quit: leaving) [23:08] *** ballen has quit IRC (Ping timeout: 245 seconds) [23:17] blah [23:53] *** steinberg has joined #arpnetworks