jeev: console into it
until i buy one greg_dolley: irons: yup, I'm here! ;-)
who else is here? jeev: KVM come with a linux module to support full virtualization. The linux module is just three files: kvm.ko, kvm_intel.ko, kvm_amd.ko. You can install them just like you install drivers for your video card. The good news is, you might do not need it install it. The 2.6.20 version has already included those linux modules. Depends on your distribution configuration, it might not be installed, or as a module or built-in. Here is a table listing the relation
wow
someone needs to help them with their engrish! up_the_irons: greg_dolley: there's like 19 ppl total idling jeev: up_the_irons, what vrsion of kvm you run up_the_irons: jeev: 84 jeev: up_the_irons, what's the difference between
qemu-kvm and kvm up_the_irons: jeev: google it jeev: for example, there is a 0.11.somethingrc -: up_the_irons has work to do jeev: i'm seeing slackbuilds that use qemu-kvm and others that dont
weird up_the_irons: dunno much about slackware ***: Thorgrimr has quit IRC (Read error: 104 (Connection reset by peer))
Thorgrimr has joined #arpnetworks
Thorgrimr has quit IRC (Remote closed the connection)
Thorgrimr has joined #arpnetworks
heavysixer has joined #arpnetworks
heavysixer has quit IRC ()
Thorgrim1 has joined #arpnetworks
heavysixer has joined #arpnetworks
Thorgrimr has quit IRC (Read error: 104 (Connection reset by peer))
toddf has joined #arpnetworks
iStormy_WY5Q has quit IRC (Read error: 110 (Connection timed out))
visinin has joined #arpnetworks mike-burns: up_the_irons: Just a gentle reminder: can you do that thing to ACPI on my slice that fixes the sleep() problems?
(During the next downtime.) ***: iStormy_WY5Q has joined #ARPNetworks
ballen|away is now known as ballen
ballen is now known as ballen|away
ballen|away is now known as ballen
ballen is now known as ballen|away
nukeAFK is now known as nuke`
ballen|away is now known as ballen
timburke has quit IRC ("Leaving")
timburke has joined #arpnetworks
greg_dolley has quit IRC (anthony.freenode.net irc.freenode.net)
jester1 has quit IRC (anthony.freenode.net irc.freenode.net)
Qsource has quit IRC (anthony.freenode.net irc.freenode.net)
nuke` has quit IRC (anthony.freenode.net irc.freenode.net)
Thorgrim1 has quit IRC (anthony.freenode.net irc.freenode.net)
timburke has quit IRC (anthony.freenode.net irc.freenode.net)
toddf has quit IRC (anthony.freenode.net irc.freenode.net)
visinin has quit IRC (anthony.freenode.net irc.freenode.net)
Nat_UB has quit IRC (anthony.freenode.net irc.freenode.net)
ballen has quit IRC (anthony.freenode.net irc.freenode.net)
cablehead has quit IRC (anthony.freenode.net irc.freenode.net)
baklava has quit IRC (anthony.freenode.net irc.freenode.net)
timburke has joined #arpnetworks
visinin has joined #arpnetworks
toddf has joined #arpnetworks
Thorgrim1 has joined #arpnetworks
greg_dolley has joined #arpnetworks
ballen has joined #arpnetworks
nuke` has joined #arpnetworks
baklava has joined #arpnetworks
cablehead has joined #arpnetworks
Qsource has joined #arpnetworks
jester1 has joined #arpnetworks
Nat_UB has joined #arpnetworks
heavysixer has quit IRC ()
ballen is now known as ballen|away
ballen|away is now known as ballen jeev: anyone got a sec? got my kvm working
i wanna set a couple fbsd vps up for myself and test them for a month before i ship it ballen: todo? jeev: well, i want to set up a nnew pop somewhere for mail and dns
and i want to split it all up ballen: ah jeev: screen coes out pretty nasty
i need to set up vnc and see how it works ballen: ya jeev: oh cool
le tme try bsd ;)
i have to read up on how to split
what format should i create the image ? ballen: no idea, dd? ***: heavysixer has joined #arpnetworks jeev: eh
i meant with qemu-img, anyway
i'll just try it, im booting into the cd with qcow2 ballen: i never used kvm/qemu jeev: wow this is so easy
i gotta figure out the networking hrmf
up_the_irons, do you use virtio or e1000 mhoran: I believe he uses virtio (asked him the other day.) ballen: whats the diff?
I use e1000 for most of my virtulization in FreeBSD mhoran: virtio is paravirtualized, e1000 is fully virtualized. ballen: ah
virtio actually work in BSD? jeev: whatdo you suggest i use mhoran mhoran: There's also a paravirt disk driver, not sure of the status of that. jeev: how do i start it where it reaches my current LAN / mhoran: jeev: If virtio works, I'd use it.
ballen: Not sure. The spec is open, of course, so it could be easily implemented. jeev: qemu-system-x86_64 disk0.qcow2 -vga std -net nic,model=virtio -monitor stdio -vnc :2 -smp 2 -m 1024
Warning: vlan 0 is not connected to host network
same with model=e1000 mhoran: Hrm. jeev: virtio didn't give me nic in freebsd mhoran: Yeah, probably requires a special driver (as does the Linux version.) jeev: well my fbsd vps with arp = em0: <Intel(R) PRO/1000 Network Connection 6.9.6> port 0xc040-0xc07f mem 0xf2020000-0xf203ffff irq 11 at device 3.0 on pci0 mhoran: Yeah, that's e1000 not virtio. jeev: qemu-system-x86_64 disk0.qcow2 -vga std -net nic,model=e1000 -net user -monitor stdio -vnc :2 -smp 2 -m 1024
that's working i think mhoran: Cool.
You may also want to disable APIC, we've seen some timer issues with that. jeev: ok
still cant even reach the gateway
i dont even have tunctl on slackware up_the_irons: mike-burns: yeah, i already made the APIC change, will take effect during reboot jeev: up_the_irons, got a suggestion for me ? i just need it to get online now ;) up_the_irons: jeev: e1000 for FreeBSD
mhoran: i use virtio for Linux VMs, e1000 for *BSD VMs jeev: how can i get it on the public network though
http://www.linux-kvm.org/page/Networking = public bridge /
with bridges ? up_the_irons: jeev: suggestion: RTM :) jeev: i am reading the manual ***: ballen is now known as ballen|away up_the_irons: anyone know how to output to standard error from a shell script (bash) ?
I have:
echo "Warning: domain $DOMAIN has no PORT defined, skipping..." | cat 1>&2
and it works
but was wondering if there was a more straight forward way mike-burns: Doesn't this work: echo "foo" >&2 up_the_irons: oh yeah huh
it does
mike-burns: thanks mike-burns: Sure thing. ***: ballen|away is now known as ballen jeev: damn
disabled apic and it wont mount root now ***: ballen is now known as ballen|away
ballen|away is now known as ballen up_the_irons: ballen: the console server (console.cust.arpnetworks.com) will now show you the SSH tunnel command with host and port already filled in; as you had suggested. -: up_the_irons strikes one off his list Nat_UB: types "console.cus" hmmmm :) up_the_irons: Nat_UB: email me your SSH pub key and I'll make an account for you (feature is still in demo / testing) Nat_UB: cool...thanks ballen: up_the_irons: coolio up_the_irons: going swimming, bbl ballen: k ***: heavysixer has quit IRC ()
ballen is now known as ballen|away
ballen|away is now known as ballen
heavysixer has joined #arpnetworks
heavysixer has quit IRC ()
teknicaL has quit IRC ("Leaving") ballen: up_the_irons: downtime is tonight? ***: ballen has quit IRC (Read error: 110 (Connection timed out))
ballen has joined #arpnetworks ballen: ping up_the_irons: ballen: yup, 1am ballen: yaa
me shakes head...
awww
any who