thestraycat

Members
  • Posts

    202
  • Joined

  • Last visited

Posts posted by thestraycat

  1. On 10/27/2023 at 1:17 AM, CatDuck said:

    "It's still configurable, just only via env vars in your docker compose But it's broken in RC1.1, will be fixed before release" My image is nightly, so as soon as its fixed, you will have it. 

     

    @CatDuck Tried the variable for 'dark mode' on the new latest ... but still not working.

  2. Hi, 

     

    - I currently run Unraid 6.12.4

    - IPVLAN mode

    - I have 2 NIC's and use 1 NIC for all docker traffic, VM's and and host UI.

     

    I have a single container that lives on my network bridge (BR0) with the IP Address 192.168.1.40.

    Everything works as expected, But i cant create a DHCP reservation for this container in my router as the MAC Address shows as the same MAC address as my Unraid Server Host. And i'd l need to be unique to save the DHCP reservation.

     

    Do i need to move my networking mode over to MACVLAN to get a unique MAC Address for my Fixed IP Address container on BR0? As it stands i've limited the DHCP scope to give me 50 or so fixed addresses for issues like this so it's not crucial, but i find it more convenient to keep track of DHCP reservations on the router than find and update servers with fixed addresses..

     

    Any advice? Cheers.

  3. hmmm..

     

    Running the development build of this plugin, and whenever i try and save a pre-script or post-script it never finishes processing and never saves and just hangs for ever until i refresh to screen (and dosnt save the scripts) 

     

    Anyone else have that issue?

     

    Can anyone test there's by just typing something superficial like the below and hitting save?

     

    tl;dr - Just want to know if you can save the info below into the vm_backup > 'upload scripts' > pre-script tab.

     

    #!/bin/bash

    echo "Hello World" 

  4. On 11/1/2023 at 8:00 AM, Kilrah said:

    I've tried Easy Backup some time ago but it crashed the whole Unraid UI, there have been several updates since but since the author doesn't even have a support thread to discuss the development and issues I'm quite wary while it's in beta.

    So yes, still using VM Backup too. 

     

    I believe it's coming, but for now he's very respondant on the github issues page.... https://github.com/EideardVMR/unraid-easybackup

    • Like 1
  5. Yup same here.....I'd observed a few changes tbh since updating to the last 2 stable releases.

     

    - My idle cpu stats are much more chaotic than they have been on older unraid versions. (I usually idle between 8%-16% cpu now i idle anywhere between 15-50%  which has tripled to what it would usually be a few versions back.

    - After boot my CPU sits at 100% on all cores for around 5 minutes before settling down which is strange behaviour seems to be when loading docker. Didnt do this on previous unraid versions.

    - Unraid-API seems to always be one of my biggest mem hogs which i hadn't really noticed going back a few versions but it's quite considerable. I've just rebooted the server and unraid-api is straight back up to 10.9g from a cold boot. Maybe the memory handling has changed in a recent version and what im seeing is normal, but with the process being called 'Unraid-API' it dosn't feel like it should be so high. However i have i'm unaware of what this process is doing.

     

     I was hoping to not have to go through the painstaking process of inspecting every container and plugin and thought i'd post to see if anyone was experiencing similar...

     

  6. Yeah sure. Anything confidential in there though stored in the variables?

     

    UPDATE: I've sorted it out now. There were a few dubious files that i've now removed, they may have been down to 2nd instances at some time or failed updates? Either way i had a load of xxx(1).xml files that i've deleted seems to have cleared up the 'installed apps' view nicely.

     

    my-radarr.xml

    my-radarr(1).xml  <--deleted.

    my-radarr.bak

     

    @squid - Is there any official documentation for creating containers from scratch using dockerfiles that you want accessible through CA docker apps? I've had to fudge my own XML file to pull down my container nicely... (This was after i noticed the issue with dupes in my 'installed app' view :) )

     

  7. @JonathanM @Squid

     

    Hey Jonathan, yeah i know of the installed/previous option. However it dosn't quite work how i expected. 

     

    For example, if i view the 'installed apps' and filter by 'docker' i have many 'duplicate entries' in that view, so i'm not sure whether that's a live view or displaying cached entries from somewhere else. nearly all but one of the duplicates are CA containers too. One is imported from dockerhub i believe. Furthermore, If i delete the one of the duplicate instances from 'installed apps' both dissapear, and then when i reinstall the container from 'previous apps' i end up back with 2 identical instances back in 'installed apps'. So i can't even fix it.

     

    So as the view is currently polluted with stale entries i cant use it for what which is getting a list of running containers.

    Is there an API call for grabbing all known running containers built into Unraid or should i just query and filter all this from the native docker engine commands?

     

    Bonus points - Is there an unraid container building/compliancy guide on the forum that you know of that i can use to contribute containers to the community and have them display in CA?

  8. Hi guys

     

    I know the templates live in: /boot/config/plugins/dockerMan/templates-user

     

    However any old templates also live in that folder and also old instance and attempts of by-gone years! How can i generate a list of currently live/used XML files? I was wondering if i could query the dockerman parser for a list of XML files that are actively being used right now, but being a parser assumed it's likely unaware of it's state.

     

    There must be some info to query to get that list as the containers are obviously re-started ater reboot. Thought i'd ask the forum prior to putting something together to do this, but was hoping for an easier solution.

     

    @Squid - Maybe one for you? :)

  9. Hi guys - Quick one.

     

    I'm trying to troubleshoot some time issues in a container that i use (healthchecks.io) and to outrule any issues being passed to the container i'm looking for some confirmation on how the unraid time is displayed.

     

    The time at the time of writing this was 13:32pm :) 

     

    when i look in unraid in settings > date and time (UTC, via NTP.) it shows as 13:32pm

    when i goto the console in unraid and type 'date' i get 13:32pm (which i assume is NTP adjusting my time for BST?)

    when i goto the console in unraid and type 'date -u' i get 12:32pm (which i assume is forcing UTC time which shows as 12.32pm!)

     

    Can someone explain to me why UTC looks different in both?

     

     

    image.thumb.png.33a988f90028c8c90b219fe2ff26c181.png

     

    Lastly if i goto the unraid console and view time as per the timezone i see if i set London/Europe time displays as the correct BST time.

    And when i force UTC timezone i see the older and incorrect time. (time was 13.55pm when i ran the command)

     

    image.png.c3e148ad3056fc2220f238d12e45e863.png

     

    In the mean time i'm going to check the BIOS time. But i'm fully expecting this to be correct.

  10. Been battling deluge all morning.

     

    My Deluge Web UI was prompting me for a password as is usual, and wouldn't accept my usual password.

     

    Some how deluges web ui password had defaulted back to 'deluge'. However, when i tried to reset the password back to my previous peronsal password in the web ui, deluge would hang and crash and need a reboot to become responsive.

     

    Seemed that my web.conf file was rammed full of stale sessions as the web.conf file had bloated up to 40MB in size and i think deluge was crasing due to it. Since deleting 99% of the stale sessions in my web.conf deluge loads up a lot quicker from a cold restart, is more responsive and also now allows me to save my password again in the web ui.

     

    Leaving it here in case anyone else has this issue!

     

    @binhex Should the stale sessions not be removed from the web.conf at some time?

  11. Hi, i was wondering if there was a place where i can see/track the current list of packages for nerdtools? I'm hanging back on 6.10 with the older 'nerdpack' until a few of the packages that i rely on are added to nerdtools. is there a list of packages on github or similar?