Everything posted by itlists
-
How to make VM web server accessible?
Thanks. So that would give the VM an IP in 10.10.20.x network?
-
How to make VM web server accessible?
Hello, I have a Win10 VM setup and want to expose a service within to be publicly accessible via reverse proxy. My unRAID server is on 10.10.20.x network and the VM is in 192.168.122.x via virbr0 virtual interface. Screenshots attached. Reverse proxy is already setup as a docker container in unRAID for other services running directly under unRAID. I'm unsure how to get the VM's service exposed via the reverse proxy as well. Your help is much appreciated! Thanks
-
[SUPPORT] blakeblackshear - Frigate
Hi, just installed this container. What's the default webUI username and password? Thanks
-
[Support] Viseron v3 - Self-hosted, local only NVR and AI Computer Vision software
Hi @roflcoopter Below are some log snippets. Please help to identify the ffmpeg command used below. [viseron.components.ffmpeg.stream.cam_front] - FFmpeg decoder command: ffmpeg_cam_front -hide_banner -loglevel error -avoid_negative_ts make_zero -fflags nobuffer -flags low_delay -strict experimental -fflags +genpts -use_wallclock_as_timestamps 1 -vsync 0 -timeout 5000000 -rtsp_transport tcp -i rtsp://*****:*****@10.10.##.##:554/CH002.sdp -vf fps=1.0 -f rawvideo -pix_fmt nv12 pipe:1 [viseron.components.ffmpeg.stream.cam_front] - FFmpeg segments command: ffmpeg_cam_front_seg -hide_banner -loglevel error -avoid_negative_ts make_zero -fflags nobuffer -flags low_delay -strict experimental -fflags +genpts -use_wallclock_as_timestamps 1 -vsync 0 -timeout 5000000 -rtsp_transport tcp -i rtsp://*****:*****@10.10.##.##:554/CH001.sdp -f segment -segment_time 5 -reset_timestamps 1 -strftime 1 -c:v copy /segments/cam_front/%Y%m%d%H%M%S.mp4 [viseron.components.ffmpeg.recorder.cam_front] - Concatenation command: ffmpeg -hide_banner -loglevel error -y -protocol_whitelist file,pipe -f concat -safe 0 -i - -c:v copy -c:a copy -movflags +faststart /recordings/cam_front/2024-11-10/14:09:15.mp4 [viseron.components.ffmpeg.recorder.cam_front] - /recordings/cam_front/2024-11-10/14:09:15.mp4: No such file or directory [viseron.components.ffmpeg.recorder.cam_front] - Failed to concatenate segments: Command '['ffmpeg', '-hide_banner', '-loglevel', 'error', '-y', '-protocol_whitelist', 'file,pipe', '-f', 'concat', '-safe', '0', '-i', '-', '-c:v', 'copy', '-c:a', 'copy', '-movflags', '+faststart', '/recordings/cam_front/2024-11-10/14:09:15.mp4']' returned non-zero exit status 1.
-
[Support] Viseron v3 - Self-hosted, local only NVR and AI Computer Vision software
Thanks for looking into this @roflcoopter. Where and how do I test the command line parameters?
-
[Support] Viseron v3 - Self-hosted, local only NVR and AI Computer Vision software
@roflcoopter please advise if anything else to try... thanks
-
[Support] Viseron v3 - Self-hosted, local only NVR and AI Computer Vision software
Changed the main stream to h264 (screenshot attached). Now getting different errors: [ERROR ] [viseron.components.ffmpeg.stream.cam_rear] - [NULL @ 0x55e857b1c5c0] SEI type 5 size 2520 truncated at 1944 [ERROR ] [viseron.components.ffmpeg.stream.cam_rear] - [h264 @ 0x55e857c80e80] SEI type 5 size 2520 truncated at 1928 [WARNING ] [viseron.components.ffmpeg.recorder.cam_rear] - Could not find matching start segment. Using earliest possible [ERROR ] [viseron.components.ffmpeg.recorder.cam_rear] - /recordings/cam_rear/2024-11-02/10:30:50.mp4: No such file or directory [ERROR ] [viseron.components.ffmpeg.recorder.cam_rear] - Failed to concatenate segments: Command '['ffmpeg', '-hide_banner', '-loglevel', 'error', '-y', '-protocol_whitelist', 'file,pipe', '-f', 'concat', '-safe', '0', '-i', '-', '-c:v', 'copy', '-c:a', 'copy', '-movflags', '+faststart', '/recordings/cam_rear/2024-11-02/10:30:50.mp4']' returned non-zero exit status 1.
-
[Support] Viseron v3 - Self-hosted, local only NVR and AI Computer Vision software
@roflcoopter please advise what I need to change to get recording working. Thanks!
-
[Support] Viseron v3 - Self-hosted, local only NVR and AI Computer Vision software
-
[Support] Viseron v3 - Self-hosted, local only NVR and AI Computer Vision software
Hello, thank you for creating this software! I've installed the container and added a couple of cameras. I can see the camera display in the dashboard, however, there are some errors in the log and recording doesn't seem to work. Hopefully its a quick fix. Also, would love to have authentication/login to access the dashboard. Thanks! Below errors repeat a number of times when container is started: [ERROR ] [viseron.components.ffmpeg.stream.cam_rear] - [hevc @ 0x55751eacae40] PPS id out of range: 0 [ERROR ] [viseron.components.ffmpeg.stream.cam_rear] - Error while decoding stream #0:0: Invalid data found when processing input Followed by a countdown and more errors: [INFO ] [viseron.components.ffmpeg.recorder.cam_rear] - Starting recorder [INFO ] [viseron.components.nvr.nvr.cam_rear] - Stopping recording in: 9 ... [INFO ] [viseron.components.ffmpeg.recorder.cam_rear] - Stopping recorder [ERROR ] [viseron.components.ffmpeg.recorder.cam_rear] - Could not get duration for: /segments/cam_rear/20241031174837.mp4. Error: [extract_extradata @ 0x558ca51b3640] No start code is found. /segments/cam_rear/20241031174837.mp4: Invalid data found when processing input [ERROR ] [viseron.components.ffmpeg.recorder.cam_rear] - No segments were found These errors occur anytime there's motion which is trying to record. Config file: ffmpeg: camera: cam_rear: # This value has to be unique across all cameras name: Rear host: 10.10.##.## port: 554 path: /CH001.sdp username: ### password: ### substream: path: /CH002.sdp stream_format: rtsp port: 554 darknet: object_detector: cameras: cam_rear: # Attach detector to the configured cam_rear above fps: 1 scan_on_motion_only: true # Scan for objects even when there is no motion labels: - label: person confidence: 0.75 trigger_recorder: true require_motion: true mog2: motion_detector: cameras: cam_rear: # Attach detector to the configured cam_rear above trigger_recorder: true fps: 1 nvr: cam_rear: # Run NVR for cam_rear
-
SMTP authentication method
Hello, bringing this up again. Hopefully this can be added to a future release soon.
-
SMTP authentication method
Hello, Requesting AUTH PLAIN in unraid please. I'm trying to configure SMTP settings for email notifications and running into an issue with authentication. The unraid log shows below error 5.7.8 Error: authentication failed: Invalid authentication mechanism Email provider says this error means the system used an outdated or unsupported authentication mechanism (such as AUTH LOGIN) to send the test email. They require using the AUTH PLAIN mechanism to send emails. Thanks!
-
[Support] dyonr - passthroughvpn
Container has been working great for long time, however the past day or so it's stuck in a boot loop. I noticed this error in the log: [ERROR] Network is possibly down. However, all networks are up and running. Please advise! Thank you EDIT: resolved! Was an issue with VPN server's IP
-
SMTP authentication method not supported (for notifications)
Hello, I'm trying to configure SMTP settings for email notifications and running into an issue with authentication. The unraid log shows below error 5.7.8 Error: authentication failed: Invalid authentication mechanism Email provider says this error means the system used an outdated or unsupported authentication mechanism (such as AUTH LOGIN) to send the test email. They require using the AUTH PLAIN mechanism to send emails. How can I configure AUTH PLAIN in unraid? Thanks!
-
Looking for rack mount chassis suggestions
Thanks for the detailed reply. What’s the model #? Most of the Rosewill case reviews are fairly critical of the build quality/materials.
-
Looking for rack mount chassis suggestions
Hello, Been running unRaid for many years, first in a large heavy tower, now in a 2U Dell rack mount server. I need to expand to a 3U or 4U to accommodate more drives and possible a GPU. I realize that I will need new internal components - mobo, cpu, etc. Looking for recommendations on suitable chassis that supports hotswap capability and at least 10 drive bays (minimum 8x 3.5" and 2x 2.5"). Thank you!
-
Boot error migrating to R720
Had to switch from UEFI boot to BIOS boot
-
Boot error migrating to R720
Hi all, I've been running unRAID 5.11.5 on homebrew server for a few years. Been meaning to migrate to a R720 I bought last year. Last night something malfunctioned on the server (possibly motherboard or HBA card?). So now I'm forced to move to the R720. This R720 has a built-in H710 mini which I've successfully flashed to IT mode following the instructions here: https://fohdeesha.com/docs/perc.html I've inserted the unRAID USB drive into the internal onboard USB slot and attempted to boot, without any drives connected. I'm getting an error message regardless of whether unRAID OS or unRAID OS GUI mode is selected: Failed to allocated memory for kernel command line, bailing out Booting kernel failed: Bad file number (screenshot attached) Very grateful for any help please. Server is offline so we can't access any of our files, data, etc. Thanks kindly!
-
Parity drive error unRaid 6.11.5
Read errors again this morning. This time on all 5 drives Diagnostics attached. Going to re-assign the drives and rebuild array like previously and hopefully it will work again After stopping array and rebooting server, the devices are showing up as 'missing' and I can't unassign the slots, nor can I start the array. Any suggestions please? n3supernas-diagnostics-20230304-0801.zip
-
Parity drive error unRaid 6.11.5
Quick update: parity check complete few minutes ago without errors. Looks all good now. Thank you!
-
Parity drive error unRaid 6.11.5
K, will keep that in mind. Didn't know reboot clears the data needed for diag.
-
Parity drive error unRaid 6.11.5
Oh yes, the self-test was done and didn't show any errors, yet unRaid reported *some* error. Anyway, the rebuild is in progress... another 12 hrs to go.
-
Parity drive error unRaid 6.11.5
How to do that?
-
Parity drive error unRaid 6.11.5
Gotcha! Thanks for the link. Will attempt this today. Rebuild has started... will take a day and a bit. Hopefully all good after that.
-
Parity drive error unRaid 6.11.5
Thanks for the comprehensive reply! Yes, disk3 has had many CRC errors in the past. I've reseated the drive previously and its been fine. It hasn't ever been disabled or kicked out of the array before. So does this mean that I have to go into 'New Config' and re-add the 'failed' parity drive and disk3 back into the array? I've physically removed the parity drive to test it in an external enclosure and its picked up fine by a laptop. So most likely the drive is good. I don't have spare drives to rebuild onto to, so will have to do it in-place on the existing array. See my question above - this requires doing 'New Config' and re-adding the parity and disk3 drives? Thanks!