Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

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.

damin90900

Members
  • Joined

  • Last visited

  1. okay thanks, i fixed the problem
  2. I have such a question. How to get out of a screen without killing the process on ubuntu
  3. There is a possibility that something will change when the terminal is converted to putty?
  4. So there is no solution to this problem?
  5. comes from google cloud
  6. Anybody knows what's going on?
  7. vps, 10vCPU, 20GB RAM,DISK 60GB SSD CPU Supported by the Intel Skylake processor platform or one of its predecessors
  8. 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
  9. ubuntu 18.04
  10. Did I post it well?
  11. https://paste.gg/p/anonymous/7489b008595e41379b00553dbb76c819
  12. [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

Important Information

By using this site, you agree to our Terms of Use.

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.