Re: [gentoo-user] KDE Panel Mouse Problem

2020-02-22 Thread Franz Fellner
Autohide seems to work fine here.
Do you have the feature activated, that lets you change desktop when the
mouse hits the borders? If I activate that and have configured the Virtual
Desktop applet to show 4 desktops in two rows I get the described effect:
Hitting any of the four edges won't show the panel but change the desktop,
the mouse jumps to the opposite side.

Am Sa., 22. Feb. 2020 um 13:10 Uhr schrieb jdm :

> Hi,
>
> For the last three versions of plasma including latest 5.18 I am having
> a problem with panels. If I put autohide on and place the mouse on edge
> of the screen to get the panel to show my mouse (pointer) jumps to
> another part of the screen. It jumps out of the panel which hides again.
>
> This has been happening for the last 3 versions, I have created a new
> user and still have the problem and cleaned up configs.
>
> I have tried 3 different type of panels (app, default and empty) and in
> 4 places. It's even worse when placed on left or bottom as mouse
> jumps to centre.
>
>
> ---
> |   X  |
> |  |
> |  |
> |  |
> |X   X |
> |X   X |
> |X   X |
> |X   X |
> |X   X |
> |X |
> |  |
> |  |
> |XX|
> 
> Figure 1. Screenshot of panel placements.
>
> When the panel is not on autohide there is no mouse jump
>
> Any ideas.
>
> John
>
>


[gentoo-user] OpenVPN - error

2020-02-22 Thread thelma
When I try to start openVPN on a client I see this error on a server:

Sat Feb 22 02:32:10 2020 Authenticate/Decrypt packet error: packet HMAC 
authentication failed
Sat Feb 22 02:32:10 2020 TLS Error: incoming packet authentication failed from 
[AF_INET]

cat server.conf 
proto udp
port 9000
dev tun
mode server
ca /etc/openvpn/cert/ca.crt
cert /etc/openvpn/cert/clinic_atom.crt
key /etc/openvpn/cert/clinic_atom.key
dh /etc/openvpn/cert/dh.pem
topology subnet
server 192.168.141.0 255.255.255.0 
client-to-client
ifconfig-pool-persist ipp.txt
client-config-dir ccd
keepalive 10 120
tls-auth vpn_clinic.key 0
tun-mtu 1500
tun-mtu-extra 32
mssfix 1200
duplicate-cn
comp-lzo
max-clients 100
persist-key
persist-tun
status openvpn-status.log
log /var/log/openvpn.log
log-append /var/log/openvpn.log
verb 3

On client-config:
clinic_atom.conf 
client
dev tun
proto udp
port 9070
topology subnet
remote xxx.xx.xx.xx 9070 # static IP
resolv-retry infinite
tun-mtu 1500
tun-mtu-extra 32
mssfix 1200
persist-key
persist-tun
remote-cert-tls server
ca "/etc/openvpn/clinic_atom/ca.crt"
cert "/etc/openvpn/clinic_atom/syscon7.crt"
key "/etc/openvpn/clinic_atom/syscon7.key"
tls-auth "/etc/openvpn/clinic_atom/ta.key" 1
comp-lzo
log /var/log/openvpn.log
log-append /var/log/openvpn.log 
verb 3

-- 
Thelma



Re: [gentoo-user] Loading Issue

2020-02-22 Thread Roger J. H. Welsh
MIME-Version: 1.0
Content-Type: text/plain; format=flowed

Dr Rainer,

Dr Rainer Woitok  writes:
> So instead of pressing the "1" key umpteen times (plus one time 
> too oft-
> en, ARGH :-) it's probably really easier to boot from a live CD.
I certainly agree with you on this, I was really just posing a 
quick fix
for OP. I actually have a sysrescue disk in my boot partition, 
which I
can choose from the GRUB menu when things break at home.

> And the privileged shell offered here  is also restricted  in 
> that it is
> only usable for the  minority of 330 million people  using a US 
> keyboard
> layout,  while the vast  majority of  7.4 billion people  NOT 
> using a US
> keyboard layout will most probably not even manage  to enter 
> their pass-
> word :-(
Personally, if I was debugging my openrc, I would probably try out 
rc_interactive
for options 1, 2 and 3; if I was thinking of doing anything like 
4, I would rather drop
to a LiveCD.

When things go bad, go with what you know works. ;)

On another note, I don't see the "keymaps" rc-service when I use
rc-status. Is there any chance it is loaded before the other 
services?
Or alternatively, is there any way to set it as the first service 
that
starts? Does anyone listening know?

I'm just curious now.

--
Regards,

Roger Welsh



Re: [gentoo-user] OpenVPN - error

2020-02-22 Thread Roger Welsh
Hi Thelma,

I think you need 
tls-server 
And 
tls-client 
In your respective configs below.

Reference:
https://askubuntu.com/questions/594868/openvpn-hmac-authentication-failure-no-matter-what-i-do

And
https://openvpn.net/community-resources/reference-manual-for-openvpn-2-4/ 
Grep for tls-server.


On 22 February 2020 11:08:02 PM NZDT, the...@sys-concept.com wrote:
>When I try to start openVPN on a client I see this error on a server:
>
>Sat Feb 22 02:32:10 2020 Authenticate/Decrypt packet error: packet HMAC
>authentication failed
>Sat Feb 22 02:32:10 2020 TLS Error: incoming packet authentication
>failed from [AF_INET]
>
>cat server.conf 
>proto udp
>port 9000
>dev tun
>mode server
>ca /etc/openvpn/cert/ca.crt
>cert /etc/openvpn/cert/clinic_atom.crt
>key /etc/openvpn/cert/clinic_atom.key
>dh /etc/openvpn/cert/dh.pem
>topology subnet
>server 192.168.141.0 255.255.255.0 
>client-to-client
>ifconfig-pool-persist ipp.txt
>client-config-dir ccd
>keepalive 10 120
>tls-auth vpn_clinic.key 0
>tun-mtu 1500
>tun-mtu-extra 32
>mssfix 1200
>duplicate-cn
>comp-lzo
>max-clients 100
>persist-key
>persist-tun
>status openvpn-status.log
>log /var/log/openvpn.log
>log-append /var/log/openvpn.log
>verb 3
>
>On client-config:
>clinic_atom.conf 
>client
>dev tun
>proto udp
>port 9070
>topology subnet
>remote xxx.xx.xx.xx 9070 # static IP
>resolv-retry infinite
>tun-mtu 1500
>tun-mtu-extra 32
>mssfix 1200
>persist-key
>persist-tun
>remote-cert-tls server
>ca "/etc/openvpn/clinic_atom/ca.crt"
>cert "/etc/openvpn/clinic_atom/syscon7.crt"
>key "/etc/openvpn/clinic_atom/syscon7.key"
>tls-auth "/etc/openvpn/clinic_atom/ta.key" 1
>comp-lzo
>log /var/log/openvpn.log
>log-append /var/log/openvpn.log 
>verb 3
>
>-- 
>Thelma

--
Kind regards,

Roger

[gentoo-user] KDE Panel Mouse Problem

2020-02-22 Thread jdm
Hi,

For the last three versions of plasma including latest 5.18 I am having
a problem with panels. If I put autohide on and place the mouse on edge
of the screen to get the panel to show my mouse (pointer) jumps to
another part of the screen. It jumps out of the panel which hides again.

This has been happening for the last 3 versions, I have created a new
user and still have the problem and cleaned up configs. 

I have tried 3 different type of panels (app, default and empty) and in
4 places. It's even worse when placed on left or bottom as mouse
jumps to centre.


---
|   X  |
|  |
|  |
|  |
|X   X |
|X   X |
|X   X |
|X   X |
|X   X |
|X |
|  |
|  |
|XX|

Figure 1. Screenshot of panel placements.

When the panel is not on autohide there is no mouse jump

Any ideas.

John



Re: [gentoo-user] Loading Issue

2020-02-22 Thread Jack

On 2020.02.22 04:14, Roger J. H. Welsh wrote:
[snip ]
On another note, I don't see the "keymaps" rc-service when I use  
rc-status. Is there any chance it is loaded before the other  
services? Or alternatively, is there any way to set it as the first  
service that starts? Does anyone listening know?
It seems that by default, rc-status does not show boot or sysinit  
runlevels.  You can try "rc-status --all".   For me, keymaps is in the  
boot runlevel.  There might also be services not explicitly in any  
runlevel, but started because they are a required for some other  
service.


Jack


Re: [SOLVED] [gentoo-user] OpenVPN - error

2020-02-22 Thread thelma
Thank you. [SOLVED]

All I needed was on sever.conf line:
tls-auth /etc/openvpn/cert/ta.key 0

In my case it was pointing it to a wrong file :-/

Thelma

On 02/22/2020 03:30 AM, Roger Welsh wrote:
> Hi Thelma,
> 
> I think you need 
> tls-server 
> And 
> tls-client 
> In your respective configs below.
> 
> Reference:
> https://askubuntu.com/questions/594868/openvpn-hmac-authentication-failure-no-matter-what-i-do
> 
> And
> https://openvpn.net/community-resources/reference-manual-for-openvpn-2-4/ 
> Grep for tls-server.
> 
> 
> On 22 February 2020 11:08:02 PM NZDT, the...@sys-concept.com wrote:
>> When I try to start openVPN on a client I see this error on a server:
>>
>> Sat Feb 22 02:32:10 2020 Authenticate/Decrypt packet error: packet HMAC
>> authentication failed
>> Sat Feb 22 02:32:10 2020 TLS Error: incoming packet authentication
>> failed from [AF_INET]
>>
>> cat server.conf 
>> proto udp
>> port 9000
>> dev tun
>> mode server
>> ca /etc/openvpn/cert/ca.crt
>> cert /etc/openvpn/cert/clinic_atom.crt
>> key /etc/openvpn/cert/clinic_atom.key
>> dh /etc/openvpn/cert/dh.pem
>> topology subnet
>> server 192.168.141.0 255.255.255.0 
>> client-to-client
>> ifconfig-pool-persist ipp.txt
>> client-config-dir ccd
>> keepalive 10 120
>> tls-auth vpn_clinic.key 0
>> tun-mtu 1500
>> tun-mtu-extra 32
>> mssfix 1200
>> duplicate-cn
>> comp-lzo
>> max-clients 100
>> persist-key
>> persist-tun
>> status openvpn-status.log
>> log /var/log/openvpn.log
>> log-append /var/log/openvpn.log
>> verb 3
>>
>> On client-config:
>> clinic_atom.conf 
>> client
>> dev tun
>> proto udp
>> port 9070
>> topology subnet
>> remote xxx.xx.xx.xx 9070 # static IP
>> resolv-retry infinite
>> tun-mtu 1500
>> tun-mtu-extra 32
>> mssfix 1200
>> persist-key
>> persist-tun
>> remote-cert-tls server
>> ca "/etc/openvpn/clinic_atom/ca.crt"
>> cert "/etc/openvpn/clinic_atom/syscon7.crt"
>> key "/etc/openvpn/clinic_atom/syscon7.key"
>> tls-auth "/etc/openvpn/clinic_atom/ta.key" 1
>> comp-lzo
>> log /var/log/openvpn.log
>> log-append /var/log/openvpn.log 
>> verb 3
>>
>> -- 
>> Thelma
> 
> --
> Kind regards,
> 
> Roger
>