Jump to content

dj15114

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by dj15114

  1. A mobile ui or app that is easy to use on the go, I have tried some of the 3rd party options and either couldn’t get it to stay connected or there was too much for on the go like I don’t need to access vms on the go but being able to turn them on and off would be good and same sort of thing with docker containers and being able to basic things would be a decent implementation of mobile access

  2. On 4/11/2022 at 7:49 AM, jerseyknoll said:

    Thanks for putting this docker together. I'm having the following issue running it. Any help would be appreciated.

     

    + cd /data
    + [[ true = \f\a\l\s\e ]]
    + echo eula=true
    /launch.sh: line 8: eula.txt: Permission denied
    + [[ -f Above and Beyond-1.3-Server.zip ]]
    + rm -fr config kubejs libraries mods '*Server.zip' 'forge*.jar'
    + curl -Lo 'Above and Beyond-1.3-Server.zip' 'https://edge.forgecdn.net/files/3567/576/Above and Beyond-1.3-Server.zip'
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
      0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    Warning: Failed to create the file Above and Beyond-1.3-Server.zip: Permission 
    Warning: denied
      0  141M    0 15888    0     0  18713      0  2:12:12 --:--:--  2:12:12 18713
    curl: (23) Failed writing body (0 != 15888)
    ++ ls 'forge-*-installer.jar'
    ls: cannot access 'forge-*-installer.jar': No such file or directory
    + java -jar --installServer
    Unrecognized option: --installServer
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    + [[ -n '' ]]
    + [[ -n world ]]
    + sed -i '/level-name\s*=/ c level-name=world' /data/server.properties
    sed: can't read /data/server.properties: No such file or directory
    + [[ -n jerseyknoll ]]
    + echo jerseyknoll
    + awk -v RS=, '{print}'
    /launch.sh: line 27: ops.txt: Permission denied
    ++ ls 'forge-*[0-9].jar'
    ls: cannot access 'forge-*[0-9].jar': No such file or directory
    + java -server -Xms4096m -Xmx8192m -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=0 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:+UseG1GC -Dfml.queryResult=confirm -jar nogui
    Error: Unable to access jarfile nogui
    + cd /data
    + [[ true = \f\a\l\s\e ]]
    + echo eula=true
    /launch.sh: line 8: eula.txt: Permission denied
    + [[ -f Above and Beyond-1.3-Server.zip ]]
    + rm -fr config kubejs libraries mods '*Server.zip' 'forge*.jar'
    + curl -Lo 'Above and Beyond-1.3-Server.zip' 'https://edge.forgecdn.net/files/3567/576/Above and Beyond-1.3-Server.zip'
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
      0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
      0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Warning: Failed to create the file Above and Beyond-1.3-Server.zip: Permission 
    Warning: denied
      0  141M    0  1564    0     0   1571      0 26:14:53 --:--:-- 26:14:53  6859
    curl: (23) Failed writing body (0 != 1564)
    ++ ls 'forge-*-installer.jar'
    ls: cannot access 'forge-*-installer.jar': No such file or directory
    + java -jar --installServer
    Unrecognized option: --installServer
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    + [[ -n '' ]]
    + [[ -n world ]]
    + sed -i '/level-name\s*=/ c level-name=world' /data/server.properties
    sed: can't read /data/server.properties: No such file or directory
    + [[ -n jerseyknoll ]]
    + echo jerseyknoll
    + awk -v RS=, '{print}'
    /launch.sh: line 27: ops.txt: Permission denied
    ++ ls 'forge-*[0-9].jar'
    ls: cannot access 'forge-*[0-9].jar': No such file or directory
    + java -server -Xms4096m -Xmx8192m -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=0 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:+UseG1GC -Dfml.queryResult=confirm -jar nogui
    Error: Unable to access jarfile nogui
    
    ** Press ANY KEY to close this window ** 

     

    has anyone figured out what's wrong here, I'm having the same issue, and i have checked the permissions and haven't been able to figure it out im haveing the issue with the direwolf 20 1.19 pack and the 1.18 pack.

×
×
  • Create New...