[Bug 2062535] Re: zip fails when filenames contain unicode characters

2024-05-28 Thread Ferdinand Haider
Same as Bug #2066991 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062535 Title: zip fails when filenames contain unicode characters To manage notifications about this bug go to:

[Bug 2066991] Re: zip in ubuntu 24.04 getting buffer overflow if right single quote mark present

2024-05-28 Thread Ferdinand Haider
I have the same problem (I suppose) on kubuntu 24.04/wayland, if the filenames contain german Umlaut (äöü). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2066991 Title: zip in ubuntu 24.04 getting

[Bug 1930745] Re: AT Translated Set 2 keyboard locks up seemingly randomly, infinitely repeating last pressed key

2024-04-10 Thread Ferdinand Bachmann
I have encountered this issue as well, notably on Lenovo ThinkPad L15 Gen 2 (AMD) and L15 Gen 4 (Intel) devices. What also helps is unloading and then reloading the `atkbd` kernel driver. The issue has also been reproduced by a number of Arch Linux users on L14 and L15 hardware of various

[Bug 1832182] Re: systemd unable to detect running apache if invoked via "apache2ctl graceful"

2021-10-14 Thread Matthias Ferdinand
another hack around this mess: apache2ctl -k graceful (note the "-k") this leads to the script not matching on "graceful", going to the "*" case instead and passing the arguments to /usr/sbin/apache2, bypassing any systemctl invocation. Actually this is what I usually type, but not all of

[Bug 1832182] Re: systemd unable to detect running apache if invoked via "apache2ctl graceful"

2021-10-13 Thread Matthias Ferdinand
I am in the same boat as Vegar Nilsen. Not being able to do a graceful apache restart is a bummer. Not an expert in systemd affairs, but if systemd is unable to track PIDs of services it started, doesn't that make it a bug in systemd (or the apache unit file)? apache2 is run in cgroup

[Bug 1936963] [NEW] focal: conntrack (1.4.5) does not filter -L output with -f (family) argument

2021-07-20 Thread Matthias Ferdinand
s Matthias Ferdinand -- root@ninio:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 20.04.2 LTS Release:20.04 Codename: focal root@ninio:~# traceroute -n 2a02:2e0:3fe:1001:302:: traceroute t

[Bug 1907932] [NEW] irqtop emits a warning

2020-12-12 Thread Ferdinand Postema
Public bug reported: irqtop emits the following warning: /usr/bin/irqtop:545: warning: rb_safe_level will be removed in Ruby 3.0 This warning clutters the whole screen and makes irqtop unusable. My config: Kernel: 5.4.0-58-lowlatency #64-Ubuntu SMP PREEMPT x86_64 GNU/Linux irqtop:

[Bug 1876157] Re: Memtest86+ in Ubuntu 20.04 doesn't work, switch to Coreboot branch or package new release v5.31b is available since 12/04/2020

2020-08-05 Thread Matthias Ferdinand
Installed binary package memtest86+ from Debian Stable (memtest86+_5.01-3.1_amd64.deb) in the Ubuntu 20.04 installation, that version runs fine on all my systems where the Focal Fossa version hangs. No source code changes between these versions, just differences in the generated grub menu entries

[Bug 1890344] Re: memtest86+ hangs after few seconds

2020-08-05 Thread Matthias Ferdinand
*** This bug is a duplicate of bug 1876157 *** https://bugs.launchpad.net/bugs/1876157 ** This bug has been marked a duplicate of bug 1876157 Memtest86+ in Ubuntu 20.04 doesn't work, switch to Coreboot branch or package new release v5.31b is available since 12/04/2020 -- You received

[Bug 1890344] Re: memtest86+ hangs after few seconds

2020-08-04 Thread Matthias Ferdinand
I mean no source code changes between these _versions_ (i.e. Ubuntu vs. Debian) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1890344 Title: memtest86+ hangs after few seconds To manage

[Bug 1890344] [NEW] memtest86+ hangs after few seconds

2020-08-04 Thread Matthias Ferdinand
Public bug reported: Ubuntu 20.04 Focal Fossa (5.01-3.1ubuntu1 as well as 5.01-3.1ubuntu3) memtest86+ runs for a few seconds (2-20secs), then hangs same effect on two different Xeon Systems and an old Intel Core2. Installed binary package memtest86+ from Debian Stable

[Bug 1881668] Re: qemu-guest-agent shutdown never reached - hangs

2020-06-04 Thread Matthias Ferdinand
Hi, using qemu-guest-agent from the given ppa, I did not get a single hang in 30 tries. Re-installed the version from the Ubuntu focal repo, and I am back to # hangs: 10, success: 25 Host VG /dev/k2/is quite stacked, perhaps making it easier to run into some race condition: lvm on luks on

[Bug 1881668] Re: qemu-guest-agent asserts on shutdown, shutdown never reached

2020-06-02 Thread Matthias Ferdinand
and here is the libvirt xml for the VM ** Attachment added: "cvs.xml" https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1881668/+attachment/5379822/+files/cvs.xml -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1881668] Re: qemu-guest-agent asserts on shutdown, shutdown never reached

2020-06-02 Thread Matthias Ferdinand
Hi, thanks for looking into this. Apparently it is some race condition, but not a true heisenbug. I scripted vm start and shutdown (script attached), and I get a hang in about 1/3 of the cases. Note: the script uses /usr/bin/retry from the package "retry". ** Attachment added:

[Bug 1881668] [NEW] qemu-guest-agent asserts on shutdown, shutdown never reached

2020-06-01 Thread Matthias Ferdinand
Public bug reported: ( probably the same as https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=951781 ) package qemu-guest-agent 1:4.2-3ubuntu6.1, Ubuntu 20.04 When initiating a VM shutdown via virt-manager menu using Virtual Machine / Shutdown / Shutdown, qemu-guest-agent inside the VM hits an

[Bug 1879738] Re: IPv6 reverse lookup broken (possibly by glibc-2.30.patch)

2020-05-25 Thread Matthias Ferdinand
Hi, please find attached patch for debian/configure.ac. It removes the test for getaddrinfo() (not used in sendmail), and adds a test for gethostbyname2(), adding -DHAS_GETHOSTBYNNAME2=1 to sm_envdef when found. Regards Matthias Ferdinand ** Patch added: "configure.ac snippet to

[Bug 1879738] [NEW] IPv6 reverse lookup broken (possibly by glibc-2.30.patch)

2020-05-20 Thread Matthias Ferdinand
Public bug reported: On Ubuntu 20.04 with glibc-2.31, sendmail fails to verify IPv6 client addresses (reverse-then-forward-lookup) and refuses to accept incoming mail: May 20 16:42:50 mx sm-mta[161617]: ruleset=check_relay, arg1=[IPv6:2a04:6c0:0:0:0:0:bad:0], arg2=IPv6:2a04:6c0:0:0:0:0:bad:0,

[Bug 1576559] Re: Refused to switch profile to headset_head_unit: Not connected

2020-05-01 Thread Ferdinand Kasper
Same here, cannot switch profile to HSP/HFP for Soundcore Life P2 on an ThinkPad T430s: Device E8:07:BF:9B:23:D2 (public) Name: Soundcore Life P2 Alias: Soundcore Life P2 Class: 0x00240404 Icon: audio-card Paired: yes Trusted: yes Blocked: no Connected: yes LegacyPairing: no UUID: Serial Port

[Bug 1635824] Re: r8168-dkms 8.041.00-1: r8168 kernel module failed to build [error: ‘NETIF_F_ALL_CSUM’ undeclared]

2019-03-14 Thread Ferdinand
** Information type changed from Public to Public Security -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635824 Title: r8168-dkms 8.041.00-1: r8168 kernel module failed to build [error:

[Bug 1754949] Re: gnome-shell crashed with SIGSEGV in meta_gpu_kms_apply_crtc_mode() from meta_renderer_native_finish_frame()

2018-07-26 Thread Ferdinand Prantl
I haven't seen this crash, since I disabled Wayland in /etc/gdm3/custom.conf: [daemon] # Uncoment the line below to force the login screen to use Xorg WaylandEnable=false -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1779453] Re: page border rendering issue

2018-06-30 Thread Ferdinand
Version: 6.0.4.2 Build ID: 1:6.0.4~rc2-0ubuntu0.18.04.1 CPU threads: 8; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: en-US (en_US.UTF-8); Calc: group ** Attachment added: "this is the writer file"

[Bug 1779453] [NEW] page border rendering issue

2018-06-30 Thread Ferdinand
Public bug reported: bottom left corner is "emtpy" instead of black ** Affects: libreoffice (Ubuntu) Importance: Undecided Status: New ** Attachment added: "lines not connected correctly renderd"

[Bug 1620628] Re: Only get a grey window

2017-12-20 Thread Ferdinand Prantl
@dino99, are you planning to backport the fix to the Ubuntu 17.10 repository? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1620628 Title: Only get a grey window To manage notifications about this

[Bug 1620628] Re: Only get a grey window

2017-12-20 Thread Ferdinand Prantl
I can confirm, that this problem occured with the version of unetbootin (608-1) distributed with Ubuntu 17.10 as of today. Installing the latest unetbootin (657-1) from ppa:gezakovacs/ppa fixed the problem. $ apt policy unetbootin unetbootin: Installed: 657-1~artful1 Candidate: 657-1~artful1

Re: [Bug 1620407] Re: vm startup broken when interface definition has script tag

2017-02-16 Thread Matthias Ferdinand
On Tue, Feb 14, 2017 at 07:52:09AM -, ChristianEhrhardt wrote: > @mf+ubuntu1 - could you test proposed for us in your setup? Sorry for the delay, I was held back by $VIRUS (the bio variant). Tested on our machine, and it solves the problem. Thank you very much for working on this. Matthias

Re: [Bug 1620407] Re: vm startup broken when interface definition has script tag

2017-02-02 Thread Matthias Ferdinand
On Thu, Feb 02, 2017 at 05:36:33PM -, ChristianEhrhardt wrote: > By parsing through changes my gut feeling expects: > 9c17d665fdc5f "autocreate tap device for ethernet network type" Sounds very interesting, might even remove the need for the separate daemon we run for interface creation.

Re: [Bug 1620407] Re: vm startup broken when interface definition has script tag

2017-01-13 Thread Matthias Ferdinand
On Fri, Jan 13, 2017 at 04:40:55AM -, ChristianEhrhardt wrote: > Yet I wonder since newer libvirt works (see my experiments before) they > seem to have fixed that "a different way". > I'd pretty much prefer to fix it by backporting that if applicable. > > Do you, based on your work on this,

Re: [Bug 1620407] Re: vm startup broken when interface definition has script tag

2017-01-12 Thread Matthias Ferdinand
On Thu, Jan 12, 2017 at 01:25:28PM -, ChristianEhrhardt wrote: > On libvirt 1.3 I got: > error: Failed to start domain testguest-X-on-X > error: Unable to get index for interface mf_testet: No such device on xenial, that is the exact error message we get, while on "precise" kvm hosts (libvirt

[Bug 1643324] [NEW] package xrdp (not installed) failed to install/upgrade: podproces instalovaný post-installation skript vrátil chybový status 1

2016-11-20 Thread Ferdinand Prantl
Public bug reported: I upgraded from 15.04 (EOL) to 15.10, then to 16.04 and then to 16.10. ProblemType: Package DistroRelease: Ubuntu 16.10 Package: xrdp (not installed) ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1 Uname: Linux 4.8.0-27-generic x86_64 ApportVersion: 2.20.3-0ubuntu8

[Bug 1620407] [NEW] vm startup broken when interface definition has script tag

2016-09-05 Thread Matthias Ferdinand
Public bug reported: Ubuntu 16.04.1 LTS (amd64) libvirt-bin 1.3.1-1ubuntu10.1 We use external scripts to setup tap interfaces, e.g. Starting the VM throws an error message ("interface not found" or something like that). IIUC, the script invocation

[Bug 1394403] Re: RewriteRule of "^$" is broken

2016-08-15 Thread Matthias Ferdinand
In case you are still interested in this, here is a "blubb" vhost definition which contains the mod_rewrite->[P] rule (as opposed to having it in .htaccess as with the "bla" vhost). The error log then will show termination after the first go-ahead with proxy request whereas the bla host will

[Bug 1394403] Re: RewriteRule of "^$" is broken

2016-08-15 Thread Matthias Ferdinand
Thanks Wesley for resuming work in this. I can confirm that your new debdiff aligns apache 2.4.7 to newer upstream releases. My original "mod_rewrite->[P] inside .htaccess" issue remains only partly fixed. But that's not your fault or Ubuntus, it appears unfixed even in upstream. With

[Bug 1481240] Re: Can't get correct location information before use other GPS apps

2016-07-14 Thread Ferdinand Thommes
With the Pro 5, the problem still exists. Last year I reviewed the MX4 and NearBy located me in the city of Gemünden, about 500 KM away from my real location in Berlin. Refreshing did not work in most cases. The Pro 5 locates me in the exact same place that the MX4 did. I have no idea why location

[Bug 1564122] Re: Please update to bugfix release shutter 0.93.1-1 (universe) from Debian testing (main)

2016-04-01 Thread Ferdinand Prantl
Could you increase the importance of this bug, please? The severity of this issue is more like "blocker" than "wish", IMHO. A couple of other bugs have been marked duplicates of his one. However, they report, that shutter *does not start at all* in xenial. When perl and shutter are installed

[Bug 1398595] Re: Working printer device communication error (5012)

2015-12-10 Thread Jules Rene-Georges Ferdinand Bertholet
** Changed in: cups (Ubuntu) Status: Expired => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1398595 Title: Working printer device communication error (5012) To manage

[Bug 1436039] Re: List of desktop environmets spills off bottom of screen when it is too long - Cannot scroll through list

2015-12-09 Thread Jules Rene-Georges Ferdinand Bertholet
** Description changed: At the logon screenwhen I boot Ubuntu (Trusty Tahr, 14.04.2 LTS), I am able to choose from multiple desktop environments by clicking the button to the right of the user name. I have many desktop environments installed, though, so this list is so long tha it spills

[Bug 1477216] Re: Have AppIndicator support plugin by default

2015-12-06 Thread Jules Rene-Georges Ferdinand Bertholet
** Bug watch added: GNOME Bug Tracker #652122 https://bugzilla.gnome.org/show_bug.cgi?id=652122 ** Also affects: gnome-shell via https://bugzilla.gnome.org/show_bug.cgi?id=652122 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member

[Bug 1514618] Re: List of desktop environments spills of bottom of screen

2015-11-10 Thread Jules Rene-Georges Ferdinand Bertholet
** Description changed: Ubuntu release: 15.04 Vivid Vervet gdm version: 3.14.1-0ubuntu3 + Bug report in GNOME Bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=757914 I have a large number of desktop environments installed, so many that the list of desktop environments in gdm

[Bug 1514618] [NEW] List of desktop environments spills of bottom of screen

2015-11-09 Thread Jules Rene-Georges Ferdinand Bertholet
Public bug reported: Ubuntu release: 15.04 Vivid Vervet gdm version: 3.14.1-0ubuntu3 I have a large number of desktop environments installed, so many that the list of desktop environments in gdm spills off the bottom of the screen. This prevents me from accessing some of my desktop

[Bug 1514618] Re: List of desktop environments spills of bottom of screen

2015-11-09 Thread Jules Rene-Georges Ferdinand Bertholet
** Description changed: Ubuntu release: 15.04 Vivid Vervet gdm version: 3.14.1-0ubuntu3 - - I have a large number of desktop environments installed, so many that the list of desktop environments in gdm spills off the bottom of the screen. This prevents me from accessing some of my

[Bug 1394403] Re: RewriteRule of "^$" is broken

2015-09-24 Thread Matthias Ferdinand
Hi, apparently only part of the fix was included, http://svn.apache.org/viewvc?view=revision=1557641 seems to be missing. That is the part that keeps mod_dir from firing when mod_rewrite just fired. Rewrites in .htaccess are still affected after upgrade to 2.4.7-1ubuntu4.6. Matthias -- You

[Bug 1394403] Re: RewriteRule of "^$" is broken

2015-09-24 Thread Matthias Ferdinand
Hi, apparently only part of the fix was included, http://svn.apache.org/viewvc?view=revision=1557641 seems to be missing. That is the part that keeps mod_dir from firing when mod_rewrite just fired. Rewrites in .htaccess are still affected after upgrade to 2.4.7-1ubuntu4.6. Matthias -- You

[Bug 1394403] Re: RewriteRule of "^$" is broken

2015-09-24 Thread Matthias Ferdinand
To reproduce (s. attachment): vhost bla.conf (requires a2enmod proxy_http) enables RewriteEngine/RewriteLogging and Proxy DocumentRoot /var/www/bla /var/www/bla/.htaccess: RewriteRule ^(.*)$ http://10.110.110.29/$1 [P] no other files in /var/www/bla/ request / (as in attached

[Bug 1394403] Re: RewriteRule of "^$" is broken

2015-09-24 Thread Matthias Ferdinand
To reproduce (s. attachment): vhost bla.conf (requires a2enmod proxy_http) enables RewriteEngine/RewriteLogging and Proxy DocumentRoot /var/www/bla /var/www/bla/.htaccess: RewriteRule ^(.*)$ http://10.110.110.29/$1 [P] no other files in /var/www/bla/ request / (as in attached

[Bug 1471497] [NEW] download from softwarecentrum is slow or canceled. speedtest truth firefox is good. package chkrootkit (not installed) failed to install/upgrade: package chkrootkit is already inst

2015-07-04 Thread ferdinand
Public bug reported: i used this cd 5 times no problem. the last two times it was bad. i cleaned the cd so that is not it. the only thing i can think of is somewhere during the install i got the option for updates during install. plus one i think for a cd player mp3 . i said yes to the cd mp3

[Bug 1390628] Re: Mouse pointer invisible after upgrade to Ubuntu 14.10 and 15.04

2015-05-31 Thread Ferdinand Prantl
I can confirm it: upgraded from 14.04 to 14.10 - no problem. Then 14.10 to 15.04 and reboot. Mouse pointer not visible. Reboot and moving the mouse while logging in - mouse pointer appeared and stayed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1436039] Re: List of desktop environmets spills off bottom of screen when it is too long - Cannot scroll through list

2015-03-27 Thread Jules Rene-Georges Ferdinand Bertholet
** Description changed: At the logon screenwhen I boot Ubuntu (Trusty Tahr, 14.04.2 LTS), I am able to choose from multiple desktop environments by clicking the button to the right of the user name. I have many desktop environments installed, though, so this list is so long tha it spills

[Bug 1436039] Re: List of desktop environmets spills off bottom of screen when it is too long - Cannot scroll through list

2015-03-27 Thread Jules Rene-Georges Ferdinand Bertholet
** Description changed: At the logon screenwhen I boot Ubuntu (Trusty Tahr, 14.04.2 LTS), I am able to choose from multiple desktop environments by clicking the button to the right of the user name. I have many desktop environments installed, though, so this list is so long tha it spills

[Bug 1436039] Re: List of desktop environmets spills off bottom of screen when it is too long - Cannot scroll through list

2015-03-24 Thread Jules Rene-Georges Ferdinand Bertholet
** Package changed: ubuntu = lightdm (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1436039 Title: List of desktop environmets spills off bottom of screen when it is too long - Cannot

[Bug 1436039] [NEW] List of desktop environmets spills off bottom of screen when it is too long - Cannot scroll through list

2015-03-24 Thread Jules Rene-Georges Ferdinand Bertholet
Public bug reported: At the logon screenwhen I boot Ubuntu (Trusty Tahr, 14.04.2 LTS), I am able to choose from multiple desktop environments by clicking the button to the right of the user name. I have many desktop environments installed, though, so this list is so long tha it spills off the

[Bug 1384303] Re: Cannot scan using Canon Lide 25 with simple-scan on 14.04.

2015-03-03 Thread Ferdinand
Confirmed, temporary fixed by disabling usb 3.0 and connect the scanner to existing usb 2.0 port. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1384303 Title: Cannot scan using Canon Lide 25 with

[Bug 1412288] [NEW] crashed on install within virtual box on windows 7

2015-01-18 Thread Angelica Ferdinand
Public bug reported: I was almost done installking the 64bit edition of Ubuntu in a VirtualBox VM on my Windows 7 64bit system. It crashed on isntall. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: ubiquity 2.18.8 [modified: lib/partman/automatically_partition/question]

Re: [Bug 1394394] Re: pm-suspend-wakeup-hibernate (aka pm-suspend-hybrid before 3.6)

2014-12-10 Thread Matthias Ferdinand
. This might be useful if suspend-to-both does not work reliably on a specific machine. Regards Matthias On Fri, Dec 05, 2014 at 08:57:36PM -, Christopher M. Penalver wrote: Matthias Ferdinand, could you please execute the following via a terminal in order for the necessary debugging

[Bug 1394388] [NEW] pm-suspend not restoring /sys/power/disk with /bin/dash

2014-11-19 Thread Matthias Ferdinand
Public bug reported: Ubuntu 14.04LTS pm-utils 1.4.1-13ubuntu0.1 When issuing the pm-suspend command, the scripts set the HIBERNATE_MODE in /sys/power/disk to suspend. There is some shell magic to save the previous setting in variable HIBERNATE_MODE_SAVE, but this fails under the default

[Bug 1394394] [NEW] pm-suspend-wakeup-hibernate (aka pm-suspend-hybrid before 3.6)

2014-11-19 Thread Matthias Ferdinand
Public bug reported: Ubuntu 14.04LTS pm-utils 1.4.1-13ubuntu0.1 before kernel 3.6, pm-suspend-hybrid would do suspend/wakeup/hibernate (with full power-off). since kernel 3.6, pm-suspend-hybrid will do suspend-to-both (without full power-off). The old functionality is not available any more.

[Bug 1394403] [NEW] apache 2.4.7 mod_dir bug PR53929

2014-11-19 Thread Matthias Ferdinand
Public bug reported: Ubuntu 14.04LTS x86_64 In apache 2.4.7 there is a bug in mod_dir, in that it does not stop when the URL has just been rewritten by mod_rewrite. If you have rewrite rules in .htaccess, ending in a [P] for an external URL, rule execution should stop and mod_proxy should go

[Bug 1394388] [NEW] pm-suspend not restoring /sys/power/disk with /bin/dash

2014-11-19 Thread Matthias Ferdinand
Public bug reported: Ubuntu 14.04LTS pm-utils 1.4.1-13ubuntu0.1 When issuing the pm-suspend command, the scripts set the HIBERNATE_MODE in /sys/power/disk to suspend. There is some shell magic to save the previous setting in variable HIBERNATE_MODE_SAVE, but this fails under the default

[Bug 1394394] [NEW] pm-suspend-wakeup-hibernate (aka pm-suspend-hybrid before 3.6)

2014-11-19 Thread Matthias Ferdinand
Public bug reported: Ubuntu 14.04LTS pm-utils 1.4.1-13ubuntu0.1 before kernel 3.6, pm-suspend-hybrid would do suspend/wakeup/hibernate (with full power-off). since kernel 3.6, pm-suspend-hybrid will do suspend-to-both (without full power-off). The old functionality is not available any more.

[Bug 1394403] [NEW] apache 2.4.7 mod_dir bug PR53929

2014-11-19 Thread Matthias Ferdinand
Public bug reported: Ubuntu 14.04LTS x86_64 In apache 2.4.7 there is a bug in mod_dir, in that it does not stop when the URL has just been rewritten by mod_rewrite. If you have rewrite rules in .htaccess, ending in a [P] for an external URL, rule execution should stop and mod_proxy should go

[Bug 1389858] Re: Libreoffice calc 4.2.7-0ubuntu1 not updating references after sort

2014-11-07 Thread Matthias Ferdinand
Hi, this update broke several of my spreadsheets that I use regularly, and have been using even back with StarOffice, then OpenOffice and finally LibreOffice for years. While the Ubuntu patch makes it sort in some way different from the New LO way of updating References, it still breaks. This is

[Bug 1384303] [NEW] Cannot scan using Canon Lide 25 with simple-scan on 14.04.

2014-10-22 Thread Ferdinand
Public bug reported: I do a clean install UBuntu 14.04, but unable to scan via simple-scan with error Failed to scan, unable to start scan. The scanner (Canon Lide 25) was detected properly on lsusb, and working fine via VirtualBox. Previously using Lubuntu 13.10, simple-scan able to scan

[Bug 1309773] Re: Nameless error when switching to NVidia graphics card from Nvidia settings using PRIME profiles on Lenovo IdeaPad y580

2014-05-26 Thread Ferdinand Prantl
I used Nvidia in the discreet mode (BIOS switch) with 12.04. I never installed bumblebee. I upgraded to 14.04; nvidia-prime was installed automatically and I was able to switch to Intel in Nvidia Settings. I logged out, logged in again and Intel worked. I used Nvidia Settings again to switch

[Bug 923858] Re: Parallel printer over USB usbfs: USBDEVFS_CONTROL failed cmd udev-configure-

2014-04-24 Thread Ferdinand Haider
The bug appears in very similar manner on Kubuntu14.04 (Trusty Tahr). I tried all the steps proposed above and also in Bug987485, but without any positive result. The printer (in my case HP LaserJet 5L), connected via a prolific usb-parallel converter, prints at most one page (after switching

[Bug 1180305] [NEW] weather applet crashes on logout

2013-05-15 Thread Rio Ferdinand
Public bug reported: installation just stop, installed from cd, for my Netbook HP 3505, into my USB FD, with condition: I'd release my sata hdd from my netbook. s ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: ubiquity 2.14.6 ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8 Uname:

[Bug 1069044] Re: Status indicator shows charging status of mouse battery instead of main laptop battery

2012-10-25 Thread Ferdinand
*** This bug is a duplicate of bug 1066208 *** https://bugs.launchpad.net/bugs/1066208 The same problem with Lenovo Thinkpad T430s and the Apple Magic Mouse. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1053252] [NEW] crash during installation 12.04.1

2012-09-20 Thread Ferdinand van Loon
Public bug reported: On the moment that i typed password and want to click further the PC stopped the installation ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: ubiquity 2.10.20 ProcVersionSignature: Ubuntu 3.2.0-29.46-generic-pae 3.2.24 Uname: Linux 3.2.0-29-generic-pae i686

[Bug 1053252] Re: crash during installation 12.04.1

2012-09-20 Thread Ferdinand van Loon
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1053252 Title: crash during installation 12.04.1 To manage notifications about this bug go to:

[Bug 1053252] Re: crash during installation 12.04.1

2012-09-20 Thread Ferdinand van Loon
Problem caused by defect of DDR3 memory All problems solved -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1053252 Title: crash during installation 12.04.1 To manage notifications about this bug

[Bug 844626] [NEW] Installation of ubuntu 11.04 crashes after copying files

2011-09-08 Thread Ferdinand Gruber
Public bug reported: I tried to install ubuntu on my computer at the first partition sda1 which is formatted with filesystem ext3. The partition has 20 GB. I can see a lot of files in that partition. It seems to be the complete Ubuntu. But the Installer crashed before finishing. Therefore no

[Bug 844626] Re: Installation of ubuntu 11.04 crashes after copying files

2011-09-08 Thread Ferdinand Gruber
** Attachment added: syslog https://bugs.launchpad.net/bugs/844626/+attachment/2371322/+files/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844626 Title: Installation of ubuntu 11.04

[Bug 844626] Re: Installation of ubuntu 11.04 crashes after copying files

2011-09-08 Thread Ferdinand Gruber
** Attachment added: partman https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/844626/+attachment/2371339/+files/partman -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844626 Title:

[Bug 811888] Re: Regression: Synaptics Clickpad Buttons don't work after update

2011-09-04 Thread Ferdinand Haider
*** This bug is a duplicate of bug 811753 *** https://bugs.launchpad.net/bugs/811753 Same on HP TM-2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/811888 Title: Regression: Synaptics Clickpad

[Bug 771581] Re: ssh host 'tmux new-session -d -s session' does not work anymore

2011-07-12 Thread Karl Ferdinand Ebert
Hello Alessio, there is a new version in Debian, therefore in Ubuntu. Would you be so kind to reproduce your bug against this version? Best regards, Ferdinand -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 503138] Re: Lucid Natty, KVM, After kernel message hrtimer: interrupt too slow.... the SMP kvm guest becomes slow.

2011-07-03 Thread Ferdinand Hagethorn
** Changed in: kvm (Ubuntu) Status: Triaged = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/503138 Title: Lucid Natty, KVM, After kernel message hrtimer: interrupt too slow the

[Bug 503138] Re: after kernel message hrtimer: interrupt too slow.... the SMP(!) kvm guest becomes slow.

2011-07-02 Thread Ferdinand Hagethorn
Reported since 9/2009 http://kerneltrap.org/mailarchive/linux- kvm/2009/9/29/6253244 ** Summary changed: - after kernel message hrtimer: interrupt too slow the SMP(!) kvm guest becomes slow. + Lucid Natty, KVM, After kernel message hrtimer: interrupt too slow the SMP kvm guest

[Bug 503138] Re: after kernel message hrtimer: interrupt too slow.... the kvm guest becomes slow [possible solution found!]

2011-07-02 Thread Ferdinand Hagethorn
Okay, time for an update: Host: Now running Ubuntu Natty 11.04 x86_64 on an AMD Phenom II x4 955 platform, linux-image-server as kernel Guests: 2x Ubuntu 10.04 LTS x86_64, 1x Ubuntu LTS 10.04 32bit i686, all three systems use linux-image-virtual as kernel (issue occurs on all other installable

[Bug 503138] Re: after kernel message hrtimer: interrupt too slow.... the SMP(!) kvm guest becomes slow.

2011-07-02 Thread Ferdinand Hagethorn
Reported since 9/2009 http://kerneltrap.org/mailarchive/linux- kvm/2009/9/29/6253244 ** Summary changed: - after kernel message hrtimer: interrupt too slow the SMP(!) kvm guest becomes slow. + Lucid Natty, KVM, After kernel message hrtimer: interrupt too slow the SMP kvm guest

[Bug 499498] Re: hrtimer: interrupt too slow Lucid Natty

2011-07-02 Thread Ferdinand Hagethorn
*** This bug is a duplicate of bug 503138 *** https://bugs.launchpad.net/bugs/503138 ** Summary changed: - hrtimer: interrupt too slow Lucid + hrtimer: interrupt too slow Lucid Natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 771581] Re: ssh host 'tmux new-session -d -s session' does not work anymore

2011-05-04 Thread Karl Ferdinand Ebert
** Changed in: tmux (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771581 Title: ssh host 'tmux new-session -d -s session' does not work anymore --

[Bug 771581] Re: ssh host 'tmux new-session -d -s session' does not work anymore

2011-05-03 Thread Karl Ferdinand Ebert
** Changed in: tmux (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771581 Title: ssh host 'tmux new-session -d -s session' does not work anymore --

[Bug 771581] Re: ssh host 'tmux new-session -d -s session' does not work anymore

2011-05-03 Thread Karl Ferdinand Ebert
Please run then tmux -vvv and provide the created logs (as mentioned in /usr/share/doc/FAQ.gz). Did you read /usr/share/doc/tmux/NEWS.gz during or after updating tmux from 1.3-2 or 1.4-5? No, I haven't installed tmux 1.4 from a debian package, but I compiled it from the source provided

[Bug 771581] Re: ssh host 'tmux new-session -d -s session' does not work anymore

2011-04-27 Thread Karl Ferdinand Ebert
be related to the changing of the socket directory. Best regards, Ferdinand -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771581 Title: ssh host 'tmux new-session -d -s session' does not work

[Bug 603180] Re: tmux does not source user's profile when given -S option

2011-04-07 Thread Karl Ferdinand Ebert
Use Debian bug interface as I only maintain this package in Debian which gets automatically copied to Ubuntu. ** Changed in: tmux (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 671066] Re: tmux crashes on attach-session

2011-04-07 Thread Karl Ferdinand Ebert
** Changed in: tmux (Ubuntu) Status: New = Fix Released ** Changed in: tmux (Ubuntu) Assignee: (unassigned) = Karl Ferdinand Ebert (kfebert) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 671066] Re: tmux crashes on attach-session

2011-04-07 Thread Karl Ferdinand Ebert
Try newer version from Debian. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/671066 Title: tmux crashes on attach-session -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 603180] Re: tmux does not source user's profile when given -S option

2011-04-07 Thread Karl Ferdinand Ebert
** Changed in: tmux (Ubuntu) Assignee: (unassigned) = Karl Ferdinand Ebert (kfebert) ** Tags added: security -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/603180 Title: tmux does not source

[Bug 601921] Re: Since I have updated to Ubuntu 10.4, xsane does not work. I have a HP3020 multifunction printer.

2011-01-25 Thread Ferdinand Haider
that library or replace it with the home-compiled version) the mistake disappeared. Ferdinand -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/601921 Title: Since I have updated to Ubuntu 10.4, xsane does

[Bug 607632] Re: DPKG is very slow when using BTRFS

2011-01-21 Thread Ferdinand Hagethorn
Same issue here, seems btrfs doesn't honor the fsync call? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/607632 Title: DPKG is very slow when using BTRFS -- ubuntu-bugs mailing list

[Bug 570805] Re: [regression] dpkg's fsync causes massive regression in Ubuntu Server and Alternate installation times

2011-01-21 Thread Ferdinand Hagethorn
using maverick and btrfs, dpkg is as slow as a dead horse and sometimes completely freezes, manually running the sync command seems to pull it out of its dead lock... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 607632] Re: DPKG is very slow when using BTRFS

2011-01-21 Thread Ferdinand Hagethorn
Okay, quick and dirty workaround that proves its an fsync issue: //nosync.c: void sync() { } int fsync(int fildes) { return 0; } //build it: gcc -shared -fPIC -O2 -g nosync.c -o /usr/local/lib/libnosync.so //use it as preload with dpkg/apt LD_PRELOAD=/usr/local/lib/libnosync.so apt-get install

[Bug 698107] Re: Netatalk in ubuntu 10.10 maverick disconnects clients

2011-01-07 Thread Ferdinand Hagethorn
Yep, this works, 2.1.5 hasn't dropped the connection in about 24 hours. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/698107 Title: Netatalk in ubuntu 10.10 maverick disconnects clients --

[Bug 698107] [NEW] Netatalk in maverick disconnects clients

2011-01-06 Thread Ferdinand Hagethorn
Public bug reported: Binary package hint: netatalk The client error is the server xyz has closed down Besides being annoying, it broke my time machine backup. According to some googling, this seems to be fixed in 2.1.3 and is not exclusive to ubuntu maverick. It seems to be connected to issues

[Bug 698107] Re: Netatalk in ubuntu 10.10 maverick disconnects clients

2011-01-06 Thread Ferdinand Hagethorn
** Summary changed: - Netatalk in maverick disconnects clients + Netatalk in ubuntu 10.10 maverick disconnects clients -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/698107 Title: Netatalk in

[Bug 648311] Re: pcbnew crashes when 3D Display is selected

2010-10-19 Thread Ferdinand T.
*** This bug is a duplicate of bug 648289 *** https://bugs.launchpad.net/bugs/648289 I have the same problem, I use openSUSE 11.3 (KDE 4.4), KiCAD Build: (2010-04-06 SVN 2508)-final wxWidgets 2.8.10 Unicode on 32 Bits GNU/Linux. -- pcbnew crashes when 3D Display is selected

[Bug 505452] Re: eeepc_laptop module not loading on kernel 2.6.32

2010-04-30 Thread Ferdinand Hagethorn
Nice one Mark! So this boils down to (newbie guide) Alt+F2 (opens Run Application dialog box): gksudo gedit /etc/default/grub now change the line GRUB_CMDLINE_LINUX_DEFAULT=quiet splash to GRUB_CMDLINE_LINUX_DEFAULT=quiet splash acpi_osi=Linux acpi_backlight=vendor save close Alt+F2: gksudo

[Bug 542721] Re: ath9k ubuntu 10.04 lucid system freeze at high bandwidth usage

2010-04-30 Thread Ferdinand Hagethorn
No more strange freezes here -- changed to invalid ** Changed in: linux (Ubuntu) Status: Incomplete = Invalid -- ath9k ubuntu 10.04 lucid system freeze at high bandwidth usage https://bugs.launchpad.net/bugs/542721 You received this bug notification because you are a member of Ubuntu

[Bug 542721] [NEW] ath9k ubuntu 10.04 lucid system freeze at high bandwidth usage

2010-03-20 Thread Ferdinand Hagethorn
Public bug reported: When I download large files over a wireless connection (module ath9k for an AR9285 PCIe networkcard) the connection seems to freeze and after about 10 seconds the complete system freezes up. Only a forced powerdown/up resets the system. This doesn't happen when I exchange

[Bug 542721] Re: ath9k ubuntu 10.04 lucid system freeze at high bandwidth usage

2010-03-20 Thread Ferdinand Hagethorn
** Attachment added: dmesg.log http://launchpadlibrarian.net/41418924/dmesg.log -- ath9k ubuntu 10.04 lucid system freeze at high bandwidth usage https://bugs.launchpad.net/bugs/542721 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 542721] Re: ath9k ubuntu 10.04 lucid system freeze at high bandwidth usage

2010-03-20 Thread Ferdinand Hagethorn
** Attachment added: lspci.log http://launchpadlibrarian.net/41418854/lspci.log -- ath9k ubuntu 10.04 lucid system freeze at high bandwidth usage https://bugs.launchpad.net/bugs/542721 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 425097] Re: After resume from suspend the fan doesn't start-up anymore on a Asus EEE 1005HA,

2010-03-14 Thread Ferdinand Hagethorn
It's fixed now, you can close this one ** Description changed: -- After resume from suspend the fan doesn't start-up anymore on a Asus EEE 1005HA, https://bugs.launchpad.net/bugs/425097 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

  1   2   >