Everything posted by smaster
-
Logs filling up
Thank you for your reponse. Before I delete the docker.img file, as a last ditch effort would it be possible for me to stop all my dockers and one by one find out which is causing the problem? Or is this a more deep-rooted issue that can only be fixed by a wipe? Thanks.
-
Logs filling up
I have checked the links and I have one question: I can see that there is a way to reinstall containers, however does that apply to containers in which I have various instances of? How would I go about doing that? I'm a bit fearful of wiping my docker setup to then have to manually recreate the various instances of some containers I have... I believe there was nothing mentioning that in the wiki. Thanks again for your time.
-
Logs filling up
Does this mean it's already at 80GB? If not, how do I change it to 40GB? Also, your assumption was correct. There is a docker constantly filling up the logs. Is there a fast way to check which one or must I go at it one by one? Thank you for your help.
-
Logs filling up
I don't remember changing this, but since you asked it must not be default. What do you recommend I change it to? Also, do you think that is the root of the problem? I'm asking, since this is something that started happening more recently and I believe that size must've been changed a very long time ago, for me not to remember. Thanks!
-
Logs filling up
Hello, My logs have been filling up and I'm not sure why. You can check the diagnostics that I've provided, but I believe this may be the problem: Any idea on how I can fix this? Thank you! tower-diagnostics-20220706-0921.zip
-
[SUPPORT] SmartPhoneLover - Plik
I can confirm it's now working correctly. Thank you for your quick response and solution, it is much appreciated. Cheers.
-
[SUPPORT] SmartPhoneLover - Plik
Hey, Great container, however I'm getting a "Bad Parameter" error when trying to run it. Here is the config I have in unRAID: Thank you.
-
Dealing with unclean shutdowns
By looking at my diagnostics, is there any way to see what exactly caused the error? I'm almost certain it's not a problem with the flash drive being read only and definitely not disconnected (at least physically).
-
Dealing with unclean shutdowns
Hey guys, I've been dealing with unclean shutdowns for a while and I'm not sure why. In all honesty, I haven't really had the time to deal with it. However this last time it caused one of my SSDs xfs to become corrupt and it ended up being my plex sdd, so now I'm making time. I have attached a diagnostics file (that is where I saw which SSD is corrupted - sdu), but I have yet to find the root of the problem. To be clear, I've fixed the SSD drive and plex is back up and running, fortunately it wasn't the DB that was corrupted, however I REALLY want to avoid this again. Thank you. Any help is greatly appreciated. tower-diagnostics-20220120-0514.zip
-
Logs at 100%
This is exactly it! To be clear to anyone with similar issues as me, I simple did the following in the unRAID terminal: mkdir /boot/config/modprobe.d/ echo -e 'blacklist btusb\nblacklist bluetooth' > /boot/config/modprobe.d/bluetooth.conf This will make it so that unRAID created a folder called "modprobe.d" inside your /boot/config/ folder. Then it creates a script inside the "modprobe.d" folder that blacklists your bluetooth device at boot and therefore stops it from causing anymore problems. If you want to reactivate your bluetooth temporarily, you can simply type the following in your unRAID terminal: modprobe btusb modprobe bluetooth However, if you'd like to activate your bluetooth completely (persistent after reboot), simple remove the file that you just created. Big thanks to @SimonF for pointing me in the right direction! Also, thank you to @JorgeB, @ChatNoir and @trurl Have a great weekend!
-
Logs at 100%
Thanks for your time @SimonF. I will await further instructions, but here is what happened when I put the command in the unraid terminal: Oct 9 00:02:44 Tower kernel: usb 1-14: USB disconnect, device number 18 Oct 9 00:02:44 Tower usb_manager: Info: rc.usb_manager Autoconnect No Mapping found /dev/bus/usb/001/024 001 024 port Oct 9 00:02:44 Tower usb_manager: Info: rc.usb_manager usb_remove /dev/bus/usb/001/024 001 024 Oct 9 00:02:44 Tower kernel: usb 1-14: new full-speed USB device number 19 using xhci_hcd Oct 9 00:02:44 Tower kernel: Bluetooth: hci0: Reading Intel version information failed (-22) Oct 9 00:02:44 Tower kernel: Bluetooth: hci0: Intel Read version failed (-22) Oct 9 00:02:44 Tower kernel: Bluetooth: hci0: Intel reset sent to retry FW download Oct 9 00:02:44 Tower kernel: usb 1-14: USB disconnect, device number 19 Oct 9 00:02:44 Tower usb_manager: Info: rc.usb_manager usb_add /dev/bus/usb/001/025 001 025 Oct 9 00:02:45 Tower kernel: usb 1-14: new full-speed USB device number 20 using xhci_hcd Oct 9 00:02:45 Tower kernel: Bluetooth: hci0: Reading Intel version information failed (-22) Oct 9 00:02:45 Tower kernel: Bluetooth: hci0: Intel Read version failed (-22) Oct 9 00:02:45 Tower kernel: Bluetooth: hci0: Intel reset sent to retry FW download Oct 9 00:02:45 Tower kernel: usb 1-14: USB disconnect, device number 20 Oct 9 00:02:45 Tower kernel: usb 1-14: new full-speed USB device number 21 using xhci_hcd Oct 9 00:02:45 Tower kernel: Bluetooth: hci0: Reading Intel version information failed (-22) Oct 9 00:02:45 Tower kernel: Bluetooth: hci0: Intel Read version failed (-22) Oct 9 00:02:45 Tower kernel: Bluetooth: hci0: Intel reset sent to retry FW download Oct 9 00:02:45 Tower kernel: usb 1-14: USB disconnect, device number 21 Oct 9 00:02:46 Tower kernel: usb 1-14: new full-speed USB device number 22 using xhci_hcd Oct 9 00:02:46 Tower kernel: Bluetooth: hci0: Reading Intel version information failed (-22) Oct 9 00:02:46 Tower kernel: Bluetooth: hci0: Intel Read version failed (-22) Oct 9 00:02:46 Tower kernel: Bluetooth: hci0: Intel reset sent to retry FW download Oct 9 00:02:46 Tower kernel: usb 1-14: USB disconnect, device number 22 Oct 9 00:02:46 Tower kernel: xhci_hcd 0000:00:14.0: WARN Event TRB for slot 48 ep 4 with no TDs queued? Oct 9 00:02:46 Tower kernel: xhci_hcd 0000:00:14.0: WARN Cannot submit Set TR Deq Ptr Oct 9 00:02:46 Tower kernel: xhci_hcd 0000:00:14.0: A Set TR Deq Ptr command is pending. Oct 9 00:02:46 Tower kernel: xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state. Oct 9 00:02:46 Tower kernel: usb 1-14: new full-speed USB device number 23 using xhci_hcd Thanks again for any help 🙂
-
Logs at 100%
Trying to ping @SimonF to see if he has a moment to check the thread since it's already well documented. Thank you 🙂
-
Logs at 100%
This is what my USB manager plugin config looks like: This is what I get when going to the newly created "USB" tab: The only device that I can press "BIND" on, has the following device log information: Is it the correct one to bind, or am I missing something? Thank you very much for your help 🙂
-
Logs at 100%
This is what I see in Tools -> System Devices: I can seem to edit or change anything. Only to press "Done", but nothing happens. What am I doing wrong? Thanks.
-
Logs at 100%
Thanks for your response. If I understood correctly, you meant to create a VM and make the VM use bluetooth, as to avoid getting the logs on unraid but keeping it contained in the VM, correct? If that's the case I tried to create one, but when choosing the USB devices there is nothing mentioning bluetooth (neither anywhere else for that matter). I send you a few print screens and also a new diagnostics to make sure that the problem persists in the same way. tower-diagnostics-20211007-2038.zip Thanks again.
-
Logs at 100%
Thank you for your help. Unfortunately, I cannot disable the bluetooth device in the BIOS. My motherboard is the Gigabyte Aorus Master z590 and I tried to enable ERP (I saw a few thread saying that could work, but it didn't). Any other way of resolving this issue? (avoiding having to open up the server, if possible) Thanks again.
-
Logs at 100%
Hi, Thanks for your quick response. Since getting a screen on my unRAID machine is a bit cumbersome and I don't have IPMI, would it be possible for you to tell me what I should disable? Should I simply disable bluetooth? It might indeed be enabled, if it is by default. What would you suggest? Thanks again.
-
Logs at 100%
Hello, I've recently realised that my logs were at 100%. To see if this was a simple error, I did a restart (clearing the logs). However in the span of 2-3 days I'm back at ~60%. Clearly, something is filling up these logs and hopefully you can help me determine what it is and how to fix it. I ran the "fix common problems" plugin and no errors were shown. Thank you for your time. tower-diagnostics-20211006-2244.zip
-
[Support] [Depreciated] FlippinTurt PiHole DoT-DoH
You are correct and I apologise... Forgot to update first! Have a great day!
-
[Support] [Depreciated] FlippinTurt PiHole DoT-DoH
Hey, First of all, thanks for the great docker! However I'm trying to add this whitelist but for that I need python3 inside the docker. Any idea I can get a walk through on how to do it? I've tried searching for it, but I don't get a concrete answer on how to install python3 inside a docker container (or if it's even possible). I tried entering in the console "sudo apt-get python3" but to no avail... Any help would be greatly appreciated. Thanks!