[02:00] has anyone actually deployed this on a phone yet? [02:03] idefine: It's not really targeted to phones. [02:03] More handhelds [02:03] Think 4-6" laptops, tablets, etc. [02:07] How can I dsiable the "VMX root mode"? [02:12] vadi2: Hmm. Maybe that came with kvm. You might be able to aptitude purge bridge-utils vgabios kvm qemu, but I'm not 100% sure. [02:12] And waiting 5 minutes for an answer gives me time to check the rdepends :) [02:16] persia: ah, thanks! === asac_ is now known as asac === hfwilke_ is now known as hfwilke [06:04] good morning === dholbach_ is now known as dholbach [10:02] ogra: Funny, I didn't get the bug this way, perhaps it's different in the intrepid branch of u-v-b [10:03] well, i did get it following the wikipage but utting LANG=C infront of the simple builder command [10:03] my build system had de_DE though [10:04] its not really critical and a corner cae anyway [10:04] *case [10:04] in case of MID it just makes the moblin-media stack fail which doesnt seem to be a good idea [10:05] (that might be better to fix in moblin-media itself probably) [10:07] oh, and i dont use intrepid, its all hardy [10:07] hi [10:08] i got a error in Ubuntu Mobile when i install [10:08] lool, more important is that mvo fixes hardy-full.list to get the right url in [10:08] davmor2: I'm not sure we want to change font sizes at this point [10:08] $ ./ubuntu.kvm [10:08] open /dev/kvm: No such file or directory [10:08] Could not initialize KVM, will disable KVM support [10:08] Ubuntu does not support running KVM without hardware acceleration. Sorry. [10:08] $ glxinfo | grep direct [10:08] direct rendering: Yes [10:08] davmor2: It would require retesting of everything I would guess [10:08] shakara1: This is not the same type of hardware acceleration [10:09] shakara1: glxinfo reports about your graphics card [10:09] shakara1: KVM is based on CPU level instructions [10:09] @lool then how to fix it? [10:09] ogra: Where's this fix? [10:09] shakara1: You could try with qemu instead of kvm [10:10] @lool: ok i will try [10:10] lool, https://wiki.ubuntu.com/Testing/Cases/UMEinstall i added it to the instructions for now [10:10] ogra: thanks [10:10] sed -s -i 's/ubuntu /ubuntu-ports /' hardy-full.list [10:11] shakara1, kvm is essentially something your CPU needs to have HW support for, you can test if your CPU does with: [10:11] egrep '(vmx|svm)' /proc/cpuinfo [10:11] if that return nothing, you cant use kvm and need to go with qemu [10:12] *returns [10:12] ogra: umn, return nothing [10:12] lool, that should probably be on the wiki as well [10:12] you might need to do modprobe kvm-intel / modprobe kvm-amd [10:12] where put qemu? exits a how to? [10:12] ogra: where does that hardy-full come from? [10:13] lool, lp:~mvo/ubuntu-mobile/simple-image-builder ships it [10:13] ah.. [10:13] so we need mvo for fixing i guess [10:13] $ sudo modprobe kvm-intel [10:13] [sudo] password for shakaran: [10:13] FATAL: Error inserting kvm_intel (/lib/modules/2.6.24-16-generic/kernel/arch/x86/kvm/kvm-intel.ko): Operation not supported [10:14] shakara1, well, if the egrep command didnt return anything you CPU cant do kvm [10:14] no need to try it further [10:14] (unles you start soldering around in your CPU core :) ) [10:14] shakara1: Just pass it as argument to simple-mobile-builder [10:14] simple-mobile-builder qemu hardy [10:15] $ ./ubuntu.kvm simple-mobile-builder qemu hardy ?? [10:15] lool, the .list files should go into a bzr branch btw, currently you need to install MIC just for getting the sources.list files from it [10:15] ogra: I think I made that optional [10:16] shakara1, copy and paste: sudo ./simple-mobile-builder qemu hardy --sources /usr/share/pdk/platforms/menlow-lpia-ubuntu-hardy-ppa/sources/hardy.list --sources /usr/share/pdk/platforms/menlow-lpia-ubuntu-hardy-ppa/sources/um-ppa-hardy.list --sources $(pwd)/hardy-full.list [10:16] if [ -n "$PLATFORM" ] || [ -n "$FSET" ]; then [10:16] if ! which image-creator >/dev/null; then [10:16] log_c "You need moblin-image-creator for --platform and --fsets" [10:16] It's only required if you want to use these concepts [10:17] mkdir: cannot create directory `/home/shakaran/simple-image-builder/ubuntu-vm-hardy-lpia': File exists [10:17] Error creating directory /home/shakaran/simple-image-builder/ubuntu-vm-hardy-lpia. Unable to proceed. [10:17] `PKGS' borrado [10:17] `SOURCES' borrado [10:17] ah, i might have missed the massage, it doesnt stop if it doesnt find the lists but just goes on and builds a broken image [10:17] ogra: But I don't like adding that hardy-full; I don't think it should be there [10:17] shakara1, delete the dir (ubuntu-vm-hardy-lpia) [10:17] oh, it was in the instructions before [10:17] i think davmor2 added it [10:17] ogra: It doesn't stop? [10:18] nope [10:18] log_c() { log "C:" "$@" exit 1 [10:18] it just went on and left me with an image 100% built from the standard archive [10:18] But you passed --platform or --fset? [10:18] which was an odd image indeed [10:18] i used https://wiki.ubuntu.com/Testing/Cases/UMEinstall [10:18] it only adds --sources [10:19] Argh [10:19] It should simply set --platform instead of looking up MIC files [10:19] i fixed that site along the way trying to get a usable image [10:19] @ogra: downloading... [10:19] I spend half a day implementing the dump functionality in MIC [10:19] gah [10:20] There are bugs in this mode though, and I didn't have time to fix htem [10:20] the simple-mobile-builder comand was like that since the begining of the page though, i just added the $(pwd) to the hardy-full.list in the end [10:20] I'm sorry, I don't have time to look at this today [10:20] There is a chance to try Ubuntu Mobile on a PDA HTC P3600? [10:21] or only in PC? [10:21] well, i can make a testbuild with --platform, if that works i'll update the wiki [10:25] lool, what are valid values for platform ? [10:26] sorry guys been racing around like a headless chicken. [10:27] lool: currently most of the stuff in the kvm image and on the jax10 don't work because the small font size is too large. [10:27] orga: thanks for adding that to the wiki I must of missed your request for it sorry [10:28] persia pushed for it so people dont get broken images :) [10:29] ogra: see mic --list-platforms [10:29] lool: on the bigger size machines like the q1 the font in use is the large fonts anyway [10:29] lool, thanks [10:29] image-creator -c list-platforms [10:30] +sudo :) [10:30] No [10:30] At least, not if you have a fixed image-creator [10:31] I fixed that requirement for root in an Ubuntu pach [10:31] *patch [10:31] It's in the ppa version and intrepid version [10:34] @loll: There is a chance to try Ubuntu Mobile on a PDA HTC P3600? [10:38] any help? [10:40] lool: did you get the thing about gpe-filemanager? [10:41] how install Ubuntu Mobile on a PDA? [10:44] davmor2: the thing? [10:44] shakara1: it's not ready for pda yet [10:44] lool: hang on I'll get the bug [10:45] https://bugs.edge.launchpad.net/ubuntu-mobile/+bug/235338 [10:45] davmor2: Switching to pcmanfm? [10:45] Launchpad bug 235338 in ubuntu-mobile "File manager is cutting through the icons" [Medium,Confirmed] [10:46] lool: that was cgregan suggestion to the issue mine was to remove the top bar with go in. [10:46] lool, ++ [10:46] davmor2: ok, Some approximate date when Ubuntu Mobile will be ready for PDA? [10:47] No idea [10:47] <-- big fan of pcmanfm [10:47] QEMU is slow [10:47] $ ./ubuntu.qemu [10:47] Could not open '/dev/kqemu' - QEMU acceleration layer not activated: No such file or directory [10:48] shakara1: it isn't designed for pda it is designed for mids someone might port it at some point though. [10:48] shakara1: daft question but what are you running this on? [10:49] hum [10:49] * ogra doesnt get s-m-b to do anything at all [10:49] not even with a new MIC from intrepid [10:50] ogra: big hammer time you know it makes sense :) [10:50] davmor2: I am running Music Player in Ubuntu Mobile [10:51] well, setting set -ex in the script i see it doesnt get beyond setting TEMP ... thats very weird [10:51] " the zephyr xserver" arf [10:51] http://linuxdevices.com/news/NS8446435808.html [10:52] shakara1: no sorry what hardware are you trying to run kvm on [10:52] heh [10:53] Mi computer is a laptop with ATI and processor of 1.86 GHZ [10:53] what processor [10:53] In Ubuntu Mobile if you press in Battery Icon, then it restart Ubuntu Mobile??? [10:54] your vm has no battery ... it might crash [10:54] shakara1: that's because there is no battery on the virtual machine it's know [10:54] shakara1: what processor is it? [10:55] davmor2:Intel Pentium M processor 1.86 GHz [10:56] shakara1: and you've tried installing kvm and become a group member of kvm? [10:56] Should detected that my KVM has no battery and display a message not to crash. That would be more useful. [10:57] Yes, I add in Groups an User, my user in kvm group [10:57] because the wiki said [10:57] shakara1: it's designed for really hardware though and not vms on the hardware it is powered by batteries [10:57] shakara1: right and did you restart your machine at that point? [10:58] no, i not restart my machine [10:58] it should be restart? [10:59] that will enable the settings to change so yes [10:59] oks, i will restart [11:00] shakara1: I just realised it's not on the wiki so I've added it [11:00] it is normal that keyboard it shift to right in the last row? [11:01] The keys left, right and below are displaced. [11:40] Hi === davmor2 is now known as davmor2_on_shopp === davmor2_on_shopp is now known as davmor2_back2nit [17:57] Hi, what's the default password of a standard KVM UME system ? [17:57] ubuntu [17:57] indeed :) [17:58] ogra: okey, thanks :D [17:58] BTW, to all contributors and developers: UME is very very nice, when I buy my eeepc I'm surely going to install it ;) [18:15] Little question, UME is the base project for NBR, right ? [18:16] Will NBR be available for devices such as eeepc 4G ? [18:31] Celph_Titled: i would think so (eeepc question) [18:31] NBR uses some of the base tech from UME [18:31] i believe it uses matchbox, and a similar panel [18:32] I don't think it uses hildon, but I could be wrong [18:36] Newbie here. Matchbox ? hildon ? [18:38] matchbox window manager [18:38] hildon is the toolkit that the gui elements use [18:39] matchbox wm is what makes the apps always fullscreen [18:42] Ok [18:43] Thanks. [18:44] I think I'll install Ubuntu (currently I'm running Xubuntu on the eee) and then install the GUI components of netbook remix [18:45] Last question, UME could run on the eepc or is it made "only" for atom based machines ? [18:47] many of the builds have drivers specific to the target devices [18:47] other than that, it should run... in theory [18:48] M'kay === davmor2_back2nit is now known as davmor2 === robr___ is now known as robr [19:11] oof, not easy to type on that screen kbd [19:28] ogra-ume: it would be on a touch screen :) [19:28] well, my lappie has one :) [19:29] took me half the day to get the vbox guest drivers running on lpia though ... but now the touchscreen gets reached through directly [19:29] so in fullscreen mode i have an MID with a 10cm frame :) [19:34] trying two fingers isnt rea;ly bettwer [20:00] lool: i cant open urls in pidgin, is that known ? [20:01] ogra-ume: Not to me; there was a recent change for gnome-www-browser support, could you check how it's setup ATM? [20:01] manual and nothing in the command field [20:01] ogra-ume: Sounds like a broken upgrade / removal [20:02] ogra-ume: grep the maintainer scripts perhaps [20:02] well, its a fresh image, i didnt play with any settings yet [20:02] will do [20:02] lool: No, it's been that way for a while, at least since UDS. I just forgot about it. [20:06] gnome-www-browser - status is auto. [20:06] here [20:06] link currently points to /usr/bin/epiphany-gecko [20:06] /usr/bin/firefox - priority 70 [20:06] (doh) [20:07] i wonder why midbrowser doesnt just register www-browser though [20:07] err [20:07] x-www-browser [20:08] It's hard to tell where the limit is between gnome-ish and not gnome-ish stuff [20:08] well, its one line in postinst and guarantees that non gnome apps have a system browser [20:09] Oh it should do all of them, I agree [20:09] right [20:10] You said "just register" these, so I thought you wanted to exclude gnome-w-b [20:10] nah :) [20:12] hmm, the matchbox-keyboard in extended mode has way bigger and easier to press buttons [20:29] lool, ogra-ume: LP #223891 for the x-www-browser stuff [20:29] Launchpad bug 223891 in ubuntu-mobile "Claws Mail - Help apps are non-functional" [Medium,Confirmed] https://launchpad.net/bugs/223891 [20:30] great :) [20:33] I'm trying to figure out why a file got lost in a package, but can't find when it happened... moblin-settings-daemon in git has (and has had for a long time) the file moblin-settings-sound.c. But the file isn't in UME builds (it was in .61 but not in .66). But I can't see a changelog entry referencing it [20:38] doesnt the git history show it ? [20:54] hi all, how is ubuntu-netbook-remix related to ubuntu-mobile? [20:55] hildon seems not to be in the ubuntu-netbook-remix [20:58] probono: ubuntu-netbook-remix is a remix of Ubuntu, containing some commonality with each of Ubuntu Desktop and Ubuntu Mobile. [20:59] so ubuntu mobile and netbook are somewhat like parallel projects? [21:02] probono: Something like that. It's not quite that well defined. [21:03] Ubuntu Mobile is a flavour of Ubuntu, like Ubuntu Desktop or Kubuntu Desktop [21:03] Ubuntu-Netbook-Remix is a Remix of Ubuntu, something like Mint or Fluxbuntu [21:03] ah, thanks. that clears it up [21:04] There's been talk of creating a NetBook flavour, but nothing committed to the repos yet. === cgregan is now known as cgregan_away [21:54] Why does the project wiki say the N800/N810 has proprietary parts? Does it refer to hardware parts? If so, what is a proprietary part, and how does it differ from most other undocumented computer parts? [21:55] To my knowledge, the N800/N810 uses open source software, except for the graphics and wifi, which is also the case for the majority of personal computers. It is an otherwise very open system. [21:58] m-c: Fairly open, but not as open as required for inclusion in Ubuntu main. the graphics and some of the drivers (e.g. wifi) are some of the parts that aren't. [22:00] You are going to find closed drivers for all usa-produced wifi devices. The FCC mandates manufactures take measures to prevent the radio devices from being used outside the specifications. [22:01] graphics is open on N800/N810, wifi is closed [22:02] Even better. [22:02] The Maemo (distro running on those devices) has a very strong developer community. It would be wise to try and build bridges there. [22:05] Would anyone here be upset if I removed the "proprietary parts" statement on that page? [22:08] thanks [22:15] m-c: have a look at http://lists.maemo.org/pipermail/maemo-developers/2008-May/033234.html [22:18] dsme & mce, and the battery management are all closed [22:18] and the WLAN module and FW too are closed [22:20] there is some discussion that Nokia provides one person whose sole task is to support the [22:20] community by mantaining the closed code and providing new binaries that [22:20] link against recent libraries. [22:22] How are you using the term 'closed' when you are talking about these devices? Do you mean the hardware does not have an open specification? Or do you mean Maemo requires a closed binary driver? [22:23] closed binary drivers but also that in order to do proper low level kernel development, one [22:23] needs also measuring tool and special boards that allow for precise [22:23] measuring of what the sw is doing. Nobody in the community has such [22:23] setup, [22:24] so there is a dependency on some Nokia support [22:24] having said this there are projects such as Mamona [22:24] which are creating a totally open system based on OE [22:26] Well, I have no disagreement that nokia keeps maemo under close ties, like sun's linux projects, however, slighting another mobile distribution on the primary wiki over open / closed software does not seem friendly for potential developers. Especially when the wifi drivers here will also likely be closed, because of the same restrictions. [22:29] i don't think it is a case of this...there is a lot of synergy between maemo and ubuntu communities [Full Disclosure: I work for Nokia] [22:30] and the guy who wrote that i am certain did not intend it to be seen in this way [22:31] Well, feel free to revert the changes, if I am incorrect about my facts or you think the information was otherwise helpful. [22:33] m-c: OK, lets keep working on the synergies between the communities as well :) [22:36] m-c: Looking at the wiki edit, I think the previous state was more about the N800 HW being proprietary, rather than the software. [22:38] hrm ... midbrowser about dialog doesnt close [22:38] That's how it seemed to me, too, and proprietary hardware is an ambiguous term. Are there any open hardware solutions? [22:40] ogra-ume: There's a close button at about 540 vertical pixels. [22:40] well, how do i get there on a 480px screen ? [22:41] ogra-ume: Well, that's the tricky bit. Try pressing Enter or Escape. [22:41] lets see [22:42] yeah, that helped [22:42] It closes, but the mechanism is decidedly non-obvious. [22:42] th eodd bit is that i instinctively pushed the WM closebutton [22:42] which applied to the browser automatically [22:43] so i was left with the about win only [22:48] hmm [22:49] thats intresting, if i pull my power on teh laptop, i get a gnome-power-manager icon additionally to the battery thats already there in the panel [22:50] (virtualbox hands the unplug through to the ume VM it seems...) [22:50] * ogra-ume checks the powermanager config [22:51] oh, you cant disable the icon completely [22:52] hmm, thats bad [22:52] On the other hand, plugging and unplugging didn't do that at UDS: at that point it was just the battery icon. [22:52] yeah, thats what its doing actually [22:53] but it results in two batteries [22:53] Except that I just replicated the extra icon appearance on my HW. It now hides the brightness and volume tools when it is unplugged (which is odd, as this ought be the default state) [22:54] th elowest level you can set g-p-m to is critical, but that means it will still show on critical battery [22:54] Ah. I don't think I ever got to critical battery. [22:58] ah, there is a gconf key called never that isnt exposed in the UI [22:59] /apps/gnome-power-manager/ui/icon_policy never [23:00] that will avoid it [23:07] * ogra-ume wonders how he's supposed to get rid of the alarmclock once that hogs the panel