Hi,
I've faced same problem on a fresh Bookworm live system (mariadb-server
1:10.11.2-1).
As a workaround I've mounted /var/lib/mysql as a ext4 filesystem.
FYI: It works fine on Bullseye.
Kind regards,
--
Antoni Villalonga
https://friki.cat/
Hi Again,
An alternative workaround is running vpnc with --no-detach.
Best regards,
On Fri, May 26, 2023 at 10:41:42PM +, Antoni Villalonga wrote:
> [...]
>
> My workaround (I only run one VPN at a time, like most people...):
> | --- a 2022-05-12 19:15:11.0 +
>
9:15:11.0 +
| +++ b 2023-05-26 22:29:22.205185888 +
| @@ -99,7 +99,7 @@
| VPNPID=$PPID
| PCMD=`ps -c -o cmd= -p $PPID`
| case "$PCMD" in
| -*sh) VPNPID=`ps -o ppid= -p $PPID` ;;
| +*sh) VPNPID=FIXME ;;
| esac
| fi
Hope it can be fixed soon.
Kind regards,
--
Antoni Villalonga
https://friki.cat/
ds on
'jq' binary.
See line 48:
device_list="$(nvme list -o json | jq -r '.Devices | .[].DevicePath')"
Please add 'jq' as package dependency.
Best regards,
--
Antoni Villalonga
https://friki.cat/
s called to check the pid is
available.
I've run strace as:
% strace -s 1000 --output=xautolock-strace.txt xautolock -locknow
Thanks again for your report.
Hope you can run an strace and give back more info about your system setup.
Best regards,
--
Antoni Villalonga
https://friki.cat/
Hi,
On Sat, Sep 10, 2022 at 11:16:15PM +0200, Paul Gevers wrote:
> Hi,
>
> On 10-09-2022 04:23, Antoni Villalonga wrote:
> > Hi Paul,
> >
> > Thanks for reporting the issue.
> >
> > I've tested the package on a virtual ppc64el Debian/Sid fresh inst
overlap
> PASS: sed getdelim with nested [:blah:]
> PASS: sed [ in [[]
> PASS: sed [[] with ] as delimiter
> PASS: sed [[] with [ as delimiter
> PASS: sed prodigaler newline
> PASS: sed aci
> PASS: sed b loop
> PASS: sed b skip
> PASS: sed b end
> PASS: sed c range
> PASS: sed c {range}
> PASS: sed c multiple continuation
> PASS: sed c empty continuation
> PASS: sed D further processing depends on whether line is blank
> PASS: sed newline staying away
> PASS: sed match empty line
> PASS: sed \1
> PASS: sed \1 p
> PASS: sed \1 no newline
> PASS: sed \1 p no newline
> PASS: sed -n s//\1/p
> PASS: sed -n s//\1/p no newline
> PASS: sed backref error
> PASS: sed empty match after nonempty match
> PASS: sed empty match
> PASS: sed s///#comment
> PASS: sed s///num off end
> PASS: sed N flushes pending a and advances match counter
> PASS: sed delimiter in regex [char range] doesn't count
> PASS: sed delete regex range start line after trigger
> PASS: sed blank pattern repeats last pattern
> PASS: sed -e '1a\' -e 'huh'
> PASS: sed -f input
> PASS: sed -f - input
> PASS: sed '1ahello'
> PASS: sed -e '/x/c\' -e 'y'
> PASS: sed -e 's/a[([]*b/X/'
> PASS: sed 'y/a\bc/de\f/'
> PASS: sed [a-a] (for perl)
> PASS: sed trailing a\ (for debian)
> PASS: sed skip start of range
> PASS: sed range +1
> PASS: sed range +0
> PASS: sed range +3
> PASS: sed not -s
> PASS: sed -s
> PASS: sed bonus backslashes
> PASS: sed end b with }
> PASS: sed -z
> PASS: sed \n with empty capture
> PASS: sed \n too high
> PASS: sed s///x
> PASS: sed megabyte s/x/y/g (20 sec timeout)
> PASS: sed w doesn't blank
> PASS: sed s i and I
> PASS: seq (exit with error)
> PASS: seq (exit with error)
> PASS: seq one argument
> PASS: seq two arguments
> PASS: seq two arguments reversed
> PASS: seq two arguments equal
> PASS: seq two arguments equal, arbitrary negative step
> PASS: seq two arguments equal, arbitrary positive step
> PASS: seq count up by 2
> PASS: seq count down by 2
> PASS: seq count wrong way #1
> PASS: seq count wrong way #2
> PASS: seq count by .3
> PASS: seq count by -.9
> PASS: seq count down by zero
> PASS: seq separator -
> PASS: seq format string
> PASS: seq separator and format string
> PASS: seq padding
> PASS: seq padding
> PASS: seq padding
> PASS: seq filter -f "%f"
> PASS: seq filter -f "%e"
> PASS: seq filter -f "%g"
> PASS: seq filter -f "boo %f yah"
> PASS: seq filter -f "% f"
> PASS: seq filter -f "%-1.2f"
> PASS: seq filter -f "%+-f"
> PASS: seq filter -f "%+ - f"
> PASS: seq filter -f "%.2f"
> PASS: seq filter -f "%3.f"
> PASS: seq filter -f "%'.2f"
> PASS: seq filter -f "%%%f%%"
> PASS: seq filter reject -f '%d'
> PASS: seq filter reject -f '%s'
> PASS: seq filter reject -f ''
> PASS: seq filter reject -f 'boo %f %f yah'
> PASS: seq filter reject -f '%*f'
> PASS: seq filter reject -f '%-1.2.3f'
> PASS: seq filter reject -f '%2$f'
> PASS: seq filter reject -f '%1-f'
> PASS: seq filter reject -f '%1 f'
> PASS: seq filter reject -f '%2..2f'
> PASS: seq filter reject -f '%%%f%%%'
> PASS: seq precision inc
> PASS: seq precision first
> PASS: seq precision int
> PASS: seq precision e
> PASS: seq precision E
> PASS: seq invalid last
> PASS: seq invalid first
> PASS: seq invalid increment
> PASS: seq INT_MIN
> make: *** [Makefile:77: tests] Error 1
> FAIL: seq fast path
> echo -ne '' | timeout 10 seq 1000 > /dev/null
> --- expected 2022-09-07 20:37:15.139178572 +
> +++ actual2022-09-07 20:37:15.595188871 +
> @@ -0,0 +1 @@
> +exited with signal (or returned 255)
> autopkgtest [20:37:15]: test toybox-selftest
>
--
Antoni Villalonga
https://friki.cat/
> to
>
> TB_BIN=/bin/toybox
>
> fixes this.
Hi Axel,
Thanks for reporting the bug and the fix.
I've checked why it works on my system. I've tested the package on a Debian
Live environment where /bin is symlink to /usr/bin. \o/
Your fix proposal is correct.
I'll push it to Salsa ASAP.
Thanks for your time!
--
Antoni Villalonga
https://friki.cat/
Package: src:linux
Version: 5.10.84-1
Severity: normal
X-Debbugs-Cc: ant...@friki.cat
Dear Maintainer,
I've noticed periodic screen flickering when using adb software.
My usb-c screen is connected directly to the main board (Intel NUC). An other
screen (not affected) is connected using DisplayPor
Hello all,
I'll try packaging lpairs2. It may take some time, as I have recently
become a Debian Contributor and this may be my first package attempt. If
someone also wants to have this game package, please reply to this bug.
Any help or contributions are appreciated!
--
INFORMACIÓ SOBRE P
On Mon, Dec 13, 2021 at 09:33:08PM +0100, Bastian Germann wrote:
> On Wed, 27 Oct 2021 12:11:36 +0000 Antoni Villalonga wrote:
> > You are very welcome to sponsor the package.
> > Let me update my git repo at salsa with last upstream version and Debian
> > Policy
> &g
Hello all,
I'm interested at maintaining this package.
I've reported a bug a while ago, but I have seen that this package needs
a maintainer.
The bugs are very little and pretty easy to fix and it's a package that
I use almost everyday.
Regards,
Antoni Aloy Torrens
Package: wnpp
Severity: wishlist
LPairs2 is a memory game with 2x36 high resolution animal cards where
you turn over any two cards and if they match they get removed. If they
don't match they are turned back over. The game is over when all cards
have been matched. You can play with different
Package: wnpp
Severity: wishlist
LBreakoutHD is a scaleable 16:9 remake of LBreakout2.[1] You try to
clear levels full of different types of bricks and extras by using your
paddle to aim balls at the bricks.
All LBreakout2 themes and levelsets work. New themes can be of any
resolution.
Thi
reopen 884718
> On Wed, Oct 27, 2021 at 01:13:52PM +0000, Antoni Villalonga wrote:
> > On Sat, Oct 16, 2021 at 06:01:29AM -0700, carnil wrote:
> > > Hi
> > >
> > > This bug was filed for a very old kernel or the bug is old itself
> > > without res
On Mon, Oct 04, 2021 at 10:46:40PM +0200, Bastian Germann wrote:
> On Mon, 10 Aug 2020 03:46:35 +0200 Antoni Villalonga wrote:
> > * Package name: toybox
> > Version : 0.8.3
> > Upstream Author : Rob Landley
> > * URL : https://www.landle
Package: ffmpeg
Version: 7:4.3.1-5
Severity: normal
X-Debbugs-Cc: ant...@friki.cat
Dear Maintainer,
Please consider cherrypicking this upstream commit:
https://github.com/FFmpeg/FFmpeg/commit/9e24b98b15cbec1e0212d909ad29c746e1d1738b
Bug is already fixed for debian at: "7:4.2.1-1".
Merge Requ
Source: mbedtls
Severity: normal
X-Debbugs-Cc: ant...@friki.cat
Dear Maintainer,
Please consider upgrading package to newer versions with TLS 1.3 support
enabled.
Regards,
Please consider adding attached patch.
Salsa Merge Request:
https://salsa.debian.org/tux4kids-pkg-team/t4kcommon/-/merge_requests/1
Regards,
--
Antoni Villalonga
https://friki.cat/
Description: fix ftbfs with GCC-10
Fix wrapped_lines variable declaration (extern)
Author: ant...@friki.cat
or directory - getcwd (Errno::ENOENT)
If apt-listchanges package is installed apt crashes that way. That's why I've
switched to "important".
Following inline patch fixes the issue.
From: Antoni Villalonga
Date: Fri, 28 Aug 2020 02:09:42 +0200
Subject: Rescue getcwd EN
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: ant...@friki.cat
Subject: ITP: toybox -- BSD-licensed Linux command line utilities
Package: wnpp
Owner: Antoni Villalonga
Severity: wishlist
* Package name: toybox
Version : 0.8.3
Upstream Author : Rob Landley
* URL
--
Antoni Villalonga
https://friki.cat/
From: Antoni Villalonga
Date: Sun, 09 Aug 2020 00:15:17 +0200
Subject: Secure self-updates and disable by default
Bug-Debian: http://bugs.debian.org/961903
Forwarded: not-needed
--- a/src/slic3r/GUI/AppConfig.cpp
+++ b/src/slic3r/GUI/AppConfig.cpp
@@ -57,9
Hi,
I've written a patch.
After that, I've seen Reiner Herrmann already posted a working solution.
It's mostly the same fix but slightly different.
Please consider my version as an alternative. IMAO mine is preferable ;)
Regards,
--
Antoni Villalonga
https://friki.cat/
Descrip
Please find attached patch to fix this issue.
--
Antoni Villalonga
https://friki.cat/
Description: fixes gcc-10 build issues
Author: Antoni Villalonga
Last-Update: 2020-08-02
--- a/common/includes/debug.h
+++ b/common/includes/debug.h
@@ -24,7 +24,7 @@
#include
#include
-int debug
Package: git-buildpackage
Version: 0.9.20
Severity: normal
X-Debbugs-Cc: ant...@friki.cat
Dear Maintainer,
I got a non-working situation while using routine-update package.
After tracing down the problem, I've found it's related to 'gbp pull'.
Please, take a look at this example session that rep
I'll move setuptools deps to
the top as you usually do in all med-team packages (and probably other
packagers do as well).
Do you think I should try to get last upstream code before debian release?
There are some more upstream commits since june 16th.
Regards,
--
Antoni Villalonga
https://friki.cat/
On Mon, Jun 15, 2020 at 09:07:12AM +0200, Andreas Tille wrote:
> Control: tags -1 upstream
> Control: forwarded -1
> https://github.com/PacificBiosciences/FALCON_unzip/issues/160
>
> Antoni, thanks for opening the issue, Andreas.
Hi,
https://github.com/PacificBiosciences/FALC
Package: dbconfig-common
Version: 2.0.13
Severity: important
X-Debbugs-Cc: ant...@friki.cat
Dear Maintainer,
I have problems installing some packages due to permission/owner
problems.
I can workaround the problem adding a chown, just before
'exec > $tmpout'.
At file /usr/sbin/dbconfig-generate-
Package: wnpp
Severity: wishlist
Subject: ITP: gindex -- Gapped-spaced index with minimizer support
Package: wnpp
Owner: Antoni Villalonga
Severity: wishlist
* Package name: gindex
Version : 0.0.0~git20170304.b1fb5ad
Upstream Author : Ivan Sovic
* URL : https
Package: wnpp
Severity: wishlist
Subject: ITP: pairtools -- Framework to process sequencing data from a Hi-C
experiment
Package: wnpp
Owner: Antoni Villalonga
Severity: wishlist
* Package name: pairtools
Version : 0.3.0
Upstream Author : Mirny Lab
* URL : https
Package: wnpp
Severity: wishlist
Subject: ITP: vt -- toolset for short variant discovery in genetic sequence data
Package: wnpp
Owner: Antoni Villalonga
Severity: wishlist
* Package name: vt
Version : 0.57721+ds
Upstream Author : Adrian Tan
* URL : https
Package: wnpp
Severity: wishlist
Subject: ITP: vt -- Tool set for short variant discovery in genetic sequence
data
Package: wnpp
Owner: Antoni Villalonga
Severity: wishlist
* Package name: vt
Version : 0.57721+ds
Upstream Author : Adrian Tan
* URL : https
Hi,
> Any reader of the Debian Med list who wants to spent time to discuss this
> with upstream to save falcon in Debian?
Open issue:
https://github.com/PacificBiosciences/FALCON_unzip/issues/160
Regards,
--
Antoni Villalonga
https://friki.cat/
Package: prusa-slicer
Severity: normal
Dear Maintainer,
prusa-slicer connects to http://files.prusa3d.com/ to download firmware-related
information, without user confirmation.
It leaks information about software usage and affects the final generated
files.
Moreover the insecure connection opens
included on:
https://salsa.debian.org/med-team/kmer/-/merge_requests/4
Sorry for the long delay and the childish mistake.
Best regrads,
PS: d/changelog is unmodified in my last MR. Probably should include a
reference to close this bug.
On Sat, May 16, 2020 at 07:37:54AM +0200, Andreas Tille wrote:
> Hi
Hi,
On Tue, Apr 28, 2020 at 11:44:28AM +0200, Andreas Tille wrote:
> Hi Antoni
>
> On Sat, Apr 25, 2020 at 09:02:07PM +0200, Paul Gevers wrote:
> > ...
> > python3 /usr/bin/../lib/atac/bin/AtacDriver.py
> > /tmp/autopkgtest-lxc.pom4prd4/downtmp/a
Hi,
Is there a chance to amend this issue on next buster release point?
This debug utput was not released on purpose, and get fixed upstream removing
one single line of code. It has a big impact, "curl -v" is unusable.
Best regards,
PS: May this bug be merged with #930354?
Package: dns2tcp
Version: 0.5.2-1.1+b2
Severity: minor
Dear Maintainer,
The man pages references to 'ssltunnel' in "SEE ALSO" section.
I can't found 'ssltunnel' references at Debian repos.
Regards,
Package: dns2tcp
Followup-For: Bug #470928
Dear Maintainer,
This bug was fixed at 0.5.2 version.
It's documented and working fine for me.
Regards,
> from the x11vnc orig tarball. Thanks!
Hi Mike,
I've uploaded x11vnc 0.9.16-1 to experimental.
Can we consider this bug fixed on that version?
Thanks for your time!
--
Antoni Villalonga
http://friki.cat/
Dear James,
You saved my day(s). Indeed it doesn't happen with vim-gtk3.
Thank you very much and cheers,
Antoni
pon., 7 paź 2019 o 13:16 James McCoy napisał(a):
> On Mon, Oct 07, 2019 at 12:55:55PM +0200, Antoni Marcinek wrote:
> > I am running Debian 10 (stable) and I obtain t
Hello,
I am running Debian 10 (stable) and I obtain this same error message. I
vaguely remember that I had a similar issue with sid few years back.
It is very annoying, so I would very appreciate if it could be fixed.
Best regards,
Antoni
Package: konversation
Version: 1.7.5-1
Severity: minor
Dear Maintainer,
I've noticed when I ctrl+f to search on a conversation or on a
conversation log, the "next" button search backwards and the "previous"
search forward.
Regards,
Package: curl
Version: 7.66.0-1
Severity: normal
Dear Maintainer,
Recent curl package 7.66.0-1 doesn't support new http3 protocol.
For sure you are already aware of the introduced experimental http3 into
7.66 curl upstream release.
It seems to have a new build-dependency on quiche [0] (your
imp
Package: reprotest
Followup-For: Bug #898284
> > sudo reprotest sl_3.03-17build1.dsc -- schroot stretch
> (Sudo is needed to let build dependencies installed and since I get a
> sem_open: Permission denied otherwise)
I've faced with a simililar error message.
The reason was /dev/shm or /run/shm w
Package: brightnessctl
Version: 0.4-1
Severity: normal
Dear Maintainer,
As I've already reported upstream, the return code when running "brightnessctl
-q set 100%" is 1.
I expected 0 when command works.
Upstream pull request: https://github.com/Hummer12007/brightnessctl/pull/32
Patch:
diff -
drop to next line. After that, "[ ok " message overwrited from the
beggining of the line, causing the anoying message.
If this problem is meant to be "fixed"?
Shorter messages (if any) may be the easy way.
Hope it helps,
--
Antoni Villalonga
http://friki.cat/
(Jessie) versions without problems.
Thanks,
--
Antoni Villalonga
http://friki.cat/
Hi,
It seems to be fixed at verson 60.
So this bug doesn't affect any more to Stretch/Buster new packages.
Regards,
On Mon, Nov 27, 2017 at 01:45:47PM +0000, Antoni Villalonga wrote:
> Hi,
>
> The bug still affects firefox 57.0-1.
>
> Regards
>
> --
> Antoni
Hi,
Sorry the bug should be associated to "curl" source package.
Versions affected: since 7.61 until 7.63 (unreleased).
Regards,
On Tue, Nov 27, 2018 at 10:59:54AM +0000, Antoni Villalonga wrote:
> Package: libcurl4-openssl-dev
> Version: 7.61.0-1
> Severity: normal
&
Package: libcurl4-openssl-dev
Version: 7.61.0-1
Severity: normal
Dear Maintainer,
I've discovered a timeout handling problem in libcurl.
Reported upstream here:
https://github.com/curl/curl/issues/3305
Upstream patch here (already merged with master branch):
https://github.com/curl/curl/com
ards,
Antoni
is a regression in VLC 3.0.2.
2018-06-10 18:42 GMT+02:00 Sebastian Ramacher :
> On 2018-06-05 10:13:19, Antoni Marcinek wrote:
> > > VA-API was not automatically probed in VLC 2.2. This is expected.
> > > VDPAU fails, and then VLC falls back to software decoding.
> > >
> VA-API was not automatically probed in VLC 2.2. This is expected.
> VDPAU fails, and then VLC falls back to software decoding.
>
> In VLC 3.0, VA-API probing fails due to insufficient hardware
capabilities, so
> VLC uses software decoding as well. So no differences.
>
> --
> Rémi Denis-Courmont
mean that I should try to get help from upstream or
that you would do it?
Cheers,
Antoni
2018-05-27 23:25 GMT+02:00 Sebastian Ramacher :
> On 2018-05-28 00:10:42, Antoni Marcinek wrote:
> > Hi,
> >
> > I downgraded to 2.2.7-1~deb9u1. As I remembered I can increase the
>
out it (so it is not just my issue).
Cheers,
Antoni
2018-05-27 11:52 GMT+03:00 Sebastian Ramacher :
> On 2018-05-27 11:05:32, Antoni Marcinek wrote:
>> Hi,
>>
>> dmo packages replaced, but it doesn't help.
>>
>> As for other Qt applications, I can run for e
to the previous version. Are there downloadable Debian
packages for the previous version that was shipped with Debian 9.4?
Cheers,
Antoni
2018-05-26 10:26 GMT+03:00 Sebastian Ramacher :
> Control: tags -1 + moreinfo
>
> Hi
>
> On 2018-05-23 18:29:41, Antoni Marcinek wrote:
>>
I asked about this on VLC forum. Please see discussion at
http://forum.videolan.org/viewtopic.php?f=13&t=144411
nce back to what was before upgrade to 3.0.2 (hardware
acceleration out-of-the-box on Intel graphics), it would still be
acceptable.
Best regards,
Antoni
-- System Information:
Debian Release: 9.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'sta
ld powermanga accept a js without axes?
FTR:
As a hotfix for powermanga:
# modprobe -r joydev
Regards,
On Mon, Dec 18, 2017 at 06:21:59PM +, Antoni Villalonga wrote:
> Hi,
>
> My problem trying to play powermanga remains :-/
>
> On Mon, Dec 18, 2017 at 05:33:04PM +, Debian B
> by
> replying to this email.
>
>
> --
> 884595: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884595
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
> Date: Mon, 18 Dec 2017 18:28:40 +0100
> From: Michael Biebl
> To: Markus Koschany
gt;
> If you tell me what type of keyboard you use I could reassign this issue
> to udev as well. I don't believe that SDL or powermanga are at fault
> here.
You were right, my 5 buttons mouse is detected like a joystick (/dev/input/js0):
ID 045e:075c Microsoft Corp.
Thank
at stackoverflow. It seems to be very close to
this problem.
https://stackoverflow.com/questions/21224023/why-does-sdl-numjoysticks-never-update
I have the same problem using this 50 lines long code (inexistent joystick
detected). Maybe you can move the bug to SDL libs.
Regards,
On Sun, De
Hi,
Same problem reproduced with powermanga=0.90-dfsg-2 (oldoldstable).
Regards,
On Sun, Dec 17, 2017 at 01:25:09PM +0100, Antoni Villalonga wrote:
> Package: powermanga
> Version: 0.93.1-2
> Severity: important
>
> Dear Maintainer,
>
> The game didn't work at all.
&
Package: powermanga
Version: 0.93.1-2
Severity: important
Dear Maintainer,
The game didn't work at all.
After loading the game the selected option is 'Quit'. 'Up arrow' key didn't
work on main menu, so I only can change menu option by pressing 'down arrow'.
Once 'Play' option is selected the ga
e this program anymore and doesn't have more info about
the original radio station.
Also I can't reproduce again his bug using other http radio stations.
Regards,
--
Antoni Villalonga
http://friki.cat/
Hi,
The bug still affects firefox 57.0-1.
Regards
--
Antoni Villalonga
http://friki.cat/
Hi,
On Fri, Nov 24, 2017 at 03:40:15PM +, James Cowgill wrote:
> Antoni, you should be able to fix your specific problem by upgrading all
> the ffmpeg related packages (libav* etc) to 3.4.
If I'm not wrong, at the moment of reporting I had installed this
versions:
ffmpeg
Package: libavutil55
Version: 7:3.4-3
Severity: normal
Dear Maintainer,
After upgrade to sid ffmpeg tools start to segfault like this:
[370710.121304] read_thread[9924]: segfault at 7feff8051ce0 ip 7fef350b7943
sp 7fef07386ea8 error 4 in libavutil.so.55.78.100[7fef35069000+67000]
After
Package: firefox-esr
Version: 52.2.0esr-1
Severity: normal
Dear Maintainer,
When double clicking on firefox tabbar it crashes.
Maybe it's related to this old filled bug on Mozilla:
https://bugzilla.mozilla.org/show_bug.cgi?id=1186967
IT throws this messages at time of crashing:
> **
> Gdk:ER
Package: live-boot
Version: 1:20170112
Severity: normal
Dear Maintainer,
Testing stretch live kde some non-asci chars are shown incorrectly.
I've found that console-setup is configured iso-8859-15 instead of utf8.
Switching to utf8 solves the problem.
Regards,
--
Antoni Villalonga
user - gitk is still broken. So there is some system
wide problem.
Regards,
Antoni
27;s API didn't contain the whole words search. So having the new
poppler installed doesn't help, as qpdfview does not really make an appropriate
function call.
If my guesses are correct, it would be good to just release a new package
version compiled against the current version of poppler
the patch in order to be more 'compatible' with other
Pound patches in Debian
--
Antoni Villalonga
http://friki.cat/
--- Pound-2.6/config.c 2011-12-28 14:57:45.0 +0100
+++ Pound-2.6b/config.c 2014-10-16 20:16:46.826102888 +0200
@@ -76,7 +76,7 @@
static regex_t Err414, Err500,
a bigger amd64 machine.
Regards
--
Antoni Villalonga
http://friki.cat/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
n't make sense to me building packages using these extra options.
If there is a "mips team" or something like that could be they need to take
some decisions about that.
Now I have a work arround to fix my system's low memory problem repacking all
needed packages (easily script
Package: libkeyutils1
Version: 1.5.5-3
Severity: normal
Dear Maintainer,
My fresh debian installation on a mips arch can't install
libkeyutils1_1.5.5-3_mips.deb file.
# dpkg -i /tmp/libkeyutils1_1.5.5-3_mips.deb
(Reading database ... 14103 files and directories currently installed.)
Preparing
Package: php-apc
Version: 3.1.13-1
Severity: normal
Dear Maintainer,
I've got the exact same error that was reported in 2012 here:
https://bugs.php.net/bug.php?id=62398
The only diference is that in my case I've only reproduced in 'include' (not
require).
The apache error log show lines like t
Package: kradio4
Version: 4.0.7-2+b1
Severity: normal
Dear Maintainer,
The newer version of kradio4 (+b1) crash connecting to:
http://176.31.246.109:8000/onamediterranea
I can't debug that, but it works fine in previous version (4.0.7-2).
Other radio stations works fine with +b1 version.
Reg
Package: ffproxy
Version: 1.6-10
Severity: important
Dear Maintainer,
You can easily reproduce the segfault with this settings:
log_all_requests yes
unrestricted_connect yes
Now access to a non https site throught the ffproxy. The child who manage the
request *may* crash.
Is easier to under
0
@@ -210,14 +210,15 @@
{
char*p;
unsigned int i = 0;
+ unsigned int n = 0;
if (strlen (str) == 0)
return (str);
for (i = 0; isspace (str[i]); i++)
-;
+n++;
- strcpy (str, str + i);
+ str=+n;
p = str + strlen (str);
while ((p--) != str &&
Package: postfix-policyd
Version: 1.82-2+b1
Severity: normal
Hi,
When daily cron runs postfix-policyd it warns about a fatal error.
Like this:
# /etc/cron.daily/postfix-policyd
postfix-policyd: Fatal cleanup error: "didn't find priority 'LOG_IFOO',
exiting"
I found this workarround/bugfix s
Package: plasma-desktop
Version: 4.7.4-1
When kde starts if desktop effects are activated shows only the first
four icons of splash, when the last icon (kde icon) must be painted,
screen goes to black with only the mouse cursor.
When you press SHIFT+ALT+F12 to deactivate effects screen is sho
Package: grub-pc
Version: 1.99
The background_image not show in 1.99-rc1 if gfxmode=640x480, but it's
fine if gfxmode=800x600 or gfxmode=1024x768. Tested in many computers.
The background image size used is 640x480 and png format. The system
is Debian with grub-pc 1.99~rc1-6 (the same with all ver
Hi
I have the same problem in ifupdown version 0.7~alpha3.
# ifup eth0
/var/run/dhclient.eth0.pid: interface name too long (is 26)
Failed to bring up eth0.
After downgrade to 0.6.10 (sid) it works again.
Regards,
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a s
I have freshly installed daily build of 'Squeeze' i386 yesterday (14
February 2010) and bug is still existent. On the the first shutdown
attempt it only logged me out and now sometimes it shuts down alright
but most times it just logs out.
I can't seem to discover any pattern when it happens - it
Package: aptitude
Version: 0.4.11.11-1
Severity: minor
'aptitude why-not python2.3' segfaults. I think the reason could be that
python2.3 isn't
a real package.
See this example:
ant...@ibi:~% aptitude why-not python2.3
zsh: segmentation fault aptitude why-not python2.3
ant...@ibi:~% aptitude sh
Eugene V. Lyubimkin wrote:
> Good. I'm closing this bug now then. Anyone is free to reopen in case
> of seeing this bug in latest apt versions.
Hi! I was "playing" with aptitude when found this:
$ aptitude reinstall --with-recommends `aptitude search '~i !~M' | awk
'{printf $2 FS }'`
Reading p
Approved by the FDA and proven to add inches to your manhood.
http://www.Nikastics.com/
Challenge Your Genes
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Women will not be able to keep their mouth off your rod after this.
http://www.saunfruer.com/
Jessica Alba naked and wet
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
PhallusMacroAndrea http://www.Theerteens.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
just saw your pic (its nice) if you care my messenger is [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: aptitude
Version: 0.4.10-1+b1
Severity: minor
*** Please type your report below this line ***
Some translation 'bugs' at --help.
Example:
(list of actions)
[...]
search- Cerca un paquet pel seu nom i/o expressió
mostra- Mostra informació detallada d'un paquet
clean
Welcome to cooperation!
My name is Kirstin Griffin, and I work as general staff manager in the company
"Iberis". I would like to offer you a
position of Transfer Manager in the company "Iberis".
Our company Iberis Capital Group is one of the leaders on the financial
services market
One of the
Welcome to cooperation!
My name is Kirstin Griffin, and I work as general staff manager in the company
"Iberis". I would like to offer you a
position of Transfer Manager in the company "Iberis".
Our company Iberis Capital Group is one of the leaders on the financial
services market
One of the
Package: debian-history
Version: 2.8
Severity: wishlist
In file: /usr/share/doc/debian-history/es/ch-detailed.es.html
"Debian 0.01 hasta Debian 0.90 fue publicada entre agosto y diciembre de
1996. Ian Murdock escribiM-CM-3:"
Must be:
"Debian 0.01 hasta Debian 0.90 fue publicada entre agosto y di
Package: debian-history
Version: 2.8
Severity: wishlist
In file: /usr/share/doc/debian-history/es/ch-detailed.es.html
"Debian 0.01 hasta Debian 0.90 fue publicada entre agosto y diciembre de
1996. Ian Murdock escribió:"
Must be:
"Debian 0.01 hasta Debian 0.90 fue publicada entre agosto y diciemb
En/na Antoni Villalonga i Noceras ha escrit:
> Package: darcsweb
> Version: 0.16-1
> Severity: normal
>
> I think there is a problen in the links of feed RSS. I am not sure at all,
> could be a problem in my config files.
>
> There are my config files:
> [EMAIL PROTE
csweb/extdoc" (one line only), set
# # this to True. It defaults to False.
# #autoprojurl = True
class frikibloc:
reponame = 'FrikiBLOC'
repodesc = 'Sistema gestor de continguts (CMS) per a blocs personals'
repodir = '/home/anton
rogram.
Regards
Toni
Sort
#### Antoni Bella Perez ##
# http://www.terra.es/personal7/bella5/home.htm
## Correu-e :##,
## ID de Jabber: vasten AT jabber DOT org ## i
col·laborador dels projectes:
Debian en català: http://www.debian.org/international/Catalan/
1 - 100 of 117 matches
Mail list logo