je82

Members
  • Posts

    468
  • Joined

  • Last visited

Everything posted by je82

  1. Hi, Moved my unraid installation to new hardware, i have the following problems: 1. Cannot ssh to the server, do i have to delete some keys to have them regenerated based new hardware? If so, where do i do this? 2. Some error in the boot regarding removing an nvidia plugins folder, not sure if i need to bother with this but i've included the message in the picture below. Everything else so far seems to work good!
  2. Ive been using unraid for a long time now, but i have never used it as a virtual machine host which is something im about to start doing soon. I was looking at the default vm settings and shares that come with a trial version of unraid and i am confused to why the share "Isos" is set to Yes : Cache? Is there a benefit to this other than having the vm installation go slightly faster than if it would be set to hold isos on the array? Or is the iso somehow used for the virtual machine after installation so it would be a performance benefit to having it on the cache always?
  3. Found the issue, a sync script was setting "+" on the backup share, causing issues with new folder permissions. Solved. root@NAS:/mnt/disk4# getfacl Backup/ # file: Backup/ # owner: nobody # group: users user::rwx user:nobody:rwx group::rwx group:users:rwx group:3006:rwx mask::rwx other::rwx default:user::rwx default:user:nobody:rwx default:group::--- default:group:users:--- default:group:3006:rwx default:mask::rwx default:other::---
  4. Restarting the array did not help, the backup shares, whenever a folder is created it does not respect the smb rules for whatever reason, all other shares that are identical except the name of the share all function fine, it is just the backup share particular. I have tried to remove the permissions and re-do them on the backup share without avail, what the hell is this mess? Any ideas anyone?
  5. More confusion, i have another share where the same permissions are setup exactly as my /backup/ share shown above on the same unraid install, this share i can create, delete folders as normal everything operates normally, what makes this backup share so unique? Clearly a bug somewhere
  6. More info, seems to only be related to when creating folders, but i have the smb global settings to force folder creation via smb to 777, and this has worked before, nothing has changed on my unraid as far as i know. Or perhaps i never verified that folders worked but i feel like my sync that runs every 7 days should have been giving me issues previously too...
  7. More details, another computer accessing same share exactly the same issue. So the issue is on unraid not on the windows clients as more machines behaves the exact same way, what is your take? SMB bugged out completely?
  8. Hi, I have not had this problem before but suddenly today when my sync job to an unraid share on my windows 10 machine was going to run i got errors that i didn't have access to the share. After investgating i came accross the most strange issue. 1. I can create folders via explorer to the share, but when i do it always creates 4 folders in a row instantly, even though i just created one (What?) 2. Folder becomes instantly unaccessiable after creation. 3. I verify that i am indeed logged in as the user i think i am. 4. I verify that the share in question does indeed allow the user in question to read/write to the share. Anyone know what this is? I have not rebooted windows yet, but i am curious why this is happening, here is a video of the occurance. https://youtu.be/E52yjFUBb18
  9. Hi, I want to change my current config of 2x 1tb ssd as a btrfs volume to 2 separated 1tb xfs encrypted volumes. What is the best way to go about this? My take: 1. Copy all data of the cache volume including docker img etc. 2. Shut down array and all docker containers This is where i am not sure anymore, do i need to do "new config" and then assign all other drive arrays as previous but with the cache volumes i assign them differently?
  10. Hi, Supermicro has this feature where they have dedicated SATA ports on some of their motherboard that support some kind of device that acts like a harddrive but is a small flash drive but faster then a ssd, they call this "SuperDOM" (https://www.supermicro.com/products/nfo/SATADOM.cfm) I am interested in hearing if i can use a device like this for my unraid install rather then a slow flash usb drive? What say you?
  11. i am interested in this plugin. a question regarding performance: i understand that blake3 is best if you have a cpu that supports it? i have a hard time understanding exactly what "Automatically protect new and modified files:" does. by having it enabled it writes data to the meta of the file? what would be the use of this? it says that i have to maintain something on my own if i have this disabled, not exactly sure what this means? my worry by the plugin writing to "extended attributes" is that the file is detected as changed by rsync resulting in my backup script having to overwrite all files to the backup server but maybe i am wrong here?
  12. interesting, yes i see that it would be very useful incase of errors detected while rebuild to see what was actually corrected/changed. i wonder if it is worth the extra load to have these checksums stored. i have many files on my array, over 20 million, i believe that may be a little heavy lifting, but perhaps i am going about it the wrong way? perhaps the amount of files does not matter but the size of the file? the bigger the file the longer its hash is to compute or am i completely wrong here? anyway, i may do some tests to see i can have the plugin just for the sake of it, its nice to have that little extra intellgience of checksums just in case something was changed. i actually did a little script to my rsync backup routine that checks the checksum of 100 random files accross my array that is never suppose to change, why? well its a bad attempt at having some kind of minimal protection against cryptolocker type attacks, in case any of the files are changed across the array the backup script will not run its routine and possibly save me from backuping cryptolocked files, there may be a more sophisticated way of doing this but i am far from sophisticated so it works for me
  13. Thank you, very interesting. How heavy is this on a massive array? I take it may require a lot of read/write and cpu cycles to compute every file? Once it is done once per file is it faster or does it always take the same amount of time? Also interesting, i use btrfs as my cache because i have 2x of them and that was the recommended setup when i started using unraid, never had any issues with it. What are the upsides vs downsides with btrfs? I have big trust in the xfs encrypted filesystem because i have all the tools needed to mount and rescue data incase of total disaster (both parity breaks and array goes down, i can still mount each single disk and take data that way). Not sure if that is possible with btrfs.
  14. I wish there was a build in way or via plugin a way to monitor the smb protocol for when and where and from what ip a file was accessed/moved or deleted, with option to exclude certain users like root:root that runs the mover scipt etc. Something like Open Streams displays what file is being access by what ip, but output this to a logfile on a storage location of my own choice so i can go back and see what was access by who when and where, this would be really cool and something i miss.
  15. One of the main features that some other storage solutions offer but unraid does not (as far as i know) is some kind of bitrot detection. This would be something i would prioritize for future unraid releases if i was the one building it. Hope to see some solution to this in the future!
  16. Hello, i am trying to understand how to configure SSMTP_HOST with this container. I tried adding "--environment=SSMTP_HOST=blabla.com" as an extra parameter when starting the container but it says unknown parameter. But watching this video, you can see the enviorment parameter, as well as the net_admin, net_raw which are included extra parameters with this container: Since --cap_add=net_admin is a parameter, i asumed that --enviroment would also be but it isn't so how exactly do you configure the ssmtp stuff with this container?
  17. I a m intrecidble confused by the NginxProxyManager, can someone please tell my the container is writing logs to 2 paths with identical data? In /mnt/cache/Appdata/NginxProxyManager i have 2 folders: /Log /Logs Both contains 983 files, and 1 folder, both seems to be log files with identical data, whats the point of having 2 paths with the exact same data? Why is this happening?
  18. Active Streams i a neat little plugin, but i would really like to see an option to include its data display on the dashboard, its so hidden away. Is there an easy way to do that? Another thing i would love is to output the data active streams sees to a logfile with timestamps, is there any plugin for that type of logging? To see what was accessed when by who (ip / user)
  19. Thanks, from what i can tell its only the plugin configurations that are stored there. I have manually added a lot of docker containers that did not have pre-made templates, maybe that is why they are not showing up in the Previous Apps? I would want a way to save these configurations too.
  20. The plugin seems to be mostly focused on backuping the appdata folder which is something i am confident i am already doing. Can someone give me an idea how the configuration files for the docker containers in unraid are stored? For me the configuration of paths, ip addresses, names is a lot of work to do as well considering the amount of dockers i am starting to use i want these templates stored somewhere. I do not feel confident in relying on "Previous Apps" in the Apps tab as it already now doesn't even show half of the dockers i have installed so that wouldn't work for me. Could someone please tell me how unraid stores its docker container configurations? And how i can focus on only backing these up, i already have the appdata folder under control.
  21. Hi, Due to unraids awesomeness and how easy it is to setup dockers i've started to migrate more and more of my own things into docker containers. This is fun and all but risky, if unraid would crash it would be a pure hell to reconfigure everything and i want to save myself the trouble. How can i make sure to backup everything when it comes to the docker configuration and setup? I have already made a cronjob that automatically backs up everything in /mnt/cache/appdata/* but i dont think this is all the configuration. Each docker file inside unraid also has a template config, mapping of folders, paths, ip addresses etc. What more do i need to save to make sure if unraid would crash i wont have a month of headache trying to figure out my old setup again? Thanks!
  22. Hi, I tested this container and i can't get it to work, it seems the db script isn't running successfully? Is it because my backend db is a mariadb and not mysql? In my past experience MariaDB has been fine to use with mysql but i read there could be issues very rarely. Here's a log from starting the container: Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/agendav/web/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2636 Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/agendav/web/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2665 Loading configuration from file: migrations.yml AgenDAV DB schema WARNING! You are about to execute a database migration that could result in schema changes and data lost. Are you sure you wish to continue? (y/n) [Symfony\Component\Console\Exception\RuntimeException] Aborted migrations:migrate [--write-sql] [--dry-run] [--query-time] [--allow-no-migration] [--configuration [CONFIGURATION]] [--db-configuration [DB-CONFIGURATION]] [--] [<version>] AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 1.1.1.122. Set the 'ServerName' directive globally to suppress this message AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 1.1.1.122. Set the 'ServerName' directive globally to suppress this message [Wed Jun 15 20:43:30.322484 2022] [mpm_prefork:notice] [pid 12] AH00163: Apache/2.4.53 (Debian) PHP/7.4.28 configured -- resuming normal operations [Wed Jun 15 20:43:30.322514 2022] [core:notice] [pid 12] AH00094: Command line: 'apache2 -D FOREGROUND' Looking in the database i see that it creates a table called "Schema_versions" but there's no columns or data inside it. Any ideas? Edit: I fixed it , i had to ssh into the container and run 'php agendavcli migrations:migrate' from the /var/www/agendav path and then simply press "y" and the script wrote all the content needed to the database.