[Bug 261711] [NEW] portmap does not honor preseeded debconf value

2008-08-26 Thread Daniel Richard G.
Public bug reported:

Binary package hint: portmap

Version: 6.0-4 (Ubuntu 8.04.1)

I am making use of debconf preseeding, via debconf-get-selections(1) +
debconf-set-selections(1). Among the selections specified this way is
portmap's "bind to loopback address" setting, which I want to set to YES
with

portmap  portmap/loopback  boolean  true

However, when the package is installed, it stays with the default value
of NO, ignoring the preseeded debconf value. It thus becomes necessary
to (re)configure the package manually in order to make the loopback
setting effective.

The configuration control script for the portmap package should pick up
a preseeded value when the package is being installed; that does not
appear to be happening currently.

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

-- 
portmap does not honor preseeded debconf value
https://bugs.launchpad.net/bugs/261711
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 262089] [NEW] Preseeded debconf value for fontconfig/subpixel_rendering is not honored

2008-08-27 Thread Daniel Richard G.
Public bug reported:

Binary package hint: fontconfig-config

Version: 2.5.0-2ubuntu3

I am using debconf-get-selections(1) + debconf-set-selections(1) to
preseed configuration settings on a newly-installed Ubuntu Hardy 8.04.1
system (starting with ubuntu-standard, preseeding, and then installing a
desktop metapackage). One of these addresses Fontconfig's subpixel-
rendering feature; I want to completely disable it:

fontconfig-config  fontconfig/subpixel_rendering  select  Never

When fontconfig is installed, however, the default value of "Automatic"
is made effective, ignoring the preseeded value. I have to manually
reconfigure the package and select "Never" in order to make the desired
setting effective.

The package should be checking for extant debconf settings upon
installation, and honoring them if they are found.

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

-- 
Preseeded debconf value for fontconfig/subpixel_rendering is not honored
https://bugs.launchpad.net/bugs/262089
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 302272] Re: Downgrade "cups" to Recommends:

2008-12-05 Thread Daniel Richard G.
"cups-driver-gutenprint" should also be downgraded to Recommends:, as it
itself Depends: on "cups".

-- 
Downgrade "cups" to Recommends:
https://bugs.launchpad.net/bugs/302272
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 306054] [NEW] Not using LDAP for auth, please downgrade libpam-ldap to Recommends:

2008-12-07 Thread Daniel Richard G.
Public bug reported:

Binary package hint: ldap-auth-client

Looking at ldap-auth-client 0.5.2 in Intrepid.

I am using LDAP in conjunction with Kerberos authentication and AFS.
(This is much like what MIT does on their campus network, except that
they use Hesiod instead of LDAP.)

In this setup, the ldap-auth-config package is desirable, to store the
various LDAP-related settings and keep /etc/ldap.conf up to date. The
libpam-ldap package, however, is not. The pam-auth-update mechanism
assumes that I want to use LDAP for authentication, when in fact I only
want to use it for user/group lookup via NSS, leaving the task of
authentication to Kerberos.

I would like to be able to install ldap-auth-config without libpam-ldap,
to simplify system administration. (This makes more sense when you
consider that the former really ought be named e.g. "ldap-config", a
name that doesn't presume that LDAP will be used for authentication.)

** Affects: ldap-auth-client (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Not using LDAP for auth, please downgrade libpam-ldap to Recommends:
https://bugs.launchpad.net/bugs/306054
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 294840] Re: F6 menu behaviour is confusing

2008-11-12 Thread Daniel Richard G.
Well, "standard widgets" in the sense of following a common GUI idiom;
the implementation's a whole 'nuther matter! Even now, there's the
little X's that appear next to selected options in the F6*2 menu, so it
would be an elaboration of that. (A unified menu, on the other hand,
does seem a tad overambitious.)

But having the F6*2 menu come up with a single F6 keypress is a good
move, IMHO. The menu is certainly going to be more useful than the
kernel command line to most users.

(I'd furthermore posit that the command line hurts more than it helps in
the majority of cases. The way that it doesn't change when you select
different menu options, and yet /proc/cmdline does reflect the selected
menu options, is very confusing. [E.g. selecting a command-line install
doesn't visibly change the file= parameter to .../cli.seed.] Even if I
needed to put in some obscure kernel parameter, I couldn't be exactly
sure of how the command line will be interpreted if the kernel gets
passed something different from what I see in the boot screen.)

-- 
F6 menu behaviour is confusing
https://bugs.launchpad.net/bugs/294840
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 236830] Re: cifs does not support kerberos authentication

2008-11-17 Thread Daniel Richard G.
Unfortunately, CIFS with Kerberos auth is broken in Intrepid, due to bug
298208. Has anyone here gotten the upcall business to work in 8.10?

-- 
cifs does not support kerberos authentication
https://bugs.launchpad.net/bugs/236830
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 299749] [NEW] Installer unconditionally asks for PCMCIA options in expert mode

2008-11-18 Thread Daniel Richard G.
Public bug reported:

Binary package hint: debian-installer

Installing Intrepid on a desktop machine in expert mode. At various
points during the install (e.g. detecting and mounting the CD-ROM), the
following exchange takes place:

1. Installer asks "Start PC card services?"

2. I say "No."

3. Installer asks for "PCMCIA resource range options:"

#3 is pointless in light of #2; the installer is asking for details on
something that I already told it not to do. This problem is not present
on Debian (as of Lenny RC1).

** Affects: debian-installer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Installer unconditionally asks for PCMCIA options in expert mode
https://bugs.launchpad.net/bugs/299749
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 300221] [NEW] Add "Recommends: keyutils" to smbfs

2008-11-20 Thread Daniel Richard G.
Public bug reported:

Binary package hint: smbfs

Looking at smbfs 2:3.2.3-1ubuntu3 in Intrepid.

Samba's CIFS kernel module (as invoked via mount.cifs(8), in smbfs)
makes use of the kernel's new request-key infrastructure, but there is
nothing at the package-description level to indicate the critical
relationship with the keyutils package.

Given that /sbin/request-key et al. is required in order for certain
shares to work at all (notably, those with DFS components, which at a
minimum need the dns_resolver upcall key), I think a strong (if not
absolute) dependency should be noted.

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

-- 
Add "Recommends: keyutils" to smbfs
https://bugs.launchpad.net/bugs/300221
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 305281] Re: log_to_console() function breaks when /proc is missing

2008-12-04 Thread Daniel Richard G.

** Attachment added: "Patch against /etc/lsb-base-logging.sh"
   http://launchpadlibrarian.net/20213329/lsb-base-logging.sh.patch

-- 
log_to_console() function breaks when /proc is missing
https://bugs.launchpad.net/bugs/305281
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 305281] [NEW] log_to_console() function breaks when /proc is missing

2008-12-04 Thread Daniel Richard G.
Public bug reported:

Binary package hint: lsb-base

This report concerns the /etc/lsb-base-logging.sh file, in lsb-base
3.2-14ubuntu2 in Intrepid.

The log_to_console() function in this file breaks when there is no /proc
filesystem, and "set -e" is in effect. (Note how it does "readlink
/proc/self/fd/0", without bothering to check that /proc/self exists.)

Why would /proc be missing, you ask? In my case, I am debconf-
configuring the console-setup package inside a freshly-unpacked chroot
Ubuntu system: "chroot /target /usr/sbin/dpkg-reconfigure console-
setup". The debconf script invokes the init.d script, and the init.d
script uses "set -e", with the end result that the dpkg-reconfigure
procedure exits with an error.

(One could argue the point that "you should mount a copy of procfs under
/target/proc before running dpkg-reconfigure," but the shell function's
use of /proc is not particularly critical. I think it is reasonable for
the function to be able to work without /proc, and presume that stdin !=
/dev/null in that case.)

I am attaching a trivial patch that fixes this issue.

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

-- 
log_to_console() function breaks when /proc is missing
https://bugs.launchpad.net/bugs/305281
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 301202] [NEW] Description for ldap-auth-config/pam_password is incorrect

2008-11-22 Thread Daniel Richard G.
Public bug reported:

Binary package hint: ldap-auth-config

Looking at ldap-auth-config 0.5.2 in Intrepid.

More of a "fit-and-finish" issue, but compare the Default: value below,
and the blurb for the "crypt" option:

Template: ldap-auth-config/pam_password
Type: select
Choices: clear, crypt, nds, ad, exop, md5
Default: md5
Description: Local crypt to use when changing passwords:
 The PAM module can set the password crypt locally when changing the
 passwords, which is usually a good choice. Specifying something other than
 clear ensures that the password gets crypted in some way.
 .
 The meanings for selections are:
 .
 clear - Don't set any encryptions. This is useful with servers that
 automatically encrypt userPassword entry.
 .
 crypt - (Default) make userPassword use the same format as the flat
 filesystem. This will work for most configurations.
 .
 nds - Use Novell Directory Services-style updating by first removing the
 old password and then update with a cleartext password.
 .
 ad - Active Directory-style. Create a Unicode password and update the
 unicodePwd attribute.
 .
 exop - Use the OpenLDAP password change extended operation to update the
 password.
 .
 md5 - Use the stronger md5 algorithm instead of standard crypt.

** Affects: ldap-auth-client (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Description for ldap-auth-config/pam_password is incorrect
https://bugs.launchpad.net/bugs/301202
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 302272] [NEW] Downgrade "cups" to Recommends:

2008-11-25 Thread Daniel Richard G.
Public bug reported:

Binary package hint: ubuntu-desktop

When setting up Ubuntu desktop systems in a corporate/institutional
setting that happens to have a central CUPS server and networked
printing infrastructure, it is desirable not to have cupsd (and all its
associated weight) installed on the desktops, and instead configure
cups-client (via /etc/cups/client.conf) to talk directly to the central
server.

Why? Ease of administration. The CUPS server is a fairly complex piece
of software in its own right, and having one instance of it in a
centrally-managed location is complicated enough without having
basically the same piece of software running on every desktop. (This was
made especially clear to me when I investigated how one sets the default
print queue. There are potentially THREE places where this can be done:
(1) on the client, in /etc/cups/lpoptions; (2) on the local CUPS server,
via "lpadmin -d"; (3) on the central CUPS server. #1 and #3 are
reasonable; #2 is just a headache waiting to happen.)

Please downgrade "cups" to a recommendation of the -desktop package, so
that the latter can be installed (and retained) sans CUPS server.

** Affects: ubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Downgrade "cups" to Recommends:
https://bugs.launchpad.net/bugs/302272
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 302278] [NEW] Downgrade "cups" to Recommends:

2008-11-25 Thread Daniel Richard G.
Public bug reported:

Binary package hint: xubuntu-desktop

Echo of bug 302272.

When setting up Ubuntu desktop systems in a corporate/institutional
setting that happens to have a central CUPS server and networked
printing infrastructure, it is desirable not to have cupsd (and all its
associated weight) installed on the desktops, and instead configure
cups-client (via /etc/cups/client.conf) to talk directly to the central
server.

Why? Ease of administration. The CUPS server is a fairly complex piece
of software in its own right, and having one instance of it in a
centrally-managed location is complicated enough without having
basically the same piece of software running on every desktop. (This was
made especially clear to me when I investigated how one sets the default
print queue. There are potentially THREE places where this can be done:
(1) on the client, in /etc/cups/lpoptions; (2) on the local CUPS server,
via "lpadmin -d"; (3) on the central CUPS server. #1 and #3 are
reasonable; #2 is just a headache waiting to happen.)

Please downgrade "cups" to a recommendation of the -desktop package, so
that the latter can be installed (and retained) sans CUPS server.

** Affects: xubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Downgrade "cups" to Recommends:
https://bugs.launchpad.net/bugs/302278
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 302283] [NEW] Downgrade "cups" to Recommends:

2008-11-25 Thread Daniel Richard G.
Public bug reported:

Binary package hint: kubuntu-desktop

Echo of bug 302272.

When setting up Ubuntu desktop systems in a corporate/institutional
setting that happens to have a central CUPS server and networked
printing infrastructure, it is desirable not to have cupsd (and all its
associated weight) installed on the desktops, and instead configure
cups-client (via /etc/cups/client.conf) to talk directly to the central
server.

Why? Ease of administration. The CUPS server is a fairly complex piece
of software in its own right, and having one instance of it in a
centrally-managed location is complicated enough without having
basically the same piece of software running on every desktop. (This was
made especially clear to me when I investigated how one sets the default
print queue. There are potentially THREE places where this can be done:
(1) on the client, in /etc/cups/lpoptions; (2) on the local CUPS server,
via "lpadmin -d"; (3) on the central CUPS server. #1 and #3 are
reasonable; #2 is just a headache waiting to happen.)

Please downgrade "cups" to a recommendation of the -desktop package, so
that the latter can be installed (and retained) sans CUPS server.

** Affects: kubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Downgrade "cups" to Recommends:
https://bugs.launchpad.net/bugs/302283
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 297929] [NEW] Allow forwarding to multiple "root" recipients

2008-11-13 Thread Daniel Richard G.
Public bug reported:

Binary package hint: ssmtp

I use sSMTP in a corporate environment, thanks to the feature of
rewriting/forwarding mail that would go to system users to an external
address instead.  This is much simpler than configuring all the various
daemons, etc. with the appropriate mail address.

Recently, I've wanted the ability to say e.g.

[EMAIL PROTECTED],[EMAIL PROTECTED]

That is, to have system mail be forwarded to more than one external
address. My use case is, for systems (usually desktops) that are
administered by their users, I want system messages to go to them, but I
also want those messages to go to a central mailbox where they can be
monitored. For example, if a user leaves the company, this will ensure
that system messages don't just vanish into a defunct inbox.

I've put together a patch against ssmtp 2.62. It's very simple,
basically doing an extra round of strtok() after the rcpt_remap() calls
in ssmtp(). For good measure, I also fixed a couple of uninitialized-
variable warnings. The patch is attached below.

The ssmtp.conf(5) man page description for the "Root" keyword might have
the following two sentences tacked on:

Multiple users may be specifed, separated by commas. (White
space is not allowed following a comma, nor anywhere else in the
argument.)

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

-- 
Allow forwarding to multiple "root" recipients
https://bugs.launchpad.net/bugs/297929
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 297929] Re: Allow forwarding to multiple "root" recipients

2008-11-13 Thread Daniel Richard G.

** Attachment added: "Patch against ssmtp-2.62"
   http://launchpadlibrarian.net/19633974/ssmtp-multiple-root.patch

-- 
Allow forwarding to multiple "root" recipients
https://bugs.launchpad.net/bugs/297929
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 298208] [NEW] keyutils is broken (keyctl segfaults trivially)

2008-11-14 Thread Daniel Richard G.
Public bug reported:

Binary package hint: keyutils

On a Debian Lenny (beta2) system:

# keyctl request2 user debug:hello xyzzy
281487143

On an Ubuntu Intrepid system (keyutils 1.2-7):

# keyctl request2 user debug:hello xyzzy
Segmentation fault

I'm running into problems mounting a CIFS share via cifs.upcall(8), but
clearly this needs to be addressed first.

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

-- 
keyutils is broken (keyctl segfaults trivially)
https://bugs.launchpad.net/bugs/298208
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 389639] [NEW] Flashing cursor causes graphical glitches in the GUI

2009-06-19 Thread Daniel Richard G.
Public bug reported:

Binary package hint: virtualbox-ose

This concerns virtualbox-ose 2.1.4-dfsg-1ubuntu3 in Ubuntu Jaunty.

When the GUI presents a dialog with a text entry, the flashing cursor
causes strange graphical glitches, usually appearing as a small, mostly-
black square at the cursor's position, obscuring the last letter or two
that had been typed in. I will attach a screenshot to illustrate.

I have observed this on two different systems: one with Intel onboard
video, one with an ATI Radeon 9250 card. So it doesn't appear to be
specific to one particular video driver.

No other GUI application, Qt4-based or otherwise, has been observed to
exhibit this kind of glitching.

** Affects: virtualbox-ose (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Flashing cursor causes graphical glitches in the GUI
https://bugs.launchpad.net/bugs/389639
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 389639] Re: Flashing cursor causes graphical glitches in the GUI

2009-06-19 Thread Daniel Richard G.

** Attachment added: "Screenshot of the "Create New Virtual Machine" dialog, 
showing a typical example of the glitching in question"
   http://launchpadlibrarian.net/28122516/vbox-gui-bug.png

-- 
Flashing cursor causes graphical glitches in the GUI
https://bugs.launchpad.net/bugs/389639
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 382475] Re: Two "Screensaver" items in Applications > Settings menu

2009-06-03 Thread Daniel Richard G.
This is starting from a command-line system, and doing "apt-get install
xubuntu-desktop".

I am currently working around this by using "apt-get install xubuntu-
desktop gnome-screensaver-", going with XScreenSaver (though I don't
know if that is supposed to be the favored one).

-- 
Two "Screensaver" items in Applications > Settings menu
https://bugs.launchpad.net/bugs/382475
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 208267] Re: openjdk-6 path should be added to java_home

2009-06-04 Thread Daniel Richard G.
This bug is still present in Jaunty. Does anyone have an objection to
adding java-6-openjdk to the java_home file?

-- 
openjdk-6 path should be added to java_home
https://bugs.launchpad.net/bugs/208267
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 208267] Re: openjdk-6 path should be added to java_home

2009-06-06 Thread Daniel Richard G.
Well, yes, there's ways to *work around* this bug, but the idea is to
actually *fix* it. You can't set JAVA_HOME if you're launching Eclipse
from the GUI menu, and while Netbeans is fine and good, what if you want
to use Eclipse?

-- 
openjdk-6 path should be added to java_home
https://bugs.launchpad.net/bugs/208267
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 130030] Re: Installation of the plugin asks twice for local copy

2009-05-28 Thread Daniel Richard G.
This bug is still present in the "flashplugin-installer" binary package
in Ubuntu Jaunty.

Anyone...?

-- 
Installation of the plugin asks twice for local copy
https://bugs.launchpad.net/bugs/130030
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 381517] [NEW] Cannot disable console blanking in /etc/kbd/config

2009-05-28 Thread Daniel Richard G.
Public bug reported:

Binary package hint: kbd

This concerns kbd 1.14.1-4ubuntu4 in Ubuntu Jaunty.

I am setting up a text-mode-only server that will normally run headless.
I want to disable console blanking, so that in the event of a kernel
panic, I can attach a monitor and read the stack trace. So I make the
following edits to /etc/kbd/config:

* Set BLANK_TIME=0
* Set BLANK_DPMS=on
* Set POWERDOWN_TIME=0

And still, the console blanks after about twenty minutes or so (not that
I timed it). It shouldn't even be necessary to make all three of these
changes---I believe setting BLANK_TIME=0 alone should do the trick---but
it underscores the point that console blanking cannot be disabled here.

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

-- 
Cannot disable console blanking in /etc/kbd/config
https://bugs.launchpad.net/bugs/381517
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 334795] Re: cannot change password

2009-05-30 Thread Daniel Richard G.
Same problem here. My scenario is even simpler: Ubuntu Jaunty, libpam-
krb5, no LDAP. Kerberos and Unix authentication profiles activated via
pam-auth-update. As root:

# passwd
passwd: Permission denied
passwd: password unchanged

Lo and behold, the *root user* cannot change its own password. Russ, how
close are we to a fix on this?

A workaround is to change the Priority: field in /usr/share/pam-
configs/krb5 to 255, to switch the ordering to Unix auth first, Kerberos
auth second. Password-changing for root and other local users works fine
then.

-- 
cannot change password
https://bugs.launchpad.net/bugs/334795
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 382061] [NEW] Does not start up with debconf-configured default URL

2009-05-31 Thread Daniel Richard G.
Public bug reported:

Binary package hint: lynx-cur

This concerns lynx-cur 2.8.7dev11-2 in Ubuntu Jaunty.

I configure lynx-cur to use a site-specific URL as the default startup
page, via debconf (lynx-cur/defaulturl selection). When I start up lynx,
it goes to http://lynx.isc.org/. What gives?

** Affects: lynx-cur (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Does not start up with debconf-configured default URL
https://bugs.launchpad.net/bugs/382061
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 382475] [NEW] Two "Screensaver" items in Applications > Settings menu

2009-06-01 Thread Daniel Richard G.
Public bug reported:

xubuntu-meta on Jaunty pulls in both gnome-screensaver and xscreensaver,
each of which adds a "Screensaver" item to the Applications > Settings
menu. See

/usr/share/applications/gnome-screensaver-preferences.desktop
/usr/share/applications/xscreensaver-properties.desktop

(Additionally, there is an "XScreenSaver Setup" item under Applications
> System.)

I think the metapackage Recommends: need to be tweaked so that only one
of the two is pulled in.

** Affects: xubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Two "Screensaver" items in Applications > Settings menu
https://bugs.launchpad.net/bugs/382475
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 382535] [NEW] Postinst script invokes nonexistent /dev/MAKEDEV (was /sbin/MAKEDEV intended?)

2009-06-01 Thread Daniel Richard G.
Public bug reported:

Binary package hint: mdadm

This concerns mdadm 2.6.7.1-1ubuntu8 in Ubuntu Jaunty.

In the course of installing mdadm, I see

>8
Setting up mdadm (2.6.7.1-1ubuntu8) ...
Generating array device nodes... /var/lib/dpkg/info/mdadm.postinst: 170: 
/dev/MAKEDEV: not found
failed.
Generating mdadm.conf... done.
8<

# grep -n MAKEDEV /var/lib/dpkg/info/mdadm.postinst
27:if /dev/MAKEDEV md >&2 >/dev/null; then
# which MAKEDEV
/sbin/MAKEDEV

I believe this MAKEDEV program may have been relocated without the
mdadm.postinst script being updated accordingly.

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

-- 
Postinst script invokes nonexistent /dev/MAKEDEV (was /sbin/MAKEDEV intended?)
https://bugs.launchpad.net/bugs/382535
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 382615] [NEW] Hangs at "Starting kernel log daemon..." with LDAP

2009-06-01 Thread Daniel Richard G.
Public bug reported:

Binary package hint: sysklogd

This is similar to bug #218320, but occurs in a different context. The
failure mode here is a bit complicated, so bear with me as I describe
it.

Ubuntu Jaunty system. sysklogd and klogd packages at version
1.5-5ubuntu3. passwd and group lookups handled by LDAP.

In certain circumstances (which I will explain later), the system hangs
at "Starting kernel log daemon..." on bootup. Logins are not even
possible at this point---you enter "root", the password, and it just
hangs there. Networking is not up.

I modified one of the /etc/event.d/tty* scripts to start up a root shell
directly on the console. Examination of the process table at the point
of the hang showed that the start-stop-daemon(8) command that actually
invokes /sbin/klogd, from /etc/rc2.d/S11klogd (a.k.a. /etc/init.d/klogd)
had become stuck.

I modified the init.d script to run the problematic start-stop-daemon(8)
invocation through strace(1). Rebooted, another hang. The last part of
the generated strace log:

8<
socket(PF_FILE, 0x80002 /* SOCK_??? */, 0) = 3
connect(3, {sa_family=AF_FILE, path="/dev/log"...}, 110) = 0
send(3, "<83>Jun  1 16:16:37 start-stop-daemon: nss_ldap: could not connect to 
any LDAP server as cn=nssldap,ou=Accounts,dc=example,dc=com - Can't contact 
LDAP server"..., 158, MSG_NOSIGNAL) = 158
time(NULL)  = 1243887397
send(3, "<86>Jun  1 16:16:37 start-stop-daemon: nss_ldap: failed to bind to 
LDAP server ldaps://172.25.85.16/: Can't contact LDAP server"..., 127, 
MSG_NOSIGNAL) = 127
time(NULL)  = 1243887397
send(3, "<86>Jun  1 16:16:37 start-stop-daemon: nss_ldap: reconnecting to LDAP 
server..."..., 79, MSG_NOSIGNAL
>8

The system cannot connect to the LDAP server because the network is not
up. But networking should be up already at this point, yes? Well, I also
see this in the process table (via "pstree -ap"):

8<
init,1
[...]
  |-ifup,1120 --allow auto eth0
  |   `-sh,2107 -c ...
  |   `-dhclient3,2110 -e IF_METRIC=100 -pf /var/run/dhclient.eth0.pid -lf 
/var/lib/dhcp3/dhclient.eth0.leases eth0
>8

What is dhclient3 doing? Attaching with strace(1) shows

8<
Process 2110 attached - interrupt to quit
send(6, "<30>Jun  1 16:16:39 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 
port 67 interval 7"..., 88, MSG_NOSIGNAL 
>8

Looks like it's trying to talk to /dev/log, just as start-stop-daemon(8)
was doing. Now, /dev/log is a socket handled by syslogd(8). So it seems
syslogd(8) might be slacking off, causing the holdups in these two
programs. If we attach to syslogd(8) with strace(1), what do we see?

8<
Process 2272 attached - interrupt to quit
send(17, "<83>Jun  1 16:57:32 syslogd: nss_ldap: could not connect to any LDAP 
server as cn=nssldap,ou=Accounts,dc=example,dc=com - Can't contact LDAP 
server"..., 148, MSG_NOSIGNAL 
>8

Uh oh. Is syslogd(8) itself similarly stuck, trying to talk to... er...
itself?

I didn't really dig further, but you get the idea of some sort of
reentrancy-deadlock with LDAP lookups that horks up syslogd(8), and in
turn, everything else. There are two interesting points of note to add:

1. If you send SIGTERM to syslogd(8), killing it, the logjam clears up
completely. Networking comes up, the boot process finishes, and you can
log in. No syslog, but hey, working system.

2. The reason why this normally doesn't happen is because of nssldap-
update-ignoreusers(8). This command is automatically invoked as part of
the shutdown process; it appends a line to /etc/ldap.conf specifying
users (or groups?) to be ignored by LDAP, presumably avoiding the
superfluous lookups that produce the type of errors seen in the above
excerpts. My system encountered this because it was "ghosted" from
another system that had not undergone a reboot after installing LDAP, so
the particular line was missing from /etc/ldap.conf, and so the
problematic lookups were occurring. (If I reboot the system normally
after SIGTERM'ing syslogd(8) as above, the problem goes away.)

I think it's not enough to say that just running nssldap-update-
ignoreusers(8) fixes the problem and thus there is no bug; this is
clearly a race condition that syslogd(8) right now does not handle
gracefully, and ought to do so. It's entirely possible that other
manifestations of the hanging behavior, like bug #218320, have the same
underlying cause. I believe the ignoreusers bit should ultimately be
there just to avoid spurious LDAP errors, not because its absence breaks
syslog and system bootup.

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

-- 
Hangs at "Starting kernel log daemon..." with LDAP
https://bugs.launchpad.net/bugs/382615
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 382832] [NEW] Need comment for line added to /etc/ldap.conf by nssldap-update-ignoreusers(8)

2009-06-02 Thread Daniel Richard G.
Public bug reported:

Binary package hint: libnss-ldap

(This is an issue as of libnss-ldap 261-2.1ubuntu1 in Ubuntu Jaunty.)

The nss_initgroups_ignoreusers line added by nssldap-update-
ignoreusers(8) to the end of /etc/ldap.conf needs a comment at least
indicating what added it. For those who keep tight control over their
config files (like me), seeing this strange line added by who or what
unknown is unsettling, and not in keeping with Debian/Ubuntu's typical
transparency under /etc.

** Affects: libnss-ldap (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Need comment for line added to /etc/ldap.conf by nssldap-update-ignoreusers(8)
https://bugs.launchpad.net/bugs/382832
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 382615] Re: Hangs at "Starting kernel log daemon..." with LDAP

2009-06-02 Thread Daniel Richard G.
A couple points worth noting:

1. The deadlock is somewhat timing-dependent. It happens every time on a
bare-metal PC, but I am unable to reproduce it on a slower Xen guest
system.

2. For whatever reason, this deadlock never happened on Intrepid, all
other circumstances being equal (same PC, same LDAP setup, no
ignoreusers line in /etc/ldap.conf).

-- 
Hangs at "Starting kernel log daemon..." with LDAP
https://bugs.launchpad.net/bugs/382615
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 343798] Re: Consider adding GlobalSign CA certificate

2009-07-06 Thread Daniel Richard G.
Hi Shannon,

Here is a page that discusses intermediate certificates a bit:

http://support.discountasp.net/KB/a134/ssl-certificates-
intermediate-certificates-browser.aspx

I can't find a better treatment at the moment, but if I understand Steve
correctly, it likely comes down to how IE can work around a broken SSL
"chain of trust" setup by making use of the X.509 AIA (Authority
Information Access) extension (covered in RFC3280) and fetching the
missing intermediate certificates itself. Whereas Firefox says, "Fix
your damn site, I'm not going to do your work for you" :-)

Steve, thank you for commenting here. This does appear to be nothing
more than a misconfigured site. Firefox in Jaunty/9.04 can connect to
the original adobe.com URL without a hitch, so at least for sites that
bother to test with non-IE browsers, GlobalSign's certificates should
Just Work(tm).

-- 
Consider adding GlobalSign CA certificate
https://bugs.launchpad.net/bugs/343798
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 369964] [NEW] "krb5" pam-auth-update profile priority is greater than "unix" profile

2009-04-30 Thread Daniel Richard G.
Public bug reported:

Binary package hint: libpam-krb5

Looking at libpam-krb5 version 3.13-2ubuntu1 in Jaunty.

The "unix" profile has a priority of 256; "krb5" has a priority of 704.
When pam-auth-update collates the profiles into a PAM configuration, the
Kerberos lines thus precede the Unix lines in the /etc/pam.d/common-*
files.

Whether a user exists in the Kerberos database or the Unix database
(usually /etc/passwd), the try_first_pass module options allow either
possibility to result in a successful login. If a user exists in *both*
databases, then this works as well.

However, if a user exists in both databases, and the Kerberos
infrastructure is not available (no network, server down, etc.), then
PAM will have to wait for the attempt at Kerberos authentication to time
out before trying the Unix one---which, in most cases, does not require
network access.

(Note that a user may exist in both databases in some scenarios where a
system that normally uses Kerberos auth is isolated from the network,
and an administrator creates a matching local user [same name and UID]
to allow a person to get some use out of said disconnected system.)

I think that the priority of the Kerberos authentication profile should
be lowered to below that of the Unix one, on the principle that local
authentication should be tried before network auth, due to the
disproportionately worse failure mode(s) of the latter.

** Affects: libpam-krb5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
"krb5" pam-auth-update profile priority is greater than "unix" profile
https://bugs.launchpad.net/bugs/369964
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 295441] Re: pam-auth-update does not correctly process a valid profile file

2009-04-20 Thread Daniel Richard G.
Martin, I have libpam-runtime 1.0.1-4ubuntu5.5 on Intrepid here. My
report from 2009-03-25 still stands. Can you please fix those Perl
warnings?

-- 
pam-auth-update does not correctly process a valid profile file
https://bugs.launchpad.net/bugs/295441
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 364665] [NEW] pam-auth-update spews Perl warnings while processing a valid profile file

2009-04-21 Thread Daniel Richard G.
Public bug reported:

Binary package hint: libpam-runtime

This bug report is an offshoot of bug #295441. pam-auth-update (from
libpam-runtime 1.0.1-4ubuntu5.5 in Intrepid) no longer generates an
invalid PAM config file, but it is still producing copious Perl warnings
while processing the attached (well-formed) authentication profile file:

# /usr/sbin/pam-auth-update
 Use of uninitialized value $3 in split at /usr/sbin/pam-auth-update line 607, 
 line 27.
 Use of uninitialized value $curmod in quotemeta at /usr/sbin/pam-auth-update 
line 615,  line 27.
 Use of uninitialized value $curmod in hash element at 
/usr/sbin/pam-auth-update line 637,  line 27.
 Use of uninitialized value $curmod in hash element at 
/usr/sbin/pam-auth-update line 637,  line 27.
...

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

-- 
pam-auth-update spews Perl warnings while processing a valid profile file
https://bugs.launchpad.net/bugs/364665
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 295441] Re: pam-auth-update does not correctly process a valid profile file

2009-04-21 Thread Daniel Richard G.
Bug #364665 created: "pam-auth-update spews Perl warnings while
processing a valid profile file"

-- 
pam-auth-update does not correctly process a valid profile file
https://bugs.launchpad.net/bugs/295441
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 366293] Re: Non-existent i18n files lead to needless server failover

2009-04-24 Thread Daniel Richard G.
Hmm... I don't think this is the same bug. Given the "Connection reset
by peer" errors in the Debian bug, and the maintainer's trouble in
reproducing it, it looks like more of a network-fault kind of issue.
This bug is getting at a problem with the program's behavior as
intended.

-- 
Non-existent i18n files lead to needless server failover
https://bugs.launchpad.net/bugs/366293
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 369575] [NEW] Why is /usr/share/pam-configs/krb5 specifying minimum_uid= ?

2009-04-29 Thread Daniel Richard G.
Public bug reported:

Binary package hint: libpam-krb5

I'm looking at libpam-krb5 version 3.13-2ubuntu1, in Jaunty.

The pam-auth-update profile file /usr/share/pam-configs/krb5 has
invocations of pam_krb5.so with the hardcoded option minimum_uid=1000.
Presumably, this is to exclude system users (uid < 1000) from Kerberos
authentication.

The problem is that some installations may have the convention of a
higher minimum UID for Kerberos users, and their options are limited to
either modifying the number in the profile file (a no-no given that the
file lives in /usr and not /etc), or bypassing the krb5 profile
altogether (either with a custom profile, or direct edits to
/etc/pam.d/*).

To make all this concrete: I have a setup where Kerberos users have UIDs
>= 2. I specify this right in /etc/krb5.conf, under the
[appdefaults] section (see the pam_krb5 man page for details on how to
do this). Users with 1000 >= UID > 2 are assumed to be local [but
otherwise normal] users, existing only on the local system. The problem
is that (1) my minimum_uid option in krb5.conf is being overridden by
the hardcoded options in .../pam-configs/krb5, and (2) when I create a
local user with adduser(8), and try to set/change its password, I get
prompted for "Current Kerberos password:" even though no such entity
exists in my Kerberos database!

(FYI: In Intrepid, I was using a custom pam-auth-update profile similar
to the new krb5 one, but without the minimum_uid= options. I had
considered it preferable to specify this once in krb5.conf than multiple
times in this file.)

I think that the minimum_uid= options should be removed from the krb5
profile, and the equivalent option added to krb5.conf, where the
specific UID number can be modified administratively. The current
approach is not flexible for installations making broad use of Kerberos.

** Affects: libpam-krb5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Why is /usr/share/pam-configs/krb5 specifying minimum_uid= ?
https://bugs.launchpad.net/bugs/369575
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 369575] Re: Why is /usr/share/pam-configs/krb5 specifying minimum_uid= ?

2009-04-29 Thread Daniel Richard G.
minimum_uid in krb5.conf, and ignore_root in .../pam-configs/krb5 sounds
like a good way to go. For sites that distribute a global krb5.conf,
they can always add the minimum_uid option if they like---if it's not
already there, the distribution is likely passing that in as a PAM
module option anyway (whether via pam-auth-update or otherwise).

For now, I guess I'll have to go with the custom krb5-mysite profile
option. (Editing /etc/pam.d/common-* is possible, and indeed honored by
pam-auth-update, but then you lose the whole benefit of being able to
generate the config with a checklist. From an administrative standpoint,
that's a *major* price to pay.)

-- 
Why is /usr/share/pam-configs/krb5 specifying minimum_uid= ?
https://bugs.launchpad.net/bugs/369575
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 366293] [NEW] Non-existent i18n files lead to needless server failover

2009-04-24 Thread Daniel Richard G.
Public bug reported:

Binary package hint: apt-cacher

I have an apt-cacher setup in which the main path_map element lists two
servers, in the following order:

ubuntu.media.mit.edu/ubuntu
us.archive.ubuntu.com/ubuntu

I.e. a random mirror server, and the official Ubuntu US archive server.

Yesterday (April 23), I invoked "apt-get update" on a system pointed at
this apt-cacher server, and inexplicably, it hung while downloading the
first Translation-en_US.bz2 file. Run the update again, another hang at
that same point.

Half an hour of investigation later, I found the problem. There are two
things going on here:

1. There is no Translation-en_US file. It is not present (e.g. for the
Jaunty main repository) in either of

http://ubuntu.media.mit.edu/ubuntu/dists/jaunty/main/i18n/
http://us.archive.ubuntu.com/ubuntu/dists/jaunty/main/i18n/

apt-cacher fails to find the file at the first location, so it tries the
second one, and when that turns up nothing it gives up (and so does apt-
get, continuing on to the next file).

2. The US archive server is, of course, being completely hammered by the
release of Jaunty on the 23rd. It is taking an unusually long time to
respond to even minor HTTP requests.

Indeed, if I run "apt-get update" with LANG=C, then no i18n files are
downloaded, and the whole update procedure breezes through like it
usually does.

So it seems to me that this is a corner case that apt-cacher ought to
handle more gracefully. There was no need for apt-get to hang while
updating; no need for apt-cacher to fail over to another server for a
file that need not exist (as opposed to, say, a package file, whose non-
existence would necessarily be an error). Addressing this behavior would
not only make updating on release day feasible, it would also make
updating on other days faster, and reduce 404s on the archive server, as
the needless failover could be avoided altogether.

** Affects: apt-cacher (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Non-existent i18n files lead to needless server failover
https://bugs.launchpad.net/bugs/366293
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 284181] [NEW] "m-a -t" uses tput(1) and terminal escape sequences incorrectly

2008-10-15 Thread Daniel Richard G.
Public bug reported:

Binary package hint: module-assistant

This is module-assistant 0.10.11ubuntu1 in hardy.

module-assistant, in --text-mode, typically uses terminal escape
sequences to highlight certain lines in its output (e.g. the "dpkg -Ei
..." invocation). However, it does two things incorrectly:

1. It uses these escape sequences even if the output is being redirected
to a file. That is, it is not checking that the output is actually going
to a tty. Compare that to the behavior of, say, "ls --color=auto".

2. If it is invoked from (for example) a cron job, where the TERM
variable is unset, you see this in the output:


tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified

.Getting source for kernel version: 2.6.24-21-generic
Kernel headers available in /usr/src/linux-headers-2.6.24-21-generic
Creating symlink...
apt-get install build-essential


So module-assistant is being rather careless about how it uses tput(1)
and terminal escape sequences. In both of the above cases, it ought to
know better than to blindly assume it is connected to a tty.

As a workaround, setting TERM=dumb will get rid of both the escape
sequences, and the tput(1) errors, making the output clean and suitable
for a log file.

** Affects: module-assistant (Ubuntu)
 Importance: Undecided
 Status: New

-- 
"m-a -t" uses tput(1) and terminal escape sequences incorrectly
https://bugs.launchpad.net/bugs/284181
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 284548] [NEW] Typo causes invocation of "apt-get-y" instead of "apt-get -y"

2008-10-16 Thread Daniel Richard G.
Public bug reported:

Binary package hint: module-assistant

This concerns module-assistant 0.10.11ubuntu1, in hardy.

A type in the module-assistant script causes a nonexistent program "apt-
get-y" to be invoked (when the --non-inter option is given), instead of
"apt-get -y" (note the space before the "-y"). This bug interferes with
the use of m-a in automated scripts.

This bug report mirrors Debian bug #482638 (http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=482638). Filing it here, because the Debian
maintainer appears to have abandoned the package.

** Affects: module-assistant (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Typo causes invocation of "apt-get-y" instead of "apt-get -y"
https://bugs.launchpad.net/bugs/284548
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 293313] [NEW] CLI install pulls in xauth (and other X11 deps)

2008-11-03 Thread Daniel Richard G.
Public bug reported:

Binary package hint: debian-installer

I am installing Intrepid with an "F6 - Other options" command line of

file=/cdrom/preseed/cli.seed priority=low initrd=/install/initrd.gz
quiet --

to install only the ubuntu-standard base system.

After the install is finished, the resulting system includes the
following packages:

libx11-6
libx11-data
libxau6
libxcb-xlib0
libxcb1
libxdmcp6
libxext6
libxmuu1
x11-common
xauth

I believe it is inappropriate for a CLI-only system install to pull in
any X11 packages. (The only exception is xkb-data, which is needed by
console-setup.) Indeed, all the above can be purged after the fact
without any fuss.

As far as I can tell, what happened here is that openssh-client has
"Recommends: xauth", and apt is configured to install recommended
packages when a metapackage is requested. So ubuntu-standard is
installed, which requires openssh-client, which recommends xauth, which
depends on all these various X libraries.

I don't know what the best solution to this may be---only that
x11-common and friends should not be present on a freshly-installed CLI
system.

(Side note: Is it sensible for openssh-client to recommend/suggest xauth
in the first place? As I understand it, that command is used on the
remote end when you are ssh-ing out. Indeed, openssh-server recommends
xauth, and there it makes sense.)

** Affects: debian-installer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
CLI install pulls in xauth (and other X11 deps)
https://bugs.launchpad.net/bugs/293313
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 293944] [NEW] Need better support for adding site-local certificates

2008-11-04 Thread Daniel Richard G.
Public bug reported:

Binary package hint: ca-certificates

A wishlist item for ca-certificates 20080514-0ubuntu1 in intrepid:

I'm putting together a system image for a small corporate site. I am
placing files under /usr/local/, and occasionally symlinking these into
/etc, /usr, etc. as necessary (as opposed to assembling custom packages
in a custom repository; this would be overkill for the site in
question). This way, there is a clear distinction between files under
the control of the package manager, and local files that aren't.

I want to add a couple of site-specific certificates to the set used by
ca-certificates. My first approach was to symlink the subdirectory:

/usr/share/ca-certificates/smallcorp -> /usr/local/share/ca-
certificates/smallcorp/

This didn't work; "dpkg-reconfigure ca-certificates" would not show the
new certs in the multiselect list. So I tried creating the subdirectory
in /usr, and symlinking the individual .crt files:

/usr/share/ca-certificates/smallcorp/
/usr/share/ca-certificates/smallcorp/SmallCorp_Root_CA.crt -> 
/usr/local/share/ca-certificates/smallcorp/SmallCorp_Root_CA.crt

Again, no go. The only way that debconf would see the new certs was to
copy them in as regular files, into a regular subdirectory under /usr.

I would like to see a tweak in how this package finds certificates, to
allow adding new ones without polluting /usr with non-dpkg-managed
files. A couple of approaches come to mind:

1. Scan /usr/local/share/ca-certificates/ in addition to /usr/share/ca-
certificates/.

2. Follow symlinks in /usr/share/ca-certificates/.

I prefer #1, as it is cleaner, and doesn't raise tricky questions of
dangling/cyclic symlinks.

** Affects: ca-certificates (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Need better support for adding site-local certificates
https://bugs.launchpad.net/bugs/293944
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 294840] Re: F6 menu behaviour is confusing

2008-11-06 Thread Daniel Richard G.
Huh! First time I've ever seen that F6*2 menu.

I use expert mode so that I can...

* select a 104-key PC keyboard model, instead of an international
105-key (I don't know why it defaults to the latter)

* enable login as root, and not create a normal user account (for a
system that will have remotely-defined users, a la LDAP/Kerberos/AFS)

(I want to add "not enable automatic updates" and "enter a mirror
hostname of my choice, as I use apt-cacher", but I can't remember
offhand whether these options were absent from the normal install
menus.)

In general, I want that full range of control allowed by a low debconf
priority. It works very well in the Debian installer---isn't it
reasonable for the Ubuntu alternate installer (not even the one that
most people would use) to offer that as well?

-- 
F6 menu behaviour is confusing
https://bugs.launchpad.net/bugs/294840
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 294840] Re: F6 menu behaviour is confusing

2008-11-06 Thread Daniel Richard G.
On the more general point of a confusing F6*2 menu, I'd like to point
out that the F4 ("Modes") menu is not all that unrelated, in that both
address variations of the normal install process. Might it help to unify
these two?

The F4 menu is a choice of one out of four options, whereas F6*2 is a
set of six individually toggle-able options. A combined menu could make
use of standard radio-button and check-box widgets to indicate the
nature of each choice. (This would address a separate issue with the
current menu implementation, that the "1 out of N" vs. "N out of N"
nature of either menu is not clear.)

-- 
F6 menu behaviour is confusing
https://bugs.launchpad.net/bugs/294840
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 254472] Re: Hardy alternate CD does not support "cli" or "cli-expert" boot methods

2008-11-06 Thread Daniel Richard G.
Bug persists in the Intrepid alternate install CD.

-- 
Hardy alternate CD does not support "cli" or "cli-expert" boot methods
https://bugs.launchpad.net/bugs/254472
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 270512] Re: openssh-client could suggest xauth rather than recommend it

2008-11-06 Thread Daniel Richard G.
Bug 51774 is about silent-failure behavior when forwarding X11 without
xauth(1) on the remote side, which is a separate issue. Colin, you
yourself said that a package dependency doesn't address that, and I
agree.

I also agree with Thierry's premise that those X11-related packages
should not be pulled in by openssh-client, and would go further to say
that they have no place in an out-of-the-box CLI install. (I filed bug
293313 before fully understanding what was going on.)

I'd like to see xauth downgraded to Suggests: in both the client and the
server. It's silly for either of them to pull in x11-common et al.
unless explicitly told otherwise via --no-install-recommends, and in any
event we're talking about a behavior that didn't even exist before the
change to apt earlier this year. More people are still accustomed to
installing xauth/xorg explicitly if they need it, than to relying on the
Recommends: to do it for them; we're not going to see hordes of hapless
users running around because they can't forward X11 connections anymore.

When apt was changed to install Recommends: by default, Michael Vogt
said, "We should also clean up recommends were appropriate and downgrade
them to suggests and sent the patches [to] debian." I think this is a
case where that is needed.

If the downgrade on -client and -server is too much, then at least do it
for -client. Systems with xorg will already have xauth, so the only case
left is systems without X11 serving as an intermediate SSH hop between
systems that do (and does *that* rare case warrant polluting minimal CLI
installs with X11 libs?).

-- 
openssh-client could suggest xauth rather than recommend it
https://bugs.launchpad.net/bugs/270512
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 295441] [NEW] pam-auth-update does not correctly process a valid profile file

2008-11-07 Thread Daniel Richard G.
Public bug reported:

Binary package hint: libpam-runtime

Working with libpam-runtime 1.0.1-4ubuntu5 in intrepid.

I've put together a profile for pam-auth-update to use. For some reason,
it doesn't like the session-related fields I have, despite them
appearing to be well-formed. Attached is a (somewhat) minimal example
that triggers the bug.

When I run pam-auth-update to enable the new profile, I get this mess
(after returning from the debconf dialog):

# pam-auth-update
Use of uninitialized value $3 in split at /usr/sbin/pam-auth-update line 237, 
 line 23.
Use of uninitialized value $modline in substitution (s///) at 
/usr/sbin/pam-auth-update line 239,  line 23.
Use of uninitialized value $mod in substitution (s///) at 
/usr/sbin/pam-auth-update line 242,  line 23.
Use of uninitialized value $mod in hash element at /usr/sbin/pam-auth-update 
line 243,  line 23.
Use of uninitialized value $mod in hash element at /usr/sbin/pam-auth-update 
line 244,  line 23.
Use of uninitialized value $modline in concatenation (.) or string at 
/usr/sbin/pam-auth-update line 258,  line 23.
Use of uninitialized value $3 in split at /usr/sbin/pam-auth-update line 237, 
 line 23.
Use of uninitialized value $modline in substitution (s///) at 
/usr/sbin/pam-auth-update line 239,  line 23.
Use of uninitialized value $mod in substitution (s///) at 
/usr/sbin/pam-auth-update line 242,  line 23.
Use of uninitialized value $mod in hash element at /usr/sbin/pam-auth-update 
line 243,  line 23.
Use of uninitialized value $mod in hash element at /usr/sbin/pam-auth-update 
line 244,  line 23.
Use of uninitialized value $modline in concatenation (.) or string at 
/usr/sbin/pam-auth-update line 258,  line 23.
Use of uninitialized value $3 in split at /usr/sbin/pam-auth-update line 237, 
 line 23.
Use of uninitialized value $modline in substitution (s///) at 
/usr/sbin/pam-auth-update line 239,  line 23.
Use of uninitialized value $mod in substitution (s///) at 
/usr/sbin/pam-auth-update line 242,  line 23.
Use of uninitialized value $mod in hash element at /usr/sbin/pam-auth-update 
line 243,  line 23.
Use of uninitialized value $mod in hash element at /usr/sbin/pam-auth-update 
line 244,  line 23.
Use of uninitialized value $modline in concatenation (.) or string at 
/usr/sbin/pam-auth-update line 258,  line 23.

Unfortunately, /etc/pam.d/common-session turns out incorrectly
generated. Here is the last part of the file, after the above operation:

# and here are more per-package modules (the "Additional" block)
session requiredpam_unix.so
session optionalpam_krb5.so minimum_uid=2
session
session
session
# end of pam-auth-update config

Then, when I go to disable the profile, the below comes up just before
the debconf dialog:

# pam-auth-update
Use of uninitialized value $3 in split at /usr/sbin/pam-auth-update line 607, 
 line 26.
Use of uninitialized value $curmod in quotemeta at /usr/sbin/pam-auth-update 
line 615,  line 26.
Use of uninitialized value $3 in split at /usr/sbin/pam-auth-update line 607, 
 line 27.
Use of uninitialized value $curmod in quotemeta at /usr/sbin/pam-auth-update 
line 615,  line 27.
Use of uninitialized value $3 in split at /usr/sbin/pam-auth-update line 607, 
 line 28.
Use of uninitialized value $curmod in quotemeta at /usr/sbin/pam-auth-update 
line 615,  line 28.

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

-- 
pam-auth-update does not correctly process a valid profile file
https://bugs.launchpad.net/bugs/295441
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 295441] Re: pam-auth-update does not correctly process a valid profile file

2008-11-07 Thread Daniel Richard G.

** Attachment added: "pam-auth-update input file"
   http://launchpadlibrarian.net/19481610/bug

-- 
pam-auth-update does not correctly process a valid profile file
https://bugs.launchpad.net/bugs/295441
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 295444] [NEW] "dpkg-reconfigure libpam-runtime" does not respect debconf frontend

2008-11-07 Thread Daniel Richard G.
Public bug reported:

Binary package hint: libpam-runtime

This concerns libpam-runtime 1.0.1-4ubuntu5 in intrepid.

Run "dpkg-reconfigure -f editor libpam-runtime".

Why does the dialog interface come up when we explicitly asked
otherwise?

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

-- 
"dpkg-reconfigure libpam-runtime" does not respect debconf frontend
https://bugs.launchpad.net/bugs/295444
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 295444] Re: "dpkg-reconfigure libpam-runtime" does not respect debconf frontend

2008-11-08 Thread Daniel Richard G.
Reassigning to debconf.

** Changed in: debconf (Ubuntu)
Sourcepackagename: pam => debconf
   Status: Invalid => New

-- 
"dpkg-reconfigure libpam-runtime" does not respect debconf frontend
https://bugs.launchpad.net/bugs/295444
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 295871] [NEW] Does not accept first-entered debconf value for hesiod/rhs

2008-11-09 Thread Daniel Richard G.
Public bug reported:

Binary package hint: libhesiod0

Concerning libhesiod0 3.0.2-18.2 in intrepid. This is likely related to
bug 277223.

When installing libhesiod0, the first time that its debconf dialog comes
up, whatever value you enter as the Hesiod domain for searches is
discarded---rhs is set to the default value (the machine's DNS search
domain). Only when you configure the package a second time, is the
debconf variable actually set to the value that you enter.

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

-- 
Does not accept first-entered debconf value for hesiod/rhs
https://bugs.launchpad.net/bugs/295871
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 287342] [NEW] Development package does not include libxslt.m4

2008-10-21 Thread Daniel Richard G.
Public bug reported:

This report concerns libxslt1-dev 1.1.22-1ubuntu1.2 in hardy.

An install tree of libxslt normally includes the file
$(PREFIX)/share/aclocal/libxslt.m4. The Ubuntu libxslt1-dev package does
not, even though the closely related libxml2-dev package does:

$ dpkg -L libxml2-dev | grep aclocal
/usr/share/aclocal
/usr/share/aclocal/libxml2.m4
$ dpkg -L libxslt1-dev | grep aclocal
$

It may be preferable to use PKG_CHECK_MODULES() rather than
AM_PATH_XSLT(), but as long as the upstream supports the latter, the
Ubuntu package should too.

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

-- 
Development package does not include libxslt.m4
https://bugs.launchpad.net/bugs/287342
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 277223] [NEW] Does not use preseeded debconf value for hesiod/rhs

2008-10-02 Thread Daniel Richard G.
Public bug reported:

Binary package hint: hesiod

This is in Ubuntu hardy, libhesiod0 version 3.0.2-18.1.

Preseeding the debconf database with a value for hesiod/rhs does not
work. When the package is installed, it unconditionally uses the
system's domain (as given by the "search" directive in /etc/resolv.conf)
as the default value.

Using the net domain as a default value is reasonable, but only if no
value exists in debconf (or an existing hesiod.conf, as is already
checked for).

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

-- 
Does not use preseeded debconf value for hesiod/rhs
https://bugs.launchpad.net/bugs/277223
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 130030] Re: Installation of the plugin asks twice for local copy

2008-10-08 Thread Daniel Richard G.
I can confirm that this bug is still present in hardy.

I apt-get-install, say, ubuntu-restricted-extras, which pulls in
flashplugin-nonfree. The pair of questions come up first at the
"Preconfiguring packages" stage, and again at the "Setting up
flashplugin-nonfree" stage.

This is on a clean system that has never seen those packages before. I'm
testing a system-config script that works on a machine that I can easily
revert back to plain ubuntu-standard, and those questions are asked
twice every single time.

-- 
Installation of the plugin asks twice for local copy
https://bugs.launchpad.net/bugs/130030
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 254472] [NEW] Hardy alternate CD does not support "cli" or "cli-expert" boot methods

2008-08-03 Thread Daniel Richard G.
Public bug reported:

[Note: I am not sure that this bug is filed under the correct package.
Please correct if needed.]

The Hardy alternate install CD has an ISOLINUX boot menu that initially
lists the following boot methods:

install
expert
cli
cli-expert

The "cli" and "cli-expert" methods, despite being clearly and explicitly
listed, both give errors of the form

Could not find kernel image: cli

when used. A quick glance at the isolinux.cfg file on the CD confirms
that neither "cli" method is described therein.

** Affects: debian-installer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Hardy alternate CD does not support "cli" or "cli-expert" boot methods
https://bugs.launchpad.net/bugs/254472
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 184852] Re: "dpkg-reconfigure --all" invokes update-initramfs(8) multiple times

2008-08-05 Thread Daniel Richard G.
Bug persists in Hardy.

In an ubuntu-minimal install, "dpkg-reconfigure --all" invokes update-
initramfs(8) six times, with the first three instances seemingly
occurring one right after the other.

[EMAIL PROTECTED]:~# dpkg-reconfigure --all
 * Stopping ACPI services... [ OK ]
 * Loading ACPI modules...   [ OK ]
 * Starting ACPI services... [ OK ]
 * Setting up console font and keymap...
Use of uninitialized value in pattern match (m//) at 
/usr/share/perl/5.8/utf8_heavy.pl line 211.
Use of uninitialized value in scalar assignment at 
/usr/share/perl/5.8/utf8_heavy.pl line 227.
Use of uninitialized value in pattern match (m//) at 
/usr/share/perl/5.8/utf8_heavy.pl line 228.
Use of uninitialized value in scalar assignment at 
/usr/share/perl/5.8/utf8_heavy.pl line 288.
Use of uninitialized value in pattern match (m//) at 
/usr/share/perl/5.8/utf8_heavy.pl line 329.
Use of uninitialized value in scalar assignment at 
/usr/share/perl/5.8/utf8_heavy.pl line 346.
Use of uninitialized value in pattern match (m//) at 
/usr/share/perl/5.8/utf8_heavy.pl line 347.
Use of uninitialized value in scalar assignment at 
/usr/share/perl/5.8/utf8_heavy.pl line 288.
Use of uninitialized value in pattern match (m//) at 
/usr/share/perl/5.8/utf8_heavy.pl line 329.
Use of uninitialized value in scalar assignment at 
/usr/share/perl/5.8/utf8_heavy.pl line 346.
Use of uninitialized value in pattern match (m//) at 
/usr/share/perl/5.8/utf8_heavy.pl line 347.
Use of uninitialized value in pattern match (m//) at 
/usr/share/perl/5.8/utf8_heavy.pl line 211.
Use of uninitialized value in scalar assignment at 
/usr/share/perl/5.8/utf8_heavy.pl line 227.
Use of uninitialized value in pattern match (m//) at 
/usr/share/perl/5.8/utf8_heavy.pl line 228.
Use of uninitialized value in scalar assignment at 
/usr/share/perl/5.8/utf8_heavy.pl line 288.
Use of uninitialized value in pattern match (m//) at 
/usr/share/perl/5.8/utf8_heavy.pl line 329.
Use of uninitialized value in scalar assignment at 
/usr/share/perl/5.8/utf8_heavy.pl line 346.
Use of uninitialized value in pattern match (m//) at 
/usr/share/perl/5.8/utf8_heavy.pl line 347.
Use of uninitialized value in scalar assignment at 
/usr/share/perl/5.8/utf8_heavy.pl line 288.
Use of uninitialized value in pattern match (m//) at 
/usr/share/perl/5.8/utf8_heavy.pl line 329.
Use of uninitialized value in scalar assignment at 
/usr/share/perl/5.8/utf8_heavy.pl line 346.
Use of uninitialized value in pattern match (m//) at 
/usr/share/perl/5.8/utf8_heavy.pl line 347.
 [ OK ]
update-initramfs: Generating /boot/initrd.img-2.6.24-19-generic
update-initramfs: Generating /boot/initrd.img-2.6.24-19-generic
update-initramfs: Generating /boot/initrd.img-2.6.24-19-generic
 * Stopping kernel log daemon... [ OK ]
 * Starting kernel log daemon... [ OK ]
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.24-19-generic
Not updating initrd symbolic links since we are being updated/reinstalled
(2.6.24-19.36 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled
(2.6.24-19.36 was configured last, according to dpkg)
Running postinst hook script /sbin/update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.24-19-generic
Updating /boot/grub/menu.lst ... done

update-initramfs: Generating /boot/initrd.img-2.6.24-19-generic
Generating locales...
  en_US.UTF-8... up-to-date
Generation complete.
udev active, devices will be created in /dev/.static/dev/
udev active, devices will be created in /dev/.static/dev/


*
* The update-modules command is deprecated and should not be used!
*




*
* The update-modules command is deprecated and should not be used!
*


 * Restarting OpenBSD Secure Shell server sshd   [ OK ]
 * Setting kernel variables...   [ OK ]
 * Stopping system log daemon... [ OK ]
 * Starting system log daemon... [ OK ]

Current default timezone: 'America/New_York'
Local time is now:  Mon Aug  4 14:29:06 EDT 2008.
Universal Time is now:  Mon Aug  4 18:29

[Bug 309784] Re: [iQ35] Blank screen, unresponsive console when starting full-screen OpenGL apps

2008-12-22 Thread Daniel Richard G.
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete => Confirmed

-- 
[iQ35] Blank screen, unresponsive console when starting full-screen OpenGL apps
https://bugs.launchpad.net/bugs/309784
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 309163] [NEW] Open File dialog fails with inexplicable "Please select a file to open" error

2008-12-17 Thread Daniel Richard G.
Public bug reported:

Binary package hint: nedit

This concerns nedit 1:5.5-2ubuntu3 in Intrepid.

I open Nedit, hit Ctrl+O to open a new file, click on a filename in the
horrid Motif "Open File" dialog, and press OK. Instead of opening the
new file, an error window pops up over the dialog: "Please select a file
to open". I try again, and again, and even as the filename is clearly
highlighted and selected, the error recurs. Thus I am prevented from
opening a new file in the editor.

While I'm clicking around in the file dialog, I also see these messages being 
dumped to the console:

Name: Text
Class: XmTextField
Character '\122' not supported in font.  Discarded.


Name: Text
Class: XmTextField
Character '\105' not supported in font.  Discarded.


Name: Text
Class: XmTextField
Character '\104' not supported in font.  Discarded.


Name: Text
Class: XmTextField
Character '\111' not supported in font.  Discarded.


Name: Text
Class: XmTextField
Character '\124' not supported in font.  Discarded.


Name: Text
Class: XmTextField
Character '\123' not supported in font.  Discarded.


Very bizarre, since those character numbers seem to be referring to
normal ASCII letters. You'd think no font (outside of Wingdings-like
oddballs) would have trouble supporting those.

This error does not always occur. On occasion, the file dialog will
operate correctly, for as many times until the program exits.

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

-- 
Open File dialog fails with inexplicable "Please select a file to open" error
https://bugs.launchpad.net/bugs/309163
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 309784] [NEW] Blank screen, unresponsive console when starting full-screen OpenGL apps

2008-12-19 Thread Daniel Richard G.
Public bug reported:

Binary package hint: xserver-xorg-video-intel

This concerns xserver-xorg-video-intel 2:2.4.1-1ubuntu10 in Intrepid.

I have a bog-standard Dell Optiplex 755 corporate PC with Intel onboard
video.  When I start a full-screen OpenGL application, such as Openarena
or Kobo Deluxe (in GL driver mode), sometimes the screen goes black and
the console becomes unresponsive (Ctrl+Alt+F2, Ctrl+Alt+Backspace,
Alt+Sysrq+B, Caps/Num/Scroll Lock). The system still accepts SSH logins,
however, and otherwise continues to run.

I've observed a couple of different failure modes so far:

Kobo Deluxe: Screen goes black, console unresponsive. Application can be
killed with SIGHUP. X server then maxes out the CPU, and
/var/log/Xorg.0.log begins to grow very quickly, about four megabytes
per second. (Note that this is with the program configured to use its
OpenGL driver, and run full-screen.)

Openarena: Screen goes black, white "text-area" cursor appears in center
of screen after a couple seconds, pointer and console remain
unresponsive. X server is pegging the CPU; log file is ballooning in
size.

In either case, the runaway X server can be killed with SIGQUIT. It
restarts, and I get an "Ubuntu is running in low-graphics mode" dialog.
A few more clicks gets GDM back up, and I can log in again as usual, but
the video hardware is in a strange state thereafter: If I switch to a
virtual terminal, the screen turns black with white "snow" all over, and
thicker "snow" wherever text should be. (You can sort-of see the login
prompt at the top left, and when you log in, you see the snow-ified
MOTD, etc.). Switching back to VT7 does not return to X; in fact, the X
server is nowhere to be found. No error message in Xorg.0.log, etc.---
the only clue is a bizarre message from GDM in daemon.log: "WARNING:
Display :0 is busy. There is another X server running already."

I will attach some Xorg.0.log* files, the error dialog, and the output
of "lspci -vvnn".

Note: I have experience with GDB and other such tools, but not with
X.org's internals. I would be happy to provide telemetry on this if I am
told where to look.

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Blank screen, unresponsive console when starting full-screen OpenGL apps
https://bugs.launchpad.net/bugs/309784
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 309784] Re: Blank screen, unresponsive console when starting full-screen OpenGL apps

2008-12-19 Thread Daniel Richard G.

** Attachment added: "Output of "lspci -vvnn""
   http://launchpadlibrarian.net/20581326/lspci-vvnn-output.txt

-- 
Blank screen, unresponsive console when starting full-screen OpenGL apps
https://bugs.launchpad.net/bugs/309784
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 309784] Re: Blank screen, unresponsive console when starting full-screen OpenGL apps

2008-12-19 Thread Daniel Richard G.
The program was started right before the "Error in I830WaitLpRing()"
line.

** Attachment added: "X server log file, running Kobo Deluxe"
   http://launchpadlibrarian.net/20581352/Xorg.0.log.kobodl.txt

-- 
Blank screen, unresponsive console when starting full-screen OpenGL apps
https://bugs.launchpad.net/bugs/309784
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 309784] Re: Blank screen, unresponsive console when starting full-screen OpenGL apps

2008-12-19 Thread Daniel Richard G.
Again, look for the "Error in I830WaitLpRing()" line.

** Attachment added: "X server log file, running Openarena"
   http://launchpadlibrarian.net/20581366/Xorg.0.log.openarena.txt

-- 
Blank screen, unresponsive console when starting full-screen OpenGL apps
https://bugs.launchpad.net/bugs/309784
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 309784] Re: Blank screen, unresponsive console when starting full-screen OpenGL apps

2008-12-19 Thread Daniel Richard G.

** Attachment added: "The error dialog observed after killing Xorg with SIGQUIT"
   http://launchpadlibrarian.net/20581399/x-error-dialog.png

-- 
Blank screen, unresponsive console when starting full-screen OpenGL apps
https://bugs.launchpad.net/bugs/309784
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 309784] Re: Blank screen, unresponsive console when starting full-screen OpenGL apps

2008-12-19 Thread Daniel Richard G.
This time, the server at least behaved. This log file is not truncated.

** Attachment added: "X server log file containing the error quoted in the 
above dialog"
   http://launchpadlibrarian.net/20581524/Xorg.0.log.restart.txt

-- 
Blank screen, unresponsive console when starting full-screen OpenGL apps
https://bugs.launchpad.net/bugs/309784
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 309784] Re: Blank screen, unresponsive console when starting full-screen OpenGL apps

2008-12-19 Thread Daniel Richard G.
A few more details that may be of interest:

* All the above results were obtained without a desktop environment, or
even a window manager. Programs were invoked from a lone XTerm, launched
from a bare-bones ~/.xsession script.

* The OpenGL programs start without a problem in the first X11 session
after booting. After you log out, log back in, and start the same
program again, however, *then* you run into the above-described
behavior. (Something about the hardware not being re-initialized
correctly...?)

* Tested with Armagetron Advanced; fails the same as Kobo Deluxe.
(Probably a better program to test with, as no prior configuration is
needed)

* In the Openarena failure mode, the application program exits shortly
after starting. (The program's terminal output doesn't suggest anything
amiss, however.)

-- 
Blank screen, unresponsive console when starting full-screen OpenGL apps
https://bugs.launchpad.net/bugs/309784
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 309784] Re: Blank screen, unresponsive console when starting full-screen OpenGL apps

2008-12-21 Thread Daniel Richard G.
Okay, I pulled the following packages from the PPA:

libdrm2 (2.4.1-0ubuntu7~intrepid)
libdrm-intel1 (2.4.1-0ubuntu7~intrepid)
xserver-xorg-video-intel (2:2.5.1-1ubuntu5~intrepid)

Bug is CONFIRMED in these newer packages. Console unresponsiveness is
still observed, although I'm not seeing the X server peg the CPU as
before.

I didn't investigate the failure modes as thoroughly this time, but I
did find one helpful little tidbit: glxgears, running in a window,
triggers the problem. As before, it runs fine in the first X11 session,
but in a second session, the window comes up black and the console goes
bye-bye (for about a minute, until the screen blanks and the Ubuntu
error dialog appears). The Xorg.0.log file produced from this is
interesting, and is attached above.

** Attachment added: "X server log file, running glxgears in a window"
   http://launchpadlibrarian.net/20622875/Xorg.0.log.glxgears.txt

-- 
Blank screen, unresponsive console when starting full-screen OpenGL apps
https://bugs.launchpad.net/bugs/309784
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 307044] [NEW] USB HDD automounts fine when connected, but not after reboot

2008-12-10 Thread Daniel Richard G.
Public bug reported:

Binary package hint: hal

I have an external USB hard drive, and an Ubuntu Intrepid system with
hal 0.5.11-4ubuntu4.

When I connect the drive to the system, it is picked up as /dev/sdb, and
correctly mounted under /media/fslabel/. All is well.

After I reboot the system, however, /dev/sdb is there but
/media/fslabel/ is not.

The sensible behavior, IMO, is for the drive to be mounted in the same
way whether it is connected after booting or before.

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

-- 
USB HDD automounts fine when connected, but not after reboot
https://bugs.launchpad.net/bugs/307044
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 308341] [NEW] @reboot in system crontab ignores (some) valid sh command syntax

2008-12-15 Thread Daniel Richard G.
Public bug reported:

Binary package hint: cron

This concerns cron 3.0pl1-104+ubuntu5 in Intrepid.

/etc/cron.d/blah:

SHELL = /bin/sh

@reboot roota=/tmp/cron1.out; echo foo >$a

@reboot roottrue; a=/tmp/cron2.out; echo foo >$a


For some reason---when the system (and cron) start up---the first
command fails to execute, but the second one succeeds. The syslog
doesn't even mention the first command; cron just silently ignores it.

This does not occur when the event time is specified with the normal
five-field syntax, nor in user crontabs.

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

-- 
@reboot in system crontab ignores (some) valid sh command syntax
https://bugs.launchpad.net/bugs/308341
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 343798] [NEW] Consider adding GlobalSign CA certificate

2009-03-16 Thread Daniel Richard G.
Public bug reported:

Binary package hint: ca-certificates

The Adobe Open Source site has an SVN-via-HTTPS server up and running at

https://opensource.adobe.com/svn/opensource/flex/sdk/

On an up-to-date Ubuntu Intrepid system, connecting to this server with
the svn(1) client yields

Error validating server certificate for 'https://opensource.adobe.com:443':
 - The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
Certificate information:
 - Hostname: opensource.adobe.com
 - Valid: from Wed, 04 Mar 2009 18:59:02 GMT until Wed, 03 Mar 2010 21:33:03 GMT
 - Issuer: GlobalSign, Organization Validation CA
 - Fingerprint: 96:ae:9a:74:e8:b7:05:76:12:8d:67:93:91:fd:f9:0a:39:28:5e:fb
(R)eject, accept (t)emporarily or accept (p)ermanently?

This GlobalSign CA (see globalsign.{com,net}) appears to be a commercial
SSL certificate issuer, at least significant enough for a major company
like Adobe to use them, and the Microsoft Internet Explorer browser does
seem to ship with their certificate.

I would like to request that this CA be investigated for potential
inclusion in the ca-certificates package.

** Affects: ca-certificates (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Consider adding GlobalSign CA certificate
https://bugs.launchpad.net/bugs/343798
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 208267] Re: openjdk-6 path should be added to java_home

2009-03-17 Thread Daniel Richard G.
This bug is still present in Intrepid, and modifying
/etc/eclipse/java_home still works around it.

-- 
openjdk-6 path should be added to java_home
https://bugs.launchpad.net/bugs/208267
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 309163] Re: Open File dialog fails with inexplicable "Please select a file to open" error

2009-03-19 Thread Daniel Richard G.
Paul,

I can't reproduce the problem with this new build, but... it's linked
against Lesstif, instead of the OpenMotif library. That changes things
completely---and the upstream doesn't seem too fond of the idea, as the
program prints

nedit: WARNING: This version of NEdit is built incorrectly, and will be 
unstable.
nedit: Please get a stable version of NEdit from http://www.nedit.org.

on the terminal every time it starts up.

As I recall, the NEdit folks don't like to use Lesstif because the
program makes heavy use of the Motif API, and Lesstif's subtle
differences with "official" Motif are a source of headaches that they'd
rather not deal with. I'd like to think that Lesstif has evolved to the
point where even these kinds of uber-Motif apps can use it without a
problem, but that's a determination that can only be made with a lot of
careful review and validation. I'm hoping that this change isn't being
made willy-nilly---as much as I'd love for NEdit to use all free-
software libraries, there are long-standing technical reasons why this
is not (yet) the case.

-- 
Open File dialog fails with inexplicable "Please select a file to open" error
https://bugs.launchpad.net/bugs/309163
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 325827] Re: raid array wont work after Hostname change

2009-02-16 Thread Daniel Richard G.
This is not a bug. Please review the --homehost= option in the mdadm(8)
man page.

In a nutshell: Your RAID devices store the hostname in the superblock,
so that when "mdadm --assemble" is called, it only assembles RAID
devices that belong to the running host. (The rationale is that if you,
for some reason, have hooked up a RAID device from some other host, and
mdadm auto-assembles that, Bad Things(tm) may happen. It's a safety
feature for that very rare circumstance.)

Either update the homehost setting in the superblocks, or change the
HOMEHOST parameter in /etc/mdadm/mdadm.conf . (If it's set to
"", which it probably is, mdadm will substitute the system's
current hostname.)

-- 
raid array wont work after Hostname change
https://bugs.launchpad.net/bugs/325827
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 330399] [NEW] "HOMEHOST " does not work inside initrd

2009-02-16 Thread Daniel Richard G.
Public bug reported:

Binary package hint: mdadm

This concerns mdadm 2.6.7-3ubuntu8 in Intrepid.

I have a system with "/" on a RAID1 device.

/etc/mdadm/mdadm.conf specifies "HOMEHOST ", and no information
on the structure of the RAID1 device. (The intent, of course, is to have
mdadm auto-assemble it.) The RAID1 device superblocks have the homehost
properly set to the current system hostname.

The system fails to boot in this configuration. Why? Because a homehost
of "" means that the current system hostname (as returned by
gethostname()) is used, and yet in the initrd environment, _no hostname
is set_. You run "hostname" at the BusyBox prompt, and you get "(none)".

The workaround is to hard-code the hostname as HOMEHOST in mdadm.conf
(and re-generate the initrd image). The fix would be to have initrd pull
in /etc/hostname and any other requisite bits so that the system
hostname is available in the initrd environment, so that "HOMEHOST
" works as intended.

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

-- 
"HOMEHOST " does not work inside initrd
https://bugs.launchpad.net/bugs/330399
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 325827] Re: raid array wont work after Hostname change

2009-02-17 Thread Daniel Richard G.
Good luck with your RAID setup, and !saludos desde Boston!

Closing this bug as Invalid, to keep things nice and organized.

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

-- 
raid array wont work after Hostname change
https://bugs.launchpad.net/bugs/325827
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 280414] Re: Installing mdadm also installs citadel-common, etc.

2009-02-17 Thread Daniel Richard G.
You can avoid pulling in any of the mail stuff by passing --no-install-
recommends to apt-get(8).

-- 
Installing mdadm also installs citadel-common, etc.
https://bugs.launchpad.net/bugs/280414
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 309163] Re: Open File dialog fails with inexplicable "Please select a file to open" error

2009-02-17 Thread Daniel Richard G.
> Daniel, do you also get the error when you can normally open the file?

So far, no. The error messages, and being able to open the file
normally, are mutually exclusive.

-- 
Open File dialog fails with inexplicable "Please select a file to open" error
https://bugs.launchpad.net/bugs/309163
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 331251] [NEW] Enable and document support for AutoConfig/MCD

2009-02-18 Thread Daniel Richard G.
Public bug reported:

Binary package hint: firefox-3.0

Mozilla Firefox provides a mechanism allowing centralized auto-
configuration known as AutoConfig, or "Mission Control Desktop." Some
references:

https://developer.mozilla.org/en/MCD,_Mission_Control_Desktop_AKA_AutoConfig
http://mit.edu/~firefox/www/maintainers/config.html

This is a useful feature to have in large installations of Ubuntu. It
has at least two advantages over modifying
/etc/firefox-3.0/prefs/firefox.js:

1. Configuration code can be fetched from a remote server when the
browser is started;

2. The Javascript code can do a bit more than what is allowed in a prefs
file, e.g. access environment variables with getenv() and use them in
pref values.

The Ubuntu (Intrepid) firefox-3.0 package, however, does not appear
amenable to the use of this mechanism. There is a firefox.cfg file in
/usr/share/doc/firefox-3.0/, but nothing in this file indicates how it
should be used. There is no .../greprefs/all.js file in the package, and
as that is where the Mozilla and MIT docs indicate that one should add
the "general.config.filename" pref, it's not clear where that should go.
It's not even clear that the browser was built with the "pref" compile-
time extension enabled in the first place.

I would like to see some sort of explicit AutoConfig support in
firefox-3.0, ideally a situation where a typical institution need only
modify files under /etc/firefox-3.0/ to get that up and running.

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Enable and document support for AutoConfig/MCD
https://bugs.launchpad.net/bugs/331251
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 331443] [NEW] "/etc/init.d/gdm reload" fails when gdm is not running

2009-02-19 Thread Daniel Richard G.
Public bug reported:

Binary package hint: gdm

The gdm init script "reload" action is invoked when installing other
packages that affect the configuration. However, if gdm is not running,
the script does not behave in a very graceful manner. Observe:

# /etc/init.d/gdm reload
 * Reloading GNOME Display Manager configuration...
 * Changes will take effect when all current X sessions have ended.
# echo $?
1
#

What current X sessions?? I believe the script should just "exit 0"
silently in this case, or at the most complain that gdm isn't running,
so it has nothing to do.

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

-- 
"/etc/init.d/gdm reload" fails when gdm is not running
https://bugs.launchpad.net/bugs/331443
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 331812] [NEW] Group-owned static interfaces do not work

2009-02-19 Thread Daniel Richard G.
Public bug reported:

Binary package hint: virtualbox-ose

This concerns virtualbox-ose 2.0.4-dfsg-0ubuntu1 in Ubuntu Intrepid.

VBoxAddIF allows you to create an interface for use by a group (as
opposed to a single user) with the -g option. This creates an entry in
/etc/vbox/interfaces like the following:

vbox0 +vboxusers br0

However, when you attempt to start a VM using host-interface networking
through this device, you get


Failed to initialize Host Interface Networking.

VBox status code: -3100 (VERR_HOSTIF_INIT_FAILED).

Result Code:NS_ERROR_FAILURE (0x80004005)
Component:  Console
Interface:  IConsole {e3c6d4a1-a935-47ca-b16d-f9e9c496e53e}


If you create the interface for a single user, everything works.

Obviously, it would be helpful to be able to grant access to the
interface via group membership, because that group can then be
"vboxusers" and the problem of administrating multiple VirtualBox users
becomes a lot simpler (as that particular group already exists to manage
access to other system-level elements of VirtualBox).

** Affects: virtualbox-ose (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Group-owned static interfaces do not work
https://bugs.launchpad.net/bugs/331812
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 309163] Re: Open File dialog fails with inexplicable "Please select a file to open" error

2009-02-11 Thread Daniel Richard G.
Hi Paul,

Attached is a screenshot more or less illustrating the error. NEdit was
invoked from the terminal (the errors are too numerous to fit even in
that tall window), and gives an error dialog attempting to open
start.html.

Note that the X/Motif errors begin as soon as you hit Ctrl+O, and then
you only get the open-file error when preceded by those errors. Could
you try starting NEdit several times, hitting Ctrl+O at each turn? The
problem doesn't occur consistently, but it shouldn't be so infrequent.
(I get it roughly every three out of four attempts here.)

** Attachment added: "Screenshot"
   http://launchpadlibrarian.net/22512134/nedit-bug.png

-- 
Open File dialog fails with inexplicable "Please select a file to open" error
https://bugs.launchpad.net/bugs/309163
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 328929] [NEW] Initial blank line in debian/control confuses "pyversions -r"

2009-02-12 Thread Daniel Richard G.
Public bug reported:

Binary package hint: python-minimal

This report concerns python-minimal 2.5.2-1ubuntu1 in Intrepid.

I have a Debian package source tree. The debian/control file has the
following layout:

begin

Source:
Section:
Priority:
Maintainer:
Build-Depends:
Standards-Version:

Package:
Architecture:
Depends:
Provides:
Conflicts:
Replaces:
Description:

end

A debian/pyversions file is also present.

When I run "pyversions -r" inside the tree, I get

$ pyversions -r
pyversions: not a control file: debian/control, $

(Note how the error message is screwy---it ends with a comma, and no
newline.)

If I delete the initial blank line, I get the proper result:

$ pyversions -r
pyversions: missing XS-Python-Version in control file, fall back to 
debian/pyversions
python2.4 python2.5
$

The pyversions script should not be confused by an initial blank line
(or lines), given that the dpkg tools seem to be fine with same. (In
other words, the pyversions script should not be the more restrictive of
the two.)

** Affects: python-defaults (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Initial blank line in debian/control confuses "pyversions -r"
https://bugs.launchpad.net/bugs/328929
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 270043] Re: intrepid - rm: cannot remove `md0-': Read-only file system

2009-02-15 Thread Daniel Richard G.
The libsensors4 package has a similar problem. See bug #329792.

-- 
intrepid - rm: cannot remove `md0-': Read-only file system
https://bugs.launchpad.net/bugs/270043
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 329792] [NEW] "Read-only file system" errors during install

2009-02-15 Thread Daniel Richard G.
Public bug reported:

Binary package hint: libsensors4

This concerns libsensors4 version 1:3.0.2-1ubuntu2 in Intrepid.

On installing libsensors4 for the first time, I see the following
(excerpted) in the output of apt-get:

begin
Setting up libsensors4 (1:3.0.2-1ubuntu2) ...
udev active, devices will be created in /dev/.static/dev/
rm: cannot remove `i2c-0-': Read-only file system
mknod: `i2c-0-': Read-only file system
makedev i2c-0 c 89 0 root root 0600: failed
rm: cannot remove `i2c-0-': Read-only file system
rm: cannot remove `i2c-1-': Read-only file system
mknod: `i2c-1-': Read-only file system
makedev i2c-1 c 89 1 root root 0600: failed
rm: cannot remove `i2c-1-': Read-only file system
rm: cannot remove `i2c-2-': Read-only file system
mknod: `i2c-2-': Read-only file system
makedev i2c-2 c 89 2 root root 0600: failed
rm: cannot remove `i2c-2-': Read-only file system
rm: cannot remove `i2c-3-': Read-only file system
mknod: `i2c-3-': Read-only file system
makedev i2c-3 c 89 3 root root 0600: failed
rm: cannot remove `i2c-3-': Read-only file system
rm: cannot remove `i2c-4-': Read-only file system
mknod: `i2c-4-': Read-only file system
makedev i2c-4 c 89 4 root root 0600: failed
rm: cannot remove `i2c-4-': Read-only file system
rm: cannot remove `i2c-5-': Read-only file system
mknod: `i2c-5-': Read-only file system
makedev i2c-5 c 89 5 root root 0600: failed
rm: cannot remove `i2c-5-': Read-only file system
rm: cannot remove `i2c-6-': Read-only file system
mknod: `i2c-6-': Read-only file system
makedev i2c-6 c 89 6 root root 0600: failed
rm: cannot remove `i2c-6-': Read-only file system
rm: cannot remove `i2c-7-': Read-only file system
mknod: `i2c-7-': Read-only file system
makedev i2c-7 c 89 7 root root 0600: failed
rm: cannot remove `i2c-7-': Read-only file system

Creating config file /etc/sensors3.conf with new version
end

See bug #270043 for a similar problem reported against mdadm.

** Affects: lm-sensors-3 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
"Read-only file system" errors during install
https://bugs.launchpad.net/bugs/329792
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 295441] Re: pam-auth-update does not correctly process a valid profile file

2009-03-25 Thread Daniel Richard G.
pam-auth-update(8) from intrepid-proposed is no longer generating
invalid PAM config files, but it still prints a spew of Perl warnings
when invoked:

# /usr/sbin/pam-auth-update 
Use of uninitialized value $3 in split at /usr/sbin/pam-auth-update line 607, 
 line 27.
Use of uninitialized value $curmod in quotemeta at /usr/sbin/pam-auth-update 
line 615,  line 27.
Use of uninitialized value $curmod in hash element at /usr/sbin/pam-auth-update 
line 637,  line 27.
Use of uninitialized value $curmod in hash element at /usr/sbin/pam-auth-update 
line 637,  line 27.
Use of uninitialized value $curmod in hash element at /usr/sbin/pam-auth-update 
line 637,  line 27.
Use of uninitialized value $curmod in hash element at /usr/sbin/pam-auth-update 
line 637,  line 27.
Use of uninitialized value $curmod in hash element at /usr/sbin/pam-auth-update 
line 637,  line 27.
Use of uninitialized value $3 in split at /usr/sbin/pam-auth-update line 607, 
 line 28.
Use of uninitialized value $curmod in quotemeta at /usr/sbin/pam-auth-update 
line 615,  line 28.
Use of uninitialized value $curmod in hash element at /usr/sbin/pam-auth-update 
line 637,  line 28.
Use of uninitialized value $curmod in hash element at /usr/sbin/pam-auth-update 
line 637,  line 28.
Use of uninitialized value $curmod in hash element at /usr/sbin/pam-auth-update 
line 637,  line 28.
Use of uninitialized value $curmod in hash element at /usr/sbin/pam-auth-update 
line 637,  line 28.
Use of uninitialized value $curmod in hash element at /usr/sbin/pam-auth-update 
line 637,  line 28.
Use of uninitialized value $3 in split at /usr/sbin/pam-auth-update line 607, 
 line 29.
Use of uninitialized value $curmod in quotemeta at /usr/sbin/pam-auth-update 
line 615,  line 29.
Use of uninitialized value $curmod in hash element at /usr/sbin/pam-auth-update 
line 637,  line 29.
Use of uninitialized value $curmod in hash element at /usr/sbin/pam-auth-update 
line 637,  line 29.
Use of uninitialized value $curmod in hash element at /usr/sbin/pam-auth-update 
line 637,  line 29.
Use of uninitialized value $curmod in hash element at /usr/sbin/pam-auth-update 
line 637,  line 29.

For reference purposes, I am attaching my modified copy of the (old)
pam-auth-update script, that works correctly and does not produce
warnings.

Please get a fix for this into Jaunty ASAP.

** Attachment added: "pam-auth-update"
   http://launchpadlibrarian.net/24344111/pam-auth-update

-- 
pam-auth-update does not correctly process a valid profile file
https://bugs.launchpad.net/bugs/295441
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 314637] Re: debian/{config, postinst} are both broken for dpkg-reconfigure

2009-03-31 Thread Daniel Richard G.
Installing this package with a specified "location to the local file" is
broken. This is needed for installations where HTTP access is
restricted.

This was working in Intrepid. Can we get a fix for this in before Jaunty
goes gold?

-- 
debian/{config,postinst} are both broken for dpkg-reconfigure
https://bugs.launchpad.net/bugs/314637
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 184908] Re: updmap-sys fails on install due to missing dvips35.map file

2009-04-08 Thread Daniel Richard G.
This bug no longer occurs on Jaunty, nor on (I think) Intrepid, so I'm
closing it. Please reopen if it is observed again.

** Changed in: lmodern (Ubuntu)
   Status: Confirmed => Invalid

-- 
updmap-sys fails on install due to missing dvips35.map file
https://bugs.launchpad.net/bugs/184908
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 351288] [NEW] mdadm.postinst fails because /dev/MAKEDEV is not present

2009-03-29 Thread Daniel Richard G.
Public bug reported:

Binary package hint: mdadm

In the course of installing mdadm on the Jaunty beta, I see this:

Setting up mdadm (2.6.7.1-1ubuntu8) ...
Generating array device nodes... /var/lib/dpkg/info/mdadm.postinst:170: 
/dev/MAKEDEV: not found
failed.
Generating mdadm.conf... done.
 Removing any system startup links for /etc/init.d/mdadm-raid ...
update-initramfs: deferring update (trigger activated)

Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.28-11-generic


dpkg(1) does not exit with an error, but the above error message seems like 
cause for concern.

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

-- 
mdadm.postinst fails because /dev/MAKEDEV is not present
https://bugs.launchpad.net/bugs/351288
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 381517] Re: Cannot disable console blanking in /etc/kbd/config

2009-07-07 Thread Daniel Richard G.
A couple of points I neglected to mention in the original report:

1. Setting BLANK_TIME=0 in /etc/console-tools/config in Debian Lenny
successfully disables blanking, so this problem is specific to Ubuntu.

2. For now, I've worked around this bug by invoking

setterm -blank 0 -powersave off -powerdown 0

in /etc/rc.local . Inelegant, but effective.

-- 
Cannot disable console blanking in /etc/kbd/config
https://bugs.launchpad.net/bugs/381517
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 229137] Re: The user cannot select sound card

2009-08-11 Thread Daniel Richard G.
This remains an issue on Jaunty. I have much the same setup as the
original reporter: via82xx onboard audio, and a separate SBLive card. I
want to use the latter, ALSA defaults to the latter, Pulseaudio insists
on using the former. pavucontrol(1), as Andreas suggested, mostly
straightened the problem out for me---who would have ever thought that a
*volume control* utility, with a default-device checkbox widget almost
purposely hidden behind a drop-down arrow, would do the trick?

This bug *seriously* needs the importance set high. Pulseaudio has
turned a hardware setup on which plain-ALSA Linux "just works" into one
where the sound infrastructure does dumb things that require either
significant expertise or hours of forum/Launchpad-trolling to straighten
it out. Can you imagine a non-technical user running into this? In
2009??

Pulseaudio needs to default to the same device(s) that ALSA does (what
earthly reason does it have to do otherwise?) and a means of selecting
the output device needs to be in the default GUI. This is precisely the
sort of bug that gives Linux's usability a bad name. I'm only glad I ran
into this on my own system, and not that of a penguin-skeptical friend.

-- 
The user cannot select sound card
https://bugs.launchpad.net/bugs/229137
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 411795] [NEW] No sound from aplay(1) due to improper default device selection

2009-08-11 Thread Daniel Richard G.
Public bug reported:

Binary package hint: alsa-utils

(Regarding alsa-utils 1.0.18-1ubuntu11 in Jaunty)

This does not give me sound:

$ aplay blah.wav

This does:

$ aplay -D front:CARD=Live,DEV=0 blah.wav

The argument to -D comes from the output of

$ aplay -L
front:CARD=Live,DEV=0
SBLive! Value [CT4832], ADC Capture/Standard PCM Playback
Front speakers
rear:CARD=Live,DEV=0
SBLive! Value [CT4832], ADC Capture/Standard PCM Playback
Rear speakers
center_lfe:CARD=Live,DEV=0
SBLive! Value [CT4832], ADC Capture/Standard PCM Playback
Center and Subwoofer speakers
surround40:CARD=Live,DEV=0
SBLive! Value [CT4832], ADC Capture/Standard PCM Playback
4.0 Surround output to Front and Rear speakers
surround41:CARD=Live,DEV=0
SBLive! Value [CT4832], ADC Capture/Standard PCM Playback
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Live,DEV=0
SBLive! Value [CT4832], ADC Capture/Standard PCM Playback
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Live,DEV=0
SBLive! Value [CT4832], ADC Capture/Standard PCM Playback
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
iec958:CARD=Live,DEV=0
SBLive! Value [CT4832], Multichannel Capture/PT Playback
IEC958 (S/PDIF) Digital Audio Output
null
Discard all samples (playback) or generate zero samples (capture)
front:CARD=V8237,DEV=0
VIA 8237, VIA 8237
Front speakers
surround40:CARD=V8237,DEV=0
VIA 8237, VIA 8237
4.0 Surround output to Front and Rear speakers
surround41:CARD=V8237,DEV=0
VIA 8237, VIA 8237
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=V8237,DEV=0
VIA 8237, VIA 8237
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=V8237,DEV=0
VIA 8237, VIA 8237
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
iec958:CARD=V8237,DEV=0
VIA 8237, VIA 8237
IEC958 (S/PDIF) Digital Audio Output


(Note: This machine has an on-board via82xx audio chip [CARD=V8237] and a 
separate SBLive card [CARD=Live]. The speakers are connected to the SBLive.)

I don't know which device is being used when aplay(1) is invoked without
a -D argument, but ALSA is properly defaulting to the SBLive, and other
multimedia programs (e.g. mpg321(1)) do get their sound out correctly.
Whatever aplay(1) is doing by default, it's not the right thing.

** Affects: alsa-utils (Ubuntu)
 Importance: Undecided
 Status: New

-- 
No sound from aplay(1) due to improper default device selection
https://bugs.launchpad.net/bugs/411795
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 411806] [NEW] Per-user pulseaudio daemons are not terminated upon logout

2009-08-11 Thread Daniel Richard G.
Public bug reported:

Binary package hint: pulseaudio

This concerns pulseaudio 1:0.9.14-0ubuntu20.2 in Jaunty.

After logging out of an X11 session (with the Xubuntu/Xfce desktop over
here), I see that the Pulseaudio daemons are still hanging around:

$ ps auxww | grep pulse
user17782  0.6  0.1 236040  5852 ?Ssl  03:29   0:00 
/usr/bin/pulseaudio --start --log-target=syslog
user17783  0.0  0.0  68048  3072 ?S03:29   0:00 
/usr/lib/pulseaudio/pulse/gconf-helper

Given that these are running per-user, they obviously need to be cleaned
up with everything else at the time that the user logs out of the
system.

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

-- 
Per-user pulseaudio daemons are not terminated upon logout
https://bugs.launchpad.net/bugs/411806
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 229137] Re: The user cannot select sound card

2009-08-11 Thread Daniel Richard G.
The combination of on-board sound hardware, and a more full-featured
sound card, isn't that unusual. It's not in the same "only a gearhead"
category as, say, having two distinct (non-SLI) video cards. (And even
then there's on-board video...)

Hundredpapercuts is looking very apropos.

(Oh, and Arie: I think one way to do what you're after is to put a
shell-script-let in /etc/X11/Xsession.d/, somewhere after 70pulseaudio,
that invokes "pacmd set-default-sink ..." as appropriate based on the
value of DISPLAY. Don't bother with pavucontrol(1), as it has no script-
compatible interface.)

-- 
The user cannot select sound card
https://bugs.launchpad.net/bugs/229137
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 411795] Re: No sound from aplay(1) due to improper default device selection

2009-08-11 Thread Daniel Richard G.
My system has no /etc/asound.conf or ~/.asoundrc* file. Without any such
configuration, I would expect aplay(1) to default to the first ALSA
device (i.e. /proc/asound/card0, or the first entry in
/proc/asound/modules, both correctly indicating the SBLive).

-- 
No sound from aplay(1) due to improper default device selection
https://bugs.launchpad.net/bugs/411795
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 400776] [NEW] ssh-keyscan(1) hangs if broken server does partial handshake

2009-07-17 Thread Daniel Richard G.
Public bug reported:

Binary package hint: openssh-client

This concerns openssh-client 1:5.1p1-5ubuntu1 in Ubuntu Jaunty.

I use ssh-keyscan(1) at a company site to create a global
ssh_known_hosts file. I've found, however, that the program comes to a
halt when it scans one particular system, an ancient, abused laptop
apparently running Debian Sarge (according to the SSH server banner).
When the program reaches that point, it simply sits there, past the
timeout specified via -T, waiting on a select() call per strace(1).
After about fifteen minutes, you see "Connection closed by $IP_ADDRESS",
and the program summarily exits with status 255.

If I connect to the system with "ssh -v r...@$ip_address", I get

8<
OpenSSH_5.1p1 Debian-5ubuntu1, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /home/username/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to $IP_ADDRESS [$IP_ADDRESS] port 22.
debug1: Connection established.
debug1: identity file /home/username/.ssh/identity type -1
debug1: identity file /home/username/.ssh/id_rsa type -1
debug1: identity file /home/username/.ssh/id_dsa type 2
debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
debug1: Remote protocol version 2.0, remote software version OpenSSH_3.8.1p1 
Debian-8.sarge.4
debug1: match: OpenSSH_3.8.1p1 Debian-8.sarge.4 pat OpenSSH_3.*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1p1 Debian-5ubuntu1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
[sits here idle for about fifteen minutes]
Connection closed by $IP_ADDRESS
>8

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

-- 
ssh-keyscan(1) hangs if broken server does partial handshake
https://bugs.launchpad.net/bugs/400776
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 386048] Re: apt-cacher causes apt-get update to fail signature verification

2009-08-18 Thread Daniel Richard G.
Good timing, I've been hacking on apt-cacher today. I'm afraid I can't
reproduce this bug. It's possible that this was fixed in 1.6.8.

Would you feel up to building a new apt-cacher package from source, and
giving it a go? The .dsc and .diff.gz files are available from
http://packages.debian.org/sid/apt-cacher .

-- 
apt-cacher causes apt-get update to fail signature verification
https://bugs.launchpad.net/bugs/386048
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 416820] [NEW] Fails with "RGB database /etc/X11/rgb.txt is missing."

2009-08-21 Thread Daniel Richard G.
Public bug reported:

Binary package hint: sng

This concerns sng 1.0.2-5 in Ubuntu Jaunty.

$ sng foo.png 
RGB database /etc/X11/rgb.txt is missing.

$ cat foo.sng
#SNG: from foo.png
IHDR {
width: 100; height: 100; bitdepth: 1;
using color palette;
}
gAMA {0.45455}

(Note that the .sng file is incomplete---the actual pixel data is
missing.)

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

-- 
Fails with "RGB database /etc/X11/rgb.txt is missing."
https://bugs.launchpad.net/bugs/416820
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 366293] Re: Non-existent i18n files lead to needless server failover

2009-07-31 Thread Daniel Richard G.
Revisiting this problem again, I'm now seeing the same error as in the
Debian bug report:

(This is with apt 0.7.20.2ubuntu6 and apt-cacher 1.6.8)

8<
# apt-get update
Hit http://ubuntu.apt-cacher.local jaunty Release.gpg
Ign http://ubuntu.apt-cacher.local jaunty/main Translation-en_US
Err http://ubuntu.apt-cacher.local jaunty/restricted Translation-en_US
  Error reading from server - read (104 Connection reset by peer)
Ign http://ubuntu.apt-cacher.local jaunty/universe Translation-en_US
Err http://ubuntu.apt-cacher.local jaunty/multiverse Translation-en_US
  Error reading from server - read (104 Connection reset by peer)
Get:1 http://ubuntu.apt-cacher.local jaunty-updates Release.gpg [189B]
Ign http://ubuntu.apt-cacher.local jaunty-updates/main Translation-en_US
Err http://ubuntu.apt-cacher.local jaunty-updates/restricted Translation-en_US
  Error reading from server - read (104 Connection reset by peer)
[...]
Fetched 510kB in 42s (11.9kB/s)
W: Failed to fetch 
http://ubuntu.apt-cacher.local/ubuntu/dists/jaunty/restricted/i18n/Translation-en_US.bz2
  Error reading from server - read (104 Connection reset by peer)

W: Failed to fetch 
http://ubuntu.apt-cacher.local/ubuntu/dists/jaunty/multiverse/i18n/Translation-en_US.bz2
  Error reading from server - read (104 Connection reset by peer)
[...]
>8

I don't remember what was the exact error I was seeing before (it was
something that looked less like a network issue). Mary, please scratch
what I said earlier---this appears to be the same issue as the Debian
bug.

-- 
Non-existent i18n files lead to needless server failover
https://bugs.launchpad.net/bugs/366293
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 413862] [NEW] "wget -nv" prints incorrect total stats

2009-08-14 Thread Daniel Richard G.
Public bug reported:

Binary package hint: wget

This concerns wget 1.11.4-2ubuntu1 in Jaunty.

"uris.txt" is a file containing lots and lots of URLs.

$ wget -nv -O /dev/null `cat uris.txt`
[...]
2009-08-14 01:53:40 
URL:http://ubuntu.mirror.com/ubuntu/pool/main/f/fglrx-installer/fglrx-modaliases_8.600-0ubuntu2_amd64.deb
 [11074/11074] -> "/dev/null" [1]
2009-08-14 01:53:40 
URL:http://ubuntu.mirror.com/ubuntu/pool/main/g/gnome-system-tools/gnome-system-tools_2.22.2-0ubuntu4_amd64.deb
 [3215852/3215852] -> "/dev/null" [1]
2009-08-14 01:53:40 
URL:http://ubuntu.mirror.com/ubuntu/pool/main/libg/libgweather/libgweather-common_2.26.1-0ubuntu2_all.deb
 [173904/173904] -> "/dev/null" [1]
2009-08-14 01:53:40 
URL:http://ubuntu.mirror.com/ubuntu/pool/main/libg/libgweather/libgweather1_2.26.1-0ubuntu2_amd64.deb
 [53918/53918] -> "/dev/null" [1]
2009-08-14 01:53:40 
URL:http://ubuntu.mirror.com/ubuntu/pool/main/m/mobile-broadband-provider-info/mobile-broadband-provider-info_20090309-0ubuntu1_all.deb
 [18910/18910] -> "/dev/null" [1]
2009-08-14 01:53:40 
URL:http://ubuntu.mirror.com/ubuntu/pool/main/libm/libmbca/libmbca0_0.0.4+bzr66-0ubuntu1_amd64.deb
 [51462/51462] -> "/dev/null" [1]
2009-08-14 01:53:40 
URL:http://ubuntu.mirror.com/ubuntu/pool/universe/x/xfce4-places-plugin/xfce4-places-plugin_1.1.0-2_amd64.deb
 [44028/44028] -> "/dev/null" [1]
FINISHED --2009-08-14 01:53:40--
Downloaded: 765 files, 360M in 0s (702834312 GB/s)

I have yet to upgrade to 10BASE-T Ethernet, so I think that last
line may be erroneous :-)

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

-- 
"wget -nv" prints incorrect total stats
https://bugs.launchpad.net/bugs/413862
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


  1   2   3   4   5   6   7   8   9   >