You are not logged in.
Pages: 1
Thanks, it worked doing :
date --set 2023-08-06
date --set 20:50:00
thanks.
I've realized that the date and time on my chromebook are wrong. I'm pretty sure that this is the cause. Now,I tried different methods to fix them,but none worked. How can I synchronize date and time on devuan from the command line ?
It seems like a cat that tries to eat its tail. I can't synchronize time and data using the internet because the repos don't let me do it ; I tried to reconfigure it using the command dpkg-reconfigure tzdata,but it fails. It also fails using timedatectl because it says command not found (and I can't install it for the same reason explained above). Service ntp and ntpd aren't there ; what else ?
Hello to everyone.
I've installed devuan 5 for armhf on my ARM chromebook,using these repos :
deb http://deb.devuan.org/merged daedalus main
deb http://deb.devuan.org/merged daedalus-security main
deb http://deb.devuan.org/merged daedalus-updates main
deb http://deb.devuan.org/devuan daedalus-proposed-updates main
deb http://deb.devuan.org/merged daedalus-backports main
but I'm not able to install anything. They are wrong. It can't connect to any of those repos. The error message I get is the following :
InRelease is not valid yet (limited for another x;y;z time. Updates for this repos will not be applied.
What are the correct repos ? thanks.
Thanks. There was a permission error on the workstation pc,on the directory /root. The permissions should have been root (root) : read and write : group = root : access = nothing ; other access = nothing ; but they weren't like that. I've fixed them and the ssh error is gone away.
Hello to everyone.
I've installed Devuan 4 chimaera on my Google / Samsung Arm Chromebook. What I'm trying to do is to install and configure openssh-server. I've configured it like this one :
apt install openssh-server
gedit /etc/ssh/sshd_config :
Include /etc/ssh/sshd_config.d/*.conf
PermitRootLogin yes
ChallengeResponseAuthentication no
UsePAM yes
AllowAgentForwarding yes
AllowTcpForwarding yes
X11Forwarding yes
PrintMotd no
PrintLastLog yes
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
and then I did :
# service ssh restart
I want to inform you that inside the directories /home/marietto and /root there isn't any .ssh directory. Now,on my Workstation I do :
ziomario@Z390-AORUS-PRO-DEST:~$ ssh -Y marietto@192.168.1.6
where 192.168.1.6 is the IP assigned to the Chromebook (it is connected through the wi-fi network),but I get the following error :
Bad owner or permissions on /home/ziomario/.ssh/config
How can I fix this error ? I tried different solutions like this :
mkdir /home/marietto/.ssh
chmod 700 /home/marietto/.ssh
chmod 600 /home/marietto/.ssh/*
but it didn't work. I want also inform you that I'm able to connect to the ssh server if I do :
ssh -Y marietto@192.168.1.6
while I stay on the Chromebook.
Pages: 1