[Bug 516040] Re: dovecot sieve plugin renamed from cmusieve to sieve

2010-05-16 Thread Lox
I installed a fresh server today and ran into than issue, so as of today
the fix is not available 

-- 
dovecot sieve plugin renamed from cmusieve to sieve
https://bugs.launchpad.net/bugs/516040
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 581193] [NEW] ntp init script fails to start ntpd

2010-05-16 Thread Dyna
Public bug reported:

Binary package hint: ntp

In /etc/init.d/ntp you sync with the ntp servers with this line:

/usr/sbin/ntpdate -s -b $NTPDATE_OPTIONS $tickers /dev/null

After that the script starts ntpd with this line

start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --startas
$DAEMON -- -p $PIDFILE -u $UGID $NTPD_OPTS

What happens is that. ntp will not start since port 123 (ntp) is already in 
use. 
/* from strace:
bind(16, {sa_family=AF_INET, sin_port=htons(123), 
sin_addr=inet_addr(0.0.0.0)}, 16) = -1 EADDRINUSE (Address already in use)
*/

The reason is that, ntpdate is running in the background and if it
doesn't sync fast it will still use port 123 when ntp is trying to start
a few lines down the script.

Here is a patch :) --  and yes you have to strart ntpdate in the
foreground otherwise you have a race!!

--- ntp.old 2010-05-16 08:04:53.0 +0100
+++ ntp 2010-05-16 07:59:44.0 +0100
@@ -54,7 +54,7 @@
tickers=$(awk '$1==peer||$1==server{print $2}' 
/etc/ntp.conf | fgrep -v 127.127.1.0)
echo Synchronizing with time server: 

-   /usr/sbin/ntpdate -s -b $NTPDATE_OPTIONS $tickers /dev/null
+   /usr/sbin/ntpdate -s -b $NTPDATE_OPTIONS $tickers /dev/null


log_daemon_msg Starting NTP server ntpd


Cheers Dyna

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

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

2010-05-16 Thread kidd0nne
Public bug reported:

Binary package hint: postfix

Using Ubuntu 10.04 LTS - the Lucid Lynx - released in April 2010.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: postfix 2.7.0-1
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Sat May 15 10:05:05 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 75
SourcePackage: postfix
Title: package postfix 2.7.0-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75

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


** Tags: apport-package i386 lucid

-- 
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/581196
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 581196] Re: package postfix 2.7.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-05-16 Thread kidd0nne

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

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

** Attachment added: Df.txt
   http://launchpadlibrarian.net/48531315/Df.txt

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

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

-- 
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/581196
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


Re: [Bug 516040] Re: dovecot sieve plugin renamed from cmusieve to sieve

2010-05-16 Thread Ante Karamatić
On 16.05.2010 08:21, Lox wrote:

 I installed a fresh server today and ran into than issue, so as of today
 the fix is not available 

If you did a fresh install, you couldn't have experienced this bug. This 
bug is about change in configuration scheme for dovecot between two 
Ubuntu releases, where one would get non working dovecot if one doesn't 
accept changes from new config. Since you did a fresh install, you got 
new config from start.

You are probably referring to similar bug in dovecot-postfix, for which 
fix exists and is pushed to -proposed repository. If that's the case, 
enable proposed repository and add a comment to bug 573345 about how 
that fix works for you.

Thanks

-- 
dovecot sieve plugin renamed from cmusieve to sieve
https://bugs.launchpad.net/bugs/516040
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 581240] [NEW] cannot connect to router via ethernet - lucid

2010-05-16 Thread Glen Shennan
Public bug reported:

I have been using 10.04 AMD64 on my desktop since its release.  The
network was working fine.  Recently I booted and the network manager
shows no connection.  Tried every fix I could find and then tried a
clean install.  When I booted from the LiveCD the connection was again
not found and the clean install still couldn't connect.  Kubuntu 9.04
LiveCD makes the connection no problems but Kubuntu 10.04 does not.

'sudo lshw -c network' produces

  *-network
description: Ethernet device
product: RTL8111/8166B PCI Express Gigagbit Ethernet Controller
vendor: Realtek...
physical id: 0
bus info: p...@:02:00.0
logical name: eth0
version: 03
serial: ...
size: 10MB/s
capacity: 1GB/s
width: 64 bits
clock: 33MHz
capabilites:...
configuration: ...
resources: 

'ifconfig eth0' produces

eth0   Link encap:Ethernet  HWaddr 6c...
  UP BROADCAST MULTICAST   MTU:1500   Metric:1
  RX packets: 0 errors:0 dropped:0 overruns:0 frame:0
  TX packets...all 0
  collisions:0 txquelen:1000
  RX bytes:0...
  Interrupt:27 Base address:0x8000

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

-- 
cannot connect to router via ethernet - lucid
https://bugs.launchpad.net/bugs/581240
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 581240] Re: cannot connect to router via ethernet - lucid

2010-05-16 Thread Marcus Asshauer
Have you tried running sudo dhclient3 eth0 from a command line? What
happens when you try this?

-- 
cannot connect to router via ethernet - lucid
https://bugs.launchpad.net/bugs/581240
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 581246] [NEW] Sync c3p0 0.9.1.2-4 (main) from Debian unstable (main)

2010-05-16 Thread Artur Rona
Public bug reported:

Explanation of the Ubuntu delta and why it can be dropped:
All changes have been incorporated in the Debian package.


c3p0 (0.9.1.2-4) unstable; urgency=low

  * Team upload

  [ Thierry Carrez ]
  * Depend on java2-runtime-headless instead of java2-runtime

  [ Torsten Werner ]
  * Remove Arnaud from uploaders list.
  * Update Standards-Version: 3.8.4.

 -- Torsten Werner twer...@debian.org  Mon, 03 May 2010 19:32:21 +0200

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

-- 
Sync c3p0 0.9.1.2-4 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/581246
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to c3p0 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 581240] Re: cannot connect to router via ethernet - lucid

2010-05-16 Thread Glen Shennan
Listening on LPF/eth0/6c:f0:49:1e:26:92
Sending on  LPF/eth0/6c:f0:49:1e:26:92
Sending on  Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
No DCHPOFFERS received.
No working leases in persistent database - sleeping.

-- 
cannot connect to router via ethernet - lucid
https://bugs.launchpad.net/bugs/581240
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 498022] Re: Need package for php5 without suhosin patch

2010-05-16 Thread Austin Burbridge
I heartily agree with the person who filed this bug report!

Please issue a PHP without the suhosin patch, for those of us for whom
the patch creates more problems than it solves.

Baking the suhosin patch into the PHP distro has been very bad for those
of us whose Web services have been disrupted by the spurious errors
generated by this version of the suhosin patch. (The defect has been
acknowledged by the author of the patch.)

By the way, dear Adam Conrad: Modifying php.ini has no effect on this
problem; I've tried it. (I guess that the configuration is for the
suhosin extension, not the patch.)

-- 
Need package for php5 without suhosin patch
https://bugs.launchpad.net/bugs/498022
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 581246] Re: Sync c3p0 0.9.1.2-4 (main) from Debian unstable (main)

2010-05-16 Thread Benjamin Drung
** Changed in: c3p0 (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Sync c3p0 0.9.1.2-4 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/581246
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to c3p0 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 581246] Re: Sync c3p0 0.9.1.2-4 (main) from Debian unstable (main)

2010-05-16 Thread Launchpad Bug Tracker
This bug was fixed in the package c3p0 - 0.9.1.2-4

---
c3p0 (0.9.1.2-4) unstable; urgency=low

  * Team upload

  [ Thierry Carrez ]
  * Depend on java2-runtime-headless instead of java2-runtime

  [ Torsten Werner ]
  * Remove Arnaud from uploaders list.
  * Update Standards-Version: 3.8.4.
 -- Artur Rona ari-tc...@tlen.pl   Mon, 03 May 2010 19:32:21 +0200

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

-- 
Sync c3p0 0.9.1.2-4 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/581246
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to c3p0 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 571093] Re: multipath + libvirtd eats away more memory over time

2010-05-16 Thread Dustin Kirkland
I've updated the title and marked the bug against the multipath-tools
package as well.

I'm a little skeptical about that though...  The multipath-tools package
has only had two minor changes since 10 Mar 2009.  Unless something new
in libvirt is only now exposing this issue...

** Summary changed:

- libvirtd eats away more memory over time
+ multipath + libvirtd eats away more memory over time

** Changed in: libvirt (Ubuntu)
   Status: Incomplete = Triaged

** Package changed: libvirt (Ubuntu) = multipath-tools (Ubuntu)

** Also affects: libvirt (Ubuntu)
   Importance: Undecided
   Status: New

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

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

** Also affects: libvirt (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: multipath-tools (Ubuntu Lucid)
   Importance: Undecided
   Status: New

-- 
multipath + libvirtd eats away more memory over time
https://bugs.launchpad.net/bugs/571093
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 462169] Re: nmbd dies on startup when network interfaces are not up yet

2010-05-16 Thread Nicolas M
Excuse me to enter this thread lately, but something looks weird to me
here.

I've just experienced the same issue with Lucid, trying to set up samba server, 
on a Wifi hooked laptop. 
With current samba-server package, result after Lucid boots is:

- smbd is running
- nmbd is not running

leading to samba and W$ networking failing.

Following the advices given in this thread, I can read, at the beginning
of these 2 files:

- /etc/init/smbd.conf:
start on local-filesystems

- /etc/init/nmbd.conf:
start on (local-filesystems and net-device-up IFACE!=lo)

From what I understand here, we let smbd start at boot in any case, but
nmbd only if a network I/F is up (?)

For a Wifi laptop, a network interface will only be up, after a user
logs in, and activates Wifi using network-manager applet. During or just
after boot, Wifi is off.

So I just changed nmbd.conf start statement to look exactly as smbd.conf
one (i.e.: start on local-filesystems), and now both smbd *and* nmbd
gets started at boot, and samba sharing starts fine as soon as Wifi is
up after a user logs in.

= So my question here: why having a different startup condition for
smbd and nmbd, as both daemons need to be running for samba to operate ?

-- 
nmbd dies on startup when network interfaces are not up yet
https://bugs.launchpad.net/bugs/462169
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 579924] Re: Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2010-05-16 Thread Johan Vervloet
For the update script 11_to_12, I modified
src/cats/update_mysql_tables.in, made it executable, and started it with
'-u root -p' as well.  Changed 'bindir' and 'db_name'.

-- 
Upgrading Ubuntu LTS skips database version - Fatal error: Version error for 
database bacula. Wanted 12, got 10
https://bugs.launchpad.net/bugs/579924
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 581304] [NEW] ntpdate doesn't work by default in karmic

2010-05-16 Thread Ssaha
Public bug reported:

Binary package hint: ntpdate

After clean install of karmic if I issue the command ntpdate, it shows
'no servers can be used, exiting'.

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

-- 
ntpdate doesn't work by default in karmic
https://bugs.launchpad.net/bugs/581304
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 384762] Re: rabbitmq-server has excessive dependencies

2010-05-16 Thread gliptak
$ sudo apt-get install rabbitmq-server
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  erlang-os-mon erlang-snmp
Suggested packages:
  erlang-nox erlang-x11 erlang erlang-manpages erlang-doc-html
The following NEW packages will be installed:
  erlang-os-mon erlang-snmp rabbitmq-server
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,105kB of archives.
After this operation, 2,699kB of additional disk space will be used.
Do you want to continue [Y/n]? 

I think this bug can be closed. Thanks

-- 
rabbitmq-server has excessive dependencies
https://bugs.launchpad.net/bugs/384762
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server 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 345485] Re: libvirt does not remove interfaces on stop

2010-05-16 Thread Dave Gilbert
not sure if this should be a separate item or not, but as well as the
interface it doesn't restart dnsmasq.

For anyone else trying to do that I believe the steps needed are:

  stop libvirt-bin
  killall dnsmasq (assuming you don't have another)
  ifconfig virbr0 down
  brctl delbr virbr0

now, if you start libvirt-bin it will restart dnsmasq

Dave

-- 
libvirt does not remove interfaces on stop
https://bugs.launchpad.net/bugs/345485
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 573318] Re: mysql server will not start

2010-05-16 Thread thecapsaicinkid
I am having the same issue, daemon.log reports

May 16 16:58:46 mythbox init: mysql pre-start process (23901)
terminated with status 1


I can start the process manually with sudo -u mysql mysqld

-- 
mysql server will not start
https://bugs.launchpad.net/bugs/573318
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 581369] [NEW] No diagnostics on incorrect network xml file

2010-05-16 Thread Dave Gilbert
Public bug reported:

If you screw up the xml file /var/lib/libvirt/network/default.xml and then 
restart it doesn't tell you what you did wrong
or indeed there was any mistake - it just rewrites it with its best parse.

I'm ok with it rewriting it but it should give some diagnostics to let you know 
what's going on!
I don't see anything logged anywhere, and there is no /var/log/libvirt entry 
for libvirt itself.

(I can see an argument that says if it hit things that were unexpected it 
shouldn't start and rewrite the file, it should tell
you and get you to fix it - but that's not my primary issue).

It might not be a bad idea if it pointed you at: 
/usr/share/libvirt/schemas/network.rng

Dave

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: libvirt-bin 0.7.5-5ubuntu27
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
Architecture: amd64
CheckboxSubmission: f2d10bd9f943a85b486a282e7840a570
CheckboxSystem: 0531969bcfd4f03af7405c98dc94a948
Date: Sun May 16 17:01:04 2010
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: libvirt

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


** Tags: amd64 apport-bug lucid

-- 
No diagnostics on incorrect network xml file
https://bugs.launchpad.net/bugs/581369
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 581369] Re: No diagnostics on incorrect network xml file

2010-05-16 Thread Dave Gilbert

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

-- 
No diagnostics on incorrect network xml file
https://bugs.launchpad.net/bugs/581369
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 581391] [NEW] package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade:

2010-05-16 Thread frank
Public bug reported:

Binary package hint: samba

Upgrading from 9.10 to 10.04
Samba asks to replace smb.conf.  Replaces with maintainers version hit continue 
and apt crashed trying to upgrade samba.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: samba 2:3.4.0-3ubuntu5.6
ProcVersionSignature: Ubuntu 2.6.31-21.59-generic
Uname: Linux 2.6.31-21-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sun May 16 01:07:19 2010
ErrorMessage:
 ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
SambaServerRegression: Yes
SourcePackage: samba
Title: package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade:

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


** Tags: amd64 apport-package lucid

-- 
package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade:
https://bugs.launchpad.net/bugs/581391
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 581391] Re: package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade:

2010-05-16 Thread frank

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

** Attachment added: SambaInstalledVersions.txt
   http://launchpadlibrarian.net/48561852/SambaInstalledVersions.txt

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

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

** Attachment added: VarLogDistupgradeLspcitxt.gz
   http://launchpadlibrarian.net/48561855/VarLogDistupgradeLspcitxt.gz

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

** Attachment added: VarLogDistupgradeSystemstatetargz.gz
   http://launchpadlibrarian.net/48561857/VarLogDistupgradeSystemstatetargz.gz

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

-- 
package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade:
https://bugs.launchpad.net/bugs/581391
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 581304] Re: ntpdate doesn't work by default in karmic

2010-05-16 Thread C de-Avillez
Thank you for opening this bug and helping make Ubuntu better.

Usually, no servers can be used means either there are no accessible
NTP servers to be polled, or that NTP is running. But you did not give
us enough information to determine what actually happened. Consider
collecting more data, including package version and logs next time you
open a bug.

Meanwhile: can you please:
1. run 'sudo ntpdate -v'? This will give us the programme version, and 
(perhaps) additional debug data;
2. verify if the NTP daemon is running: 'ps aux | grep ntp'
3. try to run 'ntpdate' by giving it a server to query: 'sudo ntpdate -v 
poolntp.org'
4. run 'grep ntp /var/log/*'

And give us all output.

Thank you,

** Changed in: ntp (Ubuntu)
   Importance: Undecided = Low

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

-- 
ntpdate doesn't work by default in karmic
https://bugs.launchpad.net/bugs/581304
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 581415] [NEW] package squid 2.7.STABLE7 -1ubuntu12 failed to install/upgrade: sub-processo scrip t post-installation instalado retornou estado de saíd a de erro 2

2010-05-16 Thread danielm
Public bug reported:

Binary package hint: squid

I only want install the Squid, and this problem happened

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: squid 2.7.STABLE7-1ubuntu12
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
NonfreeKernelModules: fglrx
AptOrdering:
 mountall: Install
 squid: Configure
 mountall: Configure
Architecture: amd64
Date: Sun May 16 12:17:54 2010
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 2
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
SourcePackage: squid
Title: package squid 2.7.STABLE7-1ubuntu12 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 2

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


** Tags: amd64 apport-package lucid

-- 
package squid 2.7.STABLE7-1ubuntu12 failed to install/upgrade: sub-processo 
script post-installation instalado retornou estado de saída de erro 2
https://bugs.launchpad.net/bugs/581415
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 581415] Re: package squid 2.7.STABLE7-1ub untu12 failed to install/upgrade: sub-processo script po st-installation instalado retornou estado de saída de erro 2

2010-05-16 Thread danielm

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

** Attachment added: Df.txt
   http://launchpadlibrarian.net/48562621/Df.txt

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

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

-- 
package squid 2.7.STABLE7-1ubuntu12 failed to install/upgrade: sub-processo 
script post-installation instalado retornou estado de saída de erro 2
https://bugs.launchpad.net/bugs/581415
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 462169] Re: nmbd dies on startup when network interfaces are not up yet

2010-05-16 Thread Steve Langasek
On Sun, May 16, 2010 at 12:28:45PM -, Nicolas M wrote:
 = So my question here: why having a different startup condition for
 smbd and nmbd, as both daemons need to be running for samba to operate ?

Because:

 - nmbd is only needed for operations in some environments, so smbd should
   not block on nmbd being ready before starting
 - nmbd *must* wait for a broadcast-capable network interface to come up
   before it's started, otherwise it will fail - so it can't use the same
   start condition smbd currently does.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

-- 
nmbd dies on startup when network interfaces are not up yet
https://bugs.launchpad.net/bugs/462169
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 581304] Re: ntpdate doesn't work by default in karmic

2010-05-16 Thread C de-Avillez
Er. Correction on #3 above: 'sudo ntpdate -v pool.ntp.org', sorry for
the typo. Also, add in here the contents of /etc/default/ntpdate. Thank
you.

-- 
ntpdate doesn't work by default in karmic
https://bugs.launchpad.net/bugs/581304
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 462169] Re: nmbd dies on startup when network interfaces are not up yet

2010-05-16 Thread Nicolas M
Ok Steve, not being a Samba guru, was just trying to figure this out.

After having browsed through the well known Using Samba
(http://www.samba.org/samba/docs/using_samba/toc.html), I did not get
this understanding of smbd versus nmbd.

I've been using Samba like that (smbd+nmbd, with or without network) on
a home server for several years, and on the way now to migrating the
whole thing on Ubuntu.

Just sharing this information, that loading nmbd at boot, even with no network, 
did solve the problem for me. 
I did not notice nmbd too much complaining about no network, here is the log I 
get in log.nmbd, looks like nmbd just sits and waits for a network I/F to come 
up: 

   nmbd version 3.4.7 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2009
[2010/05/16 16:42:30,  0] nmbd/nmbd_subnetdb.c:206(create_subnets)
  create_subnets: No local IPv4 non-loopback interfaces !
[2010/05/16 16:42:30,  0] nmbd/nmbd_subnetdb.c:207(create_subnets)
  create_subnets: Waiting for an interface to appear ...

-- 
nmbd dies on startup when network interfaces are not up yet
https://bugs.launchpad.net/bugs/462169
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 462169] Re: nmbd dies on startup when network interfaces are not up yet

2010-05-16 Thread Steve Langasek
Why do you think you need nmbd to start at all when you don't have a
network?

I think you need to be explicit here about what problem you were seeing
when using the standard nmbd.conf.

-- 
nmbd dies on startup when network interfaces are not up yet
https://bugs.launchpad.net/bugs/462169
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 577165] Re: Typo in etc/init/vsftpd.conf

2010-05-16 Thread Luke Faraone
** Changed in: vsftpd (Ubuntu)
 Assignee: (unassigned) = Luke Faraone (lfaraone)

** Changed in: vsftpd (Ubuntu)
   Status: Triaged = In Progress

-- 
Typo in etc/init/vsftpd.conf
https://bugs.launchpad.net/bugs/577165
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 574307] Re: Wireless Doesn't Connect! rt2860

2010-05-16 Thread Edward McKnight
Where can I get kernal 2.6.33 and is it stable?

-- 
Wireless Doesn't Connect! rt2860
https://bugs.launchpad.net/bugs/574307
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 555442] Re: Gnome-ppp fails under ubuntu 10.04, works under 9.04

2010-05-16 Thread Jeremy Foshee
** Tags removed: needs-kernel-logs

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

-- 
Gnome-ppp fails under ubuntu 10.04, works under 9.04
https://bugs.launchpad.net/bugs/555442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370007] Re: Printing: Selecting Print to File takes long to respond

2010-05-16 Thread Dr. Kenobi
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. This bug has been fixed in
the latest release.

** Changed in: ubuntu
   Status: New = Fix Released

-- 
Printing: Selecting Print to File takes long to respond
https://bugs.launchpad.net/bugs/370007
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581184] [NEW] Please sync foiltex 2.1.4a-7 (multiverse) from Debian unstable (non-free).

2010-05-16 Thread Bhavani Shankar
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/foiltex
 status new
 importance wishlist
 subscribe ubuntu-universe-sponsors

Please sync foiltex 2.1.4a-7 (multiverse) from Debian unstable (non-
free).


Explanation of the Ubuntu delta and why it can be dropped:

We can sync this package as debian has updated package to incorporate 
tetex-bin transition

Changelog since current maverick version 2.1.4a-6ubuntu1:

foiltex (2.1.4a-7) unstable; urgency=low

  * Updated Buid-Depends' entry.  (Closes: #575619)

 -- Atsuhito KOHDA ko...@debian.org  Sat, 17 Apr 2010 20:48:56 +0900


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

iD8DBQFL74xkUlfC4uPMy3QRAoU/AKCU65i1Qk+jW3Kqu3o3+0KPqd5w2wCg3zXV
L5RC+dQtlGKMbmNc+Itkcs8=
=DiDZ
-END PGP SIGNATURE-

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

-- 
Please sync foiltex 2.1.4a-7 (multiverse) from Debian unstable (non-free).
https://bugs.launchpad.net/bugs/581184
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370990] Re: Some files and folders problems in Ubuntu 9.04

2010-05-16 Thread Dr. Kenobi
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html and Reporting
Bugs https://help.ubuntu.com/community/ReportingBugs. We'd be grateful
if you would then provide a more complete description of the problem.

To be considered complete, a bug report should normally contain:

* The version of Ubuntu you are running
* The version of the package you are using (look at Synaptic Package 
Manager)
* The actions taken to produce the problem
* Whether or not it is possible to reproduce the bug
* The expected result of these actions
* The actual result of these actions

Something very useful is to add more information running this in a
terminal: apport-collect 370990

** Package changed: ubuntu = nautilus (Ubuntu)

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

-- 
Some files and folders problems in Ubuntu 9.04
https://bugs.launchpad.net/bugs/370990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279979] Re: broadcom wireless loose signal power under new kernel

2010-05-16 Thread Jeremy Foshee
This bug report was marked as Incomplete and has not had any updated
comments for quite some time.  As a result this bug is being closed.
Please reopen if this is still an issue in the current Ubuntu release
http://www.ubuntu.com/getubuntu/download . Also, please be sure to
provide any requested information that may have been missing.  To reopen
the bug, click on the current status under the Status column and change
the status back to New.  Thanks.

[This is an automated message.  Apologies if it has reached you
inappropriately; please just reply to this message indicating so.]

-- 
broadcom wireless loose signal power under new kernel
https://bugs.launchpad.net/bugs/279979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581185] [NEW] Please sync gmerlin 0.4.3-2 (universe) from Debian unstable (main).

2010-05-16 Thread Bhavani Shankar
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/gmerlin
 status new
 importance wishlist
 subscribe ubuntu-universe-sponsors

Please sync gmerlin 0.4.3-2 (universe) from Debian unstable (main).


Explanation of the Ubuntu delta and why it can be dropped:

We can sync this package as debian has fixed depreceated macros with new 
gtk api

Changelog since current maverick version 0.4.1-2ubuntu1:

gmerlin (0.4.3-2) unstable; urgency=low

  * Patched source to fix two calls to 
depreciated gtk macros.
  Closes: #577328 

 -- Romain Beauxis to...@rastageeks.org  Mon, 19 Apr 2010 11:57:47
-0500

gmerlin (0.4.3-1) unstable; urgency=low

  * New upstream release. 
  Closes: #573833
  * Bumped standards-version.
  * Bumped build-dep on libgavl.
  * Refreshed patches.

 -- Romain Beauxis to...@rastageeks.org  Sat, 20 Mar 2010 10:53:50
-0500

gmerlin (0.4.1-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Avoid build-depending on libv4l-dev and libasound2-dev on *bsd
architectures, as they don't exist there. Patch by Christian Marillat.
(Closes: #571454)

 -- Stefano Zacchiroli z...@debian.org  Thu, 11 Mar 2010 17:58:09
+0100


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

iD8DBQFL740iUlfC4uPMy3QRAmAWAKDb9x+uLSDahNsZq273CzVhaORHJQCgos6f
KG5kneus5PjHhSKmyTanXUA=
=bQB9
-END PGP SIGNATURE-

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

-- 
Please sync gmerlin 0.4.3-2 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/581185
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 487204] Re: radeon_lock.c:65: radeonG etLock: „drawable != ((void *)0)” Asse rtion

2010-05-16 Thread joaovrsa
This bug affects me while playing Penumbra Overture on Ubuntu 9.10.
Will test on Lucid and see what happens.

-- 
radeon_lock.c:65: radeonGetLock: „drawable != ((void *)0)” Assertion
https://bugs.launchpad.net/bugs/487204
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 370287] Re: skge module stops transmitting

2010-05-16 Thread Jeremy Foshee
This bug report was marked as Triaged a while ago but has not had any
updated comments for quite some time.  Please let us know if this issue
remains in the current Ubuntu release,
http://www.ubuntu.com/getubuntu/download .  If the issue remains, click
on the current status under the Status column and change the status back
to New.  Thanks.

[This is an automated message.  Apologies if it has reached you
inappropriately; please just reply to this message indicating so.]

-- 
skge module stops transmitting
https://bugs.launchpad.net/bugs/370287
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 580656] Re: Nouveau driver doesn't work for NV34 on AMD Irongate based system

2010-05-16 Thread MoLE
** Package changed: ubuntu = xserver-xorg-video-nouveau (Ubuntu)

-- 
Nouveau driver doesn't work for NV34 on AMD Irongate based system
https://bugs.launchpad.net/bugs/580656
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 455954] Re: [K8M800] AntSpotlight screensaver causes system to lock up immediately

2010-05-16 Thread Peter Belew
I installed the latest kernel from http://kernel.ubuntu.com/~kernel-
ppa/mainline/daily/current/

So I have

Ubuntu version and kernel version
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION=Ubuntu 10.04 LTS
Linux eros 2.6.34-999-generic #201005121008 SMP Wed May 12 10:11:28 UTC 2010 
i686 GNU/Linux
model name  : Mobile AMD Sempron(tm) Processor 2800+


This does  NOT fix this bug - when I select the AntSpotlight screensaver, the 
system freezes up after a few seconds.

However this does help with Bug #495553

** Tags removed: needs-upstream-testing

-- 
[K8M800] AntSpotlight screensaver causes system to lock up immediately
https://bugs.launchpad.net/bugs/455954
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 371155] Re: nautilus crashes, icons disappear (connect to server, open in terminal)

2010-05-16 Thread Dr. Kenobi
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. This bug has been fixed in
the latest release.

** Package changed: ubuntu = nautilus (Ubuntu)

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

-- 
nautilus crashes, icons disappear (connect to server, open in terminal)
https://bugs.launchpad.net/bugs/371155
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 516040] Re: dovecot sieve plugin renamed from cmusieve to sieve

2010-05-16 Thread Lox
I installed a fresh server today and ran into than issue, so as of today
the fix is not available 

-- 
dovecot sieve plugin renamed from cmusieve to sieve
https://bugs.launchpad.net/bugs/516040
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 495553] Re: [K8M800] Lucid 10.04 live-CD login failure, Screen origin shifted to center, screen wraps, ttyN screens don't work, on Averatec 3280 running Lucid

2010-05-16 Thread Peter Belew
After looking at a suggestion made for bug #455954, I installed the latest 
kernel from
http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/

namely 2.6.34-999-generic. With that running, I can switch in and out of
text consoles with ctrl-alt-F1 etc. (However the system complains about
library dependencies while booting, so I suspect this kernel isn't safe
to use).

-- 
[K8M800] Lucid 10.04 live-CD login failure, Screen origin shifted to center, 
screen wraps, ttyN screens don't work, on Averatec 3280 running Lucid
https://bugs.launchpad.net/bugs/495553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 457221] Re: cups-pdf always classed as OBSOLETE and removed during update-manager process.

2010-05-16 Thread Ajay
Just updated to 9.10 today (via net) and it is still doing it.

-- 
cups-pdf always classed as OBSOLETE and removed during update-manager process.
https://bugs.launchpad.net/bugs/457221
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 309803] Re: gwhois depends on inetd

2010-05-16 Thread Bug Watch Updater
** Changed in: gwhois (Debian)
   Status: New = Fix Released

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

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


[Bug 581186] [NEW] package libccrtp-doc (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man3/todo.3.gz', which is also in package libcommoncpp2-doc 0:1.7.3-1ubuntu1

2010-05-16 Thread Kumar Thippeshi
Public bug reported:

Thanks if you could fix the problem and release the new version early.

ProblemType: Package
Architecture: i386
Date: Sun May 16 07:25:31 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: trying to overwrite '/usr/share/man/man3/todo.3.gz', which is 
also in package libcommoncpp2-doc 0:1.7.3-1ubuntu1
NonfreeKernelModules: wl
Package: libccrtp-doc (not installed)
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: libccrtp
Title: package libccrtp-doc (not installed) failed to install/upgrade: trying 
to overwrite '/usr/share/man/man3/todo.3.gz', which is also in package 
libcommoncpp2-doc 0:1.7.3-1ubuntu1
Uname: Linux 2.6.31-17-generic i686

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


** Tags: apport-package i386

-- 
package libccrtp-doc (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/man/man3/todo.3.gz', which is also in package 
libcommoncpp2-doc 0:1.7.3-1ubuntu1
https://bugs.launchpad.net/bugs/581186
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581186] Re: package libccrtp-doc (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man3/todo.3.gz', which is also in package libcommoncpp2-doc 0:1.7.3-1ubuntu1

2010-05-16 Thread Kumar Thippeshi

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

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

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

-- 
package libccrtp-doc (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/man/man3/todo.3.gz', which is also in package 
libcommoncpp2-doc 0:1.7.3-1ubuntu1
https://bugs.launchpad.net/bugs/581186
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579559] Re: Keyboard does not work in GRUB v2 on reboot

2010-05-16 Thread isotope
I have checked keyboard with my netbook running Win7 and laptop running
WinXP. Unfortunately I have no other computer running Ubuntu to check on
and none else running GRUB.

Yes, I have used very same keyboard on same machine running Ubuntu 9.04
and 9.10. When I was running 9.10 I upgraded GRUB to GRUB 2 and did not
experienced the problem.

I have only laptops at home and no desktops, so I cannot check USB to
PS2 adapter.

Should I try and reinstall grub-pc package?

-- 
Keyboard does not work in GRUB v2 on reboot 
https://bugs.launchpad.net/bugs/579559
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 580969] Re: Since upgrade to 10.04 search in Nautilus does not work correctly any more

2010-05-16 Thread Dr. Kenobi
Thank you for taking the time to report this bug and helping to make
Ubuntu better. I've been trying to recreate your bug, and it's working
fine in my Ubuntu 10.04. It does everything as expected.

-- 
Since upgrade to 10.04 search in Nautilus does not work correctly any more
https://bugs.launchpad.net/bugs/580969
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 508309] Re: closing lid no longer suspends on Dell D430

2010-05-16 Thread gavin
Found my problem was the SD card. If I unmount the card the suspend and
recovery work fine.

-- 
closing lid no longer suspends on Dell D430
https://bugs.launchpad.net/bugs/508309
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474949] Re: [Dell Inc. Latitude D430] suspend failure.

2010-05-16 Thread gavin
Found my suspend problem on the Dell 430 was related to the SD card. If
I unmount the card the suspend and recovery are fine. Not sure my Linux
has a problem doing this automatically.

-- 
[Dell Inc. Latitude D430] suspend failure.
https://bugs.launchpad.net/bugs/474949
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 580614] Re: Nautilus crashes when list view is enabled

2010-05-16 Thread Dr. Kenobi
Thank you for taking the time to report this bug and helping to make
Ubuntu better. I've been trying to recreate your bug, and it's working
fine in my Ubuntu 10.04. It does everything as expected.

-- 
Nautilus crashes when list view is enabled
https://bugs.launchpad.net/bugs/580614
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 526296] Re: Please sync python-gdata from debian unstable

2010-05-16 Thread Andreas Noteng
** Summary changed:

- Please upgrade python-gdata to new upstream release 2.0.9
+ Please sync python-gdata from debian unstable

** Changed in: python-gdata (Ubuntu)
 Assignee: Andreas Noteng (andreas-noteng) = (unassigned)

** Changed in: python-gdata (Ubuntu)
   Status: Fix Committed = New

-- 
Please sync python-gdata from debian unstable
https://bugs.launchpad.net/bugs/526296
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 523707] Re: [Facebook] 'View reply thread' dont work

2010-05-16 Thread Abdusamed Ahmed
yea.. mobile is correct. Facing the same problem. Not a useful app when
u need to see all the messages. Also, it shows different notification
when compared to facebook. Like, totally different. Users probably did
notice it. Check the latest messages on the browser and on gwibber, two
different things. Like facebook is able to filter out the useful
messages like it doesn't often show group messages nor the people who
who I've visited to recently. On the other hand, gwibber facebook seems
to displays only the latest message regardless from whom it is. Sorry, i
only use facebook, not twitter or anything. Hope it helps improving
gwibber... has potential!

-- 
[Facebook] 'View reply thread' dont work
https://bugs.launchpad.net/bugs/523707
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 526296] Re: Please sync python-gdata from debian unstable

2010-05-16 Thread Andreas Noteng
** Description changed:

+ Please sync from debian: python-gdata_2.0.8-1.1
+ The only ubuntu change in current ubuntu package is no longer needed with new 
upstream code:
  
- The python-gdata library has a new upstream release (2.0.7, released the 26th 
January 2010 - source http://code.google.com/p/gdata-python-client/). Please 
package it, as it contains a lot of bug fixes.
+ python-gdata (1.2.4-0ubuntu2) karmic; urgency=low
+ 
+   * debian/patches
+ - added 01_deprecated_sha.patch to fix deprecation-warning with
+   python 2.6 (LP: #336706) Thanks to Peter Bui for the patch.
+ 
+  -- Andreas Moog am...@ubuntu.com  Tue, 19 May 2009 00:47:27 +0200
+ 
+ 
+ Here is the debian changelog from the last time we where in sync:
+ 
+  Debian Changelog python-gdata (2.0.8-1.1)
+ 
+ * 2010:
+   o 2.0.8-1.1
+   o 2.0.8-1
+   o 2.0.7-1
+ * 2008:
+   o 1.1.1-1
+ * 2007:
+   o 1.0.9-1
+   o 1.0.4-1
+   o 1.0-1
+ 
+ 2010
+ python-gdata (2.0.8-1.1) unstable; urgency=medium
+ 
+* Non-maintainer upload.
+* Remove leftover python2.4 shebangs, triggering a python2.4 dependency
+  (Closes: #571817).
+ 
+  -- Obey Arthur Liu art...@milliways.fr  Fri, 02 Apr 2010 22:34:42 +0200
+ python-gdata (2.0.8-1) unstable; urgency=low
+ 
+* New upstream release.
+* Drop python2.4 dependency, thanks Stefano and Luca (Closes: #571817).
+ 
+  -- Gustavo Franco stra...@debian.org  Tue, 02 Mar 2010 17:41:25 -0300
+ python-gdata (2.0.7-1) unstable; urgency=low
+ 
+[ Gustavo Franco ]
+* New upstream release (Closes: #521351).
+* Remove Brandon Philips from Uploaders field (Closes: #522817), thanks
+  Sandro.
+* Ship pydocs HTML API reference and register it with doc-base, thanks
+  Stefano (Closes: #565972)
+  
+[ Sandro Tosi ]
+* debian/control
+  - switch Vcs-Browser field to viewsvn
+  
+[ Jakub Wilk ]
+* Fix watch file.
+ 
+  -- Gustavo Franco stra...@debian.org  Thu, 25 Feb 2010 13:32:20 -0300

-- 
Please sync python-gdata from debian unstable
https://bugs.launchpad.net/bugs/526296
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 522986] Re: gwibber restricts facebook status messages to 140 characters

2010-05-16 Thread Abdusamed Ahmed
doesn't twitter have 160 character limit? i don't use twitter but cause
it has to do with sms... must be that problem

-- 
gwibber restricts facebook status messages to 140 characters
https://bugs.launchpad.net/bugs/522986
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 444674] Re: Mouse behaves strange on clicking in graphical environment

2010-05-16 Thread Dave Hildebrandt
Running Lucid 10.04, Dell D630.  Problem affects me.  Thought I was
going nuts.  Will try the psmouse.conf suggestion.

-- 
Mouse behaves strange on clicking in graphical environment
https://bugs.launchpad.net/bugs/444674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 157447] Re: xfce4 mouse cursor themes not used in all applications

2010-05-16 Thread Sultan Rahi
Restart xfwm4 (xfwm4 --replace) do solve the problem though.

-- 
xfce4 mouse cursor themes not used in all applications
https://bugs.launchpad.net/bugs/157447
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581188] [NEW] maverick: need gconf2 upstream release

2010-05-16 Thread dino99
Public bug reported:

Binary package hint: gconf

testing maverick

2 packages cant be installed on maverick: update-notifier and simple-
scan need a more recent gconf2 package

have tested sid package: installation is made with some complaints but
ended normally

http://packages.debian.org/search?keywords=gconf2

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

** Description changed:

  Binary package hint: gconf
  
  testing maverick
  
  2 packages cant be installed on maverick: update-notifier and simple-
  scan need a more recent gconf2 package
+ 
+ have tested sid package: installation is made with some complaints but
+ ended normally

** Description changed:

  Binary package hint: gconf
  
  testing maverick
  
  2 packages cant be installed on maverick: update-notifier and simple-
  scan need a more recent gconf2 package
  
  have tested sid package: installation is made with some complaints but
  ended normally
+ 
+ http://packages.debian.org/search?keywords=gconf2

** Summary changed:

- maverick: need upstream release
+ maverick: need gconf2 upstream release

-- 
maverick: need gconf2 upstream release
https://bugs.launchpad.net/bugs/581188
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 439163] Re: HVR-1300 HVR-3000 HVR-4000 broken in kernel

2010-05-16 Thread Mike S
hello

here is my history with this bug:

- ubuntu 8.04 rock solid
- upgrade to 10.04 with 2.6.32-22 - disaster (too many other problems to list 
here, but HVR-1300 is one problem)
- go insane for 1 week trying to fix
- finally download v4l-dvb-20100130 from kewl.org and install
- intermittent problems with 1300 still... mythbackend scan only finds 
probable channels, no lock or partial lock when trying live TV, etc.

Eventually i noticed that one patch Gunni had reverted was the cx88:
HVR1300 ensure switching from Encoder to DVB-T and back is reliable as
seen in http://www.mail-archive.com/linuxtv-
comm...@linuxtv.org/msg04710.html. I noticed that this patch is NOT
reverted in v4l-dvb-20100130, but the other patch Gunni suggested
reverting (http://www.mail-archive.com/linuxtv-
comm...@linuxtv.org/msg02195.html) IS reverted in 20100130.

So this made me think. I had been using the V4L analog tuner in my
mythbackend setup. and it would always be the first tuner used by
frontend when i started live TV to do testing. And analog would always
work, but digital/dvb would then never work (wn i switched via live tv
menu Switch Input option). so i thought maybe using analog first and
switching to digital was the problem.

so i removed the analog tuner from my back end setup and now digital
works!!

a couple of things i could now try:

1. add analog back into backend, change card priorities so that when i test in 
LiveTV it doesn't start in analog, then try switching from digital to analog 
and back again (instead of other way around which i know fails)
2. revert patch in my copy of the 20100130 source, recompile, try switching 
from analog to digital again 

here is my latest dmesg:

~$ dmesg | egrep i2c|cx88
[   22.106181] cx88/0: cx2388x v4l2 driver version 0.0.7 loaded
[   22.106202] cx8800 :05:01.0: PCI INT A - GSI 17 (level, low) - IRQ 17
[   22.106361] cx88[0]: subsystem: 0070:9600, board: Hauppauge WinTV-HVR1300 
DVB-T/Hybrid MPEG Encoder [card=56,autodetected], frontend(s): 1
[   22.106363] cx88[0]: TV tuner type 63, Radio tuner type -1
[   22.110554] cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.7 loaded
[   22.244072] cx88[0]: i2c init: enabling analog demod on HVR1300/3000/4000 
tuner
[   22.263857] tuner 0-0043: chip found @ 0x86 (cx88[0])
[   22.272096] tuner 0-0061: chip found @ 0xc2 (cx88[0])
[   22.313139] cx88[0]: hauppauge eeprom: model=96559
[   22.323577] cx88[0]/0: found at :05:01.0, rev: 5, irq: 17, latency: 64, 
mmio: 0xfb00
[   22.323585] IRQ 17/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
[   22.325667] wm8775 0-001b: chip found @ 0x36 (cx88[0])
[   22.332843] cx88[0]/0: registered device video0 [v4l2]
[   22.332883] cx88[0]/0: registered device vbi0
[   22.332927] cx88[0]/0: registered device radio0
[   22.336955] cx88[0]/2: cx2388x 8802 Driver Manager
[   22.336967] cx88-mpeg driver manager :05:01.2: PCI INT A - GSI 17 
(level, low) - IRQ 17
[   22.336974] cx88[0]/2: found at :05:01.2, rev: 5, irq: 17, latency: 64, 
mmio: 0xfd00
[   22.336977] IRQ 17/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
[   22.337077] cx88_audio :05:01.1: PCI INT A - GSI 17 (level, low) - IRQ 
17
[   22.337081] IRQ 17/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
[   22.337095] cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
[   22.349016] cx88/2: cx2388x dvb driver version 0.0.7 loaded
[   22.349018] cx88/2: registering cx8802 driver, type: dvb access: shared
[   22.349020] cx88[0]/2: subsystem: 0070:9600, board: Hauppauge WinTV-HVR1300 
DVB-T/Hybrid MPEG Encoder [card=56]
[   22.349022] cx88[0]/2: cx2388x based DVB/ATSC card
[   22.349024] cx8802_alloc_frontends() allocating 1 frontend(s)
[   22.364371] DVB: registering new adapter (cx88[0])
[   22.375928] cx88/2: registering cx8802 driver, type: blackbird access: shared
[   22.375930] cx88[0]/2: subsystem: 0070:9600, board: Hauppauge WinTV-HVR1300 
DVB-T/Hybrid MPEG Encoder [card=56]
[   22.375932] cx88[0]/2: cx23416 based mpeg encoder (blackbird reference 
design)
[   22.376152] cx88[0]/2-bb: Firmware and/or mailbox pointer not initialized or 
corrupted
[   22.380523] cx88-mpeg driver manager :05:01.2: firmware: requesting 
v4l-cx2341x-enc.fw
[   25.096449] cx88[0]/2-bb: Firmware upload successful.
[   25.105986] cx88[0]/2-bb: Firmware version is 0x02060039
[   25.113887] cx88[0]/2: registered device video1 [mpeg]
[   30.576143] tda9887 0-0043: i2c i/o error: rc == -6 (should be 4)
[   91.943237] cx88[0]: irq mpeg  [0x10] ts_err?*
[   91.943241] cx88[0]/2-mpeg: general errors: 0x0010

-- 
HVR-1300 HVR-3000 HVR-4000 broken in kernel
https://bugs.launchpad.net/bugs/439163
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 578765] Re: search tool should include mounted volumes in the list of searchable areas

2010-05-16 Thread ajmal_82
well iam using now lucid lynx but still i only see the drives when they
are mounted and not automatically appear in the list of places to be
searched in ubuntu search engine.my issue is that i want to search all
drivers at once not individually when they are mounted also if possible
allow me to search based on file type search like picture,video,document
search.



thanks

-- 
search tool should include mounted volumes in the list of searchable areas
https://bugs.launchpad.net/bugs/578765
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 331897] Re: Incorrect sorting of Processes' Memory column

2010-05-16 Thread riviera
I still experience this on Jaunty 9.04 (see attached screenshot).


** Attachment added: Screenshot-System Monitor-2.png
   http://launchpadlibrarian.net/48531044/Screenshot-System%20Monitor-2.png

-- 
Incorrect sorting of Processes'  Memory column
https://bugs.launchpad.net/bugs/331897
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581191] [NEW] integrate evolution and nautilius to send mail within nautilus

2010-05-16 Thread ajmal_82
Public bug reported:

Binary package hint: nautilus

integrate evolution and nautilius to send mail within nautilus meaning
that i can send mail from nautilus without opening the evolution client
as both are gnome based applications it should be easy enough also allow
me to search mails within nautilus.thanks

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

-- 
integrate evolution and nautilius to send mail within nautilus
https://bugs.launchpad.net/bugs/581191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 549493] Re: package hylafax-client 2:6.0.3-5.1ubuntu1 failed to install/upgrade: cp: `/etc/hylafax/pagesizes' and `/var/spool/hylafax/etc/pagesizes' are the same file

2010-05-16 Thread Bhavani Shankar
Here is the merge diff for the updated package which fixes this bug

** Patch added: hylafax merge diff
   http://launchpadlibrarian.net/48531142/hylafax.diff

** Changed in: hylafax (Ubuntu)
   Status: Triaged = Confirmed

-- 
package hylafax-client 2:6.0.3-5.1ubuntu1 failed to install/upgrade: cp: 
`/etc/hylafax/pagesizes' and `/var/spool/hylafax/etc/pagesizes' are the same 
file
https://bugs.launchpad.net/bugs/549493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575607] Re: Can`t use native screen resolution with poulsbo Intel GMA500 chipset

2010-05-16 Thread Alexander Konovalenko
*** This bug is a duplicate of bug 426791 ***
https://bugs.launchpad.net/bugs/426791

** This bug is no longer a duplicate of bug 448502
   There isnt a 1366 x 768 resolution option
** This bug has been marked a duplicate of bug 426791
   Acer Aspire One AO751h screen unknown

-- 
Can`t use native screen resolution with poulsbo Intel GMA500 chipset
https://bugs.launchpad.net/bugs/575607
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 566433] Re: Acer Aspire One 751h incorrect screen resolution

2010-05-16 Thread Alexander Konovalenko
*** This bug is a duplicate of bug 426791 ***
https://bugs.launchpad.net/bugs/426791

Thank you for reporting this bug! To keep the discussion in one place, I
will mark it as a duplicate of a previous report of this problem.

Please feel free to file any further bugs you encounter.

** This bug has been marked a duplicate of bug 426791
   Acer Aspire One AO751h screen unknown

-- 
Acer Aspire One 751h incorrect screen resolution
https://bugs.launchpad.net/bugs/566433
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 561829] Re: Since upgrading to Beta 2 Lucid, noticeable power degrading

2010-05-16 Thread Paul
** Tags removed: regression-update

-- 
Since upgrading to Beta 2 Lucid, noticeable  power degrading
https://bugs.launchpad.net/bugs/561829
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 557916] Re: Please import Sonera operator fix from upstream

2010-05-16 Thread Bhavani Shankar
updated package already in the repos

Regards

** Changed in: mobile-broadband-provider-info (Ubuntu)
   Status: In Progress = Fix Released

-- 
Please import Sonera operator fix from upstream
https://bugs.launchpad.net/bugs/557916
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448502] Re: There isnt a 1366 x 768 resolution option

2010-05-16 Thread Alexander Konovalenko
*** This bug is a duplicate of bug 426791 ***
https://bugs.launchpad.net/bugs/426791

Thank you for reporting this bug! To keep the discussion in one place, I
will mark it as a duplicate of a previous report of this problem.

Please feel free to file any further bugs you encounter.

** This bug has been marked a duplicate of bug 426791
   Acer Aspire One AO751h screen unknown

-- 
There isnt a 1366 x 768 resolution option
https://bugs.launchpad.net/bugs/448502
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 550482] Re: audio hiccups

2010-05-16 Thread Leonard Michlmayr
 Please try linux-alsa-driver-modules-$(uname -r) from ppa:ubuntu-
audio-dev

If anything it makes things rather worse, the hiccups are more frequent.
Still, after returning from suspend mode, there are no hiccups.

What happens in suspend mode that fixes the problem? I've just checked
lsmod: after the suspend the same modules are loaded as before suspend
mode.

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

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


[Bug 439163] Re: HVR-1300 HVR-3000 HVR-4000 broken in kernel

2010-05-16 Thread Mike S
continuing from the above:

1. add analog back into backend, change card priorities so that when i
test in LiveTV it doesn't start in analog, then try switching from
digital to analog and back again (instead of other way around which i
know fails)

tried this just now. did not work. as long as the 1300-analog card is in
my mythbackend setup i cannot use 1300-digital, even if i have not
viewed any analog. I then tried (without rebooting) removing the analog
card from mythbackend and restarting frontend - 1300-digital works!

so it seems that as long as mythbackend is told to have the 1300-analog
in the list of tuner cards, then 1300-digital cannot get a channel lock.

2. revert patch in my copy of the 20100130 source, recompile, try
switching from analog to digital again

should i try this now?

Mike

-- 
HVR-1300 HVR-3000 HVR-4000 broken in kernel
https://bugs.launchpad.net/bugs/439163
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581194] [NEW] hibernate function should be possible with less swap space also

2010-05-16 Thread ajmal_82
Public bug reported:

i have 400mb swap space and 7 gb of ubuntu root partition but ubuntu
rejects to hibernate.so i want to hibernate,in xp operating system
hibernate function is possible with this amount of harddisk space.
thanks

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
hibernate function should be possible with less swap space also
https://bugs.launchpad.net/bugs/581194
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581193] [NEW] ntp init script fails to start ntpd

2010-05-16 Thread Dyna
Public bug reported:

Binary package hint: ntp

In /etc/init.d/ntp you sync with the ntp servers with this line:

/usr/sbin/ntpdate -s -b $NTPDATE_OPTIONS $tickers /dev/null

After that the script starts ntpd with this line

start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --startas
$DAEMON -- -p $PIDFILE -u $UGID $NTPD_OPTS

What happens is that. ntp will not start since port 123 (ntp) is already in 
use. 
/* from strace:
bind(16, {sa_family=AF_INET, sin_port=htons(123), 
sin_addr=inet_addr(0.0.0.0)}, 16) = -1 EADDRINUSE (Address already in use)
*/

The reason is that, ntpdate is running in the background and if it
doesn't sync fast it will still use port 123 when ntp is trying to start
a few lines down the script.

Here is a patch :) --  and yes you have to strart ntpdate in the
foreground otherwise you have a race!!

--- ntp.old 2010-05-16 08:04:53.0 +0100
+++ ntp 2010-05-16 07:59:44.0 +0100
@@ -54,7 +54,7 @@
tickers=$(awk '$1==peer||$1==server{print $2}' 
/etc/ntp.conf | fgrep -v 127.127.1.0)
echo Synchronizing with time server: 

-   /usr/sbin/ntpdate -s -b $NTPDATE_OPTIONS $tickers /dev/null
+   /usr/sbin/ntpdate -s -b $NTPDATE_OPTIONS $tickers /dev/null


log_daemon_msg Starting NTP server ntpd


Cheers Dyna

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

-- 
ntp init script fails to start ntpd
https://bugs.launchpad.net/bugs/581193
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 426791] Re: Acer Aspire One AO751h screen unknown

2010-05-16 Thread Alexander Konovalenko
Stuart Bishop  wrote in bug 566433:

This hardware was certified for 9.10
(http://webapps.ubuntu.com/certification/hardware/200910-4251/) so this
is a regression.

** Tags added: regression-release

-- 
Acer Aspire One AO751h screen unknown
https://bugs.launchpad.net/bugs/426791
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 300870] Re: nvidia twinview - dialogue centering and fullscreen media players

2010-05-16 Thread Druciferre
Bryce,

I still have this issue but haven't checked on the bug report status in
a long time... I will make an image of my hard drive and then install
the packages from your PPA.

-- 
nvidia twinview - dialogue centering and fullscreen media players
https://bugs.launchpad.net/bugs/300870
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581196] [NEW] package postfix 2.7.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-05-16 Thread kidd0nne
Public bug reported:

Binary package hint: postfix

Using Ubuntu 10.04 LTS - the Lucid Lynx - released in April 2010.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: postfix 2.7.0-1
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Sat May 15 10:05:05 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 75
SourcePackage: postfix
Title: package postfix 2.7.0-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75

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


** Tags: apport-package i386 lucid

-- 
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/581196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581196] Re: package postfix 2.7.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-05-16 Thread kidd0nne

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

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

** Attachment added: Df.txt
   http://launchpadlibrarian.net/48531315/Df.txt

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

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

-- 
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/581196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581199] [NEW] icon link is bad

2010-05-16 Thread Mingming
Public bug reported:

Binary package hint: qterm

This soft link of icon is wrong.

lrwxrwxrwx 1 root root 21 2010-05-16 08:51
/usr/share/qterm/pic/qterm.png - ../../icons/qterm.png

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

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

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


[Bug 426791] Re: Acer Aspire One AO751h screen unknown

2010-05-16 Thread Alexander Konovalenko
Copied some tags from the duplicates of this bug.

** Tags added: lucid

** Tags added: resolution

-- 
Acer Aspire One AO751h screen unknown
https://bugs.launchpad.net/bugs/426791
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 578765] Re: search tool should include mounted volumes in the list of searchable areas

2010-05-16 Thread Dr. Kenobi
** Package changed: ubuntu = gnome-utils (Ubuntu)

-- 
search tool should include mounted volumes in the list of searchable areas
https://bugs.launchpad.net/bugs/578765
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581201] [NEW] package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-removal script returned error exit status 2

2010-05-16 Thread akbozo
Public bug reported:

i am a new user , not a tech, and i don't know what happened

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: fglrx 2:8.723.1-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
NonfreeKernelModules: fglrx
Architecture: i386
Date: Sat May 15 23:26:08 2010
DkmsStatus: Error: [Errno 2] No such file or directory
ErrorMessage: ErrorMessage: subprocess installed post-removal script returned 
error exit status 2
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
MachineType: Hewlett-Packard HP Pavilion dv7 Notebook PC
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic 
root=UUID=23841eb6-f9b5-4250-bd63-d8cc053957ee ro quiet splash
SourcePackage: fglrx-installer
Title: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: 
ErrorMessage: subprocess installed post-removal script returned error exit 
status 2
dmi.bios.date: 08/17/2009
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.49
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 30FC
dmi.board.vendor: Compal
dmi.board.version: 01.99
dmi.chassis.type: 10
dmi.chassis.vendor: Compal
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.49:bd08/17/2009:svnHewlett-Packard:pnHPPaviliondv7NotebookPC:pvr1:rvnCompal:rn30FC:rvr01.99:cvnCompal:ct10:cvrN/A:
dmi.product.name: HP Pavilion dv7 Notebook PC
dmi.product.version: 1
dmi.sys.vendor: Hewlett-Packard
glxinfo:
 Error: couldn't find RGB GLX visual or fbconfig
 name of display: :0.0
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.32-22-generic

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: ErrorMessage: 
subprocess installed post-removal script returned error exit status 2
https://bugs.launchpad.net/bugs/581201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581201] Re: package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-removal script returned error exit status 2

2010-05-16 Thread akbozo

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

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

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

** Attachment added: GdmLog.txt
   http://launchpadlibrarian.net/48531792/GdmLog.txt

** Attachment added: GdmLog1.txt
   http://launchpadlibrarian.net/48531793/GdmLog1.txt

** Attachment added: GdmLog2.txt
   http://launchpadlibrarian.net/48531794/GdmLog2.txt

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

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

** Attachment added: PciDisplay.txt
   http://launchpadlibrarian.net/48531797/PciDisplay.txt

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

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

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

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/48531801/RelatedPackageVersions.txt

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

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

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

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

** Attachment added: VarLogDistupgradeHistorylog.gz
   http://launchpadlibrarian.net/48531806/VarLogDistupgradeHistorylog.gz

** Attachment added: VarLogDistupgradeLspcitxt.gz
   http://launchpadlibrarian.net/48531807/VarLogDistupgradeLspcitxt.gz

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

** Attachment added: VarLogDistupgradeSystemstatetargz.gz
   http://launchpadlibrarian.net/48531809/VarLogDistupgradeSystemstatetargz.gz

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

** Attachment added: VarLogDistupgradeXorgfixuplog.gz
   http://launchpadlibrarian.net/48531811/VarLogDistupgradeXorgfixuplog.gz

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/48531812/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/48531813/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/48531814/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/48531815/Xrandr.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/48531816/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/48531817/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/48531818/xkbcomp.txt

-- 
package fglrx 2:8.723.1-0ubuntu4 failed to install/upgrade: ErrorMessage: 
subprocess installed post-removal script returned error exit status 2
https://bugs.launchpad.net/bugs/581201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 566127] Re: Picture of the day does not work

2010-05-16 Thread Paul Elliott
Successfully verified that kdeplasma-addons 4:4.4.2-0ubuntu2 from lucid-
proposed restores the previously broken 'Picture of the day'
functionality to the picture widget.

** Tags added: verification-done
** Tags removed: verification-needed

-- 
Picture of the day does not work
https://bugs.launchpad.net/bugs/566127
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdeplasma-addons in ubuntu.

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


[Bug 572622] Re: kubuntu lucid crashes during manual partition

2010-05-16 Thread pietjepuk
I use i386 32bits version, happened to me too: attaching partitions (ext3 and 
fat32) on non-default location. After returning to live desktop I tried again 
and succeeded. I chose btw to remain on the safe side and created only mount 
points from one physical hard disk.
mount points:
/dev/sda5 /windows ntfs
/dev/sda6 /winlinux fat32 (non-standard mount point)
/dev/sda7 / ext4
/dev/sda9 /home /ext4
(/dev/sda10 swap)

On the failed attempt I also tried to create mount points
/dev/sdb2 /backupext3 ext3
/dev/sdb3 /backupfat32 fat32

I cannot determine on which mount point the installer crashed.

-- 
kubuntu lucid crashes during manual partition
https://bugs.launchpad.net/bugs/572622
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 356095] Re: Master boot record overwritten by installer

2010-05-16 Thread NUboon2Age
** Changed in: ubiquity (Ubuntu)
   Status: New = Confirmed

-- 
Master boot record overwritten by installer
https://bugs.launchpad.net/bugs/356095
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 355645] Re: Can not set up wireless network on BCM4318

2010-05-16 Thread NUboon2Age
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Can not set up wireless network on BCM4318
https://bugs.launchpad.net/bugs/355645
You received this bug notification because you are a member of 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 268316] Re: xorg vesa driver on AMD 780G incorrect palette when returning from virtual console

2010-05-16 Thread Liu Xinyun
http://lists.freedesktop.org/archives/xorg/2008-February/032368.html

I think it's a same issue.

On Thu, May 13, 2010 at 9:40 PM, Bryce Harrington
br...@bryceharrington.org wrote:
 [This is an automatic notification.]

 Hi Tom,

 This bug was reported against an earlier version of Ubuntu, can you
 test if it still occurs on Lucid?

 Please note we also provide technical support for older versions of
 Ubuntu, but not in the bug tracker.  Instead, to raise the issue through
 normal support channels, please see:

    http://www.ubuntu.com/support


 If you are the original reporter and can still reproduce the issue on
 Lucid, please run the following command to refresh the report:

  apport-collect 268316

 If you are not the original reporter, please file a new bug report, so
 we can work with you as the original reporter instead (you can reference
 bug 268316 in your report if you think it may be related):

  ubuntu-bug xorg

 If by chance you can no longer reproduce the issue on Lucid or if you
 feel it is no longer relevant, please mark the bug report 'Fix Released'
 or 'Invalid' as appropriate, at the following URL:

  https://bugs.launchpad.net/ubuntu/+bug/268316


 ** Changed in: xserver-xorg-video-vesa (Ubuntu)
       Status: Confirmed = Incomplete

 ** Tags added: needs-retested-on-lucid-by-june

 --
 xorg vesa driver on AMD 780G incorrect palette when returning from virtual 
 console
 https://bugs.launchpad.net/bugs/268316
 You received this bug notification because you are subscribed to
 xserver-xorg-video-vesa in ubuntu.

 Status in “xserver-xorg-video-vesa” package in Ubuntu: Incomplete

 Bug description:
 Binary package hint: xorg

 * Install AMD64 ubuntu-8.04 from alternate CD on machine with Asus M3A78-EMH 
 HDMI motherboard
 * press ctrl-alt-f1 to switch to a virtual console
 * press alt-f7 to switch back to X
 * the palette has been corrupted, the orange backdrop has turned bright green 
 at the top.





-- 
Best Regards,
Liu, Xinyun

-- 
xorg vesa driver on AMD 780G incorrect palette when returning from virtual 
console
https://bugs.launchpad.net/bugs/268316
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 576952] Re: Eclipse not depending on a jdk

2010-05-16 Thread DSHR
On my installation your change leads to the whole openjdk java runtime +
dk being installed.

As default java I have sun-java6 installed. To fulfill the requirement
on a jdk, aptitude is now installing a second java runtime leading to
various problems. There was a reason for me to use sun-java6 in the
first place!

A jdk could be suggested, but AFAIK there is no nead for it to do
serious java development in eclipse. The java compiler ist builtin!

I had to manually install sun-java6-jdk from partner before upgrading to
avoid the installation of openjdk.

-- 
Eclipse not depending on a jdk
https://bugs.launchpad.net/bugs/576952
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581207] [NEW] update-software-center does not work properly in Turkish locales

2010-05-16 Thread M. Vefa Bicakci
Public bug reported:

Binary package hint: software-center

Hello,

After trying out Ubuntu 10.04 with a Turkish locale (tr_TR.UTF-8), I was
sad to notice that when update-software-center is run by a dpkg trigger or
a manual command line interaction, it produces errors similar to the following:
(I was able to reproduce this with software-center 2.0.3.)

=== 8 ===
WARNING:root:error processing: /usr/share/app-install/desktop/cecilia.desktop 
'WEIGHT_DESKTOP_GENERiCNAME'
WARNING:root:error processing: /usr/share/app-install/desktop/anjal.desktop 
'WEIGHT_DESKTOP_GENERiCNAME'
WARNING:root:error processing: /usr/share/app-install/desktop/projectl.desktop 
'WEIGHT_DESKTOP_GENERiCNAME'
WARNING:root:error processing: /usr/share/app-install/desktop/kde4_kate.desktop 
'WEIGHT_DESKTOP_GENERiCNAME'
WARNING:root:error processing: 
/usr/share/app-install/desktop/kde4_kteatime.desktop 
'WEIGHT_DESKTOP_GENERiCNAME'
WARNING:root:error processing: /usr/share/app-install/desktop/kadu.desktop 
'WEIGHT_DESKTOP_GENERiCNAME'
WARNING:root:error processing: 
/usr/share/app-install/desktop/avidemux-qt.desktop 'WEIGHT_DESKTOP_GENERiCNAME'
WARNING:root:error processing: /usr/share/app-install/desktop/pydance.desktop 
'WEIGHT_DESKTOP_GENERiCNAME'
WARNING:root:error processing: /usr/share/app-install/desktop/etw.desktop 
'WEIGHT_DESKTOP_GENERiCNAME'
WARNING:root:error processing: /usr/share/app-install/desktop/qtpfsgui.desktop 
'WEIGHT_DESKTOP_GENERiCNAME'
WARNING:root:error processing: 
/usr/share/app-install/desktop/kde_kalcul.desktop 'WEIGHT_DESKTOP_GENERiCNAME'
=== 8 ===

The end result of this is that a lot of the installed software cannot be
seen in the Ubuntu Software Center, which is a very big usability problem
for people using a Turkish locale. (After running update-software-center
in the English locale [en_US.UTF-8], one can see 67 programs in the
Installed Software menu. With the Turkish locale [tr_TR.UTF-8], this
number drops to 40.)

Notice in the output above that the i is not capitalized in the keyword
WEIGHT_DESKTOP_GENERiCNAME. This is a very common problem
with programs which run in the Turkish locale, but that expect the
capitalization of i to work as in the English alphabet (i.e. in ASCII).
Unfortunately, in the Turkish alphabet the capitalization rules of the is
are different:

=== 8 ===
English:
lowercase:  i
uppercase:  I

Turkish:
Dotless i:
lowercase:  ı (idotless)
uppercase:  I

i with dot:
lowercase:  i
uppercase:  İ (Idotabove)
=== 8 ===

The source of this problem can be seen in the following file:

=== /usr/share/software-center/softwarecenter/db/update.py ===
191 # now add search data from the desktop file
192 for key in [GenericName,Comment]:
193 if not parser.has_option_desktop(key):
194 continue
195 s = parser.get_desktop(key)
196 w = globals()[WEIGHT_DESKTOP_+key.replace( ,).upper()]
197 term_generator.index_text_without_positions(s, w)
=== /usr/share/software-center/softwarecenter/db/update.py ===

As you can see, on line 196, the string key, which contains ASCII data such
as GenericName, is capitalized using the upper function.

Because the data to be operated on is ASCII, but the locale is a Turkish locale,
this causes problems when one tries to capitalize an i.

The attached patch fixes this issue by creating a function called ascii_upper
which uses the the string.maketrans and string.translate functions and the
string.ascii_lowercase and string.ascii_uppercase constants to convert mixed
case ASCII strings to uppercase ASCII strings using English capitalization 
rules.

Dear Ubuntu Software Center maintainer: Because this is a high profile bug that
affects everyone running in a Turkish locale, and because its fix is relatively
simple, is there any way we can get this bug fixed in Ubuntu 10.04 LTS ? Because
this is a LTS release, I really don't want Turkish users to have a suboptimal
experience during the 3 years this release is supported.

I realize that I should have tested an alpha or beta version of Ubuntu 10.04 LTS
and reported this bug earlier. I apologize for not doing this.

Regards,

M. Vefa Bicakci

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


** Tags: center locale software turkish ubuntu

-- 
update-software-center does not work properly in Turkish locales
https://bugs.launchpad.net/bugs/581207
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 581207] Re: update-software-center does not work properly in Turkish locales

2010-05-16 Thread M. Vefa Bicakci

** Patch added: The mentioned patch which fixes the bug.
   
http://launchpadlibrarian.net/48532242/software_center-turkish_locale_fix.diff

-- 
update-software-center does not work properly in Turkish locales
https://bugs.launchpad.net/bugs/581207
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581203] [NEW] System stalls at logon when using nvidia drivers

2010-05-16 Thread Druciferre
Public bug reported:

X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-27-server x86_64 Ubuntu
Current Operating System: Linux anubis 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 
16 08:09:38 UTC 2010 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-21-generic 
root=UUID=ff30268e-722d-4560-b29c-90c5dc45b6d2 ro quiet splash
Build Date: 23 April 2010  05:11:46PM
xorg-server 2:1.7.6-2ubuntu7


Upgraded to Lucid Lynx 10.04
Installed nvidia-glx-new
Attempted to configure tri-monitor system. 
Third monitor wasn't detected
Wrote xorg.conf manually
Rebooted
System stalled at logon, couldn't get to TTY
Reinstalled Lucid
Installed nvidia-glx-173
All monitors detected, setup two monitors on NVIDIA GeForce 8500 GT in 
twin-view, and one television as a seperate X screen on a NVIDIA GeForce 8400 GS
Reooted
System stalled at logon, couldn't get to TTY

I had to revert back to Karmic... I should also mention nvidia-glx-new
doesn't detect third monitor in Karmic either. But everything is fine in
Karmic with nvidia-glx-173 (with the exception of some minor bugs that
are already filed)

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Assignee: Bryce Harrington (bryceharrington)
 Status: New

-- 
System stalls at logon when using nvidia drivers
https://bugs.launchpad.net/bugs/581203
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581203] Re: System stalls at logon when using nvidia drivers

2010-05-16 Thread Druciferre

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

-- 
System stalls at logon when using nvidia drivers
https://bugs.launchpad.net/bugs/581203
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581203] Re: System stalls at logon when using nvidia drivers

2010-05-16 Thread Druciferre

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/48532098/xorg.conf

-- 
System stalls at logon when using nvidia drivers
https://bugs.launchpad.net/bugs/581203
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581203] Re: System stalls at logon when using nvidia drivers

2010-05-16 Thread Druciferre

** Attachment added: lshw
   http://launchpadlibrarian.net/48532113/lshw.txt

-- 
System stalls at logon when using nvidia drivers
https://bugs.launchpad.net/bugs/581203
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581203] Re: System stalls at logon when using nvidia drivers

2010-05-16 Thread Druciferre

** Attachment added: lspci
   http://launchpadlibrarian.net/48532151/lspci.txt

** Changed in: xorg-server (Ubuntu)
 Assignee: (unassigned) = Bryce Harrington (bryceharrington)

-- 
System stalls at logon when using nvidia drivers
https://bugs.launchpad.net/bugs/581203
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 526296] Re: Please sync python-gdata from debian unstable

2010-05-16 Thread Andreas Noteng
Because the version in ubuntu is hopelessly outdated I belive this merge
is urgent. I have however submitted a patch to Debian for an update to
version 2.0.10 see debian bug #581812: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=581812

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

-- 
Please sync python-gdata from debian unstable
https://bugs.launchpad.net/bugs/526296
You received this bug notification because you are a member of 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 516040] Re: dovecot sieve plugin renamed from cmusieve to sieve

2010-05-16 Thread Ante Karamatić
On 16.05.2010 08:21, Lox wrote:

 I installed a fresh server today and ran into than issue, so as of today
 the fix is not available 

If you did a fresh install, you couldn't have experienced this bug. This 
bug is about change in configuration scheme for dovecot between two 
Ubuntu releases, where one would get non working dovecot if one doesn't 
accept changes from new config. Since you did a fresh install, you got 
new config from start.

You are probably referring to similar bug in dovecot-postfix, for which 
fix exists and is pushed to -proposed repository. If that's the case, 
enable proposed repository and add a comment to bug 573345 about how 
that fix works for you.

Thanks

-- 
dovecot sieve plugin renamed from cmusieve to sieve
https://bugs.launchpad.net/bugs/516040
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581207] Re: update-software-center does not work properly in Turkish locales

2010-05-16 Thread Omer Akram
** Tags added: patch
** Tags removed: center locale software turkish ubuntu

-- 
update-software-center does not work properly in Turkish locales
https://bugs.launchpad.net/bugs/581207
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   3   4   5   6   7   8   9   10   >