[jira] [Commented] (CLOUDSTACK-6673) cloudstack-setup-management make a chmod 777 on /root

2014-05-31 Thread Yoshikazu Nojima (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14014760#comment-14014760
 ] 

Yoshikazu Nojima commented on CLOUDSTACK-6673:
--

I confirmed CloudStack on Ubuntu 12.04 without this code works too.
I fixed this bug in CLOUDSTACK-6816.

> cloudstack-setup-management make a chmod 777 on /root
> -
>
> Key: CLOUDSTACK-6673
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6673
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Install and Setup
>Affects Versions: 4.4.0
> Environment: Ubuntu 14.04 / KVM
> CS 4.4.0 snapshot 20140513
>Reporter: Milamber
>Priority: Blocker
>  Labels: security
> Fix For: Future, 4.4.0, 4.3.1
>
>
> Before run cloudstack-setup-management, /root directory permissions are:
> drwx--   4 root root  4096 mai   14 15:05 root
> After the runs of cloudstack-setup-management, /root directory permissions 
> are:
> drwxrwxrwx   4 root root  4096 mai   14 15:05 root



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CLOUDSTACK-6673) cloudstack-setup-management make a chmod 777 on /root

2014-05-27 Thread Milamber (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14010838#comment-14010838
 ] 

Milamber commented on CLOUDSTACK-6673:
--


Yes seems related only on Ubuntu platform.

The name of python class is: 
class ubuntuFirewallConfigServer(firewallConfigServer):
[...]
#FIXME: urgly make /root writable
bash("sudo chmod 0777 /root")


Deployment of CloudStack on Ubuntu 14.04 with this last line commented works 
well...



> cloudstack-setup-management make a chmod 777 on /root
> -
>
> Key: CLOUDSTACK-6673
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6673
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Install and Setup
>Affects Versions: 4.4.0
> Environment: Ubuntu 14.04 / KVM
> CS 4.4.0 snapshot 20140513
>Reporter: Milamber
>Priority: Blocker
>  Labels: security
>
> Before run cloudstack-setup-management, /root directory permissions are:
> drwx--   4 root root  4096 mai   14 15:05 root
> After the runs of cloudstack-setup-management, /root directory permissions 
> are:
> drwxrwxrwx   4 root root  4096 mai   14 15:05 root



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CLOUDSTACK-6673) cloudstack-setup-management make a chmod 777 on /root

2014-05-27 Thread Rayees Namathponnan (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14010435#comment-14010435
 ] 

Rayees Namathponnan commented on CLOUDSTACK-6673:
-

is it specific to Ubuntu alone ?

I tried with centos 6.3, see the root folder permission before and after  


dr-xr-x---.   2 root root  4096 May 13  2013 root

[root@cs-nightly-ms2 /]# cloudstack-setup-management
Starting to configure CloudStack Management Server:
Configure sudoers ... [OK]
Configure Firewall ...[OK]
Configure CloudStack Management Server ...[OK]
CloudStack Management Server setup is Done!


dr-xr-x---.   2 root root  4096 May 13  2013 root


> cloudstack-setup-management make a chmod 777 on /root
> -
>
> Key: CLOUDSTACK-6673
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6673
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Install and Setup
>Affects Versions: 4.4.0
> Environment: Ubuntu 14.04 / KVM
> CS 4.4.0 snapshot 20140513
>Reporter: Milamber
>Priority: Blocker
>  Labels: security
>
> Before run cloudstack-setup-management, /root directory permissions are:
> drwx--   4 root root  4096 mai   14 15:05 root
> After the runs of cloudstack-setup-management, /root directory permissions 
> are:
> drwxrwxrwx   4 root root  4096 mai   14 15:05 root



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CLOUDSTACK-6673) cloudstack-setup-management make a chmod 777 on /root

2014-05-19 Thread Milamber (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14002362#comment-14002362
 ] 

Milamber commented on CLOUDSTACK-6673:
--


Comment this line seems have no impact on CS 4.4 deployment (KVM installation 
on Ubuntu 14.04 and Debian7+backports)

> cloudstack-setup-management make a chmod 777 on /root
> -
>
> Key: CLOUDSTACK-6673
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6673
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Install and Setup
>Affects Versions: 4.4.0
> Environment: Ubuntu 14.04 / KVM
> CS 4.4.0 snapshot 20140513
>Reporter: Milamber
>Priority: Blocker
>  Labels: security
>
> Before run cloudstack-setup-management, /root directory permissions are:
> drwx--   4 root root  4096 mai   14 15:05 root
> After the runs of cloudstack-setup-management, /root directory permissions 
> are:
> drwxrwxrwx   4 root root  4096 mai   14 15:05 root



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CLOUDSTACK-6673) cloudstack-setup-management make a chmod 777 on /root

2014-05-15 Thread Milamber (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998247#comment-13998247
 ] 

Milamber commented on CLOUDSTACK-6673:
--


Probably origin from:

./python/lib/cloudutils/serviceConfig.py

#FIXME: urgly make /root writable
bash("sudo chmod 0777 /root")


> cloudstack-setup-management make a chmod 777 on /root
> -
>
> Key: CLOUDSTACK-6673
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6673
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Install and Setup
>Affects Versions: 4.4.0
> Environment: Ubuntu 14.04 / KVM
> CS 4.4.0 snapshot 20140513
>Reporter: Milamber
>Priority: Blocker
>  Labels: security
>
> Before run cloudstack-setup-management, /root directory permissions are:
> drwx--   4 root root  4096 mai   14 15:05 root
> After the runs of cloudstack-setup-management, /root directory permissions 
> are:
> drwxrwxrwx   4 root root  4096 mai   14 15:05 root



--
This message was sent by Atlassian JIRA
(v6.2#6252)