 |
 |
 |
 |
| F18 Development Pretty much exactly what it sounds like it is. This is the place to discuss and assist in the community development of F18, post Alpha.
WARNING: Any pre-release versions, Beta included, are for experienced testers only. Back up all existing data and read all threads in the version Development Forum before attempting an install. Errors can and will likely occur which may include data destruction or inability to boot other partitions on any and possibly all attached hard drives.
While FedoraProject needs and appreciates testers, you must remember to report issues directly to Bugzilla, after checking for pre-existing bugs. |

3rd October 2012, 06:42 AM
|
|
Registered User
|
|
Join Date: Aug 2012
Location: Australia
Posts: 786

|
|
|
Beta Test Cadidates Available
Last edited by Demz3; 11th October 2012 at 03:09 AM.
Reason: all links change to get BETA TC2
|

3rd October 2012, 09:37 AM
|
 |
'The Blue Dragon'
|
|
Join Date: Jan 2011
Location: chennai
Posts: 988

|
|
|
Re: BetaTest Cadidates Available
I was thinking that the beta freeze is not yet implemented.
__________________
LENOVO Y580 FHD Intel® Core™ i7-3630QM CPU @ 2.40GHz × 8 |660M GTX NVIDIA | 120 GB SSD OCZ AGILITY Fedora
|

3rd October 2012, 11:24 AM
|
|
Registered User
|
|
Join Date: Aug 2012
Location: Australia
Posts: 786

|
|
|
Re: BetaTest Cadidates Available
Quote:
Originally Posted by hadrons123
I was thinking that the beta freeze is not yet implemented.
|
have a look at the Schedule which will tell you all those details. some packages wont make it into Beta or final, who cares though, there's to many as it is IMO
---------- Post added at 08:24 PM ---------- Previous post was at 06:55 PM ----------
2012-10-09 \ Features 100% Complete https://fedoraproject.org/wiki/Releases/18/Schedule
|

3rd October 2012, 11:30 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: BetaTest Cadidates Available
Quote:
Originally Posted by hadrons123
I was thinking that the beta freeze is not yet implemented.
|
your right, beta freeze date is 2012-10-09 (Beta Change Deadline)
Last edited by Yellowman; 3rd October 2012 at 11:32 AM.
|

3rd October 2012, 12:56 PM
|
|
Registered User
|
|
Join Date: Jan 2010
Posts: 4,975

|
|
|
Re: BetaTest Cadidates Available
I may give a quick test today or tonight. In theory, the not creating /etc/sysconfig/network and /etc/sysconfig/network-scripts/ifcfg-<interface> is supposed to get fixed.
|

3rd October 2012, 03:37 PM
|
|
Registered User
|
|
Join Date: Dec 2011
Location: UK
Posts: 36

|
|
|
Re: BetaTest Cadidates Available
What's the state of the anaconda partitioner with these?
|

3rd October 2012, 03:41 PM
|
 |
Administrator
|
|
Join Date: Aug 2009
Posts: 6,613

|
|
|
Re: BetaTest Cadidates Available
smr54, also make sure to check to be sure that /etc/sysconfig/i18n gets created correctly as well. That caused a few glitches by it not being created correctly on my Alpha install. Make sure it sets the language correctly. (sets it to a language with locality)
I will probably be grabbing the beta TC (whichever is the latest) in in the next week or so and see if some of my issues have been fixed as well.
|

3rd October 2012, 05:36 PM
|
|
Registered User
|
|
Join Date: Jan 2010
Posts: 4,975

|
|
|
Re: BetaTest Cadidates Available
Well, I installed it. Wasn't able to boot though, hung at reached multi-user mode.
So, booted in single user (this is on a VM) and looked, and the files are now there. i18n also set the language.
Of course, the not booting save for single user mode is an issue. This is a minimal install, done from the netinstall iso.
|

4th October 2012, 12:48 AM
|
|
Registered User
|
|
Join Date: Aug 2012
Location: Australia
Posts: 786

|
|
|
Re: BetaTest Cadidates Available
Quote:
Originally Posted by nonamedotc
|
thanks, i wont bother burning my TC1 beta copy
|

4th October 2012, 12:20 PM
|
 |
Formerly known as"professorrmd"
|
|
Join Date: Mar 2011
Posts: 2,595

|
|
|
Re: BetaTest Cadidates Available
Quote:
Originally Posted by DBelton
smr54, also make sure to check to be sure that /etc/sysconfig/i18n gets created correctly as well. That caused a few glitches by it not being created correctly on my Alpha install. Make sure it sets the language correctly. (sets it to a language with locality)
I will probably be grabbing the beta TC (whichever is the latest) in in the next week or so and see if some of my issues have been fixed as well.
|
Yes. Looks like quite a few items are fixed. I installed the system using a XFCE live CD 32-bit on a VM. I have not yet tested the 64-bit yet.
Here is some information that would be pleasing
PHP Code:
[test@localhost Desktop]$ cat /etc/sysconfig/i18n
LANG="en.UTF-8"
PHP Code:
[test@localhost Desktop]$ cat /etc/sysconfig/network
# Generated by anaconda
NETWORKING=yes
HOSTNAME=localhost.localdomain
NTPSERVERARGS=iburst
Code:
[test@localhost Desktop]$ ls /etc/sysconfig/network-scripts/
ifcfg-lo ifdown-isdn ifup-aliases ifup-plip ifup-wireless
ifcfg-p2p1 ifdown-post ifup-bnep ifup-plusb init.ipv6-global
ifdown ifdown-ppp ifup-eth ifup-post network-functions
ifdown-bnep ifdown-routes ifup-ippp ifup-ppp network-functions-ipv6
ifdown-eth ifdown-sit ifup-ipv6 ifup-routes
ifdown-ippp ifdown-tunnel ifup-ipx ifup-sit
ifdown-ipv6 ifup ifup-isdn ifup-tunnel
|

4th October 2012, 03:43 PM
|
 |
Administrator
|
|
Join Date: Aug 2009
Posts: 6,613

|
|
|
Re: BetaTest Cadidates Available
Seeing your /etc/sysconfig/network file reminded me. Can you change the hostname in the installer? That was another issue I ran into with the Alpha.
Another was not being able to tell it your hardware clock was UTC or Local time, but I was told that's by design, so I'm not expecting that big one to be changed. I just have to modify manually after the install since all of my system clocks are set UTC, and F18 defaulted it to Local.
|

4th October 2012, 07:56 PM
|
 |
Formerly known as"professorrmd"
|
|
Join Date: Mar 2011
Posts: 2,595

|
|
|
Re: BetaTest Cadidates Available
Quote:
Originally Posted by DBelton
Seeing your /etc/sysconfig/network file reminded me. Can you change the hostname in the installer? That was another issue I ran into with the Alpha.
Another was not being able to tell it your hardware clock was UTC or Local time, but I was told that's by design, so I'm not expecting that big one to be changed. I just have to modify manually after the install since all of my system clocks are set UTC, and F18 defaulted it to Local.
|
Nope! I was thinking about that too when I set about installing. There was no option to change the hostname anywhere in the live CD installer at least.
And oh yeah, time. I forgot about this. Let me check.
---------- Post added at 01:56 PM ---------- Previous post was at 10:14 AM ----------
TC2 images are now available.
http://dl.fedoraproject.org/pub/alt/stage/18-Beta-TC2/
|

4th October 2012, 08:44 PM
|
|
Registered User
|
|
Join Date: Jan 2010
Posts: 4,975

|
|
|
Re: BetaTest Cadidates Available
By golly, so it does. Surprising, but I guess they figure that the people who dual boot with Windows need it.
|

4th October 2012, 09:43 PM
|
|
Registered User
|
|
Join Date: Aug 2012
Location: Australia
Posts: 786

|
|
|
Re: BetaTest Cadidates Available
Quote:
Originally Posted by nonamedotc
|
all links in the first post are directed to TC2
LiveCD link they changed on me so i fixed it
i'll get it later when i get back from Hospital.
Last edited by Demz3; 4th October 2012 at 11:46 PM.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 19:13 (Saturday, 18-05-2013)
|
|
 |
 |
 |
 |
|
|