[Bug 701886] Re: no Access to SAMBA Server from Windows ADS

2011-01-13 Thread emu
Hello,

i dont no but today all works fine

i have nothing change yesterday, an today works :-\

i say thank you to all guys

thx

by emu

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/701886

Title:
  no Access to SAMBA Server from Windows ADS

-- 
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 701886] Re: no Access to SAMBA Server from Windows ADS

2011-01-13 Thread emu
** Changed in: samba (Ubuntu)
   Status: New = Fix Committed

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/701886

Title:
  no Access to SAMBA Server from Windows ADS

-- 
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 702265] [NEW] Error with overlapping idmap uids and gids

2011-01-13 Thread Jesús Martínez
Public bug reported:

Binary package hint: samba

I have set a samba domain with idmap ldap, this is my idmap config:

idmap config DOMAIN:backend = ldap
idmap config DOMAIN:readonly = no
idmap config DOMAIN:default = yes
idmap config DOMAIN:ldap_base_dn = ou=idmap,ou=baseou,dc=mydomain,dc=com
idmap config DOMAIN:ldap_user_dn = cn=admin,dc=mydomain,dc=com
idmap config DOMAIN:ldap_url = ldap://localhost
idmap config DOMAIN:range = 5-5

#idmap backend = ldap:ldap://localhost
idmap uid = 1-1
idmap gid = 1-1
#idmap gid = 2-2
idmap alloc backend = ldap
idmap alloc config : ldap_url = ldap://localhost
idmap alloc config:ldap_user_dn = cn=admin,dc=mydomain,dc=com
idmap alloc config : ldap_base_dn = ou=idmap,ou=baseou,dc=mydomain,dc=com
idmap alloc config:range = 5-5

Once I have set up this in smb.conf, I stop smbd service and restart winbind, 
then I issue net sam provision command, at this point everything is ok and 
the ldap is provisioned properly. As you know, the provision creates these 
users and groups:
- Administrator - UID=1;GID=10001
- nobody - UID=65534;GID=65534
- domguests - GID=65534
- domusers - GID=1
- domadmins - GID=10001

After that, I create a new user called usuprueba1, wich is created with
uid=10001 and gid=1.

Also, I have set up a share called usuarios where the home directories of the 
users will be placed:
[Usuarios]
comment = Directorios home de los usuarios
path = /opt/usuarios
browseable = yes
directory mask = 0700
read only = no
valid users = %U
hide unreadable = yes
root preexec = /opt/scripts/crearHomes.sh %U

The crearHomes.sh script creates automatically the home folder of the
user, right into /opt/usuarios (i.e. /opt/usuarios/administrator or
/opt/usuarios/usuprueba1). This is also working perfectly.

as you can see, the home directories are created with 0700 mask, so,
they are only readable by the owner user.

The problem comes when I issue a smbclient command with user
administrator and usuprueba1 against Usuarios share, it shows me up the
both directories (administrator and usuprueba1)!

root@server:/opt/usuarios# smbclient '//SERVER/Usuarios' -c 'dir' -U 
'usuprueba1'  -d 0  -W 'DOMAIN' -O 'TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE 
SO_RCVBUF=8192 SO_SNDBUF=8192' -b 1200
Enter usuprueba1's password:
Domain=[SAMBA-SEF] OS=[Unix] Server=[Samba 3.4.7]
  .   D0  Thu Jan 13 09:45:48 2011
  ..  D0  Tue Dec 28 11:30:55 2010
  usuprueba1  D0  Thu Jan 13 09:19:14 2011
  administrator   D0  Wed Jan 12 14:14:39 2011

root@server:/opt/usuarios# smbclient '//SERVER/Usuarios' -c 'dir' -U 
'usuprueba1'  -d 0  -W 'DOMAIN' -O 'TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE 
SO_RCVBUF=8192 SO_SNDBUF=8192' -b 1200
Enter administrator's password:
Domain=[SAMBA-SEF] OS=[Unix] Server=[Samba 3.4.7]
  .   D0  Thu Jan 13 09:46:48 2011
  ..  D0  Tue Dec 28 11:30:55 2010
  usuprueba1  D0  Thu Jan 13 09:19:14 2011
  administrator   D0  Wed Jan 12 14:14:39 2011

I have checked permissions with ls -l and getfacl, these are the results:
root@server:/opt/usuarios# ls -l
total 44
drwx-- 2 administrator root  4096 2011-01-12 14:14 administrator
drwx-- 2 10001 root  4096 2011-01-13 09:19 usuprueba1

root@server:/opt/usuarios# getfacl administrator/ usuprueba1/
# file: administrator/
# owner: administrator
# group: root
user::rwx
group::---
other::---

# file: usuprueba1/
# owner: 10001
# group: root
user::rwx
group::---
other::---

I also have done a test in windows, login in with usuprueba1 user and checking 
permissions of both directories:
For usuprueba1 directory:
usuprueba1 - Total access
root - No permission
domain users - No permission

For administrator directory:
domain users - Total access
root - No permission
domain admins - No permission

As I can see with this results, the ACLs of administrator directory are
not ok, domain users should not appear, it would be administrator
instead, casually administrator has UID=1 and Domain Users groups
has GID=1, it makes me think that somehow, samba is confusing group
and user permissions.

I made another test, it was changing idmap gid values, and make it not
overlap with idmap uid values, this time it worked perfectly,
permissions were set properly and smbclient comand gave me the right
result.

Attached full smb.conf

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


** Tags: idmap permission samba winbind

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/702265

Title:
  Error with overlapping idmap uids and gids

-- 

[Bug 702265] Re: Error with overlapping idmap uids and gids

2011-01-13 Thread Jesús Martínez

** Attachment added: Full smb.conf
   https://bugs.launchpad.net/bugs/702265/+attachment/1792367/+files/smb.conf

** Description changed:

  Binary package hint: samba
  
  I have set a samba domain with idmap ldap, this is my idmap config:
  
  idmap config DOMAIN:backend = ldap
  idmap config DOMAIN:readonly = no
  idmap config DOMAIN:default = yes
  idmap config DOMAIN:ldap_base_dn = ou=idmap,ou=baseou,dc=mydomain,dc=com
  idmap config DOMAIN:ldap_user_dn = cn=admin,dc=mydomain,dc=com
  idmap config DOMAIN:ldap_url = ldap://localhost
  idmap config DOMAIN:range = 5-5
  
  #idmap backend = ldap:ldap://localhost
  idmap uid = 1-1
  idmap gid = 1-1
  #idmap gid = 2-2
  idmap alloc backend = ldap
  idmap alloc config : ldap_url = ldap://localhost
  idmap alloc config:ldap_user_dn = cn=admin,dc=mydomain,dc=com
  idmap alloc config : ldap_base_dn = ou=idmap,ou=baseou,dc=mydomain,dc=com
  idmap alloc config:range = 5-5
  
  Once I have set up this in smb.conf, I stop smbd service and restart winbind, 
then I issue net sam provision command, at this point everything is ok and 
the ldap is provisioned properly. As you know, the provision creates these 
users and groups:
- - Administrator - UID=1;GID=10001
- - nobody - UID=65534;GID=65534
- - domguests - GID=65534
- - domusers - GID=1
- - domadmins - GID=10001
+ - Administrator - UID=1;GID=10001
+ - nobody - UID=65534;GID=65534
+ - domguests - GID=65534
+ - domusers - GID=1
+ - domadmins - GID=10001
  
  After that, I create a new user called usuprueba1, wich is created with
  uid=10001 and gid=1.
  
  Also, I have set up a share called usuarios where the home directories of the 
users will be placed:
  [Usuarios]
  comment = Directorios home de los usuarios
  path = /opt/usuarios
  browseable = yes
  directory mask = 0700
  read only = no
  valid users = %U
  hide unreadable = yes
  root preexec = /opt/scripts/crearHomes.sh %U
  
  The crearHomes.sh script creates automatically the home folder of the
  user, right into /opt/usuarios (i.e. /opt/usuarios/administrator or
  /opt/usuarios/usuprueba1). This is also working perfectly.
  
  as you can see, the home directories are created with 0700 mask, so,
  they are only readable by the owner user.
  
  The problem comes when I issue a smbclient command with user
  administrator and usuprueba1 against Usuarios share, it shows me up the
  both directories (administrator and usuprueba1)!
  
- root@mambo:/opt/usuarios# smbclient '//SERVER/Usuarios' -c 'dir' -U 
'usuprueba1'  -d 0  -W 'DOMAIN' -O 'TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE 
SO_RCVBUF=8192 SO_SNDBUF=8192' -b 1200 
- Enter usuprueba1's password: 
+ root@server:/opt/usuarios# smbclient '//SERVER/Usuarios' -c 'dir' -U 
'usuprueba1'  -d 0  -W 'DOMAIN' -O 'TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE 
SO_RCVBUF=8192 SO_SNDBUF=8192' -b 1200
+ Enter usuprueba1's password:
  Domain=[SAMBA-SEF] OS=[Unix] Server=[Samba 3.4.7]
-   .   D0  Thu Jan 13 09:45:48 2011
-   ..  D0  Tue Dec 28 11:30:55 2010
-   usuprueba1  D0  Thu Jan 13 09:19:14 2011
-   administrator   D0  Wed Jan 12 14:14:39 2011
+   .   D0  Thu Jan 13 09:45:48 2011
+   ..  D0  Tue Dec 28 11:30:55 2010
+   usuprueba1  D0  Thu Jan 13 09:19:14 2011
+   administrator   D0  Wed Jan 12 14:14:39 2011
  
- root@mambo:/opt/usuarios# smbclient '//SERVER/Usuarios' -c 'dir' -U 
'usuprueba1'  -d 0  -W 'DOMAIN' -O 'TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE 
SO_RCVBUF=8192 SO_SNDBUF=8192' -b 1200 
- Enter administrator's password: 
+ root@server:/opt/usuarios# smbclient '//SERVER/Usuarios' -c 'dir' -U 
'usuprueba1'  -d 0  -W 'DOMAIN' -O 'TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE 
SO_RCVBUF=8192 SO_SNDBUF=8192' -b 1200
+ Enter administrator's password:
  Domain=[SAMBA-SEF] OS=[Unix] Server=[Samba 3.4.7]
-   .   D0  Thu Jan 13 09:46:48 2011
-   ..  D0  Tue Dec 28 11:30:55 2010
-   usuprueba1  D0  Thu Jan 13 09:19:14 2011
-   administrator   D0  Wed Jan 12 14:14:39 2011
+   .   D0  Thu Jan 13 09:46:48 2011
+   ..  D0  Tue Dec 28 11:30:55 2010
+   usuprueba1  D0  Thu Jan 13 09:19:14 2011
+   administrator   D0  Wed Jan 12 14:14:39 2011
  
  I have checked permissions with ls -l and getfacl, these are the results:
- root@mambo:/opt/usuarios# ls -l
+ root@server:/opt/usuarios# ls -l
  total 44
  drwx-- 2 administrator root  4096 2011-01-12 

[Bug 579596] Re: VNC console doesn't accept keyboard input during PXE boot

2011-01-13 Thread Sergey Svishchev
similar problem: bug 565616

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
https://bugs.launchpad.net/bugs/579596

Title:
  VNC console doesn't accept keyboard input during PXE boot

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


Re: [Bug 687985] Re: [FTBFS] package 'nut' (2.4.3-1ubuntu5) failed to build on natty

2011-01-13 Thread Arnaud Quette
2011/1/10 Laurent Bigonville bi...@bigon.be

 I've found the issue.

 Actually the nut_check_*.m4 are setting *_LDFLAGS instead of *_LIBS, and
 due to a toolchain change this become visible (gcc -o testusb testusb.c
 -lusb is working but gcc -o testusb -lusb testusb.c is not working
 anymore)

 Any reason nut is not using PKG_CHECK_MODULE macro?


the most basic ones: lack of time / manpower and low priority task.
until now, the wide availability of the macro was also another, though it
should be good now.
I know that we can ship our own version, but that can lead to other issues.

thanks for your patch Laurent, I've just applied it (r2821).
so it will be available in 2.6.0 (a little bit more retained due to late bug
reports like this one).

cheers,
Arnaud
-- 
Linux / Unix Expert RD - Eaton - http://powerquality.eaton.com
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://www.debian.org
Free Software Developer - http://arnaud.quette.free.fr/

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.
https://bugs.launchpad.net/bugs/687985

Title:
  [FTBFS] package 'nut' (2.4.3-1ubuntu5) failed to build on natty

-- 
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 701765] Re: open_basedir breaks by restricting paths to files that should be allowed; Unknown: Failed opening required '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0

2011-01-13 Thread kapsi
I got the update now on Hardy (13.01.2011 - 14:15 - Austria). The bug is
fixed, thanks for quick response!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/701765

Title:
  open_basedir breaks by restricting paths to files that should be
  allowed; Unknown: Failed opening required
  '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on
  line 0

-- 
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 701765] Re: open_basedir breaks by restricting paths to files that should be allowed; Unknown: Failed opening required '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0

2011-01-13 Thread Yabawock
Can confirm the fix works on 10.04.1 LTS. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/701765

Title:
  open_basedir breaks by restricting paths to files that should be
  allowed; Unknown: Failed opening required
  '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on
  line 0

-- 
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 702404] [NEW] cannot change scores in /etc/spamassassin/local.cf/local

2011-01-13 Thread Antonio J. de Oliveira
Public bug reported:

Binary package hint: spamassassin

Hello

Running ubuntu lucid lynx 2.6.32-27-generic-pae 32-bit and spamassassin 3.3.1
I can create rules and check that those are applied.
Any created rule has a score of 1.0, in spite I assign a score in local.cf with.

e.g.
header LOCAL_DEMONSTRATION_SUBJECT Subject =~ /\btest\b/i
score LOCAL_DEMONSTRATION_FROM 0.1

scorespaceRULLEtabn.n

if i try to modify existing rules, the result is the same score is not
applied.

all other options configured in local.cf work.

Cheers

Antonio

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to spamassassin in ubuntu.
https://bugs.launchpad.net/bugs/702404

Title:
  cannot change scores in /etc/spamassassin/local.cf/local

-- 
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 702433] [NEW] Graphical SSH passphrase prompt does not come up in front/foreground of guake terminal (focus)

2011-01-13 Thread komputes
Public bug reported:

Graphical SSH passphrase prompt does not come up in front/foreground of
guake terminal (focus).

Steps to reproduce:
1) Open a Guake Terminal
2) SSH into a machine which requires pubkey auth

What happens:
Graphical SSH Passphrase window shows up behind the terminal and blocks 
interface. One must click on it to see it.

Expected:
-Passphrase should be asked from the command line (how would I change this?)
-GUI passphrase window should be on top of all other windows

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: openssh-client 1:5.3p1-3ubuntu4
ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
Uname: Linux 2.6.32-27-generic i686
Architecture: i386
Date: Thu Jan 13 11:07:26 2011
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Release Candidate i386 
(20100419.1)
ProcEnviron:
 LANGUAGE=en_US:en_CA:en
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: openssh

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

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


** Tags: apport-bug i386 lucid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.
https://bugs.launchpad.net/bugs/702433

Title:
  Graphical SSH passphrase prompt does not come up in front/foreground
  of guake terminal (focus)

-- 
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 702433] Re: Graphical SSH passphrase prompt does not come up in front/foreground of guake terminal (focus)

2011-01-13 Thread komputes

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.
https://bugs.launchpad.net/bugs/702433

Title:
  Graphical SSH passphrase prompt does not come up in front/foreground
  of guake terminal (focus)

-- 
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 702472] [NEW] package bind9 1:9.7.1.dfsg.P2-2ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-13 Thread Wylde Stile
Public bug reported:

Binary package hint: bind9

 Ubuntu 11.04 - the Natty Narwhal

bind9:
  Installed: 1:9.7.1.dfsg.P2-2ubuntu0.1
  Candidate: 1:9.7.1.dfsg.P2-2ubuntu0.1

apt-get install bind9

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: bind9 1:9.7.1.dfsg.P2-2ubuntu0.1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic x86_64
NonfreeKernelModules: nvidia wl
AptOrdering: bind9: Configure
Architecture: amd64
Date: Mon Jan 10 15:30:47 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100804)
SourcePackage: bind9
Title: package bind9 1:9.7.1.dfsg.P2-2ubuntu0.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: amd64 apport-package maverick

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.
https://bugs.launchpad.net/bugs/702472

Title:
  package bind9 1:9.7.1.dfsg.P2-2ubuntu0.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 702472] Re: package bind9 1:9.7.1.dfsg.P2-2ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-13 Thread Wylde Stile


-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.
https://bugs.launchpad.net/bugs/702472

Title:
  package bind9 1:9.7.1.dfsg.P2-2ubuntu0.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 672986] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

2011-01-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-virt/ubuntu/natty/euca2ools/natty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.
https://bugs.launchpad.net/bugs/672986

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

-- 
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 667793] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem label

2011-01-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-virt/ubuntu/natty/euca2ools/natty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.
https://bugs.launchpad.net/bugs/667793

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem label

-- 
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 525674] Re: apt-check hangs, preventing login via SSH

2011-01-13 Thread Dan Muresan
What connects loging in to running update-notifier? I'd like to disable
that (especially for SSH logins) without removing update-notifier
completely.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/525674

Title:
  apt-check hangs, preventing login via SSH

-- 
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 525674] Re: apt-check hangs, preventing login via SSH

2011-01-13 Thread Dan Muresan
To answer self, there are pam_motd references in /etc/pam.d/{login,ssh}
(!). 'Cause hey, you never know when you need that important ssh session
or CONSOLE login delayed for a while...

And since the very same friendly developers will be in charge of the
next release (and the next one after that), there's no telling how many
more pleasant surprises like this one we will have the next time we
upgrade. Of course they never tell you how to disable these surprises
in the RELEASE NOTES -- that would spoil the fun. They like you spending
time treasure-hunting the goodies they hide in various dark corners of
the distro.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/525674

Title:
  apt-check hangs, preventing login via SSH

-- 
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 694059] Re: qemu fatal cp15 message report and image creation block

2011-01-13 Thread Ricardo Salveti
This also happens with Maverick, as we're using 0.12.5+noroms-
0ubuntu7.1. Would be good to have it fixed in order to create natty
rootfs with rootstock.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
https://bugs.launchpad.net/bugs/694059

Title:
  qemu fatal cp15 message report and image creation block

-- 
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 694059] Re: qemu fatal cp15 message report and image creation block

2011-01-13 Thread Steve Langasek
** Changed in: qemu-kvm (Ubuntu)
   Status: New = Fix Released

** Also affects: qemu-kvm (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Changed in: qemu-kvm (Ubuntu Maverick)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
https://bugs.launchpad.net/bugs/694059

Title:
  qemu fatal cp15 message report and image creation block

-- 
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 672986] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

2011-01-13 Thread Launchpad Bug Tracker
This bug was fixed in the package ec2-ami-tools - 1.3.49953-0ubuntu2

---
ec2-ami-tools (1.3.49953-0ubuntu2) natty; urgency=low

  * copy filesystem uuid, label, fstype from source filesytem to
bundled volume (LP: #667793, #672986)
 -- Scott Moser smo...@ubuntu.com   Thu, 13 Jan 2011 13:42:01 -0500

** Changed in: ec2-ami-tools (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.
https://bugs.launchpad.net/bugs/672986

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

-- 
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 667793] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem label

2011-01-13 Thread Launchpad Bug Tracker
This bug was fixed in the package ec2-ami-tools - 1.3.49953-0ubuntu2

---
ec2-ami-tools (1.3.49953-0ubuntu2) natty; urgency=low

  * copy filesystem uuid, label, fstype from source filesytem to
bundled volume (LP: #667793, #672986)
 -- Scott Moser smo...@ubuntu.com   Thu, 13 Jan 2011 13:42:01 -0500

** Changed in: ec2-ami-tools (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.
https://bugs.launchpad.net/bugs/667793

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem label

-- 
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 668434] Re: ec2-bundle-vol should copy filesystem label

2011-01-13 Thread Scott Moser
*** This bug is a duplicate of bug 667793 ***
https://bugs.launchpad.net/bugs/667793

** This bug has been marked a duplicate of bug 667793
   euca-bundle-vol/ec2-bundle-vol should copy filesystem label
 * You can subscribe to bug 667793 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/euca2ools/+bug/667793/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-ami-tools in ubuntu.
https://bugs.launchpad.net/bugs/668434

Title:
  ec2-bundle-vol should copy filesystem label

-- 
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 700741] Re: dovecot won't start during boot

2011-01-13 Thread Jussi Jaurola
Thank you. So Dovecot is starting if you start it manually, but not
during boot?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.
https://bugs.launchpad.net/bugs/700741

Title:
  dovecot won't start during boot

-- 
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 672986] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

2011-01-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/ec2-ami-tools

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.
https://bugs.launchpad.net/bugs/672986

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

-- 
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 667793] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem label

2011-01-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/ec2-ami-tools

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.
https://bugs.launchpad.net/bugs/667793

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem label

-- 
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 697802] Re: cannot log on to shared folders on this or other server

2011-01-13 Thread Jussi Jaurola
This bug report is being closed due to your last comment regarding this
being fixed with an update. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/697802

Title:
  cannot log on to shared folders on this or other server

-- 
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 700741] Re: dovecot won't start during boot

2011-01-13 Thread Leander Janssen
Yes, when I (re)start it after boot it starts successfully.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.
https://bugs.launchpad.net/bugs/700741

Title:
  dovecot won't start during boot

-- 
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 558793] Re: net ads dns register fails in 2008 R2 domain

2011-01-13 Thread Timo Aaltonen
This is now fixed upstream, perhaps the patch could be backported for
lucid? (it was only accepted for master and 3.5-branch)

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/558793

Title:
  net ads dns register fails in 2008 R2 domain

-- 
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 702626] Re: euca2ools published images do not run on ec2

2011-01-13 Thread Scott Moser


-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.
https://bugs.launchpad.net/bugs/702626

Title:
  euca2ools published images do not run on ec2

-- 
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 702626] [NEW] euca2ools published images do not run on ec2

2011-01-13 Thread Scott Moser
Public bug reported:

Binary package hint: euca2ools

images bundled with euca-bundle-img do not run on EC2, but go from
'pending' to 'terminated'.

Below is an example, that can be run on natty, given appropriately
configured euca2ools.

-
bucket=MY_BUCKET_HERE; # set your bucket here
imgurl=http://smoser.brickies.net/ubuntu/ttylinux-uec/ttylinux-uec-i686-12.1_2.6.35-22_1.tar.gz
wget ${imgurl} -O ${imgurl##*/}
tar -Sxvzf ${imgurl##*/}
img=$(ls *.img)

n=euca;
rm -Rf ${n}-wd;
mkdir ./${n}-wd;
EC2PRE=${n}- uec-publish-image --kernel aki-407d9529 \
   -vv --rename mytest-${n}.img --working-dir ${n}-wd  \
   i386 ${img} $bucket;

The above will result in a ami that will go straight from pending to 
'terminated'.
Using the ec2-api-tools and ec2-ami-tools, the instance will start and go to 
'running'.  Note, that it won't actually boot, but that is a problem with the 
image itself, not with the tools (some bug with pv-grub loading).

With the newest version of cloud-utils, you can set up your environment
variables correctly, and then just change 'euca' to 'ec2' to use the
ec2-a[mp]i-tools rather than euca2ools, and it will all work.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: euca2ools 1.3.1-0ubuntu1
ProcVersionSignature: User Name 2.6.37-12.26-virtual 2.6.37
Uname: Linux 2.6.37-12-virtual x86_64
Architecture: amd64
Date: Thu Jan 13 21:46:32 2011
Ec2AMI: ami-4e768727
Ec2AMIManifest: 
ubuntu-images-testing-us/ubuntu-natty-daily-amd64-server-20110112.manifest.xml
Ec2AvailabilityZone: us-east-1c
Ec2InstanceType: m1.large
Ec2Kernel: aki-427d952b
Ec2Ramdisk: unavailable
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.utf8
 SHELL=/bin/bash
SourcePackage: euca2ools

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


** Tags: amd64 apport-bug ec2-images natty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.
https://bugs.launchpad.net/bugs/702626

Title:
  euca2ools published images do not run on ec2

-- 
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 702641] [NEW] samba.schema missing

2011-01-13 Thread Thomas Schweikle
Public bug reported:

Binary package hint: samba

Samba schema is missing from samba installation and related parts.

This means:
if one likes to install samba schema into his ldap-server he/she must:
1. get an other distribution. SuSE, Debian, Fedora, FreeBSD or else will do.
2. Install this distribution, then copy samba.schema from 
/usr/doc/samba/samba.schema.
3. Trow away the installed distribution since we have what we need

Second possibility:
1. get the samba sources. www.samba.org may have helpful hints.
2. install samba compiling form sources
3. copy /usr/doc/samba/samba.schema

The first solution takes about some hours to download the CD/DVD, some further 
hours to install
The second takes some hours of learning how to setup compilers an else to make 
samba compile.

Could we please have a solution fixing the installed packages, not
relying on one to have to install an other system just to get something
fixed because of some stupid missing file???

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: samba 2:3.5.4~dfsg-1ubuntu8.1
ProcVersionSignature: Ubuntu 2.6.35-24.42-server 2.6.35.8
Uname: Linux 2.6.35-24-server x86_64
Architecture: amd64
Date: Thu Jan 13 23:13:49 2011
InstallationMedia: Ubuntu-Server 10.10 Maverick Meerkat - Release amd64 
(20101007)
NmbdLog:
 
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SambaServerRegression: Yes
SmbConfInclude: Yes
SmbLog:
 
SourcePackage: samba
WindowsFailedConnect: Yes

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


** Tags: amd64 apport-bug maverick

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/702641

Title:
  samba.schema missing

-- 
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 702641] Re: samba.schema missing

2011-01-13 Thread Thomas Schweikle


-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/702641

Title:
  samba.schema missing

-- 
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 702626] Re: euca2ools published images do not run on ec2

2011-01-13 Thread Scott Moser
I believe that I've tested with trunk boto and trunk euca2ools and seen
it working there.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.
https://bugs.launchpad.net/bugs/702626

Title:
  euca2ools published images do not run on ec2

-- 
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 702659] [NEW] sed: can't read /etc/ldap/slapd.d//cn=config.ldif: No such file or directory

2011-01-13 Thread Thomas Schweikle
Public bug reported:

That is OK: the directory exists, but is empty!

There is no hint nowhere on how to reset an unwilling to perform LDAP-
Server in Ubuntu. None of the howtos do have neccessary information.

It is said dpkg-reconfigure shall reset the configuration. But why
does this only cry out File not found instead of creating a new config
from scratch?

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: slapd 2.4.23-0ubuntu3.4
ProcVersionSignature: Ubuntu 2.6.35-24.42-server 2.6.35.8
Uname: Linux 2.6.35-24-server x86_64
Architecture: amd64
CNConfig: Error: command ['/usr/bin/ldapsearch', '-Q', '-LLL', '-Y EXTERNAL', 
'-H ldapi:///', '-b cn=config'] failed with exit code 255: 
ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1)
Date: Fri Jan 14 00:00:22 2011
InstallationMedia: Ubuntu-Server 10.10 Maverick Meerkat - Release amd64 
(20101007)
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: openldap

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


** Tags: amd64 apport-bug maverick

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.
https://bugs.launchpad.net/bugs/702659

Title:
  sed: can't read /etc/ldap/slapd.d//cn=config.ldif: No such file or
  directory

-- 
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 702659] Re: sed: can't read /etc/ldap/slapd.d//cn=config.ldif: No such file or directory

2011-01-13 Thread Thomas Schweikle


-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.
https://bugs.launchpad.net/bugs/702659

Title:
  sed: can't read /etc/ldap/slapd.d//cn=config.ldif: No such file or
  directory

-- 
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 702641] Re: samba.schema missing

2011-01-13 Thread Jelmer Vernooij
Debian doesn't include samba.schema either.

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

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/702641

Title:
  samba.schema missing

-- 
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 702641] Re: samba.schema missing

2011-01-13 Thread Jelmer Vernooij
There's no need to compile samba from source to get the schema, as far
as I know upstream doesn't install the schema. You can get the schema
from the examples/ directory though.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/702641

Title:
  samba.schema missing

-- 
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 702641] Re: samba.schema missing

2011-01-13 Thread Bug Watch Updater
** Changed in: samba (Debian)
   Status: Unknown = New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/702641

Title:
  samba.schema missing

-- 
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 602060] Re: Virtio network stops working after dynamic virtio disk attachment

2011-01-13 Thread Eric Heydrick
Could the fix be backported to Lucid?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.
https://bugs.launchpad.net/bugs/602060

Title:
  Virtio network stops working after dynamic virtio disk attachment

-- 
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 671431] Re: package drbd8-source 2:8.3.7-1ubuntu2.1 failed to install/upgrade: drbd8 kernel module failed to build

2011-01-13 Thread Launchpad Bug Tracker
[Expired for drbd8 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: drbd8 (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in ubuntu.
https://bugs.launchpad.net/bugs/671431

Title:
  package drbd8-source 2:8.3.7-1ubuntu2.1 failed to install/upgrade:
  drbd8 kernel module failed to build

-- 
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 509562] Re: euca-bundle-image returns Odd-length string error

2011-01-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-virt/ubuntu/natty/euca2ools/natty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.
https://bugs.launchpad.net/bugs/509562

Title:
  euca-bundle-image returns Odd-length string error

-- 
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 672986] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

2011-01-13 Thread Scott Moser
** Also affects: ec2-ami-tools (Ubuntu Lucid)
   Importance: Undecided
   Status: New

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

** Also affects: ec2-ami-tools (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Also affects: euca2ools (Ubuntu Maverick)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.
https://bugs.launchpad.net/bugs/672986

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

-- 
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 672986] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

2011-01-13 Thread Scott Moser
I've uploaded maverick and lucid packages for both ec2-ami-tools and
euca2ools with the proposed fixes to my ppa at
https://launchpad.net/~smoser/+archive/ppa/+packages .

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.
https://bugs.launchpad.net/bugs/672986

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

-- 
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 700545] Re: type 'exceptions.AttributeError': 'NoneType' object has no attribute 'gettext'

2011-01-13 Thread Sebastian Heinlein
This was fixed in rev. 536.1.3. Could you please confirm? Thanks.

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

Title:
  type 'exceptions.AttributeError': 'NoneType' object has no attribute
  'gettext'

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


[Bug 700545] Re: type 'exceptions.AttributeError': 'NoneType' object has no attribute 'gettext'

2011-01-13 Thread Sebastian Heinlein
The current version natty should include the fix.

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

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

Title:
  type 'exceptions.AttributeError': 'NoneType' object has no attribute
  'gettext'

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


[Bug 693073] Re: Panel and application Menus working but not visible

2011-01-13 Thread Pau Iranzo
Same problem here. unity --restart solved the problem (even though it's
not the solution...).

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

Title:
  Panel and application Menus working but not visible

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


[Bug 669857] Re: banshee crashes on using the mini model

2011-01-13 Thread Chow Loong Jin
** Changed in: banshee (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  banshee crashes on using the mini model

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


[Bug 659364] Re: Library contains duplicates of songs imported from CD

2011-01-13 Thread Chow Loong Jin
** Changed in: banshee (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  Library contains duplicates of songs imported from CD

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


[Bug 640931] Re: Show a better error message if a deb file cannot be opened (currently unknown error)

2011-01-13 Thread Sebastian Heinlein
We now check the deb file using lintian and provide better error
messages.

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

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

Title:
  Show a better error message if a deb file cannot be opened (currently
  unknown error)

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


[Bug 635547] Re: Simulate requires an authentication before

2011-01-13 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Simulate requires an authentication before

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


[Bug 702148] Re: Please suggest adding sender's email to mails only containing BCC recipients

2011-01-13 Thread Bug Watch Updater
** Changed in: evolution
   Status: Unknown = New

** Changed in: evolution
   Importance: Unknown = Wishlist

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

Title:
  Please suggest adding sender's email to mails only containing BCC
  recipients

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


[Bug 702126] Re: url-handler for IRC is not setup correctly

2011-01-13 Thread Bug Watch Updater
** Changed in: xchat-gnome
   Status: Unknown = New

** Changed in: xchat-gnome
   Importance: Unknown = Medium

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

Title:
  url-handler for IRC is not setup correctly

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


[Bug 701941] Re: Battery status application indicator displays wrong status

2011-01-13 Thread Bug Watch Updater
** Changed in: gnome-power
   Status: Unknown = New

** Changed in: gnome-power
   Importance: Unknown = Medium

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

Title:
  Battery status application indicator displays wrong status

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


[Bug 695473] Re: type 'exceptions.AttributeError': 'NoneType' object has no attribute 'gettext'

2011-01-13 Thread Sebastian Heinlein
Allready fixed in natty

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

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

Title:
  type 'exceptions.AttributeError': 'NoneType' object has no attribute
  'gettext'

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


[Bug 702253] [NEW] Directories and files not sorted correctly in List View

2011-01-13 Thread Alex Ilie
Public bug reported:

Binary package hint: nautilus

Steps to reproduce:
1. mkdir /tmp/text
2. touch /tmp/text/20 x
3. touch /tmp/text/2001 x
4. touch /tmp/text/201112 x
5. gnome-open /tmp/text/
6. Press Ctrl-2 to choose List View, Click the Name column header to sort by 
name, ascending. Notice the files are sorted incorrectly:
201011 x
201012 x
20101101 x
They should be:
201011 x
20101101 x
201012 x

The space character in the name seems to be a cause of the problem.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: nautilus 1:2.32.0-0ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Thu Jan 13 08:49:25 2011
ExecutablePath: /usr/bin/nautilus
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: nautilus

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


** Tags: amd64 apport-bug maverick

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

Title:
  Directories and files not sorted correctly in List View

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


[Bug 702253] Re: Directories and files not sorted correctly in List View

2011-01-13 Thread Alex Ilie

** Attachment added: Screenshot-test.png
   
https://bugs.launchpad.net/bugs/702253/+attachment/1792345/+files/Screenshot-test.png

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

Title:
  Directories and files not sorted correctly in List View

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


[Bug 524281] Re: Tens of wakes per second in [kernel scheduler] Load balancing tick on Core 2 Duo even with only 1 core enabled

2011-01-13 Thread Jan K.
Really an annoying bug. Why will it not be fixed in LTS? Really a
showstopper on mobile systems.

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

Title:
  Tens of wakes per second in [kernel scheduler] Load balancing tick
  on Core 2 Duo even with only 1 core enabled

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


[Bug 702254] Re: kded4 keeps running at full cpu usage when started

2011-01-13 Thread Thomas


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

Title:
  kded4 keeps running at full cpu usage when started

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


[Bug 702254] [NEW] kded4 keeps running at full cpu usage when started

2011-01-13 Thread Thomas
Public bug reported:

When starting up KDE the kded4 process keeps running and uses full CPU.
I can SIGKILL this without problems and can work on with the desktop.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: kdelibs-bin 4:4.5.95-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.37-12.26-generic-pae 2.6.37
Uname: Linux 2.6.37-12-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Thu Jan 13 09:09:35 2011
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100308)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.utf8
 LC_MESSAGES=en_US.utf8
 SHELL=/usr/bin/zsh
SourcePackage: kde4libs

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


** Tags: apport-bug i386 natty

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

Title:
  kded4 keeps running at full cpu usage when started

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


[Bug 702254] Re: kded4 keeps running at full cpu usage when started

2011-01-13 Thread Thomas

** Attachment added: top view of kded4 eatiing all cpu
   
https://bugs.launchpad.net/ubuntu/+source/kde4libs/+bug/702254/+attachment/1792353/+files/kded4.png

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

Title:
  kded4 keeps running at full cpu usage when started

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


[Bug 332472]

2011-01-13 Thread Ilja Sekler
(In reply to comment #4)

 gtk_printer_accepts_pdf() has been fixed in gtk+ 2.24 so this function can be
 used to check if the printer supports PDF.

On Ubuntu 10.10, Firefox with this patch (and
https://bugzilla.mozilla.org/attachment.cgi?id=502460, of course)
applied still passes PS instead of PDF to CUPS, so probably either CUPS
or gtk2 on Ubuntu lies. Would it be better to offer a preference to
override detection and enforce PDF?

I get perfect prints of
http://weblogs.mozillazine.org/asa/archives/2010/12/new_firefox_4_betas.html
out of my HP inkjet printer only with a dirty private hack when I swap
kOutputFormatPS and kOutputFormatPDF in

format = (gtk_printer_accepts_ps(mGtkPrinter)) ? 
nsIPrintSettings::kOutputFormatPS
   : 
nsIPrintSettings::kOutputFormatPDF;

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

Title:
  Thunderbird cannot print to PDF

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


[Bug 197181]

2011-01-13 Thread Cork
(In reply to comment #127)
First see comment 111,

97/100 is the current status on acid3, and will most likely stay that
way as there's a question for the need of svg font support (many of
those failures comes from svg fonts see earlier comments from dbaron).

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

Title:
  firefox 3 fails to properly render http://acid3.acidtests.org/

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


[Bug 42604]

2011-01-13 Thread Vseerror
*** Bug 129107 has been marked as a duplicate of this bug. ***

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

Title:
  Error dialog on exit

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


[Bug 702097] Re: Some versions of Outlook misinterpret mails with only BCC recipients

2011-01-13 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=625161.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2011-01-12T21:11:45+00:00 David Ayers wrote:

User-Agent:   Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.13) 
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) 
Gecko/20101208 Thunderbird/3.1.7

Mails sent from Thunderbird which merely contain BCC entries generate a
TO: header in the de_AT.UTF8 locale like:

To: Verborgene_Empfaenger: ;

This header is successfully parsed by:
Microsoft Outlook Express 6.00.2900.3664
for example Outlook version:
Microsoft Office Outlook, Build 11.0.5510
does not decode these mails correctly.

The the raw MIME format including all the headers are presented.
I'm not sure whether the To header must contain a valid address,

Evolution warns about an empty To: header invoking an Apparently-To:
header on some systems revealing the BCC recipients. Maybe a warning
with the suggestion to add the sender as the To: recipient would satisfy
both cases.

Reproducible: Always

Steps to Reproduce:
1. compose a mail leaving the To: field empty but adding an Outlook Build 
11.0.5510 (Haven't had any feedback from to many other Outlook versions)
2. send the mail
3. receive the mail in Outlook Build 11.0.5510
Actual Results:  
The mail is sent without a warning.  A localized recipient is generated:
To: Verborgene_Empfaenger: ;
Outlook renders the raw MIME message including the headers as the mail contents.

Expected Results:  
A warning about missing To: field would be great with a suggestion to enter the 
sender a value which can simply be confirmed.  If the header:
To: undisclosed recipients: ;
is legal, then that message shouldn't be localized.
Outlook should render the mail.


Not sure if this is a real bug on the side of Thunderbird or if Outlook is 
being buggy but it the end user impression is that Thunderbird is sending buggy 
mails.

Reply at: https://bugs.launchpad.net/thunderbird/+bug/702097/comments/2


** Changed in: thunderbird
   Status: Unknown = New

** Changed in: thunderbird
   Importance: Unknown = Wishlist

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

Title:
  Some versions of Outlook misinterpret mails with only BCC recipients

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


[Bug 700176] Re: bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build

2011-01-13 Thread Lorenzo Fedele
ok,  I'll try again as soon as I come back to my laptop

anyway, what you say seems quite strange to me, I've correctly
downloaded one of those packages from the link posted by Eshwar
Andhavarapu (http://packages.ubuntu.com/natty/amd64/bcmwl-kernel-
source/download), but, as I try to install it, the system says it can't
be installed because is for a 64-bit architecture

maybe there's something I'm missing, I'm an Ububtu beginner

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

Title:
  bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build

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


[Bug 669584] Re: WLAN unavailable after login

2011-01-13 Thread Martin Wildam
I had the issue about last about 2 days ago when returning from
vacation. However, short time after I applied a lot of updates including
kernel update.

Before trying the development release I would like to do a few more
attempts with the current release kernel to see if it is not fixed there
probably. Because my last cold start (after applying the update) did not
show up the issue. Will try again a few times.

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

Title:
  WLAN unavailable after login

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


[Bug 638307] Re: Please remove/blacklist laptop-mode-tools. Conflict with pm-utils makes laptop-mode-tools package break suspend

2011-01-13 Thread Sundberg Pauli
To point out why laptop mode tools is essential for me:

I originally had to install the laptop-mode-tools to spin-down my non-
flash HD on my laptop. Root file system and /home are installed on
separate flash HD that is installed on cd-rom slot. Without laptop mode
tools the sda (non flash) kept spinning, making (loud) noise and
consuming battery. It was unacceptable.

IF pm-utils can handle this, mayby we should also update wiki pages:
https://wiki.ubuntu.com/PowerManagement#How%20to%20get%20disks%20to%20spin%20down%20and%20idle%20correctly%20%28without%20excessive%20load%20cycling%29

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

Title:
  Please remove/blacklist laptop-mode-tools.  Conflict with pm-utils
  makes laptop-mode-tools package break suspend

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


[Bug 702227] Re: icons for maximize, minimize gone

2011-01-13 Thread Robert Roth
** Package changed: ubuntu-docs (Ubuntu) = ubuntu

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

Title:
  icons for maximize, minimize gone

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


[Bug 701886] Re: no Access to SAMBA Server from Windows ADS

2011-01-13 Thread emu
Hello,

i dont no but today all works fine

i have nothing change yesterday, an today works :-\

i say thank you to all guys

thx

by emu

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

Title:
  no Access to SAMBA Server from Windows ADS

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


[Bug 475845] Re: delay on printing dialog in evince

2011-01-13 Thread rduke15
I also lost all printers in Firefox after applying the fix in comment
#29. Did several things, and the printers re-appeared:

- commented-out the ipv6 lines in /etc/hosts
- added the printer IP and name to /etc/hosts
- restarted Firefox

Possibly, all that was needed after restarting cups was to also restart
Firefox (from which I had printed and experienced the delay right before
looking for a fix).

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

Title:
  delay on printing dialog in evince

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


[Bug 701886] Re: no Access to SAMBA Server from Windows ADS

2011-01-13 Thread emu
** Changed in: samba (Ubuntu)
   Status: New = Fix Committed

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

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

Title:
  no Access to SAMBA Server from Windows ADS

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


[Bug 702259] [NEW] package usbmuxd 1.0.2-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-13 Thread doug dennis
Public bug reported:

Binary package hint: usbmuxd

new to linux please help.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: usbmuxd 1.0.2-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
Uname: Linux 2.6.32-27-generic i686
Architecture: i386
Date: Thu Jan 13 07:49:45 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
SourcePackage: usbmuxd
Title: package usbmuxd 1.0.2-1ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

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

Title:
  package usbmuxd 1.0.2-1ubuntu2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 702259] Re: package usbmuxd 1.0.2-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-13 Thread doug dennis


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

Title:
  package usbmuxd 1.0.2-1ubuntu2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 699862] Re: play sound with accent is not possible in impress with .odp files

2011-01-13 Thread Thibault Lemaitre
** Summary changed:

- play sound with accent is not possible in impress
+ play sound with accent is not possible in impress with .odp files

** Description changed:

  Binary package hint: openoffice.org
  
  I'm using Ubuntu 10.10 and for openoffice :
- OpenOffice.org 3.2.1 
+ OpenOffice.org 3.2.1
  OOO320m19 (Build:9505)
  ooo-build 3.2.1.4, Ubuntu package 1:3.2.1-7ubuntu1
  
- I tried to play a sound during a transition of an impress presentation.
- I achieve to play ogg and wav sounds with space included in the name,
- but it didn't work with an accent (in the folder name as in the file
- name).
+ I tried to play a sound during a transition of an impress presentation
+ (a .odp file). I achieve to play ogg and wav sounds with space included
+ in the name, but it didn't work with an accent (in the folder name as in
+ the file name).
  
  In fact, i expected to hear the sound but nothing append at the
  transition.
  
  I attach the files in question under an archive.
+ 
+ Somebody can try it?

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

Title:
  play sound with accent is not possible in impress with .odp files

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


Re: [Bug 620654] Re: Disconnected -- no reason specified when adding GTalk/Jabber account

2011-01-13 Thread Omer Akram
Robert, actually you are not even the original reporter of the bug and since
i believe the only person that could have argued would be the original
reporter. there is a downside of empathy error system. it gives same
messages for so many different reasons and keeping such bug reports without
any useful logs means no good for anyone. its a good thing the bug is fixed
for you so rant somewhere else.

On Thu, Jan 13, 2011 at 11:59 AM, Robert Siemer Robert.Siemer-launchpad.net
@backsla.sh wrote:

 Omer, your comment is one of the worst I’ve read so far, BECAUSE it
 reads like:

 “bla bla bla, please open a new bug with the same stuff as here, thanks”

 Apart from that, you mentioned:
 -title of the bug report is bad
 +please propose a better one, the actual problem is another bug by itself:
 a stupid error message from empathy, please open a bug report yourself to
 fix _that_ bug (a better message would be: “disconnected (unfortunately the
 telepathy-gabble connection manager did not specify a reason!)”)

 -Is it still buggy in 10.10?
 +Yes it is. I can reproduce the problem.

 -please attach a log
 +I‘ve seen those attached

 -you marked the bug “won’t fix”
 +actually, the bug itself is fixed in newer (and older!) telepathy-gabble

 --
 You received this bug notification because you are subscribed to empathy
 in ubuntu.
 https://bugs.launchpad.net/bugs/620654

 Title:
   Disconnected -- no reason specified when adding GTalk/Jabber account

 Status in “empathy” package in Ubuntu:
   Won't Fix

 Bug description:
  Binary package hint: empathy

  When I try to add my google talk account to empathy (or add it as a
  jabber account with the server settings set to google's server), it
  says Disconnected -- no reason specified. The following was
  outputted to stdout:

  (empathy:6403): TelepathyBackend-WARNING **:
 tpf-persona-store.vala:818: failed to add channel 'stored': Unable to
 complete this channel request, we're disconnecting!

  (empathy:6403): TelepathyBackend-WARNING **:
 tpf-persona-store.vala:818: failed to add channel 'publish': Unable to
 complete this channel request, we're disconnecting!

  (empathy:6403): TelepathyBackend-WARNING **:
 tpf-persona-store.vala:818: failed to add channel 'subscribe': Unable to
 complete this channel request, we're disconnecting!

  This renders empathy completely useless. And no, I haven't tried
  adding an account using a different service (GTalk is pretty much the
  only one I use nowadays).




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

Title:
  Disconnected -- no reason specified when adding GTalk/Jabber account

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

[Bug 587185] Re: [Realtek ALC889A] Playback problem, stuttering audio video

2011-01-13 Thread 123RaZoR321
Disabling C1E worked for me. 
Phenom 2 945(stock)/790gx

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

Title:
  [Realtek ALC889A] Playback problem,  stuttering audio  video

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


[Bug 584054] Re: Ubuntu does not remember selected backgrounds after rebooting

2011-01-13 Thread Kimiko Koopman
Patch copied from upstream bugzilla. Confirmed there to solve this
problem.

** Patch added: gnome-control-center-2.32.0-background-xml-write.patch
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/584054/+attachment/1792361/+files/gnome-control-center-2.32.0-background-xml-write.patch

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

Title:
  Ubuntu does not remember selected backgrounds after rebooting

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


[Bug 701941] Re: Battery status application indicator displays wrong status

2011-01-13 Thread Ingo Gerth
Thanks for sending the bug upstream Chris.

Leighman, did you also try it out on Maverick? I am using 10.10 and the
bug occurs here for me.

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

Title:
  Battery status application indicator displays wrong status

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


[Bug 702265] [NEW] Error with overlapping idmap uids and gids

2011-01-13 Thread Jesús Martínez
Public bug reported:

Binary package hint: samba

I have set a samba domain with idmap ldap, this is my idmap config:

idmap config DOMAIN:backend = ldap
idmap config DOMAIN:readonly = no
idmap config DOMAIN:default = yes
idmap config DOMAIN:ldap_base_dn = ou=idmap,ou=baseou,dc=mydomain,dc=com
idmap config DOMAIN:ldap_user_dn = cn=admin,dc=mydomain,dc=com
idmap config DOMAIN:ldap_url = ldap://localhost
idmap config DOMAIN:range = 5-5

#idmap backend = ldap:ldap://localhost
idmap uid = 1-1
idmap gid = 1-1
#idmap gid = 2-2
idmap alloc backend = ldap
idmap alloc config : ldap_url = ldap://localhost
idmap alloc config:ldap_user_dn = cn=admin,dc=mydomain,dc=com
idmap alloc config : ldap_base_dn = ou=idmap,ou=baseou,dc=mydomain,dc=com
idmap alloc config:range = 5-5

Once I have set up this in smb.conf, I stop smbd service and restart winbind, 
then I issue net sam provision command, at this point everything is ok and 
the ldap is provisioned properly. As you know, the provision creates these 
users and groups:
- Administrator - UID=1;GID=10001
- nobody - UID=65534;GID=65534
- domguests - GID=65534
- domusers - GID=1
- domadmins - GID=10001

After that, I create a new user called usuprueba1, wich is created with
uid=10001 and gid=1.

Also, I have set up a share called usuarios where the home directories of the 
users will be placed:
[Usuarios]
comment = Directorios home de los usuarios
path = /opt/usuarios
browseable = yes
directory mask = 0700
read only = no
valid users = %U
hide unreadable = yes
root preexec = /opt/scripts/crearHomes.sh %U

The crearHomes.sh script creates automatically the home folder of the
user, right into /opt/usuarios (i.e. /opt/usuarios/administrator or
/opt/usuarios/usuprueba1). This is also working perfectly.

as you can see, the home directories are created with 0700 mask, so,
they are only readable by the owner user.

The problem comes when I issue a smbclient command with user
administrator and usuprueba1 against Usuarios share, it shows me up the
both directories (administrator and usuprueba1)!

root@server:/opt/usuarios# smbclient '//SERVER/Usuarios' -c 'dir' -U 
'usuprueba1'  -d 0  -W 'DOMAIN' -O 'TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE 
SO_RCVBUF=8192 SO_SNDBUF=8192' -b 1200
Enter usuprueba1's password:
Domain=[SAMBA-SEF] OS=[Unix] Server=[Samba 3.4.7]
  .   D0  Thu Jan 13 09:45:48 2011
  ..  D0  Tue Dec 28 11:30:55 2010
  usuprueba1  D0  Thu Jan 13 09:19:14 2011
  administrator   D0  Wed Jan 12 14:14:39 2011

root@server:/opt/usuarios# smbclient '//SERVER/Usuarios' -c 'dir' -U 
'usuprueba1'  -d 0  -W 'DOMAIN' -O 'TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE 
SO_RCVBUF=8192 SO_SNDBUF=8192' -b 1200
Enter administrator's password:
Domain=[SAMBA-SEF] OS=[Unix] Server=[Samba 3.4.7]
  .   D0  Thu Jan 13 09:46:48 2011
  ..  D0  Tue Dec 28 11:30:55 2010
  usuprueba1  D0  Thu Jan 13 09:19:14 2011
  administrator   D0  Wed Jan 12 14:14:39 2011

I have checked permissions with ls -l and getfacl, these are the results:
root@server:/opt/usuarios# ls -l
total 44
drwx-- 2 administrator root  4096 2011-01-12 14:14 administrator
drwx-- 2 10001 root  4096 2011-01-13 09:19 usuprueba1

root@server:/opt/usuarios# getfacl administrator/ usuprueba1/
# file: administrator/
# owner: administrator
# group: root
user::rwx
group::---
other::---

# file: usuprueba1/
# owner: 10001
# group: root
user::rwx
group::---
other::---

I also have done a test in windows, login in with usuprueba1 user and checking 
permissions of both directories:
For usuprueba1 directory:
usuprueba1 - Total access
root - No permission
domain users - No permission

For administrator directory:
domain users - Total access
root - No permission
domain admins - No permission

As I can see with this results, the ACLs of administrator directory are
not ok, domain users should not appear, it would be administrator
instead, casually administrator has UID=1 and Domain Users groups
has GID=1, it makes me think that somehow, samba is confusing group
and user permissions.

I made another test, it was changing idmap gid values, and make it not
overlap with idmap uid values, this time it worked perfectly,
permissions were set properly and smbclient comand gave me the right
result.

Attached full smb.conf

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


** Tags: idmap permission samba winbind

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

Title:
  Error with overlapping idmap uids and gids

-- 
ubuntu-bugs 

[Bug 702265] Re: Error with overlapping idmap uids and gids

2011-01-13 Thread Jesús Martínez

** Attachment added: Full smb.conf
   https://bugs.launchpad.net/bugs/702265/+attachment/1792367/+files/smb.conf

** Description changed:

  Binary package hint: samba
  
  I have set a samba domain with idmap ldap, this is my idmap config:
  
  idmap config DOMAIN:backend = ldap
  idmap config DOMAIN:readonly = no
  idmap config DOMAIN:default = yes
  idmap config DOMAIN:ldap_base_dn = ou=idmap,ou=baseou,dc=mydomain,dc=com
  idmap config DOMAIN:ldap_user_dn = cn=admin,dc=mydomain,dc=com
  idmap config DOMAIN:ldap_url = ldap://localhost
  idmap config DOMAIN:range = 5-5
  
  #idmap backend = ldap:ldap://localhost
  idmap uid = 1-1
  idmap gid = 1-1
  #idmap gid = 2-2
  idmap alloc backend = ldap
  idmap alloc config : ldap_url = ldap://localhost
  idmap alloc config:ldap_user_dn = cn=admin,dc=mydomain,dc=com
  idmap alloc config : ldap_base_dn = ou=idmap,ou=baseou,dc=mydomain,dc=com
  idmap alloc config:range = 5-5
  
  Once I have set up this in smb.conf, I stop smbd service and restart winbind, 
then I issue net sam provision command, at this point everything is ok and 
the ldap is provisioned properly. As you know, the provision creates these 
users and groups:
- - Administrator - UID=1;GID=10001
- - nobody - UID=65534;GID=65534
- - domguests - GID=65534
- - domusers - GID=1
- - domadmins - GID=10001
+ - Administrator - UID=1;GID=10001
+ - nobody - UID=65534;GID=65534
+ - domguests - GID=65534
+ - domusers - GID=1
+ - domadmins - GID=10001
  
  After that, I create a new user called usuprueba1, wich is created with
  uid=10001 and gid=1.
  
  Also, I have set up a share called usuarios where the home directories of the 
users will be placed:
  [Usuarios]
  comment = Directorios home de los usuarios
  path = /opt/usuarios
  browseable = yes
  directory mask = 0700
  read only = no
  valid users = %U
  hide unreadable = yes
  root preexec = /opt/scripts/crearHomes.sh %U
  
  The crearHomes.sh script creates automatically the home folder of the
  user, right into /opt/usuarios (i.e. /opt/usuarios/administrator or
  /opt/usuarios/usuprueba1). This is also working perfectly.
  
  as you can see, the home directories are created with 0700 mask, so,
  they are only readable by the owner user.
  
  The problem comes when I issue a smbclient command with user
  administrator and usuprueba1 against Usuarios share, it shows me up the
  both directories (administrator and usuprueba1)!
  
- root@mambo:/opt/usuarios# smbclient '//SERVER/Usuarios' -c 'dir' -U 
'usuprueba1'  -d 0  -W 'DOMAIN' -O 'TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE 
SO_RCVBUF=8192 SO_SNDBUF=8192' -b 1200 
- Enter usuprueba1's password: 
+ root@server:/opt/usuarios# smbclient '//SERVER/Usuarios' -c 'dir' -U 
'usuprueba1'  -d 0  -W 'DOMAIN' -O 'TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE 
SO_RCVBUF=8192 SO_SNDBUF=8192' -b 1200
+ Enter usuprueba1's password:
  Domain=[SAMBA-SEF] OS=[Unix] Server=[Samba 3.4.7]
-   .   D0  Thu Jan 13 09:45:48 2011
-   ..  D0  Tue Dec 28 11:30:55 2010
-   usuprueba1  D0  Thu Jan 13 09:19:14 2011
-   administrator   D0  Wed Jan 12 14:14:39 2011
+   .   D0  Thu Jan 13 09:45:48 2011
+   ..  D0  Tue Dec 28 11:30:55 2010
+   usuprueba1  D0  Thu Jan 13 09:19:14 2011
+   administrator   D0  Wed Jan 12 14:14:39 2011
  
- root@mambo:/opt/usuarios# smbclient '//SERVER/Usuarios' -c 'dir' -U 
'usuprueba1'  -d 0  -W 'DOMAIN' -O 'TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE 
SO_RCVBUF=8192 SO_SNDBUF=8192' -b 1200 
- Enter administrator's password: 
+ root@server:/opt/usuarios# smbclient '//SERVER/Usuarios' -c 'dir' -U 
'usuprueba1'  -d 0  -W 'DOMAIN' -O 'TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE 
SO_RCVBUF=8192 SO_SNDBUF=8192' -b 1200
+ Enter administrator's password:
  Domain=[SAMBA-SEF] OS=[Unix] Server=[Samba 3.4.7]
-   .   D0  Thu Jan 13 09:46:48 2011
-   ..  D0  Tue Dec 28 11:30:55 2010
-   usuprueba1  D0  Thu Jan 13 09:19:14 2011
-   administrator   D0  Wed Jan 12 14:14:39 2011
+   .   D0  Thu Jan 13 09:46:48 2011
+   ..  D0  Tue Dec 28 11:30:55 2010
+   usuprueba1  D0  Thu Jan 13 09:19:14 2011
+   administrator   D0  Wed Jan 12 14:14:39 2011
  
  I have checked permissions with ls -l and getfacl, these are the results:
- root@mambo:/opt/usuarios# ls -l
+ root@server:/opt/usuarios# ls -l
  total 44
  drwx-- 2 administrator root  4096 2011-01-12 

[Bug 685682] Re: Unity doesn't work with proprietary ATI drivers, but works with free drivers

2011-01-13 Thread AMC
Same problem for me on my Acer Aspire 5542G with ATI Mobility Radeon HD
4570 - on Ubuntu 11.04 Alpha 1.

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

Title:
  Unity doesn't work with proprietary ATI drivers, but works with free
  drivers

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


[Bug 658445] Re: Ubuntu 10.10: proxy settings are not detected in some applications like empathy or update-manager

2011-01-13 Thread Alfredo Gemma
Omer,

As you can see reading all posts, the problem affects mainly empathy and
Update-Manager.

In this situation, are you asking to report twice the same bug: one
related to empathy package and the other for Update Manager?

Thank you.

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

Title:
  Ubuntu 10.10: proxy settings are not detected in some applications
  like empathy or update-manager

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


[Bug 596661] Re: In gnome-exe-thumbnailer the wine icon is too big and the exe icon is too small

2011-01-13 Thread shankao
Confirmed in natty

** Changed in: gnome-exe-thumbnailer (Ubuntu)
   Status: New = Confirmed

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

Title:
  In gnome-exe-thumbnailer the wine icon is too big and the exe icon is
  too small

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


[Bug 568876] Re: Gecko-dependent apps won't start (Could not find compatible GRE)

2011-01-13 Thread Andi Albrecht
Can someone please post the contents of the working files in /etc/gre.d

I've the same issue on a fresh Maverick install. This is the content of
/etc/gre.d/1.9.2.13.system.conf:

[1.9.2.13]
GRE_PATH=/usr/lib/xulrunner-1.9.2.13
xulrunner=true
abi=x86_64-gcc3

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

Title:
  Gecko-dependent apps won't start (Could not find compatible GRE)

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


[Bug 576751] Re: wnck-applet has memory leak

2011-01-13 Thread arkaitzswagman
Hi everybody,

I am using UNE 10.10 without unity (starting on netbook 2D session) on a 
samsung nb30.
Thanks mtvoid, that was it! I also got the memory leak fixed after removing the 
transparency setting of the panel. I can now fully enjoy wnck-applet!

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

Title:
  wnck-applet has memory leak

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


[Bug 702268] [NEW] It takes to long to load e-mails in Evolution

2011-01-13 Thread ubby
Public bug reported:

Binary package hint: evolution

When I check my e-mail in Evolution it take a very long time (minutes) to load 
the e-mail.
Thunderbird doesn't have this problem. I have tested Thunderbird and Evolution 
to see if the problem is the GMail server.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: evolution 2.30.3-1ubuntu7.2
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic i686
Architecture: i386
Date: Thu Jan 13 10:21:28 2011
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 SHELL=/bin/bash
 LANG=nl_NL.utf8
SourcePackage: evolution

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


** Tags: apport-bug i386 maverick

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

Title:
  It takes to long to load e-mails in Evolution

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


[Bug 702268] Re: It takes to long to load e-mails in Evolution

2011-01-13 Thread ubby


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

Title:
  It takes to long to load e-mails in Evolution

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


[Bug 564459] Re: USB devices not detected when hotplugged

2011-01-13 Thread nanoktom
I have the same problems as explained above. No USB device works unless
it is plugged in before the computer boots. Devices tested are, memory
sticks (Kingston, JetFlash) DVB-T stick Pinnacle, USB harddrives
(Western Digital), Mouse.

I am running a clean install of maverick on an Acer Aspire 1520 laptop
with the latest BIOS (1.15) and all Ubuntu updates installed.

There is a Windows XP installation on the same laptop which doesn't show
this behaviour.

I have tried some of the workarounds mentioned above and some of them
work well enough, but I think a real fix would be a lot more helpful.

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

Title:
  USB devices not detected when hotplugged

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


[Bug 701610] Re: Pulseaudio is not running and sound cannot not be started

2011-01-13 Thread Martin Wildam
I did not have the default.pa in my home directory before. So I think it did 
not use the one in /etc/pulse.
I will try at next opportunity to reproduce again after removing the file 
again, but I assume it will re-occur then (as I did not have that file at all 
before).

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

Title:
  Pulseaudio is not running and sound cannot not be started

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


[Bug 661394] Re: Compal/nvidia breakage in system76 laptops

2011-01-13 Thread Dmitry
Confirm presence of bug in 10.10, really annoyed falling back to old
kernel after every kernel update.

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

Title:
  Compal/nvidia breakage in system76 laptops

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


[Bug 613303] Re: Zim Desktop Wiki description is confusing

2011-01-13 Thread Jaap Karssenberg
Comment from debian package maintainer (copied here so I don't forget
about it when reviewing):

-
On Mon, 10 Jan 2011, Chris Wilson wrote:
 patch submitted

Thanks for your patches. First of I'd like to point out that the
description put in debian/control is based on the upstream description of
the project. So you probably want to submit this to upstream as well so
that they update their readme.txt and their website.

https://bugs.launchpad.net/zim/+filebug

Then your updated description is not correct:
 + Uses of Zim include:
 + • TODO lists
 + • Taking notes during meetings
 + • Drafting blog entries and emails
 + • Brainstorming

This is not a valid list in a description field. You need to have 2
spaces at the start otherwise the lines will be wrapped together. And you
should probably avoid UTF-8 characters.

So it should be:

 Uses of Zim include:
  * TODO lists
  * Taking notes during meetings
  * Drafting blog entries and emails
  * Brainstorming


A few more remarks:

 + Zim is a graphical text editor which allows the user to maintain a
collection

which allows is generally bad-style - text editor used to maintain

 + of wiki-style interconnected pages. The text of each page can
contain links

Why the text ? Each page can contain links.

 + to other pages as well as simple formatting. Creating a new page is as easy
 + as linking to a nonexistent page. Pages are stored in a folder structure, 
 like
 + in an outliner, and can have attachments.
   .
 - This tool can be used to keep track of TODO lists or ideas,
 - to take notes during a meeting or to draft any other kind of
 - text (blog entries, important mails, etc.).
 + Various plugins provide additional functionality, like a task list manager,
 + an equation editor, a tray icon, and version control.
 + .

As a whole, it looks like an improvement though. Thanks for the work.

[ scratch 250 Kb of debdiff irrelevant for the description that I don't
understand ]

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer


** Changed in: zim
   Importance: Undecided = Wishlist

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

Title:
  Zim Desktop Wiki description is confusing

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

[Bug 400297] Re: patch for JMicron jmc250 and jmc260 ethernet card

2011-01-13 Thread nils
Is there any specific reason for this bug being invalid?

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

Title:
  patch for JMicron jmc250 and jmc260 ethernet card

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


[Bug 702270] [NEW] missing registers, version 5.32.0

2011-01-13 Thread jo
Public bug reported:

Binary package hint: gcalctool

The registers for storing intermediate values have been removed. It used
to fulfill most of my needs, version 5.32.0 is useless to me. Please
consider bringing back this feature. thank you.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gcalctool 5.32.0-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic i686
NonfreeKernelModules: nvidia wl
Architecture: i386
Date: Thu Jan 13 01:23:11 2011
ExecutablePath: /usr/bin/gcalctool
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: gcalctool

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


** Tags: apport-bug i386 maverick

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

Title:
  missing registers, version 5.32.0

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


[Bug 702270] Re: missing registers, version 5.32.0

2011-01-13 Thread jo


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

Title:
  missing registers, version 5.32.0

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


[Bug 332843] Re: Shoutcast stream, using Open with.. in Firefox, saving the stream to radio playlist

2011-01-13 Thread Bug Watch Updater
** Changed in: banshee
   Status: Confirmed = Incomplete

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

Title:
  Shoutcast stream, using Open with.. in Firefox, saving the stream to
  radio playlist

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


[Bug 697004] Re: mmap for fixed address fails for higher addresses

2011-01-13 Thread Sebastien JAN
I believe the observed mmap behavior is correct:

By looking at the mappings already configured for the running process, I see 
that (cat /proc/pid/maps):
...
40084000-4009b000 r-xp  b3:02 91605  /lib/ld-2.12.1.so
4009b000-4009d000 rw-p  00:00 0 
400a3000-400a4000 r--p 00017000 b3:02 91605  /lib/ld-2.12.1.so
400a4000-400a5000 rw-p 00018000 b3:02 91605  /lib/ld-2.12.1.so
...

= some libraries are already mapped from address 0x40084000, so mmap cannot 
use this virtual address, and instead provides another one (test output):
0x4008:  0x401df000 0
0x4009:  0x4040a000 0
...

On my x86, there were no libraries mapped at this virtual address, so
the full test is passing. But I get similar outputs on my x86 if I
change the memory range of the test and try to mmap from an already used
virtual address.

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

Title:
  mmap for fixed address fails for higher addresses

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


[Bug 686555] Re: Restoring file from Trash Bin causes pcmanfm to Shut Down

2011-01-13 Thread lainme
I also encountered this problem

I don't know how to debug, but here is the bug report in pcmanfm bug
tracker

http://sourceforge.net/support/tracker.php?aid=3132262

** Bug watch added: SourceForge.net Tracker #3132262
   http://sourceforge.net/support/tracker.php?aid=3132262

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

Title:
  Restoring file from Trash Bin causes pcmanfm to Shut Down

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


[Bug 677739] Re: Can't login to MSN using non hotmail domain

2011-01-13 Thread Omer Akram
those who are facing the issue please attach telepathy-butterfly to this
bug report. you can get them from DebugHelp and select butterfly in the
drop down menu and click save.

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

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

Title:
  Can't login to MSN using non hotmail domain

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


[Bug 656056] Re: wrong string for blushing emoticon in msn

2011-01-13 Thread Omer Akram
** Bug watch added: GNOME Bug Tracker #583542
   https://bugzilla.gnome.org/show_bug.cgi?id=583542

** Changed in: empathy
   Importance: Low = Unknown

** Changed in: empathy
   Status: New = Unknown

** Changed in: empathy
 Remote watch: GNOME Bug Tracker #639359 = GNOME Bug Tracker #583542

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

Title:
  wrong string for blushing emoticon in msn

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


[Bug 601420] Re: empathy cannot connect to my SIP server

2011-01-13 Thread Laurent Bigonville
** Also affects: telepathy-sofiasip (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  empathy cannot connect to my SIP server

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


  1   2   3   4   5   6   7   8   9   10   >