Package: nova-consoleauth
Version: 2013.1-1
Severity: important

Dear Maintainer,

nova-consoleauth 2013.1-1 conflicts with nova-console 2013.1-1

# apt-get install nova-consoleauth
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  nova-consoleauth
0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded.
2 not fully installed or removed.
Need to get 0 B/1,407 kB of archives.
After this operation, 1,455 kB of additional disk space will be used.
Selecting previously unselected package nova-consoleauth.
(Reading database ... 282791 files and directories currently installed.)
Unpacking nova-consoleauth (from .../nova-consoleauth_2013.1-1_all.deb) ...
dpkg: error processing 
/var/cache/apt/archives/nova-consoleauth_2013.1-1_all.deb (--unpack):
 trying to overwrite '/etc/init.d/nova-consoleauth', which is also in package 
nova-console 2013.1-1
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/nova-consoleauth_2013.1-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
# dpkg -l|grep nova-console
ii  nova-console                          2013.1-1                           
all          OpenStack Compute - console
ic  nova-consoleauth                      2013.1-1                           
all          OpenStack Compute - Console Authenticator
# ls -l /etc/init.d/nova-console*
-rwxr-xr-x 1 root root 3186 Apr  4 12:09 /etc/init.d/nova-console
-rwxr-xr-x 1 root root 3224 Apr  4 12:09 /etc/init.d/nova-consoleauth

Packages retrieved from the gplhost.com grizzly repo. Trying to
install OpenStack Grizzly with packages on Debian 3.8 experimental, 
following the DevStack model.

More information on http://debian.netside.net/xps13_openstack.html

Best regards,

--Mitch Halmu

-- System Information:
Debian Release: 7.0
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'unstable'), (500, 
'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nova-consoleauth depends on:
ii  dpkg         1.16.10
ii  lsb-base     4.1+Debian9
ii  nova-common  2013.1-1
ii  python       2.7.3-4

nova-consoleauth recommends no packages.

nova-consoleauth suggests no packages.

-- Configuration Files:
/etc/init.d/nova-consoleauth changed:
PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="OpenStack Compute Console Auth"
NAME=nova-consoleauth
DAEMON=/usr/bin/nova-consoleauth
DAEMON_ARGS="--config-file=/etc/nova/nova.conf"
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
NOVA_USER=nova
LOCK_DIR=/var/lock/nova/
DEFAULTS_FILE=/etc/default/nova-common
[ -x $DAEMON ] || exit 0
mkdir -p ${LOCK_DIR}
chown ${NOVA_USER} ${LOCK_DIR}
. /lib/lsb/init-functions
if [ -s $DEFAULTS_FILE ]; then
    . $DEFAULTS_FILE
    case "x$NOVA_ENABLE" in
        xtrue|xfalse)   ;;
        *)              log_failure_msg "Value of NOVA_ENABLE in $DEFAULTS_FILE 
must be either 'true' or 'false';"
                        log_failure_msg "not starting $NAME daemon."
                        exit 1
                        ;;
    esac
fi
do_start()
{
        start-stop-daemon --start --background --quiet --chuid 
${NOVA_USER}:nova --make-pidfile --pidfile $PIDFILE --startas $DAEMON --test > 
/dev/null \
                || return 1
        start-stop-daemon --start --background --quiet --chuid 
${NOVA_USER}:nova --make-pidfile --pidfile $PIDFILE --startas $DAEMON -- \
                $DAEMON_ARGS \
                || return 2
}
do_stop()
{
        start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile 
$PIDFILE
        RETVAL="$?"
        rm -f $PIDFILE
        return "$RETVAL"
}
case "$1" in
  start)
        if "$NOVA_ENABLE"; then
            log_daemon_msg "Starting $DESC" "$NAME"
            do_start
            case "$?" in
                0|1) log_end_msg 0 ;;
                2) log_end_msg 1 ;;
            esac
        else
            log_warning_msg "nova daemons not enabled in $DEFAULTS_FILE, not 
starting..."
        fi
        ;;
  stop)
        log_daemon_msg "Stopping $DESC" "$NAME"
        do_stop
        case "$?" in
                0|1) log_end_msg 0 ;;
                2) log_end_msg 1 ;;
        esac
        ;;
  status)
       status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
       ;;
  restart|force-reload)
        if "$NOVA_ENABLE"; then
            log_daemon_msg "Restarting $DESC" "$NAME"
            do_stop
            case "$?" in
                0|1)
                    do_start
                    case "$?" in
                        0) log_end_msg 0 ;;
                        1) log_end_msg 1 ;; # Old process is still running
                        *) log_end_msg 1 ;; # Failed to start
                    esac
                    ;;
                *)
                # Failed to stop
                    log_end_msg 1
                    ;;
            esac
        else
            log_warning_msg "nova daemons not enabled in $DEFAULTS_FILE, not 
starting..."
        fi
        ;;
  *)
        echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2
        exit 3
        ;;
esac


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to