je82

Members
  • Posts

    468
  • Joined

  • Last visited

Converted

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

je82's Achievements

Enthusiast

Enthusiast (6/14)

36

Reputation

8

Community Answers

  1. I think what im asking here how safe are the passwords stored in smbpasswd file, can they be decrypted?
  2. Hi, I am concerned about the security, since we cannot encrypt the usb how safe is the passwords we store for users we've created in the unraid gui? I check cat /boot/config/passwd and it seems to contain cleartext usernames which is fine i guess, but the passwords must be stored somewhere too, are these safe or can they be decrypted by a potential attacker that gains access to the usb drive?
  3. There's been some discussion regarding what command to use, either powerdown or poweroff. I feel like poweroff is more efficient at actually successfully shutting down the system, even though it might result in a parity check once you power back on, powerdown seems to stall very often and wait for something. Is there any clever person out there that has made a combination of powerdown and power so it issues powerdown but if it stalls for 5+ minutes, then issue poweroff and just cut it there? Being at remote location and working with unraid having it stall randomly during shutdown is brutal, so i wish there was a solid way to 100% shut it down everytime even if something like mover is still running.
  4. One of the biggest downsides to unraid for me is the fact that if there were to be any parity sync errors its very difficult to know what files may have been affected by the error. I don't know if there is a simple solution to this, i guess you could use the hash plugin to create a unique hash for every file and then have it compare the hash on all files and if it has changed then there's the problem.... but this requires a massive amount of cpu power and time if you have many files/big array. I'm not by any means smart, my hopes is that the brilliant people behind unraid can build a feature that can detect what files have gone bad from corruption in a better more efficient way?
  5. Im trying to figure out if i am experiencing a privoxy issue or if its a email client issue. So i am running a business, and previously i've always used a browser based webmail, which worked fine but i wanted an actual imap client to work with and i found one (the bat) that is nice for my needs. The only issue is when you send email from an email client the actual ip address of your source connection sending the email is embedded by design, i don't want this obviously. its 2023 and exposing your public ip to strangers is a bad idea in general especially for me when i have a static ip, so the solution was to put up a privoxy proxy and use a vpn to send the emails through. The problem: I have setup a privoxy using this containers and everything seems to work fine, i can test the socks5 proxy with a browser and see that if i use it for my traffic the vpn ip comes up. It never lags or slows down when using a browser, but when i use it with my imap mail client the handshakes to the server can take up to 2 minutes of time, and it times out often, and just works really really bad. I have no idea why this would be, whenever i use the bat without proxy it works fine. My question: Do any of you know any setting that could cause email imap to be really slow with privoxy default settings? I've asked chat gpt but no great ideas there, i tested changing the keep alive to 0 etc but none of it seems to change anything, running the email via the proxy is incredible slow and nearly unusable. All ideas welcome.
  6. Ive checked the root of /mnt/disks/Appdata_backup both by using the direct link in the gui and via cli and there are no additional files or folders anywhere from this particular mount point, indeed very strange. I cannot run bleeding edge i use my unraid for work and stability is key to my use case, i prefer to be behind a few versions for this reason I guess ill figure it out eventually, i have a lot of additional space for now anyway, but it ponders my mind how it can be EDIT: Found the problem, apparently the docker container is only 13gb on the disk using it, but on the copy its 30gb, not sure why this is but that is whats causing the difference, i'll figure it out. Cheers!
  7. Hi, I am using Unassigned Devices to mount a secondary nvme drive and clone the data from the main nvme drive to this one but i have a question regarding the displayed used data as it does not seem to match. 1. I have first nvme mounted to the array in pool /mnt/nvme_appdata 2. I have used Unassigned Devices to mount the secondary nvme at /mnt/disks/Appdata_backup 3. I use rsync to clone the data from /mnt/nvme_appdata to /mnt/disks/Appdata_backup | rsync -avu --no-i-r --delete --stats --exclude=.Recyc* /mnt/nvme_appdata/Appdata/ /mnt/disks/Appdata_backup/Appdata/Appdata/ The problem is, the displayed used space it doesn't match! according to unraid there is an additional +20gb of data on the Unassigned Devices nvme device? As you can see the main device that is being backed up only has 164gb , yet the device backing up to has 184gb? Both devices is formated with the same type of filesystem. Rsync command runs and it completes without fail, i can see in the log from rsync that it is deleting files that are not on the main /mnt/nvme_appdata. Is this some kind of weird display bug with Unassigned Devices plugin? Actually using df -h it reports the same: /dev/mapper/nvme0n1p1 745G 153G 593G 21% /mnt/nvme_appdata /dev/mapper/Appdata_backup 745G 172G 574G 24% /mnt/disks/Appdata_backup So probably not a unassigned devices issue, very strange, never seen anything like it, there are over 7 million objects being synced though, could there be metadata differences that causes a whooping +20gb of data? it seems crazy to me.
  8. I have the strangest bug with this plugin i just noticed, i am not sure when it started but for whatever reason the plugin feels like one of my drives is "not present" yet it is detected in unraid and also detected in the disk location plugin itself so i can allocate it to a slot... Any ideas how to fix it? Unraid 6.10.3 EDIT: Force scan just fixed it
  9. Everytime i try to vnc to a VM using the shortcut thats inside unraid you click the vm and get a drop down menu you click "VNC Remote" i have to restart my browser for it to work, the error message in the log is always: Using firefox, is this a firefox issue or something else? Its not a massive deal because i only have to access once via vnc to enter encryption key for vm to start, but still annoying to have to exit the entire browser, and start a fresh session. It never fails if i restart the session, works every time. On Unraid Version: 6.10.3
  10. think a simple google search answered my question: ill be using the parity check tuning by @itimpi until i upgrade my unraid to a more modern version
  11. Hi, I am having a hard time understanding the Parity Check scheduler settings in unraid 6.10.3, see screenshot below for my current configuration: What i expect from this configuration is: Every first wednesday of April, August, December, a parity check is starting to run at 07:00 in the morning. After it has ran for 7 hours, it will then pause, and then resume at 07:00 on thursday, same for friday etc, until completed. This is not what happens. Unraid starts parity check on the correct time/day/month, but it never stops after 7 hours has accumulated, it runs until it has completed in one big swoop. Is this a bug in unraid 6.10.3 or is there any misunderstanding on my part on the settings?
  12. weirdly enough i had a stable server and started seeing these recently, i have not changed anything in my configuration except updated some docker containers, and yes i am using macvlan and a static ip on each docker container. It occurs very rarely for me, but i've seen it once or twice before. My first attempt to resolve it was updating the bios and lowering the memory speeds to 3000mhz instead of the rated 3200mhz just to see if it went away but nope. On unraid: 6.10.3 Ideas?
  13. just reporting back, bios update and re-seating of the pci cards didn't change a thing, but it appears the fix jorgeb recommended solved it
  14. Will do if what i did didn't fix it, saw someone else said to update bios if on a x399 motherboard, so i did, also reseated the pci cards, booted the system and the error messages are gone but unsure if they were always present on booting the system or if they are random. Anyhow will try your solution next if they appear again, thanks
  15. Hi, Ive seen this in the log today from one of my NAS servers, can anyone help me understand what the problem is and maybe how to fix it? Thanks. worknas2-diagnostics-20231109-0921.zip