[Bug 542027] Re: Purge and Reinstall Isn't Functioning

2010-09-20 Thread loopodoopo
Oke, I solved my problem regarding this issue.

Tough it does not look the same as this bug. I had problems with a wrong
hostname in my /etc/resolv.conf.

-- 
Purge and Reinstall Isn't Functioning
https://bugs.launchpad.net/bugs/542027
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 641153] Re: Dovecot installation from Aptitude fails

2010-09-20 Thread loopodoopo
Oke, this is not a bug.

There was a wrong hostname in the /etc/resolv.conf file which created
this error "hostname: Name or service not known"

I did: apt-get remove dovecot-common dovecot-imapd dovecot-pop3d --purge

changed the hostname in the /etc/resolv.conf

You can test if this works with hostname -i

Then I installed dovecot again.


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

-- 
Dovecot installation from Aptitude fails
https://bugs.launchpad.net/bugs/641153
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 542027] Re: Purge and Reinstall Isn't Functioning

2010-09-17 Thread loopodoopo
Hello Chuck,

I know it is a long time that there was a response on this bug... But I
have the same problemen. I created a new bug.

https://bugs.launchpad.net/bugs/641153

Sorry for creating a new bug, I saw this bug later than when I created
one.

I hope you can help me.

-- 
Purge and Reinstall Isn't Functioning
https://bugs.launchpad.net/bugs/542027
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 641153] [NEW] Dovecot installation from Aptitude fails

2010-09-17 Thread loopodoopo
Public bug reported:

Description:Ubuntu 10.04.1 LTS
Release:10.04

dovecot-imapd: Candidate: 1:1.2.9-1ubuntu6.1

dovecot-pop3d: Candidate: 1:1.2.9-1ubuntu6.1

When I trie to install dovecot like on the help.ubuntu dovecot manual
"sudo aptitude install dovecot-imapd dovecot-pop3d"

I get the following:

sudo aptitude install dovecot-imapd dovecot-pop3d
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
The following NEW packages will be installed:
  dovecot-common{a} dovecot-imapd dovecot-pop3d
0 packages upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/7,803kB of archives. After unpacking 15.7MB will be used.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
Selecting previously deselected package dovecot-common.
(Reading database ... 50884 files and directories currently installed.)
Unpacking dovecot-common (from 
.../dovecot-common_1%3a1.2.9-1ubuntu6.1_amd64.deb) ...
Selecting previously deselected package dovecot-imapd.
Unpacking dovecot-imapd (from .../dovecot-imapd_1%3a1.2.9-1ubuntu6.1_amd64.deb) 
...
Selecting previously deselected package dovecot-pop3d.
Unpacking dovecot-pop3d (from .../dovecot-pop3d_1%3a1.2.9-1ubuntu6.1_amd64.deb) 
...
Processing triggers for ureadahead ...
Processing triggers for man-db ...
Setting up dovecot-common (1:1.2.9-1ubuntu6.1) ...

Creating config file /etc/dovecot/dovecot.conf with new version

Creating config file /etc/dovecot/dovecot-ldap.conf with new version

Creating config file /etc/dovecot/dovecot-sql.conf with new version
adduser: Warning: The home directory `/usr/lib/dovecot' does not belong to the 
user you are currently creating.
Creating generic self-signed certificate:  /etc/ssl/certs/dovecot.pem
(replace with hand-crafted or authorized one if needed).
hostname: Name or service not known
dpkg: error processing dovecot-common (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of dovecot-imapd:
 dovecot-imapd depends on dovecot-common (= 1:1.2.9-1ubuntu6.1); however:
  Package dovecot-common is not configured yet.
dpkg: error processing dovecot-imapd (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of dovecot-pop3d:
 dovecot-pop3d depends on dovecot-common (= 1:1.2.9-1ubuntu6.1); however:
  Package dovecot-common is not configured yet.
dpkg: error processing dovecot-pop3d (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup 
error from a previous failure.

  No apport report written because the error message 
indicates its a followup error from a previous failure.
  Errors were encountered 
while processing:
 dovecot-common
 dovecot-imapd
 dovecot-pop3d
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up dovecot-common (1:1.2.9-1ubuntu6.1) ...
Creating generic self-signed certificate:  /etc/ssl/certs/dovecot.pem
(replace with hand-crafted or authorized one if needed).
hostname: Name or service not known
dpkg: error processing dovecot-common (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of dovecot-pop3d:
 dovecot-pop3d depends on dovecot-common (= 1:1.2.9-1ubuntu6.1); however:
  Package dovecot-common is not configured yet.
dpkg: error processing dovecot-pop3d (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of dovecot-imapd:
 dovecot-imapd depends on dovecot-common (= 1:1.2.9-1ubuntu6.1); however:
  Package dovecot-common is not configured yet.
dpkg: error processing dovecot-imapd (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 dovecot-common
 dovecot-pop3d
 dovecot-imapd
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done

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

-- 
Dovecot installation from Aptitude fails
https://bugs.launchpad.net/bugs/641153
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 550215] Re: [needs-packaging] task-spooler

2010-03-30 Thread loopodoopo
** Changed in: ubuntu
 Assignee: (unassigned) => loopodoopo (maikel-loopodoopo)

** Changed in: ubuntu
 Assignee: loopodoopo (maikel-loopodoopo) => (unassigned)

-- 
[needs-packaging] task-spooler
https://bugs.launchpad.net/bugs/550215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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