Jump to content

digitalfixer

Members
  • Posts

    237
  • Joined

  • Last visited

Everything posted by digitalfixer

  1. Version 2016.10.15 of Bleeding Edge is giving me a bad md5 error when I try to update. Kevin.
  2. I'm using this plugin just to get a display of my fan speeds and cpu temps. On the dashboard display it causes a shift in the ups status part. See this post. http://lime-technology.com/forum/index.php?topic=36543.1425 When I remove the IPMI plugin the display is correct again. Kevin.
  3. I figured it out. It was caused by the IPMI plugin. Removing that fixed it. I'll pass this on to the IPMI topic. Kevin.
  4. I think I'll wait for bonienl to answer that one. Kevin.
  5. I don't know if this is happening to anybody else but the text for the ups display on the dashboard is offset to the right. It's been like this for a while now. I have the latest bleeding edge installed. Kevin.
  6. After going through the manual and the Motherboard manual + a search online it seems that the fans can only be controlled by the bios. Kevin.
  7. I have the plugin installed. This is the output from ipmisensors ID | Name | Type | Reading | Units | Event 1 | CPU1 Temperature | Temperature | 40.00 | C | 'OK' 2 | CPU2 Temperature | Temperature | 53.00 | C | 'OK' 3 | TR1 Temperature | Temperature | 58.00 | C | 'OK' 4 | TR2 Temperature | Temperature | 58.00 | C | 'OK' 12 | +12V | Voltage | 11.71 | V | 'OK' 13 | +5V | Voltage | 4.99 | V | 'OK' 14 | +5VSB | Voltage | 4.99 | V | 'OK' 15 | +3.3V | Voltage | 3.31 | V | 'OK' 18 | CPU_FAN1 | Fan | 640.00 | RPM | 'At or Below (<=) Lower Non-Recoverable Threshold' 19 | CPU_FAN2 | Fan | 640.00 | RPM | 'At or Below (<=) Lower Non-Recoverable Threshold' 20 | FRNT_FAN1 | Fan | 640.00 | RPM | 'At or Below (<=) Lower Non-Recoverable Threshold' 21 | FRNT_FAN2 | Fan | 640.00 | RPM | 'At or Below (<=) Lower Non-Recoverable Threshold' 23 | FRNT_FAN4 | Fan | 640.00 | RPM | 'At or Below (<=) Lower Non-Recoverable Threshold' 24 | REAR_FAN1 | Fan | 640.00 | RPM | 'At or Below (<=) Lower Non-Recoverable Threshold' Under Settings/Fan Control Fan Settings says Your board is not currently supported Kevin
  8. What information would you need to add an Asus Z9PA-D8 with a ASMB6 iKVM module installed. I have a manual with what I assume is a complete sensor table list. Kevin.
  9. I'm thinking about getting one of these just to add a couple of extra 6Gb ports. https://www.scan.co.uk/products/silverstone-pci-express-card-2x-sata-6-gbps-ports-supports-raid-0-raid-1-span-and-non-raid-function It says it has this controller ASMedia 1062R. Just wondering if the drivers are already in the kernel or if its even supported. Kevin.
  10. This is a simple shell script that I use. #!/bin/bash # ========================================================================== # # Program Body # # ========================================================================== # ((!$#)) && echo No Directory supplied! && exit 1 dir="$@" echo $dir echo "Removing .DS_Store files" find "$dir" -name ".DS_Store" -exec rm '{}' \; -print echo "=======================" echo "Removing ._ files" find "$dir" -name "._*" -exec rm '{}' \; -print I run it as ./rmdotstore.sh /mnt/user/directoryname I don't run it against the whole tree because I've seen ._ filenames inside plex and there may be others as well. Kevin.
  11. Thank you. /plexwatchdb is mapped to /mnt/cache/DockerAppData/plexWatch/ When I try to import using the following location and file it tells me it's invalid. /plexwatchdb/plexWatch.db How do I find out if the db version is correct. Kevin.
  12. I have plexWatch installed and running. How would I specify the path to the database to import it into plexpy. Kevin.
  13. Thanks for reporting, I have made an update which corrects the wrong display. All good now. Thank you. Kevin.
  14. Which version of system profiler are you using (see plugins tab) ? 2015.6.27. Kevin.
  15. I hope this is the right place for this. Unraid 6.1rc2 There is bug in the system profiler plugin. Memory is reported wrong. (see pic) This was also present in Unraid 6.0.1 Kevin [Edit] I also tried it in Safari. Cleared cache. No change. Chrome and Safari on iPad are the same.
  16. SirG Would you be able to add the sftp module to this please. Kevin.
  17. Will look into it for future versions Why is this needed? What is wrong with automatic detection? If you run lsscsi what do you get? Just hedging your bets with autodetection. but as for the WD Red 4Gs lssci: smartctl Note the emphasis and: I found that adding this line to my go file stopped all problem with a drive not being in the smartctl database /usr/sbin/update-smart-drivedb Kevin.
  18. No, didn't see that one, thanks for pointing out. Can you telnet into your system and post the result of the command: dmidecode -q -t memory Interesting root@Tower:~# dmidecode -q -t memory Memory Device Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: DIMM Set: None Locator: DIMM_A1 Bank Locator: BANK 0 Type: Unknown Type Detail: None Speed: Unknown Manufacturer: [Empty] Serial Number: [Empty] Asset Tag: 9876543210 Part Number: [Empty] Rank: Unknown Configured Clock Speed: Unknown Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: Single-bit ECC Maximum Capacity: 32 GB Number Of Devices: 4 Memory Device Total Width: 72 bits Data Width: 64 bits Size: 8192 MB Form Factor: DIMM Set: None Locator: DIMM_A2 Bank Locator: BANK 1 Type: DDR3 Type Detail: Synchronous Speed: 1600 MHz Manufacturer: Micron Serial Number: E8A36F46 Asset Tag: 9876543210 Part Number: 18JSF1G72AZ-1G6E1 Rank: 2 Configured Clock Speed: 1600 MHz Memory Device Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: DIMM Set: None Locator: DIMM_B1 Bank Locator: BANK 2 Type: Unknown Type Detail: None Speed: Unknown Manufacturer: [Empty] Serial Number: [Empty] Asset Tag: 9876543210 Part Number: [Empty] Rank: Unknown Configured Clock Speed: Unknown Memory Device Total Width: 72 bits Data Width: 64 bits Size: 8192 MB Form Factor: DIMM Set: None Locator: DIMM_B2 Bank Locator: BANK 3 Type: DDR3 Type Detail: Synchronous Speed: 1600 MHz Manufacturer: Micron Serial Number: E8A36E23 Asset Tag: 9876543210 Part Number: 18JSF1G72AZ-1G6E1 Rank: 2 Configured Clock Speed: 1600 MHz root@Tower:~# Kevin. I have made an update to the system info plugin. Use the plugin manager to upgrade to the latest version 2015.02.01 Thanks for sharing the information and enable me to make a correction. That sorted that problem. Thank you. Kevin.
  19. No, didn't see that one, thanks for pointing out. Can you telnet into your system and post the result of the command: dmidecode -q -t memory Interesting root@Tower:~# dmidecode -q -t memory Memory Device Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: DIMM Set: None Locator: DIMM_A1 Bank Locator: BANK 0 Type: Unknown Type Detail: None Speed: Unknown Manufacturer: [Empty] Serial Number: [Empty] Asset Tag: 9876543210 Part Number: [Empty] Rank: Unknown Configured Clock Speed: Unknown Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: Single-bit ECC Maximum Capacity: 32 GB Number Of Devices: 4 Memory Device Total Width: 72 bits Data Width: 64 bits Size: 8192 MB Form Factor: DIMM Set: None Locator: DIMM_A2 Bank Locator: BANK 1 Type: DDR3 Type Detail: Synchronous Speed: 1600 MHz Manufacturer: Micron Serial Number: E8A36F46 Asset Tag: 9876543210 Part Number: 18JSF1G72AZ-1G6E1 Rank: 2 Configured Clock Speed: 1600 MHz Memory Device Total Width: Unknown Data Width: Unknown Size: No Module Installed Form Factor: DIMM Set: None Locator: DIMM_B1 Bank Locator: BANK 2 Type: Unknown Type Detail: None Speed: Unknown Manufacturer: [Empty] Serial Number: [Empty] Asset Tag: 9876543210 Part Number: [Empty] Rank: Unknown Configured Clock Speed: Unknown Memory Device Total Width: 72 bits Data Width: 64 bits Size: 8192 MB Form Factor: DIMM Set: None Locator: DIMM_B2 Bank Locator: BANK 3 Type: DDR3 Type Detail: Synchronous Speed: 1600 MHz Manufacturer: Micron Serial Number: E8A36E23 Asset Tag: 9876543210 Part Number: 18JSF1G72AZ-1G6E1 Rank: 2 Configured Clock Speed: 1600 MHz root@Tower:~# Kevin.
  20. bonieni I don't if you saw this error that is in the System Info plugin. http://lime-technology.com/forum/index.php?topic=36633.msg340429 Kevin
  21. Tried with the array running and clean boot with array stopped. I'm going to leave it now until after boxing day then have a good look at my bios settings for usb related stuff and install a 2 port pci-e usb card. Hopefully something will work so I can get the bluray drive working on my kvm. I'll follow up with anything I find. Kevin.
  22. archedraft That was the first chunk in my code list. root@Tower:~# lspci|grep USB 00:14.0 USB controller: Intel Corporation Lynx Point USB xHCI Host Controller (rev 05) 00:1a.0 USB controller: Intel Corporation Lynx Point USB Enhanced Host Controller #2 (rev 05) 00:1d.0 USB controller: Intel Corporation Lynx Point USB Enhanced Host Controller #1 (rev 05) Kevin.
×
×
  • Create New...