IRC log of #maemo-ssu for Thursday, 2012-04-12

*** lizardo has quit IRC00:00
*** amiconn_ has joined #maemo-ssu00:05
*** amiconn has quit IRC00:05
*** amiconn_ is now known as amiconn00:05
*** Pali has quit IRC00:08
*** scoobertron has joined #maemo-ssu00:56
DocScrutinizerI found no simple way (yet?) to get udi for any volume01:10
DocScrutinizerotherwise I'd have hacked the hal-set-property call into that script as well01:10
DocScrutinizermy plan been along hal-device|awk01:10
DocScrutinizerugly01:11
*** scoobertron has quit IRC01:11
freemangordonhal-find-by-property --key=block.device --string=/dev/mmcblk0p101:11
DocScrutinizerduh :-D01:12
freemangordonhowever https://gitorious.org/community-ssu/ke-recv/commit/bee72d58a3b6ca4e66564a38fb22b0dd40dfa67501:12
freemangordon:)01:12
freemangordonno more mount/unmount ;)01:13
DocScrutinizer??01:13
freemangordonno more mount/unmount on rename01:13
freemangordoneverything looks fine with that patch01:14
freemangordontomorrow i will integrate your mmc-rename.sh but as Pali wrote, with fstype as a parameter01:16
freemangordonfor today, thats all folks :D01:17
DocScrutinizero/01:17
DocScrutinizer looks pretty fsckdup as well: /usr/sbin/mmc-mount01:25
DocScrutinizer#!/bin/sh\n mount -t vfat -o $3,noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir "$1" "$2" > /dev/null  W*T*F?!01:25
DocScrutinizeraaah I gather there's been a better alternative for this abomination on tmo already01:26
DocScrutinizerBWAHAHAHA!01:30
DocScrutinizerMar 15 20:47:31 IroN900 BME: start01:30
DocScrutinizerMar 15 20:47:31 IroN900 init: Unable to execute "/usr/sbin/NotMyNokia.sh" for notmynokia: No such file or directory01:30
DocScrutinizerMar 15 20:47:31 IroN900 init: notmynokia main process (746) terminated with status 25501:30
DocScrutinizerwtf hapened to notmynokia?01:31
*** scoobertron has joined #maemo-ssu01:34
*** scoobertron has quit IRC01:39
merlin1991DocScrutinizer: mmc-mount looks a lot different in current cssu02:14
merlin1991(it takes a fs type argument now02:14
DocScrutinizerhope so ;-D02:15
DocScrutinizerI'd love to move to a simple "#!/bin/sah\n/sbin/mount $1"02:16
DocScrutinizerwhich obviously implies there's a proper fstab, which in turn means we don'T want this file to get crappy autogenerated on boottime02:16
merlin1991hm why do you need a proper fstab for thatß02:24
merlin1991*?*02:24
DocScrutinizerfor a >> mount $foo <<?02:26
merlin1991yep02:26
DocScrutinizergtry it for sth that's not in your fstab02:26
merlin1991works jsut fine :D02:26
DocScrutinizernope02:26
merlin1991yes02:26
DocScrutinizerwhat is $foo?02:26
merlin1991/dev/sdc202:26
merlin1991which is not in fstab02:27
merlin1991and actually ntfs02:27
merlin1991hm silly me02:27
DocScrutinizerif $fo is "-o bla,blub -t xy /dev/x /mnt/y" then yes02:27
merlin1991hm it's moutn /dev/sdc2 /somepath02:27
DocScrutinizerthis *might* work02:27
merlin1991though we cannot redue mmc-mount to a simple fstab depending mount02:27
DocScrutinizerprolly not02:28
merlin1991since it is used for sd mounting aswell02:28
merlin1991(afaik)02:28
DocScrutinizerwell, a proper entry in fstab should deal with up to 8 partitons on uSD as well02:29
merlin1991and how are you going to handle all the different filesystems in fstab?02:30
DocScrutinizer-t auto02:30
* merlin1991 wonders in how many cases that would fail miserably with the stock kernel02:30
DocScrutinizerokok, maybe that's not exactly what we want02:30
DocScrutinizeras we maybe want noatime and whatnot else02:31
merlin1991http://www.youtube.com/watch?v=316AzLYfAzw <-- interesting way to advertise a tv channel02:38
merlin1991completely OT ofc :D02:38
*** Milhouse has quit IRC02:48
*** trbs has quit IRC02:50
*** Milhouse has joined #maemo-ssu02:52
*** M4rtinK has quit IRC03:17
*** javispedro has quit IRC03:23
*** arcean_ has quit IRC03:59
*** nox- has quit IRC04:07
*** infobot has quit IRC04:43
*** merlin1991 has quit IRC05:35
*** merlin1991 has joined #maemo-ssu05:35
*** amiconn has quit IRC05:45
*** amiconn_ has joined #maemo-ssu05:45
*** amiconn_ is now known as amiconn05:45
*** Pali has joined #maemo-ssu08:14
*** DocScrutinizer has quit IRC09:57
*** DocScrutinizer has joined #maemo-ssu09:57
*** dafox has joined #maemo-ssu10:27
*** psycho_oreos has joined #maemo-ssu10:44
*** freemangordon_ has joined #maemo-ssu10:50
freemangordon_Pali, i'd fixed ke-recv, check on gitorious11:01
Palifreemangordon, ok11:01
Palifreemangordon, did you updated also that mmc-rename?11:02
freemangordon_no11:02
freemangordon_didn't have time11:03
freemangordon_will try to do it today11:03
Paliok11:03
freemangordon_you could do it as well11:03
*** juzn900 has joined #maemo-ssu11:18
Palifreemangordon, ok I will do it11:29
Palifreemangordon, I see with mmc label (mmc->desired_label) big problem11:35
Palilabel is stored in mmc structure instead of volume11:35
Paliso this is problem why label is same for all partitions11:36
freemangordon_Pali, update your gnome-vfs from -devel repo ;-)11:36
Palican you give me apt line?11:37
freemangordon_do you have cssu-devel repo installed?11:38
Pali-devel no11:39
Palionly -stable and -testing11:40
freemangordon_well, enable it, you should have the new library on apt-get update/upgrade11:41
PaliI do not know apt line of -devel11:41
freemangordon_deb http://maemo.merlin1991.at/cssu/community-devel/ fremantle free non-free11:43
*** juzn900 has left #maemo-ssu11:57
*** arcean has joined #maemo-ssu12:25
*** MohammadAG has quit IRC12:36
*** MohammadAG has joined #maemo-ssu12:36
*** freemangordon_ has quit IRC12:54
Palifreemangordon, bug with dosfslabel: https://bugzilla.redhat.com/show_bug.cgi?id=46805013:11
povbotBug 468050: was not found.13:11
Paliit return exitcode 1 if all is successfull13:11
Palihere is patch which seems working for renaming: http://atrey.karlin.mff.cuni.cz/~pali/mmc-rename.patch13:12
Palibut first need to know how to fix problem with that dosfslabel13:13
*** lizardo has joined #maemo-ssu13:49
*** freemangordon_ has joined #maemo-ssu13:54
*** Pali has quit IRC14:24
*** Pali has joined #maemo-ssu14:25
s1gk1llHi all, dont know if this is the rigth place to ask but here it goes14:29
s1gk1llI'm using kpv5014:30
*** Pali has quit IRC14:30
s1gk1lland bq27x00_battery module14:30
s1gk1llI want to read the time left of battery14:30
s1gk1llbut the values of /sys/class/power_supply/bq27200-0/capacity14:30
s1gk1llgives me: cat: read error: No data available14:31
s1gk1llanyone with the same problem?14:31
*** arcean_ has joined #maemo-ssu14:34
*** arcean has quit IRC14:34
*** freemangordon_ has quit IRC14:54
*** M4rtinK has joined #maemo-ssu14:54
*** arcean_ is now known as arcean15:02
*** Pali has joined #maemo-ssu15:05
*** BCMM has joined #maemo-ssu15:18
*** BCMM has quit IRC15:18
*** BCMM has joined #maemo-ssu15:18
*** freemangordon_ has joined #maemo-ssu15:54
*** freemangordon_ has quit IRC15:59
*** BCMM has quit IRC15:59
*** freemangordon_ has joined #maemo-ssu16:00
Sicelos1gk1ll: i don't use that... have a look at script bq27200.sh16:05
Palifreemangordon, patch for ke-recv commited16:27
freemangordon_?16:27
freemangordon_mmc-rename?16:28
freemangordon_great, later on I will build it and will upload .debs in -devel repo. or you can do it too, afaik you have access to it16:30
freemangordon_Pali, why default to vfat?16:32
Palibecause in maemo can be scripts which could call that rename .sh script and default maemo support only vfat16:33
Paliproblem is still that dosfslabel return only exit code 116:33
freemangordon_aah, ok16:34
freemangordon_what is the problem?16:34
Palisee bug https://bugzilla.redhat.com/show_bug.cgi?id=46805016:34
povbotBug 468050: was not found.16:34
Paliwe need to update dosfstools package16:35
freemangordon_hmm, if i understand correctly, it returns 1 for both success and failure?16:37
Paliyes16:38
freemangordon_nice :-D16:38
Paliso I added exit 0 at the end of mmc-rename.sh16:38
freemangordon_and what about ext* ?16:39
PaliI did not tested it yet16:39
PaliI will try it now16:39
freemangordon_hmm, better test it before uploading to -devel16:40
Palitested, ext4 working fine :-)16:40
freemangordon_i have it enabled on my primary phone :-D16:41
freemangordon_i was talking about return value16:41
*** BCMM has joined #maemo-ssu16:41
freemangordon_i.e. if dosfslabel return 0 else return $?16:42
Palidosfslabel returing 1 if rename was successfull and also returning 1 if rename failed16:43
freemangordon_yeah, i got that, i was talking about ext* rename16:44
s1gk1llSicelo: the script gives me: Error: Could not set address to 0x55: Device or resource busy16:44
freemangordon_so, return hardcoded 0 in case of vfat else return rename program result16:45
freemangordon_you should stop bme afaik16:45
Palifreemangordon, better will be to update patched version of dosfslabel16:45
Paliseems that redhat fixed that problem16:45
freemangordon_pali, bug report is closed without fixed label16:46
freemangordon_anyway, right now e2label returns correct value? if yes, then use it16:47
freemangordon_hardcode that 0 only for vfat16:47
Palitested, e2label returing 0 for successfull renaming of my ext4 partition and 1 if failing (e.g. non root user)16:52
freemangordon_going to change it?16:52
PaliI will try to fix dos2fslabel16:52
PaliI will try to find correct patch16:53
freemangordon_pali, don't, lets fix more important stuff first :-(16:53
freemangordon_btw we can workaround the issue by comparing the labels before and after16:54
freemangordon_using blkid16:54
Paliseems here is patch: https://bugzilla.redhat.com/show_bug.cgi?id=69366216:55
povbotBug 693662: was not found.16:55
freemangordon_pali, better workaround it in the script16:58
Sicelos1gk1ll: i think we must take this to #maemo. anyway, i would consider unloading bq... module16:59
s1gk1llSicelo: yes, without the bq module the script works fine. Thought the script only work with bq module17:02
s1gk1llgonna take a better look one this17:02
s1gk1llthanks Sicelo17:02
freemangordon_really, better switch to #maemo17:03
*** dafox__ has joined #maemo-ssu17:05
*** CepiPerez has joined #maemo-ssu17:09
*** Pali has quit IRC17:13
*** Pali has joined #maemo-ssu17:16
Paliok, patch not working... I think the hack with exit 0 is ok17:17
freemangordon_:-D ok, why not try a proposed workaround?17:18
freemangordon_s/a/the/17:18
*** dafox has quit IRC17:20
*** Pali has quit IRC17:22
DocScrutinizerhey, you're cheating! a) the "patch" you pointed to above is not fixing any "returns 1" problem, and b) it is needed for the suggested "use $3 for FSTYPE"17:24
DocScrutinizersince I very much would suggest and like to stay as compatible to stock as possible, not only in complete systems but also for subsystem APIs if any possible, I strongly suggest you use my mmc-rename.sh concept instead17:25
DocScrutinizerusing blkid to find out about the fs type17:26
*** freemangordon_ has quit IRC17:29
DocScrutinizerit's really no big thing to add a exit 0 after the dosfslabel call17:31
*** freemangordon_ has joined #maemo-ssu17:33
DocScrutinizerdone17:33
DocScrutinizerhttp://maemo.cloud-7.de/maemo5/usr/sbin/mmc-rename.sh17:37
DocScrutinizerbtw has anybody tested if mmc-rename.sh is actually getting used for renaming "strange" partitions?17:41
*** freemangordon_ has quit IRC17:55
merlin1991bah everyone timing out17:59
freemangordonno, its my n90017:59
freemangordonand i was driving17:59
*** CepiPerez has quit IRC18:09
*** infobot has joined #maemo-ssu18:09
*** ChanServ sets mode: +v infobot18:09
*** CepiPerez has joined #maemo-ssu18:11
*** CepiPerez has quit IRC18:12
freemangordonDocScrutinizer, dosfslabel doe not work :D18:18
freemangordons/do/does/18:18
infobotfreemangordon meant: DocScrutinizer, doessfslabel doe not work :D18:18
freemangordons/doessfslabel doe/dosfslabel does/18:19
freemangordonwhatever, but vfat label remains the same18:19
DocScrutinizerhmm18:19
freemangordonyep, i've checked it by using blkid -c /dev/null ;)18:19
DocScrutinizerI'd rather check it by strace dosfslable18:20
freemangordonseems like mtools are used by purpose18:20
DocScrutinizerafter all that's a real bug then, and I'd wonder how dosfslabel made it on fremantle stock18:21
DocScrutinizermtools are severely fscked18:21
DocScrutinizerby design18:21
freemangordonDocScrutinizer, can you do that (to check with strace)18:21
freemangordonwel,, could be, but at least mlabel works18:22
freemangordonit might be that dosfslabel does not work on mounted volume18:22
DocScrutinizerwhile I don't think we can fix mtools design madness, we still can fix a bug in a part of stock fremantle, which dosfslabel obviously is then18:22
DocScrutinizernothing should work on mounted volumes, it's BAD[TM]18:23
DocScrutinizerand using mtools means exploiting one bug (mtools) to make another bug (ke-recv and how label change is done) work18:24
DocScrutinizerif your assumtion is correct18:24
*** M4rtinK has quit IRC18:26
DocScrutinizerwe should fix ke-recv label change sequence&method to make it work with "perfectly sane" dosfslabel, then18:26
DocScrutinizerI guess checking if "<freemangordon> it might be that dosfslabel does not work on mounted volume" is correct is just simple enough, uh?18:27
DocScrutinizernota bene mtools friggin config file doesn't work either, for anything but a one-partitons vfat uSD and a standard partitioned eMMC, so using it is no option at all18:29
DocScrutinizerwithout fixing that either18:29
DocScrutinizerso I'd prefer to "fix" whatever sane-by-design stuff rather than mtools18:29
freemangordonDocScrutinizer, mtools18:33
freemangordonmtools mmc-rename works pretty well for my 3 partitions sdcard18:34
freemangordonhowever, iw will try to unmount vfat partition to check if dosfslabel works18:35
DocScrutinizeroooh c'mon18:35
DocScrutinizerdrive a: file="/dev/mmcblk0"18:35
DocScrutinizerdrive b: file="/dev/mmcblk0p1"18:35
DocScrutinizerdrive c: file="/dev/mmcblk0p3"18:35
freemangordonI know :)18:35
freemangordonyep, partition should be unmounted18:36
DocScrutinizerbest you can get from mtools is it fails on mmcblkNp218:36
DocScrutinizerworst, it renames a ext3 partition or another partition18:37
freemangordonuh, no, dosfslable does not rename even unmounted volume :(18:37
DocScrutinizerand drive a: WTF - super floppy?!18:37
freemangordonWTF? dosfslabel reports new label, while blkid reports old ?!?18:39
DocScrutinizerhow about that: ;-P we install and invoke cfdisk in mmc-rename.sh, as it's obviously a way to complex and risky task for HFM to relabel partitions18:40
DocScrutinizer we install and, in mmc-rename.sh, invoke cfdisk18:41
DocScrutinizernot that I ever really used HFM for anything, but I swear I'd never trust it on formatting and labeling partitions, and for all I know all this also never really worked decently18:44
freemangordonhmm, seems dosfslabel caches too18:44
DocScrutinizerfigure: you inserted a uSD with 3 ext3 partitions, friggin HFM detects it as superfloppy. Relabel it -> SCREWED18:45
freemangordonno way, it is ke-recv who detects drive layout based on what HAL knows18:45
DocScrutinizerwhatever it is, it's brainfsckd18:46
DocScrutinizeralways been18:46
DocScrutinizerI'd not trust it, nor bother to fix it after Nokia and 2 years field didn't18:46
DocScrutinizerthe idea to invoke a proper tool whenever mmc-(format|rename).sh gets called, has some special charme and is tempting18:47
freemangordonWTF? https://bugzilla.redhat.com/show_bug.cgi?id=50322818:48
povbotBug 503228: was not found.18:48
DocScrutinizerquote plrease18:48
freemangordonBug 503228 - dosfslabel does not set volume label in the right place18:48
povbotBug https://bugs.maemo.org/503228 was not found.18:48
freemangordonpovbot, shut up18:49
povbotfreemangordon: Error: "shut" is not a valid command.18:49
freemangordonFixed in dosfstools-3.0.9-2.fc14 in rawhide.18:49
DocScrutinizerIroN900:~# dosfslabel --version18:50
DocScrutinizerdosfslabel 2.11, 12 Mar 2005, FAT32, LFN18:50
DocScrutinizerBWAHAHAHA18:50
freemangordonnice :D18:50
*** Pali has joined #maemo-ssu18:50
DocScrutinizerticket: get recent, supposedly bugfixed, dosfslabel version18:51
freemangordonPali, after all it seems we should upgarde dosfstools :)18:51
DocScrutinizermaximum in line with CSSU idea18:51
freemangordonlemme check which version is in ubuntu 10.0418:52
freemangordondosfslabel 3.0.7, 24 Dec 2009, FAT32, LFN18:52
DocScrutinizerdang, this thing must origin back to maemo0.818:53
DocScrutinizerand never seen an update since18:53
DocScrutinizerno friggin dosfslabel on my box XP18:54
freemangordonhttp://harmattan-dev.nokia.com/pool/harmattan/free/d/dosfstools/18:55
freemangordonHAHAHAHA18:55
freemangordonnice. ain't18:55
DocScrutinizerdang, cfdisk only shows labels, doesn't edit them18:57
DocScrutinizer*COUGH* do less /etc/mtools.conf on your desktop18:59
freemangordondpkg-deb: building package `dosfstools' in `../dosfstools_3.0.7-1_armel.deb'.19:00
freemangordonlets try it on my devel device19:00
DocScrutinizerfriggin shit, there has to be a sane way at par with mkfs.vfat and tune2fs, to *change* labels on vfat19:00
DocScrutinizeruse dd? >;-P19:01
freemangordonyeah19:01
freemangordonwhy not hex editor :D19:01
DocScrutinizersure19:02
DocScrutinizersed shall do that19:02
DocScrutinizersince sed is supposed to work on *any* source19:02
DocScrutinizereven source that consists of 256k/"line"19:03
DocScrutinizersome unique property it shares only with vi afaik19:03
DocScrutinizerand a proper dd (ot the crippled messybox crap) is supposed to cut an arbitrary block of arbitrary length and pos out of any source, and insert it to another destination19:06
DocScrutinizerbut - as said befor...19:06
DocScrutinizerfriggin shit, there has to be a sane way at par with mkfs.vfat and tune2fs, to *change* labels on vfat19:07
DocScrutinizerit can't be that mtools is the supposed and recommended way to deal with uSD on desktop linux these days19:07
DocScrutinizermkfs.vfat knows how to set labels. Alas it can't do that without same time formatting the whole partition19:09
DocScrutinizerI'd rather strip down mkfs.vfat to only handle and write label, rather than bother with friggin mtools with its mindboggling prone-to-fail /etc/mtools.conf19:10
DocScrutinizeragain, get a laugh, do 'less /etc/mtools.conf' on your desktop PC!19:11
DocScrutinizerteaser:19:11
DocScrutinizer#dosemu hdimage19:11
DocScrutinizerdrive n: file="/var/lib/dosemu/hdimage.first" MTOOLS_SKIP_CHECK=1 MTOOLS_LOWER_CASE=1 MTOOLS_NO_VFAT=1 partition=1 offset=12819:11
DocScrutinizerSUUUURE, I know I need driveletter (WAAAAH!!!) n: to access dosemu image19:12
freemangordonDocScrutinizer, take it easy, I was able to build dosfstools from ubuntu 11.10, going to test them now19:13
DocScrutinizeryo da man!19:14
DocScrutinizer<319:14
DocScrutinizerI might ask my friend werner almesberger, author of fsck.vfat, what's the contemporary tool to mess with dos partitions' properties19:17
Palimaemo gitorious sources: https://maemo.gitorious.org/maemo-af/dosfstools19:18
freemangordonPali, it is of no use, i've just compiled ubuntu upstream, so far seems ok19:19
freemangordon11.1019:19
freemangordoncompiled as in made a .deb19:19
freemangordondosfstools_3.0.12-1ubuntu1_armel.deb19:19
freemangordongive me some 10 minutes to upgrade my devel device to lates cssu and to test it19:20
freemangordonbtw in the meantime you can ask merlin1991 how the hell would that package be called for inclusion in CSSU19:20
DocScrutinizerLOL19:23
freemangordondosfstools_3.0.12-1ubuntu1+0cssu0 ?19:23
DocScrutinizerprolly19:25
freemangordonmerlin1991 ^^^19:25
DocScrutinizertbh I don't give a flies' shit19:25
merlin1991freemangordon: why use the ubuntu source as base?19:26
merlin1991if you're upgrading the package why don't we simply go upstream?19:26
freemangordonbecause we're debian19:26
*** M4rtinK has joined #maemo-ssu19:26
merlin1991and?19:26
freemangordoni don't want to bother debianizing it19:26
DocScrutinizer[2012-04-12 17:50:14] <DocScrutinizer> IroN900:~# dosfslabel --version19:26
DocScrutinizer[2012-04-12 17:50:14] <DocScrutinizer> dosfslabel 2.11, 12 Mar 2005, FAT32, LFN19:26
DocScrutinizer[2012-04-12 17:50:27] <DocScrutinizer> BWAHAHAHA19:26
DocScrutinizer[19:26
merlin1991afaik it's upstream -> debian -> ubntu19:26
merlin1991and where in upstream -> debian -> maemo19:26
merlin1991so either pick from debian or upstream :D19:26
DocScrutinizeruh, nm19:27
freemangordonso? which package to use then, point me to the right source19:27
merlin1991freemangordon: that's something you've got maintainers for ;)19:27
freemangordonsure, tell me which package to use19:28
merlin1991I'd prefer to use the upstream source19:30
freemangordonwhy? are you sure it is bugfree?19:31
merlin1991upstream surely has  a "stable" releaase19:31
merlin1991arf typos ftw19:31
freemangordonwell, i told you , tpoint me to the source code i should use and i will package it19:32
merlin1991http://www.daniel-baumann.ch/software/dosfstools/19:32
freemangordonok, renaming with ubuntu dosfstools works19:33
freemangordonlets try upstream19:33
freemangordonhmm, upstream version is 3.0.1219:34
freemangordonthe same as in ubuntu19:34
freemangordonmerlin1991, actually ubuntu 11.10 contains a patch which is not upstream :P19:39
freemangordonhttps://bugs.launchpad.net/ubuntu/+source/dosfstools/+bug/79494319:39
merlin1991:/19:40
freemangordonor it is upstream, let me clone the upstream repo and check19:41
freemangordonno, it is not, the last upstream commit is on 07.06.201119:44
freemangordonmerlin1991 ^^^19:46
freemangordonnow again, which version?19:46
merlin1991hm19:46
merlin1991technically we should pick upstream and apply the patch ourselves19:47
freemangordonubuntu package does exactly that19:47
freemangordonit has upstream tar.gz and a diff file19:47
freemangordondiff.gz19:47
merlin1991well I bet fedore does it aswell19:48
merlin1991*fedora*19:48
freemangordondid you look at the bug report?19:49
freemangordonthe patch is backported from fedora19:49
freemangordonwell, "backported"19:49
merlin1991:D19:49
freemangordonmerlin1991, waiting for your decision19:50
merlin1991I'd grab upstream and add the patch on top in our "own" packaging19:51
merlin1991but if you want to have it done now take the ubuntu sources19:51
freemangordonbut of course, ubuntu packaging does not work in SB19:51
merlin1991well then we have to package it anyway :D19:52
merlin1991--> upstream + patch :D19:52
freemangordonwhich i've already done, but using ubuntu's changelog19:52
freemangordonand rules and control from maemo dosfstools19:52
merlin1991then just make a frech changelog :D19:52
freemangordonEURECA19:53
merlin1991with 2 entries, one for the upstream release and one for the applied patch19:53
freemangordonok19:53
freemangordonmerlin1991, you could create dosfstools in CSSU19:54
freemangordonin the meantime19:54
merlin1991bah forgot my pw :/19:55
merlin1991or rather I'm not sure which one applies :D19:56
merlin1991oh ffs I hate windows19:57
freemangordonmerlin1991, i will keep debian/changelog, will just edit the last entry to be 3.0.12+0cssu019:57
merlin1991can't even mount my other drive and check my encrypted pass file due to ntfs security19:58
merlin1991fooooooo19:58
merlin1991err fuuuuuuuuuuuu ofc :D19:58
freemangordonwow, thats GPL319:58
freemangordonany problem with that?19:58
merlin1991is the package gpl3 or only the ubuntu packaging ?19:59
freemangordonupstream is GPL319:59
merlin1991well we don't violate it so we can use it20:00
freemangordon:D20:00
merlin1991though I personally disike gpl320:00
merlin1991btw how's the package called in the control file?20:00
merlin1991(the source package)20:00
freemangordonwhich one? maemo or ubuntu20:00
merlin1991maemo20:01
freemangordonsource: dosfstools20:01
DocScrutinizeryou guys are awesome20:01
freemangordonpackage: dosfstools20:01
freemangordonpackage: dosfstools-dbg20:01
merlin1991https://gitorious.org/community-ssu/dosfstools20:01
merlin1991DocScrutinizer: how come?20:01
freemangordongreat20:02
DocScrutinizerjust saying. I love the way things prgressed in last 3h20:02
freemangordonhmm. after all I will purge the control file20:02
freemangordonoops, not control file20:02
freemangordonchangelog file20:02
merlin1991DocScrutinizer: I'm still not sure if you're beeing sarcastic there :D20:02
DocScrutinizermot at all20:02
DocScrutinizernot*20:02
merlin1991arf why is being hardwired to beeing in my brain :/20:03
*** psycho_oreos has quit IRC20:08
*** Pali has quit IRC20:28
freemangordonmerlin1991, CSSU package names should use -Xcssu-Y, not +Xcssu-Y otherwise dpkg-buildpackage does not produce .diff.tar.gz file20:29
freemangordons/-Xcssu-Y, not +Xcssu-Y/-XcssuY, not +XcssuY/20:30
infobotfreemangordon meant: merlin1991, CSSU package names should use -XcssuY, not +XcssuY otherwise dpkg-buildpackage does not produce .diff.tar.gz file20:30
merlin1991freemangordon: 90% of our packages are "native" anyway so we don't get diff.tar.gz for them in any case20:30
freemangordonwell dosfstool is from the remaining 10%20:30
merlin1991yea sure20:30
merlin1991tbh I'm not sure if we should adopt a -x naming scheme20:32
merlin1991nokia deliberatly broke it by adding +0m5 to all packageas20:32
merlin1991s/packageas/packages/20:32
infobotmerlin1991 meant: nokia deliberatly broke it by adding +0m5 to all packages20:32
freemangordondosfstools_3.0.12-0cssu0 pushed on gitorious and uploaded in -devel repo :P20:39
freemangordonmerlin1991 ^^^20:40
freemangordondaamn20:45
freemangordondpkg - warning: downgrading dosfstools from 1:2.11maemo8-2+0m5 to 3.0.12-0cssu0.20:45
freemangordonmerlin1991, fix that for me please, i am not sure I can do it properly :(20:45
merlin1991that's easy20:45
merlin1991add the epoch to the front of the version20:46
merlin1991--> 1:3.0.12-0cssu020:46
freemangordonFUUUK, seems this dosfslabel has bugs too21:01
freemangordonit does not update root directory label, only bootsector :(21:01
merlin1991dang 5 hours of straigt coding and I'm tired as if im awake for 24 hours21:24
*** NIN101 has joined #maemo-ssu21:37
*** BCMM has quit IRC21:59
DocScrutinizerfreemangordon: I'd think such essential fuckups wouldn't go unnoticed for a pkg like dosfslabel?22:40
DocScrutinizeranyway javispedro pointed to mlabel -i <phy-dev-name> or sth, that allegedly doesn't need this friggin mtools.conf22:41
DocScrutinizerlemme check if our mlabel even knows this option22:41
DocScrutinizermeh, of course not22:45
DocScrutinizer>>The drive letter : (colon) has a special meaning. It is used to access image files which are directly specified on the command line using the `-i' options.22:46
DocScrutinizer>>mcopy -i my-image-file.bin ::file1 ::file222:46
DocScrutinizer>>You can also supply an offset within the image file by including `@@'OFFSET into the file name22:46
DocScrutinizer>>mcopy -i my-image-file.bin@@1M ::file1 ::file222:46
* DocScrutinizer pukes a little22:47
DocScrutinizer>> The syntax described herein is new for version `mtools-3.0'. The old line-oriented syntax is still supported. Each line beginning with a single letter is considered to be a drive description using the old syntax. Old style and new style drive sections may be mixed within the same configuration file, in order to make upgrading easier. Support for the old syntax will be phased out eventually, and in order to discourage its use, I22:54
DocScrutinizerpurposefully omit its description here22:55
DocScrutinizerHAHA, KTHNXBY22:55
*** tadzik has joined #maemo-ssu22:56
tadzikhello there22:56
tadzikis there a way to install cssu from command-line somehow? My patience is nothing compared to glacial slowness of the package manager, and I don't believe it works at all22:58
tadzikokay, I guess nagging you guys on IRC did help it a bit :)23:00
Siceloit is recommended to always use the package manager23:00
tadzikI see23:00
*** int_ua has joined #maemo-ssu23:01
trumeeMohammadAG: ping23:01
DocScrutinizerthere's for sure a way, but it's not documented and thus not supported23:01
int_uaanyone with uSD present?23:01
tadzikright23:01
DocScrutinizerint_ua: ol23:02
tadzikhtop seems to be convinced that something is working23:02
int_uaI have a reproducible crash of dbus-vfs-daemon23:02
DocScrutinizertadzik: what's wrong?23:02
DocScrutinizerint_ua: talk to freemangordon / pali23:03
DocScrutinizeriirc they messed with this system a lot last few days23:03
int_uaDocScrutinizer: $ sudo umount /dev/mmcblk1p1 ; sudo mount -o ro /dev/mmcblk1p1 /media/mmс123:03
tadzikDocScrutinizer: I hope nothing, it's just that the app manager seems to do nothing at all23:03
tadzik. o O ( maybe it just finished )23:04
DocScrutinizermaybe :-D23:04
tadzikwas it supposed to install just one app?23:04
DocScrutinizeryep23:04
tadzikI saw apt-get process working after that so I thought it's still doing something23:04
DocScrutinizersee instructions please23:04
tadzikokay, there's Community SSU in the menu23:05
DocScrutinizerclick it23:05
tadzikI'm looking at them, but they only say "Once this is completed"23:05
tadzikand it also told about "lots of popups", so I waited :)23:05
tadzikokay, it's working visibly now :)23:05
tadzikthanks for a hand23:05
DocScrutinizertadzik: you need to read instruction like it was a chronological sequence of events23:06
DocScrutinizer;-P23:06
tadzikyeah, I understand it well :)23:06
tadzikI just have, well, mixed feeling about the application manager23:06
DocScrutinizerwe all have23:06
tadzikI can imagine23:07
DocScrutinizerthere are reasons we use it nevertheless23:07
tadzikright23:07
DocScrutinizerand on the bright side CSSU comes with a somewhat fixed version23:07
tadzikyay23:07
tadzikI've been using the Faster Application Manager for a while now23:07
DocScrutinizerot that this would make the pile of sh* any more bearable ;-)23:07
tadzik:>23:08
DocScrutinizernot*23:08
int_uas/dbus-vfs/gnome-vfs/23:08
DocScrutinizerint_ua: yeah23:08
DocScrutinizerint_ua: iirc freemangordon yesterday claimed he has a bugfixed version23:09
DocScrutinizerfreemangordon: that's why I'm reluctant to look into your issue23:09
DocScrutinizers/freemangordon/int_ua/23:09
infobotDocScrutinizer meant: int_ua: that's why I'm reluctant to look into your issue23:09
int_uashould I add a new post on the forum? I'm running out of battery, half an hour to a place with charger :)23:10
DocScrutinizerI guess you should wait for freemangordon23:10
DocScrutinizerooh short on battery - well, a post on tmo will do, or just paste details here, freemangordon will see them in backscroll23:11
int_uaok, I'm leaving now, please tell him "$ sudo umount /dev/mmcblk1p1 ; sudo mount -o ro /dev/mmcblk1p1 /media/mmс1"23:12
DocScrutinizeryou did ;)23:12
*** int_ua has quit IRC23:12
DocScrutinizerfreemangordon: ^^^23:12
DocScrutinizerpali: (just in case)23:13
DocScrutinizer^^^23:13
DocScrutinizer[2012-04-12 10:36:41] <freemangordon_> Pali, update your gnome-vfs from -devel repo ;-)23:13
DocScrutinizer[2012-04-10 19:42:22] <freemangordon> Raimu, here http://maemo.merlin1991.at/cssu/community-devel/23:14
DocScrutinizer[2012-04-10 19:42:42] <freemangordon> there is .install file to be opened directly from your n90023:14
DocScrutinizer[2012-04-10 19:42:49] <Raimu> freemangordon: Ahah, I got it from here - now what's the file I'm to update?23:14
DocScrutinizer[2012-04-10 19:43:36] <freemangordon> osso-gnome-vfs, but you need 2 .debs, better use HAM to upgrade23:14
DocScrutinizerdang, his battery already dead?23:15
tadzikcssu onboard \o/23:18
DocScrutinizercongrats23:18
DocScrutinizerT or S?23:19
DocScrutinizertadzik: ^^^23:19
tadzikS23:19
DocScrutinizer:-)23:19
tadzikI'm not that adventurous, Yet23:20
DocScrutinizerS is just fine23:20
*** Sc0rpius has quit IRC23:20
tadzikhuh. In the new Modest, tree view doesn't mean threaded emails?23:22
merlin1991it means tree view for the account / folders structure23:23
tadzikhmm, shame. Maybe I could find some tuits to hack on this23:24
*** int_ua has joined #maemo-ssu23:34
int_uaDocScrutinizer: did I miss something about gnome-vfs-maemon?23:35
DocScrutinizeryup23:35
DocScrutinizer[2012-04-10 19:42:22] <freemangordon> Raimu, here http://maemo.merlin1991.at/cssu/community-devel/23:35
DocScrutinizer[2012-04-10 19:42:42] <freemangordon> there is .install file to be opened directly from your n90023:35
DocScrutinizer[2012-04-10 19:42:49] <Raimu> freemangordon: Ahah, I got it from here - now what's the file I'm to update?23:35
DocScrutinizer[2012-04-10 19:43:36] <freemangordon> osso-gnome-vfs, but you need 2 .debs, better use HAM to upgrade23:35
merlin1991DocScrutinizer: you can scratch the ham line23:36
RaimuBling!23:36
DocScrutinizermerlin1991: ??23:36
merlin1991ham is not going to notice the upgrade since there is no metapackage23:36
DocScrutinizermerlin1991: you lost me23:37
merlin1991osso-gnome-vfs is in the libs section, so ham does not show any upgrades for it unless you bump the requires version in the metapackage23:37
merlin1991ofc there's always red pill mode23:38
DocScrutinizererr, where did I use HAM and gnome-vfs in same post?23:38
merlin1991<DocScrutinizer> [2012-04-10 19:43:36] <freemangordon> osso-gnome-vfs, but you need 2 .debs, better use HAM to upgrade23:38
DocScrutinizermeh23:38
DocScrutinizertbh I didn't even read in detail what I posted ;-P23:39
DocScrutinizermerlin1991: maybe you can provide better guide for int_ua23:40
DocScrutinizerand comment on his "bugreport"23:40
int_uadid freemangordon mean HAM over FAM or HAM over CLI?23:43
merlin1991ham over fam23:44
DocScrutinizerhe didn't mean anything with that line, as it was outright incorrect, as merlin1991 explained one post up23:44
merlin1991cli is still better than fam23:44
*** Sc0rpius has joined #maemo-ssu23:44
DocScrutinizerint_ua: maybe you should read chanlog23:45
int_uawell, I'm not ready to use devel version, I just wanted to make sure this bug is a known one...23:46
DocScrutinizerI'm not sure what freemangordon did, and if it's related to your bug, or whether it's wise at all when you update to that devel osso-gnome-vfs23:47
DocScrutinizer:-D23:47
DocScrutinizer[2012-04-12 22:11:59] <int_ua> ok, I'm leaving now, please tell him "$ sudo umount /dev/mmcblk1p1 ; sudo mount -o ro /dev/mmcblk1p1 /media/mmс1"23:48
DocScrutinizerint_ua: what'S the fs of that partition?23:48
tadzikis it possible that extras-devel conflicts with the community repo in some way?23:48
int_uafreemangordon: is it the same crash you've fixed?23:48
merlin1991tadzik: afaik there are no conflicts23:49
int_uaDocScrutinizer: fat23:49
tadzikdd23:49
tadzik* odd23:49
DocScrutinizerthere shouldn't be any ;-D23:50
int_uamerlin1991: but theoretically it's possible, right?23:50
merlin1991int_ua: theoretically even the ssu repo extras and the ovi repo can have conflicts23:50
int_uatadzik: what are the conflicts you are talking about?23:51
tadzikint_ua: I get them during apt-get update. "Expected fremantle-1.3, got " (nothing after got)23:51
DocScrutinizerduh, that's some very special issue23:51
DocScrutinizeralas I forgot what's causing it23:52
merlin1991tadzik: that's easy :D23:52
tadzikgo on :)23:52
merlin1991it's probably your extras-devel entry23:52
tadzikaye23:52
tadzikcommenting it out fixes the issue23:52
merlin1991replace the distribution to fremantle23:52
tadzikthing is, I put it there for a reason :)23:52
tadzikoh, I'll try that23:53
DocScrutinizerrrright23:53
merlin1991fremantle-1.3 is a symlink back to fremantle23:53
merlin1991DocScrutinizer: extras devel has 3 dists which are all symlinked to 123:53
DocScrutinizeryeah, I know23:53
tadzikoh, camera-ui is not in stable?23:54
DocScrutinizernope23:54
DocScrutinizerit's not stable after all23:54
tadzikyeah, go ahead, tempt me more ;)23:55
int_uamerlin1991: and what about extras? Is fremantle-1.3 a symlink there?23:55
DocScrutinizerplus you should be able to install it as a normal app as well23:55
tadzikis there a way to turn of this autostarting camera-ui after opening the lens cover in stable?23:55
tadzikmerlin1991: everything works now, thank you!23:55
merlin1991int_ua: at least fremantle and fremanlte-1.2 are distinct in extras23:55
merlin1991but I don't know if fremantle-1.2 points to 1.3 or the other way around23:56
int_uamerlin1991: should I add fremantle if I have fremantle-1.3 entry?23:56
merlin1991you'll want 1.3 in exrras23:56
int_uamerlin1991: ok, thanks :)23:57
*** lizardo has quit IRC23:57
DocScrutinizerbasically for extras Nokia maintains a repo for 1.2, but they don't for -testing and -devel, as both are supposed to be "bleeding edge"23:58
DocScrutinizerso for pr1.3 you should have plain fremantle in all your catalog defs AIUI23:59
*** nox- has joined #maemo-ssu23:59
DocScrutinizerwhile for pr1.2 you may want femantle-1.2 for extras, and probably not use -testing and -devel23:59

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