skois

Members
  • Posts

    418
  • Joined

  • Last visited

Everything posted by skois

  1. Do also an ls -l on /mnt/user, Check what is the owner of Public If its still nobody:users, I can't understand what is the problem there. You can try Tools > New Permissions and select public share to fix all perms.
  2. You must be logged in as dehein in this share, to be able to delete/edit files, are you logged in?
  3. What is the share settings for the Public share? (Shares > Public > (bottom part ,SMB Security)
  4. Check permissions of the parent folder(s) Sent from my Mi 10 Pro using Tapatalk
  5. When the file is owned by nobody, Everyone can delete/edit it
  6. I had some lockups(like 3 in the period of 1 month) lately, but i had enabled syslog to store on a file, so i could see what happened. it was something with netfilter and macvlan. I know that ryzen had some problems with it at some point, not sure if it affects other cpus also. For now i just moved docker and VMs to my second NIC (builtin on the motherboard), and i'll see how it goes.
  7. Is your CPU a ryzen? Do you have any dockers with network set to a static ip? (Custom: br0)
  8. Search this forum for "hairpinning" you'll get the answer you need
  9. Throw your Mac out of the window [emoji23] Joking. On your nextcloud appdata folder, delete all dsstore files. It's just apples hidden file to store folder settings like what columns to show etc Sent from my Mi 10 Pro using Tapatalk
  10. Also install open files plug in, might help to see what is being used the time it dies Sent from my Mi 10 Pro using Tapatalk
  11. You just said that you can't even restart the server.. Try this leave nextcloud and db for couple days off. And see if it still does that.. Sent from my Mi 10 Pro using Tapatalk
  12. Sounds like your server locking up, not nextcloud only.. I don't think nextcloud container is responsible for this Sent from my Mi 10 Pro using Tapatalk
  13. This does not seem to be a container issue anyway. Better to seek help in nextcloud forums
  14. One solution would be to edit your hosts file in each computer in home
  15. I think in nginx proxy manager, on the advan Ed tab you need to wrap everything in Location /{ everything here } Sent from my Mi 10 Pro using Tapatalk
  16. Probably this -> https://www.reddit.com/r/NextCloud/comments/ayhlji/unable_to_download_files_larger_than_1gb/
  17. From a fast google search in github issues of nextcloud, they say that it should be fixed on the latests updates. If you are on latest update, try posting a bug report in their github.
  18. I don't think you still have this problem anymore right? I had the same problem about 3-4 weeks ago. There was a problem with nextcloud app store servers (IIRC). I haven't seen that error for some time now. So if you don't have any problems now, you can ignore it
  19. You seem to have log level too high and it's logging too much info that is meant for debug. On the link you can see how to change that. And there is also info on how to change the location of the log file. But remember where you set it to be, because in the future if you have another problem and someone asks for the logs, you have to know where it is https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/logging_configuration.html
  20. Well, nextcloud is not aware if you run the docker in unraid or how you have setup your cache and disks. Solution would be to have nextcloud share to prefer cache, that means files will stay in cache until is full. With this you loose parity. Or just fix the installation to not produce errors, not writing to log would be very rare. Sent from my Mi 10 Pro using Tapatalk
  21. The nextcloud.log is existing file so after its moved one time in the array it stays there. Updates on files don't move them to cache. If you delete the file, the new one will be created automatically and will be on cache. Until mover is run again Sent from my Mi 10 Pro using Tapatalk
  22. New files will go to cache, not existing [emoji4] Sent from my Mi 10 Pro using Tapatalk
  23. I have this in my config.php , and i'm getting mp4 previews. Btw if you want to have thumbnails on new uploads, you need to add a cronjob generating them. https://github.com/rullzer/previewgenerator#how-does-the-app-work 'enabledPreviewProviders' => array ( 0 => 'OC\\Preview\\Image', 1 => 'OC\\Preview\\MP3', 2 => 'OC\\Preview\\TXT', 3 => 'OC\\Preview\\PDF', 4 => 'OC\\Preview\\Movie', 5 => 'OC\\Preview\\Photoshop', 6 => 'OC\\Preview\\TIFF', 7 => 'OC\\Preview\\SVG', 8 => 'OC\\Preview\\OpenDocument', ),
  24. What did you set this Data folder while installing?
  25. If you give your users access only via webdav or via nextcloud only, you set the permissions on the external storages and nextcoud shares.