[Bug 636195] [NEW] Autofs for LDAP doesn't contain ldif file

2010-09-12 Thread infestator
Public bug reported:

Binary package hint: autofs5-ldap

Configuration of slapd is directory based and ldapadd is not able to add
'.schema' files to LDAP configuration tree. To find out the way I can
add schema file into LDAP I wasted a lot of time for googleing. I think
it is not a very big problem and not a lot of work to add autofs.ldif
file to autofs5-ldap package to be able quickly setup LDAP for it
without additional googleing for special scripts.

I supplied autofs.ldif file in attachment.

Thanks!

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


** Tags: autofs ldap

-- 
Autofs for LDAP doesn't contain ldif file
https://bugs.launchpad.net/bugs/636195
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs5 in ubuntu.

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


[Bug 636195] Re: Autofs for LDAP doesn't contain ldif file

2010-09-12 Thread infestator

** Attachment added: The working autofs.ldif file
   https://bugs.launchpad.net/bugs/636195/+attachment/1573058/+files/autofs.ldif

-- 
Autofs for LDAP doesn't contain ldif file
https://bugs.launchpad.net/bugs/636195
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs5 in ubuntu.

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


[Bug 211631] Re: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2010-09-12 Thread Jan Lillelund
This is still a big issue on WiFi-enabled workstations. To put it into
perspective, we have upgraded from 8.04 LTS to 10.04 LTS and shutdown
still takes around 40 minutes for the 16 cifs mounts in FSTAB on four
workstations.  Users are seriously inconvenienced.

As hinted earlier, a workaround could be adding the K14-links to rc0.d
and rc6.d:

ln -s /etc/init.d/umountnfs.sh /etc/rc0.d/K14umountnfs.sh
ln -s /etc/init.d/umountnfs.sh /etc/rc6.d/K14umountnfs.sh

and deleting the equivalent S31umountnfs.sh link.

I see this as a stop-gap measure only until it has been fully tested and
verified.

However, as Max-Ulrich Farber also stated more than two years ago, the
full ramifications of this are not clear as I do not have the test cases
nor insight for that matter to determine that this does not adversely
affect something else.

Could someone please please take a look at this and have the issue
resolved.  This is not just an obscure technical issue but also affects
the image that ordinary mortal users have of Ubuntu.

-- 
Network is brought down before network filesystems are unmounted (CIFS timeout 
at shutdown)
https://bugs.launchpad.net/bugs/211631
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 636363] [NEW] After importing backend.ldif I get Invalid credentials (49)

2010-09-12 Thread Zaphod
Public bug reported:

So I was trying to document configuring a new OpenLDAP install in
Maverick but I ran into problems pretty quick. After I import my
backend.ldif file I am unable to import the front end because of the
error Invalid credentials (49).

Here is what I did. I can't see any mistakes so far:

sudo apt-get install slapd ldap-utils

load some additional schema files

sudo ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/cosine.ldif
sudo ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/nis.ldif
sudo ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/inetorgperson.ldif

create a file called backend.lan.local.ldif 


# Load dynamic backend modules
dn: cn=module,cn=config
objectClass: olcModuleList
cn: module
olcModulepath: /usr/lib/ldap
olcModuleload: back_hdb

# Database settings
dn: olcDatabase=hdb,cn=config
objectClass: olcDatabaseConfig
objectClass: olcHdbConfig
olcDatabase: {1}hdb
olcSuffix: dc=lan,dc=local
olcDbDirectory: /var/lib/ldap
olcRootDN: cn=admin,dc=lan,dc=local
olcRootPW: secret
olcDbConfig: set_cachesize 0 2097152 0
olcDbConfig: set_lk_max_objects 1500
olcDbConfig: set_lk_max_locks 1500
olcDbConfig: set_lk_max_lockers 1500
olcDbIndex: objectClass eq
olcLastMod: TRUE
olcDbCheckpoint: 512 30
olcAccess: to attrs=userPassword by dn=cn=admin,dc=lan,dc=local write by 
anonymous auth by self write by * none
olcAccess: to attrs=shadowLastChange by self write by * read
olcAccess: to dn.base= by * read
olcAccess: to * by dn=cn=admin,dc=lan,dc=local write by * read


load it into the LDAP

sudo ldapadd -Y EXTERNAL -H ldapi:/// -f backend.lan.local.ldif

Create a file called frontend.lan.local.ldif on the server. 
--

# Create top-level object in domain
dn: dc=lan,dc=local
objectClass: top
objectClass: dcObject
objectclass: organization
o: lan Organization
dc: lan
description: LDAP lan

# Admin user.
dn: cn=admin,dc=lan,dc=local
objectClass: simpleSecurityObject
objectClass: organizationalRole
cn: admin
description: LDAP administrator
userPassword: secret

dn: ou=people,dc=lan,dc=local
objectClass: organizationalUnit
ou: people

dn: ou=groups,dc=lan,dc=local
objectClass: organizationalUnit
ou: groups


dn: ou=computers,dc=lan,dc=local
objectClass: organizationalUnit
ou: computers


dn: uid=john,ou=people,dc=lan,dc=local
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: shadowAccount
uid: john
sn: Doe
givenName: John
cn: John Doe
displayName: John Doe
uidNumber: 1000
gidNumber: 1
userPassword: password
gecos: John Doe
loginShell: /bin/bash
homeDirectory: /home/john
shadowExpire: -1
shadowFlag: 0
shadowWarning: 7
shadowMin: 8
shadowMax: 99
shadowLastChange: 10877
mail: john@lan.local
postalCode: 31000
l: Toulouse
o: lan
mobile: +33 (0)6 xx xx xx xx
homePhone: +33 (0)5 xx xx xx xx
title: System Administrator
postalAddress:
initials: JD

dn: cn=lan,ou=groups,dc=lan,dc=local
objectClass: posixGroup
cn: lan
gidNumber: 1

import front end configuration

sudo ldapadd -x -D cn=admin,dc=lan,dc=local -W -f
frontend.lan.local.ldif

Here is where I get 
Enter LDAP Password: 
ldap_bind: Invalid credentials (49)

From what I can tell I haven't made any mistake.

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

-- 
After importing backend.ldif I get Invalid credentials (49) 
https://bugs.launchpad.net/bugs/636363
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 636363] Re: After importing backend.ldif I get Invalid credentials (49)

2010-09-12 Thread Stephan Hermann
Hi,

did you try to do this:

sudo ldapadd -Y EXTERNAL -H ldapi:/// -f frontend.lan.local.ldif

Could be that you are missing some acls for cn=admin

-- 
After importing backend.ldif I get Invalid credentials (49) 
https://bugs.launchpad.net/bugs/636363
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 636363] Re: After importing backend.ldif I get Invalid credentials (49)

2010-09-12 Thread Zaphod
I haven't installed the ldap scripts package yet as acording to this document I 
don't do it until much later
https://help.ubuntu.com/10.04/serverguide/C/openldap-server.html
So without that ldapscripts package I can't use that command

-- 
After importing backend.ldif I get Invalid credentials (49) 
https://bugs.launchpad.net/bugs/636363
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 636363] Re: After importing backend.ldif I get Invalid credentials (49)

2010-09-12 Thread Zaphod
hold on never mind

-- 
After importing backend.ldif I get Invalid credentials (49) 
https://bugs.launchpad.net/bugs/636363
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 636363] Re: After importing backend.ldif I get Invalid credentials (49)

2010-09-12 Thread Zaphod
I forgot I removed openldap I will re-install and try that and let you
know.

-- 
After importing backend.ldif I get Invalid credentials (49) 
https://bugs.launchpad.net/bugs/636363
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 636363] Re: After importing backend.ldif I get Invalid credentials (49)

2010-09-12 Thread Zaphod
@Stephan Hermann
When I run your command I get:

$ sudo ldapadd -Y EXTERNAL -H ldapi:/// -f frontend.lan.local.ldif
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0
adding new entry dc=lan,dc=local
ldap_add: Server is unwilling to perform (53)
additional info: no global superior knowledge


Then it exits

-- 
After importing backend.ldif I get Invalid credentials (49) 
https://bugs.launchpad.net/bugs/636363
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 632934] Re: apache2 crashed with SIGSEGV in invoke_cmd()

2010-09-12 Thread Andreas Olsson
** Visibility changed to: Public

-- 
apache2 crashed with SIGSEGV in invoke_cmd()
https://bugs.launchpad.net/bugs/632934
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 603192] Re: install of libapache2-mod-php5 may not result in enabled php

2010-09-12 Thread Andreas Olsson
I wonder if this is the explanation to the not necessarily fixed bug
#403599?

-- 
install of libapache2-mod-php5 may not result in enabled php
https://bugs.launchpad.net/bugs/603192
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 636363] Re: After importing backend.ldif I get Invalid credentials (49)

2010-09-12 Thread Stephan Hermann
hmm...

I just followed the document and everything worked fine...

I wonder what's missing...

INvestigating

-- 
After importing backend.ldif I get Invalid credentials (49) 
https://bugs.launchpad.net/bugs/636363
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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



[Bug 636363] Re: After importing backend.ldif I get Invalid credentials (49)

2010-09-12 Thread Zaphod
Are you using Ubuntu 10.10? I did a fresh install of the latest Ubuntu
10.10 x32 I can try again from the start and see what I get.

-- 
After importing backend.ldif I get Invalid credentials (49) 
https://bugs.launchpad.net/bugs/636363
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 636573] Re: package mysql-server-5.1 (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2010-09-12 Thread H.S.Rai

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/636573/+attachment/1575152/+files/AptOrdering.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/636573/+attachment/1575153/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/636573/+attachment/1575154/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/636573/+attachment/1575155/+files/DpkgTerminalLog.txt

-- 
package mysql-server-5.1 (not installed) failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 128
https://bugs.launchpad.net/bugs/636573
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 633981] Re: apache2 does not listen on ipv6 at all when there is no routable IPv6 address

2010-09-12 Thread Stefan Fritsch
It seems reasonable to not listen on IPv6 if no v6 address is
configured. Unfortunately, Apache (or rather APR) does this by using
getaddrinfo's AI_ADDRCONFIG flag. And glibc seems to ignore IPv6
addresses of scope host (i.e. ::1) when deciding if an v6 address is
configured. For me, the default fe80::* address of scope link that is
configured on eth0 is enough to make getaddrinfo return v6 addresses. If
I delete that address, getaddressinfo returns only the v4 address.

So, this looks more like a problem of eglibc than apache/APR to me.

-- 
apache2 does not listen on ipv6 at all when there is no routable IPv6 address
https://bugs.launchpad.net/bugs/633981
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 633981] Re: apache2 does not listen on ipv6 at all when there is no routable IPv6 address

2010-09-12 Thread Stefan Fritsch
** Package changed: apache2 (Ubuntu) = eglibc (Ubuntu)

-- 
apache2 does not listen on ipv6 at all when there is no routable IPv6 address
https://bugs.launchpad.net/bugs/633981
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 631064] Re: connection forbidden on localhost after wireless connected

2010-09-12 Thread Stefan Fritsch
Thanks for checking, Gerben.

Maybe this is related to bug #633981: Can you please check in the output
of

ip a

before and after wireless is connected. Are there any inet6 addresses besides 
the loop-back entry inet6 ::1/128 scope host?
Do you use network manager for connecting to the wireless? Maybe some versions 
of network manager delete an existing IPv6 address when it creates the wireless 
connection.

-- 
connection forbidden on localhost after wireless connected
https://bugs.launchpad.net/bugs/631064
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 626728] Re: typing error in default-ssl

2010-09-12 Thread Stefan Fritsch
Luka, that's correct. MSIE [17-9] matches MSIE 7 to 9 and 10 to 19
(and 1, but that should not be a problem).

-- 
typing error in default-ssl
https://bugs.launchpad.net/bugs/626728
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 312493] Re: Not possible to run PHP in a multiuser and secure way

2010-09-12 Thread Jakob Unterwurzacher
The proposal is to get the packages apache2-suexec and libapache2-mod-
fcgid from universe into main? This combo works really well.

-- 
Not possible to run PHP in a multiuser and secure way
https://bugs.launchpad.net/bugs/312493
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 636687] [NEW] package eucalyptus-java-commo n 2.0~bzr1233-0ubuntu2 failed to install/upgrade: el subproceso script pre-installation nuevo devolvió el código de salida de error 1

2010-09-12 Thread Ing. Forigua
Public bug reported:

I do a normally system upgrade when it crash

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: eucalyptus-java-common 2.0~bzr1233-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-20.29-generic 2.6.35.4
Uname: Linux 2.6.35-20-generic i686
.etc.eucalyptus.eucalyptus.cc.conf: CC_NAME=IngForiguaCluster
Architecture: i386
Date: Sun Sep 12 17:07:33 2010
ErrorMessage: el subproceso script pre-installation nuevo devolvió el código de 
salida de error 1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: eucalyptus
Title: package eucalyptus-java-common 2.0~bzr1233-0ubuntu2 failed to 
install/upgrade: el subproceso script pre-installation nuevo devolvió el código 
de salida de error 1

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


** Tags: apport-package i386 maverick

-- 
package eucalyptus-java-common 2.0~bzr1233-0ubuntu2 failed to install/upgrade: 
el subproceso script pre-installation nuevo devolvió el código de salida de 
error 1
https://bugs.launchpad.net/bugs/636687
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 636687] Re: package eucalyptus-java-common 2 .0~bzr1233-0ubuntu2 failed to install/upgrade: el su bproceso script pre-installation nuevo devolvió el c ódigo de salida de error 1

2010-09-12 Thread Ing. Forigua

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575852/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575853/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/636687/+attachment/1575854/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/636687/+attachment/1575855/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575856/+files/DpkgTerminalLog.gz

** Attachment added: EucalyptusAxis2cLog.gz
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575857/+files/EucalyptusAxis2cLog.gz

** Attachment added: EucalyptusCloudDebugLog.gz
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575858/+files/EucalyptusCloudDebugLog.gz

** Attachment added: EucalyptusCloudOutputLog.gz
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575859/+files/EucalyptusCloudOutputLog.gz

** Attachment added: EucalyptusHTTPDErrorLog.gz
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575860/+files/EucalyptusHTTPDErrorLog.gz

** Attachment added: EucalyptusInstalledVersions.txt
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575861/+files/EucalyptusInstalledVersions.txt

** Attachment added: eucalyptus.conf.txt
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575862/+files/eucalyptus.conf.txt

** Attachment added: eucalyptus.local.conf.txt
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575863/+files/eucalyptus.local.conf.txt

-- 
package eucalyptus-java-common 2.0~bzr1233-0ubuntu2 failed to install/upgrade: 
el subproceso script pre-installation nuevo devolvió el código de salida de 
error 1
https://bugs.launchpad.net/bugs/636687
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 636687] Re: package eucalyptus-java-common 2 .0~bzr1233-0ubuntu2 failed to install/upgrade: el su bproceso script pre-installation nuevo devolvió el c ódigo de salida de error 1

2010-09-12 Thread Dave Walker
Thanks for reporting this bug..  The logs suggest the upgrade happened
on the 5th September 2010... Is this the case?

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

** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided = High

** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) = Dave Walker (davewalker)

-- 
package eucalyptus-java-common 2.0~bzr1233-0ubuntu2 failed to install/upgrade: 
el subproceso script pre-installation nuevo devolvió el código de salida de 
error 1
https://bugs.launchpad.net/bugs/636687
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 636101] Re: Server ISO 20100911 failed to install eucalyptus -- eucalyptus.udeb failure

2010-09-12 Thread Dave Walker
** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) = Dave Walker (davewalker)

-- 
Server ISO 20100911 failed to install eucalyptus -- eucalyptus.udeb failure
https://bugs.launchpad.net/bugs/636101
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 636687] Re: package eucalyptus-java-common 2 .0~bzr1233-0ubuntu2 failed to install/upgrade: el su bproceso script pre-installation nuevo devolvió el c ódigo de salida de error 1

2010-09-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-virt/ubuntu/maverick/eucalyptus/2.0

-- 
package eucalyptus-java-common 2.0~bzr1233-0ubuntu2 failed to install/upgrade: 
el subproceso script pre-installation nuevo devolvió el código de salida de 
error 1
https://bugs.launchpad.net/bugs/636687
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 636101] Re: Server ISO 20100911 failed to install eucalyptus -- eucalyptus.udeb failure

2010-09-12 Thread Dave Walker
** Changed in: eucalyptus (Ubuntu)
   Status: New = Confirmed

-- 
Server ISO 20100911 failed to install eucalyptus -- eucalyptus.udeb failure
https://bugs.launchpad.net/bugs/636101
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 636101] Re: Server ISO 20100911 failed to install eucalyptus -- eucalyptus.udeb failure

2010-09-12 Thread Dave Walker
Not fulling convinced this is a bug in eucalyptus, but certainly affects
it (investigating further).

My log:
Sep 13 00:37:17 main-menu[465]: DEBUG: resolver (libnewt0.52): package doesn't 
exist (ignored)
Sep 13 00:37:17 main-menu[465]: DEBUG: resolver (libavahi-common3): package 
doesn't exist (ignored)
Sep 13 00:37:17 main-menu[465]: DEBUG: resolver (libavahi-core7): package 
doesn't exist (ignored)
Sep 13 00:37:17 main-menu[465]: DEBUG: resolver (ext2-modules): package doesn't 
exist (ignored)
Sep 13 00:37:17 main-menu[465]: INFO: Falling back to the package description 
for console-setup-udeb
Sep 13 00:37:17 main-menu[465]: INFO: Falling back to the package description 
for console-setup-udeb
Sep 13 00:37:17 main-menu[465]: INFO: Menu item 'eucalyptus-udeb' selected
Sep 13 00:37:17 main-menu[465]: (process:9296): euca_find_component: error 
while loading shared libraries: libavahi-common.so.3: cannot open shared object 
file: No such file or directory
Sep 13 00:37:17 main-menu[465]: WARNING **: Configuring 'eucalyptus-udeb' 
failed with error code 127
Sep 13 00:37:17 main-menu[465]: WARNING **: Menu item 'eucalyptus-udeb' failed.

-- 
Server ISO 20100911 failed to install eucalyptus -- eucalyptus.udeb failure
https://bugs.launchpad.net/bugs/636101
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 636738] [NEW] package bind9 1:9.7.0.dfsg.P1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-12 Thread Musa Amin
Public bug reported:

Binary package hint: bind9

apt-get install bind9
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  bind9utils
Suggested packages:
  bind9-doc resolvconf
The following NEW packages will be installed:
  bind9 bind9utils
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 433kB of archives.
After this operation, 1,368kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://ubuntu.pesat.net.id/archive/ lucid/main bind9utils 
1:9.7.0.dfsg.P1-1 [111kB]
Get:2 http://ubuntu.pesat.net.id/archive/ lucid/main bind9 1:9.7.0.dfsg.P1-1 
[321kB] 
Fetched 433kB in 31s (13.9kB/s) 
 
Preconfiguring packages ...
Selecting previously deselected package bind9utils.
(Reading database ... 252404 files and directories currently installed.)
Unpacking bind9utils (from .../bind9utils_1%3a9.7.0.dfsg.P1-1_i386.deb) ...
Selecting previously deselected package bind9.
Unpacking bind9 (from .../bind9_1%3a9.7.0.dfsg.P1-1_i386.deb) ...
Processing triggers for man-db ...
Processing triggers for ufw ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Setting up bind9utils (1:9.7.0.dfsg.P1-1) ...
Setting up bind9 (1:9.7.0.dfsg.P1-1) ...
 * Starting domain name service... bind9
   [fail] 
invoke-rc.d: initscript bind9, action start failed.
dpkg: error processing bind9 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 bind9
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bind9 1:9.7.0.dfsg.P1-1
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
NonfreeKernelModules: fglrx
AptOrdering:
 bind9utils: Install
 bind9: Install
 bind9utils: Configure
 bind9: Configure
Architecture: i386
Date: Mon Sep 13 09:07:35 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: bind9
Title: package bind9 1:9.7.0.dfsg.P1-1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

-- 
package bind9 1:9.7.0.dfsg.P1-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/636738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 636738] Re: package bind9 1:9.7.0.dfsg.P1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-12 Thread Musa Amin

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/636738/+attachment/1576074/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/636738/+attachment/1576075/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/636738/+attachment/1576076/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   
https://bugs.launchpad.net/bugs/636738/+attachment/1576077/+files/DpkgTerminalLog.gz

-- 
package bind9 1:9.7.0.dfsg.P1-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/636738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 636738] Re: package bind9 1:9.7.0.dfsg.P1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-12 Thread drizzle
*** This bug is a duplicate of bug 610313 ***
https://bugs.launchpad.net/bugs/610313

** This bug has been marked a duplicate of bug 610313
   package bind9 1:9.7.0.dfsg.P1-1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 610313 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/610313/+subscribe

-- 
package bind9 1:9.7.0.dfsg.P1-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/636738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 611226] Re: Dovecot-common Install Error

2010-09-12 Thread Bill Mills
I also had this issue.  I saw a good number of questions but no answers
so I am linking to my resolution in the forum.

http://newyork.ubuntuforums.org/showthread.php?p=9839614#post9839614

It may not be a bug but hostname -f is definitely picker in 10.04 than
it was in 9.10.  I duplicated the same config in both (via a script
using the official cononical EC2 AMIs for each) and the simple setup
works in 9.10 and not in 10.04.  editing /etc/hosts and
/etc/dhcp3/dhclient.conf gets me to a working solution in 10.04.

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

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