Posts by Zafkiel

    Well, It seems more difficult than I expected. This directory is used to store integrated graphics driver files. How can it be missing? :/


    What is the exact model of your CPU? Have you used integrated graphics before?

    I still think it's the damaged USB drive that caused the OMV system files to be lost, or the CPU doesn't have integrated graphics.


    Well, what is the output of these commands:

    Code
    lspci
    Code
    ls /usr/lib/firmware
    Code
    cat /etc/apt/sources.list

    Please paste the output into this code box.

    Clicking "Preview" will allow you to preview the reply.

    I had unplugged the main drive before and lost everything and was wondering if that would be a common occurance.

    Well, I don't think it's very likely. :/


    I think you should check the BIOS to see if the motherboard is running in RAID mode instead of SATA mode. The BIOS battery is also something to check. Generally, if you power down, unplug the hard drive, and then plug it back in, the data shouldn't be lost. The worst that can happen is a boot issue due to a SATA order mismatch when reconnecting, but the data itself shouldn't disappear.

    Okay, I searched on Google and found this page for the i915 driver in the May 26, 2018 update.


    I calculated the MD5 checksum, and it matches the one in my OMV. I also replaced the file and rebooted for testing, everything is working fine. I think you can try it as well.


    It’s best to connect to OMV using an SSH tool, as it's more convenient to enter commands.

    Here are some commands:

    Code
    sudo curl -o /usr/lib/firmware/i915/kbl_dmc_ver1_04.bin https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/i915/kbl_dmc_ver1_04.bin

    OR

    Code
    sudo wget -O /usr/lib/firmware/i915/kbl_dmc_ver1_04.bin https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/i915/kbl_dmc_ver1_04.bin

    If curl is not installed, you can try wget. I remember one of them wasn't installed, though I might be mistaken. Anyway, as long as it downloads, it's fine.


    Then set the correct permissions. If you're logged in as the root user, you probably don't need this step:

    Code
    sudo chmod 644 /usr/lib/firmware/i915/kbl_dmc_ver1_04.bin
    sudo chown root:root /usr/lib/firmware/i915/kbl_dmc_ver1_04.bin


    Next, you can try reloading the i915 driver:

    Code
    sudo modprobe -r i915
    sudo modprobe i915


    Finally, run dmesg | grep i915 to check if the driver is loaded correctly. It’s also a good idea to reboot and see if there are any errors.

    a=hdd, b=ssd(omv storage), c=12gb usb running omv., d=usb hdd for backup

    If /dev/sdc2 is a USB drive with the OMV system installed, it seems that the USB drive may be damaged, and you might need to replace it.

    What would have changed recently to not load intel graphics driver?

    There doesn't seem to be any, and there haven't been any recent user reports of integrated graphics driver issues on the forum.

    Based on the information you provided, I tend to think that the issue with the USB drive has caused the OMV system files to become corrupted.

    No arrays found in config file or automatically /dev/sdc2; recovering journal

    The message suggests that there might be some issues with your /dev/sdc2 disk, which could be the cause of the slowness.

    {15.0945] i915 0000:00:02.0 firmware: failed to load i915/kbl_dmc_ver1_04.bin (-2)

    This indicates that the Intel integrated graphics driver failed to load.

    Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LC_ALL=C.UTF-8; export LANGUAGE=; export DEBIAN_FRONTEND=noninteractive; apt-get --yes --allow-downgrades --allow-change-held-packages --fix-broken --fix-missing --auto-remove --allow-unauthenticated --show-upgraded --option DPkg::Options::="--force-confold" dist-upgrade 2>&1' with exit code '100': E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.

    This indicates that your last update was interrupted, causing the installed packages to not be properly configured. You need to manually run dpkg --configure -a to fix the issue. Since you've tried running it without success, what is stored on /dev/sdc2?

    here is a picture of the issue incase I did not explain it good enough. as you notice track 1 is playing on the right and what is playing is the sounds of christmas. but if you not on the left it is showing Hallelujah which is not playing.

    By default, audio files added to WMP should play according to the sorting in Windows Explorer, which seems a bit strange.

    Maybe you can try the sorting feature here.


    Edit:

    If you're using just the Integra DTR-40.3 for playback, you may need to compare the ID3 tags of the audio files to identify the pattern of how the Integra DTR-40.3 plays them. It could be the Track tag.


    Edit2: (Sorry, you can ignore the ones with strikethroughs. My mind was a bit muddled in the evening.)

    Well, I've looked at your picture again carefully, and I realize I misunderstood earlier. The browser's built-in translation had some issues. :( You might be saying that the album cover displayed for the currently playing song is different from the original album cover.


    Okay, I took some time to test it, and based on my tests, sorting the filenames with 01, 02, 03... should work without any issues in WMP and some apps that support MiniDLNA (like BubbleUPnP in my case). I think this might be an issue with how the Integra DTR-40.3 plays them. You could try editing the ID3 tags.


    It’s best to go to the MiniDLNA Settings page and click 'Rescan' after making the changes.


    When they are not sorted:

       


    As a comparison, I sorted a portion of them:

       


    As for the album cover issue, since these are songs from the same album, the cover is the same for all of them. If you want to change it, you can use some ID3 tag editing tools to modify the cover.

    No samples for mkvtoolnix, unfortunatelly

    The readme in the github link you shared actually has an example. You can refer to the compose files for Jellyfin and qBittorrent, and add the necessary environment options from github to the mkvtoolnix compose file. Similarly, you will need to modify the appropriate volumes.


    like:

    Original compose file is:

    Code
    services:
      mkvtoolnix:
        image: jlesage/mkvtoolnix
        ports:
          - "5800:5800"
        volumes:
          - "/docker/appdata/mkvtoolnix:/config:rw"
          - "/home/user:/storage:rw"


    Add environment variable options:

    Please make sure to modify the volumes to fit your folder locations.

    I read somewhere that Tailscale has to be set as "HOST", but I coudn't find any guide on the web.

    I had ChatGPT write a compose file based on the tailscale DockerHub page instructions, and it runs fine on my end. You can give it a try.

    Please adjust the environment variables as needed.

    Don't worry about my privacy being compromised, everything is temporary.

    The result is like this:


    Sure, it is okay to access omv and docker apps using a domain name, too.


    Thank you for your help. ^^

    Code
    root@nas:~# sudo omv-env set OMV_FM_EXTRA_DIRS "/docker/data/jellyfin/cache/transcodes"
    
    root@nas:~# sudo omv-env get OMV_FM_EXTRA_DIRS
    OMV_FM_EXTRA_DIRS=/docker/data/jellyfin/cache/transcodes
    
    root@nas:~# sudo monit restart omv-engined
    root@nas:~# sudo omv-salt stage run prepare
    root@nas:~# sudo omv-salt stage run deploy

    I ran the above command in ssh and restarted the system. I can indeed see that the memory usage keeps increasing during Jellyfin transcoding, and it decreases when I stop the video. :)


    A stupid question: there are still transcoding fragments in the transcodes directory. Are they mapped from memory to this folder?

    Hello everyone,


    Although the FlashMemory plugin indicates that no configuration is required, is it possible to manually add a folder so that it can also be read from and written to the memory?


    The main reason is that I have placed the Docker data directory on the SSD, and Jellyfin stores the transcoding directory at /data/jellyfin/cache/transcodes. Whenever a video needs to be transcoded, it places the transcoding chunks in this directory, and the directory is cleared after stopping playback. I'm concerned that this may cause unnecessary wear and tear on the SSD.


    Thank you for any help.

    Zafkiel You have posted this suggestion more than once in recent days - that's on this thread and elsewhere. I'm genuinely interested to know why you think this might fix anyone's problem with accessing SMB shares created on OMV. Please explain.

    Oh, sorry, I tested it, and indeed there's no need to add it. This was my mistake. :( When I first installed OMV, I followed an incorrect tutorial. I should refer to the official guide more often. Thank you for pointing out my error!

    I read the here posted solution, but I don't know where to look for the File /Users/tx7/.ssh/known_hosts Do I look on the Mac or on the OMV System?

    ryecoaaron is likely referring to is ~/.ssh/known_hosts. You should look for it on your Mac. The ~ represents the current user's home directory, such as /Users/your_username, and .ssh is a hidden folder.

    Okay, it seems like you didn't input the command completely. I thought you already knew how to input '|'


    To enter '|', find the back slash '\' on the keyboard and press Shift+\


    Re-enter wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | bash, pay attention to each space.


    I think you should be able to succeed this time.

    Actually, using some ssh tools to log in to the command line can make it more convenient to paste commands.