Jump to content

simpic

Members
  • Posts

    68
  • Joined

  • Last visited

Everything posted by simpic

  1. Hello, I have upgraded to the latest version using the plugins page and the system is not coming up from a reboot. I can't ping it and nothing on the web address. Anyone else suffered this?
  2. Hello, Got it working after getting the passive ports forwarded properly. It will only work if the control connection is on port 21 though. Not is I connect on a different port and forward it to 21. Thanks for your help.
  3. Tried with a different client which has better logging... [16:55:25] SmartFTP 6.0.2103.0 [16:55:25] 1>Resolving host name "xxxx.noip.me" [16:55:25] 1>Connecting to 86.xxx.xxx.xxx Port: 2121 [16:55:25] 1>Connected to xxxxx.noip.me. [16:55:25] 1>220 ProFTPD 1.3.5 Server (ProFTPD) [192.168.x.x] [16:55:25] 1>USER rhys [16:55:25] 1>331 Password required for rhys [16:55:25] 1>PASS (hidden) [16:55:25] 1>230 User rhys logged in [16:55:25] 1>SYST [16:55:25] 1>215 UNIX Type: L8 [16:55:25] 1>Detected Server Type: UNIX [16:55:25] 1>RTT: 6.387 ms [16:55:25] 1>FEAT [16:55:25] 1>211-Features: [16:55:25] 1> MDTM [16:55:25] 1> TVFS [16:55:25] 1> MFMT [16:55:25] 1> SIZE [16:55:25] 1> MFF modify;UNIX.group;UNIX.mode; [16:55:25] 1> REST STREAM [16:55:25] 1> MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*; [16:55:25] 1> EPRT [16:55:25] 1> EPSV [16:55:26] 1>211 End [16:55:26] 1>Detected Server Software: ProFTPD [16:55:26] 1>PWD [16:55:26] 1>257 "/" is the current directory [16:55:26] 1>TYPE A [16:55:26] 1>200 Type set to A [16:55:26] 1>PASV [16:55:26] 1>227 Entering Passive Mode (192,x,x,x,172,101). [16:55:26] 1>Passive IP address returned from server different from server IP. [16:55:26] 1>Replacing received PASV address 192.168.xx.xx by server address 86.xxx.xxx.xxx. [16:55:26] 1>Opening data connection to 86.xxx.xxx.xxx Port: 44133 [16:55:26] 1>MLSD [16:55:47] 1>A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. [16:56:47] 1>Timeout (60s). [16:56:47] 1>Client closed the connection.
  4. Thanks for the response. I can get a reply to dir if I do the following... root@unRaid:~# ftp unraid Connected to unRaid. 220 ProFTPD 1.3.5 Server (ProFTPD) [127.0.0.1] 500 AUTH not understood Name (unraid:root): rhys 331 Password required for rhys Password: 230 User rhys logged in Remote system type is UNIX. Using binary mode to transfer files. ftp> dir 200 PORT command successful 150 Opening ASCII mode data connection for file list drwxrwxrwx 5 nobody users 104 Dec 12 03:41 cache drwxrwxrwx 6 nobody users 128 Dec 11 08:09 disk1 drwxrwxrwx 6 nobody users 128 Mar 28 2013 disk2 drwxrwxrwx 7 nobody users 152 Mar 30 2013 disk3 drwxrwxrwx 8 nobody users 176 Apr 5 2013 disk4 drwxrwxrwx 10 nobody users 224 Dec 6 19:44 disk5 drwxrwxrwx 4 nobody users 80 Mar 26 2013 disk6 drwxrwxrwx 4 nobody users 80 Mar 26 2013 disk7 drwxrwxrwx 4 nobody users 80 Mar 26 2013 disk8 drwxrwxrwx 4 nobody users 80 Mar 26 2013 disk9 drwxrwxrwx 1 nobody users 104 Dec 12 03:41 user drwxrwxrwx 1 nobody users 128 Dec 11 08:09 user0 226 Transfer complete ftp> But not when trying to connect to the external address... root@unRaid:~# ftp taffhill.noip.me:2121 ftp: taffhill.noip.me:2121: unknown host That would imply that the address is wrong, yet the port 2121 is open and forwarded to unraid:21. The syslog seems to indicate that when I connect using WINSCP using taffhill.noip.me on 2121 it is successful but no reply from dir. Could this be a WINSCP setting?
  5. Hello, Here is the full syslog... http://pastebin.com/34fi0FG1 The dir structure is pretty standard I think. No special chars. All created via the unraid gui. /mnt/user/<share name> Plugins are listed in the syslog. The user I'm trying to get to work is rhys. The description field has this in it... ftpuser /mnt/user I want that user to have access to all the shares under user. The error is as mentioned in the previous post but it does not show in the syslog.
  6. go to /boot/config/plugins/dynamix and edit dynamix.php.cfg. look for a line ";extension=soap.so", remove the semicolons at the beginning, save the file and stop then start the web server plugin... Thank you , worked a treat.... now to create some VM's. :-)
  7. Hello, Can anyone offer any help as to how to get SOAP working with the Dynamix Webserver plugin? I'm trying to run phpvirtualbox and can not log into the web console due to SOAP extensions not being configured. Any help or pointers please?
  8. Hi, 5.05 I have not gone to 6 yet.
  9. Hello, I would like to use your plugin to restrict access to certain DIR's only for a ftp user. I have set up the user as per the instructions and it can log in... Dec 5 14:33:29 unRaid proftpd[26355]: 127.0.0.1 (192.168.1.1[192.168.1.1]) - FTP session opened. Dec 5 14:33:29 unRaid proftpd[26355]: 127.0.0.1 (192.168.1.1[192.168.1.1]) - USER xxxx: Login successful. But then the following error is received in the FTP client... Status: Connection established, waiting for welcome message... Response: 220 ProFTPD 1.3.5 Server (ProFTPD) [192.xxx.xxx.xxx] Command: USER xxxx Response: 331 Password required for xxxx Command: PASS ************* Response: 230 User xxxx logged in Status: Server does not support non-ASCII characters. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is the current directory Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (xxxx). Status: Server sent passive reply with unroutable address. Using server address instead. Command: MLSD Error: Connection timed out Error: Failed to retrieve directory listing I get this error no matter what I set the dir to be in the user description. Any ideas?
  10. Hello, Is it possible to install / use the sensord tool to output the sensor info to a rrd? I'm running 5.12a Regards, simpic
  11. Hello, What is the best way to copy a lot of data from one unraid to another? Both on the same network. Regards, Simpic
  12. Hello, I'm getting the following error when trying to install open ssl on my new unRaid build... Installed, but version is different. Current version='WARNING: can't' expected 'OpenSSL 0.9.8n' Any ideas? Regards, Simpic
  13. I do already have the drives as they came with the server which turned up today from SGI Rackmount Systems. 12 3TB Constellation ES.2 drives included :-) Looks like a bit of a plan is forming: - Run parity check on the existing array. (Running now) Boot new server with existing USB and existing drives, no new drives in place Use existing server to pre clear new drives, 2 or 3 at a time (To be verified) Swap out the parity drive for a new pre cleared 3TB drive Rebuild the array Swap one drive at a time and rebuild the array each time (To be verified) Upgrade to Pro licence Add new drives (Pre cleared or not?) And corrections or additions would be welcomed. Regards, Simpic
  14. dgaschk I have 12 3TB drives to fill the new server so I don't want to use the old 2TB drives anymore. They will be sold with the Microserver, hence the copying bit.
  15. Hello, I have a shiny new 12 HDD server ready to move my setup to. Currently I'm running a 6 drive HP Microserver. I don't want to purchase a completely new licence as part of the upgrade path if possible. Trying to keep costs down. The new drives are all 3TB in comparison to 2TB drives in the existing setup. Would the best way to do this be to: - Remove six drives from the new server, replace with the existing six 2TB drives in the correct order. Boot the server in this config Upgrade the licence to Pro Upgrade the parity drive to one of the new 3TB drives. (Do I just swap the drive, or allocate the parity to on of the other six 3TB drives in the machine?) Add the other mounted 3 TB drives drives to array This is where I'm a bit lost.... How do I then move the data from the 2TB drives to the 3TB drives and replace the 2TB drives with the other 3TB ones? Confused!
  16. Hello, Can anyone confirm the speed I am getting doing a copy from a user share to a USB2 drive mounted on the server directly? I kicked off the copy at 0800 this morning and here is a df on the dir at the moment... /mnt/user/usb/movies# df . Filesystem 1K-blocks Used Available Use% Mounted on /dev/sdg1 2930263036 634941144 2295321892 22% /mnt/user/usb Filesystem Size Used Avail Use% Mounted on /dev/sdg1 2.8T 609G 2.2T 22% /mnt/user/usb So 609GB filled up after 10 hours or so. Should this be copying quicker? Is there anyway to speed it up? I need the whole 2.4TB share copied to the drive by 0900 Saturday morning and I would like some time to spare. Regards, Simpic
  17. Hello, I am looking at upgrading from my current Microserver based unRAID machine to something a little more powerful to fufill various other tasks. Is there a guide on how to move the drives from one 'machine' to another without losing the structure or integrity? Regards, Simpic
  18. I'm looking at options for a new build I'm putting together. The case I am limited to at the moment looks like it can hold 9 drives max. The limit is that my 'rack' is inside a kitchen tall larder unit and is only 505mm deep, so I need a 450mm or shorter case. This is what I'm thinking of... http://www.xcase.co.uk/X-Case-RM-404s-4u-short-rackmount-p/case-xcase-rm404-v3.htm with a 3 in 2 cage. I have two 8 port RAID cards flashed into an LSI 9211-8 in IT mode. Motherboard choice if I want to run these two cards together is limited and very server board orientated along with the associated cost. What is the experience in the forum of running 8 drives on one card then 1 on the on board SATA port, this could be the cache drive maybe? Would there be any issues transferring data from the cache to the main array by the mover script? I wouldn't have thought so. Any other suggestions on a case would be welcome :-) Thanks
  19. Hello, I'm looking for a MB to support two PCI-E x8 cards (PREC H200 flashed to LSI 9211-8 in IT). I would like it to be Micro ATX but could stretch to ATX if nothing else is suitable. Socket 1155 for a Xeon 1230v2. Can people fire some suggestions to me please?
  20. Thank you Prostuff, That is good news as I have been looking at a case from them as well.
  21. Hello, Has anyone had any experience with this card on unRAID? I've searched and not really found anything. Here is a link to the manual if it helps... http://www.3ware.com/support/UserDocs/3ware9550SXUsrGuide.pdf Regards, Simpic
  22. It does but you'll run the risk of getting busted at HM Revenue & Customs for VAT and import charges + handling charges from the carrier. It can add up to a lot.
  23. Very good point Whaler_99, makes you think if it's worth buying SATA III drives for an unRAID machine. It seems that the new Icy Dock versions are now tagged as SATA III as well. http://www.scan.co.uk/products/icy-dock-mb-455spf-5x35-sata-iii-hot-swap-aluminium-backplane-into-3x525-bays The others mentioned here are very hard to find in the UK.
  24. Hello, I'm a little stuck here... Are any of these cages SATA III 6Gb/s ? All the specs I can see on the net either don't say or say 3Gb/s. Thanks in advance. Regards, Simpic
  25. Hello, Can you tell me where the Unraid Stats gets it's data from? I'm particularly interested in the memory stats. Thanks, simpic
×
×
  • Create New...