Jump to content

titon

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by titon

  1. 2 hours ago, saarg said:

    What a shitshow unifi is regarding software... I can't believe they sell hardware that needs beta software.

     

    We are just releasing what is pushed to their Ubuntu repo, so you will have to wait until they push it.

    No worries at all.  The (2) Unifi 6 Lite Access Point was available through their Early Access Program.  These AP are not Gen Release yet.  I just didn't realize it required Beta Software.  I am just planning to spin up a VM and run their beta software there.  Thanks for the response.

  2. 21 hours ago, vanstinator said:

    It would be nice to have an option to run EA controller versions. I picked up a new wifi 6 AP to play around with from the store but it requires 5.14 which doesn't seem to be released as stable yet so at the moment completely stuck. Current plan is to fork the image myself for the time being.

    Darn.  I am stuck on the same boat.  Picked up (2) 6AP to replace my older AP.  Read that it requires controller running 5.14 :(

  3. On 7/5/2019 at 1:29 PM, jbrodriguez said:

    You don't need to create the history file. It's (re)created if not present.

     

    It seems to me like a bug ... can you open DevTools in your browser (Tools > Web Developer > Web Console in Firefox, View > Developer > Javascript Console in Chrome) and check for any errors (red messages) ?

     

    Send a screenshot of the console if you want.

     

    Thanks for your response.  I found the problem.  Actually I do not know the exact reason, but its probably one of my extension in Chrome.

     

    Unbalance ran just fine in Firefox.  I then tried it in Chrome under Incognito, and it worked.  It didn't work on my normal Chrome, so I figure it may be one of my extension causing the problem.  Thanks again for the help.  

     

    Time to migrate data from the old drive to the new drive.

  4. Hey Folks,

     

    I really enjoyed using Unbalance.  I was able to leverage the plugin to consolidate some drives.  I got a new drive, and was planning on doing the consolidation again, but the plugin doesn't want to function properly.

     

    I did uninstall the plugin and reinstalled.  I am currently running: unBALANCE v5.5.0-1104-b9678b5-v2019.02.12b, on Unraid 6.6.5

     

    After going into the webui, I select the "From" and "To".  When I hit the "Plan" button I see the rainbow worms on the top right growing and shrinking. The problem is that it never stops.  I first thought I picked a folder that was too large.  I tried again with a much smaller folder ~ 100mb.  It still never finish "Planning"

     

    I went into the log file and got the following lines:

    Quote

    I: 2019/07/05 11:15:15 app.go:51: unbalance v5.5.0-1104-b9678b5-v2019.02.12b starting ...
    I: 2019/07/05 11:15:15 app.go:59: No config file specified. Using app defaults ...
    I: 2019/07/05 11:15:15 server.go:77: Starting service Server ...
    I: 2019/07/05 11:15:15 server.go:94: Serving files from /usr/local/emhttp/plugins/unbalance
    I: 2019/07/05 11:15:15 array.go:46: starting service Array ...
    I: 2019/07/05 11:15:15 server.go:145: Server started listening http on :6237
    I: 2019/07/05 11:15:15 server.go:155: Server started listening https on :6238
    I: 2019/07/05 11:15:15 planner.go:52: starting service Planner ...
    I: 2019/07/05 11:15:15 core.go:101: starting service Core ...
    W: 2019/07/05 11:15:15 core.go:116: Unable to read history: open /boot/config/plugins/unbalance/unbalance.hist: no such file or directory
    I: 2019/07/05 11:15:15 app.go:73: Press Ctrl+C to stop ...
    I: 2019/07/05 11:15:38 core.go:175: Sending config
    I: 2019/07/05 11:15:38 core.go:180: Sending state
    I: 2019/07/05 11:15:38 core.go:190: Sending storage

    Any thoughts?  Do i need to manually create the unbalance.hist file / folder?

     

    - TiTON

     

  5. Hey Fireball,

     

    I would do S3.. but I can't get it to work properly on this motherboard.  I send the sleep command.. and it doesn't go to sleep.  Played around with the bios, and still no luck.  I took the same usb and put it on another board, and the s3 works fine.  Since this is a backup box, that will only be on during backup, the shut down was actually better for me.  I just put a sleep counter on my script to account for the time it till take the backup box to boot up vs waking up.  Other then that it all the same.

     

    I can definitely share my rsync config.  I actually want to document it for my own knowledge.  I will try to get it up in the next day or so, and have it annoymized a bit too :)

     

    - Ton

  6. Guys.. thank you so much for your quick reply.  Here are my results

     

    GET http://<UNRAID-IP>/update.htm?shutdown=apply - Command Not Found

    WGET http://<UNRAID-IP>/update.htm?shutdown=apply - successfully shutdown the box

    CURL http://<UNRAID-IP>/update.htm?shutdown=apply - successfully shutdown the box

     

    I am not expert on linux, so I am not sure what the differences are, but I do know that wget and curl in my script worked to shut down my backup box.

     

    After my rsync completes, I put a sleep time enough to let my drive spin down, then i send the shutdown command.

     

    Works great.

     

    Thanks again guys.

     

    - Ton

  7. Hey Folks,

     

    My project to backup my important unraid data to another unraid box is going well.  I have completed the following:

     

    1. Configure WOL on Backup UnRaid Box

    2. Configure Rsync Protocol on Backup Unraid Box

    3. Send Magic Packet from Primary Unraid Box to Wake Backup Unraid Box

    4. Script to Rsync Data from Primary Unraid to Backup Unraid box

     

    So I basically got data backing up successfully to my backup box.  The problem is that I have no idea how to send a command to my backup box to gracefully shut down.

     

    Is there a command I can put in my script on the primary unraid to send a shut down packet to the backup box?  Can anyone point me in the right direction or provide any suggestions.

     

    - Ton

     

    Note:

    Primary Unraid is v6 and Backup is v5.

     

×
×
  • Create New...