**** BEGIN LOGGING AT Fri Jun 15 02:59:59 2012 Jun 15 09:14:03 hallo Jun 15 09:14:55 ollah Jun 15 09:15:19 Welcome to #maemo Jun 15 09:18:39 o.O Jun 15 09:34:28 lol Jun 15 15:48:43 anyone know how to fix this error: http://pastie.org/4093020 Jun 15 15:49:20 It is a compiler error (if you are too lazy to click) Jun 15 15:55:20 esaym153: seems your SB is broken, most probably qemu is missing Jun 15 15:55:53 freemangordon: just did a full reinstall of sb + the full maemo sdk Jun 15 15:56:07 might be a kernel issue, I am looking into it now Jun 15 15:56:15 could be Jun 15 15:57:36 freemangordon: It was this issue: http://inz.fi/blog/2008/01/17/scratchbox-on-hardy/ Jun 15 15:57:50 but now I have another problem, but it is lunch :) bll Jun 15 17:03:42 hmm, how do I get libsdl-ttf2.0 installed in scratchbox? I can't figure out which repo it is in.... Jun 15 17:35:11 n/m, I misspelled the repo name... Jun 15 19:10:50 ShadowJK: ping Jun 15 19:24:55 Does qt components is working on fremantle ? i was unable to made a simple qml harmattan apps working on fremantle Jun 15 19:25:16 http://talk.maemo.org/showpost.php?p=1222455&postcount=4 Jun 15 19:26:20 khertan: AFAIK namespaces are different in fremantle, could be wrong as I am not much into QML Jun 15 19:27:00 Also so you target CSSU? As it has Qt 4.7.4 vs 4.7.0 in PR 1.3 Jun 15 19:27:06 *do Jun 15 19:27:57 differing namespaces are really nice, regarding Qt and derivatives are meant to b ecross-paltform Jun 15 19:28:35 hmm, it seems it cannot find "mmegotouch" theme Jun 15 19:29:00 DocScrutinizer05: yeah, although we can fix that in CSSU Jun 15 19:29:00 * DocScrutinizer05 is missing own comment as of 10h ago Jun 15 19:29:40 actually a whole freakin lot of posts Jun 15 19:31:33 incredible Jun 15 19:31:36 ~o Jun 15 19:31:37 o is probably OH!, or ~o means 'over' in context of write(1) Jun 15 19:31:56 anybody seen me teaching infobot about o today? Jun 15 19:33:18 I already thought I'm delusional, unless I'd see infobot having learnt about oo and ~o Jun 15 19:33:31 ~factinfo o Jun 15 19:33:32 error: you do not have enough flags for that. (o required) Jun 15 19:33:32 o -- created by troy at Sun Dec 31 18:31:20 2000 (4184 days); last modified 8h 27m 44s ago by DocScrutinizer51!~lagrange@openmoko/engineers/joerg; it has been requested 19 times, last by DocScrutinizer05, 1m 56s ago. Jun 15 19:39:22 ~football Jun 15 19:39:23 i guess football is played with a ball shaped like an ellipsoid, or rarely touched by the foot which makes the name confusing Jun 15 19:39:38 ~socker Jun 15 19:39:39 Turns any stdin/stdout based program into a TCP server process. URL: http://www-ug.eecg.toronto.edu/~doylep/socker/ Jun 15 19:39:48 LOL Jun 15 19:44:40 is this correct? return (settings.contains(TWITTER_SESSION_TOKEN) && settings.contains(TWITTER_SESSION_SECRET)); Jun 15 19:44:44 grammatically Jun 15 19:46:25 depends Jun 15 19:46:47 return should return what the function is defined to return Jun 15 19:47:53 if settings.contains is supposed to return same type as your function, then it should be correct Jun 15 19:48:26 ~soccer Jun 15 19:48:27 soccer is probably - see football. short for Association Football (assoc -> soccer), or the Greatest Game in the World! Jun 15 19:48:59 char foo() {... return int32} won't usually fly Jun 15 19:49:13 Sicelo: I stand corrected Jun 15 19:49:57 though ~football obviously != ~soccer Jun 15 19:51:14 since4 soccer is plaqyer with a ball almost the shape of a perfect sphere, and played exclusively by kicking it with the feet Jun 15 19:51:24 played* Jun 15 19:53:37 MohammadAG, DocScrutinizer05: the above return statement results in bool Jun 15 19:54:01 and then it depends what is the function return type Jun 15 19:54:08 freemangordon, which is true if both are true and false if both are false right? Jun 15 19:54:24 no, it is false if only one is false Jun 15 19:54:31 that is AND Jun 15 19:54:33 sorry, that Jun 15 19:54:39 yeah, my mistake Jun 15 19:54:43 that's what I wanted anyway Jun 15 19:55:23 MohammadAG: did you check your SB DEB_BUILD_OPTIONS? Jun 15 19:55:48 freemangordon, not yet, I'll check it now Jun 15 19:55:56 [sbox-HARMATTAN_ARMEL: ~/Harmattan/quick-status-updater/quick-status-updater/social-status-updater-config] > cat $(find *cpp *h) | wc -l Jun 15 19:55:56 1846 Jun 15 19:55:57 [sbox-HARMATTAN_ARMEL: ~/Harmattan/quick-status-updater/quick-status-updater/social-status-updater-config] > cd .. Jun 15 19:55:57 [sbox-HARMATTAN_ARMEL: ~/Harmattan/quick-status-updater/quick-status-updater] > cd system-ui-social-status-updater/ Jun 15 19:55:58 [sbox-HARMATTAN_ARMEL: ~/Harmattan/quick-status-updater/quick-status-updater/system-ui-social-status-updater] > cat $(find *cpp *h) | wc -l Jun 15 19:56:01 863 Jun 15 19:56:03 I swear it shouldn't be that hard :/ Jun 15 19:56:46 err Jun 15 19:56:49 freemangordon, Jun 15 19:56:54 [sbox-FREMANTLE_ARMEL: ~] > echo $DEB_BUILD_OPTIONS Jun 15 19:56:54 maemo-launcher,thumb,vfp Jun 15 19:56:56 what sets those? Jun 15 19:57:01 see Jun 15 19:57:28 it is set from exactly the same place as before :p. gimme a minute Jun 15 19:57:38 not .bashrc nor .profile :P Jun 15 19:58:34 MohammadAG: "/scratchbox/users/maemo/targets/FREMANTLE_ARMEL.environment" Jun 15 19:59:40 freemangordon, fixed, but what sets it in the first place? Jun 15 19:59:49 SB installation Jun 15 20:00:03 maybe, I have NFC Jun 15 20:00:40 MohammadAG: it is good that your SB is fixed, but what is distributed with the latest -testing is thumb-compiled Jun 15 20:00:56 all of it? Jun 15 20:01:07 at least a part of it Jun 15 20:01:25 osso-gnomevfs for sure, didn;t check the others Jun 15 20:02:41 I cought that because when updating to my thumb version, instead of apt-get saying "some 40kB will be freed" it said "anly 8kB will be freed" Jun 15 20:03:47 MohammadAG: anyway, I think a fix should be provided ASAP, along with missing alarmd. I don't want more modest affairs Jun 15 20:04:03 freemangordon, will get right on it Jun 15 20:04:10 freemangordon, I added alarmd, pretty sure of it Jun 15 20:04:19 libalarm2 and alarmd Jun 15 20:04:44 MohammadAG: hmm, let me check Jun 15 20:04:52 on gitorious Jun 15 20:05:12 is that why I couldn't stop my alarm this morning? Jun 15 20:05:53 * zeq is using freemangordon's thumb CSSU Jun 15 20:05:58 no :P Jun 15 20:06:05 zeq: exactly, we made an unstopable alarm. It will wake you up even if you're dead while sleeping Jun 15 20:06:20 zeq: alarmd is not in thumb repo Jun 15 20:06:47 mohammad@mohammad-i5laptop:/Scratchyhome/Harmattan/quick-status-updater/quick-status-updater$ git push -u origin master Jun 15 20:06:47 Username for 'https://github.com': MohammadAG Jun 15 20:06:47 Password for 'https://MohammadAG@github.com': Jun 15 20:06:51 since when does that happen? Jun 15 20:07:33 MohammadAG: do you push updates to CSSU on IRC channels too? That might explain missing alarmd Jun 15 20:07:43 :P Jun 15 20:08:18 I could've forgot this once :P Jun 15 20:08:37 zeq: while we are on it: any troubles with thumb-compiled stuff, something unusual Jun 15 20:09:07 (axcluding the pile of free RAM :P ) Jun 15 20:09:38 freemangordon: diffenrent namespace, yep, but the pb is the component himself, not my apps Jun 15 20:09:42 had a strange gfx freeze (compositor?) can't see how it's related...? Jun 15 20:10:07 zeq: some SGX messages in dmesg? Jun 15 20:10:27 should have remote logged in and checked Jun 15 20:10:37 if it does it again I will Jun 15 20:10:41 as there is an old bug in kernel SGX driver not initializing correctly on reboot Jun 15 20:10:53 a power cycle fixes it Jun 15 20:10:58 system was still running Jun 15 20:11:52 zeq: I missed your point, does it freeze completely, or you had just a temporary freeze Jun 15 20:11:57 otherwise it seems okay Jun 15 20:12:11 gfx froze completely Jun 15 20:12:17 how did you solve it Jun 15 20:12:22 power down? Jun 15 20:12:29 power cycled Jun 15 20:12:30 o hai malf Jun 15 20:12:48 screen touches still worked Jun 15 20:12:52 freemangordon, it was never fixed was it? Jun 15 20:13:01 zeq: yeah, that is how SGX bug is cured, no problems after power cycle Jun 15 20:13:03 but the image was stuck on the apps menu Jun 15 20:13:06 MohammadAG: never Jun 15 20:14:25 MohammadAG: you may want to look at qt-mobility thumb-testing branch, build rules were a total mess in master Jun 15 20:14:42 would be nice to have thumb built fennec from Harmattan... might set up the SDK Jun 15 20:15:37 zeq: you may want to download SB ready compiler from merlin1991's server Jun 15 20:16:00 link? Jun 15 20:16:02 just need to setup a new SB target using that compiler Jun 15 20:16:06 hold on Jun 15 20:17:08 zeq:http://maemo.merlin1991.at/cssu/develdebs/ Jun 15 20:17:40 extract that in /scratchbox/compilers and setup a new target Jun 15 20:18:03 ok Jun 15 20:18:16 and I will appreciate if you write the steps on wili after you are finished :P Jun 15 20:18:26 *wiki Jun 15 20:19:25 I'll get onto it once the football's finished... :S Jun 15 20:19:42 zeq: BTW you MUST enable -thumb repo in SB too and upgrade, thumb-compiled Qt has a different mkspecs Jun 15 20:19:50 zeq: aah, no hurry Jun 15 20:28:22 DocScrutinizer; pong Jun 15 20:55:54 I've plugged my n900 into the usb on my linux laptop and it automatically mounts the filesystem, but apparently not at root. How do I get it to mount the n900 / so I can see the phonebooks etc ? Jun 15 20:56:14 you can't Jun 15 20:56:35 in linux it's not possible to mount the same fs in two different computers Jun 15 20:56:50 maybe you want something like rsync or setup sshfs Jun 15 20:56:59 use sftp! Jun 15 20:57:17 ok - sshfs to where? Jun 15 20:57:18 pair the device to your home WLAN Jun 15 20:57:30 install SSHD Jun 15 20:57:30 I have umounted the n900 now and it is plugged in,,, Jun 15 20:57:33 the phonebook is in some sqlite database somewhere... I forget where Jun 15 20:58:27 enter "sftp://192.168.0.45/" to your favourite filebrowser Jun 15 20:58:51 (replace IP in above URL by the one your N900 obtained from AP DHCP) Jun 15 20:59:27 Is there a gentoo ebuild for the maemo5 sdk? Jun 15 20:59:54 I do fdisk -l but there appears to be no filesystem for the n900 Jun 15 21:00:00 what Jun 15 21:00:14 jpinx, where did you execute fdisk -l? Jun 15 21:00:31 ShadowJK: in the laptop Jun 15 21:00:31 actually sftp://root@192.168.1.41 Jun 15 21:00:51 ShadowJK: I am looking for the n900 as plugged in Jun 15 21:01:10 jpinx, in mass storage mode, N900 exports two devices, the MyDocs partition, and the microsd first partition (I think), so you don't see a partition table Jun 15 21:01:12 <_rd> Is proxytunnel/tsocks on the n900 available, in case I am in a restricted hotel/public/foreign wireless network? Jun 15 21:02:22 ShadowJK: bugger :( Jun 15 21:03:18 DocScrutinizer05: sftp not recognised by my browser :( Jun 15 21:03:25 The data that's exported over mass storage becomes inaccessible on the N900 itself, so it can't do it for critical data Jun 15 21:03:53 _rd, I see tsocks Jun 15 21:04:02 ShadowJK: I only want read access... Jun 15 21:05:20 jpinx: sftp root@192.168.1.41 - in xterm Jun 15 21:05:35 needs openssh on n900 Jun 15 21:05:41 sure thing Jun 15 21:05:50 [15.06.2012 22:57:28] install SSHD Jun 15 21:06:12 filezilla should do sftp if you want point and click Jun 15 21:06:34 192.168.1.41 port 22: No route to host :( Jun 15 21:07:02 is it connected to wifi? Jun 15 21:07:23 ShadowJK: the mobile is not online Jun 15 21:07:31 connected to laptop by usb Jun 15 21:07:41 Well it's easier if you put them both on wifi Jun 15 21:07:53 than setting up usb networking Jun 15 21:08:26 I had usb networking years ago on this n900 - but I've totally ofgotten how it was set up Jun 15 21:08:32 [15.06.2012 22:57:17] pair the device to your home WLAN Jun 15 21:08:36 *forgotten Jun 15 21:08:39 [15.06.2012 22:58:50] (replace IP in above URL by the one your N900 obtained from AP DHCP) Jun 15 21:08:59 no wifi here - it's connected by usb Jun 15 21:09:43 Or then if you don't have usb networking, first on N900 (with N900 disconnected from usb) make a copy of hte files you want into /home/user/MyDocs, and then connect N900 to usb Jun 15 21:09:47 DocScrutinizer05: 22:55 < jpinx> I've plugged my n900 into the usb on my linux laptop and it automatically mounts the filesystem, but apparently not at root. How do I get it to mount the n900 / so I can see the phonebooks etc ? Jun 15 21:09:49 well, then you should have a IP associated with USB on PC, and a route to the IP of N900 (usually +1) Jun 15 21:10:36 Well basically you can't make it mount root over USB. root isn't even a block device, so it can't even be exported over usb Jun 15 21:11:06 I think this is like the third time we explained that now Jun 15 21:13:20 ifconfig is not showing me a usb connection, but there is something called pan0 -- is that it? Jun 15 21:14:00 no that's bluetooth Jun 15 21:14:08 :( Jun 15 21:16:25 ShadowJK: reference your idea to copy and transfer - that was what I did first out, but where s the phone book in the filesystem? Jun 15 21:16:44 jpinx: for USB networking you need to select PC-suite mode Jun 15 21:16:48 on N900 Jun 15 21:16:57 .... in the filesystem as shown by the filemanager Jun 15 21:17:21 DocScrutinizer05: ok - let me try that Jun 15 21:18:12 lsmod|grep cdc Jun 15 21:18:20 DocScrutinizer05: cool . now I got usb0 and usbpn0 Jun 15 21:18:21 -> cdc_ether Jun 15 21:18:49 but no IP associated Jun 15 21:20:19 http://people.openmoko.org/joerg/unsorted/neo-ssh Jun 15 21:20:36 just adapt the IP addr and NIc name Jun 15 21:21:39 make sure you don't use same subnet as your standard network on PC Jun 15 21:21:58 where do I get the IP's ? Jun 15 21:22:16 I.E when your PC has IP 192.168.0.55, you should use 192.168.1.xx for N900 and USB Jun 15 21:22:20 ifconfig lists the usb0 and usbpn0 but withour IPS Jun 15 21:22:21 /home/user/.osso-abook but don't ask me how to read the files in that directory, I have no clue :P Jun 15 21:23:19 jpinx: /sbin/ifconfig usb0 192.168.0.14 netmask 255.255.255.0 Jun 15 21:23:49 jpinx: /sbin/route add -host 192.168.0.15/32 dev usb0 Jun 15 21:24:16 but, as mentioned before, don't use these addr when your PC has same range IP addr Jun 15 21:24:21 DocScrutinizer05: how do I know that is the right IP? Jun 15 21:24:41 It basicaly doesn't matter which IP you use, afaik Jun 15 21:24:53 DocScrutinizer05: ifconfig usb0 shows me no IP Jun 15 21:25:04 you should however check on N900 xterm what ifconfig says there Jun 15 21:26:07 DocScrutinizer05: on the n900 ifconfig usb0 gives me inet addr: 192.168.2.15 Jun 15 21:26:21 aaah so it's .2. Jun 15 21:26:35 mask 255.255.255.0 Jun 15 21:26:46 jpinx: /sbin/route add -host 192.168.2.15/32 dev usb0 Jun 15 21:26:51 on PC Jun 15 21:27:04 after /sbin/ifconfig usb0 192.168.2.14 netmask 255.255.255.0 Jun 15 21:27:59 DocScrutinizer05: on laptop route add -host 192.168.2.15/32 dev usb0 gives me network is down Jun 15 21:28:06 but again, check that your standard gateway on PC (eth0?) does NOT use 192.168.2.x Jun 15 21:28:57 eth0 not showing a IP - not connected Jun 15 21:29:22 btw you *need* to quit networkmanager on PC Jun 15 21:29:41 it will interfere with manual NIC config Jun 15 21:29:56 DocScrutinizer05: I use wicd Jun 15 21:30:11 (or at least I found no way to make it play nice with USB networking) Jun 15 21:30:32 it mostly just touches it on start for me, and then when I manually cahnge stuff via commandline it doesn't notice and does nothing Jun 15 21:31:40 wicd doesnt seem to be doing anything with non-wifi connections unless there is no signal Jun 15 21:36:23 DocScrutinizer05: got ssh to root in n900 - what's the root password? ;) Jun 15 21:36:47 whatever you typed when sshd installation asked you Jun 15 21:36:47 there isn't one Jun 15 21:37:11 there is when you installed sshd via HAM Jun 15 21:37:27 when you installed via apt-get, you're out of luck Jun 15 21:37:41 DocScrutinizer05: ok- maybe I did that 3 years ago - how do I hack the password ;) Jun 15 21:37:53 but then, you should have root access via "root" cmd anyway, otherwise you couldn't use apt-get Jun 15 21:38:03 can't you ssh in as normal user Jun 15 21:38:05 HACK the password???? Jun 15 21:38:05 then sudo gainroot Jun 15 21:38:12 then change /etc/passwd? Jun 15 21:38:19 DocScrutinizer05: I have "root" installed on the n900 Jun 15 21:38:19 dafaq Jun 15 21:38:26 root Jun 15 21:38:28 passwd Jun 15 21:38:35 mypassword Jun 15 21:38:39 mypassword Jun 15 21:38:43 *profit* Jun 15 21:38:46 DocScrutinizer05: of course - silly me :) Jun 15 21:40:44 DocScrutinizer05: I'm in - thanks for the kick up my arse ;) Jun 15 21:40:51 hehe Jun 15 21:40:52 yw Jun 15 21:42:32 * jpinx will be back in a few weeks to sort out the internet connection of the netbook using the n900's mobile network Jun 15 21:48:56 ShadowJK: found the addressbook - and lots of other goodies - thanks :) Jun 15 21:50:38 KNOW WHAT? konqueror has "ads filter" built in ;-P Jun 15 21:51:08 40s dannoyelay solved Jun 15 21:51:52 lol Jun 15 21:52:18 The most annoying part about ads is how they prevent rest of page rendering before ads load, and the ad server are always fucking slow Jun 15 21:53:27 yeah, in fact the 40 s delay here vanished when DEactivating the fubar filter Jun 15 21:58:27 konqueror is well underated. Jun 15 21:58:44 at least from the kde 3.5 days Jun 15 22:08:23 :nod: Jun 15 22:10:12 There are certain programs that Maemo launches on my N900 at boot time which I don't use, such as modest. To save resources, I have renamed the executable files for those programs, which certainly keeps the OS from starting them. But I worry that this technique is inelegant and might lead to the OS repeatedly trying to launch the app. Is there a better way to disable prelaunched Maemo 5 components that I care nothing about? Jun 15 22:10:13 nowadays everything has to be pastel shade and gray in gray (KDE fsckng theme), and as stupid as the manufs/devels are and think the users are too: see dolphin instead of konqueror now in KDE4 Jun 15 22:10:49 yes Jun 15 22:11:11 find where they get started, comment out that Jun 15 22:11:45 well you didn't need to rename the programs Jun 15 22:11:51 Yeah, I looked, but was not clever enough to figure out what launched them. Jun 15 22:11:51 you could have deleted/moved/removed the .desktop files Jun 15 22:12:08 Sc0rpius, Is that any better? Jun 15 22:13:00 I agree the GOod Doctor's suggestion is the right thing to do. I just haven't figured out how to do it. Jun 15 22:13:00 just remove/rename the .desktop file of the app that bothers you in /usr/share/applications/hildon Jun 15 22:13:03 and reboot the phone. Jun 15 22:13:23 not remove desktop files, just comment out the line about x-maemo-preload Jun 15 22:13:27 Sc0rpius, Why is that preferable to renaming the executable? Jun 15 22:13:36 because you could still use the executable after that Jun 15 22:13:41 for a one time only Jun 15 22:13:54 also Jun 15 22:14:06 hildon is still trying to start those executables Jun 15 22:14:10 something like every 10 seconds Jun 15 22:14:16 Sc0rpius, I thought the desktop file was needed to be able to launch the app without using the command line. Jun 15 22:14:19 so your phone is retrying every 10 seconds and fails every 10 seconds trying to run modest Jun 15 22:14:28 aren't you concerned about that Jun 15 22:14:39 Sc0rpius, OK, that's what I was worried might be happening. Jun 15 22:15:08 Ken-Young: there are .desktop that come without any icon, and are there just for preloading stuff Jun 15 22:15:11 the .desktop files are complex files. For an automatic start/restart/keep always running you'll see lines like: Jun 15 22:15:21 X-Maemo-Prestarted=always Jun 15 22:15:21 X-Maemo-Prestarted-Priority=2000 Jun 15 22:15:32 comment those out Jun 15 22:15:42 yeah you can comment those Jun 15 22:15:45 Great. Thanks Doc & Sc0rpius ! Jun 15 22:15:50 without renaming the .desktop. Don't forget to reboot Jun 15 22:16:00 or change always -> never Jun 15 22:16:18 YW Jun 15 22:16:47 step 1. Don't rename the executables. Never go full retard. Jun 15 22:17:04 Full retard is my default. Jun 15 22:17:12 btw it won't help much anyway ;-P Jun 15 22:17:19 step 2. Comment out the prestart lines form the .desktop file in /usr/share/applications/hildon/ Jun 15 22:17:30 unless you change .desktop to .fubar Jun 15 22:17:53 I also accept multiple --retard arguments on my command line, for extra stupid behaviour. Jun 15 22:17:53 the *name* of a .desktop is basically random Jun 15 22:18:13 step 3. Start investigating the files in /etc/X11/Xsession.post, Xsession.d and /etc/event.d to stop startup programs. Jun 15 22:18:31 not much in there Jun 15 22:19:02 DocScrutinizer05: there is some and we do not know exactly what the young man is trying to prohibit starting. Jun 15 22:19:44 To make modest F-OFF switch off mail checking when connected thing. Jun 15 22:21:26 well, not even starting modest seems a reasonable approach Jun 15 22:21:33 grep -R X-Maemo-Prestar /usr/share/applications/ ;-D Jun 15 22:21:57 DocScrutinizer05: Get in! Jun 15 22:22:16 I was completely unaware that the desktop files contained that information. Jun 15 22:22:31 Ken-Young: few people are. Jun 15 22:22:36 /usr/share/applications/hildon/modest.desktop:X-Maemo-Prestarted=always Jun 15 22:22:38 /usr/share/applications/hildon/modest.desktop:X-Maemo-Prestarted-Priority=2000 Jun 15 22:23:12 X-P Jun 15 22:23:16 /usr/share/applications/hildon/xchat.desktop:X-Maemo-Prestarted=usage Jun 15 22:23:17 /usr/share/applications/hildon/xchat.desktop:X-Maemo-Prestarted-Priority=500 Jun 15 22:23:52 worked quite nice with X-Maemo-Prestarted=always; alas it got relaunched whenever I decided to quit xchat Jun 15 22:24:51 since Hildon Desktop not only starts these, but also monitors them and restarts whenever any of them quites Jun 15 22:25:20 Why reboot? Jun 15 22:25:56 * DocScrutinizer05 frowns at /usr/share/applications/hildon/nokia-maps.desktop:X-Maemo-Prestarted=none /usr/share/applications/hildon/worldclock.desktop:X-Maemo-Prestarted=never Jun 15 22:27:37 MohammadAG: becuase it's fun ;-) Jun 15 22:42:47 restarting hildon-desktop always leaves a mess Jun 15 22:42:51 I prefer reboot. Jun 15 22:43:10 I think it's hildon-home what you have to restart in this case, not sure Jun 15 22:45:05 it's questionable if this will tear down preloaded processes Jun 15 22:56:39 Has anybody an idea why I get: Jun 15 22:56:47 dpkg: regarding .../gcc-4.6-base_4.6.1-maemo6_armel.deb containing gcc-4.6-base: Jun 15 22:56:48 package uses Breaks; not supported in this dpkg Jun 15 22:56:57 (I am trying to upgrade a scratchbox to CSSU) Jun 15 22:59:18 are you installing armel packages in scratchbox????? Jun 15 23:07:12 Yay.. Friday. See you all Monday! Have a great weekend! Jun 15 23:17:54 anyway, if somebody interested: http://wiki.maemo.org/User:Joerg_rw/usb-networking Jun 15 23:19:23 Gotta bookmark that! Jun 15 23:23:09 ShadowJK: sorry I abused your device for that ;-D Jun 15 23:23:21 lol Jun 15 23:23:31 ShadowJK: but now USB also tested ;-) Jun 15 23:29:23 btw anybody enlighten me please WTF: wap11.kicker.de * 255.255.255.255 UH 0 0 0 usb0 Jun 15 23:32:19 ~literal usb-networking Jun 15 23:32:20 "usb-networking" is "http://wiki.maemo.org/USB_networking, or http://wiki.maemo.org/N900_USB_networking" Jun 15 23:32:59 ~usb-networking is also http://wiki.maemo.org/User:Joerg_rw/usb-networking Jun 15 23:33:00 DocScrutinizer05: okay Jun 15 23:34:14 ShadowJK: rootme ;-D Jun 15 23:35:15 ShadowJK: though I guess reflashing will be first thing you do anyway Jun 15 23:42:53 ShadowJK: could you use a BL-4U? Jun 15 23:48:39 doubt it Jun 15 23:48:40 let me check Jun 15 23:49:49 oh, seems my E75 uses that maybe Jun 15 23:49:59 fine Jun 15 23:50:04 though my E75 is constantly connected to USB these days, as a modem Jun 15 23:50:17 * DocScrutinizer05 stops unpacking Jun 15 23:51:32 am I mistaken or is 192.168.x.x all private range? Jun 15 23:52:02 DocScrutinizer, I'm pretty sure that's right. Jun 15 23:52:13 http://www.robtex.com/dns/wap1.kicker.de.html :-o Jun 16 00:00:20 alphachat.net Jun 16 00:00:30 crap, wrong window Jun 16 00:51:13 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12 are all private rfc1918 space Jun 16 01:22:53 DocScrutinizer, selop isn't registered. :P Jun 16 01:23:09 * GeneralAntilles recalls the Stephan Elop badge from MeeGoSF Jun 16 02:10:48 ShadowJK: I disassembled my new device. Seems it's actually no repair or refurbish Jun 16 02:13:15 demo devices? Jun 16 02:14:41 * GeneralAntilles facepalms at the council meeting logs. Jun 16 02:20:34 linky? Jun 16 02:21:04 ShadowJK: possible. Exposure devices or sth Jun 16 02:21:36 http://mg.pov.lt/maemo-meeting-irclog/%23maemo-meeting.2012-06-15.log.html#t2012-06-15T21:31:00 Jun 16 02:21:37 from some display Jun 16 02:30:31 * DocScrutinizer05 prefers headdesking Jun 16 02:30:42 My head is hard. Jun 16 02:30:46 Er Jun 16 02:30:46 shit Jun 16 02:30:49 My desk is hard. Jun 16 02:31:15 emergency account, PFFFFF Jun 16 02:31:54 OMFG only 4 chanops around, we're screwed whenever something bad happens Jun 16 02:32:28 and we're screwed when Nokia pulls the plug on tmo Jun 16 02:32:45 and we're screwed when we don't find a way out of our maze Jun 16 02:33:00 SOMEONE SET US UP THE BOMB Jun 16 02:33:17 ~botsnack Jun 16 02:33:18 DocScrutinizer05: :) Jun 16 02:33:47 ~nuke tmo Jun 16 02:33:47 * infobot prepares 100 missle silos, and targets them at tmo ... B☢☢M! Jun 16 02:34:37 hah, that codepage missing in recent fedora install Jun 16 02:46:11 GeneralAntilles: what makes council think IRC needs supervision by our ambassadors err kings arrr councils? Jun 16 02:46:44 what are chanops for when we need council account to deal with emergencies? Jun 16 02:47:20 what makes council think being council qualified for managing IRC? Jun 16 02:47:49 hi, anyone using latest testing version of fmms Jun 16 02:48:05 auto-rotation's performance is bad Jun 16 02:48:30 take too much time to re-arrange the page of mms when rotating Jun 16 02:49:10 and who T F said council was meant to "take responsibility" and define rules and policies all over the place? Jun 16 02:50:09 IIRC council was meant to know what's going on in community, to speak "with one voice" to Nokia. And vice versa, explain to community what Nokia is doing Jun 16 02:51:33 the rules and policies all already exist, it just seems current council isn't happy with them Jun 16 02:56:05 GeneralAntilles: you got any statistics whatsoever about how much channel moderation/'operation' been needed during last year? Jun 16 02:56:13 I don't Jun 16 02:56:15 But it aint much. Jun 16 02:56:21 indeed Jun 16 02:56:51 we might search chanlogs for "chanserv gives +o" Jun 16 02:58:02 shared emergency account, homegrown made up policies about how to nominate chanops - I'm going to headdesk a bit more, just for the fun in it Jun 16 02:59:45 WTF do we need any council to "supervise" IRC when every user can ping any chanop and chan founder directly, as to be found on /msg chanserv access #maemo list ? **** ENDING LOGGING AT Sat Jun 16 02:59:58 2012