[Bug 152410] Re: Installing PHP doesn't restart Apache2 by default, needs manual restart

2008-07-20 Thread mikael henrikson
some strange behaviour today; computer has been shut off for a few
hours.

http://localhost - redirects to http://localhost/
http://localhost/ - ok (no php)
http://localhost/wordpress/ (incl php) - redirects to 
http://127.0.0.1/wordpress/ - php ok

I'm not sure what is happening but I guess I'm ok with functionality and
I'm sure this could be due to a lot of updates etc. I will re-check in
future clean installs of Intrepid.

-- 
Installing PHP doesn't restart Apache2 by default, needs manual restart
https://bugs.launchpad.net/bugs/152410
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 211966] Re: nautilus-share report a warning about missing /var/lib/samba/usershares

2008-07-20 Thread Anis CHEBBI
you can solve this by adding a line in smb.conf

sudo gedit /etc/samba/smb.conf

in the [Global] section

add
usershare owner only = False

save smb.conf

it works  like a charm

-- 
nautilus-share report a warning about missing  /var/lib/samba/usershares
https://bugs.launchpad.net/bugs/211966
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-20 Thread Nelson A. de Oliveira
php-imagick needs to be rebuilt, not a problem with imagemagick.

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

** Bug watch added: Debian Bug tracker #459874
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459874

** Also affects: php-imagick (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459874
   Importance: Unknown
   Status: Unknown

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

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


[Bug 250195] Re: cron can't start graphical apps even when display is stipulated

2008-07-20 Thread Old_Soldier
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please answer these questions:

* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.

Additionally it would be helpful to see the actual command you used and
or script you were trying to run in order to sort this out.

Cheers,
Chuck

-- 
cron can't start graphical apps even when display is stipulated
https://bugs.launchpad.net/bugs/250195
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 203973] Re: tf-tool manpage is misleading

2008-07-20 Thread Mike Rooney
Interestingly,
http://en.thinkwiki.org/wiki/How_to_enable_the_fingerprint_reader_with_ThinkFinger#Ubuntu
says that it is not correct to use sudo for --acquire. I will update the
workaround in the description to the instructions there, can anyone
confirm or deny them? Thanks!

** Description changed:

  Binary package hint: thinkfinger-tools
  
  1) i installed ubuntu hardy, 080318.1
  2) thinkfinger-tools
  3)  version installed: 0.3+r118-0ubuntu1
  4) i want to store my fingerprints for use with PAM
  5) this is what happened:
  [EMAIL PROTECTED]:~$ sudo tf-tool --add-user rupi
  Password or swipe finger: 
  
  
  ThinkFinger 0.3 (http://thinkfinger.sourceforge.net/)
  Copyright (C) 2006, 2007 Timo Hoenig [EMAIL PROTECTED]
  
  Two output paths specified, but you may only specify one:
--add-user
rupi
  
- WORKAROUND: Use sudo tf-tool --acquire instead.
+ 
+ PROPER PROCEDURE:
+  1) sudo /usr/lib/pam-thinkfinger/pam-thinkfinger-enable
+  2) tf-tool --acquire
+  3) tf-tool --verify
  
  The man page should be changed to reflect this.

-- 
tf-tool manpage is misleading
https://bugs.launchpad.net/bugs/203973
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 182489] Re: Atheros wireless (AR5007) not working on ASUS Eee PC

2008-07-20 Thread Daniel Gimpelevich
** Also affects: madwifi via
   http://madwifi.org/ticket/1192
   Importance: Unknown
   Status: Unknown

-- 
Atheros wireless (AR5007) not working on ASUS Eee PC
https://bugs.launchpad.net/bugs/182489
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 26058] Re: after boot into Windows XP, grub menu is not displayed and computer reboot

2008-07-20 Thread wilbur_nether
I found a solution that worked for me on this site:
\http://savannah.gnu.org/bugs/?15048

To quote the instructions from adrian15 and lugduweb:

quote

Monday 10/09/2006 at 21:36 UTC, comment #11:

This solution is working !
Thanks a lot adrian15 (you saved my computer's life !).

So if someone has broken his GRUB and has this problem of constant
reboot after dynamic disk partitioning scheme activation in WinXP, here
is a detailled howto :

1) Boot with a liveCD, for example Gentoo's one...

2) chroot on your grub partition
sudo mkdir -p /mnt/gentoo
sudo swapon /dev/sda2
//Note: change with your swap partition name
sudo mount /dev/sda3 /mnt/gentoo
//Note : change with your root partition name
sudo mount -o bind /dev /mnt/gentoo/dev
sudo mount -o bind /proc /mnt/gentoo/proc
chroot /mnt/gentoo

3) go in /boot/grub and delete *stage1_5 files :
cd /boot/grub
rm *stage1_5

4) reinstall grub
find /boot/grub/menu.lst // on ubuntu
== gives you a (hdX,Y), for example (hd1,2)
root (hd1,2)
setup (hd0) // reinstall

5) reboot and enjoy. special thanks to adrian15 ?
I'm really happy not having to reinstall this all !
lugduweb lugduweb
Monday 10/09/2006 at 08:14 UTC, comment #10:

I found a person that had more or less the same problem and I solved it
from Linux.

You just have to delete stage1_5* files from /boot/grub/ folder and
reinstall grub with root (hdX,Y) setup (hdX) (grub-install copies again
the stage1_5* files !).

Once you have reinstalled grub so that stage1 loads stage2 directly ...
grub is no longer overwritten because stage1_5 is not deleted by windows
repartitioning.

adrian15

/quote


I actually repaired grub first, booted into my installed version of Ubuntu, and 
removed the *state1_5 files in there, then re-setup grub.  Either way should 
work.  Note that you will of course have to remove the files as the root user.

-- 
after boot into Windows XP, grub menu is not displayed and computer reboot
https://bugs.launchpad.net/bugs/26058
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 250213] Re: Grammatical error in Exaile description

2008-07-20 Thread Nick Ellery
exaile (0.2.11.1-0ubuntu4) intrepid; urgency=low

  * Fixed grammatical error in description (LP: #250213)

 -- Nick Ellery [EMAIL PROTECTED]  Sat, 19 Jul 2008 22:42:12
-0700

** Attachment added: debdiff
   http://launchpadlibrarian.net/16197841/debdiff

** Changed in: exaile (Ubuntu)
 Assignee: Nick Ellery (nick.ellery) = (unassigned)
   Status: In Progress = Confirmed

-- 
Grammatical error in Exaile description
https://bugs.launchpad.net/bugs/250213
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 250036] Re: not able to connect to internet

2008-07-20 Thread Marlon Cisternas Milla
** Changed in: ubuntu
   Status: New = Incomplete

-- 
not able to connect to internet
https://bugs.launchpad.net/bugs/250036
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 136813] Re: (Gutsy) help button does not work in gnome-appearance-properties

2008-07-20 Thread mattismyname
This bug is present in Intrepid.

-- 
(Gutsy) help button does not work in gnome-appearance-properties
https://bugs.launchpad.net/bugs/136813
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 133759] Re: Microphone only records static noise on Intel ICH5 integrated audio on Feisty

2008-07-20 Thread migueleonm
Same bug with  Intel ICH8 Family HD Audio Controller and ubuntu hardy. I
can record but with a lot of static noise and glitches... unusable, but
when i activate the speakers to listen the microphone (without
recording) i can hear my voice without the glitches. The bug is with the
audio capture.

-- 
Microphone only records static noise on Intel ICH5 integrated audio on Feisty
https://bugs.launchpad.net/bugs/133759
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 250216] [NEW] Ubuntu 8.04 installing OpenOffice Formula from Add/Remove does not put an icon in the applications menu

2008-07-20 Thread Kyle Smith
Public bug reported:

I have tried on three different machines. Installing OpenOffice.org
Database and Formula along with the entry that is just OpenOffice.org
puts only Database is the Applications menu. There is no link to
Formula.

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Ubuntu 8.04 installing OpenOffice Formula from Add/Remove does not put an icon 
in the applications menu
https://bugs.launchpad.net/bugs/250216
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 250215] [NEW] Clicking 'help' in Appearance Preferences does nothing

2008-07-20 Thread mattismyname
Public bug reported:

Binary package hint: gnome

Looks like this was also present in Hardy.  I'm not sure if it's correct
to submit a new bug for Intrepid or not, so I'm submitting one anyway.

The hardy bug is https://bugs.launchpad.net/ubuntu/+source/gnome-
control-center/+bug/136813

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

-- 
Clicking 'help' in Appearance Preferences does nothing
https://bugs.launchpad.net/bugs/250215
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 250214] [NEW] Grammatical error in 4digits description

2008-07-20 Thread Nick Ellery
Public bug reported:

Binary package hint: 4digits

The package description reads as follows:

4digits has both graphical user interface version and textual user
interface version.

Should be change to:

4digits has a graphical user interface version and a textual user
interface version.

** Affects: 4digits (Ubuntu)
 Importance: Low
 Assignee: Nick Ellery (nick.ellery)
 Status: In Progress

** Changed in: 4digits (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Nick Ellery (nick.ellery)
   Status: New = In Progress

-- 
Grammatical error in 4digits description
https://bugs.launchpad.net/bugs/250214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 249270] Re: Please backport mayavi2.2 from Intrepid

2008-07-20 Thread Gaël Varoquaux
On Sat, Jul 19, 2008 at 07:23:24PM -, Scott Kitterman wrote:
 Given that upstream says python-enthought-traits and python-enthought-
 traits-ui should be updated together, I think we ought to do it that
 way.  Please check those too.

Yes, these packages work together. Mayavi2.2 may not require the latest
python-enthought-traits and python-enthought-traits-ui, some of the bug
fixes of python-enthought-traits and python-enthought-traits-ui are
actually driven to fix problems in mayavi2.

Cheers,

Gaël

-- 
Please backport mayavi2.2 from Intrepid
https://bugs.launchpad.net/bugs/249270
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 247363] Re: Please merge avidemux 2.4.2 from debian-multimedia.org

2008-07-20 Thread Matvey Kozhev
** Changed in: avidemux (Ubuntu)
   Importance: Undecided = Wishlist
 Assignee: (unassigned) = Matvey Kozhev (sikon)
   Status: New = In Progress

-- 
Please merge avidemux 2.4.2 from debian-multimedia.org
https://bugs.launchpad.net/bugs/247363
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 239130] Re: pan2 is mising the tools tab entirely

2008-07-20 Thread pcowley
Hi Richard

Here are the details of the version I was using.


DistroRelease: Ubuntu 8.04
Package: pan 0.14.2.91-2
PackageArchitecture: amd64


Cheers
Pete

-- 
pan2 is mising the tools tab entirely
https://bugs.launchpad.net/bugs/239130
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 239130] Re: pan2 is mising the tools tab entirely

2008-07-20 Thread pcowley
Hi Richard

Here are the details of the version I was using.


DistroRelease: Ubuntu 8.04
Package: pan 0.14.2.91-2
PackageArchitecture: amd64


Cheers
Pete
Richard Seguin wrote:
 What was the last version where the tools option was present?

 Just trying to move this issue along a bit..

 Thanks,

 Richard Seguin

 ** Changed in: pan (Ubuntu)
Importance: Undecided = Low
Status: New = Incomplete



-- 
pan2 is mising the tools tab entirely
https://bugs.launchpad.net/bugs/239130
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 235391] Re: Compaq Presario C700 Series (C756A) brightness controls do not function.

2008-07-20 Thread Marlon Cisternas Milla
Now, I confirm this problem in Hardy 8.04.1 in my Compaq Presario
C708LA.

There is some solution for this?

** Changed in: acpi-support (Ubuntu)
 Assignee: Marlon Cisternas Milla (mcisternas) = (unassigned)

-- 
Compaq Presario C700 Series (C756A) brightness controls do not function.
https://bugs.launchpad.net/bugs/235391
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 91179] Re: [can-not-install] file overwrite failure

2008-07-20 Thread Jonathan Marsden
This issue appears to have been fixed in the google-perftools 0.98-1
package for Intrepid, see:

  http://packages.ubuntu.com/source/intrepid/google-perftools

and especially:

  http://archive.ubuntu.com/ubuntu/pool/universe/g/google-perftools
/google-perftools_0.98-1.diff.gz

which renamed pprof to google-pprof

Jonathan

-- 
[can-not-install] file overwrite failure
https://bugs.launchpad.net/bugs/91179
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 201597] Re: iwl3945 doesn't support ad-hoc networks

2008-07-20 Thread Psy[H[]
...nope. I was wrong.

-- 
iwl3945 doesn't support ad-hoc networks
https://bugs.launchpad.net/bugs/201597
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 133437] Re: [needs-packaging] blueMarine

2008-07-20 Thread mattismyname
** Changed in: ubuntu
 Assignee: mattismyname (mattismyname) = (unassigned)

-- 
[needs-packaging] blueMarine
https://bugs.launchpad.net/bugs/133437
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 248600] Re: nvclock causes corrupt screen + hard lock

2008-07-20 Thread Vanessa Ezekowitz
I've double-checked with a new Gentoo install alongside Ubuntu - sure
enough, nvclock works fine over there.  Gentoo is using nvclock 0.8 beta
2, Ubuntu is using 0.8 beta 3, both as installed via the respective
repositories.

-- 
nvclock causes corrupt screen + hard lock
https://bugs.launchpad.net/bugs/248600
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 114363] Re: flashplugin-nonfree causes browser crash on close

2008-07-20 Thread Marlon Cisternas Milla
I using Ubuntu Hardy 8.04.1 with the kernel 2.6.24-19 and the plugin
flashplugin-nonfree 9.0.124.0ubuntu2 and my firefox 3 crash and close my
browser.

-- 
flashplugin-nonfree causes browser crash on close
https://bugs.launchpad.net/bugs/114363
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 250218] [NEW] Two CD icons

2008-07-20 Thread attand
Public bug reported:

Binary package hint: gnome-terminal

Whenever I insert a CD, after restarting without ejecting the CD, I get
another icon on the Gnome desktop.

ProblemType: Bug
Architecture: i386
Date: Sun Jul 20 11:49:05 2008
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/gnome-terminal
Package: gnome-terminal 2.18.2-0ubuntu1
PackageArchitecture: i386
ProcCmdline: gnome-terminal
ProcCwd: /home/amit
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: gnome-terminal
Uname: Linux utk-Laptop 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 
i686 GNU/Linux

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


** Tags: apport-bug

-- 
Two CD  icons
https://bugs.launchpad.net/bugs/250218
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 250218] Re: Two CD icons

2008-07-20 Thread attand

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/16197965/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/16197966/ProcStatus.txt

-- 
Two CD  icons
https://bugs.launchpad.net/bugs/250218
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 248575] Re: Please sync lame 3.98-0.0 from debian-multimedia.org

2008-07-20 Thread Matvey Kozhev
http://debian-multimedia.org/pool/main/l/lame/

Now available on debian-multimedia.org. Changed to a sync request.

** Summary changed:

- Please Upgrade Lame
+ Please sync lame 3.98-0.0 from debian-multimedia.org

** Tags added: sync

** Tags removed: upgrade

-- 
Please sync lame 3.98-0.0 from debian-multimedia.org
https://bugs.launchpad.net/bugs/248575
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 250217] [NEW] [acx] 40-bit WEP on a Linksys WPC54Gv2 makes Hardy go wacko

2008-07-20 Thread Daniel Gimpelevich
Public bug reported:

Ubuntu 8.04.1 (32-bit) fails to connect to a 40-bit WEP network with
this card, where it succeeds with all other cards on the same network.
Not only that, but it makes the keyboard stop responding. Here is what
appears in dmesg, with emphasis on the third line:

[  118.298779] pccard: CardBus card inserted into slot 0
[  118.938687] acx: Loaded combined PCI/USB driver, firmware_ver=default
[  118.938704] acx: compiled to use 32bit I/O access. I/O timing issues might 
occur, such as non-working firmware upload. Report them
[  118.938842] PCI: Enabling device :02:00.0 ( - 0002)
[  118.938862] ACPI: PCI Interrupt :02:00.0[A] - Link [LNKA] - GSI 11 
(level, low) - IRQ 11
[  118.938880] PCI: Setting latency timer of device :02:00.0 to 64
[  118.938925] acx: found ACX111-based wireless network card at :02:00.0, 
irq:11, phymem1:0x2402, phymem2:0x2400, mem1:0xd0d14000, 
mem1_size:8192, mem2:0xd0ec, mem2_size:131072
[  118.939963] acx: loading firmware for acx chipset with radio ID 16
[  119.970846] NVS_vendor_offs:0221 probe_delay:200 eof_memory:1114112
[  119.970867] CCAModes:04 Diversity:01 ShortPreOpt:01 PBCC:01 ChanAgil:00 
PHY:05 Temp:01
[  119.970874] AntennaID:00 Len:02 Data:01 02 
[  119.970882] PowerLevelID:01 Len:02 Data:001E 000A 
[  119.970890] DataRatesID:02 Len:05 Data:02 04 11 22 44 
[  119.970900] DomainID:03 Len:06 Data:10 20 30 31 32 40 
[  119.970913] ProductID:04 Len:09 Data:TI ACX100
[  119.970918] ManufacturerID:05 Len:07 Data:TI Test
[  120.030345] acx: === chipset TNETW1130, radio type 0x16 (Radia), form factor 
0x01 ((mini-)PCI / CardBus), EEPROM version 0x05: uploaded firmware 'Rev 
1.2.1.34' ===
[  120.032383] acx v0.3.36: net device wlan0, driver compiled against wireless 
extensions 22 and Linux 2.6.24-19-generic
[  120.032472] usbcore: registered new interface driver acx_usb
[  120.051792] udev: renamed network interface wlan0 to wlan1
[  121.061398] ADDRCONF(NETDEV_UP): wlan1: link is not ready
[  128.600265] wlan1: tx error 0x20, buf 00! (excessive Tx retries due to 
either distance too high or unable to Tx or Tx frame error - try changing 
'iwconfig txpower XXX' or 'sens'itivity or 'retry')
[  128.600298] wlan1: tx error 0x20, buf 01! (excessive Tx retries due to 
either distance too high or unable to Tx or Tx frame error - try changing 
'iwconfig txpower XXX' or 'sens'itivity or 'retry')
[  128.600320] wlan1: tx error 0x20, buf 02! (excessive Tx retries due to 
either distance too high or unable to Tx or Tx frame error - try changing 
'iwconfig txpower XXX' or 'sens'itivity or 'retry')
[  128.600343] wlan1: several excessive Tx retry errors occurred, attempting to 
recalibrate radio. Radio drift might be caused by increasing card temperature, 
please check the card before it's too late!
[  128.600361] wlan1: tx error 0x20, buf 03! (excessive Tx retries due to 
either distance too high or unable to Tx or Tx frame error - try changing 
'iwconfig txpower XXX' or 'sens'itivity or 'retry')
[  128.605886] wlan1: recalibrating radio
[  128.608358] wlan1: successfully recalibrated radio
[  163.565554] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[  164.460646] wlan1: no IPv6 routers present

** Affects: linux-restricted-modules-2.6.24 (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Ubuntu 8.04.1 fails to connect to a 40-bit WEP network with this card,
- where it succeeds with all others. Not only that, but it makes the
- keyboard stop responding. Here is what appears in dmesg, with emphasis
- on the third line:
+ where it succeeds with all other cards on the same network. Not only
+ that, but it makes the keyboard stop responding. Here is what appears in
+ dmesg, with emphasis on the third line:
  
  [  118.298779] pccard: CardBus card inserted into slot 0
  [  118.938687] acx: Loaded combined PCI/USB driver, firmware_ver=default
  [  118.938704] acx: compiled to use 32bit I/O access. I/O timing issues might 
occur, such as non-working firmware upload. Report them
  [  118.938842] PCI: Enabling device :02:00.0 ( - 0002)
  [  118.938862] ACPI: PCI Interrupt :02:00.0[A] - Link [LNKA] - GSI 11 
(level, low) - IRQ 11
  [  118.938880] PCI: Setting latency timer of device :02:00.0 to 64
  [  118.938925] acx: found ACX111-based wireless network card at :02:00.0, 
irq:11, phymem1:0x2402, phymem2:0x2400, mem1:0xd0d14000, 
mem1_size:8192, mem2:0xd0ec, mem2_size:131072
  [  118.939963] acx: loading firmware for acx chipset with radio ID 16
  [  119.970846] NVS_vendor_offs:0221 probe_delay:200 eof_memory:1114112
  [  119.970867] CCAModes:04 Diversity:01 ShortPreOpt:01 PBCC:01 ChanAgil:00 
PHY:05 Temp:01
  [  119.970874] AntennaID:00 Len:02 Data:01 02 
  [  119.970882] PowerLevelID:01 Len:02 Data:001E 000A 
  [  119.970890] DataRatesID:02 Len:05 Data:02 04 11 22 44 
  [  119.970900] DomainID:03 Len:06 Data:10 20 30 31 32 40 
  [  119.970913] ProductID:04 Len:09 

[Bug 250214] Re: Grammatical error in 4digits description

2008-07-20 Thread Nick Ellery
4digits (0.8-1ubuntu1) intrepid; urgency=low

  * Fixed grammatical error in description (LP: #250214).
  * Modified Maintainer to match the DebianMaintainerField
specification.

 -- Nick Ellery [EMAIL PROTECTED]  Sat, 19 Jul 2008 23:10:05
-0700

** Tags added: bitesize patch string-fix

** Attachment added: debdiff
   http://launchpadlibrarian.net/16197987/debdiff

** Changed in: 4digits (Ubuntu)
 Assignee: Nick Ellery (nick.ellery) = Ubuntu Sponsors for universe 
(ubuntu-universe-sponsors)
   Status: In Progress = Confirmed

** Changed in: 4digits (Ubuntu)
 Assignee: Ubuntu Sponsors for universe (ubuntu-universe-sponsors) = 
(unassigned)

-- 
Grammatical error in 4digits description
https://bugs.launchpad.net/bugs/250214
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 250195] Re: cron can't start graphical apps even when display is stipulated

2008-07-20 Thread StraightShootinComputin
there's a README file within the archive to explain what everything was
for.

** Attachment added: MorningPlayer.tar.gz
   http://launchpadlibrarian.net/16197985/MorningPlayer.tar.gz

-- 
cron can't start graphical apps even when display is stipulated
https://bugs.launchpad.net/bugs/250195
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 32963] Re: totem overrides XV_CONSTRAST/XV_SATURATION to wrong default value (Xv movies on i810/i945 have horrible colour/gamma/contrast)

2008-07-20 Thread Daniel Lombraña
Hi, I have discovered that the last version of totem-gstreamer on hardy
does the same but with a nvidia card. I have tried totem-xine and
everything works perfectly well. However, if you are using totem-
gstreamer and in gstreamer-settings you have chosen xv, totem shows
wrong colors. The solution to this is avoid using totem-gstreamer or in
case you want to use gstreamer use X11 with xv.

-- 
totem overrides XV_CONSTRAST/XV_SATURATION to wrong default value (Xv movies on 
i810/i945 have horrible colour/gamma/contrast)
https://bugs.launchpad.net/bugs/32963
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 250217] Re: [acx] 40-bit WEP on a Linksys WPC54Gv2 makes Hardy go wacko

2008-07-20 Thread Daniel Gimpelevich
** Also affects: linux-ubuntu-modules-2.6.24 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
[acx] 40-bit WEP on a Linksys WPC54Gv2 makes Hardy go wacko
https://bugs.launchpad.net/bugs/250217
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 250213] Re: Grammatical error in Exaile description

2008-07-20 Thread Nick Ellery
** Tags added: patch

-- 
Grammatical error in Exaile description
https://bugs.launchpad.net/bugs/250213
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 178530] Re: hardy alpha2 PRO/Wireless 3945ABG does not work

2008-07-20 Thread Maxim Veksler
** Also affects: intellinuxwireless
   Importance: Undecided
   Status: New

-- 
hardy alpha2 PRO/Wireless 3945ABG does not work
https://bugs.launchpad.net/bugs/178530
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 177676] Re: Please expose the WASP LADSPA plugin

2008-07-20 Thread draeklae
It seems you need the LADSPA sources in order to run the LADSPA-related 
plugins. The library is available at 
http://plugin.org.uk/releases/0.4.15/swh-plugins-0.4.15.tar.gz. Just install 
the library like you'd install a normal one (a quick search in Google should 
teach you that if you don't know how to do it). It should work then, just read 
the manual section regarding LADSPA.
Let me work on the package to see if I can include the libraries with the 
hydrogen package.

-- 
Please expose the WASP LADSPA plugin
https://bugs.launchpad.net/bugs/177676
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 106228] Re: hard lock during updates

2008-07-20 Thread Marlon Cisternas Milla
HI all.

In Hardy 8.04.1 this problem not happen and I use the kernel 2.6.24-19.

Can some another user confirm it?

Thanks.

-- 
hard lock during updates
https://bugs.launchpad.net/bugs/106228
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 250201] Re: hardware tester freezes if given wrong email to submit

2008-07-20 Thread Greg Auger
** Changed in: hwtest (Ubuntu)
Sourcepackagename: None = hwtest

-- 
hardware tester freezes if given wrong email to submit
https://bugs.launchpad.net/bugs/250201
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 250220] [NEW] f-spot crashes when I plug my camera in

2008-07-20 Thread mattismyname
Public bug reported:

Binary package hint: f-spot

I plug in my camera, click import in the dialog that pops up, F-spot
launches and then crashes:

Starting new FSpot server
Xlib:  extension GLX missing on display :0.0.
Error initializing the OpenGL context:
 GdkGlx.GlxException: Unable to find matching visual
  at GdkGlx.Context..ctor (Gdk.Screen screen, GdkGlx.Context share_list, 
System.Int32[] attr) [0x0] 
  at GdkGlx.Context..ctor (Gdk.Screen screen, System.Int32[] attr) [0x0] 
  at FSpot.PhotoImageView.HandleRealized (System.Object sender, 
System.EventArgs args) [0x0] 
Reloading
item changed
*** glibc detected *** f-spot: free(): invalid pointer: 0xb2e7c00c ***
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6[0xb7cf2394]
/lib/tls/i686/cmov/libc.so.6(cfree+0x96)[0xb7cf43f6]
/usr/lib/libglib-2.0.so.0(g_free+0x36)[0xb7e658d6]
[0xb771bace]
[0xb311e93a]
[0xb311e8b1]
[0xb311e6a0]
[0xb311d9d5]
[0xb311d7f3]
[0xb311d780]
[0xb311d6de]
f-spot(mono_runtime_invoke_array+0x3d3)[0x809e8b3]
f-spot[0x80a6943]
[0xb6ac3eed]
[0xb6ac3b63]
[0xb6ac3813]
[0xb311cc88]
[0xb311c8b3]
[0xb6ac8d74]
[0xb33616fc]
[0xb33616c0]
[0x8c28ee4]
/usr/lib/libglib-2.0.so.0[0xb7e944bd]
/usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x1e8)[0xb7e5d5e8]
/usr/lib/libglib-2.0.so.0[0xb7e60c93]
/usr/lib/libglib-2.0.so.0(g_main_loop_run+0x1d2)[0xb7e611b2]
/usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xb9)[0xb66d1219]
[0xb3361676]
[0xb3361640]
[0xb3361628]
[0xb771b4f2]
[0xb771a1c4]
f-spot(mono_runtime_exec_main+0xf7)[0x809cb97]
f-spot(mono_runtime_run_main+0x16b)[0x809d17b]
f-spot(mono_main+0x60e)[0x805aebe]
f-spot[0x805a3c2]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb7c99685]
f-spot[0x805a301]
=== Memory map: 
0001-00248000 rwxp 0001 00:00 0 
08048000-0821f000 r-xp  08:15 38044  /usr/bin/mono
0821f000-0822 r-xp 001d6000 08:15 38044  /usr/bin/mono
0822-08221000 rwxp 001d7000 08:15 38044  /usr/bin/mono
08221000-08231000 rwxp 08221000 00:00 0 
089b-093d4000 rwxp 089b 00:00 0  [heap]
b2a0-b2a21000 rwxp b2a0 00:00 0 
b2a21000-b2b0 ---p b2a21000 00:00 0 
b2b45000-b2b51000 r-xp  08:15 123083 /lib/libgcc_s.so.1
b2b51000-b2b52000 r-xp b000 08:15 123083 /lib/libgcc_s.so.1
b2b52000-b2b53000 rwxp c000 08:15 123083 /lib/libgcc_s.so.1
b2b53000-b2d96000 rwxp b2e1f000 00:00 0 
b2e7c000-b307d000 rwxp b2e7c000 00:00 0 
b307d000-b3083000 r-xp  08:15 38956  /usr/lib/libltdl.so.3.1.6
b3083000-b3084000 rwxp 5000 08:15 38956  /usr/lib/libltdl.so.3.1.6
b3084000-b308b000 r-xp  08:15 38958  
/usr/lib/libgphoto2_port.so.0.8.0
b308b000-b308c000 r-xp 6000 08:15 38958  
/usr/lib/libgphoto2_port.so.0.8.0
b308c000-b308d000 rwxp 7000 08:15 38958  
/usr/lib/libgphoto2_port.so.0.8.0
b308d000-b30a7000 r-xp  08:15 38960  /usr/lib/libgphoto2.so.2.3.0
b30a7000-b30a8000 r-xp 00019000 08:15 38960  /usr/lib/libgphoto2.so.2.3.0
b30a8000-b30a9000 rwxp 0001a000 08:15 38960  /usr/lib/libgphoto2.so.2.3.0
b30a9000-b3109000 rwxp b30a9000 00:00 0 
b3118000-b3128000 rwxp b3118000 00:00 0 
b3128000-b3188000 rwxs  00:09 16416787   /SYSV (deleted)
b3188000-b328c000 rwxp b3188000 00:00 0 
b328c000-b3315000 r-xp  08:15 58851  
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf
b3315000-b3366000 rwxp b3315000 00:00 0 
b3366000-b3367000 r-xp  08:15 46927  
/usr/lib/tls/libnvidia-tls.so.177.13
b3367000-b3368000 rwxp  08:15 46927  
/usr/lib/tls/libnvidia-tls.so.177.13
b3368000-b3f03000 r-xp  08:15 37815  /usr/lib/libGLcore.so.177.13
b3f03000-b4096000 rwxp 00b9b000 08:15 37815  /usr/lib/libGLcore.so.177.13
b4096000-b40a1000 rwxp b4096000 00:00 0 
b40a1000-b4128000 r-xp  08:15 37814  /usr/lib/libGL.so.177.13
b4128000-b4143000 rwxp 00086000 08:15 37814  /usr/lib/libGL.so.177.13
b4143000-b4144000 rwxp b4143000 00:00 0 
b4144000-b4163000 r-xp  08:15 36683  /usr/lib/libjpeg.so.62.0.0
b4163000-b4164000 rwxp 0001e000 08:15 36683  /usr/lib/libjpeg.so.62.0.0
b4164000-b417d000 r-xp  08:15 196810 
/usr/lib/f-spot/libfspoteog.so.0.0.0
b417d000-b417e000 rwxp 00019000 08:15 196810 
/usr/lib/f-spot/libfspoteog.so.0.0.0
b417e000-b4183000 r-xp  08:15 196811 
/usr/lib/f-spot/libfspotjpegtran.so.0.0.0
b4183000-b4184000 rwxp 5000 08:15 196811 
/usr/lib/f-spot/libfspotjpegtran.so.0.0.0
b4184000-b41a4000 r-xp  08:15 38836  /usr/lib/libexif.so.12.2.0
b41a4000-b41ad000 rwxp 0002 08:15 38836  /usr/lib/libexif.so.12.2.0
b41ad000-b41dc000 r-xp  08:15 38838  /usr/lib/liblcms.so.1.0.16
b41dc000-b41dd000 r-xp 0002e000 08:15 38838  /usr/lib/liblcms.so.1.0.16
b41dd000-b41de000 rwxp 0002f000 08:15 38838  /usr/lib/liblcms.so.1.0.16
b41de000-b41e1000 rwxp b41de000 00:00 0 
b41e1000-b41e8000 r-xp  08:15 196813 
/usr/lib/f-spot/libgphoto2-sharp.dll

[Bug 249340] Re: Gutsy-Hardy upgrade hangs in localedef

2008-07-20 Thread chandra53
Thanks Rocco! Your work around worked for me as well. I'm back up and
running on the 2.6.24-19-server kernel. Excellent!

-- 
Gutsy-Hardy upgrade hangs in localedef
https://bugs.launchpad.net/bugs/249340
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 250222] [NEW] Create archive in nautilus does not work

2008-07-20 Thread mattismyname
Public bug reported:

I try to create an archive in Nautilus but it pops up an empty dialog
box and does not create the archive.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Create archive in nautilus does not work
https://bugs.launchpad.net/bugs/250222
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 250222] Re: Create archive in nautilus does not work

2008-07-20 Thread mattismyname

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/16198397/Screenshot.png

-- 
Create archive in nautilus does not work
https://bugs.launchpad.net/bugs/250222
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 250221] [NEW] package soundkonverter None [modified: /var/lib/dpkg/info/soundkonverter.list] failed to install/upgrade: trying to overwrite `/usr/share/mimelnk/audio/x-ape.desktop', which is also

2008-07-20 Thread Russ Jones
Public bug reported:

Binary package hint: soundkonverter

Apparent conflict with Perl Audio Converter

ProblemType: Package
Architecture: i386
Date: Sat Jul 19 23:51:58 2008
Dependencies:
 
DistroRelease: Ubuntu 8.04
ErrorMessage: trying to overwrite `/usr/share/mimelnk/audio/x-ape.desktop', 
which is also in package pacpl
Package: soundkonverter None [modified: /var/lib/dpkg/info/soundkonverter.list]
PackageArchitecture: i386
SourcePackage: soundkonverter
Title: package soundkonverter None [modified: 
/var/lib/dpkg/info/soundkonverter.list] failed to install/upgrade: trying to 
overwrite `/usr/share/mimelnk/audio/x-ape.desktop', which is also in package 
pacpl
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-package

-- 
package soundkonverter None [modified: /var/lib/dpkg/info/soundkonverter.list] 
failed to install/upgrade: trying to overwrite 
`/usr/share/mimelnk/audio/x-ape.desktop', which is also in package pacpl
https://bugs.launchpad.net/bugs/250221
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 250221] Re: package soundkonverter None [modified: /var/lib/dpkg/info/soundkonverter.list] failed to install/upgrade: trying to overwrite `/usr/share/mimelnk/audio/x-ape.desktop', which is also i

2008-07-20 Thread Russ Jones

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/16198396/DpkgTerminalLog.gz

-- 
package soundkonverter None [modified: /var/lib/dpkg/info/soundkonverter.list] 
failed to install/upgrade: trying to overwrite 
`/usr/share/mimelnk/audio/x-ape.desktop', which is also in package pacpl
https://bugs.launchpad.net/bugs/250221
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 250193] Re: CSS Width Is Not Applied to Links

2008-07-20 Thread cooke1729
** Description changed:

- Binary package hint: firefox-3.0
- 
- Ubuntu 8.04.1
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9) Gecko/2008061017 Firefox/3.0
- firefox-3.0:
-   Installed: 3.0+nobinonly-0ubuntu0.8.04.1
-   Candidate: 3.0+nobinonly-0ubuntu0.8.04.1
-   Version table:
-  *** 3.0+nobinonly-0ubuntu0.8.04.1 0
- 500 http://us.archive.ubuntu.com hardy-updates/main Packages
- 100 /var/lib/dpkg/status
-  3.0~b5+nobinonly-0ubuntu3 0
- 500 http://us.archive.ubuntu.com hardy/main Packages
- 
- I have some html:
- div id=navbar
-a class=current href=#home/a
-a href=#projects/a
-a href=#blog/a
-a href=#contact/a
- /div
- and some css:
- #navbar a{
-   width: 87px;
-   color:#000;
-   text-decoration:none;
-   background: #fff url(images/buttons.png) 0 -60px no-repeat;
-   padding: 7px;
-   
-   }
-   #navbar a:hover{
-   background-position: 0 -30px;
-   }
-   #navbar a.current{
-   background-position: 0 0;
-   }
- 
- and no matter what I do, the width on the a tag is not applied. Doesn't
- work in Epiphany 2.22.2 either.
- 
- ProblemType: Bug
- Architecture: amd64
- Date: Sat Jul 19 16:19:15 2008
- DistroRelease: Ubuntu 8.04
- NonfreeKernelModules: nvidia
- Package: firefox-3.0 3.0+nobinonly-0ubuntu0.8.04.1
- PackageArchitecture: amd64
- ProcEnviron:
-  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
- SourcePackage: firefox-3.0
- Uname: Linux 2.6.24-19-generic x86_64
+ Sorry, not a bug. I'm an ass.

-- 
CSS Width Is Not Applied to Links
https://bugs.launchpad.net/bugs/250193
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 244868] Re: Wirelles Broadcom b43(rev02) muito lenta.

2008-07-20 Thread Marlon Cisternas Milla
I use one Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 02) and it
works very good. Please, we need more informations about your Broadcom
and your hardware in general.

Thanks..

-- 
Wirelles Broadcom b43(rev02) muito lenta.
https://bugs.launchpad.net/bugs/244868
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 221633] Re: 3945ABG wireless card dosen not work with 8.04

2008-07-20 Thread abhishek
I have hp 530 notebook and I am able to connect to my University's (un-
secure) wireless network from the very beginning after installing 8.04.
But the LED does not work. LED used to work in 7.10 , where ubuntu used
restricted drivers.

-- 
3945ABG wireless card dosen not work with 8.04 
https://bugs.launchpad.net/bugs/221633
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 183619] Re: [hardy] wlan0: AP denied association

2008-07-20 Thread Michael Leow
On Dell Vostro 1510, installed Wubi Ubuntu Linux Desktop 8.04 and
updated to the latest fixes.  The latest fixes allowed the wireless LED
to light up.

However, I am unable to connect to my Linksys WEP AP.  I have tried the
usual troubleshooting steps of manually setting up the setting using
iwconfig + ifconfig, including removing ipv6 support but to no avail.  I
am not able to ping the gateway nor am I able to get an IP address via
DHCP.

I suspect the same root cause is the issue.  I have yet been able to
test on a WPA AP.

Would appreciate if there is any known timeline for the fix.  Thanks!

-- 
[hardy] wlan0: AP denied association
https://bugs.launchpad.net/bugs/183619
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 233942] Re: genisoimage generates wrong DVD-Video images

2008-07-20 Thread antistress
importance of that bug is still undecided !
what is the opinion of the Ubuntu Burning Team on that report ?

-- 
genisoimage generates wrong DVD-Video images
https://bugs.launchpad.net/bugs/233942
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 250223] [NEW] odd box on my screen

2008-07-20 Thread nearly a genius
Public bug reported:

An odd box has appeared on my screen with no text exit, It has happened several 
times now. The box is undragable to remove it I have to reboot the machine. I 
am using desktop effects. 
I am running Kubuntu 8.04 on a 1.9ghz AMD athlon xp processor 756mb of ram and 
a nivida graphics card.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
odd box on my screen
https://bugs.launchpad.net/bugs/250223
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 250223] Re: odd box on my screen

2008-07-20 Thread nearly a genius

** Attachment added: an image of the box
   http://launchpadlibrarian.net/16198652/snapshot2.png

-- 
odd box on my screen
https://bugs.launchpad.net/bugs/250223
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 196816] Re: Shutdown from XFCE Quit menu does not shut down the machine

2008-07-20 Thread Ryan
It was occurring with GDM and SLiM IIRC. I have been unable to reproduce
this issue with hardy+1.

-- 
Shutdown from XFCE Quit menu does not shut down the machine
https://bugs.launchpad.net/bugs/196816
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 250230] [NEW] skype mic failure leads to kernel panic

2008-07-20 Thread Nate Jones
Public bug reported:

Binary package hint: linux-source-2.6.24

After I updated to 2.6.24-19, the first time I tried to make a VOIP call
using skype I ran into the following sequence of issues. Before this
kernel update, I had been able to make sucessful phone calls using the
inbuilt mic and had been able to switch between front mic and mic
without any problems.

1. The in-built mic on my acer 4315 would not capture my voice (speakers for 
audio worked so I could hear the other person). 
2. When I checked my Volume Control settings in Gnome, all volume control 
options were visible (mic boost, mic, etc.) and maxed out. When I attempted to 
switch input to front mic from mic the speakers began producing a loud 
scratchy sound. I tried to make a skype call to test the mic but had no results.
3. When I tried to switch input back to mic the speakers began to produce a 
high-pitched, loud shrieking sound. I was able to stop the sound by muting 
master volume.
4. I left the settings on mic but the computer refused to shut down when I 
pressed the shutdown option from the gnome menu. Instead the computer seemed 
just seemed to sit.
5. After a reboot, all seemed well. However, switching to front mic again and 
back to mic immediately generated the same shriek from the speakers. This 
time, a restart command was successful.
6. I ignored the bug and left the mic settings as is. When I attempted to shut 
down the computer the machine ran an apparently normal string of shutdown text 
before producing a Kernel Panic message and hanging. I had to shut the computer 
down manually using the push-and-hold power button method.
7. If I don't touch the mic, I am able to use the computer for other tasks 
without problems. Shutdown remains unpredictable.

I have reported this issue on Ubuntu forums over here (the report was created 
before I ran into the kernel panic issue).
http://ubuntuforums.org/showthread.php?t=864247highlight=skype+acer

I have not received any answers to my questions. Please help! The sound 
distortion is painful to listen to and losing my in-built mic is very annoying 
as well. 
I have created all four requested logs from 
https://wiki.ubuntu.com/KernelTeamBugPolicies 
Since I only see one option to attach a log, I have grouped them all together 
into a folder called Bug Logs and zipped with 7 Zip.

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


** Tags: input kernel mic panic skype

-- 
skype mic failure leads to kernel panic
https://bugs.launchpad.net/bugs/250230
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 250230] Re: skype mic failure leads to kernel panic

2008-07-20 Thread Nate Jones

** Attachment added: Bug Logs.7z
   http://launchpadlibrarian.net/16198695/Bug%20Logs.7z

-- 
skype mic failure leads to kernel panic
https://bugs.launchpad.net/bugs/250230
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 250229] [NEW] automount not working anymore

2008-07-20 Thread uqbar
Public bug reported:

I'm running Kubuntu 8.04 and since some time now the automount is not working 
any more.
It's not working for any media, either optical or USB based or memory card 
(through internal card reader).
If I insert an USB memory stick I can see things happening at low level:

[86983.920314] usb 7-1: new high speed USB device using ehci_hcd and address 5
[86984.055269] usb 7-1: configuration #1 chosen from 1 choice
[86984.243139] usbcore: registered new interface driver libusual
[86984.318009] Initializing USB Mass Storage driver...
[86984.318169] scsi6 : SCSI emulation for USB Mass Storage devices
[86984.318291] usbcore: registered new interface driver usb-storage
[86984.318297] USB Mass Storage support registered.
[86984.318510] usb-storage: device found at 5
[86984.318514] usb-storage: waiting for device to settle before scanning
[86989.309988] usb-storage: device scan complete
[86989.310982] scsi 6:0:0:0: Direct-Access USB 2.0  Flash Disk   0.00 
PQ: 0 ANSI: 2
[86989.312698] sd 6:0:0:0: [sdb] 16121855 512-byte hardware sectors (8254 MB)
[86989.313319] sd 6:0:0:0: [sdb] Write Protect is off
[86989.313325] sd 6:0:0:0: [sdb] Mode Sense: 00 00 00 00
[86989.313329] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[86989.320185] sd 6:0:0:0: [sdb] 16121855 512-byte hardware sectors (8254 MB)
[86989.320827] sd 6:0:0:0: [sdb] Write Protect is off
[86989.320833] sd 6:0:0:0: [sdb] Mode Sense: 00 00 00 00
[86989.320838] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[86989.320846]  sdb: sdb1
[86989.424136] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[86989.424216] sd 6:0:0:0: Attached scsi generic sg2 type 0

But then nothing happens anymore as it used to be, that is a dialog was popped 
up asking for actions like mounting in the FS tree.
I'm not sure whether this is related to KDE, automount or HAL, so I don't 
specify any package.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
automount not working anymore
https://bugs.launchpad.net/bugs/250229
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 250228] [NEW] ubuntu is useless to me I DO NOT WANT IT!

2008-07-20 Thread musa
Public bug reported:

Binary package hint: firefox

UBUNTU IS REALLY USELESS TO ME BECAUSE FIRST OF ALL I CANNOT LISTEN TO
LIVE STREAMING FROM RADIO STATIONS.SECONDLY WHEN I REPORTED THE PROBLEM
SOMEBODY ANSWERED ME AND STILL THE LANGUAGE USED WAS COMPLICATED TO ME.
INSTEAD OF USING THE LAYMAN'S LANGUAGE FANCY TECHNICAL WORDS WERE USED.
HOW DO I GET RID OF THIS THING, CLEAN IT UP AND INSTALL WINDOWS XP/VISTA
. PLEASE HELP I AM DESPERATE!

ProblemType: Bug
Architecture: amd64
Date: Sun Jul 20 08:24:24 2008
DistroRelease: Ubuntu 7.10
Package: firefox 2.0.0.16+1nobinonly-0ubuntu0.7.10
PackageArchitecture: amd64
SourcePackage: firefox
Uname: Linux esys-desktop 2.6.22-15-generic #1 SMP Fri Jul 11 18:56:36 UTC 2008 
x86_64 GNU/Linux

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


** Tags: apport-bug

-- 
ubuntu is useless to me I DO NOT WANT IT!
https://bugs.launchpad.net/bugs/250228
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 250228] Re: ubuntu is useless to me I DO NOT WANT IT!

2008-07-20 Thread musa

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

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/16198687/ExtensionSummary.txt

** Attachment added: pluginreg.dat.txt
   http://launchpadlibrarian.net/16198688/pluginreg.dat.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/16198689/profiles.ini.txt

-- 
ubuntu is useless to me I DO NOT WANT IT!
https://bugs.launchpad.net/bugs/250228
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 182489] Re: Atheros wireless (AR5007) not working on ASUS Eee PC

2008-07-20 Thread Bug Watch Updater
** Changed in: madwifi
   Status: Unknown = Confirmed

-- 
Atheros wireless (AR5007) not working on ASUS Eee PC
https://bugs.launchpad.net/bugs/182489
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 241206] Re: On Hardy screen saver never displays

2008-07-20 Thread Greg
I am not certain if this is the same bug, but wihat I am seeing is; the 
screesaver wont start after I turn it off, play a GL accelerated  game like 
FlightGear or SecondLife, then turn it on again.
The screensaver will not start after the set time. The screen begins to fade 
but then it goes back to normal and no screensaver. It does this continuously 
in serial fashion at the time interval setting for Gnome screensaver to start.
If I logout then in again the screensaver does start at the time I set.
I have also found it happens when I leave the screensaver turned on but start a 
media player like VLC, that has simulated mouse click capability to stop a 
screensaver starting. When I close this application the screensaver still wont 
start.
It has also happened before but not always, if I start playing a streaming 
video in flash player, inside a browser. When I do this I turn off the 
screensaver because I am not sure flash player has simulated mouse clicking, 
then turn it on again after.
I found that none of this problem happens if I login to another user account 
even if I leave the normal account still loaded but just switched user.
I am using Ubuntu 8.04 (latest updates), a Geforce FX 5700 with the restricted 
nvidia driver from Ubuntu repositories.

-- 
On Hardy screen saver never displays
https://bugs.launchpad.net/bugs/241206
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 209794] Re: Firefox-3 does not clear private data

2008-07-20 Thread anthony trotto
Alot are saying the same thing. I just hope they fix it with a update
soon. I hate having cookies and other unwanted stuff on my computer.
Bugs and so on :(

-- 
Firefox-3 does not clear private data
https://bugs.launchpad.net/bugs/209794
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 148701] Re: Search function in File browser does not function

2008-07-20 Thread Ryan Haigh
I am also hesitant to upgrade to Hardy at the moment as my system is
running just as I like it however it is indeed quite unlikely that
problem will be fixed in the 7.10 version of nautilus. If you haven't
had a look at the instructions for recompiling nautilus you really
should it is not difficult at all (if it was I probably wouldn't have
figured out how to do it)

-- 
Search function in File browser does not function
https://bugs.launchpad.net/bugs/148701
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 250231] [NEW] gnome-panel NTP time sync allows me to enter random URLs without complaining

2008-07-20 Thread mnemo
Public bug reported:

1. right click the time/date in gnome
2. select Adjust time/date
3. click the unlock and enter admin password so you can change time
4. select keep synchronized with internet servers
5. (now install NTP support if you didn't already have it, maybe reboot is 
necessary I don't remember)
6. click the select servers button
7. click add and enter www.cnn.com

Actual:
It doesn't complain at all. User thinks his time is now being synchronized with 
the specified server.

Expected:
It should print an error because www.cnn.com is not a valid NTP server.

---

I actually had a lot of problems with this because I didn't enter
www.cnn.com but I entered ntp.somehost.com (which some other webpage
told me was valid) and since GNOME didn't complain I thought everything
was working just fine. Later I discovered that the time was different on
machines which synced to the same NTP server and it turned out that this
NTP server was offline.

** Affects: gnome-panel
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: GNOME Bug Tracker #543819
   http://bugzilla.gnome.org/show_bug.cgi?id=543819

** Also affects: gnome-panel via
   http://bugzilla.gnome.org/show_bug.cgi?id=543819
   Importance: Unknown
   Status: Unknown

-- 
gnome-panel NTP time sync allows me to enter random URLs without complaining
https://bugs.launchpad.net/bugs/250231
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 250231] Re: gnome-panel NTP time sync allows me to enter random URLs without complaining

2008-07-20 Thread mnemo
I took the time to report this upstream as well. This seems like a good
bug for someone who wants to make their first contribution to GNOME or
Ubuntu.

-- 
gnome-panel NTP time sync allows me to enter random URLs without complaining
https://bugs.launchpad.net/bugs/250231
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 248430] Re: Intermittent out of range error, Radeon

2008-07-20 Thread catch
Hi Tormod,

Not been enough time yet to see if I get the 'out of range' error with
this specific config - it's usually once or twice a day so post back
if/when I get one.

I'll look to see if there's a gutsy log around. I have a monitor plugged
into the DVI port, but it's not configured or set up, apologies for not
thinking of that earlier :(

-- 
Intermittent out of range error, Radeon
https://bugs.launchpad.net/bugs/248430
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 155850] Re: [gutsy] hald fails to start at boot due to dbus not running

2008-07-20 Thread uqbar
** Changed in: ubuntu
   Status: New = Invalid

-- 
[gutsy] hald fails to start at boot due to dbus not running
https://bugs.launchpad.net/bugs/155850
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 134890] Re: [feisty] PPC installer gives error: subprocess post-removal script returned error status 139

2008-07-20 Thread Jean-Baptiste Lallement
Thanks for following up. I'm closing this report due to your last
comment regarding this can't be reproduced.

Thanks for your time.

** Changed in: ubuntu
   Status: Incomplete = Invalid

-- 
[feisty] PPC installer gives error: subprocess post-removal script returned 
error status 139
https://bugs.launchpad.net/bugs/134890
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 152410] Re: Installing PHP doesn't restart Apache2 by default, needs manual restart

2008-07-20 Thread mikael henrikson
some strange behaviour today; computer has been shut off for a few
hours.

http://localhost - redirects to http://localhost/
http://localhost/ - ok (no php)
http://localhost/wordpress/ (incl php) - redirects to 
http://127.0.0.1/wordpress/ - php ok

I'm not sure what is happening but I guess I'm ok with functionality and
I'm sure this could be due to a lot of updates etc. I will re-check in
future clean installs of Intrepid.

-- 
Installing PHP doesn't restart Apache2 by default, needs manual restart
https://bugs.launchpad.net/bugs/152410
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 91237] Re: java library not found

2008-07-20 Thread Hew
** Changed in: iriverter (Ubuntu)
   Status: Confirmed = Triaged

-- 
java library not found
https://bugs.launchpad.net/bugs/91237
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 218572] Re: dvd device changes after new dvd inserted

2008-07-20 Thread Paul Worrall
Created a separate bug #250232 to record the incorrect comment about 75
-persistent-cd-generator.rules

-- 
dvd device changes after new dvd inserted
https://bugs.launchpad.net/bugs/218572
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 250234] [NEW] installer crashes

2008-07-20 Thread musik847
Public bug reported:

hi, i have windows xp and when i try to install ubuntu through wubi
about half way through it crashes saying windows based UBuntu installer
has encountered a problem and needs to close. giving me the option of
sending an error report. i really need help and do not understand why
it's doing this or how i could work around it. Any help on this
situation would be very very nice, thank you. =)

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
installer crashes 
https://bugs.launchpad.net/bugs/250234
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 250185] Re: offset goes back to 0

2008-07-20 Thread yves
** Description changed:

  Binary package hint: openoffice.org
  
  When entering page numbers in a footer, I set the offset on -1, but
- after saving, it has gone back to 0 (causing a 1 to reappear on my
- title page)
+ after saving and reopening, it has gone back to 0 (causing a 1 to
+ reappear on my title page)
  
  ProblemType: Bug
  Architecture: i386
  Date: Sun Jul 20 05:34:41 2008
  DistroRelease: Ubuntu 8.04
  Package: openoffice.org-core 1:2.4.1-1ubuntu2
  PackageArchitecture: i386
  ProcEnviron:
   
PATH=/usr/lib/openoffice/program:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: openoffice.org
  Uname: Linux 2.6.24-19-generic i686

-- 
offset goes back to 0
https://bugs.launchpad.net/bugs/250185
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 244782] Re: cmake crashed with SIGSEGV in cmELF::GetRPath()

2008-07-20 Thread Andreas Simon
I got the very same crash and backtrace when trying to install a current
svn snapshot of kdesupport/qca. This is on amd64.

** Changed in: cmake (Ubuntu)
   Status: New = Confirmed

-- 
cmake crashed with SIGSEGV in cmELF::GetRPath()
https://bugs.launchpad.net/bugs/244782
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 236640] Re: iSCSI install fails under hardy

2008-07-20 Thread Matheos
Installer package open-iscsi-udeb has setting GenerateName=yes.
It's ok but uses iscsi-iname which it cannot find to autogenerate...
It invokes /usr/bin/iscsi-iname - proper location is /sbin/iscsi-iname

quick workaround: make symbolic link before starting iscsi

ln -s /sbin/iscsi-iname /usr/sbin/iscsi-iname

-- 
iSCSI install fails under hardy
https://bugs.launchpad.net/bugs/236640
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 229344] Re: Slow startup after upgrade to Ubuntu 8.04

2008-07-20 Thread Pete
*** This bug is a duplicate of bug 201555 ***
https://bugs.launchpad.net/bugs/201555

I've found a way to make checkgmail load quickly again, but it's a bit
of a hack.

1. edit /usr/bin/checkgmail. Go to line 3088 and then delete all the Language 
definitions, with the exception of the one that you want to keep (in my case, 
English).
2. edit ~/.checkgmail/lang.xml. Do the same thing.

The only problem is that you need to re-do step 1 each time you download
a new version.

Pete

-- 
Slow startup after upgrade to Ubuntu 8.04
https://bugs.launchpad.net/bugs/229344
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 187673] Re: evolution crashed with signal 5 in g_return_if_fail_warning()

2008-07-20 Thread Bug Watch Updater
** Changed in: evolution
   Status: Confirmed = Incomplete

-- 
evolution crashed with signal 5 in g_return_if_fail_warning()
https://bugs.launchpad.net/bugs/187673
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 198263] Re: firefox 3 displays incorrectly

2008-07-20 Thread kostas
Firefox 3.0 in Intrepid Alpha2 renders the pages correctly. I have used
exactly the same configuration in xorg.conf (EXA,..etc.) as in Hardy. I
have attached a screenshot of the same test page.

I would like to see the actual radeon driver as Stable Release Update in
Hardy. For cards like mine the radeon driver is clearly the best choice
and this bug here is for me the last important bug of the radeon driver.

** Attachment added: FirefoxRadeonEXA_Intrepid.png
   http://launchpadlibrarian.net/16199202/FirefoxRadeonEXA_Intrepid.png

-- 
firefox 3 displays incorrectly
https://bugs.launchpad.net/bugs/198263
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 250228] Re: ubuntu is useless to me I DO NOT WANT IT!

2008-07-20 Thread William Grant
** Changed in: firefox (Ubuntu)
   Status: New = Invalid

** bug changed to question:
   https://answers.edge.launchpad.net/ubuntu/+source/firefox/+question/39735

-- 
ubuntu is useless to me I DO NOT WANT IT!
https://bugs.launchpad.net/bugs/250228
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 206129] Re: Warning during boot: WARNING: Error inserting padlock_sha (/lib/modules/2.6.24/12-generic/kernel/drivers/crypto/padlock-sha-.ko): No such device

2008-07-20 Thread llimaa
Still no solution ? I even tried to delete the module and without success. :/
I never had a Ubuntu version without issues!

-- 
Warning during boot: WARNING: Error inserting padlock_sha 
(/lib/modules/2.6.24/12-generic/kernel/drivers/crypto/padlock-sha-.ko): No such 
device
https://bugs.launchpad.net/bugs/206129
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 250235] [NEW] Rythmbox doesn't build complete library from smb share

2008-07-20 Thread Paul Sebbage
Public bug reported:

Binary package hint: rhythmbox

I have two client machines running Hardy Heron 8.04 with Rythmbox
0.11.05. I am trying to access my music store on an Iomega Home Network
Hard Drive via a samba share. The share appears to be OK - no problem
browsing files with Nautilus from either client. Rythmbox sees the share
and starts to build a library but stops short. Strangely one client gets
to 3060 tracks in the library, the other gets to 537.  Closing and
restarting Rythmbox seems to set it searching for tracks - the scrolling
bar at the bottom right of the window appears - but then it stops with
no tracks added.

The Iomega drive has the latest firmware update (K108 W15).

ProblemType: Bug
Architecture: i386
Date: Sun Jul 20 09:28:57 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/rhythmbox
Package: rhythmbox 0.11.5-0ubuntu8
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-bug

-- 
Rythmbox doesn't build complete library from smb share
https://bugs.launchpad.net/bugs/250235
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 250235] Re: Rythmbox doesn't build complete library from smb share

2008-07-20 Thread Paul Sebbage

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/16199261/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/16199262/ProcStatus.txt

-- 
Rythmbox doesn't build complete library from smb share
https://bugs.launchpad.net/bugs/250235
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 250207] Re: i have no sound whatsoever

2008-07-20 Thread William Grant
** Changed in: linux (Ubuntu)
Sourcepackagename: rhythmbox = linux

-- 
i have no sound whatsoever
https://bugs.launchpad.net/bugs/250207
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 250203] Re: The Menu capture all the keyboard buttons

2008-07-20 Thread William Grant
** Changed in: gnome-panel (Ubuntu)
Sourcepackagename: None = gnome-panel

-- 
The Menu capture all the keyboard buttons
https://bugs.launchpad.net/bugs/250203
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 34501] Re: touchpad lockup/drag

2008-07-20 Thread Åskar
mrpeenut24, check in dmesg next time the error arise and check if it
looks about the same as the other errors in dmesg above.

-- 
touchpad lockup/drag
https://bugs.launchpad.net/bugs/34501
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 250147] Re: MP Bios not connected to APIC timer

2008-07-20 Thread William Grant
** Changed in: linux (Ubuntu)
Sourcepackagename: None = linux

-- 
MP Bios not connected to APIC timer
https://bugs.launchpad.net/bugs/250147
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 248750] Re: Please merge git-core 1:1.5.6.2-1 from Debian

2008-07-20 Thread Anders Kaseorg
No merge is necessary.  The Ubuntu patch should be dropped, since tk8.5
and tcl8.5 are all available in Ubuntu as of Hardy; furthermore, gitk is
much more usable with tk8.5’s support for antialiased fonts.  I
recompiled sid’s git-core 1.5.6.3-1 on intrepid (amd64), and it works
fine.  Is there anything else I can do to help?

** Changed in: git-core (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Please merge git-core 1:1.5.6.2-1 from Debian
https://bugs.launchpad.net/bugs/248750
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 248430] Re: Intermittent out of range error, Radeon

2008-07-20 Thread catch
OK. Just got the same error with the minimal xorg.conf. I've now
unplugged the DVI cable so will see how it goes like that.

-- 
Intermittent out of range error, Radeon
https://bugs.launchpad.net/bugs/248430
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 231811] Re: freedom is a dependancy for prboom... but shouldn't

2008-07-20 Thread Hew
Remember the difference between Recommends and Suggests. By making it
Recommends, users blindly installing prboom will still get freedm on
their system as Recommends is installed by default, so these users will
not be disadvantaged. The advantage of having Recommends instead of
Depends is that users such as antiNeo get the choice of removing the
unwanted packages when they just want to use prboom with wad files.

The doom-package description says Currently doom-package supports DOOM
2 only, so unfortunately this is still not a solution. In any case, the
user should be able to use plain wad files if that's what they decide to
do.

I cannot see any disadvantage in switching Depends to Recommends in this
case. Thanks Jon for taking interest in this issue; it would be great if
the patch can be made upstream.

-- 
freedom is a dependancy for prboom... but shouldn't
https://bugs.launchpad.net/bugs/231811
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 250014] Re: change icon

2008-07-20 Thread William Grant
** Changed in: gnome-power-manager (Ubuntu)
Sourcepackagename: None = gnome-power-manager

-- 
change icon
https://bugs.launchpad.net/bugs/250014
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 250013] Re: Cannot install Hardy, ubiquity crashes

2008-07-20 Thread William Grant
** Changed in: ubiquity (Ubuntu)
Sourcepackagename: None = ubiquity

-- 
Cannot install Hardy, ubiquity crashes
https://bugs.launchpad.net/bugs/250013
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 250010] Re: Sound problems with Ubuntu 8.04.1, 2.6.24-19-generic

2008-07-20 Thread William Grant
** Changed in: linux (Ubuntu)
Sourcepackagename: None = linux

-- 
Sound problems with Ubuntu 8.04.1, 2.6.24-19-generic
https://bugs.launchpad.net/bugs/250010
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 239575] Re: Zotero (Firefox extension)

2008-07-20 Thread Alexander Sack
 Yes, in the end, I do think it would be best to wait on packaging Zotero
 for Ubuntu.
 
 Perhaps it's worth noting that Zotero is not at all unstable from a
 user's point of view, or at least, it's not for me. I've been using it
 fairly extensively for over a year now and had no real problems (i.e.,
 data loss, drastic malfunction).
 
 However, Zotero is somewhat unstable from a packager's point of view,
 just because there are still a lot of releases at present, too many for
 backports. I think it would be best to wait and see what the development
 roadmap looks like after the 1.5 release, which is currently in public
 beta testing.
 

Why too many for backports? if its usable then it should be fine.

 - Alexander

-- 
Zotero (Firefox extension)
https://bugs.launchpad.net/bugs/239575
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 245197] Re: 2.22.3 stable update

2008-07-20 Thread Pjotr12345
Today I tested the newest version in proposed. The problem seems largely
fixed, but not quite.

When I check the system load caused by gnome-system-monitor using the
command top in the terminal, the CPU load is almost imperceptible.
That's good.

But when I check the system load by double-clicking gnome-system-
monitor, so that it opens it's own full-size window, I see the crazy
values again  (confirmed by top). 15 % CPU, with peaks as high as 21 %.

So it appears that as long as you use gnome-system-monitor only as a
little meter in the panel, there's no problem with this new version. But
do not double-click it, for then the trouble starts.

For most practical puposes the meter is therefore allright now. Upstream
should deal with the remaining problem, though.

-- 
2.22.3 stable update
https://bugs.launchpad.net/bugs/245197
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 198867] Re: Request Wolfson WM97xx Touchscreen Driver

2008-07-20 Thread Mark Brown
The boolean options CONFIG_TOUCHSCREEN_WM9705, CONFIG_TOUCHSCREEN_WM9712
and CONFIG_TOUCHSCREEN_WM9713 should all be enabled in the kernel config
to ensure that support for the individual touchscreen controllers are
enabled.

-- 
Request Wolfson WM97xx Touchscreen Driver 
https://bugs.launchpad.net/bugs/198867
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 250231] Re: gnome-panel NTP time sync allows me to enter random URLs without complaining

2008-07-20 Thread Bug Watch Updater
** Changed in: gnome-panel
   Status: Unknown = New

-- 
gnome-panel NTP time sync allows me to enter random URLs without complaining
https://bugs.launchpad.net/bugs/250231
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 235607] Re: Connecting headset doesn't mute laptop speaker Acer 5920G

2008-07-20 Thread ajayambawat
Hi nglnx,

sorry for the late reply as I was out of town.
Checked all over the Ubuntu website as well as the net , couldn't get a live cd 
image. 
Since the relese is still in alpha, I am not willing to install. Can you give 
me some link to the Live CD?

Thanks
Ajay

-- 
Connecting headset doesn't mute laptop speaker Acer 5920G
https://bugs.launchpad.net/bugs/235607
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 216309] Re: qdvdauthor only shows Error when I click Add Movie

2008-07-20 Thread gruenebirne
I get similar behaviour, which makes qdvdauthor completely unusable. 
Cannot see a workaround - any ideas?

1) No thumbnails are displayed
[Same for me. Dummy thumbnails with the word Error on a blueish background 
will be generated]

2) Can't add videos to the project through the filesystem browser.
By right clicking on the area to the left (the group to add to) and choosing 
add, i can select a video, but in my case qdvdauthor hangs after clicking OK

3) Clicking on play crashes the whole app.
[Same for me]

Using 
Ubuntu version: Hardy
Package version:  qdvdauthor 1:1.0.0-0.0ubuntu1 (hardy)
qdvdauthor version: 1.0104 (build:Jan 16 2008)

Screenshot attached

Thanks

** Attachment added: qdvdauthor-error-thumbnails.png
   http://launchpadlibrarian.net/16199495/qdvdauthor-error-thumbnails.png

-- 
qdvdauthor only shows Error when I click Add Movie
https://bugs.launchpad.net/bugs/216309
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 164591] Re: gimp windows steal focus on start

2008-07-20 Thread Roman Polach
Bug filled upstream: http://bugzilla.gnome.org/show_bug.cgi?id=543829

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

** Also affects: gimp via
   http://bugzilla.gnome.org/show_bug.cgi?id=543829
   Importance: Unknown
   Status: Unknown

-- 
gimp windows steal focus on start
https://bugs.launchpad.net/bugs/164591
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 164591] Re: gimp windows steal focus on start

2008-07-20 Thread Bug Watch Updater
** Changed in: gimp
   Status: Unknown = New

-- 
gimp windows steal focus on start
https://bugs.launchpad.net/bugs/164591
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 134410] Re: [needs-packaging] wicd

2008-07-20 Thread Dan MacDonald
Hi Dan (and all other Ubuntu fans/devs)

It really is a shame 1.5.0 has just missed the cut-off point for being
included in II. If it makes it into 9.04 then far as I'm concerned that
will be the Ubuntu release to watch out for, the one which could really
start a large number of people switching and hence trigger the mythical
'year of the Linux desktop' the tech press has been speculating about
all these years. Easy wifi/internet config and use really is such a
critical component of the Linux desktop experience- make or break in
fact.

Yes, I am aware that wicd currently lacks dial-up and VPN, but these
connections are only used by a small minority of users compared to those
who just want a regular ethernet or (protected) wifi link thats easy to
setup, auto-connects and most importantly just works, which is what wicd
offers.

If wicd gets into the repos in time for 9.04 but is still lacking dial-
up and VPN support then Ubuntu would be wise to replace NM with a
combination of connectivity apps. wicd would do it all for most users,
gnome-ppp could be included for those who need dial-up and openvpn for
those who require VPN. Yes, taking this route might consume a little
more space on the install disc and would be less elegant than having one
app (try) to do it all but the important thing is that this setup would
actually WORK and many, many more people would be able to access the net
under Ubuntu and hence Ubuntu would, for the first time, have a serious
chance at becoming a real contender in the desktop OS space.

-- 
[needs-packaging] wicd
https://bugs.launchpad.net/bugs/134410
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 250232] [NEW] Comment in 70-persistent-cd.rules is incorrect

2008-07-20 Thread Paul Worrall
Public bug reported:

Binary package hint: udev

Comments in 70-persistent-cd.rules say Entries are automatically added
by the 75-persistent-cd-generator.rules file but it actually seems to
be 75-cd-aliases-generator.rules that adds entries to this file.  It
looks as though the incorrect comment is inserted by the postinst
script.  I'm using version 117-8 with Ubuntu 8.04.1

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

-- 
Comment in 70-persistent-cd.rules is incorrect
https://bugs.launchpad.net/bugs/250232
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 250233] Re: Firefox 2 and 3 crash when opening a file dialog

2008-07-20 Thread uli

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

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/16199071/ExtensionSummary.txt

** Attachment added: pluginreg.dat.txt
   http://launchpadlibrarian.net/16199072/pluginreg.dat.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/16199073/profiles.ini.txt

-- 
Firefox 2 and 3 crash when opening a file dialog
https://bugs.launchpad.net/bugs/250233
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   3   4   5   6   7   8   9   >