[Bug 884856] Re: gnome-keyring integration breaks some GPG functions

2014-12-29 Thread Christian Hudon
Echoing the last entry, this is (also) an Ubuntu bug. The
/etc/xdg/autostart/gnome-keyring-gpg.desktop should not be installed
until gnome-keyring is a reasonable feature-complete replacement for the
GnuPG agent, which it is not at the moment. Please consider removing
that file until the upstream gnome-keyring bugs regarding GnuPG agent
support are fixed. Removing that file for me fixed my problems with
GnuPG.

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

Title:
  gnome-keyring integration breaks some GPG functions

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/884856/+subscriptions

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


[Bug 406397] Re: init: job stuck with expect fork/daemon when parent reaps child

2014-08-16 Thread Christian Hudon
This makes it impossible to use upstart with any daemon where you want
to source settings from /etc/default (using a script stanza).

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

Title:
  init: job stuck with expect fork/daemon when parent reaps child

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

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


[Bug 315541] Re: runit event.d file should stop service in single user mode

2013-08-29 Thread Christian Hudon
On 12.04, as that's what I have on my server, and it stays on the LTS
releases.

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

Title:
  runit event.d file should stop service in single user mode

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

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


[Bug 315541] Re: runit event.d file should stop service in single user mode

2013-07-22 Thread Christian Hudon
Sorry if it took a while to test this. The server where this is
installed doesn't have a screen usually, and ssh-ing in doesn't work
very well to test stuff in single-user mode. I can now confirm that the
fix works for me.

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

Title:
  runit event.d file should stop service in single user mode

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

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


[Bug 1010609] [NEW] Apcupsd leaks file descriptors

2012-06-08 Thread Christian Hudon
Public bug reported:

I have an apcupsd setup in client/server mode for a couple computers.
The server computer has the NETSERVER config directive enabled. The
client computers are configured with UPS type net to connect to the
server computer to get the UPS status. After the acpupsd process has
been running for a while on the server, I get the following errors in
the log:

Jun  8 14:22:02 server apcupsd[1949]: warning: cannot open /etc/hosts.allow: 
Too many open files
Jun  8 14:22:02 server apcupsd[1949]: warning: cannot open /etc/hosts.deny: Too 
many open files
Jun  8 14:22:02 server apcupsd[1949]: Connection from 10.0.0.230 refused by 
tcp_wrappers.

My guess is that there is a file descriptor leak in the code that
protects the NETSERVER incoming connections. This is on Ubuntu 12.04.4.

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

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

Title:
  Apcupsd leaks file descriptors

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

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


[Bug 562509] Re: Automounts users autofs home directories by default (face browser disabled)

2012-06-05 Thread Christian Hudon
This bug is not fixed in lucid, even with the latest gdm
(2.30.2.is.2.30.0-0ubuntu5.2). Gdm still touches all user directories,
which means they all get mounted when /home is managed by automount.
This is very annoying because as soon as one home directory is not
available (because the NFS server is down, etc.), this bug makes it
impossible for anyone to login across the whole set of computers.

The (remaining) cause of the problem is the update_icon_monitor()
function in daemon/gdm-user.c. I disabled said function with the
attached patch, and now gdm does not cause all home directories to
become automounted, and people can still login even if someone else's
home directory is not available. The patch may not do the right thing
for users who care about the face browser, but it finally makes Lucid's
gdm usable in deployments with NFS and/or automounted home directories,
etc.

Please consider fixing this bug.

** Patch added: Patch to disable update_icon_monitor() function in 
daemon/gdm-user.c
   
https://bugs.launchpad.net/ubuntu/lucid/+source/gdm/+bug/562509/+attachment/3176480/+files/gdm.patch

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

Title:
  Automounts users autofs home directories by default (face browser
  disabled)

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

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


[Bug 512190] Re: apt-get --ignore-missing install fails when it can't find a package

2011-12-06 Thread Christian Hudon
Actually, aptitude is not a great fit for that kind of usage, as it will
also happily start automatically uninstalling a bunch of packages that
are not needed anymore (not available upstream). And there's no way to
prevent it from doing that. It also searches in the package description,
etc. instead of just the package name, which is much slower when one
have a long list of packages to install or remove.

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

Title:
  apt-get --ignore-missing install fails when it can't find a package

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

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


[Bug 862534] [NEW] Cups writes state information under /etc (in printers.conf)

2011-09-29 Thread Christian Hudon
Public bug reported:

I am running Cups on a Lucid server, with etckeeper installed. Just
about every night, I get an email from the cron job for etckeeper
because the printers.conf and printers.conf.O files have changed. This
is because Cups keeps state information about the printers in this file,
instead of under /var (where it is supposed to go).

The State and StateTime lines in that file look like the most
glaring offenders, but there may be others. That kind of information
should be kept under /var.

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

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

Title:
  Cups writes state information under /etc (in printers.conf)

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

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


[Bug 856726] [NEW] Rabbitmq warns about migration from old release even on new install

2011-09-22 Thread Christian Hudon
Public bug reported:

The version of rabbitmq-server in lucid warns in its preinst about
migrating from an older version of rabbitmq even when doing a clean
install. I have a script that creates Ubuntu 10.04 virtual machines with
the packages I need, and this is the only place where I need to press
enter during the installation of all the packages, which is a bit
annoying.

Basically, I don't think the rabbitmq-server preinst script is handling
the case where there is no previous version of the package correctly in
its call to dpkg --compare-versions.

** Affects: rabbitmq-server (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server in Ubuntu.
https://bugs.launchpad.net/bugs/856726

Title:
  Rabbitmq warns about migration from old release even on new install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/856726/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 856726] [NEW] Rabbitmq warns about migration from old release even on new install

2011-09-22 Thread Christian Hudon
Public bug reported:

The version of rabbitmq-server in lucid warns in its preinst about
migrating from an older version of rabbitmq even when doing a clean
install. I have a script that creates Ubuntu 10.04 virtual machines with
the packages I need, and this is the only place where I need to press
enter during the installation of all the packages, which is a bit
annoying.

Basically, I don't think the rabbitmq-server preinst script is handling
the case where there is no previous version of the package correctly in
its call to dpkg --compare-versions.

** Affects: rabbitmq-server (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Rabbitmq warns about migration from old release even on new install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/856726/+subscriptions

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


[Bug 845871] [NEW] qemu-common cannot be installed because of unsatisfied dependency

2011-09-09 Thread Christian Hudon
Public bug reported:

Running lucid, with the lucid-updates repository enabled. The qemu-
common package refuses to install:

The following packages have unmet dependencies:
  qemu-common: Depends: vgabios (= 0.6c-2ubuntu2) but it is not going to be 
installed

The last version available for vgabios seenms to be 0.6c-2ubuntu1:

# apt-cache showpkg vgabios
Package: vgabios
Versions: 
0.6c-2ubuntu1 
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_lucid_main_binary-i386_Packages)
 Description Language: 
 File: 
/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_lucid_main_binary-i386_Packages
  MD5: 668e611077a83ff99de0f881df99855f


Reverse Depends: 
  qemu-common,vgabios 0.6c-2ubuntu2
  qemu-common,vgabios
  bochs,vgabios 0.5c-1
  qemu-common,vgabios
Dependencies: 
0.6c-2ubuntu1 - bochs (3 2.1.1+20040903-1) 
Provides: 
0.6c-2ubuntu1 - 
Reverse Provides:

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/845871

Title:
  qemu-common cannot be installed because of unsatisfied dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/845871/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 845871] Re: qemu-common cannot be installed because of unsatisfied dependency

2011-09-09 Thread Christian Hudon
Ugh. You can close this. I had a PPA for KVM for hardy (which was
converted to lucid on upgrade)  that I thought I had disabled in the
sources.list file for this computer, but the change I did on my master
sources.list file didn't get propagated correctly, due to an operator
error.

Thanks for the help, and my apologies for taking up some of your time
with this.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/845871

Title:
  qemu-common cannot be installed because of unsatisfied dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/845871/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 845871] [NEW] qemu-common cannot be installed because of unsatisfied dependency

2011-09-09 Thread Christian Hudon
Public bug reported:

Running lucid, with the lucid-updates repository enabled. The qemu-
common package refuses to install:

The following packages have unmet dependencies:
  qemu-common: Depends: vgabios (= 0.6c-2ubuntu2) but it is not going to be 
installed

The last version available for vgabios seenms to be 0.6c-2ubuntu1:

# apt-cache showpkg vgabios
Package: vgabios
Versions: 
0.6c-2ubuntu1 
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_lucid_main_binary-i386_Packages)
 Description Language: 
 File: 
/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_lucid_main_binary-i386_Packages
  MD5: 668e611077a83ff99de0f881df99855f


Reverse Depends: 
  qemu-common,vgabios 0.6c-2ubuntu2
  qemu-common,vgabios
  bochs,vgabios 0.5c-1
  qemu-common,vgabios
Dependencies: 
0.6c-2ubuntu1 - bochs (3 2.1.1+20040903-1) 
Provides: 
0.6c-2ubuntu1 - 
Reverse Provides:

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  qemu-common cannot be installed because of unsatisfied dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/845871/+subscriptions

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


[Bug 845871] Re: qemu-common cannot be installed because of unsatisfied dependency

2011-09-09 Thread Christian Hudon
Ugh. You can close this. I had a PPA for KVM for hardy (which was
converted to lucid on upgrade)  that I thought I had disabled in the
sources.list file for this computer, but the change I did on my master
sources.list file didn't get propagated correctly, due to an operator
error.

Thanks for the help, and my apologies for taking up some of your time
with this.

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

Title:
  qemu-common cannot be installed because of unsatisfied dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/845871/+subscriptions

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


[Bug 816117] Re: Files installed by ifupdown in /etc/init should be conffiles

2011-08-11 Thread Christian Hudon
I just want to note that you can prevent the SRU itself will clobber
any local changes the user has made in lucid by stashing away a copy of
said files in the preinst script. But I guess waiting for some other
changes for lucid in the package is fine too. But as it is now, local
changes will be overwritten again when upgrading to the next LTS
release...

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

Title:
  Files installed by ifupdown in /etc/init should be conffiles

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

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


[Bug 824596] [NEW] /etc/init/network-interface.conf makes it impossible to have persistent PPP connection

2011-08-11 Thread Christian Hudon
Public bug reported:

I have a server with a static PPP connection to the Internet. (It's a
PPPoE connection to an ISP, actually.) I want said PPP connection to
come up on boot and then *always stay up* (unless I take it down
temporarily myself for sysadmin work, obviously). This used to be
possible with hardy, but now doesn't work at all with lucid unless I
hack /etc/init/network-interface.conf. Otherwise when say the other side
closes the connection, it doesn't get restarted.

I have my PPP connection configured with persist and maxfail 0. I
also have a script / upstart conf file to restart the pppd program if it
terminates unexpectedly, but I don't think that impacts this bug report.
Here's the root of the problem, to the best of my understanding. When
the PPP connection is stopped, the kernel destroys the ppp0 interface.
Upstart sees this and the network-interface.conf then calls ifdown
ppp0, and so whatever the pppd daemon was going to do beforehand
(restart the connection, for instance), now it's being stopped. I
commented out the ifup and ifdown lines in network-interface.conf,
and now my PPP connection restarts properly when it's interrupted.

I believe the solution would involve only doing ifup/ifdown calls in
network-interface.conf for network interfaces that are actual hardware
being plugged in on an actual physical bus in the computer. At least I
know that udev also has a set of ifup and ifdown calls deep in its
bowels, but these don't cause problem for my PPP connection, so udev
must be doing something different there...

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

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

Title:
  /etc/init/network-interface.conf makes it impossible to have
  persistent PPP connection

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

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


[Bug 816117] Re: Files installed by ifupdown in /etc/init should be conffiles

2011-08-11 Thread Christian Hudon
Bryan: just a quick note here to say I've submitted as you asked bug
https://bugs.launchpad.net/bugs/824596 regarding my problems getting a
persistent PPP connection to work with lucid. If you guys could have a
look at that one too, it'd be really appreciated. Thanks.

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

Title:
  Files installed by ifupdown in /etc/init should be conffiles

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

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


[Bug 615186] Re: md_d0 array fabricated, prevents mounting md0 partitions

2011-08-08 Thread Christian Hudon
Any reason why the following patches haven't been folded into Ubuntu
10.04 LTS? I had a similar problem (create md0 RAID1 array with one
device missing, after reboot it comes up as md_d0 instead) and these
patches (installed from the two packages in the PPA) fix that. It would
have saved me a couple of hours of work.

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

Title:
  md_d0 array fabricated, prevents mounting md0 partitions

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

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


[Bug 820478] [NEW] gdm scans all home directories, makes it impossible to log in if one of them is e.g. on NFS and stalled

2011-08-03 Thread Christian Hudon
Public bug reported:

We have a small Ubuntu 10.04 LTS deployment (about 10 seats), with some
home directories mounted on NFS. Even with the face chooser disabled,
gdm still scans every home directory before allowing someone to log in.
If any of the home directories is stalls (because its NFS server is
down), then no one can log in, including the users whose home
directories are available. Needless to say, this is a really bad failure
mode.

The symptoms are really confusing too. Either the computer stays stuck
at the plymouth splash screen (because it's waiting for gdm to come up),
or when clicking the log in button (to get the username text field...
this is the lucid gdm), the username text field doesn't come up but the
log In and cancel buttons do.

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

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

Title:
  gdm scans all home directories, makes it impossible to log in if one
  of them is e.g. on NFS and stalled

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

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


[Bug 816117] Re: Files installed by ifupdown in /etc/init should be conffiles

2011-07-26 Thread Christian Hudon
I am using lucid. I had checked in the latest source package before
reporting the bug. When I didn't see a conffiles in the Debian
directory, I assumed this bug was still there. Sorry about the dup.

Could this fix please be backported to lucid, then? This kind of thing
is really annoying to sysadmins, who are more likely to run the LTS
releases. I can help if you want. Until I figured out this problem, I
lost Internet connectivity multiple times on some of my servers (and had
to physically get to the console to restart the network connection). It
took me a while to suspect this, because .debs usually never ignore
local modifications in /etc.

Thanks.

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

Title:
  Files installed by ifupdown in /etc/init should be conffiles

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

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


[Bug 816117] [NEW] Files installed by ifupdown in /etc/init should be conffiles

2011-07-25 Thread Christian Hudon
Public bug reported:

I needed to make a change in /etc/init/network-interface.conf to make my
persistent PPP connection work with upstart. However my change kept
going away after a couple of months. It took me a while to figure out
why. The files installed by ifupdown in /etc/init are not marked as
conffiles!

Please mark /etc/init/network-interface.conf and friends as conffiles,
so if a sysadmin needs to make change to these files, they are retained
and do not disappear silently the next time the ifupdown package is
upgraded!

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

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

Title:
  Files installed by ifupdown in /etc/init should be conffiles

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

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


[Bug 808885] [NEW] setuptools installs into site-packages instead of dist-packages when --prefix is specified

2011-07-11 Thread Christian Hudon
Public bug reported:

When installing a python package locally (--prefix=/usr/local) with
setuptools, it is installed in the site-packages subdirectory instead of
dist-packages. As the former is not on sys.path anymore (at least with
lucid), the locally installed package doesn't load when imported.

This is similar to bug #362570, except for setuptools instead of stock
python 2.6. Presumably changes similar to those that fix that bug need
to be made to setuptools.

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

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

Title:
  setuptools installs into site-packages instead of dist-packages when
  --prefix is specified

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-setuptools/+bug/808885/+subscriptions

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


[Bug 44478] Re: Options button in default Ubuntu gdm login screen does not obey Fitt's law

2010-09-19 Thread Christian Hudon
No, it works fine in Lucid.

-- 
Options button in default Ubuntu gdm login screen does not obey Fitt's law
https://bugs.launchpad.net/bugs/44478
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 578108] Re: pppd persistent mode is not working

2010-07-28 Thread Christian Hudon
I'm having the same problem. I ended up renaming the network-
interface.conf file to *.disabled as this is a server and all network
interfaces are static and persistent (i.e. I don't want them to go down
unless I say ifdown foo on the command-line).

-- 
pppd persistent mode is not working
https://bugs.launchpad.net/bugs/578108
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 603738] [NEW] etckeeper should not warn about ignored special files / hardlinks

2010-07-09 Thread Christian Hudon
Public bug reported:

Binary package hint: etckeeper

I have some special files in /etc (due to use of runit). I have added
all these files to /etc/.bzrignore. However, I still get a complain each
time I run etckeeper commit about special files [that] could cause
problems.

It'd be nice if the snippets in /etc/etckeeper/pre-commit.d that check
for problematic files would only warn on files that are not being
ignored by $VCS.

I'm running Ubuntu 10.04, with etckeeper version 0.41ubuntu3.1

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

-- 
etckeeper should not warn about ignored special files / hardlinks
https://bugs.launchpad.net/bugs/603738
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 333446] Re: [RV630] X server crashes with SIGSEGV in when switching virtual destops (Hardy)

2010-05-06 Thread Christian Hudon
I'll be testing once we migrate to lucid, as testing simply involves
running the desktop normally. But we aren't going to migrate to lucid
right this week, *and* the bug triggers about once per month or two. So
a confirmation that the bug still exists or that it is fixed will not
happen by June for sure. Is it possible to reconsider that needs-
retested-on-lucid-by-june tag?

-- 
[RV630] X server crashes with SIGSEGV in when switching virtual destops (Hardy)
https://bugs.launchpad.net/bugs/333446
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 410043] Re: Wrong /proc/cpuinfo information with Q9550 Intel Core 2 CPU

2010-04-13 Thread Christian Hudon
I've tested using the Ubuntu 10.04 LTS beta 2 desktop CD (32 bits), and
the number of cores in the CPU gets reported correctly with that kernel.
Is testing with a (2.6.24) mainline kernel still useful?

-- 
Wrong /proc/cpuinfo information with Q9550 Intel Core 2 CPU
https://bugs.launchpad.net/bugs/410043
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 246949] Re: Loses packages if left to download overnight

2010-03-29 Thread Christian Hudon
Err... any *reason* why this bug is suddenly marked invalid? Hopefully,
it's because this does not happen in the current version of update-
manager, but it's kinda hard to tell when the only bug comment is a
status change from new to invalid.

-- 
Loses packages if left to download overnight
https://bugs.launchpad.net/bugs/246949
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 523365] [NEW] Atlas not ABI-compatible with refblas package on AMD64

2010-02-17 Thread Christian Hudon
Public bug reported:

The Atlas libraries are supposed to be ABI-compatible with the reference
BLAS and LAPACK implementation, as they are substituted in through
dynamic linker magic for applications compiled with BLAS and LAPACK.
However, on AMD64 hardy, programs that are linked against BLAS and
LAPACK and work fine with the reference implementation installed
suddenly produce the following dynamic linking error when libatlas3gf-
base (version 3.6.0-21.1ubuntu3) is installed:

/usr/lib/atlas/libblas.so.3gf: undefined symbol: _gfortran_st_write_done

Maybe Altas and the reference BLAS and LAPACK are not compiled with the
same FORTRAN compiler?

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

-- 
Atlas not ABI-compatible with refblas package on AMD64
https://bugs.launchpad.net/bugs/523365
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 392372] Re: cueconvert crashes when converting .toc to .cue

2009-12-29 Thread Christian Hudon
After some digging, it turns out that the problem was a buffer whose
size was tool small to include the null character at the end. A
sprintf() of a string of size 9 into a 9 bytes buffer: sprintf(msf,
%02d:%02d:%02d, minutes, seconds, frames);

The attached patch fixes the problem by increasing the size of the msf
char array to 10 character (so it can also hold the null character at
the end of the string). Please apply.

** Attachment added: Fixes buffer overflow
   http://launchpadlibrarian.net/37273741/cuetools.patch

-- 
cueconvert crashes when converting .toc to .cue
https://bugs.launchpad.net/bugs/392372
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 410043] [NEW] Wrong /proc/cpuinfo information with Q9550 Intel Core 2 CPU

2009-08-06 Thread Christian Hudon
Public bug reported:

Just installed hardy on a new machine (which has a recent cpu: Intel
Core 2 Q9550... required a BIOS upgrade for a motherboard which was a
year old). When I look at the /proc/cpuinfo for that machine, it reports
1 core with 4 siblings when the CPU is a quad-core with no
hyperthreading (so should be 4 cores). An identical machine even with an
older CPU (Intel Q6600) returns the correct number of cores in
/proc/cpuinfo.

As said, I just updated the BIOS for the Q9550 machine to the latest
version, so that shouldn't be the problem (but any hints on how to dump
the ACPI data and confirm it is correct would be appreciated).

We're running 8.04.3 LTS, with kernel 2.6.24-24-server

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Wrong /proc/cpuinfo information with Q9550 Intel Core 2 CPU
https://bugs.launchpad.net/bugs/410043
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 410043] Re: Wrong /proc/cpuinfo configuration with Q9550 Intel Core 2 CPU

2009-08-06 Thread Christian Hudon

** Attachment added: cpuinfo for Q9550 (indicates 1 core, 4 threads while cpu 
is 4 cores, no hypertreading)
   http://launchpadlibrarian.net/29977397/Q9550.out

-- 
Wrong /proc/cpuinfo information with Q9550 Intel Core 2 CPU
https://bugs.launchpad.net/bugs/410043
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 410043] Re: Wrong /proc/cpuinfo configuration with Q9550 Intel Core 2 CPU

2009-08-06 Thread Christian Hudon

** Attachment added: cpuinfo for Q6600 (correctly reports 4 core, no 
hyperthreading)
   http://launchpadlibrarian.net/29977437/Q6600.out

** Summary changed:

- Wrong /proc/cpuinfo configuration with Q9550 Intel Core 2 CPU
+ Wrong /proc/cpuinfo information with Q9550 Intel Core 2 CPU

-- 
Wrong /proc/cpuinfo information with Q9550 Intel Core 2 CPU
https://bugs.launchpad.net/bugs/410043
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


Re: [Bug 344492] Re: bzr: ERROR: no changes to commit.

2009-07-21 Thread Christian Hudon
Thierry Carrez wrote:
 Christian: it works here. What version of etckeeper / bzr are you
 running ?

   
For etckeeper, the one in hardy: 0.14ubuntu2. For bazaar, the one in the 
bzr PPA, which is right now 1.16.1-1~bazaar1~hardy1

-- 
bzr: ERROR: no changes to commit.
https://bugs.launchpad.net/bugs/344492
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 344492] Re: bzr: ERROR: no changes to commit.

2009-07-13 Thread Christian Hudon
I'm getting this bug too. To reproduce, just install a package that does
not change any files in /etc.

The cause of the problem is etckeeper does a bzr commit after every
package install, and bazaar exits with a non-zero exit code (an a
pointless commit error) when there is nothing to commit. The script in
etckeeper that calls bazaar doesn't expect said non-zero exit code, and
goes boom.

-- 
bzr: ERROR: no changes to commit.
https://bugs.launchpad.net/bugs/344492
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 344492] Re: bzr: ERROR: no changes to commit.

2009-07-13 Thread Christian Hudon
The following patch is at least a workaround for this problem (if not a
clean solution).


** Attachment added: Change /etc/apt/apt.conf.d/05etckeeper to ignore 
etckeeper exit codes.
   http://launchpadlibrarian.net/28974972/workaround.patch

-- 
bzr: ERROR: no changes to commit.
https://bugs.launchpad.net/bugs/344492
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 333446] Re: [RV630] X server crashes with SIGSEGV in when switching virtual destops

2009-06-26 Thread Christian Hudon
Errr, this is at work, where all the machines are running the LTS
release. So unless there's a release for hardy too, I can't really test
it (and it won't help with my problem)... well, at least not until the
next LTS release.

Would it be possible to get that new version of the -fglrx driver
compiled for hardy too?

-- 
[RV630] X server crashes with SIGSEGV in when switching virtual destops
https://bugs.launchpad.net/bugs/333446
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 392372] [NEW] cueconvert crashes when converting .toc to .cue

2009-06-25 Thread Christian Hudon
Public bug reported:

With cuetools 1.3.1-4ubuntu1, running the command cueconvert cd.toc
cd.cue (with the attached cd.toc file) results in a core dump:

*** buffer overflow detected ***: cueconvert terminated
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x48)[0xb7ea9da8]
/lib/tls/i686/cmov/libc.so.6[0xb7ea7eb0]
/lib/tls/i686/cmov/libc.so.6[0xb7ea75a8]
/lib/tls/i686/cmov/libc.so.6(_IO_default_xsputn+0xc8)[0xb7e19bb8]
/lib/tls/i686/cmov/libc.so.6(_IO_vfprintf+0xf4c)[0xb7dec77c]
/lib/tls/i686/cmov/libc.so.6(__vsprintf_chk+0xa4)[0xb7ea7654]
/lib/tls/i686/cmov/libc.so.6(__sprintf_chk+0x2d)[0xb7ea759d]
cueconvert[0x804f9bf]
cueconvert[0x80491d1]
cueconvert[0x804941f]
cueconvert[0x804982f]
cueconvert[0x8049034]
cueconvert[0x8048bac]
cueconvert[0x8048e98]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb7dc2775]
cueconvert[0x8048ad1]
=== Memory map: 
08048000-08056000 r-xp  fc:00 11368  /usr/bin/cueconvert
08056000-08057000 r--p d000 fc:00 11368  /usr/bin/cueconvert
08057000-08058000 rw-p e000 fc:00 11368  /usr/bin/cueconvert
08c61000-08c82000 rw-p 08c61000 00:00 0  [heap]
b7d81000-b7d8e000 r-xp  08:02 146602 /lib/libgcc_s.so.1
b7d8e000-b7d8f000 r--p c000 08:02 146602 /lib/libgcc_s.so.1
b7d8f000-b7d9 rw-p d000 08:02 146602 /lib/libgcc_s.so.1
b7dab000-b7dac000 rw-p b7dab000 00:00 0 
b7dac000-b7f08000 r-xp  08:02 146654 /lib/tls/i686/cmov/libc-2.9.so
b7f08000-b7f09000 ---p 0015c000 08:02 146654 /lib/tls/i686/cmov/libc-2.9.so
b7f09000-b7f0b000 r--p 0015c000 08:02 146654 /lib/tls/i686/cmov/libc-2.9.so
b7f0b000-b7f0c000 rw-p 0015e000 08:02 146654 /lib/tls/i686/cmov/libc-2.9.so
b7f0c000-b7f0f000 rw-p b7f0c000 00:00 0 
b7f1a000-b7f2c000 rw-p b7f1a000 00:00 0 
b7f2c000-b7f48000 r-xp  08:02 146637 /lib/ld-2.9.so
b7f48000-b7f49000 r--p 0001b000 08:02 146637 /lib/ld-2.9.so
b7f49000-b7f4a000 rw-p 0001c000 08:02 146637 /lib/ld-2.9.so
bfa35000-bfa4a000 rw-p bffeb000 00:00 0  [stack]
Abort
Exit 134

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

-- 
cueconvert crashes when converting .toc to .cue
https://bugs.launchpad.net/bugs/392372
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 392372] Re: cueconvert crashes when converting .toc to .cue

2009-06-25 Thread Christian Hudon

** Attachment added: cd.toc
   http://launchpadlibrarian.net/28387352/cd.toc

-- 
cueconvert crashes when converting .toc to .cue
https://bugs.launchpad.net/bugs/392372
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 378730] [NEW] [needs-packaging] blcr checkpoint / restart system

2009-05-20 Thread Christian Hudon
Public bug reported:

Blcr is a checkpoint / restart system for Linux. It works on its own,
and it also enhances the latest version (2.0) of the SLURM resource
manager. Here is an extract from their web site:

Future Technologies Group researchers are developing a hybrid
kernel/user implementation of checkpoint/restart. Their goal is to
provide a robust, production quality implementation that checkpoints a
wide range of applications, without requiring changes to be made to
application code. This work focuses on checkpointing parallel
applications that communicate through MPI, and on compatibility with the
software suite produced by the SciDAC Scalable Systems Software ISIC.
This work is broken down into 4 main areas:

* Checkpoint/Restart for Linux (CR)
* Checkpointable MPI Libraries
* Resource Management Interface to Checkpoint/Restart
* Development of Process Management Interfaces

URL: https://ftg.lbl.gov/CheckpointRestart/CheckpointRestart.shtml
License: GPL, LGPL
Notes: Also filed Debian request-for-packaging bug #529619: 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529619

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

-- 
[needs-packaging] blcr checkpoint / restart system
https://bugs.launchpad.net/bugs/378730
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 362295] [NEW] DeprecationWarning email from apt-xapian-weekly cron job

2009-04-16 Thread Christian Hudon
Public bug reported:

Binary package hint: apt-xapian-index

Hello,

Each week, I receive the following email from cron:

/etc/cron.weekly/apt-xapian-index:
/var/lib/python-support/python2.6/debian_bundle/deb822.py:1039: 
DeprecationWarning: object.__init__() takes no parameters
  str.__init__(self, str_)

It'd be nice if this warning were fixed, because getting emailed about
this every week for the lifetime of jaunty is a bit annoying.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: apt-xapian-index 0.16
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=fr_CA.UTF-8
 SHELL=/bin/tcsh
SourcePackage: apt-xapian-index
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
DeprecationWarning email from apt-xapian-weekly cron job
https://bugs.launchpad.net/bugs/362295
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 362295] Re: DeprecationWarning email from apt-xapian-weekly cron job

2009-04-16 Thread Christian Hudon

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/25531046/Dependencies.txt

-- 
DeprecationWarning email from apt-xapian-weekly cron job
https://bugs.launchpad.net/bugs/362295
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 362398] [NEW] Oops in rpc_malloc on kernel 2.6.24

2009-04-16 Thread Christian Hudon
Public bug reported:

Hello,

I got the following oops while trying to mount a NFSv3 filesystem. I'm
running hardy, with kernel 2.6.24-23-server.

[1384816.093389] [ cut here ]
[1384816.093394] kernel BUG at 
/build/buildd/linux-2.6.24/net/sunrpc/rpcb_clnt.c:322!
[1384816.093398] invalid opcode:  [#16] SMP 
[1384816.093401] Modules linked in: binfmt_misc nfsd auth_rpcgss exportfs 
ipt_MASQUERADE iptable_nat nf_nat nf_conntrack_ipv4 xt_state nf_conntrack 
ipt_REJECT xt_tcpudp bridge kvm_intel kvm ppdev autofs4 acpi_cpufreq 
cpufreq_powersave cpufreq_stats cpufreq_userspace cpufreq_ondemand 
cpufreq_conservative freq_table video output container sbs sbshc dock ac 
battery ipv6 nfs lockd nfs_acl sunrpc iptable_filter ip_tables x_tables 
af_packet sbp2 psmouse parport_pc lp parport snd_hda_intel snd_pcm_oss 
snd_seq_dummy joydev snd_seq_oss snd_mixer_oss snd_seq_midi snd_pcm snd_rawmidi 
atl1 mii fglrx(P) snd_page_alloc snd_seq_midi_event snd_hwdep snd_seq iTCO_wdt 
snd_timer snd_seq_device intel_agp snd iTCO_vendor_support button evdev agpgart 
shpchp pci_hotplug pcspkr soundcore dm_multipath reiserfs sg sr_mod cdrom 
sd_mod pata_jmicron ata_piix ata_generic usbhid hid ohci1394 pata_acpi ahci 
floppy ieee1394 libata scsi_mod ehci_hcd uhci_hcd usbcore raid10 raid456 
async_xor async_memcpy async_tx xor raid1 raid0 multipath linear md_mod 
dm_mirror dm_snapshot dm_mod thermal processor fan fbcon tileblit font bitblit 
softcursor fuse
[1384816.093486] 
[1384816.093489] Pid: 14526, comm: mount.nfs Tainted: P  D 
(2.6.24-23-server #1)
[1384816.093492] EIP: 0060:[f93364a1] EFLAGS: 00010206 CPU: 1
[1384816.093516] EIP is at rpcb_getport_async+0x251/0x3d0 [sunrpc]
[1384816.093518] EAX: ed87ac00 EBX: ed87ac00 ECX: c0435530 EDX: f934f9a0
[1384816.093521] ESI: f73b1f00 EDI: f73b1a00 EBP: f59d7000 ESP: d285daec
[1384816.093523]  DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
[1384816.093526] Process mount.nfs (pid: 14526, ti=d285c000 task=ed0ce5c0 
task.ti=d285c000)
[1384816.093528] Stack:  ed87ac00 005c ed87ac00 0004 f932df89 
0292 ed87ac00 
[1384816.093535]f73b1a6c 00011200 ed87ac00 f59d7000 ed87ac00 f59d7000 
d285dba0 ed87ac80 
[1384816.093541]f9327195 f9327266 f59d7000  ed87ac00  
ed87ac00 f932e512 
[1384816.093547] Call Trace:
[1384816.093562]  [f932df89] rpc_malloc+0x39/0x90 [sunrpc]
[1384816.093598]  [f9327195] call_bind+0x45/0x80 [sunrpc]
[1384816.093618]  [f9327266] call_reserve+0x16/0x70 [sunrpc]
[1384816.093648]  [f932e512] __rpc_execute+0x62/0x280 [sunrpc]
[1384816.093667]  [c013bf8b] recalc_sigpending+0xb/0x40
[1384816.093673]  [c013c025] sigprocmask+0x65/0x110
[1384816.093687]  [f932dbc4] rpc_set_active+0x44/0x70 [sunrpc]
[1384816.093717]  [f9327f38] rpc_do_run_task+0x68/0xc0 [sunrpc]
[1384816.093748]  [f932800d] rpc_call_sync+0x1d/0x40 [sunrpc]
[1384816.093776]  [f9328073] rpc_ping+0x43/0x60 [sunrpc]
[1384816.093806]  [f93292f8] rpc_bind_new_program+0x58/0x70 [sunrpc]
[1384816.093834]  [f93a43bf] nfs_init_server_aclclient+0x2f/0x50 [nfs]
[1384816.093860]  [f93a54f6] nfs_create_server+0x156/0x4f0 [nfs]
[1384816.093879]  [f93281c0] rpc_free_auth+0x0/0x40 [sunrpc]
[1384816.093898]  [c02213fb] kref_put+0x2b/0xa0
[1384816.093912]  [f93280c2] rpc_release_client+0x32/0x60 [sunrpc]
[1384816.093941]  [f932829a] rpc_shutdown_client+0x9a/0xd0 [sunrpc]
[1384816.093961]  [f93280c2] rpc_release_client+0x32/0x60 [sunrpc]
[1384816.093989]  [f932de90] rpc_put_task+0x80/0xa0 [sunrpc]
[1384816.094019]  [f93b5b56] nfs_mount+0xd6/0x1a0 [nfs]
[1384816.094047]  [c0226573] match_token+0x193/0x1b0
[1384816.094067]  [f93adcf0] nfs_get_sb+0x250/0x7c0 [nfs]
[1384816.094106]  [c01ac5ac] __d_lookup+0x8c/0x120
[1384816.094116]  [f93f8e36] autofs4_revalidate+0x96/0x160 [autofs4]
[1384816.094126]  [c01a1dc7] do_lookup+0x67/0x1c0
[1384816.094133]  [c01261ec] kmap_atomic+0x1c/0x30
[1384816.094140]  [c01262dd] kunmap_atomic+0x2d/0x80
[1384816.094170]  [c019c624] vfs_kern_mount+0xa4/0x120
[1384816.094180]  [c019c6fd] do_kern_mount+0x3d/0xe0
[1384816.094189]  [c01b1b17] do_mount+0x5e7/0x710
[1384816.094215]  [c0177a96] __pagevec_free+0x26/0x30
[1384816.094227]  [c03323f3] do_page_fault+0x143/0x900
[1384816.094242]  [c017836a] __alloc_pages+0x5a/0x380
[1384816.094248]  [c03322b0] do_page_fault+0x0/0x900
[1384816.094253]  [c0330aaa] error_code+0x72/0x78
[1384816.094264]  [c01b0495] copy_mount_options+0xa5/0x140
[1384816.094274]  [c01b2257] sys_mount+0x77/0xb0
[1384816.094283]  [c010838a] sysenter_past_esp+0x6b/0xa1
[1384816.094295]  [c033] rt_mutex_slowunlock+0x60/0x1c0
[1384816.094306]  ===
[1384816.094307] Code: fe ff ff 8b 54 24 1c 0f b7 82 ac 00 00 00 c7 44 24 08 c4 
b8 33 f9 c7 04 24 f0 ef 33 f9 89 44 24 04 e8 74 bf df c6 e9 3c fe ff ff 0f 0b 
eb fe 0f b7 b0 ac 00 00 00 8b 57 24 8b 4f 20 8b 5f 2c 8b 
[1384816.094339] EIP: [f93364a1] rpcb_getport_async+0x251/0x3d0 [sunrpc] 
SS:ESP 0068:d285daec
[1384816.094364] ---[ end trace 

[Bug 333446] Re: X server crashes with SIGSEGV in when switching virtual destops

2009-02-23 Thread Christian Hudon

** Attachment added: xorg.bug.log
   http://launchpadlibrarian.net/23013044/xorg.bug.log

-- 
X server crashes with SIGSEGV in when switching virtual destops
https://bugs.launchpad.net/bugs/333446
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 333446] [NEW] X server crashes with SIGSEGV in when switching virtual destops

2009-02-23 Thread Christian Hudon
Public bug reported:

My X server on hardy crashes intermitently (around once a month, say)
when switching virtual desktops in metacity.

The Xorg.log file is attached, and includes a backtrace of the crash at
the end. When the crash happens, the graphical screen closes and I am
dumped into a text login. After login, I could see a parent X server
process with a forked child X server process marked as zombie (which is
the process that crashes presumably). Both X server processes are
unkillable, and any attempt to start another X session leads to a hard
lockup of the machine.

My graphic card is: 01:00.0 VGA compatible controller [0300]: ATI
Technologies Inc RV630 [Radeon HD 2600 Series] [1002:9589]

Here is the backtrace part:

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x7e) [0x80c780e]
1: [0xb7f2e420]
2: /usr/lib/xorg/modules//libxaa.so [0xb75d35b9]
3: /usr/bin/X [0x8173013]
4: /usr/bin/X(CompositePicture+0x150) [0x815a1f0]
5: /usr/bin/X [0x81601df]
6: /usr/bin/X [0x815d085]
7: /usr/bin/X [0x81506ee]
8: /usr/bin/X(Dispatch+0x2cf) [0x808d8df]
9: /usr/bin/X(main+0x48b) [0x807471b]
10: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7caf450]
11: /usr/bin/X(FontFileCompleteXLFD+0x201) [0x8073a91]

Fatal server error:
Caught signal 11.  Server aborting

(II) AIGLX: Suspending AIGLX clients for VT switch

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Status: New

-- 
X server crashes with SIGSEGV in when switching virtual destops
https://bugs.launchpad.net/bugs/333446
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 281360] Re: Package torque-gui missing most of the files it needs to run!

2009-02-19 Thread Christian Hudon
Will some of these fixes be backported to the hardy packages, for people
running LTS releases? The packages on hardy are useless as is.

-- 
Package torque-gui missing most of the files it needs to run!
https://bugs.launchpad.net/bugs/281360
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 141625] Re: autopkgtest gutsy mdadm fails because TERM is not set

2009-02-13 Thread Christian Hudon
I've hit this bug when running a dist-upgrade on a bunch of machines via
ssh. No pty allocated, so no TERM environment variable set. It'd be nice
if init.d scripts didn't fail when there's a problem with the cosmetic
parts of their work, as opposed to the essential part of starting /
stopping services, etc.

-- 
autopkgtest gutsy mdadm fails because TERM is not set
https://bugs.launchpad.net/bugs/141625
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 273765] Re: chown: cannot access `/var/run/munge': No such file or directory

2009-02-13 Thread Christian Hudon
The init script will also need to do a chmod g-w (or somesuch) on the
/var/run/munge directory after creating, because munge refuses to start
with a group-writable directory.

-- 
chown: cannot access `/var/run/munge': No such file or directory 
https://bugs.launchpad.net/bugs/273765
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 329225] [NEW] slurm stores cluster state in /var/run, which is a tmpfs and lost on reboot!

2009-02-13 Thread Christian Hudon
Public bug reported:

Binary package hint: slurm-llnl

In the default configuration of the .deb for slurm-llnl, the config file
keys SlurmdSpoolDir and SaveStateLocation are stored under /var/run
/slurm-llnl (in subdirectories slurmd and slurmctl respectively). But
/var/run is a really bad location for this directories, as it is a tmpfs
whose contents are lost when the power goes down! These directories
should be moved under /var/lib/slurm-llnl, or at least a location that
persists between reboots.

** Affects: slurm-llnl (Ubuntu)
 Importance: Undecided
 Status: New

-- 
slurm stores cluster state in /var/run, which is a tmpfs and lost on reboot!
https://bugs.launchpad.net/bugs/329225
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 329226] [NEW] slurm package create subdirectory in /var/run to store pids, which is lost on reboot

2009-02-13 Thread Christian Hudon
Public bug reported:

Binary package hint: slurm-llnl

The .deb for slurm contains a /var/run/slurm-llnl directory, which is
used to store the pids in for the slurmd and slurmctld daemons. However,
this directory is lost on reboot (/var/run is a tmpfs), so after the
first reboot, slurm fails to start.

My suggestion is simply to change the default configuration of slurm to
create the pids directly in /var/run. There's no need for a slurm-llnl
subdirectory to store the pids, since slurmd and slurmctld both are
running as root when they create their pid file.

** Affects: slurm-llnl (Ubuntu)
 Importance: Undecided
 Status: New

-- 
slurm package create subdirectory in /var/run to store pids, which is lost on 
reboot
https://bugs.launchpad.net/bugs/329226
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 271518] Re: slurm sbatch command fails

2009-02-13 Thread Christian Hudon
This is a side-effect of bug #329225. The slurm spool dir is under
/var/run, which is mounted noexec (and is also lost on reboot, small
detail...). If you want a workaround, you can apply the instructions in
said bug report (basically, move /var/run/slurm-llnl to /var/lib).

-- 
slurm sbatch command fails
https://bugs.launchpad.net/bugs/271518
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 327385] [NEW] Bashism in /usr/sbin/create-munge-key

2009-02-09 Thread Christian Hudon
Public bug reported:

Binary package hint: munge

Attempting to run the command create-munge-key from package munge on
hardy prints a syntax error caused by a bashism. I see that this was
fixed in version 0.5.8-7. Could this version be included in hardy too?

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

-- 
Bashism in /usr/sbin/create-munge-key
https://bugs.launchpad.net/bugs/327385
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


Re: [Bug 314411] Re: logrotate cron spams when only apache2.2-common installed

2009-01-22 Thread Christian Hudon
Andreas Olsson wrote:
 Which of these events took place when you ran Dapper and what was done
 after the upgrade to Hardy?
   
Probably the install (and use to compile stuff) was done on dapper and 
the removal on hardy. But as far as I see, it's still possible to get 
the same problem on hardy only. If only by installing apache2.2-common 
and afterwards removing it... Which, granted, would be a bit pointless, 
bit still, packages that have been removed but not purged should never 
be able to generate emails to root every day, no?

  Christian

-- 
logrotate cron spams when only apache2.2-common installed
https://bugs.launchpad.net/bugs/314411
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 314411] Re: logrotate cron spams when only apache2.2-common installed

2009-01-22 Thread Christian Hudon
Andreas Olsson wrote:
 I'll see if I can recreate the scenario going back to dapper.

 Regarding getting the same problem on Hardy by simpling installing and
 removing apache2.2-common; have you actually tried it? I have, and I
 wrote about it in my first comment.

 Well, I guess there still might be the possibility of lograte rotating
 away the existing logs, and leaving /var/log/apache2 empty. I don't
 think so, but I guess I could take a closer look at exactly what the
 apache2 logrotate does.
   
Okay, I hadn't tried that one, and you're right that it won't reproduce 
this bug report. The reason is that the postinst touches 
/var/log/apache2/{error,access}.log on a new install. Presumably this 
bug would come from having installed an apache2-common which didn't have 
these lines in its postinst.

But in general, it just seems cleaner to me to have the logrotate.d file 
do a check similar to the check for the existence of the apache2 
executable at the beginning of /etc/init.d/apache2. And it also behaves 
better on upgrade from a previous version which didn't have that check, 
at least compared to the touch /var/log/foo. But if course, it's not 
entirely possible that I'm missing something too.

This bug is hardly critical of course, but I thought I'd file it 
nonetheless in the spirit of improving the quality of Ubuntu. Thanks for 
having a look at this! (Although the quick response may encourage me to 
file more bug reports in the future when I see bugs. :-) )

  Christian

-- 
logrotate cron spams when only apache2.2-common installed
https://bugs.launchpad.net/bugs/314411
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 314411] Re: logrotate cron spams when only apache2.2-common installed

2009-01-22 Thread Christian Hudon
Andreas Olsson wrote:
 How did you manage to have the packaget manager remove /var/log/apache2
 without touching /etc/logrotate.d/apache2? The only way I've managed to
 get apt to remove /var/log/apache2 is by purging apache2.2-common, and
 that also removes /etc/logrotate.d/apache2.

 Was it a fresh install of Hardy, or was it an upgrade from a previous
 Ubuntu version? Do you remember which Apache2 packets you had installed;
 what MPM?
   
It's not a fresh install. It was updated from dapper. Here's my guess at 
what happened. You can tell me if it makes sense.

I installed libapache2-something-dev at some point on that machine to 
compile an apache module (which was to be installed on other machines). 
That -dev package pulled in the apache2-common package. No apache server 
was every installed on that machine. Some time later, I remove (not 
purge) these packages. When the -common package is being removed, the 
/var/log/apache2 directory goes away without problems since there are no 
files in it (because no apache web server ever run on that machine), but 
the /etc/logrotate.d/apache2 stays (because it is a conffile).

I *think* that's how it happened, but I think the bug should still be 
fixed irrespective of that. It's the right thing to do for conffiles 
that are executed (logrotate stuff, init.d stuff, crontab entries, etc.) 
to check that their package hasn't been removed before doing their thing.

Thanks,

  Christian

-- 
logrotate cron spams when only apache2.2-common installed
https://bugs.launchpad.net/bugs/314411
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


Re: [Bug 314411] Re: logrotate cron spams when only apache2.2-common installed

2009-01-22 Thread Christian Hudon
Andreas Olsson wrote:
 Which of these events took place when you ran Dapper and what was done
 after the upgrade to Hardy?
   
Probably the install (and use to compile stuff) was done on dapper and 
the removal on hardy. But as far as I see, it's still possible to get 
the same problem on hardy only. If only by installing apache2.2-common 
and afterwards removing it... Which, granted, would be a bit pointless, 
bit still, packages that have been removed but not purged should never 
be able to generate emails to root every day, no?

  Christian

-- 
logrotate cron spams when only apache2.2-common installed
https://bugs.launchpad.net/bugs/314411
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


Re: [Bug 314411] Re: logrotate cron spams when only apache2.2-common installed

2009-01-22 Thread Christian Hudon
Andreas Olsson wrote:
 I'll see if I can recreate the scenario going back to dapper.

 Regarding getting the same problem on Hardy by simpling installing and
 removing apache2.2-common; have you actually tried it? I have, and I
 wrote about it in my first comment.

 Well, I guess there still might be the possibility of lograte rotating
 away the existing logs, and leaving /var/log/apache2 empty. I don't
 think so, but I guess I could take a closer look at exactly what the
 apache2 logrotate does.
   
Okay, I hadn't tried that one, and you're right that it won't reproduce 
this bug report. The reason is that the postinst touches 
/var/log/apache2/{error,access}.log on a new install. Presumably this 
bug would come from having installed an apache2-common which didn't have 
these lines in its postinst.

But in general, it just seems cleaner to me to have the logrotate.d file 
do a check similar to the check for the existence of the apache2 
executable at the beginning of /etc/init.d/apache2. And it also behaves 
better on upgrade from a previous version which didn't have that check, 
at least compared to the touch /var/log/foo. But if course, it's not 
entirely possible that I'm missing something too.

This bug is hardly critical of course, but I thought I'd file it 
nonetheless in the spirit of improving the quality of Ubuntu. Thanks for 
having a look at this! (Although the quick response may encourage me to 
file more bug reports in the future when I see bugs. :-) )

  Christian

-- 
logrotate cron spams when only apache2.2-common installed
https://bugs.launchpad.net/bugs/314411
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 315541] [NEW] runit even.d file should stop service in single user mode

2009-01-09 Thread Christian Hudon
Public bug reported:

Binary package hint: runit

When bringing the system down to single user mode (with telinit 1), the
runsvdir program is terminated (presumably with all the services running
under it?), but then respawned. The end result is that when in single
user mode, all the services managed by runit are still running.

I think that the right thing to do when bringing the system down to
single user mode would be to stop all the services running under runit
(with the sv x command), then terminate the runsv program itself. At
least, all the services under runit shouldn't stay up when in single
user mode.

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

-- 
runit even.d file should stop service in single user mode
https://bugs.launchpad.net/bugs/315541
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 315541] Re: runit event.d file should stop service in single user mode

2009-01-09 Thread Christian Hudon
** Summary changed:

- runit even.d file should stop service in single user mode
+ runit event.d file should stop service in single user mode

-- 
runit event.d file should stop service in single user mode
https://bugs.launchpad.net/bugs/315541
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 314411] [NEW] logrotate cron spams when only apache2.2-common installed

2009-01-06 Thread Christian Hudon
Public bug reported:

Binary package hint: apache2

When only the apache2.2-common package is left installed (at least in
hardy), I get an email fron cron every day saying:

/etc/cron.daily/logrotate:
error: error accessing /var/log/apache2: No such file or directory
error: apache2:1 glob failed for /var/log/apache2/*.log

One solution would be to have the package that installs the
/var/log/apache2 directory also install the /etc/logrotate.d/apache2
file.

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

-- 
logrotate cron spams when only apache2.2-common installed
https://bugs.launchpad.net/bugs/314411
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 314411] [NEW] logrotate cron spams when only apache2.2-common installed

2009-01-06 Thread Christian Hudon
Public bug reported:

Binary package hint: apache2

When only the apache2.2-common package is left installed (at least in
hardy), I get an email fron cron every day saying:

/etc/cron.daily/logrotate:
error: error accessing /var/log/apache2: No such file or directory
error: apache2:1 glob failed for /var/log/apache2/*.log

One solution would be to have the package that installs the
/var/log/apache2 directory also install the /etc/logrotate.d/apache2
file.

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

-- 
logrotate cron spams when only apache2.2-common installed
https://bugs.launchpad.net/bugs/314411
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 306973] [NEW] base-files postinst recurses into /etc/udev/.dev while trying to fix permissions

2008-12-10 Thread Christian Hudon
Public bug reported:

Binary package hint: base-files

While upgrading base-files to the latest version on hardy, the postinst,
to fixes permissions in /dev, recurses into /etc/udev/.dev, and then
into /proc and other parts of the filesystem while following symlinks in
/dev. This gives out a copious amount of output, looking like this:

find: Symbolic link `/etc/udev/.dev/fd/3/proc/5451/cwd' is part of a loop in 
the directory hierarchy; we have already visited the directory to which it 
points.
find: Symbolic link `/etc/udev/.dev/fd/3/proc/5451/root' is part of a loop in 
the directory hierarchy; we have already visited the directory to which it 
points.
find: Symbolic link `/etc/udev/.dev/fd/3/proc/5466/task/5466/root' is part of a 
loop in the directory hierarchy; we have already visited the directory to which 
it points.
find: Symbolic link `/etc/udev/.dev/fd/3/proc/5466/root' is part of a loop in 
the directory hierarchy; we have already visited the directory to which it 
points.
find: Symbolic link `/etc/udev/.dev/fd/3/proc/5467/task/5467/root' is part of a 
loop in the directory hierarchy; we have already visited the directory to which 
it points.
find: Symbolic link `/etc/udev/.dev/fd/3/proc/5467/root' is part of a loop in 
the directory hierarchy; we have already visited the directory to which it 
points.
find: Symbolic link `/etc/udev/.dev/fd/3/proc/5545/task/5545/root' is part of a 
loop in the directory hierarchy; we have already visited the directory to which 
it points.
find: Symbolic link `/etc/udev/.dev/fd/3/proc/5545/root' is part of a loop in 
the directory hierarchy; we have already visited the directory to which it 
points.

It would be nice to exclude this path from the find invocation...

** Affects: base-files (Ubuntu)
 Importance: Undecided
 Status: New

-- 
base-files postinst recurses into /etc/udev/.dev while trying to fix permissions
https://bugs.launchpad.net/bugs/306973
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 227523] Re: Evince search not working after closing and re-opening the search toolbar

2008-12-05 Thread Christian Hudon
Is there a possibility of raising the priority of this bug and
backporting this fix to the hardy LTS release? Basically, this bug makes
search in PDF pretty much unusable. And I'm not the only one thinking
that (http://bugzilla.gnome.org/show_bug.cgi?id=531956#c1, saying This
has a huge usability impact since the search as it’s currently
implemented is broken.).

We're using the LTS releases, and the perspective of staying with broken
search in PDF functionality for 1.5 more years does not fill me with a
great deal of joy and happiness. ;-)

-- 
Evince search not working after closing and re-opening the search toolbar
https://bugs.launchpad.net/bugs/227523
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 293163] [NEW] torque-server script not idempotent

2008-11-03 Thread Christian Hudon
Public bug reported:

The torque-server init.d script doesn't work in a few interesting ways.
The problem what I hit today is that torque-server start fails with exit
code 1 if the Torque server process is already running, instead of
succeeding (as required by Debian packaging guidelines). This makes dpkg
--configure -a fail.

The attached patch improves /etc/init.d/torque-server to solve the
problems what I saw.

Comments on the patch: 1) yes, the server.lock file used in the script
is a pid file, even though it's not named like one; 2) the reload
section was removed because there's no signal that causes the torque
server to reload its configuration (SIGHUP causes it to close and reopen
its log files).

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

-- 
torque-server script not idempotent
https://bugs.launchpad.net/bugs/293163
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 293163] Re: torque-server script not idempotent

2008-11-03 Thread Christian Hudon

** Attachment added: Improvements to init.d script for torque-server
   http://launchpadlibrarian.net/19291344/torque-server-init.d.diff

-- 
torque-server script not idempotent
https://bugs.launchpad.net/bugs/293163
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 223649] Re: torque-server init script fails during installation and removal

2008-10-22 Thread Christian Hudon
Three other directories missing (all in /var/lib/torque/server_priv):

acl_hosts
acl_users
acl_groups

-- 
torque-server init script fails during installation and removal
https://bugs.launchpad.net/bugs/223649
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 223649] Re: torque-server init script fails during installation and removal

2008-10-20 Thread Christian Hudon
Yet another reason why the hardy-proposed package is not ready for prime
time: the directory /var/lib/torque/server_priv/acl_svr is missing from
the torque-server package. Without this directory, the operators and
managers settings of the torque-server are not preserved across
executions.

-- 
torque-server init script fails during installation and removal
https://bugs.launchpad.net/bugs/223649
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 281021] Re: ssconvert crashes when converting .gnumeric file to .csv

2008-10-16 Thread Christian Hudon
I'm attaching a spreadsheet file you can use to reproduce the problem.
It wasn't very hard: I just opened Gnumeric, typed 1 in the first cell
and saved that. Running ssconvert test.gnumeric test.csv gives me a
core dump.


** Attachment added: Test case spreadsheet
   http://launchpadlibrarian.net/18625013/test.gnumeric

-- 
ssconvert crashes when converting .gnumeric file to .csv
https://bugs.launchpad.net/bugs/281021
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 281360] [NEW] Package torque-gui missing most of the files it needs to run!

2008-10-10 Thread Christian Hudon
Public bug reported:

Neither the xpbs nor the xpbsmon executables supplied by the torque-gui
package work. The reason becomes quite apparent when one compares the
contents of the torque-gui package to what's found in the source
tarball. This is the contents of the .deb (ignoring the usual share/man
and share/doc/torque-gui stuff):

/usr/bin/pbs_wish
/usr/bin/xpbs
/usr/bin/xpbsmon

While this is the contents of the the src/gui directory in the tarball:

acctname.tk   box.tk  concur.tk  hold.tk  Makefile.in  
pref.tk  qmsg.tk   rerun.tktrackjob.tk
after_depend.tk   buildindex.src  datetime.tkjobname.tk   misc.tk  
priority.tk  qrls.tk   res.tk  wmgr.tk
auto_upd.tk   button.tk   email_list.tk  listbox.tk   owners.tk
qalter.tkqsig.tk   spinbox.tk  xpbsrc.src
before_depend.tk  Ccode/  entry.tk   main.tk  pbs.tcl  
qdel.tk  qsub.tk   staging.tk  xpbs.src
bindings.tk   checkpoint.tk   fileselect.tk  Makefile preferences.tcl  
qhold.tk qterm.tk  state.tk
bitmaps/  common.tk   help/  Makefile.am  prefsave.tk  
qmove.tk qtime.tk  text.tk

(Sorry for the not so nice formatting).

And no, all these files didn't get rolled into xpbs and xpbsmon commands
upon build. Said two files are the same length in the source tarball and
the .deb package (about 250 lines each). My guess would be that some of
these additional files and directories need to be present in the torque-
gui package for it to work... As it is, the package is completely
useless.

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

-- 
Package torque-gui missing most of the files it needs to run!
https://bugs.launchpad.net/bugs/281360
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 281021] [NEW] ssconvert crashes when converting .gnumeric file to .csv

2008-10-09 Thread Christian Hudon
Public bug reported:

Binary package hint: gnumeric

Trying to convert a rather plain .gnumeric file to .csv with ssconvert,
I get the following core dump:

(gdb) bt
#0  0x405d8586 in ?? () from /usr/lib/libglib-2.0.so.0
#1  0x40b5353b in ?? () from /usr/lib/libpangoft2-1.0.so.0
#2  0x40b5287b in ?? () from /usr/lib/libpangoft2-1.0.so.0
#3  0x40b56120 in ?? () from /usr/lib/libpangoft2-1.0.so.0
#4  0x4057adb3 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
#5  0x4012ac20 in gnm_font_unref () from /usr/lib/libspreadsheet-1.8.3.so
#6  0x4012ad87 in gnm_font_shutdown () from /usr/lib/libspreadsheet-1.8.3.so
#7  0x400c6cb5 in gnm_shutdown () from /usr/lib/libspreadsheet-1.8.3.so
#8  0x08049bd8 in main ()

I saw a similar crash with ssindex trying to index the file too.

I can't really attach the .gnumeric file that causes the crash (it's my
addressbook), but I'm ready to help isolate the bug. Ask questions...

This is with gnumeric 1.8.3-3ubuntu2 (from the Intrepid beta). The Hardy
version works fine.

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

-- 
ssconvert crashes when converting .gnumeric file to .csv
https://bugs.launchpad.net/bugs/281021
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 223649] Re: torque-server init script fails during installation and removal

2008-09-25 Thread Christian Hudon
Another issue. The /var/lib/torque/spool and /var/lib/torque/undelivered
directories are not created with mode 1777 (see comment 21), which make
submitted jobs fail when torque tries to run them on the compute note.

-- 
torque-server init script fails during installation and removal
https://bugs.launchpad.net/bugs/223649
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 223649] Re: torque-server init script fails during installation and removal

2008-09-19 Thread Christian Hudon
There's one issue with the packages in hardy-proposed. The following
directories:

/var/lib/torque/mom_priv
/var/lib/torque/mom_priv/jobs

should be in the torque-mom package, not in the torque-client one. As is
it, it makes torque-mom broken unless torque-client is also installed on
the same machine (which is not always the case).

-- 
torque-server init script fails during installation and removal
https://bugs.launchpad.net/bugs/223649
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 270674] Re: smartd doesn't just work on SATA disks

2008-09-18 Thread Christian Hudon
Ubuntu hardy, with smartmontools package version 5.37-6ubuntu1.

-- 
smartd doesn't just work on SATA disks
https://bugs.launchpad.net/bugs/270674
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 270574] [NEW] /etc/init.d/torque-scheduler not idempotent

2008-09-15 Thread Christian Hudon
Public bug reported:

The torque-server init script is not idempotent. For example, calling
/etc/init.d/torque-server start when the Torque server is already
running causes the init script to exit with exit code 1 (instead of 0).
This can cause problems when doing upgrades, reconfiguring the package,
etc.

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

-- 
/etc/init.d/torque-scheduler not idempotent
https://bugs.launchpad.net/bugs/270574
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 223649] Re: torque-server init script fails during installation and removal

2008-09-15 Thread Christian Hudon
There's one small remaining problem with the torque-server init script:
it's not idempotent. I found this out when running a dpkg --configure
torque-server (to finish configuring the package) while the server was
running.

I wasn't sure what was best, so I filed a separate bug report about
this: https://bugs.launchpad.net/ubuntu/+source/torque/+bug/270574

-- 
torque-server init script fails during installation and removal
https://bugs.launchpad.net/bugs/223649
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 270653] [NEW] torque-scheduler prints errors during package configuration

2008-09-15 Thread Christian Hudon
Public bug reported:

When installing the torque-scheduler package, the following messages
were printed out during the configure stage of the package installation:

Unpacking torque-scheduler (from 
.../torque-scheduler_2.1.8+dfsg-0ubuntu1_i386.deb) ...
Setting up torque-scheduler (2.1.8+dfsg-0ubuntu1) ...
 * Starting Torque scheduler:   

 Can not open file: sched_config: No such file or directory
Warning: can not open holidays file, assuming 24hr primetime: No such file or 
directory
Error opening file dedicated_time: No such file or directory
Warning: resource group file error, fair share will not work: No such file or 
directory

Maybe the postinst script needs some polish

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

-- 
torque-scheduler prints errors during package configuration
https://bugs.launchpad.net/bugs/270653
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 270674] [NEW] smartd doesn't just work on SATA disks

2008-09-15 Thread Christian Hudon
Public bug reported:

When starting smartd on a system with SATA disks, the init script fails
(without showing the cause of the error). Looking at the last lines in
/var/log/daemon.log, I see the following:

Device /dev/sda: ATA disk detected behind SAT layer
  Try adding '-d sat' to the device line in the smartd.conf file.
  For example: '/dev/sda -a -d sat'

Can I rant a little bit? This is exactly the kind of thing that drives
me nuts! The software clearly *knows* it's talking to a SATA disk, it
*knows* what the right thing to do is. Yet it won't do it unless the
user goes in and makes an change to yet another config file.

So, in the spirit of Just Works, it'd be really nice if smartd used the
fact that it detects the kind of disk (ATA, SATA, SCSI) to also
automatically use the right driver to talk to each of these disks.

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

-- 
smartd doesn't just work on SATA disks
https://bugs.launchpad.net/bugs/270674
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 223649] Re: torque-server init script fails during installation and removal

2008-09-12 Thread Christian Hudon
The latest torque packages in hardy-proposed work for me.

Thanks!

-- 
torque-server init script fails during installation and removal
https://bugs.launchpad.net/bugs/223649
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 269575] [NEW] apparmor profile for /usr/sbin/ntpd doesn't work for openntpd

2008-09-12 Thread Christian Hudon
Public bug reported:

Binary package hint: apparmor-profiles

The apparmor profile for /usr/sbin/ntpd that is shipped in the apparmor-
profiles packages doesn't work with openntpd, which also installs itself
as /usr/sbin/ntpd. (For example, a different permission is needed to
give access to the config file, etc.)

This should be solved in some way before moving that profile to enforce
mode, otherwise switching to enforce mode will break openttpd
installations.

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

-- 
apparmor profile for /usr/sbin/ntpd doesn't work for openntpd
https://bugs.launchpad.net/bugs/269575
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 268284] [NEW] Cups backend 'beh' broken when apparmor profile enabled.

2008-09-09 Thread Christian Hudon
Public bug reported:

There seems to be a weird interaction between apparmor, the 'beh' cups
backend, and cupsd. My printer is configured in cups to print to
beh:/1/0/120/socket:myprinter:9100, so that cups retries printing when
the printer is off, etc. until it is turned back on. With the upgrade to
hardy, the printer stopped working. When I try to print something to
that printer, nothing comes out and I see the following status for the
printer in the cups printer administration web page:

Cannot write /6459-chrish-cupsjob13374: Permission denied

If I switch the printer to use the socket backend directory, or if I
stop apparmor, the problem does not occur.

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

-- 
Cups backend 'beh' broken when apparmor profile enabled.
https://bugs.launchpad.net/bugs/268284
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 227744] Re: dapper upgrade to hardy: openldap silently refuses to start when unable to open SSL certificates - main: TLS init def ctx failed: -64

2008-08-11 Thread Christian Hudon
A solution I found is simply to add openldap user to the ssl-cert group,
which is the group that is allowed to read certificate key files under
/etc/ssl/private, at least in a default hardy install.

-- 
dapper upgrade to hardy: openldap silently refuses to start when unable to open 
SSL certificates - main: TLS init def ctx failed: -64
https://bugs.launchpad.net/bugs/227744
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 256998] [NEW] /etc/init.d/torque-mom not idempotent, and stop doesn't work

2008-08-11 Thread Christian Hudon
Public bug reported:

The init.d script for the torque-mom package is basically broken for all
cases except starting a new torque-mom server when none is running.

1. When called with a torque-mom process already running, it fails (exit with 
1).
2. It doesn't work at stopping a running torque-mom process
3. When stop is called with no running torque-mom process, it fails (exit 1)

# killall pbs_mom
# ps fax | fgrep mom
Exit 1
# /etc/init.d/torque-mom start
 * Starting Torque Mom: [ OK ] 
# /etc/init.d/torque-mom start
 * Starting Torque Mom:  pbs_mom: Resource temporarily unavailable (11) in 
pbs_mom, cannot lock '/var/lib/torque/mom_priv/mom.lock' - another mom running
cannot lock '/var/lib/torque/mom_priv/mom.lock' - another mom running
Exit 1
# /etc/init.d/torque-mom stop
 * Stopping Torque Mom: 

Exit 1
# ps fax | fgrep mom
10844 ?Ss 0:00 /usr/sbin/pbs_mom
# killall pbs_mom
# ps fax | fgrep mom
# /etc/init.d/torque-mom stop
 * Stopping Torque Mom: 
Exit 1

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

-- 
/etc/init.d/torque-mom not idempotent, and stop doesn't work
https://bugs.launchpad.net/bugs/256998
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 227744] Re: dapper upgrade to hardy: openldap silently refuses to start when unable to open SSL certificates - main: TLS init def ctx failed: -64

2008-08-11 Thread Christian Hudon
A solution I found is simply to add openldap user to the ssl-cert group,
which is the group that is allowed to read certificate key files under
/etc/ssl/private, at least in a default hardy install.

-- 
dapper upgrade to hardy: openldap silently refuses to start when unable to open 
SSL certificates - main: TLS init def ctx failed: -64
https://bugs.launchpad.net/bugs/227744
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 256098] [NEW] Installer disables security updates when they do not verify at install time

2008-08-08 Thread Christian Hudon
Public bug reported:

I installed hardy from scratch on a server using the alternate installer
cd last week. This week I go have a look in my /etc/apt/sources.list
file (for some other reason), and I see the following:

# Line commented out by installer because it failed to verify:
#deb http://security.ubuntu.com/ubuntu hardy-security main restricted
# Line commented out by installer because it failed to verify:
#deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
# Line commented out by installer because it failed to verify:
#deb http://security.ubuntu.com/ubuntu hardy-security universe
# Line commented out by installer because it failed to verify:
#deb-src http://security.ubuntu.com/ubuntu hardy-security universe
# Line commented out by installer because it failed to verify:
#deb http://security.ubuntu.com/ubuntu hardy-security multiverse
# Line commented out by installer because it failed to verify:
#deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse

So... If I hadn't gone to have a look, I would have had security updates
disabled forever, because they failed to verify at install time. My
guess is that these lines didn't verify because I didn't have an
Internet connection up at install time, but the reason doesn't matter
all that much. Whatever the reason, these lines should never be
commented out! Skip them that time when they don't verify (and maybe
they'll verify okay the next time), but don't comment them out!

Getting off soapbox now. Thanks. :-)

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

-- 
Installer disables security updates when they do not verify at install time
https://bugs.launchpad.net/bugs/256098
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 256102] [NEW] /etc/cron.daily/apt produces daily email on server machine

2008-08-08 Thread Christian Hudon
Public bug reported:

Binary package hint: apt

On my newly installer hardy server, I get the following email every day
from cron:

/etc/cron.daily/apt:
No value set for `/system/http_proxy/use_http_proxy'
No value set for `/system/http_proxy/host'
No value set for `/system/http_proxy/port'

The cron job should assume that there is no proxy if it can't access
those gconf keys, and only complain if it can't reach the net, with a
suggestion explaining how to set the proxy variables if needed.

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

-- 
/etc/cron.daily/apt produces daily email on server machine
https://bugs.launchpad.net/bugs/256102
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 223649] Re: torque-server init script fails during installation and removal

2008-08-07 Thread Christian Hudon
I still get this error with the version in hardy-proposed:

Setting up torque-server (2.1.8+dfsg-0ubuntu1.1) ...
 * Starting Torque batch queue server:  

PBS_Server: No such file or directory (2) in 
chk_file_sec, Security violation with /var/lib/torque/spool/
PBS_Server: No such file or directory (2) in chk_file_sec, Security violation 
with /var/lib/torque/pbs_environment
PBS_Server: PBS_Server, pbsd_init failed
invoke-rc.d: initscript torque-server, action start failed.
dpkg: error processing torque-server (--configure):
 subprocess post-installation script returned error exit status 3
Errors were encountered while processing:
 torque-server

A fix would really be appreciated. This makes the torque packages
unusable.

-- 
torque-server init script fails during installation and removal
https://bugs.launchpad.net/bugs/223649
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 44478] Re: Options button in default Ubuntu gdm login screen does not obey Fitt's law

2008-03-30 Thread Christian Hudon
Yes, it's still an issue in hardy. Whoever makes the Ubuntu login theme
for gdm just needs to stretch the region where the menu is activated in
the screen to the lower left edge of the screen.

-- 
Options button in default Ubuntu gdm login screen does not obey Fitt's law
https://bugs.launchpad.net/bugs/44478
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Re: [Bug 65157] Re: Kernel bug at mm/rmap.c, process wedged

2008-03-19 Thread Christian Hudon
When nfsv4 mounts are present? As far as I know, all the NFS mounts on
the system are nfsv3.

-- 
Kernel bug at mm/rmap.c, process wedged
https://bugs.launchpad.net/bugs/65157
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 73982] Re: Another kernel bug at mm/rmap.c, process wedged

2008-03-19 Thread Christian Hudon
Well, it was for a long while. The dapper server kernel oopsed or
crashed a couple of times a month on that machine... which just wasn't
acceptable, so I moved to a hand-compiled 2.6.16.x kernel, and that
machine has been much more stable since then. And with the new LTS
release coming out soon, we'll be moving to that in a couple of months.
So no, this isn't really an issue for us anymore, although not quite for
the rights reasons, IMHO.

I don't mean to complain (especially given that we're not paying
anything for what is a very nice OS), but given that the bug report was
a detailed oops trace instead something unspecific like the machine
crashes from time to time under load, I would have expected someone who
can decode and understand kernel oopses (Canonical does have at least
one of those on staff, don't you?) to have a look at the oops, at least
to see if it pointed directly to an easy kernel bug. Or in the trickier
case of data structure had been corrupted by something else
previously, at least to know what got corrupted.

Did this one just fall through the cracks, or are kernel oops reports
just not a priority? It there something I should have done to raise the
importance of the oopses I reported? I must admit this makes me a bit
nervous about moving to the new LTS release. What if I hit another bug
like this one? (We can move this discussion out of the bug report if you
want.) Thanks.

-- 
Another kernel bug at mm/rmap.c, process wedged
https://bugs.launchpad.net/bugs/73982
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 65157] Re: Kernel bug at mm/rmap.c, process wedged

2008-03-19 Thread Christian Hudon
I don't know. It doesn't look so from the oops, although they do look
related (both in the VM area of the kernel).

-- 
Kernel bug at mm/rmap.c, process wedged
https://bugs.launchpad.net/bugs/65157
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 73982] Another kernel bug at mm/rmap.c, process wedged

2006-11-30 Thread Christian Hudon
Public bug reported:

kernel BUG at mm/mmap.c:439!
invalid operand:  [#1]
SMP
Modules linked in: nfs nfsd lockd sunrpc esp4 ppdev lp autofs4 ip6table_mangle 
ip6table_filter ip6_tables ipt_LOG ipt_state ipt_MARK iptable_mangle 
iptable_nat ip_nat ip_conntrack nfnetlink iptable_filter ip_tables pppoe pppox 
ipv6 af_packet ppp_generic slhc deflate zlib_deflate twofish serpent aes 
blowfish des sha256 sha1 crypto_null af_key dm_mod 8139too mii sk98lin 
snd_seq_dummy snd_seq_oss snd_seq_midi snd_seq_midi_event snd_seq tsdev 
snd_via82xx gameport psmouse snd_ac97_codec snd_ac97_bus serio_raw snd_pcm_oss 
snd_mixer_oss parport_pc i2c_viapro parport pcspkr floppy i2c_core snd_pcm 
snd_timer snd_page_alloc snd_mpu401_uart snd_rawmidi snd_seq_device via_agp 
agpgart snd soundcore tulip skge shpchp pci_hotplug evdev usbhid xfs exportfs 
raid1 md_mod ide_generic ehci_hcd uhci_hcd usbcore ide_cd cdrom ide_disk 
via82cxxx generic sata_via sata_promise libata scsi_mod thermal processor fan 
capability commoncap vga16fb vgastate fbcon tileblit font bitblit softcurso

CPU:0
EIP:0060:[__insert_vm_struct+66/128]Not tainted VLI
EFLAGS: 00010287   (2.6.15-27-server)
EIP is at __insert_vm_struct+0x42/0x80
eax: b7dae000   ebx: f32dc8e0   ecx: d4ad28d0   edx: f4f87120
esi: ea7cc3a4   edi:    ebp: f53ce120   esp: c3979e44
ds: 007b   es: 007b   ss: 0068
Process mysqlhotcopy (pid: 2177, threadinfo=c3978000 task=cee25ab0)
Stack: f32dc8e0 b7dad000 c3979e60 c3979e5c c3979e58 c015d449 f3e3af0c f53ce14c
   f4f87b30 ea7cc3a4 c01639ba f32dc8e0 ea7cc3a4 ffea f32dc8e0 f3e3aef4
   f3e3af0c d82badc0    f53ce120 b7dad000 
Call Trace:
 [vma_prio_tree_insert+41/96] vma_prio_tree_insert+0x29/0x60
 [vma_adjust+426/1024] vma_adjust+0x1aa/0x400
 [split_vma+259/272] split_vma+0x103/0x110
 [do_munmap+177/336] do_munmap+0xb1/0x150
 [do_mmap_pgoff+867/2096] do_mmap_pgoff+0x363/0x830
 [old_mmap+224/304] old_mmap+0xe0/0x130
 [syscall_call+7/11] syscall_call+0x7/0xb
Code: 24 2c 89 44 24 0c 8d 44 24 1c 89 44 24 08 8b 46 04 89 1c 24 89 44 24 04 
e8 8c fd ff ff 85 c0 89 c2  74 10 8b 46 08 39 42 04 73 08 0f 0b b7 01 aa df 
31 c0 8b 44 24 14 89 74 24 04 89 1c 24 89 44

** Affects: linux-source-2.6.15 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Another kernel bug at mm/rmap.c, process wedged
https://launchpad.net/bugs/73982

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


[Bug 65157] Kernel bug at mm/rmap.c, process wedged

2006-10-10 Thread Christian Hudon
Public bug reported:

Binary package hint: linux-image-2.6.15-25-server

Here is the description of the bug, in the kernel's own words. I can't
try with version -27 of the kernel package now, since it won't boot
because of an initrd image problem. But I assume that unless this bug
was already reported to you and fixed by a patch you applied to your
latest kernel, it should still be present in -27...

[43535692.98] [ cut here ]
[43535692.98] kernel BUG at mm/rmap.c:122!
[43535692.98] invalid operand:  [#1]
[43535692.98] SMP 
[43535692.98] Modules linked in: nfs nfsd lockd sunrpc esp4 ppdev 
parport_pc lp parport ip6table_mangle autofs4 ip6table_filter ip6_tables 
ipt_LOG ipt_state ipt_MARK iptable_mangle iptable_nat ip_nat ip_conntrack 
nfnetlink iptable_filter ip_tables pppoe pppox ipv6 af_packet ppp_generic slhc 
deflate zlib_deflate twofish serpent aes blowfish des sha256 sha1 crypto_null 
af_key dm_mod tulip 8139too mii sk98lin skge xfs exportfs raid1 md_mod 
ide_generic ehci_hcd uhci_hcd usbcore ide_cd cdrom ide_disk via82cxxx generic 
sata_via sata_promise libata scsi_mod thermal processor fan capability 
commoncap vga16fb vgastate fbcon tileblit font bitblit softcursor
[43535692.98] CPU:0
[43535692.98] EIP:0060:[c0164e1f]Not tainted VLI
[43535692.98] EFLAGS: 00010293   (2.6.15-25-server) 
[43535692.98] EIP is at __anon_vma_merge+0x2f/0x40
[43535692.98] eax: d9f0bf80   ebx: f542eb30   ecx: d9f0bf9c   edx: d977cd8c
[43535692.98] esi: d9f0bf80   edi: cad869a8   ebp: d9f0bf80   esp: df0dbf18
[43535692.98] ds: 007b   es: 007b   ss: 0068
[43535692.98] Process munin-graph (pid: 12514, threadinfo=df0da000 
task=f7feaa70)
[43535692.98] Stack: f542eb30 c01615a5 d9f0bf80 f542eb30 b7bb4000 c31580a0 
  
[43535692.98] d977cd8c  0002 b7c29000 c31580a0 
00024000 b7c4e000 
[43535692.98]c01646e9 d9f0bf80 b7c29000 b7c2a000 000b7bb6  
 d9f0bf80 
[43535692.98] Call Trace:
[43535692.98]  [c01615a5] vma_adjust+0x2c5/0x400
[43535692.98]  [c01646e9] do_mremap+0x409/0x480
[43535692.98]  [c01647ad] sys_mremap+0x4d/0x6c
[43535692.98]  [c010335b] sysenter_past_esp+0x54/0x75
[43535692.98] Code: 0c 8b 44 24 08 8b 53 44 39 50 44 75 1e 8d 4b 3c 8b 53 
3c 8b 41 04 89 42 04 89 10 c7 41 04 00 02 20 00 c7 43 3c 00 01 10 00 5b c3 0f 
0b 7a 00 41 b8 31 c0 eb d8 8d b4 26 00 00 00 00 83 ec 08 89 
[43535692.98]

** Affects: linux-source-2.6.15 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Kernel bug at mm/rmap.c, process wedged
https://launchpad.net/bugs/65157

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