Random F12 issue

pjcrux
Moderator
Posts: 123
Joined: Sun Jan 04, 2009 11:40 am
Location: San Antonio, TX

Random F12 issue

Postby pjcrux » Sun Nov 22, 2009 9:12 pm

Whenever i try to click on an app I get the following on F12 install had same issue with f11.
You were looking for "mythtv" but that domain is not on this server.
Apache/2.2.9 (Fedora) Server at pipe.vern.com Port 80
Whenever I receive this error i cannot also reach the dashboard by "HDA" i have to reach by IP address.

contents of named.conf:

Code: Select all

# automatically generated file by hdactl options { listen-on-v6 port 53 { ::1; }; directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; memstatistics-file "/var/named/data/named_mem_stats.txt"; forward only; forwarders { 208.67.222.222; 208.67.220.220; }; listen-on port 53 { 192.168.1.20; 127.0.0.1; }; }; logging { channel default_debug { file "data/named.run"; severity dynamic; }; }; key "ddnskey" { algorithm hmac-md5; secret "8zaPJsiw9tOh2JFv4xiArw=="; }; zone "Heretic.com" IN { type master; notify no; file "dynamic/hda-n2a.conf"; allow-update { key ddnskey; }; check-names ignore; }; zone "1.168.192.in-addr.arpa" IN { type master; notify no; file "dynamic/hda-a2n.conf"; allow-update { key ddnskey; }; check-names ignore; };

[root@Heretic ~]# grep named /var/log/messages

Code: Select all

Nov 22 04:17:45 localhost named[4882]: success resolving 'webchat.freenode.net/A' (in '.'?) after disabling EDNS Nov 22 04:20:09 localhost named[4882]: success resolving 'googlemail.l.google.com/A' (in '.'?) after disabling EDNS Nov 22 04:21:27 localhost named[4882]: success resolving 'USCHD00MX14BES.AVNET.COM/A' (in '.'?) after disabling EDNS Nov 22 04:22:09 localhost named[4882]: success resolving 'api.amahi.org/A' (in '.'?) after disabling EDNS Nov 22 05:01:29 localhost named[4882]: success resolving 'gmail-pop.l.google.com/A' (in '.'?) after reducing the advertised EDNS UDP packet size to 512 octets Nov 22 05:02:17 localhost named[4882]: success resolving 'api.amahi.org/A' (in '.'?) after disabling EDNS Nov 22 05:02:50 localhost named[4882]: success resolving 'mirrors.fedoraproject.org/AAAA' (in '.'?) after reducing the advertised EDNS UDP packet size to 512 octets Nov 22 05:02:55 localhost named[4882]: success resolving 'ftp.ndlug.nd.edu/A' (in '.'?) after reducing the advertised EDNS UDP packet size to 512 octets Nov 22 05:03:04 localhost named[4882]: success resolving 'lordmorgul.net/AAAA' (in '.'?) after disabling EDNS Nov 22 09:31:49 localhost named[4882]: success resolving 'dilbert.com/A' (in '.'?) after disabling EDNS Nov 22 09:31:59 localhost named[4882]: success resolving 'newsletter.adsonar.com/A' (in '.'?) after disabling EDNS Nov 22 09:32:15 localhost named[4882]: success resolving 'newsletter.adsonar.akadns.net/A' (in '.'?) after disabling EDNS Nov 22 09:32:29 localhost named[4882]: success resolving 'api.amahi.org/A' (in '.'?) after reducing the advertised EDNS UDP packet size to 512 octets Nov 22 09:33:17 localhost named[4882]: success resolving 'googlemail.l.google.com/A' (in '.'?) after reducing the advertised EDNS UDP packet size to 512 octets Nov 22 09:33:18 localhost named[4882]: success resolving 'desktop2.l.google.com/A' (in '.'?) after disabling EDNS Nov 22 09:33:19 localhost named[4882]: success resolving 'pop.gmail.com/A' (in '.'?) after reducing the advertised EDNS UDP packet size to 512 octets Nov 22 09:45:41 localhost named[4882]: success resolving 'webchat.freenode.net/A' (in '.'?) after reducing the advertised EDNS UDP packet size to 512 octets Nov 22 09:46:20 localhost named[4882]: success resolving 'paste.amahi.org/A' (in '.'?) after disabling EDNS Nov 22 09:46:20 localhost named[4882]: success resolving 'wiki.amahi.org/A' (in '.'?) after disabling EDNS Nov 22 09:48:06 localhost named[4882]: received control channel command 'stop' Nov 22 09:48:06 localhost named[4882]: shutting down: flushing changes Nov 22 09:48:06 localhost named[4882]: stopping command channel on 127.0.0.1#953 Nov 22 09:48:06 localhost named[4882]: stopping command channel on ::1#953 Nov 22 09:48:06 localhost named[4882]: no longer listening on 127.0.0.1#53 Nov 22 09:48:06 localhost named[4882]: no longer listening on 192.168.1.20#53 Nov 22 09:48:06 localhost named[4882]: no longer listening on ::1#53 Nov 22 09:48:06 localhost named[4882]: exiting Nov 22 09:48:06 localhost named[15442]: starting BIND 9.6.1-P1-RedHat-9.6.1-11.P1.fc12 -u named Nov 22 09:48:06 localhost named[15442]: built with '--build=i386-redhat-linux-gnu' '--host=i386-redhat-linux-gnu' '--target=i686-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-libtool' '--localstatedir=/var' '--enable-threads' '--enable-ipv6' '--with-pic' '--disable-static' '--disable-openssl-version-check' '--with-dlz-ldap=yes' '--with-dlz-postgres=yes' '--with-dlz-mysql=yes' '--with-dlz-filesystem=yes' '--with-gssapi=yes' '--disable-isc-spnego' 'build_alias=i386-redhat-linux-gnu' 'host_alias=i386-redhat-linux-gnu' 'target_alias=i686-redhat-linux-gnu' 'CFLAGS= -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' 'CPPFLAGS= -DDIG_SIGCHASE' Nov 22 09:48:06 localhost named[15442]: adjusted limit on open files from 1024 to 1048576 Nov 22 09:48:06 localhost named[15442]: found 3 CPUs, using 3 worker threads Nov 22 09:48:06 localhost named[15442]: using up to 4096 sockets Nov 22 09:48:06 localhost named[15442]: loading configuration from '/etc/named.conf' Nov 22 09:48:06 localhost named[15442]: using default UDP/IPv4 port range: [1024, 65535] Nov 22 09:48:06 localhost named[15442]: using default UDP/IPv6 port range: [1024, 65535] Nov 22 09:48:06 localhost named[15442]: listening on IPv4 interface lo, 127.0.0.1#53 Nov 22 09:48:06 localhost named[15442]: listening on IPv4 interface eth0, 192.168.1.20#53 Nov 22 09:48:06 localhost named[15442]: listening on IPv6 interface lo, ::1#53 Nov 22 09:48:06 localhost named[15442]: command channel listening on 127.0.0.1#953 Nov 22 09:48:06 localhost named[15442]: command channel listening on ::1#953 Nov 22 09:48:06 localhost named[15442]: the working directory is not writable Nov 22 09:48:06 localhost named[15442]: zone 1.168.192.in-addr.arpa/IN: loaded serial 910220414 Nov 22 09:48:06 localhost named[15442]: zone Heretic.com/IN: loaded serial 910220414 Nov 22 09:48:06 localhost named[15442]: running Nov 22 09:50:27 localhost named[15442]: success resolving 'wiki.amahi.org/A' (in '.'?) after disabling EDNS Nov 22 09:50:27 localhost named[15442]: success resolving 'forums.amahi.org/A' (in '.'?) after disabling EDNS Nov 22 14:02:32 localhost named[15442]: client 127.0.0.1#38290: signer "ddnskey" approved Nov 22 14:02:32 localhost named[15442]: client 127.0.0.1#38290: updating zone 'Heretic.com/IN': deleting an RR Nov 22 14:02:32 localhost named[15442]: client 127.0.0.1#58522: signer "ddnskey" approved Nov 22 14:02:32 localhost named[15442]: client 127.0.0.1#58522: updating zone 'Heretic.com/IN': deleting an RR Nov 22 14:02:32 localhost named[15442]: client 127.0.0.1#55122: signer "ddnskey" approved Nov 22 14:02:32 localhost named[15442]: client 127.0.0.1#55122: updating zone '1.168.192.in-addr.arpa/IN': deleting rrset at '100.1.168.192.in-addr.arpa' PTR Nov 22 14:30:03 localhost named[15442]: client 127.0.0.1#36870: signer "ddnskey" approved Nov 22 14:30:03 localhost named[15442]: client 127.0.0.1#36870: updating zone 'Heretic.com/IN': adding an RR at 'BLACKBERRY-97CA.Heretic.com' A Nov 22 14:30:03 localhost named[15442]: client 127.0.0.1#36870: updating zone 'Heretic.com/IN': adding an RR at 'BLACKBERRY-97CA.Heretic.com' TXT Nov 22 14:30:03 localhost named[15442]: client 127.0.0.1#49084: signer "ddnskey" approved Nov 22 14:30:03 localhost named[15442]: client 127.0.0.1#49084: updating zone '1.168.192.in-addr.arpa/IN': deleting rrset at '100.1.168.192.in-addr.arpa' PTR Nov 22 14:30:03 localhost named[15442]: client 127.0.0.1#49084: updating zone '1.168.192.in-addr.arpa/IN': adding an RR at '100.1.168.192.in-addr.arpa' PTR Nov 22 15:00:01 localhost named[15442]: received control channel command 'freeze Heretic.com' Nov 22 15:00:01 localhost named[15442]: freezing zone 'Heretic.com/IN': success Nov 22 15:00:01 localhost named[15442]: received control channel command 'freeze 1.168.192.in-addr.arpa' Nov 22 15:00:01 localhost named[15442]: freezing zone '1.168.192.in-addr.arpa/IN': success Nov 22 15:00:01 localhost named[15442]: received control channel command 'thaw Heretic.com' Nov 22 15:00:01 localhost named[15442]: thawing zone 'Heretic.com/IN': success Nov 22 15:00:01 localhost named[15442]: zone Heretic.com/IN: loaded serial 910220417 Nov 22 15:00:01 localhost named[15442]: received control channel command 'thaw 1.168.192.in-addr.arpa' Nov 22 15:00:01 localhost named[15442]: thawing zone '1.168.192.in-addr.arpa/IN': success Nov 22 15:00:01 localhost named[15442]: zone 1.168.192.in-addr.arpa/IN: loaded serial 910220416 Nov 22 15:00:01 localhost hdactl[1747]: named setting is not present - defaulting to enabled Nov 22 15:00:01 localhost named[15442]: received control channel command 'stop' Nov 22 15:00:01 localhost named[15442]: shutting down: flushing changes Nov 22 15:00:01 localhost named[15442]: stopping command channel on 127.0.0.1#953 Nov 22 15:00:01 localhost named[15442]: stopping command channel on ::1#953 Nov 22 15:00:01 localhost named[15442]: no longer listening on 127.0.0.1#53 Nov 22 15:00:01 localhost named[15442]: no longer listening on 192.168.1.20#53 Nov 22 15:00:01 localhost named[15442]: no longer listening on ::1#53 Nov 22 15:00:01 localhost named[15442]: exiting Nov 22 15:00:01 localhost named[17698]: starting BIND 9.6.1-P1-RedHat-9.6.1-11.P1.fc12 -u named Nov 22 15:00:01 localhost named[17698]: built with '--build=i386-redhat-linux-gnu' '--host=i386-redhat-linux-gnu' '--target=i686-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-libtool' '--localstatedir=/var' '--enable-threads' '--enable-ipv6' '--with-pic' '--disable-static' '--disable-openssl-version-check' '--with-dlz-ldap=yes' '--with-dlz-postgres=yes' '--with-dlz-mysql=yes' '--with-dlz-filesystem=yes' '--with-gssapi=yes' '--disable-isc-spnego' 'build_alias=i386-redhat-linux-gnu' 'host_alias=i386-redhat-linux-gnu' 'target_alias=i686-redhat-linux-gnu' 'CFLAGS= -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' 'CPPFLAGS= -DDIG_SIGCHASE' Nov 22 15:00:01 localhost named[17698]: adjusted limit on open files from 1024 to 1048576 Nov 22 15:00:01 localhost named[17698]: found 3 CPUs, using 3 worker threads Nov 22 15:00:01 localhost named[17698]: using up to 4096 sockets Nov 22 15:00:01 localhost named[17698]: loading configuration from '/etc/named.conf' Nov 22 15:00:01 localhost named[17698]: using default UDP/IPv4 port range: [1024, 65535] Nov 22 15:00:01 localhost named[17698]: using default UDP/IPv6 port range: [1024, 65535] Nov 22 15:00:01 localhost named[17698]: listening on IPv4 interface lo, 127.0.0.1#53 Nov 22 15:00:01 localhost named[17698]: listening on IPv4 interface eth0, 192.168.1.20#53 Nov 22 15:00:01 localhost named[17698]: listening on IPv6 interface lo, ::1#53 Nov 22 15:00:01 localhost named[17698]: command channel listening on 127.0.0.1#953 Nov 22 15:00:01 localhost named[17698]: command channel listening on ::1#953 Nov 22 15:00:01 localhost named[17698]: the working directory is not writable Nov 22 15:00:01 localhost named[17698]: zone 1.168.192.in-addr.arpa/IN: loaded serial 910222100 Nov 22 15:00:01 localhost named[17698]: zone Heretic.com/IN: loaded serial 910222100 Nov 22 15:00:01 localhost named[17698]: running Nov 22 15:00:01 localhost hdactl[1747]: named restarted successfully Nov 22 15:08:03 localhost named[17698]: received control channel command 'freeze Heretic.com' Nov 22 15:08:03 localhost named[17698]: freezing zone 'Heretic.com/IN': success Nov 22 15:08:03 localhost named[17698]: received control channel command 'freeze 1.168.192.in-addr.arpa' Nov 22 15:08:03 localhost named[17698]: freezing zone '1.168.192.in-addr.arpa/IN': success Nov 22 15:08:03 localhost named[17698]: received control channel command 'thaw Heretic.com' Nov 22 15:08:03 localhost named[17698]: thawing zone 'Heretic.com/IN': success Nov 22 15:08:03 localhost named[17698]: received control channel command 'thaw 1.168.192.in-addr.arpa' Nov 22 15:08:03 localhost named[17698]: thawing zone '1.168.192.in-addr.arpa/IN': success Nov 22 15:08:03 localhost hdactl[1747]: named setting is not present - defaulting to enabled Nov 22 15:08:03 localhost named[17698]: received control channel command 'stop' Nov 22 15:08:03 localhost named[17698]: shutting down: flushing changes Nov 22 15:08:03 localhost named[17698]: stopping command channel on 127.0.0.1#953 Nov 22 15:08:03 localhost named[17698]: stopping command channel on ::1#953 Nov 22 15:08:03 localhost named[17698]: no longer listening on 127.0.0.1#53 Nov 22 15:08:03 localhost named[17698]: no longer listening on 192.168.1.20#53 Nov 22 15:08:03 localhost named[17698]: no longer listening on ::1#53 Nov 22 15:08:03 localhost named[17698]: exiting Nov 22 15:08:05 localhost named[18365]: starting BIND 9.6.1-P1-RedHat-9.6.1-11.P1.fc12 -u named Nov 22 15:08:05 localhost named[18365]: built with '--build=i386-redhat-linux-gnu' '--host=i386-redhat-linux-gnu' '--target=i686-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-libtool' '--localstatedir=/var' '--enable-threads' '--enable-ipv6' '--with-pic' '--disable-static' '--disable-openssl-version-check' '--with-dlz-ldap=yes' '--with-dlz-postgres=yes' '--with-dlz-mysql=yes' '--with-dlz-filesystem=yes' '--with-gssapi=yes' '--disable-isc-spnego' 'build_alias=i386-redhat-linux-gnu' 'host_alias=i386-redhat-linux-gnu' 'target_alias=i686-redhat-linux-gnu' 'CFLAGS= -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' 'CPPFLAGS= -DDIG_SIGCHASE' Nov 22 15:08:05 localhost named[18365]: adjusted limit on open files from 1024 to 1048576 Nov 22 15:08:05 localhost named[18365]: found 3 CPUs, using 3 worker threads Nov 22 15:08:05 localhost named[18365]: using up to 4096 sockets Nov 22 15:08:05 localhost named[18365]: loading configuration from '/etc/named.conf' Nov 22 15:08:05 localhost named[18365]: using default UDP/IPv4 port range: [1024, 65535] Nov 22 15:08:05 localhost named[18365]: using default UDP/IPv6 port range: [1024, 65535] Nov 22 15:08:05 localhost named[18365]: listening on IPv4 interface lo, 127.0.0.1#53 Nov 22 15:08:05 localhost named[18365]: listening on IPv4 interface eth0, 192.168.1.20#53 Nov 22 15:08:05 localhost named[18365]: listening on IPv6 interface lo, ::1#53 Nov 22 15:08:05 localhost named[18365]: command channel listening on 127.0.0.1#953 Nov 22 15:08:05 localhost named[18365]: command channel listening on ::1#953 Nov 22 15:08:05 localhost named[18365]: the working directory is not writable Nov 22 15:08:05 localhost named[18365]: zone 1.168.192.in-addr.arpa/IN: loaded serial 910222108 Nov 22 15:08:05 localhost named[18365]: zone Heretic.com/IN: loaded serial 910222108 Nov 22 15:08:05 localhost named[18365]: running Nov 22 15:08:05 localhost hdactl[1747]: named restarted successfully Nov 22 15:47:47 localhost named[18365]: client 127.0.0.1#38002: signer "ddnskey" approved Nov 22 15:47:47 localhost named[18365]: client 127.0.0.1#38002: updating zone 'Heretic.com/IN': adding an RR at 'ksu-fa16b588508.Heretic.com' A Nov 22 15:47:47 localhost named[18365]: client 127.0.0.1#38002: updating zone 'Heretic.com/IN': adding an RR at 'ksu-fa16b588508.Heretic.com' TXT Nov 22 15:47:47 localhost named[18365]: journal file dynamic/hda-n2a.conf.jnl does not exist, creating it Nov 22 15:47:47 localhost named[18365]: client 127.0.0.1#33953: signer "ddnskey" approved Nov 22 15:47:47 localhost named[18365]: client 127.0.0.1#33953: updating zone '1.168.192.in-addr.arpa/IN': deleting rrset at '104.1.168.192.in-addr.arpa' PTR Nov 22 15:47:47 localhost named[18365]: client 127.0.0.1#33953: updating zone '1.168.192.in-addr.arpa/IN': adding an RR at '104.1.168.192.in-addr.arpa' PTR Nov 22 15:47:47 localhost named[18365]: journal file dynamic/hda-a2n.conf.jnl does not exist, creating it Nov 22 16:15:55 localhost named[18365]: client 127.0.0.1#55747: signer "ddnskey" approved Nov 22 16:15:55 localhost named[18365]: client 127.0.0.1#55747: updating zone 'Heretic.com/IN': adding an RR at 'kitchen.Heretic.com' A Nov 22 16:15:55 localhost named[18365]: client 127.0.0.1#55747: updating zone 'Heretic.com/IN': adding an RR at 'kitchen.Heretic.com' TXT Nov 22 16:15:55 localhost named[18365]: client 127.0.0.1#57142: signer "ddnskey" approved Nov 22 16:15:55 localhost named[18365]: client 127.0.0.1#57142: updating zone '1.168.192.in-addr.arpa/IN': deleting rrset at '103.1.168.192.in-addr.arpa' PTR Nov 22 16:15:55 localhost named[18365]: client 127.0.0.1#57142: updating zone '1.168.192.in-addr.arpa/IN': adding an RR at '103.1.168.192.in-addr.arpa' PTR Nov 22 16:30:04 localhost named[18365]: client 127.0.0.1#58972: signer "ddnskey" approved Nov 22 16:30:04 localhost named[18365]: client 127.0.0.1#58972: updating zone 'Heretic.com/IN': adding an RR at 'BLACKBERRY-97CA.Heretic.com' A Nov 22 16:30:04 localhost named[18365]: client 127.0.0.1#58972: updating zone 'Heretic.com/IN': adding an RR at 'BLACKBERRY-97CA.Heretic.com' TXT Nov 22 16:30:04 localhost named[18365]: client 127.0.0.1#46160: signer "ddnskey" approved Nov 22 16:30:04 localhost named[18365]: client 127.0.0.1#46160: updating zone '1.168.192.in-addr.arpa/IN': deleting rrset at '100.1.168.192.in-addr.arpa' PTR Nov 22 16:30:04 localhost named[18365]: client 127.0.0.1#46160: updating zone '1.168.192.in-addr.arpa/IN': adding an RR at '100.1.168.192.in-addr.arpa' PTR Nov 22 21:46:50 localhost named[18365]: client 127.0.0.1#44328: signer "ddnskey" approved Nov 22 21:46:50 localhost named[18365]: client 127.0.0.1#44328: updating zone 'Heretic.com/IN': deleting an RR Nov 22 21:46:50 localhost named[18365]: client 127.0.0.1#58460: signer "ddnskey" approved Nov 22 21:46:50 localhost named[18365]: client 127.0.0.1#58460: updating zone 'Heretic.com/IN': deleting an RR Nov 22 21:46:50 localhost named[18365]: client 127.0.0.1#41420: signer "ddnskey" approved Nov 22 21:46:50 localhost named[18365]: client 127.0.0.1#41420: updating zone '1.168.192.in-addr.arpa/IN': deleting rrset at '100.1.168.192.in-addr.arpa' PTR
[root@Heretic ~]# ps -ef | grep httpd

Code: Select all

root 1885 1 0 Nov21 ? 00:00:03 /usr/sbin/httpd apache 18432 1885 0 15:08 ? 00:00:00 /usr/sbin/httpd apache 18433 1885 0 15:08 ? 00:00:00 /usr/sbin/httpd apache 18434 1885 0 15:08 ? 00:00:01 /usr/sbin/httpd apache 18435 1885 0 15:08 ? 00:00:00 /usr/sbin/httpd apache 18436 1885 0 15:08 ? 00:00:00 /usr/sbin/httpd apache 18437 1885 0 15:08 ? 00:00:00 /usr/sbin/httpd apache 18438 1885 0 15:08 ? 00:00:00 /usr/sbin/httpd apache 18439 1885 0 15:08 ? 00:00:00 /usr/sbin/httpd apache 18440 1885 0 15:08 ? 00:00:00 /usr/sbin/httpd root 22048 21714 0 22:08 pts/2 00:00:00 grep httpd
[root@Heretic ~]# ps guax | grep named

Code: Select all

named 18365 0.0 0.3 80788 21140 ? Ssl 15:08 0:00 /usr/sbin/named -u named root 20086 0.0 0.0 4676 1400 pts/1 S+ 17:57 0:00 nano /etc/named.conf root 22075 0.0 0.0 4204 736 pts/2 R+ 22:10 0:00 grep named
Community Advocate
HP Proliant Micro Server N40L, AMD Turion II Neo x2 1.5GHz;
8GB ECC-DDR3; 250GB for OS, 3x1TB.

"Experience has taught mankind the necessity of auxiliary precautions"
-James Madison, Federalist Paper No. 51

User avatar
repat
Posts: 44
Joined: Thu Dec 04, 2008 9:11 am
Location: Dayton, OH

Re: Random F12 issue

Postby repat » Mon Nov 23, 2009 1:26 pm

I experienced this issue also, and I think it was when I was working from the HDA itself. I will pay closer attention if it happens again, and check for named etc.

Pat

pjcrux
Moderator
Posts: 123
Joined: Sun Jan 04, 2009 11:40 am
Location: San Antonio, TX

Re: Random F12 issue

Postby pjcrux » Mon Nov 23, 2009 1:43 pm

This occurs from any client on the network at random intervals. This bug is maddening. I cannot figure out what is wrong.
Community Advocate
HP Proliant Micro Server N40L, AMD Turion II Neo x2 1.5GHz;
8GB ECC-DDR3; 250GB for OS, 3x1TB.

"Experience has taught mankind the necessity of auxiliary precautions"
-James Madison, Federalist Paper No. 51

User avatar
repat
Posts: 44
Joined: Thu Dec 04, 2008 9:11 am
Location: Dayton, OH

Re: Random F12 issue

Postby repat » Mon Nov 23, 2009 7:27 pm

You were looking for "tflux" but that domain is not on this server.
Apache/2.2.9 (Fedora) Server at plus.vern.com Port 80
This is from a client machine.

Who is online

Users browsing this forum: No registered users and 40 guests