libera/#maemo-leste/ Friday, 2021-09-24

konagot a fresh 32gb sd for my pinephone (was previously using 8gb), imaged it with leste, managed to hose my leste install with one command.02:01
konasudo apt update02:01
konabecause i forgot to /etc/expandcard.sh first :)02:02
freemangordonWizzup: GTKHTML_3_91_4_1 doesn't seem to work, graphics are not visible i07:33
freemangordon*in test html editor application07:33
freemangordonwill try older version07:33
freemangordonhmm, 3.32 doesnt work too, smae issue08:05
freemangordonweird08:05
freemangordonok, seems we'll have to use fremantle one, upstream doesn't load images and I don;t want to waste more time debugging it09:01
Wizzupfreemangordon: check11:03
Wizzupthanks for trying11:03
Wizzupkona: hm how does that hose it?11:04
Wizzupleste.maemo.org will switch IPs in the next few days, there might be a bit of downtime11:45
Wizzupmy ISP is cancelling the subnets at home that they offer, so I have to temporarily tunnel the traffic over wireguard to a new server I just got11:45
WizzupI'll also be switching ISP because of this11:45
bencohoh11:56
perehi.  is maemo leste working on any systems with omap5?14:05
WizzupI don't think we have any omap5 devices, do you?14:08
konaWizzup: if one doesn't run expandcard.sh before apt upgrade, filesystem fills up during package install. Sometimes recoverable,  but in this instance the ui wouldn't startand it was easier to just reimage15:34
Wizzupkona: wonder if we should make the default fs a bit larger then15:35
Wizzupcc parazyd15:35
uvosthis is an apt bug if it happens15:35
uvosthe package manager is supposed to check disk space before it starts15:36
uvospere: want to use it on a pyra? bearly any other omap5 deivces exist and no consumer ones afaik.15:37
parazydWizzup: No need to make it bigger15:49
parazydWizzup: We keep it to a 2GB maximum, it's enough15:49
parazydWizzup: Only if we decide to install more Maemo software by default should it grow.15:49
parazydAnd yeah, apt doesn't check this. You can delete the debs in /var/cache/apt15:50
Wizzupparazyd: so kona reported fresh install + apt update + apt upgrade breaking the device15:53
Wizzupparazyd: that sounds like the core is too large15:53
parazydNo, it's because apt downloads the new debs15:53
parazydThey don't get installed on the fly15:53
konaAh wait15:54
parazydFirst downloaded, and then unpacked when everything is there.15:54
Wizzupis the end result different for users?15:54
konaWait.15:54
konaLet me amend my report15:54
parazydWe should just expand the card on first boot15:54
konaapt update && apt upgrade15:54
konaFills the default image15:55
konaSorry for the confusion,  I hadn't had my coffee yet15:56
konaOh.  Nevermind, you said that already.15:56
uvosapt might download debs untill the disk is full16:01
uvosbut it def should not start the upgrade unless it can compleat16:01
uvosand leave the system in a half upgraded state when it subsiquently fails16:01
uvosnow if thats not whats happening and instead the disk is simply full and that alone breaks the system to the point you cant clear apt cache then there is a problem somewhere else16:02
uvoswith something critical failing becuse it cant write a state file or something16:03
uvoswich is also a bug16:03
uvosanyhow booting into the recovery shell should allow you to clear the chache even if such a failure occures16:04
uvosbut i gues rn there is no way to change the runlevel at boot on devices other than the mapphones16:05
freemangordonfremantle gtkhtml works, going to package it16:27
Wizzupneat16:28
konaUvos: I can't be certain what state the upgrade left my device in.  Ui and buttons were unresponsive for about 5 minutes,  so I restarted it by holding power button for 10s16:38
uvoswhat makes you think diskspace was the issue here?16:38
konaIt came up showing only a clock in portrait orientation at upper left, no decorations,  no wallpaper, and tapping screen was unresponsive.  I tried again, and could not get control of the system.  Mounting on my laptop showed filesystem 92.x% full16:40
uvosthat dosent point towards diskspace being the issue16:40
uvosif there a 0 blocks availbe ok then hildon might fail to start because it wants to write a state file or something16:41
uvosthat sounds more like the upgrade was in progress (as in in the install phase, not downloading debs) and failed before configureing all packages/ installing all files16:42
konaI'm rather assuming it's a disk full issue because it happened twice (100%) of times I have flashed Maemo for pine64, and it didn't happen twice (100%) when I ran expandcard.sh before the upgrade.16:42
konaCould be16:42
konaI only have 4 data points16:42
kona2 failed without expandcard.sh, and two succeeded after expandcard.sh16:43
uvosi get that16:43
konaIt's not a great sample size and I didn't spend a lot of time diagnosing because it felt like pebkac16:43
uvosno it looks like a bug to me16:43
uvosnot pebkac16:43
konaOk :)16:45
freemangordonparazyd: does builder support building using .orig.tar.gz files?16:47
Wizzupinstead of?16:48
freemangordonfull source tree16:48
parazydhmm not quite16:49
parazydCan you give me a usecase?16:49
parazydIt's possible to have an empty repo with a debian dir and download files.16:50
freemangordonfor gtkhtml3 we have orig.tar.gz + debian (which has patches subdir)16:50
uvosno point in keeping upstream and packaging files seperate for gtkhtml16:50
uvossince there is no upstream16:51
uvosbut for other pacakges (ie those in upstream forks) this arrangement would be usefull...16:51
freemangordondrwxrwxrwx 8 user user    4096 Sep 24 17:44 gtkhtml3.14-3.24.416:51
freemangordon-rw-r--r-- 1 user user 2190845 Jun 14  2010 gtkhtml3.14_3.24.4.orig.tar.gz16:51
freemangordongtkhtml3.14-3.24.4 dir has debian subdir only16:51
parazydfreemangordon: When we ran into this, we just extracted the tarball into git and made a proper package out of it16:52
freemangordonyes, but debian policy says to keep the orig16:52
freemangordonAFAIK16:52
freemangordonbut ok, I'll extract tarball16:53
freemangordonparazyd: despite, how hard would be to support that? given that dpkg-buildpackage already supports it16:53
parazydjenkins-debian-glue doesn't support it afaik. A workaround is what I mentioned, it could be downloaded or the git repo could contain the tarball itself.16:54
freemangordonfor sure I can put the tarball in the repo, but what tarball? what should repo structure look like?16:56
parazydrepo/debian/16:57
parazydrepo/foo.orig.tar.gz16:57
parazydThen in debian/rules you'd have to unpack it16:57
freemangordonah, I see16:57
freemangordonthis is what Nokia did for gtkhtml3 back then :)16:58
freemangordonI was hoping we can do better ;)16:58
freemangordonok16:58
parazydNot really16:58
uvosthis is a bad idea since there is no upstream16:58
uvosjust make a real repo16:59
uvosso that others can pr it16:59
freemangordonsure there is upstream16:59
uvosits dead16:59
freemangordondoesn;t matter, we have a whole bunch of patches applied on top of orig source16:59
uvosjust apply them16:59
freemangordonno16:59
freemangordonthis is ugly16:59
uvosnot really16:59
freemangordonI'll keep debian/patches17:00
uvosthe reson for the patches is so that you keep the upstreem stuf seperate17:00
parazydWhy not unpack the source and apply the patches in git?17:00
uvosthere is not upstream anymore so its reason to exists has gohne away17:00
parazydThen it's maintainable17:00
freemangordonbecause I can;t provide sane commit messages for them17:00
parazydThat's hardly an argument17:00
freemangordonalso, they just apply from debian/patches, so I see no reason to do that manually17:01
parazydIt's no different than having them as files.17:01
parazydOne reason is what uvos says, there's no upstream anymore, so we become upstream.17:01
freemangordonalso, it will take me more time to do commit for each of the 33 patches17:02
freemangordonand this is for a package we deem as temporary17:02
freemangordonjust a waste of time17:02
uvosnothing is more permanent than a temporary soltion :P17:03
freemangordon:)17:03
freemangordonstill, I want modest working, then we shall find renderer replacement17:04
lelfreemangordon created a repository: https://github.com/maemo-leste/gtkhtml317:04
pereWizzup: do not have a omap5 device yet, but have preordered a dragonbox pyra, which I was just told is using it.18:14
Wizzupyeah, indeed18:22
rafael2khi everybody!19:32
rafael2kanyone using maemo on the pinephone?19:32
rafael2kfor a long long time I have no telephony support in the kernel...19:34
rafael2kI'd like to know if the problem is just with me19:34
konai'm have a pinephone, haven't tried telephony yet.19:35
_uvos__omap5 has worse mainline support than the almost compleat support for omap4/519:35
_uvos__*omap3/419:36
_uvos__pyra uses a older 4.something ti vendor kernel iirc19:36
konadoes anyone have their hands on a pyra?19:36
_uvos__telephony in kernel should work on pp19:37
_uvos__but i dont have a pp19:37
konahardware is hard :)19:37
rafael2kI was working great... until the latest kernel updates19:37
rafael2ksome months ago19:37
konaoh, hmm.19:37
_uvos__hmm no idea19:37
_uvos__parazyd ^^^19:38
_uvos__what are the exact symptoms19:38
_uvos__dose the kernel module for the pp modem not load?19:39
_uvos__are the interfaces missing?19:39
_uvos__could you post a dmesg?19:39
rafael2kmodem does not show up, ofono scripts don't work19:42
rafael2knothing in dmesg19:42
rafael2ksure19:42
rafael2kit is just a wrong config19:43
a-steveHello guys, I bought back the N900 lately and what was not apparent at the time i did that the touch on the screen is way off, have to click like a 1cm below an icon to select it, tried a calibration 1 and 2 works well while there is no way I can calibrate 3 and 4, do you think it is the digitizer/touch screen issue or software causing the off set of the touches...19:44
rafael2kdmesg: http://abradig.org.br/dm.pp19:44
Wizzuprafael2k: I can try to boot my pp later tonight19:46
_uvos__a-steve: sounds like a dead touchscreen19:46
_uvos__what are you callibrating with the xinput tool or the fremantle one19:47
a-steveI have tried to reflash maemo 5 but am having problems with flasher 3.5 for some reason it is not flashing the vanilla getting that no usb device is found19:47
a-steve_uvos__ fremantle I am guessing19:47
rafael2kWizzup: tks!19:48
a-stevethe built in calibration in settings19:48
_uvos_its dead jim19:48
a-steveso I need a new touch screen apparently19:48
_uvos_yes19:49
a-steveor a digitizer?19:49
_uvos_might be cheeper to just buy a d419:49
a-stevemotorola droid 4?19:49
_uvos_yes19:49
_uvos_should 40 ish euros19:49
_uvos_but you have to import from us19:49
a-steveI seen it on maemo-leste list of devices19:50
_uvos_can be cheaper too19:50
a-steveI kinda like it too19:50
_uvos_sometimes 20ish euros19:50
rafael2kmay be we could just use this: http://repo.mobian-project.org/pool/main/l/linux-5.14-sunxi64/19:50
rafael2k(for the pp)19:50
a-steveproblem is I can't order online but might ask my brother if he can19:50
a-steveif it is this cheap19:51
a-stevedo maemo leste run well on it?19:51
a-stevethe d419:51
ajrRuns very nice in my experience19:53
ajreven at 1GB memory that's still 4x the N90019:53
a-steveyes true can't believe I was scammed with the n90019:54
WizzupIt might be worth trying a bit harder to see if the ts is fixable somehow, or ask the person about it19:55
_uvos__the d4 is defacto the primary dev device for leste atm and is the best supported device19:56
_uvos__maybe someone here has a n900 with broken usb19:57
_uvos__i hear is common19:57
_uvos__you could maybe board swap sutch a device19:58
_uvos__as an alternative19:58
a-steveYeah, I don't mind keeping the n900, I got 2 now that needs a touch screen lol one partially working and the other sure dead20:00
WizzupI tried to replace the digitiser once, it was a mess20:01
a-steveWizzup I did take off the digitizer from my 1st device so I kinda learned/experienced what I should do, but i thought I would take an easy route by reflashing before getting my screw driver to action20:02
Wizzupmhm20:02
WizzupI could send you a d4 if you're planning to contribute, depending on where you're located20:03
a-stevejust in case it was a software issue20:03
Wizzupalthough depending on where you're located the d4 also might not be that great...20:03
_uvos__pretty unlikely @sw issue but dosent hurt to boot leste and try20:03
a-steveWizzup i live in the middle east lebanon, right now the whole country is in a big mess20:03
_uvos__Wizzup: what are you thinking abourt wrt that20:04
Wizzupa-steve: right20:04
Wizzup_uvos__: in the US the d4 is kinda tricky to use :)20:04
Wizzup_uvos__: I tried :)20:04
_uvos__yaeh right20:04
_uvos__its locked20:04
a-steveneed an unlocked version20:04
a-steveon eaby and amazon there is none for sale20:05
_uvos__a-steve its locked only against us gsm carriers20:05
_uvos__its unlocked everywhere else20:05
a-steveah i see20:05
_uvos__if you need it to work in us a bionic is even cheeper going for 10$ occasionally and works globaly and has the same quality of leste support20:06
_uvos__but no kbd20:06
a-steveam thinking to switch the whole slider screen to my n900 and see if the calibration is good b4 I try with the digitizer20:06
a-steveto my older n90020:07
a-stevesince am sure it worked with no issues except for its lcd20:07
WizzupI think you can swap the half yeah20:08
Wizzupoh, right20:08
Wizzupmhm, worth trying20:08
a-stevethe other problem I faced was the flash it self i am unable to flash using flasher 3.5 not sure what the problem is, probably windows drivers or something else20:08
Wizzuptry 0xFFFF?20:09
Wizzuphttps://maedevu.maemo.org/images/n900/tools/20:09
a-stevei guess it doesn't run on the phone itself right?20:09
a-stevei need a micro sd card?20:09
Wizzupno, it doesn't20:09
Wizzupalso there is flasher-3.5 for linux20:10
Wizzupoh, you're not on linux20:10
a-stevenot on this pc20:10
a-stevei can plug my external though20:10
a-stevebeen a while i haven't work on pcs to be honest windows or linux20:10
a-stevebut frankly speaking i missed the days when N900 was working20:11
a-steveno other phone for me was as exciting20:11
Wizzupyeah20:11
a-steveimagine the world without elop20:13
_uvos__i dont thin they had a chance20:13
_uvos__even without elop20:13
a-steveN9 was onto something20:14
a-stevewith meego20:14
_uvos__sorta20:14
_uvos__but they where switching the platforms to mutch20:14
a-stevealthough I liked maemo more20:14
a-stevefelt more free with maemo20:14
_uvos__app support is hard to get if you make everything incompatabil20:14
_uvos__and have so manny incomaptabil oses in parrallel20:15
_uvos__i dont think they stood a chance against android long term20:15
_uvos__with them constantly pulling in multiple directions and all20:15
a-stevemaybe it was gonna be the other way around... I mean no one really knows20:15
_uvos__no by the time n9 was ready it was all over20:16
a-stevethey had a good open source team and the community till today proves it maemo leste for example20:16
a-steveyes true20:16
_uvos__it was all over by the start of 2010 see windows phone20:16
_uvos__microsoft was way more compitent in starting thair platform20:17
_uvos__and it came to nothing20:17
a-steveyeah I know but was imagining if things went the right direction for them20:17
a-steve"and it came to nothing" true that20:17
a-stevewondeing why HMD don't try to regroup but i guess it is really really late20:18
a-stevefeels as if they also are tying the nuts even more these days20:20
Wizzupwe'll have a free platform for ourselves and anyone who wants to use it soon :)20:23
a-stevefinger crossed it all goes well20:24
a-stevemeanwhile i couldn't find any droid 4 that ship overseas lol20:24
a-stevelibrem overpriced pinephone seems a good option20:25
_uvos__sure pp is fine20:25
a-stevebetween is there anyone developing for the Gemini PDA?20:25
Wizzupa-steve: it's about 11 bucks to send a package to Lebanon, with delivery times about 10-20 days according to dutch royal post20:25
_uvos__outch20:26
Wizzup_uvos__: compared to germany, sure ;P20:26
a-steve11 bucks in the lebanese market now is about 165000LBP these days, before everything got messed up here it was about 16500LBP20:30
a-steveeconomic inflation is 1 times from what it was20:31
a-steveand couple months ago it was 10 times20:31
a-stevesorry scratch my last comment, it is 10 times from it was couple years ago20:32
Wizzupyikes20:32
a-steveand couple months back it was worse20:32
a-stevehere is the rates before all economical break down 1USD=1515LBP, and started to inflate, reached 1USD= up to 25000LBP20:34
a-stevenow it is around 15000LBP for 1USD20:34
_uvos__i assume thats bad reltive to local saleries20:35
a-steveproblem is most of the currency we use and get our wager is in LBP and we did not get a raise to keep up with the inflation,20:35
a-steveso I am getting paid in LBP with a salary to equal the USD rate at 1515LBP20:36
a-stevenow imagine the raise of the prices on all the product that we import20:37
a-stevebefore all this the 11USD would cost me around 16500LBP while now it will cost me 165000LBP on the same wager20:38
_uvos__id rather not :P and im quite happy to b3e reciveing euros20:39
_uvos__but this is getting quite far off topic20:39
Wizzupjust for the record I don't mind paying for the shipping and stuff if you think you can contribute in userland or kernel20:39
Wizzupnot sure if it will pass customs and such, but yeah.20:39
a-stevenot really :D am still talking about the 11USD extra for shipping20:39
a-steveWizzup If I decided I will talk to my brother who lives in Dubai to make the payment, I don't have a USD account in the bank and if i have I am not getting paid in USD, lets say the contribution is around 100USD that would be all of my salary20:42
a-steveno wait that would be 10 times my salary20:43
a-steveno I was right the 1st time20:43
a-stevegot mixed with all those numbers20:43
a-steveanyways, anyone tried to work on a port for gemini pda?20:45
Wizzupyes, in fact, I think someone did using libhybris20:46
Wizzupnot sure though.20:46
Wizzupa-steve: again for the record I'20:46
Wizzupd just send you the device, you'd just have to figure out imports/customs20:46
Wizzupbut let's move on for now ;p20:46
a-steveI appreciated mate but no worries I can manage when I decide20:48
a-steveI guess The-kit was working in the libhybris20:48
a-steveon the libhybris20:48
a-steveI do have the gemini but not using it, gave it to my 11 year old some with an old android version20:50
a-stevesome *son20:50
a-stevewas not excited with SFOS and gemian is very early stages20:50
a-steveeven after 3 years I guess, was hoping it will be he next N900, boy ow i was wrong20:52
a-stevehow20:52
konadoes the pinephone image use u-boot?20:53
konaits "installed" but it looks like maybe there's no bootmenu.d20:54
* kona digs around in /usr/share/doc/*boot*20:57
konalooks like what i want to try messing with for dual boot might be /usr/share/pine64-uboot/boot.txt, cool21:03
a-steveThanks for all the help Wizzup and _uvos__ guess tomorrow the project would be to swap the slider to my old N900 and see if the touch screen works well... time to play some vendetta online :)21:04
a-stevecheers Wizzup _uvos__21:05
a-steveexit21:05
a-stevelol21:05
siceloa-steve: good luck. i think you'll manage. just be sure to not break or wear the heads of the tiny screws on the top half21:26
freemangordonparazyd: is it possible to have version (and tag)  3.24.4-leste1 for a native package?23:29
freemangordonhttps://pastebin.com/MiNcGdnc :)23:56

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!