[Bug 1639544] [NEW] mpd ignores the "port" in config by default

2016-11-06 Thread Antti Laiti
Public bug reported:

mpd ignores the "port" and port section in "listen_to_address" in
configuration file by default, listens always to port 6600 and fails to
tell user about the situation. If I have 'bind_to_address
"192.168.0.1:16600"' or 'port "16600"' (or both) in my /etc/mpd.conf,
mpd just ignores them and listens to default port (6600).

# lsof|grep mpd|grep TCP
mpd   20791  mpd9u IPv4 269974 0t0  
  TCP moot:6600 (LISTEN)
io20791 20793mpd9u IPv4 269974 0t0  
  TCP moot:6600 (LISTEN)
player20791 20794mpd9u IPv4 269974 0t0  
  TCP moot:6600 (LISTEN)
decoder:f 20791 20795mpd9u IPv4 269974 0t0  
  TCP moot:6600 (LISTEN)
output:Al 20791 20796mpd9u IPv4 269974 0t0  
  TCP moot:6600 (LISTEN)

This is the only related thing I found from /var/log/mpd/mpd.log:
Nov 06 09:47 : zeroconf: No global port, disabling zeroconf
Googling that actually lead me to an URL(1) containing a solution.

To workaround the situation, I did:
systemctl disable mpd.socket
systemctl enable mpd.service
systemctl restart mpd.service

I have no idea whether that is a ideal solution or if it breaks
somethinge else. Anyway, I think the "port" and "bind_to_address"
options should work out of the box. I am also confused by the fact that
the default port was used instead of the one I specified and no errors
were shown in systemd or mpd logs about this fallback. The only thing
that was perhaps somehow related was this zeroconf thing. Example config
is attached.

(1) http://article.gmane.org/gmane.comp.audio.musicpd.devel/21785

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

** Attachment added: "Example mpd.conf"
   https://bugs.launchpad.net/bugs/1639544/+attachment/4773289/+files/mpd.conf

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

Title:
  mpd ignores the "port" in config by default

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

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


[Bug 1420441] [NEW] FS-UAE segfaults on startup if ~/FS-UAE/Kickstarts is a broken symlinks

2015-02-10 Thread Antti Laiti
Public bug reported:

FS-UAE segfaults on startup if ~/FS-UAE/Kickstarts is a broken symlink.
Instead a segmentation fault it should preferably give a descriptive
error message and exit in error.

[laiti@parms ~]$ ls -la ~/FS-UAE/Kickstarts
lrwxrwxrwx 1 laiti guru 3 Feb 10 20:55 /home/laiti/FS-UAE/Kickstarts - foo
[laiti@parms ~]$ ls -la ~/FS-UAE/foo
ls: cannot access /home/laiti/FS-UAE/foo: No such file or directory

[laiti@parms ~]$ fs-uae

FS-UAE VERSION 2.2.3
Copyright 1995-2002 Bernd Schmidt, 1999-2012 Toni Wilen,
2003-2007 Richard Drummond, 2006-2011 Mustafa 'GnoStiC' Tufan,
2011-2013 Frode Solheim, and contributors.

This is free software; see the file COPYING for copying conditions. There
is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the README for more copyright info, and the source code for
a full list of contributors

logging to /home/laiti/.local/share/fs-uae/fs-uae.log
libamiga (based on emulation core from WinUAE 2.5.1) initialized
logging to /home/laiti/FS-UAE/Logs/FS-UAE.log.txt
xrandr: Failed to get size of gamma for output default
xrandr: Failed to get size of gamma for output default
libGL error: failed to load driver: swrast
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been 
called
[xcb] Aborting, sorry about that.
fs-uae: ../../src/xcb_io.c:179: dequeue_pending_request: Assertion 
`!xcb_xlib_unknown_req_in_deq' failed.
Aborted (core dumped)

** Affects: fs-uae (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/1420441

Title:
  FS-UAE segfaults on startup if ~/FS-UAE/Kickstarts is a broken
  symlinks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fs-uae/+bug/1420441/+subscriptions

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


[Bug 1189875] Re: Ubiquity has issues connecting to wifi

2013-12-11 Thread Antti Laiti
also nm-connection-editor does not allow me to edit connections, not
even when ran as root.

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

Title:
  Ubiquity has issues connecting to wifi

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

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


[Bug 1189875] Re: Ubiquity has issues connecting to wifi

2013-12-11 Thread Antti Laiti
I got this same problem when I installed Ubuntu 13.10. Did not see it
with Ubuntu 13.04 running on same machine. I did not upgrade but made a
clean install.

When I run nm-applet as root (gksu nm-applet), I get a different error:
(32) Insufficient privileges. As a normal user I get (32) Not
authorized to control networking.

[laiti@minia ~]$ groups
guru adm dialout cdrom sudo audio dip video plugdev fuse netdev lpadmin 
sambashare jester koti maemo

I added myself to netdev just some minutes ago and did logout-login but
it didn't help.

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

Title:
  Ubiquity has issues connecting to wifi

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

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


[Bug 1189875] Re: Ubiquity has issues connecting to wifi

2013-12-11 Thread Antti Laiti
It seems that I have accidentally erased part of my /etc/polkit-1
directory. Returning it to previous state  reboot fixed the error. I am
not 100% sure if it was about that at all since I did other changes
before the reboot.

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

Title:
  Ubiquity has issues connecting to wifi

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

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


[Bug 1250598] [NEW] rtorrent fails to poll a directory if every directory along the poll path is not readable by owner of the rtorrent process

2013-11-12 Thread Antti Laiti
Public bug reported:

I use these in my rtorrent.rc:

schedule = 
watch_directory_1,10,10,load_start=/home/foo/bar/*.torrent,d.set_custom1=/home/rtorrent_user/ready
system.method.set_key 
=event.download.finished,move_complete,d.set_directory=$d.get_custom1= 
;execute=mv,-u,$d.get_base_path=,$d.get_custom1=

If the owner of the rtorrent process has execute but no read access to
directory /home/foo, rtorrent fails to poll the .torrent files in
directory /home/foo/bar even though it would have all rights to that
directory and its contents.

Just to clarify the situation:

$ ls -ld /home
drwxr-xr-x 9 root root 4096 Oct 17 08:55 /home
$ ls -ld /home/foo
drwx--x--x 7 root root 4096 Sep  7 18:37 /home/foo
$ ls -ld /home/foo/bar
drwxr-xr-x 6 rtorrent_user rtorrent_user 4096 Oct 24 17:16 /home/foo/bar
$ ls -l /home/foo/bar/test.torrent
-rw-r--r-- 1 rtorrent_user rtorrent_user 0 Nov 12 21:23 
/home/foo/bar/test.torrent

Looking at the strace of rtorrent, it seems to try to read /home, then
/home/foo and then it stops since it has no read access there.

Simple workaround that works:
ln -s /home/foo/bar /home/rtorrent_user/bar

and then change the rtorrent.rc to poll that directory.

** Affects: rtorrent (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/1250598

Title:
  rtorrent fails to poll a directory if every directory along the poll
  path is not readable by owner of the rtorrent process

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

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


[Bug 1169984] Re: 3.8.0-18 HDMI/DisplayPort audio regression: Either oops or opening device fails with -ENODEV

2013-05-24 Thread Antti Laiti
Tested with 3.8.0-22.33 that was offered as an update this morning. HDMI
audio works and no crashes visible in dmesg. Great!

02:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI Cedar HDMI
Audio [Radeon HD 5400/6300 Series]

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

Title:
  3.8.0-18 HDMI/DisplayPort audio regression: Either oops or opening
  device fails with -ENODEV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-desktop-tests/+bug/1169984/+subscriptions

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


[Bug 979228] Re: abcde encodes to a wrong directory

2013-05-01 Thread Antti Laiti
Reported also for Debian as it is the official bug reporting channel for
abcde:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705670

** Bug watch added: Debian Bug tracker #705670
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705670

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

Title:
  abcde encodes to a wrong directory

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

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


[Bug 1173769] Re: No HDMI audio and crashes at startup

2013-04-29 Thread Antti Laiti
This happens also with:
02:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Park 
[Mobility Radeon HD 5430]

Can’t remember if there was a crash, but when kernel was upgraded from
linux-image-3.8.0-18-generic to linux-image-3.8.0-19-generic (or perhaps
17-18) in 13.04 beta, it went broken. It used to work with the prior
kernels of 13.04 beta and even alpha.

The only way I could fix it was an upgrade to 3.9.0-030900rc8-generic.

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

Title:
  No HDMI audio and crashes at startup

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

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

[Bug 1173769] Re: No HDMI audio and crashes at startup

2013-04-29 Thread Antti Laiti
Copypaste error…I meant:

02:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI Cedar HDMI
Audio [Radeon HD 5400/6300 Series]

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

Title:
  No HDMI audio and crashes at startup

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

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

[Bug 759711] Re: smbd crashed with SIGABRT in raise()

2013-03-14 Thread Antti Laiti
I’ve seen this in 13.04 alpha too.

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

Title:
  smbd crashed with SIGABRT in raise()

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

-- 
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 759711] Re: smbd crashed with SIGABRT in raise()

2013-03-14 Thread Antti Laiti
I’ve seen this in 13.04 alpha too.

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

Title:
  smbd crashed with SIGABRT in raise()

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

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

[Bug 979228] [NEW] abcde encodes to a wrong directory

2012-04-11 Thread Antti Laiti
Public bug reported:

I ran into this weird situation with abcde:

When I set OUTPUTDIR to /media/ida/music/flac, a directory 
'/media/ida/music/flac/flac' is created and files go there.
When I set OUTPUTDIR to /media/ida/music, the files go to /media/ida/music. 

So on the first case abcde creates an extra directory 'flac' into the
OUTPUTDIR I’ve set and puts the files there.

So far I’ve found only this ugly workaround for the situation: $ cd
/media/ida/music/flac  ln -s . flac.


Some more or less relevant information:

$ aptitude show abcde
Package: abcde   
State: installed
Automatically installed: no
Version: 2.4.2-1ubuntu1
Priority: optional
Section: universe/sound


$ aptitude show flac
Package: flac
New: yes
State: installed
Automatically installed: no
Version: 1.2.1-6
Priority: optional
Section: sound


$ cat ~/.abcde.conf
CDDBPROTO=6
CDDBLOCALDIR=~/.cddb
CDDBCOPYLOCAL=y
FLACENCODERSYNTAX=flac
FLACOPTS='-8 -V'
CDROMREADERSYNTAX=cdparanoia
KEEPWAVS=n
CDSPEEDVALUE=8
SHOWCDDBFIELDS=year,genre
OUTPUTDIR=/media/ida/music/flac
WAVOUTPUTDIR=/home/files/nobackup/cache/cdrip
KEEPWAVS=n
OUTPUTTYPE=flac
OUTPUTFORMAT='${OUTPUT}/${ARTISTFILE}/${CDYEAR}_${ALBUMFILE}/${TRACKNUM}_-_${TRACKFILE}'
VAOUTPUTFORMAT='${OUTPUT}/kokoelmat/${YEARFILE}_${ALBUMFILE}/${TRACKNUM}_-_${TRACKFILE}'
MAXPROCS=2
COMMENT='abcde-flac'
EJECTCD=y
mungefilename () 
{
  echo $@ | sed s,:,\ -,g | tr \ / __ | tr -d \'\\?\[:cntrl:\] | tr 
[:upper:] [:lower:] | sed s/[Ää]/a/g | sed s/[Öö]/o/g
}

mungegenre ()
{
   echo $CDGENRE | tr [:upper:] [:lower:]
}


$ grep ida /proc/mounts 
//ida/usb /media/ida cifs 
rw,nosuid,nodev,noexec,relatime,sec=ntlm,unc=\\ida\usb,username=admin,uid=1000,forceuid,gid=44,forcegid,addr=172.18.55.1,unix,posixpaths,serverino,acl,rsize=61440,wsize=65536,actimeo=1
 0 0


$ uname -a
Linux ceicel 3.2.0-22-generic #35-Ubuntu SMP Tue Apr 3 18:33:15 UTC 2012 x86_64 
x86_64 x86_64 GNU/Linux


$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION=Ubuntu precise (development branch)

** Affects: abcde (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/979228

Title:
  abcde encodes to a wrong directory

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

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

[Bug 975898] Re: Package wine1.4 fails to install on 12.04 64-bit due to package conflicts

2012-04-09 Thread Antti Laiti
apt-get seems to be working fine, thanks!

It replaces gettext with gettext:i386 and installs wine with no
conflicts.

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

Title:
  Package wine1.4 fails to install on 12.04 64-bit due to package
  conflicts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/975898/+subscriptions

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


[Bug 975898] Re: Package wine1.4 fails to install on 12.04 64-bit due to package conflicts

2012-04-09 Thread Antti Laiti
apt-get seems to be working fine, thanks!

It replaces gettext with gettext:i386 and installs wine with no
conflicts.

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

Title:
  Package wine1.4 fails to install on 12.04 64-bit due to package
  conflicts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/975898/+subscriptions

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


[Bug 975798] Re: package samba4 4.0.0~alpha18.dfsg1-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-07 Thread Antti Laiti
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975798

Title:
  package samba4 4.0.0~alpha18.dfsg1-4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 975798] [NEW] package samba4 4.0.0~alpha18.dfsg1-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-07 Thread Antti Laiti
Public bug reported:

package samba4 4.0.0~alpha18.dfsg1-4 failed to install on 12.04 beta
64-bit.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba4 4.0.0~alpha18.dfsg1-4
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
Uname: Linux 3.2.0-22-generic x86_64
ApportVersion: 2.0-0ubuntu4
Architecture: amd64
Date: Sat Apr  7 11:45:15 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120327.1)
SourcePackage: samba4
Title: package samba4 4.0.0~alpha18.dfsg1-4 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 975898] [NEW] Package wine1.4 fails to install on 12.04 64-bit due to package conflicts

2012-04-07 Thread Antti Laiti
Public bug reported:

I installed 12.04 with beta2 cd-rom, ran aptitude update  aptitude
dist-upgrade. After that I was trying to install wine:

[laiti@ceicel ~]$ aptitude install wine1.4
The following NEW packages will be installed:
  fonts-droid{a} gcc-4.6-base:i386{a} gettext{ab} gettext:i386{ab} 
gettext-base:i386{ab} libasn1-8-heimdal:i386{a} libasound2:i386{a} 
libavahi-client3:i386{a} libavahi-common-data:i386{a} libavahi-common3:i386{a} 
  libc6:i386{a} libcapi20-3{a} libcapi20-3:i386{a} libcomerr2:i386{a} 
libcroco3:i386{a} libcups2:i386{a} libdb5.1:i386{a} libdbus-1-3:i386{a} 
libdrm-intel1:i386{a} libdrm-nouveau1a:i386{a} libdrm-radeon1:i386{a} 
  libdrm2:i386{a} libexif12:i386{a} libexpat1:i386{a} libffi6:i386{a} 
libfontconfig1:i386{a} libfreetype6:i386{a} libgcc1:i386{a} libgcrypt11:i386{a} 
libgd2-xpm:i386{a} libgettextpo0{a} libgettextpo0:i386{a} 
  libgif4:i386{a} libgl1-mesa-dri:i386{a} libgl1-mesa-glx:i386{a} 
libglapi-mesa:i386{a} libglib2.0-0:i386{a} libglu1-mesa:i386{a} 
libgnutls26:i386{a} libgomp1:i386{a} libgpg-error0:i386{a} libgphoto2-2:i386{a} 
  libgphoto2-port0:i386{a} libgpm2:i386{a} libgssapi-krb5-2:i386{a} 
libgssapi3-heimdal:i386{a} libgstreamer-plugins-base0.10-0:i386{a} 
libgstreamer0.10-0:i386{a} libhcrypto4-heimdal:i386{a} 
  libheimbase1-heimdal:i386{a} libheimntlm0-heimdal:i386{a} 
libhx509-5-heimdal:i386{a} libice6:i386{a} libieee1284-3:i386{a} 
libjpeg-turbo8:i386{a} libjpeg8:i386{a} libk5crypto3:i386{a} 
libkeyutils1:i386{a} 
  libkrb5-26-heimdal:i386{a} libkrb5-3:i386{a} libkrb5support0:i386{a} 
liblcms1:i386{a} libldap-2.4-2:i386{a} libllvm3.0:i386{a} libltdl7:i386{a} 
libmpg123-0:i386{a} libncurses5:i386{a} libodbc1{a} libopenal1:i386{a} 
  liborc-0.4-0:i386{a} libp11-kit0:i386{a} libpam-winbind{a} 
libpciaccess0:i386{a} libpcre3:i386{a} libpng12-0:i386{a} 
libroken18-heimdal:i386{a} libsane:i386{a} libsasl2-2:i386{a} 
libsasl2-modules:i386{a} 
  libselinux1:i386{a} libsm6:i386{a} libsqlite3-0:i386{a} libssl1.0.0:i386{a} 
libstdc++6:i386{a} libtasn1-3:i386{a} libtiff4:i386{a} libtinfo5:i386{a} 
libunistring0{a} libunistring0:i386{a} libusb-0.1-4:i386{a} 
  libuuid1:i386{a} libv4l-0:i386{a} libv4lconvert0:i386{a} 
libwind0-heimdal:i386{a} libx11-6:i386{a} libx11-xcb1:i386{a} libxau6:i386{a} 
libxcb-glx0:i386{a} libxcb1:i386{a} libxcomposite1:i386{a} libxcursor1:i386{a} 
  libxdamage1:i386{a} libxdmcp6:i386{a} libxext6:i386{a} libxfixes3:i386{a} 
libxi6:i386{a} libxinerama1:i386{a} libxml2:i386{a} libxpm4:i386{a} 
libxrandr2:i386{a} libxrender1:i386{a} libxslt1.1:i386{a} libxt6:i386{a} 
  libxxf86vm1:i386{a} ttf-droid{a} ttf-umefont{a} ttf-unfonts-core{a} 
unixodbc{a} winbind{a} wine-gecko1.4{a} wine-gecko1.4:i386{a} wine1.4 
wine1.4-amd64{a} wine1.4-common{a} wine1.4-i386:i386{a} winetricks{a} 
  zlib1g:i386{a} 
0 packages upgraded, 127 newly installed, 0 to remove and 0 not upgraded.
Need to get 117 MB of archives. After unpacking 380 MB will be used.
The following packages have unmet dependencies:
 gettext-base : Conflicts: gettext-base:i386 but 0.18.1.1-5ubuntu3 is to be 
installed.
 gettext-base:i386 : Conflicts: gettext-base but 0.18.1.1-5ubuntu3 is installed.
 gettext : Conflicts: gettext:i386 but 0.18.1.1-5ubuntu3 is to be installed.
 gettext:i386 : Conflicts: gettext but 0.18.1.1-5ubuntu3 is to be installed.
Internal error: the solver Install(grub-common:i386 1.99-21ubuntu2 
grub2-common:amd64 1.99-21ubuntu2 - {grub-common:amd64 1.99-21ubuntu2 
grub-common:i386 1.99-21ubuntu2}) of a supposedly unresolved dependency is 
already installed in step 41
Internal error: the solver Install(grub-common:i386 1.99-21ubuntu2 
grub-pc-bin:amd64 1.99-21ubuntu2 - {grub-common:amd64 1.99-21ubuntu2 
grub-common:i386 1.99-21ubuntu2}) of a supposedly unresolved dependency is 
already installed in step 41
Internal error: the solver Install(grub-pc:i386 1.99-21ubuntu2 
grub-gfxpayload-lists:amd64 0.5 - {grub-pc:amd64 1.99-21ubuntu2 grub-pc:i386 
1.99-21ubuntu2}) of a supposedly unresolved dependency is already installed in 
step 51
open: 19; closed: 259; defer: 7; conflict: 7

.Internal error: 
the solver Install(gvfs-daemons:i386 1.12.0-0ubuntu3 gvfs-backends:amd64 
1.12.0-0ubuntu3 - {gvfs-daemons:amd64 1.12.0-0ubuntu3 gvfs-daemons:i386 
1.12.0-0ubuntu3}) of a supposedly unresolved dependency is already installed 
in step 866
Internal error: the solver Install(gvfs-daemons:i386 1.12.0-0ubuntu3 
gvfs:amd64 1.12.0-0ubuntu3 - {gvfs-daemons:amd64 1.12.0-0ubuntu3 
gvfs-daemons:i386 1.12.0-0ubuntu3}) of a supposedly unresolved dependency is 
already installed in step 866
Internal error: the solver Install(gvfs-daemons:i386 1.12.0-0ubuntu3 
gvfs:amd64 1.12.0-0ubuntu3 - {gvfs-daemons:amd64 1.12.0-0ubuntu3 
gvfs-daemons:i386 1.12.0-0ubuntu3}) of a supposedly unresolved dependency is 
already installed in step 

[Bug 891070] [NEW] Loading s3m module files to playlist crash Audacious

2011-11-16 Thread Antti Laiti
Public bug reported:

How to reproduce:


1) Download a .s3m file from http://www.byterapers.scene.org/scene-music.htm to 
a local filesystem. Use 
ftp://ftp.byterapers.com/pub/extra/modules-humorouscollection/sinewave-rakkautta_vain.s3m
 for example.

2) Try to insert it to a playlist via adding the file or directory
containing the file.

3) Audacious crashes. This does not happen if you insert the direct file
URL to the playlist instead of local file.

gdb output:

$ gdb /usr/bin/audacious
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i686-linux-gnu.
For bug reporting instructions, please see:
http://bugs.launchpad.net/gdb-linaro/...
Reading symbols from /usr/bin/audacious...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/audacious 
[Thread debugging using libthread_db enabled]
[New Thread 0xb7dd0b70 (LWP 10574)]
[New Thread 0xb75cfb70 (LWP 10575)]
[New Thread 0xb6bffb70 (LWP 10576)]
[New Thread 0xb23fdb70 (LWP 10577)]
[Thread 0xb23fdb70 (LWP 10577) exited]
[New Thread 0xb23fdb70 (LWP 10578)]
[New Thread 0xb63feb70 (LWP 10579)]
[New Thread 0xb5bfdb70 (LWP 10580)]
[New Thread 0xb53fcb70 (LWP 10581)]
[New Thread 0xa8681b70 (LWP 10582)]
[New Thread 0xa7e2eb70 (LWP 10589)]
[Thread 0xb75cfb70 (LWP 10575) exited]
[New Thread 0xb75cfb70 (LWP 10594)]
[Thread 0xa7e2eb70 (LWP 10589) exited]

Program received signal SIGSEGV, Segmentation fault.
0x00973cc6 in ?? () from /lib/i386-linux-gnu/libc.so.6
(gdb)

** Affects: audacious (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/891070

Title:
  Loading s3m module files to playlist crash Audacious

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

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


[Bug 891070] Re: Loading s3m module files to playlist crash Audacious

2011-11-16 Thread Antti Laiti
Oh, almost forgot:

$ /usr/bin/audacious --version
Audacious 2.4.4 (Ubuntu package)

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.10
DISTRIB_CODENAME=oneiric
DISTRIB_DESCRIPTION=Ubuntu 11.10

$ uname -a
Linux parms 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686 
i686 i386 GNU/Linux

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

Title:
  Loading s3m module files to playlist crash Audacious

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

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


[Bug 48781] Re: fails to display unicode chars in title bar

2011-07-13 Thread Antti Laiti
Fix verified with 0.60+2010-12-08-1.

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

Title:
  fails to display unicode chars in title bar

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

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


[Bug 727763] [NEW] Geeqie asks for confirmation when renaming foo.JPG to foo.jpeg

2011-03-02 Thread Antti Laiti
Public bug reported:

Binary package hint: geeqie

Geeqie asks for confirmation when renaming foo.jpg to foo.jpeg. The
warning says that ”source and destination have different extension”.
This is true, but why does it need to warn about that?

I understand the warning when user tries to rename foo.png to foo.jpg,
but I see no reason for that when .jpg becames .jpeg as it does not (or
should not) change the way how programs treat the file after renaming.

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


** Tags: extension rename

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

Title:
  Geeqie asks for confirmation when renaming foo.JPG to foo.jpeg

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

[Bug 727763] Re: Geeqie asks for confirmation when renaming foo.JPG to foo.jpeg

2011-03-02 Thread Antti Laiti
Geeqie 1.0, Ubuntu 10.10.

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

Title:
  Geeqie asks for confirmation when renaming foo.JPG to foo.jpeg

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


[Bug 531149] Re: amarok crashes on start up

2010-09-09 Thread Antti Laiti
Never mind…my /var/tmp was full and it caused the crash.

-- 
amarok crashes on start up 
https://bugs.launchpad.net/bugs/531149
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 531149] Re: amarok crashes on start up

2010-09-08 Thread Antti Laiti
I am still seeing this bug with Ubuntu 10.04.1 and Amarok 2.3.0.

-- 
amarok crashes on start up 
https://bugs.launchpad.net/bugs/531149
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220116] Re: Audible bell rings when en dash (U+2013) is written to rxvt-unicode’s title ba r in a certain way

2009-01-06 Thread Antti Laiti
No. This is not reproducible with 8.10 either when the screen+irssi combination 
is run locally. However, I am able to reproduce this with 8.10 and 9.04 when 
using SSH connection to Debian Etch server that runs the screen. Software 
versions on the Etch system:
Screen version 4.00.03 (FAU) 23-Oct-06
irssi 0.8.12 (20071006 0939)
GNU bash, version 3.1.17(1)-release (x86_64-pc-linux-gnu)

I also tried opening the screen running on 8.10 from 9.04 via SSH
connection and could not reproduce the problem. This is rather a weird
bug. It is reproducible only with rxvt, but still it depends on other
components also...4

-- 
Audible bell rings when en dash (U+2013) is written to rxvt-unicode’s title bar 
in a certain way
https://bugs.launchpad.net/bugs/220116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 220116] Re: Audible bell rings when en dash (U+2013) is written to rxvt-unicode’s title ba r in a certain way

2009-01-06 Thread Antti Laiti
No. This is not reproducible with 8.10 either when the screen+irssi combination 
is run locally. However, I am able to reproduce this with 8.10 and 9.04 when 
using SSH connection to Debian Etch server that runs the screen. Software 
versions on the Etch system:
Screen version 4.00.03 (FAU) 23-Oct-06
irssi 0.8.12 (20071006 0939)
GNU bash, version 3.1.17(1)-release (x86_64-pc-linux-gnu)

I also tried opening the screen running on 8.10 from 9.04 via SSH
connection and could not reproduce the problem. This is rather a weird
bug. It is reproducible only with rxvt, but still it depends on other
components also...

-- 
Audible bell rings when en dash (U+2013) is written to rxvt-unicode’s title bar 
in a certain way
https://bugs.launchpad.net/bugs/220116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 181589] Re: ffmpeg2theora creates incorrect files

2009-01-05 Thread Antti Laiti
Seems that this is working now with Ibex (0.21-0.1build1). Or could it
be that I tested it now with 32-bit system? The original error was with
x64_86,

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

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


[Bug 305752] [NEW] Non-ascii characters are not matched in rxvt’s URL.matcher

2008-12-06 Thread Antti Laiti
Public bug reported:

Binary package hint: rxvt-unicode-ml

To reproduce:
1) Enable URL.matcher in rxvt using ~/.Xresources:
URxvt.urlLauncher: /etc/alternatives/x-www-browser
URxvt.matcher.button: 1
URxvt.perl-ext-common: default,matcher
2) Launch urxvt
3) Enter url: 
'http://www.hs.fi/kotimaa/artikkeli/Kihlatut+ja+vaatekikkailut+värittävät+taas+Linnan+juhlia/1135241697926'

What actually happens:
Only part of the URL is matched: 
'http://www.hs.fi/kotimaa/artikkeli/Kihlatut+ja+vaatekikkailut+v'

What should happen:
Full URL is matched

** Affects: rxvt-unicode (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Non-ascii characters are not matched in rxvt’s URL.matcher
https://bugs.launchpad.net/bugs/305752
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 220116] [NEW] Audible bell rings when en da sh (U+2013) is written to rxvt-unicode’s title bar in a certain way

2008-04-20 Thread Antti Laiti
Public bug reported:

Binary package hint: rxvt-unicode

This bug is reproducible at least with Gutsy’s rxvt-unicode 8.3-1 and
the latest rxvt-unicode built from original sources (9.02). I have sent
this information also to the author of rxvt-unicode.

It takes some work to reproduce, but it is reproducible every time:
1) Open rxvt-unicode.
2) Open screen.
3) Open irssi in screen and connect to any server.
4) Load this script to irssi: http://irssi.org/scripts/scripts/title.pl
5) Give this command to irssi: /set title_string $title.
6) Switch to a channel window that has the character ’–’ (U+2013 EN DASH) in
the topic string.

What should happen on step 6: the channel topic string appears in urxvt’s
titlebar.

What really happens on step 6: urxvt’s titlebar shows ’???’, audible bell
beeps and sometimes the topic string is copied to irssi’s input line.

This is not reproducible with putty, xterm or konsole. I suppose there are
easier ways to reproduce this, but this is the only one I know.

** Affects: rxvt-unicode (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Audible bell rings when en dash (U+2013) is written to rxvt-unicode’s title bar 
in a certain way
https://bugs.launchpad.net/bugs/220116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 181589] Re: ffmpeg2theora creates incorrect files

2008-03-12 Thread Antti Laiti
Okay, thanks for the comment!

I recall I have earlier been able to encode those videos but I must have
had a non-free version of ffmpeg then.

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

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


[Bug 181589] ffmpeg2theora creates incorrect files

2008-01-09 Thread Antti Laiti
Public bug reported:

Binary package hint: ffmpeg2theora

When I converted a mp4 file made by Nokia N95 8GB (ISO Media, MPEG v4
system, version 2), the output file did not work with MPlayer, VLC or
kaffeine. On mplayer, the video was played with 10x speed and it did not
work at all with VLC or kaffeine.

I did not use any switches for ffmpeg2theora. Just a simple conversion.

The video clip is available at:
http://antti.laiti.fi/galleria/albums/miro/a_1v/22092007.mp4

Linux ceicel 2.6.22-14-generic #1 SMP Tue Dec 18 05:28:27 UTC 2007 x86_64 
GNU/Linux
ffmpeg2theora 0.19

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

-- 
ffmpeg2theora creates incorrect files
https://bugs.launchpad.net/bugs/181589
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 148540] Re: Xorg crashes when using multiple screens on gutsy using latest intel driver

2007-10-03 Thread Antti Laiti
This looks like my problem:

gutsy: Xorg with two screens crashes –
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/139990

I have an intel chipset too (Q965)

-- 
Xorg crashes when using multiple screens on gutsy using latest intel driver
https://bugs.launchpad.net/bugs/148540
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 139990] Re: gutsy: Xorg with two screens crashes

2007-10-03 Thread Antti Laiti
I succeeded to get a core dump.


** Attachment added: gdb output when examining the core dump of Xorg
   http://launchpadlibrarian.net/9712356/core_dump_gdb_output.txt

-- 
gutsy: Xorg with two screens crashes
https://bugs.launchpad.net/bugs/139990
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139990] Re: gutsy: Xorg with two screens crashes

2007-09-30 Thread Antti Laiti
I found some more info of the crashing with ’intel’ driver:

(EE) intel(1): Internal Error: maxCacheLines  0 in i830_allocate_2d_memory()
(II) intel(1): Allocating 0 scanlines for pixmap cache

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x6d) [0x48670d]
1: /lib/libc.so.6 [0x2ad8a23777d0]

and so on.

-- 
gutsy: Xorg with two screens crashes
https://bugs.launchpad.net/bugs/139990
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 138430] Re: pygame causes freevo to crash on amd64

2007-09-24 Thread Antti Laiti
That patch worked for me. Freevo does not crash anymore on my amd64
machine.

-- 
pygame causes freevo to crash on amd64
https://bugs.launchpad.net/bugs/138430
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139990] Re: gutsy: Xorg with two screens crashes

2007-09-19 Thread Antti Laiti
Seems that this happens also with other dual screen configurations. 
When using only the intel chipset backtrace is longer:

0: /usr/bin/X(xf86SigHandler+0x6d) [0x4866cd]
1: /lib/libc.so.6 [0x2adf867897d0]
2: /usr/lib/xorg/modules/drivers//intel_drv.so [0x2adf882f0753]
3: /usr/lib/xorg/modules/drivers//intel_drv.so [0x2adf882f0b8e]
4: /usr/lib/xorg/modules/drivers//intel_drv.so [0x2adf882f1d12]
5: /usr/lib/xorg/modules/drivers//intel_drv.so(i830_allocate_2d_memory+0x110) 
[0x2adf882f1fd0]
6: /usr/lib/xorg/modules/drivers//intel_drv.so [0x2adf882eda42]
7: /usr/bin/X(AddScreen+0x222) [0x439522]
8: /usr/bin/X(InitOutput+0x268) [0x468a48]
9: /usr/bin/X(main+0x275) [0x439d25]
10: /lib/libc.so.6(__libc_start_main+0xf4) [0x2adf86775b44]
11: /usr/bin/X(FontFileCompleteXLFD+0x229) [0x439209]

-- 
gutsy: Xorg with two screens crashes
https://bugs.launchpad.net/bugs/139990
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139297] Re: Unable to uninstall

2007-09-16 Thread Antti Laiti
That did the trick. Thanks!

-- 
Unable to uninstall
https://bugs.launchpad.net/bugs/139297
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139990] gutsy: Xorg with two screens crashes

2007-09-16 Thread Antti Laiti
Public bug reported:

Binary package hint: xserver-xorg

I am using a dual screen layout: 1600x1200 TFT connected to Intel Q965
integrated graphics and 1280x720 DLP projector connected to ATI Radeon
9250 PCI. Both displays work individually, but using them at the same
time makes Xorg crash on startup.

startx -- -layout tft is OK
startx -- -layout dlp is OK
startx -- -layout dual CRASHES

At the end of Xorg.0.log it says:

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x6d) [0x4866cd]
1: /lib/libc.so.6 [0x2ba9aa8247d0]
2: /usr/bin/X(RRFirstOutput+0x15) [0x523795]
3: /usr/bin/X(ProcRRGetScreenInfo+0x3ed) [0x529dbd]
4: /usr/bin/X(Dispatch+0x1db) [0x4514ab]
5: /usr/bin/X(main+0x45d) [0x439f0d]
6: /lib/libc.so.6(__libc_start_main+0xf4) [0x2ba9aa810b44]
7: /usr/bin/X(FontFileCompleteXLFD+0x229) [0x439209]

Fatal server error:
Caught signal 11.  Server aborting

my xorg.conf  full Xorg.0.log available at:
http://antti.laiti.fi/radeon_problem/

I am using Ubuntu gutsy. Package versions:

xserver-xorg 1:7.2-5ubuntu9
xserver-xorg-video-ati 1:6.6.193-1ubuntu1
xserver-xorg-video-intel 2:2.1.1-0ubuntu2

A similar layout with R9250 AGP  R9250 PCI worked fine on feisty.

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

-- 
gutsy: Xorg with two screens crashes
https://bugs.launchpad.net/bugs/139990
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139990] Re: gutsy: Xorg with two screens crashes

2007-09-16 Thread Antti Laiti

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

-- 
gutsy: Xorg with two screens crashes
https://bugs.launchpad.net/bugs/139990
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139990] Re: gutsy: Xorg with two screens crashes

2007-09-16 Thread Antti Laiti

** Attachment added: My xorg.0.log
   http://launchpadlibrarian.net/9297319/Xorg.0.log.dual.crash

-- 
gutsy: Xorg with two screens crashes
https://bugs.launchpad.net/bugs/139990
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139297] Re: Unable to uninstall

2007-09-14 Thread Antti Laiti
Some more info:

Using ubuntu gutsy x86_64
sun-java6-bin package version: 6-02-1ubuntu3

-- 
Unable to uninstall
https://bugs.launchpad.net/bugs/139297
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139297] Unable to uninstall

2007-09-12 Thread Antti Laiti
Public bug reported:

Binary package hint: sun-java6-bin

$ aptitude remove sun-java6-bin

...

The following packages will be REMOVED:
  sun-java6-bin
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 70,2MB will be freed.
Writing extended state information... Done
(Reading database ... 187896 files and directories currently installed.)
Removing sun-java6-bin ...
update-binfmts: warning: /var/lib/binfmts/jexec does not exist; nothing to do! 
update-binfmts: exiting due to previous errors
dpkg: error processing sun-java6-bin (--remove):
 subprocess pre-removal script returned error exit status 2
No theme index file in '/usr/share/icons/sun-java6.png'.
If you really want to create an icon cache here, use --ignore-theme-index.
Errors were encountered while processing:
 sun-java6-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:

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

-- 
Unable to uninstall
https://bugs.launchpad.net/bugs/139297
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109272] Re: [apport] qtwengophone crashed with SIGSEGV in std::find_ifboost::signals::detail::named_slot_map_iterator, boost::signals::detail::is_callable()

2007-04-23 Thread Antti Laiti

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

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

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

** Attachment added: ProcEnviron.txt
   http://librarian.launchpad.net/7391832/ProcEnviron.txt

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

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

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

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

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

-- 
[apport] qtwengophone crashed with SIGSEGV in 
std::find_ifboost::signals::detail::named_slot_map_iterator, 
boost::signals::detail::is_callable()
https://bugs.launchpad.net/bugs/109272
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109272] [apport] qtwengophone crashed with SIGSEGV in std::find_ifboost::signals::detail::named_slot_map_iterator, boost::signals::detail::is_callable()

2007-04-23 Thread Antti Laiti
Public bug reported:

Binary package hint: wengophone

I opened Wengophone and it logged in automatically. Then window was
closed and I got a segmentation fault.

ProblemType: Crash
Architecture: i386
Date: Sun Apr 22 09:36:57 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/qtwengophone
Package: wengophone 2.0.0~rc5-svn8108-3
PackageArchitecture: i386
ProcCmdline: qtwengophone
ProcCwd: /home/pulk
Signal: 11
SourcePackage: wengophone
StacktraceTop:
 std::find_ifboost::signals::detail::named_slot_map_iterator, 
boost::signals::detail::is_callable ()
 boost::signal3void, IMPresence, EnumPresenceState::MyPresenceStatus, 
std::string const, boost::last_valuevoid, int, std::lessint, 
boost::functionvoid ()(IMPresence, EnumPresenceState::MyPresenceStatus, 
std::string const), std::allocatorvoid  ::operator() ()
 PhApiIMPresence::myPresenceStatusEventHandler ()
 boost::function3void, PhApiWrapper, EnumPresenceState::MyPresenceStatus, 
std::string const, std::allocatorvoid ::operator() ()
 
boost::operator++boost::signals::detail::slot_call_iteratorboost::signals::detail::call_bound3void::callerPhApiWrapper,
 EnumPresenceState::MyPresenceStatus, std::string const, boost::functionvoid 
()(PhApiWrapper, EnumPresenceState::MyPresenceStatus, std::string const), 
std::allocatorvoid  , boost::signals::detail::named_slot_map_iterator, 
boost::signals::detail::unusable, boost::single_pass_traversal_tag, 
boost::signals::detail::unusable const, int ()
Uname: Linux ceicel 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin netdev 
plugdev powerdev scanner video

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

-- 
[apport] qtwengophone crashed with SIGSEGV in 
std::find_ifboost::signals::detail::named_slot_map_iterator, 
boost::signals::detail::is_callable()
https://bugs.launchpad.net/bugs/109272
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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