[Bug 1313171] Re: apt-setup repo with GPG KEY fails

2014-04-27 Thread Brett Delle Grazie
The symptoms described were caused by missing configuration in squid-deb-proxy 
(used as the apt proxy for the build). Puppet labs URL needed to be added to 
the exemption list. So this is not a bug but behaviour as designed.
Please close this bug, I have marked it as invalid.

** Changed in: debian-installer (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/1313171

Title:
  apt-setup repo with GPG KEY fails

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

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


[Bug 1313171] [NEW] apt-setup repo with GPG KEY fails

2014-04-26 Thread Brett Delle Grazie
Public bug reported:

Configuring a preseed.cfg for Ubuntu precise (12.04.4), x86_64 with the 
following to add Puppet repo:
# Puppet Labs
d-i apt-setup/local0/repository string http://apt.puppetlabs.com precise main 
dependencies
d-i apt-setup/local0/comment string Puppetlabs products
d-i apt-setup/local0/source boolean false
d-i apt-setup/local0/key string http://apt.puppetlabs.com/pubkey.gpg

it fails to install, the installer aborts the automation process with
the error:

Title: [!!] Configuring the package manager
Content:
The installer failed to download the public key used to sign the local 
repository at http://apt.puppetlabs.com:
http://apt.puppetlabs.com/pubkey.gpg
This may be a problem with your network, or with the server hosting this key. 
You can choose to retry the download, or ignore the problem and continue 
without all the packages from this repository.
Downloading local repository key failed:
Buttons: Retry / Ignore / Go back

There doesn't appear to be any error on VT-4 (i.e. syslog), even when I
hit 'retry'.

However if I start a console on VT-3 and then attempt to retrieve the
key using wget, it works without a problem.

Thanks,

Brett

** Affects: debian-installer (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/1313171

Title:
  apt-setup repo with GPG KEY fails

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

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


[Bug 510943] Re: Kernel Mode Setting on Intel 865G chipset results in Xv not working

2010-05-10 Thread Brett Delle Grazie
Hi,

I'm now running the latest Lucid Lynx 10.04 and this issue no longer occurs. 
(kernel 2.6.32-22)
Thanks for your assistance.
I'm removing the testing upstream notice as requested

Regards,

Brett

** Tags removed: needs-upstream-testing

-- 
Kernel Mode Setting on Intel 865G chipset results in Xv not working
https://bugs.launchpad.net/bugs/510943
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 510943] Re: Kernel Mode Setting on Intel 865G chipset results in Xv not working

2010-03-17 Thread Brett Delle Grazie
This bug is still active even with the following up-to-date packages:
xserver-xorg 1:7.4+3ubuntu10
xserver-xorg-core 2:1.6.4-2ubuntu4.2
xserver-xorg-video-intel2:2.9.1~git-0ubuntu0tormod
xserver-xorg-video-v4l  1:0.2.0-3ubuntu1
linux-image-2.6.31-20-generic  2.6.31-20.58

I'm happy to assist with debugging the problem, please let me know what
you need.

-- 
Kernel Mode Setting on Intel 865G chipset results in Xv not working
https://bugs.launchpad.net/bugs/510943
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 407487] Re: network-manager-pptp VPN connection fails.

2010-01-21 Thread Brett Delle Grazie
VPN over mobile broadband breaks regardless of VPN type.  I think this
might be a network manager issue

-- 
network-manager-pptp VPN connection fails.
https://bugs.launchpad.net/bugs/407487
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 243697] Re: network-manager-vpnc doesn't start scripts in /etc/NetworkManager/dispatch.d/

2010-01-21 Thread Brett Delle Grazie
Hi,

A similar problem does exist in Karmic in package:
0.8~a~git.20091013t193206.679d548-0ubuntu1

The problem was:
/etc/NetworkManager/dispatcher.d/01ifupdown does not support vpn-up / vpn-down 
operations and therefore exits with an error (1).  It is possible (but 
unconfirmed) that if a dispatcher script exits in error state, subsequent 
scripts are not called.

My fix was:
@@ -17,7 +17,7 @@
 
 # Run the right scripts
 case $2 in
-up)
+up|vpn-up)
export MODE=start
export PHASE=up
 
@@ -32,7 +32,7 @@
 
exec run-parts /etc/network/if-up.d
;;
-down)
+down|vpn-down)
export MODE=stop
export PHASE=down

Hope this helps.

-- 
network-manager-vpnc doesn't start scripts in /etc/NetworkManager/dispatch.d/
https://bugs.launchpad.net/bugs/243697
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 510943] [NEW] Kernel Mode Setting on Intel 865G chipset results in DRI not working

2010-01-21 Thread Brett Delle Grazie
Public bug reported:

Using Kernel Mode Setting on Intel 865G chipset results in non-working
DRI in X windows

Please note I am using the packages from the X Updates PPA so I'm using
the Intel 2.9.x video driver for X.

The information attached is with kernel mode setting disabled (thus DRI2
works). I will attach a second set without it disabled to demonstrate.

Thanks,

Brett

ProblemType: Bug
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: ICH5 [Intel ICH5], device 0: Intel ICH [Intel ICH5]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  guest  2705 F xfce4-volumed
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'ICH5'/'Intel ICH5 with ALC650F at irq 17'
   Mixer name   : 'Realtek ALC650F'
   Components   : 'AC97a:414c4723'
   Controls  : 50
   Simple ctrls  : 33
Date: Thu Jan 21 23:24:09 2010
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=/dev/mapper/VGSYS-LVSWAP
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: Shuttle Inc SB61V30
Package: linux-image-2.6.31-17-generic 2.6.31-17.54
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.31-17-generic 
root=/dev/mapper/VGSYS-LVUROOT ro nomodeset quiet splash
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-17-generic N/A
 linux-firmware 1.25
RfKill:
 
SourcePackage: linux
Uname: Linux 2.6.31-17-generic i686
dmi.bios.date: 11/07/2005
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: FB61V30
dmi.board.vendor: Shuttle Inc
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd11/07/2005:svnShuttleInc:pnSB61V30:pvr:rvnShuttleInc:rnFB61V30:rvr:cvn:ct3:cvr:
dmi.product.name: SB61V30
dmi.sys.vendor: Shuttle Inc

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


** Tags: apport-bug i386 xorg-needs-kernel-fix

-- 
Kernel Mode Setting on Intel 865G chipset results in DRI not working
https://bugs.launchpad.net/bugs/510943
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 510943] Re: Kernel Mode Setting on Intel 865G chipset results in DRI not working

2010-01-21 Thread Brett Delle Grazie

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

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/38202512/ArecordDevices.txt

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

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

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   http://launchpadlibrarian.net/38202515/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
http://launchpadlibrarian.net/38202516/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

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

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

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

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

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

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

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

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

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

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

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

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

-- 
Kernel Mode Setting on Intel 865G chipset results in DRI not working
https://bugs.launchpad.net/bugs/510943
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 510943] Re: Kernel Mode Setting on Intel 865G chipset results in Xv not working

2010-01-21 Thread Brett Delle Grazie
The second set is with KMS enabled (so Xv init fails)

** Summary changed:

- Kernel Mode Setting on Intel 865G chipset results in DRI not working
+ Kernel Mode Setting on Intel 865G chipset results in Xv not working

** Description changed:

  Using Kernel Mode Setting on Intel 865G chipset results in non-working
- DRI in X windows
+ Xv in X windows
  
  Please note I am using the packages from the X Updates PPA so I'm using
  the Intel 2.9.x video driver for X.
  
- The information attached is with kernel mode setting disabled (thus DRI2
+ The information attached is with kernel mode setting disabled (thus Xv
  works). I will attach a second set without it disabled to demonstrate.
  
  Thanks,
  
  Brett
  
  ProblemType: Bug
  AplayDevices:
-   List of PLAYBACK Hardware Devices 
-  card 0: ICH5 [Intel ICH5], device 0: Intel ICH [Intel ICH5]
-Subdevices: 1/1
-Subdevice #0: subdevice #0
+   List of PLAYBACK Hardware Devices 
+  card 0: ICH5 [Intel ICH5], device 0: Intel ICH [Intel ICH5]
+    Subdevices: 1/1
+    Subdevice #0: subdevice #0
  Architecture: i386
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  guest  2705 F xfce4-volumed
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  guest  2705 F xfce4-volumed
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
-  Card hw:0 'ICH5'/'Intel ICH5 with ALC650F at irq 17'
-Mixer name : 'Realtek ALC650F'
-Components : 'AC97a:414c4723'
-Controls  : 50
-Simple ctrls  : 33
+  Card hw:0 'ICH5'/'Intel ICH5 with ALC650F at irq 17'
+    Mixer name : 'Realtek ALC650F'
+    Components : 'AC97a:414c4723'
+    Controls  : 50
+    Simple ctrls  : 33
  Date: Thu Jan 21 23:24:09 2010
  DistroRelease: Ubuntu 9.10
  HibernationDevice: RESUME=/dev/mapper/VGSYS-LVSWAP
  IwConfig:
-  lono wireless extensions.
-  
-  eth0  no wireless extensions.
+  lono wireless extensions.
+ 
+  eth0  no wireless extensions.
  MachineType: Shuttle Inc SB61V30
  Package: linux-image-2.6.31-17-generic 2.6.31-17.54
  ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.31-17-generic 
root=/dev/mapper/VGSYS-LVUROOT ro nomodeset quiet splash
  ProcEnviron:
-  PATH=(custom, no user)
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
  RelatedPackageVersions:
-  linux-backports-modules-2.6.31-17-generic N/A
-  linux-firmware 1.25
+  linux-backports-modules-2.6.31-17-generic N/A
+  linux-firmware 1.25
  RfKill:
-  
+ 
  SourcePackage: linux
  Uname: Linux 2.6.31-17-generic i686
  dmi.bios.date: 11/07/2005
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: FB61V30
  dmi.board.vendor: Shuttle Inc
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd11/07/2005:svnShuttleInc:pnSB61V30:pvr:rvnShuttleInc:rnFB61V30:rvr:cvn:ct3:cvr:
  dmi.product.name: SB61V30
  dmi.sys.vendor: Shuttle Inc

-- 
Kernel Mode Setting on Intel 865G chipset results in Xv not working
https://bugs.launchpad.net/bugs/510943
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 510943] Re: Kernel Mode Setting on Intel 865G chipset results in Xv not working

2010-01-21 Thread Brett Delle Grazie

** Attachment added: Xorg startup with KMS enabled
   http://launchpadlibrarian.net/38202943/Xorg.0.log

-- 
Kernel Mode Setting on Intel 865G chipset results in Xv not working
https://bugs.launchpad.net/bugs/510943
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 330056] Re: does not handle VPN connections in dispatcher

2010-01-04 Thread Brett Delle Grazie
The attached patch should resolve this issue - it simply adds vpn-up /
vpn-down as matching events to up / down. This seems to work quite well
on my system, YMMV.

** Attachment added: Patch to ensure dispatcher handles vpn-up / vpn-down 
events
   http://launchpadlibrarian.net/37404436/patch.000

-- 
does not handle VPN connections in dispatcher
https://bugs.launchpad.net/bugs/330056
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 263712] Re: 01ifupdown does not receive down event

2010-01-04 Thread Brett Delle Grazie
To Cirroz: Please see bug #330056 for a simple patch that should resolve
your error.  Your problem is not the same as that reported by this bug.

-- 
01ifupdown does not receive down event
https://bugs.launchpad.net/bugs/263712
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 422100] Re: dispatcher does not handle vpn-connections correctly

2010-01-04 Thread Brett Delle Grazie
Please see Bug #330056 for related information about dispatcher error
and possible patch

-- 
dispatcher does not handle vpn-connections correctly
https://bugs.launchpad.net/bugs/422100
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 280160] Re: n-m-openvpn shuts down VPN when openvpn soft-restarts

2010-01-04 Thread Brett Delle Grazie
Specifically for the '/etc/NetworkManager/dispatcher.d/01ifupdown'
exited with error status 1. message please see the following separate
bug report as this is a network-manager issue not specific to the
openvpn package: Bug #330056 . A trivial patch is included there.

-- 
n-m-openvpn shuts down VPN when openvpn soft-restarts
https://bugs.launchpad.net/bugs/280160
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