[Bug 1621482] Re: Disconnect with ERRINFO_INVALID_INPUT_PDU_MOUSE (0x000010D0)

2018-11-28 Thread David Dombrowsky
This happens for me whenever clicking the middle-button of the mouse in an RDP session. [12:34:17:650] [18388:18389] [INFO][com.freerdp.core] - ERRINFO_INVALID_INPUT_PDU_MOUSE (0x10D0):(a) A Slow-Path Mouse Event (section 2.2.8.1.1.3.1.1.3) or Extended Mouse Event (section 2.2.8.1.1.3.1.1.4)

[Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.

2018-11-26 Thread David Dombrowsky
AH HA! @petr-sedlacek I thought the problem was: the oracle provided version of virtualbox depends on libcurl3, and the canonical provided version is 5.0 doesn't have 64-bit support (or at least, it doesn't work yet). Whelll Turns out I was downloading the wrong version from Oracle. There i

[Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.

2018-11-24 Thread David Dombrowsky
So basically the state of this bug is we still need 2 systems: * 1 with libcurl3 and everything that depends on it, like virtualbox and slack * another with libcurl4 and everything that depends on it, like kicad Is there no work-around? -- You received this bug notification because you are a me

[Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.

2018-10-03 Thread David Dombrowsky
Here's what I did to "solve" it on 18.04 {{{ git clone https://github.com/curl/curl.git cd curl git checkout curl-7_58_0 autoreconf -i sudo mkdir /opt/curl ./configure --prefix=/opt/curl make sudo make install ln -s /opt/curl/bin/curl* /usr/local/bin/ }}} Of course, that doesn't really fix anythi

[Bug 1765726] Re: Optional dependencies are missing for Shutter in Ubuntu 18.04

2018-10-02 Thread David Dombrowsky
I hope we can figure this one out. Shutter is simple and quite essential. Since the libraries exist in artful, and are compatible with bionic, what's preventing them from just being recompiled and set to release in bionic? -- You received this bug notification because you are a member of Ubuntu

[Bug 1586054] Re: package tomcat8 8.0.32-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-06-11 Thread David Dombrowsky
So it looks like the bottom line is tomcat 8 doesn't support java 9? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1586054 Title: package tomcat8 8.0.32-1ubuntu1 failed to install/upgrade: subproces

[Bug 1610765] Re: Apparmor refuses mysqld open on /etc/mysql/my.cnf.migrated causing it to fail to start

2018-04-02 Thread David Dombrowsky
After all that, my mysqld is still broken. I see no "valid" ticket for this bug linked here, if this one is invalid. Where is the bug report for the root cause? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1547204] Re: i915 several 'call traces' in dmesg

2017-03-12 Thread David Dombrowsky
New bug created: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1672200 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1547204 Title: i915 several 'call traces' in dmesg To manage notification

[Bug 1672200] [NEW] Kernel error on i915 gpu driver

2017-03-12 Thread David Dombrowsky
Public bug reported: The following error (warning?) shows up in dmesg during every boot: [3.244312] [ cut here ] [3.244397] WARNING: CPU: 0 PID: 170 at /build/linux-Nasqxe/linux-4.4.0/drivers/gpu/drm/i915/intel_fbdev.c:406 intel_fb_initial_config+0x2d4/0x5f0 [i91

[Bug 1547204] Re: i915 several 'call traces' in dmesg

2017-03-11 Thread David Dombrowsky
This bug shows up every time I boot linux on this laptop. $ sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date 68YGU Ver. F.07 07/28/2006 Text of the error, from dmesg: Mar 11 16:46:13 lappy kernel: [3.260587] WARNING: CPU: 0 PID: 170 at /build/linux-Nasqxe/linux-4.4.0/dr

[Bug 1621725] Re: iwlegacy/iwl3945 driver flashes LED on traffic by default

2016-09-09 Thread David Dombrowsky
> Regarding the LED blinking when WiFi traffic is occurring, while you may find this annoying, and it could be many others find this also, this being the default action it isn't considered a software bug. A new user is probably not going to take the time to google the problem, find this and relate

[Bug 1621725] Re: iwlegacy/iwl3945 driver flashes LED on traffic by default

2016-09-08 Thread David Dombrowsky
NOTE: I was instructed to open a new bug report from here https://bugs.launchpad.net/ubuntu/+source/linux/+bug/250211 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1621725 Title: iwlegacy/iwl3945 dr

[Bug 1621725] [NEW] iwlegacy/iwl3945 driver flashes LED on traffic by default

2016-09-08 Thread David Dombrowsky
Public bug reported: This bug is still present in 16.04. When using the iwlegacy driver, the default behavior is to have the blue LED indicator flash whenever traffic is going over the wireless. This is annoying, as it is in the user's face on most laptops. The workaround is to add something li

[Bug 250211] Re: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2016-08-29 Thread David Dombrowsky
Will do, Christopher. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/250211 Title: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop To manage notifications about this bug go to: http

[Bug 250211] Re: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2016-08-17 Thread David Dombrowsky
This ancient bug seems to still affect old laptops when they are resurrected using ubuntu 16.04. Running the iwl3945 wireless driver on this HP laptop will result in the LED blinking on traffic. Adding the module option fixes the problem. I find it hard to believe that isn't the default for all

[Bug 1308783] Re: chromium-browser: java plugin does not work

2014-08-28 Thread David Dombrowsky
Sounds like a rather suspicious move on Google's part, to break support for the open source API and force people to use Oracle's closed-source JAVA solution. Do not like. Chrome just went way down in my book. -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 997630] Re: evince and eog broken on remote sessions (X, NX, x2go and VNC)

2013-02-05 Thread David Dombrowsky
For the record, `evince` seems to work OK if you pass it the `-w` (preview) flag. If the root cause of this bug has been fixed, it isn't pushed to the stable repositories. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 997630] Re: evince and eog broken on remote sessions (X, NX, x2go and VNC)

2012-12-28 Thread David Dombrowsky
$ apt-cache policy libgrip0 libgrip0: Installed: 0.3.5-0ubuntu1~12.04.1 Candidate: 0.3.5-0ubuntu1~12.04.1 Version table: *** 0.3.5-0ubuntu1~12.04.1 0 500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages 100 /var/lib/dpkg/status 0.3.4-0ubuntu1 0

[Bug 997630] Re: evince and eog broken on remote sessions (X, NX, x2go and VNC)

2012-12-28 Thread David Dombrowsky
I wish I could confirm this one, but I still get the error: $ evince (evince:6073): GRIP-WARNING **: failed to determine device types (evince:6073): GRIP-WARNING **: Failed to initialize gesture manager. (evince:6073): GRIP-WARNING **: Failed to initialize gesture manager. [evince opens about 10

[Bug 289880] Re: cannot create download directory (intrepid)

2012-08-20 Thread David Dombrowsky
NOTE: I cannot confirm this in 12.04 (precise).Lucid is supposed to be supported for a little while longer, so I think this bug is still valid. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/289880

[Bug 289880] Re: cannot create download directory (intrepid)

2012-08-20 Thread David Dombrowsky
I am getting this identical error in 10.04 (lucid) 1. start rhythmbox with `rhythmbox --debug > log 2>&1` 2. add podcast feed "http://feeds.feedburner.com/6sr"; ERROR: (14:03:56) [0x1b29040] [read_file_cb] rb-podcast-manager.c:704: started read for http://dl.dropbox.com/u/1439360/prod/20111001

[Bug 787125] Re: atd fails to mail output of commands (Open of jobfile failed)

2011-07-22 Thread David Dombrowsky
I've found a workaround in the source code. If you move the pam_close_session() and pam_end() to the section after the jobfile is read, the output is read and the mail is sent out fine. I'm not sure why this requires a code change in lucid. Presumably this can be fixed with some other PAM config

[Bug 787125] Re: atd fails to mail output of commands (Open of jobfile failed)

2011-07-22 Thread David Dombrowsky
I downloaded at 3.1.12-1ubuntu2, which is the version in natty, built it and installed it, and it fails with the same error. Looks like the problem is with something in the system setup, and not the "at" package itself. -- You received this bug notification because you are a member of Ubuntu Bug

[Bug 787125] Re: atd fails to mail output of commands (Open of jobfile failed)

2011-07-22 Thread David Dombrowsky
I just tested this in 11.04 (natty), and at(1) can send mail without error. This is annoying, because I cannot upgrade my desktop system at this time because it is not an LTS release. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 688753] Re: double-click window will re-grab focus on ubuntu/metacity/dual-monitor

2011-07-22 Thread David Dombrowsky
I can't upgrade my desktop to Natty right now, but I did just try the same test case in updated 10.04, and it no longer happens. Sorry to have wasted your time, but thanks for the attention anyway :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 670167] Re: metacity 1:2.28.0-0ubuntu1: 'd' key mapped to "show_desktop"

2011-06-09 Thread David Dombrowsky
I also just upgraded, this time to natty, and the same thing happens. >From the console, I start vnc server with default settings. This in turn launches x-window-manager, which was set to metacity. When I connect with the desktop viewer, the "d" key is mapped to "show desktop". Also, since I am

[Bug 787125] Re: atd fails to mail output of commands (Open of jobfile failed)

2011-05-25 Thread David Dombrowsky
FYI: the output of the job is successfully stored /var/spool/cron/atspool/, so whatever is trying to send the job output as mail is failing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/787125 Title:

[Bug 787125] Re: atd fails to mail output of commands (Open of jobfile failed)

2011-05-23 Thread David Dombrowsky
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/787125 Title: atd fails to mail output of commands (Open of jobfile failed) -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubun

[Bug 787125] [NEW] atd fails to mail output of commands (Open of jobfile failed)

2011-05-23 Thread David Dombrowsky
Public bug reported: Binary package hint: at STEPS: 1) run the following from the shell baz$ echo pwd | at "now +1 min" 2) wait 1 minute 3) examine the tail of /var/log/syslog May 23 13:58:00 baz atd[16322]: Open of jobfile failed: No such file or directory ERROR: no mail was sent to

[Bug 719470] Re: package monodoc-base 2.4.4~svn151842-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2011-02-15 Thread David Dombrowsky
I ran # sudo apt-get install monodoc-browser and was able to install monodevelop successfully. I still got this error: /usr/bin/update-monodoc: line 3: [: argument expected but it seemed to work through it. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 719470] Re: package monodoc-base 2.4.4~svn151842-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2011-02-15 Thread David Dombrowsky
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/719470 Title: package monodoc-base 2.4.4~svn151842-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error

[Bug 719470] [NEW] package monodoc-base 2.4.4~svn151842-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2011-02-15 Thread David Dombrowsky
Public bug reported: Binary package hint: mono error while executing # apt-get install monodevelop [...] Setting up monodoc-manual (2.4.4~svn151842-1ubuntu4) ... Processing triggers for monodoc-base ... /usr/bin/update-monodoc: line 3: [: argument expected generating monodoc search index... /usr

[Bug 591721] Re: installer fails creating two separate RAID devices and boot fails (regression)

2011-01-13 Thread David Dombrowsky
I had this happen to me last month. My setup is similar, with two drives with RAID1. In addition, I'm using LVM on top of everything else, but I don't think that effects the root issue. My workaround was basically to use cfdisk to make the primary partitions. The exact steps were: * zero'd

[Bug 688753] Re: double-click window will re-grab focus on ubuntu/metacity/dual-monitor

2010-12-10 Thread David Dombrowsky
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/688753 Title: double-click window will re-grab focus on ubuntu/metacity/dual-monitor -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https:/

[Bug 688753] [NEW] double-click window will re-grab focus on ubuntu/metacity/dual-monitor

2010-12-10 Thread David Dombrowsky
Public bug reported: Binary package hint: metacity This is a minor problem that always comes up with I'm maximizing windows. My setup is * dual monitors * "focus follows mouse" is on steps to reproduce: 1. open two gnome-terminal windows. 2. drag one from its present monitor to the other, and

[Bug 670009] Re: openjdk-6 SIGSEGV when web crawling using apache-nutch-1.2

2010-11-12 Thread David Dombrowsky
FYI: switching to sun-released Java seemed to do the trick. I've been running the Apache Nutch crawler for a week now and it has not crashed since I made the change. -- openjdk-6 SIGSEGV when web crawling using apache-nutch-1.2 https://bugs.launchpad.net/bugs/670009 You received this bug notific

[Bug 670009] [NEW] openjdk-6 SIGSEGV when web crawling using apache-nutch-1.2

2010-11-02 Thread David Dombrowsky
Public bug reported: The following fetch command will eventually fail every time: bin/nutch fetch crawl/segments/20101102144948 -threads 50 # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x7fc75fab2066, pid=29840, tid=140492972836624 # # JRE ver

[Bug 670009] Re: openjdk-6 SIGSEGV when web crawling using apache-nutch-1.2

2010-11-02 Thread David Dombrowsky
** Attachment added: "hs_err_pid29840.log" https://bugs.launchpad.net/bugs/670009/+attachment/1720771/+files/hs_err_pid29840.log -- openjdk-6 SIGSEGV when web crawling using apache-nutch-1.2 https://bugs.launchpad.net/bugs/670009 You received this bug notification because you are a member of

[Bug 650539] Re: Launching QT apps under Xinerama crashes Xorg : affects SpeedCrunch, KeePassX, Lucky Backup, Pencil, Stellarium, Skype, Google Earth, VLC, Konqueror, VirtualBox, Opera ...

2010-10-26 Thread David Dombrowsky
Chag's fix worked perfectly for me! I had the exact same problem and setup * nvidia card with dual monitor, with one monitor rotated * upgraded to Ubuntu Maverick * X started up fine, but when I tried to move any window, the whole X server would segfault I rebuild xserver-xorg-core according to

[Bug 511942] Re: Default directory for saved screenshots is /home instead of /home/login

2010-10-23 Thread David Dombrowsky
I'd just like to thank people for fixing this bug. I use shutter every day for screenshots, and this problem has been annoying me since early this year. After the recent update, without any special settings or patches, its fully fixed in Lucid. Great job guys. The small things go a long way. -

[Bug 582459] [NEW] shutter 0.85.1 preferences does not save "Directory:" to store images

2010-05-18 Thread David Dombrowsky
Public bug reported: Binary package hint: shutter steps: 1) run shutter from "Applications -> Accessories -> Shutter" 2) open menu "Edit -> Preferences" 3) change the "Directory:" to something other than the default (e.g. "Pictures") 4) click "close", and "File -> Quit" to exit the application c

[Bug 462487] Re: [ooo-build] Calc's marching ants bring Xorg to its knees

2010-05-13 Thread David Dombrowsky
I just experienced this bug also. It took me quite a while to connect connect "copying rows from open office" to "Xorg using 100% cpu". The workaround presented in bug#411542 seems to help a lot, but in lieu of a true fix, the ability to disable the marching ants animation entirely would be a per