[Bug 2055216] Re: Syntax error in /usr/bin/mtxrun.lua

2024-03-07 Thread Matthew L. Dailey
The maintainer has "fixed" this upstream in debian unstable by
downgrading to 2.10.08. I'm going to change this to a sync request for
the upstream version.

** Summary changed:

- Syntax error in /usr/bin/mtxrun.lua
+ Sync luametatex 2.11.01+really2.10.08+ds-1 from debian unstable

** Description changed:

- There appears to be a syntax error in /usr/bin/mtxrun.lua that causes
- mtxrun --generate to fail:
+ Please sync luametatex 2.11.01+really2.10.08+ds-1 from debian unstable.
+ Bug details are below.
+ 
+ Debian changelog entry:
+ luametatex (2.11.01+really2.10.08+ds-1) unstable; urgency=medium
+ 
+   * Downgrade to 2.10.08 (Closes: #1064402).
+ 
+  -- Hilmar Preusse   Wed, 06 Mar 2024 23:18:47 +0100
+ 
+ Original bug report:
+ There appears to be a syntax error in /usr/bin/mtxrun.lua that causes mtxrun 
--generate to fail:
  
  mtxrun --generate
  lua error : startup file: /usr/bin/mtxrun.lua:2438: attempt to assign to 
const variable 'i'
  
  This is present in luametatex 2.11.01+ds-2, but not in version
  2.10.08+ds-1
  
  This generate command gets called in postinst, most notably in tex-
  common, resulting in:
  
  # dpkg-reconfigure tex-common
  Running mktexlsr. This may take some time... done.
  Running mtxrun --generate. This may take some time...
  mtxrun --generate failed. Output has been stored in
  /tmp/mtxrun.ZOxZraWH
  Please include this file if you report a bug.
  
  # cat /tmp/mtxrun.ZOxZraWH
  lua error : startup file: /usr/bin/mtxrun.lua:2438: attempt to assign to 
const variable 'i'
  
  This is being tracked upstream in https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=1064402

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

Title:
  Sync luametatex 2.11.01+really2.10.08+ds-1 from debian unstable

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


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

[Bug 2055352] Re: Ubuntu 24.04 texlive fails install

2024-03-07 Thread Matthew L. Dailey
*** This bug is a duplicate of bug 2055216 ***
https://bugs.launchpad.net/bugs/2055216

** This bug has been marked a duplicate of bug 2055216
   Syntax error in /usr/bin/mtxrun.lua

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

Title:
  Ubuntu 24.04 texlive fails install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/2055352/+subscriptions


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

[Bug 2055216] [NEW] Syntax error in /usr/bin/mtxrun.lua

2024-02-27 Thread Matthew L. Dailey
Public bug reported:

There appears to be a syntax error in /usr/bin/mtxrun.lua that causes
mtxrun --generate to fail:

mtxrun --generate
lua error : startup file: /usr/bin/mtxrun.lua:2438: attempt to assign to const 
variable 'i'

This is present in luametatex 2.11.01+ds-2, but not in version
2.10.08+ds-1

This generate command gets called in postinst, most notably in tex-
common, resulting in:

# dpkg-reconfigure tex-common
Running mktexlsr. This may take some time... done.
Running mtxrun --generate. This may take some time...
mtxrun --generate failed. Output has been stored in
/tmp/mtxrun.ZOxZraWH
Please include this file if you report a bug.

# cat /tmp/mtxrun.ZOxZraWH
lua error : startup file: /usr/bin/mtxrun.lua:2438: attempt to assign to const 
variable 'i'

This is being tracked upstream in https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=1064402

** Affects: luametatex (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/2055216

Title:
  Syntax error in /usr/bin/mtxrun.lua

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


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

[Bug 1579793] [NEW] Serial console not properly set up for systemd

2016-05-09 Thread Matthew L. Dailey
Public bug reported:

If installation is done over a serial console, finish-
install.d/90console has traditionally detected this and, since upstart,
has written out a file at, for example, /etc/init/ttyS0.conf to invoke a
serial getty after boot. This script has not been updated for systemd,
so the upstart init script is still written but ignored by systemd,
resulting in no serial console.

This is simple to fix after boot (http://0pointer.de/blog/projects
/serial-console.html), but ideally, this should get set during
90console.

Thanks and please let me know if I can provide any other information.

** Affects: finish-install (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/1579793

Title:
  Serial console not properly set up for systemd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/finish-install/+bug/1579793/+subscriptions

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


[Bug 1517884] Re: libxp6 not available in wily

2016-03-10 Thread Matthew L. Dailey
Looks like I spoke too soon. There is a package in unstable for arm64
via debports, but no package for any of the standard architectures in
the official repos. Since xprint is deprecated, it looks like this was a
conscious choice to remove this from debian:
https://bugs.debian.org/657253

So, looks like those of us supporting proprietary software with these
dependencies are out of luck. Grabbing the old libxp.so.6 and setting
LD_LIBRARY_PATH... :-)

** Bug watch added: Debian Bug tracker #657253
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657253

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

Title:
  libxp6 not available in wily

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

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


[Bug 1517884] Re: libxp6 not available in wily

2016-03-10 Thread Matthew L. Dailey
Status should probably be changed to "Won't Fix," but I can't do this
myself.

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

Title:
  libxp6 not available in wily

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

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


[Bug 1517884] Re: libxp6 not available in wily

2016-03-04 Thread Matthew L. Dailey
I'm seeing this in xenial as well. It looks like this existed in main up
through vivid, but not wily or xenial. There is a debian package in
unstable, but I don't know if this could be a straight sync or if
Ubuntu-specific patches need to be merged.

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

Title:
  libxp6 not available in wily

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

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


[Bug 1293152] Re: fstrim-all weekly cron generate noise when hdparm isn't installed or on a VM; noisy in VMs

2014-06-04 Thread Matthew L. Dailey
I have tested util-linux 2.20.1-5.1ubuntu20.1 on two systems that were
exhibiting symptoms of this bug and can verify that it is fixed in this
version. I'll add the verification-done tag to this bug.

Details are below - let me know if anything else is needed.

On Dell M610 (mirrored drives on a CERC6i):

# lsb_release -rd
Description:Ubuntu 14.04 LTS
Release:14.04

Prior to upgrade:
# /sbin/fstrim-all
SG_IO: bad/missing sense data, sb[]:  70 00 05 00 00 00 00 0b 00 00 00 00 20 00 
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

# apt-cache policy util-linux
util-linux:
  Installed: 2.20.1-5.1ubuntu20
  Candidate: 2.20.1-5.1ubuntu20
  Version table:
 *** 2.20.1-5.1ubuntu20 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status

After upgrading:
# /sbin/fstrim-all
(no output)

# apt-cache policy util-linux
util-linux:
  Installed: 2.20.1-5.1ubuntu20.1
  Candidate: 2.20.1-5.1ubuntu20.1
  Version table:
 *** 2.20.1-5.1ubuntu20.1 0
500 http://archive.ubuntu.com/ubuntu/ trusty-proposed/main amd64 
Packages
100 /var/lib/dpkg/status
 2.20.1-5.1ubuntu20 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages


On VMware ESXi 5.5:

# lsb_release -rd
Description:Ubuntu 14.04 LTS
Release:14.04

Prior to upgrade:
# /sbin/fstrim-all
SG_IO: bad/missing sense data, sb[]:  70 00 05 00 00 00 00 0a 00 00 00 00 20 00 
00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

# apt-cache policy util-linux
util-linux:
  Installed: 2.20.1-5.1ubuntu20
  Candidate: 2.20.1-5.1ubuntu20
  Version table:
 *** 2.20.1-5.1ubuntu20 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status

After upgrading:
# /sbin/fstrim-all
(no output)

# apt-cache policy util-linux
util-linux:
  Installed: 2.20.1-5.1ubuntu20.1
  Candidate: 2.20.1-5.1ubuntu20.1
  Version table:
 *** 2.20.1-5.1ubuntu20.1 0
500 http://archive.ubuntu.com/ubuntu/ trusty-proposed/main amd64 
Packages
100 /var/lib/dpkg/status
 2.20.1-5.1ubuntu20 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

** Tags added: verification-done

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

Title:
  fstrim-all weekly cron generate noise when hdparm isn't installed or
  on a VM; noisy in VMs

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

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


[Bug 1293152] Re: fstrim-all weekly cron generate noise when hdparm isn't installed or on a VM; noisy in VMs

2014-06-02 Thread Matthew L. Dailey
I'm happy to do testing - we have several trusty installs on VMs that I
can use. Should I wait until this is in trusty-proposed, or just test
the package from utopic?

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

Title:
  fstrim-all weekly cron generate noise when hdparm isn't installed or
  on a VM; noisy in VMs

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

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


[Bug 980710] Re: black font on black background in xfce terminal

2014-05-22 Thread Matthew L. Dailey
In trusty, you can install the shimmer-themes package, which contains
the Greybird theme. Seems like this should should be a dependency of
xfce4 or xfce4-settings.

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

Title:
  black font on black background in xfce terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/980710/+subscriptions

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


[Bug 1322305] [NEW] xfc4-settings needs shimmer-themes as a dependency

2014-05-22 Thread Matthew L. Dailey
Public bug reported:

The Ubuntu xfce4-settings package contains a patch - xubuntu_vanilla-
session-themes.patch - that changes the default theme to Greybird. In
trusty, at least, this theme is in the shimmer-themes package, which is
not a dependency of xfc4-settings. This leads to various color-related
problems, such as bug #980710.

To reproduce, install the xfce4 package on Ubuntu 14.04, then log in
with an xfce session. Launch gnome-terminal (Applications Menu -
Terminal Enulator) and you'll have black text on a black background.
Then, log out, install shimmer-themes, and log back in - now gnome-
terminal is a more usable black text on white background by default.

Please add shimmer-themes as a dependency of xfce4-settings to resolve
this.

These are the specific versions where I'm experiencing the issue:

Description:Ubuntu 14.04 LTS
Release:14.04

xfce4-settings:
  Installed: 4.11.2-1ubuntu2

shimmer-themes:
  Installed: 1.7.3-0ubuntu1

** Affects: xfce4-settings (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/1322305

Title:
  xfc4-settings needs shimmer-themes as a dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1322305/+subscriptions

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


[Bug 1293152] Re: fstrim-all weekly cron generate noise when hdparm isn't installed or on a VM; noisy in VMs

2014-04-23 Thread Matthew L. Dailey
Unless I'm missing something, I don't think the fix here was fully
successful. In the case of a VMware VM running 14.04, hdparm spits out a
sense data error on stderr:

# hdparm -I /dev/sda1 1/dev/null
SG_IO: bad/missing sense data, sb[]:  70 00 05 00 00 00 00 0a 00 00 00 00 20 00 
00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

So, fstrim-all also spits this out on stderr which then gets sent to
root's mail by cron.weekly:

# /sbin/fstrim-all 1/dev/null
SG_IO: bad/missing sense data, sb[]:  70 00 05 00 00 00 00 0a 00 00 00 00 20 00 
00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

It looks like the intent was to have the stderr of hdparm piped to
/dev/null, but this isn't inside the backticks in the fstrim-all script.
To fix this, I think we just need the attached trivial patch.

This is mostly just an annoyance, but it would be nice to get fixed. If
it makes more sense to open this as a new bug, let me know.

** Patch added: fstrim-all.patch
   
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1293152/+attachment/4094509/+files/fstrim-all.patch

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

Title:
  fstrim-all weekly cron generate noise when hdparm isn't installed or
  on a VM; noisy in VMs

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

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


[Bug 1071916] Re: /etc/grub/10_linux provides no easy way of making older kernels --unrestricted, but recovery modes kept locked

2014-03-05 Thread Matthew L. Dailey
This bug still exists in trusty as well as upstream. The link to the upstream 
bug is:
https://bugs.debian.org/708181

** Bug watch added: Debian Bug tracker #708181
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708181

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

Title:
  /etc/grub/10_linux provides no easy way of making older kernels
  --unrestricted, but recovery modes kept locked

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

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


[Bug 583216] Re: inet_protocols can't be preseeded

2014-02-28 Thread Matthew L. Dailey
It looks like this bug is still present in trusty - postfix 2.11.0-1.

I'm going to bump the upstream bug as well, but is there any chance we
can get this patch into the Ubuntu package since upstream seems
unwilling to fix this? I can create a debdiff if that would be helpful.

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

Title:
  inet_protocols can't be preseeded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/583216/+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 583216] Re: inet_protocols can't be preseeded

2014-02-28 Thread Matthew L. Dailey
It looks like this bug is still present in trusty - postfix 2.11.0-1.

I'm going to bump the upstream bug as well, but is there any chance we
can get this patch into the Ubuntu package since upstream seems
unwilling to fix this? I can create a debdiff if that would be helpful.

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

Title:
  inet_protocols can't be preseeded

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

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


[Bug 1093289] Re: Buffer overflow in pctcpu

2013-01-02 Thread Matthew L. Dailey
Thanks, ZhengPeng and Salvatore, for your work in getting this patch
integrated.

Is there any chance of getting this patch included in precise? I can
roll my own package for our systems, but it would be much nicer if this
were part of the official Ubuntu packages.

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

Title:
  Buffer overflow in pctcpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libproc-processtable-perl/+bug/1093289/+subscriptions

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


[Bug 1093289] [NEW] Buffer overflow in pctcpu

2012-12-23 Thread Matthew L. Dailey
Public bug reported:

With long-running jobs on a multi-cpu machine (10 logical CPUs), the
percent CPU utilization of a process can exceed 1000%, causing a buffer
overflow in pctcpu.

Here is /proc/pid/stat for a process that produces the overflow:
# cat /proc/23427/stat
23427 (sdevice) S 16424 23427 16424 34816 23427 4202496 3854777420 3716 11765 0 
179490227 1688781 0 0 20 0 44 0 155125884 173169319936 30671991 
18446744073709551615 4194304 190125333 140736691917600 140736691909504 
47611949540385 0 8192 0 640 18446744073709551615 0 0 17 15 0 0 1540 0 0

And, here's the backtrace if I compile with debugging symbols and run in gdb:
#0  0x776d5425 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x776d8b8b in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x7771339e in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#3  0x777a9807 in __fortify_fail ()
   from /lib/x86_64-linux-gnu/libc.so.6
#4  0x777a8700 in __chk_fail () from /lib/x86_64-linux-gnu/libc.so.6
#5  0x777a7b69 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#6  0x776eefcb in __printf_fp () from /lib/x86_64-linux-gnu/libc.so.6
#7  0x776ea5b8 in vfprintf () from /lib/x86_64-linux-gnu/libc.so.6
#8  0x777a7c04 in __vsprintf_chk ()
   from /lib/x86_64-linux-gnu/libc.so.6
#9  0x777a7b4d in __sprintf_chk () from /lib/x86_64-linux-gnu/libc.so.6
#10 0x76473297 in sprintf (__s=0x7dc4f8 1051.1, 
__fmt=0x76474f9d %3.2f)
at /usr/include/x86_64-linux-gnu/bits/stdio2.h:34
#11 calc_prec (prs=0x7dc410, 
format_str=0x7dc510 iiislijllljjsiiSSsSS, 
mem_pool=optimized out) at OS.c:542
#12 OS_get_table () at OS.c:651
#13 0x76474ab8 in XS_Proc__ProcessTable_table (
my_perl=optimized out, cv=optimized out) at ProcessTable.xs:353
#14 0x77b1384f in Perl_pp_entersub () from /usr/lib/libperl.so.5.14
#15 0x77b0ace6 in Perl_runops_standard () from /usr/lib/libperl.so.5.14
#16 0x77aac36a in perl_run () from /usr/lib/libperl.so.5.14
#17 0x00400db9 in main ()

I have reported this at
https://rt.cpan.org/Public/Bug/Display.html?id=82175 and will put
together a debdiff against 0.45-3 with my patch.

** Affects: libproc-processtable-perl (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/1093289

Title:
  Buffer overflow in pctcpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libproc-processtable-perl/+bug/1093289/+subscriptions

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


[Bug 1093289] Re: Buffer overflow in pctcpu

2012-12-23 Thread Matthew L. Dailey
Here is the debdiff to fix this for up to 99 cpus. This is obviously a
short-term fix since this case is probably not too far away (we have
several 24-cpu machines). Probably better to make this dynamic or at
least use snprintf() to avoid buffer overflows.

Let me know if you need more info about the problem or my patch.

** Patch added: debdiff against 0.45-3
   
https://bugs.launchpad.net/ubuntu/+source/libproc-processtable-perl/+bug/1093289/+attachment/3466536/+files/libproc-processtable-perl.debdiff

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

Title:
  Buffer overflow in pctcpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libproc-processtable-perl/+bug/1093289/+subscriptions

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


[Bug 794112] Re: Kerberos + LDAP + NFSv4 - Unable to recover unattended client

2012-10-12 Thread Matthew L. Dailey
Kjell:

This would make sense. Unfortunately, there's an open bug about this
(bug #564043) that's currently in Won't Fix because fixing it runs
into yet another bug (bug #545673). Until the underlying upstart and
file location issues get sorted out, passing options to gssd from the
nfs-common defaults file probably isn't possible.

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

Title:
  Kerberos + LDAP + NFSv4 - Unable to recover unattended client

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

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


[Bug 794112] Re: Kerberos + LDAP + NFSv4 - Unable to recover unattended client

2012-10-10 Thread Matthew L. Dailey
Thanks everyone for getting this approved and into -proposed.

I just wanted to add a me too to the verification of nfs-common
1:1.2.5-3ubuntu3.1 in precise-proposed. I've installed this, and with
the -e option to rpc.gssd, EACCESS is returned when kerberos tickets are
expired.

I'll look forward to seeing this in -updates...

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

Title:
  Kerberos + LDAP + NFSv4 - Unable to recover unattended client

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

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


[Bug 1047875] [NEW] NFSv4: Rate limit the state manager warning messages

2012-09-08 Thread Matthew L. Dailey
Public bug reported:

In precise kernel 3.20, when the nfs4 state manager gets unhappy, error
printks are generated thousands of times per second, filling logs and
filesystems rapidly.

This was reported and fixed in Debian - debian bug#666121

This is also fixed in kernel 3.2.14 via git commit
9a3ba432330e504ac61ff0043dbdaba7cea0e35a - see
http://lkml.org/lkml/2012/3/30/674

Can this patch be cherry-picked for inclusion in the precise kernel?
This shouldn't affect quantal since it's using kernel 3.5.

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

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

Title:
  NFSv4: Rate limit the state manager warning messages

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

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


[Bug 1047875] Re: NFSv4: Rate limit the state manager warning messages

2012-09-08 Thread Matthew L. Dailey
apport information

** Tags added: apport-collected precise

** Description changed:

  In precise kernel 3.20, when the nfs4 state manager gets unhappy, error
  printks are generated thousands of times per second, filling logs and
  filesystems rapidly.
  
  This was reported and fixed in Debian - debian bug#666121
  
  This is also fixed in kernel 3.2.14 via git commit
  9a3ba432330e504ac61ff0043dbdaba7cea0e35a - see
  http://lkml.org/lkml/2012/3/30/674
  
- Can this patch be cherry-picked for inclusion in the precise kernel?
- This shouldn't affect quantal since it's using kernel 3.5.
+ Can this patch be cherry-picked for inclusion in the precise kernel? This 
shouldn't affect quantal since it's using kernel 3.5.
+ --- 
+ AlsaDevices:
+  total 0
+  crw-rw---T 1 root audio 116,  1 Aug  5 08:32 seq
+  crw-rw---T 1 root audio 116, 33 Aug  5 08:32 timer
+ AplayDevices: aplay: device_list:252: no soundcards found...
+ ApportVersion: 2.0.1-0ubuntu12
+ Architecture: amd64
+ ArecordDevices: arecord: device_list:252: no soundcards found...
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ CRDA: Error: [Errno 2] No such file or directory
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=5f90f7df-2a7f-44e4-a575-635820e85954
+ MachineType: Dell Inc. PowerEdge M610
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcEnviron:
+  TERM=xterm-color
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  LANGUAGE=en_US:
+  SHELL=/bin/bash
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-26-generic 
root=UUID=b8e8468a-4360-44bc-8455-e0120a5c7df3 ro console=tty0 
console=ttyS0,115200n81 ipv6.disable=1 nosplash nomodeset
+ ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
+ PulseList:
+  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/mdailey not ours.
+  No PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-3.2.0-26-generic N/A
+  linux-backports-modules-3.2.0-26-generic  N/A
+  linux-firmware1.79
+ RfKill:
+  
+ Tags:  precise
+ Uname: Linux 3.2.0-26-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ dmi.bios.date: 10/18/2011
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 6.1.0
+ dmi.board.name: 0N582M
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A01
+ dmi.chassis.type: 25
+ dmi.chassis.vendor: Dell Inc.
+ dmi.chassis.version: PowerEdge M1000e
+ dmi.modalias: 
dmi:bvnDellInc.:bvr6.1.0:bd10/18/2011:svnDellInc.:pnPowerEdgeM610:pvr:rvnDellInc.:rn0N582M:rvrA01:cvnDellInc.:ct25:cvrPowerEdgeM1000e:
+ dmi.product.name: PowerEdge M610
+ dmi.sys.vendor: Dell Inc.

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/1047875/+attachment/3301256/+files/AcpiTables.txt

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

Title:
  NFSv4: Rate limit the state manager warning messages

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

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


[Bug 1047875] BootDmesg.txt

2012-09-08 Thread Matthew L. Dailey
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1047875/+attachment/3301257/+files/BootDmesg.txt

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

Title:
  NFSv4: Rate limit the state manager warning messages

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

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


[Bug 1047875] CurrentDmesg.txt

2012-09-08 Thread Matthew L. Dailey
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1047875/+attachment/3301258/+files/CurrentDmesg.txt

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

Title:
  NFSv4: Rate limit the state manager warning messages

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

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


[Bug 1047875] IwConfig.txt

2012-09-08 Thread Matthew L. Dailey
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1047875/+attachment/3301259/+files/IwConfig.txt

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

Title:
  NFSv4: Rate limit the state manager warning messages

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

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


[Bug 1047875] Lspci.txt

2012-09-08 Thread Matthew L. Dailey
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1047875/+attachment/3301260/+files/Lspci.txt

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

Title:
  NFSv4: Rate limit the state manager warning messages

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

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


[Bug 1047875] Lsusb.txt

2012-09-08 Thread Matthew L. Dailey
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1047875/+attachment/3301261/+files/Lsusb.txt

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

Title:
  NFSv4: Rate limit the state manager warning messages

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

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


[Bug 1047875] ProcCpuinfo.txt

2012-09-08 Thread Matthew L. Dailey
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1047875/+attachment/3301262/+files/ProcCpuinfo.txt

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

Title:
  NFSv4: Rate limit the state manager warning messages

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

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


[Bug 1047875] ProcInterrupts.txt

2012-09-08 Thread Matthew L. Dailey
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1047875/+attachment/3301263/+files/ProcInterrupts.txt

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

Title:
  NFSv4: Rate limit the state manager warning messages

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

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


[Bug 1047875] ProcModules.txt

2012-09-08 Thread Matthew L. Dailey
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1047875/+attachment/3301264/+files/ProcModules.txt

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

Title:
  NFSv4: Rate limit the state manager warning messages

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

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


[Bug 1047875] UdevDb.txt

2012-09-08 Thread Matthew L. Dailey
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1047875/+attachment/3301265/+files/UdevDb.txt

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

Title:
  NFSv4: Rate limit the state manager warning messages

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

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


[Bug 1047875] UdevLog.txt

2012-09-08 Thread Matthew L. Dailey
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1047875/+attachment/3301266/+files/UdevLog.txt

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

Title:
  NFSv4: Rate limit the state manager warning messages

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

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


[Bug 1047875] WifiSyslog.txt

2012-09-08 Thread Matthew L. Dailey
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1047875/+attachment/3301267/+files/WifiSyslog.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  NFSv4: Rate limit the state manager warning messages

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

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


[Bug 1047875] Re: NFSv4: Rate limit the state manager warning messages

2012-09-08 Thread Matthew L. Dailey
As requested, I have run apport-collect and changed status to confirmed.

Thanks and let me know if I can provide any other help or information to
get this patch included.

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

Title:
  NFSv4: Rate limit the state manager warning messages

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

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


[Bug 794112] Re: Kerberos + LDAP + NFSv4 on Natty - Unable to recover unattended client

2012-09-06 Thread Matthew L. Dailey
Hi Adam,

Yes - we are running the unpatched precise kernel. I don't remember the
version when I first started testing with my nfs-utils patch, but we're
currently running linux-image-3.2.0-30-generic version 3.2.0-30.48. A
few systems that haven't rebooted recently are still on linux-
headers-3.2.0-29-generic version 3.2.0-29.46.

I've been running my nfs-utils patch on about 70 machines with
kerberized nfs home directories since August 22nd and all blocking
issues we were seeing on credential expiration are gone.

Thanks and let me know if you need any other info.

-Matt

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

Title:
  Kerberos + LDAP + NFSv4 on Natty - Unable to recover unattended client

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

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


[Bug 794112] Re: Kerberos + LDAP + NFSv4 on Natty - Unable to recover unattended client

2012-08-22 Thread Matthew L. Dailey
The patch from the debian bug has been working well on all of our
systems and completely fixes the issues we had been seeing related to
the new EKEYEXPIRED behavior.

I applied the upstream patch to nfs-utils 1.2.5, and also made a small
tweak to the gssd man page to document it.

I'm not sure whether a debdiff or the raw patch is more useful, so I'll
attach both.

** Patch added: nfs-utils_1.2.5-3ubuntu4.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/794112/+attachment/3272258/+files/nfs-utils_1.2.5-3ubuntu4.debdiff

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

Title:
  Kerberos + LDAP + NFSv4 on Natty - Unable to recover unattended client

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

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


[Bug 794112] Re: Kerberos + LDAP + NFSv4 on Natty - Unable to recover unattended client

2012-08-22 Thread Matthew L. Dailey
** Patch added: 19-ticket-expired-error.patch
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/794112/+attachment/3272259/+files/19-ticket-expired-error.patch

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

Title:
  Kerberos + LDAP + NFSv4 on Natty - Unable to recover unattended client

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

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


[Bug 794112] Re: Kerberos + LDAP + NFSv4 on Natty - Unable to recover unattended client

2012-08-17 Thread Matthew L. Dailey
Given the discussion on the linux-nfs list, I actually doubt this change
will be reverted. I can see that this could potentially be desired
behavior, but in some circumstances, it's catastrophic. For example, in
our environment we have kerberized nfs home directories. If a user runs
something in screen and logs out, they can't ever log back in to renew
credentials if they expire. Also, if they're logged into a graphical
workstation and credentials expire while the screensaver is running, it
can't ever pop up the dialog prompting for password - ouch!

I'm testing the patch provided by John Hughes on the Debian bug and it
seems to work really well. The only catch is that you have to edit the
gssd.conf upstart script directly, since it doesn't read RPCGSSD_OPTS
from the nfs-utils defaults file any more. (bug #564043)

I'm rolling this out to a few of our more public machines this weekend
and if all goes well, I'll put together a debdiff.

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

Title:
  Kerberos + LDAP + NFSv4 on Natty - Unable to recover unattended client

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

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


[Bug 583216] Re: inet_protocols can't be preseeded

2012-05-02 Thread Matthew L. Dailey
This is a pretty old bug, but it looks like it's still present in
precise (postfix 2.9.1-4).

Looking at the postinst script, I think the fix is pretty trivial -
setting the changed flag for postfix/protocols in fset_all_changed().
I'm attaching a patch that should take care of this.

** Patch added: postfix_protocols_preseed.patch
   
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/583216/+attachment/3125525/+files/postfix_protocols_preseed.patch

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

Title:
  inet_protocols can't be preseeded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/583216/+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 583216] Re: inet_protocols can't be preseeded

2012-05-02 Thread Matthew L. Dailey
I also went ahead and opened an upstream bug - http://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=671235

** Bug watch added: Debian Bug tracker #671235
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671235

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

Title:
  inet_protocols can't be preseeded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/583216/+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 583216] Re: inet_protocols can't be preseeded

2012-05-02 Thread Matthew L. Dailey
This is a pretty old bug, but it looks like it's still present in
precise (postfix 2.9.1-4).

Looking at the postinst script, I think the fix is pretty trivial -
setting the changed flag for postfix/protocols in fset_all_changed().
I'm attaching a patch that should take care of this.

** Patch added: postfix_protocols_preseed.patch
   
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/583216/+attachment/3125525/+files/postfix_protocols_preseed.patch

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

Title:
  inet_protocols can't be preseeded

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

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


[Bug 583216] Re: inet_protocols can't be preseeded

2012-05-02 Thread Matthew L. Dailey
I also went ahead and opened an upstream bug - http://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=671235

** Bug watch added: Debian Bug tracker #671235
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671235

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

Title:
  inet_protocols can't be preseeded

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

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


[Bug 990761] Re: acroread 9.5 not installable on x86_64 precise pangolin

2012-04-30 Thread Matthew L. Dailey
It looks like the amd64 deb isn't building properly - see
https://launchpad.net/ubuntu/+source/acroread/9.5.1-1precise1/+build/3404003

From the build log, this looks like an issue with the ia32-libs build
dependency.

I'm not sure if the intent here is to build separate i386 and amd64 debs
as with the previous releases (acroread itself will be 32-bit in either
case, I think), or to have acroread installed as acroread:i386 from
precise on, which leads to the problem reported by Jeffery.

I'm not a multiarch expert (yet :-)), so I'm hoping someone who knows
more about muliarch and this package will weigh in.

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

Title:
  acroread 9.5 not installable on x86_64 precise pangolin

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

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


[Bug 893842] Re: Move admin group to sudo

2012-03-09 Thread Matthew L. Dailey
This bug also affects update-notifier 0.118.1ubuntu1 in precise. It's
hard-coded to only launch for members of the admin group. Since there's
no admin group in precise, it bails and launches for all users. The
problem code is in the in_admin_group() function in update-notifier.c.
I'm not sure if it makes more sense to just change this completely from
admin to sudo or to check for either group.

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

Title:
  Move admin group to sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/893842/+subscriptions

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


[Bug 877766] Re: lightdm login fails with NFS home and strict (mode 0700) permissions

2012-03-07 Thread Matthew L. Dailey
Tried this morning with version 1.1.6-0ubuntu1 on precise and this does
indeed seem to be fixed.

Also fixed is the related problem with kerberized home directories I
described over on bug #914674.

Thanks and keep up the great work!!

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

Title:
  lightdm login fails with NFS home and strict (mode 0700) permissions

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

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


[Bug 932275] Re: Bogus or no nameserver information written to /etc/network/interfaces

2012-02-24 Thread Matthew L. Dailey
Hi Stéphane,

I'm attaching an example /e/n/i file. Due to the nature of this bug,
it's actually writing out initialized memory space, so the results are
random. In the majority of cases, since this is a newly-booted system,
the memory being pointed to is probably zeros, so nothing will actually
get written. In fact, in trying to replicate it this morning, I could
only do it with my preseeded install, not with a vanilla one.

I hope this helps. Let me know if you have any other questions or need
any other info.

** Attachment added: interfaces file with bogus nameservers
   
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/932275/+attachment/2778733/+files/interfaces

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

Title:
  Bogus or no nameserver information written to /etc/network/interfaces

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

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

[Bug 934433] [NEW] elfutils needs Multi-Arch support

2012-02-17 Thread Matthew L. Dailey
Public bug reported:

The current elfutils (0.152-1ubuntu2) in precise does not have Multi-
Arch support, so if the 32-bit lib is needed on a 64-bit system, it
cannot be installed via libelf1:i386.

There's a current bug report open with debian (debian bug #657139) with
a patch that seems close but needs some tweaking.

This is necessary for some older 32-bit apps we'll need to run once
precise is out that depend on the 32-bit version of libelf.so.1.

Thanks and please let me know if I can provide any other info.

** Affects: elfutils (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/934433

Title:
  elfutils needs Multi-Arch support

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

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


[Bug 932275] [NEW] Bogus or no nameserver information written to /etc/network/interfaces

2012-02-14 Thread Matthew L. Dailey
Public bug reported:

Doing a test install of precise with static networking, I noticed bogus
(non-ASCII) data written on the dns-nameservers line in
/etc/network/interfaces, which was then be carried over to resolv.conf
by the resolvconf package. Other times, this line would simply not be in
/etc/network/interfaces at all.

After looking at the code and doing some testing, the problem seems to
be that at the end of static.c, the netcfg_write_resolvconf_options is
called with the nameserver_array array, but this array is never actually
populated. So, in the best-case scenario, it's pointing at zeros in
memory and doesn't put anything in the interfaces file, but in other
cases, spits out whatever happens to be in memory. :-) As near as I can
tell, it looks like this happened somewhere between version 1.68 from
debian and version 1.68ubuntu1.

The fix is to either pass the namserver array from the iface struct, or
just pass the struct itself and deal with it in the
netcfg_write_resolvconf_options function.

I'll attach two patches - a quick-and-dirty one and one that matches the
way the netcfg_write_resolv function works.

I'd love to have someone who's more familiar with the code have a look
and make sure that I'm not doing anything bad, and then if it's helpful,
I'm happy to create a debdiff.

Thanks and let me know if you have any questions or if there's any more
info I can provide.

** Affects: netcfg (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/932275

Title:
  Bogus or no nameserver information written to /etc/network/interfaces

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

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


[Bug 932275] Re: Bogus or no nameserver information written to /etc/network/interfaces

2012-02-14 Thread Matthew L. Dailey
The better patch.

** Attachment added: Better patch
   
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/932275/+attachment/2739384/+files/static.c.betterpatch

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

Title:
  Bogus or no nameserver information written to /etc/network/interfaces

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

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


[Bug 932275] Re: Bogus or no nameserver information written to /etc/network/interfaces

2012-02-14 Thread Matthew L. Dailey
** Patch added: Quick-and-dirty patch
   
https://bugs.launchpad.net/bugs/932275/+attachment/2739383/+files/static.c.quickpatch

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

Title:
  Bogus or no nameserver information written to /etc/network/interfaces

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

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


[Bug 859311] Re: Wrong cpu-time calculation for long-running multi-threaded processes

2012-02-02 Thread Matthew L. Dailey
Just a me too on this one. I ran into this on a 10.04.3 system with some
Matlab jobs that have been running for a couple of weeks.

# ps -f -C MATLAB
UIDPID  PPID  C STIME TTY  TIME CMD
1234   21267 21256 99 Jan09 pts/31184016086-14:43:06 /opt/matlabR2011b/bin
1234   21578 21567 97 Jan09 pts/522-23:06:31 /opt/matlabR2011b/bin/glnxa64
1234   21688 21666 96 Jan09 pts/622-17:46:41 /opt/matlabR2011b/bin/glnxa64
1234   21786 21775 89 Jan09 pts/721-05:12:21 /opt/matlabR2011b/bin/glnxa64
1234   21884 21873 99 Jan09 pts/91184016084-11:35:28 /opt/matlabR2011b/bin

# cat /proc/21267/stat
21267 (MATLAB) S 21256 21267 21256 34819 21267 4202496 48728480602 10279 1 0 
85619631648 4611685975611267009 16 1 20 0 49 0 176768180 3195682816 527162 
18446744073709551615 4194304 4206714 140735315194304 140735315193832 
140009299867740 0 134742022 0 151526638 18446744073709551615 0 0 17 15 0 0 0 0 0

# cat /proc/21884/stat
21884 (MATLAB) S 21873 21884 21873 34825 21884 4202496 47007338124 10280 1 0 
85595226373 4611685975617266477 6 1 20 0 49 0 176794854 3336249344 558780 
18446744073709551615 4194304 4206714 140734232928064 140734232927592 
140313580697692 0 134742022 0 151526638 18446744073709551615 0 0 17 15 0 0 0 0 0

For what it's worth, htop seems to work properly and show the CPU usage
of these processes.

Here's some system info:

# uname -a
Linux myhost 2.6.32-37-generic #81-Ubuntu SMP Fri Dec 2 20:32:42 UTC 2011 
x86_64 GNU/Linux

# cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION=Ubuntu 10.04.3 LTS

Let me know if any other info would be helpful while these jobs are
still running. :-)

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

Title:
  Wrong cpu-time calculation for long-running multi-threaded processes

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

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


[Bug 538796] Re: cannot open Firefox/Chromium/Google Chrome when libmoon is installed

2011-02-22 Thread Matthew L. Dailey
I tested version 2.2-0ubuntu1.1 on lucid 10.04.2 amd64 and can verify
that it now works in both Firefox and Chromium.

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

Title:
  cannot open Firefox/Chromium/Google Chrome when libmoon is installed

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


[Bug 402017] Re: GDM login theme change when using accessibility features

2010-08-30 Thread Matthew L. Dailey
FWIW, I'm still seeing this in 10.04.1.

Here are a couple of workarounds I have tested that seem to work:

This will temporarily fix the theme, but checking the accessibility feature 
breaks it again:
sudo gconftool-2 --direct --config-source 
xml:readwrite:/var/lib/gdm/.gconf.defaults --set --type string 
/desktop/gnome/interface/icon_theme LoginIcons
sudo restart gdm

This will make the setting mandatory. With this setting, checking the 
accessibility feature breaks the theme, but on any restart of gdm (or the 
system), it will revert to the proper theme:
sudo gconftool-2 --direct --config-source 
xml:readwrite:/var/lib/gdm/.gconf.mandatory --set --type string 
/desktop/gnome/interface/icon_theme LoginIcons
sudo restart gdm

I hope this helps...

-- 
GDM login theme change when using accessibility features
https://bugs.launchpad.net/bugs/402017
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 384001] Re: ssh forwarded glx returns Error: couldn't find RGB GLX visual or fbconfig against older servers

2010-07-22 Thread Matthew L. Dailey
Just wanted to add a note to confirm that this still exists under lucid.

Setting the LIBGL_ALWAYS_INDIRECT variable does work around this, both
through remote X and neatx.

Another workaround I have found is to either remove or chmod 000
/usr/lib/dri/swrast_dri.so and /usr/lib32/dri/swrast_dri.so - it looks
like neither of these existed on hardy. With these files inaccessible,
glx apps work properly via remote X and neatx.

I hope this helps to narrow this one down...

-- 
ssh forwarded glx returns Error: couldn't find RGB GLX visual or fbconfig 
against older servers
https://bugs.launchpad.net/bugs/384001
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 583428] Re: gnome-keyring-daemon hangs on login where no password is set

2010-06-25 Thread Matthew L. Dailey
I can also verify that the -proposed (2.92.92.is.2.30.3-0ubuntu1)
packages work well with no regressions noted here. They fix the
specified bug as well as the related issue with winbind logins.

Thanks and I'll look forward to seeing this in -updates.

-- 
gnome-keyring-daemon hangs on login where no password is set
https://bugs.launchpad.net/bugs/583428
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 293705] Re: expired kerberos credentials cause significant syslog spam

2010-05-03 Thread Matthew L. Dailey
I have installed and run 1.1.2-2ubuntu2.4 from hardy-proposed on a test
system for a couple of days. Everything is stable and this bug is now
fixed.

As far as I'm concerned, this is good to go. :-)

-- 
expired kerberos credentials cause significant syslog spam
https://bugs.launchpad.net/bugs/293705
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 293705] Re: expired kerberos credentials cause significant syslog spam

2010-04-06 Thread Matthew L. Dailey
Martin:

Hopefully, this is what you were after. I added my patch to the nfs-
utils_1.1.2-2ubuntu2.3 version in proposed and fixed the changelog to
reflect the correct version number and target. On our systems, this
builds and installs properly and fixes the verbosity issues in this bug.

Thanks for your help - let me know if you have any questions or if I've
messed anything up. :-)

** Attachment added: hardy-proposed debdiff against nfs-utils_1.1.2-2ubuntu2.3
   http://launchpadlibrarian.net/43292204/nfs-utils_1.1.2-2ubuntu2.4.debdiff

-- 
expired kerberos credentials cause significant syslog spam
https://bugs.launchpad.net/bugs/293705
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 548414] Re: Indicator-applet-session shows 'no-indicators'

2010-03-30 Thread Matthew L. Dailey
It looks like this may be a dependency problem in ubuntu-desktop.

Looking at the changelog for indicator-applet, it looks like the dependencies 
for this changed back on 15 Feb:
indicator-applet (0.3.2-0ubuntu3) lucid; urgency=low

  * debian/control:
- Switching indicator-session and indicator-me to recommends
  of indicator-applet-session.
- Switching indicator-applet-complete to recommend everything.
- Adding indicator-application to indicator-applet recommends

 -- Ted Gould t...@ubuntu.com  Mon, 15 Feb 2010 11:58:15 -0600

So, I think perhaps indicator-applet-complete needs to be added to
ubuntu-desktop, since the dependency from indicator-applet-session no
longer exists.

-- 
Indicator-applet-session shows 'no-indicators'
https://bugs.launchpad.net/bugs/548414
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 293705] Re: expired kerberos credentials cause significant syslog spam

2010-03-25 Thread Matthew L. Dailey
So here's what I figured out:

It looks like the logging verbosity of most messages was decreased as of
nfs-utils 1.1.5 upstream. See commit
09c7ad1cd9c5ca2fc46631a0057d47309abc8706 in these release notes:
https://sourceforge.net/project/shownotes.php?release_id=665939

So, I created a patch that basically back-ports these changes to the
hardy version. This includes most of Andrew's work and some others,
including the krb5 context warnings.

The change to the logging of the GSS-API message seems unnecessary. As
far as I can tell, this function (display_status_1) isn't being called
by anything. It's the message in display_status_2 that could be changed.
However, in the case of expired credentials, the logging verbosity is
already lowered in this function. In the case of missing credentials,
the gss error is unspecified, so testing for it would mean some
additional programming that seems a bit much for a simple patch.

I have tested my patch on our systems, and in the case of expired
credentials, the logs are now silent. In the case of missing
credentials, the GSS-API error still appears, but the krb5 context
warning does not.

Please let me know if I'm missing something, but this seems like a
better way to resolve this particular bug.

** Attachment added: Debdiff to backport 1.1.5 log verbosity changes
   
http://launchpadlibrarian.net/41983423/nfs-utils-reduce-verbosity-take2.debdiff

-- 
expired kerberos credentials cause significant syslog spam
https://bugs.launchpad.net/bugs/293705
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 293705] Re: expired kerberos credentials cause significant syslog spam

2010-03-24 Thread Matthew L. Dailey
I got a chance to test the proposed package today and there is good news
and bad news.

The good news is that it installs cleanly and doesn't seem to introduce
any regressions or other problems.

The bad news is that it doesn't actually fix the issue identified in the 
original bug description - specifically reducing the log level for the messages:
ERROR: GSS-API: error in gss_acquire_cred(): Unspecified GSS failure.  Minor 
code may provide more information - No credentials cache found
WARNING: Failed to create krb5 context for user with uid  for server 

Looking at the patch, these messages don't seem to be addressed. The
GSS-API error is in display_status_2() in gss_util.c and the krb5
context message is in handle_krb5_upcall() in gssd_proc.c.

I can't make any promises, but if I get some time to put a debdiff
together that covers this along with Andrew's stuff, I will. If someone
else has time to get to it first, though, I won't feel slighted. :-)

-- 
expired kerberos credentials cause significant syslog spam
https://bugs.launchpad.net/bugs/293705
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 432598] Re: Do not show suspend/hiberate related UI if suspend is disabled in polkit

2010-03-01 Thread Matthew L. Dailey
I've been pulling my hair out on this one today on a lucid test system,
wondering why I couldn't get the parts that should work working. Finally
realized that it was a simple mistake, but thought I'd point it out here
in the hopes that it will save someone else some time.

In *lucid*, the policykit actions have changed. They used to be
org.freedesktop.devicekit.power.* but are now org.freedesktop.upower.*

So, Martin's example in #28 goes like this on lucid:
$ sudo cat /etc/polkit-1/localauthority/50-local.d/disable-suspend.pkla
[Disable suspend]
Identity=unix-user:*
Action=org.freedesktop.upower.suspend;org.freedesktop.upower.hibernate
ResultActive=no
ResultAny=no

$ pkcheck --action-id org.freedesktop.upower.suspend --process $$ 
Not authorized.

Once this change is made, everything's happy, except for the Indicator
applet, which is still an open issue.

-- 
Do not show suspend/hiberate related UI if suspend is disabled in polkit
https://bugs.launchpad.net/bugs/432598
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 527110] [NEW] [lucid] libhdf5 dependency on libhdf5-1.8.3 needs updating

2010-02-24 Thread Matthew L. Dailey
Public bug reported:

Binary package hint: h5utils

h5utils in lucid depends on libhdf5-1.8.3 - this needs to be updated to
libhdf5-1.8.4 to not break other hdf5 packages. For example, attempting
to install h5utils and hdf5-tools is impossible:

# apt-get install h5utils hdf5-tools
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  hdf5-tools: Depends: libhdf5-serial-1.8.4 but it is not going to be installed 
or
   libhdf5-1.8.4
E: Broken packages

This is on an up-to-date (as of 2010-02-24) lucid system:
# lsb_release -rd
Description:Ubuntu lucid (development branch)
Release:10.04

Looking upstream, this seems to be fixed in sid
(http://packages.debian.org/sid/h5utils), but not in squeeze
(http://packages.debian.org/squeeze/h5utils). I don't have any Debian
systems to test on, so I can't verify this fix.

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

-- 
[lucid] libhdf5 dependency on libhdf5-1.8.3 needs updating
https://bugs.launchpad.net/bugs/527110
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 527110] Re: [lucid] libhdf5 dependency on libhdf5-1.8.3 needs updating

2010-02-24 Thread Matthew L. Dailey
Here is more verbose output from apt - let me know if any other info
would be helpful:

# apt-get -o Debug::pkgProblemResolver=yes -o 
Debug::pkgDepCache::AutoInstall=yes install h5utils hdf5-tools
Reading package lists... Done
Building dependency tree   
Reading state information... Done
  Installing libhdf4-0 as Depends of h5utils
Installing libgfortran3 as Depends of libhdf4-0
  Installing libhdf5-serial-1.8.3 as Depends of h5utils
  Installing libmatheval1 as Depends of h5utils
  Installing hdf5-tools as Recommends of h5utils
Installing libhdf5-serial-1.8.4 as Depends of hdf5-tools
Starting
Starting 2
Investigating h5utils
Package h5utils has broken Depends on libhdf5-serial-1.8.3
  Considering libhdf5-serial-1.8.3 1 as a solution to h5utils 
  Re-Instated libhdf5-serial-1.8.3
Investigating libhdf5-serial-1.8.4
Package libhdf5-serial-1.8.4 has broken Conflicts on libhdf5-1.8.3
  Considering libhdf5-serial-1.8.3 1 as a solution to libhdf5-serial-1.8.4 0
  Holding Back libhdf5-serial-1.8.4 rather than change libhdf5-1.8.3
Investigating hdf5-tools
Package hdf5-tools has broken Depends on libhdf5-serial-1.8.4
  Considering libhdf5-serial-1.8.4 0 as a solution to hdf5-tools 10001
  Re-Instated libhdf5-serial-1.8.4
Investigating libhdf5-serial-1.8.4
Package libhdf5-serial-1.8.4 has broken Conflicts on libhdf5-1.8.3
  Considering libhdf5-serial-1.8.3 1 as a solution to libhdf5-serial-1.8.4 0
  Holding Back libhdf5-serial-1.8.4 rather than change libhdf5-1.8.3
Investigating hdf5-tools
Package hdf5-tools has broken Depends on libhdf5-serial-1.8.4
  Considering libhdf5-serial-1.8.4 0 as a solution to hdf5-tools 10001
Package hdf5-tools has broken Depends on libhdf5-1.8.4
  Considering libhdf5-serial-1.8.4 0 as a solution to hdf5-tools 10001
  Considering libhdf5-openmpi-1.8.4 0 as a solution to hdf5-tools 10001
  Re-Instated libibverbs1
  Re-Instated libopenmpi1.3
  Re-Instated libhdf5-openmpi-1.8.4
Investigating libhdf5-openmpi-1.8.4
Package libhdf5-openmpi-1.8.4 has broken Conflicts on libhdf5-1.8.3
  Considering libhdf5-serial-1.8.3 1 as a solution to libhdf5-openmpi-1.8.4 0
  Holding Back libhdf5-openmpi-1.8.4 rather than change libhdf5-1.8.3
Investigating hdf5-tools
Package hdf5-tools has broken Depends on libhdf5-serial-1.8.4
  Considering libhdf5-serial-1.8.4 0 as a solution to hdf5-tools 10001
Package hdf5-tools has broken Depends on libhdf5-1.8.4
  Considering libhdf5-serial-1.8.4 0 as a solution to hdf5-tools 10001
  Considering libhdf5-openmpi-1.8.4 0 as a solution to hdf5-tools 10001
  Considering libhdf5-mpich-1.8.4 0 as a solution to hdf5-tools 10001
  Re-Instated libhdf5-mpich-1.8.4
Investigating libhdf5-mpich-1.8.4
Package libhdf5-mpich-1.8.4 has broken Conflicts on libhdf5-1.8.3
  Considering libhdf5-serial-1.8.3 1 as a solution to libhdf5-mpich-1.8.4 0
  Holding Back libhdf5-mpich-1.8.4 rather than change libhdf5-1.8.3
Investigating hdf5-tools
Package hdf5-tools has broken Depends on libhdf5-serial-1.8.4
  Considering libhdf5-serial-1.8.4 0 as a solution to hdf5-tools 10001
Package hdf5-tools has broken Depends on libhdf5-1.8.4
  Considering libhdf5-serial-1.8.4 0 as a solution to hdf5-tools 10001
  Considering libhdf5-openmpi-1.8.4 0 as a solution to hdf5-tools 10001
  Considering libhdf5-mpich-1.8.4 0 as a solution to hdf5-tools 10001
  Considering libhdf5-lam-1.8.4 0 as a solution to hdf5-tools 10001
  Re-Instated liblam4
  Re-Instated libhdf5-lam-1.8.4
Investigating libhdf5-lam-1.8.4
Package libhdf5-lam-1.8.4 has broken Conflicts on libhdf5-1.8.3
  Considering libhdf5-serial-1.8.3 1 as a solution to libhdf5-lam-1.8.4 0
  Holding Back libhdf5-lam-1.8.4 rather than change libhdf5-1.8.3
Investigating hdf5-tools
Package hdf5-tools has broken Depends on libhdf5-serial-1.8.4
  Considering libhdf5-serial-1.8.4 0 as a solution to hdf5-tools 10001
Package hdf5-tools has broken Depends on libhdf5-1.8.4
  Considering libhdf5-serial-1.8.4 0 as a solution to hdf5-tools 10001
  Considering libhdf5-openmpi-1.8.4 0 as a solution to hdf5-tools 10001
  Considering libhdf5-mpich-1.8.4 0 as a solution to hdf5-tools 10001
  Considering libhdf5-lam-1.8.4 0 as a solution to hdf5-tools 10001
Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  hdf5-tools: Depends: libhdf5-serial-1.8.4 but it is not going to be installed 
or
   libhdf5-1.8.4
E: Broken packages

-- 
[lucid] libhdf5 dependency on libhdf5-1.8.3 needs updating
https://bugs.launchpad.net/bugs/527110
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 216537] Re: geomview 1.9.4 segfaults

2010-01-26 Thread Matthew L. Dailey
It looks like this is a known issue with 1.94, and is fixed in cvs. 
Unfortunately, a 1.9.5 release in the near future seems unlikely. Here's the 
thread about it:
http://sourceforge.net/mailarchive/forum.php?thread_name=4aa82572.1070...@mathematik.uni-freiburg.deforum_name=geomview-users

I built from cvs on hardy amd64 and verified that the bunny opened
fine.

Not sure where this can go from here. My assumption is that a cvs build
is possible but would probably need to happen upstream in Debian first.

-- 
geomview 1.9.4 segfaults
https://bugs.launchpad.net/bugs/216537
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 235070] Re: Please apply libgomp patch to GCC for Hardy Heron

2009-06-21 Thread Matthew L. Dailey
I'm not sure if a simple test case exists - this bugs seems to manifest
in fairly unusual scenarios. We experienced this while creating mex
modules for Matlab.

Using this trivial example (test.c):
#include omp.h
#include mex.h

void mexFunction( int nlhs, mxArray *plhs[],
  int nrhs, const mxArray *prhs[] )
{

int nthreads, tid;
#pragma omp parallel private(nthreads, tid)
  {
  tid = omp_get_thread_num();
  printf(Hello World from thread = %d\n, tid);

  if (tid == 0) 
{
nthreads = omp_get_num_threads();
printf(Number of threads = %d\n, nthreads);
}
  }
}

And compiling with:
gcc -fopenmp -fPIC -o test.mexa64 -shared -I/opt/matlab/extern/include test.c

We get the following error:
$ export OMP_NUM_THREADS=4; echo test | matlab -nodisplay
 ??? Invalid MEX-file
'/home/user/testmex/test.mexa64':
/usr/lib/libgomp.so.1: cannot allocate memory in static TLS block.

This is with gcc-4.2-base and libgomp1 4.2.4-1ubuntu3

After upgrading to gcc-4.2-base and libgomp1 4.2.4-1ubuntu4, the code
works properly:

$ export OMP_NUM_THREADS=4; echo test | matlab -nodisplay
 Hello World from thread = 1
Hello World from thread = 3
Hello World from thread = 2
Hello World from thread = 0
Number of threads = 4

So, at least for this specific case of a Matlab mex module dynamically
linked to libgomp, 4.2.4-1ubuntu4 fixes the problem.

I hope this helps...

-- 
Please apply libgomp patch to GCC for Hardy Heron
https://bugs.launchpad.net/bugs/235070
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 379415] Re: libvirtd becomes unresponsive on setvcpus

2009-06-02 Thread Matthew L. Dailey
It looks like this is fixed in = 0.6.1-4 upsteam:

https://bugzilla.redhat.com/show_bug.cgi?id=487013

Any chance of an updated version (debian testing/unstable is at 0.6.3-4)
in karmic?

** Bug watch added: Red Hat Bugzilla #487013
   https://bugzilla.redhat.com/show_bug.cgi?id=487013

-- 
libvirtd becomes unresponsive on setvcpus
https://bugs.launchpad.net/bugs/379415
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 105539] Re: can't preseed dash/sh to false

2008-08-27 Thread Matthew L. Dailey
I discovered this bug on my systems this morning, and did a bunch of
digging trying to figure out what's happening. I'm no expert at debian-
installer, but I think what's happening is due to the cdebconf-debconf
transition that happens early in the installation.

When the installer first starts, it's using cdebconf, rather than debconf, with 
the database stored in /var/lib/cdebconf/questions.dat. This database is 
populated by /lib/debian-installer-startup.d/S35initrd-preseed before anything 
is installed:
Jul  7 14:32:17 preseed: successfully loaded preseed file from 
file:///preseed.cfg

However, during the first batch of installs, the real debconf gets configured 
just before dash:
Jul  7 14:33:54 debootstrap: Setting up debconf (1.5.20) ...
Jul  7 14:33:55 debootstrap: 
Jul  7 14:33:55 debootstrap: Setting up dash (0.5.4-8ubuntu1) ...
Jul  7 14:33:55 debootstrap: Adding `diversion of /bin/sh to /bin/sh.distrib by 
dash'
Jul  7 14:33:55 debootstrap: Adding `diversion of /usr/share/man/man1/sh.1.gz 
to /usr/share/man/man1/sh.distrib.1.gz by dash'

Then, later on the preseed gets re-read to populate the real debconf database 
in /var/cache/debconf/config.dat (I'm not sure of the exact mechanism of how 
this happens):
Jul  7 14:34:11 preseed: perl: warning: Setting locale failed.
Jul  7 14:34:11 preseed: perl: warning: Please check that your locale settings:
Jul  7 14:34:11 preseed: ^ILANGUAGE = (unset),
Jul  7 14:34:11 preseed: ^ILC_ALL = (unset),
Jul  7 14:34:11 preseed: ^ILANG = C.UTF-8
Jul  7 14:34:11 preseed: are supported and installed on your system.
Jul  7 14:34:11 preseed: perl: warning: Falling back to the standard locale (C
).
Jul  7 14:34:11 preseed: locale: Cannot set LC_CTYPE to default locale
Jul  7 14:34:11 preseed: : No such file or directory
Jul  7 14:34:11 preseed: locale: Cannot set LC_MESSAGES to default locale: No su
ch file or directory
Jul  7 14:34:11 preseed: 
Jul  7 14:34:11 preseed: locale: Cannot set LC_ALL to default locale: No such fi
le or directory
Jul  7 14:34:11 preseed:

So, it looks like the dash postinst is being run during the interval
between the switch from cdebconf to debconf, but before the preseed is
re-read. So, the dash postinst never sees the false dash/sh setting
provided in the preseed.

The only fix I could imagine would be something in debconf's postinst
that detected whether it was being run in d-i and, if so, calling
whatever the mechanism is in the second case above to re-read the
preseed file.

Hopefully this will provide some clues for someone who's a little more
knowledgeable about d-i to see if there's a way to fix this.

In the meantime, you should (I haven't tested this yet) be able to work around 
this with a late_command. Something like:
d-i preseed/late_commandstring  in-target 
/var/lib/dpkg/info/dash.postinst

This will just run the dash preseed before reboot, and since at this
point the preseed values are in the regular debconf database, the
postinst will do the right thing and remove the symlink diversions.

-- 
can't preseed dash/sh to false
https://bugs.launchpad.net/bugs/105539
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 185311] Re: hardy, locking assertion failure, xorg/libsdl

2008-06-23 Thread Matthew L. Dailey
I have tested Bryce's non-xcb libs on an amd64 hardy machine, and can
verify that they solve the Matlab problem noted by Alexsander Demko
above. I have reported this previously to MathWorks and will point them
at this thread. If it's possible to roll these out for 8.04.1, that
would be great.

I expect this will fix the console messages from ProE Wildfire 3 noted
by jhyder79, but this runs in 32-bit compatibility mode, so I'll need to
test on a real 32-bit machine with Bryce's libs.

This brings up the point that these libs are also in ia32-libs for amd64
machines, so the non-xcb libs should be put here, too.

-- 
hardy, locking assertion failure, xorg/libsdl
https://bugs.launchpad.net/bugs/185311
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 185311] Re: hardy, locking assertion failure, xorg/libsdl

2008-06-23 Thread Matthew L. Dailey
I just tested Bryce's packages on an i686 hardy install, and I can
confirm that this fixed the issues with Matlab (7.5 - R2007B and 7.6 -
R2008a), ProEngineer Wildfire 3.0, and Maple 11.02. All the java libxcb-
xlib console messages are gone in Matlab 7.5, ProE and Maple, and the
slow rendering of Matlab and Maple over tcp is gone as well.

-- 
hardy, locking assertion failure, xorg/libsdl
https://bugs.launchpad.net/bugs/185311
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 179239] Re: VPNC / Network-Manager couldn't connect

2008-05-16 Thread Matthew L. Dailey
Sorry for the confusion I caused by posting my patch earlier. This was
completely bogus, so I removed it. The dbus config installed by network-
manager-vpnc is correct. However, dbus just isn't seeing the new config
file initially.

Re-reading this thread, it seems there may be a couple of bugs that
people are having. The bug that I am seeing can be replicated like this:

1) Boot hardy live CD
2) Edit /etc/apt/sources.list and uncomment the universe repositories
3) Update and install vpnc
  $ sudo apt-get update
  $ sudo apt-get install vpnc network-manager-vpnc
** There's a bug in the NetworkManager dbus script that causes it not to 
restart properly in postinst - I did a quick look and didn't see this reported, 
so I guess I'll do this later. :-) NetworkManager must be restarted like this:
  $ sudo kill `cat /var/run/NetworkManager/NetworkManager.pid`; sleep 5; sudo 
/etc/dbus-1/event.d/25NetworkManager start
4) From nm-applet, VPN Connections - Configure VPN...
5) Add a connection with appropriate settings for my Cisco VPN
6) Try to start the VPN from nm-applet VPN Connections - MyVPN
7) Enter passwords and click OK
At this point, there will be no change in the nm-applet icon, and no error 
messages, but the VPN will not connect. If you look in the syslog, you'll see 
messages like this:
May 16 20:04:41 ubuntu NetworkManager: info  Will activate VPN connection 
'MyVPN', service 'org.freedesktop.NetworkManager.vpnc', user_name 'ubuntu', 
vpn_data 'IPSec gateway / vpn.somewhere.com / IPSec ID / GroupName / Xauth 
username / username', route ''. 
May 16 20:04:41 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 1 
of 4 (Connection Prepare) scheduled... 
May 16 20:04:41 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 1 
of 4 (Connection Prepare) ran VPN service daemon 
org.freedesktop.NetworkManager.vpnc (PID 10570) 
May 16 20:04:41 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 1 
of 4 (Connection Prepare) complete. 
May 16 20:04:41 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 2 
of 4 (Connection Prepare Wait) scheduled... 
May 16 20:04:42 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 2 
of 4 (Connection Prepare Wait) waiting... 
May 16 20:04:42 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 2 
of 4 (Connection Prepare Wait) scheduled... 
May 16 20:04:42 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 2 
of 4 (Connection Prepare Wait) waiting... 
snip
May 16 20:04:44 ubuntu NetworkManager: info  VPN Activation (MyVPN) failed. 
May 16 20:04:44 ubuntu NetworkManager: WARN  
nm_vpn_service_stop_connection(): (VPN Service 
org.freedesktop.NetworkManager.vpnc): could not stop connection 'MyVPN' because 
service was 2.

The reason for this seems to be that the file /etc/dbus-1/system.d/nm-
vpnc-service.conf isn't being detected and re-read by dbus during the
installation of network-manager-vpnc.

If we force dbus to re-read it's config files:
$ sudo /etc/init.d/dbus reload
The vpn connection then works properly:
May 16 20:12:43 ubuntu NetworkManager: info  Will activate VPN connection 
'MyVPN', service 'org.freedesktop.NetworkManager.vpnc', user_name 'ubuntu', 
vpn_data 'IPSec gateway / vpn.somewhere.com / IPSec ID / GroupName / Xauth 
username / username', route ''. 
May 16 20:12:43 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 1 
of 4 (Connection Prepare) scheduled... 
May 16 20:12:43 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 1 
of 4 (Connection Prepare) ran VPN service daemon 
org.freedesktop.NetworkManager.vpnc (PID 11055) 
May 16 20:12:43 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 1 
of 4 (Connection Prepare) complete. 
May 16 20:12:43 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 2 
of 4 (Connection Prepare Wait) scheduled... 
May 16 20:12:43 ubuntu NetworkManager: info  VPN service 
'org.freedesktop.NetworkManager.vpnc' signaled state change 1 - 6. 
May 16 20:12:43 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 2 
of 4 (Connection Prepare Wait) waiting... 
May 16 20:12:43 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 2 
of 4 (Connection Prepare Wait) complete. 
May 16 20:12:43 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 3 
of 4 (Connect) scheduled... 
May 16 20:12:43 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 3 
of 4 (Connect) sending connect request. 
May 16 20:12:43 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 3 
of 4 (Connect) request sent, waiting for reply... 
May 16 20:12:43 ubuntu NetworkManager: info  VPN service 
'org.freedesktop.NetworkManager.vpnc' signaled state change 6 - 3. 
May 16 20:12:43 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 3 
of 4 (Connect) reply received. 
May 16 20:12:43 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 4 
of 4 (IP Config Get) timeout scheduled... 
May 16 20:12:43 ubuntu NetworkManager: info  VPN Activation (MyVPN) Stage 3 
of 4 (Connect) complete, 

[Bug 179239] Re: VPNC / Network-Manager couldn't connect

2008-04-30 Thread Matthew L. Dailey
I spent a bunch of time pulling my hair out on this one this morning,
and I think I have a theory. :-)

I, like Steffen, couldn't get the vpn to fail this morning, no matter what I 
did to the policy files. However, if I purged and then re-installed the 
packages, the problem returned:
$ sudo dpkg -P network-manager-vpnc vpnc
$ sudo apt-get install network-manager-vpnc vpnc

It seems like installing didn't trigger dbus to re-read the files in
/etc/dbus-1/system.d. Even doing 'sudo touch /etc/dbus-1/system.d'
didn't make it work. If however, I edited this file with vi and saved it
(even without making changes), everything started to work.

At any rate, there's no need to get too hung up on what triggers dbus to
re-read the policy files (although I am curious), since we can just
force this in postinst by adding:

# Force dbus to re-read its config files
if which invoke-rc.d /dev/null 21; then
invoke-rc.d dbus reload
else
/etc/init.d/dbus reload
fi

Of course the workaround with the current packages is just to reboot,
but that sounds way too much like Windows. :-(

If folks could confirm (or debunk) my theory, I'd appreciate it. If it's
confirmed, I'll put together a debdiff and see if I can get it sponsored
.

** Attachment removed: nm-vpnc-service.conf.patch

   http://launchpadlibrarian.net/14024435/nm-vpnc-service.conf.patch

-- 
VPNC / Network-Manager couldn't connect
https://bugs.launchpad.net/bugs/179239
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 179239] Re: VPNC / Network-Manager couldn't connect

2008-04-29 Thread Matthew L. Dailey
It looks like this is due to an incorrect dbus policy in
/etc/dbus-1/system.d/nm-vpn-service.conf. In the policy installed by
network-manager-vpnc 0.6.4svn2422-0ubuntu5, only root is allowed to
interact with vpnc. By applying the attached patch, this is opened up to
anyone at the console, which should be the desired behavior. Once I did
this, everything worked fine for me.

I do still see the errors noted by Steffen about the unknown
configuration directives in stdin, but these do not seem to affect
functionality.

If this patch works for folks, I'm happy to put together a debdiff.

** Attachment added: nm-vpnc-service.conf.patch
   http://launchpadlibrarian.net/14024435/nm-vpnc-service.conf.patch

-- 
VPNC / Network-Manager couldn't connect
https://bugs.launchpad.net/bugs/179239
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 205162] Re: Kernel Oops - unable to handle kernel NULL pointer dereference; EIP is at mptsas_probe_expander_phys+0x72/0x610 [mptsas]

2008-04-09 Thread Matthew L. Dailey
I can confirm that this bug is not present in the current hardy kernel
(2.6.24-15). I just did an install from scratch and there was no kernel
oops loading the mptsas module.

I looked through the changelogs for 2.6.24-13 through -15 and didn't see
this fix listed. No big deal, but I just wanted to mention it.

Thanks again!

-- 
Kernel Oops - unable to handle kernel NULL pointer dereference; EIP is at 
mptsas_probe_expander_phys+0x72/0x610 [mptsas]
https://bugs.launchpad.net/bugs/205162
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 139412] Re: package a2ps 1:4.13c~rc5-1 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2008-04-04 Thread Matthew L. Dailey
Here's the Debian changelog entry for this version:

a2ps (1:4.14-1) unstable; urgency=low

  * New upstream release.
  * Bumped up Standards-Version to 3.7.3 (no physical changes).
  * Sorted out copyright information.  Thanks to Patrick Schoenfeld
- closes: #448454
  * Now use autoload, not load, in emacsen-startup.  Thanks to Trent W. Buck 
- closes: #446152
  * Now a2ps try to use html2ps for parsing HTML - closes: #424161
I'll try to support Iceweasel later.
  * Now prefer emacs22 - closes: #434914, #283828
  * Added a manpage for a2ps-lpr-wrapper.  Thanks to Michael Tautschnig 
- closes: #425068
  * debian/emacsen-install: do not load site files when byte-compiling, 
and set symlinks to *.el files 
- closes: #246296, #269409, #401684, #448144
  * prerm, postinst: use emacsen-common stuff only when it is installed 
and configured.
  * rules: do not install emacsen snippets in {prerm,postinst}.
  * Many thanks to Agustin Martin Domingo for these 3 hacks above.

 -- Masayuki Hatta (mhatta) [EMAIL PROTECTED]  Thu, 03 Jan 2008
23:38:51 +0900

And the upstream changelog:
2007-12-29  Masayuki Hatta  [EMAIL PROTECTED]

* Released 4.14.
* ANNOUNCE: Updated.
* AUTHORS: Updated.
* README: Updated.
* po/nl.po: Updated.
* sheets/perl.ssh: Updated.
* GNU a2ps is now licensed under GPLv3 or later.

2007-09-20  Masayuki Hatta  [EMAIL PROTECTED]

* afm/*.afm, afm/MustRead.html: Replaced license-wise vague AFMs
with newer ones with explicit permission by Adobe (found in
Adobe-Core35_AFMs-314.tar.gz, obtained from
http://www.ctan.org/tex-archive/fonts/adobe/afm/).  See
afm/MustRead.html for detail.  Thanks for Matthias Kilian from
OpenBSD and Karl Berry for pointing this out.
* afm/fontsmap: Updated.
* tests/gps-ref/Converter.ps, tests/ps-ref/Converter.ps: Removed
since they are non-free.  Thanks for Matthias Kilian for pointing
this out.
* tests/gps-ref/fasttrig.ps, tests/ps-ref/fasttrig.ps: ditto.

2007-05-02  Masayuki Hatta  [EMAIL PROTECTED]

* ANNOUNCE: Updated for 4.14.
* NEWS: Updated for 4.14.
* configure.in: Updated for 4.14.
* doc/contributors.txt: Updated for 4.14.
* doc/make-authors.pl: Updated for 4.14.
* doc/a2ps.texi: Chenged URL of a2ps homepage.

2007-05-01  Masayuki Hatta  [EMAIL PROTECTED]

* ps/base.ps: Rewrote reencode procedure for use with Adobe Distiller.
  See http://article.gmane.org/gmane.comp.printing.a2ps.bugs/2583 for de
tail.
* man/psset.x: Fixed a typo (psmandup - psset).

-- 
package a2ps 1:4.13c~rc5-1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/139412
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 205162] Re: Kernel Oops - unable to handle kernel NULL pointer dereference; EIP is at mptsas_probe_expander_phys+0x72/0x610 [mptsas]

2008-03-27 Thread Matthew L. Dailey
Glad to help. Thank for your fast action on this!

-- 
Kernel Oops - unable to handle kernel NULL pointer dereference; EIP is at 
mptsas_probe_expander_phys+0x72/0x610 [mptsas]
https://bugs.launchpad.net/bugs/205162
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 204350] Re: Cannot change layout using applications-merged

2008-03-27 Thread Matthew L. Dailey
The idea here was simply to add some flexibility in an OEM-type setup.
For example, we set up our linux clients with several third-party apps
that we have in our own menu. We wanted to have this menu be at the top
of Applications, rather than listed alphabetically. I can certainly see
the potential of this being abused/misused, though. :-)

I'll mark this as invalid.

** Changed in: gnome-menus (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)
   Status: Confirmed = Invalid

-- 
Cannot change layout using applications-merged
https://bugs.launchpad.net/bugs/204350
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 205162] Re: Kernel Oops - unable to handle kernel NULL pointer dereference; EIP is at mptsas_probe_expander_phys+0x72/0x610 [mptsas]

2008-03-25 Thread Matthew L. Dailey
A few more data points on this. I consistently get this oops on our new Dell 
PowerEdge M600, but do not get the oops on a Dell PowerEdge 1955. They are the 
same model card, but slightly different revisions:
Dell M600: LSI Logic / Symbios Logic SAS1068E PCI-Express Fusion-MPT SAS (rev 
08)
Dell 1955: LSI Logic / Symbios Logic SAS1068 PCI-X Fusion-MPT SAS (rev 01)

I applied the upstream patch to the 2.6.24-12 sources and re-compiled
the module. The patch location was slightly different, but it patched
and compiled cleanly. I then swapped in this patched module after the
Loading Additional Components step, but before the Configuring the
Clock. With the patched module, the installer is able to load the
module and the installation proceeds normally. Of course, the unpatched
module gets installed in /target, so I have to swap it in there before
the reboot so that the machine does not panic at boot. :-)

I'm not sure what the next steps are to help the kernel team get this
patched, but I'm happy to provide any additional information and/or
assistance. If this could make it into hardy final, we'd love to see
this, since we're trying to move our servers to the LTS release.

I've attached the actual patch I used on the hardy linux 2.6.24-12
sources this morning.



** Attachment added: mptsas.patch
   http://launchpadlibrarian.net/12858228/mptsas.patch

-- 
Kernel Oops - unable to handle kernel NULL pointer dereference; EIP is at 
mptsas_probe_expander_phys+0x72/0x610 [mptsas]
https://bugs.launchpad.net/bugs/205162
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 139412] Re: package a2ps 1:4.13c~rc5-1 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2008-03-22 Thread Matthew L. Dailey
I'm subscribing ubuntu-universe-sponsors.

Please sync a2ps 4.14-1 from Debian (Unstable).

Thanks much!

-- 
package a2ps 1:4.13c~rc5-1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/139412
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 204350] Re: Cannot change layout using applications-merged

2008-03-22 Thread Matthew L. Dailey
Per Andrew's suggestion, I have created a debdiff (attached). It looks
like the right way to do this was as a patch in debian/patches, so
this is what I did.

I'll mark as confirmed and subscribe ubuntu-main-sponsors.

** Attachment added: gnome-menus_2.22.0-0ubuntu2.debdiff
   http://launchpadlibrarian.net/12809315/gnome-menus_2.22.0-0ubuntu2.debdiff

** Changed in: gnome-menus (Ubuntu)
   Status: New = Confirmed

-- 
Cannot change layout using applications-merged
https://bugs.launchpad.net/bugs/204350
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 204328] Re: Kernel panic loading mptsas module

2008-03-22 Thread Matthew L. Dailey
*** This bug is a duplicate of bug 205162 ***
https://bugs.launchpad.net/bugs/205162

** This bug has been marked a duplicate of bug 205162
   Kernel Oops - unable to handle kernel NULL pointer dereference; EIP is at 
mptsas_probe_expander_phys+0x72/0x610 [mptsas]

-- 
Kernel panic loading mptsas module
https://bugs.launchpad.net/bugs/204328
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 205162] Re: Kernel Oops - unable to handle kernel NULL pointer dereference; EIP is at mptsas_probe_expander_phys+0x72/0x610 [mptsas]

2008-03-22 Thread Matthew L. Dailey

** Attachment added: scsi-mpt-fusion-dont-oops-if-NumPhys-0.patch
   
http://launchpadlibrarian.net/12809981/scsi-mpt-fusion-dont-oops-if-NumPhys-0.patch

** Tags added: kernel-oops

-- 
Kernel Oops - unable to handle kernel NULL pointer dereference; EIP is at 
mptsas_probe_expander_phys+0x72/0x610 [mptsas]
https://bugs.launchpad.net/bugs/205162
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 205162] [NEW] Kernel Oops - unable to handle kernel NULL pointer dereference; EIP is at mptsas_probe_expander_phys+0x72/0x610 [mptsas]

2008-03-22 Thread Matthew L. Dailey
Public bug reported:

Binary package hint: linux-source-2.6.24

Installing hardy alpha 6 on a Dell PowerEdge M600, the installer kernel
panics when modprobing mptsas:

[ 176.439736] BUG: unable to handle kernel NULL pointer dereference at virtual 
address 0010 │
[ 176.448254] printing eip: f89cf622 *pde =  ──┘
[ 176.453140] Oops:  [#1] SMP
[ 176.456375] Modules linked in: sg mptsas mptscsih mptbase scsi_transport_sas 
af_packet sr_mod cdrom sd_mod rsrc_nonstatic pcmcia_core usbserial usbhid hid 
usbkbd fan usb_storage scsi_mod libusual ehci_hcd thermal evdev psmouse 
uhci_hcd bnx2 usbcore processor
[ 176.479455]
[ 176.480939] Pid: 10954, comm: modprobe Not tainted (2.6.24-12-generic #1)
[ 176.487704] EIP: 0060:[f89cf622] EFLAGS: 00010246 CPU: 7
[ 176.493174] EIP is at mptsas_probe_expander_phys+0x72/0x610 [mptsas]
[ 176.499508] EAX: 0010 EBX: df993bc0 ECX: f6e29df4 EDX: 0288
[ 176.505755] ESI: df900800 EDI: dfa5f800 EBP:  ESP: f6e29d34
[ 176.512001] DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
[ 176.517381] Process modprobe (pid: 10954, ti=f6e28000 task=f6819680 
task.ti=f6e28000)
[ 176.525013] Stack:  61747300 00656c6c 2aca f6e29df4 df900800 
0001 
[ 176.533428]   00100100 00200200  00200200 124f 
f89e0360
[ 176.541845] df900800 f7c8e000  70646f6d 65626f72 61747300 00656c6c 
2aca
[ 176.550265] Call Trace:
[ 176.552885] [f89e0360] mpt_timer_expired+0x0/0x70 [mptbase]
[ 176.558713] [f89d17af] mptsas_probe+0x3af/0x480 [mptsas]
[ 176.564279] [c01d47c3] sysfs_create_link+0x93/0x110
[ 176.569414] [c0223526] pci_device_probe+0x56/0x80
[ 176.574372] [c027eab8] driver_probe_device+0x88/0x190
[ 176.579680] [c0212290] kobject_uevent_env+0xf0/0x3d0
[ 176.584901] [c027ed2e] __driver_attach+0x9e/0xa0
[ 176.589774] [c027deeb] bus_for_each_dev+0x3b/0x60
[ 176.594733] [c027e936] driver_attach+0x16/0x20
[ 176.599431] [c027ec90] __driver_attach+0x0/0xa0
[ 176.604215] [c027e26a] bus_add_driver+0x8a/0x1e0
[ 176.606754] [c02236d6] __pci_register_driver+0x56/0x90
[ 176.611638] [f884a0c2] mptsas_init+0xc2/0xe1 [mptsas]
[ 176.617041] [c01516c6] sys_init_module+0x126/0x19c0
[ 176.622363] [c0105442] syscall_call+0x7/0xb
[ 176.622367] ===
[ 176.622367] Code: 89 44 24 20 74 1e 8b 43 0c e8 8b aa 7b c7 89 d8 e8 84 aa 7b 
c7 8b 44 24 20 81 c4 8c 00 00 00 5b 5e 5f 5d c3 8b 43 0c 8b 4c 24 10 0f b7 00 
89 01 8b 44 24 14 05 3c 05 00 00 89 44 24 18 e8 e7 8a
[ 176.622379] EIP: [f89cf622] mptsas_probe_expander_phys+0x72/0x610 [mptsas] 
SS:ESP 0068:f6e29d34
[ 176.622386] ---[ end trace d5327034c75fc0a7 ]---
[ 176.688271] Intel ISA PCIC probe: not found.

It looks like this is a known issue and is fixed in 2.6.25-rc5. See
Bugzilla for details: http://bugzilla.kernel.org/show_bug.cgi?id=9909

I've attached the Bugzilla patch, just for additional info, but I
haven't tried applying this to 2.6.24 myself to see if it works.

I'm guessing hardy is frozen at 2.6.24 - any chance of this fix being
backported?

Originally reported as bug #204328, however I realized I filed it
against linux-meta, rather than linux-source-2.6.24. I'll mark the other
bug as a duplicate.

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


** Tags: kernel-oops

-- 
Kernel Oops - unable to handle kernel NULL pointer dereference; EIP is at 
mptsas_probe_expander_phys+0x72/0x610 [mptsas]
https://bugs.launchpad.net/bugs/205162
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 204328] Re: Kernel panic loading mptsas module

2008-03-20 Thread Matthew L. Dailey

** Attachment added: scsi-mpt-fusion-dont-oops-if-NumPhys-0.patch
   
http://launchpadlibrarian.net/12762931/scsi-mpt-fusion-dont-oops-if-NumPhys-0.patch

-- 
Kernel panic loading mptsas module
https://bugs.launchpad.net/bugs/204328
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 204328] [NEW] Kernel panic loading mptsas module

2008-03-20 Thread Matthew L. Dailey
Public bug reported:

Installing hardy alpha 6 on a Dell PowerEdge M600, the installer kernel
panics when modprobing mptsas:

[  176.439736] BUG: unable to handle kernel NULL pointer dereference at virtual 
address 0010│   
[  176.448254] printing eip: f89cf622 *pde =  ──┘   
[  176.453140] Oops:  [#1] SMP  
[  176.456375] Modules linked in: sg mptsas mptscsih mptbase scsi_transport_sas 
af_packet sr_mod cdrom sd_mod rsrc_nonstatic pcmcia_core usbserial usbhid hid 
usbkbd fan usb_storage scsi_mod libusual ehci_hcd thermal evdev psmouse 
uhci_hcd bnx2 usbcore processor 
  
[  176.479455]  
[  176.480939] Pid: 10954, comm: modprobe Not tainted (2.6.24-12-generic #1)
[  176.487704] EIP: 0060:[f89cf622] EFLAGS: 00010246 CPU: 7   
[  176.493174] EIP is at mptsas_probe_expander_phys+0x72/0x610 [mptsas] 
[  176.499508] EAX: 0010 EBX: df993bc0 ECX: f6e29df4 EDX: 0288
[  176.505755] ESI: df900800 EDI: dfa5f800 EBP:  ESP: f6e29d34
[  176.512001]  DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
[  176.517381] Process modprobe (pid: 10954, ti=f6e28000 task=f6819680 
task.ti=f6e28000)
[  176.525013] Stack:  61747300 00656c6c 2aca f6e29df4 df900800 
0001  
[  176.533428]  00100100 00200200  00200200 
124f f89e0360 
[  176.541845]df900800 f7c8e000  70646f6d 65626f72 61747300 
00656c6c 2aca 
[  176.550265] Call Trace:
[  176.552885]  [f89e0360] mpt_timer_expired+0x0/0x70 [mptbase]
[  176.558713]  [f89d17af] mptsas_probe+0x3af/0x480 [mptsas]
[  176.564279]  [c01d47c3] sysfs_create_link+0x93/0x110
[  176.569414]  [c0223526] pci_device_probe+0x56/0x80
[  176.574372]  [c027eab8] driver_probe_device+0x88/0x190
[  176.579680]  [c0212290] kobject_uevent_env+0xf0/0x3d0
[  176.584901]  [c027ed2e] __driver_attach+0x9e/0xa0
[  176.589774]  [c027deeb] bus_for_each_dev+0x3b/0x60
[  176.594733]  [c027e936] driver_attach+0x16/0x20
[  176.599431]  [c027ec90] __driver_attach+0x0/0xa0
[  176.604215]  [c027e26a] bus_add_driver+0x8a/0x1e0
[  176.606754]  [c02236d6] __pci_register_driver+0x56/0x90
[  176.611638]  [f884a0c2] mptsas_init+0xc2/0xe1 [mptsas]
[  176.617041]  [c01516c6] sys_init_module+0x126/0x19c0
[  176.622363]  [c0105442] syscall_call+0x7/0xb
[  176.622367]  ===
[  176.622367] Code: 89 44 24 20 74 1e 8b 43 0c e8 8b aa 7b c7 89 d8 e8 84 aa 
7b c7 8b 44 24 20 81 c4 8c 00 00 00 5b 5e 5f 5d c3 8b 43 0c 8b 4c 24 10 0f b7 
00 89 01 8b 44 24 14 05 3c 05 00 00 89 44 24 18 e8 e7 8a 
[  176.622379] EIP: [f89cf622] mptsas_probe_expander_phys+0x72/0x610 [mptsas] 
SS:ESP 0068:f6e29d34
[  176.622386] ---[ end trace d5327034c75fc0a7 ]---
[  176.688271] Intel ISA PCIC probe: not found.

It looks like this is a known issue and is fixed in 2.6.25-rc5. See
Bugzilla for details: http://bugzilla.kernel.org/show_bug.cgi?id=9909

I've attached the Bugzilla patch, just for additional info, but I
haven't tried applying this to 2.6.24 myself to see if it works.

I'm guessing hardy is frozen at 2.6.24 - any chance of this fix being
backported?

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

-- 
Kernel panic loading mptsas module
https://bugs.launchpad.net/bugs/204328
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 204350] Re: Cannot change layout using applications-merged

2008-03-20 Thread Matthew L. Dailey

** Attachment added: applications.menu.move_defaultmergedirs.patch
   
http://launchpadlibrarian.net/12763293/applications.menu.move_defaultmergedirs.patch

-- 
Cannot change layout using applications-merged
https://bugs.launchpad.net/bugs/204350
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 204350] Re: Cannot change layout using applications-merged

2008-03-20 Thread Matthew L. Dailey

** Attachment added: applications.menu.change_layout.patch
   http://launchpadlibrarian.net/12763292/applications.menu.change_layout.patch

-- 
Cannot change layout using applications-merged
https://bugs.launchpad.net/bugs/204350
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 204350] [NEW] Cannot change layout using applications-merged

2008-03-20 Thread Matthew L. Dailey
Public bug reported:

Binary package hint: gnome-menus

Files added to /etc/xdg/menus/applications-merged get properly merged
when the application menu is displayed. However, if your want to change
the layout of the application menu, this does not work. Since only the
*last* Layout specification is used and the merge point of applications-
merged (DefaultMergeDirs) is early in this file, any layouts specified
in files in applications-merged are ignored.

As far as I can tell, there are two ways to fix this. One is to move the
DefaultMergeDirs tag to the bottom of applications.menu. This makes sure
that any other Layout section is the last. However, the fix that I feel
is more in line with the freedesktop spec would be to change the Layout
section in applications.menu to be a DefaultLayout section. This would
use this layout unless there is any other Layout section.

I'll attach both patches to illustrate what I mean.

Please let me know if you need any other information.

** Affects: gnome-menus (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Cannot change layout using applications-merged
https://bugs.launchpad.net/bugs/204350
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 204350] Re: Cannot change layout using applications-merged

2008-03-20 Thread Matthew L. Dailey
Upon further investigation, changing from Layout to DefaultLayout is
*not* a good solution to this. As per the spec, this attempts to change
the layout of not only Applications, but all submenus, causing lots of
bizarre results. I've removed this patch, as it's bogus.

So, it looks like relocating DefaultMergeDirs is the only workable
solution here.

** Attachment removed: applications.menu.change_layout.patch

http://launchpadlibrarian.net/12763292/applications.menu.change_layout.patch

-- 
Cannot change layout using applications-merged
https://bugs.launchpad.net/bugs/204350
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 139412] Re: package a2ps 1:4.13c~rc5-1 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2008-03-14 Thread Matthew L. Dailey
I can confirm this bug on hardy as of today:
# apt-get install a2ps emacsen-common
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Suggested packages:
  groff gv html2ps tetex-bin t1-cyrillic
Recommended packages:
  wdiff
The following NEW packages will be installed:
  a2ps emacsen-common
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/703kB of archives.
After this operation, 3277kB of additional disk space will be used.
Selecting previously deselected package a2ps.
(Reading database ... 193470 files and directories currently installed.)
Unpacking a2ps (from .../a2ps_1%3a4.13c~rc5-1_i386.deb) ...
Selecting previously deselected package emacsen-common.
Unpacking emacsen-common (from .../emacsen-common_1.4.17_all.deb) ...
Setting up a2ps (1:4.13c~rc5-1) ...
ERROR: emacsen-common being used before being configured.
ERROR: This is likely a bug in the a2ps package, which needs to
ERROR: add one of the appropriate dependencies.
ERROR: See /usr/share/doc/emacsen-common/debian-emacs-policy.gz
ERROR: for details.
dpkg: error processing a2ps (--configure):
 subprocess post-installation script returned error exit status 2
Setting up emacsen-common (1.4.17) ...
emacsen-common: Handling install of emacsen flavor emacs

Errors were encountered while processing:
 a2ps
E: Sub-process /usr/bin/dpkg returned an error code (1)

However, this has been fixed upstream in version 4.14. Using the package from 
http://ftp.us.debian.org/debian/pool/main/a/a2ps/a2ps_4.14-1_i386.deb, it works 
properly:
# apt-get install a2ps emacsen-common
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Suggested packages:
  groff gv html2ps t1-cyrillic
Recommended packages:
  wdiff
The following NEW packages will be installed:
  a2ps emacsen-common
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/944kB of archives.
After this operation, 4493kB of additional disk space will be used.
Selecting previously deselected package a2ps.
(Reading database ... 193470 files and directories currently installed.)
Unpacking a2ps (from .../a2ps_1%3a4.14-1_i386.deb) ...
Selecting previously deselected package emacsen-common.
Unpacking emacsen-common (from .../emacsen-common_1.4.17_all.deb) ...
Setting up a2ps (1:4.14-1) ...

Setting up emacsen-common (1.4.17) ...
emacsen-common: Handling install of emacsen flavor emacs

Any chance we can get the upstream package accepted into Ubuntu
universe?

** Changed in: a2ps (Ubuntu)
   Status: New = Confirmed

-- 
package a2ps 1:4.13c~rc5-1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/139412
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 202236] [NEW] a2ps can't install with emacsen-common - dependency problems

2008-03-14 Thread Matthew L. Dailey
*** This bug is a duplicate of bug 139412 ***
https://bugs.launchpad.net/bugs/139412

Public bug reported:

Binary package hint: a2ps

In Hardy Alpha 6, as of today, a2ps and emacsen-common cannot be installed 
together due to a dependency problem:
# apt-get install a2ps emacsen-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  groff gv html2ps tetex-bin t1-cyrillic
Recommended packages:
  wdiff
The following NEW packages will be installed:
  a2ps emacsen-common
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/703kB of archives.
After this operation, 3277kB of additional disk space will be used.
Selecting previously deselected package a2ps.
(Reading database ... 193470 files and directories currently installed.)
Unpacking a2ps (from .../a2ps_1%3a4.13c~rc5-1_i386.deb) ...
Selecting previously deselected package emacsen-common.
Unpacking emacsen-common (from .../emacsen-common_1.4.17_all.deb) ...
Setting up a2ps (1:4.13c~rc5-1) ...
ERROR: emacsen-common being used before being configured.
ERROR: This is likely a bug in the a2ps package, which needs to
ERROR: add one of the appropriate dependencies.
ERROR: See /usr/share/doc/emacsen-common/debian-emacs-policy.gz
ERROR: for details.
dpkg: error processing a2ps (--configure):
 subprocess post-installation script returned error exit status 2
Setting up emacsen-common (1.4.17) ...
emacsen-common: Handling install of emacsen flavor emacs

Errors were encountered while processing:
 a2ps
E: Sub-process /usr/bin/dpkg returned an error code (1)

However, this has been fixed upstream in version 4.14. Using the package from 
http://ftp.us.debian.org/debian/pool/main/a/a2ps/a2ps_4.14-1_i386.deb, it works 
properly:
# apt-get install a2ps emacsen-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  groff gv html2ps t1-cyrillic
Recommended packages:
  wdiff
The following NEW packages will be installed:
  a2ps emacsen-common
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/944kB of archives.
After this operation, 4493kB of additional disk space will be used.
Selecting previously deselected package a2ps.
(Reading database ... 193470 files and directories currently installed.)
Unpacking a2ps (from .../a2ps_1%3a4.14-1_i386.deb) ...
Selecting previously deselected package emacsen-common.
Unpacking emacsen-common (from .../emacsen-common_1.4.17_all.deb) ...
Setting up a2ps (1:4.14-1) ...

Setting up emacsen-common (1.4.17) ...
emacsen-common: Handling install of emacsen flavor emacs

Any chance we can get the upstream package accepted into Ubuntu
universe?

See the following source bugs for more info: Bug #139412, Bug #146585

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

** This bug has been marked a duplicate of bug 139412
   package a2ps 1:4.13c~rc5-1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 2

-- 
a2ps can't install with emacsen-common - dependency problems
https://bugs.launchpad.net/bugs/202236
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 202236] Re: a2ps can't install with emacsen-common - dependency problems

2008-03-14 Thread Matthew L. Dailey
*** This bug is a duplicate of bug 139412 ***
https://bugs.launchpad.net/bugs/139412

I hoped this would file against hardy specifically, but it ended up as
another bug against the source package, so I'm marking it as a
duplicate. Sorry for the cruft...

-- 
a2ps can't install with emacsen-common - dependency problems
https://bugs.launchpad.net/bugs/202236
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 73550] Re: Should dissappear when credentials are obtained through other mechanism

2008-03-06 Thread Matthew L. Dailey
I was inspired by Daniel Holbach's message on ubuntu-devel this morning
and turned this patch into a (hopefully) nice debdiff. This includes
both bug #73550 and bug #104815.

** Attachment added: krb5-auth-dialog debdiff
   http://launchpadlibrarian.net/12462023/krb5-auth-dialog.debdiff

-- 
Should dissappear when credentials are obtained through other mechanism
https://bugs.launchpad.net/bugs/73550
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 104815] Re: krb5-auth-dialog does not auto-renew renewable tickets

2008-03-06 Thread Matthew L. Dailey
I was inspired by Daniel Holbach's message on ubuntu-devel this morning
and turned this patch into a (hopefully) nice debdiff that I've attached
to bug #73550. It includes both that bug and this one.

-- 
krb5-auth-dialog does not auto-renew renewable tickets
https://bugs.launchpad.net/bugs/104815
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 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2008-01-24 Thread Matthew L. Dailey
This bug is still present in hardy as of 20080124. I've got a kerberized nfs3 
mount in fstab:
thayerfs.thayer.dartmouth.edu:/vol/apps /thayerfs/apps  nfs 
vers=3,sec=krb5,nosuid

It is accessible after boot, but only shows up in /proc/mounts - not in
/etc/mtab or via the mount command.

Adding Goerg's patch from comment 14 fixes the issue.

-- 
NFS mounts on clients don't appear in `mount` or `df` output
https://bugs.launchpad.net/bugs/44836
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 132473] Re: [gutsy] network-manager i have to manually configure wpa/2 enterprise every time to connect

2008-01-10 Thread Matthew L. Dailey
I can confirm this bug on a fresh install of gutsy on a Dell D600 with
the BCM4306 wireless card. I applied the debdiff from comment 33 and
this fixes the problem - I can now go back and forth between wired and
my WPA2 Enterprise wireless without trouble.

From the looks of it, this patch has not made it into either gutsy or
hardy, but hopefully it will soon.

Alexander - let us know if there's anything else you need to help get
this resolved.

-- 
[gutsy] network-manager i have to manually configure wpa/2 enterprise every 
time to connect
https://bugs.launchpad.net/bugs/132473
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 132473] Re: [gutsy] network-manager i have to manually configure wpa/2 enterprise every time to connect

2008-01-10 Thread Matthew L. Dailey
One more data point...I just did a fresh install of hardy alpha 2 on my
Dell D600/BCM4306 and the bug is still present in the 0.6.5-0ubuntu11
version.

The good news is that the same patch that worked for 0.6.5-0ubuntu10
also works for this version, too.

Also, in case it saves anyone some grief, the b43legacy driver was
accidentally excluded from the hardy kernel in alpha 2
(https://bugs.launchpad.net/bugs/178409), so you'll need to build it
manually. The fix is committed, though. :-)

-- 
[gutsy] network-manager i have to manually configure wpa/2 enterprise every 
time to connect
https://bugs.launchpad.net/bugs/132473
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 73550] Re: Should dissappear when credentials are obtained through other mechanism

2008-01-05 Thread Matthew L. Dailey
Here's a simplified patch - removed the format change and added a
prototype. Hopefully this will be easier to review. :-)

Happy 2008 to all!

** Attachment added: Simplified patch for krb5-auth-dialog.c
   http://launchpadlibrarian.net/11165420/krb5-auth-dialog.patch3

-- 
Should dissappear when credentials are obtained through other mechanism
https://bugs.launchpad.net/bugs/73550
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 148734] Re: postinst script causes network installer to fail

2007-10-04 Thread Matthew L. Dailey
Just to chime in... I downloaded the upstart source, applied the diff,
compiled, and installed updated 0.2.7-7.2 debs on a running edgy system
here. Everything worked perfectly, both before and after a reboot. I
can't think of any obvious way to test the network install here locally,
but I'd assume if it works on your internal repository, it should work
once released to the mirrors.

Thanks for your quick and effective response on this - 18 hours from
report to diff and acceptance - wow!!

Cheers!

-- 
postinst script causes network installer to fail
https://bugs.launchpad.net/bugs/148734
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 148734] postinst script causes network installer to fail

2007-10-03 Thread Matthew L. Dailey
Public bug reported:

Binary package hint: upstart

When performing a network install of edgy, the edgy-updates release is
automatically selected and put into sources.list by apt-mirror-setup.
So, once base-installer runs, it attempts to install upstart 0.2.7-7.1.
The install succeeds, but when the postinst script is run, the command
'kill 1 || true' is run, which causes the busybox init of the installer
to die and reboot before completing the installation. I'm not sure what
the most elegant solution is, but it would seem like there's some way to
tell that busybox is init and not upstart.

To reproduce, simply run an installation from a minimal CD or PXE
installer and point at any of the standard mirrors - the install never
completes.

Let me know if there's any other information I can provide to help with
this.

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

-- 
postinst script causes network installer to fail
https://bugs.launchpad.net/bugs/148734
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 73550] Re: Should dissappear when credentials are obtained through other mechanism

2007-04-09 Thread Matthew L. Dailey
Oops...I realized I did a Bad Thing in my last patch - rookie C mistake
with casting. :-) Here is a new patch that hopefully does it the right
way and doesn't stomp on anything. I've also written in an auto-renew
function for this software, which I'll post as a separate bug.

** Attachment added: krb5-auth-dialog.patch2
   http://librarian.launchpad.net/7223049/krb5-auth-dialog.patch2

** Attachment removed: Patch for krb-auth-dialog.c

   http://librarian.launchpad.net/7128033/krb5-auth-dialog.patch

-- 
Should dissappear when credentials are obtained through other mechanism
https://bugs.launchpad.net/bugs/73550
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


  1   2   >