Re: [Bug 680192] Re: Vidalia was unable to start Tor. Check your settings to ensure the correct name and location of your Tor executable is specified.

2014-01-09 Thread Jack Wearden
It doesn't matter exactly which line, you can place it anywhere as long as
it has the trailing comma :)

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

Title:
  Vidalia was unable to start Tor. Check your settings to ensure the
  correct name and location of your Tor executable is specified.

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

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


[Bug 680192] Re: Vidalia was unable to start Tor. Check your settings to ensure the correct name and location of your Tor executable is specified.

2013-08-05 Thread Jack Wearden
I've finally got around to attempting to fix this bug properly - I'm not
the package maintainer though so it has to be reviewed before it is
accepted. If you're interested in following the progress of this, see
here https://code.launchpad.net/~jackweirdy/vidalia/680192/+merge/178623

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

Title:
  Vidalia was unable to start Tor. Check your settings to ensure the
  correct name and location of your Tor executable is specified.

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

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


[Bug 680192] Re: Vidalia was unable to start Tor. Check your settings to ensure the correct name and location of your Tor executable is specified.

2013-08-05 Thread Jack Wearden
** Branch linked: lp:~jackweirdy/vidalia/680192

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

Title:
  Vidalia was unable to start Tor. Check your settings to ensure the
  correct name and location of your Tor executable is specified.

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

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


[Bug 680192] Re: Vidalia was unable to start Tor. Check your settings to ensure the correct name and location of your Tor executable is specified.

2013-06-19 Thread Jack Wearden
Adam;

Open up a terminal and run the command

gksudo gedit /etc/apparmor.d/usr.bin.vidalia

this should open up a text editor with root permissions so you can
overwrite the file with the new one. Then paste in the following line:

 /usr/sbin/tor Ux,

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

Title:
  Vidalia was unable to start Tor. Check your settings to ensure the
  correct name and location of your Tor executable is specified.

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

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


[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2013-04-05 Thread Jack Wearden
Looks like on app.py line 578 audio2_vol is -infinity, I've fixed it
locally by prepending with the line:

if audio2_vol  0: audio2_vol = 0

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

Title:
  kazam crashed with ValueError in function(): %f not in range %f to %f

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

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


[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2013-04-05 Thread Jack Wearden
After branching from lp:kazam, the code is different to what I get from
running apt-get source kazam. I don't know enough about Ubuntu packaging
to figure out where the repo is for the code being installed.

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

Title:
  kazam crashed with ValueError in function(): %f not in range %f to %f

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

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


[Bug 805725] Re: ctrl alt l does not work in Ubuntu 11.04

2012-12-26 Thread Jack Wearden
This is affecting me in 12.10. UK keyboard, similarly to comments above
ctrl+alt+l or ctrl+alt+delete don't work but ctrl+alt+f1,f2 etc do work,
along with alt-f4 and similar shortcuts. If I assign the shortcut to
ctrl+alt+l manually it works again, but appears to break after a reboot.

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

Title:
  ctrl alt l does not work in Ubuntu 11.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/805725/+subscriptions

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


[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-12-06 Thread Jack Wearden
I'm still experiencing this bug, and Chris' solution of making the input
volume non-zero fixes this for me

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

Title:
  kazam crashed with ValueError in function(): %f not in range %f to %f

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

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


[Bug 680192] Re: Vidalia was unable to start Tor. Check your settings to ensure the correct name and location of your Tor executable is specified.

2012-12-01 Thread Jack Wearden
Patch attached: Patches debian/apparmor-profile to allow access to tor
binary

** Attachment added: Updated tor permissions
   
https://bugs.launchpad.net/ubuntu/+source/vidalia/+bug/680192/+attachment/3449072/+files/apparmor-profile

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

Title:
  Vidalia was unable to start Tor. Check your settings to ensure the
  correct name and location of your Tor executable is specified.

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

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


[Bug 680192] Re: Vidalia was unable to start Tor. Check your settings to ensure the correct name and location of your Tor executable is specified.

2012-12-01 Thread Jack Wearden
Oops, uploaded the file, not the patch!

** Attachment added: apparmor-profile-patched
   
https://bugs.launchpad.net/ubuntu/+source/vidalia/+bug/680192/+attachment/3449073/+files/apparmor-profile-patched

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

Title:
  Vidalia was unable to start Tor. Check your settings to ensure the
  correct name and location of your Tor executable is specified.

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

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


[Bug 680192] Re: Vidalia was unable to start Tor. Check your settings to ensure the correct name and location of your Tor executable is specified.

2012-11-29 Thread Jack Wearden
I can confirm that apparmor is the cause.

A safer alternative to Sam Edwards' suggestion is to allow Vidalia
access to the tor binary, by adding the following line to
/etc/apparmor.d/usr.bin.vidalia:

 /usr/sbin/tor Ux,

also ensure that the tor service isn't running (by running service tor
stop, and removing it from rc.d scripts if needed)

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

Title:
  Vidalia was unable to start Tor. Check your settings to ensure the
  correct name and location of your Tor executable is specified.

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

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


[Bug 1002515] Re: padsp does not work, ld.so can't find libpulsedsp.so

2012-11-17 Thread Jack Wearden
Running Americas Army 2.5 through 25 Assist, I get the following error:

$ padsp ./armyops-bin
ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsedsp.so' from 
LD_PRELOAD cannot be preloaded: ignored.
open /dev/[sound/]dsp: No such file or directory

(the last line is from the game)

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

Title:
  padsp does not work, ld.so can't find libpulsedsp.so

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

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


[Bug 680192] Re: Vidalia was unable to start Tor. Check your settings to ensure the correct name and location of your Tor executable is specified.

2012-11-07 Thread Jack Wearden
This is the output of `vidalia -loglevel debug`:

(unknown:7310): IBUS-WARNING **: Unable to load /var/lib/dbus/machine-
id: Failed to open file '/var/lib/dbus/machine-id': Permission denied

(unknown:7310): GVFS-RemoteVolumeMonitor-WARNING **: cannot open directory 
/usr/share/gvfs/remote-volume-monitors: Error opening directory 
'/usr/share/gvfs/remote-volume-monitors': Permission denied
process 7310: D-Bus library appears to be incorrectly set up; failed to read 
machine uuid: Failed to open /etc/machine-id: No such file or directory
See the manual page for dbus-uuidgen to correct this issue.
process 7310: D-Bus library appears to be incorrectly set up; failed to read 
machine uuid: Failed to open /etc/machine-id: No such file or directory
See the manual page for dbus-uuidgen to correct this issue.

I tried running vidalia with `gksudo vidalia -loglevel debug` but got
the error:

vidalia: cannot connect to X server :0

Also attached screenshot of the error message.

** Attachment added: Screenshot of error message
   
https://bugs.launchpad.net/ubuntu/+source/vidalia/+bug/680192/+attachment/3426853/+files/Vidalia-error.png

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

Title:
  Vidalia was unable to start Tor. Check your settings to ensure the
  correct name and location of your Tor executable is specified.

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

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


[Bug 46520] Re: d-i does not provide a way to select which drive to install grub to

2012-10-28 Thread Jack Wearden
Experienced this issue running the server installation for 10.04 LTS
from a USB stick to a RAID - Ubuntu was installed to the RAID but grub
was installed to the USB stick.

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

Title:
  d-i does not provide a way to select which drive to install grub to

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/46520/+subscriptions

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


[Bug 680192] Re: Vidalia was unable to start Tor. Check your settings to ensure the correct name and location of your Tor executable is specified.

2012-10-26 Thread Jack Wearden
I'm experiencing this bug even when I confirm the tor service is stopped
(either through `service tor status` or `service tor stop`), so it looks
like this may not be the issue.

What's more, running `/usr/sbin/tor` from the command line *does* start
tor.

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

Title:
  Vidalia was unable to start Tor. Check your settings to ensure the
  correct name and location of your Tor executable is specified.

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

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