NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
GAPP
Feb 27, 2014Aspirant
Add-on installation error
Hello,
I'm trying to install PlexConnect add-on, and Git add-on, which can be found here: http://forums.plex.tv/index.php/topic/70190-plexconnect-on-a-nas-drive-readynas/
My problem is, that every time I try to install either of those add-ons, via the Frontview/Add New, it simply responds with the message, "Installation of this add-on conflicts with an existing service. Aborting installation.".
I have these add-ons already installed: PlexMediaServer, Python2.7, Logitech Media Server and Transmission.
What am I doing wrong?
I'm trying to install PlexConnect add-on, and Git add-on, which can be found here: http://forums.plex.tv/index.php/topic/70190-plexconnect-on-a-nas-drive-readynas/
My problem is, that every time I try to install either of those add-ons, via the Frontview/Add New, it simply responds with the message, "Installation of this add-on conflicts with an existing service. Aborting installation.".
I have these add-ons already installed: PlexMediaServer, Python2.7, Logitech Media Server and Transmission.
What am I doing wrong?
6 Replies
Replies have been turned off for this discussion
- GAPPAspirantOk, so inspired by other alike threads, I decided to delete two entries I already had in /etc/default/services. The entries was named PLEXCONNECT=1, and PLEXCONNECTSUPPORT=1. I was not sure whether to delete them, or simply put a 0.
After that, I did a install of the PlexConnect add-on, which was successful. Atleast so far.
Then afterwards my Frontview won't display when I try to access it, even though the NAS is running flawlessly beside that. I can still access everything beside the Frontview.
I have done a OS-reinstall, but that didn't help with Frontview, so I'm not really sure if the PlexConnect was actually installed and is working, and if it's the reason that Frontview is not able to display.
Please help. - mdgm-ntgrNETGEAR Employee RetiredYou had to delete those lines.
If you do a
# tail -n 20 /var/log/frontview/error.log
What do you see? - GAPPAspirant
[Wed Feb 19 06:25:07 2014] [warn] RSA server certificate CommonName (CN) `192.16 8.0.11' does NOT match server name!?
[Wed Feb 19 06:25:08 2014] [warn] RSA server certificate CommonName (CN) `192.16 8.0.11' does NOT match server name!?
[Wed Feb 19 06:25:08 2014] [notice] Apache/2.2.6 (Debian) mod_ssl/2.2.6 OpenSSL/ 0.9.8c DAV/2 mod_apreq2-20051231/2.6.0 mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations
[Thu Feb 20 02:33:20 2014] [error] [client 192.168.1.19] AuthExtern pwauth [/usr /bin/pwauth]: Failed (1) for user admin
[Thu Feb 20 02:33:20 2014] [error] [client 192.168.1.19] user admin: authenticat ion failure for "/admin/": Password Mismatch
[Thu Feb 20 02:33:37 2014] [error] [client 192.168.1.19] AuthExtern pwauth [/usr /bin/pwauth]: Failed (1) for user admin
[Thu Feb 20 02:33:37 2014] [error] [client 192.168.1.19] user admin: authenticat ion failure for "/admin/": Password Mismatch
[Thu Feb 20 06:25:08 2014] [notice] caught SIGTERM, shutting down
[Thu Feb 20 06:25:10 2014] [warn] RSA server certificate CommonName (CN) `192.16 8.0.11' does NOT match server name!?
[Thu Feb 20 06:25:12 2014] [warn] RSA server certificate CommonName (CN) `192.16 8.0.11' does NOT match server name!?
[Thu Feb 20 06:25:12 2014] [notice] Apache/2.2.6 (Debian) mod_ssl/2.2.6 OpenSSL/ 0.9.8c DAV/2 mod_apreq2-20051231/2.6.0 mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations
[Sat Feb 22 06:25:07 2014] [notice] caught SIGTERM, shutting down
[Sat Feb 22 06:25:09 2014] [warn] RSA server certificate CommonName (CN) `192.16 8.0.11' does NOT match server name!?
[Sat Feb 22 06:25:11 2014] [warn] RSA server certificate CommonName (CN) `192.16 8.0.11' does NOT match server name!?
[Sat Feb 22 06:25:11 2014] [notice] Apache/2.2.6 (Debian) mod_ssl/2.2.6 OpenSSL/ 0.9.8c DAV/2 mod_apreq2-20051231/2.6.0 mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations
[Sat Feb 22 13:25:03 2014] [notice] caught SIGTERM, shutting down
[Sat Feb 22 13:25:09 2014] [warn] RSA server certificate CommonName (CN) `192.16 8.0.11' does NOT match server name!?
[Sat Feb 22 13:25:10 2014] [warn] RSA server certificate CommonName (CN) `192.16 8.0.11' does NOT match server name!?
[Sat Feb 22 13:25:10 2014] [notice] Apache/2.2.6 (Debian) mod_ssl/2.2.6 OpenSSL/ 0.9.8c DAV/2 mod_apreq2-20051231/2.6.0 mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations
[Thu Feb 27 23:21:51 2014] [notice] Graceful restart requested, doing restart - mdgm-ntgrNETGEAR Employee RetiredWhat happens if you do this?:
# /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful - GAPPAspirant
NAS:~# /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
apache-ssl: Could not reliably determine the server's fully qualified domain name, using 192.168.1.20 for ServerName
Syntax OK
apache-ssl: Could not reliably determine the server's fully qualified domain name, using 192.168.1.20 for ServerName
httpd not running, trying to start
Still isn't working. - GAPPAspirant
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
This did the trick suddently. Not sure why it didn't work in the first place.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!