Re: iptables question: no chain/target/match by that name...

2004-04-06 Thread Laurence J. Lane
On Mon, Apr 05, 2004 at 02:08:35PM -0500, hugo vanwoerkom wrote: > I'm trying it now with multiport + eject enabled in netfilter. Check REJECT in /proc/net/ip_tables_targets and check for multiport in /proc/net/ip_tables_matches. Using either loaded netfilter modules or built in netfilter support

Re: need advice Iptables/2.4.25

2004-04-06 Thread Laurence J. Lane
On Sat, Apr 03, 2004 at 10:55:19AM +0200, Thierry wrote: [ errors omitted ] >Is that kernel bug or me or iptables ? Those are unresolved symbols in the kernel modules. You can try another kernel build with a clean (make mrproper) source tree. There is a FAQ somewhere that explains the proce

Re: lost configuration after reboot

2004-01-17 Thread Laurence J. Lane
On Thu, Jan 15, 2004 at 01:32:47AM +0100, Jan Minar wrote: > (1) Setup your iptables configuration. > (2) Do ``iptables-save > /etc/iptables.conf''. > (3) Add ``iptables-restore < /etc/iptable.conf'' to /etc/init.d/network. Instead of altering /etc/init.d/networking, I suggest looking at interfac

Re: can't install mutt with apt-get

2004-01-15 Thread Laurence J. Lane
On Thu, Jan 15, 2004 at 11:48:21AM +0900, Clemens Schwaighofer wrote: > when I check for libidn9 I can't find anything. Anyone can help me out here? http://http.us.debian.org/debian/pool/main/libi/libidn/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Re: apt not getting any updates to unstable for several days

2004-01-14 Thread Laurence J. Lane
On Tue, Jan 13, 2004 at 10:49:26PM +0200, Micha Feigin wrote: > For the last several days my aptitude and apt-get are not seeing any > updates to my system in unstable. > I usually get at list a couple of updates a day and this started after > a lockup in the middle of an update, which led me to t

Re: cdrdao, atapi, k3b

2004-01-13 Thread Laurence J. Lane
On Tue, Jan 13, 2004 at 01:03:24PM -0400, Stephen Cormier wrote: > You may want to look at the archive for Monday, Janurary 12, 2004 > in the thread "cdrao not working with 2.6". I mis-posted my reply to debian-devel earlier -- have a look there for output from an actual run and comments from the

Re: adding extra network routes

2004-01-12 Thread Laurence J. Lane
On Mon, Jan 12, 2004 at 02:27:49PM +0300, Alphonse Ogulla wrote: > The last three lines are repeated five times. This brings me to my > question. Where should I put my one line script 'route00' in order > to add an extra route to a network without seeing the above errors > on startup? A few thoug

Re: apt wants to remove packages installed with dpkg -i

2004-01-07 Thread Laurence J. Lane
On Wed, Jan 07, 2004 at 11:43:48AM -0800, Nano Nano wrote: > When I install a package with dpkg -i (say one I made myself with > dh_make, or one from make-kpkg), the next time I run aptitude, it > is selected for automatic removal. Put the package on hold with dpkg or dselect. Alternatively, put

Re: Find command to display attributes

2004-01-05 Thread Laurence J. Lane
On Mon, Jan 05, 2004 at 05:50:08PM +0100, VEGH Karoly wrote: > [EMAIL PROTECTED]:~/test$ find . -name "*[123]*" -exec ls -l {} \; With GNU find: find . -name "*[123]*" -ls -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: delete file based on content

2004-01-05 Thread Laurence J. Lane
(oops, list reply) On Mon, Jan 05, 2004 at 06:08:02PM -0600, Michael Martinell wrote: > #rm `grep -li "Processing completed correctly" *` > Any other thoughts? grep -Zli "Processing completed correctly" * | xargs -r0 rm -v -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "uns

Re: Problems with dpkg-reconfigure passwd

2003-12-29 Thread Laurence J. Lane
On Mon, Dec 29, 2003 at 04:23:47PM -0300, Hugo S. Carrer wrote: > Whats going on? Enable md5 passwords in the various /etc/pam.d/ files, at the least. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: 2 NIC's, assigned in wrong order

2003-12-29 Thread Laurence J. Lane
On Sun, Dec 28, 2003 at 07:22:04PM -0700, Dean Allen Provins wrote: [ parts omitted ] > That seemed like such a good suggestion. I created scripts to assign > the desired names to the desired MAC addresses and placed them in > /etc/network/if-pre-up.d/, and then added invocation in the interface

Re: gnome sound server monopolizing alsa's audio

2003-12-18 Thread Laurence J. Lane
On Thu, Dec 18, 2003 at 06:29:15AM -0600, Rob VanFleet wrote: > Is this a known bug, and if so, is there a workaround? I tried > searching the BTS, but I wasn't really sure which package to look for. Any given program can hog a single DSP. Here are a few workarounds: A) hardware that support

Re: how to write Console output to a log file

2003-12-10 Thread Laurence J. Lane
On Wed, Dec 10, 2003 at 03:30:27AM -0800, Sebastia Altemir wrote: > If, under SuSE 8.2, I put this line > echo "*** Running /ETC/INIT.D/NETWORK ***" > in "/etc/init.d/network", I can find this line in /var/log/boot.msg > > Under Debian, - kernel 2.4.20 -, I place a similar ECHO line in > "/etc/i

Re: setting hardware clock from NIST

2003-11-04 Thread Laurence J. Lane
On Tue, Nov 04, 2003 at 09:04:58PM -0500, Haines Brown wrote: > So my first question is, what is debian's equivalent to "clock". All > it did, with the -w option, was to set the hardware clock from the > system clock. I presume the former is GMT, and so there is a time > offset invoved. hwclock -

Re: woody eterm - unable to handle images for background

2002-05-14 Thread Laurence J. Lane
On Tue, May 14, 2002 at 04:11:40PM -0400, Jason M. Harvey wrote: [ second reply, on list ] > Eterm: Error: Unable to load image file "tile/nebula.jpg" -- No loader > available for that file format That tells the full story: no loader is available for that image format. CVS imlib2's loaders and