Search found 143 matches

by mister_v
Tue Oct 14, 2025 4:34 pm
Forum: Linux
Topic: system crashes at boot
Replies: 1
Views: 59

system crashes at boot

I have a virtual Linux server,
that failed to boot because a disk is not connected.
But it is just for the backups, so nothing critical on it.
Why can't it boot and just warn me.
Problem is, because it doesn't do a full boot. I can't ssh to it.
by mister_v
Wed Oct 08, 2025 3:44 pm
Forum: Linux
Topic: SOLVED: test disk speed
Replies: 2
Views: 7401

Re: test disk speed

Supper exactly, what I needed.
by mister_v
Mon Sep 29, 2025 1:00 pm
Forum: Linux
Topic: SOLVED: test disk speed
Replies: 2
Views: 7401

SOLVED: test disk speed

Is there a command to test the hard disk speed ?
by mister_v
Wed Sep 10, 2025 4:36 pm
Forum: Linux
Topic: swap partition not present
Replies: 1
Views: 6035

swap partition not present

I got a problem with my swap space.

I got a small server with 1Gb ram.
It is getting to its limit.
It want to swap out memory but because there is no partition for swap,
so it is killing some processes.

How can i fix this, without adding a partition ?
by mister_v
Thu Aug 01, 2024 8:52 pm
Forum: General
Topic: openvpn Authenticate/Decrypt packet error: packet HMAC authentication failed
Replies: 1
Views: 530858

openvpn Authenticate/Decrypt packet error: packet HMAC authentication failed

I have a problem with openVPN.

My certificates can't connect.

In the log of the server, I got:

Code: Select all

Authenticate/Decrypt packet error: packet HMAC authentication failed
Anyone know what the cause is ?
by mister_v
Sun May 19, 2024 11:50 am
Forum: Linux
Topic: ping scan LAN network
Replies: 1
Views: 527354

ping scan LAN network

Is there an easy way to scan the network for all computers?
like ping, but not do all the 254 ip's by hand ?
by mister_v
Sat May 06, 2023 7:31 pm
Forum: Linux
Topic: openvpn Authenticate/Decrypt packet error: packet HMAC authentication failed
Replies: 2
Views: 283842

Re: openvpn Authenticate/Decrypt packet error: packet HMAC authentication failed

I found the problem.
I sued the same key for server and client,
in the config of server and client (ta.key).

But the key was updated on the server,
and not in the client ovpn-file.

Put it in the ovpn-file,
send it to the client and it was ok.
by mister_v
Sat May 06, 2023 4:14 pm
Forum: Linux
Topic: openvpn Authenticate/Decrypt packet error: packet HMAC authentication failed
Replies: 2
Views: 283842

openvpn Authenticate/Decrypt packet error: packet HMAC authentication failed

Hello,

I have a problem with connecting my client with my openvpn server.
got the error:
Authenticate/Decrypt packet error: packet HMAC authentication failed
by mister_v
Sat Apr 01, 2023 10:47 am
Forum: Linux
Topic: ssh login not working
Replies: 5
Views: 387532

Re: ssh login not working

after a few tries,
I found another errors message :
sshd[26151]: debug1: permanently_set_uid: 22/22 [preauth]
sshd[26151]: debug3: ssh_sandbox_child: setting PR_SET_NO_NEW_PRIVS [preauth]
sshd[26151]: debug3: ssh_sandbox_child: attaching seccomp filter program [preauth]
sshd[26151]: debug1: ssh ...
by mister_v
Thu Feb 09, 2023 7:44 pm
Forum: Linux
Topic: debian set ntp client
Replies: 1
Views: 232086

debian set ntp client

Hi,

how do I change the ntp server on which my pc is synced ?
I have Debian / Ubuntu.
I searched for /etc/ntp.conf (was on my old linux)
couldn't find it.