[Bug 358261] Re: net rpc command potentially dangerous on Windows 2003 Server

2009-04-10 Thread Thierry Carrez
It's consistent with how Windows tools work. By design, you can join as
many times as you want, and as long as you give it a Domain Admin
password it will overwrite the existing objects in AD (without any
warning). So I'd say the tools behave like they should.

I understand that the process is error-prone and especially the DC
should not overwrite itself, but that's a server-side issue... not
really something we can or should fix from the client side by
introducing a difference with how Windows' own tools behave.

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

-- 
net rpc command potentially dangerous on Windows 2003 Server 
https://bugs.launchpad.net/bugs/358261
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 358468] Re: Samba crashes on install....

2009-04-10 Thread Thierry Carrez
What happens if you run sudo /etc/init.d/samba start now ? Does it still fail 
to start ?
Could you please provide relevant /var/log/syslog and /var/log/samba/* entries ?
Thanks.

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

-- 
Samba crashes on install
https://bugs.launchpad.net/bugs/358468
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 357569] Re: please set usershare path

2009-04-10 Thread Thierry Carrez
What would setting usershare path = /var/lib/samba/usershares change
exactly ?

The issue here (if any) is that by default usershares are not enabled,
the directory is not created and nautilus-share is a little noisy when
trying to test their existence ?

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

-- 
please set usershare path
https://bugs.launchpad.net/bugs/357569
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 354243] Re: Nautilus fails to browse any share on network to which Iomega Home Network Hard Drive (MDHD500-N, firmware K108.W15) is attached.

2009-04-10 Thread Thierry Carrez
OK, let's sum up this bug (please confirm I got it right):
- You boot a Jaunty beta LiveCD
- Running smbclient -L NASBOXIPADDRESS successfully lists the shares on NAS 
box
- Running findsmb successfully shows NAS box
- Opening Places/Network in Nautilus you can see the NAS box
- Double-Clicking on the NAS box in Nautilus fails to list the shares, error is 
Failed to retrieve share list from server

Here are a few more tests/confirmations:
- What does running smbtree -N return ?
- When you double-click on Windows Network and drill down to your NAS box, 
does double-clicking on it list the shares ?
- Does anything change if you put client lanman auth = yes in 
/etc/samba/smb.conf. To test it from a livecd, your best bet is to run killall 
x-session-manager to fully restart your Gnome session after changing smb.conf.

===
I don't see the relation between this bug and bug 264943, which was a gvfs 
crash ?

-- 
Nautilus fails to browse any share on network to which Iomega Home Network Hard 
Drive (MDHD500-N, firmware K108.W15) is attached.
https://bugs.launchpad.net/bugs/354243
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


Re: [Bug 357569] Re: please set usershare path

2009-04-10 Thread Anand Kumria
I'd rather file a separate bug for each of those issues you mention
- since this change should be uncontroversial, I can not see any
reason to not do it.

Whereas differing people might agree / disagree about whether to
enable / disable usershares by default.

Thanks,
Anand

On Fri, Apr 10, 2009 at 10:16 AM, Thierry Carrez
thierry.car...@ubuntu.com wrote:
 What would setting usershare path = /var/lib/samba/usershares change
 exactly ?

 The issue here (if any) is that by default usershares are not enabled,
 the directory is not created and nautilus-share is a little noisy when
 trying to test their existence ?

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

 --
 please set usershare path
 https://bugs.launchpad.net/bugs/357569
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
please set usershare path
https://bugs.launchpad.net/bugs/357569
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 358652] Re: Error during mysql slave replication

2009-04-10 Thread Mariusz Kielpinski
Ok I did some additional tests and there is a time to give some result:

First of all I am doing a master-master replication. On Ubuntu 8.04 my
configuration works for months so I rather expect an error on Ubuntu
9.04 site. The problem is the configuration is almost the same (exludind
server-id of cource). In addition I say I used new my.cnf file delivered
with new version of mysql server in 9.04.

My changes are:

# bind-address  = 127.0.0.1
# * Logging and Replication  
#
# Both location gets rotated by the cronjob. 
# Be aware that this log type is a performance killer.   
log = /var/log/mysql/mysql.log   
#
# Error logging goes to syslog. This is a Debian improvement :)  
#
# Here you can see queries with especially long duration 
#log_slow_queries   = /var/log/mysql/mysql-slow.log  
#long_query_time = 2 
#log-queries-not-using-indexes   
#
# The following can be used as easy to replay backup logs or for replication.
# note: if you are setting up a replication slave, see README.Debian about   
#   other settings you may need to change.   
server-id   = 1  
log_bin = /var/log/mysql/mysql-bin.log   
expire_logs_days= 10 
max_binlog_size = 100M   
#binlog_ignore_db   = include_database_name  
binlog_do_db= ...   
binlog_do_db= ...  

replicate-do-db=..
replicate-do-db=..
  

auto_increment_increment = 2
auto_increment_offset = 1   
slave-skip-errors = 1062

Secondly after reboot 
In /var/lib/mysql/

cat relay-log.info
./mysqld-relay-bin.05
98

0

ls mysqld-relay-*
mysqld-relay-bin.06 mysqld-relay-bin.07  mysqld-relay-bin.index

So there is a inconsistency. 
After RESET SLAVE; START SLAVE;command

info in relay-log.info and files are consistent.

-- 
Error during mysql slave replication
https://bugs.launchpad.net/bugs/358652
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 358801] Re: sal all

2009-04-10 Thread Marc Deslauriers
** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
sal all
https://bugs.launchpad.net/bugs/358801
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 359062] [NEW] bad symlink or missing package in php5-dev with libtool.m4

2009-04-10 Thread Sébastien Barbieri
Public bug reported:

Binary package hint: php5-dev

libtool does not contains /usr/share/libtool/libtool.m4 which is required by 
php5-dev (php5-dev use a symlink to that libtool.m4)
It was ok in hardy but not in intrepid anymore.

Description:Ubuntu 8.10
Release:8.10

php5-dev:
  Installed: 5.2.9-0.dotdeb.2
  Candidate: 5.2.9-0.dotdeb.2
  Version table:
 *** 5.2.9-0.dotdeb.2 0
500 http://packages.dotdeb.org stable/all Packages
100 /var/lib/dpkg/status
 5.2.6-2ubuntu4.1 0
500 http://be.archive.ubuntu.com intrepid-updates/main Packages
500 http://security.ubuntu.com intrepid-security/main Packages
 5.2.6-2ubuntu4 0
500 http://be.archive.ubuntu.com intrepid/main Packages
libtool:
  Installed: 2.2.4-0ubuntu4
  Candidate: 2.2.4-0ubuntu4
  Version table:
 *** 2.2.4-0ubuntu4 0
500 http://be.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

If it's a dotdeb problem, then Ok, but it looks like
/usr/share/libtool/libtool.m4 has been removed and replaced by a
/usr/share/aclocal/libtool.m4 ...

Problem linked to this bug:
unable to install pecl package for PHP:
sudo pecl install Inotify
downloading inotify-0.1.3.tgz ...
Starting to download inotify-0.1.3.tgz (8,909 bytes)
.done: 8,909 bytes
3 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No:  20060613
Zend Extension Api No:   220060519
cp: cannot stat `libtool.m4': No such file or directory
cp: cannot stat `ltmain.sh': No such file or directory
cat: ./build/libtool.m4: No such file or directory
configure.in:8: warning: LT_AC_PROG_SED is m4_require'd but not m4_defun'd
aclocal.m4:2628: PHP_CONFIG_NICE is expanded from...
configure.in:8: the top level
configure.in:137: error: possibly undefined macro: AC_PROG_LIBTOOL
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
configure:1849: error: possibly undefined macro: LT_AC_PROG_SED
ERROR: `phpize' failed

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

-- 
bad symlink or missing package in php5-dev with libtool.m4
https://bugs.launchpad.net/bugs/359062
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 359062] Re: bad symlink or missing package in php5-dev with libtool.m4

2009-04-10 Thread Ondřej Surý
Location of /usr/share/*/libtool.m4 is not relevant, if you look into
the script, it copies those files from $phpdir:

(cd $phpdir  cp $FILES_BUILD $builddir/build)

-- 
bad symlink or missing package in php5-dev with libtool.m4
https://bugs.launchpad.net/bugs/359062
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 354243] Re: Nautilus fails to browse any share on network to which Iomega Home Network Hard Drive (MDHD500-N, firmware K108.W15) is attached.

2009-04-10 Thread Stephen D Kamm
Thank you for addressing the specific case I have set up.  In answer to
your first five assumptions, YES except I failed to recreate the
browser result shown in the attachment to Comment 4.  Now, the NAS
shares do not show, only Windows Network.  Double-clicking on Windows
Network yields Failed to retrieve share list from server.

See attachment for complete illustration.

The following are or may be different from Comment 4:

- The NAS was not hard-reset immediately prior to latest experiment.
- I have given the NAS a static IP address.
- I am not sure of the power-up order for the computer, router, and NAS.  From 
now on, I will leave the NAS and router on  while re-booting the computer.  I 
hope we can solve the now slightly revised bug under these conditions, because 
it allows undisrupted use of the NAS from Windows, and fstab-mounted Ubuntu, in 
between experiments.

** Attachment added: Screen001.png
   http://launchpadlibrarian.net/25210825/Screen001.png

-- 
Nautilus fails to browse any share on network to which Iomega Home Network Hard 
Drive (MDHD500-N, firmware K108.W15) is attached.
https://bugs.launchpad.net/bugs/354243
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 354243] Re: Nautilus fails to browse any share on network to which Iomega Home Network Hard Drive (MDHD500-N, firmware K108.W15) is attached.

2009-04-10 Thread Stephen D Kamm
To run a command as administrator (user root), use sudo command.
See man sudo_root for details.

ubu...@ubuntu:~$ smbtree -N
ubu...@ubuntu:~$

-- 
Nautilus fails to browse any share on network to which Iomega Home Network Hard 
Drive (MDHD500-N, firmware K108.W15) is attached.
https://bugs.launchpad.net/bugs/354243
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 105251] Re: NetworkManager wrongly releases DHCP IP

2009-04-10 Thread fschmitt
can't confirm dependency of protected vs open mode - for me, problem
occurs in any case - connecting via ethernet cable, via open Wifi and
via WPA-PSK-protected wifi. tested with two different routers.

-- 
NetworkManager wrongly releases DHCP IP
https://bugs.launchpad.net/bugs/105251
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 354243] Re: Nautilus fails to browse any share on network to which Iomega Home Network Hard Drive (MDHD500-N, firmware K108.W15) is attached.

2009-04-10 Thread Stephen D Kamm
I was able to sudo gedit /etc/samba/smb.conf and killall x-session-
manager as requested, but there is no change in diagnostics, see
attachment.

** Attachment added: Screen003.png
   http://launchpadlibrarian.net/25211477/Screen003.png

-- 
Nautilus fails to browse any share on network to which Iomega Home Network Hard 
Drive (MDHD500-N, firmware K108.W15) is attached.
https://bugs.launchpad.net/bugs/354243
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 326936] Re: package samba 3.0.28a-1ubuntu4.7 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-04-10 Thread csmgj
I tried the above commands and got:
u...@marty-laptop:~$ sudo apt-get install samba
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-2.6.24-19-generic linux-headers-2.6.24-19
Use 'apt-get autoremove' to remove them.
Suggested packages:
  openbsd-inetd inet-superserver smbldap-tools
The following NEW packages will be installed:
  samba
0 upgraded, 1 newly installed, 0 to remove and 28 not upgraded.
2 not fully installed or removed.
Need to get 0B/3840kB of archives.
After this operation, 9429kB of additional disk space will be used.
Preconfiguring packages ...
(Reading database ... 116943 files and directories currently installed.)
Unpacking samba (from .../samba_3.0.28a-1ubuntu4.7_i386.deb) ...
dpkg-deb: subprocess paste killed by signal (Broken pipe)
dpkg: error processing 
/var/cache/apt/archives/samba_3.0.28a-1ubuntu4.7_i386.deb (--unpack):
 short read in buffer_copy (backend dpkg-deb during `./usr/bin/smbcontrol')
Errors were encountered while processing:
 /var/cache/apt/archives/samba_3.0.28a-1ubuntu4.7_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
I'm a newby to Linux. Now even my Add/Remove program won't work. Says failed to 
check for installed programs. Not sure if it's related. But all this went down 
after I attempted to install Samba.

-- 
package samba 3.0.28a-1ubuntu4.7 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/326936
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 279372] Re: packaging problem: libmysqld.a relocation R_X86_64_32

2009-04-10 Thread Kenneth Perry
Switching to libmysqlclient16-dev from libmysqlclient15-dev fixed the
issue for me (compiling amarok 2.1 beta).

-- 
packaging problem: libmysqld.a relocation R_X86_64_32
https://bugs.launchpad.net/bugs/279372
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 236867] Re: [php5][CVE-2007-2727] - same initialization vector might allow context-depented attacker to decrypt data easily

2009-04-10 Thread Marc Deslauriers
** Package changed: php5 (Ubuntu) = php-mcrypt (Ubuntu)

-- 
[php5][CVE-2007-2727] - same initialization vector might allow context-depented 
attacker to decrypt data easily
https://bugs.launchpad.net/bugs/236867
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 356646] Re: php safe mod bypass

2009-04-10 Thread Marc Deslauriers
The second issue send this to the server:

$mLimit='512M';ini_set('memory_limit',$mLimit);if(!$mLimit =
ini_get('memory_limit'))$mLimit = '2M';$mLimitInKb = substr($mLimit,
1)*1024*0.8;for($i=0;$i$mLimitInKb;$i++)$m.=str_repeat('m',1024);sleep();

I don't see how this is a security issue. It is not a bug that
max_execution_time doesn't count sleep.

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

-- 
php safe mod bypass
https://bugs.launchpad.net/bugs/356646
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 359177] [NEW] Strange or obsolete code in mysql initscript

2009-04-10 Thread Alexey Sveshnikov
Public bug reported:

Hi.

There is several snippets in mysql init script, with 'log_end_msg 1',
call and some code after it.

'log_end_msg' returns it's argument as exit status. So 'log_end_msg 1'
will be intrepreted by bash as command that always fails. Option '-e' in
bash causes script to bail out in case of any error.

So in this fragment:


'stop')
  .
  log_daemon_msg Stopping MySQL database server mysqld
  if ! mysqld_status check_dead nowarn; then
set +e
shutdown_out=`$MYADMIN shutdown 21`; r=$?
set -e
if [ $r -ne 0 ]; then
  log_end_msg 1

All futher code will never being executed:

  [ $VERBOSE != no ]  log_failure_msg Error: $shutdown_out  

  log_daemon_msg Killing MySQL database server by signal mysqld
  killall -15 mysqld
  ...

Moreover, 'VERBOSE' variable is undefined.

So, I think this code is a little strange one. By the way, I also think
that killing all mysqld processes is not very good idea too (MySQL
Enterprise Monitor, for example, runs it's own mysqld instance that
shouldn't be killed by this init script)

I can send a patch for it if it will be helpful.

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


** Tags: init.d initscript log-end-msg mysqld

-- 
Strange or obsolete code in mysql initscript
https://bugs.launchpad.net/bugs/359177
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


Re: [Bug 117727] Re: cifs mounts: unable to move dangling symlinks (case of svn ceckout with symlinks)

2009-04-10 Thread casbon
2009/4/10 Marcerino mastervanleeu...@gmail.com:
 As an aside: I am interested in this issue because I would like to
 pam_mount homedirs using cifs. firefox creates a lock file that is a
 dangling symlink. If the lock file cannot be removed, firefox cannot be
 started...

Last time I tried firefox uses sqlite, which thinks all databases are
locked if they're opened on cifs.

-- 
cifs mounts: unable to move dangling symlinks (case of svn ceckout with 
symlinks)
https://bugs.launchpad.net/bugs/117727
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 98658] Re: cifs doesn't support connecting as guest

2009-04-10 Thread Forest
Does fix released mean that something was changed in an upcoming samba
release such that sec=none is no longer required for guest connections?
Or, will we have to use sec=none forever?

-- 
cifs doesn't support connecting as guest
https://bugs.launchpad.net/bugs/98658
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 305454] Re: 'mount error 13 = Permission denied' when user mounts cifs (sudo works!)

2009-04-10 Thread Forest
This bug might be related:

https://bugs.launchpad.net/ubuntu/+source/samba/+bug/98658

If you're trying to mount a share using guest access, see if the
sec=none option works around the failure.

-- 
'mount error 13 = Permission denied' when user mounts cifs (sudo works!)
https://bugs.launchpad.net/bugs/305454
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 359309] [NEW] mysql client package has broken SSL support

2009-04-10 Thread Todd Lipcon
Public bug reported:

Binary package hint: mysql-client-5.0

The OpenSSL client support in the mysql client appears to be broken. I
am unable to connect via SSL to a working SSL-enabled mysql server
(running on a redhat box).

Compiling mysql 5.0 from source with --with-openssl, I am able to
connect just fine.

After editing debian/rules to change --with-yassl to --without-yassl,
and --without-openssl to --with-openssl also fixed my problem.

This may be a bug against yassl - feel free to refile.

FWIW, the SSL certs are self-signed with no CA. (--ssl-ca=/dev/null on
the mysql client option)

Release: Intrepid
Package: 5.0.67-0ubuntu6 0

-Todd

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

-- 
mysql client package has broken SSL support
https://bugs.launchpad.net/bugs/359309
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 354243] Re: Nautilus fails to browse any share on network to which Iomega Home Network Hard Drive (MDHD500-N, firmware K108.W15) is attached.

2009-04-10 Thread Stephen D Kamm
Addendum to Comment 18:

Other differences from previous trial, along with setting static IP
address on the NAS, I set host name to IOMEGA-36AE (was STORAGE-
36AE) and domain name to UTOPIA_BEACH (was WORKGROUP).  I'm going
to guess that when the domain names match, the shares are displayed at
the same level as Windows Network.

I don't think this was the problem, however.

-- 
Nautilus fails to browse any share on network to which Iomega Home Network Hard 
Drive (MDHD500-N, firmware K108.W15) is attached.
https://bugs.launchpad.net/bugs/354243
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 358914] Re: pybootchartgui crashed with ValueError in get_proc_state()

2009-04-10 Thread Apport retracing service
*** This bug is a duplicate of bug 350996 ***
https://bugs.launchpad.net/bugs/350996

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/25185660/Dependencies.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/25185661/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/25185662/ProcStatus.txt

** This bug has been marked a duplicate of bug 350996
   pybootchartgui crashed with ValueError in get_proc_state()

** Visibility changed to: Public

-- 
pybootchartgui crashed with ValueError in get_proc_state()
https://bugs.launchpad.net/bugs/358914
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 117132] Re: Firefox ignores gnome theme's specific menu bar text color

2009-04-10 Thread Ari Torhamo
I too would very much like to have the menu font colour changed to
white. The black one is almost undreadable and most applications seem to
consistently go with white - even VLC, which isn't a native GTK
application. The more I use New Wave, the more I like it. The
incompatible menu font colour is the only (and not so small) negative
thing that comes to my mind.  Hopefully this can be fixed to 9.40.

Thanks to everyone who's working on this :-)

-- 
Firefox ignores gnome theme's specific menu bar text color
https://bugs.launchpad.net/bugs/117132
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 358915] Re: init crashed with SIGSEGV in event_poll()

2009-04-10 Thread Diego Schulz

** Attachment added: lshw
   http://launchpadlibrarian.net/25185708/lshw.txt

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

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

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

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

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

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

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

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

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 358866
   init segfaults when trying to shutdown the system

** This bug is no longer a duplicate of bug 358866
   init segfaults when trying to shutdown the system

-- 
init crashed with SIGSEGV in event_poll()
https://bugs.launchpad.net/bugs/358915
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 358918] [NEW] System fails to start

2009-04-10 Thread Nicholas Coltharp
Public bug reported:

Using the Jaunty beta with a Toshiba A135-S2386.

Occasionally--I'd say maybe 1/5 of the time--when I turn my laptop on,
it simply fails to start. It goes through GRUB, usplash, and the init
script--it says that it's starting kdm--and then, after the text is
gone, the screen goes black.

Now, normally, there are little static bars that announce that X is
starting up, and then it takes me to the login screen.

When this bug occurs, the screen simply stays black and nothing happens.
No keys or key combinations induce any reactions.

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

-- 
System fails to start
https://bugs.launchpad.net/bugs/358918
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in ubuntu.

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


[Bug 358917] Re: gnome-codec-install crashed with AttributeError in perform_action()

2009-04-10 Thread Apport retracing service
*** This bug is a duplicate of bug 350478 ***
https://bugs.launchpad.net/bugs/350478

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/25185937/Dependencies.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/25185938/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/25185939/ProcStatus.txt

** This bug has been marked a duplicate of bug 350478
   gnome-codec-install crashed with AttributeError in perform_action()

** Visibility changed to: Public

-- 
gnome-codec-install crashed with AttributeError in perform_action()
https://bugs.launchpad.net/bugs/358917
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 358916] Re: update-apt-xapian-index crashed

2009-04-10 Thread Apport retracing service
*** This bug is a duplicate of bug 321395 ***
https://bugs.launchpad.net/bugs/321395

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/25185834/Dependencies.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/25185835/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/25185836/ProcStatus.txt

** This bug has been marked a duplicate of bug 321395
   update-apt-xapian-index crashed with KeyError in iter_paragraphs()

** Visibility changed to: Public

-- 
update-apt-xapian-index crashed
https://bugs.launchpad.net/bugs/358916
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 358906] Re: Wireless driver ath5k no longer being loaded.

2009-04-10 Thread Tony Mugan
Actually, my menu.lst was causing the las intrepid kernel to load
instead of 2.6.28-11-generic from jaunty which was further down the
menu.lst list of available kernels.

Have rectified it now by ensuring 2.6.28-11-generic is loaded.

I presume what happened is that the latest updates have caused 
linux-backports-modules-intrepid (where my older kernel was getting the ath5k 
from) to be removed which meant I no longer had it.
The newer linux-backports-modules-jaunty does not conatin ath5k because it 
comes with the kernel now.

Problem solved.  Happy Camper.

-- 
Wireless driver ath5k no longer being loaded.
https://bugs.launchpad.net/bugs/358906
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 358906] Re: Wireless driver ath5k no longer being loaded.

2009-04-10 Thread Tony Mugan
Was not using the latest jaunty kernel.  Ath5k working now.

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

-- 
Wireless driver ath5k no longer being loaded.
https://bugs.launchpad.net/bugs/358906
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 354732] Re: Fan control broke in 2.6.27-11

2009-04-10 Thread Rob Glenn
Hi!  Thanks for getting back to me.

Synaptic shows I had version 2.6.27-11.27, which I believe was the
latest version that was advertised at the time I observed the problem
last Thursday.  However, the fan works correctly after suspend in
2.6.27-11.31, which is the version that I was able to upgrade to with
the system updater right now.

I expect it's probably a moot point, but just in case, I attached the
data from the earlier version that the kernel bug webpage asked to
collect.

Thanks!
Rob

On Thu, 2009-04-09 at 17:06 +, Bryan Wu wrote:
 oops, wrong URL, please follow this wiki page to report a kernel bug.
 https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies.
 
 -Bryan


-- 
Fan control broke in 2.6.27-11
https://bugs.launchpad.net/bugs/354732
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 268447] Re: MOTD should not point to https://landscape.canonical.com if you are not a customer

2009-04-10 Thread Ante Karamatić
Why not, instead of a link to landscape service it self, put a link to
http://www.ubuntu.com/some/page/about/support. On that page, it could be
described how to request support from Canonical, community, Canonical
partners or merge landscape-client with some, in the future to be, other
service.

Web page is more flexible than a hard coded link.

-- 
MOTD should not point to https://landscape.canonical.com if you are not a 
customer
https://bugs.launchpad.net/bugs/268447
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 355103] Re: mythfrontend segault in libGL

2009-04-10 Thread shuvalov
Hm, i am found one similar bug in qt-x11 (dated 2009-04-07):
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/356940/

** Also affects: qt4-x11 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
mythfrontend segault in libGL
https://bugs.launchpad.net/bugs/355103
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.

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


[Bug 356798] Re: apache redirects to /var/www/mythweb

2009-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package mythplugins -
0.21.0+fixes19556-0ubuntu8

---
mythplugins (0.21.0+fixes19556-0ubuntu8) jaunty; urgency=low

  [ Nick Fox ]
  [ Mario Limonciello ]
  * debian/mythweb.postinst (LP: #356798)
-Create Apache redirect instead of using HTTP Redirect
-Rename conflicting old mythweb-htaccess
  * debian/mythweb.postrm
-Undo Apache Changes Above
-Add reload_apache function

 -- Mario Limonciello supe...@ubuntu.com   Thu, 09 Apr 2009 23:15:07
-0500

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

-- 
 apache redirects to /var/www/mythweb
https://bugs.launchpad.net/bugs/356798
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 354732] Re: Fan control broke in 2.6.27-11

2009-04-10 Thread Rob Glenn
** Attachment added: dmesg.log
   http://launchpadlibrarian.net/25186039/dmesg.log

** Attachment added: lspci-vvnn.log
   http://launchpadlibrarian.net/25186040/lspci-vvnn.log

** Attachment added: uname-a.log
   http://launchpadlibrarian.net/25186041/uname-a.log

** Attachment added: version.log
   http://launchpadlibrarian.net/25186042/version.log

-- 
Fan control broke in 2.6.27-11
https://bugs.launchpad.net/bugs/354732
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 353798] Re: The EPG takes a long time to load

2009-04-10 Thread Scott Evans
Have you tried using the current release (me-tv-0.8.3) ???

This can be located at...

https://launchpad.net/~scott-vk7hse/+archive/scott-vk7hse-jaunty

-- 
The EPG takes a long time to load
https://bugs.launchpad.net/bugs/353798
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 224559] Re: Image on webcam is upside-down

2009-04-10 Thread Dmitriy Geels
Here is modified version of patch from 
http://ubuntuforums.org/showthread.php?t=838210
The one posted there has one flaw: it will rotate image for all devices, it 
work with.

Usecase:
User has laptop with webcam mounted upside-down. He applies patch from forum, 
he is happy -- webcam image is ok. Then he connects external UVC webcam -- 
image from it is upside down, because driver just do rotation.

My modification adds quirk for webcam models, known to be mounted
upside-down. Driver will not rotate image for others.

Also my patch is made against latest UVC source, so applying it to uvc from 
ubuntu kernel will reject one hunk (patch will fail to find surrounding lines). 
Don't be afraid of this, just manually edit uvcvideo.h and following add line 
there:
#define UVC_QUIRK_ROTATE_IMAGE  0x0100

My patch won't be accepted to uvc, because: Linus said, that all image 
processing must be done in userspace. Even if this is a fix of hardware flaw.
But may be it will be included in Ubuntu?

Also, I consider that existing uvcvideo source should be updated. It is
1-2 years old already and has at least one problem, which was already
fixed in upstream: webcam wont work after resume from hibernate.

** Attachment added: my version of image rotate patch
   http://launchpadlibrarian.net/25186121/uvcvideo_rotate.patch

-- 
Image on webcam is upside-down
https://bugs.launchpad.net/bugs/224559
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 355778] Re: ATA controller fail on resume

2009-04-10 Thread dfsmith
Not a lot to show on screen unfortunately.
The drive verified correctly on reboot (dd if=/dev/sda of=/dev/null bs=1M - no 
messages).
The fault seems to occur more often when resuming on battery power (3 of 3 so 
far).  This might point to a hardware issue, but Intrepid didn't have this 
problem.


** Attachment added: IMG_1385.JPG
   http://launchpadlibrarian.net/25186110/IMG_1385.JPG

-- 
ATA controller fail on resume
https://bugs.launchpad.net/bugs/355778
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 358915] Stacktrace.txt (retraced)

2009-04-10 Thread Apport retracing service

StacktraceTop:job_change_goal (job=0x7f70bacdb1e0, goal=JOB_STOP, 
job_handle_event (emission=0x7f70bacd8ff0)
event_poll () at event.c:478
nih_main_loop () at main.c:615
main (argc=1, argv=value optimized out)

** Attachment added: Stacktrace.txt (retraced)
   http://launchpadlibrarian.net/25186204/Stacktrace.txt

-- 
init crashed with SIGSEGV in event_poll()
https://bugs.launchpad.net/bugs/358915
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 358915] ThreadStacktrace.txt (retraced)

2009-04-10 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt (retraced)
   http://launchpadlibrarian.net/25186206/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/25185709/CoreDump.gz

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

** Tags removed: need-amd64-retrace

-- 
init crashed with SIGSEGV in event_poll()
https://bugs.launchpad.net/bugs/358915
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 358223] Re: evolution crashed with SIGSEGV in malloc_consolidate()

2009-04-10 Thread Matej Kenda
I created Valgrind log, however I did not manage to reproduce the crash.
The timing under Valgrind is different.

I attached the log nevertheless.

** Attachment added: valgrind-logs-evolution.tar.gz
   http://launchpadlibrarian.net/25186129/valgrind-logs-evolution.tar.gz

-- 
evolution crashed with SIGSEGV in malloc_consolidate()
https://bugs.launchpad.net/bugs/358223
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 355114] Re: Filezilla Cannot be installed on your computer type

2009-04-10 Thread ch_a_m_p
Confirmed in 9.04 beta, this is the message:


FileZilla FTP client cannot be installed on your computer type (i386)

Either the application requires special hardware features or the vendor decided 
to not support your computer type.


-- 
Filezilla Cannot be installed on your computer type
https://bugs.launchpad.net/bugs/355114
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 348178] Re: [jaunty] Menu buttons on the left hand side appear untranslated

2009-04-10 Thread Mario Limonciello
Well scratch that thought.  I can't figure out how to import the translation to 
launchpad.
#launchpad wasn't too much help either:

wgrant It doesn't look like it was ever imported.
wgrant Which seems impossible.
persia It's certainly outside of common experience

-- 
[jaunty] Menu buttons on the left hand side appear untranslated
https://bugs.launchpad.net/bugs/348178
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 340578] Re: [Jaunty][UXA] Compiz is unusably slow

2009-04-10 Thread Frédéric Kerneuzet
When does that fix will be available in repositories ?

I just updated my Jaunty this morning, and still having problems with Compiz :
Maximize/restore effect on a window seems to do nothing for 1 sec before the 
window will really restore.

I noticed that it was the main effect with this problem, switching cube
for example is not slower than it was in Intrepid.

Is it really the same bug ?

-- 
[Jaunty][UXA] Compiz is unusably slow
https://bugs.launchpad.net/bugs/340578
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 336274] Re: [jaunty] MythbuntuControlCentre hangs when installing VNC service

2009-04-10 Thread Mario Limonciello
fixed in mythbuntu-common revno 65
fixed in mythbuntu-control-centre revno 250

** Also affects: mythbuntu-common (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: mythbuntu
   Status: Incomplete = Fix Committed

-- 
[jaunty] MythbuntuControlCentre hangs when installing VNC service
https://bugs.launchpad.net/bugs/336274
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 332073] Re: wrong screen resolution

2009-04-10 Thread Bartosz
*** This bug is a duplicate of bug 355918 ***
https://bugs.launchpad.net/bugs/355918

** This bug has been marked a duplicate of bug 355918
   resolution problem starting X with the wlan network controler activated

-- 
wrong screen resolution
https://bugs.launchpad.net/bugs/332073
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 289790] Re: kmail crashes when changing IMAP password (assertion error)

2009-04-10 Thread Bug Watch Updater
** Changed in: kdepim
   Status: Confirmed = Invalid

-- 
kmail crashes when changing IMAP password (assertion error)
https://bugs.launchpad.net/bugs/289790
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdepim in ubuntu.

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


[Bug 355370] Re: gnome-screensaver does not respect screensaver selection [xubuntu only]

2009-04-10 Thread Steve Beattie
** Summary changed:

- gnome-screensaver does not respect screensaver selection
+ gnome-screensaver does not respect screensaver selection [xubuntu only]

-- 
gnome-screensaver does not respect screensaver selection [xubuntu only]
https://bugs.launchpad.net/bugs/355370
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 343215] Re: pybootchartgui crashed with ValueError in get_proc_state()

2009-04-10 Thread Photon
Please include the new version before final Jaunty release since the
current r102 is broken!

-- 
pybootchartgui crashed with ValueError in get_proc_state()
https://bugs.launchpad.net/bugs/343215
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 330397] Re: maximus crashed with SIGSEGV in g_closure_invoke()

2009-04-10 Thread Carlos Blanquer
issue happened but ransparent in behaviour, I just got the report notification 
while I closed a Firefox tab.
I am using an eeePC 701 SD with an update from 8.10 to 9.04 beta, then netook 
remix installation 2 days ago.

-- 
maximus crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/330397
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 358926] [NEW] [IBM 23746G5] hibernate/resume failure

2009-04-10 Thread Matti Airas
Public bug reported:

This was an automatic kernel oops report after an automatic hibernation
when depleted battery in the suspend mode.

ProblemType: KernelOops
Annotation: This occured during a previous hibernate and prevented it from 
resuming properly.
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: hibernate/resume
InterpreterPath: /usr/bin/python2.6
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 004 Device 002: ID 1668:2441 Actiontec Electronics, Inc. [hex] BMDC-2 IBM 
Bluetooth III w.56k
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: IBM 23746G5
Package: linux-image-2.6.28-11-generic 2.6.28-11.41
ProcAttrCurrent: unconfined
ProcCmdLine: root=UUID=6e90f6e4-1f8d-4fba-9a5a-6e488b49a5e8 ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.28-11.41-generic
SourcePackage: linux
Tags: resume hibernate
Title: [IBM 23746G5] hibernate/resume failure
UserGroups:

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


** Tags: apport-kerneloops hibernate i386 resume

-- 
[IBM 23746G5] hibernate/resume failure
https://bugs.launchpad.net/bugs/358926
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 358926] Re: [IBM 23746G5] hibernate/resume failure

2009-04-10 Thread Matti Airas

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

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

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

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

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

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

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

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

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

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

-- 
[IBM 23746G5] hibernate/resume failure
https://bugs.launchpad.net/bugs/358926
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 358261] Re: net rpc command potentially dangerous on Windows 2003 Server

2009-04-10 Thread Thierry Carrez
It's consistent with how Windows tools work. By design, you can join as
many times as you want, and as long as you give it a Domain Admin
password it will overwrite the existing objects in AD (without any
warning). So I'd say the tools behave like they should.

I understand that the process is error-prone and especially the DC
should not overwrite itself, but that's a server-side issue... not
really something we can or should fix from the client side by
introducing a difference with how Windows' own tools behave.

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

-- 
net rpc command potentially dangerous on Windows 2003 Server 
https://bugs.launchpad.net/bugs/358261
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 325101] Re: x11 won't start after upgrade to jaunty

2009-04-10 Thread kelvie
I've been seeing the same problem, and have managed to get a backtrace
(I used DEB_BUILD_OPTIONS=nostrip for dpkg-buildpackage)

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb799e6d0 (LWP 3953)]
xf86WcmDevOpen (pWcm=0xb159428) at ../../../src/xdrv/xf86Wacom.c:794
794 if (common-fd_refs == 0)
(gdb) bt
#0  xf86WcmDevOpen (pWcm=0xb159428) at ../../../src/xdrv/xf86Wacom.c:794
#1  0xb786d9c2 in xf86WcmDevProc (pWcm=0xb159428, what=0) at 
../../../src/xdrv/xf86Wacom.c:1034
#2  0x0808662f in ActivateDevice ()
#3  0x080d89a4 in OpenInputDevice ()
#4  0x0818bf8a in ProcXOpenDevice ()
#5  0x08187713 in ?? ()
#6  0x0808d57f in Dispatch ()
#7  0x080722ed in main ()

(gdb) l
789 /* Device has been open and not autoprobed */
790 if (priv-wcmDevOpenCount)
791 return TRUE;
792
793 /* open file, if not already open */
794 if (common-fd_refs == 0)
795 {
796 #ifdef LINUX_INPUT
797 /* Autoprobe if necessary */
798 if ((common-wcmFlags  AUTODEV_FLAG) 

(gdb) up
#1  0xb786d9c2 in xf86WcmDevProc (pWcm=0xb159428, what=0) at 
../../../src/xdrv/xf86Wacom.c:1034
1034if (!xf86WcmDevOpen(pWcm))
(gdb) l
1029 * register even a 'pad' which doesn't SendCoreEvents
1030 */
1031case DEVICE_INIT:
1032priv-wcmDevOpenCount = 0;
1033priv-wcmInitKeyClassCount = 0;
1034if (!xf86WcmDevOpen(pWcm))
1035{
1036DBG(1, priv-debugLevel, 
ErrorF(xf86WcmProc INIT FAILED\n));
1037return !Success;
1038}

-- 
x11 won't start after upgrade to jaunty
https://bugs.launchpad.net/bugs/325101
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 312097] Re: Gnome Scan fails to find USB scanner with 'The scan backend returned the following error: Invalid argument'

2009-04-10 Thread mavosaure
*** This bug is a duplicate of bug 217753 ***
https://bugs.launchpad.net/bugs/217753

Hi!

Using Intrepid, I've got exactly the same problem with a multifunction printer 
 scan HP C5280.
Notice that I'm using a laptop (Dell studio 17) with an integrated webcam.
XSane works without anuy problem.

gnomescan: 0.4.1-0ubuntu4


:~$ scanimage -L
device `v4l:/dev/video0' is a Noname Laptop_Integrated_Webcam_2M virtual device
device `hpaio:/usb/Photosmart_C5200_series?serial=MY88SG215C0559' is a 
Hewlett-Packard Photosmart_C5200_series all-in-one

:~$  scanimage
scanimage: open of device v4l:/dev/video0 failed: Invalid argument.


Note although that this bug seems to be a duplicate from the #217753
https://bugs.launchpad.net/ubuntu/+source/gnomescan/+bug/217753

I'll try the PPA and I'll give feedback.


** This bug has been marked a duplicate of bug 217753
   flegita doesn't show device-choice-dialog and backfires

-- 
Gnome Scan fails to find USB scanner with 'The scan backend returned the 
following error: Invalid argument'
https://bugs.launchpad.net/bugs/312097
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 217753] Re: flegita doesn't show device-choice-dialog and backfires

2009-04-10 Thread mavosaure
Hi!

Using Intrepid, I've got exactly the same problem with a multifunction printer 
 scan HP C5280.
Notice that I'm using a laptop (Dell studio 17) with an integrated webcam.
XSane works without anuy problem.

gnomescan: 0.4.1-0ubuntu4


:~$ scanimage -L
device `v4l:/dev/video0' is a Noname Laptop_Integrated_Webcam_2M virtual device
device `hpaio:/usb/Photosmart_C5200_series?serial=MY88SG215C0559' is a 
Hewlett-Packard Photosmart_C5200_series all-in-one

:~$  scanimage
scanimage: open of device v4l:/dev/video0 failed: Invalid argument.


Note although that the bug #312097 seems to be a duplicate from this one.
https://bugs.launchpad.net/ubuntu/+bug/312097

I'll try the PPA and I'll give feedback.

-- 
flegita doesn't show device-choice-dialog and backfires
https://bugs.launchpad.net/bugs/217753
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 115453] Re: Login window - selection of the gdm theme

2009-04-10 Thread ch_a_m_p
This bug still appears in 8.10 and 9.04 beta.

When a user change a login window theme on the first time that ubuntu
was installed, It will change selected option to Random from selected
with some selected theme (that the user didn't select himself).

-- 
Login window - selection of the gdm theme
https://bugs.launchpad.net/bugs/115453
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 115453] Re: Login window - selection of the gdm theme

2009-04-10 Thread ch_a_m_p
I confirm that this bug still appears in many version of Ubuntu.
(however, this is not an important bug)

** Package changed: ubuntu = gdm (Ubuntu)

** Changed in: gdm (Ubuntu)
   Status: Invalid = Confirmed

-- 
Login window - selection of the gdm theme
https://bugs.launchpad.net/bugs/115453
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 357365] Re: Keybindings consisting completely of modifier keys no longer work

2009-04-10 Thread Steve Beattie
Confirming behavior on jaunty, not sure if this is an issue with compiz
itself or the settings manager.

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

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

** Changed in: compiz (Ubuntu)
 Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team)

-- 
Keybindings consisting completely of modifier keys no longer work
https://bugs.launchpad.net/bugs/357365
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 357148] Re: cdrom module is missing

2009-04-10 Thread Iain McCoy
Mostly, syslog shows nothing when I insert a CD. Once, it had some stuff
about kernel ata1 exceptions. It's in the attachment.

** Attachment added: syslog-after-inserting-cd
   http://launchpadlibrarian.net/25186580/syslog-after-inserting-cd

-- 
cdrom module is missing
https://bugs.launchpad.net/bugs/357148
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 358927] [NEW] Can't find how to print apt. and description for appointments for date range

2009-04-10 Thread James Blackwell
Public bug reported:

Binary package hint: evolution

Evolution: 2.24.3-0ubuntu1
Distro: Ubuntu 8.10

What I expected to happen:

I can't find the way to print a list of appointments and descriptions
over a long range of time in evolution. My goal is to track my health
notes in the calendar, right next to Dr. Appointments (which have their
own descriptions). With such a list printed out, I can make sure I cover
everything with the doctor.

However, I can't find any way to print a list of appointments with
associated descriptions for a range of dates. I'm hoping to print out
four to six month ranges along the lines of :

Health
 15 Jan, 2009 - 15 Jan, 2009
 Sick
 Couldn't keep down food for more than an hour. 

Health
 2 Feb, 2009 - 2 Feb, 2009
 SIck
Fever for three days

Health
 4 April, 2009 10:00 - 4 April, 2009 10:30
 Endo Clinic
   Told to continue monthly shot. Cholesterol results were positive. Dr. Needs 
IGF-1 and GH.

Health
 4 April, 2009 3:00 - 4 April, 2009
 Dr. , PCH
   Prescribed Chantix. Agreed to schedule new MRI if Endo will describe the 
type of scan that's needed.

Health
 6 April, 2009 - 6 April, 2009
 Endo walkin
   See shot appiontment 6 April

Health
 6 April, 2009 11:00 - 6 April, 2009 11:45
 Shot
   Found out PCH canceled shot because Endo hadn't sent the paperwork in time. 
Used backup prescription.


And so on, for several months of appointments and notes at a time.

What I found instead:

- Print preview on day, workweek, week and month only shows appointments for 
one day, workweek, and month respectively, does not show descriptions.
- List view shows appointment name, start  end dates, but does not show 
description and does not print more than a month at a time.
- Advanced search does not provide the option to specify a date range.
-

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

-- 
Can't find how to print apt. and description for appointments for date range
https://bugs.launchpad.net/bugs/358927
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 354732] Re: Fan control broke in 2.6.27-11

2009-04-10 Thread Bryan Wu
Rob,

It looks like this issue was gone away since 2.6.27-11.31 kernel release
on intrepid. So I highly suggest that you try the Jaunty beta release on
you machine to verify this issue as Leann mentioned this bug tracker.

Or if you have time, please test other 2.6.27-11.xx kernel such as
2.6.27-11.21 to help us narrow down the target kernel version.

Thanks a lot
-Bryan

-- 
Fan control broke in 2.6.27-11
https://bugs.launchpad.net/bugs/354732
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 340873] Re: [Jaunty] modprobe requires .conf filenames now

2009-04-10 Thread Steve Langasek
This bug was fixed in the upload of bluez 4.32-0ubuntu4.  Changelog:

bluez (4.32-0ubuntu4) jaunty; urgency=low

  * debian/bluez-utils.preinst: Correct think-o.  LP: #350393.

 -- Scott James Remnant sc...@ubuntu.com  Wed, 01 Apr 2009 09:47:32
+0100

bluez (4.32-0ubuntu3) jaunty; urgency=low

  * debian/bluez-utils.preinst: Remove /etc/modprobe.d/bluez on upgrade

 -- Scott James Remnant sc...@ubuntu.com  Wed, 25 Mar 2009 13:43:00
+


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

-- 
[Jaunty] modprobe requires .conf filenames now
https://bugs.launchpad.net/bugs/340873
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 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-10 Thread ch_a_m_p
Confirmed in 9.04 beta

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
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 272596] Re: [intrepid]: ksysguard Monitor remote machine... not working

2009-04-10 Thread Bug Watch Updater
** Changed in: kdebase
   Status: New = Confirmed

-- 
[intrepid]: ksysguard Monitor remote machine... not working
https://bugs.launchpad.net/bugs/272596
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

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


[Bug 217753] Re: flegita doesn't show device-choice-dialog and backfires

2009-04-10 Thread mavosaure
@ Étienne BERSAC :
Using your PPA, I've got a warning message about partial update :
Certaines mises à jour ne peuvent pas être installées

I suppose that it's due to the fact of a difference in the name of the packages 
: 
~$ apt-cache policy gnomescan
gnomescan:
  Installé : 0.4.1-0ubuntu4
  Candidat : 0.4.1-0ubuntu4
 Table de version :
 *** 0.4.1-0ubuntu4 0
500 http://fr.archive.ubuntu.com intrepid/universe Packages
100 /var/lib/dpkg/status

~$ apt-cache policy gnome-scan 
gnome-scan:
  Installé : (aucun)
  Candidat : 0.6.2-0ubuntu1~ppa1
 Table de version :
 0.6.2-0ubuntu1~ppa1 0
500 http://ppa.launchpad.net intrepid/main Packages

So I'll try to remove gnomescan and add your gnome-scan.

-- 
flegita doesn't show device-choice-dialog and backfires
https://bugs.launchpad.net/bugs/217753
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 357231] Re: Installing a network printer (Dell 1320c) with cups in Xubuntu makes that it only prints 3 pages of each job. It works perfectly in Ubuntu (8.04 and 8.10)

2009-04-10 Thread ikkepjo
I apologise, I should have been more clear:

I installed from scratch (reformat and all) Ubuntu 8.10

I then checked the printer, it works as expected

I note that cups-driver-gutenprint is intalled

I then installed xubuntu-desktop with synaptic

I notice that 122 packages are installed, amongst which cupsys-driver-
gutenprint (the one labeled transitional)

I then checked the printer, it starts exhibiting the broken behavior:
max 3 pages of a document roll out and then it is in error

I do not know how to check whether cupsys-driver-gutenprint is actually
used, and whether it is the problem. If somebody can enlighten me, I am
quite prepared to test whatever, but at this stage I am somewhat at
loss.

Regards,

Peter

-- 
Installing a network printer (Dell 1320c) with cups in Xubuntu makes that it 
only prints 3 pages of each job. It works perfectly in Ubuntu (8.04 and 8.10)
https://bugs.launchpad.net/bugs/357231
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 339982] Re: [i945 GMA950] X freezes about once a week

2009-04-10 Thread Steve Alexander
Yes, about once a week when I'm regularly using the laptop for regular
stuff like email, web browsing, word processing and all that.  Not
generally for compiling code.

I haven't found anything that obviously triggers the problem.

-- 
[i945 GMA950] X freezes about once a week
https://bugs.launchpad.net/bugs/339982
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 151867] Re: vpn pptp on Kubuntu is not available

2009-04-10 Thread William Hood
Vishal,

It doesn't look like the new plasmoid will supported PPTP for Jaunty,
but I wouldn't let it be a deal-breaker.  If you install the package
network-manager-gnome, remove the Network Manager Plasmoid from your
desktop, put a link in ~/.kde/Autostart to /usr/bin/nm-applet, then
restart KDE, you will be able to run KDE, but will instead have the
Gnome network manager applet (complete with PPTP VPN) running in your
System Tray.  I'd rather use the new Plasmoid, but I may well have to
wait for October.  Until then, no I'd rather not downgrade to Gnome over
one issue.

-- 
vpn pptp on Kubuntu is not available
https://bugs.launchpad.net/bugs/151867
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-network-manager in ubuntu.

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


[Bug 358932] [NEW] package bash-doc None [modified: /var/lib/dpkg/info/bash-doc.list] failed to install/upgrade: trying to overwrite `/usr/share/info/dir.old.gz', which is also in package gnupod-tools

2009-04-10 Thread Stanislav Pika
Public bug reported:

Binary package hint: bash

Use Ubuntu 8.10, just tried to install bash-doc, but failed. Have to
first uninstall gnupod-tools, and only then install bash-doc. Trying to
reinstall gnupod-tools after that gives me the same error.

ProblemType: Package
Architecture: i386
Dependencies:
 
DistroRelease: Ubuntu 8.10
ErrorMessage: trying to overwrite `/usr/share/info/dir.old.gz', which is also 
in package gnupod-tools
Package: bash-doc None [modified: /var/lib/dpkg/info/bash-doc.list]
PackageArchitecture: all
SourcePackage: bash
Title: package bash-doc None [modified: /var/lib/dpkg/info/bash-doc.list] 
failed to install/upgrade: trying to overwrite `/usr/share/info/dir.old.gz', 
which is also in package gnupod-tools
Uname: Linux 2.6.27-11-generic i686

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


** Tags: apport-package

-- 
package bash-doc None [modified: /var/lib/dpkg/info/bash-doc.list] failed to 
install/upgrade: trying to overwrite `/usr/share/info/dir.old.gz', which is 
also in package gnupod-tools
https://bugs.launchpad.net/bugs/358932
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 358932] Re: package bash-doc None [modified: /var/lib/dpkg/info/bash-doc.list] failed to install/upgrade: trying to overwrite `/usr/share/info/dir.old.gz', which is also in package gnupod-tools

2009-04-10 Thread Stanislav Pika

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

-- 
package bash-doc None [modified: /var/lib/dpkg/info/bash-doc.list] failed to 
install/upgrade: trying to overwrite `/usr/share/info/dir.old.gz', which is 
also in package gnupod-tools
https://bugs.launchpad.net/bugs/358932
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 358931] [NEW] GNOME (panel?) chooses monitor for panels randomly

2009-04-10 Thread Lars Wirzenius
Public bug reported:

I have two identical monitors attached to my desktop machine. There does
not seem to be a way for me to tell GNOME that I want the panels on the
right monitor and not the left one. Sometimes it puts them on one,
sometimes on the other.

I tried to fix this by swapping the monitors in gnome-desktop-
properties, but that resulted in the right monitor going completely
black, and undoing that made the left one go black, too.

ProblemType: Bug
Architecture: amd64
Dependencies:
 
DistroRelease: Ubuntu 9.04
Package: gnome None [modified: /var/lib/dpkg/info/gnome.list]
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=fi_FI.UTF-8
 SHELL=/bin/bash
SourcePackage: meta-gnome2
Uname: Linux 2.6.28-11-generic x86_64
UnreportableReason: Tämä ei ole alkuperäinen Ubuntu-paketti

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


** Tags: amd64 apport-bug

-- 
GNOME (panel?) chooses monitor for panels randomly
https://bugs.launchpad.net/bugs/358931
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 357231] Re: Installing a network printer (Dell 1320c) with cups in Xubuntu makes that it only prints 3 pages of each job. It works perfectly in Ubuntu (8.04 and 8.10)

2009-04-10 Thread ikkepjo
Forgot to add in the last comment:

both cups-driver-gutenprint and cupsys-driver-gutenprint are now
installed. My pc is now Ubuntu and Xubuntu capable. Log in with Gdm: the
printer works fine, login with Xfce: the printer does not work fine

So how come cups calls a different driver depending on the window
manager?

Regards,

Peter

-- 
Installing a network printer (Dell 1320c) with cups in Xubuntu makes that it 
only prints 3 pages of each job. It works perfectly in Ubuntu (8.04 and 8.10)
https://bugs.launchpad.net/bugs/357231
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 356374] Re: Widget layer disappears when interacting with applications within the widget layer

2009-04-10 Thread Steve Beattie
Reproduced this behavior on jaunty, confirming.

** Package changed: compiz (Ubuntu) = compiz-fusion-plugins-extra
(Ubuntu)

** Changed in: compiz-fusion-plugins-extra (Ubuntu)
   Importance: Undecided = Medium

** Changed in: compiz-fusion-plugins-extra (Ubuntu)
   Status: New = Confirmed

** Changed in: compiz-fusion-plugins-extra (Ubuntu)
 Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team)

-- 
Widget layer disappears when interacting with applications within the widget 
layer
https://bugs.launchpad.net/bugs/356374
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 330833] Re: NetworkManager always overwrites default route when connecting to OpenVPN network

2009-04-10 Thread Steve Beattie
Closing the network-manager component portion of the task.

** Changed in: network-manager (Ubuntu)
   Status: New = Invalid

-- 
NetworkManager always overwrites default route when connecting to OpenVPN 
network 
https://bugs.launchpad.net/bugs/330833
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 297965] Re: ath9k performances are unacceptable

2009-04-10 Thread Romuald
Dear Jeff and Barrett,
The ath9k performance problem has been fixed in the latest Intrepid updates. 
Now the problem comes from stability, please check out the related bug : 
https://bugs.launchpad.net/bugs/333730

We need to change its state from incomplete to confirmed.

Thanks.

-- 
ath9k performances are unacceptable
https://bugs.launchpad.net/bugs/297965
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 354732] Re: Fan control broke in 2.6.27-11

2009-04-10 Thread Bryan Wu
Rob,

One thing, the latest kernel version on Intrepid 8.10 should be
2.6.27-14.32. Could you please try that?

-Bryan

-- 
Fan control broke in 2.6.27-11
https://bugs.launchpad.net/bugs/354732
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 358643] Re: Xorg crashed with SIGSEGV in DeleteInputDeviceRequest()

2009-04-10 Thread Steve Langasek
ideally we would transition xorg.conf on upgrade to jaunty; barring
that, this does need to go in the release notes.

** Also affects: ubuntu-release-notes
   Importance: Undecided
   Status: New

** Also affects: wacom-tools (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

** Also affects: xorg-server (Ubuntu Jaunty)
   Importance: Undecided
   Status: Invalid

** Changed in: wacom-tools (Ubuntu Jaunty)
   Importance: Undecided = Medium

** Changed in: wacom-tools (Ubuntu Jaunty)
   Status: New = Confirmed

-- 
Xorg crashed with SIGSEGV in DeleteInputDeviceRequest()
https://bugs.launchpad.net/bugs/358643
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 356781] Re: update-manager: Fatal IO error: client killed

2009-04-10 Thread Dave Dombrosky

** Attachment added: apt.log
   http://launchpadlibrarian.net/25186916/apt.log

-- 
update-manager: Fatal IO error: client killed
https://bugs.launchpad.net/bugs/356781
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 358643] Re: Xorg crashed with SIGSEGV in DeleteInputDeviceRequest()

2009-04-10 Thread Steve Langasek
Timo, can you please look at the feasibility of xorg.conf auto-
migration?

** Changed in: wacom-tools (Ubuntu Jaunty)
 Assignee: (unassigned) = Timo Aaltonen (tjaalton)

-- 
Xorg crashed with SIGSEGV in DeleteInputDeviceRequest()
https://bugs.launchpad.net/bugs/358643
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 344022] Re: RaLink RT2860 won't connect to 802.11n WPA2 networks

2009-04-10 Thread Laurent GUERBY
Something I noticed: when I first try to connect to my WPA network I
enter the secret key, then it fails as described here and show again the
popup to enter the ascii secret key but the secret key I entered is not
the one in the dialog, instead I have a long string of hexa digits.

-- 
RaLink RT2860 won't connect to 802.11n WPA2 networks
https://bugs.launchpad.net/bugs/344022
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 217753] Re: flegita doesn't show device-choice-dialog and backfires

2009-04-10 Thread mavosaure
Yeah!

It works perfectly for me.
Thanks for this update!
I think the status could be changed to fix commited or fix released... but 
don't want to do any mistake.

I know that's Jaunty's release is not so far, but it could be a good
idea to backport this package?

@ Étienne BERSAC :
note also this awfull bug in your PPA's package : URL project is wrong in the 
about dialog! ;-)

Merci pour cette appli beaucoup plus agréable visuellement que
XSane! :-D

-- 
flegita doesn't show device-choice-dialog and backfires
https://bugs.launchpad.net/bugs/217753
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 356781] Re: update-manager: Fatal IO error: client killed

2009-04-10 Thread Dave Dombrosky

** Attachment added: term.log
   http://launchpadlibrarian.net/25186921/term.log

-- 
update-manager: Fatal IO error: client killed
https://bugs.launchpad.net/bugs/356781
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 356781] Re: update-manager: Fatal IO error: client killed

2009-04-10 Thread Dave Dombrosky
Nevermind about apport.  I was guessing the apport fix was why this bug
got closed, but I just noticed that the changelog references this bug
for deal with pre-configure errors more cleanly.  After realizing
this, I looked at my dist-upgrade logs and they appear to be different
from what I uploaded before.

** Attachment added: main.log
   http://launchpadlibrarian.net/25186902/main.log

-- 
update-manager: Fatal IO error: client killed
https://bugs.launchpad.net/bugs/356781
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 357108] Re: During file transfer, the GNOME file browser appears but is in an incomplete and unusable state.

2009-04-10 Thread Rocco Rossi
No, not easily reproducible I believe. It doesn't  happen often, just
occasionally, but it's there.

2009/4/9 Sebastien Bacher seb...@ubuntu.com

 Thank you for taking the time to report this bug and helping to make Ubuntu
 better. Please answer these questions:

  * Is this reproducible?
  * If so, what specific steps should we take to recreate this bug?

  This will help us to find and resolve the problem.

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

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

 --
 During file transfer, the GNOME file browser appears but is in an
 incomplete and unusable state.
 https://bugs.launchpad.net/bugs/357108
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
During file transfer, the GNOME file browser appears but is in an incomplete 
and unusable state.
https://bugs.launchpad.net/bugs/357108
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 348983] Re: [jaunty] PyTables does not work for Python 2.6

2009-04-10 Thread jhn
I have the same problem and I think that this is the relevant upstream bug. 
http://www.pytables.org/trac/ticket/183
This version of this package in ubuntu is a bit old. The newest
version is 2.1.1 and I think the bug was fixed in 2.1 (from December last year)
 

** Bug watch added: PyTables Trac #183
   http://www.pytables.org/trac/ticket/183

-- 
[jaunty] PyTables does not work for Python 2.6
https://bugs.launchpad.net/bugs/348983
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 357544] Re: Xorg crashed with SIGSEGV in ActivateDevice()

2009-04-10 Thread kelvie
I'm fairly certain it's this line (or whenever priv is dereferenced
later if it's not built in debug):

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7a386d0 (LWP 11461)]
xf86WcmDevProc (pWcm=0xb7fa500, what=0) at ../../../src/xdrv/xf86Wacom.c:1014
1014DBG(2, priv-debugLevel, ErrorF(BEGIN xf86WcmProc dev=%p 
priv=%p 
(gdb) bt
   
#0  xf86WcmDevProc (pWcm=0xb7fa500, what=0) at 
../../../src/xdrv/xf86Wacom.c:1014  
#1  0x0808662f in ActivateDevice () 
   
#2  0x080d89a4 in OpenInputDevice ()
   
#3  0x0818bf8a in ProcXOpenDevice ()
   
#4  0x08187713 in ?? () 
   
#5  0x0808d57f in Dispatch ()   
   
#6  0x080722ed in main ()   
   
(gdb) l 
   
1009static int xf86WcmDevProc(DeviceIntPtr pWcm, int what)  
   
1010{   
   
1011LocalDevicePtr local = 
(LocalDevicePtr)pWcm-public.devicePrivate; 
1012WacomDevicePtr priv = (WacomDevicePtr)PRIVATE(pWcm);
   
1013
   
1014DBG(2, priv-debugLevel, ErrorF(BEGIN xf86WcmProc dev=%p 
priv=%p 
1015type=%s(%s) flags=%d fd=%d what=%s\n, 
   
1016(void *)pWcm, (void *)priv, 
   
1017IsStylus(priv) ? stylus : 
   
1018IsCursor(priv) ? cursor : 
   
(gdb) l 
   
1019IsPad(priv) ? pad : eraser, 
   
1020local-name, priv-flags, local ? local-fd : 
-1,
1021(what == DEVICE_INIT) ? INIT :
1022(what == DEVICE_OFF) ? OFF :
1023(what == DEVICE_ON) ? ON :
1024(what == DEVICE_CLOSE) ? CLOSE : ???));
1025
1026switch (what)
1027{
1028/* All devices must be opened here to initialize and
(gdb) print priv
$1 = (WacomDevicePtr) 0x1

-- 
Xorg crashed with SIGSEGV in ActivateDevice()
https://bugs.launchpad.net/bugs/357544
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 280518] Re: Brightness Applet/Brightness Keys Do Not Work In Gateway M-7315u Laptop

2009-04-10 Thread Steve Langasek
please provide the output of the following commands:
lspci -vvnn
lshal

** Package changed: gnome-power-manager (Ubuntu) = hal (Ubuntu)

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

-- 
Brightness Applet/Brightness Keys Do Not Work In Gateway M-7315u Laptop
https://bugs.launchpad.net/bugs/280518
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 358938] [NEW] [] suspend/resume failure

2009-04-10 Thread Jochen Schneider
Public bug reported:

well, the subject says it all ...

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
InterpreterPath: /usr/bin/python2.6
Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType:
 
Package: linux-image-2.6.28-11-generic 2.6.28-11.40
ProcAttrCurrent: unconfined
ProcCmdLine: root=UUID=59ba4cb0-b145-4d3a-9532-91e1bd4509e1 ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.28-11.40-generic
SourcePackage: linux
Tags: resume suspend
Title: [] suspend/resume failure
UserGroups:

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


** Tags: apport-kerneloops i386 resume suspend

-- 
[] suspend/resume failure
https://bugs.launchpad.net/bugs/358938
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 358936] Re: evolution crashed with SIGSEGV in g_ascii_strcasecmp()

2009-04-10 Thread Apport retracing service
*** This bug is a duplicate of bug 358104 ***
https://bugs.launchpad.net/bugs/358104

** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/25187090/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/25187091/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/25187092/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/25187094/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/25187095/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/25187096/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/25187097/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/25187098/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 358104
   evolution crashed with SIGSEGV in IA__g_ascii_strcasecmp()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

-- 
evolution crashed with SIGSEGV in g_ascii_strcasecmp()
https://bugs.launchpad.net/bugs/358936
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 358043] Re: pidgin crashed with SIGSEGV in _purple_connection_destroy()

2009-04-10 Thread BigBrownChunx
Have fixed this bug in svn

-- 
pidgin crashed with SIGSEGV in _purple_connection_destroy()
https://bugs.launchpad.net/bugs/358043
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 358938] Re: [] suspend/resume failure

2009-04-10 Thread Jochen Schneider

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

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

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

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

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

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

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

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

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

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

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

-- 
[] suspend/resume failure
https://bugs.launchpad.net/bugs/358938
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 356339] Re: package tzdata 2009d-0ubuntu0.8.10 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-04-10 Thread David Bredenberg
just as a fyi.  this was  thrown  during by  system update applet.i
didn't see any  reference to  tzdata (was updating  cups)

re-ran update from  applet and didn't  get  error.

don't know if this helps.

dcb

-- 
package tzdata 2009d-0ubuntu0.8.10 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/356339
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 351009] Re: (jaunty) Network manager for ADSL connection not working

2009-04-10 Thread Biji
Ok, I found it.. this bug only happen when root session is active ( sudo su at 
any console)
I think this is not network-manager related but maybe consolekit or pam
this bug may also effect in wifi WEP connection

-- 
(jaunty) Network manager for ADSL connection not working
https://bugs.launchpad.net/bugs/351009
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 358939] Re: kmail crashed with SIGSEGV

2009-04-10 Thread Dirk Deimeke

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

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

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

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

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

** Visibility changed to: Public

-- 
kmail crashed with SIGSEGV
https://bugs.launchpad.net/bugs/358939
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 358937] Re: System-Testing app crashed on clicking next button after submitting the test

2009-04-10 Thread Apport retracing service
*** This bug is a duplicate of bug 350911 ***
https://bugs.launchpad.net/bugs/350911

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/25187125/Dependencies.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/25187126/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/25187127/ProcStatus.txt

** This bug has been marked a duplicate of bug 350911
   run crashed with RuntimeError in on_dialog_response()

** Visibility changed to: Public

-- 
System-Testing app crashed on clicking next button after submitting the test
https://bugs.launchpad.net/bugs/358937
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 357455] Re: Shutdown menu option has ... but action is immediate

2009-04-10 Thread David Barth
Hi Paul,

Do you confirm that it is indeed the same bug? That is, that you
systematically have 2 pseudo sessions opened?

-- 
Shutdown menu option has ... but action is immediate
https://bugs.launchpad.net/bugs/357455
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 358941] [NEW] 100% CPU usage when using an LDAP directory addressbook and activating Autocompletion

2009-04-10 Thread David Planella
Public bug reported:

Binary package hint: evolution

When using evolution with an addressbook configured to access an LDAP
directory, the evolution-data-server-2.24 process will use 100% CPU at
random times.

Once started using 100% of the CPU, it will stay this way, even when
quitting Evolution through the menus. The only way to stop the CPU usage
is to use the following command:

evolution --force-shutdown

However, when starting Evolution again, the problem occurs exactly in
the same way again.

A workaround is to disable Autocompletion for the particular LDAP
addressbook under EditPreferencesAutocompletion.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
NonfreeKernelModules: nvidia
Package: evolution 2.24.3-0ubuntu1
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games:/usr/local/avr/bin
 LANG=ca_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.27-14-generic i686

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

** Affects: evolution (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: apport-bug

-- 
100% CPU usage when using an LDAP directory addressbook and activating 
Autocompletion
https://bugs.launchpad.net/bugs/358941
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 358941] Re: 100% CPU usage when using an LDAP directory addressbook and activating Autocompletion

2009-04-10 Thread David Planella

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

** Bug watch added: Debian Bug tracker #480201
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480201

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

-- 
100% CPU usage when using an LDAP directory addressbook and activating 
Autocompletion
https://bugs.launchpad.net/bugs/358941
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   >