[Bug 1636395] Re: dnsmasq not working with OpenVPN

2017-06-06 Thread Tim Booth
Hi,

I'm having exactly the same problem as described by @raffraffraff -
after connection to the VPN the dnsmasq instance handled by
NetworkManager no longer makes DNS queries for addresses outside the VPN
(eg. google.com) but it can resolve ones internal to the VPN (eg. web-
dev.myorg.private).

Using DIG to make a direct DNS query to any remote DNS server works
fine, so it looks like dnsmasq has got in a tizz.

To add a little more info...

I'm able to add a file /etc/NetworkManager/dnsmasq.d/debug containing
the line "log-queries" and I can see lines in syslog like:

... dnsmasq[25056]: forwarded www.google.com to 129.215.205.191

So obviously dnsmasq is trying to process the requests but failing.

I can also see dnsmasq picking up new configurations from DBUS as I
connect/disconnect but there are no errors reported.

I also note that dnsmasq is trying to make queries via the public DNS
servers, but when connected to the VPN all the queries should go to the
trusted DNS server provided on the VPN (this is discussed in bug
1639776) but I think this is a separate issue.

Ubuntu 16.04.2 LTS
dnsmask-base  2.75-1ubuntu0.16.04.2
network-manager  1.2.6-0ubuntu0.16.04.1

Cheers,

TIM

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

Title:
  dnsmasq not working with OpenVPN

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

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


[Bug 1077981] Re: udev rules from persistent usb-stick leak to installs

2013-11-20 Thread Tim Booth
I had this issue when using live-boot sticks for training purposes, and
as I was repacking the image anyway I made the following changes:

dpkg-divert --local --rename --divert /lib/udev/write_net_rules.real 
/lib/udev/write_net_rules
dpkg-divert --local --rename --divert /lib/udev/write_cd_rules.real 
/lib/udev/write_cd_rules

tee /lib/udev/write_net_rules /lib/udev/write_cd_rules 

[Bug 854814] Re: cd drive lock does not work after oneiric upgrade

2013-02-10 Thread Tim Booth
Seems to me that "/lib/udev/cdrom_id --eject-media $device" as called by
/lib/udev/rules.d/60-cdrom_id.rules is trying too hard.  It should
respect the lock flag on the device, maybe with a "--force" option to
eject regardless.  Anyway this is surely a udev bug not a kernel bug.

TIM

** Package changed: linux (Ubuntu) => udev (Ubuntu)

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

Title:
  cd drive lock does not work after oneiric upgrade

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

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


[Bug 606316] Re: treeviewx crashes when opening a file

2010-10-12 Thread Tim Booth
Ok, I had a look at the source and this bug is triggered on line 282 of
tview.cpp where mbstowcs is called.  Removing this, and just setting the
string to something arbitrary, stops the program from crashing but the
tree still isn't drawn properly.  So I guess this requires more than
just a simple fix.

-- 
treeviewx crashes when opening a file
https://bugs.launchpad.net/bugs/606316
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 606316] Re: treeviewx crashes when opening a file

2010-10-06 Thread Tim Booth
Yep, treeview is totally hosed just now.  The backtrace hints at an NX
bug, but for anyone tempted to try it I can report that simply
recompiling source against WX 2.8 compiles but produces the same result.
I suspect there is a fairly simple fix but debugging C++/NX apps
requires far more beard-power than I have, sadly :-(

The upstream code has been put on Google code recently so I've also reported 
this issue there:
http://code.google.com/p/treeviewx/issues/detail?id=1

TIM

** Bug watch added: code.google.com/p/treeviewx/issues #1
   http://code.google.com/p/treeviewx/issues/detail?id=1

-- 
treeviewx crashes when opening a file
https://bugs.launchpad.net/bugs/606316
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 601061] Re: firefox sets LD_LIBRARY_PATH which breaks javaws

2010-08-04 Thread Tim Booth
The library in question is libnss3.so.  Somebody already mentioned
something similar in bug #561124:

>>>QUOTE
jordg  wrote on 2010-05-03:   #10

This also affects sun-java-plugin when starting JNLP applications

Caused by: java.io.IOException: An incompatible version of NSS is already 
loaded, 3.7 or later required
at sun.security.pkcs11.Secmod.isInitialized(Secmod.java:130)
at sun.security.pkcs11.SunPKCS11.(SunPKCS11.java:168)
... 35 more
netx: Unexpected net.sourceforge.jnlp.ParseException: Invalid XML document 
syntax. at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1196)

Try any JNLP application
For example: 
http://java.sun.com/docs/books/tutorialJWS/uiswing/components/ex6/TreeIconDemo.jnlp
<

[Bug 601061] Re: firefox sets LD_LIBRARY_PATH which breaks javaws

2010-07-02 Thread Tim Booth

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

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

** Attachment added: "default_profile_pluginreg.dat.txt"
   http://launchpadlibrarian.net/51290302/default_profile_pluginreg.dat.txt

** Attachment added: "profile_test1_pluginreg.dat.txt"
   http://launchpadlibrarian.net/51290303/profile_test1_pluginreg.dat.txt

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

-- 
firefox sets LD_LIBRARY_PATH which breaks javaws
https://bugs.launchpad.net/bugs/601061
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 601061] [NEW] firefox sets LD_LIBRARY_PATH which breaks javaws

2010-07-02 Thread Tim Booth
Public bug reported:

Binary package hint: firefox

This is very similar to #561124 - LD_LIBRARY_PATH breaks icedtea plugin.
However, the fix suggested there will only deal with the Java plugin,
not Java Webstart which is launched as a separate helper application.  I
therefore filed a new bug - I hope that was the right thing to do.

As far as I can see, there is no reason for helper applications launched
from Firefox to be given a special LD_LIBRARY_PATH - I'd expect them to
run the same way if launched from FF or directly from the menu.  For
symptoms of this bug see #561124 - the errors are the same.

Seems to me the only genuine fix for this would be to re-link firefox
either to use the system libs or to rename the private libraries so
there is no name conflict.

TIM

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
Architecture: amd64
Date: Fri Jul  2 15:07:35 2010
EcryptfsInUse: Yes
FirefoxPackages:
 firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
 firefox-gnome-support 3.6.6+nobinonly-0ubuntu0.10.04.1
 firefox-branding 3.6.6+nobinonly-0ubuntu0.10.04.1
 abroswer N/A
 abrowser-branding N/A
InstallationMedia: Bio-Linux 6 based on Ubuntu 10.04 LTS "Lucid Lynx" - Release 
amd64 (20100429)
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/zsh
SourcePackage: firefox

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


** Tags: amd64 apport-bug lucid

-- 
firefox sets LD_LIBRARY_PATH which breaks javaws
https://bugs.launchpad.net/bugs/601061
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 554449] Re: adobe-flashplugin is virtual error when installing flash from Adobe site.

2010-05-04 Thread Tim Booth
An addendum:

It appears that the plugin used for flash in Firefox is actually controlled by 
the 'mozilla-flashplugin' alternative, contrary to what I said above.
So - if you want to try out the native pre-release 64-bit plugin from Adobe in 
Firefox without first uninstalling any alternative Flash plugins, then you have 
to do this:

sudo update-alternatives --install /usr/lib/mozilla/plugins/flashplugin-
alternative.so mozilla-flashplugin
/var/lib/flashplugin/libflashplayer.so 55

Before this will work you'll need to download the tarball from Adobe
labs and unpack the libflashplayer.so file somewhere - I used
/var/lib/flashplugin as it seemed sensible.  If the file isn't there
then the above command will complain.

The last argument, 55, makes this option a higher priority alternative
so it should then be used automatically.  You can do this to inspect or
switch the setting:

sudo update-alternatives --config mozilla-flashplugin

So now my question to Ubuntu developers is: why is the flash plugin for
Firefox controlled by the mozilla-flashplugin alternative and not the
firefox-flashplugin alternative (or any of the other related
alternatives)?  Is this documented anywhere or is it just something that
needs tidying up and fixing?

Cheers,

TIM

-- 
adobe-flashplugin is virtual error when installing flash from Adobe site.
https://bugs.launchpad.net/bugs/554449
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 554449] Re: adobe-flashplugin is virtual error when installing flash from Adobe site.

2010-05-04 Thread Tim Booth
Hi,

The standard solution for this is to enable the 'multiverse' repo and
then install flashplugin-installer.  This basically does the same as the
scripts linked above but in a neater way, and doesn't trample on the
'alternatives' system.

To see what Ubuntu thinks it is using as the current Flash plugin:

update-alternatives --display firefox-flashplugin

To install the above along with various other non-free multimedia
stuffs:

sudo apt-get install ubuntu-restricted-extras

Adobe do have an alpha version of the 64-bit player:

http://labs.adobe.com/technologies/flashplayer10/64bit.html

But if you want reliable Flash then the best current solution is to use
the 32-bit Flash with npwrapper, which is what the flashplugin-installer
currently does for you.

I've just tried all the above on a fairly fresh installation of 10.04
RC1, so I hope it all works for you too.

Cheers,

TIM

-- 
adobe-flashplugin is virtual error when installing flash from Adobe site.
https://bugs.launchpad.net/bugs/554449
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 479296] Re: Karmic: frequent freezes

2009-11-23 Thread Tim Booth
Is your audio provided by snd-hda-intel? If not then disregard this.

I think these issues could be caused by alsa kernel modules, as
suggested earlier.

My current workaround is

i) Ensure correct audio chipset model is loaded:
sudo nano /etc/modprobe.d/alsa-base.conf
(confirm audio chipset with "cat /proc/asound/card0/codec#* | grep Codec" and 
start googling)
ii) If you changed "option snd-hda-intel model=XXX" to something more suitable 
then reboot

1) sudo killall pulseaudio (and anything else using audio)
2) sudo rmmod snd_hda_intel
3) sudo modprobe snd_hda_intel

Obviously, 3-5 imply that Daniel's analysis in #41 is spot-on, at least
in my case.

Rock steady, no ratelimit.c messages using xbmc, no audio drops and my
cpu usage graph doesn't look like the output of a 555.

HTH.

-- 
Karmic: frequent freezes
https://bugs.launchpad.net/bugs/479296
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 435272] [NEW] Feature request - add latest NCBI tools to Hardy backports

2009-09-23 Thread Tim Booth
Public bug reported:

Binary package hint: ncbi-tools6

It appears that all derived binary packages currently in Karmic can be
installed without modification onto Hardy.  Because many department
servers run LTS, but most people want access to the latest BLAST, we're
mirroring the Karmic packages in our Hardy-focused repository.  I don't
know how easy it would be to drop these into the official Hardy
backports, but it would be very useful for us if you could!

Cheers,

TIM

** Affects: ncbi-tools6 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Feature request - add latest NCBI tools to Hardy backports
https://bugs.launchpad.net/bugs/435272
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