***: mhoran_ has joined #arpnetworks
mhoran has quit IRC (Read error: 54 (Connection reset by peer))
up_the_irons: ...
ballen: hows we doin
***: nukeAFK has joined #arpnetworks
-: up_the_irons is codin'
ballen: my VM already rebooted?
up_the_irons: ballen: no, maintenance is not until 1am
ballen: ah damn timezones
used to converting between EST and MST not PST
up_the_irons: hehe
ballen: quick question, how much would you charge to colo a 1U box, roughly
up_the_irons: ballen: how much power? would you require local access?
ballen: no local access, redudant ~500watt PSUs
redundant
up_the_irons: so 2 amps; that'd be $100
ballen: k
thx
up_the_irons: np
ballen: also, if I end up getting another VPS can you locate it on seperate hardware?
up_the_irons: ballen: sure
ballen: and if such a thing happens, could we cordinate downtime on one or ther other boxes, so not both are down in same period, given enough time to migrate services back and forth
giving me enough time that is
up_the_irons: ballen: yeah, i generally don't do maintenace on two boxes during the same window, or even the same day
ballen: cool
trying to figure out how to make a Redis DB and a set of websites be HA
up_the_irons: ballen: nice!
ballen: Redis only supports master/slave replication
and doesn't auto-promote
and there'll have to be some extra app logic in the app as well
oh freaking sweet the Redis-rb lib has a hash_ring lib
up_the_irons: nice
ballen: will have to play
if that sufficiently replicates data
I can scale fooorver muhahah
up_the_irons: lol
-: up_the_irons twiddles his thumbs for the next 6 minutes
ballen: indeed
***: obsidieth has quit IRC (Remote closed the connection)
mike-burns has quit IRC ("WeeChat 0.2.6.3")
nukeAFK has quit IRC ("gone.")
mhoran_ has quit IRC (Remote closed the connection)
ballen: k, my VPS is good to go, going to sleep now
***: ballen is now known as ballen|away
up_the_irons: ballen|away: g'night
***: visinin has quit IRC ("sleep")
baklava: should we be back up now?
***: [FBI] starts logging #arpnetworks at Sun Sep 27 01:41:41 2009
[FBI] has joined #arpnetworks
baklava: bah, I can't even connect via VNC
up_the_irons: baklava: what's your VM UUID?
baklava: 9a4f43a0-826c-012c-d6fd-00163ec95f4c
up_the_irons: baklava: looks like there is already a VNC connection established (I can't connect either)
baklava: haha
it just popped up with a password prompt
after minutes of saying it was connected but nothing
up_the_irons: gotcha
baklava: what do you see?
baklava: Apache was sitting there wanting my pass phrase
up_the_irons: lol
baklava: now I can SSH in :P
up_the_irons: :)
you need to strip that pass phrase outta the key ;)
baklava: ahh, home sweet home ;D
up_the_irons: nice :)
baklava: I did get that last ticket update, I've been too busy to catch up on stuff unfortunately. I'm just going to go with what I originally specified
up_the_irons: baklava: ok, so did you want me to add that second name server, or leave it as is?
baklava: na, just leave it
up_the_irons: ok
baklava: hadn't gotten the chance to play with rDNS before
***: mike-burns has joined #arpnetworks
mike-burns: Hm, `sleep' still doesn't work right.
% time sleep 1
sleep 1 0.00s user 0.00s system 0% cpu 2.204 total
nuke: hi up_the_irons u around?
after the server rebooted my ipv6 i added where lost, i added some and they seem to have some dns problem, do i have to do anything more besides adding them so they dont be gone after the vps reboot
***: nukeAFK has joined #arpnetworks
nuke: well dns problem gone, just th thing when i add then i rebooted and they gone
***: mike-burns has quit IRC ("WeeChat 0.2.6.3")
mike-burns has joined #arpnetworks
heavysixer has joined #arpnetworks
mhoran has joined #arpnetworks
ballen|away is now known as ballen
heavysixer has quit IRC ()
visinin has joined #arpnetworks
ballen is now known as ballen|away
ballen|away has quit IRC ("Leaving...")
ballen has joined #arpnetworks
heavysixer has joined #arpnetworks
ballen has quit IRC ("Leaving...")
mike-burns has quit IRC (Remote closed the connection)
mike-burns has joined #arpnetworks
heavysixer has quit IRC ()
ballen has joined #arpnetworks
heavysixer has joined #arpnetworks
ballen has quit IRC ("Leaving...")
heavysixer has quit IRC (Client Quit)
ballen has joined #arpnetworks
heavysixer has joined #arpnetworks
up_the_irons: baklava: did you block pings to your VPS? My monitor says it can't ping it, although it appears responsive in VNC
ballen: so who wants to implmented a distributed hash ring with data replication
implement*
on top of Redis
in Ruby
up_the_irons: nuke: regarding your question earlier, adding an IP to an interface does not make it persistent across reboots. you need to put them in your config files
mhoran: up_the_irons:
[mhoran@friction] ~% date; sleep 1; date
Sun Sep 27 17:57:49 EDT 2009
Sun Sep 27 17:57:52 EDT 2009
Did something get reverted?
up_the_irons: mhoran: your VM appears to be running with -no-kvm-irqchip, which is the change that is supposed to fix the timing problem
that disables APIC
mhoran: Hm.
Everything is all wonky again. :(
up_the_irons: I can reboot it and see if that helps, if you like
[garry@beta ~]$ date;sleep 1;date
Sun Sep 27 22:08:25 PDT 2009
Sun Sep 27 22:08:26 PDT 2009
[garry@beta ~]$ date;sleep 1;date
Sun Sep 27 22:08:31 PDT 2009
Sun Sep 27 22:08:32 PDT 2009
[garry@beta ~]$ date;sleep 1;date
Sun Sep 27 22:08:33 PDT 2009
Sun Sep 27 22:08:34 PDT 2009
mhoran: I wonder why it stopped working.
up_the_irons: mhoran: i think a reboot will fix it; the VM above had the same problem, and I just rebooted it, and it
's fixed
mhoran: Okay, let's do it.
up_the_irons: dunno what is different about the *initial* system bootup
shutting down
***: mhoran has quit IRC (Remote closed the connection)
Thorgrim1: fragarach# date; sleep 1; date
Sun Sep 27 18:11:41 EDT 2009
Sun Sep 27 18:11:44 EDT 2009
Interesting
up_the_irons: let's see if mhoran's reboot fixes it
***: mhoran has joined #arpnetworks
mhoran: Looking good.
up_the_irons: sweet
wonder what it is about the initial bootup...
***: heavysixer has quit IRC ()
up_the_irons: Thorgrim1: you want a reboot to fix that?
if so, give me your VPS UUID
Thorgrim1: uh, is that in the email?
up_the_irons: Thorgrim1: portal
Thorgrim1: Sun Sep 27 18:11:41 EDT 2009
Sun Sep 27 18:11:44 EDT 2009
dammit
up_the_irons: Thorgrim1: your VM actually never had the fix applied; it is booting up now
***: Thorgrim1 is now known as Thorgrimr
up_the_irons: mike-burns: if your timing is still messed up, I can give the VM a reboot, seems to fix it for whatever reason
mhoran: I think he's sleeping. :)
ballen: oh snap, data replication works so far with data being saved in two places
mhoran: Supposed to watch Curb Your Enthusiasm with me, but it's pretty gross out. I've still gotta get the motivation to leave this place.
But it's going to be almost 80 degrees tomorrow?!
ballen: of course nothing is in place to enforce min replication when I node goes offline
***: heavysixer has joined #arpnetworks
up_the_irons: mhoran: it's like 100 over here
Thorgrimr: sod that!
Very ready for fall/winter here
up_the_irons: Thorgrimr: your timing looks fixed
$ date; sleep 1; date
Sun Sep 27 15:34:26 PDT 2009
Sun Sep 27 15:34:27 PDT 2009
$ date; sleep 1; date
Sun Sep 27 15:34:32 PDT 2009
Sun Sep 27 15:34:33 PDT 2009
$
Thorgrimr: Yep
Danke
up_the_irons: np
Thorgrimr: Now while you're in there, can I give you a list of stuff to configure :)
-: up_the_irons runs away
Thorgrimr: Good choice
***: ballen is now known as ballen|away
ballen|away is now known as ballen
ballen_ has joined #arpnetworks
Nat_UB: irons: I'm having same issue. Need UID?
Timing issue I mean :)
***: ballen has quit IRC (Read error: 110 (Connection timed out))
up_the_irons: Nat_UB: yeah, need the UUID and your permission to reboot your VM
Nat_UB: irons: in your PM thanks
up_the_irons: Nat_UB: roger
***: mike-burns has quit IRC ("WeeChat 0.3.0")
mike-burns has joined #arpnetworks
mike-burns: % time sleep 1
sleep 1 0.00s user 0.00s system 0% cpu 1.007 total
Success!
(Approximately. :)
***: ballen_ has quit IRC (Read error: 110 (Connection timed out))
up_the_irons: mike-burns: hehe
cool
***: heavysixer has quit IRC ()
ballen has joined #arpnetworks
Thorgrimr: exit
***: heavysixer has joined #arpnetworks
jeev: up_the_irons, my timing seems off
time sleep 1
real 0m2.867s
***: ballen has quit IRC ("Leaving...")
heavysixer has quit IRC ()
ballen has joined #arpnetworks
obsidieth has joined #arpnetworks
obsidieth: heh.
***: Thorgrimr has quit IRC (Read error: 110 (Connection timed out))
Thorgrimr has joined #arpnetworks
Thorgrimr has quit IRC (Remote closed the connection)
Thorgrimr has joined #arpnetworks
baklava: up_the_irons: yea, I enabled pf
***: BeBoo_ has joined #arpnetworks
BeBoo_: hi all. anyone know what the host CPU is? when I cat sysctl, i get the QEMU CPU
actually, it's not really important. nevermind =]
***: BeBoo_ has quit IRC (Client Quit)
heavysixer has joined #arpnetworks