Trying RAC Attack w/ 19c....

  • From: "Mark J. Bobak" <mark@xxxxxxxxx>
  • To: ORACLE-L <oracle-l@xxxxxxxxxxxxx>
  • Date: Tue, 29 Aug 2023 13:01:52 -0400

Hello friends,

I'm trying to do a RAC Attack build on my laptop, and I'm running into a
problem with the bind setup.  Bind is not exactly my strong suit so, any
help would be appreciated.
I do this:
[root@localhost ~]# systemctl start named.service
and i get this:
Job for named.service failed because the control process exited with error
code. See "systemctl status named.service" and "journalctl -xe" for details.

and when I do:
[root@localhost ~]# systemctl -l status named.service
I get:
● named.service - Berkeley Internet Name Domain (DNS)
   Loaded: loaded (/usr/lib/systemd/system/named.service; disabled; vendor
preset: disabled)
   Active: failed (Result: exit-code) since Tue 2023-08-29 12:54:19 EDT;
2min 19s ago
  Process: 20014 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_ZONE_CHECKING"
== "yes" ]; then /usr/sbin/named-checkconf -z "$NAMEDCONF"; else echo
"Checking of zone files is disabled"; fi (code=exited, status=1/FAILURE)

Aug 29 12:54:19 localhost.localdomain bash[20014]: zone
24.168.192.in-addr.arpa/IN: loading from master file
24.168.192.in-addr.arpa failed: unexpected end of input
Aug 29 12:54:19 localhost.localdomain bash[20014]: zone
24.168.192.in-addr.arpa/IN: not loaded due to errors.
Aug 29 12:54:19 localhost.localdomain bash[20014]:
_default/24.168.192.in-addr.arpa./IN: unexpected end of input
Aug 29 12:54:19 localhost.localdomain bash[20014]: zone
localhost.localdomain/IN: loaded serial 0
Aug 29 12:54:19 localhost.localdomain bash[20014]: zone localhost/IN:
loaded serial 0
Aug 29 12:54:19 localhost.localdomain bash[20014]: zone
1.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:
loaded serial 0
Aug 29 12:54:19 localhost.localdomain bash[20014]: zone
1.0.0.127.in-addr.arpa/IN: loaded serial 0
Aug 29 12:54:19 localhost.localdomain bash[20014]: zone 0.in-addr.arpa/IN:
loaded serial 0
Aug 29 12:54:19 localhost.localdomain systemd[1]: Unit named.service
entered failed state.
Aug 29 12:54:19 localhost.localdomain systemd[1]: named.service failed.

I suspect the problem is here:
Aug 29 12:54:19 localhost.localdomain bash[20014]: zone
24.168.192.in-addr.arpa/IN: not loaded due to errors.
Aug 29 12:54:19 localhost.localdomain bash[20014]:
_default/24.168.192.in-addr.arpa./IN: unexpected end of input

But I'm not sure what to do next.  Any helpful thoughts and/or suggestions
would be greatly appreciated.

AdvThanksance,

-Mark

Other related posts: