~ubuntu-branches/ubuntu/gutsy/mdadm/gutsy

« back to all changes in this revision

Viewing changes to debian/TESTING

  • Committer: Package Import Robot
  • Author(s): Fabio M. Di Nitto
  • Date: 2006-11-20 06:56:19 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20061120065619-2sr98cpmlv8dcqzt
Tags: 2.5.6-5ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Call for help testing new versions of mdadm
 
2
===========================================
 
3
 
 
4
The problem with being the mdadm maintainer is that it doesn't make any
 
5
friends but potentially quite a lot of enemies. Even though it's actually very
 
6
unlikely that a new mdadm version causes data loss (mdadm is only the remote
 
7
control into the kernel), people seem to exhibit unexpected reactions when
 
8
their MD arrays with important data don't want to start anymore. In such
 
9
a case, don't panic, don't do anything without understanding the implications,
 
10
and consider asking for help.
 
11
 
 
12
That said, I would appreciate if you guys helped me test the latest mdadm
 
13
releases a bit more thoroughly. I do extensive tests myself, but as Murphy
 
14
would be able to predict, the problem only ever occur on other people's
 
15
machines, and I'd much rather fix them sooner than later.
 
16
 
 
17
The easiest way to test new mdadm packages is by adding my package repository
 
18
(i386/amd64) to your sources.list file, and configuring the APT pins
 
19
appropriately:
 
20
 
 
21
---8<---
 
22
# cat <<_eof >> /etc/apt/sources.list
 
23
deb http://debian.madduck.net/repo sid main
 
24
_eof
 
25
# cat <<_eof >> /etc/apt/preferences
 
26
Package: *
 
27
Pin: release a=sid, release o=madduck
 
28
Pin-Priority: 50
 
29
 
 
30
Package: mdadm
 
31
Pin: release a=sid, release o=madduck
 
32
Pin-Priority: 600
 
33
_eof
 
34
# apt-get update; apt-get upgrade
 
35
---8<---
 
36
 
 
37
Alternatively, you can just download the package for i386[0] or amd64[1]:
 
38
 
 
39
  0. http://debian.madduck.net/repo/dists/sid/main/binary-i386/admin/
 
40
  1. http://debian.madduck.net/repo/dists/sid/main/binary-amd64/admin/
 
41
 
 
42
If you're running sarge and are willing to test, that would be great! I've
 
43
prepared backports, which you can use like so (note how you need backported
 
44
debconf and lsb-base packages too, which are to be found in the backports.org
 
45
archive [2]; see also further down for direct links):
 
46
 
 
47
  2. http://backports.org/dokuwiki/doku.php?id=instructions
 
48
 
 
49
---8<---
 
50
# cat <<_eof >> /etc/apt/sources.list
 
51
deb http://debian.madduck.net/repo sarge-backports main
 
52
## unless you have backports already enabled:
 
53
deb http://www.backports.org/debian sarge-backports main
 
54
_eof
 
55
# cat <<_eof >> /etc/apt/preferences
 
56
Package: *
 
57
Pin: release a=sarge-backports, release o=madduck
 
58
Pin-Priority: 50
 
59
 
 
60
Package: mdadm
 
61
Pin: release a=sarge-backports, release o=madduck
 
62
Pin-Priority: 600
 
63
 
 
64
Package: debconf
 
65
Pin: release a=sarge-backports
 
66
Pin-Priority: 600
 
67
 
 
68
Package: lsb-base
 
69
Pin: release a=sarge-backports
 
70
Pin-Priority: 600
 
71
_eof
 
72
# apt-get update; apt-get upgrade
 
73
---8<---
 
74
 
 
75
The mdadm backport can also be directly downloaded for i386[3] or amd64[4], the
 
76
needed debconf[5] and lsb-base[6] reside in the backports.org archive.
 
77
 
 
78
  3. http://debian.madduck.net/repo/dists/sarge-backports/main/binary-i386/admin/
 
79
  4. http://debian.madduck.net/repo/dists/sarge-backports/main/binary-amd64/admin/
 
80
  5. http://backports.org/debian/pool/main/d/debconf/
 
81
  6. http://backports.org/debian/pool/main/l/lsb/
 
82
 
 
83
Much appreciated!
 
84
 
 
85
 -- martin f. krafft <madduck@debian.org>  Thu, 09 Nov 2006 16:16:21 +0100
 
86
 
 
87
$Id: TESTING 270 2006-11-09 15:24:24Z madduck $