Skip to content

Recording Transfer Failed with Shared Storage #1410

Answered by pritamnanda
pritamnanda asked this question in Q&A
Discussion options

You must be logged in to vote

The container should add the www-data user to this group on startup. There is a env setting to set the group id

Finally the issue is resolved with following action

I had to create the pilos-spool user first manually in the OS with below command

sudo useradd -g pilos-spool pilos-spool

Then

chown pilos-spool:pilos-spool /mnt/storage/recordings-spool
chmod 775 /mnt/storage/recordings-spool

After this it worked.

Maybe mentioning the IDs of www-user & group in the .env isn't relevant to this issue.

Thanks @SamuelWei for your time and attention.

You may delete this Discussion if necessary.

Replies: 7 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@pritamnanda
Comment options

Answer selected by pritamnanda
@SamuelWei
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants