Ruben Barkow-Kuder

Results 99 comments of Ruben Barkow-Kuder

Are there many modifications from the standard Allura platform in sourceforge?

I had this issue for the first days with v13.0.0 on a Samsung S10+ One Ul-Version 4.0 Android-Version 12 Google Play-Systemupdate 1. Januar 2022 Kernel-Version 4.14.113-23326020 # 1 Thu Jan...

Yes. The problem still exists with v14: 1. Go to the Android app settings and delete cache and all data 2. Log in again 3. Open the first existing Dialogue...

I had to use `sudo` on all docker commands on my Ubuntu 20.04. And I explained it a bit better here, how to mount the folder with the broken and...

Finally it nevertheless seemed to be started ok: ``` Step 13/13 : ENTRYPOINT ["./untrunc"] ---> Running in 662e8dd01d89 Removing intermediate container 662e8dd01d89 ---> 81dd2c3f19c8 Successfully built 81dd2c3f19c8 Successfully tagged untrunc:latest...

> how can I use it now? there is no such command as `untrunc` now on my console It is stated i the Readme, but I explained it a bit...

After some hours it said in the end: INFO synapse_auto_compressor::manager] Finished running compressor. Saved 150550506 rows. Skipped 381/3307 chunks WOW! 150 Million rows in 3307*500=1,700,000 Rooms! unfortunately the database grew...

After running `VACUUM FULL` on my database it shrank down to 23GB. So we should add this too to the Readme: use VACUUM after compressing to really free up the...

I found out, that the login string "some-username:localhost" is interpreted as port. correct would be "some-username@localhost", but now I get a new error: a password was requested but not provided...

I found out again: I have to create a user and grant access to it: sudo -u postgres psql --dbname=synapse -c "create user newuser with encrypted password 'mypass';" sudo -u...