| rinigus | piggz and nephros: first crash and traced it back to favicon. Yesterday evening added 'proper' handling of it and gdb showed it in crash bt. | 04:56 |
|---|---|---|
| rinigus | Favicon handling seem to have improved in qt6, will look into new api and adjust to that next | 04:57 |
| x2s | for some reason I cannot send any SMS anymore on my X. Calls are working fine. Well, let's wait and see if this is a problem with my provider | 09:01 |
| abr | nephros: I just had a fool around with pushing rpms from a github action to another repo with Pages enabled, before I saw your messages from yesterday. Is there a way to do it properly then? | 10:10 |
| nephros | abr: I must say I have never tried. But the links above point to something *made by github* so I guess that's somewhat authoritative! :) | 10:51 |
| piggz[m] | Rinigus: i had a quick fo with wave yesterday. Welll done!! | 11:28 |
| abr | Looks similar to my hackety hack: https://github.com/abranson/Quickddit/blob/fb4065f5e7d979a364d143b536e2166d7f53fbc5/.github/workflows/build.yml#L92 | 11:30 |
| poetaster | piggz[m], so, the usb thing is odd intermittant. Just happened again after 2 days of recoginising it's state. This time, though, plugged into laptop for mtp mode and the device didn't show up. unplugged, replugged. Nothing. | 11:31 |
| poetaster | Always seems to be when I'm trying to get work done. | 11:31 |
| x2s | ok, still cannot send SMS. Annoying. Restarted the phone, had SMS sent to me (which is working), but sending myself? Nope. Hmpf | 11:47 |
| mal | x2s: can you check journal log using "journalctl -fa" and monitor it when you try to send sms | 11:50 |
| x2s | Channel request /org/freedesktop/Telepathy/ChannelDispatcher/Request11 failed, error: Handler no longer available | 11:57 |
| x2s | weird. I restarted the phone. I even shut it down and let it sit for a while so the modem itself is powerless for some time | 11:58 |
| x2s | And there hasn't been an update, because the X doesn't get updates anymore. | 12:01 |
| x2s | I hope the V software gets ready soon. :| | 12:01 |
| x2s | what is /sbin/crda used for? Because: systemd-udevd[21455]: Process '/sbin/crda' failed with exit code 249. | 12:06 |
| henk | »crda is the Linux wireless central regulatory domain agent« don’t know more than that, though | 12:10 |
| mal | crda is some wlan related process to check regulatory domain stuff | 12:10 |
| mal | x2s: do you have 4g (lte) enabled? could you try turning to 2g or 3g and see if that changes anything? | 12:12 |
| x2s | switched to 2G, same error. | 12:20 |
| x2s | jolla-messages[17838]: Unable to load account 33 | 12:21 |
| x2s | whatever that means | 12:21 |
| x2s | 3G isn't available here anymore. | 12:23 |
| mal | maybe try removing ~/.local/share/commhistory/commhistory.db and reboot | 12:28 |
| mal | maybe backup the file first just in case | 12:28 |
| piggz[m] | poetaster: sounds odd, ill try when i get some tine at home | 12:48 |
| x2s | mal: Yeah, that worked. | 13:36 |
| x2s | but now lost all the old messages. Not sure if something important was in there | 13:36 |
| mal | did you take backup? | 14:02 |
| x2s | yes | 14:18 |
| mal | wondering what is wrong in the database | 14:49 |
| x2s | it opened just fine with sqlitebrowser | 14:50 |
| x2s | integrity_check says ok | 14:51 |
| mal | is there any to be sent messages in there | 14:51 |
| mal | I think there was some case that if sending failed in some way it would prevent any further sends, no idea what exactly causes that | 14:52 |
| x2s | which field in the Events table does indicate a message to be sent? | 14:53 |
| x2s | I have two messages that are marked as draft | 14:54 |
| x2s | but those may be the messages that failed to send | 14:54 |
| mal | not sure, need to check a bit later | 14:54 |
| mal | wondering what would happen if you try to manually remove from the db with some tool and then use the db | 14:55 |
| x2s | hm, I'm a bit confused here. The last entry in the db is from November 1st, if the times are in unix timeformat | 14:57 |
| mal | any idea when it started to fail? | 14:57 |
| x2s | since I lost all the messages now, I can't tell when I last sent a message... | 14:58 |
| x2s | not this week I think | 14:58 |
| mal | but you have the backup? | 14:59 |
| x2s | wait, in the commhistory are only entries about phone calls. | 14:59 |
| mal | hmm | 14:59 |
| mal | then how did it fix sms | 15:00 |
| x2s | I have no idea! Let me try something | 15:00 |
| mal | I see sms in the db | 15:02 |
| x2s | so I've restarted the phone to make sure the new commhistory database is closed and written to disk. | 15:03 |
| x2s | the db is empty for me now. Even though I've sent and received several messages | 15:03 |
| mal | hmm | 15:03 |
| x2s | what table should the messages be in? | 15:05 |
| mal | there is that MessageParts but also in Events | 15:06 |
| mal | maybe events is the history | 15:06 |
| x2s | oh, wait, the messages are in the commhistory.db, in the field freeText | 15:11 |
| x2s | and I had to scroll a bit to find a line where it's not null | 15:12 |
| x2s | type 2 is a message, type 3 a call. Good to know | 15:13 |
| x2s | but why is the new database empty? | 15:13 |
| mal | no idea really | 15:13 |
| mal | do those show in messages or phone app? | 15:14 |
| x2s | wal! Write ahead log. That's where they are. | 15:16 |
| x2s | I copied just the commhistory.db, but I had to copy the write ahead log and the shared memory file as well | 15:17 |
| x2s | so, three files to copy. Then sqlitebrowser will show the newest messages. | 15:17 |
| x2s | And since I removed the old database the write ahead log was removed as well, which in turn means that the maybe problematic entries got removed | 15:18 |
| mal | ok | 15:18 |
| mal | could be | 15:18 |
| mal | still a bit odd why it ended up in that state | 15:19 |
| x2s | could be as simple as a bug in sqlite. | 15:19 |
| x2s | I guess a lot has happend between sqlite-3.40 and 3.51 | 15:20 |
| poetaster | piggz[m], thanks. I haven't had to reboot for 2 days, so it's not as severe as I initially thought. Trying to debug the audio, I'll give that another whirl later. | 15:23 |
| rinigus | piggz and nephros: updated wave browser with new favicon handling. please check if you get any crashes. I'll try to implement the same on angelfish - let's see if that will help | 19:38 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!