noties

Members
  • Posts

    47
  • Joined

  • Last visited

Posts posted by noties

  1. 3 minutes ago, SimonF said:

    you dont seem to this 

    <os>

    <smbios mode='sysinfo'/>

    ... </os>

     

    You are the bomb.  That worked!  Thank you.

    It barked on my entry name 'release' number so I just removed it, but after that it worked.

     

  2. Has anyone gotten KVM to pass a BIOS serial to the guest OS?  I realize that there's nothing specific to unraid's implementation of KVM, but I've followed the documentation pertaining to passing sysinfo to the guest here: https://libvirt.org/formatdomain.html#elementsSysinfo

     

    It never yields a serial number in the OS.  I'm testing with Windows 10 as I have an application that requires the BIOS number to run.

     

    I saw this post about adding a serial #, but it seems like treading into Unraid OS modification which I'd like to stay away from if possible.

    https://github.com/atomspring/KVM-BIOS-SerialNo

     

    Here's the beginning of my guest XML:

     

    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm'>
      <name>angrychipmunk</name>
      <uuid>337e27d5-91b2-4108-79cb-07ebc7dbaf94</uuid>
      <metadata>
        <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/>
      </metadata>
      <memory unit='KiB'>8388608</memory>
      <currentMemory unit='KiB'>8388608</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>4</vcpu>
      <sysinfo type='smbios'>
        <bios>
          <entry name='vendor'>LENOVO</entry>
          <entry name='version'>1.24</entry>
          <entry name='date'>06/21/21</entry>
          <entry name='release'>.61</entry>
        </bios>
        <system>
          <entry name='manufacturer'>LENOVO</entry>
          <entry name='product'>Virt-Manager</entry>
          <entry name='version'>0.9.4</entry>
          <entry name='serial'>WF610061</entry>
          <entry name='uuid'>337e27d5-91b2-4108-79cb-07ebc7dbaf94</entry>
        </system>
        <baseBoard>
          <entry name='manufacturer'>LENOVO</entry>
          <entry name='product'>20BE0061MC</entry>
          <entry name='version'>0B98401 Pro</entry>
          <entry name='serial'>W1KS610061616</entry>
        </baseBoard>
        <chassis>
          <entry name='manufacturer'>LENOVO</entry>
          <entry name='version'>2.12</entry>
          <entry name='serial'>6665X0X111F2</entry>
          <entry name='asset'>40000101</entry>
          <entry name='sku'>Sku1</entry>
        </chassis>
      </sysinfo>
      <os>
        <type arch='x86_64' machine='pc-i440fx-7.1'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/337e27d5-91b2-4108-79cb-07ebc7dbaf94_VARS-pure-efi.fd</nvram>
      </os>
      <features>

     

  3. Ran memtest and it returned errors/failure.  I have 4 x 8GB DIMMs so I removed all but one and re-ran memtest.  This time it passed OK.  I ran on 8GB for a few days with no issues, but at reduced capacity -- i.e. only running plex container and a few others.  

     

    I have since replaced my RAM with brand new 2 x 8GB ECC DIMMs and turned up the rest of my containers.  This morning I woke up to find the following error message and some of my containers unresponsive via network.  They showed started, but not accessible.  Some worked fine, others did not.

     

    I'm wondering if there's an issue with my network interface?  I have 3 x NICs in use.

    eth0 = onboard motherboard ethernet (realtek) - Unraid IP network

     

    eth 3 (intel 4 port card) = docker vlan

    eth 4 (intel 4 port card) = docker vpn vlan

     

     

    Oct 18 23:05:43 teraserver shfs: shfs: ../lib/fuse.c:1451: unlink_node: Assertion `node->nlookup > 1' failed.
    Oct 18 23:05:47 teraserver kernel: veth25cb69d: renamed from eth0
    Oct 18 23:05:51 teraserver kernel: ------------[ cut here ]------------
    Oct 18 23:05:51 teraserver kernel: nfsd: non-standard errno: -107
    Oct 18 23:05:51 teraserver kernel: WARNING: CPU: 9 PID: 17229 at fs/nfsd/nfsproc.c:853 nfserrno+0x47/0x4f [nfsd]
    Oct 18 23:05:51 teraserver kernel: Modules linked in: xt_mark nvidia_uvm(PO) veth xt_CHECKSUM ipt_REJECT nf_reject_ipv4 ip6table_mangle ip6table_nat xt_nat xt_tcpudp iptable_mangle nf_tables vhost_net tun vhost vhost_iotlb tap macvlan xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xt_addrtype iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 br_netfilter xfs nfsd lockd grace sunrpc md_mod nvidia_drm(PO) nvidia_modeset(PO) drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops nvidia(PO) drm backlight agpgart nct6775 hwmon_vid ip6table_filter ip6_tables iptable_filter ip_tables x_tables tg3 igb i2c_algo_bit sb_edac x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel crypto_simd cryptd glue_helper rapl mxm_wmi mpt3sas ahci intel_cstate i2c_i801 intel_uncore libahci raid_class input_leds i2c_smbus scsi_transport_sas led_class wmi button i2c_core [last unloaded: tg3]
    Oct 18 23:05:51 teraserver kernel: CPU: 9 PID: 17229 Comm: nfsd Tainted: P           O      5.10.28-Unraid #1
    Oct 18 23:05:51 teraserver kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./X79 Extreme4-M, BIOS P3.40 03/10/2018
    Oct 18 23:05:51 teraserver kernel: RIP: 0010:nfserrno+0x47/0x4f [nfsd]
    Oct 18 23:05:51 teraserver kernel: Code: ff c0 48 83 f8 22 75 e1 80 3d 1b 2b 01 00 00 41 bc 00 00 00 05 75 15 48 c7 c7 b5 09 29 a0 c6 05 05 2b 01 00 01 e8 a5 1f 42 e1 <0f> 0b 44 89 e0 41 5c c3 48 83 ec 18 31 c9 ba ff 07 00 00 65 48 8b
    Oct 18 23:05:51 teraserver kernel: RSP: 0018:ffffc900007ebe30 EFLAGS: 00010286
    Oct 18 23:05:51 teraserver kernel: RAX: 0000000000000000 RBX: ffff8881449c4800 RCX: 0000000000000027
    Oct 18 23:05:51 teraserver kernel: RDX: 00000000ffffdfff RSI: 0000000000000001 RDI: ffff88842fa58920
    Oct 18 23:05:51 teraserver kernel: RBP: ffff88816987c000 R08: 0000000000000000 R09: 00000000ffffdfff
    Oct 18 23:05:51 teraserver kernel: R10: ffffc900007ebc60 R11: ffffc900007ebc58 R12: 0000000005000000
    Oct 18 23:05:51 teraserver kernel: R13: ffff8883d5db1000 R14: 0000000000000018 R15: ffff88816987c000
    Oct 18 23:05:51 teraserver kernel: FS:  0000000000000000(0000) GS:ffff88842fa40000(0000) knlGS:0000000000000000
    Oct 18 23:05:51 teraserver kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Oct 18 23:05:51 teraserver kernel: CR2: 0000151500b2b060 CR3: 000000000200a002 CR4: 00000000001726e0
    Oct 18 23:05:51 teraserver kernel: Call Trace:
    Oct 18 23:05:51 teraserver kernel: nfsd3_proc_getattr+0x82/0xa1 [nfsd]
    Oct 18 23:05:51 teraserver kernel: nfsd_dispatch+0xb0/0x11e [nfsd]
    Oct 18 23:05:51 teraserver kernel: svc_process+0x3dd/0x546 [sunrpc]
    Oct 18 23:05:51 teraserver kernel: ? nfsd_svc+0x27e/0x27e [nfsd]
    Oct 18 23:05:51 teraserver kernel: nfsd+0xef/0x146 [nfsd]
    Oct 18 23:05:51 teraserver kernel: ? nfsd_destroy+0x57/0x57 [nfsd]
    Oct 18 23:05:51 teraserver kernel: kthread+0xe5/0xea
    Oct 18 23:05:51 teraserver kernel: ? __kthread_bind_mask+0x57/0x57
    Oct 18 23:05:51 teraserver kernel: ret_from_fork+0x22/0x30
    Oct 18 23:05:51 teraserver kernel: ---[ end trace fc17d4152dee4af7 ]---

    teraserver-diagnostics-20211019-0636.zip

    teraserver-diagnostics-20211019-0636.zip

  4. Recently started getting general protection faults like below.  It's intermittent, but finally leads to being unable to stop dockers and cleanly shutdown.   Some dockers will hang or crash.  

    Thought it was related to my NVIDIA drivers - downgraded to earlier version and still having same issues.  Only other thing that's changed recently is updated a few plugins and docker images.  

     

     

    Not sure I can decipher the GPF below to pinpoint the issue - any help is appreciated.

     

    
    
    Oct 11 20:45:38 teraserver kernel: general protection fault, probably for non-canonical address 0x27ff888137e4ec5c: 0000 [#14] SMP PTI
    Oct 11 20:45:38 teraserver kernel: CPU: 9 PID: 6029 Comm: find Tainted: P      D    O      5.10.28-Unraid #1
    Oct 11 20:45:38 teraserver kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./X79 Extreme4-M, BIOS P3.30 04/29/2014
    Oct 11 20:45:38 teraserver kernel: RIP: 0010:errseq_sample+0x0/0xe
    Oct 11 20:45:38 teraserver kernel: Code: 8d 0c d5 00 00 00 00 48 83 ca ff 48 d3 e2 48 f7 d2 48 21 d0 0f 1f 00 48 85 c0 0f 94 c0 0f b6 c0 c3 0f 1f 00 b8 f2 ff ff ff c3 <8b> 07 ba 00 00 00 00 f6 c4 10 0f 44 c2 c3 8b 17 31 c0 39 16 74 1b
    Oct 11 20:45:38 teraserver kernel: RSP: 0018:ffffc90004ad3cd8 EFLAGS: 00010206
    Oct 11 20:45:38 teraserver kernel: RAX: ffff8881cb09c240 RBX: ffff88847e835b00 RCX: 0000000000000064
    Oct 11 20:45:38 teraserver kernel: RDX: 0000000000000000 RSI: 0000000500000000 RDI: 27ff888137e4ec5c
    Oct 11 20:45:38 teraserver kernel: RBP: ffff8881cb0a88b0 R08: ffff8881045a4160 R09: ffff8881cb09c240
    Oct 11 20:45:38 teraserver kernel: R10: 0000000000000002 R11: 0000000000000002 R12: ffff88847e835b00
    Oct 11 20:45:38 teraserver kernel: R13: 0000000000000000 R14: ffff88847e835b10 R15: 0000000000038900
    Oct 11 20:45:38 teraserver kernel: FS:  0000145e5e2de740(0000) GS:ffff88881fa40000(0000) knlGS:0000000000000000
    Oct 11 20:45:38 teraserver kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Oct 11 20:45:38 teraserver kernel: CR2: 0000145e5e280000 CR3: 0000000104978003 CR4: 00000000001726e0
    Oct 11 20:45:38 teraserver kernel: Call Trace:
    Oct 11 20:45:38 teraserver kernel: do_dentry_open+0x4f/0x289
    Oct 11 20:45:38 teraserver kernel: path_openat+0x85e/0x937
    Oct 11 20:45:38 teraserver kernel: ? filename_lookup+0xb8/0xdf
    Oct 11 20:45:38 teraserver kernel: ? verify_dirent_name+0x1d/0x29
    Oct 11 20:45:38 teraserver kernel: do_filp_open+0x4c/0xa9
    Oct 11 20:45:38 teraserver kernel: ? _cond_resched+0x1b/0x1e
    Oct 11 20:45:38 teraserver kernel: ? getname_flags+0x24/0x146
    Oct 11 20:45:38 teraserver kernel: ? kmem_cache_alloc+0x108/0x130
    Oct 11 20:45:38 teraserver kernel: do_sys_openat2+0x6f/0xec
    Oct 11 20:45:38 teraserver kernel: do_sys_open+0x35/0x4f
    Oct 11 20:45:38 teraserver kernel: do_syscall_64+0x5d/0x6a
    Oct 11 20:45:38 teraserver kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9
    Oct 11 20:45:38 teraserver kernel: RIP: 0033:0x145e5e3e7692
    Oct 11 20:45:38 teraserver kernel: Code: 58 f6 c2 40 75 3a 89 d0 45 31 d2 25 00 00 41 00 3d 00 00 41 00 74 29 64 8b 04 25 18 00 00 00 85 c0 75 45 b8 01 01 00 00 0f 05 <48> 3d 00 f0 ff ff 0f 87 82 00 00 00 48 83 c4 78 c3 0f 1f 44 00 00
    Oct 11 20:45:38 teraserver kernel: RSP: 002b:00007ffedaf71a60 EFLAGS: 00000246 ORIG_RAX: 0000000000000101
    Oct 11 20:45:38 teraserver kernel: RAX: ffffffffffffffda RBX: 00007ffedaf71bdc RCX: 0000145e5e3e7692
    Oct 11 20:45:38 teraserver kernel: RDX: 00000000000b0900 RSI: 00000000004a6fc8 RDI: 0000000000000009
    Oct 11 20:45:38 teraserver kernel: RBP: 00000000004a6ec0 R08: 0000000000000000 R09: 0000000000000000
    Oct 11 20:45:38 teraserver kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
    Oct 11 20:45:38 teraserver kernel: R13: 0000000000000004 R14: 0000000000000004 R15: 0000000000449ed0
    Oct 11 20:45:38 teraserver kernel: Modules linked in: xt_mark nvidia_uvm(PO) veth macvlan xt_nat nf_conntrack_netlink xt_addrtype br_netfilter xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp ip6table_mangle ip6table_nat iptable_mangle iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables nfnetlink vhost_net tun vhost vhost_iotlb tap xfs nfsd lockd grace sunrpc md_mod nvidia_drm(PO) nvidia_modeset(PO) drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops nvidia(PO) drm backlight agpgart nct6775 hwmon_vid ip6table_filter ip6_tables iptable_filter ip_tables x_tables tg3 igb i2c_algo_bit x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel mxm_wmi kvm crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel crypto_simd cryptd mpt3sas glue_helper rapl intel_cstate intel_uncore raid_class ahci i2c_i801 scsi_transport_sas input_leds wmi libahci led_class i2c_smbus button i2c_core [last unloaded: tg3]
    Oct 11 20:45:38 teraserver kernel: ---[ end trace cee35a8be90d51cc ]---
    Oct 11 20:45:38 teraserver kernel: RIP: 0010:dentry_string_cmp+0x9/0x44
    Oct 11 20:45:38 teraserver kernel: Code: 80 b8 00 00 40 00 ba 00 00 50 00 0f 45 c2 eb 05 b8 00 00 30 00 f6 47 0d 08 74 05 0d 00 00 02 00 c3 31 c0 4c 8b 0c 06 83 fa 07 <4c> 8b 04 07 76 11 4d 39 c8 75 2a 48 83 c0 08 83 ea 08 75 e5 31 c0
    Oct 11 20:45:38 teraserver kernel: RSP: 0018:ffffc90005d7bc08 EFLAGS: 00010206
    Oct 11 20:45:38 teraserver kernel: RAX: 0000000000000000 RBX: ffff8881c9f4f500 RCX: 000000000000000a
    Oct 11 20:45:38 teraserver kernel: RDX: 000000000000004f RSI: ffff88810101c020 RDI: 31ff8881c97224f0
    Oct 11 20:45:38 teraserver kernel: RBP: 0000004fcef95ec2 R08: ffff8881c9f4f500 R09: 64665f3436646d61
    Oct 11 20:45:38 teraserver kernel: R10: 0000000000000002 R11: d0d0d0d0d0d0d0d0 R12: ffff8881cb09c0c8
    Oct 11 20:45:38 teraserver kernel: R13: ffff8881cb09c0c0 R14: ffffc90005d7bd40 R15: ffff88810101c020
    Oct 11 20:45:38 teraserver kernel: FS:  0000145e5e2de740(0000) GS:ffff88881fa40000(0000) knlGS:0000000000000000
    Oct 11 20:45:38 teraserver kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Oct 11 20:45:38 teraserver kernel: CR2: 0000145e5e280000 CR3: 0000000104978003 CR4: 00000000001726e0

     

    teraserver-diagnostics-20211011-2039.zip

  5. 17 minutes ago, Diggewuff said:

     

    I Think I've got it configured as far as you did, really sad that the pictures aren't working. I'd be glad for any advice if you got any further.

    That's great news. 

     

    I haven't had time to troubleshoot it more, but will let you and the forum know if I make any progress there.  

  6. 37 minutes ago, Diggewuff said:

    Can I run telegraf in a custom br0.10 network? I run all my related services i.e: InfluxDB Grafana and my reverse proxy in there and cannot reach InfluxDB in the br0.10 network from Telegraf's standard host network. 

    Take a look a few posts back and you'll see me trying to do the same thing.  I have a similar setup (but using br0.30 as interface)

    My experience was that Telegraf would not work at all unless in host mode.  You'll need to make sure you have "Host Access to custom networks" turned is ON in order for Telegraf (in host mode) to talk to your InfluxDB container.  

     

    The only thing I don't have working still is the running VMs/Dockers icons.   I haven't had a chance to troubleshoot these.

     

    My setup below:

    HTH

     

    image.thumb.png.6e7838bc60ed3a8167869df3913621a7.png

     

    image.thumb.png.aa87e9fb05340326e683efdfc5897f75.png

     

     

  7. 18 hours ago, falconexe said:


     

    Glad you figured everything out! This will surely help a lot of people that run custom network/bridge configs. Thanks for sharing.

     

    Upon further investigation, it does appear that telegraf isn't able to store data for some keys when in custom network mode.  I'm going to do some research and report back if I can figure out a workaround.  

     

    UPDATE:  I moved telegraf back to host mode and all of the stats that seemed to be missing before are back, however I'm seeing errors regarding writing to InfluxDB in my telegraf logs.  

     

    today at 1:22:52 PM 2021-06-26T20:22:52Z I! [agent] Config: Interval:10s, Quiet:false, Hostname:"teraserver", Flush Interval:10s
    today at 1:23:21 PM 2021-06-26T20:23:21Z W! [agent] ["outputs.influxdb"] did not complete within its flush interval
    today at 1:23:21 PM 2021-06-26T20:23:21Z E! [outputs.influxdb] When writing to [http://10.3.3.138:8086]: failed doing req: Post "http://10.3.3.138:8086/write?db=telegraf": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
    today at 1:23:21 PM 2021-06-26T20:23:21Z E! [agent] Error writing to outputs.influxdb: could not write any address
    today at 1:23:31 PM 2021-06-26T20:23:31Z W! [agent] ["outputs.influxdb"] did not complete within its flush interval
    today at 1:23:31 PM 2021-06-26T20:23:31Z E! [outputs.influxdb] When writing to [http://10.3.3.138:8086]: failed doing req: Post "http://10.3.3.138:8086/write?db=telegraf": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
    today at 1:23:31 PM 2021-06-26T20:23:31Z E! [agent] Error writing to outputs.influxdb: could not write any address
    today at 1:23:41 PM 2021-06-26T20:23:41Z W! [agent] ["outputs.influxdb"] did not complete within its flush interval
    today at 1:32:11 PM 2021-06-26T20:32:11Z W! [outputs.influxdb] Metric buffer overflow; 102 metrics have been dropped
    today at 1:32:22 PM 2021-06-26T20:32:22Z W! [outputs.influxdb] Metric buffer overflow; 8 metrics have been dropped

     

    The data is most certainly being written to InfluxDB.  I can see the POSTs in the InfluxDB and as mentioned above, I'm seeing the data in Grafana.  I'm not sure if this is a data validation issue or cosmetic.  I'd prefer not to spam my telegraf logs.

     

    Perhaps a telegraf expert might be able to weigh in why I'd be seeing these messages even though the data appears to be written to InfluxDB.

    • Like 1
  8. On 6/23/2021 at 4:41 PM, falconexe said:


    Yeah I figured, just wanted to be sure. Try removing each element in the query until you are at the base, then try to build it again from that. Sometimes Grafana gets messed up in the JSON and does not display elements as it should. Sometimes the select statement can act as a filter for the items in the from statement (possibly a Grafana bug). You can also just try making a new panel from scratch and see if these elements show up.

     

    So I finally figured this out.  I had the InfluxDB container on my UnRAID bridge network and the Varken container on my custom docker network (br1).  For whatever reason, Varken (or InfluxDB) would not successfully write the library_stats tag key to the DB.  The moment I moved my InfluxDB to my docker network, library_stats started writing.   Unfortunately, this forced me to move everything in my Grafana stack to my docker network -- including telegraf.  Everything appears to be working except for VM/docker icons which I think I can do without and may remove those panels.  I think this pertains to the docker network not being able to communicate with the UnRAID IP. 

     

    I did need to make one change to my telegraf.conf that pertained to the APCUPSD.  I changed the servers statement to point to my UnRAID IP instead of 127.0.0.1.

     

    # # Monitor APC UPSes connected to apcupsd
    [[inputs.apcupsd]]
    #   # A list of running apcupsd server to connect to.
    #   # If not provided will default to tcp://127.0.0.1:3551
    servers = ["tcp://10.1.1.99:3551"]

     

  9. 1 minute ago, falconexe said:


    Yeah I figured, just wanted to be sure. Try removing each element in the query until you are at the base, then try to build it again from that. Sometimes Grafana gets messed up in the JSON and does not display elements as it should. Sometimes the select statement can act as a filter for the items in the from statement (possibly a Grafana bug). You can also just try making a new panel from scratch and see if these elements show up.

    Good idea.  I've been spending time reading about and learning Grafana before asking for help.  Just couldn't figure this one out easily.  I'm going try doing a clean panel and seeing if that will work.  I'll report back.

  10. 5 minutes ago, falconexe said:


    Is your API key masked on purpose for privacy or is it actually missing?

    Masked for privacy.   It does seem to be working for other tiles in the dashboard like Stream Overview, Stream Bandwidth, Media Types, Media Qualities, etc.  The library tiles are the only thing having an issue.  :/

     

    I do see library_stats data getting written to Influx in my Varken logs:

     

    image.thumb.png.2c68fda8e05bdb6640b02c02269733d6.png

  11. 2 hours ago, hogfixer said:

    Movies at the end of the FROM line, is a library in Plex.  If you left click on it, you should get a list of libraries it found in Plex / Tautulli that you can select from.

     

    Your "movies" library in Plex must have a different name.  Verify in Tautulli what it is seeing in Plex, under Libraries

     

     

    You will need to reselect the Documentary Movies and Anime Movies panels the same way.

     

    Actually, each panel in your top picture will need the same thing done.  

     

    You will probably want to change the panel title also in each one to reflect what it actually is.

     

     

    Yeah, I've done that with other tiles in the dashboard, but this one is not giving me any choices so I'm wondering if I have something misconfigured on the Varken, Grafana, or Tautulli side of things.

    image.png.e31f2eca4657b7b220cd1269ba56c0e7.png

     

    In fact, I don't see library_stats as an available choice.  I'm wondering if that's the cause, though I'm not sure where I need to enable that or if it's possible.  I don't see anything to enable in Tautulli and I can see all of my libraries there.

    image.png.51d18ab0d64a9040a8c06507b69ef302.png

    image.png.27d073b7543350c4793f6dccbe1f362a.png

     

    Relevant varken.ini for tautulli

    [tautulli-1]
    url = 10.3.3.110:8181
    fallback_ip = x.x.x.x
    apikey = xxxxxxxxxx
    ssl = false
    verify_ssl = false
    get_activity = true
    get_activity_run_seconds = 30
    get_stats = true
    get_stats_run_seconds = 3600

     

  12. Awesome dashboard.  THANK YOU! 

    I have everything customized to my server, however struggling with the Plex libraries via Varken.  I'm pulling other data from Varken DB, but these I cannot find the correct query for the life of me.

    image.thumb.png.6acc48f007691733a31f3c7c4d7dd7fe.png

     

    I have other Varken data populating completely fine...

    image.thumb.png.e602e9fa5db1ad43935174cfc8984661.png

     

    Example:  my Movies database is called Movies... Not sure why this isn't picking up?  :/

    image.png.a71cd5a8b5d7237f4956abc0ae739ac3.png

    Suggestions on troubleshooting?

     

  13. Generic paperless-ng question: 

     

    I currently have a large number of PDFs that I'm just storing in folders.  Example:

     

    \Autos

    \Autos\Car1

    \Autos\Car2

    \Finance

    \Finance\Bank1

    \Finance\Bank2

    \Taxes

    \Taxes\2020

    \Taxes\2019

    ....

     

    Many of the PDFs are OCR already but some are not.  I'm looking for a way to ingest all of my PDF/documents and make them all easier to search and retain some sort of structure as above.  Windows search is pathetically slow or cumbersome to search PDFs and since I don't know if all of them are OCR, it can easily miss.

     

    Would paperless-ng be a good solution to handle this?  Would I create correspondents for each of my "folders" and/or "subfolder names"?  How much training will I have to do?  And can I just manually drag them to these identifiers?  For instance, I normally need to grab all of documents related to a tax year.  I don't want to have to go fishing for the documents.

     

    Trying to figure out a good workflow before going headlong into a new document management process.  

     

    Also, it appears that if I drag PDFs into paperless-ng, that it creates a whole new PDF from the original, thus almost doubling the size of my library.    Should I just turn off archiving?  Will I still be able to search the PDFs?  or should I (can I) have paperless-ng OCR the file and overwrite the original if it did not contain OCR text already?

     

    Looking for guidance.  Cheers.

  14. 37 minutes ago, doron said:

    Just pushed out version 0.7 of the plugin.

     

    Woohoo!  Finally getting syslog hook messages and it's working.


     

    Nov 18 09:22:25 teraserver kernel: mdcmd (34010): spindown 7
    Nov 18 09:22:28 teraserver SAS Assist v0.7: spinning down slot 7, device /dev/sdh (/dev/sg7)

     

    The green dot doesn't turn gray, but checking the disk status from the console, it's showing spun down.

     

    root@teraserver:~# sdparm --command=sense /dev/sdh
        /dev/sdh: HGST      HUH721010AL4200   A21D
    Additional sense: Standby condition activated by command

     

  15. Here you go:

     

    root@teraserver:/tmp# sdparm --command=sense /dev/sd[a-m]
        /dev/sda: Kingston  DataTraveler 3.0  
        /dev/sdb: ATA       SAMSUNG MZ7GE960  303Q
        /dev/sdc: ATA       SAMSUNG MZ7GE960  5F3Q
        /dev/sdd: ATA       TOSHIBA DT01ACA3  ABB0
        /dev/sde: HGST      HUH721010AL4200   A21D
        /dev/sdf: HGST      HUH721010AL4200   A21D
        /dev/sdg: HGST      HUH721010AL4200   A21D
        /dev/sdh: HGST      HUH721010AL4200   A21D
        /dev/sdi: HGST      HUH721010AL4200   A21D
        /dev/sdj: ATA       ST3000DM001-1CH1  CC29
        /dev/sdk: ATA       WDC WD100EMAZ-00  0A83
        /dev/sdl: HGST      HUH721010AL4200   A21D
        /dev/sdm: HGST      HUH721010AL4200   A21D

     


     

    root@teraserver:/tmp# smartctl -i /dev/sdb
    smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.19.107-Unraid] (local build)
    Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org
    
    === START OF INFORMATION SECTION ===
    Model Family:     Samsung based SSDs
    Device Model:     SAMSUNG MZ7GE960HMHP-00003
    Serial Number:    S1M7NWAG301550
    LU WWN Device Id: 5 002538 8700b85c8
    Firmware Version: EXT0303Q
    User Capacity:    960,197,124,096 bytes [960 GB]
    Sector Size:      512 bytes logical/physical
    Rotation Rate:    Solid State Device
    Device is:        In smartctl database [for details use: -P show]
    ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 4c
    SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
    Local Time is:    Mon Oct  5 15:49:09 2020 PDT
    SMART support is: Available - device has SMART capability.
    SMART support is: Enabled
    
    
    root@teraserver:/tmp# smartctl -i /dev/sdc
    smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.19.107-Unraid] (local build)
    Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org
    
    === START OF INFORMATION SECTION ===
    Model Family:     Samsung based SSDs
    Device Model:     SAMSUNG MZ7GE960HMHP-00003
    Serial Number:    S1M7NWAG400880
    LU WWN Device Id: 5 002538 8700e6b26
    Firmware Version: EXT05F3Q
    User Capacity:    960,197,124,096 bytes [960 GB]
    Sector Size:      512 bytes logical/physical
    Rotation Rate:    Solid State Device
    Device is:        In smartctl database [for details use: -P show]
    ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 4c
    SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 3.0 Gb/s)
    Local Time is:    Mon Oct  5 15:50:16 2020 PDT
    SMART support is: Available - device has SMART capability.
    SMART support is: Enabled
    
    
    
    
    
    root@teraserver:/tmp# smartctl -i /dev/sdd
    smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.19.107-Unraid] (local build)
    Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org
    
    === START OF INFORMATION SECTION ===
    Model Family:     Toshiba 3.5" DT01ACA... Desktop HDD
    Device Model:     TOSHIBA DT01ACA300
    Serial Number:    Y32A1DJGS
    LU WWN Device Id: 5 000039 ff4d2a87c
    Firmware Version: MX6OABB0
    User Capacity:    3,000,592,982,016 bytes [3.00 TB]
    Sector Sizes:     512 bytes logical, 4096 bytes physical
    Rotation Rate:    7200 rpm
    Form Factor:      3.5 inches
    Device is:        In smartctl database [for details use: -P show]
    ATA Version is:   ATA8-ACS T13/1699-D revision 4
    SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s)
    Local Time is:    Mon Oct  5 15:50:29 2020 PDT
    SMART support is: Available - device has SMART capability.
    SMART support is: Enabled
    
    
    root@teraserver:/tmp# smartctl -i /dev/sde
    smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.19.107-Unraid] (local build)
    Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org
    
    === START OF INFORMATION SECTION ===
    Vendor:               HGST
    Product:              HUH721010AL4200
    Revision:             A21D
    Compliance:           SPC-4
    User Capacity:        10,000,831,348,736 bytes [10.0 TB]
    Logical block size:   4096 bytes
    LU is fully provisioned
    Rotation Rate:        7200 rpm
    Form Factor:          3.5 inches
    Logical Unit id:      0x5000cca2512035e4
    Serial number:        7PGKR4TG
    Device type:          disk
    Transport protocol:   SAS (SPL-3)
    Local Time is:        Mon Oct  5 15:50:51 2020 PDT
    SMART support is:     Available - device has SMART capability.
    SMART support is:     Enabled
    Temperature Warning:  Enabled
    
    
    root@teraserver:/tmp# smartctl -i /dev/sdf
    smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.19.107-Unraid] (local build)
    Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org
    
    === START OF INFORMATION SECTION ===
    Vendor:               HGST
    Product:              HUH721010AL4200
    Revision:             A21D
    Compliance:           SPC-4
    User Capacity:        10,000,831,348,736 bytes [10.0 TB]
    Logical block size:   4096 bytes
    LU is fully provisioned
    Rotation Rate:        7200 rpm
    Form Factor:          3.5 inches
    Logical Unit id:      0x5000cca2511b29d0
    Serial number:        7PGGY38G
    Device type:          disk
    Transport protocol:   SAS (SPL-3)
    Local Time is:        Mon Oct  5 15:51:03 2020 PDT
    SMART support is:     Available - device has SMART capability.
    SMART support is:     Enabled
    Temperature Warning:  Enabled
    
    
    
    
    
    root@teraserver:/tmp# smartctl -i /dev/sdg
    smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.19.107-Unraid] (local build)
    Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org
    
    === START OF INFORMATION SECTION ===
    Vendor:               HGST
    Product:              HUH721010AL4200
    Revision:             A21D
    Compliance:           SPC-4
    User Capacity:        10,000,831,348,736 bytes [10.0 TB]
    Logical block size:   4096 bytes
    LU is fully provisioned
    Rotation Rate:        7200 rpm
    Form Factor:          3.5 inches
    Logical Unit id:      0x5000cca2510f09fc
    Serial number:        7PG88DBS
    Device type:          disk
    Transport protocol:   SAS (SPL-3)
    Local Time is:        Mon Oct  5 15:51:16 2020 PDT
    SMART support is:     Available - device has SMART capability.
    SMART support is:     Enabled
    Temperature Warning:  Enabled
    
    
    
    
    root@teraserver:/tmp# smartctl -i /dev/sdh
    smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.19.107-Unraid] (local build)
    Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org
    
    === START OF INFORMATION SECTION ===
    Vendor:               HGST
    Product:              HUH721010AL4200
    Revision:             A21D
    Compliance:           SPC-4
    User Capacity:        10,000,831,348,736 bytes [10.0 TB]
    Logical block size:   4096 bytes
    LU is fully provisioned
    Rotation Rate:        7200 rpm
    Form Factor:          3.5 inches
    Logical Unit id:      0x5000cca2512068a4
    Serial number:        7PGKUJKG
    Device type:          disk
    Transport protocol:   SAS (SPL-3)
    Local Time is:        Mon Oct  5 15:51:29 2020 PDT
    SMART support is:     Available - device has SMART capability.
    SMART support is:     Enabled
    Temperature Warning:  Enabled
    
    
    root@teraserver:/tmp# smartctl -i /dev/sdi
    smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.19.107-Unraid] (local build)
    Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org
    
    === START OF INFORMATION SECTION ===
    Vendor:               HGST
    Product:              HUH721010AL4200
    Revision:             A21D
    Compliance:           SPC-4
    User Capacity:        10,000,831,348,736 bytes [10.0 TB]
    Logical block size:   4096 bytes
    LU is fully provisioned
    Rotation Rate:        7200 rpm
    Form Factor:          3.5 inches
    Logical Unit id:      0x5000cca251206dec
    Serial number:        7PGKUWGG
    Device type:          disk
    Transport protocol:   SAS (SPL-3)
    Local Time is:        Mon Oct  5 15:51:43 2020 PDT
    SMART support is:     Available - device has SMART capability.
    SMART support is:     Enabled
    Temperature Warning:  Enabled
    
    
    root@teraserver:/tmp# smartctl -i /dev/sdj
    smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.19.107-Unraid] (local build)
    Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org
    
    === START OF INFORMATION SECTION ===
    Model Family:     Seagate Barracuda 7200.14 (AF)
    Device Model:     ST3000DM001-1CH166
    Serial Number:    Z1F346DA
    LU WWN Device Id: 5 000c50 03ce5a7e0
    Firmware Version: CC29
    User Capacity:    3,000,592,982,016 bytes [3.00 TB]
    Sector Sizes:     512 bytes logical, 4096 bytes physical
    Rotation Rate:    7200 rpm
    Form Factor:      3.5 inches
    Device is:        In smartctl database [for details use: -P show]
    ATA Version is:   ACS-2, ACS-3 T13/2161-D revision 3b
    SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 3.0 Gb/s)
    Local Time is:    Mon Oct  5 15:51:54 2020 PDT
    SMART support is: Available - device has SMART capability.
    SMART support is: Enabled
    
    
    
    root@teraserver:/tmp# smartctl -i /dev/sdk
    smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.19.107-Unraid] (local build)
    Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org
    
    === START OF INFORMATION SECTION ===
    Model Family:     WDC HGST Ultrastar He10
    Device Model:     WDC WD100EMAZ-00WJTA0
    Serial Number:    2YK14YTD
    LU WWN Device Id: 5 000cca 273eacd81
    Firmware Version: 83.H0A83
    User Capacity:    10,000,831,348,736 bytes [10.0 TB]
    Sector Sizes:     512 bytes logical, 4096 bytes physical
    Rotation Rate:    5400 rpm
    Form Factor:      3.5 inches
    Device is:        In smartctl database [for details use: -P show]
    ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 4
    SATA Version is:  SATA 3.2, 6.0 Gb/s (current: 6.0 Gb/s)
    Local Time is:    Mon Oct  5 15:52:05 2020 PDT
    SMART support is: Available - device has SMART capability.
    SMART support is: Enabled
    
    
    
    root@teraserver:/tmp# smartctl -i /dev/sdl
    smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.19.107-Unraid] (local build)
    Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org
    
    === START OF INFORMATION SECTION ===
    Vendor:               HGST
    Product:              HUH721010AL4200
    Revision:             A21D
    Compliance:           SPC-4
    User Capacity:        10,000,831,348,736 bytes [10.0 TB]
    Logical block size:   4096 bytes
    LU is fully provisioned
    Rotation Rate:        7200 rpm
    Form Factor:          3.5 inches
    Logical Unit id:      0x5000cca26695fd14
    Serial number:        7JJNH4DG
    Device type:          disk
    Transport protocol:   SAS (SPL-3)
    Local Time is:        Mon Oct  5 15:52:26 2020 PDT
    SMART support is:     Available - device has SMART capability.
    SMART support is:     Enabled
    Temperature Warning:  Enabled
    
    
    
    root@teraserver:/tmp# smartctl -i /dev/sdm
    smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.19.107-Unraid] (local build)
    Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org
    
    === START OF INFORMATION SECTION ===
    Vendor:               HGST
    Product:              HUH721010AL4200
    Revision:             A21D
    Compliance:           SPC-4
    User Capacity:        10,000,831,348,736 bytes [10.0 TB]
    Logical block size:   4096 bytes
    LU is fully provisioned
    Rotation Rate:        7200 rpm
    Form Factor:          3.5 inches
    Logical Unit id:      0x5000cca25120538c
    Serial number:        7PGKT40G
    Device type:          disk
    Transport protocol:   SAS (SPL-3)
    Local Time is:        Mon Oct  5 15:52:41 2020 PDT
    SMART support is:     Available - device has SMART capability.
    SMART support is:     Enabled
    Temperature Warning:  Enabled

     

     

     

     

     

     

     

     

     

     

  16. I have both a local and remote.  I just disabled the remote syslog for good measure and removed and re-installed the plug-in.  I'm still getting the same behavior.  

     

    I force spindown on a drive by clicking the green button light.  The temp indicator goes turns to *, but the button stays green.   I get no SAS Assist messages in the log.  I have a mixture of SAS and SATA HDD in here.  Would that cause an issue?  How does it know which is which?

     

    Also my SMART controller type for my SAS drives all say "Use default"  - not sure if that's an issue or would it need to be changed to SCSI.

     

     

     

  17. I'm on 6.8.3 and been messing around with this plug-in.  So far the only indication to me that a drive is spun down is that the temperature indicator is replaced with a *.  This was the same behavior before this plug-in so I'm not sure it's doing anything in my system.  In monitoring my power usage (via Killawatt), it doesn't appear that there is much to any drop is power usage.  The green light never goes gray on any of my SAS drives when I try to spin them down.  I have a handful of SAS drives that are barely used so I'm pretty sure they're not being spun back up right away.

     

    I am getting the spamming of the mdcmd messages in my logs, but I'm not seeing any of the SAS Assist log messages that it appears I am supposed to.  Is that right?  

     

    Oct  5 04:39:58 teraserver kernel: mdcmd (26990): spindown 4
    Oct  5 04:39:58 teraserver kernel: md: do_drive_cmd: disk4: ATA_OP e0 ioctl error: -5
    Oct  5 04:39:58 teraserver emhttpd: error: mdcmd, 2723: Input/output error (5): write
    Oct  5 04:39:59 teraserver kernel: mdcmd (26991): spindown 4
    Oct  5 04:39:59 teraserver emhttpd: error: mdcmd, 2723: Input/output error (5): write
    Oct  5 04:39:59 teraserver kernel: md: do_drive_cmd: disk4: ATA_OP e0 ioctl error: -5
    Oct  5 04:40:00 teraserver emhttpd: error: mdcmd, 2723: Input/output error (5): write
    Oct  5 04:40:00 teraserver kernel: mdcmd (26992): spindown 4
    Oct  5 04:40:00 teraserver kernel: md: do_drive_cmd: disk4: ATA_OP e0 ioctl error: -5

     

    All of my SAS drives are: HUH721010AL4200 

     

    The plug-in seemed to install fine.  Happy to help troubleshooting or send logs.

     

  18. Sorry, I should have stated.  Running Unraid 6.8.1. 

     

    I've searched the Docker FAQ and documentation on whether I need to manually create the network as well as configure in the UI and I couldn't find anything stating that I needed to manually create.   I'm trying to create another network because I would like some dockers to point to a different default gateway on my network.

     

     

  19.  

    Do I need to manually create my custom networks for dockers at CLI in addition to assigning bridge members in UI?  I created a custom network a while ago when the feature was first released and I'm looking to add another.  I have additional Ethernet ports that I'm looking to use.

     

    br2 is my interface that I setup previously.  br3 is my new interface.

    image.thumb.png.9519061725d9dc4c9eccf49c438e9eac.png

     

    image.thumb.png.373c25257eb2dc0364f37c8b98d0601a.png

     

    When I go to assign br3 to a docker image, it does not appear as a choice.

    image.png.0dd64644e79f8c65db48ed933dc3db86.png

     

    I've rebooted the server after adding the br3 configuration.  I also followed the instructions in this article about removing local-kv.db and restarting docker.

     

    Not sure if I'm doing something wrong or if I just need to 'docker create network' as well.

     

    Thanks.

     

  20. 2 hours ago, itimpi said:

    Do you need these modules loaded before the array is started?    If so then the commands to re-install the modules need to go into the config/go file.   If they are only needed after array start then a script run by the CA User Scripts plugin is the better approach (with the script scheduled to run at first array start).

    After the array has started is fine.  I had planned to run my script using User Scripts, but I need the supported python modules loaded.

    So I need to essentially "re-install" the Python modules at every boot by running 'pip install xxxx' in User Scripts at boot time?

     

    Thanks for the help.