[Bug 908605] Re: mod_wsgi fails to log python errors

2013-01-19 Thread TJ
The upstream bug report relating to this is:

http://code.google.com/p/modwsgi/issues/detail?id=276can=1sort=-id

Unfortunately it is impossible to add it to this bug report since
mod_wsgi is incorrectly linked to PyLucid as the upstream source.

** Bug watch added: code.google.com/p/modwsgi/issues #276
   http://code.google.com/p/modwsgi/issues/detail?id=276

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mod-wsgi in Ubuntu.
https://bugs.launchpad.net/bugs/908605

Title:
  mod_wsgi fails to log python errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mod-wsgi/+bug/908605/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1128067] [NEW] tomcat7-admin: Incorrect path for manager webapp

2013-02-17 Thread TJ
Public bug reported:

On 12.04.2 server the tomcat7-admin package installs the manager
application to

/usr/share/tomcat7-admin/manager

but /usr/share/tomcat7-admin/host-manager/manager.xml contains a non-
existent path:

which results in container failures when the manager.xml is deployed.

The change required is:

# git diff
diff --git a/host-manager/manager.xml b/host-manager/manager.xml
index 8416263..08e885c 100644
--- a/host-manager/manager.xml
+++ b/host-manager/manager.xml
@@ -24,7 +24,7 @@
 --
 
 
-Context docBase=${catalina.home}/webapps/manager
+Context docBase=${catalina.home}/../tomcat7-admin/manager
  privileged=true antiResourceLocking=false antiJARLocking=false
 
 /Context

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat7 in Ubuntu.
https://bugs.launchpad.net/bugs/1128067

Title:
  tomcat7-admin: Incorrect path for manager webapp

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1128067] Re: tomcat7-admin: Incorrect path for manager webapp

2013-02-17 Thread TJ
** Description changed:

  On 12.04.2 server the tomcat7-admin package installs the manager
  application to
  
  /usr/share/tomcat7-admin/manager
  
  but /usr/share/tomcat7-admin/host-manager/manager.xml contains a non-
- existent path:
- 
- which results in container failures when the manager.xml is deployed.
+ existent path which results in container failures when the manager.xml
+ is deployed.
  
  The change required is:
  
  # git diff
  diff --git a/host-manager/manager.xml b/host-manager/manager.xml
  index 8416263..08e885c 100644
  --- a/host-manager/manager.xml
  +++ b/host-manager/manager.xml
  @@ -24,7 +24,7 @@
-  --
-  
-  
+  --
+ 
  -Context docBase=${catalina.home}/webapps/manager
  +Context docBase=${catalina.home}/../tomcat7-admin/manager
-   privileged=true antiResourceLocking=false 
antiJARLocking=false
-  
-  /Context
+   privileged=true antiResourceLocking=false 
antiJARLocking=false
+ 
+  /Context

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat7 in Ubuntu.
https://bugs.launchpad.net/bugs/1128067

Title:
  tomcat7-admin: Incorrect path for manager webapp

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1037571] Re: vmbuilder should use distro-info to determine available Ubuntu releases

2013-02-23 Thread TJ
I've just encountered this on 12.04 Precise, wanting to build raring
VMs. I created the attached shell script that will add any new suites
a.k.a. distro a.k.a releases (e.g. quantal, raring) to the installed
list.

Simply call the script once and it will add the required files. Needs
calling each time a new suite a.k.a. release is available. Don't forget
to give it execute permissions:

sudo chmod a+x /usr/local/bin/vm-builder-add-suites


** Attachment added: shell script to add all releases to vmbuilder
   
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1037571/+attachment/3544016/+files/vm-builder-add-suites

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/1037571

Title:
  vmbuilder should use distro-info to determine available Ubuntu
  releases

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1037571/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1132313] [NEW] lbvirt cannot start VM due to missing kvm-spice in /etc/vmbuilder/libvirt/libvirtxml.tmpl

2013-02-23 Thread TJ
Public bug reported:

Using Ubuntu 12.04.2 Precise on amd64 with kvm_intel, libvirt and
vmbuilder.

Building VMs with vmbuilder using, e.g:

$ sudo vmbuilder kvm ubuntu --suite precise --flavour virtual --arch
i386 -o --libvirt qemu:///system --hostname vm-ubuntu-precise-playpen

followed by:

$ virsh -d 0 -c qemu:///system start vm-ubuntu-precise-playpen

results in a failure:

error: Failed to start domain vm-ubuntu-precise-playpen
error: internal error Process exited while reading console log output: 
Supported machines are:
pc Standard PC (alias of pc-1.0)
pc-1.0 Standard PC (default)
pc-0.14Standard PC
pc-0.13Standard PC
pc-0.12Standard PC
pc-0.11Standard PC, qemu 0.11
pc-0.10Standard PC, qemu 0.10
isapc  ISA-only PC

I eventually tracked this down to the libvirt domain definition using

emulator/usr/bin/kvm/emulator

instead of

emulator/usr/bin/kvm-spice/emulator

editing that line using:

$ virsh -d 0 -c qemu:///system edit vm-ubuntu-precise-playpen

allows the VM to start correctly.

The problem stems from the libvirt template installed by vmbuilder at
/etc/vmbuilder/libvirt/libvirtxml.tmpl using the wrong emulator. It
should be /usr/bin/kvm-spice not /usr/bin/kvm.

A simple fix is:

$ sudo sed -i 's,\(/usr/bin/kvm\),\1-spice,'
/etc/vmbuilder/libvirt/libvirtxml.tmpl

** Affects: vm-builder (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/1132313

Title:
  lbvirt cannot start VM due to missing kvm-spice in
  /etc/vmbuilder/libvirt/libvirtxml.tmpl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1132313/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1090223] Re: The directory ubuntu-kvm disappeared after creating vms failed

2013-02-23 Thread TJ
** Changed in: vm-builder (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/1090223

Title:
  The directory ubuntu-kvm disappeared after creating vms failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1090223/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1132345] [NEW] grub 0.97 and 2.00 installed in VMs causes confusion

2013-02-23 Thread TJ
Public bug reported:

Using Ubuntu 12.04.2 Precise on amd64 with kvm_intel, libvirt and
vmbuilder.

After building a VM for raring using:

$ sudo vmbuilder kvm ubuntu --flavour virtual --suite raring --arch i386
--hostname vm-ubuntu-raring-playpen --proxy http://10.254.251.1:3142
--libvirt qemu:///system --addpkg linux-image-generic --addpkg acpid

 I was trying to force the console to be text-mode by removing splash,
adding nomodeset and GRUB_TERMINAL=console to /etc/default/grub
and then doing 'update-grub'. The changed settings weren't having any
effect.

I found that /boot/grub/grub.cfg (from grub2) was missing. Further
investigation showed /boot/grub/menu.lst (from grub 0.97) was present,
but didn't reflect the changes I was making to /etc/default/grub. Then
I found:

$ dpkg-query -l '*grub*' | grep -v ^un
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version  Architecture 
Description
+++-=---===
ii  grub  0.97-29ubuntu66  i386 
GRand Unified Bootloader (Legacy version)
ii  grub-common   2.00-12ubuntu1   i386 
GRand Unified Bootloader (common files)
rc  grub-pc   2.00-12ubuntu1   i386 
GRand Unified Bootloader, version 2 (PC/BIOS version)
ii  grub-pc-bin   2.00-12ubuntu1   i386 
GRand Unified Bootloader, version 2 (PC/BIOS binaries)

$ lsb_release -a  uname -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu Raring Ringtail (development branch)
Release:13.04
Codename:   raring
Linux vm-ubuntu-raring-playpen 3.8.0-7-generic #15-Ubuntu SMP Thu Feb 21 
20:44:11 UTC 2013 i686 i686 i686 GNU/Linux

I had to purge grub then install grub2 followed by running the grub
to grub2 upgrade script:

sudo apt-get --purge remove grub
sudo apt-get install grub2
sudo /usr/sbin/upgrade-from-grub-legacy
sudo rm -f /boot/grub/menu.lst*

** Affects: vm-builder (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/1132345

Title:
  grub 0.97 and 2.00 installed in VMs causes confusion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1132345/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1195053] [NEW] openvswitch-cfg-update: /opt/xensource/libexec/interface-reconfigure: failed to execute (No such file or directory)

2013-06-26 Thread TJ
Public bug reported:

Ubuntu 13.04 Raring amd64.
Binary package: openvswitch-datapath-dkms

/var/log/syslog reports:

openvswitch-cfg-update: /opt/xensource/libexec/interface-reconfigure:
failed to execute (No such file or directory)

However xcp-xapi is at /usr/lib/xcp.


Workaround is:

$ sudo sed -i 's,\(script = \)/opt/.*\(interface-
reconfigure\),\1/usr/lib/xcp/lib/\2,'
/usr/src/openvswitch-1.9.0/xenserver/etc_xapi.d_plugins_openvswitch-cfg-
update

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1195053

Title:
  openvswitch-cfg-update: /opt/xensource/libexec/interface-reconfigure:
  failed to execute (No such file or directory)

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 134274] Re: TCP_DEFER_ACCEPT causes random HTTP connection failures in load-balanced web-server farms

2011-12-07 Thread TJ
Unfortunately upstream cannot agree on what precisely the standards
require in relation to TCP_DEFER_ACCEPT, thus this issue slips through
the cracks and doesn't affect enough installations to create any real
drive.

As can be seem from my investigations it is an obscure bug which is very
hard to catch and probably goes unseen in most circumstances.

My preferred solution would be a prominent addition to the Debian/Ubuntu
READMEs for apache with a reference to this bug with advice to use

AcceptFilter http none

when operating in a load-balancing configuration.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/134274

Title:
  TCP_DEFER_ACCEPT causes random HTTP connection failures in load-
  balanced web-server farms

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 978356] Re: squid3 gets killed at startup with dnsmasq and no networkmanager

2012-04-26 Thread TJ
I'm seeing a similar crash on a 12.04 32-bit server in similar
circumstances, however the error is different. Before I open a separate
bug report I thought I'd check with Marco if he sees the following
reports in /var/log/squid3/access.log.1 ?

11:12:24 | Reconfiguring Squid Cache (version 3.1.19)...
11:12:24 | FD 14 Closing HTTP Connection
11:12:24 | assertion failed: disk.cc377: fd = 0 

I see this in dmesg:

init: squid3 main process (3562) killed by ABRT signal

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/978356

Title:
  squid3 gets killed at startup with dnsmasq and no networkmanager

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 988802] [NEW] squid3 killed by ABRT signal. assertion failed: disk.cc377: fd = 0

2012-04-26 Thread TJ
Public bug reported:

On 12.04  x86 server during start-up.

dmesg shows:

[   79.073519] init: squid3 main process (3562) killed by ABRT signal

/var/log/squid3/cache.log.1 shows:

$ sudo tail /var/log/squid3/cache.log.1

2012/04/26 11:12:23| Loaded Icons.
2012/04/26 11:12:23| Accepting  intercepted HTTP connections at 0.0.0.0:3128, 
FD 14.
2012/04/26 11:12:23| HTCP Disabled.
2012/04/26 11:12:23| Squid plugin modules loaded: 0
2012/04/26 11:12:23| Adaptation support is off.
2012/04/26 11:12:23| Ready to serve requests.
2012/04/26 11:12:23| Store rebuilding is 3.22% complete
2012/04/26 11:12:24| Reconfiguring Squid Cache (version 3.1.19)...
2012/04/26 11:12:24| FD 14 Closing HTTP connection
2012/04/26 11:12:24| assertion failed: disk.cc:377: fd = 0

** Affects: squid
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: Squid Bugzilla #3097
   http://bugs.squid-cache.org/show_bug.cgi?id=3097

** Also affects: squid via
   http://bugs.squid-cache.org/show_bug.cgi?id=3097
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/988802

Title:
  squid3 killed by ABRT signal. assertion failed: disk.cc377: fd = 0

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 988802] Re: squid3 killed by ABRT signal. assertion failed: disk.cc377: fd = 0

2012-04-26 Thread TJ
** Description changed:

  On 12.04  x86 server during start-up.
  
  dmesg shows:
  
  [   79.073519] init: squid3 main process (3562) killed by ABRT signal
  
  /var/log/squid3/cache.log.1 shows:
  
  $ sudo tail /var/log/squid3/cache.log.1
  
  2012/04/26 11:12:23| Loaded Icons.
  2012/04/26 11:12:23| Accepting  intercepted HTTP connections at 0.0.0.0:3128, 
FD 14.
  2012/04/26 11:12:23| HTCP Disabled.
  2012/04/26 11:12:23| Squid plugin modules loaded: 0
  2012/04/26 11:12:23| Adaptation support is off.
  2012/04/26 11:12:23| Ready to serve requests.
  2012/04/26 11:12:23| Store rebuilding is 3.22% complete
  2012/04/26 11:12:24| Reconfiguring Squid Cache (version 3.1.19)...
  2012/04/26 11:12:24| FD 14 Closing HTTP connection
  2012/04/26 11:12:24| assertion failed: disk.cc:377: fd = 0
+ 
+ In /var/log/syslog
+ 
+ Apr 26 11:12:23 jeeves dnsmasq-dhcp[3636]: DHCP, IP range 10.254.250.2 -- 
10.254.250.254, lease time 1d
+ Apr 26 11:12:23 jeeves dnsmasq-dhcp[3636]: DHCP, IP range 10.254.251.50 -- 
10.254.251.254, lease time 1d
+ Apr 26 11:12:24 jeeves kernel: [   71.276249] phy0 - rt2800pci_mcu_status: 
Error - MCU request failed, no response from hardware
+ Apr 26 11:12:24 jeeves pptpd[3814]: MGR: connections limit (100) reached, 
extra IP addresses ignored
+ Apr 26 11:12:24 jeeves pptpd[3814]: MGR: connections limit (100) reached, 
extra IP addresses ignored
+ Apr 26 11:12:24 jeeves pptpd[3815]: MGR: Manager process started
+ Apr 26 11:12:24 jeeves pptpd[3815]: MGR: Maximum of 100 connections available
+ 
+ I suspect this is related to bug #978356 squid3 gets killed at startup
+ with dnsmasq and no networkmanager.
+ 
+ It could be that the squid3 resolver script '/etc/resolvconf/update-
+ libc.d/squid3' that caused initctl to reload squid3 when dnsmasq starts
+ and updates '/etc/resolv.conf' causes this.
+ 
+ The service can be successfully restarted manually but that is no
+ solution for an unattended server.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/988802

Title:
  squid3 killed by ABRT signal. assertion failed: disk.cc377: fd = 0

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 978356] Re: squid3 gets killed at startup with dnsmasq and no networkmanager

2012-04-26 Thread TJ
Oops, correction! the error message is in /var/log/squid3/cache.log.1.

I've found an upstream bug that matches the symptoms I see exactly so
I've created a new report bug #988802 squid3 killed by ABRT signal.
assertion failed: disk.cc377: fd = 0 

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/978356

Title:
  squid3 gets killed at startup with dnsmasq and no networkmanager

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 771148] Re: redirect-gateway fails when default route does not use a gateway

2012-05-13 Thread TJ
I agree with Andreas; this is a bug in openvpn. I have local office
gateway servers with an internal PCI ADSL modem that runs embedded Linux
and is configured in RFC 1483 LLC Bridge mode. The Host PC uses PPPoE to
connect to the ISP via the embedded ADSL modem over the single ATM LLC
available from BT in the U.K.

This results in the host PC creating the ppp0 interface which is the
default route:

$ ip route show
default dev ppp0  scope link 
62.3.82.17 dev ppp0  proto kernel  scope link  src 82.71.24.87 
...

The OpenVPN server's configuration includes:

push redirect-gateway def1

When the local office connects it reports:

ovpn-01linode[24920]: TUN/TAP device tun0 opened
ovpn-01linode[24920]: TUN/TAP TX queue length set to 100
ovpn-01linode[24920]: do_ifconfig, tt-ipv6=0, tt-did_ifconfig_ipv6_setup=0
ovpn-01linode[24920]: /sbin/ifconfig tun0 10.254.252.18 pointopoint 
10.254.252.17 mtu 1500
ovpn-01linode[24920]: NOTE: unable to redirect default gateway -- Cannot read 
current default gateway from system

There is (an invasive) patch in Debian bug #592088 by Lionel Elie Mamane
in comment 10. A better solution that doesn't involve trying to get the
OpenVPN project to substantially change the semantics of redirect-
gateway to redirect-default-route is in a short PPP script mentioned
by Vladislav Naumov in comment 20, and originally from the OpenVPN
mailing list in 2007:

/etc/ppp/ip-up.d/default-gateway:
---8--
#!/bin/bash

if [ $(ip route list exact default |\
  awk '/^default/ {print $2}') = dev ];
then
 IF=$(ip route | awk '/^default/ {print $3}')
 GW=$(ip address show $IF |\
 awk '/peer/ {print $4}' | cut -d/ -f1)
 ip route replace default via $GW dev $IF
fi
---8--

Now, when the PPP interface comes up

 default dev ppp0  scope link

is replaced by the PPP script with a route that includes the ISP gateway
IP address:

 default via 62.3.82.19 dev ppp0

This allows OpenVPN to recognise and replace the default route when it
starts:

default via 10.254.252.17 dev tun0
10.254.252.17 dev tun0  proto kernel  scope link  src 10.254.252.18


** Also affects: ppp (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/771148

Title:
  redirect-gateway fails when default route does not use a gateway

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 771148] Re: redirect-gateway fails when default route does not use a gateway

2012-05-13 Thread TJ
I've attached the shell script for PPP so it can be downloaded. It
should be put in the directory /etc/ppp/if-up.d/ and given execute
permissions:

sudo mv ~/Downloads/default-gateway /etc/ppp/if-up.d/
sudo chmod +x /etc/ppp/if-up.d/default-gateway

** Attachment added: PPP default-gateway script (put in /etc/ppp/if-up.d/)
   
https://bugs.launchpad.net/ubuntu/+source/ppp/+bug/771148/+attachment/3144343/+files/default-gateway

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/771148

Title:
  redirect-gateway fails when default route does not use a gateway

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 771148] Re: redirect-gateway fails when default route does not use a gateway

2012-05-13 Thread TJ
I've added the PPP package to this bug since it would the appropriate
place to ship the workaround and, as far as I can see, shouldn't upset
any existing PPP configurations.

It would actually save our users a lot trouble especially for those
using portable devices over public WiFi or cellular data when they use
OpenVPN since many cellular operates also do not provide a gateway IP
for the default route.

I'll pass this on to Debian's PPP maintainer and see if we can get some
movement on this.

** Changed in: ppp (Ubuntu)
   Status: New = In Progress

** Changed in: ppp (Ubuntu)
 Assignee: (unassigned) = TJ (intuitivenipple)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/771148

Title:
  redirect-gateway fails when default route does not use a gateway

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 771148] Re: redirect-gateway fails when default route does not use a gateway

2012-05-13 Thread TJ
Correction! I mistyped the PPP directory name as iF-up.d when it
should be iP-up.d. The instructions should be:

I've attached the shell script for PPP so it can be downloaded. It
should be put in the directory /etc/ppp/ip-up.d/ and given execute
permissions:

sudo mv ~/Downloads/default-gateway /etc/ppp/ip-up.d/
sudo chmod +x /etc/ppp/ip-up.d/default-gateway


This also suggests another script is needed for Ipv6. I'll investigate.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/771148

Title:
  redirect-gateway fails when default route does not use a gateway

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 488696] Re: syntax error in nsswitch config near [ syntax error ]

2012-07-25 Thread TJ
The addition to /etc/nsswitch.conf needs to be done either:

a) in the nsswitch.conf file shipped by the base-files package, or
b) as part of the postinst/postrm scripts of autofs5

This issue also causes failure for users of autosshfs (not packaged for
Ubuntu as yet).

** Changed in: autofs5 (Ubuntu)
   Status: Fix Released = Confirmed

** Changed in: autofs5 (Ubuntu)
   Importance: Undecided = High

** Also affects: base-files (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: base-files (Ubuntu)
   Status: New = Confirmed

** Changed in: base-files (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs5 in Ubuntu.
https://bugs.launchpad.net/bugs/488696

Title:
  syntax error in nsswitch config near [ syntax error ]

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1016895] Re: smbd crashed with SIGABRT in dump_core()

2012-07-31 Thread TJ
** Changed in: samba (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: samba (Ubuntu)
 Assignee: (unassigned) = TJ (intuitivenipple)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1016895

Title:
  smbd crashed with SIGABRT in dump_core()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1016895] Re: smbd crashed with SIGABRT in dump_core()

2012-07-31 Thread TJ
source3/auth/auth_util.c::create_local_token() will sometimes add an
erroneous GID token for the group ID -1, which is treated as an
'unsigned int' and converted to 4294967295 (S-1-22-2-4294967295) ,
resulting in a crash in the syscall to Linux's setgroups().

Additional DEBUG() statements in the source reveal the issue. I'm still
working on a fix:

setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
Security token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
get_privileges: No privileges assigned to SID [S-1-22-1-0]
get_privileges: No privileges assigned to SID [S-1-22-2-0]
get_privileges_for_sids: sid = S-1-1-0
Privilege set: 0x0
get_privileges: No privileges assigned to SID [S-1-5-2]
get_privileges: No privileges assigned to SID [S-1-5-11]
create_local_token(i=1, server_info-utok.ngroups=0, sid=S-1-22-2-0)
create_local_token(i=2, server_info-utok.ngroups=1, sid=S-1-1-0)
create_local_token(i=3, server_info-utok.ngroups=2, sid=S-1-5-2) // 
SID_NT_NETWORK
create_local_token(i=4, server_info-utok.ngroups=2, sid=S-1-5-11)
create_local_token(server_info-utok.ngroups=2)
add_sid_to_array_unique(S-1-22-1-0)
create_local_token(server_info-utok.ngroups=2)
add_sid_to_array_unique(S-1-22-2-0)
add_sid_to_array_unique(S-1-22-2-4294967295)
Security token SIDs (6):
  SID[  0]: S-1-22-1-0
  SID[  1]: S-1-22-2-0
  SID[  2]: S-1-1-0
  SID[  3]: S-1-5-2
  SID[  4]: S-1-5-11
  SID[  5]: S-1-22-2-4294967295
 Privileges (0x   0):
 Rights (0x   0):
UNIX token of user 0
Primary group is 0 and contains 2 supplementary groups
Group[  0]: 0
Group[  1]: 4294967295

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1016895

Title:
  smbd crashed with SIGABRT in dump_core()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1016895] Re: smbd crashed with SIGABRT in dump_core()

2012-07-31 Thread TJ
The attached debdiff modifies
source3/auth/auth_utils.c::create_local_token()

When samba SIDs are being converted to local Linux group IDs (GIDs) some
samba groups (id.type == WBC_ID_TYPE_GID) do not have associated Linux
groups, e.g. NTLM\Domain Users (-513).

Unmatched SIDs had their associated GID set to (int)-1 despite the fact
that Linux group IDs are unsigned, which was translated to
(unsigned)4294967295.

Checks are added to avoid adding to the GID array or creating related
local tokens when the GID is -1.

setting sec ctx (1000, 1000) - sec_ctx_stack_ndx = 0
Security token SIDs (16):
  SID[  0]: S-1-5-21-3351122084-3488288528-2342995061-1002
  SID[  1]: S-1-5-21-3351122084-3488288528-2342995061-513
  SID[  2]: S-1-22-2-1000
  SID[  3]: S-1-22-2-4
  SID[  4]: S-1-22-2-20
  SID[  5]: S-1-22-2-24
  SID[  6]: S-1-22-2-46
  SID[  7]: S-1-22-2-100
  SID[  8]: S-1-22-2-116
  SID[  9]: S-1-22-2-118
  SID[ 10]: S-1-22-2-124
  SID[ 11]: S-1-22-2-128
  SID[ 12]: S-1-1-0
  SID[ 13]: S-1-5-2
  SID[ 14]: S-1-5-11
  SID[ 15]: S-1-22-1-1000
 Privileges (0x   0):
 Rights (0x   0):
UNIX token of user 1000
Primary group is 1000 and contains 10 supplementary groups
Group[  0]: 1000
Group[  1]: 4
Group[  2]: 20
Group[  3]: 24
Group[  4]: 46
Group[  5]: 100
Group[  6]: 116
Group[  7]: 118
Group[  8]: 124
Group[  9]: 128
Impersonated user: uid=(0,1000), gid=(0,1000)


** Patch added: Precise debdiff - ignore GIDs == -1 to prevent syscall 
setgroups panic
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1016895/+attachment/3244353/+files/samba_3.6.3-2ubuntu2.4.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1016895

Title:
  smbd crashed with SIGABRT in dump_core()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1016895] Re: smbd crashed with SIGABRT in dump_core()

2012-07-31 Thread TJ
** Changed in: samba (Ubuntu)
   Status: In Progress = Triaged

** Changed in: samba (Ubuntu)
 Assignee: TJ (intuitivenipple) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1016895

Title:
  smbd crashed with SIGABRT in dump_core()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1080363] [NEW] module 'citrixxml' not found

2012-11-18 Thread TJ
Public bug reported:

The following two commands run at the command-line (the latter generated
by zenmap's Intense Scan option) cause a failure due to missing script
and library support. Apt suggests the scripts aren't in the Ubuntu
archives.

Details of the missing script are at
http://nmap.org/nsedoc/lib/citrixxml.html

$ apt-file search citrix | grep nselib
$

$ sudo nmap -T4 -A -v --script all 192.168.0.20
$ sudo nmap -sS -sU -T4 -A -v -PE -PP -PS21,22,23,25,80,113,31339 
-PA80,113,443,10042 -PO --script all 192.168.0.20

Starting Nmap 5.21 ( http://nmap.org ) at 2012-11-18 14:30 GMT
NSE: failed to initialize the script engine:
/usr/share/nmap/nse_main.lua:276: 
/usr/share/nmap/scripts/citrix-brute-xml.nse:35: module 'citrixxml' not found:
no field package.preload['citrixxml']
no file '/usr/share/nmap/nselib/citrixxml.lua'
no file './citrixxml.lua'
no file '/usr/local/share/lua/5.1/citrixxml.lua'
no file '/usr/local/share/lua/5.1/citrixxml/init.lua'
no file '/usr/local/lib/lua/5.1/citrixxml.lua'
no file '/usr/local/lib/lua/5.1/citrixxml/init.lua'
no file '/usr/share/lua/5.1/citrixxml.lua'
no file '/usr/share/lua/5.1/citrixxml/init.lua'
no file './citrixxml.so'
no file '/usr/local/lib/lua/5.1/citrixxml.so'
no file '/usr/lib/x86_64-linux-gnu/lua/5.1/citrixxml.so'
no file '/usr/lib/lua/5.1/citrixxml.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: in function 'assert'
/usr/share/nmap/nse_main.lua:276: in function 'new'
/usr/share/nmap/nse_main.lua:434: in function 'Entry'
/usr/share/nmap/scripts/script.db:5: in function 'db_closure'
/usr/share/nmap/nse_main.lua:454: in function 'get_chosen_scripts'
/usr/share/nmap/nse_main.lua:766: in main chunk
[C]: ?

QUITTING!


Installing the script directly doesn't completely solve the issue:

$ sudo wget -O /usr/share/nmap/nselib/citrixxml.lua
http://nmap.org/svn/nselib/citrixxml.lua

$ sudo nmap -T4 -A -v --script all 192.168.0.20

Starting Nmap 5.21 ( http://nmap.org ) at 2012-11-18 14:40 GMT
NSE: failed to initialize the script engine:
/usr/share/nmap/nse_main.lua:276: /usr/share/nmap/nselib/citrixxml.lua:25: 
attempt to call field 'module' (a nil value)
stack traceback:
[C]: in function 'assert'
/usr/share/nmap/nse_main.lua:276: in function 'new'
/usr/share/nmap/nse_main.lua:434: in function 'Entry'
/usr/share/nmap/scripts/script.db:5: in function 'db_closure'
/usr/share/nmap/nse_main.lua:454: in function 'get_chosen_scripts'
/usr/share/nmap/nse_main.lua:766: in main chunk
[C]: ?

QUITTING!

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

** Patch added: Fix for citrixxml.lua
   
https://bugs.launchpad.net/bugs/1080363/+attachment/3437624/+files/citrixxml.lua.diff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nmap in Ubuntu.
https://bugs.launchpad.net/bugs/1080363

Title:
  module 'citrixxml' not found

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1080363] Re: module 'citrixxml' not found

2012-11-18 Thread TJ
** Description changed:

  The following two commands run at the command-line (the latter generated
  by zenmap's Intense Scan option) cause a failure due to missing script
  and library support. Apt suggests the scripts aren't in the Ubuntu
  archives.
  
  Details of the missing script are at
  http://nmap.org/nsedoc/lib/citrixxml.html
+ 
+ The original script plus my attached patch are required to solve the
+ issue.
  
  $ apt-file search citrix | grep nselib
  $
  
  $ sudo nmap -T4 -A -v --script all 192.168.0.20
  $ sudo nmap -sS -sU -T4 -A -v -PE -PP -PS21,22,23,25,80,113,31339 
-PA80,113,443,10042 -PO --script all 192.168.0.20
  
  Starting Nmap 5.21 ( http://nmap.org ) at 2012-11-18 14:30 GMT
  NSE: failed to initialize the script engine:
  /usr/share/nmap/nse_main.lua:276: 
/usr/share/nmap/scripts/citrix-brute-xml.nse:35: module 'citrixxml' not found:
-   no field package.preload['citrixxml']
-   no file '/usr/share/nmap/nselib/citrixxml.lua'
-   no file './citrixxml.lua'
-   no file '/usr/local/share/lua/5.1/citrixxml.lua'
-   no file '/usr/local/share/lua/5.1/citrixxml/init.lua'
-   no file '/usr/local/lib/lua/5.1/citrixxml.lua'
-   no file '/usr/local/lib/lua/5.1/citrixxml/init.lua'
-   no file '/usr/share/lua/5.1/citrixxml.lua'
-   no file '/usr/share/lua/5.1/citrixxml/init.lua'
-   no file './citrixxml.so'
-   no file '/usr/local/lib/lua/5.1/citrixxml.so'
-   no file '/usr/lib/x86_64-linux-gnu/lua/5.1/citrixxml.so'
-   no file '/usr/lib/lua/5.1/citrixxml.so'
-   no file '/usr/local/lib/lua/5.1/loadall.so'
+  no field package.preload['citrixxml']
+  no file '/usr/share/nmap/nselib/citrixxml.lua'
+  no file './citrixxml.lua'
+  no file '/usr/local/share/lua/5.1/citrixxml.lua'
+  no file '/usr/local/share/lua/5.1/citrixxml/init.lua'
+  no file '/usr/local/lib/lua/5.1/citrixxml.lua'
+  no file '/usr/local/lib/lua/5.1/citrixxml/init.lua'
+  no file '/usr/share/lua/5.1/citrixxml.lua'
+  no file '/usr/share/lua/5.1/citrixxml/init.lua'
+  no file './citrixxml.so'
+  no file '/usr/local/lib/lua/5.1/citrixxml.so'
+  no file '/usr/lib/x86_64-linux-gnu/lua/5.1/citrixxml.so'
+  no file '/usr/lib/lua/5.1/citrixxml.so'
+  no file '/usr/local/lib/lua/5.1/loadall.so'
  stack traceback:
-   [C]: in function 'assert'
-   /usr/share/nmap/nse_main.lua:276: in function 'new'
-   /usr/share/nmap/nse_main.lua:434: in function 'Entry'
-   /usr/share/nmap/scripts/script.db:5: in function 'db_closure'
-   /usr/share/nmap/nse_main.lua:454: in function 'get_chosen_scripts'
-   /usr/share/nmap/nse_main.lua:766: in main chunk
-   [C]: ?
+  [C]: in function 'assert'
+  /usr/share/nmap/nse_main.lua:276: in function 'new'
+  /usr/share/nmap/nse_main.lua:434: in function 'Entry'
+  /usr/share/nmap/scripts/script.db:5: in function 'db_closure'
+  /usr/share/nmap/nse_main.lua:454: in function 'get_chosen_scripts'
+  /usr/share/nmap/nse_main.lua:766: in main chunk
+  [C]: ?
  
  QUITTING!
- 
  
  Installing the script directly doesn't completely solve the issue:
  
  $ sudo wget -O /usr/share/nmap/nselib/citrixxml.lua
  http://nmap.org/svn/nselib/citrixxml.lua
  
  $ sudo nmap -T4 -A -v --script all 192.168.0.20
  
  Starting Nmap 5.21 ( http://nmap.org ) at 2012-11-18 14:40 GMT
  NSE: failed to initialize the script engine:
  /usr/share/nmap/nse_main.lua:276: /usr/share/nmap/nselib/citrixxml.lua:25: 
attempt to call field 'module' (a nil value)
  stack traceback:
-   [C]: in function 'assert'
-   /usr/share/nmap/nse_main.lua:276: in function 'new'
-   /usr/share/nmap/nse_main.lua:434: in function 'Entry'
-   /usr/share/nmap/scripts/script.db:5: in function 'db_closure'
-   /usr/share/nmap/nse_main.lua:454: in function 'get_chosen_scripts'
-   /usr/share/nmap/nse_main.lua:766: in main chunk
-   [C]: ?
+  [C]: in function 'assert'
+  /usr/share/nmap/nse_main.lua:276: in function 'new'
+  /usr/share/nmap/nse_main.lua:434: in function 'Entry'
+  /usr/share/nmap/scripts/script.db:5: in function 'db_closure'
+  /usr/share/nmap/nse_main.lua:454: in function 'get_chosen_scripts'
+  /usr/share/nmap/nse_main.lua:766: in main chunk
+  [C]: ?
  
  QUITTING!
+ 
+ Applying the attached patch to the manually downloaded script allows
+ nmap to run.

** Description changed:

  The following two commands run at the command-line (the latter generated
- by zenmap's Intense Scan option) cause a failure due to missing script
- and library support. Apt suggests the scripts aren't in the Ubuntu
- archives.
+ by zenmap's Slow comprehensive scan option) cause a failure due to
+ missing script and library support. Apt suggests the scripts aren't in
+ the Ubuntu archives.
  
  Details of the missing script are at
  http://nmap.org/nsedoc/lib/citrixxml.html
  
  The original script plus my attached patch are required to solve the
  issue.
  
  $ apt-file search citrix | grep nselib
  $
  
  $ sudo nmap -T4 -A -v --script all 192.168.0.20
  $ 

[Bug 211415] Re: Please upgrade to modwsgi 2.0

2008-04-14 Thread TJ
This would be a useful update. Debian already publish 2.01. I've taken
the debian package and Ubuntu-ised it for Gutsy and Hardy and it is in
my PPA:

https://launchpad.net/~intuitivenipple/+archive

Please test it out.

** Changed in: mod-wsgi (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Server Team (ubuntu-server)
   Status: New = Confirmed

-- 
Please upgrade to modwsgi 2.0
https://bugs.launchpad.net/bugs/211415
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2008-07-31 Thread TJ
Colin, I wrote a how-to Apache 2 with FastCGI, SuExec and PHP

It possibly covers more than you need since it sets suexec up for
VirtualMin's web-homes as well as the FastCGI/PHP configuration, but it
is a full step-by-step-with-code guide based on my own experience.

http://tjworld.net/wiki/Howto/Apache2FastCgiSuexecPhp

-- 
PHP5 or PHP4 for apache2-mpm-worker
https://bugs.launchpad.net/bugs/12296
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1266746] [NEW] x86_64: Fails to start using EFI firmware

2014-01-07 Thread TJ
Public bug reported:

On Trusty x86_64 trying to to boot using the OVMF EFI firmware causes
some kind of lock-up. inside the VM as soon as it boots. The VM was
created through virt-manager. When it hung I copied the command-line and
stripped it down to run from the terminal. Diagnostic info suggests the
processor is stuck in the BIOS since the EIP doesn't change:

sudo qemu-system-x86_64 -enable-kvm  -name EFI -machine 
pc-i440fx-1.7,accel=kvm,usb=off -bios OVMF.f
d -m 1024 -realtime mlock=off -smp 2,sockets=2,cores=1,threads=1 -uuid 
548c01f7-b107-3ac0-b15a-f36504dfe6
51 -no-user-config -nodefaults  -rtc base=localtime -no-shutdown -device 
piix3-usb-uhci,id=usb,bus=pci.0,
addr=0x1.0x2 -device ahci,id=ahci0,bus=pci.0,addr=0x6  -chardev 
pty,id=charserial0 -device isa-serial,cha
rdev=charserial0,id=serial0 -device usb-tablet,id=input0 -device 
VGA,id=video0,bus=pci.0,addr=0x2 -device
 intel-hda,id=sound0,bus=pci.0,addr=0x4 -device 
hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device vi
rtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5 -monitor stdio

(qemu) info roms
/rom@genroms/kvmvapic.bin size=0x002400 name=kvmvapic.bin
addr=fff0 size=0x10 mem=rom name=OVMF.fd
/rom@etc/acpi/tables size=0x002000 name=etc/acpi/tables
/rom@etc/table-loader size=0x001000 name=etc/table-loader
(qemu) info registers
EAX=c033 EBX=fffe60e4 ECX=c080 EDX=
ESI=fffe62c4 EDI=5042 EBP=fffe6000 ESP=
EIP=ff2f EFL=0082 [--S] CPL=0 II=0 A20=1 SMM=0 HLT=0
ES =0008   00c09300 DPL=0 DS   [-WA]
CS =0010   00c09b00 DPL=0 CS32 [-RA]
SS =0008   00c09300 DPL=0 DS   [-WA]
DS =0008   00c09300 DPL=0 DS   [-WA]
FS =0008   00c09300 DPL=0 DS   [-WA]
GS =0008   00c09300 DPL=0 DS   [-WA]
LDT=   8200 DPL=0 LDT
TR =   8b00 DPL=0 TSS64-busy
GDT= ff80 001f
IDT=  
CR0=c033 CR2= CR3=e000 CR4=0660
DR0= DR1= DR2= 
DR3=
DR6=0ff0 DR7=0400
EFER=0500
FCW=037f FSW= [ST=0] FTW=00 MXCSR=1f80
FPR0=  FPR1= 
FPR2=  FPR3= 
FPR4=  FPR5= 
FPR6=  FPR7= 
XMM00= XMM01=
XMM02= XMM03=
XMM04= XMM05=
XMM06= XMM07=

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

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

** Also affects: edk2 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1266746

Title:
  x86_64: Fails to start using EFI firmware

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 347788] Re: OpenVPN client does not recognize WLAN connections

2009-03-24 Thread TJ
I've been running openvpn client over wireless LAN since 6.10 with no
issues. You'll need to give precise details of the configuration of the
network and openvpn.

-- 
OpenVPN client does not recognize WLAN connections
https://bugs.launchpad.net/bugs/347788
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 347788] Re: OpenVPN client does not recognize WLAN connections

2009-03-24 Thread TJ
What does /var/log/daemon.log report when the connection is being
attempted?

-- 
OpenVPN client does not recognize WLAN connections
https://bugs.launchpad.net/bugs/347788
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 347788] Re: OpenVPN client does not recognize WLAN connections

2009-03-24 Thread TJ
If the wireless interface is configured as 'system-wide' in
NetworkManager the host interface will be up without a log-in and
openvpn will establish the tunnel as soon as the route appears.

If NetworkManager establishes the wireless connection after GDM log-in
the openvpn connection establishes itself as soon as the route appears.

I don't have any openvpn connections defined via NetworkManager. I have
the openvpn service defined in /etc/openvpn/connection.conf.
/etc/rc2.d/S16openvpn runs at boot-time.

-- 
OpenVPN client does not recognize WLAN connections
https://bugs.launchpad.net/bugs/347788
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 343046] Re: list_lists crashed with ImportError in module() no module names email.messages

2010-06-20 Thread TJ
Looking at the package changelog I don't see any sign of Chucks'
1:2.1.11-11ubuntu1 package version, so cannot pull a copy of the patch
to try manually.

-- 
list_lists crashed with ImportError in module() no module names email.messages
https://bugs.launchpad.net/bugs/343046
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 343046] Re: list_lists crashed with ImportError in module() no module names email.messages

2010-06-20 Thread TJ
Reading a posting to the mailman list I found this:

http://www.mail-archive.com/mailman-us...@python.org/msg51844.html

Also, you may be able to work around the problem by just removing the
pythonlib/email/ directory from your Mailman installation. This won't
stop the deprecation warnings, but it may allow your current Mailman
to run.

I therefore deleted the directory and the removed the package:

sudo rm -rf /usr/lib/mailman/pythonlib/email
sudo apt-get remove mailman

The package was successfully removed. I guess I could have allowed the
upgrade to go ahead but I was testing!

The tasks held back from the do-release-upgrade then continued
automatically after the package had been removed.

-- 
list_lists crashed with ImportError in module() no module names email.messages
https://bugs.launchpad.net/bugs/343046
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 368323] Re: dovecot refuses connection after upgrade

2010-06-20 Thread TJ
** Changed in: dovecot (Ubuntu)
   Status: Invalid = Confirmed

-- 
dovecot refuses connection after upgrade
https://bugs.launchpad.net/bugs/368323
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 368323] Re: dovecot refuses connection after upgrade

2010-06-20 Thread TJ
Confirming this affects a Hardy LTS ? Lucid LTS upgrade.

The symptoms are that after the upgrade IMAP4 clients cannot connect to
the server, but there are few clues.

After sorting out the other issues caused by the upgrade such as
pointing dovecot to the /etc/ssl/certs/$CERT.{pem,key} I hit this one.

Nothing at all was appearing in /var/log/dovecot.log about connections.
There were entries showing the dovecot processes were starting, and ps
-ef A grep dovecot showed they were running.

I enabled auth_debug = yes but no clues appeared.

Then I check the network connections and noticed there were no IPv4
sockets being used:

sudo -i
netstat -tlnp | grep dovecot
tcp6   0  0 :::993  :::*LISTEN  
7933/dovecot
tcp6   0  0 :::995  :::*LISTEN  
7933/dovecot
tcp6   0  0 :::110  :::*LISTEN  
7933/dovecot
tcp6   0  0 :::143  :::*LISTEN  
7933/dovecot

Looking in the unedited /etc/dovecot/dovecot.conf inherited from Hardy
I found:

listen = [::]

In the comments above that is the clue to the solution:

[::] listens in all IPv6 interfaces, but may also listen in all IPv4
# interfaces depending on the operating system.

It seems that on Hardy that it would listen on both IPv6 and IPv4
sockets, but now it is more specific.

I changed it to:

listen = *

Restarting dovecot solved the problem and clients connected once more.

-- 
dovecot refuses connection after upgrade
https://bugs.launchpad.net/bugs/368323
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 134274] Re: TCP_DEFER_ACCEPT causes random HTTP connection failures in load-balanced web-server farms

2010-01-30 Thread TJ
Please do not change the status of a confirmed/triaged bug that
describes a known issue that is as yet unresolved.

** Changed in: apache2 (Ubuntu)
   Status: Invalid = Triaged

-- 
TCP_DEFER_ACCEPT causes random HTTP connection failures in load-balanced 
web-server farms
https://bugs.launchpad.net/bugs/134274
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 544377] [NEW] PXE Error: Only absolute filenames allowed

2010-03-22 Thread TJ
*** This bug is a duplicate of bug 531123 ***
https://bugs.launchpad.net/bugs/531123

Public bug reported:

Binary package hint: tftp-hpa

I've just upgraded a rarp/bootp/tftp PXE server that hosts bootable
images for the LAN from Karmic to Lucid using:

do-release-upgrade -d

Prior to the upgrade it worked fine. After the upgrade PXE clients
report:

Only absolute filename allowed
TFTP Error - Access Violation

Running a network sniffing session I see:

sudo tcpdump -ni eth0 -v -T tftp 'udp'
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
18:14:33.056751 IP (tos 0x0, ttl 20, id 2, offset 0, flags [none], proto UDP 
(17), length 55)
10.254.251.95.2070  10.254.251.2.69:  27 RRQ pxelinux.0 octet tsize 0
18:14:33.062219 IP (tos 0x0, ttl 64, id 9743, offset 0, flags [none], proto UDP 
(17), length 64)
10.254.251.2.48777  10.254.251.95.2070:  36 ERROR EACCESS Only absolute 
filenames allowed
18:14:33.063885 IP (tos 0x0, ttl 20, id 3, offset 0, flags [none], proto UDP 
(17), length 60)
10.254.251.95.2071  10.254.251.2.69:  32 RRQ pxelinux.0 octet blksize 
1456
18:14:33.069505 IP (tos 0x0, ttl 64, id 9744, offset 0, flags [none], proto UDP 
(17), length 64)
10.254.251.2.39907  10.254.251.95.2071:  36 ERROR EACCESS Only absolute 
filenames allowed

** Affects: tftp-hpa (Ubuntu)
 Importance: Undecided
 Status: New

-- 
PXE Error: Only absolute filenames allowed
https://bugs.launchpad.net/bugs/544377
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tftp-hpa in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 544377] Re: PXe Error: Only absolute filenames allowed

2010-03-22 Thread TJ
*** This bug is a duplicate of bug 531123 ***
https://bugs.launchpad.net/bugs/531123

The issue is caused because the tftpd-hpa --secure flag is not being
used. I've added it to /etc/default/tftpd-hpa:

TFTP_OPTIONS=-s

Now I see:

sudo tcpdump -ni eth0 -v -T tftp 'udp'
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
18:25:50.528436 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto UDP 
(17), length 47)
10.254.251.51.42972  10.254.251.2.69:  19 RRQ pxelinux.0 octet
18:25:50.551265 IP (tos 0x0, ttl 64, id 31434, offset 0, flags [none], proto 
UDP (17), length 544)
10.254.251.2.44414  10.254.251.51.42972:  516 DATA block 1
18:25:50.553521 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto UDP 
(17), length 32)
10.254.251.51.42972  10.254.251.2.44414:  4 ACK block 1
...


** Summary changed:

- PXe Error: Only absolute filenames allowed
+ PXE Error: Only absolute filenames allowed

** This bug has been marked a duplicate of bug 531123
   pxe boot with tftpd-hpa failed with error: Forbidden Directory

-- 
PXE Error: Only absolute filenames allowed
https://bugs.launchpad.net/bugs/544377
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tftp-hpa in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 531123] Re: pxe boot with tftpd-hpa failed with error: Forbidden Directory

2010-03-22 Thread TJ
This appears to be the same issue as my report of failed PXE in bug
#544377 PXE Error: Only absolute filenames allowed and is caused by
the tftpd-hpa daemon not being started with --secure (-s) mode.

I added it to /etc/default/tftpd-hpa:

TFTP_OPTIONS=-s

-- 
pxe boot with tftpd-hpa failed with error: Forbidden Directory
https://bugs.launchpad.net/bugs/531123
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tftp-hpa in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1342083] [NEW] Failed to create chardev due to apparmor DENIED execute of /usr/lib/pt_chown

2014-07-15 Thread TJ
Public bug reported:

On 14.04 x86_64 a default QEMU VM fails to start (even before the
install from ISO image stage) with:


2014-07-15 12:02:56.278+: starting up
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin 
QEMU_AUDIO_DRV=none /usr/bin/kvm-spice -name Test -S -machine 
pc-i440fx-trusty,accel=kvm,usb=off -m 1024 -realtime mlock=off -smp 
2,sockets=2,cores=1,threads=1 -uuid 7c06d584-db97-454c-c19d-a759f92b9572 
-no-user-config -nodefaults -chardev 
socket,id=charmonitor,path=/var/lib/libvirt/qemu/Test.monitor,server,nowait 
-mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-reboot -boot 
strict=on -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -drive 
file=/var/lib/libvirt/images/Test.img,if=none,id=drive-virtio-disk0,format=raw 
-device 
virtio-blk-pci,scsi=off,bus=pci.0,addr=0x5,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=2
 -drive 
file=/home/all/VirtualMachines/iso/ubuntu-14.04-server-amd64.iso,if=none,id=drive-ide0-1-0,readonly=on,format=raw
 -device ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0,bootindex=1 
-netdev tap,fd=25,id=hostnet0,vhost=on,vhostfd=26 -device virtio-net-pci,net
 dev=hostnet0,id=net0,mac=52:54:00:01:ca:81,bus=pci.0,addr=0x3 -chardev 
pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 -vnc 
127.0.0.1:0 -device cirrus-vga,id=video0,bus=pci.0,addr=0x2 -device 
intel-hda,id=sound0,bus=pci.0,addr=0x4 -device 
hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device 
virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
qemu-system-x86_64: -chardev pty,id=charserial0: Failed to create chardev
2014-07-15 12:02:56.494+: shutting down

With the kernel log showing:

Jul 15 13:02:56 hephaestion kernel: [48357.666272] audit: type=1400 
audit(1405425776.174:72): apparmor=STATUS operation=profile_load 
name=libvirt-7c06d584-db97-454c-c19d-a759f92b9572 pid=22796 
comm=apparmor_parser
Jul 15 13:02:56 hephaestion kernel: [48357.744454] device vnet0 entered 
promiscuous mode
Jul 15 13:02:56 hephaestion kernel: [48357.752492] virbr0: port 1(vnet0) 
entered listening state
Jul 15 13:02:56 hephaestion kernel: [48357.752517] virbr0: port 1(vnet0) 
entered listening state
Jul 15 13:02:56 hephaestion kernel: [48357.811719] audit: type=1400 
audit(1405425776.318:73): apparmor=DENIED operation=open 
profile=libvirt-7c06d584-db97-454c-c19d-a759f92b9572 name=/proc/22815/fd/ 
pid=22815 comm=qemu-system-x86 requested_mask=r denied_mask=r fsuid=121 
ouid=121
Jul 15 13:02:56 hephaestion kernel: [48357.811758] audit: type=1400 
audit(1405425776.318:74): apparmor=DENIED operation=exec 
profile=libvirt-7c06d584-db97-454c-c19d-a759f92b9572 name=/usr/lib/pt_chown 
pid=22815 comm=qemu-system-x86 requested_mask=x denied_mask=x fsuid=121 
ouid=0
Jul 15 13:02:56 hephaestion kernel: [48357.815363] virbr0: port 1(vnet0) 
entered disabled state
Jul 15 13:02:56 hephaestion kernel: [48357.816733] device vnet0 left 
promiscuous mode
Jul 15 13:02:56 hephaestion kernel: [48357.816754] virbr0: port 1(vnet0) 
entered disabled state
Jul 15 13:02:56 hephaestion kernel: [48358.195004] audit: type=1400 
audit(1405425776.702:75): apparmor=STATUS operation=profile_remove 
name=libvirt-7c06d584-db97-454c-c19d-a759f92b9572 pid=22824 
comm=apparmor_parser

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/1342083

Title:
  Failed to create chardev due to apparmor DENIED execute of
  /usr/lib/pt_chown

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1350643] [NEW] 6.2p1+ fails key-exchange with embedded SSH devices

2014-07-30 Thread TJ
Public bug reported:

I have various network devices with embedded SSH daemons, such as CDUs,
UPSs, managed Switches, DRAC, and so on. All devices have entries in the
ssh config file specifying an IdentityFile.

The particular embedded SSH daemon in this case is Mocana nanoSSH:

http://www.mocana.com/for-device-manufacturers/nanossh

Recently I had need to access a Server Technology Switched CDU via SSH
using 14.04 Trusty and its OpenSSH_6.6.1p1. Connections consistently
failed at:

$ ssh -vvv cdu-01
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /home/tj/.ssh/config
debug1: /home/tj/.ssh/config line 101: Applying options for cdu-01
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Hostname has changed; re-reading configuration
debug1: Reading configuration data /home/tj/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 10.254.0.3 [10.254.0.3] port 22.
debug1: Connection established.
...
debug2: kex_parse_kexinit: reserved 0
debug2: mac_setup: setup hmac-md5
debug1: kex: server-client aes128-cbc hmac-md5 none
debug2: mac_setup: setup hmac-md5
debug1: kex: client-server aes128-cbc hmac-md5 none
debug2: bits set: 531/1024
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
Received disconnect from 10.254.0.3: 11: Logged out.

Initially I thought the local configuration had been corrupted in some
way since the local /home/ was moved from a 13.04 to 14.04 installation.
Later I discovered a bug report of this issue affecting other embedded
network devices reported against versions of OpenSSH later than 6.1p1 on
the BSD operating system at:

https://bugzilla.mindrot.org/show_bug.cgi?id=2116

I then chroot-ed into the earlier 13.04 installation and tried again
with its OpenSSH_6.1p1 and it connected:

$ ssh -vvv hostmaster@10.254.0.3
OpenSSH_6.1p1 Debian-4, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 10.254.0.3 [10.254.0.3] port 22.
debug1: Connection established.
...
debug2: kex_parse_kexinit: reserved 0
debug2: mac_setup: found hmac-md5
debug1: kex: server-client aes128-cbc hmac-md5 none
debug2: mac_setup: found hmac-md5
debug1: kex: client-server aes128-cbc hmac-md5 none
debug2: dh_gen_key: priv key bits set: 117/256
debug2: bits set: 521/1024
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Server host key: DSA 17:36:55:87:49:a5:a4:9f:02:42:8b:da:88:7c:bb:41
The authenticity of host '10.254.0.3 (10.254.0.3)' can't be established.
DSA key fingerprint is 17:36:55:87:49:a5:a4:9f:02:42:8b:da:88:7c:bb:41.
Are you sure you want to continue connecting (yes/no)?

The cause is apparently a buffer overflow in the embedded Mocana SSH
daemon with cipher/mac lists longer than ~287 bytes.

I fixed it by limiting the list of Ciphers and Macs sent, via the
ssh_config:

Host cdu-01
Hostname 10.254.0.3
User hostmaster
IdentityFile ~/.ssh/id_hostmaster
IdentitiesOnly yes
Protocol 2
Ciphers aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-cbc,arcfour
Macs hmac-sha1,hmac-md5


$ ssh -vvv cdu-01  
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /home/tj/.ssh/config
debug1: /home/tj/.ssh/config line 101: Applying options for cdu-01
debug3: ciphers ok: 
[aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-cbc,arcfour]
debug3: macs ok: [hmac-sha1,hmac-md5]
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Hostname has changed; re-reading configuration
debug1: Reading configuration data /home/tj/.ssh/config
debug3: ciphers ok: 
[aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-cbc,arcfour]
debug3: macs ok: [hmac-sha1,hmac-md5]
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 10.254.0.3 [10.254.0.3] port 22.
debug1: Connection established.
...
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Server host key: DSA 17:36:55:87:49:a5:a4:9f:02:42:8b:da:88:7c:bb:41
debug3: load_hostkeys: loading entries for host 10.254.0.3 from file 
/home/tj/.ssh/known_hosts
debug3: load_hostkeys: loaded 0 keys
The authenticity of host '10.254.0.3 (10.254.0.3)' can't be established.
DSA key fingerprint is 17:36:55:87:49:a5:a4:9f:02:42:8b:da:88:7c:bb:41.
Are you sure you want to continue connecting (yes/no)?

** Affects: openssh (Ubuntu)
 Importance: Low
 Status: Triaged

** Changed in: openssh (Ubuntu)
   Status: New = Triaged

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

-- 
You received this bug notification because you are a member

Re: [Bug 1350643] Re: 6.2p1+ fails key-exchange with embedded SSH devices

2014-07-31 Thread TJ
On 31/07/14 04:18, Seth Arnold wrote:
 It might be worth changing your ciphers to something like

Seth, that is terrible  OK, I'll try it later on, although I have no idea 
what CPU the embedded controller on the CDU uses. If I knew that I might be 
able to craft the buffer overflow to do 
something useful.

I've been explicit in describing the issue since it looks like the kind
of thing that many sys-admins could hit and not get to the bottom of.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1350643

Title:
  6.2p1+ fails key-exchange with embedded SSH devices

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 63165] Re: 3BUG: soft lockup detected on CPU#1!

2006-10-02 Thread TJ
The result is the same as reported in the EFLAGS line above:

2.6.15-26-server

The same error has happened twice more since the initial report. There
was no log capture on these occasions as they were followed by kernel
panics.

-- 
3BUG: soft lockup detected on CPU#1!
https://launchpad.net/bugs/63165

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


[Bug 63165] Re: 3BUG: soft lockup detected on CPU#1!

2006-10-03 Thread TJ
It is possible this error is caused by a misconfiguration of the DDR RAM
modules on the Asus A7M266-D motherboard (mobo). I'll post a follow-up
to this comment once I'm sure this is the solution.

The mobo has 3 of a possible 4 PC2100 (unbuffered) modules installed. 
Memtest revealed a series of 'test-5' failures but moving the modules around 
didn't isolate one module.

Two DDR modules had been removed from this mobo and inserted in another
identical mobo, and a spare module was installed. The installed modules
are: 512, 512, 256; giving a total of 1280MB.

During boot the BIOS summary display usually disappears before it can be
read but during one boot sequence I pressed 'Pause'. I noticed that the
SDRAM slot report showed 2,3,4 rather than 1,2,3 as I would expect.

Examining the mobo manual and then the mobo itself revealed that slot-1
was empty. Slot-1 is nearest to the CPUs. The mobo isn't marked, so when
the 2 modules were removed they were taken from slots 1  2.

I swapped the modules around, rebooted, and reran Memtest several times
and it didn't detect any failures.

The server was rebooted and didn't crash in 19 hours. At that point it
was restarted to test an install of Ubuntu 6.10 Server Edgy Eft Beta.

Note: 
Asus A7M266-D manual states that the mobo will support either:

four (4) Registered DDR DIMMs (64MB - 3.5GB)
two (2) unbuffered DDR DIMMs (64MB - 2GB)

So running this mobo with more than 2 unbuffered modules could cause
data corruption due to the load on the system bus. Something to be aware
of of you're wanting to pack it with RAM.

However, I've been running these mobos with 4 unbuffered Crucial-branded
512MB DDR DIMMs for several years without problems.

-- 
3BUG: soft lockup detected on CPU#1!
https://launchpad.net/bugs/63165

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


[Bug 63828] Re: Edgy Eft Beta: Server CD-Check CD: MD5 failure

2006-10-03 Thread TJ
I should have added that Edgy Eft Server Beta was successfully installed
to the system from the same CD.

-- 
Edgy Eft Beta: Server CD-Check CD: MD5 failure
https://launchpad.net/bugs/63828

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


[Bug 63828] Edgy Eft Beta: Server CD-Check CD: MD5 failure

2006-10-03 Thread TJ
Public bug reported:

There seems to be some kind of error in the Check CD function on the
ubuntu-6.10-beta-server-i386.iso.

I downloaded it using BitTorrrent. After burning the CD, on booting and
choosing Check CD it stopped with the error:

Integrity test failed
The ./dists/edgy/main/binary-i386/Release file failed the MD5 checksum 
verification.

After pressing Continue the installer gets stuck in an endless loop
doing the following:

Oct 3 18:15:07 init: Starting pid 14486, console /dev/vc/1: 
'/sbin/debian-installer'
readlink: /proc/self/fd/0: No such file or directory
Oct 3 18:15:08 init: Process '/sbin/debian-installer' (pid 14486) exited. 
Scheduling it for restart.

I checked the ISO's MD5 and it is correct.

0E147ADEE45BA78AD56E457C18255F5E ubuntu-6.10-beta-server-i386.iso

The download server MD5SUMS file lists:
0e147adee45ba78ad56e457c18255f5e ubuntu-6.10-beta-server-i386.iso

The ./dists/edgy/main/binary-i386/Release file MD5 calculated from the CD is:
3D0310E32D0B174A312ED2C1F7EC022B Release

And listed in the CD's /md5sum.txt as:
3d0310e32d0b174a312ed2c1f7ec022b ./dists/edgy/main/binary-i386/Release

The MD5 of the CDs /md5sum.txt is:
73F86EE32D7E60DAC80476EBE0ABBE35 md5sum.txt

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Edgy Eft Beta: Server CD-Check CD: MD5 failure
https://launchpad.net/bugs/63828

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


[Bug 69498] Kernel BUG at mm/rmap.c:560

2006-11-01 Thread TJ
Public bug reported:

Found similar bug @ http://bugzilla.kernel.org/show_bug.cgi?id=6979

Linux mojojojo 2.6.17-10-generic #2 SMP Fri Oct 13 15:34:39 UTC 2006 x86_64 
GNU/Linux
[ 8938.014248] --- [cut here ] - [please bite here ] -
[ 8938.014255] Kernel BUG at mm/rmap.c:560
[ 8938.014257] invalid opcode:  [1] SMP 
[ 8938.014259] CPU 0 
[ 8938.014261] Modules linked in: binfmt_misc rfcomm l2cap bluetooth vmnet 
vmmon nfsd exportfs lockd sunrpc powernow_k8 cpufreq_userspace cpufreq_stats 
freq_table cpufreq_powersave cpufreq_ondemand cpufreq_conservative video 
tc1100_wmi sony_acpi sbs pcc_acpi i2c_ec hotkey dev_acpi container button 
battery asus_acpi ac nls_iso8859_1 nls_cp437 vfat fat xfs ipv6 sbp2 lp bt878 
snd_intel8x0 snd_ac97_codec snd_ac97_bus snd_pcm_oss snd_pcm tuner 
snd_mixer_oss tda9887 af_packet bttv video_buf ir_common nvidia snd_seq_dummy 
sg tsdev compat_ioctl32 i2c_algo_bit snd_seq_oss snd_seq_midi snd_rawmidi 
snd_seq_midi_event snd_seq snd_timer v4l2_common btcx_risc snd_seq_device 
psmouse tveeprom snd soundcore snd_page_alloc irtty_sir sir_dev videodev shpchp 
pci_hotplug serio_raw pcspkr irda crc_ccitt parport_pc parport evdev 
i2c_nforce2 i2c_core floppy usbhid usb_storage libusual ext3 jbd forcedeth 
ohci1394 ieee1394 ehci_hcd ohci_hcd usbcore ide_generic ide_cd cdrom ide_disk 
generic amd74xx sd_mod sata_nv libata scsi_mod thermal processor fan vesafb 
capability commoncap vga16fb cfbcopyarea vgastate cfbimgblt cfbfillrect fbcon 
tileblit font bitblit softcursor
[ 8938.014309] Pid: 11372, comm: mythbackend Tainted: P  2.6.17-10-generic 
#2
[ 8938.014312] RIP: 0010:[8020a774] 
8020a774{page_remove_rmap+20}
[ 8938.014319] RSP: :810062359d60  EFLAGS: 00210286
[ 8938.014322] RAX:  RBX: 0002 RCX: 8100c000
[ 8938.014326] RDX: 810063b3a000 RSI: 81002a313000 RDI: 81007ed2abf0
[ 8938.014329] RBP: 81007ed2abf0 R08:  R09: 
[ 8938.014332] R10:  R11: 00200246 R12: 81007ec5da40
[ 8938.014335] R13: 810053b18420 R14: 2c80 R15: 81007f9bf4c0
[ 8938.014339] FS:  48011950(0063) GS:805f3000() 
knlGS:f7e938c0
[ 8938.014342] CS:  0010 DS:  ES:  CR0: 8005003b
[ 8938.014344] CR2: 2c80 CR3: 656f6000 CR4: 06e0
[ 8938.014348] Process mythbackend (pid: 11372, threadinfo 810062358000, 
task 810037a73510)
[ 8938.014350] Stack: 802108cc 8100650feb20 810037bb4a40 
810063b3a000 
[ 8938.014357]810063b3a000 80002a312e29 81007f9bf4c0 
2c80 
[ 8938.014363] 810053b18420 
[ 8938.014366] Call Trace: 802108cc{do_wp_page+572} 
80208d6c{__handle_mm_fault+2268}
[ 8938.014390]8828b5ae{:videodev:video_usercopy+542} 
8887bb60{:bttv:bttv_do_ioctl+0}
[ 8938.014421]8026d947{do_page_fault+1207} 
80246d70{do_ioctl+112}
[ 8938.014451]802664a1{error_exit+0}
[ 8938.014471] 
[ 8938.014472] Code: 0f 0b 68 51 79 43 80 c2 30 02 66 90 48 c7 c6 ff ff ff ff 
bf 
[ 8938.014481] RIP 8020a774{page_remove_rmap+20} RSP 
810062359d60
[ 8938.014487]

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Kernel BUG at mm/rmap.c:560
https://launchpad.net/bugs/69498

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


[Bug 63165] 3BUG: soft lockup detected on CPU#1!

2006-09-30 Thread TJ
Public bug reported:

I've just installed Server 6.06 on a dual-CPU Asus A7M266-D.

I also installed the LAMP packages, webmin and sshd.

I left the server ticking over for a soak test with no customisations or
web applications installed.

After about 18 hours it crashed with the following report in kern.log. I'm not 
sure from the report where to being looking to debug this.
Since rebooting uptime is 38 1/2 hours, again just ticking over.

kernel: [43061450.24] SMP 
kernel: [43061450.24] Modules linked in: nls_utf8 ntfs ipv6 dm_mod 
af_packet md_mod lp snd_cmipci gameport snd_pcm_oss snd_mixer_oss snd_pcm 
snd_page_alloc snd_opl3_lib snd_timer snd_hwdep snd_mpu401_uart snd_rawmidi 
snd_seq_device snd jedec_probe cfi_probe i2c_amd756 gen_probe i2c_core 
soundcore parport_pc mtdcore chipreg map_funcs natsemi hw_random pcspkr psmouse 
parport floppy serio_raw amd_k7_agp shpchp pci_hotplug agpgart evdev reiserfs 
ide_generic ehci_hcd ohci_hcd usbcore ide_cd cdrom ide_disk generic amd74xx 
thermal processor fan fbcon tileblit font bitblit softcursor capability 
commoncap
kernel: [43061450.24] CPU:1
kernel: [43061450.24] EIP:0060:[pg0+2512941/1069167616]Not tainted 
VLI
kernel: [43061450.24] EFLAGS: 00010286   (2.6.15-26-server) 
kernel: [43061450.24] EIP is at 0xc06c082d
kernel: [43061450.24] eax:    ebx: c11a537c   ecx: df893040   edx: 
c1a10060
kernel: [43061450.24] esi: 00aa8f00   edi: 00228c01   ebp: c014d140   esp: 
c1b4bf70
kernel: [43061450.24] ds: 007b   es: 007b   ss: 0068
kernel: [43061450.24] Process watchdog/1 (pid: 7, threadinfo=c1b4a000 
task=dffdb560)
kernel: [43061450.24] Stack: c1b4bf7c 008d4800 c1b21f34  00200200 
00aa8f00 c012f360 dffdb560 
kernel: [43061450.24]c1a10ee0 c1b4a000 c1b21f34 c012f9b4 0065 
c1b4a000 c014d18f 03e8 
kernel: [43061450.24]0001 c1b4bfb8 0063 fffc c013b9d8 
0001 00ff  
kernel: [43061450.24] Call Trace:
kernel: [43061450.24]  [process_timeout+0/16] process_timeout+0x0/0x10
kernel: [43061450.24]  [msleep_interruptible+84/112] 
msleep_interruptible+0x54/0x70
kernel: [43061450.24]  [watchdog+79/128] watchdog+0x4f/0x80
kernel: [43061450.24]  [kthread+200/208] kthread+0xc8/0xd0
kernel: [43061450.24]  [kthread+0/208] kthread+0x0/0xd0
kernel: [43061450.24]  [kernel_thread_helper+5/16] 
kernel_thread_helper+0x5/0x10
kernel: [43061450.24] Code: d5 48 fe 45 fd ed 7f f0 05 47 f4 ca 96 37 c9 76 
2a 73 dc 97 0b 86 14 9e fb 96 a7 29 5f 2b 5f 59 8f a9 f6 af f5 4b 20 f6 0f 78 
ee db fe fc 14 bc 49 f7 bd ac d6 3a ec c4 35 19 38 8f a3 ec 2e c1 
kernel: [43061450.25]  3BUG: soft lockup detected on CPU#1!
kernel: [43061468.31] 
kernel: [43061468.31] Pid: 0, comm:  swapper
kernel: [43061468.31] EIP: 0060:[default_idle+44/96] CPU: 1
kernel: [43061468.31] EIP is at default_idle+0x2c/0x60
kernel: [43061468.31]  EFLAGS: 0246Not tainted  (2.6.15-26-server)
kernel: [43061468.31] EAX:  EBX: 01612f60 ECX: c0101030 EDX: 
df902000
kernel: [43061468.31] ESI: 0001 EDI:  EBP:  DS: 007b 
ES: 007b
kernel: [43061468.31] CR0: 8005003b CR2: b7fa1000 CR3: 3558f360 CR4: 
06b0
kernel: [43061468.31]  [cpu_idle+111/192] cpu_idle+0x6f/0xc0

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
3BUG: soft lockup detected on CPU#1!
https://launchpad.net/bugs/63165

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


[Bug 145128] Re: LiveCD No intel video

2007-10-25 Thread TJ

** Attachment added: Output of ddcprobe and lspci
   http://launchpadlibrarian.net/10169267/bug%23145128.log

-- 
LiveCD No intel video
https://bugs.launchpad.net/bugs/145128
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137989] Re: nm-applet crashes on connect to other wireless network

2007-10-25 Thread TJ
*** This bug is a duplicate of bug 124336 ***
https://bugs.launchpad.net/bugs/124336

** This bug has been marked a duplicate of bug 124336
   nm-applet crashed with SIGSEGV in gtk_combo_box_set_model

-- 
nm-applet crashes on connect to other wireless network
https://bugs.launchpad.net/bugs/137989
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 124336] Re: nm-applet crashed with SIGSEGV in gtk_combo_box_set_model

2007-10-25 Thread TJ
Confirmed here too. Gutsy x86_64 on Intel Core 2 Duo and  iw3945.

Bug #137989 (duplicate) contains a stack back-trace that matches the
results of several users including me.

-- 
nm-applet crashed with SIGSEGV in gtk_combo_box_set_model
https://bugs.launchpad.net/bugs/124336
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144155] Re: nm-applet SEGFAULT on click

2007-10-25 Thread TJ
*** This bug is a duplicate of bug 124336 ***
https://bugs.launchpad.net/bugs/124336

** This bug has been marked a duplicate of bug 124336
   nm-applet crashed with SIGSEGV in gtk_combo_box_set_model

-- 
nm-applet SEGFAULT on click
https://bugs.launchpad.net/bugs/144155
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 145128] Re: LiveCD No intel video

2007-10-25 Thread TJ
get-edid: get-edid version 1.4.1

Performing real mode VBE call
Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
Function supported
Call successful

VBE version 300
VBE string at 0x0 Intel815M(TM) Graphics Chip Accelerated VGA BIOS

VBE/DDC service about to be called
Report DDC capabilities

Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
Function supported
Call successful

Monitor and video card combination does not support DDC1 transfers
Monitor and video card combination does not support DDC2 transfers
0 seconds per 128 byte EDID block transfer
Screen is not blanked during DDC transfer

Reading next EDID block

VBE/DDC service about to be called
Read EDID

Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
Function supported
Call failed

The EDID data should not be trusted as the VBE call failed
Error: output block unchanged

-- 
LiveCD No intel video
https://bugs.launchpad.net/bugs/145128
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 124336] Re: nm-applet crashed with SIGSEGV in gtk_combo_box_set_model

2007-10-25 Thread TJ
** Changed in: network-manager-applet (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = TJ (intuitivenipple)

-- 
nm-applet crashed with SIGSEGV in gtk_combo_box_set_model
https://bugs.launchpad.net/bugs/124336
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 156476] Re: Cannot boot UBUNTU after installing 7.10 gutsy

2007-10-25 Thread TJ
DF Marrow, I agree. It is related to another bug I've been looking at:

Bug #108554 update leaves bootloader unable to find root partition

In your circumstances I suspect the unexpected Dell Restore primary
partition *after* the Extended partition is part of the issue. The
numbering may have got confused.

Primary Partitions are numbered 1-4.  Logical partitions in an Extended
Partition are numbered 5-8, so the usual discoery order is:

1 Recovery/Utility
2 Windows
3 Extended
5 Ubuntu
6 Linux Swap

In your case it'll be something like:

1 Utility
2 Windows
3 Extended
5 Ubuntu
6 Linux Swap
4 Restore

The best way to solve it is to use UUIDs to identify each partition. You
can discover them using:

$ ls -l /dev/disk/by-uuid

Add them to /boot/grub/menu.lst so you have something like this:

## ## Start Default Options ##

## default kernel options for automagic boot options
# kopt=root=UUID=bb2c3a14-1588-4fb9-8411-71f114b568b4 ro

## default grub root device
# groot=(hd0,4)

## ## End Default Options ##

title   Ubuntu Gutsy 64-bit, kernel 2.6.22-14-generic
root(hd0,4)
kernel  /vmlinuz-2.6.22-14-generic 
root=UUID=bb2c3a14-1588-4fb9-8411-71f114b568b4 ro quiet splash
initrd  /initrd.img-2.6.22-14-generic
quiet
savedefault

title   Ubuntu Gutsy 64-bit, kernel 2.6.22-13-generic (recovery mode)
root(hd0,4)
kernel  /vmlinuz-2.6.22-13-generic 
root=UUID=bb2c3a14-1588-4fb9-8411-71f114b568b4 ro single
initrd  /initrd.img-2.6.22-13-generic

title   Ubuntu, memtest86+
root(hd0,4)
kernel  /memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title   Other operating systems:
root

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title   Sony Windows Recovery Tool
root(hd0,0)
makeactive
chainloader +1

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title   Windows Vista Home Premium
root(hd0,1)
makeactive
chainloader +1


** This bug is no longer a duplicate of bug 8497
   grub guessed BIOS disk order incorrectly

-- 
Cannot boot UBUNTU after installing 7.10 gutsy
https://bugs.launchpad.net/bugs/156476
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 124336] Re: nm-applet crashed with SIGSEGV in gtk_combo_box_set_model

2007-10-25 Thread TJ
The bug appears to be caused by a memory allocation or reference-count
error. I've built network-manager-applet (aka package network-manager-
applet) and added a report:

src/wsp-wpa-eap.c::wso_wpa_eap_new()

phase2_type_combo = glade_xml_get_widget (opt-uixml, 
wpa_eap_phase2_type_combo);
tree_model = wso_wpa_create_phase2_type_model (capabilities, TRUE, 
num_added);
printf(About to call GTK_IS_TREE_MODEL(%lX)\n, tree_model);
printf(GTK_IS_TREE_MODEL (%lX)=%d\n, tree_model, 
GTK_IS_TREE_MODEL(tree_model));
gtk_combo_box_set_model (GTK_COMBO_BOX (phase2_type_combo), tree_model);
gtk_tree_model_get_iter_first (tree_model, iter);
gtk_combo_box_set_active_iter (GTK_COMBO_BOX (phase2_type_combo), 
iter);

Mostly it will crash, but sometimes it will work okay. Each of the
following was generated by starting nm-applet, clicking the
notification-area icon, and choosing Connect to Other Wireless
Network... :

$ nm-applet
About to call GTK_IS_TREE_MODEL(AC028590)
Segmentation fault (core dumped)

$ nm-applet (***WORKED***)
About to call GTK_IS_TREE_MODEL(C715A0)
About to call GTK_IS_TREE_MODEL(CE8620)

$ nm-applet
About to call GTK_IS_TREE_MODEL(AC018590)
Segmentation fault (core dumped)

$ nm-applet (***Failed during secondary stage***)
About to call GTK_IS_TREE_MODEL(D93010)
About to call GTK_IS_TREE_MODEL(AC0440A0)
Segmentation fault (core dumped)

-- 
nm-applet crashed with SIGSEGV in gtk_combo_box_set_model
https://bugs.launchpad.net/bugs/124336
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 124336] Re: nm-applet crashed with SIGSEGV in gtk_combo_box_set_model

2007-10-25 Thread TJ
This is just to show that the various security types are being added to
the ComboBox.

** Attachment added: Screenshot showing Security ComboBox when working
   http://launchpadlibrarian.net/10171036/Screenshot.png

-- 
nm-applet crashed with SIGSEGV in gtk_combo_box_set_model
https://bugs.launchpad.net/bugs/124336
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 124336] Re: nm-applet crashed with SIGSEGV in gtk_combo_box_set_model

2007-10-25 Thread TJ
It looks as if the fault is in libgtk+2.0. I'm continuing to track it.
Currently building debug versions of the grtk+2.0 libraries. It is
called from:

src/wireless-security-option.c::wso_wpa_create_phase2_type_model()

 model = gtk_list_store_new (2, G_TYPE_STRING, G_TYPE_INT);
 printf(wso_wpa_create_phase2_type_model() model=%lX\n, model);


$ nm-applet
wso_wpa_create_phase2_type_model() model=C6E590
About to call GTK_IS_TREE_MODEL(C6E590)
GTK_IS_TREE_MODEL (C6E590)=1
wso_wpa_create_phase2_type_model() model=CEDE10
About to call GTK_IS_TREE_MODEL(CEDE10)
GTK_IS_TREE_MODEL (CEDE10)=1
wso_wpa_create_phase2_type_model() model=A35EB0
About to call GTK_IS_TREE_MODEL(A35EB0)
GTK_IS_TREE_MODEL (A35EB0)=1
wso_wpa_create_phase2_type_model() model=EA3F30
About to call GTK_IS_TREE_MODEL(EA3F30)
GTK_IS_TREE_MODEL (EA3F30)=1
wso_wpa_create_phase2_type_model() model=E74890
About to call GTK_IS_TREE_MODEL(E74890)
GTK_IS_TREE_MODEL (E74890)=1
wso_wpa_create_phase2_type_model() model=F73140
About to call GTK_IS_TREE_MODEL(F73140)
GTK_IS_TREE_MODEL (F73140)=1
wso_wpa_create_phase2_type_model() model=EC8230
About to call GTK_IS_TREE_MODEL(EC8230)
GTK_IS_TREE_MODEL (EC8230)=1
wso_wpa_create_phase2_type_model() model=2AAAB000EA80
About to call GTK_IS_TREE_MODEL(B000EA80)
Segmentation fault (core dumped)

-- 
nm-applet crashed with SIGSEGV in gtk_combo_box_set_model
https://bugs.launchpad.net/bugs/124336
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 124336] Re: nm-applet crashed with SIGSEGV in gtk_combo_box_set_model

2007-10-25 Thread TJ
Thanks to Steve Langasek on #ubuntu-devel who looked at this and spotted
that the prototype for wso_wpa_create_phase2_type_model() was missing.

Added to src/wso-private.h

GtkTreeModel * wso_wpa_create_phase2_type_model (int capabilities,
gboolean wpa_eap, int *num_added);

Patch attached

** Attachment added: Add prototype for wso_wpa_create_phase2_type_model()
   http://launchpadlibrarian.net/10171627/bug124336.diff

-- 
nm-applet crashed with SIGSEGV in gtk_combo_box_set_model
https://bugs.launchpad.net/bugs/124336
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 124336] Re: nm-applet crashed with SIGSEGV in gtk_combo_box_set_model

2007-10-25 Thread TJ
network-manager-applet (0.6.5-0ubuntu11) gutsy; urgency=low

  * 
debian/patches/15_lp124336_missing_prototype_causes_connect_to_other_networks_sigsegv.patch:
Fix SIGSEGV caused by pointerintpointer conversion on x86_64. (LP: 
#124366)

 -- TJ [EMAIL PROTECTED]  Thu, 25 Oct 2007 21:00:00 +


** Attachment added: network-manager-applet_0.6.5.debdiff
   http://launchpadlibrarian.net/10171960/network-manager-applet_0.6.5.debdiff

** Changed in: network-manager-applet (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
nm-applet crashed with SIGSEGV in gtk_combo_box_set_model
https://bugs.launchpad.net/bugs/124336
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 124336] Re: nm-applet crashed with SIGSEGV in gtk_combo_box_set_model

2007-10-25 Thread TJ
If you'd like to test this package it is available for download at:

http://intuitivenipple.net/dev/ubuntu/network-manager-
gnome_0.6.5-0ubuntu11_amd64.deb

To install it do:

$ wget 
http://intuitivenipple.net/dev/ubuntu/network-manager-gnome_0.6.5-0ubuntu11_amd64.deb
$ sudo killall nm-applet
$ sudo dpkg -i network-manager-gnome_0.6.5-0ubuntu11_amd64.deb
$ nm-applet 

This will download the package, stop any running instance of the applet,
install the fixed version, and then start the applet in the background.

Please report back your results (success or failure, etc.).

-- 
nm-applet crashed with SIGSEGV in gtk_combo_box_set_model
https://bugs.launchpad.net/bugs/124336
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 124336] Re: nm-applet crashed with SIGSEGV in gtk_combo_box_set_model

2007-10-25 Thread TJ
There is no upstream link so here's the Gnome bug SIGSEGV on x86_64
when doing Connect to Other Wireless Network...:

http://bugzilla.gnome.org/show_bug.cgi?id=490312

-- 
nm-applet crashed with SIGSEGV in gtk_combo_box_set_model
https://bugs.launchpad.net/bugs/124336
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 149014] Re: approt not loading crash report into launchpad

2007-10-25 Thread TJ
*** This bug is a duplicate of bug 137406 ***
https://bugs.launchpad.net/bugs/137406

** This bug has been marked a duplicate of bug 137406
   apport stopped working

-- 
approt not loading crash report into launchpad
https://bugs.launchpad.net/bugs/149014
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144507] Re: apport not functioning?

2007-10-25 Thread TJ
*** This bug is a duplicate of bug 137406 ***
https://bugs.launchpad.net/bugs/137406

** This bug has been marked a duplicate of bug 137406
   apport stopped working

-- 
apport not functioning?
https://bugs.launchpad.net/bugs/144507
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137406] Re: apport stopped working

2007-10-25 Thread TJ
** Also affects: update-notifier (Ubuntu)
   Importance: Undecided
   Status: New

-- 
apport stopped working
https://bugs.launchpad.net/bugs/137406
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 155884] Re: apport - No crash report notifications in Gutsy

2007-10-25 Thread TJ
*** This bug is a duplicate of bug 137406 ***
https://bugs.launchpad.net/bugs/137406

** This bug has been marked a duplicate of bug 137406
   apport stopped working

-- 
apport - No crash report notifications in Gutsy
https://bugs.launchpad.net/bugs/155884
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137406] Re: apport stopped working

2007-10-25 Thread TJ
I've added several duplicates to this bug. It looks as if this is the
earliest of the bunch.

The issue is caused by a change in update-notifier 0.60 where the
default setting of gconf's

apps/update-notifier/show_apport_crashes

was changed to false for the Release Candidate but not changed back to true for
release 0.61.

To correct the setting:

$  gconftool-2 --type bool --set /apps/update-
notifier/show_apport_crashes true


** Changed in: update-notifier (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = TJ (intuitivenipple)
   Status: New = Confirmed

-- 
apport stopped working
https://bugs.launchpad.net/bugs/137406
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137406] Re: apport stopped working

2007-10-25 Thread TJ

** Attachment added: Enable show_apport_crashes
   http://launchpadlibrarian.net/10174867/update-notifier.debdiff

** Changed in: update-notifier (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
apport stopped working
https://bugs.launchpad.net/bugs/137406
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137406] Re: apport stopped working

2007-10-25 Thread TJ
update-notifier (0.62) gutsy; urgency=low

  * data/update-notifier.schemas.in: 
- Re-enable apport (disabled in 0.60)

 -- TJ [EMAIL PROTECTED]  Fri, 26 Oct 2007 03:30:00 +

-- 
apport stopped working
https://bugs.launchpad.net/bugs/137406
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 156476] Re: Cannot boot UBUNTU after installing 7.10 gutsy

2007-10-26 Thread TJ
Tormod, good point. I was thinking at cross-purposes with some other
grub-related issues I'm working on.

For this one I should have focused on the default setting of groot.

## default grub root device
# groot=(hd0,4)

-- 
Cannot boot UBUNTU after installing 7.10 gutsy
https://bugs.launchpad.net/bugs/156476
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137406] Re: apport stopped working

2007-10-26 Thread TJ
I found mention of the policy behind disabling apport reporting from
update-notifier today. It seems it is a deliberate decision because
data-center infrastructure isn't ready to deal usefully with the
expected volume of apport attachments.

See https://lists.ubuntu.com/archives/ubuntu-
devel/2007-April/023526.html

I'm therefore withdrawing the patch but those that want to manually
report crashes can do:

$  /usr/share/apport/apport-gtk

or if you want to enable the automatic handling:

$ gconftool-2 --type bool --set /apps/update-
notifier/show_apport_crashes true

** Attachment removed: Enable show_apport_crashes

   http://launchpadlibrarian.net/10174867/update-notifier.debdiff

** Changed in: update-notifier (Ubuntu)
 Assignee: TJ (intuitivenipple) = (unassigned)
   Status: In Progress = Won't Fix

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

-- 
apport stopped working
https://bugs.launchpad.net/bugs/137406
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 156085] Re: Could not open /proc/bus/usb/devices

2007-10-27 Thread TJ
Your initial comment made me smile - it was the first thing I tried.
When I realised that wouldn't work I got smarter and did

mount --bind /sys/bus/usb /proc/bus/usb

and felt mighty pleased it worked! However qmeu/kvm still couldn't find
any devices and I realised it was because in

/sys/bus/usb/devices all the device-links are relative, and begin
../../../devices Unfortunately, in the /proc/bus/usb tree that takes us
to /proc/devices which is a regular file and already exists - drat,
foiled again!

If other's can confirm this is a problem on 32-bit and 64-bit qemu and
kvm I'll post apply the patch and post an SRU debdiff.


** Changed in: qemu (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = TJ (intuitivenipple)
   Status: New = In Progress

** Changed in: kvm (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = TJ (intuitivenipple)
   Status: New = In Progress

-- 
Could not open /proc/bus/usb/devices
https://bugs.launchpad.net/bugs/156085
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 157841] gnome-keyboard-properties ignores default

2007-10-27 Thread TJ
Public bug reported:

Binary package hint: gnome-control-center

Ubuntu Gutsy x86.

After installation (in a kvm/qemu virtual machine) from the Desktop ISO
image  keyboard preferences  Layouts listed only U.S. English despite
the host using a standard British en-gb keyboard and qemu being passed
the -k en-gb option.

Time-zone is set to London, 'locale' reports en_GB.UTF8 for all
environment variables.

I manually added the United Kingdom layout to gnome-keyboard-properties
and set it as the default. I also disabled Separate layout for each
window. The UK layout wasn't used by applications so I restarted the
guest.

At the gdm login the layout was still en-us (shift-3 was # not £, etc.).
After log-in and confirming the default setting was still 'United
Kingdom' in gnome-keyboard-properties the 'U.S. English' layout was
still in effect. Doing Alt+F2 and typing shift-3 resulted in # not £.
The keyboard-indicator panel applet shows GBr which I assume is short
for Great Britain (shouldn't this text match the layout code and show
'United Kingdom' ?)

According to the help text the Reset to defaults button should
restore all keyboard layout settings to their initial state for your
system and locale

If I now use the keyboard-indicator to select the 'United Kingdom' group
the layout changes and shift-3 correctly produces £.

It seems as if all the settings report United Kingdom (including
keyboard-indicator showing 'GBr') but until keyboard-indicator is used
to select a layout the system still defaults to U.S. English.

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gnome-keyboard-properties ignores default
https://bugs.launchpad.net/bugs/157841
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 158040] Re: tracker doesn't leave any for the rest of the class

2007-10-28 Thread TJ
Confirmed here too. I spent a few hours trying to solve an issue whereby
one of my development projects that uses inotify couldn't add new
watches. I checked the maximum limits but couldn't find a way to get
inotify to report a list of the watches so in the end gave up on it.

Like Scott I have a *lot* of directories configured in two trees
(Projects/ and SourceCode)/. SourceCode has copies of the source of
about a hundred packages I have debugged or inspected and in addition
the complete kernel, l-u-m and l-r-m trees for Feisty, Gutsy and
kernel.org.

-- 
tracker doesn't leave any for the rest of the class
https://bugs.launchpad.net/bugs/158040
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 156085] Re: Could not open /proc/bus/usb/devices

2007-10-28 Thread TJ
There is a work-around that re-enables /proc/bus/usb/devices:

Support for /proc/bus/usb/* was removed in the initscripts package (part
of sysvinit), as per this changelog entry:

sysvinit (2.86.ds1-14.1ubuntu22) gutsy; urgency=low

  * Drop /proc/bus/usb again; software should all be ported to check
/dev/bus/usb first by now.

 -- Scott James Remnant [EMAIL PROTECTED]  Wed, 11 Jul 2007 13:47:24
+0100


To re-enable it edit the file  '/etc/init.d/mountdevsubfs.sh' and uncomment the 
code after line 40 so it reads:

# Magic to make /proc/bus/usb work
#
mkdir -p /dev/bus/usb/.usbfs
domount usbfs  /dev/bus/usb/.usbfs 
-obusmode=0700,devmode=0600,listmode=0644
ln -s .usbfs/devices /dev/bus/usb/devices
mount --rbind /dev/bus/usb /proc/bus/usb


Execute the script manually to enable the change before a system reboot:

$ sudo /etc/init.d/mountdevsubfs.sh start

I'm adding the sysvinit package to this bug-report since the changelog
entry says applications should now use /dev/bus/usb, but it seems that
usb is the only 'bus' using that location. Everything else uses
/sys/bus/. Therefore it directly causes the qemu/kvm problem. It seems
illogical to require all applications that access USB to be patched for
this.

There's a related bug report for VirtualBox with a comment by Scott, but
no rationale to why it was done.

Bug #151585 USB Devices unrecognised by virtualbox (/proc/bus/usb
missing)


** Also affects: sysvinit (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Could not open /proc/bus/usb/devices
https://bugs.launchpad.net/bugs/156085
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151585] Re: USB Devices unrecognised by virtualbox (/proc/bus/usb missing)

2007-10-28 Thread TJ
There's a related bug to this affecting qemu/kvm:

Bug #156085 in kvm (Ubuntu) Could not open /proc/bus/usb/devices

-- 
USB Devices unrecognised by virtualbox (/proc/bus/usb missing)
https://bugs.launchpad.net/bugs/151585
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 292541] Re: Hotmail not working, useragent issue

2008-11-03 Thread TJ
Jeff you right. Please use opera because this browser is fix this
problem and work more than Firefox.

-- 
Hotmail not working, useragent issue
https://bugs.launchpad.net/bugs/292541
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 292541] Re: MASTER Hotmail not working, useragent issue

2008-11-05 Thread TJ
To Alexander Sack after opera an updated hotmail is work but firefox ...


complain with hotmail not with us.   What does it mean? Why Opera
work?

-- 
MASTER Hotmail not working, useragent issue
https://bugs.launchpad.net/bugs/292541
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 240356] Re: package mpd 0.13.1-3ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-10-11 Thread TJ
The needs back-porting to Hardy, where it still causes failure to remove
the package.

-- 
package mpd 0.13.1-3ubuntu1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/240356
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 240356] Re: package mpd 0.13.1-3ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-10-11 Thread TJ
A quick patch to get the Hardy package to uninstall is to edit
/etc/init.d/mpd and in the mpd_stop() function edit the start-stop-
daemon command-line, adding --oknodo, so it looks like this:

log_daemon_msg Stopping $DESC $NAME
start-stop-daemon --stop --oknodo --quiet --retry 5 --pidfile $PIDFILE \
--exec $DAEMON
log_end_msg $?

-- 
package mpd 0.13.1-3ubuntu1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/240356
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 240356] Re: package mpd 0.13.1-3ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-10-11 Thread TJ
I've posted a Hardy back-port request in bug #282003

-- 
package mpd 0.13.1-3ubuntu1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/240356
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 282019] Re: Wrong group ownership on files in /etc

2008-10-11 Thread TJ
Confirming on Hardy:

sudo find /etc/ -group 999 -exec ls -l {} \;
-rw-r--r-- 1 root 999 2766 2008-10-10 09:59 /etc/apt/sources.list
-rw-r--r-- 1 root 999 2961 2008-07-24 08:13 /etc/apt/sources.list~
-rw-r--r-- 1 root 999 40 2008-07-08 15:54 /etc/apt/apt.conf.d/00trustcdrom
-rw-r--r-- 1 root 999 247 2008-07-08 15:54 /etc/hosts~
-rw-r--r-- 1 root 999 3 2008-07-08 16:56 /etc/papersize
-rw-r--r-- 1 root 999 49 2008-07-08 16:55 /etc/initramfs-tools/conf.d/resume
-r--r--r-- 1 root 999 1919 2008-07-08 14:39 /etc/default/console-setup
-rw-r--r-- 1 root 999 19 2008-07-08 15:53 /etc/default/locale
-rw-r--r-- 1 root 999 343 2008-10-11 10:58 /etc/popularity-contest.conf


** Changed in: ubuntu
   Importance: Undecided = Low
 Assignee: (unassigned) = TJ (intuitivenipple)
   Status: New = Confirmed

-- 
Wrong group ownership on files in /etc
https://bugs.launchpad.net/bugs/282019
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 282019] Re: Wrong group ownership on files in /etc

2008-10-11 Thread TJ
sudo find / -xdev -group 999 -exec ls -l {} \;
-rw-r--r-- 1 root 999 2766 2008-10-10 09:59 /etc/apt/sources.list
-rw-r--r-- 1 root 999 2961 2008-07-24 08:13 /etc/apt/sources.list~
-rw-r--r-- 1 root 999 40 2008-07-08 15:54 /etc/apt/apt.conf.d/00trustcdrom
-rw-r--r-- 1 root 999 247 2008-07-08 15:54 /etc/hosts~
-rw-r--r-- 1 root 999 3 2008-07-08 16:56 /etc/papersize
-rw-r--r-- 1 root 999 49 2008-07-08 16:55 /etc/initramfs-tools/conf.d/resume
-r--r--r-- 1 root 999 1919 2008-07-08 14:39 /etc/default/console-setup
-rw-r--r-- 1 root 999 19 2008-07-08 15:53 /etc/default/locale
-rw-r--r-- 1 root 999 343 2008-10-11 10:58 /etc/popularity-contest.conf
lrwxrwxrwx 1 root 999 11 2008-07-08 15:43 /cdrom - media/cdrom
lrwxrwxrwx 1 root 999 6 2008-07-08 15:43 /media/cdrom - cdrom0
total 0

-- 
Wrong group ownership on files in /etc
https://bugs.launchpad.net/bugs/282019
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 282019] Re: Wrong group ownership on files in /etc

2008-10-11 Thread TJ
sudo find /var -xdev -group 999 -exec ls -l {} \;
-rw--- 1 root   root   6692 2008-07-08 01:22 casper.log
-rw-r--r-- 1 root999 304273 2008-07-08 16:57 initial-status.gz
-rw--- 1 root999 600718 2008-07-08 15:43 partman
-rw--- 1 syslog adm  207080 2008-07-08 16:57 syslog
-rw--- 1 root   root 16 2008-07-08 14:37 version
-rw-r--r-- 1 root 999 304273 2008-07-08 16:57 
/var/log/installer/initial-status.gz
-rw--- 1 root 999 600718 2008-07-08 15:43 /var/log/installer/partman
-rw-r--r-- 1 root 999 205 2008-07-08 15:54 /var/lib/apt/cdroms.list
-rw-r--r-- 1 root 999 36 2008-07-08 15:53 /var/lib/locales/supported.d/local

-- 
Wrong group ownership on files in /etc
https://bugs.launchpad.net/bugs/282019
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 191137] Re: [Hardy] ACPI Embedded Controller (EC) stops boot when kernel boot 'quiet' option is enabled

2008-04-17 Thread TJ
Vladimir - that doesn't surprise me! I got the ec_intr setting from
Greg Kroah-Hartman's Linux Kernel in a Nutshell, kernel parameters.
However, when I searched the source to find out what it does I find it
doesn't exist!

The good news is 2.6.25-rc9 isn't affected so hopefully we can identify
the commits that have changed the behaviour. Looks like we're back to
the quiet option until then (or leaving AC unplugged/switched off).

** Summary changed:

- [Hardy] ACPI Embedded Controller (EC) stops boot when kernel boot 'quiet' 
option is enabled
+ [Hardy] ACPI Embedded Controller (EC) stops boot when kernel boot 'quiet' 
option is enabled or AC power is connected

-- 
[Hardy] ACPI Embedded Controller (EC) stops boot when kernel boot 'quiet' 
option is enabled or AC power is connected
https://bugs.launchpad.net/bugs/191137
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 204698] [NEW] modules_image fails due to looking for UTS_RELEASE in wrong file

2008-03-21 Thread TJ
Public bug reported:

Binary package hint: kernel-package

modules_image fails to build because it is looking for UTS_RELEASE in

  include/linux/version.h

instead of

  include/linux/utsrelease.h

This is a continuation of bug #58570 kernel_image target fails with
kernel 2.6.18-rc which was apparently resolved.

It affects Hardy and Gutsy and probably Feisty and Edgy too.

/home/all/SourceCode/linux/ubuntu-hardy $ make-kpkg modules_image
exec debian/rules  DEBIAN_REVISION=2.6.24.3-10.00.Custom  modules_image 
echo The UTS Release version in include/linux/version.h; echo  \\ ; 
echo does not match current version:; echo  \2.6.24.3\ ; echo Please 
correct this.; exit 2
The UTS Release version in include/linux/version.h
  
does not match current version:
 2.6.24.3 
Please correct this.
make: *** [modules_image] Error 2

** Affects: kernel-package (Ubuntu)
 Importance: Undecided
 Status: New

-- 
modules_image fails due to looking for UTS_RELEASE in wrong file
https://bugs.launchpad.net/bugs/204698
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 205342] [NEW] cofiguring errors

2008-03-22 Thread Tj
Public bug reported:

Binary package hint: python-pygame

there seems to be various bugs with python in ubuntu. Starting with
upgrading to 8.04. When configuring dpkg reports an error in configuring
various python-dev packages, due to a missing file. I created an empty
file with the name and it worked.

The error here, is with python-pygame, when trying to configure packages
that depend on this dpkg reports:

[EMAIL PROTECTED]:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up python-pygame (1.7.1release-4.1ubuntu1) ...
pycentral: pycentral pkginstall: not overwriting local files
pycentral pkginstall: not overwriting local files
dpkg: error processing python-pygame (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of whichwayisup:
 whichwayisup depends on python-pygame; however:
  Package python-pygame is not configured yet.
dpkg: error processing whichwayisup (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python-pygame
 whichwayisup
E: Sub-process /usr/bin/dpkg returned an error code (1)
[EMAIL PROTECTED]:~$ sudo pycentral pkginstall python-pygame
pycentral: pycentral pkginstall: not overwriting local files
pycentral pkginstall: not overwriting local files
[EMAIL PROTECTED]:~$ 
[EMAIL PROTECTED]:~$ sudo pycentral pkginstall python-pygame
pycentral: pycentral pkginstall: not overwriting local files
pycentral pkginstall: not overwriting local files
-

this is a bug found in various places throughout wherver python is
involved e.g:
https://bugs.launchpad.net/ubuntu/+source/gdebi/+bug/204524.



Version of the python-pygame package is:
  python-pygame:
 Installed: 1.7.1release-4.1ubuntu1
 Candidate: 1.7.1release-4.1ubuntu1
 Version table:
 *** 1.7.1release-4.1ubuntu1 0
   500 http://archive.ubuntu.com hardy/universe Packages
   500 http://ca.archive.ubuntu.com hardy/universe Packages
   100 /var/lib/dpkg/status

-
my system info is thus:
Distro: Ubuntu
Release: 8.04 (Hardy
Kernel Linux 2.6.24-12-generic
Gnome 2.22.0
Processor: Intel(R) Pentium (R) M Processor 1.56 GHz
-
Note: this is a laptop.

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

-- 
cofiguring errors
https://bugs.launchpad.net/bugs/205342
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 198521] Re: Hardy regression: i810 video incorrect size; cursor paints blocks

2008-03-23 Thread TJ
Live Session Xorg.0.log

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

-- 
Hardy regression: i810 video incorrect size; cursor paints blocks
https://bugs.launchpad.net/bugs/198521
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 198521] Re: Hardy regression: i810 video incorrect size; cursor paints blocks

2008-03-23 Thread TJ
Problem continues with the 2008-03-23 build.

The square-blocked mouse cursor remnants and screen corruption makes it
unusable.  The attached photograph of the screen shows the System 
Preferences menu after the mouse cursor has been slowly moved from
bottom to top. You'll notice that the mouse cursor itself is invisible -
this usually happens when the cursor is stationary and a tool-tip pops
up. Hopefully you can also just make out there is a border of about 25mm
all round between screen-edge and the used display.

Live Session Xorg.0.log is attached to next comment. Here are some
significant extracts:

(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
(II) Primary Device is: PCI 00:02:0
(--) Assigning device section with no busID to primary device
(--) Chipset i815 found

(II) intel(0): Creating default Display subsection in Screen section
Default Screen for depth/fbbpp 16/16
(==) intel(0): Depth 16, (==) framebuffer bpp 16
(==) intel(0): RGB weight 565
(==) intel(0): Default visual is TrueColor

(II) intel(0): initializing int10
(II) intel(0): Primary V_BIOS segment is: 0xc000
(II) intel(0): VESA BIOS detected
(II) intel(0): VESA VBE Version 3.0
(II) intel(0): VESA VBE Total Mem: 1024 kB
(II) intel(0): VESA VBE OEM: Intel815M(TM) Graphics Chip Accelerated VGA BIOS
(II) intel(0): VESA VBE OEM Software Rev: 1.0
(II) intel(0): VESA VBE OEM Vendor: Intel Corporation
(II) intel(0): VESA VBE OEM Product: i815M Graphics Controller
(II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0

(--) intel(0): Chipset: i815
(--) intel(0): Linear framebuffer at 0xF800
(--) intel(0): IO registers at addr 0xF400
(II) intel(0): Kernel reported 81920 total, 1 used
(II) intel(0): I810CheckAvailableMemory: 327676k available
(==) intel(0): Will alloc AGP framebuffer: 24576 kByte
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(II) intel(0): Configured Monitor: Using default hsync range of 31.50-37.90 kHz
(II) intel(0): Configured Monitor: Using default vrefresh range of 50.00-70.00 
Hz
(WW) intel(0): Unable to estimate virtual size

These are the mode references for 1024x768 (the size of the display)

(II) intel(0): Not using default mode 1024x768 (unknown reason)
(II) intel(0): Not using default mode 1024x768 (hsync out of range)
(II) intel(0): Not using default mode 1024x768 (hsync out of range)
(II) intel(0): Not using default mode 1024x768 (hsync out of range)
(II) intel(0): Not using default mode 1024x768 (hsync out of range)
(II) intel(0): Not using default mode 1024x768 (bad mode 
clock/interlace/doublescan)
(II) intel(0): Not using default mode 1024x768 (bad mode 
clock/interlace/doublescan)
(II) intel(0): Not using default mode 1024x768 (bad mode 
clock/interlace/doublescan)

(--) intel(0): Virtual size is 800x600 (pitch 1024)
(**) intel(0): *Default mode 800x600: 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) intel(0): Modeline 800x600x60.3   40.00  800 840 968 1056  600 601 605 
628 +hsync +vsync (37.9 kHz)
(**) intel(0): *Default mode 800x600: 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) intel(0): Modeline 800x600x56.2   36.00  800 824 896 1024  600 601 603 
625 +hsync +vsync (35.2 kHz)
(**) intel(0): *Default mode 640x480: 25.2 MHz, 31.5 kHz, 59.9 Hz
(II) intel(0): Modeline 640x480x59.9   25.18  640 656 752 800  480 490 492 
525 -hsync -vsync (31.5 kHz)
(==) intel(0): DPI set to (96, 96)


** Attachment added: Hardy Beta Vaio SRX51 i810 Screen Corruption
   
http://launchpadlibrarian.net/12828359/Hardy-Beta-Vaio-SRX51-Screen-Corruption.JPG

-- 
Hardy regression: i810 video incorrect size; cursor paints blocks
https://bugs.launchpad.net/bugs/198521
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 198521] Re: Hardy regression: i810 video incorrect size; cursor paints blocks

2008-03-24 Thread TJ
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete = New

-- 
Hardy regression: i810 video incorrect size; cursor paints blocks
https://bugs.launchpad.net/bugs/198521
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 206002] Re: Hardy Beta Live CD Kernel Panic

2008-03-24 Thread TJ

** Attachment added: Kernel Panic Photograph #2
   http://launchpadlibrarian.net/12839516/DSC00043.JPG

-- 
Hardy Beta Live CD Kernel Panic
https://bugs.launchpad.net/bugs/206002
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 206002] Re: Hardy Beta Live CD Kernel Panic

2008-03-24 Thread TJ

** Attachment added: Kernel Panic Photograph #1
   http://launchpadlibrarian.net/12839507/DSC00042.JPG

-- 
Hardy Beta Live CD Kernel Panic
https://bugs.launchpad.net/bugs/206002
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 206002] [NEW] Hardy Beta Live CD Kernel Panic

2008-03-24 Thread TJ
Public bug reported:

Hardy Beta 20080323 Live CD amd64 on Sony Vaio VGN-FE41Z.

RIP [802a75b1] kmem_cache_free+0x51/0xb0
 RSP 8062ceb0
---[ end trace ca143223eefdc828 ]---
Kernel panic - Aieee, killing interrrupr handler!

Immediately upon Linux kernel beginning to boot a Kernel Panic occurs.
Each time the Call Trace shows a different path, but the commonality
appears to be that it is related to an interrupt handler.

Obviously at this early stage there is no log but I've captured two
reports as photographs which are attached to this report.

The laptop has been running Gutsy since June 2007 and has also
successfully installed a Hardy alpha to a spare partition previously
using a LiveCD image.

The checksum of the CD indicates this isn't caused by a CD defect:

$ md5sum -b /dev/scd0
3a20aeaede600303a72ff7553c4c051c */dev/scd0

$ wget http://cdimage.ubuntu.com/daily-live/20080323/MD5SUMS -qO - | head -n 1
3a20aeaede600303a72ff7553c4c051c *hardy-desktop-amd64.iso

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Hardy Beta Live CD Kernel Panic
https://bugs.launchpad.net/bugs/206002
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 149071] aacraid fails on 2.6.24-15-generic with Dell PowerEdge PERC/2 RAID controller

2008-04-05 Thread TJ
With the latest (2008-04-04) PERC 2 firmware 2.8.0 6099 the issue
remains.

[0.00] Linux version 2.6.24-15-generic ([EMAIL PROTECTED]) (gcc
version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #1 SMP Fri Apr 4 09:18:39 BST
2008 (Ubuntu 2.6.24-15.26-generic)

[  436.079664] Adaptec aacraid driver 1.1-5[2449]-ms

[  492.476969] BUG: soft lockup - CPU#2 stuck for 11s! [modprobe:1376]
[  492.483317] 
[  492.484874] Pid: 1376, comm: modprobe Not tainted (2.6.24-15-generic #1)
[  492.491642] EIP: 0060:[c0216641] EFLAGS: 0287 CPU: 2
[  492.497226] EIP is at delay_tsc+0x41/0x50
[  492.501302] EAX: 059e EBX: 003f ECX:  EDX: 003f
[  492.507640] ESI: 17c02b3e EDI: df84f278 EBP: 17c025a0 ESP: df9dfd4c
[  492.513972]  DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
[  492.519443] CR0: 8005003b CR2: 0812574c CR3: 1f97b000 CR4: 0690
[  492.525781] DR0:  DR1:  DR2:  DR3: 
[  492.532114] DR6: 0ff0 DR7: 0400
[  492.536029]  [c02165c6] __delay+0x6/0x10
[  492.540264]  [f89496aa] aac_fib_send+0x21a/0x2d0 [aacraid]
[  492.546108]  [c012363a] enqueue_task_fair+0x1a/0x30
[  492.551318]  [f8945a94] aac_get_adapter_info+0x74/0x620 [aacraid]
[  492.557753]  [f8942f54] aac_probe_one+0x224/0x450 [aacraid]
[  492.563642]  [f8949b80] aac_command_thread+0x0/0x6d0 [aacraid]
[  492.569801]  [c0223136] pci_device_probe+0x56/0x80
[  492.574903]  [c027e85e] driver_probe_device+0x8e/0x190
[  492.580373]  [c027eace] __driver_attach+0x9e/0xa0
[  492.585385]  [c027dc7b] bus_for_each_dev+0x3b/0x60
[  492.590491]  [c027e6d6] driver_attach+0x16/0x20
[  492.595330]  [c027ea30] __driver_attach+0x0/0xa0
[  492.600259]  [c027e00a] bus_add_driver+0x8a/0x1e0
[  492.605281]  [c02232e3] __pci_register_driver+0x53/0xa0
[  492.610815]  [f8850033] aac_init+0x33/0x74 [aacraid]
[  492.616098]  [c0151511] sys_init_module+0x151/0x1990
[  492.621377]  [c01778fa] __do_fault+0x21a/0x410
[  492.626170]  [c0166421] handle_fasteoi_irq+0x91/0xf0
[  492.631465]  [c01053b2] syscall_call+0x7/0xb
[  492.636066]  ===


** Attachment added: PERC 2 firmware 6099 kernel 2.6.24-15  log
   
http://launchpadlibrarian.net/13130145/linux-2.6.24-15-generic-firmware-6099.kern.log

-- 
-server kernel variant fails to boot on PowerEdge 2650 with AACRAID timeouts
https://bugs.launchpad.net/bugs/149071
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 149071] Re: -server kernel variant fails to boot on PowerEdge 2650 with AACRAID timeouts

2008-04-05 Thread TJ
It looks as if the root cause of the Dell PERC 2 issue is ACPI config-
interrupts. I've been able to boot v2.6.25-rc8 with the kernel option
pci=noacpi.

I've got a bug open upstream:

http://bugzilla.kernel.org/show_bug.cgi?id=10396

a git-rev-list shows 277 commits to ACPI between v2.6.20 and v2.6.22 so
it's going to be a big job to narrow it down.

-- 
-server kernel variant fails to boot on PowerEdge 2650 with AACRAID timeouts
https://bugs.launchpad.net/bugs/149071
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 212816] [NEW] FTBFS: debian/rules fails to set correct KVERS from include/linux/version.h

2008-04-06 Thread TJ
Public bug reported:

When building alsa-source using:

$ sudo fakeroot debian/rules binary_modules

which causes configure to set the module destination as:

checking for directory to store kernel modules... /lib/modules/#define

The build fails:

/usr/bin/make  DESTDIR=/usr/src/modules/alsa-driver/debian/alsa-modules-#define 
LINUX_VERSION_CODE 132630 install-modules
make[1]: Entering directory `/usr/src/modules/alsa-driver'
make[1]: *** No rule to make target `LINUX_VERSION_CODE'. Stop.
make[1]: Leaving directory `/usr/src/modules/alsa-driver'
make: *** [install-stamp] Error 2

debian/rules tries to work out the source kernel version by using sed to
strip text from line 1 of $(KSRC)/include/linux/version.h but that entry
is  LINUX_VERSION_CODE, a numeric of the form 123456 not a version
string as uname -r reports of the form 2.6.22-14-generic. As a result:

$ fakeroot debian/rules echo-vars
I've been configured using:
 - Kernel source of /usr/src/linux
 - Kernel version of #define LINUX_VERSION_CODE 132630
 - Kernel revision of unknown
 - C compiler of gcc
 - Make options of 
 - Version of 1.0.14-1ubuntu2

KVERS #define LINUX_VERSION_CODE 132630 is inserted into many settings
during configure and make.

- /usr/src/linux/include/linux/version.h -
#define LINUX_VERSION_CODE 132630
#define KERNEL_VERSION(a,b,c) (((a)  16) + ((b)  8) + (c))
-

- /usr/src/modules/alsa-driver/debian/rules -

# If they didn't set $(KVERS), see if we can do it for them.
ifeq ($(KVERS),unknown)
ifneq $(wildcard $(KSRC)/include/linux/version.h) 
KVERS = $(shell head -1 $(KSRC)/include/linux/version.h | sed 
's/.*\(.*\)$$/\1/')
endif
endif
-

An alternative method would be to read the target of the /usr/src/linux
symbolic link, although this won't work if the user over-rides KSRC:

ifeq ($(origin KSRC),file)
KVERS = $(shell ls -ld $(KSRC) | sed 
's/.*linux-headers-\(.*\)$$/\1/')
endif

If the symbolic link isn't available then the script needs to convert
LINUX_VERSION_CODE to KVERS format. GNU 'make' doesn't provide built-in
math functions required to do that (bitwise-AND and bitwise-shift) and
we can't rely on the shell being BASH in order to use its math
functions.

The solution seems to be to incorporate both methods, using the sym-link
if KSRC hasn't been over-ridden, and otherwise use LINUX_VERSION_CODE by
compiling and calling a small conversion utility (lvc2kvers). The
modification to debian/rules:

- debian/rules -
# If they didn't set $(KVERS), see if we can do it for them.
ifeq ($(KVERS),unknown)
ifneq $(wildcard $(KSRC)/include/linux/version.h) 

# if source directory hasn't been over-ridden
ifeq ($(origin KSRC),file)
# attempt to get symbolic link target
LNKVERS = $(shell ls -ld $(KSRC) | sed 
's/.*linux-headers-\(.*\)$$/\1/')
# test whether directory exists
ifeq ($(shell sh -c test -e /lib/modules/$(LNKVERS)  
echo \EXISTS\),EXISTS)
# correct to use directory name as kernel 
version
KVERS = $(LNKVERS)
endif
endif
ifeq ($(KVERS),unknown)
# KVERS still not set, so use LINUX_VERSION_CODE to 
determine KVERS

# extract the LINUX_VERSION_CODE
LVC = $(shell head -1 $(KSRC)/include/linux/version.h | 
sed 's/.* \([0-9]*\)$$/\1/')
# compile the converter source code
CONV = $(shell $(CC) debian/lvc2kvers.c -o 
debian/lvc2kvers )
# call the converter
LVCKVERS = $(shell debian/lvc2kvers $(LVC) )
# only set KVERS if LVCKVERS isn't empty
ifneq ($(LVCKVERS)unset,unset)
KVERS = $(LVCKVERS)
endif
# NOTE: KVERS might not exist as a directory in 
/lib/modules/
endif
endif
endif
-

The lvc2kvers utility to do the conversion that is compiled when
debian/rules runs:

- debian/lvc2kvers.c -
/*
 Convert LINUX_VERSION_CODE to KVERS format
 Copyright 2008 TJ [EMAIL PROTECTED]
 Licensed under the GNU GPL.
 See debian/copyright for license terms.
*/
#include stdlib.h
#include stdio.h
#include errno.h

int main(int argc, char **argv, char **env) {
 int ret = 1; // default is to report an error
 long linux_version_code = 0;
 int major, minor, step;

 if (argc  1) {
  linux_version_code = strtol(argv[1], NULL, 10);
  if (errno != ERANGE  errno != EINVAL) {
   ret = 0;
   step = linux_version_code  0xff;
   minor = (linux_version_code  0xff00)  8;
   major = (linux_version_code  0xff)  16;
   printf(%d.%d.%d, major, minor, step);
  }
 }

 if (ret

[Bug 207792] [NEW] [Hardy] update-alternatives fails to switch Firefox Flash plug-ins

2008-03-27 Thread TJ
Public bug reported:

Binary package hint: flashplugin-nonfree

For Firefox 3.0b4 the Flash plug-in in the Firefox directory isn't used
by Firefox:

ls -l /usr/lib/firefox/plugins/
lrwxrwxrwx 1 root root 37 2008-03-27 14:33 flashplugin-alternative.so - 
/etc/alternatives/firefox-flashplugin

Instead, Firefox 3.0b4 uses:

ls -l /usr/lib/xulrunner-addons/plugins/
lrwxrwxrwx 1 root root46 2008-03-27 14:33 flashplugin-alternative.so - 
/etc/alternatives/xulrunner-addons-flashplugin

I found the problem with Hardy beta amd64, Firefox 3.0b4, and gnash
/mozilla-plugin-gnash and nspluginwrapper+flashplugin-nonfree.

First I installed gnash and mozilla-plugin-gnash but gnash isn't good
enough so I installed nspluginwrapper with flashplugin-nonfree.

After restarting Firefox about:plugins still reported gnash as the
Shockwave Flash plug-in.

I then ran sudo update-alternatives --config firefox-flashplugin to
choose the nonfree plug-in but after a Firefox restart that still didn't
solve the issue.

I then examined the plug-in files:

ls -l /usr/lib/firefox/plugins/
lrwxrwxrwx 1 root root 37 2008-03-27 14:33 flashplugin-alternative.so - 
/etc/alternatives/firefox-flashplugin
ls -l /usr/lib/mozilla/plugins/
lrwxrwxrwx 1 root root 37 2008-03-27 14:33 flashplugin-alternative.so - 
/etc/alternatives/mozilla-flashplugin

ls -l /etc/alternatives/ | grep flash
lrwxrwxrwx 1 root root  56 2008-03-27 14:42 firefox-flashplugin - 
/var/lib/flashplugin-nonfree/npwrapper.libflashplayer.so
lrwxrwxrwx 1 root root  32 2008-03-27 14:36 iceape-flashplugin - 
/usr/lib/gnash/libgnashplugin.so
lrwxrwxrwx 1 root root  32 2008-03-27 14:36 iceweasel-flashplugin - 
/usr/lib/gnash/libgnashplugin.so
lrwxrwxrwx 1 root root  56 2008-03-27 14:49 midbrowser-flashplugin - 
/usr/lib/gnash/libgnashplugin.so
lrwxrwxrwx 1 root root  56 2008-03-27 14:48 mozilla-flashplugin - 
/var/lib/flashplugin-nonfree/npwrapper.libflashplayer.so
lrwxrwxrwx 1 root root  56 2008-03-27 14:55 xulrunner-addons-flashplugin - 
/usr/lib/gnash/libgnashplugin.so
lrwxrwxrwx 1 root root  56 2008-03-27 14:50 xulrunner-flashplugin - 
/usr/lib/gnash/libgnashplugin.so

I tried sudo update-alternatives --config mozilla-flashplugin but that
didn't work.

Finally found that sudo update-alternatives --config xulrunner-addons-
flashplugin is the correct invocation.

This is very obscure and could lead to a lot of confusion if this isn't
programmed around or prominently documented. My suggestion would be to
sym-link  /etc/alternatives/firefox-flashplugin to /etc/alternatives
/xulrunner-addons-flashplugin.

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

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

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

** Also affects: dpkg (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: firefox-3.0 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gnash (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- [Hardy] update-alternatives fails to switch Firefox plugin
+ [Hardy] update-alternatives fails to switch Firefox Flash plug-ins

-- 
[Hardy] update-alternatives fails to switch Firefox Flash plug-ins
https://bugs.launchpad.net/bugs/207792
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 205344] Re: [Hardy] Menu bar has a color problem - selected item unreadable

2008-03-27 Thread TJ
This also affects Adobe Flash plug-in in Firefox 3.0b4 on Hardy beta
amd64.

When moving the mouse-pointer the item under it turns invisible when the
system 'highlights' it.

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

-- 
[Hardy] Menu bar has a color problem - selected item unreadable
https://bugs.launchpad.net/bugs/205344
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 145128] Re: [i815] EDID fail for Sony Vaio on SRX51P

2008-03-27 Thread TJ
Bryce, Do you want the test with the Gutsy LiveCD or Hardy? The output
is the same as I posted in comment #10.

I've got a related bug posted for Hardy: Bug #198521 Hardy regression:
i810 video incorrect size; cursor paints blocks which I suspect is
related.

For Hardy, the read-edid package has problems:

get-edid  hardy-beta-SRX51-EDID.dat
get-edid 21  hardy-beta-SRX51-EDID.dat

both create a zero-length file and output text directly to the terminal
despite the stdout/stderr redirection.

Also, the output of get-edid is TEXT, not binary:

get-edid: get-edid version 1.4.1

Performing real mode VBE call
Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
Function supported
Call successful

VBE version 300
VBE string at 0x0 Intel815M(TM) Graphics Chip Accelerated VGA BIOS

VBE/DDC service about to be called
Report DDC capabilities

Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
Function supported
Call successful

Monitor and video card combination does not support DDC1 transfers
Monitor and video card combination does not support DDC2 transfers
0 seconds per 128 byte EDID block transfer
Screen is not blanked during DDC transfer

Reading next EDID block

VBE/DDC service about to be called
Read EDID

Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
Function supported
Call failed

The EDID data should not be trusted as the VBE call failed
Error: output block unchanged

-- 
[i815] EDID fail for Sony Vaio on SRX51P
https://bugs.launchpad.net/bugs/145128
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 198521] Re: Hardy regression: i810 video incorrect size; cursor paints blocks

2008-03-27 Thread TJ
Bryce, this is the LiveCD so the system being configured to use XAA is
down to the LiveCD environment.

-- 
Hardy regression: i810 video incorrect size; cursor paints blocks
https://bugs.launchpad.net/bugs/198521
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 206002] Re: Hardy Beta Live CD Kernel Panic

2008-04-13 Thread TJ
I haven't seen this in the daily builds since although I'm tempted to
think it could be related to bug #191137 to which the work-around is
removing the quiet kernel boot option.

-- 
Hardy Beta Live CD Kernel Panic
https://bugs.launchpad.net/bugs/206002
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


  1   2   3   4   5   6   7   8   9   10   >