• Bug#1101456: not false positive

    From VA@21:1/5 to All on Sun Apr 27 15:10:01 2025
    The given commands output `No conf matches javascript-common` and `1`.

    Also now:

    ```
    # LANG=C dpkg --configure --pending
    Setting up javascript-common (12) ...
    ln: failed to create symbolic link '/etc/lighttpd/conf-enabled/90-javascript-alias.conf': File exists
    dpkg: error processing package javascript-common (--configure):
    installed javascript-common package post-installation script
    subprocess returned error exit status 1
    dpkg: dependency problems prevent configuration of dokuwiki:
    dokuwiki depends on javascript-common; however:
    Package javascript-common is not configured yet.

    dpkg: error processing package dokuwiki (--configure):
    dependency problems - leaving unconfigured
    Errors were encountered while processing:
    javascript-common
    dokuwiki
    ```

    I removed `/etc/lighttpd/conf-enabled/90-javascript-alias.conf` and
    rerun the configure:

    ```
    # LANG=C dpkg --configure --pending
    Setting up javascript-common (12) ...
    dpkg: error processing package javascript-common (--configure):
    installed javascript-common package post-installation script
    subprocess returned error exit status 1
    dpkg: dependency problems prevent configuration of dokuwiki:
    dokuwiki depends on javascript-common; however:
    Package javascript-common is not configured yet.

    dpkg: error processing package dokuwiki (--configure):
    dependency problems - leaving unconfigured
    Errors were encountered while processing:
    javascript-common
    dokuwiki
    ```

    Then on next configure, same error as before, file exists.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From VA@21:1/5 to All on Sun Apr 27 15:40:01 2025
    Hi Chris,

    (Thanks for putting me in CC so I'm notified as I wasn't aware someone
    had closed the issue)

    Le 27/04/2025 à 15:22, Chris Hofstaedtler a écrit :
    | > a2query -c javascript-common
    | > echo $?

    I gave it above, but I'll repeat it, a2query prints `No conf matches javascript-common` and the echo prints `1`.

    | Please also check your system logs/journal from the time around you
    | attempted the upgrade, there might be more messages there.

    With plain `journalctl -e` without filter, there weren't any relevant
    logs, only usual stuff.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)