Hi,
Webcamd is started by devd. In rc.conf, try:
devd_enable="YES"
--HPS
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr..
Volodymyr Kostyrko wrote:
[dd]
>
> NO_BACKUP means don't create a temporary package when deleting
> something. This is unsuitable for me as /usr/ports in my network is
> distributed via NFS ro.
I also share /usr/ports via NFS ro, but I have defined
PACKAGES=/var/tmp/packages in portmaster.rc t
Hi again
Just some feedback - it seems that I have isolated the problem below with the
help of a 2005 post by John Nielsen to freebsd-questions
(http://lists.freebsd.org/pipermail/freebsd-sparc64/2005-August/003423.html).
I have isolated the problem as being caused by the compiler optimizatio
On Tue, Jan 24, 2012 at 19:37, Mike Tancsa wrote:
> On 1/24/2012 10:56 AM, Odhiambo Washington wrote:
> > I am Google-ing for a recent definitive HOWTO use my 3G modem with
> > FreeBSD/PC-BSD and what I get seem rather old.
> >
> > Someone can point me to a recent document detailing the steps. I
On Tue, Jan 24, 2012 at 21:48, Alejandro Imass wrote:
> On Tue, Jan 24, 2012 at 10:56 AM, Odhiambo Washington
> wrote:
> > I am Google-ing for a recent definitive HOWTO use my 3G modem with
> > FreeBSD/PC-BSD and what I get seem rather old.
> >
>
> Which one? You need to specifiy modem brand/mod
On Wed, Jan 25, 2012 at 09:23, Ivan Frosty wrote:
> The FreeBSD u3g driver ¶¶
>
>
> Introduction ¶¶
> This driver supports 3G (UMTS, HSDPA, HSUPA, HSPA) cards that provide
> access to one or more serial ports through a USB interface, providing
> PPP and AT command channels simultaneously. Some de
El día Tuesday, January 24, 2012 a las 10:23:18PM -0800, Ivan Frosty escribió:
> The FreeBSD u3g driver ¶¶
>
>
> Introduction ¶¶
> This driver supports 3G (UMTS, HSDPA, HSUPA, HSPA) cards that provide
> access to one or more serial ports through a USB interface, providing
> PPP and AT command ch
For the life of me I can't work around this xcb-util issue. This is a
pretty fresh install and I have not made any workaround symlinks.
I ran:
# portmaster -R -r xcb-util-0
And the problem persists. It didn't even complete all the packages because
some were still erroring on missing xcb lib
On 1/25/2012 5:43 AM, Odhiambo Washington wrote:
>
> I have a Huawei E1820
>
> I will also try RTFM.
Hi,
kldload u3g
kldload umodem
plug in the modem
Show the output of
usbconfig
then
sysctl -a dev.u3g
and
ls -l /dev/cuaU*
and
dmesg
On some 3g sticks, you have to send a c
Anyone know of a fix for this error?
creating build/temp.freebsd-8.2-RELEASE-p3-i386-2.6/src/image
cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -O2 -pipe -I/usr/local/include
-fno-strict-aliasing -fPIC -I/usr/local/include/python2.6 -c
src/image/exiv2.cpp -o bu
ild/temp.fre
On Wed, Jan 25, 2012 at 5:50 AM, Odhiambo Washington wrote:
>
[...]
> You know, sometimes all this process is what makes people shy off of *BSD. I
> am a diehard lover of FreeBSD, but the few times I have installed Linux on my
> laptop, this whole process was a breeze... well, not quite, but no
On Tue, Jan 24, 2012 at 11:13 PM, Fritz Wuehler
wrote:
> Just use dd and avoid the hassle of downloading and burning a cd that does
> dd. dban is nice if you have to do a garage full of machines or are a
> Windows victim but if you know your way around UNIX why bother with dban?
On occasion, I ha
I intend to purchase a multifunction printer (including fax, scanner, &
copier) and return to utilizing the BSD operating systems. Early research
indicates that few printer manufacturers formally support the FreeBSD or
Unix operating systems but imply that drivers may still be available
elsewh
On Wed, 25 Jan 2012 14:39:37 -0500, robert perry wrote:
> In the past, I remember visiting certain websites that provided
> links to drivers but have forgotten the address. Could someone refresh my
> memory or provide an address that could help?
Maybe you're thinking about linuxprinting.org whi
On 01/26/12 05:39, robert perry wrote:
I intend to purchase a multifunction printer (including fax, scanner,
& copier) and return to utilizing the BSD operating systems. Early
research indicates that few printer manufacturers formally support the
FreeBSD or Unix operating systems but imply tha
Try rebuilding libtool first.
--
View this message in context:
http://freebsd.1045724.n5.nabble.com/UPDATING-20120116-x11-xcb-util-instructions-not-working-tp5430407p5431468.html
Sent from the freebsd-questions mailing list archive at Nabble.com.
___
fr
On 01/26/12 03:39, Alejandro Imass wrote:
On Wed, Jan 25, 2012 at 5:50 AM, Odhiambo Washington wrote:
[...]
You know, sometimes all this process is what makes people shy off of *BSD. I am
a diehard lover of FreeBSD, but the few times I have installed Linux on my
laptop, this whole process wa
Hello,
I'm trying port some shell scripts to FreeBSD that were originally
written on Darwin (OS X).
The issue I'm having is the shebang line of the scripts in OS X is
#!/bin/sh, and it turns out that is really an instance of bash, and
the code contains some bashisms. On FreeBSD I have bash in
/u
On 01/26/12 08:08, Doug Poland wrote:
Hello,
I'm trying port some shell scripts to FreeBSD that were originally
written on Darwin (OS X).
The issue I'm having is the shebang line of the scripts in OS X is
#!/bin/sh, and it turns out that is really an instance of bash, and
the code contains some
On Jan 25, 2012, at 2:08 PM, Doug Poland wrote:
> The issue I'm having is the shebang line of the scripts in OS X is
> #!/bin/sh, and it turns out that is really an instance of bash, and
> the code contains some bashisms. On FreeBSD I have bash in
> /usr/local/bin/bash.
>
> Is there an "easy/best
"robert perry" wrote;
>
> I intend to purchase a multifunction printer (including fax, scanner, &
> copier) and return to utilizing the BSD operating systems. Early research
> indicates that few printer manufacturers formally support the FreeBSD or
> Unix operating systems but imply that driv
On Wed, 25 Jan 2012, Doug Poland wrote:
I'm trying port some shell scripts to FreeBSD that were originally
written on Darwin (OS X).
The issue I'm having is the shebang line of the scripts in OS X is
#!/bin/sh, and it turns out that is really an instance of bash, and
the code contains some bash
Hi,
I discovered this thread: http://forums.freebsd.org/showthread.php?t=25539
and am wondering what will and won't work on my Lenovo X220
I'm currently in the process in deciding between FreeBSD 9 and Fedora
15/16. I love FreeBSD on servers but unfortunately I haven't had much
luck with
On 01/26/12 11:50, Kaya Saman wrote:
Hi,
I discovered this thread:
http://forums.freebsd.org/showthread.php?t=25539
and am wondering what will and won't work on my Lenovo X220
I'm currently in the process in deciding between FreeBSD 9 and Fedora
15/16. I love FreeBSD on servers but unf
I'm running 8.2 on an X200. For the most part everything works. My
main complaint is that the sound is very quiet, and I haven't found
the setting to fix that.
Video and wifi work fine. The kernel sees the camera and the thumb
reader but I haven't looked for applications that use them.
R's,
Jo
On 25.01.2012 09:52, Mark wrote:
I got stuck in this hell the other day, I had to do this.
"portmaster --check-depends"
to see if anything is missing
then
"portmaster -a -f"
I want to report back that this did end up working pretty darn well.
:-) THANKS!
___
yes I did.I put these lines into httpd.conf
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
and that did the trick. Thanks again list!
tim
- Original Message -
From: "Hasse Hansson"
To: "Tim Kellers" , freebsd-questions@freebsd.org
Sent: Monday, Janua
On Wed, 25 Jan 2012 08:53:39 -0600
Mark Felder wrote:
> For the life of me I can't work around this xcb-util issue. This is
> a pretty fresh install and I have not made any workaround symlinks.
>
> I ran:
>
> # portmaster -R -r xcb-util-0
>
> And the problem persists. It didn't even complete a
On Jan 25, 2012, at 18:04 , Chuck Swiger wrote:
> On Jan 25, 2012, at 2:08 PM, Doug Poland wrote:
>> The issue I'm having is the shebang line of the scripts in OS X is
>> #!/bin/sh, and it turns out that is really an instance of bash, and
>> the code contains some bashisms. On FreeBSD I have bas
On 01/26/12 12:55, Doug Poland wrote:
On Jan 25, 2012, at 18:04 , Chuck Swiger wrote:
On Jan 25, 2012, at 2:08 PM, Doug Poland wrote:
The issue I'm having is the shebang line of the scripts in OS X is
#!/bin/sh, and it turns out that is really an instance of bash, and
the code contains some ba
- Original Message -
From: "robert perry"
To:
Sent: Wednesday, January 25, 2012 2:39 PM
Subject: How to Research Availability of Print Drivers
I intend to purchase a multifunction printer (including fax, scanner, &
copier) and return to utilizing the BSD operating systems. Early r
guys,
sorry if this is a re-request and a bit OT, but, it's seriously
time i got myself in gear and bought or borrowed a book or CD // DVD
that teaches python. i honestly do prefer ink+paper, but with one
hand MIA, i need paperweights! so if there are books that can be
popped into the cd/dv
Hi--
On Jan 25, 2012, at 7:24 PM, Da Rock wrote:
> On 01/26/12 12:55, Doug Poland wrote:
>> This gets me closer, but the scripts behave differently now on OS X. For
>> example, printf's don't output the same.
>
> Try searching on google and find out exactly what sh MacOSX is using. Then
> you'
On Jan 25, 2012, at 5:08 PM, Doug Poland wrote:
> Hello,
>
> I'm trying port some shell scripts to FreeBSD that were originally
> written on Darwin (OS X).
>
> The issue I'm having is the shebang line of the scripts in OS X is
> #!/bin/sh, and it turns out that is really an instance of bash, an
On Jan 25, 2012, at 8:13 PM, Chuck Swiger wrote:
> Hi--
>
> On Jan 25, 2012, at 7:24 PM, Da Rock wrote:
>> On 01/26/12 12:55, Doug Poland wrote:
>>> This gets me closer, but the scripts behave differently now on OS X. For
>>> example, printf's don't output the same.
>>
>> Try searching on goo
>> On Wed, 25 Jan 2012 16:08:07 -0600,
>> "Doug Poland" said:
D> I'm trying port some shell scripts to FreeBSD that were originally
D> written on Darwin (OS X). The issue I'm having is the shebang line of
D> the scripts in OS X is #!/bin/sh, and it turns out that is really an
D> instance of bas
> sorry if this is a re-request and a bit OT, but, it's seriously
> time i got myself in gear and bought or borrowed a book or CD // DVD
> that teaches python.
If you want to learn python, first subscribe to the python tutor
mailing list. It's pretty much just like the FreeBSD list. In fact, I
On Wed, 25 Jan 2012, robert perry wrote:
=
From Da Rock:
Maybe try openprint.org?
Thank you all for your suggestions. I was able to review each and I think
they'll be helpful. I almost forgot how much fun this could be.
That should be http://www.openprinting.org/printers
On Wed, Jan 25, 2012 at 07:39:40PM -0800, Gary Kline wrote:
>
> guys,
>
> sorry if this is a re-request and a bit OT, but, it's seriously
> time i got myself in gear and bought or borrowed a book or CD // DVD
> that teaches python. i honestly do prefer ink+paper, but with one
> hand MIA, i n
39 matches
Mail list logo