no confluence system user will be create when using installer on suse 11.2

Anton July 31, 2012

I have tested it on ubuntu 11 and it works, but on suse there is no conlfuence user. I looked in the passwd and shadow.

The error message occurs when I execute the start-confluence.sh:

To run Confluence in the foreground, start the server with start-confluence.sh -fg

executing using dedicated user: confluence

su: user confluence does not exist

I'm on openSUSE 11.2 64 bit

2 answers

1 accepted

3 votes
Answer accepted
Alejandro Conde Carrillo
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 31, 2012

You can create the user with this command:

sudo /usr/sbin/useradd --create-home --comment "Account for running Confluence" --shell /bin/bash confluence

Please make sure this user has permissions to write in these directories:

  • <Confluence install>/work
  • <Confluence install>/temp
  • <Confluence install>/logs
  • Confluence data directory.

You can find more information in this link.

Anton August 6, 2012

Yes that works. Thanks!

Its important for all four directories to set the owner to confluence.

1 vote
Dennis Kromhout van der Meer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 31, 2012

Have you tried creating the "confluence" user?

sudo useradd --create-home -c "Confluence role account" confluence

Also, be sure that the directory you've installed Confluence to has the right permissions, for example:

sudo mkdir /usr/local/confluence
sudo chown confluence: /usr/local/confluence

For more info: Start Confluence Automatically on Linux

Dennis Kromhout van der Meer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 1, 2012

If you think your question is answered, please se sure to mark as answered in order to help other people find this solution :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events