[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:

[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

[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

[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

[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: $

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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

2012-05-13 Thread TJ
) 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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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.

[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

[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

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.

[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

[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

[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

[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. --

[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

[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

[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

[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

[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

[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

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

2014-07-30 Thread TJ
://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

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

[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!

[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

[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

[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

[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

[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

[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. --

[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

[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

[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

[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

[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

[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

[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);

[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

[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);

[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 **

[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 +

[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 $

[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

[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

[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

[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

[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

[Bug 137406] Re: apport stopped working

2007-10-25 Thread TJ
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

[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

[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

[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

[Bug 137406] Re: apport stopped working

2007-10-26 Thread TJ
: 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

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

2007-10-27 Thread TJ
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

[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

[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

[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

[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,

[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. --

[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

[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

[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

[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,

[Bug 282019] Re: Wrong group ownership on files in /etc

2008-10-11 Thread TJ
-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

[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

[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

[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

[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

[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

[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,

[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

[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.

[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. --

[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. --

[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

[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

[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

[Bug 212816] [NEW] FTBFS: debian/rules fails to set correct KVERS from include/linux/version.h

2008-04-06 Thread TJ
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

[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

[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

[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

[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

[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

  1   2   3   4   5   6   7   8   9   10   >