I should do, or is there another solution I am overlooking; or
> do we need more functions; or does the whole system need to be reworked?
I think if you have a serious worry about stderr, you probably should
2> to a temporary file, then cat it after the failure message if
necessary.
e.g. something like:
f=`tempfile`
log_action_begin_msg "Will do foo"
foo 2>>$f
log_action_end_msg $?
if [ -s $f ]; then
cat $f >/dev/fd/2
fi
rf -f $f
That idiom might be worth putting into a function in init-functions; I dunno.
Hope this helps...
Chris
--
Chris Lawrence - http://blog.lordsutch.com/
Package: wnpp
Severity: wishlist
Owner: Chris Lawrence <[EMAIL PROTECTED]>
* Package name: r-cran-eco
Version : 2.2-1
Upstream Author : Kosuke Imai and Ying Lu
* URL : http://imai.princeton.edu/research/eco.html
* License : GPL
Description :
On 2/23/06, Stephen Birch <[EMAIL PROTECTED]> wrote:
> I need to find a way of identifying the name of an installed
> distrobution. This mechanism should be able to differentiate
>
> woody
> sarge
> etch
> sid
> hoary
> breezy
> dapper
>
> Prior to etch I was using lsb-release but it seems /etc/lsb
dpkg --status includes the Origin: header for those packages that
specify it; reportbug already uses this to decide what BTS to use, but
it could also be included in the report.
Chri
e it searches just fine to
me :-)
Chris
--
====
|Chris Lawrence| My home page: |
|<[EMAIL PROTECTED]>| http://www.clark.net/pub/lawrencc/|
| |
nice to Joe User and not clobber their /etc files
without asking :-)...
And this probably does need to be advertised better (especially since I've
been using /usr/src for everything under the sun).
Chris
--
====
|
s for each port (which have constant locations) this wouldn't be
a problem.
Of course, this is further complicated because the kernels that aren't
developed in the master tree don't have consistent release timetables,
so they tend to skip master tree versions.
Chris
==
Chris Lawrenc
restrictions, or any
other laws" (per Policy) and would not compromise the ideological
purity of the DFSG.
Chris
==
Chris Lawrence Email: [EMAIL PROTECTED]
Senior Political Science Major
University of Memphis Contract Programmer
Memphis, Tennessee, USA FedEx
hat I dug out of my mail archives:
>From quango Mon Mar 17 17:50:24 1997
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 17 Mar 1997 17:50:24 -0600
From: Chris Lawrence
To: "Susan G. Kleinmann" <[EMAIL PROTECTED]>
Subject: Debian netpbm
Mime-Version: 1.0
Content-Type: text
4 years of nothing
happening with it.
Chris
--
====
| Chris Lawrence | You have a computer. Do you have Linux? |
| <[EMAIL PROTECTED]> | ht
Package: wnpp
Severity: wishlist
Owner: Chris Lawrence <[EMAIL PROTECTED]>
* Package name: r-cran-bayesm
Version : 0.0-2
Upstream Authors: Peter Rossi <[EMAIL PROTECTED]>
Rob McCulloch <[EMAIL PROTECTED]>.
* URL: http://gsbwww.uchicago.e
Package: wnpp
Severity: wishlist
Owner: Chris Lawrence <[EMAIL PROTECTED]>
* Package name: r-cran-pscl
Version : 0.5
Upstream Author : Simon Jackman <[EMAIL PROTECTED]>
* URL : http://pscl.stanford.edu/
* License : GPL
Description : GNU R
aving both lsb and lsb-release with one
maintainer will simplify things.
Chris
--
Chris Lawrence - http://blog.lordsutch.com/
Package: wnpp
Severity: wishlist
* Package name: rnc-mode
Version : 1.0b3
Upstream Author : David Rosenborg <[EMAIL PROTECTED]>
* URL : http://www.pantor.com/download.html
* License : BSD
Description : Emacs editing mode for RELAX NG Compact syntax
This p
-4 of perl-5.005-base.
Chris
--
=====
| Chris Lawrence | Get your Debian 2.1 CD-ROMs |
|<[EMAIL PROTECTED]> |http://www.lordsutch.com/|
| | |
| Political Scientist Wanna-
ecture testing...
Chris
--
=====
| Chris Lawrence |The Linux/m68k FAQ|
|<[EMAIL PROTECTED]>| http://www.linux-m68k.org/faq/faq.html |
|| |
| Political Scientist Wanna-be |
under $200).
The software will be GPLed.
Chris
--
=====
| Chris Lawrence | Get your Debian 2.1 CD-ROMs |
| <[EM
On Oct 03, Craig Sanders wrote:
> On Fri, Oct 01, 1999 at 11:22:11PM -0500, Chris Lawrence wrote:
>
> > For the unfamiliar, CATI programs are used to to conduct surveys over
> > the telephone (although they can also be used in other contexts).
> > Think of an "inst
On Oct 02, Chris Lawrence wrote:
> On Oct 03, Craig Sanders wrote:
> > On Fri, Oct 01, 1999 at 11:22:11PM -0500, Chris Lawrence wrote:
> >
> > > For the unfamiliar, CATI programs are used to to conduct surveys over
> > > the telephone (although they c
opinions on the survey topic). And unless you physically go
door-to-door (or use followup phone calls), the response rates are
atrocious.
Chris
--
=====
| Chris Lawrence | Get your Debian 2.1 CD-
On Mar 18, BugScan reporter wrote:
> Package: mkhybrid (debian/main)
> Maintainer: Chris Lawrence <[EMAIL PROTECTED]>
> 60119 mkhybrid: patch required for making sparc bootable CD's
Just uploaded with this patch; it's
en in woody for at least 3 weeks.
Chris
--
=====
| Chris Lawrence | Your source for almost nothing of value: |
| <[EMAIL PROTE
On Aug 16, Bas Zoetekouw wrote:
> Mandrake, too, includes a hardware detection libarary (libdetect).
> Some time ago, Dan Helfman <[EMAIL PROTECTED]> (Cc'ed him), was busy
> packaging it. Dan, have you had any luck yet adapting it to Debian?
Dan has reasonably up-to-date packages of libdetect and
On Aug 21, Dan Brosemer wrote:
> Debian officially recommends something? That's news to me.
I believe we ship exim as the "standard" MTA (we changed from smail in
hamm or slink); I don't know if that makes it recommended or not.
Personally, I'd like to see postfix as the standard MTA, but we'd n
out
> to debian.
--email changes your From address, *not* the address the report is
sent to. RTFMP :)
Chris
--
Chris Lawrence <[EMAIL PROTECTED]> - http://www.lordsutch.com/chris/
Computer Systems Manager (Physics & Astronomy, 125 Lewis, 662-915-5765)
Instructor, POL 101 (Political Science, 208 Deupree, 662-915-5949)
ut 5 lines at the bottom of the screen with the
messages scrolling by at ridiculous speed).
The other solution is to collect all of the copyright messages and
stick them in a separate message buffer that is displayed at the end
of booting. It would definitely be a cleaner approach... but you'd
ne
At 10:27 PM 1/2/2001, Branden Robinson wrote:
On Wed, Jan 03, 2001 at 05:16:22AM +0200, Eray Ozkural (exa) wrote:
> Branden Robinson wrote:
> >
> > You know, kinda like the way I went nuclear on Wichert when he
broke vim.
>
> You use vi? Emacs rules.
CAN'T YOU READ THE HEADERS OF MY MAILS, Y
Package: wnpp
Severity: wishlist
Owner: Chris Lawrence <[EMAIL PROTECTED]>
* Package name: r-cran-gmaps
Version : 0.1
Upstream Author : Andrew Redd <[EMAIL PROTECTED]>
* URL : http://cran.r-project.org/web/packages/gmaps/index.html
* License : GPL
Package: wnpp
Severity: wishlist
Owner: Chris Lawrence <[EMAIL PROTECTED]>
* Package name: r-cran-amelia
Version : 1.1-29
Upstream Author : James Honaker, Gary King, Matthew Blackwell
* URL : http://gking.harvard.edu/amelia/
* License : GPLv2 or
Package: wnpp
Severity: wishlist
Owner: Chris Lawrence
* Package name: r-cran-gam
Version : 1.04-1
Upstream Author : Trevor Hastie
* URL : http://cran.r-project.org/web/packages/gam/index.html
* License : GPL v2
Programming Lang: C, Fortran
Description
Package: wnpp
Severity: wishlist
Owner: Chris Lawrence
* Package name: r-cran-rjags
Version : 2.2.0-2-1
Upstream Author : Martyn Plummer
* URL : http://calvin.iarc.fr/~martyn/software/jags/
* License : GPL v2
Programming Lang: C++
Description : R
Package: wnpp
Severity: wishlist
* Package name: trang
Version : 20030619
Upstream Author : James Clark <[EMAIL PROTECTED]>
* URL : http://www.thaiopensource.com/relaxng/trang.html
* License : BSD (with some Apache-licensed parts)
Description : Multi-forma
Package: wnpp
Version: N/A; reported 2002-04-20
Severity: wishlist
* Package name: r-nonlinear (?)
Version : 0.9.20020417
Upstream Author : Jim Lindsey <[EMAIL PROTECTED]>
* URL : http://alpha.luc.ac.be/~lucp0753/rcode.html
* License : GPL
Description : GN
bian 3.1 even frozen (much less released) by then.
See PEP 283: http://www.python.org/peps/pep-0283.html
> Just in case that would make any difference...
It would if sarge were targeted for a November release. Sarge isn't.
Chris
--
Chris Lawrence <[EMAIL PROTECTED]> - http://ww
ge than "Q4 2002".
(Note that debian-python is probably the most appropriate list for
followups.)
Chris
--
Chris Lawrence <[EMAIL PROTECTED]> - http://www.lordsutch.com/chris/
roject that uses .desktop.in.
Once I get back from Michigan I will have time to concentrate on
fleshing out the details...
Chris
--
Chris Lawrence <[EMAIL PROTECTED]> - http://www.lordsutch.com/chris/
Computer Systems Manager, Physics and Astronomy, Univ. of Mississippi
125B Lewis Hall - 662-915-5765
something that is standard or higher"
rule in action... although I'm not entirely sure why it would conflict
with elvis-tiny etc. (that's why we have alternatives, after all).
Chris
--
Chris Lawrence <[EMAIL PROTECTED]> - http://www.lordsutch.com/chris/
signature.asc
Description: This is a digitally signed message part
foomatic release; it's currently in DELAYED/?-days (I think ?
is 4 at the moment).
Chris
--
Chris Lawrence <[EMAIL PROTECTED]> - http://www.lordsutch.com/chris/
but they'd need extra RAM or
disk space to keep up (and more people to keep an eye on them).
Oh, by the way, hurd-i386 and the *BSDs will want all of these
optimizations too. Better double your estimate :-)
Chris, glad he picked up a 120GB drive the other day so he can build
custom C
ctures because they can't keep up (due to lack of
developer interest), but that hasn't happened yet.
Chris
--
Chris Lawrence <[EMAIL PROTECTED]> - http://www.lordsutch.com/chris/
Computer Systems Manager, Physics and Astronomy, Univ. of Mississippi
125B Lewis Hall - 662-915-5765
pecific about it, although the
detect.py module is probably a bit Linux-centric.
Chris
--
Chris Lawrence <[EMAIL PROTECTED]> - http://blog.lordsutch.com/
On Nov 26, Colin Walters wrote:
> On Tue, 2002-11-26 at 19:42, Chris Lawrence wrote:
> > After about 10 hours of me pulling my hair out due to the complete and
> > utter lack of documentation for GNOME2 and its Python bindings, I have
> > produced "foomatic-gui".
phical su"s in Debian already).
FWIW, the GNOME System Tools root prompts don't seem to work for me...
Probably the best approach would be to use something like gksu in the
menu entry; why reinvent the wheel?
Chris
--
Chris Lawrence <[EMAIL PROTECTED]> - http://www.lordsutch.com/
of "power" among them ;)
At least in the case of foomatic-gui, the backend is pretty universal;
all it needs are foomatic-printjob and foomatic-configure in the path
(although it does need to reload CUPS if it's not in the path; CUPS
dumps raw PostScript to a new printer until it
ent user' as a standard option
that could be enabled if needed.
Chris
--
Chris Lawrence <[EMAIL PROTECTED]> - http://www.lordsutch.com/chris/
Computer Systems Manager, Physics and Astronomy, Univ. of Mississippi
125B Lewis Hall - 662-915-5765
equest a
CC or X-Debbugs-CC to the list. By the way, if you use 'reportbug wnpp'
it will handle this for you automagically.
For now, I recommend just sending an email to debian-devel that lists
all of the ITPs along with the "standard info" you submitted to the
bts for
hing. Read Shakespeare, he used all sorts of
spellings...)
Now as for the behavior of the C locale where it's not defined by the
standards... well, leave me out of that flamefest :-)
Just my 2/100 Euro. (What are fractional Euros called in English
anyway? Cents?)
Chris
--
Chris La
On Apr 06, Anthony Towns wrote:
> pfaedit
The "RC" bug appears to be in an out-of-date version of the package.
Furthermore, it's been closed for over a week...
> popularity-contest
Fixed for several days in NMU.
Chris
--
Chris Lawrence <[EMAIL PROTECTED]> - htt
e dumb enough to run IIS and
pay for it, that's on them, not us.
Chris
--
Chris Lawrence <[EMAIL PROTECTED]> - http://www.lordsutch.com/chris/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
packages.)
Chris
--
Chris Lawrence <[EMAIL PROTECTED]> - http://www.lordsutch.com/chris/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
my CDs with ISOLINUX. If the
project wants to go off and Don Quixote towards imaginary windmills
because we haven't spent months testing something that's been in
production use for years, that's all the better for me, since I'll be
shipping better discs than .
Chris
--
Chris Lawrence
Package: wnpp
Version: N/A; reported 2002-04-10
Severity: wishlist
* Package name: python-optik
Version : 1.2
Upstream Author : Greg Ward <[EMAIL PROTECTED]>
* URL : http://optik.sourceforge.net/
* License : BSD w/o ad clause
Description : advanced command
root disks and just use the cdrom for packages.
>
> For most of the machines I install, I expect the iso loader will be a
> big help.
Mike:
Is this a regression? (i.e. does the machine boot standard El Torito
cd images, like potato CD #1?)
Chris
--
Chris Lawrence <[EMAIL PR
uess
is that we won't see a hard freeze until all the RC bugs are done, I
like the chances of any package in unstable making it into woody.
The only packages in unstable that aren't in woody (testing) are in
the update-excuses output:
http://ftp-master.debian.org/testing/update_excuses.
On Sat, Apr 6, 2013 at 4:55 PM, Julian Gilbey wrote:
> So something doesn't make sense somewhere: if my package doesn't care
> which version of R it's building against, but R itself cares, then
> surely there should be some way of querying r-base-dev during the
> build process to enquire which ver
no intention of
making it DFSG-free), and even posts from RMS in the distribution.
Chris
--
=====
|Chris Lawrence| The truth really is ou
I do write
free software),
Chris
--
=====
|Chris Lawrence| The truth really is out there... |
|<[EMAIL PROTECTED]>|http://www.memphiswatch.org/|
| |
ect sir!"
Still, you might want to see if he'd be amenable to changing the license.
Chris
--
=====
| Chris Lawrence| The truth really is out there... |
|
, it
gets the best results and (b) it fixes the problem immediately.
Chris
--
=====
|Chris Lawrence |My home page:|
|<[EMAIL PROT
our Linux
implementations "Linux" :-p) instead of pursuing Unix branding.
Chris
--
=
| Chris Lawrence|My home page:|
| <[EMAIL PROTECTED]> | http://www.clark.net/pub/lawrencc/ |
|
me license or to any
license that meets these guidelines."
> The license my not impose restrictions on third-party software that
> merely resides on the same system or distribution as the licensed
> software.
distribution -> medium
Chris
--
===
as an endorsement of the existing
DFSG... perhaps it would mean that the Social Contract as interpreted
by individual developers would govern what packages are acceptable,
subject to a majority vote to overrule that decision.)
Chris
--
=====
with the FBDev server on m68k. Dunno
if he had to patch it any or not...
Chris
--
=
| Chris Lawrence | Get your Debian 2.1 CD-ROMs|
|<[EMAIL PROTECTED]>|http://ww
ve to use the HFS options for PowerPC too (so the code's
already there...)
Chris
--
=====
|Chris Lawrence| The Linux/m68k FAQ |
| <
uess that narrows it to PReP ;-)
Chris
--
=====
| Chris Lawrence | Visit my home page! |
|<[EMAIL PROTECTED]> | http://www.lordsutch.com/chris/ |
| |
e" feature, which doesn't
appear to have worked in the original anyway. I've also included a
lot of wishlist items from the original bug command (as enumerated
above) and avoided most of the whoppers documented therein.
Chris
--
==
dt
Done in 0.2.
Chris
--
=====
|Chris Lawrence| Visit my home page!|
| <[EMAIL PROTECTED]> | http://www.lordsutch.com/chris/ |
| |
" effort, it could
incorporate that too (perhaps in lieu of using "GNU/Linux", though I
guess that would be up to a majority of the paying participants in the
ad).
Any comments?
Chris
--
=====
| Chris La
is
(or at least was) notorious for this.
5. Packages that require a specific Debianization aid installed
(debhelper, debmake, yada...).
Some of these can be detected automatically (#5 could be discovered with a
grep on debian/rules, for example), but some can't.
Chris
--
Chris Lawrence
his
project... just a few (or, better yet, a bunch of) Debian CD vendors
pooling some resources to (a) give an in-kind contribution of free (to
SPI and everyone else) PR to Debian and (b) give ourselves some
publicity we simply couldn't afford to buy on our own.
Chris
--
===
mething). I sent a donation check (for around $40) over two
months ago that still hasn't cleared the bank.
Chris
--
=====
|Chris Lawrence | You have a computer. Do you have Linux? |
| <[EMAIL PROTECT
er.]
Chris
--
=====
| Chris Lawrence| The Linux/m68k FAQ |
| <[EMAIL PROTECTED]> | http://www.linux-m68k.org/faq/faq.html |
| ||
|Amiga A4000 604e/233Mhz |
posed).
I'll have to sit down and hack on dpkg-dev to implement it, which may
overcome some of the objections.
Anyway, look in debian-policy's archives from the last 3-4 months.
Chris
--
=====
| Ch
Package: wnpp
Severity: wishlist
Owner: Chris Lawrence
* Package name: r-cran-jsonlite
Version : 0.9.17
Upstream Author : Jeroen Ooms
* URL : http://arxiv.org/abs/1403.2805
* License : MIT
Programming Lang: R
Description : A Robust, High Performance
Package: wnpp
Severity: wishlist
Owner: Chris Lawrence
* Package name: r-cran-aer
Version : 1.2-4
Upstream Author : Achim Zeileis
* URL : https://cran.r-project.org/web/packages/AER/index.html
* License : GPL 2/3
Programming Lang: R
Description
Package: wnpp
Severity: wishlist
Owner: Chris Lawrence
* Package name: r-cran-geepack
Version : 1.2-0
Upstream Author : Søren Højsgaard
* URL : https://cran.r-project.org/web/packages/geepack/index.html
* License : GPL v3+
Programming Lang: R
Description
Package: wnpp
Severity: wishlist
Owner: Chris Lawrence
* Package name: r-bioc-rgraphviz
Version : 2.14.0
Upstream Author : Kasper Daniel Hansen
* URL :
http://bioconductor.org/packages/release/bioc/html/Rgraphviz.html
* License : Eclipse Public License
Package: wnpp
Severity: wishlist
Owner: Chris Lawrence
* Package name: r-cran-mcmc
Version : 0.9-4
Upstream Author : Charles J. Geyer
* URL : http://www.stat.umn.edu/geyer/mcmc/
* License : MIT
Programming Lang: C, R
Description : Markov Chain Monte
Package: wnpp
Severity: wishlist
Owner: Chris Lawrence
* Package name: r-cran-dplyr
Version : 0.4.3
Upstream Author : Hadley Wickham
* URL : https://github.com/hadley/dplyr
* License : MIT (Expat)
Programming Lang: C++, R
Description : A Grammar of
79 matches
Mail list logo