[Bug 1585884] [NEW] xrandr unable to activate displays after docking

2016-05-26 Thread Erik Forsberg
Public bug reported: I use a Dell Latitude E7440 with an "Dell EURO2 Advanced E-Port II Docking" docking station. When docking the laptop into the station, it's impossible to enable the two screens I have attached to the DVI outputs of the docking station. I use autorandr, and it reports this:

[Bug 1417962] Re: 6b34 regression: jps as root does not show classname anymore but instead 'process information unavailable' for processes running as non-root user

2015-02-05 Thread Erik Forsberg
I see this as well, although on oracle JVM 7u75, but that's no surprise given that it originates from the same codebase as openjdk-7. Doing a bit of strace on the jps program shows some interesting data: # strace -f jps -v 21|grep /tmp/hsperfdata [pid 9064] open(/tmp/hsperfdata_root,

[Bug 1417962] Re: 6b34 regression: jps as root does not show classname anymore but instead 'process information unavailable' for processes running as non-root user

2015-02-05 Thread Erik Forsberg
Workaround, in an example where the java process you want to monitor is running as the example user and as pid 999: ln -s /tmp/hsperfdata_example/999 /tmp/hsperfdata_999 jps, jstat etc now work as before. The above link can be created in the startup script of the service. -- You received this

[Bug 489596] Re: Fancontrol ignores pwmconfig settings after suspend to ram/disk

2013-03-02 Thread Erik Forsberg
Workaround: https://efod.se/blog/archive/2013/03/02/fancontrol-not- working-after-resume -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/489596 Title: Fancontrol ignores pwmconfig settings after

[Bug 401655] Re: Add udev rules for Huawei E1550 GSM modem

2009-07-21 Thread Erik Forsberg
Just as you say, this rule looks very much like the rule in 61-option- modem-modeswitch.rules, and removing my /etc/udev/rules.d/15-huawei-e1551.rules then adding this line to 61 -option-modem-modeswitch.rules: ATTRS{idVendor}==12d1, ATTRS{idProduct}==1446, RUN+=modem- modeswitch -v

[Bug 401655] [NEW] Add udev rules for Huawei E1550 GSM modem

2009-07-20 Thread Erik Forsberg
Public bug reported: Binary package hint: udev-extras The Huawei E1550 GSM/UMTS modem requires the following udev rules to work properly when plugged in: -- begin /etc/udev/rules.d/etc/15-huawei-e1551.rules -- ACTION!=add, GOTO=huawei_zerocd_end SUBSYSTEM==usb, ATTR{bDeviceClass}!=ff

[Bug 401456] [NEW] APN for Comviq (.se) incorrect

2009-07-19 Thread Erik Forsberg
Public bug reported: Binary package hint: mobile-broadband-provider-info Database has one entry for .se named Tele2/Comviq. It seems this entry needs to be split into two - one for Tele2, one for Comviq. With Comviq Kontant (prepaid card) mobile broadband, the APN should be data.comviq.se, not

[Bug 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-05-16 Thread Erik Forsberg
** Attachment added: Patch fixing problem http://launchpadlibrarian.net/14554741/commands.cfg.diff -- Path to 'mail' incorrect in /etc/nagios2/commands.cfg https://bugs.launchpad.net/bugs/231004 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 231007] [NEW] check_radius command uses wrong syntax

2008-05-16 Thread Erik Forsberg
Public bug reported: Binary package hint: nagios-plugins In /etc/nagios-plugins/conf/radius.cfg, a 'check_radius' command is defined as follows: # 'check_radius' command definition define command{ command_namecheck_radius command_line/usr/lib/nagios/plugins/check_radius

[Bug 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-05-16 Thread Erik Forsberg
** Attachment added: Patch fixing problem http://launchpadlibrarian.net/14554741/commands.cfg.diff -- Path to 'mail' incorrect in /etc/nagios2/commands.cfg https://bugs.launchpad.net/bugs/231004 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 231004] [NEW] Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-05-16 Thread Erik Forsberg
Public bug reported: Binary package hint: nagios2 /etc/nagios2/commands.cfg defines several commands used as service_notification_command and host_notification_command. Unfortunately, the path to the program used to send mail is wrong - it's set to /bin/mail, should be /usr/bin/mail, at least

[Bug 231006] [NEW] Recommend mailx or other package providing /usr/bin/mail

2008-05-16 Thread Erik Forsberg
Public bug reported: Binary package hint: nagios2 For notification commands as defined in /etc/nagios2/commands.cfg to work, a /bin/mail (should be /usr/bin/mail, see bug #231004) is required. The nagios2 package should recommend installation of mailx or other package providing /usr/bin/mail. #

[Bug 194624] Re: checkbox and radiobox rendering issue

2008-04-30 Thread Erik Forsberg
I can confirm the problem and fix (gtk2-engines-qtcurve), also on latest Kubuntu. -- checkbox and radiobox rendering issue https://bugs.launchpad.net/bugs/194624 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 192603] Re: ALSA kernel Oops (snd_pcm) with 2.6.24-7

2008-04-11 Thread Erik Forsberg
Erik, care to test the latest kernel and verify if this is resolved for you as well. I have not seen the crash for a while (don't know exactly how long it's been gone), so I think some kernel upgrade lately fixed the problem for me as well. -- ALSA kernel Oops (snd_pcm) with 2.6.24-7

[Bug 155681] Re: emacs22 and python-mode do not play together

2008-03-30 Thread Erik Forsberg
sebek: Thankyou! It turns out I also had a '(autoload 'python-mode python-mode Python editing mode. t)' in my ~/.emacs, and removing it removed this mysterious problem. -- emacs22 and python-mode do not play together https://bugs.launchpad.net/bugs/155681 You received this bug notification

[Bug 155681] Re: emacs22 and python-mode do not play together

2008-03-04 Thread Erik Forsberg
Still having this problem on hardy that was updated from repos today. Tried purging python-mode, pyrex and pymacs, doesn't help. $ dpkg -l | awk '/emacs/{print $2,$3}' emacs 22.1-0ubuntu10 emacs22-bin-common 22.1-0ubuntu10 emacs22-common 22.1-0ubuntu10 emacs22-el 22.1-0ubuntu10 emacs22-gtk

[Bug 192603] Re: ALSA kernel Oops (snd_pcm) with 2.6.24-7

2008-02-27 Thread Erik Forsberg
Still experiencing same problem on 2.6.24-10-generic. -- ALSA kernel Oops (snd_pcm) with 2.6.24-7 https://bugs.launchpad.net/bugs/192603 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 195548] [NEW] ValueError in jockey

2008-02-25 Thread Erik Forsberg
Public bug reported: Binary package hint: jockey-common Every time I restart Gnome, I seem to get one of these in my ~/.xsession-errors: ERROR: Could not instantiate Handler subclass __builtin__.SlModem from name SlModem Traceback (most recent call last): File

[Bug 195548] Re: ValueError in jockey

2008-02-25 Thread Erik Forsberg
** Attachment added: .xsession-errors http://launchpadlibrarian.net/12200621/.xsession-errors -- ValueError in jockey https://bugs.launchpad.net/bugs/195548 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 192603] Re: ALSA kernel Oops (snd_pcm) with 2.6.24-7

2008-02-24 Thread Erik Forsberg
I'm also experiencing this on a machine with AMD 690G Chipset, och 2.6.24-8 $ uname -a Linux broken 2.6.24-8-generic #1 SMP Thu Feb 14 20:13:27 UTC 2008 x86_64 GNU/Linux ** Attachment added: dmesg output with Kernel Oops http://launchpadlibrarian.net/12174963/dmesg.out -- ALSA kernel Oops

[Bug 192603] Re: ALSA kernel Oops (snd_pcm) with 2.6.24-7

2008-02-24 Thread Erik Forsberg
** Attachment added: Output of lspci -v on AMD 690G-based machine http://launchpadlibrarian.net/12174965/lspci.txt -- ALSA kernel Oops (snd_pcm) with 2.6.24-7 https://bugs.launchpad.net/bugs/192603 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 82853] Re: Add support for the smbk5pwd overlay

2008-02-04 Thread Erik Forsberg
Quoting Steve Langasek: I would note that the original rationale for this bug report, password synchronization between pam and samba passwords, is incorrect. There are other, more general means of keeping passwords synchronized between Unix, LDAP, Samba, etc. databases using PAM itself which

[Bug 82853] Re: Add support for the smbk5pwd overlay

2007-08-02 Thread Erik Forsberg
I too, would enjoy if this overlay was available in a package included in Ubuntu. -- Add support for the smbk5pwd overlay https://bugs.launchpad.net/bugs/82853 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 123044] Re: Firefox calls external helper application without options

2007-07-03 Thread Erik Forsberg
It doesn't happen with galeon (2.0.2-4ubuntu1). I tried konqueror, but nautilus-cd-burner doesn't appears as a choice, and none of the available alternatives have an Exec-line (in their .desktop file) where %f should be replace by the filename. Haven't tried epiphany. The bug can be reproduced on

[Bug 123044] Firefox calls external helper application without options

2007-06-29 Thread Erik Forsberg
Public bug reported: Binary package hint: firefox When firefox version 2.0.0.4+1-0ubuntu1 uses a helper application to open a file it doesn't honor the command line options specified in the helper applications .desktop file. For example, after installing nautilus-cd-burner, which installs a

[Bug 39941] Re: Mouse on laptop flaky

2007-04-10 Thread Erik Forsberg
I'm still experiencing this bug on a Dell D610 running 7.04 beta. I think either hibernation or suspend to disk (or both, I'll have to check that when I get access to the hardware) triggers the problem. One way to get the trackpoint working again is to boot Windows XP and then reboot - the XP

[Bug 102350] Re: Rendezvous with udev timed out for lvm2|main_vg|swap'; stat failed: No such file or directory

2007-04-04 Thread Erik Forsberg
This should be fixed with today's devmapper, udev and evms uploads I can confirm that the problem is gone after an upgrade from archive.ubuntu.com made an hour or so ago. Thankyou! -- Rendezvous with udev timed out for lvm2|main_vg|swap'; stat failed: No such file or directory

[Bug 24114] Re: Laptop doesn't shutdown with poweroff button

2007-04-03 Thread Erik Forsberg
I can confirm this problem on a Dell laptop. Running a KDE session and pressing the power button, absolutely nothing happens. /var/log/acpid says it's running powerbtn.sh, with no output. -- Laptop doesn't shutdown with poweroff button https://bugs.launchpad.net/bugs/24114 You received this bug

[Bug 24114] Re: Laptop doesn't shutdown with poweroff button

2007-04-03 Thread Erik Forsberg
Oops, sorry, forgot to mention that I'm experiencing this on a 7.04 beta installed today. -- Laptop doesn't shutdown with poweroff button https://bugs.launchpad.net/bugs/24114 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. --

[Bug 102350] Re: Rendezvous with udev timed out for lvm2|main_vg|swap'; stat failed: No such file or directory

2007-04-03 Thread Erik Forsberg
Further details: After timing out as described in the initial comment, it continues with * Starting eary crypt disks... ...done * Setting up LVM Volume Groups very very long pause After that, the bootup sequence seems to continue normally. To summarize: It first pauses for a very long time