[ 
https://issues.apache.org/jira/browse/CASSANDRA-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sylvain Lebresne resolved CASSANDRA-3009.
-----------------------------------------

    Resolution: Not A Problem

Sorry, this is because I don't update the 'unstable' series anymore. You should 
use 08x instead (or 07x if you feel inclined to).

It felt more easily harmful to have an 'unstable' version that would silently 
do major version upgrade, so we've switched to numbered series instead. I've 
updated the wiki accordingly. Sorry for the inconvenience.

> 404 on apt-get install from http://www.apache.org/dist/cassandra/debian
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3009
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3009
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Documentation & website
>    Affects Versions: 0.8.3
>         Environment: ubuntu maverick 64-bit
>            Reporter: Chris Lohfink
>            Priority: Minor
>         Attachments: fabfile.py
>
>
> First bug report on here so sorry if I am doing something incorrectly.  I 
> followed the wiki (http://wiki.apache.org/cassandra/DebianPackaging) but I am 
> receiving a 404 error during the install.  Looks like the 
> {code}
> clohfink@roc-lvm-dev:~dev$ sudo apt-get install cassandra
> [sudo] password for clohfink: 
> Reading package lists... Done
> Building dependency tree       
> Reading state information... Done
> The following packages were automatically installed and are no longer 
> required:
>   libcommons-pool-java authbind libmcrypt4 libtomcat6-java 
> libcommons-dbcp-java tomcat6-common
> Use 'apt-get autoremove' to remove them.
> The following NEW packages will be installed:
>   cassandra
> 0 upgraded, 1 newly installed, 0 to remove and 66 not upgraded.
> Need to get 8,415kB of archives.
> After this operation, 9,540kB of additional disk space will be used.
> Err http://www.apache.org/dist/cassandra/debian/ unstable/main cassandra all 
> 0.8.0
>   404  Not Found
> Failed to fetch 
> http://www.apache.org/dist/cassandra/debian/pool/main/c/cassandra/cassandra_0.8.0_all.deb
>   404  Not Found
> E: Unable to fetch some archives, maybe run apt-get update or try with 
> --fix-missing?
> {code}
> for debugging info:
> {code}
> clohfink@roc-lvm-dev:~dev/fabrictests$ sudo apt-cache show cassandra
> N: Can't select versions from package 'cassandra' as it purely virtual
> N: No packages found
> clohfink@roc-lvm-dev:~dev/fabrictests$ sudo add-apt-repository "deb 
> http://www.apache.org/dist/cassandra/debian unstable main"
> clohfink@roc-lvm-dev:~dev/fabrictests$ sudo apt-get update
> ...                                                        
> Ign http://www.apache.org/dist/cassandra/debian/ unstable/main Translation-en 
>                                                          
> Ign http://www.apache.org/dist/cassandra/debian/ unstable/main 
> Translation-en_US                                                        
> ...
> Hit http://us.archive.ubuntu.com maverick-proposed/universe amd64 Packages
> Fetched 6,989B in 1s (5,974B/s)
> Reading package lists... Done
> clohfink@roc-lvm-dev:~dev/fabrictests$ sudo apt-cache show cassandra
> Package: cassandra
> Version: 0.8.0
> Architecture: all
> Maintainer: Eric Evans <eev...@apache.org>
> Installed-Size: 9316
> Depends: openjdk-6-jre-headless (>= 6b11) | java6-runtime, jsvc (>= 1.0), 
> libcommons-daemon-java (>= 1.0), adduser
> Recommends: libjna-java
> Homepage: http://cassandra.apache.org
> Priority: extra
> Section: misc
> Filename: pool/main/c/cassandra/cassandra_0.8.0_all.deb
> Size: 8415180
> SHA256: 7eaaeb9d3ef5af6abff834fe93f1a84349dff98776eaee83f8dabb267ffe4833
> SHA1: 9cca3ffbcbab9e6ba2385f734691c97afeaa8be6
> MD5sum: 01e0435495f7ff40e1b4e4be5857a1ea
> Description: distributed storage system for structured data
>  Cassandra is a distributed (peer-to-peer) system for the management
>  and storage of structured data.
> {code}
> included fabric script, if have fabric installed can run
> {code}
> fab -H localhost install_cassandra
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to