Bug#1009290: mariadb-server-10.6: Fails to start on live system

2023-05-31 Thread Antoni Villalonga
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/

Bug#1036816: vpnc-script doesn't run properly due to VPNPID

2023-05-26 Thread Antoni Villalonga
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 + >

Bug#1036816: vpnc-script doesn't run properly due to VPNPID

2023-05-26 Thread Antoni Villalonga
2: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/

Bug#1032419: prometheus-node-exporter-collectors: Missing dependency to 'jq'

2023-03-06 Thread Antoni Villalonga
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/

Bug#1022781: Unable to lock an existing session

2022-10-25 Thread Antoni Villalonga
ce 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/

Bug#1019392: toybox: autopkgtest regression on ppc64el: exited with signal (or returned 255)

2022-09-11 Thread Antoni Villalonga
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 installat

Bug#1019392: toybox: autopkgtest regression on ppc64el: exited with signal (or returned 255)

2022-09-09 Thread Antoni Villalonga
ation > 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/

Bug#1006557: toybox: Causes initramfs-tools trigger to fail without giving a reason

2022-02-27 Thread Antoni Villalonga
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/

Bug#1005084: linux-image-5.10.0-10-amd64: USB-c screen flickers

2022-02-06 Thread Antoni Villalonga
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

Bug#968162: ITP: toybox -- BSD-licensed Linux command line utilities

2021-12-22 Thread Antoni Villalonga
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

Bug#884718: Closing this bug (BTS maintenance for src:linux bugs)

2021-10-27 Thread Antoni Villalonga
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

Bug#968162: ITP: toybox -- BSD-licensed Linux command line utilities

2021-10-27 Thread Antoni Villalonga
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

Bug#977541: ffmpeg: Invalid MXF generation

2020-12-16 Thread Antoni Villalonga
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

Bug#971393: mbedtls: New upstream version (2.24.0) with TLS 1.3 support

2020-09-29 Thread Antoni Villalonga
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,

Bug#957859: t4kcommon: ftbfs with GCC-10

2020-08-31 Thread Antoni Villalonga
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

Bug#969130: libruby2.7: ENOENT error crash some ruby scripts

2020-08-27 Thread Antoni Villalonga
to "important". Following inline patch fixes the issue. ---- From: Antoni Villalonga Date: Fri, 28 Aug 2020 02:09:42 +0200 Subject: Rescue getcwd ENOENT error Forwarded: not-needed Upstream-Author: David Rodríguez Rescue ENOENT error allowing run ruby scripts when cwd does not exis

Bug#968162: ITP: toybox -- BSD-licensed Linux command line utilities

2020-08-09 Thread Antoni Villalonga
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

Bug#961903: prusa-slicer: Unwanted background connections to http://files.prusa3d.com/

2020-08-08 Thread Antoni Villalonga
-- 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

Bug#957710: ftbfs with GCC-10

2020-08-05 Thread Antoni Villalonga
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/ Description: Fix ftbfs

Bug#957141: dns2tcp: ftbfs with GCC-10

2020-08-03 Thread Antoni Villalonga
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

Bug#966627: git-buildpackage: "gbp pull" ambiguous refname

2020-07-31 Thread Antoni Villalonga
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

Bug#937232: Status of paleomix (Was: Please list your contributions to COVID-19 sprint as intput for my DebConf20 talk)

2020-07-30 Thread Antoni Villalonga
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/

Bug#936503: Anybody volunteering to try to save falcon in Debian (Was: Bug#936503: falcon: Python2 removal in sid/bullseye)

2020-07-23 Thread Antoni Villalonga
s/falcon3 > * https://github.com/PacificBiosciences/falcon_unzip3 Yeah! :) PS: I can see they also updated that repo yesterday (related software?): https://github.com/PacificBiosciences/pbbam -- Antoni Villalonga https://friki.cat/

Bug#965219: dbconfig-common: Write file error (wrong owner)

2020-07-17 Thread Antoni Villalonga
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

Bug#963204: ITP: gindex -- Gapped-spaced index with minimizer support

2020-06-20 Thread Antoni Villalonga
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

Bug#963052: ITP: pairtools -- Framework to process sequencing data from a Hi-C experiment

2020-06-18 Thread Antoni Villalonga
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

Bug#963051: ITP: vt -- toolset for short variant discovery in genetic sequence data

2020-06-18 Thread Antoni Villalonga
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

Bug#963050: ITP: vt -- Tool set for short variant discovery in genetic sequence data

2020-06-18 Thread Antoni Villalonga
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

Bug#936503: Anybody volunteering to try to save falcon in Debian (Was: Bug#936503: falcon: Python2 removal in sid/bullseye)

2020-06-15 Thread Antoni Villalonga
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/

Bug#961903: prusa-slicer: Unwanted background connections to http://files.prusa3d.com/

2020-05-31 Thread Antoni Villalonga
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

Bug#958840: kmer: autopkgtest regression: No module named 'localAlignerInterface'

2020-05-17 Thread Antoni Villalonga
esting for the same reason. > > > > Salsa and other hosts seem to be back now. > > > > > It worked fine for sid some days ago. > > > > Kind regards and thanks a lot for your contribution > > > > Andreas. > > > > -- > > http://fam-tille.de > > > > ___ > > Debian-med-packaging mailing list > > debian-med-packag...@alioth-lists.debian.net > > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-packaging > > -- > http://fam-tille.de -- Antoni Villalonga https://friki.cat/

Bug#958840: kmer: autopkgtest regression: No module named 'localAlignerInterface'

2020-04-28 Thread Antoni Villalonga
itlocalAlignerInterface() { - Py_InitModule("localAlignerInterface", registration_table); +void PyInit_localAlignerInterface() { + PyModule_Create(); } Sorry I can't access salsa due to a maintenance, also can't test autopkgtest for testing for the same reason. It worked fine for sid some days ago. Regards, -- Antoni Villalonga https://friki.cat/

Bug#944754: curl: Version in buster has accidental debug output

2020-01-13 Thread Antoni Villalonga
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?

Bug#947731: dns2tcp: Man pages references

2019-12-29 Thread Antoni Villalonga
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,

Bug#470928: Use dnsserver from /etc/resolv.conf when none specified

2019-12-29 Thread Antoni Villalonga
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,

Bug#943833: [src:x11vnc] Drop bundled libvncserver/libvncclient

2019-11-03 Thread Antoni Villalonga
> 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/

Bug#941781: konversation: Search "next" and "previous" buttons functionalities interchanged

2019-10-05 Thread Antoni Villalonga
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,

Bug#940519: curl: Enable support for http3 protocol

2019-09-16 Thread Antoni Villalonga
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

Bug#898284: reprotest: "unshare: unshare failed: Operation non permise"

2019-08-14 Thread Antoni Villalonga
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

Bug#932565: brightnessctl: Wrong return code when using "-q"

2019-07-20 Thread Antoni Villalonga
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

Bug#670585: "ok hat location is writable"

2019-05-02 Thread Antoni Villalonga
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/

Bug#642401: [xmonad] lockup when starting gvim in terminal

2019-05-01 Thread Antoni Villalonga
ns without problems. Thanks, -- Antoni Villalonga http://friki.cat/

Bug#866089: Acknowledgement (firefox-esr: Double-click on tab-bar crashes Firefox on Linux)

2019-01-18 Thread Antoni Villalonga
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 +, Antoni Villalonga wrote: > Hi, > > The bug still affects firefox 57.0-1. > > Regards > > -- > Antoni Villa

Bug#914793: libcurl4-openssl-dev: Unexpected timeouts

2018-11-27 Thread Antoni Villalonga
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 &

Bug#914793: libcurl4-openssl-dev: Unexpected timeouts

2018-11-27 Thread Antoni Villalonga
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):

Bug#884595: closed by Michael Biebl <bi...@debian.org> (Re: kernel recognizes keyboards and mice as joysticks)

2017-12-18 Thread Antoni Villalonga
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 Bug Tracki

Bug#884595: closed by Michael Biebl <bi...@debian.org> (Re: kernel recognizes keyboards and mice as joysticks)

2017-12-18 Thread Antoni Villalonga
Michael Biebl <bi...@debian.org> > To: Markus Koschany <a...@debian.org> > Cc: 884595-d...@bugs.debian.org, Antoni Villalonga <ant...@friki.cat>, > cont...@bugs.debian.org > Subject: Re: kernel recognizes keyboards and mice as joysticks > > Am 18.12

Bug#884595: powermanga: Controls didn't work

2017-12-17 Thread Antoni Villalonga
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. Thanks!

Bug#884595: powermanga: Controls didn't work

2017-12-17 Thread Antoni Villalonga
2:35:10PM +, Antoni Villalonga wrote: > 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: imp

Bug#884595: powermanga: Controls didn't work

2017-12-17 Thread Antoni Villalonga
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. >

Bug#884595: powermanga: Controls didn't work

2017-12-17 Thread Antoni Villalonga
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

Bug#735110: kradio4: Crash on (specific) internet radio connection

2017-11-27 Thread Antoni Villalonga
s 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/

Bug#866089: Acknowledgement (firefox-esr: Double-click on tab-bar crashes Firefox on Linux)

2017-11-27 Thread Antoni Villalonga
Hi, The bug still affects firefox 57.0-1. Regards -- Antoni Villalonga http://friki.cat/

Bug#882598: libavutil55: segfault after upgrade

2017-11-27 Thread Antoni Villalonga
7:3.4-3 After upgrading all packages to 7:3.4-4 it works fine. Thanks for your time! -- Antoni Villalonga http://friki.cat/

Bug#882598: libavutil55: segfault after upgrade

2017-11-24 Thread Antoni Villalonga
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

Bug#866089: firefox-esr: Double-click on tab-bar crashes Firefox on Linux

2017-06-27 Thread Antoni Villalonga
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: > ** >

Bug#864955: live-boot: Non ASCII chars aren't displayed correctly

2017-06-17 Thread Antoni Villalonga
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

Bug#765539: Not possible to disable SSLv3

2014-10-16 Thread Antoni Villalonga
'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, Err501, Err503, MaxRequest, HeadRemove

Bug#757740: libkeyutils1: Cannot allocate memory while decompressing [mips]

2014-08-13 Thread Antoni Villalonga
, if absent of a good rationale. I allocated 32MB successfully. But lzma dies this way: % echo hello hello % /usr/bin/xz --format=lzma hello % /usr/bin/xz: hello: Cannot allocate memory Do you think it is normal that lzma needs more than 32MB? It works on a bigger amd64 machine. Regards -- Antoni

Bug#757740: libkeyutils1: Cannot allocate memory while decompressing [mips]

2014-08-11 Thread Antoni Villalonga
have a work arround to fix my system's low memory problem repacking all needed packages (easily scriptable), so a 'wontfix' close will be fine to me. Thanks again and sorry for wasting your time Regards, -- Antoni Villalonga -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#757740: libkeyutils1: Cannot allocate memory while decompressing [mips]

2014-08-10 Thread Antoni Villalonga
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.)

Bug#741956: php-apc: include filename empty string (on apc.stat=0)

2014-03-17 Thread Antoni Villalonga
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

Bug#735110: kradio4: Crash on (specific) internet radio connection

2014-01-12 Thread Antoni Villalonga
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.

Bug#702041: ffproxy: segfaults writing to syslog under certain configuration

2013-03-01 Thread Antoni Villalonga
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

Bug#700342: postfix-policyd: Fatal cleanup error: didn't find priority 'LOG_IFOO', exiting (BugFix)

2013-02-11 Thread Antoni Villalonga
*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 isspace (*p)) -- Antoni Villalonga

Bug#546931: Again in 0.7~alpha3

2010-07-27 Thread Antoni Villalonga
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

Bug#511634: aptitude why-not not a real package segfaults

2009-01-12 Thread Antoni Villalonga i Noceras
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

Bug#353290: apt-errors in lenny/testing

2009-01-06 Thread Antoni Villalonga i Noceras
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

Bug#426603: debian-history: spanish traslation

2007-05-29 Thread Antoni Villalonga i Noceras
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

Bug#421050: darcsweb: Bad links in RSS

2007-04-26 Thread Antoni Villalonga
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 PROTECTED]:~$ tail /etc/darcsweb/config.py

Bug#421050: darcsweb: Bad links in RSS

2007-04-25 Thread Antoni Villalonga i Noceras
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 PROTECTED]:~$ tail /etc/darcsweb/config.py # # file named

Bug#403986: akregator: Akregator crashes on POST

2006-12-21 Thread Antoni Villalonga
En/na Antoni Villalonga ha escrit: Package: akregator Version: 4:3.5.5.dfsg.1-4 Severity: normal Akregator crashes every time I send a comment in a blog :-( I can reproduce it: $ cat comment.html form action=http://localhost/comment2.html; method=postinput type=submit//form $ cat

Bug#403986: akregator: Akregator crashes on POST

2006-12-20 Thread Antoni Villalonga
Package: akregator Version: 4:3.5.5.dfsg.1-4 Severity: normal Akregator crashes every time I send a comment in a blog :-( I can reproduce it: $ cat comment.html form action=http://localhost/comment2.html; method=postinput type=submit//form $ cat comment2.html htmlok/html I link

Bug#397904: [php-maint] Bug#397625: me too

2006-11-11 Thread Antoni Villalonga
En/na sean finney ha escrit: On Fri, 2006-11-10 at 14:37 +0100, Antoni Villalonga wrote: I'm using mysql from debian experimental :S hmm... it's possible that there are unpublished ABI differences between unstable-experimental libmysqlclient, as mysql every now and then accidentally

Bug#397625: me too

2006-11-10 Thread Antoni Villalonga
Hi! I forget to say I'm using update packages (5.2.0-2 not 5.2.0-1). I think it's not fixed at all. Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#397625: [php-maint] Bug#397625: me too

2006-11-10 Thread Antoni Villalonga
En/na Ondřej Surý ha escrit: Could you do grep mysql /etc/php5/apache2/php.ini and dpkg -l php5-mysql and send us output? Ondrej Here is: [EMAIL PROTECTED]:/tmp$ grep mysql /etc/php5/apache2/php.ini extension=mysql.so mysql.allow_persistent = On mysql.max_persistent = -1

Bug#397625: [php-maint] Bug#397625: me too

2006-11-10 Thread Antoni Villalonga
En/na Ondřej Surý ha escrit: mysql.allow_persistent = On Could you please disable persistent connections and try if it still crashes? Memory handling is bit different for persistent and non-persistent connections. Ondrej Crashing again. -- Antoni Villalonga Noceras

Bug#397904: [php-maint] Bug#397625: me too

2006-11-10 Thread Antoni Villalonga
if mysql is the problem... I'll downgrade mysql to sid and php5 to 5.1.6 and mail you again. Bye!! -- Antoni Villalonga Noceras -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#397904: [php-maint] Bug#397625: me too

2006-11-10 Thread Antoni Villalonga
En/na sean finney ha escrit: On Fri, 2006-11-10 at 14:37 +0100, Antoni Villalonga wrote: I'm using mysql from debian experimental :S hmm... it's possible that there are unpublished ABI differences between unstable-experimental libmysqlclient, as mysql every now and then accidentally

Bug#397625: me too

2006-11-09 Thread Antoni Villalonga
the file, it start to work, even if I revert the script to this version. When I restart apache2 it start to segfault again. -- Antoni Villalonga Noceras http://friki.cat test_mini.php.gz Description: application/gzip

Bug#369948: proftpd: Don't close unallowed connections after reboot

2006-06-02 Thread Antoni Villalonga i Noceras
Package: proftpd Version: 1.2.10-15sarge1.0.1 Severity: normal I don't know if it's a bug or a feature. For example: Connect to the ftp server with a user and password (don't close connection). Add the user to /etc/ftpusers Restart, reload or stop the server using /etc/init.d/proftpd

Bug#369310: Solved

2006-05-28 Thread Antoni Villalonga
Hi Gordon. I solve it removing '# ' at line 9 from 'miscfiles.templates'. Bye. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#369175: kpowersave: Fails to connect to powersaved

2006-05-27 Thread Antoni Villalonga
Package: kpowersave Version: 0.6.1-1 Severity: normal After start kpowersave I recive the warning message: The powersave daemon is not running. Starting it will improve permormance: /etc/init.d/powersaved start. But it's already started: $ ps -ef | grep powersaved root 13664 1 0 01:15 ?

Bug#369175: kpowersave: Fails to connect to powersaved

2006-05-27 Thread Antoni Villalonga
Michael Biebl wrote: Antoni Villalonga schrieb: Package: kpowersave Version: 0.6.1-1 Severity: normal After start kpowersave I recive the warning message: The powersave daemon is not running. Starting it will improve permormance: /etc/init.d/powersaved start. But it's already started