2024-07-18, 03:19 PM
(This post was last modified: 2024-07-18, 03:25 PM by Jiří Fiala. Edited 2 times in total.)
It's bit too complex for me to untangle. I don't know how to check the permissions.
- media is on NAS
- that folder is mounted into Proxmox host with "//192.168.0.216/Public /home/stooovie/Public cifs auto,rw,user,noperm,username=MYUSERNAME>" in fstab and then added to the Jellyfin LXC (container) as a Mount point via proxmox GUI
- the JF LXC was created by Tteck's script
- I tried doing "su jellyfin" inside the LXC shell, which does absolutely nothing, no message at all, and logged-in user remains "root"
cat /etc/passwd DOES reveal a jellyfin user though:
Output of cat /proc/mounts is:
Thanks a lot for your help!
- media is on NAS
- that folder is mounted into Proxmox host with "//192.168.0.216/Public /home/stooovie/Public cifs auto,rw,user,noperm,username=MYUSERNAME>" in fstab and then added to the Jellyfin LXC (container) as a Mount point via proxmox GUI
- the JF LXC was created by Tteck's script
- I tried doing "su jellyfin" inside the LXC shell, which does absolutely nothing, no message at all, and logged-in user remains "root"
cat /etc/passwd DOES reveal a jellyfin user though:
Code:
jellyfin:x:107:115:Jellyfin default user,,,:/var/lib/jellyfin:/bin/false
Output of cat /proc/mounts is:
Code:
/dev/mapper/storage-vm--110--disk--1 / ext4 rw,relatime,stripe=16 0 0
//192.168.0.216/Public /media/Public cifs rw,relatime,vers=3.1.1,cache=strict,username=stooovie,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.0.216,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,retrans=1,echo_interval=60,actimeo=1,closetimeo=1 0 0
none /dev tmpfs rw,relatime,size=492k,mode=755,inode64 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
proc /proc/sys/net proc rw,nosuid,nodev,noexec,relatime 0 0
proc /proc/sys proc ro,relatime 0 0
proc /proc/sysrq-trigger proc ro,relatime 0 0
sysfs /sys sysfs ro,nosuid,nodev,noexec,relatime 0 0
sysfs /sys/devices/virtual/net sysfs rw,nosuid,nodev,noexec,relatime 0 0
fusectl /sys/fs/fuse/connections fusectl rw,nosuid,nodev,noexec,relatime 0 0
udev /dev/dri/renderD128 devtmpfs rw,nosuid,relatime,size=8112876k,nr_inodes=2028219,mode=755,inode64 0 0
udev /dev/net/tun devtmpfs rw,nosuid,relatime,size=8112876k,nr_inodes=2028219,mode=755,inode64 0 0
udev /dev/net/tun devtmpfs rw,nosuid,relatime,size=8112876k,nr_inodes=2028219,mode=755,inode64 0 0
none /sys/fs/cgroup cgroup2 rw,nosuid,nodev,noexec,relatime 0 0
lxcfs /proc/cpuinfo fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other 0 0
lxcfs /proc/diskstats fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other 0 0
lxcfs /proc/loadavg fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other 0 0
lxcfs /proc/meminfo fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other 0 0
lxcfs /proc/slabinfo fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other 0 0
lxcfs /proc/stat fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other 0 0
lxcfs /proc/swaps fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other 0 0
lxcfs /proc/uptime fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other 0 0
lxcfs /sys/devices/system/cpu fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666,max=1026 0 0
devpts /dev/ptmx devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666,max=1026 0 0
devpts /dev/console devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666,max=1026 0 0
devpts /dev/tty1 devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666,max=1026 0 0
devpts /dev/tty2 devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666,max=1026 0 0
none /proc/sys/kernel/random/boot_id tmpfs ro,nosuid,nodev,noexec,relatime,size=492k,mode=755,inode64 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev,inode64 0 0
tmpfs /run tmpfs rw,nosuid,nodev,size=3260248k,nr_inodes=819200,mode=755,inode64 0 0
tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k,inode64 0 0
hugetlbfs /dev/hugepages hugetlbfs rw,relatime,pagesize=2M 0 0
mqueue /dev/mqueue mqueue rw,nosuid,nodev,noexec,relatime 0 0
Thanks a lot for your help!