Re: DNF upgrade rc1 -

2015-11-13 Thread Bob Goodwin
On 11/13/15 04:28, Ed Greshko wrote: Nothing Those "rc1" packages are the most recent builds. Proving once more that a little knowledge is a dangerous thing ... Thanks Ed. -- Bob Goodwin - Zuni, Virginia, USA http://www.qrz.com/db/W2BOD box10 FEDORA-23/64bit LINUX XFCE POP3 -- users

Re: dnf gets stuck on poor connections

2015-11-13 Thread Sylvia Sánchez
Mmmhh... My connection isn't very reliable either but dnf doesn't get stuck. Maybe you should update packages in small bunches instead of everything altogether. Just an idea, hope it helps you. Cheers, Sylvia -- users mailing list users@lists.fedoraproject.org To unsubscribe or change

DNF upgrade rc1 -

2015-11-13 Thread Bob Goodwin
I noticed this yesterday and have been excluding these: [root@Box10 bobg]# dnf upgrade Last metadata expiration check performed 0:23:34 ago on Fri Nov 13 02:28:50 2015. Dependencies resolved.

Re: DNF upgrade rc1 -

2015-11-13 Thread Ed Greshko
On 11/13/15 16:19, Bob Goodwin wrote: > > I noticed this yesterday and have been excluding these: > >> [root@Box10 bobg]# dnf upgrade >> Last metadata expiration check performed 0:23:34 ago on Fri Nov 13 02:28:50 >> 2015. >> Dependencies resolved. >>

Re: Script/list of everything installed on old F20 box (yum) to new F23 box (dnf)

2015-11-13 Thread Tom Horsley
I also start with: rpm -q --qf "%{NAME}.%{ARCH}\n" -a | sort > rpms.txt I run it on both old and new to get a lits of rpms without any specific version numbers. I can then compare them with the "comm" tool to get lists of rpms on one system but not on the other. That doesn't help with all the

Re: Script/list of everything installed on old F20 box (yum) to new F23 box (dnf)

2015-11-13 Thread Ted Roche
Great suggestions, Tom. That's got me started on my way. Thanks! On Fri, Nov 13, 2015 at 10:37 AM, Tom Horsley wrote: > I also start with: > > rpm -q --qf "%{NAME}.%{ARCH}\n" -a | sort > rpms.txt > > I run it on both old and new to get a lits of rpms > without any specific

Re: eclipse stop after f22->f23

2015-11-13 Thread jd1008
On 11/13/2015 10:13 AM, Maurizio Marini wrote: Maybe this is the wrong place where ranting against eclipse Mars.1 in F23. After upgrade f22->f23, eclipse (I develop in PDE) stop working, projects are very slow to open and after many hours of waiting and waiting I give up and I have to kill -9

Re: An interesting sort problem

2015-11-13 Thread jd1008
On 11/12/2015 07:38 PM, Michael Hennebry wrote: Awk can do what you want: { lines[NR]=$NF " " $0 } END { PROCINFO["sorted_in"]="@val_type_asc" for line in lines { j=index(line, " ") print substr(line, j+1) } Sorry, but, since this is being archived, could you

eclipse stop after f22->f23

2015-11-13 Thread Maurizio Marini
Maybe this is the wrong place where ranting against eclipse Mars.1 in F23. After upgrade f22->f23, eclipse (I develop in PDE) stop working, projects are very slow to open and after many hours of waiting and waiting I give up and I have to kill -9 eclipse process. -m smime.p7s Description:

Scale grub resolution on a HiDef screen (Fedora 23)?

2015-11-13 Thread CS DBA
Hi All; I just received a new laptop, the Lenovo X1 Carbon with the 2560x1440 IPS screen. I installed the Fedora 23 KDE spin, changed the screen resolution in : System Settings --> Display and Monitor Then I was able to change the login screen resolution by adding an /etc/X11/xorg.conf file

Re: An interesting sort problem

2015-11-13 Thread Robert Nichols
On 11/13/2015 12:32 PM, Ian Malone wrote: No missing quotes. It's an awk program, not a bash one, $0 is a bash variable. The only syntax errors I see are no brackets around the for statement and missing closing brace. My awk here is too old to support PROCINFO["sorted_in"], so here's a slight

Re: Audacity

2015-11-13 Thread Roger Wells
On 11/13/2015 09:48 AM, jarmo wrote: > With new upgrade to F23 Audacity didn't start at all, got tons of > errors. This morning update, got new Audacity-Freeworld. Something new, > no errors, but Audacity won't start. Anyone else met this? > > Jarmo > Jarmo, I also just upgraded from F22 to

Re: Scale grub resolution on a HiDef screen (Fedora 23)?

2015-11-13 Thread CS DBA
On 11/13/2015 10:07 AM, CS DBA wrote: Hi All; I just received a new laptop, the Lenovo X1 Carbon with the 2560x1440 IPS screen. I installed the Fedora 23 KDE spin, changed the screen resolution in : System Settings --> Display and Monitor Then I was able to change the login screen

Re: How can Fedora determine the maximum speed of network computer cards?

2015-11-13 Thread Rick Stevens
On 11/13/2015 06:27 AM, Doug H. wrote: On Fri, 2015-11-13 at 13:25 +, Paul Smith wrote: Dear All, Is there something in Fedora that I might use to determine the maximum speed the network card of my computer can attain on Internet? I am thinking about wired Internet and not about wireless

Re: Audacity

2015-11-13 Thread Klaus-Peter Schrage
Am 13.11.2015 um 15:48 schrieb jarmo: With new upgrade to F23 Audacity didn't start at all, got tons of errors. This morning update, got new Audacity-Freeworld. Something new, no errors, but Audacity won't start. Anyone else met this? Jarmo Perhaps this thread might help:

Re: An interesting sort problem

2015-11-13 Thread Robert Nichols
On 11/13/2015 01:32 PM, Robert Nichols wrote: Try it again with more than 10 lines in the input. That asort() will be doing a _string_ sort, so with 120 input lines the order will be 1, 10, 100, 101, 102, ... 109, 11, 110, 111, 112, ... 119, 12, 120, 13, 14, ... 19, 2, 20, 21, ... . Sorry,

Re: An interesting sort problem

2015-11-13 Thread Ian Malone
On 13 November 2015 at 16:54, jd1008 wrote: > > > On 11/12/2015 07:38 PM, Michael Hennebry wrote: >> >> Awk can do what you want: >> { >> lines[NR]=$NF " " $0 >> } >> >> END { >> PROCINFO["sorted_in"]="@val_type_asc" >> for line in lines { >> j=index(line, "

Re: eclipse stop after f22->f23

2015-11-13 Thread Łukasz Posadowski
13.11.2015 o 18:19, jd1008: So far I have seen so many complaints and problems with fc23, I am beginning to doubt the veracity of the flowery reports about upgrading to fc23. It's the same story every time. :) Fedora isn't know for caring much about compatibility with 3rd party software.

Re: An interesting sort problem

2015-11-13 Thread Ian Malone
On 13 November 2015 at 18:32, Ian Malone wrote: > On 13 November 2015 at 16:54, jd1008 wrote: >> >> >> On 11/12/2015 07:38 PM, Michael Hennebry wrote: >>> >>> Awk can do what you want: >>> { >>> lines[NR]=$NF " " $0 >>> } > > No missing quotes. It's an

Re: How can Fedora determine the maximum speed of network computer cards?

2015-11-13 Thread Rick Stevens
On 11/13/2015 01:44 PM, Paul Smith wrote: On Fri, Nov 13, 2015 at 6:06 PM, Rick Stevens wrote: Is there something in Fedora that I might use to determine the maximum speed the network card of my computer can attain on Internet? I am thinking about wired Internet and not

Re: How can Fedora determine the maximum speed of network computer cards?

2015-11-13 Thread Paul Smith
On Fri, Nov 13, 2015 at 10:18 PM, Rick Stevens wrote: >> >> Thanks to all respondents! I could now determine that my network card >> is a 100Mbps Fast Ethernet, and now it is clear why the speed test >> (http://www.speedtest.net/) shows a download speed of just 85 Mbps >>

Re: An interesting sort problem

2015-11-13 Thread Patrick O'Callaghan
On Fri, 2015-11-13 at 09:54 -0700, jd1008 wrote: > I assume $0 is the name of the file ?? RTFM, awk(1) in this case. $0 refers to the whole input record (i.e. the current line), which is why fields are numbered from 1. I haven't looked at the rest of the script. poc -- users mailing list

Re: How can Fedora determine the maximum speed of network computer cards?

2015-11-13 Thread Paul Smith
On Fri, Nov 13, 2015 at 6:06 PM, Rick Stevens wrote: >>> >>> Is there something in Fedora that I might use to determine the >>> maximum >>> speed the network card of my computer can attain on Internet? I am >>> thinking about wired Internet and not about wireless Internet.

Re: Audacity

2015-11-13 Thread David Timms
On 14/11/15 01:48, jarmo wrote: > With new upgrade to F23 Audacity didn't start at all, got tons of > errors. This morning update, got new Audacity-Freeworld. Something new, > no errors, but Audacity won't start. Anyone else met this? As current Audacity packager, I'm keen to find out more about

Re: dnf gets stuck on poor connections

2015-11-13 Thread Porfirio Andres Paiz Carrasco
2015-11-13 5:21 GMT-06:00 Suvayu Ali : > Hi, > > Lately I have been on unreliable connections. I noticed that after I > have my laptop running for a few days, dnf stops working. Any dnf > command hangs indefinitely. I can get back to the shell again by > killing the

Re: How can Fedora determine the maximum speed of network computer cards?

2015-11-13 Thread Rick Stevens
On 11/13/2015 03:08 PM, Paul Smith wrote: On Fri, Nov 13, 2015 at 10:18 PM, Rick Stevens wrote: Thanks to all respondents! I could now determine that my network card is a 100Mbps Fast Ethernet, and now it is clear why the speed test (http://www.speedtest.net/) shows a

Re: Audacity

2015-11-13 Thread stan
On Fri, 13 Nov 2015 16:48:28 +0200 jarmo wrote: > With new upgrade to F23 Audacity didn't start at all, got tons of > errors. This morning update, got new Audacity-Freeworld. Something > new, no errors, but Audacity won't start. Anyone else met this? It's probably a lock left

Re: dnf gets stuck on poor connections

2015-11-13 Thread Tim
Allegedly, on or about 13 November 2015, Porfirio Andres Paiz Carrasco sent: > To add it: > su -c "echo 'keepcache=true' >> /etc/dnf/dnf.conf" > su -c "echo 'deltarpm=true' >> /etc/dnf/dnf.conf" > su -c "echo 'fastestmirror=true' >> /etc/dnf/dnf.conf" > > I must confess that even adding this to

Re: Scale grub resolution on a HiDef screen (Fedora 23)?

2015-11-13 Thread Tim
Allegedly, on or about 13 November 2015, CS DBA sent: > GRUB_GFXMODE='1368x768x32; 1368x768x24; 1280x720x32; 1280x720x24; > 800x600x32; 800x600x24; auto' Wild guess: Rather than give a list of compatible resolutions, try just listing a low resolution one that gives you a big chunky display.

WIFI dongle stopped working

2015-11-13 Thread Gary Stainburn
I have a HP Envy running F21. THe built in WIFI would not work so I bought a dongle from The Pi Hut http://thepihut.com/collections/raspberry-pi-wifi/products/usb-wifi-adapter-for-the-raspberry-pi This worked straight out of the box. However, recently I realised it wasn't working, but don't

dnf gets stuck on poor connections

2015-11-13 Thread Suvayu Ali
Hi, Lately I have been on unreliable connections. I noticed that after I have my laptop running for a few days, dnf stops working. Any dnf command hangs indefinitely. I can get back to the shell again by killing the process with SIGKILL. It seems to me this happens when the dnf-makecache

Re: dnf gets stuck on poor connections

2015-11-13 Thread Suvayu Ali
Hi Sylvia, Ralf, On Fri, Nov 13, 2015 at 01:22:29PM +0100, Ralf Corsepius wrote: > On 11/13/2015 12:53 PM, Sylvia Sánchez wrote: > >Mmmhh... My connection isn't very reliable either but dnf doesn't get stuck. > >Maybe you should update packages in small bunches instead of > >everything

Script/list of everything installed on old F20 box (yum) to new F23 box (dnf)

2015-11-13 Thread Ted Roche
Hi, folks: My old development workstation, $ uname -a Linux stupidname.mydomain.com 3.19.8-100.fc20.x86_64 #1 SMP Tue May 12 17:08:50 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux is finally getting replaced with a new machine, $uname -a Linux newstupidname.mydomain.com 4.2.5-300.fc23.x86_x64 #1

Audacity

2015-11-13 Thread jarmo
With new upgrade to F23 Audacity didn't start at all, got tons of errors. This morning update, got new Audacity-Freeworld. Something new, no errors, but Audacity won't start. Anyone else met this? Jarmo -- конец -- users mailing list users@lists.fedoraproject.org To unsubscribe or change

Re: dnf gets stuck on poor connections

2015-11-13 Thread Sylvia Sánchez
If it's make cache, you can try using Bleachbit to make a deep cleaning. Maybe that works. It worked for me with yum. Cheers, Sylvia -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora

Re: How can Fedora determine the maximum speed of network computer cards?

2015-11-13 Thread James Hogarth
For internet use your likely bottleneck is your wan connection anyway... In which case the usual places like speedtest.net apply for determining your up and down throughout. If you want to carry out throughout tests of systems you own then it's worth looking at iperf On 13 Nov 2015 13:25, "Paul

Re: How can Fedora determine the maximum speed of network computer cards?

2015-11-13 Thread Fernando Cassia
On Fri, Nov 13, 2015 at 10:25 AM, Paul Smith wrote: > Is there something in Fedora that I might use to determine the maximum > speed the network card of my computer can attain on Internet? > Your Ethernet card will operate allways at its maximum speed (100Mbps if Fast Ethernet

Re: How can Fedora determine the maximum speed of network computer cards?

2015-11-13 Thread Derrik Walker v2.0
On 11/13/2015 08:25 AM, Paul Smith wrote: Dear All, Is there something in Fedora that I might use to determine the maximum speed the network card of my computer can attain on Internet? I am thinking about wired Internet and not about wireless Internet. Thanks in advance, Paul ethtool will

Re: How can Fedora determine the maximum speed of network computer cards?

2015-11-13 Thread Doug H.
On Fri, 2015-11-13 at 13:25 +, Paul Smith wrote: > Dear All, > > Is there something in Fedora that I might use to determine the > maximum > speed the network card of my computer can attain on Internet? I am > thinking about wired Internet and not about wireless Internet. > > Thanks in

Re: dnf gets stuck on poor connections

2015-11-13 Thread Ralf Corsepius
On 11/13/2015 12:53 PM, Sylvia Sánchez wrote: Mmmhh... My connection isn't very reliable either but dnf doesn't get stuck. Maybe you should update packages in small bunches instead of everything altogether. I am not on a poor connection, either, but I am occasionally experiencing this problem

Re: dnf gets stuck on poor connections

2015-11-13 Thread Sylvia Sánchez
Isn't there a plug in for dnf to try repositories and then pull the stuff from the fastest? About yum, I don't think it exists anymore... Cheers, Sylvia -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

How can Fedora determine the maximum speed of network computer cards?

2015-11-13 Thread Paul Smith
Dear All, Is there something in Fedora that I might use to determine the maximum speed the network card of my computer can attain on Internet? I am thinking about wired Internet and not about wireless Internet. Thanks in advance, Paul -- users mailing list users@lists.fedoraproject.org To

Re: dnf gets stuck on poor connections

2015-11-13 Thread James Hogarth
On 13 Nov 2015 12:32, "Sylvia Sánchez" wrote: > > Isn't there a plug in for dnf to try repositories and then pull the > stuff from the fastest? > About yum, I don't think it exists anymore... > You're thinking of the fastestmirror plugin ... Note though that this only looks