Jump to content

IoTBoI

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by IoTBoI

  1. I was wondering if anyone has successfully installed Jitsi recently? I followed @SpaceInvaderOne brilliant youtube tutorial, but I am having UDP 10000 issues. The SSL cert and webmeet are working well, but no audio/video. From the last nmap command, it appears like the UDP 10000 is closed.

     

     

    docker inspect video.meet.jitsi

    "NetworkMode": "docker-jitsi-meet_meet.jitsi",
    "PortBindings": {
    "10000/udp": [
    {
    "HostIp": "",
    "HostPort": "10000"
    }
    ],
    "4443/tcp": [
    {
    "HostIp": "",
    "HostPort": "4443"
    }
    ]
    },

     

    netstat -pnltu | grep -i "4443"

    tcp 0 0 0.0.0.0:4443 0.0.0.0:* LISTEN 19229/docker-proxy

     

     

    netstat -pnltu | grep -i "10000"

    udp 0 0 0.0.0.0:10000 0.0.0.0:* 19215/docker-proxy

     

    nmap -p 4443 -sT 192.168.1.103

    Host is up (0.00041s latency).
    PORT        STATE       SERVICE
    4443/tcp    filtered    pharos

     

    nmap -p 10000 -sU 192.168.1.103

    Host is up (0.0015s latency).
    PORT         STATE         SERVICE
    10000/udp     closed         ndmp

     

  2. 46 minutes ago, itimpi said:

    The screenshot shows a failure reading off the flash drive.

     

    sometimes rewriting all the bz* type files for the release on the flash drive fixes this type of problem.

     

    Well this worked.  I will edit my original post to mark as solved. Thanks!!!

  3. Hi all

     

    I have been using Unraid for years and I just had my first kernel panic. Let me know if anyone knows how to fix this issue.

     

    Thanks

     

     

    /dev/root: Can't open blockdev
    UFS: Cannot open root device
    "(null)" or unknown-Block(0,0): error
    Please append a correct
    "root=" boot option: here are the available partitions:
    0800
    1957888 sda
    driver: sd
    0801
    1957872 sda1 c3072e18-01
    Kernel panic
    - not syncing: UFS: Unable to mount root fs on unknown-block(0,0)
    CPU: 7 PID: 1 Comm: swapper/O Not tainted 5.10.28-Unraid #1
    Hardware name: Supermicro X8DTL/X8DTL, BIOS 2.1b
    11/16/2012
    Call Trace:
    dump_stack+0x6b/0x83
    panic+Oxff/OxZa1
    mount block root+0x2fd/0x30c
    ? rest init+Oxaf/Oxaf
    prepare_namespace+0x131/0x160
    ? rest init+Oxaf/Oxaf
    kernel_init+0x5/Oxfa
    ret from fork+0x22/0x30
    Kernel Offset: disabled
    .-[ end Kernel panic - not syncing: VTS: Unable to mount root fs on unknown-blo
    Ek(0,0) ]--

     

     

    SOLUTION

     

    1. Downloaded a copy of the 6.9.2 files
    2. Manually copied over all the bz* files
    3. Also moved the "syslinux.cfg-" file back into the syslinux folder; for some reason it had moved out to the main directory
    4. Reboot
    5. Relish

     

    Now I just need to find a good way to automate backups of my flash drive

×
×
  • Create New...