[Bug 372358] Re: Please merge openvpn 2.1~rc15-1 (main) from Debian unstable (main)

2009-06-02 Thread Thierry Carrez
@Andres:

You're right, it's technically more correct to have that lsb-base
dependency (with the version), even if in most cases lsb-base is always
around. This delta could be forwarded to Debian.

The idea is to keep the Debian diff as small as possible, which will
allow simpler merges in the future. So even if in some cases Debian is
cosmetically wrong, it makes sense to keep the Debian syntax, which
means in your case keeping Debian whitespaces. That's just a personal
advice, it doesn't mean that your merge would be wrong if you kept your
syntax :)

-- 
Please merge openvpn 2.1~rc15-1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/372358
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 382649] [NEW] package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-06-02 Thread Wim Deblauwe
Public bug reported:

I tried to update mysql 5.0 to mysql 5.1 issuing the following command
on the command line:

sudo apt-get install mysql-server-5.1 mysql-client-5.1

This is part of the output of the command:

Setting up mysql-server-5.1 (5.1.31-1ubuntu2) ...
Installing new version of config file /etc/init.d/mysql ...
 * Stopping MySQL database server mysqld [ OK ] 
 * Starting MySQL database server mysqld [fail] 
invoke-rc.d: initscript mysql, action start failed.
dpkg: error processing mysql-server-5.1 (--configure):
 subprocess post-installation script returned error exit status 1
Setting up postfix (2.5.5-1.1) ...
Adding group `postfix' (GID 128) ...
Done.
Adding system user `postfix' (UID 116) ...
Adding new user `postfix' (UID 116) with group `postfix' ...
Not creating home directory `/var/spool/postfix'.
Creating /etc/postfix/dynamicmaps.cf
Adding tcp map entry to /etc/postfix/dynamicmaps.cf
Adding group `postdrop' (GID 129) ...
Done.

Postfix was not set up.  Start with 
  cp /usr/share/postfix/main.cf.debian /etc/postfix/main.cf
.  If you need to make changes, edit
/etc/postfix/main.cf (and others) as needed.  To view Postfix configuration
values, see postconf(1).

After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.


Setting up bsd-mailx (8.1.2-0.20081101cvs-2ubuntu1) ...

Setting up libhtml-template-perl (2.9-1) ...
Setting up mailx (1:20081101-2ubuntu1) ...
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Processing triggers for menu ...
Errors were encountered while processing:
 mysql-server-5.1
E: Sub-process /usr/bin/dpkg returned an error code (1)

regards,

Wim

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 1
NonfreeKernelModules: nvidia
Package: mysql-server-5.1 5.1.31-1ubuntu2
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.28-11-generic i686

** Affects: mysql-dfsg-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/382649
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 382501] Re: CIFS File Transfer from Ubuntu to Windows Share results in 0 Bytes File ! The File is LOST

2009-06-02 Thread Thierry Carrez
Windows does not support : in filenames. It will end up creating a
stream device (with a name up to the : character) with 0-length.

CIFS/Windows interaction should detect that though (rather than fail 
miserably), this seems like a CIFS client or Windows server issue. Could you 
try the following:
- try the same with 9.04 to see if it was fixed in later versions
- on 8.04.2, cifs.mount your Windows share with the mapchars option and see 
if it changes anything
- on 8.04.2, open a windows share from Nautilus (using smb://server/share in 
the location bar) and try transfering a file with :

What version of Windows is your share on ?

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

-- 
CIFS File Transfer from Ubuntu to Windows Share results in 0 Bytes File ! The 
File is LOST
https://bugs.launchpad.net/bugs/382501
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 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-06-02 Thread Martin Pitt
** Tags added: verification-done
** Tags removed: verification-needed

-- 
mysqld_safe thinks mysqld has crashed when it hasn't
https://bugs.launchpad.net/bugs/326768
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 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-dfsg-5.0 -
5.1.30really5.0.75-0ubuntu10.2

---
mysql-dfsg-5.0 (5.1.30really5.0.75-0ubuntu10.2) jaunty-proposed; urgency=low

  * debian/patches/38_scripts__mysqld_safe.sh__signals.dpatch: wait in the
SIGHUP trap to avoid killing an existing mysqld process when a HUP signal
is sent to mysqld_safe. (LP: #326768)

 -- Mathias Gug math...@ubuntu.com   Mon, 11 May 2009 22:41:44 -0400

** Changed in: mysql-dfsg-5.0 (Ubuntu Jaunty)
   Status: Fix Committed = Fix Released

-- 
mysqld_safe thinks mysqld has crashed when it hasn't
https://bugs.launchpad.net/bugs/326768
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 382601] Re: php5 does not build

2009-06-02 Thread Ondřej Surý
Looks like apache2/libapr bug to me and not php5.

-- 
php5 does not build
https://bugs.launchpad.net/bugs/382601
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 382677] Re: crash with SQL backend on search with empty attributes

2009-06-02 Thread Stephane Chazelas

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

-- 
crash with SQL backend on search with empty attributes
https://bugs.launchpad.net/bugs/382677
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 382677] [NEW] crash with SQL backend on search with empty attributes

2009-06-02 Thread Stephane Chazelas
Public bug reported:

When using the SQL backend, a search like:

ldapsearch ... '(cn=)'

causes slapd to crash with this error:

slapd: /tmp/openldap-2.4.15/servers/slapd/back-sql/search.c:1366:
backsql_process_filter_attr: Assertion `0' failed.

Looking at the code there, it does a

switch(f-f_choice) {
   
   default:
  assert(0);
}

As it happens, in that instance f_choice is something like 0x80a3, that
is SLAPD_FILTER_UNDEFINED|LDAP_FILTER_EQUALITY.

And the back-sql backend doesn't support that SLAPD_FILTER_UNDEFINED
flag like the other backends, hence the abort() on that assert.

A work around for that (change in indentation no shown):


--- search.c~   2009-06-01 15:55:16.0 +0100
+++ servers/slapd/back-sql/search.c 2009-06-01 17:00:51.0 +0100
@@ -717,6 +717,9 @@
goto done;
}
 
+   if (f-f_choice  SLAPD_FILTER_UNDEFINED) {
+ rc = -1;
+   } else {
switch( f-f_choice ) {
case LDAP_FILTER_OR:
rc = backsql_process_filter_list( bsi, f-f_or, 
@@ -772,6 +775,7 @@
ad = f-f_av_desc;
break;
}
+   }
 
if ( rc == -1 ) {
goto done;

That's only a work around. The fix would be to implement the support for
such searches.

Best regards,
Stephane

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: slapd 2.4.15-1ubuntu3
ProcEnviron:
 SHELL=/bin/zsh
 PATH=(custom, user)
 LANG=en_GB.UTF-8
SourcePackage: openldap
Uname: Linux 2.6.30-rc6-custom i686

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


** Tags: apport-bug i386

-- 
crash with SQL backend on search with empty attributes
https://bugs.launchpad.net/bugs/382677
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 374427] Re: doesn't accept multiple keys in id_rsa

2009-06-02 Thread Tomas Pospisek
wretched_dutchman  wrote:

  When maintaining multiple servers with different rsa-keys it isn't
possible to put all the files in ~/.ssh/id_rsa.

Colin answered:

 I don't understand what you're trying to do. The id_rsa file is only supposed 
 to contain one key; you can put other keys in
 different files. What are you trying to achieve by putting multiple keys in 
 one file?

I'm having the same problem I guess:

There are several servers that have different public keys. Now I find
out that I want to log into them from the same client machine. I could
go and copy all the private keys to different id_rsa files:

- id_rsa1
- id_rsa2
- id_rsa3

Now why would I need/want to differentiate the keys? I don't care what
they are named. I just want to log in with whatever key fits (to use a
RL analogy: I'd just try to plug in one key after the other into the
lock until one opens it).

So I'd say this is more of a feature request?
*t

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

-- 
doesn't accept multiple keys in id_rsa
https://bugs.launchpad.net/bugs/374427
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 374427] Re: doesn't accept multiple keys in id_rsa

2009-06-02 Thread Tomas Pospisek
 Now why would I need/want to differentiate the keys? I don't care what
they are named. I just want to log in with whatever  key fits (to use a
RL analogy: I'd just try to plug in one key after the other into the
lock until one opens it).

So I'd like to say something like: use whatever key fits. So either I'd
need to give start ssh like this:

   ssh -i ~/.ssh/id_rsa1 -i ~/.ssh/id_rsa2 -i ~/.ssh/id_rsa3 -i
~/.ssh/id_rsa4 ...

which is bothersome or, the natural way would seem like saying:

   ssh -i ~/.ssh/id_rsa

respectively by using the default identity file:

   ssh ...

which would use whatever key in id_rsa that works with the public key on the 
server.
*t

-- 
doesn't accept multiple keys in id_rsa
https://bugs.launchpad.net/bugs/374427
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


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

2009-06-02 Thread jfulton3

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

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

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
126
https://bugs.launchpad.net/bugs/382713
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 382713] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subprocess post-installation script returned error exit status 126

2009-06-02 Thread jfulton3
I chmod 755 /etc/mysql/debian-start and apt-get upgrade completed the
previous upgrade successfully.  /etc/mysql/debian-start permissions was
previously 600.

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
126
https://bugs.launchpad.net/bugs/382713
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 382727] [NEW] package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: le sous-processus post-installation script a retourn? une erreur de sortie d'?tat 1

2009-06-02 Thread Yannig
Public bug reported:

I can't explain

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: le sous-processus post-installation script a retourné une erreur 
de sortie d'état 1
NonfreeKernelModules: nvidia
Package: mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to 
install/upgrade: le sous-processus post-installation script a retourné une 
erreur de sortie d'état 1
Uname: Linux 2.6.28-11-generic i686

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to 
install/upgrade: le sous-processus post-installation script a retourn? une 
erreur de sortie d'?tat 1
https://bugs.launchpad.net/bugs/382727
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 382727] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: le sous-processus post-installation script a retourn? une erreur de sortie d'?tat 1

2009-06-02 Thread Yannig

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

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/27410290/DpkgTerminalLog.gz

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to 
install/upgrade: le sous-processus post-installation script a retourn? une 
erreur de sortie d'?tat 1
https://bugs.launchpad.net/bugs/382727
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 382649] Re: package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-06-02 Thread Wim Deblauwe
I managed to get it working by commenting out the line

skip-dbd

in /etc/mysql/my.cnf

-- 
package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/382649
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 372358] Re: Please merge openvpn 2.1~rc15-1 (main) from Debian unstable (main)

2009-06-02 Thread Andres E. Rodriguez Lazo
Ok. Following your recommendations. Attaching final diff.

** Attachment added: openvpn_2.1~rc15-1ubuntu1.debdiff
   http://launchpadlibrarian.net/27413778/openvpn_2.1%7Erc15-1ubuntu1.debdiff

** Attachment removed: openvpn_2.1~rc15-1ubuntu1.debdiff
   http://launchpadlibrarian.net/26366339/openvpn_2.1%7Erc15-1ubuntu1.debdiff

** Attachment removed: openvpn_2.1~rc15-1ubuntu1.debdiff
   http://launchpadlibrarian.net/26380064/openvpn_2.1%7Erc15-1ubuntu1.debdiff

** Attachment removed: openvpn_2.1~rc15-1ubuntu1.debdiff
   http://launchpadlibrarian.net/26397486/openvpn_2.1%7Erc15-1ubuntu1.debdiff

** Attachment removed: openvpn_2.1~rc15-1ubuntu1.debdiff
   http://launchpadlibrarian.net/26729159/openvpn_2.1%7Erc15-1ubuntu1.debdiff

** Attachment removed: openvpn_2.1~rc15-1ubuntu1.debdiff
   http://launchpadlibrarian.net/27077191/openvpn_2.1%7Erc15-1ubuntu1.debdiff

-- 
Please merge openvpn 2.1~rc15-1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/372358
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 372358] Re: Please merge openvpn 2.1~rc15-1 (main) from Debian unstable (main)

2009-06-02 Thread Andres E. Rodriguez Lazo
** Attachment removed: openvpn.jpg
   http://launchpadlibrarian.net/27077204/openvpn.jpg

** Attachment removed: openvpn_2.1~rc15-1ubuntu1.debdiff
   http://launchpadlibrarian.net/27121866/openvpn_2.1%7Erc15-1ubuntu1.debdiff

-- 
Please merge openvpn 2.1~rc15-1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/372358
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 382789] [NEW] During update, a crash was reported

2009-06-02 Thread kes
Public bug reported:

E: /var/cache/apt/archives/mysql-
server_5.1.30really5.0.75-0ubuntu10.2_all.deb: subprocess pre-
installation script returned error exit status 1

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess pre-installation script returned error exit status 1
NonfreeKernelModules: nvidia
Package: mysql-server 5.1.30really5.0.75-0ubuntu10
PackageArchitecture: all
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: subprocess pre-installation script returned error exit status 1
Uname: Linux 2.6.28-11-generic i686

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
During update, a crash was reported
https://bugs.launchpad.net/bugs/382789
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 382789] Re: During update, a crash was reported

2009-06-02 Thread kes

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

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

-- 
During update, a crash was reported
https://bugs.launchpad.net/bugs/382789
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 382789] Re: During update, a crash was reported

2009-06-02 Thread kes
Errr, and then I redid the update and it seems to have worked.

-- 
During update, a crash was reported
https://bugs.launchpad.net/bugs/382789
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 382785] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2009-06-02 Thread Jeff Enns
This also happened to me on Ubuntu 9.04 on i386 architecture and same
package.

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: New = Confirmed

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: subprocess new pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/382785
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 382826] [NEW] package mysql-server 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2009-06-02 Thread Adam J Richardson
Public bug reported:

automated crash report

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess pre-installation script returned error exit status 1
Package: mysql-server 5.1.30really5.0.75-0ubuntu10
PackageArchitecture: all
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: subprocess pre-installation script returned error exit status 1
Uname: Linux 2.6.28-11-generic i686

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package mysql-server 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: 
subprocess pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/382826
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 382826] Re: package mysql-server 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2009-06-02 Thread Adam J Richardson

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

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/27416967/DpkgTerminalLog.gz

-- 
package mysql-server 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: 
subprocess pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/382826
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 382832] [NEW] Need comment for line added to /etc/ldap.conf by nssldap-update-ignoreusers(8)

2009-06-02 Thread Daniel Richard G.
Public bug reported:

Binary package hint: libnss-ldap

(This is an issue as of libnss-ldap 261-2.1ubuntu1 in Ubuntu Jaunty.)

The nss_initgroups_ignoreusers line added by nssldap-update-
ignoreusers(8) to the end of /etc/ldap.conf needs a comment at least
indicating what added it. For those who keep tight control over their
config files (like me), seeing this strange line added by who or what
unknown is unsettling, and not in keeping with Debian/Ubuntu's typical
transparency under /etc.

** Affects: libnss-ldap (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Need comment for line added to /etc/ldap.conf by nssldap-update-ignoreusers(8)
https://bugs.launchpad.net/bugs/382832
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap 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


[Blueprint ubuntu-easy-business-server] Ubuntu Easy Business Server

2009-06-02 Thread Soren Hansen
Blueprint changed by Soren Hansen:

Assignee: Soren Hansen = (none)

-- 
  Ubuntu Easy Business Server
  https://blueprints.edge.launchpad.net/ubuntu/+spec/ubuntu-easy-business-server

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


[Blueprint ebox] Ebox in Ubuntu

2009-06-02 Thread Soren Hansen
Blueprint changed by Soren Hansen:

Assignee: Soren Hansen = (none)

-- 
  Ebox in Ubuntu
  https://blueprints.edge.launchpad.net/ubuntu/+spec/ebox

-- 
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 382911] Re: unable to complete update

2009-06-02 Thread kansas_plainsman

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

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

-- 
unable to complete update
https://bugs.launchpad.net/bugs/382911
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 382785] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2009-06-02 Thread Jeff Enns
** Tags added: metabug

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: subprocess new pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/382785
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 323731] Re: php5 source packages announces Debian SVN repo

2009-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.2.9.dfsg.1-4ubuntu1

---
php5 (5.2.9.dfsg.1-4ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes:
- debian/control, debian/rules: Disable a few build dependencies and
  accompanying binary packages which we do not want to support in main:
  + firebird2-dev/php5-interbase (we have a seperate php-interbase source)
  + libc-client/php5-imap (we have a seperate php-imap source)
  + libmcrypt-dev/php5-mcrypt (seperate php-mycrpt source)
  + readline support again, now that the libedit issue is fixed.
- debian/control: Add build dependency: libdedit-dev (= 2.9.cvs.20050518-1)
  CLI readline support
- debian/rules:
  - Correctly mangle PHP5_* macros for lpia
- debian/patches/use-specific-libdb-version.patch (LP: #165247), mangle
  version ordering in patch to match code for clean application.
- debian/patches/119-sybase-alias.patch:
  + Fix sybase regression since change to mssql. (LP: #240519)
- debian/patches/fix-autoconf-ftbfs.patch:
  + Fixes FTBFS
- debian/control: Use libdb-4.6-dev
  * Dropped changes:
- debian/patches/fix-pecl-libtool.dpatch:
  + included in debian/patches/libtool2.2.patch
- debian/patches/fix-segfault-in-openssl.patch:
  + gentoo/010_ext-openssl-utf8-conversion-crash.patch includes it from 
Debian
- debian/patches/CVE-2009-0754.patch
 + Included upstream
  * debian/control: Rename Vcs-Browser  Vcs-Git to XS-Original-Vcs-Browser 
XS-Original-Vcs-Git (LP: #323731)

 -- Andrew Mitchell ajmi...@ubuntu.com   Tue, 02 Jun 2009 13:11:34
+1200

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

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

-- 
php5 source packages announces Debian SVN repo
https://bugs.launchpad.net/bugs/323731
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 258914] Re: apache2 SSI timefmt sometimes ignored

2009-06-02 Thread Andrew Mitchell
** Bug watch added: Debian Bug tracker #363964
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=363964

** Also affects: apache2 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=363964
   Importance: Unknown
   Status: Unknown

-- 
apache2 SSI timefmt sometimes ignored 
https://bugs.launchpad.net/bugs/258914
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 302026] Re: likewise-open prevents local passwords from being changed

2009-06-02 Thread Steve Langasek
Alen,

Please file a separate bug report for your crashing issue, as described
at https://help.ubuntu.com/community/ReportingBugs.  Any such crashes
would appear to be an unrelated bug.

-- 
likewise-open prevents local passwords from being changed
https://bugs.launchpad.net/bugs/302026
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 258914] Re: apache2 SSI timefmt sometimes ignored

2009-06-02 Thread Bug Watch Updater
** Changed in: apache2 (Debian)
   Status: Unknown = Confirmed

-- 
apache2 SSI timefmt sometimes ignored 
https://bugs.launchpad.net/bugs/258914
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 378019] Re: Please merge 0.8-1 from Debian unstable

2009-06-02 Thread Daniel Holbach
You are missing https://wiki.ubuntu.com/DebianMaintainerField (run
update-maintainer from the ubuntu-dev-tools package) and you're deleting
the changelog entry of 0.7-2ubuntu1.

-- 
Please merge 0.8-1 from Debian unstable
https://bugs.launchpad.net/bugs/378019
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 337129] Re: [needs-packaging] msnp-sharp

2009-06-02 Thread hephappy
EAPI=2

inherit mono autotools

MY_PN=MSNPSharp
MY_PV=${PV//.}
MY_P=${MY_PN}_${MY_PV}

HOMEPAGE=http://code.google.com/p/msnp-sharp/;
SRC_URI=http://msnp-sharp.googlecode.com/files/${MY_P}_release_src.zip;
# http://msnp-sharp.googlecode.com/files/MSNPSharp_255_release_src.zip
DESCRIPTION=MSNPSharp is a .Net library that implements the MSN protocol.

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug
LICENSE=|| ( LGPL-2.1 LGPL-3 )


RDEPEND==dev-lang/mono-2.0
DEPEND=${RDEPEND}
=dev-util/monodevelop-1.9.1
=dev-util/pkgconfig-0.23

S=${WORKDIR}

src_prepare() {
mdtool generate-makefiles -d:Debug MSNPSharp.sln
AT_M4DIR=${S} eautoreconf
}

src_compile() {
cd MSNPSharp
emake -j1 ASSEMBLY_COMPILER_COMMAND='/usr/bin/gmcs 
-keyfile:Resources/msnpsharp.snk'
}

src_install() {
cd MSNPSharp
egacinstall bin/Debug/MSNPSharp.dll
dodir /usr/$(get_libdir)/pkgconfig
sed \
-e 's:@prefix@:${pcfiledir}/../..:' 
\
-e 's:@exec_prefix@:${prefix}:' 
\
-e 's:@libdir@:${prefix}/'$(get_libdir):  
\
-e s:@VERSION@:${PV}: 
\
-e 's;@libs@; -r:${libdir}/mono/msnp-sharp/MSNPSharp.dll;'  
\
 ${FILESDIR}/${PN}.pc.in 
\
 ${D}/usr/$(get_libdir)/pkgconfig/msnp-sharp.pc

}

-- 
[needs-packaging] msnp-sharp
https://bugs.launchpad.net/bugs/337129
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 379950] Re: Merge debhelper 7.2.14 from Debian unstable

2009-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package debhelper - 7.2.14ubuntu1

---
debhelper (7.2.14ubuntu1) karmic; urgency=low

  * Merge with Debian unstable (lp: #379950). Remaining Ubuntu changes:
- dh_installudev: Default priority is now 40 by default, the target
  directory is /lib/udev/rules.d, and rules use '-' as separator instead of
  '_'.  Remove files from /etc/udev/rules.d unless they are user modified;
  if modified and of default priority, take care to rename.
  This should eventually go to Debian as well, see Debian #491117.
- dh_auto_install: add --install-layout=deb to setup.py install calls
  (new Python 2.6 policy).

debhelper (7.2.14) unstable; urgency=low

  * dh: Avoid writing log after override_dh_clean is run. Closes:
#529228

debhelper (7.2.13) unstable; urgency=low

  * dh_auto_configure: Pass --skipdeps safely via PERL_AUTOINSTALL.
Closes: #528235

debhelper (7.2.12) unstable; urgency=low

  * dh_auto_configure: Revert --skipdeps change
Closes: #528647, reopens: #528235

debhelper (7.2.11) unstable; urgency=low

  * dh: Support --with addon,addon,...
Closes: #528178
  * dh_auto_configure: Add --skipdeps when running Makefile.PL,
to prevent Module::Install from trying to download dependencies.
Closes: #528235
  * Support debian/foo.os files to suppliment previous debian/foo.arch
file support. Closes: #494914
(Thanks, Aurelien Jarno)

debhelper (7.2.10) unstable; urgency=low

  * Close COMPAT_IN filehandle. Closes: #527464
  * dh_auto_configure: Clarify man page re adding configure
parameters. Closes: #527256
  * dh_auto_configure: Pass packlist=0 when running Makefile.PL,
in case it is a Build.PL passthru, to avoid it creating
the .packlist file. Closes: #527990

debhelper (7.2.9) unstable; urgency=low

  * dh_fixperms: Ensure lintian overrides are mode 644.
(Patch from #459548)
  * dh_fixperms: Fix permissions of OCaml .cmxs files. Closes: #526221
  * dh: Add --without to allow disabling sequence addons (particularly
useful to disable the default python-support addon).

 -- Michael Bienia ge...@ubuntu.com   Sun, 24 May 2009 13:36:52 +0200

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

-- 
Merge debhelper 7.2.14 from Debian unstable
https://bugs.launchpad.net/bugs/379950
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 377297] Re: unable to mount seagate st300003u2 usb drive

2009-06-02 Thread apinunt
Update:
Last night I thought I had found a way to get around the problem mounting USB 
hard drives, and went one step further. I took one of my 500GB drives and 
formatted it ext3. I then found it would mount on each of my 3 systems, but 
only if it was plugged in prior to powering on. That was acceptable, although 
not how things used to work.
This morning I got up and thought I would move some files to the newly 
formatted 500GB ext3 drive, but found it would not mount on any of my systems. 
Below is dmesg output from this system: (Looking in /dev there is no entry for 
sdc or sdc1, nothing in /media, and GParted doesn't display the drive even if 
refreshed numerous times) To make matters even much worse, the ntfs drive which 
I was able to mount and unmount numerous times last night and had copied a 
number of files to, now will no longer mount on any of my systems, and displays 
nothing at all in dmesg when I try.
 PLEASE NOTE: I'm running 9.04 stable, NOT an alpha or beta.

[1135875.468051] usb 1-3: new high speed USB device using ehci_hcd and address 5
[1135875.603425] usb 1-3: configuration #1 chosen from 1 choice
[1135875.606019] scsi7 : SCSI emulation for USB Mass Storage devices
[1135875.606718] usb-storage: device found at 5
[1135875.606721] usb-storage: waiting for device to settle before scanning
[1135880.604314] usb-storage: device scan complete
[1135880.605039] scsi 7:0:0:0: Direct-Access WDC WD32  WD-WCAPD1522393 0M21 
PQ: 0 ANSI: 2 CCS
[1135880.652685] sd 7:0:0:0: [sdc] 625142448 512-byte hardware sectors: (320 
GB/298 GiB)
[1135880.653395] sd 7:0:0:0: [sdc] Write Protect is off
[1135880.653399] sd 7:0:0:0: [sdc] Mode Sense: 00 38 00 00
[1135880.653401] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[1135880.654598] sd 7:0:0:0: [sdc] 625142448 512-byte hardware sectors: (320 
GB/298 GiB)
[1135880.655423] sd 7:0:0:0: [sdc] Write Protect is off
[1135880.655427] sd 7:0:0:0: [sdc] Mode Sense: 00 38 00 00
[1135880.655429] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[1135880.655434]  sdc: sdc1
[1135880.666429] sd 7:0:0:0: [sdc] Attached SCSI disk
[1135880.666497] sd 7:0:0:0: Attached scsi generic sg3 type 0
[1138953.329570] usb 1-3: USB disconnect, address 5
[1139041.576047] usb 1-3: new high speed USB device using ehci_hcd and address 6
[1139046.925369] usb 1-3: configuration #1 chosen from 1 choice
[1139046.927294] scsi8 : SCSI emulation for USB Mass Storage devices
[1139046.928364] usb-storage: device found at 6
[1139046.928367] usb-storage: waiting for device to settle before scanning
[1139051.928221] usb-storage: device scan complete
[1139051.931948] scsi 8:0:0:0: Direct-Access WDC WD50 00AAKS-00A7B0 
PQ: 0 ANSI: 2
[1139051.969067] sd 8:0:0:0: [sdc] 976773168 512-byte hardware sectors: (500 
GB/465 GiB)
[1139051.971306] sd 8:0:0:0: [sdc] Write Protect is off
[1139051.971310] sd 8:0:0:0: [sdc] Mode Sense: 38 00 00 00
[1139051.971312] sd 8:0:0:0: [sdc] Assuming drive cache: write through
[1139051.976568] sd 8:0:0:0: [sdc] 976773168 512-byte hardware sectors: (500 
GB/465 GiB)
[1139051.978803] sd 8:0:0:0: [sdc] Write Protect is off
[1139051.978806] sd 8:0:0:0: [sdc] Mode Sense: 38 00 00 00
[1139051.978808] sd 8:0:0:0: [sdc] Assuming drive cache: write through
[1139051.978814]  sdc: sdc1
[1139051.985828] sd 8:0:0:0: [sdc] Attached SCSI disk
[1139051.985892] sd 8:0:0:0: Attached scsi generic sg3 type 0
[1140292.932118] usb 1-3: USB disconnect, address 6
[1141207.500134] usb 1-3: new high speed USB device using ehci_hcd and address 7
[1141216.218321] usb 1-3: configuration #1 chosen from 1 choice
[1141216.244502] scsi9 : SCSI emulation for USB Mass Storage devices
[1141216.244610] usb-storage: device found at 7
[1141216.244612] usb-storage: waiting for device to settle before scanning
[1141221.244230] usb-storage: device scan complete
[1141221.247848] scsi 9:0:0:0: Direct-Access WDC WD50 00AAKS-00A7B0 
PQ: 0 ANSI: 2
[1141221.286089] sd 9:0:0:0: [sdc] 976773168 512-byte hardware sectors: (500 
GB/465 GiB)
[1141221.288581] sd 9:0:0:0: [sdc] Write Protect is off
[1141221.288585] sd 9:0:0:0: [sdc] Mode Sense: 38 00 00 00
[1141221.288587] sd 9:0:0:0: [sdc] Assuming drive cache: write through
[1141221.289923] sd 9:0:0:0: [sdc] 976773168 512-byte hardware sectors: (500 
GB/465 GiB)
[1141221.292845] sd 9:0:0:0: [sdc] Write Protect is off
[1141221.292848] sd 9:0:0:0: [sdc] Mode Sense: 38 00 00 00
[1141221.292851] sd 9:0:0:0: [sdc] Assuming drive cache: write through
[1141221.292857]  sdc: sdc1
[1141221.303569] sd 9:0:0:0: [sdc] Attached SCSI disk
[1141221.303636] sd 9:0:0:0: Attached scsi generic sg3 type 0
[1141221.739135] kjournald starting.  Commit interval 5 seconds
[1141221.739825] EXT3 FS on sdc1, internal journal
[1141221.739829] EXT3-fs: mounted filesystem with ordered data mode.
[1141290.784049] usb 1-5: reset high speed USB device using ehci_hcd and 
address 2
[1141290.896033] usb 1-5: device descriptor read/64, error -71
[1141291.112049] usb 1-5: 

[Bug 382002] Re: Merge subversion 1.5.6dfsg-1 from Debian testing/unstable

2009-06-02 Thread Daniel Holbach
Why do you use XS-Python-Version: 2.4, 2.5, 2.6?

-- 
Merge subversion 1.5.6dfsg-1 from Debian testing/unstable
https://bugs.launchpad.net/bugs/382002
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 229879] Re: USB DVB card floods the console with recv bulk message failed

2009-06-02 Thread Kemble Wagner
or better yet start a thread with the developers of the drivers or the
kernel since that is where the problem is and ubuntu dev's cannot control
that instead of
leeching onto a thread thats vaguely related to your problem despite the
fact it has already been proven irrelevent and uneffective.

On Tue, Jun 2, 2009 at 3:43 AM, Teej xtee...@googlemail.com wrote:

 Would it be possible to try this with Jaunty at all, so we can find out
 if this is fixed in a newer version. Thank you.

 --
 USB DVB card floods the console with recv bulk message failed
 https://bugs.launchpad.net/bugs/229879
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
USB DVB card floods the console with recv bulk message failed
https://bugs.launchpad.net/bugs/229879
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 382612] Re: Network Manager Applet no wireless

2009-06-02 Thread Attila Franczen
Hi, I would be curious about the following outputs:

lshw -C network
lspci
dmesg

I am having pretty similar issues with Ubuntu since Jaunty, and I really
try everything to triage this (no luck so far).

-- 
Network Manager Applet no wireless
https://bugs.launchpad.net/bugs/382612
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 382161] Re: NetworkManager doesn't use manual set DNS although there's an option for that

2009-06-02 Thread Bodra
I have a similar problem. Except If I use DHCP with Manual DNS, I
can't get the wireless to even establish a connection at all. Cchange it
back to just plain DHCP and it connects straight away

-- 
NetworkManager doesn't use manual set DNS although there's an option for that
https://bugs.launchpad.net/bugs/382161
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 382437] Re: Page slowly refreshes when set in Portrait

2009-06-02 Thread Chris Halse Rogers
 status incomplete
 assign raof

I note that you've got an nv5x card (Geforce 8 or above).  The 2d
acceleration on these cards only works when a compositing manager is
running (this has to do with VRAM tiling requirements).

If you're not running a compositing manager (not Compiz, which requires
3d, but Metacity's compositing manager, KWin's XRender backend
compositing manager, or xcompmgr), then this is expected behaviour for
the moment.  Without acceleration, rotation will be done entirely in
software, which, as you've found, is terribly slow, and Xv (the X Video
extension) won't work at all.


** Changed in: xserver-xorg-video-nouveau (Ubuntu)
   Status: New = Incomplete

-- 
Page slowly refreshes when set in Portrait
https://bugs.launchpad.net/bugs/382437
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 373076] Re: Please merge direcfb(1.2.7-2) from debian unstable (main)

2009-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package directfb - 1.2.7-2ubuntu1

---
directfb (1.2.7-2ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes: LP: #373076
- Install the upstream changelog in the -dev package.
- Remove (build-)dependency on libmpeg3-dev.
- Build-depend on libsysfs-dev on lpia.

directfb (1.2.7-2) unstable; urgency=low

  * Upload to Sid.

directfb (1.2.7-1) experimental; urgency=low

  * New upstream release.

directfb (1.2.6-1) experimental; urgency=low

  * New upstream release. (Closes: #500093)
- debian/patches/01_link_static_priv.patch: Merged upstream.
- debian/patches/03_link_static_sysfs.patch: Merged upstream.
- debian/patches/05_link_dynamic.patch: Refreshed.
- debian/patches/08_link_static_ar.patch: Removed.
- debian/patches/24_distclean.patch: Merged upstream.
- debian/patches/30_linux_types.patch: Merged upstream.
- debian/patches/40_page_size.patch: Merged upstream.
- debian/patches/50_siginfo.patch: Merged upstream.
- debian/patches/91_linux_types_cruft.patch: Removed.
- debian/patches/93_fix_unicode_key_handling.patch: Refreshed.
  * Update debian/libdirectfb-bin.install:
- Add mkdfiff and mkdgiff binaries.
  * Update debian/rules:
- Add includedir, sysconfdir and localstatedir to configure options.
- Add LDFLAGS to configure script: --as-needed.

 -- Bhavani Shankar right2bh...@gmail.com   Thu, 07 May 2009 20:01:47
+0530

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

-- 
Please merge direcfb(1.2.7-2) from debian unstable (main)
https://bugs.launchpad.net/bugs/373076
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 324280] Re: firefox/bookmark failure? unloaded reloaded, still don't work

2009-06-02 Thread Len Tyree
Finally all OK.  Got things loaded properly, I guess, and everything
seems to be working fine.  Part (if not al) of problem was with my ISP.

Thanks for the help, Len Tyree.



On Mon, 2009-06-01 at 16:05 +, Micah Gersten wrote:
 Thank you for reporting this issue to Ubuntu.  You reported this issue a
 while ago, are you still having trouble?
 
 ** Package changed: firefox (Ubuntu) = firefox-3.0 (Ubuntu)
 
 ** Changed in: firefox-3.0 (Ubuntu)
Status: New = Incomplete


-- 
firefox/bookmark failure? unloaded  reloaded, still don't work
https://bugs.launchpad.net/bugs/324280
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 382002] Re: Merge subversion 1.5.6dfsg-1 from Debian testing/unstable

2009-06-02 Thread Anders Kaseorg
*shrug*  That is unchanged from Debian and doesn’t seem to cause any
problems.  If I missed something, feel free to remove it.

-- 
Merge subversion 1.5.6dfsg-1 from Debian testing/unstable
https://bugs.launchpad.net/bugs/382002
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 297792] Re: [Regression] Olympus LS10 internal disk in 8.10 don't automount

2009-06-02 Thread lncoll
Ok, I've just upgraded to 9.04, the problem is solved.
Now works as in 8.04 mounts both units without problem in many different PCs.

-- 
[Regression] Olympus LS10 internal disk in 8.10 don't automount
https://bugs.launchpad.net/bugs/297792
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 295318] Re: cups-pdf requires user to create output folder in 8.10 before working correctly.

2009-06-02 Thread Attila Franczen
My suggestion would be to change the binary-package of this bug from
cups-pdf to apparmor, because I think this is an apparmor bug.

-- 
cups-pdf requires user to create output folder in 8.10 before working correctly.
https://bugs.launchpad.net/bugs/295318
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 363844] Re: UNR 9.04 - mouse hesitates slow over netbook launcher

2009-06-02 Thread lncoll
*** This bug is a duplicate of bug 349314 ***
https://bugs.launchpad.net/bugs/349314

I can also confirm this on my eeepc 4g 701.
The solution has been simple:
  Execute gconfig-editor from console.
  In apps  netbook-launcher, set low-resolution option.

-- 
UNR 9.04 - mouse hesitates  slow over netbook launcher
https://bugs.launchpad.net/bugs/363844
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu (via bug 349314).

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


[Bug 382002] Re: Merge subversion 1.5.6dfsg-1 from Debian testing/unstable

2009-06-02 Thread Anders Kaseorg
(Where by “remove”, I probably mean “change”, since it’s a required
field.)

-- 
Merge subversion 1.5.6dfsg-1 from Debian testing/unstable
https://bugs.launchpad.net/bugs/382002
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 372411] Re: Please merge irssi 0.8.13-1 (main) from Debian unstable (main)

2009-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package irssi - 0.8.13-1ubuntu1

---
irssi (0.8.13-1ubuntu1) karmic; urgency=low

  * Merge from debian unstable (LP: #372411), remaining changes:
- debian/patches: 03firsttimer_text
  + Adapt it so it tells you about connecting to irc.ubuntu.com and
joining #ubuntu instead of irc.debian.org and #debian.
- debian/patches: 90irc-ubuntu-com
  * Fixed debian/patches/90irc-ubuntu-com for new irssi.conf.

irssi (0.8.13-1) unstable; urgency=low

  * New upstream release.
  * Refreshed quilt patches.

irssi (0.8.13~rc1-1) unstable; urgency=low

  * New upstream release candidate.
  * Incorporated patches (removed from packaging): help-URL-fix,
nickmask-mask, fullword-full, ctcp-channel, server==NULL-handling,
typo-authentification, leave-help, perlembed-fix, perlembed-fix,
proxy-join-fix, mode-display-fix
  * All other patches refreshed.
  * New patch manpage-fix to fix hyphens in the synopsis of the manpage.
  * Bump to Standards-Version 3.8.1.
  * Aligned irssi-dev short description with main package description.
  * Adopt debian/watch to match release candidates.

 -- Andres Rodriguez andres...@ubuntu.com   Tue, 05 May 2009 15:50:50
-0500

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

-- 
Please merge irssi 0.8.13-1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/372411
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 186103]

2009-06-02 Thread Peter Belew
*** This bug is a duplicate of bug 353208 ***
https://bugs.launchpad.net/bugs/353208


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

-- 
Gutsy alternate installer fails to recognize display on Averatec 3280
https://bugs.launchpad.net/bugs/186103
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 186103] apport-collect data

2009-06-02 Thread Peter Belew
*** This bug is a duplicate of bug 353208 ***
https://bugs.launchpad.net/bugs/353208

Architecture: i386
DistroRelease: Ubuntu 9.04
Package: xorg 1:7.4~5ubuntu18
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 LANGUAGE=en_US.UTF-8
ProcVersion: Linux version 2.6.28-11-generic (bui...@palmer) (gcc version 4.3.3 
(Ubuntu 4.3.3-5ubuntu4) ) #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009
Uname: Linux 2.6.28-11-generic i686
UserGroups:
 
Xrandr:
 
glxinfo:
 
setxkbmap:
 
xdpyinfo:
 
xkbcomp:

-- 
Gutsy alternate installer fails to recognize display on Averatec 3280
https://bugs.launchpad.net/bugs/186103
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 186103]

2009-06-02 Thread Peter Belew
*** This bug is a duplicate of bug 353208 ***
https://bugs.launchpad.net/bugs/353208


** Attachment added: LsHal.txt
   http://launchpadlibrarian.net/27398496/LsHal.txt

-- 
Gutsy alternate installer fails to recognize display on Averatec 3280
https://bugs.launchpad.net/bugs/186103
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 186103]

2009-06-02 Thread Peter Belew
*** This bug is a duplicate of bug 353208 ***
https://bugs.launchpad.net/bugs/353208


** Attachment added: LsMod.txt
   http://launchpadlibrarian.net/27398497/LsMod.txt

-- 
Gutsy alternate installer fails to recognize display on Averatec 3280
https://bugs.launchpad.net/bugs/186103
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 186103]

2009-06-02 Thread Peter Belew
*** This bug is a duplicate of bug 353208 ***
https://bugs.launchpad.net/bugs/353208


** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/27398499/XorgConf.txt

-- 
Gutsy alternate installer fails to recognize display on Averatec 3280
https://bugs.launchpad.net/bugs/186103
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 186103]

2009-06-02 Thread Peter Belew
*** This bug is a duplicate of bug 353208 ***
https://bugs.launchpad.net/bugs/353208


** Attachment added: LsPci.txt
   http://launchpadlibrarian.net/27398498/LsPci.txt

-- 
Gutsy alternate installer fails to recognize display on Averatec 3280
https://bugs.launchpad.net/bugs/186103
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 186103]

2009-06-02 Thread Peter Belew
*** This bug is a duplicate of bug 353208 ***
https://bugs.launchpad.net/bugs/353208


** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/27398500/XorgLog.txt

-- 
Gutsy alternate installer fails to recognize display on Averatec 3280
https://bugs.launchpad.net/bugs/186103
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 186103]

2009-06-02 Thread Peter Belew
*** This bug is a duplicate of bug 353208 ***
https://bugs.launchpad.net/bugs/353208


** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/27398509/XorgLogOld.txt

-- 
Gutsy alternate installer fails to recognize display on Averatec 3280
https://bugs.launchpad.net/bugs/186103
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 186103]

2009-06-02 Thread Peter Belew
*** This bug is a duplicate of bug 353208 ***
https://bugs.launchpad.net/bugs/353208


** Attachment added: system.txt
   http://launchpadlibrarian.net/27398510/system.txt

-- 
Gutsy alternate installer fails to recognize display on Averatec 3280
https://bugs.launchpad.net/bugs/186103
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 382639] [NEW] Multiple connections shown connected

2009-06-02 Thread Aman
Public bug reported:

When i have two connections on at the same time I doesnt show which one
am i currently using. Radio buttons are checked for both. Using Ubuntu
9.04 Jaunty Jackalope . Using NetworkManager Applet
0.7.1~rc4.1-0ubuntu2

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

-- 
Multiple connections shown connected
https://bugs.launchpad.net/bugs/382639
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 382639] Re: Multiple connections shown connected

2009-06-02 Thread Aman

** Attachment added: mutipleconnections.png
   http://launchpadlibrarian.net/27398645/mutipleconnections.png

-- 
Multiple connections shown connected
https://bugs.launchpad.net/bugs/382639
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 376732] Re: Hardy foomatic-rip PageSetup is broken, fails LSB tests

2009-06-02 Thread Martin Pitt
** Tags added: regression-release

-- 
Hardy foomatic-rip PageSetup is broken, fails LSB tests
https://bugs.launchpad.net/bugs/376732
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 382640] [NEW] xorg crashes (nvidia 180.51)

2009-06-02 Thread Arthur
Public bug reported:

Binary package hint: xorg

xorg freezes for a few seconds, then gets restarted  - dropping back to the gdm 
login prompt
syslog has:
Jun  2 16:24:22 aetna gdm[7812]: WARNING: gdm_slave_xioerror_handler: Fatal X 
error - Restarting :0 

and /var/log/Xorg.0.log.old finishes with
miPointerUpdateSprite: Invalid input device pointer
miPointerConstrainCursor: Invalid input device pointer

Backtrace:
0: /usr/X11R6/bin/X(xorg_backtrace+0x26) [0x4f1b66]
1: /usr/X11R6/bin/X(xf86SigHandler+0x41) [0x485a61]
2: /lib/libc.so.6 [0x7f3a1ca84040]
3: /usr/X11R6/bin/X [0x4db22a]
4: /usr/X11R6/bin/X(miPointerSetPosition+0x136) [0x4db3b6]
5: /usr/X11R6/bin/X(GetPointerEvents+0x470) [0x4616b0]
6: /usr/X11R6/bin/X(xf86PostMotionEventP+0xa9) [0x4964e9]
7: /usr/X11R6/bin/X(xf86PostMotionEvent+0xb1) [0x4966f1]
8: /usr/lib/xorg/modules/input//evdev_drv.so [0x7f3a08398972]
9: /usr/X11R6/bin/X [0x485be5]
10: /usr/X11R6/bin/X [0x476f77]
11: /lib/libpthread.so.0 [0x7f3a1e71d080]
12: /lib/libc.so.6(__select+0x13) [0x7f3a1cb2f6f3]
13: /usr/X11R6/bin/X(WaitForSomething+0x1db) [0x4ef5db]
14: /usr/X11R6/bin/X(Dispatch+0x80) [0x44e020]
15: /usr/X11R6/bin/X(main+0x3bd) [0x433d8d]
16: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f3a1ca6f5a6]
17: /usr/X11R6/bin/X [0x433219]
Saw signal 11.  Server aborting.
(II) AT Translated Set 2 keyboard: Close
(II) UnloadModule: evdev
(II) Microsoft Natural? Ergonomic Keyboard 4000: Close
(II) UnloadModule: evdev
(II) Microsoft Natural? Ergonomic Keyboard 4000: Close
(II) UnloadModule: evdev
(II) Video Bus: Close
(II) UnloadModule: evdev
(II) UnloadModule: synaptics
(II) PS/2 Mouse: Close
(II) UnloadModule: evdev
(II) Macintosh mouse button emulation: Close
(II) UnloadModule: evdev
(II) Logitech Trackball: Close
(II) UnloadModule: evdev
(II) Screen 0 shares mem  io resources
(II) Screen 1 shares mem  io resources
 ddxSigGiveUp: Closing log

the only errors and warnings in Xorg.log are
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' 
will be disabled.
(WW) Disabling Keyboard0
(WW) Disabling Mouse0
(II) Loading extension MIT-SCREEN-SAVER
(WW) Warning, couldn't open module type1
(EE) Failed to load module type1 (module does not exist, 0)
(WW) Warning, couldn't open module freetype
(EE) Failed to load module freetype (module does not exist, 0)

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: xorg 1:7.4~5ubuntu18
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.UTF-8
 SHELL=/bin/bash
ProcVersion: Linux version 2.6.28-12-generic (bui...@crested) (gcc version 
4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #43-Ubuntu SMP Fri May 1 19:31:32 UTC 2009
SourcePackage: xorg
Uname: Linux 2.6.28-12-generic x86_64
Xrandr:

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


** Tags: amd64 apport-bug

-- 
xorg crashes (nvidia 180.51)
https://bugs.launchpad.net/bugs/382640
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 382640] Re: xorg crashes (nvidia 180.51)

2009-06-02 Thread Arthur

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

** Attachment added: LsHal.txt
   http://launchpadlibrarian.net/27398705/LsHal.txt

** Attachment added: LsMod.txt
   http://launchpadlibrarian.net/27398706/LsMod.txt

** Attachment added: LsPci.txt
   http://launchpadlibrarian.net/27398707/LsPci.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/27398708/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/27398709/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/27398710/XorgLogOld.txt

** Attachment added: glxinfo.txt
   http://launchpadlibrarian.net/27398712/glxinfo.txt

** Attachment added: monitors.xml.txt
   http://launchpadlibrarian.net/27398713/monitors.xml.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/27398714/setxkbmap.txt

** Attachment added: system.txt
   http://launchpadlibrarian.net/27398715/system.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/27398716/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/27398717/xkbcomp.txt

-- 
xorg crashes (nvidia 180.51)
https://bugs.launchpad.net/bugs/382640
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 256978] Re: syncing with google calendars is buggy

2009-06-02 Thread punknroll
you can use caldav calender to sync with google calender in both ways.
that works!

-- 
syncing with google calendars is buggy
https://bugs.launchpad.net/bugs/256978
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 349229] Re: [RV350] system freeze randomly, need hard reset

2009-06-02 Thread Mantas Zimnickas
Also, here is logs, when I first time restarted after freeze.

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/27398794/Xorg.0.log

-- 
[RV350] system freeze randomly, need hard reset
https://bugs.launchpad.net/bugs/349229
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 349229] Re: [RV350] system freeze randomly, need hard reset

2009-06-02 Thread Mantas Zimnickas
Same problem here. When I was using Gnome + Compiz freezes where more
frequent, now I'm using LXDE without Compiz, but once a week my laptop
still freezes.

 $ cat /etc/issue
Ubuntu 9.04 \n \l

 $ lspci | grep -i vga
01:05.0 VGA compatible controller: ATI Technologies Inc RS482 [Radeon Xpress 
200M]

 $ uname -a
Linux sirex-laptop 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 
2009 i686 GNU/Linux

-- 
[RV350] system freeze randomly, need hard reset
https://bugs.launchpad.net/bugs/349229
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 349229] Re: [RV350] system freeze randomly, need hard reset

2009-06-02 Thread Mantas Zimnickas

** Attachment added: Xorg.0.log.old
   http://launchpadlibrarian.net/27398801/Xorg.0.log.old

-- 
[RV350] system freeze randomly, need hard reset
https://bugs.launchpad.net/bugs/349229
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 382642] [NEW] ~/.screenrc is sourced twice with profile NONE

2009-06-02 Thread Anders Kaseorg
Public bug reported:

Binary package hint: byobu

byobu uses the configuration file /usr/share/byobu/profiles/byoburc,
which sources ~/.byobu/profile and ~/.screenrc.  Selecting the NONE
profile makes ~/.byobu/profile a symlink to
/usr/share/byobu/profiles/NONE, which also sources ~/.screenrc.

The NONE profile should just be empty instead of sourcing ~/.screenrc
again.

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

-- 
~/.screenrc is sourced twice with profile NONE
https://bugs.launchpad.net/bugs/382642
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 382639] Re: Multiple connections shown connected

2009-06-02 Thread Aman
Also filed on bugzilla.gnome as bug # 584589
http://bugzilla.gnome.org/show_bug.cgi?id=584589

** Bug watch added: GNOME Bug Tracker #584589
   http://bugzilla.gnome.org/show_bug.cgi?id=584589

-- 
Multiple connections shown connected
https://bugs.launchpad.net/bugs/382639
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 329298] Re: Please upgrade to Gnucash 2.2.9

2009-06-02 Thread Loïc Martin
Saïvann: the diff.gz is the only thing necessary on an upgrade bug
report. See https://wiki.ubuntu.com/MOTU/Sponsorship/SponsorsQueue for
example.

Particularly, uploading an orig.tar.gz would be a security risk, since
the uploader could just have put whatever he wants in it - that's why
our packaging have to apply to an upstream tarball. That's also what the
watch file is about please read the changelog:  * [debian/watch]: create
watch file.).

As for patches, it's common practice not to remove them, even though
they can be removed sometimes - in this case they can be removed when we
sync with Debian. Since I'm not the maintainer, I chose to do as little
modifications as possible (since we're hopefully going to sync with
Debian someday). All in all, they won't raise any conflicts in a merge
report. In that case, they don't do any harm. On the other hand, I
removed the patches that were applied directly to the source.

If you have questions about packaging, feel free do drop on #ubuntu-motu
!

-- 
Please upgrade to Gnucash 2.2.9
https://bugs.launchpad.net/bugs/329298
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 124406] Re: Keyboard keys get stuck and repeat (Feisty, Gutsy)

2009-06-02 Thread Rolf Leggewie
I recompiled kernel git HEAD yesterday and the problem is present there,
too.  If this is a kernel bug, it is not specific to Ubuntu patches and
still unresolved upstream.

-- 
Keyboard keys get stuck and repeat (Feisty, Gutsy)
https://bugs.launchpad.net/bugs/124406
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 382643] [NEW] select-screen-profile says to run “screen” instead of “byobu”

2009-06-02 Thread Anders Kaseorg
Public bug reported:

Binary package hint: byobu

select-screen-profile currently outputs:

Run screen to activate

Since screen is no longer diverted to run byobu, this message should
suggest running byobu instead of screen.

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

-- 
select-screen-profile says to run “screen” instead of “byobu”
https://bugs.launchpad.net/bugs/382643
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 379610] Re: the firefox control bar no longer appears when i go online and the screen regularly flashes black when i try to use firefox and go online

2009-06-02 Thread corrineny
*** This bug is a duplicate of bug 376264 ***
https://bugs.launchpad.net/bugs/376264

Thank-you, Warren.  Worked like a dream! 

Corrine

--- On Mon, 6/1/09, warren warren.drisc...@gmail.com wrote:

From: warren warren.drisc...@gmail.com
Subject: [Bug 379610] Re: the firefox control bar no longer appears when i go 
online and the screen regularly flashes black when i try to use firefox and go 
online
To: lillibernibi...@yahoo.com
Date: Monday, June 1, 2009, 10:35 AM

*** This bug is a duplicate of bug 376264 ***
    https://bugs.launchpad.net/bugs/376264

If you press F11 when Firefox has focus both of your problems should go
away.  If this does not solve your problem check out the bug that this
bug has been marked as a duplicate of.

-- 
the firefox control bar no longer appears when i go online and the screen 
regularly flashes black when i try to use firefox and go online
https://bugs.launchpad.net/bugs/379610
You received this bug notification because you are a direct subscriber
of the bug.

Status in Ubuntu: New

Bug description:
when i go online the main control bar is no longer visable.  whenever i attempt 
any application the screen flashes to black for a microsecond.  that also 
happens regularly when i do nothing.  is there an equivilent of Windows' system 
restore that i can try?

ProblemType: Bug
Architecture: i386
Date: Fri May 22 19:39:55 2009
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/gnome-system-monitor
Package: gnome-system-monitor 2.22.3-0ubuntu2
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-system-monitor
Uname: Linux 2.6.24-24-generic i686

-- 
the firefox control bar no longer appears when i go online and the screen 
regularly flashes black when i try to use firefox and go online
https://bugs.launchpad.net/bugs/379610
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 382601] Re: php5 does not build

2009-06-02 Thread Andrew Mitchell
This will most likely be resolved soon with an upload of PHP 5.2.9 to
karmic, which is building locally without dependency issues.

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

-- 
php5 does not build
https://bugs.launchpad.net/bugs/382601
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 377016] Re: new upstream version: 3.5

2009-06-02 Thread Charlie_Smotherman (porthose)
** Changed in: ampache (Ubuntu)
   Importance: Undecided = Wishlist

-- 
new upstream version: 3.5
https://bugs.launchpad.net/bugs/377016
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 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-06-02 Thread Martin Pitt
** Tags added: verification-done
** Tags removed: verification-needed

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
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 11665] Re: 3c59x broken with acpi=on

2009-06-02 Thread Aliaksandr Dzeshchanka
The problem is get back in current Karmic  builds. I've upgraded to
Karmic near two weeks ago and in 2.6.30-5 kernel I've got *** EEPROM MAC
address is invalid 3c59x: vortex_probe1 fails. Returns -22. 8.10/9.04
works just fine for mine IBM T21

-- 
3c59x broken with acpi=on
https://bugs.launchpad.net/bugs/11665
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 377297] Re: unable to mount seagate st300003u2 usb drive

2009-06-02 Thread apinunt
Should I be posting elsewhere about this problem? Or how should I
proceed as I am uncertain as to what further info I should provide, if
any, and still uncertain if the problem is something that requires
knowledge I'm expected to have requiring some system modifications
normally provided by a user. This is a problem that didn't exist prior
to installing Ubuntu 9.04, and has pretty much put a halt to getting any
work done. If there is more information I need to provide, or if I'm
posting in the wrong location, please enlighten me and I will do
whatever is necessary to allow progress to begin.

-- 
unable to mount seagate st33u2 usb drive
https://bugs.launchpad.net/bugs/377297
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 382589] Re: [PATCH] Add DpkgTerminalLog to APPORT_FILES

2009-06-02 Thread Launchpad Bug Tracker
** Branch linked: lp:apport

-- 
[PATCH] Add DpkgTerminalLog to APPORT_FILES
https://bugs.launchpad.net/bugs/382589
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 382589] Re: [PATCH] Add DpkgTerminalLog to APPORT_FILES

2009-06-02 Thread Martin Pitt
I already had DpkgTerminalLog.txt, I now added DpkgTerminalLog.gz in
trunk as well, thanks!

I'll fix the download crash for bug 269539 as well.

** Changed in: apport (Ubuntu)
   Status: Triaged = In Progress

** Changed in: apport (Ubuntu)
   Importance: Low = Medium

-- 
[PATCH] Add DpkgTerminalLog to APPORT_FILES
https://bugs.launchpad.net/bugs/382589
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 382562] Re: Please merge reportbug 4.4 (universe) from debian unstable (utils)

2009-06-02 Thread Kow
Here is the candidate debdiff. The --install-layout=deb change was
dropped because debian applied it. All other changes are carried over
from 4.2ubuntu1.

** Attachment added: reportbug 4.4 - reportbug 4.4ubuntu1
   
http://launchpadlibrarian.net/27399553/reportbug_4.4-reportbug_4.4ubuntu1.debdiff

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

** Changed in: reportbug (Ubuntu)
 Assignee: Kow (kow) = (unassigned)

-- 
Please merge reportbug 4.4 (universe) from debian unstable (utils)
https://bugs.launchpad.net/bugs/382562
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 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package pm-utils - 0.99.2-3ubuntu10.1

---
pm-utils (0.99.2-3ubuntu10.1) hardy-proposed; urgency=low

  * debian/95hdparm-apm: apply a default apm policy to all drives on
resume/thaw, based on AC state, for consistency with the settings
applied by acpi-support.  LP: #59695.

 -- Steve Langasek steve.langa...@ubuntu.com   Mon, 09 Feb 2009
16:01:01 +

** Changed in: pm-utils (Ubuntu Hardy)
   Status: Fix Committed = Fix Released

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
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 380174] Re: notifications shouldn't appear if an app is in full screen

2009-06-02 Thread Ara Pulido
*** This bug is a duplicate of bug 372789 ***
https://bugs.launchpad.net/bugs/372789

Ken, this was already reported in the notify-osd package as bug 372789.
I am marking this one as duplicate and will open an upstream task to
track the ongoing work.

Thanks,
Ara.

** Changed in: notify-osd
   Status: New = Invalid

** This bug has been marked a duplicate of bug 372789
   NotifyOSD notifications shouldn't appear when using fullscreen applications

-- 
notifications shouldn't appear if an app is in full screen
https://bugs.launchpad.net/bugs/380174
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu (via bug 372789).

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


[Bug 378836] Re: mirror.list defaults to jaunty on karmic

2009-06-02 Thread Thierry Carrez
** Changed in: apt-mirror (Ubuntu)
   Importance: Undecided = Low

** Changed in: apt-mirror (Ubuntu)
   Status: New = In Progress

** Changed in: apt-mirror (Ubuntu)
 Assignee: (unassigned) = Thierry Carrez (ttx)

-- 
mirror.list defaults to jaunty on karmic
https://bugs.launchpad.net/bugs/378836
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 375852] Re: sqllite doesn't support tables with names such as release or savepoint

2009-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package sqlite3 - 3.6.10-1ubuntu0.2

---
sqlite3 (3.6.10-1ubuntu0.2) jaunty-proposed; urgency=low

  * Reupload to -proposed; sorry.

sqlite3 (3.6.10-1ubuntu0.1) jaunty-updates; urgency=low

  * New patch, 70_savepoint-and-release-keywords, allow savepoint and release
in table names and add a test case; from upstream checkin 6186; see ticket
http://www.sqlite.org/cvstrac/chngview?cn=6186; LP: #375852.

 -- Loic Minier l...@dooz.org   Fri, 15 May 2009 16:49:00 +0200

** Changed in: sqlite3 (Ubuntu Jaunty)
   Status: Fix Committed = Fix Released

-- 
sqllite doesn't support tables with names such as release or savepoint
https://bugs.launchpad.net/bugs/375852
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 374010] Re: snd_pcm_delay() returned a value that is exceptionally large:

2009-06-02 Thread Jared Wiltshire
Also getting the same thing with Realtek ALC889A onboard audio on a
Gigabyte P35-DS3P motherboard.

Running self compiled 2.6.29 kernel on Ubuntu 9.04 64-bit.

Sometimes it works fine but more often than not the sound just plays
really choppy. Changing between digital and analog output profiles also
normally stuffs it up.

-- 
snd_pcm_delay() returned a value that is exceptionally large:
https://bugs.launchpad.net/bugs/374010
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 374010] Re: snd_pcm_delay() returned a value that is exceptionally large:

2009-06-02 Thread Jared Wiltshire
Oh yeh using Pulseaudio 0.9.15 from PPA.

-- 
snd_pcm_delay() returned a value that is exceptionally large:
https://bugs.launchpad.net/bugs/374010
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 373371] Re: Installation of Kyocera Mita FS-1020D failes with error: There was an error during the CUPS operation: 'server-error-internal-error'

2009-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package foomatic-db-engine - 4.0.0-0ubuntu6.1

---
foomatic-db-engine (4.0.0-0ubuntu6.1) jaunty-proposed; urgency=low

  * debian/patches/25_fix-driver-in-printer-xml-without-driver-xml.patch:
If a printer XML entry has a driver in its driver list but for which
there is no driver XML entry, this printer/driver combo was considered
as producing a PPD because the driver is not in the list of drivers
without command line prototype. This leads for example to non-working
Foomatic/Gutenprint driver entries in the printer setup tools
(LP: #373371).

  * debian/patches/20_fix-jcl-options-as-members-of-composite-options.patch:
Upstream fix in the PPD generator: In Foomatic PPDs JCL options were
broken when they where member options of a composite options. In addition
to these options not being correctly applied this made them also be
interpreted as a PostScript options which in turn made foomatic-rip
converting PDF jobs to PostScript. This made some printers suffering
LP: #361772 which usually is worked around by the PDF printing workflow.

 -- Till Kamppeter till.kamppe...@gmail.com   Fri,  8 May 2009
12:57:49 +0200

** Changed in: foomatic-db-engine (Ubuntu Jaunty)
   Status: Fix Committed = Fix Released

-- 
Installation of Kyocera Mita FS-1020D failes with error: There was an error 
during the CUPS operation: 'server-error-internal-error'
https://bugs.launchpad.net/bugs/373371
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 372746] Re: gnome-settings-daemon vs OO.o fonts

2009-06-02 Thread Martin Pitt
Seb, please apply this fix to Karmic as well.

** Also affects: gnome-settings-daemon (Ubuntu Karmic)
   Importance: Low
 Assignee: Ubuntu Desktop Bugs (desktop-bugs)
   Status: Fix Committed

** Changed in: gnome-settings-daemon (Ubuntu Karmic)
   Importance: Low = High

** Changed in: gnome-settings-daemon (Ubuntu Karmic)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = Sebastien Bacher (seb128)

-- 
gnome-settings-daemon vs OO.o fonts
https://bugs.launchpad.net/bugs/372746
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 372746] Re: gnome-settings-daemon vs OO.o fonts

2009-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-settings-daemon -
2.26.1-0ubuntu2

---
gnome-settings-daemon (2.26.1-0ubuntu2) jaunty-proposed; urgency=low

  * debian/patches/40_xres_lcddefault.patch:
- reapply this change (lp: #372746)

 -- Sebastien Bacher seb...@ubuntu.com   Fri, 08 May 2009 15:10:06
+0200

** Changed in: gnome-settings-daemon (Ubuntu Jaunty)
   Status: Fix Committed = Fix Released

-- 
gnome-settings-daemon vs OO.o fonts
https://bugs.launchpad.net/bugs/372746
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 372789] Re: NotifyOSD notifications shouldn't appear when using fullscreen applications

2009-06-02 Thread Ara Pulido
Setting the Ubuntu task as triaged as a new task for the upstream
project has been opened.

** Also affects: notify-osd
   Importance: Undecided
   Status: New

** Changed in: notify-osd (Ubuntu)
   Importance: Undecided = Medium

** Changed in: notify-osd (Ubuntu)
   Status: Confirmed = Triaged

-- 
NotifyOSD notifications shouldn't appear when using fullscreen applications
https://bugs.launchpad.net/bugs/372789
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 361772] Re: black squares appearing instead of some letters when printing

2009-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package foomatic-db-engine - 4.0.0-0ubuntu6.1

---
foomatic-db-engine (4.0.0-0ubuntu6.1) jaunty-proposed; urgency=low

  * debian/patches/25_fix-driver-in-printer-xml-without-driver-xml.patch:
If a printer XML entry has a driver in its driver list but for which
there is no driver XML entry, this printer/driver combo was considered
as producing a PPD because the driver is not in the list of drivers
without command line prototype. This leads for example to non-working
Foomatic/Gutenprint driver entries in the printer setup tools
(LP: #373371).

  * debian/patches/20_fix-jcl-options-as-members-of-composite-options.patch:
Upstream fix in the PPD generator: In Foomatic PPDs JCL options were
broken when they where member options of a composite options. In addition
to these options not being correctly applied this made them also be
interpreted as a PostScript options which in turn made foomatic-rip
converting PDF jobs to PostScript. This made some printers suffering
LP: #361772 which usually is worked around by the PDF printing workflow.

 -- Till Kamppeter till.kamppe...@gmail.com   Fri,  8 May 2009
12:57:49 +0200

** Changed in: foomatic-db-engine (Ubuntu Jaunty)
   Status: Fix Committed = Fix Released

-- 
black squares appearing instead of some letters when printing
https://bugs.launchpad.net/bugs/361772
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 372358] Re: Please merge openvpn 2.1~rc15-1 (main) from Debian unstable (main)

2009-06-02 Thread Thierry Carrez
@Andres:

You're right, it's technically more correct to have that lsb-base
dependency (with the version), even if in most cases lsb-base is always
around. This delta could be forwarded to Debian.

The idea is to keep the Debian diff as small as possible, which will
allow simpler merges in the future. So even if in some cases Debian is
cosmetically wrong, it makes sense to keep the Debian syntax, which
means in your case keeping Debian whitespaces. That's just a personal
advice, it doesn't mean that your merge would be wrong if you kept your
syntax :)

-- 
Please merge openvpn 2.1~rc15-1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/372358
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 367214] Re: utils.calculate_cloud() can leave font_size unset for most frequent tag

2009-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django-tagging -
0.2.1+svn154-0ubuntu2.1

---
python-django-tagging (0.2.1+svn154-0ubuntu2.1) jaunty-proposed; urgency=low

  * debian/patches/02_fix_calculate_tag_weight.patch: Fix error in
_calculate_tag_weight which in some cases may lead to font_size
attribute of most frequent used tag set to None. (LP: #367214)

 -- Krzysztof Klimonda kklimo...@syntaxhighlighted.com   Sun, 26 Apr
2009 23:39:17 +0200

** Changed in: python-django-tagging (Ubuntu Jaunty)
   Status: Fix Committed = Fix Released

-- 
utils.calculate_cloud() can leave font_size unset for most frequent tag
https://bugs.launchpad.net/bugs/367214
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 367214] Re: utils.calculate_cloud() can leave font_size unset for most frequent tag

2009-06-02 Thread Martin Pitt
** Changed in: python-django-tagging (Ubuntu)
   Status: Triaged = Fix Committed

** Changed in: python-django-tagging (Ubuntu)
 Assignee: (unassigned) = Krzysztof Klimonda (kklimonda)

-- 
utils.calculate_cloud() can leave font_size unset for most frequent tag
https://bugs.launchpad.net/bugs/367214
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 367048] Re: upgrade from 8.10 to 9.04 resulted in unusable machine

2009-06-02 Thread PetriL
The 9.04 server which I installed fresh from CD become unbootable when I
added the following modules to /etc/modules:

padlock_sha
padlock_aes
via_rng

These worked fine on 8.10, and I assume that they were the reason why
the original update failed, too, as they were present on the upgraded
image.

So the problem on EPIA boards seems to be related to the encryption/HW
random number support.

-- 
upgrade from 8.10 to 9.04 resulted in unusable machine
https://bugs.launchpad.net/bugs/367048
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 283447] Re: Undecorating maximised windows sometimes leaves a blank space below the window (Intrepid Jaunty)

2009-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package metacity - 1:2.25.144-0ubuntu2.1

---
metacity (1:2.25.144-0ubuntu2.1) jaunty-proposed; urgency=low

  * New patch, 017_resize_and_move_on_undecorate, correctly resize after a
maximize; thanks Neil Patel; LP: #283447; GNOME #569812.

 -- Loic Minier l...@dooz.org   Mon, 11 May 2009 23:31:07 +0200

** Changed in: metacity (Ubuntu Jaunty)
   Status: Fix Committed = Fix Released

-- 
Undecorating maximised windows sometimes leaves a blank space below the window 
(Intrepid  Jaunty)
https://bugs.launchpad.net/bugs/283447
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 122207] Re: vlc before 0.8.6c allows arbitrary code execution via a multitude of vectors

2009-06-02 Thread Tiberiu Cristea
Are you serious? This bug has been present in Dapper for such a long
time, yet nobody cares to fix it. How can you call your LTS releases
'enterprise-ready' when this kind of monstrous vulnerabilities are left
unpatched for years?

-- 
vlc before 0.8.6c allows arbitrary code execution via a multitude of vectors
https://bugs.launchpad.net/bugs/122207
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 382454] Re: XVideo fullscreen flickers when notify-osd notification spawns

2009-06-02 Thread Ara Pulido
*** This bug is a duplicate of bug 372789 ***
https://bugs.launchpad.net/bugs/372789

Thanks for your bug report.

I am marking your bug as invalid as an ongoing work is happening to
avoid notifications to appear when using fullscreen applications.

You can track the ongoing work in bug 372789

** Changed in: vlc (Ubuntu)
   Status: New = Invalid

** Changed in: notify-osd (Ubuntu)
   Status: New = Invalid

** This bug has been marked a duplicate of bug 372789
   NotifyOSD notifications shouldn't appear when using fullscreen applications

-- 
XVideo fullscreen flickers when notify-osd notification spawns
https://bugs.launchpad.net/bugs/382454
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 376786] Re: hal-storage-mount Segfaults

2009-06-02 Thread priyank
Theres a patch available here : http://bugs.frugalware.org/task/3783
It seems to work.

-- 
hal-storage-mount Segfaults
https://bugs.launchpad.net/bugs/376786
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   >