Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Katherine

Members
  • Joined

Everything posted by Katherine

  1. So Flood just went 1.0 a few hours ago. Time to ditch Deluge!
  2. Any chance we will see a NZBGet VPN docker?
  3. Thanks for bringing transcoding in the RAM back!
  4. Removing 6789 from the router's port forwarding list fixed the problem. Thank you CHBMB and Techn0mancer.
  5. Where do I find the location setting in unRAID? Under Date and Time > Time zone > Only UTC zones.
  6. I forgot to expand the advanced settings tab. Sorry! Quick note: I've tried adding -e TZ="America/Toronto" under Extra Parameters and I end up getting two TZ variables in the docker run command.
  7. I think so. I've tried basic view as well and the result is always the same. Advance view: Result:
  8. I've tried adding a TZ variable in the past but it doesn't replace 'America/Chicago' instead another TZ value appears in the docker run command. I followed the instructions posted her but the result is the same: Docker command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="Sonarr" --net="bridge" -e TZ="America/Chicago" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -e "TZ"="America/Toronto" -p 8989:8989/tcp -v "/dev/rtc":"/dev/rtc":ro -v "/mnt/user/TV/":"/tv":rw -v "/mnt/cache/Apps/docker/downloads/":"/downloads":rw -v "/mnt/cache/Apps/docker/appdata/sonarr":"/config":rw linuxserver/sonarr
  9. I'm getting a bunch of these messages. Does anyone know what is triggering this? Is this linked to ControlIP or AuthorizedIP? My current setting: ControlIP: 0.0.0.0 AuthorizedIP: 127.0.0.1
  10. I'd like to change the value from America/Chicago to something closer to home. Just edit the variable in the template to your timezone and hit apply. Is that done through command prompt? or within the Docker UI? or just notepad?
  11. I'd like to change the value from America/Chicago to something closer to home.
  12. I finally fixed the issue. Turns out all I had to do was login to Plex Media Server with my PlexPass account via Docker WebUI instead of smashing the Chrome Plex app icon in my taskbar. Quick question, how does one change the TZ variable in the docker command? Adding another TZ variable under the Docker UI makes the command have two TZ variables. Asking for friend...
  13. I still can't get Plex to work. I've started fresh after removing the container, image and template but it hasn't fixed the problem. :'( Here's the docker run command: Notice: There is no port information or -p in the command. Also, preferences.xml is in the directory however I have a 'linuxserver-chown.lock' file under /plex/Library but its empty. Should I delete it?
  14. My Plex Media Server won't start after the latest updates. Not sure what is causing the problem. I would appreciate any advice. Log: ------------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/index.php/donations/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-dbus: executing... [cont-init.d] 30-dbus: exited 0. [cont-init.d] 40-chown-files: executing... [cont-init.d] 40-chown-files: exited 0. [cont-init.d] 50-plex-update: executing... ##################################################### # Login via the webui at http://<ip>:32400/web # # and restart the docker, because there was no # # plex token found in the preference file # ##################################################### [cont-init.d] 50-plex-update: exited 0. [cont-init.d] done. [services.d] starting services Starting Plex Media Server. Starting dbus-daemon [services.d] done. 6 3000 /config/Library/Application Support d dbus[278]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted Starting Avahi daemon Found user 'avahi' (UID 106) and group 'avahi' (GID 107). Successfully dropped root privileges. avahi-daemon 0.6.32-rc starting up. No service file found in /etc/avahi/services. *** WARNING: Detected another IPv4 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. *** socket() failed: Address family not supported by protocol Failed to create IPv6 socket, proceeding in IPv4 only mode socket() failed: Address family not supported by protocol Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1. New relevant interface docker0.IPv4 for mDNS. Joining mDNS multicast group on interface br0.IPv4 with address 192.168.0.101. New relevant interface br0.IPv4 for mDNS. Network interface enumeration completed. Registering new address record for 172.17.0.1 on docker0.IPv4. Registering new address record for 192.168.0.101 on br0.IPv4. Server startup complete. Host name is NAS.local. Local service cookie is 3078254584. Joining mDNS multicast group on interface virbr0.IPv4 with address 192.168.122.1. New relevant interface virbr0.IPv4 for mDNS. Registering new address record for 192.168.122.1 on virbr0.IPv4. 2016-12-18 09:11:25,885 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : INFO (core:349) - Starting framework core - Version: 2.6.3, Build: b38628e (Thu Dec 15 21:34:00 UTC 2016) 2016-12-18 09:11:25,886 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (core:361) - Using the elevated policy 2016-12-18 09:11:25,886 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (core:450) - Starting runtime component. 2016-12-18 09:11:25,889 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (core:450) - Starting caching component. 2016-12-18 09:11:25,890 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (core:450) - Starting data component. 2016-12-18 09:11:25,890 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (core:450) - Starting networking component. 2016-12-18 09:11:25,891 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (networking:284) - Loaded HTTP cookies 2016-12-18 09:11:25,892 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (networking:452) - Setting the default network timeout to 20.0 2016-12-18 09:11:25,893 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (core:450) - Starting localization component. 2016-12-18 09:11:25,894 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : INFO (localization:409) - Setting the default locale to en-us 2016-12-18 09:11:25,894 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (core:450) - Starting messaging component. 2016-12-18 09:11:25,895 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (core:450) - Starting debugging component. 2016-12-18 09:11:25,895 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (core:450) - Starting services component. 2016-12-18 09:11:25,896 - com.plexapp.plugins.unsupportedappstore (2afca9be0700) : DEBUG (networking:166) - Requesting 'http://127.0.0.1:32400/system/messaging/clear_events/com.plexapp.plugins.unsupportedappstore' 2016-12-18 09:11:25,896 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (core:450) - Starting myplex component. 2016-12-18 09:11:25,898 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (core:450) - Starting notifications component. 2016-12-18 09:11:26,131 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (accessor:68) - Creating a new model access point for provider com.plexapp.plugins.unsupportedappstore in namespace 'metadata' 2016-12-18 09:11:26,140 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (networking:166) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/resourceHashes' 2016-12-18 09:11:26,460 - com.plexapp.plugins.unsupportedappstore (2afca9be0700) : DEBUG (services:265) - Plug-in is not daemonized - loading services from system 2016-12-18 09:11:26,460 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (runtime:1117) - Created a thread named 'load_all_services' 2016-12-18 09:11:26,462 - com.plexapp.plugins.unsupportedappstore (2afca9be0700) : DEBUG (networking:166) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X0J1bmRsZVNlcnZpY2U6QWxsU2VydmljZXM_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMApyMAo_' 2016-12-18 09:11:26,463 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (runtime:1117) - Created a thread named 'get_server_info' 2016-12-18 09:11:26,464 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (core:150) - Finished starting framework core 2016-12-18 09:11:26,464 - com.plexapp.plugins.unsupportedappstore (2afcaa0e2700) : DEBUG (networking:166) - Requesting 'http://127.0.0.1:32400' 2016-12-18 09:11:26,464 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (core:560) - Loading plug-in code 2016-12-18 09:11:26,884 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (core:566) - Finished loading plug-in code 2016-12-18 09:11:26,885 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (runtime:640) - Adding a prefix handler for 'UnSupported AppStore' ('/video/unsupportedappstore') 2016-12-18 09:11:26,923 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : INFO (datakit:93) - Loaded the dictionary file 2016-12-18 09:11:26,924 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (__init__:520) - UnSupported Appstore version: unknown 2016-12-18 09:11:26,925 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (networking:166) - Requesting 'http://127.0.0.1:32400' 2016-12-18 09:11:26,932 - com.plexapp.plugins.unsupportedappstore (2afcaa0e2700) : DEBUG (core:538) - Machine identifier is 521d8d882805e4fc688ccb9ef112db33c24541fd 2016-12-18 09:11:26,950 - com.plexapp.plugins.unsupportedappstore (2afcaa0e2700) : DEBUG (core:539) - Server version is 1.3.3.3148-b38628e 2016-12-18 09:11:27,125 - com.plexapp.plugins.unsupportedappstore (2afca9be0700) : DEBUG (services:362) - Loaded services 2016-12-18 09:11:27,135 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (services:438) - No shared code to load 2016-12-18 09:11:27,137 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (core:521) - Attribute 'platformVersion' set to '4.4.30-unRAID (#2 SMP PREEMPT Sat Nov 5 12:09:05 PDT 2016)' 2016-12-18 09:11:27,137 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (__init__:520) - Platform: Linux 4.4.30-unRAID (#2 SMP PREEMPT Sat Nov 5 12:09:05 PDT 2016) 2016-12-18 09:11:27,137 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (__init__:520) - Server: PMS 1.3.3.3148-b38628e 2016-12-18 09:11:27,138 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (preferences:258) - Loaded preferences from DefaultPrefs.json 2016-12-18 09:11:27,139 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (preferences:178) - Loaded the user preferences for com.plexapp.plugins.unsupportedappstore 2016-12-18 09:11:27,140 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (__init__:520) - Running auto-update. 2016-12-18 09:11:27,141 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (runtime:1117) - Created a thread named 'BackgroundUpdater' 2016-12-18 09:11:27,142 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : INFO (core:611) - Started plug-in 2016-12-18 09:11:27,143 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (socketinterface:160) - Starting socket server 2016-12-18 09:11:27,142 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (networking:166) - Requesting 'https://github.com/mikew/ss-plex.bundle/commits/stable.atom' 2016-12-18 09:11:27,145 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (runtime:1117) - Created a thread named 'start' 2016-12-18 09:11:27,145 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : INFO (socketinterface:184) - Socket server started on port 43972 2016-12-18 09:11:27,146 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : INFO (pipeinterface:25) - Entering run loop 2016-12-18 09:11:27,146 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (runtime:717) - Handling request GET /:/prefixes 2016-12-18 09:11:27,149 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (runtime:814) - Found route matching /:/prefixes 2016-12-18 09:11:27,151 - com.plexapp.plugins.unsupportedappstore (2afca122c480) : DEBUG (runtime:924) - Response: [200] MediaContainer, 515 bytes 2016-12-18 09:11:27,575 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (__init__:520) - SS Plex: Up-to-date :: Version 031566c062 2016-12-18 09:11:27,603 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : INFO (datakit:131) - Saved the dictionary file 2016-12-18 09:11:27,604 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (networking:166) - Requesting 'https://github.com/mikedm139/UnSupportedAppstore.bundle/commits/master.atom' 2016-12-18 09:11:27,929 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : CRITICAL (runtime:1128) - Exception in thread named 'BackgroundUpdater' (most recent call last): File "/usr/lib/plexmediaserver/Resources/Plug-ins-b38628e/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.py", line 1126, in _start_thread f(*args, **kwargs) File "/config/Library/Application Support/Plex Media Server/Plug-ins/UnSupportedAppstore.bundle/Contents/Code/__init__.py", line 485, in BackgroundUpdater GetRSSFeed(plugin=plugin, install=True) File "/config/Library/Application Support/Plex Media Server/Plug-ins/UnSupportedAppstore.bundle/Contents/Code/__init__.py", line 429, in GetRSSFeed mostRecent = Datetime.ParseDate(commits.xpath('//entry')[0].xpath('./updated')[0].text[:-6]) File "/usr/lib/plexmediaserver/Resources/Plug-ins-b38628e/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/sandbox.py", line 108, in <lambda> _getitem_ = lambda x, y: x.__getitem__(y), IndexError: list index out of range 2016-12-18 09:12:31,977 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (runtime:717) - Handling request GET /:/plugins/com.plexapp.plugins.unsupportedappstore/reloadServices 2016-12-18 09:12:31,994 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (runtime:814) - Found route matching /:/plugins/com.plexapp.plugins.unsupportedappstore/reloadServices 2016-12-18 09:12:31,994 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (services:15) - Reloading services 2016-12-18 09:12:31,995 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (services:265) - Plug-in is not daemonized - loading services from system 2016-12-18 09:12:31,995 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (networking:166) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X0J1bmRsZVNlcnZpY2U6QWxsU2VydmljZXM_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMApyMAo_' 2016-12-18 09:12:32,127 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (services:362) - Loaded services 2016-12-18 09:12:32,128 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (runtime:924) - Response: [200] bool, 0 bytes 2016-12-18 09:12:33,236 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (runtime:717) - Handling request GET /:/plugins/com.plexapp.plugins.unsupportedappstore/reloadServices 2016-12-18 09:12:33,237 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (runtime:814) - Found route matching /:/plugins/com.plexapp.plugins.unsupportedappstore/reloadServices 2016-12-18 09:12:33,237 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (services:15) - Reloading services 2016-12-18 09:12:33,238 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (services:265) - Plug-in is not daemonized - loading services from system 2016-12-18 09:12:33,238 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (networking:166) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/messaging/function/X0J1bmRsZVNlcnZpY2U6QWxsU2VydmljZXM_/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMApyMAo_' 2016-12-18 09:12:33,438 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (services:362) - Loaded services 2016-12-18 09:12:33,439 - com.plexapp.plugins.unsupportedappstore (2afca9ee1700) : DEBUG (runtime:924) - Response: [200] bool, 0 bytes
  15. Thank you for breaking it down, Squid. I agree with you. I'm pushing my luck with my current setup: CPU: Intel Xeon X3460 (90W) M/B: Supermicro X8SIL RAM: 16GB (4 x 4GB) HDD: 8 x HGST 4TB (7200RPM) RAID: AOC-SASLP-MV8 To boot, the case (Rosewill RSV-L4500) has 8 fans (6 x 120mm, 2 x 80mm) daisy chained with molex cables. I'm going to upgrade to a newer PSU before I add the remaining 2 WD Green drives to the array.
  16. Cables it is then! I'm thinking of buying this to split power: http://www.newegg.com/Product/Product.aspx?Item=N82E16812400127 Previously, I was using SATA and molex adapters to power the drives but considering my Cosair 430W PSU is single rails design, it shouldn't matter if I power all the drives by splitting power from SATA adapters? Am I correct in assuming this? Or should I continue using both SATA and molex adapters to balance power distribution?
  17. Thank you, Rob. I made my own SATA power cables from el cheapo ebay stuff and I'm using 430W PSU for 8-10 drives so its entirely possible its one or the other. I guess its time I replaced the PSU.
  18. I was transferring data to the array and the transfer froze for a second. After the transfer completed, I checked unRAID and it was reporting a red X on one drive. Checking the drive the following receives a warning: 199-UDMA_CRC_Error_Count: 2 I ran an extended SMART test on the drive along with a round of pre-clearing. The drive passed SMART test and successfully completed the pre-clear. The question is should I send the drive back to manufacturer (HGST)? Can I even create an RMA based on UDMA CRC Error Count? More importantly, is it even safe to put the drive back into the array? Any advice would be appreciated.
  19. I'm getting similar error messages as EdgarWallace after I install FileBot UI. Do I need to have FileBot installed in order to use FileBot UI? @EdgarWallace: Did you manage to fix this issue?
  20. Has anyone made a docker template for Seafile?
  21. Thanks, gfjardim. I re-updated my NZBGet docker and for some reasons my nzbget.conf file ballooned to 200KB with over 4,000 entries. I'm guessing this is unrelated to the docker issue. I decided to remove my NZBGet docker, image and container, including the template: my-NZBGet.xml. I also manually removed the config folder on my cache drive. However, after a fresh install the nzbget config directory on the cache drive remains empty. Any clue what's going on? Here's the output when I manually run config.sh root@010e9af928e2:/tmp# chmod +x config.sh root@010e9af928e2:/tmp# ./config.sh Creating nzbget.conf from template. cp: cannot stat ‘/usr/share/nzbget/nzbget.conf’: No such file or directory sed: can't read /config/nzbget.conf: No such file or directory sed: can't read /config/nzbget.conf: No such file or directory sed: can't read /config/nzbget.conf: No such file or directory sed: can't read /config/nzbget.conf: No such file or directory sed: can't read /config/nzbget.conf: No such file or directory sed: can't read /config/nzbget.conf: No such file or directory sed: can't read /config/nzbget.conf: No such file or directory sed: can't read /config/nzbget.conf: No such file or directory sed: can't read /config/nzbget.conf: No such file or directory sed: can't read /config/nzbget.conf: No such file or directory sed: can't read /config/nzbget.conf: No such file or directory Generating a 2048 bit RSA private key ...+++ ...............+++ writing new private key to '/config/ssl/nzbget.key' ----- Downloading nzbToMedia. 2015-07-15 20:02:08 URL:https://codeload.github.com/clinton-hall/nzbToMedia/tar.gz/master [3913651] -> "-" [1] 2015-07-15 20:02:09 URL:https://codeload.github.com/clinton-hall/GetScripts/tar.gz/master [13969] -> "-" [1] Downloading videosort. 2015-07-15 20:02:10 URL:http://iweb.dl.sourceforge.net/project/nzbget/ppscripts/videosort/videosort-ppscript-5.0.zip [259954/259954] -> "/config/ppscripts/videosort-ppscript-5.0.zip" [1] Downloading NotifyXBMC. http://nzbget.net/forum/download/file.php?id=193: 2015-07-15 20:02:10 ERROR 404: Not Found.
  22. I'm having the exact same issue as cardo and Berg. I applied the NZBGet update and now the browser displays the following instead of NZBGet GUI. Error: 404 Not Found Checking the log files, I do see an error complaining about not being able to read the configuration template. Tue Jul 14 21:44:18 2015 WARNING Web-Server: 404 Not Found, Resource: / Tue Jul 14 21:45:12 2015 ERROR Could not read configuration templates Tue Jul 14 21:45:53 2015 WARNING Web-Server: 404 Not Found, Resource: / Tue Jul 14 21:46:02 2015 WARNING Web-Server: 404 Not Found, Resource: / Tue Jul 14 21:46:03 2015 WARNING Web-Server: 404 Not Found, Resource: / Tue Jul 14 21:46:03 2015 WARNING Web-Server: 404 Not Found, Resource: / Tue Jul 14 22:12:23 2015 ERROR Could not read configuration templates Tue Jul 14 22:15:55 2015 WARNING Web-Server: 404 Not Found, Resource: / Tue Jul 14 22:15:55 2015 WARNING Web-Server: 404 Not Found, Resource: /favicon.ico Tue Jul 14 22:15:55 2015 WARNING Web-Server: 404 Not Found, Resource: /favicon.ico Tue Jul 14 22:41:36 2015 WARNING Web-Server: 404 Not Found, Resource: / Tue Jul 14 23:08:59 2015 ERROR Could not read configuration templates Tue Jul 14 23:09:04 2015 WARNING Web-Server: 404 Not Found, Resource: / Tue Jul 14 23:09:06 2015 WARNING Web-Server: 404 Not Found, Resource: / Tue Jul 14 23:10:01 2015 WARNING Web-Server: 404 Not Found, Resource: /

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.