[Bug 1313521] Re: Chromium cannot use the HTML (no JS) version of DuckDuckGo, if DDG is the default search engine

2019-08-03 Thread mpb
The HTML version of DuckDuckGo seems to be working fine now on Ubuntu
18.04 with Chromium 75.0.3770.90-0ubuntu0.18.04.1.

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

Title:
  Chromium cannot use the HTML (no JS) version of DuckDuckGo, if DDG is
  the default search engine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1313521/+subscriptions

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

[Bug 1218702] Re: ubiquity resizes partition even when not asked to.

2018-04-27 Thread mpb
I encountered this bug installing 18.04.

I was able to work around the bug by:
dd  if=/dev/zero  of=/dev/sdXN

(... where /dev/sdXN is the appropriate device on my system.)

I used two partitions: one for / (root), and the other for /boot

It was the /boot partition that Ubiquity would resize.
Ubiquity would shrink it from 500 MiB to slightly less, perhaps around 499.7 
MiB.

It may be that Ubiquity is shrinking from 500MiB to 524MB.  Ubiquity may
display and analyze partitions in MB (base 10), not MiB (base 2).

It is interesting that:

1) the shrink only seems to happen if the partition is formatted prior
to Ubiquity running.

In other words:

2) I believe the (unwanted) shrink dose not happen if the partition is
filled with zeros.  (Actually, it is possible that only the beginning of
the partition needs to be zeroed.)

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

Title:
  ubiquity resizes partition even when not asked to.

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

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

[Bug 1626775] Re: add-apt-repository incorrect error msg for ipv6

2017-02-01 Thread mpb
My Ubuntu 16.04 system does not have a default gateway.  Instead, I have
configured apt-get to use an HTTP proxy.

Today I tried to add a ppa.

$ sudo add-apt-repository ppa:libreoffice/libreoffice-prereleases
Cannot add PPA: 'ppa:~libreoffice/ubuntu/libreoffice-prereleases'.
ERROR: '~libreoffice' user or team does not exist.

The error message is incorrect.  ~libreoffice does exist.

A better error message would be something like:

ERROR: unable to connect to remote host 

To reproduce the problem, simply run "sudo route del default", and then
try to add a new ppa with add-apt-repository.

Bugs #1053531, #1433761 may be tangentially related.

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

Title:
  add-apt-repository incorrect error msg for ipv6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1626775/+subscriptions

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

[Bug 1650667] Re: Dapper Contents files are empty at old-releases.ubuntu.com

2016-12-16 Thread mpb
I have no idea why Launchpad classified this bug as belonging to
systemd.  I thought I told launchpad that I did not know which package
should be associated with this bug.  Sorry!


** Package changed: systemd (Ubuntu) => dapper-backports

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

Title:
  Dapper Contents files are empty at old-releases.ubuntu.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/dapper-backports/+bug/1650667/+subscriptions

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


[Bug 1650667] [NEW] Dapper Contents files are empty at old-releases.ubuntu.com

2016-12-16 Thread mpb
Public bug reported:

Is there some reason that the Contents-.gz files are empty for
Dapper at old-releases.ubuntu.com?

http://old-releases.ubuntu.com/ubuntu/dists/dapper/

Contents-amd64.gz   29-Apr-2011 05:39  677   
Contents-hppa.gz16-Dec-2008 05:56  9.1M  
Contents-i386.gz29-Apr-2011 05:39  677   
Contents-ia64.gz29-Apr-2011 05:39  677   
Contents-powerpc.gz 29-Apr-2011 05:39  677   
Contents-sparc.gz   29-Apr-2011 05:39  677

Contents-hppa.gz is 9.1M, but all the others are only 677 bytes long.

Is this fixable?

** Affects: dapper-backports
 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/1650667

Title:
  Dapper Contents files are empty at old-releases.ubuntu.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/dapper-backports/+bug/1650667/+subscriptions

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

[Bug 589496] Re: bash --rcfile does not behave as documented

2016-09-28 Thread mpb
[TL;DR:  Bash developer Chet Ramey claimed in 2015 that this is a
documentation bug.  Then, in 2016, a documentation patch has been
proposed to (and possibly accepted by?) Debian.]

On 16 Sep 2016, Chet Ramey released version 4.4 of bash.  This inspired
me to check and see if this long standing issue has been fixed.  Here is
what I learned.

Debian bug # 343673 from 2005.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343673

Debian bug # 516152 from 2009.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516152

GNU Savannah bug #107950 from 2012.
https://savannah.gnu.org/support/index.php?107950

In 2015, Chet Ramey commented on the above Savannah bug report:

"Debian made that documentation error. If you compile with -DSYS_BASHRC,
it's always executed, as is ~/.bashrc (or the file specified with
--rcfile)"

In other words, Ramey claims this is a documentation bug.  I do not know
if -DSYS_BASHRC has only the one above effect, or if it also has other
effects as well.

In 2016, Tom Levy posted the following comment on Debian bug #516152
(see above link).

"Convincing Chet that the behaviour in Debian's documentation is preferable
to the current behaviour seems hard considering his 3-year response time.  I 
propose changing the documentation."

Levy also included a patch to Debian's bash man page.  The patch is
here:

https://bugs.debian.org/cgi-bin/bugreport.cgi?att=3;bug=516152;filename
=man-bashrc.diff.patch;msg=27

I am not an expert on the Debian development process, so I am unable to
determine if the patch has been accepted by Debian.

The patch does not appear to have been applied to the following file,
but this might not be the correct place to look for the patch.  (Again,
I am not a Debian expert.)

http://sources.debian.net/src/bash/4.4-1/doc/bash.1/

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

Title:
  bash --rcfile does not behave as documented

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

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


[Bug 1575436] Re: Some HTML5 YouTube videos don't work in Chromium

2016-08-12 Thread mpb
An update to my above (2016-06-19) comment.

Today I upgraded from:
49.0.2623.108-0ubuntu0.14.04.1.1113  to:
51.0.2704.79-0ubuntu0.14.04.1.1121.

Youtube video plays correctly in version 51.  Yay!

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

Title:
  Some HTML5 YouTube videos don't work in Chromium

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1575436/+subscriptions

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


[Bug 1575436] Re: Some HTML5 YouTube videos don't work in Chromium

2016-06-18 Thread mpb
I am not sure if this is relevant or related, but I am running
49.0.2623.108-0ubuntu0.14.04.1.1113 on amd64.

A couple days ago I upgraded to 50.x, possibly it was
50.0.2661.102-0ubuntu0.14.04.1.1117.

After this upgrade, no videos would play on YouTube.  I think there was
audio playback, but the video display rectangle was just black, maybe
with a couple grey lines.

I am running Ubuntu 14.04 on a motherboard with Intel integrated
graphics.

I then downgraded back 49.0.2623.108-0ubuntu0.14.04.1.1113.  Luckily I
was able to find the correct .deb files for the downgrade.

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

Title:
  Some HTML5 YouTube videos don't work in Chromium

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1575436/+subscriptions

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


[Bug 1562756] Re: Update ubuntu-mate-meta to fix dependency issue

2016-03-28 Thread mpb
** Summary changed:

- Update ubuntu-mate-menu to fix dependency issue
+ Update ubuntu-mate-meta to fix dependency issue

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

Title:
  Update ubuntu-mate-meta to fix dependency issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-mate-meta/+bug/1562756/+subscriptions

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


[Bug 1490824] [NEW] "unsafe swap space detected" error prevents encrypted install when swap partition exists

2015-08-31 Thread mpb
Public bug reported:

I am trying to install wily-desktop-i386.iso, downloaded on August 31.

I am trying to install onto a USB drive, sdc, with sdc1 being /boot and
sdc2 being a physical volume for encryption.

Also on this system is a hard drive, sda, with a previous Ubuntu
install, including a swap partition.

When I try to create a physical volume for encryption on sdc2, I am
prompted for a password.  After entering the password, the following
message is displayed:

"Unsafe swap space detected.  An unsafe swap space has been detected.
[snip]  Please disable the swap space (e.g. by running swapoff) ..."

The problem is, no matter how many times I run swapoff, ubiquity
reactivates the swap automatically and repeatedly.

For example, even if I run swapoff immediately prior to entering the
encryption password, ubiquity will reactivate the swap prior to creating
the physical volume for encryption, and the creation will again fail.

So...

1) It appears that swapoff is insufficient.  In reality, there must be
no visible swap partitions on the system.

2) The error message "Unsafe swap space detected" could certainly be
displayed prior to asking me to enter my password.

Either or both of these could be fixed.  Or the error message could be
updated to say: "Sorry, you cannot create encrypted partitions as long
as swap partitions are visible on this system."

Thanks!

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

** Description changed:

  I am trying to install wily-desktop-i386.iso, downloaded on August 31.
  
  I am trying to install onto a USB drive, sdc, with sdc1 being /boot and
  sdc2 being a physical volume for encryption.
  
  Also on this system is a hard drive, sda, with a previous Ubuntu
  install, including a swap partition.
  
  When I try to create a physical volume for encryption on sdc2, I am
  prompted for a password.  After entering the password, the following
  message is displayed:
  
  "Unsafe swap space detected.  An unsafe swap space has been detected.
  [snip]  Please disable the swap space (e.g. by running swapoff) ..."
  
  The problem is, no matter how many times I run swapoff, ubiquity
  reactivates the swap automatically and repeatedly.
  
  For example, even if I run swapoff immediately prior to entering the
  encryption password, ubiquity will reactivate the swap prior to creating
- the physical volume for encryption, and the encryption will again fail.
+ the physical volume for encryption, and the creation will again fail.
  
  So...
  
  1) It appears that swapoff is insufficient.  In reality, there must be
  no visible swap partitions on the system.
  
  2) The error message "Unsafe swap space detected" could certainly be
  displayed prior to asking me to enter my password.
  
  Either or both of these could be fixed.  Or the error message could be
  updated to say: "Sorry, you cannot create encrypted partitions as long
  as swap partitions are visible on this system."
  
  Thanks!

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

Title:
  "unsafe swap space detected" error prevents encrypted install when
  swap partition exists

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

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


[Bug 1299557] Re: cryptsetup luksFormat fails with -s keysize

2015-06-18 Thread mpb
I ran into this problem again today and found my old bug report.  I
downloaded the source code for cryptsetup-1.6.7, and built it manually.

Version 1.6.7 gives me a more informative error message.

$ sudo ./cryptsetup -y -s 128 luksFormat /dev/sdd1

WARNING!

This will overwrite data on /dev/sdd1 irrevocably.

Are you sure? (Type uppercase yes): YES
Enter passphrase: 
Verify passphrase: 
Failed to setup dm-crypt key mapping for device /dev/sdd1.
Check that kernel supports aes-xts-plain64 cipher (check syslog for more info).
Key size in XTS mode must be 256 or 512 bits.

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

Title:
  cryptsetup luksFormat fails with -s keysize

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

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


[Bug 1313521] Re: Chromium cannot use the HTML (no JS) version of DuckDuckGo

2014-04-28 Thread mpb
I wonder if apport will give you sufficient information to reproduce
this bug.  I have discovered the bug is more complicated than it first
appeared.  Here is how to reproduce it.

1) Boot ubuntu-14.04-desktop-amd64.iso from a USB stick.

2) Install and run chromium-browser

3) Manage search engines, add a new search engine:

ddg  ddg  https://duckduckgo.com/html/?q=%s

4) Make the new search engine the default.

5) Press ctrl+t to get a new tab, type testing in the url/search box,
press enter and get a page of results.

6) Click on the green magnifying glass to search again.  You will get a
page without any search results.

7) Switch the default search engine to Google.  Now the
duckduckgo.com/html/ page will search correctly and display results.

8) Switch the default search engine back to ddg, and the problem
reappears.

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Chromium cannot use the HTML (no JS) version of DuckDuckGo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1313521/+subscriptions

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


[Bug 1314022] [NEW] Selecting/copying an url in the omnibox no longer (magically) copies the http://

2014-04-28 Thread mpb
Public bug reported:

Back in Ubuntu 13.04, if you selected (by painting or triple-clicking) a
URL in the omnibox, and then pasted it somewhere (with the middle mouse
button), the pasted version would automatically have http:// prepended
to the URL, even though Chromium does not display http:// in the
omnibox.  This was very useful.

Unfortunately, in Ubuntu 14.04, Chromium no longer magically prepends
http:// to pasted URLS.

More precisely, Chromium DOES prepend the http:// when you Cut and
Paste, but DOES NOT when you paint or triple click, followed by a middle
click.

** Affects: chromium-browser (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/1314022

Title:
  Selecting/copying an url in the omnibox no longer (magically) copies
  the http://

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1314022/+subscriptions

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


[Bug 1313521] Re: Chromium cannot use the HTML (no JS) version of DuckDuckGo, if DDG is the default search engine

2014-04-28 Thread mpb
** Summary changed:

- Chromium cannot use the HTML (no JS) version of DuckDuckGo
+ Chromium cannot use the HTML (no JS) version of DuckDuckGo, if DDG is the 
default search engine

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

Title:
  Chromium cannot use the HTML (no JS) version of DuckDuckGo, if DDG is
  the default search engine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1313521/+subscriptions

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


[Bug 1313521] [NEW] Chromium cannot use the HTML (no JS) version of DuckDuckGo

2014-04-28 Thread mpb
Public bug reported:

On Ubuntu 14.04, with
Chromium Version 34.0.1847.116 Ubuntu 14.04 aura (260972)
provided by: 34.0.1847.116-0ubuntu2

Chromium can successfully search here:
https://duckduckgo.com/

But not here:
https://duckduckgo.com/html/
(Enter a query, press Enter, and you will get a blank page.)

Firefox can search at both urls, as can Chromium 28.x on Ubuntu 13.04.

** Affects: chromium-browser (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/1313521

Title:
  Chromium cannot use the HTML (no JS) version of DuckDuckGo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1313521/+subscriptions

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


[Bug 1313521] RelatedPackagesPolicy.txt

2014-04-28 Thread mpb
apport information

** Attachment added: RelatedPackagesPolicy.txt
   
https://bugs.launchpad.net/bugs/1313521/+attachment/4099847/+files/RelatedPackagesPolicy.txt

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

Title:
  Chromium cannot use the HTML (no JS) version of DuckDuckGo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1313521/+subscriptions

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


[Bug 1313521] InstalledPlugins.txt

2014-04-28 Thread mpb
apport information

** Attachment added: InstalledPlugins.txt
   
https://bugs.launchpad.net/bugs/1313521/+attachment/4099845/+files/InstalledPlugins.txt

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

Title:
  Chromium cannot use the HTML (no JS) version of DuckDuckGo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1313521/+subscriptions

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


[Bug 1313521] RelatedPackageVersions.txt

2014-04-28 Thread mpb
apport information

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.launchpad.net/bugs/1313521/+attachment/4099846/+files/RelatedPackageVersions.txt

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

Title:
  Chromium cannot use the HTML (no JS) version of DuckDuckGo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1313521/+subscriptions

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


[Bug 1313521] gconf-keys.txt

2014-04-28 Thread mpb
apport information

** Attachment added: gconf-keys.txt
   
https://bugs.launchpad.net/bugs/1313521/+attachment/4099848/+files/gconf-keys.txt

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

Title:
  Chromium cannot use the HTML (no JS) version of DuckDuckGo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1313521/+subscriptions

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


[Bug 1313521] Dependencies.txt

2014-04-28 Thread mpb
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1313521/+attachment/4099843/+files/Dependencies.txt

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

Title:
  Chromium cannot use the HTML (no JS) version of DuckDuckGo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1313521/+subscriptions

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


[Bug 1313521] DiskUsage.txt

2014-04-28 Thread mpb
apport information

** Attachment added: DiskUsage.txt
   
https://bugs.launchpad.net/bugs/1313521/+attachment/4099844/+files/DiskUsage.txt

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

Title:
  Chromium cannot use the HTML (no JS) version of DuckDuckGo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1313521/+subscriptions

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


[Bug 1313521] Re: Chromium cannot use the HTML (no JS) version of DuckDuckGo

2014-04-28 Thread mpb
apport information

** Tags added: apport-collected trusty

** Description changed:

  On Ubuntu 14.04, with
  Chromium Version 34.0.1847.116 Ubuntu 14.04 aura (260972)
  provided by: 34.0.1847.116-0ubuntu2
  
  Chromium can successfully search here:
  https://duckduckgo.com/
  
  But not here:
  https://duckduckgo.com/html/
  (Enter a query, press Enter, and you will get a blank page.)
  
  Firefox can search at both urls, as can Chromium 28.x on Ubuntu 13.04.
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3
+ Architecture: amd64
+ CasperVersion: 1.340
+ Desktop-Session:
+  DESKTOP_SESSION = None
+  XDG_CONFIG_DIRS = None
+  XDG_DATA_DIRS = None
+ DetectedPlugins:
+  
+ DistroRelease: Ubuntu 14.04
+ Env:
+  MOZ_PLUGIN_PATH = None
+  LD_LIBRARY_PATH = None
+ LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
+ Package: chromium-browser 34.0.1847.116-0ubuntu2
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
+ Tags:  trusty
+ Uname: Linux 3.13.0-24-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True
+ chromium-default: CHROMIUM_FLAGS=
+ modified.conffile..etc.default.chromium.browser: [deleted]

** Attachment added: ChromiumPrefs.txt
   
https://bugs.launchpad.net/bugs/1313521/+attachment/4099842/+files/ChromiumPrefs.txt

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

Title:
  Chromium cannot use the HTML (no JS) version of DuckDuckGo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1313521/+subscriptions

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


[Bug 1299557] [NEW] cryptsetup luksFormat fails with -s keysize

2014-03-29 Thread mpb
Public bug reported:

I installed beta2 of 14.04 yesterday.  Today, I am trying to manually
create an encrypted partition.  If I specify a key size to cryptsetup
with -s, cryptsetup fails as follows.

root@slab:~# cryptsetup -y -s 128 luksFormat /dev/sda6
WARNING!

This will overwrite data on /dev/sda6 irrevocably.
Are you sure? (Type uppercase yes): YES
Enter passphrase:
Verify passphrase:
device-mapper: reload ioctl on  failed: Invalid argument
Failed to open temporary keystore device.
device-mapper: remove ioctl on temporary-cryptsetup-2231 failed: No such device 
or address
device-mapper: reload ioctl on temporary-cryptsetup-2231 failed: No such device 
or address
device-mapper: remove ioctl on temporary-cryptsetup-2231 failed: No such device 
or address
device-mapper: remove ioctl on temporary-cryptsetup-2231 failed: No such device 
or address
device-mapper: remove ioctl on temporary-cryptsetup-2231 failed: No such device 
or address
device-mapper: remove ioctl on temporary-cryptsetup-2231 failed: No such device 
or address

After the above, luksDump shows all 8 key slots as DISABLED.

Without -s, cryptsetup will succeed, as follows.

root@slab:~# cryptsetup -y luksFormat /dev/sda6
WARNING!

This will overwrite data on /dev/sda6 irrevocably.
Are you sure? (Type uppercase yes): YES
Enter passphrase:
Verify passphrase:
root@slab:~#

Other info:

root@slab:~# lsb_release -rd
Description:Ubuntu Trusty Tahr (development branch)
Release:14.04

root@slab:~# apt-cache policy cryptsetup
cryptsetup:
  Installed: 2:1.6.1-1ubuntu1
  Candidate: 2:1.6.1-1ubuntu1
  Version table:
 *** 2:1.6.1-1ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: cryptsetup (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/1299557

Title:
  cryptsetup luksFormat fails with -s keysize

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

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


[Bug 1171645] [NEW] Bad LightDM menu colors in Xubuntu 13.04 beta 2

2013-04-22 Thread mpb
Public bug reported:

I just installed Xubuntu 13.04 beta 2.

After install, LightDM uses white text on a white background in the:
session menu
language menu

White text on a white background is, of course, nigh impossible to read.

Thankfully, hovering the mouse pointer over a menu option changes the
background color to blue, so the menus are minimally usable.

Also the machine name and password prompt are white text on a light gray
background.  These are difficult (but not impossible) to read.

** Affects: software-center (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/1171645

Title:
  Bad LightDM menu colors in Xubuntu 13.04 beta 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1171645/+subscriptions

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


[Bug 1171645] Re: Bad LightDM menu colors in Xubuntu 13.04 beta 2

2013-04-22 Thread mpb
** Also affects: lightdm
   Importance: Undecided
   Status: New

** No longer affects: software-center (Ubuntu)

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

Title:
  Bad LightDM menu colors in Xubuntu 13.04 beta 2

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

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