Re: Missing 3.11.X cassandra debian packages

2018-02-24 Thread Kyrylo Lebediev
x27; is a bad feature. Regards, Kyrill From: Michael Shuler on behalf of Michael Shuler Sent: Wednesday, February 21, 2018 8:18:21 PM To: user@cassandra.apache.org Subject: Re: Missing 3.11.X cassandra debian packages On 02/21/2018 11:56 AM, Zachary Mar

Re: Missing 3.11.X cassandra debian packages

2018-02-21 Thread Michael Shuler
On 02/21/2018 11:56 AM, Zachary Marois wrote: > Starting in that last two weeks (I successfully installed cassandra > sometime in the last two weeks), I'm guessing on 2/19 when version > 3.11.2 was released, the cassandra apt package version 3.11.1 became > unstable. It doesn't seem to be published

Missing 3.11.X cassandra debian packages

2018-02-21 Thread Zachary Marois
Starting in that last two weeks (I successfully installed cassandra sometime in the last two weeks), I'm guessing on 2/19 when version 3.11.2 was released, the cassandra apt package version 3.11.1 became unstable. It doesn't seem to be published in the http://www.apache.org/dist/cassandra/debian

Re: RE where is cassandra debian packages?

2012-08-24 Thread Peter Sanford
It looks like the /cassandra directory is missing from most of the mirrors right now. The only mirror that I've found to work is http://www.eu.apache.org On Fri, Aug 24, 2012 at 2:53 AM, ruslan usifov wrote: > Hm, from erope servere cassandra packages prestn, but from russian > servers absent. >

Re: RE where is cassandra debian packages?

2012-08-24 Thread ruslan usifov
Hm, from erope servere cassandra packages prestn, but from russian servers absent. 2012/8/24 Michal Michalski : > Well, "Works for me". > > W dniu 24.08.2012 11:43, ruslan usifov pisze: > >> no, i got 404 error. >> >> 2012/8/24 Romain HARDOUIN : >>> >>> >>> Hi, >>> The url you mentioned is OK: e.

Re: RE where is cassandra debian packages?

2012-08-24 Thread Michal Michalski
Well, "Works for me". W dniu 24.08.2012 11:43, ruslan usifov pisze: no, i got 404 error. 2012/8/24 Romain HARDOUIN : Hi, The url you mentioned is OK: e.g. http://www.apache.org/dist/cassandra/debian/dists/11x/ ruslan usifov a écrit sur 24/08/2012 11:26:11 : Hello looks like http://www.a

Re: RE where is cassandra debian packages?

2012-08-24 Thread ruslan usifov
no, i got 404 error. 2012/8/24 Romain HARDOUIN : > > Hi, > The url you mentioned is OK: e.g. > http://www.apache.org/dist/cassandra/debian/dists/11x/ > > > ruslan usifov a écrit sur 24/08/2012 11:26:11 : > >> Hello >> >> looks like http://www.apache.org/dist/cassandra/debian is missing >> (HTTP 4

RE where is cassandra debian packages?

2012-08-24 Thread Romain HARDOUIN
Hi, The url you mentioned is OK: e.g. http://www.apache.org/dist/cassandra/debian/dists/11x/ ruslan usifov a écrit sur 24/08/2012 11:26:11 : > Hello > > looks like http://www.apache.org/dist/cassandra/debian is missing > (HTTP 404), may be cassandra moved to other debian repository?

where is cassandra debian packages?

2012-08-24 Thread ruslan usifov
Hello looks like http://www.apache.org/dist/cassandra/debian is missing (HTTP 404), may be cassandra moved to other debian repository?

Re: 0.7.5 Debian packages - can't upgrade?

2011-04-30 Thread Dan Washusen
It looks like it's an issue with Ubuntu 9.10 (or my install of 9.10). Tried on a machine running 10.04 and it works fine... On 30 April 2011 12:35, Dan Washusen wrote: > Thanks for the response. :) > > I should have also mentioned that I'm running this on Ubuntu Karmic > Koala

Re: 0.7.5 Debian packages - can't upgrade?

2011-04-29 Thread Dan Washusen
Thanks for the response. :) I should have also mentioned that I'm running this on Ubuntu Karmic Koala(9.10). The output of `sudo aptitude full-upgrade` looks the same as safe-upgrade: > Reading package lists... Done > Building dependency tree > Reading state i

Re: 0.7.5 Debian packages - can't upgrade?

2011-04-29 Thread Eric Evans
On Sat, 2011-04-30 at 09:34 +1000, Dan Washusen wrote: > > sudo aptitude update > > sudo aptitude safe-upgrade > > > The upgrade shows this: > > > Reading package lists... Done > > Building dependency tree > > Reading state information... Done > > Reading extended state information > > Initiali

0.7.5 Debian packages - can't upgrade?

2011-04-29 Thread Dan Washusen
Hey all, I can't seem upgrade to 0.7.5 using the Debian packages. Here's what I've done... Edited sources.list and changed "unstable" to "07x". > deb http://www.apache.org/dist/cassandra/debian 07x main > deb-src http://www.apache.org/dist/cassandra/d

Re: debian packages

2010-05-03 Thread Eric Evans
On Mon, 2010-05-03 at 14:39 -0500, Lee Parker wrote: > Thanks. I'll apply the patch. I'm not real familiar with the JVM > options, but I assume that on a production machine I should remove > -Xdebug and the -Xrunjdwp options. Yes. -- Eric Evans eev...@rackspace.com

Re: debian packages

2010-05-03 Thread Lee Parker
Thanks. I'll apply the patch. I'm not real familiar with the JVM options, but I assume that on a production machine I should remove -Xdebug and the -Xrunjdwp options. Lee Parker On Mon, May 3, 2010 at 2:29 PM, Eric Evans wrote: > On Mon, 2010-05-03 at 13:30 -0500, Lee Parker wrote: > > I see t

Re: debian packages

2010-05-03 Thread Eric Evans
On Mon, 2010-05-03 at 13:30 -0500, Lee Parker wrote: > I see these in the JVM_EXTRA_OPS line of /etc/defaults/cassandra, but > I don't see where this data is actually passed into the jvm in the > init script. Am I missing something? JVM_EXTRA_OPS should be getting passed (they used to be), so th

debian packages

2010-05-03 Thread Lee Parker
Is there a reason why the jvm options are so different in the debian version from the standard cassandra.in.sh? The following lines are completely missing from the init script: -XX:TargetSurvivorRatio=90 \ -XX:+AggressiveOpts \ -XX:+UseParNewGC \ -XX:+UseConcMarkSwe