[Bug 415676] Re: nis fails to start

2010-02-15 Thread Christian Kujau
#50430 is titled NIS has problems starting before the network comes up
which is not the case here. The machine is up  running, network is
working fine, but apt-get install nis is still showing this behaviour:

---
Selecting previously deselected package nis.
Unpacking nis (from .../nis_3.17-12ubuntu1_i386.deb) ...
Setting up libslp1 (1.2.1-7.1) ...

Setting up nis (3.17-12ubuntu1) ...
 * Setting NIS domainname to: int.domain.org
 * Starting NIS services
 * binding to YP server...
 * 
[...]
 * 
   ...fail!
   ...done.
# netstat -anptu | grep yp
tcp0  0 0.0.0.0:760 0.0.0.0:*   LISTEN  
5247/ypbind
udp0  0 0.0.0.0:49725   0.0.0.0:*   
5247/ypbind
udp 9240  0 0.0.0.0:759 0.0.0.0:*   
5247/ypbind
---

FWIW, debconf is configured to low priority, so it should've asked for
missing values to start properly, e.g. let the installer choose between
a client and/or server installation of NIS. It obviously cannot bind to
YP server when no one has been configured yet.


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

-- 
nis fails to start
https://bugs.launchpad.net/bugs/415676
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis 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 512459] Re: Winbind failed to connect to AD: Program lacks support for encryption type

2010-02-15 Thread stiV
according to https://wiki.ubuntu.com/LTSDebianImportFreeze packages
will only be imported from Debian testing in this way on a case by case
basis or by explicit request from a developer.

will this be done?

-- 
Winbind failed to connect to AD: Program lacks support for encryption type
https://bugs.launchpad.net/bugs/512459
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 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 521312] Re: Sync geronimo-j2ee-connector-1.5-spec 2.0.0-1 (main) from Debian testing (main)

2010-02-15 Thread Daniel Holbach
ACKed.

** Changed in: geronimo-j2ee-connector-1.5-spec (Ubuntu)
   Status: New = Triaged

-- 
Sync geronimo-j2ee-connector-1.5-spec 2.0.0-1 (main) from Debian testing (main)
https://bugs.launchpad.net/bugs/521312
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to geronimo-j2ee-connector-1.5-spec 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 79371] Re: saslauthd init script does not allow movement of PID

2010-02-15 Thread Björn Seifert
** Also affects: server-papercuts
   Importance: Undecided
   Status: New

-- 
saslauthd init script does not allow movement of PID
https://bugs.launchpad.net/bugs/79371
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

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


[Bug 522074] Re: fails to install due to differing kernel versions between installer and installee

2010-02-15 Thread Thorsten Glaser

** Patch added: debdiff fixing this issue
   
http://launchpadlibrarian.net/39211564/kvm_84%2Bdfsg-0ubuntu12.4%7Ehardy1tarent1.debdiff

-- 
fails to install due to differing kernel versions between installer and 
installee
https://bugs.launchpad.net/bugs/522074
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm 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 522074] [NEW] fails to install due to differing kernel versions between installer and installee

2010-02-15 Thread Thorsten Glaser
Public bug reported:

Binary package hint: kvm-source

The version of the kernel used by the Kubuntu Installer and the version of the 
kernel
that actually gets installed differ. When adding kvm-source during the 
installation,
for example via a preseed late-command using in-target, it fails to configure, 
leading
to failures on dependent packages, such as a ${companyname}-desktop metapackage.

The patch fixes this: it still displays the warning, but DKMS will merely 
ensure that
the module is built after the reboot.

Please apply this patch and ensure the next hardy-backport version will also 
contain it.
Thanks!

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


** Tags: patch

-- 
fails to install due to differing kernel versions between installer and 
installee
https://bugs.launchpad.net/bugs/522074
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm 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 316974] Re: Mysql dead after update

2010-02-15 Thread ekinsokmen
The problem seems to be caused by some permission issue on mysql binary
log files. After the upgrade mysql failed to start. Trying to start
mysql service manually (service start mysql) also failed with following
error:

100215 13:58:01 mysqld_safe Starting mysqld daemon with databases from 
/var/lib/mysql
100215 13:58:01 [Note] Plugin 'FEDERATED' is disabled.
100215 13:58:02  InnoDB: Started; log sequence number 0 698955389
^G/usr/sbin/mysqld: File './ekins-bin.67' not found (Errcode: 13)
100215 13:58:02 [ERROR] Failed to open log (file './ekins-bin.67', errno 13)
100215 13:58:02 [ERROR] Could not open log file
100215 13:58:02 [ERROR] Can't init tc log
100215 13:58:02 [ERROR] Aborting

in /var/lib/mysql directory these two files have root permission instead of 
mysql. 
-rw-rw 1 root  root586 2010-02-15 14:08 ekins-bin.69
-rw-rw 1 root  root 712394 2010-02-15 14:08 ekins-bin.70

After running chown mysql:mysql /var/lib/mysql/*  I can start mysql
manually running service start mysql and it  works. But if I trigger
dpkg to configure the failed packages mysql-server and mysql-server-5.1
same error occurs and permissions of last created bin files are set to
root user again.

-- 
Mysql dead after update
https://bugs.launchpad.net/bugs/316974
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 377474] Re: bridge-utils ifupdown script should disable IPv6 address autoconfiguration for underlying interface

2010-02-15 Thread Olaf Krische
Salute,

just wanna bring to notice, that the suggested solution fixed our
problem with some of the virtual machines (kvm-85, debian lenny + latest
backport, tho).

Not sure, if it belongs into wishlist then.

The virtual machines use the bridge br0 for having their own
interface, they run Java and get network traffic constantly.

We had the phenomenon of broken sockets. On the virtual machine the
serving socket was already gone while on the client side the socket
was still intact (established). As if the traffic gets swallowed
somewhere.

On the physical machine:

$ cat /etc/network/interfaces

...
auto br0
iface br0 inet static
  address ...
  netmask ...
  network ...
  broadcast ...
  gateway ...
  bridge_ports eth0
  bridge_fd 9
  bridge_hello 2
  bridge_maxage 12
  bridge_stp off

The template for the virtual machine shows:

$ sudo virsh edit virtualmachine
...
interface type='bridge'
  mac address='53:52:00:24:95:90'/
  source bridge='br0'/
  target dev='vnet0'/
  model type='virtio'/
...

So when i start the virtual machine:

$ sudo virsh start virtualmachine

it shows:

$ sudo ip -6 route show

fe80::/64 dev br0 ...
fe80::/64 dev eth0 ...
fe80::/64 dev vnet0 ...

And since we did this, as suggested:

$ sudo ip -6 route del fe80::/64 dev eth0
$ sudo ip -6 route del fe80::/64 dev vnet0

everything seems to work fine. The machines are stable now for several
days.

-- 
bridge-utils ifupdown script should disable IPv6 address autoconfiguration for 
underlying interface
https://bugs.launchpad.net/bugs/377474
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bridge-utils 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 515812] Re: Autoregistration: Node doesn't ask for a specific cluster to be registered in

2010-02-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

-- 
Autoregistration: Node doesn't ask for a specific cluster to be registered in
https://bugs.launchpad.net/bugs/515812
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 521397] Re: Unable to mount shares from Windows ME

2010-02-15 Thread David Lee Lambert
1st:  Yes.

2nd:  Tested with a live CD (the install CD).

# smbclient -L //PurpleComputer
Password: (just hit Enter)
(success)

# sudo mkdir -p /purple/dqfiles
# sudo mount //PurpleComputer/DQFILES /purple/dqfiles -t smbfs -o 
uid=ubuntu,user=davidl
mount: wrong fs type, bad option ...
# dmesg
...
smbfs:  CIFS is deprecated ...
smbfs: mount_data version 1919251317 is not supported

# sudo mount //PurpleComputer/DQFILES /purple/dqfiles -t cifs -o 
uid=ubuntu,user=davidl
mount: wrong fs type, bad option ...
# dmesg
...
CIFS VFS: cifs_mount failed w/ return code = -22

3rd:  Windows ME runs some games better than Wine.  Also,  last time I
tried the scanner we use with that computer with Ubuntu,  there were no
drivers for it;  although that was a few releases of Ubuntu back... As
stated before,  this used to work from the exact same computer except
with an earlier version of Ubuntu;  and it currently works from Debian
Etch and Windows XP.

-- 
Unable to mount shares from Windows ME
https://bugs.launchpad.net/bugs/521397
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 389049] Re: usershares guest_ok=y results in Permission denied error

2010-02-15 Thread psypher
fyi for anyone else having this issue, in my case the problem was caused
by me setting chmod -R 700 on my home folder, just doing chmod 755 on my
home fixed it.

-- 
usershares guest_ok=y results in Permission denied error
https://bugs.launchpad.net/bugs/389049
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 515812] Re: Autoregistration: Node doesn't ask for a specific cluster to be registered in

2010-02-15 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu Lucid)
   Status: In Progress = Fix Committed

-- 
Autoregistration: Node doesn't ask for a specific cluster to be registered in
https://bugs.launchpad.net/bugs/515812
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 521666] Re: Fake sync libaxiom-java 1.2.8-1 (main) from Debian testing (main)

2010-02-15 Thread Artur Rona
** Summary changed:

- Fake sync libaxiom-java 1.2.8-1 (universe) from Debian testing (main)
+ Fake sync libaxiom-java 1.2.8-1 (main) from Debian testing (main)

-- 
Fake sync libaxiom-java 1.2.8-1 (main) from Debian testing (main)
https://bugs.launchpad.net/bugs/521666
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libaxiom-java 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 522185] [NEW] package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2010-02-15 Thread Klayshin
Public bug reported:

While upgrading Ubuntu, mysql 5.1 failed to install due to unknown
reasons.

ProblemType: Package
Architecture: i386
Date: Fri Feb 12 18:36:54 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['ibdata1', 'MyNewDataBase', 'consult', 'ib_logfile0', 
'debian-5.1.flag', 'ib_logfile1', 'mysql', 'mysql_upgrade_info']
Package: mysql-server-5.1 5.1.37-1ubuntu5
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 1
Uname: Linux 2.6.31-19-generic i686

** Affects: mysql-dfsg-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess 
new pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/522185
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 522196] Re: package postfix 2.6.5-3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-02-15 Thread MrSqueezles

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

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

** Attachment added: Dmesg.gz
   http://launchpadlibrarian.net/39221340/Dmesg.gz

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

-- 
package postfix 2.6.5-3 failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/522196
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 522196] [NEW] package postfix 2.6.5-3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-02-15 Thread MrSqueezles
Public bug reported:

Binary package hint: postfix

Postfix showed up as a new install as a part of a system update.  After
updating, I received this error.

ProblemType: Package
Architecture: amd64
Date: Mon Feb 15 08:23:57 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
NonfreeKernelModules: nvidia
Package: postfix 2.6.5-3
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: postfix
Title: package postfix 2.6.5-3 failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
Uname: Linux 2.6.31-19-generic x86_64

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


** Tags: amd64 apport-package

-- 
package postfix 2.6.5-3 failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/522196
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 520774] Re: Node not added to CLC even though registration is successful

2010-02-15 Thread Thierry Carrez
Looking at the code, it seems that if sync_keys fails, euca_conf
--register-nodes will still return 0 (and will skip nodes.list update).

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

-- 
Node not added to CLC even though registration is successful
https://bugs.launchpad.net/bugs/520774
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 522204] [NEW] euca_conf --[de]register-nodes is brittle

2010-02-15 Thread Thierry Carrez
Public bug reported:

Reviewing euca_conf code, the following bit (from euca_conf --register-nodes) 
seems to leave some room for failure:
if ! echo ${NODES}|grep ${NEWNODE}
Imagine if NODES=192.168.144.10 192.168.144.11  and you want to add 
192.168.144.1...

Also the following bit called from euca_conf --deregister-nodes:
NODES=`echo $NODES|sed \s/${NEWNODE}//\|tr -s ' '`
Imagine if NODES=192.168.144.10 192.168.144.1  and you want to remove 
192.168.144.1...

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

** Description changed:

  Reviewing euca_conf code, the following bit (from euca_conf --register-nodes) 
seems to leave some room for failure:
  if ! echo ${NODES}|grep ${NEWNODE}
  Imagine if NODES=192.168.144.10 192.168.144.11  and you want to add 
192.168.144.1...
  
  Also the following bit called from euca_conf --deregister-nodes:
  NODES=`echo $NODES|sed \s/${NEWNODE}//\|tr -s ' '`
- Imagine if NODES=192.168.144.10 192.168.144.1  and you want to add 
192.168.144.1...
+ Imagine if NODES=192.168.144.10 192.168.144.1  and you want to remove 
192.168.144.1...

-- 
euca_conf --[de]register-nodes is brittle
https://bugs.launchpad.net/bugs/522204
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 521312] Sync geronimo-j2ee-connector-1.5-spec 2.0.0-1 (main) from Debian testing (main)

2010-02-15 Thread James Westby
[Updating] geronimo-j2ee-connector-1.5-spec (1.1-0ubuntu3 [Ubuntu]  2.0.0-1 
[Debian])
 * Trying to add geronimo-j2ee-connector-1.5-spec...
  - geronimo-j2ee-connector-1.5-spec_2.0.0.orig.tar.gz: downloading from 
http://ftp.debian.org/debian/
  - geronimo-j2ee-connector-1.5-spec_2.0.0-1.dsc: downloading from 
http://ftp.debian.org/debian/
  - geronimo-j2ee-connector-1.5-spec_2.0.0-1.diff.gz: downloading from 
http://ftp.debian.org/debian/
I: geronimo-j2ee-connector-1.5-spec [main] - 
libgeronimo-j2ee-connector-1.5-spec-java_1.1-0ubuntu3 [main].


** Changed in: geronimo-j2ee-connector-1.5-spec (Ubuntu)
   Status: Triaged = Fix Released

-- 
Sync geronimo-j2ee-connector-1.5-spec 2.0.0-1 (main) from Debian testing (main)
https://bugs.launchpad.net/bugs/521312
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to geronimo-j2ee-connector-1.5-spec 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 515812] Re: Autoregistration: Node doesn't ask for a specific cluster to be registered in

2010-02-15 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2~bzr1189-0ubuntu2

---
eucalyptus (1.6.2~bzr1189-0ubuntu2) lucid; urgency=low

  * Make node ask to be registered in a specific cluster (LP: #515812):
- debian/eucalyptus-nc.postinst: Store target cluster name, if any
- debian/eucalyptus-nc.eucalyptus-nc-publication.upstart: Use stored target
  cluster name in node publication
- debian/registration/node: Only register if we are on target cluster
 -- Thierry Carrez thierry.car...@ubuntu.com   Mon, 15 Feb 2010 17:49:07 +0100

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

-- 
Autoregistration: Node doesn't ask for a specific cluster to be registered in
https://bugs.launchpad.net/bugs/515812
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 521085] Re: Samba 3.4.0 denies access to Roaming Profiles for XP Clients

2010-02-15 Thread Thierry Carrez
Bug 397699 was reported fixed by its original poster after application
of posix_acls.c.patch, which is present in 3.4.0 (karmic). You might be
encountering a slightly different issue, which shows the same
symptoms...

-- 
Samba 3.4.0 denies access to Roaming Profiles for XP Clients
https://bugs.launchpad.net/bugs/521085
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 497894] Re: Support Application Indicators

2010-02-15 Thread Travis B. Hartwell
** Changed in: bacula (Ubuntu)
 Assignee: (unassigned) = Travis B. Hartwell (nafai)

-- 
Support Application Indicators
https://bugs.launchpad.net/bugs/497894
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 521085] Re: Samba 3.4.0 denies access to Roaming Profiles for XP Clients

2010-02-15 Thread Patrick Goetz
Hmm, I see that you created and someone tested a modified 3.3.2 PPA
version, followed by the comment Marking this fixed in development
release (as 3.4.x contains the fix), and nominating for a Jaunty SRU.

but didn't see any actual evidence that the patch made it into 3.4.x.
My assumption was that it's fixed in 3.4.x where x = 1.

In any case, I'm still having the problem, as described above, and
couldn't find any mod to either the profile folders or smb.conf which
worked.

-- 
Samba 3.4.0 denies access to Roaming Profiles for XP Clients
https://bugs.launchpad.net/bugs/521085
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 521085] Re: Samba 3.4.0 denies access to Roaming Profiles for XP Clients

2010-02-15 Thread Patrick Goetz
Let me know if I need to provide more information in order to confirm
this bug.  Since I'm trying to upgrade production servers and am already
behind schedule, my plan was to go ahead and upgrade to Lucid (which has
samba 3.4.5) in order to solve the problem.  People stuck running Karmic
who need roaming profiles for XP clients will be left sad little
campers.

-- 
Samba 3.4.0 denies access to Roaming Profiles for XP Clients
https://bugs.launchpad.net/bugs/521085
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 400349] Re: dhclient-script fails with apparmor

2010-02-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/dhcp3

-- 
dhclient-script fails with apparmor
https://bugs.launchpad.net/bugs/400349
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 522339] [NEW] package slapd 2.4.18-0ubu ntu1 failed to install/upgrade: le sous-processus script pre-removal installé a retourné une erreur de s ortie d'état 1

2010-02-15 Thread Richard Leger
Public bug reported:

$ sudo apt-get remove slapd ldap-utils
[sudo] password for xxx: 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus 
nécessaires :
  linux-backports-modules-alsa-2.6.31-15-generic calendar-timezones
Veuillez utiliser « apt-get autoremove » pour les supprimer.
Les paquets suivants seront ENLEVÉS :
  ldap-utils slapd
0 mis à jour, 0 nouvellement installés, 2 à enlever et 0 non mis à jour.
Après cette opération, 5 079ko d'espace disque seront libérés.
Souhaitez-vous continuer [O/n] ? O
debconf: DbDriver config: /var/cache/debconf/config.dat is locked by another 
process: Ressource temporairement non disponible
(Lecture de la base de données... 240723 fichiers et répertoires déjà 
installés.)
Suppression de ldap-utils ...
Suppression de slapd ...
debconf: DbDriver config: /var/cache/debconf/config.dat is locked by another 
process: Ressource temporairement non disponible
dpkg : erreur de traitement de slapd (--remove) :
 le sous-processus script pre-removal installé a retourné une erreur de sortie 
d'état 1
debconf: DbDriver config: /var/cache/debconf/config.dat is locked by another 
process: Ressource temporairement non disponible
dpkg : erreur lors du nettoyage :
 le sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
Traitement des actions différées (« triggers ») pour « man-db »...
Des erreurs ont été rencontrées pendant l'exécution :
 slapd
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
AptOrdering:
 ldap-utils: Remove
 slapd: Remove
Architecture: amd64
Date: Mon Feb 15 21:24:14 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: le sous-processus script pre-removal installé a retourné une 
erreur de sortie d'état 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
NonfreeKernelModules: wl
Package: slapd 2.4.18-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: openldap
Title: package slapd 2.4.18-0ubuntu1 failed to install/upgrade: le 
sous-processus script pre-removal installé a retourné une erreur de sortie 
d'état 1
Uname: Linux 2.6.31-19-generic x86_64

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


** Tags: amd64 apport-package

-- 
package slapd 2.4.18-0ubuntu1 failed to install/upgrade: le sous-processus 
script pre-removal installé a retourné une erreur de sortie d'état 1
https://bugs.launchpad.net/bugs/522339
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 522339] Re: package slapd 2.4.18-0ubuntu1 failed to install/upgrade: le sous-processus script pre -removal installé a retourné une erreur de sorti e d'état 1

2010-02-15 Thread Richard Leger

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

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

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

-- 
package slapd 2.4.18-0ubuntu1 failed to install/upgrade: le sous-processus 
script pre-removal installé a retourné une erreur de sortie d'état 1
https://bugs.launchpad.net/bugs/522339
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 521392] Re: (capital) FALSE is evaluted to int(0) whether to bool(false)

2010-02-15 Thread Marc Deslauriers
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
(capital) FALSE is evaluted to int(0) whether to bool(false)
https://bugs.launchpad.net/bugs/521392
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 520729] Re: package mysql-server-5.1 5.1.37-1ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-02-15 Thread Marc Deslauriers
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Tags added: karmic

-- 
package mysql-server-5.1 5.1.37-1ubuntu5.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/520729
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 107224] Re: mysql-server preinst script stops running mysql

2010-02-15 Thread Mark Goldfinch
Removing mysql-server does solve this problem, however it can create the
following undesirable output when using apt-get:

The following packages were automatically installed and are no longer required:
  libdbi-perl libdbd-mysql-perl mysql-server-5.0 mysql-client-5.0
Use 'apt-get autoremove' to remove them.

Obviously to the uninformed running an apt-get autoremove at this stage
would be very unhelpful.

I can understand why this step would be required when migrating from a
truely ancient distribution such as sarge where mysql-server is a real
binary package supporting MySQL 4.  Perhaps the patch for the preinst
script should test which version of mysql-server we're coming from and
if it is less than 5 then run /etc/init.d/mysql stop, otherwise it
should be a no-op?

-- 
mysql-server preinst script stops running mysql
https://bugs.launchpad.net/bugs/107224
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 522373] [NEW] PublicKey authentication fails because of onerous permission rules

2010-02-15 Thread albcorp
Public bug reported:

The required permissions are now too strict.  It is not possible to
login using the PublicKey method if the home directory is group
readable.

WHAT I DID

Install openssh-server and openssh-client.  Create a new account.  Login
to the account and create a PublicKey

ssh-keygen -t rsa

Copy the PublicKey to the authorized keys list

cat ~/.ssh/id_rsa.pub  .ssh/authorized_keys

Set the permissions along the path

chmod u+rwx,go-rwx ~/
chmod u+rwx,go-rwx ~/.ssh
chmod u+rw,go-rwx ~/.ssh/authorized_keys

Start the ssh authentication agent, and add the new key

eval `/usr/bin/ssh-agent -s`
ssh-add

Login to the account via ssh

ssh -vv localhost

Logout.

WHAT HAPPENS

Everything works as expected

WHAT I DID NEXT

Change the permission on just the home folder.

chmod g+rwx ~/

Login to the account via ssh

ssh -vv localhost

WHAT I EXPECTED

Login should still work.  It does in jaunty, and the FILES section of
the ssh man page makes no mention of restrictions on the home directory.
In fact, it talks about permissions on .ssh, which makes no sense if the
home directory is already more restricted.

WHAT HAPPENS

PublicKey authentication fails.  The reason is given in /var/log/authlog
as the wrong permissions on the home directory.

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

-- 
PublicKey authentication fails because of onerous permission rules
https://bugs.launchpad.net/bugs/522373
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 522160] [NEW] qemu 0.12.2 now available

2010-02-15 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: qemu

Jan 19, 2010 - QEMU version 0.12.2 is out

The last packaged version was for Jaunty - Karmic was skipped but a
Lucid LTS version should not be skipped.

The home page location for the project also needs updating to
http://wiki.qemu.org

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

-- 
qemu 0.12.2 now available
https://bugs.edge.launchpad.net/bugs/522160
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to qemu-kvm 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 501956] Re: OpenSSH does not log failed attempts when key authentication is used

2010-02-15 Thread Don Reid
auth_log in auth.c is not changing the error logging function from
authlog to logit for this type of error (line 258). If you use sshd
start -dd you will get the failed attempt clearly on the screen but NOT
in auth.log.

NB. Setting LogLevel to VERBOSE does show the failed attempts quite well
I think:

This account does not exist:
Feb 16 00:17:18 nono sshd[18101]: Connection from 192.168.0.247 port 36732
Feb 16 00:17:19 nono sshd[18101]: Invalid user r2 from 192.0.168.247

This account exists on the server but does not have a publickey:
Feb 16 00:17:24 nono sshd[18103]: Connection from 192.168.0.247 port 36733
Feb 16 00:17:24 nono sshd[18103]: Failed publickey for ob1 from 192.168.0.247 
port 36733 ssh2

Also note that specifically denying users through the various
allow/deny/user/group methods in sshd_config has an effect on the error
logged as well.

However I agree that the 2nd line of the two should be logged as INFO.
Will continue tomorrow...

Regards, Don.

-- 
OpenSSH does not log failed attempts when key authentication is used
https://bugs.launchpad.net/bugs/501956
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 484807] Re: module blacklisting not respected

2010-02-15 Thread Dustin Kirkland
This is now fixed in Lucid's qemu-kvm, which has converted /etc/init.d
/qemu-kvm into an upstart script, which uses modprobe -b.

** Changed in: qemu-kvm (Ubuntu)
   Status: Triaged = Fix Released

-- 
module blacklisting not respected
https://bugs.launchpad.net/bugs/484807
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 522160] Re: qemu 0.12.2 now available

2010-02-15 Thread Dustin Kirkland
qemu is now provided by the qemu-kvm source packages, in the binary
packages qemu-kvm and qemu-kvm-extras.

** Package changed: qemu (Ubuntu) = qemu-kvm (Ubuntu)

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Fix Released

-- 
qemu 0.12.2 now available
https://bugs.launchpad.net/bugs/522160
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 497149] Re: Packages using DKMS should make use of /usr/lib/dkms/common.postinst

2010-02-15 Thread Mario Limonciello
I've merged in Anders' patch, it will be in the next DKMS release.
We'll also be seeing support for dh --with-dkms for dh7 packages from
a few commits from Debian in that release.  Packages will be free to use
either way to support DKMS.

** Changed in: dkms (Ubuntu)
   Status: New = Fix Committed

** Changed in: fglrx-installer (Ubuntu)
   Status: New = Fix Committed

-- 
Packages using DKMS should make use of /usr/lib/dkms/common.postinst
https://bugs.launchpad.net/bugs/497149
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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 481847] Re: package postfix 2.6.5-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-02-15 Thread Carter90
** Changed in: postfix (Ubuntu)
   Status: Invalid = Incomplete

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

-- 
package postfix 2.6.5-3 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75
https://bugs.launchpad.net/bugs/481847
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 462626] Re: [SRU] [karmic] Authentication failure from Windows 7 when domain joined.

2010-02-15 Thread obitori
I am still experiencing the problem outlined in the 8.10 release.  Is it
fixed?  If so, could you provide more specific information on how to
switch to authentication with NTLMv1 and how to add an SPN via use of a
hostname?

Thanks!

-- 
[SRU] [karmic] Authentication failure from Windows 7 when domain joined.
https://bugs.launchpad.net/bugs/462626
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 522482] [NEW] Domain Members can not join to Samba DC (ubuntu 9.10).

2010-02-15 Thread Rosa Ferrada
Public bug reported:

Binary package hint: samba

I am unable to join my PDC or any other machine to the domain controler. When i 
do : 
net rpc -S myPDC -UmyUserpasswd (i tried whit root and doamina administrator 
user) i got:
...

rpc_api_pipe: got frag len of 48 at offset 0: NT_STATUS_OK
rpc_api_pipe: host palm returned 48 bytes.
 samr_OpenDomain: struct samr_OpenDomain
out: struct samr_OpenDomain
domain_handle: *
domain_handle: struct policy_handle
handle_type  : 0x (0)
uuid : 
----
result   : NT_STATUS_ACCESS_DENIED
could not open domain: NT_STATUS_ACCESS_DENIED
Unable to join domain RX.

log event log.myPDC
...
[2010/02/16 17:30:00,  5] lib/util.c:632(show_msg)
[2010/02/16 17:30:00,  5] lib/util.c:642(show_msg)
  size=35
  smb_com=0x71
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51201
  smb_tid=1
  smb_pid=12760
  smb_uid=100
  smb_mid=16
  smt_wct=0
  smb_bcc=0
[2010/02/16 17:30:00,  5] lib/util_sock.c:526(read_socket_with_timeout)
  read_socket_with_timeout: blocking read. EOF from client.
[2010/02/16 17:30:00,  3] smbd/sec_ctx.c:310(set_sec_ctx)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/02/16 17:30:00,  5] auth/token_util.c:522(debug_nt_user_token)
  NT user token: (NULL)
[2010/02/16 17:30:00,  5] auth/token_util.c:548(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2010/02/16 17:30:00,  5] smbd/uid.c:368(change_to_root_user)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2010/02/16 17:30:00,  3] smbd/connection.c:31(yield_connection)
  Yielding connection to
[2010/02/16 17:30:00,  3] smbd/server.c:848(exit_server_common)
  Server exit (failed to receive smb request)


I am not sure if is because the same problem but when i try to do:
r...@palm:/var/log/samba# wbinfo -u -D10
Could not get domain info
getent and getgroup work fine 

thanks a lot!

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

-- 
Domain Members can not join to Samba DC (ubuntu 9.10). 
https://bugs.launchpad.net/bugs/522482
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 522482] Re: Domain Members can not join to Samba DC (ubuntu 9.10).

2010-02-15 Thread Draycen DeCator
Possible duplicate of bug 164544? Not sure if the patch on that report
is still relevant after any upgrades.

-- 
Domain Members can not join to Samba DC (ubuntu 9.10). 
https://bugs.launchpad.net/bugs/522482
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 522482] Re: Domain Members can not join to Samba DC (ubuntu 9.10).

2010-02-15 Thread Rosa Ferrada
** Description changed:

  Binary package hint: samba
+ 
  
  I am unable to join my PDC or any other machine to the domain controler. When 
i do : 
  net rpc -S myPDC -UmyUserpasswd (i tried whit root and doamina administrator 
user) i got:
  ...
  
  rpc_api_pipe: got frag len of 48 at offset 0: NT_STATUS_OK
  rpc_api_pipe: host palm returned 48 bytes.
   samr_OpenDomain: struct samr_OpenDomain
  out: struct samr_OpenDomain
  domain_handle: *
  domain_handle: struct policy_handle
  handle_type  : 0x (0)
  uuid : 
----
  result   : NT_STATUS_ACCESS_DENIED
  could not open domain: NT_STATUS_ACCESS_DENIED
  Unable to join domain RX.
  
  log event log.myPDC
  ...
  [2010/02/16 17:30:00,  5] lib/util.c:632(show_msg)
  [2010/02/16 17:30:00,  5] lib/util.c:642(show_msg)
size=35
smb_com=0x71
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=136
smb_flg2=51201
smb_tid=1
smb_pid=12760
smb_uid=100
smb_mid=16
smt_wct=0
smb_bcc=0
  [2010/02/16 17:30:00,  5] lib/util_sock.c:526(read_socket_with_timeout)
read_socket_with_timeout: blocking read. EOF from client.
  [2010/02/16 17:30:00,  3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
  [2010/02/16 17:30:00,  5] auth/token_util.c:522(debug_nt_user_token)
NT user token: (NULL)
  [2010/02/16 17:30:00,  5] auth/token_util.c:548(debug_unix_user_token)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
  [2010/02/16 17:30:00,  5] smbd/uid.c:368(change_to_root_user)
change_to_root_user: now uid=(0,0) gid=(0,0)
  [2010/02/16 17:30:00,  3] smbd/connection.c:31(yield_connection)
Yielding connection to
  [2010/02/16 17:30:00,  3] smbd/server.c:848(exit_server_common)
Server exit (failed to receive smb request)
  
  
  I am not sure if is because the same problem but when i try to do:
  r...@palm:/var/log/samba# wbinfo -u -D10
  Could not get domain info
  getent and getgroup work fine 
  
  thanks a lot!
+ 
+ PD. The samba version is 3.4.0 - ubuntu 9.10

-- 
Domain Members can not join to Samba DC (ubuntu 9.10). 
https://bugs.launchpad.net/bugs/522482
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 521085] Re: Samba 3.4.0 denies access to Roaming Profiles for XP Clients

2010-02-15 Thread Thierry Carrez
Were you able to confirm that 3.4.5 is working correctly ?

-- 
Samba 3.4.0 denies access to Roaming Profiles for XP Clients
https://bugs.launchpad.net/bugs/521085
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 521826] Re: Error of Music Library when I restart

2010-02-15 Thread guigui14100

** Attachment added: Default Setting
   http://launchpadlibrarian.net/39207396/Capture-7.png

-- 
Error of Music Library when I restart
https://bugs.launchpad.net/bugs/521826
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 518117] Re: Internet 8.2.1: The button uses an icon not 'unlock', and the field is labeled Password

2010-02-15 Thread Matthew East
Sorry for the delay - it looks good to me.

-- 
Internet 8.2.1: The button uses an icon not 'unlock', and the field is labeled 
Password
https://bugs.launchpad.net/bugs/518117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 516325] Re: ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C

2010-02-15 Thread Stefan Bader
If it is a 2.6.32-13.18 kernel, then the patch is included. Now for
usage, from the description I would say without it and a high latency
announced C2 would not get used at all. If you see usage of C2 then I
would say the patch works. But with a high latency announced the system
less often will select C2 as it considers the longer time to get out of
that.

-- 
ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C
https://bugs.launchpad.net/bugs/516325
You received this bug notification because you are a member of 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 469820] Re: [GM45] system locks up at random intervals, except mouse

2010-02-15 Thread Geir Ove Myhr
 no luck with your ppa so far just adding it to the repository should
 have been all i needed to do, correct ?

Yes, that should be enough. There was a chance it would fix it, but it
was good to know either way. It turns out that the batchbuffer dumps
with current kernels are not useful anymore [1]. They would need a
kernel patch [2], and I haven't been able to package a kernel with
that patch yet.

Btw, you still need to subscribe to the upstream bug report (register
and add yourself to the CC field).

[1]: http://lists.freedesktop.org/archives/intel-gfx/2010-February/005810.html
[2]: http://lists.freedesktop.org/archives/intel-gfx/2010-February/005883.html

-- 
[GM45] system locks up at random intervals, except mouse
https://bugs.launchpad.net/bugs/469820
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519996] Re: Sync google-perftools 1.5-1 (universe) from Debian unstable (main)

2010-02-15 Thread Stephan Hermann
@Stefan:

baeh...so 
a) fixing libunwind 
b) removing libunwind from P-a-S
c) rebuild google-perftools

baeh...

@Roman/Reporter: would you like to do that?


\sh

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

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


[Bug 515386] Re: No attachment when thunderbird is set as default client.

2010-02-15 Thread Saïvann Carignan
I confirm that this bug is fixed, thank you very much, that was quick
and well done :-) The great thing is that any future app will also be
able to send attachments correctly with thunderbird, not only simple-
scan.

-- 
No attachment when thunderbird is set as default client.
https://bugs.launchpad.net/bugs/515386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 517713] Re: python-kde4 uninstallable (broken deps on python-{qt, sip}4)

2010-02-15 Thread Harald Sitter
Should be fixed in kdebindings/python-kde4 4:4.4.0-0ubuntu2

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

-- 
python-kde4 uninstallable (broken deps on python-{qt,sip}4)
https://bugs.launchpad.net/bugs/517713
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 522030] [NEW] doesn't work at all as always

2010-02-15 Thread fedeviola
Public bug reported:

Binary package hint: ubuntuone-client

doesn't work at all as always.
Ubuntu 9.10 64 bit

ProblemType: Bug
.home.federico..config.ubuntuone.ubuntuone.client.conf:
 [ubuntuone]
 connected = True
 connect = 0
 show_applet = 0
 bookmarked = True
Architecture: amd64
Date: Mon Feb 15 09:11:57 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release Candidate amd64 
(20091020.3)
NonfreeKernelModules: nvidia wl
Package: ubuntuone-client 1.0.3-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: ubuntuone-client
Uname: Linux 2.6.31-19-generic x86_64

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
doesn't work at all as always
https://bugs.launchpad.net/bugs/522030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 522030] Re: doesn't work at all as always

2010-02-15 Thread fedeviola

** Attachment added: .home.federico..cache.ubuntuone.log.oauth.login.log.txt
   
http://launchpadlibrarian.net/39207964/.home.federico..cache.ubuntuone.log.oauth.login.log.txt

** Attachment added: 
.home.federico..cache.ubuntuone.log.syncdaemon.exceptions.log.txt
   
http://launchpadlibrarian.net/39207965/.home.federico..cache.ubuntuone.log.syncdaemon.exceptions.log.txt

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

** Attachment added: UbuntuoneClientPackages.txt
   http://launchpadlibrarian.net/39207967/UbuntuoneClientPackages.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/39207968/XsessionErrors.txt

-- 
doesn't work at all as always
https://bugs.launchpad.net/bugs/522030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521464] Re: Please sync skanlite 0.4-kde4.4.0-1 with Debian unstable

2010-02-15 Thread Jonathan Riddell
[Updating] skanlite (0.3-kde4.3.1-3 [Ubuntu]  0.4-kde4.4.0-1 [Debian])
 * Trying to add skanlite...
  - skanlite_0.4-kde4.4.0.orig.tar.gz: downloading from 
http://ftp.debian.org/debian/
  - skanlite_0.4-kde4.4.0-1.debian.tar.bz2: downloading from 
http://ftp.debian.org/debian/
  - skanlite_0.4-kde4.4.0-1.dsc: downloading from 
http://ftp.debian.org/debian/
I: skanlite [main] - skanlite_0.3-kde4.3.1-3 [main].


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

-- 
Please sync skanlite  0.4-kde4.4.0-1 with Debian unstable
https://bugs.launchpad.net/bugs/521464
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521277] Re: Please sync Kvirc 4:4.0.0~svn3900+rc2-1 with Debian Unstable

2010-02-15 Thread Jonathan Riddell
Getting binaries for lucid...
[Updating] kvirc (4:4.0.0~svn3763-1 [Ubuntu]  4:4.0.0~svn3900+rc2-1 [Debian])
 * Trying to add kvirc...
  - kvirc_4.0.0~svn3900+rc2.orig.tar.bz2: downloading from 
http://ftp.debian.org/debian/
  - kvirc_4.0.0~svn3900+rc2-1.dsc: downloading from 
http://ftp.debian.org/debian/
  - kvirc_4.0.0~svn3900+rc2-1.debian.tar.gz: downloading from 
http://ftp.debian.org/debian/


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

-- 
Please sync Kvirc 4:4.0.0~svn3900+rc2-1 with Debian Unstable
https://bugs.launchpad.net/bugs/521277
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 517884] Re: Please sync qlandkartegt 0.17.1-1 with Debian Unstable

2010-02-15 Thread Jonathan Riddell
Getting binaries for lucid...
[Updating] qlandkartegt (0.16.0-1 [Ubuntu]  0.17.1-1 [Debian])
 * Trying to add qlandkartegt...
  - qlandkartegt_0.17.1.orig.tar.gz: downloading from 
http://ftp.debian.org/debian/
  - qlandkartegt_0.17.1-1.dsc: downloading from http://ftp.debian.org/debian/
  - qlandkartegt_0.17.1-1.diff.gz: downloading from 
http://ftp.debian.org/debian/


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

-- 
Please sync qlandkartegt 0.17.1-1 with Debian Unstable
https://bugs.launchpad.net/bugs/517884
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 66508] Re: ISO mount from context menu

2010-02-15 Thread Harald Sitter
** Changed in: kubuntu-meta (Ubuntu)
 Assignee: (unassigned) = Andreas Wenning (andreas-wenning)

-- 
ISO mount from context menu
https://bugs.launchpad.net/bugs/66508
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in ubuntu.

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


[Bug 317366] Re: urxvt menu hangs urxvt with x input frozen

2010-02-15 Thread Gregory Fong
Confirming that the version in karmic-proposed builds from source.

-- 
urxvt menu hangs urxvt with x input frozen
https://bugs.launchpad.net/bugs/317366
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 522031] [NEW] installer crashed lubuntu

2010-02-15 Thread mama21mama
Public bug reported:

crash --- http://w2t.us/46
:

lubuntu-lucid-alpha2

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

- crash --- http://w2t.us/46 
+ crash --- http://w2t.us/46
  :
+ 
+ lubuntu-lucid-alpha2

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

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


[Bug 508416] Re: Gwibber disappear

2010-02-15 Thread guigui14100
1) Install Gwibber
2) Create an account and then close Gwibber
3) Restart the computer

** Attachment added: After install
   http://launchpadlibrarian.net/39208014/Capture-8.png

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

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


[Bug 508416] Re: Gwibber disappear

2010-02-15 Thread guigui14100

** Attachment added: After Install
   http://launchpadlibrarian.net/39208047/Capture-9.png

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

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


[Bug 508416] Re: Gwibber disappear

2010-02-15 Thread guigui14100

** Attachment added: After Reboot
   http://launchpadlibrarian.net/39208068/Capture-10.png

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

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


[Bug 508416] Re: Gwibber disappear

2010-02-15 Thread guigui14100

** Attachment added: After Reboot
   http://launchpadlibrarian.net/39208084/Capture-11.png

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

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


[Bug 477922] Re: kubuntu-netbook Dell Mini 10v touchpad motion on click area

2010-02-15 Thread Harald Sitter
Maybe kcm-touchpad helps with this?

-- 
kubuntu-netbook Dell Mini 10v touchpad motion on click area
https://bugs.launchpad.net/bugs/477922
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 409119] Re: Configuration of flashplugin-installer succeeds even when download fails

2010-02-15 Thread Daniel Stoni
Same here.

Download fails from the particular site used by both flashplugin-installer AND 
Firefox 3.5
***
Richte flashplugin-installer ein (10.0.42.34ubuntu0.9.10.1) ...
Downloading...
--2010-02-15 09:01:36--  
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.0.42.34.orig.tar.gz
Auflösen des Hostnamen »archive.canonical.com« 91.189.90.142
Verbindungsaufbau zu archive.canonical.com|91.189.90.142|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 404 Not Found
2010-02-15 09:01:36 FEHLER 404: Not Found.
*** 
YET, installation completes wich no warning and success state. 

Rgds, Dani

-- 
Configuration of flashplugin-installer succeeds even when download fails
https://bugs.launchpad.net/bugs/409119
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 302272] Re: Downgrade cups to Recommends:

2010-02-15 Thread Harald Sitter
Reducing importance of kubuntu-meta task, since this needs to be fixed
in ubuntu-meta first and then merged into kubuntu-meta.

If someone could take action...? :)

** Changed in: kubuntu-meta (Ubuntu)
   Importance: High = Low

-- 
Downgrade cups to Recommends:
https://bugs.launchpad.net/bugs/302272
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in ubuntu.

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


[Bug 364519] Re: kubuntu fails to install on armel

2010-02-15 Thread Harald Sitter
** Changed in: kubuntu-meta (Ubuntu)
   Status: New = Triaged

** Changed in: kubuntu-meta (Ubuntu)
   Importance: Undecided = Medium

-- 
kubuntu fails to install on armel
https://bugs.launchpad.net/bugs/364519
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521038] Re: Backspace deletes all input

2010-02-15 Thread Ondřej Surý
kbmap used is: us and cz

locale:
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LC_CTYPE=cs_CZ.UTF-8
LC_NUMERIC=cs_CZ.UTF-8
LC_TIME=cs_CZ.UTF-8
LC_COLLATE=cs_CZ.UTF-8
LC_MONETARY=cs_CZ.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_PAPER=cs_CZ.UTF-8
LC_NAME=cs_CZ.UTF-8
LC_ADDRESS=cs_CZ.UTF-8
LC_TELEPHONE=cs_CZ.UTF-8
LC_MEASUREMENT=cs_CZ.UTF-8
LC_IDENTIFICATION=cs_CZ.UTF-8
LC_ALL=

But I get same behaviour when I unset all locale variables.

Are you sure that you have tried 5.29.90-0ubuntu1 (version from lucid)?

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

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


[Bug 492056] Re: Saitek X52 Joystick does not work

2010-02-15 Thread Stefan Bader
Just a quick answer to your question (have not looked at your data yet):
The headers are necessary, though I would expect them to be present as
the current development kernel is/was at -13, too. But you need to be on
that kernel before installing the test kernel. A patch is applied to the
kernel source code with a tool called patch, but you will have to
compile the whole kernel on your own and this requires other tools and a
lot of disk space and time.

Looked at the rdesc output now and this still seems to enumerate the
buttons incorrectly. This was with the latest test kernel? Reading
through the bug report is simpler if you always add the output of uname
-a (yes, sorry I got that wrong last time) to any other output you
collect.

In general it looks like something is still wrong/missing.

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

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


[Bug 281834] Re: KDE File Chooser for all GTK apps

2010-02-15 Thread dotancohen
 GTK+ should provide sensible desktop integration, not the
 desktop toolkit integration.

Please elaborate on that statement. It seems that GTK+ is the language
that the application is written in, and it is up to the desktop
environment to make that application fit in to the rest of the desktop.
In fact, that is exactly why KDE was founded: to provide a common look
and integration with the existing applications.

Expecting _every_application_ to implement every desktop's tools is
ludicrous. Rather, it is up to the desktop to provide integration with
the limited number of common toolkits, such as Qt and GTK.

-- 
KDE File Chooser for all GTK apps
https://bugs.launchpad.net/bugs/281834
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in ubuntu.

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


[Bug 415676] Re: nis fails to start

2010-02-15 Thread Christian Kujau
#50430 is titled NIS has problems starting before the network comes up
which is not the case here. The machine is up  running, network is
working fine, but apt-get install nis is still showing this behaviour:

---
Selecting previously deselected package nis.
Unpacking nis (from .../nis_3.17-12ubuntu1_i386.deb) ...
Setting up libslp1 (1.2.1-7.1) ...

Setting up nis (3.17-12ubuntu1) ...
 * Setting NIS domainname to: int.domain.org
 * Starting NIS services
 * binding to YP server...
 * 
[...]
 * 
   ...fail!
   ...done.
# netstat -anptu | grep yp
tcp0  0 0.0.0.0:760 0.0.0.0:*   LISTEN  
5247/ypbind
udp0  0 0.0.0.0:49725   0.0.0.0:*   
5247/ypbind
udp 9240  0 0.0.0.0:759 0.0.0.0:*   
5247/ypbind
---

FWIW, debconf is configured to low priority, so it should've asked for
missing values to start properly, e.g. let the installer choose between
a client and/or server installation of NIS. It obviously cannot bind to
YP server when no one has been configured yet.


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

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

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


[Bug 522031] Re: installer crashed lubuntu

2010-02-15 Thread mama21mama
** Changed in: ubuntu
 Assignee: (unassigned) = Lubuntu Packages Team (lubuntu-packaging)

** Changed in: ubuntu
 Assignee: Lubuntu Packages Team (lubuntu-packaging) = (unassigned)

** Changed in: ubuntu
 Assignee: (unassigned) = Lubuntu (lubuntu-desktop)

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

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


[Bug 518390] Re: Language installation

2010-02-15 Thread guigui14100
Since the report, I have reinstalled several times, and last time, it
seems to me that I had no problems (I think) ... I reconfirmed my next
installation

In the meantime I'm going to order if you detect a problem


** Tags added: apport-collected

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

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


[Bug 516381] Re: apport-gtk crashed with --- in _request()

2010-02-15 Thread guigui14100
Same problem after install, I brought that shows me the report and when
I did send her to me indicates a problem

-- 
apport-gtk crashed with --- in _request()
https://bugs.launchpad.net/bugs/516381
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 455512] Re: “share my desktop” is greyed out

2010-02-15 Thread Rumpeltux
I faced this originally using karmic, but I just updated to
2.29.90-0ubuntu2 to check and it's still greyed out (although the remote
side is still 2.28.1.1).

-- 
“share my desktop” is greyed out
https://bugs.launchpad.net/bugs/455512
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 518390] Re: Language installation

2010-02-15 Thread guigui14100
You have received the report? Apport bug when I use this command (
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/516381 )

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

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


[Bug 311869] Re: Add driver for Sentelic Touch pad

2010-02-15 Thread hansvschoot
the FSPC app gives me the missing resource file error when i try to open
it with a starter, or from another folder. using nautilus to browse into
the fspc-static-20081201 folder and then doubleclicking the fspc app
works here.

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521046] Re: can't change audio using mouse wheel

2010-02-15 Thread Sebastien Bacher
** Changed in: indicator-sound (Ubuntu)
   Importance: Undecided = Wishlist

-- 
can't change audio using mouse wheel
https://bugs.launchpad.net/bugs/521046
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 519996] Re: Sync google-perftools 1.5-1 (universe) from Debian unstable (main)

2010-02-15 Thread StefanPotyra
@Stephan: libunwind build error is strange, might be a problem
elsewhere, as the same package builds fine in unstable/amd64

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

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


[Bug 495127] Re: Shutdown/restart dialogs make it unclear whether people should wait

2010-02-15 Thread David Barth
** Branch linked: lp:~dbarth/indicator-session/updated-messages

-- 
Shutdown/restart dialogs make it unclear whether people should wait
https://bugs.launchpad.net/bugs/495127
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 452208] Re: devkit-disks-daemon crashed with SIGSEGV in dbus_g_method_return_error()

2010-02-15 Thread eviltizzy
installing ubuntu 9.10 alongside my vista partition using live cd.. 
nothing really happened other than the apport message (that is noticeable).. 
compaq presario CQ60

-- 
devkit-disks-daemon crashed with SIGSEGV in dbus_g_method_return_error()
https://bugs.launchpad.net/bugs/452208
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 522040] Re: Synaptic and apt-get can't update the system

2010-02-15 Thread Nikola Yanev

** Attachment added: synaptic
   http://launchpadlibrarian.net/39209331/2010021501.png

** Visibility changed to: Public

-- 
Synaptic and apt-get can't update the system
https://bugs.launchpad.net/bugs/522040
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 522038] [NEW] jockey tells a driver is not being in use when it actually is

2010-02-15 Thread David Planella
Public bug reported:

After enabling the -current nvidia driver, rebooting and having it
working, jockey keeps telling me that it is not in use (see screen
shot).

I'm also attaching the output of:

LANGUAGE=C jockey-gtk --list 21 | tee /tmp/jockey.txt
LANG=C dpkg -l nvidia-*

Let me know if yoou need more info.

ProblemType: Bug
Architecture: i386
Date: Mon Feb 15 09:46:38 2010
DistroRelease: Ubuntu 10.04
LiveMediaBuild: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
MachineType: LENOVO 0769AP2
NonfreeKernelModules: nvidia
Package: jockey-gtk 0.5.7-0ubuntu1
PackageArchitecture: all
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-13-generic 
root=UUID=c1368c5e-eecd-4c2d-ac4e-883437f7455b ro quiet splash
ProcEnviron:
 LANGUAGE=ca_ES.UTF-8
 LANG=ca_ES.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-13.18-generic
SourcePackage: jockey
Uname: Linux 2.6.32-13-generic i686
dmi.bios.date: 07/29/2008
dmi.bios.vendor: LENOVO
dmi.bios.version: 68ET37WW
dmi.board.name: IEL10
dmi.board.vendor: LENOVO
dmi.board.version: REFERENCE
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: No Enclosure
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnLENOVO:bvr68ET37WW:bd07/29/2008:svnLENOVO:pn0769AP2:pvr3000N200:rvnLENOVO:rnIEL10:rvrREFERENCE:cvnNoEnclosure:ct10:cvrN/A:
dmi.product.name: 0769AP2
dmi.product.version: 3000 N200
dmi.sys.vendor: LENOVO

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


** Tags: apport-bug i386 lucid

-- 
jockey tells a driver is not being in use when it actually is
https://bugs.launchpad.net/bugs/522038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 522038] Re: jockey tells a driver is not being in use when it actually is

2010-02-15 Thread David Planella

** Attachment added: jockey.txt
   http://launchpadlibrarian.net/39208858/jockey.txt

-- 
jockey tells a driver is not being in use when it actually is
https://bugs.launchpad.net/bugs/522038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 522038] Re: jockey tells a driver is not being in use when it actually is

2010-02-15 Thread David Planella

** Attachment added: nvidia-pkgs.txt
   http://launchpadlibrarian.net/39208883/nvidia-pkgs.txt

-- 
jockey tells a driver is not being in use when it actually is
https://bugs.launchpad.net/bugs/522038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 522038] Re: jockey tells a driver is not being in use when it actually is

2010-02-15 Thread David Planella

** Attachment added: Captura-Hardware Drivers.png
   http://launchpadlibrarian.net/39208831/Captura-Hardware%20Drivers.png

** Attachment added: .var.log.jockey.log.txt
   http://launchpadlibrarian.net/39208832/.var.log.jockey.log.txt

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

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

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

** Attachment added: Devices.txt
   http://launchpadlibrarian.net/39208837/Devices.txt

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

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

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

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

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

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

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

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

** Description changed:

  After enabling the -current nvidia driver, rebooting and having it
  working, jockey keeps telling me that it is not in use (see screen
  shot).
  
  I'm also attaching the output of:
  
  LANGUAGE=C jockey-gtk --list 21 | tee /tmp/jockey.txt
- LANG=C dpkg -l nvidia-glx*
+ LANG=C dpkg -l nvidia-*
  
  Let me know if yoou need more info.
  
  ProblemType: Bug
  Architecture: i386
  Date: Mon Feb 15 09:46:38 2010
  DistroRelease: Ubuntu 10.04
  LiveMediaBuild: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  MachineType: LENOVO 0769AP2
  NonfreeKernelModules: nvidia
  Package: jockey-gtk 0.5.7-0ubuntu1
  PackageArchitecture: all
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-13-generic 
root=UUID=c1368c5e-eecd-4c2d-ac4e-883437f7455b ro quiet splash
  ProcEnviron:
-  LANGUAGE=ca_ES.UTF-8
-  LANG=ca_ES.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=ca_ES.UTF-8
+  LANG=ca_ES.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-13.18-generic
  SourcePackage: jockey
  Uname: Linux 2.6.32-13-generic i686
  dmi.bios.date: 07/29/2008
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 68ET37WW
  dmi.board.name: IEL10
  dmi.board.vendor: LENOVO
  dmi.board.version: REFERENCE
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnLENOVO:bvr68ET37WW:bd07/29/2008:svnLENOVO:pn0769AP2:pvr3000N200:rvnLENOVO:rnIEL10:rvrREFERENCE:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: 0769AP2
  dmi.product.version: 3000 N200
  dmi.sys.vendor: LENOVO

-- 
jockey tells a driver is not being in use when it actually is
https://bugs.launchpad.net/bugs/522038
You received this bug notification because you are a member of 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 522030] Re: doesn't work at all as always

2010-02-15 Thread Roman Yepishev
Hello, fedeviola.

I'm sorry to hear Ubuntu One isn't working properly for you.

It looks like you have some problem with filesystem permissions that
prevent Ubuntu One from working normally.

Could you please provide the output of the following commands here?

ls -ld /home/rtg/.local/share/ubuntuone
ls -ld /home/rtg/.local/share/ubuntuone/shares

It looks like chmod() operation is failing because ubuntuone is not
owned by the user that is now running the system. If that is the case
the output of the commands given above may help in diagnosing the issue.

-- 
Roman Yepishev roman.yepis...@yandex.ua

-- 
doesn't work at all as always
https://bugs.launchpad.net/bugs/522030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521323] Re: Text scan is in black-and-white, not greyscale

2010-02-15 Thread Martin Pitt
In my previous scandoc script I used pngquant to reduce the number of
grey levels to 4 (i. e. black, white, dark grey, light grey). That
worked well enough for me, while still keeping small file sizes. I do
agree that documents with 4 or 8 gray levels are much easier to read.

-- 
Text scan is in black-and-white, not greyscale
https://bugs.launchpad.net/bugs/521323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521323] Re: Text scan is in black-and-white, not greyscale

2010-02-15 Thread Martin Pitt
In that script I also used convert -modulate 120 -level 30,60% to clean
up noise on the white background (such as text on the backside shining
through) as well as blackening washed out text. With that and a
following pngquant 4 I have gotten quite good results.

-- 
Text scan is in black-and-white, not greyscale
https://bugs.launchpad.net/bugs/521323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521088] Re: cant change the volume using keyboard

2010-02-15 Thread Chris Coulson
Ted,

I think they're referring to adjusting the slider in the new applet
using the up/down keys on the keyboard (not the dedicated media keys).
The dedicated media keys are handled by gnome-settings-daemon, and are
currently working fine (this hasn't really changed much in Lucid).

Please correct me if I've misunderstood this though

-- 
cant change the volume using keyboard
https://bugs.launchpad.net/bugs/521088
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 518818] Re: ath9k driver not working properly with AR9285

2010-02-15 Thread Franck Routier
I tried latest kernel in MailineBuils, and the bug is still here...

So I opened a bug report on bugzilla.kernel.org, with number 15313 
(http://bugzilla.kernel.org/show_bug.cgi?id=15313)

** Bug watch added: Linux Kernel Bug Tracker #15313
   http://bugzilla.kernel.org/show_bug.cgi?id=15313

-- 
ath9k driver not working properly with AR9285
https://bugs.launchpad.net/bugs/518818
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 510582] Re: power management brigtness display chages

2010-02-15 Thread Jaco Mathew
$ /usr/share/gnome-power-manager/gnome-power-bugreport

Distro version:   5.0
Kernel version:   2.6.28-17-generic
g-p-m version:2.24.2
HAL version:  0.5.12
System manufacturer:  missing
System version:   missing
System product:   missing
AC adapter present:   yes
Battery present:  yes
Laptop panel present: yes
CPU scaling present:  yes
Battery Information:
  battery.charge_level.current = 41590  (0xa276)  (int)
  battery.charge_level.design = 44096  (0xac40)  (int)
  battery.charge_level.last_full = 44096  (0xac40)  (int)
  battery.charge_level.percentage = 94  (0x5e)  (int)
  battery.charge_level.rate = 16902  (0x4206)  (int)
  battery.is_rechargeable = true  (bool)
  battery.model = 'Primary'  (string)
  battery.present = true  (bool)
  battery.rechargeable.is_charging = false  (bool)
  battery.rechargeable.is_discharging = true  (bool)
  battery.remaining_time = 8858  (0x229a)  (int)
  battery.reporting.current = 3851  (0xf0b)  (int)
  battery.reporting.design = 4083  (0xff3)  (int)
  battery.reporting.last_full = 4083  (0xff3)  (int)
  battery.reporting.rate = 1565  (0x61d)  (int)
  battery.reporting.technology = 'Li-ion'  (string)
  battery.reporting.unit = 'mAh'  (string)
  battery.serial = '45534 2009/03/23'  (string)
  battery.technology = 'lithium-ion'  (string)
  battery.type = 'primary'  (string)
  battery.vendor = 'Hewlett-Packard'  (string)
  battery.voltage.current = 11972  (0x2ec4)  (int)
  battery.voltage.design = 10800  (0x2a30)  (int)
  battery.voltage.unit = 'mV'  (string)
GNOME Power Manager Process Information:
jaco  3818  0.0  0.8 249652 14832 ?Ss   09:59   0:00 
gnome-power-manager
HAL Process Information:
111   3013  0.1  0.2  36548  5176 ?Ss   09:58   0:00 /usr/sbin/hald
root  3079  0.0  0.0  15816  1268 ?S09:58   0:00  \_ hald-runner
root  3108  0.0  0.1  28484  2068 ?S09:58   0:00  \_ 
hald-addon-input: Listening on /dev/input/event8 /dev/input/event1 
/dev/input/event0 /dev/input/event2 /dev/input/event7 /dev/input/event4
root  3127  0.0  0.1  28476  2072 ?S09:58   0:00  \_ 
/usr/lib/hal/hald-addon-generic-backlight
root  3140  0.0  0.1  28484  2064 ?S09:58   0:00  \_ 
hald-addon-storage: polling /dev/sr0 (every 2 sec)
root  3158  0.0  0.1  28492  2040 ?S09:58   0:00  \_ 
/usr/lib/hal/hald-addon-cpufreq
111   3159  0.0  0.1  32392  2072 ?S09:58   0:00  \_ 
hald-addon-acpi: listening on acpid socket /var/run/acpid.socket

-- 
power management brigtness display chages
https://bugs.launchpad.net/bugs/510582
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 502654] Re: Please merge protobuf 2.2.0a-0.1 (main) from Debian testing (main)

2010-02-15 Thread Daniel Holbach
I ran into https://bugs.launchpad.net/bzr/+bug/522041

Can you provide a debdiff please?

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

-- 
Please merge protobuf 2.2.0a-0.1 (main) from Debian testing (main)
https://bugs.launchpad.net/bugs/502654
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 474790] Re: DeviceKit should ignore SmartWare partitions when using Western Digital external drives

2010-02-15 Thread Martin Pitt
This is fixed in lucid now (in udisks)

** Package changed: devicekit-disks (Ubuntu) = udisks (Ubuntu)

** Changed in: udisks (Ubuntu)
   Status: Fix Committed = Fix Released

** Summary changed:

- DeviceKit should ignore SmartWare partitions when using Western Digital 
external drives
+ Should ignore SmartWare partitions when using Western Digital external drives

** Project changed: devicekit = udisks

-- 
Should ignore SmartWare partitions when using Western Digital external drives
https://bugs.launchpad.net/bugs/474790
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 470218] Re: Glom: No examples/templates available on Karmic (fixed in Lucid)

2010-02-15 Thread Peter Penz
Alessio, has the fix been tested on Lucid? I applied your patch for Karmic on 
the Openismus-PPA (https://launchpad.net/~openismus-team/+archive/ppa) and 
needed to adjust the path in debian/glom-doc.install from:
examples usr/share/glom/doc
(Lucid) to
examples usr/share/doc/glom
(Karmic), because glom-1.12.6 searches at doc/glom for the examples.

-- 
Glom: No examples/templates available on Karmic (fixed in Lucid)
https://bugs.launchpad.net/bugs/470218
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 357067] Re: javascript parsing error

2010-02-15 Thread Arthur Clune

An update has been posted on the web page:

https://bugs.launchpad.net/beautifulsoup/+bug/357067

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

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


[Bug 512459] Re: Winbind failed to connect to AD: Program lacks support for encryption type

2010-02-15 Thread stiV
according to https://wiki.ubuntu.com/LTSDebianImportFreeze packages
will only be imported from Debian testing in this way on a case by case
basis or by explicit request from a developer.

will this be done?

-- 
Winbind failed to connect to AD: Program lacks support for encryption type
https://bugs.launchpad.net/bugs/512459
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 522040] Re: Synaptic and apt-get can't update the system

2010-02-15 Thread Nikola Yanev
** Changed in: apt (Ubuntu)
 Assignee: (unassigned) = Michael Vogt (mvo)

-- 
Synaptic and apt-get can't update the system
https://bugs.launchpad.net/bugs/522040
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 476654] Re: CD eject but not unmount when using drive button

2010-02-15 Thread Martin Pitt
** Package changed: devicekit-disks (Ubuntu) = udisks (Ubuntu)

-- 
CD eject but not unmount when using drive button
https://bugs.launchpad.net/bugs/476654
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 441302] Re: update-notifier-kde crashed with ImportError in module()

2010-02-15 Thread Harald Sitter
We are closing this bug report because it lacks the information we need
to investigate the problem, as requested in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and
change the status back to New. Thanks again!

** Changed in: update-notifier-kde (Ubuntu)
   Status: Incomplete = Invalid

-- 
update-notifier-kde crashed with ImportError in module()
https://bugs.launchpad.net/bugs/441302
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to update-notifier-kde in ubuntu.

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


[Bug 466575] Re: secure remove of external USB-HDD produces error

2010-02-15 Thread Martin Pitt
** Package changed: devicekit-disks (Ubuntu) = udisks (Ubuntu)

** Project changed: devicekit = udisks

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

-- 
secure remove of external USB-HDD produces error
https://bugs.launchpad.net/bugs/466575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 367495] Re: [intrepid]: no upgrade notification for jaunty received, manual attempt says nothing to upgrade

2010-02-15 Thread Harald Sitter
Anyone else who was experiencing this issue, can tell whether it is
valid for karmic?

-- 
[intrepid]: no upgrade notification for jaunty received, manual attempt says 
nothing to upgrade
https://bugs.launchpad.net/bugs/367495
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to update-notifier-kde in ubuntu.

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


  1   2   3   4   5   6   7   8   9   10   >