Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 894274 Details for
Bug 1095986
Unit systemd-networkd.service entered failed state.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Unit systemd-networkd.service entered failed state - patch v2
0001-Unit-systemd-networkd.service-entered-failed-state.patch (text/plain), 6.91 KB, created by
poma
on 2014-05-10 13:48:25 UTC
(
hide
)
Description:
Unit systemd-networkd.service entered failed state - patch v2
Filename:
MIME Type:
Creator:
poma
Created:
2014-05-10 13:48:25 UTC
Size:
6.91 KB
patch
obsolete
>From 1f0ef26793daf8d9fecb6a9e0db1bacf38431a06 Mon Sep 17 00:00:00 2001 >From: poma <pomidorabelisima@gmail.com> >Date: Sat, 10 May 2014 15:38:30 +0200 >Subject: [PATCH] Unit systemd-networkd.service entered failed state. > >$ rpm -q systemd >systemd-212-4.fc21.x86_64 > >$ dmesg | grep systemd-network >[ 17.876265] systemd-network[632]: segfault at 18 ip 00007f815c80cc2e sp 00007fff427ae530 error 4 in libc-2.19.90.so[7f815c78b000+1bc000] >[ 18.037299] systemd-network[635]: segfault at 18 ip 00007f3d151a4c2e sp 00007fff5a028a60 error 4 in libc-2.19.90.so[7f3d15123000+1bc000] >[ 18.196076] systemd-network[638]: segfault at 18 ip 00007f782c9b7c2e sp 00007fff3c69c1e0 error 4 in libc-2.19.90.so[7f782c936000+1bc000] >[ 18.354562] systemd-network[640]: segfault at 18 ip 00007fbc17318c2e sp 00007fffb49495e0 error 4 in libc-2.19.90.so[7fbc17297000+1bc000] > >Signed-off-by: poma <pomidorabelisima@gmail.com> >--- > sources | 3 +-- > systemd.spec | 84 +++++++++++++++--------------------------------------------- > 2 files changed, 21 insertions(+), 66 deletions(-) > >diff --git a/sources b/sources >index e2e30ee..b9019f9 100644 >--- a/sources >+++ b/sources >@@ -1,2 +1 @@ >-257a75fff826ff91cb1ce567091cf270 systemd-212.tar.xz >-7cc21230d87d3077d244237aa8b302a1 0001-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch >+cf60956740c4bd2c6e255c9a5f3f1904 systemd-5bb75bc.tar.gz >diff --git a/systemd.spec b/systemd.spec >index 4f7e53d..f2eb08d 100644 >--- a/systemd.spec >+++ b/systemd.spec >@@ -1,4 +1,7 @@ >-#global gitcommit f01de96 >+%define gitcommit_short 5bb75bc >+%define gitcommit_date 20140510 >+%define real_version 212 >+%define release_version 7 > > # PIE is broken on s390 (#868839, #872148) > %ifnarch s390 s390x >@@ -15,15 +18,15 @@ > > Name: systemd > Url: http://www.freedesktop.org/wiki/Software/systemd >-Version: 212 >-Release: 4%{?gitcommit:.git%{gitcommit}}%{?dist} >+Version: %{real_version} >+Release: %{release_version}.git%{gitcommit_short}.%{gitcommit_date}%{?dist} > # For a breakdown of the licensing, see README > License: LGPLv2+ and MIT and GPLv2+ > Summary: A System and Service Manager > >-%if %{defined gitcommit} >-# Snapshot tarball can be created using: ./make-git-shapshot.sh [gitcommit] >-Source0: %{name}-git%{gitcommit}.tar.xz >+%if %{defined gitcommit_short} >+# Snapshot tarball can be downloaded: http://cgit.freedesktop.org/systemd/systemd/snapshot/%{name}-%{gitcommit_short}.tar.gz >+Source0: %{name}-%{gitcommit_short}.tar.gz > %else > Source0: http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz > %endif >@@ -42,9 +45,6 @@ Source6: yum-protect-systemd.conf > > # kernel-install patch for grubby, drop if grubby is obsolete > Patch1000: kernel-install-grubby.patch >-Patch1001: 0001-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch >- >-%global num_patches %{lua: c=0; for i,p in ipairs(patches) do c=c+1; end; print(c);} > > BuildRequires: libcap-devel > BuildRequires: tcp_wrappers-devel >@@ -80,14 +80,11 @@ BuildRequires: python3-lxml > # https://bugzilla.redhat.com/show_bug.cgi?id=1071284 > BuildRequires: libseccomp-devel > %endif >-%if %{defined gitcommit}%{num_patches} >+%if %{defined gitcommit_short} > BuildRequires: automake > BuildRequires: autoconf > BuildRequires: libtool > %endif >-%if %{num_patches} >-BuildRequires: git >-%endif > Requires(post): coreutils > Requires(post): sed > Requires(post): acl >@@ -199,63 +196,17 @@ Obsoletes: systemd < 204-10 > systemd-journal-gatewayd serves journal events over the network using HTTP. > > %prep >-%setup -q %{?gitcommit:-n %{name}-git%{gitcommit}} >- >-%if %{num_patches} >- git init >- git config user.email "systemd-maint@redhat.com" >- git config user.name "Fedora systemd team" >- git add . >- git commit -a -q -m "%{version} baseline." >- >- # Apply all the patches. >- git am \ >- --exclude .gitignore \ >- --exclude docs/.gitignore \ >- --exclude docs/gudev/.gitignore \ >- --exclude docs/libudev/.gitignore \ >- --exclude docs/sysvinit/.gitignore \ >- --exclude docs/var-log/.gitignore \ >- --exclude hwdb/.gitignore \ >- --exclude m4/.gitignore \ >- --exclude man/.gitignore \ >- --exclude po/.gitignore \ >- --exclude rules/.gitignore \ >- --exclude src/.gitignore \ >- --exclude src/analyze/.gitignore \ >- --exclude src/core/.gitignore \ >- --exclude src/gudev/.gitignore \ >- --exclude src/hostname/.gitignore \ >- --exclude src/journal/.gitignore \ >- --exclude src/libsystemd-daemon/.gitignore \ >- --exclude src/libsystemd-id128/.gitignore \ >- --exclude src/libudev/.gitignore \ >- --exclude src/locale/.gitignore \ >- --exclude src/login/.gitignore \ >- --exclude src/python-systemd/.gitignore \ >- --exclude src/python-systemd/docs/.gitignore \ >- --exclude src/timedate/.gitignore \ >- --exclude src/udev/.gitignore \ >- --exclude src/udev/scsi_id/.gitignore \ >- --exclude sysctl.d/.gitignore \ >- --exclude test/.gitignore \ >- --exclude units/.gitignore \ >- --exclude units/user/.gitignore \ >- --exclude src/libsystemd/sd-bus/PORTING-DBUS1 \ >- %{patches} >-%endif >+%setup -q %{?gitcommit_short:-n %{name}-%{gitcommit_short}} >+%patch1000 -p1 -b .grubby >+ > %ifarch ppc ppc64 ppc64le > # Disable link warnings, somehow they cause the link to fail. > sed -r -i 's/\blibsystemd-(login|journal|id128|daemon).c \\/\\/' Makefile.am > %endif > > %build >-%if %{defined gitcommit} >- ./autogen.sh >-%else >- %if %{num_patches} >- autoreconf -i >- %endif >+%if %{defined gitcommit_short} >+./autogen.sh > %endif > > # first make python3 while source directory is empty >@@ -544,6 +495,7 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g > %config(noreplace) %{_sysconfdir}/systemd/logind.conf > %config(noreplace) %{_sysconfdir}/systemd/journald.conf > %config(noreplace) %{_sysconfdir}/systemd/bootchart.conf >+%config(noreplace) %{_sysconfdir}/systemd/timesyncd.conf > %config(noreplace) %{_sysconfdir}/udev/udev.conf > %config(noreplace) %{_sysconfdir}/rsyslog.d/listen.conf > %config(noreplace) %{_sysconfdir}/yum/protected.d/systemd.conf >@@ -648,6 +600,7 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g > %{_prefix}/lib/systemd/catalog/systemd.*.catalog > %{_prefix}/lib/systemd/network/99-default.link > %{_prefix}/lib/systemd/network/80-container-host0.network >+%{_prefix}/lib/systemd/ntp-units.d/90-systemd.list > > # Make sure we don't remove runlevel targets from F14 alpha installs, > # but make sure we don't create then anew. >@@ -718,6 +671,9 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g > %{_datadir}/systemd/gatewayd > > %changelog >+* Sat May 10 2014 poma <poma@gmail.com> - 212-7.git5bb75bc.20140510 >+- Update to the latest git commit 5bb75bc >+ > * Wed May 07 2014 Kay Sievers <kay@redhat.com> - 212-4 > - add netns udev workaround > >-- >1.9.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1095986
:
893835
|
893836
|
893837
|
894274
|
894275
|
894359
|
894360