Sunday February 28th 2021 - Update issue with packman inode mirror
There are issues with the inode mirror, please configure an alternative mirror. See http://packman.links2linux.org/mirrors
Saturday March 3rd 2021 - Missing Packman Tumbleweed Packages
There are issues with package signing since the move last week and these packages have disappeared from the mirrors, see https://lists.links2linux.de/pipermail/packman/2021-March/016623.html for more information... ETA for fix 3/10 or 3/11.
-
--no-refresh ignored by zypper
On my newest 15.3 installation, DNS is broken for undetermined reason(s). /etc/resolv.conf is the same file I have on most of my installations, where it works as expected.
Consequently, when I want zypper to list some installed package, I must not have zypper wanting to refresh. Thus my syntax is
Code:
# zypper --no-refresh se -si somestring
This fails because zypper is obviously insisting on refreshing all autorefresh repos. B.O.O. search summary for dns fail in past 5 months files produces no results. Am I alone, needing to file a bug?
Reg. Linux User #211409 *** multibooting since 1992
Primary: 15.1, TW, 15.2 & 13.1 on Haswell w/ RAID
Secondary: eComStation (OS/2)&15.1 on i965P/Radeon
Tertiary: TW,15.2,15.1,Fedora,Debian,more on Kaby Lake,iQ45,iQ43,iG41,iG3X,i965G,AMD,NVidia&&&
-
Re: --no-refresh ignored by zypper
 Originally Posted by mrmazda
On my newest 15.3 installation, DNS is broken for undetermined reason(s).
Just a thought around this...have you checked the hosts entry in /etc/nsswitch.conf?
openSUSE Leap 15.2; KDE Plasma 5
-
Re: --no-refresh ignored by zypper
 Originally Posted by deano_ferrari
Just a thought around this...have you checked the hosts entry in /etc/nsswitch.conf?
I have no idea what that file is about. rpm -qf says it comes from glibc. It's timestamped 2021-02-06 20:37, never touched by me.
Code:
# grep hosts /etc/nsswitch.conf
...
hosts: files dns
What does it mean, or do?
Reg. Linux User #211409 *** multibooting since 1992
Primary: 15.1, TW, 15.2 & 13.1 on Haswell w/ RAID
Secondary: eComStation (OS/2)&15.1 on i965P/Radeon
Tertiary: TW,15.2,15.1,Fedora,Debian,more on Kaby Lake,iQ45,iQ43,iG41,iG3X,i965G,AMD,NVidia&&&
-
Re: --no-refresh ignored by zypper
 Originally Posted by mrmazda
I have no idea what that file is about. rpm -qf says it comes from glibc. It's timestamped 2021-02-06 20:37, never touched by me.
Code:
# grep hosts /etc/nsswitch.conf
...
hosts: files dns
What does it mean, or do?
That checks out ok. It sets the order for name resolution methods. The 'files' entry means that /etc/hosts is checked first, then configured DNS is consulted as part of the name resolution process.
More info:
openSUSE Leap 15.2; KDE Plasma 5
-
Re: --no-refresh ignored by zypper
 Originally Posted by mrmazda
I have no idea what that file is about. rpm -qf says it comes from glibc. It's timestamped 2021-02-06 20:37, never touched by me.
Code:
# grep hosts /etc/nsswitch.conf
...
hosts: files dns
What does it mean, or do?
?????
Henk van Velden
-
Re: --no-refresh ignored by zypper
Tumbleweed Gnome on i7 4720HQ + Geforce GTX960M
testing Leap 15.3
-
Re: --no-refresh ignored by zypper
 Originally Posted by mrmazda
What does it mean, or do?
On this Leap 15.2 system it's –
Code:
hosts: files mdns_minimal [NOTFOUND=return] dns
Where –
The entry '[NOTFOUND=return]' means that the search for an entry should stop if the search in the previous entry turned up nothing. Note that if the search failed due to some other reason (like no NIS server responding) then the search continues with the next entry.
And one other thing –
Code:
> l /etc/resolv.conf
lrwxrwxrwx 1 root root 26 18. Aug 2020 /etc/resolv.conf -> /run/netconfig/resolv.conf
>
Yes, yes, I know – “netconfig” – Yuck!! Blaahh!! – never use ‘/etc/sysconfig/network/config’ …
-
Re: --no-refresh ignored by zypper
@mrmazda:
Haven't looked myself but, does Leap 15.3 by default enable the “lightweight DHCP and caching DNS server”?
Code:
> systemctl list-unit-files | grep -i 'dns'
avahi-dnsconfd.service disabled
chrony-dnssrv@.service static
dnsmasq.service disabled
chrony-dnssrv@.timer disabled
>
Also, in ‘/etc/sysconfig/network/config’ I have the following item:
Code:
NETCONFIG_MODULES_ORDER="dns-resolver dns-bind nis ntp-runtime -dns-dnsmasq"
Where did “dns-dnsmasq” come from? –
Code:
> ls /etc/netconfig.d/
dns-bind dns-dnsmasq dns-resolver nis ntp-runtime
>
-
Re: --no-refresh ignored by zypper
I did a fresh minimal 15.3 installation from DVD. Name resolution started out broken, and is still broken.
Bug reported https://bugzilla.opensuse.org/show_bug.cgi?id=1182722
[zypper] the flag --no-refresh is not known; the flag -F is not known
Reg. Linux User #211409 *** multibooting since 1992
Primary: 15.1, TW, 15.2 & 13.1 on Haswell w/ RAID
Secondary: eComStation (OS/2)&15.1 on i965P/Radeon
Tertiary: TW,15.2,15.1,Fedora,Debian,more on Kaby Lake,iQ45,iQ43,iG41,iG3X,i965G,AMD,NVidia&&&
-
Re: --no-refresh ignored by zypper
 Originally Posted by dcurtisfra
Code:
> systemctl list-unit-files | grep -i 'dns'
avahi-dnsconfd.service disabled
chrony-dnssrv@.service static
dnsmasq.service enabled
chrony-dnssrv@.timer disabled
>
I have:- chrony-dnssrv@.service static -
- chrony-dnssrv@.timer disabled disabled
Also, in ‘/etc/sysconfig/network/config’ I have the following item:
Code:
NETCONFIG_MODULES_ORDER="dns-resolver dns-bind nis ntp-runtime -dns-dnsmasq"
Same here.
Where did “dns-dnsmasq” come from? –
Code:
> ls /etc/netconfig.d/
dns-bind dns-dnsmasq dns-resolver nis ntp-runtime
>
I have:
Code:
# ls -Gg
-rwxr-xr-x 1 7533 Oct 5 02:38 dns-bind
-rwxr-xr-x 1 7418 Oct 5 02:38 dns-dnsmasq
-rwxr-xr-x 1 10104 Oct 5 02:38 dns-resolver
-rwxr-xr-x 1 12384 Oct 5 02:38 nis
-rwxr-xr-x 1 7280 Oct 5 02:38 ntp-runtime
Here's a difference I don't know how to account for. On static IP 15.2:
Code:
# systemctl list-unit-files | grep net | sort
network-online.target static
network-pre.target static
network.service enabled
network.target static
systemd-networkd-wait-online.service disabled
systemd-networkd.service disabled
systemd-networkd.socket disabled
xinetd.service enabled
On the 15.3 static IP broken DNS installation:
Code:
# systemctl list-unit-files | grep net | sort
network-online.target static -
network-pre.target static -
network.service alias -
network.target static -
xinetd.service enabled disabled
Why would network.service be an alias? For what?
Is the latest 15.3 DVD iso broken WRT DNS?
Reg. Linux User #211409 *** multibooting since 1992
Primary: 15.1, TW, 15.2 & 13.1 on Haswell w/ RAID
Secondary: eComStation (OS/2)&15.1 on i965P/Radeon
Tertiary: TW,15.2,15.1,Fedora,Debian,more on Kaby Lake,iQ45,iQ43,iG41,iG3X,i965G,AMD,NVidia&&&
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
| |