You are not logged in.
Pages: 1
Since some time I miss the function of page-up and page-down in the console. I do not recall when this was gone. If you want to see some output, which has passed the uppermost line in the console window, this output is lost. If you are lucky, you can repeat the event and pipe the output into less, then you can navigate in the output.
I happened to put an old 486 Desktop in service again last week, which was bought in 1998 and had not been in operation since Nov 2007 or so. Luckily it worked and it showed a SuSE7.0 install with kernel 2.2.16 installed and a fvwm95 desktop. that makes ~ 40 tasks !
And there I could scroll the console window up and down, I remember with Shift-Page-Up/-Down, as much as the size of the console memory permits.
How can i get this scrolling function in the devuan console again, as i do all administrative tasks in the console ?
happens not in x-terminals
depends not on zsh or bash (echo $SHELL)
This concerns
1:2345:respawn:/sbin/getty --noclear 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3
4:23:respawn:/sbin/getty 38400 tty4
5:23:respawn:/sbin/getty 38400 tty5
6:23:respawn:/sbin/getty 38400 tty6
after a login
@admins : you may shift this to a more appropriate theme
Last edited by bai4Iej2need (2022-04-03 12:59:44)
The devil you know is better than the angel you don't know.
Offline
Well, there is no generic Devuan console. I guess you are talking about the terminals you can open on the graphical DE. There may of them, Gnome Terminal, Mate Terminal, xterm ....
Why don't you tell us a bit about the environment you are working on?
rolfie
Offline
Well, there is no generic Devuan console. I guess you are talking about the terminals you can open on the graphical DE. There may of them, Gnome Terminal, Mate Terminal, xterm ....
Why don't you tell us a bit about the environment you are working on?
rolfie
see above
There is a server (beowulf) which does not even have an xserver.
Edit:
uname -a
Linux "$HOST" 4.19.0-20-amd64 #1 SMP Debian 4.19.235-1 (2022-03-17) x86_64 GNU/Linux
used mostly through ssh , where the problem does not exist.
I have Laptops with chimaera, but also here I do admin tasks in the console.
Edit : And here the problem comes up.
uname -a
Linux "$HOST" 5.10.0-12-amd64 #1 SMP Debian 5.10.103-1 (2022-03-07) x86_64 GNU/Linux
Last edited by bai4Iej2need (2022-04-03 12:44:25)
The devil you know is better than the angel you don't know.
Offline
https://www.phoronix.com/scan.php?page= β¦ Scrollback
Perhaps use tmux or screen instead?
To obtain a root shell use su -. Using just su will result in "command not found" messages.
Offline
Shift-PageUp / Shift-PageDown works for me.
$ cat /etc/devuan_version
chimaera
$ cat ~/.bash_history
(then Shift-PageUp, etc.)
Help | About: xfce4-terminal 0.8.10
Offline
Shift-PageUp / Shift-PageDown also works in gnome terminal (Cinnamon - Chimaera).
Offline
^ & ^^ the OP has mentioned twice now that they are not asking about terminal emulators in the graphical desktop but rather the console screen, also known as the TTY.
To obtain a root shell use su -. Using just su will result in "command not found" messages.
Offline
He's talking about the TTY not a terminal emulator. I also have this issue regardless of the Linux distro, even shift + pageup/pagedown does not work. Interestingly, FreeBSD's tty scroll works just fine.
Offline
I tested tmux and screen on the DUT console.
They do not bring this functionality with them.
so Linus Tv is wrong, that nobody uses this functionality.
Anyone, who must access bare HW through the keyboard without intervening ssh tunnels etc, falls back to the functionality.
This haαΉpens mostly during the first manual install.
And it is annoying, if the function is there in all other forms of graphic terminals, shells and tunnels, but not during a direct access.
Who tells LTV ?
Last edited by bai4Iej2need (2022-04-03 12:56:29)
The devil you know is better than the angel you don't know.
Offline
and I made another test :
ssh'ed from the console of the kernel 5.10 laptop to the server with Kernel 4.19
and the scrolling function is gone.
As I tend to work on the lowest level necessary this is really a PITA.
The devil you know is better than the angel you don't know.
Offline
command | less
or
command | more
Offline
I tested tmux and screen on the DUT console.
They do not bring this functionality with them.
Try harder.
Screen gives me a scrollback in "real texmode" and GUIy terminals. Just not with PgUP. Use doping: Read a bit more about it. Look for ^A ESC or ^A [.
Tmux probably does it in a very similar way.
Last edited by yeti (2022-04-03 15:06:41)
<ππππ’ ππππππ='ππππππππ.ππππ’.ππππππ·ππΌπ»="π³ππππππ πΉπ!";'>
π―ππ'π ππππππ ππ πππππππππππ!
Offline
I've just pressed ctrl-alt-f2, logged on, typed ls to get a few screenfuls of ouput and shift-page_up and shift-page_down work. But if I press ctrl-alt-f7 to get back to the GUI, then ctrl-alt-f2 the scroll buffer is cleared.
This is on ascii (I run CUDA on an old GPU and dare not update it because Nvidia have probably removed support for the GPU from current releases of their drivers and runtime).
Chris
Offline
https://www.phoronix.com/forums/forum/s β¦ ost1207037
Not everybody is happy with dropping this code, when LTv makes a ... decision
AND : /usr/bin/less is not available in runlevel 1 !
The devil you know is better than the angel you don't know.
Offline
tested now with kernel linux-image-4.19.0-20 from beowulf, but the function is the same missing.
vgacon.c patch has been backported to 4.19. to remove the code.
Last edited by bai4Iej2need (2022-04-04 16:33:19)
The devil you know is better than the angel you don't know.
Offline
Pages: 1