IRC log of #maemo for Sunday, 2012-05-20

*** BCMM has quit IRC00:04
Estel_done:00:07
Estel_http://sebsauvage.net/paste/?ab99bbae8cde4d97#gxsaQxrg0cUaFWVEP+v/e2p5/BVqEtupw9GRDdBFyhk=00:07
Estel_I suppose I haven't screwed anything replacing one word in line ;)00:07
Sicelo:P00:08
Estel_hm00:09
Estel_I wonder why, if it detects peripheral mode, just exits...00:09
Estel_but if detect host mode yet no optical drive, it try to mount, actually00:09
Estel_can't get it code-wise00:09
Siceloperipheral mode.. i don't think it would need to do anything. i don't know, but to me, exiting is sensible..00:10
Estel_no, I mean something else00:12
Estel_it should also exit when in host mode yet no optical drive00:12
Estel_from code, it should also set e=100:12
Estel_resulting in different banner value, yet same exit00:13
Estel_instead, when hostmode but no optical, "e"= remains 000:13
MohammadAGEstel_: No, my first N950 overheated twice so I got it replaced00:13
Estel_of course my noobish self can't find out why00:13
MohammadAGMy second never arrived00:13
Estel_MohammadAG,  I see00:13
MohammadAGMy third has a creaking back00:13
*** internetishard has left #maemo00:13
Estel_wtf? they left You without replacement?00:13
Estel_ah I see00:14
MohammadAG~Israel-sucks00:14
infobotmethinks israel-sucks is http://www.dhl.com/content/g0/en/express/tracking.shtml?brand=DHL&AWB=6936258346%0D%0A00:14
MohammadAGMeh, they deleted most of the fun stuff00:15
MohammadAGinfobot: Forget Israel-sucks00:15
infobotMohammadAG: i forgot israel-sucks00:15
Estel_I just noticed it's empty00:15
Estel_what was there initially?00:15
MohammadAGTwo days to reach Israel00:15
MohammadAGOver 30 days clearance delay00:15
Estel_...00:15
MohammadAGThen they asked me to make an FCC-like certificate00:16
Estel_cute00:16
MohammadAGSo Nokia shipped me a third one, and asked for the second one back00:16
Estel_using same shipping route?00:16
MohammadAGYes00:16
MohammadAGAnd it worked00:16
Estel_lovely00:16
MohammadAGIsrael's security is foolproof00:17
Estel_and they got 2nd back, or someone from customs is enjoying N950?00:17
Estel_yea00:17
MohammadAGEspecially since they thought my guitar amp was an explosive, and labelled it appropriately00:17
Estel_=D not so funny in real life, I guess.00:17
MohammadAGI didn't see Nokia sues Israel in local news so..00:18
Estel_maybe they thought You're going to play explosive music00:18
*** lopz has joined #maemo00:18
Estel_;)00:18
MohammadAGThey got a robotic arm/bot to check it out00:18
Estel_of course. Still, why explosive?00:18
Estel_after all, it's good that they didn't concluded You're planning to use this "bomb"00:19
MohammadAGCause explosives look like cubes with volume, gain, delay and reverb on them00:20
Estel_well, it's good that You've finally received Yur 3th N950...00:21
Estel_Your*00:21
*** shanttu has quit IRC00:22
Estel_Sicelo:  oh my, I've fixed it myself! now it exits properly on both peripheral and hostmode lacking optical drive00:23
Estel_I feel godly ;)00:23
Sicelo:P00:23
Sicelobtw, i don't remember the full details, but blue_led's host-mode never worked for me..00:24
Estel_it's probably a matter of some mistakes00:24
Estel_hes great guy, but tends to post stuff that, apparently, he didn't test himself00:25
Estel_containing small errors00:25
Sicelohow do you use hostmode? blu_led's stuff, or h-e-n gui?00:25
Estel_hopefully, final version with all bugs fixed ;) any suggestions about code cleanup etc welcome:00:25
Estel_http://sebsauvage.net/paste/?74592b27ce099bcd#cd9vp5aOmMtxZegpCKfNNDQ31t1uOWuqkcUQuzlLkDo=00:25
Estel_hen gui or scripts themself, it depends00:26
Estel_scripts itself*00:26
DocScrutinizerEstel_: (eject.sh) yw00:26
Estel_DocScrutinizer,  thanks to "Your" -vx I was able to trace down next issue there - it's like gaining experience in good rpg ;)00:27
SiceloEstel_: lemme trouble you a bit.. please give me the scripts, and order of execution..00:27
Estel_first You need to stop bme00:27
Siceloyeah..00:27
Estel_damn, need to do some RL00:27
*** valdyn has joined #maemo00:27
Siceloow00:28
Estel_DocScrutinizer,  could You explain him steps to use scripts without hen?00:28
Estel_I'm must be off, sorry guys00:28
Sicelonp. thanks :)00:28
DocScrutinizerSicelo: what's your problem?00:29
Sicelonone.. but i'd love to use hostmode from terminal :-)00:30
DocScrutinizeraah00:30
DocScrutinizerno problem, basically00:30
DocScrutinizerSicelo: http://maemo.org/packages/source/view/fremantle_extras-devel_free_source/hostmode-gui/0.3/00:32
DocScrutinizerhttp://repository.maemo.org/extras-devel/pool/fremantle/free/source/h/hostmode-gui/hostmode-gui_0.3.tar.gz00:32
*** ALoGeNo has joined #maemo00:32
DocScrutinizermainwindow.cpp00:33
DocScrutinizerMainWindow::~MainWindow()  is about stopping hostmode:00:34
DocScrutinizerin shell:00:34
DocScrutinizerboostoff00:34
DocScrutinizerecho peripheral > /sys/devices/platform/musb_hdrc/mode00:35
DocScrutinizer;;00:35
DocScrutinizerMainWindow::hostmodeFS()  -> set fullspeed:00:36
DocScrutinizerecho hostf > /sys/devices/platform/musb_hdrc/mode00:36
Sicelothanks. :)00:36
Sicelo\o/00:36
DocScrutinizerMainWindow::hostmodeLS()00:36
DocScrutinizerecho hostl > /sys/devices/platform/musb_hdrc/mode00:36
DocScrutinizerMainWindow::hostmodeHS()00:37
DocScrutinizerecho hosth > /sys/devices/platform/musb_hdrc/mode00:37
DocScrutinizerbooston for VBUS 5V00:37
DocScrutinizervoid MainWindow::enumerate()00:37
Siceloi had previously seen this file, but wondered what each of those commands do .. and i wasn't sure how i'd initiate enumeration -- https://garage.maemo.org/frs/download.php/8237/hostmode-working.sh00:37
DocScrutinizerecho F > /proc/driver/musb_hdrc00:37
*** florian has quit IRC00:39
DocScrutinizerso initiating a proper highspped hostmode is: #> echo hosth > /sys/devices/platform/musb_hdrc/mode; sleep 1; booston&; sleep 8; echo F > /proc/driver/musb_hdrc00:39
*** hardaker has joined #maemo00:39
Siceloperfect00:40
Sicelo:)00:40
DocScrutinizer...and simple00:40
Siceloindeed ;)00:40
DocScrutinizerthe sleeps are a bit tricky00:40
DocScrutinizersometimes it takes even 30s after booston until ENUM will work00:41
DocScrutinizerdepends on peripheral00:41
Siceloi'll lengthen them .. because my device takes longer for most of the stuff i have00:41
DocScrutinizerafter ENUM succeeds it may take another 15s until mounting works00:41
DocScrutinizer(btw same is true for any USB peripheral on my laptop as well, so nothing really h-e-n specific)00:42
Sicelofor me it's betwen booston and enum that i have to wait longest .. sometimes i get to the point that i must restart, when suddenly everything magically comes to life :P00:42
DocScrutinizeryeah, we operate the metorgraphics MUSB core in OMAP3430 in a special testmode that basically disables all the automatic handling of shit, so you have to walk all that speedselection and enum stuff manually, and that can sometimes be cumbersome00:44
Sicelowell, this is the best hw/sw hack on N900, imo00:45
Sicelo:)00:45
*** sLumPia has left #maemo00:46
DocScrutinizeron a 'normal' USB host, when things don't work, you simply unplug and replug. I have to do that every now and then on my laptop as well. Just on N900 it's a bit more than just unplugging and replugging you need to do, you basically have to redo all the manual steps00:46
*** hardaker has quit IRC00:46
DocScrutinizerand not forget to do all the steps associated with 'unplugging'00:46
Sicelobtw, is there a 'reset' command, for when i am done with al the hostmode things?00:46
DocScrutinizeryep, I mentioned it first00:47
DocScrutinizer[2012-05-19 23:34:37] <DocScrutinizer> MainWindow::~MainWindow()  is about stopping hostmode:00:47
DocScrutinizer[2012-05-19 23:34:47] <DocScrutinizer> in shell:00:47
DocScrutinizer[2012-05-19 23:34:54] <DocScrutinizer> boostoff00:47
Siceloboostoff00:47
DocScrutinizer[2012-05-19 23:35:03] <DocScrutinizer> echo peripheral > /sys/devices/platform/musb_hdrc/mode00:47
Sicelo:P00:47
Siceloah,00:47
Sicelogotcha00:47
DocScrutinizerthough I always thought echo OTG > /sys/devices/platform/musb_hdrc/mode was the right thing to do, but well. Maybe this kernel needs peripheral there00:48
DocScrutinizerand don't forget to add a sleep 30 after boostoff ;-D00:49
DocScrutinizerpossibly even a >>start bme; sleep 1; stop bme;<<00:49
DocScrutinizeras this will most probably discharge the capacitors on VBUS line00:50
DocScrutinizeryou can't set/change hostmode speed (echo host[lfh] > /sys/devices/platform/musb_hdrc/mode) while vbus is 5V00:52
DocScrutinizerwhich is the whole crux with friggin h-e-n00:53
Siceloah yeah :)00:53
DocScrutinizeras you can't detect what'S right speed for peripheral _without_ vbus 5V00:53
*** M4rtinK has quit IRC00:53
*** retro|cz has quit IRC00:53
*** M4rtinK has joined #maemo00:54
DocScrutinizeranother nasty detail of N900 (standard kernel) is ID pin isn't pulled up to 5V via resistor normally, so you have no chance to hw-detect plug in of a cable that grounds ID pin, to start hostmode automatically00:56
DocScrutinizerbut via shell, manually... it's straight simple as stealing a baby the lolly00:57
merlin1991ID pin?00:58
DocScrutinizermerlin1991: the 5th pin in mini/micro-USB00:59
DocScrutinizerthen pin that distinguishes A from B plugs for a A/B-receptacle00:59
merlin1991okay :)00:59
DocScrutinizerA-plugs are supposed to ground the ID00:59
merlin1991I forgot about the extra pin on mini/micro-usb01:00
DocScrutinizerOTG devices on seeing ID grounded are supposed to enter hostmode01:00
merlin1991somehow my head has usb hardwired to 4 pins :D01:00
*** M4rtinK has quit IRC01:01
DocScrutinizernow you may ask "why our micro-B-USB receptacle got an ID pin?". Well, simply because micro-B-*plugs* are supposed to fit into A/B-receptacles as well, and when they have 5 pins then also the micro-B receptacle has 5 pins of course01:02
*** vbenes has joined #maemo01:03
DocScrutinizerthey *could* have replaced the ID pin in micro-B-receptacles by a dummy, but oh well, a dummy probably is more expensive than a true contact01:03
*** M4rtinK has joined #maemo01:04
DocScrutinizerOTOH meanwhile some USB-charger-specs exploit the ID pin for controlling the charger01:04
DocScrutinizeryou obviously want to do this for USB peripherals that usually have a micro-B-receptacle01:05
*** ArGGu^^ has quit IRC01:07
*** netkat has quit IRC01:09
DocScrutinizer51dafaq, wlan didn't notice me leaving the range of AP01:10
*** straind has joined #maemo01:11
*** straind` has quit IRC01:11
DocScrutinizer51been on a AP that I left 30 min ago01:11
*** b0unc3 has quit IRC01:11
*** b0unc3 has joined #maemo01:12
* DocScrutinizer51 is raising big red regression-warning flag01:13
Sicelo:O01:13
DocScrutinizer51merlin1991: shall I open a ticket for that?01:14
merlin1991nah that's just ususal fail ;)01:15
ShadowJKstock firmware tries to stay on an AP if it can still hear it, regardless if it can get a signal through01:15
DocScrutinizer51hear it over 250m and three blocks? I doubt...01:16
DocScrutinizer51heck, it hardly keeps connection 20 m from AP01:17
*** croppa has joined #maemo01:17
DocScrutinizerMay 19 23:54:47 IroN900 kernel: [112213.386169] wl1251: ERROR Power save entry failed, giving up01:21
DocScrutinizerMay 19 23:54:48 IroN900 kernel: [112214.386047] wl1251: ERROR Power save entry failed, giving up01:21
DocScrutinizerMay 19 23:55:02 IroN900 kernel: [112227.643707] wl1251: ERROR Power save entry failed, giving up01:21
DocScrutinizerMay 19 23:55:02 IroN900 kernel: [112228.526794] wl1251: ERROR Power save entry failed, giving up01:21
DocScrutinizerMay 19 23:55:04 IroN900 kernel: [112229.675292] wl1251: ERROR Power save entry failed, giving up01:21
DocScrutinizerzillions of such lines in syslog01:21
merlin1991yep that's not wlancond01:23
*** M4rtinK has quit IRC01:23
merlin1991that's actually the kernel driver01:23
*** tank-man has joined #maemo01:25
DocScrutinizeraccurate log of doom impact: http://paste.debian.net/170198/01:26
DocScrutinizerfrom then on loglines like above, 1/s avrg01:26
*** ced117 has quit IRC01:28
*** Jade has joined #maemo01:31
*** Jade has quit IRC01:31
DocScrutinizerso what's the fuckup going on there?01:31
DocScrutinizerand what to kick ass to fix that shite?01:31
*** Jade has joined #maemo01:31
merlin1991wl*** kernel module01:32
DocScrutinizer(I'd even be willing to monitor syslog and trigger some modprobe -r&&modprobe in case too many of those lines spam in01:32
DocScrutinizer)01:32
DocScrutinizerwl1253.ko?01:33
DocScrutinizeror firmware?01:33
merlin1991probably01:33
*** MrPingu has joined #maemo01:33
DocScrutinizerwell, prolly firmware via wl1253.ko aiui01:33
MrPinguI have them too ;)01:34
*** habmala has joined #maemo01:34
MrPingualways ignored it... I also encountered that wlan-bug. I was 15 KM from home and yet i was conencted with home AP :P01:35
DocScrutinizermerlin1991: recovery (manually selecting AP) http://paste.debian.net/170201/01:38
*** M4rtinK has joined #maemo01:38
DocScrutinizerMrPingu: CSSU?01:38
*** |thunder has joined #maemo01:40
MrPinguYep testing flavour01:41
DocScrutinizermerlin1991: ^^^01:41
merlin1991DocScrutinizer: that part that claims the power save problems is stock maemo unless you have powerkernel01:41
* DocScrutinizer waves with red regression-warning flag01:41
merlin1991in any case it's not cssus fault01:41
MrPinguI have those psm errors while I am on powerkernel and cssu...01:42
merlin1991anything starting with "wlancond" might be cssus fault01:42
DocScrutinizermerlin1991: I see that's a line starting with May 19 23:55:02 IroN900 kernel:01:42
merlin1991so I wouldn't say regression, but valid bug01:43
DocScrutinizerMay 20 00:09:37 IroN900 wlancond[1695]: Deauthenticating01:43
MrPinguRemember what I told about wlan yesterday? I wouldn't connect to AP until I rebooted01:43
DocScrutinizerMay 20 00:09:37 IroN900 kernel: [113103.380950] wlan0: deauthenticating by local choice (reason=3)01:44
DocScrutinizerMay 20 00:09:37 IroN900 EAP[21199]: EAP 2.0.39+0m5 quitting.01:44
DocScrutinizerMay 20 00:09:37 IroN900 wlancond[1695]: Setting BSSID 00:00:00:00:00:0001:44
MrPinguand whole wlan was kinda weird as it didn't saw any AP at all (managed mode)01:44
* DocScrutinizer waves and waves, like mad01:45
merlin1991DocScrutinizer: and why?01:46
MrPinguG2G, good night!01:46
merlin1991ofc wlancond goes through the steps of deauthenticating and reauthenticating since you trigered it from userspace01:46
DocScrutinizerwlancond is not tearing down association to BSSID when beacon lost01:47
DocScrutinizer(see first pastebin)01:47
*** MrPingu has quit IRC01:47
merlin1991because the driver ist still trying to probe back01:48
DocScrutinizerwell, see line 21ff >>May 19 23:22:12 IroN900 wlancond[1695]: Setting SSID: PALAIS<< in http://paste.debian.net/170198/01:48
DocScrutinizerline 27 >>May 19 23:22:13 IroN900 wlancond[1695]: SIOCGIWAP: bc:05:43:d2:4a:75<< is last sign of intelligent life of wlancond, before things go awry01:50
DocScrutinizerthen no more trace from wlancond until http://paste.debian.net/170201/ >60min later01:51
DocScrutinizerwell, more like 50min01:52
DocScrutinizerI'd not claim it's definitely wlancond's fault, but at very least wlancond is *very* close to where things start to misbehave01:54
*** Gi0 has quit IRC01:54
DocScrutinizerI for one suspect a race between re-association/re-authentication and device leaving range of AP, so this process gets stuck halfway and thus blocks proper detection of loss of connection01:55
DocScrutinizernow you can try figure if that's wl1251's fault or wlancond's01:56
DocScrutinizersomething doesn't behave in a way the other half can act on that behaviour accordingly01:57
DocScrutinizerneither could I say if that's a regression of wlancond in CSSU, or it's all the same in stock01:58
*** teotwaki_ has joined #maemo01:58
*** teotwaki_ has joined #maemo01:58
DocScrutinizermerlin1991: makes sense?01:59
*** ArGGu^^ has joined #maemo02:01
*** jd has joined #maemo02:02
*** _NIN has quit IRC02:04
*** _federico3 has quit IRC02:05
*** Jade has quit IRC02:05
DocScrutinizerdnag, not intended to be THAT scary02:12
*** muellisoft has joined #maemo02:17
Sicelojust a side note .. DocScrutinizer, the latest booston script on your server has a small typo ../sbin/stop bme 2>&1 | grep -q "bme (stop) killed" || _strart_bme_=$false02:18
DocScrutinizerumm02:18
DocScrutinizermind to disclose where's the typo?02:19
DocScrutinizeraah02:19
Sicelostrart_bme02:19
DocScrutinizerthough I have to say this doesn't look like I ever typed it02:19
*** muelli has quit IRC02:20
DocScrutinizerlemme check that02:20
Siceloi was trying to underline .. didn't work02:20
* Sicelo is half-awake now02:20
DocScrutinizeraaah02:20
Sicelooriginal line is   /sbin/stop bme 2>&1 | grep -q "bme (stop) killed" || strart_bme=$false02:20
* DocScrutinizer scratches head and wonders if now only God knows02:21
Sicelohmm :\02:22
Siceloshould be start_bme instead of strart_bme .. the varialbe is used elsewhere in the script to determine whether or not to restart bme02:23
merlin1991hm scary02:23
*** e-yes has quit IRC02:24
DocScrutinizerSicelo: thanks, fixed02:26
DocScrutinizerthat's what you get when you don't use proper code-coverage tools for testing your crap02:27
* DocScrutinizer ponders setting up some better editor support for shellscripts02:28
DocScrutinizerlike not allowing any implicitly defined envs02:28
DocScrutinizerI mean, there's "define" for some reason02:28
*** jd is now known as Jade02:29
*** habmala has quit IRC02:29
DocScrutinizeror, damn, is this a bashism again? :-o02:29
DocScrutinizer~ $ define x02:30
DocScrutinizer-sh: define: not found02:30
DocScrutinizerWAAAH02:30
DocScrutinizererr02:30
DocScrutinizertime for 12648430   ☕02:30
DocScrutinizer~ $ declare x02:31
DocScrutinizer-sh: declare: not found02:32
DocScrutinizernot any better02:32
DocScrutinizerso still WAAAH02:32
*** PeterWolf has joined #maemo02:33
*** valdyn has quit IRC02:33
Sicelothere's still something else about booston.. that line, aiui, should result in bme only being started on exit IF it was explicitly stopped by booston.. this suggests to me that if bme was already stopped, booston should not start it on exit. but that's what it does :\02:34
DocScrutinizeryes, that's the idea02:34
DocScrutinizerI have to admit I added that late in the developing process and never really tested it02:35
Sicelobme is started on exit irregardless of it's previous state ..02:35
Sicelomaybe something in the 'if' block? or how the start_bme variable gets its value?02:37
DocScrutinizert900:~# /sbin/stop bme 2>&1 | grep -q "bme (stop) killed" || echo "bme not stopped"02:38
DocScrutinizert900:~# /sbin/stop bme 2>&1 | grep -q "bme (stop) killed" || echo "bme not stopped"02:38
DocScrutinizerbme not stopped02:38
DocScrutinizert900:~#02:38
DocScrutinizersecond time it can't stop bme02:38
*** valdyn has joined #maemo02:40
DocScrutinizerSicelo: seems all ok according to my tests. You actually used the fixed version (without the typo)?02:43
Siceloyeah. well, guess i must test further when i'm less sleepy02:45
Sicelolol, yeah.. my stupidity this time -- i'm assuming /usr/lib/hal/hald-addon-bme is bme :P02:48
DocScrutinizerSicelo: could you run it like >>debug=true booston<<?02:50
Siceloyeah, it works fine. :)02:53
* DocScrutinizer assumes this inline env declaration been invented before shell02:53
*** M4rtinK has quit IRC02:54
*** t_s_o has joined #maemo02:56
Sicelog'nite02:57
DocScrutinizercya Sicelo02:57
DocScrutinizerthanks for spotting the bug02:57
*** Atarii has quit IRC02:59
*** e-yes has joined #maemo03:02
*** DangerMaus has joined #maemo03:04
*** DangerMaus has joined #maemo03:04
*** DangerMaus has quit IRC03:08
*** LaoLang_cool has joined #maemo03:15
*** konelix has quit IRC03:19
*** konelix has joined #maemo03:20
*** k273 has joined #maemo03:25
*** e-yes has quit IRC03:32
*** lxp1 has joined #maemo03:33
*** lxp has quit IRC03:36
*** valdyn has quit IRC03:37
*** konelix has quit IRC03:39
*** k273 has quit IRC03:40
*** hardaker has joined #maemo03:43
*** hurbu has quit IRC03:46
*** atlas has joined #maemo03:50
*** DrGrov has left #maemo03:56
*** psycho_oreos has quit IRC04:02
*** uen| has joined #maemo04:13
*** ALoGeNo has quit IRC04:13
*** uen has quit IRC04:17
*** hylas has joined #maemo04:22
*** hylas has joined #maemo04:22
*** psycho_oreos has joined #maemo04:23
LaoLang_coolHow to change the default alarm time in calendar?04:36
LaoLang_coolEverytime I create an event or change the event date, the alarm will be set to 15min, it's very annoying04:37
*** LaoLang_cool has quit IRC04:42
*** ALoGeNo has joined #maemo04:42
*** LaoLang_cool has joined #maemo04:43
*** ALoGeNo has quit IRC04:48
*** ALoGeNo has joined #maemo04:49
*** ALoGeNo has joined #maemo04:49
DocScrutinizerhm?05:09
DocScrutinizerFSCK apt05:09
DocScrutinizerwhy is there no --force option for apt?05:10
LaoLang_coolhello05:11
LaoLang_coolHow to change the default alarm time in calendar? Everytime I create an event or change the event to another date, the alarm will be set or reset to 15min, it's very annoying05:11
DocScrutinizerhm?05:20
*** hurbu has joined #maemo05:22
*** pcfe_ has joined #maemo05:23
*** pcfe has quit IRC05:27
*** sid1 has joined #maemo05:28
*** trbs has quit IRC05:34
DocScrutinizerLaoLang_cool: sorry, seems there's no easy way to change that calendar behaviour. I checked binary and gconf, haven't seen any interesting value05:35
*** muellisoft is now known as Muelli05:37
LaoLang_coolDocScrutinizer, thank you, n900's calendar is worse in usage :)05:41
DocScrutinizeryes, it has some strange usability issues05:42
*** Pali has quit IRC05:43
DocScrutinizerwell, apt-get is worse05:43
DocScrutinizerit's completely useless since >> The following packages have unmet dependencies:  hostmode-gui: Depends: kernel-feature-usbhost<<05:44
DocScrutinizerNO way to fix this, it seems05:45
DocScrutinizerso I wonder how to install wget, so I could download any package to install it via dpkg05:46
DocScrutinizerlet's see how annoying HAM can get05:48
ieatlintmmm, ham05:48
DocScrutinizerfsck HAM "no space on device"05:49
ieatlintare you calling me fat?05:49
DocScrutinizerno wget in HAM, of course05:50
*** hylas has quit IRC05:54
DocScrutinizerOMG http://thefuckingweather.com changed font to some awful serif05:55
*** radic has quit IRC05:57
*** radic_ has joined #maemo05:57
*** radic_ is now known as radic05:57
*** dockane_ has joined #maemo06:00
*** dockane has quit IRC06:03
*** Gh0sty has quit IRC06:18
*** LaoLang_cool has quit IRC06:18
*** ALo has joined #maemo06:19
*** Gh0sty has joined #maemo06:20
*** sid1 has quit IRC06:26
*** Muelli has quit IRC06:38
*** k273 has joined #maemo06:46
*** ALo has quit IRC06:47
*** k273 has quit IRC06:48
*** hardaker has quit IRC06:50
*** lopz has quit IRC06:53
*** robbiethe1st has joined #maemo07:32
*** Kilroo has quit IRC07:57
*** t_s_o has quit IRC07:57
DocScrutinizernew USB hotmode script: http://talk.maemo.org/showthread.php?p=1209444#post120944408:10
DocScrutinizerhostmode even08:10
DocScrutinizerSicelo: ^^^08:12
DocScrutinizerEstel_: ^^^08:12
*** Kilroo has joined #maemo08:13
*** Termana has quit IRC08:30
*** Termana has joined #maemo08:38
*** LaoLang_cool has joined #maemo08:40
*** tank-man has quit IRC08:43
*** GeorgeH has quit IRC09:18
*** LaoLang_cool has quit IRC09:37
*** LaoLang_cool has joined #maemo09:38
SiceloLaoLang_cool: 15 minutes in calendar? :\09:43
DocScrutinizerSicelo: alarm time default is 15min before date09:45
DocScrutinizerSicelo: how do you like my script?09:46
Sicelolet me go there :)09:46
LaoLang_coolSicelo, yes ;p09:47
r00t|home<DocScrutinizer> it's completely useless since >> The following packages have unmet dependencies:  hostmode-gui: Depends: kernel-feature-usbhost<<09:48
r00t|home<DocScrutinizer> NO way to fix this, it seems09:48
r00t|homeedit /var/lib/dpkg/status09:48
DocScrutinizerr00t|home: thanks09:48
r00t|homejust axe whatever dependancies you don't like, will persist until package is reinstalled... i do that all the time...09:49
SiceloDocScrutinizer: \o/09:53
Sicelojust one other question .. there's a couple of `if [ $notify ]` lines but it appears that $notify is never false anyway09:55
*** archeyDevil has joined #maemo09:57
archeyDevilYay!09:57
archeyDevilHello everyone :)09:57
archeyDevilAnyone know how to get irssi and ping working as a standard user?09:57
psycho_oreossuid09:58
Siceloirssi should do so by default. at least mine did :\09:58
archeyDevil:/09:58
psycho_oreosand irssi shouldn't require root really09:58
archeyDevilHmm..09:59
* archeyDevil opens vim on the config :P09:59
Sicelomaybe you mean `screen` :P09:59
Sicelowhich is broken for user. a 'fix' is somewhere in the bug-tracker09:59
* archeyDevil fixed it10:00
archeyDevilOver ssh. TERM=xterm irssi :P (doesn't like rxvt-unicode-256colors)10:00
archeyDevilHmm.. Strange.. /channel -auto ##mychan freenode chanpass doesn't auto connect...10:02
DocScrutinizer51Sicelo: $notify is env that you either define differently in shellscript, or use >> notify="" start-hostmode10:02
Siceloah, gotcha :)10:03
* Sicelo loves this 10:03
* archeyDevil loves his Nokia n900 ( got it today ) Installed. Openssh, rootsh, irssi, vim, maybe a few other things.. But thats all that comes to mind atm :)10:03
DocScrutinizer51Sicelo: same as $debug10:04
* archeyDevil configured openssh to require keys :-) Anyone got openssh and letting passwords login? (gsm/3g/etc hackable)10:04
archeyDevilbruteforce10:04
Siceloproblem with gui is that some "fool" might start h-e-n without even knowing what it is, and drain my battery doing nothing. or worse, still, connect a charger while h-e-n is active (not that i'm in the habit of sharing my N900)10:05
DocScrutinizer51Sicelo: debug=true start-hostmode10:05
psycho_oreossomeone I don't think there's a likely chance you'll get hacked via 3G/GSM because most ISP runs NAT10:05
archeyDevilpsycho_oreos: pfttt.10:05
DocScrutinizer51Sicelo: debug=true notify=false start-hostmode10:05
archeyDevilAll you need is an ip and the ability to brute force.10:06
psycho_oreosarcheyDevil, or if you really want to be extra paranoid, there's a thing called fail2ban10:06
*** LaoLang_cool has quit IRC10:06
psycho_oreosnot really, you can't SSH to your N900 or any other linux powered handhelds if they were only connected to 3G/GSM10:06
archeyDevilMeh10:06
archeyDevilUmm. Yes you can.. I did10:07
psycho_oreoswhich carrier?10:07
Siceloyou have a 'nice' carrier10:07
archeyDevilExetel which uses optus lines.10:07
psycho_oreosindeed10:07
* archeyDevil is happy :)10:07
psycho_oreosthey must be handing out static IP for GSM/3G owners10:07
archeyDevilNormally I don't have to worry about any uploads with this isp however mobile sadly includes upload :(10:08
archeyDevilStatic ip is great :)10:08
* Sicelo doesn't mind dynamic, as long as ports are open10:08
archeyDevilStatic for business plan w\ 2cents per meg :)10:08
archeyDevilAll ports open :)10:08
Sicelowhich is rarely ever the case10:09
* psycho_oreos doesn't want to divulge into debating conflicts in interests but he has through crazy johns that goes through vodafail (ahem vodafone) network. For the records, no they don't do SSH forwarding so there's no direct access between his device and computer running on completely separate connections10:09
archeyDevilXD Music it's polling out? I've got sshfs and I'm copying my music to my phone and it changes as the songs finish :)10:09
DocScrutinizer51hey, you know I could drain your battery in like 2h with a simple ping to your IP?10:10
archeyDevilShouldn't do that..10:11
archeyDevilWell. VERY slowly.10:11
* archeyDevil doubts 2hrs10:11
archeyDevilDocScrutinizer51:10:14
Sicelohe's just scaring you :10:16
Sicelolol.. DocScrutinizer51 knows what he's saying10:16
Siceloactually that's documented somewhere, tmo or wmo10:16
psycho_oreosmost likely on tmo first10:17
* archeyDevil loves his phone :)10:17
* archeyDevil got it for AU$120 of eBay XD10:17
*** schen has joined #maemo10:17
*** valdyn has joined #maemo10:21
*** sasquatch has quit IRC10:29
*** sasquatch has joined #maemo10:29
*** LaoLang_cool has joined #maemo10:30
*** croppa has quit IRC10:34
*** croppa has joined #maemo10:36
* archeyDevil laughs at mass storage mode :P (Will prevent me from using a section of the storage on my phone... sshfs ftw!)10:36
*** piggz has quit IRC10:50
*** robbiethe1st has quit IRC10:52
*** beford has quit IRC10:54
*** habmala has joined #maemo11:01
*** NIN101 has joined #maemo11:08
*** eMHa has quit IRC11:14
*** eMHa has joined #maemo11:15
*** t_s_o has joined #maemo11:16
*** ArGGu^^ has quit IRC11:19
*** MacDrunk has joined #maemo11:19
*** ArGGu^^ has joined #maemo11:19
*** MacDrunk has left #maemo11:20
*** piggz has joined #maemo11:25
archeyDevilHow to align the shortcuts in a grid of some sort?11:25
archeyDevil??11:27
archeyDevil:(11:32
*** arno0ob has joined #maemo11:33
*** thuttu77 has quit IRC11:34
*** retro|cz has joined #maemo11:37
*** croppa has quit IRC11:40
*** LaoLang_cool has quit IRC11:40
*** LaoLang_cool has joined #maemo11:41
*** croppa has joined #maemo11:45
psycho_oreosI don't think you can with shortcuts on the desktop11:46
*** sq-one has joined #maemo11:49
*** khertan has joined #maemo11:49
*** PeterWolf has quit IRC11:53
*** PeterWolf has joined #maemo11:53
*** jhb has joined #maemo11:54
*** Darkchaos has joined #maemo11:54
*** croppa has quit IRC11:54
*** SmilyOrg has joined #maemo11:57
*** Smily has quit IRC12:01
*** khertan has quit IRC12:06
*** jhb has quit IRC12:10
*** nivw has quit IRC12:12
*** sq-one has quit IRC12:13
*** ced117 has joined #maemo12:14
*** M4rtinK has joined #maemo12:18
*** piggz has quit IRC12:24
*** piggz has joined #maemo12:31
*** valeriusM has quit IRC12:37
*** piggz has quit IRC12:37
*** teotwaki has joined #maemo12:40
*** thuttu77 has joined #maemo12:43
*** Muelli has joined #maemo12:48
*** valeriusM has joined #maemo12:55
*** _federico3 has joined #maemo13:18
Sicelopsycho_oreos: archeyDevil .. iirc Theme Customizer can do it.. although i can't swear to it13:20
*** jhb has joined #maemo13:20
*** ArGGu^^ has quit IRC13:21
*** arno0ob has quit IRC13:21
*** ArGGu^^ has joined #maemo13:22
*** croppa has joined #maemo13:29
*** piggz has joined #maemo13:29
*** sLumPia has joined #maemo13:31
Estel_archeyDevil,  scp via ss gotone disadvantage - it's much slower than mass storage13:31
Estel_if You're copying 8GB of music or videos it does matter ;)13:31
Estel_although, it can be faster if You do it via usb connection and usb networking (still without mass storage)13:32
Estel_slower than mass, but quite usable13:32
Estel_it's also possible to do some fancy things like loopback image file for mass storage13:32
Estel_even with auto adjusting size. But I havent tried/need it myself13:33
*** sLumPia_ has joined #maemo13:33
Estel_BTW, welcome to the world of real FOSS linux device ;)13:33
Estel_DocScrutinizer,  thanks a lot, will test new script13:33
Estel_I appreciate You rememberdd about me while posting it :)13:33
*** sLumPia has quit IRC13:36
*** sLumPia_ is now known as sLumPia13:37
*** arno0ob has joined #maemo13:37
*** CodenameStrike-N has joined #maemo13:38
sLumPiaHi, is this possible: talk.maemo.org/showpost.php?p=1209438&postcount=48613:38
Siceloyou could check via gconf .. if it's not there, your chances are slim13:44
Estel_DocScrutinizer,  You've said that it's not possible to sense what speed is ok for usb device, yet we can't do that without 5V13:45
Estel_and with 5V we can't change speed13:45
Estel_isn't it possible to write a script, that repeatedly enables whole procedure on different speeds13:45
Estel_then stick to correct one?13:45
Estel_alternatively, saves correct speed for pid&vid in database, creating personal user database of devices he is using13:46
Estel_so, next time it's blazing fast13:46
Estel_and "probing" for correct speed must be done only once13:46
Estel_of course it should start with most likely speed i.e. high13:47
Estel_so, it would save in database only for low speed or full speed13:47
Estel_what do You think about concept, doable/feasible? doesn't sound like rocket science to me13:48
Estel_+ for Your auto script - when should we plug device?13:48
Estel_just plug it and run script? won't it hurt that it was plugged before vbooston?13:49
Estel_using hen gui, it makes enumerating fail13:49
Estel_I must plug device *only* after vbooston (second or two after)13:49
*** archeyDevil has quit IRC13:49
Estel_never before13:49
Estel_+ could You just shamelessly upload bumped H-E-N version with improved booston script?13:51
Estel_don't need to be maintainer to do that13:51
Estel_it's sitting for a year on random post inside deepless hostmode thread13:51
Estel_and IIRC replacing booston doesn't trigger need for updating gui13:52
*** piggz has quit IRC13:53
sLumPiaSicelo: thanks. i will check (i'm not familiar with gconf)13:56
SiceloEstel_: i think that's what blue_led does .. wrt speed13:57
Sicelobut the problem is also on N900 .. because i was explicitly doing High-Speed .. but syslog shows 12M stuf..13:58
Estel_Sicelo,  yea, but blue_led script doesn't work + hes not keeping database, so it need to re-try every time13:59
Estel_Sicelo,  hm14:00
*** Atarii has joined #maemo14:00
*** maybeHere has joined #maemo14:05
*** Pali has joined #maemo14:07
*** maybeArgh has quit IRC14:09
*** LaoLang_cool has quit IRC14:17
*** psycho_oreos has quit IRC14:19
*** psycho_oreos has joined #maemo14:22
*** k273 has joined #maemo14:22
*** jhb has quit IRC14:23
*** psycho_oreos has quit IRC14:24
*** jhb has joined #maemo14:27
*** k273 has quit IRC14:31
*** uen| is now known as uen14:32
*** valeriusN has left #maemo14:32
*** DocScrutinizer has quit IRC14:40
*** DocScrutinizer has joined #maemo14:41
*** CodenameStrike-N has quit IRC14:54
*** NIN102 has joined #maemo14:56
*** NIN101 has quit IRC14:58
*** e-yes has joined #maemo15:03
*** MrPingu has joined #maemo15:10
MrPinguDocscrutinizer, you are rignt something is unstable in some part of wlan015:10
MrPinguI was browsing with MicroB, suddenly wlan disconnected and wanted to reconnect but no go15:11
Estel_never ever encountering anything like that15:12
MrPinguHmm other AP then, well same problem. Another AP, no go. I wouldn't connect to any AP anymore.15:12
MrPingu*it15:12
HurrianMrPingu, must be you then, never experienced crash in wl1251 driver even with hours of downloading15:13
MrPinguThen decided to load bleeding edge drivers, to see if driver was crashed but even with loading bleeding edge and even unloading again15:13
MrPinguRebooted, everything was fine15:13
MrPinguI have dmesg logs and I was standing next to all tested APs15:14
*** MrPingu has quit IRC15:17
*** antrider has quit IRC15:20
*** MrPingu has joined #maemo15:20
MrPinguAnyway, nothing should bust wlan... Besides I didn't do anything special15:22
*** archeyDevil has joined #maemo15:23
*** khertan has joined #maemo15:26
*** nox- has joined #maemo15:27
*** croppa has quit IRC15:28
*** jhb has quit IRC15:33
*** cyndis has quit IRC15:34
*** cyndis has joined #maemo15:34
*** nox- has quit IRC15:37
*** nox- has joined #maemo15:40
*** felipec has joined #maemo15:46
*** Vanadis__ has joined #maemo15:47
*** ArGGu^^ has quit IRC15:47
felipecmerlin1991: I found what NetworkManager is doing, it's using the modem directly, so to the same from the command line wvdial can be used :)15:47
felipecthrough /dev/ttyACM015:48
*** valeriusM has quit IRC15:49
*** Vanadis has quit IRC15:50
*** guysoft42 has joined #maemo15:50
*** cyndis has quit IRC15:50
*** cyndis has joined #maemo15:51
*** LaoLang_cool has joined #maemo15:53
*** habmala has quit IRC15:54
*** croppa has joined #maemo15:55
*** felipec has quit IRC15:57
*** valdyn has quit IRC16:02
*** MrPingu_ has joined #maemo16:05
*** MrPingu has quit IRC16:06
*** valdyn has joined #maemo16:07
*** valeriusM has joined #maemo16:09
*** retro|cz has quit IRC16:10
*** guysoft42 has quit IRC16:14
*** k273 has joined #maemo16:18
*** DavidTalmage_ has left #maemo16:25
DocScrutinizerEstel_: you can't use database as you don't get *any* info before VBUS, and you can't change speed _after_16:25
*** valeriusN has joined #maemo16:25
*** jhb has joined #maemo16:25
*** BCMM has joined #maemo16:28
DocScrutinizerEstel_: the script is meant to be run (and tested for) _after_ plugging in peripheral16:29
*** ArGGu^^ has joined #maemo16:31
*** LaoLang_cool has quit IRC16:31
*** FIQ|n900 has joined #maemo16:32
DocScrutinizerEstel_: if your peripheral doesn't provide own VBUS via extremely cheap&crappy circuitry for supplementary powersupply, there will be no way for N900 or peripheral to detect it's been plugged in as long as no VBUS from N900 boost16:32
Macerdamn16:33
Macerhad a hard drive going bad16:33
Macerreplaced it16:33
DocScrutinizerif however the peripheral _is_ providing 5V to VBUS, you actually will see problems when plugging in too early16:33
Macerrebuilding the raid.. a 2nd hard drive has bad sectors16:33
Macergreat :)16:33
Macernothing it couldn't fix during the rebuild by remapping the bad ones but still16:33
*** valeriusM has quit IRC16:33
Macernow i have to rma, wait for return, replace the 2nd bad one, send 2nd one out for rma16:34
DocScrutinizersame brand and build of drives?16:34
Maceryes16:34
DocScrutinizerswap all16:34
Maceri can't... have to keep the raid live16:34
Maceri can swap one at a time tho16:34
Maceri replaced one of the WD with a Seagate 3TB16:34
Macerand am working on boxing the first WD to go out :(16:35
Hurrianrebuilding RAIDs? frickin slow on volumes  filled to the brim with content16:35
*** jhb has quit IRC16:36
DocScrutinizerapropos raid: you know (some) HDD will drastically reduce throughput even on *shouting* near the rack? ;-P16:37
HurrianDocScrutinizer, problem could easily be solved by 5v USB power supply and Y-cable16:38
* Hurrian gets new idea: built-in mintyboost for N900?16:38
DocScrutinizerHurrian: I don't see how that's solving the problem I described above16:39
MacerHurrian: i know :(16:39
Maceri've been rebuilding this one for like.... 10 hours so far and it's only 45%16:39
DocScrutinizerau contraire it will exactly create the situation that's problematic16:39
Maceri don't think size matters... it still has to run through the drive and put the parity on it16:39
Macersize/amount of data16:40
*** eijk has joined #maemo16:40
DocScrutinizerMacer: for background rebuild that sounds... normal16:41
*** r00t|n900 has joined #maemo16:41
MacerDocScrutinizer: yeah it is16:42
Macerit's a 3TBx4 raid 516:42
Macermy 1TBx8 took like.... 24hrs or so to rebuild when i swapped a drive on it16:42
Macerthis synology's 128MB of ram is murder tho16:43
Maceri might get a higher end qnap and shove 1TB drives into the synology and give it to my parents :)16:43
* DocScrutinizer idly wonders if a dd if=raid of=/dev/null will speed up things16:46
Macerhaha16:46
Macerno.. it won't ;)16:47
*** retro|cz has joined #maemo16:47
jacekowski1TB drives are for kids16:51
jacekowskii'm thinking about upgrading my 3TB to 4TB drives16:51
DocScrutinizerI'm waiting for my 'new' laptop with 500G drive ;-D16:52
*** valeriusM has joined #maemo16:54
*** valeriusN has left #maemo16:55
*** valeriusN has joined #maemo16:56
Hurrianjacekowski, waiting for prices to drop, then the 2TB drives get swapped17:04
*** Cor-Ai has quit IRC17:08
*** NishanthMenon has quit IRC17:13
*** hardaker has joined #maemo17:18
*** Dibblah has joined #maemo17:22
*** valdyn has quit IRC17:23
DocScrutinizerEstel_: I could update h-e-n *if* I had the original pkg. The original pkg though is somewhere on moh's PC (or in nirvana)17:24
*** Hurrian has quit IRC17:25
*** valdyn has joined #maemo17:30
*** vblazquez has joined #maemo17:32
DocScrutinizer**VOTE!** http://bit.ly/JmchJM !!17:33
DocScrutinizerEstel_: (and btw NFC about packaging and delivery here ;-D )17:36
*** eijk has quit IRC17:38
*** cityLights has joined #maemo17:41
cityLightsis anyone here from spain? which 3G sim should I buy for one week vacation?17:43
*** kent_autistic has joined #maemo17:45
*** Dibblah has quit IRC17:46
kent_autisticany tmo mods in here? please please close this thread http://talk.maemo.org/showthread.php?t=8436617:46
kent_autistic^ another whatsapp thread17:48
*** kent_autistic has quit IRC17:53
*** magog has joined #maemo17:54
*** vblazquez has quit IRC17:58
*** fortytwo has joined #maemo17:59
*** |thunder has quit IRC18:01
*** PeterWolf has quit IRC18:02
*** MrPingu_ has quit IRC18:07
*** schen has quit IRC18:08
*** MrPingu_ has joined #maemo18:08
*** Dibblah has joined #maemo18:10
*** dhbiker has joined #maemo18:19
*** BCMM has quit IRC18:21
*** hardaker has quit IRC18:22
*** dhbiker has quit IRC18:27
*** paroneayea has quit IRC18:31
*** FIQ|n900 has quit IRC18:31
DocScrutinizerchem|st: ^^^18:31
*** paroneayea has joined #maemo18:33
*** luke-jr has quit IRC18:33
*** luke-jr has joined #maemo18:34
*** paroneayea has joined #maemo18:34
Estel_DocScrutinizer,  but, isn't int possible to download sources from package interface? IIRC sources used by autobuilder are there too18:36
*** Venusaur is now known as Suiseiseki18:37
DocScrutinizerI guess some sources for sure can get downloaded, but as mentioned before, NFC here. I just know you need to prepare some files for upload, and sign them and whatnot18:37
Estel_no, no signing18:38
DocScrutinizersee? so I suggest *you* do it ;-)18:38
Estel_sign if You want to upload as MAG18:38
Estel_ok, will try :D18:38
DocScrutinizeryou're more experienced than me18:38
Estel_but but18:38
Estel_I gaine it while uploading truecrypt18:38
DocScrutinizerI'll happily review the pkg before you upload it18:39
DocScrutinizeror you ping MohammadAG18:39
*** piggz has joined #maemo18:39
*** dhbiker has joined #maemo18:39
Estel_ok18:40
Estel_but but don't expect it very soon, I suxx at providing proper build enviromnent ;)18:41
*** sirdancealot has joined #maemo18:42
*** valdyn has quit IRC18:42
*** e-yes has quit IRC18:43
Estel_= I can upload it only if I'm actually able to build in and dpkg drop proper source packages18:44
*** piggz has quit IRC18:44
Estel_so preparing proper build envo will take a while. Of course I'll send them for review18:45
Estel_... unless it will turn out to be much easier to bug MAG to just upload fixed version, as he already got build env ;)18:46
DocScrutinizerMohammadAG: ping18:47
merlin1991DocScrutinizer, Estel_ original source http://maemo.org/packages/source/view/fremantle_extras-devel_free_source/hostmode-gui/0.3/18:48
DocScrutinizerthe source isn't the porblem18:48
DocScrutinizer[2012-05-19 23:32:09] <DocScrutinizer> Sicelo: http://maemo.org/packages/source/view/fremantle_extras-devel_free_source/hostmode-gui/0.3/18:49
merlin1991oh :D18:49
*** valdyn has joined #maemo18:49
merlin1991hm can't find a problem then, what's the change you want todo?18:50
DocScrutinizership another booston script with the pkg18:50
DocScrutinizerwell, the problem basically is I got no clue how to use SB and the whole upload process18:51
merlin1991that's easy, take the .tar and .dsc from the page, add an entry to debian/changelog add the new booston script, adjust the hashes and version in the dsc and use the webuploader :D18:51
DocScrutinizerand my PC here is basically in EOL maintenance mode18:52
DocScrutinizero/18:52
merlin1991and I'm pretty sure even in eol mode you can run tar, md5sum and vi ;)18:52
* DocScrutinizer heads out to enjoy last coffee of his holiday18:52
*** MrPingu_ has quit IRC18:55
*** k273 has joined #maemo18:56
*** ekze-nyan has joined #maemo19:00
*** vblazquez has joined #maemo19:01
*** ekze has quit IRC19:03
*** piggz has joined #maemo19:04
MohammadAGDocScrutinizer, pong19:07
*** MrPingu_ has joined #maemo19:07
*** piggz has quit IRC19:09
*** vblazquez has quit IRC19:16
*** rcg1 has joined #maemo19:22
keriols19:23
keriowhoops19:23
MohammadAGmplayer /home/user/porn.mp419:24
MohammadAGwhoops19:24
sLumPiayou actually named your porn porn.mp4? pffft...amateur19:28
sLumPia:p19:28
keriomplayer /home/user/MyDocs/MohammadAG_s_mom.rm19:29
keriowhoops19:29
Estel_I'm going to repeat myself, but most epic typo I remember was done by me - instead of "at least she gave You moral satisfaction" I've written "at least she gave you oral satisfaction"19:30
Estel_in fact it was written in polish, but, moral and oral meaning are same19:31
kerio~assrage19:31
keriono, how do you do this19:31
Estel_~kerio19:31
kerioEstel_: SpeedEvil's ass rage mode beats your typo19:31
Estel_I'm not sure, but, what was it about?19:31
kerioalthough i'm not sure if it was intended19:31
keriohe meant mass storage19:32
keriobut he skipped m and sto19:32
*** paroneayea has quit IRC19:32
Estel_sounds like intended19:32
keriostill19:32
Estel_MohammadAG,  could You please push to repos hen with just boosted version number AND new booston script by DocScrutinizer ?19:33
*** paroneayea has joined #maemo19:33
Estel_this booston was well tested, it's year old and made many people happy. unfort. only those reading tmo, cause it's not in repos19:33
*** trbs has joined #maemo19:42
*** sejo has quit IRC19:56
*** sejo has joined #maemo19:56
*** valdyn has quit IRC19:59
*** t_s_o has quit IRC20:01
*** cityLights has quit IRC20:08
MrPingu_Yeah, i missed that script :P20:08
MrPingu_I think I should thank you, for pointing to that script...20:09
*** piggz has joined #maemo20:13
*** r00t|n900 has quit IRC20:14
*** dhbiker has quit IRC20:17
*** piggz has quit IRC20:17
*** parancibia has joined #maemo20:20
*** parancibia has quit IRC20:20
*** e-yes has joined #maemo20:20
Estel_MrPingu_,  exactly. Even involved people could miss it20:32
*** tank-man has joined #maemo20:33
Estel_merlin1991,  You said that re-building isn't necessary for such small change?20:33
Estel_just adjust hashes manually?20:33
merlin1991Estel_: if you know what debhelper does you don't ever need to "build"  a sourcepackage :D20:34
merlin1991and in this case you even have all the ingredients ready so adjust the changelog, boostscript and hashes and you're good to go20:34
Estel_I'm pretty green on all of this packaging/autobuilder stuff20:34
Estel_ok, will do that. Why not? what  c o u l d   go wrong? :P20:35
Estel_but, I got some things on my device, that I'm sure would make life of other people easier20:35
merlin1991well it's quite easy, the autobuilder expects the source in a certain format, if you keep it that way it doesn't matter how you've built your sourcepackage :D20:35
Estel_mainly things containing of sh scripts sets + .desktop, icons etc20:35
merlin1991only building the actual .debs is a bit harder though even that can be done without sb (if there are no arm binaries needed)20:36
Estel_some made from scratch, some based on work of others. Never uploaded to repos. I would like to put them there20:36
*** dhbiker has joined #maemo20:36
*** ArGGu^^ has quit IRC20:36
Estel_You say there is easy way to do that without build enfiromnent?20:36
Estel_envi*20:36
*** ArGGu^^ has joined #maemo20:37
Estel_as for .debs it can be done via dpkg-build, yep?20:37
Estel_or smth like that. I'm rather interested about what You've said about repositories20:37
Estel_any easy way to transform my "programs" containing just few sh scripts, icon .desktop and, sometimes, sudoers, into working package in repo?20:38
merlin1991sure20:38
merlin1991though it's easier with the scratchbox at hand since you can test things :D20:39
Estel_of course, but don't know why I always got something with higher priority than setting scratchbox properly :/20:39
*** lokimotive has joined #maemo20:39
Estel_always promising myself that I'll do it one day20:39
lokimotivehey20:39
Estel_hi lokimotive20:40
*** hurbu_ has joined #maemo20:40
Estel_so, merlin1991, sorry for bothering You with questions, but I fail to get how to transform my "bunch of files" into tars as expected by autobuilder20:40
Estel_I understand .desc and hashes20:41
Estel_changelog etc20:41
merlin1991inside the tar.gz there is a folder debian20:41
merlin1991which has a "rules" file20:41
merlin1991this one is invoked by the builder20:41
Estel_ok, so basically I need to grab some random source package from repos, check structure20:42
merlin1991yea20:42
Estel_and reversee-enginer it to prepare mine in same way20:42
Estel_thanks a lot20:42
merlin1991also if there are more then lets say 30 lines in the rules file pick another one :D20:42
*** DavidTalmage_ has joined #maemo20:42
Estel_thought about it but never tried, for reasons unknown I thought it's more complicated20:43
merlin1991a good example is this: rules file https://gitorious.org/~merlin1991/quassel/quassel2go-harmattan/blobs/master/debian/rules20:43
merlin1991and a .install file to say which files to have in the .deb https://gitorious.org/~merlin1991/quassel/quassel2go-harmattan/blobs/master/debian/quassel2go.install20:43
*** hurbu has quit IRC20:43
Estel_thanks a lot again, will check them20:44
merlin1991you basically can drop everything but the %: step :D20:44
merlin1991(in the rules file)20:44
Estel_so all of those scare make options are irrelevant in my case... I get it20:45
*** Guest52878 has joined #maemo20:46
merlin1991yeah it's just for my package :D20:46
Estel_noobish noob mode question - %:  step is just line after it, or to the end of file?20:46
merlin1991it's a makefile20:47
merlin1991thus of it goes from %: untill the first empty newline ;)20:47
Estel_i.e. it end @ dh --buildsystem...20:47
*** Guest52878 is now known as Aranel20:47
*** Aranel has joined #maemo20:47
Estel_I see, so override_dh also doesnt apply here20:48
merlin1991yep20:48
merlin1991keep in mind you need the debian/control file aswell20:48
Estel_of course20:49
trumeeI understand qt-components are available in CSSU. Does it mean i can use "import com.nokia.meego 1.0"   in qml?20:49
merlin1991trumee: nope20:49
*** hurbu__ has joined #maemo20:49
merlin1991unless you add the qt-components package from extras-devel20:49
merlin1991it provides the harmattan components aswell afaik20:50
trumeemerlin1991: i want to use the PageStackWindow. Otherwise creating severe pages will be a struggle20:50
trumees/severe/several20:50
Estel_ok, I'm starting to mess with all of this by doing trivial nobrainer foolproof updating of HEN - all hostmode users can start to fear already ;)20:52
*** hurbu_ has quit IRC20:53
*** jonne|reconnecte has joined #maemo20:56
lokimotiveis it possible to control the status led on the n900 via dbus?21:00
lokimotivei only found this: http://wiki.maemo.org/User:Jebba/DBUS#dbus-send-activate-led but the command doesn't seem to work21:01
lokimotivei get no error - it just does nothing21:01
*** e-yes has quit IRC21:02
Estel_merlin1991,  pgp signature etc in .dsc file doesn't matter?21:03
merlin1991yep you can upload unsinged packages aswell21:03
Estel_so for: http://repository.maemo.org/extras-devel/pool/fremantle/free/source/h/hostmode-gui/hostmode-gui_0.3.dsc21:03
Estel_I can delete parts related to pgp?21:03
merlin1991I'm not 100% sure but I think so21:04
Estel_will compare that to truecrypt .dsc and adjust accordingly21:04
*** e-yes has joined #maemo21:12
*** _federico3 has quit IRC21:16
*** valdyn has joined #maemo21:18
*** Venemo has joined #maemo21:19
Venemohey guys21:19
VenemoEstel_: ping21:19
Estel_Venemo,  pong21:20
Venemowhat's up Estel_ ? :)21:20
* Estel_ is working on uploading update to hostmode21:20
Estel_but, I'm sure You're pinged me on purpose, so, lets go straight to the merit :)21:21
VenemoI was just looking for someone to chat with, and your name popped into my head :P21:21
Venemoan a more serious note though21:21
Venemodo you know how I can apply for the new device program?21:21
Estel_it depends on which category21:22
Venemowell, I haven't found details on any of them yet21:23
Estel_community awards - as recognition for past deeds. New Council will decide winners, only self-nominations, without reasoning (people deserving one are known enough to the Council)21:25
Estel_coding competition - search for approriate thread on tmo21:25
*** lokimotive has quit IRC21:25
Estel_Nokia Store and QT5 categories (total of 2) - see " '12 device program" thread in tmo, qgil is managing those21:26
*** flo_lap has joined #maemo21:27
*** flo_lap has joined #maemo21:27
Venemoyep, I'm reading both threads21:29
Venemono clear info on entering21:29
Venemohrm21:31
VenemoI also see that there's been a lot going on in TMO since last time I checked21:32
*** b0unc3 has quit IRC21:33
Estel_qt and nokia store not defined yet, qgil is to start them soon21:34
Estel_cc same, but managed by cc team (who?)21:34
*** Suiseiseki has quit IRC21:35
*** b0unc3 has joined #maemo21:35
Estel_community awards - I proposed to start receiving submittions now, as new council will decide, not needed to wait with starting21:35
Estel_yet, no one answered ;)21:35
Venemommhm21:36
Venemowho's the council?21:36
VenemoI've been kinda out of the loop for a long time21:36
Estel_merlin1991,  could You please link me (or pastebin) to any .dsc file of maemo package *not* from maemo.org package interface? It seems that every from "source" is tagged via pg internally in autobuilder21:36
Estel_I'm sure I haventb signed one for truecrypt, just sent them via scp using my public keys, yet, result is same as with hen .dsc21:37
*** flo_lap is now known as florian21:37
Estel_I'm sure You have one from Your projects ;)21:37
Estel_Venemo,  next Council not decided, we're having election now, from 16th may to 23th may21:38
Venemoah21:38
*** GuySoft has quit IRC21:38
Venemoso that's why got a mail about voting on them?21:38
Estel_well, mail was quite self-explanatory :P21:38
Estel_yea21:38
Estel_"them" as "them" - I'm also candidate ;)21:38
*** konelix has joined #maemo21:39
VenemoI see21:39
*** b0unc3 has quit IRC21:40
*** b0unc3 has joined #maemo21:41
Venemook, you've got a vote :P21:44
Estel_thanks ;)21:45
merlin1991Estel_: http://paste.debian.net/170306/21:46
Estel_thanks a lot. Why the hell hen .dsc got same file hashed 2 times21:47
Estel_with different sums? 0_o21:47
merlin1991huh?21:48
Estel_so for: http://repository.maemo.org/extras-devel/pool/fremantle/free/source/h/hostmode-gui/hostmode-gui_0.3.dsc21:48
Estel_erm, I think I answered myself21:48
Estel_first time it's sha1 sum21:48
Estel_later, md5sum21:49
merlin1991yea :D21:49
Estel_I can skip sha1, yep?21:49
merlin1991be happy on ubuntu they even have a sha256 sum additionally xD21:49
merlin1991just do both21:49
merlin1991better be safe21:49
Estel_ok, should be easy from N900 eh?21:50
Estel_I'm doing all on device :P21:50
Estel_md5 sum is trivial, I must just find something to sha121:50
Estel_btw Your .dsc doesn't contain sha1 :P21:50
merlin1991:D21:51
merlin1991sha1sum?21:51
Estel_lol21:51
Estel_thanks ;)21:51
Estel_don't You think it's sad that after two years (latest hen update) it's done via me? :P21:51
Estel_for me it's great, I'm gaining experience21:51
Estel_but imagine inasion of such noobs on repos when I document uploading to repos in a way that finally will be understandable21:52
Estel_devel will become real -devel again21:52
Estel_don't enter without forcefield and small arsenal :P21:53
VenemoEstel_: what do you mean? -devel has always been like that21:53
Estel_not necessary true21:54
Estel_very average joe have -devel enabled now, if not just because many stable packages are stuck there21:54
Estel_due to absent maintainers, lack of votes or whatsnot21:54
Venemoyep21:55
Venemothat was the case a year ago too21:55
Venemoat some point, the devs didn't really feel like pushing their apps to extras for that very reason.21:56
Venemoif everyone has -devel enabled, why bother with that voting thing anyway?21:57
*** Venusaur has joined #maemo21:57
*** sq-one has joined #maemo22:05
*** GuySoft has joined #maemo22:06
*** GuySoft has quit IRC22:07
RST38hVenemo: Because it makes you feel legit ? :)22:09
VenemoRST38h: yep, I agree, I was just sayin what those guys were thinking22:10
RST38hVenemo: Because there may still be a few old-guard policy-making fans who LOVE creating policies for people and insisting that everyone obeys?22:10
*** ArGGu^^ has quit IRC22:10
Venemowell, this reminds me that I should've pushed Puzzle Master 2.0 to the Maemo 5 repos22:11
Venemobut I don't have an N900 to test it22:12
Venemomeh22:13
*** khertan has quit IRC22:13
*** ArGGu^^ has joined #maemo22:13
*** Sazpaimon has quit IRC22:14
VenemoI'm not pushing untested software22:15
*** NIN102 is now known as NIN10122:16
*** Sazpaimon has joined #maemo22:17
Estel_DocScrutinizer,  it was necessary to remove i2c line from boostoff? Why You haven't mentioned that?22:21
Estel_any risk was involved in using boostoff *without* removing that line in conjuction with new booston22:22
Estel_?22:22
DocScrutinizerno22:22
DocScrutinizerjust useless double reset of charger chip22:22
DocScrutinizerI published that improved booston to be compatible with former stuff, so it actually is. Doesn't mean it's optimal way to integrate it22:23
DocScrutinizerin fact I was thinking about en even niftier setup where booston and boostoff are hardlinks (or symlinks) to same file, and you'd need no boostoff script at all. But I was too lazy and didn't want to "brag" with over-sophisticated stuff22:25
Estel_I see22:26
Estel_I see22:26
Estel_well, funny thing. No one uploaded it for half year, then, I uploaded it with mag independently22:26
Estel_fortunatelly, he made higher version number, so autobuilder wont vomit on us22:26
DocScrutinizerI asked you to ask for a review22:27
Estel_yea, but I got nothing to review, as merlin teached me to do it without building actual package22:27
DocScrutinizerquite obviously this eview was meant to happen _before_ upload to repo22:27
Estel_just grabbing current sources, replacing booston, adjusting version number, changelog and hashes22:27
Estel_;)22:27
Estel_entirely true. I just wasn't sure what is to review here, Your own new booston?22:28
DocScrutinizerthe whole package22:28
*** hurbu_ has joined #maemo22:28
Estel_if I would do it with building package, I would surely sent it22:28
Estel_no package in my case, unnecessary for uploading, even if it sounds crazy22:28
DocScrutinizerbeginning with "my own" booston which you might have picked an old version22:29
DocScrutinizerto version number22:29
DocScrutinizerto changelog22:29
Estel_no, no, just latest published22:29
Estel_but I got the point22:29
Estel_but I get Your point*22:29
Estel_well, if You would like someone to upload something without any respect to risk management, You can always count on me ;)22:31
DocScrutinizeron reviewing changelog I would've recalled the boostoff stuff22:31
*** Termana has quit IRC22:31
*** hurbu__ has quit IRC22:31
*** GuySoft has joined #maemo22:32
*** jacekowski has quit IRC22:33
* DocScrutinizer idly wonders if the bug with enabled --filebox is still unfixed22:34
DocScrutinizerMohammadAG: ^^^22:34
teotwaki_Jaffa: around?22:36
DocScrutinizeroh dang, and we should've added a postinstall to edit mce.ini to include the PatternVBoost22:36
Jaffateotwaki_: Yup22:37
*** Venemo has quit IRC22:37
DocScrutinizerhi Jaffa22:37
teotwaki_Jaffa: can I pick your brain regarding some software architecture questions?22:37
JaffaDocScrutinizer: o/22:37
Jaffateotwaki_: Sure22:37
Jaffateotwaki_: Travelling tomorrow so about to go and spend time with the missus. Would email conversation be OK?22:38
teotwaki_ok, so, I use ZMQ to provide IPC (in a kind of erlang-messaging fashion)22:38
DocScrutinizerEstel_: you ever even noticed the indicator pattern that booston comes with now?22:38
Jaffateotwaki_: Shiny22:38
Estel_DocScrutinizer,  of course22:38
teotwaki_Jaffa: sure, I'll send you an email tomorrow then22:38
Jaffateotwaki_: That OK?22:38
teotwaki_yeah, no worries, not on a deadline or anything, go have fun :)22:38
DocScrutinizerEstel_: so how are users updating to new h-e-n supposed to get to know about, and handle/install it?22:39
DocScrutinizerEstel_: we at very least should've mentioned the needed steps in changelog22:39
Estel_DocScrutinizer,  via changelog ;)22:39
*** Elfix has quit IRC22:40
DocScrutinizerEstel_: though I prefer a postinstall script with a few sed cmds22:40
Estel_but why not to do this postinst?22:40
DocScrutinizeryou're too slow ;-P22:40
Estel_MohammadAG,  package haven't gone thorough autobuilder anyway22:40
Estel_:P22:40
*** Termana has joined #maemo22:40
Estel_no update yet22:40
Estel_we're still @ status quo22:40
Estel_not queyed even22:40
Estel_autobuilder just told both of us to GTFO, or, in fact, haven't told anything, nor accepted updates22:41
MohammadAGmine got through and built fine22:41
MohammadAGyours, didn't22:41
Estel_oh. You've said otherwise a minute ago ;)22:42
*** b0unc3 has quit IRC22:42
Estel_well, probably I uploaded lower version after Your higher22:42
Estel_0.3-1 vs 0.4-122:42
Estel_vs old 0.3 in repos22:43
*** piggz has joined #maemo22:43
Estel_MohammadAG,  could You please zerobin me a proper .changelog?22:44
*** b0unc3 has joined #maemo22:44
Estel_I'm going to scavenge it for edu purposes that will result in me uploading some stuff that aren't in repos22:45
Estel_that people are bugging me to do for ages, and I was never desperate enough to install scratchbox properly ;)22:45
Estel_I mean not changelog from inside /debian22:45
Estel_but changelog as per autobuilder needs22:45
*** jhb has joined #maemo22:47
*** piggz has quit IRC22:48
*** b0unc3 has quit IRC22:50
*** b0unc3 has joined #maemo22:50
*** ced117 has quit IRC22:52
Estel_merlin1991,  ^ above request also apply to You, if You could22:52
Estel_without it, ham/fapman doesn't show changelog, and changelog can't be pulled from sources in package interface22:53
merlin1991Estel_: changelog as per autobuilder needs is the changelog in debian/22:53
*** piggz has joined #maemo22:55
*** hurbu_ has quit IRC22:56
*** Elfix has joined #maemo22:57
*** BCMM has joined #maemo22:58
*** BCMM has quit IRC22:58
*** BCMM has joined #maemo22:58
*** hurbu_ has joined #maemo23:09
*** jhb has quit IRC23:12
*** b0unc3 has quit IRC23:13
MrPingu_Whats the best solution to create a high quality screencast of N900 screen?23:15
*** b0unc3 has joined #maemo23:15
Estel_merlin1991,  thanks a lot23:17
MrPingu_My intention is to record a good video on cleven, faircrack, wifite and aircrack-ng. Yet I have no idea how I should capture the screen...23:18
KilrooHook up the TV-out cable to your DVR?23:18
Estel_very funny23:18
Kilroo...I have no idea.23:18
merlin1991just use gstreamer to sink it?23:19
Estel_I remember someone asked about it ages ago and got working, satisfying answer... yet can' remember it, something with gstreamer sink23:19
Estel_oh, this :D23:19
merlin1991http://www.developer.nokia.com/Community/Wiki/Capture_movie_directly_from_N9/N950_screen#Merlin1991_-_package_name_and_repository_for_gst-launch23:19
*** jhb has joined #maemo23:20
*** b0unc3 has quit IRC23:21
Estel_who remember which file I need to delete, in order to make N900's menu re-arange itself alphabeically?23:21
Estel_alphabetically*23:21
MrPingu_that's harmattan stuff?23:22
merlin1991applys to maemo5 aswell23:22
*** b0unc3 has joined #maemo23:22
MrPingu_oh I see, I am on device missed the command in the IRClog,  Im sorry23:24
MrPingu_How does it affect performance?23:25
merlin1991well if you don't save to an sd it probably is goign to be quite laggish23:26
*** b0unc3 has quit IRC23:27
MrPingu_Hmm I have swap on sd23:27
MrPingu_Best way is to enable swap on emmc, write movie to sd and do my thing...23:28
DocScrutinizeriirc cpu load applet comes with screenshot and screencast23:28
SiceloMrPingu_: also have a look at load-applet .. has a screencast option23:28
Sicelo:P23:28
Siceloah, DocScrutinizer beat me to it ;)23:28
DocScrutinizerthough it often been more jerky than anything else for me23:28
*** b0unc3 has joined #maemo23:29
MrPingu_Well I thought it didn't work, from what google told me23:29
MrPingu_I think will go the gstreamer way23:29
DocScrutinizerI think the AV-cable approach & VCR/DVR is a good one23:30
DocScrutinizerVDR even23:31
*** b0unc3 has quit IRC23:33
*** MrPingu has joined #maemo23:33
MrPinguReally, sorry if you see an flying AP23:34
*** MrPingu_ has quit IRC23:34
*** FIQ|n900 has joined #maemo23:34
MrPinguThe damn thing just crashed again, as always...23:34
*** b0unc3 has joined #maemo23:35
Estel_I just wonder how much hassle would it take to update recaller, allowing it to record in ogg23:35
Estel_not only aac, wav and flac (flac doesn't work for me and never have been - I'm trying to figure out now why)23:36
MrPinguDVR, seems a good one.  However have to check if thing has a AV in...23:36
*** Venusaur has quit IRC23:36
Estel_although keep in mind that Your video will be @ pal resolution at best23:37
Estel_= little blurred23:37
Estel_with too much contrast etc23:37
Estel_I would do gstreamer way23:37
MrPinguProbably, as I can be nearer to the AP for better hacking results ;)23:38
Estel_;)23:38
Estel_haven't You though about spending 30$ on wrt54gl router?23:39
Estel_linux powered, solid as nothing I've seen...23:39
MrPinguI'm forced to stay with the one of my provider, which is unfortunately modem+router =(23:40
Estel_moddable - people are making helis, airplanes, rc cars and ehatsnot using it :P23:40
Estel_I see. I was in such situation, so I used modem and my router connected to it's router23:40
DocScrutinizerEstel_: I'd *really* *really* appreciate recaller fixed to not go apeshit when storage low. It simply never stops notification of "ongoing record"23:40
Estel_won't heko if their router crashes, though23:40
DocScrutinizeralso sometimes it actually forgets to stop recording at end of call23:40
DocScrutinizerresulting in GB of .wav23:41
Estel_DocScrutinizer,  beyond my skills, I'm just thinking about interesting some talented dev to look at it23:41
DocScrutinizerI almost did already, as it's so annoying23:41
DocScrutinizer*almost* :-P23:41
Estel_:P who You've bugged? or tried Yourself?23:42
MrPinguThe end of the summer we should get a direct fiber 120mb connection :) So then I start looking for a good router and it seems you already suggested me a nice one ;)23:42
Estel_MrPingu,  it's great one, although some might argue that it's old23:42
Estel_I mean, no n23:42
Estel_a/b/g23:42
Estel_no usb and such fancy stuff23:42
MrPinguah don't need usb, our printer as direct LAN ;)23:43
MrPingu*has23:43
Estel_although, there are more recent ones using same custom linuxes (Openwrt for max powa or tomato for ease and hassle-free usage)23:43
Estel_nice23:43
Estel_if You don't need wireless N, You won't ever need anything more than wrt54gl23:44
DocScrutinizerMrPingu: you _always_ can disable WLAN of such modem-router things23:44
MrPinguMy dad was sick of our inkjet, so one day he came home with an A3 laserprinter23:44
Estel_just be arefull with wrt54gs and wrt54g - some of them are as reliable, and some castrated, depends on serial number23:44
DocScrutinizerthen hook up decent AP to ethernet23:44
MrPinguWell it's actually the whole modem that crashes23:45
teotwaki_DocScrutinizer: if the wav recording is done properly, it should only use 8KB/s, or 29MB/hour.23:45
Estel_DocScrutinizer,  suggested same thing, although won't help if first ap crashes as whole23:45
MrPinguvery annoying, fif you are calling23:45
DocScrutinizerteotwaki_: fine23:45
Estel_teotwaki,  fine, but I like to use recaller for other things than calls recording too23:45
Estel_and, btw, it's not done right23:46
MrPinguEstel_ that's what I meant23:46
DocScrutinizerteotwaki_: after 4 days that's >1GB23:46
Estel_it's jjust plan waw without cutting frequency etc23:46
Estel_I want ogg for recording from fm radio23:46
teotwaki_DocScrutinizer: FYI, phone recording shouldn't, for most intents and purposes, be done at anything else than 8-bit 8kHz.23:46
DocScrutinizertell that an EE ;-P23:46
Estel_^agree, yet recaller doesn't "know" that23:46
DocScrutinizerthough actually for the 8bit I tend to disagree23:47
teotwaki_good point -- VoIP engineer reflexes.23:47
MrPinguAnyway hope to do that cleven, faircrack thingy to do very soon, and kill the useless questions in these threads forever :)23:47
Estel_^agree, yet recaller doesn't "know" that23:47
Estel_MrPingu,  good try, but it will raise even more questions23:47
*** Venusaur has joined #maemo23:48
DocScrutinizerEstel_: you recently installed an echo? ;-)23:48
Estel_noobs of facepalm level MORE would try to touch it as "seen on tv", because they haven't understood it without pictures23:48
Estel_DocScrutinizer,  :P23:48
Estel_MrPingu,  they will fa8l even with direct video, and start asking like23:49
Estel_"itsa doesn t u work me could u hlp?"23:49
teotwaki_faeightl?23:49
MrPinguYou might have a point...23:49
Estel_"itsa doesn t u work me could u hlp?"23:49
Estel_sry23:50
DocScrutinizeryay23:50
Estel_I mean that such videos is good thing to have talking seriously23:50
Estel_don't get discouraged23:50
Estel_I was half-serious, I mean I'm sure it will happen, but, it's not a reason to sop doing such video23:50
Estel_at least some people will benefit from it23:50
DocScrutinizer**VOTE!** http://bit.ly/JmchJM23:50
MohammadAGis that automated or what ^23:51
Estel_DocScrutinizer,  is flac working for You in recaller?23:51
DocScrutinizeryep, I'm completely automated23:51
DocScrutinizerEstel_: can't recall23:51
DocScrutinizerprolly not23:51
DocScrutinizerotherwise I guess I'd use it23:51
*** croppa has quit IRC23:51
Estel_muwt be just some issue with path where it expects flac23:52
* Estel_ will try to find that out23:52
MrPinguI was definitely to do a video, just for show off ;)23:52
Estel_DocScrutinizer is also living bash parser - yesterday he defined if script if ash or bash compliant for me + found invalid declaration inside23:53
MrPinguwifite2 works nicely on N900 too =)23:53
Estel_actually, karam recently ported some nice tools like mdk223:53
Estel_but, I'm always afraid to install things from him23:54
MrPinguMDK3 ^^23:54
Estel_in small part, because he is very, very *not* carefull, uploading stuff with broken dependencies and fixing it with 547855 updates23:54
Estel_(although at the end, it always works ok)23:54
MrPinguDo you want my compiled binary? :P23:55
Estel_and, in most part, I think that I'm always afraid he's going to revenge for all battery/speedpatch mocking23:55
Estel_by inserting some nasty thing insie package :P23:55
Estel_I know, silly23:55
MrPinguYeah but batterypatch crap is just uhm let's say crap23:55
Estel_but I don't have time to audit his sources line by line and most of his audience isn't capable of doing it either, for noobiness reasons23:55
Estel_BTW, disclaimer, my thoughts about inserting nasty things was just without reasons23:56
MrPinguI know the feeling, I am always a bit scared to install his "stuff" too23:56
Estel_he seems to be nice guy for all purposes other than *patch23:56
Estel_hehe, I see You understand23:56
Estel_and I want Your binary, of course :)23:57
MrPinguThat's why I still have my own compiled mdk3 binary instead of the one from the repos :P23:57
Estel_any fixes or regressions vs karam's one?23:57
Estel_hehe23:57
MrPinguI just grabbed the latest sources from mdk3 homepage and compiled it in SB23:57
Estel_and it works fine, I suppose?23:58
MrPinguYep :)23:58
Estel_it's usefull for routers with rate limiting vs wps reaver23:58
teotwaki_MohammadAG & DocScrutinizer: ever looked at this: http://www.iphase.com/products/product.cfm/PCI%20Express/44 ?23:58
Estel_if You detect rate limiting, you can wait or force router to reboo23:58
Estel_also, some liveboxes (sagem things) got permanent rate limiting23:59
Estel_persisting until next reboot23:59
MrPinguhaha yeah mdk3 is really stresstesting of AP :P23:59
teotwaki_Estel_: french?23:59
Estel_forcing them to do so by creating zillions of fake clients etc is only way then, unles You want o break pentesting and do impossible (for attacker) thing like pulling plug23:59

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!