[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, the protocol it uses is known
to be very insecure, and you should not rely on it to deter anyone but a casual
eavesdropper.

Chuck, you mention in the MIR that the software works out of the box but
the README.Debian and default config seems to imply that one needs to
setup vtun manually after install.

Please implement the status action in the init script.

FYI debian/rules isn't make -j safe:
clean: clean-patched unpatch

clean-patched should be listed in .PHONY.

vtun should depend on ${misc:Depends}

Could you explain how it is required to run eucalyptus?  (I didn't it in
jaunty)

I think I'll ask Kees for a security pass afterwards.

** Changed in: vtun (Ubuntu)
 Assignee: (unassigned) = Loïc Minier (lool)

-- 
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 ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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.

The potential side effect is of course that someone unknowingly doing an
apt-get build-dep php5 might later on experience some unexpected
autoconf issues.

** Changed in: php5 (Ubuntu)
   Status: Confirmed = Triaged

-- 
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
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 and restart apparmor and mysql.

But this is still a bug in apparmor. Would be nice to assign in to
someone in the dev team.

-- 
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 received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 problems. Upgrade is seamless.
 - test-drive php5.3 the way it will be shipped with Karmic+1 (this could be 
uncompromising: short tags off by default, and everything, making it 
future-proof)

Obviously this excludes the LTS folks who won't face the PHP
compatibility issues until April 2010 - if they upgrade immediately, or
- 2013 if they really want to stretch it.

-- 
[karmic] php packages need update to 5.3
https://bugs.launchpad.net/bugs/394385
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
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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 all week.
Next steps i guess we follow the https://wiki.ubuntu.com/SponsorshipProcess

 The potential side effect is of course that someone unknowingly doing an
 apt-get build-dep php5 might later on experience some unexpected
 autoconf issues.

That concern is split to bug #412448

-- 
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
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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: 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
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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)
https://bugs.launchpad.net/bugs/407297
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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: http://www.php.net/svn.php

-- 
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
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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: ec2-api-tools (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Please remove the .cmd files in bin
https://bugs.launchpad.net/bugs/363931
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-api-tools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 /smb to give a segmentation fault. It is possible that
this is a DFS share - as the other two share points (which work) are on
the same server.

Using nautilus to load the problematic share using:
smb://server-name/share/folder
authenticates and works just fine.

Using Intrepid and all available updates as of today.

Thanks.

-- 
CIFS: Navigating directories in DFS shares buggy
https://bugs.launchpad.net/bugs/134080
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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.

https://bugzilla.mindrot.org/attachment.cgi?id=1599action=diff

This Wishlist applies to all current and development releases of Ubuntu
and Debian.

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: wishlist

-- 
Add patch from ssh bug #69 for non-X askpass support
https://bugs.launchpad.net/bugs/412533
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 built it, then im building it too. My compile has
passed the buildconf stage ok now so i think we can consider that
verified.

https://launchpad.net/~dreamcat4/+archive/ppa

php5 (5.2.10.dfsg.1-1ubuntu2) karmic; urgency=low

  * debian/control: (autoconf) Update build dependancies (closes: 411890)
- Revert to autoconf2.13, until upstream can support autoconf 2.64

 -- dreamcat four dreamc...@gmail.com   Wed, 12 Aug 2009 13:10:06
+0100


** Attachment added: php5_5.2.10.dfsg.1-1ubuntu2.diff.gz
   http://launchpadlibrarian.net/30224268/php5_5.2.10.dfsg.1-1ubuntu2.diff.gz

-- 
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
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 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
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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

-- 
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
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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, which is subscribed to open-iscsi in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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)
   Importance: Undecided
   Status: New

** Also affects: open-iscsi (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

** Changed in: open-iscsi (Ubuntu Karmic)
   Status: New = Confirmed

** Changed in: open-iscsi (Ubuntu Hardy)
   Status: New = Confirmed

** Changed in: open-iscsi (Ubuntu Hardy)
   Importance: Undecided = Low

** Changed in: open-iscsi (Ubuntu Karmic)
   Importance: Undecided = Low

** Changed in: open-iscsi (Ubuntu Intrepid)
   Importance: Undecided = Low

** Changed in: open-iscsi (Ubuntu Intrepid)
   Status: New = Confirmed

** Changed in: open-iscsi (Ubuntu Jaunty)
   Status: New = Confirmed

** Changed in: open-iscsi (Ubuntu Jaunty)
   Importance: Undecided = Low

-- 
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, which is subscribed to open-iscsi in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 previously on the 8.04 LTS Desktop edition (still 64-bit).
Might be interesting to see what Apache2/auth_mysql versions changed
between those.

There seems to be a related or duplicate bug
https://bugs.launchpad.net/ubuntu/+source/mod-auth-mysql/+bug/364581
that mentions the same fix depe links to above:
http://launchpadlibrarian.net/26316509/mod-auth-mysql.diff.

-- 
Segfault in v4.3.9-9 with mod_dav_svn
https://bugs.launchpad.net/bugs/357799
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mod-auth-mysql in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 -0400

** Changed in: awstats (Ubuntu)
   Status: Confirmed = Fix Released

-- 
/etc/cron.d/awstats is preconfigured for apache1 not apache2
https://bugs.launchpad.net/bugs/386246
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to awstats in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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)

-- 
mysql fails to start because of multiple apparmor profiles
https://bugs.launchpad.net/bugs/403898
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
https://bugs.launchpad.net/bugs/370817
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-api-tools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 your errors you should be fine.

Regards
chuck

** Changed in: samba (Ubuntu)
   Status: New = Won't Fix

-- 
package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 3
https://bugs.launchpad.net/bugs/407548
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
https://bugs.launchpad.net/bugs/365259
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 verhindern Konfiguration von winbind:
 winbind hängt ab von samba-common (= 2:3.3.2-1ubuntu3.1); aber:
  Paket samba-common ist noch nicht konfiguriert.
dpkg: Fehler beim Bearbeiten von winbind (--configure):
 Abhängigkeitsprobleme - lasse es unkonfiguriert
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von smbclient:
 smbclient hängt ab von samba-common (= 2:3.3.2-1ubuntu3.1); aber:
  Paket samba-common ist noch nicht konfiguriert.
dpkg: Fehler beim Bearbeiten von smbclient (--configure):
 Abhängigkeitsprobleme - lasse es unkonfiguriert
Richte libsmbclient ein (2:3.3.2-1ubuntu3.1) ...


** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

** Changed in: samba (Ubuntu)
   Status: New = Triaged

-- 
package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: Unterprozess 
post-installation script gab den Fehlerwert 1 zur?ck
https://bugs.launchpad.net/bugs/409093
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 status 2

Errors were encountered while processing:

 libpam-smbpass

Log ended: 2009-08-01  15:55:42

** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

** Changed in: samba (Ubuntu)
   Status: New = Triaged

-- 
package libpam-smbpass 2:3.3.2-1ubuntu3.1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/407689
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 status 1
https://bugs.launchpad.net/bugs/406698
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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: Undecided
   Status: New

** Changed in: samba (Ubuntu Karmic)
   Status: New = Fix Released

-- 
Smbd startup failure caused by a failure to create an NT token for the guest 
account.
https://bugs.launchpad.net/bugs/382136
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
https://bugs.launchpad.net/bugs/404917
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
https://bugs.launchpad.net/bugs/404917
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 ec2-api-tools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 (Ubuntu)
 Importance: Medium
 Assignee: Jamie Strandboge (jdstrand)
 Status: In Progress

** Changed in: bind9 (Ubuntu)
   Importance: Undecided = Medium

** Changed in: bind9 (Ubuntu)
   Status: New = In Progress

** Changed in: bind9 (Ubuntu)
Milestone: None = karmic-alpha-5

** Changed in: bind9 (Ubuntu)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

-- 
bind9 should reload the named apparmor profile, not all of apparmor
https://bugs.launchpad.net/bugs/412751
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
500 http://ee.archive.ubuntu.com jaunty/main Packages

3) Installing updates

4) installation script error

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: samba-common 2:3.3.2-1ubuntu3.1
SourcePackage: samba
Title: package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.28-13-generic i686

** Affects: samba (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/412756
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/412756
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Mac OS X on this laptop and that
was required to get OS X to work. My old 8.10 installation worked just
fine with the SATA setting. Have reset the bios to AHCI. Hopefully that
will prevent the same from occurring again.

lspci says:

00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory 
Controller Hub (rev 0c)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root 
Port (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 
(rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 
(rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 
(rev 02)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 
(rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller 
(rev 02)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE 
Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA 
AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation GeForce 8400M GS (rev a1)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 22)
03:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter 
(rev 12)
03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
09:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast 
Ethernet PCI Express (rev 02)
0c:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN 
[Kedron] Network Connection (rev 61)

-- 
Corrupted file system ext3 after Jaunty 64 upgrade
https://bugs.launchpad.net/bugs/371191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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)
   Status: Incomplete = Invalid

-- 
Mouse completely frozen during install
https://bugs.launchpad.net/bugs/278140
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Save PDF to file or 
something like that.
Regards

-- 
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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 will be ignored. Check your
network connection and ensure the repository address in the preferences
is correct.


Failed to fetch cdrom:[Ubuntu 8.04.2 _Hardy Heron_ - Release i386 
(20090121)]/dists/hardy/main/binary-i386/Packages.gz  Please use apt-cdrom to 
make this CD-ROM recognized by APT. apt-get update cannot be used to add new 
CD-ROMs
Failed to fetch cdrom:[Ubuntu 8.04.2 _Hardy Heron_ - Release i386 
(20090121)]/dists/hardy/restricted/binary-i386/Packages.gz  Please use 
apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used 
to add new CD-ROMs
Some index files failed to download, they have been ignored, or old ones used 
instead.

ProblemType: Bug
Architecture: i386
Date: Tue Aug 11 14:48:41 2009
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/gnome-system-monitor
NonfreeKernelModules: ath_hal
Package: gnome-system-monitor 2.22.3-0ubuntu2
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-system-monitor
Uname: Linux 2.6.24-24-generic i686

** Affects: gnome-system-monitor (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
cannot upgrade 8.04.1 to 8.04.2
https://bugs.launchpad.net/bugs/412355
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 upgrade 8.04.1 to 8.04.2
https://bugs.launchpad.net/bugs/412355
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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, R50e, R51, R52, T500
https://bugs.launchpad.net/bugs/357673
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 now :)...

thomi

-- 
Kubuntu 8.10 ata2 hotplug problem
https://bugs.launchpad.net/bugs/305732
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 problem).  
Nedim Muminović can you confirm that your issue is related to 8.04 64 bit?


** Changed in: firefox-3.0 (Ubuntu)
   Status: Invalid = New

-- 
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 of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 seem to be du of that wrong modaliases number.

ProblemType: Bug
Architecture: i386
Date: Wed Aug 12 08:10:50 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: nvidia-common 0.2.12
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
SourcePackage: nvidia-common
Uname: Linux 2.6.31-5-generic i686

** Affects: nvidia-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://bugs.launchpad.net/bugs/398109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 9.10
NonfreeKernelModules: nvidia
Package: nvidia-common 0.2.12
ProcEnviron:
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
SourcePackage: nvidia-common
Uname: Linux 2.6.31-5-generic i686

** Affects: nvidia-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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
 systems are installed
 https://bugs.launchpad.net/bugs/411584
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.

 Status in “grub2” package in Ubuntu: Triaged

 Bug description:
 Binary package hint: grub2

 Today I updated my karmic system to the latest packages. This also updated
 the latest grub2 package (source package version: 1.96+20090725-1ubuntu2).

 After the update, I rebooted my machines and they booted directly into
 Ubuntu without unhiding the menu, though they got other Operating Systems
 Installed. According to the changelog: grub-installer will unhide it if
 other operating systems are installed. So, according to this, the menu
 should have been unhided because my system has other operating systems
 installed, however this did not happen.

 The first one has Win Vista installed on it. The Second one has Win XP.



-- 
Respectfully
Elmer

-- 
karmic: After update, grub2 does not unhide the menu when other operating 
systems are installed
https://bugs.launchpad.net/bugs/411584
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
therefore see that the folder will be the Downloads folder, and so I
don't even feel it is neccessary to make a Bookmark for it.

Also with another papercut being fixed, the xdg folders will now have
icons, so it is even more obvious to the user where the download folder
is.

This method of not saving everything to their desktop also gets the user
in a better habit of not clogging up their Desktop, but also getting
used the ne concept of the 'Home Folder' if coming from another OS, I
know this is one concept that I had to work out and so having a
different folder for Downloads encourages the user to browse around a
look at the file/folder structure of their home directory.

Conn is also right when he says *Just to illustrate the current lack of
cohesion, the default image management application (F-Spot) doesn't even
use the Pictures folder by default, it tries to save to a non-existent
Photos folder...

This was a papercut which has now been fixed and so we should do the
same wioth this bug. It is a non-standard place to save downloads and we
should correct it.

-- 
downloads should go to $HOME/Downloads : XDG_DOWNLOAD_DIR should be set to 
$HOME/Downloads
https://bugs.launchpad.net/bugs/204567
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
moon-shaped LED indicator starts to blink, but then nothing else happens
and the computer needs to be restarted by pressing the power button.

Usually the wake up goes fine, though, so it is not easily repeatable.

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
Architecture: i386
Date: Wed Aug 12 07:14:16 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=0ae4ec79-1c42-46da-8af3-fd54851e05d0
InterpreterPath: /usr/bin/python2.6
MachineType: LENOVO 74695KG
Package: linux-image-2.6.31-5-generic 2.6.31-5.24
ProcCmdLine: root=UUID=6fd0d9c7-882a-4d25-9f80-23496f5de951 ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
RelatedPackageVersions: linux-backports-modules-2.6.31-5-generic N/A
SourcePackage: linux
Tags: resume suspend
Title: [LENOVO 74695KG] suspend/resume failure
Uname: Linux 2.6.31-5-generic i686
UserGroups:
 
dmi.bios.date: 06/25/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 6DET55WW (3.05 )
dmi.board.name: 74695KG
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr6DET55WW(3.05):bd06/25/2009:svnLENOVO:pn74695KG:pvrThinkPadX200s:rvnLENOVO:rn74695KG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 74695KG
dmi.product.version: ThinkPad X200s
dmi.sys.vendor: LENOVO

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-kerneloops i386 resume suspend

-- 
[LENOVO 74695KG] suspend/resume failure
https://bugs.launchpad.net/bugs/412363
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 choice
[  429.073530] usbcore: registered new interface driver usbserial
[  429.073558] USB Serial support registered for generic
[  429.073665] usbcore: registered new interface driver usbserial_generic
[  429.073670] usbserial: USB Serial Driver core
[  429.086525] USB Serial support registered for GSM modem (1-port)
[  429.086600] option 1-4:1.0: GSM modem (1-port) converter detected
[  429.086764] usb 1-4: GSM modem (1-port) converter now attached to ttyUSB0
[  429.086783] option 1-4:1.1: GSM modem (1-port) converter detected
[  429.086871] usb 1-4: GSM modem (1-port) converter now attached to ttyUSB1
[  429.086889] option 1-4:1.2: GSM modem (1-port) converter detected
[  429.086976] usb 1-4: GSM modem (1-port) converter now attached to ttyUSB2
[  429.087015] usbcore: registered new interface driver option
[  429.087018] option: v0.7.2:USB Driver for GSM modems

But NetworkManager is silent, and it's debug shows classic messages for 
Ethernet connections. I can't connect to Internet using Network Manager, 
creating profile for my mobile provider and choosing it from menu. It seems not 
to recognise USB class and model:
Bus 001 Device 007: ID 12d1:1001 Huawei Technologies Co., Ltd. E620 USB Modem

This modem works nicely in Jaunty.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
NetworkManager doesn't recognise Huawei E1692 model anymore
https://bugs.launchpad.net/bugs/412362
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/30209308/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/30209309/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/30209310/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/30209311/ProcInterrupts.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/30209312/ProcMaps.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/30209313/ProcModules.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/30209314/ProcStatus.txt

** Attachment added: SleepLog.txt
   http://launchpadlibrarian.net/30209315/SleepLog.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/30209316/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/30209317/UdevLog.txt

-- 
[LENOVO 74695KG] suspend/resume failure
https://bugs.launchpad.net/bugs/412363
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
DistroRelease: Ubuntu 9.04
ErrorMessage: при работе функции buffer_copy (обработка файла 
./usr/lib/libxml2.so.2.6.32 процессом dpkg-deb) прочитан слишком короткий блок 
данных
Package: libxml2 2.6.32.dfsg-5ubuntu4
SourcePackage: libxml2
Title: package libxml2 2.6.32.dfsg-5ubuntu4 failed to install/upgrade: при 
работе функции buffer_copy (обработка файла ./usr/lib/libxml2.so.2.6.32 
процессом dpkg-deb) прочитан слишком короткий блок данных
Uname: Linux 2.6.28-14-generic x86_64


Here's a translation of the ErrorMessage (originally in Russian): buffer_copy 
(processing ./usr/lib/libxml2.so.2.6.32 процессом dpkg-deb) read too short block

** Affects: libxml2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package

-- 
package libxml2 2.6.32.dfsg-5ubuntu4 failed to install/upgrade: при работе 
функции buffer_copy (обработка файла ./usr/lib/libxml2.so.2.6.32 процессом 
dpkg-deb) прочитан слишком короткий блок данных
https://bugs.launchpad.net/bugs/412361
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 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
  DistroRelease: Ubuntu 9.04
  ErrorMessage: при работе функции buffer_copy (обработка файла 
./usr/lib/libxml2.so.2.6.32 процессом dpkg-deb) прочитан слишком короткий блок 
данных
  Package: libxml2 2.6.32.dfsg-5ubuntu4
  SourcePackage: libxml2
  Title: package libxml2 2.6.32.dfsg-5ubuntu4 failed to install/upgrade: при 
работе функции buffer_copy (обработка файла ./usr/lib/libxml2.so.2.6.32 
процессом dpkg-deb) прочитан слишком короткий блок данных
  Uname: Linux 2.6.28-14-generic x86_64
+ 
+ 
+ Here's a translation of the ErrorMessage (originally in Russian): buffer_copy 
(processing ./usr/lib/libxml2.so.2.6.32 процессом dpkg-deb) read too short block

-- 
package libxml2 2.6.32.dfsg-5ubuntu4 failed to install/upgrade: при работе 
функции buffer_copy (обработка файла ./usr/lib/libxml2.so.2.6.32 процессом 
dpkg-deb) прочитан слишком короткий блок данных
https://bugs.launchpad.net/bugs/412361
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 graphical part

but like i said, i applied some patch to video.c (in drivers/acpi)
so i'm not sure that my result will be good.

Chris maybe you need to enable the karmic-backports depot to have
2.6.31-5

-- 
Unable to adjust brightness (KMS bug)
https://bugs.launchpad.net/bugs/388216
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 futex_wait signal
 https://bugs.launchpad.net/bugs/320581
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in gvfs: Invalid
 Status in ?gvfs? package in Ubuntu: Incomplete

 Bug description:
 Binary package hint: gvfs-fuse

 Since installing intrepid, I have had trouble with programs freezing. From
 what I have determined, it is caused by thread locking, and
 gvfs-fuse-daemon.

 The way to make it happen seems to be to use my computer for a while, and
 then sooner or later, a program freezes. When it does, if I open system
 monitor, it will show the waiting signal for the frozen program to be
 futex_wait, and will show the waiting signal for gvfs-fuse-daemon to be
 futex_wait.

 I've tried to find information about futexes, but the web is pretty quiet
 on the matter. This bug seems similar to bug 303190, but I think it's
 different.

 The only solution I have found to this bug is to kill the application that
 is frozen. This has happened to:
  - gnome-panel
  - gnome-do
  - firefox
  - eclipse
  - python
  - getty (I think)
  - and a few others

 Every now and then my computer freezes, and I think this is the culprit
 because if this happened to a process like gdm, it would cause me to be
 unable to figure out the waiting channel.

 Also, I'm not sure if this helps, but I installed with the encrypted drive
 option via the alternate installer.

 If there is anything I can do to provide a less subjective bug report, I'd
 love to help, but I've little idea where to go from here so this can be
 confirmed.

 I've attached a screenshot of system-monitor at the time of the current
 futex_wait lock-up.


-- 
gvfs-fuse-daemon halted with futex_wait signal
https://bugs.launchpad.net/bugs/320581
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa

-- 
[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 Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://bugs.launchpad.net/bugs/406268
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 .fods!

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
Package: openoffice.org-core 1:3.0.1-9ubuntu3
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: openoffice.org
Uname: Linux 2.6.28-14-generic x86_64

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
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 Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at https://wiki.ubuntu.com/Bugs/Status
. Thank you again for taking the time to report this bug and helping to
make Ubuntu better. Please submit any future bugs you may find.

** Changed in: firefox-3.5 (Ubuntu)
   Status: Incomplete = Invalid

-- 
XML Parsing Error in help about in ubuntu 9.04
https://bugs.launchpad.net/bugs/399857
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 *only* change the limit for bookmarks.

 rugby471  wrote : I don't even feel it is neccessary to make a
Bookmark for it.

I disagree, if the user has selected the option , dont show the folder ? 
Users do not always work immediately on the files they download.
Having a bookmark for quick access is essential , else it will cripple this 
user group.

-- 
downloads should go to $HOME/Downloads : XDG_DOWNLOAD_DIR should be set to 
$HOME/Downloads
https://bugs.launchpad.net/bugs/204567
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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)

-- 
GDM panel text is too dark to read (UNR)
https://bugs.launchpad.net/bugs/401991
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://bugs.launchpad.net/bugs/274821
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 post-installation script returned error exit status 
1
https://bugs.launchpad.net/bugs/311437
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >