[gentoo-user] Re: Gnus problems

2003-10-28 Thread Björn Lindström
Valentino Volonghi aka Dialtone [EMAIL PROTECTED] writes:

 Another problem I have is how to download group list, I can't find the
 command string to do so. fetchnews -vv doesn't seem to work properly.
 Watching my logs I get this:

man fetchnews. Read about the -f option.

 Oct 28 08:16:09 [leafnode] config: create_all_links=0 found in
 section of server news.cis.dfn.de, please move it in front of any
 server declaration
 Oct 28 08:16:09 [leafnode] config: filterfile=/etc/leafnode/filters
 found in section of server news.cis.dfn.de, please move it in front of
 any server declaration

Do what it says.

 Oct 28 08:16:30 [su(pam_unix)] session opened for user root by
 dialtone(uid=1000)
 Oct 28 08:16:38 [xinetd] START: nntp pid=12238 from=127.0.0.1
 Oct 28 08:16:38 [xinetd] FAIL: nntp address from=127.0.0.1
 Oct 28 08:16:42 [su(pam_unix)] session closed for user root
 - Last output repeated twice -
 Oct 28 08:25:47 [xinetd] START: nntp pid=16284 from=127.0.0.1
 Oct 28 08:25:47 [xinetd] FAIL: nntp address from=127.0.0.1
 Oct 28 08:26:54 [su(pam_unix)] session opened for user root by
 dialtone(uid=1000)

I hope you are only trying to connect as root for testing.

-- 
Björn Lindström [EMAIL PROTECTED]
http://bkhl.elektrubadur.se/


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Gnus problems

2003-10-28 Thread Valentino Volonghi aka Dialtone
Björn Lindström wrote:

Another problem I have is how to download group list, I can't find the
command string to do so. fetchnews -vv doesn't seem to work properly.
Watching my logs I get this:
   

man fetchnews. Read about the -f option.
 

Ok

Oct 28 08:16:30 [su(pam_unix)] session opened for user root by
dialtone(uid=1000)
Oct 28 08:16:38 [xinetd] START: nntp pid=12238 from=127.0.0.1
Oct 28 08:16:38 [xinetd] FAIL: nntp address from=127.0.0.1
Oct 28 08:16:42 [su(pam_unix)] session closed for user root
   - Last output repeated twice -
Oct 28 08:25:47 [xinetd] START: nntp pid=16284 from=127.0.0.1
Oct 28 08:25:47 [xinetd] FAIL: nntp address from=127.0.0.1
Oct 28 08:26:54 [su(pam_unix)] session opened for user root by
dialtone(uid=1000)
   

I hope you are only trying to connect as root for testing.
 

Ya. I initially thought it was a permissions problem, but it didn't helped.

Besides this do you know why I have that FAIL:nntp address from=127.0.0.1

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Re: Gnus problems

2003-10-28 Thread Valentino Volonghi aka Dialtone
Valentino Volonghi aka Dialtone wrote:

I investigated a little bit more, and I made a strace of xinetd since 
with nc and telnet I found
that it's xinetd that shuts leafnode.

[pid  1987] send(7, 86Oct 28 15:43:24 xinetd[1987]..., 70, 0) = 70
[pid  1987] rt_sigaction(SIGPIPE, {SIG_IGN}, NULL, 8) = 0
[pid  1987] close(6)= 0
[pid  1987] select(6, [3 5], NULL, NULL, NULL unfinished ...
[pid 32279] --- SIGSTOP (Stopped (signal)) @ 0 (0) ---
[pid 32279] rt_sigaction(SIGPIPE, {SIG_DFL}, {SIG_IGN}, 8) = 0
[pid 32279] rt_sigaction(SIGTSTP, {SIG_DFL}, {SIG_IGN}, 8) = 0
[pid 32279] rt_sigaction(SIGTTIN, {SIG_DFL}, {SIG_IGN}, 8) = 0
[pid 32279] rt_sigaction(SIGTTOU, {SIG_DFL}, {SIG_IGN}, 8) = 0
[pid 32279] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 32279] close(3)= 0
[pid 32279] close(4)= 0
[pid 32279] close(0)= 0
[pid 32279] close(1)= 0
[pid 32279] close(2)= 0
[pid 32279] setgid32(0xdupeek: ptrace(PTRACE_PEEKUSER,32279,44,0): 
Operation not permitted
detach: ptrace(PTRACE_DETACH, ...): Operation not permitted
Process 32279 detached

What happens? could it be that I recompiled glibc?

--
[EMAIL PROTECTED] mailing list