[Bug 1386005] Re: Password not accepted graphical boot for encrypted root system

2017-01-01 Thread Ondrej Balaz
I am affected by the very same bug in 16.10. I have hybrid
virtual/dulaboot system - a physical encrypted partition + dedicated ESP
that is bootable on bare metal from UEFI and able to load either Ubuntu
or Windows; or bootable via VirtualBox using dedicated ESP and UEFI
boot.

- In case of bare metal everything boots properly and password can be
entered

- In case of booting in virtualbox boot stucks in LUKS password phase.
Any attempt to type is immediately echoed in text-mode over Plymouth
graphical screen (top left corner) and submit with enter doesn't work.
If I edit kernel GRUB's Ubuntu entry and remove these specific lines:

load_video
gfxmode ...

and remove following from kernel commandline: splash $vt.handoff

it boots in text mode, I am able to enter keyphrase and it boots just
fine.

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

Title:
  Password not accepted graphical boot for encrypted root system

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

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


[Bug 1096326] Re: Missing default nameserver for dnsmasq after connecting with openconnect

2015-10-23 Thread Ondrej Balaz
This issue is also present on 15.10 where dnsmasq-base is default
behavior. Even when connection clearly sets default route and DNS
servers are correctly displayed in Connection Information dialog they
are always added only for given zones (is that split DNS?).

As a workaround following command can be used to send default DNS
server(s) to dnsmasq using DBus:

sudo dbus-send --print-reply --system
--dest=org.freedesktop.NetworkManager.dnsmasq /uk/org/thekelleys/dnsmasq
uk.org.thekelleys.SetServers uint32:

where  is integer representation of name server IP address (network
byte order).

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

Title:
  Missing default nameserver for dnsmasq after connecting with
  openconnect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openconnect/+bug/1096326/+subscriptions

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


[Bug 1503902] Re: Network stops working after inserting nf_conntrack.ko to kernel

2015-10-07 Thread Ondrej Balaz
After some Internet research it seems this issue is already fixed in mainline 
kernel:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=9cf94eab8b309e8bcc78b41dd1561c75b537dd0b

I will try to cherry-pick to latest ubuntu kernel and report back the
results.

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

Title:
  Network stops working after inserting nf_conntrack.ko to kernel

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

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


[Bug 1503902] [NEW] Network stops working after inserting nf_conntrack.ko to kernel

2015-10-07 Thread Ondrej Balaz
Public bug reported:

While evaluating Wily for further use I found that after random period
of time Internet connection drops (while IP stack is configured
properly) and system message log gets quickly filled with following
messages:

Oct 07 14:06:25 hikari kernel: nf_conntrack: table full, dropping packet
Oct 07 14:06:26 hikari kernel: nf_conntrack: table full, dropping packet

Problem occurs only if I manually load nf_conntrack or related kernel
modules or start Shorewall (which loads nf_conntrack obviously).
Removing nf_conntrack and nf_conntrack and dependent modules fixes
problem and restores Internet connection.

With older builds of linux kernel (4.1.0-*) everything works as
expected.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: linux-image-4.2.0-14-generic 4.2.0-14.16
ProcVersionSignature: Ubuntu 4.2.0-14.16-generic 4.2.2
Uname: Linux 4.2.0-14-generic x86_64
ApportVersion: 2.19.1-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  blami  1805 F pulseaudio
CurrentDesktop: Unity
Date: Wed Oct  7 23:56:46 2015
MachineType: LENOVO 2325DV5
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-14-generic 
root=UUID=ac8f53c6-5a42-45b3-aa74-4237647b3936 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.2.0-14-generic N/A
 linux-backports-modules-4.2.0-14-generic  N/A
 linux-firmware1.148
SourcePackage: linux
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
WifiSyslog:
 
dmi.bios.date: 03/05/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: G2ETA0WW (2.60 )
dmi.board.asset.tag: Not Available
dmi.board.name: 2325DV5
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrG2ETA0WW(2.60):bd03/05/2013:svnLENOVO:pn2325DV5:pvrThinkPadX230:rvnLENOVO:rn2325DV5:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2325DV5
dmi.product.version: ThinkPad X230
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug wily

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

Title:
  Network stops working after inserting nf_conntrack.ko to kernel

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

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


[Bug 1095254] [NEW] Signond ignores HTTP proxy setting

2013-01-02 Thread Ondrej Balaz
Public bug reported:

Description:Ubuntu 12.10
Release:12.10

Package version: 8.43-0ubuntu1

Signon ignores proxy settings in System Settings... - Network -
Network proxy. Everytime I set the proxy (at work, not using it at home)
I get red power gear icon indicator with message about online accounts
being not accessible and have to re-connect everything (which does not
work from behind the proxy). Any application that uses signon (e.g.
shotwell, empathy, various lenses in unity) does not work while behind
the proxy (getting errors). Proxy server is McAffee Web Gateway (at
work) or Squid.

** Affects: signon (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/1095254

Title:
  Signond ignores HTTP proxy setting

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

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


[Bug 1094032] [NEW] telepathy-gabble generates 100% CPU load and probably leaks memory when unable to connect

2012-12-27 Thread Ondrej Balaz
Public bug reported:

Description:Ubuntu 12.10
Release:12.10

telepathy-gabble:
  Installed: 0.16.1-2
  Candidate: 0.16.1-2
  Version table:
 *** 0.16.1-2 0
500 http://cz.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
100 /var/lib/dpkg/status

When behind the proxy telepathy-gabble cannot connect to jabber server
as the empathy/telepathy framework does not seem to support proxy (see
bug 893031). While it tries to connect, telepathy-gabble takes single of
CPU cores and generates 100% load (probably polling in endless loop or
so).

Also, it is very likely that there's a memory leak in telepathy-gabble
as after 10mins of it's process being stuck it takes around 3gigs of
virtual memory according to htop's output.

** Affects: telepathy-gabble (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/1094032

Title:
  telepathy-gabble generates 100% CPU load and probably leaks memory
  when unable to connect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-gabble/+bug/1094032/+subscriptions

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


[Bug 751689] Re: ThinkPads overheat due to slow fans when on 'auto'

2012-04-14 Thread Ondrej Balaz
I have same problem with Ubuntu 11.10 and 12.04 Beta on my X201 and
T420. Problem does not appear with Fedora 15 and higher and also when
using Debian with custom kernel. My laptop reaches critical state faster
when docked.

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

Title:
  ThinkPads overheat due to slow fans when on 'auto'

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

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