Dear Maintainer,
Stopping or restaring apache2 produces an error in kernel log:
# systemctl apache2 stop
Jul 7 14:13:52 stretch kernel: [ 5393.547573] apache2[7588]: segfault at 7f7e1113b7a0 ip 00007f7e1113b7a0 sp 00007fff96cb0108 error 14 in libexpat.so.1.6.2[7f7e135b4000+27000]
On the other hand, calling
# apache2ctl stop
does not cause a segfault.
The core file contains the following:
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007fbf0e6c37a0 in ?? ()
#1 0x000055aef5eacf9e in ap_run_mpm_query (query_code=query_code@entry=2, result=result@entry=0x7fff4fdb01ac, _rv=_rv@entry=0x7fff4fdb0184) at mpm_common.c:97
#2 0x000055aef5eadd2e in ap_mpm_query (query_code=query_code@entry=2, result=result@entry=0x7fff4fdb01ac) at mpm_common.c:419
#3 0x000055aef5ecdb34 in log_tid (info=<optimized out>, arg=<optimized out>, buf=0x7fff4fdb02fe "", buflen=8130) at log.c:612
#4 0x000055aef5ecea56 in do_errorlog_default (buflen=8192, args=0x7fff4fdb4340, errstr_fmt=0x55aef5ef5338 "AH00060: seg fault or similar nasty error detected in the parent process",
errstr_end=<synthetic pointer>, errstr_start=<synthetic pointer>, buf=0x7fff4fdb02c0 "[Fri Jul 07 13:50:03.365295 2017] [core:notice] [pid 1351:tid ", info=0x7fff4fdb0270) at log.c:944
#5 log_error_core (file=0x55aef5ef520c "mpm_unix.c", line=989, module_index=0, level=<optimized out>, status=0, s=<optimized out>, c=<optimized out>, r=0x0, pool=0x0,
fmt=0x55aef5ef5338 "AH00060: seg fault or similar nasty error detected in the parent process", args=0x7fff4fdb4340) at log.c:1270
#6 0x000055aef5ecef37 in ap_log_error_ (file=file@entry=0x55aef5ef520c "mpm_unix.c", line=line@entry=989, module_index=module_index@entry=0, level=level@entry=5, status=status@entry=0, s=<optimized out>,
fmt=0x55aef5ef5338 "AH00060: seg fault or similar nasty error detected in the parent process") at log.c:1319
#7 0x000055aef5ed5cc0 in sig_coredump (sig=11) at mpm_unix.c:986
#8 <signal handler called>
#9 0x00007fbf0e6c38d0 in ?? ()
#10 <signal handler called>
#11 0x00007fbf116903d3 in __select_nocancel () at ../sysdeps/unix/syscall-template.S:84
#12 0x00007fbf11b93245 in apr_sleep (t=t@entry=46875) at ./time/unix/time.c:246
#13 0x00007fbf11b86ea3 in free_proc_chain (procs=0x7fbf122ede30) at ./memory/unix/apr_pools.c:2483
#14 0x00007fbf11b87b90 in apr_pool_destroy (pool=0x7fbf1244d028) at ./memory/unix/apr_pools.c:817
#15 0x00007fbf11b87b55 in apr_pool_destroy (pool=0x7fbf12454028) at ./memory/unix/apr_pools.c:811
#16 0x000055aef5ea5d18 in destroy_and_exit_process (process_exit_value=0, process=<optimized out>) at main.c:264
#17 0x000055aef5ea5ad7 in main (argc=<optimized out>, argv=<optimized out>) at main.c:796
Hi Valentin, Thanks for the report. I cannot reproduce this. Does this happen for you always or did maybe the crash only happen during the first stop after the security update for expat or for apache2? It would be great if you could check that in the logs. Maybe / var/log/apt/history.log helps. Cheers, Stefan
package like keystone that uses wsgi and the problem will appear in the kernel log: # service apache2 restart Jul 26 15:11:07 stretch kernel: [13675.487624] apache2[14224]: segfault at 7f4c870a47a0 ip 00007f4c870a47a0 sp 00007ffe37558148 error 14 in libexpat.so.1.6.2[7f4c8910d000+27000] # service apache2 restart Jul 26 15:11:08 stretch kernel: [13677.399062] apache2[14354]: segfault at 7fdca73897a0 ip 00007fdca73897a0 sp 00007ffcd8cfb788 error 14 in libexpat.so.1.6.2[7fdca93f2000+27000] # service apache2 restart Jul 26 15:11:10 stretch kernel: [13678.620403] apache2[14477]: segfault at 7f4c0ecd47a0 ip 00007f4c0ecd47a0 sp 00007ffc7cfd2188 error 14 in libexpat.so.1.6.2[7f4c10d3d000+27000] # service apache2 restart Jul 26 15:11:11 stretch kernel: [13679.628174] apache2[14600]: segfault at 7f2daf1c67a0 ip 00007f2daf1c67a0 sp 00007ffd329bdb48 error 14 in libexpat.so.1.6.2[7f2db122f000+27000]
I think it seems like same issue here
After succeeding initial fresh debain 9 stable amd64 install (as
webserver) I was able to run the apache2 driven wiki fro whole day.
Now after the weekend I see: it has segfaulted and I cannot access the
wiki. I CAN restart apache2 via sudo service apache2 restart. But that
would not be a real solution for our small internal wiki workflow :-/
This is in my messages log:
htpcwiki kernel: [340598.118276] apache2[9540]: segfault at 7f081d81c7a0
ip 00007f081d81c7a0 sp 00007ffc29b3db88 error 14 in
libexpat.so.1.6.2[7f081f885000+27000]
#########################################################
= Notes Installing Wiki =
see [[https://master19.moinmo.in/InstallDocs#server| MoinMoin Server
Installation]]
== setup Debian ==
''Debian 9 Stretch netinstall'' to USB Stick, boot it, run
Expert-Installer...
* Paket-Vorauswahl: web-server, ssh, drucker, grundsystem -> (no desktop)
== Setup Web Server and Wiki ==
see https://moinmo.in/HowTo/UbuntuQuick
* Webserver and python:
{{{
}}}
* MoinMoin
See https://moinmo.in/MoinMoinDownload
{{{
}}}
apply patch
[[https://bitbucket.org/thomaswaldmann/moin-1.9/commits/561b7a9c2bd91b61d26cd8a5f39aa36bf5c6159e|fix
wrong digestmod of hmac.new calls]]
{{{
sudo python setup.py install --force --record=install.log
--prefix='/usr/local' --install-data=/srv/wiki
}}}
* Test:
{{{
}}}
* Configure MoinMoin and Apache2
{{{
#
# MoinMoin WSGI configuration
#
# you will invoke your moin wiki at the root url, like
http://servername/FrontPage:
WSGIScriptAlias / /srv/wiki/share/moin/moin.wsgi
# create some wsgi daemons - use these parameters for a simple setup
WSGIDaemonProcess moin user=www-data group=www-data processes=5
threads=10 maximum-requests=1000 umask=0007
# use the daemons we defined above to process requests!
WSGIProcessGroup moin
<Directory "/srv/wiki/share/moin">
Options All
AllowOverride All
Require all granted
Allow from all
</Directory>
}}}
* WSGI stuff
{{{
}}}
add at the end of a1) paragraph the line
{{{
sys.path.insert(0, '/usr/local/lib/python2.7/site-packages')
}}}
and add at the end of the a2) paragraph the line:
{{{
sys.path.insert(0, '/srv/wiki/share/moin')
}}}
* change owner+atttributes
{{{
}}}
* restart apache
{{{
sudo service apache2 restart
}}}
Test: browse to http://<IP>/ ... voila it works!
Laba diena, Noriu Jus informuoti apie šių metų pasikeitimą dėl atnaujintos visos Lietuvos įmonių bazės 2018 metų sausio vidurio. Visi juridiniai asmenys pateikti bazėje yra veikiantys, realiai vykdantys veiklą, turintys įdarbintų darbuotojų. Duomenys pagal Sodrą, Registrų centrą. Bazėje nurodoma ir apyvarta, darbuotojų atlyginimai, darbuotojų skaičius, transporto skaičius ir daug kitų duomenų, kuriuos matysite pavyzdyje. Duomenis galima filtruoti pagal veiklas, miestus ir kitus duomenis. Šią bazę verta turėti visoms įmonėms. Pateiksiu priežastis: 1) Kontaktai pateikti bazėje direktorių ir kitų atsakingų asmenų, didelė tikimybė Jums surasti naujų klientų, partnerių, tiekėjų, kai tiesiogiai bendrausite su direktoriais, komercijos vadovais. 2) Konkurentų analizavimas, tiekėjų atsirinkimas pagal Jums reikalingus kriterijus, galite atsifiltruoti pagal įmonės dydį, bazėje nurodoma kiek įmonės skolingos Sodrai. 3) Lengva, greita ir patogu dirbti su šia baze, elektroninius pašto adresus galite importuoti į elektroninių laiškų siuntimo programas ar sistemas iš kurių siunčiate elektroninius laiškus. Taip pat galite importuoti mobiliųjų telefonų numerius į SMS siuntimo programas. Išsirinkite iš "Veiklų sąrašo" veiklas kurių Jums reikia. ( Sąrašas prisegtas laiške excel faile ) Parašykite, kurias veiklas išsirinkote ir atsiųsime pavyzdį ir pasiūlymą su sąlygomis įmonių bazei įsigyti Pagarbiai, Tadas Giedraitis Tel. nr. +37067881041
All, probably not that important, because it only happened once in several months. Nevertheless for the sake of completeness: same issue here, no wsgi, but PHP 7: ii apache2 2.4.25-3+deb9u4 ii apache2-data 2.4.25-3+deb9u4 ii apache2-utils 2.4.25-3+deb9u4 ii libapache2-mod-php7.0 7.0.27-0+deb9u1 ii apache2-bin 2.4.25-3+deb9u4 ii libapr1:amd64 1.5.2-5 ii libaprutil1:amd64 1.5.4-3 ii libaprutil1-dbd-sqlite3:amd64 1.5.4-3 ii libaprutil1-ldap:amd64 1.5.4-3 Apr 30 23:30:01 ftp17 kernel: [2384942.687542] apache2[6291]: segfault at 7f06f4973950 ip 00007f06f4973950 sp 00007ffec9db35c8 error 14 in libexpat.so.1.6.2[7f06f6bdc000+27000] [Mon Apr 30 23:30:01.204749 2018] [mpm_prefork:notice] [pid 6291] AH00169: caught SIGTERM, shutting down Last updates seem not to be related: Start-Date: 2018-04-04 07:47:47 Commandline: apt-get upgrade Upgrade: apache2-data:amd64 (2.4.25-3+deb9u3, 2.4.25-3+deb9u4), apache2-bin:amd64 (2.4.25-3+deb9u3, 2.4.25-3+deb9u4), apache2:amd64 (2.4.25-3+deb9u3, 2.4.25-3+deb9u4), apache2-utils:amd64 (2.4.25-3+deb9u3, 2.4.25-3+deb9u4) End-Date: 2018-04-04 07:47:51 Start-Date: 2018-04-26 11:14:04 Commandline: apt-get upgrade Upgrade: perl-base:amd64 (5.24.1-3+deb9u2, 5.24.1-3+deb9u3), perl-modules-5.24:amd64 (5.24.1-3+deb9u2, 5.24.1-3+deb9u3), libperl5.24:amd64 (5.24.1-3+deb9u2, 5.24.1-3+deb9u3), perl:amd64 (5.24.1-3+deb9u2, 5.24.1-3+deb9u3) End-Date: 2018-04-26 11:14:07 Issue occured only once, although apache is restarted every night since Dezember 2017!! I guess it's cosmic radiation, instable power supplies, cooling problems, broken hardware, running systems out of specification, or bad luck. - Chris
Hello, I've the same problem with my installation. Some information about stack: Server version: Apache/2.4.25 (Debian) Server built: 2018-03-31T08:47:16 Kernel version: 4.16.8 OS: Debian 9.4 PHP 5.6.36-1+0~20180505045928.13+stretch~1.gbp9b5cab (cli) Copyright (c) 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies For my website, I use php5.6-fpm and reverse proxy (nginx -> apache2). In kern.log i see this error: Jun 17 13:54:27 alibox kernel: apache2[14997]: segfault at 7fde538287a0 ip 00007fde538287a0 sp 00007ffdfa05e588 error 14 in libexpat.so.1.6.2[7fde55891000+27000] This error I've when one of my website have crash. This page probably wrote on PHP 5.3. I must restart apache2 so that the website starts to function normally. When I restart apache2 again, when site working ok, i haven't any error. Can you tell me, where i must search problem? Is a problem, can be a my kernel config?
Hello, Our partners referred your company to us. Regarding your great products. Please see required products, quantity and specifications as attached. Kindly give us your lowest possible prices for FCL shipment. Best Regards, Wanda Rodriguez Purchase Assistant Hidroconta Trading Ltd. Av. de Sta. Catalina, 60, 30012 Murcia, Spain Phone: +34 968 26 77 66 Fax: +34 968 26 77 06
To view the message, please use an HTML compatible email viewer Link to the online version: http://t.emk03.com/TFis_m/mXNkbFrGdmJoZWpnll3IoWeZZpqVamyVjMh1aXBnlW1wXJVxZYqfbmNjZmSSZ5aRZ5lVkpltbJSglGhYnm6VX6BzY2tlmXFhV59xmdNd1aFmi6ifyKCilJmSm6Gk Unsubscribe Link: http://t.emk03.com/CEfv_unsub/mXNkbFrGdmJoZWpnll3IoWeZZpqVamyVjMh1aXBnlW1wXJVxZYqfbmNjZmSSZ5aRZ5lVkpltbJSglGhYnm6VX6BzY2tlmXFhV59xmdNd1aFmi6ifyKCilJmSm6Gk Foscore Development Center Welcome to Foscore Development Center, we are a global training and consulting firm that has been assisting organizations and individuals to achieve their objectives and goals. We specialize in capacity building, consultancy and talent development solutions for individuals and organisations through our highly customized courses and experienced consultants.Course Title: Quantitative Data Management and Analysis with SAS CourseClick to view all course content and register as individual or group to attendClick to Download 2020 Course Calendar in PDFIntroductionSAS refers to statistical software which is used in the management of data, analysis, and graphics. It comprises of advanced functions which includes forecasting, survival analysis, data analysis, and time series analysis and survey methods. It can be utilized via graphical interface using very intuitive language. It benefits from the active user community which gives its support on a dedicated mailing. Duration5 Days Who Should Attend?Statistician, analyst, or a budding data scientist and beginners who want to learn how to analyze data with SAS· Research Design, Analysis and Interpretation· Understand the entire workflow from a high level perspective · Learn the SAS basic to advance to buildup solid understanding of SAS technical skills· Learn to accomplish a task with various SAS techniques· Learn step-by-step statistical analysis from descriptive statistics, hypothesis testing to linear regression · Learn data importing with different techniques for various type of data · Use many important functions to make SAS programming · Learn the important concepts of meta data: formats and informats, labels, lengths, etc. · Learn the manipulation techniques to prepare the data and make the data analysis-ready · Perform dataset manipulations: subsetting, transposition, etc. · Learn how to properly interpret the results from statistical analyses Module 1: Research Design, Analysis and interpretation· Introduction to Research and the Research Process· Problem Definition· Research Design and Secondary Data Sources· Qualitative Methods· Descriptive Research Design and Observation· Causal Research Design· Measurement, Scaling and Sampling· Data Preparation and Analysis Strategy· Hypothesis testing, Frequencies and Cross-tabulation· Testing for Significant Differences – t-test/ANOVA· Testing for Association – Correlation and Regression Module 2: Understanding the Workflow· The Workflow · SAS Basics · Data Importing - Instream data and Proc Import · Import Wizard for SAS 9.x · Data Importing in SAS Studio · Bring in Data from Pre-existing SAS Dataset and Create Permanent Dataset · Data importing - excel data Module 3: Data Manipulation - Naming Convention and IF THEN/ELSE Statement· Naming Convention and Variable Types · IF THEN/ELSE Statement · Keep and Drop Variables · Data Manipulation - SAS Functions and DO Loop · SAS Functions · DO Loop · Dataset Manipulation - Subset and Append · Use WHERE statement to subset data · Concatenation (Append) Module 4: Dataset Manipulation - Merge and Transposition · Merge · Merge two datasets into a single dataset · Project part 3: Merge two datasets · Transpose · A comprehensive task using several techniques to subset, transpose data Module 6: Descriptive Statistics - Frequency and Univariate Analysis · Explore the Data Using PROC PRINT and CONTENTS Procedures · Descriptive Statistics · Calculate the mean of the sample · PROC FREQ Module 7: Perform descriptive statistical analysis · One, Two Sample T-Test and ANOVA · One Sample T-Test · Two Sample T-Test · Two Sample T-Test and paired T-Test · Sample ANOVA · Non-parametric Analysis Module 8: Linear Regression - Predicting the Outcome · Linear Regression · Use Linear Regression model to predict the MSRP · Dummy Variable · Include some categorical variables into the model Module 9: Report writing for surveys, data dissemination, demand and use· Writing a report from survey data· Communication and dissemination strategy· Context of Decision Making· Improving data use in decision making· Culture Change and Change Management· Preparing a report for the survey, a communication and dissemination plan and a demand and use strategy.· Presentations and joint action planning Click to view course all content and register as individual or group to attend Register online as individual or group and you will automatically receive invoice and invitation letter to enable your attendance.Register as a group of more than two and enjoy discount of (10% to 50%) plus free five hour adventure drive to the National Game Park, in Nairobi Kenya.Looking forward to your registration and attendanceRegardsFoscore Development Center Training TeamWhatsapp/Call: +254 712 260 031 Website: www.fdc-k.com 1
Dzień dobry, kontaktuję się z Państwem, ponieważ dostrzegam możliwość redukcji opłat za prąd. Odpowiednio dobrana instalacja fotowoltaiczna to rozwiązanie, które pozwala wygenerować spore oszczędności w skali roku. Chciałbym porozmawiać z Państwem o tego typu rozwiązaniu, a także przedstawić wstępne kalkulacje. Czy są Państwo zainteresowani? Pozdrawiam, Dorian Kwiatkowski
Dzień dobry, jakiś czas temu zgłosiła się do nas firma, której strona internetowa nie pozycjonowała się wysoko w wyszukiwarce Google. Na podstawie wykonanego przez nas audytu SEO zoptymalizowaliśmy treści na stronie pod kątem wcześniej opracowanych słów kluczowych. Nasz wewnętrzny system codziennie analizuje prawidłowe działanie witryny. Dzięki indywidualnej strategii, firma zdobywa coraz więcej Klientów. Czy chcieliby Państwo zwiększyć liczbę osób odwiedzających stronę internetową firmy? Mógłbym przedstawić ofertę? Pozdrawiam serdecznie, Patryk Górecki
Dzień dobry, jakiś czas temu zgłosiła się do nas firma, której strona internetowa nie pozycjonowała się wysoko w wyszukiwarce Google. Na podstawie wykonanego przez nas audytu SEO zoptymalizowaliśmy treści na stronie pod kątem wcześniej opracowanych słów kluczowych. Nasz wewnętrzny system codziennie analizuje prawidłowe działanie witryny. Dzięki indywidualnej strategii, firma zdobywa coraz więcej Klientów. Czy chcieliby Państwo zwiększyć liczbę osób odwiedzających stronę internetową firmy? Mógłbym przedstawić ofertę? Pozdrawiam serdecznie, Patryk Górecki
Dzień dobry, jakiś czas temu zgłosiła się do nas firma, której strona internetowa nie pozycjonowała się wysoko w wyszukiwarce Google. Na podstawie wykonanego przez nas audytu SEO zoptymalizowaliśmy treści na stronie pod kątem wcześniej opracowanych słów kluczowych. Nasz wewnętrzny system codziennie analizuje prawidłowe działanie witryny. Dzięki indywidualnej strategii, firma zdobywa coraz więcej Klientów. Czy chcieliby Państwo zwiększyć liczbę osób odwiedzających stronę internetową firmy? Mógłbym przedstawić ofertę? Pozdrawiam serdecznie, Patryk Górecki
Dzień dobry, jakiś czas temu zgłosiła się do nas firma, której strona internetowa nie pozycjonowała się wysoko w wyszukiwarce Google. Na podstawie wykonanego przez nas audytu SEO zoptymalizowaliśmy treści na stronie pod kątem wcześniej opracowanych słów kluczowych. Nasz wewnętrzny system codziennie analizuje prawidłowe działanie witryny. Dzięki indywidualnej strategii, firma zdobywa coraz więcej Klientów. Czy chcieliby Państwo zwiększyć liczbę osób odwiedzających stronę internetową firmy? Mógłbym przedstawić ofertę? Pozdrawiam serdecznie, Patryk Górecki
Dzień dobry! Czy mógłbym przedstawić rozwiązanie, które umożliwia monitoring każdego auta w czasie rzeczywistym w tym jego pozycję, zużycie paliwa i przebieg? Dodatkowo nasze narzędzie minimalizuje koszty utrzymania samochodów, skraca czas przejazdów, a także tworzenie planu tras czy dostaw. Z naszej wiedzy i doświadczenia korzysta już ponad 49 tys. Klientów. Monitorujemy 809 000 pojazdów na całym świecie, co jest naszą najlepszą wizytówką. Bardzo proszę o e-maila zwrotnego, jeśli moglibyśmy wspólnie omówić potencjał wykorzystania takiego rozwiązania w Państwa firmie. Z poważaniem, Dawid Rowicki
Dzień dobry, kontaktuje się z Państwem, ponieważ jako osoba zajmująca się usprawnieniem procesów, chciałbym zaprezentować nowoczesne rozwiązanie dla Państwa firmy. System został stworzony z myślą o przedsiębiorstwach z sektora MŚP, aby zapewnić bezpieczeństwo danych, niezawodność i optymalizację procesów. Dzięki bogatym funkcjonalnościom usprawnia i przyspiesza obsługę zleceń. Jeśli chcieliby Państwo zwiększyć tempo rozwoju swojej działalności i poszerzyć rynek zbytu chętnie opowiem więcej. Kiedy mogę się skontaktować? Pozdrawiam, Arkadiusz Stryj
Dzień dobry, zapoznałem się z Państwa ofertą i z przyjemnością przyznaję, że przyciąga uwagę i zachęca do dalszych rozmów. Pomyślałem, że może mógłbym mieć swój wkład w Państwa rozwój i pomóc dotrzeć z tą ofertą do większego grona odbiorców. Pozycjonuję strony www, dzięki czemu generują świetny ruch w sieci. Możemy porozmawiać w najbliższym czasie? Pozdrawiam Adam Furgalski