Re: F12 shutdown "oddity"

2010-05-23 Thread Gary Waters
On 05/22/2010 09:30 PM, Dick Roark wrote: > I have just upgraded to F12. Basically, no problems except when I go > through the gnome shutdown process, F12 seems to go into a suspended > state, rather than shut-down (green power LED and fan stays on). From > this state I can press the "power" button

Subject: Re: Gnome virt-manager

2010-05-23 Thread KC8LDO
Paolo; You have a couple of choices here. I'm not a Policykit expert but the below two methods should work. 1. At the command line run [u...@system]su -c "virtmanager". Where the "[u...@system]" is the command line prompt for your system and "virtmanager" is the exact name for the virtmanager

Re: SELinux error booting backup f12

2010-05-23 Thread Peter Larsen
In short, selinux=0 turns off selinux. enforcing=0 disables it. Meaning if these are your current parameters you are not using it. jackson byers wrote: >Daniel J Walsh wrote > >> You can boot with selinux=0 or enforcing=0. enforcing=0 means that >> SELinux will block nothing, but maintain the

Determining Bios information

2010-05-23 Thread Robert Moskowitz
Is there a file that provides bios information? Kind of like /proc/cpuinfo ?? I boot so seldomly that I have to remember to go into bios to check it out -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mai

Re: Determining Bios information

2010-05-23 Thread Tom Horsley
On Sun, 23 May 2010 09:18:21 -0400 Robert Moskowitz wrote: > I boot so seldomly that I have to remember to go into bios to check it > out There is the dmidecode tool which may or may not provide what you are looking for. -- users mailing list users@lists.fedoraproject.org To unsubscribe or

Re: Determining Bios information

2010-05-23 Thread Robert Moskowitz
On 05/23/2010 09:22 AM, Tom Horsley wrote: > On Sun, 23 May 2010 09:18:21 -0400 > Robert Moskowitz wrote: > > >> I boot so seldomly that I have to remember to go into bios to check it >> out >> > There is the dmidecode tool which may or may not provide > what you are looking for. >

Re: Subject: Re: Gnome virt-manager

2010-05-23 Thread Paolo Galtieri
On 05/23/2010 05:34 AM, KC8LDO wrote: > Paolo; > > You have a couple of choices here. I'm not a Policykit expert but the below > two methods should work. > > 1. At the command line run [u...@system]su -c "virtmanager". Where the > "[u...@system]" is the command line prompt for your system and "vir

Adjust remaining battery power warning threshold

2010-05-23 Thread Sam Varshavchik
Right now, Gnome shows an alert bubble when I have somewhere between 15 and 20 minutes remaining on battery power (varies). When there's a couple of minutes left, an automatic shutdown gets initiated. I would like to adjust the thresholds. I want to be alerted when I have about 30 minutes of p

Re: Adjust remaining battery power warning threshold

2010-05-23 Thread Rahul Sundaram
On 05/23/2010 08:38 PM, Sam Varshavchik wrote: > Right now, Gnome shows an alert bubble when I have somewhere between > 15 and 20 minutes remaining on battery power (varies). When there's a > couple of minutes left, an automatic shutdown gets initiated. > > I would like to adjust the thresholds. I

Re: Need an eth0:1 temporarily, howto?

2010-05-23 Thread Gene Heskett
On Sunday 23 May 2010, Larry Brower wrote: >Gene Heskett wrote: >> Greetings; >> >> CRS is catching up with me I believe. >> >> What is the invocation of ifconfig that will bring me up a working eth0:1 >> at an address of 192.168.1.3? >> >> One that will let me ping dd-wrt at its std 192.168.1.1 ad

Re: Fedora Community Gaming - Why aren't you there?

2010-05-23 Thread Bruno Wolff III
On Sun, May 23, 2010 at 05:46:26 +0530, Rahul Sundaram wrote: > On 05/23/2010 05:18 AM, Bruno Wolff III wrote: > > > > Are we playing the wrong games? (So far we have played bzflag, wesnoth and > > armacycles and will be playing hedgewars next Saturday. Suggestions are > > welcome, but for now w

Re: Subject: Re: Gnome virt-manager

2010-05-23 Thread Overkill
With everyone's help I finally figured out that it works just fine from the console/desktop and the error is caused with the nomachine/freenx client. So I did the same little workaround like Lee suggested and modified the argument in the "Main Menu" to use "ssh -X r...@localhost 'virt-manager

Re: Need an eth0:1 temporarily, howto?

2010-05-23 Thread Genes MailLists
> It didn't appear that I had to, and thank you very much. > Routing, by default, for IP's on same subnet uses the network on that subnet. So no need to change or add any route. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedo

System hang on reboot after FC12 upgrade

2010-05-23 Thread phil brogan
Hi, I updated dhclient to dhclient-4.1.1-13.fc12.i686.rpm and updated initscripts to dhclient-4.1.1-13.fc12.i686.rpm, re-booted and my system is up and running with full networking. Thank you very much for your help. - Phil Brogan > Hi, > > I upgraded from FC11 to FC12 and system han

Re: Need an eth0:1 temporarily, howto?

2010-05-23 Thread Gene Heskett
On Sunday 23 May 2010, Genes MailLists wrote: >> It didn't appear that I had to, and thank you very much. > >Routing, by default, for IP's on same subnet uses the network on that >subnet. So no need to change or add any route. Well, at some point I have to move cables and then convince this cable

tricky perl question - ascending order

2010-05-23 Thread Jozsi Vadkan
or maybe in bash.. script/"one liner" e.g.: input: http://pastebin.com/raw.php?i=pMZPEsMZ i want to make this output from it: http://pastebin.com/raw.php?i=kH8VxT0A So from the input, i want to make an ascendant order, how many things are under a "SOMETHING-XX" Does anyone has any "perl magic"

Re: Need an eth0:1 temporarily, howto?

2010-05-23 Thread Genes MailLists
On 05/23/2010 12:06 PM, Gene Heskett wrote: > On Sunday 23 May 2010, Genes MailLists wrote: >>> It didn't appear that I had to, and thank you very much. >> >> Routing, by default, for IP's on same subnet uses the network on that >> subnet. So no need to change or add any route. > > Well, at some

Re: tricky perl question - ascending order

2010-05-23 Thread Sam Varshavchik
Jozsi Vadkan writes: or maybe in bash.. script/"one liner" e.g.: input: http://pastebin.com/raw.php?i=pMZPEsMZ i want to make this output from it: http://pastebin.com/raw.php?i=kH8VxT0A So from the input, i want to make an ascendant order, how many things are under a "SOMETHING-XX" You reve

Re: Need an eth0:1 temporarily, howto?

2010-05-23 Thread Darr
On Sun 23 May 2010 @ 16:06:31 zulu, Gene Heskett scribed: > Well, at some point I have to move cables and then > convince this cable modem its a valid client, probably > by cloning the right MAC address. Often you can just power down the cable modem for a half hour or so, and when you bring it b

Re: tricky perl question - ascending order

2010-05-23 Thread Jozsi Vadkan
Please god, tell me, how does this "magic" work? http://pastebin.com/raw.php?i=Cr6WzdGv Thank you!! > Jozsi Vadkan writes: > > > or maybe in bash.. > > script/"one liner" e.g.: input: http://pastebin.com/raw.php?i=pMZPEsMZ > > > > i want to make this output from it: > > http://pastebin.com/r

Re: Determining Bios information

2010-05-23 Thread Frank Cox
On Sun, 2010-05-23 at 09:22 -0400, Tom Horsley wrote: > On Sun, 23 May 2010 09:18:21 -0400 > Robert Moskowitz wrote: > > > I boot so seldomly that I have to remember to go into bios to check it > > out > > There is the dmidecode tool which may or may not provide > what you are looking for.

Re: Subject: Re: Gnome virt-manager

2010-05-23 Thread Tom Horsley
On Sun, 23 May 2010 11:33:00 -0400 Overkill wrote: > I can live with that until I figure out why this > polkit-gnome-authentication-agent-1 has an issue with nx client. I've noticed that my gnome-settings-daemon aborts when run under NX, apparently due to no sound being available (that's only a

Re: Fedora Community Gaming - Why aren't you there?

2010-05-23 Thread Richard Shaw
On Sat, May 22, 2010 at 6:48 PM, Bruno Wolff III wrote: > After three Fedora Community Gaming sessions have consistently had enough > people to play, but just barely, I want to see if there is a way I can > boost attendance a bit. > > We can't handle everyone who has Fedora installed showing up to

Re: Determining Bios information

2010-05-23 Thread Robert Moskowitz
On 05/23/2010 01:37 PM, Frank Cox wrote: > On Sun, 2010-05-23 at 09:22 -0400, Tom Horsley wrote: > >> On Sun, 23 May 2010 09:18:21 -0400 >> Robert Moskowitz wrote: >> >> >>> I boot so seldomly that I have to remember to go into bios to check it >>> out >>> >> There is the dmid

Re: Determining Bios information

2010-05-23 Thread Frank Cox
On Sun, 2010-05-23 at 14:05 -0400, Robert Moskowitz wrote: > > Not found on my install. But dmidecode was there to save the day. lshw is not installed by default but "yum install lshw" should get it for you. -- MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com -- users mailin

Re: Need an eth0:1 temporarily, howto?

2010-05-23 Thread Gene Heskett
On Sunday 23 May 2010, Genes MailLists wrote: >On 05/23/2010 12:06 PM, Gene Heskett wrote: >> On Sunday 23 May 2010, Genes MailLists wrote: It didn't appear that I had to, and thank you very much. >>> >>> Routing, by default, for IP's on same subnet uses the network on that >>> subnet. So no

Re: Need an eth0:1 temporarily, howto?

2010-05-23 Thread Gene Heskett
On Sunday 23 May 2010, Darr wrote: >On Sun 23 May 2010 @ 16:06:31 zulu, Gene Heskett scribed: >> Well, at some point I have to move cables and then >> convince this cable modem its a valid client, probably >> by cloning the right MAC address. > >Often you can just power down the cable modem for >a

Re: SELinux blocks access to device files when booting 2.6.32.* kernels (fc12)

2010-05-23 Thread Karl-Michael Schneider
On Sat, May 22, 2010 at 06:05 AM, Tim wrote: > On Fri, 2010-05-21 at 17:19 -0700, Karl-Michael Schneider wrote: > >> # kernel-2.6.32.12-115.fc12 in single user mode >> $ ls -lZ /dev >> crw---. root root system_u:object_r:unlabeled_t:s0 agpgart >> drwxr-xr-x. root root system_u:object_r:unlabe

Re: tricky perl question - ascending order

2010-05-23 Thread Jozsi Vadkan
$ perl -e 'while (<>) { push @a,"" if /./ && ($#a < 0 || $a[$#a] =~ /\n \n$/s); $a[$#a] .= $_} print join("",sort @a);' < before.txt > after.txt $ diff before.txt after.txt $ i don't get it, it doesn't work, am i missing something? thank you > Jozsi Vadkan writes: > > > or maybe in bash.. > >

Re: tricky perl question - ascending order

2010-05-23 Thread Jozsi Vadkan
The solution [from the FreeBSD mailing list]: perl -00 -e 'print map $_->[0], sort { $a->[1] <=> $b->[1] } map [$_, tr/\n//], <>' < before.txt > after.txt Thank you!! > or maybe in bash.. > script/"one liner" e.g.: input: http://pastebin.com/raw.php?i=pMZPEsMZ > > i want to make this output f

Re: Determining Bios information

2010-05-23 Thread fred smith
On Sun, May 23, 2010 at 11:37:08AM -0600, Frank Cox wrote: > > On Sun, 2010-05-23 at 09:22 -0400, Tom Horsley wrote: > > On Sun, 23 May 2010 09:18:21 -0400 > > Robert Moskowitz wrote: > > > > > I boot so seldomly that I have to remember to go into bios to check it > > > out > > > > There is

Re: Need an eth0:1 temporarily, howto?

2010-05-23 Thread Genes MailLists
On 05/23/2010 02:23 PM, Gene Heskett wrote: > > This is a single 3MB/s system. And I think it is slowing me down. I haven't > noted a download getting to 360kb/s yet, most wander around at about 150-200. You wont notice any problems till you get way above 3 Mb/s .. so no problems I'd imagin

Re: Need an eth0:1 temporarily, howto?

2010-05-23 Thread Bill Davidsen
Genes MailLists wrote: > On 05/23/2010 12:06 PM, Gene Heskett wrote: >> On Sunday 23 May 2010, Genes MailLists wrote: It didn't appear that I had to, and thank you very much. >>> Routing, by default, for IP's on same subnet uses the network on that >>> subnet. So no need to change or add any

Re: Fedora Community Gaming - Why aren't you there?

2010-05-23 Thread Tim
On Sat, 2010-05-22 at 18:48 -0500, Bruno Wolff III wrote: > For the rest of you why aren't you dropping by? Since you ask... I'm not really into games, very much, and nobody has a version of battleships that can play the variation of the game that we used to play when we were young: To make thin

Re: Fedora Community Gaming - Why aren't you there?

2010-05-23 Thread Bruno Wolff III
On Mon, May 24, 2010 at 11:25:33 +0930, Tim wrote: > Beyond that, I think you're going to suffer from one major problem; the > timing of events. Chances are that I wouldn't be able to join in at the > time you advertise a session (likewise for other people), either we're > not free, awake, or n

ABRT is not reporting my bugs

2010-05-23 Thread Sam Varshavchik
Several times I had ABRT claim that my kernel oops report was succesfully uploaded, yet I cannot find the bug reports in Bugzilla. I have my Bugzilla login ID and password set in the bugzilla ABRT plugin. I don't think my oops reports are going anywhere. Any suggestions as to what might be broke

Re: Fedora Community Gaming - Why aren't you there?

2010-05-23 Thread Bruno Wolff III
On Sun, May 23, 2010 at 12:50:48 -0500, Richard Shaw wrote: > > I'd like to play, it's just a crap shoot for me if I have time. I stay > pretty busy on the weekends with the wife and 3 kids. I already > installed hedgewars and tried it out. Looks promising, but I still > need to a lot of practi