[Bug 682662] Re: pam-auth-update ignores debconf settings

2017-07-12 Thread annunaki2k2
Just come up against this issue whilst trying to automate deployments
via puppet. Can we please get some feedback/movement on this issue from
someone? This make RedHats authconfig look sleek and polished!

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

Title:
  pam-auth-update ignores debconf settings

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

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


[Bug 1316518] Re: [900X3G, Realtek ALC282, Mic, Internal] inverted mic not working

2015-10-15 Thread annunaki2k2
Has anyone managed to come up with a solution yet?

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

Title:
  [900X3G, Realtek ALC282, Mic, Internal] inverted mic not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1316518/+subscriptions

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


[Bug 1425183] Re: augeas-lense for apache does not support new "conf-available" layout

2015-02-25 Thread annunaki2k2
Done.
https://github.com/hercules-team/augeas/pull/208

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

Title:
  augeas-lense for apache does not support new "conf-available" layout

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

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


[Bug 1425183] [NEW] augeas-lense for apache does not support new "conf-available" layout

2015-02-24 Thread annunaki2k2
Public bug reported:

Summary pretty much says it all.

This is an Ubuntu 14.04 Trusty box and since Apache on it has replaced
the conf.d directory with the conf-available/conf-enabled directories,
augeas httpd lense no longer works for changing conf file settings.

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

** Patch added: "Add support for the new layout to augeas httpd lense"
   
https://bugs.launchpad.net/bugs/1425183/+attachment/4326483/+files/httpd.aug.patch

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

Title:
  augeas-lense for apache does not support new "conf-available" layout

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

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


[Bug 1341496] Re: corosync hangs inside libqb

2014-12-24 Thread annunaki2k2
Just a bump request for this bug, so hopefully it doesn't sting others
who wish to run high availability services on Ubuntu!

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

Title:
  corosync hangs inside libqb

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

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


[Bug 1325359] [NEW] "umountiscsi.sh" tries to unmount "/" root partition on "service open-iscsi stop" command if no block device assigned to iscsi device!

2014-06-01 Thread annunaki2k2
Public bug reported:

Whilst trying to debug open-iscsi on Trusty (because it doesn't appear
to be allocating a block-device to iSCSI assocaitions out of the box - a
separate issue), it became apparent that I could not simply stop the
open-iscsi device because when you do, but when no block device is
associated with the iscsi session, it tries to un-mount "/" and
obviously fails:

shared iscsi # /etc/init.d/open-iscsi stop
 * Unmounting iscsi-backed filesystems  


 umount: /: device is busy.
(In some cases useful info about processes that use
 the device is found by lsof(8) or fuser(1))
 * Could not unmount /



  [fail]
invoke-rc.d: initscript umountiscsi.sh, action "stop" failed.
 * Couldn't unmount all iSCSI devices. Cannot stop iSCSI service

The script responsible for this it "umountiscsi.sh", and installed as
part of the open-iscsi package, and is run on stop by the init script to
try and unmount any iscsi volumes before pulling down the iscsi daemon.

The section of code responsible is this:
for HOST_DIR in /sys/devices/platform/host*; do
if ! [ -d $HOST_DIR/iscsi_host* ]; then
continue
fi
for SESSION_DIR in $HOST_DIR/session*; do
if ! [ -d $SESSION_DIR/target* ]; then
continue
fi
for BLOCK_FILE in $SESSION_DIR/target*/*\:*/block/*; do
BLOCK_DEV=`echo "$BLOCK_FILE" | sed 's/.*block\///'`
DOS_PARTITIONS="`awk "/^\/dev\/$BLOCK_DEV/ { print 
\\$2; }" < /proc/mounts`"
for DEVICE in $DOS_PARTITIONS; do
#log_progress_msg $DEVICE
#echo $DEVICE
umount $DEVICE
exit_status=$?
if ! [ $exit_status -eq 0 ]; then
umount_fail=1
log_warning_msg "Could not unmount 
$DEVICE"
fi
done
done
done
done


I attach a very simple patch that fixes this - please include and push upstream.

** Affects: open-iscsi (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: patch

** Patch added: "Patch to sanity check the block device returned is valid."
   
https://bugs.launchpad.net/bugs/1325359/+attachment/4123716/+files/umountiscsi.sh_no_block_association.patch

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

Title:
  "umountiscsi.sh" tries to unmount "/" root partition on "service open-
  iscsi stop" command if no block device assigned to iscsi device!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/1325359/+subscriptions

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


[Bug 1277493] [NEW] "MAILTO" Environment Variable is ignored when set in a file in /etc/cron.d/

2014-02-07 Thread annunaki2k2
Public bug reported:

I have a cron job definition file with the following:

# Runs every 5 minutes, logging into the proftpd database checking for expired 
accounts and disabling them.
MAILTO=sysadmin@[redacted].com,io@[redacted].com
*/5 *   * * *   root/usr/local/sbin/proftpd-expire.sh


Any output from the script ought to be emailed to both the sysadmin & io group 
addresses, but instead output is always sent to 'root@[local FQDN]', presumably 
becasue the cron job is being executed as root. For some reason, the MAILTO 
environment variable is being ignored, as can be confirmed when looking at the 
email (sent to root) for all the "X-cron-env" headers:

X-cron-env: 
X-cron-env: 
X-cron-env: 
X-cron-env: 

There is clearly no MAILTO header in this email, and obviously the main proof 
is that this still only went to root@fqdn.

All documentation appears to say that the combination of MAILTO and a
file in /etc/cron.d/ should work.

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

** Attachment added: "Output of "apport-cli -f -p cron""
   
https://bugs.launchpad.net/bugs/1277493/+attachment/3972394/+files/mailto_ignored_by_cron_bug.apport

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

Title:
  "MAILTO" Environment Variable is ignored when set in a file in
  /etc/cron.d/

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

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


[Bug 1211785] Re: squidguard package in precise is missing it's babel files for new style squidguard.cgi

2013-08-14 Thread annunaki2k2
** Summary changed:

- squidguard package in precise is missing it's bable files for new style 
squidguard.cgi
+ squidguard package in precise is missing it's babel files for new style 
squidguard.cgi

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

Title:
  squidguard package in precise is missing it's babel files for new
  style squidguard.cgi

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

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


[Bug 1211785] [NEW] squidguard package in precise is missing it's bable files for new style squidguard.cgi

2013-08-13 Thread annunaki2k2
Public bug reported:

Summary pretty much says it all...

The Squidguard in the 12.04 precise repositories is version 1.4, which
changed it's sample squidguard.cgi file to use babel for the multi
language set-up. These are in the original source tarbal file
"squidGuard-1.4.tar.gz", but not included in the final deb package.

Please include them so we don't have to download then separately.

** Affects: squidguard (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/1211785

Title:
  squidguard package in precise is missing it's bable files for new
  style squidguard.cgi

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

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


[Bug 871143] Re: Unable to bind ietd to specific address and port

2013-06-18 Thread annunaki2k2
Good solution - simple and effective. I have also needed this in our
server environment.

Bump.

Please can we get this added to the next release.

Thanks,

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

Title:
  Unable to bind ietd to specific address and port

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

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


[Bug 1092084] Re: fscache >2GB file size limitation

2012-12-21 Thread annunaki2k2
I can confirm that the patch was added into mainline kernel 3.6.

Here is the git commit:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=98c350cda2c14a343d34ea01a3d9c24fea5ec66d

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

Title:
  fscache >2GB file size limitation

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

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


[Bug 1092084] Re: fscache >2GB file size limitation

2012-12-19 Thread annunaki2k2
Repeat. No log files should be required for this bug.

** 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/1092084

Title:
  fscache >2GB file size limitation

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

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


[Bug 1092084] Re: fscache >2GB file size limitation

2012-12-19 Thread annunaki2k2
Log files not required for this bug. There is nothing to log!

** Changed in: linux (Ubuntu)
   Status: Incomplete => New

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

Title:
  fscache >2GB file size limitation

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

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


[Bug 1092084] [NEW] fscache >2GB file size limitation

2012-12-19 Thread annunaki2k2
Public bug reported:

fscache/cachefiles should be able to cache files of any size, but out of
the box, it does not cache files that are larger that 2GB.

The same bug existed in opensuse:
https://bugzilla.novell.com/show_bug.cgi?id=747038

Can we please add the patch to Ubuntu Precise server kernels - attached
to this bug report.

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

** Patch added: "cachefiles 2GB patch"
   
https://bugs.launchpad.net/bugs/1092084/+attachment/3463869/+files/fscache_2GB_limit.patch

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

Title:
  fscache >2GB file size limitation

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

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


[Bug 727011] Re: apt-mirror will not automatically create directories if base_path is non-default

2012-12-07 Thread annunaki2k2
This bug is still present in Lucid.

Any chance it can be back ported to Lucid? I've attached a patch made on
the current Lucid version.

** Patch added: "Patch for Lucid version 0.4.7-0ubuntu1"
   
https://bugs.launchpad.net/ubuntu/+source/apt-mirror/+bug/727011/+attachment/3454137/+files/apt-mirror-0.4.7-0ubuntu1_lucid.patch

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

Title:
  apt-mirror will not automatically create directories if base_path is
  non-default

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

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


[Bug 1056792] Re: Bonded network device is not correctly detected during boot-up.

2012-10-15 Thread annunaki2k2
I have added an exit 0 at the top of the script, and it boots correctly.

The strange thing is that this is happening on other machines built with
12.04, even where there is no separate /var partition. Do you have any
further ideas why this would be happening now in 12.04, but didn't use
to occur in 10.04. Has the boot priority/order been changed? Is it
possible that even "/proc" is now unavailable at the time networking is
started?

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

Title:
  Bonded network device is not correctly detected during boot-up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/1056792/+subscriptions

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


[Bug 1056792] Re: Bonded network device is not correctly detected during boot-up.

2012-10-15 Thread annunaki2k2
I'm very grateful for your help.

Interesting idea that - my fstab is attached.

** Attachment added: "fstab"
   
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/1056792/+attachment/3398771/+files/fstab

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

Title:
  Bonded network device is not correctly detected during boot-up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/1056792/+subscriptions

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


[Bug 1056792] Re: Bonded network device is not correctly detected during boot-up.

2012-10-15 Thread annunaki2k2
As requested, complete tar of /etc/network attached to this bug.

** Attachment added: "Full /etc/network tarbal"
   
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/1056792/+attachment/3398696/+files/network.tar.gz

** Changed in: ifenslave-2.6 (Ubuntu)
   Status: Incomplete => New

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

Title:
  Bonded network device is not correctly detected during boot-up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/1056792/+subscriptions

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


[Bug 1056792] Re: Bonded network device is not correctly detected during boot-up.

2012-10-15 Thread annunaki2k2
Attached is my post-up file. It is simply a bash script that monitors
the status of the bonded device in /proc - so should, of course, in no
way influence the actual process of bring up the device (it's a post-up
command after all).

That said, you go me thinking - so I tried commenting out the lines, and
when I did that, the system booted without error!

I have been using this script (or something very similar) since 8.04,
and it was definitely working great in 10.04, so obviously somewhere
between 10.04 and 12.04 something has changed in the way "post-up" is
handled on bonded devices.

** Attachment added: "Bond Checking Script."
   
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/1056792/+attachment/3398695/+files/check-bond.sh

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

Title:
  Bonded network device is not correctly detected during boot-up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/1056792/+subscriptions

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


[Bug 1056792] Re: Bonded network device is not correctly detected during boot-up.

2012-10-09 Thread annunaki2k2
Has anyone taken a look at the logs or had any thoughts on this? Can it
be assigned to the maintainer of the ifenslave-2.6 package?

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

Title:
  Bonded network device is not correctly detected during boot-up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/1056792/+subscriptions

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


[Bug 1056792] Re: Bonded network device is not correctly detected during boot-up.

2012-09-28 Thread annunaki2k2
As requested, an attached tarball file of the upstart logs.

** Attachment added: "Tarball og upstart logs."
   
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/1056792/+attachment/3351331/+files/upstart_logs_pm1.tar

** Changed in: ifenslave-2.6 (Ubuntu)
   Status: Incomplete => New

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

Title:
  Bonded network device is not correctly detected during boot-up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/1056792/+subscriptions

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


[Bug 1056792] Re: Bonded network device is not correctly detected during boot-up.

2012-09-26 Thread annunaki2k2
ifenslave-2.6 information:
russell@pm1 ~ $ aptitude show ifenslave-2.6
Package: ifenslave-2.6   
State: installed
Automatically installed: no
Version: 1.1.0-19ubuntu5
Priority: optional
Section: net
Maintainer: Ubuntu Developers 
Architecture: amd64
Uncompressed Size: 103 k
Depends: libc6 (>= 2.4), iproute
Recommends: net-tools
Conflicts: ifenslave (< 2), ifenslave (< 2), ifenslave-2.4 (<= 0.07+2.5.15-6), 
ifenslave-2.4 (<= 0.07+2.5.15-6), ifenslave-2.6
Provides: ifenslave
Description: Attach and detach slave interfaces to a bonding device

** Package changed: linux (Ubuntu) => ifenslave-2.6 (Ubuntu)

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

Title:
  Bonded network device is not correctly detected during boot-up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/1056792/+subscriptions

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


[Bug 1056792] Re: Bonded network device is not correctly detected during boot-up.

2012-09-26 Thread annunaki2k2
** Attachment added: "Screenshot of errors during boot and the "waiting..." 
lines."
   
https://bugs.launchpad.net/bugs/1056792/+attachment/3344912/+files/Screenshot-JViewer%5B10.0.2.158%5D%20-%201%20fps.png

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

Title:
  Bonded network device is not correctly detected during boot-up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/1056792/+subscriptions

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


[Bug 1056792] [NEW] Bonded network device is not correctly detected during boot-up.

2012-09-26 Thread annunaki2k2
Public bug reported:

We have an x86_64 Intel server running 12.04.1, and it is connected
using two on board 1G network in an LACP bond. The configuration works
fine, but for some very annoying reason, when the machine boots, the
start-up scripts hang for two minutes waiting for the connection to come
up - yet the connection is actually already up (and pingable remotely).

Here is my interfaces configuration file:
russell@pm1 ~ $ cat /etc/network/interfaces 
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# Slave Definition for bond0
auto eth0
iface eth0 inet manual
bond-master bond0

auto eth1
iface eth1 inet manual
bond-master bond0

# The primary network interface
auto bond0
iface bond0 inet static
address 10.0.1.151
netmask 255.255.254.0
broadcast 10.0.1.255
network 10.0.0.0
gateway 10.0.0.1
dns-nameservers 10.0.0.120 10.0.1.120
dns-search mps.lan wilts.mps.lan
dns-domain mps.lan
bond-mode 802.3ad
bond-miimon 100
bond-lacp_rate 1
bond-slaves none
#   bond-use_carrier 1
post-up /usr/local/sbin/check-bond.sh $IFACE
pre-down /usr/local/sbin/check-bond.sh stop $IFACE

And (once the machine times out and continues it's boot), here is the resultant 
configuration:
russell@pm1 ~ $ ifconfig 
bond0 Link encap:Ethernet  HWaddr 00:1e:67:44:58:88  
  inet addr:10.0.1.151  Bcast:10.0.1.255  Mask:255.255.254.0
  inet6 addr: fe80::21e:67ff:fe44:5888/64 Scope:Link
  UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
  RX packets:2644 errors:0 dropped:827 overruns:0 frame:0
  TX packets:1575 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:282832 (282.8 KB)  TX bytes:261199 (261.1 KB)

eth0  Link encap:Ethernet  HWaddr 00:1e:67:44:58:88  
  UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
  RX packets:803 errors:0 dropped:803 overruns:0 frame:0
  TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:70241 (70.2 KB)  TX bytes:992 (992.0 B)
  Memory:d0b2-d0b4 

eth1  Link encap:Ethernet  HWaddr 00:1e:67:44:58:88  
  UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
  RX packets:1841 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1567 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:212591 (212.5 KB)  TX bytes:260207 (260.2 KB)
  Memory:d0b0-d0b2 

russell@pm1 ~ $ cat /proc/net/bonding/bond0 
Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)

Bonding Mode: IEEE 802.3ad Dynamic link aggregation
Transmit Hash Policy: layer2 (0)
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0

802.3ad info
LACP rate: fast
Min links: 0
Aggregator selection policy (ad_select): stable
Active Aggregator Info:
Aggregator ID: 1
Number of ports: 1
Actor Key: 17
Partner Key: 1
Partner Mac Address: 00:00:00:00:00:00

Slave Interface: eth1
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:1e:67:44:58:88
Aggregator ID: 1
Slave queue ID: 0

Slave Interface: eth0
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:1e:67:44:58:87
Aggregator ID: 2
Slave queue ID: 0

As you can see, it has actually booted with the correct configuration -
it just decided to waste two minutes because it failed to detect
correctly that the network is actually configured and ready.

Here are the relevant lines from the syslog relating to the bonding interface:
russell@pm1 ~ $ sudo cat /var/log/syslog | grep -i bond | grep kernel | grep 
"Sep 26 12:06"
Sep 26 12:06:38 pm1 kernel: [6.069287] bonding: Ethernet Channel Bonding 
Driver: v3.7.1 (April 27, 2011)
Sep 26 12:06:38 pm1 kernel: [6.077144] bonding: bond0: Setting MII 
monitoring interval to 100.
Sep 26 12:06:38 pm1 kernel: [6.084404] bonding: bond0: setting mode to 
802.3ad (4).
Sep 26 12:06:38 pm1 kernel: [6.086176] bonding: bond0: Setting LACP rate to 
fast (1).
Sep 26 12:06:38 pm1 kernel: [6.088046] ADDRCONF(NETDEV_UP): bond0: link is 
not ready
Sep 26 12:06:38 pm1 kernel: [6.213700] bonding: bond0: Adding slave eth1.
Sep 26 12:06:38 pm1 kernel: [6.296412] bonding: bond0: enslaving eth1 as a 
backup interface with a down link.
Sep 26 12:06:38 pm1 kernel: [7.083578] bonding: bond0: link status 
definitely up for interface eth1, 1000 Mbps full duplex.
Sep 26 12:06:38 pm1 kernel: [7.084460] ADDRCONF(NETDEV_CHANGE): bond0: link 
becomes ready
Sep 26 12:06:38 pm1 kernel: [7.270717] bonding: bond0: Adding slave eth0.
Sep 26 12:06:38 pm1 kernel

[Bug 974275] Re: md trancates devices with kernel 2.6.32-40-server

2012-07-04 Thread annunaki2k2
I may not yet have had an opportunity to try a 3.2.x kernel, but I have
managed to 100% pin point the introduction of the bug as being in Ubuntu
kernel release: linux-image-2.6.32-37-server

>=2.6.32-37 contain the MD truncation bug.
<=2.6.32-36 do not contain the bug and are safe for use.

Not much helping solving the bug, but at least it might be useful
information for anyone else who stumbles upon this bug report.

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

Title:
  md trancates devices with kernel 2.6.32-40-server

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

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


[Bug 1009954] [NEW] mysql-cluster-server missing package in 12.04 Precise Pangolin

2012-06-07 Thread annunaki2k2
Public bug reported:

MySQL Cluster version has been removed from the latest LTS edition of
Ubuntu 12.04. (See bug #921152 for the actual act of removal.)

The reason given is potentially a very good reason, but it does leave
those of us already using mysql cluster on previous versions of Ubuntu
with no upgrade path (and therefore no choice but to migrate away to
another distro).

I would really like to see mysql-cluster support re-instated on 12.04
LTS so there is a future for us who use it.

** Affects: mysql-cluster-7.0 (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/1009954

Title:
  mysql-cluster-server missing package in 12.04 Precise Pangolin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-cluster-7.0/+bug/1009954/+subscriptions

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


[Bug 996369] Re: bond slave interface sometimes does not come up on boot

2012-05-23 Thread annunaki2k2
Just though I would add a comment that I am also seeing this behaviour. It 
(might) be related to having a "post-up" command attached to the ethernet 
configuration. Here is my interfaces file:
xfers ~ # cat /etc/network/interfaces 
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto bond0
iface bond0 inet static
address 172.16.1.10
netmask 255.255.255.0
broadcast 172.16.1.255
network 172.16.1.0
gateway 172.16.1.1
dns-nameservers 10.0.0.120 10.0.1.120
dns-search mps.lan wilts.mps.lan
dns-domain mps.lan
bond-slaves none
bond_mode 802.3ad
bond_miimon 40
bond_lacp_rate 1
bond_use_carrier 1
post-up /usr/local/sbin/check-bond.sh $IFACE
pre-down /usr/local/sbin/check-bond.sh stop $IFACE
## ftp.mps.lan - for internal access
up ip addr add 172.16.1.20/24 dev $IFACE

## ftp-sohonet.mps.lan - for FTP/Aspera Connect over Sohonet
up ip addr add 172.16.1.21/24 dev $IFACE
## ftp-abovenet-7a.mps.lan - for FTP/Aspera Connect over the Abovenet 
7A link
up ip addr add 172.16.1.22/24 dev $IFACE
## ftp-abovenet-7a.mps.lan - for FTP/Aspera Connect over the Abovenet 
7B link
up ip addr add 172.16.1.23/24 dev $IFACE

## faspex-sohonet.mps.lan - for FASPEX over Sohonet
up ip addr add 172.16.1.24/24 dev $IFACE
## faspex-sohonet.mps.lan - for FASPEX over the Abovenet 7A link
up ip addr add 172.16.1.25/24 dev $IFACE
## faspex-sohonet.mps.lan - for FASPEX over the Abovenet 7B link
up ip addr add 172.16.1.26/24 dev $IFACE

# Slave Definition for bond0
auto eth2
iface eth2 inet manual
bond-master bond0
bond-primary eth2 eth3
auto eth3
iface eth3 inet manual
bond-master bond0
bond-primary eth2 eth3

If I comment out my post-up line, I appear to get a reliable network
interface brought up at boot time, however, with the post-up line
enabled, I often see one of the slaves fail on boot.

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

Title:
  bond slave interface sometimes does not come up on boot

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

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


[Bug 974275] Re: md trancates devices with kernel 2.6.32-40-server

2012-04-10 Thread annunaki2k2
Yes, luckily it does - so no lasting damage is/was caused. Needless to
say though, until the fault was pinned down to the kernel change, there
was a serious moment of panic about the possible loss of 70TiB + of
data!

According to the person from the link in my first post, the problem
didn't appear to exist in 2.6.32-39 but was there in 2.6.32-41; but I
encountered it in 2.6.32-40. They were, however as far as I can tell,
using a vanilla Debian; but assuming these kernel numbers tally-up with
Ubuntu's, it appears the problem crept in somewhere in the 2.6.32-40
release.

Looking in the Debian kernel change-log, I wouldn't mind betting this would 
have had something to do with it:
   [ Ben Hutchings ]
   * Add longterm releases 2.6.32.47 and 2.6.32.48, including:
.
 - md: Fix handling for devices from 2TB to 4TB in 0.90 metadata.
.

Unfortunately this is a very busy production machine and I have very
limited time to pin point the issue further.

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

Title:
  md trancates devices with kernel 2.6.32-40-server

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

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


[Bug 974275] Re: md trancates devices with kernel 2.6.32-40-server

2012-04-07 Thread annunaki2k2
Added requested log file output.

** 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/974275

Title:
  md trancates devices with kernel 2.6.32-40-server

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

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


[Bug 974275] Re: md trancates devices with kernel 2.6.32-40-server

2012-04-07 Thread annunaki2k2
** Attachment added: "cat /proc/version_signature output"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/974275/+attachment/3021716/+files/version.log

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

Title:
  md trancates devices with kernel 2.6.32-40-server

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

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


[Bug 974275] Re: md trancates devices with kernel 2.6.32-40-server

2012-04-07 Thread annunaki2k2
** Attachment added: "uname -a output"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/974275/+attachment/3021715/+files/uname-a.log

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

Title:
  md trancates devices with kernel 2.6.32-40-server

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

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


[Bug 974275] Re: md trancates devices with kernel 2.6.32-40-server

2012-04-07 Thread annunaki2k2
** Attachment added: "lspci -vvnn output"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/974275/+attachment/3021714/+files/lspci-vvnn.log

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

Title:
  md trancates devices with kernel 2.6.32-40-server

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

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


[Bug 974275] Re: md trancates devices with kernel 2.6.32-40-server

2012-04-07 Thread annunaki2k2
** Attachment added: "dmesg output"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/974275/+attachment/3021713/+files/dmesg.log

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

Title:
  md trancates devices with kernel 2.6.32-40-server

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

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


[Bug 974275] Re: md trancates devices with kernel 2.6.32-40-server

2012-04-05 Thread annunaki2k2
In response to the automated message.

** 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/974275

Title:
  md trancates devices with kernel 2.6.32-40-server

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

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


[Bug 974275] Re: md trancates devices with kernel 2.6.32-40-server

2012-04-05 Thread annunaki2k2
Unfortunately, for security reasons, the machine in question does not
have any form of Internet access (proxy'd or other), and so I can not
run the requested "aapport-collect 974275" command on this machine. If
there is an alternative "off-line" process I can run, please let me
know.

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

Title:
  md trancates devices with kernel 2.6.32-40-server

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

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


[Bug 974275] Re: md trancates devices with kernel 2.6.32-40-server

2012-04-05 Thread annunaki2k2
I meant to add that this is so far the only other reference I have found
to this issue. I guess there aren't many others running with 92TB stores
out there...

http://lists.debian.org/debian-kernel/2012/02/msg00774.html

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

Title:
  md trancates devices with kernel 2.6.32-40-server

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

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


[Bug 974275] [NEW] md trancates devices with kernel 2.6.32-40-server

2012-04-05 Thread annunaki2k2
Public bug reported:

After updating the to kernel 2.6.32-40-server (from 2.6.32-33-server),
our MD device decided to show up as only a fraction of it's previous
size.

With the previous kernel, md0 shows up (correctly) as 85681.66 GiB, but
with the newer kernel it shows up as only 8192.00 GiB - a serious order
of magnitude different! Needless to say, with the incorrect size being
reported/used, the md device is unusable and prevents access to the
partitions on it.

Whilst running 2.6.32-33-server:
root@saturn:~# mdadm --detail /dev/md0
/dev/md0:
Version : 00.90
  Creation Time : Mon Aug  9 09:15:41 2010
 Raid Level : raid0
 Array Size : 89843731712 (85681.66 GiB 91999.98 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 0
Persistence : Superblock is persistent

Update Time : Mon Aug  9 09:15:41 2010
  State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0

 Chunk Size : 128K

   UUID : 1c27f277:0fbb69c8:852484a6:e390a598 (local to host saturn)
 Events : 0.1

Number   Major   Minor   RaidDevice State
   0   8   320  active sync   /dev/sdc
   1   8   481  active sync   /dev/sdd
root@saturn:~#  cat /proc/partitions 
major minor  #blocks  name

   80  488386584 sda
   81  468581376 sda1
   82  1 sda2
   85   19803136 sda5
   8   16  488386584 sdb
   8   17  468581376 sdb1
   8   18  1 sdb2
   8   21   19803136 sdb5
   8   32 44921865984 sdc
   92  468581312 md2
   8   48 44921865984 sdd
   90 89843731712 md0
 2590 89843731200 md0p1
root@saturn:~# fdisk -l /dev/md0

WARNING: GPT (GUID Partition Table) detected on '/dev/md0'! The util
fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/md0: 92000.0 GB, 9181273088 bytes
255 heads, 63 sectors/track, 11185027 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Disk identifier: 0x

Device Boot  Start End  Blocks   Id  System
/dev/md0p1   1  267350  2147483647+  ee  GPT
Partition 1 does not start on physical sector boundary.


But whilst running 2.6.32-40-server:
root@saturn:~# mdadm --detail /dev/md0
/dev/md0:
Version : 00.90
  Creation Time : Mon Aug  9 09:15:41 2010
 Raid Level : raid0
 Array Size : 8589934336 (8192.00 GiB 8796.09 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 0
Persistence : Superblock is persistent

Update Time : Mon Aug  9 09:15:41 2010
  State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0

 Chunk Size : 128K

   UUID : 1c27f277:0fbb69c8:852484a6:e390a598 (local to host saturn)
 Events : 0.1

Number   Major   Minor   RaidDevice State
   0   8   320  active sync   /dev/sdc
   1   8   481  active sync   /dev/sdd
root@saturn:~# cat /proc/partitions 
major minor  #blocks  name

   80  488386584 sda
   81  468581376 sda1
   82  1 sda2
   85   19803136 sda5
   8   16  488386584 sdb
   8   17  468581376 sdb1
   8   18  1 sdb2
   8   21   19803136 sdb5
   8   48 44921865984 sdd
   8   32 44921865984 sdc
   92  468581312 md2
   90 8589934336 md0
root@saturn:~# fdisk -l /dev/md0

WARNING: GPT (GUID Partition Table) detected on '/dev/md0'! The util
fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/md0: 8796.1 GB, 8796092760064 bytes
255 heads, 63 sectors/track, 1069397 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Disk identifier: 0x

Device Boot  Start End  Blocks   Id  System
/dev/md0p1   1  267350  2147483647+  ee  GPT
Partition 1 does not start on physical sector boundary.


This is a major bug introduced on (what should be) a mature LTS release, and 
will need addressing ASAP.

** Affects: linux (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/974275

Title:
  md trancates devices with kernel 2.6.32-40-server

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

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


[Bug 658166] Re: gdm-binary WARNING: Unable to find users: no seat-id found

2011-10-06 Thread annunaki2k2
Also experiencing these errors in out set-up.
Re-opening and confirming because, although there are lots of bugs that mention 
this specific error, most of all it's just noise about some other bug. This 
appears to be the only (Ubuntu) that specifically raises this as an issue.

https://bugzilla.redhat.com/show_bug.cgi?id=668233 appears to be the
same on Red Hats bugzilla, but contains no relevant information so far.

There is also an old bug that seems to (somewhat) mention this error
here: https://bugzilla.redhat.com/show_bug.cgi?id=545267 and it even
contains a patch for dbus, but this is untested.

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

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

** Package changed: gdm (Ubuntu) => consolekit (Ubuntu)

** Changed in: consolekit (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  gdm-binary WARNING: Unable to find users: no seat-id found

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

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


[Bug 781737] Re: policykit cannot grant special priviledges from LDAP-identified administrators

2011-10-01 Thread annunaki2k2
Just to confirm, I have almost exactly the same set-up with LDAP user and an 
LDAP group of sysadmin etc. and everything else I have configured seems to 
work, however I always see in the authd.log the following:
Oct  1 13:05:53 bamboo polkit-agent-helper-1[3656]: pam_unix(polkit-1:auth): 
authentication failure; logname= uid=1001 euid=1001 tty= ruser=russell rhost=  
user=russell
Oct  1 13:05:53 bamboo polkit-agent-helper-1[3656]: pam_ldap: error trying to 
bind as user "uid=russell,ou=people,dc=mps,dc=lan" (Invalid credentials)

this is despite knowing 100% that the credentials are infact valid
(afterall, I log on with them just fine...)

I will try out the patch when I get a chance.

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

Title:
  policykit cannot grant special priviledges from LDAP-identified
  administrators

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/781737/+subscriptions

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


[Bug 322210] Re: [needs-packaging] PPD for Dymo LabelWriter 400 not complete

2011-09-29 Thread annunaki2k2
Agreeing with Anders - I think this should no longer be a bug marked as
"wishlist" but should be upgraded to something more important. As a
business user, this missing functionality is a bit of a ball ache...

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

Title:
  [needs-packaging] PPD for Dymo LabelWriter 400 not complete

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

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


[Bug 785670] Re: logrotate cronjob /etc/cron.daily/logrotate throws errors when it is executed for the first time because it expects status file

2011-06-09 Thread annunaki2k2
Yup, can confirm this as a bug - I've had it too.

Please can you fix this. Your day-to-day casual desktop users may not
care (or even notice) this bug, but your server based users do. Such a
trial issue and a fix already posted - should have been rolled out by
now. How long will this stay open for and not acted upon I wonder...

I don't wish to rant, but this is the first installation of 11.04  I've
performed, and I've encountered 4 bugs already... not impressed.

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

Title:
  logrotate cronjob /etc/cron.daily/logrotate throws errors when it is
  executed for the first time because it expects status file

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

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


[Bug 774452] Re: php-pear: pecl install reports Call to undefined method PEAR::raiseErro()

2011-05-04 Thread annunaki2k2
I have a /tmp that will be emptied on reboot. I don't know about anyone else, 
but I thought the cache should be a little more persistent. I personally have 
change the location:
mkdir /var/cache/pear
pear config-set cache_dir /var/cache/pear

I suggest that's a little more appropriate and should be the default at
installation time.

Comments anyone?

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

Title:
  php-pear: pecl install reports Call to undefined method
  PEAR::raiseErro()

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


[Bug 652309] Re: GDM Auto-Login Fails

2010-11-15 Thread annunaki2k2
I presume by the lack of response to my bug that no one has encountered
the same error?? It would be nice if someone would acknowledge my bug
report though.

I'm clearly not the only one that has had this issue:
http://serverfault.com/questions/157430/how-to-ensure-nfs-home-
directory-is-mounted-before-login

-- 
GDM Auto-Login Fails
https://bugs.launchpad.net/bugs/652309
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 297408] Re: pam_group does not support NSS groups

2010-11-15 Thread annunaki2k2
Is there a chance this can be back-ported/included in a package for
Lucid?

We have just switched from NIS to LDAP and hit this problem. I have
tested the patch and rolled it out on all our servers/desktops and can
confirm that it works just fine.

-- 
pam_group does not support NSS groups
https://bugs.launchpad.net/bugs/297408
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 652309] [NEW] GDM Auto-Login Fails

2010-09-30 Thread annunaki2k2
Public bug reported:

Binary package hint: gnome

I have tried to set a lucid box to automatically log-in at boot-time; I
have tried both a timed log on and the straight forward automatic login
but neither work.

The standard automatic log-on fails because of a supposed
"authentication failure", however I believe the real "authentication
failure" is caused by the fact the user account is in an LDAP tree and
GDM is spawned too quick - either before the network connection is
established (using dhcp) or before the LDAP association can be made
(maybe nscd?). If I wait a couple of seconds and click the "auto log in"
button on GDM, it will successfully "authenticate" and log in (with out
me typing in any user-name or password).

To attempt to overcome this, I tried a timed login. This time, the
"delay" value was simply ignored (a log on was attempted straight away),
but fails because of the above. This time however, if I click the "auto
log in" button, the machine will automatically log in still, but the
delay is enacted beforehand.

This appears to only be a problem on initial boot-up. If I manually
restart the gdm service, both the timed or straight log on
configurations behave as expected.

For the timed login, this was the [daemon] settings in my custom.conf:
[daemon]
AutomaticLoginEnable=false
TimedLoginEnable=true
TimedLogin=dupe
AutomaticLogin=dupe
TimedLoginDelay=5
DefaultSession=gnome

For the straight auto log on, this was the [daemon] settings in my custom.conf:
[daemon]
AutomaticLoginEnable=true
TimedLoginEnable=false
TimedLogin=dupe
AutomaticLogin=dupe
TimedLoginDelay=5
DefaultSession=gnome

Ultimately what I expect is either the delay to be honoured at initial
boot-time or the gdm session to wait until the network or nscd service
is loaded (or whatever it is that's not ready for the LDAP auth).

Some extra information:
r...@jaws:~# uname -a
Linux jaws 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010 x86_64 
GNU/Linux
r...@jaws:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.04.1 LTS
Release:10.04
Codename:   lucid

All available updates are applied.

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

-- 
GDM Auto-Login Fails
https://bugs.launchpad.net/bugs/652309
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 629406] [NEW] Kernel panic - not syncing: xfs_fs_destroy_inode: cannot reclaim 0xffff88023410e980

2010-09-03 Thread annunaki2k2
Public bug reported:

Binary package hint: linux-image-2.6.32-21-server

I have a problem with XFS causing a kernel panic on a 92TB file system, using:
r...@saturn:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.04.1 LTS
Release:10.04
Codename:   lucid
r...@saturn:~# uname -a
Linux saturn 2.6.32-21-server #32-Ubuntu SMP Fri Apr 16 09:17:34 UTC 2010 
x86_64 GNU/Linux

Not necessarily an Ubuntu specific bug so full details filed on the XFS 
bugzilla:
http://oss.sgi.com/bugzilla/show_bug.cgi?id=898

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

-- 
Kernel panic - not syncing: xfs_fs_destroy_inode: cannot reclaim 
0x88023410e980
https://bugs.launchpad.net/bugs/629406
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 571725] Re: evince not open

2010-06-03 Thread annunaki2k2
For me, the released fix doesn't work. This is a NIS network with NFS
mounted home directories mounted at /usr/people - a legacy our system
being from the IRIX days. (I don't know if that make any difference)

Installed version info:
russ...@basking:~$ evince --version
GNOME Document Viewer 2.30.1
russ...@basking:~$ aptitude show evince
Package: evince
State: installed
Automatically installed: no
Version: 2.30.1-0ubuntu3
--snip--

My strace output when running evince:
--snip--
access("/usr/people/russell/.gnome2", F_OK) = 0
stat("/usr/people/russell/.gnome2", {st_mode=S_IFDIR|0700, st_size=133, ...}) = 0
access("/usr/people/russell/.gnome2/evince", F_OK) = -1 ENOENT (No such file or 
directory)
mkdir("/usr/people/russell/.gnome2/evince", 0700) = -1 EACCES (Permission 
denied)
lstat("/usr/people/russell/.gnome2/evince/last_settings", 0x7fff7b7d6ea0) = -1 
ENOENT (No such file or directory)
open("/usr/people/russell/.gnome2/evince/last_settings", 
O_WRONLY|O_CREAT|O_EXCL, 0666) = -1 ENOENT (No such file or directory)
write(2, "\n** (evince:3441): WARNING **: E"..., 164
** (evince:3441): WARNING **: Error creating last_settings file: Error opening 
file '/usr/people/russell/.gnome2/evince/last_settings': No such file or 
directory

) = 164
--- SIGSEGV (Segmentation fault) @ 0 (0) ---

As you can see here, clearly the same error. If I make the
./gnome2/evince directory and then touch the last_settings file, it
works fine.

Any suggestions? I'm more than happy to do further testing.

-- 
evince not open
https://bugs.launchpad.net/bugs/571725
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 460696] Re: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x7c/0x80()

2009-10-25 Thread annunaki2k2

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/34371228/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/34371229/AplayDevices.txt

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/34371230/ArecordDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/34371231/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/34371232/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/34371233/Card0.Codecs.codec.0.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/34371234/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/34371235/Dependencies.txt

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/34371236/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/34371237/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/34371238/Lsusb.txt

** Attachment added: "OopsText.txt"
   http://launchpadlibrarian.net/34371239/OopsText.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/34371240/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/34371241/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/34371242/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/34371243/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/34371244/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/34371245/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/34371246/WifiSyslog.txt

-- 
WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x7c/0x80()
https://bugs.launchpad.net/bugs/460696
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 460696] [NEW] WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x7c/0x80()

2009-10-25 Thread annunaki2k2
Public bug reported:

The Broadcom proprietary "wl" module does not currently support proper
CRDA settings - especially for additional channels like in the UK &
Europe.

Whatever script that currently attempts to set the regdom should first
check if the wireless is provided by the wl module, and if yes, skip
setting it. This will be a problem until Broadcom implement it or the
N-PHY cards get support in the b43 driver - which ever comes first.

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  russell2314 F pulseaudio
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xd338 irq 23'
   Mixer name   : 'Realtek ALC889A'
   Components   : 'HDA:10ec0885,106b3f00,00100103'
   Controls  : 36
   Simple ctrls  : 20
Date: Wed Oct 21 21:59:53 2009
DistroRelease: Ubuntu 9.10
Failure: oops
HibernationDevice: RESUME=UUID=bb05aa8c-45c9-4024-96a3-50523bd281aa
MachineType: Apple Inc. MacBook5,1
NonfreeKernelModules: nvidia wl
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic 
root=UUID=1a2507d1-17d8-40b5-8d71-a34623500987 ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Tags: kernel-oops
Title: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x7c/0x80()
Uname: Linux 2.6.31-14-generic x86_64
dmi.bios.date: 10/29/08
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MB51.88Z.0073.B06.0810291326
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-F42D89C8
dmi.board.vendor: Apple Inc.
dmi.board.version: Proto
dmi.chassis.asset.tag: Asset Tag#
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-F42D89C8
dmi.modalias: 
dmi:bvnAppleInc.:bvrMB51.88Z.0073.B06.0810291326:bd10/29/08:svnAppleInc.:pnMacBook5,1:pvr1.0:rvnAppleInc.:rnMac-F42D89C8:rvrProto:cvnAppleInc.:ct10:cvrMac-F42D89C8:
dmi.product.name: MacBook5,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-kerneloops kernel-oops

-- 
WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x7c/0x80()
https://bugs.launchpad.net/bugs/460696
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 439895] Re: [Apple Inc. MacBook5, 1] suspend/resume failure [non-free: wl]

2009-10-01 Thread annunaki2k2

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/32774565/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/32774566/AplayDevices.txt

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/32774567/ArecordDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/32774568/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/32774569/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/32774570/Card0.Codecs.codec.0.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/32774571/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/32774572/Dependencies.txt

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/32774573/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/32774574/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/32774575/Lsusb.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/32774576/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/32774578/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/32774586/ProcInterrupts.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/32774587/ProcMaps.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/32774588/ProcModules.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/32774589/ProcStatus.txt

** Attachment added: "SleepLog.txt"
   http://launchpadlibrarian.net/32774590/SleepLog.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/32774591/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/32774592/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/32774593/WifiSyslog.txt

-- 
[Apple Inc. MacBook5,1] suspend/resume failure [non-free: wl]
https://bugs.launchpad.net/bugs/439895
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 439895] [NEW] [Apple Inc. MacBook5, 1] suspend/resume failure [non-free: wl]

2009-10-01 Thread annunaki2k2
Public bug reported:

new 9.10 alpha 5 installed with all updates applied and the broadcom sta driver 
installed.
so far, with or with out updates or the driver, the laptop fails to come out of 
suspend...

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  russell1796 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xd338 irq 16'
   Mixer name   : 'Realtek ALC889A'
   Components   : 'HDA:10ec0885,106b3f00,00100103'
   Controls  : 36
   Simple ctrls  : 20
Date: Thu Oct  1 11:14:10 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=bb05aa8c-45c9-4024-96a3-50523bd281aa
InterpreterPath: /usr/bin/python2.6
MachineType: Apple Inc. MacBook5,1
NonfreeKernelModules: wl
Package: linux-image-2.6.31-11-generic 2.6.31-11.36
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-11-generic 
root=UUID=1a2507d1-17d8-40b5-8d71-a34623500987 ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-11-generic N/A
 linux-firmware 1.19
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Tags: resume suspend
Title: [Apple Inc. MacBook5,1] suspend/resume failure [non-free: wl]
Uname: Linux 2.6.31-11-generic x86_64
UserGroups:
 
dmi.bios.date: 10/29/08
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MB51.88Z.0073.B06.0810291326
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-F42D89C8
dmi.board.vendor: Apple Inc.
dmi.board.version: Proto
dmi.chassis.asset.tag: Asset Tag#
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-F42D89C8
dmi.modalias: 
dmi:bvnAppleInc.:bvrMB51.88Z.0073.B06.0810291326:bd10/29/08:svnAppleInc.:pnMacBook5,1:pvr1.0:rvnAppleInc.:rnMac-F42D89C8:rvrProto:cvnAppleInc.:ct10:cvrMac-F42D89C8:
dmi.product.name: MacBook5,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-kerneloops resume suspend

-- 
[Apple Inc. MacBook5,1] suspend/resume failure [non-free: wl]
https://bugs.launchpad.net/bugs/439895
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 305850] Re: option to force refresh of the thumbnails

2009-06-03 Thread annunaki2k2
This is definitely an annoying bug, and I agree that some sort of "Force
thumbnails" option should be added to nautilus eventually.

However, as a work around in the mean time:
Open a terminal window
type:
cd ~/.thumbnails
rm -r /fail/*

hth

-- 
option to force refresh of the thumbnails
https://bugs.launchpad.net/bugs/305850
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 365049] Re: NM applet should allow to set the CRDA domain

2009-05-26 Thread annunaki2k2
As a UK citizen - I can confirm this is a major issue. I can not connect
to several of my client networks that run on channels 12 & 13. Even the
"iw reg set EU" command doesn't seem to work for me (using broadcom-sta
driver). Can I request that this bug be given at least some priority
rather than simply " Undecided".

Thanks

-- 
NM applet should allow to set the CRDA domain
https://bugs.launchpad.net/bugs/365049
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 346691] Re: 2.6.28-11 causes massive data corruption with ICH8/ICH9 on 64 bits installations

2009-05-24 Thread annunaki2k2
Same problem on my brothers Samsung X22; lost 3 (re)installations now
(including data!!). Had to resort to re-installing 8.10.

00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E)
SATA IDE Controller (rev 03)

Waiting for a fix...

-- 
2.6.28-11 causes massive data corruption with ICH8/ICH9 on 64 bits installations
https://bugs.launchpad.net/bugs/346691
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 289418] Re: please include ksokoban in intrepid

2008-11-13 Thread annunaki2k2
I wish I had noticed this before I upgraded to Ibex - my Girlfriend is
going to kill me when she finds it is missing!

Is there anyway I can install the previous version (and any required
libraries)? If not, how about compiling & installing the "un-maintained"
version? Any advice/guidlines?

Thanks.

-- 
please include ksokoban in intrepid
https://bugs.launchpad.net/bugs/289418
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 234672] Re: Bluetooth doesn't work after suspend on a MacBook/MacBook Pro

2008-11-13 Thread annunaki2k2
Just to state, I still have this issue too - Macbook 2,1.

For me a "sudo /etc/init.d/bluetooth restart" after each resume seems to
fix it.

Running most up-to-date patches on ibex.

-- 
Bluetooth doesn't work after suspend on a MacBook/MacBook Pro
https://bugs.launchpad.net/bugs/234672
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