Jump to content

Eggman1414

Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by Eggman1414

  1. 3 hours ago, alitech said:

    hi guys

     

    I am on 6.9.0 stable as of yesterday and I installed the nvidia driver however, i dont see the GPU on the main dashboard. Is there a setting I need to activate somewhere to see that?

     

    I just updated too, the plugin got moved to the error tab under plugins. Mostly due to the change in driver location or because 6.9 stable isn't whitelisted as compatible.

  2. On 9/25/2020 at 12:14 PM, MammothJerk said:

    My UPS is a bit finicky with the apcups plugin and does not always work correctly, NUT however always works and i created a small edit to the UPS section if you would like to add the option for NUT.

     

    Firstly you need the "NUT Network UPS Tools" plugin for unraid and then the "maihai/nut-influxdb-exporter" docker to get the data to the influxdb database.

     

    then all you need to do is change the variables around a bit and it works just the same as the apcups option :)

     

    Attached is the UPS section of the main dashboard edited to work with NUT :).

     

     

    NUT UPS Dashboard for falconexe-1601050759513.json 32.22 kB · 2 downloads

    Thank you for providing this fix. I too run the NUT server and am trying to get this to work. How do I merge your edits into the master v1.5 json?

  3. 13 hours ago, A75G said:

    Causes dont know web server issues

    no folder because its all in database

    Debian

    it should give latest but ill look into it

    Ended up fixing it based on this issue: https://github.com/Leantime/leantime/issues/231

    Comes down to since this is a subdomain and http rejecting certain elements on the page, I needed to add the variable -e LEAN_APP_URL=https://leantime.domain.com. Once that was added, the web page loads perfectly fine. Maybe make the template have that field as a optional field. 

    • Thanks 1
  4. On 5/12/2020 at 4:56 PM, codecitymayor said:

    Okay, that worked perfectly. Thank you very much. I have spent quite some time trying to get a volume mapped for this, so the configs can persist. I tried having a mount like:

    
    /var/www/html <--> /mnt/user/appdata/leantime

    However, I just ended up with an empty /var/www/html. I also tried /, /config, /var/www/html/config, but none of them worked. I want to persistently store SMTP settings in the config file. I am not seeing any environment variables I can pass to the container to run these configs. Does anyone have any thoughts on this? Am I just missing something stupid?

    How does your leantime container look when viewed outside of your home network? Mine looks like this for example: 

    Screenshot 2020-06-02 at 6.44.45 PM.png

  5. 11 hours ago, A75G said:

    Yes you can add the variables on the docker i might add few that is important

     

    Thank you very much. I no longer get the redirects error but the web page doesn't load correctly. Like the format is all off and what not. What could cause that? I am on the latest version from your template. Also where does leantime save its files, I don't see a folder in appdata.

  6. 4 hours ago, CHBMB said:

    The only reason I can think of, is during the boot process I parse the cards and write the data to some tmp files, which in turn are parsed when you load the Unraid Nvidia page.  So my guess is that during boot, it's a race condition and we're parsing the card before it's ready.

     

    Can you try running this.

     

    
    rm /tmp/nvidia/nvidia
    
    nvidia-smi --query-gpu=gpu_name,gpu_bus_id,gpu_uuid --format=csv,noheader | sed -e s/00000000://g | sed 's/\,\ /\n/g' > /tmp/nvidia/nvidia

    then reload the Unraid Nvidia page

    Now the 1080 doesn't show but the P2000 is now there.

    image.png.4587578580842dc3f7d5c35e1c4cd9cb.png

     

    Playing a file in Plex does show that HW transcoding is working too. Thank you for solving that little issue.

    image.png.401d1777cf89ef203ad3ed9247e96f01.png

  7. On 12/9/2019 at 8:52 AM, CHBMB said:

    Can you post the output of

     

    
    nvidia-smi --query-gpu=gpu_name,gpu_bus_id,gpu_uuid --format=csv,noheader

    for me please?

     

    On 12/10/2019 at 11:25 PM, Eggman1414 said:

    Sorry for the late reply (been sick).

    Here is the output:

    Quadro P2000, 00000000:0A:00.0, GPU-c6a0d9d0-ddbf-0fa6-56f4-dd385535d1b1

    @CHBMB Any reason why it doesn't show? Even upgraded to 6.8 build and still does not show.

  8. Let me start off by saying, thank you for the work that goes into this plugin. Honestly should be something that is built into Unraid by default. Anyway, I am now upgraded to 6.8 RC9 but I do not see my quadro card as an availble card.

    image.png.3cdf444b626a729f15547deaaac9dbee.png

     

    But using watch nvidia-smi I see my quadro (1080 is being used in a VM)

     

    image.png.0c80b23740bb2a1630574b27c58f8792.png

     

    Any reason why I no longer see the P2000?

     

    Thank you

  9. Am I missing something very obvious? I am unable to start the docker after installing it. I get the following error in the log of the docker:

    [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] 00-app-niceness.sh: executing...
    [cont-init.d] 00-app-niceness.sh: exited 0.
    [cont-init.d] 00-app-script.sh: executing...
    [cont-init.d] 00-app-script.sh: exited 0.
    [cont-init.d] 00-app-user-map.sh: executing...
    [cont-init.d] 00-app-user-map.sh: exited 0.
    [cont-init.d] 00-clean-logmonitor-states.sh: executing...
    [cont-init.d] 00-clean-logmonitor-states.sh: exited 0.
    [cont-init.d] 00-clean-tmp-dir.sh: executing...
    [cont-init.d] 00-clean-tmp-dir.sh: exited 0.
    [cont-init.d] 00-set-app-deps.sh: executing...
    [cont-init.d] 00-set-app-deps.sh: exited 0.
    [cont-init.d] 00-set-home.sh: executing...
    [cont-init.d] 00-set-home.sh: exited 0.
    [cont-init.d] 00-take-config-ownership.sh: executing...
    [cont-init.d] 00-take-config-ownership.sh: exited 0.
    [cont-init.d] 00-xdg-runtime-dir.sh: executing...
    [cont-init.d] 00-xdg-runtime-dir.sh: exited 0.
    [cont-init.d] nginx-proxy-manager.sh: executing...
    [cont-init.d] nginx-proxy-manager.sh: Starting database...
    [mysqld] starting...
    2019-11-19 0:44:32 0 [Note] /usr/bin/mysqld (mysqld 10.3.17-MariaDB) starting as process 360 ...
    2019-11-19 0:44:32 0 [Note] InnoDB: Using Linux native AIO
    2019-11-19 0:44:32 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2019-11-19 0:44:32 0 [Note] InnoDB: Uses event mutexes
    2019-11-19 0:44:32 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
    2019-11-19 0:44:32 0 [Note] InnoDB: Number of pools: 1
    2019-11-19 0:44:32 0 [Note] InnoDB: Using SSE2 crc32 instructions
    2019-11-19 0:44:32 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
    2019-11-19 0:44:32 0 [Note] InnoDB: Completed initialization of buffer pool
    2019-11-19 0:44:32 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
    2019-11-19 0:44:32 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
    2019-11-19 0:44:32 0 [Note] InnoDB: Creating shared tablespace for temporary tables
    2019-11-19 0:44:32 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
    2019-11-19 0:44:32 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
    2019-11-19 0:44:32 0 [Note] InnoDB: 10.3.17 started; log sequence number 1603986; transaction id 9
    2019-11-19 0:44:32 0 [Note] InnoDB: Loading buffer pool(s) from /config/mysql/ib_buffer_pool
    2019-11-19 0:44:32 0 [Note] InnoDB: Buffer pool(s) load completed at 191119 0:44:32
    2019-11-19 0:44:32 0 [Note] Plugin 'FEEDBACK' is disabled.
    2019-11-19 0:44:32 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
    
    2019-11-19 0:44:32 0 [Note] Recovering after a crash using tc.log
    2019-11-19 0:44:32 0 [ERROR] Can't init tc log
    
    2019-11-19 0:44:32 0 [ERROR] Aborting
    
    
    [cont-init.d] nginx-proxy-manager.sh: ERROR: Failed to start the database.
    
    [cont-init.d] nginx-proxy-manager.sh: exited 1.
    [services.d] stopping services
    [services.d] stopping s6-fdholderd...
    [cont-finish.d] executing container finish scripts...
    [cont-finish.d] done.
    [s6-finish] syncing disks.
    [s6-finish] sending all processes the TERM signal.
    [cont-init.d] nginx-proxy-manager.sh: ERROR: Failed to start the database.
    
    [cont-init.d] nginx-proxy-manager.sh: exited 1.
    [services.d] stopping services
    [services.d] stopping s6-fdholderd...
    [cont-finish.d] executing container finish scripts...
    [cont-finish.d] done.
    [s6-finish] syncing disks.
    [s6-finish] sending all processes the TERM signal.
    [s6-finish] sending all processes the KILL signal and exiting.

    and here is my docker settings:

    image.thumb.png.ae3913fa4d3fcfd5935358f983df01ac.png

     

    Any help would be appreciated.

  10. I have been getting this message in my PLEX Docker Log. Is it something to worry about? It spits it out every now and then.

    Dolby, Dolby Digital, Dolby Digital Plus, Dolby TrueHD and the double D symbol are trademarks of Dolby Laboratories.
    connect: No route to host
    connect: No route to host
    connect: No route to host
    connect: No route to host
    connect: No route to host
    connect: No route to host
    connect: No route to host
    connect: No route to host
    connect: No route to host
    connect: No route to host

     

  11. 22 hours ago, Siwat2545 said:

    Can you try it with other files?

    Yep here is the error log from the docker screen.

    [h265ize]: [verbose] Cleaning up temp files...
    [h265ize]: Process exited.
    Script done, file is /dev/null
    Script started, file is /dev/null
    Script started, file is /dev/null
    [h265ize]: [verbose] Handling keypresses...
    [h265ize]: [verbose] Setting as-preset options...
    [h265ize]: [verbose] Folder encoding started at Friday, December 7th 2018, 3:09:34 AM
    [h265ize]: Processing Titans (2018) - 1x01 - Titans.mkv...
    
    [h265ize]: [verbose] Encoding started at Fri, 3:09 AM
    [h265ize]: [verbose] Getting metadata...
    [h265ize]: [verbose] Resolving video streams...
    [h265ize]: [verbose] Upconverting...
    [h265ize]: [verbose] Setting video bit depth...
    [h265ize]: [verbose] Mapping streams...
    [h265ize]: [alert] Audio does not have a title. Title set to "English AAC LC (Stereo)".
    [h265ize]: English
    [h265ize]: [verbose] Detecting auto crop...
    [h265ize]: Crop Detection: 1/12
    [1000D[1A[2K[h265ize]: Crop Detection: 2/12
    [1000D[1A[2K[h265ize]: Crop Detection: 3/12
    [1000D[1A[2K[h265ize]: Crop Detection: 4/12
    [1000D[1A[2K[h265ize]: Crop Detection: 5/12
    [1000D[1A[2K[h265ize]: Crop Detection: 2/12
    [1000D[1A[2K[h265ize]: Crop Detection: 3/12
    [1000D[1A[2K[h265ize]: Crop Detection: 4/12
    [1000D[1A[2K[h265ize]: Crop Detection: 5/12
    [1000D[1A[2K[h265ize]: Crop Detection: 6/12
    [1000D[1A[2K[h265ize]: Crop Detection: 7/12
    [1000D[1A[2K[h265ize]: Crop Detection: 8/12
    [1000D[1A[2K[h265ize]: Crop Detection: 9/12
    [1000D[1A[2K[h265ize]: Crop Detection: 10/12
    [1000D[1A[2K[h265ize]: Crop Detection: 11/12
    [1000D[1A[2K[h265ize]: Crop Detection: 12/12
    [h265ize]: [alert] Output will be cropped to 1920x960. Originally 1920x1080
    [h265ize]: [verbose] Mapping HE Audio streams...
    [h265ize]: [verbose] Setting ffmpeg settings...
    [h265ize]: [verbose] Encoding video...
    [h265ize]: ffmpeg exited with code 1: Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
    Error initializing output stream 0:0 --
    
    
    encoded 0 frames
    Conversion failed!
    
    
    [h265ize]: [verbose] Finished encoding at Fri, 3:09 AM (a few seconds)
    [h265ize]: Folder encoding finished at Friday, December 7th 2018, 3:09:37 AM
    
    [h265ize]: [alert] The following videos (1) were not encoded:
    - /mnt/user/Downloads/h265ize/input/Titans (2018) - 1x01 - Titans.mkv: ffmpeg exited with code 1: Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
    Error initializing output stream 0:0 --
    
    
    encoded 0 frames
    Conversion failed!

     

  12. Getting an error while trying to use H265ize on a mkv file.

    [h265ize]: [verbose] Handling keypresses...
    [h265ize]: [verbose] Setting as-preset options...
    [h265ize]: [verbose] Folder encoding started at Monday, December 3rd 2018, 4:54:00 AM
    [h265ize]: Processing Nightflyers - 1x01 - All That We Left Behind.mkv...
    
    [h265ize]: [verbose] Encoding started at Mon, 4:54 AM
    [h265ize]: [verbose] Getting metadata...
    [h265ize]: [verbose] Resolving video streams...
    [h265ize]: [verbose] Upconverting...
    [h265ize]: [verbose] Setting video bit depth...
    [h265ize]: [verbose] Mapping streams...
    [h265ize]: [alert] Audio does not have a title. Title set to "English EAC3 (5.1 Channel)".
    [h265ize]: English
    [h265ize]: [verbose] Detecting auto crop...
    [h265ize]: Crop Detection: 1/12
    [1000D[1A[2K[h265ize]: Crop Detection: 2/12
    [1000D[1A[2K[h265ize]: Crop Detection: 3/12
    [1000D[1A[2K[h265ize]: Crop Detection: 4/12
    [1000D[1A[2K[h265ize]: Crop Detection: 5/12
    [1000D[1A[2K[h265ize]: Crop Detection: 6/12
    [1000D[1A[2K[h265ize]: Crop Detection: 7/12
    [1000D[1A[2K[h265ize]: Crop Detection: 5/12
    [1000D[1A[2K[h265ize]: Crop Detection: 6/12
    [1000D[1A[2K[h265ize]: Crop Detection: 7/12
    [1000D[1A[2K[h265ize]: Crop Detection: 8/12
    [1000D[1A[2K[h265ize]: Crop Detection: 9/12
    [1000D[1A[2K[h265ize]: Crop Detection: 10/12
    [1000D[1A[2K[h265ize]: Crop Detection: 11/12
    [1000D[1A[2K[h265ize]: Crop Detection: 12/12
    [h265ize]: [alert] Output will be cropped to 1920x960. Originally 1920x1080
    [h265ize]: [verbose] Mapping HE Audio streams...
    [h265ize]: [verbose] Setting ffmpeg settings...
    [h265ize]: [verbose] Encoding video...
    [h265ize]: ffmpeg exited with code 1: Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
    Error initializing output stream 0:0 --
    
    
    encoded 0 frames
    Conversion failed!
    
    
    [h265ize]: [verbose] Finished encoding at Mon, 4:54 AM (a few seconds)
    [h265ize]: Folder encoding finished at Monday, December 3rd 2018, 4:54:04 AM
    
    [h265ize]: [alert] The following videos (1) were not encoded:
    - /mnt/user/h265ize/input/Nightflyers - 1x01 - All That We Left Behind.mkv: ffmpeg exited with code 1: Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
    Error initializing output stream 0:0 --

    Any reason why? 

×
×
  • Create New...