Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.software.newsreader > #5303
| From | IdP <domandtime@zoho.com> |
|---|---|
| Newsgroups | it.comp.software.newsreader |
| Subject | Re: Leafnode |
| Date | 2021-05-30 15:10 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <s902s8$dlp$1@dont-email.me> (permalink) |
| References | (1 earlier) <87sg2g1hhe.fsf@ID-313311.news.uni-berlin.de> <s8djl4$etn$1@dont-email.me> <87fsycv3ei.fsf@ID-313311.news.uni-berlin.de> <s8rg8j$j4m$1@dont-email.me> <87a6odyzev.fsf@ID-313311.news.uni-berlin.de> |
issdr wrote on 29/05/2021 :
> IdP wrote:
>
>> Posso accedere via ssh, però... non so di preciso come configurare.
>> Ci sono alcune guide online, per es. quella di Individual
>> https://news.individual.net/configuration/leafnode-1.11-linux-en.php
>> ma dovrei adattare al caso specifico...
>
> devi smanettare un po'. prendi Mr. Shark's mini-howto per configurare
> sia leafnode che xinetd come wrapper per utilizzarlo.
Dovrebbe essere questo
http://web.tiscali.it/mrshark/howto.html
Malwarebytes mi blocca quella pagina per presunto malware, dice che c'è
un "worm" con outbound verso 178.237.20.50 (ip russo a quanto pare)
Anche Dr.Web nota qualcosa di malevolo
https://www.virustotal.com/gui/url/a56285a96ea3e19c2613847d7be1bb30882b032d0f852e59f0b71710e4aebc33/detection
>> Per esempio devo proprio modificare /etc/hosts per avere un FQDN?
>
> no, dai un FQDN nel file di configurazione di leafnode, anche fittizio.
Bene.
>> Sinceramente sul nas preferirei toccare il meno possibile.
>
> allora meglio che lasci stare...
Dopo aver installato IPKG, il Security Advisor del Synology starnazza
perché nota l'Optware! Ci sono reali rischi di sicurezza?
>> I file di configurazione di leafnode nel mio caso vanno creati in
>> /opt/etc o in /etc/news? Per ora mi pare che non c'è nulla di
>> configurazione.
>
> se la base è /opt l'eseguibile va a cercarsi i file sotto /opt/etc
OK, è intuitivo ma ti ringrazio della conferma.
In un altro caso, su un vecchio PC... procederei per tentativi, ma in
questo caso vorrei andare a colpo sicuro :)
> piuttosto dovresti aggiungere /opt/bin e /opt/sbin al PATH, oppure avere
> sempre cura di mettere riferimenti assoluti agli eseguibili nei file di
> configurazione.
OK
>> Se provo un checkgroups mi dice no such user: news
>> Quindi devo creare gruppo e user news come descritto qui?
>> https://www.linuxfromscratch.org/blfs/view/6.3/server/leafnode.html
>> groupadd -g 36 news &&
>> useradd -c "Leafnode News Server" -d /var/spool/news -g news \
>> -u 36 news
>
> non hai questi comandi sotto Synology, dovrai installare adduser.
C'è il manager per creare gruppi e utenti dal pannello di controllo
Synology, ma non credo che permetta le stesse cose di adduser.
> ricapitolando, installa:
>
> nano (editor di testo)
OK, sempre da IPKG, con -force-overwrite.
nano per la cronaca mi si porta dietro, oltre a glibc-opt prezzemolino
per tutti,
file
ncursesw
ncurses
ncurses-base
zlib
Comunque se non erro va tutto in /opt, non si "disperde" nel sistema.
> adduser (per creare l'utente e lo spool dove tenere le news così:
> sudo adduser -D -s /bin/true -h /var/spool/news news
OK.
Il comando (dove ho usato il riferimento assoluto /opt/bin/adduser) non
mi ha dato un feedback ma vedo "news" in fondo alla lista degli user,
controllando con awk -F: '{ print $1}' /etc/passwd
p.s. Se anche altri avranno la mia stessa curiosità...
/bin/true is a command that returns 0 (a truth value in the shell).
Its purpose is to use in places in a shell script where you would
normally use a literal such as "true" in a programming language, but
where the shell will only take a command to run.
>
> )
>
> poi si installano:
>
> leafnode
dipendenza pcre
> xinetd
wiki:
xinetd listens for incoming requests over a network and launches the
appropriate service for that request
dipendenze psmisc gettext libintl
> seguendo le due sezioni dell'howto indicato sopra per la configurazione.
>
> lo scambio degli articoli con server esterno/i si fa tramite il demone cron.
Per ora ho installato il tutto, alla prossima puntata la
configurazione.
Muchísimas gracias! :D
--
IdP
Back to it.comp.software.newsreader | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[MesNews] Import Export Messaggi salvati e Post inviati IdP <domandtime@zoho.com> - 2021-05-17 18:36 +0200
Re: [MesNews] Import Export Messaggi salvati e Post inviati issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-05-21 12:58 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-05-31 21:31 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-01 21:46 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-01 23:02 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-02 00:08 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-01 22:41 +0000
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-02 00:50 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-02 15:32 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-03 15:39 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-03 15:46 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-08 19:56 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-08 21:27 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-09 01:30 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-09 07:30 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-10 00:11 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-10 01:14 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-10 15:15 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-10 16:26 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-10 21:56 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-10 22:54 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-10 23:52 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-11 00:12 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-11 00:38 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-11 00:44 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-11 00:54 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-11 01:22 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-11 08:06 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-11 13:09 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-04 03:03 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-04 07:54 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-04 14:00 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-04 18:31 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-04 20:47 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-08 01:12 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-08 11:58 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-01 16:34 +0200
Re: [MesNews] Import Export Messaggi salvati e Post inviati IdP <domandtime@zoho.com> - 2021-05-23 15:00 +0200
Re: [MesNews] Import Export Messaggi salvati e Post inviati issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-05-24 12:20 +0200
Leafnode (was: Re: [MesNews] Import Export Messaggi salvati e Post inviati)n IdP <domandtime@zoho.com> - 2021-05-28 21:28 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-05-29 23:59 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-05-30 15:10 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-05-30 16:26 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-05-31 18:16 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-11 00:11 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-11 08:07 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-11 13:24 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-11 13:38 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-11 14:03 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-11 23:53 +0200
Re: Leafnode issdr <p_u_n_k_i_n_d@yahoo.it> - 2021-06-21 13:10 +0200
Re: Leafnode IdP <domandtime@zoho.com> - 2021-06-21 15:56 +0200
csiph-web