Details
Description
This is from the forums...
Hello,
I am trying to install the membase binary on a ubuntu machine (64 bit) by typing:
sudo dpkg -i northscale-server_1.6.0beta4_x86_64.deb.deb
Error messages:
Unpacking northscale-server (from northscale-server_1.6.0beta4_x86_64.deb.deb) ...
groupadd: invalid option -- r
dpkg: error processing northscale-server_1.6.0beta4_x86_64.deb.deb (--install):
subprocess pre-installation script returned error exit status 1
The solution was:
You should create manually group and user befrore install binary:
groupadd northscale
useradd -g northscale -d /opt/NorthScale -s /bin/bash -c "NorthScale system user" northscale
That solved the problem.
Can we look at the code and see if we are using a possibly invalid option with 'groupadd' during the debian package installation?
Hello,
I am trying to install the membase binary on a ubuntu machine (64 bit) by typing:
sudo dpkg -i northscale-server_1.6.0beta4_x86_64.deb.deb
Error messages:
Unpacking northscale-server (from northscale-server_1.6.0beta4_x86_64.deb.deb) ...
groupadd: invalid option -- r
dpkg: error processing northscale-server_1.6.0beta4_x86_64.deb.deb (--install):
subprocess pre-installation script returned error exit status 1
The solution was:
You should create manually group and user befrore install binary:
groupadd northscale
useradd -g northscale -d /opt/NorthScale -s /bin/bash -c "NorthScale system user" northscale
That solved the problem.
Can we look at the code and see if we are using a possibly invalid option with 'groupadd' during the debian package installation?
Activity
- All
- Comments
- Work Log
- History
- Activity
- Gerrit Reviews
Matt Ingenthron
made changes -
| Field | Original Value | New Value |
|---|---|---|
| issue.field.bugzillaimportkey | 2745 | 12515 |
Frank Weigel
made changes -
| Affects Version/s | 1.6.0 beta4 [ 10055 ] | |
| Affects Version/s | 1.6.0beta4 [ 10045 ] |
Sean Lynch
made changes -
| Fix Version/s | 1.6.1 [ 10059 ] |
Perry Krug
made changes -
| Reporter | Perry Krug [ perry@northscale.com ] | Perry Krug [ perry ] |
Perry Krug
made changes -
| Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
| Assignee | Thuan Nguyen [ thuan@northscale.com ] | Sean Lynch [ sean ] |
| Priority | Minor [ 4 ] |
Sean Lynch
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Incomplete [ 4 ] |
Perry Krug
made changes -
| Resolution | Incomplete [ 4 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
Perry Krug
made changes -
| Flagged | [Release Note] |
Steve Yen
made changes -
| Summary | Error on Ubuntu installation | Error on Ubuntu installation around groupadd/useradd |
Steve Yen
made changes -
| Fix Version/s | Backlog [ 10090 ] |
Aleksey Kondratenko
made changes -
| Assignee | Sean Lynch [ sean ] | Aleksey Kondratenko [ alkondratenko ] |
Farshid Ghods
made changes -
| Labels | 1.6.0-release-notes |
Perry Krug
made changes -
| Labels | 1.6.0-release-notes | 1.6.0-release-notes 1.6.5.3-release-notes 1.7.0-release-notes |
Farshid Ghods
made changes -
| Labels | 1.6.0-release-notes 1.6.5.3-release-notes 1.7.0-release-notes | 1.6.0-release-notes 1.6.5.3-release-notes 1.7.0-release-notes 1.7.1-release-notes |
Aleksey Kondratenko
made changes -
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Won't Fix [ 2 ] |
Peter Wansch
made changes -
| Component/s | installer [ 10221 ] | |
| Component/s | linux_installer [ 10021 ] |