[Bug 498650] Re: mountall only mounts 2nd HD as root karmic

2009-12-21 Thread Johan Kiviniemi
To nitpick a bit, rather use e.g. /t1 than /mnt/t1, since just like /media is reserved for removable media, /mnt is reserved for *temporary* mounts. :-) http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard -- mountall only mounts 2nd HD as root karmic https://bugs.launchpad.net/bugs/498650

[Bug 499100] Re: mountall error message on boot and shutdown

2009-12-21 Thread Johan Kiviniemi
You both might have broken hardware. Please investigate that possibility. Running memtest86+ for a few hours would be a good start. -- mountall error message on boot and shutdown https://bugs.launchpad.net/bugs/499100 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 499100] Re: mountall error message on boot and shutdown

2009-12-21 Thread Johan Kiviniemi
Cristopher, As for usbfs not mounting: linux (2.6.32-6.7) lucid; urgency=low * [Config] disable CONFIG_USB_DEVICEFS I don’t know enough about usbfs to say why it was disabled, and the changelog message isn’t helpful either. -- mountall error message on boot and shutdown https://bugs.launchp

[Bug 438365] Re: erlang should not depend on wxwidgets2.8

2009-12-22 Thread Johan Kiviniemi
Darn. It would be nice if erlang-wx were still available from Universe. I’d have used it in a program. -- erlang should not depend on wxwidgets2.8 https://bugs.launchpad.net/bugs/438365 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 413609] Re: Please merge translate-toolkit 1.4.0-1(main) from debian unstable(main)

2010-01-03 Thread Johan Kiviniemi
virtaal is currently uninstallable in lucid due to a dependency on translate-toolkit >= 1.4.0. -- Please merge translate-toolkit 1.4.0-1(main) from debian unstable(main) https://bugs.launchpad.net/bugs/413609 You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 505530] Re: incorrectly starts some jobs

2010-01-13 Thread Johan Kiviniemi
It seems the new problem is not in mountall. I might have missed something when reading the log, but it seems mountall is able to successfully mount everything, emit the relevant events and exit. sulogin.conf in http://upstart.ubuntu.com/wiki/OMGBroken is a good way to get a shell for debugging a

[Bug 503212] Re: mountall crashed with SIGSEGV in main() without initramfs

2010-01-14 Thread Johan Kiviniemi
Michael, As I said, the issue you have should go to another bug report, since this one is about the segfault that was fixed. You might be encountering bug #506727, for instance. -- mountall crashed with SIGSEGV in main() without initramfs https://bugs.launchpad.net/bugs/503212 You received this

[Bug 507922] [NEW] Disables flat volumes

2010-01-15 Thread Johan Kiviniemi
Public bug reported: Binary package hint: pulseaudio The Ubuntu packaging for PulseAudio disables flat volumes, which would be a nice feature to enhance usability – please see http://pulseaudio.org/wiki/PulseAudioStoleMyVolumes. The PulseAudio author has expressed disappointment for this Ubuntu

[Bug 507922] Re: Disables flat volumes

2010-01-15 Thread Johan Kiviniemi
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/37921793/AlsaDevices.txt ** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/37921794/AplayDevices.txt ** Attachment added: "ArecordDevices.txt" http://launchpadlibrarian.net/37921795/ArecordDevices.t

[Bug 506702] Re: needs to block non-executable files from executing

2010-01-16 Thread Johan Kiviniemi
** Also affects: wine1.2 (Ubuntu) Importance: Undecided Status: New -- needs to block non-executable files from executing https://bugs.launchpad.net/bugs/506702 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs ma

[Bug 506702] Re: needs to block non-executable files from executing

2010-01-16 Thread Johan Kiviniemi
Malicious software in Windows has been known to try getting past simple file type checks by spreading a zip file containing the actual executable. In our case, a user could get a tarball containing an executable with the +x bit set from a malicious user. Perhaps make file-roller ask the user befo

[Bug 496677] Re: fast-export --plain emits multiple authors if present in bzr repository

2010-01-09 Thread Johan Kiviniemi
Confirming the problem. --plain emits multiple authors and git fast- import crashes. ** Changed in: bzr-fastimport Status: New => Confirmed ** Also affects: bzr-fastimport (Ubuntu) Importance: Undecided Status: New ** Changed in: bzr-fastimport (Ubuntu) Status: New => Con

[Bug 505095] Re: X don't start in Lucid

2010-01-10 Thread Johan Kiviniemi
Shouldn’t libdrm’s SONAME have been bumped on ABI change to prevent this kind of breakage? -- X don't start in Lucid https://bugs.launchpad.net/bugs/505095 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubun

[Bug 505530] Re: incorrectly starts some jobs

2010-01-10 Thread Johan Kiviniemi
Please attach your /etc/fstab. -- incorrectly starts some jobs https://bugs.launchpad.net/bugs/505530 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mail

[Bug 505530] Re: incorrectly starts some jobs

2010-01-11 Thread Johan Kiviniemi
It was very relevant. It showed /usr/lib was a bind mount. I’ll take a look at how mountall handles them. -- incorrectly starts some jobs https://bugs.launchpad.net/bugs/505530 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-b

[Bug 505530] Re: incorrectly starts some jobs

2010-01-11 Thread Johan Kiviniemi
Please change exec mountall --daemon $force_fsck $fsck_fix to exec mountall --daemon $force_fsck $fsck_fix --debug >/dev/mountall.log 2>&1 in /etc/init/mountall.conf, boot the system and attach /dev/mountall.log to this bug report. -- incorrectly starts some jobs https://bugs.launchpad.n

[Bug 505530] Re: incorrectly starts some jobs

2010-01-11 Thread Johan Kiviniemi
Please try the version of mountall in the branch linked to this report. It should fix the bug. -- incorrectly starts some jobs https://bugs.launchpad.net/bugs/505530 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 505530] Re: incorrectly starts some jobs

2010-01-12 Thread Johan Kiviniemi
mkdir /tmp/mountall cd /tmp/mountall bzr get lp:~ion/ubuntu/lucid/mountall/lucid mountall cd mountall sudo apt-get build-dep mountall debuild -b -us -uc sudo dpkg --unpack ../*.deb sudo apt-get -f install -- incorrectly starts some jobs https://bugs.launchpad.net/bugs/505530 You received this bug

[Bug 500297] [NEW] Gst::Element#seek segfaults

2009-12-24 Thread Johan Kiviniemi
Public bug reported: Binary package hint: ruby-gnome2 rb_gst_element_seek has gint64 instead of VALUE as a parameter type, causing a segfault whenever Gst::Element#seek is called. ** Affects: ruby-gnome2 (Ubuntu) Importance: Undecided Status: New -- Gst::Element#seek segfaults ht

[Bug 500297] Re: Gst::Element#seek segfaults

2009-12-25 Thread Johan Kiviniemi
** Bug watch added: SourceForge.net Tracker #2920997 http://sourceforge.net/support/tracker.php?aid=2920997 ** Also affects: ruby-gnome2 via http://sourceforge.net/support/tracker.php?aid=2920997 Importance: Unknown Status: Unknown -- Gst::Element#seek segfaults https://bugs.laun

[Bug 500297] Re: Gst::Element#seek segfaults

2009-12-27 Thread Johan Kiviniemi
The bug watch hasn’t been updated, but the patch was applied upstream. http://ruby-gnome2.svn.sourceforge.net/viewvc/ruby-gnome2/ruby- gnome2/trunk/gstreamer/src/rbgst-element.c?r1=3221&r2=3725 -- Gst::Element#seek segfaults https://bugs.launchpad.net/bugs/500297 You received this bug notificati

[Bug 458389] Re: usplash receives repeated "CLEAR" commands while in verbose mode

2009-10-23 Thread Johan Kiviniemi
Instead of changing anything in mountall, how about disabling the usplash CLEAR command when in verbose mode? Perhaps even disabling usplash itself in verbose mode? -- usplash receives repeated "CLEAR" commands while in verbose mode https://bugs.launchpad.net/bugs/458389 You received this bug not

[Bug 458389] Re: usplash receives repeated "CLEAR" commands while in verbose mode

2009-10-23 Thread Johan Kiviniemi
The mountall change for this bug unfixes bug #215666. -- usplash receives repeated "CLEAR" commands while in verbose mode https://bugs.launchpad.net/bugs/458389 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 458389] Re: usplash receives repeated "CLEAR" commands while in verbose mode

2009-10-24 Thread Johan Kiviniemi
Kees, The main issue with #215666 was strings like “one of the mounts listed in fstab cannot yet be mounted” being left on the screen after the mount was in fact successful. -- usplash receives repeated "CLEAR" commands while in verbose mode https://bugs.launchpad.net/bugs/458389 You received th

[Bug 464411] Re: After upgrade to Karmic, root partition (sda1) is missing /dev/sda1 is missing from /dev/disk/by-uuid

2009-10-30 Thread Johan Kiviniemi
Andreas, Please attach /var/log/udev and paste the output of sudo blkid. -- After upgrade to Karmic, root partition (sda1) is missing /dev/sda1 is missing from /dev/disk/by-uuid https://bugs.launchpad.net/bugs/464411 You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 686698] Re: compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect()

2010-12-17 Thread Johan Kiviniemi
The UnlockRect crash still happens here with the same backtrace. The issue is apparently separate from the earlier EnableVSyncSwapControl segfault, which doesn’t occur anymore when running /usr/lib/nux/unity_support_test. • unity 3.2.8-0ubuntu1 • libnux-0.9-0 0.9.12-0ubuntu1 • fglrx 2:8.791-0ubunt

[Bug 686698] Re: compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect()

2010-12-26 Thread Johan Kiviniemi
Anyone else sill experiencing this bug, or am I the only one? :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/686698 Title: compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect() -- ub

[Bug 686698] Re: compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect()

2010-12-26 Thread Johan Kiviniemi
The UnlockRect crash still happens with the same backtrace as posted by the original reporter, that is, http://launchpadlibrarian.net/60282454/Stacktrace.txt The EnableVSyncSwapControl crash was fixed, but it appears to have been a separate bug from the one leading to the UnlockRect crash. FWIW,

[Bug 313642] Re: [needs packaging] miniupnpd

2010-12-30 Thread Johan Kiviniemi
My packaging (linked earlier) contains a minimal version of the required header. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/313642 Title: [needs packaging] miniupnpd -- ubuntu-bugs mailing list

[Bug 686698] Re: compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect()

2010-12-11 Thread Johan Kiviniemi
I have no idea if this is relevant, but on the box on which I get the exact same backtrace for unity (x86-PAE kernel; fglrx from x-updates), I also get the following. If this happens to be the symptom of the same problem, perhaps this shorter backtrace helps in debugging. % gdb /usr/lib/nux/unity_

[Bug 1244514] [NEW] package apport 2.12.5-0ubuntu2.1 failed to install/upgrade: package apport is already installed and configured

2013-10-24 Thread Johan Kiviniemi
Public bug reported: I’m not sure what package to report this against, so I’ll go with the default. This happened while upgrading. The packages did end up being upgraded, though. dpkg: error processing python3-problem-report (--configure): package python3-problem-report is already installed and

[Bug 923876] Re: FR: Limit and clean-up kernel images and headers automatically in LTS

2013-02-20 Thread Johan Kiviniemi
** Tags removed: verification-needed ** Tags added: verification-failed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/923876 Title: FR: Limit and clean-up kernel images and headers automatically in

[Bug 923876] Re: FR: Limit and clean-up kernel images and headers automatically in LTS

2013-02-14 Thread Johan Kiviniemi
When updating to apt 0.9.7.5ubuntu5.3, no /etc/apt/apt.conf.d /01autoremove-kernels was generated and apt-get autoremove would uninstall all kernel versions but the latest from my system. Running /etc/kernel/postinst.d/apt-auto-removal 3.5.0-24-generic manually generated the file. -- You receive

[Bug 788108] Re: gnome-control-center needs colord support

2011-08-10 Thread Johan Kiviniemi
I think gnome-settings-daemon should also build-depend on libcolord-dev (>= 0.1.9), liblcms2-dev (>= 2.2) to build the color plugin. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788108 Title: gnome

[Bug 1182932] [NEW] Add PPA keys to /etc/apt/trusted.gpg.d/{owner}-{ppa}.gpg

2013-05-22 Thread Johan Kiviniemi
Public bug reported: It would be nice if PPA keys were added to PPA-specific keyrings under trusted.gpg.d for the same reason entries are added to PPA-specific files under sources.list.d instead of the main sources.list. The attached patch should implement this. ** Affects: software-properties (

[Bug 410047] Re: totem not playing video files "Disconnected: Connection terminated"

2011-06-06 Thread Johan Kiviniemi
Related to or duplicate of bug #644644? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/410047 Title: totem not playing video files "Disconnected: Connection terminated" -- ubuntu-bugs mailing list

[Bug 724717] Re: Indicators fail to load

2011-02-28 Thread Johan Kiviniemi
Wouldn’t it be better not to hardcode the path but get it from libindicator-dev instead? % pkg-config --variable=indicatordir indicator /usr/lib/indicators/5/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 740214] [NEW] Keyboard settings reset to X defaults whenever keyboard-config is updated

2011-03-22 Thread Johan Kiviniemi
Public bug reported: Binary package hint: console-setup I’m not sure of the correct package against which to file this report. I have set up personal keyboard settings in Gnome keyboard preferences. Whenever keyboard-config (it seems) is updated the X keyboard settings reset to defaults. I have

[Bug 740214] Re: Keyboard settings reset to X defaults whenever keyboard-config is updated

2011-03-22 Thread Johan Kiviniemi
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/740214 Title: Keyboard settings reset to X defaults whenever keyboard-config is updated -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com http

[Bug 728887] [NEW] Launcher doesn’t provide edge resistance while hidden

2011-03-03 Thread Johan Kiviniemi
Public bug reported: Binary package hint: unity-2d Moving or resizing the edge of a window right next to the launcher is not easy as the launcher doesn’t leave an invisible border with edge resistance when hiding from the view. ** Affects: unity-2d Importance: Undecided Status: New

[Bug 685682] Re: [fglrx] compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect()

2011-03-30 Thread Johan Kiviniemi
Testing the daily build of unity with the new fglrx: unity_support_test crashes with the following output. http://paste.ubuntu.com/587529/ The XIO error actually comes after the output, they’re just mixed in the log due to stdout and stderr getting flushed differently. Should I report this on Lau

[Bug 685682] Re: [fglrx] compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect()

2011-03-30 Thread Johan Kiviniemi
Loïc, The version of unity_support_test in the nux repo seems to work fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/685682 Title: [fglrx] compiz crashed with SIGSEGV in nux::IOpenGLSurface:

[Bug 825339] [NEW] Package description doesn’t tell the difference between fglrx and fglrx-updates

2011-08-12 Thread Johan Kiviniemi
Public bug reported: One seems unable to tell the difference between fglrx and fglrx-updates. fglrx: Version: 2:8.872-0ubuntu1 Description: Video driver for the AMD graphics accelerators Video driver for the AMD Radeon and FireGL graphics accelerators. . This package provides 2D display drive

[Bug 675825] Re: Ubuntu Help Center spawns new windows ad infinitum

2011-01-25 Thread Johan Kiviniemi
** Changed in: yelp (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/675825 Title: Ubuntu Help Center spawns new windows ad infinitum -- ubuntu-bugs mailing l

[Bug 686698] Re: compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect()

2011-01-27 Thread Johan Kiviniemi
…and with libnux-0.9-0 0.9.18-0ubuntu1. The stack trace is still identical. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/686698 Title: compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect

[Bug 706183] Re: [panel] application menu not visible (on natty)

2011-01-27 Thread Johan Kiviniemi
Something fixed (Gtk) appmenus for me, too. Among the upgraded packages were indicator-appmenu, appmenu-gtk and unity-2d-panel. Keyboard shortcuts such as F10 and alt-f don’t do anything, though, and the menu items don’t have anything underlined. But that’s a separate bug. -- You received this b

[Bug 368022] Re: gnome-settings-daemon does not respect setting of lcdfilter

2011-01-07 Thread Johan Kiviniemi
A workaround I’m using for now. https://launchpad.net/~ion/+archive/gsd- lcdfilter -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/368022 Title: gnome-settings-daemon does not respect setting of lcdfi

[Bug 715445] Re: indicator-datetime doesn’t get geoclue information from ubuntu-geoip-provider

2011-02-08 Thread Johan Kiviniemi
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/715445 Title: indicator-datetime doesn’t get geoclue information from ubuntu-geoip- provider -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.c

[Bug 715445] [NEW] indicator-datetime doesn’t get geoclue information from ubuntu-geoip-provider

2011-02-08 Thread Johan Kiviniemi
Public bug reported: The datetime indicator doesn’t have the “Change timezone…” menu item even when a wrong timezone is set. geoclue-master prints the following when started: % killall geoclue-master; /usr/lib/geoclue/geoclue-master Master options: Found providers: ubuntu-geoip.provider ** (pr

[Bug 313642] Re: [needs packaging] miniupnpd

2011-02-20 Thread Johan Kiviniemi
Switch Debian bug watch from a bug about miniupnpc to one about miniupnpd. ** Bug watch added: Debian Bug tracker #541979 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541979 ** Changed in: debian Status: Fix Released => Unknown ** Changed in: debian Remote watch: Debian Bug tracke

[Bug 573304] Re: Disk check shows spurious space before % sign

2011-03-24 Thread Johan Kiviniemi
“There is no consensus as to whether a space should be included between the number and percent sign in English. Style guides – such as the The Chicago Manual of Style – commonly prescribe to write the number and percent sign without any space in between.[3] The International System of Units and the

[Bug 406397] Re: init: job stuck with expect fork/daemon when parent reaps child

2011-03-24 Thread Johan Kiviniemi
This specific issue will be fixed in a future release of Upstart with robust fork tracking. Is there a specific reason to switch? It’s not as if there are better alternatives out there. :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 747343] Re: [launcher] does not autohide

2011-05-04 Thread Johan Kiviniemi
When choosing the Unity (3D) session from gdm and it falls back to Unity 2D due to insufficient hardware it seems the environment variables aren’t set so that gconfd uses the unity-2d profiles. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 747343] Re: [launcher] does not autohide

2011-05-04 Thread Johan Kiviniemi
/usr/share/gnome- session/sessions/ubuntu.session:FallbackSessionsID=FallbackUnity2d;FallbackClassicGnome -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/747343 Title: [launcher] does not autohide --

[Bug 686698] Re: compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect()

2011-01-20 Thread Johan Kiviniemi
FWIW, the crash still happens with libnux-0.9-0 0.9.16-0ubuntu1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/686698 Title: compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect() -- ubu

[Bug 706183] Re: unity-2d panel appmenu applet not work

2011-01-22 Thread Johan Kiviniemi
panel/applets/indicator/indicator.c:380: const gchar *indicator_names[] = { "application", "messaging", "soundmenu", "datetime", "me", "session", 0 }; Perhaps that’s the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 706183] Re: unity-2d panel appmenu applet not work

2011-01-22 Thread Johan Kiviniemi
If I add appmenu to that array, unity-2d-panel crashes with the message “Indicator-Appmenu-ERROR **: Unable to claim the name com.canonical.AppMenu.Registrar”. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 706340] [NEW] The launcher buttons don’t respond to clicks in the left hand side of the screen

2011-01-22 Thread Johan Kiviniemi
Public bug reported: One can’t move the cursor to the left hand side of the screen and click a launcher button. The cursor must be moved to the right by a few pixels first. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: unity-2d-launcher 3.2-0ubuntu1 ProcVersionSignature: Ubuntu 2.6.37-12.

[Bug 706340] Re: The launcher buttons don’t respond to clicks in the left hand side of the screen

2011-01-22 Thread Johan Kiviniemi
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/706340 Title: The launcher buttons don’t respond to clicks in the left hand side of the screen -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu

[Bug 724717] [NEW] Indicators fail to load

2011-02-24 Thread Johan Kiviniemi
Public bug reported: Binary package hint: unity-2d Indicators fail to load in unity-2d. The following lines appear in .xsession-errors: (:14941): libindicator-WARNING **: File '/usr/lib/indicators/4/libapplication.so' does not exist. (:14941): libindicator-CRITICAL **: indicator_object_get_entr

[Bug 724717] Re: Indicators fail to load

2011-02-24 Thread Johan Kiviniemi
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/724717 Title: Indicators fail to load -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 724717] Re: Indicators fail to load

2011-02-24 Thread Johan Kiviniemi
** Description changed: - Binary package hint: unity-2d + Binary package hint: unity-2d-panel Indicators fail to load in unity-2d. The following lines appear in .xsession-errors: (:14941): libindicator-WARNING **: File '/usr/lib/indicators/4/libapplication.so' does not exist. (:1494

[Bug 706340] Re: [launcher] buttons don’t respond to clicks in the left hand side of the screen

2011-02-25 Thread Johan Kiviniemi
This bug resurfaced when upgrading to the version of unity-2d that brought intellihide (3.2.something → 3.6.1-0ubuntu1). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/706340 Title: [launcher] button

[Bug 599624] Re: mountall ignores the pass parameter of /etc/fstab when scheduling fsck

2010-07-27 Thread Johan Kiviniemi
Could you please describe how you conducted the test and provide the actual numbers? -- mountall ignores the pass parameter of /etc/fstab when scheduling fsck https://bugs.launchpad.net/bugs/599624 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 620441] Re: MySQL upstart stop job does not cleanly shutdown mysql

2010-08-24 Thread Johan Kiviniemi
> Would there be an indication anywhere for users that they're waiting on mysql to die? The ‘stop’ command having not returned yet, and ‘status jobname’ saying ‘stopping’. If a bug in a service causes a stop request not to stop it, the service should be fixed. As for the pseudocode, I don’t thin

[Bug 389176] Re: Explore alternative default behaviors when double-clicking on archive files; Archive Manager is complicated

2010-08-29 Thread Johan Kiviniemi
** Summary changed: - Double-clicking on archive should extract it + Explore alternative default behaviors when double-clicking on archive files; Archive Manager is complicated -- Explore alternative default behaviors when double-clicking on archive files; Archive Manager is complicated https:

[Bug 549365] Re: Terminals have a translucent background

2010-08-30 Thread Johan Kiviniemi
It is a regression introduced by design. ;-) -- Terminals have a translucent background https://bugs.launchpad.net/bugs/549365 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com http

[Bug 556372] Re: Please remove the plymouth dependency from mountall / cryptsetup

2010-08-30 Thread Johan Kiviniemi
> But why, oh why, mountall still depends on plymouth? Something needs to be there to multiplex the potential interaction between multiple parallel boot programs (filesystem checks, cryptsetup etc.) and the user. That program is plymouth. -- Please remove the plymouth dependency from mountall /

[Bug 599624] Re: mountall ignores the pass parameter of /etc/fstab when scheduling fsck

2010-07-25 Thread Johan Kiviniemi
mountall sets the second fsck to the idle IO priority until the first fsck is finished, which prevents disk thrashing. The differences between non-zero passno values are ignored intentionally. You can verify that by adding “--debug >/dev/mountall.log 2>&1” to the “exec mountall...” line in /etc/in

[Bug 635598] Re: package mountall 2.15.1 faile d to install/upgrade: 无法创建“/usr/ share/man/man7/mounted.7.gz.dpkg-new”( 处理“./usr/share/man/man7/mounted.7.gz ”时): 无效的参数

2010-09-12 Thread Johan Kiviniemi
*** This bug is a duplicate of bug 507538 *** https://bugs.launchpad.net/bugs/507538 Judging from a Google translation of the error message, this is the same problem as reported in bug #507538. Marked as duplicate. ** This bug has been marked a duplicate of bug 507538 package openssl 0.9.8

[Bug 507538] Re: package openssl 0.9.8g-16ubuntu3.1 failed to install/upgrade: unable to create `/usr/share/doc/openssl/README.gz.dpkg-new' (while processing `./usr/share/doc/openssl/README.gz'): Inva

2010-09-12 Thread Johan Kiviniemi
In a duplicate bug report, another user had the same issue with a file in the mountall package. Without more information it’s hard to say where the problem lies. Reassigning to the dpkg package for lack of a better idea. Perhaps the dpkg people know what information to request or what package to re

[Bug 569365] Re: mountall messages are showed untranslated in Plymouth

2010-08-03 Thread Johan Kiviniemi
/etc/default/locale can set other relevant variables than just LANG and LANGUAGE; LC_MESSAGES for instance. Instead of . /etc/default/locale export LANG LANGUAGE one could do set -a . /etc/default/locale set +a in order to export all variables set in the file. -- mountall messages a

[Bug 599624] Re: mountall ignores the pass parameter of /etc/fstab when scheduling fsck

2010-08-03 Thread Johan Kiviniemi
Let’s see how the fsck IO priorities behave on your system. Please • download the script from http://gist.github.com/505684 (the “raw” link) • install bc • boot with init=/sbin/sulogin • mount /proc and /sys • run swapon /dev/sda5 • run logsave /dev/test-fsck-ioprio.log /path/to/test-fsck-ioprio /

[Bug 613846] Re: missing home directory when fsck run

2010-08-06 Thread Johan Kiviniemi
Please add ‘--debug >/dev/mountall.log 2>&1’ to the ‘exec mountall...’ line in /etc/init/mountall.conf, run ‘sudo touch /forcefsck’, reboot and attach /etc/fstab, /dev/mountall.log and the output of ‘apt-cache policy mountall’ to this bug report. Thanks. -- missing home directory when fsck run ht

[Bug 569365] Re: mountall messages are showed untranslated in Plymouth

2010-08-06 Thread Johan Kiviniemi
Again, just LANG and LANGUAGE aren’t enough. Please see my previous comment. Thanks. -- mountall messages are showed untranslated in Plymouth https://bugs.launchpad.net/bugs/569365 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubun

[Bug 400125] Re: translation of "Routine check o f drives"‏

2010-08-15 Thread Johan Kiviniemi
*** This bug is a duplicate of bug 569365 *** https://bugs.launchpad.net/bugs/569365 ** This bug has been marked a duplicate of bug 569365 mountall messages are showed untranslated in Plymouth -- translation of "Routine check of drives"‏ https://bugs.launchpad.net/bugs/400125 You received

[Bug 618426] [NEW] FFe: Sync enblend-enfuse 4.0+dfsg-1 (universe) from Debian unstable (main)

2010-08-15 Thread Johan Kiviniemi
Public bug reported: Please sync enblend-enfuse 4.0+dfsg-1 (universe) from Debian unstable (main) Explanation of FeatureFreeze exception: The new release has a number of bug fixes and improvements, which would be nice to have in maverick: http://enblend.hg.sourceforge.net/hgweb/enblend/enblend/fi

[Bug 569365] Re: mountall messages are showed untranslated in Plymouth

2010-08-07 Thread Johan Kiviniemi
Works, except for, say, the LANG=en_US.UTF-8, LC_MESSAGES=fi_FI.UTF-8 case. :-) “set -a; . /foo/bar; set +a” isn’t that much bigger a change than “. /foo/bar; export FOO BAR”. -- mountall messages are showed untranslated in Plymouth https://bugs.launchpad.net/bugs/569365 You received this bug no

[Bug 569365] Re: mountall messages are showed untranslated in Plymouth

2010-08-07 Thread Johan Kiviniemi
Sorry, I meant the LANG=fi_FI.UTF-8, LC_MESSAGES=en_US.UTF-8 case. -- mountall messages are showed untranslated in Plymouth https://bugs.launchpad.net/bugs/569365 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing li

[Bug 603966] Re: Disk check on every boot

2010-08-10 Thread Johan Kiviniemi
Please add ‘--debug >/dev/mountall.log 2>&1’ to the ‘exec mountall…’ line in /etc/init/mountall.conf and reboot the system, reproducing the undesired disk check. Then attach /dev/mountall.log to this bug report. Thanks. -- Disk check on every boot https://bugs.launchpad.net/bugs/603966 You receiv

<    1   2   3   4