Jump to content

SlrG

Community Developer
  • Posts

    584
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by SlrG

  1. You know that a main feature of unRAID is, that it is not a real RAID and you can put the disk/disks that has your files in a different computer and access the files you need? Depending on the filesystem used on your disks (ReiserFS?), it should be a linux system. If you don't have another computer you can remove the "new" disks, that are overstraining your power supply and use a linux live disk. Of course this will only work on disks/filesystems that are still intact. If you mount the disks readonly, they should remain unchanged, so you can work on restoring your unRAID later on, when you have another power supply.
  2. Hi Limetech team, would it maybe be possible to release a developer version, which is not dependant on an usb guid and is thus installable in a vm? With the old versions that was possible, but it isn't anymore in the newer versions. It would be extremely helpful to develop cross version compatible plugins and test them. As I don't want to hurt limetechs sales, I imagine it could be limited in disk number and/or size. So maybe allow flash, parity, cache and one array disk as virtual hdd volumes with 500 mb each. That should be large enough to allow development and testing at the same time be small enough to not appeal to the public as an alternative to the paid licenses. regards, SlrG
  3. 1. Powerdown 2. Preclear Disks 3. Unassigned Devices 4. Bunker 5. Community Applications
  4. A simple ls James* will work too. But be aware, that linux is case sensitive! So the above command won't list files starting with a lowercase james.
  5. This module is already included. You need to enable it by editing your proftpd.conf and adding the correct entries.
  6. I believe the plugin is not fully working for v6, but you could go the "old" route by editing smb_extra.conf and activating the recycle bin there. I have no links at the moment, but if you use the search, you will find the info.
  7. unMenu Unassigned Devices Server Layout Powerdown OpenVPN Dynamix Plugins Docker Categorizer Community Applications Apache HTTP ProFTPd Nerd Tools Docker Search Still a lot I think.
  8. I had the same problem. For me the reason was the OpenVPN plugin I have running. If you have that too, set it to not start at array start. Restart your server and docker will be there. Now reenable the autostarting of OpenVPN. Afterwards on my system everything worked as expected, Docker and OpenVPN, even after rebooting.
  9. A very nice plugin. I like it very much. My server looks like this: IIIII IIIII IIIII -- So I have three rows with five drives. On a widescreen monitor browser window this is not the best setup to visually grasp the situation of the array. I always have to scroll to see everything. Bugs?: - I'm using firefox and the mouseover for the left side disks get their mouseover shown on the right sight of the browser window. Nearly out of sight. Only the right side disks have their mouseover properly aligned. - The flash drive has a mouseover, but this isn't displayed fully as the flash is at the bottom of the page and there is not enough scrolling space left afterwards. - Sometimes the edit mode is not enabled even when the enable box is ticked Some suggestions: - Please consider showing the plugin (if possible) as an additional tab in main, like the unassigned drives plugin does. - Please consider showing the flash drives above the data drives (user option)? - Please consider an overview mode as default, where the representation of the server fits the page without scrolling. If the user wants it in detail, there could be a button to show it enlarged. In the overview mode the writing on the disks will be too small to read, but that would be no problem as long as the status led is large enough and a mouseover available. - Please consider support for spindown and spinup by clicking on the disk status led. - Please consider linking to the disk settings page (with smart status, ...) when clicking on a disk (the same one gets when clicking on a disk name in main) - Please consider adding the possibility for a layout like this: -5--- -10-- -15--- -f-- -4--- -9--- -14--- -3--- -8--- -13--- -2--- -7--- -12--- -1--- -6--- -11--- While my server is a tower this would show the drive configuration in a more widescreen way, as if the case was lying on its side. The drives would be shown horizontally and the text would be easier to read without needing the mouseover.
  10. Thanks CHBMB. May I ask what unraid version both of you use? I'm still on b14 and had no chance to test the plugin on the newer RC's. I read some once present modules like pearl are removed. If I remember correctly they are not needed for the plugin to work, so it shouldn't be a problem. But if I'm wrong, please report it in the plugins thread. I'll try to fix it asap then.
  11. Have a look at my ProFTPd plugin. It should give you what you want quite easily.
  12. Click the limetech update button on the plugins page of your server.
  13. Alright no problem. Rebooting my server solved it for me. Propably something got mixed up by s3sleeping my server without rebooting too often.
  14. Thank you for the info! I didn't notice it myself yet. It should be fixed now. Are you using a webserver to support the config editor? Mine seems to have stopped working too. Propably after I upgraded the webserver plugin I'm using. Will have to investigate what is going wrong.
  15. Do you maybe still have the error message from the plugins-error file? As it shows now that my plugin caused this error, I would like to find the root cause. On the systems I tested my plugin on it installs fine and without problems. So there must be something special on your system, that causes it to break.
  16. That sounds like you have a permission problem on your cache drive. Please check in a shell window (e.g. putty if you are on windows) or directly on the server, what permissions get set to your files by your plugins or dockers. ls -la User should be "nobody" and group should be "users". To correct permissions you can use the newperms script. newperms /dir/you/want/to/fix Please be aware, that some plugins take it badly if you change the owner/group/permissions of their files (config files, ...). Make sure to change the media files only.
  17. Hmm... That doesn't look correct. Did you uninstall my ProFTPd plugin? If not, even after installing with installplg, it should show on the plugins tab. I can't reproduce the error on the plugins install errors tab. Maybe you could ask the developer of dynamics (bonienl) what could cause it.
  18. Hmm... The first error looks like the automatic download during plugin installation failed. The file became broken and thus failed the md5 check. The plugin then aborts install. As your manual download of the plugin and installing by installplg (which will trigger the same automatic download) worked, it propably would have worked too, if you tried a second time with unraid install plugin on the webpage. As you are on v6 installation using the webpage to install plugins is the recommended method. I don't know at the moment, if installing with installplg could leed to the error you see under plugin file install errors. I'll have to check that later, when I have access to my testing VMs. But if the plugin works correctly now, and is shown as installed under "Installed Plugins" with options to update and remove it, I doubt the error is caused by my plugin. It seems to be an dynamix problem. But I'll test and report back later. edit: I tested installing with installplg and it works without problems. For me there are no errors generated. No plugin file install errors tab appears. So I'm somewhat at a loss and dont't know what is the reason for your problems.
  19. You got me there. I would have sworn it is described in the readme. But it isn't. I'll add it asap.
  20. In the plugins folder there are two scripts mountscript.sh and unmountscript.sh. The first one is executed when the array starts and the last one, before it goes offline. They contain an example each, on how you can mount/unmount directories/shares to/from another dir. Using those you should be able to achieve your goal. If you have problems, feel free to ask again. I'm glad you like the plugin.
  21. Going from the information of my glFTPd plugin thread, this docker would need a full gui like sparklyballs libreoffice docker. Instead of libreoffice it should run FileZilla. Also it should provide the possibility to shedule tasks (e.g. FileZilla Download from certain server at given time). Providing a webbased ftpclient accessible through a browser windows would not be enough to solve ijuarez' needs. At least not as long as closing the browser would close the ftp connection/download.
  22. Yes thats correct. The problem is that v5 does not know the Method tag but expects a Run tag. To solve it, I did it this way: <FILE Name="/tmp/&name;-script" Run="/bin/bash" Method="remove"> <INLINE> ARCHTYPE=$( /usr/bin/uname -m ) if [ "x86_64" == "$ARCHTYPE" ]; then # ============================================== # The 'remove' script # ============================================== ... ... Put your remove script here ... fi rm -f "/tmp/&name;-script" </INLINE> </FILE> That way it is extracted on v5 and executed, but as it checks the platform it is running on first, it will not do anything other than removing itself. The error will be gone. On v6 it will execute only when the remove method is called. The Run tag will be ignored if a Method tag is found. At least it worked that way the last time I tested.
  23. See the answers to you other posts. Please don't crosspost.
  24. pyload Not as sophisticated as jdownloader, but works most of the time. A Jdownloader docker would be cool though.
  25. Forget about SimpleFeatures. It is dead. Remove everything related to it from your system. Use Dynamix instead. If you are on v6 it is already integrated! For installing a webserver you need this apache plugin. If you are on v5 install Dynamix like you did with SimpleFeatures and use the dynamix web server plugin.
×
×
  • Create New...