issue about remove the rabbitmq-server instance from ubuntu 14.04 server

47 views
Skip to first unread message

Ross lhfs

unread,
Jan 9, 2018, 7:10:20 PM1/9/18
to rabbitmq-users
Hi, i have installed the rabbitmq-server on ubuntu 14.04 server successfully.
but the issue is when i do $ sudo apt-get update - console will print error - failed to fetch http://rabbitmq.com/debian/trusty/main/bninary-amd64/package 404 not found.
so i uninstall the rebbitmq and try to do the clound way as suggest.

here is another issue
even i have remove the rabbitmq-server , and the error faile to fetch bninary-amd64/package 404 not found still there,

can everyone tell me how i can remove this error ?

Thanks a lot.

Michael Klishin

unread,
Jan 9, 2018, 7:33:32 PM1/9/18
to rabbitm...@googlegroups.com
This is a question about apt, not RabbitMQ.

You need to remove an incorrect rabbitmq.com repository
entry from /etc/apt/sources.list.d/* or /etc/apt/sources.list.

Or remove them all and repeat the

echo 'deb http://www.rabbitmq.com/debian/ testing main' | sudo tee /etc/apt/sources.list.d/rabbitmq.list

step from the [3.6.x] Debian installation guide.

FTR, Ross contacted team RabbitMQ off-list and
we concluded that there an incorrect apt source entry was previously added to apt, which failed installation. That’s how we know there was
an incorrect entry.

RabbitMQ releases starting with 3.7.0 are no longer distributed via rabbitmq.com. Please use Package Cloud [1] or Bintray [2].

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ross lhfs

unread,
Jan 9, 2018, 7:36:45 PM1/9/18
to rabbitmq-users
Hi, thanks

just remove this file, and it is fine now
/etc/apt/sources.list.d/rabbitmq.list

also install again rabbitmq-server by using

it looks good.

Thanks a lot
Ross
Reply all
Reply to author
Forward
0 new messages