eatoff

Members
  • Posts

    71
  • Joined

  • Last visited

Everything posted by eatoff

  1. What's the easiest way to check this? EDIT: yes its listed when i checked via the console in the container. But the performance I'm getting is terrible. Very laggy, and only using ~5% GPU according to radeontop. VNC is very slow too. I'm running 6.10RC2. I had to change network to br0 to avoid conflict with my other containers... but then it seems the controller isnt working (the onscreen controller when streaming to phone).
  2. Trying to get this one up and running with my AMD APU, But its not starting up. Im using network:host and the only ports that are mapped in the template are 8083, 32123, 2222 which are all not used in the existing docker allocations. I removed the --runtime=nvidia from the extra params. The other nvidia variables i had to leave in otherwise the container wouldnt install at all (screenshot) Here is my docker log: **** Configure default user **** Setting run user uid=100(default) gid=99(default) usermod: no changes Adding run user to video, input and audio groups Setting umask to 000 Create the user XDG_RUNTIME_DIR path '/run/user/99' Adding default home directory template Setting root password Setting user password DONE [ /etc/cont-init.d/20-configre_sshd.sh: executing... ] **** Configure SSH service **** DONE [ /etc/cont-init.d/30-configure_dbus.sh: executing... ] **** Configure container dbus **** Container configured to run its own dbus DONE [ /etc/cont-init.d/30-configure_udev.sh: executing... ] **** Configure container to run udev management **** **** Ensure the default user has the correct permissions on input devices **** Adding user 'default' to groups: user-gid-71 [ /etc/cont-init.d/40-setup_locale.sh: executing... ] **** Locales already set correctly to en_US.UTF-8 UTF-8 **** DONE [ /etc/cont-init.d/50-configure_vnc_audio.sh: executing... ] **** Configure VNC audio **** Configure pulseaudio to pipe audio to a socket DONE [ /etc/cont-init.d/80-configure_gpu_driver.sh: executing... ] /etc/cont-init.d/80-configure_gpu_driver.sh: line 16: nvidia-smi: command not found **** No NVIDIA device found **** DONE [ /etc/cont-init.d/90-configure_xorg.sh: executing... ] **** Generate default xorg.conf **** Configure container as primary the X server DONE **** Starting supervisord **** Logging all root services to '/var/log/supervisor/' Logging all user services to '/home/default/.cache/log/' 2022-02-03 09:05:32,556 INFO Included extra file "/etc/supervisor.d/dbus.ini" during parsing 2022-02-03 09:05:32,556 INFO Included extra file "/etc/supervisor.d/desktop.ini" during parsing 2022-02-03 09:05:32,556 INFO Included extra file "/etc/supervisor.d/pulseaudio.ini" during parsing 2022-02-03 09:05:32,556 INFO Included extra file "/etc/supervisor.d/sshd.ini" during parsing 2022-02-03 09:05:32,556 INFO Included extra file "/etc/supervisor.d/steam.ini" during parsing 2022-02-03 09:05:32,556 INFO Included extra file "/etc/supervisor.d/udev.ini" during parsing 2022-02-03 09:05:32,556 INFO Included extra file "/etc/supervisor.d/vnc-audio.ini" during parsing 2022-02-03 09:05:32,556 INFO Included extra file "/etc/supervisor.d/vnc.ini" during parsing 2022-02-03 09:05:32,556 INFO Included extra file "/etc/supervisor.d/xorg.ini" during parsing 2022-02-03 09:05:32,556 INFO Set uid to user 0 succeeded Error: Another program is already listening on a port that one of our HTTP servers is configured to use. Shut this program down first before starting supervisord. For help, use /usr/bin/supervisord -h After stopping all other containers i got further through the logs, but still not starting up. when starting the webUI the VNC wont connect. EDIT: running all containers again, my MQTT container was not starting until i stopped the steam container. the MQTT container is using ports 1883 and 9001 [ /etc/cont-init.d/90-configure_xorg.sh: executing... ] **** Generate default xorg.conf **** Configure container as primary the X server DONE **** Starting supervisord **** Logging all root services to '/var/log/supervisor/' Logging all user services to '/home/default/.cache/log/' 2022-02-03 10:20:05,460 INFO Included extra file "/etc/supervisor.d/dbus.ini" during parsing 2022-02-03 10:20:05,460 INFO Included extra file "/etc/supervisor.d/desktop.ini" during parsing 2022-02-03 10:20:05,460 INFO Included extra file "/etc/supervisor.d/pulseaudio.ini" during parsing 2022-02-03 10:20:05,460 INFO Included extra file "/etc/supervisor.d/sshd.ini" during parsing 2022-02-03 10:20:05,460 INFO Included extra file "/etc/supervisor.d/steam.ini" during parsing 2022-02-03 10:20:05,460 INFO Included extra file "/etc/supervisor.d/udev.ini" during parsing 2022-02-03 10:20:05,460 INFO Included extra file "/etc/supervisor.d/vnc-audio.ini" during parsing 2022-02-03 10:20:05,460 INFO Included extra file "/etc/supervisor.d/vnc.ini" during parsing 2022-02-03 10:20:05,460 INFO Included extra file "/etc/supervisor.d/xorg.ini" during parsing 2022-02-03 10:20:05,460 INFO Set uid to user 0 succeeded 2022-02-03 10:20:05,467 INFO RPC interface 'supervisor' initialized 2022-02-03 10:20:05,468 CRIT Server 'inet_http_server' running without any HTTP authentication checking Unlinking stale socket /run/supervisor.sock 2022-02-03 10:20:05,770 INFO RPC interface 'supervisor' initialized 2022-02-03 10:20:05,770 CRIT Server 'unix_http_server' running without any HTTP authentication checking 2022-02-03 10:20:05,771 INFO supervisord started with pid 1 2022-02-03 10:20:06,774 INFO spawned: 'audiostream' with pid 144 2022-02-03 10:20:06,776 INFO spawned: 'audiowebsock' with pid 145 2022-02-03 10:20:06,777 INFO spawned: 'dbus' with pid 146 2022-02-03 10:20:06,778 INFO spawned: 'pulseaudio' with pid 147 2022-02-03 10:20:06,780 INFO spawned: 'sshd' with pid 148 2022-02-03 10:20:06,781 INFO spawned: 'udev' with pid 149 2022-02-03 10:20:06,783 INFO spawned: 'xorg' with pid 150 2022-02-03 10:20:06,785 INFO spawned: 'novnc' with pid 151 2022-02-03 10:20:06,787 INFO spawned: 'x11vnc' with pid 152 2022-02-03 10:20:06,791 INFO spawned: 'desktop' with pid 155 2022-02-03 10:20:06,792 INFO exited: audiostream (exit status 111; not expected) 2022-02-03 10:20:07,814 INFO spawned: 'audiostream' with pid 271 2022-02-03 10:20:07,815 INFO success: audiowebsock entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2022-02-03 10:20:07,815 INFO success: dbus entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2022-02-03 10:20:07,815 INFO success: pulseaudio entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2022-02-03 10:20:07,815 INFO success: sshd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2022-02-03 10:20:07,815 INFO success: udev entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2022-02-03 10:20:07,815 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2022-02-03 10:20:07,815 INFO success: novnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2022-02-03 10:20:07,815 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2022-02-03 10:20:07,816 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2022-02-03 10:20:07,823 INFO exited: audiostream (exit status 111; not expected) 2022-02-03 10:20:10,014 INFO spawned: 'audiostream' with pid 280 2022-02-03 10:20:10,019 INFO exited: audiostream (exit status 111; not expected) 2022-02-03 10:20:10,019 INFO reaped unknown pid 278 (exit status 0) 2022-02-03 10:20:10,581 INFO reaped unknown pid 340 (exit status 1) 2022-02-03 10:20:13,614 INFO spawned: 'audiostream' with pid 496 2022-02-03 10:20:13,622 INFO exited: audiostream (exit status 111; not expected) 2022-02-03 10:20:13,623 INFO gave up: audiostream entered FATAL state, too many start retries too quickly Last edit I promise. Took a while to come up (Had to shut down the MQTT container for it to work), but i can now connect via the webUI, but it is painfully slow. and I get this in the middle of the image:
  3. Its in an extrenal 4 bay enclosure. I know its not recommended to use external, but that was my only option at the time. How can i get the spin up status another way? All other SMART data does read, here is my output: root@UnRAID:~# smartctl -a /dev/sda smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.15-Unraid] (local build) Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Device Model: WDC WD80EFBX-68AZZN0 Serial Number: VRGTASJK LU WWN Device Id: 5 000cca 0c2cb114b Firmware Version: 85.00A85 User Capacity: 8,001,563,222,016 bytes [8.00 TB] Sector Sizes: 512 bytes logical, 4096 bytes physical Rotation Rate: 7200 rpm Form Factor: 3.5 inches Device is: Not in smartctl database [for details use: -P showall] ATA Version is: ACS-2, ATA8-ACS T13/1699-D revision 4 SATA Version is: SATA 3.2, 6.0 Gb/s (current: 6.0 Gb/s) Local Time is: Tue Feb 1 11:33:50 2022 AWST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === SMART Status not supported: Incomplete response, ATA output registers missing SMART overall-health self-assessment test result: PASSED Warning: This result is based on an Attribute check. General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 87) seconds. Offline data collection capabilities: (0x5b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. No Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 2) minutes. Extended self-test routine recommended polling time: ( 841) minutes. SCT capabilities: (0x003d) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 16 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000b 100 100 016 Pre-fail Always - 0 2 Throughput_Performance 0x0004 127 127 054 Old_age Offline - 112 3 Spin_Up_Time 0x0007 156 156 024 Pre-fail Always - 520 (Average 521) 4 Start_Stop_Count 0x0012 100 100 000 Old_age Always - 369 5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0 7 Seek_Error_Rate 0x000a 100 100 067 Old_age Always - 0 8 Seek_Time_Performance 0x0004 128 128 020 Old_age Offline - 18 9 Power_On_Hours 0x0012 100 100 000 Old_age Always - 1076 10 Spin_Retry_Count 0x0012 100 100 060 Old_age Always - 0 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 8 192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 913 193 Load_Cycle_Count 0x0012 100 100 000 Old_age Always - 913 194 Temperature_Celsius 0x0002 154 154 000 Old_age Always - 42 (Min/Max 25/58) 196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0 197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x000a 200 200 000 Old_age Always - 0 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 No self-tests have been logged. [To run self-tests, use: smartctl -t] SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay.
  4. Hi Everyone, I'm looking for a way to determine drive status from the command line so that i can use it in a script. using hdparm -C /dev/sd? I get that all drives are in standby mode, when they are actually spun up and running (Mover is currently running and 2 out of 3 disks are active. How else could i determine the status in the command line?
  5. I'm having some trouble getting the Auto fan control to work. The fans are detected on the main page, but the fan speeds don't ramp up and down with drive temps. I can ramp the fan up and down by setting the minimum PWM value. Using the settings in the screenshot, the drives hit 51C and the fan was still at the lowest setting at 260rpm. I've now set the minimum to 120 to get the fan to sit at 1200rpm to keep temps under control. What have I gotten wrong here? Using 6.10RC2
  6. Anyone had any more luck with this? Anyone running 6.10RC given it a go? I want to be able to use the HDMI out from the igpu to run a regular desktop computer out of my unraid server
  7. Any plugins to convert HDR to SDR? That would be a handy one to have for clients that don't support HDR playback
  8. Been loving the switch to UnRAID and 6.10RC2 One issue i have been seeing is that the GPU usage on my 5600G will get "stuck at 100% as reported by radeontop. Doesnt seem to affect plex transcoding or anything else, but it requires a full reboot to get the usage looking correct again. Any word on what Kernel version is going to be in stable? Looks like 5.15 adds support for quite a few CPUs/GPUs, and some compatibility improvements for Ryzen 5000 series.
  9. Ok, I'll sit tight for now i guess. The settings provided do work, but the CPU hit for going CPU only is so small I'm not too worried. No, it was when it was actually doing the video transcode. Thats all good, i just wanted to check if something wasnt working. It all appears to work ok, just doesnt report nicely. Thanks for all your help.
  10. So, its been 24hrs after swtiching Frigate to CPU only, and letting plex and unmanic have at the GPU. GPU usage appears to be correct, drops to 0% when nothing is being transcoded, and shows up to 15% usage while trancoding in Plex. Looks like it could be a Frigate issue. but when it was hitting 100% it needed a restart of the unraid system (not just the frigate docker) to get it to return to normal. EDIT: to add, the CPU is a 5600G, integrated AMD graphics, are these drivers the latest and greatest for that? Added an image of what I'm seeing with unmanic doing a transcode for a h.264 file to h.265 - Indicates GPU usage at 0% now. i was certain it showed roughly 80% usage when it was running unmanic. And here is a pic with both Plex transcoding and Unmanic running (just for info)
  11. Awesome plugin. I have tried setting my Scaling to Conservative and seen a power consumption drop, with no noticable hit to performance. Ive set it to On Demmand as a bit of a balance from the defaulted Performance mode. Over on the right though, the CPU driver is listed as ACPI CPU Freq, that appears to be a generic driver? I'm running an AMD 5600G CPU Frequency Scaling Driver: ACPI CPU Freq Governor: On Demand
  12. Radeon Top plugin After a while running frigate with AMD hardware acceleration, the GPU utilisation goes to 100%. Frigate still works, unmanic still works with HW decoding, but it indicates 100% usage (added a couple screenshots). Is it actually at 100% usage, or am i running into an issue? After a reboot it comes back to normal (about 8% usage for frigate, going up to ~80% with frigate and unmanic going). i have noticed some instability with frigate in general, so have just reverted back to using CPU only there. unmanic appears fine though, even when it says the GPU is at 100% HW: AMD 5600G CPU 16GB RAM Unraid version 6.10 RC2 Thanks for the help Sorry for the poor quality pictures, I was in a hurry out the door
  13. Trying to get adguard up and running using the defaults in the template, it give me the error attached. I have no other dockers using port 53 I can run it with network type: custom but I'd rather keep it clean if I can. Running unRAID 6.10 RC2
  14. Sorry to jump in on this one, but i cant for the life of me get my drive to spin down. I have 2 cache pools, with the appdata, system and domains folders all to prefer cache. I manually spin downt he drive, and it spins back up a few seconds later. If anyone can help me out it would be much appreciated. Logs attached. unraid-diagnostics-20211130-1525.zip UPDATE: Found the file activity plugin, and it appears that my Frigate (security camera DVR) is constantly deleting files from the array, causing the spin ups.
  15. Thanks for the help. So what are the two different thresholds for then. One to ignore move if the cache is at least than say 50% then the other to move if the cache is more than say 70%... What's the difference? As an example, how could I set the mover to run every night at 2am, or if the cache disk is more than 70% full?
  16. OK, that might have been it. I had it scheduled to run daily (at 1am). Changed it to hourly. So effectively that is how frequently the mover tuner will check those thresholds?
  17. So, I recently installed this plugin, and have it set to Move All from Cache-Yes shares when disk is above a certain percentage:Yes and the threshold set to 75% I manually invoked the mover, so the cache was empty. I then transferred media to the server, and it filled the cache drive to 88%, and the mover wasnt initialised by the plugin. What have I missed?
  18. Well, that is embarrassing.... adding /web was it. When managing my Plex server on my synology i can leave off the /web and it redirects. Thanks for the help
  19. Well, navigating to the Plex UI I just get a page of text (like this)
  20. New unraid user here, but im trying to get Plex up and running. I have a fairly basic install for now, just mapped the movies and tv folders, and my container doesnt start up. This is is unraid 6.10 RC1 Logs: [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing... ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 40-chown-files: executing... [cont-init.d] 40-chown-files: exited 0. [cont-init.d] 45-plex-claim: executing... [cont-init.d] 45-plex-claim: exited 0. [cont-init.d] 50-gid-video: executing... [cont-init.d] 50-gid-video: exited 0. [cont-init.d] 60-plex-update: executing... Docker is used for versioning skip update check [cont-init.d] 60-plex-update: exited 0. [cont-init.d] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: exited 0. [cont-init.d] 99-custom-scripts: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-scripts: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. Starting Plex Media Server. Critical: libusb_init failed Anyone have any resolution for this?