[Bug 1575220] Re: puppet broken after libapache2-mod-passenger upgrade

2016-05-12 Thread Brian Pitts
I also believe that this update has completely broken mod_passenger.

This affected us and stopped our puppetmasters from working. All of the
stuff that should be in the rack environment like REMOTE_ADDR went
missing, which led to fun-to-decipher error messages like "Could not
resolve : cannot interpret as address:" because request.ip was nil. I
built the previous package version and downgraded to it; that got our
puppetmasters working again.

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

Title:
  puppet broken after libapache2-mod-passenger upgrade

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

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


[Bug 1560761] Re: package uwsgi-plugin-python3 2.0.12-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-03-23 Thread Brian Pitts
I forgot to note that I ran into this this on uwsgi-plugin-python, not
uwsgi-plugin-python3, so it seems to affect both.

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

Title:
  package uwsgi-plugin-python3 2.0.12-4ubuntu2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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


[Bug 1560761] Re: package uwsgi-plugin-python3 2.0.12-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-03-23 Thread Brian Pitts
I can confirm this. I am testing on the official Ubuntu 16.04 docker
image. The postinstallation script for uwsgi-python-plugin (which you
can find at /var/lib/dpkg/info/uwsgi-plugin-python.postinst) begins with

set -e

which means the script will exit if any command in it returns a non-zero
exit status. However, this requires a degree of defensive coding that
the script is lacking. When it runs

BINARY_IS_UWSGI_ALTERNATIVE="$(\
update-alternatives --list uwsgi 2>/dev/null \
| grep -c '/uwsgi_python$' \
)"

Grep does not find a match, so it returns 1, then the postinst script
exists with an error. You can verify this by adding

set -x

to the script, running it via dpkg, and watching the output

# dpkg --configure uwsgi-plugin-python
Setting up uwsgi-plugin-python (2.0.12-4ubuntu2) ...
+ DEFAULTFLAVOR_DOTLESS=python27
+ [ xpython27 = xpython27 ]
+ ALTERNATIVE_PRIORITY=75
+ update-alternatives --quiet --install /usr/lib/uwsgi/plugins/python_plugin.so 
uwsgi-plugin-python /usr/lib/uwsgi/plugins/python27_plugin.so 75 --slave 
/usr/bin/uwsgi_python uwsgi_python /usr/bin/uwsgi-core --slave 
/usr/share/man/man1/uwsgi_python.1.gz uwsgi_python.1.gz 
/usr/share/man/man1/uwsgi_python27.1.gz
+ update-alternatives --quiet --install /usr/bin/uwsgi uwsgi 
/usr/bin/uwsgi_python27 35 --slave /usr/share/man/man1/uwsgi.1.gz uwsgi.1.gz 
/usr/share/man/man1/uwsgi_python27.1.gz
+ update-alternatives --list uwsgi
+ grep -c /uwsgi_python$
+ BINARY_IS_UWSGI_ALTERNATIVE=0
dpkg: error processing package uwsgi-plugin-python (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 uwsgi-plugin-python

I think this could be fixed by changing the line with grep to

| grep -c '/uwsgi_python$' || true \

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

Title:
  package uwsgi-plugin-python3 2.0.12-4ubuntu2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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


[Bug 954661] Re: backlight brightness not adjustable by default on Dell XPS 13

2013-09-09 Thread Brian Pitts
This is working for me in 3.8.0-30.44

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

Title:
  backlight brightness not adjustable by default on Dell XPS 13

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/954661/+subscriptions

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


[Bug 1183942] Re: Cannot adjust screen brightness in DELL XPS 13

2013-09-09 Thread Brian Pitts
This is working for me with 3.8.0-30.44

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

Title:
  Cannot adjust screen brightness in DELL XPS 13

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

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


[Bug 954661] Re: backlight brightness not adjustable by default on Dell XPS 13

2013-06-16 Thread Brian Pitts
** Also affects: dell-sputnik
   Importance: Undecided
   Status: New

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

Title:
  backlight brightness not adjustable by default on Dell XPS 13

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/954661/+subscriptions

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


[Bug 1183942] Re: Cannot adjust screen brightness in DELL XPS 13

2013-06-07 Thread Brian Pitts
This looks like a duplicate of bug 954661

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

Title:
  Cannot adjust screen brightness in DELL XPS 13

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

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


[Bug 954661] Re: backlight brightness not adjustable by default on Dell XPS 13

2013-06-07 Thread Brian Pitts
This is incorrectly marked as Fix Released for Raring. The problem still
exists int he latest kernel, 3.8.0-23

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

Title:
  backlight brightness not adjustable by default on Dell XPS 13

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

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


[Bug 1069531] Re: Cannot login to Empathy after setting up Google online account

2013-05-29 Thread Brian Pitts
Is this related to bug #754569?

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

Title:
  Cannot login to Empathy after setting up Google online account

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

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


[Bug 1005105] Re: Empathy fails authorization after restart in ubuntu 12.04

2013-05-29 Thread Brian Pitts
Is this related to #754569 ?

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

Title:
  Empathy fails authorization after restart in ubuntu 12.04

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

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


[Bug 859188] Re: E: Internal Error, No file name for libgl1-mesa-glx

2011-09-30 Thread Brian Pitts
This error also occurs for me. The command I ran was

$ sudo apt-get install --reinstall libgl1-mesa-glx
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/100 kB of archives.
After this operation, 0 B of additional disk space will be used.
E: Internal Error, No file name for libgl1-mesa-glx

If I manually remove it via dpkg I can install it via apt-get, but a
subsequent reinstall still fails.

$ sudo dpkg -r --ignore-depends libgl1-mesa-glx libgl1-mesa-glx
(Reading database ... 267991 files and directories currently installed.)
Removing libgl1-mesa-glx ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

bdp@date:~$ sudo apt-get install libgl1-mesa-glx
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  libgl1-mesa-glx
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/100 kB of archives.
After this operation, 524 kB of additional disk space will be used.
Selecting previously deselected package libgl1-mesa-glx.
(Reading database ... 267989 files and directories currently installed.)
Unpacking libgl1-mesa-glx (from .../libgl1-mesa-glx_7.11-0ubuntu3_amd64.deb) ...
Setting up libgl1-mesa-glx (7.11-0ubuntu3) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide 
/etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto 
mode.
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

$ sudo apt-get install --reinstall libgl1-mesa-glx
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/100 kB of archives.
After this operation, 0 B of additional disk space will be used.
E: Internal Error, No file name for libgl1-mesa-glx

I started down this path because I uninstalled fglrx and after rebooting
I received the error /usr/lib/nux/unity_support_test: error while
loading shared libraries: libGL.so.1: cannot open shared object file: No
such file or directory

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

Title:
  E: Internal Error, No file name for libgl1-mesa-glx

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

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


[Bug 450504] Re: Keyboard and trackpad occasionally unusable after suspend

2011-06-11 Thread Brian Pitts
I wonder if this is related to Bug #99755

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

Title:
  Keyboard and trackpad occasionally unusable after suspend

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

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


[Bug 496308] Re: Radeon Mobility U1 displays corrupted graphics with compiz enabled

2011-05-20 Thread Brian Pitts
I no longer have access to this hardware.

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

Title:
  Radeon Mobility U1 displays corrupted graphics with compiz enabled

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


[Bug 494867] Re: Intel 82810E displays corrupted graphics with compiz enabled

2011-05-20 Thread Brian Pitts
The graphics corruption is no longer present as of Ubuntu 10.04. As
explained in Bug #615106 there is another issue.

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

Title:
  Intel 82810E displays corrupted graphics with compiz enabled

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


[Bug 181439] Re: Apt should optimize dependencies chosen to minimize number of packages installed

2011-04-14 Thread Brian Pitts
** Summary changed:

- Apt should optimize dependencies chosen to minimize disk space used
+ Apt should optimize dependencies chosen to minimize number of packages 
installed

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

Title:
  Apt should optimize dependencies chosen to minimize number of packages
  installed

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


[Bug 181439] Re: Apt should optimize dependencies chosen to minimize number of packages installed

2011-04-14 Thread Brian Pitts
How is the first available option determined? Is it done by sorting
package names alphabetically or some other criteria? Minimizing the
total number of packages needed to fulfill a dependency seems like a
good heuristic for apt to use to determine if it's solution integrates
well with the set of packages already installed in the system. I think
that behavior would be more predictable to a user than the current
behavior. Of course, if this change is too complex or too low priority
to even justify being placed on a feature wishlist, I understand.

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

Title:
  Apt should optimize dependencies chosen to minimize number of packages
  installed

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


[Bug 615106] Re: gnome-panel not drawn on i810 Intel Chipset

2011-02-01 Thread Brian Pitts
This still occurs in Ubuntu 10.10. Sometimes, after running 'pkill
gnome-panel' the panels will appear.

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

Title:
  gnome-panel not drawn on i810 Intel Chipset

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


[Bug 615106] Re: gnome-panel not drawn on i810 Intel Chipset

2010-08-12 Thread Brian Pitts
Tonight we realized that the panel is present, because you can press
alt-f1 to drop down the menu. The menu appears as if the panel is right
above the edge of the monitor. I've attached a photograph to illustrate
this.

We've seen this happen on 3 different models of computers (including the
one in  the original bug report) and 3 different monitors. The only
common factor we've identified so far is that they all have 82810E
DC-133 graphics.

** Attachment added: photo of panel off screen
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/615106/+attachment/1486046/+files/panel_off_screen.JPG

-- 
gnome-panel not drawn on i810 Intel Chipset
https://bugs.launchpad.net/bugs/615106
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 592316] Re: Edubuntu Live DVD Should Include OEM Installation Mode

2010-08-08 Thread Brian Pitts
This bug is still present in Maverick Alpha 3. Can anyone comment on
what it would take to add the OEM installation mode, or why Edubuntu
cannot include it?

-- 
Edubuntu Live DVD Should Include OEM Installation Mode
https://bugs.launchpad.net/bugs/592316
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 615106] Re: gnome-panel not drawn on i810 Intel Chipset

2010-08-08 Thread Brian Pitts
I'll add that at Free IT Athens we have a couple dozen of these machines
and can reliably reproduce the problem. The panels simply don't appear
when using the integrated intel video.  Add a discrete video card and
the panels appear fine. It's not a resolution problem, because the mouse
pointer stops at the edge of the monitors. We can use alt-f2 to run
programs, and they display without any problems.

In dmesg you'll see

[   26.436034] [drm:drm_reclaim_locked_buffers] *ERROR* 
reclaim_buffers_locked() deadlock. Please rework this
[   26.436046]  driver to use reclaim_buffers_idlelocked() instead.
[   26.436050]  I will go on reclaiming the buffers anyway.

I don't know if this is related.

-- 
gnome-panel not drawn on i810 Intel Chipset
https://bugs.launchpad.net/bugs/615106
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 613969] [NEW] Uninformative libvirt error message when a virtual disk source is unavailable

2010-08-05 Thread Brian Pitts
Public bug reported:

On Ubuntu 10.04, I was recently unable to start two virtual machine.
Both produced the same error. The error reported by virt-manager was

Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/engine.py, line 588, in run_domain
vm.startup()
  File /usr/share/virt-manager/virtManager/domain.py, line 150, in startup
self._backend.create()
  File /usr/lib/python2.6/dist-packages/libvirt.py, line 300, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: monitor socket did not show up.: Connection refused

and the error reported by virsh was

error: Failed to start domain WindowsVista-IE7
error: monitor socket did not show up.: Connection refused

It turned out that the reason the virtual machines would not start is
that the sources for their virtual cdrom drives were unavailable. One VM
had an iso file as the source, but I had deleted the iso file. The other
had my physical cdrom drive as the source, but I did not have a disk in
it. After disconnecting these unavailable sources the VMs started
successfully.

It would have been nice if virt-manager and virsh had reported that some
configured disks were unavailable instead of reporting a generic message
that the connection to the VM did not show up.

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

-- 
Uninformative libvirt error message when a virtual disk source is unavailable
https://bugs.launchpad.net/bugs/613969
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 613969] [NEW] Uninformative libvirt error message when a virtual disk source is unavailable

2010-08-05 Thread Brian Pitts
Public bug reported:

On Ubuntu 10.04, I was recently unable to start two virtual machine.
Both produced the same error. The error reported by virt-manager was

Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/engine.py, line 588, in run_domain
vm.startup()
  File /usr/share/virt-manager/virtManager/domain.py, line 150, in startup
self._backend.create()
  File /usr/lib/python2.6/dist-packages/libvirt.py, line 300, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: monitor socket did not show up.: Connection refused

and the error reported by virsh was

error: Failed to start domain WindowsVista-IE7
error: monitor socket did not show up.: Connection refused

It turned out that the reason the virtual machines would not start is
that the sources for their virtual cdrom drives were unavailable. One VM
had an iso file as the source, but I had deleted the iso file. The other
had my physical cdrom drive as the source, but I did not have a disk in
it. After disconnecting these unavailable sources the VMs started
successfully.

It would have been nice if virt-manager and virsh had reported that some
configured disks were unavailable instead of reporting a generic message
that the connection to the VM did not show up.

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

-- 
Uninformative libvirt error message when a virtual disk source is unavailable
https://bugs.launchpad.net/bugs/613969
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 441303] Re: Driver (rt2870) and usbcore error messages during boot process

2010-07-09 Thread Brian Pitts
An open bug very similar to this is Bug #460323.

-- 
Driver (rt2870) and usbcore error messages during boot process
https://bugs.launchpad.net/bugs/441303
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 580926] Re: D-Link DWA-140 B2 can't find any AP

2010-07-09 Thread Brian Pitts
Installing linux-firmware 1.34.1 and running kernel 2.6.34 made my TP-
LINK TL-WN727N work. It still does not work with 2.6.32, see Bug #460323

-- 
D-Link DWA-140 B2 can't find any AP
https://bugs.launchpad.net/bugs/580926
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 460323] Re: Karmic RC tries to load rt2870sta AND rt2800usb. Results in no WiFi

2010-07-09 Thread Brian Pitts
Partially working for me with lucid and a TP-LINK TL-WN727N.

After blacklisting rt2800usb, it can associate with an unencrypted
network, However, it can't associate with a network using WPA2
encryption.

With kernel 2.6.34 (as suggested in Bug #580926 ), I can connect to a
WPA2 network.

I can provide more information if it is helpful and may results in the
WPA2 connection problem being fixed in lucid. Just let me know what to
send.

-- 
Karmic RC tries to load rt2870sta AND rt2800usb. Results in no WiFi
https://bugs.launchpad.net/bugs/460323
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 592316] [NEW] Edubuntu Live DVD Should Include OEM Installation Mode

2010-06-10 Thread Brian Pitts
Public bug reported:

The Ubuntu live CD includes a very handy OEM installation mode that can
be used by pressing F4 and selecting 'OEM Install' from the isolinux
boot menu or by preseeding 'd-i oem-config/enable boolean true'. This
allows the end user to choose their username and password, not the
person installing the system. It would be great if the Edubuntu live
system included this as well.

** Affects: edubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Edubuntu Live DVD Should Include OEM Installation Mode
https://bugs.launchpad.net/bugs/592316
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 553081] Re: [lucid kvm-qemu]High cpu usage when moving mouse

2010-05-14 Thread Brian Pitts
I'm seeing almost the same behavior in an 8.04.4 guest on a 10.04 host.

The mouse pointer movement in the guest was ABYSMALLY slow until I
edited /etc/X11/xorg.conf to use 'mouse' instead of 'vmmouse'. After
doing that and restarting X, mouse performance inside the guest matched
that of the host. I lost the ability to seamlessly transition between
the virt-manager window and the host, but this is a minor convenience.
Having the mouse pointer move in conjunction with my physical mouse is a
necessity.

I did not notice the high CPU usage that others are reporting in this
bug.

-- 
[lucid kvm-qemu]High cpu usage when moving mouse
https://bugs.launchpad.net/bugs/553081
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 574554] [NEW] tgtd needs init script or upstart job

2010-05-03 Thread Brian Pitts
Public bug reported:

Binary package hint: tgt

This package currently lacks a script for starting the tgt daemon during
system boot.

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

-- 
tgtd needs init script or upstart job
https://bugs.launchpad.net/bugs/574554
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 242009] Re: Virt- manager grabs mouse when you press ctrl-alt

2010-03-24 Thread Brian Pitts
I propose that ctrl-alt shouldn't be used by virt-manager to grab the
keyboard and mouse because it breaks the following:

Ctrl + Alt + Tab
Opens Panel Switcher dialog. Release to select a Panel

Ctrl + Alt + Escape
Cycle between Panels backwards. Release to select a Panel

Ctrl + Alt + Up/Down/Left/Right
Switch to Workspace up/down/left/right

Ctrl + Alt + D
Show the Desktop. Minimise all visible windows

I expect virt-manager to not break any of the panel, workspace, or
window shortcuts listed at http://live.gnome.org/KeyboardShortcuts

-- 
Virt- manager grabs mouse when you press ctrl-alt
https://bugs.launchpad.net/bugs/242009
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 293946] Re: realtek rtl8187 weak signal, occasional slow performance

2010-03-15 Thread Brian Pitts
*** This bug is a duplicate of bug 215802 ***
https://bugs.launchpad.net/bugs/215802

** This bug has been marked a duplicate of bug 215802
   rtl8187 link quality poor

-- 
realtek rtl8187 weak signal, occasional slow performance
https://bugs.launchpad.net/bugs/293946
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 533121] [NEW] Incorrect If-Modified-Since handling

2010-03-05 Thread Brian Pitts
Public bug reported:

Binary package hint: squid3

This bug is present in the Karmic packages and Lucid packages available
on March 6, 2010.

The problem and the patch are documented at
http://bugs.squid-cache.org/show_bug.cgi?id=2624

There is a similar report for Debian at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499379

It looks like Debian's 3.1 packages include the fix. I am not certain
about their 3.0 packages.

i experience this when trying to run a transparent proxy for caching
package;. apt reports a hash sum mismatch even though I have the
refresh_pattern option refresh-ims set.

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

-- 
Incorrect If-Modified-Since handling
https://bugs.launchpad.net/bugs/533121
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 415386] Re: aptitude Search Patterns don't work

2010-02-28 Thread Brian Pitts
** Changed in: aptitude (Ubuntu)
   Status: Invalid = Incomplete

** Description changed:

  Binary package hint: aptitude
  
- Search Patterns, as defined here: 
+ Search Patterns, as defined here:
  http://algebraicthunk.net/%7Edburrows/projects/aptitude/doc/en/ch02s03s01.html
- don't work: 
- $ aptitude search ?name(apt)
- bash: syntax error near unexpected token `('
+ don't work:
  
- You can also see this forum thread: 
+ $ aptitude search ?name\(apt\)
+ $ aptitude search '?name(apt)'
+ 
+ Produce the error
+ 
+ E: Regex compilation error: Invalid preceding regular expression
+ 
+ This works fine:
+ $ aptitude search ~napt
+ 
+ You can also see this forum thread:
  http://ubuntuforums.org/showthread.php?t=1239085
  
  Required information:
  
- Release: Ubuntu 8.04.3 LTS
+ Release: Ubuntu 8.04.4 LTS
  
- Version of package: 
+ Version of package:
  aptitude:
-   Installed: 0.4.9-2ubuntu5
-   Candidate: 0.4.9-2ubuntu5
-   Version table:
-  *** 0.4.9-2ubuntu5 0
- 500 http://ro.archive.ubuntu.com hardy/main Packages
- 100 /var/lib/dpkg/status
- 
- I expected the same list like the one returned by: 
- $ aptitude search ~napt
- 
- This is what happened: 
- $ aptitude search ?name(apt)
- bash: syntax error near unexpected token `('
+   Installed: 0.4.9-2ubuntu5
+   Candidate: 0.4.9-2ubuntu5
+   Version table:
+  *** 0.4.9-2ubuntu5 0
+ 500 http://ro.archive.ubuntu.com hardy/main Packages
+ 100 /var/lib/dpkg/status

-- 
aptitude Search Patterns don't work
https://bugs.launchpad.net/bugs/415386
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 29971] Re: Ubuntu doesn't detect and install my wireless orinoco_usb chipset

2010-02-07 Thread Brian Pitts
Jeremy, I searched bugzilla.kernel.org but didn't find anything.

-- 
Ubuntu doesn't detect and install my wireless orinoco_usb chipset
https://bugs.launchpad.net/bugs/29971
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 514994] [NEW] DocXMLRPCServer constructor fails with allow_none argument

2010-01-30 Thread Brian Pitts
Public bug reported:

Binary package hint: python2.5

#!/usr/bin/python

import SimpleXMLRPCServer
import DocXMLRPCServer

host='localhost'
port=9000
srv = SimpleXMLRPCServer.SimpleXMLRPCServer((host,port), allow_none=True)

port=9001
srv = DocXMLRPCServer.DocXMLRPCServer((host,port), allow_none=True)

# expected behavior is for both to run successfully in python 2.5 on Ubuntu 8.04
# instead, the self-documenting server fails with this error
# TypeError: __init__() got an unexpected keyword argument 'allow_none'

# see
# 
http://docs.python.org/library/docxmlrpcserver.html#DocXMLRPCServer.DocXMLRPCServer
# 
http://docs.python.org/library/simplexmlrpcserver.html#SimpleXMLRPCServer.SimpleXMLRPCServer

** Affects: python2.5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
DocXMLRPCServer constructor fails with allow_none argument
https://bugs.launchpad.net/bugs/514994
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 506554] [NEW] fwanalog thinks all logfiles lines are corrupt

2010-01-12 Thread Brian Pitts
Public bug reported:

Binary package hint: fwanalog

I'm running ufw on UBuntu 8.04.3

fwanalog doesn't analyze anything; isntead, it reports all lines as
corrupt.

analog.err is filled with lines like

C: /var/log/messages.6.gz:Dec 30 07:36:45 lime kernel: [1964806.088206] [UFW 
BLOCK INPUT]: IN=eth1 OUT= MAC=ff:ff:ff:ff:ff:ff:00:0d:93:70:17:32:08:00 
SRC=128.192.99.215 DST=128.192.99.255 LEN=166 TOS=0x00 PREC=0x00 TTL=64 ID=9154 
PROTO=UDP SPT=631 DPT=631 LEN=146 
C:*

The workaround at http://ubuntuforums.org/showthread.php?t=846086 ,
which involves editing /bin/zgrep, seemed to solve the problem for me.

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

-- 
fwanalog thinks all logfiles lines are corrupt
https://bugs.launchpad.net/bugs/506554
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 494867] Re: Intel 82810E displays corrupted graphics with compiz enabled

2009-12-20 Thread Brian Pitts
I've verified this on a second system. Below is what I hope is the
relevant output of lspci -vv

00:00.0 Host bridge: Intel Corporation 82810E DC-133 (GMCH) Graphics Memory 
Controller Hub (rev 03)
Subsystem: Dell Device 00b4
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
Latency: 0
Kernel driver in use: agpgart-intel
Kernel modules: intel-agp

00:01.0 VGA compatible controller: Intel Corporation 82810E DC-133 (CGC) 
Chipset Graphics Controller (rev 03)
Subsystem: Dell Device 00b4
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 9
Region 0: Memory at f800 (32-bit, prefetchable) [size=64M]
Region 1: Memory at ff00 (32-bit, non-prefetchable) [size=512K]
Capabilities: [dc] Power Management version 1
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

-- 
Intel 82810E displays corrupted graphics with compiz enabled
https://bugs.launchpad.net/bugs/494867
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 496308] [NEW] Radeon Mobility U1 displays corrupted graphics with compiz enabled

2009-12-13 Thread Brian Pitts
Public bug reported:

Binary package hint: compiz

In Ubuntu 9.10, the ATI Technologies Inc Radeon Mobility U1 graphics
chip is not blacklisted. Thus, compiz is automatically started. However,
the display fails to render properly. It's barely possible to see enough
to launch the appearances tool and disable desktop effects. This
hardware should probably be blacklisted.

This is on a CompaqEvo N1015v

01:05.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility U1
Subsystem: Compaq Computer Corporation Device 00b0
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping+ SERR- FastB2B+ DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 66 (2000ns min), Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 10
Region 0: Memory at f600 (32-bit, prefetchable) [size=32M]
Region 1: I/O ports at 9000 [size=256]
Region 2: Memory at f410 (32-bit, non-prefetchable) [size=64K]
[virtual] Expansion ROM at f412 [disabled] [size=128K]
Capabilities: [58] AGP version 2.0
Status: RQ=48 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 
64bit- FW- AGP3- Rate=x1,x2,x4
Command: RQ=16 ArqSz=0 Cal=0 SBA+ AGP+ GART64- 64bit- FW- 
Rate=x4
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Kernel modules: radeon, radeonfb

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

-- 
Radeon Mobility U1 displays corrupted graphics with compiz enabled
https://bugs.launchpad.net/bugs/496308
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 494867] [NEW] Intel 82810E displays corrupted graphics with compiz enabled

2009-12-09 Thread Brian Pitts
Public bug reported:

Binary package hint: compiz

In Ubuntu 9.10, the Intel 82810E DC-133 graphics chip is not
blacklisted. Thus, compiz is automatically started. However, the display
fails to render properly. It's barely possible to see enough to launch
the appearances tool and disable desktop effects. This hardware should
probably be blacklisted.

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

-- 
Intel 82810E displays corrupted graphics with compiz enabled
https://bugs.launchpad.net/bugs/494867
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 493311] [NEW] Compaq W100 not working with prism_usb

2009-12-06 Thread Brian Pitts
Public bug reported:

Laptop: Compaq Evo N1000v
Kernel: 2.6.31-16-generic
lsusb: Bus 002 Device 002: ID 049f:0033 Compaq Computer Corp. 802.11b Adapter 
[orinoco]

The prism2_usb module loads, and wlan0 appears. However, iwconfig
reports no wireless extensions on wlan0. The following messages are
generated when I unload and reload the prism2_usb module.

[ 3328.533851] prism2_usb: module is from the staging directory, the quality is 
unknown, you have been warned.
[ 3328.542099] prism2_usb: Checking for firmware prism2_ru.hex
[ 3328.542111] usb 2-3: firmware: requesting prism2_ru.hex
[ 3328.785489] prism2_usb: Firmware not available, but not essential
[ 3328.785497] prism2_usb: can continue to use card anyway.
[ 3329.788541] CTLX[1] error: state(Request failed)
[ 3331.793087] CTLX[1] error: state(Request failed)
[ 3331.793097] cmd_initialize() failed on two attempts, results -5 and -5
[ 3331.794056] hfa384x_drvr_start() failed,result=-5
[ 3331.795647] usbcore: registered new interface driver prism2_usb

ProblemType: Bug
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: I82801CAICH3 [Intel 82801CA-ICH3], device 0: Intel ICH [Intel 
82801CA-ICH3]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ejcroot1349 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'I82801CAICH3'/'Intel 82801CA-ICH3 with AD1886A at irq 5'
   Mixer name   : 'Analog Devices AD1886A'
   Components   : 'AC97a:41445363'
   Controls  : 38
   Simple ctrls  : 24
Date: Sun Dec  6 15:48:31 2009
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=05a47c46-176e-455b-a99f-e92410e33424
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
 
 wlan0 no wireless extensions.
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 002: ID 049f:0033 Compaq Computer Corp. 802.11b Adapter 
[orinoco]
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Compaq Evo N1000v
Package: linux-image-2.6.31-16-generic 2.6.31-16.52
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-16-generic 
root=UUID=bd8bd084-951a-4cfa-acca-f25c0fb19db6 ro quiet splash
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-16.52-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-16-generic N/A
 linux-firmware 1.25
RfKill:
 
SourcePackage: linux
Uname: Linux 2.6.31-16-generic i686
XsessionErrors:
 (gnome-settings-daemon:1384): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:1384): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (nautilus:1505): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (polkit-gnome-authentication-agent-1:1523): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (gnome-panel:1501): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to 
allocate widget with width -4 and height 24
dmi.bios.date: 06/25/2002
dmi.bios.vendor: Compaq
dmi.bios.version: 68P4C Ver. F.08
dmi.board.name: 07F8
dmi.board.vendor: Compaq
dmi.board.version: H8 Version 15.24
dmi.chassis.asset.tag: 1V27KQFZK3C7
dmi.chassis.type: 10
dmi.chassis.vendor: Compaq
dmi.modalias: 
dmi:bvnCompaq:bvr68P4CVer.F.08:bd06/25/2002:svnCompaq:pnEvoN1000v:pvrF.08:rvnCompaq:rn07F8:rvrH8Version15.24:cvnCompaq:ct10:cvr:
dmi.product.name: Evo N1000v
dmi.product.version: F.08
dmi.sys.vendor: Compaq

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


** Tags: apport-bug i386

-- 
Compaq W100 not working with prism_usb
https://bugs.launchpad.net/bugs/493311
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 493311] Re: Compaq W100 not working with prism_usb

2009-12-06 Thread Brian Pitts

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

-- 
Compaq W100 not working with prism_usb
https://bugs.launchpad.net/bugs/493311
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 432089] Re: performs poorly on slow HDD

2009-11-14 Thread Brian Pitts

** Attachment added: sreadahead
   http://launchpadlibrarian.net/35700775/brian-laptop-karmic-20091114-2.png

-- 
performs poorly on slow HDD
https://bugs.launchpad.net/bugs/432089
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 432089] Re: performs poorly on slow HDD

2009-11-14 Thread Brian Pitts
Compared to my previous attachment, this one is much better.

** Attachment added: ureadhead
   http://launchpadlibrarian.net/35700810/brian-laptop-karmic-20091114-4.png

-- 
performs poorly on slow HDD
https://bugs.launchpad.net/bugs/432089
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 478874] Re: linux-wlan-ng-build-firmware-deb places firmware in wrong directory

2009-11-09 Thread Brian Pitts
I can swear to that because I haven't got the hardware (049F:0033)
working yet.

-- 
linux-wlan-ng-build-firmware-deb places firmware in wrong directory
https://bugs.launchpad.net/bugs/478874
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 478874] Re: linux-wlan-ng-build-firmware-deb places firmware in wrong directory

2009-11-09 Thread Brian Pitts
Oops, I meant to say *can't* swear to that.

Installing linux-wlan-ng-firmware pulled in linux-wlan-ng, but I have
not tried any of those tools yet.

At Free IT Athens we have a large number of laptops right now with
various models of the compaq multiport usb wireless adapters (049f:0033
and 049f:0076 observed so far); we will do testing of prism2_usb and
orinoco_usb as time allows.

-- 
linux-wlan-ng-build-firmware-deb places firmware in wrong directory
https://bugs.launchpad.net/bugs/478874
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 461667] Re: GDM: When auto timed login enabled, it doesnt allow to login immediately by just clicking on the name or login button

2009-11-09 Thread Brian Pitts
This problem is really annoying in the following scenario: A public
computer lab with computers that have two users, a desktop user (without
sudo privileges) and an administrative user (with sudo privileges). In
the past, we used timed login to automatically login the desktop user
unless one of the volunteers maintaining the lab needed to log in as the
administrator. In 9.10, when timed login is enabled for the desktop user
you can't choose to log in as the administrator. Instead, you have to
let gdm log the desktop user in and then use fast-user-switching to
switch to the administrator. This is a lot slower, especially when the
computers don't have much RAM.

-- 
GDM: When auto timed login enabled, it doesnt allow to login immediately by 
just clicking on the name or login button
https://bugs.launchpad.net/bugs/461667
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 461667] Re: GDM: When auto timed login enabled, it doesnt allow to login immediately by just clicking on the name or login button

2009-11-09 Thread Brian Pitts
** Description changed:

  Binary package hint: xsplash/GDM
  
- When timed login is enabled Xsplash comes up and shows an animation of times 
login, but user have to wait till that time to login. Earlier it was able to 
just click on login or hit enter (return) and it allows the user who has timed 
login enabled to login. Now I had to try 3 or 4 times before it allowed me to 
login. Else I have wait for x sec for it to automatically login.
- When timed login is not enabled, it works fine.
+ When timed login is enabled
+ 
+ 1) Only the user with timed login enabled can log in. Other user accounts 
cannot log in, even though the timed login option is described as allow X 
seconds for anyone else to log in first
+ 2) The user with timed login enabled cannot manually login. They have to wait 
for the time to elapse.

** Summary changed:

- GDM: When auto timed login enabled, it doesnt allow to login immediately by 
just clicking on the name or login button
+ GDM: Timed login does not allow other users to login

-- 
GDM: Timed login does not allow other users to login
https://bugs.launchpad.net/bugs/461667
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 337901] Re: Network is disabled after a netboot live installation

2009-11-09 Thread Brian Pitts
This bit us at Free IT Athens when we started doing automated
installations from modified live cds. My workaround is to make  'sed -i
/manual/d /target/etc/network/interfaces' part of the sequence of
commands we preseed in ubiquity/success_command.

-- 
Network is disabled after a netboot live installation
https://bugs.launchpad.net/bugs/337901
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 198577] Re: add option to partition manager to scrub drive

2009-11-09 Thread Brian Pitts
At Free IT Athens, we do this by adding the secure-delete package to the
live cd and preseeding the following as part of
ubiquity/success_command.

sfill -llv /target; \
swapoff /dev/sda5  sswap -llv /dev/sda5  swapon /dev/sda5; \

In order to see the progress, it's necessary to have something like

exec  /dev/tty6  /dev/tty6; \
chvt 6; \

before you call sfill. Integration in Ubiquity would be certainly be
preferable to this hack.

-- 
add option to partition manager to scrub drive
https://bugs.launchpad.net/bugs/198577
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 478874] [NEW] linux-wlan-ng-build-firmware-deb places firmware in wrong directory

2009-11-08 Thread Brian Pitts
Public bug reported:

Binary package hint: linux-wlan-ng

I'm using Ubuntu 9.10.

linux-wlan-ng-build-firmware-deb produces a package that, when
installed, places the firmware files in /etc/wlan. However, the driver
looks for them in /lib/firmware. Only after I manually copied them from
/etc/wlan to /lib/firmware did the prism2_usb driver load the firmware.

** Affects: linux-wlan-ng (Ubuntu)
 Importance: Undecided
 Status: New

-- 
linux-wlan-ng-build-firmware-deb places firmware in wrong directory
https://bugs.launchpad.net/bugs/478874
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 473717] Re: ubiquity crashed when preseeding with blank password in oem mode

2009-11-05 Thread Brian Pitts
*** This bug is a duplicate of bug 258603 ***
https://bugs.launchpad.net/bugs/258603

Before filing this bug I looked at bug #258603. Although the crash does
happen in the same function, I 'm not certain this is a duplicate. Most
of those comments implicate reusing /home as the problem, whereas I've
identified a different source of the crash.

-- 
ubiquity crashed when preseeding with blank password in oem mode
https://bugs.launchpad.net/bugs/473717
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 447614] Re: Disk benchmark - no results in Ubuntu 9.10 beta

2009-10-18 Thread Brian Pitts
The same error for me on today's 9.10 daily build.

/bin/sh: /usr/share/checkbox/scripts/disk_bench_test: Permission denied

-- 
Disk benchmark - no results in Ubuntu 9.10 beta
https://bugs.launchpad.net/bugs/447614
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 417757] Re: [karmic regression] all network apps / browsers suffer from multi-second delays by default due to IPv6 DNS lookups

2009-10-18 Thread Brian Pitts
This is still present in the today's build. I don't understand why this
isn't prioritized as release critical, since it makes web browsing and
other network-related tasks unbearably slow.

-- 
[karmic regression] all network apps / browsers suffer from multi-second delays 
by default due to IPv6 DNS lookups
https://bugs.launchpad.net/bugs/417757
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 212055] Re: Unable to download sheep

2009-08-25 Thread Brian Pitts
I'm having a worse problem. I don't think it's going to resolve itself.
I can't resolve v2d6.sheepserver.net or even sheepserver.net. I'm poking
around electricsheep.org to see if I can find an address for another
server that will work with version 2.6 of electricsheep. I'm  afraid it
might be abandoned, meaning debian or ubuntu will need to package
version 2.7.

$ electricsheep
please be patient while the first sheep is downloaded...
curl: (6) Couldn't resolve host 'v2d6.sheepserver.net'
lost contact with v2d6.sheepserver.net, cannot retrieve sheep.

-- 
Unable to download sheep
https://bugs.launchpad.net/bugs/212055
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 242014] Re: Ensoniq ES1371 identified as VGA Device

2009-07-15 Thread Brian Pitts
I no longer have access to this hardware.

-- 
Ensoniq ES1371 identified as VGA Device
https://bugs.launchpad.net/bugs/242014
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 375592] Re: 8.10 still reffered to as 'latest stable release' at help.ubuntu.com/8.10

2009-05-20 Thread Brian Pitts
The fix isn't on the website yet.

-- 
8.10 still reffered to as 'latest stable release' at help.ubuntu.com/8.10
https://bugs.launchpad.net/bugs/375592
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 273727] Re: gspca does not compile anymore

2009-05-15 Thread Brian Pitts

** Attachment added: gspca-source.buildlog.2.6.28-11-generic.1242417922
   
http://launchpadlibrarian.net/26782431/gspca-source.buildlog.2.6.28-11-generic.1242417922

-- 
gspca does not compile anymore
https://bugs.launchpad.net/bugs/273727
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 374352] Re: gspca driver no longer works for MS VX-3000

2009-05-15 Thread Brian Pitts
Here's my experience on jaunty.

When I plug in a Microsoft LifeCam VX-3000, dmesg shows

[36037.536244] Linux video capture interface: v2.00
[36037.538979] usbcore: registered new interface driver snd-usb-audio
[36037.622774] sn9c102: V4L2 driver for SN9C1xx PC Camera Controllers 
v1:1.47pre49
[36037.624222] usb 6-1: SN9C105 PC Camera Controller detected (vid:pid 
0x045E:0x00F5)
[36037.819215] usb 6-1: No supported image sensor detected for this bridge
[36037.819274] usbcore: registered new interface driver sn9c102

Camorama complains it can't connect to /dev/video0

I tried switching drivers.

sudo modprobe -rv sn9c102
sudo modprobe -iv gspca_main

Now when I connect the camera all dmesg shows is

[37640.824270] usb 6-1: new full speed USB device using uhci_hcd and address 4
[37640.982969] usb 6-1: configuration #1 chosen from 1 choice

and of course camorama has the same error.

-- 
gspca driver no longer works for MS VX-3000 
https://bugs.launchpad.net/bugs/374352
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 374352] Re: gspca driver no longer works for MS VX-3000

2009-05-15 Thread Brian Pitts
I tried using Linux triangle 2.6.29-02062903-generic #02062903 SMP Mon
May 11 13:41:43 UTC 2009 x86_64 GNU/Linux from Ubuntu's mainline kernel
PPA.

dmesg shows

[  120.956174] usb 6-1: new full speed USB device using uhci_hcd and address 3
[  121.114425] usb 6-1: configuration #1 chosen from 1 choice
[  121.117253] gspca: probing 045e:00f5
[  121.123107] sonixj: Sonix chip id: 11
[  121.126447] gspca: probe ok
[  121.126530] gspca: probing 045e:00f5

/dev/video0 now exists.  camorama complains that it is 'Unable to
capture image'.

$ camorama -D

VIDIOCGCAP
device name = USB camera
device type = 1
can use mmap()
# of channels = 1
# of audio devices = 0
max width = 640
max height = 480
min width = 48
min height = 32

VIDIOCGWIN
x = 0
y = 0
width = 320
height = 240
chromakey = 0
flags = 0

VIDIOCGWIN
x = 0
y = 0
width = 320
height = 240
chromakey = 0
flags = 0

VIDIOCGPICT:
bright = 32768
hue = 0
colour = 52428
contrast = 32509
whiteness = 0
colour depth = 8

VIDIOCGMBUF
mb.size = 475136
mb.frames = 4
mb.offset = 118784
update_tooltip called
tip - acap off
** Message: SET PIC
** Message: SET PIC
** Message: SET PIC
update_tooltip called
tip - acap off
Unable to capture image (VIDIOCSYNC)

-- 
gspca driver no longer works for MS VX-3000 
https://bugs.launchpad.net/bugs/374352
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 374352] Re: gspca driver no longer works for MS VX-3000

2009-05-15 Thread Brian Pitts
Behavior is identical to 2.6.29 in Linux triangle
2.6.30-020630rc5-generic #020630rc5 SMP Thu May 14 11:59:43 UTC 2009
x86_64 GNU/Linux

-- 
gspca driver no longer works for MS VX-3000 
https://bugs.launchpad.net/bugs/374352
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 374352] Re: gspca driver no longer works for MS VX-3000

2009-05-15 Thread Brian Pitts
It looks like my last to posts aren't a problem with gspca but are bug
#260918.

`LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so camorama` works with the
VX-3000 in kernels 2.6.29 and 2.6.30.

-- 
gspca driver no longer works for MS VX-3000 
https://bugs.launchpad.net/bugs/374352
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 375592] [NEW] 8.10 still reffered to as 'latest stable release' at help.ubuntu.com/8.10

2009-05-12 Thread Brian Pitts
Public bug reported:

Binary package hint: ubuntu-docs

The second paragraph at https://help.ubuntu.com/8.10/index.html says:

This page contains documentation for Ubuntu 8.10, the latest stable
version, released in October 2008.

This is no longer true since the release of 9.04. Perhaps it should just
say

This page contains documentation for Ubuntu 8.10, released in October
2008.

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

-- 
8.10 still reffered to as 'latest stable release' at help.ubuntu.com/8.10
https://bugs.launchpad.net/bugs/375592
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 107180] Re: Segmentation Fault

2009-05-05 Thread Brian Pitts
This bug still exists in Ubuntu 9.04 64-bit.

-- 
Segmentation Fault
https://bugs.launchpad.net/bugs/107180
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 363958] [NEW] in intramfs dropbear starts before NIC is ready

2009-04-19 Thread Brian Pitts
Public bug reported:

Binary package hint: dropbear

Initramfs integration doesn't work because dropbear tries to configure
the network before the NIC is ready.

On my Inspiron 1420 running the latest Jaunty I installed dropbear and
rebooted with ip=:eth0:dhcp on the kernel cmdline. After Begin:
Starting dropbear ... appears, ipconfig complains that eth0 doesn't
exist. A few lines later, messages about tg3 and eth0 appear.

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

-- 
in intramfs dropbear starts before NIC is ready
https://bugs.launchpad.net/bugs/363958
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 363958] Re: in intramfs dropbear starts before NIC is ready

2009-04-19 Thread Brian Pitts

** Attachment added: screenshot of messages
   http://launchpadlibrarian.net/25772152/dropbear_initramfs.jpg

-- 
in intramfs dropbear starts before NIC is ready
https://bugs.launchpad.net/bugs/363958
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 94839] Re: oem-config allows end users to select a language even if the appropriate language pack is not installed

2009-03-31 Thread Brian Pitts
Is it possible to make either of these two changes?

1) oem-config only lists a language as an option if the corresponding language 
pack is installed on the system
2) when a language is selected in oem-config, it installs the appropriate 
language pack if it isn't already installed

** Summary changed:

- GDM language after final user configuration
+ oem-config allows end users to select a language even if the appropriate 
language pack is not installed

-- 
oem-config allows end users to select a language even if the appropriate 
language pack is not installed
https://bugs.launchpad.net/bugs/94839
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 351982] [NEW] Preseeding from url breaks the nfs mount when booting live cd from nfsroot

2009-03-30 Thread Brian Pitts
Public bug reported:

Binary package hint: casper

This has a similar symptom to Bug #268005 but I suspect the cause is
different.

The following entry in my pxelinux configuration boots fine.

label install-ubuntu
menu label Install Ubuntu without preseeding
kernel 8.10/casper/vmlinuz
append boot=casper netboot=nfs initrd=8.10/casper/initrd.gz 
nfsroot=192.168.8.1:/var/lib/tftpboot/8.10 automatic-ubiquity debug-ubiquity --

However, if I specify a url to fetch a preseed configuration file from
booting hangs. Here is a sample entry from my pxelinux configuration.

label install-ubuntu-preseed
menu label Install Ubuntu with preseeding
kernel 8.10/casper/vmlinuz
append boot=casper netboot=nfs initrd=8.10/casper/initrd.gz 
nfsroot=192.168.8.1:/var/lib/tftpboot/8.10 automatic-ubiquity debug-ubiquity 
url=http://192.168.8.1/preseed/district.txt --

On my server, I see the client perform the mount and begin to transfer
data, but the transfer stops.

On the client, about 30 seconds after displaying the line squashfs:
version 2.2 (2007/10/31) Phillip Lougher the line nfs: server
192.168.8.1 not responding, still trying

When booting hangs, the last thing in casper.log is a mention of
fetching the preseed file and then output from dhclient showing it
received a lease.

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

-- 
Preseeding from url breaks the nfs mount when booting live cd from nfsroot
https://bugs.launchpad.net/bugs/351982
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 83631] Re: SSHFS doesn't honor ForwardX11 settings in ~/.ssh/config

2009-03-14 Thread Brian Pitts
This is still an issue in 8.10

-- 
SSHFS doesn't honor ForwardX11 settings in ~/.ssh/config
https://bugs.launchpad.net/bugs/83631
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 303068] Re: Static IP ethernet network setting is lost after reboot

2009-03-05 Thread Brian Pitts
Another confirmation here. I selected auto etho and used edit
connections it to change it from dhcp to a static ip address. When I
told network-manager to reconnect it properly assigned the static
address.

I then rebooted. I expected that, since the system connection box was
checked, my static ip address would be assigned before I logged in.
However, I checked and found that my interface was configured using
dhcp. I then logged in to gnome and found that it was still configured
using dhcp. When I went to edit connections in network-manager there
was no sign of the changes I had made to auto etho

-- 
Static IP ethernet network setting is lost after reboot
https://bugs.launchpad.net/bugs/303068
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 302693] Re: apt-cacher-ng hangs and corrupts packages (intrepid)

2009-02-16 Thread Brian Pitts
I'm experiencing the same problem. acng would still be running but it
would not respond to any requests. I upgraded to the version in Rolf's
PPA and will report if this doesn't solve the problem.

Placing the following in /etc/apt/preferences seemed to keep anything
besides acng from being updated.

Package: apt-cacher-ng
Pin: release o=LP-PPA-r0lf
Pin-Priority: 600

Package: *
Pin: release o=LP-PPA-r0lf
Pin-Priority: 0

-- 
apt-cacher-ng hangs and corrupts packages (intrepid)
https://bugs.launchpad.net/bugs/302693
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 317994] [NEW] lighttpd needs UFW package integration

2009-01-16 Thread Brian Pitts
Public bug reported:

Binary package hint: lighttpd

It would be nice for lighttpd to have a default set of firewall configs
for the Ubuntu UFW firewall, just like apache does. See:
https://wiki.ubuntu.com/UbuntuFirewall#Package%20Integration

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

-- 
lighttpd needs UFW package integration
https://bugs.launchpad.net/bugs/317994
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 235386] Re: Permissions of files in /etc/libvirt/qemu are too restrictive

2009-01-16 Thread Brian Pitts
@Mario: I think the process Bryan describes is the way to do it.

E.G.

$ virsh dumpxml foo  /tmp/foo.xml
(edit /tmp/foo.xml as needed)
$ virsh define /tmp/foo.xml

-- 
Permissions of files in /etc/libvirt/qemu are too restrictive
https://bugs.launchpad.net/bugs/235386
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 293369] Re: Disconnected display activated on login

2008-11-30 Thread Brian Pitts
I was able to reproduce this bug with a new account.

1) Create a new account.
2) Open 'Screen Resolution'
3) Select the 'Unknown' display, select a resolution, and click apply.
4) After clicking apply, two things happen: the gnome panel disappears from the 
desktop and the 'Unknown' display disappears from the 'Screen Resolution' tool.
5) Log out and log back in. The gnome panel will not be visible and the xrandr 
output will be like I described above.

-- 
Disconnected display activated on login
https://bugs.launchpad.net/bugs/293369
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 293369] Re: Disconnected display activated on login

2008-11-30 Thread Brian Pitts
I was able to eliminate the problem by deleting ~/.config/monitors.xml

** Attachment added: monitors.xml
   http://launchpadlibrarian.net/20081843/monitors.xml

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

-- 
Disconnected display activated on login
https://bugs.launchpad.net/bugs/293369
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 205919] Re: Brasero and nautilus-cd-burner cannot burn 4GiB file to DVD

2008-11-28 Thread Brian Pitts
Tai Siew Joon, that looks like a different problem.

This bug is resolved for me in Brasero 0.8.2

-- 
Brasero and nautilus-cd-burner cannot burn 4GiB file to DVD
https://bugs.launchpad.net/bugs/205919
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 293369] Re: Disconnected display activated on login

2008-11-07 Thread Brian Pitts

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

-- 
Disconnected display activated on login
https://bugs.launchpad.net/bugs/293369
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 242011] Re: X in Hardy fails to start on SiS 86C326

2008-11-07 Thread Brian Pitts
I no longer have this hardware and thus can't reverify the issue..

-- 
X in Hardy fails to start on SiS 86C326
https://bugs.launchpad.net/bugs/242011
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 293369] Re: Disconnected display activated on login

2008-11-07 Thread Brian Pitts

** Attachment added: lspcivvn
   http://launchpadlibrarian.net/19456219/lspcivvn

-- 
Disconnected display activated on login
https://bugs.launchpad.net/bugs/293369
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 293369] [NEW] Disconnected display activated on login

2008-11-03 Thread Brian Pitts
Public bug reported:

Binary package hint: xrandr

Inspiron 1420N with Intel graphics running Intrepid.

No external displays are connected.

When I log in to GNOME, my desktop background image is distorted and no
panels appear. If I run xrandr -q I see

Screen 0: minimum 320 x 200, current 2304 x 800, maximum 2720 x 900
VGA disconnected (normal left inverted right x axis y axis)
LVDS connected 1280x800+0+0 (normal left inverted right x axis y axis) 303mm x 
190mm
   1280x800   60.0*+
   1024x768   60.0  
   800x60060.3  
   640x48059.9  
TV disconnected 1024x768+1280+0 (normal left inverted right x axis y axis) 0mm 
x 0mm
  1024x768 (0x80)   26.9MHz
h: width  1024 start 1025 end 1088 total 1120 skew0 clock   24.0KHz
v: height  768 start  769 end  800 total  801   clock   30.0Hz

If I run xrandr --output TV --off the display returns to normal. xrandr
-q then shows

Screen 0: minimum 320 x 200, current 1280 x 800, maximum 2720 x 900
VGA disconnected (normal left inverted right x axis y axis)
LVDS connected 1280x800+0+0 (normal left inverted right x axis y axis) 303mm x 
190mm
   1280x800   60.0*+
   1024x768   60.0  
   800x60060.3  
   640x48059.9  
TV connected (normal left inverted right x axis y axis)
   1024x768   30.0  
   800x60030.0  
   848x48030.0  
   640x48030.0  

I created a new user account for testing, and this problem does not
occur when I log in using that account. It always occurs when I log in
with my main account. This makes me suspect a setting in some component
of GNOME is causing the problem, but I'm not sure which.

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

-- 
Disconnected display activated on login
https://bugs.launchpad.net/bugs/293369
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 289980] [NEW] gthumb opens folders from places menu instead of nautilus

2008-10-27 Thread Brian Pitts
Public bug reported:

Binary package hint: gthumb

After installing gthumb on intrepid, when I click the Home, Desktop,
Documents, Music, Pictures, or Videos entries in the Places menu bar
gthumb opens instead of Nautilus.

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

-- 
gthumb opens folders from places menu instead of nautilus
https://bugs.launchpad.net/bugs/289980
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 289600] [NEW] Should depend on libavformat52 or libavformat-unstripped-52

2008-10-26 Thread Brian Pitts
Public bug reported:

Binary package hint: gpac

gpac currrently depends on libavformat52 exclusively. The package
libavformat-unstripped-52 should be able to fulfill the dependency as
well.

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

-- 
Should depend on libavformat52 or libavformat-unstripped-52
https://bugs.launchpad.net/bugs/289600
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 283047] Re: Okular has excessive dependencies

2008-10-14 Thread Brian Pitts
Why is phonon needed?

-- 
Okular has excessive dependencies
https://bugs.launchpad.net/bugs/283047
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 283047] [NEW] Okular has excessive dependencies

2008-10-13 Thread Brian Pitts
Public bug reported:

Binary package hint: kdegraphics-kde4

I wanted to install okular, since it's the only linux PDF viewer with
annotation support that I'm aware of. I noticed that it depended on a
lot of multimedia packages that didn't seem necessary for a document
viewer. Can someone verify that libxine, for instance, is actually
needed?

sudo apt-get install okular-kde4
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  kde-icons-oxygen kde4libs-bin kdebase-runtime kdebase-runtime-bin-kde4
  kdebase-runtime-data kdebase-runtime-data-common kdelibs5 kdelibs5-data
  libclucene0ldbl libgmp3c2 libokularcore1-kde4 libphonon4 libpoppler-qt4-2
  libpq5 libqimageblitz4 libqt4-qt3support libqt4-sql libraptor1 librasqal0
  librdf0 libsoprano4 libstreamanalyzer0 libstreams0 libstrigiqtdbusclient0
  libxcb-shape0 libxcb-shm0 libxcb-xv0 libxine1 libxine1-bin libxine1-console
  libxine1-ffmpeg libxine1-misc-plugins libxine1-plugins libxine1-x

** Affects: kdegraphics-kde4 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Okular has excessive dependencies
https://bugs.launchpad.net/bugs/283047
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 183303] Re: Can't create new wireless network using mac80211 based drivers

2008-08-12 Thread Brian Pitts
It wasn't.

-- 
Can't create new wireless network using mac80211 based drivers
https://bugs.launchpad.net/bugs/183303
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 255619] [NEW] ruby1.8-dev and libruby1.8 are out of sync on gutsy

2008-08-07 Thread Brian Pitts
Public bug reported:

Binary package hint: ruby1.8

Below is the result of trying to install ruby1.8-dev on an up-to-date
gutsy system.

The following packages have unmet dependencies:
  ruby1.8-dev: Depends: libruby1.8 (= 1.8.6.36-1ubuntu3) but 
1.8.6.36-1ubuntu3.2 is installed.
Resolving dependencies...
The following actions will resolve these dependencies:

Downgrade the following packages:
libruby1.8 [1.8.6.36-1ubuntu3.2 (gutsy-updates, gutsy-security, now) -
1.8.6.36-1ubuntu3 (gutsy)]
ruby1.8 [1.8.6.36-1ubuntu3.2 (gutsy-updates, gutsy-security, now) -
1.8.6.36-1ubuntu3 (gutsy)]

** Affects: ruby1.8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
ruby1.8-dev and libruby1.8 are out of sync on gutsy
https://bugs.launchpad.net/bugs/255619
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 236259] Re: Brasero cant find temporary image when copying a DVD with only one drive

2008-07-30 Thread Brian Pitts
I see the same behavior. The copy doesn't work with Brasero but does
work using Nautilus.

-- 
Brasero cant find temporary image when copying a DVD with only one drive
https://bugs.launchpad.net/bugs/236259
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 199580] Re: attempt to access beyond end of device when transferring data to sony ericsson w810i memory stick

2008-07-23 Thread Brian Pitts
What information is needed to reopen this bug? Whether or not it occurs
in Windows?

-- 
attempt to access beyond end of device when transferring data to sony 
ericsson w810i memory stick
https://bugs.launchpad.net/bugs/199580
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 99755] Re: Keyboard + Synaptic Touchpad randomly do not return from suspend on Dell 640m

2008-07-17 Thread Brian Pitts
Have any changes occurred which might have solved this problem? I've
started suspending again occasionally and haven't been bitten yet.

-- 
Keyboard + Synaptic Touchpad randomly do not return from suspend on Dell 640m
https://bugs.launchpad.net/bugs/99755
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 201544] Re: mplayer brightness reduces on playback

2008-07-15 Thread Brian Pitts
This also happens in Ogle.

-- 
mplayer brightness reduces on playback
https://bugs.launchpad.net/bugs/201544
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 247464] Re: Iozone crashes with fsync: Bad file descriptor

2008-07-11 Thread Brian Pitts
Ubuntu 8.04.1.

 apt-cache policy iozone3
iozone3:
  Installed: 279-1
  Candidate: 279-1
  Version table:
 *** 279-1 0
500 http://us.archive.ubuntu.com hardy/multiverse Packages
100 /var/lib/dpkg/status

-- 
Iozone crashes with fsync: Bad file descriptor
https://bugs.launchpad.net/bugs/247464
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 234486] Re: failed for unknown reasons

2008-07-11 Thread Brian Pitts
Upgrading to the installer image from hardy-proposed solved the problem.

-- 
failed for unknown reasons
https://bugs.launchpad.net/bugs/234486
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 247739] [NEW] Inconsistent parsing of lavdopts

2008-07-11 Thread Brian Pitts
Public bug reported:

Binary package hint: mplayer

Ubuntu 8.04
mplayer 2:1.0~rc2-0ubuntu13

mplayer -lavdopts fast:skiploopfilter=nonref:threads=2 movie works
fine.

However, specifying lavdopts=fast:skiploopfilter=nonref:threads=2 in
~/.mplayer/config causes the message

Error: suboption 'fast' of 'lavdopts' must have a parameter!
Error parsing option lavdopts=fast:skiploopfilter=nonref:threads=2 at line 2

You have to specify lavdopts=fast=1:skiploopfilter=nonref:threads=2

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

-- 
Inconsistent parsing of lavdopts
https://bugs.launchpad.net/bugs/247739
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 247464] [NEW] Iozone crashes with fsync: Bad file descriptor

2008-07-10 Thread Brian Pitts
Public bug reported:

Binary package hint: iozone3

On my 32-bit desktop system with 2GB of RAM, running iozone -a -g 4G
consistently crashes during the tests with the message fsync: Bad file
descriptor. The last few lines of its output are

10485761024   41119   39303   644940   969554 1009859   38944  648685  
840540 10120183999340589  578096   972962
 10485762048   39651   39749   588116   973728 1016818   39965  
792376  842134 10177824068040091  629587   977109
 10485764096   39604   39408   595513   975379 1018921   40554  
764725  817180 10171484122739851  606961   978057
 10485768192   39327   39709   582515   976029 1015925   39888  
617195  849208 10161554093739467  787056   977800
 1048576   16384   38551   39629   629806   979004 1016497   42395  
842147  836943 10174823981441723  688892   983366
 2097152  64   40162   415434235542320   35855   14315   
39802  793723   15781
iozone: interrupted

exiting iozone

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

-- 
Iozone crashes with fsync: Bad file descriptor
https://bugs.launchpad.net/bugs/247464
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 183303] Re: Can't create new wireless network using mac80211 based drivers

2008-07-07 Thread Brian Pitts
@Motin: Thanks for your attention to this bug.

Do we have any brave Intrepid tester that can confirm or approve that
these patches have fixed the issue?

Once the Alpha 2 live cds arrive later this week, sure.

-- 
Can't create new wireless network using mac80211 based drivers
https://bugs.launchpad.net/bugs/183303
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 246079] [NEW] Brasero creates checksum by default

2008-07-06 Thread Brian Pitts
Public bug reported:

Binary package hint: brasero

When burning a data disk, Brasero creates a checksum by default. This
behavior should be optional; I'm willing to take the chance of my
hardware having an error in exchange for a shorter burn.

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

-- 
Brasero creates checksum by default
https://bugs.launchpad.net/bugs/246079
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 205919] Re: Brasero and nautilus-cd-burner cannot burn 4GiB file to DVD

2008-07-06 Thread Brian Pitts
BraseroGrowisofs stdout: Executing 'genisoimage -r -J -iso-level 3 -udf 
-input-charset utf8 -graft-points -D -path-list /tmp/brasero_tmp_9HOO9T 
-exclude-list /tmp/brasero_tmp_1UMQ9T -print-size | builtin_dd of=/dev/scd0 
obs=32k seek=0'
BraseroGrowisofs stderr: -allow-limited-size was not specified. There is no way 
do represent this file size. Aborting.

Brasero is using UDF, but genisoimage can't create an image that is only
udf. The solution to this bug is in the log; Brasero needs to use the
-allow-limited-size option of genisoimage when there are files greater
than 2GiB. This is what K3B does.

From the man page:

-allow-limited-size
  When processing files larger than 2GiB which  cannot  be  easily
  represented in ISO9660, add them with a shrunk visible file size
  to ISO9660 and with the correct visible file  size  to  the  UDF
  system.  The result is an inconsistent filesystem and users need
  to make sure that they really use UDF rather than ISO9660 driver
  to read a such disk. Implies enabling -udf.

 -udf   Include UDF  filesystem  support  in  the  generated  filesystem
  image.   UDF  support  is currently in alpha status and for this
  reason, it is not possible to create UDF-only images.  UDF  data
  structures  are  currently  coupled to the Joliet structures, so
  there are many pitfalls with the current  implementation.  There
  is  no  UID/GID  support,  there is no POSIX permission support,
  there is no support for symlinks.   Note  that  UDF  wastes  the
  space from sector ~20 to sector 256 at the beginning of the disc
  in addition to the space needed for real UDF data structures.

-- 
Brasero and nautilus-cd-burner cannot burn 4GiB file to DVD
https://bugs.launchpad.net/bugs/205919
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 212291] Re: SMB shares not mounted

2008-07-02 Thread Brian Pitts
I'm seeing this as well.

-- 
SMB shares not mounted
https://bugs.launchpad.net/bugs/212291
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 207359] Re: please update homebank to version 3.8 in hardy

2008-07-02 Thread Brian Pitts
** Description changed:

  Binary package hint: homebank
  
- homebank 3.7 has been out for a few days, and it is a bugfix release.
- Some significant bugs are resolved by this, and since homebank does not
+ homebank 3.8-1 is in intrepid, and it is a bugfix release. Some
+ significant bugs are resolved by this, and since homebank does not
  affect any other packages AFAIK, this could be granted an ubuntu freeze
  exception?
  
* bugfix: archive changes were not considered for save changes 
* bugfix: strings change (British units to Imperial units)
* bugfix: remind transaction were not displayed after save
* bugfix: transaction window close button was faultly add a transaction
* bugfix: string in account window status bar was not localized
* bugfix: making an archive with empty name from a transaction was 
possible
* bugfix: statistics rate columns were sometimes displaying 'nan' as 
rate
* change: removed transaction register amount herits from the category 
sign automatically
  
  Most significant to me were the transaction window close button was
  faultly bug and the remind transaction were not displayed after save
  bug.
  
- Changelog for version 3.8 is: fix a stupid regression bug when adding
- transaction
- 
  Thank you!

-- 
please update homebank to version 3.8 in hardy
https://bugs.launchpad.net/bugs/207359
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 234486] Re: failed for unknown reasons

2008-07-01 Thread Brian Pitts
I just experienced the apt-mirror-setup problem and filed Bug #244728

-- 
failed for unknown reasons
https://bugs.launchpad.net/bugs/234486
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 244728] [NEW] Loading apt-mirror-setup failed for unknown reason

2008-07-01 Thread Brian Pitts
Public bug reported:

Binary package hint: anna

This was first reported at https://bugs.launchpad.net/ubuntu/+source
/net-retriever/+bug/234486/comments/32

There is a screenshot at http://launchpadlibrarian.net/15743776
/Screenshot-lg-hardy%20%5BRunning%5D%20-%20innotek%20VirtualBox.png

At the end of downloading the installer components, the error Loading
apt-mirror-setup failed for unknown reasons. Aborting. appeared. WIth
DEBCONF_DEBUG=5 set the end of syslog shows

SUBST anna/progress_step_conf PACKAGE apt-mirror-setup
Adding PACKAGE - [apt-mirror-setup]
0
Progress INFO anna/progress_step_conf
0 OK
PROGRESS STOP
0 OK
SUBST anna/install_failed PACKAGE apt-mirror-setup
Adding [PACKAGE] - [apt-mirror-setup]
0
INPUT critical anna/install_failed
0 question will be asked
GO

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

-- 
Loading apt-mirror-setup failed for unknown reason
https://bugs.launchpad.net/bugs/244728
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 207359] Re: please update homebank to version 3.8 in hardy

2008-06-29 Thread Brian Pitts
Below is the changelog for the Homebank since the version in Hardy;
since there have been nothing but bugfixes I think this needs to go
through the SRU rather than the backports process.

The most important change for me is the removal of transaction sign
inheritance from the category inheritance, a regression introduced in
3.6 that makes it unusable for me; see
https://bugs.launchpad.net/homebank/+bug/190011

2008-04-02  Maxime Doyen

* Made 3.8 release.
* bugfix: there was a problem for adding transactions
* bugfix: ofx file with a blank line were not recognised
* change: removed the -Werror compile option

2008-03-22  Maxime Doyen

* Made 3.7 release.
* bugfix: archive changes were not considered for save changes 
* bugfix: strings change (British units to Imperial units)
* bugfix: remind transaction were not displayed after save
* bugfix: transaction window close button was faultly add a transaction
* bugfix: string in account window status bar was not localized
* bugfix: making an archive with empty name from a transaction was 
possible
* bugfix: statistics rate columns were sometimes displaying 'nan' as 
rate
* change: removed transaction register amount herits [sic] from the 
category sign automatically

-- 
please update homebank to version 3.8 in hardy
https://bugs.launchpad.net/bugs/207359
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   >