[opensuse] DNS not working 13.1
My firewall computer, running openSUSE 13.1 no longer uses external DNS look up, but does use the hosts file. Wireshark shows it's not even attempting to access the DNS servers. I have tried recreating resolv.conf, but the problem remains. Any idea why it wouldn't access DNS servers? Routing to the Internet is fine. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2014-09-07 17:04, James Knott wrote:
My firewall computer, running openSUSE 13.1 no longer uses external DNS look up, but does use the hosts file. Wireshark shows it's not even attempting to access the DNS servers. I have tried recreating resolv.conf, but the problem remains. Any idea why it wouldn't access DNS servers? Routing to the Internet is fine.
First try by posting this: cat /etc/resolv.conf | egrep -v "^[[:space:]]*$|^#" Then try to ping, by number, "173.194.45.160", or some numbers up (google.com). Then try "host -v google.com". -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)
On 09/07/2014 11:54 AM, Carlos E. R. wrote:
On 2014-09-07 17:04, James Knott wrote:
My firewall computer, running openSUSE 13.1 no longer uses external DNS look up, but does use the hosts file. Wireshark shows it's not even attempting to access the DNS servers. I have tried recreating resolv.conf, but the problem remains. Any idea why it wouldn't access DNS servers? Routing to the Internet is fine.
First try by posting this:
cat /etc/resolv.conf | egrep -v "^[[:space:]]*$|^#"
# cat /etc/resolv.conf | egrep -v "^[[:space:]]*$|^#" search jknott.net nameserver 2620:0:ccc::2 nameserver 2001:470:20::2 nameserver 8.8.8.8
Then try to ping, by number, "173.194.45.160", or some numbers up (google.com).
I have no problem reaching the Internet, it's just DNS on that one computer that's failing.
Then try "host -v google.com".
# host -v google.com Trying "google.com" ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1079 ;; flags: qr rd ra; QUERY: 1, ANSWER: 11, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;google.com. IN A ;; ANSWER SECTION: google.com. 288 IN A 173.194.43.105 google.com. 288 IN A 173.194.43.101 google.com. 288 IN A 173.194.43.96 google.com. 288 IN A 173.194.43.98 google.com. 288 IN A 173.194.43.97 google.com. 288 IN A 173.194.43.100 google.com. 288 IN A 173.194.43.110 google.com. 288 IN A 173.194.43.104 google.com. 288 IN A 173.194.43.103 google.com. 288 IN A 173.194.43.102 google.com. 288 IN A 173.194.43.99 Received 204 bytes from 8.8.8.8#53 in 38 ms Trying "google.com" ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32390 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;google.com. IN AAAA ;; ANSWER SECTION: google.com. 203 IN AAAA 2607:f8b0:400b:80a::1004 Received 56 bytes from 8.8.8.8#53 in 40 ms Trying "google.com" ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19857 ;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;google.com. IN MX ;; ANSWER SECTION: google.com. 599 IN MX 20 alt1.aspmx.l.google.com. google.com. 599 IN MX 10 aspmx.l.google.com. google.com. 599 IN MX 50 alt4.aspmx.l.google.com. google.com. 599 IN MX 40 alt3.aspmx.l.google.com. google.com. 599 IN MX 30 alt2.aspmx.l.google.com. Received 136 bytes from 8.8.8.8#53 in 38 ms But then # ping google.com ping: unknown host google.com So, host works, but apps that require DNS look up don't. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 09/07/2014 09:08 AM, James Knott wrote:
On 09/07/2014 11:54 AM, Carlos E. R. wrote:
On 2014-09-07 17:04, James Knott wrote:
My firewall computer, running openSUSE 13.1 no longer uses external DNS look up, but does use the hosts file. Wireshark shows it's not even attempting to access the DNS servers. I have tried recreating resolv.conf, but the problem remains. Any idea why it wouldn't access DNS servers? Routing to the Internet is fine.
First try by posting this:
cat /etc/resolv.conf | egrep -v "^[[:space:]]*$|^#" # cat /etc/resolv.conf | egrep -v "^[[:space:]]*$|^#" search jknott.net nameserver 2620:0:ccc::2 nameserver 2001:470:20::2 nameserver 8.8.8.8
Then try to ping, by number, "173.194.45.160", or some numbers up (google.com). I have no problem reaching the Internet, it's just DNS on that one computer that's failing.
Then try "host -v google.com".
# host -v google.com Trying "google.com" ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1079 ;; flags: qr rd ra; QUERY: 1, ANSWER: 11, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION: ;google.com. IN A
;; ANSWER SECTION: google.com. 288 IN A 173.194.43.105 google.com. 288 IN A 173.194.43.101 google.com. 288 IN A 173.194.43.96 google.com. 288 IN A 173.194.43.98 google.com. 288 IN A 173.194.43.97 google.com. 288 IN A 173.194.43.100 google.com. 288 IN A 173.194.43.110 google.com. 288 IN A 173.194.43.104 google.com. 288 IN A 173.194.43.103 google.com. 288 IN A 173.194.43.102 google.com. 288 IN A 173.194.43.99
Received 204 bytes from 8.8.8.8#53 in 38 ms Trying "google.com" ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32390 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION: ;google.com. IN AAAA
;; ANSWER SECTION: google.com. 203 IN AAAA 2607:f8b0:400b:80a::1004
Received 56 bytes from 8.8.8.8#53 in 40 ms Trying "google.com" ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19857 ;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION: ;google.com. IN MX
;; ANSWER SECTION: google.com. 599 IN MX 20 alt1.aspmx.l.google.com. google.com. 599 IN MX 10 aspmx.l.google.com. google.com. 599 IN MX 50 alt4.aspmx.l.google.com. google.com. 599 IN MX 40 alt3.aspmx.l.google.com. google.com. 599 IN MX 30 alt2.aspmx.l.google.com.
Received 136 bytes from 8.8.8.8#53 in 38 ms
But then
# ping google.com ping: unknown host google.com
So, host works, but apps that require DNS look up don't.
What does your /etc/nsswitch.conf file look like? Especially the "hosts:" line? Regards, Lew -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2014-09-07 18:08, James Knott wrote:
On 09/07/2014 11:54 AM, Carlos E. R. wrote:
# cat /etc/resolv.conf | egrep -v "^[[:space:]]*$|^#" search jknott.net nameserver 2620:0:ccc::2 nameserver 2001:470:20::2 nameserver 8.8.8.8
You have defined IPv6 DNS higher up.
Then try to ping, by number, "173.194.45.160", or some numbers up (google.com).
I have no problem reaching the Internet, it's just DNS on that one computer that's failing.
Ok.
Then try "host -v google.com".
# host -v google.com Trying "google.com" ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1079 ;; flags: qr rd ra; QUERY: 1, ANSWER: 11, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION: ;google.com. IN A
;; ANSWER SECTION: google.com. 288 IN A 173.194.43.105 google.com. 288 IN A 173.194.43.101 google.com. 288 IN A 173.194.43.96 google.com. 288 IN A 173.194.43.98 google.com. 288 IN A 173.194.43.97 google.com. 288 IN A 173.194.43.100 google.com. 288 IN A 173.194.43.110 google.com. 288 IN A 173.194.43.104 google.com. 288 IN A 173.194.43.103 google.com. 288 IN A 173.194.43.102 google.com. 288 IN A 173.194.43.99
Received 204 bytes from 8.8.8.8#53 in 38 ms Trying "google.com" ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32390 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION: ;google.com. IN AAAA
;; ANSWER SECTION: google.com. 203 IN AAAA 2607:f8b0:400b:80a::1004
You get an IPv6 address as answer. And some IPv4 addresses before.
But then
# ping google.com ping: unknown host google.com
So, host works, but apps that require DNS look up don't.
"ping" wants an IPv4 address. Try ifping6 would work. And plain "ping" too, but you need to add some extra options. A quick look at the manual says "-I". Perhaps "ping -v ..." would tell you something more. Ah, I forgot - post this: cat /etc/hosts.conf | egrep -v "^[[:space:]]*$|^#" -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)
On 2014-09-07 18:08, James Knott wrote:
On 09/07/2014 11:54 AM, Carlos E. R. wrote:
# cat /etc/resolv.conf | egrep -v "^[[:space:]]*$|^#" search jknott.net nameserver 2620:0:ccc::2 nameserver 2001:470:20::2 nameserver 8.8.8.8 You have defined IPv6 DNS higher up. Yep. Been running that way for over 4 years.
Then try to ping, by number, "173.194.45.160", or some numbers up (google.com). I have no problem reaching the Internet, it's just DNS on that one computer that's failing. Ok.
Then try "host -v google.com".
# host -v google.com Trying "google.com" ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1079 ;; flags: qr rd ra; QUERY: 1, ANSWER: 11, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION: ;google.com. IN A
;; ANSWER SECTION: google.com. 288 IN A 173.194.43.105 google.com. 288 IN A 173.194.43.101 google.com. 288 IN A 173.194.43.96 google.com. 288 IN A 173.194.43.98 google.com. 288 IN A 173.194.43.97 google.com. 288 IN A 173.194.43.100 google.com. 288 IN A 173.194.43.110 google.com. 288 IN A 173.194.43.104 google.com. 288 IN A 173.194.43.103 google.com. 288 IN A 173.194.43.102 google.com. 288 IN A 173.194.43.99
Received 204 bytes from 8.8.8.8#53 in 38 ms Trying "google.com" ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32390 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION: ;google.com. IN AAAA
;; ANSWER SECTION: google.com. 203 IN AAAA 2607:f8b0:400b:80a::1004
You get an IPv6 address as answer. And some IPv4 addresses before. I normally run IPv6 on my network and have since May 2010. On booting
On 09/07/2014 12:22 PM, Carlos E. R. wrote: that firewall computer, one thing that happens is the 6in4 tunnel starts up. Until it's up, that computer relies on the 8.8.8.8 DNS. Once the tunnel is going, the IPv6 DNS addresses work. I have also tried using just 8.8.8.8, but the problem remains. I also tried disabling IPv6 on that computer and again no difference.
But then
# ping google.com ping: unknown host google.com
So, host works, but apps that require DNS look up don't. "ping" wants an IPv4 address. Try ifping6 would work. And plain "ping" too, but you need to add some extra options. A quick look at the manual says "-I".
Until I get IPv6 up, that's unlikely to work.
Perhaps "ping -v ..." would tell you something more.
Ah, I forgot - post this:
cat /etc/hosts.conf | egrep -v "^[[:space:]]*$|^#"
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
James Knott wrote:
I normally run IPv6 on my network and have since May 2010. On booting that firewall computer, one thing that happens is the 6in4 tunnel starts up. Until it's up, that computer relies on the 8.8.8.8 DNS. Once the tunnel is going, the IPv6 DNS addresses work. I have also tried using just 8.8.8.8, but the problem remains. I also tried disabling IPv6 on that computer and again no difference.
---- FWIW, what you are doing was the advice when IPv6 was introduced, but it was changed. The advice now, is to prefer an end-to-end 4-4 connection over a 4-6-6-4 as the latter introduces considerable inefficiencies and slowdowns to the net as a whole. If you really have a native 6-6, that's preferred, but a 6-6 that is really a disguised 4-4 is wasting BW.
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 09/08/2014 04:15 PM, Linda Walsh wrote:
FWIW, what you are doing was the advice when IPv6 was introduced, but it was changed. The advice now, is to prefer an end-to-end 4-4 connection over a 4-6-6-4 as the latter introduces considerable inefficiencies and slowdowns to the net as a whole. If you really have a native 6-6, that's preferred, but a 6-6 that is really a disguised 4-4 is wasting BW.
I don't sent IPv4 over IPv6. I tunnel IPv6 and IPv4 goes per usual. Regardless, the problem was accessing a DNS server. My understanding is that with multiple servers listed, if one fails, it moves onto the next. This worked fine for 4 years, with the IPv6 DNS listed first and the IPv4 at the end. When my tunnel started up, it would use the IPv4 DNS to get the server address and go from there. Once the tunnel was up, then the IPv6 DNS servers would be used. I verified this with Wireshark. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 9/8/2014 1:59 PM, James Knott wrote:
My understanding is that with multiple servers listed, if one fails, it moves onto the next. This worked fine for 4 years, with the IPv6 DNS listed first and the IPv4 at the end. When my tunnel started up, it would use the IPv4 DNS to get the server address and go from there.
You might misunderstand that somewhat. If server one FAILS to respond, it then goes to server 2, etc. But if Server one responds (with not found) it won't try the second or third one. ANY answer is considered authoritative as far as the client side is concerned. Only timeout (no reply) is triggers a fail over to the next. -- _____________________________________ ---This space for rent--- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
James Knott wrote:
On 09/08/2014 04:15 PM, Linda Walsh wrote:
FWIW, what you are doing was the advice when IPv6 was introduced, but it was changed. The advice now, is to prefer an end-to-end 4-4 connection over a 4-6-6-4 as the latter introduces considerable inefficiencies and slowdowns to the net as a whole. If you really have a native 6-6, that's preferred, but a 6-6 that is really a disguised 4-4 is wasting BW.
I don't sent IPv4 over IPv6. Sorry, I can see my nomenclature was unclear. What I meant by 4-6-6-4 was having native IPv4 connectivity at each end and are using a 6-in-4 or toredo tunnel to talk from an IPv6 app (like DNS) to an IPv6 app on the other end (a ipv6 DNs resolver).. With the important detail being that you don't have native ipv6 connecting your end to the other -- instead you rely on some encapsulation over ipv4.
That's the part they said to move away from. if you have native ipv4 connectivity on each end, then use ipv4 -- only if you have a native ipv6 on both ends (that isn't tunneled over ipv4) does it make sense to use ipv6. At least that was the gist of the recommendation. Some papers on the problem : IPv6 delay and loss performance evolution - http://www-nas.et.tudelft.nl/people/Piet/papers/IJCS_2008_ipv6_delft_ripe.pd... A security issue: Packet Fragmentation in IPv6 over IPv4 Tunnels https://www.cs.duke.edu/~xinl/apan-mtu.pdf And a well rated comparison of 6-in-4 tunneling protocols: RFC 7059 - A Comparison of *IPv6*-*over*-*IPv4 Tunnel* Mechanisms <http://www.google.com/url?q=http://tools.ietf.org/html/rfc7059&sa=U&ei=MWAOVOfKI6G1iwLAk4CACA&ved=0CBQQFjAA&sig2=JvoKb_jSfFW8Qr43fLpJYw&usg=AFQjCNFTs4pRxrP2YZoaorW0v7Yid_lA_w> http://tools.ietf.org/html/rfc7059 But the
I tunnel IPv6 and IPv4 goes per usual. Regardless, the problem was accessing a DNS server.
Maybe the higher one is considered authoritative so lower ones don't get checked? nscd gives more control, but is intended for local resolving...
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 09/08/2014 10:19 PM, Linda Walsh wrote:
James Knott wrote:
On 09/08/2014 04:15 PM, Linda Walsh wrote:
FWIW, what you are doing was the advice when IPv6 was introduced, but it was changed. The advice now, is to prefer an end-to-end 4-4 connection over a 4-6-6-4 as the latter introduces considerable inefficiencies and slowdowns to the net as a whole. If you really have a native 6-6, that's preferred, but a 6-6 that is really a disguised 4-4 is wasting BW.
I don't sent IPv4 over IPv6. Sorry, I can see my nomenclature was unclear. What I meant by 4-6-6-4 was having native IPv4 connectivity at each end and are using a 6-in-4 or toredo tunnel to talk from an IPv6 app (like DNS) to an IPv6 app on the other end (a ipv6 DNs resolver).. With the important detail being that you don't have native ipv6 connecting your end to the other -- instead you rely on some encapsulation over ipv4.
That's the part they said to move away from. if you have native ipv4 connectivity on each end, then use ipv4 -- only if you have a native ipv6 on both ends (that isn't tunneled over ipv4) does it make sense to use ipv6.
I run IPv6 so that I can connect to devices behind my firewall without running a VPN or worrying about port forwarding. My firewall is configured to pass only IMAPS and SSH. Regardless, this has nothing to do with the problem in that for some reason that firewall computer is not skipping past unreachable DNS servers. I just tried an experiment with my notebook computer, which gets the DNS server addresses via DHCP (IPv4 only). I then changed the address of the first one and watched what happened. It quickly skipped over the bogus server and then went to the 2nd address, which worked as expected. For some reason, with the firewall computer, I don't even see any attempts, when watching with Wireshark. So, we're back to the question of why something that has worked well for 4 years now fails. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
James Knott wrote:
I run IPv6 so that I can connect to devices behind my firewall without running a VPN or worrying about port forwarding. My firewall is configured to pass only IMAPS and SSH.
Good idea!
Regardless, this has nothing to do with the problem in that for some reason that firewall computer is not skipping past unreachable DNS servers. I know...for that I suggested:
Maybe the higher one is considered authoritative so lower ones don't get checked? nscd gives more control, but is intended for local resolving... i.e. has the authority or the DNS versions on the queried servers changed? Has your querying software on your system changed? I.e. maybe it used to roll over, but now does not? Does a failure in ipv6 resolution lead to rollovers to ipv4? Wouldn't ipv6 failures fail-over to other ipv6 responders and ipv4 failures fail-over to other ipv4 responders? I know initially it is often the case that queries are sent out to ipv6 and ipv4 DNS resolvers at the same time to get back which over comes back first. But I wonder if that advice may have changed with the other stuff I was mentioning. I.e. if they were worried about higher ipv6 overhead where it really wan't helping because underlying protocol was ipv4, then they might not being get sent out in parallel or using cross-protocol failovers (just a possibility).... Sometimes I seem to wander, but I'm thinking about possible interactions... but then sometimes I am just wandering... ;-)
-- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 09/09/2014 03:17 PM, Linda Walsh wrote:
James Knott wrote:
I run IPv6 so that I can connect to devices behind my firewall without running a VPN or worrying about port forwarding. My firewall is configured to pass only IMAPS and SSH.
Good idea!
Regardless, this has nothing to do with the problem in that for some reason that firewall computer is not skipping past unreachable DNS servers. I know...for that I suggested:
Maybe the higher one is considered authoritative so lower ones don't get checked?
nscd gives more control, but is intended for local resolving...
i.e. has the authority or the DNS versions on the queried servers changed?
Has your querying software on your system changed? I.e. maybe it used to roll over, but now does not?
Does a failure in ipv6 resolution lead to rollovers to ipv4?
Wouldn't ipv6 failures fail-over to other ipv6 responders and ipv4 failures fail-over to other ipv4 responders?
I know initially it is often the case that queries are sent out to ipv6 and ipv4 DNS resolvers at the same time to get back which over comes back first. But I wonder if that advice may have changed with the other stuff I was mentioning. I.e. if they were worried about higher ipv6 overhead where it really wan't helping because underlying protocol was ipv4, then they might not being get sent out in parallel or using cross-protocol failovers (just a possibility)....
I copied the config files from the old computer, running 11.4, to the new and it was running fine for about 2 weeks. Then after I rebooted, it was no longer working. What changed? There were some updates that installed a couple of days earlier, but I don't recall what. I am also running dnsmasq on this computer, as I did on the old one. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* James Knott <james.knott@rogers.com> [09-09-14 15:33]: [...]
I copied the config files from the old computer, running 11.4, to the new and it was running fine for about 2 weeks. Then after I rebooted, it was no longer working. What changed? There were some updates that installed a couple of days earlier, but I don't recall what.
rpm -qa --last |sort |grep <date> -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 09/09/2014 03:42 PM, Patrick Shanahan wrote:
* James Knott <james.knott@rogers.com> [09-09-14 15:33]: [...]
I copied the config files from the old computer, running 11.4, to the new and it was running fine for about 2 weeks. Then after I rebooted, it was no longer working. What changed? There were some updates that installed a couple of days earlier, but I don't recall what. rpm -qa --last |sort |grep <date>
These are the ones that were updated last week: mcelog-1.0pre3.6e4e2a000124-19.4.1.x86_64 Thu Sep 4 21:29:25 2014 xscreensaver-data-extra-5.22-2.22.1.x86_64 Thu Sep 4 21:29:24 2014 e2fsprogs-1.42.8-2.5.1.x86_64 Thu Sep 4 21:29:21 2014 And these near the end of August: libstdc++48-devel-4.8.1_20130909-3.2.1.x86_64 Sun Aug 31 18:48:23 2014 libopenssl-devel-1.0.1i-11.52.1.x86_64 Sun Aug 31 14:23:14 2014 zlib-devel-1.2.8-3.1.2.x86_64 Sun Aug 31 14:23:13 2014 gcc-4.8-2.1.2.x86_64 Sun Aug 31 14:18:19 2014 gcc48-4.8.1_20130909-3.2.1.x86_64 Sun Aug 31 14:18:18 2014 glibc-devel-2.18-4.15.1.x86_64 Sun Aug 31 14:18:15 2014 libtsan0-4.8.1_20130909-3.2.1.x86_64 Sun Aug 31 14:18:14 2014 libitm1-4.8.1_20130909-3.2.1.x86_64 Sun Aug 31 14:18:13 2014 libatomic1-4.8.1_20130909-3.2.1.x86_64 Sun Aug 31 14:18:13 2014 libasan0-4.8.1_20130909-3.2.1.x86_64 Sun Aug 31 14:18:12 2014 binutils-2.23.2-8.1.2.x86_64 Sun Aug 31 14:18:11 2014 linux-glibc-devel-3.11-2.1.15.noarch Sun Aug 31 14:18:09 2014 site-config-0.2-5.1.2.x86_64 Sun Aug 31 14:15:58 2014 make-3.82-160.2.1.x86_64 Sun Aug 31 14:15:55 2014 digikam-3.5.0-7.3.x86_64 Fri Aug 29 16:13:28 2014 kipi-plugins-geolocation-3.5.0-7.3.x86_64 Fri Aug 29 16:13:25 2014 kipi-plugins-acquireimage-3.5.0-7.3.x86_64 Fri Aug 29 16:13:25 2014 kipi-plugins-3.5.0-7.3.x86_64 Fri Aug 29 16:13:23 2014 libmediawiki1-3.5.0-7.3.x86_64 Fri Aug 29 16:13:18 2014 libkgeomap1-3.5.0-7.3.x86_64 Fri Aug 29 16:13:17 2014 libkface2-3.5.0-7.3.x86_64 Fri Aug 29 16:13:16 2014 digikam-doc-3.5.0-7.3.noarch Fri Aug 29 16:13:14 2014 gpg-pubkey-3dbdc284-53674dd4 Fri Aug 29 16:07:10 2014 flash-player-kde4-11.2.202.400-62.1.x86_64 Fri Aug 29 08:24:21 2014 flash-player-11.2.202.400-62.1.x86_64 Fri Aug 29 08:24:21 2014 samba-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:18 2014 samba-client-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:17 2014 samba-client-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:16 2014 samba-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:15 2014 libregistry0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:14 2014 libsmbldap0-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:13 2014 libsmbclient0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:13 2014 libsmbldap0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:12 2014 libnetapi0-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:12 2014 libpdb0-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:11 2014 libnetapi0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:11 2014 libndr-krb5pac0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:10 2014 libwbclient0-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:09 2014 libdcerpc0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:09 2014 libsmbconf0-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:08 2014 libsmbclient-raw0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:07 2014 libndr-krb5pac0-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:07 2014 libpdb0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:05 2014 libwbclient0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:04 2014 libdcerpc0-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:04 2014 libsmbclient-raw0-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:03 2014 libsamdb0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:03 2014 libndr-standard0-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:02 2014 libsmbconf0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:01 2014 libndr-standard0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:00 2014 libndr-nbt0-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:24:00 2014 libgensec0-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:23:59 2014 libsamdb0-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:23:58 2014 libsamba-hostconfig0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:23:58 2014 libsamba-credentials0-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:23:57 2014 libndr0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:23:57 2014 libsamba-util0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:23:56 2014 libsamba-hostconfig0-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:23:56 2014 samba-libs-4.1.11-3.26.1.x86_64 Fri Aug 29 08:23:55 2014 kdebase4-workspace-plasma-calendar-4.11.11-115.3.x86_64 Fri Aug 29 08:23:54 2014 kdm-4.11.11-115.3.x86_64 Fri Aug 29 08:23:53 2014 libsamba-credentials0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:23:51 2014 libndr0-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:23:51 2014 kdebase4-workspace-ksysguardd-4.11.11-115.3.x86_64 Fri Aug 29 08:23:50 2014 libsamba-util0-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:23:49 2014 libgensec0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:23:48 2014 kdebase4-workspace-4.11.11-115.3.x86_64 Fri Aug 29 08:23:47 2014 samba-libs-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:23:41 2014 libndr-nbt0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:23:40 2014 kdebase4-workspace-liboxygenstyle-4.11.11-115.3.x86_64 Fri Aug 29 08:23:39 2014 libdcerpc-binding0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:23:38 2014 libdcerpc-binding0-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:23:38 2014 kwin-4.11.11-115.3.x86_64 Fri Aug 29 08:23:37 2014 kdelibs4-4.11.5-484.1.x86_64 Fri Aug 29 08:23:31 2014 libtevent-util0-4.1.11-3.26.1.x86_64 Fri Aug 29 08:23:28 2014 libtevent-util0-32bit-4.1.11-3.26.1.x86_64 Fri Aug 29 08:23:28 2014 kdelibs4-core-4.11.5-484.1.x86_64 Fri Aug 29 08:23:27 2014 kde4-kgreeter-plugins-4.11.11-115.3.x86_64 Fri Aug 29 08:23:27 2014 libldb1-32bit-1.1.17-3.4.1.x86_64 Fri Aug 29 08:23:26 2014 pytalloc-2.1.1-7.4.1.x86_64 Fri Aug 29 08:23:25 2014 libldb1-1.1.17-3.4.1.x86_64 Fri Aug 29 08:23:25 2014 python-2.7.6-8.14.1.x86_64 Fri Aug 29 08:23:24 2014 pytalloc-32bit-2.1.1-7.4.1.x86_64 Fri Aug 29 08:23:24 2014 python-xml-2.7.6-8.14.1.x86_64 Fri Aug 29 08:23:22 2014 python-kdebase4-4.11.11-115.3.x86_64 Fri Aug 29 08:23:22 2014 libksuseinstall1-4.11.5-484.1.x86_64 Fri Aug 29 08:23:17 2014 elfutils-0.155-6.4.1.x86_64 Fri Aug 29 08:23:16 2014 libebl1-0.155-6.4.1.x86_64 Fri Aug 29 08:23:15 2014 libtevent0-32bit-0.9.21-4.4.1.x86_64 Fri Aug 29 08:23:14 2014 sg3_utils-1.36-3.4.1.x86_64 Fri Aug 29 08:23:13 2014 libtevent0-0.9.21-4.4.1.x86_64 Fri Aug 29 08:23:13 2014 python-base-2.7.6-8.14.1.x86_64 Fri Aug 29 08:23:11 2014 openssl-1.0.1i-11.52.1.x86_64 Fri Aug 29 08:23:08 2014 libkde4-4.11.5-484.1.x86_64 Fri Aug 29 08:23:05 2014 wireshark-1.10.9-20.1.x86_64 Fri Aug 29 08:23:03 2014 libdw1-0.155-6.4.1.x86_64 Fri Aug 29 08:22:59 2014 libasm1-0.155-6.4.1.x86_64 Fri Aug 29 08:22:59 2014 hunspell-tools-1.3.2-15.4.1.x86_64 Fri Aug 29 08:22:59 2014 ucode-amd-20130714git-2.21.1.noarch Fri Aug 29 08:21:36 2014 libyui-qt-pkg5-2.42.13-2.4.1.x86_64 Fri Aug 29 08:21:36 2014 libtdb1-32bit-1.3.0-4.4.1.x86_64 Fri Aug 29 08:21:35 2014 libtdb1-1.3.0-4.4.1.x86_64 Fri Aug 29 08:21:34 2014 libtalloc2-32bit-2.1.1-7.4.1.x86_64 Fri Aug 29 08:21:34 2014 libtalloc2-2.1.1-7.4.1.x86_64 Fri Aug 29 08:21:33 2014 libsgutils2-2-1.36-3.4.1.x86_64 Fri Aug 29 08:21:33 2014 libpython2_7-1_0-32bit-2.7.6-8.14.1.x86_64 Fri Aug 29 08:21:32 2014 libpython2_7-1_0-2.7.6-8.14.1.x86_64 Fri Aug 29 08:21:31 2014 libopenssl1_0_0-32bit-1.0.1i-11.52.1.x86_64 Fri Aug 29 08:21:31 2014 libopenssl1_0_0-1.0.1i-11.52.1.x86_64 Fri Aug 29 08:21:30 2014 libkdecore4-4.11.5-484.1.x86_64 Fri Aug 29 08:21:28 2014 libjbig2-32bit-2.0-10.4.1.x86_64 Fri Aug 29 08:21:26 2014 libjbig2-2.0-10.4.1.x86_64 Fri Aug 29 08:21:26 2014 libgpgme11-1.4.4-2.4.1.x86_64 Fri Aug 29 08:21:25 2014 libgcrypt11-32bit-1.5.4-2.4.1.x86_64 Fri Aug 29 08:21:24 2014 libgcrypt11-1.5.4-2.4.1.x86_64 Fri Aug 29 08:21:24 2014 libelf1-0.155-6.4.1.x86_64 Fri Aug 29 08:21:22 2014 krb5-32bit-1.11.3-3.12.1.x86_64 Fri Aug 29 08:21:22 2014 krb5-1.11.3-3.12.1.x86_64 Fri Aug 29 08:21:21 2014 kexec-tools-2.0.3-5.4.1.x86_64 Fri Aug 29 08:21:20 2014 kernel-firmware-20130714git-2.21.1.noarch Fri Aug 29 08:21:18 2014 kernel-desktop-3.11.10-21.1.x86_64 Fri Aug 29 08:20:46 2014 hunspell-1.3.2-15.4.1.x86_64 Fri Aug 29 08:20:34 2014 at-3.1.13-5.8.1.x86_64 Fri Aug 29 08:20:31 2014 zypper-1.9.17-26.1.x86_64 Fri Aug 29 08:08:23 2014 zypper-log-1.9.17-26.1.noarch Fri Aug 29 08:08:22 2014 zypper-aptitude-1.9.17-26.1.noarch Fri Aug 29 08:08:22 2014 libzypp-13.10.4-23.1.x86_64 Fri Aug 29 08:08:21 2014 findutils-locate-4.5.12-1.1.x86_64 Thu Aug 28 15:09:35 2014 policycoreutils-lang-2.1.14-3.1.3.noarch Thu Aug 28 15:08:36 2014 policycoreutils-2.1.14-3.1.3.x86_64 Thu Aug 28 15:08:35 2014 radvd-1.9.rc1_git201206030100-5.4.1.x86_64 Thu Aug 28 15:08:34 2014 checkpolicy-2.1.12-2.4.1.x86_64 Thu Aug 28 15:08:33 2014 selinux-tools-2.1.13-4.1.21.x86_64 Thu Aug 28 15:08:31 2014 python-selinux-2.1.13-4.1.3.x86_64 Thu Aug 28 15:08:30 2014 audit-libs-python-2.2.3-4.1.2.x86_64 Thu Aug 28 15:08:29 2014 dhcp-server-4.2.5.P1-0.6.9.1.x86_64 Thu Aug 28 13:15:45 2014 yast2-dns-server-3.0.1-2.1.4.noarch Thu Aug 28 13:15:43 2014 yast2-dhcp-server-3.0.0-2.1.4.noarch Thu Aug 28 13:15:43 2014 dnsmasq-utils-2.65-7.1.2.x86_64 Thu Aug 28 10:43:16 2014 And a huge number on Aug 3. And a huge number on Aug. 3. I have no idea why there would be so many then. I first installed openSUSE on this computer back in May or June. gnome-keyring-pam-32bit-3.10.1-6.1.x86_64 Sun Aug 3 14:50:35 2014 gnome-keyring-pam-3.10.1-6.1.x86_64 Sun Aug 3 14:50:32 2014 gnome-keyring-3.10.1-6.1.x86_64 Sun Aug 3 14:50:28 2014 libxkbcommon0-0.3.0-2.1.2.x86_64 Sun Aug 3 14:50:18 2014 libwayland-cursor0-1.2.1-1.1.x86_64 Sun Aug 3 14:50:18 2014 apper-lang-0.8.1-11.7.1.noarch Sun Aug 3 14:50:17 2014 apper-0.8.1-11.7.1.x86_64 Sun Aug 3 14:50:16 2014 kdeartwork4-screensaver-4.11.5-143.11.x86_64 Sun Aug 3 14:50:15 2014 kdebase4-session-4.11-2.8.1.noarch Sun Aug 3 14:50:13 2014 kdebase4-openSUSE-13.1-6.9.11.x86_64 Sun Aug 3 14:50:13 2014 kget-4.11.5-116.1.x86_64 Sun Aug 3 14:50:11 2014 plasma-addons-4.11.5-318.2.x86_64 Sun Aug 3 14:50:07 2014 plasma-addons-lancelot-4.11.5-318.2.x86_64 Sun Aug 3 14:50:06 2014 kdebase4-workspace-branding-openSUSE-13.1-6.9.11.x86_64 Sun Aug 3 14:50:01 2014 icewm-1.3.7-26.4.1.x86_64 Sun Aug 3 14:49:54 2014 kaddressbook-4.11.5-468.2.x86_64 Sun Aug 3 14:49:53 2014 kmail-4.11.5-468.2.x86_64 Sun Aug 3 14:49:51 2014 kontact-4.11.5-468.2.x86_64 Sun Aug 3 14:49:50 2014 korganizer-4.11.5-468.2.x86_64 Sun Aug 3 14:49:48 2014 konqueror-4.11.5-474.8.x86_64 Sun Aug 3 14:49:45 2014 kdepim4-4.11.5-468.2.x86_64 Sun Aug 3 14:49:43 2014 marble-doc-4.11.5-186.3.noarch Sun Aug 3 14:49:41 2014 plasma-addons-marble-4.11.5-318.2.x86_64 Sun Aug 3 14:49:40 2014 NetworkManager-kde4-libs-lang-0.9.0.10-2.8.1.noarch Sun Aug 3 14:49:40 2014 NetworkManager-vpnc-kde4-0.9.0.10-2.8.1.x86_64 Sun Aug 3 14:49:39 2014 NetworkManager-pptp-kde4-0.9.0.10-2.8.1.x86_64 Sun Aug 3 14:49:39 2014 NetworkManager-openvpn-kde4-0.9.0.10-2.8.1.x86_64 Sun Aug 3 14:49:39 2014 plasmoid-networkmanagement-0.9.0.10-2.8.1.x86_64 Sun Aug 3 14:49:38 2014 dolphin-4.11.5-474.8.x86_64 Sun Aug 3 14:49:36 2014 konqueror-plugins-4.11.5-474.8.x86_64 Sun Aug 3 14:49:34 2014 akonadi-4.11.5-468.2.x86_64 Sun Aug 3 14:49:34 2014 kgpg-4.11.5-154.3.x86_64 Sun Aug 3 14:49:33 2014 kopete-4.11.5-98.3.x86_64 Sun Aug 3 14:49:31 2014 plasma-addons-akonadi-4.11.5-318.2.x86_64 Sun Aug 3 14:49:28 2014 kio_audiocd-4.11.5-172.3.x86_64 Sun Aug 3 14:49:28 2014 marble-data-4.11.5-186.3.noarch Sun Aug 3 14:49:27 2014 python-kde4-nepomuk-4.11.5-304.3.x86_64 Sun Aug 3 14:49:24 2014 python-kde4-knewstuff-4.11.5-304.3.x86_64 Sun Aug 3 14:49:24 2014 python-kde4-khtml-4.11.5-304.3.x86_64 Sun Aug 3 14:49:24 2014 python-kde4-akonadi-4.11.5-304.3.x86_64 Sun Aug 3 14:49:24 2014 python-kde4-plasma-4.11.5-304.3.x86_64 Sun Aug 3 14:49:23 2014 python-kde4-phonon-4.11.5-304.3.x86_64 Sun Aug 3 14:49:23 2014 python-kde4-soprano-4.11.5-304.3.x86_64 Sun Aug 3 14:49:22 2014 NetworkManager-kde4-libs-0.9.0.10-2.8.1.x86_64 Sun Aug 3 14:49:21 2014 akregator-4.11.5-468.2.x86_64 Sun Aug 3 14:49:20 2014 ark-4.11.5-200.1.x86_64 Sun Aug 3 14:49:19 2014 choqok-1.4-2.4.1.x86_64 Sun Aug 3 14:49:18 2014 gwenview-4.11.5-356.13.x86_64 Sun Aug 3 14:49:14 2014 kactivities4-4.11.5-528.1.x86_64 Sun Aug 3 14:49:11 2014 kcalc-4.11.5-160.9.x86_64 Sun Aug 3 14:49:10 2014 kcharselect-4.11.5-160.1.x86_64 Sun Aug 3 14:49:09 2014 kcolorchooser-4.11.5-322.1.x86_64 Sun Aug 3 14:49:08 2014 kde4-print-manager-4.11.5-124.3.x86_64 Sun Aug 3 14:49:07 2014 kdebase4-libkonq-4.11.5-474.8.x86_64 Sun Aug 3 14:49:04 2014 kdebase4-nsplugin-4.11.5-474.8.x86_64 Sun Aug 3 14:49:03 2014 kdenetwork4-filesharing-4.11.5-102.1.x86_64 Sun Aug 3 14:49:01 2014 kdepasswd-4.11.5-474.8.x86_64 Sun Aug 3 14:49:00 2014 kdepim4-runtime-4.11.5-457.1.x86_64 Sun Aug 3 14:48:58 2014 kdialog-4.11.5-474.8.x86_64 Sun Aug 3 14:48:57 2014 keditbookmarks-4.11.5-474.8.x86_64 Sun Aug 3 14:48:56 2014 kdnssd-4.11.5-116.1.x86_64 Sun Aug 3 14:48:56 2014 kgamma-4.11.5-334.1.x86_64 Sun Aug 3 14:48:55 2014 kio_kamera-4.11.5-376.3.x86_64 Sun Aug 3 14:48:54 2014 kmag-4.11.5-136.3.x86_64 Sun Aug 3 14:48:53 2014 kmahjongg-4.11.5-118.12.x86_64 Sun Aug 3 14:48:52 2014 kmix-4.11.5-190.3.x86_64 Sun Aug 3 14:48:51 2014 kmines-4.11.5-118.8.x86_64 Sun Aug 3 14:48:51 2014 kmousetool-4.11.5-136.3.x86_64 Sun Aug 3 14:48:50 2014 knotes-4.11.5-468.2.x86_64 Sun Aug 3 14:48:49 2014 kompare-4.11.5-98.1.x86_64 Sun Aug 3 14:48:48 2014 konsole-4.11.5-446.1.x86_64 Sun Aug 3 14:48:47 2014 kpat-4.11.5-118.8.x86_64 Sun Aug 3 14:48:43 2014 krdc-4.11.5-99.3.x86_64 Sun Aug 3 14:48:41 2014 kreversi-4.11.5-118.9.x86_64 Sun Aug 3 14:48:40 2014 krfb-4.11.5-99.1.x86_64 Sun Aug 3 14:48:39 2014 kscd-4.11.5-190.1.x86_64 Sun Aug 3 14:48:37 2014 kruler-4.11.5-316.1.x86_64 Sun Aug 3 14:48:37 2014 kscreen-1.0.2.1-3.4.1.x86_64 Sun Aug 3 14:48:36 2014 ksudoku-4.11.5-118.8.x86_64 Sun Aug 3 14:48:35 2014 ksnapshot-4.11.5-280.1.x86_64 Sun Aug 3 14:48:35 2014 kwalletmanager-4.11.5-138.3.x86_64 Sun Aug 3 14:48:33 2014 kwrite-4.11.5-456.7.x86_64 Sun Aug 3 14:48:32 2014 libkcompactdisc4-4.11.5-170.1.x86_64 Sun Aug 3 14:48:31 2014 libkcddb4-4.11.5-170.1.x86_64 Sun Aug 3 14:48:31 2014 marble-4.11.5-186.3.x86_64 Sun Aug 3 14:48:30 2014 okular-4.11.5-150.1.x86_64 Sun Aug 3 14:48:29 2014 plasmoid-folderview-4.11.5-474.8.x86_64 Sun Aug 3 14:48:28 2014 python-kde4-4.11.5-304.3.x86_64 Sun Aug 3 14:48:27 2014 sweeper-4.11.5-106.1.x86_64 Sun Aug 3 14:48:25 2014 libreoffice-kde4-4.1.6.2-21.1.x86_64 Sun Aug 3 14:48:24 2014 libreoffice-filters-optional-4.1.6.2-21.1.x86_64 Sun Aug 3 14:48:24 2014 kdebase4-runtime-4.11.5-478.3.x86_64 Sun Aug 3 14:48:17 2014 libreoffice-math-4.1.6.2-21.1.x86_64 Sun Aug 3 14:48:12 2014 kdebase4-runtime-branding-openSUSE-13.1-6.9.11.x86_64 Sun Aug 3 14:48:10 2014 libreoffice-impress-extensions-4.1.6.2-21.1.x86_64 Sun Aug 3 14:48:09 2014 libreoffice-impress-4.1.6.2-21.1.x86_64 Sun Aug 3 14:48:06 2014 libreoffice-help-en-US-4.1.6.2-21.1.noarch Sun Aug 3 14:48:04 2014 libreoffice-draw-extensions-4.1.6.2-21.1.x86_64 Sun Aug 3 14:48:02 2014 libreoffice-mailmerge-4.1.6.2-21.1.x86_64 Sun Aug 3 14:48:01 2014 libreoffice-draw-4.1.6.2-21.1.x86_64 Sun Aug 3 14:48:01 2014 libreoffice-calc-extensions-4.1.6.2-21.1.x86_64 Sun Aug 3 14:48:00 2014 libreoffice-pyuno-4.1.6.2-21.1.x86_64 Sun Aug 3 14:47:58 2014 libreoffice-calc-4.1.6.2-21.1.x86_64 Sun Aug 3 14:47:56 2014 libreoffice-base-extensions-4.1.6.2-21.1.x86_64 Sun Aug 3 14:47:55 2014 libreoffice-base-drivers-mysql-4.1.6.2-21.1.x86_64 Sun Aug 3 14:47:54 2014 libreoffice-base-4.1.6.2-21.1.x86_64 Sun Aug 3 14:47:52 2014 libreoffice-writer-extensions-4.1.6.2-21.1.x86_64 Sun Aug 3 14:47:50 2014 libreoffice-writer-4.1.6.2-21.1.x86_64 Sun Aug 3 14:47:45 2014 libgstriff-1_0-0-1.0.10-2.4.1.x86_64 Sun Aug 3 14:47:43 2014 kdepimlibs4-4.11.5-478.4.x86_64 Sun Aug 3 14:47:40 2014 libkdepim4-4.11.5-468.2.x86_64 Sun Aug 3 14:47:38 2014 libreoffice-4.1.6.2-21.1.x86_64 Sun Aug 3 14:47:23 2014 libgsttag-1_0-0-1.0.10-2.4.1.x86_64 Sun Aug 3 14:47:07 2014 libakonadi4-4.11.5-478.4.x86_64 Sun Aug 3 14:47:07 2014 libreoffice-icon-theme-crystal-4.1.6.2-21.1.noarch Sun Aug 3 14:47:04 2014 gstreamer-plugins-base-1.0.10-2.4.1.x86_64 Sun Aug 3 14:47:04 2014 libkmahjongglib4-4.11.5-106.3.x86_64 Sun Aug 3 14:47:03 2014 libkdepimlibs4-4.11.5-478.4.x86_64 Sun Aug 3 14:47:02 2014 libkactivities6-4.11.5-528.1.x86_64 Sun Aug 3 14:47:02 2014 libnepomukwidgets4-4.11.5-154.1.x86_64 Sun Aug 3 14:47:01 2014 libreoffice-icon-theme-galaxy-4.1.6.2-21.1.noarch Sun Aug 3 14:46:59 2014 libkdcraw22-4.11.5-298.1.x86_64 Sun Aug 3 14:46:58 2014 libgstaudio-1_0-0-1.0.10-2.4.1.x86_64 Sun Aug 3 14:46:58 2014 libkdegames6-4.11.5-106.3.x86_64 Sun Aug 3 14:46:57 2014 libkexiv2-11-4.11.5-298.1.x86_64 Sun Aug 3 14:46:56 2014 libkerfuffle4-4.11.5-200.1.x86_64 Sun Aug 3 14:46:56 2014 libkipi11-4.11.5-298.1.x86_64 Sun Aug 3 14:46:55 2014 libkmahjongg-4.11.5-106.3.x86_64 Sun Aug 3 14:46:54 2014 libkonq5-4.11.5-474.8.x86_64 Sun Aug 3 14:46:53 2014 libksane0-4.11.5-234.1.x86_64 Sun Aug 3 14:46:52 2014 libkscreen-1.0.2-3.4.1.x86_64 Sun Aug 3 14:46:51 2014 libktexteditor-4.11.5-456.7.x86_64 Sun Aug 3 14:46:49 2014 nepomuk-core-4.11.5-137.3.x86_64 Sun Aug 3 14:46:47 2014 yast2-ldap-client-3.0.2-2.4.1.noarch Sun Aug 3 14:46:46 2014 libreoffice-icon-theme-hicontrast-4.1.6.2-21.1.noarch Sun Aug 3 14:46:40 2014 ImageMagick-6.8.6.9-2.16.1.x86_64 Sun Aug 3 14:46:40 2014 libgstvideo-1_0-0-1.0.10-2.4.1.x86_64 Sun Aug 3 14:46:37 2014 yast2-add-on-3.0.3-4.1.noarch Sun Aug 3 14:46:32 2014 yast2-network-3.0.9-10.2.x86_64 Sun Aug 3 14:46:31 2014 gtk2-theme-oxygen-1.4.4-2.8.1.x86_64 Sun Aug 3 14:46:29 2014 icedtea-web-1.4.2-4.1.x86_64 Sun Aug 3 14:46:28 2014 libreoffice-icon-theme-oxygen-4.1.6.2-21.1.noarch Sun Aug 3 14:46:27 2014 libMagickWand-6_Q16-1-6.8.6.9-2.16.1.x86_64 Sun Aug 3 14:46:26 2014 libgstapp-1_0-0-1.0.10-2.4.1.x86_64 Sun Aug 3 14:46:22 2014 yast2-iscsi-client-3.0.1-2.4.1.noarch Sun Aug 3 14:46:21 2014 dhcp-client-4.2.5.P1-0.6.9.1.x86_64 Sun Aug 3 14:46:21 2014 yast2-nis-client-3.0.1-2.4.3.x86_64 Sun Aug 3 14:46:20 2014 yast2-services-manager-0.0.11-3.4.1.noarch Sun Aug 3 14:46:19 2014 yast2-storage-3.0.9-4.2.x86_64 Sun Aug 3 14:46:18 2014 gtk2-engine-oxygen-1.4.4-2.8.1.x86_64 Sun Aug 3 14:46:16 2014 java-1_7_0-openjdk-1.7.0.6-24.13.5.x86_64 Sun Aug 3 14:46:15 2014 libMagickCore-6_Q16-1-6.8.6.9-2.16.1.x86_64 Sun Aug 3 14:46:14 2014 typelib-1_0-Pango-1_0-1.36.1-4.2.x86_64 Sun Aug 3 14:46:03 2014 plymouth-plugin-label-0.8.8_git201309032142-2.5.1.x86_64 Sun Aug 3 14:46:03 2014 libgstpbutils-1_0-0-1.0.10-2.4.1.x86_64 Sun Aug 3 14:46:03 2014 dhcp-4.2.5.P1-0.6.9.1.x86_64 Sun Aug 3 14:45:45 2014 SuSEfirewall2-3.6.305-2.4.1.noarch Sun Aug 3 14:45:45 2014 yast2-3.0.14-17.1.x86_64 Sun Aug 3 14:45:44 2014 hplip-sane-3.13.10-4.2.x86_64 Sun Aug 3 14:45:43 2014 libpango-1_0-0-1.36.1-4.2.x86_64 Sun Aug 3 14:45:41 2014 libmarblewidget16-4.11.5-186.3.x86_64 Sun Aug 3 14:45:37 2014 python-qt4-4.10.3-3.4.1.x86_64 Sun Aug 3 14:45:36 2014 phonon-backend-gstreamer-0_10-4.7.1-2.12.1.x86_64 Sun Aug 3 14:45:34 2014 avahi-0.6.31-16.6.1.x86_64 Sun Aug 3 14:45:32 2014 udevmountd-0.81.5-30.1.x86_64 Sun Aug 3 14:45:31 2014 hplip-hpijs-3.13.10-4.2.x86_64 Sun Aug 3 14:45:30 2014 java-1_7_0-openjdk-headless-1.7.0.6-24.13.5.x86_64 Sun Aug 3 14:45:24 2014 libfreerdp-1_0-plugins-1.0.2-3.4.1.x86_64 Sun Aug 3 14:45:15 2014 libcairo-gobject2-1.12.16-3.4.1.x86_64 Sun Aug 3 14:45:14 2014 pango-tools-1.36.1-4.2.x86_64 Sun Aug 3 14:45:13 2014 libpoppler-glib8-0.24.3-12.1.x86_64 Sun Aug 3 14:45:13 2014 python-gobject-cairo-3.10.2-4.1.x86_64 Sun Aug 3 14:45:12 2014 poppler-tools-0.24.3-12.1.x86_64 Sun Aug 3 14:45:12 2014 akonadi-runtime-1.10.3-7.1.x86_64 Sun Aug 3 14:45:08 2014 libQtWebKit4-4.8.5+2.3.3-2.6.1.x86_64 Sun Aug 3 14:45:06 2014 libpoppler-qt4-4-0.24.3-12.1.x86_64 Sun Aug 3 14:45:04 2014 libphonon4-4.7.1-8.3.x86_64 Sun Aug 3 14:45:04 2014 libqt4-qt3support-4.8.5-5.9.2.x86_64 Sun Aug 3 14:45:03 2014 sysconfig-network-0.81.5-30.1.x86_64 Sun Aug 3 14:45:00 2014 cups-1.5.4-12.13.1.x86_64 Sun Aug 3 14:44:57 2014 glamor-0.5.1-2.4.1.x86_64 Sun Aug 3 14:44:52 2014 hugin-2012.0.0-8.4.1.x86_64 Sun Aug 3 14:44:44 2014 libcairo2-1.12.16-3.4.1.x86_64 Sun Aug 3 14:44:40 2014 libqt4-x11-4.8.5-5.9.2.x86_64 Sun Aug 3 14:44:39 2014 xf86-video-mach64-6.9.4-6.4.1.x86_64 Sun Aug 3 14:44:17 2014 xf86-input-vmmouse-13.0.0-5.4.1.x86_64 Sun Aug 3 14:44:17 2014 xf86-video-modesetting-0.8.0-3.5.1.x86_64 Sun Aug 3 14:44:16 2014 gsettings-backend-dconf-0.18.0-12.2.x86_64 Sun Aug 3 14:44:15 2014 at-spi2-atk-gtk2-2.10.2-12.1.x86_64 Sun Aug 3 14:44:15 2014 sysconfig-netconfig-0.81.5-30.1.x86_64 Sun Aug 3 14:44:14 2014 libstorage-ruby-2.24.8-3.1.x86_64 Sun Aug 3 14:44:14 2014 pulseaudio-module-x11-4.0.git.270.g9490a-12.1.x86_64 Sun Aug 3 14:44:13 2014 cups-client-1.5.4-12.13.1.x86_64 Sun Aug 3 14:44:13 2014 Mesa-libGL1-9.2.3-61.9.1.x86_64 Sun Aug 3 14:44:12 2014 xorg-x11-server-7.6_1.14.3.901-8.1.x86_64 Sun Aug 3 14:44:11 2014 pulseaudio-module-bluetooth-4.0.git.270.g9490a-12.1.x86_64 Sun Aug 3 14:44:10 2014 libatk-bridge-2_0-0-2.10.2-12.1.x86_64 Sun Aug 3 14:44:10 2014 libdconf1-0.18.0-12.2.x86_64 Sun Aug 3 14:44:07 2014 libstorage4-2.24.8-3.1.x86_64 Sun Aug 3 14:44:06 2014 sysconfig-0.81.5-30.1.x86_64 Sun Aug 3 14:44:05 2014 plymouth-scripts-0.8.8_git201309032142-2.5.1.x86_64 Sun Aug 3 14:44:05 2014 cups-libs-1.5.4-12.13.1.x86_64 Sun Aug 3 14:44:04 2014 pm-utils-1.4.1-33.5.1.x86_64 Sun Aug 3 14:44:03 2014 pulseaudio-module-jack-4.0.git.270.g9490a-12.1.x86_64 Sun Aug 3 14:44:02 2014 pulseaudio-module-zeroconf-4.0.git.270.g9490a-12.1.x86_64 Sun Aug 3 14:44:01 2014 pulseaudio-module-lirc-4.0.git.270.g9490a-12.1.x86_64 Sun Aug 3 14:44:01 2014 pulseaudio-utils-4.0.git.270.g9490a-12.1.x86_64 Sun Aug 3 14:43:59 2014 Mesa-9.2.3-61.9.1.x86_64 Sun Aug 3 14:43:55 2014 ModemManager-1.0.0-3.4.1.x86_64 Sun Aug 3 14:43:37 2014 at-spi2-core-2.10.2-12.1.x86_64 Sun Aug 3 14:43:35 2014 autofs-5.0.8-19.8.1.x86_64 Sun Aug 3 14:43:33 2014 bluez-5.8-3.9.1.x86_64 Sun Aug 3 14:43:31 2014 dconf-0.18.0-12.2.x86_64 Sun Aug 3 14:43:30 2014 irqbalance-1.0.7-6.4.1.x86_64 Sun Aug 3 14:43:28 2014 lvm2-2.02.98-0.28.18.1.x86_64 Sun Aug 3 14:42:30 2014 multipath-tools-0.4.9-11.4.1.x86_64 Sun Aug 3 14:40:09 2014 nscd-2.18-4.15.1.x86_64 Sun Aug 3 14:40:06 2014 openssh-6.2p2-3.4.1.x86_64 Sun Aug 3 14:40:04 2014 plymouth-0.8.8_git201309032142-2.5.1.x86_64 Sun Aug 3 14:38:59 2014 procps-3.3.8-5.4.1.x86_64 Sun Aug 3 14:38:58 2014 rsync-3.1.0-21.8.1.x86_64 Sun Aug 3 14:38:56 2014 udisks2-2.1.1-2.8.1.x86_64 Sun Aug 3 14:38:52 2014 upower-0.9.23-2.4.1.x86_64 Sun Aug 3 14:38:50 2014 wpa_supplicant-2.0-3.4.1.x86_64 Sun Aug 3 14:38:48 2014 xinetd-2.3.15-2.8.1.x86_64 Sun Aug 3 14:38:46 2014 pulseaudio-4.0.git.270.g9490a-12.1.x86_64 Sun Aug 3 14:38:43 2014 Mesa-libEGL1-9.2.3-61.9.1.x86_64 Sun Aug 3 14:38:30 2014 dbus-1-1.7.4-4.16.2.x86_64 Sun Aug 3 14:38:29 2014 android-tools-4.2.2_r1-2.4.1.x86_64 Sun Aug 3 14:38:24 2014 kernel-desktop-3.11.10-17.2.x86_64 Sun Aug 3 14:37:01 2014 libgbm1-9.2.3-61.9.1.x86_64 Sun Aug 3 14:36:47 2014 libcolord2-1.1.2-5.2.x86_64 Sun Aug 3 14:36:47 2014 libgudev-1_0-0-208-23.3.x86_64 Sun Aug 3 14:36:46 2014 mdadm-3.3-4.8.1.x86_64 Sun Aug 3 14:35:58 2014 parted-2.4-34.5.1.x86_64 Sun Aug 3 14:35:56 2014 systemd-presets-branding-openSUSE-0.3.0-3.4.1.noarch Sun Aug 3 14:35:55 2014 udev-208-23.3.x86_64 Sun Aug 3 14:35:08 2014 mkinitrd-2.8.1-5.1.x86_64 Sun Aug 3 14:34:47 2014 systemd-sysvinit-208-23.3.x86_64 Sun Aug 3 14:34:46 2014 aaa_base-extras-13.1-16.42.1.x86_64 Sun Aug 3 14:34:46 2014 ntp-4.2.6p5-15.5.1.x86_64 Sun Aug 3 14:34:44 2014 systemd-208-23.3.x86_64 Sun Aug 3 14:34:38 2014 libsoup-2_4-1-2.44.2-4.1.x86_64 Sun Aug 3 14:34:36 2014 glib-networking-lang-2.38.2-8.1.noarch Sun Aug 3 14:34:36 2014 typelib-1_0-GdkPixbuf-2_0-2.30.1-20.1.x86_64 Sun Aug 3 14:34:35 2014 gdk-pixbuf-lang-2.30.1-20.1.noarch Sun Aug 3 14:34:35 2014 aaa_base-13.1-16.42.1.x86_64 Sun Aug 3 14:34:31 2014 libudev1-208-23.3.x86_64 Sun Aug 3 14:34:30 2014 glib-networking-2.38.2-8.1.x86_64 Sun Aug 3 14:34:29 2014 libgdk_pixbuf-2_0-0-2.30.1-20.1.x86_64 Sun Aug 3 14:34:28 2014 libibus-1_0-5-1.5.4-12.1.x86_64 Sun Aug 3 14:34:27 2014 libudisks2-0-2.1.1-2.8.1.x86_64 Sun Aug 3 14:34:26 2014 libmm-glib0-1.0.0-3.4.1.x86_64 Sun Aug 3 14:34:26 2014 openSUSE-build-key-1.0-24.4.1.noarch Sun Aug 3 14:34:25 2014 sudo-1.8.7-5.5.1.x86_64 Sun Aug 3 14:34:24 2014 util-linux-2.23.2-10.1.x86_64 Sun Aug 3 14:34:23 2014 gio-branding-openSUSE-13.1-2.13.1.noarch Sun Aug 3 14:34:21 2014 plymouth-plugin-script-0.8.8_git201309032142-2.5.1.x86_64 Sun Aug 3 14:34:20 2014 systemd-32bit-208-23.3.x86_64 Sun Aug 3 14:34:19 2014 bind-utils-9.9.4P2-2.8.1.x86_64 Sun Aug 3 14:34:19 2014 gpg2-2.0.22-8.1.x86_64 Sun Aug 3 14:34:18 2014 curl-7.32.0-2.23.1.x86_64 Sun Aug 3 14:34:18 2014 vorbis-tools-1.4.0-14.4.1.x86_64 Sun Aug 3 14:34:17 2014 nfs-client-1.2.8-4.13.1.x86_64 Sun Aug 3 14:34:14 2014 pam-1.1.8-6.1.x86_64 Sun Aug 3 14:34:13 2014 libkscreen1-1.0.2-3.4.1.x86_64 Sun Aug 3 14:34:12 2014 libqt4-sql-sqlite-4.8.5-5.9.2.x86_64 Sun Aug 3 14:34:11 2014 libqt4-sql-mysql-4.8.5-5.9.2.x86_64 Sun Aug 3 14:34:11 2014 glib2-tools-2.38.2-8.2.x86_64 Sun Aug 3 14:34:11 2014 ca-certificates-mozilla-1.97-3.12.1.noarch Sun Aug 3 14:34:01 2014 python-gobject-3.10.2-4.1.x86_64 Sun Aug 3 14:34:00 2014 libply-splash-graphics2-0.8.8_git201309032142-2.5.1.x86_64 Sun Aug 3 14:34:00 2014 python-numpy-1.7.1-4.4.1.x86_64 Sun Aug 3 14:33:59 2014 rpm-python-4.11.1-6.5.1.x86_64 Sun Aug 3 14:33:58 2014 pam-32bit-1.1.8-6.1.x86_64 Sun Aug 3 14:33:52 2014 bind-libs-9.9.4P2-2.8.1.x86_64 Sun Aug 3 14:33:52 2014 libtirpc1-0.2.3-4.1.x86_64 Sun Aug 3 14:33:51 2014 libcurl4-7.32.0-2.23.1.x86_64 Sun Aug 3 14:33:51 2014 libsnmp30-5.7.2-9.4.1.x86_64 Sun Aug 3 14:33:50 2014 yast2-ruby-bindings-3.0.5-4.1.x86_64 Sun Aug 3 14:33:49 2014 grub2-x86_64-efi-2.00-39.8.1.x86_64 Sun Aug 3 14:33:49 2014 apparmor-utils-2.8.2-4.13.1.noarch Sun Aug 3 14:33:48 2014 libakonadiprotocolinternals1-1.10.3-7.1.x86_64 Sun Aug 3 14:33:47 2014 libqt4-sql-4.8.5-5.9.2.x86_64 Sun Aug 3 14:33:46 2014 libSDL-1_2-0-1.2.15-10.4.1.x86_64 Sun Aug 3 14:33:46 2014 libpulse-mainloop-glib0-4.0.git.270.g9490a-12.1.x86_64 Sun Aug 3 14:33:45 2014 gdk-pixbuf-query-loaders-2.30.1-20.1.x86_64 Sun Aug 3 14:33:45 2014 libgio-2_0-0-2.38.2-8.2.x86_64 Sun Aug 3 14:33:44 2014 libgck-modules-gnome-keyring-3.10.1-6.1.x86_64 Sun Aug 3 14:33:44 2014 libatspi0-2.10.2-12.1.x86_64 Sun Aug 3 14:33:43 2014 libupower-glib1-0.9.23-2.4.1.x86_64 Sun Aug 3 14:33:42 2014 a2ps-4.13-1356.4.1.x86_64 Sun Aug 3 14:33:41 2014 less-458-2.4.1.x86_64 Sun Aug 3 14:33:40 2014 freerdp-1.0.2-3.4.1.x86_64 Sun Aug 3 14:33:40 2014 ca-certificates-1_201312011643-4.1.noarch Sun Aug 3 14:33:34 2014 libply-splash-core2-0.8.8_git201309032142-2.5.1.x86_64 Sun Aug 3 14:33:33 2014 libparted0-2.4-34.5.1.x86_64 Sun Aug 3 14:33:31 2014 libmount1-2.23.2-10.1.x86_64 Sun Aug 3 14:33:31 2014 libtirpc1-32bit-0.2.3-4.1.x86_64 Sun Aug 3 14:33:27 2014 cups-libs-32bit-1.5.4-12.13.1.x86_64 Sun Aug 3 14:33:27 2014 Mesa-libGLESv2-2-9.2.3-61.9.1.x86_64 Sun Aug 3 14:33:26 2014 apparmor-profiles-2.8.2-4.13.1.noarch Sun Aug 3 14:33:13 2014 alsa-1.0.27.2-3.5.1.x86_64 Sun Aug 3 14:33:11 2014 avahi-autoipd-0.6.31-16.6.1.x86_64 Sun Aug 3 14:33:10 2014 glibc-locale-2.18-4.15.1.x86_64 Sun Aug 3 14:33:08 2014 logrotate-3.8.7-4.8.1.x86_64 Sun Aug 3 14:32:58 2014 rpm-4.11.1-6.5.1.x86_64 Sun Aug 3 14:32:57 2014 ruby20-2.0.0.p247-3.15.1.x86_64 Sun Aug 3 14:32:55 2014 vim-7.4.052-4.1.x86_64 Sun Aug 3 14:32:53 2014 vim-data-7.4.052-4.1.noarch Sun Aug 3 14:32:52 2014 x11-tools-0.1-195.5.1.noarch Sun Aug 3 14:32:46 2014 libpoppler43-0.24.3-12.1.x86_64 Sun Aug 3 14:32:45 2014 grub2-i386-pc-2.00-39.8.1.x86_64 Sun Aug 3 14:32:33 2014 perl-apparmor-2.8.2-4.13.1.x86_64 Sun Aug 3 14:32:32 2014 alsa-oss-1.0.25-8.4.1.x86_64 Sun Aug 3 14:32:32 2014 libavahi-client3-0.6.31-16.6.1.x86_64 Sun Aug 3 14:32:31 2014 libavahi-glib1-0.6.31-16.6.1.x86_64 Sun Aug 3 14:32:30 2014 libavahi-core7-0.6.31-16.6.1.x86_64 Sun Aug 3 14:32:30 2014 liblapack3-3.4.2-6.4.1.x86_64 Sun Aug 3 14:32:29 2014 libqt4-4.8.5-5.9.2.x86_64 Sun Aug 3 14:32:28 2014 libpulse0-4.0.git.270.g9490a-12.1.x86_64 Sun Aug 3 14:32:26 2014 libgmodule-2_0-0-2.38.2-8.2.x86_64 Sun Aug 3 14:32:24 2014 libgthread-2_0-0-2.38.2-8.2.x86_64 Sun Aug 3 14:32:23 2014 libgobject-2_0-0-2.38.2-8.2.x86_64 Sun Aug 3 14:32:23 2014 libpyglib-gi-2_0-python2-0-3.10.2-4.1.x86_64 Sun Aug 3 14:32:20 2014 libgadu3-1.11.4-4.4.1.x86_64 Sun Aug 3 14:32:20 2014 iputils-s20101006-23.4.1.x86_64 Sun Aug 3 14:32:19 2014 file-5.15-4.20.1.x86_64 Sun Aug 3 14:32:19 2014 libfreerdp-1_0-1.0.2-3.4.1.x86_64 Sun Aug 3 14:32:18 2014 libssh4-0.5.5-2.8.1.x86_64 Sun Aug 3 14:32:17 2014 libply2-0.8.8_git201309032142-2.5.1.x86_64 Sun Aug 3 14:32:16 2014 libblkid1-2.23.2-10.1.x86_64 Sun Aug 3 14:32:12 2014 libgphoto2-6-2.5.2.1-2.14.1.x86_64 Sun Aug 3 14:32:10 2014 oxygen-icon-theme-large-4.11.5-108.1.noarch Sun Aug 3 14:32:03 2014 glibc-locale-32bit-2.18-4.15.2.x86_64 Sun Aug 3 14:31:58 2014 libdbus-1-3-32bit-1.7.4-4.16.1.x86_64 Sun Aug 3 14:31:56 2014 libpng16-16-32bit-1.6.6-12.1.x86_64 Sun Aug 3 14:31:55 2014 Mesa-libglapi0-9.2.3-61.9.1.x86_64 Sun Aug 3 14:31:54 2014 apparmor-parser-2.8.2-4.13.1.x86_64 Sun Aug 3 14:31:40 2014 coreutils-8.21-7.16.1.x86_64 Sun Aug 3 14:31:39 2014 dbus-1-x11-1.7.4-4.16.2.x86_64 Sun Aug 3 14:31:38 2014 enblend-enfuse-4.1.3-3.4.1.x86_64 Sun Aug 3 14:31:37 2014 dosfstools-3.0.22-2.4.1.x86_64 Sun Aug 3 14:31:37 2014 fontconfig-2.11.0-4.1.x86_64 Sun Aug 3 14:31:36 2014 glibc-extra-2.18-4.15.1.x86_64 Sun Aug 3 14:31:34 2014 grub2-2.00-39.8.1.x86_64 Sun Aug 3 14:31:33 2014 kpartx-0.4.9-11.4.1.x86_64 Sun Aug 3 14:31:31 2014 libXfont1-1.4.6-2.8.1.x86_64 Sun Aug 3 14:31:30 2014 libapparmor1-2.8.2-4.13.1.x86_64 Sun Aug 3 14:31:29 2014 libasound2-1.0.27.2-3.5.1.x86_64 Sun Aug 3 14:31:28 2014 libavahi-common3-0.6.31-16.6.1.x86_64 Sun Aug 3 14:31:27 2014 libbluetooth3-5.8-3.9.1.x86_64 Sun Aug 3 14:31:25 2014 libblas3-3.4.2-6.4.1.x86_64 Sun Aug 3 14:31:25 2014 libcap-ng0-0.7.3-2.4.1.x86_64 Sun Aug 3 14:31:24 2014 libdc1394-22-2.2.1-2.4.1.x86_64 Sun Aug 3 14:31:23 2014 libdbus-1-3-1.7.4-4.16.1.x86_64 Sun Aug 3 14:31:23 2014 libglib-2_0-0-2.38.2-8.2.x86_64 Sun Aug 3 14:31:22 2014 libjson0-0.10-3.4.1.x86_64 Sun Aug 3 14:31:21 2014 libgnutls28-3.2.4-2.24.1.x86_64 Sun Aug 3 14:31:21 2014 libmagic1-5.15-4.20.1.x86_64 Sun Aug 3 14:31:20 2014 liblzo2-2-2.06-12.4.1.x86_64 Sun Aug 3 14:31:20 2014 libmtp9-1.1.6-2.5.1.x86_64 Sun Aug 3 14:31:19 2014 libpcap1-1.3.0-4.4.1.x86_64 Sun Aug 3 14:31:18 2014 libpixman-1-0-0.30.2-2.5.1.x86_64 Sun Aug 3 14:31:17 2014 libpng16-16-1.6.6-12.1.x86_64 Sun Aug 3 14:31:16 2014 libply-boot-client2-0.8.8_git201309032142-2.5.1.x86_64 Sun Aug 3 14:31:16 2014 libprocps1-3.3.8-5.4.1.x86_64 Sun Aug 3 14:31:15 2014 libvdpau_r600-9.2.3-61.9.1.x86_64 Sun Aug 3 14:31:14 2014 libuuid1-2.23.2-10.1.x86_64 Sun Aug 3 14:31:14 2014 libvdpau_radeonsi-9.2.3-61.9.1.x86_64 Sun Aug 3 14:31:13 2014 libxml2-2-2.9.1-2.12.1.x86_64 Sun Aug 3 14:31:12 2014 libwayland-egl1-9.2.3-61.9.1.x86_64 Sun Aug 3 14:31:12 2014 libyaml-0-2-0.1.4-2.12.1.x86_64 Sun Aug 3 14:31:11 2014 mozilla-nspr-4.10.6-12.1.x86_64 Sun Aug 3 14:31:10 2014 libzip2-0.11.2-3.4.1.x86_64 Sun Aug 3 14:31:10 2014 yast2-ycp-ui-bindings-3.0.2-6.1.x86_64 Sun Aug 3 14:31:09 2014 tar-1.26-19.4.1.x86_64 Sun Aug 3 14:31:09 2014 zip-3.0-13.4.1.x86_64 Sun Aug 3 14:31:08 2014 yast2-trans-en_US-3.0.0-4.11.1.noarch Sun Aug 3 14:31:03 2014 snmp-mibs-5.7.2-9.4.1.x86_64 Sun Aug 3 14:31:02 2014 release-notes-openSUSE-13.1.10-33.1.noarch Sun Aug 3 14:31:02 2014 perl-LWP-Protocol-https-6.04-2.8.1.noarch Sun Aug 3 14:31:00 2014 oxygen-icon-theme-4.11.5-108.1.noarch Sun Aug 3 14:30:59 2014 opensuse-startup_en-13.1-8.1.noarch Sun Aug 3 14:30:53 2014 libkdegames-4.11.5-106.3.x86_64 Sun Aug 3 14:30:49 2014 kdegames4-carddecks-default-4.11.5-106.3.noarch Sun Aug 3 14:30:43 2014 glibc-32bit-2.18-4.15.2.x86_64 Sun Aug 3 14:30:41 2014 glibc-2.18-4.15.1.x86_64 Sun Aug 3 14:30:38 2014 file-magic-5.15-4.20.1.x86_64 Sun Aug 3 14:30:36 2014 at-spi2-atk-common-2.10.2-12.1.x86_64 Sun Aug 3 14:30:35 2014 apparmor-docs-2.8.2-4.13.1.noarch Sun Aug 3 14:30:35 2014 libsolv-tools-0.4.2-11.1.x86_64 Sun Aug 3 13:47:30 2014 kdeartwork4-wallpapers-weather-4.11.5-143.11.noarch Sun Aug 3 13:38:49 2014 kdeartwork4-wallpapers-4.11.5-143.11.noarch Sun Aug 3 13:38:23 2014 patterns-openSUSE-kde4_pure-13.1-13.6.1.x86_64 Sun Aug 3 13:38:11 2014 GeoIP-1.5.1-2.1.2.x86_64 Sun Aug 3 13:38:11 2014 libportaudio2-19_20111121-7.1.2.x86_64 Sun Aug 3 13:38:10 2014 libcares2-1.9.1-2.1.2.x86_64 Sun Aug 3 13:38:10 2014 libGeoIP1-1.5.1-2.1.2.x86_64 Sun Aug 3 13:38:10 2014 poppler-data-0.4.6-5.1.2.noarch Sun Aug 3 13:38:09 2014 unrar-5.0.11-2.1.6.x86_64 Sun Aug 3 13:38:03 2014 gstreamer-0_10-fluendo-mp3-18-2.2.1.x86_64 Sun Aug 3 13:38:03 2014 AdobeICCProfiles-2.0-150.1.6.noarch Sun Aug 3 13:38:02 2014 flash-plugin-11.2.202.394-release.x86_64 Sun Aug 3 13:23:05 2014 gimp-help-2.8.0-7.1.3.noarch Sun Aug 3 12:34:03 2014 gimp-plugins-python-2.8.6-3.2.2.x86_64 Sun Aug 3 12:33:55 2014 gimp-help-browser-2.8.6-3.2.2.x86_64 Sun Aug 3 12:33:55 2014 gimp-2.8.6-3.2.2.x86_64 Sun Aug 3 12:33:50 2014 yast2-backup-3.0.0-2.1.4.noarch Sun Aug 3 12:33:39 2014 patterns-openSUSE-yast2_basis-13.1-13.6.1.x86_64 Sun Aug 3 12:33:39 2014 patterns-openSUSE-kde4-13.1-13.6.1.x86_64 Sun Aug 3 12:33:38 2014 yast2-update-3.0.4-2.1.4.x86_64 Sun Aug 3 12:33:37 2014 patterns-openSUSE-non_oss_opt-13.1-13.6.1.x86_64 Sun Aug 3 12:33:37 2014 patterns-openSUSE-kde4_imaging-13.1-13.6.1.x86_64 Sun Aug 3 12:33:37 2014 yast2-samba-server-3.0.2-2.1.4.noarch Sun Aug 3 12:33:36 2014 yast2-mail-3.0.0-2.1.4.noarch Sun Aug 3 12:33:36 2014 yast2-inetd-3.0.0-2.1.4.noarch Sun Aug 3 12:33:36 2014 yast2-sudo-3.0.0-2.1.4.noarch Sun Aug 3 12:33:35 2014 patterns-openSUSE-games-13.1-13.6.1.x86_64 Sun Aug 3 12:33:34 2014 patterns-openSUSE-non_oss-13.1-13.6.1.x86_64 Sun Aug 3 12:33:33 2014 patterns-openSUSE-kde4_basis-13.1-13.6.1.x86_64 Sun Aug 3 12:33:33 2014 patterns-openSUSE-imaging_opt-13.1-13.6.1.x86_64 Sun Aug 3 12:33:33 2014 patterns-openSUSE-imaging-13.1-13.6.1.x86_64 Sun Aug 3 12:33:33 2014 yast2-installation-3.0.8-1.1.noarch Sun Aug 3 12:33:32 2014 patterns-openSUSE-sw_management_kde4-13.1-13.6.1.x86_64 Sun Aug 3 12:33:32 2014 yast2-users-3.0.1-2.1.4.x86_64 Sun Aug 3 12:33:31 2014 skanlite-lang-1.0-2.1.4.noarch Sun Aug 3 12:33:30 2014 skanlite-doc-1.0-2.1.4.x86_64 Sun Aug 3 12:33:29 2014 patterns-openSUSE-x11_opt-13.1-13.6.1.x86_64 Sun Aug 3 12:33:29 2014 patterns-openSUSE-x11-13.1-13.6.1.x86_64 Sun Aug 3 12:33:29 2014 yast2-restore-3.0.0-2.1.4.noarch Sun Aug 3 12:33:28 2014 autoyast2-installation-3.0.8-5.1.noarch Sun Aug 3 12:33:28 2014 yast2-tune-3.0.2-1.1.x86_64 Sun Aug 3 12:33:27 2014 libreoffice-converter-3.3-18.1.2.noarch Sun Aug 3 12:33:24 2014 synaptiks-0.8.1-11.1.2.noarch Sun Aug 3 12:33:20 2014 skanlite-1.0-2.1.4.x86_64 Sun Aug 3 12:33:20 2014 yast2-bootloader-3.0.3-2.1.3.x86_64 Sun Aug 3 12:33:19 2014 patterns-openSUSE-enhanced_base-13.1-13.6.1.x86_64 Sun Aug 3 12:33:19 2014 patterns-openSUSE-apparmor_opt-13.1-13.6.1.x86_64 Sun Aug 3 12:33:19 2014 patterns-openSUSE-apparmor-13.1-13.6.1.x86_64 Sun Aug 3 12:33:19 2014 libxine2-pulse-1.2.3-3.1.3.x86_64 Sun Aug 3 12:32:49 2014 kaffeine-1.2.2-25.1.2.x86_64 Sun Aug 3 12:32:49 2014 libldap-2_4-2-32bit-2.4.33-8.1.2.x86_64 Sun Aug 3 12:32:48 2014 mjpegtools-2.0.0-11.1.3.x86_64 Sun Aug 3 12:32:47 2014 bootcycle-0.3-245.1.2.x86_64 Sun Aug 3 12:32:47 2014 patterns-openSUSE-kde4_yast-13.1-13.6.1.x86_64 Sun Aug 3 12:32:46 2014 OpenPrintingPPDs-hpijs-4.0.0-21.1.2.noarch Sun Aug 3 12:32:45 2014 sane-backends-autoconfig-1.0.23-9.2.3.x86_64 Sun Aug 3 12:32:43 2014 patterns-openSUSE-base-13.1-13.6.1.x86_64 Sun Aug 3 12:32:42 2014 libwx_gtk2u_xrc-2_8-0-stl-2.8.12-21.1.4.x86_64 Sun Aug 3 12:32:41 2014 gxditview-1.22.2-4.1.3.x86_64 Sun Aug 3 12:32:24 2014 libxine2-1.2.3-3.1.3.x86_64 Sun Aug 3 12:32:22 2014 cyrus-sasl-32bit-2.1.25-28.1.2.x86_64 Sun Aug 3 12:32:21 2014 grub-0.97-194.1.2.x86_64 Sun Aug 3 12:32:17 2014 grub2-branding-openSUSE-13.1-10.4.13.noarch Sun Aug 3 12:32:15 2014 vcdimager-0.7.24cvs-10.1.2.x86_64 Sun Aug 3 12:32:11 2014 gegl-0_2-0.2.0-8.1.3.x86_64 Sun Aug 3 12:32:11 2014 libmjpegutils-2_0-0-2.0.0-11.1.3.x86_64 Sun Aug 3 12:32:10 2014 libSDL_gfx13-2.0.23-6.1.1.x86_64 Sun Aug 3 12:32:10 2014 yast2-control-center-3.0.0-2.1.3.x86_64 Sun Aug 3 12:32:09 2014 libspectre1-0.2.7-4.1.2.x86_64 Sun Aug 3 12:32:09 2014 sane-backends-1.0.23-9.2.3.x86_64 Sun Aug 3 12:32:05 2014 perl-NetxAP-0.02-719.1.2.x86_64 Sun Aug 3 12:32:04 2014 libwx_gtk2u_gl-2_8-0-stl-2.8.12-21.1.4.x86_64 Sun Aug 3 12:31:20 2014 libwx_gtk2u_aui-2_8-0-stl-2.8.12-21.1.4.x86_64 Sun Aug 3 12:31:20 2014 libwx_gtk2u_adv-2_8-0-stl-2.8.12-21.1.4.x86_64 Sun Aug 3 12:31:20 2014 libwx_gtk2u_html-2_8-0-stl-2.8.12-21.1.4.x86_64 Sun Aug 3 12:31:19 2014 libopencv2_4-2.4.6.1-3.1.3.x86_64 Sun Aug 3 12:30:51 2014 amarok-2.8.0-4.2.1.x86_64 Sun Aug 3 12:30:48 2014 tcpdump-4.4.0-2.1.2.x86_64 Sun Aug 3 12:30:46 2014 mozilla-kde4-integration-0.6.4-4.1.1.x86_64 Sun Aug 3 12:30:46 2014 gstreamer-0_10-plugins-qt-0.10.3-1.1.x86_64 Sun Aug 3 12:30:45 2014 k3b-2.0.2-29.1.3.x86_64 Sun Aug 3 12:30:43 2014 libkvkontakte1-1.0.0-7.1.1.x86_64 Sun Aug 3 12:30:41 2014 qt4-qtscript-0.2.0-8.1.3.x86_64 Sun Aug 3 12:30:38 2014 libyui-qt-graph5-2.42.7-2.2.1.x86_64 Sun Aug 3 12:30:36 2014 libmediastreamer_voip3-2.9.0-3.1.1.x86_64 Sun Aug 3 12:30:35 2014 groff-full-1.22.2-4.1.3.x86_64 Sun Aug 3 12:30:35 2014 libvigraimpex4-1.9.0-2.1.3.x86_64 Sun Aug 3 12:30:34 2014 sox-14.4.1-2.1.2.x86_64 Sun Aug 3 12:30:32 2014 libncurses5-32bit-5.9-33.1.2.x86_64 Sun Aug 3 12:30:31 2014 libdb-4_8-32bit-4.8.30-25.2.1.x86_64 Sun Aug 3 12:30:31 2014 libtiff5-32bit-4.0.3-8.1.2.x86_64 Sun Aug 3 12:30:30 2014 libcdio_paranoia1-10.2+0.90-2.1.2.x86_64 Sun Aug 3 12:30:28 2014 gdk-pixbuf-loader-rsvg-2.39.0-3.1.3.x86_64 Sun Aug 3 12:30:28 2014 libvcdinfo0-0.7.24cvs-10.1.2.x86_64 Sun Aug 3 12:30:27 2014 gstreamer-0_10-plugin-esd-0.10.31-10.1.4.x86_64 Sun Aug 3 12:30:27 2014 esound-daemon-0.2.41-26.1.2.x86_64 Sun Aug 3 12:30:27 2014 libao-plugin4-esd-1.1.0-17.1.2.x86_64 Sun Aug 3 12:30:24 2014 yast2-branding-openSUSE-3.0.0-2.1.2.noarch Sun Aug 3 12:30:23 2014 yast2-samba-client-3.0.1-3.1.noarch Sun Aug 3 12:30:22 2014 yast2-control-center-qt-3.0.0-2.1.3.x86_64 Sun Aug 3 12:30:22 2014 graphviz-gnome-2.28.0-19.1.3.x86_64 Sun Aug 3 12:30:21 2014 exiftool-9.34-2.1.2.noarch Sun Aug 3 12:30:21 2014 OpenPrintingPPDs-ghostscript-4.0.0-21.1.2.noarch Sun Aug 3 12:30:20 2014 ghostscript-x11-9.07-3.1.3.x86_64 Sun Aug 3 12:30:18 2014 gutenprint-5.2.9-5.1.3.x86_64 Sun Aug 3 12:30:17 2014 systemtap-2.3-2.1.3.x86_64 Sun Aug 3 12:30:12 2014 metamail-2.7.19-1264.1.2.x86_64 Sun Aug 3 12:30:12 2014 perl-X500-DN-0.29-105.1.2.x86_64 Sun Aug 3 12:30:10 2014 perl-Digest-HMAC-1.03-17.1.2.noarch Sun Aug 3 12:30:10 2014 perl-Crypt-SmbHash-0.12-155.1.2.x86_64 Sun Aug 3 12:30:10 2014 openSUSE-release-13.1-1.10.x86_64 Sun Aug 3 12:30:09 2014 libcrack2-32bit-2.9.0-2.1.2.x86_64 Sun Aug 3 12:30:08 2014 wxWidgets-lang-2.8.12-21.1.4.noarch Sun Aug 3 12:30:07 2014 libwx_gtk2u_core-2_8-0-stl-2.8.12-21.1.4.x86_64 Sun Aug 3 12:30:06 2014 libwx_baseu_xml-2_8-0-stl-2.8.12-21.1.4.x86_64 Sun Aug 3 12:30:06 2014 libwx_baseu_net-2_8-0-stl-2.8.12-21.1.4.x86_64 Sun Aug 3 12:30:06 2014 libmspub-0_0-0-0.0.6-2.1.2.x86_64 Sun Aug 3 12:30:05 2014 libcdr-0_0-0-0.0.14-3.1.2.x86_64 Sun Aug 3 12:30:05 2014 libodfgen-0_0-0-0.0.2-2.1.2.x86_64 Sun Aug 3 12:30:04 2014 libmwaw-0_1-1-0.1.9-2.1.2.x86_64 Sun Aug 3 12:30:04 2014 libwpg-0_2-2-0.2.2-2.1.2.x86_64 Sun Aug 3 12:30:03 2014 libvisio-0_0-0-0.0.30-3.1.3.x86_64 Sun Aug 3 12:30:03 2014 libwps-0_2-2-0.2.9-2.1.2.x86_64 Sun Aug 3 12:30:02 2014 libucil2-0.9.10-11.1.3.x86_64 Sun Aug 3 12:30:02 2014 taglib-1.8-11.1.4.x86_64 Sun Aug 3 12:30:01 2014 libsmi2-0.4.8-17.1.2.x86_64 Sun Aug 3 12:29:48 2014 libquicktime0-1.2.4-7.1.2.x86_64 Sun Aug 3 12:29:48 2014 libQtGStreamer-0_10-0-0.10.3-1.1.x86_64 Sun Aug 3 12:29:45 2014 libkqoauth0-0.97-3.1.2.x86_64 Sun Aug 3 12:29:41 2014 libyui-qt5-2.43.5-2.1.4.x86_64 Sun Aug 3 12:29:40 2014 libselinux1-32bit-2.1.13-4.1.21.x86_64 Sun Aug 3 12:29:40 2014 libmediastreamer_base3-2.9.0-3.1.1.x86_64 Sun Aug 3 12:29:40 2014 netpbm-10.63.1-2.2.1.x86_64 Sun Aug 3 12:29:39 2014 gdk-pixbuf-loader-libopenraw-0.0.9-9.1.3.x86_64 Sun Aug 3 12:29:39 2014 yast2-ldap-3.0.1-2.1.3.x86_64 Sun Aug 3 12:29:38 2014 liborcus-0_6-0-0.5.1-2.1.2.x86_64 Sun Aug 3 12:29:37 2014 libhdf5_hl8-1.8.11-3.2.2.x86_64 Sun Aug 3 12:29:37 2014 haveged-1.7c-2.1.2.x86_64 Sun Aug 3 12:29:36 2014 gstreamer-1.0.10-2.1.4.x86_64 Sun Aug 3 12:29:35 2014 libsox2-14.4.1-2.1.2.x86_64 Sun Aug 3 12:29:34 2014 libgpod-tools-0.8.2-16.1.4.x86_64 Sun Aug 3 12:29:34 2014 libgimpui-2_0-0-2.8.6-3.2.2.x86_64 Sun Aug 3 12:29:31 2014 libstdc++6-32bit-4.8.1_20130909-3.2.1.x86_64 Sun Aug 3 12:29:30 2014 libexttextcat-2_0-0-3.4.0-4.1.2.x86_64 Sun Aug 3 12:29:30 2014 libmusicbrainz3-6-3.0.3-16.1.3.x86_64 Sun Aug 3 12:29:29 2014 librsvg-2-2-2.39.0-3.1.3.x86_64 Sun Aug 3 12:29:28 2014 gettext-runtime-0.18.3.1-1.1.x86_64 Sun Aug 3 12:29:28 2014 libiso9660-8-0.90-3.1.2.x86_64 Sun Aug 3 12:29:27 2014 libcdio_cdda1-10.2+0.90-2.1.2.x86_64 Sun Aug 3 12:29:27 2014 libgegl-0_2-0-0.2.0-8.1.3.x86_64 Sun Aug 3 12:29:26 2014 libcmis-0_3-3-0.3.1-3.1.2.x86_64 Sun Aug 3 12:29:26 2014 libesd0-0.2.41-26.1.2.x86_64 Sun Aug 3 12:29:25 2014 libacl1-32bit-2.2.52-2.1.2.x86_64 Sun Aug 3 12:29:24 2014 ispell-3.3.02-106.1.2.x86_64 Sun Aug 3 12:29:08 2014 gtk3-metatheme-adwaita-3.10.0-1.1.noarch Sun Aug 3 12:29:07 2014 gtk2-metatheme-adwaita-3.10.0-1.1.noarch Sun Aug 3 12:29:07 2014 yast2-country-3.0.2-1.1.x86_64 Sun Aug 3 12:29:06 2014 xf86-video-ati-7.2.0-2.1.2.x86_64 Sun Aug 3 12:29:06 2014 graphviz-gd-2.28.0-19.1.3.x86_64 Sun Aug 3 12:29:06 2014 yast2-theme-openSUSE-Oxygen-3.0.1-1.2.noarch Sun Aug 3 12:29:05 2014 yast2-security-3.0.0-2.1.4.noarch Sun Aug 3 12:29:04 2014 yast2-kerberos-client-3.0.0-2.1.4.noarch Sun Aug 3 12:29:04 2014 yast2-online-update-frontend-3.0.0-2.1.4.noarch Sun Aug 3 12:29:03 2014 yast2-nfs-client-3.0.2-1.3.noarch Sun Aug 3 12:29:03 2014 xorg-x11-fonts-7.6-27.1.2.noarch Sun Aug 3 12:28:53 2014 perl-Image-ExifTool-9.34-2.1.2.noarch Sun Aug 3 12:28:46 2014 liblensfun0-0.2.7-3.1.2.x86_64 Sun Aug 3 12:28:45 2014 gnome-icon-theme-extras-3.6.2-4.1.2.noarch Sun Aug 3 12:28:41 2014 gnome-icon-theme-symbolic-3.10.1-1.1.noarch Sun Aug 3 12:28:38 2014 ghostscript-9.07-3.1.3.x86_64 Sun Aug 3 12:28:38 2014 zsh-5.0.2-8.1.4.x86_64 Sun Aug 3 12:28:33 2014 yast2-x11-3.0.1-2.2.1.x86_64 Sun Aug 3 12:28:31 2014 yast2-vm-3.0.2-2.1.4.x86_64 Sun Aug 3 12:28:30 2014 yast2-slp-3.0.2-1.1.x86_64 Sun Aug 3 12:28:30 2014 yast2-scanner-3.0.0-2.1.4.x86_64 Sun Aug 3 12:28:29 2014 yast2-printer-3.0.0-3.1.4.x86_64 Sun Aug 3 12:28:29 2014 xtermset-0.5.2-278.1.2.x86_64 Sun Aug 3 12:28:28 2014 xf86-video-r128-6.9.1-6.1.2.x86_64 Sun Aug 3 12:28:28 2014 xdmbgrd-0.6-213.1.3.x86_64 Sun Aug 3 12:28:27 2014 wol-0.7.1-157.1.2.x86_64 Sun Aug 3 12:28:26 2014 terminfo-5.9-33.1.2.x86_64 Sun Aug 3 12:28:25 2014 telnet-1.2-164.1.2.x86_64 Sun Aug 3 12:28:25 2014 tcsh-6.18.01-2.2.1.x86_64 Sun Aug 3 12:28:24 2014 systemtap-runtime-2.3-2.1.3.x86_64 Sun Aug 3 12:28:23 2014 suspend-1.0-28.1.1.x86_64 Sun Aug 3 12:28:23 2014 smartmontools-6.2-2.1.2.x86_64 Sun Aug 3 12:28:21 2014 sharutils-lang-4.11.1-13.1.2.x86_64 Sun Aug 3 12:28:21 2014 sharutils-4.11.1-13.1.2.x86_64 Sun Aug 3 12:28:20 2014 setserial-2.17-738.1.2.x86_64 Sun Aug 3 12:28:20 2014 screen-4.0.4-15.1.2.x86_64 Sun Aug 3 12:28:19 2014 sash-3.7-192.1.2.x86_64 Sun Aug 3 12:28:19 2014 rubygem-ruby-dbus-0.9.2-2.1.3.x86_64 Sun Aug 3 12:28:18 2014 python-sip-4.15.1-3.1.2.x86_64 Sun Aug 3 12:28:17 2014 pullin-flash-player-12.3-4.1.2.x86_64 Sun Aug 3 12:28:16 2014 psutils-p17-1021.1.2.x86_64 Sun Aug 3 12:28:16 2014 procmail-3.22-264.1.3.x86_64 Sun Aug 3 12:28:16 2014 procinfo-18-218.1.2.x86_64 Sun Aug 3 12:28:15 2014 prctl-1.5-16.1.2.x86_64 Sun Aug 3 12:28:15 2014 perl-TermReadLine-Gnu-1.20-5.1.2.x86_64 Sun Aug 3 12:28:14 2014 perl-Parse-RecDescent-1.967009-6.1.2.x86_64 Sun Aug 3 12:28:14 2014 perl-Digest-SHA1-2.13-16.1.4.x86_64 Sun Aug 3 12:28:13 2014 perl-Digest-MD4-1.9-2.1.4.x86_64 Sun Aug 3 12:28:13 2014 pax-3.4-155.1.2.x86_64 Sun Aug 3 12:28:13 2014 patterns-openSUSE-sw_management-13.1-13.6.1.x86_64 Sun Aug 3 12:28:12 2014 patterns-openSUSE-office_opt-13.1-13.6.1.x86_64 Sun Aug 3 12:28:12 2014 patterns-openSUSE-office-13.1-13.6.1.x86_64 Sun Aug 3 12:28:12 2014 patterns-openSUSE-multimedia_opt-13.1-13.6.1.x86_64 Sun Aug 3 12:28:11 2014 patterns-openSUSE-multimedia-13.1-13.6.1.x86_64 Sun Aug 3 12:28:11 2014 patterns-openSUSE-kde4_utilities_opt-13.1-13.6.1.x86_64 Sun Aug 3 12:28:11 2014 patterns-openSUSE-kde4_utilities-13.1-13.6.1.x86_64 Sun Aug 3 12:28:11 2014 patterns-openSUSE-kde4_office-13.1-13.6.1.x86_64 Sun Aug 3 12:28:11 2014 patterns-openSUSE-kde4_multimedia-13.1-13.6.1.x86_64 Sun Aug 3 12:28:10 2014 patterns-openSUSE-kde4_internet-13.1-13.6.1.x86_64 Sun Aug 3 12:28:10 2014 patterns-openSUSE-kde4_games-13.1-13.6.1.x86_64 Sun Aug 3 12:28:10 2014 patterns-openSUSE-fonts_opt-13.1-13.6.1.x86_64 Sun Aug 3 12:28:09 2014 patterns-openSUSE-fonts-13.1-13.6.1.x86_64 Sun Aug 3 12:28:09 2014 patterns-openSUSE-enhanced_base_opt-13.1-13.6.1.x86_64 Sun Aug 3 12:28:09 2014 openSUSE-release-dvd-13.1-1.10.x86_64 Sun Aug 3 12:28:08 2014 nss-mdns-32bit-0.10-61.1.2.x86_64 Sun Aug 3 12:28:08 2014 notification-daemon-0.7.6-4.1.3.x86_64 Sun Aug 3 12:28:08 2014 mpt-status-1.2.0-190.1.2.x86_64 Sun Aug 3 12:28:07 2014 moodbar-0.1.2-17.1.3.x86_64 Sun Aug 3 12:28:06 2014 libz1-32bit-1.2.8-3.1.2.x86_64 Sun Aug 3 12:28:06 2014 libyui-ncurses-pkg5-2.44.4-2.1.5.x86_64 Sun Aug 3 12:28:06 2014 libxcb-xv0-1.9.1-3.1.2.x86_64 Sun Aug 3 12:28:05 2014 libwx_baseu-2_8-0-stl-2.8.12-21.1.4.x86_64 Sun Aug 3 12:28:05 2014 libwpd-0_9-9-0.9.9-2.1.4.x86_64 Sun Aug 3 12:28:04 2014 libwmf-0_2-7-0.2.8.4-234.1.3.x86_64 Sun Aug 3 12:28:04 2014 libunicap2-0.9.12-15.1.2.x86_64 Sun Aug 3 12:28:03 2014 libtag_c0-1.8-11.1.4.x86_64 Sun Aug 3 12:28:01 2014 libtag-extras1-1.0.1-19.1.1.x86_64 Sun Aug 3 12:28:01 2014 libstartup-notification-1-0-0.12-11.1.2.x86_64 Sun Aug 3 12:28:01 2014 libspandsp2-0.0.6pre21-2.1.2.x86_64 Sun Aug 3 12:28:00 2014 libsmi-0.4.8-17.1.2.x86_64 Sun Aug 3 12:28:00 2014 libsecret-1-0-0.16-2.1.3.x86_64 Sun Aug 3 12:27:59 2014 libschroedinger-1_0-0-1.0.11-7.1.2.x86_64 Sun Aug 3 12:27:59 2014 librest0-0.7.90-6.1.4.x86_64 Sun Aug 3 12:27:58 2014 libquazip1-0.5.1-2.1.3.x86_64 Sun Aug 3 12:27:57 2014 libpopt0-32bit-1.16-24.1.1.x86_64 Sun Aug 3 12:27:53 2014 libpgf6-6.12.24-5.1.3.x86_64 Sun Aug 3 12:27:52 2014 libpcre1-32bit-8.33-2.1.2.x86_64 Sun Aug 3 12:27:52 2014 libpano13-2-2.9.18-12.1.2.x86_64 Sun Aug 3 12:27:52 2014 libotr2-3.2.1-5.1.2.x86_64 Sun Aug 3 12:27:51 2014 libortp9-0.22.0-2.1.2.x86_64 Sun Aug 3 12:27:51 2014 libopenraw1-0.0.9-9.1.3.x86_64 Sun Aug 3 12:27:51 2014 libnsssharedhelper0-1.0.10-6.1.2.x86_64 Sun Aug 3 12:27:50 2014 libnetpbm11-10.63.1-2.2.1.x86_64 Sun Aug 3 12:27:50 2014 libmythes-1_2-0-1.2.3-5.1.2.x86_64 Sun Aug 3 12:27:50 2014 libmysqld18-5.5.33-2.2.x86_64 Sun Aug 3 12:27:49 2014 libmysqlcppconn6-1.1.2-4.1.3.x86_64 Sun Aug 3 12:27:47 2014 libmygpo-qt1-1.0.7-2.1.2.x86_64 Sun Aug 3 12:27:46 2014 libmspack0-0.4-2.1.2.x86_64 Sun Aug 3 12:27:46 2014 libmsn0_3-4.2.1-7.1.2.x86_64 Sun Aug 3 12:27:46 2014 libmpcdec5-1.2.6-30.1.2.x86_64 Sun Aug 3 12:27:45 2014 libmodplug1-0.8.8.4-11.2.1.x86_64 Sun Aug 3 12:27:45 2014 libmeanwhile1-1.0.2-133.1.3.x86_64 Sun Aug 3 12:27:45 2014 liblzma5-32bit-5.0.5-2.1.20.x86_64 Sun Aug 3 12:27:44 2014 liblua5_2-5.2.2-2.1.2.x86_64 Sun Aug 3 12:27:44 2014 liblqr-1-0-0.4.2-2.1.3.x86_64 Sun Aug 3 12:27:44 2014 liblpsolve55-0-5.5.2.0-5.1.2.x86_64 Sun Aug 3 12:27:43 2014 libloudmouth-1-0-1.4.3-21.1.3.x86_64 Sun Aug 3 12:27:43 2014 libldapcpp1-0.3.1-3.1.2.x86_64 Sun Aug 3 12:27:42 2014 liblastfm1-1.0.7-2.1.2.x86_64 Sun Aug 3 12:27:42 2014 liblangtag1-0.5.1-2.1.2.x86_64 Sun Aug 3 12:27:41 2014 libkeyutils1-32bit-1.5.5-6.1.3.x86_64 Sun Aug 3 12:27:41 2014 libjson-glib-1_0-0-0.16.2-1.3.x86_64 Sun Aug 3 12:27:41 2014 libjpeg8-32bit-8.0.2-24.1.3.x86_64 Sun Aug 3 12:27:40 2014 libixion-0_6-0-0.5.0-2.1.2.x86_64 Sun Aug 3 12:27:39 2014 libieee1284-0.2.11-52.1.3.x86_64 Sun Aug 3 12:27:39 2014 libhyphen0-2.8.6-4.1.2.x86_64 Sun Aug 3 12:27:38 2014 libhdf5-8-1.8.11-3.2.2.x86_64 Sun Aug 3 12:27:38 2014 libhavege1-1.7c-2.1.2.x86_64 Sun Aug 3 12:27:37 2014 libharfbuzz-icu0-0.9.21-1.3.x86_64 Sun Aug 3 12:27:37 2014 libgstreamer-1_0-0-1.0.10-2.1.4.x86_64 Sun Aug 3 12:27:37 2014 libgssglue1-32bit-0.4-2.1.2.x86_64 Sun Aug 3 12:27:36 2014 libgsm1-1.0.13-23.1.2.x86_64 Sun Aug 3 12:27:36 2014 libgpod4-0.8.2-16.1.4.x86_64 Sun Aug 3 12:27:35 2014 libgpg-error0-32bit-1.12-2.1.4.x86_64 Sun Aug 3 12:27:35 2014 libgomp1-4.8.1_20130909-3.2.1.x86_64 Sun Aug 3 12:27:35 2014 libglut3-2.8.1-2.1.2.x86_64 Sun Aug 3 12:27:34 2014 libgle3-3.1.0-148.1.2.x86_64 Sun Aug 3 12:27:34 2014 libgimp-2_0-0-2.8.6-3.2.2.x86_64 Sun Aug 3 12:27:34 2014 libgeoclue0-0.12.99-5.1.4.x86_64 Sun Aug 3 12:27:33 2014 libgcc_s1-32bit-4.8.1_20130909-3.2.1.x86_64 Sun Aug 3 12:27:33 2014 libexttextcat-3.4.0-4.1.2.x86_64 Sun Aug 3 12:27:32 2014 libesmtp-1.0.6-13.1.2.x86_64 Sun Aug 3 12:27:32 2014 libdvdread4-4.2.0-8.1.2.x86_64 Sun Aug 3 12:27:31 2014 libdv4-1.0.0-171.1.3.x86_64 Sun Aug 3 12:27:31 2014 libdjvulibre21-3.5.25.3-2.1.3.x86_64 Sun Aug 3 12:27:31 2014 libdiscid0-0.5.2-2.1.2.x86_64 Sun Aug 3 12:27:30 2014 libcroco-0_6-3-0.6.8-5.1.3.x86_64 Sun Aug 3 12:27:30 2014 libcom_err2-32bit-1.42.8-2.1.2.x86_64 Sun Aug 3 12:27:29 2014 libclucene-contribs-lib1-2.3.3.4-11.1.2.x86_64 Sun Aug 3 12:27:29 2014 libchm0-0.40-19.1.2.x86_64 Sun Aug 3 12:27:29 2014 libcdio14-0.90-3.1.2.x86_64 Sun Aug 3 12:27:28 2014 libcap2-32bit-2.22-10.1.24.x86_64 Sun Aug 3 12:27:28 2014 libboost_signals1_53_0-1.53.0-4.1.2.x86_64 Sun Aug 3 12:27:28 2014 libboost_regex1_53_0-1.53.0-4.1.2.x86_64 Sun Aug 3 12:27:28 2014 libboost_filesystem1_53_0-1.53.0-4.1.2.x86_64 Sun Aug 3 12:27:27 2014 libboost_date_time1_53_0-1.53.0-4.1.2.x86_64 Sun Aug 3 12:27:27 2014 libbluray1-0.3.0-2.1.2.x86_64 Sun Aug 3 12:27:27 2014 libbabl-0_1-0-0.1.10-6.1.2.x86_64 Sun Aug 3 12:27:26 2014 libavutil52-2.0-2.1.2.x86_64 Sun Aug 3 12:27:26 2014 libaudit1-32bit-2.2.3-4.1.2.x86_64 Sun Aug 3 12:27:25 2014 libaudiofile1-0.3.6-2.1.2.x86_64 Sun Aug 3 12:27:25 2014 libattr1-32bit-2.4.47-2.1.2.x86_64 Sun Aug 3 12:27:25 2014 libaa1-1.4.0-503.1.3.x86_64 Sun Aug 3 12:27:25 2014 libXvMC1-1.0.8-2.1.2.x86_64 Sun Aug 3 12:27:24 2014 libQtGLib-2_0-0-0.10.3-1.1.x86_64 Sun Aug 3 12:27:24 2014 libHX28-3.15-2.1.2.x86_64 Sun Aug 3 12:27:23 2014 libGLEW1_9-1.9.0-5.1.2.x86_64 Sun Aug 3 12:27:23 2014 libFLAC++6-1.3.0-2.1.2.x86_64 Sun Aug 3 12:27:23 2014 lcms2-2.5-2.1.2.x86_64 Sun Aug 3 12:27:23 2014 ksh-93u-28.2.2.x86_64 Sun Aug 3 12:27:22 2014 joe-3.7-26.1.4.x86_64 Sun Aug 3 12:27:21 2014 ispell-american-3.3.02-106.1.2.x86_64 Sun Aug 3 12:27:21 2014 initviocons-0.5-100.1.2.x86_64 Sun Aug 3 12:27:20 2014 icewm-lite-1.2.38-20.1.3.x86_64 Sun Aug 3 12:27:19 2014 gtk3-theming-engine-adwaita-3.10.0-1.1.x86_64 Sun Aug 3 12:27:19 2014 gtk2-theming-engine-adwaita-3.10.0-1.1.x86_64 Sun Aug 3 12:27:19 2014 gsl-1.16-2.1.2.x86_64 Sun Aug 3 12:27:18 2014 graphviz-2.28.0-19.1.3.x86_64 Sun Aug 3 12:27:18 2014 gd-2.0.36.RC1-78.1.2.x86_64 Sun Aug 3 12:27:11 2014 fuse-2.9.3-2.1.2.x86_64 Sun Aug 3 12:27:11 2014 ft2demos-2.5.0-2.1.2.x86_64 Sun Aug 3 12:27:11 2014 finger-1.3-162.1.2.x86_64 Sun Aug 3 12:27:10 2014 enscript-1.6.4-180.1.2.x86_64 Sun Aug 3 12:27:10 2014 ed-1.9-2.1.2.x86_64 Sun Aug 3 12:27:10 2014 dos2unix-6.0.3-2.1.4.x86_64 Sun Aug 3 12:27:09 2014 clamz-0.5-8.1.3.x86_64 Sun Aug 3 12:27:08 2014 cdrdao-1.2.3-10.1.1.x86_64 Sun Aug 3 12:27:08 2014 bc-1.06.95-5.1.2.x86_64 Sun Aug 3 12:27:08 2014 PackageKit-browser-plugin-0.8.11-2.3.1.x86_64 Sun Aug 3 12:27:07 2014 MozillaFirefox-branding-openSUSE-21-2.1.2.x86_64 Sun Aug 3 12:27:07 2014 yast2-trans-stats-2.19.0-14.1.3.noarch Sun Aug 3 12:27:03 2014 yast2-theme-openSUSE-3.0.1-1.2.noarch Sun Aug 3 12:27:02 2014 yast2-sysconfig-3.0.1-2.1.4.noarch Sun Aug 3 12:27:00 2014 yast2-qt-branding-openSUSE-13.1-10.4.13.noarch Sun Aug 3 12:26:59 2014 yast2-proxy-3.0.0-2.1.4.noarch Sun Aug 3 12:26:58 2014 yast2-pam-3.0.0-2.1.4.noarch Sun Aug 3 12:26:57 2014 yast2-online-update-3.0.0-2.1.4.noarch Sun Aug 3 12:26:57 2014 yast2-ntp-client-3.0.1-7.1.noarch Sun Aug 3 12:26:57 2014 yast2-nfs-common-3.0.0-2.1.4.noarch Sun Aug 3 12:26:56 2014 yast2-metapackage-handler-3.0.0-2.1.4.noarch Sun Aug 3 12:26:55 2014 yast2-firewall-3.0.1-2.1.4.noarch Sun Aug 3 12:26:55 2014 xorg-x11-fonts-core-7.6-27.1.2.noarch Sun Aug 3 12:26:45 2014 words-7.1-18.1.2.noarch Sun Aug 3 12:26:42 2014 timezone-java-2013h-1.1.noarch Sun Aug 3 12:26:39 2014 readline-doc-6.2-68.1.5.noarch Sun Aug 3 12:26:38 2014 python-setuptools-0.9.8-3.1.2.noarch Sun Aug 3 12:26:37 2014 python-pyudev-0.16.1-6.1.2.noarch Sun Aug 3 12:26:37 2014 providers-2006.11.21-123.1.2.noarch Sun Aug 3 12:26:36 2014 plymouth-branding-openSUSE-13.1-10.4.13.noarch Sun Aug 3 12:26:35 2014 perl-File-RandomAccess-9.34-2.1.2.noarch Sun Aug 3 12:26:33 2014 perl-Archive-Zip-1.30-24.1.2.noarch Sun Aug 3 12:26:32 2014 myspell-american-20100316-32.1.2.noarch Sun Aug 3 12:26:24 2014 metatheme-adwaita-common-3.10.0-1.1.noarch Sun Aug 3 12:26:24 2014 manufacturer-PPDs-10.2-269.1.2.noarch Sun Aug 3 12:26:22 2014 man-pages-posix-2003a-29.1.4.noarch Sun Aug 3 12:26:19 2014 man-pages-3.53-2.1.4.noarch Sun Aug 3 12:26:18 2014 libreoffice-thesaurus-en-US-20060111.1-17.1.2.noarch Sun Aug 3 12:26:17 2014 libreoffice-templates-presentation-layouts-3.3-9.1.4.noarch Sun Aug 3 12:26:16 2014 libreoffice-templates-labels-letter-1.0.1-9.1.2.noarch Sun Aug 3 12:26:10 2014 libreoffice-templates-labels-a4-1.0.1-9.1.2.noarch Sun Aug 3 12:26:09 2014 libreoffice-templates-en-3.3-10.1.4.noarch Sun Aug 3 12:26:09 2014 libreoffice-hyphen-20110203.1-8.1.2.noarch Sun Aug 3 12:26:05 2014 libreoffice-branding-openSUSE-4.0-2.1.2.noarch Sun Aug 3 12:26:05 2014 lensfun-data-0.2.7-3.1.2.noarch Sun Aug 3 12:26:04 2014 konversation-lang-1.5~rc1-3.1.3.noarch Sun Aug 3 12:26:04 2014 iso-codes-3.47-1.1.noarch Sun Aug 3 12:25:58 2014 intlfonts-1.2.1-10.1.2.noarch Sun Aug 3 12:25:57 2014 gnome-icon-theme-3.10.0-1.1.noarch Sun Aug 3 12:25:54 2014 ghostscript-fonts-other-9.06-4.1.2.noarch Sun Aug 3 12:25:47 2014 efont-unicode-bitmap-fonts-0.4.2-223.1.2.noarch Sun Aug 3 12:25:37 2014 desktop-translations-13.1-2.8.1.noarch Sun Aug 3 12:25:26 2014 bundle-lang-kde-en-13.1-2.2.4.noarch Sun Aug 3 12:25:24 2014 bundle-lang-gnome-en-13.1-2.2.8.noarch Sun Aug 3 12:25:21 2014 bundle-lang-common-en-13.1-2.2.7.noarch Sun Aug 3 12:25:21 2014 bash-doc-4.2-68.1.5.noarch Sun Aug 3 12:25:20 2014 OpenPrintingPPDs-postscript-4.0.0-21.1.2.noarch Sun Aug 3 12:25:19 2014 OpenPrintingPPDs-4.0.0-21.1.2.noarch Sun Aug 3 12:25:16 2014 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* James Knott <james.knott@rogers.com> [09-09-14 16:11]:
On 09/09/2014 03:42 PM, Patrick Shanahan wrote:
* James Knott <james.knott@rogers.com> [09-09-14 15:33]: [...]
I copied the config files from the old computer, running 11.4, to the new and it was running fine for about 2 weeks. Then after I rebooted, it was no longer working. What changed? There were some updates that installed a couple of days earlier, but I don't recall what. rpm -qa --last |sort |grep <date>
These are the ones that were updated last week: mcelog-1.0pre3.6e4e2a000124-19.4.1.x86_64 Thu Sep 4 21:29:25 2014 xscreensaver-data-extra-5.22-2.22.1.x86_64 Thu Sep 4 21:29:24 2014 e2fsprogs-1.42.8-2.5.1.x86_64 Thu Sep 4 21:29:21 2014
And these near the end of August:
and June and July ???? Why not just show us the entire year :^( I was just providing you a way to see what was updated as you apparently did not know how! You know that people here are still on measured and/or slow service! It has been mentioned once or twice... -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 09/09/2014 05:04 PM, Patrick Shanahan wrote:
and June and July ????
Why not just show us the entire year :^(
I started using it as my firewall a couple of weeks ago. It was working fine until last Saturday. So, whatever changed did so within that time frame. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
James Knott wrote:
On 09/09/2014 05:04 PM, Patrick Shanahan wrote:
and June and July ????
Why not just show us the entire year :^(
I started using it as my firewall a couple of weeks ago. It was working fine until last Saturday. So, whatever changed did so within that time frame.
----- Have you verified (maybe you said), whether or not any packets are going out to the other resolves (i.e. wireshark)? Starting about 2 weeks ago, and continuing into saturday with occasionally breaks, some DDOS's have been making the rounds -- so maybe some of those are affecting traffic along some path your traffic would take as well... Seen some weird packet routing as well -- maybe normal, but odd to see traffic to Switzerland go from California to australia, then back to California, chicago, new york, london, paris amsterdam, , and finally into geneva...never thought of australia as being a major hub... i.e. there may be some dns and route poisoning going on as well... -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 09/10/2014 01:50 AM, Linda Walsh wrote:
Have you verified (maybe you said), whether or not any packets are going out to the other resolves (i.e. wireshark)?
Yes, I mentioned that earlier. I didn't see any attempts to reach a DNS server. I was even using the option that shows all interfaces. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
James Knott wrote:
On 09/09/2014 05:04 PM, Patrick Shanahan wrote:
and June and July ????
Why not just show us the entire year :^(
I started using it as my firewall a couple of weeks ago. It was working fine until last Saturday. So, whatever changed did so within that time frame.
We're not going to solve the issue by discussing what has changed, methinks. I applied the very same changes on a desktop on Monday, works just fine, which kindof suggests it wasn't the most recent updates. I suggest you start by taking nscd out of the equation, and then strace e.g. a ping and see what happens. Concurrently run a tcpdump on your outgoing interface on port 53 to see which servers are being contacted (or not). In the strace you should see e.g. getaddrinfo() called, which should result in /etc/resolv.conf being read, followed by some activity on port 53. -- Per Jessen, Zürich (16.8°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 09/10/2014 03:21 AM, Per Jessen wrote:
I suggest you start by taking nscd out of the equation, and then strace e.g. a ping and see what happens. Concurrently run a tcpdump on your outgoing interface on port 53 to see which servers are being contacted (or not). In the strace you should see e.g. getaddrinfo() called, which should result in /etc/resolv.conf being read, followed by some activity on port 53.
Pings return unknown host. Wireshark showed no attempt to reach a DNS server on any interface. I'll try that strace when I have time to work on this again. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
James Knott wrote:
On 09/10/2014 03:21 AM, Per Jessen wrote:
I suggest you start by taking nscd out of the equation, and then strace e.g. a ping and see what happens. Concurrently run a tcpdump on your outgoing interface on port 53 to see which servers are being contacted (or not). In the strace you should see e.g. getaddrinfo() called, which should result in /etc/resolv.conf being read, followed by some activity on port 53.
Pings return unknown host. Wireshark showed no attempt to reach a DNS server on any interface.
The latter could be nscd caching a previous negative response. You ought to see at least one outgoing ns query. -- Per Jessen, Zürich (20.8°C) http://www.hostsuisse.com/ - virtual servers, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
James Knott wrote:
Pings return unknown host. Wireshark showed no attempt to reach a DNS server on any interface. I'll try that strace when I have time to work on this again.
I don't suppose that since you installed a new firewall shortly before this happened, that anything might have changed or reset or even didn't get set correctly for the failover to work properly through the FW... I mean it's certainly something I'd likely have done if I couldn't figure it out in a public forum... ;-) Next thing.. something should be forwarding requests off of your machine. Are you sure .. as Per Jesson mentioned, nscd isn't configure to not try outside DNS servers? Sometimes the newer *orders* in the nscd.conf file are not helpful .. I presume enable-cache hosts timeout in nscd is 'reasonable'... how about "nsswitch.conf"... default is: #hosts: files mdns4_minimal [NOTFOUND=return] dns wins which seems a bit problematic.... but I use: hosts: files dns wins Maybe something is responding on mdns4_minimal with notfound? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 9/10/2014 6:29 AM, Linda Walsh wrote:
James Knott wrote:
Pings return unknown host. Wireshark showed no attempt to reach a DNS server on any interface. I'll try that strace when I have time to work
...trimage
presume enable-cache hosts timeout in nscd is 'reasonable'...
how about "nsswitch.conf"... default is:
#hosts: files mdns4_minimal [NOTFOUND=return] dns wins
which seems a bit problematic.... but I use:
hosts: files dns wins
Maybe something is responding on mdns4_minimal with notfound?
If he is running bind on his firewall box, it doesn't look at hosts at all. (apologies to James if I've lost track of exactly what you are/were running on that box.) -- _____________________________________ ---This space for rent--- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 09/10/2014 02:26 PM, John Andersen wrote:
If he is running bind on his firewall box, it doesn't look at hosts at all.
I'm running dnsmasq and it's configured to use hosts. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 09/10/2014 02:26 PM, John Andersen wrote:
(apologies to James if I've lost track of exactly what you are/were running on that box.)
openSUSE 13.1 64 bit, dnsmasq and gogo6 client for IPv6 tunnel. Also running dhcp for IPv4. One of these years, I might move my imap server to it. One thing I've noticed that might be related is when the IPv6 tunnel isn't up, dnsmasq stops responding to requests. It did that with the old box too. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
James Knott wrote:
One thing I've noticed that might be related is when the IPv6 tunnel isn't up, dnsmasq stops responding to requests. It did that with the old box too.
---- Ahh... so your DNS requests are going through the tunnel which can allow the ipv6 to work... but does it forward ipv4 over your ipv6 tunnel?.. i.e. how would dnsmasq fail-over to the ipv4 dns servers if it only talks through the ipv6 tunnel? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 09/10/2014 02:26 PM, John Andersen wrote:
On 9/10/2014 6:29 AM, Linda Walsh wrote:
James Knott wrote:
Pings return unknown host. Wireshark showed no attempt to reach a DNS server on any interface. I'll try that strace when I have time to work ...trimage
presume enable-cache hosts timeout in nscd is 'reasonable'...
how about "nsswitch.conf"... default is:
#hosts: files mdns4_minimal [NOTFOUND=return] dns wins
which seems a bit problematic.... but I use:
hosts: files dns wins
Maybe something is responding on mdns4_minimal with notfound?
If he is running bind on his firewall box, it doesn't look at hosts at all.
I agree, if you are running bind you need to create a zone for the local network. -- Ken Schneider SuSe since Version 5.2, June 1998 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 09/07/2014 11:04 AM, James Knott wrote:
My firewall computer, running openSUSE 13.1 no longer uses external DNS look up, but does use the hosts file. Wireshark shows it's not even attempting to access the DNS servers. I have tried recreating resolv.conf, but the problem remains. Any idea why it wouldn't access DNS servers? Routing to the Internet is fine.
I got things going again by putting the tunnel server address in my hosts file. Why does DNS look up not pass through the failed IPv6 DNSs and use 8.8.8.8? Is this a new "feature" that came in with a recent update? I thought the point of having multiple DNS servers was for fallback should one fail. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
James Knott wrote:
On 09/07/2014 11:04 AM, James Knott wrote:
My firewall computer, running openSUSE 13.1 no longer uses external DNS look up, but does use the hosts file. Wireshark shows it's not even attempting to access the DNS servers. I have tried recreating resolv.conf, but the problem remains. Any idea why it wouldn't access DNS servers? Routing to the Internet is fine.
I got things going again by putting the tunnel server address in my hosts file. Why does DNS look up not pass through the failed IPv6 DNSs and use 8.8.8.8? Is this a new "feature" that came in with a recent update? I thought the point of having multiple DNS servers was for fallback should one fail.
That plus load-sharing. I use a setup similar to yours when I'm away from the office (on a vpn) - I list the vpn dns first, which clearly isn't available until the vpn is running. Fail-over to the other listed nameservers works just fine. I don't use any ipv6 servers though. -- Per Jessen, Zürich (17.1°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 09/08/2014 02:25 AM, Per Jessen wrote:
hosts file. Why does DNS look up not pass through the failed IPv6 DNSs and use 8.8.8.8? Is this a new "feature" that came in with a recent update? I thought the point of having multiple DNS servers was for fallback should one fail. That plus load-sharing. I use a setup similar to yours when I'm away from the office (on a vpn) - I list the vpn dns first, which clearly isn't available until the vpn is running. Fail-over to the other
I got things going again by putting the tunnel server address in my listed nameservers works just fine. I don't use any ipv6 servers though.
So, the question remains, what changed that broke something that had been working for 4 years? There were some updates last week and this failed when I rebooted the computer on Saturday night. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
James Knott wrote:
On 09/08/2014 02:25 AM, Per Jessen wrote:
hosts file. Why does DNS look up not pass through the failed IPv6 DNSs and use 8.8.8.8? Is this a new "feature" that came in with a recent update? I thought the point of having multiple DNS servers was for fallback should one fail. That plus load-sharing. I use a setup similar to yours when I'm away from the office (on a vpn) - I list the vpn dns first, which clearly isn't available until the vpn is running. Fail-over to the other
I got things going again by putting the tunnel server address in my listed nameservers works just fine. I don't use any ipv6 servers though.
So, the question remains, what changed that broke something that had been working for 4 years? There were some updates last week and this failed when I rebooted the computer on Saturday night.
I'll run an update on an office desktop and see if I can reproduce. -- Per Jessen, Zürich (25.4°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Per Jessen wrote:
James Knott wrote:
On 09/08/2014 02:25 AM, Per Jessen wrote:
hosts file. Why does DNS look up not pass through the failed IPv6 DNSs and use 8.8.8.8? Is this a new "feature" that came in with a recent update? I thought the point of having multiple DNS servers was for fallback should one fail. That plus load-sharing. I use a setup similar to yours when I'm away from the office (on a vpn) - I list the vpn dns first, which clearly isn't available until the vpn is running. Fail-over to the other
I got things going again by putting the tunnel server address in my listed nameservers works just fine. I don't use any ipv6 servers though.
So, the question remains, what changed that broke something that had been working for 4 years? There were some updates last week and this failed when I rebooted the computer on Saturday night.
I'll run an update on an office desktop and see if I can reproduce.
James, I ran zypper patch twice which installed a truckload of stuff, then I rebooted. With a resolv.conf like this: nameserver 1.2.3.4 nameserver 192.168.2.254 it works. Maybe try verifying that on your system (without the IPv6 addresses) ? -- Per Jessen, Zürich (26.0°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Good morning, I've some weird problems with opensuse 12.3 x64-bit on HP DL380G7 server, in the yast I've checked "enable ipv6" and rebooted server. Still I've not enabled IPv6, "sysctl -a" shows me only ipv4 configs. Did I missed something somewhere ? On another servers all works fine. This server has all updates (from tomorrow). Thanks and best regards J.Karliak. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
josef Karliak wrote:
Good morning, I've some weird problems with opensuse 12.3 x64-bit on HP DL380G7 server, in the yast I've checked "enable ipv6" and rebooted server. Still I've not enabled IPv6, "sysctl -a" shows me only ipv4 configs. Did I missed something somewhere ? On another servers all works fine. This server has all updates (from tomorrow). Thanks and best regards J.Karliak.
Hi Josef it would have been better to start a new thread instead of tagging this on to the "DNS not working 1.31" thread - however, there isn't really enough information for anyone to go on. Why did you need to enable ipv6 on this server, was it disabled before? I have a number of servers running 12.3 with ipv6, both physical and virtual, no problems. /Per -- Per Jessen, Zürich (15.6°C) http://www.dns24.ch/ - free dynamic DNS, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 9/7/2014 12:25 PM, James Knott wrote:
On 09/07/2014 11:04 AM, James Knott wrote:
My firewall computer, running openSUSE 13.1 no longer uses external DNS look up, but does use the hosts file. Wireshark shows it's not even attempting to access the DNS servers. I have tried recreating resolv.conf, but the problem remains. Any idea why it wouldn't access DNS servers? Routing to the Internet is fine.
I got things going again by putting the tunnel server address in my hosts file. Why does DNS look up not pass through the failed IPv6 DNSs and use 8.8.8.8? Is this a new "feature" that came in with a recent update? I thought the point of having multiple DNS servers was for fallback should one fail.
As mentioned in another post, FAIL means FAIL to respond. FAIL does not mean responded with a not found or unknown. -- _____________________________________ ---This space for rent--- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (9)
-
Carlos E. R.
-
James Knott
-
John Andersen
-
josef Karliak
-
Ken Schneider - openSUSE
-
Lew Wolfgang
-
Linda Walsh
-
Patrick Shanahan
-
Per Jessen