Vombato
Cadet
- Joined
- May 4, 2015
- Messages
- 1
I'm running FreeNAS 9.2.1.9 x86 on an old laptop with Intel DualCore progessor and 4gb of RAM. All running on a USB flash drive with 8gb of storage.
Tried to install PlexMediaServer by uploading (downloaded from here) because my "Avaible" tab is showing only 4 plugins. and without the images (thinking of my internet connection problem?). I followed this guide https://www.youtube.com/watch?v=3DnUWTliaOY .
When I try to turn on the Plex plugin service I get an error.
I also get other errors such as:
And as I found on the forums in old threads i ran all these commands hoping that will help understand.
Can someone help me understand what gone wrong? :)
Tried to install PlexMediaServer by uploading (downloaded from here) because my "Avaible" tab is showing only 4 plugins. and without the images (thinking of my internet connection problem?). I followed this guide https://www.youtube.com/watch?v=3DnUWTliaOY .
When I try to turn on the Plex plugin service I get an error.
Code:
May 4 14:53:49 freenas notifier: chmod: /mnt/Volume/PluginJails/.warden-template-pluginjail/usr/bin/opiepasswd: Operation not permitted May 4 14:53:49 freenas notifier: chmod: /mnt/Volume/PluginJails/.warden-template-pluginjail/usr/bin/rsh: Operation not permitted May 4 14:53:49 freenas notifier: chmod: /mnt/Volume/PluginJails/.warden-template-pluginjail/usr/bin/passwd: Operation not permitted May 4 14:53:49 freenas notifier: chmod: /mnt/Volume/PluginJails/.warden-template-pluginjail/usr/bin/chfn: Operation not permitted May 4 14:53:49 freenas notifier: chmod: /mnt/Volume/PluginJails/.warden-template-pluginjail/usr/bin/crontab: Operation not permitted May 4 14:53:49 freenas notifier: chmod: /mnt/Volume/PluginJails/.warden-template-pluginjail/usr/bin/ypchfn: Operation not permitted May 4 14:53:49 freenas notifier: chmod: /mnt/Volume/PluginJails/plexmediaserver_1/lib/libc.so.7: Operation not permitted May 4 14:53:49 freenas notifier: chmod: /mnt/Volume/PluginJails/plexmediaserver_1/lib/libcrypt.so.5: Operation not permitted May 4 14:53:49 freenas notifier: chmod: /mnt/Volume/PluginJails/plexmediaserver_1/proc/27282/osrel: Operation not supported May 4 14:53:49 freenas notifier: chmod: /mnt/Volume/PluginJails/plexmediaserver_1/proc/27282/status: Operation not supported May 4 14:53:49 freenas notifier: chmod: /mnt/Volume/PluginJails/plexmediaserver_1/proc/27282/rlimit: Operation not supported May 4 14:53:49 freenas notifier: chmod: /mnt/Volume/PluginJails/plexmediaserver_1/proc/27282/regs: Operation not supported [...] May 4 14:53:59 freenas notifier: chmod: /mnt/Volume/PluginJails/plexmediaserver_1/usr/bin/rlogin: Operation not permitted May 4 14:53:59 freenas notifier: chmod: /mnt/Volume/PluginJails/plexmediaserver_1/usr/bin/chpass: Operation not permitted May 4 14:54:01 freenas manage.py: [freeadmin.navtree:526] Couldn't retrieve http://192.168.0.200/plugins/plexmediaserver/1/_s/treemenu: HTTP Error 502: Bad Gateway
I also get other errors such as:
Code:
http://192.168.0.200/plugins/plexmediaserver/1/_s/treemenu: HTTP Error 502: Bad Gateway
And as I found on the forums in old threads i ran all these commands hoping that will help understand.
Code:
[root@freenas ~]# ifconfig
msk0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
ether 00:1f:16:a5:4a:9c
inet 192.168.0.200 netmask 0xffffff00 broadcast 192.168.0.255
inet 192.168.0.2 netmask 0xffffff00 broadcast 192.168.0.255
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect (100baseTX <full-duplex,flowcontrol,rxpause,txpause>)
status: active
ipfw0: flags=8801<UP,SIMPLEX,MULTICAST> metric 0 mtu 65536
nd6 options=9<PERFORMNUD,IFDISABLED>
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0xb
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
[root@freenas ~]# jexec plexmediaserver_1 ps auxww
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
root 17182 0.0 0.1 9544 1672 ?? IsJ 2:50PM 0:00.01 /usr/sbin/syslogd -s
root 17236 0.0 0.1 9584 1624 ?? SsJ 2:50PM 0:00.01 /usr/sbin/cron -s
root 35781 0.0 0.1 9600 1816 0 R+J 3:33PM 0:00.00 ps auxww
[root@freenas ~]# jexec plexmediaserver_1 ifconfig
msk0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
ether 00:1f:16:a5:4a:9c
inet 192.168.0.2 netmask 0xffffff00 broadcast 192.168.0.255
media: Ethernet autoselect (100baseTX <full-duplex,flowcontrol,rxpause,txpause>)
status: active
ipfw0: flags=8801<UP,SIMPLEX,MULTICAST> metric 0 mtu 65536
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
[root@freenas ~]# jexec plexmediaserver_1 sockstat -4
USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS
root syslogd 17182 6 udp4 192.168.0.2:514 *:*
[root@freenas ~]# cat /usr/local/etc/nginx/plugins.conf
location ~ /plugins/plexmediaserver/1/ {
fastcgi_pass 192.168.0.2:12346;
include fastcgi_params;
root /usr/pbi/plexmediaserver-i386;
}
Can someone help me understand what gone wrong? :)