Re: a compatibility question: AMD Radeon HD8200 R3 series

2016-06-24 Thread Robin Laing
On 20/06/16 08:30, Tim wrote: On Sat, 2016-06-18 at 00:14 +0930, Tim wrote: Does anyone have any good/bad experience with this graphics chipset: On-motherboard AMD Radeon HD8200 R3 series I'm keeping watch on this thread, and have seen the five replies, so far. I can say things for and agains

Re: a compatibility question: AMD Radeon HD8200 R3 series

2016-06-24 Thread Robin Laing
On 19/06/16 23:44, Samuel Sieb wrote: On 06/19/2016 05:12 PM, Robin Laing wrote: Last year I purchased a motherboard with onboard AMD graphics. A real nightmare. Check the AMD site for support for the video card. As it turned out, AMD dropped support for the chipset and their web site states

Re: a compatibility question: AMD Radeon HD8200 R3 series

2016-06-24 Thread Robin Laing
On 19/06/16 22:43, Joe Zeff wrote: On 06/19/2016 05:12 PM, Robin Laing wrote: I would have to do a reboot to know the onboard video. Use this: lspci | grep VGA Doesn't even need root. HTH, HAND. Doesn't show the onboard video. Tried that before I posted. I only get the Nvidia GTX 960.

Fedora 24 touchpad customization

2016-06-24 Thread Matthew Saltzman
It seems that some of the touchpad customization options that were available previously have been removed in Fedora 24. In particular, two-finger scrolling is enabled by default, but edge scrolling is not available. Also, tap-to-click is disabled by default. Neither the Mouse Settings app nor Tweak

Re: dnf is looking for a gpg key in all the wrong places

2016-06-24 Thread Sam Varshavchik
Rick Stevens writes: On 06/24/2016 03:32 PM, Sam Varshavchik wrote: > On one of my machines: > > dnf system-upgrade download --releasever 24 > > this does its thing for a while, but after downloading everything (or > rechecking that everything is already downloaded), dnf blows up with: > > warni

Re: dnf is looking for a gpg key in all the wrong places

2016-06-24 Thread Rick Stevens
On 06/24/2016 03:32 PM, Sam Varshavchik wrote: > On one of my machines: > > dnf system-upgrade download --releasever 24 > > this does its thing for a while, but after downloading everything (or > rechecking that everything is already downloaded), dnf blows up with: > > warning: > /var/lib/dnf/sy

dnf is looking for a gpg key in all the wrong places

2016-06-24 Thread Sam Varshavchik
On one of my machines: dnf system-upgrade download --releasever 24 this does its thing for a while, but after downloading everything (or rechecking that everything is already downloaded), dnf blows up with: warning: /var/lib/dnf/system-upgrade/docker-1.10.3-19.gitee81b72.fc24.x86_64.rpm: Hea

Re: dnf not working

2016-06-24 Thread Rick Stevens
On 06/24/2016 10:37 AM, machine wrote: > Hi, > >> You have a DNS failure: >> >> [Resolving timed out after 12 milliseconds] >> >> So get that solved first. Verify your network came up ("sudo ifconfig >> -a") and that you have valid nameservers configured ("cat >> /etc/resolv.conf"). Try

Re: dnf not working

2016-06-24 Thread machine
Hi,  > You have a DNS failure: > > [Resolving timed out after 12 milliseconds] > > So get that solved first. Verify your network came up ("sudo ifconfig > -a") and that you have valid nameservers configured ("cat > /etc/resolv.conf"). Try to ping the name servers from that list (if > y

Re: dnf not working

2016-06-24 Thread Rick Stevens
On 06/24/2016 08:04 AM, Akash Mishra wrote: > Hi, > I recently installed Fedora 24 (infact today only). > I am facing issues with dnf. Here is what I get whenever I use it. > > Error: Failed to synchronize cache for repo 'fedora' > > I can reach fedoraproject.org but I cant reach xyz.fedoraprojec

DNF does not actually upgrade

2016-06-24 Thread SternData
I did sudo dnf system-upgrade download --releasever=24 --enablerepo=rpmfusion-free-updates-testing --enablerepo=rpmfusion-nonfree-updates-testing --nogpgcheck which downloaded a lot of packages and ended with Complete! Download complete! Use 'dnf system-upgrade reboot' to start the upgrade. The

Re: Minimizing downloads for multiple dnf system-upgrades

2016-06-24 Thread Greg Woods
A related question: is there any way to tell "dnf system-upgrade" to download packages from a local repo (either http or file) rather than going out to the net? I already have the big local repo and I'd rather not download everything again. --Greg On Wed, Jun 22, 2016 at 5:39 PM, Sam Varshavchik

dnf not working

2016-06-24 Thread Akash Mishra
Hi, I recently installed Fedora 24 (infact today only). I am facing issues with dnf. Here is what I get whenever I use it. Error: Failed to synchronize cache for repo 'fedora' I can reach fedoraproject.org but I cant reach xyz.fedoraproject.org (ask,forums). Also, I cannot download anything from

pcregrep question

2016-06-24 Thread bruce
Hi. I'm embarrassed to say I can't resolve this. So, my mind has gone blank! I've got a test file, with the following lines. Basically, I want a grep/regex to traverse the multiple lines to return the lines. ll_=urllib.quote_plus(simplejson.dumps(b2))+"\n" pathchildcount_filep.write(ll_) I've t