Re: Using wheezy or squeeze.

2013-01-11 Thread berenger . morel



Le 11.01.2013 00:14, Steven Ayre a écrit :

If you're
really paranoid, I suppose you have three servers: Live,
Copy-of-Live
and Development. :)


I wouldn't call that paranoid at all, I'd call that good practice...


And, sometimes, there is a 4th one: testing.

_ Development : some databases with purely fictional values and 
development tools, used to create and first debugging pass
_ testing : snapshot of real databases and candidates of stuff you'll 
release, used for full tests in real conditions

_ working : real server
_ working-copy : used when working crash

No parano here, just precautions to have a really stable production 
server. You will notice that Debian's versions are not far from that: 
unstable, testing, stable. There is only experimental and old-stable 
which lacks in my description, but there are processes which say you 
should keep all old stable copies of your softwares, in case you have to 
read anew an old save/data/whatever.

Parano for a user, but simply avoiding money losses for an enterprise.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2a1e8030181f71be07394187791e4...@neutralite.org



Re: Using wheezy or squeeze.

2013-01-10 Thread Steven Ayre

 If you're
 really paranoid, I suppose you have three servers: Live, Copy-of-Live
 and Development. :)


I wouldn't call that paranoid at all, I'd call that good practice...

Use 'stable' (Copy-of-Live) to check your application will run ok with the
packages/versions available on squeeze. Sometimes it'll mean falling back
to backports, creating your own backport, or adjusting your application.
I've found such problems on several occasions - developing on testing and
finding a dependency wasn't available in squeeze, was too old to support
feature X, or a library's API had changed.

Use 'testing' (Development) to check there're no surprises when testing
becomes the new stable.
One memorable one that came up in the lenny-squeeze transition was the
removal of the MySQL Cluster engine from MySQL Server between 5.0 and 5.1
(the projects forked).

-Steve




On 9 January 2013 13:48, Darac Marjal mailingl...@darac.org.uk wrote:
 On Thu, Jan 10, 2013 at 12:25:47AM +1300, Chris Bannister wrote:
 On Wed, Jan 09, 2013 at 10:58:01AM +, Darac Marjal wrote:
  This is the whole point of the testing distribution, AFAIUI. You run
  'stable' on your production server and 'testing' on your development
  server.

 Really?

 Wouldn't you want your development server/environment to be setup as
 close as possible to your production server?

 For most of the lifespan, yes. But at some point you need to start
 looking at the new version of the OS and start working out how you're
 going to upgrade the production server with minimal fuss. If you're
 really paranoid, I suppose you have three servers: Live, Copy-of-Live
 and Development. :)


 BTW, I believe development, and upgrading from one stable distribution
 to the next one as two different concepts.

 --
 If you're not careful, the newspapers will have you hating the people
 who are being oppressed, and loving the people who are doing the
 oppressing. --- Malcolm X


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
listmas...@lists.debian.org
 Archive: http://lists.debian.org/20130109112547.GA28651@tal



Re: Using wheezy or squeeze.

2013-01-09 Thread Darac Marjal
On Wed, Jan 09, 2013 at 09:02:35AM +1300, Aidan Gauland wrote:
 rodrigo tavares rodrigofar...@yahoo.com.br writes:
  I have used debian 6.0 squezze, and some packages is old, since the
  wheezy, have a packages new version.
  I need to install a mail server with potfix, LDAP, e Cyrus IMAP. I
  want install version Cyrus 2.4, is in squeeze is 2.2. 
 
  Can I to trust in Wheeezy?
 
 If there are only a few packages you need from testing (wheezy), you
 should not upgrade your entire system to wheezy and instead only get the
 newer packages you need.  First, see if they have been backported to
 squeeze: http://backports-master.debian.org/. If they're not in
 squeeze-backports, get the Debian source packages from wheezy and build
 them on your squeeze system.  I'll let someone who is more familiar with
 the Debian packaging tools instruct you on this, but BE SURE TO VERIFY
 THE SIGNATURES OF THE SOURCE PACKAGES!

Don't worry too much about this. Debian Backports fully supports
secure-apt (that is, you add a line to your /etc/apt/sources.list and
apt-get/aptitude will warn you if there is a problem with signatures).

As to the original question, I would suggest installing wheezy NOW on
your test server. You will probably want some time to configure and test
the server before deploying it in production. Wheezy will be going
stable soon (a couple of months is the last estimate I heard) so you
should be fine there.

This is the whole point of the testing distribution, AFAIUI. You run
'stable' on your production server and 'testing' on your development
server. You do your development and testing of the newer version on your
development server and when that distribution is released, you're in a
good position to update the production server with minimal impact
(because you already know how the changes will impact your userbase).
The production server then remains with a relatively fixed set of
software.

Apologies if this sounds like teaching you to suck eggs.


signature.asc
Description: Digital signature


Re: Using wheezy or squeeze.

2013-01-09 Thread Chris Bannister
On Wed, Jan 09, 2013 at 10:58:01AM +, Darac Marjal wrote:
 This is the whole point of the testing distribution, AFAIUI. You run
 'stable' on your production server and 'testing' on your development
 server.

Really? 

Wouldn't you want your development server/environment to be setup as
close as possible to your production server?

BTW, I believe development, and upgrading from one stable distribution
to the next one as two different concepts. 

-- 
If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing. --- Malcolm X


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130109112547.GA28651@tal



Re: Using wheezy or squeeze.

2013-01-09 Thread Darac Marjal
On Thu, Jan 10, 2013 at 12:25:47AM +1300, Chris Bannister wrote:
 On Wed, Jan 09, 2013 at 10:58:01AM +, Darac Marjal wrote:
  This is the whole point of the testing distribution, AFAIUI. You run
  'stable' on your production server and 'testing' on your development
  server.
 
 Really? 
 
 Wouldn't you want your development server/environment to be setup as
 close as possible to your production server?

For most of the lifespan, yes. But at some point you need to start
looking at the new version of the OS and start working out how you're
going to upgrade the production server with minimal fuss. If you're
really paranoid, I suppose you have three servers: Live, Copy-of-Live
and Development. :)

 
 BTW, I believe development, and upgrading from one stable distribution
 to the next one as two different concepts. 
 
 -- 
 If you're not careful, the newspapers will have you hating the people
 who are being oppressed, and loving the people who are doing the 
 oppressing. --- Malcolm X
 
 
 -- 
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/20130109112547.GA28651@tal
 


signature.asc
Description: Digital signature


Using wheezy or squeeze.

2013-01-08 Thread rodrigo tavares
People,

I have used debian 6.0 squezze, and some packages is old, since the wheezy, 
have a packages new version.
I need to install a mail server with potfix, LDAP, e Cyrus IMAP. I want install 
version Cyrus 2.4, is in squeeze is 2.2. 


Can I to trust in Wheeezy  ?

Rodrigo Faria

Re: Using wheezy or squeeze.

2013-01-08 Thread Aidan Gauland
rodrigo tavares rodrigofar...@yahoo.com.br writes:
 I have used debian 6.0 squezze, and some packages is old, since the
 wheezy, have a packages new version.
 I need to install a mail server with potfix, LDAP, e Cyrus IMAP. I
 want install version Cyrus 2.4, is in squeeze is 2.2. 

 Can I to trust in Wheeezy?

If there are only a few packages you need from testing (wheezy), you
should not upgrade your entire system to wheezy and instead only get the
newer packages you need.  First, see if they have been backported to
squeeze: http://backports-master.debian.org/. If they're not in
squeeze-backports, get the Debian source packages from wheezy and build
them on your squeeze system.  I'll let someone who is more familiar with
the Debian packaging tools instruct you on this, but BE SURE TO VERIFY
THE SIGNATURES OF THE SOURCE PACKAGES!

Hope this helps,
Aidan Gauland


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87sj6bzbms@dimension8.tehua.net