[SOLVED] ppp: pon seems to work, but ping doesn't

Hi List,
when trying to reinstall Archlinux from a CD, I get stuck in the very beginning of the process because I can't make the network connection work.
The disk is already partitioned and formatted. I loaded the appropriate (de-latin1) keys, mounted root, boot and home partitions (/mnt/, /mnt/boot/ etc) and used swapon for the swap partition. I then copied from the backup of my old installation the /etc/ppp/peers/pppoe file, changed eth0  to enp0s7 (after doing an ifconfig), and set a symlink to this file called provider.
Then calling pon on the commandline works as expected. However, if I ping www.google.com or so, I get the unknown host message. I believe the same setting worked for me with my former Archlinux install, and the internet connection works anyway - I'm using it for my labtop to write this message right now.
Did I miss something? Is there some necessary config I forgot about?
Here is the content of the pppoe file:
plugin re-pppoe.so
# network interface
enp0s7
# login name
name "0123456789"
usepeerdns
persist
defaultroute
hide-password
noauth
Last edited by 4on6 (2013-12-07 18:06:48)

brain0 wrote:
Hm, a udev rule on the ISO is starting dhcpcd on ppp0, which it shouldn't. I don't know if this is your problem, but try
systemctl mask [email protected]
before launching pppd.
I tried it, but it does not help.
There are descriptions of how to configure pppoe, but I think I don't need(ed) to give all this specific information, all I had to do was adding a pppoe connection config file (/ppp/peers/pppoe shown above) with my phone number as user name - and the usepeerdns and noauth attributes made it unnecessary to give more info.
From my (naive) point of view, these journal lines
connected to ... via interface enp0s7
Using interface ppp0
Connect: ppp0 <--> enp0s7
peer from calling number ... authorized
seem to suggest that the connection config file cited above allows to establish a connection (or at least log in).
But then
LCP terminated by peer
Timeout while waiting for PADO packets
something I don't understand seems to go wrong.
Or is the underlying problem that I forgot another config file or so? There is rp-pppoe.config too, and I changed ETH=eth0  to ETH=enp0s7, but to no avail. I could not change the user= ... settings in this file since I don't know what to put there for my provider (and if it is necessary at all).
Or should I abort direct configuration of pppd and go for something like wvdial (which I don't know at all)?

Similar Messages

  • Deploying to cRIO seems to work, but actually doesn't

    When I deploy my cRIO application, all indications are that the deployment is successful, but when I reboot the cRIO, the old version runs; the new one didn't actually download.
    1. Compile the FPGA VI.
    2. Right-click on the RT build specification and select Build.
    3. Reboot the cRIO with the NO APP switch moved to the left (i.e. don't run the startup VI).
    4. Right-click on the cRIO icon and select Connect.
    5. Right-click on the RT build specification and select Deploy.
    6. Move the NO APP switch to the right (i.e. run the startup VI).
    7. The old version runs.
    I know the new RT and FPGA VIs actually compiled correctly- I can run them on my development machine.
    Anyone have any insight?
    Thanks,
    -Ron

    More news: I can ftp the files (startup.rtexe and startup.aliases) to the ni-rt/startup directory on the cRIO. When I reboot, the correct version runs. Assuming this procedure actually works and not some sort of time bomb, this issue is now only mildly critical- "just a routine emergency" as Ted Knight said in Caddyshack.
    I'm running LabVIEW 8.5 under Windows XP. The controller is an NI-cRIO-9014. The chassis is a cRIO-9104.
    -Ron

  • CC 2014 nik efex - My Nik Efex filters are not working in Photoshop CC 2014 - they appear under plug-ins and seem to work, but after running and clicking okay, no new layer appears - seems to have no effect.  The separate menu panel does not appear either

    My Nik Efex filters are not working in Photoshop CC 2014 - they appear under plug-ins and seem to work, but after running and clicking okay, no new layer appears - seems to have no effect.  The separate menu panel does not appear either.  Help with this?

    BINGO !!!!
    Thanks so much Woodsroad. I had the exact same problem with my Dell Windows 7 64 bit with AMD Radeon 6700 Video card.
    All the video tests passed with flying colors.
    The sniffer rename trick fixed the problem.
    Thank goodness for the internet!

  • I just used stellar phoenix mac data recovery and it seemed to work but now my files won't open.  Even though they are "jpeg, mov" files the error message is  could not be opened. The movie's file format isn't recognized. "  Any help or are they corrupted

    I just used stellar phoenix mac data recovery and it seemed to work but now my files won't open.  Even though they are "jpeg, mov" files, the error message is  "could not be opened". The movie's file format isn't recognized. "  Any help or are they corrupted?

    Sounds to me like the file is probably corrupt. If you had hard drive corruption or damage, that could easily result in recovered files not being fully intact. If you were trying to recover accidentally deleted files, it's possible they might have been partially overwritten before recovering. There are never any guarantees with file recovery.
    Without more information on the circumstances that led you to try recovery, it's hard to give advice on what to try from here. You could always try another file recovery tool, like Data Rescue 3. Just be sure you're taking appropriate precautions when doing recovery. See Recovering deleted files.

  • [Fwd: Re: Mbean method seems to work, but nothing happen]

    Forwarding to security news group for help ...
    -------- Original Message --------
    Subject: Re: Mbean method seems to work, but nothing happen
    Date: 18 Jun 2004 15:25:51 -0700
    From: Claudio Lazo <[email protected]>
    Reply-To: Claudio Lazo <[email protected]>
    Newsgroups: weblogic.developer.interest.management
    References: <40d21c98$1@mktnews1>
    Hi Folks,
    I have news about this case and maybe help you to help me find out how
    to follow
    to give the next step.
    I am using SimpleSampleRoleMapper sample at dev2dev to test my case. I
    discovered
    something I had not figure out until now.
    weblogic.management.commo.WebLogicMBeanMaker creates an class called
    SimpleSampleRoleMapperImpl.java which has my method "resetCache" but
    empty, so
    back to documentation I think i understood what they wanted to say when
    said :"
    If you included any custom operations in
    your MDF, implement the methods using the method stubs." (Located in page
    http://e-docs.bea.com/wls/docs81/dvspisec/credmap.html#1142366)
    So now I can´t find a reference to do a link between
    SimpleSampleRoleMapperImpl.resetCache()
    method
    and SimpleSampleRoleMapperProviderImpl.resetCache() method.
    So Anyone know how to make that connection, or maybe some reading I can
    do to
    write my implementation?
    Thanks again
    Claudio
    Claudio Lazo <[email protected]> wrote:
    Hi Folks,
    I have created a Custom RoleMapper Security provider, who is a MBean,
    I included a custom method called resetCache who do some reset inside
    it.
    The problem is when I try to call the method no exception is thrown,
    however no line inside the method is executed.
    So my question is if there is something I am missing, I am able to see
    with my client properties inside MBean.
    I ejecute method using mBeanHome.getMBeanServer().invoke(mBeanName, "resetCache",null,null);
    Any help is valuable, thanks
    Claudio

    Hi Folks,
    I have news about this case and maybe help you to help me find out how to follow
    to give the next step.
    I am using SimpleSampleRoleMapper sample at dev2dev to test my case. I discovered
    something I had not figure out until now.
    weblogic.management.commo.WebLogicMBeanMaker creates an class called
    SimpleSampleRoleMapperImpl.java which has my method "resetCache" but empty, so
    back to documentation I think i understood what they wanted to say when said :"
    If you included any custom operations in
    your MDF, implement the methods using the method stubs." (Located in page
    http://e-docs.bea.com/wls/docs81/dvspisec/credmap.html#1142366)
    So now I can´t find a reference to do a link between SimpleSampleRoleMapperImpl.resetCache()
    method
    and SimpleSampleRoleMapperProviderImpl.resetCache() method.
    So Anyone know how to make that connection, or maybe some reading I can do to
    write my implementation?
    Thanks again
    Claudio
    Claudio Lazo <[email protected]> wrote:
    Hi Folks,
    I have created a Custom RoleMapper Security provider, who is a MBean,
    I included a custom method called resetCache who do some reset inside
    it.
    The problem is when I try to call the method no exception is thrown,
    however no line inside the method is executed.
    So my question is if there is something I am missing, I am able to see
    with my client properties inside MBean.
    I ejecute method using mBeanHome.getMBeanServer().invoke(mBeanName, "resetCache",null,null);
    Any help is valuable, thanks
    Claudio

  • MacBook Pro turns on but will not load. Battery will power up and charge. The PRAM second start up seems to work, but the Apple timer continues add-infinitum. There is also a disc in the laptop so I can't load re-load software OS 10.6.1. How do I resolv

    MacBook Pro turns on but will not load. Battery will power up and charge. The PRAM second start up seems to work, but the Apple timer continues add-infinitum. There is also a disc in the laptop so I can't load re-load software OS 10.6.1. How do I resolve this problem?

    Try booting in Safe Mode by holding your Shift key down when booting. Also, try holding the eject key down when booting to eject the DVD. If you plug a mouse in and hold the clicker down when booting, that should eject the DVD.   
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • I can't read acsm files on my e-reader after transferring them from the pc with ADE. it seems to work, but then when I try to open the files on the e-reader it says "open failure". what's wrong?

    I can't read acsm files on my e-reader after transferring them from the pc with ADE. it seems to work, but then when I try to open the files on the e-reader it says "open failure". what's wrong?

    The acsm file is not the book, it is a ticket to get the book.  I sometimes get library books online, here is what I do.
    1. Start ADE on the computer
    2. Go to library website and find the book I want to download.
    3. Click on the download link
    4. In windows 7 a box opens asking whether I want to open( or run) or save the acsm file
    5. Click open/run and ADE downloads the book into the "Library"
    6. Transfer the book (epub file) to the reader.

  • Handling events in subvis - think this should work but it doesn't.

    In part of a large project I need to handle key down events, but elsewhere I need to handle them differently and want to be able to dynamically register and unregister them in each location. I also want to be able to put one of the event handlers in a subvi. To quote the Help system, "Dynamically Registering Events: With dynamic registration, you can handle events in a subVI rather than only in the VI where the events are generated."
    ViThatHandlesEvents.vi handles key down events. It uses dynamic event registration to demonstrate that it works (though in this simple example it isn't necessary).
    ViContainingSubviThatHandlesEvents registers key down events and passes this to KeyDnEventHndlrSubVI. I thought it would work but it doesn't.
    Attachments:
    KeyDnEventHndlrSubVI.vi ‏14 KB
    ViThatHandlesEvent.vi ‏22 KB
    ViContainingSubviThatHandlesEvent.vi ‏18 KB

    cebailey wrote:
    Here's a version with Panel > OwningVI > Key Down selected in the nodes that register events. It seems to do what I want. It acts on keystrokes that occur when the cursor isn't even over the parent's window, which is good in my situation. I made these choices by experimenting - is this a good approach, if I want to act on all the keystrokes that occur when the parent VI has focus?
    As you noted, this will have the event structure respond to keypresses whenever the parent VI is active. You can simplify the subVI by simply wiring the "VI Refnum" terminal directly to the Register for Events node. Getting the Panel, and then the Owning VI simply gets you back to where you started.
    That's a valid way of doing it, and I'm assuming that this is intended to be a test case. As you noted you have a large project, so I don't know what your overall architecture is, or how you intend to use this technique, so I can't really say whether it's a "good" approach. It's an approach.
    Say, I should have said this before, but you have to be pretty good to answer the question somebody should be asking, especially in brief forum postings.
    Thanks for the compliment. It's just a matter of seeing a lot of code and a lot of questions. I'm only a teenage pup compared to the real veterans on this board.

  • What HDMI cable do I need for my MacBook (2009) to my SONY HDTV? I thought the HDMI cable from my Apple TV would work, but it doesn't.

    What HDMI cable do I need for my MacBook (2009) to my SONY HDTV? I thought the HDMI cable from my Apple TV would work, but it doesn't.

    The model 7,1 is actually the Mid 2010 MacBook and is the only MacBook with a Mini DisplayPort that sends audio along with the video, Here's some Mini DisplayPort to HDMI with audio adapters from Amazon.
    http://www.amazon.com/s/ref=nb_sb_ss_i_3_35?url=search-alias%3Daps&field-keyword s=mini+displayport+to+hdmi+with+audio+for+macbook+pro&sprefix=mini+displayport+t o+hdmi+with+audio%2Caps%2C252

  • TS3274 My IPAD 2 camera doesn't seem to work. It doesn't want to go thru and seems to be on "hold".

    My IPAD 2 camera doesn't seem to work. It doesn't want to go thru and seems to be on "hold".

    By 'hold' do you mean frozen or the shutter doesn't open ?  Have you tried closing the Camera app completely and seeing if it works when you re-open the Camera app ? From the home screen (i.e. not with Camera 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Camer app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work then you could try a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • New AIrport Extreme - seems to work, but....

    Hey all:
    Just received an Airport Extreme to replace old D-Link wireless router. Connected everything, and all seems to work as it should. But.... The AE unit's amber light on the front is continuously flashing. The Setup Guide says this indicates one of a number of malfunctions, but I'm able to connect to the internet fine via two wireless computers. I'm also able to print via the USB-to-AE connected printer.
    What does this mean? Should I be looking for what's up? Any ideas?
    Thanks,
    Carlos Alden

    If it is functioning, then that means you may not have secured your network, or some feature in the process was ignored that is unnecessary for your service to work. If it ain't broke don't fix it. But securing your network with WPA2 or better encryption if possible is a good idea since it will avoid others from using your bandwidth on your connection, in addition avoiding the possibility that a non-secure website might gather personal information easier when it is unsecured.
    Message was edited by: a brody

  • [solved] Owncloud over SSL: http works, but over https only apache

    Hello,
    I try to setup owncloud with SSL.
    Accessing over http works, but over https, I reach the default apache page instead of the owncloud page.
    (I set up SSL according to https://wiki.archlinux.org/index.php/LAMP#SSL )
    How could I make the owncloud site available over https?
    relevant files:
    owncloud.conf:
    <IfModule mod_alias.c>
    Alias /owncloud /usr/share/webapps/owncloud/
    </IfModule>
    <Directory /usr/share/webapps/owncloud/>
    Options FollowSymlinks
    Require all granted
    php_admin_value open_basedir "/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/owncloud/:/etc/webapps/owncloud/:/mt/daten/owncloud/"
    </Directory>
    <VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot /usr/share/webapps/owncloud
    ServerName http://example.com/owncloud
    </VirtualHost>
    I tried to change 80 to 443, but then, systemctl restart httpd didn't work. (apache failed)
    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 "/etc/httpd"
    # 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
    <IfModule mod_ssl.c>
    Listen 443
    </IfModule>
    # 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 mpm_prefork_module modules/mod_mpm_prefork.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
    #own additions:
    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 />
    Options FollowSymLinks
    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
    # Include owncloud
    Include /etc/httpd/conf/extra/owncloud.conf
    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!
    Last edited by Carl Karl (2014-05-06 07:40:53)

    OK, solved.
    What I made wrong:
    https://localhost leads to the apache page
    https://localhost/owncloud leads to the owncloud page.
    (Just as an information if there are other apache noobs like me...)

  • IOS 5 seems to work, but when I connect the ipad to my macbook, i get the message that itunes was interrupted when restoring. I try to restore again and I get the message "An error occurred while restoring this iPad (-50)." What should I do?

    iOS 5 seems to work on my ipad, but apparently something went wrong when restoring. I lost music and movies, and when I connect the ipad to my macbook, I get the message that itunes was interrupted when restoring. I try to restore again and I get the message "An error occurred while restoring this iPad (-50)." What happened and what should I do?

    I have had the same issue since day 1 of the ios5 installation.  I always hit "Cancel" and then the iPad eventually shows up again in iTunes.  Then a few hours later, I get the same message again.  Annoying, but I've not found a way around it.

  • G560 PXE error; OneKey Recovery seems to work, but then I get BSOD upon boot

    I've got a 3-year old G560 and a few days ago, I ran into a PXE error out of the blue. I didn't really change anything about the computer's setup, and it may have been caused by commuting the laptop.
    I already went through the whole F2 setup regimen of disabling network boot, changing over to compatible mode, trying every combination of boot order, etc.
    When I was in compatibility mode, I was able to get the OneKey Recovery to work. There's no DVD involved, seems like it's stuck in that partition. I never set a restore point, but I didn't mind a factory reset. So I did the OneKey factory reset and it took about 15 minutes and it seemed to be okay, but then when I try to start the laptop, it will show the Windows logo, freeze there for a few seconds and then it flashes the blue screen of death for a split second (impossible to capture the error codes).
    If I try it in safe mode, it shows the files that are being loaded, and it BSODs right after classpnp.sys
    Now, I guess my main question is if OneKey will appear to work and yet maybe the HDD (hard drive) does not work. Could it be a matter of just replacing the hard drive? I did pull out the hard drive and re-mount it. Also the motherboard and re-mounted it. Is the OneKey function separate from the hard drive?
    The laptop is so old that I wouldn't want to invest much money in its repair (warranty is past expiration date), but it's also been my daily computer, so I wouldn't mind if it was just a case of replacing a hard drive. With these problems, would it just be possible to make Ubuntu into my primary operating system by using an install disc?

    hi stophammertime,
    Welcome to the Forums.
    It looks like you have some bad sectors on the HDD that's why the OKR didn't work or for some reason, OKR worked but the bad sectors corrupted the OS installation files. To verify this, you will need to run diagnostics on the HDD (try ultimatebootcd as it has diagnostic tools for ever brand of HDD's)
    Also, the OneKey Recovery runs on a hidden partition on the HDD (usually the last few sectors of the drive). It's possible to trigger the OneKey Recovery if the partition structure isn't damage but if the target drive has bad sectors (i.e. Drive C:\), it may fail to image the drive or corrupt the installation files.
    If verified that you have bad sectors on the HDD, you will need to replace the HDD and from here, you can:
    1. Use a recovery disc to restore the default OS (this is only psosible if you have created one using this method)
    2. If you can still read the COA product key at the bottom, you can burn an ISO copy on this website and use it to clean install Windows into your PC (if you get issues activating Windows, try to activate by phone).
    3. Scratch Windows and use Ubuntu as you're primary OS.
    Hope thish elps
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • My JAWS app seems to work, but dies quickly

    Hello All -
    Firstly, here is a link to my app: http://www.xurg.com/jaws/apps/index.html
    I have been messing with JAWS and JNLP all day. My server is set up right and everything. I created a JAR file with my app inside and made a link to my JNLP file. JAWS told me I had many errors all day, but I think I've fixed them all. If you run my app you'll see it apears to load fine, but then after loading nothing happens! I don't know where to go from here. Below are sniplets from my related files:
    sgp.jnlp<?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for SGP Application -->
    <jnlp
      spec="1.0+"
      codebase="http://www.xurg.com/jaws/apps/"
      href="sgp.jnlp">
      <information>
        <title>SGP Application</title>
        <vendor>XURG Games 2004</vendor>
        <homepage href="docs/sgp/index.html"/>
        <description>SGP Game Demo</description>
        <description kind="short">A demo of a game using the Swing Graphical User Interface.</description>
        <icon href="images/sgp.gif"/>
        <offline-allowed/>
      </information>
      <resources>
        <j2se version="1.4+"/>
        <jar href="jar/sgp2.jar"/>
      </resources>
      <application-desc main-class="Games/SGP/SGP"/>
    </jnlp>/META-INF/MANIFEST.MF
    Main-Class: Games/SGP/SGP
    I have tried messing with the Manifest.mf file a bit. I've put main, SGP, and the full package path to SGP (Games/SGP/SGP) where SGP is the file with my main.
    Any Suggestions? Thanks in advance!

    Your game seems to work just fine (I can't test it to much, I'm at work ;-)
    Failed to load Main-Class manifest attribute from
    sgp2.jar
    my jar file is setup like:
    /T3/*
    SGP files
    /META-INF/MANIFEST.MF
    hmmmmmmmDid you try : java -hjar sgp2.jar Games.SGP.SGP
    btw, I would use Games.SGP.SGP in the main class attribute of the JNLP file...

Maybe you are looking for

  • External and Macbook display

    I have a 15" MacBook Pro and a 22" Samsung LCD Display. Can I use both the MacBook's display and the Samsung display at the same time but not have it be a mirror image? I would like to have, for example, iTunes open on the MacBook's display and Safar

  • Scheduling agreement_track the quantity

    Hi Experts, The requirement of the customer is entered in a Scheduling agreement. Sometimes the schedules are changed in the quantity only. The customer needs a report that should show the quantity entered earlier and changed later. The scheduling ag

  • Truncate always checked for the some of the dimension tables

    Hi, I found common dimension tables across Finance,Supply Chain and Sales by querying in DAC. In the task level most of the target tables checked as Truncate For Full Load. but some of the tables defined as truncate always, why they defined as trunca

  • FF 6.0 on Mac OS 10.6.7 shows crazy font on some sites. Prefs fonts are not controlling the problem.

    Many websites are fine but some (craigslist, google homepage, others) show a gothic font upon loading. I can't get it to change with the prefs settings. I re-installed FF but problem persists.

  • Igdpmd64.sys BSOD on HP ProBook 4530s Windows 7 64-bit

    I used my HP ProBook 4530s with Windows 7 64-bit and Internet Explorer 8 (IE8) installed since 2011 with no issues. Recently I updated Windows to SP1 and IE10. All works well except one thing. When I run IE10, open few tabs and hoover my mouse over I