Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installing Gentoo - The Developers Method - Stage1 and NPTL
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 20, 21, 22, 23, 24, 25  Next  
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
kowal
n00b
n00b


Joined: 23 Apr 2003
Posts: 40

PostPosted: Sun Jan 02, 2005 6:29 pm    Post subject: Reply with quote

ali3nx wrote:
Just a brief update on the tuitorial files. I'll host them on my own webserver for the meantime. If anyone has a copy of the make.conf from my old file stash on ali3nx.info email me a copy. I've allready hosted one but the use flags have varied to some degree and i would like to maintain some margin of consistancy with the use flags. My email address is available in my profile. Happy new year to all and thanks

How about hosting tutorial on http://gentoo-wiki.com
Back to top
View user's profile Send private message
ali3nx
l33t
l33t


Joined: 21 Sep 2003
Posts: 722
Location: Winnipeg, Canada

PostPosted: Sun Jan 02, 2005 9:42 pm    Post subject: Reply with quote

kowal wrote:
ali3nx wrote:
Just a brief update on the tuitorial files. I'll host them on my own webserver for the meantime. If anyone has a copy of the make.conf from my old file stash on ali3nx.info email me a copy. I've allready hosted one but the use flags have varied to some degree and i would like to maintain some margin of consistancy with the use flags. My email address is available in my profile. Happy new year to all and thanks

How about hosting tutorial on http://gentoo-wiki.com


*drumroll*

http://gentoo-wiki.com/Installing_Gentoo_-_The_Gentoo_Developers_Method_with_NPTL_and_2.6_from_Stage1

*/drumroll*

:wink: Much thanks to bsodmike for getting it started.
_________________
Compiling Gentoo since version 1.4
Thousands of Gentoo Installs Completed
Emerged on every continent but Antarctica
Compile long and Prosper!
Back to top
View user's profile Send private message
kowal
n00b
n00b


Joined: 23 Apr 2003
Posts: 40

PostPosted: Mon Jan 03, 2005 12:11 am    Post subject: Reply with quote

Oktane wrote:
Coz wrote:
I will try harder now to find a patch for reiserfs4.

Here are Reiser4 patches from Namesys...
Here are mm-sources broken-outs...

Is any one unable to access namesys.com or it's just my end?
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: Mon Jan 03, 2005 8:35 am    Post subject: Reply with quote

hielvc wrote:
... So instead of doing a bootstrap you
Code:

emerge --oneshot glibc binutils gcc    > for a regular, non ~x86
 <Do this for ~x86 if you want nptl>
emerge -C linux-headers && emerge --oneshot linux26-headers && emerge --oneshot glibc binutils gcc
 <Then both groups do this>
 emerge system -e

...
So the new super duper one liner would look like this.
Code:

env-update && source /etc/profile && emerge --oneshot --nodeps gcc-config && emerge linux26-headers &&  emerge --oneshot glibc binutils gcc && emerge -e system && emerge syslog-ng xinetd grub hotplug coldplug vixie-cron reiserfsprogs reiser4progs  sysfsutils udev dhcpcd && emerge --nodeps acpid ntp && rc-update add syslog-ng default && rc-update add net.eth0 default && rc-update add vixie-cron default && rc-update add xinetd default && rc-update add sshd default && rc-update add hotplug default && rc-update add coldplug default && rc-update add acpid default

I've been tinkering with Rac's robust installation method. I'm a little confused by a couple of things in your post.

first, the first code listing includes, but the second code listing (one-liner) doesn't include the "emerge -C linux-headers" step. IME with a 2004.3 Stage 3 tarball, you have to emerge -C the linux headers, as failing to do so results in a failed emerge of linux26-headers with linux-headers acting as a blocker. (this step isn't necessary if you start with a Stage 1 tarball). hasn't anyone else noticed this, or is nobody else using a Stage 3 tarball?

second, I see in the first code snippet above that you've replaced the bootstrapping script with equivalent toolchain building steps. These make sense. In the second code listing, the super-duper one-liner adds "emerge --oneshot --nodeps gcc-config" before the toolchain is built. i'm not sure why this step exists in the second code listing but not in the first, and i'm hoping someone can explain why its being used in the second code listing. thx.
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
kimchi_sg
Advocate
Advocate


Joined: 26 Nov 2004
Posts: 2969

PostPosted: Mon Jan 03, 2005 9:24 am    Post subject: Reply with quote

Bob P wrote:
the second code listing (one-liner) doesn't include the "emerge -C linux-headers" step. IME with a 2004.3 Stage 3 tarball, you have to emerge -C the linux headers. hasn't anyone else noticed this, or is nobody else using a Stage 3 tarball?

Yes, I'm sure some people out there have noticed, but they're all lurkers who don't comment at all on the difference. :-(
Bob P wrote:
In the second code listing, the super-duper one-liner adds "emerge --oneshot --nodeps gcc-config" before the toolchain is built. i'm not sure why this step exists in the second code listing but not in the first, and i'm hoping someone can explain why its being used in the second code listing. thx.

It's to get around a long-standing bug in gcc way back from october - the sanity check errors: https://forums.gentoo.org/viewtopic.php?p=1691306#1691306 But no one knows if it has been bugfixed yet. :-(

An additional insertion i've only just thought of now, but is mentioned in rac's thread: emerge portage along with the toolchain in the first pass. I got sick and tired of seeing 4 NPTL installs restart the package count 23 packages into "emerge -e system", after portage was emerged. I can't tell if this will work, but I'm installing with this insertion into the one-liner now.

The new stage 3 reduced hassle no bootstrap super-duper one-liner ;-)
Code:
env-update && source /etc/profile && emerge -C linux-headers && emerge linux26-headers && emerge --nodeps --oneshot gcc-config && emerge --oneshot glibc binutils gcc portage && emerge -e system && emerge syslog-ng xinetd grub hotplug coldplug vixie-cron reiserfsprogs reiser4progs sysfsutils udev dhcpcd && emerge --nodeps acpid ntp && rc-update add syslog-ng default && rc-update add net.eth0 default && rc-update add vixie-cron default && rc-update add xinetd default && rc-update add sshd default && rc-update add coldplug default && rc-update add hotplug default && rc-update acpid default
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: Mon Jan 03, 2005 10:55 am    Post subject: Reply with quote

kimchi_sg wrote:
Bob P wrote:
the second code listing (one-liner) doesn't include the "emerge -C linux-headers" step. IME with a 2004.3 Stage 3 tarball, you have to emerge -C the linux headers. hasn't anyone else noticed this, or is nobody else using a Stage 3 tarball?

Yes, I'm sure some people out there have noticed, but they're all lurkers who don't comment at all on the difference. :-(

that's one of the differences between the Stage 1 and Stage 3 tarballs with this guide -- AFAIK the Stage 1 tarballs for 2004.3 come with linux26-headers, while the Stage 3 tarball doesn't.

because ali3nx's guide is using the Stage 1 tarball, we've reached a point of divergence when we start talking about Rac's methods.


kimchi_sg wrote:
It's to get around a long-standing bug in gcc way back from october - the sanity check errors: https://forums.gentoo.org/viewtopic.php?p=1691306#1691306 But no one knows if it has been bugfixed yet. :-(
...
The new stage 3 reduced hassle no bootstrap super-duper one-liner ;-)
Code:
env-update && source /etc/profile && emerge -C linux-headers && emerge linux26-headers && emerge --nodeps --oneshot gcc-config && emerge --oneshot glibc binutils gcc portage && emerge -e system && emerge syslog-ng xinetd grub hotplug coldplug vixie-cron reiserfsprogs reiser4progs sysfsutils udev dhcpcd && emerge --nodeps acpid ntp && rc-update add syslog-ng default && rc-update add net.eth0 default && rc-update add vixie-cron default && rc-update add xinetd default && rc-update add sshd default && rc-update add coldplug default && rc-update add hotplug default && rc-update acpid default

after emerging gcc aren't we supposed to do another mandatory "etc-update && source /etc/profile"? i notice that this has never appeared after emerging gcc in the one-liner...
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
Hobbit_HK
n00b
n00b


Joined: 11 Nov 2004
Posts: 54
Location: Israel

PostPosted: Mon Jan 03, 2005 1:02 pm    Post subject: Reply with quote

I remember posting a 3-liner so you could actually use the new CFLAGS gcc3.4 has before rebuilding your system.. It's here somewhere, I think after the first supr-duper-oneliner
_________________
- Hobbit HK :)

Don't use stage1\2 tarballs
Do a stage1 install from a stage3 tarball
Back to top
View user's profile Send private message
kimchi_sg
Advocate
Advocate


Joined: 26 Nov 2004
Posts: 2969

PostPosted: Mon Jan 03, 2005 1:09 pm    Post subject: Reply with quote

Bob P wrote:
AFAIK the Stage 1 tarballs for 2004.3 come with linux26-headers, while the Stage 3 tarball doesn't.

No, the stage 1 tarballs do not come with any form of kernel header files at all. Just extract a stage 1 to a temp directory, chroot into it and env-update, then do an emerge info and you will see what i mean. The headers will be shown as not installed, I verified it myself.
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: Mon Jan 03, 2005 6:49 pm    Post subject: Reply with quote

ah, that explains it. thanks.
_________________
.
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: Mon Jan 03, 2005 9:37 pm    Post subject: Reply with quote

Hobbit_HK wrote:
I remember posting a 3-liner so you could actually use the new CFLAGS gcc3.4 has before rebuilding your system.. It's here somewhere, I think after the first supr-duper-oneliner

while i've been building my base layout i've been i've been sifting through the volume of posts on this thread, and i've found your 3-liner. it looks like a very good approach, and its very similar to the approach i have been taking. thanks for pointing it out.
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
Deranger
Veteran
Veteran


Joined: 26 Aug 2004
Posts: 1215

PostPosted: Mon Jan 03, 2005 9:46 pm    Post subject: Reply with quote

kowal wrote:
Oktane wrote:
Coz wrote:
I will try harder now to find a patch for reiserfs4.

Here are Reiser4 patches from Namesys...
Here are mm-sources broken-outs...

Is any one unable to access namesys.com or it's just my end?

I can't connect either.
Back to top
View user's profile Send private message
hielvc
Advocate
Advocate


Joined: 19 Apr 2002
Posts: 2805
Location: Oceanside, Ca

PostPosted: Tue Jan 04, 2005 2:59 am    Post subject: Reply with quote

There were a couple of reasons why I pointed out rac's post. For those of you who are newer rac is one very bright bulb. I saw his post and I didnt want it to just disapear. The point of his post concerns this thread. This Howto is is one of the better ones around for ending up with a bleeding edge system. Before I found this thread I had stoped doing stage1s and with a homebrew of experince, magic, three or four other threads and a stage3 I was doing what ali3n so straight forwardly put togather.

The point of this Howto is to get your system built and going the fastest way possible. Most of us have seen a whole bunch of problems recently starting from a stage1 and bootstrap. Some of them could have been avoided by starting with a stage3 and according to rac even when we dont have probs there are
Quote:

There are some 80+ packages in a stage1ball that are not listed in /var/db/pkg. Why? When you do your "emerge system", you would want your new toolchain to be used to compile all software. If portage sees that a particular version from the stageball is still current, it will omit it. The solution that somebody apparently chose was to make portage forget that most of this software is installed at all, which has the unfortunate side effect of making portage be unable to clean it when your "emerge system" finishes.


This can be avoided and there are usually less problems by " emerge system -e" from a statge3. So why not go this route?

As to kimchi_sg's new super dupper one liner looks good. :wink:

EDIT puttin words that escaped
_________________
An A-Z Index of the Linux BASH command line


Last edited by hielvc on Tue Jan 04, 2005 7:23 pm; edited 1 time in total
Back to top
View user's profile Send private message
Deranger
Veteran
Veteran


Joined: 26 Aug 2004
Posts: 1215

PostPosted: Tue Jan 04, 2005 6:50 am    Post subject: Reply with quote

Namesys still down, but if somebody needs that Reiser4 patch against 2.6.10, you can get it from here.

Namesys is probably running their servers on Reiser4 (j/k) :lol:
Back to top
View user's profile Send private message
ag_x
Tux's lil' helper
Tux's lil' helper


Joined: 11 Jun 2004
Posts: 142
Location: Self Sarkarm.

PostPosted: Tue Jan 04, 2005 5:57 pm    Post subject: Reply with quote

Oktane wrote:
Namesys still down, but if somebody needs that Reiser4 patch against 2.6.10, you can get it from here.


Or from this tucows miror,i found it with google yesterday.
Back to top
View user's profile Send private message
eyoussef
n00b
n00b


Joined: 04 Jan 2005
Posts: 1

PostPosted: Tue Jan 04, 2005 8:47 pm    Post subject: blank screen Reply with quote

hi all, thanks for the great tutorial. I follow all steps in this tutorial and evrything went well, but after I reboot my system start and did all the loading well ,when it comes to the login I got a blank screen with only the cursor.
I did emerge ati-drivers ,emerge x11-xorg. still the same problem .
Any idea guys? please help
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 Jan 05, 2005 3:02 am    Post subject: Reply with quote

hielvc wrote:
This can be avoided and there are usually less problems by " emerge system -e" from a statge3. So why not go this route?

As to kimchi_sg's new super dupper one liner looks good. :wink:

unfortunately, the process of performing a Stage 1 Install on a Stage 3 Tarball is more complicated that it appears at first glance. I mentioned this in rac's thread that gave birth to this idea.

the one flaw that i see in every take on the whole Stage 1 on 3 approach that we've seen so far is that they're all performed from a Stage 1 mindset. the contents of a Stage 3 tarball are different. in addition to changing the way you bootstrap the system, you also have to consider where you're going with the newly emerged version of GCC.

Hobbit-HK made a tremendously important point that nobody seems to have picked up on -- that you have to break the one-liner apart when you install a new version of GCC. He made some good points about taking pause to think about the CFLAGS statements in /etc/make.conf before getting carried away with the one liner. there are definitely some worthwhile benefits to be gained in that respect.

one other thing that nobody else seems to have noticed is that all of the one liners i've seen to date fail to actually install the GCC 3.4.3 compiler after emerging it! if you follow the one-liner as it is written, the entire "emerge -e system" et.seq. is executed using GCC 3.3.4, even though we're all assuming that its being done with 3.4.3. if you have any doubts about this, do a real Stage 3 install on a blank HD and see what i mean -- if you look at the output of "gcc-config -l" after emerging 3.4.3 you'll see something that looks like this:
Code:
#gcc-config -l
[1] i386-pc-linux-gnu-3.3.4 *
[2] i386-pc-linux-gnu-3.4.3
[3] i386-pc-linux-gnu-3.4.3-hardened
[4] i386-pc-linux-gnu-3.4.3-hardenednopie
[5] i386-pc-linux-gnu-3.4.3-hardenednossp


its absolutely essential to insert a statement like
Code:
gcc-config 2

into the one-liner to change the default compiler before getting carried away with "emerge -e system". its probably a good idea to recompile all of the compiler tooklit components before going there too. what do you think?
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
kimchi_sg
Advocate
Advocate


Joined: 26 Nov 2004
Posts: 2969

PostPosted: Wed Jan 05, 2005 5:28 am    Post subject: Reply with quote

Bob P: Thanks for alerting us to that!

But i've just d/led the stage 1 for bootstrapping my pentium 3 laptop. And i dun want to re-d/l stage 3 again. :)

Btw, thanks for mentioning me in the credits in your new 'stage 1 from stage 3' tutorial. :-)

Do u know if the extra 'gcc-config 2' step is required for a stage 1 tarball bootstrap as well?
Back to top
View user's profile Send private message
Hobbit_HK
n00b
n00b


Joined: 11 Nov 2004
Posts: 54
Location: Israel

PostPosted: Wed Jan 05, 2005 12:34 pm    Post subject: Reply with quote

I don't think so.. Because when you install from stage1, you don't have GCC3.3 to begin with... You emerge 3.4 from the start..

PS
Thanks Bob P for mentioning me in our tut :)
_________________
- Hobbit HK :)

Don't use stage1\2 tarballs
Do a stage1 install from a stage3 tarball
Back to top
View user's profile Send private message
kimchi_sg
Advocate
Advocate


Joined: 26 Nov 2004
Posts: 2969

PostPosted: Wed Jan 05, 2005 1:38 pm    Post subject: Reply with quote

Hobbit_HK wrote:
I don't think so.. Because when you install from stage1, you don't have GCC3.3 to begin with... You emerge 3.4 from the start..

you are correct... i turned on portage's log feature and checked the logs and lo and behold, no traces of gcc-3.3.x being emerged. :)
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 Jan 05, 2005 2:51 pm    Post subject: Reply with quote

kimchi_sg wrote:
Bob P: Thanks for alerting us to that!

But i've just d/led the stage 1 for bootstrapping my pentium 3 laptop. And i dun want to re-d/l stage 3 again. :)

Btw, thanks for mentioning me in the credits in your new 'stage 1 from stage 3' tutorial. :-)

Do u know if the extra 'gcc-config 2' step is required for a stage 1 tarball bootstrap as well?

you know, i'd been reading through rac's thread it seemed that in that thread and in this one, we were all tweaking ali3nx's methods to adapt them to the Stage 3 install from the Stage 1 mindset. that is to say, i don't think that you have to do the "gcc-config 2" step in a Stage 1 install because (has Hobbit pointed out) you emerge GCC onto a blank system. at least that's how i remember it. because we're all used to doing Stage 1 installs, we've been biased by the lack of necessity for this step. as a result, the need for replacing GCC 3.3.4 with 3.4.3 when doing the 1 on 3 wasn't intuitively obvious to us. it had totally escaped me until i actually decided to quit reading about "virtual installs" and perform a real install on a real PC. in getting ready to do that, i re-read all 21 pages of this post from beginning to end, and then it hit me -- alot of things have to be different to get the Stage 1 on 3 install right.

the differences became significant enough that i kept track of them on a notepad as i went through everything over the New Year's holiday. because there were enough differences, it seemed only logical to put the revised method in its own thread. to me at least, it seemed better to keep this thread about doing a real Stage 1, and to create the other thread for doing a Stage 1 on 3. hopefully, both processes will be less confusing if we don't have crossover in the instructions.

in regard to mentioning you guys in the tut -- most of the answers to how to do a Stage 1 on 3 the right way were already posted here, so i thought it was only fair to give credit to the guys who came up with the ideas. ;)

Btw, i don't know if anyone has actually tried a Stage 1 on 3 following my directions yet, but so far the results have been great -- but because i did it on a Pentium 133 (yikes!) its still doing the emerge -e world and it will probably be stuck there for a couple of more days... :oops: i need to hit a computer show later this month and pick up a couple of more boxes for testbeds.
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
mudrii
l33t
l33t


Joined: 26 Jun 2003
Posts: 789
Location: Singapore

PostPosted: Wed Jan 05, 2005 4:00 pm    Post subject: Reply with quote

I use diferent tipe of instalation of nptl with gcc 3.4

Code:

...
..
mirrorselect -a -s4 -o |grep 'GENTOO_MIRRORS=' >> /mnt/gentoo/etc/make.conf
cp -L /etc/resolv.conf /mnt/gentoo/etc/resolv.conf
mount -t proc none /mnt/gentoo/proc
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
emerge --sync
nano -w /etc/make.conf
##Edit after change to new profile 2005.0
rm -f /etc/make.profile
ln -sf /usr/portage/profiles/default-linux/x86/2005.0 /etc/make.profile
mkdir /etc/portage
nano -w /etc/portage/package.keywords
echo "sys-devel/gcc ~x86" >> /etc/portage/package.keywords
echo "sys-libs/glibc ~x86" >> /etc/portage/package.keywords
echo "sys-libs/libstdc++-v3 ~x86" >> /etc/portage/package.keywords
echo "sys-kernel/linux26-headers ~x86" >> /etc/portage/package.keywords
emerge -C linux-headers
emerge --oneshot --nodeps linux26-headers
## and bootstrap
cd /usr/portage
scripts/bootstrap.sh
## check gcc
gcc-config -l
## and emerge system
emerge system
ls /usr/share/zoneinfo
ln -sf /usr/share/zoneinfo/GMT /etc/localtime
etc ....

emerge libperl
_________________
www.gentoo.ro


Last edited by mudrii on Thu Jan 06, 2005 1:40 am; edited 2 times in total
Back to top
View user's profile Send private message
hielvc
Advocate
Advocate


Joined: 19 Apr 2002
Posts: 2805
Location: Oceanside, Ca

PostPosted: Wed Jan 05, 2005 8:57 pm    Post subject: Reply with quote

I was trying a stage3 using this howto in regards to some minor points :oops: pointed out by Bob_Ping on my parade :lol: and I noticed that the USE flags dont have nptl in them. ali3nx I think thats a booboo.

EDIT I kaint spill schmit sigh
_________________
An A-Z Index of the Linux BASH command line
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 Jan 05, 2005 9:38 pm    Post subject: Reply with quote

ithreads is a pretty helpful USE flag too. IIRC, emerging libperl with the nptl flag set, but no ithreads flag set, results in a warning message that specifically asks for the ithreads USE flag to be set, and then recompiling libperl. of course, you won't see this message scroll away if "emerge libperl" is buried in a one-liner. ;)
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
Deranger
Veteran
Veteran


Joined: 26 Aug 2004
Posts: 1215

PostPosted: Thu Jan 06, 2005 4:49 pm    Post subject: Reply with quote

kimchi_sg wrote:

Btw, thanks for mentioning me in the credits in your new 'stage 1 from stage 3' tutorial. :-)

I have to thank Bob P too ;)
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: Thu Jan 06, 2005 6:15 pm    Post subject: Reply with quote

Oktane wrote:
kimchi_sg wrote:

Btw, thanks for mentioning me in the credits in your new 'stage 1 from stage 3' tutorial. :-)

I have to thank Bob P too ;)

i was only giving credit where credit is due. ;)

BTW -- congrats on becoming a Veteran! 8)
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Goto page Previous  1, 2, 3 ... 20, 21, 22, 23, 24, 25  Next
Page 21 of 25

 
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