Aaru configuration is not executed on first run #690

Closed
opened 2026-01-29 15:26:34 +00:00 by claunia · 0 comments
Owner

Originally created by @darkstar on GitHub (Mar 5, 2021).

Prerequisites

  • Are you running the latest version?
  • Can you reproduce the problem in the debug version?

Check and fill as appropriate:

  • I was running Aaru under Windows 10...
  • I was running Aaru under Linux [version here]...
  • I was running Aaru under macOS [version here]...
  • ...in 32-bit
  • ...in 64-bit
  • ...using an Intel / AMD processor
  • ...using an ARM or Apple Silicon processor

Description

When Aaru is first run, unless it is run without parameters, the initial configuration is skipped

Exact command line used:

D:\Devel\Aaru\Aaru\bin\Debug\netcoreapp3.1\aaru --debug image options

Expected behavior:

The initial configuration dialog asks the user to consent to uploading of statistics

Actual behavior:

The configuration is not run, and statistics are uploaded

Output of command execution with debug output enabled

d:\Devel\Aaru\Aaru>bin\Debug\netcoreapp3.1\aaru --debug image  options
Unrecognized command or argument '--debug'
Unrecognized command or argument 'image'
Unrecognized command or argument 'options'

configure:
  Configures user settings and statistics.

Usage:
  configure [options]

Options:
  --version         Show version information
  -?, -h, --help    Show help and usage information

aaru 5.2.99.3380-alpha+4dbc04a9 built by LTAU336 in Debug, modified
Copyright © 2011-2021 Natalia Portillo

DEBUG (List-Options command): --debug=True
DEBUG (List-Options command): --verbose=False
Read/Write media images options:
        Options for Aaru Format:
                Name                 Type       Default      Description
                compress             boolean    True         Compress user data blocks. Other blocks will always be compressed
                deduplicate          boolean    True         Store only unique sectors. This consumes more memory and is slower, but it's enabled by default
                dictionary           number     33554432     Size, in bytes, of the LZMA dictionary
                max_ddt_size         number     256          Maximum size, in mebibytes, for in-memory DDT. If image needs a bigger one, it will be on-disk
                md5                  boolean    False        Calculate and store MD5 of image's user data
                sectors_per_block    number     4096         How many sectors to store per block (will be rounded to next power of two)
                sha1                 boolean    False        Calculate and store SHA1 of image's user data
                sha256               boolean    False        Calculate and store SHA256 of image's user data
                spamsum              boolean    False        Calculate and store SpamSum of image's user data

        Options for ACT Apricot Disk Image:
                Name                 Type       Default      Description
                compress             boolean    False        Enable Apridisk compression.

        Options for Apple DiskCopy 4.2:
                Name                 Type       Default      Description
                macosx               boolean    False        Use Mac OS X format byte

        Options for CDRDAO tocfile:
                Name                 Type       Default      Description
                separate             boolean    False        Write each track to a separate file.

        Options for CDRWin cuesheet:
                Name                 Type       Default      Description
                separate             boolean    False        Write each track to a separate file.

        Options for VMware disk image:
                Name                 Type       Default      Description
                adapter_type         string     ide          Type of adapter type. Possible values: ide, lsilogic, buslogic, legacyESX.
                hwversion            number     4            VDMK hardware version.
                sparse               boolean    False        Use sparse extents.
                split                boolean    False        Split data file at 2GiB.

Uploading statistics
Originally created by @darkstar on GitHub (Mar 5, 2021). ### Prerequisites * [x] Are you running the latest version? * [x] Can you reproduce the problem in the debug version? ### Check and fill as appropriate: * [x] I was running Aaru under Windows 10... * [ ] I was running Aaru under Linux [version here]... * [ ] I was running Aaru under macOS [version here]... * [ ] ...in 32-bit * [x] ...in 64-bit * [x] ...using an Intel / AMD processor * [ ] ...using an ARM or Apple Silicon processor ### Description When Aaru is first run, unless it is run without parameters, the initial configuration is skipped ### Exact command line used: `D:\Devel\Aaru\Aaru\bin\Debug\netcoreapp3.1\aaru --debug image options` ### Expected behavior: The initial configuration dialog asks the user to consent to uploading of statistics ### Actual behavior: The configuration is not run, and statistics are uploaded ### Output of command execution with debug output enabled ``` d:\Devel\Aaru\Aaru>bin\Debug\netcoreapp3.1\aaru --debug image options Unrecognized command or argument '--debug' Unrecognized command or argument 'image' Unrecognized command or argument 'options' configure: Configures user settings and statistics. Usage: configure [options] Options: --version Show version information -?, -h, --help Show help and usage information aaru 5.2.99.3380-alpha+4dbc04a9 built by LTAU336 in Debug, modified Copyright © 2011-2021 Natalia Portillo DEBUG (List-Options command): --debug=True DEBUG (List-Options command): --verbose=False Read/Write media images options: Options for Aaru Format: Name Type Default Description compress boolean True Compress user data blocks. Other blocks will always be compressed deduplicate boolean True Store only unique sectors. This consumes more memory and is slower, but it's enabled by default dictionary number 33554432 Size, in bytes, of the LZMA dictionary max_ddt_size number 256 Maximum size, in mebibytes, for in-memory DDT. If image needs a bigger one, it will be on-disk md5 boolean False Calculate and store MD5 of image's user data sectors_per_block number 4096 How many sectors to store per block (will be rounded to next power of two) sha1 boolean False Calculate and store SHA1 of image's user data sha256 boolean False Calculate and store SHA256 of image's user data spamsum boolean False Calculate and store SpamSum of image's user data Options for ACT Apricot Disk Image: Name Type Default Description compress boolean False Enable Apridisk compression. Options for Apple DiskCopy 4.2: Name Type Default Description macosx boolean False Use Mac OS X format byte Options for CDRDAO tocfile: Name Type Default Description separate boolean False Write each track to a separate file. Options for CDRWin cuesheet: Name Type Default Description separate boolean False Write each track to a separate file. Options for VMware disk image: Name Type Default Description adapter_type string ide Type of adapter type. Possible values: ide, lsilogic, buslogic, legacyESX. hwversion number 4 VDMK hardware version. sparse boolean False Use sparse extents. split boolean False Split data file at 2GiB. Uploading statistics ```
claunia added the bug label 2026-01-29 15:26:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aaru-dps/Aaru-aaru-dps#690