DjBill

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by DjBill

  1. 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"

  2. 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

     

    • Like 1
  3. 3 hours ago, Braulio said:

    I started the ZeroTier container in unraid and now I can't connect through the web to manage the unraid.

    How to solve this? I can't restart the unraid because it doesn't access anything.

     

    Hi Braulio, connect a Keyboard and monitor to your unraid server and stop zerotier container through the terminal console.

     

  4. 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

  5. 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.

     

  6. On 4/15/2020 at 6:54 PM, dorgan said:

    I have added the ability to add pretty much any interface to be tracked.  I have also added the ability to add an alias to an interface that is used on the graphs.  I have found some information on how identify which veth interface maps to a given docker container, but it does not seem consistent, if someone knows an easy way, then maybe I can add this to the interface.imageproxy.php?img=&key=e5eec7c5c933ca16

    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.

     

  7. 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