Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem snmpwalk unresponsive #21

Open
wasparanda opened this issue Feb 6, 2013 · 1 comment
Open

Problem snmpwalk unresponsive #21

wasparanda opened this issue Feb 6, 2013 · 1 comment

Comments

@wasparanda
Copy link

Hi I am trying to configure the mysql module for SNMP monitoriarlo but not e able to complete the process below indicate that I am doing.

Step1.
I run the command (dpkg-buildpackage-uc-b-rfakeroot)
Result.
root @ ubuntu :/ usr / Programs / mysql-snmp-master # dpkg-buildpackage-uc-b-rfakeroot
dpkg-buildpackage: warning: using a command to become root ("gain-root-command '), even though it is the administrator
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor):-g-O2-fstack-protector - param = ssp-buffer-size = 4-Wformat-Wformat-security
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):-D_FORTIFY_SOURCE = 2
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor):-g-O2-fstack-protector - param = ssp-buffer-size = 4-Wformat-Wformat-security
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor):-g-O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor):-Wl,-Bsymbolic-functions-Wl,-z, relro
dpkg-buildpackage: source package mysql-snmp
dpkg-buildpackage: source version 1.2-1
dpkg-buildpackage: source changed by brice [email protected]
dpkg-buildpackage: system architecture i386
dpkg-source - before-build mysql-snmp-master
fakeroot debian / rules clean
dh_testdir
dh_testroot
rm-f build-stamp configure-stamp

Add here commands to clean up after the build process.

/ Usr / bin / make DESTDIR = / usr / Programs / mysql-snmp-master / debian / mysql-snmp clean
make [1]: Entering directory '/ usr / Programs / mysql-snmp-master »
rm / usr / Programs / mysql-snmp-master / debian / mysql-snmp / usr / sbin / mysql-snmp
make [1]: Leaving directory '/ usr / Programs / mysql-snmp-master »
dh_clean
debian / rules build
dh_testdir

Add here commands to configure the package.

touch configure-stamp
dh_testdir

Add here commands to compile the package.

/ Usr / bin / make DESTDIR = / usr / Programs / mysql-snmp-master / debian / mysql-snmp build
make [1]: Entering directory '/ usr / Programs / mysql-snmp-master »
make [1]: Nothing to be done for 'build'.
make [1]: Leaving directory '/ usr / Programs / mysql-snmp-master »
touch build-stamp
fakeroot debian / rules binary
dh_testdir
dh_testroot
dh_clean-k
dh_clean: dh_clean-k is deprecated; dh_prep use instead
dh_installdirs

Add here commands to install the package into debian / mysql-snmp.

/ Usr / bin / make DESTDIR = / usr / Programs / mysql-snmp-master / debian / mysql-snmp install
make [1]: Entering directory '/ usr / Programs / mysql-snmp-master »
install-m 755 mysql-snmp / usr / Programs / mysql-snmp-master / debian / mysql-snmp / usr / sbin / mysql-snmp
MYSQL-SERV install-m 644 ER-MIB.txt / usr / Programs / mysql-snmp-master / debian / mysql-snmp / usr / share / snmp / mibs
mysql install-m 644-snmp.1 / usr/Programs/mysql-snmp-master/debian/mysql-snmp/usr/share/man/man1
gzip / usr/Programs/mysql-snmp-master/debian/mysql-snmp/usr/share/man/man1/mysql-snmp.1
make [1]: Leaving directory '/ usr / Programs / mysql-snmp-master »
mkdir-p / usr / Programs / mysql-snmp-master / debian / mysql-snmp / etc / default
install-m 0755-o root-g root debian / mysql-snmp-default / usr / Programs / mysql-snmp-master / debian / mysql-snmp / etc / default / mysql-snmp
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs
dh_installexamples
dh_installinit
dh_installman
dh_link
dh_strip
dh_compress
dh_fixperms
dh_makeshlibs
dh_installdeb
dh_perl
dh_shlibdeps
dh_gencontrol
-gencontrol dpkg: warning: Field 'Depends' mysql-snmp package: the substitution variable $ {shlibs: Depends} is unknown
dh_md5sums
dh_builddeb
dpkg-deb: building package mysql-snmp 'in ../mysql-snmp_1.2-1_all.deb'.
dpkg-genchanges-b> ../mysql-snmp_1.2-1_i386.changes
dpkg-genchanges: binary only upload - not including any source code
dpkg-source - after-build mysql-snmp-master
dpkg-buildpackage: binary only upload (no source is not included)
¡Nuevo! Haz clic en las palabras para introducir una modificación y para ver traducciones alternativas. Ignorar
Traductor de Google para empresas:Translator ToolkitTraductor de sitios webGlobal Market Finder

Thanks for your help

@masterzen
Copy link
Owner

Well, you have packaged the application, now you just need to install it: dpkg -i ../mysql-snmp_1.2-1_all.deb and run it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants