Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Jackass! 2005.0 Support Group
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, ... 15, 16, 17  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
obsidianblackhawk
Apprentice
Apprentice


Joined: 28 Mar 2005
Posts: 237
Location: Sac Town USA

PostPosted: Tue May 10, 2005 4:50 pm    Post subject: Reply with quote

Bob P wrote:
I have to profess Athlon Ignorance. :oops:

the best way to answer your question is to compare the output of cat /proc/cpuinfo with the CPU info from other CPU. which architecture may be most suitable as a substitute for yours would be the one that supports as many of the processor flags that your processor supports as possible, without issuing any processor flags that your CPU doesn't support.

AFAIK the guys with Athlon-XP systems can run any of the Intel Pentium X tarballs, but I have no idea what kind of compatability is provided by the Athlon-TBird or the Duron. Unfortunately, we're not going to be making tarballs for any of the older AMD boxes, so your only options are to find a compatible tarball or to perform a Stage 1/3 install. :?
Hey bob would it work for this guy if he took the athlon-xp tarball and just changed his march= to athlon-tbird, and did emerge -e system twice?
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Tue May 10, 2005 5:12 pm    Post subject: Reply with quote

probably not, as Athlon-XP may contain CPU instructions that his box cannot process. the only way it could possibly work is if the t-Bird supports the entire instruction set that is present in the Athlon-XP, and i cannot guarantee that that is the case. you absolutely MUST check the cpu flags.

as a rule, if you want compatability, you have to work with software for the OLDER/legacy hardware from a common ancestral base. you cannot use sofwware designed for NEWER hardware that has newly introduced instruction sets!
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks


Last edited by Bob P on Tue May 10, 2005 5:14 pm; edited 1 time in total
Back to top
View user's profile Send private message
obsidianblackhawk
Apprentice
Apprentice


Joined: 28 Mar 2005
Posts: 237
Location: Sac Town USA

PostPosted: Tue May 10, 2005 5:14 pm    Post subject: Reply with quote

Bob P wrote:
probably not, as Athlon-XP may contain CPU instructions that his box cannot process. if you want compatability, you have to work with software for the OLDER/legacy hardware, not for the NEWER hardware.
Ah got it. Just checking for his sake. Trying to save him some time :)
Back to top
View user's profile Send private message
SuperYak
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jan 2005
Posts: 76
Location: 41''13'38'' N - 96''01'19'' W

PostPosted: Tue May 10, 2005 5:18 pm    Post subject: Reply with quote

Code:
testbox root # cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 6
model           : 3
model name      : AMD Duron(tm) processor
stepping        : 1
cpu MHz         : 701.587
cache size      : 64 KB
physical id     : 0
siblings        : 1
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr pni syscall mmxext 3dnowext 3dnow
bogomips        : 1376.25


Is there a place I can go to look at flags from other architectures? :?
Back to top
View user's profile Send private message
rbiswarup
n00b
n00b


Joined: 26 Jan 2005
Posts: 26
Location: India

PostPosted: Tue May 10, 2005 5:30 pm    Post subject: Installing Jackass! from hard drive Reply with quote

Is it possible to install the iso image contents to a hard drive partition and install Jackass! booting from this partition? I don't have a cd-burner but would like to have Jackass! anyway.
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Tue May 10, 2005 6:10 pm    Post subject: Reply with quote

SuperYak wrote:
Code:
testbox root # cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 6
model           : 3
model name      : AMD Duron(tm) processor
stepping        : 1
cpu MHz         : 701.587
cache size      : 64 KB
physical id     : 0
siblings        : 1
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr pni syscall mmxext 3dnowext 3dnow
bogomips        : 1376.25


Is there a place I can go to look at flags from other architectures? :?


you're not going to like this answer ... your architecture is unsupported. to answer your question, you have to verify the CPU flags, and the CHOST setting. i don't know beans about your processor, so i can't help you about the CHOST setting, but i'm sure that the information is available if you search the forums. my recommendation would be to bite the bullet and perform a Stage 1/3 install.
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Tue May 10, 2005 6:13 pm    Post subject: Re: Installing Jackass! from hard drive Reply with quote

rbiswarup wrote:
Is it possible to install the iso image contents to a hard drive partition and install Jackass! booting from this partition? I don't have a cd-burner but would like to have Jackass! anyway.


from a practical standpoint, no. short of de-constructing the ISO image, there's no way to get the tarball. we are not publishing individual tarballs, so you are dependent upon getting hold of a CD.
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
SuperYak
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jan 2005
Posts: 76
Location: 41''13'38'' N - 96''01'19'' W

PostPosted: Tue May 10, 2005 7:51 pm    Post subject: Reply with quote

Thanks anyways Bob...I will just do the Stage 1/3 install on my Duron boxes. :cry:

I also wanted to make you aware of what I think is a minor bug your jackass installation documentation. I followed the instructions step-by-step, except for doing an "emerge sync" prior to emerging gentoo-sources. On page 14, Section 9.2 Networking, it appears that it is still necessary to edit /etc/hostname. I did set /etc/conf.d/hostname, but on first boot my system complained that no hostname was found in /etc/hostname, so it reverted back to localhost. Doesn't baselayout determine which is to be used? My version of baselayout is 1.9.4-r6. I may be totally wrong here but I think the later versions (currently masked) of baselayout require the /etc/conf.d/hostname & /etc/conf.d/domainname scripts to be set.

Adding the hostname to /etc/hostname fixed it in this case.
Code:
testbox2 root # cat /etc/hostname
testbox2


Also, this may be a matter of personal preference, but I like to edit my hosts file to give my loopback address my hostname and domainname as well:
Code:
testbox2 root # cat /etc/hosts
# /etc/hosts:  This file describes a number of hostname-to-address
#              mappings for the TCP/IP subsystem.  It is mostly
#              used at boot time, when no name servers are running.
#              On small systems, this file can be used instead of a
#              "named" name server.  Just add the names, addresses
#              and any aliases to this file...
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/hosts,v 1.8 2003/08/04 20:12:25 azarah Exp $
#

127.0.0.1       testbox2.example.com testbox2 localhost.localdomain localhost
Back to top
View user's profile Send private message
96140
Retired Dev
Retired Dev


Joined: 23 Jan 2005
Posts: 1324

PostPosted: Tue May 10, 2005 8:54 pm    Post subject: Reply with quote

The old version of the install PDF--from April 26 or 28 or so, had both the "deprecated" (/etc/hostname" and "current" (/etc/conf.d/) methods listed.

Bob, it might not be a bad idea to go ahead and reference the old way that is still in the actual Gentoo handbook, despite the fact that with 2005.0 using /etc/conf.d/ is supposed to be the "preferred" way of storing hostname information in one's Gentoo system.

I know that I've never been able to have a working hostname without using /etc/hosts, regardless of the method of install.

Also, I do have a copy of the old PDF guide used just during testing, if you need one and think it's worth adding the other hostname method.
Back to top
View user's profile Send private message
SuperYak
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jan 2005
Posts: 76
Location: 41''13'38'' N - 96''01'19'' W

PostPosted: Tue May 10, 2005 9:06 pm    Post subject: Reply with quote

nightmorph wrote:
I know that I've never been able to have a working hostname without using /etc/hosts, regardless of the method of install.


I was just referring to an alternative way of editing /etc/hosts, that the documentation doesn't explain. :wink:
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Tue May 10, 2005 10:39 pm    Post subject: Reply with quote

the jackass documentation refers to setting the hostname and domainname using the recommended methods for the baselayout that's included in the jackass tarballs. i've never been able to get the hostname/domainname not to work following the method in the jackass! manual. perhaps some of the readers don't appreciate that you have do manually edit the files using nano or vim or some other text editor, and the cat command is just used to show the contents of existing files by typing their contents to the screen. when i wrote the documentation, i have to admit that i make the assumption that everyone knows how to use at least one of the linux text editors.

its interesting that you mention editing the docs -- i did that today, to remove the last remnants of the references to the old way of doing things. so nightmorph, it seems tthat i'm taking things in the opposite direction from what you've suggested by removing the final remnants of the old way of doing things, rather than putting them back.
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
96140
Retired Dev
Retired Dev


Joined: 23 Jan 2005
Posts: 1324

PostPosted: Wed May 11, 2005 2:00 am    Post subject: Reply with quote

eh.

what I meant was that even when I follow the Guide's direction to only edit /etc/conf.d/hostname, the hostname would not show up; I had to also do echo **hostname** > /etc/hostname in addition to editing the conf.d hostname file. It's an odd kludge, but writing to both files was the only way to get my hostname properly specified. :(

So yes, it is the old way. But if users are having trouble getting their hostnames to work, perhaps this is the Gentoo baselayout's fault, and they should know about the ol' "echo **** > /etc/hostname" trick.
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Wed May 11, 2005 3:07 am    Post subject: Reply with quote

Tarballs? Well, there are two ways to look at this:

OPEN SOURCE and FREEDOM of CHOICE

I think that we still have some loose ends to tie up related to the open source nature of the project. ie:, We need to post the specfiles for how the bootable install CD was built, including all of the components that went into the CD. Technically, this means that we need to create a "resources" page that contains the catalyst specfiles, the tarballs, the motd and isolinux files, etc. Once we do that, the tarballs will be available to anyone who wants them.

So i don't have any problems with releasing the tarballs themselves, in the context of the resources page. But for users who want to install from the tarballs instead of the ISO, there are a few caveats that need to be addressed:


DESIGN of a FAULT-TOLERANT SYSTEM

Jackass! was designed to be a fault-tolerant system. My objectives in designing it the way that I did was to look at the way that Gentoo is designed, and to "fix" what I considered to be some of the "defects" in the way that the system was designed from a fault-tolerance perspective. I've always considered Gentoo to be a distro for experts. When you know how to build a Gentoo system properly, the result is a rock-solid system that works the way that it is supposed to work. The process of installing Gentoo properly, though, is very complex, and it leaves the user subject to many opportunites to make errors during the system build that could result in a system that malfunctions and whose reason for malfunctioning can be very difficult to elucidate -- espeically for non-expert class users.

I had considered that there might be a better way to design a Gentoo installation in order to make it more fault-tolerant. The idea was that if the user could be prevented from making the most common installation errors, the installation process could be simplified and the result would be an exceptionally stable and reliable system.

After supporting a large number of installs in the Stage 1/3 Guide, it became evident to me that Gentoo does indeed work properly if you configure it properly, but Gentoo's weakest point is that it is exceptionally fault-intolerant -- if you make even a single mistake when configuring the system for a toolkit rebuild, for example, catastrophic consequences may result.

Being a specialist in the design of fault-tolerant systems, I thought that i could share some of my expertise in this area with the Gentoo community and develop a more reliable Gentoo package. So as you can see, the Jackass! Project isn't really about something as simple as just taking a Stage 1/3 install and "canning" it -- its about providing a more fault-tolerant way to distribute a Gentoo installation.

So what are some of the fault-tolerance objectives that Jackass! tries to offer as improvements?

In supporting the Stage 1/3 Installation Method, it became clear to me that the vast majority of users were making one of four mistakes when building their Gentoo boxes:

1) choosing the wrong tarball for their architecture,
2) choosing the wrong CFLAGS,
3) choosing the wrong -march setting,
4) choosing the wrong CHOST

Gentoo is actually a very reliable and very stable system if it is configured properly. The only time that Gentoo ever really fails (in the absense of the occasional borked ebuild) is when the user makes a critical error in configuring the system. Jackass! was designed as a system that implements redundant safeguards to protect the user from making any of these 4 common errors that can result in a b0rked installation. Because Jackass! consolidates all of these critical decisions into a prepackaged tarball with a pre-compiled GCC 3.4.3 toolkit, the user is protected from making any of those 4 common configuration errors.

The Jackass! tarballs were designed so that all of these settings had already been chosen, as if you had an expert looking over your shoulder, helping you with the install. For the average user, the complexity of building a GCC 3.4.3 / NPTL toolkit was reduced to simply picking the right ISO image that matches his processor. By correctly configuring all of these settings for the user, Jackass! prevents anyone from having a b0rked compiler on their system.


Another way in that Jackass! was designed to be fault-tolerant is through the use of coupled installation media. Just like the Gentoo 2005.0 tarballs, the Jackass! tarballs are sensitive to the installation media that they are installed from. We learned through our testers' mistakes that you can't install a 2005.0 tarball from 2004.3 installation media. Similarly, some versions of Knoppix work with 2005.0 tarballs, while other versions don't. To remove this potential pitfall from the complicating a Jackass! install, we developed installation media that is coupled to the tarballs on a Jackass! ISO. By coupling the media to the tarball, we were able to eliminate another source for installation errors -- installing from inappropriate media.


Though most people will probably never realize it, Jackass! was painstakingly designed after observing thousands of users making mistakes, to determine what the common installation errors are and to prevent them from re-occurring. In this respect, Jackass! is designed to be more fault tolerant than Gentoo by eliminating all of the most common causes of failure that are encountered during Gentoo installs.


BACK to the TARBALLS

The suggestion to supply tarballs independently of the appropriate installation media has to be considered for exactly what it is -- a two-edged sword. Although it provides more "choice" for the user, it also removes safeguards from the system and reintroduces the risk of user error causing a botched installation. Users that want to install directly from the tarballs need to appreciate that if they choose to worship at the altar of user choice, they run the risk of introducing errors into the system that had not previously existed.

So if the user is bent on installing from tarballs instead of from the ISO images, they should keep the following caveats in mind:

1. The Jackass! documentation was written to facilitate installing from the ISO, so if the user chooses an alternate installation medium, then they will have to adapt the installation method somewhat. This really shouldn't be too difficult for an experienced user, as you can treat the tarballs as if they were generic Gentoo 2005.0 tarballs.

2. The user subjects themselves to some risk of a b0rked install if they attempt to install from inappropriate installation media. By separating the tarball from the Jackass! ISO, we're essentially removing one of the safeguards that has been designed into the system for the purpose of giving user's alternative choices. If the user isn't conscientious, installing from a tarball instead of the ISO could be the equivalent of abandoning the fault-tolerant design of the system in the name of "choice." There is some risk associated with doing that.

Just so that nobody gets burned by this, I want to point out that for the install to work, you must use the Jackass! Install CD or a Gentoo 2005.0 Install CD. An older CD, such as the 2004.3 Gentoo install CD will not work. If you decide to install from another boot medium, then bear in mind that you're stripping fault-tolerance out of the system and assuming some degree of risk. In this case, you're not using a Gentoo product, and you're not using a supported Jackass! medium either, so if you decide to go down that path and things break... you get to keep the pieces.

3. The Jackass! tarballs contain a portage snapshot that was selected specifically because that snapshot of the portage tree was stable and free of all major glitches in the toolkit and in the ebuilds that are used to perform a Stage 1/3 install. We actually spent a period of months testing a large number of portage snapshots for the presence of defects, and kept working until we found one that fit the bill. Users that decide to sync to an alternate version of the portage tree will need to understand that doing so constitutes throwing away yet another one of the fault-tolerant designs that went into Jackass! Re-syncing is a crapshoot, and we can't guarantee a successful install if you use a different portage snapshot.


CLOSURE

In closing, I'd like to say that having spent an awful lot of time thinking about how to design a system that is as free of errors as is humanly possible, I have mixed feelings about the idea of throwing away some of the system's safeguards after the project has been completed just because a few people insist that they want tarballs in the name of "choice." I think that an awful lot of linux users make the fundamental mistake of viewing "choice" as an endpoint in itself, rather than as a means to an end. Knowing as much as I do about the Gentoo, Jackass!, and fault-tolerant systems, I think that the user would be best advised to leave Jackass!'s fault tolerant safeguards in place instead of removing them. Jackass! is an exceptionally fault tolerant system. If you use the packages as they have been provided , they are GUARANTEED to work. If you alter them, or if you choose not to follow the Installation Handbook, all bets are off. Personally, I am not too enthusiastic about undermining the design of the system in the name of user choice. I think that idea is exceptionally naive. Ultimately, it will cause more people to have problems with Jackass! than would have had problems with Jackass! otherwise. The net result will be that by circumventing the safeguards that were designed into the system, the system will appear to be less robust than it really is. I would have preferred to have released a system that is 100% reliable and guaranteed to work. But if users prefer the illusion of "choice" over robustness, who am I to argue?

Tarballs will be posted as soon as Sith can get around to it. 8)

_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks


Last edited by Bob P on Wed May 11, 2005 3:32 am; edited 1 time in total
Back to top
View user's profile Send private message
SuperYak
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jan 2005
Posts: 76
Location: 41''13'38'' N - 96''01'19'' W

PostPosted: Wed May 11, 2005 3:13 am    Post subject: Reply with quote

Bob P wrote:
the jackass documentation refers to setting the hostname and domainname using the recommended methods for the baselayout that's included in the jackass tarballs. i've never been able to get the hostname/domainname not to work following the method in the jackass! manual. perhaps some of the readers don't appreciate that you have do manually edit the files using nano or vim or some other text editor, and the cat command is just used to show the contents of existing files by typing their contents to the screen. when i wrote the documentation, i have to admit that i make the assumption that everyone knows how to use at least one of the linux text editors.

its interesting that you mention editing the docs -- i did that today, to remove the last remnants of the references to the old way of doing things. so nightmorph, it seems tthat i'm taking things in the opposite direction from what you've suggested by removing the final remnants of the old way of doing things, rather than putting them back.


Bob,
I am familiar with editing config files & text editors...What I was trying to explain is that by just editing /etc/conf.d/hostname, according to your instructions is not enough to set the hostname with the baselayout that is included in the jackass tarballs...If you don't belive me, then test it out for yourself...I'm not trying to be a pain, just trying to help..8)
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Wed May 11, 2005 3:29 am    Post subject: Reply with quote

don't worry -- i don't think you're trying to be a pain.

back to the subject of getting your host to work -- are you remembering to do this?
Code:
rc-update add domainname default

it works for me.
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
SuperYak
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jan 2005
Posts: 76
Location: 41''13'38'' N - 96''01'19'' W

PostPosted: Wed May 11, 2005 3:50 am    Post subject: Reply with quote

Bob P wrote:
don't worry -- i don't think you're trying to be a pain.

back to the subject of getting your host to work -- are you remembering to do this?
Code:
rc-update add domainname default

it works for me.


YES! I followed your install guide to a "T". Just curious bob, are you running ~x86 baselayout? Does /etc/hostname exist on your system? Once I created an entry in /etc/hostname on my system everything was dandy...I must admit that I am getting bored posting about this topic so I will leave it at that...I just wanted to give you heads up that your install doc currently contains a minor flaw. Most people with gentoo installations under their belt will be able to get around it easily.

According to Moocha, in the following thread, only recent versions of UNSTABLE baselayout use /etc/conf.d/hostname for configuring hostname.
https://forums.gentoo.org/viewtopic-t-335543.html

Thanks again fellas...Congrats on Jackass!:)
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Wed May 11, 2005 3:01 pm    Post subject: Reply with quote

okay, lets dig a little deeper into this. can you tell me exactly which installation media and/or tarball you installed from, and post the output of emerge --info?

its possible that you may be using a Jackass! package that i did not personally build, or one that i have not personally installed on my systems. and if that's the case, its possible that there may be an idiosyncracy that i am not personally familiar with, and i may need to enlist the services of one of the other builders to answer this question.
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Wed May 11, 2005 3:33 pm    Post subject: Reply with quote

tailgunner.qmx wrote:
In this case of missing locale. It's gentoo default to strip off pt_BR?

we compiled Jackass! using the default values that are supplied in the Gentoo tarballs. the default values supplied in the locales.build file are those that Sith had mentioned. when building Jackass! we built every user locale that Gentoo uses as a default value. As far as I know, pt_BR is not specified as a standard user locale in the Gentoo Stage 3 tarballs. As a result, it is not built into the default user locales when the system toolkit is rebuilt using "default" settings.

So I guess that the question that I have to ask is whether pt_BR is a "standard" locale in your Stage 3 tarball, or whether you have to implement some sort of change to enable it when you normally install Gentoo -- such as manually adding pt_BR to your locales.build file and rebuilding glibc. As far as I can tell from the Standard Gentoo tarballs, pt_BR is not included in the standard userlocales for glibc, and unless you manually add it when you build the system, it will not ever show-up using "default" settings during a glibc rebuild.
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
SuperYak
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jan 2005
Posts: 76
Location: 41''13'38'' N - 96''01'19'' W

PostPosted: Wed May 11, 2005 3:42 pm    Post subject: Reply with quote

Bob P wrote:
okay, lets dig a little deeper into this. can you tell me exactly which installation media and/or tarball you installed from, and post the output of emerge --info?

its possible that you may be using a Jackass! package that i did not personally build, or one that i have not personally installed on my systems. and if that's the case, its possible that there may be an idiosyncracy that i am not personally familiar with, and i may need to enlist the services of one of the other builders to answer this question.


Pentium 3 media.

Code:
testbox2 root # emerge --info
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.4.3-20050110, glibc-2.3.5-r0, 2.6.11-gentoo-r8 i686)
=================================================================
System uname: 2.6.11-gentoo-r8 i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, May 10 2005, 13:52:35)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -mtune=pentium3 -pipe -O3 -fweb -frename-registers -fforce-addr -momit-leaf-frame-pointer -fomit-frame-pointer -ftracer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -mtune=pentium3 -pipe -O3 -fweb -frename-registers -fforce-addr -momit-leaf-frame-pointer -fomit-frame-pointer -ftracer -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts avi berkdb bitmap-fonts crypt cups emboss encode foomaticdb fortran gdbm gif gnome gpm gtk gtk2 imlib ipv6 jpeg kde libg++ libwww mad mikmod mmx motif mp3 mpeg ncurses nls nptl oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl spell sse ssl svga tcpd tiff truetype truetype-fonts type1-fonts xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Wed May 11, 2005 3:45 pm    Post subject: Reply with quote

i'm a little confused by your post. did you perform a Stage 1/3 install using Gentoo tarballs, or a Jackass! install using the Pentium 3 ISO?
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
SuperYak
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jan 2005
Posts: 76
Location: 41''13'38'' N - 96''01'19'' W

PostPosted: Wed May 11, 2005 3:47 pm    Post subject: Reply with quote

Bob P wrote:
i'm a little confused by your post. did you perform a Stage 1/3 install using Gentoo tarballs, or a Jackass! install using the Pentium 3 ISO?


Jackass! install - Pentium 3 ISO
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Wed May 11, 2005 4:04 pm    Post subject: Reply with quote

ok, i'm was a little confused by this, as the P3 Jackass! tarball is supposed to have a subtle difference in its emerge --info output. your emerge info output looks like the output from a Stage 1/3 install, not from a Jackass! P3 install. although this isn't anything that would effect your system, it does bring up a QA issue that i need to discuss with the Development Team.

i'm going to ask for help on this one -- the method of implementing hostnames works exactly as specified in the docs on all of the tarballs that i have built, and i'm wondering if there may be some subtle differences in the P3 tarball that could be causing the problem you've observed in setting the hostname and domainname. from a QA perspective, i'm glad that you pointed this out.

just out of curiosity, how did you configure your hostnames and domainnames? did you try the second method recommended in Section 10.2 of the Stage 1/3 guide, and find that it didn't work? am i correct in understanding that you reverted to the first method recommended in the Stage 1/3 guide, and that worked?
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
obsidianblackhawk
Apprentice
Apprentice


Joined: 28 Mar 2005
Posts: 237
Location: Sac Town USA

PostPosted: Wed May 11, 2005 4:16 pm    Post subject: Reply with quote

Bob P wrote:
ok, i'm was a little confused by this, as the P3 Jackass! tarball is supposed to have a subtle difference in its emerge --info output. your emerge info output looks like the output from a Stage 1/3 install, not from a Jackass! P3 install. although this isn't anything that would effect your system, it does bring up a QA issue that i need to discuss with the Development Team.

i'm going to ask for help on this one -- the method of implementing hostnames works exactly as specified in the docs on all of the tarballs that i have built, and i'm wondering if there may be some subtle differences in the P3 tarball that could be causing the problem you've observed in setting the hostname and domainname. from a QA perspective, i'm glad that you pointed this out.

just out of curiosity, how did you configure your hostnames and domainnames? did you try the second method recommended in Section 10.2 of the Stage 1/3 guide, and find that it didn't work? am i correct in understanding that you reverted to the first method recommended in the Stage 1/3 guide, and that worked?
As you and i have discussed bob in all of my testing on our tarballs i have used the new method: the etc/conf.d/hostname method. I have never had a problem. I i have personnaly tested each and every tarball that we use.
Back to top
View user's profile Send private message
SuperYak
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jan 2005
Posts: 76
Location: 41''13'38'' N - 96''01'19'' W

PostPosted: Wed May 11, 2005 4:23 pm    Post subject: Reply with quote

Bob P wrote:
ok, i'm was a little confused by this, as the P3 Jackass! tarball is supposed to have a subtle difference in its emerge --info output. your emerge info output looks like the output from a Stage 1/3 install, not from a Jackass! P3 install. although this isn't anything that would effect your system, it does bring up a QA issue that i need to discuss with one of the builders.

i'm going to ask for help on this one -- the method of implementing hostnames works exactly as specified in the docs on all of the tarballs that i have built, and i'm wondering if there may be some subtle differences in the P3 tarball that could be causing the problem you've observed in setting the hostname and domainname. from a QA perspective, i'm glad that you pointed this out.

just out of curiosity, how did you configure your hostnames and domainnames? did you try the second method recommended in Section 10.2 of the Stage 1/3 guide, and find that it didn't work? am i correct in understanding that you reverted to the first method recommended in the Stage 1/3 guide, and that worked?


I configured hostnames & domainnames according to the jackass manual, by editing /etc/conf.d/hostname & /etc/conf.d/domainname, then adding domainname to the default runlevel. Upon reboot I noticed that my hostname did not get set, so I did the following:
Code:
echo testbox2 > /etc/hostname
which solved my problem.
Back to top
View user's profile Send private message
obsidianblackhawk
Apprentice
Apprentice


Joined: 28 Mar 2005
Posts: 237
Location: Sac Town USA

PostPosted: Wed May 11, 2005 4:31 pm    Post subject: Reply with quote

SuperYak wrote:
Bob P wrote:
ok, i'm was a little confused by this, as the P3 Jackass! tarball is supposed to have a subtle difference in its emerge --info output. your emerge info output looks like the output from a Stage 1/3 install, not from a Jackass! P3 install. although this isn't anything that would effect your system, it does bring up a QA issue that i need to discuss with one of the builders.

i'm going to ask for help on this one -- the method of implementing hostnames works exactly as specified in the docs on all of the tarballs that i have built, and i'm wondering if there may be some subtle differences in the P3 tarball that could be causing the problem you've observed in setting the hostname and domainname. from a QA perspective, i'm glad that you pointed this out.

just out of curiosity, how did you configure your hostnames and domainnames? did you try the second method recommended in Section 10.2 of the Stage 1/3 guide, and find that it didn't work? am i correct in understanding that you reverted to the first method recommended in the Stage 1/3 guide, and that worked?


I configured hostnames & domainnames according to the jackass manual, by editing /etc/conf.d/hostname & /etc/conf.d/domainname, then adding domainname to the default runlevel. Upon reboot I noticed that my hostname did not get set, so I did the following:
Code:
echo testbox2 > /etc/hostname
which solved my problem.
Okay. well based on this tonight when i get home, i'll wipe my P4 machine and do another install using the p3 iso, and test this again tonight.
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, ... 15, 16, 17  Next
Page 2 of 17

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum