Jump to content

freezr

Members
  • Posts

    43
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I resolved using slock from the suckless-tools in combination with xautolock. https://tools.suckless.org/slock/
  2. Hi guys, this is totally new, I have been always able to connect to my remote server from my Odroid-XU4 so far. However, today I got stuck at this step: OpenSSH_9.2p1 Debian-2, OpenSSL 3.0.9 30 May 2023 debug1: Reading configuration data /home/odroid/.ssh/config debug1: /home/odroid/.ssh/config line 10: Applying options for freezr debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files debug1: /etc/ssh/ssh_config line 21: Applying options for * debug1: Connecting to $REMOTE_HOST$ [$REMOTE_HOST$] port 22. debug1: Connection established. debug1: identity file /home/odroid/.ssh/vultr2_ed25519 type 3 debug1: identity file /home/odroid/.ssh/vultr2_ed25519-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_9.2p1 Debian-2 debug1: Remote protocol version 2.0, remote software version OpenSSH_9.3 FreeBSD-20230316 debug1: compat_banner: match: OpenSSH_9.3 FreeBSD-20230316 pat OpenSSH* compat 0x04000000 debug1: Authenticating to $REMOTE_HOST$:22 as '$USER$' debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: algorithm: sntrup761x25519-sha512@openssh.com debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug1: expecting SSH2_MSG_KEX_ECDH_REPLY Connection closed by $REMOTE_HOST$ port 22 The majority of the solutions online involve to lower down the MTU, this solution did not work for me. On a Devuan laptop with the same identical ./ssh/config file and same keys the ssh connection works just fine. Can't understand how to fix it, thanks! 🙏 Odroid-XU4 Distributor ID: Debian Description: Armbian 23.8.3 bookworm Release: 12 Codename: bookworm
  3. Hi guys, this is something that I would like to achieve if feasible. I remember that other OS like "RetroPie Arena" support GPU acceleration, thanks. Any documentation to read? Thanks! 🙏
  4. Hi there, I am trying to tunneling the connection between my mobile and my Armbian/OdroidX4 through `sshuttle`. It wasn't a bug it is required python and iproute2 on Termux in order to sshuttle to handle the connection.
  5. Hi guys, I am trying to run xscreensaver (Bookworm, Odroid-XU4) but I am getting this error: odroid ) xscreensaver --verbose XScreenSaver 6.06, released Dec 2022 -- 6 months ago Copyright © 1991-2022 by Jamie Zawinski <jwz@jwz.org> xscreensaver: 12:34:29: running in process 12038 xscreensaver: 12:34:29: XInput extension missing I am trying to make xscreensaver working, it used to work with Buster, however if I did something specific I totally forgot about it, however comparing the older packages with the newer ones looks are matching... Old packages: libinput-bin install libinput10:armhf install libxcb-xinput0:armhf install libx11-xcb-dev:armhf install libx11-xcb1:armhf install libxcb-dri2-0:armhf install libxcb-dri3-0:armhf install libxcb-glx0:armhf install libxcb-icccm4:armhf install libxcb-image0:armhf install libxcb-keysyms1:armhf install libxcb-present0:armhf install libxcb-randr0:armhf install libxcb-render-util0:armhf install libxcb-render0:armhf install libxcb-render0-dev:armhf install libxcb-shape0:armhf install libxcb-shm0:armhf install libxcb-shm0-dev:armhf install libxcb-sync1:armhf install libxcb-util1:armhf install libxcb-xfixes0:armhf install libxcb-xinerama0:armhf install libxcb-xinput0:armhf install libxcb-xkb1:armhf install libxcb1:armhf install libxcb1-dev:armhf install Current packages: libinput-bin install libinput10:armhf install libxcb-xinput0:armhf install libx11-xcb1:armhf install libxcb-dri2-0:armhf install libxcb-dri3-0:armhf install libxcb-glx0:armhf install libxcb-icccm4:armhf install libxcb-image0:armhf install libxcb-keysyms1:armhf install libxcb-present0:armhf install libxcb-randr0:armhf install libxcb-render-util0:armhf install libxcb-render0:armhf install libxcb-shape0:armhf install libxcb-shm0:armhf install libxcb-sync1:armhf install libxcb-util1:armhf install libxcb-xfixes0:armhf install libxcb-xinerama0:armhf install libxcb-xinput0:armhf install libxcb-xkb1:armhf install libxcb1:armhf install libxcb1-dev:armhf install I am trying to launch it through a VNC session, and I don't see in the settings any special flag associated with Xscreensaver: cat .vnc/xstartup #!/bin/sh xrdb "$HOME/.Xresources" xsetroot -solid black export XKL_XMODMAP_DISABLE=1 xscreensaver & xmodmap -e "keysym Alt_R = Multi_key" & /etc/X11/Xsession wmaker I tried to install other packages like libxcb-screensaver0, or xinput, but still doesn't work. I have not a clue on how to fix it... 😩 Thanks...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines