Fedora Linux Support Community & Resources Center
Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Archived > gmane.linux.redhat.fedora.general

gmane.linux.redhat.fedora.general gmane.linux.redhat.fedora.general newsgroup archive.

 
 
Thread Tools Search this Thread Display Modes
  #16  
Old 2003-11-03, 08:37 AM CST
Dave Tetreault
Guest
 
Posts: n/a
Re: Crossover Office 2.1


I had the problem that Photoshop would hang during an install. Coping the
cxoffice, .cxoffice and .loki directories from a working system resulted in
the message from cxmaptest that low 16Mb area is not free (got
0x4001c000). I was running with exec-shield supposedly disabled.

The solution I found was to disable the cron job that runs prelink and run
prelink with -au. Now Photoshop runs cleanly and all I have to do is find
out how to keep the first 16M out of prelinks hands.





On Fri, 31 Oct 2003, Jakub Jelinek wrote:

> On Thu, Oct 30, 2003 at 09:31:07PM -0600, Gerry Tool wrote:
> > On Thu, 2003-10-30 at 20:34, ne... wrote:
> > > On Oct 30, 2003 at 19:50, Gerry Tool in a soothing rage wrote:
> > > [...]
> > > >$ /usr/sbin/chstk -e ~/cxoffice/bin/wineloader
> > > >==============================
> > > >
> > > >I do not have a program called /usr/sbin/chstk, and suspect this is not
> > > >the solution anyway.
> > > The kernel-utils-2.4-8.31 rpm provided this. I note it is not
> > > in the kernel-utils-2.4-9.1.101.fedora rpm does not provide it.
> > > You may have to downgrade.

> >
> > Thanks for your reply. I did as you suggested and then executed the
> > command
> >
> > [root@gstpc severn]# /usr/sbin/chstk -e /opt/cxoffice/bin/wineloader

>
> FYI, for Fedora Core 1, there is no chstk utility any more, but
> execstack(8) (included in prelink package), as the marking is very different
> from what it used to be (it is now in PT_GNU_STACK program header entry's
> p_flags).
> But note that there are 2 major separate things the execshield patch
> does:
> a) making stack non-executable for apps (and all their libraries) which don't
> need it
> b) mmap randomization (mmap (NULL, ...) returns without MAP_FIXED are randomized,
> if non-executable stack then PROT_EXEC mappings are assigned preferrably
> from ASCII shield area or the rest of address space below executable)
>
> Depends what cxoffice has problems with. As it hasn't been likely compiled
> on FC1 (or RHEL3), it should not have PT_GNU_STACK segment and thus default
> to executable stack. So most probably this is about randomization, which
> can be ATM turned off with running the program with setarch -3 program arguments
>
> Jakub
>
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> http://www.redhat.com/mailman/listinfo/fedora-list
>


--
David E. Tetreault davet@uriacc.uri.edu
Manager of Technical Support 401-874-4472
OIS/TOPS, Tyler Hall
University of Rhode Island
Kingston RI 02881


--
fedora-list mailing list
fedora-list@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-list

  #17  
Old 2003-11-03, 08:37 AM CST
Dave Tetreault
Guest
 
Posts: n/a
Re: Crossover Office 2.1


I had the problem that Photoshop would hang during an install. Coping the
cxoffice, .cxoffice and .loki directories from a working system resulted in
the message from cxmaptest that low 16Mb area is not free (got
0x4001c000). I was running with exec-shield supposedly disabled.

The solution I found was to disable the cron job that runs prelink and run
prelink with -au. Now Photoshop runs cleanly and all I have to do is find
out how to keep the first 16M out of prelinks hands.





On Fri, 31 Oct 2003, Jakub Jelinek wrote:

> On Thu, Oct 30, 2003 at 09:31:07PM -0600, Gerry Tool wrote:
> > On Thu, 2003-10-30 at 20:34, ne... wrote:
> > > On Oct 30, 2003 at 19:50, Gerry Tool in a soothing rage wrote:
> > > [...]
> > > >$ /usr/sbin/chstk -e ~/cxoffice/bin/wineloader
> > > >==============================
> > > >
> > > >I do not have a program called /usr/sbin/chstk, and suspect this is not
> > > >the solution anyway.
> > > The kernel-utils-2.4-8.31 rpm provided this. I note it is not
> > > in the kernel-utils-2.4-9.1.101.fedora rpm does not provide it.
> > > You may have to downgrade.

> >
> > Thanks for your reply. I did as you suggested and then executed the
> > command
> >
> > [root@gstpc severn]# /usr/sbin/chstk -e /opt/cxoffice/bin/wineloader

>
> FYI, for Fedora Core 1, there is no chstk utility any more, but
> execstack(8) (included in prelink package), as the marking is very different
> from what it used to be (it is now in PT_GNU_STACK program header entry's
> p_flags).
> But note that there are 2 major separate things the execshield patch
> does:
> a) making stack non-executable for apps (and all their libraries) which don't
> need it
> b) mmap randomization (mmap (NULL, ...) returns without MAP_FIXED are randomized,
> if non-executable stack then PROT_EXEC mappings are assigned preferrably
> from ASCII shield area or the rest of address space below executable)
>
> Depends what cxoffice has problems with. As it hasn't been likely compiled
> on FC1 (or RHEL3), it should not have PT_GNU_STACK segment and thus default
> to executable stack. So most probably this is about randomization, which
> can be ATM turned off with running the program with setarch -3 program arguments
>
> Jakub
>
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> http://www.redhat.com/mailman/listinfo/fedora-list
>


--
David E. Tetreault davet@uriacc.uri.edu
Manager of Technical Support 401-874-4472
OIS/TOPS, Tyler Hall
University of Rhode Island
Kingston RI 02881


--
fedora-list mailing list
fedora-list@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-list

  #18  
Old 2003-11-03, 08:37 AM CST
Dave Tetreault
Guest
 
Posts: n/a
Re: Crossover Office 2.1


I had the problem that Photoshop would hang during an install. Coping the
cxoffice, .cxoffice and .loki directories from a working system resulted in
the message from cxmaptest that low 16Mb area is not free (got
0x4001c000). I was running with exec-shield supposedly disabled.

The solution I found was to disable the cron job that runs prelink and run
prelink with -au. Now Photoshop runs cleanly and all I have to do is find
out how to keep the first 16M out of prelinks hands.





On Fri, 31 Oct 2003, Jakub Jelinek wrote:

> On Thu, Oct 30, 2003 at 09:31:07PM -0600, Gerry Tool wrote:
> > On Thu, 2003-10-30 at 20:34, ne... wrote:
> > > On Oct 30, 2003 at 19:50, Gerry Tool in a soothing rage wrote:
> > > [...]
> > > >$ /usr/sbin/chstk -e ~/cxoffice/bin/wineloader
> > > >==============================
> > > >
> > > >I do not have a program called /usr/sbin/chstk, and suspect this is not
> > > >the solution anyway.
> > > The kernel-utils-2.4-8.31 rpm provided this. I note it is not
> > > in the kernel-utils-2.4-9.1.101.fedora rpm does not provide it.
> > > You may have to downgrade.

> >
> > Thanks for your reply. I did as you suggested and then executed the
> > command
> >
> > [root@gstpc severn]# /usr/sbin/chstk -e /opt/cxoffice/bin/wineloader

>
> FYI, for Fedora Core 1, there is no chstk utility any more, but
> execstack(8) (included in prelink package), as the marking is very different
> from what it used to be (it is now in PT_GNU_STACK program header entry's
> p_flags).
> But note that there are 2 major separate things the execshield patch
> does:
> a) making stack non-executable for apps (and all their libraries) which don't
> need it
> b) mmap randomization (mmap (NULL, ...) returns without MAP_FIXED are randomized,
> if non-executable stack then PROT_EXEC mappings are assigned preferrably
> from ASCII shield area or the rest of address space below executable)
>
> Depends what cxoffice has problems with. As it hasn't been likely compiled
> on FC1 (or RHEL3), it should not have PT_GNU_STACK segment and thus default
> to executable stack. So most probably this is about randomization, which
> can be ATM turned off with running the program with setarch -3 program arguments
>
> Jakub
>
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> http://www.redhat.com/mailman/listinfo/fedora-list
>


--
David E. Tetreault davet@uriacc.uri.edu
Manager of Technical Support 401-874-4472
OIS/TOPS, Tyler Hall
University of Rhode Island
Kingston RI 02881


--
fedora-list mailing list
fedora-list@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-list

  #19  
Old 2003-11-03, 08:37 AM CST
Dave Tetreault
Guest
 
Posts: n/a
Re: Crossover Office 2.1


I had the problem that Photoshop would hang during an install. Coping the
cxoffice, .cxoffice and .loki directories from a working system resulted in
the message from cxmaptest that low 16Mb area is not free (got
0x4001c000). I was running with exec-shield supposedly disabled.

The solution I found was to disable the cron job that runs prelink and run
prelink with -au. Now Photoshop runs cleanly and all I have to do is find
out how to keep the first 16M out of prelinks hands.





On Fri, 31 Oct 2003, Jakub Jelinek wrote:

> On Thu, Oct 30, 2003 at 09:31:07PM -0600, Gerry Tool wrote:
> > On Thu, 2003-10-30 at 20:34, ne... wrote:
> > > On Oct 30, 2003 at 19:50, Gerry Tool in a soothing rage wrote:
> > > [...]
> > > >$ /usr/sbin/chstk -e ~/cxoffice/bin/wineloader
> > > >==============================
> > > >
> > > >I do not have a program called /usr/sbin/chstk, and suspect this is not
> > > >the solution anyway.
> > > The kernel-utils-2.4-8.31 rpm provided this. I note it is not
> > > in the kernel-utils-2.4-9.1.101.fedora rpm does not provide it.
> > > You may have to downgrade.

> >
> > Thanks for your reply. I did as you suggested and then executed the
> > command
> >
> > [root@gstpc severn]# /usr/sbin/chstk -e /opt/cxoffice/bin/wineloader

>
> FYI, for Fedora Core 1, there is no chstk utility any more, but
> execstack(8) (included in prelink package), as the marking is very different
> from what it used to be (it is now in PT_GNU_STACK program header entry's
> p_flags).
> But note that there are 2 major separate things the execshield patch
> does:
> a) making stack non-executable for apps (and all their libraries) which don't
> need it
> b) mmap randomization (mmap (NULL, ...) returns without MAP_FIXED are randomized,
> if non-executable stack then PROT_EXEC mappings are assigned preferrably
> from ASCII shield area or the rest of address space below executable)
>
> Depends what cxoffice has problems with. As it hasn't been likely compiled
> on FC1 (or RHEL3), it should not have PT_GNU_STACK segment and thus default
> to executable stack. So most probably this is about randomization, which
> can be ATM turned off with running the program with setarch -3 program arguments
>
> Jakub
>
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> http://www.redhat.com/mailman/listinfo/fedora-list
>


--
David E. Tetreault davet@uriacc.uri.edu
Manager of Technical Support 401-874-4472
OIS/TOPS, Tyler Hall
University of Rhode Island
Kingston RI 02881


--
fedora-list mailing list
fedora-list@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-list

  #20  
Old 2003-11-03, 08:37 AM CST
Dave Tetreault
Guest
 
Posts: n/a
Re: Crossover Office 2.1


I had the problem that Photoshop would hang during an install. Coping the
cxoffice, .cxoffice and .loki directories from a working system resulted in
the message from cxmaptest that low 16Mb area is not free (got
0x4001c000). I was running with exec-shield supposedly disabled.

The solution I found was to disable the cron job that runs prelink and run
prelink with -au. Now Photoshop runs cleanly and all I have to do is find
out how to keep the first 16M out of prelinks hands.





On Fri, 31 Oct 2003, Jakub Jelinek wrote:

> On Thu, Oct 30, 2003 at 09:31:07PM -0600, Gerry Tool wrote:
> > On Thu, 2003-10-30 at 20:34, ne... wrote:
> > > On Oct 30, 2003 at 19:50, Gerry Tool in a soothing rage wrote:
> > > [...]
> > > >$ /usr/sbin/chstk -e ~/cxoffice/bin/wineloader
> > > >==============================
> > > >
> > > >I do not have a program called /usr/sbin/chstk, and suspect this is not
> > > >the solution anyway.
> > > The kernel-utils-2.4-8.31 rpm provided this. I note it is not
> > > in the kernel-utils-2.4-9.1.101.fedora rpm does not provide it.
> > > You may have to downgrade.

> >
> > Thanks for your reply. I did as you suggested and then executed the
> > command
> >
> > [root@gstpc severn]# /usr/sbin/chstk -e /opt/cxoffice/bin/wineloader

>
> FYI, for Fedora Core 1, there is no chstk utility any more, but
> execstack(8) (included in prelink package), as the marking is very different
> from what it used to be (it is now in PT_GNU_STACK program header entry's
> p_flags).
> But note that there are 2 major separate things the execshield patch
> does:
> a) making stack non-executable for apps (and all their libraries) which don't
> need it
> b) mmap randomization (mmap (NULL, ...) returns without MAP_FIXED are randomized,
> if non-executable stack then PROT_EXEC mappings are assigned preferrably
> from ASCII shield area or the rest of address space below executable)
>
> Depends what cxoffice has problems with. As it hasn't been likely compiled
> on FC1 (or RHEL3), it should not have PT_GNU_STACK segment and thus default
> to executable stack. So most probably this is about randomization, which
> can be ATM turned off with running the program with setarch -3 program arguments
>
> Jakub
>
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> http://www.redhat.com/mailman/listinfo/fedora-list
>


--
David E. Tetreault davet@uriacc.uri.edu
Manager of Technical Support 401-874-4472
OIS/TOPS, Tyler Hall
University of Rhode Island
Kingston RI 02881


--
fedora-list mailing list
fedora-list@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-list

  #21  
Old 2003-11-03, 08:37 AM CST
Dave Tetreault
Guest
 
Posts: n/a
Re: Crossover Office 2.1


I had the problem that Photoshop would hang during an install. Coping the
cxoffice, .cxoffice and .loki directories from a working system resulted in
the message from cxmaptest that low 16Mb area is not free (got
0x4001c000). I was running with exec-shield supposedly disabled.

The solution I found was to disable the cron job that runs prelink and run
prelink with -au. Now Photoshop runs cleanly and all I have to do is find
out how to keep the first 16M out of prelinks hands.





On Fri, 31 Oct 2003, Jakub Jelinek wrote:

> On Thu, Oct 30, 2003 at 09:31:07PM -0600, Gerry Tool wrote:
> > On Thu, 2003-10-30 at 20:34, ne... wrote:
> > > On Oct 30, 2003 at 19:50, Gerry Tool in a soothing rage wrote:
> > > [...]
> > > >$ /usr/sbin/chstk -e ~/cxoffice/bin/wineloader
> > > >==============================
> > > >
> > > >I do not have a program called /usr/sbin/chstk, and suspect this is not
> > > >the solution anyway.
> > > The kernel-utils-2.4-8.31 rpm provided this. I note it is not
> > > in the kernel-utils-2.4-9.1.101.fedora rpm does not provide it.
> > > You may have to downgrade.

> >
> > Thanks for your reply. I did as you suggested and then executed the
> > command
> >
> > [root@gstpc severn]# /usr/sbin/chstk -e /opt/cxoffice/bin/wineloader

>
> FYI, for Fedora Core 1, there is no chstk utility any more, but
> execstack(8) (included in prelink package), as the marking is very different
> from what it used to be (it is now in PT_GNU_STACK program header entry's
> p_flags).
> But note that there are 2 major separate things the execshield patch
> does:
> a) making stack non-executable for apps (and all their libraries) which don't
> need it
> b) mmap randomization (mmap (NULL, ...) returns without MAP_FIXED are randomized,
> if non-executable stack then PROT_EXEC mappings are assigned preferrably
> from ASCII shield area or the rest of address space below executable)
>
> Depends what cxoffice has problems with. As it hasn't been likely compiled
> on FC1 (or RHEL3), it should not have PT_GNU_STACK segment and thus default
> to executable stack. So most probably this is about randomization, which
> can be ATM turned off with running the program with setarch -3 program arguments
>
> Jakub
>
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> http://www.redhat.com/mailman/listinfo/fedora-list
>


--
David E. Tetreault davet@uriacc.uri.edu
Manager of Technical Support 401-874-4472
OIS/TOPS, Tyler Hall
University of Rhode Island
Kingston RI 02881


--
fedora-list mailing list
fedora-list@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-list

  #22  
Old 2003-11-03, 03:55 PM CST
Jakub Jelinek
Guest
 
Posts: n/a
Re: Crossover Office 2.1

On Mon, Nov 03, 2003 at 10:37:40AM -0500, Dave Tetreault wrote:
>
> I had the problem that Photoshop would hang during an install. Coping the
> cxoffice, .cxoffice and .loki directories from a working system resulted in
> the message from cxmaptest that low 16Mb area is not free (got
> 0x4001c000). I was running with exec-shield supposedly disabled.
>
> The solution I found was to disable the cron job that runs prelink and run
> prelink with -au. Now Photoshop runs cleanly and all I have to do is find
> out how to keep the first 16M out of prelinks hands.


Edit /etc/sysconfig/prelink and change:
PRELINK_OPTS=-mR
to
PRELINK_OPTS="-mR --no-exec-shield"

Jakub


--
fedora-list mailing list
fedora-list@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-list

  #23  
Old 2003-11-03, 03:55 PM CST
Jakub Jelinek
Guest
 
Posts: n/a
Re: Crossover Office 2.1

On Mon, Nov 03, 2003 at 10:37:40AM -0500, Dave Tetreault wrote:
>
> I had the problem that Photoshop would hang during an install. Coping the
> cxoffice, .cxoffice and .loki directories from a working system resulted in
> the message from cxmaptest that low 16Mb area is not free (got
> 0x4001c000). I was running with exec-shield supposedly disabled.
>
> The solution I found was to disable the cron job that runs prelink and run
> prelink with -au. Now Photoshop runs cleanly and all I have to do is find
> out how to keep the first 16M out of prelinks hands.


Edit /etc/sysconfig/prelink and change:
PRELINK_OPTS=-mR
to
PRELINK_OPTS="-mR --no-exec-shield"

Jakub


--
fedora-list mailing list
fedora-list@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-list

  #24  
Old 2003-11-03, 03:55 PM CST
Jakub Jelinek
Guest
 
Posts: n/a
Re: Crossover Office 2.1

On Mon, Nov 03, 2003 at 10:37:40AM -0500, Dave Tetreault wrote:
>
> I had the problem that Photoshop would hang during an install. Coping the
> cxoffice, .cxoffice and .loki directories from a working system resulted in
> the message from cxmaptest that low 16Mb area is not free (got
> 0x4001c000). I was running with exec-shield supposedly disabled.
>
> The solution I found was to disable the cron job that runs prelink and run
> prelink with -au. Now Photoshop runs cleanly and all I have to do is find
> out how to keep the first 16M out of prelinks hands.


Edit /etc/sysconfig/prelink and change:
PRELINK_OPTS=-mR
to
PRELINK_OPTS="-mR --no-exec-shield"

Jakub


--
fedora-list mailing list
fedora-list@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-list

  #25  
Old 2003-11-03, 03:55 PM CST
Jakub Jelinek
Guest
 
Posts: n/a
Re: Crossover Office 2.1

On Mon, Nov 03, 2003 at 10:37:40AM -0500, Dave Tetreault wrote:
>
> I had the problem that Photoshop would hang during an install. Coping the
> cxoffice, .cxoffice and .loki directories from a working system resulted in
> the message from cxmaptest that low 16Mb area is not free (got
> 0x4001c000). I was running with exec-shield supposedly disabled.
>
> The solution I found was to disable the cron job that runs prelink and run
> prelink with -au. Now Photoshop runs cleanly and all I have to do is find
> out how to keep the first 16M out of prelinks hands.


Edit /etc/sysconfig/prelink and change:
PRELINK_OPTS=-mR
to
PRELINK_OPTS="-mR --no-exec-shield"

Jakub


--
fedora-list mailing list
fedora-list@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-list

  #26  
Old 2003-11-03, 03:55 PM CST
Jakub Jelinek
Guest
 
Posts: n/a
Re: Crossover Office 2.1

On Mon, Nov 03, 2003 at 10:37:40AM -0500, Dave Tetreault wrote:
>
> I had the problem that Photoshop would hang during an install. Coping the
> cxoffice, .cxoffice and .loki directories from a working system resulted in
> the message from cxmaptest that low 16Mb area is not free (got
> 0x4001c000). I was running with exec-shield supposedly disabled.
>
> The solution I found was to disable the cron job that runs prelink and run
> prelink with -au. Now Photoshop runs cleanly and all I have to do is find
> out how to keep the first 16M out of prelinks hands.


Edit /etc/sysconfig/prelink and change:
PRELINK_OPTS=-mR
to
PRELINK_OPTS="-mR --no-exec-shield"

Jakub


--
fedora-list mailing list
fedora-list@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-list

  #27  
Old 2003-11-03, 03:55 PM CST
Jakub Jelinek
Guest
 
Posts: n/a
Re: Crossover Office 2.1

On Mon, Nov 03, 2003 at 10:37:40AM -0500, Dave Tetreault wrote:
>
> I had the problem that Photoshop would hang during an install. Coping the
> cxoffice, .cxoffice and .loki directories from a working system resulted in
> the message from cxmaptest that low 16Mb area is not free (got
> 0x4001c000). I was running with exec-shield supposedly disabled.
>
> The solution I found was to disable the cron job that runs prelink and run
> prelink with -au. Now Photoshop runs cleanly and all I have to do is find
> out how to keep the first 16M out of prelinks hands.


Edit /etc/sysconfig/prelink and change:
PRELINK_OPTS=-mR
to
PRELINK_OPTS="-mR --no-exec-shield"

Jakub


--
fedora-list mailing list
fedora-list@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-list

  #28  
Old 2003-11-03, 03:55 PM CST
Jakub Jelinek
Guest
 
Posts: n/a
Re: Crossover Office 2.1

On Mon, Nov 03, 2003 at 10:37:40AM -0500, Dave Tetreault wrote:
>
> I had the problem that Photoshop would hang during an install. Coping the
> cxoffice, .cxoffice and .loki directories from a working system resulted in
> the message from cxmaptest that low 16Mb area is not free (got
> 0x4001c000). I was running with exec-shield supposedly disabled.
>
> The solution I found was to disable the cron job that runs prelink and run
> prelink with -au. Now Photoshop runs cleanly and all I have to do is find
> out how to keep the first 16M out of prelinks hands.


Edit /etc/sysconfig/prelink and change:
PRELINK_OPTS=-mR
to
PRELINK_OPTS="-mR --no-exec-shield"

Jakub


--
fedora-list mailing list
fedora-list@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-list

 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
crossover office with office 2007... davbren General Support 0 2009-07-14 11:20 AM CDT
Crossover Office Q Paul gmane.linux.redhat.fedora.general 2 2005-02-02 03:45 PM CST
Crossover Office Standard Nathan Low gmane.linux.redhat.fedora.general 4 2005-02-02 02:50 PM CST
Wine or Crossover Office? ksmj Software 11 2005-01-11 02:09 AM CST
Anyone tried Crossover Office in rc3? rejser Fedora Core 3 Test Releases 2 2004-11-05 03:33 PM CST

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 06:29 PM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
Hosting provided by ThePlanet



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
Automatic translations (vBET) delivered by NLP-er