Opened 9 years ago

Closed 9 years ago

#47531 closed defect (worksforme)

dovecot2 @2.2.16 Dovecot version mismatch

Reported by: ericmoret Owned by: pixilla (Bradley Giesbrecht)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc: ericmoret
Port: dovecot2

Description

I just upgraded my ports and I am now receiving a version mismatch error between Master, imap-login and config. See below.

$ sudo port selfupdate
--->  Updating MacPorts base sources using rsync
MacPorts base version 2.3.3 installed,
MacPorts base version 2.3.3 downloaded.
--->  Updating the ports tree
--->  MacPorts base is already the latest version

The ports tree has been updated. To upgrade your installed ports, you should run
  port upgrade outdated
$ sudo port upgrade outdated
Nothing to upgrade.
$ sudo port installed dovecot2
The following ports are currently installed:
  dovecot2 @2.2.16_0 (active)
$ launchctl start org.macports.dovecot2
$ sudo tail -f /opt/local/var/log/dovecot/error
Apr 22 06:20:50 imap-login: Fatal: Dovecot version mismatch: Master is v2.2.15, imap-login is v2.2.16 (if you don't care, set version_ignore=yes)
Apr 22 06:20:50 master: Error: service(imap-login): command startup failed, throttling for 60 secs
Apr 22 06:20:51 config: Fatal: Dovecot version mismatch: Master is v2.2.15, config is v2.2.16 (if you don't care, set version_ignore=yes)
Apr 22 06:20:51 master: Error: service(config): command startup failed, throttling for 60 secs

Change History (5)

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to pixilla@…

comment:2 Changed 9 years ago by pixilla (Bradley Giesbrecht)

Please do one of the following:

sudo port unload dovecot2
sudo port load dovecot2

or if for some reason you are not using the port command to load dovecot2 do:

sudo launchctl unload -w /Library/LaunchDaemons/org.macports.dovecot2.plist
sudo launchctl load -w /Library/LaunchDaemons/org.macports.dovecot2.plist

comment:3 Changed 9 years ago by ericmoret

Thank you. That fixed it.

comment:4 Changed 9 years ago by ericmoret

Cc: eric.moret@… added

Cc Me!

comment:5 Changed 9 years ago by pixilla (Bradley Giesbrecht)

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.