[Bug 1729601] Re: binaries in /usr/lib/axiom-20170401/bin are missing

2019-03-10 Thread Mütze
I've done the following on bionic:

$ sudo apt-get build-dep axiom
$ apt-get source axiom
$ cd axiom-20170501/
$ debian/rules build
$ fakeroot debian/rules binary

and installed the resulting debian Packages:

$ cd ..
$ ls axiom*.deb
axiom_20170501-3_amd64.deb
axiom-databases_20170501-3_all.deb
axiom-doc_20170501-3_all.deb
axiom-graphics_20170501-3_amd64.deb
axiom-graphics-data_20170501-3_all.deb
axiom-hypertex_20170501-3_amd64.deb
axiom-hypertex-data_20170501-3_all.deb
axiom-source_20170501-3_all.deb
axiom-test_20170501-3_all.deb
axiom-tex_20170501-3_all.deb
$ sudo dpkg -i axiom*.deb

After that, axiom seems to work.

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

Title:
  binaries in /usr/lib/axiom-20170401/bin are missing

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

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

[Bug 1772692] Re: vpnc hangs, if avahi-daemon installed

2018-05-22 Thread Mütze
*** This bug is a duplicate of bug 1752411 ***
https://bugs.launchpad.net/bugs/1752411

** This bug has been marked a duplicate of bug 1752411
   bind9-host, avahi-daemon-check-dns.sh hang forever causes network 
connections to get stuck

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

Title:
  vpnc hangs, if avahi-daemon installed

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

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

[Bug 1772692] Re: vpnc hangs, when avahi-daemon installed

2018-05-22 Thread Mütze
*** This bug is a duplicate of bug 1752411 ***
https://bugs.launchpad.net/bugs/1752411

I'd like to mention, that I try to connect to a cisco vpn server.

I added an anonymized config file, although I believe, that most
setups will exhibit this bug.


** Attachment added: "anonymized config file."
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-vpnc/+bug/1772692/+attachment/5142931/+files/mycompany.conf

** Summary changed:

- vpnc hangs, when avahi-daemon installed
+ vpnc hangs, if avahi-daemon installed

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

** No longer affects: network-manager-vpnc (Ubuntu)

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

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

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

Title:
  vpnc hangs, if avahi-daemon installed

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

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

[Bug 1772692] [NEW] vpnc hangs, if avahi-daemon installed

2018-05-22 Thread Mütze
Public bug reported:

My vpnc configuration stopped working correctly after an upgrade from
16.04 to 18.04.


Symptoms are:

When starting vpnc with:

$ sudo vpnc-connect myconfig

vpnc hangs without a working vpn connection. Pressing Ctrl-C once, will
output the line

^CVPNC started in background (pid: 19352)...

and vpn suddenly works.

Hint: Pressing Ctrl-C twice is bad, as that exits vpnc without a working vpn
connection. And it changes the routing table and /etc/resolv.conf, so that
normal internet is also not working correctly. I found the Ctrl-C workaround
by accident.


Further examination revealed, that vpnc seems to hang inside the following 
script:

/usr/lib/avahi/avahi-daemon-check-dns.sh

which comes with the avahi-daemon package.

I also discovered, that there is a 'host' process hanging. So, the above script
seems to hang in line 76:

  OUT=`LC_ALL=C host -t soa local. 2>&1`

'host' is part of the bind9-host package.


Currently, I simply deinstalled avahi-daemon. Luckily, I don't need that 
package.


I'm not sure, which package is to blame for this bug, my candidates are (in this
order):

bind9-host
avahi-daemon
vpnc

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

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

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

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

Title:
  vpnc hangs, if avahi-daemon installed

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

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

[Bug 1359990] Re: Strange quotation in german messages. i.e. 'cp -v .bashrc /tmp/' outputs: ».bashrc“ -> »/tmp/.bashrc“

2018-04-07 Thread Mütze
Seems to be fixed silently.


I now get:

$ cp -v .bashrc /tmp/
'.bashrc' -> '/tmp/.bashrc'
$ cp /tmp/does_not_exist .
cp: Aufruf von stat für '/tmp/does_not_exist' nicht möglich: Datei oder 
Verzeichnis nicht gefunden
$ cp
cp: Fehlender Dateioperand
„cp --help“ liefert weitere Informationen.

which is ok.


I'm using ubuntu 16.04, therefore I haven't tested it with 14.04.

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

Title:
  Strange quotation in german messages. i.e. 'cp -v .bashrc /tmp/'
  outputs: ».bashrc“ -> »/tmp/.bashrc“

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

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

[Bug 1446132] Re: kde systemsettings reacts on doubleclick only

2015-04-26 Thread Mütze
I have the same problem.

Also some file open dialogs (i.e. kate) use double click.
The mouse in system settings is set to single click.

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

Title:
  kde systemsettings reacts on doubleclick only

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1446132/+subscriptions

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


[Bug 1359990] [NEW] Strange quotation in german messages. i.e. 'cp -v .bashrc /tmp/' outputs: ».bashrc“ - »/tmp/.bashrc“

2014-08-21 Thread Mütze
Public bug reported:

This is about a strange quotation in some german messages, see:

$ cp -v .bashrc /tmp/
».bashrc“ - »/tmp/.bashrc“

$ cp /tmp/does_not_exist .
cp: der Aufruf von stat für »/tmp/does_not_exist“ ist nicht möglich: Datei oder 
Verzeichnis nicht gefunden

I'm talking about the » and “ characters. They should be „ and “, as can
be found in the usage message of cp:

$ cp
cp: Fehlender Dateioperand
„cp --help“ liefert weitere Informationen.

The english messages all use ' for the quotation marks, which is ok:

$ LANG=C cp -v .bashrc /tmp/
'.bashrc' - '/tmp/.bashrc'

I'd like to sum up the german wikipedia on quotation marks
(https://de.wikipedia.org/wiki/Anführungszeichen):

* When using a typewriter, both ... or '...' can be used.
* In germany and austria, both „...“ and »...« can be used. I'd prefer „...“, 
as the latter is not widely used in germany.
* In switzerland, liechtenstein and france, «…» is used.

Note that  (typewriter version) and “ (to be used together with „) are
different characters.

Sure, there are many possibilities, but the current messages are wrong!

I'd prefer '...' at least for the output of 'cp -v ...', as this might be 
parsed in some shell scripts. For consistency,
I would vote for using '...' everywhere.

Alternatively, using „...“ everywhere would also be a good choice.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: coreutils 8.21-1ubuntu5
ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
Uname: Linux 3.13.0-34-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
CurrentDesktop: KDE
Date: Thu Aug 21 23:20:41 2014
InstallationDate: Installed on 2012-08-12 (739 days ago)
InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
SourcePackage: coreutils
UpgradeStatus: Upgraded to trusty on 2014-04-21 (122 days ago)

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


** Tags: trusty

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

Title:
  Strange quotation in german messages. i.e. 'cp -v .bashrc /tmp/'
  outputs: ».bashrc“ - »/tmp/.bashrc“

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

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

[Bug 937919] Re: Dragon player reliably crashes when selecting a scene on a dvd

2012-04-15 Thread Mütze
Got the following messages, when starting dragon inside a terminal:

[...]
libdvdnav: Language 'de' not found, using 'en' instead
libdvdnav: Menu Languages available: en 
Stream changed to dvd:// 
QPainter::begin: Paint device returned engine == 0, type: 2
State change 
Moving from ready 1 to paused 4 
Stream changed to dvd:// 
State change 
Moving from paused 4 to playing 2 
KCrash: Application 'dragon' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/home/X/.kde/socket-X/kdeinit4__0
1 
1 
About to finish 
About to finish 
About to finish 
dragon: Fatal IO error: client killed
1 

** (dragon:5215): WARNING **: gstvideo: failed to get caps of pad
xvimagesink0:sink

(dragon:5215): GLib-ERROR **: file 
/build/buildd/glib2.0-2.32.0/./glib/gthread-posix.c: line 1158 
(g_system_thread_wait): error 'Verklemmung beim Zugriff auf eine Ressource 
vermieden' during 'pthread_join (pt-system_thread, NULL)'
Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)

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

Title:
  Dragon player reliably crashes when selecting a scene on a dvd

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

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


[Bug 851736] Re: flash is missing after upgrade to 11.10

2011-10-10 Thread Mütze
I had the same problem. http_proxy is not set.

The error was in /etc/apt/apt.conf:

Aquire::http::Proxy false;

After deleting the above line, I could install flashplugin-installer without
any problem.

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

Title:
  flash is missing after upgrade to 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/851736/+subscriptions

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


[Bug 491856] Re: [965gm] xorg update results in blank screen on boot

2009-12-06 Thread Mütze
I have the same problem, with a different Intel Graphics Controller (see
attachment).

After adding 'i915.modeset=0 acpi=off' to my kernel cmdline (removing
quiet and splaxh), I am able to boot into a graphical environment. But
the xserver falls back to the VESA driver. I'm unsure, if I need both options,
I will test that during the next reboots.

I've noticed that grub2 does not display the default graphical boot screen.
But, since I've reinstalled Karmic due to this bug, which replaced an existing
old grub installation, I don't know, if that's due to this bug. I had to 
uncomment
the 'GRUB_TERMINAL=console' line in /etc/default/grub.


** Attachment added: lspci -vv  -d 8086:2992
   http://launchpadlibrarian.net/36493727/lscpi-vv.txt

-- 
[965gm] xorg update results in blank screen on boot
https://bugs.launchpad.net/bugs/491856
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 491856] Re: [965gm] xorg update results in blank screen on boot

2009-12-06 Thread Mütze
The xorg log, when booting with 'i915.modeset=0 acpi=off'.

** Attachment added: The Xorg.0.log
   http://launchpadlibrarian.net/36493759/Xorg.0.log

-- 
[965gm] xorg update results in blank screen on boot
https://bugs.launchpad.net/bugs/491856
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