Groups | Search | Server Info | Login | Register


Groups > comp.mail.misc > #1142

on using public-inbox for the first time

Path csiph.com!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From Julieta Shem <jshem@yaxenu.org>
Newsgroups comp.mail.misc, comp.unix.questions, comp.misc, comp.unix.programmer
Subject on using public-inbox for the first time
Followup-To comp.mail.misc
Date Sun, 24 Dec 2023 20:20:50 -0300
Organization A noiseless patient Spider
Lines 55
Message-ID <87plyvxk4t.fsf@yaxenu.org> (permalink)
MIME-Version 1.0
Content-Type text/plain
Injection-Info dont-email.me; posting-host="619092624f9e78bd1b1671e25975a8c7"; logging-data="2891394"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18zHnmT/ISipVkAIo3Xvz3vu5D2fEuR/mY="
Cancel-Lock sha1:ntizKPU59N2DIti5zUNnG2MO5oo= sha1:8QQXymBpa5WBVDlUeYwklXhNMqg=
Xref csiph.com comp.mail.misc:1142 comp.unix.questions:544 comp.misc:23702 comp.unix.programmer:14809

Cross-posted to 4 groups.

Followups directed to: comp.mail.misc

Show key headers only | View raw


Haven't figured out how to use public-inbox yet.  I've cloned the linux
kernel mail list and I can see the newsgroup served by
public-inbox-nntp, but the newsgroup is empty --- zero messages.

--8<---------------cut here---------------start------------->8---
GROUP org.kernel.linux
211 0 0 0 org.kernel.linux
--8<---------------cut here---------------end--------------->8---

I did index the repository.  I mean --- I ran the program.

--8<---------------cut here---------------start------------->8---
$ public-inbox-index ./linux.kernel.org/
$ echo $?
0
--8<---------------cut here---------------end--------------->8---

I can git log the repository just fine.

--8<---------------cut here---------------start------------->8---
$ git log | wc -l
2678026
--8<---------------cut here---------------end--------------->8---

What must I do?

My config file:

--8<---------------cut here---------------start------------->8---
$ cat ~/.public-inbox/config
[publicinbox "linux"]
        address = linux@kernel.org
        url = https://org.kernel.linux.antartida.xyz
        inboxdir = /home/jshem/inbox/linux.kernel.org
        newsgroup = org.kernel.linux
--8<---------------cut here---------------end--------------->8---

How I run public-inbox-nntpd:

--8<---------------cut here---------------start------------->8---
$ public-inbox-nntpd ~/.public-inbox/config -l 0.0.0.0:1119
# bound nntp://0.0.0.0:1119
PID=17034 is worker[0]
[7] MODE READER - 0.000118
[7] GROUP org.kernel.linux - 0.002769
--8<---------------cut here---------------end--------------->8---

And that's when my NNTP client gets

--8<---------------cut here---------------start------------->8---
GROUP org.kernel.linux
211 0 0 0 org.kernel.linux
--8<---------------cut here---------------end--------------->8---

Thanks for any help.

Back to comp.mail.misc | Previous | NextNext in thread | Find similar


Thread

on using public-inbox for the first time Julieta Shem <jshem@yaxenu.org> - 2023-12-24 20:20 -0300
  Re: on using public-inbox for the first time Julieta Shem <jshem@yaxenu.org> - 2023-12-25 20:11 -0300

csiph-web