Find the answer to your Linux question:
Results 1 to 3 of 3
when i put in the command sudo /etc/init.d/httpd httpd.service - LSB: start and stop Apache HTTP Server Loaded: loaded (/etc/rc.d/init.d/httpd) Active: inactive (dead) CGroup: name=systemd:/system/httpd.service this is the result. and ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    89

    httpd not running on Fedora 15

    when i put in the command
    sudo /etc/init.d/httpd
    httpd.service - LSB: start and stop Apache HTTP Server
    Loaded: loaded (/etc/rc.d/init.d/httpd)
    Active: inactive (dead)
    CGroup: name=systemd:/system/httpd.service
    this is the result. and when
    sudo /etc/init.d/httpd start
    Starting httpd (via systemctl): Job failed. See system logs and 'systemctl status' for details.
    [FAILED]
    what should i do to get it up and running.?

  2. #2
    Just Joined!
    Join Date
    Mar 2009
    Posts
    89
    Along with that sealert Error sends the following message
    Opps, sealert hit an error!

    Traceback (most recent call last):
    File "/usr/bin/sealert", line 692, in <module>
    run_as_dbus_service(username)
    File "/usr/bin/sealert", line 112, in run_as_dbus_service
    app = SEAlert(user, dbus_service.presentation_manager, watch_setroubleshootd=True)
    File "/usr/bin/sealert", line 326, in __init__
    from setroubleshoot.browser import BrowserApplet
    File "/usr/lib/python2.7/site-packages/setroubleshoot/browser.py", line 46, in <module>
    import report.io.GTKIO
    ImportError: No module named GTKIO

  3. #3
    Linux User glennzo's Avatar
    Join Date
    Sep 2004
    Location
    Salem, Mass
    Posts
    434
    What should you do? How about looking at the logs as the error message suggests? I've found the logs in /etc/httpd/logs to be extremely useful for troubleshooting errors.
    Glenn
    Powered by Fedora 16 and Arch Linux

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...