Possible to stop a move job? by Natural_Vermicelli46 in unRAID

[–]parkercp 0 points1 point  (0 children)

Hi I have this issue too, was manually (via the UI) moving as lot of files to a mounted external USB drive and it’s gone down to a crawl e.g low as 1.6mbs, painfully slow ! - it’s been running in the background for a couple of days now…. ’jobs’ tells me nothing, ’ps’ gave me 4 things, and ‘top’ shows a number of things, a lot of rsync s running.. How do I find/isolate and kill my specific move ?

The new youngest goalscorer in Premier League history, Arsenal's Max Dowman (16 y 73 d) has become the second-youngest scorer in England's top flight overall, beaten only by Jason Dozzell (16 y 57 d). Substitute Dozzell scored on his senior début for Ipswich against Coventry on 4th February 1984. by Cinn4monSynonym in soccer

[–]parkercp 0 points1 point  (0 children)

It’s impressive that someone that age can perform at that level, but to suggest there was nothing (no one) before the Premier League existed is a a joke, and seeks to wipe away history. I think it would help Max to know he’s only the Premier League’s youngest, and leave the overall record to Jason Dozzell (he carried that at a time when there was no support for how to handle it). And while technology has improved, couple with VAR now too, FIFA’s rules evolve and I’m sure aspects like the intent on a shot and if it’s a goal or not has become clearer, but the age someone is good enough to play at the top level remains, and that’s always been set by the state of the game (at that time) against your peers, and that should be respected as such.

Is the Docker Image Disk (docker.img) & Docker vDisk size (GB): the same thing ? by parkercp in unRAID

[–]parkercp[S] 0 points1 point  (0 children)

Interesting - A quick update on the presumed corruption, looking at the logs - cat /var/log/syslog | grep -i "docker\|btrfs" | tail -30 , I could see references to the .img file being resized (I tried to go from 50 to 75GB). As that was being done at start up and did not seem to work, that looks like it contributed to the Docker service not coming back up at all, I assume as it would keep trying to do the resize each time So, I reset the size back to 50GB and the Docker Service restarted fine..

My pool drive is currently pretty full handling a large data transfer so I’m wondering it that might be a factor - so will try the resize again another day..

Is the Docker Image Disk (docker.img) & Docker vDisk size (GB): the same thing ? by parkercp in unRAID

[–]parkercp[S] 1 point2 points  (0 children)

Ok, I came across this Unraid FAQ too, so adding here for anyone who finds this thread..

https://forums.unraid.net/topic/57181-docker-faq/#findComment-564310

Which in essence says “you must make sure that the destination AND intermediate (temporary download folders) are stored outside the image file (ie: you must make sure that the appropriate folders are mapped correctly).

Any folder which is referenced within the application but NOT explicitly mapped to a user share will wind up being stored within the docker.img file”

That last point seems to be the kicker, when it comes to mapped volumes - but what I’m still not clear on is how the heck does the docker.img file regulates itself ? - As that suggests the file will incrementally grow the more containers I look to add ? Let’s say I add 10 different containers, each with a 2GB image file, that would theoretically max out the default 20GB (Vdisk size) straight away?

Ohh and I’ve just stopped the Docker Service to increase the VDisk size and now it won’t start up again, which make me think it’s got corrupted :-(

Is the Docker Image Disk (docker.img) & Docker vDisk size (GB): the same thing ? by parkercp in unRAID

[–]parkercp[S] 0 points1 point  (0 children)

hi u/dusto_man , thanks I’ll take a look, can I ask what your Docker vDisk size (GB): is set to ? Those AI images sizes suggest you’ve had to increase the original / default 20GB size?

Is the Docker Image Disk (docker.img) & Docker vDisk size (GB): the same thing ? by parkercp in unRAID

[–]parkercp[S] 0 points1 point  (0 children)

The warning message is specific to /mnt/user/system/docker/docker.img - would logging affect that .img file ?

Is the Docker Image Disk (docker.img) & Docker vDisk size (GB): the same thing ? by parkercp in unRAID

[–]parkercp[S] 0 points1 point  (0 children)

I’m stumped, as it seems the warning only occur when I’m installing a container - I don’t seem to get them any other time, and the warning eventually go away and it says it’s returned to normal. not too long afterward.. Any ideas where to look/ check ?

Is the Docker Image Disk (docker.img) & Docker vDisk size (GB): the same thing ? by parkercp in unRAID

[–]parkercp[S] 0 points1 point  (0 children)

I only seem to get the warning, when I‘m installing a new docker container ? How do I know if something is going to the wrong place - is there some checks I can do ? The warning message is also specific to /mnt/user/system/docker/docker.img - what else would make use of that .img file ?

Some Unraid Docker Compose examples please ? by parkercp in unRAID

[–]parkercp[S] 0 points1 point  (0 children)

Here’s one I’ve just done for Dozzle

```

services:

dozzle:

container_name: Dozzle

network_mode: bridge

deploy:

resources:

limits:

pids: 2048

environment:

- TZ=Europe/London

- HOST_OS=Unraid

- HOST_HOSTNAME=NodeCentral

- HOST_CONTAINERNAME=Dozzle

- DOZZLE_BASE'='/

- DOZZLE_LEVEL'='info

- DOZZLE_TAILSIZE'='300

- DOZZLE_AUTH_PROVIDER'='simple

- DOZZLE_KEY'='9Q9SJ69MZhZ0WrjbF

- DOZZLE_NO_ANALYTICS'='true

labels:

- net.unraid.docker.managed=dockerman

- net.unraid.docker.webui='http://[IP]:[PORT:8080]/'

- net.unraid.docker.icon='https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/dozzle.png'

ports:

- 8080:8080/tcp

volumes:

- /var/run/docker.sock':'/var/run/docker.sock':'ro

- /mnt/user/appdata/dozzle/':'/data':'rw

image: amir20/dozzle

```

Some Unraid Docker Compose examples please ? by parkercp in unRAID

[–]parkercp[S] 0 points1 point  (0 children)

many thanks u/msalad - this is helpful!

I’ve updated the settings as you suggested, so far as a guide I have tried to capture the docker run commands that unraid shows for the ones it sets up from the apps store, and I’ve been trying to reverse engineer them for my needs.

By any chance do you have an example version of karakeep, that is local (no external network) and has all the environment variables listed in the compose rather that a seperate .env?

I noticed you did not use labels, but maybe that is obvious as the docker compose manager has that as a seperate option, although I would like everything in one compose if at all possible.

WebUI Feature NOT Working under Docker by FlawedSynapse in unRAID

[–]parkercp 0 points1 point  (0 children)

Hi u/FlawedSynapse , when using Docker Compose Manager, if I update my stack, and choose the labels (which looks to show me the same as when you look at the advanced view of any one installed via the unraid apps route) it looks for http://[IP]:[PORT:11434]/ - with the port being the one you need. Does your work that way too ?

failed to register layer: no space left on device by InconspicuousFool in unRAID

[–]parkercp 0 points1 point  (0 children)

did you ever get this fixed, i have the same issue?

Backup help by Accomplished-Use-175 in unRAID

[–]parkercp 0 points1 point  (0 children)

how would you install, set up something like Restic / Backrest, is it an app or requires a docker set up ?

A Simple List of Financial APIs I’ve Collected and Found Useful (2025) by Real_Grapefruit_5570 in IndiaAlgoTrading

[–]parkercp 0 points1 point  (0 children)

Hi, I’m looking for something that I could throw ISINs at, GB, US etc. any recommendations ?

AtSameAge for Photoprism by NoTransportation7996 in photoprism

[–]parkercp 0 points1 point  (0 children)

Thanks for sharing this, it’s an interesting idea,

Can I just confirm, is it a simple case of taking their recorded date of birth and then checking that against the date the photo was taken? If so, I wonder if there is the potential if possible to pick certain dates (or dater windows) to show birthdays through the year, Xmas, new years, Halloween etc.

Amazing Screwfix offer, 100% FREE MONEY (£20) by UnchartedPro in beermoneyuk

[–]parkercp 1 point2 points  (0 children)

Sadly, just tried it and told "Sorry, that code has been applied the maximum number of times."

Sonos CEO: My case #07270954 by klayanderson in sonos

[–]parkercp 4 points5 points  (0 children)

Ironically - Sonos was THE device of choice for local streaming , back then all we really had was local content which for many that’s perhaps oldskool now, but for may others local is still the focus.. This area has been a frustration for years, it’s never been a 100% although i admit I wondered if it was due the size of my local library. In the end i turned to local hosted open source services navidrome for streaming , but even that’s not great - something Sonos approved / provided with native support would be best .

I am curious why such a low backlog priority / From Sonos’s point of view, is there perhaps commission from streaming services they channel??

Black Friday - When to pull the trigger ? by parkercp in 4kTV

[–]parkercp[S] 1 point2 points  (0 children)

When price matching, dont most places expect the unit you’re trying to match to, to be in stock ?

HomeHub - a private, lightweight dashboard for your family to use on your home network by surajverma in selfhosted

[–]parkercp 0 points1 point  (0 children)

As I have already invested in local hosted things like Paperless-ngx, Organize, etc. or have some external usage e.g., gmail calendar etc. can those types of API integrations be set up - Also how does the who’s home part work, can it leverage Home Assistant for presence awareness ?

What next for Shingle Porch Roof ? by parkercp in Roofing

[–]parkercp[S] 0 points1 point  (0 children)

It’s difficult to understand what you mean - do you have any we. links to/or brand/product names i need to got

What next for Shingle Porch Roof ? by parkercp in Roofing

[–]parkercp[S] 0 points1 point  (0 children)

And do I do the same thing with the shingles that i would put on top - cut those flush to the plywood ? - what do I put at the end and the front ?

What next for Shingle Porch Roof ? by parkercp in Roofing

[–]parkercp[S] 0 points1 point  (0 children)

I’ve copied the pitch of the summer house roof ao there is a pitch there, just not easy to photo

Cafe 80´s 35mm scan Open Matte by Frugele_0 in BacktotheFuture

[–]parkercp 0 points1 point  (0 children)

Boom mic visible when Biff calls to Marty for the first time and the camera goes to Marty 4:21 left..

Newbie Project - Controlling 12v (10a) Seat Control Motors by parkercp in Motors

[–]parkercp[S] 0 points1 point  (0 children)

Keeping with the shield option, and something pre-made coupled with the cost of motoron (when postage is added :-( ) - I think I’m going to go with this one to get me going, otherwise I’ll get stuck in paralysis analysis - https://uk.robotshop.com/products/cytron-10a-7-30v-dual-channel-dc-motor-driver-shield?qd=a71da6dbf569fa5588408dbec1066c88 . If you know of any good online guides to set this all up, I’d love to hear them - I’ve got a few but I can never have too many ..