[jira] [Updated] (TS-830) traffic_line -r returns "Variable Not Found", even if it's a permission issue

2012-01-31 Thread Updated

 [ 
https://issues.apache.org/jira/browse/TS-830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Galić updated TS-830:
--

Fix Version/s: 3.0.3

> traffic_line -r returns "Variable Not Found", even if it's a permission issue
> -
>
> Key: TS-830
> URL: https://issues.apache.org/jira/browse/TS-830
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Management
>Affects Versions: 3.1.0, 2.1.9
>Reporter: Igor Galić
>Assignee: Igor Galić
>Priority: Minor
> Fix For: 3.1.1, 3.0.3
>
> Attachments: ts830.patch
>
>
> Example:
> {noformat}
> i.galic@pheme ~ % /opt/bw/bin/traffic_line -r proxy.config.dns.nameservers
> /opt/bw/bin/traffic_line: Variable Not Found
> 1 i.galic@pheme ~ % sudo /opt/bw/bin/traffic_line -r 
> proxy.config.dns.nameservers
> NULL
> i.galic@pheme ~ % sudo /opt/bw/bin/traffic_line -r 
> proxy.config.dns.nameservers
> /opt/bw/bin/traffic_line: Variable Not Found
> {noformat}
> I propose we tell the user, when it's actually a permission problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (TS-830) traffic_line -r returns "Variable Not Found", even if it's a permission issue

2011-09-30 Thread AdunGaos (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

AdunGaos updated TS-830:


Attachment: ts830.patch

A little patch for this, provide more information about error.

> traffic_line -r returns "Variable Not Found", even if it's a permission issue
> -
>
> Key: TS-830
> URL: https://issues.apache.org/jira/browse/TS-830
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Management
>Affects Versions: 3.1.0, 2.1.9
>Reporter: Igor Galić
>Assignee: Leif Hedstrom
>Priority: Minor
> Fix For: 3.1.1
>
> Attachments: ts830.patch
>
>
> Example:
> {noformat}
> i.galic@pheme ~ % /opt/bw/bin/traffic_line -r proxy.config.dns.nameservers
> /opt/bw/bin/traffic_line: Variable Not Found
> 1 i.galic@pheme ~ % sudo /opt/bw/bin/traffic_line -r 
> proxy.config.dns.nameservers
> NULL
> i.galic@pheme ~ % sudo /opt/bw/bin/traffic_line -r 
> proxy.config.dns.nameservers
> /opt/bw/bin/traffic_line: Variable Not Found
> {noformat}
> I propose we tell the user, when it's actually a permission problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (TS-830) traffic_line -r returns "Variable Not Found", even if it's a permission issue

2011-07-30 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-830:
-

Fix Version/s: (was: 3.1.0)
   3.1.1

Moving out some bugs to 3.1.1, please rearrange if you plan on fixing any of 
these in the next few weeks.

> traffic_line -r returns "Variable Not Found", even if it's a permission issue
> -
>
> Key: TS-830
> URL: https://issues.apache.org/jira/browse/TS-830
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Management
>Affects Versions: 3.1.0, 2.1.9
>Reporter: Igor Galić
>Priority: Minor
> Fix For: 3.1.1
>
>
> Example:
> {noformat}
> i.galic@pheme ~ % /opt/bw/bin/traffic_line -r proxy.config.dns.nameservers
> /opt/bw/bin/traffic_line: Variable Not Found
> 1 i.galic@pheme ~ % sudo /opt/bw/bin/traffic_line -r 
> proxy.config.dns.nameservers
> NULL
> i.galic@pheme ~ % sudo /opt/bw/bin/traffic_line -r 
> proxy.config.dns.nameservers
> /opt/bw/bin/traffic_line: Variable Not Found
> {noformat}
> I propose we tell the user, when it's actually a permission problem.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (TS-830) traffic_line -r returns "Variable Not Found", even if it's a permission issue

2011-06-17 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-830:
-

Fix Version/s: 3.1.0

> traffic_line -r returns "Variable Not Found", even if it's a permission issue
> -
>
> Key: TS-830
> URL: https://issues.apache.org/jira/browse/TS-830
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Management
>Affects Versions: 3.1.0, 2.1.9
>Reporter: Igor Galić
>Priority: Minor
> Fix For: 3.1.0
>
>
> Example:
> {noformat}
> i.galic@pheme ~ % /opt/bw/bin/traffic_line -r proxy.config.dns.nameservers
> /opt/bw/bin/traffic_line: Variable Not Found
> 1 i.galic@pheme ~ % sudo /opt/bw/bin/traffic_line -r 
> proxy.config.dns.nameservers
> NULL
> i.galic@pheme ~ % sudo /opt/bw/bin/traffic_line -r 
> proxy.config.dns.nameservers
> /opt/bw/bin/traffic_line: Variable Not Found
> {noformat}
> I propose we tell the user, when it's actually a permission problem.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira