Changes

From SME Server
Jump to navigationJump to search
860 bytes added ,  06:33, 8 September 2022
Line 49: Line 49:     
Download the file and install (you might check the last available version in https://mirror.koozali.org/releases/10/smecontribs/x86_64/RPMS/ to adapte the following line)
 
Download the file and install (you might check the last available version in https://mirror.koozali.org/releases/10/smecontribs/x86_64/RPMS/ to adapte the following line)
  wget https://mirror.koozali.org/releases/testing/10/smecontribs/x86_64/RPMS/smeserver-centos2sme-6.9.1-11.el7.sme.noarch.rpm
+
  wget https://mirror.koozali.org/releases/10/smecontribs/x86_64/RPMS/smeserver-centos2sme-6.9.1-13.el7.sme.noarch.rpm
   −
  yum install smeserver-centos2sme-6.9.1-5.el6.sme.noarch.rpm
+
  yum install smeserver-centos2sme-6.9.1-13.el7.sme.noarch.rpm
    
=== SME Server Conversion ===
 
=== SME Server Conversion ===
Line 57: Line 57:     
==== Preparation ====
 
==== Preparation ====
 +
get the needed tools
 +
yum install -y net-tools
 
Get the current network information of your server
 
Get the current network information of your server
 
  # ifconfig  
 
  # ifconfig  
Line 104: Line 106:  
  signal-event reboot
 
  signal-event reboot
   −
DO this only if you have kvm access, Remember you still can use the option 9 to restore from disk without rebooting.
+
DO this only if you have kvm access, Remember you still can use the option 9 in the console to restore from disk without rebooting.
 +
 
 +
==== unable to login in server-manager ====
 +
if you are unable to login to manager and see this log error in /var/log/httpd/admin_error_log
 +
AH01215: Can't exec "/usr/bin/pwauth": Permission denied at /etc/e-smith/web/common/cgi-bin/login line 56., referer: https://...
 +
just do
 +
yum reinstall /usr/bin/pwauth -y
 +
 
 +
==== Issue with Screen====
 +
Some installation of Centos do have declared devpts in fstab and are missing the gid=5. This will prevent non root user to use screen
 +
 
 +
change this
 +
devpts          /dev/pts        devpts  defaults  0      0
 +
to this
 +
devpts          /dev/pts        devpts  defaults,gid=5  0      0
 +
 
 +
to avoid a reboot, do
 +
mount -o remount,gid=5,rw,relatime,mode=600,ptmxmode=000 /dev/pts
 +
 
 +
Alternatively, simply remove or comment the line from fstab and it should work on reboot.
    
===Bugs===
 
===Bugs===
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu