Capt.Insano

Community Developer
  • Posts

    296
  • Joined

  • Last visited

Everything posted by Capt.Insano

  1. But my other cache drive has the identical listing under "SMART attribute notifications:" and it does report temps?? Looked at wrong thing, see below
  2. Not there! See attached: Looked at wrong thing, see below
  3. Ahh!! That is a relief if true because I was going to buy and attach another WD Red 3tb drive for Dual Parity prior to updating to 6.2. Is there any commands I can run to see if this drive offers temp readings? FYI: This is the drive: http://www.newegg.com/Product/Product.aspx?Item=N82E16820148441
  4. I picked up a pre-owned PCI-E SATA card for cheap as a quick solution to adding more drives to my "Intel Corporation - S5500WBV" motherboard. The card is a "Startech 2 Port eSATA + 4 Port SATA II PCI Express x4 SATA Controller Adapter Card" Model #PEXSATA24E Currently I only have 1 drive connected to this card, an SSD that I had to create a cache pool, but the unRAID (6.1.9) WebUI does not report certain info about the drive for example the Temp is reported as 0 degrees C (see below). Is there any solution to this as I had intended on adding more drives to this card?! See details below, if any more details required to debug, please let me know and I will provide. root@Tower:~# lspci .... 04:00.0 SCSI storage controller: Marvell Technology Group Ltd. 88SX7042 PCI-e 4-port SATA-II (rev 02) .... Screenshot Any ideas welcome! Thanks a million
  5. @hurricanehrndz sidenote: Any chance of an update to the docker container to bring the server up to date? See attachment below. Thanks a million
  6. You have one item under docker images as follows: <none> <none> dacd34ba0e5a 5 months ago 503.4 MB Try the following command to remove the orphaned image: docker rmi dacd34ba0e5a Then try again. Great work on this container linuxserver.io team!!
  7. Just saw this: http://lime-technology.com/forum/index.php?topic=47299.0 Just thought I would let people know!! Fair play to linuxserver.io
  8. Sorry for the delay getting back to you, I didn't see your reply; I have a 9p mount working in vortexbox 2.4, here is my setup: Relevant part of my virtual machine .xml file: <filesystem type='mount' accessmode='passthrough'> <source dir='/mnt/user/Music/'/> <target dir='unraidmusic'/> <alias name='fs0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </filesystem> Screenshot of GUI setup attached. My fstab inside the vortexbox VM: UUID=a0008081-aa57-4fad-bf0b-2f64f1070a8a / ext4 defaults 1 1 UUID=33251abe-7e37-4570-b7e5-0a53a3886361 /boot ext4 defaults 1 2 UUID=3b66a5aa-1768-41da-bed4-cdcd304746ca swap swap defaults 0 0 unraidmusic /storage/unraidmusic 9p trans=virtio,version=9p2000.L,_netdev,rw 0 0 Hope this helps.
  9. Any chance of triggering an updated container build? Thanks as always hurricane!! Capt.Insano, please read the immediate post above yours. Thanks BRiT, I have edited my post. I misunderstood what was said before my last post!
  10. My Emby Server Dashboard reports: Any chance of triggering an updated container build? Thanks as always hurricane!! Edit: Sorry, misunderstood above posts!! Question removed! Thanks!
  11. This works nicely, thank you. But is there an easy way to make it permanent so that it survives a reboot? Not an easy way, to be honest I have moved to an Observium VM using this: https://www.turnkeylinux.org/observium No probs since.
  12. I tried to install Vortexbox 2.4 but got stuck at boot with : "a start job is running on dev-disk", could you explain how you managed to install it ? thank you for your help Vortexbox installers expect the HDD to be mounted at /dev/sda rather than /dev/hda. In order to achieve this you need to edit the XML to use SATA emulation rather than virtio during the install (you can change it back for better performance after the install) See my posts from here on in this thread: http://lime-technology.com/forum/index.php?topic=39189.msg365063#msg365063 **Note** you may need to change <address type='drive' controller='0' bus='0' target='0' unit='0'/> to <address type='drive' controller='1' bus='0' target='0' unit='0'/> dependant on what controller/bus your installation ISO has been mounted in the XML. Hope this helps, The Capt.
  13. I had the service URLs in as: 192.168.1.2:8112 but is needs to be: http://192.168.1.2:8112 Note to others; http:// is needed prior to any IP addresses being entered!! Thanks for the help sparkly!
  14. currently repulling the muximux image and will retest with completely different ports. will report back!
  15. don't use a port already in use, you're probably using 8080 somewhere else. Nope! Sure if that was the case the docker container would not even start it would error out giving a port error. Also, I am able to load the muximux page itself, it is the subpages (Sonarr, Deluge, NZBget etc.) that give the 404 error after being set up to the required IP addresses & ports. Thanks
  16. When setting up this container in bridge mode port 80 -> port 8080 and setting up the ip:port info for my services within muximux, I just get a 404 error from nginx with muximux. I then used "docker exec -it muximux /bin/bash" and checked if I could ping the ip:port of some of my services, (eg: my deluge ip address & port) but I got an unknown host error. Any advice on setting this up? Thanks!
  17. I re-ran all three commands in succession: sensors: root@Tower:/tmp# sensors coretemp-isa-0000 Adapter: ISA adapter CPU 1 Core 1: +25.0°C (high = +61.0°C, crit = +71.0°C) CPU 1 Core 2: +24.0°C (high = +61.0°C, crit = +71.0°C) CPU 1 Core 3: +21.0°C (high = +61.0°C, crit = +71.0°C) CPU 1 Core 4: +25.0°C (high = +61.0°C, crit = +71.0°C) coretemp-isa-0001 Adapter: ISA adapter CPU 2 Core 1: +28.0°C (high = +61.0°C, crit = +71.0°C) CPU 2 Core 2: +24.0°C (high = +61.0°C, crit = +71.0°C) CPU 2 Core 3: +28.0°C (high = +61.0°C, crit = +71.0°C) CPU 2 Core 4: +24.0°C (high = +61.0°C, crit = +71.0°C) /usr/sbin/ipmi-sensors --output-sensor-thresholds --comma-separated-output --output-sensor-state --ignore-not-available-sensors --non-abbreviated-units: root@Tower:/tmp# /usr/sbin/ipmi-sensors --output-sensor-thresholds --comma-separated-output --output-sensor-state --ignore-not-available-sensors --non-abbreviated-units ID,Name,Type,State,Reading,Units,Lower NR,Lower C,Lower NC,Upper NC,Upper C,Upper NR,Event 1,BB +1.1V IOH,Voltage,Nominal,1.08,Volts,N/A,1.03,1.05,1.15,1.18,N/A,'OK' 2,BB +1.1V P1 Vccp,Voltage,Nominal,0.93,Volts,N/A,0.68,0.71,1.50,1.54,N/A,'OK' 4,BB +1.8V AUX,Voltage,Nominal,1.78,Volts,N/A,1.67,1.72,1.87,1.93,N/A,'OK' 5,BB +3.3V,Voltage,Nominal,3.30,Volts,N/A,2.98,3.07,3.53,3.63,N/A,'OK' 6,BB +3.3V STBY,Voltage,Nominal,3.24,Volts,N/A,2.98,3.07,3.53,3.63,N/A,'OK' 7,BB +3.3V Vbat,Voltage,Nominal,3.00,Volts,N/A,2.18,2.50,3.19,3.28,N/A,'OK' 8,BB +5.0V,Voltage,Nominal,4.99,Volts,N/A,4.47,4.63,5.38,5.54,N/A,'OK' 9,BB +5.0V STBY,Voltage,Nominal,4.97,Volts,N/A,4.42,4.57,5.27,5.42,N/A,'OK' 10,BB +12.0V,Voltage,Nominal,12.25,Volts,N/A,10.74,11.10,12.92,13.29,N/A,'OK' 11,BB +1.35v P1 MEM,Voltage,Nominal,1.38,Volts,N/A,1.24,1.27,1.44,1.48,N/A,'OK' 12,Baseboard Temp,Temperature,Nominal,28.00,degrees C,N/A,5.00,10.00,61.00,66.00,N/A,'OK' 13,IOH Therm Margin,Temperature,Nominal,-37.00,degrees C,N/A,N/A,N/A,5.00,10.00,N/A,'OK' 14,Mem P1 Thrm Mrgn,Temperature,Nominal,-43.00,degrees C,N/A,N/A,N/A,5.00,10.00,N/A,'OK' 15,Processor 1 Fan,Fan,Nominal,3200.00,RPM,N/A,640.00,768.00,N/A,N/A,N/A,'OK' 16,Processor 1A Fan,Fan,Critical,640.00,RPM,N/A,640.00,768.00,N/A,N/A,N/A,'At or Below (<=) Lower Critical Threshold' 17,Processor 2 Fan,Fan,Nominal,3136.00,RPM,N/A,640.00,768.00,N/A,N/A,N/A,'OK' 18,P1 Therm Margin,Temperature,Nominal,-45.00,degrees C,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 19,P1 Therm Ctrl %,Temperature,Nominal,0.00,%,N/A,N/A,N/A,11.70,19.50,N/A,'OK' 20,Pwr Unit Status,Power Unit,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 21,IPMI Watchdog,Watchdog 2,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 22,Physical Scrty,Physical Security,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 23,FP NMI Diag Int,Critical Interrupt,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 24,SMI Timeout,OEM Reserved,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 25,System Event Log,Event Logging Disabled,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 26,System Event,System Event,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 27,P1 Status,Processor,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'Processor Presence detected' 28,P1 VRD Hot,Temperature,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 29,CATERR,Processor,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 30,CPU Missing,Processor,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 31,IOH Therm Trip,Temperature,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' ipmi-sensors: root@Tower:/tmp# ipmi-sensors ID | Name | Type | Reading | Units | Event 1 | BB +1.1V IOH | Voltage | 1.08 | V | 'OK' 2 | BB +1.1V P1 Vccp | Voltage | 0.89 | V | 'OK' 3 | BB +1.5V P1 DDR3 | Voltage | N/A | V | N/A 4 | BB +1.8V AUX | Voltage | 1.78 | V | 'OK' 5 | BB +3.3V | Voltage | 3.30 | V | 'OK' 6 | BB +3.3V STBY | Voltage | 3.24 | V | 'OK' 7 | BB +3.3V Vbat | Voltage | 3.00 | V | 'OK' 8 | BB +5.0V | Voltage | 4.99 | V | 'OK' 9 | BB +5.0V STBY | Voltage | 4.97 | V | 'OK' 10 | BB +12.0V | Voltage | 12.25 | V | 'OK' 11 | BB +1.35v P1 MEM | Voltage | 1.37 | V | 'OK' 12 | Baseboard Temp | Temperature | 28.00 | C | 'OK' 13 | IOH Therm Margin | Temperature | -36.00 | C | 'OK' 14 | Mem P1 Thrm Mrgn | Temperature | -43.00 | C | 'OK' 15 | Processor 1 Fan | Fan | 3136.00 | RPM | 'OK' 16 | Processor 1A Fan | Fan | 640.00 | RPM | 'At or Below (<=) Lower Critical Threshold' 17 | Processor 2 Fan | Fan | 3136.00 | RPM | 'OK' 18 | P1 Therm Margin | Temperature | -45.00 | C | 'OK' 19 | P1 Therm Ctrl % | Temperature | 0.00 | % | 'OK' 20 | Pwr Unit Status | Power Unit | N/A | N/A | 'OK' 21 | IPMI Watchdog | Watchdog 2 | N/A | N/A | 'OK' 22 | Physical Scrty | Physical Security | N/A | N/A | 'OK' 23 | FP NMI Diag Int | Critical Interrupt | N/A | N/A | 'OK' 24 | SMI Timeout | OEM Reserved | N/A | N/A | 'OK' 25 | System Event Log | Event Logging Disabled | N/A | N/A | 'OK' 26 | System Event | System Event | N/A | N/A | 'OK' 27 | P1 Status | Processor | N/A | N/A | 'Processor Presence detected' 28 | P1 VRD Hot | Temperature | N/A | N/A | 'OK' 29 | CATERR | Processor | N/A | N/A | 'OK' 30 | CPU Missing | Processor | N/A | N/A | 'OK' 31 | IOH Therm Trip | Temperature | N/A | N/A | 'OK' 32 | NM Capabilities | OEM Reserved | N/A | N/A | N/A Neither CPU temps are showing up as approx 44C or 35C as previosly expected?
  18. Output: root@Tower:/tmp# /usr/sbin/ipmi-sensors --output-sensor-thresholds --comma-separated-output --output-sensor-state --ignore-not-available-sensors --non-abbreviated-units ID,Name,Type,State,Reading,Units,Lower NR,Lower C,Lower NC,Upper NC,Upper C,Upper NR,Event 1,BB +1.1V IOH,Voltage,Nominal,1.08,Volts,N/A,1.03,1.05,1.15,1.18,N/A,'OK' 2,BB +1.1V P1 Vccp,Voltage,Nominal,0.87,Volts,N/A,0.68,0.71,1.50,1.54,N/A,'OK' 4,BB +1.8V AUX,Voltage,Nominal,1.78,Volts,N/A,1.67,1.72,1.87,1.93,N/A,'OK' 5,BB +3.3V,Voltage,Nominal,3.30,Volts,N/A,2.98,3.07,3.53,3.63,N/A,'OK' 6,BB +3.3V STBY,Voltage,Nominal,3.24,Volts,N/A,2.98,3.07,3.53,3.63,N/A,'OK' 7,BB +3.3V Vbat,Voltage,Nominal,3.00,Volts,N/A,2.18,2.50,3.19,3.28,N/A,'OK' 8,BB +5.0V,Voltage,Nominal,4.99,Volts,N/A,4.47,4.63,5.38,5.54,N/A,'OK' 9,BB +5.0V STBY,Voltage,Nominal,4.97,Volts,N/A,4.42,4.57,5.27,5.42,N/A,'OK' 10,BB +12.0V,Voltage,Nominal,12.25,Volts,N/A,10.74,11.10,12.92,13.29,N/A,'OK' 11,BB +1.35v P1 MEM,Voltage,Nominal,1.37,Volts,N/A,1.24,1.27,1.44,1.48,N/A,'OK' 12,Baseboard Temp,Temperature,Nominal,28.00,degrees C,N/A,5.00,10.00,61.00,66.00,N/A,'OK' 13,IOH Therm Margin,Temperature,Nominal,-36.00,degrees C,N/A,N/A,N/A,5.00,10.00,N/A,'OK' 14,Mem P1 Thrm Mrgn,Temperature,Nominal,-43.00,degrees C,N/A,N/A,N/A,5.00,10.00,N/A,'OK' 15,Processor 1 Fan,Fan,Nominal,3200.00,RPM,N/A,640.00,768.00,N/A,N/A,N/A,'OK' 16,Processor 1A Fan,Fan,Critical,640.00,RPM,N/A,640.00,768.00,N/A,N/A,N/A,'At or Below (<=) Lower Critical Threshold' 17,Processor 2 Fan,Fan,Nominal,3200.00,RPM,N/A,640.00,768.00,N/A,N/A,N/A,'OK' 18,P1 Therm Margin,Temperature,Nominal,-45.00,degrees C,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 19,P1 Therm Ctrl %,Temperature,Nominal,0.00,%,N/A,N/A,N/A,11.70,19.50,N/A,'OK' 20,Pwr Unit Status,Power Unit,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 21,IPMI Watchdog,Watchdog 2,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 22,Physical Scrty,Physical Security,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 23,FP NMI Diag Int,Critical Interrupt,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 24,SMI Timeout,OEM Reserved,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 25,System Event Log,Event Logging Disabled,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 26,System Event,System Event,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 27,P1 Status,Processor,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'Processor Presence detected' 28,P1 VRD Hot,Temperature,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 29,CATERR,Processor,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 30,CPU Missing,Processor,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' 31,IOH Therm Trip,Temperature,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK' root@Tower:/tmp#
  19. I ran ipmi-sensors and sensors one after the other and got the following: root@Tower:/tmp# ipmi-sensors Caching SDR repository information: /root/.freeipmi/sdr-cache/sdr-cache-Tower.localhost Caching SDR record 146 of 146 (current record ID 146) ID | Name | Type | Reading | Units | Event 1 | BB +1.1V IOH | Voltage | 1.08 | V | 'OK' 2 | BB +1.1V P1 Vccp | Voltage | 0.93 | V | 'OK' 3 | BB +1.5V P1 DDR3 | Voltage | N/A | V | N/A 4 | BB +1.8V AUX | Voltage | 1.78 | V | 'OK' 5 | BB +3.3V | Voltage | 3.30 | V | 'OK' 6 | BB +3.3V STBY | Voltage | 3.24 | V | 'OK' 7 | BB +3.3V Vbat | Voltage | 2.98 | V | 'OK' 8 | BB +5.0V | Voltage | 4.99 | V | 'OK' 9 | BB +5.0V STBY | Voltage | 4.97 | V | 'OK' 10 | BB +12.0V | Voltage | 12.25 | V | 'OK' 11 | BB +1.35v P1 MEM | Voltage | 1.37 | V | 'OK' 12 | Baseboard Temp | Temperature | 28.00 | C | 'OK' 13 | IOH Therm Margin | Temperature | -33.00 | C | 'OK' 14 | Mem P1 Thrm Mrgn | Temperature | -42.00 | C | 'OK' 15 | Processor 1 Fan | Fan | 3200.00 | RPM | 'OK' 16 | Processor 1A Fan | Fan | 640.00 | RPM | 'At or Below (<=) Lower Critical Threshold' 17 | Processor 2 Fan | Fan | 3200.00 | RPM | 'OK' 18 | P1 Therm Margin | Temperature | -44.00 | C | 'OK' 19 | P1 Therm Ctrl % | Temperature | 0.00 | % | 'OK' 20 | Pwr Unit Status | Power Unit | N/A | N/A | 'OK' 21 | IPMI Watchdog | Watchdog 2 | N/A | N/A | 'OK' 22 | Physical Scrty | Physical Security | N/A | N/A | 'OK' 23 | FP NMI Diag Int | Critical Interrupt | N/A | N/A | 'OK' 24 | SMI Timeout | OEM Reserved | N/A | N/A | 'OK' 25 | System Event Log | Event Logging Disabled | N/A | N/A | 'OK' 26 | System Event | System Event | N/A | N/A | 'OK' 27 | P1 Status | Processor | N/A | N/A | 'Processor Presence detected' 28 | P1 VRD Hot | Temperature | N/A | N/A | 'OK' 29 | CATERR | Processor | N/A | N/A | 'OK' 30 | CPU Missing | Processor | N/A | N/A | 'OK' 31 | IOH Therm Trip | Temperature | N/A | N/A | 'OK' 32 | NM Capabilities | OEM Reserved | N/A | N/A | N/A root@Tower:/tmp# sensors coretemp-isa-0000 Adapter: ISA adapter CPU 1 Core 1: +26.0°C (high = +61.0°C, crit = +71.0°C) CPU 1 Core 2: +25.0°C (high = +61.0°C, crit = +71.0°C) CPU 1 Core 3: +22.0°C (high = +61.0°C, crit = +71.0°C) CPU 1 Core 4: +26.0°C (high = +61.0°C, crit = +71.0°C) coretemp-isa-0001 Adapter: ISA adapter CPU 2 Core 1: +28.0°C (high = +61.0°C, crit = +71.0°C) CPU 2 Core 2: +24.0°C (high = +61.0°C, crit = +71.0°C) CPU 2 Core 3: +28.0°C (high = +61.0°C, crit = +71.0°C) CPU 2 Core 4: +24.0°C (high = +61.0°C, crit = +71.0°C) I have also looked online for a build of freeipmi v1.5.1 for slackware but I cannot find one anywhere to see if any further info given.
  20. I just tried with your build of freeipmi 1.4.11: root@Tower:/tmp# ipmi-sensors ID | Name | Type | Reading | Units | Event 1 | BB +1.1V IOH | Voltage | 1.08 | V | 'OK' 2 | BB +1.1V P1 Vccp | Voltage | 0.87 | V | 'OK' 3 | BB +1.5V P1 DDR3 | Voltage | N/A | V | N/A 4 | BB +1.8V AUX | Voltage | 1.78 | V | 'OK' 5 | BB +3.3V | Voltage | 3.30 | V | 'OK' 6 | BB +3.3V STBY | Voltage | 3.24 | V | 'OK' 7 | BB +3.3V Vbat | Voltage | 2.98 | V | 'OK' 8 | BB +5.0V | Voltage | 4.99 | V | 'OK' 9 | BB +5.0V STBY | Voltage | 4.97 | V | 'OK' 10 | BB +12.0V | Voltage | 12.25 | V | 'OK' 11 | BB +1.35v P1 MEM | Voltage | 1.38 | V | 'OK' 12 | Baseboard Temp | Temperature | 28.00 | C | 'OK' 13 | IOH Therm Margin | Temperature | -33.00 | C | 'OK' 14 | Mem P1 Thrm Mrgn | Temperature | -43.00 | C | 'OK' 15 | Processor 1 Fan | Fan | 3200.00 | RPM | 'OK' 16 | Processor 1A Fan | Fan | 640.00 | RPM | 'At or Below (<=) Lower Critical Threshold' 17 | Processor 2 Fan | Fan | 3136.00 | RPM | 'OK' 18 | P1 Therm Margin | Temperature | -44.00 | C | 'OK' 19 | P1 Therm Ctrl % | Temperature | 0.00 | % | 'OK' 20 | Pwr Unit Status | Power Unit | N/A | N/A | 'OK' 21 | IPMI Watchdog | Watchdog 2 | N/A | N/A | 'OK' 22 | Physical Scrty | Physical Security | N/A | N/A | 'OK' 23 | FP NMI Diag Int | Critical Interrupt | N/A | N/A | 'OK' 24 | SMI Timeout | OEM Reserved | N/A | N/A | 'OK' 25 | System Event Log | Event Logging Disabled | N/A | N/A | 'Log Area Reset/Cleared' 26 | System Event | System Event | N/A | N/A | 'OK' 27 | P1 Status | Processor | N/A | N/A | 'Processor Presence detected' 28 | P1 VRD Hot | Temperature | N/A | N/A | 'OK' 29 | CATERR | Processor | N/A | N/A | 'OK' 30 | CPU Missing | Processor | N/A | N/A | 'OK' 31 | IOH Therm Trip | Temperature | N/A | N/A | 'OK' 32 | NM Capabilities | OEM Reserved | N/A | N/A | N/A No further luck with CPU temps!! Note: nevermind the error with "Processor 1A Fan", that fan header is connected to a fan controller so incorrect speeds are reported!! Thanks for this help so far!
  21. Reminder to current users of this container: Please upvote the rTorrent/ruTorrent feature request for Team linuxserver.io here: http://feathub.com/linuxserver/linuxserver.github.io/+34 Hopefully they will adopt this container!!
  22. root@Tower:~# ipmitool lan print Set in Progress : Set Complete Auth Type Support : MD5 PASSWORD Auth Type Enable : Callback : MD5 PASSWORD : User : MD5 PASSWORD : Operator : MD5 PASSWORD : Admin : MD5 : OEM : IP Address Source : Static Address IP Address : 192.168.1.15 Subnet Mask : 255.255.255.0 MAC Address : 00:15:17:9e:58:f0 SNMP Community String : INTEL IP Header : TTL=0x00 Flags=0x00 Precedence=0x00 TOS=0x00 BMC ARP Control : ARP Responses Enabled, Gratuitous ARP Disabled Gratituous ARP Intrvl : 0.0 seconds Default Gateway IP : 192.168.1.1 Default Gateway MAC : c0:3e:0f:4e:17:70 Backup Gateway IP : 0.0.0.0 Backup Gateway MAC : 00:00:00:00:00:00 802.1q VLAN ID : Disabled 802.1q VLAN Priority : 0 RMCP+ Cipher Suites : 1,2,3,6,7,8,11,12,0 Cipher Suite Priv Max : caaaXXaaaXXaaXX : X=Cipher Suite Unused : c=CALLBACK : u=USER : o=OPERATOR : a=ADMIN : O=OEM I have tried to access 192.168.1.15 as above but I get nothing, I also tried 192.168.1.15:623 because I read somewhere that IPMI tends to act over port 623 but again get nothing. I followed a guide here: https://www.thomas-krenn.com/en/wiki/Configuring_IPMI_under_Linux_using_ipmitool. still nothing! Finally, I downloaded SuperMicro IPMIView and I can connect to the server IPMI over 192.168.1.15, I can see some things about the server (power status, Motherboard Details, IPMI firmware version etc.), but IPMIView freezes when I try to look at sensors or use remote shell. I have read somewhere that it is likely due to java updates breaking IPMIView. Does intel offer a program similar to IPMIView? I have searched and found nothing!! Any other help will be much appreciated!!
  23. This is going to sound like a stupid question I'm sure but; do all IPMI systems have a web-interface? I have googled "intel ipmi web interface" and found nothing. Could you give me any pointers at all as how to access the IPMI web interface? Currently I CAN get cpu temps through the coretemp sensors.lm module: root@Tower:~# modprobe coretemp root@Tower:~# sensors coretemp-isa-0000 Adapter: ISA adapter Core 0: +31.0°C (high = +61.0°C, crit = +71.0°C) Core 1: +28.0°C (high = +61.0°C, crit = +71.0°C) Core 9: +25.0°C (high = +61.0°C, crit = +71.0°C) Core 10: +31.0°C (high = +61.0°C, crit = +71.0°C) coretemp-isa-0001 Adapter: ISA adapter Core 0: +34.0°C (high = +61.0°C, crit = +71.0°C) Core 1: +28.0°C (high = +61.0°C, crit = +71.0°C) Core 9: +33.0°C (high = +61.0°C, crit = +71.0°C) Core 10: +28.0°C (high = +61.0°C, crit = +71.0°C) but I would prefer to use the IPMI route! Thanks for any help!
  24. My solution: #docker exec -it Observium /bin/bash #vi /etc/hosts add following to hosts file: IPADDRESS tower (in mycase: 192.168.1.2 tower) save file, now observium will resolve tower. ***Problem: changes are not persistent (restart docker and hosts file reverts to default*** @zuhkov: Feature Request: Could you make the hosts file exist in the Observium /config folder so changes are easy to make and persistent across reboots. Thank you for great Docker Container.