Job for httpd.service failed. See 'systemctl status httpd.service' and

Hello,
I am the problem. I change "/etc/httpd/conf/httpd.conf" to install php5 on apache.
sudo systemctl start httpd
Job for httpd.service failed. See 'systemctl status httpd.service' and 'journalctl -xn' for details.
systemctl status httpd.service
● httpd.service - Apache Web Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled)
Active: failed (Result: exit-code) since lun. 2014-08-25 12:19:31 CEST; 1min 18s ago
Process: 2208 ExecStop=/usr/bin/apachectl graceful-stop (code=exited, status=1/FAILURE)
Process: 2433 ExecStart=/usr/bin/apachectl start (code=exited, status=1/FAILURE)
Main PID: 2060 (code=exited, status=0/SUCCESS)
août 25 12:19:31 creaprog apachectl[2433]: httpd: Syntax error on line 66 o...y
août 25 12:19:31 creaprog systemd[1]: httpd.service: control process exite...=1
août 25 12:19:31 creaprog systemd[1]: Failed to start Apache Web Server.
août 25 12:19:31 creaprog systemd[1]: Unit httpd.service entered failed state.
Hint: Some lines were ellipsized, use -l to show in full.
cat /etc/httpd/conf/httpd.conf
# This is the main Apache HTTP server configuration file. It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.4/> for detailed information.
# In particular, see
# <URL:http://httpd.apache.org/docs/2.4/mod/directives.html>
# for a discussion of each configuration directive.
# Do NOT simply read the instructions in here without understanding
# what they do. They're here only as hints or reminders. If you are unsure
# consult the online docs. You have been warned.
# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path. If the filenames do *not* begin
# with "/", the value of ServerRoot is prepended -- so "logs/access_log"
# with ServerRoot set to "/usr/local/apache2" will be interpreted by the
# server as "/usr/local/apache2/logs/access_log", whereas "/logs/access_log"
# will be interpreted as '/logs/access_log'.
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
# Do not add a slash at the end of the directory path. If you point
# ServerRoot at a non-local disk, be sure to specify a local disk on the
# Mutex directive, if file-based mutexes are used. If you wish to share the
# same ServerRoot for multiple httpd daemons, you will need to change at
# least PidFile.
ServerRoot "/srv/http"
# Mutex: Allows you to set the mutex mechanism and mutex file directory
# for individual mutexes, or change the global defaults
# Uncomment and change the directory if mutexes are file-based and the default
# mutex file directory is not on a local disk or is not appropriate for some
# other reason.
# Mutex default:/run/httpd
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses.
#Listen 12.34.56.78:80
Listen 80
# Dynamic Shared Object (DSO) Support
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Statically compiled modules (those listed by `httpd -l') do not need
# to be loaded here.
# Example:
# LoadModule foo_module modules/mod_foo.so
LoadModule authn_file_module modules/mod_authn_file.so
#LoadModule authn_dbm_module modules/mod_authn_dbm.so
#LoadModule authn_anon_module modules/mod_authn_anon.so
#LoadModule authn_dbd_module modules/mod_authn_dbd.so
#LoadModule authn_socache_module modules/mod_authn_socache.so
LoadModule authn_core_module modules/mod_authn_core.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_user_module modules/mod_authz_user.so
#LoadModule authz_dbm_module modules/mod_authz_dbm.so
#LoadModule authz_owner_module modules/mod_authz_owner.so
#LoadModule authz_dbd_module modules/mod_authz_dbd.so
LoadModule authz_core_module modules/mod_authz_core.so
#LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
LoadModule access_compat_module modules/mod_access_compat.so
LoadModule auth_basic_module modules/mod_auth_basic.so
#LoadModule auth_form_module modules/mod_auth_form.so
#LoadModule auth_digest_module modules/mod_auth_digest.so
#LoadModule allowmethods_module modules/mod_allowmethods.so
#LoadModule file_cache_module modules/mod_file_cache.so
#LoadModule cache_module modules/mod_cache.so
#LoadModule cache_disk_module modules/mod_cache_disk.so
#LoadModule cache_socache_module modules/mod_cache_socache.so
#LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
#LoadModule socache_dbm_module modules/mod_socache_dbm.so
#LoadModule socache_memcache_module modules/mod_socache_memcache.so
#LoadModule watchdog_module modules/mod_watchdog.so
#LoadModule macro_module modules/mod_macro.so
#LoadModule dbd_module modules/mod_dbd.so
#LoadModule dumpio_module modules/mod_dumpio.so
#LoadModule echo_module modules/mod_echo.so
#LoadModule buffer_module modules/mod_buffer.so
#LoadModule data_module modules/mod_data.so
#LoadModule ratelimit_module modules/mod_ratelimit.so
LoadModule reqtimeout_module modules/mod_reqtimeout.so
#LoadModule ext_filter_module modules/mod_ext_filter.so
#LoadModule request_module modules/mod_request.so
LoadModule include_module modules/mod_include.so
LoadModule filter_module modules/mod_filter.so
#LoadModule reflector_module modules/mod_reflector.so
#LoadModule substitute_module modules/mod_substitute.so
#LoadModule sed_module modules/mod_sed.so
#LoadModule charset_lite_module modules/mod_charset_lite.so
#LoadModule deflate_module modules/mod_deflate.so
#LoadModule xml2enc_module modules/mod_xml2enc.so
#LoadModule proxy_html_module modules/mod_proxy_html.so
LoadModule mime_module modules/mod_mime.so
#LoadModule ldap_module modules/mod_ldap.so
LoadModule log_config_module modules/mod_log_config.so
#LoadModule log_debug_module modules/mod_log_debug.so
#LoadModule log_forensic_module modules/mod_log_forensic.so
#LoadModule logio_module modules/mod_logio.so
#LoadModule lua_module modules/mod_lua.so
LoadModule env_module modules/mod_env.so
#LoadModule mime_magic_module modules/mod_mime_magic.so
#LoadModule cern_meta_module modules/mod_cern_meta.so
#LoadModule expires_module modules/mod_expires.so
LoadModule headers_module modules/mod_headers.so
#LoadModule ident_module modules/mod_ident.so
#LoadModule usertrack_module modules/mod_usertrack.so
#LoadModule unique_id_module modules/mod_unique_id.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule version_module modules/mod_version.so
#LoadModule remoteip_module modules/mod_remoteip.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so
LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
#LoadModule proxy_fdpass_module modules/mod_proxy_fdpass.so
LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_express_module modules/mod_proxy_express.so
#LoadModule session_module modules/mod_session.so
#LoadModule session_cookie_module modules/mod_session_cookie.so
#LoadModule session_crypto_module modules/mod_session_crypto.so
#LoadModule session_dbd_module modules/mod_session_dbd.so
LoadModule slotmem_shm_module modules/mod_slotmem_shm.so
#LoadModule slotmem_plain_module modules/mod_slotmem_plain.so
#LoadModule ssl_module modules/mod_ssl.so
#LoadModule dialup_module modules/mod_dialup.so
LoadModule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so
LoadModule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so
LoadModule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so
LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so
LoadModule mpm_event_module modules/mod_mpm_event.so
LoadModule unixd_module modules/mod_unixd.so
#LoadModule heartbeat_module modules/mod_heartbeat.so
#LoadModule heartmonitor_module modules/mod_heartmonitor.so
#LoadModule dav_module modules/mod_dav.so
LoadModule status_module modules/mod_status.so
LoadModule autoindex_module modules/mod_autoindex.so
#LoadModule asis_module modules/mod_asis.so
#LoadModule info_module modules/mod_info.so
#LoadModule suexec_module modules/mod_suexec.so
#LoadModule cgid_module modules/mod_cgid.so
#LoadModule cgi_module modules/mod_cgi.so
#LoadModule dav_fs_module modules/mod_dav_fs.so
#LoadModule dav_lock_module modules/mod_dav_lock.so
#LoadModule vhost_alias_module modules/mod_vhost_alias.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule dir_module modules/mod_dir.so
#LoadModule imagemap_module modules/mod_imagemap.so
#LoadModule actions_module modules/mod_actions.so
#LoadModule speling_module modules/mod_speling.so
LoadModule userdir_module modules/mod_userdir.so
LoadModule alias_module modules/mod_alias.so
#LoadModule rewrite_module modules/mod_rewrite.so
#Load php5 module
LoadModule php5_module modules/libphp5.so
<IfModule unixd_module>
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
User http
Group http
</IfModule>
# 'Main' server configuration
# The directives in this section set up the values used by the 'main'
# server, which responds to any requests that aren't handled by a
# <VirtualHost> definition. These values also provide defaults for
# any <VirtualHost> containers you may define later in the file.
# All of these directives may appear inside <VirtualHost> containers,
# in which case these default settings will be overridden for the
# virtual host being defined.
# ServerAdmin: Your address, where problems with the server should be
# e-mailed. This address appears on some server-generated pages, such
# as error documents. e.g. [email protected]
ServerAdmin [email protected]
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
# If your host doesn't have a registered DNS name, enter its IP address here.
#ServerName www.example.com:80
# Deny access to the entirety of your server's filesystem. You must
# explicitly permit access to web content directories in other
# <Directory> blocks below.
<Directory />
AllowOverride none
Require all denied
</Directory>
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
DocumentRoot "/srv/http"
<Directory "/srv/http">
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.4/mod/core.html#options
# for more information.
Options Indexes FollowSymLinks
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# AllowOverride FileInfo AuthConfig Limit
AllowOverride None
# Controls who can get stuff from this server.
Require all granted
</Directory>
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
<Files ".ht*">
Require all denied
</Files>
# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive within a <VirtualHost>
# container, error messages relating to that virtual host will be
# logged here. If you *do* define an error logfile for a <VirtualHost>
# container, that host's errors will be logged there and not here.
ErrorLog "/var/log/httpd/error_log"
# LogLevel: Control the number of messages logged to the error_log.
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
<IfModule log_config_module>
# The following directives define some format nicknames for use with
# a CustomLog directive (see below).
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
<IfModule logio_module>
# You need to enable mod_logio.c to use %I and %O
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
</IfModule>
# The location and format of the access logfile (Common Logfile Format).
# If you do not define any access logfiles within a <VirtualHost>
# container, they will be logged here. Contrariwise, if you *do*
# define per-<VirtualHost> access logfiles, transactions will be
# logged therein and *not* in this file.
CustomLog "/var/log/httpd/access_log" common
# If you prefer a logfile with access, agent, and referer information
# (Combined Logfile Format) you can use the following directive.
#CustomLog "/var/log/httpd/access_log" combined
</IfModule>
<IfModule alias_module>
# Redirect: Allows you to tell clients about documents that used to
# exist in your server's namespace, but do not anymore. The client
# will make a new request for the document at its new location.
# Example:
# Redirect permanent /foo http://www.example.com/bar
# Alias: Maps web paths into filesystem paths and is used to
# access content that does not live under the DocumentRoot.
# Example:
# Alias /webpath /full/filesystem/path
# If you include a trailing / on /webpath then the server will
# require it to be present in the URL. You will also likely
# need to provide a <Directory> section to allow access to
# the filesystem path.
# ScriptAlias: This controls which directories contain server scripts.
# ScriptAliases are essentially the same as Aliases, except that
# documents in the target directory are treated as applications and
# run by the server when requested rather than as documents sent to the
# client. The same rules about trailing "/" apply to ScriptAlias
# directives as to Alias.
ScriptAlias /cgi-bin/ "/srv/http/cgi-bin/"
</IfModule>
<IfModule cgid_module>
# ScriptSock: On threaded servers, designate the path to the UNIX
# socket used to communicate with the CGI daemon of mod_cgid.
#Scriptsock cgisock
</IfModule>
# "/srv/http/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
<Directory "/srv/http/cgi-bin">
AllowOverride None
Options None
Require all granted
</Directory>
<IfModule mime_module>
# TypesConfig points to the file containing the list of mappings from
# filename extension to MIME-type.
TypesConfig conf/mime.types
# AddType allows you to add to or override the MIME configuration
# file specified in TypesConfig for specific file types.
#AddType application/x-gzip .tgz
# AddEncoding allows you to have certain browsers uncompress
# information on the fly. Note: Not all browsers support this.
#AddEncoding x-compress .Z
#AddEncoding x-gzip .gz .tgz
# If the AddEncoding directives above are commented-out, then you
# probably should define those extensions to indicate media types:
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
# AddHandler allows you to map certain file extensions to "handlers":
# actions unrelated to filetype. These can be either built into the server
# or added with the Action directive (see below)
# To use CGI scripts outside of ScriptAliased directories:
# (You will also need to add "ExecCGI" to the "Options" directive.)
#AddHandler cgi-script .cgi
# For type maps (negotiated resources):
#AddHandler type-map var
# Filters allow you to process content before it is sent to the client.
# To parse .shtml files for server-side includes (SSI):
# (You will also need to add "Includes" to the "Options" directive.)
#AddType text/html .shtml
#AddOutputFilter INCLUDES .shtml
</IfModule>
# The mod_mime_magic module allows the server to use various hints from the
# contents of the file itself to determine its type. The MIMEMagicFile
# directive tells the module where the hint definitions are located.
#MIMEMagicFile conf/magic
# Customizable error responses come in three flavors:
# 1) plain text 2) local redirects 3) external redirects
# Some examples:
#ErrorDocument 500 "The server made a boo boo."
#ErrorDocument 404 /missing.html
#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
#ErrorDocument 402 http://www.example.com/subscription_info.html
# MaxRanges: Maximum number of Ranges in a request before
# returning the entire resource, or one of the special
# values 'default', 'none' or 'unlimited'.
# Default setting is to accept 200 Ranges.
#MaxRanges unlimited
# EnableMMAP and EnableSendfile: On systems that support it,
# memory-mapping or the sendfile syscall may be used to deliver
# files. This usually improves server performance, but must
# be turned off when serving from networked-mounted
# filesystems or if support for these functions is otherwise
# broken on your system.
# Defaults: EnableMMAP On, EnableSendfile Off
#EnableMMAP off
#EnableSendfile on
# Supplemental configuration
# The configuration files in the conf/extra/ directory can be
# included to add extra features or to modify the default configuration of
# the server, or you may simply copy their contents here and change as
# necessary.
# Server-pool management (MPM specific)
Include conf/extra/httpd-mpm.conf
# Multi-language error messages
Include conf/extra/httpd-multilang-errordoc.conf
# Fancy directory listings
Include conf/extra/httpd-autoindex.conf
# Language settings
Include conf/extra/httpd-languages.conf
# User home directories
Include conf/extra/httpd-userdir.conf
# Real-time info on requests and configuration
#Include conf/extra/httpd-info.conf
# Virtual hosts
#Include conf/extra/httpd-vhosts.conf
# Local access to the Apache HTTP Server Manual
#Include conf/extra/httpd-manual.conf
# Distributed authoring and versioning (WebDAV)
#Include conf/extra/httpd-dav.conf
# Various default settings
Include conf/extra/httpd-default.conf
# PHP settings
Include conf/extra/php5_module.conf
# Configure mod_proxy_html to understand HTML4/XHTML1
<IfModule proxy_html_module>
Include conf/extra/proxy-html.conf
</IfModule>
# Secure (SSL/TLS) connections
#Include conf/extra/httpd-ssl.conf
# Note: The following must must be present to support
# starting without SSL on platforms with no /dev/random equivalent
# but a statically compiled-in mod_ssl.
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
# uncomment out the below to deal with user agents that deliberately
# violate open standards by misusing DNT (DNT *must* be a specific
# end-user choice)
#<IfModule setenvif_module>
#BrowserMatch "MSIE 10.0;" bad_DNT
#</IfModule>
#<IfModule headers_module>
#RequestHeader unset DNT env=bad_DNT
#</IfModule>
Thanks, sorry my english is bad .
Last edited by Creaprog (2014-08-25 10:25:17)

I just noticed the exact same thing. It turns out that the httpd-ssl.conf file on my system is still the old v2.2 syntax, which means that the SSLMutex directive is still in there. This is an invalid directive after 2.2.
This is where things get interesting. At first, I simply thought I had forgotten to merge httpd-ssl.conf.pacnew after apache had been upgraded to 2.4. However, when I check my pacman.log, it appears that httpd-ssl.conf was never upgraded when apache went to 2.4 - (2.2.26-1 -> 2.4.7-1). There was never a pacnew file generated to be merged.
I took a look at the apache package via the abs and the "proper" httpd-ssl.conf is certainly in there, so why pacman never created a pacnew file is a mystery.
Anyway, to fix this: pull the httpd-ssl.conf from the apache package, either from your cache, using the abs and building it, or (I think) pacman may re-install it if you move the file to a backup location (not sure about this). Then merge your original httpd-ssl-conf with the new one.

Similar Messages

  • SMS_WSUS_CONFIGURATION_MANAGER - MessageID 6600 - The request failed with HTTP status 503: Service Unavailable

    Hi all,
    knowning that there are already a lot of posts concerning above message, I have to write an additional one as I could not find a solution on the web yet.
    Situation:
    Windows Server 2008 forest including empty root and two child domains, one child domain does have SCCM SP1 (central primary site WND) installed on W2k8 x64 machine including WSUS 3.0 SP1 => everything is working fine.
    Second child domain also contains a SCCM SP1 server  (primary site HUN) running on W2k8 x64 and is defined as child site of central site WND => everything is working fine too - except Software Updates.
    WSUS 3.0 SP1 installed on both SCCM servers by creating additional web site (not using "defautl web site") and configured ports 8530 and 8531 (SSL not used!). No proxy necessary/used. All WSUS 3.0 requirements for W2k8 are installed (IIS roles)
    Error:
    SMS_WSUS_CONFIGURATION_MANAGER - MessageID 6600:
    SMS WSUS Configuration Manager failed to configure upstream server settings on WSUS Server "xxxx0003".
    Possible cause: WSUS Server version 3.0 SP1 and above is not installed or cannot be contacted.
    Solution: Verify that the WSUS Server version 3.0 SP1 or greater is installed. Verify that the IIS ports configured in SMS are same as those configured on the WSUS IIS website.
    wsusutil checkhealth =>OK
    downloading updates from WSUS at central site (SUSDB and WSUS folder equal in size) =>OK
    wsus admin console able to connect and configuration possible => OK
    IIS ports configured within SMS are equal to those configured for WSUS website
    SCCM config (using Configuration Manager Console) does look correct - ConfigMgr Software Update Point role properties and Software Update Point Component properties
    wcm.log does report an error: (SCCM Log files at the end.)
    "The request failed with HTTP status 503: Service Unavailable"
    IIS log files of both websites (default web site and WSUS Administration website) do not show any errors.
    Questions:
    What else should I look at? (registyr, SUSDB content,..)
    What exactly does happen during the attempt to configure the upstream server by the SMS_WSUS_Configuration_Manager component? I guess a SMS process tries to contact a webservice - would it be possible to debug in more detail ?
    And finally - Who does know the solution ?
    wcm.log:
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.0.6000.273, Major Version = 0x30000, Minor Version = 0x17700111 SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.1.6001.1, Major Version = 0x30001, Minor Version = 0x17710001 SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    The installed WSUS build has the valid and supported WSUS Administration DLL assembly version (3.1.6001.65) SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    System.Net.WebException: The request failed with HTTP status 503: Service Unavailable.~~   at Microsoft.UpdateServices.Administration.AdminProxy.CreateUpdateServer(Object[] args)~~   at Microsoft.UpdateServices.Administration.AdminProxy.GetUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)~~   at Microsoft.SystemsManagementServer.WSUS.WSUSServer.ConnectToWSUSServer(String ServerName, Boolean UseSSL, Int32 PortNumber) SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    Remote configuration failed on WSUS Server. SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    STATMSG: ID=6600 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_CONFIGURATION_MANAGER" SYS=xxxx0003 SITE=HUN PID=2424 TID=4468 GMTDATE=Mi Jul 16 10:49:47.758 2008 ISTR0="xxxx0003" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0 SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    Waiting for changes for 59 minutes SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    wsusctrl.log (looks fine to me - is able to connect to local WSUS !):
    SMS_EXECUTIVE started SMS_WSUS_CONTROL_MANAGER as thread ID 6156 (0x180C). SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 2732 (0x0AAC)
    This is a WSUS Role as WSUS registry key exists. SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.0.6000.273, Major Version = 0x30000, Minor Version = 0x17700111 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.1.6001.1, Major Version = 0x30001, Minor Version = 0x17710001 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    The installed WSUS build has the valid and supported WSUS Administration DLL assembly version (3.1.6001.65) SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Successfully connected to local WSUS server SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Local WSUS Server Proxy settings are correctly configured as Proxy Name  and Proxy Port 80 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Waiting for changes for 0 minutes SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Timed Out... SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.0.6000.273, Major Version = 0x30000, Minor Version = 0x17700111 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.1.6001.1, Major Version = 0x30001, Minor Version = 0x17710001 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    The installed WSUS build has the valid and supported WSUS Administration DLL assembly version (3.1.6001.65) SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Successfully connected to local WSUS server SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Local WSUS Server Proxy settings are correctly configured as Proxy Name  and Proxy Port 80 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Successfully connected to local WSUS server SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    There are no unhealthy WSUS Server components on WSUS Server xxxx0003 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Successfully checked database connection on WSUS server xxxx0003 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:02 6156 (0x180C)
    Waiting for changes for 57 minutes SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:02 6156 (0x180C)
    wsyncmgr.log (as a result of being not able to configure upstream server I guess):
    STATMSG: ID=6701 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=xxxx0003 SITE=HUN PID=2424 TID=4476 GMTDATE=Mi Jul 16 10:03:51.481 2008 ISTR0="" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0 SMS_WSUS_SYNC_MANAGER 16.07.2008 12:03:51 4476 (0x117C)
    Sync failed: WSUS server not configured. Source: CWSyncMgr:oSync SMS_WSUS_SYNC_MANAGER 16.07.2008 12:08:51 4476 (0x117C)
    STATMSG: ID=6703 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=xxxx0003 SITE=HUN PID=2424 TID=4476 GMTDATE=Mi Jul 16 10:08:51.636 2008 ISTR0="CWSyncMgr:oSync" ISTR1="WSUS server not configured" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0 SMS_WSUS_SYNC_MANAGER 16.07.2008 12:08:51 4476 (0x117C)

    I just experienced the exact same scenario.  After much digging I found that csakg6so posted a fix at
    Windoows-Noob
    Run Internet Explorer as the SYSTEM account (psexec -s -d -i cmd.exe & C:\Program Files\Internet Explorrer\iexplore.exe)
    Go to internet options
    Go to conections
    Go to LAN settings
    Uncheck all boxes
    The original post said to reboot, but that wasn't necessary for me.
    After initiating a manual Software Update sync the WCM.log and WSyncMgr.log errors do not return and new updates are synchronized.

  • How to know what reports are running by looking at SSReproting Services to see what reports are running and also any clue of which application is using the reporting services?

    How to know what reports are running by looking at SSReproting Services to see what reports are running and also any clue of which application is using the reporting services?

    To see what reports are running, take a look at the execution log views that are available in the database.  Which views that are available are dependent on your version of SSRS.
    http://technet.microsoft.com/en-us/library/ms159110.aspx
    To see which application is using SSRS is a little more difficult.  You can turn HTTP logging on, which will give you an idea of where connections are coming from, so you can see IP addresses.  You can also look at the execution log view to see
    user accounts.  So, depending on your environment and use of service accounts, this could be easy, or difficult.
    http://technet.microsoft.com/en-us/library/bb630443.aspx
    If all else fails you can look for clues in the SSRS logs.  Good luck...

  • Asset Intelligence synchronization point failing to update, Status = Online Service account is not provisioned

    Has anyone seen or dealt with this issue?
    We are running SCCM 2012 R2 CU3 on Win 2008 R2 server and are having problems with our AI synch point where the Online Service Account is showing as not provisioned.  It's on the CAS and it synched months ago so it *was* working. 
    Attempted to uninstall and reinstall thinking that may help, but no luck.  Cannot locate anywhere to input an online service account or how to obtain one and we are not using a proxy to get out. Any help would be appreciated.
    Thanks
    Dave
    Errors in the AIUpdateSvc.log
    Asset Intelligence Catalog Sync Service Warning: 0 : Tue, 09 Dec 2014 19:04:19 GMT:WebException trying to enroll: Status = Timeout
    Asset Intelligence Catalog Sync Service Error: 0 : Tue, 09 Dec 2014 19:04:19 GMT:Retrieve Machine Cert, Error - The operation has timed out
    Asset Intelligence Catalog Sync Service Error: 0 : Tue, 09 Dec 2014 19:04:19 GMT:Exception attempting sync - The operation has timed out
    Asset Intelligence Catalog Sync Service Information: 0 : Tue, 09 Dec 2014 19:04:19 GMT:Exception details:
    Microsoft.AssetIntelligence.CatalogSyncException: The operation has timed out ---> System.Net.WebException: The operation has timed out
    - Dave

    Hello thanks for the reply... 
    nope, nothing blocking access to Microsoft. 
    I did see the 403 in the logs and when I throw
    https://sc.microsoft.com/CatalogService/service.svc into a browser in or outside our network I get at 403.
    Asset Intelligence Catalog Sync Service Information: 0 : Fri, 12 Dec 2014 14:51:58 GMT:Redirected to URL
    https://sc.microsoft.com/CatalogService/service.svc
    Asset Intelligence Catalog Sync Service Warning: 0 : Fri, 12 Dec 2014 14:51:59 GMT:WebException trying to enroll: Status = ProtocolError
    Asset Intelligence Catalog Sync Service Error: 0 : Fri, 12 Dec 2014 14:51:59 GMT:Retrieve Machine Cert, Error - The request failed with HTTP status 403: Forbidden.
    Asset Intelligence Catalog Sync Service Error: 0 : Fri, 12 Dec 2014 14:51:59 GMT:Exception attempting sync - The request failed with HTTP status 403: Forbidden.
    - Dave

  • Program works but background job for that program fails....

    I have a requirement where I have to collect the details of the purchase order and put the details in XML file format and FTP the XML file to an external third party FTP Server.
    To realize this I developed a report program which follows following logic.
    1)     First I collected the PO details by calling the BAPI BAPI_PO_GETDETAIL1.
    2)     Then using the following link "/people/r.eijpe/blog/2005/11/10/xml-dom-processing-in-abap-part-i--convert-an-abap-table-into-xml-file-using-sap-dom-approach
    I converted these PO details to the XML file format that the third party people accept.
           In the code I used u201CCALL METHOD cl_gui_frontend_services=>gui_downloadu201D and in this process first the XML file is generated and is getting stored on my deskytop.
    3)     Then I called HTTP_SCRAMBLE, FTP_CONNECT, FTP_COMMAND , FTP_DISCONNECT and RFC_CONNECTION_CLOSE.
    This works perfectly well and each time I execute the report the file is getting FTPu2019ed to the third party FTP server.
    Now I tried to schedule a batch job for this and the batch job fails with follwing errors
    02/25/2009 15:08:47 Error in Control Framework
    Message Class  = FES         
    Message Number = 022  
    Message Type   = E
    02/25/2009 15:08:47 Job cancelled after system exception ERROR_MESSAGE 
    Message Class  = 00        
    Message Number = 564  
    Message Type   = A                
    Can some one tell me what is going wrong. My report works perfect in front end but fails if I try to schedule a background job for it in SM36.
    Can you please tell me whatz going wrong with batch job? Any Help is highly appreciated.
    Regards,
    JEssica SAm

    Robert...Thanks for the reply...
    I am using follwing code
    l_xml_size = l_ostream->get_num_written_raw( ).
        CALL METHOD cl_gui_frontend_services=>gui_download
          EXPORTING
            bin_filesize = l_xml_size
            filename     = FILEPATH
            filetype     = 'BIN'
          CHANGING
            data_tab     = l_xml_table
          EXCEPTIONS
            OTHERS       = 24.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                     WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    Now what changes should i make..where should i store my XML file then instead of my desktop?
    and whih Function Module should i Use..

  • Why the background job for downloading file failed?

    I have a background job for downloading file with logical path.
    with
    'OPEN DATASET l_out_file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT';
    Now, the program can be run in foreground;but when it running on background, it shows 'open file error'.
    I do not know what happen?
    Please help ~~

    Hi,
    The logical path you have provided might be incorrect or you might not have the necessary authorization to read/write on that folder.
    Please check the folder in transaction AL11 & check whether you have the authorization to read/write. BASIS consultant would be able to tell you about it.
    Best regards,
    Prashant

  • Job for V3 updates failing for inventory

    Dear all,
    We have implemented inventory in BW and are extracting data from R/3 using LO extraction method. The V3 update is scheduled in R/3 using 'Queued Delta' method. It has been running fine for last six months or so but suddenly the V3 update job in R/3 started failing with a dump (This does not happen for other LO applications). The dump says that a structure has been changed for this application but doesn't say which one. We found a solution for this kind of problem in SAP notes 834897, 838050 and 835466 but before we can implement these we need to identify which structure was changed. The dump is as follows:
    START OF DUMP----
    Runtime Errors         MESSAGE_TYPE_X
    Date and Time          05.10.2007 15:03:31
    Short text
    The current application triggered a termination with a short dump.
    What happened?
    The current application program detected a situation which really
    should not occur. Therefore, a termination with a short dump was
    triggered on purpose by the key word MESSAGE (type X).
    What can you do?
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
    Error analysis
    Short text of error message:
    Structures have changed (sy-subrc=2)
    Long text of error message:
    Technical information about the message:
    Message class....... "MCEX"
    Number.............. 194
    Variable 1.......... 2
    Variable 2.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "MESSAGE_TYPE_X" " "
    "SAPLMCEX" or "LMCEXU02"
    "MCEX_UPDATE_03"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
    In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    System environment
    SAP-Release 700
    Application server... "erpdevmil"
    Network address...... "10.100.100.22"
    Operating system..... "Windows NT"
    Release.............. "5.2"
    Hardware type........ "4x AMD64 Level"
    Character length.... 16 Bits
    Pointer length....... 64 Bits
    Work process number.. 24
    Shortdump setting.... "full"
    Database server... "ERPDEVMIL"
    Database type..... "MSSQL"
    Database name..... "RD1"
    Database user ID.. "rd1"
    Char.set.... "C"
    SAP kernel....... 700
    created (date)... "Mar 20 2007 00:05:20"
    create on........ "NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00"
    Database version. "SQL_Server_8.00 "
    Patch level. 102
    Patch text.. " "
    Database............. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"
    SAP database version. 700
    Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"
    Memory consumption
    Roll.... 16192
    EM...... 20949200
    Heap.... 0
    Page.... 40960
    MM Used. 2661520
    MM Free. 1525696
    User and Transaction
    Client.............. 200
    User................ "ENTEG1"
    Language key........ "E"
    Transaction......... " "
    Program............. "SAPLMCEX"
    Screen.............. "SAPMSSY0 1000"
    Screen line......... 6
    Information on where terminated
    Termination occurred in the ABAP program "SAPLMCEX" - in "MCEX_UPDATE_03".
    The main program was "RMCEXUP1 ".
    In the source code you have the termination point in line 59
    of the (Include) program "LMCEXU02".
    The program "SAPLMCEX" was started as a background job.
    Job Name....... "LIS-BW-VB_APPLICATION_03_200"
    Job Initiator.. "ENTEG1"
    Job Number..... 15033001
    Source Code Extract
    Line
    SourceCde
    29
    30
    IF NOT I_DDIC_HASH IS INITIAL.
    31
    32
    IF gf_tmsp_hash_ok IS INITIAL.
    33
    34
    CALL FUNCTION 'MCEX_GEN_AND_CHECK_HASH'
    35
    EXPORTING
    36
    I_FUNCNAME                = 'MCEX_UPDATE_03'
    37
    I_COLLECTIVE_RUN          = 'X'
    38
    I_APPLICATION             = '03'
    39
    I_STORED_DDIC_HASH        = I_DDIC_HASH
    40
    I_STORED_TMSP_HASH        = I_TMSP_HASH
    41
    IMPORTING
    42
    E_DDIC_HASH               = I_DDIC_HASH
    43
    E_TMSP_HASH               = lf_TMSP_HASH
    44
    EXCEPTIONS
    45
    HASH_COMPARE_OK           = 1
    46
    HASH_COMPARE_NOT_OK       = 2
    47
    NO_INTERFACE              = 3
    48
    HASH_ERROR                = 4
    49
    DDIC_ERROR                = 5
    50
    OTHERS                    = 6 .
    51
    52
    IF I_TMSP_HASH = lf_tmsp_hash.
    53
    gf_tmsp_hash_ok = true.
    54
    ENDIF.
    55
    case sy-subrc.
    56
    when 0. " Compare OK - do nothing
    57
    when 1. " Compare OK - do nothing
    58
    when 2. " Compare not ok - abort
    >>>>>
    message x194(mcex) with sy-subrc.
    60
    when others.
    61
    message x193(mcex) with sy-subrc.
    62
    endcase.
    63
    endif.
    64
    endif.
    65
    66
    HASH*****************************************************************
    67
    68
    69
    Structure for logging.
    70
    DATA: l_mcsi_key LIKE mcs06.
    71
    72
    DATA:   ls_mcexlog_info LIKE mcexlog_info.              "MCEXLOG766622
    73
    74
    Initialization of tables
    75
    REFRESH: mc03bf0_tab,
    76
    mc03bx0_tab,
    77
    mc03um0_tab.
    78
    Contents of system fields
    Name
    Val.
    SY-SUBRC
    2
    SY-INDEX
    0
    SY-TABIX
    3
    SY-DBCNT
    0
    SY-FDPOS
    30
    SY-LSIND
    0
    SY-PAGNO
    0
    SY-LINNO
    1
    SY-COLNO
    1
    SY-PFKEY
    SY-UCOMM
    SY-TITLE
    BW Logistics Extraction Delta Update
    SY-MSGTY
    X
    SY-MSGID
    MCEX
    SY-MSGNO
    194
    SY-MSGV1
    2
    SY-MSGV2
    SY-MSGV3
    SY-MSGV4
    SY-MODNO
    0
    SY-DATUM
    20071005
    SY-UZEIT
    150331
    SY-XPROG
    SAPMSSY1
    SY-XFORM
    XAB_READ
    Active Calls/Events
    No.   Ty.          Program                             Include                             Line
    Name
    8 FUNCTION     SAPLMCEX                            LMCEXU02                               59
    MCEX_UPDATE_03
    7 FUNCTION     SAPLMCEX                            LMCEXU43                               13
    MCEX_UPDATE_03_QRFC
    6 FORM         SAPLMCEX                            LMCEXU43                                1
    MCEX_UPDATE_03_QRFC
    5 FORM         SAPMSSY1                            SAPMSSY1                              271
    XAB_RUN_DRIVER
    4 FUNCTION     SAPLSXAB                            LSXABU01                                9
    RFC_RUN_XAB_DRIVER
    3 FUNCTION     SAPLERFC                            LERFCU01                               75
    ARFC_EXECUTE
    2 FUNCTION     SAPLERFC                            LERFCU11                              116
    TRFC_QOUT_GET_AND_PROCESS
    1 EVENT        RMCEXUP1                            RMCEXUP1                                7
    START-OF-SELECTION
    Chosen variables
    Name
    Val.
    No.       8 Ty.          FUNCTION
    Name  MCEX_UPDATE_03
    CONTR
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    I_DDIC_HASH
    ##ºªÜç##Ä#µõ#×#å
    21BADE19C8BF0D0E
    3AAAC7EC4C55C7F5
    I_TMSP_HASH
    gr\u00D3µ##A´}9Ç##*;
    675DB824B73C8923
    72C35F314D97BDAB
    ZEITP
    BF
    44
    26
    00
    00
    XMCBEST[]
    Table IT_140[6x1294]
    FUNCTION-POOL=MCEXFORM=MCEX_UPDATE_03_QRFCDATA=%_%_XMCBEST
    Table reference: 21
    TABH+  0(20) = 8088336DFE070000908B2A6DFE07000000000000
    TABH+ 20(20) = 150000008C000000060000000E050000FFFFFFFF
    TABH+ 40(16) = 04540000E06C000008000000C1308001
    store        = 0x8088336DFE070000
    ext1         = 0x908B2A6DFE070000
    shmId        = 0     (0x00000000)
    id           = 21    (0x15000000)
    label        = 140   (0x8C000000)
    fill         = 6     (0x06000000)
    leng         = 1294  (0x0E050000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000566
    occu         = 8     (0x08000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 8     (cmpManyEq)
    occu0        = 1
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    isCtfyAble   = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0x70B9376DFE070000
    pgHook       = 0x0000000000000000
    idxPtr       = 0x0000000000000000
    shmTabhSet   = 0x0000000000000000
    id           = 137   (0x89000000)
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 8     (0x08000000)
    lineAlloc    = 8     (0x08000000)
    shmVersId    = 0     (0x00000000)
    shmRefCount  = 1     (0x01000000)
    >>>>> 1st level extension part <<<<<
    regHook      = 0x0000000000000000
    collHook     = 0x0000000000000000
    ext2         = 0x6089336DFE070000
    >>>>> 2nd level extension part <<<<<
    tabhBack     = 0x2072226DFE070000
    delta_head   = 0000000000000000000000000000000000000000000000000000000000000000000000000000000
    pb_func      = 0x0000000000000000
    pb_handle    = 0x0000000000000000
    XMCMSEG[]
    Table IT_141[3x4332]
    FUNCTION-POOL=MCEXFORM=MCEX_UPDATE_03_QRFCDATA=%_%_XMCMSEG
    Table reference: 23
    TABH+  0(20) = F088336DFE070000408A336DFE07000000000000
    TABH+ 20(20) = 170000008D00000003000000EC100000FFFFFFFF
    TABH+ 40(16) = 04540000406D000002000000C1308001
    store        = 0xF088336DFE070000
    ext1         = 0x408A336DFE070000
    shmId        = 0     (0x00000000)
    id           = 23    (0x17000000)
    label        = 141   (0x8D000000)
    fill         = 3     (0x03000000)
    leng         = 4332  (0xEC100000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000568
    occu         = 2     (0x02000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 8     (cmpManyEq)
    occu0        = 1
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    isCtfyAble   = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0x0024386DFE070000
    pgHook       = 0xE08F2A6DFE070000
    idxPtr       = 0x0000000000000000
    shmTabhSet   = 0x0000000000000000
    id           = 140   (0x8C000000)
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 4     (0x04000000)
    lineAlloc    = 4     (0x04000000)
    shmVersId    = 0     (0x00000000)
    shmRefCount  = 1     (0x01000000)
    >>>>> 1st level extension part <<<<<
    regHook      = 0x0000000000000000
    collHook     = 0x0000000000000000
    ext2         = 0xD089336DFE070000
    >>>>> 2nd level extension part <<<<<
    tabhBack     = 0x30A53A6DFE070000
    delta_head   = 0000000000000000000000000000000000000000000000000000000000000000000000000000000
    pb_func      = 0x0000000000000000
    pb_handle    = 0x0000000000000000
    SY-REPID
    SAPLMCEX
    5454444522222222222222222222222222222222
    310CD35800000000000000000000000000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    MC40RP0REVSETUP
    0000000000###############################################################################
    2222233333333330000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    CKS_EN
    9
    3
    9
    0
    0
    SY-SUBRC
    2
    0000
    2000
    %_DUMMY$$
    2222
    0000
    0000
    0000
    T001
    00
    2222222222222222222222222222222222222222222222222222222222222222222222332222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    SY-XPROG
    SAPMSSY1
    5454555322222222222222222222222222222222
    310D339100000000000000000000000000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    SY-MSGID
    MCEX
    44452222222222222222
    D3580000000000000000
    00000000000000000000
    00000000000000000000
    ITAB_SETUPTAB
    22222222222222222222222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000000000000000000000
    MC06M_0ITM_TAB[]
    Table[initial]
    SPACE
    2
    0
    0
    0
    SY-MSGNO
    194
    333
    194
    000
    000
    ITAB_SETUPTAB[]
    Table[initial]
    SY-MSGV1
    2
    32222222222222222222222222222222222222222222222222
    20000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    SY-MSGV2
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    SY-MSGV3
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    SY-MSGV4
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    %_VIASELSCR
    0
    4
    GT_TMCEXUPD[]
    Table[initial]
    No.       7 Ty.          FUNCTION
    Name  MCEX_UPDATE_03_QRFC
    CONTR
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    I_DDIC_HASH
    5)¢Ð#M###ÁÒ¼rHõº
    32AD14919CDB74FB
    59202D95E12C285A
    I_TMSP_HASH
    gr\u00D3µ##A´}9Ç##*;
    675DB824B73C8923
    72C35F314D97BDAB
    ZEITP
    BF
    44
    26
    00
    00
    XMCBEST[]
    Table IT_140[6x1294]
    XMCMSEG[]
    Table IT_141[3x4332]
    CSTRUC_NTF
    MCQMEL                        MCQMFE                        MCQMUR                        MCQM
    4454442222222222222222222222224454442222222222222222222222224454552222222222222222222222224454
    D31D5C000000000000000000000000D31D65000000000000000000000000D31D52000000000000000000000000D31D
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    ESTRUC_I0
    MC17I00NTF                    MC17I00ITM                    MC17I00CSE                    MC17
    4433433454222222222222222222224433433454222222222222222222224433433454222222222222222222224433
    D317900E4600000000000000000000D31790094D00000000000000000000D31790033500000000000000000000D317
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    No.       6 Ty.          FORM
    Name  MCEX_UPDATE_03_QRFC
    CON_MCVBUP
    MCVBUP
    445455222222222222222222222222
    D36250000000000000000000000000
    000000000000000000000000000000
    000000000000000000000000000000
    %_%_CONTR
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    %_%_I_DDIC_HASH
    5)¢Ð#M###ÁÒ¼rHõº
    32AD14919CDB74FB
    59202D95E12C285A
    %_%_I_TMSP_HASH
    gr\u00D3µ##A´}9Ç##*;
    675DB824B73C8923
    72C35F314D97BDAB
    %_%_ZEITP
    BF
    44
    26
    00
    00
    %_%_XMCBEST
    Table IT_140[6x1294]
    %_%_XMCMSEG
    Table IT_141[3x4332]
    No.       5 Ty.          FORM
    Name  XAB_RUN_DRIVER
    SYST-REPID
    SAPMSSY1
    5454555322222222222222222222222222222222
    310D339100000000000000000000000000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    PROGRAM
    SAPLERFC
    5454454422222222222222222222222222222222
    310C526300000000000000000000000000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    PROG
    SAPLERFC
    5454454422222222222222222222222222222222
    310C526300000000000000000000000000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    NEW_FUNCTION
    222222222222222222222222222222
    000000000000000000000000000000
    000000000000000000000000000000
    000000000000000000000000000000
    %_ARCHIVE
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    RFCTYPE_ABAP4_EXIT
    7
    0000
    7000
    SY-XFORM
    XAB_READ
    544554442222222222222222222222
    812F25140000000000000000000000
    000000000000000000000000000000
    000000000000000000000000000000
    IF_FOUND
    0
    0000
    0000
    SY-XPROG
    SAPMSSY1
    5454555322222222222222222222222222222222
    310D339100000000000000000000000000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    %_SPACE
    2
    0
    0
    0
    No.       4 Ty.          FUNCTION
    Name  RFC_RUN_XAB_DRIVER
    NEW_FUNCTION
    222222222222222222222222222222
    000000000000000000000000000000
    000000000000000000000000000000
    000000000000000000000000000000
    PROGRAM
    SAPLERFC
    5454454422222222222222222222222222222222
    310C526300000000000000000000000000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    %_VIASELSCR
    0
    4
    SY-XPROG
    SAPMSSY1
    5454555322222222222222222222222222222222
    310D339100000000000000000000000000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    SYST-REPID
    SAPLSXAB
    5454554422222222222222222222222222222222
    310C381200000000000000000000000000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    No.       3 Ty.          FUNCTION
    Name  ARFC_EXECUTE
    SYST-REPID
    SAPLERFC
    5454454422222222222222222222222222222222
    310C526300000000000000000000000000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    QRETDATA
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    CL_BGRFC_SERVER=>TID
    222222222222222222222222
    000000000000000000000000
    000000000000000000000000
    000000000000000000000000
    RECEIVER_TID
    0A64641611A046DF840B0DEB
    343333333343334433343444
    016464161110464684020452
    000000000000000000000000
    000000000000000000000000
    DATA[]
    Table IT_134[2x1918]
    FUNCTION=TRFC_QOUT_GET_AND_PROCESSDATA=IDATA[]
    Table reference: 13
    TABH+  0(20) = 30A73A6DFE070000B06E226DFE07000000000000
    TABH+ 20(20) = 0D00000086000000020000007E07000098000000
    TABH+ 40(16) = 043300001013000008000000C1248001
    store        = 0x30A73A6DFE070000
    ext1         = 0xB06E226DFE070000
    shmId        = 0     (0x00000000)
    id           = 13    (0x0D000000)
    label        = 134   (0x86000000)
    fill         = 2     (0x02000000)
    leng         = 1918  (0x7E070000)
    loop         = 152   (0x98000000)
    xtyp         = TYPE#000087
    occu         = 8     (0x08000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    isCtfyAble   = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0x709A316DFE070000
    pgHook       = 0x0000000000000000
    idxPtr       = 0x0000000000000000
    shmTabhSet   = 0x0000000000000000
    id           = 130   (0x82000000)
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 8     (0x08000000)
    lineAlloc    = 8     (0x08000000)
    shmVersId    = 0     (0x00000000)
    shmRefCount  = 1     (0x01000000)
    >>>>> 1st level extension part <<<<<
    regHook      = 0x0000000000000000
    collHook     = 0x0000000000000000
    ext2         = 0xB071226DFE070000
    >>>>> 2nd level extension part <<<<<
    tabhBack     = 0xA084236DFE070000
    delta_head   = 0000000000000000000000000000000000000000000000000000000000000000000000000000000
    pb_func      = 0x0000000000000000
    pb_handle    = 0x0000000000000000
    DATA
    0A64641611A046DF840B0DEBNONE                            00000002##############################
    343333333343334433343444444422222222222222222222222222223333333300010000072005019DBBC16F0064E1
    016464161110464684020452EFE5000000000000000000000000000000000002000000330B003002DE5635F51F2936
    000000000000000000000000000000000000000000000000000000000000000000070000F0E0630108F066BDB0ADB6
    000000000000000000000000000000000000000000000000000000000000000002000325A2A0910F2E4D08DAE5730D
    <%_L001>
    QRFC_VERSION
    6.30.060
    32332333
    6E30E060
    00000000
    00000000
    ACT_QIN
    000000000000000000000000
    2222222222222222222222222222222222222222222222222223333333333333333333333332222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    <%_L001>-ARFCBLCNT
    USE_STOP
    2
    0
    0
    0
    QRSTATE-ARFCTIME
    22222222
    00000000
    00000000
    00000000
    NCALL
    00000002
    33333333
    00000002
    00000000
    00000000
    DATA-ARFCLUWCNT
    00000002
    33333333
    00000002
    00000000
    00000000
    STATE[]
    Table IT_133[1x972]
    FUNCTION=TRFC_QOUT_GET_AND_PROCESSDATA=ISTATE[]
    Table reference: 15
    TABH+  0(20) = E0A83A6DFE070000208F286DFE07000000000000
    TABH+ 20(20) = 0F0000008500000001000000CC030000FFFFFFFF
    TABH+ 40(16) = 043300009011000010000000C1248001
    store        = 0xE0A83A6DFE070000
    ext1         = 0x208F286DFE070000
    shmId        = 0     (0x00000000)
    id           = 15    (0x0F000000)
    label        = 133   (0x85000000)
    fill         = 1     (0x01000000)
    leng         = 972   (0xCC030000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000079
    occu         = 16    (0x10000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    isCtfyAble   = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0x905D316DFE070000
    pgHook       = 0x0000000000000000
    idxPtr       = 0x0000000000000000
    shmTabhSet   = 0x0000000000000000
    id           = 129   (0x81000000)
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 16    (0x10000000)
    lineAlloc    = 16    (0x10000000)
    shmVersId    = 0     (0x00000000)
    shmRefCount  = 1     (0x01000000)
    >>>>> 1st level extension part <<<<<
    regHook      = 0x0000000000000000
    collHook     = 0x0000000000000000
    ext2         = 0xC08D286DFE070000
    >>>>> 2nd level extension part <<<<<
    tabhBack     = 0x608E286DFE070000
    delta_head   = 0000000000000000000000000000000000000000000000000000000000000000000000000000000
    pb_func      = 0x0000000000000000
    pb_handle    = 0x0000000000000000
    STATE
    0A64641611A046DF840B0DEBNONE                            00000002READ    MCEX_UPDATE_03_QRFC
    3433333333433344333434444444222222222222222222222222222233333333544422224445555445453355544222
    016464161110464684020452EFE500000000000000000000000000000000000225140000D358F504145F03F1263000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0

    Hi,
    they're only two extract structures: MC03BF0 and MC03UM0.
    Open SE11 with the structures and from the menu utilities -> Versions -> Version Management you should see the changes and the corresponding tp requests...
    hope this helps...
    Olivier.

  • The request failed with HTTP status 503: Service Unavailable.

    hello all,
    I have a SQL server 2008 r2 installed . and i have configured ssrs successfully in it.  
    have not prompted any error while configuring but when click to view web service URl and Report manager URL
    it is erroring .. 
    Serched so far on web but not finds solution.
    Dilip Patil..

    Hi Dilip,
    According to your description, the 503 error is thrown out when you access the report server.
    In your scenario, please verify that the SSRS service is running. You can check it’s status in SQL Server Configuration Manager or Servcies.msc. Then you should review the HTTP.SYS log file for information about what is causing the error. For more information,
    please refer to this article:
    HTTP 503 Service is Unavailable.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • When do services fail, while start/restart the services

    Hi All,
    when do we have chance of services get fail while start/restart it (consider that everything is properly configured and instaled).
    and How do i troubleshoot it.
    can anyone come across related this issue, your experices will be helpful.
    Thanks in Advance.

    When Essbase.sec file got corrupted services will fail frequently.
    If you have back up of essbase.sec then replace it and restart the services or you need to create the essbase.sec file from starting.
    Regards
    Venkat G

  • Arch32.service fails on start. bundled 32bit system

    I am using the install bundled 32bit system in 64bit system wiki and I think I am having trouble in the systemd service  part.
    I am getting an error starting the arch32 service with systemctl. I have looked at the error messages and I am just not sure what is wrong here. Can someone point out what the error message is telling me, so that I can, in the future, read error messages better? I have did searches and google came up short. I am an eager Linux student. I would more than appreaciate any "hints" so that I can become better and be more value as I help others. Thank you.
    systemctl start arch32
    ## Job for arch32.service failed. See "systemctl status arch32.service" and "journalctl -xe" for details.
    The result of systemct status message...
    # systemctl status -l arch32
    ● arch32.service - 32-bit chroot
    Loaded: loaded (/etc/systemd/system/arch32.service; disabled; vendor preset: disabled)
    Active: failed (Result: exit-code) since Fri 2015-05-22 10:32:54 EDT; 8min ago
    Process: 980 ExecStart=/usr/local/bin/arch32 start (code=exited, status=1/FAILURE)
    Main PID: 980 (code=exited, status=1/FAILURE)
    May 22 10:32:53 archhost systemd[1]: Starting 32-bit chroot...
    May 22 10:32:54 archhost systemd[1]: arch32.service: main process exited, code=exited, status=1/FAILURE
    May 22 10:32:54 archhost systemd[1]: Failed to start 32-bit chroot.
    May 22 10:32:54 archhost systemd[1]: Unit arch32.service entered failed state.
    May 22 10:32:54 archhost systemd[1]: arch32.service failed.
    The result of jouornalctl message...
    # journalctl -xe
    May 23 07:41:27 archhost org.a11y.Bus[3104]: Activating service name='org.a11y.atspi.Registry'
    May 23 07:41:28 archhost org.a11y.Bus[3104]: Successfully activated service 'org.a11y.atspi.Registry'
    May 23 07:41:28 archhost org.a11y.atspi.Registry[3233]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
    May 23 07:41:28 archhost polkitd[3111]: Registered Authentication Agent for unix-session:c1 (system bus name :1.13 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    May 23 07:41:32 archhost kernel: dell_wmi: Unknown WMI event type 0x11: 0xffd0
    May 23 07:41:32 archhost kernel: dell_wmi: Unknown WMI event type 0x11: 0xffd1
    May 23 07:41:32 archhost kernel: dell_wmi: Unknown WMI event type 0x11: 0x187
    May 23 07:41:32 archhost kernel: dell_wmi: Unknown WMI event type 0x11: 0x188
    May 23 07:41:32 archhost kernel: dell_wmi: Unknown WMI event type 0x11: 0x187
    May 23 07:41:33 archhost kernel: dell_wmi: Unknown WMI event type 0x11: 0x188
    May 23 07:49:50 archhost sudo[3422]: codeamend : TTY=pts/0 ; PWD=/usr/local/bin ; USER=root ; COMMAND=/usr/bin/systemctl start arch32
    May 23 07:49:50 archhost sudo[3422]: pam_unix(sudo:session): session opened for user root by codeamend(uid=0)
    May 23 07:49:50 archhost polkitd[3111]: Registered Authentication Agent for unix-process:3423:70961 (system bus name :1.14 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    May 23 07:49:50 archhost systemd[1]: Starting 32-bit chroot...
    -- Subject: Unit arch32.service has begun start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit arch32.service has begun starting up.
    May 23 07:49:50 archhost arch32[3428]: mount: mount point /opt/arch32/scratch does not exist
    May 23 07:49:50 archhost systemd[1]: arch32.service: main process exited, code=exited, status=1/FAILURE
    May 23 07:49:50 archhost systemd[1]: Failed to start 32-bit chroot.
    -- Subject: Unit arch32.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit arch32.service has failed.
    -- The result is failed.
    May 23 07:49:50 archhost systemd[1]: Unit arch32.service entered failed state.
    May 23 07:49:50 archhost systemd[1]: arch32.service failed.
    May 23 07:49:50 archhost sudo[3422]: pam_unix(sudo:session): session closed for user root
    May 23 07:49:50 archhost polkitd[3111]: Unregistered Authentication Agent for unix-process:3423:70961 (system bus name :1.14, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    May 23 07:53:11 archhost systemd[1]: Starting Cleanup of Temporary Directories...
    -- Subject: Unit systemd-tmpfiles-clean.service has begun start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-tmpfiles-clean.service has begun starting up.
    May 23 07:53:11 archhost systemd[1]: Started Cleanup of Temporary Directories.
    -- Subject: Unit systemd-tmpfiles-clean.service has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-tmpfiles-clean.service has finished starting up.
    -- The start-up result is done.
    Last edited by AcousticBruce (2015-05-23 15:57:21)

    graysky wrote:Edit your /usr/local/bin/arch32 script removing the reference to '/scratch' unless you actually have it on your system.  That was a typo from me on the wiki which has now been corrected.
    I removed the /scratch from two areas and made a copy of the wiki version just in case I was wrong. I still got these errors.
    $ systemctl status -l arch32.service
    ● arch32.service - 32-bit chroot
    Loaded: loaded (/etc/systemd/system/arch32.service; disabled; vendor preset: disabled)
    Active: failed (Result: exit-code) since Sun 2015-05-24 08:53:49 EDT; 20s ago
    Process: 2139 ExecStart=/usr/local/bin/arch32 start (code=exited, status=1/FAILURE)
    Main PID: 2139 (code=exited, status=1/FAILURE)
    May 24 08:53:49 archhost systemd[1]: Starting 32-bit chroot...
    May 24 08:53:49 archhost systemd[1]: arch32.service: main process exited, code=exited, status=1/FAILURE
    May 24 08:53:49 archhost systemd[1]: Failed to start 32-bit chroot.
    May 24 08:53:49 archhost systemd[1]: Unit arch32.service entered failed state.
    May 24 08:53:49 archhost systemd[1]: arch32.service failed
    $ journalctl -xe
    -- Unit arch32.service has begun starting up.
    May 24 08:49:36 archhost systemd[1]: arch32.service: main process exited, code=exited, status=1/FAILURE
    May 24 08:49:36 archhost systemd[1]: Failed to start 32-bit chroot.
    -- Subject: Unit arch32.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit arch32.service has failed.
    -- The result is failed.
    May 24 08:49:36 archhost polkitd[663]: Unregistered Authentication Agent for unix-process:2103:877657 (system bus name :1.20, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    May 24 08:49:36 archhost systemd[1]: Unit arch32.service entered failed state.
    May 24 08:49:36 archhost systemd[1]: arch32.service failed.
    May 24 08:53:45 archhost polkitd[663]: Registered Authentication Agent for unix-process:2132:902936 (system bus name :1.24 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    May 24 08:53:49 archhost polkitd[663]: Operator of unix-session:c1 successfully authenticated as unix-user:codeamend to gain TEMPORARY authorization for action org.freedesktop.systemd1.manage-units for system-bus-name::1.25 [systemctl start arch32] (owned by unix-user:codeamend)
    May 24 08:53:49 archhost systemd[1]: Starting 32-bit chroot...
    -- Subject: Unit arch32.service has begun start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit arch32.service has begun starting up.
    May 24 08:53:49 archhost systemd[1]: arch32.service: main process exited, code=exited, status=1/FAILURE
    May 24 08:53:49 archhost systemd[1]: Failed to start 32-bit chroot.
    -- Subject: Unit arch32.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit arch32.service has failed.
    -- The result is failed.
    May 24 08:53:49 archhost systemd[1]: Unit arch32.service entered failed state.
    May 24 08:53:49 archhost systemd[1]: arch32.service failed.
    May 24 08:53:49 archhost polkitd[663]: Unregistered Authentication Agent for unix-process:2132:902936 (system bus name :1.24, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    May 24 08:56:04 archhost sudo[2156]: codeamend : TTY=pts/2 ; PWD=/opt/arch32/usr/local/bin ; USER=root ; COMMAND=/usr/bin/nano arch32
    May 24 08:56:04 archhost sudo[2156]: pam_unix(sudo:session): session opened for user root by codeamend(uid=0)
    May 24 08:56:21 archhost sudo[2156]: pam_unix(sudo:session): session closed for user root
    May 24 08:56:24 archhost polkitd[663]: Registered Authentication Agent for unix-process:2160:918835 (system bus name :1.28 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    May 24 08:56:28 archhost polkitd[663]: Operator of unix-session:c1 successfully authenticated as unix-user:codeamend to gain TEMPORARY authorization for action org.freedesktop.systemd1.manage-units for system-bus-name::1.29 [systemctl start arch32] (owned by unix-user:codeamend)
    May 24 08:56:28 archhost systemd[1]: Starting 32-bit chroot...
    -- Subject: Unit arch32.service has begun start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit arch32.service has begun starting up.
    May 24 08:56:28 archhost systemd[1]: arch32.service: main process exited, code=exited, status=1/FAILURE
    May 24 08:56:28 archhost systemd[1]: Failed to start 32-bit chroot.
    -- Subject: Unit arch32.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit arch32.service has failed.
    -- The result is failed.
    May 24 08:56:28 archhost systemd[1]: Unit arch32.service entered failed state.
    May 24 08:56:28 archhost systemd[1]: arch32.service failed.
    May 24 08:56:28 archhost polkitd[663]: Unregistered Authentication Agent for unix-process:2160:918835 (system bus name :1.28, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)

  • Failed to start Apache Web Service

    I hava KDE. When I start the laptop, it goes to a black screen with a mouse pointer (kde mouse pointer). Everytime I have to press Ctrl+Alt+F1 to go to tty1 and I see this message
    Failed to start Apache Web Service
    and it suggest to see "systemctl status httpd.service". After I restart kdm.service in tty1, everything is ok. Here is the output of  "systemctl status httpd.service".
       Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled)
       Active: failed (Result: exit-code) since Thu 2014-06-05 09:54:01 IRDT; 14min ago
      Process: 806 ExecStart=/usr/bin/apachectl start (code=exited, status=1/FAILURE)
    Jun 05 09:54:01 localhost apachectl[806]: httpd: Syntax error on line 59 of /etc/httpd/conf/httpd.conf: Cannot load modules/mod_authn_default.so into server: /etc/httpd/modules/mod_authn_default.so: cannot open shared object file: No such file or directory
    Jun 05 09:54:01 localhost systemd[1]: httpd.service: control process exited, code=exited status=1
    Jun 05 09:54:01 localhost systemd[1]: Failed to start Apache Web Server.
    Jun 05 09:54:01 localhost systemd[1]: Unit httpd.service entered failed state.

    It looks like you didn't merge pacnew files (correctly) after upgrading apache.
    mod_authn_default.so is removed, have a look at http://httpd.apache.org/docs/2.4/upgrading.html

  • Ntp-once.service fails [solved]

    I'm trying to set up the oneshot ntp time sync as described in the arch wiki https://wiki.archlinux.org/index.php/Ne … col_daemon
    I believe I have /etc/ntp.conf configured correctly, because when I manually run
    >sudo ntpd -gq
    I get:
    ntpd: time set -7.226927s
    However, when I try to start the service, either enabled at boot or started manually afterwards, I get:
    >sudo systemctl start ntp-once.service
    Job for ntp-once.service failed. See 'systemctl status ntp-once.service' and 'journalctl -xn' for details.
    The suggested links give:
    >sudo systemctl status ntp-once.service
    ntp-once.service - Network Time Service (once)
          Loaded: loaded (/etc/systemd/system/ntp-once.service; disabled)
          Active: failed (Result: exit-code) since Sat 2013-03-30 05:48:56 EDT; 2min 13s ago
         Process: 939 ExecStart=/usr/bin/ntpd -q -g -u ntp:ntp (code=exited, status=255)
    Mar 30 05:48:55 arch ntpd[939]: Listen and drop on 1 v6wildcard :: UDP 123
    Mar 30 05:48:55 arch ntpd[939]: Listen normally on 2 lo 127.0.0.1 UDP 123
    Mar 30 05:48:55 arch ntpd[939]: Listen normally on 3 eth0 192.168.0.110 UDP 123
    Mar 30 05:48:55 arch ntpd[939]: Listen normally on 4 lo ::1 UDP 123
    Mar 30 05:48:55 arch ntpd[939]: Listen normally on 5 eth0 fe80::f66d:4ff:fe40:3c9b UDP 123
    Mar 30 05:48:55 arch ntpd[939]: peers refreshed
    Mar 30 05:48:55 arch ntpd[939]: Listening on routing socket on fd #22 for interface updates
    Mar 30 05:48:56 arch systemd[1]: ntp-once.service: main process exited, code=exited, status=255/n/a
    Mar 30 05:48:56 arch systemd[1]: Failed to start Network Time Service (once).
    Mar 30 05:48:56 arch systemd[1]: Unit ntp-once.service entered failed state
    >sudo journalctl -xn
    -- Logs begin at Sun 2012-10-28 09:25:15 EDT, end at Sat 2013-03-30 05:53:07 EDT. --
    Mar 30 05:48:55 arch ntpd[939]: Listening on routing socket on fd #22 for interface updates
    Mar 30 05:48:56 arch systemd[1]: ntp-once.service: main process exited, code=exited, status=255/n/a
    Mar 30 05:48:56 arch systemd[1]: Failed to start Network Time Service (once).
    -- Subject: Unit ntp-once.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/li … temd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Softwar … 8ba40df7e9
    -- Unit ntp-once.service has failed.
    -- The result is failed.
    Mar 30 05:48:56 arch systemd[1]: Unit ntp-once.service entered failed state
    Mar 30 05:48:56 arch sudo[936]: pam_unix(sudo:session): session closed for user root
    Mar 30 05:51:10 arch sudo[941]: bp : TTY=pts/0 ; PWD=/home/bp ; USER=root ; COMMAND=/usr/bin/system
    Mar 30 05:51:10 arch sudo[941]: pam_unix(sudo:session): session opened for user root by bp(uid=0)
    Mar 30 05:51:10 arch sudo[941]: pam_unix(/etc/systemd/system/ntp-once.servicesudo:session): session closed for user root
    Mar 30 05:53:07 arch sudo[946]: bp : TTY=pts/0 ; PWD=/home/bp ; USER=root ; COMMAND=/usr/bin/journa
    Mar 30 05:53:07 arch sudo[946]: pam_unix(sudo:session): session opened for user root by bp(uid=0)
    My /etc/systemd/system/ntp-once.service looks like this:
    [Unit]
    Description=Network Time Service (once)
    After=network.target nss-lookup.target
    [Service]
    Type=oneshot
    ExecStart=/usr/bin/ntpd -q -g -u ntp:ntp ; /sbin/hwclock -w
    [Install]
    WantedBy=multi-user.target
    And my /etc/ntp.conf like this:
    # Associate to public NTP pool servers; see http://www.pool.ntp.org/
    server 0.north-america.pool.ntp.org iburst
    server 1.north-america.pool.ntp.org iburst
    server 2.north-america.pool.ntp.org iburst
    server 3.north-america.pool.ntp.org iburst
    # Only allow read-only access from localhost
    restrict default noquery nopeer
    restrict 127.0.0.1
    restrict ::1
    # Location of drift file
    driftfile /var/lib/ntp/ntp.drift
    logfile /var/log/ntp.log
    Last edited by bpeary (2013-03-31 23:12:20)

    Thanks for the suggestions.  I tried breaking that line up into
    ExecStart=/usr/bin/ntpd -q -g -u ntp:ntp
    ExecStart=/sbin/hwclock -w
    but got the same fail error.  Then I thought about how it worked manually, and I had used ntpd -gq.  I don't know what the ntp:ntp means, or the 'u', but decided to try it with the format that worked manually.  So I put in:
    ExecStart=/usr/bin/ntpd -qg ; /sbin/hwclock -w
    and now it is working.

  • [solved] What makes systemd-logind.service fail?

    After last update made yesterday I was unable to reboot. With the help of an installation cd  and chrooting I disabled my graphical login manager lxdm which, when started, seems to do nothing and the system is stuck.
    Without lxdm service enabled, I can start xfce4 with
    startxfce4
    from commandline and everything seems to run fine. 
    But the booting process gives me several messages telling that the service systemd-logind failed. Apart from the virtual console created while booting and the one running X11 there is no other one (no login prompt when pressing strg+alt f3 e.g.)
    [root@amd64-archlinux ~]# systemctl status systemd-logind
    ● systemd-logind.service - Login Service
    Loaded: loaded (/usr/lib/systemd/system/systemd-logind.service; static)
    Active: failed (Result: start-limit) since Sun 2014-06-08 19:09:24 CEST; 5min ago
    Docs: man:systemd-logind.service(8)
    man:logind.conf(5)
    http://www.freedesktop.org/wiki/Software/systemd/logind
    http://www.freedesktop.org/wiki/Software/systemd/multiseat
    Process: 336 ExecStart=/usr/lib/systemd/systemd-logind (code=exited, status=1/FAILURE)
    Main PID: 336 (code=exited, status=1/FAILURE)
    Status: "Shutting down..."
    Jun 08 19:09:24 amd64-archlinux systemd[1]: Failed to start Login Service.
    Jun 08 19:09:24 amd64-archlinux systemd[1]: Unit systemd-logind.service entered failed state.
    Jun 08 19:09:24 amd64-archlinux systemd[1]: systemd-logind.service has no holdoff time, scheduling restart.
    Jun 08 19:09:24 amd64-archlinux systemd[1]: Stopping Login Service...
    Jun 08 19:09:24 amd64-archlinux systemd[1]: Starting Login Service...
    Jun 08 19:09:24 amd64-archlinux systemd[1]: systemd-logind.service start request repeated too quickly, refusing to start.
    Jun 08 19:09:24 amd64-archlinux systemd[1]: Failed to start Login Service.
    Jun 08 19:09:24 amd64-archlinux systemd[1]: Unit systemd-logind.service entered failed state.
    Has anyone an idea where to lead me?
    Last edited by bernd_b (2014-06-09 11:20:21)

    I don't know if I got you point - but here is a try:
    I am running X11 started manually with "startxfce4". So firing up a konsole in X11 I do and get
    root@amd64-archlinux pkg]# systemctl stop systemd-logind
    [root@amd64-archlinux pkg]# systemctl start systemd-logind
    Job for systemd-logind.service failed. See 'systemctl status systemd-logind.service' and 'journalctl -xn' for details.
    journalctl -xn:
    -- Unit systemd-logind.service has begun shutting down.
    Jun 08 21:38:18 amd64-archlinux systemd[1]: Starting Login Service...
    -- Subject: Unit systemd-logind.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-logind.service has begun starting up.
    Jun 08 21:38:18 amd64-archlinux systemd[1]: systemd-logind.service start request repeated too quickly, refusing to start.
    Jun 08 21:38:18 amd64-archlinux systemd[1]: Failed to start Login Service.
    -- Subject: Unit systemd-logind.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-logind.service has failed.
    -- The result is failed.
    I ran the service directly I get:
    [root@amd64-archlinux pkg]# /usr/lib/systemd/systemd-logind
    Failed to connect to system bus: No such file or directory
    Failed to fully start up daemon: No such file or directory
    What I figured out so far is this in addition:
    - krusader does not start- there is no response or message in the konsole when firing up this application.
    - I can only mount nfs-shares with the option "-o nolock" otherwise I get, e.g.
    mount.nfs: rpc.statd is not running but is required for remote locking.
    mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
    mount.nfs: an incorrect mount option was specified
    Last edited by bernd_b (2014-06-08 19:48:43)

  • [Solved] mpd.service fails to start

    hello, i've switched to arch recently,
    love it so far.
    I've been trying to start mpd, with no success :
    systemctl status mpd.service
    mpd.service - Music Player Daemon
    Loaded: loaded (/usr/lib/systemd/system/mpd.service; enabled; vendor preset: disabled)
    Active: failed (Result: exit-code) since Sat 2015-02-21 12:52:02 CET; 3s ago
    Process: 1924 ExecStart=/usr/bin/mpd --no-daemon (code=exited, status=1/FAILURE)
    Main PID: 1924 (code=exited, status=1/FAILURE)
    I cant really see what goes wrong, I get no error message on "systemctl start mpd.service", and I dont see anything in "journalctl" :
    Feb 21 12:30:42 SGC cantata[1694]: libpng warning: iCCP: known incorrect sRGB profile
    Feb 21 12:30:42 SGC cantata[1694]: libpng warning: iCCP: known incorrect sRGB profile
    Feb 21 12:30:42 SGC cantata[1694]: QStringList Solid::Backends::UDisks::UDisksManager::allDevicesInternal() error: "org.freedesktop.DBus.Error.ServiceUnknown"
    Feb 21 12:35:01 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:35:01 SGC baloo_file[507]: Normal
    Feb 21 12:35:44 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:35:44 SGC baloo_file[507]: Normal
    Feb 21 12:36:50 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:36:50 SGC baloo_file[507]: Normal
    Feb 21 12:39:45 SGC konsole[659]: org.kde.kurlfilter-ikws: "d2a291c6bf4fad8aaf7442433364ab6bfb2eecd969885543bfd1e4071db8633b"
    Feb 21 12:40:26 SGC konsole[659]: org.kde.kurlfilter-ikws: "d2a291c6bf4fad8aaf7442433364ab6bfb2eecd969885543bfd1e4071db8633b"
    Feb 21 12:42:48 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:42:48 SGC baloo_file[507]: Normal
    Feb 21 12:43:43 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:43:43 SGC baloo_file[507]: Normal
    Feb 21 12:43:52 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:43:52 SGC baloo_file[507]: Normal
    Feb 21 12:45:45 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:45:45 SGC baloo_file[507]: Normal
    Feb 21 12:45:48 SGC konsole[659]: org.kde.kurlfilter-ikws: "systemctl status mpd.service ● mpd.service - Music Player Daemon Loaded: loaded (/usr/lib/systemd/system/mpd.serv
    Feb 21 12:45:56 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:45:56 SGC baloo_file[507]: Normal
    Feb 21 12:46:07 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:46:07 SGC baloo_file[507]: Normal
    Feb 21 12:48:52 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:48:52 SGC baloo_file[507]: Normal
    Feb 21 12:49:07 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:49:07 SGC baloo_file[507]: Normal
    Feb 21 12:49:40 SGC konsole[659]: org.kde.kurlfilter-ikws: "Feb 21 12:45:56 SGC baloo_file[507]: Normal Feb 21 12:46:07 SGC baloo_file[507]: "/home/demo/.xsession-errors" Fe
    Feb 21 12:49:44 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:49:44 SGC baloo_file[507]: Normal
    Feb 21 12:50:04 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:50:04 SGC baloo_file[507]: Normal
    Feb 21 12:50:28 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:50:28 SGC baloo_file[507]: Normal
    Feb 21 12:51:00 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:51:00 SGC baloo_file[507]: Normal
    Feb 21 12:53:49 SGC konsole[659]: org.kde.kurlfilter-ikws: "Feb 21 12:14:12 SGC kded5[480]: kf5.kservice.sycoca: Trying to open ksycoca from "/home/demo/.cache/ksycoca5" Feb
    Feb 21 12:54:03 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:54:03 SGC baloo_file[507]: Normal
    Feb 21 12:54:56 SGC konsole[659]: org.kde.kurlfilter-ikws: "systemctl status mpd.service ● mpd.service - Music Player Daemon Loaded: loaded (/usr/lib/systemd/system/mpd.serv
    Feb 21 12:55:01 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:55:01 SGC baloo_file[507]: Normal
    Feb 21 12:55:17 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:55:17 SGC baloo_file[507]: Normal
    Feb 21 12:55:36 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:55:36 SGC baloo_file[507]: Normal
    Feb 21 12:55:48 SGC baloo_file[507]: "/home/demo/.xsession-errors"
    Feb 21 12:55:48 SGC baloo_file[507]: Normal
    Here's my /etc/mpd.conf :
    # See: /usr/share/doc/mpd/mpdconf.example
    music_directory "~/Music"
    playlist_directory "~/.mpd/playlists"
    db_file "~/.mpd/mpd.db"
    log_file "~/.mpd/mpd.log"
    pid_file "~/.mpd/mpd.pid"
    state_file "~/.mpd/mpdstate"
    bind_to_address "127.0.0.1"
    port "6600"
    audio_output {
    type "alsa"
    name "Output"
    #pid_file "/run/mpd/mpd.pid"
    #db_file "/var/lib/mpd/mpd.db"
    #state_file "/var/lib/mpd/mpdstate"
    #playlist_directory "/var/lib/mpd/playlists"
    Thanks in advance,
    Last edited by demo (2015-02-21 13:14:00)

    Raynman wrote:
    Spider.007 wrote:Mpd runs as a system service
    In this case the system service is indeed the one that failed, but mpd also provides a user service file and all the paths in demo's /etc/mpd.conf (even though that is the default config for the system service) seem to indicate a user service might be more appropriate.
    Indeed, I've made the appropriate change to run it as user service
    (put my mdp.conf in ~/.mpd, and add "mpd ~/.mpd/mpd.conf" to my home ".profile")
    Last edited by demo (2015-02-21 13:13:41)

  • Mdadm: mdmonitor.service fails to start

    because seems like openSuSE's service file was taken for mdadm-3.3.1-2
    Failed at step EXEC spawning /usr/lib/systemd/scripts/mdadm_env.sh: No such file or directory
    however you can't just take the rpm and extract because it needs some setting in /etc/sysconfig which afaik is not an arch directory
    So I don't know, I thought I'd post here before opening an issue on the bugtracker.
    Package isn't ready to upgrade.

    Same here on a raspberry pi:
    [root@pie ~]# systemctl --failed
      UNIT              LOAD   ACTIVE SUB    DESCRIPTION
    *mdmonitor.service loaded failed failed MD array monitor
    LOAD   = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB    = The low-level unit activation state, values depend on unit type.
    1 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    [root@pie ~]# systemctl status mdmonitor.service -l
    * mdmonitor.service - MD array monitor
       Loaded: loaded (/usr/lib/systemd/system/mdmonitor.service; static)
       Active: failed (Result: exit-code) since Thu 1970-01-01 02:01:27 EET; 44 years 6 months ago
    Main PID: 269 (code=exited, status=1/FAILURE)
    Jan 01 02:01:26 pie systemd[265]: Failed at step EXEC spawning /usr/lib/systemd/scripts/mdadm_env.sh: No such file or directory
    Jan 01 02:01:27 pie mdadm[269]: mdadm: No mail address or alert command - not monitoring.
    Jan 01 02:01:27 pie systemd[1]: Started MD array monitor.
    Jan 01 02:01:27 pie systemd[1]: mdmonitor.service: main process exited, code=exited, status=1/FAILURE
    Jan 01 02:01:27 pie systemd[1]: Unit mdmonitor.service entered failed state.
    [root@pie ~]# pacman -Ql mdadm
    mdadm /etc/
    mdadm /etc/mdadm.conf
    mdadm /usr/
    mdadm /usr/bin/
    mdadm /usr/bin/mdadm
    mdadm /usr/bin/mdassemble
    mdadm /usr/bin/mdmon
    mdadm /usr/lib/
    mdadm /usr/lib/initcpio/
    mdadm /usr/lib/initcpio/hooks/
    mdadm /usr/lib/initcpio/hooks/mdadm
    mdadm /usr/lib/initcpio/install/
    mdadm /usr/lib/initcpio/install/mdadm
    mdadm /usr/lib/initcpio/install/mdadm_udev
    mdadm /usr/lib/systemd/
    mdadm /usr/lib/systemd/system-shutdown/
    mdadm /usr/lib/systemd/system-shutdown/mdadm.shutdown
    mdadm /usr/lib/systemd/system/
    mdadm /usr/lib/systemd/system/[email protected]
    mdadm /usr/lib/systemd/system/[email protected]
    mdadm /usr/lib/systemd/system/mdadm.service
    mdadm /usr/lib/systemd/system/[email protected]
    mdadm /usr/lib/systemd/system/mdmonitor.service
    mdadm /usr/lib/udev/
    mdadm /usr/lib/udev/rules.d/
    mdadm /usr/lib/udev/rules.d/63-md-raid-arrays.rules
    mdadm /usr/lib/udev/rules.d/64-md-raid-assembly.rules
    mdadm /usr/share/
    mdadm /usr/share/man/
    mdadm /usr/share/man/man4/
    mdadm /usr/share/man/man4/md.4.gz
    mdadm /usr/share/man/man5/
    mdadm /usr/share/man/man5/mdadm.conf.5.gz
    mdadm /usr/share/man/man8/
    mdadm /usr/share/man/man8/mdadm.8.gz
    mdadm /usr/share/man/man8/mdmon.8.gz
    [root@pie ~]# pacman -Qi mdadm
    Name           : mdadm
    Version        : 3.3.1-2
    Description    : A tool for managing/monitoring Linux md device arrays, also known as Software RAID
    Architecture   : armv6h
    URL            : http://neil.brown.name/blog/mdadm
    Licenses       : GPL
    Groups         : base
    Provides       : None
    Depends On     : glibc
    Optional Deps  : None
    Required By    : None
    Optional For   : None
    Conflicts With : mkinitcpio<0.7
    Replaces       : raidtools
    Installed Size : 1130.00 KiB
    Packager       : Arch Linux ARM Build System <[email protected]>
    Build Date     : Tue Jun 17 04:04:15 2014
    Install Date   : Tue Jun 24 01:36:22 2014
    Install Reason : Explicitly installed
    Install Script : No
    Validated By   : SHA256 Sum
    [root@pie ~]#
    Should I submit a new bug or dalu already did it?

Maybe you are looking for

  • What format for my external harddrive?

    Hello, I have a 1,5 TB Seagate external harddrive. What format and partitiontype shall it be to be used on both Mac and Windows? Because right now it only works on my mac and the rest of my family uses Windows so i would like to share my ext. hdd wit

  • Cisco Unity Connection 8.5.1 SU3 to 8.5.1 SU6 & Upgrade to 9.1.2

    Two questions ! Firstly  - I am upgrading to the latest patch level as I want to upgrade the systems to 9.1.X I am installing UCSInstall_UCOS_8.5.1.16900-6.sgn.iso onto the inactive partition on the publisher then onto the inactive partition on the s

  • HAVING PROBLEM WITH THE MIC On P6N-FI

    I am trying to use Ventrilo but can not get it to work right i just hear my voice all distorted found updates for the Realtek HD but nothing i get nothing when using the front panel audio as well. Man i don't want to use my soundblaster Live no more

  • Network Slow after update to 10.6.3

    Hi all My Mac is one mac on a PC Network after updating to 10.6.3 my Mac has slowed down in transfer speeds to and from server using Mac Finder speed are recording around the 300-400kb mark in using istat dashboard Doing similar transfer with Windows

  • Procurement to public sector

    Hi, I'm going to implement SRM in a public company and I would like to know if I had to implement an addon onto SRM to get an specify public business scenario. Need I something 'out' for SRM? thanks