DSM7 upgrade question

I upgraded my synology to DSM7. All of the files in the old Channels DVR folder are owned by root:root, e.g.

34157103 1186656 -rw-r--r-- 1 root root 1215135744 Jan 14 2022 ./TV/Flip\ or\ Flop/Flip\ or\ Flop\ S10E03\ Back\ to\ the\ Basics\ 2022-01-13-2000.mpg
34163125 1155456 -rw-r--r-- 1 root root 1183186944 Jan 14 2022 ./TV/Flip\ or\ Flop/Flip\ or\ Flop\ S10E05\ Take\ It\ or\ Leave\ It\ 2022-01-13-2031.mpg
34283862 1156960 -rw-r--r-- 1 root root 1184727040 Jan 21 2022 ./TV/Flip\ or\ Flop/Flip\ or\ Flop\ S10E08\ Lucky\ Lakewood\ 2022-01-20-2000.mpg
34400694 1135168 -rw-r--r-- 1 root root 1162412032 Jan 28 2022 ./TV/Flip\ or\ Flop/Flip\ or\ Flop\ S10E09\ Surf\ City\ Flip\ 2022-01-27-2000.mpg
34518399 1154304 -rw-r--r-- 1 root root 1182007296 Feb 4 2022 ./TV/Flip\ or\ Flop/Flip\ or\ Flop\ S10E10\ Townhouse\ Flip\ 2022-02-03-2000.mpg

Do we need to chown them to the new user? I am getting permission problems out of the DVR about failing to write and delete these files.

I am also seeing errors like this:

2022/12/07 10:27:09.772438 [M3U8] Generator: consecutive_errors=175 err=cannot create temp file: open /volume1/Media/Video/ChannelsDVR/Streaming/m3u8/24611/stream.m3u83043873380: no such file or directory
2022/12/07 10:27:14.832503 [M3U8] Generator: consecutive_errors=180 err=cannot create temp file: open /volume1/Media/Video/ChannelsDVR/Streaming/m3u8/24611/stream.m3u81519424307: no such file or directory
2022/12/07 10:27:19.909124 [M3U8] Generator: consecutive_errors=185 err=cannot create temp file: open /volume1/Media/Video/ChannelsDVR/Streaming/m3u8/24611/stream.m3u81971001379: no such file or directory

Try this post: Warning - Synology DSM7 - #29 by tmm1

I have already done that but in the OS the files still have root:root as the owners and I am getting errors

I see this thread too: Synology DSM 7.x "Permission Denied"

It looks like the user chowned the files in the folder that channels writes to/reads from. I am always wary of changing ownership but, it seems to have worked for that user.

Yes I did this from the Channels DVR directory:

sudo chown -R channels:channels .

And my problem appears to have cleared up. @maddox Should this have been done or did I miss something in the stepup directions?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.