Jump to content

jbrodriguez

Community Developer
  • Posts

    1,948
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by jbrodriguez

  1. Thanks ljm42 ! Yes, progress at last ! There no message other than the Unable to connect to server ? You're starting emhttp with -rp 80, 443 ? Can you please try this: - Stop the plugin in the settings page - in a terminal, run $ cd /usr/local/emhttp/plugins/controlr $ ./controlr Can you post the output ?
  2. v2.0.5 2017-06-23 - 2.0.5 This should fix the issue with the UI link in the Settings page of unRAID's webGui. Additionally, a minor fix for the mixed content bug was added. Thanks ljm42 for the report !
  3. 2017-06-23 - 2.0.3 The plugin will now start on the same protocol as emhttp. If both http & https are enabled, it will start on https. Additionally: - Fix Mixed Content error - Improve link construction - Fix issue with unescaped entities There's a pending issue with the Open webui link: it opens a blank page. You can still access the plugin's page by manually inputting your server address:port (say http(s)://Tower:2378/, or your custom address/name/port) Seems like global php vars such as $_SERVER isn't available in the .page "scripts", that would have been the definitive solution. I'll be looking for a workaround
  4. Updated to v2.0.2 2017-06-20 - 2.0.2 The plugin will now start on the same protocol as emhttp. If both http & https are enabled, it will start on https. Additionally: - Fix Mixed Content error - Improve link to the UI in the Settings page
  5. Yes, I hope to publish next week the updated app supporting 6.4.x, depending on some factors
  6. v2.0.1 is up ! 2017-06-16 - 2.0.1 - Add https port to unRAID UI settings - Fix issue with empty ip address I think this fixes both issues brought up by ljm42
  7. I think you can trust the certificate, but that's browser-specific. The first time I accessed https, I got the warning, subsequently it didn't show up again, but I haven't closed the browser, nor rebooted the workstation (using Chrome).
  8. Yes, port 2379. I need to add this to the UI settings. That's strange, I didn't touch that part. Does this happen on your 6.4.x server only ?
  9. v2.0.0 is up ! 2017-06-15 - 2.0.0 This release provides initial support for unRAID 6.4.x+. The app is now reachable via both http and https. When connecting via https, you'll get a warning since it uses a self-signed certificate, but you can dismiss it. It will generate the certificates if they're not present in their default location (/boot/config/plugins/controlr). You can use your own (maybe Let's Encrypt created), to prevent the warning from showing at all. Additionally, the following features/fixes were added: - Upgraded packages - Improved port detection - Modified jwt secret generation
  10. Yes, that's the use case I'm thinking for the copy feature I'll try to add it this time around.
  11. Internally, it uses rsync invoked (by default) with flags -avPRX So, by default it doesn't preserve hard-links. You can customize the flags passed to rsync though.
  12. Yes, I've seen the empty folders too. I guess it depends on the use case, generally those are folders names after user shares.
  13. Thanks, yes, it felt that way to me too, I do have many small files One more question, I formatted the drive to xfs and it shows it's using 4Gb. I checked on the command line and it's empty. Is that filesystem overhead ?? root@wopr:/mnt/disk13# du -bs /mnt/disk13 6 /mnt/disk13
  14. So, I'm thinking about adding a copy option after all. Users of the app will need to be aware of duplication and deal with it. I'm also considering adding a consolidate option (similar to consld8 from Freddie). I would really like to hook into the new "mover" functionality in 6.4, although that would mean losing realtime progress update as far as I can tell (as of now). Any thoughts ?
  15. So, I converted my first reiserfs to xfs. A full 4tb, took approx 26 hours. bjp999, I used turbo write and write speeds went up about 10Mb/s (roughly 44Mb/s from 34Mb/s). Is that an ok gain from turbo write ?
  16. Finally came around to migrate to 6.3.5 from 6.1.4 Went without a hitch, running parity now.
  17. I'm about to start my conversion process (RFS to XFS). I thought 6.4 would bring some tool to help with the subject, but that isn't the case I have a 4TB empty disk currently being precleared. I will go for the "Share based, no inclusions, preserving parity" method - Move all data from a source rfs disk to the empty xfs disk - Once the source rfs disk is empty, format it with xfs - It becomes the new empty xfs disk - Repeat from the top Data will exist in a different disk, but I won't need to swap disks around. I'll monitor how long it takes. If it's unbearably long ( (I expect it to be, as experienced by Harro), I'll probably test migrating one disk with the "Share based, no inclusions, no parity", to feel the difference in data transfer times. If it makes sense, I'll consider moving forward with the no parity dreaded feeling
  18. Ok, that's what causing the stats not to refresh. You could do either -avPRXO or -avRXO --partial --progress *Note that -P = --partial --progress The app parses the progress information generated by the --progress flag to generate the stats.
  19. Did you set any custom rsync flags ? Is it possible that it's doing a dry-run ?
  20. Definitely strange ! I assume you're still on 6.3, not 6.4, right ? (I don't think it makes a difference, just wondering). Do you have any lines that begin with "Current progress:" in your logs ? Does it behave the same regardless of browser ?
  21. To supplement what CHBMB and wgstarks mentioned, the ControlR FAQ provides some additional information.
  22. I've exchanged a couple of PM's with Ashe and the app is working with his 6.4 server. I've migrated one of my servers to 6.4 and it's working as well. Even so, I'm pretty sure that the app won't add an https server, I think the user permission and server logs don't work either. I'll keep looking into it. Thanks Ashe for your help.
  23. @Ashe, a couple of questions: Do you have a password set on the test 6.4 server? Did you enable https or are you still on http ? Are you connecting using ip address or hostname ?
  24. Thanks for the heads up ! 6.4 brings a lot of changes, it isn't supported by the app yet. Fortunately, it's an RC so it should provide some time to get ready. I'll look into making it compatible next.
×
×
  • Create New...