[Bug 1722060] Re: Some programs (e.g. Widelands) crash when playing sounds with sdl2 2.0.6

2018-01-08 Thread Quin
I wholeheartedly agree that libsdl2 should be updated, but from the
standpoint of an individual project it is bad publicity to have your
program crash on startup (and why we're all kind of mad that SDL did
this rewrite for a minor patch release). People often don't investigate
or understand that it isn't the fault of the project, but an underlying
library they know nothing about.

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

Title:
  Some programs (e.g. Widelands) crash when playing sounds with sdl2
  2.0.6

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

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

[Bug 1722060] Re: Some programs (e.g. Widelands) crash when playing sounds with sdl2 2.0.6

2018-01-07 Thread Quin
Hans: https://github.com/red-
eclipse/base/commit/70c19e9cf25b9e3aae9e97d391cecb8e8d24b52c

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

Title:
  Some programs (e.g. Widelands) crash when playing sounds with sdl2
  2.0.6

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

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

[Bug 1722060] Re: Some programs (e.g. Widelands) crash when playing sounds with sdl2 2.0.6

2018-01-02 Thread Quin
Red Eclipse is not affected by this bug as of v1.6.0 as we've added a
check for SDL v2.0.6 and disable sound output if it is detected.

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

Title:
  Some programs (e.g. Widelands) crash when playing sounds with sdl2
  2.0.6

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

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

Re: [Bug 1739981] Re: package samba 2:4.5.8+dfsg-0ubuntu0.17.04.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-12-28 Thread Quin Dennis
Thanks very much!  All better now!

On 12/28/2017 04:58 AM, Andreas Hasenack wrote:
> Thanks. Two things:
>
> a) you have an invalid setting in your /etc/samba/smb.conf file:
> $ testparm ./smb.conf
> Load smb config files from ./smb.conf
> rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
> set_variable_helper("false"): value is not boolean!
> Error loading services.
>
> It's this line:
> usershare owner only="false"
>
> You have to fix that.
>
> b) For non-AD samba services, the samba-ad-dc service must be masked
> (which is the default) and the other services must be enabled. So run
> these commands:
>
> sudo systemctl stop smbd.service nmbd.service winbind.service 
> samba-ad-dc.service
> sudo systemctl disable samba-ad-dc.service
> sudo systemctl mask samba-ad-dc.service
> sudo systemctl enable smbd.service nmbd.service
> sudo systemctl start smbd.service nmbd.service
>
> Then you can run these to fix the packaging side of things:
> sudo apt update
> sudo apt -f install
>

-- 
Quin Dennis | t: 512.216.2670  | c: 512.210.4595 


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

Title:
  package samba 2:4.5.8+dfsg-0ubuntu0.17.04.8 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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

Re: [Bug 1739981] Re: package samba 2:4.5.8+dfsg-0ubuntu0.17.04.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-12-27 Thread Quin Dennis
Hi Thanks,

I don't need AD, just went through several iterations trying to make it 
work.


  smbd.service - Samba SMB Daemon
    Loaded: loaded (/lib/systemd/system/smbd.service; disabled; vendor 
preset: en
    Active: inactive (dead)
  Docs: man:smbd(8)
    man:samba(7)
    man:smb.conf(5)

● samba-ad-dc.service - Samba Active Directory Domain Controller
    Loaded: loaded (/etc/systemd/system/samba-ad-dc.service; enabled; 
vendor pres
    Active: failed (Result: exit-code) since Sun 2017-12-24 15:37:35 
CST; 2 days
   Process: 19769 ExecStart=/usr/local/samba/sbin/samba -D (code=exited, 
status=2

Dec 24 15:37:35 q-ubuntu systemd[1]: Starting Samba Active Directory 
Domain Cont
Dec 24 15:37:35 q-ubuntu systemd[1]: samba-ad-dc.service: Control 
process exited
Dec 24 15:37:35 q-ubuntu systemd[1]: Failed to start Samba Active 
Directory Doma
Dec 24 15:37:35 q-ubuntu systemd[1]: samba-ad-dc.service: Unit entered 
failed st
Dec 24 15:37:35 q-ubuntu systemd[1]: samba-ad-dc.service: Failed with 
result 'ex
lines 1-17/17 (END)


On 12/26/2017 06:50 AM, Andreas Hasenack wrote:
> Thanks for filing this bug in Ubuntu.
>
> Could you please provide the following:
> - output of sudo systemctl status smbd.service nmbd.service 
> samba-ad-dc.service
> - all files from /var/log/samba that start with "log", i.e., 
> /var/log/samba/log*
> - your samba config file /etc/samba/smb.conf
>
> You seem to have configured samba to run as an AD server (that's the
> samba-ad-dc service) and that service has failed to start. I'll need the
> above information in order to diagnose the problem.
>
> Thanks!
>
>
> ** Changed in: samba (Ubuntu)
> Status: New => Incomplete
>

-- 
Quin Dennis | t: 512.216.2670  | c: 512.210.4595 



** Attachment added: "smb.conf"
   https://bugs.launchpad.net/bugs/1739981/+attachment/5027972/+files/smb.conf

** Attachment added: "sambaFiles.tar.gz"
   
https://bugs.launchpad.net/bugs/1739981/+attachment/5027973/+files/sambaFiles.tar.gz

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

Title:
  package samba 2:4.5.8+dfsg-0ubuntu0.17.04.8 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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

[Bug 1739981] [NEW] package samba 2:4.5.8+dfsg-0ubuntu0.17.04.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-12-24 Thread Quin Dennis
Public bug reported:

bug installing updates

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: samba 2:4.5.8+dfsg-0ubuntu0.17.04.8
ProcVersionSignature: Ubuntu 4.10.0-42.46-generic 4.10.17
Uname: Linux 4.10.0-42-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.4-0ubuntu4.9
Architecture: amd64
Date: Sun Dec 24 15:37:31 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2017-08-16 (130 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
RelatedPackageVersions:
 nautilus 1:3.20.4-0ubuntu2
 gvfs 1.30.4-0ubuntu1
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba 2:4.5.8+dfsg-0ubuntu0.17.04.8 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
upstart.nmbd.override: manual
upstart.smbd.override: manual

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


** Tags: amd64 apport-package zesty

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

Title:
  package samba 2:4.5.8+dfsg-0ubuntu0.17.04.8 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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

[Bug 1727581] Re: Segmentation fault on map loading (17.10)

2017-10-27 Thread Quin
Yeah, outdated version of SDL2 then.

Glad you had luck with our AppImage, have fun playing!

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

Title:
  Segmentation fault on map loading (17.10)

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

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

[Bug 1727581] Re: Segmentation fault on map loading (17.10)

2017-10-27 Thread Quin
Solved by using upstream AppImage. Requires SDL2 to be updated in the
distribution channels.

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

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/redeclipse/+question/660040

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

Title:
  Segmentation fault on map loading (17.10)

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

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

[Bug 1727581] Re: Segmentation fault on map loading (17.10)

2017-10-26 Thread Quin
We find this error is usually caused by an outdated version of SDL2.
Your OP says there's no upgrade log, have you tried: apt-get update &&
apt-get upgrade ?

Failing this, we have an unofficial AppImage which should bundle the
necessary libraries. See http://redeclipse.net/install

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

Title:
  Segmentation fault on map loading (17.10)

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

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

[Bug 1685647] [NEW] Upgrade to 17 doesn't work, gnome-terminal doesn't work

2017-04-23 Thread Quin Dennis
Public bug reported:

Ubuntu 16.10 (with Budgie) upgrade to 17 doesn't work (no graphics,
either USB live or Software Updater).

gnome-terminal stopped working, doesn't show (launch from Xterm - "Error 
constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error 
calling StartServiceByName for org.gnome.Terminal: Timeout was reached"
gnome-terminal: Version *** 3.20.2-1ubuntu5 500

** Affects: gnome-terminal (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/1685647

Title:
  Upgrade to 17 doesn't work, gnome-terminal doesn't work

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

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


[Bug 1299604] Re: evolution keeps asking for password

2017-03-27 Thread Quin Dennis
Ubuntu 16.10, using Thunderbird, Evolution won't stop asking for Google
credentials - BIG ISSUE

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

Title:
  evolution keeps asking for password

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

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


[Bug 1651769] Re: package redeclipse-common (not installed) failed to install/upgrade: trying to overwrite '/usr/share/doc/redeclipse/guidelines.txt', which is also in package redeclipse 1.5.1-2

2016-12-21 Thread Quin
It appears you're trying to use PlayDeb packages after installing Ubuntu
ones. Please uninstall your Ubuntu version before installing the one
from PlayDeb. For the package you're trying to install it appears the
command is: apt-get remove redeclipse-common

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

Title:
  package redeclipse-common (not installed) failed to install/upgrade:
  trying to overwrite '/usr/share/doc/redeclipse/guidelines.txt', which
  is also in package redeclipse 1.5.1-2

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

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


[Bug 1537539] [NEW] unable to upgrade ubuntu (cur ver: 14.04)

2016-01-24 Thread quin
Public bug reported:

Trying to upgrade to 15.10 from 14.04, however, no matter how many
different methods I try, I keep getting error codes, or it simply stops,
and nothing changes.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: ubuntu-release-upgrader-core 1:15.04.14.3
ProcVersionSignature: Ubuntu 3.16.0-60.80~14.04.1-generic 3.16.7-ckt22
Uname: Linux 3.16.0-60-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.8
Architecture: amd64
CrashDB: ubuntu
Date: Sun Jan 24 14:25:56 2016
InstallationDate: Installed on 2015-11-26 (59 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_CA:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to vivid on 2016-01-24 (0 days ago)
VarLogDistupgradeAptlog: Log time: 2016-01-24 14:25:55.229687

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


** Tags: amd64 apport-bug dist-upgrade third-party-packages vivid

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

Title:
  unable to upgrade ubuntu (cur ver: 14.04)

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

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


[Bug 1349063] Re: red eclipse crashes on start with SIGBUS (Bus Error)

2014-07-27 Thread Quin
Does the Red Eclipse client even support the armv7 architecture?

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

Title:
  red eclipse crashes on start with SIGBUS (Bus Error)

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

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


[Bug 1309635] [NEW] Error when upgrading from 13.10 to 14.4

2014-04-18 Thread Quin Suitor
Public bug reported:

When ubuntu tries to upgrade to 14.4 it finishes preparing to upgrade
and part way through the Setting software channels an error pops up
stating that it Could not calculate the upgrade

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubuntu-release-upgrader-core 1:0.205.5
ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
Uname: Linux 3.11.0-19-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
CrashDB: ubuntu
Date: Fri Apr 18 12:32:48 2014
InstallationDate: Installed on 2014-02-10 (67 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to saucy on 2014-04-18 (0 days ago)
VarLogDistupgradeTermlog:

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


** Tags: amd64 apport-bug dist-upgrade saucy third-party-packages

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

Title:
  Error when upgrading from 13.10 to 14.4

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

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


Re: [Bug 1082833] Re: Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines _DOD but not _DOS

2013-08-11 Thread Quin Wills
Hi Chris

Thanks for this. I've not had any further issues since I reported this last
year. Will wait until the next LTS before I do any more tinkering.

Cheers,
Quin


___

find me at http://uk.linkedin.com/pub/quin-wills/42/116/600
___


On 10 August 2013 06:03, Christopher M. Penalver 
christopher.m.penal...@gmail.com wrote:

 Quin Wills, as per
 http://www.dell.com/support/troubleshooting/us/en/19/Product/xps-15z an
 update is available for your BIOS (A12). If you update to this, does it
 change anything?

 If not, could you please both specify what happened, and provide the
 output of the following terminal command:
 sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

 Thank you for your understanding.

 ** Description changed:

 - Hello
 -
 - This issue seems (from a Google search) to have many manifestations
 - among DELL XPS users.
 -
 - My installation: 64bit Precise Pangolin on 64 bit XPS 15z Intel® Core™
 - i7-2640M. I am aware of the acpi=noirq situation, and follow the setup
 - here
 + I am aware of the acpi=noirq situation, and follow the setup here
   https://wiki.ubuntu.com/HardwareSupport/Machines/Laptops/Dell/XPS/15z

 - What happened: After an update this week, booting ended in a frozen
 black screen (exactly as has been reported before)
 - What I did: Out of frustration, a complete new installation (12.04).
 This worked just fine.
 - What happened next: update manager asked to do a kernel update. I
 obliged. My reward was the same black screen on reboot.
 - What is currently working: GRUB booting with 3.2.0-29-generic (not
 3.2.0-33-generic)
 - My BIOS: is a little over a year old (A06). Until there is a method to
 update my BIOS within Ubuntu where I am fairly sure it isn't going to cause
 me untold grief (and there is clear Canonical supporting documentation), I
 prefer not to update my BIOS.
 + What happened is after an update this week, booting ended in a frozen
 + black screen (exactly as has been reported before). Reinstalling 12.04
 + worked fine. However, after a kernel update, I got the same black screen
 + on reboot.

 - This seems like a big one guys. I am aware of the challenges with NVIDIA
 - etc. and feel it may be useful to at the very least clearly document
 - this messy ACPI situation. I'm not sure I would have spent the money I
 - did on this laptop knowing this (I'm not sure I would classify XPS 15z
 - as 'working' with Ubuntu). Apologies if I've missed something very
 - obvious.
 + Booting with 3.2.0-29-generic works (not 3.2.0-33-generic).

 - Thanks,
 - Quin
 - ---
 + ---
   AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
   ApportVersion: 2.0.1-0ubuntu15
   Architecture: amd64
   ArecordDevices:
 -   List of CAPTURE Hardware Devices 
 -  card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
 -Subdevices: 1/1
 -Subdevice #0: subdevice #0
 +   List of CAPTURE Hardware Devices 
 +  card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
 +Subdevices: 1/1
 +Subdevice #0: subdevice #0
   AudioDevicesInUse:
 -  USERPID ACCESS COMMAND
 -  /dev/snd/controlC0:  qilin  1835 F pulseaudio
 +  USERPID ACCESS COMMAND
 +  /dev/snd/controlC0:  qilin  1835 F pulseaudio
   Card0.Amixer.info:
 -  Card hw:0 'PCH'/'HDA Intel PCH at 0xf1c0 irq 27'
 -Mixer name : 'Intel CougarPoint HDMI'
 -Components : 'HDA:10ec0269,10280446,00100100
 HDA:80862805,80860101,0010'
 -Controls  : 25
 -Simple ctrls  : 12
 +  Card hw:0 'PCH'/'HDA Intel PCH at 0xf1c0 irq 27'
 +Mixer name : 'Intel CougarPoint HDMI'
 +Components : 'HDA:10ec0269,10280446,00100100
 HDA:80862805,80860101,0010'
 +Controls  : 25
 +Simple ctrls  : 12
   DistroRelease: Ubuntu 12.04
   HibernationDevice: RESUME=UUID=acf3443f-1c25-485a-ad13-30e9b6f570fb
   InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64
 (20120823.1)
   MachineType: Dell Inc. Dell System XPS 15Z
   MarkForUpload: True
   Package: linux (not installed)
   ProcEnviron:
 -  TERM=xterm
 -  PATH=(custom, no user)
 -  LANG=en_US.UTF-8
 -  SHELL=/bin/bash
 +  TERM=xterm
 +  PATH=(custom, no user)
 +  LANG=en_US.UTF-8
 +  SHELL=/bin/bash
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic
 root=UUID=9ea6e1cc-036a-4be5-9b2a-6c4982c9d71c ro acpi=noirq quiet splash
 vt.handoff=7
   ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
   RelatedPackageVersions:
 -  linux-restricted-modules-3.2.0-29-generic N/A
 -  linux-backports-modules-3.2.0-29-generic  N/A
 -  linux-firmware1.79.1
 +  linux-restricted-modules-3.2.0-29-generic N/A
 +  linux-backports-modules-3.2.0-29-generic  N/A
 +  linux-firmware1.79.1
   StagingDrivers: mei
   Tags:  precise running-unity staging
   Uname: Linux

[Bug 963919] Re: indicator applet ignores the 24-hour clock setting in system settings

2013-04-28 Thread Quin Eirik
Same here.  GNOME Classic under Ubuntu 12.10 – Indicator Applet Complete
12.10.1

Using  dconf-editor,  gconf-editor etc. has no effect on time format. In
dconf-editor one can change to display date, seconds etc. but time
format string has no effect.

This works: (Alt+F2 or in terminal)

XDG_CURRENT_DESKTOP=Unity gnome-control-center indicator-datetime

Select clock and 24 hour format.

Alos note that adding the Clock item to panel does not have this bug. It
is only for the one beside  Start in upper right corner.

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

Title:
  indicator applet ignores the 24-hour clock setting in system settings

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

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

[Bug 964492] Re: Cannot change clock to 24hs format in Gnome classic

2013-04-28 Thread Quin Eirik
Workaround (Ubuntu 12.10 GNOME Classic):

Alt+F2 or in terminal:

XDG_CURRENT_DESKTOP=Unity gnome-control-center indicator-datetime

Select clock and 24 hour format.

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

Title:
  Cannot change clock to 24hs format in Gnome classic

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/964492/+subscriptions

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


[Bug 1023166] Re: gm-notify stops updating

2013-01-28 Thread Quin Eirik
As a short fix you can do:
$ killall notification-daemon
when you recognize issue.

This will stop the notification-daemon and start it fresh on next
notification.

The problem is with notification-daemon. It has a hard-coded limit of
20. This is, AFAIK, how many messages can be in the queue
simultaneously.  Problem is that when notifications close by them selves
the queue is not updated properly.

However: If I _manually_ close each message, by clicking the [x] on the
notification, the g_hash_table_size(daemon-priv-queue) is updated. On
my system it seems to be a limit of 22 - or by some magic two of the
messages get removed.

A quick-hack (not a fix) is to run a script to kill the daemon on error.
E.g:

$HOME/bin/notify-limit-err-kill

[Code]:

#!/bin/bash

debug=0

dbus-monitor type='error' |
while read buf; do
((debug))  printf 2 MESSG: %-40s\n $buf
if [[ $buf == 'string Exceeded maximum number of notifications' ]]; 
then
killall notification-daemon
fi
done

[EOF Code]

$ chmod +x notify-limit-err-kill
And add it as a startup script (or launch it manually).

You will, however, by this, loose the one notification that caused the error.
I have a script for catching this as well, and re-transmitting after spawn of 
daemon - but code is a bit ugly ...

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

Title:
  gm-notify stops updating

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gm-notify/+bug/1023166/+subscriptions

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


[Bug 1023166] Re: gm-notify stops updating

2013-01-28 Thread Quin Eirik
Seems like gm-notify hangs after error. (Never used it before). So, to
extend the ugly hack-fix add something like:

killall gm-notify
sleep 3
gm-notify 

inside the if.

** Tags added: notification-daemon

** Tags added: gm-notify notification

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

Title:
  gm-notify stops updating

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gm-notify/+bug/1023166/+subscriptions

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


[Bug 1023166] Re: gm-notify stops updating

2013-01-28 Thread Quin Eirik
As gm-notify kill itself on startup the killall gm-notify is not
needed.

Simply add 
gm-notify 
inside the if and it takes care of the rest.

REF:
/usr/bn/gm-notify: line 60
class CheckMail():
def __init__(self):
'''initiates DBUS-Messaging interface, creates the MailChecker and 
registers with indicator-applet.
In the end it starts the periodic check timer and a gtk main-loop'''

# Kill running gm-notify processes (UGLY!)
subprocess.call(kill `pgrep -f gm-notify | grep -v %s` % os.getpid(), 
stdout=open(/dev/null, w), shell=True)
   ...

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

Title:
  gm-notify stops updating

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gm-notify/+bug/1023166/+subscriptions

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


[Bug 1105873] [NEW] apt-get fails to check status of mirrors

2013-01-26 Thread Quin Eirik
Public bug reported:

apt-get doesn't validate servers, and/or has far to long timeout.
Should seriously do some logic if server, index or other core files is 
unreachable.

E.g.:

 1  ~$ sudo apt-get install gnome-common
 2  Reading package lists...
 3  Building dependency tree...
 4  Reading state information...
 5  The following extra packages will be installed:
 6autopoint
 7  The following NEW packages will be installed:
 8autopoint gnome-common
 9  0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
10  Need to get 621 kB of archives.
11  After this operation, 883 kB of additional disk space will be used.
12  Do you want to continue [Y/n]? 
13  WARNING: The following packages cannot be authenticated!
14autopoint gnome-common
15  Install these packages without verification [y/N]? y
16   ^CExit code: 130

Warning of line 13 is presumably because auth. can't be downloaded.
Going to line 16 - here it hangs forever.

As there obviously is other mirrors - these are two bad and confusing
faults.

 1  $ apt-get source gnome-terminal
 2  Reading package lists... Done
 3  Building dependency tree   
 4  Reading state information... Done
 5  NOTICE: 'gnome-terminal' packaging is maintained in the 'Bzr' version 
control system at:
 6  http://code.launchpad.net/~ubuntu-desktop/gnome-terminal/ubuntu
 7  Please use:
 8  bzr branch 
http://code.launchpad.net/~ubuntu-desktop/gnome-terminal/ubuntu
 9  to retrieve the latest (possibly unreleased) updates to the package.
10  Need to get 1,893 kB of source archives.
11  0% [Connecting to no.archive.ubuntu.com (130.239.18.138)]
12  ...
13  0% [Waiting for headers]

Hangs on line 11, if you are lucky it enters line 13. Here is a complete
halt.

And: why does it say Please use: bzr branch http://code.launchpad.net
/~ubuntu-desktop/gnome-terminal/ubuntu when it is a git repo at
git://git.gnome.org/gnome-terminal?

Further (not a bug per se, but still) - Why does it say
no.archive.ubuntu.com when it is a Swedish server at the university of
Umeå?

$ dig no.archive.ubuntu.com

;  DiG 9.8.1-P1  no.archive.ubuntu.com
;; global options: +cmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 21573
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 4, ADDITIONAL: 0

;; QUESTION SECTION:
;no.archive.ubuntu.com. IN  A

;; ANSWER SECTION:
no.archive.ubuntu.com.  141 IN  CNAME   ftp.acc.umu.se.
ftp.acc.umu.se. 141 IN  A   130.239.18.138
ftp.acc.umu.se. 141 IN  A   130.239.18.137

;; AUTHORITY SECTION:
umu.se. 52338   IN  NS  sunic.sunet.se.
umu.se. 52338   IN  NS  ns1.umu.se.
umu.se. 52338   IN  NS  dns.norrnod.se.
umu.se. 52338   IN  NS  ns2.umu.se.

;; Query time: 1 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Sat Jan 26 05:46:56 2013
;; MSG SIZE  rcvd: 187

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


** Tags: apt apt-get mirrors

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

Title:
  apt-get fails to check status of mirrors

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

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

[Bug 1105873] Re: apt-get fails to check status of mirrors

2013-01-26 Thread Quin Eirik
Wanted to delete. No delete option?  Guess it is more of a inconvenience
then a bug.

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

** Description changed:

- apt-get doesn't validate servers, and/or has far to long timeout.
- Should seriously do some logic if server, index or other core files is 
unreachable.
- 
- E.g.:
- 
-  1~$ sudo apt-get install gnome-common
-  2Reading package lists...
-  3Building dependency tree...
-  4Reading state information...
-  5The following extra packages will be installed:
-  6  autopoint
-  7The following NEW packages will be installed:
-  8  autopoint gnome-common
-  90 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
- 10Need to get 621 kB of archives.
- 11After this operation, 883 kB of additional disk space will be 
used.
- 12Do you want to continue [Y/n]? 
- 13WARNING: The following packages cannot be authenticated!
- 14  autopoint gnome-common
- 15Install these packages without verification [y/N]? y
- 16   ^CExit code: 130
- 
- Warning of line 13 is presumably because auth. can't be downloaded.
- Going to line 16 - here it hangs forever.
- 
- As there obviously is other mirrors - these are two bad and confusing
- faults.
- 
-  1$ apt-get source gnome-terminal
-  2Reading package lists... Done
-  3Building dependency tree   
-  4Reading state information... Done
-  5NOTICE: 'gnome-terminal' packaging is maintained in the 'Bzr' 
version control system at:
-  6http://code.launchpad.net/~ubuntu-desktop/gnome-terminal/ubuntu
-  7Please use:
-  8bzr branch 
http://code.launchpad.net/~ubuntu-desktop/gnome-terminal/ubuntu
-  9to retrieve the latest (possibly unreleased) updates to the 
package.
- 10Need to get 1,893 kB of source archives.
- 110% [Connecting to no.archive.ubuntu.com (130.239.18.138)]
- 12...
- 130% [Waiting for headers]
- 
- Hangs on line 11, if you are lucky it enters line 13. Here is a complete
- halt.
- 
- And: why does it say Please use: bzr branch http://code.launchpad.net
- /~ubuntu-desktop/gnome-terminal/ubuntu when it is a git repo at
- git://git.gnome.org/gnome-terminal?
- 
- Further (not a bug per se, but still) - Why does it say
- no.archive.ubuntu.com when it is a Swedish server at the university of
- Umeå?
- 
- $ dig no.archive.ubuntu.com
- 
- ;  DiG 9.8.1-P1  no.archive.ubuntu.com
- ;; global options: +cmd
- ;; Got answer:
- ;; -HEADER- opcode: QUERY, status: NOERROR, id: 21573
- ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 4, ADDITIONAL: 0
- 
- ;; QUESTION SECTION:
- ;no.archive.ubuntu.com.   IN  A
- 
- ;; ANSWER SECTION:
- no.archive.ubuntu.com.141 IN  CNAME   ftp.acc.umu.se.
- ftp.acc.umu.se.   141 IN  A   130.239.18.138
- ftp.acc.umu.se.   141 IN  A   130.239.18.137
- 
- ;; AUTHORITY SECTION:
- umu.se.   52338   IN  NS  sunic.sunet.se.
- umu.se.   52338   IN  NS  ns1.umu.se.
- umu.se.   52338   IN  NS  dns.norrnod.se.
- umu.se.   52338   IN  NS  ns2.umu.se.
- 
- ;; Query time: 1 msec
- ;; SERVER: 127.0.0.1#53(127.0.0.1)
- ;; WHEN: Sat Jan 26 05:46:56 2013
- ;; MSG SIZE  rcvd: 187
+ Deleted.

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

Title:
  apt-get fails to check status of mirrors

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

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

[Bug 1105873] Re: apt-get fails to check status of mirrors

2013-01-26 Thread Quin Eirik
** Tags removed: apt-get mirrors

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

Title:
  apt-get fails to check status of mirrors

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

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


Re: [Bug 1082833] Re: Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines _DOD but not _DOS

2012-12-11 Thread Quin Wills
You rock Poloh. Thanks, that does indeed work. And I'm glad to see that the
hardware wiki page has also been updated.

Grateful,
Quin

___

find me at http://uk.linkedin.com/pub/quin-wills/42/116/600
___



On 11 December 2012 10:36, Poloh 1082...@bugs.launchpad.net wrote:

 With kernel = 3.2.0-32, uses acpi=noirq

 With kernel = 3.2.0-33, uses acpi_backlight=vendor
 dell_laptop.backlight=0

 You have just to modify the /etc/default/grub file with that parameters,
 then update-grub, reboot and enjoy...

 It's working :)

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

 Title:
   Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
   _DOD but not _DOS

 Status in “linux” package in Ubuntu:
   Confirmed

 Bug description:
   Hello

   This issue seems (from a Google search) to have many manifestations
   among DELL XPS users.

   My installation: 64bit Precise Pangolin on 64 bit XPS 15z Intel® Core™
   i7-2640M. I am aware of the acpi=noirq situation, and follow the setup
   here
   https://wiki.ubuntu.com/HardwareSupport/Machines/Laptops/Dell/XPS/15z

   What happened: After an update this week, booting ended in a frozen
 black screen (exactly as has been reported before)
   What I did: Out of frustration, a complete new installation (12.04).
 This worked just fine.
   What happened next: update manager asked to do a kernel update. I
 obliged. My reward was the same black screen on reboot.
   What is currently working: GRUB booting with 3.2.0-29-generic (not
 3.2.0-33-generic)
   My BIOS: is a little over a year old (A06). Until there is a method to
 update my BIOS within Ubuntu where I am fairly sure it isn't going to cause
 me untold grief (and there is clear Canonical supporting documentation), I
 prefer not to update my BIOS.

   This seems like a big one guys. I am aware of the challenges with
   NVIDIA etc. and feel it may be useful to at the very least clearly
   document this messy ACPI situation. I'm not sure I would have spent
   the money I did on this laptop knowing this (I'm not sure I would
   classify XPS 15z as 'working' with Ubuntu). Apologies if I've missed
   something very obvious.

   Thanks,
   Quin
   ---
   AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
   ApportVersion: 2.0.1-0ubuntu15
   Architecture: amd64
   ArecordDevices:
 List of CAPTURE Hardware Devices 
card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  qilin  1835 F pulseaudio
   Card0.Amixer.info:
Card hw:0 'PCH'/'HDA Intel PCH at 0xf1c0 irq 27'
  Mixer name : 'Intel CougarPoint HDMI'
  Components : 'HDA:10ec0269,10280446,00100100
 HDA:80862805,80860101,0010'
  Controls  : 25
  Simple ctrls  : 12
   DistroRelease: Ubuntu 12.04
   HibernationDevice: RESUME=UUID=acf3443f-1c25-485a-ad13-30e9b6f570fb
   InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64
 (20120823.1)
   MachineType: Dell Inc. Dell System XPS 15Z
   MarkForUpload: True
   Package: linux (not installed)
   ProcEnviron:
TERM=xterm
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic
 root=UUID=9ea6e1cc-036a-4be5-9b2a-6c4982c9d71c ro acpi=noirq quiet splash
 vt.handoff=7
   ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
   RelatedPackageVersions:
linux-restricted-modules-3.2.0-29-generic N/A
linux-backports-modules-3.2.0-29-generic  N/A
linux-firmware1.79.1
   StagingDrivers: mei
   Tags:  precise running-unity staging
   Uname: Linux 3.2.0-29-generic x86_64
   UpgradeStatus: No upgrade log present (probably fresh install)
   UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
   dmi.bios.date: 09/17/2011
   dmi.bios.vendor: Dell Inc.
   dmi.bios.version: A06
   dmi.board.name: 00WW5M
   dmi.board.vendor: Dell Inc.
   dmi.board.version: A00
   dmi.chassis.type: 8
   dmi.chassis.vendor: Dell Inc.
   dmi.chassis.version: 0.1
   dmi.modalias:
 dmi:bvnDellInc.:bvrA06:bd09/17/2011:svnDellInc.:pnDellSystemXPS15Z:pvr:rvnDellInc.:rn00WW5M:rvrA00:cvnDellInc.:ct8:cvr0.1:
   dmi.product.name: Dell System XPS 15Z
   dmi.sys.vendor: Dell Inc.

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


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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

To manage notifications about this bug go to:
https://bugs.launchpad.net

[Bug 1082833] Re: Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines _DOD but not _DOS

2012-12-10 Thread Quin Wills
Hello all

What's the update with this? I've tried what was said and still only
3.2.0-29 works.

Quin

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

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] Re: Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines _DOD but not _DOS

2012-11-26 Thread Quin Wills
apport information

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

** Description changed:

  Hello
  
  This issue seems (from a Google search) to have many manifestations
  among DELL XPS users.
  
  My installation: 64bit Precise Pangolin on 64 bit XPS 15z Intel® Core™
  i7-2640M. I am aware of the acpi=noirq situation, and follow the setup
  here
  https://wiki.ubuntu.com/HardwareSupport/Machines/Laptops/Dell/XPS/15z
  
  What happened: After an update this week, booting ended in a frozen black 
screen (exactly as has been reported before)
  What I did: Out of frustration, a complete new installation (12.04). This 
worked just fine.
  What happened next: update manager asked to do a kernel update. I obliged. My 
reward was the same black screen on reboot.
  What is currently working: GRUB booting with 3.2.0-29-generic (not 
3.2.0-33-generic)
  My BIOS: is a little over a year old (A06). Until there is a method to update 
my BIOS within Ubuntu where I am fairly sure it isn't going to cause me untold 
grief (and there is clear Canonical supporting documentation), I prefer not to 
update my BIOS. 
  
  This seems like a big one guys. I am aware of the challenges with NVIDIA
  etc. and feel it may be useful to at the very least clearly document
  this messy ACPI situation. I'm not sure I would have spent the money I
  did on this laptop knowing this (I'm not sure I would classify XPS 15z
  as 'working' with Ubuntu). Apologies if I've missed something very
  obvious.
  
  Thanks,
  Quin
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 2.0.1-0ubuntu15
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  qilin  1835 F pulseaudio
+ Card0.Amixer.info:
+  Card hw:0 'PCH'/'HDA Intel PCH at 0xf1c0 irq 27'
+Mixer name : 'Intel CougarPoint HDMI'
+Components : 'HDA:10ec0269,10280446,00100100 
HDA:80862805,80860101,0010'
+Controls  : 25
+Simple ctrls  : 12
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=acf3443f-1c25-485a-ad13-30e9b6f570fb
+ InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
+ MachineType: Dell Inc. Dell System XPS 15Z
+ MarkForUpload: True
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic 
root=UUID=9ea6e1cc-036a-4be5-9b2a-6c4982c9d71c ro acpi=noirq quiet splash 
vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
+ RelatedPackageVersions:
+  linux-restricted-modules-3.2.0-29-generic N/A
+  linux-backports-modules-3.2.0-29-generic  N/A
+  linux-firmware1.79.1
+ StagingDrivers: mei
+ Tags:  precise running-unity staging
+ Uname: Linux 3.2.0-29-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ dmi.bios.date: 09/17/2011
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A06
+ dmi.board.name: 00WW5M
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A00
+ dmi.chassis.type: 8
+ dmi.chassis.vendor: Dell Inc.
+ dmi.chassis.version: 0.1
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd09/17/2011:svnDellInc.:pnDellSystemXPS15Z:pvr:rvnDellInc.:rn00WW5M:rvrA00:cvnDellInc.:ct8:cvr0.1:
+ dmi.product.name: Dell System XPS 15Z
+ dmi.sys.vendor: Dell Inc.

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/1082833/+attachment/3444619/+files/AcpiTables.txt

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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

[Bug 1082833] BootDmesg.txt

2012-11-26 Thread Quin Wills
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1082833/+attachment/3444622/+files/BootDmesg.txt

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] AplayDevices.txt

2012-11-26 Thread Quin Wills
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/1082833/+attachment/3444621/+files/AplayDevices.txt

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] CRDA.txt

2012-11-26 Thread Quin Wills
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1082833/+attachment/3444623/+files/CRDA.txt

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] Card0.Amixer.values.txt

2012-11-26 Thread Quin Wills
apport information

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

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


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

2012-11-26 Thread Quin Wills
apport information

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

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] Card0.Codecs.codec.3.txt

2012-11-26 Thread Quin Wills
apport information

** Attachment added: Card0.Codecs.codec.3.txt
   
https://bugs.launchpad.net/bugs/1082833/+attachment/3444626/+files/Card0.Codecs.codec.3.txt

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] CurrentDmesg.txt

2012-11-26 Thread Quin Wills
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1082833/+attachment/3444627/+files/CurrentDmesg.txt

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] IwConfig.txt

2012-11-26 Thread Quin Wills
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1082833/+attachment/3444628/+files/IwConfig.txt

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] Lspci.txt

2012-11-26 Thread Quin Wills
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1082833/+attachment/3444629/+files/Lspci.txt

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] Lsusb.txt

2012-11-26 Thread Quin Wills
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1082833/+attachment/3444630/+files/Lsusb.txt

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] PciMultimedia.txt

2012-11-26 Thread Quin Wills
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/1082833/+attachment/3444631/+files/PciMultimedia.txt

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] ProcCpuinfo.txt

2012-11-26 Thread Quin Wills
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1082833/+attachment/3444632/+files/ProcCpuinfo.txt

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] ProcInterrupts.txt

2012-11-26 Thread Quin Wills
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1082833/+attachment/3444633/+files/ProcInterrupts.txt

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] ProcModules.txt

2012-11-26 Thread Quin Wills
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1082833/+attachment/3444634/+files/ProcModules.txt

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] PulseList.txt

2012-11-26 Thread Quin Wills
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1082833/+attachment/3444635/+files/PulseList.txt

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] RfKill.txt

2012-11-26 Thread Quin Wills
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1082833/+attachment/3444636/+files/RfKill.txt

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] UdevDb.txt

2012-11-26 Thread Quin Wills
apport information

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] UdevLog.txt

2012-11-26 Thread Quin Wills
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1082833/+attachment/3444638/+files/UdevLog.txt

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] WifiSyslog.txt

2012-11-26 Thread Quin Wills
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1082833/+attachment/3444639/+files/WifiSyslog.txt

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


[Bug 1082833] AlsaDevices.txt

2012-11-26 Thread Quin Wills
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/1082833/+attachment/3444620/+files/AlsaDevices.txt

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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


Re: [Bug 1082833] Re: Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines _DOD but not _DOS

2012-11-26 Thread Quin Wills
I will do, but please could you confirm if it really is Raring that you
want me to install? I'm only running that latest LTS (Precise).

Also, you only mention the image and image-extra. What about the
headers?

If you wouldn't mind confirming by pointing me to the index page of the
version you'd like (and mention if I should also install the headers), I'll
do that.

Thanks,
Quin


___

find me at http://uk.linkedin.com/pub/quin-wills/42/116/600
___



On 26 November 2012 11:16, Joseph Salisbury
joseph.salisb...@canonical.comwrote:

 Would it be possible for you to test the latest upstream kernel?  Refer
 to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
 v3.7 kernel[0] (Not a kernel in the daily directory) and install both
 the linux-image and linux-image-extra .deb packages.

 If this bug is fixed in the mainline kernel, please add the following
 tag 'kernel-fixed-upstream'.

 If the mainline kernel does not fix this bug, please add the tag:
 'kernel-bug-exists-upstream'.

 If you are unable to test the mainline kernel, for example it will not
 boot, please add the tag: 'kernel-unable-to-test-upstream'.
 Once testing of the upstream kernel is complete, please mark this bug as
 Confirmed.


 Thanks in advance.

 [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.7-rc6-raring/

 ** Changed in: linux (Ubuntu)
Importance: Undecided = Medium

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

 Title:
   Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
   _DOD but not _DOS

 Status in “linux” package in Ubuntu:
   Incomplete

 Bug description:
   Hello

   This issue seems (from a Google search) to have many manifestations
   among DELL XPS users.

   My installation: 64bit Precise Pangolin on 64 bit XPS 15z Intel® Core™
   i7-2640M. I am aware of the acpi=noirq situation, and follow the setup
   here
   https://wiki.ubuntu.com/HardwareSupport/Machines/Laptops/Dell/XPS/15z

   What happened: After an update this week, booting ended in a frozen
 black screen (exactly as has been reported before)
   What I did: Out of frustration, a complete new installation (12.04).
 This worked just fine.
   What happened next: update manager asked to do a kernel update. I
 obliged. My reward was the same black screen on reboot.
   What is currently working: GRUB booting with 3.2.0-29-generic (not
 3.2.0-33-generic)
   My BIOS: is a little over a year old (A06). Until there is a method to
 update my BIOS within Ubuntu where I am fairly sure it isn't going to cause
 me untold grief (and there is clear Canonical supporting documentation), I
 prefer not to update my BIOS.

   This seems like a big one guys. I am aware of the challenges with
   NVIDIA etc. and feel it may be useful to at the very least clearly
   document this messy ACPI situation. I'm not sure I would have spent
   the money I did on this laptop knowing this (I'm not sure I would
   classify XPS 15z as 'working' with Ubuntu). Apologies if I've missed
   something very obvious.

   Thanks,
   Quin

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


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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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

[Bug 1082833] [NEW] Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines _DOD but not _DOS

2012-11-24 Thread Quin Wills
Public bug reported:

Hello

This issue seems (from a Google search) to have many manifestations
among DELL XPS users.

My installation: 64bit Precise Pangolin on 64 bit XPS 15z Intel® Core™
i7-2640M. I am aware of the acpi=noirq situation, and follow the setup
here
https://wiki.ubuntu.com/HardwareSupport/Machines/Laptops/Dell/XPS/15z

What happened: After an update this week, booting ended in a frozen black 
screen (exactly as has been reported before)
What I did: Out of frustration, a complete new installation (12.04). This 
worked just fine.
What happened next: update manager asked to do a kernel update. I obliged. My 
reward was the same black screen on reboot.
What is currently working: GRUB booting with 3.2.0-29-generic (not 
3.2.0-33-generic)
My BIOS: is a little over a year old (A06). Until there is a method to update 
my BIOS within Ubuntu where I am fairly sure it isn't going to cause me untold 
grief (and there is clear Canonical supporting documentation), I prefer not to 
update my BIOS. 

This seems like a big one guys. I am aware of the challenges with NVIDIA
etc. and feel it may be useful to at the very least clearly document
this messy ACPI situation. I'm not sure I would have spent the money I
did on this laptop knowing this (I'm not sure I would classify XPS 15z
as 'working' with Ubuntu). Apologies if I've missed something very
obvious.

Thanks,
Quin

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  Failed XPS 15z boot, producing: [Firmware Bug] ACPI(PEPG) defines
  _DOD but not _DOS

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

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

[Bug 1024168] Re: dconf-editor not reflecting set entries.

2012-11-19 Thread Quin Eirik
Ubuntu 12.10;

I.e.:  
gsettings get org.gnome.desktop.wm.preferences button-layout
'close,minimize,maximize:'

In dconf-editor:
button-layout  :minimize,maximize,close

Actuall used is that of gsettings.

If one go to editmode for key value in dconf-editor and enter (the
default) :minimize,maximize,close - actually used get changed to that
value. Then if one select [Set to default] the bold indicator showing it
has been edited is reset, value is the same - still
:minimize,maximize,close - but actually used is close,minimize,maximize:

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

Title:
  dconf-editor not reflecting set entries.

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

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


Re: [Bug 683346] Evolution with OWA doesn't see contacts, partial calendar

2011-06-09 Thread Quin Dennis
Don't know, I gave up on Evolution months ago.  I use Thunderbird now.

On Thu, Jun 2, 2011 at 3:04 PM, Pedro Villavicencio
pe...@ubuntu.comwrote:

 Thanks for your bug report. Is this still an issue with the latest
 release of Ubuntu the Natty Narwhal? May you please check and comment
 back? Thanks in advance!.

 ** Changed in: evolution (Ubuntu)
   Importance: Undecided = Low

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

 --
 You received this bug notification because you are a direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/683346

 Title:
  Evolution with OWA doesn't see contacts, partial calendar

 Status in “evolution” package in Ubuntu:
  Incomplete

 Bug description:
  Binary package hint: evolution

  was able to see contacts, now can't on 10.10.  Calendar doesn't show
  all events.  Editing account generates a message about 'can't read out
  of office...'.

  Evolution hangs quite often, often having to be killed

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: evolution 2.30.3-1ubuntu7.1
  ProcVersionSignature: Ubuntu 2.6.35-23.40-generic-pae 2.6.35.7
  Uname: Linux 2.6.35-23-generic-pae i686
  NonfreeKernelModules: wl
  Architecture: i386
  Date: Tue Nov 30 14:15:39 2010
  ExecutablePath: /usr/bin/evolution
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386
 (20100816.1)
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_US.UTF-8
  SourcePackage: evolution

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



-- 
*Rockwell* *Automation* http://www.rockwellsoftware.com
Quin Dennis | t: 512.392.8619 | c: 512.299.6554 | Process Technology
Consultant

*Confidentiality Notice: *This e-mail is for the sole use of the intended
recipient and contains confidential information.  Any
unauthorized review, use, disclosure or distribution is prohibited.  If you
are not the intended recipient, please
contact the sender by reply email and destroy all copies of the original
message.

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

Title:
  Evolution with OWA doesn't see contacts, partial calendar

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

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

[Bug 685543] Re: Doesn't show contacts - OWA

2011-01-10 Thread Quin Dennis
Latest changes for 10.10 - :-)

Everything works  Mail, Calendar, Contacts  I love it

Don't change anything!!!  (just kidding, but please,
don't break anything)

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

Title:
  Doesn't show contacts - OWA

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


[Bug 685543] Re: Doesn't show contacts - OWA

2011-01-10 Thread Quin Dennis
Oops!  I was too hasty.

It only works for a few minutes, then it's broke again.

So please DO change something.  Make it work!!!

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

Title:
  Doesn't show contacts - OWA

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


[Bug 631395] Re: When upgrading from 10.04 to 10.10, exchange mail accounts no longer work in Evolution. When clicking the account, the folder structure won't expand and the account does not send or r

2011-01-04 Thread Quin Dennis
Great, with the latest update not only are Contacts broken but Calendar
as well.

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

Title:
  When upgrading from 10.04 to 10.10, exchange mail accounts no longer work in 
Evolution. When clicking the account, the folder structure won't expand and the 
account does not send or receive e-mail (although) it does appear in the 
send/receive dialog box. 

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


[Bug 685543] Re: Doesn't show contacts - OWA

2011-01-04 Thread Quin Dennis
10.04 evolution works fine, almost

10.10 evolution doesn't

with the latest update tonight, now Contacts AND Calendars from exchange
are broken.


Nice!

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

Title:
  Doesn't show contacts - OWA

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


[Bug 631395] Re: When upgrading from 10.04 to 10.10, exchange mail accounts no longer work in Evolution. When clicking the account, the folder structure won't expand and the account does not send or r

2010-12-27 Thread Quin Dennis
Still busted here.. Evo 2.30.3, Ubuntu 10.10

Fetches email, calendar works, contacts totally broken... no exchange
contacts, no local contacts

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

Title:
  When upgrading from 10.04 to 10.10, exchange mail accounts no longer work in 
Evolution. When clicking the account, the folder structure won't expand and the 
account does not send or receive e-mail (although) it does appear in the 
send/receive dialog box. 

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


[Bug 631395] Re: When upgrading from 10.04 to 10.10, exchange mail accounts no longer work in Evolution. When clicking the account, the folder structure won't expand and the account does not send or r

2010-12-27 Thread Quin Dennis
Created a 10.04 VirtualBox, it all works fine there.  What's up with
10.10?

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

Title:
  When upgrading from 10.04 to 10.10, exchange mail accounts no longer work in 
Evolution. When clicking the account, the folder structure won't expand and the 
account does not send or receive e-mail (although) it does appear in the 
send/receive dialog box. 

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


[Bug 631395] Re: When upgrading from 10.04 to 10.10, exchange mail accounts no longer work in Evolution. When clicking the account, the folder structure won't expand and the account does not send or r

2010-12-27 Thread Quin Dennis
10.04, Evolution - if an address book name contains a space, setting it
to copy content locally generates a Folder does not exist error.

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

Title:
  When upgrading from 10.04 to 10.10, exchange mail accounts no longer work in 
Evolution. When clicking the account, the folder structure won't expand and the 
account does not send or receive e-mail (although) it does appear in the 
send/receive dialog box. 

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


[Bug 685543] Re: Doesn't show contacts - OWA

2010-12-26 Thread Quin Dennis
I installed a new copy of Ubuntu in a VirtualBox and set up Evolution to
hit my OWA server.  It seemed to work for about 10 minutes, now it is
hopelessly screwed up as well.

I deleted the .evolution folder and restarted.  It still shows my old
setup (account), just not the emails (which it downloaded again).  Now
contacts has the 'ghost list' of address books from the older account
and a duplicate list from the second account pointing to the same email
server, and neither set works!

Is this really supposed to work with OWA 2003?

Is there any REAL replacement for Outlook in Linux?

Are we hopelessly bound to Windows?

Is there anybody out there   - Pink Floyd

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

Title:
  Doesn't show contacts - OWA

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


[Bug 685543] Re: Doesn't show contacts - OWA

2010-12-21 Thread Quin Dennis
Still quite broken.

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

Title:
  Doesn't show contacts - OWA

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


[Bug 685543] Re: Doesn't show contacts - OWA

2010-12-17 Thread Quin Dennis
Still a big issue, making Evolution unusable.  Too Bad!

Composing email, typing contact, it freezes for over a minute.

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

Title:
  Doesn't show contacts - OWA

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


[Bug 685543] Re: Doesn't show contacts - OWA

2010-12-10 Thread Quin Dennis
Hello,

Still, no contacts.

Any attempt to fix this, of any acknowledgement of receipt of this bug
report would be well received.

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

Title:
  Doesn't show contacts - OWA

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


[Bug 685543] Re: Doesn't show contacts - OWA

2010-12-09 Thread Quin Dennis
Interesting, for a few minutes this morning, both actually worked, email
and contacts.

But, alas, it is now back to timing out, not showing contacts, and
essentially timing out on fetching emails.

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

Title:
  Doesn't show contacts - OWA

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


[Bug 685543] Re: Doesn't show contacts - OWA

2010-12-08 Thread Quin Dennis
Hey, progress --- in both directions.   Contacts now appear but email
doesn't.

It would really be nice to have both Contacts AND Email working at the
same time.

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

Title:
  Doesn't show contacts - OWA

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


[Bug 685543] [NEW] Doesn't show contacts - OWA

2010-12-05 Thread Quin Dennis
Public bug reported:

Binary package hint: evolution

Selecting the CONTACTS view, selecting a contacts folder, Evolution
freezes for about 15 seconds, but never retrieves contacts.  Same freeze
behavior when trying to access contact folder properties.  Removing
Copy book content does allow Properties dialog to come up instantly,
but this setting has no effect on showing content.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: evolution 2.30.3-1ubuntu7.1
ProcVersionSignature: Ubuntu 2.6.35-23.41-generic-pae 2.6.35.7
Uname: Linux 2.6.35-23-generic-pae i686
NonfreeKernelModules: wl
Architecture: i386
Date: Sun Dec  5 09:19:32 2010
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
SourcePackage: evolution

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


** Tags: apport-bug i386 maverick

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

Title:
  Doesn't show contacts - OWA

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


[Bug 685543] Re: Doesn't show contacts - OWA

2010-12-05 Thread Quin Dennis


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

Title:
  Doesn't show contacts - OWA

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


[Bug 631395] Re: When upgrading from 10.04 to 10.10, exchange mail accounts no longer work in Evolution. When clicking the account, the folder structure won't expand and the account does not send or r

2010-12-02 Thread Quin Dennis
32 Bit Maverick 10.10 Here, Folders expand, Clicking Contacts Freezes
for a while then doesn't show contacts

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

Title:
  When upgrading from 10.04 to 10.10, exchange mail accounts no longer work in 
Evolution. When clicking the account, the folder structure won't expand and the 
account does not send or receive e-mail (although) it does appear in the 
send/receive dialog box. 

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


[Bug 683346] Re: Evolution with OWA doesn't see contacts, partial calendar

2010-12-01 Thread Quin Dennis
Fixed in last night's updates  12-1-2010

** Changed in: evolution (Ubuntu)
   Status: New = Fix Released

-- 
Evolution with OWA doesn't see contacts, partial calendar
https://bugs.launchpad.net/bugs/683346
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 683346] Re: Evolution with OWA doesn't see contacts, partial calendar

2010-12-01 Thread Quin Dennis
Was fixed, now broken again.  Doesn't show contacts.  Definitely broken
when adding contacts to a new email, seems to break the whole contact
system.

After trying to add contact to an email (To:), can no longer see any
contacts, even though contact lists are marked to be used 'offline'.

** Changed in: evolution (Ubuntu)
   Status: Fix Released = New

-- 
Evolution with OWA doesn't see contacts, partial calendar
https://bugs.launchpad.net/bugs/683346
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 683346] [NEW] Evolution with OWA doesn't see contacts, partial calendar

2010-11-30 Thread Quin Dennis
Public bug reported:

Binary package hint: evolution

was able to see contacts, now can't on 10.10.  Calendar doesn't show all
events.  Editing account generates a message about 'can't read out of
office...'.

Evolution hangs quite often, often having to be killed

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: evolution 2.30.3-1ubuntu7.1
ProcVersionSignature: Ubuntu 2.6.35-23.40-generic-pae 2.6.35.7
Uname: Linux 2.6.35-23-generic-pae i686
NonfreeKernelModules: wl
Architecture: i386
Date: Tue Nov 30 14:15:39 2010
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
SourcePackage: evolution

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


** Tags: apport-bug i386 maverick

-- 
Evolution with OWA doesn't see contacts, partial calendar
https://bugs.launchpad.net/bugs/683346
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 683346] Re: Evolution with OWA doesn't see contacts, partial calendar

2010-11-30 Thread Quin Dennis


-- 
Evolution with OWA doesn't see contacts, partial calendar
https://bugs.launchpad.net/bugs/683346
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 466116] Re: package python-gtk2 2.14.1-1ubuntu1 failed to install/upgrade:

2010-05-04 Thread Simon Quin
Yes, I updated through Update manager but it was ages ago now and I don't
have any more details sorry.

On 1 May 2010 03:59, Rolf Leggewie launchpad@rolf.leggewie.biz
wrote:

 We can't really do anything about this without further information.  I'm
 closing the ticket, but feel free to reopen if it's still an issue and
 you can give more details.  Please continue to report problems.

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

 --
 package python-gtk2 2.14.1-1ubuntu1 failed to install/upgrade:
 https://bugs.launchpad.net/bugs/466116
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “pygtk” package in Ubuntu: Incomplete

 Bug description:
 upgrading from 9.04 to 9.10 gave this message and said system may be
 unusable and that a recovery would have to run.

 ProblemType: Package
 Architecture: i386
 Date: Sat Oct 31 00:37:01 2009
 DistroRelease: Ubuntu 9.10
 ErrorMessage:
  ErrorMessage: package python-gtk2 is already installed and configured
 Package: python-gtk2 2.14.1-1ubuntu1
 ProcVersionSignature: Ubuntu 2.6.28-16.55-generic
 SourcePackage: pygtk
 Title: package python-gtk2 2.14.1-1ubuntu1 failed to install/upgrade:
 Uname: Linux 2.6.28-16-generic i686

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


-- 
package python-gtk2 2.14.1-1ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/466116
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 268656] Re: not able to send or receive mail!!!!!!!!!!!!!1

2010-03-19 Thread rich quin
is there a solution to this? Please advice asap.

-- 
not able to send or receive mail!1
https://bugs.launchpad.net/bugs/268656
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 466116] [NEW] package python-gtk2 2.14.1-1ubuntu1 failed to install/upgrade:

2009-10-31 Thread Simon Quin
Public bug reported:

upgrading from 9.04 to 9.10 gave this message and said system may be
unusable and that a recovery would have to run.

ProblemType: Package
Architecture: i386
Date: Sat Oct 31 00:37:01 2009
DistroRelease: Ubuntu 9.10
ErrorMessage:
 ErrorMessage: package python-gtk2 is already installed and configured
Package: python-gtk2 2.14.1-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.28-16.55-generic
SourcePackage: pygtk
Title: package python-gtk2 2.14.1-1ubuntu1 failed to install/upgrade:
Uname: Linux 2.6.28-16-generic i686

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


** Tags: apport-package i386

-- 
package python-gtk2 2.14.1-1ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/466116
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 466116] Re: package python-gtk2 2.14.1-1ubuntu1 failed to install/upgrade:

2009-10-31 Thread Simon Quin

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

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/34749353/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/34749354/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/34749355/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/34749357/VarLogDistupgradeTermlog.gz

-- 
package python-gtk2 2.14.1-1ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/466116
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