On Tue, May 31, 2005 at 01:54:11PM +1000, Mark Suter wrote:
> Robert,
>
> I agree Mutt should be fixed to create its temporary files in
> non-predictable fashion. That mutt honours TMPDIR provides a
> work-around, not the solution for Mutt.
OK. I took what you initially said as you presenting TM
Le lundi 30 mai 2005 à 18:53:55, Simon Richter a écrit:
> Package: wnpp
> Severity: wishlist
> Owner: Simon Richter <[EMAIL PROTECTED]>
>
> * Package name: asedrive3e
> Version : 2.2
> Upstream Author : Athena Smartcard Solutions
> * URL : http://www.athena-scs.com
> *
Package: util-vserver
Version: 0.30.204-5
Severity: normal
I tried to install exim4-daemon-heavy under a vserver instance and it
fails to start because it tries to setrlimit(RLIMIT_NPROC) and failed.
I am not sure if this is a problem of util-vserver or the vserver
kernel limitation or exim4.
-
Alex Owen wrote:
> Could we not come to a working compromise for sarge no the basis that a
> propper solution is found for etch... something along the lines of this.
>
> debian-edu-config could use debconf to ask the admin somthing like:
> "Do you wish to apply the debian-edu configuation?
> Do
Package: wnpp
Severity: wishlist
* Package name: gcrontab
Version : 0.8
Upstream Author : A.L.Delgado <[EMAIL PROTECTED]>
* URL : http://freshmeat.net/projects/gcrontab/
* License : GPL
Description : Lightweight Graphical crontab editor (GTK 1.x)
(Include
Steve Langasek wrote:
> On Mon, May 30, 2005 at 12:56:22PM +0200, Jonas Smedegaard wrote:
>
>>On 30-05-2005 10:17, Steve Langasek wrote:
>
>
>>>I realize that debian-edu-config is something of a special case, because of
>>>its narrow application. I don't think that Debian-Edu should get a free
Package: libwxgtk2.4-python
Version: 2.4.2.6
Followup-For: Bug #308420
My sid system has both wxpython2.5.3 and libwxgtk2.4-python 2.4.2.6 currently
installed.
Apt wants to upgrade libwxgtk2.4-python to libwxgtk2.4-python_2.4.3.1_i386.deb
but
cannot because of this /usr/bin/helpviewer conflict
Package: apache2
Version: 2.0.54-4
Severity: normal
http://httpd.apache.org/docs-2.0/en/mod/core.html#documentroot says:
`The DocumentRoot should be specified without a trailing slash.'
but the DocumentRoot in /etc/apache2/sites-available/default is
with a trailing slash.
-- System Information:
Hi,
On Mon, May 30, 2005 at 06:43:24PM -0500, Matt Walters wrote:
> On Tue, May 31, 2005 at 12:48:44AM +0200, Marc Haber wrote:
> > > This appears to have been it. Thanks for all of your help.
> >
> > So your exim now does what you expect it to do, and this bug can be
> > closed? If so, please se
Sex is a play, and you must win!
http://zakcifq.apv3eta37ksiebs.tirolean66i1.com
Love all, trust a few, do wrong to none.
Ambition is not a vice of little people.
Houston, Tranquility Base here. The eagle has landed.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subjec
There is a gui version of fplan also being developed to be called
xfplan.
My plan is to put both programs into a single package and call that
package xfplan.
Steve
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Your on-line guide in pills world.
http://zorch.q5tjc981n0qyc98.aboral74d3.com
The reward of a thing well done is to have done it.
Anyone who goes to a psychiatrist ought to have his head examined.
There is no such thing as an underestimate of average intelligence.
--
To UNSUBSCRIBE, e
Pharmaceutical services for the modern men
http://xkmatm.fuiq1yxqc7f51gf.visional72d3.com
Nine-tenths of wisdom consists in being wise in time.
A great deal of laziness of mind is called liberty of opinion.
Wine is bottled poetry.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
Helping you stay on top
http://dwvon.s7v3ebsl7ka0wbs.tirolean66i1.com
Courage is being scared to death - but saddling up anyway.
People only see what they are prepared to see.
There is nothing better than the encouragement of a good friend.
--
To UNSUBSCRIBE, email to [EMAIL PROTEC
tags 299221 + patch
thanks
Hello
Thanks a lot for the patch. Will be applied soon.
Regards,
// Ola
On Mon, May 30, 2005 at 08:06:39PM +0200, Andreas Kotes wrote:
> Package: xtightvncviewer
> Version: 1.2.9-6
> Followup-For: Bug #299221
>
> This is upstream bug
> http://sourceforge.net/tracker
Prices You Can Afford - Quality You Can Trust
http://mhe.52qyr6ny2f5dr6n.anguid78m7.com
People talk fundamentals and superlatives and then make some changes of detail.
Nothing you can't spell will ever work.
We don't know a millionth of one percent about anything.
--
To UNSUBSCRI
We offer a fast-track repeat prescription service
http://snflpsfq.96ukva92o19zds9.anguid78m7.com
A person who trusts no one can't be trusted.
I bought some batteries, but they weren't included.
All great truths begin as blasphemies.
--
To UNSUBSCRIBE, email to [EMAIL PROTEC
On Mon, May 30, 2005 at 04:33:02PM -0600, dann frazier wrote:
> On Mon, 2005-05-30 at 02:00 -0600, dann frazier wrote:
> > I think the best solution at this point is to build a
> > kernel-patch-2.4.27-ia64 (2.4.27-4) that reverts this change and prepare
> > a kernel-image along with it, therefore r
package: kdevelop3-plugins
version: 3.2.0-3
severity: important
This is the bug already reported upstream:
https://bugs.kde.org/show_bug.cgi?id=103064
A patch was already posted by Alexander Dymo (dymo): committed a change to
kdevelop/lib in HEAD April 02, 2005 at 09:39:31 PM
Please merge the
Package: ruby1.6
Version: 1.6.8-12
Severity: important
$ cat try
t = '"\"'
pos = 1
puts \
t,
t.index(/\G"/, pos),
t.index(/[^"\\]"/, pos),
t.index(/(?:\G|[^"\\])"/, pos)
$ ruby1.6 try
"\"
nil
nil
2
$ ruby1.8 try
"\"
nil
nil
nil
$ dpkg -l {lib,}ruby1.6 {lib,}ruby1.8
Desired=Unknown/Inst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Robert,
I agree Mutt should be fixed to create its temporary files in
non-predictable fashion. That mutt honours TMPDIR provides a
work-around, not the solution for Mutt.
> Besides, given the choice between the following two options:
>
> 1) One-tim
Ah, hmm. Reading more closely -- ok, the reason for the conffile prompts is
that these files changed location between woody and sarge... I agree, the
sarge package needs to either handle unmodified conffiles, or use ucf.
--
Steve Langasek
postmodern programmer
signature.asc
Description: Digit
Package: mono-apache
Severity: normal
when installing mono-apache, it depends on apache, but apache-ssl or
apache-perl are not options.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (100, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bas
On Tue, May 31, 2005 at 01:05:45PM +1000, Mark Suter wrote:
> Roberto,
>
> This problem is a symptom of the larger "shared /tmp" issue. A
> solution is to use the TMPDIR environment variable as discussed
> in the Secure Programming for Linux and Unix HOWTO.
>
>
> http://www.dwheeler.com/sec
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Roberto,
This problem is a symptom of the larger "shared /tmp" issue. A
solution is to use the TMPDIR environment variable as discussed
in the Secure Programming for Linux and Unix HOWTO.
http://www.dwheeler.com/secure-programs/Secure-Programs-
On Tue, May 31, 2005 at 01:45:16AM +0300, Kari Pahula wrote:
> Standard debian/rules clean, with autotoolized programs, calls the
> distclean target from the package's own Makefiles. That leaves all
> those files lying around, even though they are generated files.
> That's autotool's idea of distc
AFAICT, this report is about a historical bug in the woody version of
snort-rules-default, not about a bug in the current sarge version of the
package. If the sarge package is not also modifying its own conffiles, this
bug should either be tagged woody (if this is about the behavior of the
woody p
I know it's been a while since I visited this bug, but this can't
really be a problem with bittorrent - it has to be a problem with
libwxgtk-python because the only X stuff that bittorrent does is
through that.
I'll look into it more soon, but most likely I will write a little
test application an
On 5/30/05, Paul Slootman <[EMAIL PROTECTED]> wrote:
> On Thu 26 May 2005, hacker wrote:
> > >
> > > Could you do an "lsof -p 8349", to see what rsync is listening to?
> >
> > Today, it's process 1984 and 'lsof -p 1984' returns to the prompt
> > (nothing identified) on the next line.
>
> That's wr
Now to figure out how to get it to automaticall resolve this without
manual user intervention.
On 5/30/05, Stephen Gran <[EMAIL PROTECTED]> wrote:
> This one time, at band camp, astronut said:
> > OK, her'es the log. We're down to 40 packages removed, and I can
> > believe that as being proper for
Package: enlightenment
Version: 1:0.16.7.2-1
Hello,
I discover a problem under enlightenment when few options are set with a
particular way : in some applications (like Mozilla-Firefox, Gedit, Gpdf
or Xpdf) but not to all (OpenOffice, Gimp, or Scribus aren't affected)
the scroll locks up wh
On Mon, May 30, 2005 at 04:33:02PM -0600, dann frazier wrote:
> On Mon, 2005-05-30 at 02:00 -0600, dann frazier wrote:
> > I think the best solution at this point is to build a
> > kernel-patch-2.4.27-ia64 (2.4.27-4) that reverts this change and prepare
> > a kernel-image along with it, therefore r
This one time, at band camp, astronut said:
> OK, her'es the log. We're down to 40 packages removed, and I can
> believe that as being proper for woody -> sarge, but I'm not the
> proper one to judge that.
[ snip ]
> The following packages will be automatically REMOVED:
> autoconf2.13 libdigest
OK, her'es the log. We're down to 40 packages removed, and I can
believe that as being proper for woody -> sarge, but I'm not the
proper one to judge that.
[EMAIL PROTECTED]:~$ head -n 20 screenlog.1
debian-test:~# perl -pi -e 's/stable/sarge/' /etc/apt/sources.list
debian-test:~# aptitude inst
Hello,
You are right. This problem is caused by the experimental library since
it does not exist in a pure Debian Sid system.
Moreover, I have tried to downgrade libatk1.0-0 and libgtk2.0-0 to sid
versions, but this problem is still there. I wanna know which packages
have to be downgraded
Package: celestia-gnome
Version: 1.3.2-1
Severity: normal
Celestia-gnome provides celestia.desktop which appears in GNOME menu and
points to 'celestia' rather than 'celestia-gnome'. This makes it
unaccessible through GNOME menu.
The Debian menu, however, already provides the correct entry.
-- S
Package: ftp.debian.org
Severity: normal
The package rspfd has been RFA'ed for over a year now (see #244078).
It is a pretty specific package and (as upstream) has no real work
done on it for a long time.
I think it is a fine candidate for removal from the archive. I'm sorry
I didn't realise it
Information on increasing your cash flow;
This email is only intended for "[EMAIL PROTECTED]"
If you are interested in earning income by working out of you
home then please contact us. Our program will allow you to
earn as little or as much income as u desire.
This is not a gimmick, and se
Information on increasing your cash flow;
This email is only intended for "[EMAIL PROTECTED]"
If you are interested in earning income by working out of you
home then please contact us. Our program will allow you to
earn as little or as much income as u desire.
This is not a gimmick, and se
Package: upgrade-reports
Archive date: Mon May 30 19:00:01 UTC 2005
Upgrade date: Mon, 30 May 2005
uname -a: Linux pez.droflet.net 2.4.18 #2 Tue Feb 8 17:36:34 PST 2005 i686
GNU/Linux
Method: aptitude -f --with-recommends dist-upgrade
Contents of /etc/apt/sources.list:
deb http://http.us.debian.
On 30 May 2005 at 14:20, Steve Langasek wrote:
| > Don't think so. Mawk is priority required. It can be assumed to be present.
|
| No, it cannot. You are only ever allowed to assume that packages that are
| Essential: yes (or in the case of build-dependencies, part of
| build-essential) are pre
Ok, as both of you suggested, I tried this. It is much more
successful. First pass installs like 50 packages, drops 5.
The upgrade only removes 35 packages. Unfortunately I forgot to log,
and it scrolled past and pageup is using the wrong buffer. I will redo
to get a log of this transaction.
The Ottawa Political Guide(c) New! Introductory Offer!
subscription fee of $175 (introductory price) which covers four
quarterly editions.
The activist agenda of the federal government in Ottawa has
intensified the need for accurate, analytical and accessible
information on key players and strat
reopen 303808
thanks
Thank you for adding the original patch, however the day after you
added it, the new release of the syslog-ng-anon patch came out, the
original one should be replaced with this one as this one stops a
memory leak and provides additional replace functionality that is far
more s
Package: menu
Version: 2.1.24
Tags: l10n, patch
Severity: wishlist
Here goes an updated Portuguese translation with some corrections and 1
typo fixed.
Feel free to use it.
--
Cumprimentos/Best Regards,
Miguel Figueiredo
http://www.DebianPT.org
# Menu section translation
# Copyright (C) 2003
On Mon, May 30, 2005 at 04:16:55PM -0700, Steve Langasek wrote:
> And why is this bug marked 'serious'? I don't see any reference to policy
Sorry, "serious" is not the right severity. I'll downgrade
to "important", as data loss or security impact are not very
likely (IMHO).
> violation here. T
On Tue, May 31, 2005 at 12:48:44AM +0200, Marc Haber wrote:
> > This appears to have been it. Thanks for all of your help.
>
> So your exim now does what you expect it to do, and this bug can be
> closed? If so, please send e-mail to [EMAIL PROTECTED]
> stating this. The message will then automat
On Mon, May 30, 2005 at 05:24:42PM -0500, John Goerzen wrote:
> I'm not sure this is really a bug. If the file is truly boring, then
> the clean target in debian/rules should be removing it, and it should
> never be in the .orig.tar.gz to begin with. Am I missing something
> here?
Just to add to
I found that this happens when /etc/init.d/syslog-ng restart is
called. The original syslog-ng doesn't die properly. If I send a
normal kill signal to the process ID, it *does* die. I suspect there
is a problem with the init script not properly killing it with the
stop parameter.
Micah
signature
* Duncan Findlay <[EMAIL PROTECTED]> [2003-12-17 23:57]:
> Could you please try the following command and send me the output?
>
> perl -e 'use Sys::Syslog qw(:DEFAULT setlogsock); setlogsock("unix");
> syslog("info","testing syslog");'
>
> Also, are you using syslog-ng?
I just got the same messa
Yes, it's the same list as higher in the bug report thread. I am just
hitting "revert" on vmware.
On 5/30/05, Andrew Donnellan <[EMAIL PROTECTED]> wrote:
> Is it the same list of packages? If not, send in the new lists. (I
> prefer the output of ' dpkg-query -W
> --showformat="${Package},${Version
Hi,
Looking at the backtrace, this bug seems to be a (fairly) well-known
segfault pattern of PPC architecture: "missing va_end call and/or abuse
of va_list type" (only the first part is relevant). I believe the patch
attached might fix the issue, but since I don't have an access to a PPC
box, I c
On Tuesday 31 May 2005 00:51, astronut wrote:
> I attempted this on the full system (vmware), as opposed to the
> smaller test case and had 126 packages slated for removal. Complete
> log of session below. As before, it's a vmware box, and I have
> multiple copies so one click reverts it back and f
Is it the same list of packages? If not, send in the new lists. (I
prefer the output of ' dpkg-query -W
--showformat="${Package},${Version}" ').
Andrew
On 5/31/05, astronut <[EMAIL PROTECTED]> wrote:
> On 5/28/05, Steve Langasek <[EMAIL PROTECTED]> wrote:
> >
> > So, this works:
> >
> > aptitude
On Mon, May 30, 2005 at 04:14:34PM +0200, W. Borgert wrote:
> Package: libomniorb4
> Version: 4.0.6-1
> Severity: serious
> Tags: patch
> Concurrent threads may conflict when destroying individual POAs.
> The patch originated from Duncan Grisby (= upstream).
And why is this bug marked 'serious'?
Are you ready to Rock On? Let the Man in You Rise!
http://estimations.healup.info/?linearxtvuyobviationszsvtau
He who lives without folly is not so wise as he imagines.
Concentration is my motto - first honesty, then industry, then concentration.
CALUMNUS, n. A graduate of the School for Sca
Now you can diversify the acts in your bedroom!
http://patronize.healup.info/?trapperxtvuyiteratorszvtfar
Only those who dare to fail greatly can ever achieve greatly.
So little time and so little to do.
I've had a perfectly wonderful evening. But this wasn't it.
Give all to love; obey
On Mon, May 30, 2005 at 06:51:00PM -0400, astronut wrote:
> On 5/28/05, Steve Langasek <[EMAIL PROTECTED]> wrote:
> >
> > So, this works:
> >
> > aptitude markauto libqt3
> > perl -pi -e's/stable/sarge/' /etc/apt/sources.list
> > apt-get update
> > aptitude dist-upgrade
>
>
> Except it doesn't.
Pharmaceutical services for the modern men
http://banquet.medkit.info/?associatedxtvuyshapelessnesszctMarie
A superstition is a premature explanation that overstays its time.
Fiction is obliged to stick to possibilities. Truth isn't.
I come from a family where gravy is considered a bevera
No #1 drug for male impotence
http://parroting.medkit.info/?nutatextvuyclearanceszvtvaulting
Take rest; a field that has rested gives a bountiful crop.
The world wants to be cheated. So cheat.
It is error only, and not truth, that shrinks from inquiry.
That which is not just is not law.
You need only 15 minutes to prepare for the night of love.
http://partitions.healup.info/?graspedxtvuyharderzsvpatenting
Anyone with more than 365 pair of shoes is a pig.
I believe in getting into hot water; it keeps you clean.
It is not enough to succeed; others must fail.
CUI BONO? [La
The objective of this guide is to save you time and money.
http://insulates.medkit.info/?subgraphxtvuyWheatlandzvpCarmen
Imagination rules the world.
It is better to offer no excuse than a bad one.
[Water is] the only drink for a wise man.
Never make a defense or an apology until
On 5/28/05, Steve Langasek <[EMAIL PROTECTED]> wrote:
>
> So, this works:
>
> aptitude markauto libqt3
> perl -pi -e's/stable/sarge/' /etc/apt/sources.list
> apt-get update
> aptitude dist-upgrade
Except it doesn't.
I attempted this on the full system (vmware), as opposed to the
smaller test c
On Mon, May 30, 2005 at 05:24:42PM -0500, John Goerzen wrote:
> I'm not sure this is really a bug. If the file is truly boring, then
> the clean target in debian/rules should be removing it, and it should
> never be in the .orig.tar.gz to begin with. Am I missing something
> here?
Standard debia
On Mon, May 30, 2005 at 12:56:22PM +0200, Jonas Smedegaard wrote:
> On 30-05-2005 10:17, Steve Langasek wrote:
> > I realize that debian-edu-config is something of a special case, because of
> > its narrow application. I don't think that Debian-Edu should get a free
> > pass for violating policy,
On Mon, 2005-05-30 at 02:00 -0600, dann frazier wrote:
> I think the best solution at this point is to build a
> kernel-patch-2.4.27-ia64 (2.4.27-4) that reverts this change and prepare
> a kernel-image along with it, therefore requiring no changes to
> kernel-source-2.4.27. What do you think?
>
Sven Luther a écrit :
> On Sun, Aug 22, 2004 at 02:40:01PM +0200, gcolpart wrote:
>
>>Package: unicorn-source
>>Version: 0.8-3
>>Severity: wishlist
>>
>>Hi,
>>
>>To compile unicorn-source, package libc6-dev is needed.
>>It seems that a dependency could be create (in Recommends or suggests)
>
>
>
Package: discover1-data
Version: 1.2005.01.08
Severity: normal
in pci.lst
1de1 Tekram Technology Co.,Ltd.
1de10391scsidc3x5 TRM-S1040
but for 2.6 kernels module name is dc395x
-- Package-specific info:
discover:
-- System Information:
Debian Release: 3.1
APT prefers t
Package: netpanzer
Version: 0.8-1
Severity: important
Tags: upstream
This is supposedly an "action" game and yet it uses TCP connections.
Games should use UDP connections *always*. TCP is unreliable (in games) and
undesirable protocol to use. TCP is for streaming data, like files,
audio, movies, e
Hello again,
thanks for the rapid reply.
On Tue, May 31, 2005 at 10:16:55AM +1200, Nick Phillips wrote:
> [...]
> And recently (since about September) yes, I've been waiting for sarge.
> It seems that there is actually new functionality in the latest version,
> so it will be worth updating; I h
On May 29, 2005, at 4:58 AM, Christian Perrier wrote:
The /tools directory on the PPC Netinst disks contains only Windows/
PC tools. A copy of BootX is critical for OldWorld installs.
I may sound stupid because I'm ignorant of PPC things, but is it free
software ?
Anyway, this is more
Hello,
On Mon, May 30, 2005 at 11:54:24PM +0200, maximilian attems wrote:
> > The security capatibilities are not configured as module.
>
> agreed, that opens security problems.
Well, it is built in to _prevent_ security problems, like
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1
On Tue, May 31, 2005 at 12:08:47AM +0300, Kari Pahula wrote:
> I did a bit more testing and familiarized myself a bit more with
> darcs. I decided to put to ~/.darcs/boring all autotools-generated
> files:
> (^|/)Makefile.in$
> (^|/)configure$
> (^|/)config.sub$
> (^|/)config.guess$
> (^|/)aclocal
Florian Ernst wrote:
Hello Nick,
I noticed you apparently didn't touch the tnef package for almost two
years now, so I'm wondering if there is anything that prevents any of
the recent upstream releases from being packaged.
Did you just wait for the Sarge release to happen before updating? Or
a
On Mon, May 30, 2005 at 11:28:54AM +0200, Jonas Smedegaard wrote:
> > It would be interesting to know which packages conffiles we affect, to
> > have a work list of packages we need to make more configurable.
> The following was extractedx manually from looking at "links" and
> "editfiles" entries
Package: rivet
Version: 0.5.0-1
Severity: grave
Tags: sarge
rivet in sarge lacks a dependency on apache.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: gnucash
Version: 1.8.10-12
Severity: normal
Gnucash crashes with a segmentation fault upon start-up
at the loading data phase. It has worked fine for several
weeks up to this point.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Archite
package: tea
sevirity: normal
tag: l10n
Forwarding a report I got by mail.
Original Message
Subject: Tea: can't change interface language; tea from source works fine
From:"ice.dp" <[EMAIL PROTECTED]>
Date:Thu, May 26, 2005 6:52 pm
Package: tea
Version: 9.0-1
Severity: normal
Forwarding a bug I got by mail.
Kaplan
Original Message
Subject: Tea: error in man page?
From:"ice.dp" <[EMAIL PROTECTED]>
Date:Thu, May 26, 2005 6:59 pm
To: "Lior Kaplan" <[EMAIL
On Mon, May 30, 2005 at 02:00:13AM -0600, dann frazier wrote:
> On Mon, 2005-05-30 at 00:22 -0600, dann frazier wrote:
> > On Wed, 2005-05-11 at 18:30 +0900, Horms wrote:
> > > Package: kernel-source-2.4.27
> > > Version: 2.4.27-10
> > > Severity: important
> > > Tags: patch, security, pending
> >
tags 311221 moreinfo
thanks
On Sun, 29 May 2005, Adam Majer wrote:
> Package: kernel-source-2.6.11
> Version: 2.6.11-5
> Severity: normal
>
> After upgrading the kernel to 2.6.11-5 version, Zaurus (OpenZaurus)
> can no longer connect via USB,
please send full dmesg for that kernel.
> usb 3-2
Could we not come to a working compromise for sarge no the basis that a
propper solution is found for etch... something along the lines of this.
debian-edu-config could use debconf to ask the admin somthing like:
"Do you wish to apply the debian-edu configuation?
Doing so will alter the configu
On Mon, May 30, 2005 at 10:56:07AM +0200, Norbert Schmidt wrote:
> This bug is very critical to me (Severity: critical),
> cause an important ERP-Applikation running on winxp-client deny to work
> due to this problem (found no space to save work-files and unfortunately
> no 'ignore'-button to worka
retitle 311273 please set CONFIG_SECURITY_CAPABILITIES on common arch config
reassign 311273 kernel
thanks
On Mon, 30 May 2005, Romain Chantereau wrote:
> Hi !
>
> It is impossible to compile the realtime security module with the actual
> kernel configuration.
this module is rejected upstream.
Package: gpdf
Version: 2.8.2-1.2
Severity: wishlist
It would be great if I could rotate documents with gpdf. Arbitrary
rotations aren't necessary; a good first step would be adding the
ability to rotate by 90 degrees.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy:
Hello Nick,
I noticed you apparently didn't touch the tnef package for almost two
years now, so I'm wondering if there is anything that prevents any of
the recent upstream releases from being packaged.
Did you just wait for the Sarge release to happen before updating? Or
are there any issues with
On Mon, May 30, 2005 at 04:10:11PM -0500, Chris Lawrence wrote:
> On 5/30/05, Adrian Bunk <[EMAIL PROTECTED]> wrote:
> > tags 307683 -sid
> > thanks
> >
> > Yes I was able to reproduce this bug with the package in sarge and yes,
> > I explicitely mentioned this in my email to the BTS.
> >
> > Is
> "Jamie" == Jamie L Penman-Smithson
> "Re: Bug#311216: logcheck: mails "egrep: Invalid content of \{\}""
> Mon, 30 May 2005 17:58:30 +0100
Jamie> Hi John,
>> Mail sent by logcheck
>>
>> ,
>> From: [EMAIL PROTECTED] (Cron Daemon)
>> Subject: Cron <[EMAIL PR
On Mon, May 30, 2005 at 04:01:33PM -0500, Dirk Eddelbuettel wrote:
> On 30 May 2005 at 15:02, Chris Lawrence wrote:
> | On 5/30/05, Adrian Bunk <[EMAIL PROTECTED]> wrote:
> | > reopen 307683
> | > tags 307683 -sarge
> | > severity 307683 serious
> | > thanks
> | >
> | > On i386, both the package
Alexander Sack wrote:
> Jan Outrata wrote:
>
>>Hi,
>>in attachement there is Czech translation of mozilla-thunderbird debconf
>>messages. Please include, thanks.
>>
>
>
> Thanks, can you please provide a translation for the .desktop file too ... so
> the gnome menu entries are localized too? it'
On 30 May 2005 at 22:45, Adrian Bunk wrote:
| Why do you call a system without mawk installed seriously broken?
|
| That's a perfectly legal setup (and it works fine on my computer since
| more than 5 years).
No it's not as mawk is Priority: required. So if you remove it, your
problem, and you
Alexander Sack wrote:
> Matti Pöllä wrote:
>
>>Please find attached the Finnish translation of the debconf messages.
>>
>
>
> You want to provide a translation for the gnome desktop file too?
>
>
> Thanks
>
Hi,
Anyone that is willing to provide a translation for mozilla-thunderbird gnome
me
On 30 May 2005 at 15:02, Chris Lawrence wrote:
| On 5/30/05, Adrian Bunk <[EMAIL PROTECTED]> wrote:
| > reopen 307683
| > tags 307683 -sarge
| > severity 307683 serious
| > thanks
| >
| > On i386, both the package in unstable and the package in unstable fail
| > if mawk is not installed.
| >
| >
On 5/30/05, Adrian Bunk <[EMAIL PROTECTED]> wrote:
> tags 307683 -sid
> thanks
>
> Yes I was able to reproduce this bug with the package in sarge and yes,
> I explicitely mentioned this in my email to the BTS.
>
> Is there any way to stop Steve from blindly adding wrong "sid" tags to
> bugs only
On Mon, May 30, 2005 at 04:03:16PM -0500, Dirk Eddelbuettel wrote:
>
> On 30 May 2005 at 22:45, Adrian Bunk wrote:
> | Why do you call a system without mawk installed seriously broken?
> |
> | That's a perfectly legal setup (and it works fine on my computer since
> | more than 5 years).
>
> No
On Mon, May 30, 2005 at 04:01:33PM -0500, Dirk Eddelbuettel wrote:
>
> On 30 May 2005 at 15:02, Chris Lawrence wrote:
> | On 5/30/05, Adrian Bunk <[EMAIL PROTECTED]> wrote:
> | > reopen 307683
> | > tags 307683 -sarge
> | > severity 307683 serious
> | > thanks
> | >
> | > On i386, both the packag
I did a bit more testing and familiarized myself a bit more with
darcs. I decided to put to ~/.darcs/boring all autotools-generated
files:
(^|/)Makefile.in$
(^|/)configure$
(^|/)config.sub$
(^|/)config.guess$
(^|/)aclocal.m4$
This failed on the first occurence of Makefile.in with the same errors
tags 307683 -sid
thanks
Yes I was able to reproduce this bug with the package in sarge and yes,
I explicitely mentioned this in my email to the BTS.
Is there any way to stop Steve from blindly adding wrong "sid" tags to
bugs only for letting his RC bugs metric look better?
On Mon, May 30, 200
package logcheck
severity 311216 important
tags 311216 = pending
thanks
On Mon, 2005-05-30 at 14:28 -0400, John A. Martin wrote:
> > "Jamie" == Jamie L Penman-Smithson
> > "Re: Bug#311216: logcheck: mails "egrep: Invalid content of \{\}""
> > Mon, 30 May 2005 17:58:30 +0100
> >>
what's up there cutie. ;)
I've been depressed lately and felt very lonely, plus I didn't get a reply from
you in a while, makes me feel bad :/
what you been up to ? I'm not that good with computers, been trying to figure
out what's wrong with my Outlook and it's really
getting on my nurves, I a
1 - 100 of 310 matches
Mail list logo