Re: [Bug 1776030] Re: Backup fails with "an unknown error"

2019-07-11 Thread jervin
Are those files you need backed up?  Otherwise, you can put them in the 
"folders to be ignored" list.

On 7/11/19 4:19 PM, Filofel wrote:
> Michael (#7):
> 18.04.2 x64:
> I uninstalled deja-dup and duplicity then did what you suggested (snap 
> install etc.).
> It mostly solved the problem I had (#6).
> Thanks!
>
> Still, the backup ended with the following error message:
>
> Backup Finished
>
> Could not back up the following files. Please make sure you are able to
> open them.
>
> /home/philippe/.cache/deconf
> /home/philippe/.dbus
>
> Anything I could do to fix those?
>
-- 
John F. Ervin
jer...@cfl.rr.com
407-679-6514

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

Title:
  Backup fails with "an unknown error"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1776030/+subscriptions

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

[Bug 659912] Re: Firefox frequently goes into loop when exited

2018-11-23 Thread jervin
I no longer see that error.  Seems to have been resolved.

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

Title:
  Firefox frequently goes into loop when exited

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

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

[Bug 1712089] Re: Invalid MIT-MAGIC-COOKIE-1 keyUnable to init server: Could not connect: Connection refused

2017-10-24 Thread jervin
sudo gedit fstab
Invalid MIT-MAGIC-COOKIE-1 keyUnable to init server: Could not connect: 
Connection refused

(gedit:17700): Gtk-WARNING **: cannot open display: :0

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

Title:
  Invalid MIT-MAGIC-COOKIE-1 keyUnable to init server: Could not
  connect: Connection refused

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

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

[Bug 1473622] Re: File extension is always AIFF when exporting an audio track in every format

2016-10-23 Thread jervin
Also affects me on Ubuntu 16.10.  Audacity 2.1.2.  I, too, find it
rather annoying but not critical.

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

Title:
  File extension is always AIFF when exporting an audio track in every
  format

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

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


[Bug 1453058] Re: package virtualbox 4.3.26-dfsg-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1. Have upgraded to Vivid Vervet now need

2015-05-08 Thread jervin
I may have mixed installs, but don't know how to backout of this
situation and get virtualbox installed.

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

Title:
  package virtualbox 4.3.26-dfsg-2ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1. Have upgraded to Vivid Vervet now need to re-install
  virtualbox. This installation fails

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

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


[Bug 814131] Re: Bookmark Menu Problem (Black Box)

2013-07-28 Thread jervin
Well, It doesn't happen to me with Firefox 22.0 on Ubuntu 13.04.

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

Title:
  Bookmark Menu Problem (Black Box)

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

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


[Bug 374101] Re: Brasero hangs at Normalizing tracks

2013-05-29 Thread jervin
Yup, happening to me to on 13.04 at current maintenance, brasero 3.6.1.
Seemingly same in the /tmp subdir, disabling normalize circumvents
problem (and normalization)

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

Title:
  Brasero hangs at Normalizing tracks

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

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


[Bug 874101] Re: package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-10-18 Thread jervin
Thanks so much.  one observation.  in my ~/bin/cupscript.sh, I notice
that the file is rw.r..r.. (644) or it has not execute flag set.  but it
is owned by me.  If I want to execute the script, normally I'd chmod it
to add x, execute it and then put it back the way I found it.  Also,
cupscript.sh seems to be related to cups-pdf.

#!/bin/bash
CURRENT_PDF="${1}"
CURRENT_USER="${2}"
DISPLAY=:0.0
export DISPLAY
XAUTHORITY=/home/${CURRENT_USER}/.Xauthority
export XAUTHORITY
PDFNAME=$(zenity --file-selection --save --confirm-overwrite)
mv "$CURRENT_PDF" "$PDFNAME"
jervin@john-laptop:~/bin$ cat cupscript.sh
#!/bin/bash
CURRENT_PDF="${1}"
CURRENT_USER="${2}"
DISPLAY=:0.0
export DISPLAY
XAUTHORITY=/home/${CURRENT_USER}/.Xauthority
export XAUTHORITY
PDFNAME=$(zenity --file-selection --save --confirm-overwrite)
mv "$CURRENT_PDF" "$PDFNAME"

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

Title:
  package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 874101] Re: package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-10-18 Thread jervin
Oops, only meant to include cupscript.sh once.  This was in my
~/bin/cupscript.sh file.

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

Title:
  package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 874101] Re: package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-10-17 Thread jervin
Also usr.sbin.cupsd.dpkg-dist

** Attachment added: "usr.sbin.cupsd.dpkg-dist"
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/874101/+attachment/2555100/+files/usr.sbin.cupsd.dpkg-dist

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

Title:
  package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 874101] Re: package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-10-17 Thread jervin
Here  you go..

** Attachment added: "usr.sbin.cupsd file"
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/874101/+attachment/2555099/+files/usr.sbin.cupsd

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

Title:
  package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 874101] Re: package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-10-15 Thread jervin
jervin@john-laptop:~$ sudo service cups status
cups stop/waiting
jervin@john-laptop:~$ sudo service cups start
start: Job failed to start

W [15/Oct/2011:15:05:42 -0400] No limit for Validate-Job defined in policy 
default and no suitable template found.
W [15/Oct/2011:15:05:42 -0400] No limit for Cancel-Jobs defined in policy 
default - using Pause-Printer's policy.
W [15/Oct/2011:15:05:42 -0400] No limit for Cancel-My-Jobs defined in policy 
default - using Send-Document's policy.
W [15/Oct/2011:15:05:42 -0400] No limit for Close-Job defined in policy default 
- using Send-Document's policy.
W [15/Oct/2011:15:05:42 -0400] No JobPrivateAccess defined in policy default - 
using defaults.
W [15/Oct/2011:15:05:42 -0400] No JobPrivateValues defined in policy default - 
using defaults.
W [15/Oct/2011:15:05:42 -0400] No SubscriptionPrivateAccess defined in policy 
default - using defaults.
W [15/Oct/2011:15:05:42 -0400] No SubscriptionPrivateValues defined in policy 
default - using defaults.
W [15/Oct/2011:15:05:42 -0400] No limit for Validate-Job defined in policy 
authenticated - using Print-Job's policy.
W [15/Oct/2011:15:05:42 -0400] No limit for Cancel-Jobs defined in policy 
authenticated - using Pause-Printer's policy.
W [15/Oct/2011:15:05:42 -0400] No limit for Cancel-My-Jobs defined in policy 
authenticated - using Send-Document's policy.
W [15/Oct/2011:15:05:42 -0400] No limit for Close-Job defined in policy 
authenticated - using Send-Document's policy.
W [15/Oct/2011:15:05:42 -0400] No JobPrivateAccess defined in policy 
authenticated - using defaults.
W [15/Oct/2011:15:05:42 -0400] No JobPrivateValues defined in policy 
authenticated - using defaults.
W [15/Oct/2011:15:05:42 -0400] No SubscriptionPrivateAccess defined in policy 
authenticated - using defaults.
W [15/Oct/2011:15:05:42 -0400] No SubscriptionPrivateValues defined in policy 
authenticated - using defaults.
E [15/Oct/2011:15:05:42 -0400] Unable to change ownership of "/var/run/cups" - 
Permission denied
E [15/Oct/2011:15:05:42 -0400] Unable to change ownership of 
"/var/run/cups/certs" - Permission denied
E [15/Oct/2011:15:05:43 -0400] Unable to bind socket for address 
/var/run/cups/cups.sock:631 - Permission denied.
E [15/Oct/2011:15:05:43 -0400] Unable to write pid file

I had already done a sudo chmod -R 777 /var/run/cups and it didn't seem
to change the permission denied condition.

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

Title:
  package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 874101] Re: package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-10-14 Thread jervin
"supposed to be", not "supported to be"

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

Title:
  package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 874101] Re: package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-10-14 Thread jervin
Btw:

for \var\run\cups
drwxr-xr-x  3 root   root 60 2011-10-14 17:08 cups

for \var\run\cups\certs
drwxr-xr-x  2 root root  40 2011-10-14 17:08 certs

And if CUPS is supported to be running at root??  Acts like it's not
running as root.

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

Title:
  package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 874101] Re: package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-10-14 Thread jervin
Nope, although I have some mounted files systems, that is not one of
them:

jervin@john-laptop:~$ df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/sda5  38G   30G  6.3G  83% /
udev  968M  4.0K  968M   1% /dev
tmpfs 390M  1.1M  389M   1% /run
none  5.0M 0  5.0M   0% /run/lock
none  975M   28K  975M   1% /run/shm
//colleen2/BK6233G   91G  143G  39% /mnt/BK6
//server2/LR  293G  132G  146G  48% /mnt/LR
//server2/backups 293G  132G  146G  48% /mnt/BACKUPS

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

Title:
  package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 874101] Re: package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-10-14 Thread jervin
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874101

Title:
  package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 874101] [NEW] package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-10-14 Thread jervin
Public bug reported:

Just upgraded from Ubuntu 11.04 to 11.10 and the cups systems seems a
problem it wouldn't start, tried removing and re-installing w/o success.
Did notice messages in error log indicating problems accessing/writing
to /var/run/cups

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: cups 1.5.0-8ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Fri Oct 14 07:31:31 2011
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: 
Connection refused
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: TOSHIBA Satellite A105
Papersize: letter
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
PpdFiles:
 HP-Deskjet-895c: HP Deskjet 895c, hpcups 3.11.7
 HP1210: HP PSC 1200 Series, hpcups 3.11.7
 HP-PSC-1200: HP PSC 1200 Series, hpcups 3.11.7
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=de139270-277a-417f-96e0-15771654d248 ro acpi=force irqpoll splash 
quiet splash vt.handoff=7
SourcePackage: cups
Title: package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (0 days ago)
dmi.bios.date: 09/30/08
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 2.30
dmi.board.name: SB450
dmi.board.vendor: ATI
dmi.board.version: Rev0.4b
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: ATI
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr2.30:bd09/30/08:svnTOSHIBA:pnSatelliteA105:pvrPSAA2U-05803P:rvnATI:rnSB450:rvrRev0.4b:cvnATI:ct1:cvrN/A:
dmi.product.name: Satellite A105
dmi.product.version: PSAA2U-05803P
dmi.sys.vendor: TOSHIBA

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


** Tags: apport-package i386 oneiric

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

Title:
  package cups 1.5.0-8ubuntu1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 814131] Re: Bookmark Menu Problem (Black Box)

2011-07-29 Thread jervin
Status?

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

Title:
  Bookmark Menu Problem (Black Box)

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

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


[Bug 74034] Re: Serial ports on HP NC6000 and NW8000 don't work

2011-07-26 Thread jervin
How does one Blacklist smsc-ircc2

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

Title:
  Serial ports on HP NC6000 and NW8000 don't work

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

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


[Bug 713691] Re: http is delayed, https works

2011-07-22 Thread jervin
Somewhere between then and now, the problem has been fixed.  Don't know
if it was a web fix or upgrading to new versions of Firefox/Ubuntu

I am running Firefox 5.0 and Ubuntu 11.04

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

Title:
  http is delayed, https works

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

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


[Bug 814131] Re: Bookmark Menu Problem (Black Box)

2011-07-21 Thread jervin
I forgot, I can go old school.  I used my camera for the screenshot.

** Attachment added: "Book Mark Menu Folder Dropdown Bug"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/814131/+attachment/2223465/+files/P7210025.JPG

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

Title:
  Bookmark Menu Problem (Black Box)

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

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


[Bug 814131] Re: Bookmark Menu Problem (Black Box)

2011-07-21 Thread jervin
I tried to get a screenshot of the problem, but menu's don't seem to
appear in screenshots on my system.

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

Title:
  Bookmark Menu Problem (Black Box)

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

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


[Bug 814131] [NEW] Bookmark Menu Problem (Black Box)

2011-07-21 Thread jervin
Public bug reported:

When I double click on the bookmark star, I get the standard "Edit this
bookmark" menu.  If I hit the dropdown menu on the folder link (where it
says unsorted bookmarks) I get a big black box (4.75"x4.25")that has the
origin "Edit this Bookmark" menu in a smaller box(3.5"x2.25") in the
upper left corner.  If I move the cursor around, it sometimes draws in
some of the missing items, like the "Cancel" and "Done" buttons and
perhaps the rest of the missing menu.  This happens even in safe mode.
I am running Ubuntu 11.04 and Firefox 5.0.  It doesn't matter which
website, strictly bookmark problem.  Could, of course be Ubuntu related.

Ubuntu 11.04
Firefox 5

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: firefox 5.0+build1+nobinonly-0ubuntu0.11.04.2
ProcVersionSignature: Ubuntu 2.6.38-11.47-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic i686
Architecture: i386
CheckboxSubmission: 73ed794c0584afb2a20cf277c851af53
CheckboxSystem: 7138fb44d9fd176d811b7138e0b5c258
Date: Thu Jul 21 11:18:39 2011
FirefoxPackages:
 firefox 5.0+build1+nobinonly-0ubuntu0.11.04.2
 flashplugin-installer N/A
 adobe-flashplugin N/A
 icedtea-plugin 1.1~20110420-0ubuntu1.1
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox
UpgradeStatus: Upgraded to natty on 2011-04-29 (83 days ago)

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


** Tags: apport-bug i386 natty

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

Title:
  Bookmark Menu Problem (Black Box)

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

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


[Bug 814131] Re: Bookmark Menu Problem (Black Box)

2011-07-21 Thread jervin
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/814131

Title:
  Bookmark Menu Problem (Black Box)

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

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


[Bug 662077] Re: WxWidgets apps don't have menus

2011-02-24 Thread jervin
Yep, I tested WxCam and Audacity and they both now have their menu
line...

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

Title:
  WxWidgets apps don't have menus

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


[Bug 721664] Re: problem loading specific website (http://mycfe.com)

2011-02-19 Thread jervin
*** This bug is a duplicate of bug 713691 ***
https://bugs.launchpad.net/bugs/713691

** This bug has been marked a duplicate of bug 713691
   http is delayed, https works
 * You can subscribe to bug 713691 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/713691/+subscribe

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

Title:
  problem loading specific website (http://mycfe.com)

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


[Bug 721664] [NEW] problem loading specific website (http://mycfe.com)

2011-02-18 Thread jervin
Public bug reported:

Binary package hint: firefox

With Firefox 3.6.13, when I try to load website http://mycfe.com, it
just sites there trying load, but if I specify https://mycfe.com it
works fine.  If I use Google Chrome, both http://mycfe.com and
https://mycfe.com work fine.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: firefox 3.6.13+build3+nobinonly-0ubuntu0.10.10.1
ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10
Uname: Linux 2.6.35-25-generic i686
Architecture: i386
Date: Sat Feb 19 02:14:08 2011
FirefoxPackages:
 firefox 3.6.13+build3+nobinonly-0ubuntu0.10.10.1
 firefox-gnome-support 3.6.13+build3+nobinonly-0ubuntu0.10.10.1
 firefox-branding 3.6.13+build3+nobinonly-0ubuntu0.10.10.1
 abroswer N/A
 abrowser-branding N/A
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: firefox

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


** Tags: apport-bug i386 maverick ubuntu-une

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

Title:
  problem loading specific website (http://mycfe.com)

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


[Bug 721664] Re: problem loading specific website (http://mycfe.com)

2011-02-18 Thread jervin
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721664

Title:
  problem loading specific website (http://mycfe.com)

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


[Bug 713691] Re: http is delayed, https works

2011-02-05 Thread jervin
I tried bringing up Firefox in -safe-mode and then bringing up the same
website "http://mycfe.com";.  Still went into Loading that never ended.

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

Title:
  http is delayed, https works

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


[Bug 713691] Re: http is delayed, https works

2011-02-05 Thread jervin
I access "http://mycfe.com"; using Firefox 3.6.13 from my Windows machine
and had no problems.  It came right up and went to website
https://mycfe.com.  So the problem seems to be related to Ubuntu or
Linux

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

Title:
  http is delayed, https works

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


[Bug 713691] Re: http is delayed, https works

2011-02-05 Thread jervin


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

Title:
  http is delayed, https works

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


[Bug 713691] [NEW] http is delayed, https works

2011-02-05 Thread jervin
Public bug reported:

Binary package hint: firefox

Ubuntu 10.10
Firefox: 3.6.13+build3+nobinonly-0ubuntu0.10.10.1

On my Ubuntu 10.10 machine but not on my Windows machine when I access
the website http://mycfe.com I get "Loading..." but it never finds the
site.  If I do "https://mycfe.com";, it works fine.  Both seem to work on
my Windows machine running the current firefox.  I haven't tried
starting in safe mode or deactivating add-ins yet.  But I'll try that
and report back.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: firefox 3.6.13+build3+nobinonly-0ubuntu0.10.10.1
ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10
Uname: Linux 2.6.35-25-generic i686
Architecture: i386
Date: Sat Feb  5 10:33:44 2011
FirefoxPackages:
 firefox 3.6.13+build3+nobinonly-0ubuntu0.10.10.1
 firefox-gnome-support 3.6.13+build3+nobinonly-0ubuntu0.10.10.1
 firefox-branding 3.6.13+build3+nobinonly-0ubuntu0.10.10.1
 abroswer N/A
 abrowser-branding N/A
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: firefox

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


** Tags: apport-bug i386 maverick ubuntu-une

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

Title:
  http is delayed, https works

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


[Bug 662077] Re: WxWidgets apps don't have menus

2011-01-17 Thread jervin
Just wanted to mention that a temporary workaround for applications
exhibiting this problem is documented in duplicate bug #660314.  I know
it works around the problem for Audacity and WxCam

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

Title:
  WxWidgets apps don't have menus

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


[Bug 299869] Re: [intrepid] quanta suggest install cervisia that is already installed

2010-11-15 Thread jervin
Also...

** Attachment added: "Error Message Screenshot."
   
https://bugs.launchpad.net/ubuntu/+source/kdewebdev/+bug/299869/+attachment/1734301/+files/Screenshot-Error%20-%20Quanta.png

-- 
[intrepid] quanta suggest install cervisia that is already installed
https://bugs.launchpad.net/bugs/299869
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdewebdev in ubuntu.

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


[Bug 299869] Re: [intrepid] quanta suggest install cervisia that is already installed

2010-11-15 Thread jervin
That doesn't seem to work for me

For Cervisia:  in Quanta + 3.5.10 on Ubuntu 10.10 with Cervisia 3.5.0, and in 
Settings/Configure Plugins...
I have tried setting location to /usr/lib/kde4 and file name to cervisiapart.so 
and I've tried setting location to nothing and file name to 
/usr/lib/kde4/cervisiapart.so.  Both modules cervisiapart.so and 
cervisiapart.la are in the specified subdirectory and Cervisia is listed as 
installed by the package manager on my system.  But I still get the "the file 
cervisiapart.so is not installed or it is not reachable"  The owner of the so 
(and la) module is set to root and the flags to 644.

Pretty much the same for Konsole except there is not "la" module in
/usr/lib/kde4.

None of the moduels cervisiapart.so/la nor libkonsolepart.so exist in
/usr/lib/kde3.  It just appears that Quanta + doesn't like the kde4
versions or either la or so modules.

** Attachment added: "Quanta+ plugin settings for Cervisia"
   
https://bugs.launchpad.net/ubuntu/+source/kdewebdev/+bug/299869/+attachment/1734300/+files/CervisiaSettingsScreen.png

-- 
[intrepid] quanta suggest install cervisia that is already installed
https://bugs.launchpad.net/bugs/299869
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdewebdev in ubuntu.

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


[Bug 660314] Re: Audacity missing main menu

2010-11-14 Thread jervin
Tommy Trussell, Thanks, I wasn't sure how to create a launcher that
would do it all.  Thanks for the work-around.

-- 
Audacity missing main menu
https://bugs.launchpad.net/bugs/660314
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 673047] Re: Audacity missing main menu toolbar

2010-11-09 Thread jervin

** Attachment added: "Screen Shot"
   
https://bugs.launchpad.net/bugs/673047/+attachment/1727976/+files/Screenshot-Audacity.png

-- 
Audacity missing main menu toolbar
https://bugs.launchpad.net/bugs/673047
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 673047] [NEW] Audacity missing main menu toolbar

2010-11-09 Thread jervin
Public bug reported:

Binary package hint: audacity

1) Ubuntu 10.10
2) Audacity 1.3.12-7
3) What you expected to happen:
I expected a toolbar line that had things like "File", "Edit", "View",  
"Effects", etc.  menu on it.
4) What happened instead
I do not have the Main Menu Toolbar up.  I can bring up the menus by entering 
Alt-f or by hitting F10 and then using the arrow key to move among them.  I can 
make it come up temporarily with an export command (export UBUNTU_MENUPROXY=0) 
and issuing audacity from a terminal.  I perused the options and toolbar 
settings and didn't see anything resolution for this problem.

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


** Tags: audacity menu

-- 
Audacity missing main menu toolbar
https://bugs.launchpad.net/bugs/673047
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 659912] Re: Firefox frequently goes into loop when exited

2010-10-13 Thread jervin

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/659912/+attachment/1690996/+files/Dependencies.txt

** Attachment added: "profile_default_pluginreg.dat.txt"
   
https://bugs.launchpad.net/bugs/659912/+attachment/1690997/+files/profile_default_pluginreg.dat.txt

** Attachment added: "profiles.ini.txt"
   
https://bugs.launchpad.net/bugs/659912/+attachment/1690998/+files/profiles.ini.txt

-- 
Firefox frequently goes into loop when exited
https://bugs.launchpad.net/bugs/659912
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 659912] [NEW] Firefox frequently goes into loop when exited

2010-10-13 Thread jervin
Public bug reported:

Binary package hint: firefox

I'm running Firefox 3.6.10 on Ubuntu 10.10 (although the problem existed
on the past several releases of Ubuntu).  Frequently when I terminate
Firefox by hitting the X, I find that the task firefox-bin is still
running in the background taking up an entire processor.  Not sure if
it's affected by add-on's.  I have recreated my profile a few times, but
the problem always comes back.  Happen's multiple times a day, perhaps
50% or more of the time.  Seems to be more likely to happen if firefox
has been running for a while.

Firefox seems to be working fine while it's up, it's just when it's
ended that the loop can happen.  Perhaps it will happen when after i
send this problem report and end Firefox.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: firefox 3.6.10+build1+nobinonly-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.35-22.34-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Wed Oct 13 09:17:35 2010
FirefoxPackages:
 firefox 3.6.10+build1+nobinonly-0ubuntu3
 firefox-gnome-support N/A
 firefox-branding 3.6.10+build1+nobinonly-0ubuntu3
 abroswer N/A
 abrowser-branding N/A
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: firefox

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


** Tags: apport-bug i386 maverick

-- 
Firefox frequently goes into loop when exited
https://bugs.launchpad.net/bugs/659912
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 393682] Re: Many of the games on Facebook won't run using Firefox 3.0.11 and Ubuntu 9.04

2010-09-04 Thread jervin
Good observation, but actually, the original problem was reported when I
was running Ubuntu 9.4 and I'm now running 10.4 and I just checked and I
only have flashplugin-nonfree installed.

That command now returns:
jer...@john-laptop:~$ apt-cache policy flashplugin-nonfree swfdec-mozilla 
mozilla-plugin-gnash
flashplugin-nonfree:
  Installed: 10.1.82.76ubuntu0.10.04.2
  Candidate: 10.1.82.76ubuntu0.10.04.2
  Version table:
 *** 10.1.82.76ubuntu0.10.04.2 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/multiverse 
Packages
500 http://security.ubuntu.com/ubuntu/ lucid-security/multiverse 
Packages
100 /var/lib/dpkg/status
 10.0.45.2ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/multiverse Packages
swfdec-mozilla:
  Installed: (none)
  Candidate: 0.8.2-1ubuntu2
  Version table:
 0.8.2-1ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
mozilla-plugin-gnash:
  Installed: (none)
  Candidate: 0.8.7-0ubuntu1
  Version table:
 0.8.7-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages

-- 
Many of the games on Facebook won't run using Firefox 3.0.11 and Ubuntu 9.04
https://bugs.launchpad.net/bugs/393682
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 393682] Re: Many of the games on Facebook won't run using Firefox 3.0.11 and Ubuntu 9.04

2010-09-03 Thread jervin
Let's see...  Zuma http://apps.facebook.com/zumagameapp/ sometimes it
works about 33% of the time, most of the time I get a black box.

Zebra Sudoku seems to work fine now...  -jfe-

-- 
Many of the games on Facebook won't run using Firefox 3.0.11 and Ubuntu 9.04
https://bugs.launchpad.net/bugs/393682
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 570879] Re: OpenGL graphic errors in google earth

2010-05-28 Thread jervin
Same here with Current Ubuntu 10.04 (32bit) and ATI Technologies Inc
RC410 [Radeon Xpress 200M]

-- 
OpenGL graphic errors in google earth
https://bugs.launchpad.net/bugs/570879
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 584539] Re: Neither network Manager nor Wicd cannot connect to a wireless network in Lucid (it used to work in Karmic)

2010-05-28 Thread jervin
Good thing I have a cat5e cable available in my own house.  My PDA works
fine connecting to my WiFi and the WiFi on this Laptop works fine if
booted in Windows XP SP3.

-- 
Neither network Manager nor Wicd cannot connect to a wireless network in Lucid 
(it used to work in Karmic)
https://bugs.launchpad.net/bugs/584539
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 584539] Re: Neither network Manager nor Wicd cannot connect to a wireless network in Lucid (it used to work in Karmic)

2010-05-28 Thread jervin
lspci | grep Atheros
02:04.0 Ethernet controller: Atheros Communications Inc. AR2413 802.11bg NIC 
(rev 01)

iwconfig
lono wireless extensions.
eth1  no wireless extensions.
wlan0 IEEE 802.11bg  
ESSID:"\x05\xEF\xF7\x00\xE9\xA1:\xE5\xCA\x0B\xCB\xD0HGd\xBD\x1F#\x1E\xA8\x1C{d\xC5\x14sZ\xC5^Kyc"
  
  Mode:Managed  Frequency:2.422 GHz  Access Point: Not-Associated   
  Tx-Power=20 dBm   
  Retry  long limit:7   RTS thr:off   Fragment thr:off
  Power Management:off

-- 
Neither network Manager nor Wicd cannot connect to a wireless network in Lucid 
(it used to work in Karmic)
https://bugs.launchpad.net/bugs/584539
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 584539] Re: Neither network Manager nor Wicd cannot connect to a wireless network in Lucid (it used to work in Karmic)

2010-05-28 Thread jervin
I might be experiencing the same problem.  Wifi worked fine until about
6 days ago (I update frequently or system is current).  I can connect to
unencrypted wifi sites but can no longer connect to sites using WPA WPA2
Personal encryption.  Tried resetting my Encryption Password to no
avail.  It tries to connect (Network Management Applet 0.8) and then it
says "Wireless network Disconnected"

-- 
Neither network Manager nor Wicd cannot connect to a wireless network in Lucid 
(it used to work in Karmic)
https://bugs.launchpad.net/bugs/584539
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 400088] Re: Firefox not able to terminate correctly (FUTEX_WAIT_PRIVATE)

2010-05-20 Thread jervin
Is there anything I can do to help with this problem?  Firefox seems to
go into that shutdown loop several times a day for me.  I should be able
to get some sort of dumps or whatever if you have any ideas that might
help.

-- 
Firefox not able to terminate correctly (FUTEX_WAIT_PRIVATE)
https://bugs.launchpad.net/bugs/400088
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 400088] Re: Firefox not able to terminate correctly (FUTEX_WAIT_PRIVATE)

2010-05-16 Thread jervin
It happens to me daily on my Ubuntu 10.04 system.  I am running Firefox
version 3.6.5pre but the problem has existed for me since at least
ubuntu 9.10 and a few previous versions of Firefox.  It doesn't happen
every time, it seems to happen when Firefox has been left up for a while
and multiple website have been visited, but then I guess the longer you
have it up, the more chance you'll do the "thing" that causes it to hang
on exit.  Several times a day, when I exit Firefox, it doesn't terminate
and when I check the Task Manager, it's using a lot of Processor and it
never ends and as described before, you can't start another instance of
Firefox until it's terminated/killed.  I'm am not sure what the magic
combination of things that causes it to not be able to be terminated.
Also, it doesn't seem to be sucking processor prior to being terminated.

-- 
Firefox not able to terminate correctly (FUTEX_WAIT_PRIVATE)
https://bugs.launchpad.net/bugs/400088
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 308605] Re: [MASTER]Firefox is already running message

2010-05-10 Thread jervin
Sorry, make that Firefox 3.6.5pre (Namoroka)

-- 
[MASTER]Firefox is already running message
https://bugs.launchpad.net/bugs/308605
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 308605] Re: [MASTER]Firefox is already running message

2010-05-10 Thread jervin
there was a report that flash was causing problems like this and that
dom.ipc.plugins.enabled.libflashplayer.so needed to be set to false.
This has been done on my system.

-- 
[MASTER]Firefox is already running message
https://bugs.launchpad.net/bugs/308605
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 308605] Re: [MASTER]Firefox is already running message

2010-05-10 Thread jervin
I am running Firefox 3.6.3pre (Namoroka) with Ubuntu 10.04(Lucid) and
the problem persists.

-- 
[MASTER]Firefox is already running message
https://bugs.launchpad.net/bugs/308605
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 485704] Re: bookmarking not working correctly

2010-05-06 Thread jervin
I am at 10.4 with Firefox 3.6.5pre and it seems to be working OK now.

-- 
bookmarking not working correctly
https://bugs.launchpad.net/bugs/485704
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 557017] Re: Ubuntu One failing after re-install

2010-04-10 Thread jervin
That seems to have done the trick.

-- 
Ubuntu One failing after re-install
https://bugs.launchpad.net/bugs/557017
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 557017] Re: Ubuntu One failing after re-install

2010-04-06 Thread jervin

** Attachment added: ".home.john..cache.ubuntuone.log.oauth.login.log.txt"
   
http://launchpadlibrarian.net/43317249/.home.john..cache.ubuntuone.log.oauth.login.log.txt

** Attachment added: 
".home.john..cache.ubuntuone.log.syncdaemon.exceptions.log.txt"
   
http://launchpadlibrarian.net/43317250/.home.john..cache.ubuntuone.log.syncdaemon.exceptions.log.txt

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

** Attachment added: "UbuntuoneClientPackages.txt"
   http://launchpadlibrarian.net/43317252/UbuntuoneClientPackages.txt

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

-- 
Ubuntu One failing after re-install
https://bugs.launchpad.net/bugs/557017
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 557017] [NEW] Ubuntu One failing after re-install

2010-04-06 Thread jervin
Public bug reported:

Binary package hint: ubuntuone-client

Ubuntu One was not sync'ing so I decided to add
http://ppa.launchpad.net/ubuntuone/beta/ubuntu karmic main to sources
and upgrade.  After which nothing seemed to work, didn't come up with
the system.  So I removed Ubuntu one, then unchecked
http://ppa.launchpad.net/ubuntuone/beta/ubuntu in sources and re-
installed old version.  Now comes up, seems to have a cloud icon with a
! in the middle, and then it fails.   I await suggestions from better
minds than mine...

Description:Ubuntu 9.10
Release:9.10
ubuntuone-client:
  Installed: 1.0.3-0ubuntu1
  Candidate: 1.0.3-0ubuntu1
  Version table:
 *** 1.0.3-0ubuntu1 0
500 http://us.archive.ubuntu.com karmic-updates/main Packages
100 /var/lib/dpkg/status
 1.0.2-0ubuntu1 0
500 http://us.archive.ubuntu.com karmic/main Packages

ProblemType: Bug
.home.john..config.ubuntuone.syncdaemon.conf:
 [bandwidth_throttling]
 read_limit = 65536
 write_limit = 0
 on = False
.home.john..config.ubuntuone.ubuntuone.client.conf:
 [ubuntuone]
 bookmarked = True
 connected = True
 connect = 0
 show_applet = 0
Architecture: i386
Date: Tue Apr  6 23:37:59 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Package: ubuntuone-client 1.0.3-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
SourcePackage: ubuntuone-client
Uname: Linux 2.6.31-20-generic i686

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Ubuntu One failing after re-install
https://bugs.launchpad.net/bugs/557017
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 485704] Re: bookmarking not working correctly

2010-01-28 Thread jervin
I am running 32 bit Ubuntu 9.10 with Firefox 3.5.7 and am seeing the
same problem.  On any website (this one for instance) if I click on the
bookmark icon in the address line twice and then click on the gray down
arrow next to the Folders to see my bookmark folders.  I can try to move
the list up or down in the dropdown and the view of the list doesn't
move, but the list is actually moving because I can click on a list item
and it will show a folder in the folder space, but not the folder that I
clicked on from the dropdown.  ie, the list is actually moving up and
down, but the display is not moving with what is actually there in the
background.  Not sure how to state this clearly.  I am running several
add-in's and have not tried to disable them to see if they are breaking
Firefox.  I'll try to do that and get back to you.  Oh yes, if I use the
keyboard arrows to move up and down, the dropdown still doesn't work
properly, but the "Folder" space does seem to move correctly.  Just not
the dropdown.

-- 
bookmarking not working correctly
https://bugs.launchpad.net/bugs/485704
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 477898] Re: Firefox 3.5.4 gives Mozilla is not responding message when terminated and takes 45 seconds

2009-11-07 Thread jervin

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

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

** Attachment added: "profile_default_pluginreg.dat.txt"
   http://launchpadlibrarian.net/35335460/profile_default_pluginreg.dat.txt

** Attachment added: "profiles.ini.txt"
   http://launchpadlibrarian.net/35335461/profiles.ini.txt

-- 
Firefox 3.5.4 gives Mozilla is not responding message when terminated and takes 
45 seconds
https://bugs.launchpad.net/bugs/477898
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 477898] [NEW] Firefox 3.5.4 gives Mozilla is not responding message when terminated and takes 45 seconds

2009-11-07 Thread jervin
Public bug reported:

Binary package hint: firefox-3.5

Ubuntu 9.10
Firefox 3.5.4

I started Firefox 3.5.4 on my Ubuntu 9.10 system, waited for it to
settle down, then hit the 'x' to terminate.  The home page on my system
is about:blank.  This is consistent and I hadn't told it to go to any
web page.  This is new behavior, could be related to my recent upgrade
to Ubuntu 9.10 and Firefox 3.5.4

I expected Mozilla Firefox to terminate quickly and w/o an error
message.

I got a message "Mozilla Firefox is not responding"  "You may choose to
wait a short time while for it to continue or force the application to
quit entire"  / "Force Quit" "Wait".  If I hit the Wait button or just
wait, it takes about 40 to 45 seconds before the task terminates.

ProblemType: Bug
Architecture: i386
Date: Sat Nov  7 17:44:34 2009
DistroRelease: Ubuntu 9.10
Package: firefox-3.5 3.5.4+nobinonly-0ubuntu0.9.10.1
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: firefox-3.5
Uname: Linux 2.6.31-14-generic i686

** Affects: firefox-3.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Firefox 3.5.4 gives Mozilla is not responding message when terminated and takes 
45 seconds
https://bugs.launchpad.net/bugs/477898
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 393682] Re: Many of the games on Facebook won't run using Firefox 3.0.11 and Ubuntu 9.04

2009-06-30 Thread jervin
Here you go

apt-cache policy flashplugin-nonfree swfdec-mozilla mozilla-plugin-gnash
flashplugin-nonfree:
  Installed: 10.0.22.87ubuntu2
  Candidate: 10.0.22.87ubuntu2
  Version table:
 *** 10.0.22.87ubuntu2 0
500 http://us.archive.ubuntu.com jaunty/multiverse Packages
100 /var/lib/dpkg/status
swfdec-mozilla:
  Installed: 0.8.2-1ubuntu1
  Candidate: 0.8.2-1ubuntu1
  Version table:
 *** 0.8.2-1ubuntu1 0
500 http://us.archive.ubuntu.com jaunty/universe Packages
100 /var/lib/dpkg/status
mozilla-plugin-gnash:
  Installed: (none)
  Candidate: 0.8.5-0ubuntu1
  Version table:
 0.8.5-0ubuntu1 0
500 http://us.archive.ubuntu.com jaunty/universe Packages
100 /var/lib/dpkg/status

WHen I go into Synaptic Package Manager and enter flash, these are the things 
it lists:
flashplugin-nonfree 10.0.22.87ubuntu2
adobe-flashplugin  10.0.22.87-2jaunty1
flashplugin-installer  10.0.22.87ubuntu2
swfdec-gnome  2.26.0-1
swfdec-mozilla  0.8.2-1ubuntu1
libswfdec-0.8-0  0.8.4-1

-- 
Many of the games on Facebook won't run using Firefox 3.0.11 and Ubuntu 9.04
https://bugs.launchpad.net/bugs/393682
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 393682] Re: Many of the games on Facebook won't run using Firefox 3.0.11 and Ubuntu 9.04

2009-06-29 Thread jervin

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

** Attachment added: "ExtensionSummary.txt"
   http://launchpadlibrarian.net/28533701/ExtensionSummary.txt

** Attachment added: "profiles.ini.txt"
   http://launchpadlibrarian.net/28533702/profiles.ini.txt

-- 
Many of the games on Facebook won't run using Firefox 3.0.11 and Ubuntu 9.04
https://bugs.launchpad.net/bugs/393682
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 393682] [NEW] Many of the games on Facebook won't run using Firefox 3.0.11 and Ubuntu 9.04

2009-06-29 Thread jervin
Public bug reported:

Binary package hint: firefox-3.0

Using Firefox 3.0.11 and previous and using Ubuntu 9.04 many Games on
Facebook don't seem to run, such as Zuma, Typing Maniac, Zebra Sudoku.
Zuma might be a Flash problem. the others I don't know.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: firefox-3.0 3.0.11+build2+nobinonly-0ubuntu0.9.04.1
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.28-13-generic i686

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Many of the games on Facebook won't run using Firefox 3.0.11 and Ubuntu 9.04
https://bugs.launchpad.net/bugs/393682
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 377012] [NEW] G722 hangs up.

2009-05-15 Thread jervin
Public bug reported:

Binary package hint: ekiga

I am trying to call the voip-users-conference at
sip:200...@login.zipdx.com.  Uses G722. When I try to make this
connection using my ubuntu 9.04 and ekiga 3.2 software, I connection
begins, and then my it says that the other end cleared the call.  Works
fine calling into the conference using
sip:7463%2322622%233214450...@proxy.ideasip.com which uses PCMU.  Don't
know enough about ekiga to know if there is some sort of Log to turn on.
Any ideas.

ekiga: 3.2.0-0ubuntu2
ubuntu:
Description:Ubuntu 9.04
Release:9.04

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/ekiga
Package: ekiga 3.2.0-0ubuntu1
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ekiga
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
G722 hangs up.
https://bugs.launchpad.net/bugs/377012
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 377012] Re: G722 hangs up.

2009-05-15 Thread jervin

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

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/26774105/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/26774107/ProcStatus.txt

-- 
G722 hangs up.
https://bugs.launchpad.net/bugs/377012
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