Quote:
|
Originally Posted by Anim
Page 3: Edit /etc/apt/sources.list And Update Your Linux Installation
The changes here are I guess to comment out the CD-ROM source at the top of the file and uncomment the Universe sources at the bottom.
|
Right. My sources.list looks like this (I stripped out the comments):
Code:
deb http://de.archive.ubuntu.com/ubuntu/ dapper main restricted
deb-src http://de.archive.ubuntu.com/ubuntu/ dapper main restricted
deb http://de.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://de.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb http://de.archive.ubuntu.com/ubuntu/ dapper universe
deb-src http://de.archive.ubuntu.com/ubuntu/ dapper universe
deb http://security.ubuntu.com/ubuntu dapper-security main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
deb http://security.ubuntu.com/ubuntu dapper-security universe
deb-src http://security.ubuntu.com/ubuntu dapper-security universe
Quote:
|
Originally Posted by Anim
Moving down page 3 the line that says
Install/Remove Some Software
Now let's install some software we need later on and remove some packages that we do not need:
apt-get install binutils cpp cpp-4.0 fetchmail flex gcc gcc-4.0 libarchive-zip-perl libc6-dev libcompress-zlib-perl libdb4.3-dev libpcre3 libpopt-dev linux-kernel-headers lynx m4 make ncftp nmap openssl perl perl-modules unzip zip zlib1g-dev autoconf automake1.9 libtool bison autotools-dev (in 1 Line!!)
Fails because it can't find ncftp, I checked that universe was enabled in my sources list and it is so got stumped here. As we install ftpprod anyway I just omitted this from the above line and 14.9MB of download later i could carry on.
|
ncftp works for me.
Quote:
|
Originally Posted by Anim
Also, was there meant to be a bit that we remove somewhere as the title suggests?
|
No, this is a little bit misleading.
Quote:
|
Originally Posted by Anim
Quota
When running quotacheck I get several warnings:
Warning Quotafile var/quota.user was probably truncated, cant save quota settings
Warning Quotafile var/quota.group was probably truncated, cant save quota settings

|
That's the normal behaviour when you set up quota for the first time. Nothing to worry about.
Quote:
|
Originally Posted by Anim
This had a warning that the package libmysqlclient12-dev has no installation candidate. As I installed the LAMP installation I will assume that I have most of SQL already installed and continued on without fear of a half assed system 
|
This one worked for me, too. But I didn't use Ubuntu's LAMP installation. But you'll need the MySQL-devel package otherwise you won't be able to install ISPConfig.
Quote:
|
Originally Posted by Anim
mysqladmin -h server1.example.com -u root password yourrootsqlpassword
Caused a "lost connection to MySQL Server during Query" error.
|
This means that MySQL is listening only on localhost, and then it is ok. If you want MySQL to listen on all interfaces, comment out
Code:
bind-address = 127.0.0.1
in /etc/mysql/my.cnf and restart MySQL. Then
Code:
mysqladmin -h server1.example.com -u root password yourrootsqlpassword
should work.
Recent comments
1 day 8 hours ago
1 day 8 hours ago
1 day 13 hours ago
1 day 20 hours ago
1 day 20 hours ago
1 day 22 hours ago
2 days 2 hours ago
2 days 9 hours ago
2 days 13 hours ago
2 days 14 hours ago