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
  • 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

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Support
  3. Full Cloudron Backups are failing on Cloudron version 7.7.0

Full Cloudron Backups are failing on Cloudron version 7.7.0

Scheduled Pinned Locked Moved Solved Support
backupscifs
23 Posts 6 Posters 1.1k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • nebulonN Offline
    nebulonN Offline
    nebulon
    Staff
    wrote on last edited by
    #3

    Can you manually run df -B1 --output=source,fstype,size,used,avail,pcent,target /mnt/cloudronbackup then via SSH?

    1 Reply Last reply
    0
    • ChristopherMagC Offline
      ChristopherMagC Offline
      ChristopherMag
      wrote on last edited by
      #4

      @nebulon I have run df -B1 --output=source,fstype,size,used,avail,pcent,target /mnt/cloudronbackup via SSH and get the same error:

      cmagnuson@cloudron2:/mnt/cloudronbackup/2024-04-05-000000-649$ df -B1 --output=source,fstype,size,used,avail,pcent,target /mnt/cloudronbackup
      df: /mnt/cloudronbackup: Resource temporarily unavailable
      
      1 Reply Last reply
      0
      • nebulonN Offline
        nebulonN Offline
        nebulon
        Staff
        wrote on last edited by
        #5

        hm so the mountpoint is not in full health then if such basic commands don't work. Do you see any kernel errors in the system logs itself?

        1 Reply Last reply
        0
        • ChristopherMagC Offline
          ChristopherMagC Offline
          ChristopherMag
          wrote on last edited by ChristopherMag
          #6

          I am still looking but after running sudo dmesg I did see the following:

          [   17.363373] FS-Cache: Loaded
          [   17.385124] FS-Cache: Netfs 'cifs' registered for caching
          [   17.387237] Key type cifs.spnego registered
          [   17.387248] Key type cifs.idmap registered
          [   17.387569] CIFS: No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3.1.1), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3.1.1 (or even SMB3 or SMB2.1) specify vers=1.0 on mount.
          [   17.387571] CIFS: Attempting to mount \\actweb.magnusonfinancial.com\cloudronbackup
          [   17.387634] CIFS: Attempting to mount \\actweb.magnusonfinancial.com\paperless-ngx
          [   17.387651] CIFS: Attempting to mount \\actweb.magnusonfinancial.com\Files
          [   17.388884] FS-Cache: Duplicate cookie detected
          [   17.388999] FS-Cache: O-cookie c=00000003 [p=00000002 fl=222 nc=0 na=1]
          [   17.389090] FS-Cache: O-cookie d=0000000061788d75{CIFS.server} n=0000000086d54d7c
          [   17.389210] FS-Cache: O-key=[8] '020001bdc0a82034'
          [   17.389312] FS-Cache: N-cookie c=00000004 [p=00000002 fl=2 nc=0 na=1]
          [   17.389406] FS-Cache: N-cookie d=0000000061788d75{CIFS.server} n=00000000d0a48889
          [   17.389515] FS-Cache: N-key=[8] '020001bdc0a82034'
          [   17.389629] FS-Cache: Duplicate cookie detected
          [   17.389720] FS-Cache: O-cookie c=00000003 [p=00000002 fl=222 nc=0 na=1]
          [   17.389817] FS-Cache: O-cookie d=0000000061788d75{CIFS.server} n=0000000086d54d7c
          [   17.389906] FS-Cache: O-key=[8] '020001bdc0a82034'
          [   17.390004] FS-Cache: N-cookie c=00000005 [p=00000002 fl=2 nc=0 na=1]
          [   17.390099] FS-Cache: N-cookie d=0000000061788d75{CIFS.server} n=0000000058b3c043
          [   17.390190] FS-Cache: N-key=[8] '020001bdc0a82034'
          
          1 Reply Last reply
          0
          • ChristopherMagC Offline
            ChristopherMagC Offline
            ChristopherMag
            wrote on last edited by
            #7

            Possibly related thread. I am currently on 5.15.0-102-generic kernel which is the same one others were pointing at having the same symptom of being able to mount network shares, see their contents, but get resource unavailable as an error via df.

            1 Reply Last reply
            0
            • nebulonN Offline
              nebulonN Offline
              nebulon
              Staff
              wrote on last edited by
              #8

              Can you then maybe check if /etc/systemd/system/mnt-cloudronbackup.mount misses some mount flags for your storage type? If so we can add this in our .mount template I guess

              1 Reply Last reply
              0
              • S Offline
                S Offline
                skeats
                wrote on last edited by
                #9

                @nebulon I am getting all of the same results as @ChristopherMag and I have the following showing on my mnt-cloudronbackup.mount:

                [Unit]
                Description=cloudronbackup

                Requires=unbound.service
                After=unbound.service
                Before=docker.service

                [Mount]
                What=//192.168.100.130/Backups/Backup/Cloudron Backup
                Where=/mnt/cloudronbackup
                Options=credentials=/home/yellowtent/platformdata/cifs/mnt-cloudronbackup.cred,rw,iocharset=utf8,file_mode=0666,dir_mode=0777,uid=yellowtent,gid=yellowtent
                Type=cifs

                [Install]
                WantedBy=multi-user.target

                That is the correct setup with my local Truenas File Server. I went onto my Truenas File Server and made sure SMB1 (CIFS) was enabled on the SAMBA service to rule that out. I did a reboot of my Cloudron server and tried again with the same issue. Weird thing, is that if I go to Backups and click the Remount Storage button, I still remounts and the green indicator is there.

                1 Reply Last reply
                0
                • ChristopherMagC Offline
                  ChristopherMagC Offline
                  ChristopherMag
                  wrote on last edited by ChristopherMag
                  #10

                  This seems to be related to a kernel bug in 5.15.0-102.

                  I have run sudo apt-get update and then run sudo apt upgrade but didn't say yes just to see what packages would be upgraded and I didn't see anything that would be upgrading the kernel:

                  cmagnuson@cloudron2:~$ sudo apt upgrade
                  Reading package lists... Done
                  Building dependency tree... Done
                  Reading state information... Done
                  Calculating upgrade... Done
                  Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
                    libjs-jquery-ui python3-scipy
                  Learn more about Ubuntu Pro at https://ubuntu.com/pro
                  The following NEW packages will be installed:
                    ubuntu-pro-client
                  The following packages will be upgraded:
                    apt apt-utils collectd collectd-core collectd-utils coreutils ethtool firmware-sof-signed libapt-pkg6.0 libcollectdclient1 libldap-2.5-0 libldap-common libwbclient0 python3-update-manager snapd ubuntu-advantage-tools ubuntu-pro-client-l10n update-manager-core update-notifier-common
                  19 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
                  Need to get 32.5 MB of archives.
                  After this operation, 1,268 kB disk space will be freed.
                  Do you want to continue? [Y/n] ^C
                  

                  At this point it seems like a work around is needed to be able to bypass the df check or do something else to be able to get backups while waiting for ubuntu to release an update to the kernel they include.

                  I am going to try to reconfigured backups to go to local storage and them manually copy them over to the mountpoint so that at least I can get a backup for today.

                  @skeats Can you run uname -r to confirm what kernel version you are on?

                  1 Reply Last reply
                  1
                  • S Offline
                    S Offline
                    skeats
                    wrote on last edited by
                    #11

                    @ChristopherMag I am on kernel version 5.15.0-102

                    1 Reply Last reply
                    1
                    • ChristopherMagC Offline
                      ChristopherMagC Offline
                      ChristopherMag
                      wrote on last edited by ChristopherMag
                      #12

                      I have made a /backups directory and run sudo chown yellowtent:yellowtent /backups and then configured the system to backup to that directory and am currently running a backup.

                      After that completes I will work on copying that over to /mnt/cloudronbackup

                      @skeats ps, if you want to paste logs I recommend putting ``` on a new line before the log output and ``` on the line after the log output and then the system will format it with a fixed width font and make it easier to read. Same thing when including commands inline by adding ` at the start of the command and ` at the end of the command so that ps -a turns into ps -a. You can try it out by editing your previous posts if you want to try it.

                      1 Reply Last reply
                      0
                      • necrevistonnezrN Offline
                        necrevistonnezrN Offline
                        necrevistonnezr
                        wrote on last edited by
                        #13

                        If you’re on 22.04, you can safely update to the 6.x kernel: https://www.omgubuntu.co.uk/2023/08/ubuntu-22-04-linux-kernel-6-2

                        1 Reply Last reply
                        0
                        • ChristopherMagC Offline
                          ChristopherMagC Offline
                          ChristopherMag
                          wrote on last edited by
                          #14

                          @nebulon I have added the previously used cloudron backup directory as a volume in cloudron and mounted it.

                          I am about to run cp -r /backups/2024-04-11-161325-365 /mnt/volumes/43cfcd99b751486ea8b2f56a194eb88b

                          Given that the snapshot directories are different in the local /backups folder vs the remote /mnt/volumes/43cfcd99b751486ea8b2f56a194eb88b is that going to cause an issue now or later when I switch back to using the original cifs share as the backup destination?

                          1 Reply Last reply
                          0
                          • ChristopherMagC Offline
                            ChristopherMagC Offline
                            ChristopherMag
                            wrote on last edited by ChristopherMag
                            #15

                            @necrevistonnezr The article made it sound like running sudo apt update && sudo apt full-upgrade would get the update and this was back in 2023 so wouldn't we already have it given that cloudron runs apt to do updates periodically?

                            I also didn't see anything that would update the kernel in the output of sudo apt upgrade listed in my post above. The article also indicated that this would be included in new ISO's but this server was just installed from a freshly downloaded iso about a month ago so it doesn't seem to be included in recent ISOs either.

                            necrevistonnezrN 1 Reply Last reply
                            0
                            • ChristopherMagC Offline
                              ChristopherMagC Offline
                              ChristopherMag
                              wrote on last edited by
                              #16

                              @necrevistonnezr I think if I am understanding this correctly ubuntu has this notion of a HardWare Enablement (HWE) kernel that they maintain for older releases but it isn't the default. So in my case I believe I would need to run sudo apt install linux-generic-hwe-22.04 to get the HWE kernel which would be a 6.x kernel and should resolve this issue.

                              1 Reply Last reply
                              0
                              • ChristopherMagC Offline
                                ChristopherMagC Offline
                                ChristopherMag
                                wrote on last edited by ChristopherMag
                                #17

                                @skeats I have run sudo apt install linux-generic-hwe-22.04, rebooted, confirmed via uname -r that I am running 6.5.0-27-generic, reconfigured my backup settings (you probably wont have to do this as I was changing things to get a local backup), and now I can backup to the cifs share again.

                                @necrevistonnezr Thank you for pointing me in the right direction to be able to use the HWE kernel to bypass this bug.

                                1 Reply Last reply
                                1
                                • S Offline
                                  S Offline
                                  skeats
                                  wrote on last edited by
                                  #18

                                  @ChristopherMag thank you because I ran that command and it worked and my backups are working again with the 6.5.0-27-generic kernel!

                                  1 Reply Last reply
                                  0
                                  • O Offline
                                    O Offline
                                    odie
                                    wrote on last edited by
                                    #19

                                    I had the same issue. For me, it worked to enable “use seal encryption” in the backup configuration. At least when I triggered a manual backup it worked. I’ll just have to wait to see if the scheduled backup runs as well.

                                    1 Reply Last reply
                                    0
                                    • ChristopherMagC ChristopherMag

                                      @necrevistonnezr The article made it sound like running sudo apt update && sudo apt full-upgrade would get the update and this was back in 2023 so wouldn't we already have it given that cloudron runs apt to do updates periodically?

                                      I also didn't see anything that would update the kernel in the output of sudo apt upgrade listed in my post above. The article also indicated that this would be included in new ISO's but this server was just installed from a freshly downloaded iso about a month ago so it doesn't seem to be included in recent ISOs either.

                                      necrevistonnezrN Offline
                                      necrevistonnezrN Offline
                                      necrevistonnezr
                                      wrote on last edited by
                                      #20

                                      @ChristopherMag said in Full Cloudron Backups are failing on Cloudron version 7.7.0:

                                      @necrevistonnezr The article made it sound like running sudo apt update && sudo apt full-upgrade would get the update and this was back in 2023 so wouldn't we already have it given that cloudron runs apt to do updates periodically?

                                      apt full-upgrade is non-standard and not run by Cloudron, I believe.

                                      1 Reply Last reply
                                      0
                                      • nebulonN Offline
                                        nebulonN Offline
                                        nebulon
                                        Staff
                                        wrote on last edited by
                                        #21

                                        Please do not run a full apt upgrade as such, as it may update packages which Cloudron relies on and could render the instance broken. Explicitly updating the kernel should be ok though.

                                        1 Reply Last reply
                                        1
                                        • girishG girish marked this topic as a question on
                                        • girishG girish has marked this topic as solved on
                                        • girishG girish referenced this topic on
                                        • girishG Offline
                                          girishG Offline
                                          girish
                                          Staff
                                          wrote on last edited by
                                          #22

                                          Another customer of ours hit this issue. I wonder what has changed that suddenly CIFS requires SEAL encryption. We have made this default now for next release in any case.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

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