Hello,
Is it possible to monitor a NVMe SSD drive?
Mine always show as "UNKNOM" under devices.
Using OMV6 on a RPI4.
Thanks for the help.
Equipament:
Details:
Hello,
Is it possible to monitor a NVMe SSD drive?
Mine always show as "UNKNOM" under devices.
Using OMV6 on a RPI4.
Thanks for the help.
Equipament:
Details:
Hello,
I am trying to read some guides at the wiki.omv-extras.org, but it seems offline. It is a scheduled maintenance?
Thanks?
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.
Here my result ...
root@OMV5:/home/pi# docker ps | grep port
cab4f3acf0d6 portainer/portainer-ce "/portainer" 23 hours ago Up 11 seconds 0.0.0.0:8000->8000/tcp, :::8000->8000/tcp, 0.0.0.0:9000->9000/tcp, :::9000->9000/tcp, 9443/tcp portainer
root@OMV5:/home/pi# docker inspect portainer | grep /data
"portainer_data:/data"
"Destination": "/data",
"/data": {}
root@OMV5:/home/pi# docker container stop portainer
portainer
root@OMV5:/home/pi# docker run --rm -v portainer_data:/data portainer/helper-reset-password
time="2023-03-02T20:12:14Z" level=info msg="Loading PortainerDB: portainer.db"
2023/03/02 20:12:14 Data store not found at /data
root@OMV5:/home/pi#
Display More
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
# 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
It worked!! Thanks.
Have you read the error message?
unprivileged user = non root user
Yes I did.
The pi user is in the adm, sudo and root groups.
But anyway, it worked fine for the last few months.
Thanks
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:
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:
$ 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:
/dev/dri/renderD128 device above as the VA API Device value.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.
I saw this plug-in, but from the description I think it is not for home users. I imagine arriving home after work and the server is turned off due to inactivity.
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.
But with this line of thought, what is the purpose of having the "power management" tab?
Thank you again.
AFAIK you cannot shutdown and restart the server like this.
Depending on the hardware you are using you might be able to use rtcwake as a scheduled job.
Something like this
rtcwake -m off -t $(date -d "next sat 7:00" +%s)
It is possible with RP4?
Hello,
Sorry if the question is too silly.
I intend to shut down the OMV daily at 01:00 AM and turn it back on at 09:00 AM. should I use "shutdown" and "reboot" or "shutdown" and "standby"?
Thank you.
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.