[Bug 397721] Re: [needs-packaging] php-fpm

2010-08-14 Thread Randy Syring
How does FPM being included in 5.3.3 affect this bug? http://www.php.net/archive/2010.php#id2010-07-22-2 -- [needs-packaging] php-fpm https://bugs.launchpad.net/bugs/397721 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu.

[Bug 312493] Re: Not possible to run PHP in a multiuser and secure way

2010-08-14 Thread Randy Syring
Might the inclusion of php-fvm in 5.3.3 be a solution to this? http://www.php.net/archive/2010.php#id2010-07-22-2 It allows running the fastcgi processes as different users. -- Not possible to run PHP in a multiuser and secure way https://bugs.launchpad.net/bugs/312493 You received this bug

[Bug 276472] Re: cp -p on CIFS mount does not preserve permissions and returns a permission denied error

2010-08-14 Thread john reid
Surbhi, Fix works for me. I haven't done extensive testing, so don't know if it breaks anything else, but the permissions problem is fixed. excellent ! -- cp -p on CIFS mount does not preserve permissions and returns a permission denied error https://bugs.launchpad.net/bugs/276472 You

[Bug 397721] Re: [needs-packaging] php-fpm

2010-08-14 Thread Stas Sușcov
My PPA uses 5.3.2, which is the patched version of PHP, I should update the package if there will be no upstream deb to backport. -- [needs-packaging] php-fpm https://bugs.launchpad.net/bugs/397721 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 617778] [NEW] virtio breaks qcow encryption

2010-08-14 Thread Mike Ponomarenko
Public bug reported: Binary package hint: qemu-kvm virtio does not work witn encrypted qcow images. host and guest: ubuntu 10.04.1 server (libvirt 0.7.5-5ubuntu27, qemu-kvm 0.12.3+noroms-0ubuntu9.2) I have secret defined and disk in domain xml referencing that secret. When I start using target

[Bug 617814] [NEW] it registering as outdated

2010-08-14 Thread perezomail
Public bug reported: Binary package hint: clamav after installing the system on this computer its showing that its outdated ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: clamav 0.96.1+dfsg-0ubuntu0.10.04.1 ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5 Uname: Linux

[Bug 617814] Re: it registering as outdated

2010-08-14 Thread perezomail
** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/617814/+attachment/1489715/+files/Dependencies.txt -- it registering as outdated https://bugs.launchpad.net/bugs/617814 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 617849] Re: php5 crashed with SIGSEGV in memcpy()

2010-08-14 Thread Vladimir Kolesnikov
** Attachment added: CoreDump.gz https://bugs.edge.launchpad.net/bugs/617849/+attachment/1489856/+files/CoreDump.gz ** Attachment added: Dependencies.txt https://bugs.edge.launchpad.net/bugs/617849/+attachment/1489857/+files/Dependencies.txt ** Attachment added: Disassembly.txt

[Bug 617849] Re: php5 crashed with SIGSEGV in memcpy()

2010-08-14 Thread Vladimir Kolesnikov
** Description changed: Binary package hint: php5 $ lsb_release -rd Description:Ubuntu 10.04.1 LTS Release:10.04 $ LC_ALL=C apt-cache policy php5 php5: - Installed: (none) - Candidate: 5.3.2-1ubuntu4.2 - Version table: - 5.3.2-1ubuntu4.2 0 - 500

[Bug 617849] Re: php5 crashed with SIGSEGV in memcpy()

2010-08-14 Thread Vladimir Kolesnikov
The problem seems to be either in php5-imap or libc-client2007e-dev. Due to a bug, my script passes invalid $section value to imap_fetchbody(), something like: imap_fetchbody($imap_handle, $message_number,

[Bug 617849] Re: php5 crashed with SIGSEGV in memcpy()

2010-08-14 Thread Vladimir Kolesnikov
I have added printf(body=%p, len=%ld\n, body, len); before RETVAL_STRINGL(body, len, 1); and got very interesting results: body=0x7ff23a0d8f4e, len=0 3.1 ... body=0x7ff23a0d8f4e, len=0

[Bug 574704] Re: munin-node after update to Lucid still in /etc/rc*.d, invoked twice

2010-08-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/munin -- munin-node after update to Lucid still in /etc/rc*.d, invoked twice https://bugs.launchpad.net/bugs/574704 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to munin in ubuntu. -- Ubuntu-server-bugs

[Bug 617849] Re: php5 crashed with SIGSEGV in memcpy()

2010-08-14 Thread Vladimir Kolesnikov
Finally got it. The problem is that mail_fetch_body() function from uw-imap- 2007e~dfsg/src/c-client/mail.c can return an empty string without setting len to zero: if (!(section *section))-/* top-level text wanted? */ return mail_fetch_message (stream,msgno,len,flags);

[Bug 617849] Re: php5 crashed with SIGSEGV in memcpy()

2010-08-14 Thread Vladimir Kolesnikov
Quick fix — explicilty set len to zero before passing it to mail_fetchbody_full() ** Patch added: php_imap.c.diff https://bugs.edge.launchpad.net/ubuntu/+source/php5/+bug/617849/+attachment/1489934/+files/php_imap.c.diff -- php5 crashed with SIGSEGV in memcpy()

[Bug 617849] Re: php5 crashed with SIGSEGV in memcpy()

2010-08-14 Thread Vladimir Kolesnikov
See also Bug #617876 -- php5 crashed with SIGSEGV in memcpy() https://bugs.launchpad.net/bugs/617849 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com

[Bug 617849] Re: php5 crashed with SIGSEGV in memcpy()

2010-08-14 Thread Brian Murray
** Tags added: patch -- php5 crashed with SIGSEGV in memcpy() https://bugs.launchpad.net/bugs/617849 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com

[Bug 616962] Re: munin after install: 403 forbidden

2010-08-14 Thread Christian Matt
*** This bug is a duplicate of bug 534647 *** https://bugs.launchpad.net/bugs/534647 This is my third try to write a reply. Startet writing and solved the problem on my first machine. Then I wrote about the other machine and solved the problem there. It was just misconfiguration by myself

[Bug 407302] [NEW] No more network after removing network-manager

2010-08-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Binary package hint: network-manager Release: Karmic Alpha 3 Package: Network-manager I uninstalled network-manager (sudo apt-get remove --purge network- manager), because I wanted to install wicd which suits me better as a network-manager. Great was

[Bug 617952] [NEW] package libmysqlclient16 5.1.41-3ubuntu12.6 failed to install/upgrade: subprocess installed post-installation script killed by signal (Killed)

2010-08-14 Thread Toby Kraft
Public bug reported: fresh install mythbuntu 10.4, ran system update, then this error occurred during the update process. that's all I know about it. thx ProblemType: Package DistroRelease: Ubuntu 10.04 Package: libmysqlclient16 5.1.41-3ubuntu12.6 ProcVersionSignature: Ubuntu

[Bug 617952] Re: package libmysqlclient16 5.1.41-3ubuntu12.6 failed to install/upgrade: subprocess installed post-installation script killed by signal (Killed)

2010-08-14 Thread Toby Kraft
** Attachment added: .etc.apparmor.d.usr.sbin.mysqld.txt https://bugs.launchpad.net/bugs/617952/+attachment/1490433/+files/.etc.apparmor.d.usr.sbin.mysqld.txt ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/617952/+attachment/1490434/+files/Dependencies.txt **

[Bug 407302] Re: No more network after removing network-manager

2010-08-14 Thread Fabio Marconi
Hello Lieven. From: http://www.debian.org/releases/stable/amd64/ch03s01.html.en The installer software, debian-installer, is the primary concern of this manual. It detects hardware and loads appropriate drivers, uses dhcp-client to set up the network connection, runs debootstrap to install the

[Bug 617982] [NEW] package eucalyptus-cloud 1. 6.2-0ubuntu30.3 failed to install/upgrade: le sous-p rocessus script post-installation installé a retourn é une erreur de sortie d'état 1

2010-08-14 Thread alexandre girardot
Public bug reported: The pb is probaly due of the fact I was not connected with root login. But, in fact, I guess it's more secure to do anything on the system with another account. The console said to me there was a rights restriction to write rsa public and private keys during eucalyptus-cloud

[Bug 617982] Re: package eucalyptus-cloud 1.6. 2-0ubuntu30.3 failed to install/upgrade: le sous-proce ssus script post-installation installé a retourn é une erreur de sortie d'état 1

2010-08-14 Thread alexandre girardot
** Attachment added: AptOrdering.txt https://bugs.launchpad.net/bugs/617982/+attachment/1490568/+files/AptOrdering.txt ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/617982/+attachment/1490569/+files/Dependencies.txt ** Attachment added: Df.txt

[Bug 554094] Re: Windows clients cannot connect unless Samba manually restarted

2010-08-14 Thread Ole Jakob Skjelten
I have experienced exactly the same. Additionally, the Avahi daemon for Mac connections also suffers from the same problem. I noticed that a new version of upstart has been released and my new issues with smbd and avahi occured after that, so perhaps there is a problem with upstart not getting an

[Bug 574665] Re: kvm + virtio disk corrupts large volumes (1TB).

2010-08-14 Thread Dan Bonelli
I'm experiencing a similar issue, albeit with slightly different hardware. I have several VMs backed by SAN storage, accessed through a QLogic 2560 controller. All of my volumes that are 1TB seem to function without issue. On the larger volumes (one in particular is 7TB with an XFS filesystem),

[Bug 350936] Re: Should shut down domains on system shutdown

2010-08-14 Thread Andy
So does this mean that KVM is not properly supported on Ubuntu 10.04 Server LTS? The ability to automatically shutdown VMs when someone logs into a production host server and types /sbin/shutdown does not exist on a server operating sytstem flagged LTS that is supposed to be for production?

[Bug 618080] [NEW] spamassassin crashes regularly

2010-08-14 Thread Chris Vanden Berghe
Public bug reported: Binary package hint: spamassassin Spamassassin crashes approximately once per day with the following error message in /var/mail/mail.err: Aug 14 19:56:25 bobodioulasso spamd[12539]: spamd: fork: Cannot allocate memory at /usr/sbin/spamd line 1025. Aug 14 19:59:19

[Bug 618080] Re: spamassassin crashes regularly

2010-08-14 Thread Chris Vanden Berghe
I'm using version 3.3.1-1 of spamassassin -- spamassassin crashes regularly https://bugs.launchpad.net/bugs/618080 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to spamassassin in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 350936] Re: Should shut down domains on system shutdown

2010-08-14 Thread Valentijn Sessink
libvirt-bin gets shutdown by Upstart, so when you try to shutdown from an init script, chances are that libvirt has shutdown already. So if you want to do this, you need to change /etc/init/libvirt-bin.conf as well, and have it wait for the VM's to shut down. -- Should shut down domains on

[Bug 617785] [NEW] package bsh 2.0b4-10ubuntu2 failed to install/upgrade: error writing to 'standard output': Success

2010-08-14 Thread richard
Public bug reported: Binary package hint: bsh screen went blank -- low graphics mode -- had to reboot ProblemType: Package DistroRelease: Ubuntu 10.04 Package: bsh 2.0b4-10ubuntu2 ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-24-generic i686

[Bug 617785] Re: package bsh 2.0b4-10ubuntu2 failed to install/upgrade: error writing to 'standard output': Success

2010-08-14 Thread richard
** Attachment added: AptOrdering.txt https://bugs.launchpad.net/bugs/617785/+attachment/1489615/+files/AptOrdering.txt ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/617785/+attachment/1489616/+files/Dependencies.txt ** Attachment added: Df.txt

[Bug 616980] Re: Empathy: Smiley

2010-08-14 Thread Guillaume Pascal
uh nothing grieve I thought there was the shortcut to display them nearby but after verification on the other theme there is no Sorry :/ ** Changed in: light-themes (Ubuntu) Status: New = Invalid -- Empathy: Smiley https://bugs.launchpad.net/bugs/616980 You received this bug

[Bug 616685] Re: Please merge nginx 0.7.67-3 (universe) from Debian unstable (main)

2010-08-14 Thread Bilal Akhtar
nginx (0.7.67-3) unstable; urgency=low * debian/rules: + Readded the configure option --with-mail_ssl_module, Thanks to Roland Rosenfeld rol...@spinnaker.de (Closes: #590815) * debian/control: + Updated Standards-Version to 3.9.1 (no changes needed) -- Kartik Mistry

[Bug 616685] Re: Please merge nginx 0.7.67-3 (universe) from Debian unstable (main)

2010-08-14 Thread Bilal Akhtar
Mikhail, You go ahead with the merge. ** Changed in: nginx (Ubuntu) Assignee: (unassigned) = Mikhail Turov (groldster) -- Please merge nginx 0.7.67-3 (universe) from Debian unstable (main) https://bugs.launchpad.net/bugs/616685 You received this bug notification because you are a member of

[Bug 612224] Re: 10.04 server installer partitioner fails to create bootable RAID 1

2010-08-14 Thread Unlogic
I can also confirm this issue. I recently installed two servers both with two 500GB drives configured using raid 1 with Linux software raid. The installation goes smooth all the way but when I reboot afterwards I end up with a busybox and a nonworking raid setup. If I partition the drives and

[Bug 550625] Re: Alps touchpad is recognized but synaptics clients and scrolling do not work

2010-08-14 Thread pvillela
Unfortunately, Øyvind Stegard's module in #141 is not compatible with the patched version of 2.6.32-24-generic (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/578673/comments/65) created by Manoj to address the E6410 Intel video card suspend/resume Bug #578673. Upon resume, the mouse

[Bug 405890] Re: Bad color choice in virtual console when running screen

2010-08-14 Thread Fabio Marconi
** Tags added: jaunty -- Bad color choice in virtual console when running screen https://bugs.launchpad.net/bugs/405890 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

[Bug 617787] [NEW] Sync request: 3depict

2010-08-14 Thread mycae
Public bug reported: Request a sync of a NEW debian package, currently in sid. Debian sid main http://packages.debian.org/source/sid/3depict Package description: Visualisation and analysis for single valued point data This program provides a graphical interface for the scientific analysis of

[Bug 617787] Re: Sync request: 3depict

2010-08-14 Thread mycae
Package is NEW in debian -- Sync request: 3depict https://bugs.launchpad.net/bugs/617787 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

[Bug 599439] Re: evince crashed with SIGSEGV in JPXStream::readTilePartData()

2010-08-14 Thread smpahlman
** Visibility changed to: Public -- evince crashed with SIGSEGV in JPXStream::readTilePartData() https://bugs.launchpad.net/bugs/599439 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 550625] Re: Alps touchpad is recognized but synaptics clients and scrolling do not work

2010-08-14 Thread pvillela
Sorry, in comment #143 I should have said Andrew Skalski's module in #140 instead of Øyvind Stegard's module in #141. Unfortunately, Andrew Skalski's module in #140 is not compatible with the patched version of 2.6.32-24-generic

[Bug 546065] Re: evince crashed with SIGSEGV in _int_malloc()

2010-08-14 Thread smpahlman
** Visibility changed to: Public -- evince crashed with SIGSEGV in _int_malloc() https://bugs.launchpad.net/bugs/546065 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

[Bug 617791] [NEW] package firefox-branding 3. 6.8 build1 nobinonly-0ubuntu0.9.10.1 failed to ins tall/upgrade: tentative de remplacement de « / usr/share/applications/firefox.desktop », qu i appartie

2010-08-14 Thread Philippe Vienne
Public bug reported: Binary package hint: firefox-3.5 Conflicts with mozilla-daily build in PPA ProblemType: Package Architecture: i386 Date: Sat Aug 14 11:13:55 2010 DistroRelease: Ubuntu 9.10 ErrorMessage: tentative de remplacement de « /usr/share/applications/firefox.desktop », qui

[Bug 617791] Re: package firefox-branding 3.6. 8 build1 nobinonly-0ubuntu0.9.10.1 failed to install /upgrade: tentative de remplacement de « /usr/ share/applications/firefox.desktop », qui ap partient

2010-08-14 Thread Philippe Vienne
** Attachment added: AptOrdering.txt https://bugs.launchpad.net/bugs/617791/+attachment/1489641/+files/AptOrdering.txt ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/617791/+attachment/1489642/+files/Dependencies.txt ** Attachment added: Dmesg.txt

[Bug 295581] Re: konsole profile menubar setting is not honored

2010-08-14 Thread Bug Watch Updater
** Changed in: kdebase Status: Confirmed = Fix Released -- konsole profile menubar setting is not honored https://bugs.launchpad.net/bugs/295581 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 601850] Re: Filezilla crashes when open new tab

2010-08-14 Thread Tim Kosse
This is not a bug, it is the expected outcome of pulling in third-party repositories without recompiling all reverse dependencies. -- Filezilla crashes when open new tab https://bugs.launchpad.net/bugs/601850 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 405890] Re: Bad color choice in virtual console when running screen

2010-08-14 Thread Fabio Marconi
Hello Jeremy Hooks Are you using normal screen or byobu, and what configs are? Can you add a screnshot Thanks in advance :)Fabio ** Changed in: ubuntu Status: New = Incomplete -- Bad color choice in virtual console when running screen https://bugs.launchpad.net/bugs/405890 You received

[Bug 579049] Re: Dragging files to folders causes data corruption

2010-08-14 Thread Miklos Juhasz
I have installed the docky from the proposed repository and dragged a group of files from the desktop into a folder on Docky. Works as expected. -- Dragging files to folders causes data corruption https://bugs.launchpad.net/bugs/579049 You received this bug notification because you are a member

[Bug 406140] Re: Very slow authentication for everything

2010-08-14 Thread Fabio Marconi
Thank you for taking the time to report this bug and helping to make Ubuntu better. This bug did not have a package associated with it, which is important for ensuring that it gets looked at by the proper developers. You can learn more about finding the right package at

[Bug 406140] Re: Very slow authentication for everything

2010-08-14 Thread Fabio Marconi
Hello juls Is this problem existing with the latest updated Lucid's packages ? Thanks in advance :)Fabio -- Very slow authentication for everything https://bugs.launchpad.net/bugs/406140 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 617796] [NEW] package flashplugin-installer 10.1.53.64ubuntu0.10.04.1 failed to install/upgrade: Kollidierende Pakete - installiere flashplugin-installer nicht

2010-08-14 Thread HerbyMZ
Public bug reported: Binary package hint: flashplugin-nonfree Error came with the normal ubuntu system update ProblemType: Package DistroRelease: Ubuntu 10.04 Package: flashplugin-installer 10.1.53.64ubuntu0.10.04.1 ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5 Uname:

[Bug 617796] Re: package flashplugin-installer 10.1.53.64ubuntu0.10.04.1 failed to install/upgrade: Kollidierende Pakete - installiere flashplugin-installer nicht

2010-08-14 Thread HerbyMZ
** Attachment added: AptOrdering.txt https://bugs.launchpad.net/bugs/617796/+attachment/1489656/+files/AptOrdering.txt ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/617796/+attachment/1489657/+files/Dependencies.txt ** Attachment added: Df.txt

[Bug 617795] [NEW] package openoffice.org-help-en-gb 1:3.1.1-4ubuntu1 failed to install/upgrade:

2010-08-14 Thread Graham Jerome
Public bug reported: Binary package hint: dpkg I have no idea what to include here ProblemType: Package DistroRelease: Ubuntu 10.04 Package: openoffice.org-help-en-gb 1:3.1.1-4ubuntu1 ProcVersionSignature: Ubuntu 2.6.31-22.60-generic Uname: Linux 2.6.31-22-generic i686 Architecture: i386 Date:

[Bug 617795] Re: package openoffice.org-help-en-gb 1:3.1.1-4ubuntu1 failed to install/upgrade:

2010-08-14 Thread Graham Jerome
** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/617795/+attachment/1489648/+files/Dependencies.txt ** Attachment added: VarLogDistupgradeAptlog.gz https://bugs.launchpad.net/bugs/617795/+attachment/1489649/+files/VarLogDistupgradeAptlog.gz ** Attachment added:

[Bug 617798] [NEW] package linux-image-2.6.32-24-generic-pae 2.6.32-24.39 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-14 Thread Navid Khazaee
Public bug reported: Binary package hint: grub2 problem with installing headers ... nothing more i can explain :| ProblemType: Package DistroRelease: Ubuntu 10.04 Package: linux-image-2.6.32-24-generic-pae 2.6.32-24.39 ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5 Uname:

[Bug 617798] Re: package linux-image-2.6.32-24-generic-pae 2.6.32-24.39 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-14 Thread Navid Khazaee
** Attachment added: AptOrdering.txt https://bugs.launchpad.net/bugs/617798/+attachment/1489663/+files/AptOrdering.txt ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/617798/+attachment/1489664/+files/Dependencies.txt ** Attachment added: Df.txt

[Bug 617794] [NEW] nouveau does not work in maverick on 7600GT

2010-08-14 Thread Gunni
Public bug reported: Binary package hint: xserver-xorg-video-nouveau Basic Infos: Ubuntu Maverick Kernel: 2.6.35-15-generic (AMD64) Xorg: Version: 2:1.8.99.905-1ubuntu2 Description: When Booting xserver wont start. Falling back to terminal. /etc/X11/xorg.conf is empty. last lines from

[Bug 617794] Re: nouveau does not work in maverick on 7600GT

2010-08-14 Thread Gunni
** Attachment added: Xorg.0.log https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/617794/+attachment/1489655/+files/Xorg.0.log -- nouveau does not work in maverick on 7600GT https://bugs.launchpad.net/bugs/617794 You received this bug notification because you are a

[Bug 617794] Re: nouveau does not work in maverick on 7600GT

2010-08-14 Thread Gunni
** Attachment added: Xorg.0.log (Kernel 2.6.35-15) https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/617794/+attachment/1489661/+files/Xorg.0.log -- nouveau does not work in maverick on 7600GT https://bugs.launchpad.net/bugs/617794 You received this bug notification

[Bug 617794] Re: nouveau does not work in maverick on 7600GT

2010-08-14 Thread Gunni
** Attachment added: lspci -v https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/617794/+attachment/1489662/+files/lspci-v.txt -- nouveau does not work in maverick on 7600GT https://bugs.launchpad.net/bugs/617794 You received this bug notification because you are a

[Bug 616023] Re: nVidia card : X won't start since 1.9 update, no screens found

2010-08-14 Thread Mehmet
I'am using Go 6100 with nvidia 185 and its not working with IgnoreABI -- nVidia card : X won't start since 1.9 update, no screens found https://bugs.launchpad.net/bugs/616023 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 577095] Re: update-alternatives for x-window-manager doesn't change Window Manager

2010-08-14 Thread Raphaël Hertzog
It's not a bug. Gnome uses /usr/bin/gnome-wm to start the window manager. This one uses x-window-manager only if it can't find an official WM... you can override the window manager by putting export WINDOW_MANAGER=yourchoice in ~/.gnomerc. ** Changed in: ubuntu Status: New = Invalid --

[Bug 617462] Re: utouch-grail is not lintian clean

2010-08-14 Thread Duncan McGreggor
** Changed in: utouch-grail (Ubuntu) Assignee: (unassigned) = Chase Douglas (chasedouglas) -- utouch-grail is not lintian clean https://bugs.launchpad.net/bugs/617462 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 595530] Re: gmail docklet feed error

2010-08-14 Thread Rico Tzschichholz
** Tags added: verification-done ** Tags removed: verification-needed -- gmail docklet feed error https://bugs.launchpad.net/bugs/595530 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 588073] Re: OpenOffice.org applications dupicate in menu when opening file

2010-08-14 Thread Rico Tzschichholz
** Tags added: verification-done ** Tags removed: verification-needed -- OpenOffice.org applications dupicate in menu when opening file https://bugs.launchpad.net/bugs/588073 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 617800] [NEW] right mouse click disabled

2010-08-14 Thread Jo Hochstenbach
Public bug reported: Binary package hint: firefox Hi, when loading Firefox and checking whether the right-mouse click works, everything is fine but after a while, for some unknown reason, this appears to have become disabled. When that happens, I can't re-enable it. The only way to use the

[Bug 617800] Re: right mouse click disabled

2010-08-14 Thread Jo Hochstenbach
** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/617800/+attachment/1489678/+files/Dependencies.txt ** Attachment added: ExtensionSummary.txt https://bugs.launchpad.net/bugs/617800/+attachment/1489679/+files/ExtensionSummary.txt ** Attachment added:

[Bug 617619] Re: xorg.conf.d system config directory

2010-08-14 Thread Bryce Harrington
** Changed in: xorg-server (Ubuntu) Status: New = Confirmed -- xorg.conf.d system config directory https://bugs.launchpad.net/bugs/617619 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 617444] Re: [gm45] GPU lockup a534bfde (EIR: 0x00000010)

2010-08-14 Thread Bryce Harrington
** Tags added: crash ** Changed in: xserver-xorg-video-intel (Ubuntu) Status: New = Confirmed -- [gm45] GPU lockup a534bfde (EIR: 0x0010) https://bugs.launchpad.net/bugs/617444 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 617421] Re: xrandr recognizing TV1 as connected although isn't

2010-08-14 Thread Bryce Harrington
** Changed in: x11-xserver-utils (Ubuntu) Status: New = Confirmed -- xrandr recognizing TV1 as connected although isn't https://bugs.launchpad.net/bugs/617421 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 617438] Re: Xorg crash when trying to see a video from youtube using lightspark on firefox

2010-08-14 Thread Bryce Harrington
** Tags added: crash ** Changed in: xserver-xorg-video-ati (Ubuntu) Status: New = Confirmed -- Xorg crash when trying to see a video from youtube using lightspark on firefox https://bugs.launchpad.net/bugs/617438 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 616685] Re: Please merge nginx 0.7.67-3 (universe) from Debian unstable (main)

2010-08-14 Thread Mikhail Turov
Bilal, yes, you right. the problem with /var/www issue has old roots and anyway (without or with this merge) it still exists in repository. I think that for a start we may apply this merge to fix some minor mess with changelog and duplicates in debian/rules. It will not introduce any new problem

[Bug 616508] Re: [0.6] Unusable gui: SessionNotSpecifiedError: No session has been selected.

2010-08-14 Thread Severin Heiniger
** Changed in: lottanzb Status: New = Confirmed ** Changed in: lottanzb Importance: Undecided = High ** Changed in: lottanzb Importance: High = Critical ** Summary changed: - [0.6] Unusable gui: SessionNotSpecifiedError: No session has been selected. + Main window insensitive upon

[Bug 612785] Re: Window buttons shown in panel inconsistently

2010-08-14 Thread Neil J. Patel
So, this is how it's meant to work: - For maximized windows, buttons should show in the panel and the window's titlebar be hidden - For unmaximized windows, just the name shown in panel and the window's titlebar be shown At the moment, we have a bug that means we can't hide the titlebar in the

[Bug 611950] Re: xsane overwrites user's umask

2010-08-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~chilicuil/ubuntu/maverick/xsane/fix-611950 -- xsane overwrites user's umask https://bugs.launchpad.net/bugs/611950 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 583539] Re: Lucid freeze during large file transfer

2010-08-14 Thread jimlovell777
I can confirm this bug also, it has happened to me many times and has resulted in data loss. The system doesn't freeze at the same point during transfers but does freeze 75% of the time when copying large files. I consider this to be very serious. Of all the things that could go wrong when copying

[Bug 617802] [NEW] gnome-shell not installable - broken Packages

2010-08-14 Thread Linuxexperte
Public bug reported: Binary package hint: gnome-shell This bug referrs to the package gnome-shell in Maverick Meerkat (Ubuntu 10.10) here a further dependency is not working out: Every time, when I try to install this package from synaptic, I get this message: gnome-shell depends on mutter,

[Bug 617782] Re: openoffice.org FTBFS in maverick - /usr/include/mono-1.0/mono/metadata/assembly.h:4: fatal error: glib.h: No such file or directory

2010-08-14 Thread Loïc Minier
** Also affects: mono via https://bugzilla.novell.com/show_bug.cgi?id=604251 Importance: Unknown Status: Unknown -- openoffice.org FTBFS in maverick - /usr/include/mono-1.0/mono/metadata/assembly.h:4: fatal error: glib.h: No such file or directory

[Bug 617683] Re: [i845] GPU lockup f3f1197a

2010-08-14 Thread Bryce Harrington
** Tags added: crash ** Changed in: xserver-xorg-video-intel (Ubuntu) Status: New = Confirmed -- [i845] GPU lockup f3f1197a https://bugs.launchpad.net/bugs/617683 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 617578] Re: background only - no panels

2010-08-14 Thread Bryce Harrington
** Changed in: xserver-xorg-video-intel (Ubuntu) Status: New = Confirmed -- background only - no panels https://bugs.launchpad.net/bugs/617578 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 617567] Re: [gm45] GPU lockup aa0da95d

2010-08-14 Thread Bryce Harrington
** Tags added: crash ** Changed in: xserver-xorg-video-intel (Ubuntu) Status: New = Confirmed -- [gm45] GPU lockup aa0da95d https://bugs.launchpad.net/bugs/617567 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 579049] Re: Dragging files to folders causes data corruption

2010-08-14 Thread Rico Tzschichholz
** Tags added: verification-done ** Tags removed: verification-needed -- Dragging files to folders causes data corruption https://bugs.launchpad.net/bugs/579049 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 616508] Re: Main window insensitive upon startup

2010-08-14 Thread Severin Heiniger
Hi jcfp, thanks alot for reporting this bug! It's definitely something that will need to be fixed prior to the release of LottaNZB 0.6. I've also encountered it a few times. It might be caused by a race condition as it doesn't happen every time LottaNZB is launched. The main window is meant to be

[Bug 617803] [NEW] package libpoppler7 (not in stalled) failed to install/upgrade: поп ытка перезаписать /usr/lib /libpoppler.so.7.0.0, который уж е имеется в пакете libpoppl er6 0.14.2-0ubuntu1

2010-08-14 Thread bUg.
Public bug reported: today's system update failed on this package. ProblemType: Package DistroRelease: Ubuntu 10.10 Package: libpoppler7 (not installed) ProcVersionSignature: Ubuntu 2.6.34-5.14-generic 2.6.34 Uname: Linux 2.6.34-5-generic x86_64 Architecture: amd64 Date: Sat Aug 14 15:05:19 2010

[Bug 617803] Re: package libpoppler7 (not instal led) failed to install/upgrade: попыт ка перезаписать /usr/lib/lib poppler.so.7.0.0, который уже и меется в пакете libpoppler6 0 .14.2-0ubuntu1

2010-08-14 Thread bUg.
** Attachment added: AptOrdering.txt https://bugs.launchpad.net/bugs/617803/+attachment/1489682/+files/AptOrdering.txt ** Attachment added: Df.txt https://bugs.launchpad.net/bugs/617803/+attachment/1489683/+files/Df.txt ** Attachment added: Dmesg.txt

[Bug 617782] Re: openoffice.org FTBFS in maverick - /usr/include/mono-1.0/mono/metadata/assembly.h:4: fatal error: glib.h: No such file or directory

2010-08-14 Thread Launchpad Bug Tracker
This bug was fixed in the package mono - 2.6.7-1ubuntu2 --- mono (2.6.7-1ubuntu2) maverick; urgency=high * data/mono.pc.in: Revert upstream commit 59db1f55409d80fc93ed, which commented out the Requires line in mono.pc.in. This causes build failures because mono still

[Bug 617752] Re: Pressing Alt+Tab screen flashes

2010-08-14 Thread Fabio Marconi
** Description changed: Binary package hint: xserver-xorg-input-evdev Hello This bug is reproducible by me on two different machine, in metacity and compiz, in Lucid and Maverick, driver nvidia and nouveau, today updated. Pressing Alt+tab to switch betwen the windows, the

[Bug 617806] [NEW] package mono-xsp2 2.6.5-1~dhx1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2010-08-14 Thread Darian Linehan
Public bug reported: Updating via Update Manager (Ubuntu 10.04.1 LTS). Using badgerports.org repository for first time. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: mono-xsp2 2.6.5-1~dhx1 ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5 Uname: Linux

[Bug 617806] Re: package mono-xsp2 2.6.5-1~dhx1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2010-08-14 Thread Darian Linehan
** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/617806/+attachment/1489695/+files/Dependencies.txt ** Attachment added: VarLogDistupgradeAptlog.gz https://bugs.launchpad.net/bugs/617806/+attachment/1489696/+files/VarLogDistupgradeAptlog.gz ** Attachment added:

[Bug 617805] [NEW] Bar at the bottom of the window displays 'zephyr on' instead of sugar

2010-08-14 Thread ishan bansal
Public bug reported: Binary package hint: sugar-emulator-0.88 Description: Ubuntu maverick (development branch) Release: 10.10 Package version: 0.88.1-2ubuntu1 To reproduce the bug follow these steps- 1. Run sugar emulator. 2. Check the bottom bar of window. Resolution: It should display

[Bug 617399] Re: Filename path must be absolute error when opening image with F-Spot Photo Manager

2010-08-14 Thread Pierre Slamich
Same problem on opening F-Spot to import photos. -- Filename path must be absolute error when opening image with F-Spot Photo Manager https://bugs.launchpad.net/bugs/617399 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 617272] Re: gnochm package has missing dependancy python-gtkhtml2

2010-08-14 Thread Clement Lefebvre
** Also affects: gnochm (Ubuntu) Importance: Undecided Status: New ** Changed in: linuxmint Status: New = Triaged -- gnochm package has missing dependancy python-gtkhtml2 https://bugs.launchpad.net/bugs/617272 You received this bug notification because you are a member of

[Bug 616389] Re: When shutting down with headphones plugged in, speakers remains muted in next boot

2010-08-14 Thread Aldo Nogueira
apport information ** Tags added: apport-collected ** Description changed: Binary package hint: alsa-base Steps: - Plug in a headphone to your notebook (speakers will be muted) - Shut down the notebook - Remove the headphones - Turn on your notebook - Speakers remain muted -

[Bug 616389] AplayDevices.txt

2010-08-14 Thread Aldo Nogueira
apport information ** Attachment added: AplayDevices.txt https://bugs.edge.launchpad.net/bugs/616389/+attachment/1489687/+files/AplayDevices.txt -- When shutting down with headphones plugged in, speakers remains muted in next boot https://bugs.launchpad.net/bugs/616389 You received this

[Bug 616389] ArecordDevices.txt

2010-08-14 Thread Aldo Nogueira
apport information ** Attachment added: ArecordDevices.txt https://bugs.edge.launchpad.net/bugs/616389/+attachment/1489688/+files/ArecordDevices.txt -- When shutting down with headphones plugged in, speakers remains muted in next boot https://bugs.launchpad.net/bugs/616389 You received

[Bug 616389] BootDmesg.txt

2010-08-14 Thread Aldo Nogueira
apport information ** Attachment added: BootDmesg.txt https://bugs.edge.launchpad.net/bugs/616389/+attachment/1489689/+files/BootDmesg.txt -- When shutting down with headphones plugged in, speakers remains muted in next boot https://bugs.launchpad.net/bugs/616389 You received this bug

[Bug 616389] Card0.Amixer.values.txt

2010-08-14 Thread Aldo Nogueira
apport information ** Attachment added: Card0.Amixer.values.txt https://bugs.edge.launchpad.net/bugs/616389/+attachment/1489690/+files/Card0.Amixer.values.txt -- When shutting down with headphones plugged in, speakers remains muted in next boot https://bugs.launchpad.net/bugs/616389 You

[Bug 616389] Card0.Codecs.codec.0.txt

2010-08-14 Thread Aldo Nogueira
apport information ** Attachment added: Card0.Codecs.codec.0.txt https://bugs.edge.launchpad.net/bugs/616389/+attachment/1489691/+files/Card0.Codecs.codec.0.txt -- When shutting down with headphones plugged in, speakers remains muted in next boot https://bugs.launchpad.net/bugs/616389 You

[Bug 616389] CurrentDmesg.txt

2010-08-14 Thread Aldo Nogueira
apport information ** Attachment added: CurrentDmesg.txt https://bugs.edge.launchpad.net/bugs/616389/+attachment/1489692/+files/CurrentDmesg.txt -- When shutting down with headphones plugged in, speakers remains muted in next boot https://bugs.launchpad.net/bugs/616389 You received this

[Bug 616389] Dependencies.txt

2010-08-14 Thread Aldo Nogueira
apport information ** Attachment added: Dependencies.txt https://bugs.edge.launchpad.net/bugs/616389/+attachment/1489693/+files/Dependencies.txt -- When shutting down with headphones plugged in, speakers remains muted in next boot https://bugs.launchpad.net/bugs/616389 You received this

  1   2   3   4   5   6   7   8   9   10   >