Self introduction: Francis Gesora

2018-01-28 Thread Francis Gesora
Hello,

Great joining the QA / Testing team. I have 9 years experience using Linux
, 5 of those as a Fedora and Red Hat. I have extensive knowledge of Linux
in general and i have specific interest in modular and package testing.

Thanks guys.


-- 
Regards,
Francis Gesora.
IRC: gesora
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org


Re: dracut and grub2-mkconfig hang indefinitely in rawhide, in uninterruptable sleep - 20180128

2018-01-28 Thread Adam Williamson
On Sun, 2018-01-28 at 18:57 -0700, stan wrote:
> On Mon, 29 Jan 2018 01:34:38 +0100
> Adam Williamson  wrote:
> 
> Thanks for the reply.
> 
> > Hi Stan! One *possible* source of this might be a recent glibc change:
> > 
> > * Fri Jan 19 2018 Björn Esser  -
> > 2.26.9000-46
> > - Remove deprecated libcrypt, gets replaced by libxcrypt
> > 
> > you could try downgrading to a glibc from before that and see if it
> > helps? Only a possibility, though. Thanks!
> 
> It fits the time frame.
> 
> Name: libxcrypt
> Version : 4.0.0
> Release : 0.204.20180120git3436e7b.fc28
> Architecture: x86_64
> Install Date: Thu 25 Jan 2018 02:36:09 PM MST
> 
> Name: glibc
> Version : 2.26.9000
> Release : 48.fc28
> Architecture: x86_64
> Install Date: Thu 25 Jan 2018 02:36:05 PM MST
> 
> The libxcrypt info says
> 
> ... programs linked against libxcrypt
> will not work with glibc's libcrypt ...
> 
> I think that means an earlier glibc might cause problems with
> libxcrypt installed, since programs must be linked against it, though
> I'll still try it.

Yeah, indeed - I didn't mean it as a permanent solution, but as a
debugging step (i.e. if it works with the old glibc, we know the bug's
in glibc). Thanks!
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org


Re: dracut and grub2-mkconfig hang indefinitely in rawhide, in uninterruptable sleep - 20180128

2018-01-28 Thread stan
On Mon, 29 Jan 2018 01:34:38 +0100
Adam Williamson  wrote:

Thanks for the reply.

> Hi Stan! One *possible* source of this might be a recent glibc change:
> 
> * Fri Jan 19 2018 Björn Esser  -
> 2.26.9000-46
> - Remove deprecated libcrypt, gets replaced by libxcrypt
> 
> you could try downgrading to a glibc from before that and see if it
> helps? Only a possibility, though. Thanks!

It fits the time frame.

Name: libxcrypt
Version : 4.0.0
Release : 0.204.20180120git3436e7b.fc28
Architecture: x86_64
Install Date: Thu 25 Jan 2018 02:36:09 PM MST

Name: glibc
Version : 2.26.9000
Release : 48.fc28
Architecture: x86_64
Install Date: Thu 25 Jan 2018 02:36:05 PM MST

The libxcrypt info says

... programs linked against libxcrypt
will not work with glibc's libcrypt ...

I think that means an earlier glibc might cause problems with
libxcrypt installed, since programs must be linked against it, though
I'll still try it.
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org


Re: dracut and grub2-mkconfig hang indefinitely in rawhide, in uninterruptable sleep - 20180128

2018-01-28 Thread stan
On Sun, 28 Jan 2018 16:33:13 -0700
Chris Murphy  wrote:

Thanks for the response.

> I did a bunch of kernel bisecting Friday and Saturday and haven't run
> into this. I'm not totally certain I had the same versions you're
> running, what I have now:
> 
> 4.14.14-300.fc27.x86_64
> dracut-046-92.git20180118.fc28.x86_64
> grub2-tools-2.02-24.fc28.x86_64

Name: kernel
Version : 4.15.0
Release : 0.rc9.git4.1.20180128.fc28
Architecture: x86_64
Install Date: Sun 28 Jan 2018 10:49:34 AM MST

Name: dracut
Version : 046
Release : 92.git20180118.fc28
Architecture: x86_64
Install Date: Thu 25 Jan 2018 02:44:52 PM MST

Name: grub2-tools
Epoch   : 1
Version : 2.02
Release : 24.fc28
Architecture: x86_64
Install Date: Fri 26 Jan 2018 01:55:49 PM MST

The same except for the kernel version.  But there were hundreds of
updates in the last few days, so it could be a lot of things.

> Also I'm using enforcing=0 because I'm getting so many avc and audit
> related messages it's plugging up the journal files, which went over
> 500MB in like two days. And due to a new kernel bug in 4.15, hence the
> bisecting, I'm running kernel 4.14. I just did dracut -f and
> grub2-mkconfig with this combination and it works fine.

I have selinux in enforcing mode, so that could be it.
I'll try setting enforcing to 0 and booting into an earlier kernel.
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org


Re: dracut and grub2-mkconfig hang indefinitely in rawhide, in uninterruptable sleep - 20180128

2018-01-28 Thread Adam Williamson
On Sun, 2018-01-28 at 11:49 -0700, stan wrote:
> Just compiled a custom kernel.  When I tried to create a custom
> initramfs, the job seemed to create the file, but hung indefinitely in
> D status, with call_r.  Trying to recreate the grub.cfg file by running
> grub2-mkconfig also went into uninterruptable sleep.  When I ran this
> two weeks ago (20180114), both were working fine.  Not sure what is at
> fault here.  Anyone else seeing this?

Hi Stan! One *possible* source of this might be a recent glibc change:

* Fri Jan 19 2018 Björn Esser  - 2.26.9000-46
- Remove deprecated libcrypt, gets replaced by libxcrypt

you could try downgrading to a glibc from before that and see if it helps?
Only a possibility, though. Thanks!
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org


Re: dracut and grub2-mkconfig hang indefinitely in rawhide, in uninterruptable sleep - 20180128

2018-01-28 Thread Chris Murphy
On Sun, Jan 28, 2018 at 11:49 AM, stan  wrote:
> Just compiled a custom kernel.  When I tried to create a custom
> initramfs, the job seemed to create the file, but hung indefinitely in
> D status, with call_r.  Trying to recreate the grub.cfg file by running
> grub2-mkconfig also went into uninterruptable sleep.  When I ran this
> two weeks ago (20180114), both were working fine.  Not sure what is at
> fault here.  Anyone else seeing this?

I did a bunch of kernel bisecting Friday and Saturday and haven't run
into this. I'm not totally certain I had the same versions you're
running, what I have now:

4.14.14-300.fc27.x86_64
dracut-046-92.git20180118.fc28.x86_64
grub2-tools-2.02-24.fc28.x86_64

Also I'm using enforcing=0 because I'm getting so many avc and audit
related messages it's plugging up the journal files, which went over
500MB in like two days. And due to a new kernel bug in 4.15, hence the
bisecting, I'm running kernel 4.14. I just did dracut -f and
grub2-mkconfig with this combination and it works fine.


-- 
Chris Murphy
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org


Fedora 27 updates-testing report

2018-01-28 Thread updates
The following Fedora 27 Security updates need testing:
 Age  URL
  57  https://bodhi.fedoraproject.org/updates/FEDORA-2017-d7c0748c1b   
pdns-4.1.0-1.fc27
  32  https://bodhi.fedoraproject.org/updates/FEDORA-2017-2d4c9a6e37   
monit-5.25.1-1.fc27
   4  https://bodhi.fedoraproject.org/updates/FEDORA-2018-8c3a01cc65   
wireshark-2.4.4-1.fc27
   4  https://bodhi.fedoraproject.org/updates/FEDORA-2018-d553b29a30   
community-mysql-5.7.21-1.fc27
   4  https://bodhi.fedoraproject.org/updates/FEDORA-2018-7c61d08c4f   
GraphicsMagick-1.3.28-1.fc27
   4  https://bodhi.fedoraproject.org/updates/FEDORA-2018-c587c0a62d   
moodle-3.3.4-1.fc27
   4  https://bodhi.fedoraproject.org/updates/FEDORA-2018-4fabf63492   
squid-4.0.23-2.fc27
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2018-be361f407a   
knot-resolver-1.5.3-1.fc27
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2018-7982ad5f2a   
mupdf-1.12.0-2.fc27
   2  https://bodhi.fedoraproject.org/updates/FEDORA-2018-e4b025841e   
jackson-databind-2.7.6-8.fc27


The following Fedora 27 Critical Path updates have yet to be approved:
 Age URL
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2018-22e63cffa4   
perl-threads-shared-1.58-1.fc27
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2018-b77c61238c   
perl-threads-2.21-1.fc27
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2018-fbcc83aa97   
grub2-2.02-22.fc27
   2  https://bodhi.fedoraproject.org/updates/FEDORA-2018-cda38a39cf   
libguestfs-1.37.36-1.fc27
   2  https://bodhi.fedoraproject.org/updates/FEDORA-2018-580c89505f   
satyr-0.25-1.fc27


The following builds have been pushed to Fedora 27 updates-testing

R-Rcpp-0.12.15-1.fc27
adapta-gtk-theme-3.93.0.90-1.fc27
akmods-0.5.6-12.fc27
analitza-17.12.1-2.fc27
appcenter-0.2.8-1.fc27
appstream-0.11.8-1.fc27
beakerlib-1.17-7.fc27
bmake-20171207-1.fc27
calibre-3.12.0-2.fc27
clamav-0.99.3-1.fc27
ddupdate-0.5.2-1.fc27
deepin-tool-kit-0.3.3-4.fc27
dnscrypt-proxy-gui-1.11.11-2.fc27
gammaray-2.8.1-3.fc27
geany-1.32-3.fc27
gjs-1.50.4-1.fc27
golang-1.9.3-1.fc27
gsettings-qt-0-0.7.20170715bzr83.fc27
icecast-2.4.3-1.fc27
kf5-akonadi-server-17.12.1-2.fc27
kf5-frameworkintegration-5.42.0-2.fc27
kf5-kdeclarative-5.42.0-2.fc27
kf5-kwayland-5.42.0-2.fc27
kwin-5.11.5-2.fc27
lammps-20180117-1.fc27
libfm-qt-0.11.2-8.fc27
libqtxdg-2.0.0-8.fc27
libva-1.8.3-5.fc27
lshw-B.02.18-13.fc27
lxqt-qtplugin-0.11.1-8.fc27
mariadb-10.2.12-5.fc27
mscore-2.1.0-8.fc27
notejot-1.3.8-1.fc27
opensmtpd-6.0.3p1-1.fc27
plasma-integration-5.11.5-2.fc27
postbooks-4.10.1-16.fc27
pyotherside-1.5.3-3.fc27
python-alembic-0.9.7-2.fc27
python-fedmsg-meta-fedora-infrastructure-0.23.1-1.fc27
python-giacpy-0.6.5-2.fc27
python-num2words-0.5.6-2.fc27
python-qt5-5.9.1-2.fc27
pythonqt-3.2-5.fc27
qgnomeplatform-0.3-6.fc27
qstardict-1.2-7.fc27
qt-creator-4.5.0-3.fc27.1
qt5-5.9.4-2.fc27
qt5-qt3d-5.9.4-1.fc27
qt5-qtbase-5.9.4-1.fc27
qt5-qtcanvas3d-5.9.4-1.fc27
qt5-qtcharts-5.9.4-1.fc27
qt5-qtconnectivity-5.9.4-1.fc27
qt5-qtdatavis3d-5.9.4-1.fc27
qt5-qtdeclarative-5.9.4-1.fc27
qt5-qtdoc-5.9.4-1.fc27
qt5-qtgamepad-5.9.4-1.fc27
qt5-qtgraphicaleffects-5.9.4-1.fc27
qt5-qtimageformats-5.9.4-1.fc27
qt5-qtlocation-5.9.4-1.fc27
qt5-qtmultimedia-5.9.4-1.fc27
qt5-qtquickcontrols-5.9.4-1.fc27
qt5-qtquickcontrols2-5.9.4-1.fc27
qt5-qtremoteobjects-5.9.4-1.fc27
qt5-qtscript-5.9.4-1.fc27
qt5-qtscxml-5.9.4-1.fc27
qt5-qtsensors-5.9.4-1.fc27
qt5-qtserialport-5.9.4-1.fc27
qt5-qtspeech-5.9.4-2.fc27
qt5-qtstyleplugins-5.0.0-22.fc27
qt5-qtsvg-5.9.4-1.fc27
qt5-qttools-5.9.4-1.fc27
qt5-qttranslations-5.9.4-1.fc27
qt5-qtvirtualkeyboard-5.9.4-1.fc27
qt5-qtwayland-5.9.4-1.fc27
qt5-qtwebchannel-5.9.4-1.fc27
qt5-qtwebengine-5.10.0-2.fc27
qt5-qtwebkit-5.212.0-0.15.alpha2.fc27
qt5-qtwebsockets-5.9.4-1.fc27
qt5-qtwebview-5.9.4-1.fc27
qt5-qtx11extras-5.9.4-1.fc27
qt5-qtxmlpatterns-5.9.4-1.fc27
qt5ct-0.34-2.fc27
rubygem-review-2.4.0-3.fc27
skrooge-2.10.5-2.fc27
timeshift-18.1.1-2.fc27
vacuum-im-1.3.0-0.6.20180127git58ad802.fc27
vdr-epg2vdr-1.1.80-1.fc27
xdg-desktop-portal-kde-5.11.5-2.fc27
yarock-1.3.0-2.fc27

Details about builds:



 R-Rcpp-0.12.15-1.fc27 (FEDORA-2018-9002248296)
 Seamless R and C++ Integration

Update Information:

Rcpp 0.12.15.

References:

  [ 1 ] Bug #1536947 - Version 0.12.15 was released
https://bugzilla.redhat.com/show_bug.cgi?id=1536947


Fedora 26 updates-testing report

2018-01-28 Thread updates
The following Fedora 26 Security updates need testing:
 Age  URL
 185  https://bodhi.fedoraproject.org/updates/FEDORA-2017-ccb5c8d1e7   
docker-distribution-2.6.2-1.git48294d9.fc26
  78  https://bodhi.fedoraproject.org/updates/FEDORA-2017-3915878e18   
ldns-1.7.0-4.fc26
  31  https://bodhi.fedoraproject.org/updates/FEDORA-2017-d75a88f263   
monit-5.25.1-1.fc26
  23  https://bodhi.fedoraproject.org/updates/FEDORA-2018-ccef1ced42   
gimp-2.8.22-3.fc26
  17  https://bodhi.fedoraproject.org/updates/FEDORA-2018-66b885ae3c   
keycloak-httpd-client-install-0.8-1.fc26
  16  https://bodhi.fedoraproject.org/updates/FEDORA-2018-0db545e976   
ruby-2.4.3-86.fc26
  10  https://bodhi.fedoraproject.org/updates/FEDORA-2018-ef303deec6   
libtasn1-4.13-1.fc26
   4  https://bodhi.fedoraproject.org/updates/FEDORA-2018-9780220f7d   
dnsmasq-2.76-6.fc26
   4  https://bodhi.fedoraproject.org/updates/FEDORA-2018-bfb9835edd   
GraphicsMagick-1.3.28-1.fc26
   4  https://bodhi.fedoraproject.org/updates/FEDORA-2018-a10a19e06a   
unbound-1.6.8-1.fc26
   4  https://bodhi.fedoraproject.org/updates/FEDORA-2018-7e086e3309   
moodle-3.2.7-1.fc26
   4  https://bodhi.fedoraproject.org/updates/FEDORA-2018-b166805347   
transmission-2.92-12.fc26
   4  https://bodhi.fedoraproject.org/updates/FEDORA-2018-4f8a78a5ef   
squid-4.0.23-1.fc26
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2018-f73abc5680   
knot-resolver-1.5.3-1.fc26
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2018-a6b59d8f78   
libxml2-2.9.7-1.fc26
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2018-7151603128   
mupdf-1.12.0-2.fc26
   2  https://bodhi.fedoraproject.org/updates/FEDORA-2018-bbf8c38b51   
jackson-databind-2.7.6-8.fc26
   2  https://bodhi.fedoraproject.org/updates/FEDORA-2018-43712163de   
webkitgtk4-2.18.6-1.fc26
   2  https://bodhi.fedoraproject.org/updates/FEDORA-2018-9e6e636c60   
java-9-openjdk-9.0.4.11-3.fc26


The following Fedora 26 Critical Path updates have yet to be approved:
 Age URL
  23  https://bodhi.fedoraproject.org/updates/FEDORA-2018-c2eed6bd99   
iproute-4.14.1-4.fc26
  21  https://bodhi.fedoraproject.org/updates/FEDORA-2018-240b9e54f9   
glusterfs-3.10.9-1.fc26
  19  https://bodhi.fedoraproject.org/updates/FEDORA-2018-4818a0a3fb   
lxpanel-0.9.3-2.D20180109git2ddf8dfc.fc26
  14  https://bodhi.fedoraproject.org/updates/FEDORA-2018-ba521808e0   
gnome-settings-daemon-3.24.3-4.fc26
  14  https://bodhi.fedoraproject.org/updates/FEDORA-2018-4bfc82aeb7   
pcre-8.41-4.fc26
  14  https://bodhi.fedoraproject.org/updates/FEDORA-2018-194be49026   
pcre2-10.23-13.fc26
  12  https://bodhi.fedoraproject.org/updates/FEDORA-2018-1b9b3d815f   
ostree-2018.1-1.fc26 rpm-ostree-2018.1-1.fc26
  10  https://bodhi.fedoraproject.org/updates/FEDORA-2018-ef303deec6   
libtasn1-4.13-1.fc26
  10  https://bodhi.fedoraproject.org/updates/FEDORA-2018-bfc82942f4   
pungi-4.1.21-4.fc26
  10  https://bodhi.fedoraproject.org/updates/FEDORA-2018-4000c1ba37   
python-productmd-1.10-1.fc26
   7  https://bodhi.fedoraproject.org/updates/FEDORA-2018-8633570be3   
nfs-utils-2.2.1-4.rc2.fc26
   7  https://bodhi.fedoraproject.org/updates/FEDORA-2018-fcda2573ac   
python-rpm-macros-3-21.fc26
   4  https://bodhi.fedoraproject.org/updates/FEDORA-2018-9780220f7d   
dnsmasq-2.76-6.fc26
   4  https://bodhi.fedoraproject.org/updates/FEDORA-2018-f200f504b3   
dtc-1.4.6-1.fc26
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2018-6fe92b98df   
perl-threads-shared-1.58-1.fc26
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2018-0f208aa267   
perl-threads-2.21-1.fc26
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2018-a9a5708bef   
python3-3.6.4-2.fc26
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2018-a6b59d8f78   
libxml2-2.9.7-1.fc26
   2  https://bodhi.fedoraproject.org/updates/FEDORA-2018-49cd53ff36   
libguestfs-1.36.13-1.fc26
   2  https://bodhi.fedoraproject.org/updates/FEDORA-2018-be2cb3e65a   
xen-4.8.3-2.fc26
   2  https://bodhi.fedoraproject.org/updates/FEDORA-2018-b88532d5ee   
satyr-0.23-2.fc26
   2  https://bodhi.fedoraproject.org/updates/FEDORA-2018-43712163de   
webkitgtk4-2.18.6-1.fc26


The following builds have been pushed to Fedora 26 updates-testing

R-Rcpp-0.12.15-1.fc26
adapta-gtk-theme-3.93.0.90-1.fc26
akmods-0.5.6-12.fc26
beakerlib-1.17-7.fc26
bmake-20171207-1.fc26
clamav-0.99.3-1.fc26
icecast-2.4.3-1.fc26
lammps-20180117-1.fc26
lshw-B.02.18-13.fc26
notejot-1.3.8-1.fc26
python-alembic-0.9.7-2.fc26
python-fedmsg-meta-fedora-infrastructure-0.23.1-1.fc26
python-giacpy-0.6.5-2.fc26
python-num2words-0.5.6-2.fc26
rubygem-review-2.4.0-3.fc26
timeshift-18.1.1-2.fc26
vacuum-im-1.3.0-0.6.20180127git58ad802.fc26
vdr-epg2vdr-1.1.80-1.fc26

Details about builds:



 R-Rcpp-0.12.15-1.fc26 (FEDORA-2018-406e05303d)
 Seamless R and C++ Integration

dracut and grub2-mkconfig hang indefinitely in rawhide, in uninterruptable sleep - 20180128

2018-01-28 Thread stan
Just compiled a custom kernel.  When I tried to create a custom
initramfs, the job seemed to create the file, but hung indefinitely in
D status, with call_r.  Trying to recreate the grub.cfg file by running
grub2-mkconfig also went into uninterruptable sleep.  When I ran this
two weeks ago (20180114), both were working fine.  Not sure what is at
fault here.  Anyone else seeing this?
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org


Strange behavior in rawhide since Thursday's updates (20180125), any terminal opened is like it is being sent to less twice.

2018-01-28 Thread stan
After Thursday's updates, whenever I login to a virtual console, I have
to hit space or q twice to get to the bash prompt.  There is a message
at the bottom of the screen saying 'No next file ...'.  Also happens
in screen when switching to another console.  In X, if I bring up any
flavor of Xterm, I see the same behavior. I'm not sure of the source of
the behavior. Anyone else seeing this?
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org


Fedora Rawhide-20180128.n.0 compose check report

2018-01-28 Thread Fedora compose checker
Missing expected images:

Workstation live i386
Kde live i386

Failed openQA tests: 14/129 (x86_64), 3/22 (i386), 1/2 (arm)

New failures (same test did not fail in Rawhide-20180126.n.0):

ID: 188781  Test: x86_64 Server-dvd-iso server_cockpit_default
URL: https://openqa.fedoraproject.org/tests/188781
ID: 188803  Test: x86_64 Workstation-live-iso desktop_browser
URL: https://openqa.fedoraproject.org/tests/188803
ID: 188876  Test: x86_64 universal install_blivet_ext3@uefi
URL: https://openqa.fedoraproject.org/tests/188876
ID: 10  Test: x86_64 universal install_xfs@uefi
URL: https://openqa.fedoraproject.org/tests/10

Old failures (same test failed in Rawhide-20180126.n.0):

ID: 188779  Test: x86_64 Server-dvd-iso server_role_deploy_domain_controller
URL: https://openqa.fedoraproject.org/tests/188779
ID: 188809  Test: i386 Workstation-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/188809
ID: 188811  Test: x86_64 KDE-live-iso desktop_notifications_live
URL: https://openqa.fedoraproject.org/tests/188811
ID: 188812  Test: x86_64 KDE-live-iso install_default_upload
URL: https://openqa.fedoraproject.org/tests/188812
ID: 188813  Test: x86_64 KDE-live-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/188813
ID: 188814  Test: x86_64 KDE-live-iso install_no_user
URL: https://openqa.fedoraproject.org/tests/188814
ID: 188824  Test: arm Minimal-raw_xz-raw.xz 
install_arm_image_deployment_upload
URL: https://openqa.fedoraproject.org/tests/188824
ID: 188826  Test: x86_64 Atomic-dvd_ostree-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/188826
ID: 188827  Test: x86_64 Atomic-dvd_ostree-iso install_default
URL: https://openqa.fedoraproject.org/tests/188827
ID: 188847  Test: x86_64 universal upgrade_server_domain_controller
URL: https://openqa.fedoraproject.org/tests/188847
ID: 188853  Test: x86_64 universal install_package_set_kde
URL: https://openqa.fedoraproject.org/tests/188853
ID: 188897  Test: x86_64 universal install_asian_language
URL: https://openqa.fedoraproject.org/tests/188897
ID: 188902  Test: i386 universal install_package_set_kde
URL: https://openqa.fedoraproject.org/tests/188902
ID: 188908  Test: i386 universal upgrade_2_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/188908

Soft failed openQA tests: 23/129 (x86_64), 3/22 (i386)
(Tests completed, but using a workaround for a known bug)

New soft failures (same test did not soft fail in Rawhide-20180126.n.0):

ID: 188771  Test: x86_64 Server-dvd-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/188771
ID: 188794  Test: x86_64 Workstation-live-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/188794

Old soft failures (same test soft failed in Rawhide-20180126.n.0):

ID: 188764  Test: x86_64 Server-boot-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/188764
ID: 188765  Test: x86_64 Server-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/188765
ID: 188770  Test: x86_64 Server-dvd-iso install_default_upload
URL: https://openqa.fedoraproject.org/tests/188770
ID: 188787  Test: i386 Server-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/188787
ID: 188788  Test: i386 Server-dvd-iso install_default
URL: https://openqa.fedoraproject.org/tests/188788
ID: 188792  Test: x86_64 Workstation-live-iso install_default_upload
URL: https://openqa.fedoraproject.org/tests/188792
ID: 188795  Test: x86_64 Workstation-live-iso install_no_user
URL: https://openqa.fedoraproject.org/tests/188795
ID: 188805  Test: x86_64 Workstation-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/188805
ID: 188808  Test: x86_64 Workstation-boot-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/188808
ID: 188835  Test: x86_64 universal upgrade_minimal_64bit
URL: https://openqa.fedoraproject.org/tests/188835
ID: 188836  Test: x86_64 universal upgrade_desktop_encrypted_64bit
URL: https://openqa.fedoraproject.org/tests/188836
ID: 188843  Test: x86_64 universal install_anaconda_text
URL: https://openqa.fedoraproject.org/tests/188843
ID: 188848  Test: x86_64 universal upgrade_kde_64bit
URL: https://openqa.fedoraproject.org/tests/188848
ID: 188850  Test: x86_64 universal upgrade_2_desktop_64bit
URL: https://openqa.fedoraproject.org/tests/188850
ID: 188859  Test: x86_64 universal upgrade_desktop_64bit
URL: https://openqa.fedoraproject.org/tests/188859
ID: 188860  Test: x86_64 universal upgrade_server_64bit
URL: https://openqa.fedoraproject.org/tests/188860
ID: 188862  Test: x86_64 universal upgrade_2_minimal_64bit
URL: https://openqa.fedoraproject.org/tests/188862
ID: 188864  Test: x86_64 universal upgrade_2_kde_64bit
URL: https://openqa.fedoraproject.org/tests/188864
ID: 188872  Test: x86_64 universal install_iscsi
URL: https://openqa.fedorap

Re: VirtualBox-5.2-5.2.6_120293_fedora26-1.x86_64 won't install properly under kernel-4.14.15-300.fc27.x86_64

2018-01-28 Thread Joachim Backes

On 01/24/18 15:21, Sérgio Basto wrote:

yes , vbox 5.2.6 won't build all modules ...

you need patch the kmod vbox sources [1]

Is on updates-testing of F27 RPMFusion, VirtualBox-5.2.6-2.fc27

https://rpmfusion.org/Howto/VirtualBox

If you try it, you need uninstall oracle rpm sources and all files left
in system ... (because don't use akmods) , if you succeeded let me know
to update wiki on how clean files generated by oracle scripts.

Best regards,

[1]
https://pkgs.rpmfusion.org/cgit/free/VirtualBox-kmod.git/tree/fixes_for
_4.15.v2.patch?id=9e509eaddb14831da29e8ce519e262e82a9cce45


On Wed, 2018-01-24 at 11:26 +0100, Joachim Backes wrote:

Trying to install VirtualBox-5.2-5.2.6_120293_fedora26-1.x86_64.rpm
(downloaded from virtualbox.org) won't run under
kernel-4.14.15-300.fc27.x86_64. But the same procedure runs
flawlessly
under
kernel-4.14.14-300.fc27.x86_64


sudo /sbin/vboxconfig
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to
find
out why.

dmesg|grep vbox

[   20.791165] audit: type=1130 audit(1516787818.981:81): pid=1
uid=0
auid=4294967295 ses=4294967295
msg='unit=systemd-fsck@dev-disk-by\x2dlabel-vbox comm="systemd"
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=?
res=success'
[  159.762672] vboxdrv: version magic '4.14.15-300.fc27.x86_64 SMP
mod_unload ' should be '4.14.15-300.fc27.x86_64 SMP mod_unload
retpoline '
[  672.246426] vboxdrv: version magic '4.14.15-300.fc27.x86_64 SMP
mod_unload ' should be '4.14.15-300.fc27.x86_64 SMP mod_unload
retpoline '
[  726.090858] vboxdrv: version magic '4.14.15-300.fc27.x86_64 SMP
mod_unload ' should be '4.14.15-300.fc27.x86_64 SMP mod_unload
retpoline '
[ 1492.245456] vboxdrv: version magic '4.14.15-300.fc27.x86_64 SMP
mod_unload ' should be '4.14.15-300.fc27.x86_64 SMP mod_unload
retpoline '
[ 1545.881588] vboxdrv: version magic '4.14.15-300.fc27.x86_64 SMP
mod_unload ' should be '4.14.15-300.fc27.x86_64 SMP mod_unload
retpoline '

Anybody sees a solution?

Kind regards

Joachim Backes


Hi Sergio,

I could solve the Problem by upgrading to
kernel-4.14.15-301.fc27.x86_64 (some things seem to be reverted).

Kind regards

Joachim Backes




--

Fedora release 27 (Twenty Seven)
Kernel-4.14.15-300.fc27.x86_64


Joachim Backes 
https://www-user.rhrk.uni-kl.de/~backes/
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org



--

Fedora release 27 (Twenty Seven)
Kernel-4.14.15-301.fc27.x86_64


Joachim Backes 
https://www-user.rhrk.uni-kl.de/~backes/
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org