worldspawn commented on issue #21: Unattended installation appears to ignore nodename setting URL: https://github.com/apache/couchdb-pkg/issues/21#issuecomment-394407615 Is this the source of the original vm.args content? https://github.com/apache/couchdb/blob/d3a28715376c745a77224e65f4389cd3a31f6eec/configure#L168 It changed from @localhost to @127.0.0.1 8 months ago https://github.com/apache/couchdb/commit/30fcd7bb9fc570136269db0c9750e718847e1640 From what I can tell in interactive mode it would store whatever was entered in debconf and write that to VM.args. in unattended the if statement mismatches the default value, overwrites the stored value with [email protected] then the post install writes that bad value to VM.args.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
