pipelka / vdr-plugin-xvdr

DISCONTINUED - XVDR Plugin for VDR
GNU General Public License v2.0
43 stars 22 forks source link

Permission problem with vdr started as non-root #108

Open Aikhjarto opened 11 years ago

Aikhjarto commented 11 years ago

Hi,

In xvdrclient.c you try to use SetPriority(). However, as I run vdr as unprivileged user (with vdr -u $USER) setting the priority results in an annoying error (the plugin keeps working but I have the error in the log.

I simply commented out the SetPriority() calls and everything kept working.

best regards

Aikhjarto

pipelka commented 11 years ago

The latest "master" may fix your problem: 00bb444

Aikhjarto commented 11 years ago

Yep, with the latest "master" the error do not occur any more.

However, I found another SetPriority() in xvdrserver.c and wonder if the same problem might arise there too.