Re: spam filtering question?

2016-12-11 Thread Florian Pelgrim
Hi Karen, > shellworld.net the shell service where I do most of my internet work is > using Ubuntu. This is a Debian list but we are smart enough to differ between Ubuntu specific problems and general question about strategies. From my point of view I order yours into strategies. > Has

Re: ulogd2-pcap - tcpdump unknown file format

2016-10-29 Thread Florian Pelgrim
Problem found! :) If you wait long enough tail will not include the file header and tcpdump will just die. tail -F -n +1 $my_pcap | tcpdump -nr - And you are happy again. Don't even think about not including -n... Depening on how many log entrys you have it will be slw. Cheers Flo

ulogd2-pcap - tcpdump unknown file format

2016-10-29 Thread Florian Pelgrim
Hi, I'm logging dropped packets with ulogd2 into a pcap file so that tcpdump should be able to read it. At some point tcpdump is not anymore able to read the file and quits with "unknown file format". The file command instead is printing a correct header: /var/log/ulog/ulogd.pcap: tcpdump

Re: ICMPv6 and the conntrack table

2016-10-19 Thread Florian Pelgrim
Hi, Am 09.10.16 um 09:54 schrieb Pascal Hambourg: > Le 08/10/2016 à 20:09, Florian Pelgrim a écrit : >> >> $ ip route get 2404:6800:400a:800::1012 >> 2404:6800:400a:800::1012 from :: via fe80::1 dev eth0 src >> fe80::d481:11ff:feee:4908 metric 0 > > This d

Re: ICMPv6 and the conntrack table

2016-10-19 Thread Florian Pelgrim
Hi, Am 08.10.16 um 23:19 schrieb Henrique de Moraes Holschuh: > On Sat, 08 Oct 2016, Florian Pelgrim wrote: >> This is the expected result without a firewall: >> $ ip route get 2404:6800:400a:800::1012 >> 2404:6800:400a:800::1012 from :: via fe80::1 dev eth0 src >>

Re: imapsync and Debian

2016-10-15 Thread Florian Pelgrim
Hi, > It is a server with Squeeze and > they do not even bother to use the LTS repositories, so more than two > years ago that server is without security updates. Problems I defently see to much in the web... :( > So that is a not minor matter that we have to consider to be sure that > this site

ICMPv6 and the conntrack table

2016-10-08 Thread Florian Pelgrim
Hi, I'm currently playing with ip6tables and seeing some strange stuff which I not expected. I configure my servers with Ansible which is able to lookup my default IPv6 address. Therefore it uses `ip route get 2404:6800:400a:800::1012` and parses the output. Currently there is no IPv6 configured

Re: MySQL access denied for user

2016-08-15 Thread Florian Pelgrim
Hi, I assume that you installed mysql from repository and did not alter the configuration. Login with root into mysql and then: 1. create your drupal database # create database drupal; 2. create a user account for it # create user 'drupal_user'@'localhost' IDENTIFIED BY

Re: Install MSWindz 7 as Virtual Machine on Debian 8

2015-11-09 Thread Florian Pelgrim
Hi, Am 09.11.15 um 19:58 schrieb D Dimov: > I need to install MS Windows 7 as a Virtual Machine on a computer that > is running Debian 8. To do that, I'd like to use software that is not > proprietory (I know, I know - this may sounds a bit ridiculous...). This > Debian page:

Re: Installation Problem

2015-10-28 Thread Florian Pelgrim
Hi, this list is for Debian and not for Kali itself. But I will make a guess and say eject the ISO from your (virtual) drive. ;) Cheers Flo Am 28.10.15 um 15:56 schrieb Ssov Samoht: > Hello, > > Ive recently been trying to install Debian Kali Linux and it takes me a long > time to install it

Debian preseed late_command not executed

2015-10-13 Thread Florian Pelgrim
Hi, I'm trying to preseed my installation which works fine so far but the late_command is not getting executed. This are my last lines of my preseed configuration: > d-i preseed/late_command string \ > in-target /bin/mkdir /root/.ssh ; \ > in-target /bin/sh -c "echo 'ssh-rsa $ssh_key' >

Re: [OT] Has my e-mail account been hacked?

2015-10-12 Thread Florian Pelgrim
Hi, > About a week ago, I discovered hundreds of "mail delivery failure" > messages in my inbox. Investigation revealed that they were all for > SPAM e-mails that I did not send. I am guessing that this means one > of two things: > > (1) Someone discovered my password somehow, logged into my

Compiling coreutils from source

2015-09-17 Thread Florian Pelgrim
Hi everyone, I'm trying to static linking the coreutils. But for some reasons it fails with a cryptic bug for me. For building I'm using the vagrant box deb/jessie-amd64. So anyone who is interested can reproduce it. I have done the following steps: > $ apt-get source coreutils > $ cd

Re: Problem with OpenVPN and systemd in Jessie

2015-05-19 Thread Florian Pelgrim
The openvpn package provides a generator [1], which creates the instances openvpn@foo.service. Those generators are run on boot, but can you can request them to be rerun any time via systemctl daemon-reload. Thanks Michael! This fixed the bug I had. :) Cheers Flo signature.asc

Problem with OpenVPN and systemd in Jessie

2015-05-18 Thread Florian Pelgrim
Hi, I'm facing a strange problem in OpenVPN which could be related to systemd but at this point I was not able to figure this out. I'm running the stable version of Debian Jessie with the latest version of systemd and OpenVPN: # dpkg -l openvpn systemd Desired=Unknown/Install/Remove/Purge/Hold |