Jump to content

Community Applications Plugin broke?


JimPhreak

Recommended Posts

So I just updated my Community Applications Plugin to the latest and now it seems to be broken.  I get the following message when I try to search for any applications:

 

Warning: file_put_contents(): Only 0 of 319416 bytes written, possibly out of free disk space in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1157 Warning: usort() expects parameter 1 to be array, null given in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 695 Warning: Invalid argument supplied for foreach() in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 725

 

No matching content found

 

 

Furthermore, there was an update to NZBGet that I tried to apply and it failed and completely deleted my Docker container.

 

What gives?  Is there anyway to roll back to an older version of the Community Apps plugin?

 

 

EDIT:  Deleted and re-added the plugin (can only get the latest right?) and more of the same garbage came up when clicking on one of the app categories (Downloaders).

Link to comment
  • Replies 56
  • Created
  • Last Reply

I just checked on my system and am not seeing anything like this, probably the first thing would be check disk space on flash drive possibly.

 

Warning: file_put_contents(): Only 0 of 319416 bytes written, possibly out of free disk space in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1157

 

tells me there is disk space issue

Link to comment

I believe that your docker.img file is either completely full and/or corrupted.  In the middle of the screen on docker Settings, what does it say.

 

You probably have nzbget and/or another application storing its intermdeiary files within the .img file causing this to happen

Link to comment

I believe that your docker.img file is either completely full and/or corrupted.  In the middle of the screen on docker Settings, what does it say.

 

You probably have nzbget and/or another application storing its intermdeiary files within the .img file causing this to happen

 

Docker_zpsfz0hwqz1.jpg

 

How would I know if any of my dockers are storing files within the .img file?  I store all my configs in the appdata folder on my cache drive and I don't even know how I'd map the docker.img file.

Link to comment

Of those, I would say Deluge, ruTorrent off the top of my head.

 

Within them there is probably an folders setting (I don't use either of them however).  And the temporary downloads / incomplete downloads are not being stored within your appdata.

 

A quick fix would be to say make your docker.img file 50G or so, but that is only going to delay the same issue happening again.

Link to comment

Of those, I would say Deluge, ruTorrent off the top of my head.

 

Within them there is probably an folders setting (I don't use either of them however).  And the temporary downloads / incomplete downloads are not being stored within your appdata.

 

A quick fix would be to say make your docker.img file 50G or so, but that is only going to delay the same issue happening again.

 

I just looked at both apps and I don't see any directories set that isn't part of my appdata folder.  Very confused.

 

For the time being to get things working I can increase my docker.img file but that means I have to re-add (which means re-mapping directories) all my containers right?

Link to comment

Of those, I would say Deluge, ruTorrent off the top of my head.

 

Within them there is probably an folders setting (I don't use either of them however).  And the temporary downloads / incomplete downloads are not being stored within your appdata.

 

A quick fix would be to say make your docker.img file 50G or so, but that is only going to delay the same issue happening again.

 

I just looked at both apps and I don't see any directories set that isn't part of my appdata folder.  Very confused.

 

For the time being to get things working I can increase my docker.img file but that means I have to re-add (which means re-mapping directories) all my containers right?

Suggest deleting docker.img since it is probably corrupt now. You can add all your containers back by selecting the my-template for each of them. Make sure none of your apps are saving anything to any folder that is not in the container's volumes.
Link to comment

Of those, I would say Deluge, ruTorrent off the top of my head.

 

Within them there is probably an folders setting (I don't use either of them however).  And the temporary downloads / incomplete downloads are not being stored within your appdata.

 

A quick fix would be to say make your docker.img file 50G or so, but that is only going to delay the same issue happening again.

 

I just looked at both apps and I don't see any directories set that isn't part of my appdata folder.  Very confused.

 

For the time being to get things working I can increase my docker.img file but that means I have to re-add (which means re-mapping directories) all my containers right?

Suggest deleting docker.img since it is probably corrupt now. You can add all your containers back by selecting the my-template for each of them. Make sure none of your apps are saving anything to any folder that is not in the container's volumes.

 

I can't even get into my half my Dockers as I'm getting errors when I try.  But the only ones that would be saving any kind of large amount of data (my torrent programs) don't look like they are so I guess it is the Docker.img file.  Is 15GB big enough?  What's a recommended size?  I'm a HEAVY Plex user (my Plex appdata folder is over 100GB).

Link to comment

Of those, I would say Deluge, ruTorrent off the top of my head.

 

Within them there is probably an folders setting (I don't use either of them however).  And the temporary downloads / incomplete downloads are not being stored within your appdata.

 

A quick fix would be to say make your docker.img file 50G or so, but that is only going to delay the same issue happening again.

 

I just looked at both apps and I don't see any directories set that isn't part of my appdata folder.  Very confused.

 

For the time being to get things working I can increase my docker.img file but that means I have to re-add (which means re-mapping directories) all my containers right?

Suggest deleting docker.img since it is probably corrupt now. You can add all your containers back by selecting the my-template for each of them. Make sure none of your apps are saving anything to any folder that is not in the container's volumes.

 

I can't even get into my half my Dockers as I'm getting errors when I try.  But the only ones that would be saving any kind of large amount of data (my torrent programs) don't look like they are so I guess it is the Docker.img file.  Is 15GB big enough?  What's a recommended size?  I'm a HEAVY Plex users (my Plex appdata folder is over 100GB).

I have mine set to 20GB and it is currently using 13GB, but I have 12 dockers installed (only 5 running all the time). So it is possible you just ran out of space for your dockers depending on what you have installed.

 

After you recreate docker.img larger, check each app's settings to make sure none of them are writing outside the container's volumes, and then keep an eye on your docker.img freespace to make sure it isn't increasing. You can see it by going to Settings - Docker.

 

Another user having similar problems this morning and squid directed him to this thread

Link to comment

Ok, deleted my docker.img and created a new 20GB image.  After installing all my Dockers back I'm left with the following:

 

DockerIMG_zpsp8lnxrez.jpg

 

I will monitor to see if the used spaced keeps increasing.  Should the used space never change at all?  It should stay at 5.09GB as long as I don't add any Dockers?

Link to comment

There's always going to be some increase.  As containers update, etc.  But it shouldn't grow significantly or rapidly.

 

Ok something is definitely wrong still.  This is where I'm at a day later.  Haven't updated any dockers since yesterday.

 

DockerIMG2_zpsanjblcrz.jpg.

 

 

This only thing I found in any of my dockers that isn't mapped to the appdata folder is the following but I don't see how that could be taking up so much space.

 

DelugePath_zpswqhcipkc.jpg

 

Is there anyway for me to browse to the above directory to check the size of that GeoIP.dat file?

Link to comment

There's always going to be some increase.  As containers update, etc.  But it shouldn't grow significantly or rapidly.

 

Ok something is definitely wrong still.  This is where I'm at a day later.  Haven't updated any dockers since yesterday.

 

DockerIMG2_zpsanjblcrz.jpg.

 

 

This only thing I found in any of my dockers that isn't mapped to the appdata folder is the following but I don't see how that could be taking up so much space.

 

DelugePath_zpswqhcipkc.jpg

 

are you setting the folders up inside the webui of your download apps ?

Link to comment

...

Is there anyway for me to browse to the above directory to check the size of that GeoIP.dat file?

You can get a bash shell inside the docker with

docker exec -it docker-name bash

 

I'm not very familiar with linux.  Once in there, how do I browse to that directory and view the file properties?

Link to comment

...

Is there anyway for me to browse to the above directory to check the size of that GeoIP.dat file?

You can get a bash shell inside the docker with

docker exec -it docker-name bash

 

I'm not very familiar with linux.  Once in there, how do I browse to that directory and view the file properties?

ls -al path

Link to comment

...

Is there anyway for me to browse to the above directory to check the size of that GeoIP.dat file?

You can get a bash shell inside the docker with

docker exec -it docker-name bash

 

I'm not very familiar with linux.  Once in there, how do I browse to that directory and view the file properties?

ls -al path

 

 

Got it.  And the output its showing for the file size, that's in bytes I assume?

Link to comment

...

Is there anyway for me to browse to the above directory to check the size of that GeoIP.dat file?

You can get a bash shell inside the docker with

docker exec -it docker-name bash

 

I'm not very familiar with linux.  Once in there, how do I browse to that directory and view the file properties?

ls -al path

 

 

Got it.  And the output its showing for the file size.  Is that in bytes or what?

Try it with -h

ls -alh path

 

15 Basic ‘ls’ Command Examples in Linux

 

Google is your friend ;)

Link to comment

...

Is there anyway for me to browse to the above directory to check the size of that GeoIP.dat file?

You can get a bash shell inside the docker with

docker exec -it docker-name bash

 

I'm not very familiar with linux.  Once in there, how do I browse to that directory and view the file properties?

ls -al path

 

 

Got it.  And the output its showing for the file size.  Is that in bytes or what?

Try it with -h

ls -alh path

 

15 Basic ‘ls’ Command Examples in Linux

 

Google is your friend ;)

 

Thanks, so that file (GeoIP.dat) isn't my problem as it's under 1MB.  Yet my docker image space used keeps going up (it's up to 7.88GB now) so something is the culprit.  Just not sure whats the best way to go about finding out which.

 

I guess I'll just shut them down one by one and monitor the used space to see which one being off stops it from going up.

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...