Re: Kodak C195 digital camera appears to affect WD on usb

2011-03-22 Thread Da Rock
On 03/22/11 16:26, Steven Friedrich wrote: I know you'll think I'm crazy, but I'm pretty sure I've only started seeing these errors since plugging in this camera. Mar 22 01:06:22 laptop2 kernel: umass0: on usbus4 Mar 22 01:06:22 laptop2 kernel: Root mount waiting for: usbus4 Mar 22 01:06:22 lap

boot linux

2011-03-22 Thread xinyou yan
i install freebsd last reboot ,I can find F1 windows F2? F3 freebsd where can i fix to load my linux ? I install grub on /devsd7 Now i use windows to load grub then linux However I want to loader linux directly . ___ freebsd-questions@freebsd.org ma

how to enable NCQ on Intel ESB2 AHCI SATA controller/ST31000340NS

2011-03-22 Thread Anton Yuzhaninov
How to enable NCQ on this controller: ahci0@pci0:0:31:2: class=0x010601 card=0x808015d9 chip=0x26818086 rev=0x09 hdr=0x00 vendor = 'Intel Corporation' device = 'LSI LOGIC, 62089A2, LSISAS1068 B0, T 0620, WE 119200.1 (62089A2)' class = mass storage subclass = SATA

Re: Shell script termination with exit function in backquotes

2011-03-22 Thread RW
On Sat, 19 Mar 2011 09:44:57 -0700 Devin Teske wrote: > At least two variations to the rule that { ... } is a block of > commands executed in the current shell are: > > 1. When the block appears as a function Is that correct? I'd assumed that functions do execute in the current shell since yo

opening a shared object / failing with Undefined Symbol.

2011-03-22 Thread Jim
I have an application that opens two .so files with dlopen(3): /usr/local/lib/libag_core.so /usr/local/lib/libag_gui.so Both files exist Running nm(1) against each produces a lot of output, showing all the symbols I know to exist in each library. My application gets a null return from dlopen

Re: boot linux

2011-03-22 Thread Ilya Kazakevich
You need to install boot0cfg in your MBR man boot0cfg http://www.freebsd.org/doc/en/books/handbook/boot-blocks.html Honestly you can use any MBR loader you like (grub, lilo, boot0cfg, windows). Windows can't access boot sector on non-

vlc, webcam streaming

2011-03-22 Thread Jimmie James
Camera works fine with skype, emesene work wonderfully, mplayer gives me an image, but it flashes between green screen and the actual images. Full vlc -vv output is here, http://pastebin.com/MaEP6f6R (highlights below) Anyone have a suggestion/hint/tip? VLC is unable to open the MRL 'v4l://'

Re: Nonsensical Web Log Entries

2011-03-22 Thread Michael J. Kearney
I'm just saying... you can add to but not take away from your operational matrices for instance by using tcpdump to anylize the traffic on port 80 ... lol sounds like a foul ball "pe...@vfemail.net" wrote: ___ freebsd-questions@freebsd.org mailing li

Re: vlc, webcam streaming

2011-03-22 Thread Hans Petter Selasky
On Tuesday 22 March 2011 15:16:56 Jimmie James wrote: > Camera works fine with skype, emesene work wonderfully, mplayer gives me > an image, but it flashes between green screen and the actual images. > > Full vlc -vv output is here, http://pastebin.com/MaEP6f6R (highlights > below) Anyone have a

calibre port

2011-03-22 Thread Terry Todd
What happened to the calibre port? It's not there as far as I can tell. running 8.0-RELEASE # ls -ld /usr/ports/deskutils/cal* drwxr-xr-x 3 root wheel 512 Nov 21 2009 /usr/ports/deskutils/cal drwxr-xr-x 3 root wheel 512 Nov 21 2009 /usr/ports/deskutils/calcurse ___

Re: calibre port

2011-03-22 Thread Paul Macdonald
On 22/03/2011 15:16, Terry Todd wrote: What happened to the calibre port? It's not there as far as I can tell. running 8.0-RELEASE # ls -ld /usr/ports/deskutils/cal* drwxr-xr-x 3 root wheel 512 Nov 21 2009 /usr/ports/deskutils/cal drwxr-xr-x 3 root wheel 512 Nov 21 2009 /usr/ports/desk

Re: calibre port

2011-03-22 Thread Arthur Chance
On 03/22/11 15:16, Terry Todd wrote: What happened to the calibre port? It's not there as far as I can tell. running 8.0-RELEASE # ls -ld /usr/ports/deskutils/cal* drwxr-xr-x 3 root wheel 512 Nov 21 2009 /usr/ports/deskutils/cal drwxr-xr-x 3 root wheel 512 Nov 21 2009 /usr/ports/deskut

Re: fstat bug?

2011-03-22 Thread Alexander Best
On Mon Mar 21 11, Laszlo Nagy wrote: > > Hi All, > > I have a Python program that goes up to 100% CPU. Just like this (top): you might want to re-post this message to freebsd-hackers@. in my experience freebsd-questions@ is suited for user-related questions and not that much for developers who

Re: Shell script termination with exit function in backquotes

2011-03-22 Thread Jilles Tjoelker
Maxim Khitrov wrote: > [$(exit) exits the main shell environment] This is a bug which is fixed in 9-current. Another message: > On Sat, Mar 19, 2011 at 12:44 PM, Devin Teske wrote: > > [all elements of multi-command pipelines are executed in a subshell] > > You're learning that there are deviat

Fwd: Re: vlc, webcam streaming

2011-03-22 Thread Jimmie James
(sorry, dropped the list off this) On 03/22/11 10:55, Hans Petter Selasky wrote: On Tuesday 22 March 2011 15:16:56 Jimmie James wrote: Camera works fine with skype, emesene work wonderfully, mplayer gives me an image, but it flashes between green screen and the actual images. Full vlc -vv out

Re: Shell script termination with exit function in backquotes

2011-03-22 Thread Devin Teske
On Tue, 2011-03-22 at 12:32 +, RW wrote: > On Sat, 19 Mar 2011 09:44:57 -0700 > Devin Teske wrote: > > > > At least two variations to the rule that { ... } is a block of > > commands executed in the current shell are: > > > > 1. When the block appears as a function > > Is that correct?