Hi Damion,
Thanks for your answer. I'll give you a description of my actions on both
installations:
1) Install and setup the OS.
2) #rpm -ivh reevsd-1.4.9-1rhX.i386.rpm (X is the corresponding OS version
of freevsd)
3) #mkdir -p /home/vsd/skel
4) #tar xIf freevsd-skel-1.4.9-1rh6.tar.bz2 -C /home/vsd/skel (On RH7.1, tar
complains about deprecated options, but it does the job.)
5) #vsd-install.pl (default answer to all the questions)
6) setup the "local" domain on my nameserver and all the direct and reverse
information for my vs's... from vs1 to vs9.
7) #vsdadm vs_create myhostingbox vs1 192.168.0.201 vs1.local 100 100
8) #vsd-vsbatch.pl
9) #vsboot --start (this command runs without any error, only the usual stuff ...
compiling majordomo, starting httpd, mysql, etc.)
10) Then I try to check the services and everything works, except the web server.
(I checked on port 80, then 8080, and then a ps -axe and it's not there)
10) #bevs vs1
11) [admin@vs2 /]$ su - web (I su to the user web)
12) [web@vs2 web]$ /usr/sbin/httpd then I get the following : Illegal instruction
After this, I check again and the web server is not running.
The logs in /home/web/log are empty.
Note: issuing the command
[admin@vs2 /]$ su - web -c /usr/sbin/httpd
as the "admin" user won't display the error, but the server won't run either.
I believe that it might be a problem with my cpu, since the same error happens with
both OS's and I follow all the installation instructions.
If you are interested, I provide at the end of this email the output of the
/proc/cpuinfo on my box.
Anyway, as I mentioned before, I'm willing to build my own skel, but I'd like to
know which software is provided by the predefined skel (a list of the sofware by
package/application like "rpm -qa|sort" would be very nice), in order to provide
the most similar environment possible to a predefined skel installation.
I've already started this effort, my box is running now RH 7.1 (latest software
versions and rpm upgrades).
I've catched several bugs on the skel generation process: problems with the mysql
installation, sendmail, ld.so.config, etc. and I'm compiling a list
issues/solutions that might be useful for other people out there (sorry, it's on
spanish right now but I plan to translate it later. :-)
By the way: I've noticed that neither ping or traceroute are included on the skels,
predefined or generated. Is there any reason for this or it might be a bug?
Which other popular tools are not included?
Thanks again for your help, I've been involved with freevsd nearly a week, and
every time I get more interested on it.
Regards,
Carlos Paz.
----
This is the output of the comand "cat /proc/cpuinfo" :
processor : 0
vendor_id : GenuineIntel
cpu family : 5
model : 4
model name : Pentium MMX
stepping : 4
cpu MHz : 166.592
fdiv_bug : no
hlt_bug : no
f00f_bug : yes
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr mce cx8 mmx
bogomips : 332.59
Damion Parry wrote:
> Hello,
>
> I'm afraid that your problem has got all of us confused here, we've not
> had any such problems with the pre-generated skel. Can I just confirm a
> few things?
>
> You've executed the following steps:
>
> 1. Downloaded the freevsd RPM and pre-generated skel.
> 2. Created a /home/vsd/skel directory and un-tarred the skel into there:
>
> # mkdir -p /home/vsd/skel
> # cd /home/vsd/skel
> # bunzip2 -c $PATH_TO_SKEL/freevsd-skel-1.4.9-1rh6.tar.bz2 | tar xvf -
>
> 3. Install the freevsd RPM:
>
> # rpm -ivh freevsd-1.4.9-1rh7.i386.rpm
>
> 4. Executed vsd-install.pl, and took the default for the answers.
> 5. Created your virtual servers
> 6. Booted the virtual server (vsboot --start)
>
> and from the output of vsboot you get a core dump from httpd? If not,
> how are you making httpd core dump?
>
> By the way, the pregenerated skel you used has been created from a
> RedHat 6.2 install, but it will work absolutely fine on a RedHat 7.1
> (I've not had any problems with it). The fact that this has happened
> with two installations on the same box concerns me slightly, if you
> could provide more information about what you have done just before the
> core dump I would be greatful.
>
> Damion.
>
> Carlos Paz wrote:
> >
> > Hello people!
> >
> > I've had a hard time setting up the freevsd 1.4.9 on a fresh-installed
> > redhat 7.1 box and the predefined freevsd skel
> > freevsd-skel-1.4.9-1rh6.tar.bz2 (btw: I couldn't find anywhere on the
> > site a freevsd-skel-1.4.9-1rh7.tar.bz2 skel, so I assume it's the same
> > for both versions of the OS, am I wrong?)
> >
> > The problem with the downloaded skel was with the httpd server, It
> > refuses to start and dumps core with the following message: "Illegal
> > Instruction".
> >
> > I even tried installing RedHat 6.2 on the same box and the freevsd
> > package for that OS... same luck. I'd be glad if someone could help me
> > to hunt this one down... :-)
> >
> > Anyway, I decided to make my own skel; but I'm afraid I might lose some
> > functionality already configured on the predefined skels, like
> > Majordomo.
> >
> > What should I install on my box prior to the skel generation and which
> > packages should I add to the skel after creation to get at least the
> > same functionality of the predefined skel?
> >
> > Thanks a lot for your help folks!
> >
> > ------------------------- The freeVSD Support List --------------------------
> > Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
> > Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
> > Archives: http://freevsd.org/support/mail-archives/freevsd-support
> > -----------------------------------------------------------------------------
> ------------------------- The freeVSD Support List --------------------------
> Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
> Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
> Archives: http://freevsd.org/support/mail-archives/freevsd-support
> -----------------------------------------------------------------------------
------------------------- The freeVSD Support List --------------------------
Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
Archives: http://freevsd.org/support/mail-archives/freevsd-support
-----------------------------------------------------------------------------