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