zonik

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by zonik

  1. now there is something new going on, i can connect now and login but i only 1 folder in the media folder and that folder is empty i have tried to edit the mountscript file but nothing works, this is how i have it currently set: #!/bin/bash # put your commands for creating mount points and mounting here # they will be executed when the array starts # e.g.: # mkdir /mnt/cache/FTP/movies;mount --bind /mnt/user0/movies /mnt/cache/FTP/movies # Mounts just media for read only # Directory Structure !/bin/bash mkdir /tmp/FTP/ mkdir /tmp/FTP/Media mkdir /tmp/FTP/Media/anime;mount --bind /media/user/Media/Anime /tmp/FTP/Media/anime mkdir /tmp/FTP/Media/movies;mount --bind /media/user/Media/Kvikmyndir /tmp/FTP/Media/movies # Mounts for Apps/Tools/ISO ect # Apps and Tools are Read only # Uploads are Read/Write !/bin/bash mkdir /tmp/FTP/Uploads;mount --bind /mnt/user/Media/ftp/ /tmp/FTP/Uploads/ i should not that the anime folder is the only one visible and thats empty
  2. still keep getting errors at least its not a timeout this timebut it is this : Jul 10 23:21:27 Samwise proftpd[59560]: 127.0.0.1 (192.168.1.132[192.168.1.132]) - chroot to '~/' failed for user 'tester': No such file or directory Jul 10 23:21:27 Samwise proftpd[59560]: 127.0.0.1 (192.168.1.132[192.168.1.132]) - error: unable to set DefaultRoot directory
  3. i can change the port to something more secure but i like to think to think i have made the user correctly unless i am missing something
  4. well here are the logs i noticed that my cache drive is marked nr 2 does that matter ? samwise-diagnostics-20190708-1944.zip
  5. i am using a browser and filezilla and both of them just time out, i am at work now but i will send you the log when i get home
  6. well this is the gift that keeps on giving, i used krusader to copy the mountscript to a share so i can access it from my pc and i used notepad++ to edit it, edited the rules for it and now it start the plugin but its unresponsive cant access the server via ftp even on a local network
  7. that does seem to be what i want except i have no idea where that mountscript.sh is or is supposed to be, now i just need to figure that out found the script its in /mnt/flash/config/plugins/proftpd
  8. hello fellow unraiders i am having a little issue beeing not as smart as i would like to be i am editing the config file i am trying to setup a rule in proftpd so that users cannot delete anything and can only upload to one folder as it is now the user lands on /share and in that share are alot folders folder 1, folder 2 etc and i would like to have only lets folder 3 to be writable and the rest read only p.s. i did find a rule to ban deletion of files and for some reason that stopped working please let me know if i need to clarify something also i have been through this : http://www.proftpd.org/docs/howto/Directory.html and http://proftpd.org/docs/howto/FTP.html iam just not smart enough to cobble together a functioning command or rule to achive what i want this is the command i wrote wich for some reason worked but doesnt anymore <Directory /mnt/user/share> <Limit DELE> DenyALL </Limit> edit: sorry if something like is here i just didnt see it
  9. is this maybe impossible ?
  10. hello fellow unraiders i am having a little issue beeing not as smart as i would like i am editing the config file i am trying to setup a rule in proftpd so that users cannot delete anything and can only upload to one folder as it is now the user lands on /share and in that share are alot folders folder 1, folder 2 etc and i would like to have only lets folder 3 to be writable and the rest read only p.s. i did find a rule to ban deletion of files and for some reason that stopped working please let me know if i need to clarify something also i have been through this : http://www.proftpd.org/docs/howto/Directory.html and http://proftpd.org/docs/howto/FTP.html iam just not smart enough to cobble together a functioning command or rule to achive what i want
  11. turns out you were absolutely spot on i transfered my unraid setup to another usb stick and then it started working like a charm thanks for the assist
  12. ok i will do that thank you very much, i will keep ypu posted on how it goes
  13. i dont remember changing it to read only how would i cahnge it back to writeable
  14. samwise-diagnostics-20190424-0826.zip this is hopefully helpful because i cant really understand it
  15. i have a similar question to this i am trying to upgrade my parity drive from 8 tb to 10 tb and i do the steps i stop the array unassign the the 10 and assign the 10tb the parity rebuilds and when i try to add a 10 tb to the raid it says i cant remove a drive and also add one and also everytime i stop the array or reboot the parity needs to be rebuilt
  16. i put the lsi 9211-8i in and it worked liek charm its completely different
  17. i wont argue with an expert so i have ordered a sas controller per your specifications and cables lets hope that fixes it
  18. ok thanks for the info i just dont understand why this is a problem now have been running this setup for about a year without any issues
  19. so you are saying i need a sas controller, i did wiggle all the sata data cables and power cables seemed to work for a while and came back to screeching crawl
  20. ok i wiggled all the sata cables and power cables i will keep you posted
  21. first post so lets hope i get this right i recently set up unraid and for about a week everything was going great and now its slow and unresponsive and i have to reboot once a day to make it usable for about 15 mins and for the life of me i cant figure this out specs are dual xeon E-5 2660 v2, 16gb ecc ram (upgrade is coming) 3x8tb and 5x4tb drives 256gb cache drive samwise-diagnostics-20190114-2003.zip