Re: F16: Webcam by Logitech (Orbicam) is not working

2012-04-15 Thread Tommy Pham
On Sat, Apr 14, 2012 at 11:32 PM, Tommy Pham wrote: > On Sat, Apr 14, 2012 at 11:24 PM, antonio montagnani > wrote: >> Tommy Pham ha scritto / said the following    il giorno/on 15/04/2012 01:13: >>> >>> On Sat, Apr 14, 2012 at 1:54 PM, antonio montagnani >>>  wrote: Installed F16 on a

Re: off topic: combined output of concurrent processes

2012-04-15 Thread Ed Greshko
On 04/15/2012 01:52 PM, Amadeus W.M. wrote: > The real code is like this: > > #!/bin/bash > > for url in $(cat myURLs) > do > curl -s $url & > done > > > > I pipe the combined curl outputs to a program that parses the html and > keeps track of something (I do pipe afterall). I could do that

Re: off topic: combined output of concurrent processes

2012-04-15 Thread Cameron Simpson
On 15Apr2012 05:52, Amadeus W.M. wrote: | With this exact script, it works for FOO (probably because it's short). | For FOO...(1000 Os) I see again fewer than 100 lines in "zot". | This, if I iterate 100 times. If I iterate, say, 10-20 times only, I seem | to get all the lines. Can it h

Re: Icedtea / OpenJDK running a Java Web Start (.jnlp) app

2012-04-15 Thread suvayu ali
On Sat, Apr 14, 2012 at 01:00, Fernando Cassia wrote: > I think you should investigate that way... you need to register the > new mime types in the browser, otherwise the browser pops up that > dialog that says "what app do you want to use to open this extraneous > thing that the cat just dragged

Re: F16: Webcam by Logitech (Orbicam) is not working

2012-04-15 Thread antonio montagnani
Tommy Pham ha scritto / said the followingil giorno/on 15/04/2012 09:02: On Sat, Apr 14, 2012 at 11:32 PM, Tommy Pham wrote: On Sat, Apr 14, 2012 at 11:24 PM, antonio montagnani wrote: Tommy Pham ha scritto / said the followingil giorno/on 15/04/2012 01:13: On Sat, Apr 14, 2012 at

Re: F16: Webcam by Logitech (Orbicam) is not working

2012-04-15 Thread Bob Goodwin - Zuni, Virginia, USA
On 04/15/2012 05:15 AM, antonio montagnani wrote: Tommy Pham ha scritto / said the followingil giorno/on 15/04/2012 09:02: On Sat, Apr 14, 2012 at 11:32 PM, Tommy Pham wrote: On Sat, Apr 14, 2012 at 11:24 PM, antonio montagnani wrote: Tommy Pham ha scritto / said the followingil gior

Re: Icedtea / OpenJDK running a Java Web Start (.jnlp) app

2012-04-15 Thread Fernando Cassia
On Sun, Apr 15, 2012 at 05:48, suvayu ali wrote: > or by some script while > installation (I have no idea what that could be). Exactly. IMHO. Installation should be seamless as in the Windows JRE install, where you get a fully functioning plug-in *and* Java Web Start. Remember that once upon a t

Dell p513w with Fedora 16

2012-04-15 Thread Dave Cross
My new Dell laptop came with a free Dell p513w printer. I've been trying to set it up for use with Fedora 16. It's a wireless printer, so I've set it up, connected it to my network and got it working using a Windows PC. My Fedora desktop can see it on the next work, but it appears that foomatic do

F16 - Gnome has minor problems on Ati Radeon Mobility X600

2012-04-15 Thread antonio montagnani
Fresh installation on an old notebook with this card. I note these minor problems: 1) the search window on the top right is going slightly ou of screen 2) sometimes when I am in Applications, some characters (the very last ones) on the application list on the right go out of the screen (i.e. Sys

Re: off topic: combined output of concurrent processes

2012-04-15 Thread Amadeus W.M.
> > Look at this (completely untested) loop: > > # a little setup > cmd=`basename "$0"` > : ${TMPDIR:=/tmp} > tmppfx=$TMPDIR/$cmd.$$ > > i=0 > while read -r url > do > i=$((i+1)) > out=$tmppfx.$i > if curl -s "$url" >"$out" > then echo "$out" > else echo "$cm

Re: off topic: combined output of concurrent processes

2012-04-15 Thread Amadeus W.M.
> I don't know what tracking your other program is doing...but couldn't > you simply do > > curl -s $url | program & > Parsing can be done per url, but tracking/analyzing MUST be across urls. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription optio

Re: ThinkPad microphone not working

2012-04-15 Thread suvayu ali
Hi Stan, Apologies for the delayed follow-up. I got side-tracked with a deadline. On Sat, Apr 14, 2012 at 20:59, stan wrote: > On Sat, 14 Apr 2012 18:30:37 +0200 > suvayu ali wrote: > >> It seems to me some bad settings are being cached somewhere; which >> would also explain why booting to an o

iphone won't mount as a file storage system ?

2012-04-15 Thread linux guy
I am trying to mount my wife's iphone to download images and videos onto a local hard drive. I am running a fully up to date F16 x64 OS. I did this several months ago without any issues. Dmesg give me the following. [ 1286.087355] usb 2-1.1: new high-speed USB device number 7 using ehci_hcd [

Re: ThinkPad microphone not working

2012-04-15 Thread stan
On Sun, 15 Apr 2012 17:34:48 +0200 suvayu ali wrote: > Apologies for the delayed follow-up. I got side-tracked with a > deadline. Not an issue. > On Sat, Apr 14, 2012 at 20:59, stan wrote: > > On Sat, 14 Apr 2012 18:30:37 +0200 > > suvayu ali wrote: > I have alsa-utils installed and I found

Re: ThinkPad microphone not working

2012-04-15 Thread suvayu ali
Hi Stan, On Sun, Apr 15, 2012 at 20:05, stan wrote: > >> F15 Live USB: >> F16: > > I saved the files and ran a diff.  There are *major* differences for > your device from F15 to F17!  And in the environment. > > The settings difference

Re: ThinkPad microphone not working

2012-04-15 Thread stan
On Sun, 15 Apr 2012 21:51:16 +0200 suvayu ali wrote: > I finally figured out what is going wrong. The "Internal Mic" is > turned off, as you observed, when I turn it on and raise the volume, > recording works. But this does not survive a reboot. So I thought > maybe its the state file that is cau

Re: ThinkPad microphone not working

2012-04-15 Thread suvayu ali
Hi Stan, On Sun, Apr 15, 2012 at 22:22, stan wrote: > One quick check you could do is to turn off pulseaudio for the device in > pavucontrol, reboot, and see if the settings are loaded properly into > alsa by looking at alsamixer.  If they are, that confirms it is a > pulseaudio problem, if they

Re: off topic: combined output of concurrent processes

2012-04-15 Thread Cameron Simpson
On 15Apr2012 14:30, Amadeus W.M. wrote: | > Look at this (completely untested) loop: | > | > # a little setup | > cmd=`basename "$0"` | > : ${TMPDIR:=/tmp} | > tmppfx=$TMPDIR/$cmd.$$ | > | > i=0 | > while read -r url | > do | > i=$((i+1)) | > out=$tmppfx.$i | > if curl

Re: Can't kill hung remote CP copy

2012-04-15 Thread Michael Hennebry
On 14 April 2012 20:25, Michael Hennebry wrot$ Under what circumstance would killing a waiting process be worse than a process that should have waited, but terminated instead? On Sat, 14 Apr 2012, Alan Cox wrote: When it leaves the system in an unstable state or where corruption could follow

Re: flash updated (11.2 r202) yesterday, strange permissions stuff, no youtube

2012-04-15 Thread Joel Rees
On Sat, Apr 14, 2012 at 10:34 PM, Ed Greshko wrote: > On 04/14/2012 09:11 PM, Joel Rees wrote: >> With the old flash plugin, youtube works fine. >> >>> > May put >>> > flash in one account on the box I'm using here, to see if it's perhaps >>> > a CPU or other hardware issue but not now. >> Okay, t

Re: flash updated (11.2 r202) yesterday, strange permissions stuff, no youtube

2012-04-15 Thread Tim
On Mon, 2012-04-16 at 08:11 +0900, Joel Rees wrote: > (2) I don't want to have to use Adobe's settings tools to disable > Flash in my admin and banking accounts. I only want Flash to run in > the account the kids surf from and the account I sometimes use for > testing those kinds of things. Easier

Loss of accelerated video with fc15 and Radeon HD5700

2012-04-15 Thread Alex
Hi, I have an fc15 x86_64 desktop, and after doing a recent update and restarting the computer, video refresh is very slow. Playing AVI files and youtube videos (although jerky), seems to be okay. It's only window refreshes, such as when I move a window from one place to another or scrolling in ged

Re: ThinkPad microphone not working

2012-04-15 Thread stan
On Sun, 15 Apr 2012 23:13:23 +0200 suvayu ali wrote: > Hi Stan, > > On Sun, Apr 15, 2012 at 22:22, stan wrote: > > One quick check you could do is to turn off pulseaudio for the > > device in pavucontrol, reboot, and see if the settings are loaded > > properly into alsa by looking at alsamixer.

Re: FreeDOS on fedora with kvm/qemu/virt-manager

2012-04-15 Thread Alex
Hi, >>> I have a freedos virtual machine working under kvm, created with >>> virt-manager. However, I can't get networking to work. >>> >>> The freedos instructions point to using virtualbox and using the >>> amdpcnet network driver, but I'm just using libvirt/virt-manager. Is >>> there a network

Re: F16: Webcam by Logitech (Orbicam) is not working

2012-04-15 Thread Bill Davidsen
antonio montagnani wrote: Tommy Pham ha scritto / said the following il giorno/on 15/04/2012 09:02: On Sat, Apr 14, 2012 at 11:32 PM, Tommy Pham wrote: On Sat, Apr 14, 2012 at 11:24 PM, antonio montagnani wrote: Tommy Pham ha scritto / said the following il giorno/on 15/04/2012 01:13: On Sa

Re: F16, XFCE/LXDE and hibernate button

2012-04-15 Thread Bill Davidsen
Joel Rees wrote: Proof my brain has not been working right lately -- On Wed, Apr 11, 2012 at 11:42 AM, Joel Rees wrote: On Wed, Apr 11, 2012 at 9:50 AM, Rick Stevens wrote: On 04/10/2012 03:55 PM, Joel Rees wrote: Anybody using XFCE or LXDE who are missing their hibernate button in the lo

Re: iphone won't mount as a file storage system ?

2012-04-15 Thread Dokuro
is your phone really up to date, cos my unupdated phone mounts from install. On Sun, Apr 15, 2012 at 11:23 AM, linux guy wrote: > I am trying to mount my wife's iphone to download images and videos > onto a local hard drive. I am running a fully up to date F16 x64 OS. > > I did this several mo

Re: iphone won't mount as a file storage system ?

2012-04-15 Thread ny6p01
On Sun, Apr 15, 2012 at 11:33:59PM -0430, Dokuro wrote: > is your phone really up to date, cos my unupdated phone mounts from install. > > On Sun, Apr 15, 2012 at 11:23 AM, linux guy wrote: > > > I am trying to mount my wife's iphone to download images and videos > > onto a local hard drive. I