**** BEGIN LOGGING AT Fri Oct 26 03:00:01 2012 Oct 26 08:16:03 Hello guys, just a quick question to asterisk18-cdr - marked as broken. Oct 26 08:16:46 I think it should be enough to add a dependency +PACKAGE_asterisk18-mysql:libmysqlclient to this package Oct 26 15:21:05 i noticed 'make' will fail because I have to manually echo "y" to newer kernel options, should it just take the default and not fail 'make'? Oct 26 15:23:35 <[florian]> xxiao: are you building a 3.6 kernel? Oct 26 15:24:07 xxiao: this is intentional, to make you aware that there are kernel config symbols not covered by the current configuration Oct 26 15:24:50 [florian]: building the trunk for kvm_guest Oct 26 15:25:12 tried both vdi image and kvm_guest-combined, both hang at "Switching to clocksource tsc" Oct 26 15:26:16 KanjiMonster: yeah, but for newer kernel options i think taking default should be fine , anyways Oct 26 15:28:55 building x86->generic instead of x86->kvm_guest now, see if that helps Oct 26 15:36:14 [florian]: the gpio's are spectacularly wrong Oct 26 15:36:21 xxiao: what are you running on ? Oct 26 15:36:26 <[florian]> DonkeyHotei: I read that already, thanks Oct 26 15:36:42 stintel: 10.04 x86_64 Oct 26 15:36:56 don't understand Oct 26 15:37:05 what are you running the OpenWrt x86 image on Oct 26 15:37:22 stintel: i tried qemu, kvm, and vbox, same kernel hang Oct 26 15:38:25 well, I am running OpenWrt kvm_guest image in kvm, works fine. Oct 26 15:38:31 did you use virtio block device in kvm ? Oct 26 15:38:43 (it expects /dev/vda, not /dev/sda) Oct 26 15:38:51 KanjiMonster: i still think we should take the default for new kernel options, maybe printing out some warning to let people know, to avoid breakage 'make -j8' Oct 26 15:39:14 KanjiMonster: now i have to do 'make V=s' to echo the kernel, then the whole build takes 10x longer time Oct 26 15:39:35 xxiao: nobody reads warnings Oct 26 15:40:49 stintel: i just did 'kvm openwrt-x86-kvm_guest-combined.ext4.raw' Oct 26 15:41:17 xxiao: oh heh Oct 26 15:41:44 /usr/libexec/qemu-kvm -S -M rhel5.6.0 -cpu qemu64,+lahf_lm,+rdtscp,+popcnt,+sse4.2,+sse4.1,+dca,+xtpr,+cx16,+ssse3,+tm2,+est,+vmx,+ds_cpl,+monitor,+pbe,+tm,+ht,+ss,+acpi,+ds,+vme,-svm -m 128 -mem-prealloc -mem-path /mnt/hugepages/libvirt/qemu -smp 1,sockets=1,cores=1,threads=1 -name vr0 -uuid 6711c2bf-207d-dba9-9a01-009ecda43be3 -monitor unix:/var/lib/libvirt/qemu/vr0.monitor,server,nowait -no-kvm-pit-reinjection -boot c -drive if=ide,media=cd Oct 26 15:41:54 xxiao: slightly different ;) Oct 26 15:42:25 xxiao: you definitely need to pass it a virtio block device at least for it to work Oct 26 15:46:26 stintel: for kvm my bootargs is: linux /boot/vmlinuz root=/dev/vda2 rootfstype=ext4 rootwait console=tty0 console=ttyS0,115200n8 noinitrd Oct 26 15:46:51 sintax: it's using /dev/vda2, what do you mean by passing a virtio block device, some special flag for kvm? Oct 26 15:47:09 or do you mean the root partition has to be /dev/vda2, which is the case here Oct 26 15:48:04 xxiao: if you don't pass anything to kvm but just the file it will be an IDE or SCSI driver, and known to the OpenWrt vm as /dev/sda, but it expects it to be at /dev/vda Oct 26 15:48:12 so it's "normal" it doesn't work Oct 26 15:48:49 but there might be more Oct 26 15:49:29 try "kvm -drive file=openwrt-x86-kvm_guest-combined.ext4.raw,if=virtio,boot=on,format=raw" Oct 26 15:49:32 afaik Oct 26 15:51:26 stintel: thanks! that makes it boot, is the trick 'if=virtio'? Oct 26 15:51:38 that's probably it yes Oct 26 15:51:39 i did kvm -drive file=openwrt-x86-kvm_guest-combined.ext4.raw and it did not work Oct 26 15:51:50 hint: try libvirt / virt-manager Oct 26 15:51:55 it might be redhat'ish code Oct 26 15:52:02 but it's also the best thing available, imo :) Oct 26 15:52:20 yeah on the path to learn kvm/virsh etc Oct 26 15:52:28 ah, good to hear that Oct 26 16:10:15 intel screwed up meego and now is doing the same to oe...the more i had to use yocto the more i like openwrt :) Oct 26 16:11:56 was it intel? was it nokia? Oct 26 16:12:13 50:50 Oct 26 16:12:17 I actually have a MeeGo phone Oct 26 16:12:22 and it's cool, but there are no good apps Oct 26 16:13:56 ok, vbox dislikes both bin/x86/openwrt-x86-kvm_guest-combined-ext4.vdi and bin/x86/openwrt-x86-generic-combined-ext4.vdi Oct 26 16:14:35 for kvm_guest image it's expected, as vbox does not support virtio-blk , why the generic-combined image also demands virtio-blk device Oct 26 16:14:42 anyway i'm happy to run it with kvm Oct 26 16:16:09 vbox is crap ;) Oct 26 16:16:22 it's slow, insane memory overhead compared to kvm, etc Oct 26 16:16:30 only the seamless desktop integration is nice Oct 26 16:16:50 and missing for kvm afaik, although you should be able to do something similar if you use the spice protocol Oct 26 16:18:59 the x86 generic iso boots fine under vbox, i expected the non kvm_guest vdi should do the same, somehow it requires virtio-blk in vdi but vbox does not support virtio-blk, hmmm? Oct 26 16:19:53 not sure if vbox can export a virtio_blk Oct 26 16:20:24 it can export virtio_net, but that is so horribly implemented it is slower than virtual e1000 Oct 26 16:20:57 stintel: what's your experience with lxc Oct 26 16:21:02 never used Oct 26 16:21:11 different type of virtualisation too Oct 26 16:21:11 i tried it a while ago and never got it working on ubuntu12.04 Oct 26 16:21:17 depends what you want to do I guess Oct 26 16:21:41 just to play around with it atm Oct 26 16:21:54 for kvm/x86 i do need use it now Oct 26 16:22:04 to test some software Oct 26 16:22:44 kvm rocks Oct 26 16:23:23 I am running it in production (for servers) since june 2010 Oct 26 16:23:25 afaikl Oct 26 16:23:38 ah no, even earlier, this is new hardware Oct 26 16:24:12 been using it on my laptop and desktop to have windows around, and test with openwrt and other linux distros for many years Oct 26 16:24:24 it's the cleanest virtualisation around, imho Oct 26 16:24:39 just modprobe kvm_intel and you're ready to go Oct 26 16:25:58 compared to the fugly microkernel xen is using, didn't like nvidia.ko et all, back in the days. vbox has proprietary cruft Oct 26 16:26:05 and don't even get me started on vmware lol Oct 26 20:03:21 whats the best way to check if a directory is not empty in a makefile? i have a patch that does if [ "`ls -A `" ]... but i suspect there might be a better solution Oct 26 21:26:32 blogic: i've put openwrt on my easybox 803 but there is no wlan working. is there no wlan support at the moment? **** ENDING LOGGING AT Sat Oct 27 03:00:01 2012