On 3/28/08, walt <[EMAIL PROTECTED]> wrote:
> Rance Hall wrote:
>
> >> cc -c -O -pipe -march=athlon-xp -std=c99 -g -Wall -Wredundant-decls
>
> > cc -c -o -pipe -march=athlon-mp -std=c99 -g -Wall -Wredundant-decls
>
> ^^
>
> Did
On Thu, Mar 27, 2008 at 8:16 PM, walt <[EMAIL PROTECTED]> wrote:
>
> Hm. Well, I just compiled GENERIC using the 'old' method. Your missing
> symbols are defined in assym.s, which is generated during the compile by
> genassym.sh right at the beginning:
>
> [EMAIL PROTECTED]/usr/src/sys/i386/c
On 3/27/08, walt <[EMAIL PROTECTED]> wrote:
>
> You might try searching your source tree for .depend and .o files and
> delete any you find. Also, you could try building the old way:
>
> #cd /usr/src/sys/i386/conf
> #config GENERIC
> #cd ../compile/GENERIC
> #make all install
>
> If that wor
On 3/27/08, Ruben Lara <[EMAIL PROTECTED]> wrote:
>
> Hello everyone!
>
> Is it possible that inetd launch services inside service jails?
>
> Let me explain, I have a jail for pureftpd service, it is possible that
> inetd from the main system launch FTP server inside the jail?
> If not so, i d
On Wed, Mar 26, 2008 at 8:48 PM, Rance Hall <[EMAIL PROTECTED]> wrote:
> On Wed, Mar 26, 2008 at 7:32 PM, walt <[EMAIL PROTECTED]> wrote:
> > Rance Hall wrote:
> > > ...
> >
> > > im running an amd athlon64 processor but the i386 code.
>
On a test box I upgraded from 7.0-RELEASE to -STABLE
buildworld works fine, but buildkernel KERNCONF=GENERIC fails with two
fatal errors.
/usr/src/sys/i386/i386/locore.s:905:5: error: "KERNLOAD" is not defined
/usr/src/sys/i386/i386/locore.s:905:22: error: "PDRSHIFT" is not defined
I can't find