[Bug 1694843] [NEW] opendmarc ignores configuration

2017-05-31 Thread Shinji
Public bug reported:

Hi!

I tried to install and configure opendmarc on my Ubuntu 17.04 installation.
But opendmarc ignores the configuration in /etc/opendmarc.conf.

In example I tried to configure "Socket" and/or "UserID" but it will be 
completely ignored!
If I use something like this in /etc/opendmarc.conf

UserID postfix:postfix
Socket inet:12345@localhost

and I restart the service, it is (as stated by 'systemctl status
opendmarc.service') still using the following parameters:

"OpenDMARC Filter v1.3.2 starting (args: -p
local:/var/run/opendmarc/opendmarc.sock -u opendmarc -P
/var/run/openddmarc/opendmarc.pid)"

And no inet socket has been opened.

But if I call

"/usr/sbin/opendmarc -c /etc/opendmarc.conf"

the service seems to work fine and "netstat -lnp|grep opendmarc"
returns:

tcp0  0 127.0.0.1:12345 0.0.0.0:*
LISTEN  6431/opendmarc

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: opendmarc 1.3.2-1
ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
Uname: Linux 4.10.0-20-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
Date: Thu Jun  1 00:03:26 2017
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: opendmarc
UpgradeStatus: Upgraded to zesty on 2017-05-04 (27 days ago)
modified.conffile..etc.default.opendmarc: [deleted]
mtime.conffile..etc.opendmarc.conf: 2017-06-01T00:03:24.796707

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


** Tags: amd64 apport-bug zesty

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

Title:
  opendmarc ignores configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/opendmarc/+bug/1694843/+subscriptions

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


[Bug 1471463] [NEW] WOL is not working with RTL8168

2015-07-04 Thread Shinji
Public bug reported:

Hi!

I am running Ubuntu 15.04 on a ASRock Q1900 motherboard. The board implements a 
Realtek 8168 LAN chip.
And it seems to me that an many  years old bug still exists in the newest 
release.

I cannot get WOL working with this LAN chip. 
If I call /sbin/ethtool -s p2p1 wol g on shutdown I cannot wake up the server 
by sending magic packages.

Every time I shut down the server I have to call

/sbin/ethtool -s p2p1 wol g
/usr/sbin/pci-config -B 3 -# 1 -S

to activate WOL.

But after installing the official Realtek drivers
(0002-r8168-8.040.00.tar.bz2) it works like a charm without using the
pci-config work around!!

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

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

Title:
  WOL is not working with RTL8168

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/r8168/+bug/1471463/+subscriptions

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


[Bug 1309383] Re: error trying do-release-upgrade through sandbox

2015-02-19 Thread Shinji
Same problem here while trying to simulate an upgrade from 10.04LTS to
12.04LTS.

update-manager-core version: 0.134.12.1
release-upgrader version: 0.156.14.17
Kernel: 2.6.32-46-server

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

Title:
  error trying do-release-upgrade through sandbox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1309383/+subscriptions

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


[Bug 1245979] Re: After Upgrade to Kubuntu 13.10 akondai fails to register at d-bus session, making kde-pim suit unusable

2014-01-07 Thread Shinji
I have exactly the same problem after upgrading to Ubuntu 13.10.
But I DO NOT have an NVIDIA card installed!! 
I am using the integrated

Intel Corporation 82Q35 Express Integrated Graphics Controller (rev
02)

of my DELL Optiplex 755.

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

Title:
  After Upgrade to Kubuntu 13.10 akondai fails to register at d-bus
  session, making kde-pim suit unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/akonadi/+bug/1245979/+subscriptions

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


[Bug 1252441] Re: postgrey not starting after release upgrade

2013-11-19 Thread Shinji
I can start postgrey with

=== 
service postgrey start
===

If I remove the -T parameter from /usr/sbin/postgrey! So instead of

===
#!/usr/bin/perl -T -w
===

I have to write

===
#!/usr/bin/perl -w
===

Now postgrey starts again. It seems that disabling the perl tainted mode
solves the problem. But I guess this opens some security holes. :(

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

Title:
  postgrey not starting after release upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgrey/+bug/1252441/+subscriptions

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


[Bug 1252441] Re: postgrey not starting after release upgrade

2013-11-19 Thread Shinji
Ok, my final solution is now to edit the postgrey pearl file as
described here:

https://github.com/yasuhirokimura/postgrey/commit/9673b54064691a5b9c295ffea340d8a1f9ee1cb8

But I am running Perl 5.14 and not 4.18!

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

Title:
  postgrey not starting after release upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgrey/+bug/1252441/+subscriptions

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


[Bug 1252441] Re: postgrey not starting after release upgrade

2013-11-19 Thread Shinji
** Description changed:

  Hi!
  
  After upgrading my server from ubuntu 13.04 to 13.10 the postgrey
  daemon does not start.
  
  If I call
  
  ===
  root@mail /home/shinji # /etc/init.d/postgrey start
-  * Starting postfix greylisting daemon postgrey   
 [ OK]
+  * Starting postfix greylisting daemon postgrey   
 [ OK]
  ===
  
  everything seems to be fine. But I get this in my logfiles:
  
  ===
  Nov 18 20:42:09 mail postfix/smtpd[4031]: warning: connect to 
127.0.0.1:10023: Connection refused
  Nov 18 20:42:09 mail postfix/smtpd[4031]: warning: problem talking to server 
127.0.0.1:10023: Connection refused
  ===
  
  So postgrey is not running :(
  
  ===
  root@mail /home/shinji # sudo netstat -pln | grep postgrey
  root@mail /home/shinji #
  ===
  
  My /etc/default/postgrey file looks like this
  
  ===
  POSTGREY_OPTS=--inet=10023 --delay=120 --max-age=90
  ===
  
  And if I try to start it as 'root' with
  
  ===
  postgrey --inet 10023
  ==
  
  i'll get this:
  
  ===
  2013/11/18-20:45:59 postgrey (type Net::Server::Multiplex) starting! pid(4063)
  Resolved [localhost]:10023 to [127.0.0.1]:10023, IPv4
  Binding to TCP port 10023 on host 127.0.0.1 with IPv4
  Insecure dependency in bind while running with -T switch at 
/usr/lib/perl/5.14/IO/Socket.pm line 202.
  ===

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

Title:
  postgrey not starting after release upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgrey/+bug/1252441/+subscriptions

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

[Bug 1252441] [NEW] postgrey not starting after release upgrade

2013-11-18 Thread Shinji
Public bug reported:

Hi!

After upgrading my server from ubuntu 13.04 to 13.10 the postgrey
daemon does not start.

If I call

===
root@mail /home/shinji # /etc/init.d/postgrey start
 * Starting postfix greylisting daemon postgrey 
   [ OK]
===

everything seems to be fine. But I get this in my logfiles:

===
Nov 18 20:42:09 mail postfix/smtpd[4031]: warning: connect to 127.0.0.1:10023: 
Connection refused
Nov 18 20:42:09 mail postfix/smtpd[4031]: warning: problem talking to server 
127.0.0.1:10023: Connection refused
===

So postgrey is not running :(

===
root@mail /home/shinji # sudo netstat -pln | grep postgrey
root@mail /home/shinji #
===

My /etc/default/postgrey file looks like this

===
POSTGREY_OPTS=--inet=10023 --delay=120 --max-age=90
===

And if I try to start it as 'root' with

===
postgrey --inet 10023
==

i'll get this:

===
2013/11/18-20:45:59 postgrey (type Net::Server::Multiplex) starting! pid(4063)
Resolved [localhost]:10023 to [127.0.0.1]:10023, IPv4
Binding to TCP port 10023 on host 127.0.0.1 with IPv4
Insecure dependency in bind while running with -T switch at 
/usr/lib/perl/5.14/IO/Socket.pm line 202.
===

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

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

Title:
  postgrey not starting after release upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgrey/+bug/1252441/+subscriptions

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


[Bug 1252441] Re: postgrey not starting after release upgrade

2013-11-18 Thread Shinji
I did an

===
 apt-get remove --purge postgrey
===

After that I rebooted the server and entered

===
 apt-get install postgrey
===

But this is the result:

===
root@mail /home/shinji # service postgrey start
 * Starting postfix greylisting daemon postgrey 
[ OK ]
root@mail /home/shinji # lsof -i TCP:10023
root@mail /home/shinji #
===

:(

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

Title:
  postgrey not starting after release upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgrey/+bug/1252441/+subscriptions

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


[Bug 1252441] Re: postgrey not starting after release upgrade

2013-11-18 Thread Shinji
I can start postgrey by calling



root@mail /home/shinji # postgrey -v --inet=127.0.0.1:10023
2013/11/18-22:15:33 postgrey (type Net::Server::Multiplex) starting! pid(3239)
Binding to TCP port 10023 on host 127.0.0.1 with IPv4
Setting gid to 116 116
Setting uid to 109



But it WILL NOT start by calling /etc/init.d/postgrey start or
service postgrey start!

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

Title:
  postgrey not starting after release upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgrey/+bug/1252441/+subscriptions

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


[Bug 1157780] Re: stop networking crashes window manager

2013-06-21 Thread Shinji
I have the same problem with Ubuntu 13.04. 
If you look into the .xsession-errors(.old) file it will tell you:
==

PolicyKit daemon disconnected from the bus.
We are no longer a registered authentication agent.
** Message: Got disconnected from the system message bus

(deja-dup-monitor:2793): GVFS-RemoteVolumeMonitor-WARNING **: Owner of
the volume monitor org.gtk.Private.UDisks2VolumeMonitor disconnected
from the bus; removing drives/volumes/mounts

(update-notifier:2716): GVFS-RemoteVolumeMonitor-WARNING **: Owner of
the volume monitor org.gtk.Private.UDisks2VolumeMonitor disconnected
from the bus; removing drives/volumes/mounts

(nautilus:2393): GVFS-RemoteVolumeMonitor-WARNING **: Owner of the
volume monitor org.gtk.Private.UDisks2VolumeMonitor disconnected from
the bus; removing drives/volumes/mounts

(gnome-setting-daemon:3421): libupower-glib-WARNING **: Couldn't connect
to system bus: Failed to connect to socket
/var/run/dbus/system_bus_socket: File or directory not found

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

Title:
  stop networking crashes window manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1157780/+subscriptions

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


[Bug 1094446] Re: failed command: READ FPDMA QUEUED and interface fatal errors

2013-03-23 Thread Shinji
Ok... from today it seems not to work with forcing to 1.5GBit any longer
 :(



Mar 23 18:00:01 nas CRON[12386]: (shinji) CMD (/usr/bin/imapfilter)
Mar 23 18:00:56 nas kernel: [73823.079958] ata1: exception Emask 0x10 SAct 0x0 
SErr 0x199 action 0xe frozen
Mar 23 18:00:56 nas kernel: [73823.08] ata1: irq_stat 0x0040, PHY RDY 
changed
Mar 23 18:00:56 nas kernel: [73823.080065] ata1: SError: { PHYRdyChg 10B8B 
Dispar LinkSeq TrStaTrns }
Mar 23 18:00:56 nas kernel: [73823.080109] ata1: hard resetting link
Mar 23 18:00:56 nas kernel: [73823.804066] ata1: SATA link up 1.5 Gbps (SStatus 
113 SControl 310)
Mar 23 18:00:56 nas kernel: [73823.804878] ata1.00: configured for UDMA/100
Mar 23 18:00:56 nas kernel: [73823.804891] ata1: EH complete
Mar 23 18:00:59 nas kernel: [73826.260721] ata1: exception Emask 0x10 SAct 0x0 
SErr 0x191 action 0xe frozen
Mar 23 18:00:59 nas kernel: [73826.260753] ata1: irq_stat 0x0040, PHY RDY 
changed
Mar 23 18:00:59 nas kernel: [73826.260771] ata1: SError: { PHYRdyChg Dispar 
LinkSeq TrStaTrns }
Mar 23 18:00:59 nas kernel: [73826.260795] ata1: hard resetting link
Mar 23 18:00:59 nas kernel: [73826.984052] ata1: SATA link up 1.5 Gbps (SStatus 
113 SControl 310)
Mar 23 18:00:59 nas kernel: [73826.984868] ata1.00: configured for UDMA/100
Mar 23 18:00:59 nas kernel: [73826.984880] ata1: EH complete
Mar 23 18:09:01 nas CRON[12426]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] 
 [ -x /usr/lib/php5/sessionclean ]  [ -d /var/lib/php5 ]  
/usr/lib/php5/sessionclean /var/lib/php5 $(/usr/lib/php5/maxlifetime))
Mar 23 18:17:01 nas CRON[12464]: (root) CMD (   cd /  run-parts --report 
/etc/cron.hourly)
Mar 23 18:30:01 nas CRON[12505]: (shinji) CMD (/usr/bin/imapfilter)
Mar 23 18:39:01 nas CRON[12543]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] 
 [ -x /usr/lib/php5/sessionclean ]  [ -d /var/lib/php5 ]  
/usr/lib/php5/sessionclean /var/lib/php5 $(/usr/lib/php5/maxlifetime))
Mar 23 19:00:01 nas CRON[12621]: (shinji) CMD (/usr/bin/imapfilter)
Mar 23 19:09:01 nas CRON[12659]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] 
 [ -x /usr/lib/php5/sessionclean ]  [ -d /var/lib/php5 ]  
/usr/lib/php5/sessionclean /var/lib/php5 $(/usr/lib/php5/maxlifetime))
Mar 23 19:17:01 nas CRON[12696]: (root) CMD (   cd /  run-parts --report 
/etc/cron.hourly)
Mar 23 19:21:53 nas kernel: [78680.832393] ata1.00: exception Emask 0x10 SAct 
0x0 SErr 0x40 action 0x6 frozen
Mar 23 19:21:53 nas kernel: [78680.832426] ata1.00: irq_stat 0x0800, 
interface fatal error
Mar 23 19:21:53 nas kernel: [78680.832445] ata1: SError: { Handshk }
Mar 23 19:21:53 nas kernel: [78680.832461] ata1.00: failed command: WRITE DMA
Mar 23 19:21:53 nas kernel: [78680.833119] ata1.00: cmd 
ca/00:58:40:d9:86/00:00:00:00:00/e3 tag 0 dma 45056 out
Mar 23 19:21:53 nas kernel: [78680.833119]  res 
50/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x10 (ATA bus error)
Mar 23 19:21:53 nas kernel: [78680.834400] ata1.00: status: { DRDY }
Mar 23 19:21:53 nas kernel: [78680.835036] ata1: hard resetting link
Mar 23 19:21:54 nas kernel: [78681.152053] ata1: SATA link up 1.5 Gbps (SStatus 
113 SControl 310)
Mar 23 19:21:54 nas kernel: [78681.152873] ata1.00: configured for UDMA/100
Mar 23 19:21:54 nas kernel: [78681.152901] ata1: EH complete
Mar 23 19:21:54 nas kernel: [78681.157662] ata1.00: exception Emask 0x10 SAct 
0x0 SErr 0x40 action 0x6 frozen
Mar 23 19:21:54 nas kernel: [78681.158329] ata1.00: irq_stat 0x0800, 
interface fatal error
Mar 23 19:21:54 nas kernel: [78681.158966] ata1: SError: { Handshk }
Mar 23 19:21:54 nas kernel: [78681.159606] ata1.00: failed command: WRITE DMA
Mar 23 19:21:54 nas kernel: [78681.160313] ata1.00: cmd 
ca/00:08:98:d9:86/00:00:00:00:00/e3 tag 0 dma 4096 out
Mar 23 19:21:54 nas kernel: [78681.160313]  res 
50/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x10 (ATA bus error)
Mar 23 19:21:54 nas kernel: [78681.161816] ata1.00: status: { DRDY }
Mar 23 19:21:54 nas kernel: [78681.162454] ata1: hard resetting link
Mar 23 19:21:54 nas kernel: [78681.480045] ata1: SATA link up 1.5 Gbps (SStatus 
113 SControl 310)
Mar 23 19:21:54 nas kernel: [78681.480848] ata1.00: configured for UDMA/100
Mar 23 19:21:54 nas kernel: [78681.480876] ata1: EH complete
Mar 23 19:22:30 nas kernel: [78717.808613] ata1.00: exception Emask 0x10 SAct 
0x0 SErr 0x40 action 0x6 frozen
Mar 23 19:22:30 nas kernel: [78717.809271] ata1.00: irq_stat 0x0800, 
interface fatal error
Mar 23 19:22:30 nas kernel: [78717.809926] ata1: SError: { Handshk }
Mar 23 19:22:30 nas kernel: [78717.810562] ata1.00: failed command: WRITE DMA
Mar 23 19:22:30 nas kernel: [78717.811202] ata1.00: cmd 
ca/00:58:30:da:86/00:00:00:00:00/e3 tag 0 dma 45056 out
Mar 23 19:22:30 nas kernel: [78717.811202]  res 
50/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x10 (ATA bus error)
[...]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https

[Bug 1094446] Re: failed command: READ FPDMA QUEUED and interface fatal errors

2013-03-18 Thread Shinji
Sorry to bother again, but the bug seems to be still there. After two
month without any problems I am getting the same errors again. So I have
to withdraw my statement that the problem has been solved with the 3.8
upstream kernel!

After a restart/Reset my systems says Read error after POST... nothing
more! :(

[...]
[   10.782056] [drm] Initialized nouveau 1.1.0 20120801 for :03:00.0 on 
minor 0
[   12.225065] ata1.00: exception Emask 0x10 SAct 0x2 SErr 0x40 action 0x6 
frozen
[   12.225124] ata1.00: irq_stat 0x0800, interface fatal error
[   12.225151] ata1: SError: { Handshk }
[   12.225169] ata1.00: failed command: WRITE FPDMA QUEUED
[   12.225196] ata1.00: cmd 61/08:08:58:86:04/00:00:04:00:00/40 tag 1 ncq 4096 
out
[   12.225196]  res 40/00:0c:58:86:04/00:00:04:00:00/40 Emask 0x10 (ATA 
bus error)
[   12.225230] ata1.00: status: { DRDY }
[   12.225252] ata1: hard resetting link
[   12.544038] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   12.544838] ata1.00: configured for UDMA/100
[   12.544862] ata1: EH complete
[   12.545530] ata1.00: exception Emask 0x10 SAct 0x3 SErr 0x40 action 0x6 
frozen
[   12.545588] ata1.00: irq_stat 0x0800, interface fatal error
[   12.545619] ata1: SError: { Handshk }
[   12.545648] ata1.00: failed command: WRITE FPDMA QUEUED
[   12.545688] ata1.00: cmd 61/98:00:10:55:c5/00:00:02:00:00/40 tag 0 ncq 77824 
out
[   12.545688]  res 40/00:04:10:55:c5/00:00:02:00:00/40 Emask 0x10 (ATA 
bus error)
[   12.545744] ata1.00: status: { DRDY }
[   12.545770] ata1.00: failed command: WRITE FPDMA QUEUED
[   12.545808] ata1.00: cmd 61/08:08:00:08:84/00:00:03:00:00/40 tag 1 ncq 4096 
out
[   12.545808]  res 40/00:04:10:55:c5/00:00:02:00:00/40 Emask 0x10 (ATA 
bus error)
[   12.545858] ata1.00: status: { DRDY }
[   12.545882] ata1: hard resetting link
[   12.864036] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   12.864814] ata1.00: configured for UDMA/100
[   12.864843] ata1: EH complete
[   12.865010] ata1: limiting SATA link speed to 1.5 Gbps
[   12.865023] ata1.00: exception Emask 0x10 SAct 0xf SErr 0x40 action 0x6 
frozen
[   12.865066] ata1.00: irq_stat 0x0800, interface fatal error
[   12.865086] ata1: SError: { Handshk }
[   12.865104] ata1.00: failed command: WRITE FPDMA QUEUED
[   12.865130] ata1.00: cmd 61/20:00:60:38:0c/02:00:04:00:00/40 tag 0 ncq 
278528 out
[   12.865130]  res 40/00:0c:10:55:c5/00:00:02:00:00/40 Emask 0x10 (ATA 
bus error)
[   12.865165] ata1.00: status: { DRDY }
[   12.865181] ata1.00: failed command: WRITE FPDMA QUEUED
[   12.865205] ata1.00: cmd 61/98:08:10:55:c5/00:00:02:00:00/40 tag 1 ncq 77824 
out
[   12.865205]  res 40/00:0c:10:55:c5/00:00:02:00:00/40 Emask 0x10 (ATA 
bus error)
[   12.865241] ata1.00: status: { DRDY }
[   12.865256] ata1.00: failed command: WRITE FPDMA QUEUED
[   12.865281] ata1.00: cmd 61/98:10:20:50:c4/00:00:02:00:00/40 tag 2 ncq 77824 
out
[   12.865281]  res 40/00:0c:10:55:c5/00:00:02:00:00/40 Emask 0x10 (ATA 
bus error)
[   12.865315] ata1.00: status: { DRDY }
[   12.865331] ata1.00: failed command: WRITE FPDMA QUEUED
[   12.865356] ata1.00: cmd 61/08:18:b0:0d:5c/00:00:00:00:00/40 tag 3 ncq 4096 
out
[   12.865356]  res 40/00:0c:10:55:c5/00:00:02:00:00/40 Emask 0x10 (ATA 
bus error)
[   12.865389] ata1.00: status: { DRDY }
[   12.865410] ata1: hard resetting link
[   18.224029] ata1: link is slow to respond, please be patient (ready=0)
[   22.872035] ata1: COMRESET failed (errno=-16)
[   22.872084] ata1: hard resetting link
[   23.192037] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[   23.192850] ata1.00: configured for UDMA/100
[   23.192884] ata1: EH complete
[  125.744509] forcedeth :00:0a.0 eth0: link up

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

Title:
  failed command: READ FPDMA QUEUED and interface fatal errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1094446/+subscriptions

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


[Bug 1094446] Re: failed command: READ FPDMA QUEUED and interface fatal errors

2013-01-29 Thread Shinji
** Tags added: kernel-fixed-upstream kernel-fixed-
upstream-v3.8-rc1-raring

** Description changed:

  I have installed Ubuntu 12.10 server on my Zotac IONITX Board but I am
  getting a lot of errors related to my SATA controller. Sometimes the
  system partition is remounted read-only after a reboot.
  
  I replaced my OCZ Onyx SSD with a new Crucial 64GB M4 and
  reinstalled the system again. But the errors are still there.
  
  Errors like  failed command: READ FPDMA QUEUED,  I/O error, dev sdb,
  SError: { Dispar BadCRC }... are not restricted to the SSD. The also
  appear at the SATA port where my Seagate hard disk is connected to.
  
  One of the last errors is: end_request: I/O error, dev sdb, sector
  355383583 but if I run sudo e2fsck -f /dev/sdb1 everythings seems to
  be ok.
  
  Just now all was fine. Then I did a sudo apt-get install iasl acpidump
  and after that the root file systems was remounted read only and the
  syslog is filled with:
  
  ==
  [...]
  Dec 29 11:39:48 nas kernel: [32061.259230] Buffer I/O error on device sda1, 
logical block 253944
  Dec 29 11:39:48 nas kernel: [32061.259661] Buffer I/O error on device sda1, 
logical block 253945
  Dec 29 11:39:48 nas kernel: [32061.260134] Buffer I/O error on device sda1, 
logical block 253946
  Dec 29 11:39:48 nas kernel: [32061.260576] Buffer I/O error on device sda1, 
logical block 253947
  Dec 29 11:39:48 nas kernel: [32061.261006] Buffer I/O error on device sda1, 
logical block 253948
  Dec 29 11:39:48 nas kernel: [32061.261438] Buffer I/O error on device sda1, 
logical block 253949
  Dec 29 11:39:48 nas kernel: [32061.261864] Buffer I/O error on device sda1, 
logical block 253950
  Dec 29 11:39:48 nas kernel: [32061.262297] Buffer I/O error on device sda1, 
logical block 253951
  Dec 29 11:39:48 nas kernel: [32061.262731] EXT4-fs warning (device sda1): 
ext4_end_bio:250: I/O error writing to inode 2102075 (offset 16252928 size 
524288 starting block 254208)
  ===
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: linux-image-3.5.0-21-generic 3.5.0-21.32
  ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
  Uname: Linux 3.5.0-21-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.6.1-0ubuntu9
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D3', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D1p', 
'/dev/snd/pcmC0D2c', '/dev/snd/pcmC0D3p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Date: Sat Dec 29 11:16:21 2012
  HibernationDevice: RESUME=UUID=aa80fc57-83e6-4840-aeca-fc9f61f7706c
  InstallationDate: Installed on 2012-12-28 (0 days ago)
  InstallationMedia: Ubuntu-Server 12.10 Quantal Quetzal - Release amd64 
(20121017.2)
  Lsusb:
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
-  Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  MarkForUpload: True
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-21-generic 
root=UUID=5570eedc-78bb-431f-b202-b8c61423927b ro
  RelatedPackageVersions:
-  linux-restricted-modules-3.5.0-21-generic N/A
-  linux-backports-modules-3.5.0-21-generic  N/A
-  linux-firmware1.95
+  linux-restricted-modules-3.5.0-21-generic N/A
+  linux-backports-modules-3.5.0-21-generic  N/A
+  linux-firmware1.95
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/13/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080015
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: To be filled by O.E.M.
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  

[Bug 1094446] Re: failed command: READ FPDMA QUEUED and interface fatal errors

2012-12-30 Thread Shinji
I replaced the cables but the error was still there. Then I restricted
the SATA speed to 3.0Gb/s by adding

GRUB_CMDLINE_LINUX=libata.force=3.0

to my /etc/default/grub file and the error was gone!

Both drives are SATA 6Gb/s capable. 
Maybe it is a driver or a hardware issue with the NVIDIA MCP79 chip.

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

Title:
  failed command: READ FPDMA QUEUED and interface fatal errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1094446/+subscriptions

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


[Bug 1094446] [NEW] failed command: READ FPDMA QUEUED and interface fatal errors

2012-12-29 Thread Shinji
Public bug reported:

I have installed Ubuntu 12.10 server on my Zotac IONITX Board but I am
getting a lot of errors related to my SATA controller. Sometimes the
system partition is remounted read-only after a reboot.

I replaced my OCZ Onyx SSD with a new Crucial 64GB M4 and
reinstalled the system again. But the errors are still there.

Errors like  failed command: READ FPDMA QUEUED,  I/O error, dev sdb,
SError: { Dispar BadCRC }... are not restricted to the SSD. The also
appear at the SATA port where my Seagate hard disk is connected to.

One of the last errors is: end_request: I/O error, dev sdb, sector
355383583 but if I run sudo e2fsck -f /dev/sdb1 everythings seems to
be ok.

Just now all was fine. Then I did a sudo apt-get install iasl acpidump
and after that the root file systems was remounted read only and the
syslog is filled with:

==
[...]
Dec 29 11:39:48 nas kernel: [32061.259230] Buffer I/O error on device sda1, 
logical block 253944
Dec 29 11:39:48 nas kernel: [32061.259661] Buffer I/O error on device sda1, 
logical block 253945
Dec 29 11:39:48 nas kernel: [32061.260134] Buffer I/O error on device sda1, 
logical block 253946
Dec 29 11:39:48 nas kernel: [32061.260576] Buffer I/O error on device sda1, 
logical block 253947
Dec 29 11:39:48 nas kernel: [32061.261006] Buffer I/O error on device sda1, 
logical block 253948
Dec 29 11:39:48 nas kernel: [32061.261438] Buffer I/O error on device sda1, 
logical block 253949
Dec 29 11:39:48 nas kernel: [32061.261864] Buffer I/O error on device sda1, 
logical block 253950
Dec 29 11:39:48 nas kernel: [32061.262297] Buffer I/O error on device sda1, 
logical block 253951
Dec 29 11:39:48 nas kernel: [32061.262731] EXT4-fs warning (device sda1): 
ext4_end_bio:250: I/O error writing to inode 2102075 (offset 16252928 size 
524288 starting block 254208)
===

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: linux-image-3.5.0-21-generic 3.5.0-21.32
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.6.1-0ubuntu9
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D3', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D1p', 
'/dev/snd/pcmC0D2c', '/dev/snd/pcmC0D3p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
CRDA: Error: [Errno 2] No such file or directory: 'iw'
Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
Date: Sat Dec 29 11:16:21 2012
HibernationDevice: RESUME=UUID=aa80fc57-83e6-4840-aeca-fc9f61f7706c
InstallationDate: Installed on 2012-12-28 (0 days ago)
InstallationMedia: Ubuntu-Server 12.10 Quantal Quetzal - Release amd64 
(20121017.2)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-21-generic 
root=UUID=5570eedc-78bb-431f-b202-b8c61423927b ro
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-21-generic N/A
 linux-backports-modules-3.5.0-21-generic  N/A
 linux-firmware1.95
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/13/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080015
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: To be filled by O.E.M.
dmi.board.vendor: To be filled by O.E.M.
dmi.board.version: To be filled by O.E.M.
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080015:bd08/13/2009:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnTobefilledbyO.E.M.:rnTobefilledbyO.E.M.:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

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


** Tags: amd64 apport-bug quantal

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

Title:
  failed command: 

[Bug 259830] Re: Honor gnome proxy setting

2011-03-17 Thread Shinji Ikari
the two published patches do not work, i look forward to, like many
users, use gwibber at work...

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

Title:
  Honor gnome proxy setting

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


[Bug 484951] [NEW] Writing a DVD (/dev/sr1) stops after a few seconds

2009-11-18 Thread Shinji
Public bug reported:

Hi!

After upgrading to Kubuntu 9.10 (or 9.04, it's the same problem) I
cannot burn any DVD. I tried 'wodim 1.19' and a self compiled 'cdrecord
2.01.01a67'. But every time I try to write a DVD (from an ISO image or a
self compilated data DVD) the writing process stops after a few second.

The activity LED from my DVD writer (Plextor PX716A) stops flashing but
the harddisk LED is still flickering. Now there are two processes of
wodim/cdrecord I cannot kill. I have to unplug the power cord of the
Plextor drive to get the IDE bus resetted.

I tried to burn the DVD by booting from Kubuntu 9.10 LiveCD (32/64 Bit)
but the problem is the same.

I can reproduce this regardless of whether I use wodim/cdrecord within
K3b or directly from the command line.

The tried is to change some parameters of my onboard IDE/SATA controller (AHCI 
enable/disable)
My optical drives are all connected to the on board Gigabyte SATA/IDE 
controller (JMicron Technology Corp. JMB362/JMB363 AHCI Controller (rev 02)).


shi...@frodo:/opt/schily/bin$ ./cdrecord -vv -driveropts=burnfree dev=/dev/sr1 
/media/BigMac/backups/backup_system.iso
===
./cdrecord: No write mode specified.
./cdrecord: Assuming -sao mode.
./cdrecord: If your drive does not accept -sao, try -tao.
./cdrecord: Future versions of cdrecord may have different drive dependent 
defaults.
Cdrecord-ProDVD-ProBD-Clone 2.01.01a67 (x86_64-unknown-linux-gnu) Copyright (C) 
1995-2009 J�rg Schilling
TOC Type: 1 = CD-ROM
scsidev: '/dev/sr1'
devname: '/dev/sr1'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.9'.
Using libscg transport code version 'schily-scsi-linux-sg.c-1.94'
Driveropts: 'burnfree'
SCSI buffer size: 64512
atapi: 1
Device type : Removable CD-ROM
Version : 5
Response Format: 2
Capabilities :
Vendor_info : 'PLEXTOR '
Identifikation : 'DVDR PX-716A '
Revision : '1.11'
Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM.
Current: DVD-RW sequential recording
Profile: DVD+R/DL
Profile: DVD+R
Profile: DVD+RW
Profile: DVD-R/DL sequential recording
Profile: DVD-RW sequential recording (current)
Profile: DVD-RW restricted overwrite
Profile: DVD-R sequential recording
Profile: DVD-ROM
Profile: CD-RW
Profile: CD-R
Profile: CD-ROM
Feature: 'Profile List' (current) (persistent)
Feature: 'Core' (current) (persistent)
Feature: 'Morphing' (current) (persistent)
Feature: 'Removable Medium' (current) (persistent)
Feature: 'Write Protect' (current)
Feature: 'Random Readable'
Feature: 'Multi Read'
Feature: 'CD Read'
Feature: 'DVD Read'
Feature: 'Random Writable'
Feature: 'Incremental Streaming Writable' (current)
Feature: 'Formattable' (current)
Feature: 'Restricted Overwrite'
Feature: 'Ehanced Defect Reporting'
Feature: 'DVD+RW'
Feature: 'DVD+R'
Feature: 'Rigid Restricted Overwrite'
Feature: 'CD Track at Once'
Feature: 'CD Mastering'
Feature: 'DVD-R/-RW Write' (current)
Feature: 'CD-RW Write'
Feature: 'DVD+R/DL Read'
Feature: 'Power Management' (current) (persistent)
Feature: 'CD Audio analog play'
Feature: 'Microcode Upgrade' (current) (persistent)
Feature: 'Time-out' (current) (persistent)
Feature: 'DVD-CSS'
Feature: 'Real Time Streaming' (current)
Feature: 'Logical Unit Serial Number' (current) (persistent) Serial: '550343 '
Feature: 'Disk Control Blocks'
Feature: 'DVD CPRM' (current)
Feature: 0xFF00 (current) (persistent)
Feature: 0xFF10 (current) (persistent)
Feature: 0xFF11 (current) (persistent)
Drive current speed: 2
Drive default speed: 2
Drive max speed : 2
Selected speed : 2
Using generic SCSI-3/mmc-2 DVD-R/DVD-RW/DVD-RAM driver (mmc_dvd).
Driver flags : NO-CD DVD MMC-3 SWABAUDIO BURNFREE
Supported modes: PACKET SAO
Drive buf size : 6291456 = 6144 KB
Drive pbuf size: 8388608 = 8192 KB
Drive DMA Speed: 44186 kB/s 251x CD 31x DVD 9x BD
FIFO size : 4194304 = 4096 KB
Track 01: data 3044 MB
track: 1 start: 0 pregap: 0
Total size: 3044 MB = 1558723 sectors
Track 1 start 0
Track 2 start 1558723
 41 00 A0 00 00 00 00 01 00 00 00 00
 41 00 A1 00 00 00 00 01 00 00 00 00
 41 00 A2 00 00 00 00 90 24 73 00 00
 41 00 01 00 00 00 00 00 02 00 00 00
Current Secsize: 2048
Supported DVD (readable) structures: 00 03 04 05 0D 0E 0F 10 C0 C1 FF
Page 00 read (40) len 2052
Page 01 read (40) len 8
Page 02 read (40) len 2052
Page 03 read (40) len 192
Page 04 read/write (C0) len 2052
Page 05 read/write (C0) len 8
Page 06 unknown (00) len 24
Page 07 unknown (00) len 24580
Page 0C read (40) len 30724
Page 0D read (40) len 32776
Page 0E read (40) len 108
Page 0F read/write (C0) len 22
Page 10 read (40) len 2052
Page 11 unknown (00) len 260
Page 30 unknown (00) len 32772
Page C0 read/write (C0) len 8
Page FF read (40) len 64
book type: DVD-RW, Version 1.1x (3.2)
disc size: 120mm (0)
maximum rate: Not specified (15)
number of layers:1
track path: Parallel Track Path (0)
layer type: Rewritable Area (2)
linear density: 0.267 �m/bit (0)

[Bug 484951] Re: Writing a DVD (/dev/sr1) stops after a few seconds

2009-11-18 Thread Shinji

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/35830912/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/35830915/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/35830918/ArecordDevices.txt

** Attachment added: AudioDevicesInUse.txt
   http://launchpadlibrarian.net/35830919/AudioDevicesInUse.txt

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

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/35830921/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.2.txt
   http://launchpadlibrarian.net/35830922/Card0.Codecs.codec.2.txt

** Attachment added: Card2.Amixer.values.txt
   http://launchpadlibrarian.net/35830923/Card2.Amixer.values.txt

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

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

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

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

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/35830936/PciMultimedia.txt

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

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

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

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/35830941/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/35830942/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/35830943/WifiSyslog.txt

-- 
Writing a DVD (/dev/sr1) stops after a few seconds
https://bugs.launchpad.net/bugs/484951
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 477321] Re: Wodim 1.1.9 stops burning to DVD after a few seconds

2009-11-16 Thread Shinji
Yes, I compiled cdrtools-2.01.01 and executed it from within
'/opt/schily/bin' by

shi...@frodo:/opt/schily/bin$ ./cdrecord -vv -driveropts=burnfree
dev=/dev/sr1  /media/BigMac/backups/backup_system.iso

==

./cdrecord: No write mode specified.

  
./cdrecord: Assuming -sao mode. 

  
./cdrecord: If your drive does not accept -sao, try -tao.   

  
./cdrecord: Future versions of cdrecord may have different drive dependent 
defaults.   
   
Cdrecord-ProDVD-ProBD-Clone 2.01.01a67 (x86_64-unknown-linux-gnu) Copyright (C) 
1995-2009 J�rg Schilling
  
TOC Type: 1 = CD-ROM

  
scsidev: '/dev/sr1' 

  
devname: '/dev/sr1' 

  
scsibus: -2 target: -2 lun: -2  

  
Warning: Open by 'devname' is unintentional and not supported.  

  
Linux sg driver version: 3.5.27 

  
Using libscg version 'schily-0.9'.  

  
Using libscg transport code version 'schily-scsi-linux-sg.c-1.94'   

  
Driveropts: 'burnfree'  

  
SCSI buffer size: 64512 

  
atapi: 1

  
Device type: Removable CD-ROM   

  
Version: 5  

  
Response Format: 2  

  
Capabilities   :

  
Vendor_info: 'PLEXTOR ' 

  
Identifikation : 'DVDR   PX-716A  ' 

  
Revision   : '1.11' 

  
Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM.  

  
Current: DVD-RW sequential recording

  
Profile: DVD+R/DL 

[Bug 477321] Re: Wodim 1.1.9 stops burning to DVD after a few seconds

2009-11-15 Thread Shinji
@Schily: Now I have installed cdrecord from the sources but the problem
still exists. :(

The next I will try is to change some parameters of my onboard IDE controller. 
My optical drives are all connected to the on board Gigabyte SATA/IDE 
controller (JMicron Technology Corp. JMB362/JMB363 AHCI Controller (rev 02)).

-- 
Wodim 1.1.9 stops burning to DVD after a few seconds
https://bugs.launchpad.net/bugs/477321
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 477321] Re: Wodim 1.1.9 stops burning to DVD after a few seconds

2009-11-15 Thread Shinji
I disables AHCI mode for the Gigabyte controller but it didn't change
anything.

-- 
Wodim 1.1.9 stops burning to DVD after a few seconds
https://bugs.launchpad.net/bugs/477321
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 477321] [NEW] Wodim 1.1.9 stops burning to DVD after a few seconds

2009-11-07 Thread Shinji
Public bug reported:

I tried to burn an ISO file (3GB) to my DVD-RW media but wodim stops
burning after a 12%. My HD LED is flickering but my DVD writer stops.
Neither the DVD can be released nor wodim can be killed by kill -9 or
killall wodim. I have to power down my DVD drive!

I can reproduce this regardless of whether I use wodim within K3b or directly 
from the command line.
The problem also occurs if I open a new Video-DVD project inside K3b and try to 
burn the added files to the disc. 
K3b says something like 11 of 3044MB written and that's all. 

To rule out other possibilities like a defective media or DVD drive I
tried to burn the same ISO file in WindowsXP with CD Burner XP and it
worked fine.

===
shi...@frodo:/media/BigMac/backups$ lsb_release -rd
Description:Ubuntu 9.10
Release:9.10
===

===
shi...@frodo:/media/BigMac/backups$ wodim -version
Cdrecord-yelling-line-to-tell-frontends-to-use-it-like-version 2.01.01a03-dvd
Wodim 1.1.9
Copyright (C) 2006 Cdrkit suite contributors
Based on works from Joerg Schilling, Copyright (C) 1995-2006, J. Schilling
===

===
shi...@frodo:/media/BigMac/backups$ wodim dev=/dev/dvd -v -v -v -v 
backup_system.iso 
wodim: No write mode specified.
wodim: Asuming -tao mode.
wodim: Future versions of wodim may have different drive dependent defaults.
TOC Type: 1 = CD-ROM
scsidev: '/dev/dvd'
devname: '/dev/dvd'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Wodim version: 1.1.9
Using libusal version 'Cdrkit-1.1.9'.
SCSI buffer size: 64512
Device type: Removable CD-ROM
Version: 5
Response Format: 2
Capabilities   :
Vendor_info: 'PLEXTOR '
Identification : 'DVDR   PX-716A  '
Revision   : '1.11'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x0014 (DVD-RW sequential recording)
Profile: 0x002B (DVD+R/DL)
Profile: 0x001B (DVD+R)
Profile: 0x001A (DVD+RW)
Profile: 0x0015 (DVD-R/DL sequential recording)
Profile: 0x0014 (DVD-RW sequential recording) (current)
Profile: 0x0013 (DVD-RW restricted overwrite)
Profile: 0x0011 (DVD-R sequential recording)
Profile: 0x0010 (DVD-ROM)
Profile: 0x000A (CD-RW)
Profile: 0x0009 (CD-R)
Profile: 0x0008 (CD-ROM)
Found DVD media: using cdr_mdvd.
Using Session At Once (SAO) for DVD mode.
Drive current speed: 2
Drive default speed: 2
Drive max speed: 2
Selected speed : 2
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).
Driver flags   : SWABAUDIO BURNFREE
Supported modes: PACKET SAO
Drive buf size : 6291456 = 6144 KB
Beginning DMA speed test. Set CDR_NODMATEST environment variable if device
communication breaks or freezes immediately after that.
Drive DMA Speed: 40573 kB/s 230x CD 29x DVD
FIFO size  : 12582912 = 12288 KB
Track 01: data  3044 MB
track: 1 start: 0 pregap: 150
Total size: 3496 MB (346:22.97) = 1558723 sectors
Lout start: 3496 MB (346:24/73) = 1558723 sectors
Track 1 start 0
Track 2 start 1558723
 41 00 A0 00 00 00 00 01 00 00 00 00
 41 00 A1 00 00 00 00 01 00 00 00 00
 41 00 A2 00 00 00 00 90 24 73 00 00
 41 00 01 00 00 00 00 00 02 00 00 00
Current Secsize: 2048
HINT: use dvd+rw-mediainfo from dvd+rw-tools for information extraction.
Blocks total: 2298496 Blocks current: 2298496 Blocks remaining: 739773
Speed set to 2770 KB/s
Starting to write CD/DVD at speed   2.0 in real unknown mode for single session.
Last chance to quit, starting real write in0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
BURN-Free is ON.
Turning BURN-Free off
Modes 02 06 00 00 00 00 00 00
Modes 02 06 00 00 00 00 00 00
BURN-Free is OFF.
Turning BURN-Free on
Performing OPC...
Starting new track at sector: 0
Track 01:   12 of 3044 MB written (fifo 100%) [buf  98%]   2.1x.wodim: 
faio_wait_on_buffer for writer timed out.
===

ProblemType: Bug
Architecture: amd64
Date: Sat Nov  7 11:35:32 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: wodim 9:1.1.9-1ubuntu2
ProcEnviron:
 LANGUAGE=de_DE:de:en_GB:en
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: cdrkit
Uname: Linux 2.6.31-14-generic x86_64
XsessionErrors: (polkit-gnome-authentication-agent-1:2400): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed

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


** Tags: amd64 apport-bug

-- 
Wodim 1.1.9 stops burning to DVD after a few seconds
https://bugs.launchpad.net/bugs/477321
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 477321] Re: Wodim 1.1.9 stops burning to DVD after a few seconds

2009-11-07 Thread Shinji

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

-- 
Wodim 1.1.9 stops burning to DVD after a few seconds
https://bugs.launchpad.net/bugs/477321
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459253] [NEW] ubuntu-bug -p xserver-xorg-core crashed

2009-10-23 Thread Shinji
Public bug reported:

I tried so report an xorg-server bug by

 $ ubuntu-bug -p xserver-xorg-core

but it crashed with:

shi...@frodo:~$ ubuntu-bug -p xserver-xorg-core
Warning: The options -p/-P are deprecated, please do not use them.  See 
/usr/bin/ubuntu-bug --help
ICE default IO error handler doing an exit(), pid = 3082, errno = 11

ProblemType: Bug
Architecture: amd64
Date: Fri Oct 23 19:22:27 2009
DistroRelease: Ubuntu 9.10
MachineType: Gigabyte Technology Co., Ltd. EP35C-DS3R
NonfreeKernelModules: nvidia
Package: xserver-xorg-core 2:1.6.4-2ubuntu3 [modified: 
usr/lib/xorg/modules/extensions/libglx.so]
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic root=/dev/sdc1 ro
ProcEnviron:
 LANGUAGE=de_DE:de:en_GB:en
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu7
 libgl1-mesa-glx 7.6.0-1ubuntu4
 libdrm2 2.4.14-1ubuntu1
 xserver-xorg-video-intel 2:2.9.0-1ubuntu2
 xserver-xorg-video-ati 1:6.12.99+git20090929.7968e1fb-0ubuntu1
SourcePackage: xorg-server
Uname: Linux 2.6.31-14-generic x86_64
dmi.bios.date: 06/18/2009
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F4
dmi.board.name: EP35C-DS3R
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF4:bd06/18/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP35C-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP35C-DS3R:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: EP35C-DS3R
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
fglrx: Not loaded
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 architecture:   x86_64kernel: 2.6.31-14-generic

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


** Tags: amd64 apport-bug

-- 
ubuntu-bug -p xserver-xorg-core crashed
https://bugs.launchpad.net/bugs/459253
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459253] Re: ubuntu-bug -p xserver-xorg-core crashed

2009-10-23 Thread Shinji

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

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

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

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

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

** Attachment added: PciDisplay.txt
   http://launchpadlibrarian.net/34266002/PciDisplay.txt

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

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

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

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/34266012/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/34266013/UdevLog.txt

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

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

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

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/34266018/Xrandr.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/34266019/XsessionErrors.txt

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

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

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

-- 
ubuntu-bug -p xserver-xorg-core crashed
https://bugs.launchpad.net/bugs/459253
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 447835] [NEW] Java corrupts xserver or nvidia module

2009-10-10 Thread Shinji
Public bug reported:

Hi!

Since Kubuntu 9.10 I have a strange bug.
Every time I start the java application JDownloader 0.89  with the following 
command, I get a lot of graphic glitches on my Dektop. I don't know what 
package is affected... x-server-xorg oder nvidia-glx...


I uploaded a video to youtube, so you can see what happens when I try to start 
JDownloader:
http://www.youtube.com/watch?v=hPam2659OkY


shi...@frodo:~/bin/jd$ java -version
java version 1.6.0_15
Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02, mixed mode)


shi...@frodo:~/bin/jd$ dpkg --get-selections|grep nvidia
nvidia-173-modaliases   install
nvidia-185-kernel-sourceinstall
nvidia-185-libvdpau install
nvidia-185-modaliases   install
nvidia-96-modaliasesinstall
nvidia-common   install
nvidia-glx-185  install
nvidia-settings install

ProblemType: Bug
Architecture: amd64
Date: Sat Oct 10 09:21:33 2009
DistroRelease: Ubuntu 9.10
MachineType: Gigabyte Technology Co., Ltd. EP35C-DS3R
NonfreeKernelModules: nvidia
Package: xserver-xorg 1:7.4+3ubuntu5
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-13-generic root=/dev/sdc1 ro
ProcEnviron:
 LANGUAGE=de_DE:de:en_GB:en
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-13.43-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu5
 libgl1-mesa-glx 7.6.0-1ubuntu2
 libdrm2 2.4.14-1ubuntu1
 xserver-xorg-video-intel 2:2.9.0-1ubuntu1
 xserver-xorg-video-ati 1:6.12.99+git20090825.fc74e119-0ubuntu3
SourcePackage: xorg
Uname: Linux 2.6.31-13-generic x86_64
XsessionErrors: (polkit-gnome-authentication-agent-1:3915): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
dmi.bios.date: 06/18/2009
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F4
dmi.board.name: EP35C-DS3R
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF4:bd06/18/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP35C-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP35C-DS3R:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: EP35C-DS3R
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
fglrx: Not loaded
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 architecture:   x86_64kernel: 2.6.31-13-generic

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
Java corrupts xserver or nvidia module
https://bugs.launchpad.net/bugs/447835
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 447835] Re: Java corrupts xserver or nvidia module

2009-10-10 Thread Shinji

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

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

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

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

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

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

** Attachment added: PciDisplay.txt
   http://launchpadlibrarian.net/33395115/PciDisplay.txt

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

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

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

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/33395119/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/33395120/UdevLog.txt

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

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

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

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/33395125/Xrandr.txt

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

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

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

-- 
Java corrupts xserver or nvidia module
https://bugs.launchpad.net/bugs/447835
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 442520] Re: Inconsistency detected by ld.so

2009-10-06 Thread Harima Shinji
The latest update has fixed some of the problems: The desktop has
returned and can be managed and i can open windows' again. Nautilus
won't give me an inconsistency error unless i sudo nautilus however it
will still load. Smplayer is the same though.

I also installed totem and vlc to try a different video-player but they
won't start at all. When i try to start them via the terminal i get the
same inconsistency error as smplayer.

-- 
Inconsistency detected by ld.so
https://bugs.launchpad.net/bugs/442520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 442520] [NEW] Inconsistency detected by ld.so

2009-10-04 Thread Harima Shinji
Public bug reported:

Binary package hint: nautilus

After a package update, two days ago i recon, nautilus stopped working.
No icons are displayed on the desktop and sometimes not even the
wallpaper. It seems to be the login background. Rebooting does nothing
except sometimes nautilus starts to fill up the window list with
opening file-manager. only the killall command stops it.

When i try to open nautilus via the terminal i get this:

(nautilus:6119): Eel-CRITICAL **: eel_preferences_get_boolean: assertion
`preferences_is_initialized ()' failed

** (nautilus:6119): WARNING **: No marshaller for signature of signal
'UploadFinished'

** (nautilus:6119): WARNING **: No marshaller for signature of signal
'DownloadFinished'

** (nautilus:6119): WARNING **: No marshaller for signature of signal
'ShareCreateError'

Inconsistency detected by ld.so: ../sysdeps/x86_64/dl-machine.h: 460:
elf_machine_rela_relative: Assertion `((reloc-r_info)  0x) ==
8' failed!

Then nautilus seems to die off, however no crash is detected. This
happens everytime, sudo or no.

Smplayer is also affected giving me Inconsistency detected by ld.so
whenever i try to watch a movie. I have also lost all my sound and video
options, they have been set to user defined. The exit code is 127.

ProblemType: Bug
Architecture: amd64
Date: Sun Oct  4 21:43:36 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: nautilus 1:2.28.0-0ubuntu4
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
SourcePackage: nautilus
Uname: Linux 2.6.31-11-generic x86_64

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


** Tags: amd64 apport-bug

-- 
Inconsistency detected by ld.so
https://bugs.launchpad.net/bugs/442520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 442520] Re: Inconsistency detected by ld.so

2009-10-04 Thread Harima Shinji

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

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/32995444/XsessionErrors.txt

** Attachment added: usr_lib_nautilus.txt
   http://launchpadlibrarian.net/32995445/usr_lib_nautilus.txt

-- 
Inconsistency detected by ld.so
https://bugs.launchpad.net/bugs/442520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 436972] Re: soundcard not working

2009-10-03 Thread Harima Shinji
@David Henningsson: I had to update menu.lst manually for some reason
but running the new kernel fixed it. It also removed the udev errors.
thx alot :)

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

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


[Bug 440746] Re: kdeinit4 crashed with SIGSEGV

2009-10-02 Thread Shinji
*** This bug is a duplicate of bug 438970 ***
https://bugs.launchpad.net/bugs/438970


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

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

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

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

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

** This bug has been marked a duplicate of bug 438970
   kdeinit4 crashed with SIGSEGV

** Visibility changed to: Public

-- 
kdeinit4 crashed with SIGSEGV
https://bugs.launchpad.net/bugs/440746
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde4libs in ubuntu.

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


[Bug 436972] Re: Udev fails to detect my soundcard

2009-09-28 Thread Harima Shinji
I have a similar issue here. alsamixer does not work using sudo or
without, neither in tty1. my soundcard is detected using lspci but not
with aplay -l. Pulseaudio won't find anything either. alsa-info seems to
find my card just fine but there seems to be something iffy with the
loaded module lots of -1's and NULL are shown.

alsa-info log: http://www.alsa-
project.org/db/?f=c223e7e950e001a4bbd21026726583779c0ec62f

-- 
Udev fails to detect my soundcard
https://bugs.launchpad.net/bugs/436972
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 420933] Re: Current grub-pc takes several minutes to show menu

2009-09-20 Thread Shinji
I have grub 1.97~beta3-1ubuntu5 installed and the same problem. 
It takes several minutes before the menu show up while there ist constant hard 
drive activity. 

Grub is installed inside the MBR auf /dev/sda and my Kubuntu systems
resides on /dev/sdc1.

/dev/sdc1   (EXT4) == Kubuntu root partition
/dev/sdc2   (SWAP)
/dev/sdc5   (NTFS)
/dev/sdc6   (NTFS)

/dev/sda1   (NTFS) == MBR with grub
/dev/sda5   (NTFS)
/dev/sda6   (NTFS)

/dev/sdb2   (NTFS)

-- 
Current grub-pc takes several minutes to show menu
https://bugs.launchpad.net/bugs/420933
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 414408] [NEW] nautilus segfault, error 4 in libc-2.10.1.so

2009-08-16 Thread Harima Shinji
Public bug reported:

Binary package hint: nautilus

Using Karmic Koala Alpha-4, upgraded from jaunty
Package Version: 2.27.4

As soon as i login nautilus will segfault and flood my window list with
starting file-manager buttons. No window is displayed and clicking the
buttons do nothing. nautilus also ones in a while segfaults in
libgtk-x11-2.0.so.0.1707.0. Nothing is displayed on the desktop except
for the wallpaper, Alt-F2 does not function either.

Small section from syslog:

Aug 16 14:22:36 shinji-desktop kernel: [ 1922.880955] nautilus[26812]: segfault 
at 7fc706b950ed ip 7fc702ab5d40 sp 7fffd329aa88 error 4 in 
libc-2.10.1.so[7fc702a37000+166000]
Aug 16 14:22:36 shinji-desktop kernel: [ 1926.133571] __ratelimit: 12 callbacks 
suppressed
Aug 16 14:22:36 shinji-desktop kernel: [ 1926.133576] nautilus[26851]: segfault 
at 7f037113c996 ip 7f030a9cd0e8 sp 7fff89926db0 error 4 in 
libgtk-x11-2.0.so.0.1707.0[7f030a8b1000+44a000]
Aug 16 14:22:36 shinji-desktop kernel: [ 1926.476771] nautilus[26854]: segfault 
at 7f0106b950ed ip 7f010358ad40 sp 7fff7bba61b8 error 4 in 
libc-2.10.1.so[7f010350c000+166000]
Aug 16 14:22:36 shinji-desktop kernel: [ 1926.760423] nautilus[26857]: segfault 
at 7f0b62b950ed ip 7f0b5d729d40 sp 7fffed7c4748 error 4 in 
libc-2.10.1.so[7f0b5d6ab000+166000]
Aug 16 14:22:36 shinji-desktop kernel: [ 1927.050409] nautilus[26860]: segfault 
at 7f33aeb950ed ip 7f33aa593d40 sp 7fff376d0438 error 4 in 
libc-2.10.1.so[7f33aa515000+166000]
Aug 16 14:22:37 shinji-desktop kernel: [ 1927.407680] nautilus[26863]: segfault 
at 7f2ebeb950ed ip 7f2eb960ad40 sp 71fceae8 error 4 in 
libc-2.10.1.so[7f2eb958c000+166000]

ProblemType: Bug
Architecture: amd64
Date: Sun Aug 16 14:13:30 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: nautilus 1:2.27.4-0ubuntu6
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
SourcePackage: nautilus
Uname: Linux 2.6.31-5-generic x86_64

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


** Tags: amd64 apport-bug

-- 
nautilus segfault, error 4 in libc-2.10.1.so
https://bugs.launchpad.net/bugs/414408
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 414408] Re: nautilus segfault, error 4 in libc-2.10.1.so

2009-08-16 Thread Harima Shinji

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

** Attachment added: usr_lib_nautilus.txt
   http://launchpadlibrarian.net/30388678/usr_lib_nautilus.txt

-- 
nautilus segfault, error 4 in libc-2.10.1.so
https://bugs.launchpad.net/bugs/414408
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 413660] Re: nautilus crashed with SIGSEGV in strcmp()

2009-08-16 Thread Harima Shinji
well, removing libbrasero-media0 didn't do it for me, LoonyPhoenix's way
stopped the constant opening of nautilus instances and the segfaults
have become less frequent in the logs. But i cannot use the desktop at
all the normal way, i had to sudo nautilus via gnome-do.

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

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


[Bug 364764] Re: Video corruption with composition

2009-06-26 Thread Harima Shinji
The new driver did it for me, both Smplayer and VirtualBox is working
perfectly with composition now. Thanks Bryce.

-- 
Video corruption with composition
https://bugs.launchpad.net/bugs/364764
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364764] Re: Video corruption with composition

2009-05-17 Thread Harima Shinji
** Package changed: nvidia-graphics-drivers-180 (Ubuntu) = xorg
(Ubuntu)

-- 
Video corruption with composition
https://bugs.launchpad.net/bugs/364764
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 266951] Re: Buffer I/O error on device sr0 Logical Block XXXXXX in Intrepid Ibex Alpha 5

2009-05-13 Thread Harima Shinji
i'm getting this to in 9.04. i've tried four discs so far, an official
Ubuntu 8.04 cd that i ordered from shipit, my burned 9.04 that i
installed from, Transformers Pal2, and my StarCraft cd. none of them
work anymore.

This happened just recently, i first installed libdvdcss-dev and then i
started watching a movie. i paused this movie for a short break, then
afterwards when i started it again smplayer crashed and no cd/dvd's
would read.

I rebooted to see if that would fix it but now i don't even get the I/O
errors in the log and it doesn't mount which i find odd, however it
mounts my empy discs.

Ubuntu finds my drive just fine and its a: TSSTcorp CDDVDW SH-S223F.

It was all working fine earlier today...

-- 
Buffer I/O error on device sr0 Logical Block XX in Intrepid Ibex Alpha 5
https://bugs.launchpad.net/bugs/266951
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293970] Re: bonobo-activation-server : could not associate with desktop session

2009-05-06 Thread Harima Shinji
I got this as well.

bonobo-activation-server (shinji-8332): could not associate with
desktop session: Failed to connect to socket /tmp/dbus-J286g7jKCg:
Connection refused

And everytime this happens i get sent back to the login-screen.

I am using Jaunty 64bit.

-- 
 bonobo-activation-server : could not associate with desktop session
https://bugs.launchpad.net/bugs/293970
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 342324] Re: [jaunty][alpha6]X-Server restart randomly

2009-05-06 Thread Harima Shinji
I am suffering from this X restart as well. Happens on random occasions.

shinji-desktop gdm[3249]: WARNING: gdm_slave_xioerror_handler: Fatal X
error - Restarting :0

-- 
[jaunty][alpha6]X-Server restart randomly
https://bugs.launchpad.net/bugs/342324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293970] Re: bonobo-activation-server : could not associate with desktop session

2009-05-06 Thread Harima Shinji
dev: Yeah, it was a x restart after all. The bonobo error happened about
a second after x crashed so i assumed bonobo was to blame, however the x
restart is linked to bug 342324.

-- 
 bonobo-activation-server : could not associate with desktop session
https://bugs.launchpad.net/bugs/293970
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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



[Bug 364764] Re: Video corruption with composition

2009-04-24 Thread Harima Shinji
I've been trying numerous video-files of various formats on a couple of
other media players to see if any other player was affected when using
composition.

VLC Media Player runs just fine, the video is displayed nicely with the
black borders as well However, the video is slightly pixelated. And the
XV video mode does not work. VLC gives me the same error as mplayer:
BadMatch (invalid parameter attributes). Totem works just fine but
playback hacks slightly. Gxine works just fine as well. So, out of the
video-players, it is only smplayer that does not work properly.

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

-- 
Video corruption with composition
https://bugs.launchpad.net/bugs/364764
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364764] Re: (Jaunty) Video corruption with composition

2009-04-21 Thread Harima Shinji

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

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

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

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

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

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

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

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

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/25830979/Xrandr.txt

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

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

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

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

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

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

** Description changed:

- Distrobution: Jaunty Jackalope 9.04 64bit
- Graphic Card: nVidia Geforce 8200
- Nvidia Driver: 185.19
- 
  When i am using composition the video becomes corrupted in smplayer. The
  video window turns semi-transparent and the black borders around the
  video is not there. Similar results happens in virtualbox as the
  virtualbox window also becomes semi-transparent.
  
  I've tried different nvidia drivers, 173, 180 and the 185 i am currently
  using but the result are the same. Also, the XV video mode in smplayer
  does not work anymore. Smplayer spams its own log with: X11 error:
  BadMatch (invalid parameter attributes).
  
  However if i turn of composition (Compiz/Xcomp) both smplayer and
  virtualbox work as they normally would. But XV does not.
  
  Screenshot: http://pici.se/pictures/mjHopRyML.png
  
  ProblemType: Bug
  Architecture: amd64
  DistroRelease: Ubuntu 9.04
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.4~5ubuntu18
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersion: Linux version 2.6.28-11-generic (bui...@crested) (gcc version 
4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009
  SourcePackage: xorg
  Uname: Linux 2.6.28-11-generic x86_64

-- 
(Jaunty) Video corruption with composition
https://bugs.launchpad.net/bugs/364764
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364764] [NEW] (Jaunty) Video corruption with composition

2009-04-21 Thread Harima Shinji
Public bug reported:

When i am using composition the video becomes corrupted in smplayer. The
video window turns semi-transparent and the black borders around the
video is not there. Similar results happens in virtualbox as the
virtualbox window also becomes semi-transparent.

I've tried different nvidia drivers, 173, 180 and the 185 i am currently
using but the result are the same. Also, the XV video mode in smplayer
does not work anymore. Smplayer spams its own log with: X11 error:
BadMatch (invalid parameter attributes).

However if i turn of composition (Compiz/Xcomp) both smplayer and
virtualbox work as they normally would. But XV does not.

Screenshot: http://pici.se/pictures/mjHopRyML.png

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: xorg 1:7.4~5ubuntu18
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersion: Linux version 2.6.28-11-generic (bui...@crested) (gcc version 
4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009
SourcePackage: xorg
Uname: Linux 2.6.28-11-generic x86_64

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
(Jaunty) Video corruption with composition
https://bugs.launchpad.net/bugs/364764
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 280657] Re: Intrepid kernel 2.6.27-6 no supported image sensor dected for SN9C105

2008-10-28 Thread Shinji
I have the same problem. Under Hardy the VX1000 worked not that good as
logitech cams (I had a very bad image quality) but now the support for
this sensor seems totaly broken :(

-- 
Intrepid kernel 2.6.27-6 no supported image sensor dected for SN9C105
https://bugs.launchpad.net/bugs/280657
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 289460] Re: konqueror crashed with SIGSEGV

2008-10-26 Thread Shinji

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

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

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

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

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

** Visibility changed to: Public

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

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


[Bug 288562] Re: kblueplugd crashed with DistutilsExecError in _spawn_posix()

2008-10-24 Thread Shinji

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

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

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

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

** Visibility changed to: Public

-- 
kblueplugd crashed with DistutilsExecError in _spawn_posix()
https://bugs.launchpad.net/bugs/288562
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285304] Re: dragon crashed with SIGSEGV

2008-10-23 Thread Shinji
I can confirm this bug. Every time i start dragon it crashes with a
SISEGV in strlen().

Started from a konsole window it sais:

[EMAIL PROTECTED]:~$ dragon --debug
amarok: BEGIN: Codeine::MainWindow::MainWindow()
amarok: BEGIN: Codeine::VideoWindow::VideoWindow(QWidget*)
Segmentation fault (core dumped)

-- 
dragon crashed with SIGSEGV
https://bugs.launchpad.net/bugs/285304
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdemultimedia in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 286648] Re: ark crashed with SIGSEGV in ThreadWeaver::JobRunHelper::runTheJob()

2008-10-21 Thread Shinji
I opened a multipart rar archive (0512.part1.rar = 0512.part4.rar) by
selection the files in Konqueror, right click on them and then open
with Ark. But the content of the archive was not displayed so I let the
window in the background while browsing my files within another
konqueror window.

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

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


[Bug 286438] Re: knotify4 crashed with SIGSEGV in strlen()

2008-10-20 Thread Shinji
I can confirm this. 
But for me knotify4 do not crash every time KDE starts but most of the times. 
When it crashes it seems to kill the kdm process so I'll return to the login 
screen. 

[...]
Oct 20 19:09:21 frodo kdm_greet[8912]: Cannot open default user face
Oct 20 19:09:30 frodo kernel: [  992.814251] knotify4[9148]: segfault at 1 ip 
7fe847079690 sp 7fff5172b618 error 4 in 
libc-2.8.90.so[7fe846ff7000+169000]
Oct 20 19:10:41 frodo kdm[5950]: X server for display :0 terminated unexpectedly
[...]
Oct 20 19:10:45 frodo kdm_greet[9525]: Cannot open default user face
Oct 20 19:10:56 frodo kernel: [ 1078.167023] knotify4[9761]: segfault at 1 ip 
7ffb4bf9c690 sp 7fff5664c538 error 4 in 
libc-2.8.90.so[7ffb4bf1a000+169000]
[...]

-- 
knotify4 crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/286438
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-runtime in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 264913] Re: systemsettings crashed with SIGSEGV in strlen()

2008-10-20 Thread Shinji
Sorry, but it still happens in 4.1.2.
I have upgraded from Kubuntu 8.04 to 8.10 and a lot of programs now crash with 
a SIGSEGV in strlen(). 
systemsettings is not the only one. Also affected are kdm and knotify4.

-- 
systemsettings crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264913
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 286648] Re: ark crashed with SIGSEGV in ThreadWeaver::JobRunHelper::runTheJob()

2008-10-20 Thread Shinji
** Description changed:

  Binary package hint: kdeutils
  
  Did nothing special ark was opened in the background and suddenly it
  crashed.
  
  ProblemType: Crash
  Architecture: amd64
  DistroRelease: Ubuntu 8.10
  ExecutablePath: /usr/bin/ark
  NonfreeKernelModules: nvidia
  Package: ark 4:4.1.2-0ubuntu4
  ProcAttrCurrent: unconfined
- ProcCmdline: /usr/bin/ark -caption Ark 
/media/BigMac/Downloads/RSD-Downloads/fmx.sga0512.part1.rar 
/media/BigMac/Downloads/RSD-Downloads/fmx.sga0512.part2.rar 
/media/BigMac/Downloads/RSD-Downloads/fmx.sga0512.part3.rar 
/media/BigMac/Downloads/RSD-Downloads/fmx.sga0512.part4.rar
+ ProcCmdline: /usr/bin/ark -caption Ark /media/BigMac/Downloads/0512.part1.rar 
/media/BigMac/Downloads/0512.part2.rar /media/BigMac/Downloads/0512.part3.rar 
/media/BigMac/Downloads/0512.part4.rar
  ProcEnviron:
   LANGUAGE=de_DE:de:en_GB:en
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: kdeutils
  StacktraceTop:
   ThreadWeaver::JobRunHelper::runTheJob (
   ThreadWeaver::Job::execute (this=0x2712f90, 
   ThreadWeaver::ThreadRunHelper::run (
   ThreadWeaver::Thread::run (this=0x27151e0)
   ?? () from /usr/lib/libQtCore.so.4
  Title: ark crashed with SIGSEGV in ThreadWeaver::JobRunHelper::runTheJob()
  Uname: Linux 2.6.27-7-generic x86_64
  UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin plugdev 
vboxusers video

** Tags added: need-amd64-retrace

** Visibility changed to: Public

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

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


[Bug 255590] Re: System beep goes nuts on start up

2008-10-13 Thread Shinji
Same problem here. 
I have upgraded my system from 8.04 to 8.10 and now it beeps all the time.
But it only happens with kernel 2.6.27. The also installed kernel 2.6.24 boots
without this annoying beep.

-- 
System beep goes nuts on start up
https://bugs.launchpad.net/bugs/255590
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 130004] Re: audio devices lottery on each boot

2008-10-10 Thread Shinji
Hi!

I have exactly the same problem with my newly attached USB keyboard (Enermax 
Aurora) with integrated audio device.
I use Kubuntu 8.04

-- 
audio devices lottery on each boot
https://bugs.launchpad.net/bugs/130004
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 206999] Re: [Hardy beta] External screen goes suddenly blue with Intel 945GM

2008-04-28 Thread shinji
*** This bug is a duplicate of bug 217804 ***
https://bugs.launchpad.net/bugs/217804

I have the same problem. When I connect external monitor to DVI output
on my laptop, screen blinks in intervals of several minutes and after a
while, screen suddenly change to one of this colors: black, white, blue
or grey. The time after it goes out differs, it is between few minutes
and few hours. Recently it occurs every time I connect external monitor.
This bug makes external monitor practically useless, as to get it back,
i have to restart computer. No play with xrandr can help. I did not have
this bug on Gutsy (same laptop, same monitor).

Graphic chip: Intel Corporation Mobile 945GM/GMS, 943/940GML Express
Integrated Graphics Controller [8086:27a2] (rev 03)

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

-- 
[Hardy beta] External screen goes suddenly blue with Intel 945GM
https://bugs.launchpad.net/bugs/206999
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 182676] Dell Optiplex 755: PCI: Cannot allocate resource region 8 of bridge 0000:00:1c.0 and some more...

2008-01-13 Thread Shinji
Public bug reported:

System: DELL Optiplex 755

On every boot the following errors are reported. The system boots but
the sound is not working.

[   21.947044] PCI: Cannot allocate resource region 8 of bridge :00:1c.0
[   21.947119] PCI: Cannot allocate resource region 0 of device :00:02.0
[   21.947194] PCI: Cannot allocate resource region 3 of device :00:02.0
[   21.947268] PCI: Cannot allocate resource region 0 of device :00:02.1
[   21.947347] PCI: Cannot allocate resource region 1 of device :00:03.3
[   21.947422] PCI: Cannot allocate resource region 0 of device :00:19.0
[   21.947495] PCI: Cannot allocate resource region 1 of device :00:19.0
[   21.947573] PCI: Cannot allocate resource region 0 of device :00:1a.7
[   21.947648] PCI: Cannot allocate resource region 0 of device :00:1b.0
[   21.947734] PCI: Cannot allocate resource region 0 of device :00:1f.3

lspci:
00:00.0 Host bridge: Intel Corporation 82Q35 Express DRAM Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82Q35 Express Integrated 
Graphics Controller (rev 02)
00:02.1 Display controller: Intel Corporation 82Q35 Express Integrated Graphics 
Controller (rev 02)
00:03.0 Communication controller: Intel Corporation 82Q35 Express MEI 
Controller (rev 02)
00:03.2 IDE interface: Intel Corporation 82Q35 Express PT IDER Controller (rev 
02)
00:03.3 Serial controller: Intel Corporation 82Q35 Express Serial KT Controller 
(rev 02)
00:19.0 Ethernet controller: Intel Corporation 82566DM-2 Gigabit Network 
Connection (rev 02)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio 
Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 
(rev 02)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92)
00:1f.0 ISA bridge: Intel Corporation LPC Interface Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port 
SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Dell Optiplex 755: PCI: Cannot allocate resource region 8 of bridge 
:00:1c.0 and some more...
https://bugs.launchpad.net/bugs/182676
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152588] Re: evince crashes when printing

2007-10-15 Thread Ikari Shinji
Here is the backtrace. It is done with an Epson Stylus C46, wich also
gives me the same problem.

Hope you fix this.

Thanks.

** Attachment added: gdb-evince.txt
   http://launchpadlibrarian.net/10031606/gdb-evince.txt

-- 
evince crashes when printing
https://bugs.launchpad.net/bugs/152588
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152588] evince crashes when printing

2007-10-14 Thread Ikari Shinji
Public bug reported:

Binary package hint: evince

I have an Epson Stylus Color 685 connected by USB and it is recognized
well by the system, but when I try to print a PDF file the application
crashes and no job is sent to the printer. It doesn't happen with Xpdf.
This is the output of evince when it crashes:

*** glibc detected *** evince: double free or corruption (!prev): 0x0861f918 ***
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6[0xb720ed65]
/lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0xb7212800]
/usr/lib/libcairo.so.2[0xb765310c]
/usr/lib/libcairo.so.2[0xb76538b5]
/usr/lib/libcairo.so.2[0xb7644188]
/usr/lib/libcairo.so.2[0xb765631e]
/usr/lib/libcairo.so.2[0xb7626abc]
/usr/lib/libcairo.so.2[0xb76561d3]
/usr/lib/libcairo.so.2[0xb7644781]
/usr/lib/libcairo.so.2(cairo_surface_finish+0x43)[0xb76332a3]
/usr/lib/libcairo.so.2[0xb763d64c]
/usr/lib/libcairo.so.2(cairo_surface_finish+0x43)[0xb76332a3]
/usr/lib/libcairo.so.2(cairo_surface_destroy+0x60)[0xb7633350]
/usr/lib/libcairo.so.2[0xb76264d5]
/usr/lib/libcairo.so.2(cairo_destroy+0x5f)[0xb761f62f]
evince[0x809dc7c]
evince[0x809dcd5]
evince[0x809b9b3]
evince[0x8062877]
evince[0x8061964]
evince[0x8061e4c]
/usr/lib/libglib-2.0.so.0[0xb73aa5af]
/lib/tls/i686/cmov/libpthread.so.0[0xb6f9d46b]
/lib/tls/i686/cmov/libc.so.6(clone+0x5e)[0xb727873e]
=== Memory map: 
08048000-080dd000 r-xp  08:03 1109302/usr/bin/evince
080dd000-080e rw-p 00095000 08:03 1109302/usr/bin/evince
080e-086fc000 rw-p 080e 00:00 0  [heap]
b4cb9000-b4cba000 rw-p b4cb9000 00:00 0 
b4cba000-b4d3e000 r--p  08:03 1155436
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf
b4d3e000-b4d4d000 r-xp  08:03 604335 /lib/libbz2.so.1.0.4
b4d4d000-b4d4e000 rw-p f000 08:03 604335 /lib/libbz2.so.1.0.4
b4d4e000-b4d8 r-xp  08:03 1110799/usr/lib/libcroco-0.6.so.3.0.1
b4d8-b4d83000 rw-p 00031000 08:03 1110799/usr/lib/libcroco-0.6.so.3.0.1
b4d83000-b4db3000 r-xp  08:03 1110802/usr/lib/libgsf-1.so.114.0.7
b4db3000-b4db6000 rw-p 0002f000 08:03 1110802/usr/lib/libgsf-1.so.114.0.7
b4db6000-b4db7000 rw-p b4db6000 00:00 0 
b4db7000-b4de7000 r-xp  08:03 1110804/usr/lib/librsvg-2.so.2.18.2
b4de7000-b4de8000 rw-p 0003 08:03 1110804/usr/lib/librsvg-2.so.2.18.2
b4de8000-b4def000 r-xp  08:03 1108155/usr/lib/libkrb5support.so.0.1
b4def000-b4df rw-p 6000 08:03 1108155/usr/lib/libkrb5support.so.0.1
b4df-b4df5000 r-xp  08:03 601624 
/lib/tls/i686/cmov/libcrypt-2.6.1.so
b4df5000-b4df7000 rw-p 4000 08:03 601624 
/lib/tls/i686/cmov/libcrypt-2.6.1.so
b4df7000-b4e1e000 rw-p b4df7000 00:00 0 
b4e1e000-b4e42000 r-xp  08:03 1108152/usr/lib/libk5crypto.so.3.1
b4e42000-b4e43000 rw-p 00024000 08:03 1108152/usr/lib/libk5crypto.so.3.1
b4e43000-b4ec9000 r-xp  08:03 1108154/usr/lib/libkrb5.so.3.3
b4ec9000-b4ecb000 rw-p 00086000 08:03 1108154/usr/lib/libkrb5.so.3.3
b4ecb000-b4efe000 r-xp  08:03 1110040/usr/lib/libcups.so.2
b4efe000-b4f0 rw-p 00032000 08:03 1110040/usr/lib/libcups.so.2
b4f0-b5106000 rw-p b4f0 00:00 0 
b5106000-b5107000 r--p  08:03 292669 /tmp/ddvZfa (deleted)
b5107000-b5129000 r--p  08:03 1155341
/usr/share/fonts/type1/gsfonts/n021004l.pfb
b5129000-b514c000 r--p  08:03 1155340
/usr/share/fonts/type1/gsfonts/n021003l.pfb
b514d000-b5175000 r-xp  08:03 1108151/usr/lib/libgssapi_krb5.so.2.2
b5175000-b5176000 rw-p 00027000 08:03 1108151/usr/lib/libgssapi_krb5.so.2.2
b518-b5181000 rw-p b518 00:00 0 
b5181000-b518c000 r-xp  08:03 1175804
/usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so
b518c000-b518d000 rw-p b000 08:03 1175804
/usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so
b518d000-b529 rw-p b518d000 00:00 0 
b529-b52a r--s  08:03 1175475/usr/share/mime/mime.cache
b52a-b530 rw-s  00:09 1343507/SYSV (deleted)
b530-b5321000 rw-p b530 00:00 0 
b5321000-b540 ---p b5321000 00:00 0 
b540-b5401000 r-xp  08:03 1174959
/usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so
b5401000-b5402000 rw-p  08:03 1174959
/usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so
b5402000-b5403000 r-xp  08:03 601706 /lib/libkeyutils-1.2.so
b5403000-b5404000 rw-p 1000 08:03 601706 /lib/libkeyutils-1.2.so
b5404000-b540b000 r-xp  08:03 1110393/usr/lib/libfam.so.0.0.0
b540b000-b540c000 rw-p 6000 08:03 1110393/usr/lib/libfam.so.0.0.0
b540c000-b5412000 r-xp  08:03 601490 /lib/libacl.so.1.1.0
b5412000-b5413000 rw-p 5000 08:03 601490 /lib/libacl.so.1.1.0
b5413000-b5416000 r-xp  08:03 601474 /lib/libattr.so.1.1.0
b5416000-b5417000 rw-p 2000 08:03 601474 /lib/libattr.so.1.1.0
b5417000-b5419000 r-xp  08:03 601482 /lib/libcom_err.so.2.1

[Bug 145112] Re: Random NVidia Proprietary Driver Lynches / Lock-Ups

2007-10-01 Thread andrea 'shinji' delfino
same unstability / flickering on my hp pavilion dv6159eu (nvidia go 7200) and 
nvidia-glx-new (ALL 100.x series drivers). 
Could be this drivers bug on turbocache memory access??

-- 
Random NVidia Proprietary Driver Lynches / Lock-Ups
https://bugs.launchpad.net/bugs/145112
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 113028] [apport] kdeinit crashed with SIGSEGV

2007-05-07 Thread Shinji
Public bug reported:

Binary package hint: kdelibs

Every time I log into KDE after a clean system start kdeinit crashs.

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Mon May  7 01:53:38 2007
Disassembly: 0xb7ce0a16:
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/kdeinit
Package: kdelibs4c2a 4:3.5.6-0ubuntu14
PackageArchitecture: i386
ProcCmdline: kdesktop\ [kdeinit]
ProcCwd: /home/shinji
ProcEnviron:
 
Signal: 11
SourcePackage: kdelibs
Stacktrace: #0  0xb7ce0a16 in ?? ()
StacktraceTop: ?? ()
ThreadStacktrace:
 
Uname: Linux Aragorn 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

** Affects: kdelibs (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] kdeinit crashed with SIGSEGV
https://bugs.launchpad.net/bugs/113028
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 113028] Re: [apport] kdeinit crashed with SIGSEGV

2007-05-07 Thread Shinji

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/7575224/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7575225/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7575226/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7575227/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/7575228/Registers.txt

-- 
[apport] kdeinit crashed with SIGSEGV
https://bugs.launchpad.net/bugs/113028
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 110651] [apport] hwdb-kde crashed with IndexError in sendData()

2007-04-27 Thread Shinji
Public bug reported:

Binary package hint: hwdb-client

I clicked on the adept update notifier.

ProblemType: Crash
Architecture: i386
Date: Fri Apr 27 11:09:58 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/hwdb-kde
InterpreterPath: /usr/bin/python2.5
Package: hwdb-client-kde 0.6.10
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/bin/hwdb-kde
ProcCwd: /home/shinji
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/hwdb-kde']
SourcePackage: hwdb-client
Uname: Linux frodo 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 
GNU/Linux

** Affects: hwdb-client (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] hwdb-kde crashed with IndexError in sendData()
https://bugs.launchpad.net/bugs/110651
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110651] Re: [apport] hwdb-kde crashed with IndexError in sendData()

2007-04-27 Thread Shinji

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7441605/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7441606/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7441607/ProcStatus.txt

** Attachment added: Traceback.txt
   http://librarian.launchpad.net/7441608/Traceback.txt

-- 
[apport] hwdb-kde crashed with IndexError in sendData()
https://bugs.launchpad.net/bugs/110651
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 108841] [apport] kdeinit crashed with SIGSEGV

2007-04-22 Thread Shinji
Public bug reported:

Binary package hint: kdelibs

The crash message appeared after I logged in into KDE (Kubuntu Feisty)
after a clean reboot.

ProblemType: Crash
Architecture: i386
Date: Sun Apr 22 01:38:24 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/kdeinit
Package: kdelibs4c2a 4:3.5.6-0ubuntu14
PackageArchitecture: i386
ProcCmdline: kdesktop\ [kdeinit]
ProcCwd: /home/shinji
ProcEnviron:
 
Signal: 11
SourcePackage: kdelibs
StacktraceTop:
 ?? () from /lib/tls/i686/cmov/libc.so.6
 ?? ()
 ?? ()
 ?? () from /usr/lib/libqt-mt.so.3
 ?? () from /lib/tls/i686/cmov/libc.so.6
Uname: Linux Aragorn 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

** Affects: kdelibs (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] kdeinit crashed with SIGSEGV
https://bugs.launchpad.net/bugs/108841
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 108841] Re: [apport] kdeinit crashed with SIGSEGV

2007-04-22 Thread Shinji

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/7385051/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7385052/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/7385053/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7385054/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7385055/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/7385056/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/7385057/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/7385058/ThreadStacktrace.txt

-- 
[apport] kdeinit crashed with SIGSEGV
https://bugs.launchpad.net/bugs/108841
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 88570] Re: last feisty update breaks sound: SB450 HDA Audio

2007-04-13 Thread Shinji
Same problem with intel8x0 driver on my Thinpad R52. Same symptoms as
Joseph.

[EMAIL PROTECTED]:~$ asoundconf list
Names of available sound cards:
ICH6

[EMAIL PROTECTED]:~$ tail -2 /proc/asound/oss/sndstat
Mixers:
0: Analog Devices AD1981B

[EMAIL PROTECTED]:~$ lspci
[...]
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW 
(ICH6 Family) AC'97 Audio Controller (rev 03)
[...]


I tried the new 1.0.14rc3 driver but it did not work. All worked fine before i 
updated from Edgy to Feisty.

-- 
last feisty update breaks sound: SB450 HDA Audio
https://bugs.launchpad.net/bugs/88570
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs