Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Offical apps | Community apps | Demo | Docs | Install
S

smilebasti

@smilebasti
Unfollow Follow
About
Posts
23
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Error upgrading connection with STARTTLS: 502 5.5.1 Error: command not implemented
    S smilebasti
    Support email relay

    @girish Hi,

    thank you. That worked perfectly.
    Not sure how many people would need that function?


  • Error upgrading connection with STARTTLS: 502 5.5.1 Error: command not implemented
    S smilebasti
    Support email relay

    @joseph
    Hi, no and never was.
    Ai gave me following command to test it:

    openssl s_client -starttls smtp -connect 192.168.20.64:26 -crlf
    
    CONNECTED(00000003)
    Didn't find STARTTLS in server response, trying anyway...
    40A70407AB700000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../ssl/record/ssl3_record.c:354:
    ---
    no peer certificate available
    ---
    No client certificate CA names sent
    ---
    SSL handshake has read 239 bytes and written 326 bytes
    Verification: OK
    ---
    New, (NONE), Cipher is (NONE)
    Secure Renegotiation IS NOT supported
    Compression: NONE
    Expansion: NONE
    No ALPN negotiated
    Early data was not sent
    Verify return code: 0 (ok)
    

    Is there anything else I can provide?

    My other 5 Domains that I have set up over a year ago are still working perfectly without any problem and never had. It just came up with the new domain I wanted to add.

    So why do the old domains don't have that and how can I add the new one like the same as the old?
    Is there a config file I can manually copy from the old domains and set it up manually to avoid the starttls check from the GUI?


  • Error upgrading connection with STARTTLS: 502 5.5.1 Error: command not implemented
    S smilebasti
    Support email relay

    Hi, I got a new domain, added it to cloudron, set up my E-Mail but failed to set up my E-Mail-Relay.
    I want to relay it to my Proxmox Mail Gateway like I do with my other, older and still functioning (Email-)Domains.

    I set it to External SMTP server (No Authentication), enter the PMG host IP and the internal relaying port of PMG 26. I tested it with checked and not checked accept self signed certificates.
    Then I get the error: Error upgrading connection with STARTTLS: 502 5.5.1 Error: command not implemented. That error I think comes from Proxmox.

    Did in the last year something change in Cloudron that now forces the TLS while setup? Can i setup the connection manually to ignore TLS like the other domains do?


  • Nextcloud stuck in update queued after Cloudron Update to 7.0
    S smilebasti
    Support update

    @girish I found this when i clicked update:
    61f3d999-30ce-405d-9639-1e1c26465759-image.png

    Both my apps are running and are accessible.

    I now tried stopping the Nextcloud instance and started it.
    And it the app the 1 dead app is now 2 alive and 0 dead.
    Now i could update normally.

    Not sure what i missed in the first place but now works.

    Thanks for the help 🙂


  • Nextcloud stuck in update queued after Cloudron Update to 7.0
    S smilebasti
    Support update

    @privsec Thanks for the tip. It had enough space and i think the redis service would have restarted with the full reboot.


  • Nextcloud stuck in update queued after Cloudron Update to 7.0
    S smilebasti
    Support update

    @girish Thanks for the checkin.
    Haven't been notified about your reply.

    No the issue still persists.


  • Nextcloud stuck in update queued after Cloudron Update to 7.0
    S smilebasti
    Support update

    Hi, i noticed it first after the update of 6 to 7 that my Nextcloud instance is stuck in updating.

    I tried having a look into the logs but didn't find anything. Tried rebooting afterwards. I forgot about the issue and now came back to this. Everything is set to auto update.

    When i manually click on update now the button disappears after a few seconds, but it only shows update (queued).

    Maybe this could have happened because the backup of the Nextcloud instance took to long. (currently working on a solution for that). The Backups are still working normally.

    What logs are needed for further help?
    Thanks ahead


  • Nextcloud Key is duplicated still after Update
    S smilebasti
    Nextcloud

    Hi,
    i got the overnight Update of my Nextcloud. Now i have the following duplicate Key Error:

    Dec 14 10:59:07 => Applying oc_filecache_extended workaround
    Dec 14 10:59:07 SELECT 9852
    Dec 14 10:59:07 ALTER TABLE
    Dec 14 10:59:07 ALTER TABLE
    Dec 14 10:59:07 DROP TABLE
    Dec 14 10:59:07 Check primary keys.
    Dec 14 10:59:08 Adding primary key to the filecache_extended table, this can take some time...
    
    Dec 14 10:59:09 In AbstractPostgreSQLDriver.php line 51:
    Dec 14 10:59:09
    Dec 14 10:59:09 An exception occurred while executing 'ALTER TABLE oc_filecache_extended AD
    Dec 14 10:59:09 D PRIMARY KEY (fileid)':
    Dec 14 10:59:09
    Dec 14 10:59:09 SQLSTATE[23505]: Unique violation: 7 ERROR: could not create unique index
    Dec 14 10:59:09 "oc_filecache_extended_pkey"
    Dec 14 10:59:09 DETAIL: Key (fileid)=(35050) is duplicated.
    
    Dec 14 10:59:09 In PDOConnection.php line 83:
    Dec 14 10:59:09
    Dec 14 10:59:09 SQLSTATE[23505]: Unique violation: 7 ERROR: could not create unique index
    Dec 14 10:59:09 "oc_filecache_extended_pkey"
    Dec 14 10:59:09 DETAIL: Key (fileid)=(35050) is duplicated.
    
    Dec 14 10:59:09 In PDOConnection.php line 78:
    Dec 14 10:59:09
    Dec 14 10:59:09 SQLSTATE[23505]: Unique violation: 7 ERROR: could not create unique index
    Dec 14 10:59:09 "oc_filecache_extended_pkey"
    Dec 14 10:59:09 DETAIL: Key (fileid)=(35050) is duplicated.
    
    Dec 14 10:59:09 db:add-missing-primary-keys
    

    I just did the latest update manualy but i didn't fix anything. Also i tried restarting Cloudron with Nextcloud in Recovery Mode as mentioned in a different Issue.

    Cloudron is now 6.0.1 and Nextcloud is now 20.0.3 with the Packaged version v4.8.3

    Thanks ahead for your help


  • Strange storage usage
    S smilebasti
    Support docker storage graphs

    @fbartels That's very nice to use. Thanks.

    I narrowed it down to /home/yellowtent/appsdata with 53,8 GB but i would not change something here.
    The other two huge folders are in /var/lib/docker.
    First is /volumes with one large file (53 GB) ending with ...-local-storage. The second (22 GB) is the folder /overlay2.

    Is it safe to run docker system prune -a ?
    Maybe also -volumes? Does this mess anything up with Cloudron if my two apps are running?


  • Strange storage usage
    S smilebasti
    Support docker storage graphs

    Thanks for the reply.
    The Vm has already 5GB of Ram. Swap is about the same of what i can find.

    I will have a deeper look.


  • Strange storage usage
    S smilebasti
    Support docker storage graphs

    Hi,
    as shown in the photo my Cloudron is running out of space. But not from Cloudron or its apps.
    495b3626-e68e-4f57-a3da-e8951bd29adc-image.png
    I have my Backups on an Nas added via SMB.

    There is nothing else installed on this VM. As it could only be Cloudron creating 120GB i am not sure how to clean them up.
    Once i added 100 GB to the VM and formatted it correctly.

    Thanks ahead for your help 🙂


  • Mastodon Terminal not starting
    S smilebasti
    Mastodon mastodon

    This is the chrome console error

    90ffabd6-0d6e-4032-8fd0-95b09922df10-image.png
    website erased


  • Mastodon Terminal not starting
    S smilebasti
    Mastodon mastodon

    Thats the Error i get when i am starting the terminal

    <I deleted the image because it showed the domain name - girish>


  • Mastodon Terminal not starting
    S smilebasti
    Mastodon mastodon

    @girish Ok the 2. thing is also not working.

    1. your command worked fine.
      Anmerkung 2020-04-06 214445.png

  • Mastodon Terminal not starting
    S smilebasti
    Mastodon mastodon

    @girish This is also with Nextcloud (all other)


  • Mastodon Terminal not starting
    S smilebasti
    Mastodon mastodon

    @girish Hi thanks for the fast reply.

    Yes the App in running mode.
    It is saying 'connecting...' only for a second or two with the screen size and then is all going black (terminal)


  • Mastodon Terminal not starting
    S smilebasti
    Mastodon mastodon

    Hi, i just installed Mastodon successfully. After i created an user on the running server i tried to add the user the admin functions through the Terminal.

    The Terminal says: 'Connecting...' and 'If you resize the Window press cntrl+D....'.

    After that the screen switches to full black terminal. I have also tried recovery mode but nothing different. I also had a look in the logs but i found nothing..

    Thanks ahead for your help 🙂


  • Backup to NAS via SMB
    S smilebasti
    Support backups

    As it finally finished Uploading i got this error. Any thoughts on how to solve this and may recognize the Permission earlier?

    Feb 13 19:44:23 box:tasks 1228: {"percent":26,"message":"Copying /backups/snapshot/app_0b0ea93e-1a87-4172-805c-c4171fd00c88.tar.gz to /backups/2020-02-13-110006-815/app_0b0ea93e-1a87-4172-805c-c4171fd00c88_2020-02-13-194423-405_v4.3.1.tar.gz (cloud.wieser.myhome-server.de)"}
    Feb 13 19:44:23 box:shell copy spawn: /bin/cp -al /backups/snapshot/app_0b0ea93e-1a87-4172-805c-c4171fd00c88.tar.gz /backups/2020-02-13-110006-815/app_0b0ea93e-1a87-4172-805c-c4171fd00c88_2020-02-13-194423-405_v4.3.1.tar.gz
    Feb 13 19:44:23 box:shell copy (stdout): /bin/cp:
    Feb 13 19:44:23 box:shell copy (stdout): cannot create hard link '/backups/2020-02-13-110006-815/app_0b0ea93e-1a87-4172-805c-c4171fd00c88_2020-02-13-194423-405_v4.3.1.tar.gz' to '/backups/snapshot/app_0b0ea93e-1a87-4172-805c-c4171fd00c88.tar.gz'
    Feb 13 19:44:23 box:shell copy (stdout): : Permission denied
    Feb 13 19:44:23 box:shell copy (stdout):
    Feb 13 19:44:23 box:shell copy code: 1, signal: null
    Feb 13 19:44:23 box:backups cloud.wieser.myhome-server.de Unable to backup { BoxError: copy exited with code 1 signal null
    

  • Backup to NAS via SMB
    S smilebasti
    Support backups

    Thanks. It worked 🙂
    I only had to add vers=1.0 because my NAS (FritzBox) only uses SMB 1.


  • Reverse Proxy infront of Cloudron gives me to many redirects
    S smilebasti
    Support installation reverseproxy

    It was a wrong configuration on my side but thanks for your support 🙂

  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search