You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chmod: changing permissions of '/data': Operation not permitted
[init] Running as uid=1000 gid=3000 with /data as 'drwxrwsrwx 2020004 Jul 8 23:20 /data'
[init] Resolving type given VANILLA
[mc-image-helper] 00:36:22.176 ERROR : 'resolve-minecraft-version' command failed. Version is 1.32.6
reactor.core.Exceptions$ReactiveException: io.netty.resolver.dns.DnsResolveContext$SearchDomainUnknownHostException: Failed to resolve 'launchermeta.mojang.com' [A(1)] and search domain queryfor configured domains failed as well: [games.svc.cluster.local, svc.cluster.local, cluster.local, mycavanaughnetwork.com]
at reactor.core.Exceptions.propagate(Exceptions.java:408)
at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:100)
at reactor.core.publisher.Mono.block(Mono.java:1712)
at me.itzg.helpers.versions.ResolveMinecraftVersionCommand.call(ResolveMinecraftVersionCommand.java:26)
at me.itzg.helpers.versions.ResolveMinecraftVersionCommand.call(ResolveMinecraftVersionCommand.java:12)
at picocli.CommandLine.executeUserObject(CommandLine.java:2041)
I've tried a few different things by leaving in defaults of yours and overriding some but it seems like the problem is that type is VANILLA and it can't find that version? if i'm reading the error correctly... but your default is VANILLA which is why i'm confused here. what should i be using in type to make this server start up?
Might be a permissions issue, looks like your /data folder may not be accessible, looks like it would be using read/write for everyone since the user/group does not match. What type of existingClaim are you using? Is anything written to the /data directory? Try turning on debug by adding it to the extraEnv section.
I've tried a few different things by leaving in defaults of yours and overriding some but it seems like the problem is that type is VANILLA and it can't find that version? if i'm reading the error correctly... but your default is VANILLA which is why i'm confused here. what should i be using in type to make this server start up?
The text was updated successfully, but these errors were encountered: