Re: ImplementingTrac - Logo

2006-01-24 Thread Justin R. Knierim
Jeremy Huntwork wrote: I think I have it fixed now. If you all could just verify it for me, please. Also, has anyone looked at this in Konqueror or Safari? Curious if it looks alright in those. Looks better now. :) Works here in IE and Firefox 1.5.0. Thanks. Justin -- http://linuxfromscr

Re: wiki.linuxfromscratch.org time out problems

2006-01-24 Thread Bruce Dubbs
Robert Russell wrote: > On 1/24/06, Bruce Dubbs <[EMAIL PROTECTED]> wrote: > >>What is the ip address of your system? > At home it is 24.249.5.137 You were blocked for excessive downloads. You downloaded two LiveCD isos. I probably need to fix that. Its just that some ips were downloading the

Re: ImplementingTrac - Logo

2006-01-24 Thread Bruce Dubbs
Jeremy Huntwork wrote: > I think I have it fixed now. If you all could just verify it for me, > please. Also, has anyone looked at this in Konqueror or Safari? Curious > if it looks alright in those. Looks fine in Mozilla-1.7.12 and konqueror-3.5. -- Bruce -- http://linuxfromscratch.org/mailm

Re: ImplementingTrac - Logo

2006-01-24 Thread Jeremy Huntwork
Bruce Dubbs wrote: > OK, I see what is happening, but I don't know how to fix it. The page > uses a lot of blocks and IE must be placing the 2nd block (banner) > before it is determining the 1st block (topnav) dimenensions--or is > ignoring all of topnav dimensions when placing (banner). The log

Re: wiki.linuxfromscratch.org time out problems

2006-01-24 Thread Robert Russell
On 1/24/06, Bruce Dubbs <[EMAIL PROTECTED]> wrote: > Robert Russell wrote: > > I have been following the recent discussion on the lfs-dev list about > > trac and I have only one issue. I cannot connect to > > wiki.linuxfromscratch.org:80 from my home, at college I can connect, > > my college is abo

Re: ImplementingTrac - Logo

2006-01-24 Thread Bruce Dubbs
Joe Ciccone wrote: > I can tell you that the problem is in main.css in the #logo section, > but, I have no clue how to fix it, I know that when I changed position: > relative; to position: static; it showed up properly, but then the > positioning was off. OK, I see what is happening, but I don't k

Re: errata or not

2006-01-24 Thread mrdaniel
> No. libncurses.so is the real library name, the one that ncurses > builds > and installs. We *want* packages that look for libcurses.so to find > the > compatible libncurses.so file so we make a link to it. > and i had already go all the way to the end of ch6, pg 190 what do i need to do to ge

Re: ImplementingTrac - Logo

2006-01-24 Thread Bryan Kadzban
John Miller wrote: > Okay, sorry for the noise, its just when I tried to save the page to > my computer to fiddle with the coding, IE actually removed the > closing /. Thought that might have been causing the problem. Yes, and if there was a [meta http-equiv="content-type" content="text/html; char

Re: errata or not

2006-01-24 Thread Jeremy Huntwork
mrdaniel wrote: > [1] in ch 6.21.1, pg114 - ncurses-5.4, doing the link line :- > ln -sfv libncurses.so /usr/lib/libcurses.so > > note that the 'n' is not present in the word after /lib. > so i added the 'n' into "libcurses" becomes and it became "libucurses". > > is it ok. No. libncurses.so is

Re: CONFIG_PAX_NOELFRELOCS, DRI, etc.

2006-01-24 Thread Robert Connolly
Make sure to use the xorg-6.8.2-libGL_PIC-1.patch patch; and the et_dyn.tar.gz package is not needed with glibc's newer than 2.3.2. robert On January 24, 2006 04:56 pm, Declan Moriarty wrote: > Recently, Somebody Somewhere wrote these words > > > Can someone translate this errorspeak? > > > > Er

Re: ImplementingTrac - Logo

2006-01-24 Thread Jeremy Huntwork
Joe Ciccone wrote: > I can tell you that the problem is in main.css in the #logo section, > but, I have no clue how to fix it, I know that when I changed position: > relative; to position: static; it showed up properly, but then the > positioning was off. Thanks. I believe that's probably it. IE d

Re: Alphabetical UTF-8 Build is ICA Verified

2006-01-24 Thread Jeremy Huntwork
Dan Nicholson wrote: > Also, I might be a little worn out on ICA to do this, but we've only > determined the true dependencies for about half the packages in Ch. 6. > I was thinking that I might reverse the order to see what happens > with the packages at the end of the alphabet (texinfo, util-lin

Re: ImplementingTrac - Logo

2006-01-24 Thread Joe Ciccone
I can tell you that the problem is in main.css in the #logo section, but, I have no clue how to fix it, I know that when I changed position: relative; to position: static; it showed up properly, but then the positioning was off. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://w

Re: ImplementingTrac - Logo

2006-01-24 Thread Bruce Dubbs
John Miller wrote: > when I tried to save the page to my > computer to fiddle with the coding, IE actually removed the closing /. > Thought that might have been causing the problem. Really? I know MS thinks their SW is smarter than you are, but this seems to be going a bit far. -- Bruce --

Re: ImplementingTrac - Logo

2006-01-24 Thread John Miller
Bruce Dubbs wrote: Yes, the self closing tag is part of the xhtml standard where *all* tags must be closed. You can use or . The standard mentions that you might want to put a closing space before the closing / as in for *broken* browsers. Actually the broken broswers they refer to are quit

Re: Alphabetical UTF-8 Build is ICA Verified

2006-01-24 Thread Dan Nicholson
On 1/24/06, Jeremy Huntwork <[EMAIL PROTECTED]> wrote: > > After that, we need to > start getting the actual dependency list in, and the reasons for the > build order. I've been thinking about that. I really don't know a good way to do it. I think Chris has the best notes on this. The order was

Re: Alphabetical UTF-8 Build is ICA Verified

2006-01-24 Thread Jeremy Huntwork
Dan Nicholson wrote: > Hopefully, the changes will be added to the alphabetical book in > http://www.linuxfromscratch.org/~jhuntwork/lfs-alphabetical/ > > The build instructions are current up to the LFS SVN-20060117 book. > > I haven't been running the testsuites, but I'm doing that now to make

Re: wiki.linuxfromscratch.org time out problems

2006-01-24 Thread Bruce Dubbs
Robert Russell wrote: > I have been following the recent discussion on the lfs-dev list about > trac and I have only one issue. I cannot connect to > wiki.linuxfromscratch.org:80 from my home, at college I can connect, > my college is about 30 miles from home, I keep getting "The connection > has t

Alphabetical UTF-8 Build is ICA Verified

2006-01-24 Thread Dan Nicholson
Hi again, Here's some results from my ICA/Farce run of yesterday. They show that the system will rebuild itself with the exception of a couple things that probably won't be fixed by me. (stdc++ .la and gch differences) These exist whether I use the LFS or DIY toolchain. http://staff.washingto

Re: ImplementingTrac - Logo

2006-01-24 Thread Bruce Dubbs
Alan Lord wrote: > John Miller wrote: > >> I noticed an extra forward slash in a few tags, could IE be having >> problems with them? >> >> "> href="http://wiki.linuxfromscratch.org/lfs/";>> src="/lfs/chrome/site/lfs-logo.png" width="192" height="75" alt="Linux >> From Scratch" />" >> >> at end of

Re: ImplementingTrac - Logo

2006-01-24 Thread Jeremy Huntwork
John Miller wrote: > I noticed an extra forward slash in a few tags, could IE be having > problems with them? > > " href="http://wiki.linuxfromscratch.org/lfs/";> src="/lfs/chrome/site/lfs-logo.png" width="192" height="75" alt="Linux > From Scratch" />" > > at end of the alt field, and in the hr

Re: ImplementingTrac - Logo

2006-01-24 Thread Alan Lord
John Miller wrote: I noticed an extra forward slash in a few tags, could IE be having problems with them? "href="http://wiki.linuxfromscratch.org/lfs/";>src="/lfs/chrome/site/lfs-logo.png" width="192" height="75" alt="Linux From Scratch" />" at end of the alt field, and in the hr tag and s

Re: ImplementingTrac - Logo

2006-01-24 Thread John Miller
I noticed an extra forward slash in a few tags, could IE be having problems with them? "href="http://wiki.linuxfromscratch.org/lfs/";>src="/lfs/chrome/site/lfs-logo.png" width="192" height="75" alt="Linux From Scratch" />" at end of the alt field, and in the hr tag and several slashes at the

Re: ImplementingTrac - Logo

2006-01-24 Thread Jeremy Huntwork
Randy McMurchy wrote: > I wasn't going to comment on this as I respect Bruce's judgment > too much (though I disagreed in a big way here). However, since > I'm about the fourth person to comment that *we* think that this > just isn't right and needs to be fixed, I don't feel so bad. As I've alread

Re: ImplementingTrac - Logo

2006-01-24 Thread Richard A Downing
Sorry, I tried to stop this getting out with the attachment. Not quick enough! R. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: ImplementingTrac - Logo

2006-01-24 Thread Richard A Downing
On Tue, 24 Jan 2006 00:36:34 -0600 Randy McMurchy <[EMAIL PROTECTED]> wrote: > Peter Ennis wrote these words on 01/24/06 00:23 CST: > > > This may well be the case, but many people will > > view the site using this particular non-standard, > > whether or not they are a target audience. > > If it