Jump to content

UnInfamous

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by UnInfamous

  1. Great addition to Unraid. Night and day from where it was when I was first using Unraid.

     

    A bit of feedback I'd like to see. Over the past year since an update, there is now the HTML `<div class="spinnerBackground" style="display: block;"></div>` just after page load until Recently Added has finished loading. This prevents from selecting other Unraid tabs (e.g. selecting another tab instead of waiting for the load to complete, jump straight to Pinned Apps, or start searching for an app I'm looking for).

     

    Please either change the block to `none` on page load, or specify the area to that of just the Recently Added div.

    Thank you in advance.

  2. On 3/1/2021 at 2:07 PM, epp said:

    I have figgured out the problem:

    I had the zsh, tmux und ncurses-terminfo installed via nerd tools. After removing those the disks didn't keep spinning up anymore. My guess is zsh was accessing disk1 for some weired reason ... will survive without it and maybe try later to get it working again.

     

    Can you tell me how you came to learn it was Nerd Tools?

  3. Hey all, I'm experiencing what seems to be the memory leak issue with the virtual space taken up by Unifi Controller is over 10 GBs (Found through cAdvisor) while the only appdata space used is 670 MBs. I ran into an issue over the weekend that took up the remaining space of my docker image (15GB) and had to reinstall the image to get back down to 65% utilization.

     

    I know I have extensive logging being kept, but I don't want to change that. Please let me know what data would be helpful to get to the root of this while keeping my network details private.

     

    I also really want an option in the template to move the log folder, if possible so they don't take up tons of space as the logs grow while I data hoard all of that data I'll probably never use, but would be nice to query in the controller at any time.

     

    Controller version: 5.12.72

  4. On 4/5/2019 at 6:54 AM, johnnie.black said:

    Start the array without any cache device assigned to make Unraid "forget" current cache config, then stop array, assign old cache device and start the array.

    This is amazing. I can’t believe doing this was so simple!

     

    I am OCD when it comes to the alignment of my drives, when I would get (a) new drive(s), I would want to put them at the end of my 10TB drive section, but before my 4TB drive section. So I would rebuild data onto the new one, preclear, and move the previous top 4TB to the end of the array.

     

    Now if I understand this properly, all I have to do in the future is:

    1. Stop the array.

    2. Unassign the drive that’s in the spot I want the new one.

    3. Start the array.

    4. Stop the array.

    5. Assign the new drive in the old spot, and the moved drive at the end.

    6. Start the array.

    7. Parity check.

     

    Fantastic. Am I missing anything, or does this method only work with Cache pools?
     

    Can’t believe @SpaceInvaderOne hasn’t covered this in a video.

  5. Feature request: Can there be a don't remind me again box when opening this plugin? I've been debugging something and I have to restore my appdata a whole bunch of times since it's faster than writing copies, and I'm very familiar that "When a Backup is running (either manually or a scheduled backup), your docker applications will be stopped and then restarted at the conclusion of the backup" ;) .

     

    Appreciate thinking about it.

  6. 11 hours ago, CHBMB said:

    It would probably be easier to roll back to a backup.

    If you don't have backups then I would definitely make some before you attempt any database repair.
     

    All of my back ups have this issue since around the update to 6.7 which is too far for me to go back to. Of course I'll make a backup before attempting, I just need some guidance in doing so.

     

    Is anyone else able to assist? I only need to be able to get a command line working with SQLite3 on my server so I can run the commands provided from Plex.

  7. 1 hour ago, nblain1 said:

    @TheInfamousWaffles I am not running a bonded connection, but I do run a bridge, but I understand that you can bridge a bonded connection to allow VMs and dockers to communicate.  I would suggest enabling bridging in your network settings and then running the Pi-Hole Docker in Network Type: br0 and setting a custom (unused of course) IP address and it's default port of 80.

    Wow, spot on in somehow guessing Bridging wasn't enabled in my settings! Was it because I said I was using bond0?

     

    WebUI is finally back up! Thank you @nblain1, been wasting too much time over an overlooked setting. 😅 .

  8. 10 hours ago, nblain1 said:

    @TheInfamousWaffles with a quick look over I see that you are putting your DNS for the docker as itself... I am not saying mine is configured correctly, but I have my dns severs set up as traditional servers (i.e. 1.1.1.1 and 1.0.0.1) Here is a screenshot of my config. Unraid IP is .254 and Pihole is .253 for clarification of screenshot.

    That would make more sense if it is asking for the server IP of the tower and not pihole. However that didn't change anything in my experience as it still shows nginx using port 80 and the WebUI timing out. :/ .

  9. Thought I could get this sorted out myself, but it's become quite the hassle.

     

    Coming over here from this pi-hole.net post.

     

    Any help is much appreciated.

     

    To sum up the most recent bits of it. I use a bonded connection, and that's the only way I am able to have the template command go through. I rarely get the WebUI for a few hours on and off (mostly off) and mobile devices not able to get an internet connection, and am finally setting out to resolve it once and for all.

     

    When I use Bridge and everything else as close to the template as possible as suggested/"required" I get this error.
     

    root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name=‘pihole-template’ --net=‘bridge’ -e TZ=“America/Denver” -e HOST_OS=“Unraid” -e ‘DNS1’=‘8.8.8.8’ -e ‘DNS2’=‘8.8.4.4’ -e ‘TZ’=‘Europe/London’ -e ‘WEBPASSWORD’=‘admin’ -e ‘INTERFACE’=‘br0’ -e ‘ServerIP’=‘192.168.1.199’ -e ‘ServerIPv6’=’’ -e ‘IPv6’=‘False’ -e ‘DNSMASQ_LISTENING’=‘all’ -p ‘53:53/tcp’ -p ‘53:53/udp’ -p ‘67:67/udp’ -p ‘81:80/tcp’ -p ‘443:443/tcp’ -v ‘/mnt/cache/appdata/pihole/pihole/’:’/etc/pihole/’:‘rw’ -v ‘/mnt/cache/appdata/pihole/dnsmasq.d/’:’/etc/dnsmasq.d/’:‘rw’ --cap-add=NET_ADMIN --dns 127.0.0.1 --dns 1.1.1.1 --restart=unless-stopped ‘pihole/pihole:latest’
    
    WARNING: Localhost DNS setting (–dns=127.0.0.1) may fail in containers.
    7b8f86e3ec0969ce56595ef8271838e8a737e38d1bbd54ad55566f74eaa65a1e
    /usr/bin/docker: Error response from daemon: driver failed programming external connectivity on endpoint pihole-template (a55246178777a4ba3d645c4a2bf038f99e74fe4f48bf10cd5f0bb01acea6f6b6): Error starting userland proxy: listen udp 0.0.0.0:67: bind: address already in use.
    
    The command failed.

    As far as I can tell there aren't any other services using these ports. And if there were, why wouldn't it error if using bond0 instead of Bridge?

  10. So bit of an update. As I was curious if this was some setting/registry edit I had altered on my computer before.

     

    I created a new VM running Win 10 Pro 1809, confirmed I couldn't see my Unraid network drive, then only changed this one setting and it works!

     

    . Like @Frank1940 pointed out, 1809 does add the option for automatic removal, and it's probably best to avoid that unless you only want to utilize it for a short period of time.

     

    I hope Unraid ends up supporting SMB 3 so this issue goes away for all.

     

    image.png.7a46d9e6f7fd4f794c999f5787e3e0b9.png

  11. This was the thorn in my network's visibility...

     

    I decided to take another crack at this after several months, and only ended up changing two settings that worked. (Although I can't speak to anything else in the past I've done that might have contributed to this like adding the Local Master plugin to Unraid.)

     

    I followed @Frank1940's link, and moving from the bottom as suggested. Starting at StrandedPirate's post to have no effect after restarting my computer. Continuing up I went through @Frank1940's suggested link, bringing me three more links deep to find How to detect, enable and disable SMBv1, SMBv2, and SMBv3 in Windows and Windows Server.

    image.png.7ba82c4d45406646925f306d1df71908.png

    Checked the client box only, required a reboot.... and FINALLY! It's back to being usable!....

    image.png.0936b6e37df7ed0a5e6673d904bd29a0.png

     

    image.png.b7dc8ebcbf0692069596737cb37a3d55.png

  12. Pulled up Unraid a couple of days ago to discover about an hour after a scheduled parity check completed, one of my drives went into "Disk 4 in error state (disk dsbl)". Ran a quick Smart report for it not to show anything, ran an extended just to be sure without any concerns that I can see.

     

    Anyhow, I'd like a second pair of eyes to ensure my thinking is correct and since this disk's warranty expires at the end of the month.

     

    WD40EFRX Extended Smart Report.txt

  13. 14 minutes ago, johnnie.black said:

    Don't think so, I believe you could only upgrade existing licence for the same flash drive, you can buy the pro licence for a new flash drive and then transfer current config to it, then redo the old one to start fresh with its licence.

    Appreciate the quick reply, but I'd like something more solid.

     

    I don't see why a previous key would affect adding/overwriting with a new key. Isn't that the same thing that happens when you upgrade a key anyway?

  14. I plan to be buying a new Pro plan key for my new build and want to make sure that my understanding will work.

     

    Background: I have a Basic plan key and am currently using and will be upgrading to a new build and plan as I will need to utilize more drives. I want to keep the Basic plan key for a surveillance server with the old hardware I've been using (with the exception of drives as they will be moving to the new build and will buy a few WD Purples).

     

    My question is, can I purchase a Pro key, register that on my current flash drive that will be used with new hardware, and transfer my Basic key to a new flash drive that will be used on the old hardware?

     

    I'd like not to upgrade the basic plan as I have a use for both plans and want to be cost efficient.

×
×
  • Create New...