[Bug 596064] Re: nmbd fails to start on boot - problem with upstart

2010-06-27 Thread Abhishek Mukherjee
There is something interesting that happened after we changed the script
the way you had described. NMBD started at boot. After some
troubleshooting, we noticed the following errors in the /tmp/nmbd-
upstart.log

$ cat /tmp/nmbd-upstart.log 
Load smb config files from /etc/samba/smb.conf
rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
Processing section [printers]
Processing section [print$]
Loaded services file OK.
ERROR: lock directory /var/run/samba does not exist
ERROR: pid directory /var/run/samba does not exist


This was only after we removed the date command, if I remember correctly. But 
the crux of the issue is that a race condition is stopping nmbd from starting. 
It so happens that samba and nmbd start up at the same time. The directory 
/var/run/samba is created by the samba service when its starting up. But samba 
service does that only after the command testparm -s --parameter-name='disable 
netbios' 2/tmp/nmbd-upstart.log has executed unsuccessfully. NMBD service 
stopped failing when we added date command in the script. The date command must 
have introduced the much needed delay which we couldn't introduce with the 
sleep 20 command. However we created the directory before the execution of 
the testparm command execution and that fixed the issue. This race condition 
should ideally be avoided by forcing nmbd to start up only after samba service 
has started successfully. I don't know how to do that in an upstart script. 
Please guide.

At present the pre start section of the script looks like this -

pre-start script
# No need to keep it now
#   date  /tmp/nmbd-upstart.log  

# Introduced mkdir to fix race condition
mkdir /var/run/samba 
NMBD_DISABLED=`testparm -s --parameter-name='disable netbios' 
2/tmp/nmbd-upstart.log`
[ x$NMBD_DISABLED = xYes ]  { stop; exit 0; }
install -o root -g root -m 755 -d /var/run/samba
end script

-- 
nmbd fails to start on boot - problem with upstart 
https://bugs.launchpad.net/bugs/596064
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 589611] Re: client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)

2010-06-27 Thread c_t
mod_reqtimeout could be a reason, since it has been activated according
to apt-listchanges:

apache2 (2.2.15-1) unstable; urgency=low

 * This release adds and enables mod_reqtimeout, which limits the time
   Apache waits for a client to send a complete request. This helps to
   mitigate against certain denial of service attacks. In case of problems
   with slow clients, the timeout values can be adjusted in
   /etc/apache2/mods-available/reqtimeout.conf , or the module can be
   disabled with a2dismod reqtimeout.

-- Chuck Short zul...@ubuntu.com Tue, 13 Apr 2010 09:09:34 -0400

I have now disabled it and will audit the server logs whether the error
has gone.

-- 
client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)
https://bugs.launchpad.net/bugs/589611
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 590894] Re: bacula-director crashes when nsswitch uses wins for hosts

2010-06-27 Thread Tomasz

** Attachment added: debug messages and running under gdb
   http://launchpadlibrarian.net/50982983/baclog.txt

-- 
bacula-director crashes when nsswitch uses wins for hosts
https://bugs.launchpad.net/bugs/590894
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 590894] Re: bacula-director crashes when nsswitch uses wins for hosts

2010-06-27 Thread Tomasz
Debugging shows problem in bacula-5.0.1/src/lib/bnet.c, function
dlist *bnet_host2ipaddrs(const char *host, int family, const char **errstr)

There are some ifdefs depending on HAVE_IPV6 that may cause this
trouble!

-- 
bacula-director crashes when nsswitch uses wins for hosts
https://bugs.launchpad.net/bugs/590894
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 598993] [NEW] Please merge ipmitool 1.8.11-2 (universe) from debian unstable (main)

2010-06-27 Thread Lorenzo De Liso
Public bug reported:

Binary package hint: ipmitool

ipmitool (1.8.11-2) unstable; urgency=low

  * Fix password reading (Patch from Kris Popendorf
08kcn0...@sneakemail.com closes: #559363)
  * Remove libreadline5-dev dependency in favour of libreadline-dev
(Closes: #553788)

 -- Matthew Johnson mj...@debian.org  Sun, 06 Dec 2009 00:05:49 +

** Affects: ipmitool (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
Please merge ipmitool 1.8.11-2 (universe) from debian unstable (main)
https://bugs.launchpad.net/bugs/598993
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool 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 598993] Re: Please merge ipmitool 1.8.11-2 (universe) from debian unstable (main)

2010-06-27 Thread Lorenzo De Liso

** Patch added: ipmitool_1.8.11-2ubuntu1.debdiff
   http://launchpadlibrarian.net/50983795/ipmitool_1.8.11-2ubuntu1.debdiff

** Changed in: ipmitool (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Please merge ipmitool 1.8.11-2 (universe) from debian unstable (main)
https://bugs.launchpad.net/bugs/598993
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool 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 268663] Re: files incoming through nautilus-share should be created with user ownership, instead of nobody

2010-06-27 Thread NeS
Thanks Bartong for your help! 
with these two lines in smb.conf I am finally able (fingers crossed) to get rid 
of this nagging problem. I wish this was the default in ubuntu, not the other 
way around. 
I think this *should* be fixed, linux is complicated enough without having to 
resort to this kind of kludges, imagine a newbie if he/she finds him/herself in 
this situation, they would give up almost instantly. 
IMHO we should really focus on the usability of the system for beginners

-- 
files incoming through nautilus-share should be created with user ownership, 
instead of nobody
https://bugs.launchpad.net/bugs/268663
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 599063] [NEW] post-installation script returned error exit status 75.

2010-06-27 Thread Ichido
Public bug reported:

Binary package hint: postfix

Tried ...
 I found a workaround regardless. I installed mdadm, ignored the postfix 
error, then on restart after installing 10.04 I removed postfix (apt-get remove 
--purge postfix) and reinstalled it (apt-get install postfix). No more errors.

But I still get...
post-installation script returned error exit status 75.

What can I do next?

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

-- 
post-installation script returned error exit status 75.
https://bugs.launchpad.net/bugs/599063
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 597510] Re: package postfix 2.7.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-06-27 Thread Ichido
Tried ...
 I found a workaround regardless. I installed mdadm, ignored the postfix 
error, then on restart after installing 10.04 I removed postfix (apt-get remove 
--purge postfix) and reinstalled it (apt-get install postfix). No more errors.

But I still get...
post-installation script returned error exit status 75.

What can I do next?

-- 
package postfix 2.7.0-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75
https://bugs.launchpad.net/bugs/597510
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 597510] Re: package postfix 2.7.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-06-27 Thread Jon Chellis
** Changed in: postfix (Ubuntu)
   Status: Invalid = Incomplete

-- 
package postfix 2.7.0-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75
https://bugs.launchpad.net/bugs/597510
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 579737] Re: OpenVPN client connect hangs on PUSH_REQUEST

2010-06-27 Thread Bug Watch Updater
** Changed in: openvpn
   Status: Confirmed = Fix Released

-- 
OpenVPN client connect hangs on PUSH_REQUEST
https://bugs.launchpad.net/bugs/579737
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

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


Re: [Bug 589611] Re: client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)

2010-06-27 Thread Ralf Hildebrandt
* Stefan Fritsch s...@sfritsch.de:
 I suspect this is the same issue as bug #595855 and #595116: Headers are
 getting truncated with https. So far, I have no idea about the reason.
 
 If you have mod_reqtimeout and/or mod_deflate enabled, you can try if
 disabling one or both of them makes any difference.

disabling mod_deflate does indeed make it go away.

-- 
client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)
https://bugs.launchpad.net/bugs/589611
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 598942] Re: Please sync wss4j 1.5.8+svntag-1 (main) from Debian unstable (main).

2010-06-27 Thread Fabrice Coutadeur
** Changed in: wss4j (Ubuntu)
   Status: New = In Progress

-- 
Please sync wss4j 1.5.8+svntag-1 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/598942
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to wss4j 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 598942] Re: Please sync wss4j 1.5.8+svntag-1 (main) from Debian unstable (main).

2010-06-27 Thread Fabrice Coutadeur
Ooops: it's a main package.
Resubscribing sponsors

sorry

Fabrice

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

-- 
Please sync wss4j 1.5.8+svntag-1 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/598942
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to wss4j 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 595116] Re: ssl error reading the headers

2010-06-27 Thread Ralf Hildebrandt
This seems to be related to my bug
https://bugs.launchpad.net/bugs/589611

Are you also using DEFLATE?

-- 
ssl error reading the headers
https://bugs.launchpad.net/bugs/595116
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 528720] Re: Keyboard stuck with irqbalance

2010-06-27 Thread Actiu informatica
- keyboard and/or mouse(*) freezing
- Mouse(*)  keyboard freeze at logon screen

This affected me while upgrading from Ubuntu 9.10 to Ubuntu 10.04, and I don't 
remember which package was installing at that moment. The only solution I found 
to complete the upgrade was to [Reset] the computer and [e]dit the GRUB kernel 
entry to add the noapic as an argument following the splash one.
Then I needed to run in a terminal:

sudo dpkg --configure -a

This completed the version upgrade, and after I've edited the file
/etc/default/grub to change this first line by the second one here
shown:

GRUB_CMDLINE_LINUX_DEFAULT=quiet splash
GRUB_CMDLINE_LINUX_DEFAULT=quiet splash noapic

And applied the change for a permanent effect, and the rebooted:

sudo update-grub2
sudo reboot

(*) Note that, after the freeze, if you plug an USB mouse, it works.

-- 
Keyboard stuck with irqbalance
https://bugs.launchpad.net/bugs/528720
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance 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 589611] Re: client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)

2010-06-27 Thread Stefan Fritsch
This is a rather strange bug:
- It happens if I enable exactly two out of the three modules deflate, 
reqtimeout, dump_io. But not with only one or all three of them.
- I have also tried replacing mod_ssl.so, mod_deflate.so, and the openssl-libs 
with the versions from karmic and mod_ssl.so with the version from jaunty: no 
change

But the bug disappears if I do

   mv /lib/i686 /lib/disabled_i686

There was a bug recently in Debian related to some gcc versions creating
wrong code for SSE4. Maybe that is the problem here, too.

What CPUs do you people have? Mine is a Core i7.
Does moving /lib/i686 away (or deinstalling libc6-i686) help for you too?
Does the flags line in /proc/cpuinfo on your machines contain sse4_1 or 
sse4_2?

For reference, the Debian bug was http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=583858


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

-- 
client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)
https://bugs.launchpad.net/bugs/589611
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 589611] Re: client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)

2010-06-27 Thread Stefan Fritsch
Actually, I have reproduced bug #595116 and not this one, but I still
think it's the same.

-- 
client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)
https://bugs.launchpad.net/bugs/589611
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 586542] Re: EBS volume cannot be detached after i reboot a instance

2010-06-27 Thread Neil Soman
** Also affects: eucalyptus
   Importance: Undecided
   Status: New

** Changed in: eucalyptus
 Assignee: (unassigned) = Neil Soman (neilsoman)

** Changed in: eucalyptus
   Importance: Undecided = High

** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
EBS volume cannot be detached after i reboot a instance
https://bugs.launchpad.net/bugs/586542
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 586542] Re: EBS volume cannot be detached after i reboot a instance

2010-06-27 Thread Launchpad Bug Tracker
** Branch linked: lp:eucalyptus/eucalyptus-devel

-- 
EBS volume cannot be detached after i reboot a instance
https://bugs.launchpad.net/bugs/586542
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 586542] Re: EBS volume cannot be detached after i reboot a instance

2010-06-27 Thread Neil Soman
FYI, this does not affect xen users. Only kvm is affected.

-- 
EBS volume cannot be detached after i reboot a instance
https://bugs.launchpad.net/bugs/586542
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 598993] Re: Please merge ipmitool 1.8.11-2 (universe) from debian unstable (main)

2010-06-27 Thread Stefano Rivera
** Changed in: ipmitool (Ubuntu)
   Status: New = In Progress

** Changed in: ipmitool (Ubuntu)
 Assignee: (unassigned) = Stefano Rivera (stefanor)

-- 
Please merge ipmitool 1.8.11-2 (universe) from debian unstable (main)
https://bugs.launchpad.net/bugs/598993
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool 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 595116] Re: ssl error reading the headers

2010-06-27 Thread Robert Grey
I had the deflate module activated, but removing /etc/apache2/mods-
enabled/deflate.* and restarting apache did not fix the problem.

-- 
ssl error reading the headers
https://bugs.launchpad.net/bugs/595116
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 595116] Re: ssl error reading the headers

2010-06-27 Thread Robert Grey
I moved /lib/i686 to /lib/i686.old and restarted apache. Did not fix the
problem. Here is /proc/cpuinfo (this is on linode):

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 23
model name  : Intel(R) Xeon(R) CPU   L5420  @ 2.50GHz
stepping: 6
cpu MHz : 2500.086
cache size  : 6144 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu de tsc msr pae cx8 cmov pat clflush mmx fxsr sse sse2 ss 
ht nx constant_tsc pni ssse3 sse4_1 hypervisor
bogomips: 5000.17
clflush size: 64
cache_alignment : 64
address sizes   : 38 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 23
model name  : Intel(R) Xeon(R) CPU   L5420  @ 2.50GHz
stepping: 6
cpu MHz : 2500.086
cache size  : 6144 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu de tsc msr pae cx8 cmov pat clflush mmx fxsr sse sse2 ss 
ht nx constant_tsc pni ssse3 sse4_1 hypervisor
bogomips: 5000.17
clflush size: 64
cache_alignment : 64
address sizes   : 38 bits physical, 48 bits virtual
power management:

processor   : 2
vendor_id   : GenuineIntel
cpu family  : 6
model   : 23
model name  : Intel(R) Xeon(R) CPU   L5420  @ 2.50GHz
stepping: 6
cpu MHz : 2500.086
cache size  : 6144 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu de tsc msr pae cx8 cmov pat clflush mmx fxsr sse sse2 ss 
ht nx constant_tsc pni ssse3 sse4_1 hypervisor
bogomips: 5000.17
clflush size: 64
cache_alignment : 64
address sizes   : 38 bits physical, 48 bits virtual
power management:

processor   : 3
vendor_id   : GenuineIntel
cpu family  : 6
model   : 23
model name  : Intel(R) Xeon(R) CPU   L5420  @ 2.50GHz
stepping: 6
cpu MHz : 2500.086
cache size  : 6144 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu de tsc msr pae cx8 cmov pat clflush mmx fxsr sse sse2 ss 
ht nx constant_tsc pni ssse3 sse4_1 hypervisor
bogomips: 5000.17
clflush size: 64
cache_alignment : 64
address sizes   : 38 bits physical, 48 bits virtual
power management:

-- 
ssl error reading the headers
https://bugs.launchpad.net/bugs/595116
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 599201] [NEW] package postfix 2.6.5-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-06-27 Thread champaignman
Public bug reported:

Binary package hint: postfix

...your site keeps timing out. The bug is the same as I'm sure you have
received from several others.

ProblemType: Package
Architecture: amd64
Date: Sun Jun 27 22:18:05 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 75
NonfreeKernelModules: nvidia
Package: postfix 2.6.5-3
ProcVersionSignature: Ubuntu 2.6.31-21.59-generic
SourcePackage: postfix
Title: package postfix 2.6.5-3 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75
Uname: Linux 2.6.31-21-generic x86_64

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


** Tags: amd64 apport-package

-- 
package postfix 2.6.5-3 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75
https://bugs.launchpad.net/bugs/599201
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 599201] Re: package postfix 2.6.5-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-06-27 Thread champaignman

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/51011898/AptOrdering.txt

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

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/51011900/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/51011901/DpkgTerminalLog.txt

-- 
package postfix 2.6.5-3 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75
https://bugs.launchpad.net/bugs/599201
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 574538] Re: synchronization does not work

2010-06-27 Thread Mitch Towner
This bug report is being closed due to your last comment regarding this
being fixed with an update. 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. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: ubuntuone-client (Ubuntu)
   Status: Incomplete = Invalid

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

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


[Bug 569841] Re: wireless network has problem connecting and sometimes disconnect

2010-06-27 Thread Dave Walton
I am seeing this problem, too.  Fresh install of 10.04 on a Thinkpad T60 with 
Intel 3945ABG.
In my case, I see the disconnect when running Google Earth, but I haven't yet 
tried doing any of the other things that are reported to trigger it.  This is a 
test install on a spare partition, and I've been testing the usability of 
Google Earth on 10.04.

What I see is that while running Google Earth, the network connection
will drop.  After a LONG time, it will fail to reconnect and prompts me
for the connection settings again.  Re-entering them doesn't help.  The
only way I've been able to regain the connection is by disabling and re-
enabling networking, then turning the hardware wi-fi switch off for a
bit then back on.  That doesn't always work, and eventually seems to
stop working at all.  At that point, the only fix I've found is a
reboot.

Based on some helpful advice, I tried installing this kernel:
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.34-lucid/

I saw a noticeable improvement in Google Earth frame rate, but the
network problems are still there.  Slightly worse, even, in that at
least once the connection dropped and Ubuntu didn't even notice it had
dropped.  Still thought it had a network connection, only it didn't
work.

Right now, this problem is keeping me from even considering upgrading
from 8.10 to 10.04.  I'd really like to get past it and move on to
testing other things.  It appears that the workaround until this gets
fixed is to downgrade the kernel.  But my experience in tinkering with
the kernel is very limited.  Could someone give some easy-to-follow
instructions for safely installing whatever version of the kernel will
work around the problem?

Thanks.

-- 
wireless network has problem connecting and sometimes disconnect
https://bugs.launchpad.net/bugs/569841
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 590460] Re: multi-touch and two finger scrolling don't work on eeepc 1005pe

2010-06-27 Thread Jeff Epstein
*** This bug is a duplicate of bug 462166 ***
https://bugs.launchpad.net/bugs/462166

** This bug has been marked a duplicate of bug 462166
   two-finger scrolling doesn't work

-- 
multi-touch and two finger scrolling don't work on eeepc 1005pe
https://bugs.launchpad.net/bugs/590460
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 532707] Re: gwibber-service crashed with DBusException in call_blocking()

2010-06-27 Thread Shahar Or
2.30.0.1-0ubuntu3

Have this issue. Not sure it is this issue exactly...

Doing apport-collect.

-- 
gwibber-service crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/532707
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 532707] Re: gwibber-service crashed with DBusException in call_blocking()

2010-06-27 Thread Shahar Or
Can't do that. Well, anyway, I do get crashes with this name.

-- 
gwibber-service crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/532707
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 462166] Re: two-finger scrolling doesn't work

2010-06-27 Thread Jeff Epstein
Oddly enough, two-fingered scrolling can be enabled in Gnome from the
command line, but not from the GUI. Run the following command:

gconftool-2 --set /desktop/gnome/peripherals/touchpad/scroll_method 2
--type int

This will enable two-fingered scrolling. The appropriate radio button
will be shown selected in gnome-mouse-properties, but it will still be
disabled.

-- 
two-finger scrolling doesn't work
https://bugs.launchpad.net/bugs/462166
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598946] Re: Include btrfs support for gparted

2010-06-27 Thread Bug Watch Updater
** Changed in: gparted
   Status: Unknown = Confirmed

-- 
Include btrfs support for gparted
https://bugs.launchpad.net/bugs/598946
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598684] Re: Sync libdecodeqr 0.9.3-3 (universe) from Debian unstable (main)

2010-06-27 Thread Fabrice Coutadeur
This the error that makes the ./configure command fail (extracted from 
config.log file):
...
configure:2892: g++ -o conftest -g -O2 -I/usr/include/opencv/ 
-Wl,-Bsymbolic-functions conftest.cpp -lhighgui   5
/usr/lib/gcc/x86_64-linux-gnu/4.4.4/../../../../lib/libhighgui.so: undefined 
reference to `av_init_pac...@libavformat_52'
collect2: ld returned 1 exit status


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

-- 
Sync libdecodeqr 0.9.3-3 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/598684
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 580966] Re: ?

2010-06-27 Thread Mitch Towner
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

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

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


[Bug 569976] Re: Youtube videos jitter in full-screen mode [worked with Ubuntu 9.10]

2010-06-27 Thread Jani Uusitalo
I just switched back to noveau and on a whim, tried disabling hardware
acceleration from flash player's settings (Right click - Settings...)
and lo and behold, fullscreen playback is now smooth again.

-- 
Youtube videos jitter in full-screen mode [worked with Ubuntu 9.10]
https://bugs.launchpad.net/bugs/569976
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 568988] Re: [Lucid][Ubuntu 10.04][ATI cards] Slow/freeze windows management (resize, maximise, .etc) with fglrx driver + compositing desktop.

2010-06-27 Thread John Brondum
Not quite for me.

It did remove the minimise/maximise delay, but it introduced big black
sections within the application windows - especially when using
Thunderbird or Nautilus. The windows basically looked like they were
trying to refreshed but couldn't and resolved into a black square. E.g.,
change directory in Nautilus would cause the panel on the left side to
go black, the folder view in Thunderbird would go black if clicking
between messages.

It was so bad that I have reverted back to the above patch and
uninstalled the new ATI driver.

Hardware: ATI Mobility HD 3650 / HP EliteBook 8530p
Ubuntu 10.04

-- 
[Lucid][Ubuntu 10.04][ATI cards] Slow/freeze windows management (resize, 
maximise, .etc) with fglrx driver + compositing desktop.
https://bugs.launchpad.net/bugs/568988
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 113064] Re: k3b error 254

2010-06-27 Thread vpkeebs
** Changed in: k3b (Ubuntu)
   Status: Fix Released = Confirmed

** Changed in: k3b (Ubuntu)
   Status: Confirmed = In Progress

-- 
k3b error 254
https://bugs.launchpad.net/bugs/113064
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to k3b in ubuntu.

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


[Bug 546168] Re: ubuntuone-login crashed with SIGSEGV

2010-06-27 Thread Mitch Towner
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. We are sorry that we do not always have the capacity to look at all 
reported bugs in a timely manner.
There have been many changes in Ubuntu since that time you reported the bug and 
your problem may have been fixed with some of the updates. It would help us a 
lot if you could test the current Ubuntu development version (10.10). If you 
can test it, and it is still an issue, we would appreciate if you could upload 
updated logs by running apport-collect bug #, and any other logs that are 
relevant for this particular issue. 

** Visibility changed to: Public

-- 
ubuntuone-login crashed with SIGSEGV
https://bugs.launchpad.net/bugs/546168
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 583179] Re: Impossible to add computer name to Ubuntu One

2010-06-27 Thread Mitch Towner
Hi Ingo. We'd like to figure out what's causing this bug for you, but we
haven't heard back from you in a while. Could you please provide the
requested information? Thanks!

-- 
Impossible to add computer name to Ubuntu One
https://bugs.launchpad.net/bugs/583179
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 582467] Re: very difficult get internett configurations - imposibile

2010-06-27 Thread Mitch Towner
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
very difficult get internett configurations - imposibile
https://bugs.launchpad.net/bugs/582467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598953] [NEW] Nautilus right-click menu labeled Set as Wallpaper... with ellipsis even though no dialog is shown

2010-06-27 Thread Delan Azabani
Public bug reported:

The Nautilus right-click menu for image files has an option labeled Set
as Wallpaper This item includes an ellipsis, which I believe should
generally only be used when clicking the item doesn't have an immediate
effect but rather open a window. However, as this item immediately sets
the wallpaper with no further action required, I believe that the
ellipsis should be removed.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Nautilus right-click menu labeled Set as Wallpaper... with ellipsis even 
though no dialog is shown
https://bugs.launchpad.net/bugs/598953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 545065] Re: pulseaudio ratelimit.c messages and jittery sound

2010-06-27 Thread Demosthenes
I'm getting stuttering in my audio too - using Audigy2 card.  Never
happened before in any other Ubuntu or Windows OS.  VLC is unplayable,
other applications stutter noticeably enough to be annoying.  Any logs
or other details I can post?

-- 
pulseaudio ratelimit.c messages and jittery sound
https://bugs.launchpad.net/bugs/545065
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 545065] Re: pulseaudio ratelimit.c messages and jittery sound

2010-06-27 Thread Demosthenes
And I am using a fresh Ubuntu 10.4 install on a freshly formatted
filesystem.

-- 
pulseaudio ratelimit.c messages and jittery sound
https://bugs.launchpad.net/bugs/545065
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598954] [NEW] [LUCID] vino-server not showing realtime video

2010-06-27 Thread squiddy
Public bug reported:

Binary package hint: vino

To reproduce :

1. Run your ubuntu, debian, and windows box.
2. From ubuntu, try to remote VNC to debian and windows (use tightvnc for 
windows). Both showing good results : The input (controlling remote machine) is 
ok, the video is moving (realtime).
3. Now try to remote from debian and/or windows to ubuntu box with VNC 
protocol. The result is poor. The input actually works, but the video is not 
moving in realtime, only shows still image.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: vino 2.28.2-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
NonfreeKernelModules: fglrx wl
Architecture: i386
Date: Sun Jun 27 13:26:07 2010
ExecutablePath: /usr/lib/vino/vino-server
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.utf8
SourcePackage: vino
XsessionErrors: (polkit-gnome-authentication-agent-1:1374): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed

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


** Tags: apport-bug i386 lucid

-- 
[LUCID] vino-server not showing realtime video
https://bugs.launchpad.net/bugs/598954
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598954] Re: [LUCID] vino-server not showing realtime video

2010-06-27 Thread squiddy

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

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

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

-- 
[LUCID] vino-server not showing realtime video
https://bugs.launchpad.net/bugs/598954
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598852] Re: package flashplugin-nonfree 10. 1.53.64ubuntu0.10.04.2 failed to install/upgrade : podproces zainstalowany skrypt pre-removal zwróci ł kod błędu 1

2010-06-27 Thread luk1don
Ok.
sudo rm /var/lib/dpkg/info/flashplugin-nonfree.prerm
sudo dpkg -P --force-all flashplugin-nonfree


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

-- 
package flashplugin-nonfree 10.1.53.64ubuntu0.10.04.2 failed to 
install/upgrade: podproces zainstalowany skrypt pre-removal zwrócił kod błędu 1
https://bugs.launchpad.net/bugs/598852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 598631] Re: Iso's don't mount correctly through gvfsd-archive

2010-06-27 Thread druido77
** Summary changed:

- bad iso image
+ Iso's don't mount correctly through gvfsd-archive

** Package changed: brasero (Ubuntu) = meta-gnome2 (Ubuntu)

-- 
Iso's don't mount correctly through gvfsd-archive
https://bugs.launchpad.net/bugs/598631
You received this bug notification because you are a member of 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 591969] Re: dd: cryptic error message when bs=unreasonably large value

2010-06-27 Thread Jim Meyering
Dave Gilbert wrote:
   Just reading the patch, I'm not sure that's solving both cases - i.e.
  1) That there is a problem if your value is too large for RAM (i.e. a 
 memory exhausted)
  2) There is something saying 'invalid number' on large values, and that 
 seems to depend on the word
 size of the host.

 I think the original reporter was confused by case (2); IMHO 'Memory
 Exhausted' is enough diagnostics for (1).

Thanks for the feedback.
If you can demonstrate a precise problem, please report it.

-- 
dd: cryptic error message when bs=unreasonably large value
https://bugs.launchpad.net/bugs/591969
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 468703] Re: WARNING: at /build/buildd/linux-2.6.31/net/mac80211/scan.c:281 ieee80211_scan_completed+0xcf/0x3f0 [mac80211]()

2010-06-27 Thread U Das
I hit this at least twice on my Lenovo T61. first occurrence data uploaded at:
http://launchpadlibrarian.net/48933526/linux-image-2.6.31-19-generic.179295.crash
Second occurrence data attached here.


** Attachment added: apport collected crash report
   
http://launchpadlibrarian.net/50977175/linux-image-2.6.31-21-generic.179746.crash

-- 
WARNING: at /build/buildd/linux-2.6.31/net/mac80211/scan.c:281 
ieee80211_scan_completed+0xcf/0x3f0 [mac80211]()
https://bugs.launchpad.net/bugs/468703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598806] Re: won't load windows program

2010-06-27 Thread Benn Snyder
windows-el is not a utility to run Windows programs.  As said above,
Wine may be used for that purpose.

** Changed in: windows-el (Ubuntu)
   Status: New = Invalid

-- 
won't load windows program
https://bugs.launchpad.net/bugs/598806
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 596891] Re: Merge ldaptor 0.0.43+debian1-3 (universe) from Debian unstable (main)

2010-06-27 Thread Launchpad Bug Tracker
This bug was fixed in the package ldaptor - 0.0.43+debian1-3ubuntu1

---
ldaptor (0.0.43+debian1-3ubuntu1) maverick; urgency=low

  * Merge from debian unstable.  Remaining changes: LP: #596891
- Remove empty POT files. Fixes FTBFS caused by pkgstriptranslations.
  * Deleted change:
- Rename site-packages  dist-packages to fix FTBFS with python 2.6 (thanks
  Angel Abad for getting it fixed in Debian)
 -- Bhavani Shankar bh...@ubuntu.com   Fri, 25 Jun 2010 13:25:15 +0530

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

-- 
Merge ldaptor 0.0.43+debian1-3 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/596891
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 543008] Re: Ubiquity can't find the sata hard disk (promise 376 chip)

2010-06-27 Thread D. Hugh Redelmeier
I experienced this too when trying to install Ubuntu 10.04 i386
(released version).

My computer is an old eMachine, with the original disk.  It has never
been RAIDed.  Heck, the machine doesn't have the appropriate controller
and has never had a second drive.

I had a difficult time figuring out what was going on from the symptom
(no disks found for installation).  I ended up adding tracing
instructions to the shell script /lib/partman/init.d/30partd and staring
at /var/log/user.log.  Yuck.

I found dmraid -r -d said
  DEBUG: not isw at -224961536
  DEBUG: isw trying hard coded -2115 offset.
  DEBUG: not isw at -226043392
  /dev/sda: pdc, pdc_jjacgccf, stripe, ok, 234441472 sectors, data@ 0

I don't know what to make of this, but I did a dmraid -r -E based on
this launchpad entry.  Seems to work.

I hate to think what a random user would have done in this case.

I had no trouble installing Fedora 4 on this box years ago.

-- 
Ubiquity can't find the sata hard disk (promise 376 chip)
https://bugs.launchpad.net/bugs/543008
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 594396] Re: Sound Effects should not be the default tab in Sound Preferences

2010-06-27 Thread Robert Roth
I've started reviewing the sound preferences dialog, and started to
redesign it too, but IMHO this is not really a papercut. See the
progress on my blog, http://bit.ly/9Hpm6X, and follow-ups on
http://bit.ly/avQUuD. Ideas, suggestions are welcome, as always.

-- 
Sound Effects should not be the default tab in Sound Preferences
https://bugs.launchpad.net/bugs/594396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598956] [NEW] open-iscsi ftbfs in maverick

2010-06-27 Thread Bhavani Shankar
Public bug reported:

Binary package hint: open-iscsi

Buildlog:

http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/open-
iscsi_2.0.871-0ubuntu4_lubuntu32.buildlog

http://people.ubuntuwire.org/~lucas/ubuntu-nbs/64/open-
iscsi_2.0.871-0ubuntu4_lubuntu64.buildlog

** Affects: open-iscsi (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
open-iscsi ftbfs in maverick
https://bugs.launchpad.net/bugs/598956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598956] Re: open-iscsi ftbfs in maverick

2010-06-27 Thread Bhavani Shankar

** Patch added: Patch to fix FTBFS
   http://launchpadlibrarian.net/50977998/open-iscsi.diff

** Branch linked: lp:ubuntu/open-iscsi

** Changed in: open-iscsi (Ubuntu)
   Status: New = Confirmed

-- 
open-iscsi ftbfs in maverick
https://bugs.launchpad.net/bugs/598956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 597367] Re: immutable inexplicable screen switch

2010-06-27 Thread Benn Snyder
*** This bug is a duplicate of bug 597368 ***
https://bugs.launchpad.net/bugs/597368

** This bug has been marked a duplicate of bug 597368
   immutable inexplicable screen switch

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

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


[Bug 597241] Re: Multiple correct answers regarding the odd sport out

2010-06-27 Thread Benn Snyder
** Changed in: gbrainy (Ubuntu)
   Status: New = Fix Released

-- 
Multiple correct answers regarding the odd sport out
https://bugs.launchpad.net/bugs/597241
You received this bug notification because you are a member of 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 535132] Re: package linux-backports-modules-wireless-2.6.32-16-generic-pae 2.6.32-16.6 failed to install/upgrade: trying to overwrite '/lib/udev/compat_firmware.sh', which is also in package

2010-06-27 Thread Prariedog75
install the backports wireless modules from synaptic package manager

On Sun, 2010-06-27 at 03:48 +, Ernie Byars wrote:
 I ran into this problem on my Acer Aspire One went trying to correct the
 issue of WIFI dropping randomly.


-- 
package linux-backports-modules-wireless-2.6.32-16-generic-pae 2.6.32-16.6 
failed to install/upgrade: trying to overwrite '/lib/udev/compat_firmware.sh', 
which is also in package linux-backports-modules-wireless-2.6.32-16-generic 
0:2.6.32-16.7
https://bugs.launchpad.net/bugs/535132
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575492] Re: Intel 5100 AGN wireless connection bug

2010-06-27 Thread Pieter
My wifi also seem to stop after a couple of hours for no reason.
$ uname -a
Linux Pieters-PC 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 19:31:57 UTC 2010 
x86_64 GNU/Linux
$ lspci | grep 5100
02:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] 
Network Connection

To fix
!/bin/sh
sudo poff -a
sudo ifconfig wlan0 down
modprobe -r iwlagn
sudo killall nm-applet
sudo /etc/init.d/networking stop
sudo /etc/init.d/network-manager stop
sudo modprobe iwlagn
sudo nm-applet --sm-disable 
sudo /etc/init.d/networking start
sudo /etc/init.d/network-manager start

-- 
Intel 5100 AGN wireless connection bug
https://bugs.launchpad.net/bugs/575492
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 318085] Re: Unable to enumerate usb device

2010-06-27 Thread Björn Schließmann
The tip in #4 (echo -n :00:1d.7 
/sys/bus/pci/drivers/ehci_hcd/unbind) doesn't work for me (write error:
no such device).

With the latest upstream kernel and linux-image-2.6.35-5-generic from
maverick, USB storage devices again seem to work okay for me. (But I
haven't tested thoroughly because I get severe problems on resuming from
hibernation, rendering this kernel useless for me.)

Regards,


Björn

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

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

[Bug 598925] Re: System Hangs after few mouse moves 9.10 and above

2010-06-27 Thread priya
** Package changed: ubuntu = ecs (Ubuntu)

-- 
System Hangs after few mouse moves 9.10 and above
https://bugs.launchpad.net/bugs/598925
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598781] Re: Sync gcin 1.4.6-3 (universe) from Debian unstable (main)

2010-06-27 Thread Fabrice Coutadeur
** Changed in: gcin (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Sync gcin 1.4.6-3 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/598781
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598781] Re: Sync gcin 1.4.6-3 (universe) from Debian unstable (main)

2010-06-27 Thread Launchpad Bug Tracker
This bug was fixed in the package gcin - 1.4.6-3

---
gcin (1.4.6-3) unstable; urgency=low

  * Fix FTBFS with gtk2 2.20 due to deprecated Gtk+ macros. (Closes: #577377)
  * Bump libgtk2.0-dev build-deps to 2.20.0.
  * Disable --new_gtk_im. Too unstable with mozilla browser.
  * Add back README.html.
  * Update im-switch script also checks qt4 path.
  * Update Maintainer, Vcs-Git and Vcs-Browser. Migrating to DD account.

gcin (1.4.6-2) unstable; urgency=low

  * Fix FTBFS with gtk2 2.19 due to deprecated Gtk+ macros
GTK_WIDGET_APP_PAINTABLE and GTK_WIDGET_NO_WINDOW. (Closes: #569246)
(LP: #520148)
  * Updated Standards-Version to 3.8.4, no changes needed.
 -- Angel Abad angela...@gmail.com   Wed, 05 May 2010 00:20:58 +0800

** Changed in: gcin (Ubuntu)
   Status: New = Fix Released

-- 
Sync gcin 1.4.6-3 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/598781
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598957] [NEW] Sync python-shapely 1.2.1-1 (universe) from Debian unstable (main)

2010-06-27 Thread Pietro Battiston
Public bug reported:

Please sync python-shapely 1.2.1-1 (universe) from Debian unstable
(main)

Changelog entries since current maverick version 1.0.15-1:

python-shapely (1.2.1-1) unstable; urgency=low

  * New upstream release
  * Matched package description to upstream readme
  * Indicate new upstream manual
  * Mark depedence on Python = 2.5 and GEOS = 3.1

 -- Pietro Battiston too...@email.it  Fri, 24 Jun 2010 15:11:27 +0200


The new upstream release is part of the 1.2.x series, of which I didn't have 
the time to package 1.2, released in May.

Not only the new series is better and better maintained from now on, but
it also finally can run the tests which come with shapely, while the
current 1.0.* can't.

** Affects: python-shapely (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Please sync python-shapely 1.2.1-1 (universe) from Debian unstable
  (main)
  
  Changelog entries since current maverick version 1.0.15-1:
  
  python-shapely (1.2.1-1) unstable; urgency=low
  
-   * New upstream release
-   * Matched package description to upstream readme
-   * Indicate new upstream manual
-   * Mark depedence on Python = 2.5 and GEOS = 3.1
+   * New upstream release
+   * Matched package description to upstream readme
+   * Indicate new upstream manual
+   * Mark depedence on Python = 2.5 and GEOS = 3.1
  
-  -- Pietro Battiston too...@email.it  Fri, 24 Jun 2010 15:11:27 +0200
+  -- Pietro Battiston too...@email.it  Fri, 24 Jun 2010 15:11:27 +0200
+ 
+ 
+ The new upstream release is part of the 1.2.x series, of which I didn't have 
the time to package 1.2, released in May.
+ 
+ Not only the new series is better and better maintained from now on, but
+ it also finally can run the tests which come with shapely, while the
+ current 1.0.* can't.

-- 
Sync python-shapely 1.2.1-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/598957
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 590998] Re: update-apt-xapian-index crashed with DatabaseLockError in __init__()

2010-06-27 Thread dino99
confirm this too with maverick updated (kernel 35.6-generic-pae)

it happen when closing update-manager after applying updates

-- 
update-apt-xapian-index crashed with DatabaseLockError in __init__()
https://bugs.launchpad.net/bugs/590998
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 420933] Re: Current grub-pc takes several minutes to show menu

2010-06-27 Thread dino99
1.98+20100614-2ubuntu3 used on my end, but i've not raid on my system

-- 
Current grub-pc takes several minutes to show menu
https://bugs.launchpad.net/bugs/420933
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598958] [NEW] Please merge pilot-link 0.12.5-2(main) from debian unstable(main)

2010-06-27 Thread Bhavani Shankar
Public bug reported:

Binary package hint: pilot-link

Debian Changes

 pilot-link  (0.12.5-2) unstable; urgency=low

   * debian/rules: do not use -l dh_shlibdeps argument any more
   * debian/symbols: new file.
   * debian/rules: add dependencies between packages. Closes: #569426:
 pilot-link: FTBFS: dpkg-shlibdeps: error: couldn't find library
 libpisock.so.9 needed by debian/libpisync1/usr/lib/libpisync.so.1.0.3 (ELF
 format: 'elf64-x86-64'; RPATH: '')

 -- Ludovic Rousseau rouss...@debian.org  Thu, 11 Feb 2010 21:44:22 +0100
pilot-link (0.12.5-1) unstable; urgency=low

   * New upstream release
   * debian/patches/30_3_arg_open: remove since included upstream
   * debian/rules: parallel compilation now works and can be set using
 parallel= in DEB_BUILD_OPTIONS
   * debian/patches/32_typos: fix typos found by lintian
   * debian/pilot-link.NEWS: fix debian-news-entry-without-blank-line
   * debian/pilot-link.NEWS: fix debian-news-entry-uses-asterisk
   * Standards-Version: 3.8.3 - 3.8.4. no change needed.

 -- Ludovic Rousseau rouss...@debian.org  Wed, 10 Feb 2010 14:18:41
+0100

** Affects: pilot-link (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Please merge pilot-link 0.12.5-2(main) from debian unstable(main)
https://bugs.launchpad.net/bugs/598958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598958] Re: Please merge pilot-link 0.12.5-2(main) from debian unstable(main)

2010-06-27 Thread Bhavani Shankar

** Patch added: debian  ubuntu diff
   http://launchpadlibrarian.net/50978972/pilot-link.diff

** Branch linked: lp:ubuntu/pilot-link

** Changed in: pilot-link (Ubuntu)
   Status: New = Confirmed

-- 
Please merge pilot-link 0.12.5-2(main) from debian unstable(main)
https://bugs.launchpad.net/bugs/598958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 596190] Re: Please merge mga-vid 2.6.32-1(universe) from debian unstable(main)

2010-06-27 Thread Bhavani Shankar
Bump fabrice!

Regards

-- 
Please merge mga-vid 2.6.32-1(universe) from debian unstable(main)
https://bugs.launchpad.net/bugs/596190
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 409338] Re: Change the name of Hardware drivers

2010-06-27 Thread Vish
@Robert Roth : since jockey is hosted on launchpad , you can just
propose a merge

-- 
Change the name of Hardware drivers
https://bugs.launchpad.net/bugs/409338
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217920] Re: Computer hangs up (freeze) and reports SATA errors during disk checking after reboot

2010-06-27 Thread Quadro
my dmesg for this bug

** Attachment added: dmesg.txt
   http://launchpadlibrarian.net/50979328/dmesg.txt

-- 
Computer hangs up (freeze) and reports SATA errors during disk checking  after 
reboot 
https://bugs.launchpad.net/bugs/217920
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 587230] Re: adressbook does not work; problems with akonadi

2010-06-27 Thread Marius Groenewald
Can anyone please explain what Akonadi is and why it is suddenly needed by 
Kontact? My Akonadi is not running and I don't know how to make it run. My 
Kontact does not start at all after upgrading to Lucid (Ubuntu 10.4)
The following line keeps on scrolling when I start Kontact in Terminal:
kontact(1999)/libakonadi Akonadi::SessionPrivate::socketError: Socket error 
occurred: QLocalSocket::connectToServer: Connection refused

Below is the report generated when I click on the Detail link in the Akonadi 
Configuration appication window:
Akonadi Server Self-Test Report
===

Test 1:  SUCCESS


Database driver found.
Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server 
configuration and was found on your system.

File content of '/home/marius/.config/akonadi/akonadiserverrc':
[%General]
Driver=QMYSQL
SizeThreshold=4096
ExternalPayload=false

[QMYSQL]
Name=akonadi
User=
Password=
Options=UNIX_SOCKET=/home/marius/.local/share/akonadi/db_misc/mysql.socket
ServerPath=/usr/sbin/mysqld-akonadi
StartServer=true
Host=

[Debug]
Tracer=null


Test 2:  SUCCESS


MySQL server found.
Details: You currently have configured Akonadi to use the MySQL server 
'/usr/sbin/mysqld-akonadi'.
Make sure you have the MySQL server installed, set the correct path and ensure 
you have the necessary read and execution rights on the server executable. The 
server executable is typically called 'mysqld', its locations varies depending 
on the distribution.

Test 3:  SUCCESS


MySQL server is executable.
Details: MySQL server found: /usr/sbin/mysqld-akonadi  Ver 5.1.41-3ubuntu11 for 
debian-linux-gnu on i486 ((Ubuntu))


Test 4:  ERROR


MySQL server log contains errors.
Details: The MySQL server error log file apos;a 
href='/home/marius/.local/share/akonadi/db_data/mysql.err'/home/marius/.local/share/akonadi/db_data/mysql.err/aapos;
 contains errors.

File content of '/home/marius/.local/share/akonadi/db_data/mysql.err':
100627  9:44:49 [Note] Plugin 'FEDERATED' is disabled.
InnoDB: No valid checkpoint found.
InnoDB: If this error appears when you are creating an InnoDB database,
InnoDB: the problem may be that during an earlier attempt you managed
InnoDB: to create the InnoDB data files, but log file creation failed.
InnoDB: If that is the case, please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.1/en/error-creating-innodb.html
100627  9:44:49 [ERROR] Plugin 'InnoDB' init function returned error.
100627  9:44:49 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
100627  9:44:49 [ERROR] Unknown/unsupported table type: innodb
100627  9:44:49 [ERROR] Aborting

100627  9:44:49 [Note] /usr/sbin/mysqld-akonadi: Shutdown complete


Test 5:  SUCCESS


MySQL server default configuration found.
Details: The default configuration for the MySQL server was found and is 
readable at a 
href='/etc/akonadi/mysql-global.conf'/etc/akonadi/mysql-global.conf/a.

File content of '/etc/akonadi/mysql-global.conf':
#
# Global Akonadi MySQL server settings,
# These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
#
# Based on advice by Kris Köhntopp k...@mysql.com
#
[mysqld]
skip_grant_tables
skip_networking

# strict query parsing/interpretation
# TODO: make Akonadi work with those settings enabled
#sql_mode=strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,pipes_as_concat
#sql_mode=strict_trans_tables

# use InnoDB for transactions and better crash recovery
default_storage_engine=innodb
# case-insensitive table names, avoids trouble on windows
lower_case_table_names=1
character_set_server=latin1
collation_server=latin1_general_ci
table_cache=200
thread_cache_size=3
log_bin=mysql-bin
expire_logs_days=3
#sync_bin_log=0
# error log file name, relative to datadir
log_error=mysql.err
log_warnings=2
# log all queries, useful for debugging but generates an enormous amount of data
#log=mysql.full
# log queries slower than n seconds, log file name relative to datadir (for 
debugging only)
#log_slow_queries=mysql.slow
#long_query_time=1
# log queries not using indices, debug only, disable for production use
#log_queries_not_using_indexes=1
# maximum blob size
max_allowed_packet=32M
max_connections=256
# makes sense when having the same query multiple times
# makes no sense with prepared statements and/or transactions
query_cache_type=0
query_cache_size=0

innodb_file_per_table=1
innodb_log_buffer_size=1M
innodb_additional_mem_pool_size=1M
# messure database size and adjust
# SELECT sum(data_length) as bla, sum(index_length) as blub FROM 
information_schema.tables WHERE table_schema not in (mysql, 
information_schema);
innodb_buffer_pool_size=80M
# size of average write burst, keep Innob_log_waits small, keep 
Innodb_buffer_pool_wait_free small (see show global status like inno%, show 
global variables)

[Bug 598789] Re: Sync gdcm 2.0.14-9 (universe) from Debian unstable (main)

2010-06-27 Thread Fabrice Coutadeur
** Changed in: gdcm (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Sync gdcm 2.0.14-9 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/598789
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598789] Re: Sync gdcm 2.0.14-9 (universe) from Debian unstable (main)

2010-06-27 Thread Launchpad Bug Tracker
This bug was fixed in the package gdcm - 2.0.14-9

---
gdcm (2.0.14-9) unstable; urgency=low

  * Completely remove findjni.cmake from GDCM.
Failure on hppa was caused by dangling symlink

gdcm (2.0.14-8) unstable; urgency=low

  * FTBFS on hppa. Fix the local findjni.cmake to search include dir
properly

gdcm (2.0.14-7) unstable; urgency=low

  * FTBFS on hppa. Enhance the local findjni.cmake to search in hppa
subdir

gdcm (2.0.14-6) unstable; urgency=low

  * FTBFS on mipsel and armel, unable to find java. Closes: #579959

gdcm (2.0.14-5) unstable; urgency=low

  * Fix a lintian issue about embedded-libjpeg
  * Fix CMake viral dependency propagation . Closes: #579642

gdcm (2.0.14-4) unstable; urgency=low

  * Fix more lintian issue about debhelper-but-no-misc-depends
  * Fix python issue. Closes: #567694
  * Use virtual package for jpeg, tiff and expat
  * Update debian policy

gdcm (2.0.14-3) unstable; urgency=low

  * csc has been removed, renamed to mono-csc. Closes: #563020
  * Fix some lintian issues (${misc:Depends} and XS-Python-Version)
  * Fix FTBS due to broken symlink in libvtk-java. Closes: #564246
  * Update control file to deal with cmake/vtk transitive behavior.
 -- Angel Abad angela...@gmail.com   Wed, 05 May 2010 16:01:23 +0200

** Changed in: gdcm (Ubuntu)
   Status: New = Fix Released

-- 
Sync gdcm 2.0.14-9 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/598789
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 592176] Re: OOo opens very slowly a first document in Lucid

2010-06-27 Thread clubsoda
Correct me if I'm wrong, but isn't this bug a security issue,
broadcasting the user's machine name to the external network? It seems
that information would assist an external attacker.

Not to mention a privacy issue - do the ISP and DNS provider need to
know I'm opening a document?

This kind of rogue network access is why people have been asking for
application-specific firewall protection in linux for years.

-- 
OOo opens very slowly a first document in Lucid
https://bugs.launchpad.net/bugs/592176
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 577662] Re: cups-pdf fails to set permissions and ownership on escaped paths

2010-06-27 Thread Martin-Éric Racine
CUPS-PDF requires no masking of paths.  Also, it uses exactly one
external application (Ghostscript).

-- 
cups-pdf fails to set permissions and ownership on escaped paths
https://bugs.launchpad.net/bugs/577662
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598960] [NEW] mythfrontend enable LircKeyPressedApp, segfault on lirc event

2010-06-27 Thread bogeskov
Public bug reported:

Binary package hint: mythtv

Mythfrontend is running fine.
Enter http://localhost/mythweb/settings/mythtv set LircKeyPressedApp to 
/bin/true and restart the frontend.
The 1st keypress on the remote, and the mythfrontend dies with a segfault.

I've attached a gdb trace of the segfault.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: mythtv-frontend 0.23.0+fixes24158-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
Architecture: amd64
Date: Sun Jun 27 09:42:23 2010
Installed_mythplugins-dbg: 0.0
Installed_mythtv-dbg: 0.0
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_DK.UTF-8
SourcePackage: mythtv

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


** Tags: amd64 apport-bug lucid

-- 
mythfrontend enable LircKeyPressedApp, segfault on lirc event
https://bugs.launchpad.net/bugs/598960
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598960] Re: mythfrontend enable LircKeyPressedApp, segfault on lirc event

2010-06-27 Thread bogeskov

** Attachment added: typescript of gdb on mythfrontend.real
   http://launchpadlibrarian.net/50980006/typescript

** Attachment added: .var.log.mythtv.mythbackend.log.txt
   http://launchpadlibrarian.net/50979160/.var.log.mythtv.mythbackend.log.txt

** Attachment added: .var.log.mythtv.mythfrontend.log.txt
   http://launchpadlibrarian.net/50979161/.var.log.mythtv.mythfrontend.log.txt

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

** Attachment added: MythTVDirectoryPermissions.txt
   http://launchpadlibrarian.net/50979163/MythTVDirectoryPermissions.txt

-- 
mythfrontend enable LircKeyPressedApp, segfault on lirc event
https://bugs.launchpad.net/bugs/598960
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 594364] Re: Print jobs hang in the print queue due to permission issues

2010-06-27 Thread Martin-Éric Racine
2.5.0-16 was uploaded to Maverick to fix this and it would need to be
pushed to Lucid and Karmic as well.

-- 
Print jobs hang in the print queue due to permission issues
https://bugs.launchpad.net/bugs/594364
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598839] Re: Sync libgtkdatabox 1:0.9.1.1-3.1 (universe) from Debian unstable (main)

2010-06-27 Thread Fabrice Coutadeur
** Changed in: libgtkdatabox (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Sync libgtkdatabox 1:0.9.1.1-3.1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/598839
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 580837] Re: cups-pdf: error during the CUPS operation: 'client-error-document-format-not-supported'. in Ubuntu 10.04

2010-06-27 Thread Martin-Éric Racine
It turns out that changing the backend directory's permissions to 0700 disturbs 
the operation of other CUPS backends. 
Therefore, this change was reverted in CUPS-PDF 2.5.0-16.

-- 
cups-pdf: error during the CUPS operation: 
'client-error-document-format-not-supported'. in Ubuntu 10.04
https://bugs.launchpad.net/bugs/580837
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598839] Re: Sync libgtkdatabox 1:0.9.1.1-3.1 (universe) from Debian unstable (main)

2010-06-27 Thread Launchpad Bug Tracker
This bug was fixed in the package libgtkdatabox - 1:0.9.1.1-3.1

---
libgtkdatabox (1:0.9.1.1-3.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/patches/02_deprecated_GTK.patch:
- Replace deprecated GTK macro with related function (Closes: #577384).

libgtkdatabox (1:0.9.1.1-3) unstable; urgency=low

  * debian/control: added conflicts to older versions not
yet providing libgtkdatabox-libglade which really
Closes: #551424, #551423

libgtkdatabox (1:0.9.1.1-2) unstable; urgency=low

  * debian/control:
Package: libgtkdatabox-*-libglade
  Provides: libgtkdatabox-libglade
  Conflicts: libgtkdatabox-libglade
Closes: #551424

libgtkdatabox (1:0.9.1.1-1) unstable; urgency=low

  * New upstream version
Closes: #551264
  * Teached debian/watch to scan new location (SF)
  * debian/control:
- Standards-Version: 3.8.3 (added README.source)
- Updated Homepage field
- Update package name to new version
- debhelper 7
  * debian/rules: Prevent compression of .devhelp files
 -- Artur Rona ari-tc...@tlen.pl   Sat, 08 May 2010 14:19:31 +0200

** Changed in: libgtkdatabox (Ubuntu)
   Status: New = Fix Released

-- 
Sync libgtkdatabox 1:0.9.1.1-3.1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/598839
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 594396] Re: Sound Effects should not be the default tab in Sound Preferences

2010-06-27 Thread Vish
@Robert Roth : 
Yup, Redesigning the Sound prefs is not a papercut . Personally , i would like 
a lot more sound preferences exposed ;-)
This bug is to not change the default System  Preferences  Sound. Selecting 
the Sound prefs from the system menu would be the present behavior and open the 
Sound effects tab.

https://wiki.ubuntu.com/SoundMenu is the new sound menu plan.
During the UDS , we discussed the use cases for the sound menu. The most 
discussed was how to address issues of users trying to attend calls or running 
recordings and to control different application volumes. 
Often the requested feature was to expose the volume controls of every 
running app into the menu. [ 
http://brainstorm.ubuntu.com/ideatorrent/idea/24627  , 
https://lists.launchpad.net/ayatana/msg01636.html ] 

Now, with the sound menu in mind which tab would the user most likely want to 
access?  
How often will the user be looking to change the settings in Sound Effects , 
Hardware,Input,Output tabs ?

-- 
Sound Effects should not be the default tab in Sound Preferences
https://bugs.launchpad.net/bugs/594396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598962] [NEW] Ubuntu Lucid sometimes doesn't boot; a Glib warning (irrelevant?) is displayed.

2010-06-27 Thread Martins K.
Public bug reported:

I have Ubuntu 10.04 successfully installed on my eMachines E725, but
sometimes when I try to boot Ubuntu, the process stops right before
getting to the login window (at least, I guess so - booting lasts as
long as usual, but instead of login I encounter this), and in the
console a message GLIb-WARNING **: getpwid_r(): failed due to unknown
user id (0) is seen. This doesn't happen often - once in a day or two
days. Unfortunately, I haven't identified the steps to reproduce this
error.

As I read in the Steve Langasek's post in the bug report #532984:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/532984/comments/27
, the GLIB warning is just a generic warning and doesn't help that much.
So, I actually have no idea what information would be meaningful. I
executed the command 'ubuntu-bug linux' , as suggested in the post I
mentioned. Please let me know if there is a way I can retrieve some more
helpful information.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-23-generic 2.6.32-23.37
Regression: No
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  admins 2275 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xd670 irq 22'
   Mixer name   : 'Realtek ALC272'
   Components   : 'HDA:10ec0272,10250212,0011'
   Controls  : 16
   Simple ctrls  : 9
Date: Sun Jun 27 10:44:45 2010
Frequency: Once every few days.
HibernationDevice: RESUME=UUID=71956744-0329-4924-be14-87b121394783
MachineType: eMachines eMachines E725
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-23-generic 
root=UUID=3492327e-f47a-4052-8cbd-5b8dee81357d ro splash quiet splash
ProcEnviron:
 PATH=(custom, no user)
 LANG=lv_LV.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.34.1
RfKill:
 
SourcePackage: linux
WpaSupplicantLog:
 
dmi.bios.date: 03/11/2009
dmi.bios.vendor: eMachines
dmi.bios.version: V1.03
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: eMachines E725
dmi.board.vendor: eMachines
dmi.board.version: V1.03
dmi.chassis.type: 1
dmi.chassis.vendor: eMachines
dmi.chassis.version: V1.03
dmi.modalias: 
dmi:bvneMachines:bvrV1.03:bd03/11/2009:svneMachines:pneMachinesE725:pvrV1.03:rvneMachines:rneMachinesE725:rvrV1.03:cvneMachines:ct1:cvrV1.03:
dmi.product.name: eMachines E725
dmi.product.version: V1.03
dmi.sys.vendor: eMachines

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid needs-upstream-testing

-- 
Ubuntu Lucid sometimes doesn't boot; a Glib warning (irrelevant?) is displayed.
https://bugs.launchpad.net/bugs/598962
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598962] Re: Ubuntu Lucid sometimes doesn't boot; a Glib warning (irrelevant?) is displayed.

2010-06-27 Thread Martins K.

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

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

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

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/50979288/Card0.Codecs.codec.0.txt

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

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

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/50979291/IwConfig.txt

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

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/50979293/Lsusb.txt

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

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

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

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

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

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

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

-- 
Ubuntu Lucid sometimes doesn't boot; a Glib warning (irrelevant?) is displayed.
https://bugs.launchpad.net/bugs/598962
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598948] Re: [GM45] 3D Poor graphics performance

2010-06-27 Thread Geir Ove Myhr
** Summary changed:

- 3D Poor graphics performance on Intel GM45 Express
+ [GM45] 3D Poor graphics performance

** Tags added: gm45 performance

-- 
[GM45] 3D Poor graphics performance
https://bugs.launchpad.net/bugs/598948
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 318085] Re: Unable to enumerate usb device

2010-06-27 Thread Björn Schließmann
I have to correct myself: I tried the maverick kernel (see above) and a
mainline kernel (Linux schleppi 2.6.35-999-generic #20100653 SMP Fri
Jun 11 12:07:19 UTC 2010 i686 GNU/Linux) and both show the exact same
error like the lucid stock kernel.

Regards,


Björn

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

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

[Bug 598964] [NEW] Inkscape fails to print with an internal failure

2010-06-27 Thread Matthias Bläsing
Public bug reported:

Binary package hint: inkscape

I open inkscape with an SVG. After opening the print dialog and pressing
the OK button Inkscape reports an internal failure and exits. The
printing never does happen.

I think what would expect is clear: No failure and a printed document.

This is what gets being put on stdout/stderr:

==

mblaes...@prometheus:~$ inkscape

(inkscape:3389): gtkmm-WARNING **: gtkmm: Attempt to call Gtk::manage()
on a Gtk::Window, but a Gtk::Window has no parent container to manage
its lifetime.

inkscape: /build/buildd/cairo-1.9.9~git20100620.b8051ee9/src/cairo-
surface.c:337: _cairo_surface_begin_modification: Assertion `!
surface-finished' failed.

Emergency save activated!
Emergency save completed. Inkscape will close now.
If you can reproduce this crash, please file a bug at www.inkscape.org
with a detailed description of the steps leading to the crash, so we can fix it.
Aborted
mblaes...@prometheus:~$ 

==

I worked around it by exporting to PDF and printing via evince, but this
is not what I want to do.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: inkscape 0.47.0-2ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-6.7-generic-pae 2.6.35-rc3
Uname: Linux 2.6.35-6-generic-pae i686
Architecture: i386
Date: Sun Jun 27 10:19:17 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100427.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.utf8
 SHELL=/bin/bash
SourcePackage: inkscape

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


** Tags: apport-bug i386 lucid

-- 
Inkscape fails to print with an internal failure
https://bugs.launchpad.net/bugs/598964
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598964] Re: Inkscape fails to print with an internal failure

2010-06-27 Thread Matthias Bläsing

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

-- 
Inkscape fails to print with an internal failure
https://bugs.launchpad.net/bugs/598964
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598963] [NEW] Inkscape fails to print with an internal failure

2010-06-27 Thread Matthias Bläsing
Public bug reported:

Binary package hint: inkscape

I open inkscape with an SVG. After opening the print dialog and pressing
the OK button Inkscape reports an internal failure and exits. The
printing never does happen.

I think what would expect is clear: No failure and a printed document.

This is what gets being put on stdout/stderr:

==

mblaes...@prometheus:~$ inkscape

(inkscape:3389): gtkmm-WARNING **: gtkmm: Attempt to call Gtk::manage()
on a Gtk::Window, but a Gtk::Window has no parent container to manage
its lifetime.

inkscape: /build/buildd/cairo-1.9.9~git20100620.b8051ee9/src/cairo-
surface.c:337: _cairo_surface_begin_modification: Assertion `!
surface-finished' failed.

Emergency save activated!
Emergency save completed. Inkscape will close now.
If you can reproduce this crash, please file a bug at www.inkscape.org
with a detailed description of the steps leading to the crash, so we can fix it.
Aborted
mblaes...@prometheus:~$ 

==

I worked around it by exporting to PDF and printing via evince, but this
is not what I want to do.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: inkscape 0.47.0-2ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-6.7-generic-pae 2.6.35-rc3
Uname: Linux 2.6.35-6-generic-pae i686
Architecture: i386
Date: Sun Jun 27 10:19:17 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100427.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.utf8
 SHELL=/bin/bash
SourcePackage: inkscape

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


** Tags: apport-bug i386 lucid

-- 
Inkscape fails to print with an internal failure
https://bugs.launchpad.net/bugs/598963
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598963] Re: Inkscape fails to print with an internal failure

2010-06-27 Thread Matthias Bläsing

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

-- 
Inkscape fails to print with an internal failure
https://bugs.launchpad.net/bugs/598963
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598966] [NEW] Evolution/Davical: Appointments are 2 hours longer than anticipated

2010-06-27 Thread Peter Folta
Public bug reported:

Binary package hint: evolution

I'm using the Davical CalDAV server on my internet server with Ubuntu
8.04 LTS. The clients are running Ubuntu 10.04. When creating a new
appointment in Evolution on that CalDAV server, everything is displayed
fine in Evolution. But switching to another CalDAV client (seems to be
no matter which; I tried the iPhone, Microsoft Outlook, Mozilla Sunbird
and Spicebird Beta), all appointments originally created in Evolution
gain 2 hours in duration. Events created with other clients are
displayed correctly. Interestingly Evolution does display all events
with their correct duration. Modifying an appointment originally created
by Evolution with another client to adjust the appointments length
(shorten by two hours) leads to a correct appointment length in ALL
clients (including Evolution, which doesn't change the length at all).

All systems are running in UTC timezone, the user interface is set to
Europe/Berlin. I'm not completely sure, whether this affects Evolutions
behavior or not, because the events' starting time is correctly
displayed in all clients, its the duration that changes.

Do you have any suggestions?

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

-- 
Evolution/Davical: Appointments are 2 hours longer than anticipated
https://bugs.launchpad.net/bugs/598966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 539477] Re: Video out hot key sends super + p + return on many upcoming Dell HP systems

2010-06-27 Thread houbahop69
Adding acpi_osi=\!Windows 2009\ at the and of the linux line the Fn key 
works again.
Thanks a lot for this work around!

(Notebook: Dell  Precision M2400,  Ubuntu 10.04 x64)

After an update the trick was lost so I changed the following line  in the file 
/etc/default/grub
GRUB_CMDLINE_LINUX=quiet
to 
GRUB_CMDLINE_LINUX=quiet acpi_osi=\\\!Windows 2009\\\

It works fine for Fn F8 and there are no more problems with update-grub

-- 
Video out hot key sends super + p + return on many upcoming Dell  HP systems
https://bugs.launchpad.net/bugs/539477
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 318085] Re: Unable to enumerate usb device

2010-06-27 Thread Björn Schließmann
Most curious: I found out that the unable to enumerate messages stop
and the device is recognized a lot quicker if I'm on a VT. It takes only
seconds to a few minutes, compared to being in X, where I couldn't yet
get it to work.

It's recognised as full speed (USB 1.1) though. Not optimal.

Regards,


Björn

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

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

[Bug 598967] [NEW] Facebook Authorisation Fails

2010-06-27 Thread Chris
Public bug reported:

Binary package hint: gwibber

When launching gwibber, and trying to add a facebook account  this message 
appears in the authorisation box:
Unable to load page

Problem occurred while loading the URL
http://www.facebook.com/login.php?req_perms=publish_stream%2Cread_stream%2Cstatus_update%2Coffline_accesscancel_url=http%3A%2F%2Fwww.facebook.com%2Fconnect%2Flogin_failure.htmlfbconnect=trueconnect_display=popupv=1.0return_session=trueapi_key=71b85c6d8cb5bbb9f1a3f8bbdcdd4b05next=http%3A%2F%2Fwww.facebook.com%2Fconnect%2Flogin_success.html

Cannot resolve hostname

I use a proxy to connect to the internet, it is set globaly using the
system settings, is this a problem with gwibber ignoring this
infomation?

I am running maverick, with gwibber version 2.31.1.

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


** Tags: authorisation facebook proxy

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

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


[Bug 363009] Re: the img src... tag modification window always reports original image width and height and not the one imposted

2010-06-27 Thread Bug Watch Updater
** Changed in: bluefish
   Status: In Progress = Fix Released

-- 
the img src... tag modification window always reports original image width 
and height and not the one imposted
https://bugs.launchpad.net/bugs/363009
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598960] Re: mythfrontend enable LircKeyPressedApp, segfault on lirc event

2010-06-27 Thread bogeskov
Forgot.

Might be related to: https://bugs.launchpad.net/mythbuntu/+bug/549593
might not, I can't tell. Hence the new bug

-- 
mythfrontend enable LircKeyPressedApp, segfault on lirc event
https://bugs.launchpad.net/bugs/598960
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 563226] Re: Nautilus Ctrl+Q to close all windows instead of Ctrl+Shift+W

2010-06-27 Thread Przemysław Kulczycki
Keep in mind that Q and W are dangerously close on the keyboard.
I find myself accidentally pressing CTRL-Q instead of CTRL-W in Firefox, which 
closes whole Firefox instead of just one tab, which obviously is not what I 
intended.
SO maybe consider using CTRL-SHIFT-Q instead of just CTRL-Q? Or add a 
confirmation dialog to CTRL-Q?

-- 
Nautilus Ctrl+Q to close all windows instead of Ctrl+Shift+W
https://bugs.launchpad.net/bugs/563226
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598971] [NEW] Kopete hogs CPU if it starts up before ISP login

2010-06-27 Thread Robert Persson
Public bug reported:

Binary package hint: kdenetwork

When Kopete starts it hogs CPU (40-50% on a 2-core machine) if I am not
logged in to my ISP.

I access the Net through a subscription hotspot service. What I can tell
you about what happens before I am logged in is the following: All
browser requests are redirected to the ISP login page. All pings are
refused.

Once I have entered my password to authorise Kopete to use KDEWallet, and once 
I have logged in to the ISP, Kopete CPU usage returns to normal.
What should happen: Kopete should chill out a little when it gets redirected to 
unexpected places. That way KDE won't need to be so slow starting up.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: kopete 4:4.4.2-0ubuntu4.1
Uname: Linux 2.6.33-23-realtime x86_64
Architecture: amd64
Date: Sun Jun 27 09:25:33 2010
InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
ProcEnviron:
 LANGUAGE=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: kdenetwork

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


** Tags: amd64 apport-bug lucid

-- 
Kopete hogs CPU if it starts up before ISP login
https://bugs.launchpad.net/bugs/598971
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdenetwork in ubuntu.

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


  1   2   3   4   5   6   7   8   9   10   >