MikePearce

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by MikePearce

  1. Oh my. Yeah - the timezone wasn't set correctly. I've updated that now, so hopefully that's fixed it! Thanks @JorgeB!
  2. Hello folks, I'm having some trouble with all my docker VMs shutting down. I thought it was lack of RAM (I only had 4gb) so I've upgraded that to 16gb. It's also not the overnight backups as they were working fine this morning, then were stopped when I checked an hour later. I've attached the diagnostics as I'm not really experienced enough to work out what is going on. So hoping someone can help. I've added `--restart unless-stopped` to each of the "Extra Parameters" for the containers. So, it must be something _is_ stopping them, but I can't work out what. Thanks in advance, Mike thor-diagnostics-20211207-1108.zip
  3. It currently looks like this. and auto-update like this:
  4. Hello, I'm not sure what's going on here. All of my docker apps keep shutting themselves down. I've been through all the settings (including the appdata backup plugins) but can't find a reason. It seems to happen randomly. I've attached the diagnostics in the hope that someone can offer some advice. Thanks, Mike thor-diagnostics-20211025-1104.zip
  5. Thanks all - it's definitely a RAM issue. I gave the Ubuntu server 1024mb RAM and it now runs OK. But I will look to increase the RAM in this box to 16GB.
  6. Hi @itimpi, thanks for the reply. I've given the VM 2048mb of RAM. Perhaps too much?
  7. Hello, I'm trying to create an Ubuntu VM, but it keeps crashing during install. It crashes randomly and doesn't matter what version of Ubuntu server I use. I've ensured all the virtualisation stuff is switched on in the BIOS. The machine is a Lenovo ThinkCentre M93 Tiny. It runs everything else fine (plex, sonarr, sabnzb etc). But I'd like an ubuntu box on there to install cal.com. It might be that it's running out of memory, but I'm not entirely sure. Diagnostics attached. Thanks, thor-diagnostics-20211018-1240.zip
  8. Hey folks, I love Unraid - it's just so easy for a simpleton like me to use, it's made running my own NAS and media setup so much easier. That said, I bought a licence to run Unraid on a QNAP 4 bay NAS. It's got all my photos and videos and what not on it. I've setup Plex, Sonarr and a few other dockers. However, the QNAP isn't particularly powerful (I think the CPU is a celeron made of custard) and so I stuck an unraid trial on a key and setup a new Plex server on a Lenovo ThinkCentre. This absolutely flies and now I'm thinking of moving all the Apps and dockers from the QNAP to the ThinkCentre and just leaving the NAS as storage (with a parity drive). I'll buy another Unraid licence. What I want to know is: is there some way to move all the apps and dockers from the QNAP Unraid to the ThinkCentre Unraid? I can just set them all up again, but some of them took me a while through trial and error (looking at you cal.com) and so wondered if it were possible. Thanks, Mike
  9. Hi folks, I've got this mostly working now, it records streams and I can see them live. Even working through a reverse proxy. Thank you @aartr for your docker image. However, I can't seem to work out how to get it to take a picture when it detects movement. I've got an `endcommand` setup to run a python script and post lastsnap.jpg to a Discord channel. It works and posts every time there's movement, however it always sends the same photo as it's only taking photos if I press the "Manual Snapshot" button and not when it detects motion. Even if I disable manual snapshot in the settings, it's not taking photos. Working schedule is disabled as I want it to do it all the time. Any ideas? Thanks, Mike