I just have quick question.

I am going to reinstall centos and setup virutalmin I was having few issues so i decided to clean up and hopefully it will run smooth

one of the mistake i did make that i install desktop. now i am going to install with minimum desktop

my question is centos 7 will work fine or we still have more bugs in the centos 7

Please advice

I have two 500gb hard drive setup as mirror

cpu info

vendor_id : AuthenticAMD cpu family : 16 model : 4 model name : AMD Phenom(tm) II X4 955 Processor stepping : 2 cpu MHz : 800.000 cache size : 512 KB physical id : 0 siblings : 4 core id : 0 cpu cores : 4 apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp/proc/cpuinfo

Memory ++++++++++++++ [root@NS1 ~]# cat /proc/meminfo MemTotal: 5700004 kB MemFree: 2048308 kB Buffers: 325056 kB Cached: 1635908 kB SwapCached: 0 kB Active: 2796564 kB Inactive: 566696 kB HighTotal: 5103744 kB HighFree: 2038872 kB LowTotal: 596260 kB LowFree: 9436 kB SwapTotal: 5406712 kB SwapFree: 5406712 kB Dirty: 1628 kB Writeback: 0 kB AnonPages: 1402496 kB Mapped: 63160 kB Slab: 255088 kB PageTables: 17584 kB NFS_Unstable: 0 kB

Status: 
Closed (fixed)

Comments

CentOS 7 should fully supported now in Virtualmin. The only catch is that you should select EXT4 instead of XFS as the root filesystem, as the Virtualmin install can't yet enable quotas on XFS on root without changing the GRUB configuration.

hardware should be ok to support 100 domains

Thanks again for your help

I like to keep the xfs files system as heard it is better

so i will install centos 7 as regular with xfs system

Now I should follow steps provided by Eric

++++++++++++++++++++++++++++++++++++++++++

"There is one outstanding issue we know of that requites a manual change... and that is for quotas.

The default filesystem on CentOS 7 is XFS. In most cases, in order to enable quota support, it will require a change in the kernel boot options (as quota support is disabled in the kernel by default).

To do that, edit this file:

/etc/default/grub

Then, find the line beginning with: GRUB_CMDLINE_LINUX

What we'll need to do is add rootflags=usrquota,grpquota to the end of that line... it should look something like the following:

GRUB_CMDLINE_LINUX="rd.lvm.lv=centos/swap vconsole.font=latarcyrheb-sun16 rd.lvm.lv=centos/root crashkernel=auto vconsole.keymap=us rhgb quiet rootflags=usrquota,grpquota"

Now backup your grub config file:

cp /boot/grub2/grub.cfg /boot/grub2/grub.cfg.orig

Then generate a new grub config containing the settings you updated:

grub2-mkconfig -o /boot/grub2/grub.cfg

Once you do that -- reboot, and quota support should work properly.

Let us know what issues you run into, and we'll get them fixed up ASAP. We'll be doing additional testing of our own as well. Thanks!

-Eric

+++++++++++++++++++++++++++++++++++++++++++++++

Now install virtualmin script

Please advice

Yes, those are the steps to follow. We will automate this in the 4.10 Virtualmin release, but until then you should perform them yourself..

when we planing to release 4.10

A couple of days. But you can just follow that process manually right now..

Hello Jammie

I follow the instructions to make changes to grub files

seems like working ok now

when reboot and trying to install virutalmin i am getting error

wget -O install.sh http://software.virtualmin.com/cgi-bin/install.cgi?serial=555555\&key=Aaaaaa; /bin/sh install.sh

-bash: wget: command not found /bin/sh: install.sh: No such file or directory

do i need to install perl first as i am running minimum centos 7 Help

It sounds like you may be missing the wget command. You can install that using the following:

yum install wget

If you get an error about Perl not being installed, you can install it the same way.

Thanks boss

just install the wget command

install the perl

now installing the install script

" Previous issue with server I was running on desktop mod and now i am going with minimum install

how ever it will be little bit learning curve in command line compare to gui

Thanks for your help

Keep you posted

install is complete now getting this error when i am trying to allocate memory in the beging

Systemd service clamd-virtualmin cannot be created unless a command is given

I choose option 2 do not give more memory this will let me finish the post install information

and now i am getting this error

The mailman queue processor /usr/lib/mailman/bin/qrunner is not running on your system. It can be started in the Bootup and Shutdown module.

seems like now all running good

now trying to add domains

ok guys seems like now i am stuck on the ioncube installation

Here is the steps I took

wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-6...

tar xzf ioncube_loaders_lin_x86-64.tar.gz

mv ioncube /usr/lib64/php/modules

add the following line in the php ini by ftp

zend_extension = /usr/lib64/php/modules/ioncube_loader_lin_5.3.so

still having issue

http://domain.ca/phpinfo.php

I like to know if you guys ca help

Please Help

The clamd and mailman things are bugs in Virtualmin, which will will fix in the next release.

You can work around the mailman problem by SSHing in and running systemctl start mailman

And the clamd problem can be fixed by running chkconfig clamd-virtualmin on

resolved