Hello, I followed the steps (to the letter . . . I hope) at http://www.howtoforge.com/perfect-server-ubuntu-12.04-lts-apache2-bind-dovecot-ispconfig-3. I tested access to SquirrelMail and that worked (http://192.168.128.12). I installed ISPConfig, but I installed ISPConfig-3.0.4.6.tar.gz which I had to donwload and then push to my website to access via the Ubuntu server. I tried to access http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz, but I kept getting errors saying it was not available. After the install, I typed in http://192.168.128.12:8080 and am getting SquirrelMail instead of ISPConfig. If I try to go to https://192.168.128.12:8080, I get a page cannot be displayed message. Any ideas what is going on? Thanks in advance, Don
Going through the reinstall process. First, I did a software RAID, then created a primary partition making it the swap partition and another partition "/". I am at the fstab file and see the following: # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/md1 during installation UUID=5683153f-5108-4d40-8a29-b6717fa623a3 / ext4 errors=remount-ro 0 1 # swap was on /dev/md0 during installation UUID=43a854c5-8504-430c-a2cc-bcb500ea82b2 none swap sw 0 0 I see the 2 UUIDs and the "errors=remount-ro". Is this going to work? Thanks in advance. Don
Also get: root@gemser0002:/home/gem# quotacheck -avugm quotacheck: Scanning /dev/disk/by-uuid/5683153f-5108-4d40-8a29-b6717fa623a3 [/] done quotacheck: Cannot stat old user quota file //quota.user: No such file or directory. Usage will not be substracted. quotacheck: Cannot stat old group quota file //quota.group: No such file or directory. Usage will not be substracted. quotacheck: Cannot stat old user quota file //quota.user: No such file or directory. Usage will not be substracted. quotacheck: Cannot stat old group quota file //quota.group: No such file or directory. Usage will not be substracted. quotacheck: Checked 8653 directories and 67469 files quotacheck: Old file not found. quotacheck: Old file not found. Is this an issue/concern?