[gentoo-user] Virtual Hosting (server?)

2005-12-06 Thread Jason Castonguay
Hi listers.

I am wanting to do what I think is called virtual hosting -- have my 
computer act for 3 or 4 different domains.  Each domain would seem to 
have its own services.  For example: a different web page would come up 
when going to  than when going to .  Is virtual 
hosting the right idea for this?  Is this the same as a virtual server?

I found documentation on the gentoo.org site:

http://www.gentoo.org/doc/en/vserver-howto.xml

Is this the right idea?  It sounds like I need a different kernel 
altogether.  I thought all Linux machines used the same kernel (but 
perhaps with tweaks and things).

I appreciate any feedback.  Thank you very much.


Best regards,


-- 
"Let music echo the thoughts of your soul."

    --  Jason Castonguay <[EMAIL PROTECTED]>


Today is Setting Orange, the 48th day of The Aftermath in the YOLD 3171
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] PC Speaker issue

2005-08-19 Thread Jason Castonguay
Hello listers!

I am very excited -- Gentoo is cleanly installed and I have successfully
booted.  I have one small problem, however.

My PC Speaker doesn't appear to be working.  I don't get a "bell" when
doing `echo -e \\a'.  I also use brltty -- a program which sends text on
the console to a refreshable braille display.  It uses the PC speaker to
make sounds to let the user know what is being turned on/off or to
indicate a certain operation is taking place.  I am not getting any of
those sounds either.

Could this have something to do with the terminal settings (just a
thought)?  Any and all comments/suggestions will be appreciated.

Thanks very much.


Best regards,


-- 
"Let music echo the thoughts of your soul."

    --  Jason Castonguay <[EMAIL PROTECTED]>


The Moon is Full

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problem while doing `emerge --emptytree system

2005-08-06 Thread Jason Castonguay
Hi listers.

I'm in the process of installing gentoo for the first time and am now in
the process of going from stage 2 to stage 3.  I am trying to do

emerge --emptytree system

It seems to be fine until it gets to installing openssl (14 of 186 apps
to be installed).  The process stops and says that perl 5 is required.
This is understandable, but I thought emerge was supposed to be "aware" of
this sort of thing and install apps in the correct order.  I did a

emerge --pretend --emptytree system |less

and perl 5 is there, but further down the list of things to be installed
(after openssl).

What should I do -- install perl separately?  Any thoughts and/or
suggestions would be greatly appreciated.

Thanks very much.


-- 
"Let music echo the thoughts of your soul."

    --  Jason Castonguay <[EMAIL PROTECTED]>


The Moon is Waxing Crescent (2% of Full)


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problem while doing `emerge --emptytree system'

2005-08-05 Thread Jason Castonguay
Hi listers.

I'm in the process of installing gentoo for the first time and am now in
the process of going from stage 2 to stage 3.  I am trying to do

emerge --emptytree system

It seems to be fine until it gets to installing openssl (14 of 186) apps
to be installed.  The process stops and says that perl 5 is required.
This is understandable, but I thought emerge was supposed to be "aware" of
this sort of thing and install apps in the correct order.  I did a

emerge --pretend --emptytree system |less

and perl 5 is there, but further down the list of things to be installed
(after openssl).

What should  do?  Install perl separately?

Any suggestions would be greatly appreciated.  Thanks very much.


Best regards,

-- 
"Let music echo the thoughts of your soul."

    --  Jason Castonguay <[EMAIL PROTECTED]>


The Moon is Waxing Crescent (1% of Full)


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New list member installing gentoo

2005-07-11 Thread Jason Castonguay
Hello list.

I'm back from the convention and have recuperated to some degree.

Sadly, I am still encounteriung a problem even with my MAKEOPTS being set
to "-j1".  Now, it stops during the compilation of gcc.  It is also
interesting to note that it stops at the same point it did when I was
bootstrapping for the first time during my first attempt at a Gentoo
installation using a stage 1 tarball.  Below, I have included the last
screen of info if it is of any help to anyone in diagnosing the problem.

_

portage/gcc-3.4.3.20050110-r2/work/gcc-3.4.3/gcc/.
-I/var/tmp/portage/gcc-3.4.3.20050110-r2/work/gcc-3.4.3/gcc/../include
/var/tmp/portage/gcc-3.4.3.20050110-r2/work/gcc-3.4.3/gcc/ra-colorize.c -o
ra-colorize.o
/var/tmp/portage/gcc-3.4.3.20050110-r2/work/gcc-3.4.3/gcc/ra-colorize.c:
In function `ra_colorize_graph':
/var/tmp/portage/gcc-3.4.3.20050110-r2/work/gcc-3.4.3/gcc/ra-colorize.c:293:
internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://bugs.gentoo.org/> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[2]: *** [ra-colorize.o] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gcc-3.4.3.20050110-r2/work/build/gcc'
make[1]: *** [stageprofile_build] Error 2
make[1]: Leaving directory
`/var/tmp/portage/gcc-3.4.3.20050110-r2/work/build/gcc'
make: *** [profiledbootstrap] Error 2

!!! ERROR: sys-devel/gcc-3.4.3.20050110-r2 failed.
!!! Function gcc_do_make, Line 1212, Exitcode 2
!!! emake failed with profiledbootstrap
!!! If you need support, post the topmost build error, NOT this status
message.


_

I have even tried omitting some optimization flags (-pipe and
-fomit-frame-pointers) and changing -March to i586 instead of k6-2, but
the result seems to be the same.

Thanks very much, and I look foward to hearing from everyone.


Best regards,

-- 
"Let music echo the thoughts of your soul."

--  Jason Castonguay <[EMAIL PROTECTED]>




On Jul 1, 2005 10:58 -0400, Jason Castonguay wrote:

> Hello everyone!
>
> I am excited to report that using "-j1" instead of "-j2" for my MAKEOPTS
> is working so far!  Of course, it has to work on the day I leave for a
> convention.  :-(  I won't be back for a week.  But I got through glibc!
> Now, it's building binutils.
>
> I'll keep everyone posted.  Thanks very much to all who responded to my
> posts.
>
>
> Best regards,
>
>

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New list member installing gentoo

2005-07-01 Thread Jason Castonguay
Hello everyone!

I am excited to report that using "-j1" instead of "-j2" for my MAKEOPTS
is working so far!  Of course, it has to work on the day I leave for a
convention.  :-(  I won't be back for a week.  But I got through glibc!
Now, it's building binutils.

I'll keep everyone posted.  Thanks very much to all who responded to my
posts.


Best regards,

-- 
"Let music echo the thoughts of your soul."

--  Jason Castonguay <[EMAIL PROTECTED]>




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New list member installing gentoo

2005-06-30 Thread Jason Castonguay
Hi Fernando.

Thanks for responding.  I can't say that I CHECKED my hardware because I
thought that it might be referring to the lack of memory as being the
actual problem.  So I went out and bought some brand new Centon DIMMs.
The computer sees them fine, but perhaps I should test them.  I do know
that, as the compilation is going on, I can see the memory running out as
I continue to monitor.  It ends up using all of it for some strange reason
(all 512MB just about).  The same thing was happening with my 128MB,
though I think things were quitting much sooner.  Now, it'll chuug away at
glibc for about 3.5 hours or so.  Before, it was just an hour or less.
Very strange.

And yes, you're right.  The disclaimer on that article says it is not for
beginners, but I got caught up in the "coolness" of the idea and thought
I'd take the plunge.  Perhaps I should stick to the installation handbook,
though I  did experience the same problem with the bootstrap procedure.  I
haven't tried the bootstrap since the new memory was installed.  I'm
guessing it'll still do the same thing, but who knows?

Chat soon!


Best regards,

-- 
"Let music echo the thoughts of your soul."

--  Jason Castonguay <[EMAIL PROTECTED]>




On Jun 30, 2005 23:03 -0300, Fernando Canizo wrote:

> El Thu, Jun 30, 2005 at 08:44:40PM -0400, Jason Castonguay me decĂ­a:
> > Hello list members.
>
> Hello Jason, and welcome.
>
> > I saw a message indicating that the error
> > was not software based and was most likely a hardware/OS problem.
>
> Did you checked your hardware after viewing that error message?
>
> Back in february, when i began with gentoo, it took three days of trials to
> get a gentoo installation up and running. I did not have a "hardware" error
> message, but was glibc that continuously failed compilation.
>
> So i get my knoppix live CD y let the computer test the memory all night long.
> The next day i have to go shopping (changing in fact) memory in good shape.
>
> To make it short: test your RAM.
>
> > I went
> > to the Gentoo forums and tried looking this up and found several different
> > posts.  Unfortunately, I didn't find the forum interface very easy to
> > navigate, but my search yielded an interesting document:
> > http://forums.gentoo.org/viewtopic-t-319349.html
>
> I think this has nothing to do with your problem, given the information we 
> have
> from you, besides check the warning at the top of the howto, i quote it for 
> you:
>
> "WARNING: This is an ADVANCED installation method. The amount of time required
> for you to complete this type of installation will equal or exceed that of any
> other Gentoo installation method. Your time will be well invested, though, as
> the result will be a very stable Gentoo system. This installation method may
> prove to be somewhat difficult and cumbersome for users who are new to Gentoo.
> It will prove especially painful for users who plan to install Gentoo old
> hardware."
>
> If you are new to gentoo i suggest you try the more general methods before. 
> From
> what i've read in that link, when you become an average gentoo user, it will
> still be a challenge ;) So don't get complicated from the beginning.
>
>

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: New list member installing gentoo

2005-06-30 Thread Jason Castonguay
Hi Gabriel.

Yes, I seem to be able to repeat the problem exactly the same without fail
simply by issuing the command over and over.  Also, even if I clean the
disk and start over from scratch it does this.  Always at that line 237,
too.

I'm trying something new going on what I heard either from this list or a
forum -- I can't remember.  I'm changing my MAKEOPTS from "-j2" to "-j1".
We'll see.


Best regards,

-- 
"Let music echo the thoughts of your soul."

--  Jason Castonguay <[EMAIL PROTECTED]>


/home/jcast/.signature: pom: command not found

On Jun 30, 2005 22:39 -0500, Gabriel M. Beddingfield wrote:

> Jason Castonguay wrote:
>
> > /var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i586-pc-linux-gnu-linuxthreads/rt/aio_notify.og
> > The bug is not reproducible, so it is likely a hardware or OS problem.
> > make[2]: ***
>
> Are you finding the bug to be repeatable?  Did you try it again?  Do you get
> this error every time?
>
> I ask, because once I got an odd error like this when bootstrapping on a
> 486.  When I tried it again, everthing worked without fail.
>
> ...FWIW.
>
>

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New list member installing gentoo

2005-06-30 Thread Jason Castonguay
Hi Daniel.

Yes, I had already chrooted at that point, but I guess "livecd" is the
default host name until it is changed.


Best regards,



-- 
"Let music echo the thoughts of your soul."

    --  Jason Castonguay <[EMAIL PROTECTED]>




On Jun 30, 2005 22:01 -0300, Daniel da Veiga wrote:

> (this question may seem n00b)
> I noticed you have a /livecd shell string, so, did you chroot
> correctly? Because I guess when you change the root system this shell
> changes (but it was quite a long time since I installed my stage1, so,
> I may be wrong).
>
> On 6/30/05, Jason Castonguay <[EMAIL PROTECTED]> wrote:
> > Hello list members.
> >
> > I just joined the list and am looking forward to participating and
> > learning.  I am in the process of installing Gentoo and have run into a
> > problem that will not go away.  I have researched it in the Gentoo forums,
> > but have not found a definite solution to the problem.  I hope that I am
> > not missing anything because I realize how frustrating it can be to deal
> > with recurring questions.
> >
> > I am running an AMD k6-2 500 MHZ processor on a FIC VA-503+ motherboard.
> > Initially, I had only 128MB of RAM and was installing the 2005.0 release
> > of Gentoo following instructions from the verbose handbook.  I opted to go
> > with a stage 1 tarball and was doing fine until the bootstrap process.  My
> > computer chugged away for quite some time and suddenly gave up.  Above the
> > four lines of `!!!' messages, I saw a message indicating that the error
> > was not software based and was most likely a hardware/OS problem.  I went
> > to the Gentoo forums and tried looking this up and found several different
> > posts.  Unfortunately, I didn't find the forum interface very easy to
> > navigate, but my search yielded an interesting document:
> >
> > http://forums.gentoo.org/viewtopic-t-319349.html
> >
> > Which gives instructions for performing a stage 1 install using a stage 3
> > tarball.  I thought, somehow, that since this came up as part of my search
> > results, I would try this.  Furthermore, the reasoning behind it made
> > sense to me and it sounded like a challenge (I can't resist a good
> > challenge).  However, I am still encountering an error at the point where
> > I am at section 7.1 Building the Toolkit: GCC 3.3.5 in the document I
> > referenced above.  I have determined that the error occurs quite a ways
> > into the glibc portion of the `emerge gcc-config glibc binutils gcc' by
> > running each command separately.
> >
> > I investigated further and saw messages from others having similar
> > problems.  Another possible reason for the error is that the system runs
> > out of memory.  However, I have upgraded to 512MB of memory and am still
> > experiencing the problem.  I do have swap space allocated and see it
> > available when I type `free' but it doesn't seem to be used.  I checked
> > regularly during the emerge process and it was either not used at all or
> > used very little.
> >
> > Here is the last screen at which the error occurs.  Unfortunately, I am
> > not able to scroll back any further due to the limitations of speakup (I
> > am a blind Linux user and use speakup to get text from the screen spoken).
> >
> > _
> >
> > e754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem
> > /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5/include -isystem /usr/include
> > -D_LIBC_REENTRANT -include ../include/libc-symbols.h   -DNOT_IN_libc=1
> > -DIS_IN_librt=1-DBROKEN_THREAD_SIGNALS -o
> > /var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i586-pc-linux-gnu-linuxthreads/rt/aio_notify.og
> > -MD -MP -MF
> > /var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i586-pc-linux-gnu-linuxthreads/rt/aio_notify.og.dt
> > -MT
> > /var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i586-pc-linux-gnu-linuxthreads/rt/aio_notify.og
> > The bug is not reproducible, so it is likely a hardware or OS problem.
> > make[2]: ***
> > [/var/tmp/portage/glibc-2.3.4.20050125-r1/work/build-default-i586-pc-linux-gnu-linuxthreads/rt/lio_listio64.og]
> > Error 1
> > make[2]: *** Waiting for unfinished jobs
> > make[2]: Leaving directory
> > `/var/tmp/portage/glibc-2.3.4.20050125-r1/work/glibc-2.3.4/rt'
> > make[1]: *** [rt/others] Error 2
> > make[1]: Leaving directory
> > `/var/tmp/portage/glibc-2.3.4.20050125-r1/work/glibc-2.3.

[gentoo-user] New list member installing gentoo

2005-06-30 Thread Jason Castonguay
ot;
MAKEOPTS="-j2"
PORTAGE_NICENESS="3"
AUTOCLEAN="yes"
FEATURES="ccache distlocks sandbox userpriv usersandbox"
CCACHE_SIZE="512M"
RSYNC_EXCLUDEFROM=/etc/portage/rsync_excludes
#USE="ithreads nptl accessibility aac aim icq msn yahoo audiofile \
# bash-completion bzip2 cdparanoia curl curlwrappers doc emacs \
# encode examples flac flash ftp imap java javascript mad mime \
# ming mysql mysqli offensive ogg openal pdflib php sasl sox \
# speex spl usb vorbis win32codecs xml \
# -apm -emboss -fortran"
USE="nptl"

_

I know I am following the instructions to the letter, so I don't believe I
am doing anything wrong.  Btw, the commented USE section was something I
used and abandoned.  I thought that maybe the number of USE flag had
something to do with the error, but it doesn't appear to.  Ah yes, and if
this helps, here is what `uname -a' says:

Linux livecd 2.6.11-gentoo-r3 #1 SMP Fri Mar 18 17:53:40 UTC 2005 i586
AMD-K6(tm) 3D processor AuthenticAMD GNU/Linux

I would appreciate any help that anyone has to offer.  If this has been
covered before, please forgive me and point me to the right resources.  I
am hoping that I can continue with this interesting installation process
of using a stage 3 tarball for a stage 1 install.  Although I barely know
anything about Gentoo, it sounds really awesome.

I appreciate your time in reading this lengthy, rambly message.  :-)


Best regards,


 --
"Let music echo the thoughts of your soul."

--  Jason Castonguay <[EMAIL PROTECTED]>

-- 
gentoo-user@gentoo.org mailing list