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 893836 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
0001-Unit-systemd-networkd.service-entered-failed-state.patch (text/plain), 6.89 KB, created by
poma
on 2014-05-09 03:05:21 UTC
(
hide
)
Description:
Unit systemd-networkd.service entered failed state - patch
Filename:
MIME Type:
Creator:
poma
Created:
2014-05-09 03:05:21 UTC
Size:
6.89 KB
patch
obsolete
>From 34f446df905ed4bbf7e6fe3f837f41de989d3c67 Mon Sep 17 00:00:00 2001 >From: poma <pomidorabelisima@gmail.com> >Date: Fri, 9 May 2014 04:48:35 +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 | 82 ++++++++++++++---------------------------------------------- > 2 files changed, 20 insertions(+), 65 deletions(-) > >diff --git a/sources b/sources >index e2e30ee..37205b6 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 >+e323b594bfed0400568d478e9a36c874 systemd-9b3310b066136b0674a926da094b7fe87a13a58b.tar.gz >diff --git a/systemd.spec b/systemd.spec >index 4f7e53d..f4a67c9 100644 >--- a/systemd.spec >+++ b/systemd.spec >@@ -1,4 +1,8 @@ >-#global gitcommit f01de96 >+%define git_sha 9b3310b066136b0674a926da094b7fe87a13a58b >+%define git_sha_short .git9b3310b >+%define git_date .20140508 >+%define real_version 212 >+%define release_version 5 > > # PIE is broken on s390 (#868839, #872148) > %ifnarch s390 s390x >@@ -15,15 +19,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_sha_short}%{git_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 git_sha} >+# Snapshot tarball can be downloaded: http://cgit.freedesktop.org/systemd/systemd/snapshot/%{name}-%{git_sha}.tar.gz >+Source0: %{name}-%{git_sha}.tar.gz > %else > Source0: http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz > %endif >@@ -42,9 +46,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 +81,11 @@ BuildRequires: python3-lxml > # https://bugzilla.redhat.com/show_bug.cgi?id=1071284 > BuildRequires: libseccomp-devel > %endif >-%if %{defined gitcommit}%{num_patches} >+%if %{defined git_sha} > BuildRequires: automake > BuildRequires: autoconf > BuildRequires: libtool > %endif >-%if %{num_patches} >-BuildRequires: git >-%endif > Requires(post): coreutils > Requires(post): sed > Requires(post): acl >@@ -199,63 +197,16 @@ 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 %{?git_sha:-n %{name}-%{git_sha}} >+ > %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} >+%if %{defined git_sha_short} > ./autogen.sh >-%else >- %if %{num_patches} >- autoreconf -i >- %endif > %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 >+* Fri May 09 2014 poma <poma@gmail.com> - 212-5.git9b3310b.20140508 >+- Update to a latest git commit 9b3310b >+ > * 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