You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2010/02/03 15:51:28 UTC

[jira] Created: (TS-138) Install user defaulting to "current" user

Install user defaulting to "current" user
-----------------------------------------

                 Key: TS-138
                 URL: https://issues.apache.org/jira/browse/TS-138
             Project: Traffic Server
          Issue Type: Bug
          Components: Build
    Affects Versions: 2.0.0a
            Reporter: Leif Hedstrom
             Fix For: 2.0.0a


This doesn't make sense to me, it seems the default now is to install things as "user"."user":

/usr/bin/install -c -d -o leif -g leif /usr/local/var/trafficserver /usr/local/var/log/trafficserver /usr/local/etc/trafficserver /usr/local/etc/trafficserver/internal
/usr/bin/install: invalid group `leif'


I thought our default was nobody.nobody, and this was supposed to be overridable via ./configure options? Also, with the trunk, records.config gets

CONFIG proxy.config.admin.user_id STRING leif


which I don't think makes sense either.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-138) Install user defaulting to "current" user

Posted by "George Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Paul updated TS-138:
---------------------------

    Attachment: 0001-TS138_patch1.diff.patch

This patch '0001-TS138_patch1.diff.patch' will set the default user:group to 'nobody:nobody'. These can be overriden with configure flags '--with-user' and '--with-group'. 
-George

> Install user defaulting to "current" user
> -----------------------------------------
>
>                 Key: TS-138
>                 URL: https://issues.apache.org/jira/browse/TS-138
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.0.0a
>            Reporter: Leif Hedstrom
>            Assignee: George Paul
>             Fix For: 2.0.0a
>
>         Attachments: 0001-TS138_patch1.diff.patch
>
>
> This doesn't make sense to me, it seems the default now is to install things as "user"."user":
> /usr/bin/install -c -d -o leif -g leif /usr/local/var/trafficserver /usr/local/var/log/trafficserver /usr/local/etc/trafficserver /usr/local/etc/trafficserver/internal
> /usr/bin/install: invalid group `leif'
> I thought our default was nobody.nobody, and this was supposed to be overridable via ./configure options? Also, with the trunk, records.config gets
> CONFIG proxy.config.admin.user_id STRING leif
> which I don't think makes sense either.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TS-138) Install user defaulting to "current" user

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829291#action_12829291 ] 

Leif Hedstrom commented on TS-138:
----------------------------------

Looks good to me, review=leif.

> Install user defaulting to "current" user
> -----------------------------------------
>
>                 Key: TS-138
>                 URL: https://issues.apache.org/jira/browse/TS-138
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.0.0a
>            Reporter: Leif Hedstrom
>            Assignee: George Paul
>             Fix For: 2.0.0a
>
>         Attachments: 0001-TS138_patch1.diff.patch
>
>
> This doesn't make sense to me, it seems the default now is to install things as "user"."user":
> /usr/bin/install -c -d -o leif -g leif /usr/local/var/trafficserver /usr/local/var/log/trafficserver /usr/local/etc/trafficserver /usr/local/etc/trafficserver/internal
> /usr/bin/install: invalid group `leif'
> I thought our default was nobody.nobody, and this was supposed to be overridable via ./configure options? Also, with the trunk, records.config gets
> CONFIG proxy.config.admin.user_id STRING leif
> which I don't think makes sense either.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TS-138) Install user defaulting to "current" user

Posted by "George Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Paul reassigned TS-138:
------------------------------

    Assignee: George Paul

> Install user defaulting to "current" user
> -----------------------------------------
>
>                 Key: TS-138
>                 URL: https://issues.apache.org/jira/browse/TS-138
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.0.0a
>            Reporter: Leif Hedstrom
>            Assignee: George Paul
>             Fix For: 2.0.0a
>
>
> This doesn't make sense to me, it seems the default now is to install things as "user"."user":
> /usr/bin/install -c -d -o leif -g leif /usr/local/var/trafficserver /usr/local/var/log/trafficserver /usr/local/etc/trafficserver /usr/local/etc/trafficserver/internal
> /usr/bin/install: invalid group `leif'
> I thought our default was nobody.nobody, and this was supposed to be overridable via ./configure options? Also, with the trunk, records.config gets
> CONFIG proxy.config.admin.user_id STRING leif
> which I don't think makes sense either.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TS-138) Install user defaulting to "current" user

Posted by "George Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Paul resolved TS-138.
----------------------------

    Resolution: Fixed

This '0001-TS138_patch1.diff.patch' been committed to trunk.
-George

> Install user defaulting to "current" user
> -----------------------------------------
>
>                 Key: TS-138
>                 URL: https://issues.apache.org/jira/browse/TS-138
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.0.0a
>            Reporter: Leif Hedstrom
>            Assignee: George Paul
>             Fix For: 2.0.0a
>
>         Attachments: 0001-TS138_patch1.diff.patch
>
>
> This doesn't make sense to me, it seems the default now is to install things as "user"."user":
> /usr/bin/install -c -d -o leif -g leif /usr/local/var/trafficserver /usr/local/var/log/trafficserver /usr/local/etc/trafficserver /usr/local/etc/trafficserver/internal
> /usr/bin/install: invalid group `leif'
> I thought our default was nobody.nobody, and this was supposed to be overridable via ./configure options? Also, with the trunk, records.config gets
> CONFIG proxy.config.admin.user_id STRING leif
> which I don't think makes sense either.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TS-138) Install user defaulting to "current" user

Posted by "George Paul (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829112#action_12829112 ] 

George Paul commented on TS-138:
--------------------------------

Should the defaults be 'nobody.nogroup'. This seems usage seems to be more common
-George

> Install user defaulting to "current" user
> -----------------------------------------
>
>                 Key: TS-138
>                 URL: https://issues.apache.org/jira/browse/TS-138
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.0.0a
>            Reporter: Leif Hedstrom
>             Fix For: 2.0.0a
>
>
> This doesn't make sense to me, it seems the default now is to install things as "user"."user":
> /usr/bin/install -c -d -o leif -g leif /usr/local/var/trafficserver /usr/local/var/log/trafficserver /usr/local/etc/trafficserver /usr/local/etc/trafficserver/internal
> /usr/bin/install: invalid group `leif'
> I thought our default was nobody.nobody, and this was supposed to be overridable via ./configure options? Also, with the trunk, records.config gets
> CONFIG proxy.config.admin.user_id STRING leif
> which I don't think makes sense either.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.