Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNS Failed to start Berkeley Internet Name Domain #32

Closed
wants to merge 1 commit into from

Conversation

srpatcha
Copy link

Please review and merge rndc.key permissions change to resolve DNS issue on booting screen.
@rossburton
@rpurdie
@kergoth
@kraj

May 09 18:00:20 named[460]: loading configuration from '/etc/bind/named.conf'
May 09 18:00:20 named[460]: [[0;1;31m/etc/bind/named.conf:50: open: /etc/bind/rndc.key: permission denied[[0m
May 09 18:00:20 named[460]: [[0;1;31mloading configuration: permission denied[[0m
May 09 18:00:20 named[460]: [[0;1;31mexiting (due to fatal error)[[0m
May 09 18:00:20 systemd[1]: [[0;1;39mnamed.service: Control process exited, code=exited status=1[[0m
May 09 18:00:20 systemd[1]: [[0;1;31mFailed to start Berkeley Internet Name Domain (DNS).[[0m

May 09 18:00:20 named[460]: loading configuration from '/etc/bind/named.conf'
May 09 18:00:20 named[460]: [[0;1;31m/etc/bind/named.conf:50: open: /etc/bind/rndc.key: permission denied[[0m
May 09 18:00:20 named[460]: [[0;1;31mloading configuration: permission denied[[0m
May 09 18:00:20 named[460]: [[0;1;31mexiting (due to fatal error)[[0m
May 09 18:00:20 systemd[1]: [[0;1;39mnamed.service: Control process exited, code=exited status=1[[0m
May 09 18:00:20 systemd[1]: [[0;1;31mFailed to start Berkeley Internet Name Domain (DNS).[[0m
@rossburton
Copy link
Collaborator

this is a convenience repo, we don't accept pull requests here. Please submit the patches to the openembedded-core mailing list.

@srpatcha
Copy link
Author

Appreciate your response. I will be doing it in mailing list
@rossburton Thanks!

@OOMMYY
Copy link

OOMMYY commented Nov 16, 2018

You should check your configuration file with the follow command /usr/sbin/named-checkconf -z /etc/named.rfc1912.zones

halstead pushed a commit that referenced this pull request Mar 11, 2019
<pre>
&quot;cortexa53&quot;&#32;-&gt;&#32;&quot;cortexa35&quot;

Signed-off-by:&#32;Steven&#32;Yu-Yu&#32;Hung&#32;&lt;Steven.Hung@mediatek.com&gt;
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
halstead pushed a commit that referenced this pull request Mar 11, 2019
<pre>
For&#32;multilib&#32;to&#32;work&#32;correctly,&#32;BASE_LIB&#32;overrides&#32;must&#32;be&#32;provided.

Signed-off-by:&#32;Steven&#32;Yu-Yu&#32;Hung&#32;&lt;Steven.Hung@mediatek.com&gt;
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
halstead pushed a commit that referenced this pull request Apr 23, 2019
<pre>
when&#32;externalsrc&#32;is&#32;enabled&#32;and&#32;the&#32;&#39;do_unpack&#39;&#32;task&#32;is&#32;deleted,
building&#32;kernel&#32;module&#32;fail

Signed-off-by:&#32;Steven&#32;Hung&#32;(&#27946;&#20110;&#29577;)&#32;&lt;Steven.Hung@mediatek.com&gt;
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
halstead pushed a commit that referenced this pull request Apr 23, 2019
<pre>
when&#32;externalsrc&#32;is&#32;enabled&#32;and&#32;the&#32;&#39;do_unpack&#39;&#32;task&#32;is&#32;deleted,
building&#32;kernel&#32;module&#32;fail

Signed-off-by:&#32;Steven&#32;Hung&#32;(&#27946;&#20110;&#29577;)&#32;&lt;Steven.Hung@mediatek.com&gt;
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
halstead pushed a commit that referenced this pull request Apr 23, 2019
<pre>
when&#32;externalsrc&#32;is&#32;enabled&#32;and&#32;the&#32;&#39;do_unpack&#39;&#32;task&#32;is&#32;deleted,
building&#32;kernel&#32;module&#32;fail

Signed-off-by:&#32;Steven&#32;Hung&#32;(&#27946;&#20110;&#29577;)&#32;&lt;Steven.Hung@mediatek.com&gt;
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
halstead pushed a commit that referenced this pull request Apr 23, 2019
<pre>
when&#32;externalsrc&#32;is&#32;enabled&#32;and&#32;the&#32;&#39;do_unpack&#39;&#32;task&#32;is&#32;deleted,
building&#32;kernel&#32;module&#32;fail

Signed-off-by:&#32;Steven&#32;Hung&#32;(&#27946;&#20110;&#29577;)&#32;&lt;Steven.Hung@mediatek.com&gt;
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
halstead pushed a commit that referenced this pull request May 12, 2019
<pre>
when&#32;externalsrc&#32;is&#32;enabled&#32;and&#32;the&#32;&#39;do_unpack&#39;&#32;task&#32;is&#32;deleted,
building&#32;kernel&#32;module&#32;fail

Signed-off-by:&#32;Steven&#32;Hung&#32;(&#27946;&#20110;&#29577;)&#32;&lt;Steven.Hung@mediatek.com&gt;
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
all4dich pushed a commit to all4dich/openembedded-core that referenced this pull request Jun 3, 2019
@halstead halstead closed this in b8f2c6e Sep 1, 2022
halstead pushed a commit that referenced this pull request Sep 12, 2022
Changelog:
===========
- Clarify libtasn1.map license.  Closes: #38.
- Fix ETYPE_OK out of bounds read.  Closes: #32.
- Update gnulib files and various maintenance fixes.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit b8f2c6e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
halstead pushed a commit that referenced this pull request Mar 6, 2023
Added
=========
- ISO 3166-1: Add missing common names for Laos, Iran, and Syria.
  Fixes #32

Changed
===========
- Translation updates for ISO 3166-1
  - Kazakh from Debian BTS. Closes: #1025423
  - Catalan from Debian BTS. Closes: #1026972
- Translation updates for ISO 3166-2
- Translation updates for ISO 3166-3
- Translation updates for ISO 639-2
- Translation updates for ISO 639-3
- Translation updates for ISO 639-5
- Translation updates for ISO 4217
- Translation updates for ISO 15924

Fixed
==========
- ISO 3166-3: Fix withdrawal dates of AN, CS and YU. Fixes #28

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
halstead pushed a commit that referenced this pull request Mar 14, 2023
Added
=========
- ISO 3166-1: Add missing common names for Laos, Iran, and Syria.
  Fixes #32

Changed
===========
- Translation updates for ISO 3166-1
  - Kazakh from Debian BTS. Closes: #1025423
  - Catalan from Debian BTS. Closes: #1026972
- Translation updates for ISO 3166-2
- Translation updates for ISO 3166-3
- Translation updates for ISO 639-2
- Translation updates for ISO 639-3
- Translation updates for ISO 639-5
- Translation updates for ISO 4217
- Translation updates for ISO 15924

Fixed
==========
- ISO 3166-3: Fix withdrawal dates of AN, CS and YU. Fixes #28

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit f2c8b9c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
halstead pushed a commit that referenced this pull request Mar 20, 2023
Added
=========
- ISO 3166-1: Add missing common names for Laos, Iran, and Syria.
  Fixes #32

Changed
===========
- Translation updates for ISO 3166-1
  - Kazakh from Debian BTS. Closes: #1025423
  - Catalan from Debian BTS. Closes: #1026972
- Translation updates for ISO 3166-2
- Translation updates for ISO 3166-3
- Translation updates for ISO 639-2
- Translation updates for ISO 639-3
- Translation updates for ISO 639-5
- Translation updates for ISO 4217
- Translation updates for ISO 15924

Fixed
==========
- ISO 3166-3: Fix withdrawal dates of AN, CS and YU. Fixes #28

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit f2c8b9c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
chenxy1988 pushed a commit to chenxy1988/openembedded-core that referenced this pull request Mar 28, 2023
Added
=========
- ISO 3166-1: Add missing common names for Laos, Iran, and Syria.
  Fixes openembedded#32

Changed
===========
- Translation updates for ISO 3166-1
  - Kazakh from Debian BTS. Closes: #1025423
  - Catalan from Debian BTS. Closes: #1026972
- Translation updates for ISO 3166-2
- Translation updates for ISO 3166-3
- Translation updates for ISO 639-2
- Translation updates for ISO 639-3
- Translation updates for ISO 639-5
- Translation updates for ISO 4217
- Translation updates for ISO 15924

Fixed
==========
- ISO 3166-3: Fix withdrawal dates of AN, CS and YU. Fixes openembedded#28

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit f2c8b9c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants