[Bug 1383445] [NEW] pg_createcluster should not silently ignore locale failure

2014-10-20 Thread Josh Berkus
Public bug reported:

Ubuntu Version: 14.04
PostgreSQL version 9.3.5

The way it is now:

1. pg_createcluster will take a --locale switch, in order to initialize
the cluster with default emplate databases using, for example, en_US or
LATIN1.

2. if pg_createcluster is unable to initdb with that locale (for
example, if it's missing in the environment), it **silently fails** and
reports success, creating the cluster instead as SQL_ASCII, which format
is deprecated by the PostgreSQL project.

3. At that point, the user can happily go on to load all of their data
into a database in the wrong encoding, resulting in likely extensive
downtimes later to fix the problem, and possible data corruption.

The way it should be:

On step 2, pg_createcluster should fail with an error message.

This is per the documentation, which says that pg_createcluster will do
this.  However, it is inconsistent and user-hostile behavior, and should
be changed.

I do not know at this time whether this undesirable behavior is from the
upstream Debian postgresql-common or not.

** Affects: postgresql-common (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/1383445

Title:
  pg_createcluster should not silently ignore locale failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1383445/+subscriptions

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


[Bug 1098288] Re: Launching synaptiks from System Settings does not launch the application

2013-08-29 Thread Josh Berkus
Given that it's been 8 months, synaptiks is still not stable, and
there's an alternate package, can we please just remove synaptiks from
Ubuntu?

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

Title:
  Launching synaptiks from System Settings does not launch the
  application

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

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


[Bug 1212356] Re: Ubuntu Bug Filing is not user-friendly

2013-08-16 Thread Josh Berkus
Thomas,

You've just validated my original assertion when filing this bug:
reporting an ubuntu bug is not a task which can be reasonably
accomplished without the direct assistance of an Ubuntu/Debian
developer, or at least a software engineer.

If this was your goal, then congratulations, you're successful.
Although it might be nicer to the user just to tell them please don't
bother trying to report bugs, so that they don't waste their time.

Last I checked, though, the entire purpose of Ubuntu as a distro was to
be Linux for everybody.  Did that goal change sometime in the last
year, when I wasn't looking?

(BTW, I'm not claiming some kind of virtue here; the PostgreSQL project
is *terrible* about accessibility to new users.  But that also means I'm
familiar enough with the newbie-hostile syndrome to recognize it when
I see it.)

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

Title:
  Ubuntu Bug Filing is not user-friendly

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

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


[Bug 1212356] Re: Ubuntu is hostile to bugs from regular users

2013-08-15 Thread Josh Berkus
Jono,

I'd also suggest making Ubuntu-Bug an application in Dash, so that users
can find it without first having to explain Terminal to them.  Better
would be a GUI app which guides them through selecting a package or
other information they need to provide.

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

Title:
  Ubuntu is hostile to bugs from regular users

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

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


[Bug 1212356] Re: Ubuntu is hostile to bugs from regular users

2013-08-15 Thread Josh Berkus
Nicholas,

1.  Alt-F2

2. Ubuntu-Bug

3. Select other problem

4. Get:

ERROR: You need to specify a package or a PID. See --help for more
information.

So, fail.  ;-)

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

Title:
  Ubuntu is hostile to bugs from regular users

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

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


[Bug 1212356] Re: Ubuntu Bug Filing is not user-friendly

2013-08-15 Thread Josh Berkus
Thomas,

So, imagine that I'm talking to my 76-year-old Father-in-law.  How do I
tell him to figure out the package name?

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

Title:
  Ubuntu Bug Filing is not user-friendly

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

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


[Bug 1212356] [NEW] Ubuntu is hostile to bugs from regular users

2013-08-14 Thread Josh Berkus
Public bug reported:

In the new Launchpad configuration, there is no longer a public link to
the report a bug form.  Instead, all attempts to report a new bug are
redirected to the ReportingABug wiki page, here:
https://help.ubuntu.com/community/ReportingBugs

That page spends several screens blathering on about mainline kernel
versions and upstream maintainers before getting to any instructions
on how to report a bug.  These are not things anyone who is not a
software engineer is going to understand.  Once you get down to the bug
instructions, they are several pages long, confusing, and in places
flat-out incorrect (for example, ubuntu-bug cannot be started from
Dash).

Ubuntu-bug itself is a software-developer-only tool, since it has to be
started from the command line and requires the user to input an exact
package name or process ID, and if you get that information wrong,
ubuntu-bug crashes.

As a result, only people who are either ubuntu developers, know an
ubuntu developer who can help them, or have bookmarked the secret bug
form URL, can report bugs.  While this does an admirable job of cutting
down on the number of bug reports, it does so by making sure that many
problems (especially usability problems) with ubuntu are never reported.

Ubuntu 12.10
Launchpad, Ubuntu-Bug

** Affects: launchpad
 Importance: Undecided
 Status: New

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Also affects: launchpad
   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/1212356

Title:
  Ubuntu is hostile to bugs from regular users

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

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


[Bug 1212360] [NEW] Cannot import OpenVPN profiles

2013-08-14 Thread Josh Berkus
Public bug reported:

Ubuntu 12.10 / Intel / ASUS Zenbook
Package: network-manager

1. receive an OpenVPN profile (ovpn and crt files) by email or download.
2. open Network Manager
3. look in vain for an import button or link.

What should have happened instead:

3. there should be an import OpenVPN profile button on the new VPN
dialog

Prior to Unity, the gnome network manager had an import VPN button
which allowed importing configuration files for OpenVPN and Cisco.  The
new Unity network manager has removed that button and not replaced it
with anything.  The only workaround is to install the old Gnome network
manager, launch it from the command line, and use it to import the VPN
profile.

** Affects: network-manager (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/1212360

Title:
  Cannot import OpenVPN profiles

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

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


[Bug 1212356] Re: Ubuntu is hostile to bugs from regular users

2013-08-14 Thread Josh Berkus
Quinn,

You're really not making an effort to change my mind that Ubuntu is
intentionally hostile to receiving bug reports from non-hackers, are
you?

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

Title:
  Ubuntu is hostile to bugs from regular users

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

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


[Bug 1129642] [NEW] lsb package incompatible with Python 2.7

2013-02-18 Thread Josh Berkus
Public bug reported:

The LSB utils use the old-style (Python 2.2) raise statement
throughout the Python code for tools like initdutils.  With Python 2.7,
this causes them to error out.  Example:

=

Stopping LogMeIn Hamachi VPN tunneling engine logmein-hamachi *
Traceback (most recent call last):
  File /usr/lib/lsb/remove_initd, line 3, in module
import sys, re, os, initdutils
  File /usr/lib/lsb/initdutils.py, line 18
raise ValueError, 'need a file or string'
^
SyntaxError: invalid syntax
Unpacking replacement logmein-hamachi ...
Setting up logmein-hamachi (2.1.0.86-1) ...
Traceback (most recent call last):
  File /usr/lib/lsb/install_initd, line 3, in module
import sys, re, os, initdutils
  File /usr/lib/lsb/initdutils.py, line 18
raise ValueError, 'need a file or string'
^
SyntaxError: invalid syntax
Starting LogMeIn Hamachi VPN tunneling engine logmein-hamachi *
Processing triggers for ureadahead ...

==

Please take two steps from here:

1. kick the bug upstream.

2. add a packaging requirement for lsb-core depending on Python 2.5
until they fix their code.

** Affects: lsb (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/1129642

Title:
  lsb package incompatible with Python 2.7

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

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


[Bug 1098288] Re: Remove package synaptiks from apt (upstream project is abandoned)

2013-01-10 Thread Josh Berkus
Sorry, that's lunaryorn.de.

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

Title:
  Remove package synaptiks from apt (upstream project is abandoned)

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

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


[Bug 1098288] [NEW] Remove package synaptiks from apt (upstream project is abandoned)

2013-01-10 Thread Josh Berkus
Public bug reported:

Reasons:

1. All documentation for synaptiks is at lunaryarn.de, which server no
longer exists, indicating that the project is abandoned.

2. Synaptiks cannot be installed or used without the above missing
documentation.

3. Purpose of Synaptiks is fulfilled by gpointing-device-settings
package.

4. Synaptiks package has 10 unresolved crash bugs in the bugs database,
indicating that it is not stable.

Synaptiks is still included in Ubuntu 12.10.

** Affects: 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/1098288

Title:
  Remove package synaptiks from apt (upstream project is abandoned)

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

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


[Bug 1098288] Re: Remove package synaptiks from apt (upstream project is abandoned)

2013-01-10 Thread Josh Berkus
Fabio,

When I entered the bug, there was no form blank for package.  If you
want me to enter one, it should become part of the new bug form.

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

Title:
  Remove package synaptiks from apt (upstream project is abandoned)

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

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


[Bug 1092704] [NEW] Ubuntu 12.04.1 Installer Cannot Mount Megaraid 9861-8i controller

2012-12-20 Thread Josh Berkus
Public bug reported:

OS: Ubuntu 12.04.1 64-bit Server Edition, Installed from CD
Machine: Supermicro custom build, Intel motherboard, Megaraid SAS 9861-8i
Drive config: Megaraid configured with two arrays, one of SSDs and one of HDDs.

1. Configured RAID card to present two virtual drives from arrays.
2. Began installation from Ubuntu CD
3. Get the message Server RAID has been detected, do you want to activate it?
4. Regardless of which option is chosen, the result is the same:
Ubuntu did not find any disks.  Do you want to configure an iSCSI mount?
5. Go back to Disk Detection
6. Ubuntu is unable to detect disks.
7. Try selecting modules from the modules list.  All selections fail.  Tried:
 megaraid
 megaraid_sas

This appears to be the same issue reported in bug #546091, which was
supposedly resolved in the 12.04.1 update.  However, as reported on that
bug, the update does not seem to have resolved the problem for any
reporting user.

Note that both CentOS 6.2 and Gentoo seem to mount the megaraid
automatically, with no issues at all, using the megaraid_sas module.

** Affects: hw-detect (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: hardware installer raid

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

Title:
  Ubuntu 12.04.1 Installer Cannot Mount Megaraid 9861-8i controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hw-detect/+bug/1092704/+subscriptions

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


[Bug 445032] Re: eBox should be removed from Jaunty-stable

2010-03-17 Thread Josh Berkus
Papukaija,

So, Webmin was removed because it was buggy and unmaintained, and
replaced with a package with less features which is also buggy and
unmaintained?  Um  Ok.

That does not address the cannot remove eBox issues.  I am, like many
other Ubuntu users, stuck with a system which I will have to either re-
install or spend an entire weekend debugging iptables in order to get
eBox, which doesn't work, off my system.  I've been using various
flavors of Linux since 1998, and I've never had from any other
distribution an optional package which couldn't be removed without
downing my system.

For this reason alone, eBox should be moved to unstable-only.  If you
can't safely uninstall a package, it does not belong in the stable
repositories.

-- 
eBox should be removed from Jaunty-stable
https://bugs.launchpad.net/bugs/445032
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 445032] Re: eBox should be removed from Jaunty-stable

2009-12-04 Thread Josh Berkus
papukaija,

Wait, are you saying that it's OK to have packages in stable for
software which doesn't work on that version of Ubuntu, and is even
listed *by the software producer* as not working?

And for that matter, to delete a piece of software which *did* work
(Webmin) to replace it with the buggy software?

I see this as pretty much critical fail of the Ubuntu packaging
system, expecially since eBox, once installed, cannot be uninstalled
cleanly.  With the ebox packages which are currently available for
Jaunty, you've created a huge booby-trap for anyone who makes the
mistake of trying them, where the only way to undo the mistake is to
wipe and reinstall your Ubuntu system.

When I download something from stable, I expect it to be, well,
stable.  Not a package which will take my system down and make it
unusable.  This is certainly making me re-evaluate what linux distros I
recommend to commercial users.

And upgrading to karmic will do nothing ... per the project's note
above, Karmic isn't tested either.

-- 
eBox should be removed from Jaunty-stable
https://bugs.launchpad.net/bugs/445032
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 367247] Re: [jaunty server] ebox-loggerd crashes, restart, crashes, etc.

2009-10-06 Thread Josh Berkus
I'm experiencing this issue as well.  It seems to be universal on
Jaunty.  Perhaps the ebox package should be removed from stable?

-- 
[jaunty server] ebox-loggerd crashes, restart, crashes, etc.
https://bugs.launchpad.net/bugs/367247
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 445032] [NEW] eBox should be removed from Jaunty-stable

2009-10-06 Thread Josh Berkus
Public bug reported:

Binary package hint: ebox

As with other Jaunty users, I'm experiencing quite a number of problems
with eBox, including:

https://bugs.launchpad.net/ubuntu/+source/ebox/+bug/367247

and

https://bugs.launchpad.net/bugs/234912

And others.  Having chatted with some of the eBox contributors, they say
that eBox is not supported on Jaunty and we shouldn't use it.  So why is
it still being distributed as stable for Jaunty?  It should come out of
the stable repo.

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

-- 
eBox should be removed from Jaunty-stable
https://bugs.launchpad.net/bugs/445032
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