Can't install Zabbix by apt-get - checksum error - Debian 9

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












It is impossible to install Zabbix with apt-get install on my Debian 9.
I was following instructions on Zabbix page - I choose version 3.4 - Debian 9 - PostgreSQL but also 3.2, 3.0 LTS version or MySQL instead Postgres - no effect.
When I try to install Zabbix with command:



apt install zabbix-server-pgsql zabbix-frontend-php php-pgsql zabbix-agent


Then output looks like this (original output in polish - this is my translate):



(...)
incorrect checksum
Hashes of expected file:
SHA256: 2cd774 (...)
MD5Sum: 2636bf (...)
Filesize: 231550 [weak]
Hashes of received file:
SHA256: 9214bd (...)ap
MD5Sum: e4c0b (...)
Filesize: 2438 [weak]
last modification reported: Tue, 30 Jan 2018, 17:04
E: Cannot download some files, please try apt-get update or --fix-missing option


Of-course apt-get update or --fix-missing not resolved problem.
My sources.list is standard (Polish Debian repositories) but I also tried US or even Australian test servers.



I tried



rm -rf /var/lib/apt/lists/*


and apt-get clean, update, upgrade etc. Nothing helped. Problem is only with zabbix-server-pgsql or zabbix-server-mysql. Other packages installed correctly.
The same problem is with 3.2 and 3.0 LTS version.



EDIT



I used following instruction before apt install:



 wget http://repo.zabbix.com/zabbix/3.4/debian/pool/main/z/zabbix-release/zabbix-release_3.4-1+stretch_all.deb
dpkg -i zabbix-release_3.4-1+stretch_all.deb
apt update


Instructions from zabbix.com/download page.
Moreover, I tried to install Zabbix on my test Debian 8 on VirtualBox and there is a problem too, but only information is after apt install is -



cannot download (...) libsnmp30 (...) - wrong size


SOLVED -
Fortigate firewall blocked libsnmp30 package - even if I want download it from web browser from Debian repositories. I downloaded it by proxy, install package by dpkg and it works.







share|improve this question


















  • 1




    Which exact instructions did you follow and what commands did you run prior to apt install?
    – Richlv
    Jan 30 at 17:48










  • @Richlv I used following instruction before apt install: # wget http://repo.zabbix.com/zabbix/3.4/debian/pool/main/z/zabbix-release/zabbix-release_3.4-1+stretch_all.deb' '# dpkg -i zabbix-release_3.4-1+stretch_all.deb' '# apt update Instructions from zabbix.com/download page. Moreover, I tried to install Zabbix on my test Debian 8 on VirtualBox and there is a problem too, but only information is after apt install is - cannot download (...) libsnmp30 (...) - wrong size
    – Mateusz Nitka
    Jan 30 at 18:31











  • Please put that information ↑ in your question. It's important
    – roaima
    Feb 4 at 20:05















up vote
0
down vote

favorite












It is impossible to install Zabbix with apt-get install on my Debian 9.
I was following instructions on Zabbix page - I choose version 3.4 - Debian 9 - PostgreSQL but also 3.2, 3.0 LTS version or MySQL instead Postgres - no effect.
When I try to install Zabbix with command:



apt install zabbix-server-pgsql zabbix-frontend-php php-pgsql zabbix-agent


Then output looks like this (original output in polish - this is my translate):



(...)
incorrect checksum
Hashes of expected file:
SHA256: 2cd774 (...)
MD5Sum: 2636bf (...)
Filesize: 231550 [weak]
Hashes of received file:
SHA256: 9214bd (...)ap
MD5Sum: e4c0b (...)
Filesize: 2438 [weak]
last modification reported: Tue, 30 Jan 2018, 17:04
E: Cannot download some files, please try apt-get update or --fix-missing option


Of-course apt-get update or --fix-missing not resolved problem.
My sources.list is standard (Polish Debian repositories) but I also tried US or even Australian test servers.



I tried



rm -rf /var/lib/apt/lists/*


and apt-get clean, update, upgrade etc. Nothing helped. Problem is only with zabbix-server-pgsql or zabbix-server-mysql. Other packages installed correctly.
The same problem is with 3.2 and 3.0 LTS version.



EDIT



I used following instruction before apt install:



 wget http://repo.zabbix.com/zabbix/3.4/debian/pool/main/z/zabbix-release/zabbix-release_3.4-1+stretch_all.deb
dpkg -i zabbix-release_3.4-1+stretch_all.deb
apt update


Instructions from zabbix.com/download page.
Moreover, I tried to install Zabbix on my test Debian 8 on VirtualBox and there is a problem too, but only information is after apt install is -



cannot download (...) libsnmp30 (...) - wrong size


SOLVED -
Fortigate firewall blocked libsnmp30 package - even if I want download it from web browser from Debian repositories. I downloaded it by proxy, install package by dpkg and it works.







share|improve this question


















  • 1




    Which exact instructions did you follow and what commands did you run prior to apt install?
    – Richlv
    Jan 30 at 17:48










  • @Richlv I used following instruction before apt install: # wget http://repo.zabbix.com/zabbix/3.4/debian/pool/main/z/zabbix-release/zabbix-release_3.4-1+stretch_all.deb' '# dpkg -i zabbix-release_3.4-1+stretch_all.deb' '# apt update Instructions from zabbix.com/download page. Moreover, I tried to install Zabbix on my test Debian 8 on VirtualBox and there is a problem too, but only information is after apt install is - cannot download (...) libsnmp30 (...) - wrong size
    – Mateusz Nitka
    Jan 30 at 18:31











  • Please put that information ↑ in your question. It's important
    – roaima
    Feb 4 at 20:05













up vote
0
down vote

favorite









up vote
0
down vote

favorite











It is impossible to install Zabbix with apt-get install on my Debian 9.
I was following instructions on Zabbix page - I choose version 3.4 - Debian 9 - PostgreSQL but also 3.2, 3.0 LTS version or MySQL instead Postgres - no effect.
When I try to install Zabbix with command:



apt install zabbix-server-pgsql zabbix-frontend-php php-pgsql zabbix-agent


Then output looks like this (original output in polish - this is my translate):



(...)
incorrect checksum
Hashes of expected file:
SHA256: 2cd774 (...)
MD5Sum: 2636bf (...)
Filesize: 231550 [weak]
Hashes of received file:
SHA256: 9214bd (...)ap
MD5Sum: e4c0b (...)
Filesize: 2438 [weak]
last modification reported: Tue, 30 Jan 2018, 17:04
E: Cannot download some files, please try apt-get update or --fix-missing option


Of-course apt-get update or --fix-missing not resolved problem.
My sources.list is standard (Polish Debian repositories) but I also tried US or even Australian test servers.



I tried



rm -rf /var/lib/apt/lists/*


and apt-get clean, update, upgrade etc. Nothing helped. Problem is only with zabbix-server-pgsql or zabbix-server-mysql. Other packages installed correctly.
The same problem is with 3.2 and 3.0 LTS version.



EDIT



I used following instruction before apt install:



 wget http://repo.zabbix.com/zabbix/3.4/debian/pool/main/z/zabbix-release/zabbix-release_3.4-1+stretch_all.deb
dpkg -i zabbix-release_3.4-1+stretch_all.deb
apt update


Instructions from zabbix.com/download page.
Moreover, I tried to install Zabbix on my test Debian 8 on VirtualBox and there is a problem too, but only information is after apt install is -



cannot download (...) libsnmp30 (...) - wrong size


SOLVED -
Fortigate firewall blocked libsnmp30 package - even if I want download it from web browser from Debian repositories. I downloaded it by proxy, install package by dpkg and it works.







share|improve this question














It is impossible to install Zabbix with apt-get install on my Debian 9.
I was following instructions on Zabbix page - I choose version 3.4 - Debian 9 - PostgreSQL but also 3.2, 3.0 LTS version or MySQL instead Postgres - no effect.
When I try to install Zabbix with command:



apt install zabbix-server-pgsql zabbix-frontend-php php-pgsql zabbix-agent


Then output looks like this (original output in polish - this is my translate):



(...)
incorrect checksum
Hashes of expected file:
SHA256: 2cd774 (...)
MD5Sum: 2636bf (...)
Filesize: 231550 [weak]
Hashes of received file:
SHA256: 9214bd (...)ap
MD5Sum: e4c0b (...)
Filesize: 2438 [weak]
last modification reported: Tue, 30 Jan 2018, 17:04
E: Cannot download some files, please try apt-get update or --fix-missing option


Of-course apt-get update or --fix-missing not resolved problem.
My sources.list is standard (Polish Debian repositories) but I also tried US or even Australian test servers.



I tried



rm -rf /var/lib/apt/lists/*


and apt-get clean, update, upgrade etc. Nothing helped. Problem is only with zabbix-server-pgsql or zabbix-server-mysql. Other packages installed correctly.
The same problem is with 3.2 and 3.0 LTS version.



EDIT



I used following instruction before apt install:



 wget http://repo.zabbix.com/zabbix/3.4/debian/pool/main/z/zabbix-release/zabbix-release_3.4-1+stretch_all.deb
dpkg -i zabbix-release_3.4-1+stretch_all.deb
apt update


Instructions from zabbix.com/download page.
Moreover, I tried to install Zabbix on my test Debian 8 on VirtualBox and there is a problem too, but only information is after apt install is -



cannot download (...) libsnmp30 (...) - wrong size


SOLVED -
Fortigate firewall blocked libsnmp30 package - even if I want download it from web browser from Debian repositories. I downloaded it by proxy, install package by dpkg and it works.









share|improve this question













share|improve this question




share|improve this question








edited Feb 6 at 11:04

























asked Jan 30 at 17:29









Mateusz Nitka

12




12







  • 1




    Which exact instructions did you follow and what commands did you run prior to apt install?
    – Richlv
    Jan 30 at 17:48










  • @Richlv I used following instruction before apt install: # wget http://repo.zabbix.com/zabbix/3.4/debian/pool/main/z/zabbix-release/zabbix-release_3.4-1+stretch_all.deb' '# dpkg -i zabbix-release_3.4-1+stretch_all.deb' '# apt update Instructions from zabbix.com/download page. Moreover, I tried to install Zabbix on my test Debian 8 on VirtualBox and there is a problem too, but only information is after apt install is - cannot download (...) libsnmp30 (...) - wrong size
    – Mateusz Nitka
    Jan 30 at 18:31











  • Please put that information ↑ in your question. It's important
    – roaima
    Feb 4 at 20:05













  • 1




    Which exact instructions did you follow and what commands did you run prior to apt install?
    – Richlv
    Jan 30 at 17:48










  • @Richlv I used following instruction before apt install: # wget http://repo.zabbix.com/zabbix/3.4/debian/pool/main/z/zabbix-release/zabbix-release_3.4-1+stretch_all.deb' '# dpkg -i zabbix-release_3.4-1+stretch_all.deb' '# apt update Instructions from zabbix.com/download page. Moreover, I tried to install Zabbix on my test Debian 8 on VirtualBox and there is a problem too, but only information is after apt install is - cannot download (...) libsnmp30 (...) - wrong size
    – Mateusz Nitka
    Jan 30 at 18:31











  • Please put that information ↑ in your question. It's important
    – roaima
    Feb 4 at 20:05








1




1




Which exact instructions did you follow and what commands did you run prior to apt install?
– Richlv
Jan 30 at 17:48




Which exact instructions did you follow and what commands did you run prior to apt install?
– Richlv
Jan 30 at 17:48












@Richlv I used following instruction before apt install: # wget http://repo.zabbix.com/zabbix/3.4/debian/pool/main/z/zabbix-release/zabbix-release_3.4-1+stretch_all.deb' '# dpkg -i zabbix-release_3.4-1+stretch_all.deb' '# apt update Instructions from zabbix.com/download page. Moreover, I tried to install Zabbix on my test Debian 8 on VirtualBox and there is a problem too, but only information is after apt install is - cannot download (...) libsnmp30 (...) - wrong size
– Mateusz Nitka
Jan 30 at 18:31





@Richlv I used following instruction before apt install: # wget http://repo.zabbix.com/zabbix/3.4/debian/pool/main/z/zabbix-release/zabbix-release_3.4-1+stretch_all.deb' '# dpkg -i zabbix-release_3.4-1+stretch_all.deb' '# apt update Instructions from zabbix.com/download page. Moreover, I tried to install Zabbix on my test Debian 8 on VirtualBox and there is a problem too, but only information is after apt install is - cannot download (...) libsnmp30 (...) - wrong size
– Mateusz Nitka
Jan 30 at 18:31













Please put that information ↑ in your question. It's important
– roaima
Feb 4 at 20:05





Please put that information ↑ in your question. It's important
– roaima
Feb 4 at 20:05











1 Answer
1






active

oldest

votes

















up vote
0
down vote



accepted










Solved! There was a problem with firewall / router which blocked the libsnmp30 package. I downloaded it manually and installed with dpkg.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );








     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f420737%2fcant-install-zabbix-by-apt-get-checksum-error-debian-9%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote



    accepted










    Solved! There was a problem with firewall / router which blocked the libsnmp30 package. I downloaded it manually and installed with dpkg.






    share|improve this answer
























      up vote
      0
      down vote



      accepted










      Solved! There was a problem with firewall / router which blocked the libsnmp30 package. I downloaded it manually and installed with dpkg.






      share|improve this answer






















        up vote
        0
        down vote



        accepted







        up vote
        0
        down vote



        accepted






        Solved! There was a problem with firewall / router which blocked the libsnmp30 package. I downloaded it manually and installed with dpkg.






        share|improve this answer












        Solved! There was a problem with firewall / router which blocked the libsnmp30 package. I downloaded it manually and installed with dpkg.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 30 at 20:23









        Mateusz Nitka

        12




        12






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f420737%2fcant-install-zabbix-by-apt-get-checksum-error-debian-9%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay