From 60d3abc6ecdc21b4ab921d34a55b4af48690f55a Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 11 Mar 2021 18:53:14 +0100 Subject: Rewrote the whole website to get rid on a heavy theme --- .../blog/miscellaneous/screen-cannot-open-terminal.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 content/en/blog/miscellaneous/screen-cannot-open-terminal.md (limited to 'content/en/blog/miscellaneous/screen-cannot-open-terminal.md') diff --git a/content/en/blog/miscellaneous/screen-cannot-open-terminal.md b/content/en/blog/miscellaneous/screen-cannot-open-terminal.md deleted file mode 100644 index 7622191..0000000 --- a/content/en/blog/miscellaneous/screen-cannot-open-terminal.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Screen cannot open terminal error" -linkTitle: "Screen cannot open terminal error" -date: 2018-07-03 -description: > - Screen cannot open terminal error ---- - -If you encounter : -{{< highlight sh >}} -Cannot open your terminal '/dev/pts/0' - please check. -{{< /highlight >}} - -Then you did not open the shell with the user you logged in with. You can make screen happy by running : -{{< highlight sh >}} -script /dev/null -{{< /highlight >}} -- cgit v1.2.3