[Bug 2058799] Re: a2jmidid doesn't handle midi interfaces with two or more identical port names correctly and fails to expose them

2024-03-26 Thread Reinaert Albrecht
That's alright with me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2058799 Title: a2jmidid doesn't handle midi interfaces with two or more identical port names correctly and fails to expose

[Bug 2058799] Re: a2jmidid doesn't handle midi interfaces with two or more identical port names correctly and fails to expose them

2024-03-26 Thread Reinaert Albrecht
Ok, there is also this reply to consider from the developers of a2jmidid: https://github.com/jackaudio/a2jmidid/issues/25#issuecomment-2019233806 Maybe we should hold back? ** Bug watch added: github.com/jackaudio/a2jmidid/issues #25 https://github.com/jackaudio/a2jmidid/issues/25 -- You

[Bug 2058799] Re: a2jmidid doesn't handle midi interfaces with two or more identical port names correctly and fails to expose them

2024-03-25 Thread Reinaert Albrecht
Hi, thanks! You need a device that exposes two separate midi ports in ALSA and apparently a post 5.11 kernel as ALSA changed the way they name the ports in that case. The only device that I know of that exposes two ports is my M-Audio Keystation 88 MK3. I'm on 22.04 so I can only test on that one.

[Bug 2058799] Re: a2jmidid doesn't handle midi interfaces with two or more identical port names correctly and fails to expose them

2024-03-25 Thread Reinaert Albrecht
Ok, I filed a bug report with Debian. Hope it gets through. ** Bug watch added: Debian Bug tracker #1067662 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067662 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2058799] Re: a2jmidid doesn't handle midi interfaces with two or more identical port names correctly and fails to expose them

2024-03-25 Thread Reinaert Albrecht
Filed as bug 1067662 in https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=1067662 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2058799 Title: a2jmidid doesn't handle midi interfaces with two or

[Bug 2058799] [NEW] a2jmidid doesn't handle midi interfaces with two or more identical port names correctly and fails to expose them

2024-03-23 Thread Reinaert Albrecht
Public bug reported: This issue has been solved in 2019 in a2jmidid: https://github.com/jackaudio/a2jmidid/pull/5 It's been described in various places: https://linuxmusicians.com/viewtopic.php?t=24822 Could you please include this in the packages? It basically boils down to this four letter

[Bug 329199] Re: Slow swapin speeds after resume from disk

2015-07-15 Thread Reinaert Albrecht
In my experience this is solved by changing the swappiness value. Usually it is left at 60. It should be 10 or 15: cat /proc/sys/vm/swappiness You can change it on the fly with sudo bash -c echo -e 10 /proc/sys/vm/swappiness and make it stick with sudo bash -c echo 'vm.swappiness = 15'

[Bug 1364630] Re: init: Error while reading from descriptor: Broken pipe

2015-04-29 Thread Reinaert Albrecht
This bug still occurs with nvidia-graphics-drivers-304 as with nvidia- graphics-drivers-304-updates and nvidia-graphics-drivers-331. It's not visible though and you have to do a 'cat /var/log/syslog|grep pipe' to see it. -- You received this bug notification because you are a member of Ubuntu

[Bug 1376154] Re: data grid not displaying resultset is blank

2014-11-26 Thread Reinaert Albrecht
This version (6.1.7+dfsg-1ubuntu1) of the package solves the bug for me. Thanks! ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1156398] Re: scp-dbus-service creates 100s of thousands symlinks to the ppd-file in /tmp untill the root filesystem runs out of inodes everytime I print something

2014-11-21 Thread Reinaert Albrecht
For those that need to clean up after this bug, I found this command to delete files quickly quite useful. Don't run this as root though, you could wreck your installation if you do. In this case most of the files can be deleted from the user account: ionice perl -e 'for(*){((stat)[9](unlink))}'

[Bug 1156398] Re: scp-dbus-service creates 100s of thousands symlinks to the ppd-file in /tmp untill the root filesystem runs out of inodes everytime I print something

2014-11-21 Thread Reinaert Albrecht
I installed system-config-printer- udev_1.5.1+20141010-0ubuntu2.1_amd64.deb and rebooted the system but I still have this bug. For me it's not solved. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1156398] Re: scp-dbus-service creates 100s of thousands symlinks to the ppd-file in /tmp untill the root filesystem runs out of inodes everytime I print something

2014-11-21 Thread Reinaert Albrecht
Unfortunately launchpad doesn't allow you to reedit messages. I should add that the perl command stated above should be executed in the /tmp directory NOT in any other directory unless you're willing to lose a lot of files. -- You received this bug notification because you are a member of Ubuntu

[Bug 1072221] Re: ELinks built without lua support

2014-06-09 Thread reinaert albrecht
I've been using the debian package for a while which has fixed this issue but since it wasn't built for ubuntu it crashes from time to time. Could someone put the update from debian through to ubuntu? -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1072221] Re: ELinks built without lua support

2014-06-09 Thread reinaert albrecht
I've been using the debian package for a while which has fixed this issue but since it wasn't built for ubuntu it crashes from time to time. Could someone put the update from debian through to ubuntu? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1072221] Re: ELinks built without lua support

2014-04-21 Thread reinaert albrecht
It would seem that upstream has fixed this. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to elinks in Ubuntu. https://bugs.launchpad.net/bugs/1072221 Title: ELinks built without lua support To manage notifications about this bug go

[Bug 1072221] Re: ELinks built without lua support

2014-04-21 Thread reinaert albrecht
It would seem that upstream has fixed this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1072221 Title: ELinks built without lua support To manage notifications about this bug go to:

[Bug 1072221] Re: ELinks built without lua support

2014-03-17 Thread reinaert albrecht
Since upstream seems to take ages to incorporate it, I'll post the simple patch to fix this bug here as well. ** Attachment added: Patch to fix lua compilation https://bugs.launchpad.net/ubuntu/+source/elinks/+bug/1072221/+attachment/4028488/+files/patch.txt -- You received this bug

[Bug 1072221] Re: ELinks built without lua support

2014-03-17 Thread reinaert albrecht
Since upstream seems to take ages to incorporate it, I'll post the simple patch to fix this bug here as well. ** Attachment added: Patch to fix lua compilation https://bugs.launchpad.net/ubuntu/+source/elinks/+bug/1072221/+attachment/4028488/+files/patch.txt -- You received this bug

[Bug 1287026] [NEW] This package is missing the HanaMinPlus font

2014-03-02 Thread reinaert albrecht
Public bug reported: This packages is missing the HanaMinPlus font which provides extra glyphs. ** Affects: fonts-hanazono (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 828756] Re: getting connection is untrusted warnings

2012-05-22 Thread reinaert albrecht
libfolks25: Installed: 0.6.8-2 Candidate: 0.6.8-2 Version table: *** 0.6.8-2 0 500 http://be.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages 100 /var/lib/dpkg/status telepathy-gabble: Installed: 0.16.0-0ubuntu1 Candidate: 0.16.0-0ubuntu1 Version table: ***

[Bug 627678] Re: [maverick] kernel BUG at /build/buildd/linux-2.6.35/drivers/gpu/drm/i915/i915_gem.c:4197!

2010-11-24 Thread reinaert albrecht
I have the same problem and it has begun affecting me quite recently on an almost daily basis. Switching between to open Xorg-sessions seems to cause the bug and hangs the Xorg where one is trying to switch to. I can log in with ssh so the system is still accessible but keyboard and mouse are

[Bug 564581] [NEW] Conversion problems

2010-04-16 Thread reinaert albrecht
Public bug reported: On some characters the conversion fails. This is due to a problem either in libeb-ruby or libeb. To reproduce the problem see the attached script. This causes problems in other packages like fantasdic. ProblemType: Bug Architecture: amd64 Date: Fri Apr 16 12:23:02 2010

[Bug 564581] Re: Conversion problems

2010-04-16 Thread reinaert albrecht
** Attachment added: eb.rb http://launchpadlibrarian.net/44412783/eb.rb ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/44412656/Dependencies.txt ** Attachment added: XsessionErrors.txt http://launchpadlibrarian.net/44412657/XsessionErrors.txt -- Conversion