[jboss-jira] [JBoss JIRA] (AS7-6423) JBoss RPM doesn't adhere to LFS

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Mon Sep 23 11:00:50 EDT 2013


    [ https://issues.jboss.org/browse/AS7-6423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806612#comment-12806612 ] 

RH Bugzilla Integration commented on AS7-6423:
----------------------------------------------

David Sastre Medina <d.sastre.medina at gmail.com> made a comment on [bug 1011067|https://bugzilla.redhat.com/show_bug.cgi?id=1011067]

Description of problem:

Default installation of JBoss EAP 6 provides wrong symlinks under /usr/share/jbossas/domain

How reproducible:

Always.

Steps to Reproduce:
1. yum groupinstall jboss-eap6
2. cd /usr/share/jbossas/domain
3. ls -lrt

Actual results:

# ls -lrt
total 0
lrwxrwxrwx. 1 jboss jboss 19 Sep 23 16:38 configuration -> /etc/jbossas/domain/
lrwxrwxrwx. 1 jboss jboss 23 Sep 23 16:38 data -> /var/tmp/jbossas/domain/
lrwxrwxrwx. 1 jboss jboss 25 Sep 23 16:38 tmp -> /var/cache/jbossas/domain/
lrwxrwxrwx. 1 jboss jboss 23 Sep 23 16:38 log -> /var/log/jbossas/domain/


Expected results:

# ls -lrt
total 0
lrwxrwxrwx. 1 jboss jboss 19 Sep 23 16:38 configuration -> /etc/jbossas/domain/
lrwxrwxrwx. 1 jboss jboss 23 Sep 23 16:38 data -> /var/cache/jbossas/domain/
lrwxrwxrwx. 1 jboss jboss 25 Sep 23 16:38 tmp -> /var/tmp/jbossas/domain/
lrwxrwxrwx. 1 jboss jboss 23 Sep 23 16:38 log -> /var/log/jbossas/domain/

Additional info:

Also reported here: 

 - http://lists.jboss.org/pipermail/jboss-jira/2013-January/230647.html
                
> JBoss RPM doesn't adhere to LFS
> -------------------------------
>
>                 Key: AS7-6423
>                 URL: https://issues.jboss.org/browse/AS7-6423
>             Project: Application Server 7
>          Issue Type: Enhancement
>          Components: Build System
>    Affects Versions: 7.1.2.Final (EAP)
>         Environment: Red Hat Enterprise Linux Server release 6.3 (Santiago)
>            Reporter: rafael liu
>            Assignee: Fernando Nasser
>            Priority: Minor
>              Labels: rpm
>
> In /usr/share/jbossas/domain links to tmp and data folders were mixed up:
> {noformat} 
> [domain]]# ls -l
> total 4
> lrwxrwxrwx. 1 jboss jboss   19 Jan  2 14:45 configuration -> /etc/jbossas/domain
> lrwxrwxrwx. 1 jboss jboss   23 Jan  2 14:45 data -> /var/tmp/jbossas/domain
> lrwxrwxrwx. 1 jboss jboss   23 Jan  2 14:45 log -> /var/log/jbossas/domain
> drwxrwxr-x. 5 jboss jboss 4096 Jan  2 16:02 servers
> lrwxrwxrwx. 1 jboss jboss   25 Jan  2 14:45 tmp -> /var/cache/jbossas/domain
> {noformat} 
> In /usr/share/jbossas/standalone tmp folder is not linked:
> {noformat} 
> [standalone]# ls -l
> total 12
> lrwxrwxrwx. 1 jboss jboss   23 Jan  2 14:45 configuration -> /etc/jbossas/standalone
> drwxr-xr-x. 2 jboss jboss 4096 Jan  2 14:45 deployments
> drwxr-xr-x. 3 jboss jboss 4096 Jan  2 14:45 lib
> lrwxrwxrwx. 1 jboss jboss   27 Jan  2 14:45 log -> /var/log/jbossas/standalone
> drwxr-xr-x. 3 jboss jboss 4096 Jan  2 14:45 tmp
> {noformat} 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list