Jump to content

wgstarks

Members
  • Posts

    5,170
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by wgstarks

  1. Yes. The image is just a background.
  2. Nice landscape. Always wanted to visit New Zealand.
  3. Since custom banners are coming soon I thought maybe some folks would like to share.
  4. Try running this: curl -skL http://www.lm-sensors.org/svn/lm-sensors/trunk/prog/detect/sensors-detect | perl Here is the result I got, I don't have a clue what to do with the info- Last login: Sat Aug 8 15:50:37 on console maggie:~ wgstarks$ telnet 10.0.1.20 Trying 10.0.1.20... Connected to 10.0.1.20. Escape character is '^]'. Password: Login incorrect Brunnhilde login: root Linux 4.0.4-unRAID. root@Brunnhilde:~# curl -skL http://www.lm-sensors.org/svn/lm-sensors/trunk/prog/detect/sensors-detect | perl # sensors-detect revision $Revision$ # System: Supermicro X10SLL-F [0123456789] # Kernel: 4.0.4-unRAID x86_64 # Processor: Intel(R) Xeon(R) CPU E3-1230 v3 @ 3.30GHz (6/60/3) This program will help you determine which kernel modules you need to load to use lm_sensors most effectively. It is generally safe and recommended to accept the default answers to all questions, unless you know what you're doing. Some south bridges, CPUs or memory controllers contain embedded sensors. Do you want to scan for them? This is totally safe. (YES/no): Silicon Integrated Systems SIS5595... No VIA VT82C686 Integrated Sensors... No VIA VT8231 Integrated Sensors... No AMD K8 thermal sensors... No AMD Family 10h thermal sensors... No AMD Family 11h thermal sensors... No AMD Family 12h and 14h thermal sensors... No AMD Family 15h thermal sensors... No AMD Family 16h thermal sensors... No AMD Family 15h power sensors... No AMD Family 16h power sensors... No Intel digital thermal sensor... Success! (driver `coretemp') Intel AMB FB-DIMM thermal sensor... No Intel 5500/5520/X58 thermal sensor... No VIA C7 thermal sensor... No VIA Nano thermal sensor... No Some Super I/O chips contain embedded sensors. We have to write to standard I/O ports to probe them. This is usually safe. Do you want to scan for Super I/O sensors? (YES/no): Probing for Super-I/O at 0x2e/0x2f Trying family `National Semiconductor/ITE'... No Trying family `SMSC'... No Trying family `VIA/Winbond/Nuvoton/Fintek'... No Trying family `ITE'... No Probing for Super-I/O at 0x4e/0x4f Trying family `National Semiconductor/ITE'... No Trying family `SMSC'... No Trying family `VIA/Winbond/Nuvoton/Fintek'... No Trying family `ITE'... No Some systems (mainly servers) implement IPMI, a set of common interfaces through which system health data may be retrieved, amongst other things. We first try to get the information from SMBIOS. If we don't find it there, we have to read from arbitrary I/O ports to probe for such interfaces. This is normally safe. Do you want to scan for IPMI interfaces? (YES/no): Found `IPMI BMC KCS' at 0xca2... Success! (confidence 8, driver `to-be-written') Some hardware monitoring chips are accessible through the ISA I/O ports. We have to write to arbitrary I/O ports to probe them. This is usually safe though. Yes, you do have ISA I/O ports even if you do not have any ISA slots! Do you want to scan the ISA I/O ports? (YES/no): Probing for `National Semiconductor LM78' at 0x290... No Probing for `National Semiconductor LM79' at 0x290... No Probing for `Winbond W83781D' at 0x290... No Probing for `Winbond W83782D' at 0x290... No Lastly, we can probe the I2C/SMBus adapters for connected hardware monitoring devices. This is the most risky part, and while it works reasonably well on most systems, it has been reported to cause trouble on some systems. Do you want to probe the I2C/SMBus adapters now? (YES/no): Using driver `i2c-i801' for device 0000:00:1f.3: Intel Lynx Point (PCH) Next adapter: SMBus I801 adapter at 0580 (i2c-0) Do you want to scan it? (YES/no/selectively): Client found at address 0x18 Handled by driver `jc42' (already loaded), chip type `jc42' Client found at address 0x1a Handled by driver `jc42' (already loaded), chip type `jc42' Client found at address 0x48 Probing for `National Semiconductor LM75'... No Probing for `National Semiconductor LM75A'... No Probing for `Dallas Semiconductor DS75'... No Probing for `National Semiconductor LM77'... No Probing for `Analog Devices ADT7410/ADT7420'... No Probing for `Analog Devices ADT7411'... No Probing for `Maxim MAX6642'... No Probing for `Texas Instruments TMP435'... No Probing for `National Semiconductor LM73'... No Probing for `National Semiconductor LM92'... No Probing for `National Semiconductor LM76'... No Probing for `Maxim MAX6633/MAX6634/MAX6635'... No Probing for `NXP/Philips SA56004'... No Probing for `SMSC EMC1023'... No Probing for `SMSC EMC1043'... No Probing for `SMSC EMC1053'... No Probing for `SMSC EMC1063'... No Client found at address 0x50 Probing for `Analog Devices ADM1033'... No Probing for `Analog Devices ADM1034'... No Probing for `SPD EEPROM'... Yes (confidence 8, not a hardware monitoring chip) Probing for `EDID EEPROM'... No Client found at address 0x52 Probing for `Analog Devices ADM1033'... No Probing for `Analog Devices ADM1034'... No Probing for `SPD EEPROM'... Yes (confidence 8, not a hardware monitoring chip) Now follows a summary of the probes I have just done. Just press ENTER to continue: Driver `coretemp': * Chip `Intel digital thermal sensor' (confidence: 9) Driver `jc42': * Bus `SMBus I801 adapter at 0580' Busdriver `i2c_i801', I2C address 0x18 Chip `jc42' (confidence: 6) * Bus `SMBus I801 adapter at 0580' Busdriver `i2c_i801', I2C address 0x1a Chip `jc42' (confidence: 6) Driver `to-be-written': * ISA bus, address 0xca2 Chip `IPMI BMC KCS' (confidence: Note: there is no driver for IPMI BMC KCS yet. Check http://www.lm-sensors.org/wiki/Devices for updates. Do you want to generate /etc/sysconfig/lm_sensors? (yes/NO): To load everything that is needed, add this to one of the system initialization scripts (e.g. /etc/rc.d/rc.local): #----cut here---- # Chip drivers modprobe coretemp modprobe jc42 /usr/bin/sensors -s #----cut here---- You really should try these commands right now to make sure everything is working properly. Monitoring programs won't work until the needed modules are loaded. *************************************************************** Warning: the preferred way to run this script non-interactively is with option --auto. Other methods are discouraged and may stop working at some point in the future. *************************************************************** root@Brunnhilde:~#
  5. No nothing else is needed to install. Detect scans the folder /sys/devices and lists all pwm controllers it finds. You can do a manual scan with this command to see what is available for your motherboard: find /sys/devices -type f -iname 'pwm[0-9]' That doesn't seem to do anything- maggie:~ wgstarks$ telnet 10.0.1.20 Trying 10.0.1.20... Connected to 10.0.1.20. Escape character is '^]'. Password: Login incorrect Brunnhilde login: root Linux 4.0.4-unRAID. root@Brunnhilde:~# find /sys/devices -type f -iname 'pwm[0-9]' root@Brunnhilde:~# Seems you don't have any pwm controllers. As an example on my system: #find /sys/devices -type f -iname 'pwm[0-9]' /sys/devices/platform/nct6775.656/hwmon/hwmon1/pwm1 /sys/devices/platform/nct6775.656/hwmon/hwmon1/pwm2 /sys/devices/platform/nct6775.656/hwmon/hwmon1/pwm3 So I would need a different mother board?
  6. No nothing else is needed to install. Detect scans the folder /sys/devices and lists all pwm controllers it finds. You can do a manual scan with this command to see what is available for your motherboard: find /sys/devices -type f -iname 'pwm[0-9]' That doesn't seem to do anything- maggie:~ wgstarks$ telnet 10.0.1.20 Trying 10.0.1.20... Connected to 10.0.1.20. Escape character is '^]'. Password: Login incorrect Brunnhilde login: root Linux 4.0.4-unRAID. root@Brunnhilde:~# find /sys/devices -type f -iname 'pwm[0-9]' root@Brunnhilde:~#
  7. What is required to get Auto Fan Control working? My system has a SuperMicro X10SLL-F mobo that supports PWM fan speed control via IPMI. When I try to auto detect a controller nothing is detected. Is there something else needed for this plugin to work? Maybe something must be configured first?
  8. I think it must be something with your system. I haven't had any problems at all using Safari.
  9. Is the appFeed enabled in settings? Yes Just downloaded and installed unBalance without any problems. I do have popups set to "Allowed" in Safari, maybe that's the problem.
  10. I use Safari almost exclusively. Haven't noticed any problems with CA.
  11. But this functionality won't be included in the basic Dynamix package right? Would have to be installed seperately?
  12. Do these buttons have any sort of "Are You Sure" verification? I get accidental clicks a lot when connecting to the WebGUI via a touch screen.
  13. You could be right. Not sure it really makes much difference though in the long run. If I'm understanding correctly, upgrading from the free version to the PlexPass version will require installing a new docker regardless of who's docker it is. Right?
  14. Thanks. Saw a post that jonp made on the Plex forums. Looks like LT is trying to work out some details with the Plex team regarding PlexPass installation. Hopefully this will all be a non-issue soon.
  15. It was pointed out to me in another thread that LT's Plex docker cannot be upgraded to PlexPass. Is this only a temporary situation? I've only been using Plex for a short time, but I expect I will be upgrading in the next few months and I don't want to waste a lot of effort on customizations only to have to start over when I upgrade. I'm sure LT has their reasons for not supporting the paid version. I'm hoping plans are in the works to change this.
  16. flash/preclear_reports/ That's where all the preclear reports are on mine anyway.
  17. Maybe I have a problem with my install. I set Preclear to email after each step, but no emails. Only the GUI notifications. Emails from the GUI are working fine but maybe there's something else I need to install to get emails from this plugin?
  18. Showing "Up To Date". Super minor issue anyhow. It'll be great though not having to go back and read the directions on the rare occasions when I have to preclear a disk. Sometimes I miss important steps.
  19. This is outstanding!!! Did I install the wrong version of the plugin though? I thought the spelling for cicle had been corrected. I installed this one- http://bit.ly/1G44UhZ Maybe there's an updated version somewhere else with notification support?
  20. I've been trying to install this plugin without success. I copied the link in the OP to the "Install Plugin" text field and I see the icon in "User Utilities" but when I click it I see "Script Not Present". Is there something else I need to install as well?
  21. How would I add this script to v6?
  22. I'm planning on upgrading to v6 sometime in the next week or so and trying to get at least a rough list of dockers and such that will also need to be installed. With the expanded functionality of v6, many of the features I currently use unMenu for are handled except for DS_Store cleanup. I see that unMenu is being updated to v6 so I'm guessing that cleanup is still supported there, but it seems like a waste of resources to install it just to run one package. Is there a simpler way in v6 to accomplish the cleanup on a cron schedule?
  23. I'm still working on updating to v6.0 so I'm not quite ready to install this, but trying to get my ducks in a row ahead of time. I'm not much good with Linux and not quite sure what to do with this command. Do I just telnet in and run the wget command after I install this plugin? Or maybe before I install the plugin? Just to be sure I'm understanding correctly, the plugin will include notification options with this version of preclear?
×
×
  • Create New...