[Bug 252430] [NEW] Dosbox: SDL not built with audio support

2008-07-27 Thread Shivan
Public bug reported:

Binary package hint: dosbox

when I try to run dosbox on intrepid (up-to-date at the time of the post), 
here's what I get:
---
[EMAIL PROTECTED]:~$ dosbox 
DOSBox version 0.72
Copyright 2002-2007 DOSBox Team, published under GNU GPL.
---
Exit to error: Can't init SDL SDL not built with audio support

and back to prompt.

--
[EMAIL PROTECTED]:~$ dpkg -l | grep sdl
ii  libsdl-image1.2   1.2.6-3   
image loading library for Simple DirectMedia
ii  libsdl-net1.2 1.2.7-2   
network library for Simple DirectMedia Layer
ii  libsdl-sound1.2   1.0.3-1   
Decoder of several sound file formats for SD
ii  libsdl1.2debian   
1.2.13-2ubuntu1   Simple DirectMedia Layer
ii  libsdl1.2debian-alsa  
1.2.13-2ubuntu1   Simple DirectMedia Layer (with X11 and ALSA 


I tried to remove/purge the sdl and dosbox packages, but no luck

dosbox version is 0.72-1.1build1.

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

-- 
Dosbox: SDL not built with audio support
https://bugs.launchpad.net/bugs/252430
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 252430] Re: Dosbox: SDL not built with audio support

2008-07-28 Thread Shivan
Ok, I thought it could be a problem in the packaging of Dosbox.

reassign to sdl then ?

-- 
Dosbox: SDL not built with audio support
https://bugs.launchpad.net/bugs/252430
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 202247] Re: m1330 screen flicker

2008-11-29 Thread shivan
good thiniking.

actually, I got my screen replaced because of another issue, and I don't see 
this behavior anymore.
so I guess we can close that bug

-- 
m1330 screen flicker
https://bugs.launchpad.net/bugs/202247
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 258433] [NEW] thinkfinger won't proceed on a password dialog

2008-08-15 Thread Shivan
Public bug reported:

on intrepid, when swping your finger, you have to press enter afterward
to proceed, validation isn't automatic anymore.

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

-- 
thinkfinger won't proceed on a password dialog
https://bugs.launchpad.net/bugs/258433
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 252430] Re: Dosbox: SDL not built with audio support

2008-07-31 Thread Shivan
** Changed in: libsdl1.2 (Ubuntu)
Sourcepackagename: dosbox => libsdl1.2

-- 
Dosbox: SDL not built with audio support
https://bugs.launchpad.net/bugs/252430
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 226981] Re: Hardy: FN-up/down keys change brightness too rapidly on DELL XPS m1330

2008-09-03 Thread Shivan
using 2.6.27, the bug is still here

-- 
Hardy: FN-up/down keys change brightness too rapidly on DELL XPS m1330
https://bugs.launchpad.net/bugs/226981
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 193584] [NEW] Transmission doesn't save torrent list on exit

2008-02-19 Thread Shivan
Public bug reported:

Binary package hint: transmission

if I open transmission, add torrents manually (doesn't seem to be
correctly associated with .torrent files), let it start the dowloads,
and even finish some, no matter wich one I remove, if I restart, they'll
all be there.

I use the "keep a copy of the torrent file" setting, but I'm not sure
this info is relevant.

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

-- 
Transmission doesn't save torrent list on exit
https://bugs.launchpad.net/bugs/193584
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 193584] Re: Transmission doesn't save torrent list on exit

2008-02-19 Thread Shivan
sorry, forgot to add : this is on hardy
Version: 1.05-0ubuntu1

-- 
Transmission doesn't save torrent list on exit
https://bugs.launchpad.net/bugs/193584
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 202247] Re: m1330 screen flicker

2008-05-08 Thread Shivan
hum, it seems I can no longer use the brightness keys in console mode,
in what file should I echo something to modify the brightness ?

-- 
m1330 screen flicker
https://bugs.launchpad.net/bugs/202247
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 138039] subprocess report PID-1

2007-09-07 Thread Shivan
Public bug reported:

Binary package hint: python2.5

>>import subprocess,os

>>test=subprocess.Popen(mplayer)

to kill test, I have to do 
>>os.kill(test.pid+1,15)

** Affects: python2.5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
subprocess report PID-1
https://bugs.launchpad.net/bugs/138039
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


Re: [Bug 138039] Re: subprocess report PID-1

2007-09-07 Thread Shivan
On 9/7/07, Matthias Klose <[EMAIL PROTECTED]> wrote:
> not a bug, a shell is started first, see the docs how to avoid that
>
>
> ** Changed in: python2.5 (Ubuntu)
>Status: New => Invalid
>
> --
> subprocess report PID-1
> https://bugs.launchpad.net/bugs/138039
> You received this bug notification because you are a direct subscriber
> of the bug.
>

ok, sorry

-- 
Black masses are cool, as long as you're not the virgin.

-- 
subprocess report PID-1
https://bugs.launchpad.net/bugs/138039
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 193584] Re: Transmission doesn't save torrent list on exit

2008-04-01 Thread Shivan
seems ok now

** Changed in: transmission (Ubuntu)
   Status: New => Fix Released

-- 
Transmission doesn't save torrent list on exit
https://bugs.launchpad.net/bugs/193584
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 202247] Re: m1330 screen flicker

2008-04-01 Thread Shivan
ok, I attached the log file, but again, isn't that an acpi problem ?

to reproduce : just stay in the lowest brightness mode for 3-4 minutes
at most.

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

-- 
m1330 screen flicker
https://bugs.launchpad.net/bugs/202247
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 202247] Re: m1330 screen flicker

2008-04-02 Thread Shivan
ok, I'm experiencing this bug in console mode too, so it's definitely
not X.

why I'm suspecting acpi : because it's a brightness flicker, so it could
come from bad voltage handling at low values (just guessing)

is there a file I can attach to help ?

-- 
m1330 screen flicker
https://bugs.launchpad.net/bugs/202247
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 202247] [NEW] m1330 screen flicker

2008-03-14 Thread Shivan
Public bug reported:

On m1330 (LED screen) with an X3100 intel card, in the two lowest brightness 
level, screen flickers slightly, but enough to be noticeable/annoying/tiring.
doesn't not occur on XP

Using up-to-date Hardy

I'm not sure it's related to the card (rather to the screen), anyway :

Package: xserver-xorg-video-intel
Version: 2:2.2.1-1ubuntu4

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
m1330 screen flicker
https://bugs.launchpad.net/bugs/202247
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 202247] Re: m1330 screen flicker

2008-03-14 Thread Shivan
flickers slightly -> slight brightness change , 3-5 Hz

-- 
m1330 screen flicker
https://bugs.launchpad.net/bugs/202247
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 202247] Re: m1330 screen flicker

2008-03-24 Thread Shivan
same setup but I can see it, lowest brightness in a dark environement
kill my eyes because of the flicker

and : isn't that related to acpi rather than xorg ?

-- 
m1330 screen flicker
https://bugs.launchpad.net/bugs/202247
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 92197] [apport] amarokapp crashed with SIGSEGV in QListViewItem::insertItem()

2007-03-14 Thread Shivan
Public bug reported:

Binary package hint: amarok

crashed 2 or 3 second after I opened the gnome system monitor.

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Wed Mar 14 11:48:18 2007
Disassembly: 0x0:
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/amarokapp
Package: amarok 2:1.4.5-0ubuntu6
PackageArchitecture: i386
ProcCmdline: amarokapp
ProcCwd: /home/shivan
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
Signal: 11
SourcePackage: amarok
StacktraceTop:
 ?? ()
 QListViewItem::insertItem () from /usr/lib/libqt-mt.so.3
 QListView::insertItem () from /usr/lib/libqt-mt.so.3
 QListViewItem::QListViewItem () from /usr/lib/libqt-mt.so.3
 KListViewItem::KListViewItem () from /usr/lib/libkdeui.so.4
Uname: Linux queut 2.6.20-10-generic #2 SMP Mon Mar 12 00:02:49 UTC 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin netdev 
plugdev powerdev scanner video

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

-- 
[apport] amarokapp crashed with SIGSEGV in QListViewItem::insertItem()
https://launchpad.net/bugs/92197

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


[Bug 92197] Re: [apport] amarokapp crashed with SIGSEGV in QListViewItem::insertItem()

2007-03-14 Thread Shivan

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

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

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

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

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

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

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

-- 
[apport] amarokapp crashed with SIGSEGV in QListViewItem::insertItem()
https://launchpad.net/bugs/92197

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


[Bug 82575] ThreadStacktrace.txt

2007-01-31 Thread Shivan

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

-- 
[apport] wvWare crashed with SIGSEGV in fieldCharProc()
https://launchpad.net/bugs/82575

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


[Bug 82575] [apport] wvWare crashed with SIGSEGV in fieldCharProc()

2007-01-31 Thread Shivan
Public bug reported:

Binary package hint: wv


ProblemType: Crash
CrashCounter: 1
Date: Thu Feb  1 02:01:58 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/wvWare
Package: wv 1.2.4-2
ProcCmdline: wvWare -1 -x /usr/share/wv/wvText.xml /tmp/tempfile.30143
ProcCwd: /home/shivan
ProcEnviron:
 LANGUAGE=en_US:en
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: wv
StacktraceTop:
 fieldCharProc () from /usr/lib/libwv-1.2.so.3
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Uname: Linux queut 2.6.20-6-386 #2 Tue Jan 30 21:49:26 UTC 2007 i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

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

-- 
[apport] wvWare crashed with SIGSEGV in fieldCharProc()
https://launchpad.net/bugs/82575

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


[Bug 82575] CoreDump.gz

2007-01-31 Thread Shivan

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

-- 
[apport] wvWare crashed with SIGSEGV in fieldCharProc()
https://launchpad.net/bugs/82575

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


[Bug 82575] Dependencies.txt

2007-01-31 Thread Shivan

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

-- 
[apport] wvWare crashed with SIGSEGV in fieldCharProc()
https://launchpad.net/bugs/82575

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


[Bug 82575] Disassembly.txt

2007-01-31 Thread Shivan

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

-- 
[apport] wvWare crashed with SIGSEGV in fieldCharProc()
https://launchpad.net/bugs/82575

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


[Bug 82575] ProcMaps.txt

2007-01-31 Thread Shivan

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

-- 
[apport] wvWare crashed with SIGSEGV in fieldCharProc()
https://launchpad.net/bugs/82575

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


[Bug 82575] ProcStatus.txt

2007-01-31 Thread Shivan

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

-- 
[apport] wvWare crashed with SIGSEGV in fieldCharProc()
https://launchpad.net/bugs/82575

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


[Bug 82575] Registers.txt

2007-01-31 Thread Shivan

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

-- 
[apport] wvWare crashed with SIGSEGV in fieldCharProc()
https://launchpad.net/bugs/82575

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


[Bug 82575] Stacktrace.txt

2007-01-31 Thread Shivan

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

-- 
[apport] wvWare crashed with SIGSEGV in fieldCharProc()
https://launchpad.net/bugs/82575

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


[Bug 82576] Registers.txt

2007-01-31 Thread Shivan

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

-- 
[apport] wvWare crashed with SIGSEGV in fieldCharProc()
https://launchpad.net/bugs/82576

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


[Bug 82576] [apport] wvWare crashed with SIGSEGV in fieldCharProc()

2007-01-31 Thread Shivan
Public bug reported:

Binary package hint: wv


ProblemType: Crash
Date: Thu Feb  1 01:55:30 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/wvWare
Package: wv 1.2.4-2
ProcCmdline: wvWare -1 -x /usr/share/wv/wvText.xml /tmp/tempfile.2764
ProcCwd: /home/shivan
ProcEnviron:
 LANGUAGE=en_US:en
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: wv
StacktraceTop:
 fieldCharProc () from /usr/lib/libwv-1.2.so.3
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Uname: Linux queut 2.6.20-6-386 #2 Tue Jan 30 21:49:26 UTC 2007 i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

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

-- 
[apport] wvWare crashed with SIGSEGV in fieldCharProc()
https://launchpad.net/bugs/82576

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


[Bug 82576] CoreDump.gz

2007-01-31 Thread Shivan

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

-- 
[apport] wvWare crashed with SIGSEGV in fieldCharProc()
https://launchpad.net/bugs/82576

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


[Bug 82576] Dependencies.txt

2007-01-31 Thread Shivan

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

-- 
[apport] wvWare crashed with SIGSEGV in fieldCharProc()
https://launchpad.net/bugs/82576

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


[Bug 82576] Disassembly.txt

2007-01-31 Thread Shivan

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

-- 
[apport] wvWare crashed with SIGSEGV in fieldCharProc()
https://launchpad.net/bugs/82576

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


[Bug 82576] ProcStatus.txt

2007-01-31 Thread Shivan

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

-- 
[apport] wvWare crashed with SIGSEGV in fieldCharProc()
https://launchpad.net/bugs/82576

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


[Bug 82576] ProcMaps.txt

2007-01-31 Thread Shivan

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

-- 
[apport] wvWare crashed with SIGSEGV in fieldCharProc()
https://launchpad.net/bugs/82576

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


[Bug 82576] ThreadStacktrace.txt

2007-01-31 Thread Shivan

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

-- 
[apport] wvWare crashed with SIGSEGV in fieldCharProc()
https://launchpad.net/bugs/82576

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


[Bug 82576] Stacktrace.txt

2007-01-31 Thread Shivan

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

-- 
[apport] wvWare crashed with SIGSEGV in fieldCharProc()
https://launchpad.net/bugs/82576

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


[Bug 83130] [apport] update-manager crashed with ImportError in ()

2007-02-03 Thread Shivan
Public bug reported:

Binary package hint: update-manager

python 2.5 error when I double click on the notification icon

ProblemType: Crash
Date: Sun Feb  4 00:25:04 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/update-manager
InterpreterPath: /usr/bin/python2.5
Package: update-manager 0.53.5
ProcCmdline: /usr/bin/python /usr/bin/update-manager
ProcCwd: /home/shivan
ProcEnviron:
 LANGUAGE=en_US:en
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/update-manager']
SourcePackage: update-manager
Traceback:
 Traceback (most recent call last):
   File "/usr/bin/update-manager", line 32, in 
 from UpdateManager.UpdateManager import UpdateManager
 ImportError: No module named UpdateManager.UpdateManager
Uname: Linux queut 2.6.20-5-386 #2 Sat Jan 6 14:44:57 UTC 2007 i686 GNU/Linux

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] update-manager crashed with ImportError in ()
https://launchpad.net/bugs/83130

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


[Bug 83130] Re: [apport] update-manager crashed with ImportError in ()

2007-02-03 Thread Shivan

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

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

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

-- 
[apport] update-manager crashed with ImportError in ()
https://launchpad.net/bugs/83130

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


[Bug 228334] Re: package texlive-base 2007-13 failed to install/upgrade: updmap-sys failed

2009-09-06 Thread shivan
if that helps, here's the log from updmap


** Attachment added: "updmap.pHhVHP5M"
   http://launchpadlibrarian.net/31403621/updmap.pHhVHP5M

-- 
package texlive-base 2007-13 failed to install/upgrade: updmap-sys failed
https://bugs.launchpad.net/bugs/228334
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 374859] Re: Cannot upgrade to new version, cannot install any packages

2009-09-06 Thread shivan
I can confirm this one. Here's what I have:
shi...@altis:~$ sudo aptitude install tex-common
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
The following partially installed packages will be configured:
  tex-common 
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Setting up tex-common (2.01~5) ...
Running mktexlsr. This may take some time... done.
Running updmap-sys. This may take some time... 
updmap-sys failed. Output has been stored in
/tmp/updmap.Ilkb73w1
Please include this file if you report a bug.

Sometimes, not accepting conffile updates in /etc/texmf/updmap.d
causes updmap-sys to fail.  Please check for files with extension
.dpkg-dist or .ucf-dist in this directory

dpkg: error processing tex-common (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 tex-common
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up tex-common (2.01~5) ...
Running mktexlsr. This may take some time... done.
Running updmap-sys. This may take some time... 
updmap-sys failed. Output has been stored in
/tmp/updmap.TX8BgyyA
Please include this file if you report a bug.

Sometimes, not accepting conffile updates in /etc/texmf/updmap.d
causes updmap-sys to fail.  Please check for files with extension
.dpkg-dist or .ucf-dist in this directory

dpkg: error processing tex-common (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 tex-common
Reading package lists... Done 
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done


** Attachment added: "updmap.pHhVHP5M"
   http://launchpadlibrarian.net/31403670/updmap.pHhVHP5M

-- 
Cannot upgrade to new version, cannot install any packages
https://bugs.launchpad.net/bugs/374859
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 252430] Re: Dosbox: SDL not built with audio support

2010-01-04 Thread shivan
sorry, I'm on lucid now, and it seems to work fine now with libsdl1
.2debian-alsa (1.2.14-1ubuntu2)

I think it's safe to close it for libsdl1.2

-- 
Dosbox: SDL not built with audio support
https://bugs.launchpad.net/bugs/252430
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 506677] Re: Lucid fails to start freezes at/just before GDM

2010-01-13 Thread shivan
my latest safe-upgrade in lucid cause the same thing I think.
the machine is a m1330 with intel graphics.

I can log in, but I have a weird line of artifacts (3-4 pixel high, near
the middle-top of the screen), and after that, the lines reappearing
while the session is loading, then everything freeze.

-- 
Lucid fails to start freezes at/just before GDM 
https://bugs.launchpad.net/bugs/506677
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