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.

dmacias

Community Developer
  • Joined

  • Last visited

Everything posted by dmacias

  1. It sucks the 1.0.2c has those upload spikes though. It really skews the graph with a 1500Mbps upload. Looking at your original history graph the Oct drop in data speeds happen right after the release of 6.3 rc2. Do you know if you were on 6.3 then? The only other thing I can think of is the original scripts are reliant on python. So do you have and other plugin that might overwrite the version of python include with this plugin. The 1.0.2c doesn't require python. Just installed the Docker Speedtest (By: tianon/speedtest:latest)and I get the results I would expect based on my 160/160 connection Retrieving speedtest.net configuration... Testing from TELUS (75.158.3.51)... Retrieving speedtest.net server list... Selecting best server based on ping... Hosted by Shaw Communications (Calgary, AB) [18.69 km]: 12.174 ms Testing download speed................................................................................ Download: 172.25 Mbit/s Testing upload speed... Upload: 160.25 Mbit/s Not sure why there is a difference in the Speedtest plugin How do you run it with the docker? Maybe see what python version it's using. You can try just running speedtest from the unRAID command line. It will run the same version that docker is running.
  2. Sorry. The newer vim requires ncurses 6.0 and unRAID comes with 5.9. I rolled it back to 7.4. I also added the defaults.vim.
  3. Didn't work. The popup window showed "Installing bind-9.9.9.8_P4" but Nerd Pack still shows "update ready". You still on 6.1.9? The underscore is the problem. You'll need to deselect the package turn on delete then click apply. Then check for updates. I changed the package name. Then select and apply. You may have to manually remove the package from /boot/config/plugins/NerdPack/packages/6.1
  4. Thanks for pointing out the typo. Just click apply and the package should update.
  5. What version unRAID and script? Anything in syslog? Also try speedtest-xml from the command line.
  6. Maybe you could manually pick a speedtest server and whitelist it in squidguard. Or set your unRAID server to bypass or maybe some specific rule.
  7. No it's not a problem. They both use the same python. I will remove one and the max from the plg file.
  8. I just search plg files for package name and version with this command cd /boot/config/plugins ; find *.plg | xargs grep '${pkg_name}-${pkg_version}' -sl Ah... I don't include the package in the .plg file to purposely avoid dependency hell so your plugin is forced to install it. But then you don't notice that I require it. I didn't think of this before but if you want Nerdpack to see your plugin as using a certain package, you could just include the package name and version like "python-2.7.13" in comments or change log somewhere.
  9. I would guess there's something wrong with your config in your appdata.
  10. Just haven't had time. I have finished the front end part a while ago but need to finish the fan script portion. I had planned working on it the last couple weeks and fix the issues with the dual socket systems. However I had to address security concerns for plugins to be compliant with 6.3. Most of mine worked fine. Just had to harden the code and tweak some things. This is really the last one I have to go through since it's the biggest code wise. You can read about it the rc9 thread.
  11. I updated python to 2.7.13 for 6.2-6.3
  12. It's no problem. It's still active, just not many issues. I just updated the plugin but the script is still the same.
  13. No problem but you posted in the wrong thread [emoji1]. This is a completely different plugin. Should go here. http://lime-technology.com/forum/index.php?topic=44017.msg420136.msg#420136 But I'm glad you found it useful. It's actually a modified version of someone else's script.
  14. This plugin uses nmap which does use OUI database. This version is about a year old. I'll try and compile the latest nmap and update the plugin.
  15. I agree that a mobile web style would be nice since I use my phone most the time .
  16. Jbrodriguez has created a nice mobile app for Android/IOS called ControlIR. http://lime-technology.com/forum/index.php?topic=49620.msg475752.msg#475752
  17. Sadly nothing is posted in the syslog when I do that, it's like it never happened Just some earlier unrelated chatter from the network adapter. Seems like the web gui is just an empty shell, unable to interact with the system. Edit: Here is the syslog from the latest install of NerdPack. ... Not sure what tablesorter is? Jan 21 23:21:41 --- emhttp: cmd: /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin install https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/NerdPack.plg Jan 21 23:21:41 --- root: plugin: skipping: /boot/config/plugins/tablesorter/tablesorter-2.27.6-x86_64-1.txz already exists Jan 21 23:21:41 --- root: plugin: running: /boot/config/plugins/tablesorter/tablesorter-2.27.6-x86_64-1.txz Jan 21 23:21:41 --- root: plugin: creating: /boot/config/plugins/NerdPack/NerdPack.cfg - from INLINE content Jan 21 23:21:41 --- root: plugin: creating: /boot/config/plugins/NerdPack/NerdPack-2016.10.20-x86_64-1.txz - downloading from URL https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/archive/NerdPack-2016.10.20-x86_64-1.txz Jan 21 23:21:42 --- root: plugin: creating: /boot/config/plugins/NerdPack/NerdPack-2016.10.20-x86_64-1.md5 - downloading from URL https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/archive/NerdPack-2016.10.20-x86_64-1.md5 Jan 21 23:21:42 --- root: plugin: running: anonymous Jan 21 23:21:42 --- nerdpack: Processing Packages... Jan 21 23:21:42 --- nerdpack: All packages processed... Edit 2: SOLVED Tabelsorter seemed to be the problem, removed NerdPack and deleted the tabelsorter files. Reinstalled NerdPack and now it works, thanks Tablesorter is an updated version of the built in tablesorter that I use for some of my plugins. It has filtering, paging, sort saving and other widgets. I would be interested to know why it was corrupted on the initial install. Do you still have the logs from that? Look for "plugin: checking:" for tablesorter. The unRAID plugin installer is supposed to check the MD5 and delete a bad download.
  18. The 1.0.2c is a completely different script by a different author with more active development. I should try and make that more apparent on the settings page and/or move it to the bottom of the list. The distance and image are not produce by this script. I was hoping results might be better for some but I see your results are all over the place with it. The 1.0.1 is what I use.
  19. Nice! Just dropped that into apache and it works.....when I copy over my speedtest.xml. Now I need to figure out how to get the symlink to work. I created one: ln -s /boot/config/plugins/speedtest/speedtest.xml /mnt/user/system/docker/appdata/apache/www/speedtest.xml But that didn't work, then realized you have put /boot/config/plugins/speedtest/speedtest.xml in the xml. How do I need to have the symlink setup? I'm using the Apache docker. Sorry I didn't think of that. I was using my apache plugin. So I setup an Apache docker and I added a Host path: /boot/config/plugins/speedtest/ and Container path: /boot/config/plugins/speedtest/ and kept the symlink in www pointing to /boot/config/plugins/speedtest/speedtest.xml. Maybe there's a better way but that worked. That does definitely works! I was thinking something like that would work but wasn't exactly sure how the symlink was setup. I thought of feature request for the plugin itself if you have some free time. Notifications of slow speeds. So basically be able to set a threshold and if the speed test drops below that send a pushbullet/email. I think you can tie into the unraid notification options... Thanks for this plugin and providing me with the webpage! You're welcome, it's no problem. I thought of another option to get the xml into the apache docker. You could just set up a cron job to copy the xml to your appdata. I'm familiar with the notification system. I set up warnings for my ipmi plugin that make use of it. So adding a check for low speed shouldn't be a problem. I am also thinking of adding back check boxes/smart switches fit deleting visible tests. So you could delete a whole page or what ever you filtered. And if possible adding day, month, year to the paging.
  20. I think I'm going to go a different way based on cpu sockets instead of board names since thats the difference between these ep2c602 boards. This command should yield 2 for you. I'll try and update the Configure button to work for these boards later this week. lscpu | grep 'Socket(s):' | awk '{print $2}'
  21. Look though the last few pages of posts and run the command in the post above so I can get your board model too. You can get it partially working if you follow what DoeBoye did. You have to create your own board.json. The fans have to be in the correct order according to their spot in the ipmi raw command.
  22. I'll see if I can come up with something for your board. Fantastic! :-) Thank you so much! Is there anything I can provide to help? Logs or test results maybe? One thing you could run is this command so I can get the exact model of your board. dmidecode -q -t 2|awk -F: '/^\tProduct Name:/{p=$2;} END{print p}'
  23. I only have a little over 300. What are you running it 20 times a day?! [emoji1] I've been thinking of adding something like that. Probably the easiest would be to limit the amount of results. Maybe a log rotate based on time. Add it to the settings page and execute when a test is run. Also the test's name in the xml file is a Unix time stamp. That way they all have a unique name and that's where I get the date and time for the table. Like you figured out each test gets added to the end.
  24. Nice! Just dropped that into apache and it works.....when I copy over my speedtest.xml. Now I need to figure out how to get the symlink to work. I created one: ln -s /boot/config/plugins/speedtest/speedtest.xml /mnt/user/system/docker/appdata/apache/www/speedtest.xml But that didn't work, then realized you have put /boot/config/plugins/speedtest/speedtest.xml in the xml. How do I need to have the symlink setup? I'm using the Apache docker. Sorry I didn't think of that. I was using my apache plugin. So I setup an Apache docker and I added a Host path: /boot/config/plugins/speedtest/ and Container path: /boot/config/plugins/speedtest/ and kept the symlink in www pointing to /boot/config/plugins/speedtest/speedtest.xml. Maybe there's a better way but that worked.

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.