[Bug 1680364] Re: package update-notifier-common 3.168.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-03-15 Thread fuhrysteve
Slightly different way of going about the same thing as comment #2:

sudo -H python3.5 -m pip install -U six

I needed to call python3.5 explicitly since I have a newer version of
python (3.6) installed, however update-notifier seems to be using the
system-level install of python3.5.

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

Title:
  package update-notifier-common 3.168.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/update-notifier/+bug/1680364/+subscriptions

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

[Bug 565627] Re: tracking feature disabled

2010-04-17 Thread fuhrysteve
In case it wasn't clear in the description -- the table for tracking
does NOT exist in the latest build on Lucid.

-- 
tracking feature disabled
https://bugs.launchpad.net/bugs/565627
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 565627] [NEW] tracking feature disabled

2010-04-17 Thread fuhrysteve
Public bug reported:

Binary package hint: phpmyadmin

Tracking: Disabled

This is a new feature (from a GSOC project i think), but table tracking
is disabled in the latest Lucid build.

Looks like all this needs is 
$cfg['Servers'][$i]['history'] = 'pma_tracking';

in /etc/phpmyadmin/config.inc.php

and the fix should probably ensure that phpmyadmin.pma_tracking exists
in mysql.

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

-- 
tracking feature disabled
https://bugs.launchpad.net/bugs/565627
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 430937] Re: Too low volume in fully updated karmic installation

2009-10-13 Thread fuhrysteve
Might want to try System => Preferences => Sound => Hardware => Profile
=> Analog Surround 4.0 Output (or something else). I only have 2x
speakers, but for some reason the settings that seem to be designed for
that give me little to no sound.

-- 
Too low volume in fully updated karmic installation
https://bugs.launchpad.net/bugs/430937
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 428404] [NEW] [needs-packaging] libmysqludf-*

2009-09-12 Thread fuhrysteve
Public bug reported:

The UDF repository for MySQL is a community project that aims to offer
an organized collection of open source MySQL user defined functions.

MySQL UDFs offer a powerful way to extend the functionality of your
MySQL database.

There are numerous MySQL UDFs available in the public domain. However,
most UDFs appear standalone. Often, documentation and installation
instructions are either scarce or missing. Also, there is little
consistency with regard to naming conventions, error handling and error
reporting. The MySQL UDF Repository tries to improve that situation.


URL: http://www.mysqludf.org/
License: GNU General Public License
Notes: Contains several libraries, that should most likely be packaged 
individually:
lib_mysqludf_json
lib_mysqludf_log
lib_mysqludf_preg
lib_mysqludf_stat
lib_mysqludf_stem
lib_mysqludf_str
lib_mysqludf_sys
lib_mysqludf_ta
lib_mysqludf_udf
lib_mysqludf_xql

Can be downloaded from: http://www.mysqludf.org/libraries.php

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

** Summary changed:

- [needs-packaging] mysql-udf
+ [needs-packaging] lib_mysqludf_*

** Summary changed:

- [needs-packaging] lib_mysqludf_*
+ [needs-packaging] libmysqludf-*

-- 
[needs-packaging] libmysqludf-*
https://bugs.launchpad.net/bugs/428404
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 382267] Re: memory leak

2009-07-11 Thread fuhrysteve
I have 3gb of ram, and this app frequently uses close to 50% of that.
Fantastic program aside from the memory leak.. I just restart it every
now and then.

I would love to see this bug fixed, but i doubt there's much the package
managers can do about it -- as hackel said, Perl's probably not the
greatest choice for a resource-conscious graphical app..

-- 
memory leak
https://bugs.launchpad.net/bugs/382267
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 353881] Re: firefox-3.5 crashed with SIGSEGV in XRE_ParseAppData()

2009-05-05 Thread fuhrysteve
nice!

sudo apt-get purge xulrunner libxul-dev

seems to fix everything for me. thanks Manuel Bua and CafeNinja!

-- 
firefox-3.5 crashed with SIGSEGV in XRE_ParseAppData()
https://bugs.launchpad.net/bugs/353881
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 353881] Re: firefox-3.5 crashed with SIGSEGV in XRE_ParseAppData()

2009-04-16 Thread fuhrysteve
just told apt to purge firefox-3.5, and then manually deleted everything
even remotely related to 3.5 that showed up under

locate firefox | grep 3.5

still getting

~$ firefox-3.5 
Segmentation fault (core dumped)

Anyone have a clue as to why this might be happening, or can anyone make
sense of the gdb stuff i did?

-- 
firefox-3.5 crashed with SIGSEGV in XRE_ParseAppData()
https://bugs.launchpad.net/bugs/353881
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 353881] Re: firefox-3.5 crashed with SIGSEGV in XRE_ParseAppData()

2009-04-13 Thread fuhrysteve
** Visibility changed to: Public

-- 
firefox-3.5 crashed with SIGSEGV in XRE_ParseAppData()
https://bugs.launchpad.net/bugs/353881
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 120018] Re: vim can't open files under curlftpfs directory

2009-03-18 Thread fuhrysteve
vi is able to make a backup copy of whatever 755 file i try to edit in my 
curlftpfs mounted directory (i.e. original: somefile.php, backup: 
somefile.php~), but editing it gives me this error in vi:
"test.php" E507: Close error for backup file (add ! to override)

I mounted like this:
sudo curlftpfs -o allow_other ftp://user:p...@ftp.mysite.com 
/home/steve/mydirectory/

and I have tried many other variations of mounting the directory with
curlftpfs with no success. Apparently the IT guys were able to get it
working on whatever machines they were using:

"Actually they created a "test" FTP subuser for your account and had
no problems to edit the classes.php file over curlftpfs."

hope this was helpful

-- 
vim can't open files under curlftpfs directory
https://bugs.launchpad.net/bugs/120018
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 267472] Re: [UPDATE] 1.0.7

2009-02-16 Thread fuhrysteve
Feature freeze is in 3 days, and this has been around since Intrepid was
still in Alpha.. any way we can get this in now?

-- 
[UPDATE] 1.0.7
https://bugs.launchpad.net/bugs/267472
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 267472] Re: [UPDATE] 1.0.7

2008-09-20 Thread fuhrysteve
** Summary changed:

- [UPDATE] 1.0.6
+ [UPDATE] 1.0.7

-- 
[UPDATE] 1.0.7
https://bugs.launchpad.net/bugs/267472
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 267472] [NEW] [UPDATE] 1.0.6

2008-09-07 Thread fuhrysteve
Public bug reported:

Binary package hint: bitpim

http://www.bitpim.org/developer.html

It would be nice to have this in before Intrepid's BetaFreeze, but I am
not sure what the rules are on that.

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


** Tags: update

-- 
[UPDATE] 1.0.6
https://bugs.launchpad.net/bugs/267472
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 256972] Re: original Human theme is broken

2008-09-05 Thread fuhrysteve
Please note that this bug was also present in Gutsy and Hardy -- it has been an 
ongoing problem. See the comments in this bug for details:
https://bugs.launchpad.net/ubuntu/hardy/+source/compiz/+bug/99508

there was a fix released, the only change being on line 28 of
(/usr/share/themes/Human/metacity-1/metacity-theme-1.xml), but
apparently something's broken again.

-- 
original Human theme is broken
https://bugs.launchpad.net/bugs/256972
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 151226] Re: Synaptic recommends libsexymm2, which is useless (missing Perl bindings)

2008-08-23 Thread fuhrysteve
Checkgmail package should DEFINITELY depend on whatever packages it
needs to NOT store passwords as plain text. I'm not sure which packages
this requires, but:

sudo apt-get install checkgmail libcrypt-simple-perl libsexymm2

does it for me.

kthx

-- 
Synaptic recommends libsexymm2, which is useless (missing Perl bindings)
https://bugs.launchpad.net/bugs/151226
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 219570] Re: AttributeError - no attribute 'DefaultHandler'

2008-08-08 Thread fuhrysteve
@Albert Damen

Sorry for the delay... I can confirm that

sudo rm -rf /usr/lib/python2.5/site-packages/mnemosyne

allows mnemosyne to work -- however I did test it remotely via ssh (so
it simply told me "mnemosyne: cannot connect to X server" which is what
it should tell me if I'm not running it within GDM)

Thanks!

-- 
AttributeError - no attribute 'DefaultHandler'
https://bugs.launchpad.net/bugs/219570
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 206958] Re: mnemosyne crashed with AttributeError in ()

2008-04-03 Thread fuhrysteve
I just manually installed the python2.4 package (from the repositories)
for the hell of it. I get the same error in the console, but now the
"sorry mnemosyne closed unexpectedly" window doesn't show up.

Don't know if that helps any.

-- 
mnemosyne crashed with AttributeError in ()
https://bugs.launchpad.net/bugs/206958
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 206958] Re: mnemosyne crashed with AttributeError in ()

2008-04-03 Thread fuhrysteve
Here's the command line output of the error (running Hardy):

[EMAIL PROTECTED]:~$ mnemosyne 
Traceback (most recent call last):
  File "/usr/bin/mnemosyne", line 11, in 
from mnemosyne.pyqt_ui.main_dlg import *
  File "/usr/lib/python2.5/site-packages/mnemosyne/pyqt_ui/main_dlg.py", line 
9, in 
from main_frm import *
  File "/usr/lib/python2.5/site-packages/mnemosyne/pyqt_ui/main_frm.py", line 
1, in 
from qtextedit2 import *
  File "/usr/lib/python2.5/site-packages/mnemosyne/pyqt_ui/qtextedit2.py", line 
11, in 
from mnemosyne.core import *
  File "/usr/lib/python2.5/site-packages/mnemosyne/core/__init__.py", line 1, 
in 
from mnemosyne_core import *
  File "/usr/lib/python2.5/site-packages/mnemosyne/core/mnemosyne_core.py", 
line 1425, in 
class XML_Importer(saxutils.DefaultHandler):
AttributeError: 'module' object has no attribute 'DefaultHandler'

-- 
mnemosyne crashed with AttributeError in ()
https://bugs.launchpad.net/bugs/206958
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 206958] Re: mnemosyne crashed with AttributeError in ()

2008-04-03 Thread fuhrysteve
Are there any workarounds?

-- 
mnemosyne crashed with AttributeError in ()
https://bugs.launchpad.net/bugs/206958
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 180625] Re: Request Mnemosyne package upgrade to version 1.0

2008-03-23 Thread fuhrysteve
** Changed in: mnemosyne (Debian)
   Importance: Unknown => Undecided
 Bugwatch: Debian Bug tracker #459360 => None
   Status: Fix Released => New

-- 
Request Mnemosyne package upgrade to version 1.0
https://bugs.launchpad.net/bugs/180625
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 205735] [NEW] [UPDATE] to 1.0.1.1

2008-03-23 Thread fuhrysteve
Public bug reported:

Binary package hint: mnemosyne

Changelog: http://www.mnemosyne-proj.org/news.php
Source: 
http://sourceforge.net/project/showfiles.php?group_id=159201&package_id=179020&release_id=586160

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

** Affects: mnemosyne (Debian)
 Importance: Undecided
 Status: New


** Tags: update

** Tags added: update

** Also affects: mnemosyne (Debian)
   Importance: Undecided
   Status: New

** Changed in: mnemosyne (Debian)
   Importance: Undecided => Unknown
 Bugwatch: None => Debian Bug tracker #459360
   Status: New => Unknown

** Changed in: mnemosyne (Debian)
   Importance: Unknown => Undecided
 Bugwatch: Debian Bug tracker #459360 => None
   Status: Unknown => New

-- 
[UPDATE] to 1.0.1.1
https://bugs.launchpad.net/bugs/205735
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 198281] Re: (hardy) installing gnome-translate uninstalls nautilus

2008-03-10 Thread fuhrysteve
~$ sudo apt-get install gnome-translate

Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  gnome-translate: Depends: libeel2-2 (>= 2.15.2) but it is not going to be 
installed
E: Broken packages

-- 
(hardy) installing gnome-translate uninstalls nautilus
https://bugs.launchpad.net/bugs/198281
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 198001] [NEW] [upgrade] to 0.7.9 and 0.11.9

2008-03-03 Thread fuhrysteve
Public bug reported:

Binary package hint: rtorrent

Upgrade to new version:
 rtorrent-0.7.9.tar.gz
 libtorrent-0.11.9.tar.gz

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

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


** Tags: upgrade

** Tags added: upgrade

** Also affects: libtorrent (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- [upgrade] to 7.9
+ [upgrade] to 0.7.9 and 0.11.9

-- 
[upgrade] to 0.7.9 and 0.11.9 
https://bugs.launchpad.net/bugs/198001
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 197215] Re: [HARDY] language-support-writing-en broken

2008-03-02 Thread fuhrysteve
@unggnu
[EMAIL PROTECTED]:~$ sudo dpkg -r openoffice.org-hyphenation
[sudo] password for mom: 
dpkg: dependency problems prevent removal of openoffice.org-hyphenation:
 openoffice.org-core depends on openoffice.org-hyphenation.
dpkg: error processing openoffice.org-hyphenation (--remove):
 dependency problems - not removing
Errors were encountered while processing:
 openoffice.org-hyphenation

No fix.

-- 
[HARDY] language-support-writing-en broken
https://bugs.launchpad.net/bugs/197215
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 190462] [NEW] [hardy] Basket Can't setup DCOP communication

2008-02-09 Thread fuhrysteve
Public bug reported:

Binary package hint: basket

In Hardy, I installed the basket package in Gnome, and neither basket nor 
kontact (a dependency) will open.
I do not have kde installed.

[EMAIL PROTECTED]:~$ basket 
kdeinit: Aborting. bind() failed: : Not a directory
Could not bind to socket '/home/steve/.kde/socket-dickens/kdeinit__0'
basket: ERROR: KUniqueApplication: Can't setup DCOP communication.

[EMAIL PROTECTED]:~$ kontact 
kdeinit: Aborting. bind() failed: : Not a directory
Could not bind to socket '/home/steve/.kde/socket-dickens/kdeinit__0'
ERROR: KUniqueApplication: Can't setup DCOP communication.

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

-- 
[hardy] Basket Can't setup DCOP communication
https://bugs.launchpad.net/bugs/190462
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 108788] Re: [needs-packaging] Wyneken

2008-02-08 Thread fuhrysteve
I really hope someone packages this. The developer commented some time ago on 
this forum (note: 0.5 has since been released as a Development Version: 
http://www.99b.org/wyneken/?q=node/2 )
http://ubuntuforums.org/showthread.php?t=310371

"...In order to make a .deb, all it would need to do is check for the
dependencies, and then copy usr/ from the tarball to the /usr directory
of the system, so that usr/bin/wyneken now becomes /usr/bin/wyneken.
After that, all that would need to be run is:

wyn --auto-config

The installation is not terribly difficult, though I imagine my somewhat
complex scripts might make it seem otherwise.

I am not going to change this for 0.4, and it could be a little while
before 0.5 comes out..."

Also, here is some other info:
http://www.99b.org/wyneken/?q=node/2

-- 
[needs-packaging] Wyneken
https://bugs.launchpad.net/bugs/108788
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 178324] Re: Login screen appears twice in Xubuntu Hardy

2008-01-13 Thread fuhrysteve
The bug also affects me, everything up to date: Ubuntu 8.04.

-- 
Login screen appears twice in Xubuntu Hardy
https://bugs.launchpad.net/bugs/178324
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 180625] Request Mnemosyne package upgrade to version 1.0

2008-01-05 Thread fuhrysteve
Public bug reported:

Binary package hint: mnemosyne

Latest version contains numerous bug fixes and is feature complete.

Current version: 0.9.8.1: 2007-04-23
Proposed version: 1.0 : 2007-12-27

Changelog:
http://mnemosyne-proj.sourceforge.net/news.php

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

-- 
Request Mnemosyne package upgrade to version 1.0
https://bugs.launchpad.net/bugs/180625
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