SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2012-05-12 19:34:07

el_koraco
#!/loony/bun
From: inside Ed
Registered: 2011-07-25
Posts: 4,644

Squeeze 6.0.5 is here

Several updates, nothing major. But:

elkoraco@mrdeb ~ % lsb_release -a
No LSB modules are available.
Distributor ID:    Debian
Description:    Debian GNU/Linux 6.0.5 (squeeze)
Release:    6.0.5
Codename:    squeeze

Offline

Be excellent to each other!

#2 2012-05-13 03:49:26

nuxero
#! Member
From: Somewhere
Registered: 2011-12-04
Posts: 60
Website

Re: Squeeze 6.0.5 is here

Updating big_smile

Offline

#3 2012-05-13 08:02:26

hhh
Caught in the Vortex
From: Port Salerno
Registered: 2010-08-04
Posts: 1,485

Re: Squeeze 6.0.5 is here

hhh@hhh:~$ lsb_release -a
No LSB modules are available.
Distributor ID:    Debian
Description:    Debian GNU/Linux 6.0.5 (squeeze)
Release:    6.0.5
Codename:    squeeze
hhh@hhh:~$

Got it, thanks for the heads up!

Offline

#4 2012-05-13 08:20:11

pvsage
Internal Affairs
From: North Carolina
Registered: 2009-10-18
Posts: 9,016

Re: Squeeze 6.0.5 is here

Ahh...so *that*'s the real reason Statler has a lsb-release-statler rather than lsb-release.  Totally wouldn't have known about the point release of Squeeze if el_k hadn't pointed it out here.

I take it my regular dist-upgrades have kept my Statler install in line with Squeeze?


while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.

Offline

#5 2012-05-13 08:26:28

el_koraco
#!/loony/bun
From: inside Ed
Registered: 2011-07-25
Posts: 4,644

Re: Squeeze 6.0.5 is here

Of course.

Offline

#6 2012-05-13 17:25:46

bozhkov
#! Junkie
Registered: 2009-12-29
Posts: 463

Re: Squeeze 6.0.5 is here

may be we can hope for one of the last squeeze-based #! releases or one could think with waldorf as the main point of emphasis, what we have is what we got? big_smile

Offline

#7 2012-05-13 18:22:38

el_koraco
#!/loony/bun
From: inside Ed
Registered: 2011-07-25
Posts: 4,644

Re: Squeeze 6.0.5 is here

bozhkov wrote:

may be we can hope for one of the last squeeze-based #! releases or one could think with waldorf as the main point of emphasis, what we have is what we got? big_smile

No idea, I'm running straight Debian, and I'm sure as hell not gonna upgrade until Wheezy goes stable big_smile
Plus, Squeeze is running so great, papanom can just leave Statler as it is, no worries.

Offline

#8 2012-05-13 18:40:24

dubois
The Old Codger
Registered: 2010-09-03
Posts: 2,238

Re: Squeeze 6.0.5 is here

Ohhh.  So that's what I got the other day.  Makes me appreciate stable all the more.  wink

Offline

#9 2012-05-14 16:33:38

johnraff
#!Drunkard
From: Nagoya, Japan
Registered: 2009-01-07
Posts: 2,465
Website

Re: Squeeze 6.0.5 is here

el_koraco wrote:

I'm sure as hell not gonna upgrade until Wheezy goes stable big_smile
Plus, Squeeze is running so great, papanom can just leave Statler as it is, no worries.

You said it brother! smile


John
--------------------
( a boring Japan blog , and idle twitterings )

Offline

#10 2012-05-14 16:52:49

bozhkov
#! Junkie
Registered: 2009-12-29
Posts: 463

Re: Squeeze 6.0.5 is here

I agree on that, yet it would be cool to have an image with all the things that were added later - like compton, etc smile

Offline

#11 2012-05-14 18:04:22

pvsage
Internal Affairs
From: North Carolina
Registered: 2009-10-18
Posts: 9,016

Re: Squeeze 6.0.5 is here

^ There is no compton in either Squeeze or Statler.


while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.

Offline

#12 2012-05-14 18:14:55

bozhkov
#! Junkie
Registered: 2009-12-29
Posts: 463

Re: Squeeze 6.0.5 is here

Precisely smile

Offline

#13 2012-05-14 18:39:41

el_koraco
#!/loony/bun
From: inside Ed
Registered: 2011-07-25
Posts: 4,644

Re: Squeeze 6.0.5 is here

sudo apt-get install git checkinstall build-essential
sudo apt-get build-dep xcompmgr
mkdir -p src && cd src
git clone https://github.com/chjj/compton.git   
cd compton
make
sudo checkinstall -D make install

Done.

Last edited by el_koraco (2012-05-14 18:39:56)

Offline

#14 2012-05-14 18:42:01

el_koraco
#!/loony/bun
From: inside Ed
Registered: 2011-07-25
Posts: 4,644

Re: Squeeze 6.0.5 is here

johnraff wrote:

You said it brother! smile

Pfeh, it's nice to see other people in The Church of Debian Stable. The only ones worshiping Stable are dudes on the Debian Forums, and that's a bad place to be.

Offline

#15 2012-05-14 20:09:22

vrkalak
#! Die Hard
From: Santa Fe, NM, USA
Registered: 2009-09-14
Posts: 1,490

Re: Squeeze 6.0.5 is here

el_koraco wrote:
johnraff wrote:

You said it brother! smile

Pfeh, it's nice to see other people in The Church of Debian Stable. The only ones worshiping Stable are dudes on the Debian Forums, and that's a bad place to be.

I fall into that group ... or is it 'this' group.  cool

#!Crunchbang (Openbox+Debian stable/backports) = For The Win


Registered Linux User: #497030
DeviantART pageAsk.Debian
#!Crunchbang 'Waldorf' (Openbox) -- Mint-Debian Fluxbox Edition

Offline

#16 2012-05-14 21:32:47

bozhkov
#! Junkie
Registered: 2009-12-29
Posts: 463

Re: Squeeze 6.0.5 is here

el_koraco wrote:
sudo apt-get install git checkinstall build-essential
sudo apt-get build-dep xcompmgr
mkdir -p src && cd src
git clone https://github.com/chjj/compton.git   
cd compton
make
sudo checkinstall -D make install

Done.

bozhkov wrote:

I agree on that, yet it would be cool to have an image with all the things that were added later - like compton, etc smile

Thank you for the guide - I think it would benefit all if you post it in the Tips and Tricks section as well, but it was my belief that another (possibly final) release of squeeze-based #! would be nice and up-to-date from the get-go smile

Offline

#17 2012-05-17 05:30:45

johnraff
#!Drunkard
From: Nagoya, Japan
Registered: 2009-01-07
Posts: 2,465
Website

Re: Squeeze 6.0.5 is here

bozhkov wrote:

it would be cool to have an image with all the things that were added later - like compton, etc smile

You mean, an image based on Squeeze, but with a load of apps added that really belong to Wheezy? Quite a lot of work there I'd guess...


John
--------------------
( a boring Japan blog , and idle twitterings )

Offline

#18 2012-05-17 07:05:16

Milozzy
#! Die Hard
Registered: 2011-02-22
Posts: 587
Website

Re: Squeeze 6.0.5 is here

el_koraco wrote:

Pfeh, it's nice to see other people in The Church of Debian Stable.

Count me in!!!

el_koraco wrote:

The only ones worshiping Stable are dudes on the Debian Forums, and that's a bad place to be.

+1


Regarding compton, I installed the Waldorf package and all went fine

Last edited by Milozzy (2012-05-17 07:05:59)

Offline

#19 2012-05-17 16:53:47

johnraff
#!Drunkard
From: Nagoya, Japan
Registered: 2009-01-07
Posts: 2,465
Website

Re: Squeeze 6.0.5 is here

Of course, all that said, full respect to the people who work their way through the bugs in Testing and Unstable so that I can now enjoy the fruits of their labours in Stable!


John
--------------------
( a boring Japan blog , and idle twitterings )

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo