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
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/

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

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

Bug#1022781: Unable to lock an existing session

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

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 inst

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

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

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 DisplayPor

Bug#1002033: ITP: lpairs2 -- Classic memory game with nice graphics

2022-01-01 Thread Antoni Aloy Torrens
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

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#990613: (no subject)

2021-12-21 Thread Antoni Aloy Torrens
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

Bug#1002033: RFP: lpairs2 -- Classic memory game with nice graphics

2021-12-20 Thread 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

Bug#1001998: RFP: lbreakouthd -- Ball-and-paddle game with nice graphics

2021-12-19 Thread Antoni Aloy Torrens
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

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 res

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 Requ

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
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

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/ Descrip

Bug#957141: dns2tcp: ftbfs with GCC-10

2020-08-02 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 rep

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
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/

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
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

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 /usr/sbin/dbconfig-generate-

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-14 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-30 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 opens

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

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

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

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

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#930576: vim: Gdk-CRITICAL IA__gdk_drawable_get_size: assertion 'GDK_IS_DRAWABLE (drawable)' failed

2019-10-07 Thread Antoni Marcinek
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

Bug#930576: vim: Gdk-CRITICAL IA__gdk_drawable_get_size: assertion 'GDK_IS_DRAWABLE (drawable)' failed

2019-10-07 Thread Antoni Marcinek
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

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 imp

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 w

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
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/

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

2019-05-01 Thread Antoni Villalonga
(Jessie) versions 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 +0000, Antoni Villalonga wrote: > Hi, > > The bug still affects firefox 57.0-1. > > Regards > > -- > Antoni

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): https://github.com/curl/curl/com

Bug#899384: vlc: Hardware acceleration fails after upgrade to 3.0.2

2018-06-20 Thread Antoni Marcinek
ards, Antoni

Bug#899384: vlc: Hardware acceleration fails after upgrade to 3.0.2

2018-06-10 Thread Antoni Marcinek
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. > > >

Bug#899384: vlc: Hardware acceleration fails after upgrade to 3.0.2

2018-06-05 Thread Antoni Marcinek
> 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

Bug#899384: vlc: Hardware acceleration fails after upgrade to 3.0.2

2018-05-31 Thread Antoni Marcinek
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 >

Bug#899384: vlc: Hardware acceleration fails after upgrade to 3.0.2

2018-05-27 Thread Antoni Marcinek
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

Bug#899384: vlc: Hardware acceleration fails after upgrade to 3.0.2

2018-05-27 Thread Antoni Marcinek
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: >>

Bug#899384: additional possibly useful feedback from VLC developers

2018-05-25 Thread Antoni Marcinek
I asked about this on VLC forum. Please see discussion at http://forum.videolan.org/viewtopic.php?f=13&t=144411

Bug#899384: vlc: Hardware acceleration fails after upgrade to 3.0.2

2018-05-23 Thread Antoni Marcinek
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

Bug#884595: closed by Michael Biebl (Re: kernel recognizes keyboards and mice as joysticks)

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

Bug#884595: closed by Michael Biebl (Re: kernel recognizes keyboards and mice as joysticks)

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

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. Thank

Bug#884595: powermanga: Controls didn't work

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

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 ga

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

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

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
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

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: > ** > Gdk:ER

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#833930: gitk: display shot, application usability gone

2016-10-12 Thread Antoni Marcinek
user - gitk is still broken. So there is some system wide problem. Regards, Antoni

Bug#827566: qpdfview: search option 'whole words' doesn't work

2016-06-17 Thread Antoni Marcinek
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

Bug#765539: Not possible to disable SSLv3

2014-10-16 Thread Antoni Villalonga
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,

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

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

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

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

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.) Preparing

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 t

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. Reg

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 under

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

2013-02-11 Thread Antoni Villalonga
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 &&

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

2013-02-11 Thread antoni
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

Bug#652885: KDE 4.7.4 shows black screen if desktop effects are activated

2011-12-21 Thread Antoni Mirabete i Teré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

Bug#620359: background_image not show in 1.99-rc1 if gfxmode=640x480

2011-04-01 Thread Antoni Mirabete Terés
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

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 s

Bug#548120: still only loging out

2010-02-14 Thread axel antoni
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

Bug#511634: "aptitude why-not " 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 sh

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 p

Bug#89342: Life is short, bang hard

2008-03-22 Thread antoni Nightingale
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]

Bug#6714: Increaes your size and stamina today.

2008-03-21 Thread antoni vo
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]

Bug#96633: them in coffee

2008-03-20 Thread antoni marrucci
PhallusMacroAndrea http://www.Theerteens.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#82430: you look amazing

2008-03-19 Thread antoni traci
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]

Bug#462558: Catalan translation: bugs on 'aptitude --help'

2008-01-25 Thread antoni
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

Bug#160827: Unlimited (boundless) world of opportunities for you

2008-01-09 Thread antoni kenny
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

Bug#132658: Join the team of winners!

2008-01-09 Thread antoni moni
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

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 di

Bug#426602: debian-history: spanish traslation

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

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 PROTE

Bug#421050: darcsweb: Bad links in RSS

2007-04-25 Thread Antoni Villalonga i Noceras
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

Bug#417963: Update Catalan translation kdesvn-0.11.2

2007-04-05 Thread Antoni Bella
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   2   >