Re: error after install any software

2015-01-18 Thread Andy Blanchard
Sounds like either a corrupted yum or rpm database. I'd start by flushing the former and rebuilding the latter: sudo yum clean all sudo rpm --rebuilddb On 18 January 2015 at 23:16, William Biggs wrote: > I running 21 with gnome install when I try to install any software from > the software ce

error after install any software

2015-01-18 Thread William Biggs
I running 21 with gnome install when I try to install any software from the software center . The first software install just fine . But when I try to install anything else it will not install so . I try to install it from command line with yum install program's name to see the error and I get this

Re: Removing obsolete selinux setup

2015-01-18 Thread Pete Stieber
I received an answer that worked on the fedora forums. 1. Edit the file /etc/selinux/targeted/modules/active/file_contexts.local and comment/fix the wrong contexts. In my case this meant changing httpd_mediawiki_rw_content_t to mediawiki_rw_content_t. Then I used # semanage fcontext -a -t

Re: Fedora-21 firewall advice?

2015-01-18 Thread Ed Greshko
On 01/19/15 05:32, Gordon Messmer wrote: > On 01/18/2015 04:44 AM, Heinz Diehl wrote: >> Opposed to what is written in this article, firewalld leaves the >> system open even after upgrading with "--product=nonproduct", which I >> verified some minutes ago on a laptop upgraded from F20 to F21 >> yes

Re: Fedora-21 firewall advice?

2015-01-18 Thread Gordon Messmer
On 01/18/2015 04:44 AM, Heinz Diehl wrote: Opposed to what is written in this article, firewalld leaves the system open even after upgrading with "--product=nonproduct", which I verified some minutes ago on a laptop upgraded from F20 to F21 yesterday evening. Use 'iptables -L -n -v'. You are p

Re: Fedora-21 firewall advice?

2015-01-18 Thread poma
On 18.01.2015 13:44, Heinz Diehl wrote: > On 17.01.2015, poma wrote: > >> For people not subscribed at de...@lists.fedoraproject.org >> "Workstation" Product defaults to wide-open firewall >> https://lists.fedoraproject.org/pipermail/devel/2014-December/205010.html > > Opposed to what is written

Re: C/C++ Compiler Invalidly Turning Warnings into Errors? - Realtek RTL8811AU USB WiFi

2015-01-18 Thread poma
On 18.01.2015 20:45, Stephen Morris wrote: > On 01/17/2015 08:07 PM, poma wrote: >> On 17.01.2015 04:02, Stephen Morris wrote: >>> On 01/16/2015 08:38 AM, Stephen Morris wrote: On 01/15/2015 11:46 PM, poma wrote: > On 15.01.2015 08:50, Stephen Morris wrote: >> I have a driver for a wif

Re: LO crashes when opening draw docs

2015-01-18 Thread poma
On 18.01.2015 20:29, Joachim Backes wrote: > On 01/18/2015 06:44 PM, poma wrote: > > Hi poma, >> rpm --verify $(rpm -qf /usr/lib64/libreoffice/program/libsvtlo.so); if test >> $? -eq 0; then echo OK; else echo Uhhuh; fi > > That's my answer: > > rpm --verify $(rpm -qf /usr/lib64/libreoffice/pro

Re: C/C++ Compiler Invalidly Turning Warnings into Errors? - Realtek RTL8811AU USB WiFi

2015-01-18 Thread Stephen Morris
On 01/17/2015 08:07 PM, poma wrote: On 17.01.2015 04:02, Stephen Morris wrote: On 01/16/2015 08:38 AM, Stephen Morris wrote: On 01/15/2015 11:46 PM, poma wrote: On 15.01.2015 08:50, Stephen Morris wrote: I have a driver for a wifi usb device that I need to compile because there are no drivers

Re: LO crashes when opening draw docs

2015-01-18 Thread Joachim Backes
On 01/18/2015 06:44 PM, poma wrote: Hi poma, > rpm --verify $(rpm -qf /usr/lib64/libreoffice/program/libsvtlo.so); if test > $? -eq 0; then echo OK; else echo Uhhuh; fi That's my answer: rpm --verify $(rpm -qf /usr/lib64/libreoffice/program/libsvtlo.so) && echo OK || echo Uhhh OK And

Re: Cooling a laptop

2015-01-18 Thread jd1008
On 01/18/2015 12:18 AM, Tim wrote: On Sat, 2015-01-17 at 15:21 -0700, jd1008 wrote: I am looking for a laptop cooling pad the fans of which are "relocatable" so that I can position them to blow into the air port hols/slots on the bottom of the laptop. This looked interesting: Cooler Master Not

Re: Fedora-21 vs NFS

2015-01-18 Thread Tom H
On Sat, Jan 17, 2015 at 2:03 AM, Jonathan Ryshpan wrote: > > I have just upgraded amito, the client from Fedora-20 to Fedora-21. The > server, weather, is still running Fedora-20. After the upgrade, an attempt > by amito to nfs mount a filesystem on weather fails with an access denial by > by weat

Re: LO crashes when opening draw docs

2015-01-18 Thread poma
On 18.01.2015 14:43, Joachim Backes wrote: > On 01/18/2015 02:37 PM, Joachim Backes wrote: >> Hi all, >> >> having big LO problems if trying to open some odg file: >> >> #A fatal error has been detected by the Java Runtime Environment: >> # >> # SIGSEGV (0xb) at pc=0x7f570bff2c05, pid=23025, t

Re: Fedora-21 firewall advice?

2015-01-18 Thread Rahul Sundaram
Hi On Sat, Jan 17, 2015 at 7:24 PM, Timothy Murphy wrote: > My meaning was: if firewalld is associated to systemd > then sooner or later it will probably become the standard firewall > in all distributions, so I might as well get used to it. > I see. Firewalld is a independent project entirel

Re: Fedora-21 firewall advice?

2015-01-18 Thread Tim
On Sat, 2015-01-17 at 13:41 +, Timothy Murphy wrote: > I'm surprised that I have never seen an article starting > "In Fedora 21 you will have to choose between firewalld and iptables." > Or have I completely misunderstood the situation? For clarity's sake, firewalld does use iptables rules to

Re: LO crashes when opening draw docs

2015-01-18 Thread Joachim Backes
On 01/18/2015 02:37 PM, Joachim Backes wrote: > Hi all, > > having big LO problems if trying to open some odg file: > > #A fatal error has been detected by the Java Runtime Environment: > # > # SIGSEGV (0xb) at pc=0x7f570bff2c05, pid=23025, tid=140011775326272 > # > # JRE version: OpenJDK Ru

LO crashes when opening draw docs

2015-01-18 Thread Joachim Backes
Hi all, having big LO problems if trying to open some odg file: #A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x7f570bff2c05, pid=23025, tid=140011775326272 # # JRE version: OpenJDK Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18) # Java VM: O

Re: Fedora-21 firewall advice?

2015-01-18 Thread Heinz Diehl
On 17.01.2015, poma wrote: > For people not subscribed at de...@lists.fedoraproject.org > "Workstation" Product defaults to wide-open firewall > https://lists.fedoraproject.org/pipermail/devel/2014-December/205010.html Opposed to what is written in this article, firewalld leaves the system open

Re: Fedora-21 firewall advice?

2015-01-18 Thread Heinz Diehl
On 17.01.2015, Timothy Murphy wrote: > I'm presently using shorewall with iptables. > Can shorewall be used with firewalld? No, it shouldn't, since both eventually apply different iptables rules. > I'm surprised that I have never seen an article starting > "In Fedora 21 you will have to choose

Re: Using old Creative CT-4810 sound card in F20 ??

2015-01-18 Thread poma
On 18.01.2015 00:33, Fred Smith wrote: > I'm trying to get an old Creative CT4810 sound card working on my F20 > machine. I've disabled, in the BIOS, the built-in sound hardware, plugged > the creative card into a PCI slot, booted up and lspci shows no sound > hardware. > > I tried removing and re

Re: swapping

2015-01-18 Thread poma
On 17.01.2015 19:52, Ntlworld wrote: > Right - I think I might start looking at Ubuntu! > > Sent from my iPhone > This old man and me, were at the bar and we Were having us some beers and swaping I dont cares Talking politics, blonde and red-head chicks Old dogs and new tricks and habits we aint

Re: rpm -V - verifying packages

2015-01-18 Thread Michael Schwendt
On Sat, 17 Jan 2015 21:14:11 -0700, Robin Laing wrote: > Hello, > > I don't know if I found a bug with upgrade or if there is a strange > issue with rpm. > > I have upgraded from F19 to F21 on a machine. The upgrade worked quite > well. > > Due to the nVidia driver changes, I installed the n

Re: swapping

2015-01-18 Thread Chris Murphy
On Sat, Jan 17, 2015 at 4:54 AM, Andrew R Paterson < andy.pater...@ntlworld.com> wrote: > Having watched this debate I find I must add my own 10c > I have spent over 30 years working on unix systems starting with xenix, bsd > and ending up with linux . > We survived quite happily using the wel