Re: IPTables not flushing?

2013-06-03 Thread Rejy M Cyriac
On 06/04/2013 03:53 AM, Ed Greshko wrote: > On 06/04/13 05:35, Anthony wrote: >> I'm playing around with iptables and have inserted a few new rules. >> Now, I want to flush them all so I use >> >> iptables -F >> >> Then, I restart the firewall with >> >> service iptables restart >> >> and everythin

Re: IPTables not flushing? (SOLVED)

2013-06-03 Thread Anthony
On 06/03/2013 06:30 PM, Ed Greshko wrote: > On 06/04/13 07:21, Ed Greshko wrote: >> Start here https://fedoraproject.org/wiki/FirewallD > > You may also benefit from this > > http://fedoraproject.org/wiki/Systemd Thank you! -- Anthony Papillion Phone: 1.918.533.9699 SIP: sip:ca

Re: IPTables not flushing?

2013-06-03 Thread Ed Greshko
On 06/04/13 07:21, Ed Greshko wrote: > Start here https://fedoraproject.org/wiki/FirewallD You may also benefit from this http://fedoraproject.org/wiki/Systemd -- The only thing worse than a poorly asked question is a cryptic answer. -- users mailing list users@lists.fedoraproject.org

Re: IPTables not flushing?

2013-06-03 Thread Ed Greshko
On 06/04/13 07:07, Anthony wrote: > On 06/03/2013 05:23 PM, Ed Greshko wrote: >> First, I think it is best to confirm the version of Fedora you're running. >> Also, you're wanting to use the iptables service so, you've disabled >> firewalld and enabled iptables? > I'm running F18 and, no, I did

Re: IPTables not flushing?

2013-06-03 Thread Anthony
On 06/03/2013 05:23 PM, Ed Greshko wrote: > On 06/04/13 05:35, Anthony wrote: >> I'm playing around with iptables and have inserted a few new >> rules. Now, I want to flush them all so I use >> >> iptables -F >> >> Then, I restart the firewall with >> >> service iptables restart >> >> and every

Re: Dual screen video display problem

2013-06-03 Thread Robin Laing
On 2013-05-26 18:08, Joe Zeff wrote: > On 05/26/2013 04:20 PM, Robin Laing wrote: >> During today's searches, I realized that I have not done a full look >> through the boot sequence to see when the screen changes from single to >> mirrored(cloned) from single screen. >> >> I will check dmesg close

Re: IPTables not flushing?

2013-06-03 Thread Ed Greshko
On 06/04/13 05:35, Anthony wrote: > I'm playing around with iptables and have inserted a few new rules. > Now, I want to flush them all so I use > > iptables -F > > Then, I restart the firewall with > > service iptables restart > > and everything looks like it's restarting alright. But when I list

Re: Azureus restart script?

2013-06-03 Thread Cameron Simpson
On 03Jun2013 10:10, Frank Murphy wrote: | | Does this look ok, | ### | crontab -e # as logged in user | */10 * * * * /home/frank/Scripts/checkazureus.sh | # | cat /home/frank/Scripts/checkazureus.sh | #!/bin/bash | if [-z "$(pgrep azureus)"] | then | /usr/bin/azureus | else |

IPTables not flushing?

2013-06-03 Thread Anthony
I'm playing around with iptables and have inserted a few new rules. Now, I want to flush them all so I use iptables -F Then, I restart the firewall with service iptables restart and everything looks like it's restarting alright. But when I list the rules using iptables -L I get a list of rule

Re: no printout, but no other hint of error. F18. [SOLVED]

2013-06-03 Thread Ed Greshko
On 06/04/13 04:52, Daniel J Walsh wrote: > On 06/03/2013 04:41 PM, William Mattison wrote: > > Hi Daniel, > > >> You might want to open a bugzilla with Xerox to fix the way they build > >> their libraries, with PIC flags. > > > I looked and searched the Xerox web site. I found neither Bugzilla nor

Re: no printout, but no other hint of error. F18. [SOLVED]

2013-06-03 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/03/2013 04:41 PM, William Mattison wrote: > Hi Daniel, > >> You might want to open a bugzilla with Xerox to fix the way they build >> their libraries, with PIC flags. > > I looked and searched the Xerox web site. I found neither Bugzilla nor >

Re: no printout, but no other hint of error. F18. [SOLVED]

2013-06-03 Thread William Mattison
Hi Daniel, > You might want to open a bugzilla with Xerox to fix the way they build their > libraries, with PIC flags. I looked and searched the Xerox web site.  I found neither Bugzilla nor any other bug-reporting page/link.  How do I do as you suggest? thanks, Bill.-- users mailing list use

Re: Cursor changed on me? [SOLVED]

2013-06-03 Thread Reindl Harald
Am 03.06.2013 17:41, schrieb Tom Horsley: > On Mon, 3 Jun 2013 10:07:24 -0400 > Tom Horsley wrote: > >> Did some library just change to pick up cursor themes in a >> different setting somewhere? > > Found it!. The libXcursor update installed a new copy of > /usr/share/icons/default/index.theme

Re: fedup from beta

2013-06-03 Thread Doug
On 05/31/2013 01:46 PM, Richard M. Vickery wrote: I hope this isn't in HTML - please alert me if it is; I don't know if fedup changed the mail setup, and forget where Thunderbird's check-box is to fix it. I'm just curious as to how to fedup when F19 comes out; I am aware that the command is

Re: Cursor changed on me? [SOLVED]

2013-06-03 Thread Germán A. Racca
On 06/03/2013 12:41 PM, Tom Horsley wrote: On Mon, 3 Jun 2013 10:07:24 -0400 Tom Horsley wrote: Did some library just change to pick up cursor themes in a different setting somewhere? Found it!. The libXcursor update installed a new copy of /usr/share/icons/default/index.theme I had edited i

Re: Cursor changed on me? [SOLVED]

2013-06-03 Thread Tom Horsley
On Mon, 3 Jun 2013 10:07:24 -0400 Tom Horsley wrote: > Did some library just change to pick up cursor themes in a > different setting somewhere? Found it!. The libXcursor update installed a new copy of /usr/share/icons/default/index.theme I had edited it to say Inherits=Bluecurve, but the new rp

Re: Azureus restart script?

2013-06-03 Thread Jason Stelzer
On Mon, Jun 3, 2013 at 11:17 AM, Frank Murphy wrote: > > export DISPLAY=:0.0 ? > > > Depends on how many monitors you have and how X is setup, but yeah.. that's the general default. If you're unsure you can echo $DISPLAY in an terminal in x to see it. -- users mailing list users@lists.fedoraproj

Re: Azureus restart script?

2013-06-03 Thread Frank Murphy
On Mon, 3 Jun 2013 11:00:57 -0400 Jason Stelzer wrote: > If that's an X11 program, you're going to want to set DISPLAY > before you invoke the command. > export DISPLAY=:0.0 ? It can be run as gui\cli with a few extra bits: http://wiki.vuze.com/w/Console_UI (amend paths to suit fedora installe

Re: Azureus restart script?

2013-06-03 Thread Frank Murphy
On Mon, 3 Jun 2013 11:00:57 -0400 Jason Stelzer wrote: > If that's an X11 program, you're going to want to set DISPLAY > before you invoke the command. > > > On Mon, Jun 3, 2013 at 5:10 AM, Frank Murphy > wrote: > > > > > Does this look ok, > > ### > > crontab -e # as logged in user > > *

Re: fedup from beta

2013-06-03 Thread Kevin Fenzi
On Fri, 31 May 2013 10:46:29 -0700 "Richard M. Vickery" wrote: > I hope this isn't in HTML - please alert me if it is; I don't know if > fedup changed the mail setup, and forget where Thunderbird's > check-box is to fix it. > > I'm just curious as to how to fedup when F19 comes out; I am aware

Re: Azureus restart script?

2013-06-03 Thread Jason Stelzer
If that's an X11 program, you're going to want to set DISPLAY before you invoke the command. On Mon, Jun 3, 2013 at 5:10 AM, Frank Murphy wrote: > > Does this look ok, > ### > crontab -e # as logged in user > */10 * * * * /home/frank/Scripts/checkazureus.sh > # > cat /home/frank/Scripts/che

Cursor changed on me?

2013-06-03 Thread Tom Horsley
Did some library just change to pick up cursor themes in a different setting somewhere? I've changed cursor theme in dconf-editor to say "Bluecurve" (which I have installed), yet an strace of fvwm startup shows it is now picking pointers from "Adwaita". It was using Bluecurve not too long ago, so

Sometimes mouse cannot be used on applications

2013-06-03 Thread antonio
Sometimes I have a very strange behaviour of mouse. I cannot use it on applications in Gnome, but it works on main menus (I mean the top line on the screen): if I log out and then I login again everything is working fine for a long time. I have no idea how to help to debug it - I filed also a

Re: no printout, but no other hint of error. F18. [SOLVED]

2013-06-03 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/31/2013 06:51 PM, William Mattison wrote: > [the previous version of this was sent by mistake; I intended to "Save > draft".] > > >> When I try to print anything out, I get no printout. Even a test page >> does not come out. But no indication

Re: Gnome desktop issues

2013-06-03 Thread Reindl Harald
Am 01.06.2013 22:56, schrieb Anthony: > On 05/30/2013 07:04 PM, Jeffrey Ross wrote: >> How do I reset my desktop back to what was there on a fresh >> install, or am I better off creating a new home directory and >> simply moving my "known" files back? >> >> When I log in the screen flashes the ic

Re: Gnome desktop issues

2013-06-03 Thread Reindl Harald
Am 02.06.2013 16:11, schrieb Ranjan Maitra: > On Sun, 2 Jun 2013 13:12:36 +0100 Ian Malone wrote: > >> On 2 June 2013 11:20, Tim wrote: >>> Allegedly, on or about 01 June 2013, Anthony sent: You *could*, I believe, uninstall GNOME and reinstall it. >> >> (Incidentally there is a "yum rein

fedup from beta

2013-06-03 Thread Richard M. Vickery
I hope this isn't in HTML - please alert me if it is; I don't know if fedup changed the mail setup, and forget where Thunderbird's check-box is to fix it. I'm just curious as to how to fedup when F19 comes out; I am aware that the command is fedup F18->F19 however, this is the beta as oppos

Re: Azureus restart script?

2013-06-03 Thread Frank Murphy
Does this look ok, ### crontab -e # as logged in user */10 * * * * /home/frank/Scripts/checkazureus.sh # cat /home/frank/Scripts/checkazureus.sh #!/bin/bash if [-z "$(pgrep azureus)"] then /usr/bin/azureus else fi ### azureus normally starts with xfce session, but it c