AlfredoCubitos
AlfredoCubitos
Hi, I currently have a similar problem also discussed [here](https://github.com/nextcloud/server/issues/12377) In my case it seems that the cron.php is not working correctly. Calling `cron.php` returns `success` but does not delete...
some times the cron.php script does not work well, especially if you have an old often upgraded installation. try running the script on the command line `sudo -u www-data php...
@rfc2822 in my case this doesn't work either. I have table entries which are older than 48 hours with type=0 and type=1 I ran a cron job as described above....
Hi @rfc2822 I found out that there is a query `DELETE FROM `oc_authtoken` WHERE (`last_activity` < 1631879405) AND (`type` = 0) AND (`remember` = 1) AND (`version` = 2)` Where...
I would appreciate if you could add this call. :-) This could help me to find out what is going wrong. The -v option does not throw any hint.
currently not. I keep trying.
Now I got 2 data sets, captured with tcpdump 1. the tls handshake: `sudo tcpdump -i eth0 -nn -X "(tcp[((tcp[12] & 0xf0) >>2)] = 0x16) && (tcp[((tcp[12] & 0xf0) >>2)+9]...
with the first command I get this: ``` CONNECTED(00000003) Can't use SSL_get_servername depth=2 C = DE, O = T-Systems Enterprise Services GmbH, OU = T-Systems Trust Center, CN = T-TeleSec...
Well, I tried it with a different account on a different provider, which seems to work. `[email protected]: (prio 0) {0/UDP/v4} 200 OK () [1 binding]` But I didn't get a...
I found out that `baresip` is using less libraries on my linux box then on armbian: **Armbian** ``` ldd /usr/local/bin/baresip linux-vdso.so.1 (0xbee1b000) libre.so.9 => /usr/local/lib/libre.so.9 (0xb6e9f000) libpthread.so.0 => /lib/arm-linux-gnueabihf/libpthread.so.0 (0xb6e79000)...