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.

Bugmaniac

Members
  • Joined

  • Last visited

  1. I have GlueTun setup as ct-vpn. This uses a bridge network. I have my Arr stack and QBT setup to use Network Type=Container:ct-vpn, this was if the VPN goes down for any reason the containers comms are switched off immediately. This works great until I come to name resolution between containers. I'm now looking at SWAG and the auto proxy fails trying to find the container, soon as I enter the unraid ip instead it starts working as intended. So normally in compose you would just add another network and let the containers use that for name resolution but in unraid you cant add another network to one thats already using network type:container. Anyone have any workarounds that I could try please?
  2. DOCKER Install. Latest Unraid Version. Cannot get Comixed to stay up. Fresh Install. #2383 Describe The Bug Clean install of Comixed using Docker on Unraid 7. Container starts, waits a few seconds and then stops. Comixed.log: 025-04-23T14:36:28.635+01:00 INFO 17 --- [ComiXed] [main] org.comixedproject.ComiXedApp : Starting ComiXedApp v2.3.9 using Java 17.0.2 with PID 17 (/app/comixed-release/bin/comixed-app-2.3.9.jar started by root in /app) 2025-04-23T14:36:28.638+01:00 INFO 17 --- [ComiXed] [main] org.comixedproject.ComiXedApp : No active profile set, falling back to 1 default profile: "default" 2025-04-23T14:36:34.195+01:00 ERROR 17 --- [ComiXed] [main] o.c.service.library.MissingFileScanner : No directory set 2025-04-23T14:36:34.767+01:00 INFO 17 --- [ComiXed] [main] org.comixedproject.ComiXedApp : Closing application context Unraid Log file: at org.springframework.boot.SpringApplication.run(SpringApplication.java:334) at org.comixedproject.ComiXedApp.main(ComiXedApp.java:42) ... 7 more Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.micrometer.core.instrument.binder.system.ProcessorMetrics]: Factory method 'processorMetrics' threw exception with message: Cannot invoke "jdk.internal.platform.CgroupInfo.getMountPoint()" because "anyController" is null at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:177) at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:647) ... 24 more Caused by: java.lang.NullPointerException: Cannot invoke "jdk.internal.platform.CgroupInfo.getMountPoint()" because "anyController" is null at java.base/jdk.internal.platform.cgroupv2.CgroupV2Subsystem.getInstance(CgroupV2Subsystem.java:81) at java.base/jdk.internal.platform.CgroupSubsystemFactory.create(CgroupSubsystemFactory.java:113) at java.base/jdk.internal.platform.CgroupMetrics.getInstance(CgroupMetrics.java:167) at java.base/jdk.internal.platform.SystemMetrics.instance(SystemMetrics.java:29) at java.base/jdk.internal.platform.Metrics.systemMetrics(Metrics.java:58) at java.base/jdk.internal.platform.Container.metrics(Container.java:43) at jdk.management/com.sun.management.internal.OperatingSystemImpl.(OperatingSystemImpl.java:182) at jdk.management/com.sun.management.internal.PlatformMBeanProviderImpl.getOperatingSystemMXBean(PlatformMBeanProviderImpl.java:280) at jdk.management/com.sun.management.internal.PlatformMBeanProviderImpl$3.nameToMBeanMap(PlatformMBeanProviderImpl.java:199) at java.management/sun.management.spi.PlatformMBeanProvider$PlatformComponent.getMBeans(PlatformMBeanProvider.java:195) at java.management/java.lang.management.ManagementFactory.getPlatformMXBean(ManagementFactory.java:687) at java.management/java.lang.management.ManagementFactory.getOperatingSystemMXBean(ManagementFactory.java:389) at io.micrometer.core.instrument.binder.system.ProcessorMetrics.(ProcessorMetrics.java:81) at io.micrometer.core.instrument.binder.system.ProcessorMetrics.(ProcessorMetrics.java:76) at org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration.processorMetrics(SystemMetricsAutoConfiguration.java:59) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:140) ... 25 more Exception in thread "main" java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:91) at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:53) at org.springframework.boot.loader.launch.PropertiesLauncher.main(PropertiesLauncher.java:574) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processorMetrics' defined in class path resource [org/springframework/boot/actuate/autoconfigure/metrics/SystemMetricsAutoConfiguration.class]: Failed to instantiate [io.micrometer.core.instrument.binder.system.ProcessorMetrics]: Factory method 'processorMetrics' threw exception with message: Cannot invoke "jdk.internal.platform.CgroupInfo.getMountPoint()" because "anyController" is null at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:651) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:485) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1335) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1165) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:959) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) at org.springframework.boot.SpringApplication.run(SpringApplication.java:334) at org.comixedproject.ComiXedApp.main(ComiXedApp.java:42) ... 7 more Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.micrometer.core.instrument.binder.system.ProcessorMetrics]: Factory method 'processorMetrics' threw exception with message: Cannot invoke "jdk.internal.platform.CgroupInfo.getMountPoint()" because "anyController" is null at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:177) at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:647) ... 24 more Caused by: java.lang.NullPointerException: Cannot invoke "jdk.internal.platform.CgroupInfo.getMountPoint()" because "anyController" is null at java.base/jdk.internal.platform.cgroupv2.CgroupV2Subsystem.getInstance(CgroupV2Subsystem.java:81) at java.base/jdk.internal.platform.CgroupSubsystemFactory.create(CgroupSubsystemFactory.java:113) at java.base/jdk.internal.platform.CgroupMetrics.getInstance(CgroupMetrics.java:167) at java.base/jdk.internal.platform.SystemMetrics.instance(SystemMetrics.java:29) at java.base/jdk.internal.platform.Metrics.systemMetrics(Metrics.java:58) at java.base/jdk.internal.platform.Container.metrics(Container.java:43) at jdk.management/com.sun.management.internal.OperatingSystemImpl.(OperatingSystemImpl.java:182) at jdk.management/com.sun.management.internal.PlatformMBeanProviderImpl.getOperatingSystemMXBean(PlatformMBeanProviderImpl.java:280) at jdk.management/com.sun.management.internal.PlatformMBeanProviderImpl$3.nameToMBeanMap(PlatformMBeanProviderImpl.java:199) at java.management/sun.management.spi.PlatformMBeanProvider$PlatformComponent.getMBeans(PlatformMBeanProvider.java:195) at java.management/java.lang.management.ManagementFactory.getPlatformMXBean(ManagementFactory.java:687) at java.management/java.lang.management.ManagementFactory.getOperatingSystemMXBean(ManagementFactory.java:389) at io.micrometer.core.instrument.binder.system.ProcessorMetrics.(ProcessorMetrics.java:81) at io.micrometer.core.instrument.binder.system.ProcessorMetrics.(ProcessorMetrics.java:76) at org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration.processorMetrics(SystemMetricsAutoConfiguration.java:59) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:140) ... 25 more 2025-04-23T14:36:28.635+01:00 INFO 17 --- [ComiXed] [ main] org.comixedproject.ComiXedApp : Starting ComiXedApp v2.3.9 using Java 17.0.2 with PID 17 (/app/comixed-release/bin/comixed-app-2.3.9.jar started by root in /app) 2025-04-23T14:36:28.638+01:00 INFO 17 --- [ComiXed] [ main] org.comixedproject.ComiXedApp : No active profile set, falling back to 1 default profile: "default" Database is up to date, no changesets to execute Hibernate: select co1_0.id,co1_0.last_modified_on,co1_0.option_name,co1_0.option_value from configuration_options co1_0 where co1_0.option_name=? Hibernate: select co1_0.id,co1_0.last_modified_on,co1_0.option_name,co1_0.option_value from configuration_options co1_0 where co1_0.option_name=? 2025-04-23T14:36:34.195+01:00 ERROR 17 --- [ComiXed] [ main] o.c.service.library.MissingFileScanner : No directory set 2025-04-23T14:36:34.767+01:00 INFO 17 --- [ComiXed] [ main] org.comixedproject.ComiXedApp : Closing application context ** Press ANY KEY to close this window ** Operating System Where is ComiXed running? Docker Database What database is ComiXed using? H2 (embedded, generally unsupported) Browser (If A Web Issue) Edge ComiXed Build Detail: Latest Docker Image
  3. It looks like Unraid / Linux Kernel doesnt support this E5000B 5 gigabit Nic that comes installed on the MSI MAG Z890 Tomahawk WIFI MS-7E3. lspci -v lists the card so hardware wise its present just has no drivers for it. Managed to install a supported spare Gigabit card that I had. Thought I'd post this here in case anyone else searches for that card and doesnt get any hits. Gleaned some info from teh following link but I'm not quite that technical to dig any further just yet. https://discuss.cachyos.org/t/solved-non-functional-ethernet-connection-but-wifi-works/4431/5 * UPDATE * Seems this is a R8126 card and Unraid has drivers for this in the app store. Will report back once tested. * UPDATE 2 * Confirmed now working after installing the driver via the Unraid App Store. Fix was from here:
  4. Perfect, thank you!
  5. Hi All, I have a Core Ultra 265k which I'm looking to use with Unraid. By all accounts to do that I need the v7 betas. If I buy an Unleashed license in the black friday sale that would be at v6 right? Can I then upgrade to v7 for free or will that be another cost? Many thanks for reading.

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.