Re: iptables and X (KDE)

2003-06-28 Thread Jan Eringa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try ... iptables -A OUTPUT -o lo -j ACCEPT iptables -A INPUT -i lo -j ACCEPT KDE needs to be able to talk to it's sub systems via the localhost interface. On Thursday 26 Jun 2003 11:34 am, Matteo Vescovi wrote: : Hi all, : I'm a newbie on firewalli

Re: Announcement: APT Secure

2003-06-28 Thread Jason Lunz
[EMAIL PROTECTED] said: > This is a call to the community to help test and audit this patch to > APT, and to eventually participate in the policy discussion about the > patch. > > Please see http://monk.debian.net/apt-secure/ for more information and > to download Debian packages. I'm trying the

crypto filesystem

2003-06-28 Thread Christian Kujau
hi, recently i set up a crypted filesystem and use it already successfully. 'cause i'm lazy, i've always used the option "-p" when initializing the loop-device via losetup: losetup -k 128 -p 12 -e serpent /dev/loop6 /dev/sdb2 that way, i don't have to type in the passphrase manually (instead, t

Re: iptables and X (KDE)

2003-06-28 Thread Jan Eringa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ran into this one a few weeks ago KDE & some of it's component subsystems seem to use connections via the localhost interface I used the following to allow all and any traffic on lo: /sbin/iptables -A OUTPUT -o lo -j ACCEPT /sbin/iptables -A INPUT -