[Bug 754522] Re: autofs not starting if no nfs-mount in fstab

2011-04-10 Thread Clint Byrum
*** This bug is a duplicate of bug 752730 *** https://bugs.launchpad.net/bugs/752730 Thomas, thanks for the bug report. I believe this is a duplicate of bug #752730. Marking as such. ** This bug has been marked a duplicate of bug 752730 NFS mounts fail due to upstart condition on

[Bug 752730] Re: NFS mounts fail due to upstart condition on 'mounting TYPE=nfs'

2011-04-10 Thread Clint Byrum
** Changed in: autofs5 (Ubuntu) Status: New = Triaged ** Changed in: autofs5 (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs5 in Ubuntu. https://bugs.launchpad.net/bugs/752730

[Bug 752730] Re: NFS mounts fail due to upstart condition on 'mounting TYPE=nfs'

2011-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package autofs5 - 5.0.5-0ubuntu6 --- autofs5 (5.0.5-0ubuntu6) natty; urgency=low * Remove mounting TYPE=nfs from start conditions, change to start on filesystem and started networking to still solve bug 733914 as well. (LP: #752730) * Re-add

Re: [Bug 750786] Re: nmbd job fails to start on boot

2011-04-10 Thread Cypher2
The one I posted is the fixed version, without the and net-device-up IFACE!=lo go figure why, but since maverick.. it's been the only way nmbd has been able to start on boot for me... when the and net-device-up IFACE!=lo is present, only smbd starts and i am unable to view the network computers

[Bug 756406] [NEW] there is no easy way to edit/include servers for NTP to sync from like it used to

2011-04-10 Thread PresuntoRJ
Public bug reported: Binary package hint: ntp Up to Maverick, when I needed to adjust my NTP daemon where I wanted it to sync from, I could go to the Preferences/Date and time application and add or remove addresses from there (it would then reflect on my /etc/ntp.conf from then on) but now,

[Bug 756406] Re: there is no easy way to edit/include servers for NTP to sync from like it used to

2011-04-10 Thread PresuntoRJ
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ntp in Ubuntu. https://bugs.launchpad.net/bugs/756406 Title: there is no easy way to edit/include servers for NTP to sync from like it used to -- Ubuntu-server-bugs mailing list

[Bug 733914] Re: autofs races network interfaces, ends up not working

2011-04-10 Thread Jungle Boy
I am seeing the same problem with all updates ... have to start autofs manually -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs5 in Ubuntu. https://bugs.launchpad.net/bugs/733914 Title: autofs races network interfaces, ends

[Bug 756406] Re: there is no easy way to edit/include servers for NTP to sync from like it used to

2011-04-10 Thread PresuntoRJ
I am considering this a regression, am I right? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ntp in Ubuntu. https://bugs.launchpad.net/bugs/756406 Title: there is no easy way to edit/include servers for NTP to sync from like it

[Bug 740815]

2011-04-10 Thread Ionut Biru
@Wesley the symlinks are created in the wrong way. lrwxrwxrwx root/root 0 2011-04-09 10:55 usr/lib/libmozjs185.so.1.0 - /build/pkg//usr/lib/libmozjs185.so.1.0.0 lrwxrwxrwx root/root 0 2011-04-09 10:55 usr/lib/libmozjs185.so - /build/pkg//usr/lib/libmozjs185.so.1.0 -rwxr-xr-x

[Bug 740815]

2011-04-10 Thread Wes Garland
Ionut; I think you did # ./configure --prefix=/build/pkg/usr/ # make make install and then wanted to move/copy the links that were made, but they were absolute rather than relative links, so this did not work? If I understand correctly, I can fix this in the next release, or perhaps a point

[Bug 740815]

2011-04-10 Thread Ionut Biru
Wesley: i did ./configure --prefix=/usr make make DESTDIR=/build/pkg install in Makefile.in you have on line: 891 ln -s $(SHLIB_EXACT_VER) $(SHLIB_ABI_VER) 892 ln -s $(SHLIB_ABI_VER) $(SHLIB_ANY_VER) where: 870 # Generic Unix / Linux 871 SHLIB_ANY_VER :=

[Bug 740815]

2011-04-10 Thread Wes Garland
Interesting, that is not a configuration I've tested but I will add it to my (very short) list for the next release. In the meantime, I think you can change 891 and 892 of Makefile.in like this to achieve the desired outcome: 891 ln -s $(notdir $(SHLIB_EXACT_VER)) $(SHLIB_ABI_VER) 892

Re: [Bug 750786] Re: nmbd job fails to start on boot

2011-04-10 Thread Clint Byrum
Excerpts from Cypher2's message of Sun Apr 10 06:48:36 UTC 2011: The one I posted is the fixed version, without the and net-device-up IFACE!=lo go figure why, but since maverick.. it's been the only way nmbd has been able to start on boot for me... when the and net-device-up IFACE!=lo is

Re: [Bug 750786] Re: nmbd job fails to start on boot

2011-04-10 Thread Cypher2
alright.. i'll revert back to the original config and verbose it... On Sun, Apr 10, 2011 at 11:10 AM, Clint Byrum cl...@fewbar.com wrote: Excerpts from Cypher2's message of Sun Apr 10 06:48:36 UTC 2011: The one I posted is the fixed version, without the and net-device-up IFACE!=lo go

Re: [Bug 750786] Re: nmbd job fails to start on boot

2011-04-10 Thread Cypher2
Here is boot.log with default: - Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ...

Re: [Bug 750786] Re: nmbd job fails to start on boot

2011-04-10 Thread Cypher2
Actually, I'M sorry... please disregard the previous log... it had a typo and didn't even load up... Here's the good default one: Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file

Re: [Bug 750786] Re: nmbd job fails to start on boot

2011-04-10 Thread Cypher2
And here is the modified upstart containing only th elocal FSs dep. --- Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ...

[Bug 750786] Re: nmbd job fails to start on boot

2011-04-10 Thread Chuck Short
Can you attach your /var/log/samba/log.nmbd as well? Thanks chuck -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/750786 Title: nmbd job fails to start on boot --

Re: [Bug 750786] Re: nmbd job fails to start on boot

2011-04-10 Thread Cypher2
On Sun, Apr 10, 2011 at 12:39 PM, Chuck Short chuck.sh...@canonical.comwrote: Can you attach your /var/log/samba/log.nmbd as well? Thanks chuck -- You received this bug notification because you are a direct subscriber of the bug. https://bugs.launchpad.net/bugs/750786 Title: nmbd job

[Bug 733914] Re: autofs races network interfaces, ends up not working

2011-04-10 Thread Vince Marsters
5.0.5-0ubuntu6 has resolved the problem for me -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs5 in Ubuntu. https://bugs.launchpad.net/bugs/733914 Title: autofs races network interfaces, ends up not working --

[Bug 596298] [NEW] impossible to install - dokuwiki and its dependencies cannot be configured

2011-04-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Binary package hint: dokuwiki 1) Description:Ubuntu 10.04 LTS Release:10.04 2) dokuwiki: Installed: (none) Candidate: 0.0.20091225c-3 Version table: 0.0.20091225c-3 0 500 http://ch.archive.ubuntu.com/ubuntu/

[Bug 654165] [NEW] update-manager error when upgrading php5-idn

2011-04-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Binary package hint: update-manager When upgrading my Ubuntu 9.10 to 10.04, I got the following error: [...long install process...] Errors were encountered while processing: php5-idn Exception during pm.DoInstall(): E:Sub-process /usr/bin/dpkg

[Bug 596298] Re: impossible to install - dokuwiki and its dependencies cannot be configured

2011-04-10 Thread RedSingularity
*** This bug is a duplicate of bug 654165 *** https://bugs.launchpad.net/bugs/654165 Duplicate of bug 654165. Marking. ** Package changed: dokuwiki (Ubuntu) = php5 (Ubuntu) ** This bug has been marked a duplicate of bug 654165 update-manager error when upgrading php5-idn * You can

[Bug 654165] Re: update-manager error when upgrading php5-idn

2011-04-10 Thread RedSingularity
Thanks for linking those other reports. Much appreciated and helpful! I am going to move this to the php5 package. It seems that would be more appropriate than update-manager. The other user had the same problem because the package he/she tried to install had php5-idn as a dependency. php5-idn

[Bug 654165] Re: update-manager error when upgrading php5-idn

2011-04-10 Thread Ondřej Surý
php5-idn should be really removed from archive. The upstream development is dead and the package was orphaned in Debian anyway. php5-intl provides some of the functionality. ** Package changed: php5 (Ubuntu) = php-idn (Ubuntu) -- You received this bug notification because you are a member of

[Bug 596298] Re: impossible to install - dokuwiki and its dependencies cannot be configured

2011-04-10 Thread Ondřej Surý
** This bug is no longer a duplicate of bug 654165 update-manager error when upgrading php5-idn -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/596298 Title: impossible to install -

[Bug 596298] Re: impossible to install - dokuwiki and its dependencies cannot be configured

2011-04-10 Thread Ondřej Surý
libphp-simple pie should depend on php5-intl where it is available (lucid has one). simplepie uses only idn_to_utf8 which is provided by php5-intl as well (and is not broken). ** Package changed: php5 (Ubuntu) = simplepie (Ubuntu) -- You received this bug notification because you are a member

[Bug 584048] Re: kvm images losing connectivity w/bridged network

2011-04-10 Thread Derek Simkowiak
I have the same 4-second bridge freeze when using LXC containers and lxc-start or lxc-stop. (I am using a custom script to create my LXC containers.) I saw the reference to this above: https://www.redhat.com/archives/libvir-list/2010-July/msg00450.html I changed my custom script from this:

[Bug 673705] Re: running guests freeze when a guest is powered down

2011-04-10 Thread Derek Simkowiak
This bug is probably a duplicate issue as this: https://bugs.launchpad.net/ubuntu/maverick/+source/qemu-kvm/+bug/584048 The problem is with Linux bridging. When adding or removing a MAC address (like for KVM, VirtualBox, or even LXC) then if the bridge changes its MAC, this symptom happens.

[Bug 756894] [NEW] mount.ocfs2 protocol not available mounting error

2011-04-10 Thread iMac
Public bug reported: Binary package hint: ocfs2-tools ERROR: status = -92 appears in logs ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: ocfs2-tools 1.6.3-1ubuntu2 ProcVersionSignature: Ubuntu 2.6.38-7.39-server 2.6.38 Uname: Linux 2.6.38-7-server x86_64 Architecture: amd64 Date: Sun Apr

[Bug 756894] Re: mount.ocfs2 protocol not available mounting error

2011-04-10 Thread iMac
** Attachment added: Dmesg output https://bugs.launchpad.net/bugs/756894/+attachment/2012572/+files/dmesg.txt.gz -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ocfs2-tools in Ubuntu. https://bugs.launchpad.net/bugs/756894 Title:

[Bug 756894] Re: mount.ocfs2 protocol not available mounting error

2011-04-10 Thread iMac
my cluster.conf node: ip_port = ip_address = 192.168.79.14 number = 0 name = media cluster = ocfs2 node: ip_port = ip_address = 192.168.79.77 number = 1 name = ibm-main cluster = ocfs2 node:

[Bug 756894] Re: mount.ocfs2 protocol not available mounting error

2011-04-10 Thread iMac
my modules # lsmod | grep ocfs ocfs2 788119 0 quota_tree 18308 1 ocfs2 ocfs2_dlmfs27697 1 ocfs2_stack_o2cb 13322 0 ocfs2_dlm 242947 1 ocfs2_stack_o2cb ocfs2_nodemanager 225790 12 ocfs2,ocfs2_dlmfs,ocfs2_stack_o2cb,ocfs2_dlm

Re: [Bug 584048] Re: kvm images losing connectivity w/bridged network

2011-04-10 Thread Serge Hallyn
Quoting Derek Simkowiak (ubu...@cool-st.com): I have the same 4-second bridge freeze when using LXC containers and lxc-start or lxc-stop. (I am using a custom script to create my LXC containers.) I saw the reference to this above:

[Bug 673705] Re: running guests freeze when a guest is powered down

2011-04-10 Thread Serge Hallyn
Quoting Derek Simkowiak (ubu...@cool-st.com): This bug is probably a duplicate issue as this: https://bugs.launchpad.net/ubuntu/maverick/+source/qemu-kvm/+bug/584048 The problem is with Linux bridging. When adding or removing a MAC address (like for KVM, VirtualBox, or even LXC) then if

[Bug 584048] Re: kvm images losing connectivity w/bridged network

2011-04-10 Thread Serge Hallyn
** Package changed: qemu-kvm (Ubuntu) = libvirt (Ubuntu) ** Changed in: libvirt (Ubuntu) Status: Invalid = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/584048

[Bug 756894] Re: mount.ocfs2 protocol not available mounting error

2011-04-10 Thread iMac
On node 0 (debian 6, 1.4.4) the heartbeat parameters have the same value, which was my initial though for the node mismatch error, noting that ocfs2 1.6 is supposed to be fully compatible with 1.4. The o2cb status ouput on node0 is as follows, noting the heartbeat is active because the volumes

[Bug 673705] Re: running guests freeze when a guest is powered down

2011-04-10 Thread Serge Hallyn
Hi Mathias, I've contacted upstream about this issue. For now, the simplest workaround would be to create a tap or veth NIC with a low macaddr and always keep it attached to your virbr0. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 673705] Re: running guests freeze when a guest is powered down

2011-04-10 Thread Serge Hallyn
** Package changed: qemu-kvm (Ubuntu) = libvirt (Ubuntu) ** Changed in: libvirt (Ubuntu) Assignee: Serge Hallyn (serge-hallyn) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu.

[Bug 756285] Re: Dash does not show downloadable apps

2011-04-10 Thread Jono Bacon
Thanks, Bilal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/756285 Title: Dash does not show downloadable apps -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 755697] Re: bfb turns blue despite app being open

2011-04-10 Thread Bilal Akhtar
If that's the question, then this would be somewhat the opposite of bug #748840 . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/755697 Title: bfb turns blue despite app being open -- ubuntu-bugs

[Bug 754522] Re: autofs not starting if no nfs-mount in fstab

2011-04-10 Thread Clint Byrum
*** This bug is a duplicate of bug 752730 *** https://bugs.launchpad.net/bugs/752730 Thomas, thanks for the bug report. I believe this is a duplicate of bug #752730. Marking as such. ** This bug has been marked a duplicate of bug 752730 NFS mounts fail due to upstart condition on

[Bug 741605] Re: Tooltips and Dash Font Problems

2011-04-10 Thread Jason Smith
** Changed in: unity Status: In Progress = Fix Committed ** Changed in: unity Assignee: Mirco Müller (macslow) = Jason Smith (jassmith) ** Changed in: unity (Ubuntu) Importance: Undecided = Medium ** Changed in: unity (Ubuntu) Status: In Progress = Fix Committed **

[Bug 752730] Re: NFS mounts fail due to upstart condition on 'mounting TYPE=nfs'

2011-04-10 Thread Clint Byrum
** Changed in: autofs5 (Ubuntu) Status: New = Triaged ** Changed in: autofs5 (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/752730 Title: NFS mounts

[Bug 735135] Re: [Jetway Mini-Top, Nvidia GPU] Ubuntu fails to output audio with HDMI

2011-04-10 Thread madbiologist
G'day Wes. This is just a guess on my part, but the upstream 2.6.39-rc2 kernel contains a patch which may fix your problem. From the changelog: commit eccaca28e29861a63ebc067bfff59c7efa427371 Author: Ben Skeggs Date: Wed Mar 30 05:03:47 2011 + drm: export drm_find_cea_extension to

[Bug 734883] Re: iPod won't mount

2011-04-10 Thread Jordan Yelloz
This looks like it was broken between 2.6.37 and 2.6.38. I backed out the hfsplus module in a 2.6.38.2 tree to that from 2.6.37 (git checkout v2.6.37 -- fs/hfsplus) and my iPod mounted correctly. My guess is that this was caused by one of these commits:

[Bug 750350] Re: Title elipisising incorrect. Type “Shotwell” for a good example

2011-04-10 Thread Jason Smith
** Branch linked: lp:~unity-team/unity/unity.end-dots -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/750350 Title: Title elipisising incorrect. Type “Shotwell” for a good example -- ubuntu-bugs

[Bug 749216] Re: galago-python version 0.5.0-1ubuntu3 failed to build on i386

2011-04-10 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 749111 *** https://bugs.launchpad.net/bugs/749111 ** Branch linked: lp:ubuntu/libgalago-gtk -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/749216 Title:

[Bug 752730] Re: NFS mounts fail due to upstart condition on 'mounting TYPE=nfs'

2011-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package autofs5 - 5.0.5-0ubuntu6 --- autofs5 (5.0.5-0ubuntu6) natty; urgency=low * Remove mounting TYPE=nfs from start conditions, change to start on filesystem and started networking to still solve bug 733914 as well. (LP: #752730) * Re-add

[Bug 707490] Re: aptd crashed with UnicodeDecodeError in _set_status_details(): 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)

2011-04-10 Thread stoja
I get the same error :( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/707490 Title: aptd crashed with UnicodeDecodeError in _set_status_details(): 'ascii' codec can't decode byte 0xd0 in position

Re: [Bug 748527] Re: [EX58-UD5, Realtek ALC889A, Grey Line Out, Rear] No sound at all

2011-04-10 Thread Guillaume Melquiond
On 2011/4/4, David Henningsson wrote: Thanks for your bug report. I'm quite certain that the fix is on its way with this commit. Would you mind checking after the next kernel is upload for Natty, just to verify? The kernel update caused the Side 3 channel to disappear. So hopefully the bug is

[Bug 385344] Re: Netbooks- Cheese video recording is laggy at higher video resolutions

2011-04-10 Thread John Baptist
I can verify that guvcview works, while cheese doesn't. Still, cheese has an easier user interface and has the effects. It would be nice if we could fix cheese, especially since it is installed by default. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 756321] [NEW] global menus don't work well on small screens

2011-04-10 Thread Gannin
Public bug reported: Binary package hint: unity I have 11.04 installed on my eeePC 701, which has a small screen. When you load a program that has a longer menu, like Audacity, a good portion of the menu disappears behind the panel / system tray, and there's no way to access it. ProblemType:

[Bug 756321] Re: global menus don't work well on small screens

2011-04-10 Thread Gannin
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/756321 Title: global menus don't work well on small screens -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 756327] Re: package linux-image-2.6.32-30-generic 2.6.32-30.59 failed to install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error exit status 2

2011-04-10 Thread martin sanchez
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/756327 Title: package linux-image-2.6.32-30-generic 2.6.32-30.59 failed to install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error exit

[Bug 756327] [NEW] package linux-image-2.6.32-30-generic 2.6.32-30.59 failed to install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error exit status 2

2011-04-10 Thread martin sanchez
Public bug reported: it was on the process of updating didnt turn on the laptop for a long time is an old dell inspiron 5100 ProblemType: Package DistroRelease: Ubuntu 10.04 Package: linux-image-2.6.32-30-generic 2.6.32-30.59 Regression: No Reproducible: No ProcVersionSignature: Ubuntu

[Bug 756323] Re: grub-mount assert failure: *** glibc detected *** grub-mount: free(): corrupted unsorted chunks: 0x08f393b8 ***

2011-04-10 Thread Apport retracing service
*** This bug is a duplicate of bug 756297 *** https://bugs.launchpad.net/bugs/756297 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #756297, so is being marked as such. Please

[Bug 756320] Re: indicator-applet crashed with SIGSEGV in g_cclosure_marshal_VOID__POINTER()

2011-04-10 Thread Apport retracing service
*** This bug is a duplicate of bug 754304 *** https://bugs.launchpad.net/bugs/754304 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #754304, so is being marked as such. Please

[Bug 749114] Re: libauthen-krb5-perl version 1.9-2 failed to build on i386

2011-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package libauthen-krb5-perl - 1.9-2ubuntu1 --- libauthen-krb5-perl (1.9-2ubuntu1) natty; urgency=low * debian/patches/better-compiler-flags: adjust Makefile.PL to use the values returned by krb5-config instead of probing directly, fixing a build

[Bug 756329] [NEW] An unresolvable problem occurred while calculating the upgrade. Please report this bug against the 'update-manager' package and include the following error message: 'E:Error, pkgPro

2011-04-10 Thread harinder
Public bug reported: Binary package hint: update-manager /var/log/dist-upgrade/ this folder is empty. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: update-manager 1:0.145.4 ProcVersionSignature: Ubuntu 2.6.37-7.19-generic 2.6.37-rc3 Uname: Linux 2.6.37-7-generic i686 Architecture:

[Bug 756329] Re: An unresolvable problem occurred while calculating the upgrade. Please report this bug against the 'update-manager' package and include the following error message: 'E:Error, pkgProbl

2011-04-10 Thread harinder
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/756329 Title: An unresolvable problem occurred while calculating the upgrade. Please report this bug against the 'update-manager' package and

[Bug 753119] Re: Virtualbox menus items are disabled except close

2011-04-10 Thread Gábor Pápai
This bug also affects i386 non-ose VirtualBox 4.04. (os: uptodate 11.04; upgraded from 10.xx) Remark: Not all menus are disabled, the help menu group is enabled, but the other 2 groups' items are disabled (except exit menuitem). -- You received this bug notification because you are a member

[Bug 755928] Re: psimedia version 1.0.3-4 failed to build on i386

2011-04-10 Thread Andreas Olsson
See also bug #727361, which I now will be marking as a duplicate. In it I noted the following - Based on information in bug #721399 the linux/videodev.h refers to a header no longer part of the 2.6.38 kernel. ** Changed in: psimedia (Ubuntu) Status: New = Confirmed -- You received this

Re: [Bug 750786] Re: nmbd job fails to start on boot

2011-04-10 Thread Cypher2
The one I posted is the fixed version, without the and net-device-up IFACE!=lo go figure why, but since maverick.. it's been the only way nmbd has been able to start on boot for me... when the and net-device-up IFACE!=lo is present, only smbd starts and i am unable to view the network computers

[Bug 727361] Re: psimedia fails to build for Natty - fatal error: linux/videodev.h: No such file or directory

2011-04-10 Thread Andreas Olsson
*** This bug is a duplicate of bug 755928 *** https://bugs.launchpad.net/bugs/755928 ** This bug has been marked a duplicate of bug 755928 psimedia version 1.0.3-4 failed to build on i386 * You can subscribe to bug 755928 by following this link:

[Bug 755697] Re: bfb turns blue despite app being open

2011-04-10 Thread Greg Auger
Yes it's certainly related to that one. I don't know what the correct behaviour should be, but I think something is going wrong if the window is displayed in the foreground, but is not actually selected. ** Summary changed: - bfb turns blue despite app being open + Application at front of

[Bug 755413] Re: Blue logo in a top left corner of the screen while installing additional languages and language packs

2011-04-10 Thread Gvozdik Artem
It's not really obvious, heh:) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/755413 Title: Blue logo in a top left corner of the screen while installing additional languages and language packs

[Bug 747516] Re: pressing super doesn't open dash if an indicator is being viewed

2011-04-10 Thread Greg Auger
** Description changed: Binary package hint: unity To reproduce: - - Click on the indicator -  - Press Super -  - No Dash appears +  - Open any indicator +  - Press Super (No Dash appears) + - Close the indicator (The Dash suddenly pops up) - Also all of the other Unity Super

[Bug 749116] Re: choosewm version 0.1.6-1 failed to build on i386

2011-04-10 Thread Steve Langasek
The attached patch corrects this immediate error, but the package will still fail to build with this problem: make[3]: Entering directory `/home/vorlon/devel/linaro/multiarch/choosewm-0.1.6' x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/atk-1.0 -I/usr/include/pango-1.0

[Bug 756333] Re: no method to properly close banshee

2011-04-10 Thread Joel Pickett
** Description changed: Binary package hint: banshee In the media menu, there's no Quit, so banshee window closes but still is running (and playing back) in the background and sound menu. Closing the application with the X Close window button is the same thing. Right clicking the

[Bug 756333] [NEW] no method to properly close banshee

2011-04-10 Thread Joel Pickett
Public bug reported: Binary package hint: banshee In the media menu, there's no Quit, so banshee window closes but still is running (and playing back) in the background and sound menu. Closing the application with the X Close window button is the same thing. Right clicking the icon in the dash

[Bug 756328] Re: compiz crashed with SIGSEGV in sigc::signal_base::impl()

2011-04-10 Thread Apport retracing service
*** This bug is a duplicate of bug 685552 *** https://bugs.launchpad.net/bugs/685552 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #754202, so is being marked as such. Please

[Bug 756326] Re: bamfdaemon crashed with SIGABRT in dbus_g_connection_register_g_object()

2011-04-10 Thread Apport retracing service
*** This bug is a duplicate of bug 754225 *** https://bugs.launchpad.net/bugs/754225 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #754225, so is being marked as such. Please

[Bug 710738] Re: Regression latest kernel breaks my Atheros AR5001 wifi

2011-04-10 Thread vlad
I have the same problem with my Atheros AR5007EG after update from 10.10 to 11.04 on 2011-04-08. Tried to sudo rmmod -f ath5k sudo modprobe ath5k nohwcrypt=1 but nothing changed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 691608] Re: calibre does not start

2011-04-10 Thread lipstick
No, I have got this error. sinan@sinan-1015PEM:~$ calibre Traceback (most recent call last): File /usr/bin/calibre, line 18, in module from calibre.gui2.main import main File /usr/lib/calibre/calibre/gui2/__init__.py, line 19, in module from calibre.ebooks.metadata.meta import

[Bug 651590] Re: ATI Radeon HD 5850 blank screen during boot

2011-04-10 Thread madbiologist
G'day lixo1. There seems to be a conflict in the information you have supplied. Can you please confirm whether you are using the open-source xserver-xorg-video-ati driver or the ATI Catalyst driver downloaded from the ATI website? Note that even when using the Catalyst driver it is best to

[Bug 641056] Re: Loader chooses 64-bit instead of 32-bit library

2011-04-10 Thread Matthew
The original Bug Description mentions libgvfsdbus.so, and this was repeated in later postings. In Kate Stewart's comment of 2010-09-22 only pixbuf is mentioned for the first time. Chris Coulson wrote on 2010-09-22 ia32-libs is also missing ibus. Chris Coulson also wrote on 2010-09-27:

[Bug 750074] Re: Gwibbers unity menu shows Quit before you run it.

2011-04-10 Thread Andrew Toogood
Have just retested this with latest update and quit no longer shows unless gwibber is running so this issue can be closed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/750074 Title: Gwibbers unity

[Bug 747355] Re: briquolo freezes

2011-04-10 Thread ZeroBeat
Some of the other games freezes, too like freetennis, khmahjongg, etc... I think it's a bug in unity. Best regards Mike -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/747355 Title: briquolo freezes

[Bug 735354] Re: Application and Files place shows as blank until you start typing filter see picture

2011-04-10 Thread Andrew Toogood
This issue is resolved , no longer happens with latest update and can be closed. Great work guys! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/735354 Title: Application and Files place shows as

[Bug 613809] Re: Rhythmbox FM plug-in, tvtime and gnomeradio NO SOUND, no /dev/mixer present

2011-04-10 Thread Claudiu Vlad
** Also affects: gnomeradio Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/613809 Title: Rhythmbox FM plug-in, tvtime and gnomeradio NO SOUND, no

[Bug 756172] Re: netsurf version 2.1-2.1 failed to build on i386

2011-04-10 Thread Axel Beckert
Known in Debian for quite some time: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574299 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595828 AFAICS packaging a new upstream version would solve that issue, too, but would need packaging quite some new libraries, too. ** Bug watch added:

[Bug 756265] Re: compiz crashed with SIGSEGV in sigc::signal_base::impl()

2011-04-10 Thread Extender
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/756265 Title: compiz crashed with SIGSEGV in sigc::signal_base::impl() -- ubuntu-bugs mailing list

[Bug 749123] Re: cyrus-imapd-2.2 version 2.2.13-19build1 failed to build on i386

2011-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package cyrus-imapd-2.2 - 2.2.13-19ubuntu1 --- cyrus-imapd-2.2 (2.2.13-19ubuntu1) natty; urgency=low * debian/rules: use -lcom_err from the system path, instead of hard-coding /usr which breaks under multiarch. LP: #749123. -- Steve Langasek

[Bug 755715] Re: radeon 3870 x2 sometimes gives black screen at startup

2011-04-10 Thread Tormod Volden
Can you please run apport-collect 755715 to attach additional information? ** Package changed: xserver-xorg-video-radeonhd (Ubuntu) = xserver- xorg-video-ati (Ubuntu) ** Changed in: xserver-xorg-video-ati (Ubuntu) Status: New = Incomplete -- You received this bug notification because

[Bug 728998] Re: Turning on wobbly windows in compiz causes issues in workspace switcher

2011-04-10 Thread Andrew Toogood
Still an issue but given how long it is till release prob bigger issues to deal with. so I will just not use wobbly windows this release. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/728998 Title:

[Bug 633227] Re: instabilities with highmem activated

2011-04-10 Thread Ricardo Salveti
Using latest kernel available (2.6.38-1207-omap4) and I'm not able to reproduce this issue anymore. My panda is up for more than 2 days, doing more than 20 kernel builds and still no kernel message and no error. Will let it building more but it seems that I'm finally unable to reproduce this bug.

[Bug 756337] Re: Tomboy.exe crashed with SIGABRT

2011-04-10 Thread Apport retracing service
*** This bug is a duplicate of bug 747136 *** https://bugs.launchpad.net/bugs/747136 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #747136, so is being marked as such. Please

[Bug 756237] Re: wxRuby crashes with segmentation fault in pixman_image_composite32

2011-04-10 Thread Marvin Gülker
I've been experiencing the same problems on an Ubuntu as well as on an Arch Linux box. With pixman 0.20.0 installed, everything works fine (on Arch), but the next release 0.20.2 causes wxRuby to crash. Oh and this one: 2. Install the wxWidgets gem: sudo gem1.9.1 install wxruby will crash

[Bug 755589] Re: Presentation profile deleted on upgrade to 11.04

2011-04-10 Thread Tom Chiverton
Needs to be in the release notes then ! ** Tags added: releasenote -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/755589 Title: Presentation profile deleted on upgrade to 11.04 -- ubuntu-bugs

[Bug 748040] Re: laptop-mode-tools crashes on startup

2011-04-10 Thread Tormod Volden
*** This bug is a duplicate of bug 530569 *** https://bugs.launchpad.net/bugs/530569 ** Changed in: laptop-mode-tools (Ubuntu) Status: Opinion = New ** This bug has been marked a duplicate of bug 530569 hal-disable-polling crash: buffer overflow detected * You can subscribe to bug

[Bug 728319] Re: compiz crashed with signal 7 in g_file_get_uri()

2011-04-10 Thread Andrew Toogood
Interesting that Achim had the same issue with svg - Inkscape so I thought it could be a wider issue, I tested the following with out any issues: odt - libre office txt - gedit html - chromium html - firefox deb - software centre mp3 - banshee All successful so not sure why Geany and Inkscape

[Bug 754359] Re: Clicking Time Date in Control Centre or Time Date Settings in clock indicator does nothing

2011-04-10 Thread fishears
UPDATE: Not working again today. This bug is still ACTIVE -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/754359 Title: Clicking Time Date in Control Centre or Time Date Settings in clock

[Bug 746973] Re: Facebook certificate is untrusted

2011-04-10 Thread Liliana Martinez Lopez
please! I need aid! S.O.S. I not, like removing to this persecution from my PC, cellular and telephone! that I can do? I have spent much in tools and it always returns the insect! That I do? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 735354] Re: Application and Files place shows as blank until you start typing filter see picture

2011-04-10 Thread Bilal Akhtar
*** This bug is a duplicate of bug 726033 *** https://bugs.launchpad.net/bugs/726033 ** This bug has been marked a duplicate of bug 726033 does not display icons until hovered * You can subscribe to bug 726033 by following this link:

[Bug 756321] Re: global menus don't work well on small screens

2011-04-10 Thread Bilal Akhtar
Does pressing Alt + (underlined key of a menu) and then moving sideways with the arrow keys, help? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/756321 Title: global menus don't work well on small

[Bug 747598] Re: mutt-patched always errors out with too many open files

2011-04-10 Thread Julien Valroff
** Bug watch added: Debian Bug tracker #610191 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610191 ** Also affects: mutt (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610191 Importance: Unknown Status: Unknown -- You received this bug notification because you

[Bug 641056] Re: Loader chooses 64-bit instead of 32-bit library

2011-04-10 Thread Matthew
Two more details: - Examining Radu's patch I see it is actually only to the vmware-config.pl, not to the Linux kernel (phew!!) - Thunderbird does actually startup, but it quits in 11 seconds, which made registering for launchpad a challenge and has effectively locked down my email communication

[Bug 754470] Re: syndaemon consumes 100% CPU

2011-04-10 Thread Rocko
It uses 100% cpu on my laptop either after logging in or after resume, and I don't think it's related to whether I have a USB mouse plugged in (syndaemon is supposed to monitor the keyboard and disable the touchpad when you're typing). I've (hopefully) turned it off now via the setting control

[Bug 749817] Re: natty regression: screen goes black when external monitor is connected

2011-04-10 Thread Martin Pool
With today's natty updates, if the external monitor is connected, the machine crashes while booting, with this oops recorded: Apr 10 17:47:45 joy kernel: [5.913652] BUG: unable to handle kernel NULL pointer dereference at 0230 Apr 10 17:47:45 joy kernel: [5.913701] IP:

  1   2   3   4   5   6   7   8   9   10   >