
damin90900
Members-
Content Count
12 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout damin90900
-
Rank
Tree Puncher
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
okay thanks, i fixed the problem
-
I have such a question. How to get out of a screen without killing the process on ubuntu
-
There is a possibility that something will change when the terminal is converted to putty?
-
So there is no solution to this problem?
-
comes from google cloud
-
Anybody knows what's going on?
-
vps, 10vCPU, 20GB RAM,DISK 60GB SSD CPU Supported by the Intel Skylake processor platform or one of its predecessors
-
stty -a speed 38400 baud; rows 43; columns 115; line = 0;intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>; eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; discard = ^O; min = 1; time = 0 ;-parenb -parodd -cmspar cs8 -hupcl -cstopb cread -clocal -crtscts -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon ixoff -iuclc ixany -imaxbel -iutf8 opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke -flusho -extproc
-
ubuntu 18.04
-
Did I post it well?
-
https://paste.gg/p/anonymous/7489b008595e41379b00553dbb76c819
-
[06Jan2021 02:10:11.176] [SIGCONT handler/INFO] [STDERR/]: [java.lang.Thread:dispatchUncaughtException:2002]: java.io.IOError: java.io.IOException: Error executing 'stty -a': stty: 'standard input': Input/output error [06Jan2021 02:10:11.176] [SIGCONT handler/INFO] [STDERR/]: [java.lang.Thread:dispatchUncaughtException:2002]: at org.jline.terminal.impl.AbstractPosixTerminal.getAttributes(AbstractPosixTerminal.java:46) [06Jan2021 02:10:11.176] [SIGCONT handler/INFO] [STDERR/]: [java.lang.Thread:dispatchUncaughtException:2002]: at org.jline.terminal.impl.AbstractTerminal.enterRawMode(AbstractTerminal.java:117) [06Jan2021 02:10:11.176] [SIGCONT handler/INFO] [STDERR/]: [java.lang.Thread:dispatchUncaughtException:2002]: at org.jline.reader.impl.LineReaderImpl.handleSignal(LineReaderImpl.java:1043) [06Jan2021 02:10:11.176] [SIGCONT handler/INFO] [STDERR/]: [java.lang.Thread:dispatchUncaughtException:2002]: at org.jline.terminal.impl.AbstractTerminal.raise(AbstractTerminal.java:81) [06Jan2021 02:10:11.176] [SIGCONT handler/INFO] [STDERR/]: [java.lang.Thread:dispatchUncaughtException:2002]: at org.jline.terminal.impl.PosixSysTerminal.lambda$handle$1(PosixSysTerminal.java:65) [06Jan2021 02:10:11.176] [SIGCONT handler/INFO] [STDERR/]: [java.lang.Thread:dispatchUncaughtException:2002]: at org.jline.utils.Signals.lambda$register$1(Signals.java:52) [06Jan2021 02:10:11.177] [SIGCONT handler/INFO] [STDERR/]: [java.lang.Thread:dispatchUncaughtException:2002]: at com.sun.proxy.$Proxy23.handle(Unknown Source) [06Jan2021 02:10:11.177] [SIGCONT handler/INFO] [STDERR/]: [java.lang.Thread:dispatchUncaughtException:2002]: at jdk.unsupported/sun.misc.Signal$InternalMiscHandler.handle(Signal.java:198) [06Jan2021 02:10:11.177] [SIGCONT handler/INFO] [STDERR/]: [java.lang.Thread:dispatchUncaughtException:2002]: at java.base/jdk.internal.misc.Signal$1.run(Signal.java:220) [06Jan2021 02:10:11.177] [SIGCONT handler/INFO] [STDERR/]: [java.lang.Thread:dispatchUncaughtException:2002]: at java.base/java.lang.Thread.run(Thread.java:834) [06Jan2021 02:10:11.177] [SIGCONT handler/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]: Caused by: java.io.IOException: Error executing 'stty -a': stty: 'standard input': Input/output error [06Jan2021 02:10:11.177] [SIGCONT handler/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]: at org.jline.utils.ExecHelper.exec(ExecHelper.java:42) [06Jan2021 02:10:11.177] [SIGCONT handler/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]: at org.jline.terminal.impl.ExecPty.doGetConfig(ExecPty.java:175) [06Jan2021 02:10:11.177] [SIGCONT handler/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]: at org.jline.terminal.impl.ExecPty.getAttr(ExecPty.java:87) [06Jan2021 02:10:11.177] [SIGCONT handler/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]: at org.jline.terminal.impl.AbstractPosixTerminal.getAttributes(AbstractPosixTerminal.java:44) [06Jan2021 02:10:11.177] [SIGCONT handler/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]: ... 9 more [06Jan2021 02:10:11.176] [Server console handler/ERROR] [net.minecraft.server.dedicated.DedicatedServer/]: Caught previously unhandled exception : java.io.IOError: java.io.IOException: Error executing 'stty -a': stty: 'standard input': Input/output error at org.jline.terminal.impl.AbstractPosixTerminal.setAttributes(AbstractPosixTerminal.java:54) ~[jline-3.12.1.jar:?] at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:650) ~[jline-3.12.1.jar:?] at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:418) ~[jline-3.12.1.jar:?] at net.minecraftforge.server.console.TerminalHandler.handleCommands(TerminalHandler.java:61) ~[?:?] at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:100) ~[?:?] Caused by: java.io.IOException: Error executing 'stty -a': stty: 'standard input': Input/output error at org.jline.utils.ExecHelper.exec(ExecHelper.java:42) ~[jline-3.12.1.jar:?] at org.jline.terminal.impl.ExecPty.doGetConfig(ExecPty.java:175) ~[jline-3.12.1.jar:?] at org.jline.terminal.impl.ExecPty.getAttr(ExecPty.java:87) ~[jline-3.12.1.jar:?] at org.jline.terminal.impl.ExecPty.doSetAttr(ExecPty.java:93) ~[jline-3.12.1.jar:?] at org.jline.terminal.impl.AbstractPty.setAttr(AbstractPty.java:29) ~[jline-3.12.1.jar:?] at org.jline.terminal.impl.AbstractPosixTerminal.setAttributes(AbstractPosixTerminal.java:52) ~[jline-3.12.1.jar:?] ... 4 more [06Jan2021 02:10:11.212] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server [06Jan2021 02:10:11.213] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players