[Bug 1298580] Re: Menu pops up in the center of the screen

2014-05-15 Thread rickyrockrat
This is a duplicate of bug 118

https://sourceforge.net/p/parcellite/bugs/118/

It was verified on Unity and there is a workaround in SVN on
Parcellite's source.

It is a libappindicator quirk, which can be verified by uninstalling
Unity (including libappindicator) and running it again.

I need to release 1.18 soon. There are many things fixed - I just don't
like it's performance yet on my daily dev box.

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

Title:
  Menu pops up in the center of the screen

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

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


[Bug 1067817] Re: restart of program causes duplicate files.

2013-09-03 Thread rickyrockrat
** Bug watch added: Debian Bug tracker #690802
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690802

** Also affects: scrounge-ntfs (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690802
   Importance: Unknown
   Status: Unknown

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

Title:
  restart of program causes duplicate files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scrounge-ntfs/+bug/1067817/+subscriptions

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


[Bug 967410] Re: Windows clients cannot connect to shared printers

2013-02-17 Thread rickyrockrat
Any news on the release of this fix for precise? I'm preparing to set up
servers for windows networks, and I need to know what workaround I have
to use. 3.6.6 as originally released is not going to go on these
servers.

I've made Ubuntu my distro of choice, but this was reported almost a
YEAR ago, and Precise is supposed to be a LTS.  It really makes one
think about CentOS.

If this was a minor bug, it's one thing, but this isn't a minor bug,
IMO.

-- 
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/967410

Title:
  Windows clients cannot connect to shared printers

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/967410/+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 967410] Re: Windows clients cannot connect to shared printers

2013-02-17 Thread rickyrockrat
Any news on the release of this fix for precise? I'm preparing to set up
servers for windows networks, and I need to know what workaround I have
to use. 3.6.6 as originally released is not going to go on these
servers.

I've made Ubuntu my distro of choice, but this was reported almost a
YEAR ago, and Precise is supposed to be a LTS.  It really makes one
think about CentOS.

If this was a minor bug, it's one thing, but this isn't a minor bug,
IMO.

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

Title:
  Windows clients cannot connect to shared printers

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

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


[Bug 523775] Re: parcellite not using indicator-applet (does not show in unity)

2013-01-25 Thread rickyrockrat
parcellite has appindicator support. PPA here:
https://launchpad.net/~rickyrockrat/+archive/parcellite-appindicator


The website will continue to provide debs without appindicator for systems not 
using libappindicator.
http://parcellite.sourceforge.net/

This bug can be closed. Fixed in 1.1.4.

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

Title:
  parcellite not using indicator-applet (does not show in unity)

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

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


[Bug 523775] Re: parcellite not using indicator-applet (does not show in unity)

2013-01-14 Thread rickyrockrat
Is there still interest in parcellite using indicator-applet? If so,
I'll release parcellite with the appindicator lib. Current development
will be on precise.

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

Title:
  parcellite not using indicator-applet (does not show in unity)

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

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


[Bug 967410] Re: Windows clients cannot connect to shared printers

2013-01-11 Thread rickyrockrat
I've spent something like 10 hours now (debugging from 1000 miles away), and 
the other party has gone to bed.  I just now got my printers to rename.
This works for renaming the printer (where the heck is the name stored??) (var 
is on an different file system, so my path is different)  symbolic links screw 
things up, by the way.
[global]
   workgroup = WORKGROUP
   printing = cups
   printcap name = cups

[printers]
   comment = All Printers
   browseable = yes
#   path = /var/spool/samba
   path = /pub/root/var/spool
   printable = yes
   printer admin = @lpadmin
   guest ok = yes
   ; read only = yes
   create mask = 0700
   valid users = someuser

[print$]
 comment = Printer Drivers
path =/pub/root/var/lib/samba/printers
#path = /var/lib/samba/printers
  browseable = yes
  guest ok = no
#  read only = no
  write list = root
I just did an apt-get update, and can confirm I am on the latest samba/cups 
with 12.04.1.  I used the 64bit server install CD.  

This bug still exists.
This is bull. I could be developing open source, instead, I'm trying to get 
samba to print.

-- 
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/967410

Title:
  Windows clients cannot connect to shared printers

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/967410/+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 967410] Re: Windows clients cannot connect to shared printers

2013-01-11 Thread rickyrockrat
I've spent something like 10 hours now (debugging from 1000 miles away), and 
the other party has gone to bed.  I just now got my printers to rename.
This works for renaming the printer (where the heck is the name stored??) (var 
is on an different file system, so my path is different)  symbolic links screw 
things up, by the way.
[global]
   workgroup = WORKGROUP
   printing = cups
   printcap name = cups

[printers]
   comment = All Printers
   browseable = yes
#   path = /var/spool/samba
   path = /pub/root/var/spool
   printable = yes
   printer admin = @lpadmin
   guest ok = yes
   ; read only = yes
   create mask = 0700
   valid users = someuser

[print$]
 comment = Printer Drivers
path =/pub/root/var/lib/samba/printers
#path = /var/lib/samba/printers
  browseable = yes
  guest ok = no
#  read only = no
  write list = root
I just did an apt-get update, and can confirm I am on the latest samba/cups 
with 12.04.1.  I used the 64bit server install CD.  

This bug still exists.
This is bull. I could be developing open source, instead, I'm trying to get 
samba to print.

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

Title:
  Windows clients cannot connect to shared printers

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

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


[Bug 894170] Re: libdvdread core dumps with invalid next size

2012-11-19 Thread rickyrockrat
So where does this leave the patch? I'm not running oneric. 
Does this make precise or does a new bug report need to be created on precise?  
I will have precise installed here shortly and can have a look at it then. Just 
not sure where it goes from here.  I'm willing to re-rent the movie and check 
it again, however if I need to repeat the process with precise, then I'll file 
and wait for verification-needed state there before renting.

Thanks.

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

Title:
  libdvdread core dumps with invalid next size

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

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


[Bug 1067814] [NEW] Size of sectors are too large for 2T byte HDD

2012-10-17 Thread rickyrockrat
Public bug reported:

The code contains a bug where an unsigned int is used for the input
parameters, specifically end sector. This will not allow the code to
proceed.

I have included a simple patch for this issue.

** Affects: scrounge-ntfs (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: Fix sector size issue
   
https://bugs.launchpad.net/bugs/1067814/+attachment/3401696/+files/scrounge-ntfs-sizefix.patch

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

Title:
  Size of sectors are too large for 2T byte HDD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scrounge-ntfs/+bug/1067814/+subscriptions

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


[Bug 1067817] [NEW] restart of program causes duplicate files.

2012-10-17 Thread rickyrockrat
Public bug reported:

In recovering over 700G from a 2T HDD, I had to stop the processonly
to find out the default nature of the program is to create duplicate
files, basically no restart is available unless you want to double the
size of your data.

It is also VERY slow compared to ignoring files that exist.  This patch 
accomplishes this and and also includes the bug fix here:
https://bugs.launchpad.net/ubuntu/+source/scrounge-ntfs/+bug/1067814

Patch attached. This patch makes both the Win32 and the Linux command
line the same instead of it being different.

It adds a -i flag, and for Linux, adds -d (on Windows -d already exists
with same functionality).

** Affects: scrounge-ntfs (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: Fix sector size issue, add -i option, and -d option for Linux.
   
https://bugs.launchpad.net/bugs/1067817/+attachment/3401698/+files/scrounge-ntfs-FixSizeAdd-iOpt.patch

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

Title:
  restart of program causes duplicate files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scrounge-ntfs/+bug/1067817/+subscriptions

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


[Bug 829099] Re: synaptic-pkexec fails: cannot open display 0

2012-08-21 Thread rickyrockrat
I can confirm the problem. changing the display variable changes the message:
export DISPLAY=:0.0

On a fresh install, it worked, but then I changed from slim to wdm login
manager and it stopped working. Using Xfce4 on 12.04.1

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

Title:
  synaptic-pkexec fails: cannot open display 0

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

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


[Bug 829099] Re: synaptic-pkexec fails: cannot open display 0

2012-08-21 Thread rickyrockrat
So the plot sickens.. I can start Xfce4 with startxfce4 from a tty, and
synaptic works. If I use wdm to start xfce4, it does not.  The DISPLAY
variable for both is :0.0

It turns out that WDM does not set XAUTHORITY. If you export it like so in the 
terminal window:
export XAUTHORITY=$HOME/.Xauthority

it runs.  The bug is with WDM.

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

Title:
  synaptic-pkexec fails: cannot open display 0

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

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


[Bug 829099] Re: synaptic-pkexec fails: cannot open display 0

2012-08-21 Thread rickyrockrat
I have a work around. It turns out, if .Xauthority is unwriteable, it
will put the auth file somewhere else and set the XAUTHORITY variable.
Heh.

So log out of your window manager, then stop WDM. Remove .Xauthority and
make it a directory.  This cause WDM to create a different location and
set the variable.

What a PITA!

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

Title:
  synaptic-pkexec fails: cannot open display 0

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

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


[Bug 894170] Re: libdvdread core dumps with invalid next size

2012-05-17 Thread rickyrockrat
Bryce, I've been running 2-4 different DVDs a week, and I haven't had an
issue since I fixed this little problem. Now that I said that, I'll
start having problems!

I wonder if this fixes those other bugs?

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

Title:
  libdvdread core dumps with invalid next size

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

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


[Bug 894170] Re: libdvdread core dumps with invalid next size

2011-12-18 Thread rickyrockrat
Trouble is, I get too much mail as it is. I'll just continue to carry on
as I have - I get 2 new movies a week, so I go through a pretty fair
selection of trouble makers, and so far, I've got a good system that
uses a script that uses a combination of things - HandbrakeCLI,mplayer,
vlc, vobcopy, ddrescue, and dvdbackup, though I primarily use mplayer 
Handbrake - the former to rip, the latter to find the correct title -
all just to watch a stupid movie.  I'm considering releasing it on
sourceforge - but it's an awful effort to get all the source patched and
built, which has to be done or the script doesn't do much. So I'd have
to do a build system, which takes time and is painful. Though I guess if
I released i386 and amd64 debs, it would get the majority of the crowd.

I never would have gone down this path if those idiots hadn't pissed me
off several times when I had to spend a couple hours trying to just play
a movie I legally rented, so now I fix every glitch I discover, and make
sure someone gets the patch for the world at large.  It's astounding at
how devious and fruitless their efforts are - and I will continue to
fight with my vote and my code, but truly, I've got to have a mis-
behaving movie, and I haven't come across one since this last fix, so
not sure what being on the mailing list would do us - besides filling my
inbox.  I don't have time right now to go rent troublesome movies, so I
think this mode will work for now.  Besides, I've seen patches on
mplayerhq that sat there for months, with various people wondering why
they bothered.  I know this is a pain for you, since you have to
maintain the package, and it would be easier to submit to *hq, but maybe
we're good for a bit - until the next desperate, brain dead attempt
surfaces.

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

Title:
  libdvdread core dumps with invalid next size

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

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


[Bug 894170] Re: libdvdread core dumps with invalid next size

2011-12-13 Thread rickyrockrat
Just wanted to note that this segfault happens with this patch in place:

https://bugs.launchpad.net/ubuntu/+source/libdvdread/+bug/852345

And without it (i.e. in Lucid), I don't get the segfault - but of course
Thor doesn't play there.

I think it's like peeling an onion. As the top bugs are exposed and
fixed, more are revealed.  There are more issues in libdvdread that
valgrind complained about, but I didn't have time to investigate all of
them.  I hope to eventually...

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

Title:
  libdvdread core dumps with invalid next size

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

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


[Bug 894170] [NEW] libdvdread core dumps with invalid next size

2011-11-23 Thread rickyrockrat
Public bug reported:

On 
Description:Ubuntu 11.04
Release:11.04

When reading dvd 'The Express' via dvdbackup -I, I get a core dump:
*** glibc detected *** dvdbackup: free(): invalid next size (normal): 
0x02ccef70 ***

Using Valgrind, I was able to track down the culprit, in the file
ifo_read.c, function ifoRead_TT_SRPT, where a structure array is
allocated, but another variable, extracted from the DVD info determines
the lenght of the array, resulting in read/writes beyond the array. I
truncate the read, but perhaps a better solution would be to expand the
malloc to include the data off the DVD. I believe that, however could
lead to out of memory errors if the DVD data was bad/invalid.

With the applied patch, dvdbackup no longer segfaults.

** Affects: libdvdread (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/894170

Title:
  libdvdread core dumps with invalid next size

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

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


[Bug 894170] Re: libdvdread core dumps with invalid next size

2011-11-23 Thread rickyrockrat
** Patch added: Fix out of array pointer access.
   
https://bugs.launchpad.net/bugs/894170/+attachment/2606470/+files/libdvdread-4.1.3.ifoRead_TT_SRPT.pointerfix.patch

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

Title:
  libdvdread core dumps with invalid next size

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

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


Re: [Bug 852345] Re: Libdvdread misses hidden files and causes segfaults to calling programs

2011-10-11 Thread rickyrockrat
Martin,
I don't think I have a movie to test with (it was a rental), but I'll 
post to the forum page and see if anyone else can test it.

Thanks!
Doug Springer


On 10/11/2011 01:38 AM, Martin Pitt wrote:
 Hello rickyrockrat, or anyone else affected,

 Accepted libdvdread into natty-proposed, the package will build now and
 be available in a few hours. Please test and give feedback here. See
 https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
 enable and use -proposed. Thank you in advance!

 ** Tags added: verification-needed


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

Title:
  Libdvdread misses hidden files and causes segfaults to calling
  programs

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

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


[Bug 852345] Re: Libdvdread misses hidden files and causes segfaults to calling programs

2011-09-18 Thread rickyrockrat
No it wasn't. There hasn't been any activity on this library for two
years.  I'll report it.

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

Title:
  Libdvdread misses hidden files and causes segfaults to calling
  programs

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

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


[Bug 852345] [NEW] Libdvdread misses hidden files and causes segfaults to calling programs

2011-09-16 Thread rickyrockrat
Public bug reported:

Package: libdvdread4
Version: 4.1.x and others

No error message, but symptoms are usually segfault when reading, for example 
the Movie DVD Thor.
This results from a new anti-copy scheme where the real video_ts.ifo is hidden. 
Use of the decoy video_ts.ifo results in a unplayable DVD.

Discussion is here:
http://ubuntuforums.org/showthread.php?p=11257764

Patch is here:

diff -ru libdvdread-4.1.3/src/dvd_udf.c libdvdread-4.1.3.fixed/src/dvd_udf.c
--- libdvdread-4.1.3/src/dvd_udf.c2008-09-06 15:55:51.0 -0600
+++ libdvdread-4.1.3.fixed/src/dvd_udf.c2011-09-16 14:07:04.0 -0600
@@ -331,21 +331,26 @@
 /* This is wrong with regard to endianess */
 #define GETN(p, n, target) memcpy(target,data[p], n)

-static int Unicodedecode( uint8_t *data, int len, char *target )
+static int Unicodedecode(uint8_t *data, int len, char *target)
 {
-int p = 1, i = 0;
+len--;
+data++;
+if (data[-1] == 8 )
+memcpy(target, data, len);
+else if (data[-1] == 16) {
+int i;

-if( ( data[ 0 ] == 8 ) || ( data[ 0 ] == 16 ) ) do {
-if( data[ 0 ] == 16 ) p++;  /* Ignore MSB of unicode16 */
-if( p  len ) {
-target[ i++ ] = data[ p++ ];
+for (i = 0; i  len; i++) {
+if (data[i*2] == 0)
+target[i] = data[i*2+1];
+else
+target[i] = 0;
 }
-} while( p  len );
+}
+target[len] = '\0';

-target[ i ] = '\0';
 return 0;
 }
-
 static int UDFDescriptor( uint8_t *data, uint16_t *TagID )
 {
 *TagID = GETN2(0);

** Affects: libdvdread (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/852345

Title:
  Libdvdread misses hidden files and causes segfaults to calling
  programs

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

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


[Bug 673730] [NEW] fusesmb.cache crashes with double-free or corruption

2010-11-10 Thread rickyrockrat
Public bug reported:

Binary package hint: fusesmb

fusesmb does not work on Lucid 10.04 (mounts, but no data, and fusesmb.cache 
not running)
The fusesmb.cache.pid file gets created but that is all.
libc, libsmbclient, and fusesmb are current as of Wed Nov 10 13:48:21 MST 2010

Linux cosmo 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010 
x86_64 GNU/Linux
lsb_release -rd
Description:Ubuntu 10.04.1 LTS
Release:10.04
apt-cache policy fusesmb
fusesmb:
  Installed: 0.8.7-1.1
  Candidate: 0.8.7-1.1
  Version table:
 *** 0.8.7-1.1 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status

apt-cache policy libsmbclient
libsmbclient:
  Installed: 2:3.4.7~dfsg-1ubuntu3.2
  Candidate: 2:3.4.7~dfsg-1ubuntu3.2
  Version table:
 *** 2:3.4.7~dfsg-1ubuntu3.2 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
100 /var/lib/dpkg/status
 2:3.4.7~dfsg-1ubuntu3 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages


This looks like the same bug in Gentoo:
http://forums.gentoo.org/viewtopic-t-837725-start-0.html

fusesmb.cache -debug
*** glibc detected *** fusesmb.cache: double free or corruption (fasttop): 
0x0107d700 ***
=== Backtrace: =
/lib/libc.so.6(+0x775b6)[0x7f61a053e5b6]
/lib/libc.so.6(cfree+0x73)[0x7f61a0544e83]
/usr/lib/libsmbclient.so.0(+0x843b5)[0x7f61a08ce3b5]
/usr/lib/libsmbclient.so.0(smbc_set_credentials_with_fallback+0x104)[0x7f61a087bb44]
/usr/lib/libsmbclient.so.0(+0x38e21)[0x7f61a0882e21]
/usr/lib/libsmbclient.so.0(+0x358c3)[0x7f61a087f8c3]
fusesmb.cache[0x402196]
/lib/libpthread.so.0(+0x69ca)[0x7f61a0f259ca]
/lib/libc.so.6(clone+0x6d)[0x7f61a05ad70d]
=== Memory map: 
0040-00406000 r-xp  08:03 3974994
/usr/bin/fusesmb.cache
00605000-00606000 r--p 5000 08:03 3974994
/usr/bin/fusesmb.cache
00606000-00607000 rw-p 6000 08:03 3974994
/usr/bin/fusesmb.cache
00607000-00608000 rw-p  00:00 0 
0107c000-011d2000 rw-p  00:00 0  [heap]
7f619400-7f6194021000 rw-p  00:00 0 
7f6194021000-7f619800 ---p  00:00 0 
7f619b75f000-7f619b775000 r-xp  08:03 5423349
/lib/libgcc_s.so.1
7f619b775000-7f619b974000 ---p 00016000 08:03 5423349
/lib/libgcc_s.so.1
7f619b974000-7f619b975000 r--p 00015000 08:03 5423349
/lib/libgcc_s.so.1
7f619b975000-7f619b976000 rw-p 00016000 08:03 5423349
/lib/libgcc_s.so.1
7f619b976000-7f619b977000 ---p  00:00 0 
7f619b977000-7f619c177000 rw-p  00:00 0 
7f619c177000-7f619c178000 ---p  00:00 0 
7f619c178000-7f619c978000 rw-p  00:00 0 
7f619c978000-7f619c979000 ---p  00:00 0 
7f619c979000-7f619d179000 rw-p  00:00 0 
7f619d179000-7f619d17b000 r-xp  08:03 4350299
/usr/lib/gconv/IBM850.so
7f619d17b000-7f619d37a000 ---p 2000 08:03 4350299
/usr/lib/gconv/IBM850.so
7f619d37a000-7f619d37b000 r--p 1000 08:03 4350299
/usr/lib/gconv/IBM850.so
7f619d37b000-7f619d37c000 rw-p 2000 08:03 4350299
/usr/lib/gconv/IBM850.so
7f619d37c000-7f619d37f000 r-xp  08:03 4350287
/usr/lib/gconv/UTF-16.so
7f619d37f000-7f619d57e000 ---p 3000 08:03 4350287
/usr/lib/gconv/UTF-16.so
7f619d57e000-7f619d57f000 r--p 2000 08:03 4350287
/usr/lib/gconv/UTF-16.so
7f619d57f000-7f619d58 rw-p 3000 08:03 4350287
/usr/lib/gconv/UTF-16.so
7f619d58-7f619d583000 r-xp  08:03 5423355
/lib/libgpg-error.so.0.4.0
7f619d583000-7f619d782000 ---p 3000 08:03 5423355
/lib/libgpg-error.so.0.4.0
7f619d782000-7f619d783000 r--p 2000 08:03 5423355
/lib/libgpg-error.so.0.4.0
7f619d783000-7f619d784000 rw-p 3000 08:03 5423355
/lib/libgpg-error.so.0.4.0
7f619d784000-7f619d7f9000 r-xp  08:03 5423351
/lib/libgcrypt.so.11.5.2
7f619d7f9000-7f619d9f8000 ---p 00075000 08:03 5423351
/lib/libgcrypt.so.11.5.2
7f619d9f8000-7f619d9f9000 r--p 00074000 08:03 5423351
/lib/libgcrypt.so.11.5.2
7f619d9f9000-7f619d9fc000 rw-p 00075000 08:03 5423351
/lib/libgcrypt.so.11.5.2
7f619d9fc000-7f619da0c000 r-xp  08:03 8800827
/usr/lib/libtasn1.so.3.1.7
7f619da0c000-7f619dc0b000 ---p 0001 08:03 8800827
/usr/lib/libtasn1.so.3.1.7
7f619dc0b000-7f619dc0c000 r--p f000 08:03 8800827
/usr/lib/libtasn1.so.3.1.7
7f619dc0c000-7f619dc0d000 rw-p 0001 08:03 8800827

[Bug 290391] Re: Parcellite causes system to freeze

2010-10-03 Thread rickyrockrat
This bug still exists in Lucid (10.04).
90-100% cpu usage. Here's a strace:
read(3, \1\0004\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0, 
4096) = 32
read(3, 0x722cc4, 4096) = -1 EAGAIN (Resource temporarily 
unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{\30\0\6\0\37\0\340\1\2\1\0\0\37\0\0\0!\2\0\0007\352\312\210, 24}, 
{NULL, 0}, {, 0}], 3) = 24
read(3, 0x722cc4, 4096) = -1 EAGAIN (Resource temporarily 
unavailable)
poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}], 3, 
0) = 1 ([{fd=3, revents=POLLIN}])
read(3, 
\37\0005\0037\352\312\210\37\0\340\1\2\1\0\0\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0,
 4096) = 32
read(3, 0x722cc4, 4096) = -1 EAGAIN (Resource temporarily 
unavailable)
mmap(NULL, 2101248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f35986ce000


When I click on the icon, the mmap hits, and that is when cpu goes to 
100%.Linux cosmo 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:21:58 UTC 2010 
x86_64 GNU/Linux
Package: parcellite
Priority: optional
Section: misc
Installed-Size: 380
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: amd64
Version: 0.9.2-1
Depends: libatk1.0-0 (= 1.29.3), libc6 (= 2.2.5), libcairo2 (= 1.2.4), 
libfontconfig1 (= 2.8.0), libfreetype6 (= 2.2.1), libglib2.0-0 (= 2.16.0), 
libgtk2.0-0 (= 2.18.0), libpango1.0-0 (= 1.14.0), libx11-6
Size: 49946
Description: lightweight GTK+ clipboard manager
 Parcellite is a stripped down, basic-features-only clipboard manager
 with a small memory footprint for those who like simplicity.
 .
 Features:
 .
  * Keeps a clipboard history.
  * Various view options to display items the way you like it.
  * Daemon mode; guard your clipboard contents when you close applications.
  * Perform custom commands using clipboard contents.
Original-Maintainer: Andrew Starr-Bochicchio a.star...@gmail.com
Homepage: http://parcellite.sourceforge.net/

-- 
Parcellite causes system to freeze
https://bugs.launchpad.net/bugs/290391
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 585765] Re: Ubuntu 10.04 random freezes

2010-09-11 Thread rickyrockrat
My issue is not a kernel freeze, it is clearly Xorg. I can confirm a full 
lockup with mouse movement, but no Xorg response. Machine is very responsive 
over ssh. I have killed the last application I used (firefox). - Xorg still at 
100%. One CPU is 100% (2.5G) the other 1.5G.
My desktop is Xfce4.

Here are the gory details:

Linux cosmo 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:21:58 UTC 2010 
x86_64 GNU/Linux
00:00.0 Host bridge: Intel Corporation 82G35 Express DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation 82G35 Express Integrated 
Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation 82G35 Express Integrated Graphics 
Controller (rev 03)
00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit Network 
Connection (rev 02)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 
(rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 
(rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 
(rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface 
Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801HB (ICH8) 4 port SATA AHCI 
Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
03:00.0 IDE interface: JMicron Technology Corp. JMB368 IDE controller
04:05.0 FireWire (IEEE 1394): Agere Systems FW322/323 (rev 70)

top - 16:27:04 up 4 days, 16:01, 15 users,  load average: 1.10, 1.07, 0.95
Tasks: 221 total,   2 running, 217 sleeping,   0 stopped,   2 zombie
Cpu(s):  0.5%us, 50.5%sy,  0.0%ni, 49.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   8185024k total,  7343296k used,   841728k free,   985328k buffers
Swap:  7815612k total,  932k used,  7814680k free,  4028856k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND

 
30044 root  20   0  338m 106m  43m R  100  1.3 152:33.47 Xorg   

 
 1310 doug  20   0  672m 207m  32m S2  2.6  63:57.46 midori 

 
1 root  20   0 23840 2008 1268 S0  0.0   0:00.69 init   

 
2 root  20   0 000 S0  0.0   0:00.01 kthreadd   

 
3 root  RT   0 000 S0  0.0   0:00.78 migration/0

X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-27-server x86_64 Ubuntu
Current Operating System: Linux cosmo 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 
20 14:21:58 UTC 2010 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-24-generic 
root=UUID=e201f17f-77cc-45b9-9665-8719827b9805 ro quiet splash
Build Date: 21 July 2010  01:03:39PM
xorg-server 2:1.7.6-2ubuntu7.3 (For technical support please see 
http://www.ubuntu.com/support) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.

This is BS.

-- 
Ubuntu 10.04 random freezes
https://bugs.launchpad.net/bugs/585765
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 585765] Re: Ubuntu 10.04 random freezes

2010-09-11 Thread rickyrockrat
Here is a strace on the Xorg PID that's running 100%
Process 30044 attached - interrupt to quit
--- SIGALRM (Alarm clock) @ 0 (0) ---
rt_sigreturn(0xe)   = 50800
--- SIGALRM (Alarm clock) @ 0 (0) ---
rt_sigreturn(0xe)   = 50800
--- SIGALRM (Alarm clock) @ 0 (0) ---
rt_sigreturn(0xe)   = 50800

This is repeating indefinitely.

-- 
Ubuntu 10.04 random freezes
https://bugs.launchpad.net/bugs/585765
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 510500] [NEW] xvmount segfaults on launch

2010-01-20 Thread rickyrockrat
Public bug reported:

Binary package hint: xvmount

I am running a x86_64 Kubuntu install on Hardy. 
Description:Ubuntu 8.04
Release:8.04


Just installed xvmount (2010-01-20), and when attempting to launch via the 
command line, it provides the following error:
xvmount -h
System warning: No such file or directory, call to alloc function returned NULL 
pointer
Segmentation fault

Here is the output of my free command:
free
 total   used   free sharedbuffers cached
Mem:   81747607815180 359580  0 3838362477848
-/+ buffers/cache:49534963221264
Swap:  7815612   13327814280
Uname -a output
Linux cosmo 2.6.27-rc7 #7 SMP Wed Sep 24 18:52:59 MDT 2008 x86_64 GNU/Linux

The configuration file is there in /etc and seems to contain valid
entries.

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

-- 
xvmount segfaults on launch
https://bugs.launchpad.net/bugs/510500
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 218921] Re: HP PSC 750 Printer Regression: unable to connect hpssd socket 2207: Connection refused.

2009-01-13 Thread rickyrockrat
I had to add these to the /etc/apparmor.d/usr.sbin.cupsd file:
#Samba access
  /var/lib/samba/passdb.tdb krw,
  /var/lib/samba/secrets.tdb krw,
  /usr/share/samba/panic-action kUx,
  /var/lib/samba/account_policy.tdb rw,

And that fixed the permissions issues I was having in the logs, however I still 
get this sequence in the logs.
Jan 13 23:20:11 maddspc PSC_1400_series?serial=CN599210M404GM: io/hpmud/musb.c 
1058: unable to open hp:/usb/PSC_1400_series?serial=CN599210M404GM
Jan 13 23:20:11 maddspc PSC_1400_series?serial=CN599210M404GM: 
prnt/backend/hp.c 496: unable to connect hpssd socket 2207: Connection refused
Jan 13 23:20:11 maddspc PSC_1400_series?serial=CN599210M404GM: 
prnt/backend/hp.c 636: INFO: open device failed; will retry in 30 seconds...

This bug has been around since 2/2007. It is now 2009, and rather
embarrassing for the Ubuntu community that it still exists. Does anybody
know how to fix it besides upgrade?  Intrepid gives me random boots and
hard locks related to X, so I don't want to go there.

-- 
HP PSC 750 Printer Regression: unable to connect hpssd socket 2207: Connection 
refused.
https://bugs.launchpad.net/bugs/218921
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 48932] Re: i915_wait_irq error: system hangs while running heavy graphics applications

2008-10-29 Thread rickyrockrat
I can confirm this bug on both the intel 82G35 running the latest Hardy
(8.04.01) and running kernel 2.6.27-rc7 and GM965 running Gutsy and
kernel (2.3.22,14-generic).

This happens consistently with Blender and OpenGL, and yes, this is the
same bug as 248505 on Hardy

-- 
i915_wait_irq error: system hangs while running heavy graphics applications
https://bugs.launchpad.net/bugs/48932
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 248505] Re: system freeze: drm:i915_wait_irq

2008-10-29 Thread rickyrockrat
It looks like the new intrepid Xorg + glxlib fixed the issue.
On hardy (8.04.01), add to etc/apt/sources.list:
deb http://us.archive.ubuntu.com/ubuntu/ intrepid universe
deb http://us.archive.ubuntu.com/ubuntu/ intrepid main

Then do:
sudo apt-get update

Then do:
sudo apt-get install libgl1-mesa-glx xserver-xorg

Then restart X
Then comment out the two intrepid lines and then do:
apt-get update

Cheers.

-- 
system freeze: drm:i915_wait_irq
https://bugs.launchpad.net/bugs/248505
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 178451] Re: [Intel GM965/GL960] OpenGL applications crash whole system

2008-10-29 Thread rickyrockrat
*** This bug is a duplicate of bug 120834 ***
https://bugs.launchpad.net/bugs/120834

Please see bug 24505 - there are full instructions for fixing this using
intrepid repos.

An update of libgl1 only will cause other errors. You will get these errors:
glxChooseVisual failed
or an RGB error running glxgears.

-- 
[Intel GM965/GL960] OpenGL applications crash whole system
https://bugs.launchpad.net/bugs/178451
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 48932] Re: i915_wait_irq error: system hangs while running heavy graphics applications

2008-10-29 Thread rickyrockrat
Please see 248505 for fix for this bug for Hardy.

-- 
i915_wait_irq error: system hangs while running heavy graphics applications
https://bugs.launchpad.net/bugs/48932
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


Re: [Bug 137201] Re: smbc crashes on feisty x86_64 with segfault

2008-10-28 Thread rickyrockrat
I have no idea. It has been so long (was I the  bug reporter?) I can't even 
remember what the issue was. I would just close it.
Thanks.


--- On Sun, 10/19/08, Daniel T Chen [EMAIL PROTECTED] wrote:

 From: Daniel T Chen [EMAIL PROTECTED]
 Subject: [Bug 137201] Re: smbc crashes on feisty x86_64 with segfault
 To: [EMAIL PROTECTED]
 Date: Sunday, October 19, 2008, 2:28 PM
 Is this symptom still reproducible in 8.10 beta or later?
 
 ** Changed in: smbc (Ubuntu)
Status: New = Incomplete
 
 -- 
 smbc crashes on feisty x86_64 with segfault
 https://bugs.launchpad.net/bugs/137201
 You received this bug notification because you are a direct
 subscriber
 of the bug.

-- 
smbc crashes on feisty x86_64 with segfault
https://bugs.launchpad.net/bugs/137201
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 248505] Re: system freeze: drm:i915_wait_irq

2008-10-27 Thread rickyrockrat
I can confirm this still is happening with hardy using blender.  
I have to remote log in and kill all X-related processes before my console 
screens will display.

I am unable to recover even when I kill all X-related processes, remove drm  
i915  restart kdm. 
Restarting KDM results in X running at 100% cpu usage.

Linux cosmo 2.6.27-rc7 #7 SMP Wed Sep 24 18:52:59 MDT 2008 x86_64
GNU/Linux

apt-cache showpkg xserver-xorg-video-i810
Package: xserver-xorg-video-i810
Versions:
2:1.7.4-0ubuntu7 
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_hardy_main_binary-amd64_Packages)
 (/var/lib/dpkg/status)
 Description Language: File:  
ar/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_hardy_main_binary-amd64_Packages
  MD5: bbbe823a22691cff70c9323f8fa03bf3

-- 
system freeze: drm:i915_wait_irq
https://bugs.launchpad.net/bugs/248505
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 232261] [NEW] HARDY thunderbird x86_64, version 2.0.0.14 (20080505) Freezes

2008-05-20 Thread rickyrockrat
Public bug reported:

Binary package hint: thunderbird

Periodically, all thunderbird windows freeze.  The CPU does not spike
and memory does not seem to be used.

Interestingly enough, Firefox 3 used to do that too, until I uninstalled
and installed firefox 2.

 2.6.24-16-generic #1 SMP Thu Apr 10 12:47:45 UTC 2008 x86_64 GNU/Linux
Description:Ubuntu 8.04
Release:8.04
thunderbird:
  Installed: 2.0.0.14+nobinonly-0ubuntu0.8.04.1
  Candidate: 2.0.0.14+nobinonly-0ubuntu0.8.04.1
  Version table:
 *** 2.0.0.14+nobinonly-0ubuntu0.8.04.1 0
500 http://us.archive.ubuntu.com hardy-updates/main Packages
500 http://security.ubuntu.com hardy-security/main Packages
100 /var/lib/dpkg/status
 2.0.0.12+nobinonly-0ubuntu1 0
500 http://us.archive.ubuntu.com hardy/main Packages
Help-About=version 2.0.0.14 (20080505)

Attempts to debug while thunderbird is not responding:

 ps aux|grep thunder
doug 14701  0.0  0.0   3940   592 ?SMay19   0:00 /bin/sh 
/usr/bin/thunderbird
doug 14713  0.0  0.0   3940   612 ?SMay19   0:00 /bin/sh 
/usr/lib/thunderbird/run-mozilla.sh /usr/lib/thunderbird/thunderbird-bin
doug 14717  0.2  1.3 689496 112932 ?   Sl   May19   2:08 
/usr/lib/thunderbird/thunderbird-bin
doug 16288  0.0  0.0   5160   848 pts/5R+   10:14   0:00 grep thunder

[EMAIL PROTECTED]:/media/disk$ strace -p 14701
Process 14701 attached - interrupt to quit
wait4(4294967295,

[EMAIL PROTECTED]:/media/disk$ strace -p 14717
Process 14717 attached - interrupt to quit
connect(35, {sa_family=AF_INET, sin_port=htons(16001), 
sin_addr=inet_addr(127.0.0.1)}, 16 

Process 1417 is hung here for a long time:
Tue May 20 10:41:00 MDT 2008 (start strace)
Tue May 20 10:44:13 MDT 2008 (Ctrl-C  date ASAP)


 = -1 ETIMEDOUT (Connection timed out)
close(29)   = 0
stat(/usr/share/alsa/alsa.conf, {st_mode=S_IFREG|0644, st_size=8611, ...}) = 0
open(/dev/snd/controlC0, O_RDONLY)= 29
close(29)   = 0
stat(/usr/share/alsa/alsa.conf, {st_mode=S_IFREG|0644, st_size=8611, ...}) = 0
open(/dev/snd/controlC0, O_RDONLY)= 29
close(29)   = 0
open(/dev/snd/controlC0, O_RDWR)  = 29
ioctl(29, USBDEVFS_CONTROL, 0x7fff984b466c) = 0
ioctl(29, UI_DEV_CREATE, 0x7fff984b46d0) = 0
close(29)   = 0
open(/dev/snd/controlC0, O_RDONLY)= 29
close(29)   = 0
stat(/usr/share/alsa/alsa.conf, {st_mode=S_IFREG|0644, st_size=8611, ...}) = 0
open(/dev/snd/controlC0, O_RDONLY)= 29
close(29)   = 0
open(/dev/snd/controlC0, O_RDWR)  = 29
ioctl(29, USBDEVFS_CONTROL, 0x7fff984b3efc) = 0
ioctl(29, UI_DEV_CREATE, 0x7fff984b3f60) = 0
close(29)   = 0
open(/dev/snd/controlC0, O_RDONLY)= 29
close(29)   = 0
stat(/usr/share/alsa/alsa.conf, {st_mode=S_IFREG|0644, st_size=8611, ...}) = 0
open(/dev/snd/controlC0, O_RDONLY)= 29
close(29)   = 0
open(/dev/snd/controlC0, O_RDWR)  = 29
ioctl(29, USBDEVFS_CONTROL, 0x7fff984b3efc) = 0
ioctl(29, UI_DEV_CREATE, 0x7fff984b3f60) = 0
close(29)   = 0
open(/dev/snd/controlC0, O_RDONLY)= 29
close(29)   = 0
stat(/usr/share/alsa/alsa.conf, {st_mode=S_IFREG|0644, st_size=8611, ...}) = 0

At this point, Thunderbird is running again. It appears related to
receiving mail. What is supposed to be running at port 16001 on the
local machine?

This is incredibly irritating when trying to get any work done.

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

-- 
HARDY thunderbird x86_64, version 2.0.0.14 (20080505) Freezes
https://bugs.launchpad.net/bugs/232261
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 232261] Re: HARDY thunderbird x86_64, version 2.0.0.14 (20080505) Freezes

2008-05-20 Thread rickyrockrat
I can confirm this is related to sound, however I just installed and
started esd like so:

sudo esd -d  hw:0 -tcp -port 16001 -bind 127.0.0.1
[1] 16782
[EMAIL PROTECTED]:/media/disk$ - using device hw:0
- accepting connections on port 16001
- accepting connections on port 16001

strace still shows it waiting on 16001.

And when I select Edit-preferences-General, play a sound, then click
'Play', I get the freeze.

Disabling sound fixes the freeze.

Can someone please tell me why Thunderbird sound is broken out of the
box? This is a fresh install of hardy.

-- 
HARDY thunderbird x86_64, version 2.0.0.14 (20080505) Freezes
https://bugs.launchpad.net/bugs/232261
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 191046] Re: Audo has Crackle, hiss after kernel upgrade

2008-02-11 Thread rickyrockrat
Hardware is Nforce2: Applicable drivers:
snd_hda_intel
 nVidia Corporation MCP51 High Definition Audio (rev a2)

Previous kernel was 2.6.20-16-generic

-- 
Audo has Crackle, hiss after kernel upgrade
https://bugs.launchpad.net/bugs/191046
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 191046] [NEW] Audo has Crackle, hiss after kernel upgrade

2008-02-11 Thread rickyrockrat
Public bug reported:

Using Feisty Distro, attempt to upgrade only kernel to Hardy: 2.6.24-7.
Gets segfault when in initramfs (have reported that bug as well), so
build the 2.6.24-7 source by hand, changing the drivers necessary for my
Motherboard *Sata, ext3, scsi) to be built-in.

Kernel boots and appears to work fine except the audio is now hissing
(acts like an amplifier is turned all the way up), then with some media
(for example, the intro screen to Chromium) I get the crackle of an
overdriven amplifier, like it is being clipped.

I tried installing Pulse Audio, but that had no effect, Have adjusted
all controls in Kmix and muted everything possible, toggled switches,
with no effect.

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

-- 
Audo has Crackle, hiss after kernel upgrade
https://bugs.launchpad.net/bugs/191046
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 138325] Re: Unable to mount root fs after upgrade to 2.6.22-11.32

2008-02-08 Thread rickyrockrat
This happens on Gutsy, x86_64 intel and on fiesty, x86_64 intel.

I followed instructions to temporarily add the hardy archive to get the
new kernel via apt-get. On both machines, the package gave me the WRONG
uuid, on all my installed kernels in the menu.lst file.

I had to boot to a finnix CD, and have it generate the correct uuids
then replaced what APT or is it the package fault? did to me.

-- 
Unable to mount root fs after upgrade to 2.6.22-11.32
https://bugs.launchpad.net/bugs/138325
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 190281] [NEW] Segfault in initrd with 2.6.24-7 on intel x86_64

2008-02-08 Thread rickyrockrat
Public bug reported:

HW: Intel(R) Core(TM)2 CPU  6420  @ 2.13GHz
on a NFORCE motherboard.

I am running feisty, but having (at least) weekly locks with nvidia's
binary vid drivers. In attempt to fix this problem, I attempted to
install the 2.6.24 kernel (which, BTW apt-get always puts the wrong UUID
in my menu.list file for grub - but that's another issue)

I temporarily added the Hardy repo + apt-get update, then installed
(today at 2007/08/08)

linux-image-2.6.24-7-generic 
linux-ubuntu-modules-2.6.24-7-generic
linux-backports-modules-2.6.24-7-generic
linux-headers-2.6.24-7-generic

Then rebooted.
The 2.6.24-7 kernel booted, then I get several screens of 'Segmentation Fault' 
and I am left at the initramfs prompt.  I could not find any logs or anything 
else to find out what/who was seg faulting.

I did have a very limited command prompt, but no vi, no bash, etc.  I
don't know if this kernel is using a ramfs, but if it is, that is where
I was stuck.

Please let me know how to get you more meaningful information.

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

-- 
Segfault in initrd with 2.6.24-7 on intel x86_64
https://bugs.launchpad.net/bugs/190281
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 190281] Re: Segfault in initrd with 2.6.24-7 on intel x86_64

2008-02-08 Thread rickyrockrat
Won't the LiveCD have a different ramfs?  If so, I fully expect the
LiveCD to work.  I just manually compiled the 2.6.24-7 kernel, and
built-in the drivers for my motherboard, NV-SATA, SCSI, and EXT2/3
support, Set the CPU to Duo-Core, and installed it.

Since the drivers are built in, I do not need the initrd, so that line
is left off in the menu.lst. This kernel booted just fine, and I am
running it as I type.

Is the LIveCD still necessary to continue debugging?

Here is my config

** Attachment added: .config
   http://launchpadlibrarian.net/11842540/.config

-- 
Segfault in initrd with 2.6.24-7 on intel x86_64
https://bugs.launchpad.net/bugs/190281
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 181409] LiveCD contains broken gcc 7.10

2008-01-08 Thread rickyrockrat
Public bug reported:

Binary package hint: gcc

Boot live CD.  Use gcc to make anything. Error is:
/usr/bin/ld:crt1.o: No such file: No such file or directory

ls of /usr/lib/gcc/i486-linux-gnu/4.1.3 shows no crt1.o
find / -name crt1.o -print finds nothing

** Affects: gcc-defaults (Ubuntu)
 Importance: Undecided
 Status: New

-- 
LiveCD contains broken gcc 7.10
https://bugs.launchpad.net/bugs/181409
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 108512] Re: sync on feisty with Palm m130, 'visor' kernel module not loaded

2007-09-04 Thread rickyrockrat
My guess is that something changed in the udev directory.  I suspect a keyword 
is missing/vid/pid in one of these files:
/etc/udev/rules.d/  60-libpisock.rules or 60-symlinks.rules

-- 
sync on feisty with Palm m130, 'visor' kernel module not loaded
https://bugs.launchpad.net/bugs/108512
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 137201] smbc crashes on feisty x86_64 with segfault

2007-09-03 Thread rickyrockrat
Public bug reported:

Binary package hint: smbc

Running duo-core 2.6.20-15-generic SMP x86_64

Gives seg fault with no diagnostics printed. Installed sept 3 2007.

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

-- 
smbc crashes on feisty x86_64 with segfault
https://bugs.launchpad.net/bugs/137201
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