caillou

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

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

caillou's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hello, I have used the Unifi Controller on my laptop until now and would like to migrate all of this to an Unraid Docker container. But there are two points I don't understand in the Readme on Dockerhub: DHCP and USG I don't understand the actual problem, nor the solution proposed. What is meant by "network connected devices"? Aren't all devices that try to get an IP from the DHCP Server "network connected devices"? Is the solution to set the IP address of the USG in this field? Device Adoption What is the IP address I should add here? Is it the IP address of the host, meaning the IP address of my Unraid server? Corollary Question Would I avoid all these problems by using a host network?
  2. The input fields of the Unraid USB Creator macOS in "Dark Mode" are not readable. Both the background color and the text are white, c.f. attached file.
  3. @itimpi That was exactly it! The data is back! I used an old SATA-to-USB controller. Tried it with another one from the office, and the disk mounted. Can I ask you, what tipped you off?
  4. @trurl I installed unRAID and unraid tells me the disk is 802 GB (instead of 3000 GB), and it says "Unmountable: Unsupported partition layout". Is there any chance I can save this data?
  5. @trurl Thanks for your quick response. If I specify the partition, I get the following error: $ sudo mount -t xfs /dev/sdb1 /mnt/unraid-disk mount: /mnt/unraid-disk: special device /dev/sdb1 does not exist. `fdisk` returns the following information: $ sudo fdisk -l Disk /dev/sdb: 746,5 GiB, 801569726464 bytes, 1565565872 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x00000000 Device Boot Start End Sectors Size Id Type /dev/sdb1 1 4294967295 4294967295 2T ee GPT Interestingly this is a 3TB disk. So you have a suggestion as to what I could try next?
  6. Given the following situation, due to user error: * A single data disk of an array has survived. The others have been formated. * The unRAID USB disk has been formated. I would like to mount the remaining disk and save the data. Here is what I have tried from the Terminal in Linux: $ sudo mount -t xfs /dev/sdb /mnt/unraid-disk mount: /mnt/unraid-disk: wrong fs type, bad option, bad superblock on /dev/sdb, missing codepage or hepler program, or other error. I am pretty sure I did not format or write to this disk in any way. How can I mont this disk in Linux? Is this even possible? And if not, is there a procedure to save the data on that disk?
  7. @limetech Sorry to annoy you about this, but do you have an approximate ETA for 6.7? Just to know if it is worth setting up a Raspberry Pi with OpenWRT or simply wait. I would need to deploy an IPSec VPN server before Christmas 🎄…
  8. @limetech Oh! Thank you so much! Looking forward!
  9. I am trying to get the following Docker container to run: hwdsl2/docker-ipsec-vpn-server The instructions on GitHub require to run the following line of code in order to load the IPsec `af_key` kernel module: modprobe af_key Running this on the CLI gives me the following error: modprobe af_key modprobe: FATAL: Module af_key not found in directory /lib/modules/4.18.20-unRAID How would I go about installing this kernel module on my unRAID server?