LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise
User Name
Password
Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise.

Notices


Reply
  Search this Thread
Old 10-24-2006, 05:06 AM   #1
bobb_roof
LQ Newbie
 
Registered: Sep 2006
Posts: 17

Rep: Reputation: 0
Cant Connect to SSL Server


after setting up ssl server on (apache 2.0 server)RHEL4. i just cant connect to it from my browser. each attempt i make, the browser comes up with error saying:

"The connection was interrupted
The connection to www.APACHESVR.com was interrupted while the page was loading.
* The site could be temporarily unavailable or too busy. Try again in a few moments.
* If you are unable to load any pages, check your computer's network connection.
* If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web."

i configured it to use ip based address not name based. there are also other name based virtual hosts in this server that i can succesfully connect to.
somebody help me please
 
Old 10-24-2006, 11:20 PM   #2
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
Have you looked in the Apache access & error logs to see what Apache itself thinks the problem is? If there is more info there, can you post it here please?
 
Old 11-01-2006, 08:26 AM   #3
bobb_roof
LQ Newbie
 
Registered: Sep 2006
Posts: 17

Original Poster
Rep: Reputation: 0
hello Gilead, yes below are the access and error logs:

access log:
192.168.1.1 - - [01/Nov/2006:14:14:24 +0900] "GET /nonsecurevhost.html HTTP/1.1" 304 - "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060728 CentOS/1.5.0.5-0.el4.1.centos4 Firefox/1.5.0.5 pango-text"
192.168.1.1 - - [01/Nov/2006:14:14:25 +0900] "GET /nonsecurevhost.html HTTP/1.1" 304 - "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060728 CentOS/1.5.0.5-0.el4.1.centos4 Firefox/1.5.0.5 pango-text"
192.168.1.1 - - [01/Nov/2006:14:14:26 +0900] "GET /nonsecurevhost.html HTTP/1.1" 304 - "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060728 CentOS/1.5.0.5-0.el4.1.centos4 Firefox/1.5.0.5 pango-text"
192.168.1.1 - - [01/Nov/2006:14:15:49 +0900] "\x80g\x01\x03" 501 305 "-" "-"
192.168.1.1 - - [01/Nov/2006:14:15:49 +0900] "\x80g\x01\x03" 501 305 "-" "-"
192.168.1.1 - - [01/Nov/2006:15:07:07 +0900] "\x80g\x01\x03" 501 305 "-" "-"
192.168.1.1 - - [01/Nov/2006:15:07:09 +0900] "\x80g\x01\x03" 501 305 "-" "-"
192.168.1.1 - - [01/Nov/2006:15:07:14 +0900] "\x80g\x01\x03" 501 305 "-" "-"

error log:
[Wed Nov 01 14:15:46 2006] [error] [client 192.168.1.1] Invalid method in request \x80g\x01\x03
[Wed Nov 01 14:15:48 2006] [error] [client 192.168.1.1] Invalid method in request \x80g\x01\x03
[Wed Nov 01 14:15:49 2006] [error] [client 192.168.1.1] Invalid method in request \x80g\x01\x03
[Wed Nov 01 14:15:49 2006] [error] [client 192.168.1.1] Invalid method in request \x80g\x01\x03
[Wed Nov 01 15:07:07 2006] [error] [client 192.168.1.1] Invalid method in request \x80g\x01\x03
[Wed Nov 01 15:07:09 2006] [error] [client 192.168.1.1] Invalid method in request \x80g\x01\x03
[Wed Nov 01 15:07:14 2006] [error] [client 192.168.1.1] Invalid method in request \x80g\x01\x03

the access log also consist of non secure vlan host which i told you earlier that i can access succesfully (i.e the 304 message). but then included the lines that followed it which is the access to the ssl server. as of the error log i think its all showing access to the ssl server
 
Old 11-01-2006, 12:43 PM   #4
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
Those don't look like normal requests. Can you stop and start apache please and post the entries that get put in the access and error logs during startup?
 
Old 11-02-2006, 10:23 AM   #5
bobb_roof
LQ Newbie
 
Registered: Sep 2006
Posts: 17

Original Poster
Rep: Reputation: 0
hello Gilead below is the error logs. i tried restarting many times but the access logs remains the same as previous. additionally i posted the system (startup/stop)logs as well.

error logs:
[Fri Nov 03 11:16:23 2006] [notice] core dump file size limit raised to 4294967295 bytes
[Fri Nov 03 11:16:24 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Fri Nov 03 11:18:14 2006] [notice] Digest: generating secret for digest authentication ...
[Fri Nov 03 11:18:14 2006] [notice] Digest: done
[Fri Nov 03 11:18:14 2006] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Fri Nov 03 11:18:14 2006] [notice] LDAP: SSL support unavailable
[Fri Nov 03 11:18:16 2006] [notice] mod_python: Creating 4 session mutexes based on 150 max processes and 0 max threads.
[Fri Nov 03 11:18:20 2006] [notice] Apache/2.0.52 (CentOS) configured -- resuming normal operations
[Fri Nov 03 12:05:55 2006] [notice] caught SIGTERM, shutting down
[Fri Nov 03 12:10:17 2006] [notice] core dump file size limit raised to 4294967295 bytes
[Fri Nov 03 12:10:18 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Fri Nov 03 12:16:05 2006] [notice] Digest: generating secret for digest authentication ...
[Fri Nov 03 12:16:05 2006] [notice] Digest: done
[Fri Nov 03 12:16:05 2006] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Fri Nov 03 12:16:05 2006] [notice] LDAP: SSL support unavailable
[Fri Nov 03 12:16:08 2006] [notice] mod_python: Creating 4 session mutexes based on 150 max processes and 0 max threads.
[Fri Nov 03 12:16:10 2006] [notice] Apache/2.0.52 (CentOS) configured -- resuming normal operations

system logs:
Nov 3 11:16:11 Apachemachn ntpdate[3329]: step time server 192.168.1.1 offset 50401.250084 sec
Nov 3 11:16:11 Apachemachn ntpd: succeeded
Nov 3 11:16:12 Apachemachn ntpd[3333]: ntpd 4.2.0a@1.1190-r Sun Aug 13 01:49:12 CDT 2006 (1)
Nov 3 11:16:12 Apachemachn ntpd: ntpd startup succeeded
Nov 3 11:16:12 Apachemachn ntpd[3333]: precision = 2.000 usec
Nov 3 11:16:12 Apachemachn ntpd[3333]: Listening on interface wildcard, 0.0.0.0#123
Nov 3 11:16:12 Apachemachn ntpd[3333]: Listening on interface wildcard, ::#123
Nov 3 11:16:12 Apachemachn ntpd[3333]: Listening on interface lo, 127.0.0.1#123
Nov 3 11:16:12 Apachemachn ntpd[3333]: Listening on interface eth0, 192.168.1.14#123
Nov 3 11:16:12 Apachemachn ntpd[3333]: kernel time sync status 0040
Nov 3 11:16:12 Apachemachn ntpd[3333]: frequency initialized 0.000 PPM from /var/lib/ntp/drift
Nov 3 11:16:15 Apachemachn kernel: audit(1162520175.143:2): avc: denied { getattr } for pid=3428 comm="mysqld" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:mysqld_t tcontext=system_ubject_r:winbind_var_run_t tclass=dir
Nov 3 11:16:17 Apachemachn mysqld: Starting MySQL: succeeded
Nov 3 11:16:18 Apachemachn sendmail: sendmail startup succeeded
Nov 3 11:16:18 Apachemachn sendmail: sm-client startup succeeded
Nov 3 11:16:19 Apachemachn gpm[3480]: *** info [startup.c(95)]:
Nov 3 11:16:19 Apachemachn gpm[3480]: Started gpm successfully. Entered daemon mode.
Nov 3 11:16:19 Apachemachn gpm[3480]: *** info [mice.c(1766)]:
Nov 3 11:16:19 Apachemachn gpm[3480]: imps2: Auto-detected intellimouse PS/2
Nov 3 11:16:19 Apachemachn gpm: gpm startup succeeded
Nov 3 11:16:22 Apachemachn httpd: [Fri Nov 03 11:16:22 2006] [warn] The Alias directive in /etc/httpd/conf/httpd.conf at line 961 will probably never match because it overlaps an earlier AliasMatch.
Nov 3 11:16:24 Apachemachn httpd: Apache/2.0.52 mod_ssl/2.0.52 (Pass Phrase Dialog)
Nov 3 11:16:24 Apachemachn httpd: Some of your private key files are encrypted for security reasons.
Nov 3 11:16:24 Apachemachn httpd: In order to read them you have to provide the pass phrases.
Nov 3 11:16:24 Apachemachn httpd:
Nov 3 11:16:24 Apachemachn httpd: Server apachesvr.com:443 (RSA)
Nov 3 11:16:24 Apachemachn httpd: Enter pass phrase:
Nov 3 11:16:52 Apachemachn ntpd[3333]: getaddrinfo: "clock.redhat.com" invalid host address, ignored
Nov 3 11:18:12 Apachemachn httpd:
Nov 3 11:18:12 Apachemachn httpd: OK: Pass Phrase Dialog successful.
Nov 3 11:18:14 Apachemachn httpd: httpd startup succeeded
Nov 3 11:18:15 Apachemachn iiim: htt startup succeeded
Nov 3 11:18:17 Apachemachn htt_server[3523]: started.
Nov 3 11:18:20 Apachemachn kernel: audit(1162520300.739:3): avc: denied { getattr } for pid=3538 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_ubject_r:winbind_var_run_t tclass=dir
Nov 3 11:18:20 Apachemachn kernel: audit(1162520300.759:4): avc: denied { getattr } for pid=3539 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_ubject_r:winbind_var_run_t tclass=dir
Nov 3 11:18:20 Apachemachn kernel: audit(1162520300.894:5): avc: denied { getattr } for pid=3540 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_ubject_r:winbind_var_run_t tclass=dir
Nov 3 11:18:20 Apachemachn kernel: audit(1162520300.904:6): avc: denied { getattr } for pid=3541 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_ubject_r:winbind_var_run_t tclass=dir
Nov 3 11:18:20 Apachemachn kernel: audit(1162520300.920:7): avc: denied { getattr } for pid=3543 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_ubject_r:winbind_var_run_t tclass=dir
Nov 3 11:18:20 Apachemachn kernel: audit(1162520300.940:8): avc: denied { getattr } for pid=3544 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_ubject_r:winbind_var_run_t tclass=dir
Nov 3 11:18:21 Apachemachn kernel: audit(1162520301.064:9): avc: denied { getattr } for pid=3542 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_ubject_r:winbind_var_run_t tclass=dir
Nov 3 11:18:21 Apachemachn kernel: audit(1162520301.069:10): avc: denied { getattr } for pid=3545 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_ubject_r:winbind_var_run_t tclass=dir
Nov 3 11:18:23 Apachemachn canna: succeeded
Nov 3 11:18:24 Apachemachn crond: crond startup succeeded
Nov 3 11:18:26 Apachemachn xfs: xfs startup succeeded
Nov 3 11:18:26 Apachemachn anacron: anacron startup succeeded
Nov 3 11:18:27 Apachemachn atd: atd startup succeeded
Nov 3 11:18:27 Apachemachn readahead: Starting background readahead:
Nov 3 11:18:28 Apachemachn rc: Starting readahead: succeeded
Nov 3 11:18:29 Apachemachn messagebus: messagebus startup succeeded
Nov 3 11:18:29 Apachemachn cups-config-daemon: cups-config-daemon startup succeeded
Nov 3 11:18:30 Apachemachn haldaemon: haldaemon startup succeeded
Nov 3 11:18:55 Apachemachn fstab-sync[4347]: removed all generated mount points
Nov 3 11:18:59 Apachemachn hald[3640]: Timed out waiting for hotplug event 487. Rebasing to 486
Nov 3 11:19:05 Apachemachn fstab-sync[4605]: added mount point /media/cdrom for /dev/hdc
Nov 3 11:19:09 Apachemachn fstab-sync[4678]: added mount point /media/floppy for /dev/fd0
Nov 3 11:19:16 Apachemachn hald[3640]: Timed out waiting for hotplug event 503. Rebasing to 497
Nov 3 11:21:47 Apachemachn pam_winbind[4381]: user 'admin' granted access
Nov 3 11:21:47 Apachemachn gdm(pam_unix)[4381]: session opened for user admin by (uid=0)
Nov 3 11:21:49 Apachemachn gconfd (admin-4754): starting (version 2.8.1), pid 4754 user 'admin'
Nov 3 11:21:50 Apachemachn gconfd (admin-4754): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0
Nov 3 11:21:50 Apachemachn gconfd (admin-4754): Resolved address "xml:readwrite:/home/admin/.gconf" to a writable configuration source at position 1
Nov 3 11:21:50 Apachemachn gconfd (admin-4754): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 2
Nov 3 11:22:37 Apachemachn gconfd (admin-4754): Resolved address "xml:readwrite:/home/admin/.gconf" to a writable configuration source at position 0
Nov 3 11:24:38 Apachemachn system-logviewer(pam_unix)[4845]: authentication failure; logname= uid=500 euid=0 tty= ruser=admin rhost= user=root
Nov 3 11:24:39 Apachemachn userhelper[4845]: pam_krb5[4845]: authentication fails for 'root' (root@windows2003domain.COM): Authentication failure (Preauthentication failed)
Nov 3 11:24:39 Apachemachn pam_winbind[4845]: write to socket failed!
Nov 3 11:24:39 Apachemachn pam_winbind[4845]: internal module error (retval = 3, user = `root'
Nov 3 11:24:50 Apachemachn userhelper[4848]: running '/usr/share/system-logviewer/system-logviewer.py' with root privileges on behalf of 'admin'
Nov 3 12:05:42 Apachemachn gconfd (admin-4754): Exiting
Nov 3 12:05:42 Apachemachn shutdown: shutting down for system reboot
Nov 3 12:05:43 Apachemachn init: Switching to runlevel: 6
Nov 3 12:05:45 Apachemachn gdm(pam_unix)[4381]: session closed for user admin
Nov 3 12:05:46 Apachemachn hald[3640]: Timed out waiting for hotplug event 498. Rebasing to 503
Nov 3 12:05:46 Apachemachn dbus: Can't send to audit system: USER_AVC pid=4749 uid=500 loginuid=-1 message=avc: 1 AV entries and 1/512 buckets used, longest chain length 1
Nov 3 12:05:49 Apachemachn gpm[3480]: *** info [mice.c(1766)]:
Nov 3 12:05:49 Apachemachn gpm[3480]: imps2: Auto-detected intellimouse PS/2
Nov 3 12:05:49 Apachemachn cups-config-daemon: cups-config-daemon -TERM succeeded
Nov 3 12:05:50 Apachemachn haldaemon: haldaemon -TERM succeeded
Nov 3 12:05:50 Apachemachn dbus: Can't send to audit system: USER_AVC pid=3618 uid=81 loginuid=-1 message=avc: 3 AV entries and 3/512 buckets used, longest chain length 1
Nov 3 12:05:50 Apachemachn messagebus: messagebus -TERM succeeded
Nov 3 12:05:50 Apachemachn atd: atd shutdown succeeded
Nov 3 12:05:51 Apachemachn cups: cupsd shutdown succeeded
Nov 3 12:05:51 Apachemachn xfs[3580]: terminating
Nov 3 12:05:51 Apachemachn xfs: xfs shutdown succeeded
Nov 3 12:05:52 Apachemachn cannaserver[3535]: irw_killserver:cannaserver end
Nov 3 12:05:52 Apachemachn canna: Stopping Canna server: succeeded
Nov 3 12:05:52 Apachemachn gpm: gpm shutdown succeeded
Nov 3 12:05:57 Apachemachn httpd: httpd shutdown succeeded
Nov 3 12:05:58 Apachemachn sshd: sshd -TERM succeeded
Nov 3 12:05:58 Apachemachn sendmail: sendmail shutdown succeeded
Nov 3 12:05:58 Apachemachn sendmail: sm-client shutdown succeeded
Nov 3 12:06:02 Apachemachn mysqld: Stopping MySQL: succeeded
Nov 3 12:06:03 Apachemachn smartd[3214]: smartd received signal 15: Terminated
Nov 3 12:06:03 Apachemachn smartd[3214]: smartd is exiting (exit status 0)
Nov 3 12:06:03 Apachemachn smartd: smartd shutdown succeeded
Nov 3 12:06:03 Apachemachn xinetd[3315]: Exiting...
Nov 3 12:06:03 Apachemachn xinetd: xinetd shutdown succeeded
Nov 3 12:06:03 Apachemachn crond: crond shutdown succeeded
Nov 3 12:06:04 Apachemachn apmd[3164]: Exiting
Nov 3 12:06:05 Apachemachn apmd: apmd shutdown succeeded
Nov 3 12:06:05 Apachemachn ntpd[3333]: ntpd exiting on signal 15
Nov 3 12:06:05 Apachemachn ntpd: ntpd shutdown succeeded
Nov 3 12:06:06 Apachemachn rpc.statd[3102]: Caught signal 15, un-registering and exiting.
Nov 3 12:06:06 Apachemachn nfslock: rpc.statd shutdown succeeded
Nov 3 12:06:06 Apachemachn irqbalance: irqbalance shutdown failed
Nov 3 12:06:07 Apachemachn portmap: portmap shutdown succeeded
Nov 3 12:06:07 Apachemachn kernel: Kernel logging (proc) stopped.
Nov 3 12:06:07 Apachemachn kernel: Kernel log daemon terminating.
Nov 3 12:06:08 Apachemachn syslog: klogd shutdown succeeded
Nov 3 12:06:08 Apachemachn exiting on signal 15
Nov 3 12:09:33 Apachemachn syslogd 1.4.1: restart.
Nov 3 12:09:34 Apachemachn syslog: syslogd startup succeeded
Nov 3 12:09:34 Apachemachn kernel: klogd 1.4.1, log source = /proc/kmsg started.
Nov 3 12:09:34 Apachemachn kernel: Linux version 2.6.9-42.EL (buildcentos@build-i386) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)) #1 Sat Aug 12 09:17:58 CDT 2006
Nov 3 12:09:34 Apachemachn kernel: BIOS-provided physical RAM map:
Nov 3 12:09:34 Apachemachn kernel: BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
Nov 3 12:09:34 Apachemachn kernel: BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
Nov 3 12:09:34 Apachemachn kernel: BIOS-e820: 00000000000eac00 - 0000000000100000 (reserved)
Nov 3 12:09:34 Apachemachn kernel: BIOS-e820: 0000000000100000 - 000000000fff0000 (usable)
Nov 3 12:09:34 Apachemachn kernel: BIOS-e820: 000000000fff0000 - 000000000ffffc00 (ACPI data)
Nov 3 12:09:34 Apachemachn kernel: BIOS-e820: 000000000ffffc00 - 0000000010000000 (ACPI NVS)
Nov 3 12:09:34 Apachemachn kernel: BIOS-e820: 00000000fffeac00 - 0000000100000000 (reserved)
Nov 3 12:09:34 Apachemachn kernel: 0MB HIGHMEM available.
Nov 3 12:09:34 Apachemachn kernel: 255MB LOWMEM available.
Nov 3 12:09:34 Apachemachn syslog: klogd startup succeeded
Nov 3 12:09:34 Apachemachn kernel: Using x86 segment limits to approximate NX protection
Nov 3 12:09:34 Apachemachn kernel: zapping low mappings.
Nov 3 12:09:34 Apachemachn irqbalance: irqbalance startup succeeded
Nov 3 12:09:35 Apachemachn kernel: DMI 2.2 present.
Nov 3 12:09:35 Apachemachn portmap: portmap startup succeeded
Nov 3 12:09:35 Apachemachn kernel: ACPI: BIOS age (1999) fails cutoff (2001), acpi=force is required to enable ACPI
Nov 3 12:09:35 Apachemachn kernel: ACPI: Disabling ACPI support
Nov 3 12:09:35 Apachemachn kernel: Allocating PCI resources starting at 20000000 (gap: 10000000:effeac00)
Nov 3 12:09:35 Apachemachn kernel: Built 1 zonelists
Nov 3 12:09:36 Apachemachn kernel: Kernel command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet
Nov 3 12:09:36 Apachemachn kernel: Local APIC disabled by BIOS -- you can enable it with "lapic"
Nov 3 12:09:36 Apachemachn kernel: Initializing CPU#0
Nov 3 12:09:36 Apachemachn kernel: CPU 0 irqstacks, hard=c03ff000 soft=c03fe000
Nov 3 12:09:36 Apachemachn kernel: PID hash table entries: 1024 (order: 10, 16384 bytes)
Nov 3 12:09:36 Apachemachn kernel: Detected 367.575 MHz processor.
Nov 3 12:09:36 Apachemachn rpc.statd[3106]: Version 1.0.6 Starting
Nov 3 21:07:35 Apachemachn rc.sysinit: -e
Nov 3 12:09:36 Apachemachn kernel: Using tsc for high-res timesource
Nov 3 21:07:55 Apachemachn start_udev: Starting udev: succeeded
Nov 3 12:09:36 Apachemachn nfslock: rpc.statd startup succeeded
Nov 3 12:09:36 Apachemachn kernel: Console: colour VGA+ 80x25
Nov 3 12:09:36 Apachemachn rpc.statd[3106]: statd running as root. chown /var/lib/nfs/statd/sm to choose different user
Nov 3 21:08:11 Apachemachn udevsend[1706]: starting udevd daemon
Nov 3 12:09:36 Apachemachn kernel: Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Nov 3 21:08:16 rc.sysinit: -e
Nov 3 12:09:36 Apachemachn kernel: Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Nov 3 21:08:57 Apachemachn sysctl: net.ipv4.ip_forward = 0
Nov 3 12:09:37 Apachemachn kernel: Memory: 254524k/262080k available (2150k kernel code, 6996k reserved, 712k data, 164k init, 0k highmem)
Nov 3 21:08:57 Apachemachn sysctl: net.ipv4.conf.default.rp_filter = 1
Nov 3 12:09:37 Apachemachn kernel: Calibrating delay using timer specific routine.. 736.15 BogoMIPS (lpj=368076)
Nov 3 21:08:57 Apachemachn sysctl: net.ipv4.conf.default.accept_source_route = 0
Nov 3 12:09:37 Apachemachn kernel: Security Scaffold v1.0.0 initialized
Nov 3 21:08:57 Apachemachn sysctl: kernel.sysrq = 0
Nov 3 12:09:37 Apachemachn kernel: SELinux: Initializing.
Nov 3 21:08:57 Apachemachn sysctl: kernel.core_uses_pid = 1
Nov 3 12:09:38 Apachemachn kernel: SELinux: Starting in permissive mode
Nov 3 21:08:57 Apachemachn rc.sysinit: Configuring kernel parameters: succeeded
Nov 3 12:09:38 Apachemachn rpcidmapd: rpc.idmapd startup succeeded
Nov 3 12:09:38 Apachemachn kernel: There is already a security framework initialized, register_security failed.
Nov 3 12:08:52 Apachemachn date: Fri Nov 3 12:08:52 JST 2006
Nov 3 12:09:38 Apachemachn kernel: selinux_register_security: Registering secondary module capability
Nov 3 12:08:52 Apachemachn rc.sysinit: Setting clock (localtime): Fri Nov 3 12:08:52 JST 2006 succeeded
Nov 3 12:09:38 Apachemachn kernel: Capability LSM initialized as secondary
Nov 3 12:08:52 Apachemachn rc.sysinit: Loading default keymap succeeded
Nov 3 12:09:38 Apachemachn kernel: Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
Nov 3 12:08:52 Apachemachn rc.sysinit: Setting hostname Apachemachn: succeeded
Nov 3 12:08:52 Apachemachn rc.sysinit: Checking root filesystem succeeded
Nov 3 12:08:52 Apachemachn rc.sysinit: Remounting root filesystem in read-write mode: succeeded
Nov 3 12:09:39 Apachemachn kernel: CPU: L1 I cache: 16K, L1 D cache: 16K
Nov 3 12:09:39 Apachemachn netfs: Mounting other filesystems: succeeded
Nov 3 12:08:55 Apachemachn lvm.static: 2 logical volume(s) in volume group VolGroup00 now active
Nov 3 12:09:39 Apachemachn kernel: CPU: L2 cache: 128K
Nov 3 12:08:55 Apachemachn rc.sysinit: Setting up Logical Volume Management: succeeded
Nov 3 12:09:40 Apachemachn apmd[3168]: Version 3.0.2 (APM BIOS 1.2, Linux driver 1.16ac)
Nov 3 12:09:40 Apachemachn apmd: apmd startup succeeded
Nov 3 12:08:56 Apachemachn rc.sysinit: Checking filesystems succeeded
Nov 3 12:09:40 Apachemachn kernel: Intel machine check architecture supported.
Nov 3 12:08:57 Apachemachn rc.sysinit: Mounting local filesystems: succeeded
Nov 3 12:09:40 Apachemachn kernel: Intel machine check reporting enabled on CPU#0.
Nov 3 12:09:40 Apachemachn rc: Starting lm_sensors: succeeded
Nov 3 12:08:57 Apachemachn rc.sysinit: Enabling local filesystem quotas: succeeded
Nov 3 12:09:40 Apachemachn kernel: CPU: Intel Celeron (Mendocino) stepping 05
Nov 3 12:08:59 Apachemachn rc.sysinit: Enabling swap space: succeeded
Nov 3 12:09:41 Apachemachn kernel: Enabling fast FPU save and restore... done.
Nov 3 12:09:00 Apachemachn init: Entering runlevel: 5
Nov 3 12:09:41 Apachemachn kernel: Checking 'hlt' instruction... OK.
Nov 3 12:09:41 Apachemachn apmd[3168]: Charge: * * * (-1% unknown)
Nov 3 12:09:41 Apachemachn autofs: automount startup succeeded
Nov 3 12:09:03 Apachemachn microcode_ctl: microcode_ctl startup succeeded
Nov 3 12:09:41 Apachemachn kernel: checking if image is initramfs... it is
Nov 3 12:09:04 Apachemachn sysstat: Calling the system activity data collector (sadc):
Nov 3 12:09:42 Apachemachn kernel: Freeing initrd memory: 1016k freed
Nov 3 12:09:04 Apachemachn sysstat:
Nov 3 12:09:42 Apachemachn smartd[3216]: smartd version 5.33 [i686-redhat-linux-gnu] Copyright (C) 2002-4 Bruce Allen
Nov 3 12:09:42 Apachemachn kernel: NET: Registered protocol family 16
Nov 3 12:09:04 Apachemachn rc: Starting sysstat: succeeded
Nov 3 12:09:42 Apachemachn smartd[3216]: Home page is http://smartmontools.sourceforge.net/
Nov 3 12:09:42 Apachemachn kernel: PCI: PCI BIOS revision 2.10 entry at 0xfd9d6, last bus=1
Nov 3 12:09:04 Apachemachn readahead_early: Starting background readahead:
Nov 3 12:09:42 Apachemachn smartd[3216]: Opened configuration file /etc/smartd.conf
Nov 3 12:09:42 Apachemachn kernel: PCI: Using configuration type 1
Nov 3 12:09:05 Apachemachn rc: Starting readahead_early: succeeded
Nov 3 12:09:42 Apachemachn smartd[3216]: Configuration file /etc/smartd.conf parsed.
Nov 3 12:09:43 Apachemachn kernel: mtrr: v2.0 (20020519)
Nov 3 12:09:25 Apachemachn kudzu: succeeded

(continued below)...
 
Old 11-02-2006, 10:40 AM   #6
bobb_roof
LQ Newbie
 
Registered: Sep 2006
Posts: 17

Original Poster
Rep: Reputation: 0
Nov 3 12:09:43 Apachemachn smartd[3216]: Device: /dev/hda, opened
Nov 3 12:09:43 Apachemachn kernel: ACPI: Subsystem revision 20040816
Nov 3 12:09:26 Apachemachn iptables: succeeded
Nov 3 12:09:43 Apachemachn smartd[3216]: Device: /dev/hda, found in smartd database.
Nov 3 12:09:43 Apachemachn kernel: ACPI: Interpreter disabled.
Nov 3 12:09:27 Apachemachn rc: Starting pcmcia: succeeded
Nov 3 12:09:43 Apachemachn kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Nov 3 12:09:27 Apachemachn sysctl: net.ipv4.ip_forward = 0
Nov 3 12:09:43 Apachemachn kernel: usbcore: registered new driver usbfs
Nov 3 12:09:27 Apachemachn sysctl: net.ipv4.conf.default.rp_filter = 1
Nov 3 12:09:43 Apachemachn kernel: usbcore: registered new driver hub
Nov 3 12:09:43 Apachemachn smartd[3216]: Device: /dev/hda, is SMART capable. Adding to "monitor" list.
Nov 3 12:09:27 Apachemachn sysctl: net.ipv4.conf.default.accept_source_route = 0
Nov 3 12:09:44 Apachemachn kernel: PCI: Probing PCI hardware
Nov 3 12:09:44 Apachemachn smartd[3216]: Device: /dev/hdd, opened
Nov 3 12:09:27 Apachemachn sysctl: kernel.sysrq = 0
Nov 3 12:09:44 Apachemachn kernel: PCI: Probing PCI hardware (bus 00)
Nov 3 12:09:44 Apachemachn smartd[3216]: Device: /dev/hdd, not found in smartd database.
Nov 3 12:09:27 Apachemachn sysctl: kernel.core_uses_pid = 1
Nov 3 12:09:44 Apachemachn kernel: PCI: Ignoring BAR0-3 of IDE controller 0000:00:00.1
Nov 3 12:09:27 Apachemachn network: Setting network parameters: succeeded
Nov 3 12:09:45 Apachemachn smartd[3216]: Device: /dev/hdd, is SMART capable. Adding to "monitor" list.
Nov 3 12:09:45 Apachemachn kernel: PCI: Using IRQ router SIS [1039/0008] at 0000:00:01.0
Nov 3 12:09:28 Apachemachn network: Bringing up loopback interface: succeeded
Nov 3 12:09:45 Apachemachn smartd[3216]: Monitoring 2 ATA and 0 SCSI devices
Nov 3 12:09:45 Apachemachn kernel: PCI: IRQ 0 for device 0000:00:00.1 doesn't match PIRQ mask - try pci=usepirqmask
Nov 3 12:09:33 Apachemachn network: Bringing up interface eth0: succeeded
Nov 3 12:09:45 Apachemachn kernel: PCI: Found IRQ 9 for device 0000:00:00.1
Nov 3 12:09:45 Apachemachn kernel: apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
Nov 3 12:09:46 Apachemachn smartd[3218]: smartd has fork()ed into background mode. New PID=3218.
Nov 3 12:09:46 Apachemachn kernel: audit: initializing netlink socket (disabled)
Nov 3 12:09:46 Apachemachn smartd: smartd startup succeeded
Nov 3 12:09:46 Apachemachn kernel: audit(1162555637.615:1): initialized
Nov 3 12:09:46 Apachemachn kernel: Total HugeTLB memory allocated, 0
Nov 3 12:09:46 Apachemachn kernel: VFS: Disk quotas dquot_6.5.1
Nov 3 12:09:46 Apachemachn kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Nov 3 12:09:46 Apachemachn kernel: SELinux: Registering netfilter hooks
Nov 3 12:09:46 Apachemachn kernel: Initializing Cryptographic API
Nov 3 12:09:46 Apachemachn kernel: ksign: Installing public key data
Nov 3 12:09:47 Apachemachn kernel: Loading keyring
Nov 3 12:09:47 Apachemachn kernel: - Added public key 10EA8AC2C8019830
Nov 3 12:09:47 Apachemachn kernel: - User ID: CentOS (Kernel Module GPG key)
Nov 3 12:09:47 Apachemachn kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Nov 3 12:09:47 Apachemachn kernel: Real Time Clock Driver v1.12
Nov 3 12:09:47 Apachemachn kernel: Linux agpgart interface v0.100 (c) Dave Jones
Nov 3 12:09:47 Apachemachn kernel: agpgart: Detected SiS 620 chipset
Nov 3 12:09:47 Apachemachn kernel: agpgart: Maximum main memory to use for agp memory: 203M
Nov 3 12:09:47 Apachemachn kernel: agpgart: AGP aperture is 64M @ 0xf8000000
Nov 3 12:09:48 Apachemachn kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Nov 3 12:09:48 Apachemachn kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled
Nov 3 12:09:48 Apachemachn kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Nov 3 12:09:48 Apachemachn kernel: RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
Nov 3 12:09:48 Apachemachn kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Nov 3 12:09:48 Apachemachn kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Nov 3 12:09:48 Apachemachn kernel: SIS5513: IDE controller at PCI slot 0000:00:00.1
Nov 3 12:09:48 Apachemachn kernel: PCI: Found IRQ 9 for device 0000:00:00.1
Nov 3 12:09:48 Apachemachn kernel: SIS5513: chipset revision 208
Nov 3 12:09:48 Apachemachn kernel: SIS5513: not 100% native mode: will probe irqs later
Nov 3 12:09:48 Apachemachn kernel: SIS5513: SiS620 ATA 66 controller
Nov 3 12:09:48 Apachemachn kernel: ide0: BM-DMA at 0xdcf0-0xdcf7, BIOS settings: hda:DMA, hdb:pio
Nov 3 12:09:48 Apachemachn kernel: ide1: BM-DMA at 0xdcf8-0xdcff, BIOS settings: hdc:DMA, hdd:DMA
Nov 3 12:09:49 Apachemachn kernel: hda: QUANTUM FIREBALLlct20 20, ATA DISK drive
Nov 3 12:09:49 Apachemachn kernel: Using cfq io scheduler
Nov 3 12:09:49 Apachemachn kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Nov 3 12:09:49 Apachemachn kernel: hdc: _NEC DV-5800B, ATAPI CD/DVD-ROM drive
Nov 3 12:09:49 Apachemachn kernel: hdd: ST38421A, ATA DISK drive
Nov 3 12:09:49 Apachemachn kernel: ide1 at 0x170-0x177,0x376 on irq 15
Nov 3 12:09:49 Apachemachn kernel: hda: max request size: 128KiB
Nov 3 12:09:49 Apachemachn kernel: hda: 39876480 sectors (20416 MB) w/418KiB Cache, CHS=39560/16/63, UDMA(33)
Nov 3 12:09:49 Apachemachn rc: Starting hpoj: succeeded
Nov 3 12:09:49 Apachemachn kernel: hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 hda10 hda11 >
Nov 3 12:09:50 Apachemachn kernel: hdd: max request size: 128KiB
Nov 3 12:09:50 Apachemachn kernel: hdd: 16498944 sectors (8447 MB) w/256KiB Cache, CHS=16368/16/63, UDMA(33)
Nov 3 12:09:50 Apachemachn kernel: hdd: hdd1 hdd2
Nov 3 12:09:50 Apachemachn kernel: hdc: ATAPI 48X DVD-ROM drive, 512kB Cache, UDMA(33)
Nov 3 12:09:50 Apachemachn kernel: Uniform CD-ROM driver Revision: 3.20
Nov 3 12:09:50 Apachemachn kernel: ide-floppy driver 0.99.newide
Nov 3 12:09:50 Apachemachn kernel: usbcore: registered new driver hiddev
Nov 3 12:09:50 Apachemachn kernel: usbcore: registered new driver usbhid
Nov 3 12:09:50 Apachemachn kernel: drivers/usb/input/hid-core.c: v2.0:USB HID core driver
Nov 3 12:09:50 Apachemachn kernel: mice: PS/2 mouse device common for all mice
Nov 3 12:09:50 Apachemachn kernel: input: AT Translated Set 2 keyboard on isa0060/serio0
Nov 3 12:09:50 Apachemachn kernel: md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
Nov 3 12:09:50 Apachemachn kernel: NET: Registered protocol family 2
Nov 3 12:09:50 Apachemachn kernel: IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
Nov 3 12:09:50 Apachemachn kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes)
Nov 3 12:09:50 Apachemachn kernel: TCP bind hash table entries: 16384 (order: 6, 458752 bytes)
Nov 3 12:09:51 Apachemachn kernel: TCP: Hash tables configured (established 16384 bind 16384)
Nov 3 12:09:51 Apachemachn kernel: Initializing IPsec netlink socket
Nov 3 12:09:51 Apachemachn kernel: NET: Registered protocol family 1
Nov 3 12:09:51 Apachemachn kernel: NET: Registered protocol family 17
Nov 3 12:09:51 Apachemachn kernel: Freeing unused kernel memory: 164k freed
Nov 3 12:09:51 Apachemachn kernel: device-mapper: 4.5.0-ioctl (2005-10-04) initialised: dm-devel@redhat.com
Nov 3 12:09:51 Apachemachn kernel: cdrom: open failed.
Nov 3 12:09:51 Apachemachn kernel: kjournald starting. Commit interval 5 seconds
Nov 3 12:09:51 Apachemachn kernel: EXT3-fs: mounted filesystem with ordered data mode.
Nov 3 12:09:51 Apachemachn kernel: security: 3 users, 4 roles, 355 types, 26 bools
Nov 3 12:09:51 Apachemachn kernel: security: 55 classes, 22582 rules
Nov 3 12:09:51 Apachemachn kernel: SELinux: Completing initialization.
Nov 3 12:09:52 Apachemachn kernel: SELinux: Setting up existing superblocks.
Nov 3 12:09:52 Apachemachn kernel: SELinux: initialized (dev dm-0, type ext3), uses xattr
Nov 3 12:09:52 Apachemachn kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
Nov 3 12:09:52 Apachemachn kernel: SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
Nov 3 12:09:52 Apachemachn kernel: SELinux: initialized (dev mqueue, type mqueue), not configured for labeling
Nov 3 12:09:52 Apachemachn kernel: SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts
Nov 3 12:09:52 Apachemachn kernel: SELinux: initialized (dev devpts, type devpts), uses transition SIDs
Nov 3 12:09:52 Apachemachn kernel: SELinux: initialized (dev eventpollfs, type eventpollfs), uses genfs_contexts
Nov 3 12:09:52 Apachemachn kernel: SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
Nov 3 12:09:53 Apachemachn kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
Nov 3 12:09:53 Apachemachn kernel: SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts
Nov 3 12:09:53 Apachemachn kernel: SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
Nov 3 12:09:53 Apachemachn kernel: SELinux: initialized (dev proc, type proc), uses genfs_contexts
Nov 3 12:09:53 Apachemachn kernel: SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
Nov 3 12:09:53 Apachemachn kernel: SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
Nov 3 12:09:53 Apachemachn kernel: SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
Nov 3 12:09:53 Apachemachn kernel: SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
Nov 3 12:09:53 Apachemachn kernel: inserting floppy driver for 2.6.9-42.EL
Nov 3 12:09:54 Apachemachn kernel: Floppy drive(s): fd0 is 1.44M
Nov 3 12:09:54 Apachemachn kernel: FDC 0 is a post-1991 82077
Nov 3 12:09:54 Apachemachn kernel: PCI: Found IRQ 3 for device 0000:00:0a.0
Nov 3 12:09:54 Apachemachn kernel: 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
Nov 3 12:09:54 Apachemachn kernel: 0000:00:0a.0: 3Com PCI 3c905B Cyclone 100baseTx at 0xdc00. Vers LK1.1.19
Nov 3 12:09:54 Apachemachn kernel: PCI: Found IRQ 10 for device 0000:00:06.0
Nov 3 12:09:54 Apachemachn kernel: PCI: Found IRQ 11 for device 0000:00:01.2
Nov 3 12:09:54 Apachemachn kernel: ohci_hcd 0000:00:01.2: OHCI Host Controller
Nov 3 12:09:54 Apachemachn kernel: ohci_hcd 0000:00:01.2: irq 11, pci mem d08ea000
Nov 3 12:09:54 Apachemachn kernel: SELinux: initialized (dev usbdevfs, type usbdevfs), uses genfs_contexts
Nov 3 12:09:55 Apachemachn kernel: ohci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
Nov 3 12:09:55 Apachemachn kernel: hub 1-0:1.0: USB hub found
Nov 3 12:09:55 Apachemachn kernel: hub 1-0:1.0: 2 ports detected
Nov 3 12:09:55 Apachemachn kernel: md: Autodetecting RAID arrays.
Nov 3 12:09:55 Apachemachn kernel: md: autorun ...
Nov 3 12:09:55 Apachemachn kernel: md: ... autorun DONE.
Nov 3 12:09:55 Apachemachn kernel: usb 1-2: new low speed USB device using address 2
Nov 3 12:09:55 Apachemachn kernel: input: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:00:01.2-2
Nov 3 12:09:55 Apachemachn kernel: SELinux: initialized (dev ramfs, type ramfs), uses genfs_contexts
Nov 3 12:09:55 Apachemachn kernel: NET: Registered protocol family 10
Nov 3 12:09:55 Apachemachn kernel: Disabled Privacy Extensions on device c0383d60(lo)
Nov 3 12:09:55 Apachemachn kernel: IPv6 over IPv4 tunneling driver
Nov 3 12:09:56 Apachemachn kernel: EXT3 FS on dm-0, internal journal
Nov 3 12:09:56 Apachemachn kernel: device-mapper: dm-multipath version 1.0.4 loaded
Nov 3 12:09:56 Apachemachn kernel: cdrom: open failed.
Nov 3 12:09:56 Apachemachn kernel: kjournald starting. Commit interval 5 seconds
Nov 3 12:09:56 Apachemachn kernel: EXT3 FS on hdd1, internal journal
Nov 3 12:09:56 Apachemachn kernel: EXT3-fs: mounted filesystem with ordered data mode.
Nov 3 12:09:56 Apachemachn kernel: SELinux: initialized (dev hdd1, type ext3), uses xattr
Nov 3 12:09:56 Apachemachn kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
Nov 3 12:09:56 Apachemachn kernel: Adding 264560k swap on /dev/hda10. Priority:-1 extents:1
Nov 3 12:09:56 Apachemachn kernel: Adding 524280k swap on /dev/VolGroup00/LogVol01. Priority:-2 extents:1
Nov 3 12:09:56 Apachemachn kernel: SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
Nov 3 12:09:57 Apachemachn kernel: IA-32 Microcode Update Driver: v1.14 <tigran@veritas.com>
Nov 3 12:09:57 Apachemachn kernel: microcode: CPU0 updated from revision 0x2 to 0x3, date = 05051999
Nov 3 12:09:57 Apachemachn kernel: IA-32 Microcode Update Driver v1.14 unregistered
Nov 3 12:09:57 Apachemachn kernel: parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP]
Nov 3 12:09:57 Apachemachn kernel: ip_tables: (C) 2000-2002 Netfilter core team
Nov 3 12:09:57 Apachemachn kernel: ip_conntrack version 2.1 (2047 buckets, 16376 max) - 356 bytes per conntrack
Nov 3 12:09:57 Apachemachn kernel: PCI: Found IRQ 3 for device 0000:00:0a.0
Nov 3 12:09:57 Apachemachn kernel: SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
Nov 3 12:09:57 Apachemachn kernel: i2c /dev entries driver
Nov 3 12:10:01 Apachemachn kernel: parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP]
Nov 3 12:10:01 Apachemachn kernel: lp0: using parport0 (polling).
Nov 3 12:10:01 Apachemachn kernel: lp0: console ready
Nov 3 12:10:02 Apachemachn cups: cupsd startup succeeded
Nov 3 12:10:03 Apachemachn sshd: succeeded
Nov 3 12:10:03 Apachemachn xinetd: xinetd startup succeeded
Nov 3 12:10:05 Apachemachn ntpdate[3333]: step time server 192.168.1.5 offset -0.263788 sec
Nov 3 12:10:05 Apachemachn ntpd: succeeded
Nov 3 12:10:05 Apachemachn ntpd[3337]: ntpd 4.2.0a@1.1190-r Sun Aug 13 01:49:12 CDT 2006 (1)
Nov 3 12:10:05 Apachemachn ntpd: ntpd startup succeeded
Nov 3 12:10:05 Apachemachn ntpd[3337]: precision = 2.000 usec
Nov 3 12:10:05 Apachemachn ntpd[3337]: Listening on interface wildcard, 0.0.0.0#123
Nov 3 12:10:05 Apachemachn ntpd[3337]: Listening on interface wildcard, ::#123
Nov 3 12:10:05 Apachemachn ntpd[3337]: Listening on interface lo, 127.0.0.1#123
Nov 3 12:10:05 Apachemachn ntpd[3337]: Listening on interface eth0, 192.168.1.14#123
Nov 3 12:10:05 Apachemachn ntpd[3337]: kernel time sync status 0040
Nov 3 12:10:06 Apachemachn ntpd[3337]: frequency initialized 0.000 PPM from /var/lib/ntp/drift
Nov 3 12:10:06 Apachemachn xinetd[3319]: xinetd Version 2.3.13 started with libwrap loadavg options compiled in.
Nov 3 12:10:06 Apachemachn xinetd[3319]: Started working: 0 available services
Nov 3 12:10:08 Apachemachn kernel: audit(1162523408.447:2): avc: denied { getattr } for pid=3432 comm="mysqld" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:mysqld_t tcontext=system_u:object_r:winbind_var_run_t tclass=dir
Nov 3 12:10:10 Apachemachn mysqld: Starting MySQL: succeeded
Nov 3 12:10:11 Apachemachn sendmail: sendmail startup succeeded
Nov 3 12:10:12 Apachemachn sendmail: sm-client startup succeeded
Nov 3 12:10:12 Apachemachn gpm[3484]: *** info [startup.c(95)]:
Nov 3 12:10:12 Apachemachn gpm[3484]: Started gpm successfully. Entered daemon mode.
Nov 3 12:10:12 Apachemachn gpm[3484]: *** info [mice.c(1766)]:
Nov 3 12:10:12 Apachemachn gpm[3484]: imps2: Auto-detected intellimouse PS/2
Nov 3 12:10:13 Apachemachn gpm: gpm startup succeeded
Nov 3 12:10:16 Apachemachn httpd: [Fri Nov 03 12:10:16 2006] [warn] The Alias directive in /etc/httpd/conf/httpd.conf at line 961 will probably never match because it overlaps an earlier AliasMatch.
Nov 3 12:10:18 Apachemachn httpd: Apache/2.0.52 mod_ssl/2.0.52 (Pass Phrase Dialog)
Nov 3 12:10:18 Apachemachn httpd: Some of your private key files are encrypted for security reasons.
Nov 3 12:10:18 Apachemachn httpd: In order to read them you have to provide the pass phrases.
Nov 3 12:10:18 Apachemachn httpd:
Nov 3 12:10:18 Apachemachn httpd: Server apachesvr.com:443 (RSA)
Nov 3 12:10:18 Apachemachn httpd: Enter pass phrase:
Nov 3 12:10:46 Apachemachn ntpd[3337]: getaddrinfo: "clock.redhat.com" invalid host address, ignored
Nov 3 12:15:21 Apachemachn httpd: Apache:mod_ssl:Error: Pass phrase incorrect (5 more retries permitted).
Nov 3 12:15:21 Apachemachn httpd: Enter pass phrase:
Nov 3 12:15:30 Apachemachn httpd: Apache:mod_ssl:Error: Pass phrase incorrect (4 more retries permitted).
Nov 3 12:15:30 Apachemachn httpd: Enter pass phrase:
Nov 3 12:15:45 Apachemachn httpd: Apache:mod_ssl:Error: Pass phrase incorrect (3 more retries permitted).
Nov 3 12:15:50 Apachemachn httpd: Enter pass phrase:
Nov 3 12:16:03 Apachemachn httpd:
Nov 3 12:16:03 Apachemachn httpd: OK: Pass Phrase Dialog successful.
Nov 3 12:16:05 Apachemachn httpd: httpd startup succeeded
Nov 3 12:16:06 Apachemachn iiim: htt startup succeeded
Nov 3 12:16:08 Apachemachn htt_server[3527]: started.
Nov 3 12:16:10 Apachemachn kernel: audit(1162523770.621:3): avc: denied { getattr } for pid=3542 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_u:object_r:winbind_var_run_t tclass=dir
Nov 3 12:16:10 Apachemachn kernel: audit(1162523770.761:4): avc: denied { getattr } for pid=3543 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_u:object_r:winbind_var_run_t tclass=dir
Nov 3 12:16:10 Apachemachn kernel: audit(1162523770.773:5): avc: denied { getattr } for pid=3544 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_u:object_r:winbind_var_run_t tclass=dir
Nov 3 12:16:10 Apachemachn kernel: audit(1162523770.789:6): avc: denied { getattr } for pid=3546 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_u:object_r:winbind_var_run_t tclass=dir
Nov 3 12:16:10 Apachemachn kernel: audit(1162523770.805:7): avc: denied { getattr } for pid=3547 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_u:object_r:winbind_var_run_t tclass=dir
Nov 3 12:16:10 Apachemachn kernel: audit(1162523770.912:8): avc: denied { getattr } for pid=3545 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_u:object_r:winbind_var_run_t tclass=dir
Nov 3 12:16:10 Apachemachn kernel: audit(1162523770.915:9): avc: denied { getattr } for pid=3548 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_u:object_r:winbind_var_run_t tclass=dir
Nov 3 12:16:10 Apachemachn kernel: audit(1162523770.923:10): avc: denied { getattr } for pid=3549 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_u:object_r:winbind_var_run_t tclass=dir
Nov 3 12:16:14 Apachemachn canna: succeeded
Nov 3 12:16:14 Apachemachn crond: crond startup succeeded
Nov 3 12:16:17 Apachemachn xfs: xfs startup succeeded
Nov 3 12:16:17 Apachemachn anacron: anacron startup succeeded
Nov 3 12:16:17 Apachemachn atd: atd startup succeeded
Nov 3 12:16:18 Apachemachn readahead: Starting background readahead:
Nov 3 12:16:18 Apachemachn rc: Starting readahead: succeeded
Nov 3 12:16:20 Apachemachn messagebus: messagebus startup succeeded
Nov 3 12:16:20 Apachemachn cups-config-daemon: cups-config-daemon startup succeeded
Nov 3 12:16:21 Apachemachn haldaemon: haldaemon startup succeeded
Nov 3 12:16:43 Apachemachn hald[3644]: Timed out waiting for hotplug event 450. Rebasing to 450
Nov 3 12:16:45 Apachemachn fstab-sync[4359]: removed all generated mount points
Nov 3 12:16:54 Apachemachn fstab-sync[4611]: added mount point /media/cdrom for /dev/hdc
Nov 3 12:16:58 Apachemachn fstab-sync[4679]: added mount point /media/floppy for /dev/fd0
Nov 3 12:17:09 Apachemachn hald[3644]: Timed out waiting for hotplug event 503. Rebasing to 497
Nov 3 12:46:30 Apachemachn gdm(pam_unix)[4404]: bad username [ admin]
Nov 3 12:46:30 Apachemachn gdm-binary[4404]: pam_krb5[4404]: error resolving user name ' admin' to uid/gid pair
Nov 3 12:46:30 Apachemachn gdm-binary[4404]: pam_krb5[4404]: error getting information about ' admin'
Nov 3 12:46:30 Apachemachn pam_winbind[4404]: Could not retrieve user's password
Nov 3 12:46:31 Apachemachn gdm-binary[4404]: Couldn't authenticate user
Nov 3 12:46:40 Apachemachn pam_winbind[4404]: user 'admin' granted access
Nov 3 12:46:40 Apachemachn gdm(pam_unix)[4404]: session opened for user admin by (uid=0)
Nov 3 12:46:43 Apachemachn gconfd (admin-4776): starting (version 2.8.1), pid 4776 user 'admin'
Nov 3 12:46:43 Apachemachn gconfd (admin-4776): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0
Nov 3 12:46:43 Apachemachn gconfd (admin-4776): Resolved address "xml:readwrite:/home/londonadmin/.gconf" to a writable configuration source at position 1
Nov 3 12:46:43 Apachemachn gconfd (admin-4776): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 2
Nov 3 12:47:29 Apachemachn gconfd (admin-4776): Resolved address "xml:readwrite:/home/admin/.gconf" to a writable configuration source at position 0
 
Old 11-02-2006, 01:20 PM   #7
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
According to the logs your server is starting - Nov 3 12:16:05 Apachemachn httpd: httpd startup succeeded. There may be a problem with what it's able to do due to its configuration. Can you run the following please and post the output (adjust the path for your system)?
Code:
/usr/local/apache2/bin/apachectl -t -e DEBUG
 
Old 11-03-2006, 12:08 AM   #8
bobb_roof
LQ Newbie
 
Registered: Sep 2006
Posts: 17

Original Poster
Rep: Reputation: 0
hello Gilead below are the result of the debug (on my machinge the shell command is actually: /usr/sbin/apachectl -t -e DEBUG).

error log:
[Sat Nov 04 00:46:21 2006] [notice] core dump file size limit raised to 4294967295 bytes
[Sat Nov 04 00:46:22 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Nov 04 00:46:38 2006] [notice] Digest: generating secret for digest authentication ...
[Sat Nov 04 00:46:38 2006] [notice] Digest: done
[Sat Nov 04 00:46:38 2006] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Sat Nov 04 00:46:38 2006] [notice] LDAP: SSL support unavailable
[Sat Nov 04 00:46:41 2006] [notice] mod_python: Creating 4 session mutexes based on 150 max processes and 0 max threads.
[Sat Nov 04 00:46:44 2006] [notice] Apache/2.0.52 (CentOS) configured -- resuming normal operations

system log:
Nov 4 00:45:44 Apachemachn syslogd 1.4.1: restart.
Nov 4 00:45:44 Apachemachn syslog: syslogd startup succeeded
Nov 4 00:45:44 Apachemachn kernel: klogd 1.4.1, log source = /proc/kmsg started.
Nov 4 00:45:44 Apachemachn kernel: Linux version 2.6.9-42.EL (buildcentos@build-i386) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)) #1 Sat Aug 12 09:17:58 CDT 2006
Nov 4 00:45:44 Apachemachn kernel: BIOS-provided physical RAM map:
Nov 4 00:45:44 Apachemachn kernel: BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
Nov 4 00:45:44 Apachemachn kernel: BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
Nov 4 00:45:44 Apachemachn kernel: BIOS-e820: 00000000000eac00 - 0000000000100000 (reserved)
Nov 4 00:45:44 Apachemachn kernel: BIOS-e820: 0000000000100000 - 000000000fff0000 (usable)
Nov 4 00:45:44 Apachemachn kernel: BIOS-e820: 000000000fff0000 - 000000000ffffc00 (ACPI data)
Nov 4 00:45:44 Apachemachn kernel: BIOS-e820: 000000000ffffc00 - 0000000010000000 (ACPI NVS)
Nov 4 00:45:44 Apachemachn kernel: BIOS-e820: 00000000fffeac00 - 0000000100000000 (reserved)
Nov 4 00:45:44 Apachemachn kernel: 0MB HIGHMEM available.
Nov 4 00:45:44 Apachemachn kernel: 255MB LOWMEM available.
Nov 4 00:45:44 Apachemachn syslog: klogd startup succeeded
Nov 4 00:45:44 Apachemachn kernel: Using x86 segment limits to approximate NX protection
Nov 4 00:45:44 Apachemachn kernel: zapping low mappings.
Nov 4 00:45:45 Apachemachn irqbalance: irqbalance startup succeeded
Nov 4 00:45:45 Apachemachn kernel: DMI 2.2 present.
Nov 4 00:45:45 Apachemachn portmap: portmap startup succeeded
Nov 4 00:45:46 Apachemachn kernel: ACPI: BIOS age (1999) fails cutoff (2001), acpi=force is required to enable ACPI
Nov 4 00:45:46 Apachemachn kernel: ACPI: Disabling ACPI support
Nov 4 00:45:46 Apachemachn kernel: Allocating PCI resources starting at 20000000 (gap: 10000000:effeac00)
Nov 4 00:45:46 Apachemachn kernel: Built 1 zonelists
Nov 4 00:45:46 Apachemachn rpc.statd[3102]: Version 1.0.6 Starting
Nov 4 00:45:46 Apachemachn kernel: Kernel command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet
Nov 4 00:45:46 Apachemachn kernel: Local APIC disabled by BIOS -- you can enable it with "lapic"
Nov 4 00:45:46 Apachemachn kernel: Initializing CPU#0
Nov 4 00:45:46 Apachemachn nfslock: rpc.statd startup succeeded
Nov 4 00:45:46 Apachemachn rpc.statd[3102]: statd running as root. chown /var/lib/nfs/statd/sm to choose different user
Nov 4 00:45:46 Apachemachn kernel: CPU 0 irqstacks, hard=c03ff000 soft=c03fe000
Nov 4 00:45:46 Apachemachn kernel: PID hash table entries: 1024 (order: 10, 16384 bytes)
Nov 4 00:45:46 Apachemachn kernel: Detected 367.630 MHz processor.
Nov 4 09:43:44 Apachemachn rc.sysinit: -e
Nov 4 00:45:46 Apachemachn kernel: Using tsc for high-res timesource
Nov 4 09:44:04 Apachemachn start_udev: Starting udev: succeeded
Nov 4 00:45:46 Apachemachn kernel: Console: colour VGA+ 80x25
Nov 4 09:44:20 Apachemachn udevsend[1702]: starting udevd daemon
Nov 4 00:45:46 Apachemachn kernel: Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Nov 4 09:44:25 Apachemachn rc.sysinit: -e
Nov 4 00:45:46 Apachemachn kernel: Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Nov 4 09:45:07 Apachemachn sysctl: net.ipv4.ip_forward = 0
Nov 4 00:45:47 Apachemachn kernel: Memory: 254524k/262080k available (2150k kernel code, 6996k reserved, 712k data, 164k init, 0k highmem)
Nov 4 09:45:07 Apachemachn sysctl: net.ipv4.conf.default.rp_filter = 1
Nov 4 00:45:47 Apachemachn kernel: Calibrating delay using timer specific routine.. 736.15 BogoMIPS (lpj=368075)
Nov 4 09:45:07 Apachemachn sysctl: net.ipv4.conf.default.accept_source_route = 0
Nov 4 00:45:47 Apachemachn kernel: Security Scaffold v1.0.0 initialized
Nov 4 09:45:07 Apachemachn sysctl: kernel.sysrq = 0
Nov 4 00:45:47 Apachemachn kernel: SELinux: Initializing.
Nov 4 00:45:47 Apachemachn rpcidmapd: rpc.idmapd startup succeeded
Nov 4 09:45:07 Apachemachn sysctl: kernel.core_uses_pid = 1
Nov 4 00:45:47 Apachemachn kernel: SELinux: Starting in permissive mode
Nov 4 09:45:07 Apachemachn rc.sysinit: Configuring kernel parameters: succeeded
Nov 4 00:45:48 Apachemachn kernel: There is already a security framework initialized, register_security failed.
Nov 4 00:45:02 Apachemachn date: Sat Nov 4 00:45:02 JST 2006
Nov 4 00:45:48 Apachemachn kernel: selinux_register_security: Registering secondary module capability
Nov 4 00:45:02 Apachemachn rc.sysinit: Setting clock (localtime): Sat Nov 4 00:45:02 JST 2006 succeeded
Nov 4 00:45:48 Apachemachn kernel: Capability LSM initialized as secondary
Nov 4 00:45:02 Apachemachn rc.sysinit: Loading default keymap succeeded
Nov 4 00:45:48 Apachemachn kernel: Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
Nov 4 00:45:02 Apachemachn rc.sysinit: Setting hostname Apachemachn: succeeded
Nov 4 00:45:02 Apachemachn rc.sysinit: Checking root filesystem succeeded
Nov 4 00:45:49 Apachemachn netfs: Mounting other filesystems: succeeded
Nov 4 00:45:02 Apachemachn rc.sysinit: Remounting root filesystem in read-write mode: succeeded
Nov 4 00:45:49 Apachemachn kernel: CPU: L1 I cache: 16K, L1 D cache: 16K
Nov 4 00:45:05 Apachemachn lvm.static: 2 logical volume(s) in volume group VolGroup00 now active
Nov 4 00:45:49 Apachemachn kernel: CPU: L2 cache: 128K
Nov 4 00:45:05 Apachemachn rc.sysinit: Setting up Logical Volume Management: succeeded
Nov 4 00:45:49 Apachemachn apmd: apmd startup succeeded
Nov 4 00:45:49 Apachemachn apmd[3164]: Version 3.0.2 (APM BIOS 1.2, Linux driver 1.16ac)
Nov 4 00:45:06 Apachemachn rc.sysinit: Checking filesystems succeeded
Nov 4 00:45:50 Apachemachn kernel: Intel machine check architecture supported.
Nov 4 00:45:07 Apachemachn rc.sysinit: Mounting local filesystems: succeeded
Nov 4 00:45:50 Apachemachn rc: Starting lm_sensors: succeeded
Nov 4 00:45:50 Apachemachn kernel: Intel machine check reporting enabled on CPU#0.
Nov 4 00:45:07 Apachemachn rc.sysinit: Enabling local filesystem quotas: succeeded
Nov 4 00:45:50 Apachemachn kernel: CPU: Intel Celeron (Mendocino) stepping 05
Nov 4 00:45:09 Apachemachn rc.sysinit: Enabling swap space: succeeded
Nov 4 00:45:50 Apachemachn kernel: Enabling fast FPU save and restore... done.
Nov 4 00:45:10 Apachemachn init: Entering runlevel: 5
Nov 4 00:45:51 Apachemachn autofs: automount startup succeeded
Nov 4 00:45:51 Apachemachn kernel: Checking 'hlt' instruction... OK.
Nov 4 00:45:13 Apachemachn microcode_ctl: microcode_ctl startup succeeded
Nov 4 00:45:51 Apachemachn apmd[3164]: Charge: * * * (-1% unknown)
Nov 4 00:45:51 Apachemachn kernel: checking if image is initramfs... it is
Nov 4 00:45:14 Apachemachn sysstat: Calling the system activity data collector (sadc):
Nov 4 00:45:51 Apachemachn kernel: Freeing initrd memory: 1016k freed
Nov 4 00:45:51 Apachemachn smartd[3212]: smartd version 5.33 [i686-redhat-linux-gnu] Copyright (C) 2002-4 Bruce Allen
Nov 4 00:45:14 Apachemachn sysstat:
Nov 4 00:45:51 Apachemachn kernel: NET: Registered protocol family 16
Nov 4 00:45:51 Apachemachn smartd[3212]: Home page is http://smartmontools.sourceforge.net/
Nov 4 00:45:14 Apachemachn rc: Starting sysstat: succeeded
Nov 4 00:45:52 Apachemachn kernel: PCI: PCI BIOS revision 2.10 entry at 0xfd9d6, last bus=1
Nov 4 00:45:52 Apachemachn smartd[3212]: Opened configuration file /etc/smartd.conf
Nov 4 00:45:14 Apachemachn readahead_early: Starting background readahead:
Nov 4 00:45:52 Apachemachn kernel: PCI: Using configuration type 1
Nov 4 00:45:52 Apachemachn smartd[3212]: Configuration file /etc/smartd.conf parsed.
Nov 4 00:45:14 Apachemachn rc: Starting readahead_early: succeeded
Nov 4 00:45:52 Apachemachn kernel: mtrr: v2.0 (20020519)
Nov 4 00:45:52 Apachemachn smartd[3212]: Device: /dev/hda, opened
Nov 4 00:45:35 Apachemachn kudzu: succeeded
Nov 4 00:45:52 Apachemachn kernel: ACPI: Subsystem revision 20040816
Nov 4 00:45:52 Apachemachn smartd[3212]: Device: /dev/hda, found in smartd database.
Nov 4 00:45:37 Apachemachn iptables: succeeded
Nov 4 00:45:52 Apachemachn kernel: ACPI: Interpreter disabled.
Nov 4 00:45:37 Apachemachn rc: Starting pcmcia: succeeded
Nov 4 00:45:53 Apachemachn kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Nov 4 00:45:37 Apachemachn sysctl: net.ipv4.ip_forward = 0
Nov 4 00:45:53 Apachemachn kernel: usbcore: registered new driver usbfs
Nov 4 00:45:37 Apachemachn sysctl: net.ipv4.conf.default.rp_filter = 1
Nov 4 00:45:53 Apachemachn smartd[3212]: Device: /dev/hda, is SMART capable. Adding to "monitor" list.
Nov 4 00:45:53 Apachemachn kernel: usbcore: registered new driver hub
Nov 4 00:45:37 Apachemachn sysctl: net.ipv4.conf.default.accept_source_route = 0
Nov 4 00:45:53 Apachemachn smartd[3212]: Device: /dev/hdd, opened
Nov 4 00:45:53 Apachemachn kernel: PCI: Probing PCI hardware
Nov 4 00:45:37 Apachemachn sysctl: kernel.sysrq = 0
Nov 4 00:45:53 Apachemachn smartd[3212]: Device: /dev/hdd, not found in smartd database.
Nov 4 00:45:53 Apachemachn kernel: PCI: Probing PCI hardware (bus 00)
Nov 4 00:45:37 Apachemachn sysctl: kernel.core_uses_pid = 1
Nov 4 00:45:54 Apachemachn smartd[3212]: Device: /dev/hdd, is SMART capable. Adding to "monitor" list.
Nov 4 00:45:54 Apachemachn kernel: PCI: Ignoring BAR0-3 of IDE controller 0000:00:00.1
Nov 4 00:45:37 Apachemachn network: Setting network parameters: succeeded
Nov 4 00:45:54 Apachemachn smartd[3212]: Monitoring 2 ATA and 0 SCSI devices
Nov 4 00:45:54 Apachemachn kernel: PCI: Using IRQ router SIS [1039/0008] at 0000:00:01.0
Nov 4 00:45:38 Apachemachn network: Bringing up loopback interface: succeeded
Nov 4 00:45:54 Apachemachn kernel: PCI: IRQ 0 for device 0000:00:00.1 doesn't match PIRQ mask - try pci=usepirqmask
Nov 4 00:45:44 Apachemachn network: Bringing up interface eth0: succeeded
Nov 4 00:45:54 Apachemachn kernel: PCI: Found IRQ 9 for device 0000:00:00.1
Nov 4 00:45:55 Apachemachn smartd[3214]: smartd has fork()ed into background mode. New PID=3214.
Nov 4 00:45:55 Apachemachn smartd: smartd startup succeeded
Nov 4 00:45:55 Apachemachn kernel: apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
Nov 4 00:45:55 Apachemachn kernel: audit: initializing netlink socket (disabled)
Nov 4 00:45:55 Apachemachn kernel: audit(1162601006.248:1): initialized
Nov 4 00:45:55 Apachemachn kernel: Total HugeTLB memory allocated, 0
Nov 4 00:45:55 Apachemachn kernel: VFS: Disk quotas dquot_6.5.1
Nov 4 00:45:55 Apachemachn kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Nov 4 00:45:56 Apachemachn kernel: SELinux: Registering netfilter hooks
Nov 4 00:45:56 Apachemachn kernel: Initializing Cryptographic API
Nov 4 00:45:56 Apachemachn kernel: ksign: Installing public key data
Nov 4 00:45:56 Apachemachn kernel: Loading keyring
Nov 4 00:45:56 Apachemachn kernel: - Added public key 10EA8AC2C8019830
Nov 4 00:45:56 Apachemachn kernel: - User ID: CentOS (Kernel Module GPG key)
Nov 4 00:45:56 Apachemachn kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Nov 4 00:45:56 Apachemachn kernel: Real Time Clock Driver v1.12
Nov 4 00:45:57 Apachemachn kernel: Linux agpgart interface v0.100 (c) Dave Jones
Nov 4 00:45:57 Apachemachn kernel: agpgart: Detected SiS 620 chipset
Nov 4 00:45:57 Apachemachn kernel: agpgart: Maximum main memory to use for agp memory: 203M
Nov 4 00:45:57 Apachemachn kernel: agpgart: AGP aperture is 64M @ 0xf8000000
Nov 4 00:45:57 Apachemachn kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Nov 4 00:45:57 Apachemachn kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled
Nov 4 00:45:57 Apachemachn kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

(continued below)...
 
Old 11-03-2006, 12:11 AM   #9
bobb_roof
LQ Newbie
 
Registered: Sep 2006
Posts: 17

Original Poster
Rep: Reputation: 0
Nov 4 00:45:57 Apachemachn kernel: RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
Nov 4 00:45:57 Apachemachn kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Nov 4 00:45:57 Apachemachn kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Nov 4 00:45:57 Apachemachn kernel: SIS5513: IDE controller at PCI slot 0000:00:00.1
Nov 4 00:45:58 Apachemachn kernel: PCI: Found IRQ 9 for device 0000:00:00.1
Nov 4 00:45:58 Apachemachn kernel: SIS5513: chipset revision 208
Nov 4 00:45:58 Apachemachn kernel: SIS5513: not 100% native mode: will probe irqs later
Nov 4 00:45:58 Apachemachn kernel: SIS5513: SiS620 ATA 66 controller
Nov 4 00:45:58 Apachemachn kernel: ide0: BM-DMA at 0xdcf0-0xdcf7, BIOS settings: hda:DMA, hdb:pio
Nov 4 00:45:58 Apachemachn kernel: ide1: BM-DMA at 0xdcf8-0xdcff, BIOS settings: hdc:DMA, hdd:DMA
Nov 4 00:45:58 Apachemachn kernel: hda: QUANTUM FIREBALLlct20 20, ATA DISK drive
Nov 4 00:45:58 Apachemachn kernel: Using cfq io scheduler
Nov 4 00:45:58 Apachemachn kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Nov 4 00:45:58 Apachemachn kernel: hdc: _NEC DV-5800B, ATAPI CD/DVD-ROM drive
Nov 4 00:45:58 Apachemachn kernel: hdd: ST38421A, ATA DISK drive
Nov 4 00:45:58 Apachemachn kernel: ide1 at 0x170-0x177,0x376 on irq 15
Nov 4 00:45:59 Apachemachn kernel: hda: max request size: 128KiB
Nov 4 00:45:59 Apachemachn kernel: hda: 39876480 sectors (20416 MB) w/418KiB Cache, CHS=39560/16/63, UDMA(33)
Nov 4 00:45:59 Apachemachn rc: Starting hpoj: succeeded
Nov 4 00:45:59 Apachemachn kernel: hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 hda10 hda11 >
Nov 4 00:45:59 Apachemachn kernel: hdd: max request size: 128KiB
Nov 4 00:45:59 Apachemachn kernel: hdd: 16498944 sectors (8447 MB) w/256KiB Cache, CHS=16368/16/63, UDMA(33)
Nov 4 00:45:59 Apachemachn kernel: hdd: hdd1 hdd2
Nov 4 00:45:59 Apachemachn kernel: hdc: ATAPI 48X DVD-ROM drive, 512kB Cache, UDMA(33)
Nov 4 00:45:59 Apachemachn kernel: Uniform CD-ROM driver Revision: 3.20
Nov 4 00:45:59 Apachemachn kernel: ide-floppy driver 0.99.newide
Nov 4 00:45:59 Apachemachn kernel: usbcore: registered new driver hiddev
Nov 4 00:45:59 Apachemachn kernel: usbcore: registered new driver usbhid
Nov 4 00:45:59 Apachemachn kernel: drivers/usb/input/hid-core.c: v2.0:USB HID core driver
Nov 4 00:45:59 Apachemachn kernel: mice: PS/2 mouse device common for all mice
Nov 4 00:45:59 Apachemachn kernel: input: AT Translated Set 2 keyboard on isa0060/serio0
Nov 4 00:45:59 Apachemachn kernel: md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
Nov 4 00:46:00 Apachemachn kernel: NET: Registered protocol family 2
Nov 4 00:46:00 Apachemachn kernel: IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
Nov 4 00:46:00 Apachemachn kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes)
Nov 4 00:46:00 Apachemachn kernel: TCP bind hash table entries: 16384 (order: 6, 458752 bytes)
Nov 4 00:46:00 Apachemachn kernel: TCP: Hash tables configured (established 16384 bind 16384)
Nov 4 00:46:00 Apachemachn kernel: Initializing IPsec netlink socket
Nov 4 00:46:00 Apachemachn kernel: NET: Registered protocol family 1
Nov 4 00:46:00 Apachemachn kernel: NET: Registered protocol family 17
Nov 4 00:46:00 Apachemachn kernel: Freeing unused kernel memory: 164k freed
Nov 4 00:46:00 Apachemachn kernel: device-mapper: 4.5.0-ioctl (2005-10-04) initialised: dm-devel@redhat.com
Nov 4 00:46:00 Apachemachn kernel: cdrom: open failed.
Nov 4 00:46:00 Apachemachn kernel: kjournald starting. Commit interval 5 seconds
Nov 4 00:46:00 Apachemachn kernel: EXT3-fs: mounted filesystem with ordered data mode.
Nov 4 00:46:01 Apachemachn kernel: security: 3 users, 4 roles, 355 types, 26 bools
Nov 4 00:46:01 Apachemachn kernel: security: 55 classes, 22582 rules
Nov 4 00:46:01 Apachemachn kernel: SELinux: Completing initialization.
Nov 4 00:46:01 Apachemachn kernel: SELinux: Setting up existing superblocks.
Nov 4 00:46:01 Apachemachn kernel: SELinux: initialized (dev dm-0, type ext3), uses xattr
Nov 4 00:46:01 Apachemachn kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
Nov 4 00:46:01 Apachemachn kernel: SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
Nov 4 00:46:01 Apachemachn kernel: SELinux: initialized (dev mqueue, type mqueue), not configured for labeling
Nov 4 00:46:01 Apachemachn kernel: SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts
Nov 4 00:46:01 Apachemachn kernel: SELinux: initialized (dev devpts, type devpts), uses transition SIDs
Nov 4 00:46:01 Apachemachn kernel: SELinux: initialized (dev eventpollfs, type eventpollfs), uses genfs_contexts
Nov 4 00:46:01 Apachemachn kernel: SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
Nov 4 00:46:02 Apachemachn kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
Nov 4 00:46:02 Apachemachn kernel: SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts
Nov 4 00:46:02 Apachemachn kernel: SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
Nov 4 00:46:02 Apachemachn kernel: SELinux: initialized (dev proc, type proc), uses genfs_contexts
Nov 4 00:46:02 Apachemachn kernel: SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
Nov 4 00:46:02 Apachemachn kernel: SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
Nov 4 00:46:02 Apachemachn kernel: SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
Nov 4 00:46:02 Apachemachn kernel: SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
Nov 4 00:46:02 Apachemachn kernel: inserting floppy driver for 2.6.9-42.EL
Nov 4 00:46:02 Apachemachn kernel: Floppy drive(s): fd0 is 1.44M
Nov 4 00:46:02 Apachemachn kernel: FDC 0 is a post-1991 82077
Nov 4 00:46:02 Apachemachn kernel: PCI: Found IRQ 3 for device 0000:00:0a.0
Nov 4 00:46:02 Apachemachn kernel: 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
Nov 4 00:46:03 Apachemachn kernel: 0000:00:0a.0: 3Com PCI 3c905B Cyclone 100baseTx at 0xdc00. Vers LK1.1.19
Nov 4 00:46:03 Apachemachn kernel: PCI: Found IRQ 10 for device 0000:00:06.0
Nov 4 00:46:03 Apachemachn kernel: PCI: Found IRQ 11 for device 0000:00:01.2
Nov 4 00:46:03 Apachemachn kernel: ohci_hcd 0000:00:01.2: OHCI Host Controller
Nov 4 00:46:03 Apachemachn kernel: ohci_hcd 0000:00:01.2: irq 11, pci mem d08ea000
Nov 4 00:46:03 Apachemachn kernel: SELinux: initialized (dev usbdevfs, type usbdevfs), uses genfs_contexts
Nov 4 00:46:03 Apachemachn kernel: ohci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
Nov 4 00:46:03 Apachemachn kernel: hub 1-0:1.0: USB hub found
Nov 4 00:46:03 Apachemachn kernel: hub 1-0:1.0: 2 ports detected
Nov 4 00:46:04 Apachemachn kernel: md: Autodetecting RAID arrays.
Nov 4 00:46:04 Apachemachn kernel: md: autorun ...
Nov 4 00:46:04 Apachemachn kernel: md: ... autorun DONE.
Nov 4 00:46:04 Apachemachn kernel: usb 1-2: new low speed USB device using address 2
Nov 4 00:46:04 Apachemachn kernel: input: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:00:01.2-2
Nov 4 00:46:04 kernel: SELinux: initialized (dev ramfs, type ramfs), uses genfs_contexts
Nov 4 00:46:04 Apachemachn kernel: NET: Registered protocol family 10
Nov 4 00:46:04 Apachemachn kernel: Disabled Privacy Extensions on device c0383d60(lo)
Nov 4 00:46:04 Apachemachn kernel: IPv6 over IPv4 tunneling driver
Nov 4 00:46:04 Apachemachn kernel: EXT3 FS on dm-0, internal journal
Nov 4 00:46:04 Apachemachn kernel: device-mapper: dm-multipath version 1.0.4 loaded
Nov 4 00:46:04 Apachemachn kernel: cdrom: open failed.
Nov 4 00:46:04 Apachemachn kernel: kjournald starting. Commit interval 5 seconds
Nov 4 00:46:04 Apachemachn kernel: EXT3 FS on hdd1, internal journal
Nov 4 00:46:05 Apachemachn kernel: EXT3-fs: mounted filesystem with ordered data mode.
Nov 4 00:46:05 Apachemachn kernel: SELinux: initialized (dev hdd1, type ext3), uses xattr
Nov 4 00:46:05 Apachemachn kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
Nov 4 00:46:05 Apachemachn kernel: Adding 264560k swap on /dev/hda10. Priority:-1 extents:1
Nov 4 00:46:05 Apachemachn kernel: Adding 524280k swap on /dev/VolGroup00/LogVol01. Priority:-2 extents:1
Nov 4 00:46:05 Apachemachn kernel: SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
Nov 4 00:46:05 Apachemachn kernel: IA-32 Microcode Update Driver: v1.14 <tigran@veritas.com>
Nov 4 00:46:05 Apachemachn kernel: microcode: CPU0 updated from revision 0x2 to 0x3, date = 05051999
Nov 4 00:46:05 Apachemachn kernel: IA-32 Microcode Update Driver v1.14 unregistered
Nov 4 00:46:05 Apachemachn kernel: parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP]
Nov 4 00:46:05 Apachemachn kernel: ip_tables: (C) 2000-2002 Netfilter core team
Nov 4 00:46:05 Apachemachn kernel: ip_conntrack version 2.1 (2047 buckets, 16376 max) - 356 bytes per conntrack
Nov 4 00:46:05 Apachemachn kernel: PCI: Found IRQ 3 for device 0000:00:0a.0
Nov 4 00:46:05 Apachemachn kernel: SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
Nov 4 00:46:06 Apachemachn kernel: i2c /dev entries driver
Nov 4 00:46:09 Apachemachn kernel: parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP]
Nov 4 00:46:10 Apachemachn kernel: lp0: using parport0 (polling).
Nov 4 00:46:10 Apachemachn kernel: lp0: console ready
Nov 4 00:46:10 Apachemachn cups: cupsd startup succeeded
Nov 4 00:46:11 Apachemachn sshd: succeeded
Nov 4 00:46:12 Apachemachn xinetd: xinetd startup succeeded
Nov 4 00:46:13 Apachemachn xinetd[3315]: xinetd Version 2.3.13 started with libwrap loadavg options compiled in.
Nov 4 00:46:13 Apachemachn xinetd[3315]: Started working: 0 available services
Nov 4 00:46:09 Apachemachn ntpdate[3329]: step time server 192.168.1.5 offset -3.669468 sec
Nov 4 00:46:09 Apachemachn ntpd: succeeded
Nov 4 00:46:09 Apachemachn ntpd[3333]: ntpd 4.2.0a@1.1190-r Sun Aug 13 01:49:12 CDT 2006 (1)
Nov 4 00:46:09 Apachemachn ntpd: ntpd startup succeeded
Nov 4 00:46:10 Apachemachn ntpd[3333]: precision = 2.000 usec
Nov 4 00:46:10 Apachemachn ntpd[3333]: Listening on interface wildcard, 0.0.0.0#123
Nov 4 00:46:10 Apachemachn ntpd[3333]: Listening on interface wildcard, ::#123
Nov 4 00:46:10 Apachemachn ntpd[3333]: Listening on interface lo, 127.0.0.1#123
Nov 4 00:46:10 Apachemachn ntpd[3333]: Listening on interface eth0, 192.168.1.14#123
Nov 4 00:46:10 Apachemachn ntpd[3333]: kernel time sync status 0040
Nov 4 00:46:10 Apachemachn ntpd[3333]: frequency initialized 0.000 PPM from /var/lib/ntp/drift
Nov 4 00:46:12 Apachemachn kernel: audit(1162568772.960:2): avc: denied { getattr } for pid=3428 comm="mysqld" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:mysqld_t tcontext=system_u:object_r:winbind_var_run_t tclass=dir
Nov 4 00:46:14 Apachemachn mysqld: Starting MySQL: succeeded
Nov 4 00:46:16 Apachemachn sendmail: sendmail startup succeeded
Nov 4 00:46:16 Apachemachn sendmail: sm-client startup succeeded
Nov 4 00:46:16 Apachemachn gpm[3480]: *** info [startup.c(95)]:
Nov 4 00:46:16 Apachemachn gpm[3480]: Started gpm successfully. Entered daemon mode.
Nov 4 00:46:17 Apachemachn gpm[3480]: *** info [mice.c(1766)]:
Nov 4 00:46:17 Apachemachn gpm[3480]: imps2: Auto-detected intellimouse PS/2
Nov 4 00:46:17 Apachemachn gpm: gpm startup succeeded
Nov 4 00:46:20 Apachemachn httpd: [Sat Nov 04 00:46:20 2006] [warn] The Alias directive in /etc/httpd/conf/httpd.conf at line 961 will probably never match because it overlaps an earlier AliasMatch.
Nov 4 00:46:22 Apachemachn httpd: Apache/2.0.52 mod_ssl/2.0.52 (Pass Phrase Dialog)
Nov 4 00:46:22 Apachemachn httpd: Some of your private key files are encrypted for security reasons.
Nov 4 00:46:22 Apachemachn httpd: In order to read them you have to provide the pass phrases.
Nov 4 00:46:22 Apachemachn httpd:
Nov 4 00:46:22 Apachemachn httpd: Server bitsnation.com:443 (RSA)
Nov 4 00:46:22 Apachemachn httpd: Enter pass phrase:
Nov 4 00:46:36 Apachemachn httpd:
Nov 4 00:46:36 Apachemachn httpd: OK: Pass Phrase Dialog successful.
Nov 4 00:46:38 Apachemachn httpd: httpd startup succeeded
Nov 4 00:46:39 Apachemachn iiim: htt startup succeeded
Nov 4 00:46:41 Apachemachn htt_server[3523]: started.
Nov 4 00:46:44 Apachemachn kernel: audit(1162568804.485:3): avc: denied { getattr } for pid=3538 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_u:object_r:winbind_var_run_t tclass=dir
Nov 4 00:46:44 Apachemachn kernel: audit(1162568804.507:4): avc: denied { getattr } for pid=3539 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_u:object_r:winbind_var_run_t tclass=dir
Nov 4 00:46:44 Apachemachn kernel: audit(1162568804.642:5): avc: denied { getattr } for pid=3540 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_u:object_r:winbind_var_run_t tclass=dir
Nov 4 00:46:44 Apachemachn kernel: audit(1162568804.652:6): avc: denied { getattr } for pid=3541 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_u:object_r:winbind_var_run_t tclass=dir
Nov 4 00:46:44 Apachemachn kernel: audit(1162568804.668:7): avc: denied { getattr } for pid=3543 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_u:object_r:winbind_var_run_t tclass=dir
Nov 4 00:46:44 Apachemachn kernel: audit(1162568804.685:8): avc: denied { getattr } for pid=3544 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_u:object_r:winbind_var_run_t tclass=dir
Nov 4 00:46:44 Apachemachn kernel: audit(1162568804.803:9): avc: denied { getattr } for pid=3542 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_u:object_r:winbind_var_run_t tclass=dir
Nov 4 00:46:44 Apachemachn kernel: audit(1162568804.807:10): avc: denied { getattr } for pid=3545 comm="httpd" name="winbindd" dev=dm-0 ino=507044 scontext=user_u:system_r:httpd_t tcontext=system_u:object_r:winbind_var_run_t tclass=dir
Nov 4 00:46:48 Apachemachn canna: succeeded
Nov 4 00:46:49 Apachemachn crond: crond startup succeeded
Nov 4 00:46:50 Apachemachn ntpd[3333]: getaddrinfo: "clock.redhat.com" invalid host address, ignored
Nov 4 00:46:51 Apachemachn xfs: xfs startup succeeded
Nov 4 00:46:51 Apachemachn anacron: anacron startup succeeded
Nov 4 00:46:52 Apachemachn atd: atd startup succeeded
Nov 4 00:46:52 Apachemachn readahead: Starting background readahead:
Nov 4 00:46:52 Apachemachn rc: Starting readahead: succeeded
Nov 4 00:46:54 Apachemachn messagebus: messagebus startup succeeded
Nov 4 00:46:54 Apachemachn cups-config-daemon: cups-config-daemon startup succeeded
Nov 4 00:46:55 Apachemachn haldaemon: haldaemon startup succeeded
Nov 4 00:47:17 Apachemachn hald[3640]: Timed out waiting for hotplug event 455. Rebasing to 454
Nov 4 00:47:21 Apachemachn fstab-sync[4399]: removed all generated mount points
Nov 4 00:47:31 Apachemachn fstab-sync[4725]: added mount point /media/cdrom for /dev/hdc
Nov 4 00:47:35 Apachemachn fstab-sync[4798]: added mount point /media/floppy for /dev/fd0
Nov 4 01:31:57 Apachemachn pam_winbind[4490]: user 'londonadmin' granted access
Nov 4 01:31:57 Apachemachn gdm(pam_unix)[4490]: session opened for user londonadmin by (uid=0)
Nov 4 01:32:00 Apachemachn gconfd (admin-4912): starting (version 2.8.1), pid 4912 user 'londonadmin'
Nov 4 01:32:00 Apachemachn gconfd (admin-4912): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0
Nov 4 01:32:00 Apachemachn gconfd (admin-4912): Resolved address "xml:readwrite:/home/admin/.gconf" to a writable configuration source at position 1
Nov 4 01:32:00 Apachemachn gconfd (admin-4912): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 2
Nov 4 01:32:49 Apachemachn gconfd (admin-4912): Resolved address "xml:readwrite:/home/admin/.gconf" to a writable configuration source at position 0
Nov 4 01:48:32 Apachemachn su(pam_unix)[5065]: session opened for user root by admin(uid=500)
 
Old 11-03-2006, 12:21 PM   #10
psychobyte
Member
 
Registered: Sep 2003
Location: Central Coast, California
Posts: 179

Rep: Reputation: 30
If don't feel like reading you whole log but, if I were you I would start simple.

Remove the SSL Virtual host.

make sure that all your virtual hosts are working correctly without SSL.

Then re-enable your SSL config.

At least then you would know that it's your SSL config and not anything else.
 
Old 11-06-2006, 08:06 AM   #11
bobb_roof
LQ Newbie
 
Registered: Sep 2006
Posts: 17

Original Poster
Rep: Reputation: 0
hello psychobyte,
before attempting to set up the ssl server, among the non ssl virtual hosts only the default virtul host can be connected to fine after configuration. one other non ssl virtual host could not be connected to but i ignored it and headed for ssl configuration. now after temporarily stoping the ssl server as you suggested, its still the same past situation
so this is the setting.
 
  


Reply

Tags
ssl



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SSL devel packages installed - still can't connect to MSN via Gaim pwilkie Linux - Software 1 03-02-2005 02:40 PM
POP3 Server and SSL jackjill Linux - Software 0 12-08-2004 09:50 PM
installed SSL - cannot connect to ftp. Any relation? txm123 Linux - Newbie 0 11-03-2004 11:25 AM
problem with SSL - cannot connect localhost klaus_m Linux - Security 1 04-03-2004 12:47 AM
Unable to connect to SSL with https : // ohe Linux - Security 5 11-07-2003 01:31 AM

LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise

All times are GMT -5. The time now is 04:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration