[Bug 1625780] Re: Secondary monitor menus not opening on mouseover

2017-04-14 Thread LAva
Are there any news on the status of this bugfix?

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

Title:
  Secondary monitor menus not opening on mouseover

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

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


[Bug 1625780] Re: Secondary monitor menus not opening on mouseover

2017-01-28 Thread LAva
I think I figured out why the mouse over is not working on the second
monitor.

Unity creates a PanelView for each monitor, but all PanelViews register
a mouse tracker under the same name, so only the first one works.

This happens, because the PanelView uses the monitor number to generate
the panel name, which is not yet properly initialized in the
Constructor.

But even if it was know at this state, the monitor number can change
later, if the monitor setup is modified. Using the monitor number might
not be the best idea.

I exchanged the monitor number with a unique number and it looks like it
is working now.

The patch is attached and you can find it also here:
http://bazaar.launchpad.net/~lavalanche/unity/MultiMonitorTrackerFix/revision/4218

I'm not sure if this is the proper solution, but it might be first step
in fixing this issue.


It looks like the whole mouse tracker system has still some issues left. For 
example: the unregister is never called, even if a PanelView is destroyed (as 
far as I can tell).  

** Patch added: "MultiMonitorTrackerFix .diff"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1625780/+attachment/4810214/+files/MultiMonitorTrackerFix%20.diff

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

Title:
  Secondary monitor menus not opening on mouseover

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

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


[Bug 1449225] Re: Backport #41309 ( 8b281f83e ) to fix use of uninitialized data.

2015-09-12 Thread lava
** Changed in: freetype (Ubuntu Trusty)
 Assignee: (unassigned) => lava (lavasanjay)

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

Title:
  Backport #41309 ( 8b281f83e ) to fix use of uninitialized data.

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

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


[Bug 1427525] [NEW] package texlive-base 2009-15 failed to install/upgrade: trying to overwrite '/usr/share/texmf/web2c/texmf.cnf', which is also in package tex-common 2.10

2015-03-02 Thread lava kafle
Public bug reported:

just updated ubuntu to 14.0.4 and added new cinnamon

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: texlive-base 2009-15
ProcVersionSignature: Ubuntu 3.2.0-77.112-generic 3.2.66
Uname: Linux 3.2.0-77-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.8
Architecture: amd64
Date: Tue Mar  3 11:39:42 2015
DuplicateSignature: package:texlive-base:2009-15:trying to overwrite 
'/usr/share/texmf/web2c/texmf.cnf', which is also in package tex-common 2.10
ErrorMessage: trying to overwrite '/usr/share/texmf/web2c/texmf.cnf', which is 
also in package tex-common 2.10
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
PackageArchitecture: all
SourcePackage: texlive-base
Title: package texlive-base 2009-15 failed to install/upgrade: trying to 
overwrite '/usr/share/texmf/web2c/texmf.cnf', which is also in package 
tex-common 2.10
UpgradeStatus: Upgraded to trusty on 2015-03-01 (1 days ago)

** Affects: texlive-base (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package package-conflict third-party-packages trusty

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

Title:
  package texlive-base 2009-15 failed to install/upgrade: trying to
  overwrite '/usr/share/texmf/web2c/texmf.cnf', which is also in package
  tex-common 2.10

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

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


[Bug 1414789] Re: Kernel Oops - unable to handle kernel NULL pointer dereference at 0000000000000010; EIP is at fb_release+0x26/0x60

2015-02-22 Thread LAva
I think I fixed the problem by improving the slot_no_hotplug function in
/drivers/pci/hotplug/acpiphp_glue.c

As far as I can tell the radeon driver set the ignore_hotplug on my
radeon pci device, but the slot_no_hotplug function never got deep
enough to reach the pci device with this flag.

After I added the functionality to iterate through all the subordinate
pci devices, the function got to the flag and didn't remove my radeon
device after it was powered down by the radeon driver (which is the
expected behaviour).

** Patch removed: "0001-Fixed-a-slot_no_hotplug-bug-in-acpiphp-system.patch"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1414789/+attachment/4324947/+files/0001-Fixed-a-slot_no_hotplug-bug-in-acpiphp-system.patch

** Patch added: "0001-Fixed-a-slot_no_hotplug-bug-in-acpiphp-system.patch"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1414789/+attachment/4325078/+files/0001-Fixed-a-slot_no_hotplug-bug-in-acpiphp-system.patch

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

Title:
  Kernel Oops - unable to handle kernel NULL pointer dereference at
  0010; EIP is at fb_release+0x26/0x60

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

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


[Bug 1414789] Re: Kernel Oops - unable to handle kernel NULL pointer dereference at 0000000000000010; EIP is at fb_release+0x26/0x60

2015-02-22 Thread LAva
I think I fixed the problem by improving the slot_no_hotplug function in
/drivers/pci/hotplug/acpiphp_glue.c

As far as I can tell the radeon driver set the ignore_hotplug on my
radeon pci device, but the slot_no_hotplug function never got deep
enough to reach the pci device with this flag.

After I added the functionality to iterate through all the subordinate
pci devices, the function got to the flag and didn't remove my radeon
device after it was powered down by the radeon driver (which is the
expected behaviour).


** Patch added: "0001-Fixed-a-slot_no_hotplug-bug-in-acpiphp-system.patch"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1414789/+attachment/4324947/+files/0001-Fixed-a-slot_no_hotplug-bug-in-acpiphp-system.patch

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

Title:
  Kernel Oops - unable to handle kernel NULL pointer dereference at
  0010; EIP is at fb_release+0x26/0x60

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

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


[Bug 1414349] Re: [Acer Aspire 4820TG] Kernel Oops - unable to handle kernel NULL pointer dereference at 00000004; EIP is at drm_mm_remove_node+0x51/0xf0 [drm]

2015-02-02 Thread LAva
I reported the bug here:
https://bugs.freedesktop.org/show_bug.cgi?id=88927

** Bug watch added: freedesktop.org Bugzilla #88927
   https://bugs.freedesktop.org/show_bug.cgi?id=88927

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

Title:
  [Acer Aspire 4820TG] Kernel Oops - unable to handle kernel NULL
  pointer dereference at 0004; EIP is at
  drm_mm_remove_node+0x51/0xf0 [drm]

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

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


[Bug 1414349] Re: [Acer Aspire 4820TG] Kernel Oops - unable to handle kernel NULL pointer dereference at 00000004; EIP is at drm_mm_remove_node+0x51/0xf0 [drm]

2015-01-29 Thread LAva
The fglrx driver didn't work. The X-server only started to the low graphics 
error message and stopped.
I tried the Additional Driver method and the manual command line method to 
install the driver.

But the kernel Oops did stop. I got no NULL pointer messages with the
(not working) fglrx driver.


** Attachment added: "dmesg-14.10-fglrx.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1414349/+attachment/4308357/+files/dmesg-14.10-fglrx.txt

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

Title:
  [Acer Aspire 4820TG] Kernel Oops - unable to handle kernel NULL
  pointer dereference at 0004; EIP is at
  drm_mm_remove_node+0x51/0xf0 [drm]

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

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


[Bug 1414789] Re: Kernel Oops - unable to handle kernel NULL pointer dereference at 0000000000000010; EIP is at fb_release+0x26/0x60

2015-01-29 Thread LAva
** 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/1414789

Title:
  Kernel Oops - unable to handle kernel NULL pointer dereference at
  0010; EIP is at fb_release+0x26/0x60

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

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


[Bug 1414349] Re: Kernel Oops - unable to handle kernel NULL pointer dereference at 00000004; EIP is at drm_mm_remove_node+0x51/0xf0 [drm]

2015-01-28 Thread LAva
This is the whole dmesg file for the upstream kernel test
(3.19.0-031900rc6)

** Attachment added: "dmesg-3.19.0-031900rc6.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1414349/+attachment/4307420/+files/dmesg-3.19.0-031900rc6.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/1414349

Title:
  Kernel Oops - unable to handle kernel NULL pointer dereference at
  0004; EIP is at drm_mm_remove_node+0x51/0xf0 [drm]

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

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


[Bug 1414349] Re: Kernel Oops - unable to handle kernel NULL pointer dereference at 00000004; EIP is at drm_mm_remove_node+0x51/0xf0 [drm]

2015-01-28 Thread LAva
I tested the upstream kernel on my current Ubuntu 14.04 installation, but still 
get the same issues.
linux-image-3.19.0-031900rc6

The following packages were used:
linux-image-3.19.0-031900rc6-generic_3.19.0-031900rc6.201501261152_amd64.deb
linux-headers-3.19.0-031900rc6_3.19.0-031900rc6.201501261152_all.deb
linux-headers-3.19.0-031900rc6-generic_3.19.0-031900rc6.201501261152_amd64.deb

from this location: http://kernel.ubuntu.com/~kernel-
ppa/mainline/v3.19-rc6-vivid/

I also installed a new linux-firmware package, because otherwise the
kernel installation would log some warnings about missing firmeware
files for the radeon module.

I used the package from 14.10: http://packages.ubuntu.com/utopic/linux-firmware
linux-firmware_1.138_all.deb


This is the first stack trace I get:

[   20.620150] WARNING: CPU: 2 PID: 154 at 
/home/kernel/COD/linux/drivers/gpu/drm/radeon/radeon_gart.c:234 
radeon_gart_unbind+0xda/0xf0 [radeon]()
[   20.620151] trying to unbind memory from uninitialized GART !
[   20.620152] Modules linked in: ctr ccm arc4 brcmsmac rfcomm bnep cordic 
bluetooth brcmutil b43 mac80211 intel_powerclamp coretemp kvm_intel cfg80211 
ssb kvm snd_seq_midi binfmt_misc uvcvideo snd_hda_codec_realtek 
snd_seq_midi_event snd_hda_codec_generic crct10dif_pclmul snd_hda_codec_hdmi 
snd_rawmidi videobuf2_vmalloc videobuf2_memops crc32_pclmul videobuf2_core 
ghash_clmulni_intel v4l2_common videodev acer_wmi sparse_keymap snd_hda_intel 
snd_hda_controller aesni_intel snd_hda_codec snd_hwdep media aes_x86_64 lrw 
snd_pcm gf128mul glue_helper joydev ablk_helper cryptd snd_seq snd_seq_device 
snd_timer serio_raw intel_ips snd mei_me bcma soundcore parport_pc mei lpc_ich 
ppdev mac_hid lp parport amdkfd amd_iommu_v2 radeon i915 psmouse ttm 
i2c_algo_bit ahci drm_kms_helper libahci drm atl1c wmi video
[   20.620185] CPU: 2 PID: 154 Comm: kworker/u16:5 Not tainted 
3.19.0-031900rc6-generic #201501261152
[   20.620186] Hardware name: Acer /JM41_CP, BIOS V1.25 03/16/2011
[   20.620193] Workqueue: kacpi_hotplug acpi_hotplug_work_fn
[   20.620194]  00ea 8801312af6f8 817c4584 
0007
[   20.620196]  8801312af748 8801312af738 81076df7 
8141e130
[   20.620198]  880036098000 8801312af948 880036098728 
8800ad234f00
[   20.620200] Call Trace:
[   20.620206]  [] dump_stack+0x45/0x57
[   20.620211]  [] warn_slowpath_common+0x97/0xe0
[   20.620215]  [] ? update_attr.isra.2+0xa0/0xa0
[   20.620217]  [] warn_slowpath_fmt+0x46/0x50
[   20.620225]  [] ? vt_console_print+0x2d4/0x3b0
[   20.620235]  [] radeon_gart_unbind+0xda/0xf0 [radeon]
[   20.620245]  [] radeon_ttm_backend_unbind+0x22/0x40 
[radeon]
[   20.620250]  [] ttm_tt_unbind+0x27/0x40 [ttm]
[   20.620255]  [] ttm_bo_move_ttm+0xf8/0x130 [ttm]
[   20.620259]  [] ttm_bo_handle_move_mem+0x636/0x6f0 [ttm]
[   20.620262]  [] ? console_unlock+0x18/0x30
[   20.620263]  [] ? vprintk_emit+0x25e/0x510
[   20.620266]  [] ? internal_add_timer+0x6c/0x90
[   20.620270]  [] ttm_bo_evict+0x142/0x200 [ttm]
[   20.620274]  [] ttm_mem_evict_first+0x18b/0x1f0 [ttm]
[   20.620279]  [] ? ttm_bo_man_takedown+0x53/0x80 [ttm]
[   20.620283]  [] ttm_bo_force_list_clean+0x71/0xc0 [ttm]
[   20.620287]  [] ttm_bo_clean_mm+0x47/0x90 [ttm]
[   20.620297]  [] radeon_ttm_fini+0xf5/0x1c0 [radeon]
[   20.620307]  [] radeon_bo_fini+0x16/0x30 [radeon]
[   20.620323]  [] evergreen_fini+0xaf/0xe0 [radeon]
[   20.620331]  [] radeon_device_fini+0x3f/0x140 [radeon]
[   20.620339]  [] radeon_driver_unload_kms+0x59/0x80 [radeon]
[   20.620351]  [] drm_dev_unregister+0x2d/0xc0 [drm]
[   20.620358]  [] drm_put_dev+0x27/0x70 [drm]
[   20.620365]  [] radeon_pci_remove+0x15/0x20 [radeon]
[   20.620368]  [] pci_device_remove+0x46/0xc0
[   20.620371]  [] __device_release_driver+0x7f/0xf0
[   20.620373]  [] device_release_driver+0x2c/0x40
[   20.620376]  [] pci_stop_bus_device+0x9c/0xb0
[   20.620377]  [] pci_stop_bus_device+0x43/0xb0
[   20.620379]  [] pci_stop_and_remove_bus_device+0x16/0x30
[   20.620382]  [] disable_slot+0x57/0xa0
[   20.620384]  [] acpiphp_check_bridge.part.11+0xe8/0x100
[   20.620386]  [] acpiphp_check_host_bridge+0x88/0xb0
[   20.620389]  [] acpi_pci_root_scan_dependent+0xe/0x12
[   20.620392]  [] acpi_scan_bus_check+0x48/0xad
[   20.620393]  [] acpi_generic_hotplug_event+0x2e/0x87
[   20.620395]  [] acpi_device_hotplug+0x55/0xcd
[   20.620397]  [] acpi_hotplug_work_fn+0x20/0x2d
[   20.620401]  [] process_one_work+0x14d/0x460
[   20.620403]  [] worker_thread+0x11b/0x3f0
[   20.620405]  [] ? create_worker+0x1e0/0x1e0
[   20.620408]  [] kthread+0xc9/0xe0
[   20.620409]  [] ? flush_kthread_worker+0x90/0x90
[   20.620412]  [] ret_from_fork+0x7c/0xb0
[   20.620414]  [] ? flush_kthread_worker+0x90/0x90
[   20.620415] ---[ end trace 47f988208d7a516b ]---

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

Title:
  Kernel Oops - unable 

[Bug 1414349] Re: Kernel Oops - unable to handle kernel NULL pointer dereference at 00000004; EIP is at drm_mm_remove_node+0x51/0xf0 [drm]

2015-01-28 Thread LAva
** Tags added: kernel-bug-exists-upstream kernel-bug-exists-
upstream-3.19.0-031900rc6

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

Title:
  Kernel Oops - unable to handle kernel NULL pointer dereference at
  0004; EIP is at drm_mm_remove_node+0x51/0xf0 [drm]

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

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


[Bug 1414789] Re: Kernel Oops - unable to handle kernel NULL pointer dereference at 0000000000000010; EIP is at fb_release+0x26/0x60

2015-01-27 Thread LAva
Additional Information: the laptop model with this issues is "Acer
Aspire 4820TG"

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

Title:
  Kernel Oops - unable to handle kernel NULL pointer dereference at
  0010; EIP is at fb_release+0x26/0x60

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

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


[Bug 1414349] Re: Kernel Oops - unable to handle kernel NULL pointer dereference at 00000004; EIP is at drm_mm_remove_node+0x51/0xf0 [drm]

2015-01-27 Thread LAva
The laptop model with this issues is: Acer Aspire 4820TG

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

Title:
  Kernel Oops - unable to handle kernel NULL pointer dereference at
  0004; EIP is at drm_mm_remove_node+0x51/0xf0 [drm]

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

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


[Bug 1414349] Re: Kernel Oops - unable to handle kernel NULL pointer dereference at 00000004; EIP is at drm_mm_remove_node+0x51/0xf0 [drm]

2015-01-26 Thread LAva
I tested the Vidi daily image and also got some kernel Oops errors, but the 
stacktrace was different so I filed a new bug here: 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1414789

If you need another test, I'm happy to help.

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

Title:
  Kernel Oops - unable to handle kernel NULL pointer dereference at
  0004; EIP is at drm_mm_remove_node+0x51/0xf0 [drm]

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

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


[Bug 1414789] [NEW] Kernel Oops - unable to handle kernel NULL pointer dereference at 0000000000000010; EIP is at fb_release+0x26/0x60

2015-01-26 Thread LAva
Public bug reported:

My laptop has a kernel problem with the Ubuntu 15.04 live disk.

The Kernel reports constantly about a NULL pointer reference.

Sometimes the X-server starts without the Unity interface and the UI freezes 
constantly for a few seconds.
It often ends with a complete freeze of the computer.

Other times the computer freezes before the desktop was loaded.

I think it could be the radeon driver for my ATI Mobility Radeon HD
5650.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-3.18.0-9-generic 3.18.0-9.10
ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
Uname: Linux 3.18.0-9-generic x86_64
ApportVersion: 2.15.1-0ubuntu2
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/hwC0D0', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/controlC0', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
CasperVersion: 1.349
Date: Mon Jan 26 21:52:58 2015
LiveMediaBuild: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150126)
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true persistent 
file=/cdrom/preseed/username.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- BOOT_IMAGE=/casper/vmlinuz.efi
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.18.0-9-generic N/A
 linux-backports-modules-3.18.0-9-generic  N/A
 linux-firmware1.141
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/16/2011
dmi.bios.vendor: INSYDE
dmi.bios.version: V1.25
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: JM41_CP
dmi.board.vendor: Acer
dmi.board.version: Base Board Version
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnINSYDE:bvrV1.25:bd03/16/2011:svnAcer:pn:pvrV1.25:rvnAcer:rnJM41_CP:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
dmi.product.version: V1.25
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-bug vivid

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

Title:
  Kernel Oops - unable to handle kernel NULL pointer dereference at
  0010; EIP is at fb_release+0x26/0x60

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

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


[Bug 1414349] [NEW] Kernel Oops - unable to handle kernel NULL pointer dereference at 00000004; EIP is at drm_mm_remove_node+0x51/0xf0 [drm]

2015-01-24 Thread LAva
Public bug reported:

My laptop has a kernel problem with the Ubuntu 14.10 live disk.

The Kernel reports constantly about a NULL pointer reference.

Sometimes the X-server and the Unity desktop is started, but the UI freezes 
constantly for a few seconds. 
It often ends with a complete freeze of the computer.

Other times the computer freezes before the desktop was loaded.

This bug report was created with the information of the Ubuntu 14.10
32bit live disk, but I also encountered the same problem with the Ubuntu
14.10 64bit live disk.

I think it could be the radeon driver for my ATI Mobility Radeon HD
5650.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-23-generic 3.16.0-23.31
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic i686
ApportVersion: 2.14.7-0ubuntu8
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 4055 F pulseaudio
CasperVersion: 1.345
Date: Sat Jan 24 19:28:36 2015
LiveMediaBuild: Ubuntu 14.10 "Utopic Unicorn" - Release i386 (20141022.1)
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true persistent 
file=/cdrom/preseed/username.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- BOOT_IMAGE=/casper/vmlinuz
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-23-generic N/A
 linux-backports-modules-3.16.0-23-generic  N/A
 linux-firmware 1.138
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/16/2011
dmi.bios.vendor: INSYDE
dmi.bios.version: V1.25
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: JM41_CP
dmi.board.vendor: Acer
dmi.board.version: Base Board Version
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnINSYDE:bvrV1.25:bd03/16/2011:svnAcer:pn:pvrV1.25:rvnAcer:rnJM41_CP:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
dmi.product.version: V1.25
dmi.sys.vendor: Acer

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


** Tags: apport-bug i386 utopic

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

Title:
  Kernel Oops - unable to handle kernel NULL pointer dereference at
  0004; EIP is at drm_mm_remove_node+0x51/0xf0 [drm]

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

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


[Bug 1242859] [NEW] upgrade 13.10 failes

2013-10-21 Thread LAva
Public bug reported:

calculating the changes failes. not a lot of information why.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: ubuntu-release-upgrader-core 1:0.192.13
ProcVersionSignature: Ubuntu 3.8.0-32.47-generic 3.8.13.10
Uname: Linux 3.8.0-32-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: amd64
CrashDB: ubuntu
Date: Mon Oct 21 21:25:05 2013
InstallationDate: Installed on 2012-05-05 (534 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to raring on 2013-10-21 (0 days ago)
VarLogDistupgradeTermlog:

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


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

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

Title:
  upgrade 13.10 failes

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

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


[Bug 1038332] Re: powernow-k8: transition frequency failed

2012-09-06 Thread lava
I am also experiencing this problem with Ubuntu GNU/Linux v. 12.04, with
Xen 4.1-amd64 (and Linux 3.2.0-23-generic)

here is the output i am seeing:
[   ##.##] powernow-k8: fid trans failed, fid 0x2, cur 0x0
[   ##.##] powernow-k8: transition frequency failed


I was able to produce this undesired result after following the procedure for 
installing Xen on Ubuntu's website:
https://help.ubuntu.com/community/Xen

The error appeared after executing the step:
sudo apt-get install bridge-utils
in the section Network Configuration.  This is when booting into Xen, as a 
preceding step instructs to have Xen first in the default boot order before 
rebooting.

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

Title:
  powernow-k8: transition frequency failed

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

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


[Bug 786488] Re: "Close" and other buttons of "About" in Help menu not functioning

2011-05-22 Thread Lava Kiran Naidu
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/786488

Title:
  "Close" and other buttons of "About" in Help menu not functioning

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


[Bug 786488] [NEW] "Close" and other buttons of "About" in Help menu not functioning

2011-05-22 Thread Lava Kiran Naidu
Public bug reported:

Binary package hint: empathy

"Close" and other buttons of "About" in Help menu not functioning

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: empathy 2.34.0-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Sun May 22 15:52:17 2011
ExecutablePath: /usr/bin/empathy
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
ProcEnviron:
 SHELL=/bin/bash
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
SourcePackage: empathy
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug apport-lpi i386 natty running-unity

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

Title:
  "Close" and other buttons of "About" in Help menu not functioning

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


[Bug 491428] Re: 9.10 does not find epson perfection 3170 photo scanner on usb port

2010-01-21 Thread lava-head
Hi Jerry, I had a similar problem without the warning message. In my case the 
problem was fixed in several steps. 
1. I ensured that I had installed both an iscan and an iscan-plugin-gt9400 
package. I had these from converted rpms -- if you haven't already do so you 
can find instructions how to do this here: 
http://ubuntu.flowconsult.at/en/epson-3170-installation/9.04/.
2. I edited /etc/sane.d/dll.conf to comment out both epson entries (there is a 
new one added in Karmic ) and add "epkowa".
3. I edited /etc/sane.d/epkowa.conf, commented out scsi and ensured that there 
was a line saying "usb 0x4b6 0x116".

I can now scan but xsane etc. take a long time  to detect scanning
devices when starting up.

Hope this helps.

-- 
9.10 does not find epson perfection 3170 photo scanner on usb port
https://bugs.launchpad.net/bugs/491428
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 192929] [NEW] Cannot install/upgrade texlive-base without texlive-omega (Gutsy)

2008-03-07 Thread lava-head
Hi Norbert, please remember that I have fixed the problem when I perform the
tests that you are asking so it may not look as it did when texlive-bin
refused to install. I also forgot to mention that I am on amd64
architecture.

> Can you tell me the output of
>   kpsewhich -format='web2c files' fmtutil.cnf
>
>
 Yes it is: /etc/texmf/web2c/fmtutil.cnf

and the list of files in
>   /etc/texmf/fmt.d/
>
>
They are:  .   00tex.cnf   10texlive-base.cnf
10texlive-omega.cnf
..  10texlive-base-bin.cnf  10texlive-latex-base.cnf  50cyrtexinfo.cnf

Does
>   /var/lib/texmf/web2c/fmtutil.cnf
> exist? Does it mention omega?
>
>
Yes it exists and it does mention omega but this may very well be because I
installed texlive-omega to fix the crash.

but distinguishable from those already listed. I believe this bug can be
> reproduced if you purge all your texlive and tetex  packages under gutsy
> and then try to install texlive-base alone.
>
>  No, that will not work. I tried it several times. No omega call involved
> here
>
>
I will try to uninstall the texlive packages and reproduce it for you. Maybe
it was, as you suggest, the results of a stray config file floating around
that only affected me. If so that would be good.

Regards

Glen

-- 
Cannot install/upgrade texlive-base without texlive-omega  (Gutsy)
https://bugs.launchpad.net/bugs/192929
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 192929] [NEW] Cannot install/upgrade texlive-base without texlive-omega (Gutsy)

2008-03-03 Thread lava-head


-- 
Cannot install/upgrade texlive-base without texlive-omega  (Gutsy)
https://bugs.launchpad.net/bugs/192929
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 192929] [NEW] Cannot install/upgrade texlive-base without texlive-omega (Gutsy)

2008-02-20 Thread lava-head


-- 
Cannot install/upgrade texlive-base without texlive-omega  (Gutsy)
https://bugs.launchpad.net/bugs/192929
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 91081] Re: Causes visual artifacts on S3Virge MX chipset

2008-02-18 Thread lava-head
This problem has been fixed under Feisty. It is now working fine for
normal purposes but Realplayer still spawns green blocks when displaying
video.

-- 
Causes visual artifacts on S3Virge MX chipset
https://bugs.launchpad.net/bugs/91081
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 192929] [NEW] Cannot install/upgrade texlive-base without texlive-omega (Gutsy)

2008-02-18 Thread lava-head
Public bug reported:

I attempted to upgrade from Feisty to Gutsy after purging all my texlive
packages. Upgrade exited unsuccessfully when I reached the texlive-base
package which was marked for reinstallation as a dependency of the
Rosegarden package. The reported error was in the post installation
script from the fmtutils script. I tried all the fixes mentioned on
Launchpad and elsewhere but nothing worked. Looking closely at the
indicated error messages revealed that omega was called but that it
could not be found. In fact, omega was not yet on the system because it
was in the texlive-omega package, which is not a dependency of the
texlive-base package. I had used omega previously so perhaps there was a
configuration file left hanging around that wanted to setup texlive with
the omega engine enabled, I don't know. Is this a general fault? I
solved my problem by installing Texlive-omega at the same time as
texlive-base. If this is a general fault I suggest that texlive-omega be
made a dependency of texlive-base or that the texlive-base configuration
be changed to exclude omega and related packages. This bug is similar
but distinguishable from those already listed. I believe this bug can be
reproduced if you purge all your texlive and tetex  packages under gutsy
and then try to install texlive-base alone.

** Affects: texlive-base (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Cannot install/upgrade texlive-base without texlive-omega  (Gutsy)
https://bugs.launchpad.net/bugs/192929
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 91081] Causes visual artifacts on S3Virge MX chipset

2007-03-10 Thread lava-head
Public bug reported:

Binary package hint: xserver-xorg

If you do a standard Ubuntu Edgy install on a machine that has a S3Virge
MX card fitted you will get visual faults on some images (possibly those
with transparency or shadow effects?) with strange colour production,
vertical lines, dark strips or rectangular blocks of colour. I have put
some snapshots up on my forum query about this issue here:
http://ubuntuforums.org/showthread.php?t=379174. The same visual
artifacts are present on this chip when booting from a knoppix 5.01 live
CD but are not observed when using DSL 0.32 or Mandrake Move 2007 or
Windows 98SE. My conclusion is that sometime in the modern debian-based
development chain the xorg configuration for this chip was broken and no
longer works properly. My xorg log has no errors (2 warnings) and trying
every possible xorg.conf setting makes no difference to the observed
corruptions.

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Causes visual artifacts on S3Virge MX chipset
https://launchpad.net/bugs/91081

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