[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#4181: marked as done (Searching for wrong active file)



Your message dated Mon, 2 Nov 1998 09:49:20 +0100 (CET)
with message-id <m0zaFfs-000anHC@finlandia.Infodrom.North.DE>
and subject line This bug has been fixed
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Ian Jackson
(administrator, Debian bugs database)

Received: (at submit) by bugs.debian.org; 16 Aug 1996 22:56:23 +0000
Received: (qmail-queue invoked from smtpd); 16 Aug 1996 22:41:25 -0000
Received: from gimli.Informatik.Uni-Oldenburg.DE (134.106.1.10)
  by master.debian.org with SMTP; 16 Aug 1996 22:41:15 -0000
Received: by gimli.Informatik.Uni-Oldenburg.DE (Smail3.1.29.1)
	id <m0urXVx-0002fBC>; Sat, 17 Aug 96 00:37 CES
Received: by olis.north.de (/\==/\ Smail3.1.28.1 #28.13)
	id <m0urXaD-0007F0C@olis.north.de>; Sat, 17 Aug 96 00:41 MES
Received: by wazergate.north.de
	id m0urXUj-0003h7C
	(Debian /\oo/\ Smail3.1.29.1 #29.37); Sat, 17 Aug 96 00:35 MET DST
Message-Id: <m0urXUj-0003h7C@wazergate.north.de>
Date: Sat, 17 Aug 96 00:35 MET DST
From: joey@wazergate.north.de (Martin Schulze)
To: submit@bugs.debian.org
Subject: Searching for wrong active file

Package: nn
Version: 6.5.0.b3.linux.1.1-01

Debian's INN has its active file located in /var/lib/news/active.
The nn newsreader mentioned above unfortunately tries to read it 
from /usr/lib/news/active.

Here's an strace excerpt:

wazergate!joey:~> strace nn
[...]
uname({sys="Linux", node="wazergate", ...}) = 0
open("/etc/hosts", O_RDONLY)            = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=156, ...}) = 0
read(3, "127.0.0.1\tlocalhost\n192.109.22"..., 4096) = 156
read(3, "", 4096)                       = 0
close(3)                                = 0
brk(0x8049000)                          = 0x8049000
brk(0x804a000)                          = 0x804a000
brk(0x804d000)                          = 0x804d000
open("/usr/lib/news/active", O_RDONLY)  = -1 ERRNO_2 (No such file or directory)
fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(4, 197), ...}) = 0
brk(0x804e000)                          = 0x804e000
ioctl(1, 0x5401, {B38400 opost isig icanon echo ...}) = 0
write(1, "could not fetch active file\n", 28could not fetch active file


Regards,

	Martin


Reply to: