[Bug 1901724] Re: Systemd user environment generator is not executable.

2022-04-25 Thread Sunil Mohan Adapa
I have seen this issue across three different Ubuntu releases now,
latest being 22.04. After each upgrade, SSH logins (and git repo access)
using my GPG hardware token stop working. The workaround specified in
the descriptions works. I have been doing that after each Ubuntu
upgrade.

The lack of executable permission originated in Debian and was quickly
fixed. The fix didn't happen in Ubuntu and should be straight forward to
apply.

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

Title:
  Systemd user environment generator is not executable.

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


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

[Bug 1961908] [NEW] GRUB failed to install bootloader on second SCSI drive /dev/sdb

2022-02-23 Thread Ramu Mohan Srinivasan Radhakrishnan
Public bug reported:

Dear Team,

Please refer to attached logs

Regards,
Ramu Mohan Srinivasan Radhakrishnan

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: ubiquity 21.10.10
ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
Uname: Linux 5.13.0-19-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu70
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.465
CurrentDesktop: ubuntu:GNOME
Date: Wed Feb 23 14:18:53 2022
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity splash ---
LiveMediaBuild: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
ProcEnviron:
 LANGUAGE=C.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=C.UTF-8
 LC_NUMERIC=C.UTF-8
RebootRequiredPkgs: Error: path contained symlinks.
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug impish ubiquity-21.10.10 ubuntu

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

Title:
  GRUB failed to install bootloader on second SCSI drive /dev/sdb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1961908/+subscriptions


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

[Bug 1944468] Re: Electron applications all crash upon launch

2021-09-23 Thread Deepak Mohan
FYI, the fix is now being backported to Electron 13 and also Electron 12
https://github.com/electron/electron/pull/31091

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

Title:
  Electron applications all crash upon launch

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


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

[Bug 1283424] Re: fullscreen video cropped on high-dpi screen

2021-05-23 Thread Mohan
the patch by sllorente is working and was helpful to me. thanks.

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

Title:
  fullscreen video cropped on high-dpi screen

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

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

[Bug 1921113] [NEW] Invalid CMake Syntax

2021-03-24 Thread Daniel Mohan Sahu
Public bug reported:

When attempting a cmake build with the default apt installed `libceres-
dev` I encountered the following error:

```
CMake Error at /usr/lib/cmake/ceres/CeresConfig.cmake:89 (else):
  Flow control statements are not properly nested.
Call Stack (most recent call first):
  CMakeLists.txt:26 (find_package)
```

Digging into `/usr/lib/cmake/ceres/CeresConfig.cmake:89`, it looks like
line 87 should be `elseif`, not `else`. Manually editing the file and
rebuilding fixes my build.

```
85  if (Ceres_FIND_QUIETLY)
86message(STATUS "Failed to find Ceres - " ${REASON_MSG} ${ARGN})
87  else (Ceres_FIND_REQUIRED)
88message(FATAL_ERROR "Failed to find Ceres - " ${REASON_MSG} ${ARGN})
89  else()
```

I'm not sure how this got mangled as the source code version seems to be right 
(see link). We've also been using this package / installation method for quite 
a while without any issues, so I believe this is a new problem (as of 03/23).
https://github.com/ceres-solver/ceres-solver/blob/master/cmake/CeresConfig.cmake.in

Other information:
# lsb_release -rd
Description:Ubuntu 16.04.7 LTS
Release:16.04

# apt-cache policy libceres-dev
libceres-dev:
  Installed: 1.12.0+dfsg0-5
  Candidate: 1.12.0+dfsg0-5
  Version table:
 *** 1.12.0+dfsg0-5 100
100 /var/lib/dpkg/status

** Affects: ceres-solver (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Invalid CMake Syntax

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceres-solver/+bug/1921113/+subscriptions

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

[Bug 1910554] [NEW] Freezes randomly and buttons/mouse don't work. Have to shut down by long pressing the power button

2021-01-07 Thread Mohan Kumar
Public bug reported:

Freezes randomly and buttons/mouse don't work. Have to shut down by long
pressing the power button. Don't particularly know what is causing it.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: ubiquity (not installed)
ProcVersionSignature: Ubuntu 5.8.0-34.37-generic 5.8.18
Uname: Linux 5.8.0-34-generic x86_64
ApportVersion: 2.20.11-0ubuntu50.3
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu Jan  7 20:30:20 2021
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
InstallationDate: Installed on 2021-01-06 (1 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: ubiquity
Symptom: installation
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug groovy ubiquity-20.10.13

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

Title:
  Freezes randomly and buttons/mouse don't work. Have to shut down by
  long pressing the power button

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

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

Re: [Bug 1881860] Re: Adds buster-backports to /etc/apt/sources.list... which breaks a Ubuntu system

2020-06-04 Thread Sunil Mohan Adapa
On 03/06/20 10:42 pm, Christian Ehrhardt  wrote:
[...]
> By that the current version in Groovy will stay at 20.3 and whenever
> you upload something newer than the failing 20.10 it will then work
> (fixed backport handling) and migrate into Ubuntu Groovy.

Okay, the simplest way seems to be to release 20.10.1 or 20.11.

> 
> For regular uploads, as long as you don't need Ubuntu-specific Delta
> your uploads to Debian will automatically be synced over to Ubuntu.
> You'll have to: - check Ubuntu tests and proposed migration [1] -
> make your package work fine on both (as you did with the dpkg-vendor
> commit)
>
> If both are true, then no "extra" uploads are needed.
>
FreedomBox is already a native package in Debian and we fix all Debian
issues without a delta. I suppose we can treat all Ubuntu bugs similarly
and avoid an Ubuntu-specific delta.

> After a release is done e.g. when Ubuntu Groovy releases in October
> all further updates will have to follow the SRU process [2] (TL;DR -
> only fixes, extra care on no regressions). You might consider to now
> apply to PPU [3] permission for freedombox to be able to upload to
> Ubuntu as needed when the case comes up.
> 
> [1]:
> http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html
> [2]: https://wiki.ubuntu.com/StableReleaseUpdates
> [3]: https://wiki.ubuntu.com/UbuntuDevelopers#Per-package_Uploaders
> 

I will apply for PPU eventually. Thank you for a detailed response.

-- 
Sunil

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

Title:
  Adds buster-backports to /etc/apt/sources.list... which breaks a
  Ubuntu system

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

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

[Bug 1881860] Re: Adds buster-backports to /etc/apt/sources.list... which breaks a Ubuntu system

2020-06-03 Thread Sunil Mohan Adapa
A patch for the problem has been merged to upstream:
https://salsa.debian.org/freedombox-
team/freedombox/-/merge_requests/1824 . Please consider applying this
patch and uploading the latest version of FreedomBox into Ubuntu. If it
make it any easier for you, I can request our release manager (James) to
make an emergency release 20.10.1 with this patch in it.

We will also be redoing the approach for backports differently in
upcoming releases. See: https://salsa.debian.org/freedombox-
team/freedombox/-/issues/1855

Off topic:

We, of the FreedomBox team, would love to see FreedomBox work well in
Ubuntu. We can make this happen by:

- Uploading FreedomBox regularly to Ubuntu (we have a two week release cycle) 
perhaps with the help of an Ubuntu maintainer.
- Update our test pipelines to run our functional test suite regularly on 
Ubuntu.
- Plan for Ubuntu LTS releases in addition to Debian stable releases, if we can.

If someone from Ubuntu who can help us to make this happen, please get
in touch.

** Bug watch added: salsa.debian.org/freedombox-team/freedombox/-/issues #1855
   https://salsa.debian.org/freedombox-team/freedombox/-/issues/1855

** Patch added: "Patch to fix the problem for Ubuntu and other derivatives"
   
https://bugs.launchpad.net/ubuntu/+source/plinth/+bug/1881860/+attachment/5380241/+files/0001-upgrades-Don-t-enable-backports-on-Debian-derivative.patch

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

Title:
  Adds buster-backports to /etc/apt/sources.list... which breaks a
  Ubuntu system

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

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

[Bug 1880055] [NEW] cant upgrade to ubuntu 20.04

2020-05-21 Thread Mohan M
Public bug reported:

i cant upgrade from 18.04.4 to ubuntu 20.04

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.37
ProcVersionSignature: Ubuntu 5.3.0-53.47~18.04.1-generic 5.3.18
Uname: Linux 5.3.0-53-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.14
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Fri May 22 06:56:48 2020
InstallationDate: Installed on 2019-02-25 (451 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-05-22 (0 days ago)

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


** Tags: amd64 apport-bug bionic dist-upgrade

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

Title:
  cant upgrade to ubuntu 20.04

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

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

[Bug 1861737] [NEW] Grub installation crashed

2020-02-03 Thread Ram Mohan via ubuntu-bugs
Public bug reported:

Trying to install Ubuntu on a New M2 SSD got me into this error

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.6
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CasperVersion: 1.394
Date: Mon Feb  3 16:47:02 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.6 ubuntu

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

Title:
  Grub installation crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1861737/+subscriptions

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

[Bug 1270203] Re: no way to use resizepart non-interactively on busy partition

2020-01-01 Thread Sunil Mohan Adapa
With the release of parted 3.3 the above listed workarounds no longer
work. The work around that worked for me was something like this:

echo -e "yes\n100%" | parted /dev/mmcblk0 ---pretend-input-tty unit %
resizepart 2

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

Title:
  no way to use resizepart non-interactively on busy partition

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

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

[Bug 1611737] Re: Can't upgrade from a release if ros packages are installed from ROS servers

2019-03-22 Thread Jishnu Mohan P R
I had the same error and I solved it.

First remove ros using the command:  sudo apt-get remove ros-*

If you have created any workspace you have to remove that too.

If you have added setup scripts to you .bashrc then remove that too. For that 
use the command: 
gedit .bashrc 

and then remove all the last commands with ros and your workspaces.

After doing these steps, use the commands:  sudo apt-get clean and sudo
apt-get autoclean

This will solve the error.

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

Title:
  Can't upgrade from a release if ros packages are  installed from ROS
  servers

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

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

[Bug 1802076] Re: Trackpad not detected

2018-11-22 Thread Adhitya Mohan
*** This bug is a duplicate of bug 1781879 ***
https://bugs.launchpad.net/bugs/1781879

also duplicate of
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1781879

** This bug has been marked a duplicate of bug 1781879
   Latest ASUS trackpad doesn't work in Ubuntu

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

Title:
  Trackpad not detected

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

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

[Bug 1802076] Re: Trackpad not detected

2018-11-22 Thread Adhitya Mohan
*** This bug is a duplicate of bug 1781879 ***
https://bugs.launchpad.net/bugs/1781879

Linux kernel v4.19+ supports touchpad, add tag kernel-fixed-upstream

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

Title:
  Trackpad not detected

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

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

[Bug 1789788] [NEW] installation crashed

2018-08-29 Thread MOHAN D NAIK
Public bug reported:

when i tried install ubuntu 14.04, installation got crashed

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.7
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CasperVersion: 1.340
Date: Thu Aug 30 09:15:46 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash --
LiveMediaBuild: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
ProcEnviron:
 LANGUAGE=en_IN
 PATH=(custom, no user)
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty ubiquity-2.18.7 ubuntu

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

Title:
  installation crashed

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

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

[Bug 1788424] [NEW] package xorg-dev 1:7.7+13ubuntu3.1 failed to install/upgrade: package xorg-dev is already installed and configured

2018-08-22 Thread Mohan Sri Ramakrishna
Public bug reported:

I don't what the error but every time pop up is coming and saying ubuntu
is experiencing a internal porblem report error like that.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: xorg-dev 1:7.7+13ubuntu3.1
ProcVersionSignature: Ubuntu 4.15.0-32.35~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-32-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.18
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CrashReports:
 640:0:117:351851:2018-08-16 09:23:01.829681158 +0530:2018-08-16 
09:23:02.829681158 
+0530:/var/crash/_usr_lib_snapd-glib_snapd-login-service.0.crash
 600:0:117:302361:2018-08-22 14:00:21.931645870 +0530:2018-08-22 
14:00:22.931645870 +0530:/var/crash/xorg-dev.0.crash
Date: Wed Aug 22 14:00:22 2018
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
DuplicateSignature:
 package:xorg-dev:1:7.7+13ubuntu3.1
 Setting up xserver-xorg-dev-hwe-16.04 (2:1.19.6-1ubuntu4~16.04.1) ...
 dpkg: error processing package xorg-dev (--configure):
  package xorg-dev is already installed and configured
ErrorMessage: package xorg-dev is already installed and configured
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: Dell Broadwell-U Integrated Graphics [1028:06b0]
InstallationDate: Installed on 2018-01-08 (226 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
MachineType: Dell Inc. Inspiron 3558
PackageArchitecture: all
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-32-generic 
root=UUID=b6083785-bcd1-4604-9b81-8a67917dcea3 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.4
 apt  1.2.27
SourcePackage: dpkg
Title: package xorg-dev 1:7.7+13ubuntu3.1 failed to install/upgrade: package 
xorg-dev is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/15/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A07
dmi.board.name: 0XCR91
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd12/15/2015:svnDellInc.:pnInspiron3558:pvr:rvnDellInc.:rn0XCR91:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Inspiron 3558
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.3+16.04.20180221-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.91-2~16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~16.04.1
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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


** Tags: already-installed amd64 apport-package compiz-0.9 ubuntu xenial

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

Title:
  package xorg-dev 1:7.7+13ubuntu3.1 failed to install/upgrade: package
  xorg-dev is already installed and configured

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

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

[Bug 1787340] [NEW] package libjpeg-turbo8:amd64 1.5.2-0ubuntu5.18.04.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2018-08-16 Thread Mohan
Public bug reported:

NA

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: libjpeg-turbo8:amd64 1.5.2-0ubuntu5.18.04.1
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
AptOrdering:
 google-chrome-stable:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Thu Aug 16 12:21:02 2018
Dependencies:
 gcc-8-base 8-20180414-1ubuntu2
 libc6 2.27-3ubuntu1
 libgcc1 1:8-20180414-1ubuntu2
 multiarch-support 2.27-3ubuntu1
DuplicateSignature:
 package:libjpeg-turbo8:amd64:1.5.2-0ubuntu5.18.04.1
 Processing triggers for desktop-file-utils (0.23-1ubuntu3) ...
 dpkg: error processing package libjpeg-turbo8:amd64 (--configure):
  package is in a very bad inconsistent state; you should
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2018-05-12 (95 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: /root/Error: command ['which', 'python'] failed with exit code 
1:, Error: [Errno 2] No such file or directory: "/root/Error: command ['which', 
'python'] failed with exit code 1:": "/root/Error: command ['which', 'python'] 
failed with exit code 1:", unpackaged
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.1
SourcePackage: libjpeg-turbo
Title: package libjpeg-turbo8:amd64 1.5.2-0ubuntu5.18.04.1 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: libjpeg-turbo (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

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

Title:
  package libjpeg-turbo8:amd64 1.5.2-0ubuntu5.18.04.1 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1787340/+subscriptions

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

[Bug 1783925] [NEW] lttng-modules-dkms 2.8.0-1ubuntu1~16.04.2: lttng-modules kernel module failed to build

2018-07-26 Thread Mohan Shanmuga Sundaram
Public bug reported:

Getting this error on every boot.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: lttng-modules-dkms 2.8.0-1ubuntu1~16.04.2
ProcVersionSignature: Ubuntu 4.4.0-130.156-generic 4.4.134
Uname: Linux 4.4.0-130-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
DKMSKernelVersion: 4.4.0-130-generic
Date: Mon Jul 23 07:28:51 2018
DuplicateSignature: 
dkms:lttng-modules-dkms:2.8.0-1ubuntu1~16.04.2:/var/lib/dkms/lttng-modules/2.8.0/build/probes/../probes/lttng-tracepoint-event-impl.h:142:6:
 error: conflicting types for ‘trace_kvm_mmio’
InstallationDate: Installed on 2016-12-11 (592 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
PackageArchitecture: all
PackageVersion: 2.8.0-1ubuntu1~16.04.2
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.15ubuntu0.2
SourcePackage: lttng-modules
Title: lttng-modules-dkms 2.8.0-1ubuntu1~16.04.2: lttng-modules kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: lttng-modules (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package third-party-packages xenial

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

Title:
  lttng-modules-dkms 2.8.0-1ubuntu1~16.04.2: lttng-modules kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lttng-modules/+bug/1783925/+subscriptions

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

[Bug 1781703] [NEW] grub installer

2018-07-14 Thread mohan
Public bug reported:

grub installer is failed

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Sat Jul 14 16:33:30 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
ProcEnviron:
 LANGUAGE=en_IN
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14 ubuntu

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

Title:
  grub installer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1781703/+subscriptions

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

[Bug 1489855] Re: Change to mount sequence order breaks persistence on casper-rw partitions

2017-09-12 Thread Pankaj Mohan
There is a workaround for avoiding this bug when creating such pen-
drives. You should create three partitions : 1) A fat32 formatted 350MB
for storing 'boot' and 'EFI' folders, 2) An ext4 formatted 2GB for
storing the rest of Ubuntu's ISO content & 3) An ext4 formatted and
labelled as 'casper-rw' in whatever size remains available for
persistence. Finally enter 'set root=(hd0,2)' (without single quotes) in
grub.cfg and the drive starts working as per your wishes.

One could do the same even with two partitions, provided they were ready
to use the ISO file itself instead of its extracted content. I've
described all this in my blog post linked below. Remember, this is a
layman's perspective, and written by gathering information through a
trial and error approach, so kindly don't expect any technical
explanations for whatever I've been able to list down there...

http://proaudience.com/2017/09/creating-ubuntu-pen-drives-with-
persistence/

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

Title:
  Change to mount sequence order breaks persistence on casper-rw
  partitions

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

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

[Bug 1711144] [NEW] package libssh-gcrypt-4 (not installed) failed to install/upgrade: package control info rmdir of 'md5sums' didn't say not a dir: Read-only file system

2017-08-16 Thread Akhil Mohan
Public bug reported:

Observed this error while installing Ubuntu on my computer. I am first
time Ubuntu user so do not know much details about the bug or
installation process

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libssh-gcrypt-4 (not installed)
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CasperVersion: 1.376
Date: Wed Aug 16 06:52:40 2017
ErrorMessage: package control info rmdir of 'md5sums' didn't say not a dir: 
Read-only file system
LiveMediaBuild: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: libssh
Title: package libssh-gcrypt-4 (not installed) failed to install/upgrade: 
package control info rmdir of 'md5sums' didn't say not a dir: Read-only file 
system
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package libssh-gcrypt-4 (not installed) failed to install/upgrade:
  package control info rmdir of 'md5sums' didn't say not a dir: Read-
  only file system

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

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


[Bug 1681679] Re: package deja-dup 34.2-0ubuntu3.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2017-04-25 Thread mohan
thanks

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

Title:
  package deja-dup 34.2-0ubuntu3.1 failed to install/upgrade: package is
  in a very bad inconsistent state; you should  reinstall it before
  attempting configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1681679/+subscriptions

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


[Bug 1661941] [NEW] cant connect to wifi

2017-02-05 Thread vaishnavi mohan
Public bug reported:

i am not able to connect to wifi. there is no enable wifi option in
network menu. how can i solve this issue

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-108-generic 3.13.0-108.155
ProcVersionSignature: Ubuntu 3.13.0-108.155-generic 3.13.11-ckt39
Uname: Linux 3.13.0-108-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.23
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  vaishu 1624 F pulseaudio
 /dev/snd/controlC0:  vaishu 1624 F pulseaudio
CurrentDesktop: Unity
Date: Sun Feb  5 15:14:16 2017
HibernationDevice: RESUME=UUID=c2875e73-69d3-4af6-a684-4549c277bfdd
InstallationDate: Installed on 2015-08-25 (530 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 064e:930b Suyin Corp. 
 Bus 001 Device 002: ID 0a5c:216d Broadcom Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: HP HP Notebook
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-108-generic.efi.signed 
root=UUID=9908fc28-804a-4434-bebe-3936e27dfd42 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-108-generic N/A
 linux-backports-modules-3.13.0-108-generic  N/A
 linux-firmware  1.127.23
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to trusty on 2017-01-09 (26 days ago)
dmi.bios.date: 05/17/2016
dmi.bios.vendor: Insyde
dmi.bios.version: F.21
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 80C1
dmi.board.vendor: HP
dmi.board.version: 96.47
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.21:bd05/17/2016:svnHP:pnHPNotebook:pvrType1ProductConfigId:rvnHP:rn80C1:rvr96.47:cvnHP:ct10:cvrChassisVersion:
dmi.product.name: HP Notebook
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

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


** Tags: amd64 apport-bug package-from-proposed trusty

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

Title:
  cant connect to wifi

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

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


Re: [Bug 1640369] Re: Ubuntu installer fails and crashes

2016-11-30 Thread mohan
Thanks Philip.

On Wed, Nov 30, 2016 at 6:53 AM, Phillip Susi  wrote:

> Your EFI system partition is corrupt; you will need to repair it with
> dosfsck, or Windows' chkdsk.
>
>
> ** Changed in: grub-installer (Ubuntu)
>Status: New => Invalid
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1640369
>
> Title:
>   Ubuntu installer fails and crashes
>
> Status in grub-installer package in Ubuntu:
>   Invalid
>
> Bug description:
>   trying to install ubuntu 14.04LTS as dual boot on my laptop running
>   Windows XP. It goes thru fine until when it tries to install grub
>   where is fails and crashes.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: ubiquity 2.21.63.2
>   ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
>   Uname: Linux 4.4.0-31-generic x86_64
>   ApportVersion: 2.20.1-0ubuntu2.1
>   Architecture: amd64
>   CasperVersion: 1.376
>   Date: Tue Nov  8 18:49:29 2016
>   InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi
> file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
>   LiveMediaBuild: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64
> (20160719)
>   ProcEnviron:
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=en_US.UTF-8
>   SourcePackage: grub-installer
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/grub-installer/
> +bug/1640369/+subscriptions
>

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

Title:
  Ubuntu installer fails and crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1640369/+subscriptions

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


[Bug 1640369] [NEW] Ubuntu installer fails and crashes

2016-11-08 Thread mohan
Public bug reported:

trying to install ubuntu 14.04LTS as dual boot on my laptop running
Windows XP. It goes thru fine until when it tries to install grub where
is fails and crashes.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.2
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CasperVersion: 1.376
Date: Tue Nov  8 18:49:29 2016
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.63.2 ubuntu xenial

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

Title:
  Ubuntu installer fails and crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1640369/+subscriptions

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


[Bug 1574814] Re: ThunderX: soft lockup in cursor_timer_handler()

2016-09-06 Thread Radha Mohan Chintakuntla
@Dann, my bad. the installer kernel is from older 16.04 release, that
was before this commit. I don't see this issue with latest installer
kernel.

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

Title:
  ThunderX: soft lockup in cursor_timer_handler()

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

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


[Bug 1574814] Re: ThunderX: soft lockup in cursor_timer_handler()

2016-09-01 Thread Radha Mohan Chintakuntla
What is the exact commit that went into to fix this?
I am looking at drivers/video/console/fbcon.c at 
"https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/xenial/; 
and I don't see the fix here.

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

Title:
  ThunderX: soft lockup in cursor_timer_handler()

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

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


[Bug 1596564] [NEW] package util-linux 2.27.1-6ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-06-27 Thread Mohan
Public bug reported:

it does stops the installation of new app

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: util-linux 2.27.1-6ubuntu3.1
ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
Uname: Linux 4.4.0-24-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Mon Jun 27 19:53:49 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-06-27 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.10ubuntu1
SourcePackage: util-linux
Title: package util-linux 2.27.1-6ubuntu3.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package util-linux 2.27.1-6ubuntu3.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/util-linux/+bug/1596564/+subscriptions

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


[Bug 1574814] Re: ThunderX: soft lockup in cursor_timer_handler() Edit

2016-05-03 Thread Radha Mohan Chintakuntla
I think AMI UEFI has the aspeed vga driver but Cavium UEFI doesn't. so
this might be causing issues ?

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

Title:
  ThunderX: soft lockup in cursor_timer_handler() Edit

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

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


[Bug 1574814] Re: ThunderX: soft lockup in cursor_timer_handler() Edit

2016-05-03 Thread Radha Mohan Chintakuntla
I tried PXE based install (just booting till the installer does network
init) multiple times with Cavium UEFI and did not see this issue, but as
soon as I tried AMI UEFI first time the "NMI softlockup ..." appeared
after sometime while still in opening screen of "debian-installer".

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

Title:
  ThunderX: soft lockup in cursor_timer_handler() Edit

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

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


[Bug 1574814] Re: ThunderX: soft lockup in cursor_timer_handler() Edit

2016-05-02 Thread Radha Mohan Chintakuntla
Ming,
The "-I" option of tcpdump is monitoring mode typically applicable only to wifi 
interfaces. So even if you run it on Thunder's NIC interfaces it will return 
saying that this is not supported. 

And BTW, what is eth7 ? 
>From 16.04 release all interfaces are coming up as "enP2x"

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

Title:
  ThunderX: soft lockup in cursor_timer_handler() Edit

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

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


[Bug 1523048] [NEW] The playback of this movie requires a MPEG-4 AAC decoder plugin which is not installed.

2015-12-04 Thread Hari mohan
Public bug reported:

I'm trying to open video in default video player of ubuntu but after
opening it is showing The playback of this movie requires a MPEG-4 AAC
decoder plugin which is not installed.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: libgstreamer1.0-0 1.2.4-0ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-37.42~14.04.1-generic 3.19.8-ckt9
Uname: Linux 3.19.0-37-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Dec  4 23:33:24 2015
InstallationDate: Installed on 2015-11-18 (15 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
SourcePackage: gstreamer1.0
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gstreamer1.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  The playback of this movie requires a MPEG-4 AAC decoder plugin which
  is not installed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1523048/+subscriptions

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


Re: [Bug 1434758] Re: mysqld: errno: 24 - Too many open files

2015-03-31 Thread Akhil Mohan
Hi Robie,

The internal assessment here is that most appropriate solution would be
the one you have mentioned as the last option.

It would be easier if user owns the responsibility for creating and
managing the MySQL service file under /etc with following settings or
more as needed:
[Service]
LimitNOFILE=x
LimitMEMLOCK=x

This will help in avoiding any conflict between user settings and
package settings. We may add a comment to explain this to the users.

Please let me know if you need more information.

Regards,
Akhil

On Monday 30 March 2015 05:23 PM, Robie Basak wrote:
 I'm reluctant to raise the default limit to infinity because this may
 introduce a security vulnerability due to select() macro overflow. See
 https://lists.ubuntu.com/archives/ubuntu-
 devel/2010-September/031446.html for details. If someone from upstream
 can confirm definitely that MySQL definitely does handle higher number
 file descriptors correctly though, then I have no objection.

 I understand though that users do want to be able to tune the value. So,
 what else can we do? It seems to me that now that we're using systemd
 there are two different places where the setting can be made - from
 my.cnf, or from the systemd service definition - whereas previously
 users tended to do it in just my.cnf. Having it set in two places is
 confusing. my.cnf cannot raise beyond the systemd setting, but we cannot
 make the systemd setting infinity because of the security concern
 above.

 So given that I don't want to change systemd's default to infinity, I
 think it makes sense to expect users to change the systemd service
 definition (copy /lib/systemd/system/mysql.service to
 /etc/systemd/system/ and set LimitNOFILE etc there) if they want to
 change the default value, and to not set open_files_limit in my.cnf at
 all.

 If this is reasonable, then this bug is Invalid. Is it reasonable?
 Comments appreciated.

 ** Changed in: mysql-5.6 (Ubuntu)
Importance: Undecided = Medium

 ** Changed in: mysql-5.6 (Ubuntu)
Status: New = Triaged


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

Title:
  mysqld: errno: 24 - Too many open files

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

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


Re: [Bug 1434758] Re: mysqld: errno: 24 - Too many open files

2015-03-31 Thread Akhil Mohan
Hi Robie,

The internal assessment here is that most appropriate solution would be
the one you have mentioned as the last option.

It would be easier if user owns the responsibility for creating and
managing the MySQL service file under /etc with following settings or
more as needed:
[Service]
LimitNOFILE=x
LimitMEMLOCK=x

This will help in avoiding any conflict between user settings and
package settings. We may add a comment to explain this to the users.

Please let me know if you need more information.

Regards,
Akhil

On Monday 30 March 2015 05:23 PM, Robie Basak wrote:
 I'm reluctant to raise the default limit to infinity because this may
 introduce a security vulnerability due to select() macro overflow. See
 https://lists.ubuntu.com/archives/ubuntu-
 devel/2010-September/031446.html for details. If someone from upstream
 can confirm definitely that MySQL definitely does handle higher number
 file descriptors correctly though, then I have no objection.

 I understand though that users do want to be able to tune the value. So,
 what else can we do? It seems to me that now that we're using systemd
 there are two different places where the setting can be made - from
 my.cnf, or from the systemd service definition - whereas previously
 users tended to do it in just my.cnf. Having it set in two places is
 confusing. my.cnf cannot raise beyond the systemd setting, but we cannot
 make the systemd setting infinity because of the security concern
 above.

 So given that I don't want to change systemd's default to infinity, I
 think it makes sense to expect users to change the systemd service
 definition (copy /lib/systemd/system/mysql.service to
 /etc/systemd/system/ and set LimitNOFILE etc there) if they want to
 change the default value, and to not set open_files_limit in my.cnf at
 all.

 If this is reasonable, then this bug is Invalid. Is it reasonable?
 Comments appreciated.

 ** Changed in: mysql-5.6 (Ubuntu)
Importance: Undecided = Medium

 ** Changed in: mysql-5.6 (Ubuntu)
Status: New = Triaged


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

Title:
  mysqld: errno: 24 - Too many open files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1434758/+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 708581] Re: jack_oss.so (OSS driver) missing in /var/lib/jack

2015-03-21 Thread Ram Mohan
** Changed in: jackd2 (Ubuntu)
   Status: Confirmed = 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/708581

Title:
  jack_oss.so (OSS driver) missing in /var/lib/jack

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

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


[Bug 1028579] Re: test suite run during package build should require 100% of tests to pass

2014-12-10 Thread Akhil Mohan
Hi,

This bug has been fixed a while ago. In case you feel that the problem
is still persisting please reopen this bug report.

Akhil

** Changed in: mysql-5.5 (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  test suite run during package build should require 100% of tests to
  pass

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1028579/+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 1028579] Re: test suite run during package build should require 100% of tests to pass

2014-12-10 Thread Akhil Mohan
Hi,

This bug has been fixed a while ago. In case you feel that the problem
is still persisting please reopen this bug report.

Akhil

** Changed in: mysql-5.5 (Ubuntu)
   Status: Triaged = 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/1028579

Title:
  test suite run during package build should require 100% of tests to
  pass

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

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


[Bug 1312108] Re: SSL routines:SSL3_GET_RECORD:wrong version number

2014-04-30 Thread Abhijith V Mohan
I got same error.
hg clone https://googlefontdirectory.googlecode.com/hg/ googlefontdirectory
abort: error: _ssl.c:510: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong 
version number

$ apt-cache policy mercurial
mercurial:
  Installed: 2.8.2-1ubuntu1
  Candidate: 2.8.2-1ubuntu1
  Version table:
 *** 2.8.2-1ubuntu1 0
500 http://in.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
100 /var/lib/dpkg/status

$ lsb_release -r
Release:14.04

Why was this closed?

** Changed in: mercurial (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  SSL routines:SSL3_GET_RECORD:wrong version number

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

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


[Bug 1267712] [NEW] ubuntu guest's file system becoming read only

2014-01-09 Thread U JAGAN MOHAN
Public bug reported:

9.3.189.114 (root/.pasroot) (Host Machine)
Run the follwoing command to go to the guest victim machine from 
(/var/lib/libvirt/images/jagan/new_ubuntu_alpha1)

qemu-system-ppc64 -enable-kvm -M pseries -cpu POWER8 -smp 1 -m 10G
-nographic -nodefaults -monitor stdio -serial pty -append
root=/dev/sda -kernel trusty-server-cloudimg-ppc64el-vmlinuz-generic
-device spapr-vscsi -device spapr-vlan,netdev=net0,mac=6c:ae:8b:69:16:15
-netdev bridge,br=virbr0,id=net0 -drive file=trusty-server-cloudimg-
ppc64el.img.qcow2

after this command you will get the screen number.
example:

QEMU 1.6.0 monitor - type 'help' for more information
(qemu) char device redirected to /dev/pts/16 (label serial0)

Then open another host session and execute the below command

# screen /dev/pts/16
(qemu)

Here the screen number is /dev/pts/16

--Then you will get a blank screen so press ENTER key.

The guest machine login: ubuntu/passw0rd

Then do ---sudo -i

Environment:
===
Host: Power8
Guest : ubuntu hosted on Power8

The issue:
==
After logging into the guest some times it becomes read - only file system.

Description:
===

Here i am not able to create directory or a file.

root@ubuntu:/opt/ltp# cat /etc/issue
Ubuntu Trusty Tahr (development branch) \n \l=ubuntu guest

root@ubuntu:~# ifconfig
eth0  Link encap:Ethernet  HWaddr 6c:ae:8b:69:16:15
  inet addr:192.168.122.131  Bcast:192.168.122.255  Mask:255.255.255.0
  inet6 addr: fe80::6eae:8bff:fe69:1615/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:72 errors:0 dropped:4 overruns:0 frame:0
  TX packets:43 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:6764 (6.7 KB)  TX bytes:3914 (3.9 KB)
  Interrupt:22

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:65536  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


root@ubuntu:/opt/ltp# ./runltp -f timers -p -l timers.log -o timers.out
cat: /opt/ltp/Version: No such file or directory
INFO: creating /opt/ltp/results directory
mktemp: failed to create directory via template â/tmp/ltp-XXâ: 
Read-only file system==error
FATAL: Unable to make temporary directory:

root@ubuntu:/opt/ltp# df -k
Filesystem 1K-blocksUsed Available Use% Mounted on
/dev/sda51573372 1303052  47632556   3% /
none   4   0 4   0% /sys/fs/cgroup
devtmpfs 5161908 296   5161612   1% /dev
none 1032440 184   1032256   1% /run
none5120   0  5120   0% /run/lock
none 5162192   0   5162192   0% /run/shm
none  102400   0102400   0% /run/user

root@ubuntu:/opt/ltp# mkdir -m 777 jagan
mkdir: cannot create directory âjaganâ: Read-only file systemerror

root@ubuntu:/opt/ltp# touch jagan
touch: cannot touch âjaganâ: Read-only file systemerror

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


** Tags: ppc64el

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

Title:
  ubuntu guest's file system becoming read only

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

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

[Bug 1267712] Re: ubuntu guest's file system becoming read only

2014-01-09 Thread U JAGAN MOHAN
I am unable to run the apport-collect 1267712 command due to the below
issue.

root@ubuntu:/opt/ltp# apport-collect 1267712
You need to run 'sudo apt-get install python-apport' for apport-collect to work.

root@ubuntu:/opt/ltp# sudo apt-get install python-apport
W: Not using locking for read only lock file /var/lib/dpkg/lock
E: Unable to write to /var/cache/apt/
E: The package lists or status file could not be parsed or opened.

root@ubuntu:/opt/ltp# apport-collect 1267712
You need to run 'sudo apt-get install python-apport' for apport-collect to work.


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

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

Title:
  ubuntu guest's file system becoming read only

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

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


[Bug 1267062] [NEW] sigaltstack system call unable to send proper return code (error12)

2014-01-08 Thread U JAGAN MOHAN
Public bug reported:

9.3.189.114 (root/.pasroot) (Host Machine)
Run the follwoing command to go to the guest victim machine from 
(/var/lib/libvirt/images/jagan/new_ubuntu_alpha1)

qemu-system-ppc64 -enable-kvm -M pseries -cpu POWER8 -smp 1 -m 10G
-nographic -nodefaults -monitor stdio -serial pty -append
root=/dev/sda -kernel trusty-server-cloudimg-ppc64el-vmlinuz-generic
-device spapr-vscsi -device spapr-vlan,netdev=net0,mac=6c:ae:8b:69:16:15
-netdev bridge,br=virbr0,id=net0 -drive file=trusty-server-cloudimg-
ppc64el.img.qcow2

after this command you will get the screen number.
example:

QEMU 1.6.0 monitor - type 'help' for more information
(qemu) char device redirected to /dev/pts/16 (label serial0)

Then open another host session and execute the below command

# screen /dev/pts/16
(qemu)

Here the screen number is  /dev/pts/16

--Then you will get a blank screen so press ENTER key.

The guest machine login: ubuntu/passw0rd

Then do ---sudo -i

Environment:
===
Host: Power8
Guest : ubuntu hosted on Power8
The issue:
==
sigaltstack system call unable send proper return value.


How to run :

--cd /root/ltp-full-20130904/testcases/kernel/syscalls/sigaltstack

-- ./sigaltstack02  == Getting the below error

sigaltstack021  TPASS  :  stgaltstack() fails, Invalid Flag value, errno:22
sigaltstack022  TFAIL  :  sigaltstack() returned 0, expected -1, errno:12 
= FAIL

test_start
tag=sigaltstack02 stime=1386653793
cmdline=sigaltstack02
contacts=
analysis=exit
test_output
sigaltstack021  TPASS  :  stgaltstack() fails, Invalid Flag value, errno:22
sigaltstack022  TFAIL  :  sigaltstack() returned 0, expected -1, errno:12
execution_status
initiation_status=ok
duration=0 termination_type=exited termination_id=1 corefile=no
cutime=0 cstime=0
test_end

sigaltstack() should fail and set errno to ENOMEM when the size of alternate 
stack area is less than MINSIGSTKSZ.
But here its sigaltstack() is returning 0.

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


** Tags: ppc64el

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

Title:
  sigaltstack system call unable to send proper return code (error12)

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

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


[Bug 1267062] Re: sigaltstack system call unable to send proper return code (error12)

2014-01-08 Thread U JAGAN MOHAN
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  sigaltstack system call unable to send proper return code (error12)

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

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


[Bug 1263956] [NEW] package net-tools 1.60-24.2ubuntu1 failed to install/upgrade: ErrorMessage: package net-tools is already installed and configured

2013-12-24 Thread Raghunandan Mohan
Public bug reported:

I was not able to upgrade to Ubuntu 13.10

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: net-tools 1.60-24.2ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-34.49-generic 3.8.13.12
Uname: Linux 3.8.0-34-generic i686
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: i386
Date: Tue Dec 24 21:29:50 2013
Dependencies:
 gcc-4.8-base 4.8.1-10ubuntu9
 libc6 2.17-93ubuntu4
 libgcc1 1:4.8.1-10ubuntu9
 multiarch-support 2.17-93ubuntu4
DuplicateSignature: package:net-tools:1.60-24.2ubuntu1:ErrorMessage: package 
net-tools is already installed and configured
ErrorMessage: ErrorMessage: package net-tools is already installed and 
configured
InstallationDate: Installed on 2013-12-24 (0 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
MarkForUpload: True
SourcePackage: dpkg
Title: package net-tools 1.60-24.2ubuntu1 failed to install/upgrade: 
ErrorMessage: package net-tools is already installed and configured
UpgradeStatus: Upgraded to saucy on 2013-12-24 (0 days ago)

** Affects: dpkg (Ubuntu)
 Importance: Undecided
 Status: Invalid


** Tags: apport-package corrupted-package i386 need-duplicate-check saucy

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

Title:
  package net-tools 1.60-24.2ubuntu1 failed to install/upgrade:
  ErrorMessage: package net-tools is already installed and configured

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

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


[Bug 997121] Re: top command shows incorrect memory usage

2013-12-01 Thread Mohan
I have the same bug reproduced on my machine.  details below.

among top, htop and system monitor, the results shown by system monitor
seems to be the correct in my case

Distributor ID: Ubuntu
Description:Ubuntu 13.10
Release:13.10
Codename:   saucy


** Attachment added: top, htop, system monitor all showing different memory 
usage
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/997121/+attachment/3920606/+files/all.png

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

Title:
  top command shows incorrect memory usage

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

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


Re: [Bug 1235893] Re: cairo-dock crashed with SIGSEGV in g_timeout_dispatch()

2013-11-11 Thread Mohan Gorai
Yes. That sounds fine. I tried again to reproduce. But couldn't do it.

cheers,
~gmr


On Tue, Nov 12, 2013 at 1:56 AM, Matthieu Baerts matt...@gmail.com
wrote:

 A new version of Cairo-Dock is available (3.3.2).

 Feel free to test it and check if you still have this crash ;-)
 (or maybe we can invalid this bug report if you no longer have this
 crash)

 ** Changed in: cairo-dock (Ubuntu)
Status: New = Incomplete

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1235893

 Title:
   cairo-dock crashed with SIGSEGV in g_timeout_dispatch()

 Status in “cairo-dock” package in Ubuntu:
   Incomplete

 Bug description:
   cairo-dock crashed with SIGSEGV in g_main_context_dispatch()

   ProblemType: Crash
   DistroRelease: Ubuntu 13.10
   Package: cairo-dock-core 3.3.0-0ubuntu1
   ProcVersionSignature: Ubuntu 3.11.0-11.17-generic 3.11.3
   Uname: Linux 3.11.0-11-generic x86_64
   ApportVersion: 2.12.5-0ubuntu1
   Architecture: amd64
   Date: Sun Oct  6 14:28:07 2013
   ExecutablePath: /usr/bin/cairo-dock
   InstallationDate: Installed on 2012-05-11 (512 days ago)
   InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64
 (20120425)
   MarkForUpload: True
   ProcCmdline: cairo-dock
   ProcEnviron:
LANGUAGE=en_IN:en
PATH=(custom, no user)
XDG_RUNTIME_DIR=set
LANG=en_IN
SHELL=/bin/bash
   SegvAnalysis:
Segfault happened at: 0x7f99a304668c:mov0x150(%rax),%eax
PC (0x7f99a304668c) ok
source 0x150(%rax) (0x0150) not located in a known VMA region
 (needed readable region)!
destination %eax ok
   SegvReason: reading NULL VMA
   Signal: 11
   SourcePackage: cairo-dock
   StacktraceTop:
?? () from /usr/lib/x86_64-linux-gnu/libgldi.so.3
?? () from /usr/lib/x86_64-linux-gnu/libgldi.so.3
?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   Title: cairo-dock crashed with SIGSEGV in g_main_context_dispatch()
   UpgradeStatus: Upgraded to saucy on 2013-10-05 (0 days ago)
   UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/cairo-dock/+bug/1235893/+subscriptions


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

Title:
  cairo-dock crashed with SIGSEGV in g_timeout_dispatch()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock/+bug/1235893/+subscriptions

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

Re: [Cairo-dock-team] [Bug 1235893] Re: cairo-dock crashed with SIGSEGV in g_timeout_dispatch()

2013-10-09 Thread Mohan Gorai
Hi,

I am not sure on what exactly did cause the issue. I tried again but unable
to get the crash again. I will post in the bug if I face the issue again.

sorry couldn't be of any more help.

thanks,
~gmr


On Wed, Oct 9, 2013 at 1:38 PM, Fabounet faboune...@gmail.com wrote:

 Also it would be very useful to run the dock with gdb, to have a
 backtrace.


 2013/10/8 Matthieu Baerts matt...@gmail.com

  Hello and thank you for this bug report!
 
  Is there a way to reproduce this crash? What did you do just before the
  crash?
 
  ** Information type changed from Private to Public
 
  --
  You received this bug notification because you are a member of Cairo-
  Dock Devs, which is subscribed to cairo-dock in Ubuntu.
  https://bugs.launchpad.net/bugs/1235893
 
  Title:
cairo-dock crashed with SIGSEGV in g_timeout_dispatch()
 
  Status in “cairo-dock” package in Ubuntu:
New
 
  Bug description:
cairo-dock crashed with SIGSEGV in g_main_context_dispatch()
 
ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: cairo-dock-core 3.3.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-11.17-generic 3.11.3
Uname: Linux 3.11.0-11-generic x86_64
ApportVersion: 2.12.5-0ubuntu1
Architecture: amd64
Date: Sun Oct  6 14:28:07 2013
ExecutablePath: /usr/bin/cairo-dock
InstallationDate: Installed on 2012-05-11 (512 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64
  (20120425)
MarkForUpload: True
ProcCmdline: cairo-dock
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_IN
 SHELL=/bin/bash
SegvAnalysis:
 Segfault happened at: 0x7f99a304668c:mov0x150(%rax),%eax
 PC (0x7f99a304668c) ok
 source 0x150(%rax) (0x0150) not located in a known VMA region
  (needed readable region)!
 destination %eax ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: cairo-dock
StacktraceTop:
 ?? () from /usr/lib/x86_64-linux-gnu/libgldi.so.3
 ?? () from /usr/lib/x86_64-linux-gnu/libgldi.so.3
 ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
Title: cairo-dock crashed with SIGSEGV in g_main_context_dispatch()
UpgradeStatus: Upgraded to saucy on 2013-10-05 (0 days ago)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
 
  To manage notifications about this bug go to:
 
 
 https://bugs.launchpad.net/ubuntu/+source/cairo-dock/+bug/1235893/+subscriptions
 
  ___
  Mailing list: https://launchpad.net/~cairo-dock-team
  Post to : cairo-dock-t...@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~cairo-dock-team
  More help   : https://help.launchpad.net/ListHelp
 

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1235893

 Title:
   cairo-dock crashed with SIGSEGV in g_timeout_dispatch()

 Status in “cairo-dock” package in Ubuntu:
   New

 Bug description:
   cairo-dock crashed with SIGSEGV in g_main_context_dispatch()

   ProblemType: Crash
   DistroRelease: Ubuntu 13.10
   Package: cairo-dock-core 3.3.0-0ubuntu1
   ProcVersionSignature: Ubuntu 3.11.0-11.17-generic 3.11.3
   Uname: Linux 3.11.0-11-generic x86_64
   ApportVersion: 2.12.5-0ubuntu1
   Architecture: amd64
   Date: Sun Oct  6 14:28:07 2013
   ExecutablePath: /usr/bin/cairo-dock
   InstallationDate: Installed on 2012-05-11 (512 days ago)
   InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64
 (20120425)
   MarkForUpload: True
   ProcCmdline: cairo-dock
   ProcEnviron:
LANGUAGE=en_IN:en
PATH=(custom, no user)
XDG_RUNTIME_DIR=set
LANG=en_IN
SHELL=/bin/bash
   SegvAnalysis:
Segfault happened at: 0x7f99a304668c:mov0x150(%rax),%eax
PC (0x7f99a304668c) ok
source 0x150(%rax) (0x0150) not located in a known VMA region
 (needed readable region)!
destination %eax ok
   SegvReason: reading NULL VMA
   Signal: 11
   SourcePackage: cairo-dock
   StacktraceTop:
?? () from /usr/lib/x86_64-linux-gnu/libgldi.so.3
?? () from /usr/lib/x86_64-linux-gnu/libgldi.so.3
?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   Title: cairo-dock crashed with SIGSEGV in g_main_context_dispatch()
   UpgradeStatus: Upgraded to saucy on 2013-10-05 (0 days ago)
   UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/cairo-dock/+bug/1235893/+subscriptions


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

Title:
  cairo-dock crashed with 

[Bug 1097178] Re: nouveau failed to idle channel 0xcccc0000

2013-10-09 Thread Mohan
This bug affects me too. Details as follows
Kernel 3.8.0-31-generic #46-Ubuntu SMP Tue Sep 10 20:03:44 UTC 2013 x86_64

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

Title:
  nouveau failed to idle channel 0x

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

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


[Bug 1101162] Re: Ubuntu 12.04: Frequent System Freeze

2013-01-24 Thread Krishna Mohan
Please find attached requested log files

** Attachment added: .xsession-errors and Xorg.0.log.old
   
https://bugs.launchpad.net/ubuntu/+bug/1101162/+attachment/3498352/+files/xsession_org_log.tar

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

Title:
  Ubuntu 12.04: Frequent System Freeze

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

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


[Bug 1101162] Re: Ubuntu 12.04: Frequent System Freeze

2013-01-23 Thread Krishna Mohan
Please find attached requested log files

** Attachment added: kern.log and syslog log files
   
https://bugs.launchpad.net/ubuntu/+bug/1101162/+attachment/3496384/+files/kern_sys_log.tar

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

Title:
  Ubuntu 12.04: Frequent System Freeze

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

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


[Bug 1101162] Re: Ubuntu 12.04: Frequent System Freeze

2013-01-21 Thread Krishna Mohan
As I mentioned in my previous update, i could not restart the machine
with magic keys even after configuring kernel crash-dump and SYSRQ
parameters. The only way out is hard reboot using the power button. Due
to this I am not able to find the package specifics.

Hi Fabio: Is it OK if I provide you the requested log files after hard
reboot.

Additional observations
I have noticed the freeze mostly when working with any browser(firefox, 
chromium), skype, printing and eclipse.

However I can continue my work with a windows virtual machine running on
KVM.

Thanks for your time.

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

Title:
  Ubuntu 12.04: Frequent System Freeze

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

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


[Bug 1101162] [NEW] Ubuntu 12.04: Frequent System Freeze

2013-01-18 Thread Krishna Mohan
Public bug reported:

I have been noticing frequent system hang for more than a month on my 
Laptop(G580). However the frequency increased to every 30-45 min recently. 
I can't generate a crash after the hang as nothing works, I have to do a hard 
reboot. 
I tried to generating a crash using  Ctrl’+'Alt’+'SysRq’+1 followed by 
Ctrl’+'Alt’+'SysRq’+t, but no use. Finally I had to do a hard reboot.

Please help me fix this issue; Do let me know if you need any help from
me.

The following are the system and package information of my laptop

System information report, generated by Sysinfo: 01/18/2013 16:45:30

http://sourceforge.net/projects/gsysinfo

SYSTEM INFORMATION
Running Ubuntu Linux, the Ubuntu 12.04 (precise) release.
GNOME: unknown (unknown)
Kernel version: 3.2.0-36-generic-pae (#57-Ubuntu SMP Tue Jan 8 22:01:06 
UTC 2013)
GCC: 4.6 (i686-linux-gnu)
Xorg: 1.11.3 (29 August 2012  12:10:05AM) (29 August 2012  12:10:05AM)
Hostname: CS-LT-0001
Uptime: 0 days 0 h 38 min

CPU INFORMATION
GenuineIntel, Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
Number of CPUs: 4
CPU clock currently at 1200.000 MHz with 3072 KB cache
Numbering: family(6) model(58) stepping(9)
Bogomips: 4988.84
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm 
constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni 
pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 
sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida 
arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase 
smep erms

MEMORY INFORMATION
Total memory: 3750 MB
Total swap: 3940 MB

STORAGE INFORMATION
SCSI device -  scsi1
Vendor:  ATA  
Model:  ST9500325AS  
SCSI device -  scsi4
Vendor:  PLDS 
Model:  DVD-RW DS8A8SH   
SCSI device -  scsi6
Vendor:  Multiple 
Model:  Card  Reader 

HARDWARE INFORMATION
MOTHERBOARD
Host bridge
Intel Corporation Ivy Bridge DRAM Controller (rev 09)
Subsystem: Lenovo Device 3977
PCI bridge(s)
Intel Corporation Panther Point PCI Express Root Port 1 (rev 
c4) (prog-if 00 [Normal decode])
Intel Corporation Panther Point PCI Express Root Port 2 (rev 
c4) (prog-if 00 [Normal decode])
Intel Corporation Panther Point PCI Express Root Port 4 (rev 
c4) (prog-if 00 [Normal decode])
Intel Corporation Panther Point PCI Express Root Port 1 (rev 
c4) (prog-if 00 [Normal decode])
Intel Corporation Panther Point PCI Express Root Port 2 (rev 
c4) (prog-if 00 [Normal decode])
Intel Corporation Panther Point PCI Express Root Port 4 (rev 
c4) (prog-if 00 [Normal decode])
ISA bridge
Intel Corporation Panther Point LPC Controller (rev 04)
Subsystem: Lenovo Device 3977

GRAPHIC CARD
VGA controller
Intel Corporation Ivy Bridge Graphics Controller (rev 09) 
(prog-if 00 [VGA controller])
Subsystem: Lenovo Device 3977

SOUND CARD
Multimedia controller
Intel Corporation Panther Point High Definition Audio 
Controller (rev 04)
Subsystem: Lenovo Device 3977

NETWORK
Network controller
Atheros Communications Inc. AR9285 Wireless Network Adapter 
(PCI-Express) (rev 01)
Subsystem: Lenovo Device 30a1
Ethernet controller
Atheros Communications Inc. AR8162 Fast Ethernet (rev 10)
Subsystem: Lenovo Device 3978

Package Information can be found in the attached document

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: Package Information
   https://bugs.launchpad.net/bugs/1101162/+attachment/3487308/+files/pkg_info

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

Title:
  Ubuntu 12.04: Frequent System Freeze

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

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

[Bug 1004475] Re: Slow Launcher after resume from suspend

2012-11-12 Thread Mohan K
New to ubuntu. installed 12.04 LTS on old Toshiba satellite a10-s129
laptop. It has intel graphics. I am experiencing the same problem when
laptop resumes from suspend. The desktop is unusable. I have to power
off and power on to reset. It has the following intel integrated
graphics : (lspci output)

00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
Graphics Device (rev 01)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics 
Device (rev 01)

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

Title:
  Slow Launcher after resume from suspend

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

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


[Bug 1078161] [NEW] Ubuntu 12.04 LTS very slow (unusable) after resume from suspend

2012-11-12 Thread Mohan K
Public bug reported:

This is similar to Bug #1004475 which is marked incomplete and so creating a 
new one. 
I am new to ubuntu. installed 12.04 LTS on old Toshiba satellite a10-s129 
laptop. It has intel graphics. Overall I really liked the experience but I am 
experiencing the same problem when laptop resumes from suspend. The desktop is 
unusable. I have to power off and power on to reset. It has the following intel 
integrated graphics : (lspci output)

00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
Graphics Device (rev 01)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics 
Device (rev 01)

I didnt see any process taking a lot of CPU. I did see Xorg and compiz
taking up about 4-5% (seen thru top). I have 512M RAM on this.

Description:Ubuntu 12.04.1 LTS
Release:12.04

I can provide any additional information required to troubleshoot this,
if required.

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

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

Title:
  Ubuntu 12.04 LTS very slow (unusable) after resume from suspend

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

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


[Bug 1034325] [NEW] Ubuntu 10.04 Installation issue on IBM X3650 M4

2012-08-08 Thread S Murli Mohan
Public bug reported:

I am trying to install Ubuntu 10.04 on IBM X3650 M4 server but its not
detecting the Disk seems driver issue.

RAID support
 IBM ServeRAID M5110e RAID on motherboard, 
 
We need to have the Ubuntu 10.04. Any sugguestion please.

** Affects: xen-3.2 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Ubuntu 10.04 Installation issue on IBM X3650 M4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen-3.2/+bug/1034325/+subscriptions

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


[Bug 1034325] Re: Ubuntu 10.04 Installation issue on IBM X3650 M4

2012-08-08 Thread S Murli Mohan
** Also affects: xen (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: xen (Ubuntu)

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

Title:
  Ubuntu 10.04 Installation issue on IBM X3650 M4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen-3.2/+bug/1034325/+subscriptions

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


[Bug 1018530] Re: No write access in a 9p/virtfs shared folder

2012-07-11 Thread M. Mohan Kumar
Georg,

pass-through security model needs root privilege, if you want to run
qemu as non-root user either you have to use mapped security model or
proxy fs driver. But libvirt does not have support for proxy FS driver.
I posted a patch few months ago to libvirt for enabling the same. I will
do the followup with libvirt list to enable proxy FS in libvirt.

So could you please try mapped security model or run  qemu as root user
and update the results?

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

Title:
  No write access in a 9p/virtfs shared folder

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

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


[Bug 1018530] Re: No write access in a 9p/virtfs shared folder

2012-07-09 Thread M. Mohan Kumar
No, commit  daf0b9aca9f67323266af1a92e8ea06f9d7bf408 added create
support proxy FS driver model. Local FS had support for creating files
much before.

Georg, is qemu running with root user privileges?

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

Title:
  No write access in a 9p/virtfs shared folder

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

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


[Bug 965867] Re: 9p virtual file system on qemu slow

2012-04-25 Thread M. Mohan Kumar
Hi Max,

Could you try passing msize=262144 for 9p mount point and post the
results?

Host:
[root@llm116 media]# ls -lhas file
1.1G -rw-r--r-- 1 root root 1.0G Apr 26 11:05 file

[root@llm116 media]# dd if=/dev/zero of=file bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 0.700828 s, 1.5 GB/s

[root@llm116 media]# time cp file file2

real0m6.353s
user0m0.007s
sys 0m1.520s

VM:

[root@qemu-img-64 pass]# time cp file 9p_file

real0m12.261s
user0m0.154s
sys 0m2.582s

[root@qemu-img-64 pass]# dd if=/dev/zero of=file.9 bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 2.07335 s, 518 MB/s

[root@qemu-img-64 pass]# mount
[snip]
v_pass on /pass type 9p (rw,trans=virtio,version=9p2000.L,msize=262144)
[/snip]

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

Title:
  9p virtual file system on qemu slow

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

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


[Bug 973567] [NEW] Upgrade failed

2012-04-04 Thread ANAND MOHAN
Public bug reported:

i tried an upgrade from ubuntu 10.04 LTS to 12.04  using update manager 
but it failed

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: update-manager 1:0.134.12.1
ProcVersionSignature: Ubuntu 2.6.32-40.87-generic 2.6.32.57+drm33.23
Uname: Linux 2.6.32-40-generic i686
Architecture: i386
Date: Wed Apr  4 22:14:51 2012
GConfNonDefault:
 /apps/update-manager/check_new_release_ignore=
 /apps/update-manager/show_details=false
 /apps/update-manager/show_versions=false
InstallationMedia: Ubuntu 10.04.4 LTS Lucid Lynx - Release i386 (20120214.2)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en
 PATH=(custom, user)
 LANG=en_IN.utf8
 SHELL=/bin/bash
SourcePackage: update-manager
VarLogDistupgradeAptlog:
 Log time: 2012-04-04 22:07:57.930091
 Log time: 2012-04-04 22:10:50.940634
 Log time: 2012-04-04 22:14:39.325641
 Log time: 2012-04-04 22:14:54.677882
VarLogDistupgradeTermlog:

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug dist-upgrade i386 lucid

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

Title:
  Upgrade failed

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

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


[Bug 973567] Re: Upgrade failed

2012-04-04 Thread ANAND MOHAN
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973567

Title:
  Upgrade failed

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

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


[Bug 958418] [NEW] unity alt+tab graphics could be more intuitive

2012-03-18 Thread Mohan
Public bug reported:

unity alt+tab shows a pop up of all applications currently running

All the applications are bordered with its own color.  At times the
colors of some application seems to be the same and choosing one
application with continuous alt+tab strokes makes it really difficult to
understand which application is currently highlighted !

Though the currently selected application's name is shown and it is
bright lighted, which can be taken as a hint ( that this is the current
selected app ), but

* providing all apps without borders and dim colors
* displaying only the selected app bright, bordered and highlighted would 
easily give a visual clue that that specific app is selected
* may be that app's icon size could be made bigger ( it may not mean copying 
mac launcher, but still its intuitive )

In the attachment, I have tried to alt+tab from firefox (aurora) to a
terminal.  terminal is already light colored and all app are bordered.
Except for the word 'Terminal', the visual clue is really bad to
understand which app is selected.  I have many times failed to
understand this and ended up in wrong app and would carefully see to go
to the right one


ps: ubuntu brainstorm has a similar request, but a bug is requested by them at 
the end of the page, but no bug seems to be available
[ 
   http://brainstorm.ubuntu.com/idea/28858/ says as
   If highlighting is not effective, please file a bug report. The developers 
intended it to be an effective guide. 
]

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: unity usage

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

Title:
  unity alt+tab graphics could be more intuitive

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

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


[Bug 958418] Re: unity alt+tab graphics could be more intuitive

2012-03-18 Thread Mohan
** Attachment added: unity alt+tab not intuitively showing the current 
application
   
https://bugs.launchpad.net/bugs/958418/+attachment/2890393/+files/unity-alt-tab-highlight.png

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

Title:
  unity alt+tab graphics could be more intuitive

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

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


[Bug 914616] Re: window borders not showing sometimes

2012-02-08 Thread Midhun Mohan O
** Changed in: unity
 Assignee: (unassigned) = Midhun Mohan O (midhuno)

** Changed in: unity (Ubuntu)
 Assignee: (unassigned) = Midhun Mohan O (midhuno)

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

Title:
  window borders not showing sometimes

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

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


[Bug 914616] Re: window borders not showing sometimes

2012-01-14 Thread Midhun Mohan O
Hi Window borders disappear again:-(

** Attachment added: Screen shot of window border problem
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/914616/+attachment/2674399/+files/Screenshot%20at%202012-01-14%2020%3A04%3A29.png

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

Title:
  window borders not showing sometimes

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

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


[Bug 914616] Re: window borders not showing sometimes

2012-01-13 Thread Midhun Mohan O
I tried unity --reset and changed back to wobbly windows...Now the problem not 
occured till now.. I think it corrected
:-)

But now i noticed another problem...I am not sure about when it began to
appear

when i right click on the unity dash icons a pop up menu appearsbut
i am not able to select the menu items...

So i needed to right click again... then the menu items are clickable

(sorry for the bad english)

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

Title:
  window borders not showing sometimes

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

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


[Bug 914616] [NEW] window borders not showing sometimes

2012-01-10 Thread Midhun Mohan O
Public bug reported:

I installed ubuntu tweak and compiz config setting manager and changed my 
window animations into wobbly window.
But after that sometimes when i did maximize and then restore my windows, the 
window borders are missing. Then i tried metacity --replace on terminal then 
window borders comes back but unity laucher and panels are missing.. So i need 
to manually restart my system using the power button to correct that.

The problem usually occur when i tried to minimize chromium, xbmc, firefox 
etc...
 
I am using Ubuntu 11.10 on my HCL ME netbook

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.24.0-0ubuntu2.1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic i686
.tmp.unity.scope.cities: Error: [Errno 21] Is a directory: 
'/tmp/unity-scope-cities'
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu4
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,obs,gnomecompat,vpswitch,move,place,water,grid,resize,imgpng,unitymtgrabhandles,kdecompat,workarounds,regex,mousepoll,session,wall,wobbly,fade,expo,scale,ezoom,unityshell]
CompositorRunning: compiz
Date: Wed Jan 11 12:34:15 2012
DistUpgraded: Log time: 2011-10-25 20:03:24.657549
DistroCodename: oneiric
DistroVariant: ubuntu
DkmsStatus: alsa-hda, 0.20111215~oneiric1, 3.0.0-14-generic, i686: installed
GraphicsCard:
 Intel Corporation N10 Family Integrated Graphics Controller [8086:a011] 
(prog-if 00 [VGA controller])
   Subsystem: CLEVO/KAPOK Computer Device [1558:1110]
   Subsystem: CLEVO/KAPOK Computer Device [1558:1110]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
MachineType: HCL Infosystems Limited HCL ME Netbook
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-14-generic 
root=UUID=accebc5a-8dc4-457f-8d0f-ecb6f382c78d ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2012-01-04 (7 days ago)
dmi.bios.date: 11/22/2010
dmi.bios.version: 1.00.07HC7
dmi.board.name: HCL ME Netbook
dmi.board.vendor: HCL
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: HCL
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvn:bvr1.00.07HC7:bd11/22/2010:svnHCLInfosystemsLimited:pnHCLMENetbook:pvrNotApplicable:rvnHCL:rnHCLMENetbook:rvrNotApplicable:cvnHCL:ct10:cvrN/A:
dmi.product.name: HCL ME Netbook
dmi.product.version: Not Applicable
dmi.sys.vendor: HCL Infosystems Limited
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu6
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.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
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.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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


** Tags: apport-bug compiz-0.9 i386 oneiric patch running-unity ubuntu

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

Title:
  window borders not showing sometimes

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

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


[Bug 914616] Re: window borders not showing sometimes

2012-01-10 Thread Midhun Mohan O
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/914616

Title:
  window borders not showing sometimes

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

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


[Bug 752542] Re: ACPI DSDT info

2011-12-28 Thread Sai Mohan Kilambi
Please find attached rar file with my PC profile.

$ sudo dmidecode -s system-product-name  sudo dmidecode -s system-version
0855
Lenovo IdeaPad Y470 

$ lspci -vnn | grep '\''[030[02]\]'
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller [8086:0116] (rev 09) (prog-if 
00 [VGA controller])
01:00.0 VGA compatible controller [0300]: nVidia Corporation Device [10de:0df6] 
(rev a1) (prog-if 00 [VGA controller])


** Attachment added: 0855.LenovoIdeaPadY470.tar.gz
   
https://bugs.launchpad.net/lpbugreporter/+bug/752542/+attachment/2649335/+files/0855.LenovoIdeaPadY470.tar.gz

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

Title:
  ACPI DSDT info

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

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


Re: [Bug 815681] Re: Changes in login screen Settings is not getting effected

2011-11-08 Thread Madhu Mohan
Thanks for the information.
I found and installed gnome3 and it is excellent.

On Mon, Nov 7, 2011 at 3:56 PM, Fabio Marconi
fabiomarc...@ubuntu.comwrote:

 Hello
 Heaven't tried but surely is possible to have gnome classic on Oneiric,
 just google for it.
 I close this reprot because no more reproducible by the reporter.
 Good luck.
 Fabio
 ---
 Ubuntu Bug Squad volunteer triager
 http://wiki.ubuntu.com/BugSquad

 ** Changed in: ubuntu
Status: Incomplete = Invalid

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/815681

 Title:
  Changes in login screen Settings is not getting effected

 Status in Ubuntu:
   Invalid

 Bug description:
  I upgraded ubuntu from 10.XXX to 11.04. I changed my desktop view to
 ubuntu classic through login screen settings.  One day my system
 restarted (don't the reason) and up on user login, I see in ubuntu
 desktop view. Despite seeing ubuntu classic as default session in login
 screen settings,
  I'm not able to get ubuntu classic desktop view.  But It is working fine
 when I choose ubuntu classic at the time of user login.

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



-- 
--Madhu Mohan

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

Title:
  Changes in login screen Settings is not getting effected

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

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


Re: [Bug 815681] Re: Changes in login screen Settings is not getting effected

2011-11-06 Thread Madhu Mohan
Hello,
The problem is not getting repeated with the latest version 11.10.

In-fact, I'm much disappointed for not including Ubuntu classic desktop
view in Oneiric Ocelot. There are many advantages in including classic
view. Some of the advantages are:
1. As a user, I can directly click one of the minimized applications to
maximize them. This way I can maximize with one click. But by not including
classic view, I'm forced to find and maximize app by pressing the keys 'alt
+ tab'. This way I have to press tab key couple of times to select a
specific application to maximize and hence becoming very inconvenience.
2. As a user, I'm able to see what are all the applications I have opened
so far if classic desktop view exist. I will be missing this
comfort-ability if classic view does not exist. In the current version, may
be I can see the opened apps at the side-wall, but when I open couple of
work-spaces belongs to single app, I can see only single app icon at the
side-wall. If classic desktop view exists, I can see what are all the
work-spaces are opened belongs to a single app.

Thanks,
Madhu Mohan

On Sun, Nov 6, 2011 at 7:34 PM, Fabio Marconi
fabiomarc...@ubuntu.comwrote:

 Hello
 Are you experiencing again this problem with the latest release Oneiric
 Ocelot ?
 Thanks
 Fabio
 ---
 Ubuntu Bug Squad volunteer triager
 http://wiki.ubuntu.com/BugSquad

 ** Changed in: ubuntu
   Status: New = Incomplete

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/815681

 Title:
  Changes in login screen Settings is not getting effected

 Status in Ubuntu:
  Incomplete

 Bug description:
  I upgraded ubuntu from 10.XXX to 11.04. I changed my desktop view to
 ubuntu classic through login screen settings.  One day my system
 restarted (don't the reason) and up on user login, I see in ubuntu
 desktop view. Despite seeing ubuntu classic as default session in login
 screen settings,
  I'm not able to get ubuntu classic desktop view.  But It is working fine
 when I choose ubuntu classic at the time of user login.

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



-- 
--Madhu Mohan

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

Title:
  Changes in login screen Settings is not getting effected

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

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


[Bug 816297] Re: Touchpad Not working!

2011-07-30 Thread Suyash Mohan
My touchpad is not even detected at all.
Here is my /proc/bus/input/devices

I: Bus=0019 Vendor= Product=0003 Version=
N: Name=Sleep Button
P: Phys=PNP0C0E/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0
U: Uniq=
H: Handlers=kbd event0 
B: PROP=0
B: EV=3
B: KEY=4000 0 0

I: Bus=0019 Vendor= Product=0005 Version=
N: Name=Lid Switch
P: Phys=PNP0C0D/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
U: Uniq=
H: Handlers=event1 
B: PROP=0
B: EV=21
B: SW=1

I: Bus=0019 Vendor= Product=0001 Version=
N: Name=Power Button
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
U: Uniq=
H: Handlers=kbd event2 
B: PROP=0
B: EV=3
B: KEY=10 0

I: Bus=0011 Vendor=0001 Product=0001 Version=ab83
N: Name=AT Translated Set 2 keyboard
P: Phys=isa0060/serio0/input0
S: Sysfs=/devices/platform/i8042/serio0/input/input3
U: Uniq=
H: Handlers=sysrq kbd event3 
B: PROP=0
B: EV=120013
B: KEY=40200 3803078f800d001 fedfffef fffe
B: MSC=10
B: LED=7

I: Bus=0003 Vendor=1c4f Product=0003 Version=0110
N: Name=SIGMACH1P U+P Mouse
P: Phys=usb-:00:1d.0-2/input0
S: Sysfs=/devices/pci:00/:00:1d.0/usb6/6-2/6-2:1.0/input/input4
U: Uniq=
H: Handlers=mouse0 event4 
B: PROP=0
B: EV=17
B: KEY=7 0 0 0 0
B: REL=103
B: MSC=10

I: Bus=0019 Vendor= Product=0006 Version=
N: Name=Video Bus
P: Phys=LNXVIDEO/video/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input5
U: Uniq=
H: Handlers=kbd event5 
B: PROP=0
B: EV=3
B: KEY=3e000b 0 0 0

I: Bus= Vendor= Product= Version=
N: Name=HDA Intel Headphone
P: Phys=ALSA
S: Sysfs=/devices/pci:00/:00:1b.0/sound/card0/input6
U: Uniq=
H: Handlers=event6 
B: PROP=0
B: EV=21
B: SW=4

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

Title:
  Touchpad Not working!

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

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


[Bug 818001] [NEW] package nvidia-96 96.43.17-0ubuntu1 failed to install/upgrade: nvidia-96 kernel module failed to build

2011-07-29 Thread Manu Mohan
Public bug reported:

I cant update 2.6.31-14-generic to later.
Also, While booting, it shows mount: mounting none on /dev failed: No such 
device
init: ureadahead main process (291) terminated with status 5
.
.
.
.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: nvidia-96 96.43.17-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
Uname: Linux 2.6.31-14-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
CurrentDmesg:
 [   23.228020] eth0: no IPv6 routers present
 [   77.204030] Clocksource tsc unstable (delta = -139748764 ns)
Date: Fri Jul 29 17:19:35 2011
DkmsStatus:
 nvidia-173, 173.14.22, 2.6.31-14-generic, i686: installed 
 nvidia-current, 195.36.24, 2.6.31-14-generic, i686: installed 
 nvidia-current, 195.36.24, 2.6.32-33-generic, i686: installed 
 nvidia-96, 96.43.17, 2.6.31-14-generic, i686: installed
ErrorMessage: nvidia-96 kernel module failed to build
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
PackageVersion: 96.43.17-0ubuntu1
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic 
root=UUID=11e7aa98-c5c0-46f2-bb4d-1b9d5c50046a ro quiet splash
SourcePackage: nvidia-graphics-drivers-96
Title: package nvidia-96 96.43.17-0ubuntu1 failed to install/upgrade: nvidia-96 
kernel module failed to build
dmi.bios.date: 09/20/2005
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: C51MCP51
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd09/20/2005:svn:pn:pvr:rvn:rnC51MCP51:rvr:cvn:ct3:cvr:
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.31-14-generic

** Affects: nvidia-graphics-drivers-96 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package nvidia-96 96.43.17-0ubuntu1 failed to install/upgrade:
  nvidia-96 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-96/+bug/818001/+subscriptions

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


[Bug 818001] Re: package nvidia-96 96.43.17-0ubuntu1 failed to install/upgrade: nvidia-96 kernel module failed to build

2011-07-29 Thread Manu Mohan
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818001

Title:
  package nvidia-96 96.43.17-0ubuntu1 failed to install/upgrade:
  nvidia-96 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-96/+bug/818001/+subscriptions

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


[Bug 818006] [NEW] package nvidia-173 173.14.22-0ubuntu11 failed to install/upgrade: nvidia-173 kernel module failed to build

2011-07-29 Thread Manu Mohan
Public bug reported:

cant update 2.6.31-14-generic

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: nvidia-173 173.14.22-0ubuntu11
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
Uname: Linux 2.6.31-14-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
CurrentDmesg:
 [   23.228020] eth0: no IPv6 routers present
 [   77.204030] Clocksource tsc unstable (delta = -139748764 ns)
 [  239.992742] lo: Disabled Privacy Extensions
 [  288.343341] lo: Disabled Privacy Extensions
Date: Fri Jul 29 17:18:44 2011
DkmsStatus:
 nvidia-173, 173.14.22, 2.6.31-14-generic, i686: installed 
 nvidia-current, 195.36.24, 2.6.31-14-generic, i686: installed 
 nvidia-current, 195.36.24, 2.6.32-33-generic, i686: installed 
 nvidia-96, 96.43.17, 2.6.31-14-generic, i686: installed
ErrorMessage: nvidia-173 kernel module failed to build
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
PackageVersion: 173.14.22-0ubuntu11
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic 
root=UUID=11e7aa98-c5c0-46f2-bb4d-1b9d5c50046a ro quiet splash
SourcePackage: nvidia-graphics-drivers-173
Title: package nvidia-173 173.14.22-0ubuntu11 failed to install/upgrade: 
nvidia-173 kernel module failed to build
dmi.bios.date: 09/20/2005
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: C51MCP51
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd09/20/2005:svn:pn:pvr:rvn:rnC51MCP51:rvr:cvn:ct3:cvr:
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.31-14-generic

** Affects: nvidia-graphics-drivers-173 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package nvidia-173 173.14.22-0ubuntu11 failed to install/upgrade:
  nvidia-173 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173/+bug/818006/+subscriptions

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


[Bug 818006] Re: package nvidia-173 173.14.22-0ubuntu11 failed to install/upgrade: nvidia-173 kernel module failed to build

2011-07-29 Thread Manu Mohan
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818006

Title:
  package nvidia-173 173.14.22-0ubuntu11 failed to install/upgrade:
  nvidia-173 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173/+bug/818006/+subscriptions

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


[Bug 816297] [NEW] Touchpad Not working!

2011-07-26 Thread Suyash Mohan
Public bug reported:

I have a multi gesture touchpad. It is not working at all. It has never
worked in ubuntu 8.10,9.04,10.10 and 11.04. Actually, It never worked in
any linux distro.

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

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] Re: Touchpad Not working!

2011-07-26 Thread Suyash Mohan
apport information

** Tags added: apport-collected natty running-unity staging

** Description changed:

- I have a multi gesture touchpad. It is not working at all. It has never
- worked in ubuntu 8.10,9.04,10.10 and 11.04. Actually, It never worked in
- any linux distro.
+ I have a multi gesture touchpad. It is not working at all. It has never 
worked in ubuntu 8.10,9.04,10.10 and 11.04. Actually, It never worked in any 
linux distro.
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  suyash 1416 F pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0xf820 irq 45'
+Mixer name : 'Intel Cantiga HDMI'
+Components : 'HDA:10ec0272,10719525,0011 
HDA:80862802,80860101,0010'
+Controls  : 20
+Simple ctrls  : 10
+ DistroRelease: Ubuntu 11.04
+ InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
+ MachineType: HCL Infosystems Limited Notebook PC
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=en_US:en
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=72ACF5C1ACF57FC1 loop=/hostname/disks/root.disk ro quiet splash
+ ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
+ RelatedPackageVersions:
+  linux-restricted-modules-2.6.38-8-generic N/A
+  linux-backports-modules-2.6.38-8-generic  N/A
+  linux-firmware1.52
+ RfKill:
+  0: hci0: Bluetooth
+   Soft blocked: no
+   Hard blocked: no
+ StagingDrivers: r8187se
+ Tags:  natty running-unity staging
+ Uname: Linux 2.6.38-8-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 11/05/2009
+ dmi.bios.vendor: Phoenix Technologies LTD
+ dmi.bios.version: R1.00.161404
+ dmi.board.asset.tag: Tag 12345
+ dmi.board.name: Notebook PC
+ dmi.board.vendor: HCL Infosystems Limited
+ dmi.board.version: Not Applicable
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 1
+ dmi.chassis.vendor: HCL Infosystems Limited
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR1.00.161404:bd11/05/2009:svnHCLInfosystemsLimited:pnNotebookPC:pvrNotApplicable:rvnHCLInfosystemsLimited:rnNotebookPC:rvrNotApplicable:cvnHCLInfosystemsLimited:ct1:cvrN/A:
+ dmi.product.name: Notebook PC
+ dmi.product.version: Not Applicable
+ dmi.sys.vendor: HCL Infosystems Limited

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/816297/+attachment/2233133/+files/AcpiTables.txt

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] AlsaDevices.txt

2011-07-26 Thread Suyash Mohan
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/816297/+attachment/2233134/+files/AlsaDevices.txt

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] AplayDevices.txt

2011-07-26 Thread Suyash Mohan
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/816297/+attachment/2233135/+files/AplayDevices.txt

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] BootDmesg.txt

2011-07-26 Thread Suyash Mohan
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/816297/+attachment/2233136/+files/BootDmesg.txt

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] Card0.Amixer.values.txt

2011-07-26 Thread Suyash Mohan
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/816297/+attachment/2233137/+files/Card0.Amixer.values.txt

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] Card0.Codecs.codec.0.txt

2011-07-26 Thread Suyash Mohan
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/816297/+attachment/2233138/+files/Card0.Codecs.codec.0.txt

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] Card0.Codecs.codec.2.txt

2011-07-26 Thread Suyash Mohan
apport information

** Attachment added: Card0.Codecs.codec.2.txt
   
https://bugs.launchpad.net/bugs/816297/+attachment/2233139/+files/Card0.Codecs.codec.2.txt

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] CurrentDmesg.txt

2011-07-26 Thread Suyash Mohan
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/816297/+attachment/2233140/+files/CurrentDmesg.txt

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] IwConfig.txt

2011-07-26 Thread Suyash Mohan
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/816297/+attachment/2233141/+files/IwConfig.txt

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] Lspci.txt

2011-07-26 Thread Suyash Mohan
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/816297/+attachment/2233142/+files/Lspci.txt

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] Lsusb.txt

2011-07-26 Thread Suyash Mohan
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/816297/+attachment/2233143/+files/Lsusb.txt

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] PciMultimedia.txt

2011-07-26 Thread Suyash Mohan
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/816297/+attachment/2233144/+files/PciMultimedia.txt

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] ProcCpuinfo.txt

2011-07-26 Thread Suyash Mohan
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/816297/+attachment/2233145/+files/ProcCpuinfo.txt

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] ProcCpuinfo_.txt

2011-07-26 Thread Suyash Mohan
apport information

** Attachment added: ProcCpuinfo_.txt
   
https://bugs.launchpad.net/bugs/816297/+attachment/2233146/+files/ProcCpuinfo_.txt

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] ProcInterrupts.txt

2011-07-26 Thread Suyash Mohan
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/816297/+attachment/2233147/+files/ProcInterrupts.txt

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] ProcModules.txt

2011-07-26 Thread Suyash Mohan
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/816297/+attachment/2233148/+files/ProcModules.txt

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] UdevDb.txt

2011-07-26 Thread Suyash Mohan
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/816297/+attachment/2233149/+files/UdevDb.txt

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] UdevLog.txt

2011-07-26 Thread Suyash Mohan
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/816297/+attachment/2233150/+files/UdevLog.txt

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

Title:
  Touchpad Not working!

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

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


[Bug 816297] WifiSyslog.txt

2011-07-26 Thread Suyash Mohan
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/816297/+attachment/2233151/+files/WifiSyslog.txt

** Description changed:

  I have a multi gesture touchpad. It is not working at all. It has never 
worked in ubuntu 8.10,9.04,10.10 and 11.04. Actually, It never worked in any 
linux distro.
- --- 
+ ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: amd64
  ArecordDevices:
-   List of CAPTURE Hardware Devices 
-  card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
-Subdevices: 1/1
-Subdevice #0: subdevice #0
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
+    Subdevices: 1/1
+    Subdevice #0: subdevice #0
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  suyash 1416 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  suyash 1416 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
-  Card hw:0 'Intel'/'HDA Intel at 0xf820 irq 45'
-Mixer name : 'Intel Cantiga HDMI'
-Components : 'HDA:10ec0272,10719525,0011 
HDA:80862802,80860101,0010'
-Controls  : 20
-Simple ctrls  : 10
+  Card hw:0 'Intel'/'HDA Intel at 0xf820 irq 45'
+    Mixer name : 'Intel Cantiga HDMI'
+    Components : 'HDA:10ec0272,10719525,0011 
HDA:80862802,80860101,0010'
+    Controls  : 20
+    Simple ctrls  : 10
  DistroRelease: Ubuntu 11.04
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  MachineType: HCL Infosystems Limited Notebook PC
  Package: linux (not installed)
  ProcEnviron:
-  LANGUAGE=en_US:en
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US:en
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=72ACF5C1ACF57FC1 loop=/hostname/disks/root.disk ro quiet splash
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  RelatedPackageVersions:
-  linux-restricted-modules-2.6.38-8-generic N/A
-  linux-backports-modules-2.6.38-8-generic  N/A
-  linux-firmware1.52
+  linux-restricted-modules-2.6.38-8-generic N/A
+  linux-backports-modules-2.6.38-8-generic  N/A
+  linux-firmware1.52
  RfKill:
-  0: hci0: Bluetooth
-   Soft blocked: no
-   Hard blocked: no
+  0: hci0: Bluetooth
+   Soft blocked: no
+   Hard blocked: no
  StagingDrivers: r8187se
  Tags:  natty running-unity staging
  Uname: Linux 2.6.38-8-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 11/05/2009
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R1.00.161404
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: Notebook PC
  dmi.board.vendor: HCL Infosystems Limited
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: HCL Infosystems Limited
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR1.00.161404:bd11/05/2009:svnHCLInfosystemsLimited:pnNotebookPC:pvrNotApplicable:rvnHCLInfosystemsLimited:rnNotebookPC:rvrNotApplicable:cvnHCLInfosystemsLimited:ct1:cvrN/A:
  dmi.product.name: Notebook PC
  dmi.product.version: Not Applicable
  dmi.sys.vendor: HCL Infosystems Limited

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

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

Title:
  Touchpad Not working!

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

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

[Bug 816336] Re: crash happened while working with projectcenter

2011-07-26 Thread Mohan
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/816336

Title:
  crash happened while working with projectcenter

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.5/+bug/816336/+subscriptions

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


[Bug 816336] [NEW] crash happened while working with projectcenter

2011-07-26 Thread Mohan
Public bug reported:

while building gnustep application it hapened. but application didn't
close

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: gobjc-4.5 4.5.2-8ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic i686
Architecture: i386
Date: Tue Jul 26 15:24:03 2011
ExecutablePath: /usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/cc1obj
SourcePackage: gcc-4.5
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gcc-4.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash i386 natty running-unity

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

Title:
  crash happened while working with projectcenter

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.5/+bug/816336/+subscriptions

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


[Bug 815681] [NEW] Changes in login screen Settings is not getting effected

2011-07-24 Thread Madhu Mohan
Public bug reported:

I upgraded ubuntu from 10.XXX to 11.04. I changed my desktop view to ubuntu 
classic through login screen settings.  One day my system restarted (don't 
the reason) and up on user login, I see in ubuntu desktop view. Despite 
seeing ubuntu classic as default session in login screen settings, 
I'm not able to get ubuntu classic desktop view.  But It is working fine when I 
choose ubuntu classic at the time of user login.

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  Changes in login screen Settings is not getting effected

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

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


[Bug 693273] Re: [gm45] Ubuntu boots into blank screen

2011-05-05 Thread Suyash Mohan
I don't know about 11.04 natty but this error does come up on ubuntu 9.10. Even 
I can use compiz at full settings.
But on Ubuntu 10.04, I get this error.

Strangely, this error does not come on Ubuntu 10.10. But I could not use
compiz.

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

Title:
  [gm45] Ubuntu boots into blank screen

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


[Bug 746027] Re: Alt+Tab doesn't work

2011-04-25 Thread Sibin Mohan
I had the same problem after upgrading to 11.04 from 10.10.

The fix is simple. Just go to: System-Preferences-Keyboard Shortcuts.
Scroll down to the Window Management Section. If you find the action
for Move between windows, using a popup window you will find that the
shortcut shows as disabled. If you click on the disabled and then
hit Alt-Tab it will register that combination. Now it will immediately
start working.

Hope this works for you.

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

Title:
  Alt+Tab doesn't work

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


  1   2   3   >