View Full Version : Fedora 13 Beta validation: how you can help!
AdamW
25th March 2010, 12:53 AM
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/pipermail/test/2010-March/089526.html . We now do planned testing on this build: desktop testing (https://fedoraproject.org/wiki/Test_Results:Fedora_13_Beta_TC1_Desktop) and installation testing (https://fedoraproject.org/wiki/Test_Results:Fedora_13_Beta_TC1_Install). 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.
diamond_ramsey
25th March 2010, 01:10 AM
:) AdamW, thank you for your 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! :cool:
Is this the place for the download or should I download from somewhere else? ;)
http://alt.fedoraproject.org/pub/alt/stage/13-Beta.TC1/
AdamW
25th March 2010, 01:57 AM
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.
kurtdriver
26th March 2010, 02:19 AM
What is the beta? I have faithfully updated the alpha. The updated alpha will be, when the beta's released, something else entirely?
AdamW
26th March 2010, 04:44 PM
No, if you're updating the Alpha, then you're getting the stuff that goes into the Beta.
SlowJet
31st March 2010, 08:08 PM
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
RahulSundaram
31st March 2010, 10:54 PM
Hi,
Fedora 13 Beta RC #3 available for testing
http://lists.fedoraproject.org/pipermail/test/2010-March/089826.html
SlowJet
1st April 2010, 06:12 AM
No Live ~1GB DVD?
No D/L.
SJ
OK, there's a Live dvd now. 930MB
AdamW
1st April 2010, 10:06 PM
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.
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.