On Tue, Sep 05, 2000 at 10:41:43AM +0200, Martin Costabel wrote:
> Of the 650 messages I kept in my Inbox, only the first 51
> remained. The rest was replaced by 0x00. Not nice. Not at all. Feels
> like your ordinary Microsoft Word virus. Nothing like that happened
> with earlier kernels up to -test7.
Believe it or not, but I just saw something similar on test7 while
reading linux-kernel with Mutt. A recent message to linux-kernel from
Daniel Philips got partly zeroed out, and partly tangled up with a
message from the debian-user mailing lists. This message had a very
long From: line. Here's the weird message:
Ah, I'm glad I stumbled on this message because I was just getting
ready to make an argument about why setting ->i_size shouldn't be done
in vmtruncate, at least not before the fs-specific truncate is done.
OK, I'll summarize here anyway: as it stands, a valuable piece of
information - the previous size of the file - is getting stepped on
just before inode->i_op->truncate(inode) gets called. This leads to
some messy posturing if you need to know the old size before going to
the new size.
The clean solution would be:
inode->i_op->truncate(inode, offset);
WhichReturn-Path: <[EMAIL PROTECTED]>
Received: from cicero2.cybercity.dk (cicero2.cybercity.dk [212.242.40.53])
by usr01.netlink.se (8.10.1/8.10.1) with ESMTP id e859X0L21284
for <[EMAIL PROTECTED]>; Tue, 5 Sep 2000 11:33:00 +0200 (CEST)
Received: from murphy.debian.org (murphy.debian.org [216.234.231.6])
by cicero2.cybercity.dk (Postfix) with SMTP id 9195064C35
for <[EMAIL PROTECTED]>; Tue, 5 Sep 2000 11:32:59 +0200 (CEST)
Received: (qmail 3235 invoked by uid 38); 5 Sep 2000 09:32:18 -0000
X-Envelope-Sender: [EMAIL PROTECTED]
Received: (qmail 3153 invoked from network); 5 Sep 2000 09:32:17 -0000
Received: from galactica.firetrail.com ([EMAIL PROTECTED])
by murphy.debian.org with SMTP; 5 Sep 2000 09:32:17 -0000
Received: from aphroland.org (sense-sea-MegaSub-2-116.oz.net [216.39.172.116])
by galactica.firetrail.com (8.9.3/8.9.1) with ESMTP id CAA19621;
Tue, 5 Sep 2000 02:40:32 -0700
Sender: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 05 Sep 2000 02:31:33 -0700
From: Nate Amsden <[EMAIL PROTECTED]>
X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.17pre18 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Adrian Nims <[EMAIL PROTECTED]>
Cc: Debian ISP <[EMAIL PROTECTED]>,
Debian User <[EMAIL PROTECTED]>
Subject: Re: /etc/reslov.conf
References: <002f01c01719$edcb7890$[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Resent-Message-ID: <H_q0fB.A.5x.i2Lt5@murphy>
Resent-From: [EMAIL PROTECTED]
X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/106457
X-Loop: [EMAIL PROTECTED]
Precedence: list
Resent-Sender: [EMAIL PROTECTED]
Resent-Date: Tue, 5 Sep 2000 11:32:59 +0200 (CEST)
if there is no /etc/resolv.conf then you can create it.
debian prompts for DNS settings during install but if whoever installed
it did not enter them i imagine it wouldn't create a resolv.conf.
you can (as root) do:
echo "nameserver IP_OF_NAMESERVER" >/etc/resolv.conf
to create a basic resolv.conf
nate
Adrian Nims wrote:
>
> I can't find any /etc/resolv.conf file in Debian distribution. Do you know
> were it is or what similar file do I need to configure in order to set up
> this Debian box to specify the LAN DNS he should use ?
>
> Adrian Nims
>
> --
> Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
--
:::
ICQ: 75132336
http://www.aphroland.org/
http://www.linuxpowered.net/
[EMAIL PROTECTED]
--
Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
--
// André
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/