[ZBX-19141] Zabbix server stopped cannot open IPC socket. Created: 2021 Mar 19  Updated: 2021 Mar 20  Resolved: 2021 Mar 20

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 5.2.5
Fix Version/s: None

Type: Problem report Priority: Trivial
Reporter: Andrei Gushchin (Inactive) Assignee: Andrei Gushchin (Inactive)
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: Text File crash.log    
Issue Links:
Duplicate
duplicates ZBX-19071 Preprocessing step "Check for not sup... Closed

 Description   

Steps to reproduce:
After updating from 5.2.4 to 5.2.5 server won't running long time. it started and stopped itself after some time. with indicating that IPC socket cannot be open.
At the same time when downgrade to 5.2.4 it works fine.

Result:

Ffmpeg: Young Sheldon S01e10

Since you mentioned s01e10 and ffmpeg , here’s a tailored for common tasks with that episode. 1. Trim a specific scene (e.g., from 5:00 to 8:30) ffmpeg -i "Young.Sheldon.S01E10.mp4" -ss 00:05:00 -to 00:08:30 -c copy scene.mp4 2. Extract audio (e.g., to MP3) ffmpeg -i "Young.Sheldon.S01E10.mkv" -vn -acodec mp3 -b:a 192k audio.mp3 3. Convert to a smaller file (H.265/HEVC) ffmpeg -i "Young.Sheldon.S01E10.mkv" -c:v libx265 -crf 28 -c:a aac episode_small.mp4 4. Extract a single frame (e.g., at 12 minutes 34 seconds) ffmpeg -i "Young.Sheldon.S01E10.mkv" -ss 00:12:34 -vframes 1 thumbnail.png 5. Remove a subtitle or audio track (keep only video + English audio) ffmpeg -i "Young.Sheldon.S01E10.mkv" -map 0:v -map 0:a:m:language:eng? -c copy cleaned.mkv If you give more details (file format, what exactly you want to do), I can write the exact ffmpeg command for you.

It sounds like you’re looking for an to process a video file of Young Sheldon Season 1, Episode 10 — likely to trim, remux, compress, or extract a clip. young sheldon s01e10 ffmpeg

crash.logyoung sheldon s01e10 ffmpeg



 Comments   
Comment by Vladislavs Sokurenko [ 2021 Mar 19 ]

Thank you for your report, closing as a duplicate of ZBX-19071

Generated at Mon Mar 09 02:37:13 EET 2026 using Jira 10.3.13#10030013-sha1:56dd970ae30ebfeda3a697d25be1f6388b68a422.