Code Monkey home page Code Monkey logo

docker-containers's People

Contributors

aptalca avatar eschultz avatar gfjardim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-containers's Issues

Black screen

Hello,
I installed the docker container sucessuflly, but when I connect to the web interface, the connection runs properly (at least a message says so), but I have a black screen.
What am I missing?

CrashPlan Small Business support?

With the recent announcement, CrashPlan for Home users is going away. Would you be able to add support for CrashPlan Small business client?

Unable to change password for transmission

It seems i'm unable to edit the settings.json file without ssh'ing into my Unraid box as root.

I shutdown the docker box, edit the settings file, start the docker box and it resets the password to default.

Is there a 'proper' way to fix this?

Closed

I jumped to a conclusion something else is going on but not this.

Unable to auto-start and also crashing after a few days running

I posted this to the unRAID support thread, but haven't heard from anyone. Thought I'd try this.

My Crashplan docker continues to crash randomly, about a week or so, and I have no idea what it's complaining about or why it's crashing. This is what pops in the log when it happens:

*** Shutting down runit daemon (PID 22)...
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":1"
after 2120 requests (2120 known processed) with 0 events remaining.
./run: line 20: 39 Killed $JAVACOMMON $SRV_JAVA_OPTS -classpath "$TARGETDIR/lib/com.backup42.desktop.jar:$TARGETDIR/lang" com.backup42.service.CPService > /config/log/engine_output.log 2> /config/log/engine_error.log

Unfortunately if I go and look for that engine_error log it mentions it's completely blank so this is all I have unless someone can point me in another direction.

I also have a problem with this docker and autostart - as in it can't for whatever reason. Also asked in the support thread and got nothing. This is that error, in case somehow it's all related.

ERROR: openbox-xdg-autostart requires PyXDG to be installed

Not really sure why it's complaining about that. It's not like I have an option to install it.

CrashPlan headup: > 1TB of backup data

This is not an issue with the CrashPlan container; however, I found this issue difficult to track down so I thought I would share my issue and my solution.

Simply, be aware that if you are backing up over 1million files or 1TB of data you might find CrashPlan crashing abruptly. If your CrashPlan account is setup with "Backup to run: Always" you might find CrashPlan endlessly restarting every 2 minutes or so. Unfortunately, the stderr/stdout logs are not much help because they are misleading, and the 'docker logs' seem to only collect noVNC information.

So, IF you are close or over 1TB or data check out this article.
https://support.code42.com/CrashPlan/4/Troubleshooting/Adjusting_CrashPlan_Settings_For_Memory_Usage_With_Large_Backups

To fix this issue by increasing your Java memory size, simply edit the /config/bin/run.conf file on your Docker host to something like this:

SRV_JAVA_OPTS="-Dfile.encoding=UTF-8 -Dapp=CrashPlanService -DappBaseName=CrashPlan -Xms20m -Xmx3072m -Dsun.net.inetaddr.ttl=300 -Dnetworkaddress.cache.ttl=300 -Dsun.net.inetaddr.negative.ttl=0 -Dnetworkaddress.cache.negative.ttl=0 -Dc42.native.md5.enabled=false"
GUI_JAVA_OPTS="-Dfile.encoding=UTF-8 -Dapp=CrashPlanDesktop -DappBaseName=CrashPlan -Xms20m -Xmx3072m -Dsun.net.inetaddr.ttl=300 -Dnetworkaddress.cache.ttl=300 -Dsun.net.inetaddr.negative.ttl=0 -Dnetworkaddress.cache.negative.ttl=0 -Dc42.native.md5.enabled=false"

It looks like only GUI_JAVA_OPTS is utilized by the current container, but I updated both options just to be sure. The solution above will only have you covered until you hit 3TB. Just read the article for alternative solutions or keep feeding JAVA more memory.

Hope that helps someone. ๐Ÿ˜„

Wrong banner for plexWatch

The banner and icon defined in the plexWatch template:
https://github.com/gfjardim/docker-containers/blob/templates/needo/plexWatch.xml
are actually for plexConnect and not plexWatch:
http://i.imgur.com/aXdzX1v.png

Would it be possible to get a logo for plexWatch to display instead? Here is the logo used by plexWatchWeb:
https://github.com/ecleese/plexWatchWeb/blob/master/images/logo-plexwatch%402x.png
In the app it is placed over a black background so the transparent portions show as black.

Black screen on VNC

Hello,

I've been running this docker for a year now, but till recently when I start the VNC I only get a black screen with a cursor (that I cannot move).

I haven't find any solution yet. I've got three different dockers running the same image and I've got the same problem starting at the same moment.

Would anyone have an idea?

Thank you!

crashplan must re-adopt machine every time docker container is started

No matter what I try, crashplan gets logged out every time I re-start it via docker.

This is reflected in an error message in the client that says "Logged out by authority - Invalid application state" (see screenshot).

Am I doing something wrong?

I am starting docker with the following command line:
docker run -h ${HOSTNAME} --name=crashplan -v /mnt/ssd/storage/crashplan/config:/config -v /mnt/ssd/storage/crashplan/var/lib/crashplan:/var/lib/crashplan -v /mnt/biggun:/data -v /etc/localtime:/etc/localtime:ro -p 4242:4242 -p 4243:4243 gfjardim/crashplan

screen shot 2015-09-06 at 5 13 54 pm

crashplan-desktop application will not launch

I have created a docker container for crashplan-desktop using:-

docker run -d -h ${HOSTNAME} --name=crashplan-desktop -v /data/.system/docker/crashplan-desktop:/config -p 3389:3389 gfjardim/crashplan-desktop

I can connect via RDP and see the desktop, however when I double click the Crashplan icon nothing happens, no hour glass, no splash screen. Other apps like Term launch ok.

Any suggestions?

ERROR: openbox-xdg-autostart requires PyXDG to be installed

Hi,
If I can your tremendous efforts to work, I may fall back in love with CrashPlan.

I loaded the docker with:
docker run -d -h ${HOSTNAME} --name=crashplan -v /share/CACHEDEV1_DATA/container/config/crashplan:/config -v /share/CACHEDEV1_DATA:/storage -v /etc/localtime:/etc/localtime:ro -p 4242:4242 -p 4243:4243 gfjardim/crashplan:latest

Navigating to the prescribed URL: http://MYNAS:4280/vnc.html?host=MYNAS&port=4280 doesn't work.

In the console I see the following:

WebSocket server settings:                                                                                                                        
  - Listen on :4280                                                                                                                               
  - Flash security policy server                                                                                                                  
  - Web server. Web root: /opt/novnc                                                                                                              
  - No SSL/TLS support (no cert file)                                                                                                             
  - proxying from :4280 to localhost:4279                                                                                                         
Openbox-Message: Unable to find a valid menu file "/var/lib/openbox/debian-menu.xml"                                                              
Starting CrashPlan Desktop...                                                                                                                     


ERROR: openbox-xdg-autostart requires PyXDG to be installed

I am new to containers and dockers, so excuse my ignorance, but I assume they are essentially a lightweight virtual machine, often tuned to run a specific application only...

Therefore, shouldn't PyXDG be in the container?

Any help would be greatly appreciated as this is my last hope of getting CrashPlan to work on my QNAP appliance.

Thanks

W.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.