storm123

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by storm123

  1. Hi, I keep seeing high ram usage >75% even when hardly any services are running. Now I'm getting out of memory errors on the fix common problems. I've rebooted and same issues. Docker service even fails. Diagnostic attached if anyone can help please. Thank you tower-diagnostics-20230724-0703.zip
  2. Thank you for all your help aptalca. I made the change and it didn't work but after some digging I found that it turns out my nextcloud_works docker was broken. I've re-built it and it's all working perfectly now. Much appreciated.
  3. Hi, Confs for letsencyrpt attached. Error log makes mention of "[error] 685#685: *996 no host in upstream ":443", client: xxx.xxx.xxx.xxx, server: nextcloudwork.*," Thank you for helping so far nextcloud.subdomain.conf nextcloudwork.subdomain.conf
  4. Thanks mate. Gave it a go. I now get a connection but it goes to a 500 internal server error. Any logs I can share to help track down the final step?
  5. Hi guys. Thank you for the container. I've recently re-set this container up. It's mostly working perfectly. I am running two nextcloud containers - one for personal and one for work. Reverse proxy works perfectly for the home one. Reverse proxy for the work container doesn't seem to work for me - it just re-directs to the home container. Home container is called "nextcloud" and mapped to nextcloud.XXX Work container is called "nextcloud_works" and mapped to nextcloudwork.XXX. Both being run as sub-domain reverse proxies. Attached are the reverse proxy configs for both. Any help would be appreciated. Thanks nextcloudwork.subdomain.conf nextcloud.subdomain.conf
  6. Thanks for this. Just tried to install and couldn't see an option to set port or config location. There is instead a repeat of the option to set permissions. See attached. Thanks.
  7. Thank you for all the input guys. Sorry for the delay in getting back. Work and life has been so busy so just dealing with the issue this weekend. I ran the fix-fixable option on that disk. I then ran the -check option again and found a couple of more errors. I then ran the rebuild-tree option. Again ran the -check and more errors. I was basically in a loop. In the meantime, I was preclearing another 6TB disk. This kept failing in that the server would just lock up (no network/keyboard unresponsive etc.) and eventually I worked out one of the RAM sticks had errors. Using Memtest I identified the faulty RAM stick and it has now been removed and RAM wise it's all good now. I'm just waiting for the rebuild-tree and preclear to complete. What would be best next step? Replace the drive or try starting the array once the check option confirms all is good? Thanks again everyone.
  8. Thank you Johnnie. I've done as instructed and it doesn't look good. I think I'll replace the drive and then try and work on the issues. I may even have some warranty. Should I just put a new drive in, pre-clear and then let it rebuild from parity?
  9. Hi all, Bit of a panic. My array stopped and now is sort of back on line. Biggest problem is that disk 13 is now reporting as unmounted and the main page of the web gui is giving me the option to format it. I don't want to do this as there's quite a bit of data on it. I've done some searching for similar errors and pulled the diagnostic zip file (see attached). I've not done anything else. In fact, I've just disabled the mover from kicking in shortly. Any help on next steps would be appreciated. Thanks, tower-diagnostics-20161231-1844.zip
  10. Any chance anyone can help? There seems to be some more telling issues in the subsonic_sh.log file created by the container. See attached. Thanks. 1069 [main] INFO org.springframework.context.support.ClassPathXmlApplicationContext - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@5f184fc6: display name [org.springframework.context.support.ClassPathXmlApplicationContext@5f184fc6]; startup date [sat Sep 17 14:33:04 BST 2016]; root of context hierarchy 1833 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [applicationContext-deployer.xml] 4080 [main] INFO org.springframework.context.support.ClassPathXmlApplicationContext - Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext@5f184fc6]: org.springframework.beans.factory.support.DefaultListableBeanFactory@3cef309d 7750 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3cef309d: defining beans [service,org.springframework.remoting.rmi.RmiServiceExporter#0]; root of factory hierarchy 8365 [main] INFO org.mortbay.log - Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog Using WAR file: /var/lib/tomcat8/webapps/subsonic.war Extracting webapp to /config/jetty/${buildNumber} Using WAR file: /var/lib/tomcat8/webapps/subsonic.war 9622 [main] INFO org.mortbay.log - jetty-6.1.x 12334 [main] WARN org.mortbay.log - Failed startup of context org.mortbay.jetty.webapp.WebAppContext@157632c9{/,jar:file:/var/lib/tomcat8/webapps/subsonic.war!/} java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:219) at java.util.zip.ZipFile.<init>(ZipFile.java:149) at java.util.jar.JarFile.<init>(JarFile.java:166) at java.util.jar.JarFile.<init>(JarFile.java:130) at org.mortbay.jetty.webapp.TagLibConfiguration.configureWebApp(TagLibConfiguration.java:171) at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1215) at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:500) at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40) at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117) at org.mortbay.jetty.Server.doStart(Server.java:217) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40) at net.sourceforge.subsonic.booter.deployer.SubsonicDeployer.deployWebApp(SubsonicDeployer.java:135) at net.sourceforge.subsonic.booter.deployer.SubsonicDeployer.<init>(SubsonicDeployer.java:65) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:61) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:877) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:839) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83) at net.sourceforge.subsonic.booter.Main.<init>(Main.java:24) at net.sourceforge.subsonic.booter.Main.main(Main.java:63) 13500 [main] INFO org.mortbay.log - Started [email protected]:4040 Subsonic running on: http://localhost:4040/ 15295 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Looking for RMI registry at port '9412' 16574 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Could not detect RMI registry - creating new one 16871 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Binding service 'SubsonicDeployerService' to RMI registry: RegistryImpl[unicastServerRef [liveRef: [endpoint:[172.17.0.6:9412](local),objID:[0:0:0, 0]]]]
  11. Hi, Hope you can help. I've just tried to install this docker and when running it just doesn't seem to run. The log file is attached. Thanks supervisord_2.log.txt
  12. Right just been tinkering with it and changed the access token but no joy. Also I've tried changing from bridge to host but no effect again. Is there any way to trash the database so it pulls a fresh one? Thanks
  13. Yes. I copied the code from the metabrainz site once I created my account. I've just checked and my account with them is still active. Is it worth me re-generating the access token and seeing if that fixes this? Thanks for speedy responses
  14. Thanks for the quick response. I just checked and my one shows: "Last replication packet received at 2015-06-21 00:03 UTC" Any way to force update the database then? Thanks
  15. Many thanks for this Docker. Been able to sort out much of the music collection with Picard and this. Their main website never seemed to work for me with Picard. Just one question really, how do I know which version of the database it is running? Is is possible to force download the latest database - if so how? Thanks again, Much appreciated!
  16. Thanks for the heads up on this. Am seriously considering this. Does anyone have photos of this installed in their case? Am just trying to visualise how it would be. Is it straightforward to change the fan? I would order one and see but the delivery charge is a bit high and only worth ordering more. Thanks for the detailed comments Downloadski. It really is swaying me. I'm in the UK so would probably go for the Norco ones.
  17. Alright all running fine now. Strange how that happened as I had been running sleep addon since rc3. Will hold fire for the time being. Thanks again everyone.
  18. Thanks for all the input guys. Have disabled sleep for the time being and waiting for unraid to rebuild the drive. Will update when complete.
  19. Any ideas anyone? Just to also add, in case it helps, the web interface is now not responding so will need to safely unmount and shutdown.
  20. Hi all, First time this has happened. One of my WD20EARS has red balled. It is connected to a IT flashed m1015 controller and am running 5rc3 with Simplefeatures. I have attached the syslog and also disk reports. Has the disk actually failed (only about a year old) or is this an error as a result of the controller card? Also any advice on next steps would be great. I have already unassigned and reassigned and rebuit data but still red balled. Cheers. EDIT: syslog too large so pasted here disk_details.txt
  21. Thanks for the update. Do you anticipate increasing the prices when the new company is operational? Waiting for pay day to buy a pro licence...
  22. Hi, Finally got all my parts and just want to check what setting to have on my BIOS. I have IDE (emulated) RAID and AHCI available for my drives. All my drives are SATA connections. I read somewhere a while ago it should be AHCI but just want to confirm which will be best. Thank you.