[Bug 84782] Re: slow samba transfer speed to/from windows machines

2008-07-05 Thread themuddler
*** This bug is a duplicate of bug 46081 ***
https://bugs.launchpad.net/bugs/46081

I have samba 3.0.28a on ubuntu 8.04 on two machines, a desktop and a
laptop.  The desktop is connected by ethernet to a wireless router and
the laptop connects wirelessly to that router at 54MBps.  I share
directories from the desktop to the laptop via samba to maintain
compatibility if I need to boot into windows.  Unfortunately, I have a
maximum transfer rate of 10Mbps when moving files in nautilus.  I do not
expect my hard drives or network hardware to be limiting this and have
no problem with internet speeds.  Is it possible to setup a linux-style
network in parallel with samba sharing for the time being?

-- 
slow samba transfer speed to/from windows machines
https://bugs.launchpad.net/bugs/84782
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 205608] Re: libapache2-mod-php5 can't be configured

2008-07-05 Thread Ralph Janke
Does this problem still exist with hardy?

Thanks

-- 
libapache2-mod-php5 can't be configured
https://bugs.launchpad.net/bugs/205608
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 243061] Re: slapd error while update from gutsy to hardy

2008-07-05 Thread Michel
Thanks for the summary update, I made an error when specifying the Ubuntu 
versions.
The two slapd.conf files you are specifying are the same, so I am attaching 
only one,
after removal of the root password.

Note that this conf file was a test, I never completed
for usage of slapd.

---
Michel

** Attachment added: /etc/ldap/slapd.conf
   http://launchpadlibrarian.net/15844223/slapd.conf

-- 
slapd error while update from gutsy to hardy
https://bugs.launchpad.net/bugs/243061
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 118523] Re: mysql server fails to start, claims /var/lib/mysql full

2008-07-05 Thread Jean-Baptiste Lallement
I tend to agree with Mathias and tempted to mark this report as invalid.

df -P (or --portability) is not affected by BLOCK_SIZE or BLOCKSIZE
settings.

Just a simple test shows that this setting is ignored with -P (I've just left 
the header line for clarity but you can see the effect of BLOCKSIZE in the 2nd 
colum of the header):
$:/tmp$ df .
Filesystem   1K-blocks  Used Available Use% Mounted on
$:/tmp$ BLOCKSIZE=1M df .
Filesystem   1M-blocks  Used Available Use% Mounted on
$:/tmp$ df -P .
Filesystem 1024-blocks  Used Available Capacity Mounted on
$:/tmp$ BLOCKSIZE=1M df -P .
Filesystem 1024-blocks  Used Available Capacity Mounted on

Hence, the line in the init script will always return the same thing whatever 
BLOCKSIZE or BLOCK_SIZE value is.
The error encountered by the original submitter and Guillaume are probably due 
to a temporary lack of space.

-- 
mysql server fails to start, claims /var/lib/mysql full
https://bugs.launchpad.net/bugs/118523
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 77675] Re: [regression] apache2-ssl-certificate has gone missing since feisty

2008-07-05 Thread Chuck Short
This has been fixed for intrepid. Thanks for the bug report.

Regards
chuck

** Changed in: apache2 (Ubuntu)
   Status: Triaged = Fix Released

-- 
[regression] apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 235809] Re: apache2 startup script fails to stop apache2 at times.

2008-07-05 Thread Chuck Short
This has been fixed for intrepid.

Thanks
chuck

** Changed in: apache2 (Ubuntu)
   Status: Incomplete = Fix Released

-- 
apache2 startup script fails to stop apache2 at times.
https://bugs.launchpad.net/bugs/235809
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


Re: [Bug 239025] Re: usbhid-ups not behaving with Tripplite UPS

2008-07-05 Thread Arnaud Quette
2008/7/5 Doug Minderhout

 ...

An updated package for 2.2.2 would be really nice


2.2.2-3 is in Debian, so you should request a sync.
note that I have a -4 upload scheduled later this week or the next.

-- 
usbhid-ups not behaving with Tripplite UPS
https://bugs.launchpad.net/bugs/239025
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 245893] [NEW] openvpn update-resolv-conf script does not support multiple domain

2008-07-05 Thread Thibaut Robert
Public bug reported:

Binary package hint: openvpn

I configured openvpn so that it updates my /etc/resolv.conf upon connection, by 
using the resolvconf package and the provided update-resolv-conf script
My config looks like this:

up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf
dhcp-option DNS 10.24.253.1
dhcp-option DOMAIN domainA.net domainB.fr domainC.fr

the problem is that only the domainA.net is added to resolv.conf by
update-resolv-conf. I tried to split the 3 domains in 3 distinct dhcp-
option lines, it does not work either.

I found the problem in the script /etc/openvpn/update-resolv-conf (see
proposed patch)

(ubuntu 8.04, openvpn 2.1~rc7-1ubuntu3.3)

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

-- 
openvpn update-resolv-conf script does not support multiple domain
https://bugs.launchpad.net/bugs/245893
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

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


[Bug 245743] Re: Downloading file to Desktop doesn't show it on KDE4-desktop

2008-07-05 Thread Matti K
I have enabled fglrx and my Graphics driver is Ati Radeon X700. I have
had problems with screen refresh when I tested Hardy alpha and beta.
Sometimes all of Desktop went white and sometimes I couldn't change
background image.

-- 
Downloading file to Desktop doesn't show it on KDE4-desktop
https://bugs.launchpad.net/bugs/245743
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 55567] Re: m560x webcam doesn't work

2008-07-05 Thread Hendy Irawan
Zyrex GEF525 also have this:

Bus 006 Device 002: ID 0402:5602 ALi Corp. Video Camera Controller
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0 
  bDeviceProtocol 0 
  bMaxPacketSize064
  idVendor   0x0402 ALi Corp.
  idProduct  0x5602 Video Camera Controller
  bcdDevice1.00
  iManufacturer   0 
  iProduct1 USB2.0 Camera
  iSerial 0 
  bNumConfigurations  1

[EMAIL PROTECTED]:~$ uname -a 
Linux caliva 2.6.24-19-generic #1 SMP Wed Jun 18 14:43:41 UTC 2008 i686 
GNU/Linux

Not working.

Tried linux-uvc (http://linux-uvc.berlios.de/) also doesn't work, even
if dmesg said this:

[21698.478860] Linux video capture interface: v2.00
[21698.520027] usbcore: registered new interface driver uvcvideo
[21698.520033] USB Video Class driver (SVN r223)

-- 
m560x webcam doesn't work
https://bugs.launchpad.net/bugs/55567
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 239880] Re: network-manager-pptp should be on the distro CD

2008-07-05 Thread Nxx
** Changed in: ubuntu
   Status: New = Confirmed

-- 
network-manager-pptp should be on the distro CD
https://bugs.launchpad.net/bugs/239880
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 179107] Re: Docking does not affect fullscreened apps

2008-07-05 Thread Michael Levin
I'm sorry I've let this bug sit for so long (uhh 6 months now?) but
docking was never really fully implemented in CellWriter. I could not
figure out how to get the struts Window Manager hint to work correctly.
I can try looking at it again but I can't promise this will ever work
right on all Window Managers.

If you can give me some links to applications that do manage to dock
properly, it would be a great help. The only one I found was GOK and I
could not figure out what I was doing differently from it.

** Changed in: cellwriter
   Importance: Undecided = Medium
 Assignee: (unassigned) = Michael Levin (risujin)
   Status: New = Confirmed

-- 
Docking does not affect fullscreened apps
https://bugs.launchpad.net/bugs/179107
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 245748] Re: package update-manager 1:0.87.27 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1), E:Sub-process /usr/bin

2008-07-05 Thread Sudi

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

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/15838688/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/15838689/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/15838690/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/15838691/VarLogDistupgradeTermlog.gz

-- 
package update-manager 1:0.87.27 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1), E:Sub-process /usr/bin/dpkg returned an error code (1), E:Sub-process 
/usr/bin/dpkg returned an error code (1)
https://bugs.launchpad.net/bugs/245748
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 245748] [NEW] package update-manager 1:0.87.27 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1), E:Sub-process /usr/b

2008-07-05 Thread Sudi
Public bug reported:

Binary package hint: update-manager

this package could not be installed while upgrading gutsy gibbon distro
to hardy heron

ProblemType: Package
Architecture: i386
Date: Sat Jul  5 11:38:02 2008
DistroRelease: Ubuntu 8.04
ErrorMessage: ErrorMessage: SystemError in cache.commit(): E:Sub-process 
/usr/bin/dpkg returned an error code (1), E:Sub-process /usr/bin/dpkg returned 
an error code (1), E:Sub-process /usr/bin/dpkg returned an error code (1)

Package: update-manager 1:0.87.27
PackageArchitecture: all
SourcePackage: update-manager
Title: package update-manager 1:0.87.27 failed to install/upgrade: 
ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg 
returned an error code (1), E:Sub-process /usr/bin/dpkg returned an error code 
(1), E:Sub-process /usr/bin/dpkg returned an error code (1)
Uname: Linux 2.6.22-15-generic i686

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package update-manager 1:0.87.27 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1), E:Sub-process /usr/bin/dpkg returned an error code (1), E:Sub-process 
/usr/bin/dpkg returned an error code (1)
https://bugs.launchpad.net/bugs/245748
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 245747] [NEW] package libgl1-mesa-dri 7.0.1-1ubuntu3 failed to install/upgrade:

2008-07-05 Thread Sudi
Public bug reported:

this package could not be installed while upgrading gutsy gibbon distro
to hardy heron

ProblemType: Package
Architecture: i386
Date: Sat Jul  5 11:29:40 2008
DistroRelease: Ubuntu 8.04
ErrorMessage:
 ErrorMessage: package libgl1-mesa-dri is already installed and configured
Package: libgl1-mesa-dri 7.0.1-1ubuntu3
PackageArchitecture: i386
SourcePackage: mesa
Title: package libgl1-mesa-dri 7.0.1-1ubuntu3 failed to install/upgrade: 
Uname: Linux 2.6.22-15-generic i686

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


** Tags: apport-package

-- 
package libgl1-mesa-dri 7.0.1-1ubuntu3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/245747
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 245747] Re: package libgl1-mesa-dri 7.0.1-1ubuntu3 failed to install/upgrade:

2008-07-05 Thread Sudi

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

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/15838683/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/15838684/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/15838685/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/15838686/VarLogDistupgradeTermlog.gz

-- 
package libgl1-mesa-dri 7.0.1-1ubuntu3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/245747
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 245746] Re: package brasero None [modified: /var/lib/dpkg/info/brasero.list] failed to install/upgrade:

2008-07-05 Thread Sudi

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/15838677/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/15838678/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/15838679/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/15838680/VarLogDistupgradeTermlog.gz

-- 
package brasero None [modified: /var/lib/dpkg/info/brasero.list] failed to 
install/upgrade: 
https://bugs.launchpad.net/bugs/245746
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 245746] [NEW] package brasero None [modified: /var/lib/dpkg/info/brasero.list] failed to install/upgrade:

2008-07-05 Thread Sudi
Public bug reported:

Binary package hint: brasero

this package could not be installed while upgrading gutsy gibbon distro
to hardy heron

ProblemType: Package
Architecture: i386
Date: Sat Jul  5 11:33:57 2008
Dependencies:
 
DistroRelease: Ubuntu 8.04
ErrorMessage:
 ErrorMessage: no package named `brasero' is installed, cannot configure
Package: brasero None [modified: /var/lib/dpkg/info/brasero.list]
PackageArchitecture: i386
SourcePackage: brasero
Title: package brasero None [modified: /var/lib/dpkg/info/brasero.list] failed 
to install/upgrade: 
Uname: Linux 2.6.22-15-generic i686

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


** Tags: apport-package

-- 
package brasero None [modified: /var/lib/dpkg/info/brasero.list] failed to 
install/upgrade: 
https://bugs.launchpad.net/bugs/245746
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 243723] Re: Please update mono xsp to version =1.9 to allow ASP.NET AJAX

2008-07-05 Thread Matt Austin
** Tags added: 8.10 ajax asp.net intrepid mono xsp xsp2

-- 
Please update mono  xsp to version =1.9 to allow ASP.NET AJAX
https://bugs.launchpad.net/bugs/243723
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 245750] [NEW] Evince cannot open text/plain files

2008-07-05 Thread launcspad
Public bug reported:

Hungarian characters in the file name and in the file and Evince is
unable to open it. This is the second fail.

The dialog box tells: unable to open the documents. Unhandled MIME-type:
text/plain. Screenshot attached.

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

-- 
Evince cannot open text/plain files
https://bugs.launchpad.net/bugs/245750
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 83996] Re: [feisty] Easytag does not write umlauts in file names

2008-07-05 Thread Hew
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. We were wondering is this still an issue
for you? Can you try with the latest Ubuntu release with easytag
2.1.4-1? Thanks in advance.

** Changed in: easytag (Ubuntu)
   Importance: Undecided = Low
   Status: Confirmed = Incomplete

-- 
[feisty] Easytag does not write umlauts in file names
https://bugs.launchpad.net/bugs/83996
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 230311] Re: Image display randomly

2008-07-05 Thread dsyates
Yes, this also occurs in slackware and gentoo.

-- 
Image display randomly
https://bugs.launchpad.net/bugs/230311
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 245750] Re: Evince cannot open text/plain files

2008-07-05 Thread launcspad

** Attachment added: Képernyőkép-Evince dokumentummegjelenítő.png
   
http://launchpadlibrarian.net/15838771/K%C3%A9perny%C5%91k%C3%A9p-Evince%20dokumentummegjelen%C3%ADt%C5%91.png

-- 
Evince cannot open text/plain files
https://bugs.launchpad.net/bugs/245750
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 245701] Re: When typing I get no spaces nor some letters

2008-07-05 Thread Iulian Udrea
** Changed in: firefox (Ubuntu)
   Status: New = Incomplete

-- 
When typing I get no spaces nor some letters
https://bugs.launchpad.net/bugs/245701
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 245114] Re: Could not calculate the upgrade. A unresolvable problem occurred while calculating the upgrade.

2008-07-05 Thread DLopes

Thanks very much.
It took about ten hours to do the upgrade, but now is working perfectly.

Regards,
Diogo

 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Date: Fri, 4 Jul 2008 11:26:54 +
 Subject: [Bug 245114] Re: Could not calculate the upgrade. A unresolvable 
 problem occurred while calculating the upgrade.
 
 Thanks for your bugreport and your logs.
 
 Please try:
 $ sudo do-release-upgrade --mode=desktop
 and see if that works better.
 
 Thanks,
  Michael
 
 ** Changed in: update-manager (Ubuntu)
  Assignee: (unassigned) = Michael Vogt (mvo)
Status: New = Incomplete
 
 -- 
 Could not calculate the upgrade. A unresolvable problem occurred while 
 calculating the upgrade.
 https://bugs.launchpad.net/bugs/245114
 You received this bug notification because you are a direct subscriber
 of the bug.
 
 Status in “update-manager” source package in Ubuntu: Incomplete
 
 Bug description:
 Binary package hint: update-manager
 
 Attempt to upgrade ubuntu.
 attached: files in /var/log/dist-upgrade/
 Thank you.
 
 
 Could not calculate the upgrade
 
 A unresolvable problem occurred while calculating the upgrade.
 
 This can be caused by:
 * Upgrading to a pre-release version of Ubuntu
 * Running the current pre-release version of Ubuntu
 * Unofficial software packages not provided by Ubuntu
 
 If none of this applies, then please report this bug against the
 'update-manager' package and include the files in
 /var/log/dist-upgrade/ in the bugreport.
 
 
 Restoring original system state
 
 Aborting
 Reading package lists: Done
 Building dependency tree: Done
 Building dependency tree: Done
 Building dependency tree: Done

_
Cansado de não ter mais espaço na sua caixa de correio? O Windows Live Hotmail 
permite-lhe agora ter 5GB de espaço livre! Obtenha aqui a sua conta GRATUITA do 
Windows Live Hotmail!
http://get.live.com/mail/overview

-- 
Could not calculate the upgrade. A unresolvable problem occurred while 
calculating the upgrade.
https://bugs.launchpad.net/bugs/245114
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 239355] Re: KVM very, very slow with RedHat and Solaris guests

2008-07-05 Thread Steven Wagner
Same problem here.  Centos 5.2 DVD iso.

-- 
KVM very, very slow with RedHat and Solaris guests
https://bugs.launchpad.net/bugs/239355
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 245752] [NEW] emacs segfaults on split windows

2008-07-05 Thread Will Hui
Public bug reported:

Binary package hint: emacs-snapshot

1) I am using Ubuntu 8.04.1 (Hardy Heron)
2) The version of emacs-snapshot is 1:20080228-1ubuntu1.
3) To reproduce, have emacs create a split window somehow (i.e. C-x 2 or C-x 
C-b).
4) Expected behavior: split windows are shown and emacs continues running 
normally.
5) Actual behavior: segfault.

** Affects: emacs-snapshot (Ubuntu)
 Importance: Undecided
 Status: New

-- 
emacs segfaults on split windows
https://bugs.launchpad.net/bugs/245752
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 245752] Re: emacs segfaults on split windows

2008-07-05 Thread Will Hui

** Attachment added: crash backtrace
   http://launchpadlibrarian.net/15838793/gdb-emacs.txt

-- 
emacs segfaults on split windows
https://bugs.launchpad.net/bugs/245752
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 245751] [NEW] Cannot check box for hardy-security updates

2008-07-05 Thread Mario Vukelic
Public bug reported:

software-properties-gtk is at 0.63ubuntu1

I always had hardy-security, hardy-updates, and hardy-proposed enabled
in Software Sources. Today I checked in there for some reason and found
that hardy-security was suddenly not checked. I tried to check it, but
it refused to stick. I looked in sources.list (attached) and found that
there, hardy-security is enabled as it should be.

When run from a terminal, there is no error output when trying to check
the box.

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Cannot check box for hardy-security updates
https://bugs.launchpad.net/bugs/245751
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 245751] Re: Cannot check box for hardy-security updates

2008-07-05 Thread Mario Vukelic

** Attachment added: sources.list
   http://launchpadlibrarian.net/15838778/sources.list

-- 
Cannot check box for hardy-security updates
https://bugs.launchpad.net/bugs/245751
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 245751] Re: Cannot check box for hardy-security updates

2008-07-05 Thread Mario Vukelic
Hm, in fact hardy-security is in sources.list twice. Though removing the
redundant lines does not help.

-- 
Cannot check box for hardy-security updates
https://bugs.launchpad.net/bugs/245751
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 245374] Re: gnome applet quit not working

2008-07-05 Thread theubunter

thanks for your reply
well i even tried to  reinstall   gnome-applets   but still it is not working:
is there any other way I can get around this thing.?

-- 
gnome applet quit not working
https://bugs.launchpad.net/bugs/245374
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 198429] Re: Unable to save bookmarks.xml

2008-07-05 Thread Dori
I had it, here is more explanation

Flow:

1. run sudo d3lphin
2. close it
3. run d3lphin
4. close it
5. you get /home/username/.kde/share/apps/d3lphin/bookmarks.xml error.

Cause:

Every time you close d3lphin a new 
/home/username/.kde/share/apps/d3lphin/bookmarks.xml is written.
When you run as root, the d3lphin creates 
/home/username/.kde/share/apps/d3lphin/bookmarks.xml with root permissions. 
Later, when you run as user, you try to overwrite 
/home/username/.kde/share/apps/d3lphin/bookmarks.xml and fails.

My solution: sudo chmod 777 to
/home/username/.kde/share/apps/d3lphin/bookmarks.xml (and poossibly
/home/username/.kde/share/apps/d3lphin/bookmarks.xml.bak if there is a
problem there).

After 2 closes of d3lphin as user the root permission files are
overwritten and problem solved.

d3lphin developers: consider adding a sudo
/home/username/.kde/share/apps/d3lphin/bookmarks.xml option when user
get this error to overcome this issue in an automatic manner.

-- 
Unable to save bookmarks.xml
https://bugs.launchpad.net/bugs/198429
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 128991] Re: easytag stops needlessly every time it encounters an error

2008-07-05 Thread Hew
Thank you for taking the time to report this bug and helping to make
Ubuntu better. I haven't received any errors when tagging my files. What
error do you get? Can you try with the latest easytag 2.1.4 to see if
the issue still exists? Thanks in advance.

** Changed in: easytag (Ubuntu)
   Importance: Undecided = Wishlist
   Status: New = Incomplete

-- 
easytag stops needlessly every time it encounters an error
https://bugs.launchpad.net/bugs/128991
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 55567] Re: m560x webcam doesn't work

2008-07-05 Thread Hendy Irawan
I'm trying to document my findings here:

http://linuxlaptopwiki.net/wiki/Zyrex_GEF525

-- 
m560x webcam doesn't work
https://bugs.launchpad.net/bugs/55567
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 242955] Re: ubuntu 8.04 starts only on warm boot not on cold boot

2008-07-05 Thread wubuntu
This problem has been resolved.  The culprit was the power unit (ac/dc
converter) that was too old to supply enough power to the hardware.
Once replaced with a brand new one the machine started to work
flawlessly.  Looking back I now realize this was probably also the cause
of the woes with xp, the very thing that led me to install ubuntu.  If I
had replaced the power unit earlier I might have not installed ubuntu.
Unlike in Europe linux is relatively unknown among the general public in
Japan. But ubuntu seems to be gaining momentum.

-- 
ubuntu 8.04 starts only on warm boot not on cold boot
https://bugs.launchpad.net/bugs/242955
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 235900] Re: firefox 3 displays full screen on start

2008-07-05 Thread geenux
Saïvann Carignan a écrit :
 I can confirm this bug and how it might be reproduced. I updated the bug
 description to contains required steps to reproduce the bug. You can
 also see the bug reproduced in the attached videos.

 ** Summary changed:

 - firefox 3 beta 5 displays full screen on start 
 + firefox 3 displays full screen on start

 ** Description changed:

 - Binary package hint: firefox-3.0
 - 
   On initial start of firefox, it displays fullscreen (i like to call it
   super-maximised). ie over gnome panels and without window borders.
   
   This is remedied by pushing F11 twice, to render the web page area
   fullscreen, then restore to 'maximized' status. It then corrects itself
   to fit within the gnome panels (they are default top and bottom of the
   screen), and displays the correct window borders (emerald theme).
   
   I am using: 
   * Ubuntu 8.04 Hardy
   * Firefox 3 beta 5
   * Compiz-fusion with emerald (suspect problem exists here, however there 
 are no other apps that display the same issue)
   * no Backports or Proposed Update repositories (ie default Ubuntu 
 repositories only)
   
 + Update : This bug can be reproduced when firefox is opened in de-
 + maximized mode inside a lower resolution than the last time it has been
 + closed. This can also happens, for example, when a firefox profile is
 + shared between two operating systems with different screen resolutions.
 + 
 + Steps to reproduce: 
 + 1. Use the bigger resolution that your computer can take and open Firefox.
 + 2. If not already done, demaximize the Firefox window (right clic / 
 Demaximize).
 + 3. Close Firefox
 + 4. Change the screen resolution for a very lower one.
 + 5. Open Firefox
 + 
   ProblemType: Bug
   Architecture: i386
   Date: Fri May 30 09:17:49 2008
   DistroRelease: Ubuntu 8.04
   Package: firefox-3.0 3.0~b5+nobinonly-0ubuntu3
   PackageArchitecture: i386
   ProcEnviron:

 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
LANG=en_AU.UTF-8
SHELL=/bin/bash
   SourcePackage: firefox-3.0
   Uname: Linux 2.6.24-17-generic i686

 ** Changed in: firefox-3.0 (Ubuntu)
Importance: Undecided = Medium
Status: Incomplete = Confirmed

   
This bug appears without emerald theme too.

-- 
firefox 3 displays full screen on start 
https://bugs.launchpad.net/bugs/235900
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 245754] [NEW] mercurial 1.0.1-2 is missing a dependency

2008-07-05 Thread Flink Del Dinky
Public bug reported:

 lsb_release -rd
Description:Ubuntu 8.04.1
Release:8.04

apt-cache policy mercurial
mercurial:
  Installed: (none)
  Candidate: 1.0.1-2~hardy1
  Version table:
 1.0.1-2~hardy1 0
500 http://archive.ubuntu.com hardy-backports/universe Packages
 0.9.5-3 0
500 http://archive.ubuntu.com hardy/universe Packages
100 /var/lib/dpkg/status

I'm on Kubuntu AMD64 and the new mercurial update fails because it
depends on mercurial-common 1.0.1-2 which doesn't exist in the
repositories

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
mercurial 1.0.1-2 is missing a dependency
https://bugs.launchpad.net/bugs/245754
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 129482] Re: easytag is very very slow

2008-07-05 Thread Hew
** Changed in: easytag (Ubuntu)
   Importance: Undecided = Medium

-- 
easytag is very very slow
https://bugs.launchpad.net/bugs/129482
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 245700] Re: Update Manager says 1 hours

2008-07-05 Thread Connor Imes
Thank you for taking the time to report this bug.
Changed package to update-manager and confirmed bug, set to Low priority (does 
not affect functionality).

** Changed in: update-manager (Ubuntu)
Sourcepackagename: upgrade-system = update-manager
   Importance: Undecided = Low
   Status: New = Confirmed

-- 
Update Manager says 1 hours
https://bugs.launchpad.net/bugs/245700
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 244496] Re: [needs-packaging] MountManager

2008-07-05 Thread fabrice_sp
Hi,

I did the changes you suggest me (patches done with guilt, Maintainer
tag updated and control file corrected) and I uploaded it to REVU:
http://revu.ubuntuwire.com/details.py?package=mountmanager

By the way: I'm building in Hardy...

-- 
[needs-packaging] MountManager
https://bugs.launchpad.net/bugs/244496
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 239355] Re: KVM very, very slow with RedHat and Solaris guests

2008-07-05 Thread Steven Wagner
netinstall  works fine.  Good work around.

-- 
KVM very, very slow with RedHat and Solaris guests
https://bugs.launchpad.net/bugs/239355
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 198849] Re: [hardy alpha 5] xserver autoconfigure fails ONLY over HDMI (Intel G35)

2008-07-05 Thread Ryan Lortie
I have a reply to my email but I'm in Istanbul for the next two weeks
and won't be able to try to build a package until I get back (problem
affects only my computer at home).

-- 
[hardy alpha 5] xserver autoconfigure fails ONLY over HDMI (Intel G35)
https://bugs.launchpad.net/bugs/198849
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 245645] Re: There is no ubuntu package for a 64-bit JVM on the 32-bit linux system

2008-07-05 Thread Connor Imes
Hi, thank you for taking the time to report this.  But why would you want a 
64-bit app available for a 32-bit system.  A 32-bit system cannot run 64-bit 
applications.
I will close this bug, but if I have misunderstood your request, please change 
the status back to New and provide more detail.
Thanks.

** Changed in: sun-java5 (Ubuntu)
   Status: New = Invalid

-- 
There is no ubuntu package for a 64-bit JVM on the 32-bit linux system
https://bugs.launchpad.net/bugs/245645
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 245222] Re: [Hardy] 3 GiB of RAM make linux *slow*

2008-07-05 Thread Dimitrios Symeonidis
Have you tried running memtest86+ from the grub menu? This will tell you
if your memory slots are corrupted...

-- 
[Hardy] 3 GiB of RAM make linux *slow*
https://bugs.launchpad.net/bugs/245222
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 245758] [NEW] Please sync kismet 2008-05-R1-3 (universe) from Debian unstable (main).

2008-07-05 Thread Laurent Bigonville
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/kismet
 status confirmed
 importance wishlist
 subscribe ubuntu-archive

Please sync kismet 2008-05-R1-3 (universe) from Debian unstable (main).

Changelog since current intrepid version 2008-05-R1-2:

kismet (2008-05-R1-3) unstable; urgency=low

  * cleared out upstream debian\postinst for maemo (closes: #488442)
  * call dh_desktop in build script (closes: #489162)
  * added desktop and menu files

 -- Francois Gurin [EMAIL PROTECTED]  Fri, 04 Jul 2008 09:42:16 -0400


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIbyd/VLyDt/3apY8RAtyMAJsFyW5Ykk8CXQwGQOu/dna4i/LqrQCeKNc8
W3tdi1OykfLuddbEN+SCyEA=
=FTxw
-END PGP SIGNATURE-

** Affects: kismet (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

-- 
Please sync kismet 2008-05-R1-3 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/245758
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 245555] Re: evince resizes itself when opening in fullscreen

2008-07-05 Thread Dimitrios Symeonidis
So, you maximize evince, with full compiz enabled, and the window un-
maximizes by itself, right? Does this only happen with evince, or also
with other programs? Which is your graphics card? What driver are you
using with it? Please attach the outputs of lspci and lsmod...

-- 
evince resizes itself when opening in fullscreen
https://bugs.launchpad.net/bugs/24
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 245759] [NEW] Sound control hotkeys don't work on Asus M6VA in Hardy

2008-07-05 Thread Matti K
Public bug reported:

I'm using Kubuntu KDE4 Hardy. Sound control hotkeys don't work.

This is buttons:

Sounds on/off: hotkey ATKD 0032 0003
Volume up: hotkey ATKD 0030 000b
Volume down: hotkey ATKD 0031 0005

This is model:

[EMAIL PROTECTED]:~$ sudo dmidecode -s system-manufacturer
ASUSTeK Computer Inc.
[EMAIL PROTECTED]:~$ sudo dmidecode -s system-product-name
M6VA
[EMAIL PROTECTED]:~$ sudo dmidecode -s system-version
1.0

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Sound control hotkeys don't work on Asus M6VA in Hardy
https://bugs.launchpad.net/bugs/245759
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 245731] Re: lftp mirror -R doesn't work in Hardy

2008-07-05 Thread Paul Worrall
Bug report closed. For future reference you can manage the status of
your own bugs by clicking on the current status in the yellow line and
then choosing a new status in the revealed drop down box. You can learn
more about bug statuses at https://wiki.ubuntu.com/Bugs/Status .

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

-- 
lftp mirror -R doesn't work in Hardy
https://bugs.launchpad.net/bugs/245731
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 200624] Re: Logging out doesn't work in 8.04 when using fglrx and kdm

2008-07-05 Thread Matti K
Bug fixed. Thank you :)

-- 
Logging out doesn't work in 8.04 when using fglrx and kdm
https://bugs.launchpad.net/bugs/200624
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 245106] Re: ubiquity does not free a swap partition

2008-07-05 Thread Sergey Rudchenko
В Чтв, 03/07/2008 в 18:40 +, Evan Dandrea пишет:
 To verify that you're using the final version, please post the output
 from `cat /cdrom/.disk/info`.
 

It is [Kubuntu 8.04.1 Hardy Heron - Release i386 (20080701.2)]

--
Best regards,
Sergey Rudchenko

-- 
ubiquity does not free a swap partition
https://bugs.launchpad.net/bugs/245106
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 245761] [NEW] gdm_slave_xioerror_handler: Fatal X error - Restarting :0

2008-07-05 Thread lintel
Public bug reported:

The bug randomly occurs as well in Totem or VLC when playing video of
various codecs. After GDM is restarted the same playing / capturing
works.

Jul  5 09:06:01 kababox kernel: [ 3527.509220] 
/build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/media/gspcav1/gspca_core.c:
 VIDIOCMCAPTURE: invalid format (7)
Jul  5 09:06:03 kababox kernel: [ 3529.345188] 
/build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/media/gspcav1/gspca_core.c:
 VIDIOCMCAPTURE: invalid format (9)
Jul  5 09:06:03 kababox kernel: [ 3529.345328] 
/build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/media/gspcav1/gspca_core.c:
 VIDIOCMCAPTURE: invalid format (14)
Jul  5 09:06:03 kababox kernel: [ 3529.345468] 
/build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/media/gspcav1/gspca_core.c:
 VIDIOCMCAPTURE: invalid format (13)
Jul  5 09:06:03 kababox kernel: [ 3529.345608] 
/build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/media/gspcav1/gspca_core.c:
 VIDIOCMCAPTURE: invalid format (16)
Jul  5 09:06:03 kababox kernel: [ 3529.345736] 
/build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/media/gspcav1/gspca_core.c:
 VIDIOCMCAPTURE: invalid format (11)
Jul  5 09:06:03 kababox kernel: [ 3529.345864] 
/build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/media/gspcav1/gspca_core.c:
 VIDIOCMCAPTURE: invalid format (6)
Jul  5 09:06:06 kababox kernel: [ 3533.188914] 
/build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/media/gspcav1/gspca_core.c:
 VIDIOCMCAPTURE: invalid format (7)
Jul  5 09:06:06 kababox kernel: [ 3533.215303] 
/build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/media/gspcav1/gspca_core.c:
 VIDIOCMCAPTURE: invalid format (9)
Jul  5 09:06:06 kababox kernel: [ 3533.215441] 
/build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/media/gspcav1/gspca_core.c:
 VIDIOCMCAPTURE: invalid format (14)
Jul  5 09:06:06 kababox kernel: [ 3533.215573] 
/build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/media/gspcav1/gspca_core.c:
 VIDIOCMCAPTURE: invalid format (13)
Jul  5 09:06:06 kababox kernel: [ 3533.215704] 
/build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/media/gspcav1/gspca_core.c:
 VIDIOCMCAPTURE: invalid format (16)
Jul  5 09:06:06 kababox kernel: [ 3533.215834] 
/build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/media/gspcav1/gspca_core.c:
 VIDIOCMCAPTURE: invalid format (11)
Jul  5 09:06:06 kababox kernel: [ 3533.215963] 
/build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/media/gspcav1/gspca_core.c:
 VIDIOCMCAPTURE: invalid format (6)
Jul  5 09:06:19 kababox gdm[5382]: WARNING: gdm_slave_xioerror_handler: Fatal X 
error - Restarting :0 

+++

00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML 
Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 
(rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 
(rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 
(rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI 
Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE 
Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8038 PCI-E Fast 
Ethernet Controller (rev 14)
03:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg 
Wireless PCI Express Adapter (rev 01)
0a:09.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
0a:09.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card 
Reader (SD/MMC/MS/MS PRO/xD)

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 

[Bug 229344] Re: Slow startup after upgrade to Ubuntu 8.04

2008-07-05 Thread mati
My output (checkgmail -no-login -debug):

use Gtk2(init);
use Gtk2::TrayIcon;
use threads;
use Thread::Queue;
use Thread::Semaphore;
use threads::shared;
use Encode;
use XML::Simple;
use FileHandle;
use LWP::UserAgent;
use Crypt::SSLeay;


use Crypt::Simple passphrase = (I removed this from the 
output);
Warning: Crypt::Simple not found ...
use Crypt::Blowfish;
use FreezeThaw;
use Compress::Zlib;
use Digest::MD5;
use MIME::Base64;


CheckGmail requires the above packages for password encryption
Please download and install from CPAN (http://search.cpan.org) if you want to 
use this feature ...


use Gtk2::Sexy;
Warning: Gtk2::Sexy not found ...


CheckGmail uses Gtk2::Sexy for clickable URLs in mail messages
Please download and install from CPAN (http://search.cpan.org) if you want to 
use this feature ...

*** Crypt::Simple not found, not working or disabled ***
*** Passwords will be saved in plain text only ...   ***

(HERE is the delay)

Initialisation complete

(the best part is: even thought Gtk2::Sexy not found message, URLs are
clickable)

-- 
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 148454] Re: console-kit-deamon spawns too many threads

2008-07-05 Thread Lynoure Braakman
Mr. Demou, if you are, as you said, not an expert and not sure if
spawning 60 threads is normal and correct for console-kit-daemon in
Ubuntu or not, please don't mark the bug invalid but consider Incomplete
as a better choice. Maybe even consider finding out these things from
the developers or upstream before you tell all the people commenting on
this bug that they have been just wasting their time.

-- 
console-kit-deamon spawns too many threads
https://bugs.launchpad.net/bugs/148454
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 245555] Re: evince resizes itself when opening in fullscreen

2008-07-05 Thread Travis Watkins
Don't need any other details, this is
http://bugzilla.gnome.org/show_bug.cgi?id=522269

-- 
evince resizes itself when opening in fullscreen
https://bugs.launchpad.net/bugs/24
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 198884] Re: Wireshark 0.99.7 halted in Hardy

2008-07-05 Thread Matti K
It worked me by sudo kdesu wireshark

-- 
Wireshark 0.99.7 halted in Hardy
https://bugs.launchpad.net/bugs/198884
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 148454] Re: console-kit-deamon spawns too many threads

2008-07-05 Thread Stefan Nuxoll
Spawning 60 threads when no more than 5 will be used shoud be considered
a bug. Plain and simple.

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

-- 
console-kit-deamon spawns too many threads
https://bugs.launchpad.net/bugs/148454
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 245764] [NEW] no percentage progress bar with 7z compressing

2008-07-05 Thread tankdriver
Public bug reported:

Binary package hint: file-roller

default case:

If you make an archive (.7z), the process is started with the default
options:

/usr/lib/p7zip/7za -w/working/dictory a -bd -y -l ... ... ...

-bd means: NO PERCENTAGE OUTPUT (see manual 7zip: man 7z)

I think this is easy to fix.

ProblemType: Bug
Architecture: amd64
Date: Sat Jul  5 10:10:18 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/file-roller
NonfreeKernelModules: nvidia
Package: file-roller 2.22.3-0ubuntu1
PackageArchitecture: amd64
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=de_AT.UTF-8
SourcePackage: file-roller
Uname: Linux 2.6.24-19-generic x86_64

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
no percentage progress bar with 7z compressing
https://bugs.launchpad.net/bugs/245764
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 245764] Re: no percentage progress bar with 7z compressing

2008-07-05 Thread tankdriver

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

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

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

-- 
no percentage progress bar with 7z compressing
https://bugs.launchpad.net/bugs/245764
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 216677] Re: audacious crashed with SIGSEGV in ne_sock_read()

2008-07-05 Thread Rolf Leggewie
Closing this bug report as no further information has been provided.
Please feel free to reopen this bug with further information if you
still experience this problem.

Thank you for your help in making ubuntu the best distro out there.


** Changed in: audacious (Ubuntu)
   Status: Incomplete = Invalid

-- 
audacious crashed with SIGSEGV in ne_sock_read()
https://bugs.launchpad.net/bugs/216677
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 213727] Re: audacious crashes

2008-07-05 Thread Rolf Leggewie
Closing this bug report as no further information has been provided.
Please feel free to reopen this bug with further information if you
still experience this problem.

Thank you for your help in making ubuntu the best distro out there.


** Changed in: audacious (Ubuntu)
   Status: Incomplete = Invalid

-- 
audacious crashes
https://bugs.launchpad.net/bugs/213727
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 213661] Re: audacious crashes on working

2008-07-05 Thread Rolf Leggewie
Closing this bug report as no further information has been provided.
Please feel free to reopen this bug with further information if you
still experience this problem.

Thank you for your help in making ubuntu the best distro out there.


** Changed in: audacious (Ubuntu)
   Status: Incomplete = Invalid

-- 
audacious crashes on working
https://bugs.launchpad.net/bugs/213661
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 203146] Re: pressing stop button (or ESC) should permanently stop loading

2008-07-05 Thread Rolf Leggewie
Closing this bug report as no further information has been provided.
Please feel free to reopen this bug with further information if you
still experience this problem.

Thank you for your help in making ubuntu the best distro out there.


** Changed in: firefox (Ubuntu)
   Status: Incomplete = Invalid

-- 
pressing stop button (or ESC) should permanently stop loading
https://bugs.launchpad.net/bugs/203146
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 130861] Re: firefox deadlock/crash while starting

2008-07-05 Thread Rolf Leggewie
Closing this bug report as no further information has been provided.
Please feel free to reopen this bug with further information if you
still experience this problem.

Thank you for your help in making ubuntu the best distro out there.


** Changed in: firefox (Ubuntu)
   Status: Incomplete = Invalid

-- 
firefox deadlock/crash while starting
https://bugs.launchpad.net/bugs/130861
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 47954] Re: Twice Dapper installed failed (locked) at wvdial pkg install

2008-07-05 Thread Rolf Leggewie
Closing this bug report as no further information has been provided.
Please feel free to reopen this bug with further information if you
still experience this problem.

Thank you for your help in making ubuntu the best distro out there.


** Changed in: wvdial (Ubuntu)
   Status: Incomplete = Invalid

-- 
Twice Dapper installed failed (locked) at wvdial pkg install
https://bugs.launchpad.net/bugs/47954
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 245765] [NEW] Tags code as at 2008-07-05 09:29:00+01:00 breaks on Waf repository

2008-07-05 Thread Russel Winder
Public bug reported:

Using bzr-svn from http://people.samba.org/bzr/jelmer/bzr-svn/0.4/
updated at the time above and then made leads to the following when
accessing the Waf repository.  There were no problems until the recent
tags code was added.

| bzr pull
Using saved location: svn+http://waf.googlecode.com/svn/trunk
using experimental bzr-svn mappings; output may change between revisions
bzr: ERROR: exceptions.KeyError: 'tags/waf-1.3.2'   
  

Traceback (most recent call last):
  File /home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/commands.py, line 857, 
in run_bzr_catch_errors
return run_bzr(argv)
  File /home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/commands.py, line 797, 
in run_bzr
ret = run(*run_argv)
  File /home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/commands.py, line 499, 
in run_argv_aliases
return self.run(**all_cmd_args)
  File /home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/builtins.py, line 665, 
in run
possible_transports=possible_transports)
  File /home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/decorators.py, line 192, 
in write_locked
result = unbound(self, *args, **kwargs)
  File /home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/workingtree.py, line 
1521, in pull
possible_transports=possible_transports)
  File /home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/decorators.py, line 192, 
in write_locked
result = unbound(self, *args, **kwargs)
  File /home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/branch.py, line 1853, in 
pull
_override_hook_target=_override_hook_target)
  File /home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/decorators.py, line 192, 
in write_locked
result = unbound(self, *args, **kwargs)
  File /home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/branch.py, line 1655, in 
pull
result.tag_conflicts = source.tags.merge_to(self.tags, overwrite)
  File /home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/tag.py, line 207, in 
merge_to
source_dict = self.get_tag_dict()
  File /home/users/russel/.bazaar/plugins/svn/branch.py, line 100, in 
get_tag_dict
layout=self.layout)
  File /home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/decorators.py, line 138, 
in read_locked
result = unbound(self, *args, **kwargs)
  File /home/users/russel/.bazaar/plugins/svn/repository.py, line 742, in 
find_tags
del paths[bp]
KeyError: 'tags/waf-1.3.2'

bzr 1.6b3 on python 2.5.2 (linux2)
arguments: ['/home/users/russel/bin/bzr', 'pull']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_GB.UTF-8'
plugins:
  builddeb /usr/lib/python2.5/site-packages/bzrlib/plugins/builddeb 
[0.92.0dev0]
  bzrtools /home/users/russel/.bazaar/plugins/bzrtools [1.6.0]
  dbus /usr/lib/python2.5/site-packages/bzrlib/plugins/dbus 
[unknown]
  email/usr/lib/python2.5/site-packages/bzrlib/plugins/email 
[unknown]
  gtk  /home/users/russel/.bazaar/plugins/gtk [0.95.0dev1]
  launchpad
/home/Checkouts/Bazaar/Bazaar_Mainline/bzrlib/plugins/launchpad [unknown]
  pqm  /usr/lib/python2.5/site-packages/bzrlib/plugins/pqm 
[1.0.0dev0]
  rebase   /home/users/russel/.bazaar/plugins/rebase [0.4.0dev0]
  svn  /home/users/russel/.bazaar/plugins/svn [0.4.11exp0]
  xmloutput/home/users/russel/.bazaar/plugins/xmloutput [0.4.4]
*** Bazaar has encountered an internal error.
Please report a bug at https://bugs.launchpad.net/bzr/+filebug
including this traceback, and a description of what you
were doing when the error occurred.
|

** Affects: bzr-svn (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Tags code as at 2008-07-05 09:29:00+01:00 breaks on Waf repository
https://bugs.launchpad.net/bugs/245765
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 245764] Re: no percentage progress bar with 7z compressing

2008-07-05 Thread tankdriver
see: https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/18250

** Changed in: file-roller (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
no percentage progress bar with 7z compressing
https://bugs.launchpad.net/bugs/245764
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 157941] Re: Full screen mode in AisleRiot will not return to normal mode

2008-07-05 Thread Bonehead Beginner
It is no issu for me now.
The gconf-editor fixed the problem for me.

/Kurt Eklund

2008/7/3 Pedro Villavicencio [EMAIL PROTECTED]:

 Thank you for taking the time to report this bug and helping to make
 Ubuntu better. You reported this bug a while ago and there hasn't been
 any activity in it recently. We were wondering is this still an issue
 for you? Thanks in advance.

 ** Changed in: gnome-games (Ubuntu)
Status: Confirmed = Incomplete

 --
 Full screen mode in AisleRiot will not return to normal mode
 https://bugs.launchpad.net/bugs/157941
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Full screen mode in AisleRiot will not return to normal mode 
https://bugs.launchpad.net/bugs/157941
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 84782] Re: slow samba transfer speed to/from windows machines

2008-07-05 Thread themuddler
*** This bug is a duplicate of bug 46081 ***
https://bugs.launchpad.net/bugs/46081

I have samba 3.0.28a on ubuntu 8.04 on two machines, a desktop and a
laptop.  The desktop is connected by ethernet to a wireless router and
the laptop connects wirelessly to that router at 54MBps.  I share
directories from the desktop to the laptop via samba to maintain
compatibility if I need to boot into windows.  Unfortunately, I have a
maximum transfer rate of 10Mbps when moving files in nautilus.  I do not
expect my hard drives or network hardware to be limiting this and have
no problem with internet speeds.  Is it possible to setup a linux-style
network in parallel with samba sharing for the time being?

-- 
slow samba transfer speed to/from windows machines
https://bugs.launchpad.net/bugs/84782
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 18250] Re: file-rollers progress bar does not indicate progress

2008-07-05 Thread tankdriver
I can confirm this on .7z too.
This is annoying. (how long will it take? 1, 10, 100 minutes? who know?)

see https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/245764

-- 
file-rollers progress bar does not indicate progress
https://bugs.launchpad.net/bugs/18250
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 245750] Re: Evince cannot open text/plain files

2008-07-05 Thread Dimitrios Symeonidis
Evince does not open plain text files in general.

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

-- 
Evince cannot open text/plain files
https://bugs.launchpad.net/bugs/245750
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 245631] Re: [intrepid KDE4] Could not start kstartupconfig4. Check your installation

2008-07-05 Thread Harald Sitter
We don't use .kde4 anymore ... moved to .kde.

Please try moving your $HOME/.kde out of the way and try again.

** Changed in: kdebase-workspace (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Harald Sitter (apachelogger)
   Status: New = Incomplete

-- 
[intrepid KDE4] Could not start kstartupconfig4. Check your installation
https://bugs.launchpad.net/bugs/245631
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 105653] Re: [needs-packaging] dvdstyler .deb

2008-07-05 Thread fabrice_sp
I build the package for ubuntu, and uploaded it to REVU

** Changed in: ubuntu
 Assignee: (unassigned) = fabrice_sp (fabricesp)
   Status: Triaged = In Progress

-- 
[needs-packaging] dvdstyler .deb
https://bugs.launchpad.net/bugs/105653
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 245767] [NEW] crash adept running by user

2008-07-05 Thread sacarde
Public bug reported:

Binary package hint: adept

I installed kubuntu intrepid on my apple-mini-ppc
from:
 debootstrap + apt-get install kubuntu-desktop


but when I run adept from menu, it ask me root-password and then crash

I dont know how to view some information about this...


p.s.
if I run adept in user-console with:

sudo adept_installer

I have error: impossible to run directly

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

-- 
crash adept running by user
https://bugs.launchpad.net/bugs/245767
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 245766] [NEW] Please sync fatresize 1.0.2-3 (universe) from Debian unstable (main).

2008-07-05 Thread Luca Falavigna
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/fatresize
 status confirmed
 importance wishlist
 subscribe ubuntu-archive

Please sync fatresize 1.0.2-3 (universe) from Debian unstable (main).

Changelog since current intrepid version 1.0.2-2:

fatresize (1.0.2-3) unstable; urgency=low

  * debian/control: 
- Migrated to libparted18-dev  (Closes: #489087)
- Bumped strandards version to current one
  * debian/copyright, debian/watch: Minor indentation fixes 
  * debian/rules: update config.{sub,guess} during configure, remove on clean
  * debian/fatresize.sgml: corrected author's fields

 -- Philippe Coval [EMAIL PROTECTED]  Mon, 30 Jun 2008 19:33:23 +0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIbzNYnXjXEYa8KlARAkN8AJ4t6yWitoflyfbBJZfN8bRWGXDOxgCfc6Bn
aGp6I2hRTh6dY2LrhEqv/5s=
=bMh+
-END PGP SIGNATURE-

** Affects: fatresize (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

-- 
Please sync fatresize 1.0.2-3 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/245766
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 245716] Re: file-roller puts temporary files in the home dir instead of /tmp

2008-07-05 Thread Sebastien Bacher
** Changed in: file-roller (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Triaged

-- 
file-roller puts temporary files in the home dir instead of /tmp
https://bugs.launchpad.net/bugs/245716
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 245592] Re: Testing Intrepid 64-bit after the last updates every time i click on a folder on the desktop, the window start to flash, and desktop seems to be crazy

2008-07-05 Thread Sebastien Bacher
closing the bug since that works correctly now

** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: Incomplete = Fix Released

-- 
Testing Intrepid 64-bit after the last updates every time i click  on a folder 
on the desktop, the window start to flash, and desktop seems to be crazy
https://bugs.launchpad.net/bugs/245592
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 245714] Re: gedit crashes at startup

2008-07-05 Thread Sebastien Bacher
seems similar to bug #244292

** Changed in: glib2.0 (Ubuntu)
   Importance: Undecided = Medium

-- 
gedit crashes at startup
https://bugs.launchpad.net/bugs/245714
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 238394] Re: System unusable with 100% CPU usage by npviewer.bin

2008-07-05 Thread Elliot Hughes
I can confirm this bug - unfortunately don't know how well this will go
because this is a nonfree plugin.

** Changed in: flashplugin-nonfree (Ubuntu)
   Status: New = Confirmed

-- 
System unusable with 100% CPU usage by npviewer.bin
https://bugs.launchpad.net/bugs/238394
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 157759] Re: Compiz causes OpenGL fullscreen games to eventually go windowed.

2008-07-05 Thread Adam Reeve
*** This bug is a duplicate of bug 216322 ***
https://bugs.launchpad.net/bugs/216322

I don't think this is a duplicate. I'm having this issue myself and have
to disable compiz to play games. Bug 216322 says that games switch
immediately to windowed mode and that the resolution of the game has to
be equal to the resolution of the desktop. I'm having this issue with
games at a lower resolution than the desktop and they don't become
windowed until after playing for about 10 minutes.

-- 
Compiz causes OpenGL fullscreen games to eventually go windowed.
https://bugs.launchpad.net/bugs/157759
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 148454] Re: console-kit-deamon spawns too many threads

2008-07-05 Thread Travis Watkins
** Changed in: consolekit (Ubuntu)
   Importance: Undecided = Low

-- 
console-kit-deamon spawns too many threads
https://bugs.launchpad.net/bugs/148454
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 245768] [NEW] web pages dim out sometimes

2008-07-05 Thread BlackbirdHighway
Public bug reported:

Binary package hint: firefox-3.0

Some web pages go dim for a few seconds, then return. I didn't see this
problem with Firefox 2.

ProblemType: Bug
Architecture: i386
Date: Sat Jul  5 04:57:00 2008
DistroRelease: Ubuntu 8.04
Package: firefox-3.0 3.0+nobinonly-0ubuntu0.8.04.1
PackageArchitecture: i386
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 i686

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


** Tags: apport-bug

-- 
web pages dim out sometimes
https://bugs.launchpad.net/bugs/245768
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 245768] Re: web pages dim out sometimes

2008-07-05 Thread BlackbirdHighway

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

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

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

-- 
web pages dim out sometimes
https://bugs.launchpad.net/bugs/245768
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 245710] Re: evolution corrupts .xls files when saved

2008-07-05 Thread Sebastien Bacher
*** This bug is a duplicate of bug 242299 ***
https://bugs.launchpad.net/bugs/242299

the issue is similar to bug #242299

** Changed in: evolution (Ubuntu)
   Importance: Undecided = Medium

-- 
evolution corrupts .xls files when saved
https://bugs.launchpad.net/bugs/245710
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 245710] Re: evolution corrupts .xls files when saved

2008-07-05 Thread Sebastien Bacher
*** This bug is a duplicate of bug 242299 ***
https://bugs.launchpad.net/bugs/242299

the issue is similar to bug #242299

** This bug has been marked a duplicate of bug 242299
   evolution can't save as attachment

-- 
evolution corrupts .xls files when saved
https://bugs.launchpad.net/bugs/245710
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 235985] Re: Strange ghosting/smearing rendering on a specific page

2008-07-05 Thread Hew
Just stumbled across http://www.avast.com/ which exhibits the same issue
(incl. all subpages). Altering text size shows up the problematic
characters in the footer of the page.

** Changed in: firefox-3.0 (Ubuntu)
   Importance: Undecided = Low
   Status: Confirmed = Triaged

-- 
Strange ghosting/smearing rendering on a specific page
https://bugs.launchpad.net/bugs/235985
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 245769] [NEW] [CVE-2008-2955, -2956, -2957] Pidgin denial of service vulnerabilities

2008-07-05 Thread Alexander Konovalenko
*** This bug is a security vulnerability ***

Public security bug reported:

Binary package hint: pidgin

CVE-2008-2955 description:

Pidgin 2.4.1 allows remote attackers to cause a denial of service
(crash) via a long filename that contains certain characters, as
demonstrated using an MSN message that triggers the crash in the
msn_slplink_process_msg function.

http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-2955

CVE-2008-2956 description:

Memory leak in Pidgin 2.0.0, and possibly other versions, allows remote
attackers to cause a denial of service (memory consumption) via
malformed XML documents.

http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-2956

CVE-2008-2957 description:

The UPnP functionality in Pidgin 2.0.0, and possibly other versions,
allows remote attackers to trigger the download of arbitrary files and
cause a denial of service (memory or disk consumption) via a UDP packet
that specifies an arbitrary URL.

http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-2957

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

** Visibility changed to: Public

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2008-2955

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2008-2956

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2008-2957

-- 
[CVE-2008-2955, -2956, -2957] Pidgin denial of service vulnerabilities
https://bugs.launchpad.net/bugs/245769
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 245769] Re: [CVE-2008-2955, -2956, -2957] Pidgin denial of service vulnerabilities

2008-07-05 Thread Alexander Konovalenko
Adding CVE links: CVE-2008-2955, CVE-2008-2956, CVE-2008-2957

-- 
[CVE-2008-2955, -2956, -2957] Pidgin denial of service vulnerabilities
https://bugs.launchpad.net/bugs/245769
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 245751] Re: Cannot check box for hardy-security updates

2008-07-05 Thread Dimitrios Symeonidis
Confirmed. I also hadn't noticed before... and I also had it twice in my 
sources.list.
I have noticed that, when you click it, it does seem to understand that 
something has changed and askes you to reload the repositories...
Notice also that it appears under Third-party Software...

-- 
Cannot check box for hardy-security updates
https://bugs.launchpad.net/bugs/245751
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 245296] Re: Thunderbird keeps greying out while trying to access webmail/hotmail

2008-07-05 Thread John Vivirito
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

philinux wrote:
 The auto updater failed to recognise version 1.2.17 of webmail/hotmail.
 
 Manually updated and bug is fixed.
 
 Why 1.2.15 suddenly started crashing TB is a mystery.
 
Thank you for letting us know. We are unablet o suuport this extension
since we dont provide it. If you want an extension to end up in ubuntu
and supported by Ubuntu please add it to
https://wiki.ubuntu.com/MozillaTeam/Firefox3Extensions
and find the info requested so we can than mark confirmed and start
packaging it, unless you would rather package it you still need to add
it to that page and the info that is needed.

- --
Sincerely Yours,
John Vivirito

https://launchpad.net/~gnomefreak
https://wiki.ubuntu.com/JohnVivirito
Linux User# 414246
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIbzrPqig4QTwcPCoRAo/rAJ9fzeLSvtgFHZWPeOthjdHW9Ru3iwCfUIK2
zuvgbL83+GaYqlBKJPJzKWQ=
=qO1P
-END PGP SIGNATURE-

** Changed in: mozilla-thunderbird (Ubuntu)
   Status: Incomplete = Invalid

-- 
Thunderbird keeps greying out while trying to access webmail/hotmail
https://bugs.launchpad.net/bugs/245296
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 232481] Re: no shutdown

2008-07-05 Thread Alex Loes
Without Compiz Fusion installed (just after a raw installation),  it
hangs too.

-- 
no shutdown
https://bugs.launchpad.net/bugs/232481
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 88478] Re: subversion crash

2008-07-05 Thread Venkatraman.S
Can you provide a test case for this or some more information.
I have feisty+amd64+svn1.4 and was unable to reproduce the issue. When does the 
crash occur?

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

-- 
subversion crash
https://bugs.launchpad.net/bugs/88478
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 194719] Re: 01_proc_sys_batteries.patch causes a regression making gnome-power-manager not detect the battery properly

2008-07-05 Thread HillerD
I am having exactly this issue: gnome-power-manager does not update 
power-consumption (shows approx. 6W constantly, was 18W on Feisty), remaining 
battery time constantly 3h (should be 1:30h - old battery). 
Plugging / unplugging power is detected.

$ dpkg -s hal|grep Version
Version: 0.5.11~rc2-1ubuntu8.1

Was the bug reintroduced in subsequent updates? I am not aware of having 
noticed this issue some weeks ago.
I'm also checking  
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/194960.

-- 
01_proc_sys_batteries.patch causes a regression making gnome-power-manager not 
detect the battery properly
https://bugs.launchpad.net/bugs/194719
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 245500] Re: Jigdo cannot build ubuntu-8.04.1-alternate-i386.iso: .jigdo file refers to missing package

2008-07-05 Thread psl
I can confirm this bug, I observe the same.

-- 
Jigdo cannot build ubuntu-8.04.1-alternate-i386.iso: .jigdo file refers to 
missing package
https://bugs.launchpad.net/bugs/245500
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 196202] Re: Places menu FTP servers open in firefox-3.0 instead of nautilus

2008-07-05 Thread John Vivirito
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Paul Kishimoto wrote:
 I should note that I've since upgraded to hardy, and I'm not sure how to
 install the gutsy 3.0~b3 package in hardy (or find the .deb for that
 matter). Downgrading to the b5 package (from the release version) had no
 effect.

This isnt a great idea. Installing packages from Gutsy on Hardy can
only cause you problems. You can use what Shaun did and see if it
helps you until we can get to fix this.

- --
Sincerely Yours,
John Vivirito

https://launchpad.net/~gnomefreak
https://wiki.ubuntu.com/JohnVivirito
Linux User# 414246
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIbz6Qqig4QTwcPCoRAszyAJ9H1vjbaYhDSUcHROyJhBFyN+cY9wCeIpth
4uK2mcQiu8eg5uYHwSoWY7Y=
=DiSq
-END PGP SIGNATURE-

-- 
Places menu FTP servers open in firefox-3.0 instead of nautilus
https://bugs.launchpad.net/bugs/196202
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 245771] [NEW] live timing applet not initiated

2008-07-05 Thread Martins
Public bug reported:

Binary package hint: firefox-3.0

Webpage: http://www.formula1.com/services/live_timing/live_timing.html

Ubuntu 8.04. Hardy Heron

Plugins installed.

When I tried any launch live timing the applet is not initializating.

ProblemType: Bug
Architecture: amd64
Date: Sat Jul  5 11:24:03 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=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.24-19-generic x86_64

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


** Tags: apport-bug

-- 
live timing applet not initiated
https://bugs.launchpad.net/bugs/245771
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 245771] Re: livi timing applet not initiated

2008-07-05 Thread Martins

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

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

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

** Summary changed:

- livi timing applet not initiated
+ live timing applet not initiated

-- 
live timing applet not initiated
https://bugs.launchpad.net/bugs/245771
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 245770] [NEW] [CVE-2008-2927] MSN integer overflow in Pidgin

2008-07-05 Thread Alexander Konovalenko
*** This bug is a security vulnerability ***

Public security bug reported:

Binary package hint: pidgin

CVE-2008-2927 is a remote buffer overflow vulnerability in the MSN
protocol handler. Apparently it can lead to arbitrary code execution.
It's not yet in the public vulnerability databases, so please see the
Debian bug for reference: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=488632. I think it is the same issue as described
in this Bugtraq post
http://www.securityfocus.com/archive/1/493682/30/60/threaded.

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

** Affects: pidgin (Debian)
 Importance: Unknown
 Status: New

** Affects: pidgin (Fedora)
 Importance: Unknown
 Status: Unknown

** Visibility changed to: Public

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

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2008-2927

-- 
[CVE-2008-2927] MSN integer overflow in Pidgin
https://bugs.launchpad.net/bugs/245770
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 245770] Re: [CVE-2008-2927] MSN integer overflow in Pidgin

2008-07-05 Thread Alexander Konovalenko
Adding a CVE reference: CVE-2008-2927

-- 
[CVE-2008-2927] MSN integer overflow in Pidgin
https://bugs.launchpad.net/bugs/245770
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 245770] Re: [CVE-2008-2927] MSN integer overflow in Pidgin

2008-07-05 Thread Alexander Konovalenko
Here is a description from the Red Hat bug:

An integer overflow in Pidgin's MSN protocol handler could allow malformed SLP
message to cause an integer overflow, which could result in arbitrary code
execution.

This flaw is only exploitable by individuals who can message a user, which is
controlled by the Pidgin privacy setting.  The default setting is to only allow
messages from users in the buddy list.

https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2008-2927

** Also affects: pidgin (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2008-2927
   Importance: Unknown
   Status: Unknown

-- 
[CVE-2008-2927] MSN integer overflow in Pidgin
https://bugs.launchpad.net/bugs/245770
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   3   4   5   6   7   8   9   10   >