Posts by rs2112sr

    Hello everybody,


    In the last few weeks, and without any system updates, I have noticed that the USB disks connected to my RP4 have the status of "missing". I rebbot the system and I can check all the disks in the filesystem.


    Sometimes I lose devices again after a few minutes and other times I go days without having problems.


    I still use the OMV5 and it is scheduled for a daily reboot.


    Any idea what it could be?


    Thanks.


    RSP


    if you know actual password, you can change it from Portainer webGUI.


    If you do not know actual password, you can uninstall portainer and delete docker volume, then reinstall portainer and start from scratch configuring a new password for first time.

    Worked. Thanks.

    Did you install portainer with the button in OMV? i assume so.


    If you don't know the name of your portainer container, you should be able to find it with this command:

    Code

    Here my result ...


    Hello and sorry for the noob question!!


    I'm trying to reset the Portainer password, but without success, since I don't know how to find the "bind-mount/volume for the data volume".


    Thank you for the patience.




    Using the guide from this link: github

    Code
    # stop the existing Portainer container
    docker container stop portainer
    
    # run the helper using the same bind-mount/volume for the data volume
    docker run --rm -v portainer_data:/data portainer/helper-reset-password
    2020/06/04 00:13:58 Password succesfully updated for user: admin
    2020/06/04 00:13:58 Use the following password to login: &_4#\3^5V8vLTd)E"NWiJBs26G*9HPl1
    
    # restart portainer and use the password above to login
    docker container start portainer

    Hi,

    It may just be a coincidence, but after updating my MAC to Monterey (12.2.1) I can't log into the system via SSH.

    I get this error:

    Code
    Last login: Sun Mar 13 21:48:14 on ttys000
    
    The default interactive shell is now zsh.
    To update your account to use zsh, please run `chsh -s /bin/zsh`.
    For more details, please visit https://support.apple.com/kb/HT208050.
    Mac-mini-de-Reginaldo:~ RSPS-MACmini$ ssh pi@192.168.11.200
    pi@192.168.11.200's password: 
    "System is booting up. Unprivileged users are not permitted to log in yet. Please come back later. For technical details, see pam_nologin(8)."
    Connection closed by 192.168.11.200 port 22
    Mac-mini-de-Reginaldo:~ RSPS-MACmini$ 


    Thank you for your help.


    RSP

    This is a HEVC videos 1080p (x265) maybe the Raspi HW HEVC decoder is not working. The Pi4 has a hardware HEVC decoder and must be enabled. See the Jellyfin documentation Hardware Acceleration


    Maybe this post is helpfull: Jellyfin Hardware Acceleration with docker

    Hello and thanks for the help!!


    In the "Hardware Accelearation" page, I read:


    Configure VAAPI for your system by following the relevant documentation. Verify that a render device is now present in /dev/dri, and note the permissions and group available to write to it, in this case render:

    Code
    $ ls -l /dev/dri
    total 0
    drwxr-xr-x 2 root root        100 Apr 13 16:37 by-path
    crw-rw---- 1 root video  226,   0 Apr 13 16:37 card0
    crw-rw---- 1 root video  226,   1 Apr 13 16:37 card1
    crw-rw---- 1 root render 226, 128 Apr 13 16:37 renderD128


    And when I try the same I get (in Portainer):


    root@OMV5:/# ls -l /dev/dri

    total 0

    crw-rw---- 1 root video 226, 0 Jan 4 13:12 card0

    crw-rw---- 1 root 107 226, 128 Jan 4 13:12 renderD128

    root@OMV5:/#


    So, no "render" group. In the "relevant documentation" webpage I can not find the right way to configure it on RPI.


    In Portainer I get:


    root@OMV5:/# vainfo

    error: XDG_RUNTIME_DIR not set in the environment.

    error: can't connect to X server!

    libva info: VA-API version 1.4.0

    libva info: va_getDriverName() returns -1

    libva error: va_getDriverName() failed with unknown libva error,driver_name=(null)

    vaInitialize failed with error code -1 (unknown libva error),exit

    root@OMV5:/#



    Am I in the right direction? I Think that if I can config that group I can do the rest of the steps below:


    1. Add the Jellyfin service user to the above group to allow Jellyfin's FFMpeg process access to the device, and restart Jellyfin.
      Code
      sudo usermod -aG render jellyfin
      sudo systemctl restart jellyfin
    2. Configure VAAPI acceleration in the "Transcoding" page of the Admin Dashboard. Enter the /dev/dri/renderD128 device above as the VA API Device value.
    3. Watch a movie, and verify that transcoding is occurring by watching the ffmpeg-transcode-*.txt logs under /var/log/jellyfin and using radeontop or similar tools.

    Thanks a lot.

    Hello everyone,


    Lately I haven't been able to watch some films on Jellyfin. It is interrupting and unresponsive.


    Checking the system information, despite having an RPI 4 (8mb), I see that the processing is constantly at 100% with Jellyfin open. And when I try to see the film described in the attachment, I see that in the processes, FFMPEG is at 400% CPU usage.


    Is it a problem?


    Thank you for your help.


    Hello,


    Does the backup plugin allow you to create two scheduled jobs (one weekly and one daily) in different folders?


    My idea is to create a weekly backup (with the option to keep "0" copies) and through "duplicati" make a copy in the cloud.


    The daily backup (with the option to keep 3 copies) would be made a local backup.


    I tried to do what I wrote above but it didn't work. The two scheduled jobs wrote in the last selected folder.


    Thank you.

    Hello everyone,


    I would like to use an RP4 as a bluetooth receiver connected to a music distribution center (RCA input).


    Does anyone know of a project, preferably in a container?


    So I can use the same RP4 for a pi-hole server


    Thank you.

    Well, OMV is not only for RPi. And amd64 can use a lot of more energy.


    And one of the options is "reboot". Some people like to reboot their machine every now and then.

    Yes, I understand, but with these heavier and energy-hungry machines, wouldn't it make more sense to switch off at times when there will be no use?

    I think this comes from the legacy of the years using QNAPs.

    Thanks again.

    Did you test the sdcard Backup?

    Hello,


    I imported the file "ddful.gz" to the mac and flash it directly with Belena etcher.


    Everything worked almost perfectly.


    Plex initially opened, but did not find the files when trying to watch a movie. After restarting the container everything returned to normal.


    A few moments ago I installed some system updates and restarted OMV. Everything now is working fine, including Plex.