Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > The Dungeon > Archived (Click Header To See Sub-Forums) > Fedora 13 Development Branch
FedoraForum Search

Forgot Password? Join Us!

Fedora 13 Development Branch Discussions on the Development Branch that will lead to Fedora 13 (This Forum will eventually be Archived).

 
 
Thread Tools Search this Thread Display Modes
  #1  
Old 25th March 2010, 12:53 AM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,761
linuxfedorafirefox
Fedora 13 Beta validation: how you can help!

So the Fedora 13 Beta release is imminent, and you too can help with testing to make sure it's ready to go.

The first 'test compose' for the Beta - referred to as TC1 - was released recently: http://lists.fedoraproject.org/piper...ch/089526.html . We now do planned testing on this build: desktop testing and installation testing. You can help by just grabbing the TC1 build and doing any of the planned tests, and filling in the Wiki pages with your results. We'd also like to hear if you notice any really significant bugs in general usage of the TC1 images.
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
  #2  
Old 25th March 2010, 01:10 AM
diamond_ramsey's Avatar
diamond_ramsey Offline
Registered User
 
Join Date: Aug 2009
Posts: 752
linuxfedorafirefox
:) AdamW, thank you for your post. :)

AdamW, thank you for your post.

Quote:
Originally Posted by AdamW View Post
So the Fedora 13 Beta release is imminent, and you too can help with testing to make sure it's ready to go....
Very cool, I want to try out Fedora 13's Beta!

Is this the place for the download or should I download from somewhere else?

http://alt.fedoraproject.org/pub/alt/stage/13-Beta.TC1/
__________________
2 dual cores, 11 GB RAM, F14 Laughlin - 2.6.35.14-106.fc14.x86_64 & 2.6.35.14-106.fc14.i686.PAE
2 dual cores, 11 GB RAM, F15 Lovelock - 2.6.43.8-2.fc15.x86_64 & 2.6.43.8-2.fc15.i686
3 dual cores, 19 GB RAM, F16 Verne - 3.6.2-1.fc16.x86_64 & 3.6.2-1.fc16.i686
2 dual cores, 11 GB RAM, F17 Beefy Miracle - 3.6.2-4.fc17.x86_64 / .i686
16 x86_64 computing cores,80 GB RAM & 8 SATA Seagate 7200.12 500 GB harddisks
  #3  
Old 25th March 2010, 01:57 AM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,761
linuxfedorafirefox
Re: Fedora 13 Beta validation: how you can help!

the Beta is not out yet. What we're doing now is the preparation to release the Beta. What you can download there is 'test compose 1', which is a staging build on the way to the final Beta build. We'll soon start building 'release candidate' builds for the Beta, each of which could potentially become the Beta if it passes all the acceptance criteria.
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
  #4  
Old 26th March 2010, 02:19 AM
kurtdriver Offline
Registered User
 
Join Date: Jul 2005
Location: Vancouver Canada
Posts: 1,285
linuxfedorafirefox
Re: Fedora 13 Beta validation: how you can help!

What is the beta? I have faithfully updated the alpha. The updated alpha will be, when the beta's released, something else entirely?
  #5  
Old 26th March 2010, 04:44 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,761
linuxfedorafirefox
Re: Fedora 13 Beta validation: how you can help!

No, if you're updating the Alpha, then you're getting the stuff that goes into the Beta.
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
  #6  
Old 31st March 2010, 08:08 PM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
linuxfedorafirefox
Re: Fedora 13 Beta validation: how you can help!

F13 Beta-rc2 live boots on Pent III 800 via Apollo-133 NV10/nv11 mx.- plymouth, kms, network - OK
Running it now. with Fx 3.6
OOo-writer works with windows smb printer
one avc message - see details below
gpk show 115 updates

That's all for now. Oh, this had many error in VBox-3.1.6 on a Pent IV I f13 host. PCI / udev errors mostly

SJ

Summary:

SELinux is preventing /usr/libexec/udisks-daemon "getattr" access to
/LiveOS/ext3fs.img.

Detailed Description:

SELinux denied access requested by udisks-daemon. /LiveOS/ext3fs.img may be a
mislabeled. /LiveOS/ext3fs.img default SELinux type is default_t, but its
current type is unlabeled_t. Changing this file back to the default type, may
fix your problem.

File contexts can be assigned to a file in the following ways.

* Files created in a directory receive the file context of the parent
directory by default.
* The SELinux policy might override the default label inherited from the
parent directory by specifying a process running in context A which creates
a file in a directory labeled B will instead create the file with label C.
An example of this would be the dhcp client running with the dhclient_t type
and creating a file in the directory /etc. This file would normally receive
the etc_t type due to parental inheritance but instead the file is labeled
with the net_conf_t type because the SELinux policy specifies this.
* Users can change the file context on a file using tools such as chcon, or
restorecon.

This file could have been mislabeled either by user error, or if an normally
confined application was run under the wrong domain.

However, this might also indicate a bug in SELinux because the file should not
have been labeled with this type.

If you believe this is a bug, please file a bug report against this package.

Allowing Access:

You can restore the default system context to this file by executing the
restorecon command. restorecon '/LiveOS/ext3fs.img', if this file is a
directory, you can recursively restore using restorecon -R '/LiveOS/ext3fs.img'.

Fix Command:

/sbin/restorecon '/LiveOS/ext3fs.img'

Additional Information:

Source Context system_u:system_r:devicekit_disk_t:s0-s0:c0.c1023
Target Context system_u:object_r:unlabeled_t:s0
Target Objects /LiveOS/ext3fs.img [ file ]
Source udisks-daemon
Source Path /usr/libexec/udisks-daemon
Port <Unknown>
Host localhost.localdomain
Source RPM Packages udisks-1.0.0-1.fc13
Target RPM Packages
Policy RPM selinux-policy-3.7.15-4.fc13
Selinux Enabled True
Policy Type targeted
Enforcing Mode Enforcing
Plugin Name restorecon
Host Name localhost.localdomain
Platform Linux localhost.localdomain 2.6.33.1-19.fc13.i686
#1 SMP Sat Mar 20 02:34:04 UTC 2010 i686 i686
Alert Count 1
First Seen Wed 31 Mar 2010 10:15:00 AM EDT
Last Seen Wed 31 Mar 2010 10:15:00 AM EDT
Local ID 3af89b8e-dd93-4924-adef-65906f5714ad
Line Numbers

Raw Audit Messages

node=localhost.localdomain type=AVC msg=audit(1270044900.13:23328): avc: denied { getattr } for pid=1857 comm="udisks-daemon" path="/LiveOS/ext3fs.img" dev=loop2 ino=3 scontext=system_u:system_r:devicekit_disk_t:s0-s0:c0.c1023 tcontext=system_u:object_r:unlabeled_t:s0 tclass=file

node=localhost.localdomain type=SYSCALL msg=audit(1270044900.13:23328): arch=40000003 syscall=54 success=no exit=-13 a0=f a1=4c05 a2=bfab7a84 a3=9a33288 items=0 ppid=1 pid=1857 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="udisks-daemon" exe="/usr/libexec/udisks-daemon" subj=system_u:system_r:devicekit_disk_t:s0-s0:c0.c1023 key=(null)

---------- Post added at 10:11 AM CDT ---------- Previous post was at 09:57 AM CDT ----------

Another avc during the install pahase - just before the device screen


Summary:

SELinux is preventing /usr/libexec/udisks-daemon "getattr" access to /osmin.

Detailed Description:

[SELinux is in permissive mode. This access was not denied.]

SELinux denied access requested by udisks-daemon. /osmin may be a mislabeled.
/osmin default SELinux type is etc_runtime_t, but its current type is
unlabeled_t. Changing this file back to the default type, may fix your problem.

File contexts can be assigned to a file in the following ways.

* Files created in a directory receive the file context of the parent
directory by default.
* The SELinux policy might override the default label inherited from the
parent directory by specifying a process running in context A which creates
a file in a directory labeled B will instead create the file with label C.
An example of this would be the dhcp client running with the dhclient_t type
and creating a file in the directory /etc. This file would normally receive
the etc_t type due to parental inheritance but instead the file is labeled
with the net_conf_t type because the SELinux policy specifies this.
* Users can change the file context on a file using tools such as chcon, or
restorecon.

This file could have been mislabeled either by user error, or if an normally
confined application was run under the wrong domain.

However, this might also indicate a bug in SELinux because the file should not
have been labeled with this type.

If you believe this is a bug, please file a bug report against this package.

Allowing Access:

You can restore the default system context to this file by executing the
restorecon command. restorecon '/osmin', if this file is a directory, you can
recursively restore using restorecon -R '/osmin'.

Fix Command:

/sbin/restorecon '/osmin'

Additional Information:

Source Context system_u:system_r:devicekit_disk_t:s0-s0:c0.c1023
Target Context system_u:object_r:unlabeled_t:s0
Target Objects /osmin [ file ]
Source udisks-daemon
Source Path /usr/libexec/udisks-daemon
Port <Unknown>
Host localhost.localdomain
Source RPM Packages udisks-1.0.0-1.fc13
Target RPM Packages
Policy RPM selinux-policy-3.7.15-4.fc13
Selinux Enabled True
Policy Type targeted
Enforcing Mode Permissive
Plugin Name restorecon
Host Name localhost.localdomain
Platform Linux localhost.localdomain 2.6.33.1-19.fc13.i686
#1 SMP Sat Mar 20 02:34:04 UTC 2010 i686 i686
Alert Count 1
First Seen Wed 31 Mar 2010 11:05:58 AM EDT
Last Seen Wed 31 Mar 2010 11:05:58 AM EDT
Local ID edaf3f93-bff5-4721-b566-610f1bedd36e
Line Numbers

Raw Audit Messages

node=localhost.localdomain type=AVC msg=audit(1270047958.594:25581): avc: denied { getattr } for pid=1857 comm="udisks-daemon" path="/osmin" dev=loop0 ino=2 scontext=system_u:system_r:devicekit_disk_t:s0-s0:c0.c1023 tcontext=system_u:object_r:unlabeled_t:s0 tclass=file

node=localhost.localdomain type=SYSCALL msg=audit(1270047958.594:25581): arch=40000003 syscall=54 success=yes exit=0 a0=e a1=4c05 a2=bfab7664 a3=9a33d08 items=0 ppid=1 pid=1857 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="udisks-daemon" exe="/usr/libexec/udisks-daemon" subj=system_u:system_r:devicekit_disk_t:s0-s0:c0.c1023 key=(null)

---------- Post added at 10:35 AM CDT ---------- Previous post was at 10:11 AM CDT ----------

Strated install and went as far as custom allocation displaying the existing partitions
sba1 -/boot(
sda2 - PV/LVM (/ LV, bkup LV, swap LV, )
4.69 G VG free space

That is as far as I want to go.
Screens looked good.
click on back clear to Hostname, no crashes or errors.

SJ

---------- Post added at 11:08 AM CDT ---------- Previous post was at 10:35 AM CDT ----------

Booted on
Pent IV Intel865bgf Intel EG2 - avc errors as before, otherwise boot was good for plymouth, kms, xorg

Installer worked up to custom partitions and back to first screen, where I exited installer ok.

SJ
__________________
Do the Math
  #7  
Old 31st March 2010, 10:54 PM
RahulSundaram Offline
Registered User
 
Join Date: May 2005
Posts: 3,549
linuxsafari
Re: Fedora 13 Beta validation: how you can help!

Hi,

Fedora 13 Beta RC #3 available for testing

http://lists.fedoraproject.org/piper...ch/089826.html
__________________
Rahul
http://fedoraproject.org/wiki/RahulSundaram
  #8  
Old 1st April 2010, 06:12 AM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
linuxfedorafirefox
Cool Re: Fedora 13 Beta validation: how you can help!

No Live ~1GB DVD?
No D/L.

SJ

OK, there's a Live dvd now. 930MB
__________________
Do the Math

Last edited by SlowJet; 1st April 2010 at 08:00 AM. Reason: Live DVD now available
  #9  
Old 1st April 2010, 10:06 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,761
linuxfedorafirefox
Re: Fedora 13 Beta validation: how you can help!

the live images tend to come at the end of the build process, so the DVD and 6-CD images show up on the server first.
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
 

Tags
beta, fedora, validation

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
C++: Input Validation keatonvictor Programming & Packaging 3 3rd February 2009 12:30 AM
IPTABLE rules validation Ivang Security and Privacy 4 21st July 2008 04:03 PM
Postgres validation error ricardon Using Fedora 0 18th December 2005 11:32 AM
Page Validation jim Wibble 7 27th April 2005 03:42 AM
User validation in Windows PDC fjleal Servers & Networking 9 27th May 2004 03:27 PM


Current GMT-time: 13:36 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

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 Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat