Comment 3 for bug 2067510

Revision history for this message
Erich Eickmeyer (eeickmeyer) wrote :

$ apt-cache policy ubuntustudio-installer
ubuntustudio-installer:
  Installed: 1.18.3
  Candidate: 1.18.3
  Version table:
 *** 1.18.3 100
        100 http://us.archive.ubuntu.com/ubuntu noble-proposed/universe amd64 Packages
        100 http://us.archive.ubuntu.com/ubuntu noble-proposed/universe i386 Packages
        100 /var/lib/dpkg/status
     1.18.2 500
        500 http://us.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu noble-updates/universe i386 Packages
     1.18 500
        500 http://us.archive.ubuntu.com/ubuntu noble/universe amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu noble/universe i386 Packages

At first, this verification was unsuccessful as I had forgotten that I was experimenting with diverting /usr/bin/adduser to /usr/bin/adduser-actual and replacing it with the following script:

#!/bin/sh
/usr/sbin/adduser-actual --ingroup audio $@

Upon investigation, I realized this created the user with the audio group which made it so that the actual mechanism for ubuntustudio-installer would not be necessary if this script and diversion was added to ubuntustudio-default-settings as described above. This was also per a conversation with Steve Langasek on IRC.

However, after removing this and putting /usr/sbin/adduser back where it belongs, I redid the test:

* added new user
* signed-in as new user
* User was prompted to restart for proper configs to take place.