Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (โ‹ฎ) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

lusitopp

Members
  • Joined

  • Last visited

Everything posted by lusitopp

  1. That was the first thing I tried, didn't get it to work.. it only says smb is offline and the mount button is greyed out.
  2. Hi, First some quick background so you understand what I want to accomplish and why. I don't have any backup for my important things on Unraid. I do have $150 monthly credits on Azure, so backup for free ๐Ÿ˜ƒ I do know that rclone exists as a docker, but rclone only supports Azure Blob and not Azure File Share, with Blob storage I don't get backup and snapshots as I get with Azure File Shares. If I use Blob storage and something happens on my unraid (files are corrupted or deleted), the next rclone sync will corrupt or delete the files on Blob Storage. So if I create a File Share I can mount that share in a Linux machine, I have already tested this on a VM. So what I want to do is to mount my Azure File Share in Unraid and then use rsync to mirror some folders to Azure. This is what I did on my test VM (generalized strings in the example). sudo mkdir /mnt/test if [ ! -d "/etc/smbcredentials" ]; then sudo mkdir /etc/smbcredentials fi if [ ! -f "/etc/smbcredentials/mystorageaccount.cred" ]; then sudo bash -c 'echo "username=mystorageaccount." >> /etc/smbcredentials/mystorageaccount..cred' sudo bash -c 'echo "password=supergreatpassword" >> /etc/smbcredentials/mystorageaccount..cred' fi sudo chmod 600 /etc/smbcredentials/mystorageaccount..cred sudo bash -c 'echo "//mystorageaccount.file.core.windows.net/test /mnt/test cifs nofail,vers=3.0,credentials=/etc/smbcredentials/mystorageaccount..cred,dir_mode=0777,file_mode=0777,serverino" >> /etc/fstab' sudo mount -t cifs //mystorageaccount..file.core.windows.net/test /mnt/test -o vers=3.0,credentials=/etc/smbcredentials/mystorageaccount..cred,dir_mode=0777,file_mode=0777,serverino Iยดm quite new to Linux so my main questions is, how to I translate this to be working on unraid? Where shall I put my .cred file so it persists after reboot? Where shall I put the mount string so it persists after reboot and auto mount? Is there anything else I shall think about or do you have any concerns regarding this setup?
  3. Hi, the docker Adminer updates really often, I have updated it 3 times today.. is something wrong or is new version released this often? it is not the first time I have updated it several times on a single day.
  4. Thanks for your response! Have deleted the files now.
  5. Hi, My Appdata share says that "some or all files unprotected". My share settings was prefer: cache. I disabled docker and changed this to cache only and then ran the mover. But it still says "some or all files unprotected". After looking into the appdata folder on disk2 and appdata folder on cache drive i can see that several files exists on both places. Is there any way to be sure about which files that are in use? i would like to just delete/rename the appdata folder on disk2 but im afraid that i will break something. Looking at last modified i see that many files on disk2 has a more recent date then the files on the cache drive.
  6. Hi! I'm having problems with renewing my certificates (they expires tomorrow) and I'm hoping that I can get some help from you. In my router I have port forward for 80 and 443 to my unraid server and the ports 180 and 1443. My SWAG container has HTTP as 180 and https as 1433. The external access to my dockers work (at least for https, I don't have anything on http to access). If i try to browse http://domain.io i get redirected to https://domain.io this is what the log says. any suggestions? EDIT: Well, it was all my fault, as usual. My firewall is constantly complaining about intrusion attempt, so I geoblock countries. LetsEncrypt couldn't fetch the challenge since I had blocked USA.
  7. I'm trying to install an app which requires PDLIB, how do I install this in the docker? The guides I found is how to enable this on linux servers.
  8. Hi, To start with, a lot have happen in the last days on my server, I had a usb drive crash with no backup, so I had to start all over with configuration. I'm using 6.10-rc2, yesterday I had no problems starting my gaming VM. During the day I corrected some warnings in the "fix common problems", it was nothing big, mostly "enable this yyy". But today, starting my VM the syslog fills up immediately and my VM doesn't output anything on the display. This is shown in syslog, this is my gpu. Dec 9 07:29:11 Tower kernel: vfio-pci 0000:0c:00.0: BAR 1: can't reserve [mem 0xc0000000-0xcfffffff 64bit pref] And this is spammed until my log is full. As I said, yesterday this VM worked. and after I used it the last time I did a server shutdown. And now this morning it doesn't work. tower-diagnostics-20211209-0748.zip
  9. Great success, thank you!
  10. It does work but it is not persistent, after each reboot the VM my creatad boot record is gone. I go to Boot Maintenance Manager Boot Options Add Boot Option Select my nvme drive where windows 11 is installed EFI\Boot\biitx64.efi Add Description Commit Changes and Exit Change boot order Commit Changes and Exit Continue. This will boot my windows 11 VM. but just until next restart, then i have to do this all over again. using 6.10-rc2, OVMF TPM bios, Q35-6.1
  11. Hi there! I tried to passthrough my nvme, and that worked, the windows installation found the drive and i could install windows but after the first reboot it seems that device is not bootable, i end up with "press ESC to skip startup.nsh" and then its just stops and im in the shell. Any suggestions about this?
  12. Yeah, i have created a 30gb partition with diskpart and formatted it as FAT32, will try to copy the content to the drive and use the "makebootable.bat" file and see if it works.
  13. So my old usb died so i bought another one, they only had 64GB in stock and bought that one, now it seems that the USB Flash Creator tool is stuck on "syncing files system..." And now when i read on the download page is says that the usb can be maximum 32GB. Is there a way around it or must i buy a new USB again?
  14. No input at this at all? well, lets hope its plug'n'pray then. im a little bit worried about configuration for macvlan, shares, users and password, and ofcourse the disk.cfg that shall be edited that dont exist.
  15. I'm preparing for my new drive by reading https://wiki.unraid.net/Manual/Changing_The_Flash_Device The docs say this: The thing is, in my newly created usb drive I have no disk.cfg in the config folder. So shall I create it or will my array not start at boot since the file is missing?
  16. Hi, This morning when rebooting my server it seems that my USB stick is broken. UEFI doesn't find it as a bootable device and if i plug it into a windows laptop it says that i need to format the drive. First, it seems that i dont have a backup of the device, thought i had but cant find it. So how many problems can i expect when booting up with a clean usb? second, how "hard" is it to replace the usb sticks? i have another quite old drive home, and i want my server up asap. so thinking of using that drive now and replace it with a new drive soon.
  17. This was a good point, hadn't even thought about that, will do this when its time to reinstall next time ๐Ÿ˜ƒ this time i went for sata bus, last time i used virtio
  18. Hi, my name is Stupid! My VM was acting up so I decided to delete my VM and create a new. And I thought "I have reinstalled my VM so many times now so I remember how to passthough".... Yeah right!!! Primary vDisk Location: Manual /dev/disk/by-id/ata-KINGSTON_SA2000M81000G_50026B72824BF6A7 This gives me "Not a valid block device location '/dev/disk/by-id/ata-KINGSTON_SA2000M81000G_50026B72824BF6A7'" Any suggestions about this? And also, when creating a new VM some settings is predefined in the disk settings, Primary vDisk Size: 30G Primary vDisk Type: raw Primary vDisk Bus: VirtIO Shall these be edited when doing the passthrough? EDIT It's solved, did run ls /dev/disk/by-id/ and found that I should use nvme- and not ata- "/dev/disk/by-id/nvme-KINGSTON_SA2000M81000G_50026B72824BF6A7" But one question remain, which vdisk bus shall i use
  19. Today I have a 6TB parity and a really old 3TB drive (uptime for over 7 years). Since 8TB was cheaper than 6TB (black friday) I bought the 8TB. So now I want to replace 6TB with the 8TB for parity and then replace the 3TB with the old 6TB parity drive. But since my license is only basic and I already have 6 devices I guess I cannot plugin my new 8TB and do the swap since I would have 7 devices for a short time. So what is the best way?
  20. Hi, Im running on the basic license and I have all 6 drives in use. Now i want to do "The parity swap procedure", but if I boot up unraid with the new drive plugged in I will have 7 drives. So what is the best way to do this? Turn off machine, remove old parity, insert new parity and rebuild?
  21. This worked for me also, Thanks!! To bad the game doesn't run good on my computer (big battle, 40 fps with everything on low, 6c/12th (3900X), 16gb memory, gtx 1070
  22. Hi, I'm running 6.9.2 with a Win11 VM, today I installed Halo Infinite Multiplayer, both via Steam and Xbox app. In both applications the game instantly crashes. So since my Win11 is not compatible I installed a new Win10, installed Steam and then Halo, but same here, game crashes a few second after i click "start". Have anyone successfully played this game in a VM?
  23. Hi, I recently changed from Android to iOS and now i cant sync contacts and calendar. It seems like iOS cant sync with a username in the format "firstname lastname" nor "[email protected]". I have tried with a dummy user that had the username "kaka" and then it worked. So i need to create a new user for me and migrate all data to that user, what is the easiest way to migrate?
  24. Hi, I recently purchased my first iphone for 10 years and now I can't sync caldav/carddav from my own Nextcloud. Im putting the issue here since it seems to be a certificate error. I have no problem to browse to my nextcloud or to sync caldav/carddav on my old android. But when I try setup a caldav account in my iphone i get certificate error and the certificate shown is the certificate for my Unifi router. Does anyone know why and how to fix it?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions โ†’ Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.