dcaliste | Good morning pvuorela, do you have time to discuss some open PRs this morning ? | 07:07 |
---|---|---|
piggz[m] | poetaster: for seaprint ... have you tried turning off mobile data while wlan is turned on? for noson, i couldnt get it to find my sonos system until i did that, and that uses mdns for discovery | 09:04 |
poetaster | piggz[m], yeah, I tried that. It doesn't find the printer even if you supply the url and the printer is connected to the same network. Connect to the DHCP server of the printer, general netowrk regardless, no connect. | 09:09 |
poetaster | piggz[m], it's presumably the same issue with qmllive not being able to talk back to the sdk. | 09:09 |
piggz | poetaster: did you try flushing and accepting all iptables rules? | 09:10 |
piggz | Keto: hi, could you give my new device store acesss. pls | 09:10 |
piggz | Device model: Phone X23 (halium-vidofnir / halium-vidofnir) | 09:11 |
poetaster | piggz, nope. I just set: NetworkInterfaceBlacklist = p2p,usb,rmnet,rev_rmnet,ccmni-lan,wlan0,ifb0,ifb1 and rebooted. | 09:12 |
piggz | when i get store access on the x23 ill test | 09:13 |
poetaster | piggz, I'll compare iptables -L on the sony to the GS5 and see if anything pops up. | 09:14 |
Keto | piggz: added | 09:14 |
piggz[m] | ta | 09:14 |
piggz | poetaster: if it makes you want the x23 .. it found my printer just fine | 09:17 |
* piggz[m] uploaded an image: (200KiB) < https://matrix.org/_matrix/media/v3/download/matrix.org/wTqtueEZahxkrAYqTzlbmKat/sailtrix-file.png > | 09:18 | |
poetaster | piggz, I do not want the x23 | 09:18 |
poetaster | piggz[m], the gs5/rephone has a better camera / screen resolution than the x23. | 09:19 |
piggz | it does, but the x23 is great for outdoors :) | 09:19 |
poetaster | piggz[m], also, the x23 is bulky in comparison. | 09:19 |
poetaster | piggz, outdoors, I don't use a cellphone (at least very rarely). I stopped using cellphones for hiking about 2012 :) | 09:19 |
poetaster | ok, there are a number of ports like, ACCEPT udplite-- anywhere anywhere multiport dports 1024:65535 | 09:21 |
poetaster | on the sony that don't show up on the GS5 | 09:22 |
poetaster | piggz, https://paste.opensuse.org/pastes/7ab5961694ff | 09:23 |
piggz | poetaster: try pasting this lot in.. | 09:23 |
piggz | iptables -P INPUT ACCEPT | 09:23 |
piggz | iptables -P FORWARD ACCEPT | 09:23 |
piggz | iptables -P OUTPUT ACCEPT | 09:23 |
piggz | iptables -t nat -F | 09:23 |
piggz | iptables -t mangle -F | 09:23 |
*** Ischwitch is now known as Ingvix | 09:23 | |
piggz | iptables -F | 09:23 |
piggz | iptables -X | 09:23 |
piggz | that should flush all and accept all incoming i think | 09:23 |
poetaster | piggz, I use shorewall. | 09:24 |
piggz | whats that | 09:24 |
piggz | even so ... the able will clear all iptables rules and rule them out | 09:25 |
poetaster | that's a sysadmin joke. | 09:25 |
piggz | networking issues are no joke :) | 09:26 |
poetaster | the pastebin I posted shows a number of accepts that look probable: udplite, sctp, dccp | 09:26 |
poetaster | piggz, I also don't have networking issues on my servers now, do I :) | 09:27 |
piggz | mal: is something in .24 compiled/packed much more efficiently? zypper dup says 129.0 MiB will be freed. | 09:32 |
piggz | but only 2 license packages are being removed | 09:32 |
poetaster | piggz, flushing the tables doesn't make a difference. | 10:02 |
poetaster | piggz, at least not where seaprint mdns is concerned (testing qmlive foo, now) | 10:02 |
piggz | ill test seaprint with my v22 later | 10:03 |
poetaster | piggz, okidoke. I'll poke about some more. | 10:03 |
poetaster | piggz, well, flushing the tables DOES get qmllive working. yeah! | 10:08 |
poetaster | a bit permissive iptables, though :) | 10:08 |
poetaster | piggz, sorry, spoke too soon. | 10:10 |
poetaster | piggz, no, I did not speak too soon, the SDK is just unspeakably slow. I wonder what I did. with no iptables rules, qmllive works. | 10:37 |
piggz | poetaster: just have a script run on startup to clear all your rules, and its be fine :) | 10:54 |
poetaster | piggz, nah, I just develop with the GS290 / 10iii In a pinch, iptables -F will suffice. | 12:38 |
poetaster | piggz, so, I just restarted the phone, ran your flush procedure as above and now Seaprint sees the printer, too. So both qmllive and seaprint works if the firewall is lowered. | 13:17 |
mal | rubdos[m]: some issue with newer rust, we either need to revert several commits or add support for statx to scratchbox2 | 13:20 |
rubdos[m] | aaaaaaaargh yikes :) | 13:21 |
rubdos[m] | do you have some pointers for me to work on that, or can you decide internally do carry out the statx impl? | 13:21 |
mal | well that same issue happens with newer glibc so we might need to support statx | 13:22 |
rubdos[m] | I would expect that it'll become a requirement indeed... | 13:22 |
* rubdos[m] opens man statx | 13:22 | |
mal | the reason why statx is used it to fix y2038 issue on 32-bit archs caused by limitation of 32-bit timestamp | 13:23 |
rubdos[m] | Doesn't sound like it will be horribly difficult... just quite a bit of honest work | 13:23 |
mal | with statx 64-bit timestamp can be used | 13:23 |
rubdos[m] | makes sense | 13:24 |
rubdos[m] | so it will probably be a copy of stat, and then s/stats/statx in the impl | 13:24 |
rubdos[m] | as a first try, I mean | 13:25 |
mal | not sure if that simple, discussing with person who knows more about sb2 | 13:25 |
rubdos[m] | ack, thanks. If I can help, let me know! | 13:25 |
rubdos[m] | Maybe it's also worth putting these kind of findings on a public Github issue on the sfos rust repo | 13:26 |
piggz[m] | poetaster: weird network issues are always the firewall :D | 14:10 |
mal | piggz: not sure about the size difference, there should not be any obvious change affecting that | 14:12 |
piggz | mal: strange ... that was a change from .19 to .24 | 14:21 |
mal | oh, need to check the diff of those, I thougth that was .21 to .24 | 14:41 |
poetaster | piggz, I don't need no esteenking firewall. I feelter my packets vith my teeth. | 14:51 |
poetaster | piggz, so, there is no differnce between the connman configs (10iii vs. volla22) but for the main-mtk file. | 15:03 |
piggz[m] | poetaster: so, comparing the 22 and 23 ... seaprint works on 23, but not my 22 also | 15:17 |
piggz[m] | on 23 i connected to wlan1, on 22 im connected to wlan0 | 15:17 |
piggz[m] | the iptables rules are also different | 15:17 |
*** ggabriel is now known as Guest1370 | 15:19 | |
Solrac[m] | Pardon me, but please correct me, it's still \not possible to use Video out from the USB-C on the Xperia 10 III, right? | 18:23 |
mal | not possible at the moment, not sure how popular such a feature would be | 18:30 |
* Solrac[m] rotates UT's convergence use cases degrees | 18:32 | |
Solrac[m] | It could be | 18:32 |
attah | I don't see convergence as realistic... it will be like trying to do work on a tablet - awful | 18:47 |
attah | Though i see a case for playing videos, or doing presentations - perhaps video calls | 18:47 |
attah | But like one use case per session sort of stuff | 18:48 |
Solrac[m] | attah: This is what I had in mind. Worse-Convergence Case Scenario would be LXC Containers with a Desktop | 18:48 |
attah | Arguably DLNA does the video part better, and is probably equivalent on presentations with some tuning | 18:55 |
poetaster | piggz[m], yeah, I noticed that the iptables rules were different on the 10iii. the only config diff | 19:54 |
poetaster | is PreferredTechnologies = bluetooth,ethernet,wifi,cellular | 19:54 |
poetaster | DefaultAutoConnectTechnologies = ethernet | 19:54 |
poetaster | Those rules cause a bit of havoc on the volla22. | 19:55 |
poetaster | attah, by DLNA you mean like casting with Juppi? | 19:56 |
attah | yes | 19:56 |
poetaster | attah, ok, it does work well with my rinky dink dlna media server. | 19:57 |
attah | given a good format match, video playback is great | 19:57 |
attah | Not sure where the screen mirroring performance is now, but should be good for presentations | 19:58 |
poetaster | I've never tried that screen mirroring like stuff. I mainly use it for music. and old bbc recordings of dr. who. best viewed on a phone because of the lousy quality :) | 20:01 |
* attah should use more flac over dlna and less Spotify connect | 20:02 | |
poetaster | yeah, that does depend on you originals. I have a ton of so, so mp3s still (made circa 1999). But I don't use spotify. I do click about randomly on bandcamp, though. | 20:03 |
poetaster | Someone on the forum said please do bandcamp and I found a nice functional scraper in python. the audio is all pretty so, so, but there's a lot of odd stuff there. | 20:04 |
attah | And i thought i was the young one... with my shelf-meter of CDs | 20:04 |
direc85[m] | I'm trying to compile Ruben's LLVM 16 PR - with patches fixed and applied correctly this time - but the compilation stops in the beginning. | 20:04 |
direc85[m] | I built cmake from Sailfish master and installed that to aarch64 build shell, but it still claims I have too old cmake - any clue what could cause that? Should I compile it on the platform sdk level and install there perhaps? | 20:06 |
poetaster | Off to bed, good luck with cmake! | 20:06 |
attah | direc85[m]: The advice i got was to use a shared "task" output directory, so taht any declared dependencies may get pulled from there automagically | 20:07 |
direc85[m] | LLVM 15 compiled just fine with mb2 --target SailfishOS-latest-aarch64 -s rpm/llvm.spec build but LLVM 16 does not... | 20:14 |
direc85[m] | It looks like there's llvm/llvm/build/CMakeFiles and llvm/llvm/build/SOURCES/CMakeFiles, and the error is CMake Error: The source directory "SOURCES/CMakeFiles/CMakeTmp" does not exist. with CMake Error at /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile): Failed to configure test project build system. so that could be the cmake error indeed... | 20:15 |
direc85[m] | Okay, I don't know what's going on any more:... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/fRnTQNArddJKclEJOJfgnGya>) | 20:36 |
direc85[m] | I had to install the cmake in the SailfishOS-latest tooling, now I'm compiling! | 20:55 |
direc85[m] | Got llvm+clang 16 + cmake compiled for i486, had to do a few fixes and a one duct tape patch: https://github.com/rubdos/llvm/pull/1 | 22:56 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!