DjBill

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by DjBill

  1. Could "hwloc" be added? Thanks in advance.
  2. Hi, the plugin show the following warning under UNRaid 6.11 Extra packages being installed were found in /boot/extra. It is not recommended to install any packages this way. but the recommend way to install packages on UNRaid 6.11 it's putting them in "/boot/extra"
  3. Thanks @ks2016 and @Luckyjoe I follow your instructions (updated #2 URL 😞 1) Add support for floppy drives in the VM gui. Sample resulting xml: <disk type='file' device='floppy'> <source file='/path/to/your/viostor-31-03-2010-floppy.img'/> <target dev='fda'/> </disk> 2) In VM settings similar to virtio ISO image add possibility to download floppy image from: https://web.archive.org/web/20151212170347/http://www.linux-kvm.com/sites/default/files/viostor-31-03-2010-floppy.img Also you need to setup the Virtual Machine as follow for Windows XP install procedure: Logical CPU: 1 Memory 1024MB Hyper-V: No VNC Video Driver: Cirrus
  4. ... ... ... Then from the console, go to /boot/config/plugins/dockerMan/templates-user and then delete the my-[docker name].xml file.
  5. Hi Braulio, connect a Keyboard and monitor to your unraid server and stop zerotier container through the terminal console.
  6. Hi, anyone know why "df" command output report more used space than the sum of all files on the filesystem: root@PCNAS:/mnt/cache# df -h /mnt/cache Filesystem Size Used Avail Use% Mounted on /dev/sdh1 232G 199G 24G 90% /mnt/cache root@PCNAS:/mnt/cache# du -sh * | sort -rn 120G domains 28G appdata 6.6G system root@PCNAS:/mnt/cache# Thanks. pcnas-diagnostics-20210710-0130.zip
  7. Hi, today I tried to update the plugin from version "2020.06.20" to "2021.05.20" and it failed with error: plugin: updating: dynamix.system.temp.plg plugin: run failed: /bin/bash retval: 1 I also tried uninstall and reinstall and fails again with error: plugin: installing: https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.temp.plg plugin: downloading https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.temp.plg plugin: downloading: https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.temp.plg ... done plugin: run failed: /bin/bash retval: 1 My unRAID version it's: Version 6.9.2 2021-04-07 Anyone know what is the issue? Thanks in advance.
  8. @Dmitry Spikhalskiy Hi, do you plan to upgrade docker to the latest version of ZeroTier? Thanks in advance.
  9. Hi to all. The upgrade to the latest version did not finish well and I had need to uninstall and reinstall the plugin.
  10. Hi, thanks for the plugin. This post https://forums.docker.com/t/relationship-between-interface-vethxxxxx-and-container/12872/25 explains how to correlate "vethxxxxx" interfaces and "docker". This post also have some script that might help you on the development.
  11. Hi, the issue seems solved uninstalling "atop" from "Nerd Pack". Logs occupation still at 1% This thread can be mark as solved. Thanks.
  12. Hi, on "2020-04-29", Fix Common Problems alert me about "/var/log is getting full". I downloaded all logs and did a restart of the server. Today "2020-05-10", Fix Common Problems alert me again about "/var/log is getting full" Can anyone help me? I attached the logs of the both alerts. The biggest file it's: /var/log/atop/atop_20200501 root@PCNAS:/var/log# du -hs * | sort -h 0 btmp 0 cron 0 debug 0 docker.log 0 faillog 0 messages 0 nfsd 0 packages 0 plugins 0 removed_packages 0 removed_scripts 0 sa 0 scripts 0 secure 0 setup 0 spooler 0 swtpm 4.0K diskinfo.log 4.0K lastlog 8.0K libvirt 8.0K maillog 8.0K preclear.disk.log 12K nginx 12K samba 12K wtmp 20K pkgtools 56K dmesg 232K syslog 68M atop root@PCNAS:/var/log# ls -lh atop/ total 68M -rw-rw-rw- 1 root utmp 68M May 10 23:30 atop_20200501 -rw-r--r-- 1 root root 0 May 1 04:40 daily.log -rw------- 1 root root 0 May 10 04:40 dummy_after -rw------- 1 root root 0 May 9 04:40 dummy_after.1 -rw------- 1 root root 0 May 10 04:40 dummy_before -rw------- 1 root root 0 May 9 04:40 dummy_before.1 root@PCNAS:/var/log# I just uninstalled "atop" from "Nerd Package", maybe this can solve the problem. After that I restarted the server. Thanks pcnas-diagnostics-20200429-2114.zip pcnas-diagnostics-20200510-2317.zip
  13. Hi, I have and old PC with the mainboard "Gigabyte GA-965P-DS4" that have many troubles to boot from USB, only 1 of 10 tries boots from USB. It's possible to boot UNRAID from HDD to avoid this throubles? I read https://github.com/thohell/unRAID-bzoverlay but I don't know if it's offially supported. Thanks in advance.