[Bug 1845290] Re: ACPI issue with RHEL4 guest VM's

2019-10-09 Thread Michael Tinsay
Thank you for the link.  I will try this in the next few days and post
my results here.

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

Title:
  ACPI issue with RHEL4 guest VM's

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

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

[Bug 1845290] Re: ACPI issue with RHEL4 guest VM's

2019-09-30 Thread Michael Tinsay
I came across this:  https://fabianlee.org/2018/09/13/ubuntu-alternate-
firmware-bios-for-kvm/

Can I use the qemu-provided bios in 16.04 and use it in 18.04 for these
VMs with really old kernels?

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

Title:
  ACPI issue with RHEL4 guest VM's

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

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

[Bug 1845290] Re: ACPI issue with RHEL4 guest VM's

2019-09-26 Thread Michael Tinsay
Hi Christian,

I tried your suggestion...

That definitely avoided the ACPI issue, however, the VM still won't
completely shutdown when I run the poweroff command.

virsh shutdown also doesn't do anything anymore, as far as the guest is
concern.

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

Title:
  ACPI issue with RHEL4 guest VM's

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

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

[Bug 1845290] Re: ACPI issue with RHEL4 guest VM's

2019-09-25 Thread Michael Tinsay
The host where the problem doesn't happen runs Ubuntu 16.04 with kernel
4.15.0-58-generic and qemu-kvm 1:2.5+dfsg-5ubuntu10.41

My work desktop is running on Ubuntu 18.04 with kernel 5.0.0-25-generic
and qemu-kvm 1:2.11+dfsg-1ubuntu7.17

The Oracle Bare Metal host is running Ubuntu 18.04 (minimal install)
with kernel 4.15.0-1025-oracle and qemu-kvm 1:2.11+dfsg-1ubuntu7.18

The RHEL4 guest runs kernel 2.6.9-67.ELsmp

I tested two additional VMs, this time they are on Ubuntu 8.04 with
kernel 2.6.24-32.  One exhibits a similar issue, but the other one
doesn't.

VMs running more recent Ubuntu releases and even Windows 7 guests do not
exhibit this problem.  So it is likely because of the old kernel version
being incompatible with the newer ACPI tables qemu provides.  :(

Unfortunately, I cannot migrate the apps running in these VMs to a more
recent RHEL release. :(

Is there a way to provide these guests with old kernel the older SDT's?

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

Title:
  ACPI issue with RHEL4 guest VM's

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

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

[Bug 1845290] [NEW] ACPI issue with RHEL4 guest VM's

2019-09-25 Thread Michael Tinsay
Public bug reported:

Background:

I'm testing migration of our KVM guests from a server running on 16.04
to a server running on 18.04.


Issue:

In all RHEL4-based guests tested, ACPI is not being loaded. dmesg log
contains the following:

ACPI-0307: *** Error: ns_search_and_enter: Bad character in ACPI Name: 
2E5C1502
ACPI-0292: *** Error: Looking up [0x2E5C1502] (NON-ASCII) in namespace, 
AE_BAD_CHARACTER
ACPI-1134: *** Error: [NULL NAME], AE_BAD_CHARACTER
ACPI-0125: *** Error: acpi_load_tables: Could not load namespace: 
AE_BAD_CHARACTER
ACPI-0134: *** Error: acpi_load_tables: Could not load tables: 
AE_BAD_CHARACTER
ACPI: Unable to load the System Description Tables

The VMs will continue to boot up and run fine.  But since ACPI is not
running properly, the VMs do not completely shutdown when powering off.
Issuing virsh shutdown  on the host also doesn't work because
of this situation.

I have tested this on 2 different machine: my work desktop and a bare
metal instance in Oracle Cloud.  Both are running 18.04 with latest
updates.

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

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

Title:
  ACPI issue with RHEL4 guest VM's

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

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

[Bug 1772038] Re: ubuntu/xubuntu 18.04 kernel crash during install.

2018-06-18 Thread Michael Tinsay
I have an old HP 8100 SFF that have the same problem with the 4.15
kernel.  I solved it by booting with the following kernel parameters:
acpi=off noapic nolapic

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

Title:
  ubuntu/xubuntu 18.04 kernel crash during install.

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

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

[Bug 1734280] Re: udisks unable to mount NTFS-formatted usb drive properly if block device is set to read only (blockdev --setro /dev/sd??)

2017-12-07 Thread Michael Tinsay
I'm ok with you not wanting all USB drives to be mounted read-only --
such is the default behavior of Ubuntu.  But I and the company I work
for want it to be that way to comply with out security policies.  And
since HAL is already deprecated, the workaround I found for recent
Ubuntu versions is to use the udev rule I posted above.  Your assertion
about the rule is correct and it is intended to be that way.

That is not the bug here.

When udisks detects the media to be read-only, it correctly mounts them
as read-only for FAT/exFAT and ext2/3/4 filesystems.  For NTFS, it is
forcing a read-write mount which then results in an mount error because
the media is read-only.

** Changed in: udisks (Ubuntu)
   Status: Invalid => New

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

Title:
  udisks unable to mount NTFS-formatted usb drive properly if block
  device is set to read only (blockdev --setro /dev/sd??)

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

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

[Bug 1734280] [NEW] udisks unable to mount NTFS-formatted usb drive properly if block device is set to read only (blockdev --setro /dev/sd??)

2017-11-23 Thread Michael Tinsay
Public bug reported:

In older versions (10.04 and older) we use HAL and UDEV rules to force
all USB drives to be automounted read-only by the Desktop Environment.
But they don't anymore for the newer versions.  After a few days
research and expirementations, I'm now able accomplish it using the UDEV
rule:

KERNEL=="sd[b-z][0-9]", RUN+="/sbin/blockdev --setro /dev/%k"

In 16.04 and 17.10, the above work for FAT/exFAT, ext3/4, and even ext4
on an encrypted partition.  It doesn't work though on NTFS-formatted usb
drives -- I get a permission denied error.

To replicate/test this without creating the UDEV rule:

1. Insert FAT or ext3/4-formatted flash drive.  Let Nautilus automount it.  
Note where in the left navigation pane it is.
2. From a terminal session, unmount the partition -- let's say sdb1.
3. Do: sudo blockdev --setro /dev/sdb1
4. In Nautilus' left pane, click on the device name to mount it again.
5. The mount command should show the mounted device as read-only.

Do the same for a NTFS-formated usb drive.  By step #4, it will not
mount with a permission denied error.

** Affects: udisks (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/1734280

Title:
  udisks unable to mount NTFS-formatted usb drive properly if block
  device is set to read only (blockdev --setro /dev/sd??)

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

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

Re: [Bug 925272] Re: Ubuntu 12.04 (Alpha 1) doesn't restore from hibernation

2014-12-05 Thread Michael Tinsay
I'm sorry I can't provide the information anymore as the machine I used
on this is already on 14.04.

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

Title:
  Ubuntu 12.04 (Alpha 1) doesn't restore from hibernation

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

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


[Bug 1376982] Re: Reboot and shutdown options doesn't work

2014-11-27 Thread Michael Tinsay
I got annoyed and reinstalled from scratch, and I do not encounter this
problem anymore.  So this seems to be an error introduced only if you do
a do-release-upgrade from a prior version.

However, as far as I can recall, invoking shutdown and reboot from a
terminal window works fine.  Why I usually did is log out and then hit
the power button to shut the machine down when the login greeter is
shown.

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

Title:
  Reboot and shutdown options doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/1376982/+subscriptions

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


[Bug 1376978] [NEW] laptop suspends even if the settings says to Do Nothing when the lid is closed

2014-10-02 Thread Michael Tinsay
Public bug reported:

Settings indicate to Do Nothing when the display lid is closed for
both On Battery and On AC Power.  But it seems that this setting is
being ignored whether I'm on battery or on AC power.

This seems to be a regression.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: gnome-power-manager 3.8.2-1ubuntu2
Uname: Linux 3.17.0-031700rc7-generic x86_64
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Oct  3 09:27:22 2014
InstallationDate: Installed on 2012-06-26 (828 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: gnome-power-manager
UpgradeStatus: Upgraded to utopic on 2014-09-22 (10 days ago)

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


** Tags: amd64 apport-bug utopic

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

Title:
  laptop suspends even if the settings says to Do Nothing when the lid
  is closed

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

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


[Bug 1376982] [NEW] Reboot and shutdown options doesn't work

2014-10-02 Thread Michael Tinsay
Public bug reported:

Choosing Reboot or Shutdown from the session menu shows you the
confirmation dialog box, but doesn't reboot or shutdown the machine
after confirming.

The same is true in the login screen for Shutdown.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: indicator-session 12.10.5+14.10.20140919-0ubuntu1
Uname: Linux 3.17.0-031700rc7-generic x86_64
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Oct  3 09:50:08 2014
InstallationDate: Installed on 2012-06-26 (828 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: indicator-session
UpgradeStatus: Upgraded to utopic on 2014-09-22 (10 days ago)

** Affects: indicator-session (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug utopic

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

Title:
  Reboot and shutdown options doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/1376982/+subscriptions

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


[Bug 1347008] Re: Call trace and “TCP: out of memory… consider tuning tcp_mem”

2014-08-22 Thread Michael Tinsay
My test machine ran for 13 hours then ran into this problem.

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

Title:
  Call trace and “TCP: out of memory… consider tuning tcp_mem”

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

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

[Bug 1347008] Re: Call trace and “TCP: out of memory… consider tuning tcp_mem”

2014-08-21 Thread Michael Tinsay
Ok.  The machine running 14.04 + kernel 3.16.1, but without the br0 set
up, has been running for more than 24 hours with medium to heavy network
traffic (deluge-gtk running), and it is still working ok.  I will switch
on the bridge interface again and see how long it will last -- last time
it ran only for an hour o9r so before it ran into this problem.

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

Title:
  Call trace and “TCP: out of memory… consider tuning tcp_mem”

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

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

[Bug 1347008] Re: Call trace and “TCP: out of memory… consider tuning tcp_mem”

2014-08-20 Thread Michael Tinsay
I experience the same thing on the following setup:

  -  Ubuntu 12.04 + br0 + kernels from kernel.ubuntu.com v3.14 and above

My most recent, a few hours ago involves a machine running Ubuntu
14.04.1 + br0 + kernel 3.16.1 (from kernel.ubuntu.com).  I will rerun
the same machine without br0 configured.

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

Title:
  Call trace and “TCP: out of memory… consider tuning tcp_mem”

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

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

[Bug 1307312] [NEW] keyboard alphabet keys don't work on initial power-on boot

2014-04-14 Thread Michael Tinsay
Public bug reported:

On several occasions I booted up my laptop and when the unity greeter
comes up the keyboard is not working.  The alphabet keys don't work, the
caps lock light turns on but pressing the caps lock key don't turn it
off.

It takes one to a few reboots before the keyboard works and I can login
and use the laptop.

No problem with the mouse/trackpad, just the keyboard.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: lightdm 1.10.0-0ubuntu3
Uname: Linux 3.14.0-031400-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.14.1-0ubuntu2
Architecture: amd64
Date: Mon Apr 14 14:02:05 2014
InstallationDate: Installed on 2012-06-26 (656 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
LightdmConfig:
 [SeatDefaults]
 user-session=ubuntu
 greeter-session=unity-greeter
ProcEnviron:
 LANGUAGE=en_PH:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_PH.UTF-8
 SHELL=/bin/bash
SourcePackage: lightdm
UpgradeStatus: Upgraded to trusty on 2014-03-21 (23 days ago)

** Affects: lightdm (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/1307312

Title:
  keyboard alphabet keys don't work on initial power-on boot

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

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


[Bug 1298773] [NEW] fglrx-updates 2:13.350.1-0ubuntu1: fglrx-updates kernel module failed to build

2014-03-27 Thread Michael Tinsay
Public bug reported:

Upgraded from 13.10 to latest 14.04 beta via 'sudo do-release-upgrade
-d'.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: fglrx-updates 2:13.350.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
NonfreeKernelModules: fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 2.13.3-0ubuntu1
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
DKMSKernelVersion: 3.14.0-031400rc8-generic
Date: Wed Mar 26 17:07:43 2014
DistUpgraded: 2014-03-21 16:17:53,846 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 fglrx-updates, 13.350.1, 3.13.0-18-generic, x86_64: installed
 fglrx-updates, 13.350.1, 3.13.0-19-generic, x86_64: installed
DuplicateSignature: 
dkms:fglrx-updates:2:13.350.1-0ubuntu1:/var/lib/dkms/fglrx-updates/13.350.1/build/2.6.x/firegl_public.c:1764:5:
 error: incompatible types when returning type ‘kuid_t’ but ‘KCL_TYPE_Uid’ was 
expected
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 
5430/5450/5470] [1002:68e0] (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:1426]
InstallationDate: Installed on 2012-06-26 (639 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MachineType: Hewlett-Packard HP G42 Notebook PC
PackageVersion: 2:13.350.1-0ubuntu1
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=e9a70c8e-1503-4aac-b3e8-5dd92669e3b8 ro
SourcePackage: fglrx-installer-updates
Title: fglrx-updates 2:13.350.1-0ubuntu1: fglrx-updates kernel module failed to 
build
UpgradeStatus: Upgraded to trusty on 2014-03-21 (6 days ago)
dmi.bios.date: 08/18/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.24
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1426
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 54.46
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.24:bd08/18/2010:svnHewlett-Packard:pnHPG42NotebookPC:pvr059D1200271001000:rvnHewlett-Packard:rn1426:rvr54.46:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: HP G42 Notebook PC
dmi.product.version: 059D1200271001000
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.11+14.04.20140320.1-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-1ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Fri Mar 28 13:17:25 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs: Output  HDMI-0LVDS 
  VGA-0
xserver.version: 2:1.15.0-1ubuntu7
xserver.video_driver: radeon

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


** Tags: amd64 apport-package compiz-0.9 trusty ubuntu

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

Title:
  fglrx-updates 2:13.350.1-0ubuntu1: fglrx-updates kernel module failed
  to build

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

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

[Bug 1074789] Re: deluge crashes constantly

2013-12-19 Thread Michael Tinsay
For me, deluge-gtk on 12.04 eventually crashes when I have encryption
Enabled or Forced (see http://forum.deluge-
torrent.org/viewtopic.php?f=7t=41843).  Setting it to Disabled
eliminates the crashes.

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

Title:
  deluge crashes constantly

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

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


[Bug 1034264] Re: Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek RTL8101E/RTL8102E r8169

2013-08-27 Thread Michael Tinsay
I upgraded the laptop I use to 12.10.  I do not experience this problem
anymore.

** Tags added: kernel-fixed-upstream

** Tags added: kernel-fixed-upstream-3.11

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

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1202023] [NEW] Upstart ignores .override files that are symlinks

2013-07-16 Thread Michael Tinsay
Public bug reported:

I don't know if this is a bug or an intentional feature...

I upgraded a laptop from 12.04 to 13.10.  When it was at 12.04, have a
few .override files in /etc/init that are actually symlinks to a file
named manual.override.  This file has a single line entry for the
manual stanza.  While it was in 12.04, this works.  Now in 13.10 it
doesn't.  I replace one of the symlinks with an actual file (e.g. cp
manual.override mysql.override) and the .override file was recognized by
upstart when I rebooted.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: upstart 1.9.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.10.0-3.12-generic 3.10.1
Uname: Linux 3.10.0-3-generic x86_64
NonfreeKernelModules: fglrx
.etc.init.avahi.daemon.override: manual
.etc.init.libvirt.bin.override: manual
.etc.init.manual.override: manual
.etc.init.mysql.override: manual
.etc.init.qemu.kvm.override: manual
.etc.init.ufw.override: manual
ApportVersion: 2.10.2-0ubuntu4
Architecture: amd64
Date: Wed Jul 17 10:09:22 2013
InstallationDate: Installed on 2012-06-26 (385 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
ProcKernelCmdline: BOOT_IMAGE=/vmlinuz-3.10.0-3-generic 
root=/dev/mapper/IT--035687-root ro
SourcePackage: upstart
UpgradeStatus: Upgraded to saucy on 2013-07-11 (6 days ago)
UpstartBugCategory: System
modified.conffile..etc.at.deny: [inaccessible: [Errno 13] Permission denied: 
'/etc/at.deny']
modified.conffile..etc.init.d.networking: [modified]
modified.conffile..etc.libvirt.qemu.conf: [inaccessible: [Errno 13] Permission 
denied: '/etc/libvirt/qemu.conf']
modified.conffile..etc.resolvconf.resolv.conf.d.base: [modified]
modified.conffile..etc.sysctl.conf: [modified]
mtime.conffile..etc.init.d.networking: 2013-05-18T13:37:44
mtime.conffile..etc.resolvconf.resolv.conf.d.base: 2012-08-14T11:54:37.328744
mtime.conffile..etc.sysctl.conf: 2012-09-18T09:57:54.115713
upstart.upstart-file-bridge.log:
 Job got added /com/ubuntu/Upstart/jobs/unicast_2dlocal_2davahi
 Job got added /com/ubuntu/Upstart/jobs/update_2dnotifier_2dcrash
 Job got added /com/ubuntu/Upstart/jobs/update_2dnotifier_2drelease

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


** Tags: amd64 apport-bug saucy

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

Title:
  Upstart ignores .override files that are symlinks

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

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


[Bug 1199222] Re: pdftopdf crashed with SIGSEGV

2013-07-10 Thread Michael Tinsay
That was fast!  I can confirm that it works ok now.  Just downloaded the
update from the repo and applied it.  Printing now works again.

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

Title:
  pdftopdf crashed with SIGSEGV

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

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


[Bug 1052277] [NEW] In Precise (12.04), Dynamic Port Forwarding (-D option) in putty doesn't work if ipv6 is disabled

2012-09-17 Thread Michael Tinsay
Public bug reported:

If I disable ipv6 by adding the following lines in /etc/sysctl.conf:

# Disable IPv6
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default_disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

the -D option in putty won't work anymore, even as root.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: putty 0.62-6
Uname: Linux 3.6.0-030600rc5-generic x86_64
ApportVersion: 2.0.1-0ubuntu13
Architecture: amd64
Date: Tue Sep 18 10:10:30 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcEnviron:
 LANGUAGE=en_PH:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_PH.UTF-8
 SHELL=/bin/bash
SourcePackage: putty
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise 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/1052277

Title:
  In Precise (12.04), Dynamic Port Forwarding (-D option) in putty
  doesn't work if ipv6 is disabled

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

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


[Bug 1052277] Re: In Precise (12.04), Dynamic Port Forwarding (-D option) in putty doesn't work if ipv6 is disabled

2012-09-17 Thread Michael Tinsay
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1052277

Title:
  In Precise (12.04), Dynamic Port Forwarding (-D option) in putty
  doesn't work if ipv6 is disabled

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

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


[Bug 1034259] Re: Alt-F2 (Run) is dropping the last character entered

2012-09-12 Thread Michael Tinsay
I spoke/posted too soon.  It seems that the problem is on and off now.
Before it was pretty consistent.  The most recent was I started a few
putty sessions via Alt-F2 (e.g putty -C hostname) -- about 5-7
sessions.  Then I tried to run the ff. by typing it into the Alt-F2
textbox:

chromium-browser --incognito

It launched the browser, but not in incognito mode.  Hitting AltF2 again
to display the history and it just show 'chromium-browser --inco' -- the
last 5 characters I type (i.e. 'gnito') were missing.

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

Title:
  Alt-F2 (Run) is dropping the last character entered

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

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


[Bug 1034264] Re: Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek RTL8101E/RTL8102E r8169

2012-09-09 Thread Michael Tinsay
Just an FYI: This problem still exists in kernel 3.6 rc5.

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

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034259] Re: Alt-F2 (Run) is dropping the last character entered

2012-09-09 Thread Michael Tinsay
The problem seems to have disappeared/been solved with the latest
updates.

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

Title:
  Alt-F2 (Run) is dropping the last character entered

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

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


[Bug 1034264] Re: Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek RTL8101E/RTL8102E r8169

2012-08-09 Thread Michael Tinsay
** Tags removed: needs-upstream-testing

** Tags added: kernel-bug-exists-upstream

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

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] Re: Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek RTL8101E/RTL8102E r8169

2012-08-09 Thread Michael Tinsay
More info...

Note that I have the bcmwl-kernel-source package installed.

If I boot the laptop while disconnected to the lan, the network
indicator applet doesn't appear in the indicator bar.  Once I connect it
to the lan via an ethernet cable, it will appear after a few moments,
but it would only show that Wired Network.

If I boot while connected to the lan, the applet shows both Wired
Network and Wireless Networks.


Furthermore, when I uninstalled the bcmwl-kernel-source package and booted 
while disconnected to the wired network, the indicator applet still doesn't 
appear.  But once I connect it to the lan and the applet appears, it now shows 
both Wired Network and Wireless Networks and it connects to the wireless 
network.  The wireless connection also stays on when I disconnect from the 
wired network.

HTH

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

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] Re: Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek RTL8101E/RTL8102E r8169

2012-08-09 Thread Michael Tinsay
If I change br0 from dhcp to manual in /etc/network/interfaces then I
don't get this problem, but the tradeoff is that I have to manually
start br0.

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

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] Re: Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek RTL8101E/RTL8102E r8169

2012-08-08 Thread Michael Tinsay
apport information

** Tags added: apport-collected staging

** Description changed:

  
  I have set-up a bridge (br0) on eth0 of my laptop, as I'm using KVM from time 
to time.
  
  This is the content of /etc/network/interfaces:
  
  aaa@xxx:~$ cat /etc/network/interfaces 
  # This file describes the network interfaces available on your system
  # and how to activate them. For more information, see interfaces(5).
  
  # The loopback network interface
  auto lo
  iface lo inet loopback
  
  #
  auto eth0
  iface eth0 inet manual
  
  auto br0
  iface br0 inet dhcp
bridge_ports eth0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
  
  My problem is, if I boot WITHOUT a live connection plugged into the
  ethernet port of my laptop, NetworkManager sees my WiFi as disabled by
  a hardware switch.  As such, I can't use WiFi when there's no LAN.  I
  can use WiFi when there's a LAN connection present, but it defeats the
  purpose of having a WiFi connection.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
  Uname: Linux 3.2.0-27-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  CRDA: Error: [Errno 2] No such file or directory
  Date: Wed Aug  8 13:35:08 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  IpRoute:
   default via 192.200.2.252 dev br0 
   10.88.88.0/21 dev br0  proto kernel  scope link  src 10.88.93.229 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
   192.200.2.0/24 dev br0  proto kernel  scope link  src 192.200.2.8
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   LANGUAGE=en_PH:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_PH.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2012-06-28T15:41:09.106173
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Moldex.Group  fa0e4888-b65b-4bf8-b559-d50a8d6144df   
802-11-wireless   0never  yes   
no /org/freedesktop/NetworkManager/Settings/2
   SMVT  147d6502-8b9e-4730-8015-ac2583d7b8f4   
802-11-wireless   1343604463   Monday, 30 July, 2012 07:27:43 AM PHT yes
   no /org/freedesktop/NetworkManager/Settings/1
   Wired connection 19550c743-1ea4-4c2b-84dd-ff3800765cea   
802-3-ethernet1340869202   Thursday, 28 June, 2012 03:40:02 PM PHT no   
 no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetunmanaged 
/org/freedesktop/NetworkManager/Devices/1  
   eth1   802-11-wireless   disconnected  
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.4.0connected   enabled   enabled 
enabledenabled disabled
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 2.0.1-0ubuntu12
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC270 Analog [ALC270 Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  tinsaymc   2512 F pulseaudio
+  /dev/snd/controlC0:  tinsaymc   2512 F pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0xd410 irq 44'
+Mixer name : 'Realtek ALC270'
+Components : 'HDA:10ec0270,103c1426,00100100'
+Controls  : 20
+Simple ctrls  : 11
+ Card1.Amixer.info:
+  Card hw:1 'Generic'/'HD-Audio Generic at 0xd402 irq 45'
+Mixer name : 'ATI R6xx HDMI'
+Components : 'HDA:1002aa01,00aa0100,00100200'
+Controls  : 6
+Simple ctrls  : 1
+ Card1.Amixer.values:
+  Simple mixer control 'IEC958',0
+Capabilities: pswitch pswitch-joined penum
+Playback channels: Mono
+Mono: Playback [on]
+ DistroRelease: Ubuntu 12.04
+ InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
+ MachineType: Hewlett-Packard HP G42 Notebook PC
+ NonfreeKernelModules: wl fglrx
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=en_PH:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_PH.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 VESA VGA
+ 

[Bug 1034264] AlsaDevices.txt

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/1034264/+attachment/3253820/+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/1034264

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] AplayDevices.txt

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/1034264/+attachment/3253821/+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/1034264

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] BootDmesg.txt

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1034264/+attachment/3253822/+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/1034264

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] Card0.Amixer.values.txt

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/1034264/+attachment/3253823/+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/1034264

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


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

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/1034264/+attachment/3253824/+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/1034264

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] Card1.Codecs.codec.0.txt

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: Card1.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/1034264/+attachment/3253825/+files/Card1.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/1034264

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] CurrentDmesg.txt

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1034264/+attachment/3253826/+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/1034264

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] Lspci.txt

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1034264/+attachment/3253828/+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/1034264

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] IwConfig.txt

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1034264/+attachment/3253827/+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/1034264

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] Lsusb.txt

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1034264/+attachment/3253829/+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/1034264

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] ProcCpuinfo.txt

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1034264/+attachment/3253831/+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/1034264

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] PciMultimedia.txt

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/1034264/+attachment/3253830/+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/1034264

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] ProcInterrupts.txt

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1034264/+attachment/3253832/+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/1034264

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] ProcModules.txt

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1034264/+attachment/3253833/+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/1034264

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] PulseList.txt

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1034264/+attachment/3253834/+files/PulseList.txt

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

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] RfKill.txt

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1034264/+attachment/3253835/+files/RfKill.txt

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

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] UdevDb.txt

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1034264/+attachment/3253836/+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/1034264

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] UdevLog.txt

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1034264/+attachment/3253837/+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/1034264

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034264] WifiSyslog.txt

2012-08-08 Thread Michael Tinsay
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1034264/+attachment/3253838/+files/WifiSyslog.txt

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

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

Title:
  Wi-Fi interface disabled by a hardware switch if no *Ethernet* cable
  plugged in at boot -- Broadcom BCM4313 wl bcma brcmsmac; Realtek
  RTL8101E/RTL8102E r8169

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

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


[Bug 1034259] [NEW] Alt-F2 (Run) is dropping the last character entered

2012-08-07 Thread Michael Tinsay
Public bug reported:

I can't use Alt-F2 properly as it keeps dropping the last character I
type before I hit enter.  At times, adding a space as the last
character helps.  At times, it drops more characters.

I miss the Gnome-style Alt-F2 dialog box.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.14.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
Uname: Linux 3.2.0-27-generic x86_64
NonfreeKernelModules: wl fglrx
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
Date: Wed Aug  8 13:28:20 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcEnviron:
 LANGUAGE=en_PH:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_PH.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise 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/1034259

Title:
  Alt-F2 (Run) is dropping the last character entered

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

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


[Bug 1034259] Re: Alt-F2 (Run) is dropping the last character entered

2012-08-07 Thread Michael Tinsay
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1034259

Title:
  Alt-F2 (Run) is dropping the last character entered

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

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


[Bug 1034264] [NEW] Network Manager problem with WiFi

2012-08-07 Thread Michael Tinsay
Public bug reported:


I have set-up a bridge (br0) on eth0 of my laptop, as I'm using KVM from time 
to time.

This is the content of /etc/network/interfaces:

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

# The loopback network interface
auto lo
iface lo inet loopback

#
auto eth0
iface eth0 inet manual

auto br0
iface br0 inet dhcp
bridge_ports eth0
bridge_stp off
bridge_fd 0
bridge_maxwait 0

My problem is, if I boot WITHOUT a live connection plugged into the
ethernet port of my laptop, NetworkManager sees my WiFi as disabled by
a hardware switch.  As such, I can't use WiFi when there's no LAN.  I
can use WiFi when there's a LAN connection present, but it defeats the
purpose of having a WiFi connection.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: network-manager 0.9.4.0-0ubuntu4.1
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
Uname: Linux 3.2.0-27-generic x86_64
NonfreeKernelModules: wl fglrx
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
CRDA: Error: [Errno 2] No such file or directory
Date: Wed Aug  8 13:35:08 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
IpRoute:
 default via 192.200.2.252 dev br0 
 10.88.88.0/21 dev br0  proto kernel  scope link  src 10.88.93.229 
 192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
 192.200.2.0/24 dev br0  proto kernel  scope link  src 192.200.2.8
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
ProcEnviron:
 LANGUAGE=en_PH:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_PH.UTF-8
 SHELL=/bin/bash
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2012-06-28T15:41:09.106173
nmcli-con:
 NAME  UUID   TYPE  
TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
 Moldex.Group  fa0e4888-b65b-4bf8-b559-d50a8d6144df   
802-11-wireless   0never  yes   
no /org/freedesktop/NetworkManager/Settings/2
 SMVT  147d6502-8b9e-4730-8015-ac2583d7b8f4   
802-11-wireless   1343604463   Monday, 30 July, 2012 07:27:43 AM PHT yes
   no /org/freedesktop/NetworkManager/Settings/1
 Wired connection 19550c743-1ea4-4c2b-84dd-ff3800765cea   
802-3-ethernet1340869202   Thursday, 28 June, 2012 03:40:02 PM PHT no   
 no /org/freedesktop/NetworkManager/Settings/0
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 eth0   802-3-ethernetunmanaged 
/org/freedesktop/NetworkManager/Devices/1  
 eth1   802-11-wireless   disconnected  
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.4.0connected   enabled   enabled 
enabledenabled disabled

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


** Tags: amd64 apport-bug precise 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/1034264

Title:
  Network Manager problem with WiFi

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

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


[Bug 1034264] Re: Network Manager problem with WiFi

2012-08-07 Thread Michael Tinsay
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1034264

Title:
  Network Manager problem with WiFi

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

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


[Bug 966855] [NEW] compiz hangs on login

2012-03-28 Thread Michael Tinsay
Public bug reported:

On Ubuntu 12.04 Beta with the latest updates.

Compiz hangs upon login (freshly booted cpu) and eats up 100% of a CPU
core.  Desktop is unusable.  Had to restart lightdm from a text console
and login with Ubuntu 2D to use the machine.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: compiz 1:0.9.7.2-0ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
NonfreeKernelModules: fglrx zfs zcommon znvpair zavl zunicode
.tmp.unity.support.test.0:
 
ApportVersion: 1.95-0ubuntu1
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: None
Date: Wed Mar 28 13:59:23 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2030.1)
MachineType: Hewlett-Packard HP G42 Notebook PC
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_PH:en
 LANG=en_PH.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-20-generic 
root=UUID=2f81f613-b571-447c-9c38-b207c1656fba ro quiet splash vt.handoff=7
SourcePackage: compiz
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/18/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.24
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1426
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 54.46
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.24:bd08/18/2010:svnHewlett-Packard:pnHPG42NotebookPC:pvr059D1200271001000:rvnHewlett-Packard:rn1426:rvr54.46:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: HP G42 Notebook PC
dmi.product.version: 059D1200271001000
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.7.2-0ubuntu4
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug precise third-party-packages ubuntu

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

Title:
  compiz hangs on login

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

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


[Bug 966855] Re: compiz hangs on login

2012-03-28 Thread Michael Tinsay
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/966855

Title:
  compiz hangs on login

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

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


[Bug 936749] [NEW] alt-tab doesn't work properly after latest update of 12.04

2012-02-19 Thread Michael Tinsay
Public bug reported:

When all apps are maximized Alt-Tab does not show all maximized apps
except for the current app in focus and the Show Desktop option.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.4.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
Uname: Linux 3.2.0-17-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,resize,move,mousepoll,grid,snap,wall,regex,place,session,gnomecompat,vpswitch,imgpng,animation,fade,scale,workarounds,expo,ezoom,unityshell]
Date: Mon Feb 20 14:33:35 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2030.1)
ProcEnviron:
 LANGUAGE=en_PH:en
 PATH=(custom, no user)
 LANG=en_PH.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  alt-tab doesn't work properly after latest update of 12.04

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

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


[Bug 936749] Re: alt-tab doesn't work properly after latest update of 12.04

2012-02-19 Thread Michael Tinsay
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/936749

Title:
  alt-tab doesn't work properly after latest update of 12.04

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

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


[Bug 925272] [NEW] Ubuntu 12.04 (Alpha 1) doesn't restore from hibernation

2012-02-01 Thread Michael Tinsay
Public bug reported:

Running sudo pm-hibernate appears to put the computer into hibernation,
but powering the unit back up doesn't restore from hibernation.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: pm-utils 1.4.1-9
ProcVersionSignature: Ubuntu 3.2.0-12.21-generic 3.2.2
Uname: Linux 3.2.0-12-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Thu Feb  2 12:03:56 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2030.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_PH:en
 PATH=(custom, no user)
 LANG=en_PH.UTF-8
 SHELL=/bin/bash
SourcePackage: pm-utils
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise 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/925272

Title:
  Ubuntu 12.04 (Alpha 1) doesn't restore from hibernation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/925272/+subscriptions

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


[Bug 925272] Re: Ubuntu 12.04 (Alpha 1) doesn't restore from hibernation

2012-02-01 Thread Michael Tinsay
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/925272

Title:
  Ubuntu 12.04 (Alpha 1) doesn't restore from hibernation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/925272/+subscriptions

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


[Bug 919711] [NEW] chromium-browser crashed with SIGSEGV in XQueryExtension()

2012-01-21 Thread Michael Tinsay
Public bug reported:

I get a chromium-browser crash alert everytime I exit chromium.
Chromium does not crash while I'm using it, just everytime I end the
program.

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: chromium-browser 15.0.874.120~r108895-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-10.17-generic 3.2.1
Uname: Linux 3.2.0-10-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
CrashCounter: 1
Date: Sun Jan 22 00:11:32 2012
Desktop-Session:
 DESKTOP_SESSION = ubuntu
 XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu:/etc/xdg
 XDG_DATA_DIRS = 
/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/
EcryptfsInUse: Yes
Env:
 MOZ_PLUGIN_PATH = None
 LD_LIBRARY_PATH = None
ExecutablePath: /usr/lib/chromium-browser/chromium-browser
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2030.1)
ProcCmdline: /usr/lib/chromium-browser/chromium-browser\ --incognito
ProcEnviron:
 
SegvAnalysis:
 Segfault happened at: 0x7f98c6a62c18 XQueryExtension+40: mov
0x968(%rdi),%rax
 PC (0x7f98c6a62c18) ok
 source 0x968(%rdi) (0xcb673968) not located in a known VMA region 
(needed readable region)!
 destination %rax ok
SegvReason: reading unknown VMA
Signal: 11
SourcePackage: chromium-browser
StacktraceTop:
 XQueryExtension () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 XInitExtension () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 XextAddDisplay () from /usr/lib/x86_64-linux-gnu/libXext.so.6
 ?? () from /usr/lib/fglrx/libGL.so.1
 ?? () from /usr/lib/fglrx/libGL.so.1
Title: chromium-browser crashed with SIGSEGV in XQueryExtension()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
chromium-default: CHROMIUM_FLAGS=

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash precise 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/919711

Title:
  chromium-browser crashed with SIGSEGV in XQueryExtension()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/919711/+subscriptions

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


[Bug 919711] Re: chromium-browser crashed with SIGSEGV in XQueryExtension()

2012-01-21 Thread Michael Tinsay
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/919711

Title:
  chromium-browser crashed with SIGSEGV in XQueryExtension()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/919711/+subscriptions

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


[Bug 711413] Re: ubuntu-sso-login crashed with DBusException in __new__(): org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /tmp/dbus-zPW5jjeWfI: Connection refused

2011-09-20 Thread Michael Tinsay
$ ps uxe | grep [u]buntuone-client
$ echo $DBUS_SESSION_BUS_ADDRESS
unix:abstract=/tmp/dbus-g5rR43xGww,guid=c508f11973fa7a9589f252740035
$ 


This is with the latest update applied and machine rebooted about 15 minutes 
ago .

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

Title:
  ubuntu-sso-login crashed with DBusException in __new__():
  org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /tmp
  /dbus-zPW5jjeWfI: Connection refused

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-sso-client/+bug/711413/+subscriptions

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


[Bug 852337] [NEW] phpmyadmin requires fastcgi-php module enabled when using lighttpd

2011-09-16 Thread Michael Tinsay
Public bug reported:

The install script of phpmyadmin enables lighttpd's fastcgi module.  It
should enable fastcgi-php also/(instead?) otherwise
http://localhost/phpmyadmin results in error 403.

Encountered this in Oneiric, but Natty also has fastcgi-php listed.  So
at least, these two versions are affected.

** Affects: phpmyadmin (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/852337

Title:
  phpmyadmin requires fastcgi-php module enabled when using lighttpd

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

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


[Bug 852337] Re: phpmyadmin requires fastcgi-php module enabled when using lighttpd

2011-09-16 Thread Michael Tinsay
For the meantime one can manually enable fastci-php via:

$ sudo lighty-enable-mod fastcgi-php
$ sudo service lighttpd restart

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

Title:
  phpmyadmin requires fastcgi-php module enabled when using lighttpd

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

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


[Bug 831867] Re: colord assert failure: colord: browser.c:701: avahi_service_browser_free: Assertion `*_head == _item' failed.

2011-09-15 Thread Michael Tinsay
I ran into this problem when I disabled avahi-daemon.  I reenabled
avahi-daemon and rebooted, it seemed to not happen again. apt-cache
show colord doesn't state that it depends on avahi-daemon, directly
that is; I haven't walked through the dependencies.

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

Title:
  colord assert failure: colord: browser.c:701:
  avahi_service_browser_free: Assertion `*_head == _item' failed.

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

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


[Bug 849970] [NEW] flashplugin-downloader package missing; needed to install flashplugin-installer

2011-09-14 Thread Michael Tinsay
Public bug reported:

Package flashplugin-installer depends on flashplugin-downloaded, but
flashplugin-downloader is not available.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: flashplugin-installer (not installed)
ProcVersionSignature: Ubuntu 3.0.0-11.17-generic 3.0.4
Uname: Linux 3.0.0-11-generic x86_64
NonfreeKernelModules: wl fglrx
ApportVersion: 1.23-0ubuntu1
Architecture: amd64
Date: Wed Sep 14 21:24:56 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
ProcEnviron:
 LANGUAGE=en_PH:en
 PATH=(custom, no user)
 LANG=en_PH.UTF-8
 SHELL=/bin/bash
SourcePackage: flashplugin-nonfree
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: flashplugin-nonfree (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric 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/849970

Title:
  flashplugin-downloader package missing; needed to install flashplugin-
  installer

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

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


[Bug 849973] [NEW] cannot install package p7zip-rar

2011-09-14 Thread Michael Tinsay
Public bug reported:

Here's the results of apt-get install p7zip-rar:

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

The following packages have unmet dependencies:
 p7zip-rar : Depends: p7zip-full ( 9.05~) but 9.20.1~dfsg.1-2 is to be 
installed
E: Unable to correct problems, you have held broken packages.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: p7zip-rar (not installed)
ProcVersionSignature: Ubuntu 3.0.0-11.17-generic 3.0.4
Uname: Linux 3.0.0-11-generic x86_64
NonfreeKernelModules: wl fglrx
ApportVersion: 1.23-0ubuntu1
Architecture: amd64
Date: Wed Sep 14 21:31:04 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
ProcEnviron:
 LANGUAGE=en_PH:en
 PATH=(custom, no user)
 LANG=en_PH.UTF-8
 SHELL=/bin/bash
SourcePackage: p7zip-rar
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: p7zip-rar (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric 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/849973

Title:
  cannot install package p7zip-rar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/p7zip-rar/+bug/849973/+subscriptions

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


[Bug 844513] [NEW] pbuilder in oneiric should be upgraded to latest version

2011-09-07 Thread Michael Tinsay
Public bug reported:

pbuilder will fail because of changes in initscripts package. See:

Debian Bug report logs - #627086 
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627086)
pbuilder: --execute fails on creating /run: Is a directory

I ran into this problem/bug while using prevu to backport packages from
upstream.  I installed the latest from Debian's repository and prevu now
works.

** Affects: pbuilder
 Importance: Unknown
 Status: Unknown

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


** Tags: oneiric pbuilder prevu

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

** Also affects: pbuilder via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627086
   Importance: Unknown
   Status: Unknown

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

Title:
  pbuilder in oneiric should be upgraded to latest version

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

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


[Bug 382648] Re: plasma-widget-network-manager fails to connect to any network

2010-09-18 Thread Michael Tinsay
Experiencing this with the 10.10 beta with latest updates to-date.  Used
to work a couple of updates ago.  iwlist scan can detect wifi networks
but the plasma widget do not show these networks.  Same story for 3G USB
modems.  Items are setup in Manage Connections but the widget just
don't display these items, so connections cannot be initiated.  Only
wired network works.

-- 
plasma-widget-network-manager fails to connect to any network
https://bugs.launchpad.net/bugs/382648
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-networkmanagement in ubuntu.

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


[Bug 526323] Re: Cannot connect to wireless network

2010-09-01 Thread Michael Tinsay
When I reported the bug, Lucid was still in Beta.  I do not encounter
this problem anymore.  This bug should be closed.

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

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


[Bug 561140] Re: Boot hangs after update to kernel 2.6.32-20

2010-04-12 Thread Michael Tinsay
Similar problem with #27 above.  I have an Acer Aspire 4315 laptop.
Boot hangs for a while at detecting partitions in /dev/sda -- some times
it sees sda1, some times not, but it cannot see sda2 everytime which is
my root partition.  After a while, I get dropped into a busybox session.
I've had 10.04 installed in this laptop since Alpha 2 and this is the
first time I have encountered such a problem.

-- 
Boot hangs after update to kernel 2.6.32-20
https://bugs.launchpad.net/bugs/561140
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 546645] Re: Kernel 2.6.32-17-generic won't boot without acpi=off on eMachine eM250 netbook

2010-03-26 Thread Michael Tinsay
After a few more experimenting, I  found out that putting nolapic
instead of acpi=off allows the netbook to boot with ACPI enabled.  This
seems to be the better solution to booting these machines.

Please close this bug.

Cheers!

-- 
Kernel 2.6.32-17-generic won't boot without acpi=off on eMachine eM250 netbook
https://bugs.launchpad.net/bugs/546645
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 546645] Re: Kernel 2.6.32-17-generic won't boot without acpi=off on eMachine eM250 netbook

2010-03-26 Thread Michael Tinsay
** Changed in: linux (Ubuntu)
   Status: New = Invalid

-- 
Kernel 2.6.32-17-generic won't boot without acpi=off on eMachine eM250 netbook
https://bugs.launchpad.net/bugs/546645
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 546645] Re: Kernel 2.6.32-17-generic won't boot without acpi=off on eMachine eM250 netbook

2010-03-25 Thread Michael Tinsay
Tried a recently downloaded karmic .iso, and it too seems to have this
problem.  And that this was apparently/somehow fixed in the earlier
versions of 2.6.32 in Alpha 3.  Then came back when Beta 1's kernel came
out.

-- 
Kernel 2.6.32-17-generic won't boot without acpi=off on eMachine eM250 netbook
https://bugs.launchpad.net/bugs/546645
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 546645] [NEW] Kernel 2.6.32-17-generic won't boot without acpi=off on eMachine eM250 netbook

2010-03-24 Thread Michael Tinsay
Public bug reported:

Installed LL Alpha 3 in the machine and upgraded to the latest updates
including the latest kernel.  Machine boot was already somewhat flaky
(especially on reboot) on -16, but the upgrade to -17 doesn't boot
without adding acpi=off to the kernel parameters.

ProblemType: Bug
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
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:  tinsaymc   1579 F knotify4
  tinsaymc   1604 F kmix
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0x5834 irq 11'
   Mixer name   : 'Realtek ALC272'
   Components   : 'HDA:10ec0272,1025022f,0011'
   Controls  : 14
   Simple ctrls  : 8
Date: Thu Mar 25 12:04:20 2010
DistroRelease: Ubuntu 10.04
HibernationDevice: RESUME=UUID=f4fab804-91d2-4121-a460-9a4bbb7df9b9
InstallationMedia: Kubuntu-Netbook 10.04 Lucid Lynx - Beta i386 (20100318)
MachineType: eMachines eM250
Package: linux-image-2.6.32-17-generic 2.6.32-17.26
ProcCmdLine: root=UUID=79c732d5-2cae-4cb9-8b9a-d280e54456ee ro acpi=off
ProcEnviron:
 LANGUAGE=
 LANG=C
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
Regression: Yes
RelatedPackageVersions: linux-firmware 1.33
Reproducible: Yes
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
TestedUpstream: No
Uname: Linux 2.6.32-17-generic i686
dmi.bios.date: 11/28/2009
dmi.bios.vendor: Acer
dmi.bios.version: V1.25
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: eM250
dmi.board.vendor: Acer
dmi.board.version: V1.25
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.25
dmi.modalias: 
dmi:bvnAcer:bvrV1.25:bd11/28/2009:svneMachines:pneM250:pvrV1.25:rvnAcer:rneM250:rvrV1.25:cvnAcer:ct10:cvrV1.25:
dmi.product.name: eM250
dmi.product.version: V1.25
dmi.sys.vendor: eMachines

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


** Tags: apport-bug i386 lucid needs-upstream-testing regression-proposed

-- 
Kernel 2.6.32-17-generic won't boot without acpi=off on eMachine eM250 netbook
https://bugs.launchpad.net/bugs/546645
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 546645] Re: Kernel 2.6.32-17-generic won't boot without acpi=off on eMachine eM250 netbook

2010-03-24 Thread Michael Tinsay

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/41915623/AlsaDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/41915624/BootDmesg.txt

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

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

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/41915627/CurrentDmesg.txt

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

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/41915629/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/41915630/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/41915631/Lsusb.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/41915632/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/41915633/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/41915634/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/41915635/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/41915636/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/41915637/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/41915638/WifiSyslog.txt

-- 
Kernel 2.6.32-17-generic won't boot without acpi=off on eMachine eM250 netbook
https://bugs.launchpad.net/bugs/546645
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 525085] Re: Regression (from 9.10) LVM /boot MBR install /usr/sbin/grub-probe: error: no mapping exists for `lin-boot' - Lucid (10.04) netinstall (20100220)

2010-03-17 Thread Michael Tinsay
Getting the same error when installing Lucid Alpha 3 Server amd64 using
a cd image downloaded 2010-03-16 on a server with the root/boot
filesystem on a RAID 1 setup using software raid.

After 3 unsucessfull attempts, I let the installation Continue without
installing the boot loader.  I then rebooted to the install CD again,
and chose rescue mode so I could get a shell.  When I got to the shell,
I tried to run grub-install --no-floppy --force /dev/sda, and got an
error saying the filesystem (ext3 in my case) does not support UUIDs.
Did some research, and apparently, installation should have chosen to
install the old grub version instead of grub2.

So, using aptitude, I removed (purged) the grub-pc and grub-common
packages, installed grub (and all uninstalled required dependencies),
ran grub-install, then ran update-grub.

I'm now able to boot the system properly.

-- 
Regression (from 9.10) LVM /boot MBR install /usr/sbin/grub-probe: error: no 
mapping exists for `lin-boot' - Lucid (10.04) netinstall (20100220)
https://bugs.launchpad.net/bugs/525085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 524454] Re: Networking is disabled on boot

2010-02-23 Thread Michael Tinsay
I found what was causing my problem.
/var/lib/NetworkManager/NetworkManager.state had NetworkingEnabled=false
and WirelessEnabled=false.  I don't know what caused this.

I deleted the file, rebooted, and now I can connect to my network again
-- at least the wired network which I use at the office.  I'll
connecting to a wireless network when I get home.

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

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


[Bug 526323] [NEW] Cannot connect to wireless network

2010-02-23 Thread Michael Tinsay
Public bug reported:

Binary package hint: plasma-widget-networkmanagement

x...@yyy:~$ iwlist wlan0 scan
wlan0 Scan completed :
  Cell 01 - Address: 00:1F:1F:80:77:00
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=70/70  Signal level=-36 dBm
Encryption key:on
ESSID:GQG4
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
  18 Mb/s; 36 Mb/s; 54 Mb/s
Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s
Mode:Master
Extra:tsf=0007f33f7149
Extra: Last beacon: 12128ms ago
IE: Unknown: 000447514734
IE: Unknown: 010882848B961224486C
IE: Unknown: 03010B
IE: Unknown: 2A0104
IE: Unknown: 32040C183060
IE: Unknown: 
2D1AEE1117FF00010C00
IE: Unknown: 
3D160B070100
IE: Unknown: 3E0100
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
IE: Unknown: 
DD180050F202010103A427A442435E0062322F00
IE: Unknown: 7F0101
IE: Unknown: DD07000C430400
IE: Unknown: 
DD1E00904C33EE1117FF00010C00
IE: Unknown: 
DD1A00904C340B070100


I cannot connect to my wireless network even though above iwlist scan result 
shows a WiFi network is available.  This is with package network-manager-kde 
installed.  Clicking on the network management icon in the system tray shows 
the wifi network, but clicking on it results to nothing.  This is considering 
that the network was setup to automatically connect to this network.

/var/log/daemon.log shows:

Feb 23 16:42:28 yyy NetworkManager: WARN  wait_for_connection_expired(): 
Connection (2) /org/freedesktop/NetworkManagerSettings/6 failed to activate 
(timeout): (0) Connecti
on was not provided by any settings service
Feb 23 16:42:34 yyy NetworkManager: WARN  wait_for_connection_expired(): 
Connection (2) /org/freedesktop/NetworkManagerSettings/6 failed to activate 
(timeout): (0) Connecti
on was not provided by any settings service
Feb 23 16:42:57 yyy NetworkManager: WARN  wait_for_connection_expired(): 
Connection (2) /org/freedesktop/NetworkManagerSettings/6 failed to activate 
(timeout): (0) Connecti
on was not provided by any settings service


I uninstalled network-manager-kde and installed 
plasma-widget-networkmanagement.  The widget shows no wireless network is 
available.

ProblemType: Bug
Architecture: i386
Date: Tue Feb 23 17:43:11 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
Package: network-manager-kde (not installed)
ProcEnviron:
 LANGUAGE=
 LANG=en_PH.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-14.20-generic
SourcePackage: plasma-widget-networkmanagement
Uname: Linux 2.6.32-14-generic i686

** Affects: plasma-widget-networkmanagement (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid network wireless

-- 
Cannot connect to wireless network
https://bugs.launchpad.net/bugs/526323
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-networkmanagement in ubuntu.

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


[Bug 526323] Re: Cannot connect to wireless network

2010-02-23 Thread Michael Tinsay
After a few experiments, the following did the trick for me:

1.  Using aptitude, uninstalled network-manager-kde, plasma-widget-
networkmanagement, and all the packages autmatically installed because
of these two.  I used purge instead of the regular remove/uninstall.

2.  Rebooted.

3.  Installed plasma-widget-networkmanagement including all
dependencies.  NOTE: After the install, I added the widget to the system
tray, clicked on the widget's icon, but the widget still cannot see any
wifi network.  I removed the widget from the system tray.

4.  Installed network-manager-kde.

5.  Logged out then logged back in.  The network icon in the system tray
can now see the wifi networks and successfully connect to them.

-- 
Cannot connect to wireless network
https://bugs.launchpad.net/bugs/526323
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-networkmanagement in ubuntu.

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


[Bug 524454] Re: Networking is disabled on boot

2010-02-21 Thread Michael Tinsay
Using Kubuntu Lucid Lynx with the latest updates.  Clicking or right-
clicking the network manager taskbar icon show a greyed out Network
Management disabled messages with no option to enable it.

I can get wired connection going by putting the proper lines in
/etc/network/interfaces.

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

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


[Bug 524454] Re: Networking is disabled on boot

2010-02-20 Thread Michael Tinsay
+1

Using Kubuntu.  After applying updates a few days ago, Network Manager
has been disabled ever since with no way to enable it.
/etc/network/interfaces only contains definition for lo -- no eth0, no
wlan0.

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

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


[Bug 457776] [NEW] KDE taskbar and menu shows garbage

2009-10-21 Thread Michael Tinsay
Public bug reported:

Binary package hint: kubuntu-desktop

Installed Kubuntu karmic Beta in an old Compaq Evo N610c.  After
installing the latest updates from the repos, KDE starts displaying
garbage.  I attached a schreenshot.  Even tooltips show garnage.  I
tried running Konqueror via Alt-F2 and Konqueror runs ok bu the window's
borders and title are also garbage.  I installed LXDE and everything is
displayed alright.  I'm installing ubuntu-desktop to try and see if
GNOME will have the same problem.

The video card is an ATI Technologies Inc Radeon Mobility M7 LW [Radeon
Mobility 7500].

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

-- 
KDE taskbar and menu shows garbage
https://bugs.launchpad.net/bugs/457776
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in ubuntu.

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


[Bug 457776] Re: KDE taskbar and menu shows garbage

2009-10-21 Thread Michael Tinsay

** Attachment added: screenshot
   http://launchpadlibrarian.net/34124095/snapshot1.png

-- 
KDE taskbar and menu shows garbage
https://bugs.launchpad.net/bugs/457776
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in ubuntu.

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


[Bug 457776] Re: KDE taskbar and menu shows garbage

2009-10-21 Thread Michael Tinsay
To add...

I have also install Karmic beta in an Acer Aspire 3620.  It runs fine,
no garbage display.  Just on the Compaq N610c.  The Acer laptop uses an
intel video card, fwiw.

-- 
KDE taskbar and menu shows garbage
https://bugs.launchpad.net/bugs/457776
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 457776] Re: KDE taskbar and menu shows garbage

2009-10-21 Thread Michael Tinsay
Attached id the lspci -vvnn output...

** Attachment added: lspci-vvnn.txt
   http://launchpadlibrarian.net/34127670/lspci-vvnn.txt

-- 
KDE taskbar and menu shows garbage
https://bugs.launchpad.net/bugs/457776
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 457776] Re: KDE taskbar and menu shows garbage

2009-10-21 Thread Michael Tinsay
And here's the Xorg.0.log...

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/34127786/Xorg.0.log

-- 
KDE taskbar and menu shows garbage
https://bugs.launchpad.net/bugs/457776
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 457776] Re: KDE taskbar and menu shows garbage

2009-10-21 Thread Michael Tinsay
GNOME is ok.  The problem seems to be between KDE and the ATI video
driver.

** Attachment added: GNOME Desktop screenshot
   http://launchpadlibrarian.net/34127965/Screenshot.png

-- 
KDE taskbar and menu shows garbage
https://bugs.launchpad.net/bugs/457776
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 296703] Re: Intrepid: Second ATI Radeon Card fails to initialize

2008-11-11 Thread Michael Tinsay
Attaching /etc/X11/xorg.conf

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/19560359/xorg.conf

-- 
Intrepid: Second ATI Radeon Card fails to initialize
https://bugs.launchpad.net/bugs/296703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 296703] Re: Intrepid: Second ATI Radeon Card fails to initialize

2008-11-11 Thread Michael Tinsay

** Attachment added: gdm.conf-custom
   http://launchpadlibrarian.net/19560362/gdm.conf-custom

-- 
Intrepid: Second ATI Radeon Card fails to initialize
https://bugs.launchpad.net/bugs/296703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 296703] [NEW] Intrepid: Second ATI Radeon Card fails to initialize

2008-11-11 Thread Michael Tinsay
Public bug reported:

Binary package hint: xserver-xorg-video-ati

I have a number of multiseat PCs with two ATI Radeon PCI Video cards
plus the onboard intel AGP card to make a 3-seat PC.  After upgrading to
Intrepid, X always fails to initialize the second card.

I'm attaching the log...  The main errors seems to be: Couldn't find
valid PLL dividers

When restarting GDM (using invoke-rc.d gdm restart), the first Radeon
card fails too.  Only a reboot would bring it back.

** Affects: xserver-xorg-video-ati (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Intrepid: Second ATI Radeon Card fails to initialize
https://bugs.launchpad.net/bugs/296703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 296703] Re: Intrepid: Second ATI Radeon Card fails to initialize

2008-11-11 Thread Michael Tinsay

** Attachment added: xorg log file
   http://launchpadlibrarian.net/19560345/Xorg.2.log

-- 
Intrepid: Second ATI Radeon Card fails to initialize
https://bugs.launchpad.net/bugs/296703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 173833] Re: evdev mouse fails on hardy: cannot open input pEvdev

2008-03-29 Thread Michael Tinsay

- Original Message 
 From: Mario Limonciello [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, March 30, 2008 4:11:13
 Subject: [Bug 173833] Re: evdev mouse fails on hardy: cannot open input pEvdev
 
 This is *very* bad for me that the configuration option for by Name is
 gone. w/ an Apple BT mouse, I don't have a nice symlink created for me
 ever. I'm not sure how I'll ever be able to give it a 'Device' name.
 

Use udev rules to create your own device names for evdev to use.  My
notes can be read from http://www.michaeltinsay.com/index.php?q=udev-
Xephyr-evdev

-- 
evdev mouse fails on hardy: cannot open input pEvdev
https://bugs.launchpad.net/bugs/173833
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 173833] Re: evdev mouse fails on hardy: cannot open input pEvdev

2008-03-24 Thread Michael Tinsay
Hello Paulo,

In the PC's I have set up multiseat, I used udev rules to fix the
/dev/input/event[0-9]+ names of the keyboards and mice.  Have you tried
doing this?  The error '(EE) PreInit returned NULL for ' can be
caused by not using the assigned event names or by using symlinks (e.g.
/dev/input/by-path/symlinks).


--- mike t.


- Original Message 
 From: Paulo J. S. Silva [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, March 24, 2008 21:58:20
 Subject: [Bug 173833] Re: evdev mouse fails on hardy: cannot open input pEvdev
 
 Mike... I had multiseat working in Gutsy too. But it stopped working in
 hardy with the new evdev.
 
 I have found a solution to mine problem (for a 2 seat configuration at
 least):
 
 1) I had to add the line
 
 Option  AutoAddDevicesno
 
 to the first first ServerLayout section. This precludes this server to
 grab all devices in advance. Note that this options was not necessary
 under feisty, it is only needed in hardy. You may also add
 
 Option  AutoEnableDevicesno
 
 but it doesn't change anything.
 
 2) When the second server kicks in it fails to configure its keyboard
 and mouse even though the configuration file looks right to me (the
 configuration file is attached). The log shows:
 
 (**) Option CoreKeyboard
 (**) Keyboard.1: always reports core events
 (EE) Keyboard.1: cannot open input pEvdev
 (II) UnloadModule: evdev
 (EE) PreInit returned NULL for Keyboard.1
 (**) Option CorePointer
 (**) Mouse.1: always reports core events
 (EE) Mouse.1: cannot open input pEvdev
 (II) UnloadModule: evdev
 (EE) PreInit returned NULL for Mouse.1
 
 So it seems that the first server has some exclusive access to the evdev
 device (which shouldn't happen).
 
 3) But, as my second server tries to automatically add devices (I
 doesn't have the option AutoAddDevices set to no), it can get access to
 the second keyboard and mouse.
 
 4) The only problem, is that the second keyboard is not being added from
 the configuration file, so the system doesn't know the correct options
 to handle a ABNT2 (Brazilian) keyboard. I had to edit the
 10-x11-input.fdi file to make hal pass the correct options to the auto-
 configuration system. The edited file is attached in the next message
 for reference.
 
 The behavior descried by 2, 3 and 4 above doesn't seem right. I would
 expected that the second server should get its keyboard and mouse just
 like the first one, including reading the keyboard options from the
 xorg.conf file. This looks like a bug in the new evdev to me. Should I
 file a bug report?
 
 
 ** Attachment added: xorg.conf
http://launchpadlibrarian.net/12839640/xorg.conf
 
 -- 
 evdev mouse fails on hardy: cannot open input pEvdev
 https://bugs.launchpad.net/bugs/173833
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.


-- 
evdev mouse fails on hardy: cannot open input pEvdev
https://bugs.launchpad.net/bugs/173833
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 173833] Re: evdev mouse fails on hardy: cannot open input pEvdev

2008-03-23 Thread Michael Tinsay
I have several machines with 2- or 3-seat configuration.  I've posted
how I managed to do this in Gutsy at  http://www.michaeltinsay.com/?q
=Multiseat-Gutsy-Xephyr

HTH


--- mike t.


- Original Message 
 From: Paulo J. S. Silva [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, March 23, 2008 11:28:46
 Subject: [Bug 173833] Re: evdev mouse fails on hardy: cannot open input pEvdev
 
 Is there anyone here being able to use evdev to control two independent
 sets of keyboard+mouse (for a multi-seat setup)?


-- 
evdev mouse fails on hardy: cannot open input pEvdev
https://bugs.launchpad.net/bugs/173833
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 183119] [Hardy] Cannot open input pEvdev for keyboard

2008-01-15 Thread Michael Tinsay
Public bug reported:

Binary package hint: xserver-xorg-input-evdev


Trying to configure Hardy Alpha 3 for multiseat using evdev driver for 
keyboard, but keep getting (EE) Keyboard0: Cannot open input pEvdev error.

Tried suggestions mentioned in bugs #173428 and #173833 to no avail.

** Affects: xserver-xorg-input-evdev (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[Hardy] Cannot open input pEvdev for keyboard
https://bugs.launchpad.net/bugs/183119
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 179009] prevu bug affecting pbuilder

2007-12-27 Thread Michael Tinsay
Public bug reported:

Binary package hint: pbuilder

see bug #177620 (https://bugs.launchpad.net/bugs/177620)

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

-- 
prevu bug affecting pbuilder
https://bugs.launchpad.net/bugs/179009
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 177620] pbuilder-satisfy depends can't seem to handle apps backported by prevu

2007-12-20 Thread Michael Tinsay
Public bug reported:

Binary package hint: pbuilder

I'm using Feisty and am trying to backport the ntfs-3g package from
Gutsy using prevu.

I already backported libfuse-dev using prevu, dis a prevu-update, but
issuing the command prevu ntfs-3g gives me this:

 - Considering build-dep libfuse-dev (= 2.7.0-1ubuntu5)
  Tried versions: 2.7.0-1ubuntu5~7.04prevu1 2.6.3-1ubuntu2
   - Does not satisfy version, not trying
E: Could not satisfy build-dependency.

Here's the complete output:
[EMAIL PROTECTED]:/home/tinsaymc# prevu-update; prevu ntfs-3g
I: Building against currently running distro: feisty
W: /root/.pbuilderrc does not exist
Upgrading for distribution feisty
Building the build Environment
 - extracting base tarball [/var/cache/prevu/feisty.tgz]
 - creating local configuration
 - copying local configuration
 - mounting /proc filesystem
 - mounting /dev/pts filesystem
- Mounting /var/cache/prevu/feisty-debs
 - policy-rc.d already exists
  - Installing apt-lines
Refreshing the base.tgz
 - upgrading packages
Ign file: ./ Release.gpg
Ign file: ./ Release
Ign file: ./ Packages
Get:1 http://archive.ubuntu.com feisty Release.gpg [191B]
Get:2 http://archive.ubuntu.com feisty-backports Release.gpg [191B]
Get:3 http://archive.ubuntu.com feisty-security Release.gpg [191B]
Get:4 http://archive.ubuntu.com feisty-updates Release.gpg [191B]
Hit http://archive.ubuntu.com feisty Release
Get:5 http://archive.ubuntu.com feisty-backports Release [44.6kB]
Get:6 http://archive.ubuntu.com feisty-security Release [50.9kB]
Get:7 http://archive.ubuntu.com feisty-updates Release [50.9kB]
Hit http://archive.ubuntu.com feisty/main Packages
Hit http://archive.ubuntu.com feisty/restricted Packages
Hit http://archive.ubuntu.com feisty/universe Packages
Hit http://archive.ubuntu.com feisty/multiverse Packages
Hit http://archive.ubuntu.com feisty/main Packages
Get:8 http://archive.ubuntu.com feisty-backports/main Packages [26.5kB]
Get:9 http://archive.ubuntu.com feisty-backports/restricted Packages [14B]
Get:10 http://archive.ubuntu.com feisty-backports/universe Packages [49.6kB]
Get:11 http://archive.ubuntu.com feisty-backports/multiverse Packages [4849B]
Get:12 http://archive.ubuntu.com feisty-security/main Packages [103kB]
Get:13 http://archive.ubuntu.com feisty-security/restricted Packages [6341B]
Get:14 http://archive.ubuntu.com feisty-security/universe Packages [59.2kB]
Get:15 http://archive.ubuntu.com feisty-security/multiverse Packages [6092B]
Get:16 http://archive.ubuntu.com feisty-updates/main Packages [160kB]
Get:17 http://archive.ubuntu.com feisty-updates/restricted Packages [6341B]
Get:18 http://archive.ubuntu.com feisty-updates/universe Packages [71.1kB]
Get:19 http://archive.ubuntu.com feisty-updates/multiverse Packages [12.8kB]
Fetched 653kB in 9s (69.9kB/s)
Reading package lists... Done
W: Duplicate sources.list entry http://archive.ubuntu.com feisty/main Packages 
(/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_feisty_main_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
dpkg - warning: ignoring request to remove lilo which isn't installed.
Obtaining the cached apt archive contents
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  linux-libc-dev
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 668kB of archives.
After unpacking 0B of additional disk space will be used.
Get:1 http://archive.ubuntu.com feisty-security/main linux-libc-dev 
2.6.20-16.33 [668kB]
Fetched 668kB in 10s (63.4kB/s)
(Reading database ... 12643 files and directories currently installed.)
Preparing to replace linux-libc-dev 2.6.20-16.32 (using 
.../linux-libc-dev_2.6.20-16.33_i386.deb) ...
Unpacking replacement linux-libc-dev ...
Setting up linux-libc-dev (2.6.20-16.33) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
dpkg-dev is already the newest version.
apt is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Copying back the cached apt archive contents
 - new cache content linux-libc-dev_2.6.20-16.33_i386.deb added
 - unmounting /var/cache/prevu/feisty-debs filesystem
 - unmounting dev/pts filesystem
 - unmounting proc filesystem
 - creating base tarball [/var/cache/prevu/feisty.tgz]
 - cleaning the build env
- removing directory /var/cache/prevu/builds/18427 and its subdirectories
I: Building against currently running distro: feisty

Reading package lists... Done
Building dependency tree
Reading state information... Done
Need to get 587kB of source archives.
Get:1 http://192.200.2.247 gutsy/main ntfs-3g 1:1.913-2ubuntu1 (dsc) [877B]
Get:2 http://192.200.2.247 gutsy/main ntfs-3g 1:1.913-2ubuntu1 (tar) [576kB]
Get:3 http://192.200.2.247 gutsy/main ntfs-3g 1:1.913-2ubuntu1 (diff) [9931B]
Fetched 587kB in 0s (2206kB/s)
gpg: Signature 

Re: [Bug 54635] Re: slow overall performance (because of highmem support and/or AGP settings?)

2007-12-12 Thread Michael Tinsay

It doesn't seem to happen in Gutsy, anymore.

-- 
slow overall performance (because of highmem support and/or AGP settings?)
https://bugs.launchpad.net/bugs/54635
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 83380] Re: Error while starting E-Gnome

2007-02-18 Thread Michael Tinsay
It seems that the Exec option requires a script w/o a parameter.  Here's
what I did with my setup (I used e-kde but should work with e-gnome as
well).  Note that you must be root to do this:

Create a script /usr/bin/startekde with the following two lines:

#!/bin/sh
/usr/bin/starte16 KDE

Save then chmod a+x /usr/bin/startekde

Then edit /usr/share/xsessions/-e-kde.desktop and change the Exec=
option to:

Exec=/usr/bin/startekde

Logout from your GUI then hti Ctrl-Alt-Backspace to restart login
manager.

-- 
Error while starting E-Gnome
https://launchpad.net/bugs/83380

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


  1   2   >