allanp81

Members
  • Posts

    333
  • Joined

  • Last visited

Posts posted by allanp81

  1. This is the output from updating the docker:

     

    root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="duplicati" --net="bridge" -e TZ="Europe/London" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 8200:8200/tcp -v "/mnt/cache/":"/tmp":rw -v "/mnt/disks/BUFFALO_External_HDD/Backup/duplicati/":"/backups":rw,slave -v "/mnt/user/P/":"/source":ro,slave -v "/mnt/cache/appdata/duplicati":"/config":rw linuxserver/duplicati
    a1b4a215c1f22c23e12a7d5675ab3d7f83eb0a9590e97008c63faeb2bbc3840b

     

     

    I'm not sure if this is what you mean by run command. If I bring up the log from the row under docker it shows me:

     

    Quote

    [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
    [s6-init] ensuring user provided files have correct perms...exited 0.
    [fix-attrs.d] applying ownership & permissions fixes...
    [fix-attrs.d] done.
    [cont-init.d] executing container initialization scripts...
    [cont-init.d] 10-adduser: executing...

    -------------------------------------
    _ _ _
    | |___| (_) ___
    | / __| | |/ _ \
    | \__ \ | | (_) |
    |_|___/ |_|\___/
    |_|

    Brought to you by linuxserver.io
    We gratefully accept donations at:
    https://www.linuxserver.io/donations/
    -------------------------------------
    GID/UID
    -------------------------------------
    User uid: 99
    User gid: 100
    -------------------------------------

    [cont-init.d] 10-adduser: exited 0.
    [cont-init.d] 30-config: executing...
    [cont-init.d] 30-config: exited 0.
    [cont-init.d] done.
    [services.d] starting services
    [services.d] done.
    Server has started and is listening on 0.0.0.0, port 8200

     

    I have about 10 other dockers and don't seem to have this issue with any others.

  2. I emailed them asking for a refund as I'd bought a years subscription less than a month and they've refused, claiming that they're honouring all subscriptions. Why would I want to continue with them after for more money and living in fear that they'll do this again? Bunch of cowboys if you ask me.

  3. I've asked for my money back, I literally signed up about 3 weeks ago. Why would I want to migrate to a more expensive offering when they can close that service as well whenever they feel like it.

  4. I had a script that ran the rc.unassigned script from the unassigned drivers plugin. The path to is something like /usr/local/plugins. This works fine if I manually kick the script off but fails when the script runs via a schedule, it claims the path doesn't exist.

  5. On 17/07/2017 at 9:52 PM, dlandon said:

    These videos are very good.  I actually learned some things I didn't know.

     

    You did an excellent job with the cpu pinning and assignment.  As you said it is as much art as science.  There is no "one size fits all" solution.  If there was, LT would just do things that way.

     

    The only thing I might comment on is the caching on a VM vdisk.  From everything I've read, this is the best setup for performance on a vdisk:

    
    <driver name='qemu' type='raw' cache='directsync' io='native'/>

    I appreciate your compliments on the Tips & Tweaks plugin.  I did it because I thought it appropriate to keep people off the command line where it is too easy to make mistakes, and give users an easy way to make adjustments.  I had no idea the Performance governor and Turbo could make that much difference.

    For me personally, I see massive latency spikes if I change it to anything suggested in this thread. Leaving it on cache='writeback' gives me greens the whole time.