Re: [Bug 652433] Re: Init script dependency error: krb5-kdc starts before slapd

2011-08-20 Thread Fede
Thanks you very much for the help! I've added sleep 1 at the end of the
slapd init script and now everything starts fine.

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

Title:
  Init script dependency error: krb5-kdc starts before slapd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/652433/+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 825697] Re: winbindd_cache clearing

2011-08-20 Thread Antony
** Description changed:

- 3.5.11~dfsg-1ubuntu1
- winbind cannot fetch WINBINDD_CACHE_VERSION_KEYSTR that is why clearing cache
+ In Ubuntu oneiric when do offline logon winbind clear cache credencianals in 
winbindd_cache.tdb 
+ winbind version 3.5.11~dfsg-1ubuntu1
+ 
+ winbind cannot fetch WINBINDD_CACHE_VERSION_KEYSTR and thay don't equal
+ 1 , that is why clearing cache
  
  [2011/08/13 09:08:26.615762,  1] lib/util_tdb.c:385(tdb_log)
    tdb(/var/cache/samba/winbindd_cache.tdb): Dead space at 20172-28672 (of 
28672)
  [2011/08/13 09:08:26.617482,  1] 
lib/tdb_validate.c:457(tdb_validate_and_backup)
    tdb '/var/cache/samba/winbindd_cache.tdb' is valid
  [2011/08/13 09:08:26.636604,  1] 
lib/tdb_validate.c:467(tdb_validate_and_backup)
    Created backup '/var/cache/samba/winbindd_cache.tdb.bak' of tdb 
'/var/cache/samba/winbindd_cache.tdb'
  [2011/08/13 09:08:26.636735,  0] 
winbindd/winbindd_cache.c:3076(initialize_winbindd_cache)
    initialize_winbindd_cache: clearing cache and re-creating with version 
number 1
  [2011/08/13 09:08:26.682118,  1] lib/util_tdb.c:385(tdb_log)

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

Title:
  winbindd_cache clearing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/825697/+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 829944] [NEW] stopping freshclam doesn't remove pidfile

2011-08-20 Thread Imre Gergely
Public bug reported:

In latest clamav 0.97.2, when stopping freshclam daemon the usual way,
its pidfile doesn't get removed

root@utest-oos32:~# ps ax |grep freshclam
 6468 ?Ss 0:01 /usr/bin/freshclam -d --quiet
 6473 pts/0S+ 0:00 grep --color=auto freshclam

root@utest-oos32:~# cat /var/run/clamav/freshclam.pid 
6468

root@utest-oos32:~# /etc/init.d/clamav-freshclam stop
 * Stopping ClamAV virus database updater freshclam 
[ OK ] 

root@utest-oos32:~# ps ax |grep freshclam
 6609 pts/0S+ 0:00 grep --color=auto freshclam

root@utest-oos32:~# cat /var/run/clamav/freshclam.pid 
6468
root@utest-oos32:~# 

In contrast, when stopping clamav-daemon its pidfile does get removed.

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

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

Title:
  stopping freshclam doesn't remove pidfile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/829944/+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 829945] [NEW] purging all clamav packages doesn't remove /var/run/clamav directory

2011-08-20 Thread Imre Gergely
Public bug reported:

When removing clamav with purge (like apt-get purge libclamav6 clamav-base 
clamav clamav-daemon clamav-freshclam), everything gets removed except 
/var/run/clamav, even if it's empty.
Note: fix bug #829944 first.

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

** Description changed:

- When removing clamav with purge (like apt-get purge libclamav6 clamav-
- base clamav clamav-daemon clamav-freshclam), everything gets removed
- except /var/run/clamav, even if it's empty. If it's not empty (see bug
- #829944) nothing is removed from it.
+ When removing clamav with purge (like apt-get purge libclamav6 clamav-base 
clamav clamav-daemon clamav-freshclam), everything gets removed except 
/var/run/clamav, even if it's empty.
+ Note: fix bug #829944 first.

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

Title:
  purging all clamav packages doesn't remove /var/run/clamav directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/829945/+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 829945] Re: purging all clamav packages doesn't remove /var/run/clamav/*

2011-08-20 Thread Imre Gergely
Attached patch might fix this, tested in Oneiric and it works (after
manually removing freshclam.pid from /var/run/clamav).

** Patch added: clamav-base.postrm.diff
   
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/829945/+attachment/2294000/+files/clamav-base.postrm.diff

** Summary changed:

- purging all clamav packages doesn't remove /var/run/clamav/*
+ purging all clamav packages doesn't remove /var/run/clamav directory

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

Title:
  purging all clamav packages doesn't remove /var/run/clamav directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/829945/+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 824874] Re: nova-objectstore goes into a tight loop and becomes unresponsive

2011-08-20 Thread Dave Walker
uec-publish-tarball (now cloud-publish-tarball in oneiric), is something
we very much still want to support.

Thanks.

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

Title:
  nova-objectstore goes into a tight loop and becomes unresponsive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/824874/+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 830084] [NEW] fsdev is not supported by this qemu build

2011-08-20 Thread Andrea Corbellini
Public bug reported:

The version of kvm shipped with Ubuntu does not support the -fsdev
option.

$ virsh start my-domain
error: Failed to start domain my-domain
error: internal error Process exited while reading console log output: kvm: 
-fsdev local,security_model=passthrough,id=fsdev-fs0,path=/home/andrea/.../: 
there is no option group fsdev
fsdev is not supported by this qemu build.

Reading http://comments.gmane.org/gmane.comp.emulators.libvirt/40462 it
seems that kvm should Build-Depend on libattr1-dev.

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

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

Title:
  fsdev is not supported by this qemu build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/830084/+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 830108] [NEW] bacula director eror in initial conf file

2011-08-20 Thread xardas
Public bug reported:

Description:Ubuntu 11.04
Release:11.04

bacula-director-mysql:
  Installed: 5.0.3-0ubuntu2
  Candidate: 5.0.3-0ubuntu2
  Version table:
 *** 5.0.3-0ubuntu2 0
500 http://cz.archive.ubuntu.com/ubuntu/ natty/main amd64 Packages
100 /var/lib/dpkg/status

Error in initial configuration file /etc/bacula/bacula-dir.conf

I received following log error:

20-Aug 16:46 bacula-dir JobId 0: Fatal error: Could not open Catalog 
MyCatalog, database bacula;.
20-Aug 16:46 bacula-dir JobId 0: Fatal error: mysql.c:194 Unable to connect to 
MySQL server.
Database=bacula; User=bacula
MySQL connect failed either server not running or your authorization is 
incorrect.
20-Aug 16:46 bacula-dir ERROR TERMINATION
Please correct configuration file: /etc/bacula/bacula-dir.conf

And it's really easy to fix it:

 diff /etc/bacula/bacula-dir.conf.orig /etc/bacula/bacula-dir.conf
236c236
   dbname = bacula; DB Address = ; dbuser = bacula; dbpassword = bacula
---
   dbname = bacula; DB Address = ; dbuser = bacula; dbpassword = bacula

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


** Tags: bacula

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

Title:
  bacula director eror in initial conf file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/830108/+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 830129] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Robert Grow
Public bug reported:

I upgraded from 10.04 to 11.10 and I was playing a full screen game that
froze and I couldn't get it to do anything. so I had to ctrl alt f2.
being the noob I am, I didn't have any way to look up the command line
to close the game I was playing (Audiosurf) so I rebooted instead. It
stopped the upgrade halfway (I'm not sure how far into the upgrade it
was as I couldn't see the step that it was on at the time of meltdown.
So I get back in and restart the upgrade and walk away from my computer
for the rest of the day. The only reason why I upgraded is because I was
expecting to 12.04 (which I later found out has not been released yet)
now Compiz is jacked and there is no move windows setting that I can
see. I have no idea what samba4 is but now my computer has a slight
aversion to it

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-11.48-generic-pae 2.6.38.8
Uname: Linux 2.6.38-11-generic-pae i686
NonfreeKernelModules: fglrx
Architecture: i386
Date: Sat Aug 20 10:08:34 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
RelatedPackageVersions:
 nautilus 1:2.32.2.1-0ubuntu13
 gvfs 1.8.0-0ubuntu2
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to natty on 2011-08-19 (1 days ago)

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


** Tags: apport-package i386 natty

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/830129/+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 830129] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Robert Grow
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/830129

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/830129/+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 830129] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Jelmer Vernooij
How does this relate to samba 4? The attached files don't seem to
reference it in any way.

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/830129/+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 830142] [NEW] package samba-common-bin 2:3.5.8~dfsg-1ubuntu2 failed to install/upgrade: short read on buffer copy for backend dpkg-deb during `./usr/bin/smbpasswd'

2011-08-20 Thread James Dingee
Public bug reported:

System update

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: samba-common-bin 2:3.5.8~dfsg-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
NonfreeKernelModules: nvidia wl
Architecture: i386
Date: Sat Aug 20 12:07:08 2011
ErrorMessage: short read on buffer copy for backend dpkg-deb during 
`./usr/bin/smbpasswd'
InstallationMedia: Sn0wL1nuX 11 Lazy Lion - Release i386
NmbdLog:
 Packet send failed to 192.168.1.255(138) ERRNO=Invalid argument
   Packet send failed to 192.168.1.255(138) ERRNO=Invalid argument
SambaServerRegression: No
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package samba-common-bin 2:3.5.8~dfsg-1ubuntu2 failed to 
install/upgrade: short read on buffer copy for backend dpkg-deb during 
`./usr/bin/smbpasswd'
UpgradeStatus: No upgrade log present (probably fresh install)
WindowsFailedConnect: Yes

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


** Tags: apport-package i386 natty

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

Title:
  package samba-common-bin 2:3.5.8~dfsg-1ubuntu2 failed to
  install/upgrade: short read on buffer copy for backend dpkg-deb during
  `./usr/bin/smbpasswd'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/830142/+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 830142] Re: package samba-common-bin 2:3.5.8~dfsg-1ubuntu2 failed to install/upgrade: short read on buffer copy for backend dpkg-deb during `./usr/bin/smbpasswd'

2011-08-20 Thread James Dingee
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/830142

Title:
  package samba-common-bin 2:3.5.8~dfsg-1ubuntu2 failed to
  install/upgrade: short read on buffer copy for backend dpkg-deb during
  `./usr/bin/smbpasswd'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/830142/+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 830154] [NEW] Login timed out after 60 seconds after winbind install

2011-08-20 Thread Gizmo
Public bug reported:

I can not log into my Ubuntu 10.04.3 LTS.
After I inputed my user and password the message 'Login timed out after 60 
seconds' appears.
I noticed that this problem has appeared after winbind install.
I've just install winbind:

sudo apt-get install winbind

and then reboot. Local login via tty does not work.
Only after 180 seconds I try login again and it's succeeded.

I had tried to reconfigure pam:

sudo pam-auth-update

in order to disable login via winbind, but it didn't help.

Also I had tried to change boot order of winbind in crontab. It may be
loaded before network starts. But it didn't help too.

The version of winbind is 3.4.7~dfsg-1ubuntu3.7_i386

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

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

Title:
  Login timed out after 60 seconds after winbind install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/830154/+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 829945] Re: purging all clamav packages doesn't remove /var/run/clamav directory

2011-08-20 Thread Brian Murray
** Tags added: patch

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

Title:
  purging all clamav packages doesn't remove /var/run/clamav directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/829945/+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 829468] Re: memcached version 1.4.5-1ubuntu2 failed to build in oneiric

2011-08-20 Thread Brian Murray
** Tags added: patch

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

Title:
  memcached version 1.4.5-1ubuntu2 failed to build in oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/memcached/+bug/829468/+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 829089] Re: clamd scanning mimedefang temp files blocked by apparmor

2011-08-20 Thread Brian Murray
** Tags added: patch

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

Title:
  clamd scanning mimedefang temp files blocked by apparmor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/829089/+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 828047] Re: postfix init script copies smtp_tls_CApath /etc/ssl/certs to /var/spool/postfix/etc/ssl/certs/etc/ssl/certs

2011-08-20 Thread Scott Kitterman
** Bug watch added: Debian Bug tracker #627266
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627266

** Also affects: postfix (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627266
   Importance: Unknown
   Status: Unknown

-- 
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/828047

Title:
  postfix init script copies smtp_tls_CApath /etc/ssl/certs to
  /var/spool/postfix/etc/ssl/certs/etc/ssl/certs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/828047/+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 784937] Re: /mnt not mounted, swap not used, disk is xvde

2011-08-20 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.0.0-9.12

---
linux (3.0.0-9.12) oneiric; urgency=low

  [ Andy Whitcroft ]

  * [Config] standardise CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
  * [Config] move ECRYPT_FS back to =y for all architectures
- LP: #827197
  * record the compiler in the ABI and check for inconsistant builds

  [ Leann Ogasawara ]

  * Revert SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX
  * Revert SAUCE: OMAP: DSS2: check for both cpu type and revision, rather
than just revision
  * Revert SAUCE: ARM: OMAP: Add macros for comparing silicon revision
  * rebase to v3.0.2
  * rebase to v3.0.3
  * Temporarily ignore module check
  * [Config] Set CONFIG_DM_MIRROR=m on amd64, i386, and arm
  * [Config] Set CONFIG_DM_MULTIPATH=m on amd64, i386, and arm
  * [Config] Set CONFIG_DM_SNAPSHOT=m on amd64, i386, and arm
  * [Config] Enable CONFIG_EDAC_AMD8111=m on powerpc
  * [Config] Enable CONFIG_EDAC_AMD8131=m on powerpc
  * [Config] Enable CONFIG_EDAC_CPC925=m on powerpc
  * [Config] Enable CONFIG_EDAC_PASEMI=m on powerpc
  * [Config] Set CONFIG_EFI_VARS=m on amd64 and i386

  [ Stefan Bader ]

  * [Upstream] xen-blkfront: Drop name and minor adjustments for emulated
scsi devices
- LP: #784937
  * [Config] Force perf to use libiberty for demangling
- LP: #783660

  [ Stefano Stabellini ]

  * [Upstream] xen: Do not enable PV IPIs when vector callback not present
- LP: #791850

  [ Tim Gardner ]

  * [Config] updateconfigs after rebase to 3.0.2

  [ Upstream Kernel Changes ]

  * Not all systems expose a firmware or platform mechanism for changing
the backlight intensity on i915, so add native driver support.
- LP: #568611
  * rebase to v3.0.2
  * rebase to v3.0.3
 -- Leann Ogasawara leann.ogasaw...@canonical.com   Mon, 15 Aug 2011 13:35:57 
-0700

** Changed in: linux (Ubuntu Oneiric)
   Status: Fix Committed = Fix Released

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

Title:
  /mnt not mounted, swap not used, disk is xvde

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/784937/+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 830129] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Robert Grow
the error that it brings up says 
package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
so I would assume that it has something to do with samba4.
Ive resolved this situation by finding my old (and dusty) 9.10 CD and upgrading 
to that in which I will upgrade back to 10.04LTS and sit until 12.04 comes out. 
then very cautiously look at that one before installing it

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/830129/+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 828047] Re: postfix init script copies smtp_tls_CApath /etc/ssl/certs to /var/spool/postfix/etc/ssl/certs/etc/ssl/certs

2011-08-20 Thread Launchpad Bug Tracker
** Changed in: postfix (Ubuntu)
   Status: New = Confirmed

-- 
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/828047

Title:
  postfix init script copies smtp_tls_CApath /etc/ssl/certs to
  /var/spool/postfix/etc/ssl/certs/etc/ssl/certs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/828047/+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 774500] Re: postfix build does not have documented support of sqlite

2011-08-20 Thread LaMont Jones
** Changed in: postfix (Ubuntu)
Milestone: None = ubuntu-11.10-beta-1

** Changed in: postfix (Ubuntu)
 Assignee: (unassigned) = LaMont Jones (lamont)

-- 
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/774500

Title:
  postfix build does not have documented support of sqlite

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/774500/+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 530323] Re: resolvconf update script should not produce error when main.cfg missing

2011-08-20 Thread LaMont Jones
** Changed in: postfix (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
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/530323

Title:
  resolvconf update script should not produce error when main.cfg
  missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/530323/+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 828047] Re: postfix init script copies smtp_tls_CApath /etc/ssl/certs to /var/spool/postfix/etc/ssl/certs/etc/ssl/certs

2011-08-20 Thread Bug Watch Updater
** Changed in: postfix (Debian)
   Status: Unknown = New

-- 
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/828047

Title:
  postfix init script copies smtp_tls_CApath /etc/ssl/certs to
  /var/spool/postfix/etc/ssl/certs/etc/ssl/certs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/828047/+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 647647] Re: postmap -u segfaults

2011-08-20 Thread LaMont Jones
** Changed in: postfix (Ubuntu)
 Assignee: (unassigned) = LaMont Jones (lamont)

** Changed in: postfix (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
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/647647

Title:
  postmap -u segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/647647/+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 828047] Re: postfix init script copies smtp_tls_CApath /etc/ssl/certs to /var/spool/postfix/etc/ssl/certs/etc/ssl/certs

2011-08-20 Thread LaMont Jones
** Changed in: postfix (Ubuntu)
 Assignee: (unassigned) = LaMont Jones (lamont)

** Changed in: postfix (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
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/828047

Title:
  postfix init script copies smtp_tls_CApath /etc/ssl/certs to
  /var/spool/postfix/etc/ssl/certs/etc/ssl/certs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/828047/+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 830250] [NEW] package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2011-08-20 Thread CrawfordBest
Public bug reported:

as above

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: postfix 2.8.2-1ubuntu2.1
ProcVersionSignature: Ubuntu 2.6.38-11.47-generic-pae 2.6.38.8
Uname: Linux 2.6.38-11-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sat Aug 20 15:24:21 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 75
SourcePackage: postfix
Title: package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 75
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 natty

-- 
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/830250

Title:
  package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 75

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/830250/+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 830250] Re: package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2011-08-20 Thread CrawfordBest
-- 
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/830250

Title:
  package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 75

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/830250/+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


[Blueprint server-o-postfix-enhancements] Postfix package improvements

2011-08-20 Thread Scott Kitterman
Blueprint changed by Scott Kitterman:

Whiteboard changed:
  Work Items:
- [lamont] multinstance support: TODO
+ [lamont] multinstance support: DONE
  [clint-fewbar] upstart documentation: TODO
  [clint-fewbar] apport pattern for invalid hostname: DONE
  [lamont] not preseedable - investigate if this is fixable and document it 
either way: TODO
  [lamont] sqlite support: TODO
  [clint-fewbar] No backscatter by default on new install - investigate: TODO
  [dannf] - unchroot script: TODO
  [ivoks] - mail stack deployments via puppet, etc.: TODO
- [kitterman] clean up deprecated packaging changes: TODO
+ [kitterman] clean up deprecated packaging changes: DONE

-- 
Postfix package improvements
https://blueprints.launchpad.net/ubuntu/+spec/server-o-postfix-enhancements

-- 
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 830277] [NEW] ntpdate manpage is inconsistent about threshold

2011-08-20 Thread Max Rabkin
Public bug reported:

from `man ntpdate`:

   Time adjustments are made by ntpdate in one of two ways. If ntpdate 
determines the clock is in error more than 0.5 second it will sim‐
   ply step the time by calling the system settimeofday() routine. If the 
error is less than 0.5 seconds, it will slew the time by  call‐
   ing  the  system adjtime() routine. The latter technique is less 
disruptive and more accurate when the error is small, and works quite
   well when ntpdate is run by cron every hour or two.

but later on:


   -B Force the time to always be slewed using the adjtime() system 
call, even if the measured offset is greater than +-128  ms.  The
  default  is  to  step  the  time  using settimeofday() if the 
offset is greater than +-128 ms. Note that, if the offset is much
  greater than +-128 ms in this case, that it can take a long time 
(hours) to slew the clock to the correct  value.  During  this
  time. the host should not be used to synchronize clients.

Is the true value 0.128 s or 0.5 s?

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

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

Title:
  ntpdate manpage is inconsistent about threshold

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/830277/+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 828047] Re: postfix init script copies smtp_tls_CApath /etc/ssl/certs to /var/spool/postfix/etc/ssl/certs/etc/ssl/certs

2011-08-20 Thread Scott Kitterman
postfix (2.8.4-1ubuntu1) oneiric; urgency=low

  * Add back in apport.  Debian lacks it, so the package is now
forked. :(

 -- LaMont Jones lam...@ubuntu.com  Sat, 20 Aug 2011 14:39:33 -0600

postfix (2.8.4-1) unstable; urgency=low

  [Scott Kitterman]

  * Switch to debhelper 7, use dh_prep instead of dh_clean -k

  [Friedemann Stoyan]

  * create chroots with the right ca_path.  Closes: #627266

  [Wietse Venema]

  * Upstream fix release
- Performance: a high load of DSN success notification requests
  could slow down the queue manager.
- Bugfix (introduced Postfix 2.3 and Postfix 2.7): the Milter
  client reported some file too large errors as temporary
  errors.
- Bugfix (introduced in Postfix 1.1, duplicated in Postfix
  2.3, unrelated mistake in Postfix 2.7): the local(8) delivery
  agent ignored table lookup errors in mailbox_command_maps,
  mailbox_transport_maps, fallback_transport_maps and (while
  bouncing mail to alias) alias owner lookup.
- Bugfix (introduced Postfix 2.6 with master_service_disable)
  loop control error when parsing a malformed master.cf file.
- Bugfix (introduced: Postfix 2.7): sendmail -t reported
  protocol error after queue file write error.
- Linux kernel version 3 support.
- Workaround: some Spamhaus RHSBL rejects lookups with No
  IP queries even if the name has an alphanumerical prefix.
  We play safe, and skip both RHSBL and RHSWL queries for
  names ending in a numerical suffix.

  [LaMont Jones]

  * apport, fix FTBFS on linux 3.0 - From ubuntu.
  * SASL vs multiarch.  Closes: #638443, #638045
  * Update init.d script to handle multi_instance setups.  Closes: #560682
  * Do not try to update resolv.conf when main.cf does not exist.  LP: #530323
  * Better handle bad map names in postmap -u.  LP: #647647
  * Drop apport usage, since debian lacks it and failing to build is bad.

 -- LaMont Jones lam...@debian.org  Sat, 20 Aug 2011 13:48:59 -0600

** Changed in: postfix (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
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/828047

Title:
  postfix init script copies smtp_tls_CApath /etc/ssl/certs to
  /var/spool/postfix/etc/ssl/certs/etc/ssl/certs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/828047/+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 530323] Re: resolvconf update script should not produce error when main.cfg missing

2011-08-20 Thread Scott Kitterman
postfix (2.8.4-1ubuntu1) oneiric; urgency=low

  * Add back in apport.  Debian lacks it, so the package is now
forked. :(

 -- LaMont Jones lam...@ubuntu.com  Sat, 20 Aug 2011 14:39:33 -0600

postfix (2.8.4-1) unstable; urgency=low

  [Scott Kitterman]

  * Switch to debhelper 7, use dh_prep instead of dh_clean -k

  [Friedemann Stoyan]

  * create chroots with the right ca_path.  Closes: #627266

  [Wietse Venema]

  * Upstream fix release
- Performance: a high load of DSN success notification requests
  could slow down the queue manager.
- Bugfix (introduced Postfix 2.3 and Postfix 2.7): the Milter
  client reported some file too large errors as temporary
  errors.
- Bugfix (introduced in Postfix 1.1, duplicated in Postfix
  2.3, unrelated mistake in Postfix 2.7): the local(8) delivery
  agent ignored table lookup errors in mailbox_command_maps,
  mailbox_transport_maps, fallback_transport_maps and (while
  bouncing mail to alias) alias owner lookup.
- Bugfix (introduced Postfix 2.6 with master_service_disable)
  loop control error when parsing a malformed master.cf file.
- Bugfix (introduced: Postfix 2.7): sendmail -t reported
  protocol error after queue file write error.
- Linux kernel version 3 support.
- Workaround: some Spamhaus RHSBL rejects lookups with No
  IP queries even if the name has an alphanumerical prefix.
  We play safe, and skip both RHSBL and RHSWL queries for
  names ending in a numerical suffix.

  [LaMont Jones]

  * apport, fix FTBFS on linux 3.0 - From ubuntu.
  * SASL vs multiarch.  Closes: #638443, #638045
  * Update init.d script to handle multi_instance setups.  Closes: #560682
  * Do not try to update resolv.conf when main.cf does not exist.  LP: #530323
  * Better handle bad map names in postmap -u.  LP: #647647
  * Drop apport usage, since debian lacks it and failing to build is bad.

 -- LaMont Jones lam...@debian.org  Sat, 20 Aug 2011 13:48:59 -0600

** Changed in: postfix (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
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/530323

Title:
  resolvconf update script should not produce error when main.cfg
  missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/530323/+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 647647] Re: postmap -u segfaults

2011-08-20 Thread Scott Kitterman
postfix (2.8.4-1ubuntu1) oneiric; urgency=low

  * Add back in apport.  Debian lacks it, so the package is now
forked. :(

 -- LaMont Jones lam...@ubuntu.com  Sat, 20 Aug 2011 14:39:33 -0600

postfix (2.8.4-1) unstable; urgency=low

  [Scott Kitterman]

  * Switch to debhelper 7, use dh_prep instead of dh_clean -k

  [Friedemann Stoyan]

  * create chroots with the right ca_path.  Closes: #627266

  [Wietse Venema]

  * Upstream fix release
- Performance: a high load of DSN success notification requests
  could slow down the queue manager.
- Bugfix (introduced Postfix 2.3 and Postfix 2.7): the Milter
  client reported some file too large errors as temporary
  errors.
- Bugfix (introduced in Postfix 1.1, duplicated in Postfix
  2.3, unrelated mistake in Postfix 2.7): the local(8) delivery
  agent ignored table lookup errors in mailbox_command_maps,
  mailbox_transport_maps, fallback_transport_maps and (while
  bouncing mail to alias) alias owner lookup.
- Bugfix (introduced Postfix 2.6 with master_service_disable)
  loop control error when parsing a malformed master.cf file.
- Bugfix (introduced: Postfix 2.7): sendmail -t reported
  protocol error after queue file write error.
- Linux kernel version 3 support.
- Workaround: some Spamhaus RHSBL rejects lookups with No
  IP queries even if the name has an alphanumerical prefix.
  We play safe, and skip both RHSBL and RHSWL queries for
  names ending in a numerical suffix.

  [LaMont Jones]

  * apport, fix FTBFS on linux 3.0 - From ubuntu.
  * SASL vs multiarch.  Closes: #638443, #638045
  * Update init.d script to handle multi_instance setups.  Closes: #560682
  * Do not try to update resolv.conf when main.cf does not exist.  LP: #530323
  * Better handle bad map names in postmap -u.  LP: #647647
  * Drop apport usage, since debian lacks it and failing to build is bad.

 -- LaMont Jones lam...@debian.org  Sat, 20 Aug 2011 13:48:59 -0600

** Changed in: postfix (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
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/647647

Title:
  postmap -u segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/647647/+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 544146] Re: Unable to create cgroup for driver: No such device or address

2011-08-20 Thread randomubuntuguy
thanks.  I followed the post above 
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/544146/comments/4
and it worked for me.  i saw a patch here. 
http://twitter.com/share?via=themailarchivecount=horizontaltext=Re:%20[libvirt]%20Unable%20to%20create%20cgroup%20for%20driver%20#libvirlistATredhat;
 http://www.mail-archive.com/libvir-list@redhat.com/msg15641.html; 
http://www.mail-archive.com/libvir-list\@redhat.com/msg15641.html;

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

Title:
  Unable to create cgroup for driver: No such device or address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/544146/+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 830377] [NEW] autofs5 needs to start before lightdm

2011-08-20 Thread Mark Hannon
Public bug reported:

I use autofs to mount my $HOME.  Since upgrading to oneiric and lightdm
I can no longer login as the system hangs trying to mount my $HOME.

I added an 'emit autofs' to /etc/init/autofs.conf and a 'and started
autofs' to /etc/init/lightdm to force the ordering and now all works.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: autofs5 5.0.6-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
Uname: Linux 3.0.0-8-generic i686
Architecture: i386
Date: Sun Aug 21 10:42:36 2011
ProcEnviron:
 PATH=(custom, user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: autofs5
UpgradeStatus: Upgraded to oneiric on 2011-03-13 (160 days ago)
mtime.conffile..etc.init.autofs.conf: 2011-08-21T10:32:48.718150

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  autofs5 needs to start before lightdm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/830377/+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 830377] Re: autofs5 needs to start before lightdm

2011-08-20 Thread Mark Hannon
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs5 in Ubuntu.
https://bugs.launchpad.net/bugs/830377

Title:
  autofs5 needs to start before lightdm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/830377/+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 800062] Re: Can't create view in mysql database: ErrCode: 2

2011-08-20 Thread Launchpad Bug Tracker
[Expired for mysql-dfsg-5.1 (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Can't create view in mysql database: ErrCode: 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/800062/+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 799082] Re: kpartx -a /dev/drbd1 only gives back error: device-mapper: resume ioctl failed: Invalid argument

2011-08-20 Thread Launchpad Bug Tracker
[Expired for multipath-tools (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: multipath-tools (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  kpartx -a /dev/drbd1 only gives back error: device-mapper: resume
  ioctl failed: Invalid argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/799082/+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 799052] Re: package freeradius 2.1.8 dfsg-1ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zurück

2011-08-20 Thread Launchpad Bug Tracker
[Expired for freeradius (Ubuntu) because there has been no activity for
60 days.]

** Changed in: freeradius (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package freeradius 2.1.8 dfsg-1ubuntu1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  2 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/799052/+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 797196] Re: package setserial 2.17-45.3ubuntu1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-08-20 Thread Launchpad Bug Tracker
[Expired for setserial (Ubuntu) because there has been no activity for
60 days.]

** Changed in: setserial (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package setserial 2.17-45.3ubuntu1 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/setserial/+bug/797196/+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 792347] Re: Permission for /etc/postfix not set right when building sasl_password.db using postmap command

2011-08-20 Thread Launchpad Bug Tracker
[Expired for postfix (Ubuntu) because there has been no activity for 60
days.]

** Changed in: postfix (Ubuntu)
   Status: Incomplete = Expired

-- 
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/792347

Title:
  Permission for /etc/postfix not set right when building
  sasl_password.db using postmap command

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/792347/+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 790774] Re: ssh hangs after inactivity (maybe when connection is lost)

2011-08-20 Thread Launchpad Bug Tracker
[Expired for openssh (Ubuntu) because there has been no activity for 60
days.]

** Changed in: openssh (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  ssh hangs after inactivity (maybe when connection is lost)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/790774/+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 830379] [NEW] package libmysqlclient16 (not installed) failed to install/upgrade: tentando sobrescrever '/usr/lib/libmysqlclient.so.16.0.0', que também está no pacote mysql-cluster-client-5.1 0:7

2011-08-20 Thread everalreis
Public bug reported:

I dont know.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: libmysqlclient16 (not installed)
ProcVersionSignature: Ubuntu 2.6.32-33.70-generic 2.6.32.41+drm33.18
Uname: Linux 2.6.32-33-generic i686
Architecture: i386
Date: Sun Aug 21 01:13:38 2011
ErrorMessage: tentando sobrescrever '/usr/lib/libmysqlclient.so.16.0.0', que 
também está no pacote mysql-cluster-client-5.1 0:7.0.9-1ubuntu7
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
SourcePackage: mysql-dfsg-5.1
Title: package libmysqlclient16 (not installed) failed to install/upgrade: 
tentando sobrescrever '/usr/lib/libmysqlclient.so.16.0.0', que também está no 
pacote mysql-cluster-client-5.1 0:7.0.9-1ubuntu7

** Affects: mysql-dfsg-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package libmysqlclient16 (not installed) failed to install/upgrade:
  tentando sobrescrever '/usr/lib/libmysqlclient.so.16.0.0', que também
  está no pacote mysql-cluster-client-5.1 0:7.0.9-1ubuntu7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/830379/+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 830379] Re: package libmysqlclient16 (not installed) failed to install/upgrade: tentando sobrescrever '/usr/lib/libmysqlclient.so.16.0.0', que também está no pacote mysql-cluster-client-5.1 0:7.0

2011-08-20 Thread everalreis
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/830379

Title:
  package libmysqlclient16 (not installed) failed to install/upgrade:
  tentando sobrescrever '/usr/lib/libmysqlclient.so.16.0.0', que também
  está no pacote mysql-cluster-client-5.1 0:7.0.9-1ubuntu7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/830379/+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 830186] Re: keyboard shift ' = shift 2=@ which is confusing

2011-08-20 Thread Christopher M. Penalver
kai, thank you for reporting this and helping make Ubuntu better. The
reason you get those results because Ubuntu follows the PC US English
QWERTY keyboard layout by default. Feel free to report any future bugs
you may find.

** Changed in: libreoffice (Ubuntu)
   Status: New = Invalid

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

Title:
  keyboard shift ' = shift  2=@ which is confusing

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

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


[Bug 830389] Re: software-center crashed with AttributeError in convert_desktop_file_to_installed_location(): 'NoneType' object has no attribute 'replace'

2011-08-20 Thread Sleepy John
Hope this helps.   I'm not 100% sure how well the software center is
able to operate in Live CD mode,  but I'm following advice from
http://rodsbooks.com/gdisk/download.html so that I can run FixParts from
Live Natty CD to work on my partition table problem.

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

Title:
  software-center crashed with AttributeError in
  convert_desktop_file_to_installed_location(): 'NoneType' object has no
  attribute 'replace'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/830389/+subscriptions

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


[Bug 830282] Re: package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu5 failed to install/upgrade: bcmwl kernel module failed to build (In function ... error: ‘struct net_device’ has no member named ‘m

2011-08-20 Thread Daniel van Vugt
** Summary changed:

- package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu5 failed to 
install/upgrade: bcmwl kernel module failed to build
+ package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu5 failed to 
install/upgrade: bcmwl kernel module failed to build (In function ... error: 
‘struct net_device’ has no member named ‘mc_list’)

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

Title:
  package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu5 failed to
  install/upgrade: bcmwl kernel module failed to build (In function ...
  error: ‘struct net_device’ has no member named ‘mc_list’)

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

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

[Bug 828162] Re: update-manager crashed with Package [u'nspluginviewer'] isn't available in _run()

2011-08-20 Thread Allison Randal
Bug #762968 appears to be related to this one.

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

Title:
  update-manager crashed with  Package [u'nspluginviewer'] isn't
  available in _run()

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

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


Re: [Bug 830110] Re: Horrifically bright Aero Snap color (grid plugin?)

2011-08-20 Thread Sam Spilsbury
This is pretty easily fixed in case anyone is interested, you just
need to premultiply the color values of the rect in the grid plugin by
the alpha value.

On Sun, Aug 21, 2011 at 12:56 PM, Marco Biscaro
marcobiscaro2...@gmail.com wrote:
 I think this is a compiz bug. Anyway, marking as confirmed, since the
 color is really very bad (specially with dark wallpapers/themes).

 ** Package changed: unity (Ubuntu) = compiz (Ubuntu)

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

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

 Title:
  Horrifically bright Aero Snap color (grid plugin?)

 Status in “compiz” package in Ubuntu:
  Confirmed

 Bug description:
  When using Aero Snap (sorry, I don't know the official terminology for
  Unity, this is the effect that happens when you move a window to the
  sides or the top of the screen), I now get a horrendous goldish-yellow
  color instead of the soft orange I used to get in Ubuntu Natty. This
  color is painfully bright, to the point that it washes out everything
  below it. I actually find myself looking away from the monitor when
  moving a window to the sides, it's that bright. See the attached
  screenshot!

  This happens regardless of the graphics hardware or drivers (tested on
  radeon, fgrlx, nouveau and nvidia) so it's apparently some
  misconfiguration. It's obviously much worse on larger/brighter
  monitors (esp. when using movie settings to watch a movie and you
  try to drag-maximize the movie window).

  Any ideas?

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: unity 4.8.2-0ubuntu4
  ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
  Uname: Linux 3.0.0-8-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Είναι κατάλογος: 
 '/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  280.13  Wed Jul 27 16:53:56 
 PDT 2011
   GCC version:  gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-7ubuntu1)
  Architecture: amd64
  BootLog:
   fsck from util-linux 2.19.1
   /dev/loop0: clean, 181857/1264800 files, 1227282/5054464 blocks
   Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
  CompizPlugins: 
 [core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  CompositorRunning: compiz
  Date: Sat Aug 20 18:38:49 2011
  DistUpgraded: Log time: 2011-08-20 15:08:02.679485
  DistroCodename: oneiric
  DistroVariant: ubuntu
  DkmsStatus: nvidia-current-updates, 280.13, 3.0.0-8-generic, x86_64: 
 installed
  GraphicsCard: nVidia Corporation G96 [GeForce 9500 GT] [10de:0640] (rev a1) 
 (prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  JockeyStatus:
   xorg:nvidia_173 - NVIDIA accelerated graphics driver (Proprietary, 
 Disabled, Not in use)
   xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
 Disabled, Not in use)
   kmod:nvidia_current_updates - nvidia_current_updates (Proprietary, Enabled, 
 Not in use)
  MachineType: Gigabyte Technology Co., Ltd. GA-770TA-UD3
  ProcEnviron:
   PATH=(custom, no user)
   LANG=el_GR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-8-generic 
 root=UUID=FE50D27950D2385B loop=/hostname/disks/root.disk ro quiet splash 
 vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: Upgraded to oneiric on 2011-08-20 (0 days ago)
  dmi.bios.date: 05/13/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F3
  dmi.board.name: GA-770TA-UD3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
 dmi:bvnAwardSoftwareInternational,Inc.:bvrF3:bd05/13/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-770TA-UD3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-770TA-UD3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-770TA-UD3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.5.0-0ubuntu5
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.26-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
 1:6.14.99~git20110811.g93fc084-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
 2:2.15.901-1ubuntu2
  

[Bug 830393] [NEW] eject CD-ROM function in dolphin after removing the load drive back immediately.

2011-08-20 Thread unicorp99
Public bug reported:

eject CD-ROM function in dolphin after removing the load drive back
immediately.

eject algoritm must eject cd-rom and stop. But disk reload again...

If eject cd-rom from cd-rom key eject - eject normally.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: dolphin 4:4.7.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-8.11-generic-pae 3.0.1
Uname: Linux 3.0.0-8-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sun Aug 21 11:22:41 2011
InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
SourcePackage: kde-baseapps
UpgradeStatus: Upgraded to oneiric on 2011-01-02 (230 days ago)

** Affects: kde-baseapps (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 oneiric

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

Title:
  eject CD-ROM function in dolphin after removing the load drive back
  immediately.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-baseapps/+bug/830393/+subscriptions

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


[Bug 830393] Re: eject CD-ROM function in dolphin after removing the load drive back immediately.

2011-08-20 Thread unicorp99
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/830393

Title:
  eject CD-ROM function in dolphin after removing the load drive back
  immediately.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-baseapps/+bug/830393/+subscriptions

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


[Bug 830282] Re: package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu5 failed to install/upgrade: bcmwl kernel module failed to build (In function ... error: ‘struct net_device’ has no member named ‘m

2011-08-20 Thread Daniel van Vugt
I understand your frustration with the bcm4312 support. It seems a lot
of people with similar chips have the same issues.

Fixing the source code for driver versions 5.60.x is tricky because there is no 
driver version 5.60.x in oneiric. So no package in which to put the fix. The 
only sane place I can see to fix this bug is in lucid updates (Ubuntu 10.04):
   https://code.launchpad.net/~ubuntu-branches/ubuntu/lucid/bcmwl/lucid

If it's possible to upgrade the kernel on lucid to 3.x with the
available backported kernels then it will be possible to reproduce this
bug on an actual supported Ubuntu release. In that case, the developers
will have a place to actually put a fix.

Please also keep an eye on bug 732677. That is the one about
bcm4311/4312 chips not working with the current driver versions 5.100.x.
Bug 732677 is really the root cause of this problem because you want to
be using the latest driver version.

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

Title:
  package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu5 failed to
  install/upgrade: bcmwl kernel module failed to build (In function ...
  error: ‘struct net_device’ has no member named ‘mc_list’)

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

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

[Bug 713962] Re: dell c400 not waking correctly

2011-08-20 Thread madbiologist
Is this still happening on Maverick with the latest kernel updates?
What about on Ubuntu 11.04 Natty Narwhal?

** Tags added: maverick

** Changed in: acpid (Ubuntu)
   Status: New = Incomplete

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

Title:
  dell c400 not waking correctly

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

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


[Bug 654604] Re: funguloids segaults when trying to start a game

2011-08-20 Thread yman
@Willem Dreyer (willemdreyer)
Change ownership to what?

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

Title:
  funguloids segaults when trying to start a game

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

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


[Bug 160311] Re: Resizing windows by grabbing window borders is difficult

2011-08-20 Thread RussianNeuroMancer
Now it's again issue in Oneiric.

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

Title:
  Resizing windows by grabbing window borders is difficult

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/160311/+subscriptions

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


[Bug 823202] Re: [Oneiric] ibus does not register as IM_MODULE in GTK, GTK_IM_MODULE is always xim

2011-08-20 Thread Ikuya Awashiro
** Summary changed:

- [Oneiric] ibus does not register as IM_MODUL in GTK, GTK_IM_MODULE is always 
xim
+ [Oneiric] ibus does not register as IM_MODULE in GTK, GTK_IM_MODULE is always 
xim

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

Title:
  [Oneiric] ibus does not register as IM_MODULE in GTK, GTK_IM_MODULE is
  always xim

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

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


[Bug 512192] Re: Can't configure Elan tech touchpad on Dell Inspiron 11z, Asus K7I0C and maybe also Dell Mini 10 (not V), Asus k40in, Asus U81A, Asus UL80-VT, Asus N61Jq and Asus K50IE. Acer E642G

2011-08-20 Thread Lord_Alda
Im using Natty Kernel 2.6.38-10-generic as well. On an Acer as7560 and
my elantech 'smart-pad' is recognized as PS/2 generic mouse.

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

Title:
  Can't configure Elan tech touchpad on Dell Inspiron 11z, Asus K7I0C
  and maybe also Dell Mini 10 (not V), Asus k40in, Asus U81A, Asus
  UL80-VT, Asus N61Jq and Asus K50IE. Acer E642G

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

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


[Bug 829593] Re: package apport 1.21.3-0ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 101

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 828037 ***
https://bugs.launchpad.net/bugs/828037

** This bug has been marked a duplicate of bug 828037
   package apport 1.21.3-0ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 101

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

Title:
  package apport 1.21.3-0ubuntu4 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 101

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

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


[Bug 829766] Re: package apport 1.21.3-0ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 101

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 828037 ***
https://bugs.launchpad.net/bugs/828037

** This bug has been marked a duplicate of bug 828037
   package apport 1.21.3-0ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 101

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

Title:
  package apport 1.21.3-0ubuntu3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 101

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

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


[Bug 829500] Re: package apport 1.21.3-0ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 101

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 828037 ***
https://bugs.launchpad.net/bugs/828037

** This bug has been marked a duplicate of bug 828037
   package apport 1.21.3-0ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 101

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

Title:
  package apport 1.21.3-0ubuntu4 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 101

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

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


[Bug 829040] Re: package apport 1.21.3-0ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 101

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 828037 ***
https://bugs.launchpad.net/bugs/828037

** This bug is no longer a duplicate of bug 828658
   package apport 1.21.3-0ubuntu2 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 101 zurück
** This bug has been marked a duplicate of bug 828037
   package apport 1.21.3-0ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 101

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

Title:
  package apport 1.21.3-0ubuntu4 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 101

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

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

[Bug 828860] Re: package xdiagnose 1.0ubuntu1 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 828037 ***
https://bugs.launchpad.net/bugs/828037

** This bug is no longer a duplicate of bug 828658
   package apport 1.21.3-0ubuntu2 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 101 zurück
** This bug has been marked a duplicate of bug 828037
   package apport 1.21.3-0ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 101

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

Title:
  package xdiagnose 1.0ubuntu1 failed to install/upgrade: ErrorMessage:
  dependency problems - leaving unconfigured

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

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

[Bug 828658] Re: package apport 1.21.3-0ubuntu2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 101 zurück

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 828037 ***
https://bugs.launchpad.net/bugs/828037

** This bug has been marked a duplicate of bug 828037
   package apport 1.21.3-0ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 101

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

Title:
  package apport 1.21.3-0ubuntu2 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 101 zurück

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

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

[Bug 828962] Re: new kernel doesn't boot in 11.10

2011-08-20 Thread little jo
 I think we can close the bug.

Well, i don't think so... I have twice the bug now.

I have a lot of line:
udevd[116]: failed to execute '/lib/udev/input_id' 'input_id 
/devices/virtual/input/mice': No such file or directory

Then black screen (with no disk access)
CTRL+ALT+Suppr wort to reboot.
A long press on the button on/off works to shutdown.
A small press on the button on/off has no effect.

After 2 bad tries, the kernel now boots. i doesn't hope it's a hardware
problem...

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

Title:
  new kernel doesn't boot in 11.10

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

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


[Bug 828629] Re: Apport attempts to file contents of stderr as tag in Launchpad (eg. '/usr/lib/libv4l/v4l1compat.so' )

2011-08-20 Thread Brian Murray
It'd be interesting to know whether or not it was a source package hook
or apport itself trying to add this as a tag.  Do you happen to have any
files in your /var/crash directory?  If so you should be able to
determine which crash file one was trying to add that strange tag and
it'd be great if you could add it to the report.

** Changed in: apport (Ubuntu)
   Importance: Undecided = Critical

** Changed in: apport (Ubuntu)
   Importance: Critical = High

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

Title:
  Apport attempts to file contents of stderr as tag in Launchpad (eg.
  '/usr/lib/libv4l/v4l1compat.so' )

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

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


[Bug 827025] Re: LibreOffice Could not attach to process No Stack

2011-08-20 Thread Fadec Mirror
apport information

** Tags added: apport-collected natty

** Description changed:

  System: Linux 2.6.38-11-generic-pae #48-Ubuntu SMP Fri Jul 29 20:51:21 UTC 
2011 i686
  X Vendor: The X.Org Foundation
  X Vendor Release: 11001000
  Selinux: No
  Accessibility: Disabled
  GTK+ Theme: Ambiance
  Icon Theme: ubuntu-mono-dark
  GTK+ Modules: gnomesegvhandler, canberra-gtk-module
  
  Memory status: size: 357085184 vsize: 357085184 resident: 46317568 share: 
24903680 rss: 46317568 rss_rlim: 18446744073709551615
  CPU usage: start_time: 1313346517 rtime: 7860 utime: 6942 stime: 918 cutime:0 
cstime: 1 timeout: 0 it_real_value: 0 frequency: 100
  
  
  --- .xsession-errors -
  ** (gnome-session:2232): DEBUG: GsmDBusClient: obj_path=/org/freedesktop/DBus 
interface=org.freedesktop.DBus method=NameOwnerChanged
  ** (gnome-session:2232): DEBUG: GsmDBusClient: obj_path=/org/freedesktop/DBus 
interface=org.freedesktop.DBus method=NameOwnerChanged
  ** (gnome-session:2232): DEBUG: GsmDBusClient: obj_path=/org/freedesktop/DBus 
interface=org.freedesktop.DBus method=NameOwnerChanged
  ** (gnome-session:2232): DEBUG: GsmDBusClient: obj_path=/org/freedesktop/DBus 
interface=org.freedesktop.DBus method=NameOwnerChanged
  ** (gnome-session:2232): DEBUG: GsmDBusClient: obj_path=/org/freedesktop/DBus 
interface=org.freedesktop.DBus method=NameOwnerChanged
  ** (gnome-session:2232): DEBUG: GsmDBusClient: obj_path=/org/freedesktop/DBus 
interface=org.freedesktop.DBus method=NameOwnerChanged
  ** (gnome-session:2232): DEBUG: GsmDBusClient: obj_path=/org/freedesktop/DBus 
interface=org.freedesktop.DBus method=NameOwnerChanged
  ** (gnome-session:2232): DEBUG: GsmDBusClient: obj_path=/org/freedesktop/DBus 
interface=org.freedesktop.DBus method=NameOwnerChanged
  ** (gnome-session:2232): DEBUG: GsmDBusClient: obj_path=/org/freedesktop/DBus 
interface=org.freedesktop.DBus method=NameOwnerChanged
  Could not attach to process.  If your uid matches the uid of the target
  process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
  again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
  ptrace: Операция не позволяется.
  /home/fadec/2823: Нет такого файла или каталога.
  No stack.
  --
+ --- 
+ Architecture: i386
+ DistroRelease: Ubuntu 11.04
+ EcryptfsInUse: Yes
+ InstallationMedia: Ubuntu-Netbook 10.04 Lucid Lynx - Release i386 
(20100429.4)
+ NonfreeKernelModules: nvidia
+ Package: libreoffice 1:3.3.3-1ubuntu2
+ PackageArchitecture: i386
+ ProcEnviron:
+  LANGUAGE=ru_RU:en
+  LANG=ru_RU.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.38-11.48-generic-pae 2.6.38.8
+ Tags:  natty
+ Uname: Linux 2.6.38-11-generic-pae i686
+ UpgradeStatus: Upgraded to natty on 2011-07-15 (35 days ago)
+ UserGroups: adm admin audio cdrom dialout dip fax floppy fuse kvm libvirtd 
lpadmin netdev plugdev sambashare tape video

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/827025/+attachment/2293777/+files/Dependencies.txt

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

Title:
  LibreOffice Could not attach to process No Stack

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

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

[Bug 829596] Re: glibmm2.4 version 2.29.11-0ubuntu1 failed to build in oneiric

2011-08-20 Thread Steve Langasek
Backtrace suggests this might be a libsigc++ problem?

Program received signal SIGSEGV, Segmentation fault.
sigc::internal::trackable_callback_list::~trackable_callback_list (
this=0x604050, __in_chrg=optimized out) at ../../sigc++/trackable.cc:89
89  if ((*i).func_) 
(gdb) bt
#0  sigc::internal::trackable_callback_list::~trackable_callback_list (
this=0x604050, __in_chrg=optimized out) at ../../sigc++/trackable.cc:89
#1  0x77bd9651 in sigc::trackable::notify_callbacks (this=0x604170)
at ../../sigc++/trackable.cc:67
#2  0x77bd9ab3 in ~slot_rep (this=0x604170, __in_chrg=optimized out)
at ../../sigc++/functors/slot_base.h:87
#3  sigc::slot_base::~slot_base (this=optimized out, 
__in_chrg=optimized out) at ../../sigc++/functors/slot_base.cc:101
#4  0x77bd921c in destroy (__p=0x604150, this=optimized out)
at /usr/include/c++/4.6/ext/new_allocator.h:118
#5  _M_erase (__position=..., this=optimized out)
at /usr/include/c++/4.6/bits/stl_list.h:1537
#6  erase (__position=..., this=optimized out)
at /usr/include/c++/4.6/bits/list.tcc:113
#7  sigc::internal::signal_impl::sweep (this=0x604120)
at ../../sigc++/signal_base.cc:75
#8  0x77bd9255 in sigc::internal::signal_impl::notify (
d=optimized out) at ../../sigc++/signal_base.cc:84
#9  0x77bd9a5f in sigc::internal::slot_rep::notify (data=0x604170)
at ../../sigc++/functors/slot_base.cc:63
#10 0x77bd95d7 in 
sigc::internal::trackable_callback_list::~trackable_callback_list 
(this=0x6040d0, __in_chrg=optimized out)
at ../../sigc++/trackable.cc:90
#11 0x77bd9651 in sigc::trackable::notify_callbacks (this=0x604010)
at ../../sigc++/trackable.cc:67
#12 0x00401625 in ~Test (this=0x604010, __in_chrg=optimized out)
at glibmm_refptr_sigc_bind/main.cc:47
#13 main () at glibmm_refptr_sigc_bind/main.cc:65
(gdb) print i
$1 = {_M_node = 0x0}
(gdb)

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

Title:
  glibmm2.4 version 2.29.11-0ubuntu1 failed to build in oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibmm2.4/+bug/829596/+subscriptions

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


[Bug 704123] Re: PIN is asked despite it's configured into the system connection

2011-08-20 Thread Peter Schüller
I have the same issue, connection is stored in /etc/NetworkManager
/systems-connections/ the connection is available to all users, pin is
set.

If the device is recognized at bootup time the connection is established
without asking the pin.

If I disconnect the device and connect it again, the device is always
recognized, then the pin is asked, but if I cancel the dialog the
connection is established anyways.

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

Title:
  PIN is asked despite it's configured into the system connection

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

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


[Bug 829905] Re: package flashplugin-installer 10.3.183.4ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.183.4ubuntu3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/829905/+subscriptions

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


[Bug 829893] Re: package flashplugin-installer 10.3.183.4ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.183.4ubuntu3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/829893/+subscriptions

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


[Bug 829884] Re: package flashplugin-installer 10.3.183.4ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.183.4ubuntu3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/829884/+subscriptions

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


[Bug 829870] Re: package flashplugin-installer 10.3.183.4ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.183.4ubuntu3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/829870/+subscriptions

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


[Bug 829777] Re: package flashplugin-installer 10.3.183.4ubuntu3 failed to install/upgrade: podproces zainstalowany skrypt post-installation zwrócił kod błędu 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.183.4ubuntu3 failed to
  install/upgrade: podproces zainstalowany skrypt post-installation
  zwrócił kod błędu 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/829777/+subscriptions

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

[Bug 829772] Re: package flashplugin-installer 10.3.183.4ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.183.4ubuntu3 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/829772/+subscriptions

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


[Bug 829651] Re: package flashplugin-installer 10.3.183.4ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.183.4ubuntu3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/829651/+subscriptions

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


[Bug 829548] Re: package flashplugin-installer 10.3.183.4ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.183.4ubuntu3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/829548/+subscriptions

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


[Bug 829451] Re: package flashplugin-installer 10.3.183.4ubuntu3 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.183.4ubuntu3 failed to
  install/upgrade: il sottoprocesso vecchio script di post-installation
  ha restituito lo stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/829451/+subscriptions

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


[Bug 827025] Re: LibreOffice Could not attach to process No Stack

2011-08-20 Thread Fadec Mirror
** Attachment added: Another report
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/827025/+attachment/2293781/+files/soffice-bugreport.txt

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

Title:
  LibreOffice Could not attach to process No Stack

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

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


[Bug 826818] Re: package flashplugin-installer 10.3.183.4ubuntu0.11.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.183.4ubuntu0.11.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/826818/+subscriptions

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


[Bug 826003] Re: package flashplugin-installer 10.3.183.4ubuntu0.10.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.183.4ubuntu0.10.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/826003/+subscriptions

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


[Bug 825955] Re: package flashplugin-installer 10.3.183.4ubuntu0.11.04.1 failed to install/upgrade: підпроцес installed post-installation script повернув статус помилку 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.183.4ubuntu0.11.04.1 failed to
  install/upgrade: підпроцес installed post-installation script повернув
  статус помилку 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/825955/+subscriptions

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

[Bug 824616] Re: package flashplugin-installer 10.3.183.4ubuntu0.11.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.183.4ubuntu0.11.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/824616/+subscriptions

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


[Bug 823888] Re: package flashplugin-installer 10.3.181.34ubuntu0.11.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

** This bug is no longer a duplicate of bug 815958
   package flashplugin-installer 10.3.181.34ubuntu0.11.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.181.34ubuntu0.11.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/823888/+subscriptions

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


[Bug 815958] Re: package flashplugin-installer 10.3.181.34ubuntu0.11.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.181.34ubuntu0.11.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/815958/+subscriptions

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


[Bug 810418] Re: package flashplugin-installer 10.3.181.34ubuntu0.11.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.181.34ubuntu0.11.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/810418/+subscriptions

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


[Bug 799787] Re: package flashplugin-installer 10.3.181.26ubuntu0.10.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.181.26ubuntu0.10.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/799787/+subscriptions

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


[Bug 794178] Re: package flashplugin-installer 10.3.181.22ubuntu0.11.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.181.22ubuntu0.11.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/794178/+subscriptions

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


[Bug 786452] Re: package flashplugin-installer 10.3.181.14ubuntu0.10.04.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.181.14ubuntu0.10.04.1 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/786452/+subscriptions

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

[Bug 788606] Re: package flashplugin-installer 10.3.181.14ubuntu0.10.04.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.181.14ubuntu0.10.04.1 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/788606/+subscriptions

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

[Bug 786132] Re: package flashplugin-installer 10.3.181.14ubuntu0.11.04.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.181.14ubuntu0.11.04.1 failed to
  install/upgrade: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/786132/+subscriptions

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

[Bug 787729] Re: package flashplugin-installer 10.3.181.14ubuntu0.10.10.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.181.14ubuntu0.10.10.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/787729/+subscriptions

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


[Bug 798310] Re: package flashplugin-installer 10.3.181.26ubuntu0.11.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.181.26ubuntu0.11.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/798310/+subscriptions

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


[Bug 794601] Re: package flashplugin-installer 10.3.181.22ubuntu0.11.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.181.22ubuntu0.11.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/794601/+subscriptions

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


[Bug 16467] Re: [MASTER] aptitude/apt-get segmentation fault on corrupted cache

2011-08-20 Thread Bug Watch Updater
** Changed in: apt (Debian)
   Status: New = Fix Released

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

Title:
  [MASTER] aptitude/apt-get segmentation fault on corrupted cache

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

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


[Bug 783761] Re: package flashplugin-installer 10.3.181.14ubuntu0.10.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.3.181.14ubuntu0.10.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/783761/+subscriptions

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


[Bug 775366] Re: package flashplugin-installer 10.2.153.1ubuntu0.10.04.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-08-20 Thread Brian Murray
*** This bug is a duplicate of bug 762968 ***
https://bugs.launchpad.net/bugs/762968

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 762968, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 762968
   package flashplugin-installer 10.2.159.1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

Title:
  package flashplugin-installer 10.2.153.1ubuntu0.10.04.1 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/775366/+subscriptions

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

[Bug 797694] Re: radio import/export

2011-08-20 Thread Chow Loong Jin
You can create a playlist under the Radio stations option, and then
export that playlist. Would that work?

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

Title:
  radio import/export

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

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


[Bug 825467] Re: [alt-tab] [wishlist] Use Alt-` as a keyboard shortcut to switch between multiple windows of the same app

2011-08-20 Thread Jeremy Bicha
Having to press Alt+Tab before Alt+ the key above Tab eliminates the
benefit of the Alt+` switcher.

Also, the key located above Tab varies from country to country so you
shouldn't hardcode that to be `. I don't know if Compiz supports doing
keyboard shortcuts like that. I just know that GNOME Shell's alt-tab
switcher works pretty well and seems to have similar design goals to
Unity's implementation which doesn't work near as well.

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

Title:
  [alt-tab] [wishlist] Use Alt-` as a keyboard shortcut to switch
  between multiple windows of the same app

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

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


[Bug 218909] Re: papaya FPE's on connect in x86_64 (8.10 amd64)

2011-08-20 Thread Bug Watch Updater
** Changed in: papaya (Debian)
   Status: New = Fix Released

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

Title:
  papaya FPE's on connect in x86_64 (8.10 amd64)

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

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


[Bug 739472] Re: evince crashed with SIGSEGV in DCTStream::reset()

2011-08-20 Thread Bug Watch Updater
** Changed in: poppler
   Status: Unknown = Fix Released

** Changed in: poppler
   Importance: Unknown = Low

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

Title:
  evince crashed with SIGSEGV in DCTStream::reset()

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

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


  1   2   3   4   5   6   7   8   9   10   >