[Bug 412059] Re: MIR for vtun

2009-08-12 Thread Loïc Minier
Overall packaging looks good but it's quite scary to include this network service; it sounds like a light but less secure VPN. For instance debian/README.Encryption says: This program includes an encryption feature intended to protect the tunneled data as it travels across the network. However,

[Bug 412059] Re: MIR for vtun

2009-08-12 Thread Loïc Minier
Hmm there are some compilation warnings such as not checking return values; this is worrying for a root running vpn daemon -- MIR for vtun https://bugs.launchpad.net/bugs/412059 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vtun in

[Bug 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-12 Thread Andreas Olsson
@dreamcat4: Thanks for doing all the research and actual thinking in this matter! Making autoconf2.13 an explicit build dependency (instead of merely autoconf) does make php5 build nicely. I generated new source packages with this change, and built it without any trouble inside a pbuilder chroot.

[Bug 403898] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-08-12 Thread payman
Ok, I solved the problem! It's an apparmor issue. It had newly created two files in /etc/apparmor.d : usr.sbin.mysqld.dpkg-dist usr.sbin.mysqld.new For some reason the override the settings in usr.sbin.mysqld, so mysql didn't have permissions needed to run. I just needed to delete those files

[Bug 403898] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-08-12 Thread payman
Other people seem to suffer from the same problem: http://ubuntuforums.org/showthread.php?p=7773061 -- package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subprocess post-installation script returned error exit status 1 https://bugs.launchpad.net/bugs/403898 You

[Bug 394385] Re: [karmic] php packages need update to 5.3

2009-08-12 Thread KevinVanZonneveld
And of course credits to Arnold Daniels who made the patch. I wonder, could this call for a separate PHP version inside Ubuntu so that you could both install: - php5 - php5.2 - php5.3 From the Karmic repositories? Giving people some time to: - run their Jaunty sites on Karmic without any

Re: [Bug 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-12 Thread dreamcat4
On Wed, Aug 12, 2009 at 8:27 AM, Andreas Olssonandr...@arrakis.se wrote: autoconf) does make php5 build nicely. I generated new source packages with this change, and built it without any trouble inside a pbuilder chroot. Well, this is fantastic. I've been puzzled and frustrated over this error

[Bug 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-12 Thread dreamcat4
** Attachment added: php5_5.2.10.dfsg.1-1ubuntu2.debdiff http://launchpadlibrarian.net/3049/php5_5.2.10.dfsg.1-1ubuntu2.debdiff -- karmic: Compiling php fails with autoconf 2.64 https://bugs.launchpad.net/bugs/411890 You received this bug notification because you are a member of Ubuntu

[Bug 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-12 Thread Andreas Olsson
Also, according to the (not entirely new) comment to http://bugs.php.net/bug.php?id=46744 Even using the SVN version of PHP autoconf 2.13 seems like the prefered choice: http://www.php.net/svn.php ** Bug watch added: bugs.php.net/ #46744 http://bugs.php.net/bug.php?id=46744 -- karmic:

[Bug 407297] Re: PANIC: internal error (usershare related)

2009-08-12 Thread iroli
When activating [homes] and accessing the files through this share no data loss on write errors occure on the visual studio side. Also the speed when accessing the files is increased. The bug seems to be in the usershare mechanism. -- PANIC: internal error (usershare related)

[Bug 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-12 Thread Andreas Olsson
Ok, let me try again... Also, according to the (not entirely new) comment to http://bugs.php.net/bug.php?id=46744 autoconf 2.13 it sounds as if 2.13 is the only supported version of autoconf. Even using the SVN version of PHP autoconf 2.13 seems like the prefered choice:

[Bug 363931] Re: Please remove the .cmd files in bin

2009-08-12 Thread Launchpad Bug Tracker
This bug was fixed in the package ec2-api-tools - 1.3.36506-0ubuntu3 --- ec2-api-tools (1.3.36506-0ubuntu3) karmic; urgency=low * Really fix cmd wrappers. Thanks to Ville Aine. (LP: #363931) -- Chuck Short zul...@ubuntu.com Wed, 12 Aug 2009 09:31:15 -0400 ** Changed in:

[Bug 134080] Re: CIFS: Navigating directories in DFS shares buggy

2009-08-12 Thread epicurea
I think I am having a similar problem: I am trying to mount 3 remote shares via /etc/fstab using: //server-name/share /smb/somefolder smbfs auto,credentials=smbcredentials,uid=XXX,gid=XXX,umask=000 0 0 Two of these mount just fine while a 3rd does not, causing nautilus to hang and an ls on

[Bug 412533] [NEW] Add patch from ssh bug #69 for non-X askpass support

2009-08-12 Thread phedders
Public bug reported: openssh limits use of the askpass environment var to X desktops. This is a pain because it precludes a non X askpass setup which is useful for automation (especially where certs are not able to be used for political or technical reasons) The patch is very non-intrusive.

[Bug 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-12 Thread dreamcat4
If i don't misunderstand the article (http://www.php.net/svn.php), it seems they are referring to the stock GNU version of autoconf 2.13as there's no copy of autoconf on php's svn server. We should be fine using our debian autoconf2.13 package as its taken from the official GNU sources. Since you

[Bug 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-12 Thread Andreas Olsson
Hmm, just realized that my last sentence wasn't entirely clear. I was refering what the SVN version of PHP prefers. So yes, our autoconf2.13 is what I guess we should use. -- karmic: Compiling php fails with autoconf 2.64 https://bugs.launchpad.net/bugs/411890 You received this bug notification

[Bug 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-12 Thread Andreas Olsson
Setting status back to Triaged. @dreamcat4: The Fix commited status is usually set by a developer, once they have uploaded the debdiff (No, PPA doesn't count). In progress is another status also usually reserved for developers. ** Changed in: php5 (Ubuntu) Status: Fix Committed = Triaged

[Bug 408915] Re: Temporary file vulnerability in iscsi_discovery

2009-08-12 Thread Kees Cook
CVE-2009-1297 ** Visibility changed to: Public ** CVE added: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2009-1297 -- Temporary file vulnerability in iscsi_discovery https://bugs.launchpad.net/bugs/408915 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 408915] Re: Temporary file vulnerability in iscsi_discovery

2009-08-12 Thread Kees Cook
This is public now, feel free to upload once the freeze clears. ** Also affects: open-iscsi (Ubuntu Hardy) Importance: Undecided Status: New ** Also affects: open-iscsi (Ubuntu Intrepid) Importance: Undecided Status: New ** Also affects: open-iscsi (Ubuntu Karmic)

[Bug 357799] Re: Segfault in v4.3.9-9 with mod_dav_svn

2009-08-12 Thread Willie Gillespie
Doesn't have to be a directory served by mod_dav_svn. In my experience, it can be any directory -- and it doesn't matter whether it is a plain HTML file, or a PHP file it will be serving. I am (now) using 9.04 64-bit Desktop edition and seeing this error. The same configuration file worked

[Bug 386246] Re: /etc/cron.d/awstats is preconfigured for apache1 not apache2

2009-08-12 Thread Launchpad Bug Tracker
This bug was fixed in the package awstats - 6.9~dfsg-1ubuntu1 --- awstats (6.9~dfsg-1ubuntu1) karmic; urgency=low * debian/rules: Use apache2 rather than apache. (LP: #386246) * Update maintainer according to spec. -- Chuck Short zul...@ubuntu.com Wed, 12 Aug 2009 12:25:51

[Bug 408948] Re: winxp discovery fails when machine name truncated at 15 chars

2009-08-12 Thread Chuck Short
According to the standard a netbios name with more than 15 characters is too long so samba is doing the right thing. chuck ** Changed in: samba (Ubuntu) Status: New = Won't Fix -- winxp discovery fails when machine name truncated at 15 chars https://bugs.launchpad.net/bugs/408948 You

[Bug 410771] Re: package swat 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-08-12 Thread Chuck Short
Not a samba bug ** Package changed: samba (Ubuntu) = update-inetd (Ubuntu) -- package swat 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 https://bugs.launchpad.net/bugs/410771 You received this bug notification because you are a

[Bug 403898] Re: mysql fails to start because of multiple apparmor profiles

2009-08-12 Thread Mathias Gug
** Summary changed: - package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subprocess post-installation script returned error exit status 1 + mysql fails to start because of multiple apparmor profiles ** Package changed: mysql-dfsg-5.0 (Ubuntu) = apparmor (Ubuntu)

[Bug 383546] Re: mount.cifs i.c.w. autofs can stop working

2009-08-12 Thread Chuck Short
Googling around leads me to believe this might be a credentials problem. Regards chuck ** Changed in: samba (Ubuntu) Importance: Undecided = Low ** Changed in: samba (Ubuntu) Status: New = Triaged -- mount.cifs i.c.w. autofs can stop working https://bugs.launchpad.net/bugs/383546

[Bug 370817] Re: Samba install hangs during configuration

2009-08-12 Thread Chuck Short
Thanks for the bug report. If you wanted to remove samba you should do apt-get remove --purge samba-common. Regards chuck ** Changed in: samba (Ubuntu) Importance: Undecided = Low ** Changed in: samba (Ubuntu) Status: New = Triaged -- Samba install hangs during configuration

[Bug 207791] Re: winbind forgets uid/name gid/name mappings in regulary periods

2009-08-12 Thread Chuck Short
** Changed in: samba (Ubuntu) Status: New = Confirmed ** Changed in: samba (Ubuntu) Importance: Undecided = Medium -- winbind forgets uid/name gid/name mappings in regulary periods https://bugs.launchpad.net/bugs/207791 You received this bug notification because you are a member of

[Bug 363931] Re: Please remove the .cmd files in bin

2009-08-12 Thread Scott Moser
just a verify: $ dpkg-query --showformat '${version}\n' --show ec2-api-tools 1.3.36506-0ubuntu3 $ dpkg -L ec2-api-tools | grep -q [.]cmd echo CMD FILES || echo no .cmd files no .cmd files thanks Chuck. -- Please remove the .cmd files in bin https://bugs.launchpad.net/bugs/363931 You received

[Bug 407548] Re: package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 3

2009-08-12 Thread Chuck Short
Relevant lines: What would you like to do about smb.conf? 6 Merging changes into the new version Conflicts found! Please edit `/etc/samba/smb.conf' and sort them out manually. The file `/etc/samba/smb.conf.ucf-new' has a record of the failed merge of the configuration file. If you fix up

[Bug 365259] Re: on update to jaunty, configuration questions are asked in curses dialog but debconf is configured to use kde

2009-08-12 Thread Chuck Short
Thanks for the bug report. Regards chuck ** Changed in: samba (Ubuntu) Importance: Undecided = Low ** Changed in: samba (Ubuntu) Status: New = Triaged -- on update to jaunty, configuration questions are asked in curses dialog but debconf is configured to use kde

[Bug 409093] Re: package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 1 zur?ck

2009-08-12 Thread Chuck Short
Relevant lines: debconf: DbDriver config: /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable dpkg: Fehler beim Bearbeiten von samba-common (--configure): Unterprozess post-installation script gab den Fehlerwert 1 zurück dpkg: Abhängigkeitsprobleme

[Bug 407689] Re: package libpam-smbpass 2:3.3.2-1ubuntu3.1 failed to install/upgrade:

2009-08-12 Thread Chuck Short
Log started: 2009-08-01 15:55:41 Setting up libpam-smbpass (2:3.3.2-1ubuntu3.1) ... dpkg (subprocess): unable to execute post-installation script: Exec format error Relevant lines: dpkg: error processing libpam-smbpass (--configure): subprocess post-installation script returned error exit

[Bug 404917] Re: mounted samba shares unavailable after suspend

2009-08-12 Thread Chuck Short
If possible can you include your samba log files when this happens and we can try to see what is going on? Regards chuck ** Changed in: samba (Ubuntu) Status: New = Incomplete -- mounted samba shares unavailable after suspend https://bugs.launchpad.net/bugs/404917 You received this bug

[Bug 406698] Re: package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-08-12 Thread Chuck Short
Thanks for the bug report. Regards chuck ** Changed in: samba (Ubuntu) Importance: Undecided = Low ** Changed in: samba (Ubuntu) Status: New = Confirmed -- package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit

[Bug 382136] Re: Smbd startup failure caused by a failure to create an NT token for the guest account.

2009-08-12 Thread Chuck Short
This is actually fixed in karmic according to the upstream changelog. Marking fixed for karmic will look at getting a fix for hardy for this. Regards chuck ** Also affects: samba (Ubuntu Hardy) Importance: Undecided Status: New ** Also affects: samba (Ubuntu Karmic) Importance:

[Bug 404917] Re: mounted samba shares unavailable after suspend

2009-08-12 Thread rupert
No problems, but looking at samba.conf and then where the log files are meant to be, it seems there aren't any useful logs there. Here is what I found. ** Attachment added: smb.conf http://launchpadlibrarian.net/30250577/smb.conf -- mounted samba shares unavailable after suspend

[Bug 404917] Re: mounted samba shares unavailable after suspend

2009-08-12 Thread rupert
more logs, but they seem non-informative. ** Attachment added: log.winbindd.1.gz http://launchpadlibrarian.net/30250633/log.winbindd.1.gz -- mounted samba shares unavailable after suspend https://bugs.launchpad.net/bugs/404917 You received this bug notification because you are a member of

[Bug 404917] Re: mounted samba shares unavailable after suspend

2009-08-12 Thread rupert
and more. ** Attachment added: log.winbindd.2.gz http://launchpadlibrarian.net/30250647/log.winbindd.2.gz -- mounted samba shares unavailable after suspend https://bugs.launchpad.net/bugs/404917 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 404917] Re: mounted samba shares unavailable after suspend

2009-08-12 Thread rupert
Above was the samba.conf so you can check that (it is the stock afaik). I am now attaching the log files, though as I said, they seem empty. ** Attachment added: log.winbindd http://launchpadlibrarian.net/30250600/log.winbindd -- mounted samba shares unavailable after suspend

[Bug 410328] Re: ec2-api-tools commands require JAVA_HOME to be set

2009-08-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/ubuntu/karmic/ec2-api-tools/bug-410328 -- ec2-api-tools commands require JAVA_HOME to be set https://bugs.launchpad.net/bugs/410328 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ec2-api-tools in ubuntu. --

[Bug 410328] Re: ec2-api-tools commands require JAVA_HOME to be set

2009-08-12 Thread Scott Moser
** Changed in: ec2-api-tools (Ubuntu) Status: New = Confirmed -- ec2-api-tools commands require JAVA_HOME to be set https://bugs.launchpad.net/bugs/410328 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ec2-api-tools in ubuntu. --

[Bug 410328] Re: ec2-api-tools commands require JAVA_HOME to be set

2009-08-12 Thread Scott Moser
** Changed in: ec2-api-tools (Ubuntu) Assignee: (unassigned) = Scott Moser (smoser) -- ec2-api-tools commands require JAVA_HOME to be set https://bugs.launchpad.net/bugs/410328 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 412751] [NEW] bind9 should reload the named apparmor profile, not all of apparmor

2009-08-12 Thread Jamie Strandboge
Public bug reported: Binary package hint: bind9 Currently, bind9 will reload all of apparmor when it is upgraded. It should only reload its individual profile, otherwise after a bind9 upgrade, other apparmor protected applications will be unconfined until they are restarted. ** Affects: bind9

[Bug 412751] Re: bind9 should reload the named apparmor profile, not all of apparmor

2009-08-12 Thread Jamie Strandboge
** Attachment added: bind9_9.6.1.dfsg.P1-1ubuntu1.debdiff http://launchpadlibrarian.net/30255258/bind9_9.6.1.dfsg.P1-1ubuntu1.debdiff -- bind9 should reload the named apparmor profile, not all of apparmor https://bugs.launchpad.net/bugs/412751 You received this bug notification because you

[Bug 412756] [NEW] package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-08-12 Thread kallekytt
Public bug reported: Binary package hint: samba 1) Description: Ubuntu 9.04 Release:9.04 2) samba: Installed: (none) Candidate: 2:3.3.2-1ubuntu3.1 Version table: 2:3.3.2-1ubuntu3.1 0 500 http://ee.archive.ubuntu.com jaunty-updates/main Packages 2:3.3.2-1ubuntu3 0

[Bug 412756] Re: package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-08-12 Thread kallekytt
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/30255335/Dependencies.txt ** Attachment added: DpkgTerminalLog.gz http://launchpadlibrarian.net/30255336/DpkgTerminalLog.gz -- package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess

[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2009-08-12 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/perlipq -- [intrepid] Rebuild with perl 5.10 https://bugs.launchpad.net/bugs/230016 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap2.3 in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 412093] Re: Karmic: splash is added to recovery mode kernel with update-grub

2009-08-12 Thread dentaku65
I select the maintainer one as choice in the dialog. I used startupmanager before and after. ok, changhing the last line as indicated by Colin fix the problem with sudo update-grub -- Karmic: splash is added to recovery mode kernel with update-grub https://bugs.launchpad.net/bugs/412093 You

[Bug 411983] Re: Please sync cython 0.11.2-1 (universe) from Debian unstable (main).

2009-08-12 Thread Nick Ellery
ack ** Changed in: cython (Ubuntu) Status: New = Confirmed -- Please sync cython 0.11.2-1 (universe) from Debian unstable (main). https://bugs.launchpad.net/bugs/411983 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 411036] Re: [needs-packaging] libcoderay-ruby

2009-08-12 Thread Nick Ellery
Joshua, needs-packaging bugs shouldn't be subscribed to sponsors. They don't need a subscription once they're in REVU. -- [needs-packaging] libcoderay-ruby https://bugs.launchpad.net/bugs/411036 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 371191] Re: Corrupted file system ext3 after Jaunty 64 upgrade

2009-08-12 Thread Niklas Therning
I think I have experienced the same bug om my Dell XPS M1330 laptop recently after installing 9.04. The disk has behaved strangely now twice. Had to run e2fsck on it to fix things. Not good! Anyway, my bios was set to SATA mode instead of AHCI, which is the default, since I've tried to install

[Bug 278140] Re: Mouse completely frozen during install

2009-08-12 Thread chewearn
Apologies. Seen this bug during Intrepid install almost a year ago. Have not done another Intrepid install since. Also did not try on Jaunty or Karmic alpha. Sorry. I am closing this bug by setting it as Invalid (hope that's the correct thing to do). ** Changed in: linux (Ubuntu)

[Bug 382829] Re: Suggested output when printing a file to PDF is technical and generic ~/output.pdf

2009-08-12 Thread grofaty
Hi, isn't the title Print to File too geeky? Non-technical user would probably prefer Save file as PDF. Why? Because saving file is what he/she is doing. If saving file process goes in some kind of printing file phase user should not be bothered with it. I suggest to use Save file as PDF or

[Bug 240666] Re: Skype doesn't work with Bluetooth headsets on AMD64

2009-08-12 Thread Scott Ritchie
** Changed in: ia32-libs (Ubuntu) Status: Triaged = In Progress ** Changed in: ia32-libs (Ubuntu) Assignee: (unassigned) = Scott Ritchie (scottritchie) -- Skype doesn't work with Bluetooth headsets on AMD64 https://bugs.launchpad.net/bugs/240666 You received this bug notification

[Bug 412355] [NEW] cannot upgrade 8.04.1 to 8.04.2

2009-08-12 Thread Terry O'Brien
Public bug reported: Binary package hint: gnome-system-monitor Could not download all repository indexes The repository may no longer be available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository

[Bug 412355] Re: cannot upgrade 8.04.1 to 8.04.2

2009-08-12 Thread Terry O'Brien
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/30209002/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/30209003/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/30209004/ProcStatus.txt -- cannot

[Bug 412346] Re: Sound is not playing.

2009-08-12 Thread Americano
** Changed in: totem (Ubuntu) Status: New = Invalid ** Converted to question: https://answers.launchpad.net/ubuntu/+source/totem/+question/79796 -- Sound is not playing. https://bugs.launchpad.net/bugs/412346 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 357673] Re: No notification when sliding audio volume, muting volume on ThinkPad X31, X32, X41, X60, T22, T40, T42, T60, R50e, R51, R52, T500

2009-08-12 Thread Nicolas
I have to agree with Henrique... Aristid, your T500 issue is probably linked with this separate bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/368989 Thanks - Nicolas -- No notification when sliding audio volume, muting volume on ThinkPad X31, X32, X41, X60, T22, T40, T42, T60,

[Bug 305732] Re: Kubuntu 8.10 ata2 hotplug problem

2009-08-12 Thread Thomas Winteler
Hi Now i'm on Kubuntu 9.04: lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 9.04 Release:9.04 Codename: jaunty uname -a Linux hercules 2.6.28-15-generic #48-Ubuntu SMP Wed Jul 29 08:54:56 UTC 2009 i686 GNU/Linux And.. DVD hotplug works

[Bug 279060] Re: In Firefox sometimes video doesnt appear (youtube) until restart firefox

2009-08-12 Thread marco.pallotta
I too have this issue with Hardy 64 bit and with all versions of firefox (now I'm with firefox 3.0.13). The problem is not related to restarting browser after updates but it seems related (from my experience) with 64 bit distros and flash plugin (one of my friend with Jaunty 64 bit has the same

[Bug 279060] Re: In Firefox sometimes video doesnt appear (youtube) until restart firefox

2009-08-12 Thread marco.pallotta
I re-opened the bug because of it's not related to restarting browser after updates, as I described in my previous post. -- In Firefox sometimes video doesnt appear (youtube) until restart firefox https://bugs.launchpad.net/bugs/279060 You received this bug notification because you are a member

[Bug 408641] Re: Sync pauker 1.8+dfsg-2 (universe) from Debian unstable (main).

2009-08-12 Thread Cesare Tirabassi
This also fixes bug 385248. -- Sync pauker 1.8+dfsg-2 (universe) from Debian unstable (main). https://bugs.launchpad.net/bugs/408641 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 239462] Re: [firefox] tooltips disappear too fast

2009-08-12 Thread lobner
Just found this workaround: https://addons.mozilla.org/en-US/firefox/addon/11233 Maybe it will be included into 3.6? -- [firefox] tooltips disappear too fast https://bugs.launchpad.net/bugs/239462 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 412358] Re: nvidia-common 0.2.13 failed to install

2009-08-12 Thread dino99
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/30209182/Dependencies.txt -- nvidia-common 0.2.13 failed to install https://bugs.launchpad.net/bugs/412358 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 412358] [NEW] nvidia-common 0.2.13 failed to install

2009-08-12 Thread dino99
Public bug reported: Binary package hint: nvidia-common new upgrade of nvidia-common 0.2.13 return an error can't be installed: nvidia-common: Dépend: nvidia-185-modaliases but it is not installable In synaptic, package 185.18.14-0ubuntu3 is owned by nvidia-180-modaliases So, that error

[Bug 410535] Re: Nokia e61 not recognize in /dev as ttyACM0

2009-08-12 Thread Daniel
** Package changed: hal-info (Ubuntu) = hal (Ubuntu) -- Nokia e61 not recognize in /dev as ttyACM0 https://bugs.launchpad.net/bugs/410535 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 398109] Re: powernow-k8: Your BIOS does not provide ACPI _PSS objects in a way that Linux understands

2009-08-12 Thread swordfish
I've got the same trouble with Asus M2N-MX SE motherboard. BIOS version number is 0602 (latest at this time), all settings is default. Ubuntu version is 9.04 with latest kernel. Best -- powernow-k8: Your BIOS does not provide ACPI _PSS objects in a way that Linux understands

[Bug 412359] Re: cannot upgrade

2009-08-12 Thread teJECSke
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/30209195/Dependencies.txt -- cannot upgrade https://bugs.launchpad.net/bugs/412359 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 412359] [NEW] cannot upgrade

2009-08-12 Thread teJECSke
Public bug reported: Binary package hint: nvidia-common nvidia-common: Függ ettől: nvidia-185-modaliases but it is not installable there is only package named nvidia-180-modaliases but verion is 185* ProblemType: Bug Architecture: i386 Date: Wed Aug 12 08:18:41 2009 DistroRelease: Ubuntu

[Bug 411913] Re: Sync znc 0.074-1 (universe) from Debian unstable (main).

2009-08-12 Thread Nick Ellery
ack ** Changed in: znc (Ubuntu) Status: New = Confirmed -- Sync znc 0.074-1 (universe) from Debian unstable (main). https://bugs.launchpad.net/bugs/411913 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

Re: [Bug 411584] Re: karmic: After update, grub2 does not unhide the menu when other operating systems are installed

2009-08-12 Thread Freedom908
Thanks for feedback,but since alpha 4 is around the corner I'll wait,use jaunty and give it another go. On Tue, Aug 11, 2009 at 8:01 PM, cbinusa cbin...@gmail.com wrote: Comment 4 unhid my other OS's. Thank you. -- karmic: After update, grub2 does not unhide the menu when other operating

[Bug 382829] Re: Suggested output when printing a file to PDF is technical and generic ~/output.pdf

2009-08-12 Thread krevuru
I kind of agree with you. It should be something like Save As ... or Convert to ... and the default Option should be PDF instead of PS. -- Suggested output when printing a file to PDF is technical and generic ~/output.pdf https://bugs.launchpad.net/bugs/382829 You received this bug

[Bug 204567] Re: downloads should go to $HOME/Downloads : XDG_DOWNLOAD_DIR should be set to $HOME/Downloads

2009-08-12 Thread rugby471
@Conn, sorry made a mistake, set the wrong status. The Status is now set correctly. As regards to the debate, the user WILL knw where their downloads are, Firefox by default will go to the Downloads folder, but the user can also select another location in the file chooser if they wish. They can

[Bug 412363] [NEW] [LENOVO 74695KG] suspend/resume failure

2009-08-12 Thread January
Public bug reported: I think that I have encountered this bug with other models of Thinkpad X series (X20, X40 and X200; no idea about other product lines). It happens sometimes, but only if I plug out the power cable while the computer is asleep. The computer then starts to wake up, the little

[Bug 412362] [NEW] NetworkManager doesn't recognise Huawei E1692 model anymore

2009-08-12 Thread Pēteris Krišjānis
Public bug reported: Huawei E1692 doesn't work anymore with Ubuntu Karmic Koala alpha versions. It has to be mode switched, which is done, and dmesg shows this: [ 428.884052] usb 1-4: new high speed USB device using ehci_hcd and address 5 [ 429.027387] usb 1-4: configuration #1 chosen from 1

[Bug 412363] Re: [LENOVO 74695KG] suspend/resume failure

2009-08-12 Thread January
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/30209305/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/30209306/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/30209307/Dependencies.txt **

[Bug 412361] [NEW] package libxml2 2.6.32. dfsg-5ubuntu4 failed to install/upgrade: пр и работе функции buffer_copy (обработка файла ./usr/lib/ libxml2.so.2.6.32 процессом dpkg- deb) прочитан слишком

2009-08-12 Thread andrey_yeltsov
Public bug reported: Binary package hint: libxml2 libxml2 2.6.32.dfsg-5ubuntu4 fails to install... ProblemType: Package Architecture: amd64 Dependencies: libgcc1 1:4.3.3-5ubuntu4 zlib1g 1:1.2.3.3.dfsg-12ubuntu2 gcc-4.3-base 4.3.3-5ubuntu4 findutils 4.4.0-2ubuntu4 libc6 2.9-4ubuntu6

[Bug 412361] Re: package libxml2 2.6.32.dfsg -5ubuntu4 failed to install/upgrade: при работе функции buffer_copy ( обработка файла ./usr/lib/li bxml2.so.2.6.32 процессом dpkg-de b) прочитан слишком к

2009-08-12 Thread andrey_yeltsov
** Attachment added: DpkgTerminalLog.txt http://launchpadlibrarian.net/30209274/DpkgTerminalLog.txt ** Description changed: Binary package hint: libxml2 libxml2 2.6.32.dfsg-5ubuntu4 fails to install... ProblemType: Package Architecture: amd64 Dependencies: libgcc1

[Bug 388216] Re: Unable to adjust brightness (KMS bug)

2009-08-12 Thread alain57
i could do a test, but it will not be with official ubuntu kernel i compile a kernel from the official one, and add some patches because brightness did not work on my computer even without KMS. Now it does ^^ but to save time i disabled some stuff like isdn, wimax, ipv6 ... but i didn't touch the

[Bug 382829] Re: Suggested output when printing a file to PDF is technical and generic ~/output.pdf

2009-08-12 Thread mac_v
@grofaty , krevuru A separate bug already exists Bug #164298 my suggestions https://bugs.launchpad.net/ubuntu/+bug/164298/comments/9 -- Suggested output when printing a file to PDF is technical and generic ~/output.pdf https://bugs.launchpad.net/bugs/382829 You received this bug notification

[Bug 401591] Re: brightness dark and not working on acer 5715

2009-08-12 Thread Bug Watch Updater
** Changed in: linux Status: Unknown = Fix Released -- brightness dark and not working on acer 5715 https://bugs.launchpad.net/bugs/401591 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 358793] Re: UNR jaunty: Slow interface, high CPU load

2009-08-12 Thread Bartosz
** Also affects: netbook-launcher (Ubuntu) Importance: Undecided Status: New -- UNR jaunty: Slow interface, high CPU load https://bugs.launchpad.net/bugs/358793 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

Re: [Bug 320581] Re: gvfs-fuse-daemon halted with futex_wait signal

2009-08-12 Thread Kaa
Hi, I'm on Jaunty and I still have the problem. Very annoying. Thanks, K could somebody try if that's still an issue on jaunty or karmic? upstream seems to think that's a GNOME bug ** Changed in: gvfs (Ubuntu) Status: Triaged = Incomplete -- gvfs-fuse-daemon halted with

[Bug 72033] Re: Install gnome-bluetooth by default to enable receiving files via bluetooth

2009-08-12 Thread Jaap Haitsma
Is it planned for Karmic tp use gnome-bluetooth by default? -- Install gnome-bluetooth by default to enable receiving files via bluetooth https://bugs.launchpad.net/bugs/72033 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 375205] Re: resizing Organize Bookmarks window returns you to the top of the bookmark list

2009-08-12 Thread rugby471
Bruno or Dave, can you reproduce this behaviour in firefox-3.5 I cannot seem to get the behaviour you say and so if I am correct, this bug has been fixed. -- resizing Organize Bookmarks window returns you to the top of the bookmark list https://bugs.launchpad.net/bugs/375205 You received this

[Bug 239462] Re: [firefox] tooltips disappear too fast

2009-08-12 Thread Micah Gersten
@lobner This should already be in Firefox 3.6. You can test Firefox 3.6 from the Ubuntu Mozilla Daily PPA. Please note, daily packages have not undergone any quality assurance. Daily packages are sometimes very safe, and sometimes don't work at all.

[Bug 406268] Re: Unable to lock admin directory when automatic update is in progress

2009-08-12 Thread Andris Zāģeris
*** This bug is a duplicate of bug 369706 *** https://bugs.launchpad.net/bugs/369706 ** This bug has been marked a duplicate of bug 369706 Update interactes badly with noninteracitve automatic updates -- Unable to lock admin directory when automatic update is in progress

[Bug 388898] Re: Move Empathy Dependencies to Main and Update Desktop Seed

2009-08-12 Thread Loïc Minier
Papyon needs a MIR, please mark as New when the wiki page is ready; thanks ** Changed in: papyon (Ubuntu Karmic) Status: New = Incomplete -- Move Empathy Dependencies to Main and Update Desktop Seed https://bugs.launchpad.net/bugs/388898 You received this bug notification because you are

[Bug 412366] Re: Error saving openoffice document as .fodt (flat XML)

2009-08-12 Thread strank
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/30209465/Dependencies.txt -- Error saving openoffice document as .fodt (flat XML) https://bugs.launchpad.net/bugs/412366 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 412366] [NEW] Error saving openoffice document as .fodt (flat XML)

2009-08-12 Thread strank
Public bug reported: Binary package hint: openoffice.org Trying to save a writer document in Flat XML (fodt) results in an error message: Error saving the document ... Write Error There is an old similar bug report for OOCalc which has been marked as fixed, however, the same error happens for

[Bug 399857] Re: XML Parsing Error in help about in ubuntu 9.04

2009-08-12 Thread Micah Gersten
I'm sorry we weren't able to solve your original problem, but I am glad that it's working for you now. This bug report is being closed due to your last comment regarding this being fixed by reinstalling. For future reference you can manage the status of your own bugs by clicking on the current

[Bug 388216] Re: Unable to adjust brightness (KMS bug)

2009-08-12 Thread Chris Irwin
Alain, what patches were required to enable brightness changes for you? I'm testing Karmic from the daily live CD builds, so I can't install a new kernel. -- Unable to adjust brightness (KMS bug) https://bugs.launchpad.net/bugs/388216 You received this bug notification because you are a member

[Bug 379780] Re: High cpu usage after upgrade to 141-1.1

2009-08-12 Thread Andreas Fackler
I just upgraded and the problem is still there: Karmic kernel=2.6.31-5 udev=145-1 -- High cpu usage after upgrade to 141-1.1 https://bugs.launchpad.net/bugs/379780 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 308233] Re: banshee fails to connect to functional mt-daapd server

2009-08-12 Thread Jeremy Visser
** Changed in: banshee (Ubuntu) Status: Incomplete = In Progress -- banshee fails to connect to functional mt-daapd server https://bugs.launchpad.net/bugs/308233 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 204567] Re: downloads should go to $HOME/Downloads : XDG_DOWNLOAD_DIR should be set to $HOME/Downloads

2009-08-12 Thread mac_v
Conn wrote :(and why can't the list of devices turn into a submenu in the same way as bookmarks do?). Actually the media menu does turn into its own submenu. , it happens when 5 partitions/drives are added. I think the max items for both media and bookmarks individually is 5 , so we need to

[Bug 412200] Re: netbook-launcher crashed with SIGSEGV in g_type_check_instance_is_a()

2009-08-12 Thread TH
*** This bug is a duplicate of bug 410655 *** https://bugs.launchpad.net/bugs/410655 Not very helpful to mark this as a duplicate of a bug I can't access! -- netbook-launcher crashed with SIGSEGV in g_type_check_instance_is_a() https://bugs.launchpad.net/bugs/412200 You received this bug

[Bug 401991] Re: gdm display issues on Karmic

2009-08-12 Thread mattduckman
The problem is that the theme used provides a black panel and the text in GDM is very dark (if you look very closely you can see the text). ** Changed in: gdm (Ubuntu) Status: New = Confirmed ** Summary changed: - gdm display issues on Karmic + GDM panel text is too dark to read (UNR)

[Bug 274821] Re: Option GT 3G Quad + Elan U 132 don't work after Update to Hardy

2009-08-12 Thread kramerstefan
I don't use this hardware any more, neither the Elan U132 nor the Option 3G Quad. Therefore, I do not know if the problem still exists. And I can not do any testing on this issue. Sorry... ** Tags removed: needs-upstream-testing -- Option GT 3G Quad + Elan U 132 don't work after Update to Hardy

[Bug 398139] Re: nautilus lose bookmarks

2009-08-12 Thread _sebastian_
I had problems with the bookmarks (they all vanished) when my home patition was full. (f-spot flodded it with thunbnails :-/ ) See https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/222957 -- nautilus lose bookmarks https://bugs.launchpad.net/bugs/398139 You received this bug notification

[Bug 311437] Re: package flashplugin-nonfree 10.0.15.3ubuntu1~intrepid1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-08-12 Thread Scott Ritchie
Hi, I'm closing this bug because I can't reproduce it. I believe Daniel's suggestion should also fix it if it's still broken for you. ** Changed in: ia32-libs (Ubuntu) Status: New = Invalid -- package flashplugin-nonfree 10.0.15.3ubuntu1~intrepid1 failed to install/upgrade: subprocess

  1   2   3   4   5   6   7   8   9   10   >