# translation of el.po to Greek
#
# George Papamichelakis <[EMAIL PROTECTED]>, 2004.
# Emmanuel Galatoulas <[EMAIL PROTECTED]>, 2004.
# Konstantinos Margaritis <[EMAIL PROTECTED]>, 2004, 2006.
# Greek Translation Team , 2004, 2005.
# quad-nrg.net <[EMAIL PROTECTED]>, 2005, 2006.
# quad-nrg.net <[
Hello Viktor,
> Create a table with the following fields:
>
> id INT(11) auto_increment PRIMARY KEY
> value VARCHAR(200)
>
> Create two records. The next auto_increment id value should be: 3
>
> Dump this table (structure and data) using MySQLAdmin. The next auto
> increment
> value (3) will
On Thu, Oct 12, 2006, Frank Küster wrote:
> Apropos error checking. Folks, do you think
>
> -rm -f /usr/local/share/texmf/ls-R
> +-rm -f /usr/local/share/texmf/ls-R 2>/dev/null
>
> would be okay? This will just drop and ignore all errors, but I can't
> imagine any but "can't do that",
severity 392540 serious
reassign 392540 pykerberos 0.0.svn202-1
thanks
On Thu, Oct 12, 2006 at 09:13:06AM +0200, Guido Guenther wrote:
> Package: ftp.debian.org
> Severity: normal
>
> Hi,
> pykerberos in testing is a SVN snapshot and it's api is likely to change
> in the near future. Please remov
Hoi Olaf,
> This is also related to Re: phpmyadmin: Unsecure default installation
> But it's more a bug in MySQL as it comes without password by default.
I think that placing a symlink in /var/www is indeed a bad solution
because it provides no flexibility and enables phpMyAdmin without
asking. W
Helo Peppe,
> Post-installation script fails:
>
> # apt-get install phpmyadmin
> (...)
> dpkg: error processing phpmyadmin (--configure):
> subprocess post-installation script returned error exit status 254
> Errors were encountered while processing:
> phpmyadmin
> E: Sub-process /usr/bin/dpkg re
Package: tex-common
Version: 0.30~bpo.2
Severity: important
As has been pointed out in a recent mail to the long-closed bug #334658,
users still use --edit and --syncwithtrees. I think updmap should be
patched to issue a big fat warning with syncwithtrees, and let the user
proceed only if he type
Hi,
yes, I'm sorry. I've just verified that mrxvt, mrxvt-cjk and mrxvt-mini
now contain a few files simultaneously, which prevents you from installing
them together (unless you enforce it with
dpkg -i --force-overwrite /var/cache/apt/archives/mrxvt*0.5.2-1*deb ).
I'm currently rewriting the bui
hi,
the least we can say is that there isn't much activity on packaging condor for
debian...
as we are planning a large deployment (http://omega.praksys.net/, in french),
i'm very interested in helping packaging condor.
is there any link on work that have actually been done ?
peter troeger :
On Fri, Sep 01, 2006 at 08:53:18AM +0200, Dr. Markus Waldeck wrote:
> > For the sake of security, precisely, it's better to tell people to update
> > and, at the same time, provide information for them to secure their
> > systems if they are unable to (for some reason)
>
> Security depends on disc
Severity: wishlist
thanks
Sorry for interfering, but why do you think this is RC-critical?
___
Viren-Scan für Ihren PC! Jetzt für jeden. Sofort, online und kostenlos.
Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc=
Sam Hocevar <[EMAIL PROTECTED]> wrote:
> On Thu, Oct 12, 2006, Frank Küster wrote:
>
>> Apropos error checking. Folks, do you think
>>
>> -rm -f /usr/local/share/texmf/ls-R
>> +-rm -f /usr/local/share/texmf/ls-R 2>/dev/null
>>
>> would be okay? This will just drop and ignore all errors
Julien Danjou wrote:
> Preparing to replace ntp 1:4.2.0a+stable-2sarge1 (using
> .../ntp_1%3a4.2.2+dfsg.2-3_sparc.deb) ... Unpacking replacement ntp
> ...
> dpkg: error processing
> /var/cache/apt/archives/ntp_1%3a4.2.2+dfsg.2-3_sparc.deb (--unpack):
> trying to overwrite `/etc/logcheck/ignore.d.se
Hello,
> when trying to copy a database to another, I always get this kind of error:
> #1064 - Erreur de syntaxe près de '1392DEFAULT CHARSET = latin1 COLLATE =
> latin1_general_ci' à la ligne 20
> in english :
> #1064 - Syntax error near '1392DEFAULT CHARSET = latin1 COLLATE =
> latin1_gene
Hoi Paul,
> The fix that works for me is to include the next line after line 4
> in /var/lib/dpkg/info/phpmyadmin.prerm:
> . /usr/share/debconf/confmodule
Thanks for your report. I've only just recently adopted your package and
it would really help me if you could tell me if this is still
reprodu
reassign 392571 libsasl2-modules
thanks
* Anton Khalikov <[EMAIL PROTECTED]> [2006-10-12 16:13]:
> Package: libsasl2-modules-mysql
I don't see a libsasl2-modules-mysql package in Debian at al. What
does
dpkg -p libsasl2-modules-mysql | grep Maintainer
say?
--
Martin Michlmayr
http://www.cyr
Package: xawtv
Version: 3.95-5
Severity: serious
When building 'xawtv' on unstable, I get the following error:
libng/plugins/write-avi.c: In function 'avi_audio':
libng/plugins/write-avi.c:433: warning: pointer targets in passing argument 2
of 'avi_addindex' differ in signedness
LD libng/
Package: xserver-xorg-input-magellan
Version: 1:1.0.0.5-2
Severity: serious
When building 'xserver-xorg-input-magellan' on unstable,
I get the following error:
make[3]: Entering directory
`/xserver-xorg-input-magellan-1.0.0.5/obj-x86_64-linux-gnu/src'
if /bin/sh ../libtool --mode=compile gcc -DH
Package: www.debian.org
Tags: patch
Attached is a patch with some minor corrections to
webwml/dutch/Bugs/Reporting.wml
Adriaan Peeters
Index: dutch/Bugs/Reporting.wml
===
RCS file: /cvs/webwml/webwml/dutch/Bugs/Reporting.wml,v
retrie
On Don, 12 Okt 2006, Frank Küster wrote:
> Apropos error checking. Folks, do you think
>
> -rm -f /usr/local/share/texmf/ls-R
> +-rm -f /usr/local/share/texmf/ls-R 2>/dev/null
>
> would be okay? This will just drop and ignore all errors, but I can't
Yes.
Best wishes
Norbert
Package: tomcat5.5-webapps
Version: 5.5.17-2
Followup-For: Bug #392390
This manifests itself in a fresh install of etch + tomcat5.5 from unstable -
brand new box, install tomcat5.5. + webapps and the JSP examples all fail
with the above stacktrace.
-- System Information: Debian Release: testing
On Thu, 12 Oct 2006, Thomas Dickey wrote:
On Thu, Oct 12, 2006 at 12:00:20PM +0200, Veres Lajos wrote:
Package: xterm
xterm doesn't contain any source related to this bug report.
The problem lies in the configuration of the X libraries.
Hello,
Please forward then the bugreport to the relea
Hi,
I think my bug report is invalid.
But before doing a close I'd like to ask a small question.
I was going through bootclean.sh file to see how it worked.
This is what I think is the main part that does the cleanup
if [ "$TMPTIME" = 0 ]
then
TEXPR=""
reopen 391605
thanks
Hi,
Debian Bug Tracking System wrote:
>> the directory lib/init/rw inside the new sub-filesystem is still mounted.
>> This
>> confuses programs like pbuilder, which run cdebootstrap and later clean up,
>> where a recursive rm fails because of the mouted subdirectory.
>
> Th
Package: libnss-mdns
Version: 0.8-4.2
Severity: important
Hello !
In aptitude libnss-mdns version 0.8-4.2 is automatically selected by
aptitude as a package that can be
deleted because there are no package that depend on this lib. However,
it took me 3 days to figure out
that this library is u
severity 392524 wishlist
thanks
Mhpf... Forgot to edit command
___
Viren-Scan für Ihren PC! Jetzt für jeden. Sofort, online und kostenlos.
Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc=02
Package: udev
Version: 0.100-2
Severity: normal
Tags: patch
My Epson scanner is not assigned to group "scanner" when I switch it
on and scan the SCSI bus. This is because it identifies itself as
type 3 (processor) and vendor "EPSON", but permissions.rules matches
for vender "Epson".
This patch s
Hello Martin
Martin Michlmayr wrote:
> I don't see a libsasl2-modules-mysql package in Debian at al. What
> does
> dpkg -p libsasl2-modules-mysql | grep Maintainer
> say?
Sorry, the package is named: libsasl2-modules-sql
# dpkg -p libsasl2-modules-sql
Package: libsasl2-modules-sql
Prior
Package: openoffice.org-writerVersion: 2.0.4~rc3-1When i add an image to a Writer document the program crash i try to select it or edit the properties.No problem with version 2.0.4~rc1.I'm using Debian Unstable, kernel
2.6.17-1-686 and libc6 2.3.6.ds1-6
tags 389350 + patch
thanks
Hi,
I've uploaded a fix for that bug - the nut user is no longer removed on
purge - I hope I interpreted your intentions correctly.
Hope you don't mind the NMU, it's very important to lower the RC bug
count so Lars can get his tattoo :)
Cheers,
Florian
--
.O. This
Package: uscan
Version: 2.9.21
Severity: important
Hi.
Requires libwww-perl, which is not in the package dependency list.
$ uscan
uscan: you must have the libwww-perl package installed
to use this script
BEGIN failed--compilation aborted at /usr/bin/uscan line 44.
Cheers.
-- System Information
Sorry, package is named libsasl2-modules-sql:
# dpkg -p libsasl2-modules-sql
Package: libsasl2-modules-sql
Priority: optional
Section: libs
Installed-Size: 88
Maintainer: Dima Barsky <[EMAIL PROTECTED]>
Architecture: i386
Source: cyrus-sasl2
Version: 2.1.19.dfsg1-0sarge2
Replaces: libsasl2-module
Hi,
> After an upgrade from 2.6.4-pl4-2 to 2.7.0-pl2-1 there appears an error
> with the stylesheet. borders are shown around images, text sizes are not
> correct, and frame-layout does therefor no longer fit (because of the
> text sizes).
I cannot reproduce this at all with the current package (
Package: libnss-mdns
Version: 0.8-4.2
Severity: important
Hello !
In aptitude libnss-mdns version 0.8-4.2 is automatically selected by
aptitude as a package that can be
deleted because there are no package that depend on this lib. However,
it took me 3 days to figure out
that this library is us
Package: ginac
Severity: serious
Hi,
please see
http://buildd.debian.org/fetch.php?&pkg=ginac&ver=1.3.5-2&arch=arm&stamp=1160247427&file=log&as=raw
Regards
Thomas
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Emiliano 'AlberT' Gabrielli wrote:
> Package: kdesvn
> Severity: grave
>
> broken dependencies in debian/unstable make the package uninstallable
>
> follows errors:
>
> [EMAIL PROTECTED]: .../~/ $ LANG=C sudo apt-get install kdesvn
> Reading package lists... Done
> Building dependency tree... D
Eugen Dedu <[EMAIL PROTECTED]> writes:
> Wouldn't be very useful such a feature in emacs? Unfortunately, I do
> not know much of emacs internals...
It would, and it exists: do C-x 3 to split the display, then do
M-x follow-mode.
Scrolling should do the right thing.
Feel free to close this bug
I think I'm getting it clear.
ls -lu shows the atime for files/folders. Now, if I do a ls -lu on /tmp, this
is what I get:
[EMAIL PROTECTED]:/tmp$ ls -lu
total 81600
-rw-r--r-- 1 rrs rrs 24738 2006-10-09 19:48 bookmarks.html
-rw-r--r-- 1 rrs rrs902 2006-10-12 17:08 bootclean
-rw-r
Hello Tim,
In order to get Etch released, I've prepared an NMU for this
release-critical bug in webcalendar. Further I've added the pending
debconf translations as per the i18n NMU campaign. Attached is the diff
I used.
Thijs
diff -u webcalendar-1.0.4/debian/control webcalendar-1.0.4/debian/cont
tags 391605 unreproducible
thanks
On Thu, Oct 12, 2006 at 01:42:48PM +0200, Roland Stigge wrote:
> This is the latest version in Debian, and there doesn't seem to be an
> upstream fix.
I can't reproduce this. Please proof why the check "[ -r /proc/1/root ]"
don't work and write a bug against init
Package: openoffice.org-writerVersion: 2.0.4~rc3-1When i add an image to a Writer document the program crash i try to select it or edit the properties.Message error from console:/usr/lib/openoffice/program/soffice: line 252: 8824 Segmentation fault "$sd_prog/$sd_binary" "$@"
No problem with v
Le jeudi 12 octobre 2006 à 10:19 +0200, Attilio Fiandrotti a écrit :
> I really suggest including the clearlooks engine into the gtkdfb udeb
> right now, test it and make sure it works correctly in the case this
> bugs couldn't be fixed in time for RC1.
In all cases this would have to be a diffe
Toby Speight <[EMAIL PROTECTED]> wrote:
>
> Both these programs are part of tetex-bin, so the install should be
> using the new ones by that stage - unless there's some conffile I need
> to check?
>
> (P.S. forgot to mention that something in cron.daily has this effect, too)
/etc/cron.daily/tetex
Package: binutils
Version: 2.17-2
Severity: important
Compiling and linking any C program fails on my testing box. For the
usual test program I get:
[EMAIL PROTECTED]:~/wrk/cfiles$ cc hello.c
/lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'
/lib/libc.so.6: undefined reference to [EMAIL
Package: util-linux
Version: 2.12r-10
Followup-For: Bug #342887
May I ask what the exact status of this is at the moment? More than five
months have gone since the last comment on this topic and the problem
still exists in the current util-linux package for the upcoming release
of etch.
By the wa
Package: tetex-bin
Version: 3.0-19
Severity: normal
I use epstopdf in a setuid script (backend for cups, needs access to
some directories), and get the error above.
Solution was to add the line
$ENV{"PATH"}= "/usr/bin:/usr/sbin:/bin:/usr/bin";
in /usr/bin/epstopdf.
Greetings
tilo
-- Syst
Package: debconf
Version:
Severity: minor
Tags: l10n, patch
The updated Vietnamese translation for the program file: debconf (D-I
Level 5)
translated and submitted by:
Clytie Siddall (vi-VN, Vietnamese free-software translation team /
nhóm Việt hóa phần mềm tự do)
vi.po.gz
Description: GN
Package: zeroconf
Version: 0.9-1
Severity: critical
Justification: breaks unrelated software
on recent updates to testing of some of my systems zeroconf
was installed because of recommends of other packages (kde etc.)
Like other users have already reported this resulted in an *additional*
IP-add
This one time, at band camp, Thijs Kinkhorst said:
> Hello Tim,
>
> In order to get Etch released, I've prepared an NMU for this
> release-critical bug in webcalendar. Further I've added the pending
> debconf translations as per the i18n NMU campaign. Attached is the diff
> I used.
Looks good to
Josselin Mouette wrote:
Le jeudi 12 octobre 2006 à 10:19 +0200, Attilio Fiandrotti a écrit :
I really suggest including the clearlooks engine into the gtkdfb udeb
right now, test it and make sure it works correctly in the case this
bugs couldn't be fixed in time for RC1.
In all cases this w
Hi,
Bastian Blank wrote:
>> This is the latest version in Debian, and there doesn't seem to be an
>> upstream fix.
>
> I can't reproduce this. Please proof why the check "[ -r /proc/1/root ]"
> don't work and write a bug against initscripts. It is not the job of
> cdebootstrap to cleanup after br
Package: wx2.6-examples
Version: 2.6
The contrib examples are not in the package . Note that contrib code
are boundle with other wx2.6 packages.
I want to made a patch and I try to add this line "cp -a
contrib/samples $(objdir_examples)/contrib" on debian/rules with no
luck. What I did wrong?
Package: lintian
Version: 1.23.24
Severity: normal
lintian triggers an error on scsh-doc-0.6 (source scsh-0.6), while I
don't see any problem:
E: scsh-0.6-doc: doc-base-file-references-missing-file scsh:8
/usr/share/doc/scsh-0.6-doc/scsh-manual/html/*.{html,css,gif}
E: scsh-0.6-doc: doc-base-fil
On Thu, 2006-10-12 at 13:26 +0200, Jö Fahlke wrote:
> Package: udev
> Version: 0.100-2
> Severity: normal
> Tags: patch
>
> My Epson scanner is not assigned to group "scanner" when I switch it
> on and scan the SCSI bus. This is because it identifies itself as
> type 3 (processor) and vendor "EP
On Thursday 12 October 2006 17:33, Ritesh Raj Sarraf wrote:
> Most files have got the atime of 12/10/2006. That should be because once I
> use the Konqueror file manager to view /tmp, it would be accessing the
> files/folders to extract the metadata.
>
> If what I've understood is correct, shouldn'
The build got killed by the OOM killer after using any ram and swap on
the machine.
This Gentoo bug seem very similar to the bug:
http://bugs.gentoo.org/show_bug.cgi?id=147533
OOM killer takes out gcc 4.1+ while it compiles some large source file
with lots of inline functions and optimization f
Package: dejagnu
Version: 1.4.4.cvs20060709-2.2
Severity: serious
Justification: Policy 10.9
/usr/share/dejagnu is shipped with permissions 655 (drw-r-xr-x) instead
of 755 (drwxr-xr-x). This is problematic for instance when /usr/share is
NFS-mounted with the root user mapped to nobody, making i
severity 386113 minor
tags 386113 +wontfix
retitle 386113 [Backports only]: error in dpkg-buildpackage for asterisk
thanks,
Hi,
On Tue, Sep 05, 2006 at 12:46:55PM +0200, [EMAIL PROTECTED] wrote:
[...]
> compilation.
> ${source:Version}
> dpkg-gencontrol: warning: unknown substitution variabl
tag 391157 patch
usertag 391157 supplied-patch
thanks
Hi,
I made a (trivial) patch which fixes the FTBFS. The patch is attached.
Greetings Arjan
diff -u nunit2.2-2.2.0/debian/changelog nunit2.2-2.2.0/debian/changelog
--- nunit2.2-2.2.0/debian/changelog
+++ nunit2.2-2.2.0/debian/changelog
@@ -1
Package: moin
Severity: minor
Tags: patch
Hello,
Moinmoin does not shorten userlinks as it does for the current link, and
the links in the trailbar. This breaks the display on most themes, so it
is recommended to shorten them.
Attached is a fix that makes userlinks to be shortened, too.
P.S.: I
On Thu, Oct 12, 2006, Alastair McKinstry wrote:
>Did you actually manage to get to trigger these bugs, or did you find them
>by code checking?
It was mere code checking. I assumed that since /usr/local was the
administrator's sandbox, one could assume anything could be found there
and
Hi Florian,
2006/10/12, Florian M. Weps <[EMAIL PROTECTED]>:
tags 389350 + patch
thanks
Hi,
I've uploaded a fix for that bug - the nut user is no longer removed on
purge - I hope I interpreted your intentions correctly.
Hope you don't mind the NMU, it's very important to lower the RC bug
coun
On 10/12/06, Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> wrote:
Package: console-commonVersion: 0.7.62Severity: seriousJustification: Policy 9.1.2Quoting policy 9.1.2: Since `/usr/local' can be mounted read-only from a remote server, these directories must be created and removed by th
Package: shadow
Version:
Severity: minor
Tags: l10n, patch
The updated Vietnamese translation for the program file: shadow
translated and submitted by:
Clytie Siddall (vi-VN, Vietnamese free-software translation team /
nhóm Việt hóa phần mềm tự do)
vi.po.gz
Description: GNU Zip compressed da
Package: linux-headers-2.6.18-1-mckinley
Version: 2.6.18-2
Severity: normal
Hi,
When trying to compile external modules on Debian's 2.6.18 kernel (and
.17 too, and maybe others) on IA64/McKinley ItaniumII, the Makefile in
arch/ia64/ misses some scripts:
make -C /usr/src/linux-headers-2.6.18-
2006/10/12, Toni Mueller <[EMAIL PROTECTED]>:
I just tried to reproduce this bug, but can't. Steps taken:
$ apt-get source python-elementtree
$ cd elementtree-1.2.6
$ fakeroot dpkg-buildpackage -us -uc -sd
$ dpkg -c ../python-elementtree-doc_1.2.6-9_all.deb|grep pyc
$ dpkg -c ../python-elementtr
Hi,
On Mon, Jul 03, 2006 at 01:50:24PM +0200, Alessandro Polverini wrote:
> Package: asterisk
> Version: 1:1.2.9.1.dfsg-1
> Severity: normal
>
> server:~# /etc/init.d/asterisk stop
> Stopping Asterisk PBX: asteriskstart-stop-daemon: warning: failed to kill
> 5395: No such process
>
> Asterisk e
On 10/12/06, Sam Hocevar <[EMAIL PROTECTED]> wrote:
On Thu, Oct 12, 2006, Alastair McKinstry wrote:>Did you actually manage to get to trigger these bugs, or did you find them>by code checking? It was mere code checking. I assumed that since /usr/local was the
administrator's sandbox, one
Eugen Dedu <[EMAIL PROTECTED]> writes:
> Sorry to have bothered you...
No problem, you didn't. :-)
> It's wonderful! I'll tell it to my students too!
Yes, Emacs is wonderful.
--
,''`.
: :' :Romain Francoise <[EMAIL PROTECTED]>
`. `' http://people.debian.org/~rfrancoise/
Am Donnerstag, den 12.10.2006, 07:00 +0200 schrieb Christian Perrier:
> Please respect the Reply-To: field and send your updated translation to
> [EMAIL PROTECTED]
I did. Thanks for your reminder.
--
|=| Michael Piefel
|=| Member of the Debian project
de.po.gz
Description: GNU Zip compressed d
Package: drscheme
Version: 1:352-5
The code
(require (lib "plot.ss" "plot"))
(plot (line (lambda (x) (expt 2 x))) (x-max 30) (y-max 1000))
draws a graph which looks like the intended exponential function from -5
to 11 on the X axis, but later goes down apparently linearly at 25 to
28, which i
0> In article <[EMAIL PROTECTED]>,
0> Frank Küster mailto:[EMAIL PROTECTED]> ("fant") wrote:
fant> /etc/cron.daily/tetex-bin running mktexlsr.
fant>
fant> I think the following command will also trigger it:
fant>
fant> kpsewhich --expand-var='$TEXMF'
fant>
fant> Is that right? If yes, then run
fa
Package: nvidia-glx
Severity: serious
Justification: 4
The Debian nvidia packages do not work as well as nvidia's own (even though
the code would be mostly the same). Planet Penguin Racer reports half the
frame rate. FlightGear will not run.
Kernel Module was built using m-a.
-- System Informati
retitle 392403 RM: discover1-data -- RoM; superseded by discover-data
thanks
Hi,
Petter Reinholdtsen wrote, Wed, 11 Oct 2006 18:52:41 +0200
> I just uploaded a new version of the discover-data source which
> now replaces the discover1-data source package completely. It
> generates the discover1
Package: xserver-xorg-video-sis
Version: 1:0.9.1-3
Severity: serious
This package no longer builds on mips and mipsel. I don't know if
this is a bug in the package or in the headers. Can you please
investigate?
> Automatic build of xserver-xorg-video-sis_1:0.9.1-3 on bigsur by sbuild/mips
> 0.
Hello!
On Thu, 12 Oct 2006 10:16:29 +0200, intrigeri wrote:
> Since it's quite unusual as you said yourself, maybe you could use
> the advice system locally instead of adding a hook in EMacs/Gnus
> code ?
I've no problem keeping it locally [1], but as this does not modify
upstream Emacs/Gnus (onl
Package: installation-reports
Boot method: CD
Image version:
http://cdimage.debian.org/cdimage/weekly-builds/i386/iso-cd/debian-testing-i386-binary-1.iso
Downloaded 10 days ago I guess.
Date: 11 october 2006, at about 23:12
I used the installgui method :-)
Machine: Home made, Asu
Hello!
On Tue, 10 Oct 2006 14:57:38 +0200, Jan Wagner wrote:
> * Package name: php-suhosin
> Version : 0.9.6
There's already ITP #392119 [1] (cc:ing its submitter), I guess the
two should be merged.
Thx, bye,
Gismo / Luca
Footnotes:
[1] http://bugs.debian.org/cgi-bin/bugreport.cg
Hi,
> Please add the missing Build-Depends on 'ant-optional' to debian/control.
I've prepared an NMU to fix this, in order to get etch released.
Please see the attached diff for reference.
> The attached patch also changes the build system to use the free java
> java-gcj-compat-dev.
I'll leave
[Ritesh Raj Sarraf]
> Will we implement a different mechanism to do clean-ups for /tmp ?
Thank you for the followup information. This bug had be truly
confused for a while.
As you have noticed, the atime is updated when a file is read. The
reason this time stamp is used is the assumtion that fi
Am Thu, 12. Oct 2006, 14:44:08 +0200 schrieb Kay Sievers:
> On Thu, 2006-10-12 at 13:26 +0200, Jö Fahlke wrote:
> > Note that some way to match values in a case insensitive manner would
> > probably allow a more general fix which avoids similiar problems with
> > other vendors.
>
> fnmatch() whic
Hello,
the package is constantly updated and available from our site for nearly
two years now, the latest version is 6.8.1. All earlier postings still
apply. Condor will never come to the main repository, since there is no
source code available. The Condor authors constantly reject demands for
the
On Thu, Oct 12, 2006, Andrey Mitrofanov wrote:
> >The build got killed by the OOM killer after using any ram and swap on
> >the machine.
>
> This Gentoo bug seem very similar to the bug:
> http://bugs.gentoo.org/show_bug.cgi?id=147533
>
> OOM killer takes out gcc 4.1+ while it compiles some large
Hoi Jelmer,
I've prepared an NMU for this bug; see attached patch.
Thijs
diff -u nunit2.2-2.2.0/debian/changelog nunit2.2-2.2.0/debian/changelog
--- nunit2.2-2.2.0/debian/changelog
+++ nunit2.2-2.2.0/debian/changelog
@@ -1,3 +1,10 @@
+nunit2.2 (2.2.0-3.1) unstable; urgency=high
+
+ * Non-mainta
Dr. Tilo Levante wrote:
> Package: tetex-bin
> Version: 3.0-19
> Severity: normal
>
>
> I use epstopdf in a setuid script (backend for cups, needs access to
> some directories), and get the error above.
>
> Solution was to add the line
> $ENV{"PATH"}= "/usr/bin:/usr/sbin:/bin:/usr/bin";
> i
I've romoved all openssl files i've found in source, then i'm working
on a iLBC stipped verion of wengophone.
Ciao
--
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prat
hi,
Le jeudi 12 octobre 2006 14:57, Peter Troeger a écrit :
> the package is constantly updated and available from our site for nearly
> two years now, the latest version is 6.8.1. All earlier postings still
> apply.
great :)
> Condor will never come to the main repository, since there is no
>
On Thursday 12 October 2006 18:43, Petter Reinholdtsen wrote:
> As you have noticed, the atime is updated when a file is read. The
> reason this time stamp is used is the assumtion that files in use are
> files being read, and files in use should not be cleaned out of /tmp/.
> I believ this assumt
> Package: menu
> Version: N/A
> Severity: wishlist
> Tags: l10n patch
>
> Korean translation attached:-)
Hello Sunjae,
Thanks for your translation! It is included in menu 2.1.31.
I have checked the menu display in Korean in various window managers in
Debian and it works out of the box in almos
In /var/lib/tomcat5.5/webapps/jsp-examples/WEB-IN/tagPlugins.xml is
expecting the Tomcat 5.0 tag class definitions, not the 5.5 ones:
applying this patch...
diff -e tagPlugins.xml tagPlugins.xml.new
20c
org.apache.jasper.tagplugins.jstl.core.ForEachplugin-class>
.
16c
org.apache.jasp
Package: cron
Version: 3.0pl1-98
Because of #383857, the tests for anacron in /etc/crontab now say something
like
test -x /usr/sbin/anacron || cd / && run-parts --report /etc/cron.daily
which is parsed like
(test -x /usr/sbin/anacron || cd /) && run-parts --report /etc/cron.daily
so run-pa
Package: valgrind
Version: 1:3.2.0-2
Severity: normal
Hi!
When I use valgrind --tool=callgrind with my prog, it produces following
error:
vex x86->IR: unhandled instruction bytes: 0x67 0xE3 0x2A 0xF
==26788== valgrind: Unrecognised instruction at address 0x82CB570.
==26788== Your program just tr
Package: torrentflux
Version: 2.1-3
Severity: wishlist
In the footer I read: TorrentFlux 2.1 beta.
>From torrentflux home page:
LINUX VERSION 2.1 final (recommended):
Release Date: 04/05/2006
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMA
tags + moreinfo
thanks
On Tue, Aug 29, 2006 at 04:05:14PM +0200, Teemu Ikonen wrote:
>
> When this package is installed, the Helvetica font (a very, very
> common font in svg files) becomes broken, mostly showing whitespace,
> not kerning at all etc. This happens in inkscape, but probably also in
[Ritesh Raj Sarraf]
> Probably removing the atime option should fix the issue for a gui
> user/machine.
>
> What do you say ??
As far as I know, we have three timestamp options, atime, mtime and
ctime. Using ctime and mtime would break long-running programs
expecting the files they created durin
Hello,
a small report about the status of this ITP.
The upstream package contains some part of the RFC2109 into the source
code and this is the main reason this ITP hasn't been closed yet.
Upstream submitted a patch to easily strip the RFC parts [1], but
after applying the sed script [2], there
Package: ethereal
Version: 0.99.3a-1
Severity: grave
Justification: renders package unusable
% dpkg -L ethereal
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/ethereal
/usr/share/doc/ethereal/copyright
/usr/share/doc/ethereal/changelog.gz
/usr/share/doc/ethereal/changelog.Debian.gz
% dpkg -L e
On Thu, Oct 12, 2006 at 02:34:46PM +0200, Roland Stigge wrote:
> I don't know how "[ -r /proc/1/root ]" is related to cdebootstrap (I
> can't find it in there), but inside the sid chroot, it probably can't
> work because /proc is not mounted?
The check used to detect chroots and bails out if /proc
Package: debian-policy
Version: 3.7.2.2
Severity: minor
6.1 says maintainer scripts "must not be not world-writable" instead
of (I guess) "must not be world-writable".
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (50, 'experime
Package: thunderbird
Version: 1.5.0.7-2
Severity: important
Hi,
on opening my Sent folder, I get the backtrace as attached in thunderbird.bt.
This happens after starting up Thunderbird, opening another folder (the others
mostly work) and opening a mail. Then, going to the Sent folder, the segfaul
101 - 200 of 563 matches
Mail list logo