qy2009

Members
  • Posts

    35
  • Joined

  • Last visited

Everything posted by qy2009

  1. @Waseh I Have a strange issue, and I don't know why. I installed the plugin, setup everything, and it can mount my cloud drives using user scripts during the array boot up. but when I actually run another script to get rclone sync jobs, it said "command not found" I SSH into my server, first time I just run "rclone", it seems fine. but when I actually run the full command again to do sync jobs, it said"command not found" again. why this happened? /tmp/user.scripts/tmpScripts/rclone_sync/script: line 22: rclone: command not found /tmp/user.scripts/tmpScripts/rclone_sync/script: line 29: chmod: command not found interesting that, chmond command also not found? thanks so much!
  2. Thanks , you are right ! After I manually removed that code. My VM is back to normal.
  3. Hi, I tried to attached a usb device to a VM, failed. then I found out I cannot update any VMs as well. Please see the attached pic and the log. where is wrong? thanks so much! tower-diagnostics-20211217-1512.zip
  4. if I check intel_gpu_top . it seems working. but if I try to add the vGPU inside a VM, it errors out like the pic I sent you earlier. " XML error: 'model' attribute in <hostdev> is only supported when type='pci' "
  5. If I changed back to blacklist i915. I don't see the red error message anymore from GVT-g setttings page.
  6. I have deleted i915.conf under /boot/config/modprobe.d. but after the reboot, the file came back again. and inside it has this content: blacklist i915 when I manually added options i915 enable_gvt="Y". it will auto add blacklist in the end. and I cannot use GVT-g anymore. please see the attached screenshot.
  7. and it looks like my intel-gpu-top is working fine though.
  8. After reading the document from Arclinux, I am thinking this item is not enabled"Set i915 module parameter enable_gvt=1 to enable GPU virtualization" When I checked my GPU: /boot/config/modprobe.d/i915.conf it has blacklist i915 there. then I realized the intel gpu top plugins added the blacklist i915. I was able to add this one line above the blacklist: options i915 enable_gvt=1 blacklist i915 and after that, I can add the vGPU inside my VM without any issues. however, now the intel gpu top is broken, said it needs blacklist i915 on the file.
  9. thanks @ich777, I guess I have to try it manually then. thanks so much for your reply
  10. ah, I removed them a while ago. I just tried it again, and go the same message. can you check the attached log? thanks so much! tower-diagnostics-20211205-0912.zip
  11. I have tried win7, win10, and win 11. all with same error message.
  12. without a vGPU settings, the VM can start up fine. I tried removed the vGPU in intel-gvt-g page, and created a new one, but still got the same error message.
  13. @ich777 I switched to a new cpu- coffeelake, and when I tried to use intel gvt and adding the grahpic card inside VM, I cannot update the VM settings, it said "XML error: 'model' attribute in <hostdev> is only supported when type='pci'". what does this mean? Here is some log I saw: Dec 4 16:57:36 Tower root: ------------Intel GVT-g found locally, please wait...!----------- Dec 4 16:57:38 Tower root: Dec 4 16:57:38 Tower root: -----------------Loading Kernel Module 'i915'------------------ Dec 4 16:57:38 Tower kernel: Linux agpgart interface v0.103 Dec 4 16:57:38 Tower kernel: Setting dangerous option force_probe - tainting kernel Dec 4 16:57:38 Tower kernel: i915 0000:00:02.0: [drm] Found 128MB of eDRAM Dec 4 16:57:38 Tower kernel: i915 0000:00:02.0: [drm] VT-d active for gfx access Dec 4 16:57:38 Tower kernel: i915 0000:00:02.0: vgaarb: deactivate vga console Dec 4 16:57:38 Tower kernel: Console: switching to colour dummy device 80x25 Dec 4 16:57:38 Tower kernel: i915 0000:00:02.0: Direct firmware load for i915/gvt/vid_0x8086_did_0x3ea5_rid_0x01.golden_hw_state failed with error -2 Dec 4 16:57:38 Tower kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem Dec 4 16:57:38 Tower kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4) Dec 4 16:57:38 Tower kernel: i915 0000:00:02.0: [drm] failed to retrieve link info, disabling eDP Dec 4 16:57:38 Tower kernel: [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0 Dec 4 16:57:38 Tower kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) Dec 4 16:57:38 Tower kernel: acpi device:15: registered as cooling_device9 Dec 4 16:57:38 Tower kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12 Dec 4 16:57:39 Tower kernel: fbcon: i915drmfb (fb0) is primary device Dec 4 16:57:39 Tower kernel: Console: switching to colour frame buffer device 240x67 Dec 4 16:57:39 Tower kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device Dec 4 16:57:39 Tower kernel: i915 0000:00:02.0: MDEV: Registered Dec 4 16:57:40 Tower root: Dec 4 16:57:40 Tower root: -------------Installation of Intel GVT-g successful-------------- Dec 4 16:57:40 Tower root: Dec 4 16:57:40 Tower root: Dec 4 16:57:40 Tower root: ----------------------------------------------------------------- Dec 4 16:57:40 Tower root: -----------------Intel GVT-g plugin installed-------------------- Dec 4 16:57:40 Tower root: ----------------------------------------------------------------- Dec 4 16:57:40 Tower root: plugin: intel-gvt-g.plg installed Dec 4 16:57:40 Tower root: plugin: installing: /boot/config/plugins/libvirt.hotplug.usb.plg Dec 4 16:57:40 Tower root: plugin: running: anonymous Dec 4 16:57:40 Tower root: plugin: skipping: /boot/config/plugins/libvirt.hotplug.usb/libvirt.hotplug.usb-2021.09.17.tgz already exists Dec 4 16:57:40 Tower root: plugin: running: anonymous Dec 4 16:57:40 Tower root: plugin: running: anonymous attached is the dialogics, thanks so much! tower-diagnostics-20211204-1914.zip
  14. I have no parity disk. just 1 hard drive.
  15. @Squid Thanks! that was an unmouted network SMB share. I have removed it. and now the log is clear. but the speed still the same...
  16. Hi, I have an i5 CPU with 32GB ram, 1G network card, cat6 cables, and I have ran openspeedtest docker ...the speed is super fast. but when I actually copy files from my unraid SMB to win 10, the write/read speed is around 30MB/s. and to mac is around 50MB/s. Any ideas why it is so slow? I have followed this , but still not working Attached is the diag log. Thanks so much! tower-diagnostics-20211201-1802.zip
  17. thanks @Tristankin I think I may need to downgrade, my power is fine and I am not overclocking it at all.
  18. Hi, I noticed my Unraid Server has been reboot randomly every few days. I tried to setup the syslog and to see if can capture anything before the reboot, but it turned out nothing. Attached is the diagnotics. Anyone can help me with this issue? Thanks so much! tower-diagnostics-20210823-2108.zip
  19. Hi, I have two UNRAID servers, and I always see the log from each other that: " process_local_master_announce: Server TOWER-xxx at IP xxx is announcing itself as a local master browser for workgroup WORKGROUP and we think we are master. Forcing election. . " How can I disable this? thanks!
  20. @Zotarios actually, I got it working now. 1. Completely remove the Heimdall installation data folder (/mnt/user/appdata/Heimdall); 2. In the docker config, user your own PID and PGID (cannot be root or the default ones); 3. Re-run the docker, and it worked
  21. anyone know how to check the logs and see why there is 419 session expired issue? @linuxserver.io thanks so much!
  22. you are right. stupid me after the name change, now I can see it "checked" under "builtin". thanks so much @cat2devnull
  23. @SpaceInvaderOne I followsed your youtube videos and some github tickets and comments and it lead me here I have sucessfully setup the Mac Big Sur on Unraid, however I just cannot setup the Apple iMessage. it said cannot contact the server when I tried my apple ID. I noticed that even my ent0 was set to build-in = 01, after a few times reboot, the "tick box" still grey out, and leaving "build-in" unchecked. Is there something wrong? Please see the attached screeshots. thanks so much!