[Bug 73452] Re: Uploading files to remote Windows server - Modified timestamps

2009-07-12 Thread Jan Lillelund
I am seeing the same on a Ubuntu 9.04 on CIFS mounts using the latest
smbfs package.  Using Microsofts robocopy /MIR as well as ms' file
manager preserves timestamps on the server, while rsync and Nautilus
doesn't from an Ubuntu 9.04.

Issuing an rsync -a command (trying to maintain file attributes) fails
miserably with an error:

rsync: failed to set times on 
/mnt/smb100disk2/backup/CR-LD100/.88RC6907010.pdf.p1pkDD: Operation not 
permitted (1)
...
rsync error: some files/attrs were not transferred (see previous errors) (code 
23) at main.c(1058) [sender=3.0.5]

Is there a solution yet for this problem? Losing file attributes
including time information on CIFS shares limits Ubuntu's usability in a
professional environment tremendously.  We have several TB of data
stored on Linux-based CIFS servers and are attempting to move from MS to
Ubuntu on a number of clients, but this is so far a showstopper.

Does anybody know of another tool (other than rsync) that supports CIFS
correctly on the Ubuntu client?

-- 
Uploading files to remote Windows server - Modified timestamps
https://bugs.launchpad.net/bugs/73452
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 377268] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 1

2009-07-12 Thread Calvin Mitchell
problem continues with mysql-server-5.0 5.1.30really5.0.83-0ubuntu1 [24.2MB]
Get:2 http://us.archive.ubuntu.com karmic/main libhtml-template-perl 2.9-1 
[65.8kB]
Get:3 http://us.archive.ubuntu.com karmic/main mysql-server 
5.1.30really5.0.83-0ubuntu1 [57.9kB]
Fetched 24.3MB in 11s (2054kB/s)
Preconfiguring packages ...
(Reading database ... 338087 files and directories currently installed.)
Unpacking mysql-server-5.0 (from 
.../mysql-server-5.0_5.1.30really5.0.83-0ubuntu1_amd64.deb) ...
Aborting downgrade from (at least) 5.1 to 5.0.
dpkg: error processing 
/var/cache/apt/archives/mysql-server-5.0_5.1.30really5.0.83-0ubuntu1_amd64.deb 
(--unpack):
 subprocess new pre-installation script returned error exit status 1
Selecting previously deselected package libhtml-template-perl.
Unpacking libhtml-template-perl (from .../libhtml-template-perl_2.9-1_all.deb) 
...
Selecting previously deselected package mysql-server.
Unpacking mysql-server (from 
.../mysql-server_5.1.30really5.0.83-0ubuntu1_all.deb) ...
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/mysql-server-5.0_5.1.30really5.0.83-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: el subproceso post-installation script devolvi? el c?digo de 
salida de error 1
https://bugs.launchpad.net/bugs/377268
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 398366] Re: Certs generated with TinyCA2 and openssl cause errors in openldap and gnutls

2009-07-12 Thread quentusrex
** Visibility changed to: Public

-- 
Certs generated with TinyCA2 and openssl cause errors in openldap and gnutls
https://bugs.launchpad.net/bugs/398366
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 398549] [NEW] Slapd, unless started manually, will not work with saslauthd

2009-07-12 Thread dylan taft
Public bug reported:

Ubuntu Server 9.04 32 bit
package version slapd 2.4.15-1ubuntu3

Problem: does not work with saslauthd unless running as root

To reproduce:
install slapd, saslauthd, krb kdc server

you can run saslauthd -d -a kerberos5  or check logs in var to see if
slapd is communicating with saslauthd

start up slapd and the kdc
in ldap, set a userPassword to {sasl}u...@yourealm

Try to auth as that user, will fail, saslauthd doesn't output anything
in the logs, slapd doesnt appear to be communicating with it

if you edit /etc/default/slapd.conf and comment out SLAPD_USER and
SLAPD_GROUP or set them to root, and use the init script to launch, sasl
auth works fine, you can see ldap connect in saslauthd's logs and debug
output

also, starting slapd manually by going slapd -u openldap -g openldap
will work

It doesn't make sense, I don't see any chrooting, so it should be able
to hit saslauthd's socket file fine...

** Affects: openldap2.3 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Slapd, unless started manually, will not work with saslauthd
https://bugs.launchpad.net/bugs/398549
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 398549] Re: Slapd, unless started manually, will not work with saslauthd

2009-07-12 Thread dylan taft
I'm not sure..but

/usr/lib/sasl2
you need to have a file called slapd.conf there, pwcheck_method:saslauthd 
for this to work under any account, root or not

It's chmodded a+r right now, it's not working still under the openldap
account

And I take it back, slapd -g openldap -u openldap, sasl still isn't
working, but -u root works fine...

-- 
Slapd, unless started manually, will not work with saslauthd
https://bugs.launchpad.net/bugs/398549
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 398549] Re: Slapd, unless started manually, will not work with saslauthd

2009-07-12 Thread dylan taft
Ok, figured it out
/etc/init.d/saslauthd start
a folder is created, /var/run/saslauthd with the socket and pid
drwx--x--- owner root group sasl

openldap user does not have access to this folder
added openldap to sasl group and it works

Is this normal behavior?

-- 
Slapd, unless started manually, will not work with saslauthd
https://bugs.launchpad.net/bugs/398549
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 398582] [NEW] Makefiles included with apache2-prefork-dev can't properly install modules created with apxs2 -g

2009-07-12 Thread Michael S. Fischer
Public bug reported:

Binary package hint: apache2-prefork-dev

Package: apache2-prefork-dev 2.2.9-7ubuntu3.1
Description:Ubuntu 8.10
Release:8.10

To reproduce:

(1) Create a new apache module skeleton directory with apxs2:

$ apxs2 -g -n test

(2) Execute `make install' in the skeleton directory:

[... compilation messages ...]
/bin/bash: line 1: /build/instdso.sh: No such file or directory
make[1]: *** [install-modules-yes] Error 127

The following patch fixes the problem:

--- /usr/share/apache2/build/special.mk 2009-07-12 15:16:26.901340341 -0700
+++ /usr/share/apache2/build/special.mk.orig2009-07-12 15:16:10.059729856 
-0700
@@ -29,7 +29,7 @@
 install-modules-yes:
@$(MKINSTALLDIRS) $(DESTDIR)$(libexecdir)
@list='$(shared)'; for i in $$list; do \
- $(top_builddir)/build/instdso.sh SH_LIBTOOL='$(SH_LIBTOOL)' $$i 
$(DESTDIR)$(libexecdir); \
+ $(top_srcdir)/build/instdso.sh SH_LIBTOOL='$(SH_LIBTOOL)' $$i 
$(DESTDIR)$(libexecdir); \
done
 
 install-modules-no:

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


** Tags: apache

-- 
Makefiles included with apache2-prefork-dev can't properly install modules 
created with apxs2 -g
https://bugs.launchpad.net/bugs/398582
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 288496] Re: package winbind 2:3.2.3-1ubuntu3 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-07-12 Thread Emilien Klein
Same here, I just added the Wine repositories and installed Wine
(1.1.25~winehq0~ubuntu~9.04-0ubuntu1 as of writing) which needed the
winbind package (2:3.3.2-1ubuntu3) which seem to be an official ubuntu
package because it has the little Ubuntu icon on the left.

At the end of installing (with Synaptic), I got a message telling me
that winbind failed to install. I see that this bug is already in
triaged state, but I don't know if somebody is looking at it?

I've attached the result of a sudo aptitude dist-upgrade, don't know
if this might help.

** Attachment added: winbind.txt
   http://launchpadlibrarian.net/28946748/winbind.txt

-- 
package winbind 2:3.2.3-1ubuntu3 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/288496
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 377268] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 1

2009-07-12 Thread Mathias Gug
Could you please provide the following information:

 * content of /var/log/daemon.log related to mysql processes:

/var/log/daemon.log

 * apparmor audit messages related to mysqld:

/var/log/kern.log

 * mysqld apparmor profile:

/etc/apparmor.d/usr.sbin.mysqld

 * mysql configuration stripped of private information (such as
password):

/etc/mysql/my.cnf

 * extra mysql configuration from the conf.d directory:

/etc/mysql/conf.d/

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: el subproceso post-installation script devolvi? el c?digo de 
salida de error 1
https://bugs.launchpad.net/bugs/377268
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 243157] Re: package mysql-server 5.0.51a-3ubuntu5.1 failed to install/upgrade: probl?mes de d?pendances - laiss? non configur?

2009-07-12 Thread McPeter
problem appear after normal update : sudo aptitude update  sudo
aptitude safe-upgrade

(Ubuntu 8.10 upgrated to Ubuntu 9.04)

p.s.: maybe it's work after reboot (new kernel)

-- 
package mysql-server 5.0.51a-3ubuntu5.1 failed to install/upgrade: probl?mes de 
d?pendances - laiss? non configur?
https://bugs.launchpad.net/bugs/243157
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 243157] Re: package mysql-server 5.0.51a-3ubuntu5.1 failed to install/upgrade: probl?mes de d?pendances - laiss? non configur?

2009-07-12 Thread McPeter
different version of MySql-Server
Est en conflit: mysql-server ( 5.1.31-1ubuntu2), mysql-server-4.1,
mysql-server-5.0, mysql-server-core-5.0
Remplace: mysql-server ( 5.1.31-1ubuntu2), mysql-server-4.1, mysql-server-5.0,
  mysql-server-core-5.0

-- 
package mysql-server 5.0.51a-3ubuntu5.1 failed to install/upgrade: probl?mes de 
d?pendances - laiss? non configur?
https://bugs.launchpad.net/bugs/243157
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 243157] Re: package mysql-server 5.0.51a-3ubuntu5.1 failed to install/upgrade: probl?mes de d?pendances - laiss? non configur?

2009-07-12 Thread McPeter
it's ok for me :)

problem after reboot : in the attachement 'log-mysql'

i stop apparmor sudo /etc/init.d/apparmor stop
i edit /etc/apparmor.d/usr.sbin.mysql and change the path to /var/bin/mysql (my 
database is other place)
i restart apparmor sudo /etc/init.d/apparmor start
and sudo /etc/init.d/mysql start
and done :)

** Attachment added: log-mysql
   http://launchpadlibrarian.net/28947693/log-mysql

-- 
package mysql-server 5.0.51a-3ubuntu5.1 failed to install/upgrade: probl?mes de 
d?pendances - laiss? non configur?
https://bugs.launchpad.net/bugs/243157
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 89364] Re: Apache2 default site contains only the words It works!

2009-07-12 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.2.11-7ubuntu1

---
apache2 (2.2.11-7ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes: LP: #398130
- debian/patches/203_fix-ssl-timeftm-ignored.dpatch:
  Fix timefmt is ignored when XBitHack is on. (LP: #258914)
- debian/{control,rules}: enable PIE hardening.
- debian/{control, rules, apache2.2-common.ufw.profile}: add ufw profiles.

apache2 (2.2.11-7) unstable; urgency=low

  * Security fixes:
- CVE-2009-1890: denial of service in mod_proxy
- CVE-2009-1891: denial of service in mod_deflate (closes: #534712)
  * Add symlinks for the debug info to the mpm packages.
  * Be slightly more informative in the default index.html without pointing
to Apache or Debian (LP: #89364)
  * Remove dependency on net-tools, which is no longer necessary
(closes: #535849)
  * Bump Standards-Version (no changes)

 -- Bhavani Shankar right2bh...@gmail.com   Sat, 11 Jul 2009 16:34:32
+0530

** Changed in: apache2 (Ubuntu)
   Status: Won't Fix = Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2009-1890

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2009-1891

-- 
Apache2 default site contains only the words It works!
https://bugs.launchpad.net/bugs/89364
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 398130] Re: Please merge apache2 2.2.11-7(main) from debian unstable(main)

2009-07-12 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.2.11-7ubuntu1

---
apache2 (2.2.11-7ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes: LP: #398130
- debian/patches/203_fix-ssl-timeftm-ignored.dpatch:
  Fix timefmt is ignored when XBitHack is on. (LP: #258914)
- debian/{control,rules}: enable PIE hardening.
- debian/{control, rules, apache2.2-common.ufw.profile}: add ufw profiles.

apache2 (2.2.11-7) unstable; urgency=low

  * Security fixes:
- CVE-2009-1890: denial of service in mod_proxy
- CVE-2009-1891: denial of service in mod_deflate (closes: #534712)
  * Add symlinks for the debug info to the mpm packages.
  * Be slightly more informative in the default index.html without pointing
to Apache or Debian (LP: #89364)
  * Remove dependency on net-tools, which is no longer necessary
(closes: #535849)
  * Bump Standards-Version (no changes)

 -- Bhavani Shankar right2bh...@gmail.com   Sat, 11 Jul 2009 16:34:32
+0530

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

-- 
Please merge apache2 2.2.11-7(main) from debian unstable(main)
https://bugs.launchpad.net/bugs/398130
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 398221] Re: export drawing to png failed

2009-07-12 Thread Benjamin Drung
Yes, the bug is in the Ubuntu-provided package.

** Changed in: inkscape (Ubuntu)
   Status: Incomplete = Confirmed

-- 
export drawing to png failed
https://bugs.launchpad.net/bugs/398221
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 393717] Re: RFE: compile with 128 channel mixer

2009-07-12 Thread Bhavani Shankar
I also tested this out.. It was missed in the last merge

I ll prepare a diff

Regards

** Changed in: xmp (Ubuntu)
   Status: New = Confirmed

-- 
RFE: compile with 128 channel mixer
https://bugs.launchpad.net/bugs/393717
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 377370] Re: power manager crash

2009-07-12 Thread mzc
I tried the first one..Unfortunately Apport did not load.  I'm not very
familiar with cli in linux as compared to troubleshooting the common
man's xp os.  Please let me know how I could help to solve this bug.

:)

-- 
power manager crash
https://bugs.launchpad.net/bugs/377370
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 393717] Re: RFE: compile with 128 channel mixer

2009-07-12 Thread Bhavani Shankar
** Changed in: xmp (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: xmp (Ubuntu)
 Assignee: (unassigned) = Bhavani Shankar (bhavi)

-- 
RFE: compile with 128 channel mixer
https://bugs.launchpad.net/bugs/393717
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 389494] Re: No HDMI Sound with Jaunty 9.04, Kernel 2.6.30, ALSA 1.0.20, Conexant CX20561 nvidia MCP65 HD Audio (Geforce 8400M GS)

2009-07-12 Thread tutysara
I also face the same issue. I have used ubuntu gutsy and hardy heron and
the sound worked fine with those version. It is not working with Jaunty.
Any info on when this will be fixed?

-- 
No HDMI Sound with Jaunty 9.04, Kernel 2.6.30, ALSA 1.0.20, Conexant CX20561  
nvidia MCP65 HD Audio (Geforce 8400M GS)
https://bugs.launchpad.net/bugs/389494
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 398344] Re: update manager lists all items ghosted or greyed out

2009-07-12 Thread Ilya B
*** This bug is a duplicate of bug 398345 ***
https://bugs.launchpad.net/bugs/398345

** This bug has been marked a duplicate of bug 398345
   update manager lists all items ghosted or greyed out

-- 
update manager lists all items ghosted or greyed out
https://bugs.launchpad.net/bugs/398344
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 398349] [NEW] Hard to click websites submenu item in Firefox

2009-07-12 Thread Thomas
Public bug reported:

The website in question is http://alongtheway.110mb.com/

When pointing at the submenu items they usually disappear. I booted
another install of hardy and got the same results. Others running XP
with Firefox 3 have tried the menu with no problems so it seems to be a
problem with the Ubuntu version of Firefox.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Hard to click websites submenu item in Firefox
https://bugs.launchpad.net/bugs/398349
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 303802] Re: Wireless Card Fails After X Amount of Time or Y Amount of Data Transfered

2009-07-12 Thread Alsandair Sneachta
I'm beginning to think this has nothing to do with the kernel, and has
more to do with network-manager.  I'm having issues connecting to WPA
networks in Jaunty, so I tried installing wicd and removing network-
manager.  I was still unable to connect to the WPA network where I was,
but.

...my network card worked properly  No errors at all  See the
attached dmesg log for what it *should* look like, when working
properly. =D

So, I guess now the question is...is this really a bug?  Or is it some
configuration issue?  In bug #179698 (linked above), I've had responses
that the problems are fixed in Jaunty.  Now, I'm using Kubuntu...and
that/those user(s) may not, but the point remains that perhaps the issue
*is* fixed, but only for certain users.  I'll try to do some additional
testing, but for the moment I'm stuck because I've had to send my laptop
away again (same exact motherboard issue as last time...company failed
to fix it =\).

Anything else I can do to get more info for this bug (if it is, indeed,
a bug after all)?  I'm kinda running out of ideas, myself...

** Attachment added: dmesg-wicd.log
   http://launchpadlibrarian.net/28928632/dmesg-wicd.log

-- 
Wireless Card Fails After X Amount of Time or Y Amount of Data Transfered
https://bugs.launchpad.net/bugs/303802
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 397375] Re: Device is busy Bug

2009-07-12 Thread Michael Lamothe
Yes, it's the vebose output.

Do this `fuser -v /dev/dvb/adapter1/frontend0` and post the results.

-- 
Device is busy Bug 
https://bugs.launchpad.net/bugs/397375
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 264104] Re: ipw2200 driver no longer works with wpa2 network

2009-07-12 Thread Alsandair Sneachta
I was able to circumvent this issue by removing network-manager and
installing wicd.  Could it be that network-manager really is the
culprit?  This would coincide with findings at the beginning of the
comments on this report that network-manager and the driver are
tripping each other up.

Still, it would be nice if this could be pinned down and fixed (if it is
indeed still an issue - it could be a configuration issue or something
on my end, too).  I like network-manager better than wicd...but I need
the wireless to function, too.

-- 
ipw2200 driver no longer works with wpa2 network
https://bugs.launchpad.net/bugs/264104
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 393056] Re: Invalid end-of-line backslash in Build-Depends

2009-07-12 Thread Bhavani Shankar
Thanks andrew :)

-- 
Invalid end-of-line backslash in Build-Depends
https://bugs.launchpad.net/bugs/393056
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 398352] [NEW] linux-image-2.6.31-2-generic (Karmic) hangs on boot

2009-07-12 Thread Erik de Castro Lopo
Public bug reported:


Hangs right after  printing Configuring network interfaces. Booting jaunty 
kernel linux-image-2.6.28-11-generic boots perfectly.

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

-- 
linux-image-2.6.31-2-generic (Karmic) hangs on boot
https://bugs.launchpad.net/bugs/398352
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 393717] Re: RFE: compile with 128 channel mixer

2009-07-12 Thread Bhavani Shankar

** Attachment added: debdiff to close this bug
   http://launchpadlibrarian.net/28928834/debian.debdiff

** Changed in: xmp (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: xmp (Ubuntu)
 Assignee: Bhavani Shankar (bhavi) = (unassigned)

-- 
RFE: compile with 128 channel mixer
https://bugs.launchpad.net/bugs/393717
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 87715] Re: Soundconverter creates VBR MP3 files with incorrect length/bitrate

2009-07-12 Thread Sune Bredahl
I still have this issue in soundconverter (1.4.1-0ubuntu1) in Jaunty.
ABR and VBR mp3s appear to be 160kbps CBR.

-- 
Soundconverter creates VBR MP3 files with incorrect length/bitrate
https://bugs.launchpad.net/bugs/87715
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 295606] Re: update-manager does not update automatically

2009-07-12 Thread yuri
I have started experiencing the same problem since I did network upgrade
from Ubuntu 8.10 to Ubuntu 9.04.

-- 
update-manager does not update automatically
https://bugs.launchpad.net/bugs/295606
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 398354] [NEW] [needs-packaging] aribas

2009-07-12 Thread Martin Thoma
Public bug reported:

Binary package hint: aribas

ARIBAS is an interactive interpreter for big integer arithmetic and
multi-precision floating point arithmetic with a Pascal/Modula like
syntax. It has several builtin functions for algorithmic number theory
like gcd, Jacobi symbol, Rabin probabilistic prime test, continued
fraction and quadratic sieve factorization, Pollard rho factorization,
etc.

URL: http://www.mathematik.uni-muenchen.de/~forster/sw/adownload.html
License: GPL Version 2

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

-- 
[needs-packaging] aribas
https://bugs.launchpad.net/bugs/398354
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 397890] Re: no alsa sound, only oss

2009-07-12 Thread Greg Auger
*** This bug is a duplicate of bug 398080 ***
https://bugs.launchpad.net/bugs/398080

** This bug has been marked a duplicate of bug 398080
   no sounds through alsa, errors in syslog

-- 
no alsa sound, only oss
https://bugs.launchpad.net/bugs/397890
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 398080] Re: no sounds through alsa, errors in syslog

2009-07-12 Thread Greg Auger
Yes Bug 397890 was also me, I forgot I had opened a bug report already
when discovering these errors!

-- 
no sounds through alsa, errors in syslog
https://bugs.launchpad.net/bugs/398080
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 82654] Re: Windows can be positioned with title bar below gnome-panel

2009-07-12 Thread jdetras
If the importance dictates its urgency for fixing, then it should be.
Two years, as I see it, looks like there is no one interested in fixing
this as of the moment. If we are talking of new users, I would assume
wobbly windows is one of the features that a user will definitely use.
If this happens during the first day, then the papercut objective fails
on this part.

-- 
Windows can be positioned with title bar below gnome-panel
https://bugs.launchpad.net/bugs/82654
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 271339] Re: package linux-image-2.6.24-19-generic 2.6.24-19.41 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2009-07-12 Thread hou ren hui
Sorry, I don't know what you talk about .
So, oh,close it.



2009/7/1 AceLan Kao ace...@acelan.idv.tw

 This is an old issue and I think it doesn't worth to waste time to
 reproduce and fix the problem. So, I'm going to close this issue.
 Please reopen if this is still an issue in the current Ubuntu release,
 Jaunty Jackalope 9.04 - http://www.ubuntu.com/getubuntu/download.  If
 the issue remains in Jaunty, please test the latest upstream kernel
 build - https://wiki.ubuntu.com/KernelMainlineBuilds .  To reopen the
 bug, click on the current status under the Status column and change the
 status back to New.  Thanks.

 ** Changed in: linux (Ubuntu)
   Status: Incomplete = Won't Fix

 --
 package linux-image-2.6.24-19-generic 2.6.24-19.41 failed to
 install/upgrade: subprocess post-installation script returned error exit
 status 2
 https://bugs.launchpad.net/bugs/271339
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “linux” package in Ubuntu: Won't Fix

 Bug description:
 1) 8.04
 3) after crashing system upgrading from 7.10 to 8.04 I had to dpkg
 --configure  -a.
 I then run apt-get update and upgrade
 4) image doesn't install

 ProblemType: Package
 Architecture: i386
 Date: Wed Sep 17 14:33:01 2008
 DistroRelease: Ubuntu 8.04
 ErrorMessage: subprocess post-installation script returned error exit
 status 2
 Package: linux-image-2.6.24-19-generic 2.6.24-19.41
 PackageArchitecture: i386
 SourcePackage: linux
 Title: package linux-image-2.6.24-19-generic 2.6.24-19.41 failed to
 install/upgrade: subprocess post-installation script returned error exit
 status 2
 Uname: Linux 2.6.22-15-generic i686


-- 
package linux-image-2.6.24-19-generic 2.6.24-19.41 failed to install/upgrade: 
subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/271339
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 398358] [NEW] package openjdk-6-jre-headless 6b14-1.4.1-0ubuntu7 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive

2009-07-12 Thread jmz2020
Public bug reported:

Description:Ubuntu 9.04
Release:9.04

openjdk-6-jre-headless:
  Installed: 6b14-1.4.1-0ubuntu7
  Candidate: 6b14-1.4.1-0ubuntu10
  Version table:
 6b14-1.4.1-0ubuntu10 0
500 http://gb.archive.ubuntu.com jaunty-updates/main Packages
 *** 6b14-1.4.1-0ubuntu7 0
500 http://gb.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

sudo apt-get -f install
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Correcting dependencies...Done
The following packages were automatically installed and are no longer required:
  linux-headers-2.6.28-11 linux-headers-2.6.28-11-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  openjdk-6-jre-headless
Suggested packages:
  sun-java6-fonts
The following packages will be upgraded:
  openjdk-6-jre-headless
1 upgraded, 0 newly installed, 0 to remove and 28 not upgraded.
2 not fully installed or removed.
Need to get 0B/25.7MB of archives.
After this operation, 4096B of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 227440 files and directories currently installed.)
Preparing to replace openjdk-6-jre-headless 6b14-1.4.1-0ubuntu7 (using 
.../openjdk-6-jre-headless_6b14-1.4.1-0ubuntu10_i386.deb) ...
Unpacking replacement openjdk-6-jre-headless ...
dpkg: error processing 
/var/cache/apt/archives/openjdk-6-jre-headless_6b14-1.4.1-0ubuntu10_i386.deb 
(--unpack):
 corrupted filesystem tarfile - corrupted package archive
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/openjdk-6-jre-headless_6b14-1.4.1-0ubuntu10_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: corrupted filesystem tarfile - corrupted package archive
NonfreeKernelModules: ath_hal
Package: openjdk-6-jre-headless 6b14-1.4.1-0ubuntu7
SourcePackage: openjdk-6
Title: package openjdk-6-jre-headless 6b14-1.4.1-0ubuntu7 failed to 
install/upgrade: corrupted filesystem tarfile - corrupted package archive
Uname: Linux 2.6.28-11-generic i686

** Affects: openjdk-6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package openjdk-6-jre-headless 6b14-1.4.1-0ubuntu7 failed to install/upgrade: 
corrupted filesystem tarfile - corrupted package archive
https://bugs.launchpad.net/bugs/398358
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 398358] Re: package openjdk-6-jre-headless 6b14-1.4.1-0ubuntu7 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive

2009-07-12 Thread jmz2020

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/28929192/Dependencies.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/28929193/DpkgTerminalLog.txt

-- 
package openjdk-6-jre-headless 6b14-1.4.1-0ubuntu7 failed to install/upgrade: 
corrupted filesystem tarfile - corrupted package archive
https://bugs.launchpad.net/bugs/398358
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 398181] Re: UXA leads to 100% swap consumption

2009-07-12 Thread Arthur Schiwon
That looks really good know! Thanks a bunch! :)

I didn't know the Xorg Edgers PPA, yet, but with this and the current
version of 2.6.30 (i had one installed some few weeks ago) it works like
a charm again. No swap eating, dual screen working perfectly and
suspending  is exczellent again! Only needed to fit the screen names,
which changed from LVDS to LVDS1 and VGA accordingly.

 Do you also have the problem requiring UXA in jaunty's KDE?

With  4.2 i only used EXA which was working fine. I'm afraid, i don't
have the original version to test it.

-- 
UXA leads to 100% swap consumption
https://bugs.launchpad.net/bugs/398181
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 398181] Re: UXA leads to 100% swap consumption

2009-07-12 Thread Arthur Schiwon
Does this status fit best? It's solved at least.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New = Invalid

-- 
UXA leads to 100% swap consumption
https://bugs.launchpad.net/bugs/398181
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 297263] Re: HP/Compaq mini Sky2 Ethernet not working if booting from battery

2009-07-12 Thread Taylor
I have a Hp Mini 110 Model 110-1000 running 9.04 desktop I am having the
same problem as Finog. I am new to this.

Thank You

-- 
HP/Compaq mini Sky2 Ethernet not working if booting from battery
https://bugs.launchpad.net/bugs/297263
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 398361] [NEW] Please sync dansguardian 2.10.1.1-1 (universe) from Debian unstable (main).

2009-07-12 Thread Bhavani Shankar
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/dansguardian
 status new
 importance wishlist
 subscribe ubuntu-universe-sponsors

Please sync dansguardian 2.10.1.1-1 (universe) from Debian unstable
(main).


Explanation of the Ubuntu delta and why it can be dropped:

Please sync the latest version of dansguardian from debian as they have 
fixed bug #526156 which was affecting ubuntu and it ll fix 
https://bugs.launchpad.net/ubuntu/+source/dansguardian/+bug/391090

Changelog since current karmic version 2.9.9.7-2.1ubuntu1:

dansguardian (2.10.1.1-1) unstable; urgency=low

  * New upstream version (Closes: #516749)
  * Re-enable clamd support (Closes: #533024)
  * Bump standards version (No changes)
  * Add --retry 15 to start-ѕtop-daemon (Closes: #424076)
  * Fix headers for gcc 4.4 (Closes: #505386, #526156)
Thanks to tbm for the patch

 -- Alexander Wirt formo...@debian.org  Sun, 14 Jun 2009 11:21:44
+0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFKWY0iL+KnYRaooWIRAop2AJ0fzzZoHLR9I9l3XtFPZS+YKcOwhACffejX
QxMtPBhFjpNx/cO26NR3bEY=
=lTQT
-END PGP SIGNATURE-

** Affects: dansguardian (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
Please sync dansguardian 2.10.1.1-1 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/398361
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 359245] Re: Jaunty X highly unstable

2009-07-12 Thread Brian Nguyen
If it helps, a flashing keyboard possibly indicates a kernel panic; thus
this might not be a problem with X but with the kernel itself. I'm
having the same issues on Jaunty with 185.18.14. Instead of hard
rebooting you could hold down Alt-SysReq and hit the keys e,s,b: see
http://ubuntuforums.org/showthread.php?t=553452

-- 
Jaunty X highly unstable
https://bugs.launchpad.net/bugs/359245
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 398114] Re: grub-pc fs type warnings (karmic)

2009-07-12 Thread dino99
** Description changed:

  Having some problem to boot:
  
  used grub-pc, os-prober on 3 hdd: 2 pata 1 sata (sdb xp ntfs, sdc
  jaunty32/karmic32 ext3, sda jaunty64 ext4)
  
  The troubles does not exist before using grub2  os-prober.
  
  When i want to boot , it often fail: grub reboot or it freeze or exit
- with warning (for example: invalid compressed format (err=1) or else)
- or begin to start  fall in a maintenace shell.
+ with warning (for example: invalid compressed format (err=1) or
+ alloc magic is broken or else) or begin to start  fall in a
+ maintenace shell.
  
  Same things if i erase splash or add acpi=off nolapic. Most of the time
  it boot at the third time but always fall in a maintenance shell: need
  to exit from root and then boot correctly from normal boot option
  choice. Need to power off to try booting again.
  
  Investigating, i found that os-prober check for all the non-existing fstype: 
don't know how to stop that. 
  /var/lib/os-prober/ only have 1 file (labels), not subfolder /mount/boot as 
seen in user.log  returned by 50mounted-tests
  
  ProblemType: Bug
  Architecture: i386
  Date: Sat Jul 11 11:54:10 2009
  DistroRelease: Ubuntu 9.10
  HibernationDevice: RESUME=UUID=f4216733-a2b7-4818-9852-9bb41d54d87c
  MachineType: ASUSTEK COMPUTER INC P5W DH Deluxe
  NonfreeKernelModules: nvidia
  Package: linux-image-2.6.31-2-generic 2.6.31-2.17
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-2-generic 
root=UUID=f23f677d-7a16-4190-a2fa-c668e9e0a3ac ro quiet splash
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-2.17-generic
  RelatedPackageVersions: linux-backports-modules-2.6.31-2-generic N/A
  SourcePackage: linux
  Uname: Linux 2.6.31-2-generic i686
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2801
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5W DH Deluxe
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2801:bd07/10/2008:svnASUSTEKCOMPUTERINC:pnP5WDHDeluxe:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5WDHDeluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5W DH Deluxe
  dmi.product.version: System Version
  dmi.sys.vendor: ASUSTEK COMPUTER INC

-- 
grub-pc fs type warnings (karmic)
https://bugs.launchpad.net/bugs/398114
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 398362] [NEW] Unsupported Remote for Mythbuntu 9.04 - Pinnacle HDTV Pro Stick (801e SE)

2009-07-12 Thread mythbuntukid
Public bug reported:

Binary package hint: lirc

1) Release: Ubuntu version 9.04 (via mythbuntu)

2) Package: Lirc
Installed: 0.8.4a-0ubuntu5
Candidate: 0.8.4a-0ubuntu5
Version table: 
*** 0.8.4a-0ubuntu5 0
 500 http://us.archive.ubuntu.com jaunty/universe Packages
 100 /bar/lib/dpkg/status

3) Automatic support through Mythbuntu Control Centre setup.

4) No remote listed.

Furthermore, the remote is not recognized by irw or irxevent even
after copying in known working (from other distro) lircd.conf and lircrc
files.

Mythbuntu Installation Manual requested that I submit a bug report.  I
can supply the working lircd.conf and lircrc files if that would help
for implementation purposes.  Please contact me at my email address.

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

-- 
Unsupported Remote for Mythbuntu 9.04 - Pinnacle HDTV Pro Stick (801e SE)
https://bugs.launchpad.net/bugs/398362
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 382365] Re: save as xcf error

2009-07-12 Thread Bryce Harrington
Thanks for letting us know the issue is resolved.  The deprecation
warning is just a warning and can be ignored.

** Changed in: inkscape (Ubuntu)
   Status: Incomplete = Fix Released

-- 
save as xcf error
https://bugs.launchpad.net/bugs/382365
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 344191] Re: Vertical ruler missing in Inkscape

2009-07-12 Thread Bryce Harrington
Thanks for letting us know the issue is resolved.

** Changed in: inkscape (Ubuntu)
   Status: Incomplete = Fix Released

-- 
Vertical ruler missing in Inkscape
https://bugs.launchpad.net/bugs/344191
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 276241] Re: Inrepid alpha: Toolbar in Inkscape has no size when detached.

2009-07-12 Thread Bryce Harrington
Well, sounds like the original issue is gone anyway, so we can close the
bug.

** Changed in: inkscape (Ubuntu)
   Status: Incomplete = Fix Released

-- 
Inrepid alpha: Toolbar in Inkscape has no size when detached.
https://bugs.launchpad.net/bugs/276241
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 224675] Re: export_gimp_palette.py crashed with AttributeError in checkStyle()

2009-07-12 Thread Bryce Harrington
Thanks for letting us know the issue is resolved.

** Changed in: inkscape (Ubuntu)
   Status: Incomplete = Fix Released

-- 
export_gimp_palette.py crashed with AttributeError in checkStyle()
https://bugs.launchpad.net/bugs/224675
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 208079] Re: Windows 'jump' up and down when maximized

2009-07-12 Thread Bryce Harrington
Thanks for letting us know the issue is resolved.

** Changed in: inkscape (Ubuntu)
   Status: Incomplete = Fix Released

-- 
Windows 'jump' up and down when maximized
https://bugs.launchpad.net/bugs/208079
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 200305] Re: inkscape crashed with SIGSEGV when exporting PNG to server in g_utf8_validate

2009-07-12 Thread Bryce Harrington
Thanks for letting us know the issue is resolved.

** Changed in: inkscape (Ubuntu)
   Status: Incomplete = Fix Released

-- 
inkscape crashed with SIGSEGV when exporting PNG to server in g_utf8_validate
https://bugs.launchpad.net/bugs/200305
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 115035] Re: Nautilus miss-identifies MIME type of certain lua scripts

2009-07-12 Thread Ryan T Long
I can confirm this bug. It seems the method of recognising a VHDL
document is too ambiguous. I am finding YAML files (which should begin
with a line containing the begin-stream header: '---') are also
recognised as VHDL. If this header is removed the type is reported as
text/plain in nautilus.

I'm not sure if it's related or not, but it seems YAML files that I have
tested with gnomevfs-info as done above are reported as application
/octet-stream instead of text/x-yaml.

** Changed in: shared-mime-info (Ubuntu)
   Status: Invalid = Confirmed

-- 
Nautilus miss-identifies MIME type of certain scripts that begin with --
https://bugs.launchpad.net/bugs/115035
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 115035] Re: Nautilus miss-identifies MIME type of certain lua scripts

2009-07-12 Thread Ryan T Long
I apologise. I mis-read the comment regarding reopening this bug. I'm
new to this. Nevertheless, I'm able to unofficially confirm this bug.

** Changed in: shared-mime-info (Ubuntu)
   Status: Confirmed = New

** Summary changed:

- Nautilus miss-identifies MIME type of certain lua scripts
+ Nautilus miss-identifies MIME type of certain scripts that begin with --

-- 
Nautilus miss-identifies MIME type of certain scripts that begin with --
https://bugs.launchpad.net/bugs/115035
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 398358] Re: package openjdk-6-jre-headless 6b14-1.4.1-0ubuntu7 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive

2009-07-12 Thread jmz2020
I removed the broken packages with synaptic, noting that freecol was the
reason I had installed them, then re-installed freecol. Problem
resolved.

-- 
package openjdk-6-jre-headless 6b14-1.4.1-0ubuntu7 failed to install/upgrade: 
corrupted filesystem tarfile - corrupted package archive
https://bugs.launchpad.net/bugs/398358
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 398364] [NEW] sorry program ubiquity closed unexpectedly+ubuntu 9.04

2009-07-12 Thread kashkool1404
Public bug reported:

 The error: Sorry, the program ubiquity closed unexpectedly occurs right 
after installing Ubuntu 9.04(X64 or X86).
Also I have 2 raid hard disk and Windows Vista,perhaps this error is cause of 2 
things.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
sorry program ubiquity closed unexpectedly+ubuntu 9.04
https://bugs.launchpad.net/bugs/398364
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 398181] Re: UXA leads to 100% swap consumption

2009-07-12 Thread Robert Hooker
That works, I'm glad to hear its fixed for you and things should be
working right whenever you upgrade to karmic :) Jaunty was released at a
real unfortunate time for intel graphics users, but things have come
along an amazing amount in the time since it was released.

-- 
UXA leads to 100% swap consumption
https://bugs.launchpad.net/bugs/398181
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 395431] Re: call for deal.ii

2009-07-12 Thread fabrice_sp
Fix uploaded

** Changed in: deal.ii (Ubuntu)
   Status: New = Fix Released

-- 
call for deal.ii 
https://bugs.launchpad.net/bugs/395431
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 398365] [NEW] [karmic] cannot turn on either of wifi or bluetooth by FN key

2009-07-12 Thread Pavol Klačanský
Public bug reported:

Hallo, in jaunty I can turn on wifi (first press), bluetooth (second
press) or both (third press) of them

In karmic there you can only both turn off or turn on

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

-- 
[karmic] cannot turn on either of wifi or bluetooth by FN key
https://bugs.launchpad.net/bugs/398365
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 73452] Re: Uploading files to remote Windows server - Modified timestamps

2009-07-12 Thread Jan Lillelund
I am seeing the same on a Ubuntu 9.04 on CIFS mounts using the latest
smbfs package.  Using Microsofts robocopy /MIR as well as ms' file
manager preserves timestamps on the server, while rsync and Nautilus
doesn't from an Ubuntu 9.04.

Issuing an rsync -a command (trying to maintain file attributes) fails
miserably with an error:

rsync: failed to set times on 
/mnt/smb100disk2/backup/CR-LD100/.88RC6907010.pdf.p1pkDD: Operation not 
permitted (1)
...
rsync error: some files/attrs were not transferred (see previous errors) (code 
23) at main.c(1058) [sender=3.0.5]

Is there a solution yet for this problem? Losing file attributes
including time information on CIFS shares limits Ubuntu's usability in a
professional environment tremendously.  We have several TB of data
stored on Linux-based CIFS servers and are attempting to move from MS to
Ubuntu on a number of clients, but this is so far a showstopper.

Does anybody know of another tool (other than rsync) that supports CIFS
correctly on the Ubuntu client?

-- 
Uploading files to remote Windows server - Modified timestamps
https://bugs.launchpad.net/bugs/73452
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-07-12 Thread Bug Watch Updater
** Changed in: farsight2 (Fedora)
   Status: Fix Committed = Fix Released

-- 
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 398368] [NEW] GDM face directory on user tab issue

2009-07-12 Thread Andy.hall06
Public bug reported:

In systemadministrationlogin window, in the last tab - users, the
global face directory defaults to /faces but if you somehow try to
change it, there is no way to go back into a sub directory, all you have
as options are the places and folders that would be displayed in your
nautilus side pane. There is no way to change or select specific
directories.

It also sometimes changes at random to different directories when you
browse around for the default face right above it.

** Affects: hundredpapercuts
 Importance: Undecided
 Status: New

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

** Also affects: gdm (Ubuntu)
   Importance: Undecided
   Status: New

-- 
GDM face directory on user tab issue
https://bugs.launchpad.net/bugs/398368
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 398129] Re: Cannot start Synfig Studio

2009-07-12 Thread Lisati
I can confirm that the version in the repos results in a segmentation
fault. The latest version at the Synfig website seems to start OK
without error.

-- 
Cannot start Synfig Studio
https://bugs.launchpad.net/bugs/398129
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 398129] Re: Cannot start Synfig Studio

2009-07-12 Thread Lisati
I can confirm that the version in the repos results in a segmentation
fault. The latest version at the Synfig website seems to start OK
without error.

-- 
Cannot start Synfig Studio
https://bugs.launchpad.net/bugs/398129
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 398181] Re: UXA leads to 100% swap consumption

2009-07-12 Thread Arthur Schiwon
That's true, things have been worked up quite fast. It's kind of
exciting seeing the progress (and not only with intel drivers)
immediately and notice how everything is going forward.

-- 
UXA leads to 100% swap consumption
https://bugs.launchpad.net/bugs/398181
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 398129] Re: Cannot start Synfig Studio

2009-07-12 Thread Lisati
Related to
https://bugs.launchpad.net/ubuntu/+source/synfigstudio/+bug/387395 ?

BTW I had the error on Ubuntu 9.04 64-bit

-- 
Cannot start Synfig Studio
https://bugs.launchpad.net/bugs/398129
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 398369] [NEW] updating not sucessful

2009-07-12 Thread Mario Alvisi
Public bug reported:

Binary package hint: gnome-applets

E: /var/cache/apt/archives/gnome-applets-data_2.26.1-0ubuntu1_all.deb:
subprocess dpkg-deb --fsys-tarfile returned error exit status 2

ubuntu 9.04

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess dpkg-deb --fsys-tarfile returned error exit status 2
MediaBuild: Ubuntu 9.04 Jaunty Jackalope - Release i386 (20090420.1)
Package: gnome-applets-data 2.26.0-0ubuntu4
PackageArchitecture: all
SourcePackage: gnome-applets
Title: package gnome-applets-data 2.26.0-0ubuntu4 failed to install/upgrade: 
subprocess dpkg-deb --fsys-tarfile returned error exit status 2
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-package i386

-- 
updating not sucessful
https://bugs.launchpad.net/bugs/398369
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 398369] Re: updating not sucessful

2009-07-12 Thread Mario Alvisi

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/28929918/Dependencies.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/28929919/DpkgTerminalLog.txt

-- 
updating not sucessful
https://bugs.launchpad.net/bugs/398369
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 300498] Re: Please update anyevent to 4.400

2009-07-12 Thread fabrice_sp
This package has been synced since then (actual version in karmic is 4.410-1).
For the upgrade path, the only application that use it is 
libevent-execflow-perl (not yet in Debian) that is used only in DVDRip. 

I'm not sure it's safe to upgrade anyevent without upgrading libevent-
execflow-perl and impacting DVDRip, and libevent-execflow-perl doesn't
seem to have any new version since 2007.

So I would say that this bug report can be closed.

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

-- 
Please update anyevent to 4.400
https://bugs.launchpad.net/bugs/300498
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 398032] Re: firefox-3.5 recommends firefox-3.0

2009-07-12 Thread Micah Gersten
*** This bug is a duplicate of bug 365965 ***
https://bugs.launchpad.net/bugs/365965

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 365965, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 365965
   [MASTER] Firefox3.5 recommends ubufox but should suggest ubufox

-- 
firefox-3.5 recommends firefox-3.0
https://bugs.launchpad.net/bugs/398032
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 396548] Re: Please update to the latest upstream release 1.0.0

2009-07-12 Thread Launchpad Bug Tracker
This bug was fixed in the package vlc - 1.0.0-1ubuntu1

---
vlc (1.0.0-1ubuntu1) karmic; urgency=low

  * Remaining changes to debian:
- build against libxul-dev instead of iceape-dev
- build against libass-dev and libx264-dev
- build against and install libx264 plugin
- add Xb-Npp header to vlc package

vlc (1.0.0-1) unstable; urgency=low

  * New Upstream Release
+ Closes: #536081, LP: #396548
+ Refresh patches
  * no longer closes when pausing from the notification area, LP: #371515
  * fix encoding bug when opening subtitles with non-latin characters,
LP: #394449
  * Don't install the alsa and OSS access module on kfreeBSD (Closes:
#535101) - thanks to Javier Mendez Gomez
  * Force at least libvlc 1.0.0 becasue of tha soname change of
libvlccore
  * Delete a symbols who was present by mistake.
  * No need for dh_desktop. It's a no-op
  * New standard version. No change needed
  * Fix make distclean. New patch taken from upstream
  * Upstream make distcheck has been fixed. No need to save Changelog

 -- Reinhard Tartler siret...@tauware.de   Fri, 10 Jul 2009 16:18:23
+0200

** Changed in: vlc (Ubuntu)
   Status: Triaged = Fix Released

-- 
Please update to the latest upstream release 1.0.0
https://bugs.launchpad.net/bugs/396548
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 394449] Re: vlc doesn't support é in path of video when openning subs

2009-07-12 Thread Launchpad Bug Tracker
This bug was fixed in the package vlc - 1.0.0-1ubuntu1

---
vlc (1.0.0-1ubuntu1) karmic; urgency=low

  * Remaining changes to debian:
- build against libxul-dev instead of iceape-dev
- build against libass-dev and libx264-dev
- build against and install libx264 plugin
- add Xb-Npp header to vlc package

vlc (1.0.0-1) unstable; urgency=low

  * New Upstream Release
+ Closes: #536081, LP: #396548
+ Refresh patches
  * no longer closes when pausing from the notification area, LP: #371515
  * fix encoding bug when opening subtitles with non-latin characters,
LP: #394449
  * Don't install the alsa and OSS access module on kfreeBSD (Closes:
#535101) - thanks to Javier Mendez Gomez
  * Force at least libvlc 1.0.0 becasue of tha soname change of
libvlccore
  * Delete a symbols who was present by mistake.
  * No need for dh_desktop. It's a no-op
  * New standard version. No change needed
  * Fix make distclean. New patch taken from upstream
  * Upstream make distcheck has been fixed. No need to save Changelog

 -- Reinhard Tartler siret...@tauware.de   Fri, 10 Jul 2009 16:18:23
+0200

** Changed in: vlc (Ubuntu)
   Status: In Progress = Fix Released

-- 
vlc doesn't support é in path of video when openning subs
https://bugs.launchpad.net/bugs/394449
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 371515] Re: vlc closes when pausing from the notification area

2009-07-12 Thread Launchpad Bug Tracker
This bug was fixed in the package vlc - 1.0.0-1ubuntu1

---
vlc (1.0.0-1ubuntu1) karmic; urgency=low

  * Remaining changes to debian:
- build against libxul-dev instead of iceape-dev
- build against libass-dev and libx264-dev
- build against and install libx264 plugin
- add Xb-Npp header to vlc package

vlc (1.0.0-1) unstable; urgency=low

  * New Upstream Release
+ Closes: #536081, LP: #396548
+ Refresh patches
  * no longer closes when pausing from the notification area, LP: #371515
  * fix encoding bug when opening subtitles with non-latin characters,
LP: #394449
  * Don't install the alsa and OSS access module on kfreeBSD (Closes:
#535101) - thanks to Javier Mendez Gomez
  * Force at least libvlc 1.0.0 becasue of tha soname change of
libvlccore
  * Delete a symbols who was present by mistake.
  * No need for dh_desktop. It's a no-op
  * New standard version. No change needed
  * Fix make distclean. New patch taken from upstream
  * Upstream make distcheck has been fixed. No need to save Changelog

 -- Reinhard Tartler siret...@tauware.de   Fri, 10 Jul 2009 16:18:23
+0200

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

-- 
vlc closes when pausing from the notification area
https://bugs.launchpad.net/bugs/371515
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 398370] [NEW] Please merge pango1.0 1.24.4-1(main) from debian unstable(main)

2009-07-12 Thread Bhavani Shankar
Public bug reported:

Debian has a new version to be merged

pango1.0 (1.24.4-1) unstable; urgency=low

  * New upstream bugfix release.

 -- Josselin Mouette j...@debian.org  Sat, 11 Jul 2009 11:36:49 +0200

which will fix
https://bugs.edge.launchpad.net/ubuntu/+source/pango1.0/+bug/384630

** Affects: pango1.0 (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Please merge pango1.0 1.24.4-1(main) from debian unstable(main)
https://bugs.launchpad.net/bugs/398370
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 398370] Re: Please merge pango1.0 1.24.4-1(main) from debian unstable(main)

2009-07-12 Thread Bhavani Shankar

** Attachment added: Debian - ubuntu debdiff
   http://launchpadlibrarian.net/28929993/debian.debdiff

** Changed in: pango1.0 (Ubuntu)
   Status: New = Confirmed

-- 
Please merge pango1.0 1.24.4-1(main) from debian unstable(main)
https://bugs.launchpad.net/bugs/398370
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 365965] Re: [MASTER] Firefox3.5 recommends ubufox but should suggest ubufox

2009-07-12 Thread Micah Gersten
** Description changed:

  Binary package hint: firefox-3.5
  
  Or very, very weird :)
  
  With Kubuntu Jaunty with Firefox 3 already installed, installing Firefox
  3.5 gets
  
  The following NEW packages will be installed
apturl firefox-3.5 firefox-3.5-branding gnome-app-install libcairo-perl
libglib-perl libgnome2-canvas-perl libgnome2-perl libgnome2-vfs-perl
libgtk2-perl libgtkhtml2-0 libvte-common libvte9 python-gst0.10
python-gtkhtml2 python-launchpad-integration python-sexy python-vte
software-properties-gtk synaptic ubufox xulrunner-1.9.1
  
  Surely not all of these are needed? Like synaptic, for example...
  
+ Interesting twist on this bug is that Firefox 3.5 recommends Firefox 3.0
+ through ubufox since ubufox on Jaunty won't work with FF3.5
+ 
  WORKAROUND:
  sudo apt-get --no-install-recommends install firefox-3.5

-- 
[MASTER] Firefox3.5 recommends ubufox but should suggest ubufox
https://bugs.launchpad.net/bugs/365965
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 63352] Re: Creative labs X-Fi sound card unsupported

2009-07-12 Thread Mads Peter Rommedahl
If there is one thing that is typical of Linux problems then it is that
they automagically fix themselves just when I'm about to file a bug
report... I don't know what happened, but now sound works. Totally cool.

-- 
Creative labs X-Fi sound card unsupported
https://bugs.launchpad.net/bugs/63352
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 398372] [NEW] Conflict between the kernel and the bios of my asus m2n68-vm

2009-07-12 Thread ubuntosaure
Public bug reported:


Conflict between the kernel and the bios (0805) of my asus m2n68-vm:
 
sudo lshw:
 *-core
   description: Motherboard
   product: M2N68-VM
   vendor: ASUSTeK Computer INC.
   physical id: 0
   version: Rev X.0x
   serial: MB-1234567890
   slot: To Be Filled By O.E.M.
 *-firmware
  description: BIOS
  vendor: American Megatrends Inc.
  physical id: 0
  version: 0805 (06/03/2009)
  size: 64KiB
  capacity: 960KiB
  capabilities: isa pci pnp apm upgrade shadowing escd cdboot 
bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 
int5printscreen int9keyboard int14serial int17printer int10video acpi usb 
ls120boot zipboot biosbootspecification

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
HibernationDevice: RESUME=UUID=04325afa-98aa-4f28-b4f1-f438d0513264
MachineType: System manufacturer System Product Name
NonfreeKernelModules: nvidia
Package: linux-image-2.6.28-13-generic 2.6.28-13.45
ProcCmdLine: root=UUID=a7edda72-471f-46d6-b0de-9e8e920a2c72 ro quiet splash
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.28-13.45-generic
SourcePackage: linux

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


** Tags: apport-bug i386

-- 
 Conflict between the kernel and the bios of my asus m2n68-vm
https://bugs.launchpad.net/bugs/398372
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 398143] Re: Very low volume for Flash videos on Firefox 3.5

2009-07-12 Thread Micah Gersten
Thank you for reporting this to Ubuntu.  Have you tried checking the
audio settings to make sure that all of the controls are on high?

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

-- 
Very low volume for Flash videos on Firefox 3.5
https://bugs.launchpad.net/bugs/398143
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 398372] Re: Conflict between the kernel and the bios of my asus m2n68-vm

2009-07-12 Thread ubuntosaure

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/28930194/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/28930195/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/28930196/Dependencies.txt

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/28930197/HalComputerInfo.txt

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

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

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

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

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

-- 
 Conflict between the kernel and the bios of my asus m2n68-vm
https://bugs.launchpad.net/bugs/398372
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 398373] [NEW] WiFi is not working since 8.10 on my Lenovo S10e

2009-07-12 Thread Janet Jackson
Public bug reported:

Binary package hint: gnome-nettool

My computer is a Lenovo S10e with the special Ubuntu 9.04 for netbooks.
It has a Broadcom WiFi device with an Ubuntu driver (Broadcom STA) but it won't 
log in though the WiFi is recognized.
Obviously there is a problem with the WPA. 
There is just ONE and not recommendable solution: when trying to log in I have 
to connect the computer with an ethernet cable. Then during I have a ethernet 
connect the WiFi starts to accept the password and I can disconnect from 
ethernet, surfing the WiFi.
However, this is not working properly because each new login either needs 
several minutes or the connection again fails.

According to my observations there is a problem with the acceptance of
the password. Either it is not submitted or the router has problems with
WPA.

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

-- 
WiFi is not working since 8.10 on my Lenovo S10e
https://bugs.launchpad.net/bugs/398373
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 324804] Re: does not load the page when login in greekbiblestudy.org

2009-07-12 Thread irwan
thank you mate for your amazing help :)
will let u know if more bugs :)

Blessings,
Irwan

On Mon, Jun 22, 2009 at 4:17 AM, Micah Gersten 
launch...@micahscomputing.com wrote:

 This bug report is being closed due to your last comment regarding this
 being fixed with an update. 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.0 (Ubuntu)
Status: Incomplete = Invalid

 --
 does not load the page when login in greekbiblestudy.org
 https://bugs.launchpad.net/bugs/324804
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “firefox-3.0” source package in Ubuntu: Invalid

 Bug description:
 I am currently running on Ubuntu 8.10, and I tried to login to
 www.greekbiblestudy.org website, but it doesn't work
 I tried using my mate's computer who has Ubuntu 8.04 and firefox, and it
 works.  I don't know what is the cause that it did not work with UBUNTU 8.10
 Help pls

 ProblemType: Bug
 Architecture: i386
 DistroRelease: Ubuntu 8.10
 Package: firefox-3.0 3.0.5+nobinonly-0ubuntu0.8.10.1
 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: firefox-3.0
 Uname: Linux 2.6.27-7-generic i686


-- 
does not load the page when login in greekbiblestudy.org
https://bugs.launchpad.net/bugs/324804
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 396898] Re: [i945GME] intel dual screen not working on karmic

2009-07-12 Thread alain57
yes that is exactly the same problem.
are there any ppa kernel or intel driver for karmic i can test ?

-- 
[i945GME] intel dual screen not working on karmic
https://bugs.launchpad.net/bugs/396898
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 398377] [NEW] F-Spot SmugMug Export is not working

2009-07-12 Thread BigDaddy
Public bug reported:

When I select my pictures to export to SmugMug, I enter the account
information but it appears the connection is never established.  When I
do the same for my PicasaWeb export, the Album and Export
sections/buttons become active (i.e. no longer greyed-out), this does
not happen for my SmugMug export.

** Affects: f-spot (Ubuntu)
 Importance: Undecided
 Status: New

-- 
F-Spot SmugMug Export is not working
https://bugs.launchpad.net/bugs/398377
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 398376] [NEW] Conflict between the kernel and the bios of my asus m2n68-vm

2009-07-12 Thread ubuntosaure
Public bug reported:


Conflict between the kernel and the bios (0805) of my asus m2n68-vm:
 
sudo lshw:
 *-core
   description: Motherboard
   product: M2N68-VM
   vendor: ASUSTeK Computer INC.
   physical id: 0
   version: Rev X.0x
   serial: MB-1234567890
   slot: To Be Filled By O.E.M.
 *-firmware
  description: BIOS
  vendor: American Megatrends Inc.
  physical id: 0
  version: 0805 (06/03/2009)
  size: 64KiB
  capacity: 960KiB
  capabilities: isa pci pnp apm upgrade shadowing escd cdboot 
bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 
int5printscreen int9keyboard int14serial int17printer int10video acpi usb 
ls120boot zipboot biosbootspecification

The conflict prevents the computer from starting normally: Kernel panic.
Risk damage the bios of the motherboard if ubuntu want access.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
HibernationDevice: RESUME=UUID=04325afa-98aa-4f28-b4f1-f438d0513264
MachineType: System manufacturer System Product Name
NonfreeKernelModules: nvidia
Package: linux-image-2.6.28-13-generic 2.6.28-13.45
ProcCmdLine: root=UUID=a7edda72-471f-46d6-b0de-9e8e920a2c72 ro quiet splash
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.28-13.45-generic
SourcePackage: linux

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


** Tags: apport-bug i386

-- 
 Conflict between the kernel and the bios of my asus m2n68-vm
https://bugs.launchpad.net/bugs/398376
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 398376] Re: Conflict between the kernel and the bios of my asus m2n68-vm

2009-07-12 Thread ubuntosaure

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/28930392/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/28930393/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/28930394/Dependencies.txt

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/28930395/HalComputerInfo.txt

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

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

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

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

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

-- 
 Conflict between the kernel and the bios of my asus m2n68-vm
https://bugs.launchpad.net/bugs/398376
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 387580] Re: libhtml-template-perl prevents installation of mysql-server-5.0

2009-07-12 Thread Calvin Mitchell
problem continues with mysql-server-5.0 5.1.30really5.0.83-0ubuntu1 [24.2MB]
Get:2 http://us.archive.ubuntu.com karmic/main libhtml-template-perl 2.9-1 
[65.8kB]
Get:3 http://us.archive.ubuntu.com karmic/main mysql-server 
5.1.30really5.0.83-0ubuntu1 [57.9kB]
Fetched 24.3MB in 11s (2054kB/s)
Preconfiguring packages ...
(Reading database ... 338087 files and directories currently installed.)
Unpacking mysql-server-5.0 (from 
.../mysql-server-5.0_5.1.30really5.0.83-0ubuntu1_amd64.deb) ...
Aborting downgrade from (at least) 5.1 to 5.0.
dpkg: error processing 
/var/cache/apt/archives/mysql-server-5.0_5.1.30really5.0.83-0ubuntu1_amd64.deb 
(--unpack):
 subprocess new pre-installation script returned error exit status 1
Selecting previously deselected package libhtml-template-perl.
Unpacking libhtml-template-perl (from .../libhtml-template-perl_2.9-1_all.deb) 
...
Selecting previously deselected package mysql-server.
Unpacking mysql-server (from 
.../mysql-server_5.1.30really5.0.83-0ubuntu1_all.deb) ...
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/mysql-server-5.0_5.1.30really5.0.83-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
libhtml-template-perl prevents installation of mysql-server-5.0
https://bugs.launchpad.net/bugs/387580
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 397617] Re: brightness no more working on karmic

2009-07-12 Thread alain57
if you guys need some informations, of course i will give them to you...

if this is not the right place, please tell me (i hesitate between xorg
intel bug and kernel intel bug, because there is no way to increase
brightness even without Xorg running :( )

-- 
brightness no more working on karmic
https://bugs.launchpad.net/bugs/397617
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 377268] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 1

2009-07-12 Thread Calvin Mitchell
problem continues with mysql-server-5.0 5.1.30really5.0.83-0ubuntu1 [24.2MB]
Get:2 http://us.archive.ubuntu.com karmic/main libhtml-template-perl 2.9-1 
[65.8kB]
Get:3 http://us.archive.ubuntu.com karmic/main mysql-server 
5.1.30really5.0.83-0ubuntu1 [57.9kB]
Fetched 24.3MB in 11s (2054kB/s)
Preconfiguring packages ...
(Reading database ... 338087 files and directories currently installed.)
Unpacking mysql-server-5.0 (from 
.../mysql-server-5.0_5.1.30really5.0.83-0ubuntu1_amd64.deb) ...
Aborting downgrade from (at least) 5.1 to 5.0.
dpkg: error processing 
/var/cache/apt/archives/mysql-server-5.0_5.1.30really5.0.83-0ubuntu1_amd64.deb 
(--unpack):
 subprocess new pre-installation script returned error exit status 1
Selecting previously deselected package libhtml-template-perl.
Unpacking libhtml-template-perl (from .../libhtml-template-perl_2.9-1_all.deb) 
...
Selecting previously deselected package mysql-server.
Unpacking mysql-server (from 
.../mysql-server_5.1.30really5.0.83-0ubuntu1_all.deb) ...
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/mysql-server-5.0_5.1.30really5.0.83-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: el subproceso post-installation script devolvi? el c?digo de 
salida de error 1
https://bugs.launchpad.net/bugs/377268
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 357334] Re: ucf debconf conflict

2009-07-12 Thread Ákos Maróy
I see it's being fixed - but until then, is there a workaround for this
problem?

becuase of this bug, I'm stuck with installing cacti at the moment :(

-- 
ucf debconf conflict
https://bugs.launchpad.net/bugs/357334
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 398380] [NEW] [karmic] CouchDB crashes on start

2009-07-12 Thread Sense Hofstede
Public bug reported:

Binary package hint: couchdb

On boot CouchDB isn't started on Karmic. When you try to start it in the
console on Karmic it crashes and provides the attached crashdump.

couchdb:
  Installed: 0.9.0-2ubuntu3
  Candidate: 0.9.0-2ubuntu3
  Version table:
 *** 0.9.0-2ubuntu3 0
500 http://archive.ubuntu.com karmic/universe Packages
100 /var/lib/dpkg/status

This has nothing to do with bug #389089 since /usr/bin/xulrunner is in
place.

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

-- 
[karmic] CouchDB crashes on start
https://bugs.launchpad.net/bugs/398380
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 398380] Re: [karmic] CouchDB crashes on start

2009-07-12 Thread Sense Hofstede

** Attachment added: erl_crash.dump
   http://launchpadlibrarian.net/28930661/erl_crash.dump

-- 
[karmic] CouchDB crashes on start
https://bugs.launchpad.net/bugs/398380
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 397617] Re: brightness no more working on karmic

2009-07-12 Thread alain57
i just googled a bit and find out that the only solution to increase or
decrease the brightness (in fact i need to decrease it, because it is at
100% all the time) was with these commands:

first : find the device address (here 00:02.0)
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express 
Integrated Graphics Controller (rev 03)

second :
setpci -s 00:02.0 F4.B=66 (a value between 00 and FF, where FF is 100%)

-- 
brightness no more working on karmic
https://bugs.launchpad.net/bugs/397617
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 395430] Re: Me tv crashes when i tried to add scheduled recording

2009-07-12 Thread Michael Lamothe
Hi, I've fixed 2 issues around this.  Please try 0.9.6~beta5.

** Changed in: me-tv
   Status: Confirmed = In Progress

** Summary changed:

- Me tv crashes when i tried to add scheduled recording 
+ Me TV crashes when I tried to add scheduled recording

-- 
Me TV crashes when I tried to add scheduled recording 
https://bugs.launchpad.net/bugs/395430
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 237357] Re: PL2303 fail with USB SIM card reader

2009-07-12 Thread Michael Gefen
seems that this chipset is working now

-- 
PL2303 fail with USB SIM card reader
https://bugs.launchpad.net/bugs/237357
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 119730] Re: Slow SATA performance

2009-07-12 Thread Mante
I'm using jaunty 64 bit.
Unfortunately I've install a mainline kernel
Linux xxx-desktop 2.6.29-02062906-generic #02062906 SMP Fri Jul 3 10:17:03 UTC 
2009 x86_64 GNU/Linux
but speed problem persists. Speed transfer between hard disks below 5Mb/sec. 

Below hard disks info.

/dev/sda:

 Model=SAMSUNG SP2504C , FwRev=VT100-50, 
SerialNo=S09QJ1PP321450  
 Config={ Fixed }
 RawCHS=16383/16/63, TrkSize=34902, SectSize=554, ECCbytes=4
 BuffType=DualPortCache, BuffSize=8192kB, MaxMultSect=16, MultSect=?0?
 CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=488397168
 IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes:  pio0 pio1 pio2 pio3 pio4 
 DMA modes:  mdma0 mdma1 mdma2 
 UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5 *udma6 
 AdvancedPM=no WriteCache=enabled
 Drive conforms to: unknown:  ATA/ATAPI-1,2,3,4,5,6,7

 * signifies the current active mode
--
/dev/sdb:

 Model=SAMSUNG HD753LJ , FwRev=1AA01113, 
SerialNo=S13UJDWQ801281  
 Config={ Fixed }
 RawCHS=16383/16/63, TrkSize=34902, SectSize=554, ECCbytes=4
 BuffType=DualPortCache, BuffSize=32767kB, MaxMultSect=16, MultSect=?0?
 CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=1465149168
 IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes:  pio0 pio1 pio2 pio3 pio4 
 DMA modes:  mdma0 mdma1 mdma2 
 UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5 *udma6 
 AdvancedPM=yes: disabled (255) WriteCache=enabled
 Drive conforms to: unknown:  ATA/ATAPI-3,4,5,6,7

 * signifies the current active mode


Singular Hard disk performance is standard/
sudo hdparm -tT /dev/sda

/dev/sda:
 Timing cached reads:   3872 MB in  2.00 seconds = 1936.29 MB/sec
 Timing buffered disk reads:  194 MB in  3.01 seconds =  64.54 MB/sec

/dev/sdb:
 Timing cached reads:   5664 MB in  2.00 seconds = 2833.85 MB/sec
 Timing buffered disk reads:  286 MB in  3.02 seconds =  94.67 MB/sec

-- 
Slow SATA performance
https://bugs.launchpad.net/bugs/119730
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 317936] Re: Meld hangs opening attached text files on ubuntu 8.04 and 8.10

2009-07-12 Thread fabrice_sp
Version 1.3.0 will be in Karmic, so I'll close this bug report
Meanwhile, you can use the package I uploaded in my ppa 
(https://launchpad.net/~fabricesp/+archive/ppa)

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

-- 
Meld hangs opening attached text files on ubuntu 8.04 and 8.10
https://bugs.launchpad.net/bugs/317936
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 304444] Re: Copy and Delete buttons grayed out during directory comparison

2009-07-12 Thread fabrice_sp
Hi,

Can you test the package I uploaded in my ppa
(https://launchpad.net/~fabricesp/+archive/ppa), and tell me is version
1.3.0 fix the bug?

thanks,
Fabrice

** Changed in: meld (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: meld (Ubuntu)
 Assignee: (unassigned) = fabrice_sp (fabricesp)

-- 
Copy and Delete buttons grayed out during directory comparison
https://bugs.launchpad.net/bugs/30
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 397350] Re: unable to play audio CDs on SATA dvd/cd player

2009-07-12 Thread encmonkey
I found the posted fedora bug - they're describing the problem exactly
there as well.

https://bugzilla.redhat.com/show_bug.cgi?id=485551

** Bug watch added: Red Hat Bugzilla #485551
   https://bugzilla.redhat.com/show_bug.cgi?id=485551

-- 
unable to play audio CDs on SATA dvd/cd player
https://bugs.launchpad.net/bugs/397350
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 382287] Re: Preferences/Editor Line Wrapping Menu Doesn't Work

2009-07-12 Thread fabrice_sp
Hi,

This is solved in version 1.3.0, that will be in Karmic.

Meanwhile, you can use the version that there is in my ppa
(https://launchpad.net/~fabricesp/+archive/ppa)

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

-- 
Preferences/Editor Line Wrapping Menu Doesn't Work
https://bugs.launchpad.net/bugs/382287
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 305606] Re: NetworkManager applet says No valid active connections found!

2009-07-12 Thread Aurélien Couderc
Maybe the ifupdown plugin is missing in the configuration. Can you try
with the following :

[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=true

By the way, you should better restart the network manager after changing its 
configuration, not networking :
/etc/init.d/NetworkManager restart

-- 
NetworkManager applet says No valid active connections found!
https://bugs.launchpad.net/bugs/305606
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 247819] Re: Ricoh R5C822 SDHC Card reader I/O errors

2009-07-12 Thread giosimar
I have the same problem with a dell inspiron 1501.

it can't read neither SD neither SDHC

-- 
Ricoh R5C822 SDHC Card reader I/O errors
https://bugs.launchpad.net/bugs/247819
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 398383] Re: cherokee crashed with SIGSEGV in pthread_create@@GLIBC_2.1()

2009-07-12 Thread Matteo Settenvini

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/28931392/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/28931393/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/28931394/Disassembly.txt

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

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

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/28931397/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/28931398/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/28931399/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
cherokee crashed with SIGSEGV in pthread_create@@GLIBC_2.1()
https://bugs.launchpad.net/bugs/398383
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   >