Jump to content

Squid

Community Developer
  • Posts

    28,770
  • Joined

  • Last visited

  • Days Won

    314

Everything posted by Squid

  1. It's the VM backup plugin. Delete /config/plugins/vmbackup.plg from the flash drive and reboot.
  2. There's an issue with one of your page files on 6.9 where simply having the plugin installed corrupts and makes the entire webUI unusable The "blank" area is because of <br /> <b>Warning</b>: syntax error, unexpected '=' in Unknown on line 13 in <b>/usr/local/emhttp/plugins/dynamix/include/PageBuilder.php</b> on line <b>34</b><br /> <br /> <b>Warning</b>: syntax error, unexpected '=' in Unknown on line 13 in <b>/usr/local/emhttp/plugins/dynamix/include/PageBuilder.php</b> on line <b>34</b><br /> <br /> <b>Warning</b>: syntax error, unexpected '$' in Unknown on line 17 in <b>/usr/local/emhttp/plugins/dynamix/include/PageBuilder.php</b> on line <b>34</b><br /> Which only happens when the VM plugin is installed. Unfortunately those line numbers don't really refer to anything in particular due to how PageBuilder.php actually works, but process of elimination points right at one of the .page files
  3. The syslog shows the command being used on the backup and verify
  4. Soon(tm) - Although this particular Soon(tm) has been happening since Dec 6, 2017
  5. Multiple reports of this:
  6. Every OS in the world suffers the same "flaw". Renames across mount points (shares) always does a copy / delete instead of a rename operation. It's the proper way to do things, and is 100% correct, regardless if the files / shares are actually on the same drive or not.
  7. You would want to post in the support thread for the plugin
  8. ^^^ and post your diagnostics. There should be no way that it should ever "spin" without giving an error message
  9. Shot in the dark, but you can try this http://yannickdekoeijer.blogspot.com/2012/04/modding-dell-perc-6-sas-raidcontroller.html
  10. Those commands are in your "go" file, so you added them in #!/bin/bash # Enable certificate based SSH login mkdir /root/.ssh/ cp /boot/config/ssh/authorized_keys /root/.ssh/authorized_keys chmod 700 /root/.ssh chmod 600 /root/.ssh/authorized_keys # Start the Management Utility /usr/local/sbin/emhttp & beep -l 300 -f 220.00 -n -l 300 -f 293.66 -D 100 -n -l 150 -f 220.00 -n -l 150 -f 293.66 -D 100 -n -l 500 -f 349.23 -D 100 -n -l 500 -f 293.66 -D 100 -n -l 300 -f 349.23 -D 100 -n -l 150 -f 293.66 -D 100 -n -l 150 -f 349.23 -D 100 -n -l 500 -f 440.00 -D 100 -n -l 500 -f 349.23 -D 100 -n -l 300 -f 440.00 -D 100 -n -l 150 -f 349.23 -D 100 -n -l 150 -f 440.00 -D 100 -n -l 500 -f 523.25 -D 100 -n -l 500 -f 261.63 -D 100 -n -l 300 -f 349.23 -D 100 -n -l 150 -f 261.63 -D 100 -n -l 150 -f 349.23 -D 100 -n -l 500 -f 440.00 -D 300 -n -l 300 -f 261.63 -n -l 300 -f 349.23 -D 100 -n -l 150 -f 261.63 -n -l 150 -f 349.23 -D 100 -n -l 500 -f 440.00 -D 100 -n -l 500 -f 349.23 -D 100 -n -l 300 -f 440.00 -D 100 -n -l 150 -f 349.23 -D 100 -n -l 150 -f 440.00 -D 100 -n -l 500 -f 523.25 -D 100 -n -l 500 -f 440.00 -D 100 -n -l 300 -f 523.25 -D 100 -n -l 150 -f 440.00 -D 100 -n -l 150 -f 523.25 -D 100 -n -l 500 -f 659.26 -D 100 -n -l 500 -f 329.63 -D 100 -n -l 300 -f 440.00 -D 100 -n -l 150 -f 329.63 -D 100 -n -l 150 -f 440.00 -D 100 -n -l 500 -f 554.00 -D 300 -n -l 300 -f 220.00 -D 100 -n -l 300 -f 233.00 -D 100 -n -l 150 -f 196.00 -D 100 -n -l 300 -f 223.00 -D 100 -n -l 750 -f 293.66 -D 300 -n -l 300 -f 220.00 -D 100 -n -l 300 -f 233.00 -D 100 -n -l 150 -f 196.00 -D 100 -n -l 300 -f 223.00 -D 100 -n -l 750 -f 311.00 -D 100 -n -l 300 -f 293.66 -D 100 -n -l 150 -f 220.00 -D 100 -n -l 150 -f 293.66 -D 100 -n -l 500 -f 349.23 -D 100 -n -l 300 -f 220.00 -D 100 -n -l 300 -f 233.00 -D 100 -n -l 150 -f 196.00 -D 100 -n -l 150 -f 233.00 -D 100 -n -l 500 -f 293.66 -D 300 -n -l 300 -f 220.00 -D 100 -n -l 300 -f 233.00 -D 100 -n -l 150 -f 196.00 -D 100 -n -l 150 -f 233.00 -D 100 -n -l 500 -f 329.63 -D 100 -n -l 300 -f 220.00 -D 100 -n -l 300 -f 220.00 -D 100 -n -l 150 -f 293.66 -D 100 -n -l 150 -f 370.00 -D 100 -n -l 500 -f 440.00 -D 100 # force iptable mangle module to load (required for *vpn dockers) /sbin/modprobe iptable_mangle # Enlarge the LOG partition mount -o remount,size=384m /var/log # Add advanced copy aliases to .bash_profile ln -sf /boot/config/.bash_profile.bak /root/.bash_profile
  11. Try in safe mode first. I think it's something network related. Try renaming the file network.cfg and network-rules.cfg on the flash drive (/config), reboot and see what happens (this will revert you to DHCP)
  12. When it's working, upload the diagnostics
  13. post your diagnostics before you roll back diagnostics
  14. The same as accessing the UI from a browser
  15. Before you do that, from the command line can you type diagnostics and upload the resulting file here
  16. Because the minimum the plugin supports is 6.9.0 Upgrade the OS, then upgrade the plugin
  17. Looks like the cable got breathed on wrong. If it continues, reseat / replace cabling. Drive is fine
  18. Have you installed the nvidia driver?
  19. Your log is going to be winding up filling up due to atop. It is only recommended to install what packages you actually need via NerdPack. Do not install everything.
  20. Also so you're aware, the recommended way to install extra packages are via NerdPack / DevPack. If you use /boot/extra, it is your responsibility to make sure that everything is compatible.
  21. Don't apply it in "go" or user scripts or anything like that. It's a minor aberration, and if you forget you're patching the file then things might break on future releases.
  22. Try a different USB port, ideally USB2
  23. Copy the attached to your flash then cp /boot/SysDevs.php /usr/local/emhttp/plugins/dynamix/include/SysDevs.php Does that fix it? SysDevs.php
×
×
  • Create New...