[Bug 1550244] Re: Wrong version set in latest openjdk-8 builds

2016-04-27 Thread Greg Wilkins
I am still seeing this bug after an update today.

Can the urgency be increased as this is breaking ALPN deployment for
HTTP2 on Jetty servers and probably on several other servers that use
the Jetty ALPN implementation (which is highly dependent on the JVM
version!)

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

Title:
  Wrong version set in latest openjdk-8 builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1550244/+subscriptions

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


[Bug 1389650] Re: Lock screen not working with Gnome 3 (gnome-shell) and Ubuntu 14.10

2015-02-09 Thread Greg Wilkins
I have this problem now with 14.10

previously I had 14.04 installed and the screensaver was very
problematic - it would frequently not turn off the screen by itself, but
Ctrl-Shift-L always worked.

Now with 14.10 screensave never turns on and Ctrl-Shift-L never works.

Typing gnome-screensaver-command -l into a terminal does lock the screen
as expected.

gnome-screensaver-command -q reports the screen saver is inactive

Under settings I have

 Dim screen when inactive ON
 Blank screen 5 minutes
 Turns off wireless devices ON (although I'm sure I've turned that off several 
times before)


Hmmm  the Turns off wireless devices appears to turn them off immediately - not 
when the screen blanks? So if I switch that OFF, then it just immediately 
disconnects my wireless - is that intended?  Probably not related.

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

Title:
  Lock screen not working with Gnome 3 (gnome-shell) and Ubuntu 14.10

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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-07-29 Thread Greg Wilkins
@Sebastien

Sorry to comment on a meta-issue, but it concerns me when you say:

What your company is doing is their decision, not a lot we can do.
Changing OS over a bug doesn't seems like a rationnal decision, your
company could have looked at this issue, and contributed a fix for
likely a lot less of efforts than it's going to take them to change
systems on a thousand mahcines.

As an open source developer, I too get a little frustrated by responses
saying they will switch to a competitor.   However, I also think it is
dangerous to entirely dismiss such feedback. Changing OS over a bug
does seem like a lot of work, so you have to ask yourself why?
Perhaps it is because it is becoming all too frequent with ubuntu that
your desire to add new featues is causing you to frequently break
existing behaviours. This bug is not an isolated occurance and my
own user experience is that the gnome3 ubuntu desktop experience is that
things that have worked for literally decades are likely to just break
and stay broken for some time.   Since 14.04 I've had issues with sloppy
mouse focus, screen lock, suspend/resume and now screen placement.

I really think ubuntu needs to give higher priority in your processes to
broken existing behaviour.

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

Title:
  multi-monitor : second screen position isn't saved from one session to
  another

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

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


[Bug 791672] [NEW] mongodb wont start in 11.04

2011-06-01 Thread Greg Wilkins
Public bug reported:

Binary package hint: mongodb

the mongod start script as loaded into 11.04 does a search for libmozjs.so in
+ [ -f /usr/lib/xulrunner-2.0b*/libmozjs.so ]
+ [ -f /usr/lib/xulrunner-2.0/libmozjs.so ]
+ [ -f /usr/lib/xulrunner-2.0.0.*/libmozjs.so ]

However for my installation of 11.04, after installing mongodb and dependencies 
from synaptic I had libmozjs.so in
[545] find /usr/lib -name libmozjs* 
/usr/lib/libmozjs185.so.1.0
/usr/lib/xulrunner-1.9.2.18pre/libmozjs.so
/usr/lib/thunderbird-3.1.11pre/libmozjs.so
/usr/lib/libmozjs185.so.1.0.0
/usr/lib/xulrunner-2.0.2pre/libmozjs.so


I modified the mongod start script to include xulrunner-2.0* in its search and 
it did now start the server, but it stopped again immediately:

[547] mongod
+ [ -f /usr/lib/xulrunner-2.0b*/libmozjs.so ]
+ [ -f /usr/lib/xulrunner-2.0-addons/libmozjs.so ]
+ [ -f /usr/lib/xulrunner-2.0.2pre/libmozjs.so ]
+ mozjs_path=/usr/lib/xulrunner-2.0.2pre
+ break
+ LD_LIBRARY_PATH=/usr/lib/xulrunner-2.0.2pre
+ export LD_LIBRARY_PATH
+ basename /usr/bin/mongod
+ bname=mongod
+ [ mongod = xulwrapper ]
+ exec /usr/lib/mongodb/mongod
/usr/lib/mongodb/mongod --help for help and startup options
Thu Jun  2 14:48:32 MongoDB starting : pid=27218 port=27017 dbpath=/data/db/ 
64-bit 
Thu Jun  2 14:48:32 db version v1.6.3, pdfile version 4.5
Thu Jun  2 14:48:32 git version: nogitversion
Thu Jun  2 14:48:32 sys info: Linux allspice 2.6.24-28-server #1 SMP Wed Aug 18 
21:17:51 UTC 2010 x86_64 BOOST_LIB_VERSION=1_42
Thu Jun  2 14:48:32 exception in initAndListen std::exception: dbpath 
(/data/db/) does not exist, terminating
Thu Jun  2 14:48:32 dbexit: 

Thu Jun  2 14:48:32 shutdown: going to close listening sockets...
Thu Jun  2 14:48:32 shutdown: going to flush oplog...
Thu Jun  2 14:48:32 shutdown: going to close sockets...
Thu Jun  2 14:48:32 shutdown: waiting for fs preallocator...
Thu Jun  2 14:48:32 shutdown: closing all files...
Thu Jun  2 14:48:32 closeAllFiles() finished

Thu Jun  2 14:48:32 dbexit: really exiting now


However starting it from init.d appears to have more success...

** Affects: mongodb (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/791672

Title:
  mongodb wont start in 11.04

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


[Bug 775325] [NEW] compiz windows decoration missing (no title bar etc)

2011-05-01 Thread Greg Wilkins
Public bug reported:

Binary package hint: compiz


I upgraded a working 10.10 system to 11.04.  Initially all was OK, but my 
desktop cube had been replaced by a 2x2 grid.
I ran compizconfig-setting-manager and enabled desktop cube and immediately my 
window decoration vanished.
But there is still a window manager running and I can move and resize windows 
using key/mouse short cuts.  I can see two instances of compiz running (should 
there be only one?).

If I run metacity, it says there is already a window manager.
If I run metacity --replace, it runs and I get window decoration, but no compiz 
etc.

I have read #577482 and tried all the fixes listed there - they have no
effect (well most of them the file does not exist).

I've tried switching off the desktop cube and going back to wall.  This
does not fix the window decoration.

I've tried changing themes and editing my theme, also no joy.

help

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: compiz 1:0.9.4+bzr20110415-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  270.41.06  Mon Apr 18 14:53:56 
PDT 2011
 GCC version:  gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,resize,vpswitch,regex,imgpng,winrules,resizeinfo,gnomecompat,move,cube,compiztoolbox,switcher,expo,scale,rotate]
CompositorRunning: compiz
Date: Mon May  2 14:20:35 2011
DistUpgraded: Log time: 2011-05-02 10:26:21.484785
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus:
 nvidia-current, 270.41.06, 2.6.38-8-generic, x86_64: installed 
 nvidia-current, 270.41.06, 2.6.35-28-generic, x86_64: installed 
 vboxhost, 3.2.12, 2.6.35-28-generic, x86_64: installed
GraphicsCard:
 nVidia Corporation GT216 [Quadro FX 880M] [10de:0a3c] (rev a2) (prog-if 00 
[VGA controller])
   Subsystem: Lenovo Device [17aa:2145]
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
InstallationMedia_: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
JockeyStatus: xorg:nvidia_current - NVIDIA accelerated graphics driver 
(Proprietary, Enabled, Not in use)
MachineType: LENOVO 4318CTO
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_AU:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LC_MESSAGES=en_AU.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=498b8c2b-db0b-42b0-9e83-b3895ab75cc6 ro quiet splash vt.handoff=7
ProcVersionSignature_: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Renderer: Unknown
SourcePackage: compiz
UpgradeStatus: Upgraded to natty on 2011-05-02 (0 days ago)
dmi.bios.date: 10/27/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 6NET74WW (1.34 )
dmi.board.name: 4318CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr6NET74WW(1.34):bd10/27/2010:svnLENOVO:pn4318CTO:pvrThinkPadW510:rvnLENOVO:rn4318CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 4318CTO
dmi.product.version: ThinkPad W510
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.4+bzr20110415-0ubuntu2
version.ia32-libs: ia32-libs 20090808ubuntu13
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

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


** Tags: amd64 apport-bug compiz-0.9 natty regression-update ubuntu

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

Title:
  compiz windows decoration missing (no title bar etc)

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


[Bug 775325] Re: compiz windows decoration missing (no title bar etc)

2011-05-01 Thread Greg Wilkins
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775325

Title:
  compiz windows decoration missing (no title bar etc)

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


[Bug 775325] Re: compiz windows decoration missing (no title bar etc)

2011-05-01 Thread Greg Wilkins
I'm an idiot window decoration got turned off some how
turned it back on and all works fine


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

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

Title:
  compiz windows decoration missing (no title bar etc)

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


[Bug 745112] Re: [arrandale] desktop is messed up (goes black) when laptop is docked with two external 1920x1200 monitors (x86_64)

2011-04-26 Thread Greg Wilkins
I was having a very similar issue with a thinkpad X201 (see
https://bugs.launchpad.net/bugs/771344 - which is now duped here)

However, booting with the monitors plugged in made no difference - I
would go to the black screen regardless when I logged in an existing
account.

However, a freshly created account was able to display two monitors and
worked OK with monitor connects and disconnects.

I removed all the compiz files from the existing account and then logged
in with a classic no affects session.  This gave me black screens, but I
was able to hit fn-f7 and my screens cycled through various
combinations.   Some of these were all black, but some worked, including
both screens full resolution (not mirrored) and just external monitor.

I was then able to log out and back in with a classic with effects
session, and this now works! However, if I fn-f7 too much, then
eventually I end up in the black screens with only X cursor situation
and have to restart X to get out of it.

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

Title:
  [arrandale] desktop is messed up (goes black) when laptop is docked
  with two external 1920x1200 monitors (x86_64)

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


[Bug 771344] [NEW] external monitor does not work

2011-04-26 Thread Greg Wilkins
Public bug reported:

Binary package hint: xorg

Newly installed 11.04b2 on thinkpad x201, which used to work with 10.04
(with i915.modeset=0).  If an external monitor is plugged in then
frequently both screens will go blank.  Sometimes the external monitor
flashes solid red and sometimes there is a flashing distorted image of
the screen.

This happens with both a VGA and a digital cable.

This always happens with existing accounts, but if I create a new
account, I have been able to get both monitors working at full
resolution (1220x1200 for the external), but if I then remove the
external monitor, the laptop screen goes blank... sometimes with an X
cursor, sometimes without,

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: xorg 1:7.6+4ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
CompositorRunning: None
DRM.card0.DP.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.HDMI.A.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1280x800 1280x800
 edid-base64: 
AP///wAwrhFTAQOAGhB46lzVk1xejiccUFQBAQEBAQEBAQEBAQEBAQEB7hoAgFAgEDAQMBMABaMQAAAZ0BcAxlAgGTAwIDYABaMQAAAZDwCBCjyBCjIWCQBMo0FU/gBMVE4xMjFBVDA3TDAyADg=
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
Date: Wed Apr 27 01:58:27 2011
DistUpgraded: Fresh install
DistroCodename: natty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:215a]
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110413)
MachineType: LENOVO 3249CTO
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=ceef69b7-5e0f-40cf-8398-6110890228a8 ro quiet splash vt.handoff=7
Renderer: Unknown
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/26/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 6QET45WW (1.15 )
dmi.board.name: 3249CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr6QET45WW(1.15):bd04/26/2010:svnLENOVO:pn3249CTO:pvrThinkPadX201:rvnLENOVO:rn3249CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 3249CTO
dmi.product.version: ThinkPad X201
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.4+bzr20110415-0ubuntu2
version.ia32-libs: ia32-libs 20090808ubuntu13
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

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


** Tags: amd64 apport-bug corruption natty ubuntu

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

Title:
  external monitor does not work

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


[Bug 771344] Re: external monitor does not work

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

Title:
  external monitor does not work

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


Re: [Bug 771344] Re: external monitor does not work

2011-04-26 Thread Greg Wilkins
With a newly created account, I can get both monitors working, but it
is delicate and if you remove the external monitor or try to change
the display settings, then you frequently end up with black screen
(sometimes with movable X cursor).

Even if I save as default the setup with 2 screens working, if I log
in as the existing user, then I get blank screens.

What files in an account could affect this?




On Wed, Apr 27, 2011 at 02:10, Greg Wilkins 771...@bugs.launchpad.net wrote:
 --
 You received this bug notification because you are a direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/771344

 Title:
  external monitor does not work

 Status in “xorg” package in Ubuntu:
  New

 Bug description:
  Binary package hint: xorg

  Newly installed 11.04b2 on thinkpad x201, which used to work with
  10.04 (with i915.modeset=0).  If an external monitor is plugged in
  then frequently both screens will go blank.  Sometimes the external
  monitor flashes solid red and sometimes there is a flashing distorted
  image of the screen.

  This happens with both a VGA and a digital cable.

  This always happens with existing accounts, but if I create a new
  account, I have been able to get both monitors working at full
  resolution (1220x1200 for the external), but if I then remove the
  external monitor, the laptop screen goes blank... sometimes with an X
  cursor, sometimes without,

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: xorg 1:7.6+4ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  Architecture: amd64
  CompizPlugins: 
 [core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  CompositorRunning: None
  DRM.card0.DP.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes:
   edid-base64:
  DRM.card0.HDMI.A.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes:
   edid-base64:
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1280x800 1280x800
   edid-base64: 
 AP///wAwrhFTAQOAGhB46lzVk1xejiccUFQBAQEBAQEBAQEBAQEBAQEB7hoAgFAgEDAQMBMABaMQAAAZ0BcAxlAgGTAwIDYABaMQAAAZDwCBCjyBCjIWCQBMo0FU/gBMVE4xMjFBVDA3TDAyADg=
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes:
   edid-base64:
  Date: Wed Apr 27 01:58:27 2011
  DistUpgraded: Fresh install
  DistroCodename: natty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
 (rev 02) (prog-if 00 [VGA controller])
     Subsystem: Lenovo Device [17aa:215a]
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110413)
  MachineType: LENOVO 3249CTO
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
 root=UUID=ceef69b7-5e0f-40cf-8398-6110890228a8 ro quiet splash vt.handoff=7
  Renderer: Unknown
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/26/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6QET45WW (1.15 )
  dmi.board.name: 3249CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
 dmi:bvnLENOVO:bvr6QET45WW(1.15):bd04/26/2010:svnLENOVO:pn3249CTO:pvrThinkPadX201:rvnLENOVO:rn3249CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 3249CTO
  dmi.product.version: ThinkPad X201
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.4+bzr20110415-0ubuntu2
  version.ia32-libs: ia32-libs 20090808ubuntu13
  version.libdrm2: libdrm2 2.4.23-1ubuntu6
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
  version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
 1:0.0.16+git20110107+b795ca6e-0ubuntu7

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/771344/+subscribe


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

Title:
  external monitor does not work

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

[Bug 687281] Re: viminfo can leak sensitive information

2011-03-06 Thread Greg Wilkins
Tom,

thanks for the autocmd line.

that's exactly the kind of thing I was looking for and the viminfo= part
of it is working fine.

However the noundofile does not appear to be supported in my version of
vim (7.2 with patches 1-330) - but then I can't see an undo file, so I
don't think it is a problem.

cheers

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

Title:
  viminfo can leak sensitive information

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


[Bug 687281] [NEW] viminfo can leak sensitive information

2010-12-08 Thread Greg Wilkins
Public bug reported:

Binary package hint: vim


For better or worse, there are some silly systems that require passwords to be 
entered into files.   For example the maven build tool has the need for 
passwords and even passphrases to be places in the ,m2/settings,xml file.   So 
I've been habitually editing that file before doing mvn releases, adding my 
passwords and passphrases, doing the release and then editing the file again to 
remove the passwords and passphrases.

Today as a general security check (prompted by stupid chrome also being
an application that stores passwords in the clear), I did a scan of all
my dot files looking for my passwords and passphrases (which of course
put them into my .bash_history!!). Unfortunately I found many
instances of these in my .viminfo file, as it was remembering my search
and replaces.

I really like the feature of vim that it does remember commands from
past executions, but in this case, that represents a bit of a security
problem (well it compounds the security problem that is caused by files
like .m2/settings).

I think to combat this, vim needs to have a list of files configured
both globally and per users, that when edited, the command history does
not enter the .viminfo file.Any files known to contain passwords
should be listed in the default setup of vim.  Such a file list would
include:

$HOME/.m2/settings.xml
/etc/openvpn/*.conf

There should also be a mechanism to purge all .viminfo files when you
want to clear system.

** Affects: vim (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/687281

Title:
  viminfo can leak sensitive information

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


[Bug 576352] Re: Ubuntu 10.04 hangs/locks up often

2010-10-25 Thread Greg Wilkins
I've had similar problems with my W510.  Initially on 10.04 I got
lockups with binary and nouveau drivers.  I then switched to the x-swat
nouveau and was stable for a few months.

Last week it started happening again and this week I upgraded to 10.10.
Now it happens about 5 times per day.

I know this is not very helpful.  If there is specific information that
I can get to help, please ask.

-- 
Ubuntu 10.04 hangs/locks up often
https://bugs.launchpad.net/bugs/576352
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 543875] Re: unable to find a medium containing a live file system

2010-10-11 Thread Greg Wilkins
I'm having the same problem with a lenovo thinkpad w510.

I have tried 10.4, 10.10 beta and 10.10 on various USBs and always get the 
unable to find medium message after the splash screen.
I was able to install 10.4 via  CD.

I have attached my lspci output


** Attachment added: lspci output
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/543875/+attachment/1684592/+files/lspci-v-lenovo-thinkpad-w510.txt

-- 
unable to find a medium containing a live file system
https://bugs.launchpad.net/bugs/543875
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 543875] Re: unable to find a medium containing a live file system

2010-10-11 Thread Greg Wilkins
Oops sorry.  This issue is probably not related to my problem, as I'm trying to 
boot from USB.
sorry

-- 
unable to find a medium containing a live file system
https://bugs.launchpad.net/bugs/543875
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 554569] Re: [lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)

2010-06-30 Thread Greg Wilkins
I updated x201 with kernels/headers from #63/#64 and it now does not have a 
blank screen.
However, the display does lockup now about once per day.  I can ssh into the 
machine and all looks OK, but X cannot be killed with a gdm stop. It even hangs 
around after a kill -9. However, one I kill all the user processes (kill -9 
-1) and the display then responds to a restart of gdm.

I'll provide more info next time it happens.

-- 
[lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)
https://bugs.launchpad.net/bugs/554569
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 553789] Re: X freeze/crash with nouveau driver

2010-06-28 Thread Greg Wilkins
I've run the proprietary driver now for 2 days without any lock ups, so
it does look like a software problem.

-- 
X freeze/crash with nouveau driver
https://bugs.launchpad.net/bugs/553789
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 553789] Re: X freeze/crash with nouveau driver

2010-06-25 Thread Greg Wilkins
I'm also having the same problem and will gather the info next time it
happens

-- 
X freeze/crash with nouveau driver
https://bugs.launchpad.net/bugs/553789
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 553789] Re: X freeze/crash with nouveau driver

2010-06-25 Thread Greg Wilkins
here is my dmesg taken during a lockup.   I'll do an strace next time

** Attachment added: dmesg-during-100cpu-X-lockup.txt
   http://launchpadlibrarian.net/50886757/dmesg-during-100cpu-X-lockup.txt

-- 
X freeze/crash with nouveau driver
https://bugs.launchpad.net/bugs/553789
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 553789] Re: X freeze/crash with nouveau driver

2010-06-25 Thread Greg Wilkins
here is an strace of the X process during the 100% cpu lockup.

I'm going to switch to the proprietary driver for a while and see if I
get lockups with that.   But I really want to run the open driver (it's
so much more flexible), so I'm happy to switch back if you want me to
try anything.


** Attachment added: strace during 100% cpu X lockup
   http://launchpadlibrarian.net/50926954/strace-during-100cpu-X-lockup.txt

-- 
X freeze/crash with nouveau driver
https://bugs.launchpad.net/bugs/553789
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 574538] Re: synchronization does not work

2010-06-25 Thread Greg Wilkins
All appears to be working fine now.  Although the daemon uses a bit of
CPU at startup.


On Sat, Jun 26, 2010 at 1:19 PM, Mitch Towner
mitch.towner.ubu...@gmail.com wrote:
 Hi Greg. File sync speed is a lot faster now  the server-side issues are 
 fixed (although they are still being fine-tuned). Can you please advise 
 whether you are still experiencing this issue?
 If you are experiencing this issue, please upload fresh logs by archiving 
 your $HOME/.cache/ubuntuone/log/ folder and attach the zip here.
 Thanks in advance!

 --
 synchronization does not work
 https://bugs.launchpad.net/bugs/574538
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “ubuntuone-client” package in Ubuntu: Incomplete

 Bug description:
 Binary package hint: ubuntuone-client

 For 3 days I have not been able to synchronize.

 The UO icons starts off as disconnected, I ask it to connect and it looks 
 like it has.
 But it never starts to synchronize files.  Files created on the web are not 
 downloaded and
 files added  locally are not uploaded.

 If I try to disconnect, nothing happens.

 No errors are reported
 nothing about ubuntu one in anything in /var/log/messages except 
 /var/log/popularity-contest

 ProblemType: Bug
 .home.gregw..cache.ubuntuone.log.syncdaemon.exceptions.log:

 .home.gregw..config.ubuntuone.syncdaemon.conf:
  [bandwidth_throttling]
  read_limit = 2097152
  write_limit = 1048576
  on = True
 .home.gregw..config.ubuntuone.ubuntuone.client.conf:
  [ubuntuone]
  bookmarked = True
  connected = False
  connect = 0
  show_applet = 0
 Architecture: i386
 Date: Mon May  3 17:09:03 2010
 DistroRelease: Ubuntu 9.10
 Package: ubuntuone-client 1.0.3-0ubuntu1
 PackageArchitecture: all
 ProcEnviron:
  LC_COLLATE=C
  PATH=(custom, user)
  LANG=en_AU.UTF-8
  SHELL=/bin/bash
 ProcVersionSignature: Ubuntu 2.6.31-21.59-generic
 SourcePackage: ubuntuone-client
 Uname: Linux 2.6.31-21-generic i686

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/574538/+subscribe


-- 
synchronization does not work
https://bugs.launchpad.net/bugs/574538
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 586108] Re: cannot suspend when SD card is mounted

2010-06-22 Thread Greg Wilkins
I dropped (well kind of tripped and threw) my z61p on a concrete floor
(on my road trip).  It's kind of dead, so I wont be able to play with
the new kernels sorry or to verify any other fix.  So unless somebody
else with a similar problem can replicate - you may as well close.

-- 
cannot suspend when SD card is mounted
https://bugs.launchpad.net/bugs/586108
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 586108] Re: cannot suspend when SD card is mounted

2010-05-28 Thread Greg Wilkins
I'm on a road trip next week, so not the time to play with new kernels.
I will try the latest on my return the following week.

-- 
cannot suspend when SD card is mounted
https://bugs.launchpad.net/bugs/586108
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 455212] Re: [LENOVO 94503AU] suspend failure

2010-05-26 Thread Greg Wilkins
** Changed in: linux (Ubuntu)
   Status: Expired = New

-- 
[LENOVO 94503AU] suspend failure
https://bugs.launchpad.net/bugs/455212
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 455212] Re: [LENOVO 94503AU] suspend failure

2010-05-26 Thread Greg Wilkins
I've updated my system to Lynx and I still cannot suspend if I have an SD card 
mounted.
I'm trying to do an apport-collect -p linux 455212, but it is complaining that 
this issue is closed already.
I'll see if this comment fixes that.

-- 
[LENOVO 94503AU] suspend failure
https://bugs.launchpad.net/bugs/455212
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 586108] [NEW] cannot suspend when SD card is mounted

2010-05-26 Thread Greg Wilkins
Public bug reported:

See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/455212
This is a new bug as apport-collect -p linux 455212 is refusing to update the 
existing bug.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-22-generic 2.6.32-22.33
Regression: No
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gregw  1689 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xee40 irq 17'
   Mixer name   : 'Analog Devices AD1981'
   Components   : 'HDA:11d41981,17aa2060,00100200 
HDA:14f12bfa,17aa201b,0009'
   Controls  : 21
   Simple ctrls  : 12
Card29.Amixer.info:
 Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
7FHT22WW-1.04'
   Mixer name   : 'ThinkPad EC 7FHT22WW-1.04'
   Components   : ''
   Controls  : 2
   Simple ctrls  : 1
Card29.Amixer.values:
 Simple mixer control 'Console',0
   Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
   Playback channels: Mono
   Limits: Playback 0 - 14
   Mono: Playback 5 [36%] [on]
Date: Thu May 27 00:38:45 2010
HibernationDevice: RESUME=UUID=2385e102-4752-4d18-aaa8-ef7a4c49ef07
MachineType: LENOVO 94503AU
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=UUID=b9cbe56f-dfc2-496b-95c8-694ac1150a22 ro quiet splash
ProcEnviron:
 LC_COLLATE=C
 PATH=(custom, user)
 LANG=en_AU.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.34
SourcePackage: linux
WifiSyslog:
 May 27 00:13:50 brick kernel: [121301.450147] chrome[5709]: segfault at 0 ip 
08ae10ae sp bfc99270 error 4 in chrome[8048000+217a000]
 May 27 00:27:25 brick kernel: [122116.053052] tifm_core: MMC/SD card detected 
in socket 0:1
 May 27 00:27:25 brick kernel: [122116.806029] mmc1: new SDHC card at address 
bb23
 May 27 00:27:25 brick kernel: [122116.945664] mmcblk0: mmc1:bb23 SD32G 30.3 
GiB 
 May 27 00:27:25 brick kernel: [122116.945787]  mmcblk0: p1
WpaSupplicantLog:
 
dmi.bios.date: 06/20/2006
dmi.bios.vendor: LENOVO
dmi.bios.version: 7FET50WW (1.10 )
dmi.board.name: 94503AU
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7FET50WW(1.10):bd06/20/2006:svnLENOVO:pn94503AU:pvrThinkPadZ61p:rvnLENOVO:rn94503AU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 94503AU
dmi.product.version: ThinkPad Z61p
dmi.sys.vendor: LENOVO

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


** Tags: apport-bug i386 lucid needs-upstream-testing resume suspend

-- 
cannot suspend when SD card is mounted
https://bugs.launchpad.net/bugs/586108
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 586108] Re: cannot suspend when SD card is mounted

2010-05-26 Thread Greg Wilkins

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

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/49167811/AplayDevices.txt

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

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

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

** Attachment added: Card0.Codecs.codec.1.txt
   http://launchpadlibrarian.net/49167817/Card0.Codecs.codec.1.txt

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

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

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

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

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

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

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

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

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

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/49167827/RfKill.txt

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

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

** Attachment added: UserAsoundrc.txt
   http://launchpadlibrarian.net/49167830/UserAsoundrc.txt

-- 
cannot suspend when SD card is mounted
https://bugs.launchpad.net/bugs/586108
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 455212] Re: [LENOVO 94503AU] suspend failure

2010-05-26 Thread Greg Wilkins
I could not get apport-collect to update this issue, so I had to create a new 
one.
Please see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/586108

-- 
[LENOVO 94503AU] suspend failure
https://bugs.launchpad.net/bugs/455212
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 574538] Re: synchronization does not work

2010-05-04 Thread Greg Wilkins
I followed the instructions... and for a short while I thought it was working. 
I saw the up and down arrows for the first time in a while.
It even created some directories on the server that I can see with the file 
view
but then it hung and it has not moved any of the files themselves to the server.

I also clicked disconnect, which had no effect.

Attached is the tar of the log files.

regards


** Attachment added: log files with debug on
   http://launchpadlibrarian.net/47779277/ubuntuonelog.tgz

-- 
synchronization does not work
https://bugs.launchpad.net/bugs/574538
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 574538] Re: synchronization does not work

2010-05-03 Thread Greg Wilkins

** Attachment added: .home.gregw..cache.ubuntuone.log.oauth.login.log.txt
   
http://launchpadlibrarian.net/47573715/.home.gregw..cache.ubuntuone.log.oauth.login.log.txt

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

** Attachment added: UbuntuoneClientPackages.txt
   http://launchpadlibrarian.net/47573717/UbuntuoneClientPackages.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/47573718/XsessionErrors.txt

-- 
synchronization does not work
https://bugs.launchpad.net/bugs/574538
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 574538] [NEW] synchronization does not work

2010-05-03 Thread Greg Wilkins
Public bug reported:

Binary package hint: ubuntuone-client

For 3 days I have not been able to synchronize.

The UO icons starts off as disconnected, I ask it to connect and it looks like 
it has. 
But it never starts to synchronize files.  Files created on the web are not 
downloaded and
files added  locally are not uploaded.

If I try to disconnect, nothing happens.

No errors are reported
nothing about ubuntu one in anything in /var/log/messages except 
/var/log/popularity-contest

ProblemType: Bug
.home.gregw..cache.ubuntuone.log.syncdaemon.exceptions.log:
 
.home.gregw..config.ubuntuone.syncdaemon.conf:
 [bandwidth_throttling]
 read_limit = 2097152
 write_limit = 1048576
 on = True
.home.gregw..config.ubuntuone.ubuntuone.client.conf:
 [ubuntuone]
 bookmarked = True
 connected = False
 connect = 0
 show_applet = 0
Architecture: i386
Date: Mon May  3 17:09:03 2010
DistroRelease: Ubuntu 9.10
Package: ubuntuone-client 1.0.3-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 LC_COLLATE=C
 PATH=(custom, user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-21.59-generic
SourcePackage: ubuntuone-client
Uname: Linux 2.6.31-21-generic i686

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
synchronization does not work
https://bugs.launchpad.net/bugs/574538
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 455212] Re: [LENOVO 94503AU] suspend failure

2009-11-24 Thread Greg Wilkins
I can also confirm that it is my SD card!
If I remove it, I can do multiple suspend-resume cycles.

I also note that it is not being mounted when I do a normal boot, so
that explains why the first suspend works when it is inserted.

-- 
[LENOVO 94503AU] suspend failure
https://bugs.launchpad.net/bugs/455212
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 455212] Re: [LENOVO 94503AU] suspend failure

2009-11-08 Thread Greg Wilkins
Guys - before saying same here, note that my original report was not
just that suspend/resume does not work - but a very specific case that
suspend/resume works once and then suspend fails.

I've now also noticed that after the first successful suspend/resume the 
notebooks screen will no longer power down.
Even when the screen saver comes on to a black screen, you can see that the 
backlight stays on.   Thus I suspect that it is the video card that has not 
been totally restored.

-- 
[LENOVO 94503AU] suspend failure
https://bugs.launchpad.net/bugs/455212
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 455212] Re: [LENOVO 94503AU] suspend failure

2009-10-23 Thread Greg Wilkins
For me, after a reboot, I can always do one suspend resume cycle OK.
It is the second suspend that hangs.

-- 
[LENOVO 94503AU] suspend failure
https://bugs.launchpad.net/bugs/455212
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 455212] [NEW] [LENOVO 94503AU] suspend failure

2009-10-19 Thread Greg Wilkins
Public bug reported:

Suspend fails.   The suspend process starts, but the half moon light never 
stops flashing and there is no beep.
After several minutes waiting situation is the same with the computer getting 
hot, suggesting that CPU is being used.

No key strokes help or influence the system.

Only power cycle helps.

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gregw  2383 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xee40 irq 17'
   Mixer name   : 'Analog Devices AD1981'
   Components   : 'HDA:11d41981,17aa2060,00100200'
   Controls  : 21
   Simple ctrls  : 12
Date: Sun Oct 18 23:49:38 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=2385e102-4752-4d18-aaa8-ef7a4c49ef07
InterpreterPath: /usr/bin/python2.6
MachineType: LENOVO 94503AU
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=UUID=b9cbe56f-dfc2-496b-95c8-694ac1150a22 ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
SourcePackage: linux
Tags: resume suspend
Title: [LENOVO 94503AU] suspend/resume failure
Uname: Linux 2.6.31-14-generic i686
UserGroups:
 
WpaSupplicantLog:
 
dmi.bios.date: 06/20/2006
dmi.bios.vendor: LENOVO
dmi.bios.version: 7FET50WW (1.10 )
dmi.board.name: 94503AU
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7FET50WW(1.10):bd06/20/2006:svnLENOVO:pn94503AU:pvrThinkPadZ61p:rvnLENOVO:rn94503AU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 94503AU
dmi.product.version: ThinkPad Z61p
dmi.sys.vendor: LENOVO

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


** Tags: apport-kerneloops i386 resume suspend

-- 
[LENOVO 94503AU] suspend failure
https://bugs.launchpad.net/bugs/455212
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 455212] Re: [LENOVO 94503AU] suspend failure

2009-10-19 Thread Greg Wilkins

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

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/33928544/AplayDevices.txt

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

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

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

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

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

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

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

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

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

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

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/33928566/ProcMaps.txt

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

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/33928568/ProcStatus.txt

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/33928569/RfKill.txt

** Attachment added: SleepLog.txt
   http://launchpadlibrarian.net/33928570/SleepLog.txt

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

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

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

-- 
[LENOVO 94503AU] suspend failure
https://bugs.launchpad.net/bugs/455212
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 455212] Re: [LENOVO 94503AU] suspend failure

2009-10-19 Thread Greg Wilkins
The failure appears to happen only when I suspend the machine that has
previously been suspended and resumed.

-- 
[LENOVO 94503AU] suspend failure
https://bugs.launchpad.net/bugs/455212
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 116357] Re: usb disk will not auto mount

2007-06-10 Thread Greg Wilkins
This appears to have been fixed after a recent update?

USB disks now automount as expected

-- 
usb disk will not auto mount
https://bugs.launchpad.net/bugs/116357
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 116357] usb disk will not auto mount

2007-05-23 Thread Greg Wilkins
Public bug reported:

I upgraded to 7.04 from 6.10 and usb thumb drives that would automount under 
6.10 no longer do so.
They are available to mount manually and work fine once you have done so.

I've seen several other reports on this on forums with no solutions.
The other related bug reports are either not for feisty or are to confused to 
work out what the hell is going on.

When I plug in the device, I get the following in /var/log/messages:

May 23 17:58:36 slab kernel: [36546.572000] usb 5-2: new high speed USB device 
using ehci_hcd and address 8
May 23 17:58:36 slab kernel: [36546.708000] usb 5-2: configuration #1 chosen 
from 1 choice
May 23 17:58:36 slab kernel: [36546.708000] scsi10 : SCSI emulation for USB 
Mass Storage devices
May 23 17:58:41 slab kernel: [36551.708000] scsi 10:0:0:0: Direct-Access
  USB DISK 2.0 PMAP PQ: 0 ANSI: 0 CCS
May 23 17:58:41 slab kernel: [36551.94] SCSI device sdb: 2015232 512-byte 
hdwr sectors (1032 MB)
May 23 17:58:41 slab kernel: [36551.94] sdb: Write Protect is off
May 23 17:58:41 slab kernel: [36551.944000] SCSI device sdb: 2015232 512-byte 
hdwr sectors (1032 MB)
May 23 17:58:41 slab kernel: [36551.948000] sdb: Write Protect is off
May 23 17:58:41 slab kernel: [36551.948000]  sdb: sdb1
May 23 17:58:41 slab kernel: [36551.948000] sd 10:0:0:0: Attached scsi 
removable disk sdb
May 23 17:58:41 slab kernel: [36551.948000] sd 10:0:0:0: Attached scsi generic 
sg2 type 0

and /dev/sdb1 can be mounted manually as a vfat filesystem OK.

All the right options under system-preferences-removable devices are ticked.
I tried unticking and reticking to make sure.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
usb disk will not auto mount
https://bugs.launchpad.net/bugs/116357
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


Re: [Bug 116357] Re: usb disk will not auto mount

2007-05-23 Thread Greg Wilkins

I have no entries in my fstab for the device.
I don't think there were entries in fstab for 6.10 and
I thought the idea of automount was to avoid such things?  or are you
just checking that I have not got something that prevents it working?

My 6.10 was installed from CD and I did not manually edit fstab
My 7.04 was an upgrade and again I have not altered fstab.

cheers

-- 
usb disk will not auto mount
https://bugs.launchpad.net/bugs/116357
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 74385] Re: edgy problem with Ethernet on thinkpad z61p

2007-02-14 Thread Greg Wilkins

Hi firstly I have a work around.  If I rmmod tg3 and then modprobe tg3 the 
wired network works... once.  If I disconnect
the cable and reconnect, I need to remove and load the module again.


02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5752M Gigabit 
Ethernet PCI Express (rev 02)
Subsystem: Lenovo Unknown device 2020
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 98
Region 0: Memory at ee10 (64-bit, non-prefetchable) [size=64K]
Capabilities: [48] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=1 PME-
Capabilities: [50] Vital Product Data
Capabilities: [58] Message Signalled Interrupts: 64bit+ Queue=0/3 
Enable+
Address: fee0  Data: 4062
Capabilities: [d0] Express Endpoint IRQ 0
Device: Supported: MaxPayload 512 bytes, PhantFunc 0, ExtTag+
Device: Latency L0s 4us, L1 unlimited
Device: AtnBtn- AtnInd- PwrInd-
Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported-
Device: RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
Device: MaxPayload 128 bytes, MaxReadReq 4096 bytes
Link: Supported Speed 2.5Gb/s, Width x1, ASPM L0s L1, Port 0
Link: Latency L0s 2us, L1 64us
Link: ASPM L1 Enabled RCB 64 bytes CommClk+ ExtSynch-
Link: Speed 2.5Gb/s, Width x1
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Virtual Channel


02:00.0 0200: 14e4:1601 (rev 02)
Subsystem: 17aa:2020
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 98
Region 0: Memory at ee10 (64-bit, non-prefetchable) [size=64K]
Capabilities: [48] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=1 PME-
Capabilities: [50] Vital Product Data
Capabilities: [58] Message Signalled Interrupts: 64bit+ Queue=0/3 
Enable+
Address: fee0  Data: 4062
Capabilities: [d0] Express Endpoint IRQ 0
Device: Supported: MaxPayload 512 bytes, PhantFunc 0, ExtTag+
Device: Latency L0s 4us, L1 unlimited
Device: AtnBtn- AtnInd- PwrInd-
Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported-
Device: RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
Device: MaxPayload 128 bytes, MaxReadReq 4096 bytes
Link: Supported Speed 2.5Gb/s, Width x1, ASPM L0s L1, Port 0
Link: Latency L0s 2us, L1 64us
Link: ASPM L1 Enabled RCB 64 bytes CommClk+ ExtSynch-
Link: Speed 2.5Gb/s, Width x1
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Virtual Channel

-- 
edgy problem with Ethernet on thinkpad z61p
https://launchpad.net/bugs/74385

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


[Bug 77521] firefox crashes while stepping in js debugger

2007-01-03 Thread Greg Wilkins
Public bug reported:

Binary package hint: firefox

While stepping through the chat room cometd demo of jetty
(http://jetty.mortbay.org) the debugger crashes at the same point every
time.

crash file attached.

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

-- 
firefox crashes while stepping in js debugger
https://launchpad.net/bugs/77521

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


[Bug 77521] Re: firefox crashes while stepping in js debugger

2007-01-03 Thread Greg Wilkins

** Attachment added: crash file
   
http://librarian.launchpad.net/5569904/_usr_lib_firefox_firefox-bin.2001.crash

-- 
firefox crashes while stepping in js debugger
https://launchpad.net/bugs/77521

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


[Bug 74385] edgy problem with Ethernet on thinkpad z61p

2006-12-04 Thread Greg Wilkins
Public bug reported:


I have two ibm thinkpads z61ps both running edgy.
The ethernet and the wifi both worked fine after installation.

however I recently tried the wired ethernet connection and it 
fails on both with the same symptoms.

From the software point of view, eth0 looks to be up and able to
send packets, but no packets are actually sent and none are
every received.

I have tried both dhcp and manual configurations then trying 
arping and/or ping.

If I observe with wireshark, I can see the various discovery packets
being sent, but the gateway machine never sees those packets.
I am also unable to snoop any packets off the network (which is
busy).

If I reboot in windows the network works fine.

The symptoms are exactly the same on both z61p's
both have automatic security updates applied. One is actively updated
with non security fixes and the other is not.


This was last working probably 3 weeks ago.
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5752M Gigabit 
Ethernet PCI Express (rev 02)
Subsystem: Lenovo Unknown device 2020
Flags: bus master, fast devsel, latency 0, IRQ 98
Memory at ee10 (64-bit, non-prefetchable) [size=64K]
Capabilities: [48] Power Management version 2
Capabilities: [50] Vital Product Data
Capabilities: [58] Message Signalled Interrupts: 64bit+ Queue=0/3 
Enable+
Capabilities: [d0] Express Endpoint IRQ 0
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Virtual Channel

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
edgy problem with Ethernet on thinkpad z61p
https://launchpad.net/bugs/74385

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


[Bug 74385] Re: edgy problem with Ethernet on thinkpad z61p

2006-12-04 Thread Greg Wilkins
Actually I know this was working last friday and I know that neither
notebook was manually updated since then.

So I am assuming some security patch that was automatically applied has
broken the ethernet.

-- 
edgy problem with Ethernet on thinkpad z61p
https://launchpad.net/bugs/74385

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


[Bug 67183] Re: External monitor not working Radeon Mobility M6 LY after a regular Edgy update

2006-11-05 Thread Greg Wilkins
Sorry but I traded in my a30p for a z61p - so I now  can't help with any
debugging of any fixes.

-- 
External monitor not working Radeon Mobility M6 LY after a regular Edgy update
https://launchpad.net/bugs/67183

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


[Bug 60442] Re: Dual / Two Batteries, shutdown on empty expansion battery. (GPM does not recognises second battery on hotplug)

2006-10-23 Thread Greg Wilkins
This is a serious thing to allow in a stable release.
The first many users are going to see of this is their notebook will shutdown 
without warning in the middle of some vital work.

Restarting their notebook and it will continue as normal (on second
battery).

It may take some users MANY cycles to realize there is a problem.
Much important work may be lost and stability feeling of ubuntu will be badly 
harmed.

This is definitely something that should be in the stable release.

I thought the idea of getting bunnies like me to try the unstable
release was to make sure that less-technical users would not get bitten
by such issues.

-- 
Dual / Two Batteries, shutdown on empty expansion battery. (GPM does not 
recognises second battery on hotplug)
https://launchpad.net/bugs/60442

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


[Bug 60442] Re: Dual / Two Batteries, shutdown on empty expansion battery. (GPM does not recognises second battery on hotplug)

2006-10-21 Thread Greg Wilkins
Also - even with the work around (using % instead of time remaining), there are 
issues.
If I eject the battery currently in use, the system shutsdown.
If I insert a battery not there at startup, it is not seen.

-- 
Dual / Two Batteries, shutdown on empty expansion battery. (GPM does not 
recognises second battery on hotplug)
https://launchpad.net/bugs/60442

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


[Bug 67183] Re: External monitor not working Radeon Mobility M6 LY

2006-10-21 Thread Greg Wilkins
I can confirm that my external monitor was working on hoary, dapper and
early versions of edgy.

I had updated edgy in late September and the external screen was
definitely working on the 4th of October.  I updated several times after
that and when I went to use the external monitor on the 18th, it was not
longer working - with the symptoms I describe above - which indicates to
me a software rather than hardware issue.

-- 
External monitor not working Radeon Mobility M6 LY
https://launchpad.net/bugs/67183

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


[Bug 67183] Re: External monitor not working Radeon Mobility M6 LY

2006-10-20 Thread Greg Wilkins

** Attachment added: xorg.conf
   http://librarian.launchpad.net/4902407/xorg.conf

-- 
External monitor not working Radeon Mobility M6 LY
https://launchpad.net/bugs/67183

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


[Bug 67183] External monitor not working Radeon Mobility M6 LY

2006-10-20 Thread Greg Wilkins
Public bug reported:

On my thinkpad a30p running edgy an update about
a week ago stopped the external monitor from working.

This notebook has run hoary, dapper and early versions of edgy without a
problem.

Now, an external monitor, such as a projector or LCD screen will detect
signal from the notebook and even correctly see the resolution and
frequency - but the screen is always black (in X).   During boot and in
text consoles, the second display works correctly.

If I boot with the second display attached - both screens end up black
and I cannot switch between either.

01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY 
(prog-if 00 [VGA])
Subsystem: IBM ThinkPad A30/A30p (2652/2653)
Flags: bus master, stepping, fast Back2Back, 66MHz, medium devsel, 
latency 66, IRQ 11
Memory at e000 (32-bit, prefetchable) [size=128M]
I/O ports at 2000 [size=256]
Memory at c010 (32-bit, non-prefetchable) [size=64K]
[virtual] Expansion ROM at c012 [disabled] [size=128K]
Capabilities: access denied

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

-- 
External monitor not working Radeon Mobility M6 LY
https://launchpad.net/bugs/67183

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


[Bug 27466] Re: [radeon] can't do dual-link tmds, or second tmds transmitter

2006-10-20 Thread Greg Wilkins
This may be related to https://launchpad.net/distros/ubuntu/+source
/xserver-xorg-video-ati/+bug/67183

-- 
[radeon] can't do dual-link tmds, or second tmds transmitter
https://launchpad.net/bugs/27466

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


[Bug 67183] Re: External monitor not working Radeon Mobility M6 LY

2006-10-20 Thread Greg Wilkins

** Attachment added: Xorg.0.log
   http://librarian.launchpad.net/4903721/Xorg.0.log

-- 
External monitor not working Radeon Mobility M6 LY
https://launchpad.net/bugs/67183

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


[Bug 60442] Re: Dual / Two Batteries, shutdown on empty expansion battery. (GPM does not recognises second battery on hotplug)

2006-10-20 Thread Greg Wilkins
I switched use_time_for_policy off and have just been able to survive
the emptying of my second battery and the system is now running on the
second battery.

so the work around appears to work.

thanks

-- 
Dual / Two Batteries, shutdown on empty expansion battery. (GPM does not 
recognises second battery on hotplug)
https://launchpad.net/bugs/60442

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


[Bug 67183] Re: External monitor not working Radeon Mobility M6 LY

2006-10-20 Thread Greg Wilkins
I don't think this is the same as bug #32461
I can ctl-alt-F1 and ctl-alt-F7 as expected.

But if I fn-f7  to cycle between the external display modes, the
external monitor either sees no signal or sees a signal, but has a black
screen.

It does sound a little similar to 
https://launchpad.net/distros/ubuntu/+source/xserver-xorg-video-ati/+bug/27466
but I am unable to run fglrx on my video card.

-- 
External monitor not working Radeon Mobility M6 LY
https://launchpad.net/bugs/67183

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


[Bug 60442] Re: Dual / Two Batteries, shutdown on empty expansion battery. (GPM does not recognises second battery on hotplug)

2006-10-11 Thread Greg Wilkins
Roland,

I two was a little sceptical that my problem (which is the same as
yours) was related to hot plugging of batteries.

But the investigations above have shown that there is at least another
issue related to hotplug and the batteries.  So it seams a unlikely
coincidence that the two new issues with batteries are unrelated but
they may be.

Also, I think that devices are still hotplugged during boot as the
same/similar mechanism is used to detect hardware at startup as later
on.

-- 
Dual / Two Batteries, shutdown on empty expansion battery. (GPM does not 
recognises second battery on hotplug)
https://launchpad.net/bugs/60442

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


[Bug 60442] Re: Dual / Two Batteries, shutdown on empty expansion battery. (GPM does not recognises second battery on hotplug)

2006-10-07 Thread Greg Wilkins
This is two removals of the internal batter:

[EMAIL PROTECTED]:/home/gregw# acpi_listen 
battery BAT0 0081 
battery BAT0 0080 
battery BAT0 0081 0001
battery BAT0 0081 
battery BAT0 0080 
battery BAT0 0081 0001


I get no events for the ultrabay battery, but  I started with it not
in the machine.  

Next time I reboot I will see if the initial removal is seen

-- 
Dual / Two Batteries, shutdown on empty expansion battery. (GPM does not 
recognises second battery on hotplug)
https://launchpad.net/bugs/60442

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


[Bug 60442] Re: Dual / Two Batteries, shutdown on empty expansion battery. (GPM does not recognises second battery on hotplug)

2006-10-07 Thread Greg Wilkins
I restarted with the external battery inserted and now I see events for
it.

removal:
battery BAT1 0001 

insert:
battery BAT1 0001 0001


But unlike paul and unlike the internal battery, I only see a single event on 
insertion.

-- 
Dual / Two Batteries, shutdown on empty expansion battery. (GPM does not 
recognises second battery on hotplug)
https://launchpad.net/bugs/60442

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


[Bug 60442] Re: Dual / Two Batteries, shutdown on empty expansion battery.

2006-10-04 Thread Greg Wilkins
I can confirm this problem.
I have an IBM Thinkpad a30p which has run hoary and dapper without issue.
Once I upgraded to edgy the system will shutdown with no warning once one 
battery is empty.

Both batteries are new in the system and both have good capacity.  If
after the shutdown, I remove the empty battery, the machine is able to
boot and run on the other battery and I get the normal notification as
the power gets low.

-- 
Dual / Two Batteries, shutdown on empty expansion battery.
https://launchpad.net/bugs/60442

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


[Bug 60442] Re: Dual / Two Batteries, shutdown on empty expansion battery. (GPM only recognises first battery)

2006-10-04 Thread Greg Wilkins
I noticed the topic was changed to say GPM only recognises first
battery.

This is not the case.  Both acpi and gpm can see
both my batteries and I have attached a screen shot of the Device Information 
tab that shows it knows about both batteries.

However, the Charge History, Power History tabs do not appear to know
about two batteries

** Attachment added: Screen shot of Device Information on Power Info
   http://librarian.launchpad.net/4664479/Screenshot.png

-- 
Dual / Two Batteries, shutdown on empty expansion battery. (GPM only recognises 
first battery)
https://launchpad.net/bugs/60442

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