[arch-general] inotify and rsync as user

2020-05-02 Thread siefke_lis...@web.de
Hello, I have question to the combination of inotify and rsync. I want that my documents folder sync with other maschine if the host is up. So I find this soulution in net. The problem is, I write a script take it in /usr/local/bin cat /usr/local/bin/sync_docs.sh #!/usr/bin/env bash if pin

Re: [arch-general] Iptables

2020-02-11 Thread siefke_lis...@web.de
Hi Andy, On Tue, 11 Feb 2020 09:10:03 + Andy Pieters wrote: > A more detailed description of what you're trying to do would be helpful. I have different servers, most with Arch but also with Debian. So I try to generate a firewall script for both systems that is customized depending on wh

[arch-general] Iptables

2020-02-10 Thread siefke_lis...@web.de
Hi, I am writing to a script to generate iptables rules. I did this with the documentation in the Arch Linux wiki and would be happy if a few professionals would take a look over the script. Suggestions for improvement, comments would be very helpful. https://github.com/sisihagen/iptables Tha

[arch-general] Mouse freezes

2020-01-19 Thread siefke_lis...@web.de
Hello, since yesterday I become mouse freezes for short moments, I must often klick or move then it work. Everytime is so, it looks at the mouse slept when not need. Is there something in update since yesterday what make this trouble? [2020-01-18T07:53:39+0100] [PACMAN] starting full system

Re: [arch-general] Small Monitoring Soulution

2020-01-12 Thread siefke_lis...@web.de
Hi, I have found a other tool which is also pretty solution and easy to config and run. https://jamesoff.github.io/simplemonitor/ Regards Silvio pgpFyY6hEydLO.pgp Description: PGP signature

Re: [arch-general] Small Monitoring Soulution

2020-01-11 Thread siefke_lis...@web.de
Hello, On Sat, 11 Jan 2020 11:49:54 + Ralph Corderoy wrote: > Have a look at https://mmonit.com/monit/ > It has a commercial big brother, but Monit itself is free software. thank you, this work perfectly. I had read from it in Arch Linux Wiki but in thoughts of me was when you have multiple

[arch-general] Small Monitoring Soulution

2020-01-11 Thread siefke_lis...@web.de
Hello, is there a small tool which do monitoring the different server services? Checking ping, port check and that's it. More I not need and best with a static index.html create. I find cacti to overload and I hate php setup. Thank you for help Silvio

Re: [arch-general] Automated check log and block postfix

2020-01-01 Thread siefke_lis...@web.de
Hello, SET via arch-general wrote: > iptables -A INPUT -p tcp -d 587 -i eth0 -m state --state NEW -m recent --name > XT_SUB --set > iptables -A INPUT -p tcp -d 587 -i eth0 -m state --state NEW -m recent --name > XT_SUB --update --seconds 180 --hitcount 5 --rttl -j DROP Perfect it seem to work

[arch-general] Automated check log and block postfix

2020-01-01 Thread siefke_lis...@web.de
Hello, happy new year first :) I have questions about postfix and the logfile. I have often player which try using submission which come in log like: Jan 1 11:39:19 ru-mail postfix/submission/smtpd[7463]: connect from unknown[45.143.222.192] Jan 1 11:39:19 ru-mail postfix/submission/smtp

Re: [arch-general] grep

2019-10-27 Thread siefke_lis...@web.de
On Mon, 14 Oct 2019 16:16:43 -0400 Aaron Laws via arch-general wrote: > for file in content/en/blog/*.md; do > basefile=$(basename "$file" .md) > if [[ ! -e content/de/blog/"$basefile" ]]; then > echo "German is missing $basefile"; > fi; > done; Is it possible this do with date? As Com

Re: [arch-general] grep

2019-10-15 Thread siefke_lis...@web.de
Hello, On Mon, 14 Oct 2019 22:23:49 +0200 (CEST) "Jeanette C. via arch-general" wrote: > Hey hey Silvio, > hm this looks more like a challenge for a whole script. I can script, but I'm > not always the most efficient. Yes you right I had think it would be one line :). No worried I search not

Re: [arch-general] grep

2019-10-15 Thread siefke_lis...@web.de
Hello, > for file in content/en/blog/*.md; do > basefile=$(basename "$file" .md) > if [[ ! -e content/de/blog/"$basefile" ]]; then > echo "German is missing $basefile"; > fi; > done; > > Perhaps? Basename will not work cause the file name have different names in the languages blog fo

[arch-general] grep

2019-10-14 Thread siefke_lis...@web.de
Hello, I have a question about grep, okay yes is not direct Arch but I not find a information and here on list sure some profis with grep. The folder structure: content/de/blog/*.md content/fr/blog/*.md content/en/blog/*.md content/ru/blog/*.md To know which articles I have translate I grep t

[arch-general] Mutt with Icloud

2019-03-27 Thread siefke_lis...@web.de
Hello, have someone mutt with Icloud at work and can share the config? I use google and try and try. The login is no problem, but I can not write an email. my config: set from = "Silvio Siefke <>" yes email set folder = imaps://imap.mail.me.com:993 set spoolfile= +

Re: [arch-general] Window Decoration Budgi

2019-03-16 Thread siefke_lis...@web.de
On Sat, 16 Mar 2019 16:16:22 +0100 n...@contrepoison.ch wrote: > Even if you do what it says in the wiki ? > https://wiki.archlinux.org/index.php/Budgie#Changing_button_layout First command work not and second goes without message but it help nothing. -- Silvio

[arch-general] Window Decoration Budgi

2019-03-16 Thread siefke_lis...@web.de
Hello, I have installed new Arch Linux and now the Budgie Desktop imaging not the Widgets to close, minimize and maximize. I miss the complete window decoration. Have here someone a idea. Silvio

[arch-general] modprobe, Exec format error

2019-01-16 Thread siefke_lis...@web.de
Hello, againt want try to work little with wireguard and now something with the module happen. # modprobe wireguard modprobe: ERROR: could not insert 'wireguard': Exec format error # uname -a Linux fr-rb-1 4.20.2-arch1-1-ARCH #1 SMP PREEMPT Sun Jan 13 17:49:00 UTC 2019 x86_64 GNU/Linux # pacma

Re: [arch-general] Wireguard

2019-01-01 Thread siefke_lis...@web.de
On Tue, 1 Jan 2019 15:49:36 +0100 Jelle van der Waa wrote: > I would recommend our wiki article [1]. Do you have ipv4 forwarding > enabled and configured your firwewall correctly? Forwarding is enabled like it stand in tutorial of Arch and Firewall only must open the port I used for wireguard?

[arch-general] Wireguard

2019-01-01 Thread siefke_lis...@web.de
Hello, had someone run wireguard?`I have read today about it and try to run it through the Tutorial https://emanuelduss.ch/2018/09/wireguard-vpn-road-warrior-setup/ So all is connected, all looks as it work. But someone is wrong cause the ping work not correct. >From client PING 10.23.5.1 (

[arch-general] Unbound

2018-10-31 Thread siefke_lis...@web.de
Hello, when I start unbound Nameserver via shell then all work fine. But since few weeks it start not with systemd anymore. When I start with systemd in netstat -tulpe saw only the SSH Service. >From shell the name service also see in netstat -tulpe. Have someone idea what I do wrong? Nice Da

[arch-general] IPSET and OUTPUT

2018-06-01 Thread siefke_lis...@web.de
Hello, I want use ad blocking with iptables so I found ipset which make life easier. My question is how it work with Output format? iptables -I OUTPUT -m set --match-set adblock src -j REJECT will this work? I be not really sure and most what found about ipset is input. Thanks for help Silvi

Re: [arch-general] Server Management Tools

2017-10-12 Thread siefke_lis...@web.de
On Thu, 12 Oct 2017 18:52:39 + Giancarlo Razzolini wrote: > You seriously consider unattended update of packages on servers a good > practice? > On Arch? Good luck with that. Who say something from unattended? I want not only set 20 times the same command. That's all. On the arch server r

Re: [arch-general] Server Management Tools

2017-10-12 Thread siefke_lis...@web.de
On Thu, 12 Oct 2017 16:14:50 + Giancarlo Razzolini wrote: > We use ansible to manage arch's servers: > > https://git.archlinux.org/infrastructure.git > > Ansible can be automated using pull, but there are other options as well. Yes I was thinking for it but for yaourt -Suy is for me little

Re: [arch-general] Server Management Tools

2017-10-12 Thread siefke_lis...@web.de
On Thu, 12 Oct 2017 12:00:18 -0400 David Rosenstrauch wrote: > cron + pssh? Sounds good okay cron I not need but pssh sounds great. But at end I become only siefke@sisibox ~ $ pssh -h .config/pssh-hosts -P yaourt -Suy [1] 20:03:54 [FAILURE] host1 Exited with error code 255 [2] 20:03:55 [FAILU

[arch-general] Server Management Tools

2017-10-12 Thread siefke_lis...@web.de
Hello, Is there a way to automatically administer multiple arch Linux servers? It's annoying to provide 20 servers daily with the same commands. Are there possibilities to manage the daily tasks centrally and to set them off automatically? I know there are tools like puppets but they're too cl

Re: [arch-general] IPSEC / L2PT for IOS

2017-10-09 Thread siefke_lis...@web.de
On Wed, 04 Oct 2017 10:58:03 +0200 Thomas Dreher via arch-general wrote: > You can embed the certificates in the config file. Mean? I can cat all and done or must change something in client file? That sounds great maybe this will work better. Silvio

Re: [arch-general] IPSEC / L2PT for IOS

2017-10-09 Thread siefke_lis...@web.de
On Wed, 4 Oct 2017 19:01:03 +0200 Lukas Rose wrote: > There are lots of other ways to get the configuration file on your phone. > E.g. WiFi Transfer via Browser. This I try. I try with sending emails, copy over with File Explorer (FTP Server) but it ends ever wih missing index/ca ... Silvi

Re: [arch-general] IPSEC / L2PT for IOS

2017-10-03 Thread siefke_lis...@web.de
On Tue, 3 Oct 2017 20:15:44 +0200 Lukas Rose wrote: > Sure you want to use IPSEC/L2PT? There’s openvpn for iOS... Yes I know but it will not work. I have no Windows PC so no Itunes and with copy on iphone no chance it seem to me. When I open the ovpn file I become message no certificates are fou

[arch-general] IPSEC / L2PT for IOS

2017-10-03 Thread siefke_lis...@web.de
Hello, have someone this setup working? Can it share? Or give howtos? I search since few hours but at end all what I found was with openswan. But it give only strongswan. I will be very happy. :) Thank you for help. Silvio

[arch-general] Openvpn Iptables

2015-11-07 Thread siefke_lis...@web.de
Hello, i try to setup a openvpn server. The server and client communication is successfully installed but the routing make trouble. Iptables: #!/bin/bash # reset iptables -F iptables -X iptables -t nat -F iptables -t nat -X iptables -t mangle -F iptables -t mangle -X iptables -t raw -F iptable