[Bug 363576] Re: problem accessing shared folders

2009-04-22 Thread Thierry Carrez
Thanks for the extra info. I think there is no bug here.
When you use libsmbclient (by smbclient or nautilus) to access 
//nasdrive/public it must first resolve nasdrive to an IP address. It does so 
by several methods, trying by default in that order: lmhosts, host, wins, 
bcast. In your case it first tries to find nasdrive in /etc/samba/lmhosts but 
it's not there. Then it tries classic name resolution... and there it finds a 
match: nasdrive = 206.112.100.151.

So it means something in your name resolution (/etc/hosts file, DNS...)
resolves nasdrive as 206.112.100.151. For example you're using
OpenDNS and it is kind enough to answer something completely wrong based
on its search engine. In all cases, it's not a bug in samba.

Solutions to fixing it include:
- rename nasdrive to something your name resolution won't find
- fix your name resolution so that ping nasdrive doesn't go to 206.112.100.151
- add nasdrive to your lmhosts file
- changing name resolve order in /etc/samba/smb.conf so that bcast appears 
before host and the nasdrive name is found by broadcast rather than host 
resolution (noisy and wrong, like what Windows does)

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

-- 
problem accessing shared folders
https://bugs.launchpad.net/bugs/363576
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 350291] Re: Samba cannot resolv ip

2009-04-22 Thread Thierry Carrez
Also
- Does using -R bcast option in smbclient help ?
- Please send the output of the smbclient failure with -d4 debug level.

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

-- 
Samba cannot resolv ip
https://bugs.launchpad.net/bugs/350291
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 363083] Re: [samba] tree connect failed

2009-04-22 Thread Thierry Carrez
Eh, thanks :)
I've tried unsuccessfully to reproduce the setup, works for me under Intrepid.

Just to be sure, could you please give me the output of the following command:
testparm -v -s | grep usershare
Then you can uncomment (by removing leading ;) the following line in 
/etc/samba/smb.conf:
;   usershare max shares = 100
and try smbclient //nkbp/public again...

-- 
[samba] tree connect failed
https://bugs.launchpad.net/bugs/363083
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 348126] Re: ssh are using ssh-userauth but ignores private key

2009-04-22 Thread Claus
I have not read all post, but I think I have found the reason of this. 
I have two keys. One works without problems, the other don't work. 
The correct working key is a dsa key. The rsa key don't work.

I hope this will help a little bit.

-- 
ssh are using ssh-userauth but ignores private key
https://bugs.launchpad.net/bugs/348126
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 191251] Re: [needs-packaging] php5-embed

2009-04-22 Thread Lawrence
Is this package/feature available somewhere?

-- 
[needs-packaging] php5-embed
https://bugs.launchpad.net/bugs/191251
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 217159] Re: slapd + gnutls fails

2009-04-22 Thread Adrian Bridgett
FWIW I've got the same on a debian box I've just upgraded from etch to lenny:
slapd 2.4.11-1
libldap-2.4-2 2.4.11-1
libgnutls26 2.4.2-6+lenny1

certs are not blacklisted (checked ca and server), gnutls-serv works
fine.

tracign with openssl shows a very quick reply:
openssl s_client -connect localhost:636  -debug
CONNECTED(0003)
write to 0x68d7c0 [0x68e390] (118 bytes = 118 (0x76))
 - 80 74 01 03 01 00 4b 00-00 00 20 00 00 39 00 00   .tK... ..9..
0010 - 38 00 00 35 00 00 16 00-00 13 00 00 0a 07 00 c0   8..5
0020 - 00 00 33 00 00 32 00 00-2f 03 00 80 00 00 05 00   ..3..2../...
0030 - 00 04 01 00 80 00 00 15-00 00 12 00 00 09 06 00   
0040 - 40 00 00 14 00 00 11 00-00 08 00 00 06 04 00 80   @...
0050 - 00 00 03 02 00 80 88 ce-a0 bb 73 ed f1 ba 4a 72   ..s...Jr
0060 - de c5 25 dc 88 8d b5 8a-d7 15 10 17 68 46 a7 23   ..%.hF.#
0070 - 94 41 2e 07 92 aa .A
read from 0x68d7c0 [0x6938f0] (7 bytes = 0 (0x0))
8434:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake 
failure:s23_lib.c:188:

gnutls-cli -l shows a huge list too. permissions all seem fine (and
readable)

-- 
slapd + gnutls fails 
https://bugs.launchpad.net/bugs/217159
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


Re: [Bug 217159] Re: slapd + gnutls fails

2009-04-22 Thread Mathias Gug

Could you please include the information requested at
https://wiki.ubuntu.com/DebuggingOpenldap#ssl-client-failure?

Thank you,

-- 
Mathias Gug
Ubuntu Developer  http://www.ubuntu.com

-- 
slapd + gnutls fails 
https://bugs.launchpad.net/bugs/217159
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 317564] Re: upgrade to Subversion 1.5.5 for jaunty

2009-04-22 Thread Grizzly
How about 1.6.1 - at work, on windows, I always have the latest slik-svn and 
tortoissvn with easy popup update notification. Now I have upgraded to 1.6.1 
all my repos and can't use them on linux any more...
But 1.6.1 is so cool - it can pack every slice (usually 1000 revisions) of a 
repo into just one optimised file with the svnadmin pack command. And its _WAY_ 
faster because they keep a lot of stuff no more in XML format, so says the 
subversion book... If git were not behind also, svn for the main repo and 
git-svn for an offline copy would be fine.
OK - there's also bazaar and mercural and ... but still, svn is enough for most 
scenarios and I would like to work with the most recent version to profit from 
innovation - if it were in jaunty proposed that would be enough OR some info 
how to get a ppa for .debs...

-- 
upgrade to Subversion 1.5.5 for jaunty
https://bugs.launchpad.net/bugs/317564
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 217159] Re: slapd + gnutls fails

2009-04-22 Thread Adrian Bridgett
sure:

/etc/ldap/ldap.conf:
BASE dc=opsera,dc=com
URI  ldap://foo.opsera.com
TLS_CACERT /etc/ssl/certs/ca.opsera.com.crt
TLS_REQCERT demand

TLS_CACERT file:
-BEGIN CERTIFICATE-
MIIEUTCCAzmgAwIBAgIJAI+dj7GhDEy1MA0GCSqGSIb3DQEBBQUAMHgxCzAJBgNV
BAYTAkdCMRIwEAYDVQQIEwlCZXJrc2hpcmUxEDAOBgNVBAcTB1JlYWRpbmcxDzAN
BgNVBAoTBk9wc2VyYTESMBAGA1UEAxMJT3BzZXJhIENBMR4wHAYJKoZIhvcNAQkB
Fg9yb290QG9wc2VyYS5jb20wHhcNMDgwNTE0MTEyNDAxWhcNMTgwNTEyMTEyNDAx
WjB4MQswCQYDVQQGEwJHQjESMBAGA1UECBMJQmVya3NoaXJlMRAwDgYDVQQHEwdS
ZWFkaW5nMQ8wDQYDVQQKEwZPcHNlcmExEjAQBgNVBAMTCU9wc2VyYSBDQTEeMBwG
CSqGSIb3DQEJARYPcm9vdEBvcHNlcmEuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOC
AQ8AMIIBCgKCAQEA5NBn4qZQmpNSfAZGicY11YoRbG2ZW+IMNd6P0t3uqbqlS/xd
toLXiLQOKcm0k1FdBXgeredDAd7Lm0KOvXOu85oDcSB4Y+8Xny0ug/oyw5HhrvaT
ACP4DdFkVK0rOncpgqjUoPPlHpAtRE+vruxgYqG4WHRZQv2aIfDCLP1vorLNLl68
JoPsTfP8O4ISOHVY5KlmngOjBeU0JuFP7luFoPshXbxpQ8VL2frTNLV3SKpU7zMe
QGkUh+86HSCKxk3ahq5grZIYLm+RlOXORTisT8xK6VWTDO1O0DF1HnVN/pkx6AwN
HyC4sveyYzm4f+nwVTFd/vKXVRHWJoKLltSUkwIDAQABo4HdMIHaMB0GA1UdDgQW
BBQ7ztgRvxawSnughvTiN0BuzzrOMDCBqgYDVR0jBIGiMIGfgBQ7ztgRvxawSnug
hvTiN0BuzzrOMKF8pHoweDELMAkGA1UEBhMCR0IxEjAQBgNVBAgTCUJlcmtzaGly
ZTEQMA4GA1UEBxMHUmVhZGluZzEPMA0GA1UEChMGT3BzZXJhMRIwEAYDVQQDEwlP
cHNlcmEgQ0ExHjAcBgkqhkiG9w0BCQEWD3Jvb3RAb3BzZXJhLmNvbYIJAI+dj7Gh
DEy1MAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBAKtJww1eJjGtr3c4
xrvRfNlS5FJphmh6xqIyTJf7cglcOziob/FtPD7HJ3FLq2dj1uwRlbreTzTmpajl
hr4h/2gxjLTjrMSriLbHjuBhuotHa8/NsuFm3USWZyca0zASOQV4+yGu4AydUmo5
vcOymiVZ4JWprPC4bmALti8ykqejDjhydcl8Vd9nLKz8KuU1EwBMWHtBjSfkuAao
IxJZHNTpi+iBXRFguola0aTX3K0g1+IABaYKb1MUerszmvXdqaJ0KnszT79d9R2u
XavJFc33egXQUO7K/Vm0tg2+phP7QbRwix95pNP8jkalWbCuXMDbMqLNBN28+u3V
w4gO30E=
-END CERTIFICATE-

gnutls-cli output:
Connecting to '127.0.1.1:636'...
*** Fatal error: A TLS packet with unexpected length was received.
*** Handshake has failed
GNUTLS ERROR: A TLS packet with unexpected length was received.

package versions:
gnutls-bin 2.4.2-6+lenny1 gnutls26 install ok installed
ldap-utils 2.4.11-1 openldap install ok installed
libgnutls26 2.4.2-6+lenny1 gnutls26 install ok installed
libldap-2.4-2 2.4.11-1 openldap install ok installed
libnss-ldap 261-2.1  install ok installed
libpam-ldap 184-4.2  install ok installed
slapd 2.4.11-1 openldap install ok installed
sudo-ldap 1.6.9p17-2.1 sudo install ok installed

ldapsearch:
ldap_url_parse_ext(ldaps://foo.opsera.com/)
ldap_create
ldap_url_parse_ext(ldaps://foo.opsera.com:636/??base)
ldap_sasl_bind
ldap_send_initial_request
ldap_new_connection 1 1 0
ldap_int_open_connection
ldap_connect_to_host: TCP foo.opsera.com:636
ldap_new_socket: 3
ldap_prepare_socket: 3
ldap_connect_to_host: Trying 127.0.1.1:636
ldap_pvt_connect: fd: 3 tm: -1 async: 0
tls_write: want=93, written=93
  :  16 03 02 00 58 01 00 00  54 03 02 49 ef 6d 28 ac   X...T..I.m(.  
  0010:  b6 ff 62 fd 12 78 93 a8  58 cb f7 39 a6 b7 61 59   ..b..x..X..9..aY  
  0020:  1e 8f f4 5a 5d 4c a6 83  b5 73 d0 00 00 24 00 33   ...Z]L...s...$.3  
  0030:  00 45 00 39 00 88 00 16  00 32 00 44 00 38 00 87   .E.9.2.D.8..  
  0040:  00 13 00 66 00 2f 00 41  00 35 00 84 00 0a 00 05   ...f./.A.5..  
  0050:  00 04 01 00 00 07 00 09  00 03 02 00 01. 
tls_read: want=5, got=0

TLS: can't connect: A TLS packet with unexpected length was received..
ldap_err2string
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)

-- 
slapd + gnutls fails 
https://bugs.launchpad.net/bugs/217159
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


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

2009-04-22 Thread Ernst Kloppenburg
Public bug reported:

Binary package hint: samba-common

on update to jaunty, configuration questions are asked in curses dialog
inside the terminal-window of the update manager.

But debconf is configured to use kde, and questions for other packages
actually have been asked with kde dialogs

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

-- 
on update to jaunty, configuration questions are asked in curses dialog but 
debconf is configured to use kde
https://bugs.launchpad.net/bugs/365259
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 363083] Re: [samba] tree connect failed

2009-04-22 Thread rems14
Hi,

This is the command you request me :

rem...@nkbp:~$ testparm -v -s | grep usershare
Load smb config files from /etc/samba/smb.conf
Processing section [printers]
Processing section [print$]
Loaded services file OK.
Server role: ROLE_STANDALONE
usershare allow guests = Yes
usershare max shares = 100
usershare owner only = Yes
usershare path = /var/lib/samba/usershares
usershare prefix allow list = 
usershare prefix deny list = 
usershare template share =

I uncomment the line in smb.conf and restart samba, but it doesn't work.

-- 
[samba] tree connect failed
https://bugs.launchpad.net/bugs/363083
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 358612] Re: X11 forwarding fails (Invalid MIT-MAGIC-COOKIE)

2009-04-22 Thread Andrew Schulman
Bernie, thanks.  You are correct, XAuthLocation wasn't correctly set,
and this was the cause of the problem.

I didn't set XAuthLocation at all, so ssh used the default value, which
ssh_config(5) says is /usr/bin/X11/xauth.  But in Ubuntu xauth is
/usr/bin/xauth.  Setting XAuthLocation /usr/bin/xauth in my ssh config
solved the problem.

Since xauth is /usr/bin/xauth and not /usr/bin/X11/xauth in Ubuntu, it
seems that Ubuntu's openssh-client should change its default value of
XAuthLocation.  Debian solves this by making /usr/bin/X11 a symlink to .
, but that seems like an overbroad solution for just this problem.

Thanks,
Andrew.

-- 
X11 forwarding fails (Invalid MIT-MAGIC-COOKIE)
https://bugs.launchpad.net/bugs/358612
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 363576] Re: problem accessing shared folders

2009-04-22 Thread James Pakko
Thanks, that was very helpful. I changed /etc/samba/smb.conf to include:
   name resolve order = lmhosts bcast host wins
and it works now.

One more question: in the response above to smbclient -d4 there is a line that 
says:
tdb(unnamed): tdb_open_ex: could not open file /var/run/samba/gencache.tdb: 
Permission denied

This looks like a bad thing. Is this bad?

-- 
problem accessing shared folders
https://bugs.launchpad.net/bugs/363576
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 364616] [NEW] Wrong iscsistart path in iscsi hook

2009-04-22 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: initramfs-tools

Problem came up after upgrade to jaunty where  iscsi root support was
added.  Path to the iscsistart binary is /sbin/iscsistart not
/usr/sbin/iscsistart as used in the copy_exec call of /usr/share
/initramfs-tools/hook/iscsi. Changing  it to

copy_exec  /sbin/iscsistart /sbin

fixes the error.

** Affects: open-iscsi (Ubuntu)
 Importance: High
 Status: Triaged

-- 
Wrong iscsistart path in iscsi hook
https://bugs.edge.launchpad.net/bugs/364616
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to open-iscsi in ubuntu.

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


[Bug 364616] Re: Wrong iscsistart path in iscsi hook

2009-04-22 Thread Colin Watson
** Package changed: initramfs-tools (Ubuntu) = open-iscsi (Ubuntu)

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

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

-- 
Wrong iscsistart path in iscsi hook
https://bugs.launchpad.net/bugs/364616
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi in ubuntu.

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


[Blueprint server-karmic-update-motd-inotify] Enhance update-motd to use inotify

2009-04-22 Thread Dustin Kirkland
Blueprint changed by Dustin Kirkland:

Whiteboard changed to:

With contribution from Jon Bernard, this feature has been mostly
implemented in upstream update-motd.

We need to do a few more, minor things to complete the feature.  Mainly,
we need an init script, or some other sticky mechanism for launching the
inotify portion of the daemon.  Scott James Remnant suggested that
upstart could be used to do this.

This blueprint suggests that we complete this functionality and use
inotify for some update-motd events.

Additionally, we should discuss the types of applications that perhaps
should be hooked to add useful information in the /etc/motd.

:-Dustin

-- 
  Enhance update-motd to use inotify
  
https://blueprints.edge.launchpad.net/ubuntu/+spec/server-karmic-update-motd-inotify

-- 
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 365390] [NEW] postfix: invalid value for smtpd_tls_mandatory_ciphers in main.cf

2009-04-22 Thread a7x
Public bug reported:

Binary package hint: postfix

postfix-2.5.5-1.1 (jaunty release candidate)

The default /etc/postfix/main.cf file contains the line:

smtpd_tls_mandatory_ciphers = medium, high

This is an invalid value; it must be either 'medium' or 'high', not
'medium, high'.  With it set to 'medium, high', sending mail via the
submission port (uncommented in master.cf) results in the following
error message in /var/log/mail.log:

Apr 23 00:20:06 socket postfix/smtpd[28385]: warning:
localhost[127.0.0.1]: invalid TLS cipher grade: medium, high: aborting
TLS session

The documentation (man 5 postconf) says this:

smtpd_tls_mandatory_ciphers (default: medium).  The minimum TLS cipher
grade that the Postfix SMTP server will use with mandatory TLS
encryption.  Cipher types listed in smtpd_tls_mandatory_exclude_ciphers
or smtpd_tls_exclude_ciphers are excluded from the base definition of
the selected cipher grade.  With opportunistic TLS encryption,  the
export grade is used unconditionally with exclusions specified only
via smtpd_tls_exclude_ciphers.

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

-- 
postfix:  invalid value for smtpd_tls_mandatory_ciphers in main.cf
https://bugs.launchpad.net/bugs/365390
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 364978] [NEW] rhythmbox's menu item 'Report a Problem' does nothing

2009-04-22 Thread malfist
Public bug reported:

Binary package hint: rhythmbox

OS: Ubuntu 9.04
Rhythmbox version: 0.12.0

Bug: When clicking on the menu item in rhythmbox labeled 'Report a bug'
under the menu 'Help' nothing happens

Repeatable: Always
Steps to reproduce:
Launch rhythmbox
Click Help - Report a Problem

Result: Menu goes away
Expected result: menu goes away; given ability to report a problem

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

-- 
rhythmbox's menu item 'Report a Problem' does nothing
https://bugs.launchpad.net/bugs/364978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364910] Re: 9.04 AMD64 RC - empty space where Flash video is supposed to be

2009-04-22 Thread Paul Weiss
I'm using the non-standard Nvidia 180.51 drivers... I don't know if they
make a difference?

-- 
9.04 AMD64 RC - empty space where Flash video is supposed to be
https://bugs.launchpad.net/bugs/364910
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364499] Re: ubiquity field for user passwords should be wider

2009-04-22 Thread Lars Wirzenius
The Kubuntu version of the installer seems to have pretty wide password
fields, even under kvm.

-- 
ubiquity field for user passwords should be wider
https://bugs.launchpad.net/bugs/364499
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 359392] Re: [i965] X freezes starting on April 3rd

2009-04-22 Thread Alba Zuccoli
I forgot to mention I experienced the freeze with Virtual 3200 1200 in
my xorg.conf.

This is my whole xorg.conf:

Section Device
Identifier  Configured Video Device
  Option XAANoOffscreenPixmaps true
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
Device  Configured Video Device

#to prevent compiz freeze flavs

 SubSection Display
  Virtual 3200 1200
 EndSubSection

EndSection

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
You received this bug notification because you are a member of Ubuntu
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] Re: GNOME (panel?) chooses monitor for panels randomly

2009-04-22 Thread Lars Wirzenius
I'll note that the randomness doesn't seem to be happening now. It's
always the same configuration: panels on the left monitor. Which is the
opposite of what I want, but at least I can live with it as long as it
doesn't keep changing.

-- 
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 242067] Re: Gadmin-proftpd don't start testing Ubuntu intrepid 64-bit

2009-04-22 Thread GetriX
Thnx for the tipps and all..=)  (and the info about the update) I hade that 
problem to...
Could not launch menu item
Failed to execute child process su-to-root (No such file or directory)

update sorted that...=)

But now i have another problem...
i can add users just fine...  but here's the problem...  i can only use account 
1...  the first one i create..
any other users just wont logon...

just keep getting a 530 error  but if i switch to the 1:st user  no 
problem...
im trying to use virtual users...  since i dont wanna add a lot of ppl to the 
server...

-- 
Gadmin-proftpd don't start testing Ubuntu intrepid 64-bit
https://bugs.launchpad.net/bugs/242067
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 359517] Re: [jaunty][regression] kstars does not support indi

2009-04-22 Thread noisymime
Yes, works fine in kubuntu.

If you add the following line to your apt sources the update should come 
through:
deb http://ppa.launchpad.net/josh-noisymime/ppa/ubuntu jaunty main

Note that you will have to uninstall indi if you've got it installed as
it conflicts with libindi0. See bug #364918

-- 
[jaunty][regression] kstars does not support indi
https://bugs.launchpad.net/bugs/359517
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364985] [NEW] graphical errors with Intel 830MG

2009-04-22 Thread Svlad
Public bug reported:

When using an Intel 830MG graphics card (e.g. as on the Thinkpad x30)
there appeard several graphical errors after a short while. For example,
on Firefox letters turn into black or grey boxes, in the terminal parts
of the lines disappear or are unreadable and you have graphical
artefacts spread over the screen. I think, this bug was known in further
realeses of ubuntu and solved successfully - so at least an
implementation of the older grapics drivers could help.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
graphical errors with Intel 830MG
https://bugs.launchpad.net/bugs/364985
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364984] [NEW] couldn't install java docs

2009-04-22 Thread Ahren
Public bug reported:

package manager launched a script that crashed

ProblemType: Package
Architecture: i386
Dependencies:
 libgcc1 1:4.3.2-1ubuntu12
 gcc-4.3-base 4.3.2-1ubuntu12
 unzip 5.52-11ubuntu1
 findutils 4.4.0-2ubuntu3
 libc6 2.8~20080505-0ubuntu9
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: sun-java6-doc 6-10-0ubuntu2
PackageArchitecture: all
SourcePackage: sun-java6
Title: package sun-java6-doc 6-10-0ubuntu2 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.27-11-generic i686

** Affects: sun-java6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
couldn't install java docs
https://bugs.launchpad.net/bugs/364984
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364984] Re: couldn't install java docs

2009-04-22 Thread Ahren

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

-- 
couldn't install java docs
https://bugs.launchpad.net/bugs/364984
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364983] [NEW] Xorg mouse artifacts when moving between displays using ATI's driver

2009-04-22 Thread malfist
Public bug reported:

Binary package hint: xorg

System: ATI Radion HD 3870
Driver: Restricted, current in repositories as of 4-22-09
OS: Ubuntu 9.04

BUG: With X server configured with dual displays (one display per
monitor), moving mouse between displays causes mouse artifact to be left
behind on the non-active monitor.

Reproducible: Always
Steps to reproduce:
Use Dual monitors
Use an ATI graphics card (may not be necessary)
Configure Xorg separately per monitor.
Restart X
Move mouse from one monitor to the other

Result: Mouse moves to other monitor, mouse cursor is also displayed near edge 
on other monitor
Expected result: mouse moves to other monitor, no mouse cursor displayed 
elsewhere

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

-- 
Xorg mouse artifacts when moving between displays using ATI's driver
https://bugs.launchpad.net/bugs/364983
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364983] Re: Xorg mouse artifacts when moving between displays using ATI's driver

2009-04-22 Thread malfist

** Attachment added: My Xorg.conf
   http://launchpadlibrarian.net/2581/xorg.conf

-- 
Xorg mouse artifacts when moving between displays using ATI's driver
https://bugs.launchpad.net/bugs/364983
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 319852] Re: TypeError: error_dialog() takes exactly 3 arguments (2 given)

2009-04-22 Thread fabrice_sp
This has been fixed in the final version in Jaunty (0.4.143+dfsg-1)

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

-- 
TypeError: error_dialog() takes exactly 3 arguments (2 given)
https://bugs.launchpad.net/bugs/319852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 343268] Re: linux 2.6.28 don't boot

2009-04-22 Thread Helmut
 no news here, and it seems not so much people in the dev world feel
concerned by our problem.

Yes, it's somehow disappointing.
We try to give back some feedback to the developers and want to help to make 
Jaunty better, but nobody seems to care.
But maybe we are simply on the wrong list.

-- 
linux 2.6.28 don't boot
https://bugs.launchpad.net/bugs/343268
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364986] Re: trickle enhancement: scheduled bandwidth shaping

2009-04-22 Thread mblythester

** Attachment added: patch from vanilla source of trickle 1.07
   http://launchpadlibrarian.net/25844505/trickle_1.07-5.diff.gz

-- 
trickle enhancement: scheduled bandwidth shaping
https://bugs.launchpad.net/bugs/364986
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364987] [NEW] plasma applet crashes on log in

2009-04-22 Thread bootmaster
Public bug reported:

After run my computer,plasma desktop crashed and causes error mesages.
my operation system:Kubuntu 8.10
Procesor:Intel Celeron 2.13Ghz
Memory:1.24Gb RAM
Grafick:ATI Radeon 9600PRO (AGP)
No possible to backtrace.error mesages is in attachment.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
plasma applet crashes on log in
https://bugs.launchpad.net/bugs/364987
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364798] Re: Lucent winmodem driver missing

2009-04-22 Thread mityi
** Visibility changed to: Public

-- 
Lucent winmodem driver missing
https://bugs.launchpad.net/bugs/364798
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364988] [NEW] Using ATI's restricted driver causes totem to make X use 100% CPU

2009-04-22 Thread malfist
Public bug reported:

Binary package hint: xorg

When using ATI's restricted drivers in big desktop configuration causes
totem (MPlayer) to make the X server use all available CPU regardless of
if totem is playing music (with gloom visualizer) or a video.

System: ATI Radion HD 3870
OS: Ubuntu 9.04
Xorg Configuration: ATI's big desktop

Reproducible: Almost always (99%)
Steps to reproduce:
Use ATI's restricted driver
Setup two monitors to use ATI's big desktop configuration
Play music/video with MPlayer (totem)
Watch as your quadcore's CPU cycles are stolen
Kill totem or switch to a non-graphical TTY and watch them come back

Result: nearly unusable system, choppy sound and/or playback
Expected Result: still usable system, steady sound and/or playback

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

-- 
Using ATI's restricted driver causes totem to make X use 100% CPU
https://bugs.launchpad.net/bugs/364988
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364988] Re: Using ATI's restricted driver causes totem to make X use 100% CPU

2009-04-22 Thread malfist

** Attachment added: an example xorg that I believe will cause the problem.
   http://launchpadlibrarian.net/25844553/xorg.conf.fglrx-21

-- 
Using ATI's restricted driver causes totem to make X use 100% CPU
https://bugs.launchpad.net/bugs/364988
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364987] Re: plasma applet crashes on log in

2009-04-22 Thread bootmaster

** Attachment added: eror.jpeg
   http://launchpadlibrarian.net/25844516/eror.jpeg

-- 
plasma applet crashes on log in
https://bugs.launchpad.net/bugs/364987
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 353502] Re: system freezes with nvidia 180.37 driver

2009-04-22 Thread xpot
Decided to add my experience with the same bug.

Running AMD64 Ubuntu 9.04

I went to nvidia's site and found a 180.51 that lists some fixes (some
of which include the freezing) installed after some minor difficulties.

Everything seems alot more stable now.  Have not experienced any
freezing or halting or glitching after performing my normal steps in
producing the symptoms with 180.44.  I will keep you up to date if
anything changes.

-=0)

-- 
system freezes with nvidia 180.37 driver
https://bugs.launchpad.net/bugs/353502
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364986] [NEW] trickle enhancement: scheduled bandwidth shaping

2009-04-22 Thread mblythester
Public bug reported:

Binary package hint: trickle

I have attached a patch that adds bandwidth scheduling to trickle.
Schedules must be specified on the command line for now, but it would be
a fairly easy change for them to be read from a file instead.  Both -u
and -d flags can be specified in the following form:

[default limit](:[days of week][start time],[end time],[bandwidth
limit])+

default limit = the bandwidth limit (in kB) that is used when another limit is 
not specified
days of week = any of Su M T W Th F Sa in any order.  If no day 
is specified, the schedule will apply for all days
start time = 3-or-4-digit 24-hour local time to begin the new bandwidth 
schedule.  1234 would mean 12:34 PM.  123 would mean 1:23 AM.  2345 would 
mean 11:45 PM.
end time = 3-or-4-digit 24-hour local time to end the new bandwidth schedule.
bandwidth limit =  the bandwidth limit (in kB) that is used during the 
specified time.

Multiple schedules can be strung together on the command line.  If hte
schedules overlap, the last ones take precident.

Example:  trickled -d 50 -u 10:WSaSu130,145,1000:MTTh1200,300,96
This would start a trickled daemon that would enforce the following:
-constant 50 kB/s download limit
-1000 kB/s upload limit between 1:30 AM and 1:45 AM on Wednesdays, Saturdays, 
and Sundays
-96 kB/s upload limit between 12:00 noon and 3:00 PM on Mondays, Tuesdays, and 
Thursdays
-10 kB/s upload limit otherwise

Example: trickle -s -u 100 -d 1:900,1700,10 -v wget 
www.example.net/bigfile.tar.gz
This would limit the bandwidth available to wget as follows:
-constant 100 kB/s upload limit
-10 kB/s download limit between 9:00 AM and 5:00 PM all days of the week
-10,000 kB/s download limit otherwise

I will attach 2 patches.  The first, trickle_1.07-5.diff.gz appears to
be the total diff between a vanilla source tree of trickle-1.07 and my
current version (including my changes and Ubuntu's customization?).

The second patch, trickle_mydiff.gz is the diff of my changes from the
trickle-1.07-5 source that I obtained in Ubuntu 8.10 using the command
sudo apt-get source trickle.  It is really the substance of my
changes.

While I can't say that I've thoroughly tested my changes, they seem to
work as intended.  I used the modified version of trickle to bandwidth
shape my remote backup.  It was more restrictive during the evening
(when I want my web browsing to be quick), and less restrictive during
the night (sleeping) and in the middle of the day (at work).  It worked
exactly as I wanted it to.

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

-- 
trickle enhancement: scheduled bandwidth shaping
https://bugs.launchpad.net/bugs/364986
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364986] Re: trickle enhancement: scheduled bandwidth shaping

2009-04-22 Thread mblythester

** Attachment added: patch of my changes from the 1.07-5 source
   http://launchpadlibrarian.net/25844517/trickle_mydiff.gz

-- 
trickle enhancement: scheduled bandwidth shaping
https://bugs.launchpad.net/bugs/364986
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 349999] Re: Me TV crashes when the scan window is opened

2009-04-22 Thread cliff tinker
** Description changed:

  Binary package hint: me-tv
  
- I click on add channel and me-tv crash
+ I click on add channel and me-tv crash.If i close the program when its
+ playing a channel that goes off air when i restart the program it
+ selects the last channel and locks up.it will not allow the channel to
+ be changed and crashes.
+ 
  
  ProblemType: Crash
  Architecture: amd64
  CrashCounter: 1
  DistroRelease: Ubuntu 9.04
  ExecutablePath: /usr/bin/me-tv
  NonfreeKernelModules: nvidia
  Package: me-tv 0.7.16-1
  ProcCmdline: me-tv
  ProcEnviron:
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: me-tv
  StacktraceTop:
   Gtk::Widget::show () from /usr/lib/libgtkmm-2.4.so.1
   ?? ()
   ?? ()
   Glib::SignalProxyNormal::slot0_void_callback ()
   g_closure_invoke ()
  Title: me-tv crashed with SIGSEGV in Gtk::Widget::show()
  Uname: Linux 2.6.28-11-generic x86_64
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

-- 
Me TV crashes when the scan window is opened
https://bugs.launchpad.net/bugs/34
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364990] [NEW] Cannot move applications between X server displays

2009-04-22 Thread malfist
Public bug reported:

Binary package hint: xorg

Setup: Ubuntu 9.04, dual monitors. Xorg configured to create an xorg
display on each monitor. ATI Radion HD 3870

Bug: Cannot drag applications/windows across displays like you can with
the mouse.

Reproducible: Always
Steps to reproduce:
Configure more than one monitor and tell X to create a more than one display.
Restart X
login
Launch a program with a GUI
try to move the GUI to the other display

Result: GUI stops at edge of display
Expected Result: GUI to move to the other display

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

-- 
Cannot move applications between X server displays
https://bugs.launchpad.net/bugs/364990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364989] [NEW] Pidgin crashes in double free or corruption()

2009-04-22 Thread Orair
Public bug reported:

Binary package hint: pidgin

Pidgin is crashing randomly...
I checked the problem and maybe it is related to too many files opened..
I happens when I am just chatting with another person but does not looks like 
related to any specific action!

Package: pidgin
Version: 1:2.5.2-0ubuntu1.1
Release: Ubuntu Intrepid upgraded from Hardy

The crash generates the message:
---
No protocol specified
E: client-conf-x11.c: XOpenDisplay() failed
E: authkey.c: Failed to open cookie file '/home/orair/.pulse-cookie': Muitos 
arquivos abertos (too many files opened)
E: authkey.c: Failed to load authorization key '/home/orair/.pulse-cookie': 
Muitos arquivos abertos(too many files opened)
E: shm.c: shm_open() failed: Muitos arquivos abertos(too many files opened)
E: shm.c: shm_open() failed: Muitos arquivos abertos(too many files opened)
E: shm.c: shm_open() failed: Muitos arquivos abertos(too many files opened)
W: context.c: No cookie loaded. Attempting to connect without.
E: client-conf-x11.c: XOpenDisplay() failed
W: core-util.c: Failed to open configuration file 
'/home/orair/.pulse/client.conf': Muitos arquivos abertos(too many files opened)
W: client-conf.c: Failed to open configuration file '/etc/pulse/client.conf': 
Muitos arquivos abertos(too many files opened)
W: shm.c: Failed to read /dev/shm/: Muitos arquivos abertos(too many files 
opened)
*** glibc detected *** pidgin: double free or corruption (out): 
0x04ec1780 ***
=== Backtrace: =
/lib/libc.so.6[0x7f310b94ca58]
/lib/libc.so.6(cfree+0x76)[0x7f310b94f0a6]
/usr/lib/libglib-2.0.so.0(g_string_free+0x4a)[0x7f310c1d761a]
/usr/lib/pidgin/nautilus.so[0x7f30fea2c827]
/usr/lib/libpurple.so.0(purple_marshal_VOID__POINTER+0x7c)[0x7f310bee919e]
/usr/lib/libpurple.so.0(purple_signal_emit_vargs+0x166)[0x7f310bee8b87]
/usr/lib/libpurple.so.0(purple_signal_emit+0x12e)[0x7f310bee8a1f]
/usr/lib/libpurple.so.0(purple_blist_update_buddy_status+0x15a)[0x7f310bea3f0d]
/usr/lib/libpurple.so.0(purple_prpl_got_user_status+0x23f)[0x7f310bedf0ad]
/usr/lib/purple-2/libjabber.so.0(jabber_presence_parse+0x15eb)[0x7f30faf16fda]
/usr/lib/purple-2/libjabber.so.0(jabber_process_packet+0xb0)[0x7f30faf07c10]
/usr/lib/purple-2/libjabber.so.0[0x7f30faf13faa]
/usr/lib/libxml2.so.2[0x7f310b3b1fc3]
/usr/lib/libxml2.so.2(xmlParseChunk+0x578)[0x7f310b3bee18]
/usr/lib/purple-2/libjabber.so.0(jabber_parser_process+0x84)[0x7f30faf1416c]
/usr/lib/purple-2/libjabber.so.0[0x7f30faf084ad]
/usr/lib/libpurple.so.0[0x7f310bef3ae1]
pidgin[0x46ded1]
/usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x23b)[0x7f310c1b3d5b]
/usr/lib/libglib-2.0.so.0[0x7f310c1b752d]
/usr/lib/libglib-2.0.so.0(g_main_loop_run+0x1cd)[0x7f310c1b7a5d]
/usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xa7)[0x7f310d35d7a7]
pidgin(main+0xb71)[0x48a9f5]
/lib/libc.so.6(__libc_start_main+0xe6)[0x7f310b8f1466]
pidgin[0x4306a9]
=== Memory map: 
Cancelado (Cancelled)
 
--

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

-- 
Pidgin crashes in double free or corruption()
https://bugs.launchpad.net/bugs/364989
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364986] Re: trickle enhancement: scheduled bandwidth shaping

2009-04-22 Thread mblythester
P.S.  I ran sudo dpkg-buildpackage to create the .deb that I installed
to test my changes.  dpkg thinks the version is 1.07-5, so the Update
Manger is prompting me to upgrade to version 1.07-5 from the apt
repositories.  How do I create the package as something like version
1.07-5.1 to let my system know that this is the more up-to-date version?

Thanks in advance!

-- 
trickle enhancement: scheduled bandwidth shaping
https://bugs.launchpad.net/bugs/364986
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 348364] Re: Selecting same as host for keymap doesn't really select the host keymap

2009-04-22 Thread Thierry Carrez
** Changed in: virt-manager (Ubuntu)
   Importance: Undecided = Low

** Changed in: virt-manager (Ubuntu)
   Status: New = Confirmed

-- 
Selecting same as host for keymap doesn't really select the host keymap
https://bugs.launchpad.net/bugs/348364
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364129] Re: Twitter plasmoind causes display corruption and plasmoid instability while running for extended periods.

2009-04-22 Thread Ganesha Bhas kara
I have the same problem with kdetwitter. Attaches are screen shots. KDE
work perfectly fine on my laptop without the kdetwitter plasma widget.

-G

Jaunty Beta, KDE 4.2.2, Athlon XP 5600, 2GB, nVidia 6100SE, proprietary
nvidia driver from nvidia.com.

** Attachment added: corrupted plasma widgets on desktop with kdetwitter
   http://launchpadlibrarian.net/25844609/desktop_snapshots.jpg

-- 
Twitter plasmoind causes display corruption and plasmoid instability while 
running for extended periods.
https://bugs.launchpad.net/bugs/364129
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364505] Re: gawk crashes when given too big regex group index

2009-04-22 Thread martin
I reported this bug upstream as well and they immediately suggested a
potential fix:

Index: ChangeLog
===
RCS file: /d/mongo/cvsrep/gawk-stable/ChangeLog,v
retrieving revision 1.101
diff -u -r1.101 ChangeLog
--- ChangeLog   16 Apr 2009 20:02:25 -  1.101
+++ ChangeLog   22 Apr 2009 04:43:41 -
@@ -1,3 +1,11 @@
+Wed Apr 22 07:42:05 2009  Arnold D. Robbins  arn...@skeeve.com
+
+   * builtin.c (sub_common): In code for handling \dig replacements,
+   first make sure that dig is within the range of parentheses sets
+   given, and then make sure that the subpattern start is not -1, meaning
+   that something actually matched. Thanks to  Martin Olsson
+   mn...@minimum.se for the bug report.
+
 Thu Apr 16 22:59:32 2009  Arnold D. Robbins  arn...@skeeve.com
 
* eval.c (func_call): Save nloops_active; if after function returns
Index: builtin.c
===
RCS file: /d/mongo/cvsrep/gawk-stable/builtin.c,v
retrieving revision 1.31
diff -u -r1.31 builtin.c
--- builtin.c   27 Mar 2009 08:01:13 -  1.31
+++ builtin.c   22 Apr 2009 04:40:15 -
@@ -2544,15 +2544,17 @@
if (backdigs) { /* gensub, behave 
sanely */
if (ISDIGIT(scan[1])) {
int dig = scan[1] - '0';
-   char *start, *end;
+   if (dig  
NUMSUBPATS(rp, t-stptr)  SUBPATSTART(rp, tp-stptr, dig) != -1) {
+   char *start, 
*end;

-   start = t-stptr
- + SUBPATSTART(rp, 
t-stptr, dig);
-   end = t-stptr
- + SUBPATEND(rp, 
t-stptr, dig);
-   
-   for (cp = start; cp  
end; cp++)
-   *bp++ = *cp;
+   start = t-stptr
+ + 
SUBPATSTART(rp, t-stptr, dig);
+   end = t-stptr
+ + 
SUBPATEND(rp, t-stptr, dig);
+
+   for (cp = 
start; cp  end; cp++)
+   *bp++ = 
*cp;
+   }
scan++;
} else  /* \q for any q -- q */
*bp++ = *++scan;

This fix is not yet checked in (and I'm not sure this will be the final fix), 
let's keep an eye on the upstream changelog:
http://cvs.savannah.gnu.org/viewvc/gawk-stable/ChangeLog?root=gawkview=log

Hopefully this bug will be fixed upstream and a new release will be
packaged for karmic (the gawk package was never updated for jaunty).

-- 
gawk crashes when given too big regex group index
https://bugs.launchpad.net/bugs/364505
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364129] Re: Twitter plasmoind causes display corruption and plasmoid instability while running for extended periods.

2009-04-22 Thread Ganesha Bhas kara
My desktop run 32 bit version of Ubuntu

-- 
Twitter plasmoind causes display corruption and plasmoid instability while 
running for extended periods.
https://bugs.launchpad.net/bugs/364129
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdeplasma-addons in ubuntu.

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


[Bug 363786] Re: Ubuntu install to Compact Flash w/ ata_piix fails: ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen

2009-04-22 Thread Paganini
Fedora 10 installed fine this evening. It seems to use kernel version
2.6.27.

-- 
Ubuntu install to Compact Flash w/ ata_piix fails: ata1.00: exception Emask 0x0 
SAct 0x0 SErr 0x0 action 0x6 frozen
https://bugs.launchpad.net/bugs/363786
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 349237] Re: OAFIID:GNOME_IndicatorApplet error

2009-04-22 Thread Jorrit Kronjee
@Michael, logfiles have been sent to you.

-- 
OAFIID:GNOME_IndicatorApplet error
https://bugs.launchpad.net/bugs/349237
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 347599] Re: Problems with entering text in facebook.com

2009-04-22 Thread Shahar Or
Dear Alexander,

This is no longer occuring. I'm not sure what changed. Perhaps a change
in facebook...

Many blessings.

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

-- 
Problems with entering text in facebook.com
https://bugs.launchpad.net/bugs/347599
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 324905] Re: gnome-power-manager does not display in gnome-panel

2009-04-22 Thread malfist
fixed in later releases of 9.04

** Changed in: gnome-power-manager (Ubuntu)
   Status: Incomplete = Fix Committed

-- 
gnome-power-manager does not display in gnome-panel
https://bugs.launchpad.net/bugs/324905
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 324903] Re: gnome-power-manager uses all available CPU

2009-04-22 Thread malfist
no longer occurs with later versions of 9.04

** Changed in: gnome-power-manager (Ubuntu)
   Status: Incomplete = Fix Committed

-- 
gnome-power-manager uses all available CPU
https://bugs.launchpad.net/bugs/324903
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 304084] Re: Visualization Flicker

2009-04-22 Thread 1oooop
hey, I think I found out why there's no flicker in no XV mode. XV
probably stands for external video, therefore it is faster to use
XV(graphics card), but XV proves problematic because of the flickering.
So, I'd say for good performance, go XV; for good quality but bad
framerate, go no XV.

-- 
Visualization Flicker
https://bugs.launchpad.net/bugs/304084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 304084] Re: Visualization Flicker

2009-04-22 Thread 1oooop
oh, LOL... already posted... LOLZ, can someone delete that and this :D

-- 
Visualization Flicker
https://bugs.launchpad.net/bugs/304084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364995] Re: [Dell Inc. Latitude D520] sudden computer crashes

2009-04-22 Thread motty

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

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

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

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

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

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

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

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

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

-- 
[Dell Inc. Latitude D520] sudden computer crashes
https://bugs.launchpad.net/bugs/364995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 349999] Re: Me TV crashes when the scan window is opened

2009-04-22 Thread Michael Lamothe
You should try the latest ... https://launchpad.net/~me-tv-
development/+archive/ppa.  This should work on Jaunty.

-- 
Me TV crashes when the scan window is opened
https://bugs.launchpad.net/bugs/34
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 336045] Re: RSSNOW plasmoid back and forward buttons no longer work.

2009-04-22 Thread Ganesha Bhas kara
Same problem here.

-- 
RSSNOW plasmoid back and forward buttons no longer work.
https://bugs.launchpad.net/bugs/336045
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 342234] Re: RSS now plasmod display becomes garbled

2009-04-22 Thread Ganesha Bhas kara
Similar issue with Jaunty Beta. See attachment. Pls look at first of the
two embedded snapshots.

** Attachment added: desktop_snapshots.jpg
   http://launchpadlibrarian.net/25844779/desktop_snapshots.jpg

-- 
RSS now plasmod display becomes garbled
https://bugs.launchpad.net/bugs/342234
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364995] [NEW] [Dell Inc. Latitude D520] sudden computer crashes

2009-04-22 Thread motty
Public bug reported:

Hi.
Sorry that I issue a bug without information (you can consider it part of the 
problem - nothing appears in the log files that seems related to the crashes).
Anyway, my laptop crashes every 3-4 days since I upgraded to 9.04 Beta.

- The recent cases occurred during a user operation, e.g. dragging a scrollbar.
- Most crashes occur in sessions that follow a resume from suspension.
- After the crash, the display remains on and the mouse cursor can still move, 
but the keyboard lights aren't turned on when I press Num/Cups lock.

I hope it helps.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
MachineType: Dell Inc. Latitude D520
Package: linux-image-2.6.28-11-generic 2.6.28-11.41
ProcCmdLine: root=UUID=d805db1a-69d7-4cdc-bd3a-63100ba7702a ro quiet splash
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.28-11.41-generic
SourcePackage: linux

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


** Tags: apport-bug i386

-- 
[Dell Inc. Latitude D520] sudden computer crashes
https://bugs.launchpad.net/bugs/364995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338083] Re: [Jaunty] MacBook 5.1 will not reboot (Restart).

2009-04-22 Thread Colin D Bennett
@Νίκος and Chris:
That is weird that it works for me now, but not for you.  Just like Nikos, I am 
running 64-bit Jaunty on a MacBook Pro 5,1 with that kernel.  And I have tried 
it multiple times:  Reboot from Ubuntu works!  I have not idea why it started 
working for me.

-- 
[Jaunty] MacBook 5.1 will not reboot (Restart).
https://bugs.launchpad.net/bugs/338083
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 364826] Re: libchipcard-tools: installation fails (postinst: chown: cannot access `/var/run/chipcard': No such file or directory)

2009-04-22 Thread Micha Lenk
*** This bug is a duplicate of bug 283925 ***
https://bugs.launchpad.net/bugs/283925

** Summary changed:

- app wouldn't download
+ libchipcard-tools: installation fails (postinst: chown: cannot access 
`/var/run/chipcard': No such file or directory)

** This bug has been marked a duplicate of bug 283925
   package libchipcard-tools 4.1.3-2 failed to configure: il sottoprocesso 
post-installation script ha restituito un codice di errore 1

** Description changed:

  the app  libshipcard did not load during software update process
  
  ProblemType: Package
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  ErrorMessage: subprocess post-installation script returned error exit status 1
  NonfreeKernelModules: nvidia
  Package: libchipcard-tools 4.1.3-2
  SourcePackage: libchipcard
  Title: package libchipcard-tools 4.1.3-2 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
  Uname: Linux 2.6.27-11-generic i686
+ 
+ Console output on upgrades:
+ [...]
+ Selecting previously deselected package libchipcard-tools.
+ 
+ Unpacking libchipcard-tools (from .../libchipcard-tools_4.1.3-2_i386.deb) ...
+ [...]
+ Setting up libchipcard-tools (4.1.3-2) ...
+ 
+ chown: cannot access `/var/run/chipcard': No such file or directory

-- 
libchipcard-tools: installation fails (postinst: chown: cannot access 
`/var/run/chipcard': No such file or directory)
https://bugs.launchpad.net/bugs/364826
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 362329] Re: gnome-screenshot crashed with SIGSEGV in screenshot_get_pixbuf()

2009-04-22 Thread Henning Eggers
I have not (yet) found a way to reproduce this error, I am sorry. It was
a one-time thing.

-- 
gnome-screenshot crashed with SIGSEGV in screenshot_get_pixbuf()
https://bugs.launchpad.net/bugs/362329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 355820] Re: Installing Ubuntu 9.04 beta, Mounted partitions problem

2009-04-22 Thread Chainz
Looks like the problem is gone in the 9.04 Release Candidate.
I've tested like 5 times now and it's all fine now.

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

-- 
Installing Ubuntu 9.04 beta, Mounted partitions problem
https://bugs.launchpad.net/bugs/355820
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 314879] Re: root on LVM broken since latest udev 136-2

2009-04-22 Thread Loïc Minier
Bob, please file a new bug; this bug was fixed and I can confirm it
still works for me (root on LVM on MD); you have a different bug.

-- 
root on LVM broken since latest udev 136-2
https://bugs.launchpad.net/bugs/314879
You received this bug notification because you are a member of 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 213081] Re: CUPS does not print to LPD printer

2009-04-22 Thread Stefan Bader
Thanks you for your report. However I think you should create a new one against 
cups. The bug here was about some TCP/IP issues that could not be solved with 
an increased timeout.

That said, Brian, how are you feeling about this? As the exact reason could not 
be pinpointed and probably is more than could be argued to backport into a 
released version and IIRC you had it solved with Intrepid, should we close this 
one?

-- 
CUPS does not print to LPD printer
https://bugs.launchpad.net/bugs/213081
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364997] [NEW] Kubuntu OEM installer's end user setup dialog layout is weird

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

Binary package hint: ubiquity

The Kubuntu OEM installer's end user setup dialog has a weird layout:
the list of steps on the left is huge and this makes the contents of the
rest of the window seem cramped.

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

-- 
Kubuntu OEM installer's end user setup dialog layout is weird
https://bugs.launchpad.net/bugs/364997
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364997] Re: Kubuntu OEM installer's end user setup dialog layout is weird

2009-04-22 Thread Lars Wirzenius

** Attachment added: Kuvakaappaus.png
   http://launchpadlibrarian.net/25844922/Kuvakaappaus.png

-- 
Kubuntu OEM installer's end user setup dialog layout is weird
https://bugs.launchpad.net/bugs/364997
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364996] [NEW] x server crash on opening cellwriter (nvidia + wacom on hp tc1100)

2009-04-22 Thread mu3en
Public bug reported:

fresh jaunty rc kubuntu install (+ updates) + nvidia 96 from jockey +
wacom-tools + cellwriter (no other packages installed):

when cellwriter is launched from the k menu, x server restarts to the
kdm login screen. (reproduced more than 5 times, same procedure. no
other issues visible in using the system).

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: cellwriter nvidia tablet wacom

** Summary changed:

- x server crash on opening cellwriter (nvidia-wacom-hp tc1100)
+ x server crash on opening cellwriter (nvidia + wacom on hp tc1100)

** Description changed:

  fresh jaunty rc kubuntu install (+ updates) + nvidia 96 from jockey +
- wacom-tools + cellwriter (no other manual installs):
+ wacom-tools + cellwriter (no other packages installed):
  
  when cellwriter is launched from the k menu, x server restarts to the
  kdm login screen. (reproduced more than 5 times, same procedure. no
  other issues visible in using the system).

** Tags added: cellwriter nvidia tablet wacom

-- 
x server crash on opening cellwriter (nvidia + wacom on hp tc1100)
https://bugs.launchpad.net/bugs/364996
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 354869] Re: Loading and storing folders is slow

2009-04-22 Thread Benjamin Jencks
Not yet; I wanted to try cleaning the sql index first but I haven't had
time to figure out how.

-- 
Loading and storing folders is slow
https://bugs.launchpad.net/bugs/354869
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 350306] Re: X crash, [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0

2009-04-22 Thread danramos
I'm using a Dell mini9...

mi...@frenzy:~$ uname -a
Linux frenzy 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 
GNU/Linux

mi...@frenzy:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 9.04
Release:9.04
Codename:   jaunty

I'm getting the same seemingly random occurrence described above, along
with the same dmesg output after the X system restarts and I look in
dmesg:

[ 5508.908702] [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count 
for disabled pipe 0
[ 5511.144368] [drm:i915_setparam] *ERROR* unknown parameter 4
[ 5511.144418] [drm:i915_getparam] *ERROR* Unknown parameter 6
[ 5512.206689] [drm:i915_getparam] *ERROR* Unknown parameter 6

The xorg.conf file is very sparse, so here it is--without the comments
(between the ='s):


Section Monitor
Identifier  Configured Monitor
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
Device  Configured Video Device
EndSection

Section Device
Identifier  Configured Video Device
EndSection

Section ServerFlags
Option  DontZap   False
EndSection


I'll attach the relevant Xorg.0.log from the crash.


** Attachment added: Xorg log file which remained after the unexplained X 
restart
   http://launchpadlibrarian.net/25844917/Xorg.0.log

-- 
X crash, [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for 
disabled pipe 0
https://bugs.launchpad.net/bugs/350306
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 234342] Re: trickle causes 100% CPU usage

2009-04-22 Thread David Roberts
I can also confirm this (on intrepid):

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
12785 root  20   0  5420 2064 1712 R 92.5  0.4   0:14.64 http

I also tried using trickle after starting trickled, which reduced the
CPU usage of http, but this was then consumed by trickled:

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
10460 david 20   0  2336  704  564 R 57.9  0.1   1:12.41 trickled
11869 root  20   0  5420 2076 1724 S 35.0  0.4   0:43.22 http

-- 
trickle causes 100% CPU usage
https://bugs.launchpad.net/bugs/234342
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 158546] Re: PCTV Studio/Rave no sound out

2009-04-22 Thread Beppe Ursino
tomorrow will release ubuntu 9.04so i will try...

** Changed in: linux (Ubuntu)
   Status: Incomplete = In Progress

-- 
PCTV Studio/Rave no sound out
https://bugs.launchpad.net/bugs/158546
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364998] [NEW] Missing packaged documentation

2009-04-22 Thread David Erosa
Public bug reported:

The file /usr/share/doc/python-paramiko/README.gz says:

the package and its API is fairly well documented in the doc/ folder
that should have come with this archive.

There is no such folder in /usr/share/doc/python-paramiko or anywhere in
the content of the package. Python-paramiko lacks the package and API
documentation, please include it.

** Affects: paramiko
 Importance: Undecided
 Status: New

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

** Also affects: paramiko
   Importance: Undecided
   Status: New

-- 
Missing packaged documentation
https://bugs.launchpad.net/bugs/364998
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 353954] Re: Cannot copy and paste image data

2009-04-22 Thread Andrew Starr-Bochicchio
** Changed in: parcellite (Ubuntu)
   Importance: Undecided = Medium

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

-- 
Cannot copy and paste image data
https://bugs.launchpad.net/bugs/353954
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 304084] Re: Visualization Flicker

2009-04-22 Thread Tom
This and that.  Seems fine to have an explanation a bit more obvious
like that :)  I thought i might re-post the work-around again too
because it takes a lot of scrolling and hunting around at the moment.

Open a terminal window (Applications menu - Accessories - Terminal) and
type

gstreamer-properties

in the pop-up box choose the Video tab and from the output drop-down
list choose the option that says '... (no Xv)'

Good luck and have fun. Err if it doesn't work then you may want to
reset that setting as whatever it was before, usually 'Auto'

Have fun, regards from
Tom

-- 
Visualization Flicker
https://bugs.launchpad.net/bugs/304084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364826] Re: libchipcard-tools: installation fails (postinst: chown: cannot access `/var/run/chipcard': No such file or directory)

2009-04-22 Thread Micha Lenk
*** This bug is a duplicate of bug 283925 ***
https://bugs.launchpad.net/bugs/283925

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

-- 
libchipcard-tools: installation fails (postinst: chown: cannot access 
`/var/run/chipcard': No such file or directory)
https://bugs.launchpad.net/bugs/364826
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364999] [NEW] duplicate messages reloaded in thunderbird

2009-04-22 Thread Hartmut G.
Public bug reported:

Binary package hint: thunderbird

When thunderbird is already opened
and i launch it a second time
then it starts to reload messages from the server
which were already downloaded and stored on my local thunderbird mailbox
(I dont delete the messages on the server automaticly -but manually from time 
to time- 
when I load new messages from the server .

Therefor I get multiple duplicate messages (marked as unread) in my mailbox,
which I have to delete manually

ProblemType: Bug
Architecture: i386
Date: Tue Apr 21 23:39:38 2009
Dependencies:
 
DistroRelease: Ubuntu 8.04
NonfreeKernelModules: nvidia
Package: mozilla-thunderbird None [modified: 
/var/lib/dpkg/info/mozilla-thunderbird.list]
PackageArchitecture: all
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: thunderbird
Uname: Linux 2.6.24-23-generic i686

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


** Tags: apport-bug

-- 
duplicate messages reloaded in thunderbird
https://bugs.launchpad.net/bugs/364999
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 360970] Re: Configure display settings - Icons off screen! 9.04db

2009-04-22 Thread Fuchur
 * Is this reproducible?

1 I think it will be. Delete the file that is written to your config when you 
do a dual screen for the first time (Donot know location from heart.)
2 Place an Icon under the start button
2 Connect second monitor
3 set the settings off the monitor to look like the file in my first post. So 
not aligned and new monitor on the left side!
4 login again...
5 Icons will be in the invisable top left corner

 * If so, what specific steps should we take to recreate this bug?
Personally the problem is not only the icons...
The mouse can still go into that area...
So Ubuntu sees the black bits from picture attached in first post as 
desktop-space while this is not.

Hope this helps!

Ta Frank

-- 
Configure display settings - Icons off screen! 9.04db
https://bugs.launchpad.net/bugs/360970
You received this bug notification because you are a member of Ubuntu
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-22 Thread Jonathan Ernst
@Alexander
Thanks for looking into this ; here are more informations.

Normal route table (with no VPN) :

jer...@jernst-desktop:~$ route -n
Table de routage IP du noyau
Destination Passerelle  Genmask Indic Metric RefUse Iface
192.168.0.0 0.0.0.0 255.255.255.0   U 1  00 eth0
0.0.0.0 192.168.0.1 0.0.0.0 UG0  00 eth0

Route table (with VPN and ignore obtained routes checked (you can see that 
the default gateway has been replaced even if routes should be ignored) :
jer...@jernst-desktop:~$ route -n
Table de routage IP du noyau
Destination Passerelle  Genmask Indic Metric RefUse Iface
10.1.0.21   0.0.0.0 255.255.255.255 UH0  00 tun0
193.XX.YYY.99   192.168.0.1 255.255.255.255 UGH   0  00 eth0
192.168.0.0 0.0.0.0 255.255.255.0   U 1  00 eth0
0.0.0.0 10.1.0.21   0.0.0.0 UG0  00 tun0

Route table (with VPN and ignore obtained routes unchecked (the configuration 
that worked fine before this regression) :
jer...@jernst-desktop:~$ route -n
Table de routage IP du noyau
Destination Passerelle  Genmask Indic Metric RefUse Iface
10.1.0.21   0.0.0.0 255.255.255.255 UH0  00 tun0
193.XX.YYY.99   192.168.0.1 255.255.255.255 UGH   0  00 eth0
193.XX.YYY.100  10.1.0.21   255.255.255.252 UG0  00 tun0
193.XX.YYY.410.1.0.21   255.255.255.252 UG0  00 tun0
193.XX.YYY.104  10.1.0.21   255.255.255.248 UG0  00 tun0
193.XX.YYY.810.1.0.21   255.255.255.248 UG0  00 tun0
193.XX.YYY.112  10.1.0.21   255.255.255.240 UG0  00 tun0
193.XX.YYY.128  10.1.0.21   255.255.255.128 UG0  00 tun0
10.0.0.010.1.0.21   255.255.255.0   UG0  00 tun0
192.168.0.0 0.0.0.0 255.255.255.0   U 1  00 eth0
10.1.0.010.1.0.21   255.255.255.0   UG0  00 tun0
10.2.0.010.1.0.21   255.255.0.0 UG0  00 tun0
0.0.0.0 10.1.0.21   0.0.0.0 UG0  00 tun0

Requested syslog attached.

** Attachment added: syslog with ignore obtained routes unchecked
   http://launchpadlibrarian.net/25844968/syslog

-- 
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 283925] Re: package libchipcard-tools 4.1.3-2 failed to configure: il sottoprocesso post-installation script ha restituito un codice di errore 1

2009-04-22 Thread Micha Lenk
** Changed in: libchipcard (Debian)
 Assignee: Micha Lenk (mlenk) = (unassigned)

-- 
package libchipcard-tools 4.1.3-2 failed to configure: il sottoprocesso 
post-installation script ha restituito un codice di errore 1
https://bugs.launchpad.net/bugs/283925
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 146298] Re: [i965] intel gm965 compiz dual head issues

2009-04-22 Thread Ludovico Cavedon
I uploaded in my ppa  version 7.4-0ubuntu3+ppa1 which reenables the fix.

https://edge.launchpad.net/~cavedon/+archive/ppa

-- 
[i965] intel gm965 compiz dual head issues
https://bugs.launchpad.net/bugs/146298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346912] Re: Tracker index corruption (was Tracker does not stop indexing)

2009-04-22 Thread Ciprian Enache
The importance of this bug should be very high - it will impact many
users that have above a few GBs of indexable data. It might even have
blocker potential. Currently I'm learning to live without indexing
until this bug is fixed.

A possible workaround [needs the tracker-utils package - sudo aptitude install 
tracker-utils] is to reset databases and clear caches:
tracker-processes -r 

If the workaround is ineffective you might want to uninstall the package:
sudo aptitude remove tracker

-- 
Tracker index corruption (was Tracker does not stop indexing)
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364907] Re: wengophone qutecom no ringtone on incoming call

2009-04-22 Thread Ludovico Cavedon
Unfortunately a version of Qutecom with this fix has not been released yet.
However I will apply the patch to the next Debian upload and on my PPA.
Thanks for posting the exact patch fixing the problem!

** Bug watch added: trac.qutecom.org/ #13
   http://trac.qutecom.org/ticket/13

** Also affects: wengophone via
   http://trac.qutecom.org/ticket/13
   Importance: Unknown
   Status: Unknown

** Also affects: qutecom via
   http://trac.qutecom.org/ticket/13
   Importance: Unknown
   Status: Unknown

** Changed in: wengophone
   Importance: Unknown = Undecided

** Changed in: wengophone
   Status: Unknown = New

** Changed in: wengophone
 Remote watch: trac.qutecom.org/ #13 = None

** Changed in: wengophone
   Importance: Undecided = Unknown

** Changed in: wengophone
   Status: New = Unknown

** Changed in: wengophone
 Remote watch: None = trac.qutecom.org/ #13

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

** Changed in: wengophone (Ubuntu)
 Assignee: (unassigned) = Ludovico Cavedon (cavedon)

-- 
wengophone qutecom no ringtone on incoming call
https://bugs.launchpad.net/bugs/364907
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 363821] Re: MASTER: Compiz is disabled on GM965 as of Apr 19, 2009 due to bug 359392

2009-04-22 Thread Daniel Stoni
Hello, here is a Thinkpad T61 Tablet running Jaunty since February. Compiz was 
always running fine (also with UXA) until it was disabled based on this bug 
report. 
Thanks for noting. Rgds, Dani

-- 
MASTER: Compiz is disabled on GM965 as of Apr 19, 2009 due to bug 359392
https://bugs.launchpad.net/bugs/363821
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 359392] Re: [i965] X freezes starting on April 3rd

2009-04-22 Thread Flavio Cabobianco
Comment 214 belongs to me, sorry.

I now tried Jesse Barnes' suggestion to add  Option ExaNoComposite
true to xorg.conf (I also added INTEL_BATCH=1 to /etc/environment).

When I rebooted performance seemed to be as good as it was with
Intrepid. No more sluggishness. I opened many windows, alt tabbed
between them and minimized in quick succession. All of it with
reflection effect on but nothing happened. I started playing with other
effects, turning them on and off and it froze after ten minutes while I
was turning off some effect. I could not ssh from another computer. I
was on a wifi link, that must have been the cause since it didn't hang.
I was able to reboot doing alt sysrq R S E I U B.

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364907] Re: wengophone qutecom no ringtone on incoming call

2009-04-22 Thread Bug Watch Updater
** Changed in: qutecom
   Status: Unknown = Fix Released

** Changed in: wengophone
   Status: Unknown = Fix Released

-- 
wengophone qutecom no ringtone on incoming call
https://bugs.launchpad.net/bugs/364907
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 359323] Re: SDHC Cards do not work in Dell Mini 9 internal card slot with Linux 2.6.28

2009-04-22 Thread Ike Panhc
Tim, the attachment is dmidecode from mini-9 I got

I have tested for Apacer 2G SD card and silicon power 8GB SDHC class 6
with 2.6.28-11-generic kernel

both of 2 cards works fine

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


** Attachment added: dmidecode_ike.txt
   http://launchpadlibrarian.net/25845151/dmidecode_ike.txt

-- 
SDHC Cards do not work in Dell Mini 9 internal card slot with Linux 2.6.28
https://bugs.launchpad.net/bugs/359323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 348028] Re: texmaker stops responding to keyboard after saving

2009-04-22 Thread Papadakos Panagiotis
Even with this fix, sometimes I loose the focus again. This happens when
I open the find console for example!

-- 
texmaker stops responding to keyboard after saving
https://bugs.launchpad.net/bugs/348028
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 363752] Re: No 5.1 sound with Realtek ALC888 in jaunty 9.04 RC

2009-04-22 Thread hitaisin
hey! any comments?

please fix this :)

-- 
No 5.1 sound with Realtek ALC888 in jaunty 9.04 RC
https://bugs.launchpad.net/bugs/363752
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 327754] Re: update mpd to version 0.14.2 (ac3 support)

2009-04-22 Thread raflik
I tried intrepid version from your ppa, seems to work fine.

-- 
update mpd to version 0.14.2 (ac3 support)
https://bugs.launchpad.net/bugs/327754
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 365002] Re: evolution not sync with google calendar in 9.04 RC

2009-04-22 Thread hitaisin

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

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

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

-- 
evolution not sync with google calendar in 9.04 RC
https://bugs.launchpad.net/bugs/365002
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 365002] [NEW] evolution not sync with google calendar in 9.04 RC

2009-04-22 Thread hitaisin
Public bug reported:

Binary package hint: evolution

ubuntu 9.04 RC

I added google calendar in evolution, added 2 events (with evolution),
send check time to 30 minutes, after 30 minutes went to google (now in
browser) and there are no any events :(

Then I added 1 event in calendar (in browser), after 30 minutes turned
on evolution and again no events (only previous 2).

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/evolution
NonfreeKernelModules: fglrx
Package: evolution 2.26.1-0ubuntu1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
evolution not sync with google calendar in 9.04 RC
https://bugs.launchpad.net/bugs/365002
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 363789] Re: Crash installing Skype libvolume-0124-9ubuntu0.2 has failed the installation

2009-04-22 Thread Lionel Le Folgoc
Brian: could you explain why the bug is medibuntu related? There is no
reference to our skype package in the log file (only a reference to
tasksel and its reverse dependencies, which are ubuntu packages), and
the package skype-debian_2.0.0.72-1_i386.deb doesn't come from
Medibuntu, obviously.

** Changed in: ubuntu
   Status: Invalid = New

** Changed in: medibuntu
   Status: New = Invalid

-- 
Crash installing Skype libvolume-0124-9ubuntu0.2 has failed the installation
https://bugs.launchpad.net/bugs/363789
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 363367] Re: WARNING: at /build/buildd/linux-2.6.28/kernel/power/main.c:177 suspend_test_finish+0x7c/0x80()

2009-04-22 Thread Per Ångström
No, that was the first time in a while. I used to have similar trouble
all the time with the free nvidia driver resuming from suspend and
hibernation, but that went away when I  switched to the proprietary
driver.

-- 
WARNING: at /build/buildd/linux-2.6.28/kernel/power/main.c:177 
suspend_test_finish+0x7c/0x80()
https://bugs.launchpad.net/bugs/363367
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 348115] Re: Sound stop working in Intrepid Ibex

2009-04-22 Thread jay armstrong
I have the same issue here, though I haven't isolated it to flash
content (will look into that). It seems that pulseaudio crashes, and
does it very frequently - sometimes within 30 minutes. Regardless, if
it's pulseaudio that's crashing for you, try killall -9 pulseaudio in
the terminal (I'm not sure what the -9 does but it seems necessary for
this workaround). Then run pulseaudio from the Run box or from the
terminal if you want to watch it crash again. You will need to restart
any program you want to hear after you restart pulseaudio. The nice
thing is that this is a lot faster than rebooting (though I have to do
it five times a day) and it works every time :)  Good luck.

-- 
Sound stop working in Intrepid Ibex
https://bugs.launchpad.net/bugs/348115
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 362981] Re: WARNING: at /build/buildd/linux-2.6.28/kernel/power/main.c:177 suspend_test_finish+0x7c/0x80()

2009-04-22 Thread Per Ångström
If the warning is benign, I'm not happy about it causing a kernel oops.
It takes the attention away from more important issues.

-- 
WARNING: at /build/buildd/linux-2.6.28/kernel/power/main.c:177 
suspend_test_finish+0x7c/0x80()
https://bugs.launchpad.net/bugs/362981
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 304196] Re: computer freezes when X starts on old Compaq Armada 110

2009-04-22 Thread Bryce Harrington
** Description changed:

  Binary package hint: xorg
  
  Just installed xubuntu on a rather old Compaq Armada 110 (laptop) and it 
works pretty well (with 512 MB RAM) except that when X starts, the computer 
kind of stalls.
  Kind of:
  * display is turned off (backlight turned off)
  * replies to ping
  * caps lock led is turned on/off when caps lock key is pressed
  * display won't turn back on after hitting Ctrl-Alt-Bkspc or -F1
  
  This is my first installation of Ubuntu on this laptop (it used to run
  Debian without X)
  
  After reading 
http://www.nabble.com/xorg.conf-for-Compaq-Armada-110-td18295187.html i applied 
the same workaround:
  Add «Driver vesa» to «Section Device» in /etc/X11/xorg.conf. That however 
doesn't use the full 1024x768 resolution that the screen is capable of, but 
only 800x600 (640x480 is displayed in Xfce's settings manager).
+ 
+ 01:00.0 VGA compatible controller: Trident Microsystems CyberBlade i1 (rev 
6a) (prog-if 00 [VGA controller])
+  Subsystem: Compaq Computer Corporation CyberBlade i1 AGP

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

-- 
computer freezes when X starts on old Compaq Armada 110
https://bugs.launchpad.net/bugs/304196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 365006] [NEW] mp3 player like Ali. Corp Audio PLayer

2009-04-22 Thread marilynleg...@gmail.com
Public bug reported:

Hello,

I have a Zipy mp3 audio player. In ubuntu 8.10 was recognized like an
USB Mass Storage and I could work perfectly with him erasing and
creating files. But now Ubuntu 9.04 me recognizes it like Ali. Corp
Audio Player and can not reproduce the content, neither explore it,
neither erase files neither give a new format to the unity with gparted.
When I explore the unity with nautilus appears me an empty folder and
without hidden files.

Sorry for my english, I write with a translator.

Thanks by your attention

Ubuntu Candidate Release AMD64

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
mp3 player like Ali. Corp Audio PLayer
https://bugs.launchpad.net/bugs/365006
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364997] Re: Kubuntu OEM installer's end user setup dialog layout is weird

2009-04-22 Thread Ara Pulido
This happens in Spanish installation too

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

-- 
Kubuntu OEM installer's end user setup dialog layout is weird
https://bugs.launchpad.net/bugs/364997
You received this bug notification because you are a member of 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   >