*** zbenjamin is now known as Guest83239 | 01:08 | |
*** zbenjamin_ is now known as zbenjamin | 01:08 | |
martin_st | bionade24: I think cross-compiling works (and is super easy with rustup). Not so sure about running rustc on sailfish directly. Last time I checked (which admittedly was a while back) there were some problems | 05:30 |
---|---|---|
dcaliste | Hello chriadam: thanks for CalDAV merge. Nice that the fix in mkcal for floating dates solve the tz issue. | 06:53 |
chriadam | thank you! yes, although I wonder if the upstream fix is needed anyway for the sub-day recurrence case. but that's lower priority imo | 06:54 |
dcaliste | The fix for sub-day makes sense when reading it, but yeh, need to check further that we can create a test case demonstrating the issue within kcalcore. | 06:58 |
dcaliste | For the tz issue, I have no idea how to create a regtest though. | 06:58 |
dcaliste | The issue is when mOriginDate which is in UTC is compared to the date of the event with secsTo_long() call. | 06:59 |
dcaliste | In the specific case where the event is date only, then mOriginDate is converted in tz of the event (read from KDateTime API reference). | 07:00 |
chriadam | lack of a regression test is not too important, IMO. it would be nice, but if it's dependent upon "system" state (e.g. system timezone) then it's tricky. | 07:00 |
dcaliste | Indeed. | 07:00 |
dcaliste | As said in the MR comments, now that FLOATING_DATE is purely handled in sqliteformat, I think it's wise to remove it from sqlitestorage:fromOriginDate(). What do you think ? | 07:02 |
dcaliste | Looking at sqliteformat.cpp, there are some other palces where fromOriginTime() is called with a timezone. I think, I should change them to use the new getDateTime() function I introduced in the MR. | 07:06 |
chriadam | I agree with the first one | 07:10 |
chriadam | for the second one, I guess so | 07:11 |
chriadam | I wonder why fromOriginTime() would ever be calling with a timezone other than what was specified in the event... | 07:11 |
dcaliste | Well, they are linked. If I remove FLOATING_DATE case from fromOriginTime, then I need to ensure that all calling places with timezone argument will _not_ contains FLOATING_DATE. | 07:12 |
dcaliste | Oh, it's always called with the tz of the associated date in seconds. | 07:12 |
dcaliste | That's why, I guess it's wise to use the new getDateTime() function everywhere. It enforce this. | 07:13 |
chriadam | right | 07:14 |
chriadam | makes sense | 07:14 |
dcaliste | I'm doing it now and testing. Will add another commit to MR!17 if it's convincing. | 07:17 |
chriadam | thanks! | 07:17 |
dcaliste | chriadam: ok, I've added one commit. It may even be merged with the first of the MR in fact. | 07:36 |
chriadam | thanks. hopefully I'll get a chance to test that one tomorrow :-) | 07:37 |
dcaliste | Nice, thank you. | 07:38 |
chriadam | no, thank you. really appreciate the time and effort you are spending as always! | 07:40 |
chriadam | and your patience of course! | 07:40 |
dcaliste | It's interesting work ;) | 07:40 |
* chriadam -> home, gnight! | 07:50 | |
*** frinring_ is now known as frinring | 12:51 | |
Snoras | I'm getting an strange ssh error when trying to login on my XperiaX. It reads: "ssh_dispatch_run_fatal: Connection to 192.168.0.43 port 22: message authentication code incorrect" | 16:27 |
Snoras | I've tried searching for it but could only find it occurring when people use sshfs | 16:28 |
mal | Snoras: you mean when using ssh on the device or when connecting to the device via ssh? | 16:30 |
Snoras | mal: When connecting to the phone, from any other device/client. Using the client on the phone works without problem | 16:31 |
Snoras | I've had this issue since about the second to last public release | 16:33 |
Snoras | and I've tried reinstalling, building from source, new config, and issued new keys | 16:34 |
mal | Snoras: are you connecting via wlan? | 16:39 |
bionade24 | mal: Seems so, it's WLAN ip adress | 17:00 |
bionade24 | Snoras: Tried to delete known_hosts? | 17:00 |
Snoras | bionade24: Just tried it, no difference. There were one multicast address though, worryingly? | 17:08 |
Snoras | or not that strange, I've used mDNS | 17:10 |
mal | Snoras: does the error come after you enter password or what? | 17:13 |
Snoras | Right after $ ssh nemo@196.168.0.43 | 17:14 |
Snoras | Oh now it works, there were one other default sshd_config in /etc/ssh | 17:17 |
mal | ok | 17:35 |
bionade24 | How can I delete those repos? https://pastebin.com/ktYu3qb6 | 18:31 |
mal | bionade24: your command has duplicate calls | 18:34 |
mal | bionade24: it should be two calls not one | 18:34 |
mal | note the "and" in the middle | 18:34 |
bionade24 | mal: Thought this and is something from sb2, just replaced it with && and now it works, thanks | 18:35 |
mal | so it thinks now that all of the stuff after first zypper ref are considered parameters | 18:35 |
mal | bionade24: where did you get that command? | 18:36 |
bionade24 | mal: Github. I shouldn't have copy + paste it | 18:36 |
mal | yes, it's usually good idea to look at commands a little before running those | 18:37 |
bionade24 | mal: :) | 18:37 |
mal | otherwise those could even do bad things | 18:37 |
bionade24 | mal: I did, but I believed this and gets interpreted by sb2. | 18:38 |
bionade24 | mal: *That the and gets interpreted by sb2 | 18:39 |
bionade24 | mal: Yes, I was very very dumb | 18:39 |
aslak3_ | bonsoir | 21:48 |
louisdk | I tried updating my XA2 from 3.0.3.9 -> 10. As the GUI way failed I tried in the cli as root. "ssu release 3.0.3.10" and "version --dup" but I get this error "Error: Subprocess failed. Error: RPM failed: installing package aliendalvik-8.1.0.53.41-1.7.1.jolla.armv7hl needs 79MB on the /opt filesystem" despite /opt having 215MB free space. | 23:52 |
mal | louisdk: check the opt partition, it should only have folder named alien with file system.img in it, if you see some other stuff there those can be removed | 23:56 |
mal | (well it has the usual lost+found folder also of course) | 23:57 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!