[GH-ISSUE #27] adduser in install.sh #23

Closed
opened 2026-02-26 05:31:05 +03:00 by kerem · 3 comments
Owner

Originally created by @fzerorubigd on GitHub (Apr 30, 2012).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/27

for add new user you should use useradd command.
adduser in some distro like ubuntu is a link to useradd but in some other (Arch for example) is other tool and install hangs since adduser need user input (but useradd dont need that)

Originally created by @fzerorubigd on GitHub (Apr 30, 2012). Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/27 for add new user you should use useradd command. adduser in some distro like ubuntu is a link to useradd but in some other (Arch for example) is other tool and install hangs since adduser need user input (but useradd dont need that)
kerem closed this issue 2026-02-26 05:31:05 +03:00
Author
Owner

@fzerorubigd commented on GitHub (Apr 30, 2012):

I think the install.sh need a lot of tweak.
If you use --prefix then this make many problems

<!-- gh-comment-id:5415044 --> @fzerorubigd commented on GitHub (Apr 30, 2012): I think the install.sh need a lot of tweak. If you use --prefix then this make many problems
Author
Owner

@msmathers commented on GitHub (Jun 18, 2012):

Thanks very much for your pull request, I knew very little about useradd/adduser... It has been merged in v0.2.7.

<!-- gh-comment-id:6407247 --> @msmathers commented on GitHub (Jun 18, 2012): Thanks very much for your pull request, I knew very little about useradd/adduser... It has been merged in v0.2.7.
Author
Owner

@fzerorubigd commented on GitHub (Jun 19, 2012):

its also change the default home page for this user (not /home/log.io, but inside the instalation folder) and also create a system user (so the gdm or any other display manager like kdm ,simply ignore this.)
Its a good idea to inform people to drop old user before upgrade

<!-- gh-comment-id:6418687 --> @fzerorubigd commented on GitHub (Jun 19, 2012): its also change the default home page for this user (not /home/log.io, but inside the instalation folder) and also create a system user (so the gdm or any other display manager like kdm ,simply ignore this.) Its a good idea to inform people to drop old user before upgrade
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#23
No description provided.