No webmin after FreePBX-32bit-6.12.65.iso install

Is there a startup command I need to run?
I started the httpd manually but still nothing, ps aux doesn’t show mysql or asterisk running either.
I followed the distro install guide with no errors encountered.
This is a fresh install.

This is my first time with freepbx so,any help is appreciated .

I’m going to make a few guesses here.

Guess 1: You’re using virtualization software. This isn’t running on normal hardware.

Guess 2: If guess 1 is right, then when you installed FreePBX Distro, you had the Virtualization software do the install for you.

This means that the Virtualization software thought it was a CentOS or RHEL ISO, and ignored all the non RHEL/CentOS software on the DVD.

When you’re creating your VM, do NOT LET IT PERFORM THE INSTALL. There’ll be an option when creating the VM ‘I will install the OS later’ or something similar. Use that.

It’s a physical server, intel atom processor 1GB RAM, 150GB HDD

Then something bad is wrong with your ISO.

Try re-downloading it, and re-installing. There’s no need to do anything when you use the FreePBX Distro, it sets everything up for you.

You’ll also see it install FreePBX as part of the installation process.

webmin is not part of the standard install. however you can install it but just remember to change your webmin port config the default will use 10000 and port 10000 will be used for RTP but this is how you do it

nano /etc/yum.repos.d/webmin.repo

[Webmin]
name=Webmin Distribution Neutral

"#baseurl=http://download.webmin.com/download/yum"
Remove the quotes from the above line

mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1

Save and Close

wget http://www.webmin.com/jcameron-key.asc
rpm --import jcameron-key.asc

yum install webmin

and then edit the webmin cfg and make changed to your firewall…

Farva,

I misused “webmin” as a generic term for the GUI login page which is supposed to be available after the distro load and reboot.
I have used the webmin package before and it is a great tool for managing multiple hosts in a consistent manner.
Thanks for the instructions!

Rob,

I ran the install from a .iso burned to USB, this has worked just fine for myriad OS installs.
However, I am burning the .img to a USB and will try again.

Aha, okay.in that case it would be either Bad image / bad ram / bad sectors on the HDD

That wouldn’t work. We have a lot of smarts in our ISO that relies on it being an actual CD (or at least APPEARING as one), which is why we provide the USB image.

You’ll find the USB .img will work fine.

Just a note - Webmin binds to port 10000 TCP - Asterisk uses port 10000 UDP - so no conflict there unless you put in your external firewall rules as 10000-19999 Both - if you do that, your Webmin is open to the outside - if you just forward UDP 10000-19999 to Asterisk you are fine.

You can and should change the ports used in /etc/webmin/miniserv.conf. Both for general security (it is a well known port and will be scanned) and to prevent webmin “broadcast” and scan traffic on UDP with a very slight possibility of screwing up one in 5000 calls if you use the default rtp range

Still failed. here is an excerpt from install.log

Installing php-5.3.28-3.shmz65.4.125.i686

warning: user asterisk does not exist - using root
warning: group asterisk does not exist - using root
/bin/chown: invalid user: asterisk:asterisk' warning: %post(php-5.3.28-3.shmz65.4.125.i686) scriptlet failed, exit status 1 Installing libXpm-3.5.10-2.el6.i686 Installing php-gd-5.3.28-3.shmz65.4.125.i686 Installing plymouth-core-libs-0.8.3-27.el6.centos.1.i686 Installing freepbx-12.0.45-1.shmz65.1.19.noarch /var/tmp/rpm-tmp.sxhMna: line 3: /etc/init.d/asterisk: No such file or directory No such file or directory No such file or directory mv: cannot stat/usr/src/freepbx’: No such file or directory
./start_asterisk: line 45: /usr/sbin/safe_asterisk: No such file or directory
chown: invalid user: asterisk.asterisk' chown: invalid user:asterisk.asterisk’
touch: cannot touch /var/log/asterisk/cdr-csv/Master.csv': No such file or directory chmod: cannot access/var/log/asterisk/cdr-csv/Master.csv’: No such file or directory
chown: invalid user: asterisk.asterisk' chown: invalid user:asterisk.asterisk’
sudo: unknown user: asterisk
sudo: unable to initialize policy plugin
sudo: unknown user: asterisk
sudo: unable to initialize policy plugin
sudo: unknown user: asterisk
sudo: unable to initialize policy plugin
sudo: unknown user: asterisk
sudo: unable to initialize policy plugin
sudo: unknown user: asterisk
sudo: unable to initialize policy plugin
sudo: unknown user: asterisk
sudo: unable to initialize policy plugin
sudo: unknown user: asterisk
sudo: unable to initialize policy plugin
chmod: cannot access `/var/spool/asterisk/monitor’: No such file or directory
httpd: apr_sockaddr_info_get() failed for pbx01
httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for Se
rverName
Installing system-config-firewall-base-1.2.27-5.el6.noarch
Installing selinux-policy-targeted-3.7.19-231.el6_5.3.noarch
Installing bfa-firmware-3.2.21.1-2.el6.noarch
Installing aic94xx-firmware-30-2.el6.noarch
Installing grub-0.97-84.el6_5.i686
Installing plymouth-0.8.3-27.el6.centos.1.i686
Installing dracut-004-336.el6_5.2.noarch
Installing dracut-kernel-004-336.el6_5.2.noarch
Installing kernel-2.6.32-431.el6.i686
Installing openssh-server-5.3p1-94.el6.i686
Installing lvm2-2.02.100-8.el6.i686
Installing dhclient-4.1.1-38.P1.el6.centos.i686
Installing passwd-0.77-4.el6_2.2.i686
Installing authconfig-6.1.12-13.el6.i686
Installing efibootmgr-0.5.4-11.el6.i686
Installing audit-2.2-4.el6_5.i686
Installing e2fsprogs-1.41.12-18.el6_5.1.i686
Installing acl-2.2.49-6.el6.i686
Installing attr-2.4.44-7.el6.i686
*** FINISHED INSTALLING PACKAGES ***

It looks like almost everything installed and there are just a few things that need tweaking.
I have a fully functioning linux box, I’d just rather fix whatever is missing.

I tried the .img one more time after using killdisk on the USB stick and it worked!

Thanks for the feedback.

1 Like