Apache 2.2 will einfach nicht starten..

downloader999

Active Member
Hallo...
ich hab mal wieder ein problem<.<
und zwar wenn ich apache starten will, kommen zwar beim starten keine fehler, aber wenn ich die domain aufrufe kommt
"Firefox kann keine Verbindung zu dem Server unter doofmt2.de aufbauen."

per
Code:
sockstat -4

wird auch nix von apache angezeigt..
bei einem restart von apache sagt er auch das kein apache läuft..
bei der ersten install von apache geht es immer, ich muss dann nur einmal neustarten und ende..

hiernoch einigezusatz infos:
httpd.conf:
Code:
#
# 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.2> for detailed information.
# In particular, see 
# <URL:http://httpd.apache.org/docs/2.2/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 "/var/log/foo_log"
# with ServerRoot set to "/usr/local" will be interpreted by the
# server as "/usr/local//var/log/foo_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 point the LockFile directive
# at a local disk.  If you wish to share the same ServerRoot for multiple
# httpd daemons, you will need to change at least LockFile and PidFile.
#
ServerRoot "/usr/local"

#
# 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 192.168.0.103: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 libexec/apache22/mod_authn_file.so
LoadModule authn_dbm_module libexec/apache22/mod_authn_dbm.so
LoadModule authn_anon_module libexec/apache22/mod_authn_anon.so
LoadModule authn_default_module libexec/apache22/mod_authn_default.so
LoadModule authn_alias_module libexec/apache22/mod_authn_alias.so
LoadModule authz_host_module libexec/apache22/mod_authz_host.so
LoadModule authz_groupfile_module libexec/apache22/mod_authz_groupfile.so
LoadModule authz_user_module libexec/apache22/mod_authz_user.so
LoadModule authz_dbm_module libexec/apache22/mod_authz_dbm.so
LoadModule authz_owner_module libexec/apache22/mod_authz_owner.so
LoadModule authz_default_module libexec/apache22/mod_authz_default.so
LoadModule auth_basic_module libexec/apache22/mod_auth_basic.so
LoadModule auth_digest_module libexec/apache22/mod_auth_digest.so
LoadModule file_cache_module libexec/apache22/mod_file_cache.so
LoadModule cache_module libexec/apache22/mod_cache.so
LoadModule disk_cache_module libexec/apache22/mod_disk_cache.so
LoadModule dumpio_module libexec/apache22/mod_dumpio.so
LoadModule include_module libexec/apache22/mod_include.so
LoadModule filter_module libexec/apache22/mod_filter.so
LoadModule charset_lite_module libexec/apache22/mod_charset_lite.so
LoadModule deflate_module libexec/apache22/mod_deflate.so
LoadModule log_config_module libexec/apache22/mod_log_config.so
LoadModule logio_module libexec/apache22/mod_logio.so
LoadModule env_module libexec/apache22/mod_env.so
LoadModule mime_magic_module libexec/apache22/mod_mime_magic.so
LoadModule cern_meta_module libexec/apache22/mod_cern_meta.so
LoadModule expires_module libexec/apache22/mod_expires.so
LoadModule headers_module libexec/apache22/mod_headers.so
LoadModule usertrack_module libexec/apache22/mod_usertrack.so
LoadModule unique_id_module libexec/apache22/mod_unique_id.so
LoadModule setenvif_module libexec/apache22/mod_setenvif.so
LoadModule version_module libexec/apache22/mod_version.so
LoadModule ssl_module libexec/apache22/mod_ssl.so
LoadModule mime_module libexec/apache22/mod_mime.so
LoadModule dav_module libexec/apache22/mod_dav.so
LoadModule status_module libexec/apache22/mod_status.so
LoadModule autoindex_module libexec/apache22/mod_autoindex.so
LoadModule asis_module libexec/apache22/mod_asis.so
LoadModule info_module libexec/apache22/mod_info.so
LoadModule cgi_module libexec/apache22/mod_cgi.so
LoadModule dav_fs_module libexec/apache22/mod_dav_fs.so
LoadModule vhost_alias_module libexec/apache22/mod_vhost_alias.so
LoadModule negotiation_module libexec/apache22/mod_negotiation.so
LoadModule dir_module libexec/apache22/mod_dir.so
LoadModule imagemap_module libexec/apache22/mod_imagemap.so
LoadModule actions_module libexec/apache22/mod_actions.so
LoadModule speling_module libexec/apache22/mod_speling.so
LoadModule userdir_module libexec/apache22/mod_userdir.so
LoadModule alias_module libexec/apache22/mod_alias.so
LoadModule rewrite_module libexec/apache22/mod_rewrite.so
LoadModule php5_module        libexec/apache22/libphp5.so

<IfModule !mpm_netware_module>
<IfModule !mpm_winnt_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 www
Group www

</IfModule>
</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. admin@your-domain.com
#
ServerAdmin you@example.com

#
# 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 192.168.0.103 

#
# 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 "/usr/local/www/apache22/data"

#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories). 
#
# First, we configure the "default" to be a very restrictive set of 
# features.  
#
<Directory />
    AllowOverride All 
    Order deny,allow
    Deny from all
</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.
#

#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "/usr/local/www/apache22/data">
    #
    # 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.2/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:
    #   Options FileInfo AuthConfig Limit
    #
    AllowOverride All 

    #
    # Controls who can get stuff from this server.
    #
    Order allow,deny
    Allow from all

</Directory>

#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
    DirectoryIndex index.html index.php
</IfModule>

#
# The following lines prevent .htaccess and .htpasswd files from being 
# viewed by Web clients. 
#
<FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
</FilesMatch>

#
# 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/ "/usr/local/www/apache22/cgi-bin/"
   Alias /phpmyadmin /usr/local/www/phpMyAdmin
</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 /var/run/cgisock
</IfModule>

#
# "/usr/local/www/apache22/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "/usr/local/www/apache22/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>
<Directory "/usr/local/www/phpMyAdmin">
Order allow,deny
Allow from all
</Directory>

#
# DefaultType: the default MIME type the server will use for a document
# if it cannot otherwise determine one, such as from filename extensions.
# If your server contains mostly text or HTML documents, "text/plain" is
# a good value.  If most of your content is binary, such as applications
# or images, you may want to use "application/octet-stream" instead to
# keep browsers from trying to display binary files as though they are
# text.
#
DefaultType text/plain

<IfModule mime_module>
    #
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    #
    TypesConfig etc/apache22/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
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps
    #
    # 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 etc/apache22/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
#

#
# EnableMMAP and EnableSendfile: On systems that support it, 
# memory-mapping or the sendfile syscall is 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.
#
#EnableMMAP off
#EnableSendfile off

# Supplemental configuration
#
# The configuration files in the etc/apache22/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 etc/apache22/extra/httpd-mpm.conf

# Multi-language error messages
#Include etc/apache22/extra/httpd-multilang-errordoc.conf

# Fancy directory listings
#Include etc/apache22/extra/httpd-autoindex.conf

# Language settings
Include etc/apache22/extra/httpd-languages.conf

# User home directories
#Include etc/apache22/extra/httpd-userdir.conf

# Real-time info on requests and configuration
#Include etc/apache22/extra/httpd-info.conf

# Virtual hosts
Include etc/apache22/extra/httpd-vhosts.conf

# Local access to the Apache HTTP Server Manual
#Include etc/apache22/extra/httpd-manual.conf

# Distributed authoring and versioning (WebDAV)
#Include etc/apache22/extra/httpd-dav.conf

# Various default settings
#Include etc/apache22/extra/httpd-default.conf

# Secure (SSL/TLS) connections
#Include etc/apache22/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>
NameVirtualHost 127.0.0.1:80 
<Directory "/usr/local/www/shop">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Include etc/apache22/Includes/*.conf
Include etc/apache22/Vhosts/*.conf

www.pserver-itemshops.de.conf[Vhost]:
Code:
<VirtualHost 127.0.0.1:80>
ServerAdmin Downloader99@web.de
DocumentRoot /usr/local/www/shops
ServerName www.pserver-itemshops.de
ErrorLog /var/log/www.pserver-itemshops.de.err.log
CustomLog /var/log/www.pserver-itemshops.de.acc.log common
</VirtualHost>

httpd-error.log
Code:
(2)No such file or directory: httpd: could not open error log file /data/logs/www/www.pserver-itemshops.de.err.log.
Unable to open logs
(2)No such file or directory: httpd: could not open error log file /data/logs/www/www.pserver-itemshops.de.err.log.
Unable to open logs
(2)No such file or directory: httpd: could not open error log file /data/logs/www/www.pserver-itemshops.de.err.log.
Unable to open logs
(2)No such file or directory: httpd: could not open error log file /data/logs/www/www.pserver-itemshops.de.err.log.
Unable to open logs
[Wed Aug 05 12:32:30 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Wed Aug 05 12:39:10 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Wed Aug 05 12:40:11 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

in der log datei vom vserver steht nichts.

/etc/hosts
Code:
# $FreeBSD: src/etc/hosts,v 1.16.32.1 2009/04/15 03:14:26 kensmith Exp $
#
# Host Database
#
# This file should contain the addresses and aliases for local hosts that
# share this file.  Replace 'my.domain' below with the domainname of your
# machine.
#
# In the presence of the domain name service or NIS, this file may
# not be consulted at all; see /etc/nsswitch.conf for the resolution order.
#
#
::1			localhost localhost.my.domain
127.0.0.1		localhost localhost.my.domain
192.168.0.103           192.168.0.103 192.168.0.103
127.0.0.1               192.168.0.103 192.168.0.103 
#
# Imaginary network.
#10.0.0.2		myname.my.domain myname
#10.0.0.3		myfriend.my.domain myfriend
#
# According to RFC 1918, you can use the following IP networks for
# private nets which will never be connected to the Internet:
#
#	10.0.0.0	-   10.255.255.255
#	172.16.0.0	-   172.31.255.255
#	192.168.0.0	-   192.168.255.255
#
# In case you want to be able to connect to the Internet, you need
# real official assigned numbers.  Do not try to invent your own network
# numbers but instead get one from your network provider (if any) or
# from your regional registry (ARIN, APNIC, LACNIC, RIPE NCC, or AfriNIC.)
#

instaliert sind php5+mysql5...

hoffe mal ihr könnt mir helfen :)
 
Nu, er sagts ja. Er kann das Logfile nicht öffnen. Gib ihm manuell das passende Verzeichnis und schenks ihm mit chown
 
Was gibt

%/usr/local/etc/rc.d/apache22 configtest

aus?

Was wird geloggt in

%cat /var/log/httpd-error.log

?

Auch mal

httpd.conf:
LogLevel debug

setzen.


Apache22 ist einfacher aufzusetzen insbesondere bzgl. virt. Hosts im Gegensatz zu Apache 1.

Was stimmen muss:

httpd.conf:
ServerRoot "/usr/local" (hast du)
DocumentRoot "/usr/local/www/apache22/data" (hast du)
Listen 80 (hast du )
ServerName 192.168.0.103 (hast du)


Tipp:
Am besten noch mal die orginal httpd.conf einspielen und NUR die oben besagten Änderungen vornehmen.

Dann am Ende der httpd.conf ein include einbauen z.B. in einem neuen parallelen Verzeichnis apache22_myconf zu apache22

httpd.conf:
Include etc/apache22_myconf/HTTPD_VIRTUAL_SERVER.CONF

und dort deine benötigten Einstellungen vornehmen.

Damit Apache virt. Hosts aktiviert, muss folgendes rein:

apache22_myconf/HTTPD_VIRTUAL_SERVER.CONF
#virtual hosts:
NameVirtualHost *:80

Virtuelle Hosts können dann dort wieder includiert werden

apache22_myconf/HTTPD_VIRTUAL_SERVER.CONF:
Include etc/apache22_myconf/vhost1.conf

---

Also bzgl. der Fehlersuche von eine generischen Konfiguration hochtasten bis zum spezifischen Setup.

---

Installierst du Apache auf deiner Workstation und rufst ihn von dort auf (greifst du auf einen selbst installierten, konfigurierten lokalen DNS zurück) oder liegt alles auf einem eigenständigen Server (der auf einen DNS im Netz zugreift)?
 
Was gibt

%/usr/local/etc/rc.d/apache22 configtest

Syntax OK
Was wird geloggt in

%cat /var/log/httpd-error.log
Code:
(2)No such file or directory: httpd: could not open error log file /data/logs/www/www.pserver-itemshops.de.err.log.
Unable to open logs
(2)No such file or directory: httpd: could not open error log file /data/logs/www/www.pserver-itemshops.de.err.log.
Unable to open logs
(2)No such file or directory: httpd: could not open error log file /data/logs/www/www.pserver-itemshops.de.err.log.
Unable to open logs
(2)No such file or directory: httpd: could not open error log file /data/logs/www/www.pserver-itemshops.de.err.log.
Unable to open logs
[Wed Aug 05 12:32:30 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Wed Aug 05 12:39:10 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Wed Aug 05 12:40:11 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[die fehler mit den loggs sidn behoben]
Installierst du Apache auf deiner Workstation und rufst ihn von dort auf (greifst du auf einen selbst installierten, konfigurierten lokalen DNS zurück) oder liegt alles auf einem eigenständigen Server (der auf einen DNS im Netz zugreift)?

also der server steht bei mir im keller...ist nur freebsd drauf, er holt seine ip von router der die dann an dyndns weiterleitet und dyn dann an die .de domain...wegen der originalen httpd.conf
ich hab hier grdae leider keine xD könntest du vilt eine anhängen?
 
Hast du in /var/log/messages Einträge?
Bei mir hatte irgendeine Apacheversion mal in Jails gesegmault
 
jo,mehr als genug^^
Code:
Aug  5 10:08:25 doofmt2 newsyslog[444]: logfile first created
Aug  5 10:08:25 doofmt2 syslogd: kernel boot file is /boot/kernel/kernel
Aug  5 10:08:25 doofmt2 kernel: Copyright (c) 1992-2009 The FreeBSD Project.
Aug  5 10:08:25 doofmt2 kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Aug  5 10:08:25 doofmt2 kernel: The Regents of the University of California. All rights reserved.
Aug  5 10:08:25 doofmt2 kernel: FreeBSD is a registered trademark of The FreeBSD Foundation.
Aug  5 10:08:25 doofmt2 kernel: FreeBSD 7.2-RELEASE #0: Fri May  1 07:18:07 UTC 2009
Aug  5 10:08:25 doofmt2 kernel: root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
Aug  5 10:08:25 doofmt2 kernel: Timecounter "i8254" frequency 1193182 Hz quality 0
Aug  5 10:08:25 doofmt2 kernel: CPU: AMD Sempron(tm) Processor 3000+ (1607.42-MHz K8-class CPU)
Aug  5 10:08:25 doofmt2 kernel: Origin = "AuthenticAMD"  Id = 0x40ff2  Stepping = 2
Aug  5 10:08:25 doofmt2 kernel: Features=0x78bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2>
Aug  5 10:08:25 doofmt2 kernel: Features2=0x2001<SSE3,CX16>
Aug  5 10:08:25 doofmt2 kernel: AMD Features=0xea500800<SYSCALL,NX,MMX+,FFXSR,RDTSCP,LM,3DNow!+,3DNow!>
Aug  5 10:08:25 doofmt2 kernel: AMD Features2=0x19<LAHF,ExtAPIC,CR8>
Aug  5 10:08:25 doofmt2 kernel: usable memory = 4264071168 (4066 MB)
Aug  5 10:08:25 doofmt2 kernel: avail memory  = 4099416064 (3909 MB)
Aug  5 10:08:25 doofmt2 kernel: ACPI APIC Table: <HYRSLP HYRSLPTB>
Aug  5 10:08:25 doofmt2 kernel: ioapic0 <Version 1.1> irqs 0-23 on motherboard
Aug  5 10:08:25 doofmt2 kernel: kbd1 at kbdmux0
Aug  5 10:08:25 doofmt2 kernel: acpi0: <HYRSLP HYRSLPTB> on motherboard
Aug  5 10:08:25 doofmt2 kernel: acpi0: [ITHREAD]
Aug  5 10:08:25 doofmt2 kernel: acpi0: Power Button (fixed)
Aug  5 10:08:25 doofmt2 kernel: acpi0: reservation of 0, a0000 (3) failed
Aug  5 10:08:25 doofmt2 kernel: acpi0: reservation of 100000, dedf0000 (3) failed
Aug  5 10:08:25 doofmt2 kernel: Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
Aug  5 10:08:25 doofmt2 kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
Aug  5 10:08:25 doofmt2 kernel: acpi_button0: <Power Button> on acpi0
Aug  5 10:08:25 doofmt2 kernel: pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
Aug  5 10:08:25 doofmt2 kernel: pci0: <ACPI PCI bus> on pcib0
Aug  5 10:08:25 doofmt2 kernel: pci0: <memory, RAM> at device 0.0 (no driver attached)
Aug  5 10:08:25 doofmt2 kernel: isab0: <PCI-ISA bridge> at device 1.0 on pci0
Aug  5 10:08:25 doofmt2 kernel: isa0: <ISA bus> on isab0
Aug  5 10:08:25 doofmt2 kernel: pci0: <serial bus, SMBus> at device 1.1 (no driver attached)
Aug  5 10:08:25 doofmt2 kernel: pci0: <memory, RAM> at device 1.2 (no driver attached)
Aug  5 10:08:25 doofmt2 kernel: ohci0: <OHCI (generic) USB controller> mem 0xfe02f000-0xfe02ffff irq 21 at device 2.0 on pci0
Aug  5 10:08:25 doofmt2 kernel: ohci0: [GIANT-LOCKED]
Aug  5 10:08:25 doofmt2 kernel: ohci0: [ITHREAD]
Aug  5 10:08:25 doofmt2 kernel: usb0: OHCI version 1.0, legacy support
Aug  5 10:08:25 doofmt2 kernel: usb0: SMM does not respond, resetting
Aug  5 10:08:25 doofmt2 kernel: usb0: <OHCI (generic) USB controller> on ohci0
Aug  5 10:08:25 doofmt2 kernel: usb0: USB revision 1.0
Aug  5 10:08:25 doofmt2 kernel: uhub0: <nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
Aug  5 10:08:25 doofmt2 kernel: uhub0: 8 ports with 8 removable, self powered
Aug  5 10:08:25 doofmt2 kernel: ehci0: <EHCI (generic) USB 2.0 controller> mem 0xfe02e000-0xfe02e0ff irq 22 at device 2.1 on pci0
Aug  5 10:08:25 doofmt2 kernel: ehci0: [GIANT-LOCKED]
Aug  5 10:08:25 doofmt2 kernel: ehci0: [ITHREAD]
Aug  5 10:08:25 doofmt2 kernel: usb1: EHCI version 1.0
Aug  5 10:08:25 doofmt2 kernel: usb1: companion controller, 10 ports each: usb0
Aug  5 10:08:25 doofmt2 kernel: usb1: <EHCI (generic) USB 2.0 controller> on ehci0
Aug  5 10:08:25 doofmt2 kernel: usb1: USB revision 2.0
Aug  5 10:08:25 doofmt2 kernel: uhub1: <nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb1
Aug  5 10:08:25 doofmt2 kernel: uhub1: 8 ports with 8 removable, self powered
Aug  5 10:08:25 doofmt2 kernel: umass0: <Generic Mass Storage Device, class 0/0, rev 2.00/1.26, addr 2> on uhub1
Aug  5 10:08:25 doofmt2 kernel: pcib1: <ACPI PCI-PCI bridge> at device 4.0 on pci0
Aug  5 10:08:25 doofmt2 kernel: pci1: <ACPI PCI bus> on pcib1
Aug  5 10:08:25 doofmt2 kernel: pci0: <multimedia, HDA> at device 5.0 (no driver attached)
Aug  5 10:08:25 doofmt2 kernel: atapci0: <nVidia nForce MCP61 UDMA133 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 6.0 on pci0
Aug  5 10:08:25 doofmt2 kernel: ata0: <ATA channel 0> on atapci0
Aug  5 10:08:25 doofmt2 kernel: ata0: [ITHREAD]
Aug  5 10:08:25 doofmt2 kernel: ata1: <ATA channel 1> on atapci0
Aug  5 10:08:25 doofmt2 kernel: ata1: [ITHREAD]
Aug  5 10:08:25 doofmt2 kernel: nfe0: <NVIDIA nForce MCP61 Networking Adapter> port 0xec00-0xec07 mem 0xfe02d000-0xfe02dfff irq 20 at device 7.0 on pci0
Aug  5 10:08:25 doofmt2 kernel: miibus0: <MII bus> on nfe0
Aug  5 10:08:25 doofmt2 kernel: rlphy0: <RTL8201L 10/100 media interface> PHY 1 on miibus0
Aug  5 10:08:25 doofmt2 kernel: rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
Aug  5 10:08:25 doofmt2 kernel: nfe0: Ethernet address: 00:1a:92:2b:71:92
Aug  5 10:08:25 doofmt2 kernel: nfe0: [FILTER]
Aug  5 10:08:25 doofmt2 last message repeated 7 times
Aug  5 10:08:25 doofmt2 kernel: atapci1: <nVidia nForce MCP61 SATA300 controller> port 0x9f0-0x9f7,0xbf0-0xbf3,0x970-0x977,0xb70-0xb73,0xd800-0xd80f mem 0xfe02c000-0xfe02cfff irq 21 at device 8.0 on pci0
Aug  5 10:08:25 doofmt2 kernel: atapci1: [ITHREAD]
Aug  5 10:08:25 doofmt2 kernel: ata2: <ATA channel 0> on atapci1
Aug  5 10:08:25 doofmt2 kernel: ata2: [ITHREAD]
Aug  5 10:08:25 doofmt2 kernel: ata3: <ATA channel 1> on atapci1
Aug  5 10:08:25 doofmt2 kernel: ata3: [ITHREAD]
Aug  5 10:08:25 doofmt2 kernel: pcib2: <ACPI PCI-PCI bridge> at device 9.0 on pci0
Aug  5 10:08:25 doofmt2 kernel: pci2: <ACPI PCI bus> on pcib2
Aug  5 10:08:25 doofmt2 kernel: pcib3: <ACPI PCI-PCI bridge> at device 11.0 on pci0
Aug  5 10:08:25 doofmt2 kernel: pci3: <ACPI PCI bus> on pcib3
Aug  5 10:08:25 doofmt2 kernel: pcib4: <ACPI PCI-PCI bridge> at device 12.0 on pci0
Aug  5 10:08:25 doofmt2 kernel: pci4: <ACPI PCI bus> on pcib4
Aug  5 10:08:25 doofmt2 kernel: vgapci0: <VGA-compatible display> mem 0xfb000000-0xfbffffff,0xe0000000-0xefffffff,0xfc000000-0xfcffffff irq 22 at device 13.0 on pci0
Aug  5 10:08:25 doofmt2 kernel: acpi_tz0: <Thermal Zone> on acpi0
Aug  5 10:08:25 doofmt2 kernel: atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
Aug  5 10:08:25 doofmt2 kernel: atkbd0: <AT Keyboard> irq 1 on atkbdc0
Aug  5 10:08:25 doofmt2 kernel: kbd0 at atkbd0
Aug  5 10:08:25 doofmt2 kernel: atkbd0: [GIANT-LOCKED]
Aug  5 10:08:25 doofmt2 kernel: atkbd0: [ITHREAD]
Aug  5 10:08:25 doofmt2 kernel: cpu0: <ACPI CPU> on acpi0
Aug  5 10:08:25 doofmt2 kernel: orm0: <ISA Option ROM> at iomem 0xd0000-0xd3fff on isa0
Aug  5 10:08:25 doofmt2 kernel: ppc0: cannot reserve I/O port range
Aug  5 10:08:25 doofmt2 kernel: sc0: <System console> at flags 0x100 on isa0
Aug  5 10:08:25 doofmt2 kernel: sc0: VGA <16 virtual consoles, flags=0x300>
Aug  5 10:08:25 doofmt2 kernel: sio0: configured irq 4 not in bitmap of probed irqs 0
Aug  5 10:08:25 doofmt2 kernel: sio0: port may not be enabled
Aug  5 10:08:25 doofmt2 kernel: sio0: configured irq 4 not in bitmap of probed irqs 0
Aug  5 10:08:25 doofmt2 kernel: sio0: port may not be enabled
Aug  5 10:08:25 doofmt2 kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
Aug  5 10:08:25 doofmt2 kernel: sio0: type 8250 or not responding
Aug  5 10:08:25 doofmt2 kernel: sio0: [FILTER]
Aug  5 10:08:25 doofmt2 kernel: sio1: configured irq 3 not in bitmap of probed irqs 0
Aug  5 10:08:25 doofmt2 kernel: sio1: port may not be enabled
Aug  5 10:08:25 doofmt2 kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Aug  5 10:08:25 doofmt2 kernel: Timecounter "TSC" frequency 1607416920 Hz quality 800
Aug  5 10:08:25 doofmt2 kernel: Timecounters tick every 1.000 msec
Aug  5 10:08:25 doofmt2 kernel: acd0: DVDR <PHILIPS SPD6002T/P1.1> at ata0-master UDMA33
Aug  5 10:08:25 doofmt2 kernel: ad4: 76319MB <WDC WD800BD-22LRA0 06.01D06> at ata2-master SATA300
Aug  5 10:08:25 doofmt2 kernel: ad6: 476940MB <Seagate ST3500830AS 3.AAD> at ata3-master SATA300
Aug  5 10:08:25 doofmt2 kernel: GEOM_LABEL: Label for provider ad4s1a is ufsid/4a794c87ba184db4.
Aug  5 10:08:25 doofmt2 kernel: GEOM_LABEL: Label for provider ad4s1d is ufsid/4a794c8a3e1513fa.
Aug  5 10:08:25 doofmt2 kernel: GEOM_LABEL: Label for provider ad4s1e is ufsid/4a794c87da4e1d63.
Aug  5 10:08:25 doofmt2 kernel: GEOM_LABEL: Label for provider ad4s1f is ufsid/4a794c87d726405f.
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:0): SCSI Status: Check Condition
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:0): NOT READY csi:0,aa,55,40 asc:3a,0
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:0): Medium not present
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:0): Unretryable error
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:1): TEST UNIT READY. CDB: 0 20 0 0 0 0 
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:1): CAM Status: SCSI Status Error
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:1): SCSI Status: Check Condition
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:1): NOT READY csi:0,aa,55,40 asc:3a,0
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:1): Medium not present
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:1): Unretryable error
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:2): TEST UNIT READY. CDB: 0 40 0 0 0 0 
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:2): CAM Status: SCSI Status Error
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:2): SCSI Status: Check Condition
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:2): NOT READY csi:0,aa,55,40 asc:3a,0
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:2): Medium not present
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:2): Unretryable error
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:3): TEST UNIT READY. CDB: 0 60 0 0 0 0 
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:3): CAM Status: SCSI Status Error
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:3): SCSI Status: Check Condition
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:3): NOT READY csi:0,aa,55,40 asc:3a,0
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:3): Medium not present
Aug  5 10:08:25 doofmt2 kernel: (probe0:umass-sim0:0:0:3): Unretryable error
Aug  5 10:08:25 doofmt2 kernel: da0 at umass-sim0 bus 0 target 0 lun 0
Aug  5 10:08:25 doofmt2 kernel: da0: <Generic USB SD Reader 1.00> Removable Direct Access SCSI-0 device 
Aug  5 10:08:25 doofmt2 kernel: da0: 40.000MB/s transfers
Aug  5 10:08:25 doofmt2 kernel: da0: Attempt to query device size failed: NOT READY, Medium not present
Aug  5 10:08:25 doofmt2 kernel: da1 at umass-sim0 bus 0 target 0 lun 1
Aug  5 10:08:25 doofmt2 kernel: da1: <Generic USB CF Reader 1.01> Removable Direct Access SCSI-0 device 
Aug  5 10:08:25 doofmt2 kernel: da1: 40.000MB/s transfers
Aug  5 10:08:25 doofmt2 kernel: da1: Attempt to query device size failed: NOT READY, Medium not present
Aug  5 10:08:25 doofmt2 kernel: da2 at umass-sim0 bus 0 target 0 lun 2
Aug  5 10:08:25 doofmt2 kernel: da2: <Generic USB SM Reader 1.02> Removable Direct Access SCSI-0 device 
Aug  5 10:08:25 doofmt2 kernel: da2: 40.000MB/s transfers
Aug  5 10:08:25 doofmt2 kernel: da2: Attempt to query device size failed: NOT READY, Medium not present
Aug  5 10:08:25 doofmt2 kernel: da3 at umass-sim0 bus 0 target 0 lun 3
Aug  5 10:08:25 doofmt2 kernel: da3: <Generic USB MS Reader 1.03> Removable Direct Access SCSI-0 device 
Aug  5 10:08:25 doofmt2 kernel: da3: 40.000MB/s transfers
Aug  5 10:08:25 doofmt2 kernel: da3: Attempt to query device size failed: NOT READY, Medium not present
Aug  5 10:08:25 doofmt2 kernel: Trying to mount root from ufs:/dev/ad4s1a
Aug  5 10:08:25 doofmt2 kernel: GEOM_LABEL: Label ufsid/4a794c87ba184db4 removed.
Aug  5 10:08:25 doofmt2 kernel: GEOM_LABEL: Label for provider ad4s1a is ufsid/4a794c87ba184db4.
Aug  5 10:08:25 doofmt2 kernel: GEOM_LABEL: Label ufsid/4a794c87da4e1d63 removed.
Aug  5 10:08:25 doofmt2 kernel: GEOM_LABEL: Label for provider ad4s1e is ufsid/4a794c87da4e1d63.
Aug  5 10:08:25 doofmt2 kernel: GEOM_LABEL: Label ufsid/4a794c87d726405f removed.
Aug  5 10:08:25 doofmt2 kernel: GEOM_LABEL: Label for provider ad4s1f is ufsid/4a794c87d726405f.
Aug  5 10:08:25 doofmt2 kernel: GEOM_LABEL: Label ufsid/4a794c8a3e1513fa removed.
Aug  5 10:08:25 doofmt2 kernel: GEOM_LABEL: Label for provider ad4s1d is ufsid/4a794c8a3e1513fa.
Aug  5 10:08:25 doofmt2 kernel: GEOM_LABEL: Label ufsid/4a794c87ba184db4 removed.
Aug  5 10:08:25 doofmt2 kernel: GEOM_LABEL: Label ufsid/4a794c87da4e1d63 removed.
Aug  5 10:08:25 doofmt2 kernel: GEOM_LABEL: Label ufsid/4a794c87d726405f removed.
Aug  5 10:08:25 doofmt2 kernel: GEOM_LABEL: Label ufsid/4a794c8a3e1513fa removed.
Aug  5 10:08:26 doofmt2 savecore: no dumps found
Aug  5 10:08:28 doofmt2 sm-mta[589]: My unqualified host name (doofmt2) unknown; sleeping for retry
Aug  5 10:09:28 doofmt2 sm-mta[589]: unable to qualify my own domain name (doofmt2) -- using short name
Aug  5 10:09:28 doofmt2 sm-msp-queue[593]: My unqualified host name (doofmt2) unknown; sleeping for retry
Aug  5 10:10:28 doofmt2 sm-msp-queue[593]: unable to qualify my own domain name (doofmt2) -- using short name
Aug  5 10:10:32 doofmt2 login: ROOT LOGIN (root) ON ttyv0
Aug  5 10:44:53 doofmt2 syslogd: kernel boot file is /boot/kernel/kernel
Aug  5 10:44:53 doofmt2 kernel: Copyright (c) 1992-2009 The FreeBSD Project.
Aug  5 10:44:53 doofmt2 kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Aug  5 10:44:53 doofmt2 kernel: The Regents of the University of California. All rights reserved.
Aug  5 10:44:53 doofmt2 kernel: FreeBSD is a registered trademark of The FreeBSD Foundation.
Aug  5 10:44:53 doofmt2 kernel: FreeBSD 7.2-RELEASE #0: Fri May  1 07:18:07 UTC 2009
Aug  5 10:44:53 doofmt2 kernel: root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
Aug  5 10:44:53 doofmt2 kernel: Timecounter "i8254" frequency 1193182 Hz quality 0
Aug  5 10:44:53 doofmt2 kernel: CPU: AMD Sempron(tm) Processor 3000+ (1607.42-MHz K8-class CPU)
Aug  5 10:44:53 doofmt2 kernel: Origin = "AuthenticAMD"  Id = 0x40ff2  Stepping = 2
Aug  5 10:44:53 doofmt2 kernel: Features=0x78bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2>
Aug  5 10:44:53 doofmt2 kernel: Features2=0x2001<SSE3,CX16>
Aug  5 10:44:53 doofmt2 kernel: AMD Features=0xea500800<SYSCALL,NX,MMX+,FFXSR,RDTSCP,LM,3DNow!+,3DNow!>
Aug  5 10:44:53 doofmt2 kernel: AMD Features2=0x19<LAHF,ExtAPIC,CR8>
Aug  5 10:44:53 doofmt2 kernel: usable memory = 4264071168 (4066 MB)
Aug  5 10:44:53 doofmt2 kernel: avail memory  = 4099416064 (3909 MB)
Aug  5 10:44:53 doofmt2 kernel: ACPI APIC Table: <HYRSLP HYRSLPTB>
Aug  5 10:44:53 doofmt2 kernel: ioapic0 <Version 1.1> irqs 0-23 on motherboard
Aug  5 10:44:53 doofmt2 kernel: kbd1 at kbdmux0
Aug  5 10:44:53 doofmt2 kernel: acpi0: <HYRSLP HYRSLPTB> on motherboard
Aug  5 10:44:53 doofmt2 kernel: acpi0: [ITHREAD]
Aug  5 10:44:53 doofmt2 kernel: acpi0: Power Button (fixed)
Aug  5 10:44:53 doofmt2 kernel: acpi0: reservation of 0, a0000 (3) failed
Aug  5 10:44:53 doofmt2 kernel: acpi0: reservation of 100000, dedf0000 (3) failed
Aug  5 10:44:53 doofmt2 kernel: Timecounter "ACPI-safe" frequency 3579545 Hz quality 850
Aug  5 10:44:53 doofmt2 kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
Aug  5 10:44:53 doofmt2 kernel: acpi_button0: <Power Button> on acpi0
Aug  5 10:44:53 doofmt2 kernel: pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
Aug  5 10:44:53 doofmt2 kernel: pci0: <ACPI PCI bus> on pcib0
Aug  5 10:44:53 doofmt2 kernel: pci0: <memory, RAM> at device 0.0 (no driver attached)
Aug  5 10:44:53 doofmt2 kernel: isab0: <PCI-ISA bridge> at device 1.0 on pci0
Aug  5 10:44:53 doofmt2 kernel: isa0: <ISA bus> on isab0
Aug  5 10:44:53 doofmt2 kernel: pci0: <serial bus, SMBus> at device 1.1 (no driver attached)
Aug  5 10:44:53 doofmt2 kernel: pci0: <memory, RAM> at device 1.2 (no driver attached)
Aug  5 10:44:53 doofmt2 kernel: ohci0: <OHCI (generic) USB controller> mem 0xfe02f000-0xfe02ffff irq 21 at device 2.0 on pci0
Aug  5 10:44:53 doofmt2 kernel: ohci0: [GIANT-LOCKED]
Aug  5 10:44:53 doofmt2 kernel: ohci0: [ITHREAD]
Aug  5 10:44:53 doofmt2 kernel: usb0: OHCI version 1.0, legacy support
Aug  5 10:44:53 doofmt2 kernel: usb0: SMM does not respond, resetting
Aug  5 10:44:53 doofmt2 kernel: usb0: <OHCI (generic) USB controller> on ohci0
Aug  5 10:44:53 doofmt2 kernel: usb0: USB revision 1.0
Aug  5 10:44:53 doofmt2 kernel: uhub0: <nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
Aug  5 10:44:53 doofmt2 kernel: uhub0: 8 ports with 8 removable, self powered
Aug  5 10:44:53 doofmt2 kernel: ehci0: <EHCI (generic) USB 2.0 controller> mem 0xfe02e000-0xfe02e0ff irq 22 at device 2.1 on pci0
Aug  5 10:44:53 doofmt2 kernel: ehci0: [GIANT-LOCKED]
Aug  5 10:44:53 doofmt2 kernel: ehci0: [ITHREAD]
Aug  5 10:44:53 doofmt2 kernel: usb1: EHCI version 1.0
Aug  5 10:44:53 doofmt2 kernel: usb1: companion controller, 10 ports each: usb0
Aug  5 10:44:53 doofmt2 kernel: usb1: <EHCI (generic) USB 2.0 controller> on ehci0
Aug  5 10:44:53 doofmt2 kernel: usb1: USB revision 2.0
Aug  5 10:44:53 doofmt2 kernel: uhub1: <nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb1
Aug  5 10:44:53 doofmt2 kernel: uhub1: 8 ports with 8 removable, self powered
Aug  5 10:44:53 doofmt2 kernel: umass0: <Generic Mass Storage Device, class 0/0, rev 2.00/1.26, addr 2> on uhub1
Aug  5 10:44:53 doofmt2 kernel: pcib1: <ACPI PCI-PCI bridge> at device 4.0 on pci0
Aug  5 10:44:53 doofmt2 kernel: pci1: <ACPI PCI bus> on pcib1
Aug  5 10:44:53 doofmt2 kernel: pci0: <multimedia, HDA> at device 5.0 (no driver attached)
Aug  5 10:44:53 doofmt2 kernel: atapci0: <nVidia nForce MCP61 UDMA133 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 6.0 on pci0
Aug  5 10:44:53 doofmt2 kernel: ata0: <ATA channel 0> on atapci0
Aug  5 10:44:53 doofmt2 kernel: ata0: [ITHREAD]
Aug  5 10:44:53 doofmt2 kernel: ata1: <ATA channel 1> on atapci0
Aug  5 10:44:53 doofmt2 kernel: ata1: [ITHREAD]
Aug  5 10:44:53 doofmt2 kernel: nfe0: <NVIDIA nForce MCP61 Networking Adapter> port 0xec00-0xec07 mem 0xfe02d000-0xfe02dfff irq 20 at device 7.0 on pci0
Aug  5 10:44:53 doofmt2 kernel: miibus0: <MII bus> on nfe0
Aug  5 10:44:53 doofmt2 kernel: rlphy0: <RTL8201L 10/100 media interface> PHY 1 on miibus0
Aug  5 10:44:53 doofmt2 kernel: rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
Aug  5 10:44:53 doofmt2 kernel: nfe0: Ethernet address: 00:1a:92:2b:71:92
Aug  5 10:44:53 doofmt2 kernel: nfe0: [FILTER]
Aug  5 10:44:53 doofmt2 last message repeated 7 times
Aug  5 10:44:53 doofmt2 kernel: atapci1: <nVidia nForce MCP61 SATA300 controller> port 0x9f0-0x9f7,0xbf0-0xbf3,0x970-0x977,0xb70-0xb73,0xd800-0xd80f mem 0xfe02c000-0xfe02cfff irq 21 at device 8.0 on pci0
Aug  5 10:44:53 doofmt2 kernel: atapci1: [ITHREAD]
Aug  5 10:44:53 doofmt2 kernel: ata2: <ATA channel 0> on atapci1
Aug  5 10:44:53 doofmt2 kernel: ata2: [ITHREAD]
Aug  5 10:44:53 doofmt2 kernel: ata3: <ATA channel 1> on atapci1
Aug  5 10:44:53 doofmt2 kernel: ata3: [ITHREAD]
Aug  5 10:44:53 doofmt2 kernel: pcib2: <ACPI PCI-PCI bridge> at device 9.0 on pci0
Aug  5 10:44:53 doofmt2 kernel: pci2: <ACPI PCI bus> on pcib2
Aug  5 10:44:53 doofmt2 kernel: pcib3: <ACPI PCI-PCI bridge> at device 11.0 on pci0
Aug  5 10:44:53 doofmt2 kernel: pci3: <ACPI PCI bus> on pcib3
Aug  5 10:44:53 doofmt2 kernel: pcib4: <ACPI PCI-PCI bridge> at device 12.0 on pci0
Aug  5 10:44:53 doofmt2 kernel: pci4: <ACPI PCI bus> on pcib4
Aug  5 10:44:53 doofmt2 kernel: vgapci0: <VGA-compatible display> mem 0xfb000000-0xfbffffff,0xe0000000-0xefffffff,0xfc000000-0xfcffffff irq 22 at device 13.0 on pci0
Aug  5 10:44:53 doofmt2 kernel: acpi_tz0: <Thermal Zone> on acpi0
Aug  5 10:44:53 doofmt2 kernel: atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
Aug  5 10:44:53 doofmt2 kernel: atkbd0: <AT Keyboard> irq 1 on atkbdc0
Aug  5 10:44:53 doofmt2 kernel: kbd0 at atkbd0
Aug  5 10:44:53 doofmt2 kernel: atkbd0: [GIANT-LOCKED]
Aug  5 10:44:53 doofmt2 kernel: atkbd0: [ITHREAD]
Aug  5 10:44:53 doofmt2 kernel: cpu0: <ACPI CPU> on acpi0
Aug  5 10:44:53 doofmt2 kernel: orm0: <ISA Option ROM> at iomem 0xd0000-0xd3fff on isa0
Aug  5 10:44:53 doofmt2 kernel: ppc0: cannot reserve I/O port range
Aug  5 10:44:53 doofmt2 kernel: sc0: <System console> at flags 0x100 on isa0
Aug  5 10:44:53 doofmt2 kernel: sc0: VGA <16 virtual consoles, flags=0x300>
Aug  5 10:44:53 doofmt2 kernel: sio0: configured irq 4 not in bitmap of probed irqs 0
Aug  5 10:44:53 doofmt2 kernel: sio0: port may not be enabled
Aug  5 10:44:53 doofmt2 kernel: sio0: configured irq 4 not in bitmap of probed irqs 0
Aug  5 10:44:53 doofmt2 kernel: sio0: port may not be enabled
Aug  5 10:44:53 doofmt2 kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
Aug  5 10:44:53 doofmt2 kernel: sio0: type 8250 or not responding
Aug  5 10:44:53 doofmt2 kernel: sio0: [FILTER]
Aug  5 10:44:53 doofmt2 kernel: sio1: configured irq 3 not in bitmap of probed irqs 0
Aug  5 10:44:53 doofmt2 kernel: sio1: port may not be enabled
Aug  5 10:44:53 doofmt2 kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Aug  5 10:44:53 doofmt2 kernel: Timecounter "TSC" frequency 1607420880 Hz quality 800
Aug  5 10:44:53 doofmt2 kernel: Timecounters tick every 1.000 msec
Aug  5 10:44:53 doofmt2 kernel: acd0: DVDR <PHILIPS SPD6002T/P1.1> at ata0-master UDMA33
Aug  5 10:44:53 doofmt2 kernel: ad4: 76319MB <WDC WD800BD-22LRA0 06.01D06> at ata2-master SATA300
Aug  5 10:44:53 doofmt2 kernel: ad6: 476940MB <Seagate ST3500830AS 3.AAD> at ata3-master SATA300
Aug  5 10:44:53 doofmt2 kernel: GEOM_LABEL: Label for provider ad4s1a is ufsid/4a794c87ba184db4.
Aug  5 10:44:53 doofmt2 kernel: GEOM_LABEL: Label for provider ad4s1d is ufsid/4a794c8a3e1513fa.
Aug  5 10:44:53 doofmt2 kernel: GEOM_LABEL: Label for provider ad4s1e is ufsid/4a794c87da4e1d63.
Aug  5 10:44:53 doofmt2 kernel: GEOM_LABEL: Label for provider ad4s1f is ufsid/4a794c87d726405f.
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:0): SCSI Status: Check Condition
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:0): NOT READY csi:0,aa,55,40 asc:3a,0
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:0): Medium not present
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:0): Unretryable error
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:1): TEST UNIT READY. CDB: 0 20 0 0 0 0 
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:1): CAM Status: SCSI Status Error
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:1): SCSI Status: Check Condition
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:1): NOT READY csi:0,aa,55,40 asc:3a,0
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:1): Medium not present
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:1): Unretryable error
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:2): TEST UNIT READY. CDB: 0 40 0 0 0 0 
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:2): CAM Status: SCSI Status Error
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:2): SCSI Status: Check Condition
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:2): NOT READY csi:0,aa,55,40 asc:3a,0
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:2): Medium not present
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:2): Unretryable error
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:3): TEST UNIT READY. CDB: 0 60 0 0 0 0 
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:3): CAM Status: SCSI Status Error
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:3): SCSI Status: Check Condition
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:3): NOT READY csi:0,aa,55,40 asc:3a,0
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:3): Medium not present
Aug  5 10:44:53 doofmt2 kernel: (probe0:umass-sim0:0:0:3): Unretryable error
Aug  5 10:44:53 doofmt2 kernel: da0 at umass-sim0 bus 0 target 0 lun 0
Aug  5 10:44:53 doofmt2 kernel: da0: <Generic USB SD Reader 1.00> Removable Direct Access SCSI-0 device 
Aug  5 10:44:53 doofmt2 kernel: da0: 40.000MB/s transfers
Aug  5 10:44:53 doofmt2 kernel: da0: Attempt to query device size failed: NOT READY, Medium not present
Aug  5 10:44:53 doofmt2 kernel: da1 at umass-sim0 bus 0 target 0 lun 1
Aug  5 10:44:53 doofmt2 kernel: da1: <Generic USB CF Reader 1.01> Removable Direct Access SCSI-0 device 
Aug  5 10:44:53 doofmt2 kernel: da1: 40.000MB/s transfers
Aug  5 10:44:53 doofmt2 kernel: da1: Attempt to query device size failed: NOT READY, Medium not present
Aug  5 10:44:53 doofmt2 kernel: da2 at umass-sim0 bus 0 target 0 lun 2
Aug  5 10:44:53 doofmt2 kernel: da2: <Generic USB SM Reader 1.02> Removable Direct Access SCSI-0 device 
Aug  5 10:44:53 doofmt2 kernel: da2: 40.000MB/s transfers
Aug  5 10:44:53 doofmt2 kernel: da2: Attempt to query device size failed: NOT READY, Medium not present
Aug  5 10:44:53 doofmt2 kernel: da3 at umass-sim0 bus 0 target 0 lun 3
Aug  5 10:44:53 doofmt2 kernel: da3: <Generic USB MS Reader 1.03> Removable Direct Access SCSI-0 device 
Aug  5 10:44:53 doofmt2 kernel: da3: 40.000MB/s transfers
Aug  5 10:44:53 doofmt2 kernel: da3: Attempt to query device size failed: NOT READY, Medium not present
Aug  5 10:44:53 doofmt2 kernel: Trying to mount root from ufs:/dev/ad4s1a
Aug  5 10:44:53 doofmt2 kernel: WARNING: / was not properly dismounted
Aug  5 10:44:53 doofmt2 kernel: GEOM_LABEL: Label ufsid/4a794c87ba184db4 removed.
Aug  5 10:44:53 doofmt2 kernel: GEOM_LABEL: Label for provider ad4s1a is ufsid/4a794c87ba184db4.
Aug  5 10:44:53 doofmt2 kernel: GEOM_LABEL: Label ufsid/4a794c87ba184db4 removed.
Aug  5 10:44:53 doofmt2 kernel: GEOM_LABEL: Label ufsid/4a794c87da4e1d63 removed.
Aug  5 10:44:53 doofmt2 kernel: WARNING: /tmp was not properly dismounted
Aug  5 10:44:53 doofmt2 kernel: GEOM_LABEL: Label ufsid/4a794c87d726405f removed.
Aug  5 10:44:53 doofmt2 kernel: WARNING: /usr was not properly dismounted
Aug  5 10:44:53 doofmt2 kernel: GEOM_LABEL: Label ufsid/4a794c8a3e1513fa removed.
Aug  5 10:44:53 doofmt2 kernel: WARNING: /var was not properly dismounted
Aug  5 10:44:53 doofmt2 savecore: no dumps found
Aug  5 10:44:57 doofmt2 sm-mta[620]: My unqualified host name (doofmt2) unknown; sleeping for retry
Aug  5 10:45:57 doofmt2 sm-mta[620]: unable to qualify my own domain name (doofmt2) -- using short name
Aug  5 10:45:57 doofmt2 sm-msp-queue[626]: My unqualified host name (doofmt2) unknown; sleeping for retry
Aug  5 10:46:57 doofmt2 sm-msp-queue[626]: unable to qualify my own domain name (doofmt2) -- using short name
Aug  5 10:47:01 doofmt2 login: ROOT LOGIN (root) ON ttyv0
Aug  5 10:48:00 doofmt2 fsck: /dev/ad4s1e: 8 files, 6 used, 253809 free (33 frags, 31722 blocks, 0.0% fragmentation)
Aug  5 10:50:59 doofmt2 fsck: /dev/ad4s1f: 230735 files, 1030651 used, 31753590 free (49590 frags, 3963000 blocks, 0.2% fragmentation)
Aug  5 10:51:26 doofmt2 fsck: /dev/ad4s1d: UNREF FILE I=71132  OWNER=mysql MODE=100600
Aug  5 10:51:26 doofmt2 fsck: /dev/ad4s1d: SIZE=0 MTIME=Aug  5 10:42 2009  (CLEARED)
Aug  5 10:51:26 doofmt2 fsck: /dev/ad4s1d: UNREF FILE I=71214  OWNER=mysql MODE=100600
Aug  5 10:51:26 doofmt2 fsck: /dev/ad4s1d: SIZE=0 MTIME=Aug  5 10:42 2009  (CLEARED)
Aug  5 10:51:26 doofmt2 fsck: /dev/ad4s1d: UNREF FILE I=71245  OWNER=mysql MODE=100600
Aug  5 10:51:26 doofmt2 fsck: /dev/ad4s1d: SIZE=0 MTIME=Aug  5 10:42 2009  (CLEARED)
Aug  5 10:51:26 doofmt2 fsck: /dev/ad4s1d: UNREF FILE I=71260  OWNER=mysql MODE=100600
Aug  5 10:51:26 doofmt2 fsck: /dev/ad4s1d: SIZE=0 MTIME=Aug  5 10:42 2009  (CLEARED)
Aug  5 10:51:26 doofmt2 fsck: /dev/ad4s1d: UNREF FILE I=71262  OWNER=mysql MODE=100600
Aug  5 10:51:26 doofmt2 fsck: /dev/ad4s1d: SIZE=0 MTIME=Aug  5 10:42 2009  (CLEARED)
Aug  5 10:51:26 doofmt2 fsck: /dev/ad4s1d: LINK COUNT DIR I=541701  OWNER=root MODE=40755
Aug  5 10:51:26 doofmt2 fsck: /dev/ad4s1d: SIZE=512 MTIME=Aug  5 10:50 2009  COUNT 6 SHOULD BE 5 (ADJUSTED)
Aug  5 10:51:26 doofmt2 fsck: /dev/ad4s1d: Reclaimed: 1 directories, 6 files, 2 fragments
Aug  5 10:51:26 doofmt2 fsck: /dev/ad4s1d: 1480 files, 14746 used, 2506363 free (219 frags, 313268 blocks, 0.0% fragmentation)
Aug  5 10:54:41 doofmt2 kernel: pid 65716 (conftest), uid 0: exited on signal 12 (core dumped)
Aug  5 12:32:32 doofmt2 kernel: pid 17551 (httpd), uid 0: exited on signal 11 (core dumped)
Aug  5 12:39:12 doofmt2 kernel: pid 17579 (httpd), uid 0: exited on signal 11 (core dumped)
Aug  5 12:40:13 doofmt2 kernel: pid 17588 (httpd), uid 0: exited on signal 11 (core dumped)
Aug  5 13:04:36 doofmt2 kernel: pid 17721 (httpd), uid 0: exited on signal 11 (core dumped)
 
Herzlichen Glühstrumpf :-(
Bei mir wars auch so, dass der mal lief und mal nicht...
Dann stehst du vor der selben Entscheidung, wie ich damals. Ne andere Version nehmen, oder Debuggen. Ich empfehle dir zu debuggen - ich war damals zu faul und irgendeiner muss es ja machen ;-)
 
Herzlichen Glühstrumpf :-(
Bei mir wars auch so, dass der mal lief und mal nicht...
Dann stehst du vor der selben Entscheidung, wie ich damals. Ne andere Version nehmen, oder Debuggen. Ich empfehle dir zu debuggen - ich war damals zu faul und irgendeiner muss es ja machen ;-)

mhmm meinst du ne andere apache version oder freebsd ôo
und naja...wenn du lust hast kannst du mir ja auch bestimmt sagen wie ich das debuggen muss :D
 
also der server steht bei mir im keller...ist nur freebsd drauf, er holt seine ip von router der die dann an dyndns weiterleitet und dyn dann an die .de domain...wegen der originalen httpd.conf
ich hab hier grdae leider keine xD könntest du vilt eine anhängen?
Okay, dyndns ist kein Problem, sowas hatte ich auch mal in Betrieb. Der Name wird dann wohl auch korrekt aufgelöst (%nslookup fully-quailified-hostname).

Um die orginale httpd.conf zu rekunstrieren wie folgt vorgehen:

1) Aktuelle httpd.conf umbenennen

2.a)
Wenn du über die Ports und nicht als Paket installiert (pkg_add) hast:

%cd /usr/ports/www/apache22

%make
%make deinstall
%make reinstall

%rehash

/usr/local/etc/apache22/httpd.conf ist wieder installiert.

2.b)
Ansonsten noch mal ein

%pkg_add -fF package

machen.

----


Zukünftig besser die orginale httpd.conf unter anderem Namen sichern.

---

Leider muss ich jetzt weg und viel Wein trinken. Die Nacht schaue ich aber noch mal rein.

So long and have real fun. ;-)


-------

VERGISS ALLES geschriebene, wenn das Problem beim Jail liegt.
:-(
 
Zuletzt bearbeitet:
mhmm meinst du ne andere apache version oder freebsd ôo
Ich weiss ganz einfach nicht mehr, welche Version es war. Bezogen auf Apacheversion. Das OS hat damit weniger zu tun
und naja...wenn du lust hast kannst du mir ja auch bestimmt sagen wie ich das debuggen muss :D

*g* wenn du das noch nicht gemacht hast, wirst du daran Freude haben:
Apache neu mit Debuggingsymbolen übersetzen( -g)
Dannach dann das Coredump mit dem gdb öffnen und die Adressen rückverfolgen. Es ist wirklich sehr spassig. Googel mal nach gdb und Coredump.

Die Krönung an Debuggingsessions war bei mir, dass sich der gdb mit nem Coredump verabschiedete :D
 
Ich weiss ganz einfach nicht mehr, welche Version es war. Bezogen auf Apacheversion. Das OS hat damit weniger zu tun


*g* wenn du das noch nicht gemacht hast, wirst du daran Freude haben:
Apache neu mit Debuggingsymbolen übersetzen( -g)
Dannach dann das Coredump mit dem gdb öffnen und die Adressen rückverfolgen. Es ist wirklich sehr spassig. Googel mal nach gdb und Coredump.

Die Krönung an Debuggingsessions war bei mir, dass sich der gdb mit nem Coredump verabschiedete :D

willst du mich umbringen?-.-
naja, ich versuch erstmal das von spaulding :)
*vergessen*

dann final question...wie bring ich freebsd dazu sich ne ältere version zu ziehn? ôo
 
Du sollst natürlich weiter schaffen, schließlich will ich Hilfe bei der Apache/Jail Installation haben - hab' ich noch nie gemacht. *schnüff*
 
Du sollst natürlich weiter schaffen, schließlich will ich Hilfe bei der Apache/Jail Installation haben - hab' ich noch nie gemacht. *schnüff*

naja, ich weiß nich...als das noch ging, hab ich mirs alte apachevon der freebsd dvd gezogen... aber in so ziemlich allen tuts steht, das man mysql zuerst installen soll..ka warum<.<
wenn das gehen sollte, das man erst apache, dann mysql, dann php[auf der dvd is nur 5.2.10] daaaaaan mach ich das :D
 
Tipp:
Macht zwar mehr Arbeit aber schmeiß lieber die DVD weg nachdem du Kernel und Userland davon installiert hast. Dann arbeite dich in die Installation per Ports (und für die Pflege in portmaster bzw. portupgrade etc. ) ein. Es macht immer einen guten Eindruck, wenn die Komiplation auf der eigenen Maschine sauber durchläuft.
 
so hab ich das bis jetzt immer gemacht :D
gebootet mit der dvd
wait...
dann gewartet bis zur auswahl von wo ers installen soll, und dann den ftp genommen...und cd raus, aber da is ja wohl das verbugt apache drauf<.<
deswegen frag ich ja....wie man freesagt das ders nen älteres installen soll<.<
 
Ich brems dich besser nochmal. Er holt via ftp die selben Pakete, wie von der DVD.

Installier nur das Basissysstem und die Portssammlung.
Aktualisiere alles via csup, cvsup, oder Ähnlichem.

Erst dann bau deine Anwendungen aus den Ports. So rennst du in die wenigsten Probleme.
 
Ich brems dich besser nochmal. Er holt via ftp die selben Pakete, wie von der DVD.

Installier nur das Basissysstem und die Portssammlung.
Aktualisiere alles via csup, cvsup, oder Ähnlichem.

Erst dann bau deine Anwendungen aus den Ports. So rennst du in die wenigsten Probleme.

so mach ich das im prinzip ja...
wobei die pakete, die er vom ftp holt aktueller sind, siehe php

1.dvd
2.booten
3.netzwerkkarte konfigurieren
4.ftp auswählen
5.bei den distris wähl ich immer alle aus...auch wenns dann 3jahre dauert, egal xD
6.dvd raus
7.schalfen/essen/raus gehn sonst was xD~warten das er fertig ist
8. passwort unso
9.reboot
[ggf. portupgrade]
10.mysql50-server per ports installen
11.mysql50-client
12.apache per ports installen
14.apache starten
15.php5 per ports installen
16.apache restarten[selbst da ist der fehler schon..-.-]
17.php extensions per ports installen
18.phpmyadmin per ports installen
19. httpd.conf konfigurieren [mit einstellungen aus php,phpmyadmin]
20. nochmal restarten, und freuen das es immernoch nciht geht-.-


Edit:ich bin mal schlafen, wäre nett wenn ihr hier vilt noch was schreiben könntet :D
 
Zuletzt bearbeitet:
Wies mit portsnap geht weiss ich nicht. Ich nehm immer noch das alte cvsup. Steht aber sicherlich im Handbuch. IMHO hiess das Kapitel "Das Neueste und Beste"
 
also... ich versuchs dann mit cvsup, auch wenn ich das noch nie genutzt hab =D
ehm..ist das hier denn richtig?!
http://www.mydigitallife.info/2005/11/11/update-freebsd-ports-collection-up-to-date-and-latest/

Edit:
also ich hab das jetzt erstmal mit portsnap gemacht...bloß da gibts ein problem, wenn ich ihn updaten lasse, holt er nur php 5.2.10-.-, kann man da was machen?!

Edit2:ja lol...so geht das xD aber halt nut php 5.2.10 wenn man das ändern kann daaaan bin ich verdammt glücklich :)
 
Zuletzt bearbeitet:
also es läuft eigenlich alles recht gut, bis auf beide sachen:

1.leider nur php5.2.10, obwohl frisch upgedatet per portsnap fetch extract<.<

2.die vhosts...das sieht sofolgt aus
wenn ich domain2 aufrufe, kommt der inhajlt von domain2, wenn ich jedoch domain2[vhost] aufrufe kommt der selbe inhalt wie in domain2...
hier noch die /extra/httpd-vhosts.conf
Code:
#
# Virtual Hosts
#
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at 
# <URL:http://httpd.apache.org/docs/2.2/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.

#
# Use name-based virtual hosting.
#
ServerName 192.168.0.103:80

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#
<VirtualHost 192.168.0.103:81> 
    ServerAdmin Downloader99@web.de
    DocumentRoot "/usr/local/data/www/itemshops"
    ServerName pserver-itemshops.de
    ServerAlias www.pserver-itemshops.de
    ErrorLog "/var/log/www.pserver-itemshops.de.err.log"
    CustomLog "/var/log/www.pserver-itemshops.de.acc.log" common
</VirtualHost>

#<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host2.example.com
#    DocumentRoot "/usr/local/docs/dummy-host2.example.com"
#    ServerName dummy-host2.example.com
#    ErrorLog "/var/log/dummy-host2.example.com-error_log"
#    CustomLog "/var/log/dummy-host2.example.com-access_log" common
#</VirtualHost>
die verzeichnisse exestieren alle..auch chmod 777...mhm keine ahnung..
 
ja, kommt ssie, aber das ist die htaccess von domain1 :) genau der schutz soll da ja nicht kommen, bzw. er soll ja ganz andere daten aufrufen
 
Zurück
Oben