[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-08 Thread Søren Løvborg
So, this appears to be caused by a well-intentioned sanity check in Grub
that sees an error where there's none when checking grubenv files
spanning multiple "blocks".

In checking that blocks don't overlap, the code has an if-statement that
appears to be accidentally negated ("if (s2 > s1)", should be "if (s1 >
s2)"), causing Grub to *always* report an error *unless* all blocks
overlap. Offending commit appears to be cb72aa1.

I can only assume that the only reason this hasn't been caught earlier
is that the grubenv file most commonly only consists of one Grub
"block"?

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

Title:
  error: malformed file, press any key to continue

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

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


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-08 Thread Søren Løvborg
Aaand here's the upstream bug. http://savannah.gnu.org/bugs/?42134

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

Title:
  error: malformed file, press any key to continue

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

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


[Bug 1248400] Re: Wireshark hangs, spewing Gtk errors

2014-02-06 Thread Søren Løvborg
I don't know why the original reporter filed a bug against Ubuntu, when
he or she is not using Ubuntu, but I've taken the liberty to re-open the
bug since I can confirm the problem exists on Ubuntu 13.10, running
under GNOME 3. (Wireshark starts normally, then hangs when switching to
packet dump view.)

The above-mentioned LIBOVERLAY_SCROLLBAR work-around resolves the issue,
so it might be related to  #1208583, although I don't see an actual
crash (only a hang), and it happens consistently for me. Although the
"overlay-scrollbar" component appears implicated, I have not observed
the problem in other applications than Wireshark.

** Description changed:

- I run wireshark in terminal and collected log:
+ Wireshark hangs, emitting an infinite supply of error messages like the
+ following:
  
  (wireshark:12520): Gtk-CRITICAL **: gtk_range_get_adjustment: assertion
  'GTK_IS_RANGE (range)' failed
  
  (wireshark:12520): GLib-GObject-WARNING **: invalid unclassed pointer in
  cast to 'GtkOrientable'
  
  (wireshark:12520): Gtk-CRITICAL **: gtk_orientable_get_orientation:
  assertion 'GTK_IS_ORIENTABLE (orientable)' failed
  
  (wireshark:12520): GLib-GObject-WARNING **: invalid unclassed pointer in
  cast to 'GtkScrollbar'
  
  (wireshark:12520): GLib-GObject-WARNING **: invalid unclassed pointer in
  cast to 'GtkWidget'
  
  (wireshark:12520): GLib-GObject-WARNING **: invalid unclassed pointer in
  cast to 'GObject'
  
  (wireshark:12520): GLib-GObject-CRITICAL **: g_object_get_qdata:
  assertion 'G_IS_OBJECT (object)' failed
  
  (wireshark:12520): Gtk-CRITICAL **: gtk_widget_set_name: assertion
  'GTK_IS_WIDGET (widget)' failed
  
  (wireshark:12520): GLib-GObject-WARNING **: invalid unclassed pointer in
  cast to 'GObject'
  
  (wireshark:12520): GLib-GObject-CRITICAL **: g_object_set_qdata_full:
  assertion 'G_IS_OBJECT (object)' failed
  
  (wireshark:12520): GLib-GObject-WARNING **: invalid unclassed pointer in
  cast to 'GtkRange'
  
- Info about my system:
+ 
  
- oleg@ALT071:~$ uname -a
- Linux ALT071 3.12.0-031200-generic #201311031935 SMP Mon Nov 4 00:36:54 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux
+ $ cat /etc/lsb-release 
+ DISTRIB_ID=Ubuntu
+ DISTRIB_RELEASE=13.10
+ DISTRIB_CODENAME=saucy
+ DISTRIB_DESCRIPTION="Ubuntu 13.10"
  
- Info about my wireshrak-packadge:
+ $ uname -a
+ Linux sjl 3.11.0-15-generic #25-Ubuntu SMP Thu Jan 30 17:25:07 UTC 2014 i686 
i686 i686 GNU/Linux
  
- Version 1.11.1+svn53025 (SVN Rev Unknown from unknown)
+ $ dpkg-query -W wireshark
+ wireshark 1.10.2-1
+ 
+ $ wireshark --version
+ wireshark 1.10.2 (SVN Rev 51934 from /trunk-1.10)
  
  Copyright 1998-2013 Gerald Combs  and contributors.
  This is free software; see the source for copying conditions. There is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  
- Compiled (64-bit) with GTK+ 3.8.4, with Cairo 1.12.16, with Pango 1.32.5, with
- GLib 2.38.1, with libpcap, with libz 1.2.8, with POSIX capabilities (Linux),
+ Compiled (32-bit) with GTK+ 3.8.4, with Cairo 1.12.16, with Pango 1.32.5, with
+ GLib 2.37.7, with libpcap, with libz 1.2.8, with POSIX capabilities (Linux),
  without libnl, with SMI 0.4.8, with c-ares 1.10.0, with Lua 5.1, without 
Python,
  with GnuTLS 2.12.23, with Gcrypt 1.5.0, with MIT Kerberos, with GeoIP, with
- PortAudio V19-devel (built Oct  8 2012 16:37:35), with AirPcap.
+ PortAudio V19-devel (built Oct  8 2012 16:25:16), with AirPcap.
  
- Running on Linux 3.12.0-031200-generic, with locale ru_RU.UTF-8, with libpcap
+ Running on Linux 3.11.0-15-generic, with locale en_US.UTF-8, with libpcap
  version 1.4.0, with libz 1.2.8, GnuTLS 2.12.23, Gcrypt 1.5.0, without AirPcap.
-    Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz
  
  Built using gcc 4.8.1.
- 
- Wireshark is Open Source Software released under the GNU General Public
- License.
- 
- Check the man page and http://www.wireshark.org for more information.

** Changed in: wireshark (Ubuntu)
   Status: Invalid => New

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

Title:
  Wireshark hangs, spewing Gtk errors

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

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

[Bug 1248400] Re: Wireshark hangs, spewing Gtk errors

2014-02-06 Thread Søren Løvborg
** Summary changed:

- Wireshark crashed when i run him
+ Wireshark hangs, spewing Gtk errors

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

Title:
  Wireshark hangs, spewing Gtk errors

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

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


[Bug 1263358] [NEW] ssh client disregards KbdInteractiveAuthentication option

2013-12-21 Thread Søren Løvborg
Public bug reported:

Even if keyboard-interactive authentication is disabled in .ssh/config
or on the command-line, ssh(1) will go ahead and try it if supported by
the server. (The client *does* respect PasswordAuthentication=no and
PubkeyAuthentication=no.)

Using Ubuntu 13.10 Server 64-bit.

$ ssh  -v -o KbdInteractiveAuthentication=no 127.0.0.1
OpenSSH_6.2p2 Ubuntu-6ubuntu0.1, OpenSSL 1.0.1e 11 Feb 2013
debug1: Reading configuration data /home/user/.ssh/config
debug1: /home/user/.ssh/config line 1: Applying options for 127.0.0.1
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to 127.0.0.1 [127.0.0.1] port 123.
debug1: Connection established.
debug1: identity file /home/user/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-4096
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-4096
debug1: identity file /home/user/.ssh/id_rsa-cert type -1
debug1: identity file /home/user/.ssh/id_dsa type -1
debug1: identity file /home/user/.ssh/id_dsa-cert type -1
debug1: identity file /home/user/.ssh/id_ecdsa type -1
debug1: identity file /home/user/.ssh/id_ecdsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2p2 Ubuntu-6ubuntu0.1
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.2p2 
Ubuntu-6ubuntu0.1
debug1: match: OpenSSH_6.2p2 Ubuntu-6ubuntu0.1 pat OpenSSH*
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5-...@openssh.com none
debug1: kex: client->server aes128-ctr hmac-md5-...@openssh.com none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx
debug1: Host '[127.0.0.1]:123' is known and matches the ECDSA host key.
debug1: Found key in /home/user/.ssh/known_hosts:50
debug1: ssh_ecdsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: keyboard-interactive
debug1: Next authentication method: keyboard-interactive
Password:

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


** Tags: saucy

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

Title:
  ssh client disregards KbdInteractiveAuthentication option

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

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


[Bug 363430] Re: "error, couldn't find SDL module from MLT, Kdenlive will not start untill you fix this"

2011-11-09 Thread Søren Løvborg
@Max: Thank you, that finally did the trick for me (on Ubuntu 11.10
64-bit).

The TL;DRG (too long; don't read German) version of the work-around:

Run the following command from the terminal:

echo -n '[version]\nversion=0.8' >> ~/.kde/share/config/kdenliverc

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

Title:
  "error, couldn't find SDL module from MLT, Kdenlive will not start
  untill you fix this"

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

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


[Bug 362091] Re: The selection should not change when using back or forward navigation

2009-07-25 Thread Søren Løvborg
** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

-- 
The selection should not change when using back or forward navigation
https://bugs.launchpad.net/bugs/362091
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