parisv

Members
  • Posts

    65
  • Joined

  • Last visited

Everything posted by parisv

  1. I've just had my first crash. Which logs do I need to check and where's the location?
  2. Ok I've figured it out. My motherboard had the gpu when a monitor was attached but since moving it to the cupboard and making it headless it wasn't enabled. I changed the settings int he bios and can now see: root@tower:/dev/dri# ls by-path/ card0 renderD128 and gpu tools is now working thanks.
  3. root@tower:~# ls -la /dev/dri /bin/ls: cannot access '/dev/dri': No such file or directory root@tower:~# that's odd I added this to my go file yesterday to help h/w transcode for plex. #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & modprobe i915 chmod -R 777 /dev/dri ~
  4. [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] 10-certs.sh: executing... [cont-init.d] 10-certs.sh: exited 0. [cont-init.d] 10-cjk-font.sh: executing... [cont-init.d] 10-cjk-font.sh: exited 0. [cont-init.d] 10-nginx.sh: executing... [cont-init.d] 10-nginx.sh: exited 0. [cont-init.d] 10-vnc-password.sh: executing... [cont-init.d] 10-vnc-password.sh: exited 0. [cont-init.d] 10-web-index.sh: executing... [cont-init.d] 10-web-index.sh: exited 0. [cont-init.d] done. [services.d] starting services [services.d] starting s6-fdholderd... [services.d] starting certsmonitor... [services.d] starting nginx... [services.d] starting xvfb... [nginx] starting... [certsmonitor] disabling service: secure connection not enabled. [xvfb] starting... The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Unsupported high keycode 372 for name <I372> ignored > X11 cannot support keycodes above 255. > This warning only shows for the first high keycode. Errors from xkbcomp are not fatal to the X server [services.d] starting logmonitor... [services.d] starting statusmonitor... [logmonitor] no file to monitor: disabling service... [services.d] starting openbox... [statusmonitor] no file to monitor: disabling service... [openbox] starting... The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Unsupported high keycode 372 for name <I372> ignored > X11 cannot support keycodes above 255. > This warning only shows for the first high keycode. Errors from xkbcomp are not fatal to the X server [services.d] starting x11vnc... [services.d] starting app... [x11vnc] starting... [app] starting intel-gpu-tools... 07/05/2020 14:19:42 passing arg to libvncserver: -rfbport 07/05/2020 14:19:42 passing arg to libvncserver: 5900 07/05/2020 14:19:42 passing arg to libvncserver: -rfbportv6 07/05/2020 14:19:42 passing arg to libvncserver: -1 07/05/2020 14:19:42 passing arg to libvncserver: -httpportv6 07/05/2020 14:19:42 passing arg to libvncserver: -1 07/05/2020 14:19:42 passing arg to libvncserver: -desktop 07/05/2020 14:19:42 passing arg to libvncserver: intel-gpu-tools 07/05/2020 14:19:42 x11vnc version: 0.9.14 lastmod: 2015-11-14 pid: 801 [services.d] done. 07/05/2020 14:19:42 Using X display :0 07/05/2020 14:19:42 rootwin: 0x43 reswin: 0x400001 dpy: 0x31373b20 07/05/2020 14:19:42 07/05/2020 14:19:42 ------------------ USEFUL INFORMATION ------------------ 07/05/2020 14:19:42 X DAMAGE available on display, using it for polling hints. 07/05/2020 14:19:42 To disable this behavior use: '-noxdamage' 07/05/2020 14:19:42 07/05/2020 14:19:42 Most compositing window managers like 'compiz' or 'beryl' 07/05/2020 14:19:42 cause X DAMAGE to fail, and so you may not see any screen 07/05/2020 14:19:42 updates via VNC. Either disable 'compiz' (recommended) or 07/05/2020 14:19:42 supply the x11vnc '-noxdamage' command line option. 07/05/2020 14:19:42 X COMPOSITE available on display, using it for window polling. 07/05/2020 14:19:42 To disable this behavior use: '-noxcomposite' 07/05/2020 14:19:42 07/05/2020 14:19:42 Wireframing: -wireframe mode is in effect for window moves. 07/05/2020 14:19:42 If this yields undesired behavior (poor response, painting 07/05/2020 14:19:42 errors, etc) it may be disabled: 07/05/2020 14:19:42 - use '-nowf' to disable wireframing completely. 07/05/2020 14:19:42 - use '-nowcr' to disable the Copy Rectangle after the 07/05/2020 14:19:42 moved window is released in the new position. 07/05/2020 14:19:42 Also see the -help entry for tuning parameters. 07/05/2020 14:19:42 You can press 3 Alt_L's (Left "Alt" key) in a row to 07/05/2020 14:19:42 repaint the screen, also see the -fixscreen option for 07/05/2020 14:19:42 periodic repaints. 07/05/2020 14:19:42 GrabServer control via XTEST. 07/05/2020 14:19:42 07/05/2020 14:19:42 Scroll Detection: -scrollcopyrect mode is in effect to 07/05/2020 14:19:42 use RECORD extension to try to detect scrolling windows 07/05/2020 14:19:42 (induced by either user keystroke or mouse input). 07/05/2020 14:19:42 If this yields undesired behavior (poor response, painting 07/05/2020 14:19:42 errors, etc) it may be disabled via: '-noscr' 07/05/2020 14:19:42 Also see the -help entry for tuning parameters. 07/05/2020 14:19:42 You can press 3 Alt_L's (Left "Alt" key) in a row to 07/05/2020 14:19:42 repaint the screen, also see the -fixscreen option for 07/05/2020 14:19:42 periodic repaints. 07/05/2020 14:19:42 07/05/2020 14:19:42 XKEYBOARD: number of keysyms per keycode 7 is greater 07/05/2020 14:19:42 than 4 and 51 keysyms are mapped above 4. 07/05/2020 14:19:42 Automatically switching to -xkb mode. 07/05/2020 14:19:42 If this makes the key mapping worse you can 07/05/2020 14:19:42 disable it with the "-noxkb" option. 07/05/2020 14:19:42 Also, remember "-remap DEAD" for accenting characters. 07/05/2020 14:19:42 07/05/2020 14:19:42 X FBPM extension not supported. Xlib: extension "DPMS" missing on display ":0". 07/05/2020 14:19:42 X display is not capable of DPMS. 07/05/2020 14:19:42 -------------------------------------------------------- 07/05/2020 14:19:42 07/05/2020 14:19:42 Default visual ID: 0x21 07/05/2020 14:19:42 Read initial data from X display into framebuffer. 07/05/2020 14:19:42 initialize_screen: fb_depth/fb_bpp/fb_Bpl 24/32/5120 07/05/2020 14:19:42 07/05/2020 14:19:42 X display :0 is 32bpp depth=24 true color 07/05/2020 14:19:42 07/05/2020 14:19:42 Listening for VNC connections on TCP port 5900 07/05/2020 14:19:42 07/05/2020 14:19:42 Xinerama is present and active (e.g. multi-head). 07/05/2020 14:19:42 Xinerama: number of sub-screens: 1 07/05/2020 14:19:42 Xinerama: no blackouts needed (only one sub-screen) 07/05/2020 14:19:42 07/05/2020 14:19:42 fb read rate: 2302 MB/sec 07/05/2020 14:19:42 fast read: reset -wait ms to: 10 07/05/2020 14:19:42 fast read: reset -defer ms to: 10 07/05/2020 14:19:42 The X server says there are 10 mouse buttons. 07/05/2020 14:19:42 screen setup finished. 07/05/2020 14:19:42 The VNC desktop is: 803664a6653a:0 0 ****************************************************************************** Have you tried the x11vnc '-ncache' VNC client-side pixel caching feature yet? The scheme stores pixel data offscreen on the VNC viewer side for faster retrieval. It should work with any VNC viewer. Try it by running: x11vnc -ncache 10 ... One can also add -ncache_cr for smooth 'copyrect' window motion. More info: http://www.karlrunge.com/x11vnc/faq.html#faq-client-caching [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools... [app] starting intel-gpu-tools...
  5. Thanks, Where do I get the logs from? The webui just shows a blank screen....
  6. I'm using an intel processor with integrated gpu
  7. Hi I've installed the djaydev/intel-gpu-tools docker. VNC doesn't seem to work and the console is just blank. Here are my settings:
  8. they don't put the stats on the main dashboard do they?
  9. It would be handy if we could have a gpu usage monitor similar to the cpu/ram? Perhaps something users could enable/disable depending if they are using one or not.
  10. Is there a way to show the gpu usage similar to processor and ram?
  11. oh my bad i was trying to delete the existing number but nothing would happen. If I just type in a new number it works.
  12. I can't seem to edit the threshold for my ssd. Can it only be changed in settings for all the disks? Seems a shame we can't edit it here?
  13. Hi this is my first unraid install. I'm copying files locally from an ext4 formatted usb. My array is like this: My share settings: from command line I did cp -r * /mnt/user/films/ so in /mnt/user/films/ it has /mnt/user/films/film_title1/filmname.mkv /mnt/user/films/film_title2/filmname.mkv etc I've looked at /mnt/disk1 and everything seems to have been copied there whilst disk2 and 3 are empty, is that right? I was expecting some to be on disk2 and disk3.
  14. Have you configured smtp on the ipmi? I'd like to use a gmail account with STARTTLS enabled but it asks for a cert file. It seems to let me keep it blank. How do I get it to actually send an email to test if it's working?
  15. which sockets are you using for ram I have 2 sticks of 32gb and used a1 and b1 I've tried using one stick in each slot no joy. I thought this ram would of worked? https://www.amazon.co.uk/dp/B01N5HME0X/ref=pe_3187911_189395841_TE_dp_1
  16. Ok I’ve hooked up motherboard ram cpu and get this error PEI Intel reference code execution 20
  17. Would be handy if they just included the igpu in the public bios upgrade. What will happen on the next revision I wonder.
  18. @Hoopster Are you using plex in a docker container or native?