[Bug 524725] Re: rhythmbox assert failure: *** glibc detected *** rhythmbox: double free or corruption (!prev): 0x0a036100 ***

2010-03-27 Thread Toon Verwaest
Attaching valgrind output. Rhythmbox seems to crash directly when I
start it.

** Changed in: rhythmbox (Ubuntu)
   Status: Invalid => New

** Attachment added: "valgrind-logs-rhythmbox.tar.gz"
   http://launchpadlibrarian.net/42185614/valgrind-logs-rhythmbox.tar.gz

-- 
rhythmbox assert failure: *** glibc detected *** rhythmbox: double free or 
corruption (!prev): 0x0a036100 ***
https://bugs.launchpad.net/bugs/524725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 95326] Re: sound juicer aac formatted files skip and...

2010-02-03 Thread Toon Verwaest
Just found out that profile=4 encodes something semi-ok but it appears
to still be played back broken. The noise is just more subtle (although
too annoying to listen to with headphones).

And profile=2 has the problem that the track numbers are not added to
the file. When I try to manually add them using rhythmbox itself, they
only stay until I restart rhythmbox. When I add them using easytag,
easytag finds them back after restarting easytag; although rhythmbox
doesn't notice the difference. If anyone has a solution for this problem
... I again only find descriptions of this problem online.

-- 
sound juicer aac formatted files skip and...
https://bugs.launchpad.net/bugs/95326
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 95326] Re: sound juicer aac formatted files skip and...

2010-01-31 Thread Toon Verwaest
I have had this problem for a long while as well, and just found this
bugreport which does not seem to help at all. Now I just found that the
skipping happens because of the fact that faac's default encoding
profile (MAIN) seems to encode or at least play back with
jitter/skipping. Switching to the profile to Low Complexity (fast) or
Long Term Prediction (slow) seems to fix it. (profile 3, Scalable
Sampling Rate, makes sound-juicer fail).

I will be using the following gstreamer pipeline from now on:

audio/x-raw-int,rate=44100,channels=2 ! faac bitrate=256000 profile=2 !
ffmux_mp4

(other options for faac can be found with "gst-inspect-0.10 faac";
testing pipelines can be done by starting sound-juicer from commandline
and seeing the error-messages when sound-juicer tries to initialize a
pipeline)

cheers,

-- 
sound juicer aac formatted files skip and...
https://bugs.launchpad.net/bugs/95326
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 483094] Re: video chat with only one party having a camera

2009-11-19 Thread Toon Verwaest
A quick fix is to go to plugins in pidgin and turn on the voice/video
settings plugin, and changing the input video device to the "Test input"
device. This broadcasts some test-video-data to the receiver with webcam
and doesn't hang the conversation.

This of course doesn't solve the software bug but at least allows users
to already use the one-way webcam.

-- 
video chat with only one party having a camera
https://bugs.launchpad.net/bugs/483094
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 483094] Re: video chat with only one party having a camera

2009-11-19 Thread Toon Verwaest
I'm getting the case 3 behavior as well. It sometimes hangs pidgin and
crashes it as well.

-- 
video chat with only one party having a camera
https://bugs.launchpad.net/bugs/483094
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 453154] Re: Update-grub installs empty menu.lst when marker lines are not found

2009-10-18 Thread Toon Verwaest
That's no problem whatsoever :) Thanks for taking the time to look at it
and explaining me though.

-- 
Update-grub installs empty menu.lst when marker lines are not found
https://bugs.launchpad.net/bugs/453154
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 453154] Re: Update-grub installs empty menu.lst when marker lines are not found

2009-10-17 Thread Toon Verwaest
Ok about the grub2. Also, I am indeed not fully sure about what was
happening, but what I'm sure about is that I rebooted in karmic and that
the menu.lst contained a lot of stuff but all my kernels (and the ubuntu
kernels) were -removed-. So after rebooting I just ended up in a grub
prompt where I had to manually type in how I wanted to boot. This is in
my opinion something which should never happen (the removing my previous
entries; which -did- happen, because I always booted fine and all of a
sudden the entries were all gone).

Below I have pasted such an "empty" menu.lst content. You can check
yourself what update-grub does with it... I don't have the previous
version which actually contained my list of kernels since it was more
than twice overwritten, so my own version was not backed up anymore.

# menu.lst - See: grub(8), info grub, update-grub(8)
#grub-install(8), grub-floppy(8),
#grub-md5-crypt, /usr/share/doc/grub
#and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
color cyan/blue white/blue


### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##  kopt_2_6_8=root=/dev/hdc1 ro
##  kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=42524a0f-7bcf-422b-ab93-603efa40aeef ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=42524a0f-7bcf-422b-ab93-603efa40aeef

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##  alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##  lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## should update-grub lock old automagic boot options
## e.g. lockold=false
##  lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##  altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##  howmany=7
# howmany=all

## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
##  indomU=true
##  indomU=false
# indomU=detect

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##  memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

-- 
Update-grub installs empty menu.lst when marker lines are not found
https://bugs.launchpad.net/bugs/453154
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 453154] Re: Update-grub installs empty menu.lst when marker lines are not found

2009-10-16 Thread Toon Verwaest

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/33787058/Dependencies.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33787059/XsessionErrors.txt

-- 
Update-grub installs empty menu.lst when marker lines are not found
https://bugs.launchpad.net/bugs/453154
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 453154] [NEW] Update-grub installs empty menu.lst when marker lines are not found

2009-10-16 Thread Toon Verwaest
Public bug reported:

Binary package hint: grub

I have always had manual kernels installed and a windows next to linux; so I 
had manually altered the menu.lst file. Unaware of the implementation of 
update-grub I had (mostly likely accidentally) removed the "magic marker lines" 
from the menu.lst file. 
(I am guessing all the the info I'm giving in this text based on reading the 
update-grub code while trying to find what went wrong)

 552 # Magic markers we use
 553 start="### BEGIN AUTOMAGIC KERNELS LIST"
 554 end="### END DEBIAN AUTOMAGIC KERNELS LIST"

The fallback behaviour on not finding the markers (which isn't there...)
is kinda harsh: you end up with a semi-empty menu.lst not containing any
kernels; while the update-grub tool tells me it has found and correctly
installed those kernels in the file (which is obviously not true).

Basically this line of code fails:
1043 sed -n -e"/$endopt/,/$end/p" < $menu > $ucf_menu_file

making also the following code "fail" leaving the ucf_menu_file empty:
1050 ucf --debconf-ok \
1051 --debconf-template grub/update_grub_changeprompt_threeway \
1052 --three-way "$buffer" $ucf_menu_file

afterwards the $buffer is deleted and thus all the found kernels are
discarded.

cheers,
Toon

ProblemType: Bug
Architecture: amd64
Date: Fri Oct 16 16:11:39 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: grub 0.97-29ubuntu58 [modified: usr/sbin/update-grub]
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.47-generic
SourcePackage: grub
Uname: Linux 2.6.31-14-generic x86_64

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


** Tags: amd64 apport-bug

-- 
Update-grub installs empty menu.lst when marker lines are not found
https://bugs.launchpad.net/bugs/453154
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 345345] Re: Gnome panel freezes when connecting projector

2009-05-13 Thread Toon Verwaest
http://bugzilla.gnome.org/show_bug.cgi?id=582465

** Bug watch added: GNOME Bug Tracker #582465
   http://bugzilla.gnome.org/show_bug.cgi?id=582465

-- 
Gnome panel freezes when connecting projector
https://bugs.launchpad.net/bugs/345345
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 345345] Re: Gnome panel freezes when connecting projector

2009-05-13 Thread Toon Verwaest
I can assure you that it still hangs. If you know a better way of
figuring out why it's really freezing, be my guest and inform you. I
always have to find a terminal to manually kill the gnome-panel so that
it re-spawns and starts working again.

As I already stated before, only the "view" of the gnome-panel freezes;
it's still responsive as normal; so if I remember where which
applications are open I can click on them and they will come to the
foreground; but I don't see any changes in the view of the gnome-panel
anymore.

-- 
Gnome panel freezes when connecting projector
https://bugs.launchpad.net/bugs/345345
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 295212] Re: Missing dependency on mtools causes hang on "Starting Up"

2009-04-15 Thread Toon Verwaest
As far as I can tell there are 2 bugs described in this report. On the
one hand we have the people who didn't have mtools installed; that's
easily solved.

On the other hand we have the bug which was pointed out in
https://bugs.launchpad.net/ubuntu/+source/usb-
creator/+bug/295212/comments/6

I had a look at the exact problem at that seems that be that usb-creator
is not happy at all when you are trying to install a bootable image on
the device directly instead of on a partition of the device. So if you
install it on /dev/sdb instead of /dev/sdb1, it craches. device.lstrip
returns "" instead of the partition number and from there on the regexp
hangs for some reason, making the whole program hang in the "starting
up" fase.

Since I don't know usb-creator well enough I can't post a fix for the
application; but at least as a work-around: just reformat the drive so
that you have at least 1 partition sdb1 formatted in vfat. (gparted can
help you with this).

-- 
Missing dependency on mtools causes hang on "Starting Up"
https://bugs.launchpad.net/bugs/295212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 345345] Re: Gnome panel freezes when connecting projector

2009-03-19 Thread Toon Verwaest
I get similar results. It is probably useful to specify (sorry, I forgot
before) that only the view freezes. It still responds normally to input.
I can press on all the buttons and select applications, I just don't see
anything happening to the bar itself, like the hover-over information;
the clock visually freezes; and the list of open applications remains
the same. Apparently it still reacts normally for input as the
application buttons move around as I open/close applications.

If you look at the attachment; all those CRITICAL messages pop up at the
moment I activate the projector.

** Attachment added: "gdb-gnome-panel.txt"
   http://launchpadlibrarian.net/24124815/gdb-gnome-panel.txt

-- 
Gnome panel freezes when connecting projector
https://bugs.launchpad.net/bugs/345345
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 345345] Re: Gnome panel freezes when connecting projector

2009-03-19 Thread Toon Verwaest
Ok, stupid me, --replace obviously did the trick. Info in attachment.

** Attachment added: "gdb-gnome-panel.txt"
   http://launchpadlibrarian.net/24121320/gdb-gnome-panel.txt

-- 
Gnome panel freezes when connecting projector
https://bugs.launchpad.net/bugs/345345
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 345345] Re: Gnome panel freezes when connecting projector

2009-03-19 Thread Toon Verwaest
How do I make sure that I run the program in gdb? In other words, how
can I kill it temporarily without it automatically coming up before I
can start it in gdb? xkill doesn't keep it dead long enough :)

-- 
Gnome panel freezes when connecting projector
https://bugs.launchpad.net/bugs/345345
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 345345] [NEW] Gnome panel freezes when connecting projector

2009-03-19 Thread Toon Verwaest
Public bug reported:

Binary package hint: gnome-panel

When I activate a projector with nvidia-settings which has lower
resolution than my laptop screen, the gnome-panel freezes. The way to
reactivate the panel seems to be moving it to the projector. When I move
it back from there it keeps on working; until I deactivate the
projector. At that point, depending where the panel comes from, it
freezes again or not.

It doesn't crash so I can't give a more detailed report (or I don't know
how to).

This is happening on 9.04 alpha 6, but as far as I remember it also
happened on 8.10.

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Gnome panel freezes when connecting projector
https://bugs.launchpad.net/bugs/345345
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 308870] Re: drscheme user interface text blank

2009-03-16 Thread Toon Verwaest
I also already have this bug for a while, and it still persists in 9.04.
It doesn't fully blank (all the time) but it doesn't refresh properly.
Which is pretty annoying while trying to use DrScheme for development.

-- 
drscheme user interface text blank
https://bugs.launchpad.net/bugs/308870
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 267089] Re: 2.6.27-2 kernel on intrepid: disk is mounted in RO after several hours

2008-11-13 Thread Toon Verwaest
Me too... 4gb.

-- 
2.6.27-2 kernel on intrepid: disk is mounted in RO after several hours
https://bugs.launchpad.net/bugs/267089
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 267089] Re: 2.6.27-2 kernel on intrepid: disk is mounted in RO after several hours

2008-11-09 Thread Toon Verwaest
same here.
Product Name: MacBookPro3,1
Product Name: Mac-F4238BC8

-- 
2.6.27-2 kernel on intrepid: disk is mounted in RO after several hours
https://bugs.launchpad.net/bugs/267089
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 267089] Re: 2.6.27-2 kernel on intrepid: disk is mounted in RO after several hours

2008-10-31 Thread Toon Verwaest
I started having exactly the same problem yesterday when updating to
intrepid. But what I did indeed at the same time was; switching from
madwifi-ng to ath9k in the 2.6.27.4 kernel that I had built myself. Then
I checked and also 2.6.27.3 and 2.6.27 have the same problem. Generally
it even came down to my disks having problems (I guess because of
crashing DMA and whatnot); and was very repeatable. Every time I
rebooted I got the same problem after using my computer for 5 minutes or
less. Now I booted in 2.6.27.4 without ath9k but with ath_pci (madwifi)
and everything works fine again.

Now I would mostly like to switch away from madwifi-ng as soon as
possible since it's pretty buggy itself too. The network drops out
(stalls, I have to manually disconnect and reconnect) after a while.

-- 
2.6.27-2 kernel on intrepid: disk is mounted in RO after several hours
https://bugs.launchpad.net/bugs/267089
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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