Libvorbis-aotuv, make: recipe for target 'x' failed

I looked into this on Google, but all I could find was this error for other git projects and the solution was installing some other package that has nothing to do with the errors.
Here's a link to pastebin of the output of makepkg -s.
Anyone know what the problem could be, or how to get this working?

Trilby wrote:
Works fine here too.  What is the output of `which install`?  (I'm also wondering what git has to do with this - this is not a git package.  You just happen to be building in a directory you've created and named "git").
EDIT: your output is missing the following two lines found in mine from right before the `if test ...` block that fails:
/usr/bin/mkdir -p '/tmp/libvorbis-aotuv/pkg/libvorbis-aotuv/usr/share/doc/libvorbis-1.3.4'
/usr/bin/install -c -m 644 rfc5215.xml rfc5215.txt eightphase.png evenlsp.png fish_xiph_org.png floor1_inverse_dB_table.html floorval.png fourphase.png framing.html helper.html index.html lspmap.png oddlsp.png oggstream.html programming.html squarepolar.png stereo.html stream.png v-comment.html vorbis-clip.txt vorbis-errors.txt vorbis-fidelity.html vorbis.html vorbisword2.png wait.png white-xifish.png doxygen-build.stamp '/tmp/libvorbis-aotuv/pkg/libvorbis-aotuv/usr/share/doc/libvorbis-1.3.4'
I guess "git projects" was a bad description. "Source packages" would be better, but all the articles I found were for people trying to build packages they got from git and getting the error. `which install` gives me `/usr/bin/install`. And yes, I know I built it in a directory called git. I just didn't want to bother making a new directory for manually building AUR packages at the time. Also, I just tried installing firejail, but it gave me "recipe for target `install` failed". I updated several packages from the AUR today, it just seems to be new installs giving me problems.

Similar Messages

  • [SOLVED] Recipie for target all-recursive failed

    Hello Arch Forums! I'm compiling prboom and alephone. Both give me the same error,
    Makefile:285: recipe for target 'install-recursive' failed
    I've done some searching and still haven't found a solution. What is all-recursive, and how can I continue installation?
    Here's the full report:
    make  all-recursive
    make[1]: Entering directory '/home/switch/Downloads/prboom-2.5.0'
    Making all in doc
    make[2]: Entering directory '/home/switch/Downloads/prboom-2.5.0/doc'
    make[2]: Nothing to be done for 'all'.
    make[2]: Leaving directory '/home/switch/Downloads/prboom-2.5.0/doc'
    Making all in data
    make[2]: Entering directory '/home/switch/Downloads/prboom-2.5.0/data'
    make[2]: Nothing to be done for 'all'.
    make[2]: Leaving directory '/home/switch/Downloads/prboom-2.5.0/data'
    Making all in src
    make[2]: Entering directory '/home/switch/Downloads/prboom-2.5.0/src'
    Making all in SDL
    make[3]: Entering directory '/home/switch/Downloads/prboom-2.5.0/src/SDL'
    gcc -DHAVE_CONFIG_H -I. -I../..     -g -O2 -Wall -Wno-unused -Wno-switch -march=native -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -O2 -fomit-frame-pointer -I../../src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT i_sshot.o -MD -MP -MF .deps/i_sshot.Tpo -c -o i_sshot.o i_sshot.c
    i_sshot.c: In function ‘I_ScreenShot’:
    i_sshot.c:234:32: error: ‘png_error_ptr_NULL’ undeclared (first use in this function)
             PNG_LIBPNG_VER_STRING, png_error_ptr_NULL, error_fn, warning_fn);
                                    ^
    i_sshot.c:234:32: note: each undeclared identifier is reported only once for each function it appears in
    i_sshot.c:282:43: error: ‘png_infopp_NULL’ undeclared (first use in this function)
           png_destroy_write_struct(&png_ptr,  png_infopp_NULL);
                                               ^
    Makefile:242: recipe for target 'i_sshot.o' failed
    make[3]: *** [i_sshot.o] Error 1
    make[3]: Leaving directory '/home/switch/Downloads/prboom-2.5.0/src/SDL'
    Makefile:460: recipe for target 'all-recursive' failed
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory '/home/switch/Downloads/prboom-2.5.0/src'
    Makefile:285: recipe for target 'all-recursive' failed
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory '/home/switch/Downloads/prboom-2.5.0'
    Makefile:205: recipe for target 'all' failed
    make: *** [all] Error 2
    Last edited by SwitchDhole (2015-03-04 05:59:45)

    This sounds like a problem that is specific to the package or the code itself. I'm don't use either of those, but I can give you some general recommendations.
    `pacman -Syu` has been known to fix compilation errors when a package depends on a header file that is owned by another package. Unfortunately this works the other way around, too: the packages you're trying to install might depend on an older header file that has been upgraded by pacman. The latter is usually a result of outdated code and is much harder to fix.
    `grep png_error_ptr_NULL -R /usr/include` will show you which header files the identifier appears in (if any). One of them should contain the declaration, so make sure that file is #include'd in i_sshot.c
    For best results, I recommend contacting the package maintainer, posting a comment on the AUR package page, or contacting upstream directly. Those users are likely to be more knowledgeable about this software than the rest of us on the forum.

  • [SOLVED] Recipe for target 'src/Interface/openxcom-ComboBox.o' failed

    I've been having some problems with installing openxcom, most of which appear to come from a problem with yaml-cpp 0.5.2-2, and thus, the git file in the AUR (https://aur.archlinux.org/packages/openxcom-git/) was updated with a rollback yaml-cpp.
    When I tried to build this package, there was an error involving some recipe.
    CXX src/Interface/openxcom-ComboBox.o
    src/Interface/ComboBox.cpp: In member function ‘size_t OpenXcom::ComboBox::getHoveredListIdx() const’:
    src/Interface/ComboBox.cpp:245:9: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
    if (-1 == ret)
    ^
    cc1plus: all warnings being treated as errors
    Makefile:5043: recipe for target 'src/Interface/openxcom-ComboBox.o' failed
    make[1]: *** [src/Interface/openxcom-ComboBox.o] Error 1
    make[1]: Leaving directory '/home/sailol/Downloads/AUR/openxcom-git/src/OpenXcom'
    Makefile:7157: recipe for target 'all-recursive' failed
    make: *** [all-recursive] Error 1
    [1m[31m==> ERROR:[m[1m A failure occurred in build().[m
    [1m Aborting...[m
    After finding this post, I think it may have something to do with a header file that is missing, but I'm not sure.
    Thank you for your time.
    Last edited by Sailol (2015-06-08 01:00:46)

    Mmm, the git package (maintained by me) frequently fails due to warnings since it's a developmental package. You can override the warnings by changing enable_werror to no in configure.ac (before you run autogen.sh in the prepare function).
    sed -i 's:werror=yes:werror=no:' configure.ac
    Should do it.
    EDIT: I'd avoid the -git package for the time being, seems like a lot of stuff isn't getting installed correctly at the moment. I'll try to fix it up and upload a new PKGBUILD tomorrow.
    Last edited by WorMzy (2015-06-07 23:08:29)

  • Error while compiling BerkeleyDB: Command failed for target `util_sig.lo'

    Hi,
    While trying to compile BerkeleyDB on Solaris 10 x86 ( is there an easier way to get BerkeleyDB running than compiling from source? ) I was confronted with the error message appended.
    I used Berkeley 4.4.20 and configured by executing
    PATH=/usr/ccs/bin:${PATH} # for ar
    cd build_unix
    CC=gcc ../dist/configure
    Here the error message:
    UNIX /app/berkeleydb/db/4.4.20/build_unix
    $ make
    /usr/bin/sh ./libtool --mode=compile gcc -c -I. -I../dist/..  -D_REENTRANT -O2 ../common/util_sig.c
    gcc -c -I. -I../dist/.. -D_REENTRANT -O2 ../common/util_sig.c -fPIC -DPIC -o .libs/util_sig.o
    In file included from /usr/include/sys/signal.h:34,
    from /usr/include/signal.h:26,
    from ../common/util_sig.c:15:
    /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:292: error: parse error before '}' token
    /usr/include/sys/siginfo.h:294: error: parse error before '}' token
    /usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:392: error: conflicting types for `__proc'
    /usr/include/sys/siginfo.h:261: error: previous declaration of `__proc'
    /usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
    /usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
    /usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
    /usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
    /usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
    /usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
    /usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
    /usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
    /usr/include/sys/siginfo.h:426: error: parse error before '}' token
    /usr/include/sys/siginfo.h:428: error: parse error before '}' token
    /usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
    /usr/include/sys/siginfo.h:437: error: parse error before '}' token
    In file included from /usr/include/signal.h:26,
    from ../common/util_sig.c:15:
    /usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
    In file included from ../common/util_sig.c:15:
    /usr/include/signal.h:111: error: parse error before "siginfo_t"
    /usr/include/signal.h:113: error: parse error before "siginfo_t"
    *** Error code 1
    make: Fatal error: Command failed for target `util_sig.lo'
    Thanks, Dietrich
    PS:
    I need the LDAP server for playing with a JAAS LDAP login module and something minimal would be enough. Is there something easier to install than OpenLDAP?

    I fail to understand why you're taking all this trouble. Both the Berkeley DB as OpenLDAP are both shipped with Solaris 10/x86 natively. Look into the so called companion cd / dvd. That makes setting all of this up a piece of cake.
    Another option could be looking into Blastwave or Sun Freeware.

  • Trying to create reference for application in target server failed;

    I have an ear file that I am trying to deploy using the "Deploy Enterprise Applications/Modules" page on the console.
    The console gives me a message saying
    "Trying to create reference for application in target server failed; Application tsom_oes is not found in config context"
    tsom_oes is the name of my application, or it was. I've changed every instance of that name I can find and still it tells me it is looking for tsom_oes.
    Can anyone tell me just what is looking for it and where it is expecting to find it?
    I ran the verifier on the ear file and it did give me some errors, although none of them seem to relate to this. Specifically it told me it did not like the xml in a tld file I'm using
    and it seems to think Hibernate needs a bunch of JBoss classes (none of which are referred to by my app anywhere). I'm guessing the verify is mistaken on those, but if anyone knows better I'd like to hear
    Meanwhile I don't know why it won't deploy, nor why it is still looking for tsom_oes.
    One more thing I must add: this ear file exposes portlets which I am hoping will be accessible through the portal server. The ear file works on JBoss, but I have added what I think are the necessary sun xml files to make it run here.
    By 'exposes portlets' I mean that I have created a sun-portlet.xml and implemented the appropriate interfaces (all of which work on JBoss).
    Environment:
    Sun App server 9.1 plus portal server 7.2 on Windows XP

    Okay, I found the answer. I had hacked the domain.xml for this some time ago (this task has been off and on a lot) and forgotten.
    I found the tsom_oes reference in there and removed it. Now it deploys.
    Hopefully this helps someone else some day... probably not though, eh?

  • Concurrent manager log CONC-SM TNS FAIL ICM failed to start for target MSOA

    Hi all,
    We are doing cloning from two node PCP with loadbalancer to single node application tier.
    I did preclone in database and one of the node of application,
    Run adcfgclone.pl in dbTier and AppsTier everything went smooth, But the Three managers are not coming up,
    1. Internel manager
    2.Standar manager
    3.standard manager
    Thease three managers are pointing to node" Prymary node of PCP
    We followed the note: 555081.1 still the issue is same
    The manager logfile shows:
    "Check that your system has enough resources to start a concurrent manager process : 15-NOV-2008 21:20:22
    Starting STANDARD Concurrent Manager : 15-NOV-2008 21:20:22
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /ebiz/u01/appltest/TEST/apps/apps_st/appl/fnd/12.0.0/bin/FNDLIBR.
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /ebiz/u01/appltest/TEST/apps/apps_st/appl/fnd/12.0.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process : 15-NOV-2008 21:20:23
    Starting Internal Concurrent Manager Concurrent Manager : 15-NOV-2008 21:20:23
    CONC-SM TNS FAIL
    : ICM failed to start for target MSOAAPPL2. Review ICM log files for additional information.
    Process monitor session ended : 15-NOV-2008 21:20:23"
    Please help me out in resolving this
    many thanks in advance..

    Hi all,
    Sorted out by changing the Primary node as thhe corect node and run cmclean.sql..
    Now the managers are working file..
    Thanks and Regards
    Vasu

  • 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.

  • File.upload on Air SDK for iOS devices failed to send http request to server.

    I am trying to use ActionScript's File.upload to upload a file on Air SDK for iOS8 environment, but the File.upload does not work properly. No handler about the file upload is executed after File.upload is invoked, and no exception is caught. When I check the network traffic of the server side, I found that no http request even hit the server after File.upload is executed. The code snippet here is very simple.
      private var file:File;
      private var dir:File;
      //This method is executed to create a file and upload it when the Upload Button is pressed.
      protected function OnUploadButtonPressed(event:MouseEvent):void{
      var str:String = 'This is test';
      var imageBytes:ByteArray = new ByteArray();
      for ( var i:int = 0; i < str.length; i++ ) {
      imageBytes.writeByte( str.charCodeAt(i) );
      try{
      dir = File.applicationStorageDirectory
      var now:Date = new Date();
      var filename:String = "test" + now.seconds + now.milliseconds + ".txt";
      file = dir.resolvePath( filename );
      var stream:FileStream = new FileStream();
      stream.open( file, FileMode.WRITE );
      stream.writeBytes( imageBytes );
      stream.close();
      file.addEventListener( Event.COMPLETE, uploadComplete );
      file.addEventListener( IOErrorEvent.IO_ERROR, ioError );
      file.addEventListener( SecurityErrorEvent.SECURITY_ERROR, securityError );
      file.addEventListener(ErrorEvent.ERROR, someError);
      file.addEventListener(ProgressEvent.PROGRESS, onProgress);
      file.upload( new URLRequest("http://10.60.99.31/MyPath/fileUploadTest.do"));//This line does not work. No handler is executed. No http request hit the server side.
      } catch( e:Error ) {
      trace( e );
      //Complete Handler
      private function uploadComplete( event:Event ):void
      trace( "Upload successful." );
      //IOError handler
      private function ioError( error:IOErrorEvent ):void
      trace( "Upload failed: " + error.text );
      //SecurityError handler
      private function securityError(error:SecurityErrorEvent):void{
      trace( "Security error:" + error.text );
      //Other handler
      private function someError(error:ErrorEvent):void{
      trace("some error" + error.text);
      //Progress handler
      private function onProgress(event:ProgressEvent):void{
      trace("progressHandler");
    When executed on Air Simulator, it works fine as expected, and the file is successfully uploaded to the server. But When executed on iOS devices(in my case, iPad), as I explain early, no handler about the file upload is executed, and no the http request even hit the server. So I think the problem may be in the client side. It seems that the Air SDK for iOS just failed to send the http request for some reason.
    To make my problem more clear, I list my environment below:
    Development Environment:  Windows7 (64bit)  / Mac os 10.9.4 (Tested on  OS platforms.)
    IDE: Flash Builder 4.7
    Air SDK:  3.8 / 16.0.0 (After I updated to the lastest Air SDK 16.0.0 , the problem still exists.)
    Application Server:  Tomcat7 + Spring
    Target OS: iOS 8
    I have been struggling for this for days. So I really appreciate it if anyone has any idea about this.
    Thanks in advance.

    Hi bluewindice ,
    As you have quoted ( ActionScript's File.upload does not work on Air SDK for iOS devices ) , this issue has been replicated at our end, and our team will be working on it.
    Thanks,
    Tushar

  • Pro*C bug: "make -f proc.mk sample1" failed

    Oracle db in SunOS-Unix system V release4.0;
    C compiler using gcc.
    Since "cc" doesn't run on my unix station, I only modifed two lines in proc.mk, let "CC=gcc", and "RCC=gcc -I. -O -xcg92".
    For command "make -f proc.mk sample1", the output as follows:
    gcc -I. -O -xcg92 -L/usr4/oracle/lib -o sample1 sample1.c /usr4/oracle/lib/libsq
    l.a /usr4/oracle/lib/osntab.o -lsqlnet -lora /usr4/oracle/lib/libpls.a -lsqlnet
    -lnlsrtl -lcv6 -lcore -lnlsrtl -lcv6 -lcore -lsocket -lnsl -lm -ldl -laio
    gcc: language cg92 not recognized
    sample1.c:294: unterminated string or character constant
    sample1.c:58: possible real start of unterminated constant
    sample1.c:56: unterminated `#if' conditional
    gcc: language cg92 not recognized
    gcc: language cg92 not recognized
    gcc: language cg92 not recognized
    *** Error code 1
    make: Fatal error: Command failed for target `sample1'
    How to solve this problem?
    thank you in advance.

    Hi,
    Check doc
    http://download.oracle.com/docs/cd/B19306_01/server.102/b15658/prcmp_cll_int.htm#i33246
    and First note : -
    To use the demonstrations described in this chapter, install the Oracle Database Examples included on the Oracle Database 10g Companion CD.
    - Pavan Kumar N

  • Sorry does not make up for this purchase!

    Since corporate wouldn't give me an email to send this to, I'm posting this here.  
    Original-Recipient:{removed per forum guidelines}
    Final-Recipient: {removed per forum guidelines}
    Action: delayed
    Status: 4.4.7
    Will-Retry-Until: Sat, 10 Jan 2015 21:20:31 -0600
    X-Display-Name: .info
    ---------- Forwarded message ----------
    From: 
    To: <[email protected]>
    Cc: 
    Date: Thu, 8 Jan 2015 22:20:28 -0500
    Subject: Fwd: Elite and Irate Customer
    ---------- Forwarded message ----------
    From:
    Date: Mon, Jan 5, 2015 at 2:02 PM
    Subject: Elite and Irate Customer
    To: [email protected]
    Hello,
    I'm a customer that wanted to bring to your attention the lack of customer service I've received from the Best Buy store at your Tri-County location, here in Ohio.  On the 14th of November, I walked in the store to buy an open box electric stove that was advertised on your website.  Your website clearly stated that one was in stock at the Tri-County location.  I called the store and spoke to a representative prior to my arrival at the store to confirm that this information was accurate and the rep simply told me yes it was, if it says it one the website then to go off of that.  
    So I went to the store to purchase the stove and was unable to find it.  I had several associates help me look for it and nobody could find it and the managers determined that it wasn't in stock.  Since it was a Best Buy mistake, the manager offered to give me the new version of the stove for the same price, which saved me a little money.  As I'm patiently waiting for the final word from one of the managers, I start looking around for other things I may possibly want to buy and I come across an open box french door refrigerator, so I decide to purchase that as well.  Nothing was wrong with it, except for a couple scratches.   Keep in mind that this is nearly a couple weeks before thanksgiving, where I had nearly 30 attendants.  I just bought a dishwasher and microwave from lowes and wanted to have my complete appliance set on display just in time for Thanksgiving.
    When the items arrived at my home, a couple days before Thanksgiving, I was relieved that I received them on time.  For the most part, the delivery crew was acceptable, except for the fact that they broke a light switch on the wall as they were trying to move the refrigerator in it's place.  They told me about it and I told them that that was okay and that I was just happy that I received my appliances.  As anyone else would do, I waited for the fridge to get cold before I put the food back in and when it came time to do so, I noticed that the middle flap between both french doors was broke.  It's a bit deceiving because if you just look at it you can't really tell, but after opening and closing it a couple times, you could easily tell that it was broken.  So I called Best Buy that same day and told them of the problem.  I asked them if they had that part at the store, so I could just come in and get the replacement.  Note, that on the appliance defect report this was not listed, so I'm assuming it was damaged during delivery or was overlooked.  I mentioned this to the manager.  He said, that the item had to be special ordered, so as disappointed as I was that my fridge would not be fully operational for thanksgiving, I said it was okay and he told me that he would call me once it came in.  To give you a better idea of what my family is experiencing, we don't use the left door on the fridge.  
    2 weeks go by and I still haven't received a call, so I decide to call and check in for an update.  An associate tells me that the item just came in yesterday and that he would call me back in a few minutes to schedule a repair.  I don't receive a call that day, so I call best buy back a few days later.  Again, I speak to the same associate and he tells me that the item never came in and that the manager was just going to give me a new fridge instead. So I call your corporate office and speak with an associate and he says that he will get to the bottom of it and help me set up the delivery.  
    Well on the day of the delivery, which was a Saturday, I was told that it would be dropped off sometime between 3 and 5 in the evening, or something in that timeframe.  What do I do?  I empty out my fridge and clear a path for the delivery personnel.  It being a Saturday, I had plans and I haven't received a call from anybody.  So around half past 5, I start putting the items back in the fridge, as well as move the furniture back in place.  Keep in mind, this is no easy task.  I have a 4 bedroom home and a family of 5, so yes, I have a lot of furniture and a fully stocked fridge.  This probably took at least 2 hours to get everything cleared and to put it back in place when I found out they were not showing up.  
    I then get a call at 15 till 6 from the delivery crew telling me that they were on there way. Surprised and irate that they are now calling me, I have to refuse the delivery because we we didn't have time to wait around since we already had plans for the night.  I get another call from a Best Buy associate trying to reschedule and I told them that I've had enough of their dealings and that I would let corporate handle it and through corporate I would see that a proper delivery would then be scheduled.
    Well this morning I saw on my phone that I have several missed calls, as early as 6 in the morning from Best Buy delivery stating that I am suppose to recieve my fridge in the morning and I was there 2nd stop.  I call the guy and tell him that I was unaware of the delivery and that I would give you guys a call today to schedule the appointment.  I intend to call you after I send this email regarding that.  
    So in all, I've probably been on the phone with Best Buy personnel at least 10 times and several hours.  I spoke to several associates, including 3 different managers, 3 different delivery crews, and a rep from your corporate office once.  I think it's safe to say that this has been a total nightmare and saving a couple hundred dollars does not make up for it.  I wanted to reach out to you because as an educated consumer, who also happens to be an elite Best Buy member, I can firmly say that because of this "Nightmare" I will not be buying any more appliances from your store and you would be lucky if I bought anything else from the store.  You do have some pretty good deals on games and movies though, so I may continue to do that.  
    Please take this information and utilize it accordingly, obviously, this is not how business should be ran and I know this isn't the first time something like this has happened.  The exact same thing happend to my friend a few years back from a different store.  
    V/R,
    Member ID: {removed per forum guidelines}

    Hello penningtonj, 
    While it's great to hear that you seem to have received new inbox units at open box prices due to your experiences, it certainly sounds like the delivery portion of the experience could have been vastly better for you. 
    I'm glad to hear that the oven is working well for you, and I'm truly sorry to hear of the difficulties you've experienced with the open box refrigerator. Our open box items should be thoroughly inspected and marked accordingly for its condition or any missing parts or accessories. It is disheartening to hear that a damaged part may have gone unnoticed. With that said, it's awesome that the store has offered to replace it. 
    We strive to ensure our deliveries are seamless and hassle-free. Given you have a sizable family, I know emptying a refrigerator is no easy task, as I grew up in family of a similar size, and should the refrigerator have to be emptied for any reason, it was a bit chaotic! It is regrettable to hear that the delivery team was late, and that they failed to contact you sooner to let you know of their delay. Furthermore, it is strange that you may not have been aware of (and thus completely unprepared for) the rescheduled delivery. I can understand how this would be concerning, and further aggravating.
    I sincerely apologize for the continued hassle you've experienced with purchasing these appliances. With that said, it appears that you are currently scheduled for delivery on 1/28/15. You should receive a phone call the night before to provide you with a time frame of when to expect them. If you should have any questions or concerns, please feel welcome to reach out to me! 
    Respectfully,
    Tasha|Social Media Specialist | Best Buy® Corporate
     Private Message

  • When I try entering a new event in iCal on my MacBook Air, I get an error message popping up on my screen that says: The request for account "iCloud" failed.  The server responded with "502" to operation CalDAVSetPropertyQueueableOperation. Help!!??

    When I try entering a new event in iCal on my MacBook Air, I get an error message popping up on my screen that says:
    The server responded with “502”
    The request for account “iCloud” failed. 
    The server responded with “502” to operation CalDAVSetPropertyQueueableOperation.
    The request for account “iCloud” failed.
    I am then given the option of staying Online or going Offline.
    Can anyone help me?
    thanks

    Hello b.krushel,
    Thank you for using Apple Support Communities
    Any number of things could cause this issue, so I would recommend this article named iCloud: Troubleshooting iCloud Calendar found here http://support.apple.com/kb/TS3999.
    These sections in particular:
    General Troubleshooting
    Make sure there are no current issues listed on the System Status that affect iCloud Calendar. The System Status is located on the iCloud Support webpage.
    Make sure you have fully enabled iCloud Calendar for the client you are using (for more setup and troubleshooting information on iOS, OS X, Windows and iCloud.com, see the additional details below).
    Check to see if the issue you are seeing is covered in iCloud Help. To search iCloud Help, visit help.apple.com/icloud.
    Check your settings and preferences as something may not be set up correctly. For example, having incorrect date and time settings can cause issues which are easily resolved by entering the appropriate settings.
    Troubleshooting Calendar on OS X Mountain Lion (iCal on OS X Lion)Note: For instructions on setting up iCloud Calendar with Calendar or iCal on your Mac, see iCloud Setup.If you are having trouble with Calendar or iCal on a Mac and you are using iCloud Calendar, try each of these steps, testing after each to see if the issue is resolved:
    Make sure you are using OS X Lion v10.7.2 or later. Click here for help verifying the version of OS X you are using.
    Make sure your computer is online. Attempt to view www.apple.com and iCloud.com. If you can't connect to the Internet, your iCloud calendars and events will not update in iCal. Click here for more information about troubleshooting your Internet connection.
    Verify that your iCloud member name is entered into the iCloud Preference pane in System Preferences. See iCloud Setup for more information about setting up iCloud on a Mac.
    Make sure you enter and update calendar information in the iCloud section of Calendar or iCal. Only calendars and events in the iCloud section of the Calendar or iCal Calendar list will be pushed to iCloud. Both Calendar and iCal for the Mac support the display of and interaction with multiple accounts and datastores, for example, iCloud, On My Mac, Exchange, Google, and so on. This makes it easy to create or modify events or calendars in a section of  Calendar or iCal that may not be updating iCloud. Learn more about moving local calendars to iCloud.
    In some cases, you may find that you have data duplicated in both the local On My Mac and the iCloud sections of Calendar or iCal. Learn more about resolving this issue.
    You can make the iCloud calendar your default calendar for all new events. In Calendar on OS X Mountain Lion, choose Calendar > Preferences > General, or in OS X Lion, choose iCal > Preferences > Generaland under the Default Calendar heading, select one of the Calendars under the iCloud heading. Close the Preferences window to save this change.
    If recent changes simply don't appear, try forcing Calendar or iCal to refresh by selecting Refresh All from theCalendar menu.
    Make sure your account was successfully created in Calendar on your Mac (or iCal). After upgrading to iCloud Calendar, you may need to quit and reopen Calendar (or iCal). To confirm your account is configured correctly in iCal:
    Open Calendar (or iCal).
    Open Calendar (or iCal) Preferences.
    Click Accounts. You should see an account with your iCloud member name entered.
    Turn iCloud Calendars off and back on
    Quit Calendar (or iCal).
    Choose Apple () menu > System Preferences > iCloud.
    Remove the checkmark in the checkbox next to Calendars.
    Close System Preferences and wait about a minute.
    Open System Preferences and choose iCloud.
    Replace the checkmark next to Calendars.
    Close System Preferences.
    Open Calendar (or iCal) and test to see if the issue has been resolved.
    Restart your computer. This may sound simple, but it does reinitialize your network and application settings and can frequently resolve issues.
    Take care,
    Sterling

  • Time Machine no longer deletes older files to make room for new ones.

    I happened to notice today, that Time Machine is failing when attempting to do updates. I also notice that the HDD is just about full. Time machine should delete the oldest backups to make room for the new ones, but for some reason this isn't happening. I also tried deleting some of the older folders manually. It says it deletes them, the folder icon disappears, but the available space never increases. If I reboot, the folders I deleted are still there. Time Machine has no problem reading the files, but apparently can't delete them. Anyone have an idea as to what might be happening? It used to work, but now something is 'broken' and I have no idea where to start looking. I am running OSX 10.5.3.

    don't delete old backups from finder. delete them from TM interface. start TM and navigate to the backup you want to delete. click on the "gears" action button in finder's toolbar and select "delete backup". You'll have to enter your admin password. you might have to do this for several backups to clear up enough space. the deletion process can take a while so be patient. This is not guaranteed to make TM start deleting old backups by itself but it might.

  • Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 537, state 3, severity 16

    Hello,
    I've encountered issue during installation of SP1 to SQL Server 2012. After upgrade I'm getting this error in Event Log:
    Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 537, state 3, severity 16. This is a serious error condition which might interfere with regular operation and the database will be taken offline.
    If the error happened during upgrade of the 'master' database, it will prevent the entire SQL Server instance from starting. Examine the previous errorlog entries for errors, take the appropriate corrective actions and re-start the database so that the script
    upgrade steps run to completion.
    Can someone point me direction how I can fix it? This is a production server and currently only way to make it working is to use T902 flag in SQL Server startup params. I've found some suggestions to check Data path if it exists but it does so this is not
    the issue here. Any ideas?
    I've found also here
    http://www.sqlservercentral.com/Forums/Topic1377073-1550-1.aspx#bm1378279
    suggestions for similar issue with SQL Server 2008 which that I should do:
    Via ssms:
    From msdb:
    Delete:
    dc_admin role
    Dc_operator role
    Dc_proxy role
    UlitityCMRReader role
    UtilityIMRReader role
    UtilityIMRWriter role
    but for not I didn't tried it yet. This is standalone SQL Server instance.
    Any help really appreciated.
    Regards

    Script returns the same error.
    System databases:
    1    1    760    -1    10    1048578    0    1    master        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\master.mdf
    2    0    12768    -1    10    1048642    0    1    mastlog        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\mastlog.ldf
    1    1    1024    -1    10    1048578    0    2    tempdev        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\tempdb.mdf
    2    0    64    -1    10    1048642    0    2    templog        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\templog.ldf
    1    1    288    -1    128    2    0    3    modeldev    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\model.mdf
    2    0    4464    -1    10    1048642    0    3    modellog    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\modellog.ldf
    1    1    28936    -1    10    1048578    0    4    MSDBData    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBData.mdf
    2    0    3352    268435456    10    1048642    0    4    MSDBLog    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBLog.ldf
    are all in place where path shows.
    Before sending my message I've searched update script for "FROM master.sys.master_files" and I found script which you are showing me. I've made some digging and when I runned:
           SELECT physical_name
           FROM master.sys.master_files
           WHERE (name = N'master')
    it returned also path to one my customers database name which has filename set correctly but it's Logical DB name is master and mastlog. I'm running shared hosting company and I allow my customers to restore their DBs from .bak files but I have no idea why
    this customers logical name is set to master and mastlog. Probably when I change this names update script will work as it should. On the other hand in my opinion there should be some kind of fail safe mechanism for situations like this one.
    EDIT: After changing logical name for DB and log for mentioned DB your script runned fine so probably now when I remove T902 flag and restart my SQL Server update will run correctly. Big thanks for resolving this issue.

  • Secure Link for iTunes store failed... Got anything?

    Every time I try to open up iTunes store, it wouldn't open. I ran the diagnostics report and it said the ( for first time ) that "Secure link for iTunes store failed". The second time I ran it, just to make sure, said that "secure link for iTunes store is successful. I got confused. So I copied the successful report for you guys to see if there's a problem. **NOTE** I never had or downloaded Norton, or Proxyserver, I even checked to see if it was on the computer. I have Windows Firewall, and Verizon Security, and my computer is a Window's 7. Here's the successful report of the diagnostics so you techies out there could figure what the problem is:
    Microsoft Windows Vista Home Premium Edition Service Pack 2 (Build 6002) Gateway GM5472 iTunes 10.4.1.10 QuickTime 7.7 FairPlay 1.12.20 Apple Application Support 2.0.1 iPod Updater Library 10.0d2 CD Driver 2.2.0.1 CD Driver DLL 2.1.1.1 Apple Mobile Device 3.4.1.2 Apple Mobile Device Driver 1.57.0.0 Bonjour 3.0.0.2 (333.2) Gracenote SDK 1.9.1.485 Gracenote MusicID 1.9.1.102 Gracenote Submit 1.9.1.133 Gracenote DSP 1.9.1.43  iTunes Serial Number 002AB3A80C24F3E8  Current user is not an administrator. The current local date and time is 2011-09-23 15:44:30. iTunes is not running in safe mode. WebKit accelerated compositing is enabled. HDCP is not supported. Core Media is supported.  Video Display Information  NVIDIA, NVIDIA GeForce 6150SE nForce 430    **** External Plug-ins Information ****  No external plug-ins installed.  Genius ID: 65223df73745471fc22c8ff8db2564bf  iPodService 10.4.1.10 is currently running. iTunesHelper 10.4.1.10 is currently running. Apple Mobile Device service 3.3.0.0 is currently running.  **** Network Connectivity Tests ****  Network Adapter Information  Adapter Name:     {B6520BEA-A816-49F2-892A-F840F59F28D0} Description:     Marvell Yukon 88E8039 PCI-E Fast Ethernet Controller IP Address:     192.168.1.2 Subnet Mask:     255.255.255.0 Default Gateway:     192.168.1.1 DHCP Enabled:     Yes DHCP Server:     192.168.1.1 Lease Obtained:     Fri Sep 23 13:00:09 2011  Lease Expires:     Sat Sep 24 13:00:09 2011  DNS Servers:     192.168.1.1  Active Connection:     LAN Connection Connected:     Yes Online:          Yes Using Modem:     No Using LAN:     Yes Using Proxy:     No SSL 3.0 Support:     Enabled TLS 1.0 Support:     Disabled  Firewall Information  Windows Firewall is off.  Connection attempt to Apple web site was successful. Connection attempt to browsing iTunes Store was successful. Connection attempt to purchasing from iTunes Store was successful. Connection attempt to iPhone activation server was successful. Connection attempt to firmware update server was successful. Connection attempt to Gracenote server was successful. Last successful iTunes Store access was 2011-09-23 15:36:29.     Sooooo, help please? Thanks!

    I have the same problem and I'm beyond frustrated. I just want iTunes 10.5 to work properly so I can download iOS 5 to my iPad. I've uninstalled, rebooted, and reinstalled iTunes (and all other apple programs) a dozen times.  I've uninstalled Norton since I read that might be causing the block. I've checked my firewall and have done a "flush". I'm out of ideas!!!

  • Invalid Path for target file, check if connector is deployed correctly

    Hi all,
    I've got a tricky problem over here: we are using OMB scripts for generating simple extract mappings that just copy data from an oracle source table to a flat file on a directory. Up untill now ( with version 11.1 ) this did not pose any troubles, but now we are using 11.2 for the first time and we don't get the mappings to execute. Generating, validating and deploying all works fine, only executing fails with the error: "Invalid Path for target file, check if connector is deployed correctly". It ends to rapidly, so I'm assuming the problem lies in the repository and not on the database itself.
    I'm pretty sure all locations are defined as needed, flat file operator in the mapping has correct location, the flat file module has the same location,...
    I tried almost everything: recreate oracle module, recreate flat file module, unregister and recreate db location, unregister and recreate dir location, recreate mapping and flat file, export/import...
    The strange thing is, I was able to execute a mapping once. Although it ended with an error (due to a function in the mapping), it created the file correctly. After that I needed to update the directory path of the target location and from then on, I always got the error above, and I don't see a good reason.
    Any suggestions??
    Tnx,
    Michel

    That error is displayed when the generated code fails to execute with one of the following database errors;
    UTL_FILE.INVALID_PATH
    UTL_FILE.INVALID_OPERATION
    UTL_FILE.INVALID_FILEHANDLE
    So its worth checking the generated code for that map and searching for the code around UTL_FILE.FOPEN and seeing what the path and the file name in the code are. Maybe the file is created with permissions such that it can be created but not then re-written and its an OS permissions thing (such as UMASK settings).
    Cheers
    David

Maybe you are looking for

  • 'No authorization' error for selection values outside the authorized range

    Hi All, We are currently trying to use the authorization analysis concept for 'Cost center reporting'. We have made 0COSTCENTER info-object as authorization relevant and have created a analysis authorization object for it through RSECADMIN and we hav

  • Is pga is being used in Parallel process

    HI is pga is being used in parallel processing. if yes then increasing the size of pga can increase performance thank

  • LSMW - cannot be run in background since recent SAP Notes

    Hi Sorry if this needs to be moved as not really S&A. We are on a 4.6C R3 system and are in the process of importing Basis Support Package 61 SAPKB46C61 and I now seem to have lost the ability to run an LSMW in background - the thing runs but does no

  • Validations in Adobe Form

    hello all,         i am writing some validations in adobe form .I am not very comfortable with adobe forms but i have to work on. validation 1:  field 'NAME' ( type is free text )should support 'several entries'. validation 2:  field 'NAME' ( type is

  • IOS app crashes when RemoteNotifier subscribes

    I am attempting to get push notifications working. I am building my app in FlashBuilder 4.6 using Starling 1.4.1 and AIR 3.9. I have been referencing these two sources: http://help.adobe.com/en_US/air/build/WSd6d4f896b3a8801b7be2f55d138e29d5e40-8000.