Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Dynamix - Web GUI

Featured Replies

My Dynamix Web GUI had failed today when I got home this afternoon as well.  It has been up and running fine for a few weeks. 

 

Now I get this in my syslog:

 

Tower emhttp: emhttp_read_line: emhttp_read_line: input line too long  (Other emhttp)

 

UnMenu seems to be working fine.  Even stranger is that if I go to 'unRAID Main' in unMenu it brings up Dynamix through that, which looks like it's working fine.

 

I've tried rebooting with no luck and also ran a chkdsk on the USB drive as it did actually say it needed it when I plugged it into Windows. 

syslog-2014-02-04.txt

  • Replies 1.3k
  • Views 298.9k
  • Created
  • Last Reply

 

Tower emhttp: emhttp_read_line: emhttp_read_line: input line too long  (Other emhttp)

 

 

That started happening to me after I installed Headphones.

 

Clearing your cookies will fix it.  as will using the IP address instead of tower.

Bang!  Thanks mate, worked like a charm.

 

I do use headphones but it's been on there for over a month so I'm not sure if that was the cause or not.  The main thing is it's working again!

This is typical when emhttp has been OOMed. Post a syslog.

 

Does OOMed mean "Out of Memoried?"

 

Syslog attached. Thanks for taking a look!

syslog.txt

This is typical when emhttp has been OOMed. Post a syslog.

 

Does OOMed mean "Out of Memoried?"

 

Syslog attached. Thanks for taking a look!

Looks like you have the Dynamix Plugin control installed in /boot/plugins instead of /boot/config/plugins where it belongs. Only the Dynamix webGUI plugin should be in /boot/plugins.

Feb  4 08:11:14 Hyperion logger: Installing system plugins
Feb  4 08:11:14 Hyperion logger: installing plugin: dynamix.plugin.control-2.0.2-noarch-bergware
Feb  4 08:11:14 Hyperion logger:  file /tmp/plugin-startup: successfully wrote INLINE file contents
Feb  4 08:11:14 Hyperion logger:   /bin/bash /tmp/plugin-startup ... missing Dynamix webGui plugin !!!
Feb  4 08:11:14 Hyperion logger: failed
Feb  4 08:11:14 Hyperion logger: installing plugin: dynamix.webGui-2.0.9-noarch-bergware
Feb  4 08:11:14 Hyperion logger:  file /tmp/plugin-startup: successfully wrote INLINE file contents

I'm working on adding temp displays to my webgui, but on Subdivisions, MB is blank.

 

Subdivisions login: root
Password:
Linux 3.9.11p-unRAID.
root@Subdivisions:~# sensors
k10temp-pci-00c3
Adapter: PCI adapter
MB Temp:      +35.4 C  (high = +70.0 C)

 

sensors.conf:

# lines starting with "#" are comments and ignored
#sensor information

chip "k10temp-pci-00c3"

label temp1 "MB Temp"
label temp2 "CPU Temp"

 

go file:

!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp&
#The following line is not stock; but it makes safemode work with go file additions.
if grep -wq unraidsafemode /proc/cmdline ; then exit ; fi
#Additional go file modifications below this line.

#modprobe for each sensor
modprobe k10temp

# copy the sensor.conf file for use
cp /boot/config/sensors.conf /etc/sensors.d

 

Freewill is a dual core Opteron (TamSolutions server) and looks like this:

Freewill login: root
Linux 3.9.11p-unRAID.
root@Freewill:~# sensors
k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp:   +35.0 C
Core1 Temp:   +32.0 C

root@Freewill:~#

 

Do I even have motherboard sensors listed?

 

I have the same sensor driver -- chip "k10temp-pci-00c3" -- as well as MOBO  and CPU, and I can't get my MB to display either.

 

Are you sure temp1 is MB? I have mine labeled as CPU Temp, and that's what displays in Dynamix.

 

Does our MOBO definitely have a temperature sensor? I remember a couple years ago when I configured this, I wasn't able to find MOBO sensor (or, at least, a second sensor), so it just displays one under Dynamix.

 

Nice server names BTW!

I have the same sensor driver -- chip "k10temp-pci-00c3" -- as well as MOBO  and CPU, and I can't get my MB to display either.

 

Are you sure temp1 is MB? I have mine labeled as CPU Temp, and that's what displays in Dynamix.

 

Does our MOBO definitely have a temperature sensor? I remember a couple years ago when I configured this, I wasn't able to find MOBO sensor (or, at least, a second sensor), so it just displays one under Dynamix.

 

Nice server names BTW!

 

I simply followed the wiki instructions.

temps.PNG.0e8b189ba036a2dd2e2e9dfcd287e8de.PNG

I have the same sensor driver -- chip "k10temp-pci-00c3" -- as well as MOBO  and CPU, and I can't get my MB to display either.

 

Are you sure temp1 is MB? I have mine labeled as CPU Temp, and that's what displays in Dynamix.

 

Does our MOBO definitely have a temperature sensor? I remember a couple years ago when I configured this, I wasn't able to find MOBO sensor (or, at least, a second sensor), so it just displays one under Dynamix.

 

Nice server names BTW!

 

I simply followed the wiki instructions.

 

Yeah, I did as well. And have the same display in my Dynamix.

 

My `sensors` output:

 

k10temp-pci-00c3
Adapter: PCI adapter
CPU Temp:     +33.9°C  (high = +70.0°C)

 

Just re-ran it, and got this output:

 

Driver `it87':
  * ISA bus, address 0xe80
    Chip `ITE IT8718F Super IO Sensors' (confidence: 9)

Driver `k10temp' (autoloaded):
  * Chip `AMD Family 10h thermal sensors' (confidence: 9)

Do you want to generate /etc/sysconfig/lm_sensors? (yes/NO): yes
Copy prog/init/lm_sensors.init to /etc/init.d/lm_sensors
for initialization at boot time.
You should now start the lm_sensors service to load the required
kernel modules.

Unloading i2c-dev... OK

 

Any idea where this prof/init directory is? And where /etc/init.d/lm_sensors actually is?

The last prompt should be a NO. Although, I'm not sure what difference it makes.

 

Here's my latest attempt.

newest.PNG.b65e27e974b4d4fa9a87b00b7188fd78.PNG

 

The last prompt should be a NO. Although, I'm not sure what difference it makes.

 

Here's my latest attempt.

 

Nothing against WP but you shout try notepad ++

 

 

Sent from my iPhone using Tapatalk

 

The last prompt should be a NO. Although, I'm not sure what difference it makes.

 

Here's my latest attempt.

 

Nothing against WP but you shout try notepad ++

 

 

Sent from my iPhone using Tapatalk

 

Already in place. Wordpad to quickly view, Notepad++ to edit. :)

I'm having trouble loading the Dynamix Web GUI.

 

I installed it about 4 days ago and it has been working fine until now.

I can telnet into the tower and plex is up and running, so I know it is responsive, I just cant get the Web GUI to load.

 

Any ideas?  I can't access it using its IP address on any of the machines in my house.

 

Syslog attached.

 

Edit: About 5 minutes after posting this, Unmenu went down as well (It was loading previously). All plugins still working, and all the drives are still connected to my machine via SMB....No idea what is going on...

syslog-2014-02-06.txt

Clear your cache

 

 

Sent from my iPhone using Tapatalk

Clear your cache

 

Thanks for the response ijuarez,  but it didn't work. Also, its not just one of my computers on the network, none of them can.

In that case do the rm of the files and reinstall. It happen to me often

 

 

Sent from my iPhone using Tapatalk

In that case do the rm of the files and reinstall. It happen to me often

 

 

Thanks do you recommend I uninstall Dynamix alltogether, or just the webGUI?

Complete uninstall best to start fresh. 

 

 

Sent from my iPhone using Tapatalk

Complete uninstall best to start fresh. 

 

Done. Its back up and running.  Hopefully it stays that way!

Can I install apcupsd with Dynamix? The linked thread looks like it's meant for unMenu, but perhaps it works with Dynamix as well?

Can I install apcupsd with Dynamix? The linked thread looks like it's meant for unMenu, but perhaps it works with Dynamix as well?

This is a more recent version

 

Thanks, I'll try that!

I installed apcupsd on three servers in less than five minutes. They all have Dynamix running.

The Web GUI stops loading for me after about a day or two of being up.

The array seems to be up, and I have apps running fine (Plex, SAB, Sickbeard) but the Web GUI stops loading for some reason.

It's not my cache, I have tried it on multiple machines in my house after clearing my caches.

 

I re-installed it once before, and the problem has yet to go away.

 

Syslog attached.  Anyone have any clue what's going on?

syslog-2014-02-11.txt

The Web GUI stops loading for me after about a day or two of being up.

The array seems to be up, and I have apps running fine (Plex, SAB, Sickbeard) but the Web GUI stops loading for some reason.

 

 

I have the exact same issue, i just installed 6 hours ago, and my web GUI isnt responding.

 

Syslog attached.

 

edit: just went through the syslog, and there no signs of dymanix in there.

syslog0212.txt.zip

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.