View previous topic :: View next topic |
Author |
Message |
federico Advocate
Joined: 18 Feb 2003 Posts: 3272 Location: Italy, Milano
|
Posted: Mon Jun 21, 2004 1:57 pm Post subject: [MRTG] Errore di snmpwalk |
|
|
Seguendo una guida che poi ho scoperto essere di un nostro geco italiano
https://forums.gentoo.org/viewtopic.php?t=105865
Incontro questo errore
Code: |
root@mordred mrtg # /usr/bin/cfgmaker --output=/etc/mrtg/traffico.cfg --ifdesc=ip --ifref=descr --global "WorkDir: /home/mrtg" --global "Options[_]: bits,growright" \ public@localhost
--base: Get Device Info on public@localhost:
SNMP Error:
no response received
SNMPv1_Session (remote host: "localhost" [127.0.0.1].161)
community: " public"
request ID: -2057369742
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/share/perl5/SNMP_util.pm line 622
SNMPWALK Problem for 1.3.6.1.2.1.1 on public@localhost::::::v4only
at /usr/bin/cfgmaker line 828
WARNING: Skipping public@localhost: as no info could be retrieved
--base: Writing /etc/mrtg/traffico.cfg
root@mordred mrtg #
|
Sulla generazione del config per il traffico della rete, scommetto che e' qualcosa di relativo a snmpd ma non riesco a giostrarmi la cosa...
Avete dei consigli?
Fede _________________ Sideralis www.sideralis.org
Pic http://blackman.amicofigo.com/gallery
Arduino http://www.arduino.cc
Chi aveva potuto aveva spaccato
2000 pezzi buttati là
Molti saluti,qualche domanda
Semplice come musica punk |
|
Back to top |
|
|
klaudyo Apprentice
Joined: 03 Dec 2003 Posts: 207
|
Posted: Mon Jun 21, 2004 4:31 pm Post subject: |
|
|
Ciao,
purtroppo non so risponderti visto che ho un problema a monte..... il demone snmpd non mi parte!
Esce con questo errore:
# /etc/init.d/snmpd start
* Starting net-snmpd...
/usr/sbin/snmpd: error while loading shared libraries: /usr/sbin/snmpd: undefined symbol: smux_li [ !! ]
Considera che ho "emerso" net-snmp senza problemi.... non capisco perchè non va....... a te ha dato qualche problema?
Forse ho qualche misconfigurazione con il perl.
Ad esempio, mib2c esce con l'errore:
Code: |
ERROR: You don't have the SNMP perl module installed. Please obtain
this by getting the latest source release of the net-snmp toolkit from
http://www.net-snmp.org/download/ . Once you download the source and
unpack it, the perl module is contained in the perl/SNMP directory.
See the README file there for instructions.
|
Mentre tkmib con
Code: | ERROR: You don't have the SNMP perl module installed. Please obtain this by
getting the latest source release of the net-snmp toolkit from
http://www.net-snmp.org/download/ . The perl module is contained in
the perl/SNMP directory. See the INSTALL file there for
instructions.
ERROR: You don't have the Tk module installed. You should be able to
install this by running (as root):
perl -MCPAN -e 'install Tk'
|
Ho cercato di seguire le istruzioni, ma questi moduli perl non ne vogliono sapere di installarsi senza problemi!
Tu hai avuto problemi simili?
.... e pensare che la prossima settimana devo dare un esame sulla gestione di rete con SNMP ed ancora non ho snmp funzionante sulla mia macchina!!!!!!!
Non è che ho dimenticati di installare qualche altro pacchetto? Se si, perchè non era tra le dipendenze?
Ciao! |
|
Back to top |
|
|
federico Advocate
Joined: 18 Feb 2003 Posts: 3272 Location: Italy, Milano
|
Posted: Mon Jun 21, 2004 4:41 pm Post subject: |
|
|
Io ho emerso snmp su gentoo senza problemi, ci ha messo solo mooolto tempo e che ricordi ora come ora ho seguito passo passo la guida che e' stata proposta nel link precendente.
Come use flag su quella macchina ho accluso anche "perl".
Ho installato oggi un snmp+mrtg anche su una debian ma devo dire che ho trovato nettamente meno problemi con gentoo.
[edit]
Hai provato a dare un "ldconfig" ? _________________ Sideralis www.sideralis.org
Pic http://blackman.amicofigo.com/gallery
Arduino http://www.arduino.cc
Chi aveva potuto aveva spaccato
2000 pezzi buttati là
Molti saluti,qualche domanda
Semplice come musica punk |
|
Back to top |
|
|
klaudyo Apprentice
Joined: 03 Dec 2003 Posts: 207
|
Posted: Mon Jun 21, 2004 4:52 pm Post subject: |
|
|
Niente da fare con ldconfig, ho ancora problemi.
Per quanto riguarda la USE "perl", non credo che centri qualcosa:
Code: | root@pacman [~]$ emerge -pv net-snmp
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] net-analyzer/net-snmp-5.0.9-r1 -ipv6 +ssl +tcpd 0 kB
Total size of downloads: 0 kB
|
Perl non è elencato come flag...... che versione hai? usi qualche versione Masked?
Non ti ricordi se hai dovuto aggiustare qualcosa a mano dopo l'installazione dell'ebuild?
ora provo ad installare anche gli altri pacchetti elencati nella guida, ma sono poco fiducioso.... |
|
Back to top |
|
|
f0llia l33t
Joined: 22 Apr 2003 Posts: 873
|
Posted: Mon Mar 21, 2005 12:33 pm Post subject: |
|
|
ho seguito la stessa guida e ho lo stesso identico errore in SNMPWALK... qualcuno ha poi risolto ? |
|
Back to top |
|
|
f0llia l33t
Joined: 22 Apr 2003 Posts: 873
|
Posted: Tue Mar 22, 2005 12:57 pm Post subject: |
|
|
Ho risolto l'errore...
era semplicemente un errore di sintassi nel passare i comandi a cfgmaker:
La sequenza giusta è:
(prendocome riferimento il primo link di federico)
Code: |
/usr/bin/cfgmaker --output=/etc/mrtg/traffico.cfg --ifdesc=ip --ifref=descr --global "WorkDir: /home/mrtg" --global "Options[_]: bits,growright" public@localhost
|
e non:
Code: |
/usr/bin/cfgmaker --output=/etc/mrtg/traffico.cfg --ifdesc=ip --ifref=descr --global "WorkDir: /home/mrtg" --global "Options[_]: bits,growright" \ public@localhost
|
Spero sia utile |
|
Back to top |
|
|
|