Gizmoh

Members
  • Posts

    13
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Gizmoh's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Here is the diagnostic file unraid-diagnostics-20190805-1839.zip
  2. Hello, my system seems to be unstable. After about 2 weeks the system crashes with this kernel panic: The Board is an Asrock c2550d4i with 32GB Ram. The logfile seems to be pretty normal while the system is up and runnig. Any ideas what is going wrong here? What can i do to identify and fix this error? This error appeared about 5 times until now. Thanks Gizmoh
  3. Okay, i've removed the port mappings, the port . 8083 ist still accessable but no change for the other ports.
  4. Hello, i've installed a custom Docker countainer which exposes 8 different Ports (8083, 8084, 8085, 2222, 7072, 9001, 8060, 8099). The container is in host mode. I can reach the webinterface of the docker application on port 8083. Ther Ports 8084, 8085 and 8099 should also give access to the webinterface but i only get a "ERR_CONNECTION_REFUSED" error in my browser. On the unraid server i get this netstat output for the ports: root@Unraid:~# netstat -lptun | grep 8084 tcp 0 0 127.0.0.1:8084 0.0.0.0:* LISTEN 17145/perl root@Unraid:~# netstat -lptun | grep 8083 tcp 0 0 0.0.0.0:8083 0.0.0.0:* LISTEN 17145/perl So why is the port 8083 bound to 0.0.0.0 and the 8084 Port bound to 127.0.0.1? The configuration in the Docker file (https://github.com/Gizmoh1683/fhem_unraid/blob/master/Dockerfile): ("EXPOSE 2222 7072 8083 8084 8085 9001 8099") and the docker configuration in unraid for the port that works an the other ports is the same: What can i do to fix this? Thanks Gizmoh
  5. Hi, i've tried to create a new share on my Unraid 6.5.0 system. The permissions are set to public but i can't get write access from my Windows 10 computer with smb. All other shares work as they should, only the new ones don't. What can i do to get this fixed? Thank you Gizmoh unraid-diagnostics-20180420-0901.zip
  6. +1 for an update. I also tried installing TMM and got stuck with this error message.
  7. Sounds great I still can't get my tv card working, if i check the devices with lspci no kernel modules or drivers are loaded
  8. Oh, i forgot, you have to use an other editor, the vi messed up the file evertime i tried to open it. So i used "nano"
  9. I changed these lines in the "Makefile" file in the tvheadend folder. CFLAGS = -Wwrite-strings -Wno-deprecated-declarations CFLAGS += -Wmissing-prototypes
  10. The main problem is not the unraid package. You have to enable the multimedia support in the kernel and add the specific drivers/firmware for your card. @alxscott: I got the compiling working by disabling some checks/warnings during this process.
  11. There is a file "/etc/slackware-version" where you can find the correct version for your needs.
  12. I tried installing tvheadend, compiled the kernel several times, but had no luck with my tv card (cine s2 http://linuxtv.org/wiki/index.php/Linux4Media_cineS2_DVB-S2_Twin_Tuner). tvheadend is running and accessable via webinterface, but no tv cards show up. I copied the firmware file for my tv card to the /lib/firmware/ folder an packed the bzroot file, but when i execute the "lspci -vvvnn" command no kernel drivers show up for my tv card (runing Unraid b14) Any suggestions here?