IRC log for #maemo-ssu on 20121031

00:08.31*** join/#maemo-ssu MrPingu (~user@86.92.226.97)
00:20.48*** join/#maemo-ssu MrPingu (~user@86.92.226.97)
00:22.51*** join/#maemo-ssu MrPingu (~user@86.92.226.97)
00:24.15*** join/#maemo-ssu MrPingu (~user@86.92.226.97)
03:47.28*** join/#maemo-ssu amiconn_ (amiconn@rockbox/developer/amiconn)
03:59.51*** join/#maemo-ssu M13 (~Miha@83.149.35.94)
04:04.12*** join/#maemo-ssu DocScrutinizer05 (~HaleBopp@openmoko/engineers/joerg)
04:41.26*** join/#maemo-ssu gregoa (~gregoa@chello212186052066.410.14.vie.surfer.at)
05:02.45*** join/#maemo-ssu dhbiker (~dhbiker@193.2.218.150)
05:40.26*** join/#maemo-ssu luf (luf@nat/ibm/x-iulgjfvfnefnikdz)
06:18.33*** join/#maemo-ssu dhbiker (~dhbiker@193.2.218.150)
06:24.55kerioDocScrutinizer05: you mean a 2GB limit on vfat
06:25.36DocScrutinizer05I mean a 2GB limit of 32bit kernels
06:26.43DocScrutinizer05a few days ago somebody argued with me and seemed to claim the limit of vfat is actually 4GB
06:27.25DocScrutinizer05while on maemo we evidently have a 2GB limit
06:28.07DocScrutinizer05which makes sense for signed int32 function return, with <0 == Error
06:29.04DocScrutinizer05such int32 return for file functions should apply to all fs, not only vfat
06:29.35DocScrutinizer05I never tried to create a >2GB file on /home
06:29.47keriothere's probably not enough space anyway :)
06:30.00DocScrutinizer05I leave that up to sb who got extended /home part
06:31.05DocScrutinizer05my suspicion: even on ext3 there'll hit the kernel's 31bit limit
06:34.28DocScrutinizer05well, I could check on a SD card
06:34.36DocScrutinizer05or a USB stick
06:34.57DocScrutinizer05and I seem to recall people reporting issues with files >2GB
06:36.29DocScrutinizer05kerio: how's about your energy for investigations? create a uSD with ext3 and a 3 or even 5GB file on it? then insert to N900
06:36.51DocScrutinizer05I have to leave now for my awesome daywork job
06:37.21DocScrutinizer05so you could be the one to discover this issue
06:37.38DocScrutinizer05or prove all concerns moot
06:38.02DocScrutinizer05keep in mind this might differ between stock and KP
06:38.24DocScrutinizer05sounds like an interesting topic, no?
06:46.12DocScrutinizer05kerio: probably checking struct buffer in sys/stat.h should suffice to tell if kernel file functions use a int32, uint32, or (u)int64
07:07.37lufDocScrutinizer05: if I remember right 2GB is limit for vfat.
07:08.27lufI saw larger files on different FS (xfs, extX,...) on 32-bit. The problem with different FSes are compatibility with win world.
07:09.13freemangordonluf:from wikipedia:
07:09.15freemangordon4,294,967,295 bytes (4 GB - 1) with FAT16B and FAT32[1]
07:11.07freemangordonit is 4GB - 1 as ~0 is used for end of chain iirc
07:42.50luffreemangordon: my experiences are different.
07:43.11freemangordonluf: it depends on the cluster size ;)
07:43.30freemangordoniirc you need 32k cluster to have 4GB file
07:43.52freemangordonor was it 64k?
07:44.19lufok :) I used default values as I hope it's the most tested :)
07:44.59freemangordon:)
07:45.13freemangordonluf: btw your modified PA is in -thumb
07:45.43freemangordonwhich reminds me.. what is the status of bluez?
07:45.49luffreemangordon: thanks. I have to find some spare time for thumb ...
07:46.20luffreemangordon: I installed it again on my main N900 so I hope it's quiet stable. But testing is needed.
07:47.17lufOh I forgot to upload the latest greatest :D
07:47.59lufBluez devel fixed the last problem with AudioSource.Connect so I see no pending bugs right now.
07:48.48freemangordonand wthat about that guy on TMO with desconectiong issues, or it is unrelated?
07:49.19freemangordonluf: upload or push?
07:49.24lufThe guy has problem with stock bluez (and also with the new one). So maybe it's not bluez related.
07:50.04luffreemangordon: The git contains all latest changes (except changelog) :)
07:50.42freemangordonaah, the paragraph 22 in the kernel, I see
07:51.47luffreemangordon: what?
07:52.49freemangordonstock kernel does not work OK with some HS. There was/is a patch in KP that fixed the issue, but made another set of HS/HF to not work :D
07:53.08freemangordonSo we decided to revert to stock behaviour in latest KP versions ;)
07:53.34freemangordonthe funny thing is that patch is for HID devices :D
07:53.41freemangordon*the patch
07:54.33lufAhh I get the message. Ok.
07:54.58freemangordonoops, it is catch 22 in english :D
07:55.51freemangordonhttp://en.wikipedia.org/wiki/Catch-22
07:57.46freemangordonwonders who was that to translate "catch" as "clause" in bulgarian
07:58.09lufI'm trying to find info how to handle SMS notifications for obexd MAP push function ...
07:58.35freemangordonyou should be able to do that via dbus
07:59.22freemangordonanyway, I am on my way to office, bbl
08:03.47lufYou're right. dbus is the right way. I see N900 Notifier and it's python code now :)
08:22.59*** join/#maemo-ssu jade (~jade@modemcable021.180-203-24.mc.videotron.ca)
08:22.59*** join/#maemo-ssu jade (~jade@unaffiliated/jade)
08:45.41*** join/#maemo-ssu MrPingu (~user@86.92.226.97)
08:53.59*** join/#maemo-ssu Jaded (~jade@modemcable021.180-203-24.mc.videotron.ca)
08:53.59*** join/#maemo-ssu Jaded (~jade@unaffiliated/jade)
09:08.19*** join/#maemo-ssu Pali (~pali@unaffiliated/pali)
09:09.12freemangordonluf: I hopy you won;t use python for your stuff :P
09:09.16freemangordon*hope
09:16.49luffreemangordon: you're right as usual but I see the way how to handle it ;) And it's important.
09:17.09lufBTW I saw no C example on SMS notification.
09:23.08freemangordonluf: just setup a dbus listener , for the same signals, should be easy
09:23.25*** join/#maemo-ssu M4rtinK (~M4rtinK@mail.melf.eu)
09:53.20*** join/#maemo-ssu chainsawbike (~chainsawb@unaffiliated/chainsawbike)
10:01.08*** join/#maemo-ssu arcean_ (~arcean@aacz173.neoplus.adsl.tpnet.pl)
10:01.08*** join/#maemo-ssu arcean (~arcean@aacz173.neoplus.adsl.tpnet.pl)
10:01.58*** join/#maemo-ssu arcean_ (~arcean@aacz173.neoplus.adsl.tpnet.pl)
10:03.13*** join/#maemo-ssu arcean (~arcean@aacz173.neoplus.adsl.tpnet.pl)
10:30.42*** join/#maemo-ssu MrPingu (~user@86.92.226.97)
10:37.11lufkerio: I'm trying nap in bluez-4.99 and it seems that it works :) I need to finish some configuration but I connected and it adds the bnep0 into the bridge on N900 side.
10:39.25merlin1991btw luf is the pa anything for -testing?
10:39.44*** join/#maemo-ssu MrPingu (~user@86.92.226.97)
10:40.03lufmerlin1991: what do you mean with pa - pulseaudio?
10:40.08merlin1991yep
10:40.40lufHmmm. To be honest I don't think about it. I know that just me and pali tested it.
10:41.07lufI add there just new functionality which shouldn't affect any previous features.
10:42.23lufMaybe it should go into -testing now or wait for next testing.
10:43.27lufThe change is support for AudioSource + add loopback module so anyone is able to play sound from another source on N900. But it's not user friendly and I have to write some wiki about it.
10:44.07merlin1991okay
10:44.31luf(support AudioSource means take AudioSource from another BT host)
10:46.08merlin1991hm would it work to connect multiple n900s with one BT host and have them all playback what the host has? :D
10:47.06lufI think it's possible as long as the host has possibility to connect to multiple N900s.
10:47.33lufBut I think that sound from such N900s shouldn't be synchronized.
10:47.33merlin1991would be funny to place them in the room and suddnely have musik from everywhere xD
10:47.51merlin1991yeah sync would probably suck
10:50.20merlin1991headdesks
10:50.32lufProbably you can also create a chain of N900 to get the sound from the last one (far away from the source)
10:51.00merlin1991why did I upload the new -testing stuff into the pre testing repo and then remove it locally? the repo import eats the .changes files :/
10:51.34lufYou did to to have more fun? :)
10:51.44merlin1991bah
10:51.54merlin1991I still have to evaluate sqlite and possibly build qt4
10:52.13merlin1991btw luckily I didn't remove the openssl stuff
10:52.19merlin1991because that build takes forever :D
10:53.31merlin1991wtf gitorious claims my public key is m00t
10:55.13*** join/#maemo-ssu Mihanizat0r (~Miha@83.149.37.219)
10:55.29merlin1991btw luf any reason why debian/rules in obexd isn't +x ?
10:56.01freemangordonmerlin1991: PA is n -thumb for a couple of days, so far no problems. I even use it on my primary device
10:56.10lufmerlin1991: because diff ?
10:57.33lufmerlin1991: I don't see how to change it. So I live with it and do chmod a+x debian rules each time I use patch on top of orig source.
10:58.11merlin1991damn diff and patch :D
10:58.25freemangordonhmm, why not use quilt?
10:59.16merlin1991because we're using git aswell? and quilt withing git is kinda bad for your mental health
11:00.00luffreemangordon: I'm not so good in debian packaging and I took the package from maemo or wheezy.
11:00.12lufI'm still learning it.
11:00.44merlin1991luf: quilt is great when you're working based on source tarballs, but it doesn't make much sense when you have the source in a git repo anyway
11:00.57*** join/#maemo-ssu MrPingu (~user@86.92.226.97)
11:01.34lufkerio: Good, I'm able to ping N900 using bluez-4.99 + builtin NAP + kernel-power 52 :)
11:01.48*** join/#maemo-ssu MrPingu (~user@86.92.226.97)
11:01.55freemangordon:)
11:02.00lufmerlin1991: I'm using debian/patches againist source tarballs
11:02.27merlin1991why don't you apply the patches and make git commits?
11:02.50freemangordonmerlin1991: hmm, it is better to keep patches unapplied
11:02.56lufI think it's simplier to upgrade to new upstream version when I need.
11:03.01*** join/#maemo-ssu MrPingu (~user@86.92.226.97)
11:03.01freemangordon:nod:
11:03.28merlin1991:antinod:
11:03.47*** join/#maemo-ssu MrPingu (~user@86.92.226.97)
11:04.12merlin1991git checkout "commitof orgignial source" git checkout -b "somebranch" drop new tarball git rebase --onto forgotpropersyntax here and you're done
11:04.41merlin1991ah yeah commit the new tarball before the rebase ofc :)
11:05.00*** join/#maemo-ssu sicelo^ (sicelo@us.members.bombshellz.net)
11:05.00*** join/#maemo-ssu sicelo^ (sicelo@unaffiliated/sicelo)
11:07.20*** join/#maemo-ssu FireFly (~firefly@oftn/member/FireFly)
11:08.09freemangordonmerlin1991: I am not that experienced with git :D. seems luf is not either :P
11:08.31merlin1991you can picture each commit in git as a simple patch file :)
11:08.49merlin1991so they can be moved around, applied in different order, applied elsewhere, ...
11:09.50*** join/#maemo-ssu dhbiker (~dhbiker@193.2.218.150)
11:11.38merlin1991btw freemangordon I've recued the number of commands to completeley reset to a cloned tree to 2: git clean -dfxe .gitignore && git reset --hard
11:11.49merlin1991s/recued/reduced/
11:12.12freemangordon:D
11:12.14freemangordongood
11:12.19merlin1991sometimes reading manpages can save further work :P
11:12.58freemangordon2 instead of 3, 33.3~% reduction in CPU load :D:D:D
11:13.40merlin1991nah the biggest improvement is on the # of letters you have to type ;)
11:15.13Palimerlin1991, can you look at other merge requests on gitorious?
11:15.46merlin1991which one is still open apart from the qt4 one?
11:16.15Palihttps://gitorious.org/community-ssu/hildon-desktop/merge_requests/24
11:16.26Palihttps://gitorious.org/community-ssu/modest-l10n/merge_requests/3
11:16.40Palihttps://gitorious.org/community-ssu/freetype/merge_requests/2
11:16.53Palihttps://gitorious.org/community-ssu/qt-x11-maemo/merge_requests/1
11:16.59Palihttps://gitorious.org/community-ssu/qt-x11-maemo/merge_requests/4
11:17.04Palihttps://gitorious.org/community-ssu/qt-x11-maemo/merge_requests/5
11:17.22arceanno! please do not merge https://gitorious.org/community-ssu/hildon-desktop/merge_requests/24 :D
11:17.43merlin1991yeah :P
11:18.01Palithats should be all open
11:19.39merlin1991modest-l10n is not merged but fixed, freetype I have to investigate, and the qt4 ones, #1 is invalid since the -O fix, #4 can be merged, #5 is in review
11:20.05merlin1991I dunno what todo with the modest-l10n mg, it is not merged, but fixed
11:22.41merlin1991hm odd, I have no freetype clone on this machine
11:23.21merlin1991ah it's only in my -stable tree, seems mag built that for -testing
11:23.55Palimerlin1991, mark modest as merged (so it will not be open) and write that problem was fixed
11:26.00Palimerlin1991, for qt #5 all lines "unknown-control-file digsigsums" should be removed
11:26.08merlin1991yeah I know
11:26.30merlin1991that's harmattan dpkg cruft which is not affecting us :)
11:26.31Palibecause fremantle scratchbox (or other build system) does not generate any digsigsums
11:26.43Pali:-)
11:27.10Paliand we can ignore all lintian errors
11:27.21merlin1991I know too well about digsigsums, I even wrote a custom distutils module for python to build harmattan debs on regular linux :)
11:27.43Palibecause debhelper 5 (or 4) which is supported by fremantle does not have any support for lintian
11:30.45Paliinfo to merge request added
11:31.05Paliarcean, merlin1991, what is wrong with hildon-desktop #24 ?
11:32.59Palisomething which can lock orientation to portrait (for apps which support portrait) can be usefull
11:33.25jon_yanybody planning to roll cdebootstrap? :)
11:33.40merlin1991jon_y: nfc what that even is :D
11:34.19jon_yC version of debootstrap
11:34.32jon_yroll your own easy debian in a chroot :)
11:35.10Palimerlin1991, also see https://gitorious.org/community-ssu/vte/merge_requests/1
11:37.08merlin1991jon_y: I don't even use easy debian :P
11:37.29merlin1991arcean: care to comment on the portrait lock mg and it's shortcomings?
11:37.29jon_ynot really easy debian, just debian
11:39.22freemangordonmerlin1991: it works *most* of the time
11:39.31freemangordonI used it on my device
11:40.23freemangordonbut it brings problems sometimes, with orientation. Can;t remember what exactly
11:41.13freemangordonarcean: how do you think, is it possible such functionality to be implemented? at least for h-d & co.
11:45.21Palimerlin1991, vte commit is bad
11:46.24Palimerlin1991, now after merge there is mess :-(
11:46.32merlin1991hm it looked good here?
11:47.12PaliI used git format-patch to apply all old commits on top of nokia git repo
11:47.40Paliso after rewriting git history is needed to git push --force
11:47.50Palito change HEAD
11:48.31merlin1991well this way we keep the repo sane, but ofc I could --force a new head with a "clean" history
11:48.39Palimerlin1991, git reset --hard d9bae416db8945a4d08b12d057d57eea84ddae04 && git push --force
11:50.25merlin1991okay did that
11:50.30freemangordonarcean, Pali, merlin1991: if we define what is "portrait lock" supposed to mean, I will implement ot in h-d
11:50.36freemangordon*it
11:51.31Palithere are 3 types of apps: 1) which support both modes 2) which support only landscape 3) only portrait
11:51.52Paliand portrait/landscape lock should be only only for type 1)
11:52.41Paliwe should not force (by default) apps which does not support needed mode
11:53.54Palifreemangordon, merlin1991, arcean: what do you think about lock only for 1) ?
11:54.16*** join/#maemo-ssu MrPingu (~user@86.92.226.97)
11:54.43Paliif somebody enable forcerotation then any nonblacklisted application from 2) and 3) is moved to group 1)
11:55.07Palior do you have better idea for lock?
11:56.35freemangordonsounds sane
11:57.13merlin1991that sounds perfectly sane
11:57.45freemangordonand maybe it is time we should remove blacklist
11:58.07merlin1991why?
11:58.13freemangordonand leave only whitelist for force-rotation
11:58.36merlin1991people can already use the whitelist afaik
11:58.50freemangordonwell, i'll rethink on that
11:58.58Palimerlin1991, conversation app should be added to blacklist
11:58.59merlin1991but for whatever reasons most of them still use forced flag + blacklist
11:59.18freemangordonbut yes, what Pali said sound sane to me.
11:59.20*** join/#maemo-ssu MrPingu (~user@86.92.226.97)
11:59.43merlin1991Pali: I'd rather get the friggin css patch into cssu
11:59.48freemangordonbut the first think I am going to do(after i issue new thumb -mp)
11:59.53freemangordonmerlin1991: :nod:
11:59.57merlin1991have beere?
11:59.59merlin1991-e
12:00.02Palimerlin1991, and is that css patch working?
12:00.06merlin1991Pali: yep
12:00.10Paliif yes, why is not in cssu yet?
12:00.18merlin1991no *patch* on device
12:00.20freemangordonPali: I am using it on my device since the day one
12:00.22PaliI thought that css patch does not working correctly
12:00.32Paliah
12:00.34merlin1991and we can't reship conversations since nokia closed
12:00.43freemangordonmerlin1991: actually we can
12:00.51merlin1991and nobody went and prepared proper sed / whatever scripts
12:00.57Palimerlin1991, ignore that nokia closed
12:01.10merlin1991freemangordon: well it's cleaner if we don't reship a binary pacakge
12:01.20Paliquim already wrote that we can modify any nokia sw for nokia devices
12:01.37Palifor oss project
12:01.38freemangordonmerlin1991: i'll upload the scripts on your server, as it is tested and works for sure
12:01.43merlin1991and god forbid actually put the binary blobs into a git repo to version our stuff
12:01.45freemangordons/scripts/css/
12:02.10Palifreemangordon, which package has problematic css file?
12:02.15merlin1991i'd rather have a funky postinst prerm package
12:02.16freemangordonno idea
12:02.41freemangordonmerlin1991: that's ok, but we should have the .diff anyway
12:02.51merlin1991yea
12:03.06freemangordonand as you have at least one "stock" device...
12:03.07freemangordon:P
12:03.19arceanQt based apps listen to MCE, and from H-D POV you never know if they support portrait mode until you're about to rotate to portrait
12:03.46*** join/#maemo-ssu MrPingu (~user@86.92.226.97)
12:03.56Paliarcean, so need to patch qt library?
12:04.20arceanmaybe :)
12:04.20freemangordonarcean: so, we can't lock qt apps?
12:05.03Paliok, deb package is rtcom-messaging-ui
12:05.04arceanfreemangordon, it's not as easy as with gtk/hildon based apps
12:05.23freemangordonarcean: why not? we have the source after all
12:05.27PaliI suggest to create new deb package rtcom-messaging-ui-portrait which dpkg-divert old file and install new
12:05.29freemangordon:P
12:05.38freemangordonPali: :nod:
12:05.57Paliand include full new patched file into dsc/git/deb package
12:06.07PaliI can do it
12:06.36freemangordonok, i'll mail you css files
12:06.55PaliI found this: https://bugs.maemo.org/show_bug.cgi?id=11976
12:06.56freemangordonwe just need merlin to create the repo :P
12:06.57povbot_Bug 11976: viewing sms conversations in portrait mode without horizontal scrolling (patch)
12:07.15Paliok, now going offline
12:07.45freemangordonPali: I think I use that, but some of those css have some buck, which hangs conversations app
12:07.55freemangordon*bug
12:08.05merlin1991freemangordon: which repo? :D
12:08.08Paliok, sent me to email fixed version
12:08.23freemangordonPali: ok
12:08.31freemangordonmerlin1991: ok, gitorious :P
12:09.11freemangordonanyway, the first thing to do is to RE alarm sysui plugin. IT DRIVES ME NUTS
12:09.20freemangordonI cannot wake up because of it :D
12:13.51arceanok, here's the problem: https://gitorious.org/community-ssu/qt-x11-maemo/blobs/master/src/gui/kernel/qwidget_x11.cpp#line266
12:14.00arceanand also lines 279-281
12:14.30*** join/#maemo-ssu MrPingu_ (~user@86.92.226.97)
12:15.30arceanthe _HILDON_PORTRAIT_MODE_SUPPORT should be always set if app supports portrait mode
12:49.30*** join/#maemo-ssu MrPingu (~MrPingu@86.92.226.97)
12:52.27*** join/#maemo-ssu arcean_ (~Arcean@aacz173.neoplus.adsl.tpnet.pl)
13:00.03*** join/#maemo-ssu Pali (~pali@unaffiliated/pali)
13:01.20*** join/#maemo-ssu MrPingu (~MrPingu@86.92.226.97)
13:23.42*** join/#maemo-ssu MrPingu (~MrPingu@86.92.226.97)
13:25.00*** join/#maemo-ssu MrPingu (~MrPingu@86.92.226.97)
13:27.00freemangordonarcean: i don;t see the problem with that code. what is it?
13:27.08*** join/#maemo-ssu dafox (~dafox@ip51cc571d.speed.planet.nl)
13:27.42freemangordonaah, i see, we should anly set request and have support always set
13:27.47freemangordon*only
13:27.54arceanfreemangordon: yes :)
13:28.48arceanfrom H-D POV 'request ' means rotate the app to portrait as soon as possible
13:29.19arceaneven if the current device orientation is landscape
13:32.13merlin1991luf: do I need to add any extra package for pulseaudio?
13:36.09lufmerlin1991: ugh I don't think so. But MMNT. Maybe I planned to create new package for loopback.
13:36.22merlin1991mmnt? :D
13:36.44lufone moment please :)
13:38.19lufmerlin1991: No extra package for pulseaudio. New code in pulseaudio-module-bluetooth and loopback is included into pulseaudio package
13:38.35merlin1991thanks
13:39.09merlin1991should resort the mp depends
13:39.15merlin1991it's getting tedious to add stuff
13:44.44merlin1991luf: does the map support in current obexd push the sms now?
13:45.21lufmerlin1991: no push feature now for map
13:45.46freemangordonarcean: I know. Thak code needs to be reworked.
13:45.48merlin1991okay so I can write in the changelog added initial map support (no notifications no message push) ?
13:45.52freemangordon*That
13:46.14lufmerlin1991: yes. The changelog is correct in obexd.
13:47.40freemangordonarcean: the logic should be: if (orientation == Qt::WA_Maemo5AutoOrientation) the set(portrait_support)
13:49.08lufI have to leave now. But ssh over BT PAN i really good :) I'm affraid I'll have to write some app for settings bridge etc :(
13:50.16merlin1991does this look about right? http://paste.debian.net/205261/
13:56.28*** join/#maemo-ssu Milhouse (~irc_milho@Maemo/community/contributor/Milhouse)
13:59.10freemangordonabout right? yes :P
13:59.28merlin1991I'm mainly asking if I missed a package :)
13:59.46freemangordonaah, luf left. i still don;t like the idea of using bridge in BT
14:01.15freemangordonmerlin1991: IDK, there wasn't much new stuff since the last update aiui
14:07.21merlin1991I have to say the D-Link DIR-635 sucks
14:07.33merlin1991whenever I want to test something on the n900 the wireless is down :/
14:23.21merlin1991awesome, when I put the router into g and n mode the n900 can't find it anymore
14:25.13merlin1991anybody in here who is on -testing and not -thumb (besides doc?)
14:32.42merlin1991DocScrutinizer: when are guine pig ready?
14:33.26DocScrutinizer51need another 2h doing boring nuttin in job :-/
14:33.42merlin1991no worries I've got time :)
14:34.16DocScrutinizer51boss busy, I'm blocked and bored
14:35.10DocScrutinizer51I guess I could leave in 1:30
14:38.38DocScrutinizer51merlin1991: NUKE DAT DIR615!!! CRAP!
14:39.47merlin1991DocScrutinizer51: I totally agree, though it's a dir635 no 615 ;)
14:40.23DocScrutinizer51ooops
14:42.56DocScrutinizer51prolly the sw is identical horseshit
14:53.40*** join/#maemo-ssu lizardo (lizardo@nat/indt/x-cyjufjtssmfypuui)
14:54.42*** join/#maemo-ssu Pali (~pali@unaffiliated/pali)
15:03.15*** join/#maemo-ssu MrPingu (~MrPingu@86.92.226.97)
15:16.03*** join/#maemo-ssu MrPingu (~MrPingu@86.92.226.97)
15:27.29*** join/#maemo-ssu dhbiker (~dhbiker@193.2.218.150)
15:33.34*** join/#maemo-ssu dhbiker (~dhbiker@193.2.218.150)
15:38.37*** join/#maemo-ssu dhbiker (~dhbiker@193.2.218.150)
15:52.02kerioah dammit, luf left :(
15:52.38keriolols at merlin1991 not being quite able to find cssu-testing users that don't have -thumb installed :D
15:53.17kerioDocScrutinizer51: what's the l33t router for l33t kidz nowadays? something from mikrotik?
15:53.28kerioi don't like the non-open OS on those routers :(
15:54.47DocScrutinizer51kerio: nfc
15:54.59DocScrutinizer51Imd get a fritzbox
15:55.06DocScrutinizer51I'd*
15:55.17keriowhat's the OS?
16:01.25*** join/#maemo-ssu freemangordon (~freemango@130-204-50-168.2074221835.ddns.cablebg.net)
16:02.34*** join/#maemo-ssu ekze (nyan@2002:5046:e474:1::3)
16:03.59*** join/#maemo-ssu MrPingu (~MrPingute@86.92.226.97)
16:10.02*** join/#maemo-ssu ekze (~nyan@bakaekze.ru)
16:16.43*** join/#maemo-ssu MrPingu (~MrPingute@86.92.226.97)
16:17.14ShadowJKi thought fritzbox was a modem you get free?
16:17.36ShadowJK(just assuming since my non-geek relatives have one)
16:34.57DocScrutinizer51it's foss linux
16:35.02DocScrutinizer51afaik
16:36.30DocScrutinizer51and it's as free as an iPhone with your carrier contract
16:37.27DocScrutinizer51actually the 7390 is ~250EUR unsubsidized
16:37.47keriosheeeeeeeeet
16:38.17kerioa routerboard with gigE and dual-band wifi is like 80$
16:38.28kerioit doesn't do voip though
16:38.59DocScrutinizer51and no p2p downloads on USB mass stoarge
16:39.20kerioi have a sheevaplug for that
16:39.29DocScrutinizer51LOL
16:39.57DocScrutinizer51and shivaplug is how much?
16:40.11DocScrutinizer51(incl psu etc)
16:42.47DocScrutinizer51I got a wrt53g now
16:42.57DocScrutinizer51with ddWRT
16:43.32DocScrutinizer51just works
16:44.08DocScrutinizer51of course no awesome DSL modem, so no diagnostics for DSL
16:44.27ShadowJKhas a tp-link 1043nd, a linksys wrt54gl (tomato fw), and a sheevaplug
16:45.02DocScrutinizer51err 54
16:45.18ShadowJKsheevaplug psu is pants. I ripped it out and replaced it with a wallwart bought from a consumer electronics store
16:46.07ShadowJKHeh, i guess my linksys is on about its fifth psu too. The router is approaching 10 years in age couple years still
16:49.08DocScrutinizer51kerio: btw fsck the voip, the fritzbox comes with analog+ISDN, and DECT as well
16:49.49kerioShadowJK: i got my PSU replaced under warranty
16:49.59kerioDocScrutinizer51: a guruplug is like 120$
16:50.03kerio*dreamplug
16:50.35DocScrutinizer51you cna get PBX that  do less for mor $$$
16:52.05DocScrutinizer51so what? add in a TA and a DSL modem, and a DECT station, and you're WAAAY beyond 250
16:54.00keriobut i already have a sheevaplug
16:54.04kerioi won't substitute that
16:56.01*** join/#maemo-ssu NIN101 (~NIN@p5DD28608.dip0.t-ipconnect.de)
16:59.10DocScrutinizer05I won't waste my time answering your questions if you don't wanna hear them
16:59.24kerio:(
16:59.37kerioyou're mean!
17:05.22*** join/#maemo-ssu Pali (~pali@unaffiliated/pali)
17:10.28*** join/#maemo-ssu MrPingu (~MrPingute@86.92.226.97)
17:12.22*** part/#maemo-ssu MrPingu (~MrPingute@86.92.226.97)
17:18.30ShadowJKshipping made warranty not worth it
17:26.46*** join/#maemo-ssu dhbiker (~dhbiker@95.87.145.172)
18:13.48*** join/#maemo-ssu ZogG (~zoggrules@bzq-79-176-215-233.red.bezeqint.net)
18:13.48*** join/#maemo-ssu ZogG (~zoggrules@funtoo/user/ZogG)
18:27.02DocScrutinizer05merlin1991: I'll be back from shopping in 45 min
18:41.39*** join/#maemo-ssu ZogG (~zoggrules@bzq-79-182-248-247.red.bezeqint.net)
18:41.39*** join/#maemo-ssu ZogG (~zoggrules@funtoo/user/ZogG)
18:58.48Palimerlin1991, will you include ke-recv patch from https://gitorious.org/~pali/community-ssu/pali-ke-recv to next devel/cssu?
18:58.55Palior testing?
20:16.10*** join/#maemo-ssu arcean_ (~Arcean@aadc179.neoplus.adsl.tpnet.pl)
20:26.15merlin1991shit I knew I'll forget something
20:26.30merlin1991well luckily so far only I did *test* the new release :)
20:26.45merlin1991Pali: I'll test it and depending on the result include it :)
20:26.52Paliok, thanks!
20:27.47merlin1991hm if [ -z "$IP_GW" ]; then IP_GW=${IP_ADDR%.*}.$((${IP_ADDR##*.}-1)); fi wtf is the result then? :D
20:28.33merlin1991(in case IP_GW is empty)
20:48.20*** join/#maemo-ssu NIN101 (~NIN@p5DD28608.dip0.t-ipconnect.de)
21:08.30DocScrutinizer05advanced shell expansion obfuscation
21:10.49*** join/#maemo-ssu M4rtinK (~M4rtinK@ip-89-102-207-166.net.upcbroadband.cz)
21:16.38DocScrutinizer05merlin1991: lol, it calculates an IP with last octet decremented by one, from IP_ADD
21:17.01merlin1991okay :)
21:26.49DocScrutinizer05${parameter##word}              Remove matching prefix pattern. (greedy)
21:26.51DocScrutinizer05${parameter%word}               Remove matching suffix pattern.
21:27.53DocScrutinizer051.2.3.4%.* -> 1.2.3
21:28.13DocScrutinizer051.2.3.4##*. -> 4
22:19.50*** join/#maemo-ssu sicelo^ (sicelo@us.members.bombshellz.net)
22:19.52*** join/#maemo-ssu sicelo^ (sicelo@unaffiliated/sicelo)
22:49.27*** join/#maemo-ssu MrPingu (~MrPingute@86.92.226.97)
22:52.38merlin19913rd party c# api devs should be killed on the spot
22:52.53merlin1991I got an OutOfMemory Exception when calling some stuff
22:53.13merlin1991guess what I have 5 gigs of free ram, It's actually a nullpointerexception !
22:53.16merlin1991headdesks
23:00.07*** join/#maemo-ssu MrPingu (~MrPingute@86.92.226.97)
23:07.07PaliDocScrutinizer05, you are right. by default maemo using 192.168.2.15 and 192.168.2.14 ip addresses for USB network
23:08.15Palibut if somebody change it in /etc/network/intterfaces and maybe disable route, we need to calculate second ip addr somehow...
23:08.41Palimerlin1991 ^^^
23:09.25DocScrutinizer51thought as much
23:10.48merlin1991Pali: we should add an option to run a dhc client on the usb connection instead though
23:11.00merlin1991s/dhc/dhcp/
23:11.27Palimerlin1991, this can be configured by some icd2 plugin
23:11.50merlin1991but the script would run regardless
23:12.09Palibut adding also configuration should be usefull (to have all at one place)
23:12.25merlin1991you mean ip gw and whatnot?
23:14.09Palithat option to run udhcpc instead ifup
23:14.37Palihm, I think that /etc/network/interfaces support udhcpc client
23:15.03DocScrutinizer51YAY THAT took a WHILE... I wondered why this shell expansion magic looked fishy
23:15.30DocScrutinizer51now I figure it might've been because of IPv6
23:15.38Paliand if you call ifup usb0 it look at interfaces and run needed comamnds...
23:23.34*** join/#maemo-ssu MrPingu (~MrPingute@86.92.226.97)
23:32.01*** join/#maemo-ssu MrPingu (~MrPingute@86.92.226.97)
23:35.55*** join/#maemo-ssu myuu_ (~miku@pool-108-27-87-47.nycmny.east.verizon.net)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.