[Bug 284807] Re: Network is unreachable

2008-10-17 Thread Jean-Baptiste Lallement
Thanks for your report. This is probably a dup of bug 274069 . affecting
to dhcp3.

Can you try one of the following:
- remove the option interface-mtu in /etc/dhcp3/dhclient.conf
- sudo ifconfig eth0 mtu 1000
- check if your router is in full duplex mode.

Thanks.

** Changed in: dhcp3 (Ubuntu)
Sourcepackagename: None = dhcp3
   Status: New = Incomplete

-- 
Network is unreachable
https://bugs.launchpad.net/bugs/284807
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 249824] Re: [intrepid] bind9/named IPv6 unusable

2008-10-17 Thread Steve Beattie
** Also affects: bind9 (Mandriva) via
   http://qa.mandriva.com/show_bug.cgi?id=43966
   Importance: Unknown
   Status: Unknown

-- 
[intrepid] bind9/named IPv6 unusable
https://bugs.launchpad.net/bugs/249824
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 284738] [NEW] [Intrepid] wrong icons for samba shares

2008-10-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Icons for samba share and its drives are all wrong. Tested both in
dolphin and konqueror.

To reproduce: Dolphin--Network---Samba Share

Kubuntu Intrepid
KDE 4.1.2

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

-- 
[Intrepid] wrong icons for samba shares
https://bugs.launchpad.net/bugs/284738
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 284738] Re: [Intrepid] wrong icons for samba shares

2008-10-17 Thread Arnaud Blouin
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. 
This bug did not have a package associated with it, which is important for 
ensuring that it gets looked at by the proper developers. You can learn more 
about finding the right package at 
https://wiki.ubuntu.com/Bugs/FindRightPackage.
I have classified this bug as a bug in samba.

** Changed in: samba (Ubuntu)
Sourcepackagename: None = samba

-- 
[Intrepid] wrong icons for samba shares
https://bugs.launchpad.net/bugs/284738
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 249824] Re: [intrepid] bind9/named IPv6 unusable

2008-10-17 Thread Bug Watch Updater
** Changed in: bind9 (Mandriva)
   Status: Unknown = Confirmed

-- 
[intrepid] bind9/named IPv6 unusable
https://bugs.launchpad.net/bugs/249824
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 284807] Re: Network is unreachable

2008-10-17 Thread Major Andras
You are right !

If I remove interface-mtu from /etc/dhcp3/dhclient.conf, the network is
working properly.

I found a line in my syslog file:

nm-dispatcher.action: Script
'/etc/NetworkManager/dispatcher.d/01ifupdown' exited with error status
1.

My router is an old one and I gues it can't handle interface-mtu
parameter.

What will be the final solutions for this issue ?

Thank You for help.

-- 
Network is unreachable
https://bugs.launchpad.net/bugs/284807
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 244568] [NEW] saslauthd run control script not using OPTIONS from /etc/default/saslauthd

2008-10-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I used the ISPConfig tutorial for upgrading my ISPConfig server from
Ubuntu 7.10 to 8.04 and things went very well. Except for the final
steps of setting up Postfix to work with saslauthd. Here's what I found.
If I run saslauthd from the command line, explicitly specifying the -m
mux path then things work fine, per the tutorial. If I then run
/etc/init.d/saslauthd start, it's putting the mux in the default
location and Postfix can't find it. It looks to me like the run control
startup is not passing the -m flag to start up the service. Here's the
log from the startup:

/etc/init.d/saslauthd with debugging turned on:

++ MECH_OPTIONS=
++ THREADS=5
++ OPTIONS='-c -m /var/spool/postfix/var/run/saslauthd -r'
+ '[' yes '!=' yes ']'
+ '[' xpam = x ']'
+ PARAMS=' -a pam'
+ START='--start --quiet --pidfile 
/var/spool/postfix/var/run/saslauthd/saslauthd.pid --startas 
/usr/sbin/saslauthd --name saslauthd --  -a pam'
+ case ${1} in
+ echo -n 'Starting SASL Authentication Daemon: '
Starting SASL Authentication Daemon: ++ dpkg-statoverride --list 
/var/run/saslauthd
+ dir='root sasl 710 /var/run/saslauthd'
+ test -z 'root sasl 710 /var/run/saslauthd'
+ createdir root sasl 710 /var/run/saslauthd
+ '[' -d /var/run/saslauthd ']'
+ mkdir -p /var/run/saslauthd
+ chown -c -h root:sasl /var/run/saslauthd
changed ownership of `/var/run/saslauthd' to root:sasl
+ chmod -c 710 /var/run/saslauthd
mode of `/var/run/saslauthd' changed to 0710 (rwx--x---)
+ start-stop-daemon --start --quiet --pidfile 
/var/spool/postfix/var/run/saslauthd/saslauthd.pid --startas 
/usr/sbin/saslauthd --name saslauthd -- -a pam
+ echo saslauthd.


/etc/default/saslauthd file:

#
# Settings for saslauthd daemon
# Please read /usr/share/doc/sasl2-bin/README.Debian for details.
#

# Should saslauthd run automatically on startup? (default: no)
START=yes

# Description of this saslauthd instance. Recommended.
# (suggestion: SASL Authentication Daemon)
DESC=SASL Authentication Daemon

# Short name of this saslauthd instance. Strongly recommended.
# (suggestion: saslauthd)
NAME=saslauthd

# Which authentication mechanisms should saslauthd use? (default: pam)
#
# Available options in this Debian package:
# getpwent  -- use the getpwent() library function
# kerberos5 -- use Kerberos 5
# pam   -- use PAM
# rimap -- use a remote IMAP server
# shadow-- use the local shadow password file
# sasldb-- use the local sasldb database file
# ldap  -- use LDAP (configuration is in /etc/saslauthd.conf)
#
# Only one option may be used at a time. See the saslauthd man page
# for more information.
#
# Example: MECHANISMS=pam
MECHANISMS=pam

# Additional options for this mechanism. (default: none)
# See the saslauthd man page for information about mech-specific options.
MECH_OPTIONS=

# How many saslauthd processes should we run? (default: 5)
# A value of 0 will fork a new process for each connection.
THREADS=5

# Other options (default: -c -m /var/run/saslauthd)
# Note: You MUST specify the -m option or saslauthd won't run!
#
# See /usr/share/doc/sasl2-bin/README.Debian for Debian-specific information.
# See the saslauthd man page for general information about these options.
#
# Example for postfix users: -c -m /var/spool/postfix/var/run/saslauthd
#OPTIONS=-c -m /var/run/saslauthd
OPTIONS=-c -m /var/spool/postfix/var/run/saslauthd -r

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

-- 
saslauthd run control script not using OPTIONS from /etc/default/saslauthd
https://bugs.launchpad.net/bugs/244568
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 207791] Re: winbind forgets uid/name gid/name mappings in regulary periods

2008-10-17 Thread wiggles
I'm having similar issues with RHEL and CentOS as well.

In my logs, I'm seeing messages like this, over and over again, every 10
minutes.  It makes me wonder if this is part of the problem:

[2008/10/15 20:26:44, 0] lib/util_sid.c:string_to_sid(242)
  string_to_sid: Sid S-0-0 is not in a valid format.


** Also affects: samba (CentOS)
   Importance: Undecided
   Status: New

-- 
winbind forgets uid/name gid/name mappings in regulary periods
https://bugs.launchpad.net/bugs/207791
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 285069] [NEW] openldap liblber and active directory

2008-10-17 Thread xian
Public bug reported:

Binary package hint: libnss-ldap

When using libnss_ldap to connect to active directory with rfc2307
attributes, I occasionally get the error:

id: /build/buildd/openldap-2.4.11/libraries/liblber/sockbuf.c:88:
ber_sockbuf_ctrl: Assertion `sb != ((void *)0)' failed.

on an upgraded build on intrepid. I recieved the same error on hardy
with a slightly decremented openldap version number. This bug also seems
to be in debian 425808 but with little activity.

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

-- 
openldap liblber and active directory
https://bugs.launchpad.net/bugs/285069
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap in ubuntu.

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


[Bug 284744] Re: should depend on libopenssl-ruby

2008-10-17 Thread Mathias Gug
** Changed in: ec2-ami-tools (Ubuntu)
 Assignee: (unassigned) = Mathias Gug (mathiaz)

-- 
should depend on libopenssl-ruby
https://bugs.launchpad.net/bugs/284744
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-ami-tools in ubuntu.

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


[Bug 253999] Re: nut with Tripplite UPS fills logs and console with on battery and on line power messages

2008-10-17 Thread Jamie Strandboge
Sorry for the delay. I wasn't sure it was nut after all and did various
tests. I tried 1.4.3-2 compiled on hardy and still got the warnings, and
then today the ups died. I think this bug can safely be closed.

-- 
nut with Tripplite UPS fills logs and console with on battery and on line 
power messages
https://bugs.launchpad.net/bugs/253999
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 253999] Re: nut with Tripplite UPS fills logs and console with on battery and on line power messages

2008-10-17 Thread Jamie Strandboge
Marking Invalid for now. If I have problems after replacing the
batteries, I'll reopen. Thanks!

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

-- 
nut with Tripplite UPS fills logs and console with on battery and on line 
power messages
https://bugs.launchpad.net/bugs/253999
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 244568] Re: saslauthd run control script not using OPTIONS from /etc/default/saslauthd

2008-10-17 Thread IanW
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. We were wondering is this still an issue
for you? Can you try with latest Ubuntu release? Thanks in advance.

** Changed in: postfix (Ubuntu)
Sourcepackagename: None = postfix

-- 
saslauthd run control script not using OPTIONS from /etc/default/saslauthd
https://bugs.launchpad.net/bugs/244568
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 244568] Re: saslauthd run control script not using OPTIONS from /etc/default/saslauthd

2008-10-17 Thread Scott Kitterman
Please follow the Ubuntu documentation here:
https://help.ubuntu.com/8.04/serverguide/C/postfix.html and after you've
set up per that documentation, let us know if there is still a problem.

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

-- 
saslauthd run control script not using OPTIONS from /etc/default/saslauthd
https://bugs.launchpad.net/bugs/244568
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 284744] Re: should depend on libopenssl-ruby

2008-10-17 Thread Mathias Gug
** Changed in: ec2-ami-tools (Ubuntu)
   Status: New = Fix Committed

-- 
should depend on libopenssl-ruby
https://bugs.launchpad.net/bugs/284744
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-ami-tools in ubuntu.

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


[Bug 219527] Re: Username completion crashes with libnss-ldap

2008-10-17 Thread Matthias Klose
** Also affects: openldap (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Username completion crashes with libnss-ldap
https://bugs.launchpad.net/bugs/219527
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 267932] Re: Panel Launcher Crashes when Network File is Opened

2008-10-17 Thread IanW
** Changed in: samba (Ubuntu)
Sourcepackagename: None = samba

-- 
Panel Launcher Crashes when Network File is Opened
https://bugs.launchpad.net/bugs/267932
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 267932] Re: Panel Launcher Crashes when Network File is Opened

2008-10-17 Thread Chuck Short
** Changed in: gnome-panel (Ubuntu)
Sourcepackagename: samba = gnome-panel

-- 
Panel Launcher Crashes when Network File is Opened
https://bugs.launchpad.net/bugs/267932
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 284807] Re: Network is unreachable

2008-10-17 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 274069 ***
https://bugs.launchpad.net/bugs/274069

I'll talk with the dev about this issue, the mtu parameter has been
reenabled in Intrepid in dhcp3-client 3.1.1-1ubuntu1, and there are some
reports about network problems since then

For your reference, here is the relevant part of the changelog:
- debian/dhclient.conf: Get the interface-mtu parameter again. Previous
  Ubuntu versions ignored it because of broken old DHCP servers which hand
  out the wrong value. (LP#61989) However, this breaks correct and
  deliberately sent non-default values, which is a bigger pain. If this is
  still an issue, a better fix is to discard unplausibly low values only.


I'm marking this report duplicates of bug 274069 .

Thanks for your help to make Ubuntu better !

-- 
Network is unreachable
https://bugs.launchpad.net/bugs/284807
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 227848] Re: boot order wrong for iscsi

2008-10-17 Thread Etienne Goyer
I forgot to mention that the bit of code to add to open-iscsi init
script is from the Debian open-iscsi 2.0.869 package in unstable.  So,
we will get it for jaunty in the next sync anyway.

-- 
boot order wrong for iscsi
https://bugs.launchpad.net/bugs/227848
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 257682] Re: dig compiled without -DDIG_SIGCHASE!

2008-10-17 Thread Jamie Strandboge
Today I noticed that libdns35 ended up in universe:

Get:1 http://archive.ubuntu.com hardy-proposed/main libisc35 1:9.4.2.dfsg.P2-2 
[139kB]
Get:2 http://archive.ubuntu.com hardy-proposed/main bind9 1:9.4.2.dfsg.P2-2 
[283kB]
Get:3 http://archive.ubuntu.com hardy-proposed/main libisccc30 
1:9.4.2.dfsg.P2-2 [24.9kB]
Get:4 http://archive.ubuntu.com hardy-proposed/main libisccfg30 
1:9.4.2.dfsg.P2-2 [44.9kB]
Get:5 http://archive.ubuntu.com hardy-proposed/main liblwres30 
1:9.4.2.dfsg.P2-2 [43.0kB]
Get:6 http://archive.ubuntu.com hardy-proposed/universe libdns35 
1:9.4.2.dfsg.P2-2 [550kB]
Get:7 http://archive.ubuntu.com hardy-proposed/main libbind9-30 
1:9.4.2.dfsg.P2-2 [27.4kB]
Get:8 http://archive.ubuntu.com hardy-proposed/main bind9-host 
1:9.4.2.dfsg.P2-2 [60.2kB]
Get:9 http://archive.ubuntu.com hardy-proposed/main dnsutils 1:9.4.2.dfsg.P2-2 
[144kB]
Get:10 http://archive.ubuntu.com hardy-proposed/main bind9-doc 
1:9.4.2.dfsg.P2-2 [240kB]

While this is ok (I guess) for testing hardy-proposed, this will need to
be adjusted when going to hardy-updates.

-- 
dig compiled without -DDIG_SIGCHASE!
https://bugs.launchpad.net/bugs/257682
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 259479] Re: php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()

2008-10-17 Thread Tom Worley
Had this happen a few more times recently, doesn't appear to be fixed
yet. Anyone have any ideas?

-- 
php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()
https://bugs.launchpad.net/bugs/259479
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 259479] Re: php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()

2008-10-17 Thread Tom Worley
Just to add, also happened while running my own php scripts via cron

-- 
php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()
https://bugs.launchpad.net/bugs/259479
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 227613] Re: [SRU] SIGSEGV in bacula-fd

2008-10-17 Thread Sarah Hobbs
** Changed in: bacula (Ubuntu Intrepid)
   Status: Fix Committed = Fix Released

-- 
[SRU] SIGSEGV in bacula-fd
https://bugs.launchpad.net/bugs/227613
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 259479] Re: php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()

2008-10-17 Thread Jovin Joy
A simple moodle setup caused the crash.This also happens on Intrepid.

-- 
php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()
https://bugs.launchpad.net/bugs/259479
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 270351] Re: ssindex crashed with SIGSEGV in g_object_unref()

2008-10-17 Thread Nishith Nand
My experience is similar to what Antoine Pairet reported. No gnumeric or
beagle or tracker running. Only GnomeDo running with file indexing
enabled.

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

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


[Bug 284782] [NEW] x-server does not refresh background and shows random noise background

2008-10-17 Thread nils
Public bug reported:

Running latest intrepid beta on a lenovo x61 tablet laptop,

lspci
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated 
Graphics Controller (rev 0c)

Sometimes when changing windows or desktops the background is not
redrawn and contains random data. Not quite random, sometimes I can make
out other parts of the screen that are very distorted. This is only in
the background, and a click on the background causes a refresh and
everything is fine.

I'm not running any compiz effects (completely turned off) and have
nothing special configured either.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
x-server does not refresh background and shows random noise background
https://bugs.launchpad.net/bugs/284782
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284782] Re: x-server does not refresh background and shows random noise background

2008-10-17 Thread nils

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/18626437/xorg.conf

-- 
x-server does not refresh background and shows random noise background
https://bugs.launchpad.net/bugs/284782
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284740] Re: package linux-image-2.6.27-7-generic 2.6.27-7.10 [modified: lib/modules/2.6.27-7-generic/modules.pcimap lib/modules/2.6.27-7-generic/modules.dep lib/modules/2.6.27-7-generic/modules.i

2008-10-17 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 252900 ***
https://bugs.launchpad.net/bugs/252900

** This bug has been marked a duplicate of bug 252900
   vfat : wubi 8.04.1-rev506 kernel upgrade fails

-- 
package linux-image-2.6.27-7-generic 2.6.27-7.10 [modified: 
lib/modules/2.6.27-7-generic/modules.pcimap 
lib/modules/2.6.27-7-generic/modules.dep 
lib/modules/2.6.27-7-generic/modules.ieee1394map 
lib/modules/2.6.27-7-generic/modules.usbmap 
lib/modules/2.6.27-7-generic/modules.isapnpmap 
lib/modules/2.6.27-7-generic/modules.seriomap 
lib/modules/2.6.27-7-generic/modules.alias 
lib/modules/2.6.27-7-generic/modules.symbols] failed to install/upgrade: unable 
to make backup link of `./boot/vmlinuz-2.6.27-7-generic' before installing new 
version: Operation not permitted
https://bugs.launchpad.net/bugs/284740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 278818] Re: pyserial failed to upgrade : pycentral pkginstall: not overwriting local files

2008-10-17 Thread Jean-Baptiste Lallement
Can you please provide the output of the
following command?

sudo pycentral -v pkginstall python-serial

Thanks!

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

-- 
pyserial failed to upgrade : pycentral pkginstall: not overwriting local 
files 
https://bugs.launchpad.net/bugs/278818
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274124] Re: Race condition in pulseaudio loading for GNOME session

2008-10-17 Thread Steve Langasek
** Changed in: pulseaudio (Ubuntu Intrepid)
   Status: Incomplete = Confirmed
   Target: None = ubuntu-8.10

-- 
Race condition in pulseaudio loading for GNOME session
https://bugs.launchpad.net/bugs/274124
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272909] Re: dasher crashes when setting some preferences

2008-10-17 Thread Elliot Foster
Here's the english version (problem occurs when trying to change the
speed of the movement)

 $ dasher
** Message: Glade file is: /usr/share/dasher/dasher.traditional.glade
Adding lock Training Dasher
Releasing Lock
** Message: 1
** Message: 2

** (dasher:23608): WARNING **: AT_SPI_REGISTRY was not started at
session startup.

** (dasher:23608): WARNING **: Could not locate registry
** Message: Could not initialise SPI - accessibility options disabled
Segmentation fault

-- 
dasher crashes when setting some preferences
https://bugs.launchpad.net/bugs/272909
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 255658] Re: disk-manager crashed with IOError in copyfile()

2008-10-17 Thread Brian Murray
** Visibility changed to: Public

** Changed in: disk-manager (Ubuntu)
   Importance: Undecided = High
   Status: New = Triaged
   Target: None = ubuntu-8.10

-- 
disk-manager crashed with IOError in copyfile()
https://bugs.launchpad.net/bugs/255658
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 162835] Re: Window top bar and side borders dissapear on Open Office Calc

2008-10-17 Thread TylerJ
I installed the OpenOffice.org 3.0 beta today along with the old
version, and it encountered a problem when I tried to install
openoffice.org3.0-debian-menus_3.0-9354_all (because of a conflict
with two OpenOffice.org 2.4.1-1 files). I did a dpkg -i --force-all
openoffice.org3.0-debian-menus_3.0-9354_all.deb instead, and after that
succeeded, I had three broken packages: openoffice.org-common
(1:2.4.1-1ubuntu2) , openoffice.org-core (1:2.4.1-1ubuntu2) and
openoffice.org3.0-debian-menus_3.0-9354_all

This is the history log for the problem I had and the reinstallations I
did (all three were marked as broken after the installation of
openoffice.org3.0-debian-menus_3.09354:

Commit Log for Thu Oct 16 11:31:53 2008


Completely removed the following packages:
openoffice.org-debian-menus

Reinstalled the following packages:
openoffice.org-common (1:2.4.1-1ubuntu2)
openoffice.org-core (1:2.4.1-1ubuntu2)

And after that, it would appear that everything is working fine in both
OpenOffice.org 2.4 and OpenOffice.org 3.0.

-- 
Window top bar and side borders dissapear on Open Office Calc
https://bugs.launchpad.net/bugs/162835
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284781] Re: firefox crashed with SIGSEGV in getenv()

2008-10-17 Thread Apport retracing service
*** This bug is a duplicate of bug 278095 ***
https://bugs.launchpad.net/bugs/278095

** Tags removed: need-i386-retrace

** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/18626394/CoreDump.gz

** Attachment removed: Dependencies.txt

   http://launchpadlibrarian.net/18626395/Dependencies.txt

** Attachment removed: Disassembly.txt

   http://launchpadlibrarian.net/18626396/Disassembly.txt

** Attachment removed: Stacktrace.txt

   http://launchpadlibrarian.net/18626401/Stacktrace.txt

** Attachment removed: ProcMaps.txt

   http://launchpadlibrarian.net/18626398/ProcMaps.txt

** Attachment removed: ProcStatus.txt

   http://launchpadlibrarian.net/18626399/ProcStatus.txt

** Attachment removed: ThreadStacktrace.txt

   http://launchpadlibrarian.net/18626402/ThreadStacktrace.txt

** Attachment removed: Registers.txt

   http://launchpadlibrarian.net/18626400/Registers.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 278095
   seahorse crashed when starting firefox 3.0.3

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

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


[Bug 284502] Re: i cant log into my system

2008-10-17 Thread jay
** Changed in: edubuntu-addon-meta (Ubuntu)
Sourcepackagename: None = edubuntu-addon-meta
 Assignee: (unassigned) = 42 development team (42dev)

** Changed in: edubuntu-addon-meta (Ubuntu)
 Assignee: 42 development team (42dev) = A-Team (a-team)

** Changed in: edubuntu-addon-meta (Ubuntu)
 Assignee: A-Team (a-team) = 3buntu Team (general.3buntu.team)

-- 
i cant log into my system
https://bugs.launchpad.net/bugs/284502
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284772] Re: LicenseTagger segfaults: python2.5 crashed with SIGSEGV in strcmp()

2008-10-17 Thread Matthias Klose
** Changed in: tracker (Ubuntu)
Sourcepackagename: python2.5 = tracker

-- 
LicenseTagger segfaults: python2.5 crashed with SIGSEGV in strcmp()
https://bugs.launchpad.net/bugs/284772
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272232] Re: passwd - passwords do not match but updated successfully

2008-10-17 Thread Dustin Kirkland
Steve-

Your patch fixes at least one of the problems (given two non-matching
passwords).

It still has the same problem if you a) enter an empty password 6 times,
or b) enter a too simple password 6 times in a row.

Per discussion in IRC, I added an additional check to ensure that the
new_password is not the empty string (which is subtlely different from
the new_password == NULL check).

The attached patch includes the fix for bug #272232, as well as bug
#283477.

I have a test package in my PPA.  Any testing feedback from the
community would be much appreciated.

:-Dustin

** Attachment added: ecryptfs-utils.272232.debdiff
   http://launchpadlibrarian.net/18626473/ecryptfs-utils.272232.debdiff

-- 
passwd - passwords do not match but updated successfully
https://bugs.launchpad.net/bugs/272232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284785] [NEW] Several games don't display fonts

2008-10-17 Thread Luis Jorge
Public bug reported:

Binary package hint: tremulous

Tremulous and several other games don't display text and menu graphics 
correctly. Usage of this games is impossible, due to unreadable menu items. 
It's even difficult to exit the games. Games that I've tested with this 
problem: Tremulous, Nexuiz, OpenArena, Metal Blob Solid (which shows a 
FONT_ERROR message where there should be some menu options).
Using Ubuntu 8.10 Intrepid beta, on a Dell Inspiron 1525 laptop. 
This didn't happen in 8.04 with the same hardware.

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

-- 
Several games don't display fonts
https://bugs.launchpad.net/bugs/284785
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284784] [NEW] wmv files cannot be played

2008-10-17 Thread Django
Public bug reported:

Binary package hint: totem

Totem shows the following error when I try to play certain files from a
mounted ISO.

**
An Error Occured

The playback of this movie requires the following decoders which are not
installed:

video/x-asf-unknown decoder
Windows Media Speech decoder

**

** Affects: totem (Ubuntu)
 Importance: Undecided
 Status: Incomplete

-- 
wmv files cannot be played
https://bugs.launchpad.net/bugs/284784
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284784] Re: wmv files cannot be played

2008-10-17 Thread Django

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/18626517/Screenshot.png

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

-- 
wmv files cannot be played
https://bugs.launchpad.net/bugs/284784
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 283854] Re: GFS2 Error while cp

2008-10-17 Thread hal
** Description changed:

  Ubuntu 8.04 - 2.6.24-19-generic
  
  When copying files from or to the GFS2 volume often the gfs2 starts to look 
empty.
  Reboot required to recover.
   
  log says:
  
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778454] GFS2: fsid=nas:userhomes.0: 
warning: assertion gl-gl_state != LM_ST_UNLOCKED failed
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778457] GFS2: fsid=nas:userhomes.0:   
function = gfs2_glock_drop_th, file = 
/build/buildd/linux-2.6.24/fs/gfs2/glock.c, line = 935
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778463] Pid: 5114, comm: glock_workqueue 
Not tainted 2.6.24-19-generic #1
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778466] 
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778467] Call Trace:
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778475]  [do_writepages+0x2b/0x40] 
do_writepages+0x2b/0x40
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778509]  
[gfs2:gfs2_assert_warn_i+0x98/0xc0] :gfs2:gfs2_assert_warn_i+0x98/0xc0
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778530]  
[gfs2:gfs2_glock_drop_th+0x108/0x1a0] :gfs2:gfs2_glock_drop_th+0x108/0x1a0
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778546]  [gfs2:xmote_bh+0x20a/0x3c0] 
:gfs2:xmote_bh+0x20a/0x3c0
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778565]  [gfs2:run_queue+0x208/0x250] 
:gfs2:run_queue+0x208/0x250
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778582]  [gfs2:glock_work_func+0x41/0x70] 
:gfs2:glock_work_func+0x41/0x70
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778598]  [gfs2:glock_work_func+0x0/0x70] 
:gfs2:glock_work_func+0x0/0x70
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778604]  [run_workqueue+0xcc/0x170] 
run_workqueue+0xcc/0x170
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778608]  [worker_thread+0x0/0x110] 
worker_thread+0x0/0x110
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778615]  [worker_thread+0x0/0x110] 
worker_thread+0x0/0x110
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778620]  [worker_thread+0xa3/0x110] 
worker_thread+0xa3/0x110
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778626]  [80253a00] 
autoremove_wake_function+0x0/0x30
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778632]  [worker_thread+0x0/0x110] 
worker_thread+0x0/0x110
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778638]  [worker_thread+0x0/0x110] 
worker_thread+0x0/0x110
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778642]  [kthread+0x4b/0x80] 
kthread+0x4b/0x80
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778649]  [child_rip+0xa/0x12] 
child_rip+0xa/0x12
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778661]  [kthread+0x0/0x80] 
kthread+0x0/0x80
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778666]  [child_rip+0x0/0x12] 
child_rip+0x0/0x12
  Oct 14 08:34:58 NAS1 kernel: [ 2091.778671]
+ 
+ 
+ P.S. Looks like this happens most often when GFS2 is mounted with quota=on 
and is exported via NFS and is written by root . It seems that if the user 
writing to the FS is not root there is no problem also if mounted without quota 
there is no problem too

-- 
GFS2 Error while cp
https://bugs.launchpad.net/bugs/283854
You received this bug notification because you are a member of 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 280891] Re: package grub failed to install/upgrade: creating hard link `/boot/last-good-boot.tmp/vmlinuz' = `/boot/vmlinuz-2.6.27-6-generic': Operation not permitted

2008-10-17 Thread MichaelSmith22
Hi there,

The filesystem was FAT32. Unfortunately I cannot provide anymore  
information as the HD was reformatted and Ubuntu 8.0.4 which  
reinstalled fine.

Thank you
Michael

On 16 Oct 2008, at 21:31,Jean-Baptiste Lallement [EMAIL PROTECTED] 
  wrote:

 What is the type of the filesystem on which /boot is ?

 Can you please provide the output of the following command:
 $ mount

 Thanks.

 ** Summary changed:

 - package grub 0.97-29ubuntu37 failed to install/upgrade: subprocess  
 post-installation script returned error exit status 1
 + package grub failed to install/upgrade: creating hard link `/boot/ 
 last-good-boot.tmp/vmlinuz' = `/boot/vmlinuz-2.6.27-6-generic':  
 Operation not permitted

 ** Changed in: grub (Ubuntu)
 Sourcepackagename: None = grub

 -- 
 package grub failed to install/upgrade: creating hard link `/boot/ 
 last-good-boot.tmp/vmlinuz' = `/boot/vmlinuz-2.6.27-6-generic':  
 Operation not permitted
 https://bugs.launchpad.net/bugs/280891
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “grub” source package in Ubuntu: Incomplete

 Bug description:
 E: /var/cache/apt/archives/memtest86+_2.01-1ubuntu2_amd64.deb:  
 unable to make backup link of `./boot/memtest86+.bin' before  
 installing new version

 ProblemType: Package
 Architecture: amd64
 DistroRelease: Ubuntu 8.10
 ErrorMessage: subprocess post-installation script returned error  
 exit status 1
 NonfreeKernelModules: nvidia
 Package: grub 0.97-29ubuntu37
 SourcePackage: grub
 Title: package grub 0.97-29ubuntu37 failed to install/upgrade:  
 subprocess post-installation script returned error exit status 1
 Uname: Linux 2.6.27-6-generic x86_64

-- 
package grub failed to install/upgrade: creating hard link 
`/boot/last-good-boot.tmp/vmlinuz' = `/boot/vmlinuz-2.6.27-6-generic': 
Operation not permitted 
https://bugs.launchpad.net/bugs/280891
You received this bug notification because you are a member of 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 157941] Re: Full screen mode in AisleRiot will not return to normal mode

2008-10-17 Thread palz
Sorry to take so long to reply.
I tried upgrading to 8.04, but that did not change the problem. I decided to
do a clean install.
When I installed Ubuntu 8.04 with clean install I have not had the issue
reoccur.
Thank you for your time and efforts.
Regards,
Paula

On Fri, Aug 29, 2008 at 6:58 AM, Pedro Villavicencio
[EMAIL PROTECTED]wrote:

 closing the bug if that's not an issue, thanks.

 ** Changed in: gnome-games (Ubuntu)
Status: Incomplete = Invalid

 --
 Full screen mode in AisleRiot will not return to normal mode
 https://bugs.launchpad.net/bugs/157941
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Full screen mode in AisleRiot will not return to normal mode 
https://bugs.launchpad.net/bugs/157941
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284787] [NEW] string in deutsch

2008-10-17 Thread utodeb
Public bug reported:

Hello,

This string is in deutsch :
https://translations.launchpad.net/ubuntu/intrepid/+source/app-install-
data-ubuntu/+pots/app-install-data/fr/3286/+translate.

It's normal ?

++

Description:Ubuntu intrepid (development branch)
Release:8.10

apt-cache policy app-install-data
app-install-data:
  Installé : 0.6.10
  Candidat : 0.6.10
  Table de version :
 *** 0.6.10 0
500 http://archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

** Affects: app-install-data-ubuntu (Ubuntu)
 Importance: Undecided
 Status: New

-- 
string in deutsch
https://bugs.launchpad.net/bugs/284787
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 281072] Re: Shutdown and logout icons are missing in IBEX!

2008-10-17 Thread Andrew
could this bug be the same as this one?

https://bugs.launchpad.net/ubuntu/+source/gnome-icon-theme/+bug/278033

I'm not sure if these two bugs are the same or not.

-- 
Shutdown and logout icons are missing in IBEX!
https://bugs.launchpad.net/bugs/281072
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284786] Re: icedove-nostalgy: Depends: icedove (= 1.5) but it is not installable

2008-10-17 Thread fabrice_sp

** Attachment added: icedove-nostalgy_0.2.15+svn131-1ubuntu1.debdiff
   
http://launchpadlibrarian.net/18626590/icedove-nostalgy_0.2.15%2Bsvn131-1ubuntu1.debdiff

** Changed in: icedove-nostalgy (Ubuntu)
   Status: New = Confirmed

-- 
icedove-nostalgy: Depends: icedove (= 1.5) but it is not installable
https://bugs.launchpad.net/bugs/284786
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284786] [NEW] icedove-nostalgy: Depends: icedove (= 1.5) but it is not installable

2008-10-17 Thread fabrice_sp
Public bug reported:

Binary package hint: icedove-nostalgy

icedove-nostalgy is not installable as it depends on icedove

icedove references has to be changed to thunderbird

** Affects: icedove-nostalgy (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
icedove-nostalgy: Depends: icedove (= 1.5) but it is not installable
https://bugs.launchpad.net/bugs/284786
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284786] Re: icedove-nostalgy: Depends: icedove (= 1.5) but it is not installable

2008-10-17 Thread fabrice_sp
changelog with reference to bug nº

** Attachment added: icedove-nostalgy_0.2.15+svn131-1ubuntu1.debdiff
   
http://launchpadlibrarian.net/18626632/icedove-nostalgy_0.2.15%2Bsvn131-1ubuntu1.debdiff

** Attachment removed: icedove-nostalgy_0.2.15+svn131-1ubuntu1.debdiff

   http://launchpadlibrarian.net/18626590/icedove-
nostalgy_0.2.15%2Bsvn131-1ubuntu1.debdiff

-- 
icedove-nostalgy: Depends: icedove (= 1.5) but it is not installable
https://bugs.launchpad.net/bugs/284786
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 284785] Re: Several games don't display fonts

2008-10-17 Thread Luis Jorge
I attach a couple of screenshots from Tremulous. There should be menu
items at the top right corner of the game screen, but they can't be
seen. I believe the second screenshot is from the game server selection,
so there should be a lot of text there as well.

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/18626624/Screenshot.png

-- 
Several games don't display fonts
https://bugs.launchpad.net/bugs/284785
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284785] Re: Several games don't display fonts

2008-10-17 Thread Luis Jorge

** Attachment added: Screenshot-1.png
   http://launchpadlibrarian.net/18626625/Screenshot-1.png

-- 
Several games don't display fonts
https://bugs.launchpad.net/bugs/284785
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 278033] Re: inode-directory.svg/.png files break other icon themes

2008-10-17 Thread Andrew
Is my bug report the same as this?

https://bugs.launchpad.net/ubuntu/+source/human-icon-theme/+bug/281072

-- 
inode-directory.svg/.png files break other icon themes
https://bugs.launchpad.net/bugs/278033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284788] [NEW] synaptic hangs with quick search for li

2008-10-17 Thread Yossi Gil
Public bug reported:

Binary package hint: synaptic

Try typing li without the quotes on  the quick search box. Synaptic
will hang...

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/sbin/synaptic
NonfreeKernelModules: nvidia
Package: synaptic 0.62.1ubuntu9
ProcAttrCurrent: unconfined
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: synaptic
Uname: Linux 2.6.27-7-server i686

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


** Tags: apport-bug

-- 
synaptic hangs with quick search for li
https://bugs.launchpad.net/bugs/284788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284788] Re: synaptic hangs with quick search for li

2008-10-17 Thread Yossi Gil

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

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

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

-- 
synaptic hangs with quick search for li
https://bugs.launchpad.net/bugs/284788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284772] Re: LicenseTagger segfaults: python2.5 crashed with SIGSEGV in strcmp()

2008-10-17 Thread Greg Grossmeier
** Changed in: ubuntu
Sourcepackagename: tracker = None

-- 
LicenseTagger segfaults: python2.5 crashed with SIGSEGV in strcmp()
https://bugs.launchpad.net/bugs/284772
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281744] Re: [intrepid]no support for fglrx

2008-10-17 Thread Guybrush88
it also says that the module fglrx doesn't exist and it can't be loaded

-- 
[intrepid]no support for fglrx
https://bugs.launchpad.net/bugs/281744
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 277186] Re: package sun-java6-jre 6-06-0ubuntu1 failed to install/upgrade: dependency problems - leaving unconfigured

2008-10-17 Thread Matthias Klose
 Unpacking sun-java6-jre (from .../sun-java6-jre_6-06-0ubuntu1_all.deb) ...
 sun-dlj-v1-1 license has already been accepted

you didn't accept the license.


** Changed in: sun-java6 (Ubuntu)
   Status: New = Invalid

-- 
package sun-java6-jre 6-06-0ubuntu1 failed to install/upgrade: dependency 
problems - leaving unconfigured
https://bugs.launchpad.net/bugs/277186
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 249090] Re: calc crashes repeatedly; warnings in .xsession-errors

2008-10-17 Thread GercoKees
no, problem seems to be fixed...

-- 
calc crashes repeatedly;  warnings in .xsession-errors
https://bugs.launchpad.net/bugs/249090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 106105] Re: [apport] wvWare crashed with SIGSEGV in strcpy()

2008-10-17 Thread Nishith Nand
Same here. No Documents open. Just came up. Might have something to do
with GnomeDo trying to index all the files.

-- 
[apport] wvWare crashed with SIGSEGV in strcpy()
https://bugs.launchpad.net/bugs/106105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284791] [NEW] adobe reader

2008-10-17 Thread m45smg
Public bug reported:

Binary package hint: firefox-3.0

I set the Firefox open the .pdf use in Adobe reader 8.0(in firefox). But
I download the .pdf file is still using pdf viewer.

ProblemType: Bug
Architecture: i386
Date: Fri Oct 17 14:21:58 2008
DistroRelease: Ubuntu 8.04
NonfreeKernelModules: ath_hal
Package: firefox-3.0 3.0.3+build1+nobinonly-0ubuntu0.8.04.1
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=zh_TW.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.24-21-generic i686

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

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

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


[Bug 284791] Re: adobe reader

2008-10-17 Thread m45smg

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

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/18626725/ExtensionSummary.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/18626726/profiles.ini.txt

-- 
adobe reader
https://bugs.launchpad.net/bugs/284791
You received this bug notification because you are a member of 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 281126] Re: Can't move window from one desk to another

2008-10-17 Thread Nigel Wakefield
The problem is still there. It is not specific to Open Office, it applies to
all apps.
I have just updated today, 17th October, and am currently running 8.04. I
assume the update to 8.10 will be available soon.


On Thu, Oct 16, 2008 at 8:58 PM, Chris Cheney [EMAIL PROTECTED] wrote:

 Do you still have this problem with openoffice.org 1:2.4.1-11ubuntu2 in
 Ubuntu 8.10?

 I tried it and it works for me.

 --
 Can't move window from one desk to another
 https://bugs.launchpad.net/bugs/281126
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in openoffice.org source package in Ubuntu: Incomplete

 Bug description:
 Binary package hint: openoffice.org

 Can't move window from one desk to another despite  clic to start
 dragging instruction. . Currently running Ubuntu 8.04.1 and updated 8th
 October 2008. Worked O.K. in previous Ubuntu.

 ProblemType: Bug
 Architecture: i386
 Date: Fri Oct 10 08:17:40 2008
 DistroRelease: Ubuntu 8.04
 Package: openoffice.org-core 1:2.4.1-1ubuntu2
 PackageArchitecture: i386
 ProcEnviron:

  
 PATH=/usr/lib/openoffice/program:/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/real/RealPlayer
  LANG=en_ZA.UTF-8
  SHELL=/bin/bash
 SourcePackage: openoffice.org
 Uname: Linux 2.6.24-19-generic i686


-- 
Can't move window from one desk to another
https://bugs.launchpad.net/bugs/281126
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 275044] Re: gksu[6457]: segfault at 7fc11dc19008 ip 00007fc12899a538 sp 00007fff30dbb9d0 error 4 in libgksu2.so.0.0.2[7fc12898d000+11000]

2008-10-17 Thread surfed
i did not even know about /var/crash... crash report attached.

** Attachment added: _usr_bin_gksu.1000.crash
   http://launchpadlibrarian.net/18626727/_usr_bin_gksu.1000.crash

-- 
gksu[6457]: segfault at 7fc11dc19008 ip 7fc12899a538 sp 7fff30dbb9d0 
error 4 in libgksu2.so.0.0.2[7fc12898d000+11000]
https://bugs.launchpad.net/bugs/275044
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 83587] Re: HP ScanJet 5300C doesn't work

2008-10-17 Thread miguelquiros
Patricio:
The scanimage reply shows that the device is detected and its permissions are 
properly set. From here, I do not know what the problem might be. For me, xsane 
worked fine when reaching this point.
Perpahs you may try scanning something from the console with
scanimage -v whatever.png
And check the error messages that surely will show up to see if they give you 
any clue. It might be some wrong configuration file somewhere.
Other possibility is to create a brand new user (with permission for using the 
scanner, of course) and try to use the scanner from this new user with the 
security of not having any user stale wrong configuration file hanging around.
Sorry I cannot help you any more on this.

bhmb:
In your case, the screenshot only showed the end of the messages. Anyway, it is 
enough to see that sane-find-scanner does find the scanner but the user 
bb-laptop has no permission to use it. Firstly, please check that the user 
bb-laptop does belong to the group scanner:
cat /etc/group | grep scanner
The user bb-laptop should appear in the reply. If not, go to the users-admin 
utility, edit the user bb-laptop, check his privileges and set permission to 
use the scanner.
If bb-laptop already belongs to the scanner group, check the properties of the 
scanner device by typing:
sane-find-scanner
and then
 ls -al /dev/bus/usb/001/002 (where you must replace 001 and 002 by the 
numbers obtained with the previous sane-find-scanner command)
The device node should belong to the group scanner

-- 
HP ScanJet 5300C doesn't work
https://bugs.launchpad.net/bugs/83587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284795] Re: simple-restore-gnome.py crashed with KeyError in show_dir()

2008-10-17 Thread nofxy
*** This bug is a duplicate of bug 231619 ***
https://bugs.launchpad.net/bugs/231619


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

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

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

** Attachment added: Traceback.txt
   http://launchpadlibrarian.net/18626826/Traceback.txt

** Visibility changed to: Public

-- 
simple-restore-gnome.py crashed with KeyError in show_dir()
https://bugs.launchpad.net/bugs/284795
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284792] Re: compiz.real crashed with SIGSEGV

2008-10-17 Thread Apport retracing service
*** This bug is a duplicate of bug 277906 ***
https://bugs.launchpad.net/bugs/277906

** Tags removed: need-amd64-retrace

** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/18626728/CoreDump.gz

** Attachment removed: Disassembly.txt

   http://launchpadlibrarian.net/18626730/Disassembly.txt

** Attachment removed: Registers.txt

   http://launchpadlibrarian.net/18626733/Registers.txt

** Attachment removed: ProcMaps.txt

   http://launchpadlibrarian.net/18626731/ProcMaps.txt

** Attachment removed: Dependencies.txt

   http://launchpadlibrarian.net/18626729/Dependencies.txt

** Attachment removed: ProcStatus.txt

   http://launchpadlibrarian.net/18626732/ProcStatus.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 277906
   crashed when double-clicking update manager icon

-- 
compiz.real crashed with SIGSEGV
https://bugs.launchpad.net/bugs/284792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 96303] Re: Please remove and blacklist emile

2008-10-17 Thread Daniel Holbach
** Summary changed:

- [UNMETDEPS] emile has unmet dependencies
+ Please remove and blacklist emile

** Description changed:

+ The emile source package 
+   Build-Depends-Indep: gcc-3.4-m68k-linux-gnu [!m68k]
+ which is not available in Ubuntu.
  
- -BEGIN PGP SIGNED MESSAGE-
- Hash: SHA1
- 
-  affects distros/ubuntu/emile
-  status confirmed
-  subscribe motu
- 
- 
- text:
- A run of 
-   LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | grep
-   -v dbgsym | sort -u | xargs apt-cache showsrc | grep ^Directory |
-   sed 's/Package\:\ //g' | grep verse | cut -d'/' -f4
- indicates that the source package emile has binary packages that are not 
- installable at the moment.
- 
- Please have a look and make sure it's installable again.
- 
- 
-   
- -BEGIN PGP SIGNATURE-
- Version: GnuPG v1.4.6 (GNU/Linux)
- 
- iD8DBQFGB5USr3O2CKlAUK8RApFHAJ9UzoEYtj+H61jLYxASo3GxBM4xNwCgg/2p
- 7arTU0KjzbZtw13ueHOX/bM=
- =ajR8
- -END PGP SIGNATURE-
+ Please remove and blacklist emile.

-- 
Please remove and blacklist emile
https://bugs.launchpad.net/bugs/96303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284796] [NEW] Kernel 2.6.24-21-openvz agpgart.ko Invalid module format - fglrx does not work

2008-10-17 Thread DaKine
Public bug reported:

Binary package hint: linux-ubuntu-modules-2.6.24-21-openvz

Since yesterday I am not able to use the openvz Kernel 2.6.24-21-openvz with my 
ATI Card.
modprobe fglrx reports me an error:

FATAL: Error inserting agpgart
(/lib/modules/2.6.24-21-openvz/ubuntu/char/intel-agp-ich9m/agpgart.ko):
Invalid module format

With Kernel 2.6.24-21-generic everything is OK.

Ubuntu 8.04.1
linux-image-2.6.24-21-openvz
linux-image-2.6.24-21-generic
linux-restricted-modules-2.6.24-21-openvz
linux-restricted-modules-2.6.24-21-generic

** Affects: linux-ubuntu-modules-2.6.24 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Kernel 2.6.24-21-openvz agpgart.ko Invalid module format - fglrx does not work
https://bugs.launchpad.net/bugs/284796
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284795] Re: simple-restore-gnome.py crashed with KeyError in show_dir()

2008-10-17 Thread Apport retracing service
*** This bug is a duplicate of bug 231619 ***
https://bugs.launchpad.net/bugs/231619

** Tags removed: need-duplicate-check

** Attachment removed: ProcStatus.txt

   http://launchpadlibrarian.net/18626825/ProcStatus.txt

** Attachment removed: Dependencies.txt

   http://launchpadlibrarian.net/18626823/Dependencies.txt

** Attachment removed: ProcMaps.txt

   http://launchpadlibrarian.net/18626824/ProcMaps.txt

** This bug has been marked a duplicate of bug 231619
   loading backup

-- 
simple-restore-gnome.py crashed with KeyError in show_dir()
https://bugs.launchpad.net/bugs/284795
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 283790] Re: no sound after update to 2.6.24-21-generic

2008-10-17 Thread Ian Mayne
dmesg|grep snd provides no output on my computer. Sound works fine with
2.6.24-18. Oh well, I'll keep using that. By the way, a friend of mine
has a computer with virtually the same hardware and the motherboard and
graphics card are exactly the same, but he has sound on kernel
2.6.24-21 - strange.

-- 
no sound after update to 2.6.24-21-generic
https://bugs.launchpad.net/bugs/283790
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 282735] Re: syndaemon crashed with SIGSEGV in XCloseDisplay()

2008-10-17 Thread William Grant
** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = William Grant (wgrant)
   Status: New = In Progress

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

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


[Bug 284617] Re: ipw2200 fail

2008-10-17 Thread Ketil Vestby
# dpkg -l linux-firmware
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  linux-firmware 1.1Firmware for Linux kernel drivers

I found that there have become updates, immediately after reporting.
Since I had this bug on my last two installations, I Reinstalled
Intrepid from scratch, updated, and it works!

Here are my new output from dmesg:
# dmesg|grep ipw2200
[   13.703139] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 
1.2.2kmprq
[   13.703143] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[   13.703224] ipw2200 :02:03.0: PCI INT A - GSI 17 (level, low) - IRQ 17
[   13.719255] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[   13.719310] firmware: requesting ipw2200-bss.fw
[   17.408334] ipw2200: Detected geography ZZD (13 802.11bg channels, 0 802.11a 
channels)

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

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


[Bug 284794] Re: not sure

2008-10-17 Thread Apport retracing service
*** This bug is a duplicate of bug 277906 ***
https://bugs.launchpad.net/bugs/277906

** Tags removed: need-i386-retrace

** Attachment removed: Disassembly.txt

   http://launchpadlibrarian.net/18626769/Disassembly.txt

** Attachment removed: Registers.txt

   http://launchpadlibrarian.net/18626772/Registers.txt

** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/18626767/CoreDump.gz

** Attachment removed: ProcMaps.txt

   http://launchpadlibrarian.net/18626770/ProcMaps.txt

** Attachment removed: ProcStatus.txt

   http://launchpadlibrarian.net/18626771/ProcStatus.txt

** Attachment removed: Dependencies.txt

   http://launchpadlibrarian.net/18626768/Dependencies.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 277906
   crashed when double-clicking update manager icon

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

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


[Bug 284617] Re: ipw2200 fail

2008-10-17 Thread Ketil Vestby
A side effect on some other bug: This one got fixed.

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

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

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


[Bug 204478] Re: Scim Starts Automatically Under KDE4 (Using English Only Language)

2008-10-17 Thread Antoine Pairet
I have a gnome desktop by default and I wanted to try KDE4, so I
installed kubuntu-desktop.

Kde4 was unusable, it tooks more than 4 minutes before seeing the
desktop and it was lagging a lot. I was no able to launch any program.
To understand what was happening, I first logged into tty1 and ran
top, then logged trough GDM on KDE4. What I saw was surprising: There
were about 10 processes called scim-panel-gtk consuming lot of memory
and CPU.

I decided to uninstall scim. Now KDE4 is usable.

scim-bridge-client 
scim-bridge-qt
scim-bridge-qt4
scim-bridge-gtk 

are still present.

-- 
Scim Starts Automatically Under KDE4 (Using English Only Language)
https://bugs.launchpad.net/bugs/204478
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284800] [NEW] Recording doesn't work in Ubuntu 8.10

2008-10-17 Thread Luis Jorge
Public bug reported:

Binary package hint: pulseaudio

Recording doesn't work in any application of Ubuntu 8.10 beta. Using the Sound 
Recorder from Applications--Sound  Video, isn't possible. I'm using the 
microphone embedded in my laptop to test this, and it is properly recognized, 
as I can see the volume being modified if I speak or tap near the microphone 
using the PulseAudio Volume Meter (Capture) from the applications menu. If I 
try to record anything using the Sound Recorder, it doesn't record anything, 
and it says 52 minutes of recording after REALLY recording for 10 seconds. 
Also, the file generated of this recording doesn't have anything recorded. I 
can't use Ekiga either, because it just won't record anything from the 
microphone.
Using Ubuntu 8.10 intrepid beta on a Dell Inspiron 1525 laptop.
This problem didn't happen in Ubuntu 8.04 with the same hardware.

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

-- 
Recording doesn't work in Ubuntu 8.10
https://bugs.launchpad.net/bugs/284800
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284799] [NEW] weather applet crashes on logout

2008-10-17 Thread Bohtont
Public bug reported:

Binary package hint: nautilus

I don't, why but Nautilus is crashed...

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/nautilus
Package: nautilus 1:2.24.0-0ubuntu2
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux 2.6.27-2-generic i686

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


** Tags: apport-bug

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

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


[Bug 284799] Re: weather applet crashes on logout

2008-10-17 Thread Bohtont

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

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

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

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

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


[Bug 284772] Re: LicenseTagger segfaults: python2.5 crashed with SIGSEGV in strcmp()

2008-10-17 Thread Asheesh Laroia
What?  WHAT?

I suck.

-- 
LicenseTagger segfaults: python2.5 crashed with SIGSEGV in strcmp()
https://bugs.launchpad.net/bugs/284772
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274203] Re: Joystick detected as mouse, crashes X

2008-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package xserver-xorg-input-evdev -
1:2.0.99+git20080912-0ubuntu4

---
xserver-xorg-input-evdev (1:2.0.99+git20080912-0ubuntu4) intrepid; urgency=low

  * Cherry-pick commit 7243116f from upstream, Don't post keycodes  255.
(LP: #274203)

 -- Timo Aaltonen [EMAIL PROTECTED]   Thu, 16 Oct 2008 17:37:04
+0300

** Changed in: xserver-xorg-input-evdev (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Joystick detected as mouse, crashes X
https://bugs.launchpad.net/bugs/274203
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 261881] Re: Add romanian translation to openoffice.org

2008-10-17 Thread Jani Monoses
Hi Chris,

in what way are they corrupted? Does the build fail with them?
I thave built OO from Hardy using the first attachment, and created the second 
using the same technique (uuencoded bz2)
somewhat later. Admittedly I have not tried an intrepid build, could it be that 
the process changed?
The current translations in intrepid are not up to date, the romanian team is 
not using LP for them.

thanks
Jani

-- 
Add romanian translation to openoffice.org
https://bugs.launchpad.net/bugs/261881
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 248430] Re: Intermittent out of range error when DVI cable plugged in

2008-10-17 Thread Bryce Harrington
Heya catch,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Incomplete = Invalid

-- 
Intermittent out of range error when DVI cable plugged in
https://bugs.launchpad.net/bugs/248430
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 238770] Re: The Screen is divided 2 parts when rotation to Left or Right.

2008-10-17 Thread Bryce Harrington
Heya Scott,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
The Screen is divided 2 parts when rotation to Left or Right.
https://bugs.launchpad.net/bugs/238770
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 238487] Re: AntStructure task gives NoClassDefFoundError

2008-10-17 Thread Xiaofeng Han
try to download apache net package from http://dev.xiaonei.com/apache-
mirror/commons/net/binaries/commons-net-1.4.1.tar.gz

Unpack it and place the jar file into your ant CLASSPATH, then try
again.

Good luck.

-- 
AntStructure task gives NoClassDefFoundError
https://bugs.launchpad.net/bugs/238487
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 186643] Re: Radeon treiber in Gutsy unterst ützt nicht Grafikkarte Radeon 8500

2008-10-17 Thread Bryce Harrington
We're closing this bug since it is has been some time with no response
from the original reporter. However, if the issue still exists please
feel free to reopen with the requested information. Also, if you could,
please test against the latest development version of Ubuntu, since this
confirms the bug is one we may be able to pass upstream for help.

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Incomplete = Invalid

-- 
Radeon treiber in Gutsy unterstützt nicht Grafikkarte Radeon 8500
https://bugs.launchpad.net/bugs/186643
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 155157] Re: no video overlay on external monitor

2008-10-17 Thread Bryce Harrington
Heya tomek.bury,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Incomplete = Invalid

-- 
no video overlay on external monitor
https://bugs.launchpad.net/bugs/155157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 152304] Re: Xorg crashed with SIGSEGV in xf86SetDGAMode

2008-10-17 Thread Bryce Harrington
Heya rjwellsted,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Incomplete = Invalid

-- 
Xorg crashed with SIGSEGV in xf86SetDGAMode
https://bugs.launchpad.net/bugs/152304
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 99508] Re: Window titlebar displayed not right with compiz enabled

2008-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package human-theme - 0.28.2

---
human-theme (0.28.2) intrepid; urgency=low

  * Adding work-around for LP: #99508 again

 -- Kenneth Wimer [EMAIL PROTECTED]   Thu, 16 Oct 2008 13:09:59 +0200

** Changed in: human-theme (Ubuntu)
   Status: Triaged = Fix Released

-- 
Window titlebar displayed not right with compiz enabled
https://bugs.launchpad.net/bugs/99508
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 76260] Re: [UNMETDEPS] x11-common conflicts with xxkb, but xxkb depends on x11-common inderectly

2008-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package xxkb - 1.10-2.1build1

---
xxkb (1.10-2.1build1) intrepid; urgency=low

  * Rebuild against updated X ABI (LP: #76260)

 -- Steve Beattie [EMAIL PROTECTED]   Wed, 15 Oct 2008 01:43:50
-0700

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

-- 
[UNMETDEPS] x11-common conflicts with xxkb, but xxkb depends on x11-common 
inderectly
https://bugs.launchpad.net/bugs/76260
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284801] [NEW] [intrepid] Kernel hangs at boot: Loading hardware drivers

2008-10-17 Thread feffemannen
Public bug reported:

When booting my Dell Latitude D620 the kernel (2.6.27.7.10) hangs (needs a 
power-off to come alive again) every so often at the Loading hardware 
drivers. It happens approximately every second boot. 
I'm running a newly installed Ubuntu 8.10, which is updated.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: linux-image-2.6.27-7-generic 2.6.27-7.11 [modified: 
lib/modules/2.6.27-7-generic/modules.pcimap 
lib/modules/2.6.27-7-generic/modules.dep 
lib/modules/2.6.27-7-generic/modules.ieee1394map 
lib/modules/2.6.27-7-generic/modules.usbmap 
lib/modules/2.6.27-7-generic/modules.isapnpmap 
lib/modules/2.6.27-7-generic/modules.inputmap 
lib/modules/2.6.27-7-generic/modules.seriomap 
lib/modules/2.6.27-7-generic/modules.alias 
lib/modules/2.6.27-7-generic/modules.symbols]
ProcCmdLine: root=UUID=b063300e-3cfa-4840-a782-0516e84d89e1 ro quiet splash
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.27-7.11-generic
SourcePackage: linux

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


** Tags: apport-bug

-- 
[intrepid] Kernel hangs at boot: Loading hardware drivers
https://bugs.launchpad.net/bugs/284801
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284801] Re: [intrepid] Kernel hangs at boot: Loading hardware drivers

2008-10-17 Thread feffemannen

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

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

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

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

** Attachment added: LsUsb.txt
   http://launchpadlibrarian.net/18627002/LsUsb.txt

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

** Attachment added: ProcCpuInfo.txt
   http://launchpadlibrarian.net/18627004/ProcCpuInfo.txt

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

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

-- 
[intrepid] Kernel hangs at boot: Loading hardware drivers
https://bugs.launchpad.net/bugs/284801
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284735] Re: jockey-kde crashed with SIGSEGV in free()

2008-10-17 Thread Patrick Kilgore
** Visibility changed to: Public

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

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


[Bug 273451] Re: xorg crash with segfault when opening kde3.5 apps on intrepid

2008-10-17 Thread amir
I've returned to the on board intel x4500hd, and the crushes returned
and I have a back trace of the crush while opening k3b. at your request
I also attached the output of lspci -vvnn. hope it helps. amir

[EMAIL PROTECTED]:~$ lspci -vvnn
00:00.0 Host bridge [0600]: Intel Corporation 4 Series Chipset DRAM Controller 
[8086:2e20] (rev 03)
 
Subsystem: Intel Corporation Device [8086:5002] 
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-   

Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
Latency: 0  
Capabilities: access denied   
Kernel driver in use: agpgart-intel 
Kernel modules: intel-agp   

00:02.0 VGA compatible controller [0300]: Intel Corporation 4 Series Chipset 
Integrated Graphics Controller [8086:2e22] (rev 03) 
   
Subsystem: Intel Corporation Device [8086:5002] 
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-   

Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0  
Interrupt: pin A routed to IRQ 16   
Region 0: Memory at ff40 (64-bit, non-prefetchable) [size=4M]   
Region 2: Memory at d000 (64-bit, prefetchable) [size=256M] 
Region 4: I/O ports at f1c0 [size=8]
Capabilities: access denied   

00:02.1 Display controller [0380]: Intel Corporation 4 Series Chipset 
Integrated Graphics Controller [8086:2e23] (rev 03) 
  
Subsystem: Intel Corporation Device [8086:5002] 
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-   

Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0  
Region 0: Memory at ff80 (64-bit, non-prefetchable) [size=1M]   
Capabilities: access denied   

00:03.0 Communication controller [0780]: Intel Corporation 4 Series Chipset 
HECI Controller [8086:2e24] (rev 03)

Subsystem: Intel Corporation Device [8086:5002] 
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-   

Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0  
Interrupt: pin A routed to IRQ 11   
Region 0: Memory at ff926100 (64-bit, non-prefetchable) [size=16]   
Capabilities: access denied   

00:19.0 Ethernet controller [0200]: Intel Corporation 82567LF-2 Gigabit Network 
Connection [8086:10cd]  
Subsystem: Intel Corporation Device [8086:5002] 
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+   

Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0  
Interrupt: pin A routed to IRQ 222  
Region 0: Memory at ff90 (32-bit, non-prefetchable) [size=128K] 
Region 1: Memory at ff924000 (32-bit, non-prefetchable) [size=4K]   
Region 2: I/O ports at f100 [size=32]   
Capabilities: access denied   
Kernel driver in use: e1000e
   

[Bug 273451] Re: xorg crash with segfault when opening kde3.5 apps on intrepid

2008-10-17 Thread amir
and this is the Xorg.0.log from after the hard restart I had to do

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

-- 
xorg crash with segfault when opening kde3.5 apps on intrepid
https://bugs.launchpad.net/bugs/273451
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 250046] Re: when using scim, selected text is deleted when using kde 4

2008-10-17 Thread Premier
I'm using intrepid without scim installed and as of today I have the
problem reappeared.  (again , no scim installed).

The most irritating thing is the open/save dialogs.  If I want to save a
picture from the internet, I am forced to give it a name or else it will
appear as .jpg in my filesystem.

-- 
when using scim, selected text is deleted when using kde 4
https://bugs.launchpad.net/bugs/250046
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 52685] Re: x11-common installs dup files

2008-10-17 Thread Timo Aaltonen
This should be fixed in intrepid by xorg-1:7.4~2ubuntu1.

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

-- 
x11-common installs dup files
https://bugs.launchpad.net/bugs/52685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 138191] Re: Xorg crashed with SIGSEGV message suddenly popped up while updating my system, still nothing happened.

2008-10-17 Thread Bryce Harrington

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: xorg-server (Ubuntu)
   Status: Incomplete = Invalid

-- 
Xorg crashed with SIGSEGV message suddenly popped up while updating my system, 
still nothing happened.
https://bugs.launchpad.net/bugs/138191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284805] [NEW] (boincmgr:23660): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

2008-10-17 Thread Shirish Agarwal
Public bug reported:

Hi all, 
 boincmgr is running but I'm getting this message on the console (I have fired 
up boincmgr from cli)

(boincmgr:23660): Pango-WARNING **: Invalid UTF-8 string passed to
pango_layout_set_text()

Please lemme know if any more info. is needed.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: boinc-manager 6.2.12-1
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_IN
SourcePackage: boinc
Uname: Linux 2.6.27-7-generic i686

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


** Tags: apport-bug

-- 
(boincmgr:23660): Pango-WARNING **: Invalid UTF-8 string passed to 
pango_layout_set_text()
https://bugs.launchpad.net/bugs/284805
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284805] Re: (boincmgr:23660): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

2008-10-17 Thread Shirish Agarwal

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

-- 
(boincmgr:23660): Pango-WARNING **: Invalid UTF-8 string passed to 
pango_layout_set_text()
https://bugs.launchpad.net/bugs/284805
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284804] Re: elisa crashed with SIGSEGV while attempting to play a DVD.

2008-10-17 Thread dross

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

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

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

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

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

** Visibility changed to: Public

-- 
elisa crashed with SIGSEGV while attempting to play a DVD.
https://bugs.launchpad.net/bugs/284804
You received this bug notification because you are a member of 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   >