Skip to content

Commit b46b471

Browse files
committed
Import mpt-status
1 parent 1e0b89d commit b46b471

File tree

17 files changed

+5816
-0
lines changed

17 files changed

+5816
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
README.Debian for mpt-status package
2+
------------------------------------
3+
4+
Before you can use the mpt-status tool you have to make sure that the
5+
mptctl module is loaded. You can do that with "modprobe mptctl" or with
6+
adding mptctl to the file "/etc/modules" to make sure it is always
7+
loaded during system startup.
8+
9+
Possible configuration:
10+
----------------------
11+
12+
If you want to change the default configuration of the init script you
13+
can create the file /etc/default/mpt-statusd and specify the following
14+
values.
15+
16+
MAILTO=
17+
PERIOD=
18+
REMIND=
19+
ID=
20+
21+
Use MAILTO to specify which user shall get the status mails
22+
(default is root).
23+
24+
With PERIOD you can fix the seconds between each check.
25+
26+
And REMIND specifies the seconds between each reminder.
27+
28+
By setting the ID field it is possible to specify the primary device,
29+
which can be find out by using "mpt-status -p" (the default is 0).
30+
31+
-- Steffen Joeris <white@debian.org> Wed, 10 Jan 2007 14:37:46 +0100
Lines changed: 201 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,201 @@
1+
mpt-status (1.2.0-4.2.hwraid1) unstable; urgency=low
2+
3+
* Non-maintainer upload.
4+
* Based on debian's 1.2.0-4.2 release.
5+
* Relax debhelper bdep to allow sarge builds.
6+
* Allow pciutils-dev bdep as libpci-dev alternative.
7+
8+
-- Adam Cécile (Le_Vert) <gandalf@le-vert.net> Thu, 21 Aug 2008 16:09:53 +0200
9+
10+
mpt-status (1.2.0-4.2) unstable; urgency=low
11+
12+
* Non-maintainer upload.
13+
* Build depend on libpci-dev. Closes: #478386
14+
15+
-- Anibal Monsalve Salazar <anibal@debian.org> Sat, 03 May 2008 11:50:27 +1000
16+
17+
mpt-status (1.2.0-4.1) unstable; urgency=low
18+
19+
* Non-maintainer upload to solve release goal.
20+
* Add LSB dependency header to init.d scripts (Closes: #470938).
21+
22+
-- Petter Reinholdtsen <pere@debian.org> Sat, 29 Mar 2008 13:40:47 +0100
23+
24+
mpt-status (1.2.0-4) unstable; urgency=high
25+
26+
* High urgency for RC bugfix
27+
* Fix FTBFS with 20-compiler.patch to remove include for
28+
linux/compiler.h from the header file, which is no longer available
29+
with the switch to linux-libc-dev (Closes: #423789)
30+
Thanks to Steve Langasek for the patch
31+
* Change arch field to any as it might also be useful for other archs
32+
* Bump debhelper level to 5
33+
34+
-- Steffen Joeris <white@debian.org> Mon, 14 May 2007 21:12:10 +1000
35+
36+
mpt-status (1.2.0-3) unstable; urgency=low
37+
38+
* Upload to unstable (Closes: #390923)
39+
40+
-- Steffen Joeris <white@debian.org> Mon, 23 Apr 2007 07:01:26 +1000
41+
42+
mpt-status (1.2.0-2) experimental; urgency=low
43+
44+
* Add dependency against mailx which is needed by the init script
45+
to report failures (see #411746)
46+
47+
-- Steffen Joeris <white@debian.org> Thu, 22 Feb 2007 00:01:03 +1100
48+
49+
mpt-status (1.2.0-1) experimental; urgency=low
50+
51+
* New upstream release
52+
- Fixed version string (Closes: #390921)
53+
* Drop 20-nonlinux.patch as it got included by upstream
54+
* Include mpi_raid.h from kernel source package to debian/includes
55+
* Include patch to improve the output of mpt-statusd and internal
56+
functions, thanks to Jochen Pawletta
57+
* Drop debian/mpt-status.8 manpage as it is now included by upstream
58+
* Thanks to Petter Reinholdtsen for testing and hardware access
59+
60+
-- Steffen Joeris <white@debian.org> Wed, 17 Jan 2007 17:23:34 +0100
61+
62+
mpt-status (1.1.6-12) unstable; urgency=medium
63+
64+
* Severity set to medium as this upload fixes an important bug
65+
* Provide the ID function to explicitely specify the primary id,
66+
because the -p argument produces different output by different
67+
ids (Closes: #404962)
68+
* Thanks to Jochen Pawletta
69+
70+
-- Steffen Joeris <white@debian.org> Thu, 11 Jan 2007 17:12:36 +0100
71+
72+
mpt-status (1.1.6-11) unstable; urgency=high
73+
74+
* Severity is still high as it should go into etch
75+
* Revert the debhelper change so that it is back to level 4
76+
which was requested by the Release Team
77+
78+
-- Steffen Joeris <white@debian.org> Sun, 7 Jan 2007 23:23:01 +0100
79+
80+
mpt-status (1.1.6-10) unstable; urgency=high
81+
82+
* Set severity to high as it fixes an RC bug and should go into etch
83+
* Bump debhelper level to 5
84+
* Change my maintainer address
85+
* Use the -p option to probe through the id's in case it is not on
86+
id 0 (Closes: #404962)
87+
* Remove useless additional log message about stopping the daemon in
88+
d_stop()
89+
* Provide the d_stop_by_restart() function which is needed for a
90+
workaround to make sure the init script starts again
91+
(Closes: #405938)
92+
* Thanks to Petter Reinholdtsen for testing and hardware access
93+
94+
-- Steffen Joeris <white@debian.org> Wed, 3 Jan 2007 21:17:56 +0100
95+
96+
mpt-status (1.1.6-9) unstable; urgency=high
97+
98+
* Severity high because this upload fixes two RC bugs
99+
* Make sure that d_start() exits with error code 0 if there is
100+
already a running daemon (Closes: #401580)
101+
Thanks to Morten Werner Olsen
102+
* Add check to the d_stop() function to see if the daemon is already
103+
stopped which according to lsb standards should exit with error
104+
code 0
105+
* Start the daemon with the --oknodo option which allows us to start
106+
other daemons later, while the first one is defunct and waits for
107+
the sleep call to exit afterwards (Closes: #401554)
108+
* Remove the check for the "/proc/scsi/mptspi" directory, as there
109+
might be others in use instead of this one, however the version
110+
check should be enough and exits gracefully (see #387963)
111+
* Include check_daemon() function to check if there is already a
112+
running mpt-statusd which is not timing out at the moment
113+
* Gracefully exit with code 0 after the run of start-stop-daemon
114+
* Thanks to Klaus Ade Johnstad and Petter Reinholdtsen for feeding me
115+
with enough tests and access to hardware
116+
117+
-- Steffen Joeris <steffen.joeris@skolelinux.de> Tue, 5 Dec 2006 18:54:08 +0100
118+
119+
mpt-status (1.1.6-8) unstable; urgency=low
120+
121+
* Add check to mpt-statusd if there are any mpt-devices
122+
and exit with a normal message if there are none (Closes: #387963)
123+
* Upload sponsored by Petter Reinholdtsen
124+
125+
-- Steffen Joeris <steffen.joeris@skolelinux.de> Mon, 18 Sep 2006 13:14:04 +1000
126+
127+
mpt-status (1.1.6-7) unstable; urgency=medium
128+
129+
* Fix bad typo which causes in a broken init-script
130+
131+
-- Steffen Joeris <steffen.joeris@skolelinux.de> Fri, 18 Aug 2006 20:21:35 +1000
132+
133+
mpt-status (1.1.6-6) unstable; urgency=low
134+
135+
* Change check for mptctl modul to also honour it when it
136+
is compiled into the kernel (Closes: #381926)
137+
* Upload sponsored by Petter Reinholdtsen
138+
139+
-- Steffen Joeris <steffen.joeris@skolelinux.de> Tue, 8 Aug 2006 23:03:31 +1000
140+
141+
mpt-status (1.1.6-5) unstable; urgency=low
142+
143+
* Change exit code in init script to make sure that it
144+
exits sane if it can't start
145+
* Adjust stop call to let it sane exit if the daemon is
146+
not running (Closes: #368537)
147+
* Include code to check if it can run on the used hardware
148+
* Change error message to get it more verbose
149+
* Upload sponsored by Petter Reinholdtsen
150+
151+
-- Steffen Joeris <steffen.joeris@skolelinux.de> Wed, 24 May 2006 10:44:15 +0200
152+
153+
mpt-status (1.1.6-4) unstable; urgency=low
154+
155+
* Include RUN_DAEMON option for init script to have the
156+
opportunity to use it or not (Closes: #356852)
157+
* Bump standards version to 3.7.1
158+
* Change priority from optional to extra to prevent
159+
override disparities
160+
* Upload sponsored by Petter Reinholdtsen
161+
162+
-- Steffen Joeris <steffen.joeris@skolelinux.de> Thu, 4 May 2006 19:14:43 +0200
163+
164+
mpt-status (1.1.6-3) unstable; urgency=low
165+
166+
* Remove linux/compiler.h from mpt-status.c to make this package
167+
compatible with kfreebsd (Closes: #362647)
168+
* Upload sponsored by Petter Reinholdtsen
169+
170+
-- Steffen Joeris <steffen.joeris@skolelinux.de> Sat, 15 Apr 2006 12:23:19 +0200
171+
172+
mpt-status (1.1.6-2) unstable; urgency=low
173+
174+
* Add kfreebsd-amd64 into architecture list (Closes: #361612)
175+
176+
-- Steffen Joeris <steffen.joeris@skolelinux.de> Sun, 9 Apr 2006 14:46:14 +0200
177+
178+
mpt-status (1.1.6-1) unstable; urgency=low
179+
180+
* new upstream release
181+
* small change to init-script to enable possible configuration via
182+
file in /etc/default/mpt-statusd
183+
* provide README.Debian to explain that the mptctl has to be loaded
184+
in order to use mpt-status tool and that configuration can be made
185+
in /etc/default/mpt-statusd
186+
187+
-- Steffen Joeris <steffen.joeris@skolelinux.de> Thu, 9 Mar 2006 12:38:22 +0100
188+
189+
mpt-status (1.1.4+1.1.5-1) unstable; urgency=low
190+
191+
* Initial release (Closes: #352262)
192+
* This version is a release candidate for 1.1.5 but it is mostly
193+
finish and it works so I choose this version number
194+
* The includes in debian/includes/ are neither packaged in the
195+
kernel-headers package nor in any other package so i add
196+
them to this package to be independent from future development
197+
* Added patch (10-include.patch) to fix the includes in
198+
mpt-status.h
199+
200+
-- Steffen Joeris <steffen.joeris@skolelinux.de> Fri, 10 Feb 2006 20:42:38 +0100
201+

packaging/debian/mpt-status/compat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Source: mpt-status
2+
Section: admin
3+
Priority: extra
4+
Maintainer: Steffen Joeris <white@debian.org>
5+
Build-Depends: cdbs, debhelper (>= 4), libpci-dev | pciutils-dev
6+
Standards-Version: 3.7.2
7+
8+
Package: mpt-status
9+
Architecture: any
10+
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, daemon, mailx
11+
Description: get RAID status out of mpt (and other) HW RAID controllers
12+
The mpt-status software is a query tool to access the running
13+
configuration and status of LSI SCSI HBAs. mpt-status allows you to
14+
monitor the health and status of your RAID setup.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
This package was debianized by Steffen Joeris <steffen.joeris@skolelinux.de> on
2+
Fri, 10 Feb 2006 20:42:38 +0100.
3+
4+
It was downloaded from http://www.drugphish.ch/~ratz/mpt-status/
5+
6+
Copyright Holder: Copyright (C) 2005 Roberto Nibali <ratz@drugphish.ch>
7+
8+
Copyright (C) 2004 CNET Networks, Inc.
9+
found in mpt-status.c
10+
11+
Copyright (c) 1997--2002 Martin Mares <mj@ucw.cz>
12+
found in incl/header.h and incl/pci.h
13+
14+
License:
15+
16+
This program is free software; you can redistribute it and/or
17+
modify it under the terms of the GNU General Public License, version 2
18+
as published by the Free Software Foundation.
19+
20+
This program is distributed in the hope that it will be useful,
21+
but WITHOUT ANY WARRANTY; without even the implied warranty of
22+
MERCHANDABILITY of FITNESS FOR A PARTICULAR PURPOSE.
23+
See the GNU General Public License for details.
24+
25+
On Debian GNU/Linux systems, the complete text of the GNU General
26+
Public License can be found in `/usr/share/common-licenses/GPL'.
27+

packaging/debian/mpt-status/docs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
doc/README
2+
doc/TODO
3+
doc/ReleaseNotes
4+
doc/DeveloperNotes
5+
doc/Changelog

0 commit comments

Comments
 (0)