Re: flash on www.nbc.com

2010-03-07 Thread Patrick Bartek
--- On Sun, 3/7/10, Michael Hennebry wrote: > Is there some trick to getting flash > to work through firefox? > When I click on a Chuck episode, > the peacock shows up and wiggles its tail, but that is all > that happens. > Zoom in works. > I've running FC 11. > About tells me that I'm running Ad

Re: this table in html how

2010-03-07 Thread Roger
6 columns, top row each block spanning 3 columns, bottom each block spanning 2. >> Why not do it as css and forget tables? >> >> Why don't you supply that solution? >> Send money and I will, I haven't got time to do it for free, busy designing a new site- otherwise google and learn css. Ro

Re: Changing the DHCP address of a machine on my Local LAN

2010-03-07 Thread Bill Davidsen
Sam Varshavchik wrote: > Aaron Konstam writes: > >> On Sat, 2010-03-06 at 15:22 -0600, Mikkel wrote: >>> On 03/06/2010 03:06 PM, Aaron Konstam wrote: >>> > > I am not using my neighbors wireless. The machine is hard-wired >>> to the >>> > router but does not use the router as a DHCP server. It di

Re: Changing the DHCP address of a machine on my Local LAN

2010-03-07 Thread Bill Davidsen
Aaron Konstam wrote: > On Sat, 2010-03-06 at 15:22 -0600, Mikkel wrote: >> On 03/06/2010 03:06 PM, Aaron Konstam wrote: >>> I am not using my neighbors wireless. The machine is hard-wired to the >>> router but does not use the router as a DHCP server. It did until this >>> morning but now it does

Re: Where is 2.6.32?

2010-03-07 Thread Bill Davidsen
Russell Miller wrote: > On Saturday 06 March 2010 05:59:14 pm Antonio Olivares wrote: > >> On another note, due to the inability of Fedora to release a 2.6.32 kernel, >> I was on the impression that IT was going to be SKIPPED to make way for >> 2.6.33 and its many IMPROVEMENTS. Like John I will c

Re: flash on www.nbc.com

2010-03-07 Thread john wendel
On 03/07/2010 04:31 PM, Michael Hennebry wrote: > Is there some trick to getting flash to work through firefox? > When I click on a Chuck episode, > the peacock shows up and wiggles its tail, but that is all that happens. > Zoom in works. > I've running FC 11. > About tells me that I'm running Adob

flash on www.nbc.com

2010-03-07 Thread Michael Hennebry
Is there some trick to getting flash to work through firefox? When I click on a Chuck episode, the peacock shows up and wiggles its tail, but that is all that happens. Zoom in works. I've running FC 11. About tells me that I'm running Adobe Flash Player 10,0,45,2 . I can play flash on some sites.

Re: Where is 2.6.32?

2010-03-07 Thread Konstantin Svist
On 03/07/2010 09:01 AM, psmith wrote: > On 06/03/10 23:58, Konstantin Svist wrote: >> Funny you should mention that.. ati driver doesn't work for me on .32 - >> for now I'm back on .31 :\ >> Didn't try radeonhd and nomodeset yet, but not too hopeful. >> >> > radeon with mesa-experimental i

Re: this table in html how

2010-03-07 Thread Fred Williams
On 7 March 2010 23:41, Andrew Parker wrote: > On Sun, Mar 7, 2010 at 5:20 PM, Roger wrote: > > On 03/07/2010 10:00 PM, Andrew Parker wrote: > >> On Sun, Mar 7, 2010 at 5:51 AM, Vadkan Jozsef > wrote: > >> > >>> http://img52.imageshack.us/img52/7735/tablehow.png > >>> > >>> i just can't write th

Re: this table in html how

2010-03-07 Thread Andrew Parker
On Sun, Mar 7, 2010 at 5:20 PM, Roger wrote: > On 03/07/2010 10:00 PM, Andrew Parker wrote: >> On Sun, Mar 7, 2010 at 5:51 AM, Vadkan Jozsef   >> wrote: >> >>> http://img52.imageshack.us/img52/7735/tablehow.png >>> >>> i just can't write this table in html code.. :\ >>> >>> how can i make it? >>>

Re: this table in html how

2010-03-07 Thread Roger
On 03/07/2010 10:00 PM, Andrew Parker wrote: > On Sun, Mar 7, 2010 at 5:51 AM, Vadkan Jozsef wrote: > >> http://img52.imageshack.us/img52/7735/tablehow.png >> >> i just can't write this table in html code.. :\ >> >> how can i make it? >> > 6 columns, top row each block spanning 3 columns

Re: My contribution (only the Knode issue)

2010-03-07 Thread Ed Greshko
Les wrote: > On Sun, 2010-03-07 at 08:45 +0800, Ed Greshko wrote: > >> Les wrote: >> >>> Do you know that the car has a differential or what that does? The car >>> would not work without it, but it is not part of the knowledge you need >>> to drive the car. But you do need to realize that

Re: How to play webradio with Firefox

2010-03-07 Thread Aaron Konstam
On Sun, 2010-03-07 at 08:02 -0800, Barry Yu wrote: > On 03/06/2010 08:20 AM, Antonio M wrote: > > 2010/3/6 barry yu: > > > >> I have to copy the link of a webradio and then fire up VLC, select > >> open location from clipboard to play the desire audio clip. If I just > >> brow the website with

Re: My contribution (only the Knode issue)

2010-03-07 Thread Les
On Sun, 2010-03-07 at 08:45 +0800, Ed Greshko wrote: > Les wrote: > > > > Do you know that the car has a differential or what that does? The car > > would not work without it, but it is not part of the knowledge you need > > to drive the car. But you do need to realize that the wheels rotate one

Re: Between F11 and F12, which would you choose?

2010-03-07 Thread Allann Jones
To fix one of my problems, I found a driver for SiS 671/771 graphic card to X.org greater than 7.3 at here: - http://estebanordano.com.ar/sis-m671m672-driver-for-xorg-xserver-7-5-on-debian-sidux/ Compiled and work on F12. It needs a fix on make 'man', fix or comment it on Makefile. But only 2D

Re: perl/bash question - html link out of text

2010-03-07 Thread Mark Knoop
At 18:07 on 07 Mar 2010, Vadkan Jozsef wrote: > I don't know how to modify the: > > sed -r 's,.*(http://[^ \"$]+).*,\1,' > > command, to not just: > $ echo "test string http://somewhere.uk/ test" | sed -r > 's,.*(http://[^ \"$]+).*,\1,' > http://somewhere.uk/";>http://somewhere.uk/ > > rather ou

perl/bash question - html link out of text

2010-03-07 Thread Vadkan Jozsef
I don't know how to modify the: sed -r 's,.*(http://[^ \"$]+).*,\1,' command, to not just: $ echo "test string http://somewhere.uk/ test" | sed -r 's,.*(http://[^ \"$]+).*,\1,' http://somewhere.uk/";>http://somewhere.uk/ rather output this: test string http://somewhere.uk/";>http://somewhere.uk/

pear for fedora 11

2010-03-07 Thread Edward. S. P. Leong
Dear All, Which can we download pear ann install into fc 11 system ? Thank for your help ! Edward. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/

Re: Where is 2.6.32?

2010-03-07 Thread psmith
On 06/03/10 23:58, Konstantin Svist wrote: > On 03/06/2010 03:14 PM, Bruno Wolff III wrote: > >> On Sat, Mar 06, 2010 at 14:04:06 -0800, >>john wendel wrote: >> >> >>> But 2.6.33 has already been released. >>> >>> >> Graphics and kernels are tied together in a way that makes

Re: How to play webradio with Firefox

2010-03-07 Thread Antonio M
2010/3/7 Barry Yu : > On 03/06/2010 08:20 AM, Antonio M wrote: >> 2010/3/6 barry yu: >> >>> I have to copy the link of a webradio and then fire up VLC, select >>> open location from clipboard to play the desire audio clip. If I just >>> brow the website with Firefox and then click on the play now b

Re: How to play webradio with Firefox

2010-03-07 Thread Barry Yu
On 03/06/2010 08:20 AM, Antonio M wrote: > 2010/3/6 barry yu: > >> I have to copy the link of a webradio and then fire up VLC, select >> open location from clipboard to play the desire audio clip. If I just >> brow the website with Firefox and then click on the play now button, >> it won't work

Update to 2.6.32.9-67.fc12.x86_64 broke audio

2010-03-07 Thread Neal Becker
https://bugzilla.redhat.com/show_bug.cgi?id=571207 -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Re: Changing the DHCP address of a machine on my Local LAN - SOLVED

2010-03-07 Thread Aaron Konstam
On Sat, 2010-03-06 at 17:10 -0600, Mikkel wrote: > On 03/06/2010 05:01 PM, Aaron Konstam wrote: > > On Sat, 2010-03-06 at 15:22 -0600, Mikkel wrote: > >> Check the configuration of the router. You can also try to reset the > >> router. Outside of giving the machine a static IP address, there is >

Re: selinux file permissions

2010-03-07 Thread Mike Fleetwood
On 6 March 2010 18:09, Gregory P. Ennis wrote: > Dear List, > > I am finally getting into selinux.  Can anyone on this list recommend a > tutorial? > > Is there a way to be able to do a list command like ls -alt to see the > selinux permissions of the file. > > Greg Ennis Check out the Fedora Doc

Re: How to install software without root password (PolicyKit?)

2010-03-07 Thread Tom H
>> Fedora 12 should was planned to have installation of packages without >> users needing to enter root password. How do I enable this feature via > Is this a question for developers list if nobody here know how to do that? This was the default when F12 was released and I reversed it with pklaloc

Re: How to install software without root password (PolicyKit?)

2010-03-07 Thread Antonio Olivares
--- On Sun, 3/7/10, Valent Turkovic wrote: > From: Valent Turkovic > Subject: Re: How to install software without root password (PolicyKit?) > To: "Fedora Users" > Date: Sunday, March 7, 2010, 4:09 AM > On Sun, Mar 7, 2010 at 12:46 AM, > Valent Turkovic > > wrote: > > Fedora 12 should was pl

Re: How to install software without root password (PolicyKit?)

2010-03-07 Thread Valent Turkovic
On Sun, Mar 7, 2010 at 12:46 AM, Valent Turkovic wrote: > Fedora 12 should was planned to have installation of packages without > users needing to enter root password. How do I enable this feature via > PolicyKit? > > Cheers! Is this a question for developers list if nobody here know how to do th

Re: this table in html how

2010-03-07 Thread Andrew Parker
On Sun, Mar 7, 2010 at 5:51 AM, Vadkan Jozsef wrote: > http://img52.imageshack.us/img52/7735/tablehow.png > > i just can't write this table in html code.. :\ > > how can i make it? > 6 columns, top row each block spanning 3 columns, bottom each block spanning 2. -- users mailing list users@lists

this table in html how

2010-03-07 Thread Vadkan Jozsef
http://img52.imageshack.us/img52/7735/tablehow.png i just can't write this table in html code.. :\ how can i make it? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedo

Hybrid SLi Laptops

2010-03-07 Thread n2xssvv.g02gfr12930
I know nVidia in their (wisdom?) have dropped the idea of supporting hSLi in Linux, so I was wondering if I can ever expect to be able to use the more powerful graphics potential in Linux? Since updating to the 2.6.32 kernel,if I enable hSLi Linux fails to boot. I suspect this is because it detect

Re: Changing the DHCP address of a machine on my Local LAN

2010-03-07 Thread Roberto Ragusa
Bruno Wolff III wrote: > Cheapo routers are often set up as bridges. So it could be that his ISP > supplied device and his device are both seeing the dhcp packets. And when two DHCP servers are active, it's a speed race between them in giving responses. -- Roberto Ragusamail at robertorag

Re: sound card not detected on FC12 out of the blue

2010-03-07 Thread Alessandro Brezzi
2010/3/7 Emerson French > I downgraded to 2.6.31.5-127 and I still have the same issue. The odd thing > is that the slider volume control on my keyboard still "works" in the sense > that the computer knows to adjust the volume--but it just goes to a dummy > output device. I notice that the hda-re

Re: Where is 2.6.32?

2010-03-07 Thread Chris Kloiber
Having just been burned with the F13 RC4 Alpha, the new x11 nouveau stuff makes using the nvidia (proprietary) driver temporarily impossible (and the 3d nouveau won't even run extremetuxracer or bzflag, so it's out 'cuz my 3yr old says so!) as you get a need for -ingoreABI for the xinput stuff.

Re: Fedora 12 does not work after replacing the motherboard

2010-03-07 Thread Chris Kloiber
Well if a kernel is panics, the first thing it typically does is stop disk writing to prevent corruption (I haven't played with kdump yet). More stuff can often get logged, but its lost in memory when the board gets re-powered. If you are logging to serial, that information can sometimes be pre

Re: Hulu.com and 64-bit Problem?

2010-03-07 Thread Chris Kloiber
I did try scaling the desktop and it does "work" for varying values of "work". (Thanks Michael!) Although I especially hate the "we're going to start up things with a running trailer for 'Karate Kid 2' before you even get logged in so you can reduce the volume or mute it" tactic. Wonderful for