TEKI

Members
  • Posts

    11
  • Joined

  • Last visited

TEKI's Achievements

Noob

Noob (1/14)

2

Reputation

  1. How can I add a "WebUI" option? I see the option but cannot add the hyperlink.
  2. When try to install Macinabox, I got below error message, can anyone help me. I don't have any problem in installing other dockers or plugin in App Market, I am running 6.12.8 ///docker run -d --name='macinabox' --net='bridge' --privileged=true -e TZ="Asia/Shanghai" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="macinabox" -e 'flavour'='Big Sur' -e 'vminstall'='Auto install' -e 'vdisksize'='100G' -e 'vdisktype'='raw' -e 'opencore'='stock' -e 'replaceopencore'='no' -e 'overridenic'='no' -e 'VMIMAGES'='/mnt/user/domains/' -e 'ISOIMAGES'='/mnt/user/isos/' -e 'injectfixxml'='yes' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://raw.githubusercontent.com/SpaceinvaderOne/Docker-Templates-Unraid/master/spaceinvaderone/docker_icons/Macinabox.png' -v '/mnt/user/domains/':'/domains':'rw' -v '/mnt/user/isos/':'/isos':'rw' -v '/mnt/user/appdata/macinabox':'/config':'rw' -v '/mnt/user/system/custom_ovmf/':'/customovmf/':'rw' -v '/boot/config/plugins/user.scripts/scripts':'/userscripts':'rw' 'spaceinvaderone/macinabox' Unable to find image 'spaceinvaderone/macinabox:latest' locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp [2600:1f18:2148:bc02:445d:9ace:d20b:c303]:443: connect: network is unreachable. See 'docker run --help'. The command failed.///
  3. I have Xpenology VM and I would like to mount it's vdisk in Unraid, there is only one vdisk. I follow SpaceInvader One guide but fail (it can successfully mount windows VM vdisk) the main problem, Unraid can identify the vdisk but not able to read it's content (cannot read partition information), below is the result of error. what should to read the content? root@Tower:~# modprobe nbd max_part=8 root@Tower:~# qemu-nbd --format=raw --connect=/dev/nbd0 /mnt/user/domains/DS918/vdisk2.img root@Tower:~# fdisk /dev/nbd0 -l Disk /dev/nbd0: 3.59 GiB, 3851354112 bytes, 7522176 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 root@Tower:~# mount /dev/nbd0 /mnt/user/vdiskmount/ mount: /mnt/user/vdiskmount: wrong fs type, bad option, bad superblock on /dev/nbd0, missing codepage or helper program, or other error. dmesg(1) may have more information after failed mount system call.
  4. when I view the person in People Page, it will crash the docker and I try several times getting same result. I can see all CPUs and RAM load at 100% right before crashing., there are >100 image recongizned for a person. Here is the log file extracted. I am running Unraid 6.11.5 and latest PhotoView docker downloaded from App page. Jan 11 20:47:14 Tower kernel: oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/docker/e8e0afb4ce7145fee5a6869d40680e1e8466cd4806289204ee5cca9373c836c6,task=photoview,pid=16373,uid=0 Jan 11 20:47:14 Tower kernel: Out of memory: Killed process 16373 (photoview) total-vm:7579940kB, anon-rss:6138264kB, file-rss:0kB, shmem-rss:0kB, UID:0 pgtables:12400kB oom_score_adj:0
  5. I have setup DSM 6.2.3 VM with 30G, I am able to increase the capacity to 70G later. but the allocation is kept at 30G. In DSM Storage Manager, the disk size is unchanged at 30G. How can I allocate the new disk space to DSM vm? extend partition?
  6. Hi JorgeB, it works. thanks.
  7. I am migrating to Unraid and my current setup is that, one 2T parity drive (A) and two 1T normal drive (B and C). there are one 2T drive (D) storing my backup data and it almost full and I cannot move all backup data to Unraid. i want to release parity drive (A) and add it a normal drive, copy drive (C) data to drive (A), then release drive (C). then assign drive (D) as parity drive. I understand it temporily loss parity protection, but I don't want to buy a new drive now and want to take the risk. However, Unraid seems not allow me to do so, by simply assign the parity drive (A) to normal drive. what is the correct procedure?
  8. I just migrate from Xenpology to Unraid, I move my photo libary to Unraid. I create a share in disk2 call DCphoto, there are many folders and a lot of photo (files) inside the folders. I want to grant permission to all files by give the ownership of DCphoto to ROOT and set permission to everyone with R/W. However, when checking the permission in files under the folders, there is no permission at all. How can I give the permission to all folders and files, ther are more than hundred of folders and thousands of photos.
  9. My Unraid server have two ethernet, 1st is build-in with motherboard (A) and 2nd is USB NIC (B). Only NIC (A) physically connected, NIC (B) is unplugged. I give static IP to NIC (A) according to it's MAC address. Sometime after reboot the system, I found the IP of Unraid server changed because it connected with NIC (B)'s MAC address, it was very strange as the NIC (B) is still unplugged. how Unraid swap two MAC address. I don't know if this is a bug or not. can I hardcode Unraid to use NIC (A)? tower-diagnostics-20221110-2324.zip
  10. I am new to unraid , recently the Log memory keep using at 90-100%. I discover that system keep incuring below error /Oct 2 18:50:38 Tower kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 99091, gen 0/ I also not able to install any docker, it said image not found. please help. tower-diagnostics-20221002-2219.zip