From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.62)
	(envelope-from <gentoo-user+bounces-58783-garchives=archives.gentoo.org@gentoo.org>)
	id 1H8OMJ-0004qe-JM
	for garchives@archives.gentoo.org; Sat, 20 Jan 2007 22:06:48 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.8/8.13.8) with SMTP id l0KM5YhL007839;
	Sat, 20 Jan 2007 22:05:34 GMT
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234])
	by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id l0KM1Mrn003044
	for <gentoo-user@lists.gentoo.org>; Sat, 20 Jan 2007 22:01:23 GMT
Received: by wx-out-0506.google.com with SMTP id i30so1438442wxd
        for <gentoo-user@lists.gentoo.org>; Sat, 20 Jan 2007 14:01:22 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=googlemail.com; s=beta;
        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=OWoc9H7+e5E/9Q6GlPVE6i/60qU4raS5gY1Bijf9ke2h7USZtmoJjrWSMjyO3gRSQKUzn9rnVlejwcOXCO1h5lsYSa8TLx5ebAf8MVatoHI8R/3VRQVM3/2EiW1DJG91dDUAApfS4CS1wTRRb6D7KEB36sscJLJFEDR2+VsyrWc=
Received: by 10.90.63.16 with SMTP id l16mr4679870aga.1169330481947;
        Sat, 20 Jan 2007 14:01:21 -0800 (PST)
Received: by 10.90.102.6 with HTTP; Sat, 20 Jan 2007 14:01:21 -0800 (PST)
Message-ID: <6142e6140701201401r2cc87bc2i774b815560dac172@mail.gmail.com>
Date: Sat, 20 Jan 2007 23:01:21 +0100
From: "Daniel Pielmeier" <daniel.pielmeier@googlemail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Setting up a home router
In-Reply-To: <1169260432.3807.39.camel@orpheus>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <6142e6140701141127ke803445jb5d9a89f8fa523a@mail.gmail.com>
	 <6142e6140701181710o26606abbj7abbcedbda6a7738@mail.gmail.com>
	 <1169189119.3807.30.camel@orpheus> <200701190929.09020.uwix@iway.na>
	 <6142e6140701190108j73abcfelbfb5f01e076b5d5b@mail.gmail.com>
	 <1169260432.3807.39.camel@orpheus>
X-Archives-Salt: 0707a857-2cf2-440d-a559-bee9bae1bfac
X-Archives-Hash: a049a7b2640feee252bc64a611ecc5aa

> The only last thing I could suggest is running lsof to see what files
> are being accessed when you start the net.eth1 script.

I tried lsof, but is there a possibility to run it constantly or for a
specified time to catch the complete progress of the script, like the
top command  to monitor all files which are used by this process. As
far as i can see lsof list only the current processes and the files
used and then it stops.

> a better option would be `emerge --noconfmem <package>`, which
> esentially re-does all your conf files.

I tried this also but i can't figure out which files could be
responsible for this


Additionally i tried this, running the init-script and then i applied
this find command

find / -mount -cmin -1

which lists all the files which status has changed the last minute,
but there are no files which could be the reason for the changing if
the tables.
I don't know if this command does what i want. I think it lists the
files which are altered and which are accessed. Am i right here?

I used this find command for reinstalling shorewall and setting back
the old settings too but without success.

This gets a bit frustrating for me now i always have to reset my
iptables manually after i start my internet connection. Is it possible
that there is no real file causing this trouble?
-- 
gentoo-user@gentoo.org mailing list