_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
06-20-2008, 02:17 PM
Ralph Angenendt
error
suresh.tattikota@info-spectrum.com wrote:
> [root@info-spectrum etc]# named -g -p 53
> 20-Jun-2008 13:31:23.669 starting BIND 9.3.3rc2 -g -p 53
> 20-Jun-2008 13:31:23.669 found 1 CPU, using 1 worker thread
> 20-Jun-2008 13:31:23.673 loading configuration from '/etc/named.conf'
> 20-Jun-2008 13:31:23.674 /etc/rndc.conf:7: 'options' redefined near 'options'
> 20-Jun-2008 13:31:23.676 loading configuration: already exists
> 20-Jun-2008 13:31:23.676 exiting (due to fatal error)
Do you include the rndc.conf in your named.conf?
Please show your named.conf ...
Ralph
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
06-21-2008, 05:56 AM
error
hi
this is my named.conf
//
// named.conf for Red Hat caching-nameserver
//
options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
// forward first;
// forwarders {
// 172.18.1.212;
// };
forward first;
forwarders {
203.193.139.150;
};
};
zone "." IN {
type hint;
// file "named.ca";
file "named.root";
};
zone "localdomain" IN {
type master;
file "localdomain.zone";
allow-update { none; };
};
zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };
};
zone
"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 .0.0.0.0.0.0.ip6.arpa"
IN {
type master;
file "named.ip6.local";
allow-update { none; };
};
zone "255.in-addr.arpa" IN {
type master;
file "named.broadcast";
allow-update { none; };
};
zone "0.in-addr.arpa" IN {
type master;
file "named.zero";
allow-update { none; };
};
zone "suresh.com" IN {
type master;
file "open-ims.dnszone";
notify no;
};
this is the log message
# named -g -p 53
21-Jun-2008 07:19:35.630 starting BIND 9.3.3rc2 -g -p 53
21-Jun-2008 07:19:35.631 found 1 CPU, using 1 worker thread
21-Jun-2008 07:19:35.635 loading configuration from '/etc/named.conf'
21-Jun-2008 07:19:35.637 listening on IPv4 interface lo, 127.0.0.1#53
21-Jun-2008 07:19:35.639 listening on IPv4 interface eth0, 127.0.0.1#53
21-Jun-2008 07:19:35.640 could not configure root hints from 'named.root':
file not found
21-Jun-2008 07:19:35.641 loading configuration: file not found
21-Jun-2008 07:19:35.641 exiting (due to fatal error)
this is the error
# rndc reload
rndc: decode base64 secret: bad base64 encoding
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
06-21-2008, 10:11 AM
Alexander Dalloz
error
suresh.tattikota@info-spectrum.com schrieb:
hi
this is my named.conf
//
// named.conf for Red Hat caching-nameserver
//
options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
// forward first;
// forwarders {
// 172.18.1.212;
// };
forward first;
forwarders {
203.193.139.150;
};
};
zone "." IN {
type hint;
// file "named.ca";
file "named.root";
};
zone "localdomain" IN {
type master;
file "localdomain.zone";
allow-update { none; };
};
zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };
};
zone
"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 .0.0.0.0.0.0.ip6.arpa"
IN {
type master;
file "named.ip6.local";
allow-update { none; };
};
zone "255.in-addr.arpa" IN {
type master;
file "named.broadcast";
allow-update { none; };
};
zone "0.in-addr.arpa" IN {
type master;
file "named.zero";
allow-update { none; };
};
zone "suresh.com" IN {
type master;
file "open-ims.dnszone";
notify no;
};
this is the log message
# named -g -p 53
21-Jun-2008 07:19:35.630 starting BIND 9.3.3rc2 -g -p 53
21-Jun-2008 07:19:35.631 found 1 CPU, using 1 worker thread
21-Jun-2008 07:19:35.635 loading configuration from '/etc/named.conf'
21-Jun-2008 07:19:35.637 listening on IPv4 interface lo, 127.0.0.1#53
21-Jun-2008 07:19:35.639 listening on IPv4 interface eth0, 127.0.0.1#53
21-Jun-2008 07:19:35.640 could not configure root hints from 'named.root':
file not found
21-Jun-2008 07:19:35.641 loading configuration: file not found
21-Jun-2008 07:19:35.641 exiting (due to fatal error)
this is the error
# rndc reload
rndc: decode base64 secret: bad base64 encoding
Different errors now, compared with your previous postings.
> 21-Jun-2008 07:19:35.640 could not configure root hints from
>'named.root': file not found
> // file "named.ca";
> file "named.root";
Create the file if you have it renamed or deleted.
> rndc: decode base64 secret: bad base64 encoding
Build up a valid secret key. Use `rndc-confgen -a' for this.
Alexander
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
12-09-2008, 08:46 PM
A Web Innovation Customer Service
Error
Hello. I have a Macbook Pro that has a nvidia 8600GT card in it. I
can't get the desktop effects to work. So I am tring to install the
drivers. I am get an error that says Error: Dependency is not
satisfiable: nvidia-kernel-1.0.9755. How do I find out what's wrong
and how to fix it?
Thanks.
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
01-09-2009, 01:08 PM
"Casartello, Thomas"
Error
xset:* bad font path element (#23), possible causes
are:
*** Directory does not exist or has wrong
permissions
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
01-10-2009, 03:36 AM
Tim
Error
On Fri, 2009-01-09 at 09:08 -0500, Casartello, Thomas wrote:
> Anyone know how to fix that?
Your email...
Put something more descriptive in the subject line, then someone who
knows more about the subject in question might actually see your
message.
Don't send private replies to my address, the mailbox is ignored. I
read messages from the public lists.
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
02-08-2010, 06:26 AM
Krishna Chandra Prajapati
ERROR
Hi List,
I am getting the below error on my rhel server. Mysql is running on this box.
Due to below error server hangs and stop responding. After system reboot it's working.
Feb* 7 02:40:07 DCTNMVH1 kernel:* [<ffffffff8005dde9>] error_exit+0x0/0x84
Feb* 7 02:40:07 DCTNMVH1 kernel: Node 1 Normal per-cpu:
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 0 hot: high 186, batch 31 used:0
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 0 cold: high 62, batch 15 used:0
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 1 hot: high 186, batch 31 used:40
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 1 cold: high 62, batch 15 used:15
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 2 hot: high 186, batch 31 used:0
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 2 cold: high 62, batch 15 used:0
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 3 hot: high 186, batch 31 used:56
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 3 cold: high 62, batch 15 used:14
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 4 hot: high 186, batch 31 used:0
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 4 cold: high 62, batch 15 used:0
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 5 hot: high 186, batch 31 used:61
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 5 cold: high 62, batch 15 used:14
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 6 hot: high 186, batch 31 used:0
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 6 cold: high 62, batch 15 used:0
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 7 hot: high 186, batch 31 used:2
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 7 cold: high 62, batch 15 used:58
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 8 hot: high 186, batch 31 used:0
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 8 cold: high 62, batch 15 used:0
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 9 hot: high 186, batch 31 used:25
Feb* 7 02:40:07 DCTNMVH1 kernel: cpu 9 cold: high 62, batch 15 used:44
Is the error related to mysql or kernel issue. Any body else facing similar issues.
Thanks,
Krishna
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
02-08-2010, 06:41 AM
Jatin K
ERROR
On 02/08/2010 12:56 PM, Krishna Chandra Prajapati wrote:
> Hi List,
>
> I am getting the below error on my rhel server. Mysql is running on
> this box.
>
> Due to below error server hangs and stop responding. After system
> reboot it's working.
>
> Feb 7 02:38:29 DCTNMVH1 kernel: mysqld invoked oom-killer:
> gfp_mask=0x201d2,
> order=0, oomkilladj=0
> Feb 7 02:39:16 DCTNMVH1 kernel:
> Feb 7 02:39:54 DCTNMVH1 kernel: Call Trace:
> Feb 7 02:40:01 DCTNMVH1 kernel: [<ffffffff800c6076>]
> out_of_memory+0x8e/0x2f3
> Feb 7 02:40:06 DCTNMVH1 kernel: [<ffffffff8002e2f2>] __wake_up+0x38/0x4f
> Feb 7 02:40:06 DCTNMVH1 kernel: [<ffffffff8009fc0d>]
> autoremove_wake_function+0x0/0x2e
> Feb 7 02:40:06 DCTNMVH1 kernel: [<ffffffff8000f487>]
> __alloc_pages+0x245/0x2ce
> Feb 7 02:40:07 DCTNMVH1 kernel: [<ffffffff80012e03>]
> __do_page_cache_readahead+0x96/0x179
> Feb 7 02:40:07 DCTNMVH1 kernel: [<ffffffff80013765>]
> filemap_nopage+0x14c/0x360
> Feb 7 02:40:07 DCTNMVH1 kernel: [<ffffffff8000898c>]
> __handle_mm_fault+0x1fa/0xf99
> Feb 7 02:40:07 DCTNMVH1 kernel: [<ffffffff80066b25>]
> do_page_fault+0x4cb/0x830
> Feb 7 02:40:07 DCTNMVH1 kernel: [<ffffffff8009fc0d>]
> autoremove_wake_function+0x0/0x2e
> Feb 7 02:40:07 DCTNMVH1 kernel: [<ffffffff80128659>]
> file_has_perm+0x48/0xa3
> Feb 7 02:40:07 DCTNMVH1 kernel: [<ffffffff8005dde9>] error_exit+0x0/0x84
> Feb 7 02:40:07 DCTNMVH1 kernel: Node 1 Normal per-cpu:
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 0 hot: high 186, batch 31 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 0 cold: high 62, batch 15 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 1 hot: high 186, batch 31 used:40
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 1 cold: high 62, batch 15 used:15
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 2 hot: high 186, batch 31 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 2 cold: high 62, batch 15 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 3 hot: high 186, batch 31 used:56
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 3 cold: high 62, batch 15 used:14
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 4 hot: high 186, batch 31 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 4 cold: high 62, batch 15 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 5 hot: high 186, batch 31 used:61
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 5 cold: high 62, batch 15 used:14
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 6 hot: high 186, batch 31 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 6 cold: high 62, batch 15 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 7 hot: high 186, batch 31 used:2
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 7 cold: high 62, batch 15 used:58
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 8 hot: high 186, batch 31 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 8 cold: high 62, batch 15 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 9 hot: high 186, batch 31 used:25
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 9 cold: high 62, batch 15 used:44
>
> Is the error related to mysql or kernel issue. Any body else facing
> similar issues.
>
> Thanks,
> Krishna
it happened to me also ..... not on RHEL but Centos 5 ,
it's a kernel problem , I've googled a lot but vain ,and finally
disabled the selinlux and now it is working fine, though it was not my
production environment it was only test setup , so it was easy for me to
disable the selinux ,
I'll not advice you to disable SeL.
Regards
--
°v°
/(_)
^ ^ Jatin Khatri
Registerd Linux user No #501175
www.counter.li.org
No M$
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
02-08-2010, 06:43 AM
Jatin K
ERROR
On 02/08/2010 12:56 PM, Krishna Chandra Prajapati wrote:
> Hi List,
>
> I am getting the below error on my rhel server. Mysql is running on
> this box.
>
> Due to below error server hangs and stop responding. After system
> reboot it's working.
>
> Feb 7 02:38:29 DCTNMVH1 kernel: mysqld invoked oom-killer:
> gfp_mask=0x201d2,
> order=0, oomkilladj=0
> Feb 7 02:39:16 DCTNMVH1 kernel:
> Feb 7 02:39:54 DCTNMVH1 kernel: Call Trace:
> Feb 7 02:40:01 DCTNMVH1 kernel: [<ffffffff800c6076>]
> out_of_memory+0x8e/0x2f3
> Feb 7 02:40:06 DCTNMVH1 kernel: [<ffffffff8002e2f2>] __wake_up+0x38/0x4f
> Feb 7 02:40:06 DCTNMVH1 kernel: [<ffffffff8009fc0d>]
> autoremove_wake_function+0x0/0x2e
> Feb 7 02:40:06 DCTNMVH1 kernel: [<ffffffff8000f487>]
> __alloc_pages+0x245/0x2ce
> Feb 7 02:40:07 DCTNMVH1 kernel: [<ffffffff80012e03>]
> __do_page_cache_readahead+0x96/0x179
> Feb 7 02:40:07 DCTNMVH1 kernel: [<ffffffff80013765>]
> filemap_nopage+0x14c/0x360
> Feb 7 02:40:07 DCTNMVH1 kernel: [<ffffffff8000898c>]
> __handle_mm_fault+0x1fa/0xf99
> Feb 7 02:40:07 DCTNMVH1 kernel: [<ffffffff80066b25>]
> do_page_fault+0x4cb/0x830
> Feb 7 02:40:07 DCTNMVH1 kernel: [<ffffffff8009fc0d>]
> autoremove_wake_function+0x0/0x2e
> Feb 7 02:40:07 DCTNMVH1 kernel: [<ffffffff80128659>]
> file_has_perm+0x48/0xa3
> Feb 7 02:40:07 DCTNMVH1 kernel: [<ffffffff8005dde9>] error_exit+0x0/0x84
> Feb 7 02:40:07 DCTNMVH1 kernel: Node 1 Normal per-cpu:
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 0 hot: high 186, batch 31 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 0 cold: high 62, batch 15 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 1 hot: high 186, batch 31 used:40
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 1 cold: high 62, batch 15 used:15
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 2 hot: high 186, batch 31 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 2 cold: high 62, batch 15 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 3 hot: high 186, batch 31 used:56
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 3 cold: high 62, batch 15 used:14
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 4 hot: high 186, batch 31 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 4 cold: high 62, batch 15 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 5 hot: high 186, batch 31 used:61
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 5 cold: high 62, batch 15 used:14
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 6 hot: high 186, batch 31 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 6 cold: high 62, batch 15 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 7 hot: high 186, batch 31 used:2
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 7 cold: high 62, batch 15 used:58
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 8 hot: high 186, batch 31 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 8 cold: high 62, batch 15 used:0
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 9 hot: high 186, batch 31 used:25
> Feb 7 02:40:07 DCTNMVH1 kernel: cpu 9 cold: high 62, batch 15 used:44
>
> Is the error related to mysql or kernel issue. Any body else facing
> similar issues.
>
> Thanks,
> Krishna
May be this[1] can help you
--
°v°
/(_)
^ ^ Jatin Khatri
Registerd Linux user No #501175
www.counter.li.org
No M$
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines