Re: dnf headaches.

2015-06-10 Thread Zoltan Hoppar
Hi, I had similar problem with dnf, such as I didn't know that actually dnf using the localized versions of group names, instead of the original english names. Btw. if we have mentioned groups - would it be possible to create my own group aliases for my set of packages? If yes, how? ...and later o

Re: dnf headaches.

2015-06-10 Thread Bruno Wolff III
On Wed, Jun 10, 2015 at 21:44:37 -0400, "Derrik Walker v2.0" wrote: I seem to have some issues with dnf, and Dr Google isn't helping ... So I installed the "Games and Entertainment," which did exactly nothing, except mark it installed. So, I figured out, that if I really want the games inst

Re: dnf headaches.

2015-06-10 Thread Martin Cigorraga
Hi, Try groupinstall instead 'group install'. On Wed, Jun 10, 2015, 22:45 Derrik Walker v2.0 wrote: > I seem to have some issues with dnf, and Dr Google isn't helping ... > > So I installed the "Games and Entertainment," which did exactly nothing, > except mark it installed. > > So, I figured ou

dnf headaches.

2015-06-10 Thread Derrik Walker v2.0
I seem to have some issues with dnf, and Dr Google isn't helping ... So I installed the "Games and Entertainment," which did exactly nothing, except mark it installed. So, I figured out, that if I really want the games installed, I probably should have: # dnf group install with-optional "Ga

Re: Basic drivers, installation and regular session

2015-06-10 Thread Isaac Cortés González
>> OK, right then. What would you change in those files in order to use a >> gfx intel? > > First test if removing nomodeset will work: > - At the boot loader screen press "e" to start editing the kernel cmdline > - Go to the line that starts with "linux" and remove nomodeset > - Press F10 to boot

Re: F22 rsyslog and logrotate: looks like a bug to me

2015-06-10 Thread Ed Greshko
On 06/11/15 03:11, Mark C. Allman wrote: > I see this line in /etc/logrotate.d/syslog: > > /bin/kill -HUP `cat /var/run/syslogd.pid 2>/dev/null` 2>/dev/null||true > > The PID file for rsyslog is actually /var/run/rsyslogd.pid, therefore > once logrotate runs the new log files, e.g., messages, maill

F22 rsyslog and logrotate: looks like a bug to me

2015-06-10 Thread Mark C. Allman
I see this line in /etc/logrotate.d/syslog: /bin/kill -HUP `cat /var/run/syslogd.pid 2>/dev/null` 2>/dev/null||true The PID file for rsyslog is actually /var/run/rsyslogd.pid, therefore once logrotate runs the new log files, e.g., messages, maillog, etc., are empty. Sound like a bug to you all?

Re: Basic drivers, installation and regular session

2015-06-10 Thread Ahmad Samir
On 10 June 2015 at 20:14, Isaac Cortés González wrote: > > OK, right then. What would you change in those files in order to use a > gfx intel? First test if removing nomodeset will work: - At the boot loader screen press "e" to start editing the kernel cmdline - Go to the line that starts with "l

Re: Basic drivers, installation and regular session

2015-06-10 Thread Isaac Cortés González
>> If you installed a desktop spin (Gnome, Xfce, MATE, KDE), then the >> open source drivers were installed (e.g. nouveau for nVidia chipsets, >> ati_drv/radeon_drv for AMD chipsets, etc.) >> > > Installing using "basic graphics mode" adds "nomodeset" (which > disables KMS (Kernel Mode Setting)): >

Re: dnf whatprovides and library files

2015-06-10 Thread Gordon Messmer
On 06/10/2015 12:24 AM, Ed Greshko wrote: But, just to be clear, the issue I'm addressing is what an average user may do in a given circumstance. Upon seeing an error message such as this one, error while loading shared libraries: /lib64/libexempi.so.3: file too short assuming they know of dnf

Re: Hotkeys?

2015-06-10 Thread Patrick O'Callaghan
On Wed, 2015-06-10 at 12:05 -0400, David Cary Hart wrote: > On 06/10/2015 11:58 AM, Patrick O'Callaghan wrote: > > On Wed, 2015-06-10 at 11:53 -0400, David Cary Hart wrote: > > > KDE's hotkeys package is broken in F22*. I am tired of typing > > > ldquo, > > > rdquo, mdash, etc. Autokey (via Google

Re: Hotkeys?

2015-06-10 Thread David Cary Hart
On 06/10/2015 11:58 AM, Patrick O'Callaghan wrote: On Wed, 2015-06-10 at 11:53 -0400, David Cary Hart wrote: KDE's hotkeys package is broken in F22*. I am tired of typing ldquo, rdquo, mdash, etc. Autokey (via Google) no longer works. Any other suggestions? And, yes, I filed a bug report. If yo

Re: Hotkeys?

2015-06-10 Thread Patrick O'Callaghan
On Wed, 2015-06-10 at 11:53 -0400, David Cary Hart wrote: > KDE's hotkeys package is broken in F22*. I am tired of typing ldquo, > rdquo, mdash, etc. Autokey (via Google) no longer works. Any other > suggestions? And, yes, I filed a bug report. If you post the reference other people might be abl

Hotkeys?

2015-06-10 Thread David Cary Hart
KDE's hotkeys package is broken in F22*. I am tired of typing ldquo, rdquo, mdash, etc. Autokey (via Google) no longer works. Any other suggestions? And, yes, I filed a bug report. Thanks *It doesn't work in a clean install of the KDE spin. I got it to work on a workstation spin but the virtu

Re: dnf whatprovides and library files

2015-06-10 Thread Matthew Miller
On Wed, Jun 10, 2015 at 08:38:38PM +0900, Mamoru TASAKA wrote: > >I believe RPM isn't tracking the symlink — it's just canonicalizing the > >filename when you do the --query --file (or -qf). Easy to do _on_ the > >system, not so good when you're asking about a non-existent file. > On installed file

Re: dnf whatprovides and library files

2015-06-10 Thread Mamoru TASAKA
Matthew Miller wrote on 06/10/2015 08:11 PM: On Wed, Jun 10, 2015 at 04:20:13AM -0400, Radek Holy wrote: BTW, RPM can do that: $ rpm --query --file /lib64/libXv.so.1.0.0 So, if RPM tracks these symlinks and if it provides an API to get this information, DNF could do the magic at least for the i

Re: dnf whatprovides and library files

2015-06-10 Thread Matthew Miller
On Wed, Jun 10, 2015 at 04:20:13AM -0400, Radek Holy wrote: > BTW, RPM can do that: > $ rpm --query --file /lib64/libXv.so.1.0.0 > So, if RPM tracks these symlinks and if it provides an API to get this > information, DNF could do the magic at least for the installed packages. But > maybe it could

Re: F22 KDE How To Remove "Software Updates" Widget?

2015-06-10 Thread Javier Perez
I do that, and a blank window opens after system tray settings. Afterwards, nothing more happens, no icons, no Extra Items, nothing On Sat, May 30, 2015 at 12:07 AM, Rex Dieter wrote: > Christopher Ross wrote: > > > In the Fedora 22 / KDE 5 task bar there is a "Software Updates" widget. > > Wher

Re: Basic drivers, installation and regular session

2015-06-10 Thread Ahmad Samir
On 10 June 2015 at 02:11, Rick Stevens wrote: > > > If you installed a desktop spin (Gnome, Xfce, MATE, KDE), then the > open source drivers were installed (e.g. nouveau for nVidia chipsets, > ati_drv/radeon_drv for AMD chipsets, etc.) > Installing using "basic graphics mode" adds "nomodeset" (wh

Re: dnf whatprovides and library files

2015-06-10 Thread Ed Greshko
On 06/10/15 16:20, Radek Holy wrote: > BTW, RPM can do that: > > $ rpm --query --file /lib64/libXv.so.1.0.0 > > So, if RPM tracks these symlinks and if it provides an API to get this > information, DNF could do the magic at least for the installed packages. But > maybe it could become even more c

Re: dnf nonlocal update

2015-06-10 Thread Radek Holy
- Original Message - > From: "Rick Stevens" > To: "Community support for Fedora users" > Sent: Tuesday, June 9, 2015 10:23:29 PM > Subject: Re: dnf nonlocal update > > On 06/09/2015 04:52 AM, Robert Dady wrote: > > Hi, > > > > I have 2 computers: "A" has F22 and 3G cell phone Internet co

Re: dnf whatprovides and library files

2015-06-10 Thread Radek Holy
- Original Message - > From: "Ed Greshko" > To: users@lists.fedoraproject.org > Sent: Wednesday, June 10, 2015 9:24:09 AM > Subject: Re: dnf whatprovides and library files > > On 06/10/15 14:55, Gordon Messmer wrote: > > On 06/09/2015 04:53 PM, Ed Greshko wrote: > >> I can't seem to get

Re: Nautilus (Files) don want to open

2015-06-10 Thread Donato Roque
On Tue, 2015-06-09 at 17:03 -0600, Isaac Cortés González wrote: > I've been trying to open nautilus and this what ocured if I try it in > a terminal: > > > nautilus: error while loading shared libraries: > > /lib64/libexempi.so.3: file t > > oo short > > -Isaac C. > I can confirm that th

Re: Has anyone upgraded from F20 to F21 or F22 using YUM?

2015-06-10 Thread Suvayu Ali
Hi, On Mon, Jun 08, 2015 at 10:56:15AM -0700, Les Howell wrote: > Hi, guys, > It is getting to be time to upgrade again. I am debating the wipe and > reinstall method, over the upgrade by YUM. One of the issues facing me > it the loss of the FEL spin. I use a lot of those tools along with

Re: dnf whatprovides and library files

2015-06-10 Thread Ed Greshko
On 06/10/15 14:55, Gordon Messmer wrote: > On 06/09/2015 04:53 PM, Ed Greshko wrote: >> I can't seem to get dnf to tell me what package supplies a library. > ... >> [root@f22k ~]# ll /lib64/libXv.so.1.0.0 >> -rwxr-xr-x. 1 root root 19664 Aug 17 2014 /lib64/libXv.so.1.0.0 >> [root@f22k ~]# dnf what

RE: f22: how to change default gateway via line command

2015-06-10 Thread J.Witvliet
-Original Message- From: users-boun...@lists.fedoraproject.org [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of Tim Sent: woensdag 10 juni 2015 3:32 To: users@lists.fedoraproject.org Subject: Re: f22: how to change default gateway via line command On Wed, 2015-06-10 at 00:22 +0