Want more timely Centmin Mod News Updates?
Become a Member

Featured CentOS 7.x How to help test .08 CentOS 7 Betas with Github code ?

Discussion in 'Beta release code' started by eva2000, Jul 11, 2014.

  1. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:03 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Added a new update commit fixes postfix bounce email processing for Xenforo 1.4 thanks for @Tracy Perry troubleshooting and insight sharing

    For existing Centmin Mod users, you can fix this running 2 commands in SSH
    Code:
    postconf -e 'recipient_delimiter = +'
    /etc/init.d/postfix restart
    
    to confirm if it was set, type this command in SSH
    Code:
    postconf -n | grep ^recipient_delimiter
    
    you should return output
    Code:
    recipient_delimiter = +


     
  2. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:03 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  3. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:03 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  4. Andy

    Andy Active Member

    540
    88
    28
    Aug 6, 2014
    Ratings:
    +131
    Local Time:
    9:03 PM
    Just created a new server on Rackspace (1GB, Centos 7 PVHM) and run the following command.
    [root@cloud-server-01 ~]# curl -sL https://gist.github.com/centminmod/dbe765784e03bc4b0d40/raw/installer.sh | bash
    ---------------------------------------------------------------
    SELINUX linux detected
    ---------------------------------------------------------------
    disabling SELINUX...
    will require a server reboot before running initial install
    SELINUX disabled, please reboot server and rerun install
    ---------------------------------------------------------------
    tail: cannot open ‘/root/centminlogs/centminmod_yumtimes_*.log’ for reading: No such file or directory
    tail: cannot open ‘/root/centminlogs/*_install.log’ for reading: No such file or directory

    Created command shortcuts:
    * type cmdir to change to Centmin Mod install directory
    at /usr/local/src/centminmod-123.08centos7beta01
    * type centmin call and run centmin.sh
    at /usr/local/src/centminmod-123.08centos7beta01/centmin.sh
     
  5. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:03 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    @Andy that's normal, just do what is suggested and reboot server and rerun install :)
     
  6. Andy

    Andy Active Member

    540
    88
    28
    Aug 6, 2014
    Ratings:
    +131
    Local Time:
    9:03 PM
  7. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:03 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  8. Andy

    Andy Active Member

    540
    88
    28
    Aug 6, 2014
    Ratings:
    +131
    Local Time:
    9:03 PM
    Code:
    # This file controls the state of SELinux on the system.
    # SELINUX= can take one of these three values:
    #     enforcing - SELinux security policy is enforced.
    #     permissive - SELinux prints warnings instead of enforcing.
    #     disabled - No SELinux policy is loaded.
    SELINUX=permissive
    # SELINUXTYPE= can take one of these two values:
    #     targeted - Targeted processes are protected,
    #     minimum - Modification of targeted policy. Only selected processes are protected.
    #     mls - Multi Level Security protection.
    SELINUXTYPE=targeted
    Code:
    [root@cloud-server-01 ~]# sestatus
    SELinux status:                 enabled
    SELinuxfs mount:                /sys/fs/selinux
    SELinux root directory:         /etc/selinux
    Loaded policy name:             targeted
    Current mode:                   permissive
    Mode from config file:          permissive
    Policy MLS status:              enabled
    Policy deny_unknown status:     allowed
    Max kernel policy version:      28
     
  9. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:03 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Last edited: Sep 6, 2014
  10. Sebastian B.

    Sebastian B. New Member

    25
    4
    3
    Aug 23, 2014
    Ratings:
    +4
    Local Time:
    4:03 AM
    1.7.2
    5.5
  11. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:03 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    @Sebastian B. what does the contents of your /etc/yum.conf look like ?
     
  12. hungphutho

    hungphutho Member

    55
    35
    18
    Jun 2, 2014
    Ratings:
    +35
    Local Time:
    9:03 AM
    1.7.2
    Percona 5.6
    @Sebastian B I have the same problem on linode centos 7
    Fix
    Code:
    nano /etc/resolv.conf
    add
    Code:
    nameserver 8.8.8.8
    nameserver 8.8.4.4
    
     
  13. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:03 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    @hungphutho what does Linode CentOS have for default /etc/resolv.conf ?

    maybe I should make Centmin Mod override /etc/resolv.conf on install ?
     
  14. hungphutho

    hungphutho Member

    55
    35
    18
    Jun 2, 2014
    Ratings:
    +35
    Local Time:
    9:03 AM
    1.7.2
    Percona 5.6
    /etc/resolv.conf default linode
    Code:
    search members.linode.com
    nameserver 106.187.34.20
    nameserver 106.187.35.20
    nameserver 106.187.36.20
    [​IMG]
     
    Last edited: Sep 6, 2014
  15. hungphutho

    hungphutho Member

    55
    35
    18
    Jun 2, 2014
    Ratings:
    +35
    Local Time:
    9:03 AM
    1.7.2
    Percona 5.6
    By default, Linodes use DHCP to acquire their IP address :)
    Linux Static IP Configuration - Linode Guides & Tutorials

     
  16. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:03 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    strange I have no problems with my Linode and it's assigned nameserver in /etc/resolv.conf
     
  17. Sebastian B.

    Sebastian B. New Member

    25
    4
    3
    Aug 23, 2014
    Ratings:
    +4
    Local Time:
    4:03 AM
    1.7.2
    5.5
    Mine looks like:
    # Generated by NetworkManager
    domain members.linode.com
    search members.linode.com
    nameserver 109.74.193.20
    nameserver 109.74.194.20
    nameserver 109.74.192.20
    options rotate

    Adding google NS after the 3 nameservers dont work. Get the same errors. Need I add it on top?
     
  18. hungphutho

    hungphutho Member

    55
    35
    18
    Jun 2, 2014
    Ratings:
    +35
    Local Time:
    9:03 AM
    1.7.2
    Percona 5.6
    you remove and replace
    /etc/resolv.conf My current / centos 7 linode
    [​IMG]

    Code:
    # Generated by NetworkManager
    # No nameservers found; try putting DNS servers into your
    # ifcfg files in /etc/sysconfig/network-scripts like so:
    #
    # DNS1=xxx.xxx.xxx.xxx
    # DNS2=xxx.xxx.xxx.xxx
    
    # DOMAIN=lab.foo.com bar.foo.com
    nameserver 8.8.8.8
    nameserver 8.8.4.4
    options rotate
    options rotate
    options rotate
    options rotate
    options rotate
    options rotate
    options rotate
    options rotate
    options rotate
    options rotate
    options rotate
    options rotate
    options rotate
    options rotate
    options rotate
    
     
  19. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:03 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    maybe contact Linode support about CentOS 7 error you are getting :)

    also see Linux Static IP Configuration - Linode Guides & Tutorials

     
  20. hungphutho

    hungphutho Member

    55
    35
    18
    Jun 2, 2014
    Ratings:
    +35
    Local Time:
    9:03 AM
    1.7.2
    Percona 5.6
    I've switched to Static IP Configuration on linode

    If you want to use the Private IP / LAN IP, you must switch Static IP
     
    Last edited: Sep 6, 2014