[Bug 1432271] Re: [vivid] Abiword always starts after logging in

2015-04-18 Thread Raf
Removing
/usr/share/dbus-1/services/org.freedesktop.Telepathy.Client.AbiCollab.service
(which was installed by abiword-common) also fixes the problem.

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

Title:
  [vivid] Abiword always starts after logging in

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

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


[Bug 1580605] Re: gnome-shell crashes often

2017-02-08 Thread Raf
Using 16.10, no ZFS, frequest GNOME shell crashes.

Below is one example. However, the library is not always the same, also
seen libgnome-desktop-3.so.12.1.0, libmutter.so.0.0.0,
libgio-2.0.so.0.5000.0. Seems to be independent of the extensions
installed.

gnome-shell[4080]: segfault at 2c ip 7fdc97a54ca0 sp
7ffe521631e8 error 4 in libglib-2.0.so.0.5000.2[7fdc979e+112000]

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

Title:
  gnome-shell crashes often

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1580605/+subscriptions

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


[Bug 1943964] [NEW] local var="$@" doesn't behave like every other system

2021-09-17 Thread raf
Public bug reported:

With Ubuntu (for many years), the following code in /bin/sh (i.e. dash):

  f()
  {
local v="$@"
echo "<$v>"
  }
  f "$@"

behaves differently to /bin/sh on Debian, macOS, FreeBSD, Solaris 
(/usr/xpg4/bin/sh).
The behaviour of "$@" is very special. When there are no arguments, it 
completely
disappears (i.e. even the surrounding quotes disappear so that there are no 
words). When
there are arguments, it replicates those arguments perfectly (i.e. it 
effectively produces
multiple quoted arguments if necessary).

The described behaviour applies when "$@" is used for local variable assignment 
on Ubuntu,
which sounds consistent with other uses of "$@" and therefore correct, but it 
doesn't
match the behaviour on any other system, and is therefore a problem for shell 
portability.
On the other systems mentioned above, the behaviour of "$@" when used as the 
value of a
variable assignment (local or not) is as though "$*" had been used (i.e. it 
produces a
single argument containing all the words).

The difference is clear when the arguments contain multiple words. On Ubuntu, 
only
the first word is assigned to v. Any subsequent words are treated as subsequent 
variable
names. This goes unnoticed if the subsequent words are valid variable 
identifiers.
But if the subsequent words are not valid identifiers, then dash emits a "bad 
variable name"
error message.

Note that without the "local" keyword, "$@" does behave like "$*" (like
all the other systems).

You might think that this is correct behaviour, but it is contrary to non-local 
variable
assignment, and contrary to all other systems, and is therefore unhelpful. 
Please change
it to behave like dash on other systems, e.g. debian.

This behaviour has been witnessed on ubuntu-16.x and ubuntu-20.04.

** Affects: dash (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/1943964

Title:
  local var="$@" doesn't behave like every other system

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


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

[Bug 1943964] Re: local var="$@" doesn't behave like every other system

2021-10-07 Thread raf
I thought I'd illustrate the problem. Given a #!/bin/sh script like this
called tst:

#!/bin/sh
f()
{
local v="$@"
echo "<$V>"
}
f "$@"

On Debian, Fedora, FreeBSD, OpenBSD, macOS, and Solaris, the arguably incorrect
but more useful behaviour is:

> ./tst a b c

> ./tst 1 2 3
<1 2 3>

On Ubuntu, the arguably correct but less useful behaviour is:

> ./tst a b c

> ./tst 1 2 3
./tst: 4: local: 2: bad variable name

On NetBSD, the behaviour is very similar to Ubuntu's, but not identical:

> ./tst a b c

> ./tst 1 2 3
local: 2: bad variable name
<1>

It seems that "bad variable name" is a fatal error on Ubuntu, but not on
NetBSD.

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

Title:
  local var="$@" doesn't behave like every other system

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


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

[Bug 1974214] Re: Segfaults on verify callout, in _gnutls_trust_list_get_issuer

2022-05-29 Thread Raf
Previously exim would get SIGFPE on each mail delivery attempt. The PPA
version has been installed for almost 2 days and no more crashes.
Thanks!

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

Title:
  Segfaults on verify callout, in _gnutls_trust_list_get_issuer

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


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

[Bug 434417] [NEW] libvirt-bin apparmor profile needs chown capability

2009-09-21 Thread Raf
Public bug reported:

Binary package hint: libvirt-bin

When creating a new virtual machine with virt-manager, I was not able to
start it. Looking at strace and kern.log showed that kvm did a chown:

kernel: [110203.023217] type=1503 audit(1253588634.819:276):
operation=capable pid=28692 parent=28691 profile=libvirt-
3c7d4020-4339-04f1-024e-01639d6b4542 name=chown

adding 
capability chown,
to /etc/apparmor.d/abstractions/libvirt-qemu seems to have fixed that.

Now strace shows:
chown(/dev/pts/4, 0, 5)   = 0

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

-- 
libvirt-bin apparmor profile needs chown capability
https://bugs.launchpad.net/bugs/434417
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 190228] Re: Firefox's very slow

2008-04-15 Thread Raf
Problem is the same but I'm not using emerald. 
P4 2.4GHz, 512Mb RAM, 
GNOME 2.20.1, Firefox 2.0.0.13.

-- 
Firefox's very slow
https://bugs.launchpad.net/bugs/190228
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 8839] rhythmbox tag editing, Quality column

2008-02-29 Thread Raf
Ubuntu 7.10, Rhythmbox 0.11.2
Cannot (mass-)edit FLAC tags, Quality column displays unknown for mp3  flac.

-- 
rhythmbox tag editing has issues with gst0.10
https://bugs.launchpad.net/bugs/8839
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 445852] Re: SSD stall during boot

2009-11-19 Thread Raf
I also see these log entries on my Acer Aspire One with SUPER TALENT
FEM32GF13M. However, I have not yet seen any corruption as a result of
this. In fact, sometimes this does not result in a stall during boot. If
it does stall the boot, it hangs for about 12 seconds.

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

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


[Bug 445852] Re: SSD stall during boot

2009-12-09 Thread Raf
#75 is correct. My karmic install always gives the error (even with
2.6.29-rc3*). But my jaunty never gives the error, even with 2.6.31-16.
However, there is one more difference between my karmic and jaunty
installs: karmic uses ext4, while jaunty uses ext2 (and for the record
all of those are inside LVM).

Could it be something related to ext4? I notice that the bug triggers
during or right after filesystem check/mount (mountall). But I have not
been able to reproduce this bug by doing filesystem checks/mounting of
the karmic-ext4 partition under jaunty.

I have not been able to debug it further. Debugging upstart to see
exactly when the bug triggers generates way too much output.

I tried disabling ureadahead, but that didn't make any difference.

*Note that the error message changed between 2.6.29-6 and 2.6.30-rc1,
but it still triggers an error message and the same delay.

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

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


[Bug 445852] Re: SSD stall during boot

2009-12-09 Thread Raf
What about the increased parallelism in the new upstart? Could this be
the cause of the problems: increased simultaneous disk access.

Doesn't Fedora also use upstart?

Unfortunately it looks like upstart cannot be serialized. (I am talking
about the jobs in /etc/init, not /etc/init.d)

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

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


[Bug 445852] Re: SSD stall during boot

2009-12-09 Thread Raf
I don't think that there is a bug in upstart. More likely the increased
parallelism of upstart triggers a bug in the kernel, firmware, or
hardware.

If it is a kernel bug, it has been in the kernel for several releases. I
have tested with 2.6.29-rc3 (and most versions in between), that is the
oldest kernel on http://kernel.ubuntu.com/~kernel-ppa/mainline/ that can
still boot my ext4-karmic partition.

I am wondering if #61 is not on to something. However, my SDD is ATA,
not SATA (so no NCQ anyway). I will research if the SDD can do TCQ, and
if yes how to disable it. That would suggest a firmware/hardware bug.

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

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


[Bug 445852] Re: SSD stall during boot

2009-12-14 Thread Raf
Scott,

# udevadm test /block/sda 21 | grep ^util_run_program:.*started
util_run_program: 'ata_id --export /dev/sda' started
util_run_program: 'scsi_id --whitelisted --replace-whitespace -p0x80 
-d/dev/sda' started
util_run_program: 'path_id 
/devices/pci:00/:00:1f.2/host1/target1:0:0/1:0:0:0/block/sda' started
util_run_program: '/sbin/blkid -o udev -p /dev/sda' started
util_run_program: 'edd_id --export /dev/sda' started
util_run_program: 'devkit-disks-part-id /dev/sda' started
util_run_program: 'devkit-disks-probe-ata-smart /dev/sda' started

This did trigger the HSM violation.

Testing more, I think that devkit-disks-probe-ata-smart is the one
triggering the violation (devkit is new in Karmic?). However, it doesn't
always show.

I think it might be related to the delay between the different commands.
If the delay is too big it doesn't always show . But if the delay is too
small, we cannot be sure which one triggered the command.

The delay between running devkit-disks-probe-ata-smart and the actual
violation being logged is not constant. Maybe devkit-disks-probe-ata-
smart sets things up, but the actual violation only triggers after some
other activity occurs (e.g. simple disk access).

I will try again to isolate it.

Raf.

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

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


[Bug 445852] Re: SSD stall during boot

2009-12-14 Thread Raf
I am doing this (on an otherwise idle UNR):

# sleep 120; logger devkit-disks-probe-ata-smart; /lib/udev/devkit-
disks-probe-ata-smart /dev/sda; sleep 120; logger done

And I get this in syslog (repeatably):

Dec 14 11:12:01 unus logger: devkit-disks-probe-ata-smart
Dec 14 11:12:35 unus kernel: [ 7734.000130] ata2: lost interrupt (Status 0x58)
Dec 14 11:12:35 unus kernel: [ 7734.000217] ata2.00: exception Emask 0x0 SAct 
0x0 SErr 0x0 action 0x6 frozen
Dec 14 11:12:35 unus kernel: [ 7734.000232] ata2.00: BMDMA stat 0x4
Dec 14 11:12:35 unus kernel: [ 7734.000264] ata2.00: cmd 
ca/00:08:08:8b:54/00:00:00:00:00/e3 tag 0 dma 4096 out
Dec 14 11:12:35 unus kernel: [ 7734.000270]  res 
58/00:08:08:8b:54/00:00:00:00:00/e3 Emask 0x2 (HSM violation)
Dec 14 11:12:35 unus kernel: [ 7734.000284] ata2.00: status: { DRDY DRQ }
Dec 14 11:12:35 unus kernel: [ 7734.000343] ata2: soft resetting link
Dec 14 11:12:35 unus kernel: [ 7734.208576] ata2.00: configured for UDMA/66
Dec 14 11:12:35 unus kernel: [ 7734.208618] ata2: EH complete
Dec 14 11:14:01 unus logger: done

Also note that I stay in UDMA (not PIO like some other posters). Except
for the delays, the disk is quite usable.

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

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


[Bug 445852] Re: SSD stall during boot

2009-12-14 Thread Raf
I disabled /lib/udev/rules.d/95-devkit-disks.rules (using dpkg-divert).
And now I can boot without HSM violations. But I believe this is only a
workaround.

Note that the devkit-disks-probe-ata-smart tests did again result in
filesystem corruption.

Raf.

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

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


[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

2009-12-14 Thread Raf
I don't know if it is helpful to anybody, but I have attached the strace
for /lib/udev/devkit-disks-probe-ata-smart /dev/sda. It does two SG_IO
ioctls against the device. smartctl -a /dev/sda does not trigger the HSM
violation.

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential 
hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

2009-12-14 Thread Raf

** Attachment added: strace -fotrace /lib/udev/devkit-disks-probe-ata-smart 
/dev/sda
   http://launchpadlibrarian.net/36787562/trace

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential 
hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

2009-12-15 Thread Raf
I did some more tests with devkit-disks-probe-ata-smart. If I boot from
USB flash, devkit-disks-probe-ata-smart on the SSD does not trigger any
log entry until I try to write to the disk. If I then try to write (to
the swap partition, as not the corrupt any fs) to the disk with dd, dd
hangs until the error is generated, which occurs 30 seconds later
(probably a timeout in the kernel).

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential 
hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

2009-12-15 Thread Raf
strace from smartctl -a.

** Attachment added: smartctl-trace
   http://launchpadlibrarian.net/36855111/smartctl-trace

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential 
hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

2009-12-15 Thread Raf
Output from smartctl -a.

** Attachment added: smartctl-output
   http://launchpadlibrarian.net/36855106/smartctl-output

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential 
hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445852] Re: SSD stall during boot

2009-12-10 Thread Raf
#97 also repeatably triggers the HSM violation for me. But only under
Karmic (not Jaunty).

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

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


[Bug 445852] Re: SSD stall during boot

2009-12-10 Thread Raf
But be warned, this has lead to disk corruption for me! I never had disk
corruptions before...

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

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


[Bug 445852] Re: SSD stall during boot

2009-12-11 Thread Raf
Scott,

Yes, echo change  /sys/block/sda/uevent results in the same error.
After entering that command, it takes about 20 to 30 seconds until the
error shows up.

Any idea why does works fine under Jaunty and not Karmic?

Raf.

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

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


[Bug 426965] Re: Series of GNOME errors upon startup

2009-10-08 Thread Raf
I have the same problem, running a 9.04 to 9.10 upgraded NBR. I have had
the problem since upgrading to an alpha version, and I still have the
problem now.

I wonder if this is the result of a race condition during startup. If I
log out, and log in again, I never have this problem. As such, I suspect
this might not be a bug in gnome, but maybe gdm. I notice that gdm does
not depend on dbus being started, should it?

However, I believe it is Netbook Remix specific, I don't have the
problem on my desktop running regular Ubuntu.

-- 
Series of GNOME errors upon startup
https://bugs.launchpad.net/bugs/426965
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 426965] Re: Series of GNOME errors upon startup

2009-10-08 Thread Raf
I added and started dbus as a condition for starting gdm, but I am
still having this problem (and it seems to take longer to boot up). I
guess it must be something else.

xsession-errors contains the following:
** (gnome-panel:1615): WARNING **: panel-applet-frame.c:1310: failed to get 
Bonobo/Control interface on applet OAFIID:GNOME_WindowPicker:
Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0'
** (gnome-panel:1615): WARNING **: panel-applet-frame.c:1310: failed to get 
Bonobo/Control interface on applet OAFIID:GNOME_GoHome:
Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0'

This bug might be similar to https://bugs.launchpad.net/ubuntu/+source
/gnome-applets/+bug/294412

-- 
Series of GNOME errors upon startup
https://bugs.launchpad.net/bugs/426965
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 426965] Re: Series of GNOME errors upon startup

2009-10-08 Thread Raf
gnome-panel gives an error when it cannot find the orbit socket. Trying
to strace bonobo-activation-server to see what happens there, but I
haven't been able yet to get it to fail and get strace to work.

read(18, GIOP\1\2\1\1\204\1\0\0, 12)  = 12
read(18, 
\20Q\231\t\0\0\0\0\1\0\0\0\1\0\0\0\f\0\0\0\1\1\1\1\1\0\1\5\t\1\1\0\0\0\0\0003\0\0\0OAFAID:[OAFIID:GNOME_GoHome_Factory,raf,localhost]\0\0\0\0\0\0...,
 388) = 388
socket(PF_FILE, SOCK_STREAM, 0) = 20
fcntl64(20, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
fcntl64(20, F_SETFD, FD_CLOEXEC)= 0
getuid32()  = 1000
connect(20, {sa_family=AF_FILE, 
path=/tmp/orbit-raf/linc-66b-0-435d1a6e17bb5}, 42) = -1 ENOENT (No such file 
or directory)
close(20)   = 0
socket(PF_FILE, SOCK_STREAM, 0) = 20
fcntl64(20, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
fcntl64(20, F_SETFD, FD_CLOEXEC)= 0
getuid32()  = 1000
connect(20, {sa_family=AF_FILE, 
path=/tmp/orbit-raf/linc-66b-0-435d1a6e17bb5}, 42) = -1 ENOENT (No such file 
or directory)
close(20)   = 0
write(2, \n** (gnome-panel.real:1606): WARNING **: panel-applet-frame.c:1310: 
failed to get Bonobo/Control..., 203) = 203


** Attachment added: gnome-panel strace
   http://launchpadlibrarian.net/8096/gnome-panel.trace-1

-- 
Series of GNOME errors upon startup
https://bugs.launchpad.net/bugs/426965
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 426965] Re: Series of GNOME errors upon startup

2009-10-09 Thread Raf
They failing applets are quitting (and cleaning up the socket that
gnome-panel is looking for). From the strace for bonobo-activation-
server (bonobo-activation-server has its output redirected to /dev/null,
so it doesn't get stored anywhere):

1713  14:15:51.291582 write(2, \n(window-picker-applet:1713): Bonobo-WARNING 
**: Never got frame, control died - abnormal exit condition\n, 105) = 105
1713  14:15:51.299865 write(2, \n(window-picker-applet:1713): Bonobo-WARNING 
**: Leaked a total of 4 refs to 2 bonobo object(s)\n, 96) = 96

I don't know where else to look.

** Attachment added: bonobo-activation-server.trace
   http://launchpadlibrarian.net/33370867/bonobo-activation-server.trace

-- 
Series of GNOME errors upon startup
https://bugs.launchpad.net/bugs/426965
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 777903] [NEW] Missing asm/*.ph

2011-05-05 Thread Raf
Public bug reported:

Binary package hint: perl

The new version of Perl is missing the perl header files in
/usr/lib/perl/5.10.1/asm (5.10.1-17ubuntu4.1 vs 5.10.1-17ubuntu4).

These header files are referenced in some of the other header files,
e.g. sys/syscall.ph references asm/unistd.ph

The headers files in asm-generic and linux are also missing.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: perl 5.10.1-17ubuntu4.1 [modified: usr/bin/perldoc]
ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
Uname: Linux 2.6.38-9-generic i686
Architecture: i386
Date: Thu May  5 09:55:02 2011
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: perl
UpgradeStatus: Upgraded to natty on 2011-04-04 (30 days ago)

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


** Tags: apport-bug i386 natty

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

Title:
  Missing asm/*.ph

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


[Bug 777903] Re: Missing asm/*.ph

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

Title:
  Missing asm/*.ph

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


[Bug 682452] [NEW] package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build

2010-11-28 Thread RAF
Public bug reported:

Binary package hint: virtualbox-ose

after simple update

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-26.47-generic 2.6.32.24+drm33.11
Uname: Linux 2.6.32-26-generic i686
Architecture: i386
Date: Sun Nov 28 14:02:38 2010
ErrorMessage: virtualbox-ose kernel module failed to build
PackageArchitecture: all
PackageVersion: 3.1.6-dfsg-2ubuntu2
SourcePackage: virtualbox-ose
Title: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to 
install/upgrade: virtualbox-ose kernel module failed to build
VirtualBoxOse.ModInfo:

** Affects: virtualbox-ose (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

-- 
package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: 
virtualbox-ose kernel module failed to build
https://bugs.launchpad.net/bugs/682452
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 682452] Re: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build

2010-11-28 Thread RAF


-- 
package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: 
virtualbox-ose kernel module failed to build
https://bugs.launchpad.net/bugs/682452
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 719943] [NEW] package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: sub-processo novo script pre-installation retornou estado de saída de erro 127

2011-02-16 Thread Raf
Public bug reported:

Binary package hint: util-linux

Problem with update and install

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: mount 2.17.2-3.3ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-3.30-generic 2.6.38-rc4
Uname: Linux 2.6.38-3-generic x86_64
AptOrdering:
 mount: Install
 mount: Configure
Architecture: amd64
Date: Wed Feb 16 07:51:16 2011
DpkgTerminalLog:
 Preparando para substituir mount 2.17.2-3.3ubuntu4 (usando 
.../mount_2.17.2-9.1ubuntu1_amd64.deb) ...
 /var/lib/dpkg/tmp.ci/preinst: 49: dpkg-vendor: not found
 dpkg: erro processando 
/var/cache/apt/archives/mount_2.17.2-9.1ubuntu1_amd64.deb (--unpack):
  sub-processo novo script pre-installation retornou estado de saída de erro 127
ErrorMessage: sub-processo novo script pre-installation retornou estado de 
saída de erro 127
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110212)
SourcePackage: util-linux
Title: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: sub-processo 
novo script pre-installation retornou estado de saída de erro 127

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


** Tags: amd64 apport-package natty

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

Title:
  package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: sub-
  processo novo script pre-installation retornou estado de saída de erro
  127

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

[Bug 719943] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: sub-processo novo script pre-installation retornou estado de saída de erro 127

2011-02-16 Thread Raf


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

Title:
  package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: sub-
  processo novo script pre-installation retornou estado de saída de erro
  127

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

[Bug 426965] Re: Series of GNOME errors upon startup

2010-02-10 Thread Raf
If your seeing this bug on a system with an SSD, than this is most
likely the result of
https://bugs.launchpad.net/ubuntu/+source/libatasmart/+bug/445852.
Please try the workaround documented there. That fixed the problem for
me.

-- 
Series of GNOME errors upon startup
https://bugs.launchpad.net/bugs/426965
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

2010-04-09 Thread Raf
With the early versions of udisks/libatasmart4 on Lucid I would always
get HSM violations. Now with the newer versions (udisks
1.0.0+git20100319-0git1 and libatasmart4 0.17+git20100219-1git2) I only
sometimes get HSM violations.

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential 
hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

2010-04-09 Thread Raf
@Gav: how are we going to find a fix for this problem if none of us once
in a while is willing to try the new version?

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential 
hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

2010-03-19 Thread Raf
The first beta of Lucid was released and we have not yet found a
solution for the HSM violations and corruption. I would really hope that
we can find a way to fix this before the final release.

A proper solution would be a patch for libatasmart, but I have not seen
any progress.

A first workaround would be to disable the use of udisks-probe-ata-smart
in 80-udisks.rules. I haven't found anything using the result of the
SMART test (ID_ATA_FEATURE_SET_SMART, ID_ATA_FEATURE_SET_SMART_ENABLED,
UDISKS_ATA_SMART_IS_AVAILABLE). And I don't think they are documented.

An alternative workaround would create a blacklist in 80-udisks.rules,
so that SMART test is not run on the devices identified above (and
possible others).

I would like to know if the developers are willing to accept either of
these workarounds.

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential 
hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

2010-03-19 Thread Raf
I should have written:

I would like to know if the *maintainers* are willing to accept either
of these workarounds.

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential 
hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 543383] [NEW] glibc detected *** /usr/bin/perl: double free or corruption

2010-03-21 Thread Raf
Public bug reported:

Binary package hint: libdbd-mysql-perl

Using lucid I get double free errors when using DBD::mysql. The example
output below shows the DBI trace and the glibc output.

ProblemType: Bug
Architecture: amd64
Date: Sun Mar 21 08:33:15 2010
DistroRelease: Ubuntu 10.04
Package: libdbd-mysql-perl 4.012-1ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: libdbd-mysql-perl
Uname: Linux 2.6.32-16-generic x86_64

** Affects: libdbd-mysql-perl (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
glibc detected *** /usr/bin/perl: double free or corruption
https://bugs.launchpad.net/bugs/543383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 543383] Re: glibc detected *** /usr/bin/perl: double free or corruption

2010-03-21 Thread Raf

** Attachment added: output
   http://launchpadlibrarian.net/41506913/output

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

-- 
glibc detected *** /usr/bin/perl: double free or corruption
https://bugs.launchpad.net/bugs/543383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 434417] [NEW] libvirt-bin apparmor profile needs chown capability

2009-09-21 Thread Raf
Public bug reported:

Binary package hint: libvirt-bin

When creating a new virtual machine with virt-manager, I was not able to
start it. Looking at strace and kern.log showed that kvm did a chown:

kernel: [110203.023217] type=1503 audit(1253588634.819:276):
operation=capable pid=28692 parent=28691 profile=libvirt-
3c7d4020-4339-04f1-024e-01639d6b4542 name=chown

adding 
capability chown,
to /etc/apparmor.d/abstractions/libvirt-qemu seems to have fixed that.

Now strace shows:
chown(/dev/pts/4, 0, 5)   = 0

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

-- 
libvirt-bin apparmor profile needs chown capability
https://bugs.launchpad.net/bugs/434417
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

2010-04-12 Thread Raf
I have not been able to reproduce the HSM violations. I rebooted 20
times, cold booted, booted with battery, replaced battery and booted,
tried 2.6.32-19 and 2.6.32-20, all of these seem to work without
problem.

Previously (after the fix went in) I sometimes got the HSM violation,
but only on boot, I was not able to trigger it by manually running
udisks-probe-ata-smart.

I have replaced /lib/udev/udisks-probe-ata-smart with a script that
generates a trace, so if it should cause an HSM violation again, it
should generate a trace output.

My understanding of this bug is that it is only related to running of
udisks-probe-ata-smart, which should only run at boot (unless
repartitioning the drive). But some reports seem to indicate failures
after boot (e.g. #234).

The workaround did seem to work for me.

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential 
hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

2010-04-07 Thread Raf
I am using current Lucid (udisks 1.0.0+git20100319-0git1 and
libatasmart4 0.17+git20100219-1git2) on my Acer Aspire One with Super
Talent replacement SSD (FEM32GF13M) and I am still getting HSM
violations. I previously tested and was able to confirm that it
(sometimes) works without error.

I am hesitant to test more since the corruption was quite bad: broken
grub config (easily fixed) and mount point /dev/shm does not exist
errors when booting (haven't found how to fix this yet).

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential 
hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 543383] Re: glibc detected *** /usr/bin/perl: double free or corruption

2010-04-16 Thread Raf
I had the bad version of libmysqlclient16 installed (7.0.9-1).

sudo apt-get install libmysqlclient16/lucid fixed the problem for me.

Please close this bug report.

-- 
glibc detected *** /usr/bin/perl: double free or corruption
https://bugs.launchpad.net/bugs/543383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

2010-04-16 Thread Raf
I have not had anymore HSM violations. And nobody else has reported any
problems. It looks like this problem is fixed.

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential 
hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

2010-02-24 Thread Raf
I have the same Super Talent 32 GB SSD.  But it identifies it self
simply as 'Flash' (see attached output). I think the easiest way to
implement a blacklist will be in the udev rules, so I included the
output of 'udevadm info --query=all --path /block/sda'.

@LarryGrover: I have the same device. While debugging this problem
(repeated runs of devkit-disks-probe-ata-smart) I did get (non-
permanent) disk corruption. fsck placed several files in /lost+found!

** Attachment added: supertalent32GB.txt
   http://launchpadlibrarian.net/39752817/supertalent32GB.txt

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential 
hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

2010-02-18 Thread Raf
This bug also affects Lucid via the call to udisks-probe-ata-smart in
/lib/udev/rules.d/80-udisks.rules (from the package udisks).
Uncommenting the line

KERNEL==sd*[!0-9], ATTR{removable}==0, ENV{ID_BUS}==ata,
ENV{DEVTYPE}==disk, IMPORT{program}=udisks-probe-ata-smart $tempnode

in /lib/udev/rules.d/80-udisks.rules works around the problem on my
Acer.

Is there any plan to include a real fix for this problem in Lucid? The
upstream kernel bug was closed, the upstream libatasmart bug hasn't
received much attention. How can I help to make sure that this bug is
fixed in Lucid?

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential 
hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

2010-02-24 Thread Raf
I found a possibly easier work around: after I disabled SMART support on
the device, I can safely run devkit-disks-probe-ata-smart (or udisks-
probe-ata-smart in lucid):

sudo smartctl --smart off /dev/sda

You can check if smart is disabled, with 'sudo smartctl -i /dev/sda',
the output should include (note the last line):

SMART support is: Available - device has SMART capability.
SMART support is: Disabled

Note the following comment in the smartctl manual: In principle the
SMART feature settings are preserved over power-cycling, but it doesn´t
hurt to be sure. I have not yet rebooted.

Looking at the strace of devkit-disks/udisks-probe-ata-smart, I see that
the second (dangerous) ioctl is not executed when smart is disabled.

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential 
hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

2010-02-24 Thread Raf
I just rebooted, and SMART was enabled again. So this doesn't work
through a reboot. Sorry.

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential 
hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 367332] Re: trackerd 100% cpu

2010-03-12 Thread Raf
I seem to have the same problem on Lucid (0.6.95-1ubuntu6). I check
tracker-status, and it reports 'Paused'. But the tracker-applet had
'Pause All Indexing' unmarked. So I selected 'Pause All Indexing',
tracker-status still reported 'Paused'. I then unselected 'Pause All
Indexing', tracker-status now reports 'Idle', and trackerd goes to
sleep.

Next time this happens I will try to collect some more information.

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

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


[Bug 367332] Re: trackerd 100% cpu

2010-03-13 Thread Raf
Seems to happen frequently when a lot of new files are created (e.g.
extracting a kernel archive).

It is just spinning in g_main_loop_run, with a zero timeout on poll (see strace 
above). gdb backtrace:
#0  0x7fb3c6e92e68 in ?? () from /usr/lib/libdbus-glib-1.so.2
#1  0x7fb3c5e88a81 in g_main_context_prepare () from /lib/libglib-2.0.so.0
#2  0x7fb3c5e88ee8 in ?? () from /lib/libglib-2.0.so.0
#3  0x7fb3c5e894bc in g_main_context_iteration ()
   from /lib/libglib-2.0.so.0
#4  0x00426899 in inotify_watch_func (source=value optimized out, 
condition=value optimized out, data=value optimized out)
at inotify-monitor.c:93
#5  0x7fb3c5e85492 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#6  0x7fb3c5e89308 in ?? () from /lib/libglib-2.0.so.0
#7  0x7fb3c5e8981d in g_main_loop_run () from /lib/libglib-2.0.so.0
#8  0x0041cb16 in main (argc=1, argv=0x7fffc2fc3848)
at tracker-main.c:1236

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

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


[Bug 685610] [NEW] package openjdk-6-jre-headless 6b18-1.8.2-4ubuntu2 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive

2010-12-05 Thread RAF
Public bug reported:

general update

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: openjdk-6-jre-headless 6b18-1.8.2-4ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-26.47-generic 2.6.32.24+drm33.11
Uname: Linux 2.6.32-26-generic i686
Architecture: i386
Date: Sun Dec  5 14:41:58 2010
ErrorMessage: corrupted filesystem tarfile - corrupted package archive
SourcePackage: openjdk-6
Title: package openjdk-6-jre-headless 6b18-1.8.2-4ubuntu2 failed to 
install/upgrade: corrupted filesystem tarfile - corrupted package archive

** Affects: openjdk-6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package openjdk-6-jre-headless 6b18-1.8.2-4ubuntu2 failed to install/upgrade: 
corrupted filesystem tarfile - corrupted package archive

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


[Bug 685610] Re: package openjdk-6-jre-headless 6b18-1.8.2-4ubuntu2 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive

2010-12-05 Thread RAF


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

Title:
  package openjdk-6-jre-headless 6b18-1.8.2-4ubuntu2 failed to install/upgrade: 
corrupted filesystem tarfile - corrupted package archive

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


[Bug 1122870] [NEW] package postgresql-8.4 8.4.14-0ubuntu10.04 failed to install/upgrade: podproces nowy skrypt pre-removal zwrócił kod błędu 1

2013-02-12 Thread raf raf
Public bug reported:

it happend after uninstalation of nuxeo-dm package

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: postgresql-8.4 8.4.14-0ubuntu10.04
ProcVersionSignature: Ubuntu 2.6.32-45.102-generic 2.6.32.60+drm33.26
Uname: Linux 2.6.32-45-generic x86_64
NonfreeKernelModules: wl nvidia
Architecture: amd64
Date: Tue Feb 12 09:42:12 2013
ErrorMessage: podproces nowy skrypt pre-removal zwrócił kod błędu 1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
SourcePackage: postgresql-8.4
Title: package postgresql-8.4 8.4.14-0ubuntu10.04 failed to install/upgrade: 
podproces nowy skrypt pre-removal zwrócił kod błędu 1

** Affects: postgresql-8.4 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

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

Title:
  package postgresql-8.4 8.4.14-0ubuntu10.04 failed to install/upgrade:
  podproces nowy skrypt pre-removal zwrócił kod błędu 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-8.4/+bug/1122870/+subscriptions

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

[Bug 64564] Flash site crashes firefox with *** glibc detected *** malloc(): memory corruption error

2006-10-07 Thread Raf Geens
Public bug reported:

Binary package hint: flashplugin-nonfree

Sofware versions:
- Ubuntu 6.06
- firefox 1.5.dfsg+1.5.0.7-ubuntu0.6.06
- flashplugin-nonfree 7.0.63.3ubuntu3
- libc6 2.3.6-0ubuntu20

Steps to reproduce:

1. In firefox, go to http://www.azamalimusic.com
2. Choose Enter in the flash splash screen
3. Firefox crashes with a *** glibc detected *** malloc(): memory corruption 
some memory address error

** Affects: flashplugin-nonfree (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Flash site crashes firefox with *** glibc detected *** malloc(): memory 
corruption error
https://launchpad.net/bugs/64564

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


[Bug 64564] Re: Flash site crashes firefox with *** glibc detected *** malloc(): memory corruption error

2006-10-07 Thread Raf Geens

** Attachment added: A gdb backtrace done like described in 
https://wiki.ubuntu.com/Backtrace;
   http://librarian.launchpad.net/4703511/gdb-firefox.txt

-- 
Flash site crashes firefox with *** glibc detected *** malloc(): memory 
corruption error
https://launchpad.net/bugs/64564

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


[Bug 225360] Re: resize2fs asks to run 'e2fsck -f', even if you already did so

2008-05-01 Thread Raf Geens

** Attachment added: GParted log
   http://launchpadlibrarian.net/14069341/gparted_details.htm

-- 
resize2fs asks to run 'e2fsck -f', even if you already did so
https://bugs.launchpad.net/bugs/225360
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 225360] [NEW] resize2fs asks to run 'e2fsck -f', even if you already did so

2008-05-01 Thread Raf Geens
Public bug reported:

Binary package hint: e2fsprogs

Ubuntu version: 8.04
e2fsprogs version: 1.40.8-2ubuntu2
GParted version: 0.3.5-1ubuntu3

I have a disk with a 300GB ext3 partition and a smaller swap partition.
Using GParted, I tried to shrink the 300GB partition to 240GB. This
failed, due to resize2fs requiring that e2fsck was ran, even though that
already happened, without errors. See the attached GParted log for
details. I'm reporting this on e2fsprogs, because it also happened when
I tried to run e2fsck/ resize2fs manually.

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

-- 
resize2fs asks to run 'e2fsck -f', even if you already did so
https://bugs.launchpad.net/bugs/225360
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 225629] [NEW] Icon in Gnome menu isn't set after installing, and entry remains after uninstalling

2008-05-02 Thread Raf Geens
Public bug reported:

Ubuntu version: 8.04
Liferea version: 1.4.14-0ubuntu4

On a fresh Ubuntu install, after installing Liferea through Synaptic,
the entry in Gnome's menu doesn't have an icon. See the attached
screenshot, the icon to the right of the help icon is the liferea one
added to the launcher.

I changed the icon manually. A little while later, I wanted to check
whether perhaps it was intended that the icon was set after logging out
and back in. So I uninstalled Liferea. Then I saw that the menu icon
wasn't removed. I'm not sure if this is a bug or a 'feature' due to me
changing the icon. I then manually removed the entry from the menu.

Next, I installed Liferea again. This time, no entry showed up in the
menu, so I couldn't check the above, and had to manually create an
entry.

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

-- 
Icon in Gnome menu isn't set after installing, and entry remains after 
uninstalling
https://bugs.launchpad.net/bugs/225629
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 26246] Re: New launchers move to the left

2008-05-02 Thread Raf Geens
This bug is still occurring in Ubuntu 8.04.

-- 
New launchers move to the left
https://bugs.launchpad.net/bugs/26246
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 225629] Re: Icon in Gnome menu isn't set after installing, and entry remains after uninstalling

2008-05-02 Thread Raf Geens

** Attachment added: Gnome menu
   http://launchpadlibrarian.net/14085086/liferea_icon.png

-- 
Icon in Gnome menu isn't set after installing, and entry remains after 
uninstalling
https://bugs.launchpad.net/bugs/225629
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 240429] [NEW] adding files to mercurial repository fails on ntfs

2008-06-16 Thread Raf Geens
Public bug reported:

Binary package hint: mercurial

Ubuntu 8.04
mercurial 0.9.5-3

When adding a file to a new or existing mercurial repository that's
located on a writable NTFS volume, I get the following error, after
which the file isn't added:

Exception exceptions.OSError: (1, 'Operation not permitted',
'/media/windows/test/.hg/.dirstate-_XPYRk') in bound method
lock.__del__ of mercurial.lock.lock object at 0x8350e6c ignored

The /proc/mounts entry for the file system is: /dev/sdc1 /media/windows
fuseblk
rw,nosuid,nodev,noatime,relatime,user_id=0,group_id=0,default_permissions,allow_other
0 0

It occurs on another NTFS disk as well. I have no problems on my ext3
filesystem, or when using the Windows version of Mercurial. I've
attached the steps I did.

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

-- 
adding files to mercurial repository fails on ntfs
https://bugs.launchpad.net/bugs/240429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 240429] Re: adding files to mercurial repository fails on ntfs

2008-06-16 Thread Raf Geens

** Attachment added: hg_add_error.txt
   http://launchpadlibrarian.net/15351308/hg_add_error.txt

-- 
adding files to mercurial repository fails on ntfs
https://bugs.launchpad.net/bugs/240429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 240429] Re: adding files to mercurial repository fails on ntfs

2009-02-02 Thread Raf Geens
That pc is currently having its motherboard replaced, but I'll take a
look when that's done.

-- 
adding files to mercurial repository fails on ntfs
https://bugs.launchpad.net/bugs/240429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 240429] Re: adding files to mercurial repository fails on ntfs

2009-02-11 Thread Raf Geens
The bug still reproduces in version 1.0.1-5.1 on Intrepid.

-- 
adding files to mercurial repository fails on ntfs
https://bugs.launchpad.net/bugs/240429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 240429] Re: adding files to mercurial repository fails on ntfs

2009-02-11 Thread Raf Geens
Here you go, this is from a fresh Intrepid install. The /dev/sdc1 in the
output isn't the same as in the original report, since my disk
configuration changed in the meanwhile. There's also something odd going
on with the ordering of the disks, but that doesn't seem related to this
bug.

** Attachment added: output
   http://launchpadlibrarian.net/22511919/output

-- 
adding files to mercurial repository fails on ntfs
https://bugs.launchpad.net/bugs/240429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 240429] Re: adding files to mercurial repository fails on ntfs

2009-02-12 Thread Raf Geens
That works :-)

-- 
adding files to mercurial repository fails on ntfs
https://bugs.launchpad.net/bugs/240429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 367450] Re: Can't allocate memory while viewing DVD

2009-10-31 Thread Raf Geens

** Attachment added: libdvdnav_error_vlc_bbcdvd
   http://launchpadlibrarian.net/34806969/libdvdnav_error_vlc_bbcdvd

-- 
Can't allocate memory while viewing DVD
https://bugs.launchpad.net/bugs/367450
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 367450] Re: Can't allocate memory while viewing DVD

2009-10-31 Thread Raf Geens

** Attachment added: libdvdnav_success_totem_bsg
   http://launchpadlibrarian.net/34806991/libdvdnav_success_totem_bsg

-- 
Can't allocate memory while viewing DVD
https://bugs.launchpad.net/bugs/367450
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 367450] Re: Can't allocate memory while viewing DVD

2009-10-31 Thread Raf Geens

** Attachment added: libdvdnav_success_totem_bbcdvd
   http://launchpadlibrarian.net/34807020/libdvdnav_success_totem_bbcdvd

-- 
Can't allocate memory while viewing DVD
https://bugs.launchpad.net/bugs/367450
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 367450] Re: Can't allocate memory while viewing DVD

2009-10-31 Thread Raf Geens
I had the same issue with the same DVD on a clean Ubuntu 9.10 install.

Steps to reproduce:
1. Insert the Planet Earth DVD
2. Open the dvd with the default Movie Player in the popup
3. Play the dvd
4. Crash

See the attached libdvdnav_error_totem_bbcdvd for the output when
running totem in a terminal, as well as libdvdnav_error_vlc_bbcdvd for
vlc.

Since I remembered from the previous time that I got it to work after
playing several other DVD's, I tried playing a Battlestar Galactica DVD
that had the same 2+4 region. That one played correctly (see the
attached libdvdnav_success_totem_bsg). When I tried the Planet Earth DVD
again, it played correctly as well (libdvdnav_success_totem_bbcdvd).

** Attachment added: libdvdnav_error_totem_bbcdvd
   http://launchpadlibrarian.net/34806938/libdvdnav_error_totem_bbcdvd

-- 
Can't allocate memory while viewing DVD
https://bugs.launchpad.net/bugs/367450
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 367743] Re: Attempt to purchase album from Rhythmbox Magnatune store fails.

2009-11-01 Thread Raf Geens
In 9.10, I got this message when trying to make a purchase:

An error occurred while trying to purchase the album.
The Magnatune server returned:
Magnatune unfortunately can no longer process credit card purchases from 3rd 
party applications. We are working on an alternative. Your card has not been 
charged!

-- 
Attempt to purchase album from Rhythmbox Magnatune store fails.
https://bugs.launchpad.net/bugs/367743
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 225629] Re: Icon in Gnome menu isn't set after installing, and entry remains after uninstalling

2009-04-11 Thread Raf Geens
I can confirm it's fixed in Jaunty, don't know about 8.04.

-- 
Icon in Gnome menu isn't set after installing, and entry remains after 
uninstalling
https://bugs.launchpad.net/bugs/225629
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 78188] KTorrent tray sometimes ends up in weird places

2007-01-06 Thread Raf Geens
Public bug reported:

Binary package hint: ktorrent

When starting up KTorrent while in Gnome, its tray can end up in the
wrong place sometimes. I'll attach a screenshot showing it.

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

-- 
KTorrent tray sometimes ends up in weird places
https://launchpad.net/bugs/78188

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


[Bug 78188] Re: KTorrent tray sometimes ends up in weird places

2007-01-06 Thread Raf Geens
Additionally, I'm running Edgy, and the KTorrent version is
2.0.3+dfsg1-0ubuntu1 . Instead of the location shown in the screenshot,
the tray icon will sometimes also end up slightly lower, about over
where the Firefox window's icon is. But occasionally it ends up in the
right place.

** Attachment added: KTorrent's tray icon is on the top left, but should be in 
the tray at the top right
   http://librarian.launchpad.net/5619429/Screenshot-1.png

-- 
KTorrent tray sometimes ends up in weird places
https://launchpad.net/bugs/78188

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


[Bug 77079] Re: Online help files not packaged in 1.4.0

2007-01-07 Thread Raf Geens
The help files are missing in version 1:1.2.4-1 in Edgy as well.

-- 
Online help files not packaged in 1.4.0
https://launchpad.net/bugs/77079

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


[Bug 78624] totem-mozilla-viewer crashes on choosing About

2007-01-09 Thread Raf Guns
Public bug reported:

Binary package hint: totem-xine

Steps to reproduce:
1. Watch the QuickTime movie on http://www.apple.com/iphone/ipod/ with Firefox 
and the Totem plugin.
2. While it's playing, right-click the movie and choose 'About'.
3. The Totem plugin crashes (its place on the page is replaced by a white 
rectangle).

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

-- 
totem-mozilla-viewer crashes on choosing About
https://launchpad.net/bugs/78624

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


[Bug 78624] Re: totem-mozilla-viewer crashes on choosing About

2007-01-09 Thread Raf Guns

** Attachment added: Crash report
   
http://librarian.launchpad.net/568/_usr_lib_totem_totem-mozilla-viewer.1000.crash

-- 
totem-mozilla-viewer crashes on choosing About
https://launchpad.net/bugs/78624

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


[Bug 78188] Re: KTorrent tray sometimes ends up in weird places

2007-01-13 Thread Raf Geens
The kdeinit trick didn't work for me.

I've also noticed that the tray icon is still showing on the top left if
MPlayer is in fullscreen mode, when using it with default video output
settings. (-vo xv). Changing the video output to for example SDL makes
the tray icon disappear.

-- 
KTorrent tray sometimes ends up in weird places
https://launchpad.net/bugs/78188

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


[Bug 79219] Rezound puts invalid entry in /etc/mailcap

2007-01-14 Thread Raf Geens
Public bug reported:

Binary package hint: rezound

Some applications (like BitTornado) that seem to use Python complain
that there are two invalid lines in /etc/mailcap . The lines are the two
related to rezound:

application/vnd.stardivision.writer; oowriter '%s'; edit=oowriter '%s'; 
test=test $DISPLAY !=  ; description=StarWriter 5.0; nametemplate=%s.sdw
application/x-rezound
ext: .rez
application/x-ogg; rhythmbox '%s'; description=Ogg Vorbis audio; test=test -n 
$DISPLAY; nametemplate=%s.ogg

This is on Edgy with rezound 0.12.2beta-6 . I'll attach a screenshot of
the warning.

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

-- 
Rezound puts invalid entry in /etc/mailcap
https://launchpad.net/bugs/79219

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


[Bug 79219] Re: Rezound puts invalid entry in /etc/mailcap

2007-01-14 Thread Raf Geens

** Attachment added: Python /etc/mailcap warning
   http://librarian.launchpad.net/5737632/python_warning.jpg

-- 
Rezound puts invalid entry in /etc/mailcap
https://launchpad.net/bugs/79219

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


[Bug 379367] Re: gedit add a newline at the end of file.I hope it can be config

2009-07-21 Thread Raf Schietekat
I have reraised this issue because this disturbing misfeature has always
bugged me no end with vi. The appropriate behaviour is to let the user
confirm that the file has no final newline, with a checkbox to always
silently add one (which I will most definitely never use!), and a
preferences setting (so I can deactive it if necessary). Now there is no
indication of whether a final newline is present (should we cat the file
on a terminal, perhaps?), and no possibility to create a file without
one (and I was so happy to have gedit for that). Least surprise has
always been an element of a good user interface, and this is both
surprising and extremely annoying. Please don't patronise your users by
dismissing a well-founded concern.

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

-- 
gedit add a newline at the end of file.I hope it can be config
https://bugs.launchpad.net/bugs/379367
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 379367] Re: gedit add a newline at the end of file.I hope it can be config

2009-07-22 Thread Raf Schietekat
Another reason why the behaviour in the previous LTS 6.06 was
appropriate and the vi-style behaviour in the current LTS 8.04 not:
consistency. If I have a number of lines and want to move one, I select
it by dragging from the beginning of the line to the beginning of the
next line, cut, and then paste somewhere else, or do the same by
dragging. If I decide to paste the line at the end of the file, I have
to go to the end of the file, hit enter, paste, and then not forget to
remove the pasted newline to avoid a double newline at the end of the
file, unless perhaps if I know at the time of selecting and cutting the
line that I'll be moving it to the end (select from end of previous line
to end of line to be moved), unless it's the first line (no previous
line to use as the start of the selection, which becomes especially
awkward for drag-and-drop, because you then have to make sure to break
the moved line in the correct place). Similar problems occur when moving
the last line of the file. It's just all wrong... please roll this
change back.

-- 
gedit add a newline at the end of file.I hope it can be config
https://bugs.launchpad.net/bugs/379367
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 379367] Re: gedit add a newline at the end of file.I hope it can be config

2009-08-28 Thread Raf Schietekat
Oh yes, now empty files have also become an unknown concept. To create
one, or empty out an existing file, you have to instead open a shell and
do something like echo -n  file. This is indeed most annoying!

And why (see #8) should a deficiency in an entirely different program on
Red Hat affect gedit everywhere?

I don't care to think what mistakes are being made elsewhere if protests
about something as utterly trivial as this are so obstinately being
ignored, let alone the fact that someone thought it was a good idea to
begin with and managed to have his change accepted...

-- 
gedit add a newline at the end of file.I hope it can be config
https://bugs.launchpad.net/bugs/379367
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 367450] Re: Can't allocate memory while viewing DVD

2009-05-02 Thread Raf Geens
I ran into the same issue, getting the ifoRead_TITLE_VOBU_ADMAP vtsi
failed message with I think vlc, and an assert failing in libdvdnav
with totem. The Planet Earth DVD I was trying to play was region 2+4. It
played correctly on my Windows install that had an older version of vlc.
I tested several other DVD's in Ubuntu with vlc, and they all worked
correctly. They were regions 0, 1 or 2. Next I tried the Planet Earth
DVD again, and it magically worked. After rebooting it still worked.

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

-- 
Can't allocate memory while viewing DVD
https://bugs.launchpad.net/bugs/367450
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 767574] Re: Unity does not allow completely dragging windows to secondary screen

2011-04-24 Thread raf w
I have the same dual screen issue, windows get stuck at the bottom. The
moved window's title bar is often hidden by the OS's title bar on the
bottom display. Icons cant be dragged either - they simply return to
where they were. Driving me crazy.

Also strange is the display setup, I have to position the bottom monitor
(laptop screen) to the far right of the larger 22 display so the
laptop's screen doesn't get truncated on the left hand side.


** Attachment added: Screenshot.png
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/767574/+attachment/2087454/+files/Screenshot.png

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

Title:
  Unity does not allow completely dragging windows to secondary screen

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


[Bug 767574] Re: Unity does not allow completely dragging windows to secondary screen

2011-04-24 Thread raf w
I just discovered the ALT-drag thing. That will do me for now. I pretty
much have a clean install of the x64 narwhal nightly from yesterday. I
can give you more system info if you like. I do have a Intel Graphics
Accelerator built into the i5 in my vostro 3500 laptop.. Regardless, the
OS usability seems to have generally improved since my last install a
few years ago. Thanks for all the good work although I'm not totally
stoked ;P

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

Title:
  Unity does not allow completely dragging windows to secondary screen

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


[Bug 192023] Re: distccmon not displaying threads because DISTCC_DIR is not defined

2010-11-11 Thread Raf Geens
Works for me on Ubuntu 10.10.

-- 
distccmon not displaying threads because DISTCC_DIR is not defined
https://bugs.launchpad.net/bugs/192023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 674984] [NEW] Unable to wake up from suspend on Dell M101z

2010-11-13 Thread Raf Geens
Public bug reported:

The machine goes into suspend but can't wake up from it. When inspecting
/var/log/kern.log afterwards, no suspend-related messages are added to
it at that time, while on my Dell Latitude E6400 which has working
suspend there are. On the E6400 the first line that would show up is
PM: Syncing filesystems ... , which is from the enter_state function
in kernel/power/suspend.c . I added some print statements in that code
to see if the M101z got near that point, and it does indeed enter the
function, but acquiring a mutex seems to fail:


int enter_state(suspend_state_t state)
{
int error;

if (!valid_state(state))
return -ENODEV;

if (!mutex_trylock(pm_mutex))
return -EBUSY;

printk(KERN_INFO PM: Syncing filesystems ... );


On the M101z the function returns after mutex_trylock, while on the E6400 it 
carries on.

I then found out about the s2ram instructions at
http://en.opensuse.org/SDB:Suspend_to_RAM and found that suspend works
when I pass the noapic boot option to the kernel. Locking the mutex
succeeds in that case.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: linux-image-2.6.35-22-generic 2.6.35-22.35
Regression: No
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
NonfreeKernelModules: fglrx wl
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: SB [HDA ATI SB], device 0: ALC259 Analog [ALC259 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  raf1708 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xd040 irq 16'
   Mixer name   : 'Realtek ALC259'
   Components   : 'HDA:10ec0269,10280470,00100100'
   Controls  : 13
   Simple ctrls  : 8
Card1.Amixer.info:
 Card hw:1 'HDMI'/'HDA ATI HDMI at 0xd011 irq 43'
   Mixer name   : 'ATI RS690/780 HDMI'
   Components   : 'HDA:1002791a,00791a00,0010'
   Controls  : 4
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Sat Nov 13 20:33:13 2010
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=8a09427d-f838-4dca-ad36-0f46eee42216
InstallationMedia: Ubuntu-Netbook 10.10 Maverick Meerkat - Release i386 
(20101007)
MachineType: Dell Inc. Inspiron 1120
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=f9223b5e-ef82-433f-a550-f08dbadb24de ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.38
SourcePackage: linux
dmi.bios.date: 07/26/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A03
dmi.board.asset.tag: 1234567890
dmi.board.name: 090DNY
dmi.board.vendor: Dell Inc.
dmi.board.version: A03
dmi.chassis.asset.tag: 1234567890
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A03
dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd07/26/2010:svnDellInc.:pnInspiron1120:pvrA03:rvnDellInc.:rn090DNY:rvrA03:cvnDellInc.:ct8:cvrA03:
dmi.product.name: Inspiron 1120
dmi.product.version: A03
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-bug i386 kernel-power maverick needs-upstream-testing resume 
suspend ubuntu-une

-- 
Unable to wake up from suspend on Dell M101z
https://bugs.launchpad.net/bugs/674984
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 674984] Re: Unable to wake up from suspend on Dell M101z

2010-11-13 Thread Raf Geens


-- 
Unable to wake up from suspend on Dell M101z
https://bugs.launchpad.net/bugs/674984
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 657634] Re: [GeForce GT 330M] nvidia 260.19.06-0ubuntu1 update triggers black screen on boot for sony vaio F-series

2010-10-15 Thread The Raf 90
same problem here, VPCS11E7E

-- 
[GeForce GT 330M] nvidia 260.19.06-0ubuntu1 update triggers black screen on 
boot for sony vaio F-series
https://bugs.launchpad.net/bugs/657634
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 674984] Re: Unable to wake up from suspend on Dell M101z

2010-11-16 Thread Raf Geens
noapic isn't sufficient to work around this: if I leave the machine
suspended for a non-trivial amount of time (say more than a minute),
it's again unable to wake up. In that case I also can't turn the machine
off using the power button anymore, and have to disconnect the battery
to restart.

-- 
Unable to wake up from suspend on Dell M101z
https://bugs.launchpad.net/bugs/674984
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 296922] Re: Unknown encoder mp3 error in ffmpeg (ibex)

2010-11-18 Thread Raf Espanol
hi, this post also helped me out on ubuntu 10.10 . as a followup for
those who still don't know how to update libavcodec on ubuntu 10.10:

r...@samoslinux:~$ sudo apt-get install libavcodec-unstripped-52
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libmodplug1 libtagc0 libnetclasses0 libpopplerkit0 libavifile-0.7c2
  libmpcdec6
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libavcodec-extra-52 libavutil-extra-50 libdirac-encoder0 libfaad2
  libopenjpeg2
Suggested packages:
  libfaad0
The following packages will be REMOVED:
  libavcodec52 libavutil50
The following NEW packages will be installed:
  libavcodec-extra-52 libavcodec-unstripped-52 libavutil-extra-50
  libdirac-encoder0 libfaad2 libopenjpeg2
0 upgraded, 6 newly installed, 2 to remove and 0 not upgraded.
Need to get 5,504kB of archives.
After this operation, 1,438kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://us.archive.ubuntu.com/ubuntu/ maverick/universe libavutil-extra-50 
i386 4:0.6-2ubuntu3 [112kB]
...clipped for shortness...

after that

r...@samoslinux:~$ ffmpeg -i 4PbTOFQ4JOs.flv -acodec mp3 fff.mp3
FFmpeg version 0.6-4:0.6-2ubuntu6, Copyright (c) 2000-2010 the FFmpeg developers
  built on Oct  5 2010 22:35:47 with gcc 4.4.5
  configuration: --extra-version=4:0.6-2ubuntu6 --prefix=/usr --enable-avfilter 
--enable-avfilter-lavf --enable-vdpau 
...clipped again to keep it short 

...  audiodatarate   : 119
totaldatarate   : 731
framerate   : 30
bytelength  : 35757512
canseekontime   : true
sourcedata  : B4A7DD146MM1289927317339780
purl: 
pmsg: 
  Duration: 00:06:31.06, start: 0.00, bitrate: 739 kb/s
Stream #0.0: Video: h264, yuv420p, 640x480 [PAR 1:1 DAR 4:3], 617 kb/s, 
29.97 tbr, 1k tbn, 60 tbc
Stream #0.1: Audio: aac, 44100 Hz, stereo, s16, 122 kb/s
Output #0, mp3, to 'fff.mp3':
  Metadata:
TSSE: Lavf52.64.2
Stream #0.0: Audio: libmp3lame, 44100 Hz, stereo, s16, 64 kb/s
Stream mapping:
  Stream #0.1 - #0.0
Press [q] to stop encoding
size=3060kB time=391.65 bitrate=  64.0kbits/s
video:0kB audio:3060kB global headers:0kB muxing overhead 0.001053%
r...@samoslinux:~$ ls *.mp3
4PbTOFQ4JOs.mp3  fff.mp3  oo.mp3
r...@samoslinux:~$ 


again thanks for the clues.


raf

-- 
Unknown encoder mp3 error in ffmpeg (ibex)
https://bugs.launchpad.net/bugs/296922
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 396408] [NEW] init.d.functions uses ./MAKEDEV not /sbin/MAKEDEV

2009-07-07 Thread raf...@mondoria.de
Public bug reported:

Ubuntu Release 9.04:

The package isdnutils-base uses init.d.functions with ./MAKEDEV instead
of /sbin/MAKEDEV.

This leads into a problem that ipppd could not be configured during
installation and the init script /etc/init.d/isdnutils

dpkg: Fehler beim Bearbeiten von ipppd (--configure):
 Unterprozess post-installation script gab den Fehlerwert 127 zurück
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von isdnutils:
 isdnutils hängt ab von ipppd; aber:
  Paket ipppd ist noch nicht konfiguriert.
dpkg: Fehler beim Bearbeiten von isdnutils (--configure):
 Abhängigkeitsprobleme - lasse es unkonfiguriert
No apport report written because the error message indicates its a followup 
error from a previous failure.
  Fehler traten auf beim Bearbeiten von:
 ipppd
 isdnutils
E: Sub-process /usr/bin/dpkg returned an error code (1)


Richte ipppd ein (1:3.12.20071127-0ubuntu5) ...
Note: running MAKEDEV to create ISDN devices in /dev...
/var/lib/dpkg/info/ipppd.postinst: 112: ./MAKEDEV: not found
dpkg: Fehler beim Bearbeiten von ipppd (--configure):
 Unterprozess post-installation script gab den Fehlerwert 127 zurück
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von isdnutils:



The runscript isdnutils fails also, as it does not find ./MAKEDEV

Changing ipppd.postinst and init.d.functions to use /sbin/MAKEDEV solves
the problem.

It seems that the script do not use /sbin as their execution path

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

-- 
init.d.functions uses ./MAKEDEV not /sbin/MAKEDEV
https://bugs.launchpad.net/bugs/396408
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 674984] Re: Unable to wake up from suspend on Dell M101z

2010-12-15 Thread Raf Geens
I tested with the 2.6.37-999.201012151130 daily mainline build. X
doesn't work for me with that kernel so I've only tested in the console.
Suspend behaviour is still the same: without noapic it doesn't come out
of suspend, with noapic it does if you do it fast enough. If you use
noapic and it comes out of suspend, I can do things like restart using
ctrl-alt-del, but I don't see anything in the console. If I do the same
on the current Ubuntu kernel while X is running, the console is
unreadable and contains a mess of characters after coming out of
suspend.

** Tags removed: needs-upstream-testing

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

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

Title:
  Unable to wake up from suspend on Dell M101z

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


[Bug 1177422] [NEW] Freeze of death on PCI - APIC IRQ Transform

2013-05-07 Thread Raf Niedz
Public bug reported:

Version: 12.04
Update performed ab. 20-th of Apr 2013 caused deadly crash (no recovery 
possible)
Kernel version 3.8
My HTPC: P4 2.8 GHz, 1GB DDR 2 533MHz, MTHB MSI 865PE Neo2 Gold

When PC is booting kernel and makes some PCI initialization it hangs
after this message:

[ 0.214824] pci :00:1d.7: PCI-APIC IRQ transform: INT D - IRQ 23

Only cold reboot helps - no other action is performed (no HDD activity
observed in freeze state)

On Kernel 3.6 system performs very well and bug is not observed.

** Affects: xserver-xorg-video-intel (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/1177422

Title:
  Freeze of death on PCI - APIC IRQ Transform

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1177422/+subscriptions

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


[Bug 1177422] Re: Freeze of death on PCI - APIC IRQ Transform

2013-05-07 Thread Raf Niedz
I have no Idea how can I redirect bug to proper kernel instead of 
xserver-xorg-video-intel (Ubuntu)
Issue concern 3.8.0.19.35 but I'm unable to find proper package in packages 
list because system reject my request saying that 'too many entries' have 2 B 
displayed...
Sorry, it's my first bug so please treat me understandingly

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

Title:
  Freeze of death on PCI - APIC IRQ Transform

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1177422/+subscriptions

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


[Bug 1177422] Re: Freeze of death on PCI - APIC IRQ Transform

2013-05-07 Thread Raf Niedz
apport information

** Tags added: apport-collected

** Description changed:

  Version: 12.04
  Update performed ab. 20-th of Apr 2013 caused deadly crash (no recovery 
possible)
  Kernel version 3.8
  My HTPC: P4 2.8 GHz, 1GB DDR 2 533MHz, MTHB MSI 865PE Neo2 Gold
  
  When PC is booting kernel and makes some PCI initialization it hangs
  after this message:
  
  [ 0.214824] pci :00:1d.7: PCI-APIC IRQ transform: INT D - IRQ 23
  
  Only cold reboot helps - no other action is performed (no HDD activity
  observed in freeze state)
  
  On Kernel 3.6 system performs very well and bug is not observed.
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 2.0.1-0ubuntu17.2
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  rafal  1481 F pulseaudio
+  /dev/snd/controlC0:  rafal  1481 F pulseaudio
+ CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
+ Card0.Amixer.info:
+  Card hw:0 'ICH5'/'Intel ICH5 with ALC655 at irq 17'
+Mixer name : 'Realtek ALC655 rev 0'
+Components : 'AC97a:414c4760'
+Controls  : 41
+Simple ctrls  : 26
+ Card1.Amixer.info:
+  Card hw:1 'SAA7134'/'saa7133[0] at 0xffdef800 irq 17'
+Mixer name : 'SAA7134 Mixer'
+Components : ''
+Controls  : 6
+Simple ctrls  : 3
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=9749d247-24db-4601-b219-3c2c461ae1db
+ InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
+ IwConfig:
+  lono wireless extensions.
+  
+  eth0  no wireless extensions.
+ MachineType: MICRO-STAR INC. MS-6728
+ MarkForUpload: True
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=pl_PL.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-38-generic-pae 
root=UUID=8afdc02f-1563-414b-9b34-4b8d5e185836 ro quiet splash pcie_aspm=off
+ ProcVersionSignature: Ubuntu 3.2.0-38.61-generic-pae 3.2.37
+ PulseList:
+  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/rafal not ours.
+  No PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-3.2.0-38-generic-pae N/A
+  linux-backports-modules-3.2.0-38-generic-pae  N/A
+  linux-firmware1.79.4
+ RfKill:
+  
+ Tags:  precise
+ Uname: Linux 3.2.0-38-generic-pae i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ dmi.bios.date: 09/29/2004
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: V3.A
+ dmi.board.name: MS-6728
+ dmi.board.vendor: MICRO-STAR INC.
+ dmi.board.version: 2.00
+ dmi.chassis.asset.tag: 0123ABC
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Uknown Chassis Manufacture
+ dmi.chassis.version: Version 1.00
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV3.A:bd09/29/2004:svnMICRO-STARINC.:pnMS-6728:pvr2.00:rvnMICRO-STARINC.:rnMS-6728:rvr2.00:cvnUknownChassisManufacture:ct3:cvrVersion1.00:
+ dmi.product.name: MS-6728
+ dmi.product.version: 2.00
+ dmi.sys.vendor: MICRO-STAR INC.

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/1177422/+attachment/3669209/+files/AcpiTables.txt

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

Title:
  Freeze of death on PCI - APIC IRQ Transform

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

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


[Bug 1177422] AlsaDevices.txt

2013-05-07 Thread Raf Niedz
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/1177422/+attachment/3669210/+files/AlsaDevices.txt

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

Title:
  Freeze of death on PCI - APIC IRQ Transform

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

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


[Bug 1177422] AplayDevices.txt

2013-05-07 Thread Raf Niedz
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/1177422/+attachment/3669211/+files/AplayDevices.txt

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

Title:
  Freeze of death on PCI - APIC IRQ Transform

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

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


  1   2   >