Warren Liddell wrote:
> Are you getting 100% on something as simple as this?
>> http://www.java.com/en/download/help/testvm.xml
>>
>> My setup is exactly similar, but I run i386. No such problem.
>> I do get very high CPU usage when flash (gnash) is active though...
>
> No, that works quite fine, b
On Sunday 19 April 2009 03:06:07 Christopher Chambers wrote:
> My laptop runs a little hot. Is it possible to increase the default fan
> speed? I'm running version 7.1 on an acer.
Active cooling is under control of ACPI, typically not exposed to non-windows
operating systems:
hw.acpi.thermal.tz0
On Sat, Apr 18, 2009 at 7:06 PM, Christopher Chambers <
ccha...@interchange.ubc.ca> wrote:
> Hi,
>
> My laptop runs a little hot. Is it possible to increase the default fan
> speed? I'm running version 7.1 on an acer.
>
> -
> Regards,
> Chris Chambers
>
I'd try powerd first.
enable it in rc.con
Hello,
This week upgraded my Acer TravelMate 4060 laptop from FreeBSD 7.0 to
FreeBSD 7.1 and also csup'ed my ports and portupgraded them and I am
not able to start X correctly. When I invoke startx, it tries to start
it and then the screen goes blank and black, nothing is seen on it and
I am no ab
Michael P. Soulier wrote:
> I'm sure that this has been asked before, but I cannot find the answer
> recorded anywhere. I'm likely looking in the wrong places.
>
> Is there a simple tool in freebsd to show the reverse dependency tree of a
> package?
pkg_tree in ports
>
> Mike
--
Eitan Adler
"S
> After upgrade upgrade my system to 7.2-PRERELEASE, my sound card works
> perfectly.
This is why my sound broke (I forgot to mention it was after an
upgrade). cd ~/stable7/sys/dev/sound/pci/hda && svn update -r182969
"fixed" my problem.
--
Eitan Adler
"Security is increased by designing for t
Hi,
My laptop runs a little hot. Is it possible to increase the default fan
speed? I'm running version 7.1 on an acer.
-
Regards,
Chris Chambers
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-question
On Sat, Apr 18, 2009 at 2:19 AM, Andrew wrote:
> Hi All,
>
> Does anyone have any suggestions for a lightweight webserver that will run
> php?
> Apache is too bulky for what I need and thttpd won't allow me to run php.
>
> TIA
> Andrew
If you choose to run php via FastCGI, check out PHP-FPM. It's
Are you getting 100% on something as simple as this?
http://www.java.com/en/download/help/testvm.xml
My setup is exactly similar, but I run i386. No such problem.
I do get very high CPU usage when flash (gnash) is active though...
No, that works quite fine, but has very little graphics involve
Warren Liddell wrote:
> Lowell Gilbert wrote:
>> Warren Liddell writes:
>>
>>
>>> After finally managing to get java working with FF i find when i goto
>>> use it now, it uses 100% of my CPU ... how can i fix this annoyinng
>>> issue ?
>>>
>>> Running FreeBSD 7.1-STABLE AMD64
>>>
>>
>> You
Lowell Gilbert wrote:
Warren Liddell writes:
After finally managing to get java working with FF i find when i goto
use it now, it uses 100% of my CPU ... how can i fix this annoyinng issue ?
Running FreeBSD 7.1-STABLE AMD64
You don't mention what version of each you're running, or h
The FreeBSD Diary contains a large number of practical
examples and how-to guides. This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website. Before you post a question
here it might be a good idea to first search the maili
On Sat, 18 Apr 2009 21:56:53 +0100, Chris Rees wrote:
> 2009/4/18 mac.tc :
> > it is a sata300, 7.2 beta1 amd64 and i am thinking there is problem with the
> > disk, but the error varied a bit with different installs (i.e. whether i see
> > the error or not)
>
> I'd be inclined to agree with you
2009/4/18 mac.tc :
> hi, can anyone tell me what this message is related to?
>
> WRITE_DMA UDMA ICRC error (retrying request) LBA=62939519
>
> drive/hardware failing?
> i am seeing a lot of it lately on a particular disk where i have tried a few
> different installs and don't always
> get this prob
On Saturday 18 April 2009 16:34:52 Rodrigo Gonzalez wrote:
> As a fastcgi not cgi, there is a differenceimportant one.
> for cgi request a new php process is started for a request.
> fastcgi is php listening for network requests and process can be reused.
And the more important difference with
Warren Liddell writes:
> After finally managing to get java working with FF i find when i goto
> use it now, it uses 100% of my CPU ... how can i fix this annoyinng issue ?
>
> Running FreeBSD 7.1-STABLE AMD64
You don't mention what version of each you're running, or how you
installed the plugin
I'm sure that this has been asked before, but I cannot find the answer
recorded anywhere. I'm likely looking in the wrong places.
Is there a simple tool in freebsd to show the reverse dependency tree of a
package?
ie. D is required by C is required by B is required by A ?
Not to mention forward
You are right, thanks for the information
On 4/18/09, cpghost wrote:
> On Sat, Apr 18, 2009 at 09:56:09AM -0400, Mikel King wrote:
>> > Does anyone have any suggestions for a lightweight webserver that
>> > will run php?
>>
>> Most light weight webservers like nginx and lighttpd only run PHP as a
hi, can anyone tell me what this message is related to?
WRITE_DMA UDMA ICRC error (retrying request) LBA=62939519
drive/hardware failing?
i am seeing a lot of it lately on a particular disk where i have tried a few
different installs and don't always
get this problem. i have seen it disappear aft
On Sat, Apr 18, 2009 at 09:56:09AM -0400, Mikel King wrote:
> > Does anyone have any suggestions for a lightweight webserver that
> > will run php?
>
> Most light weight webservers like nginx and lighttpd only run PHP as a
> cgi mod.
With lighttpd, you can do both CGI and FastCGI:
http://red
As a fastcgi not cgi, there is a differenceimportant one.
for cgi request a new php process is started for a request.
fastcgi is php listening for network requests and process can be reused.
On 4/18/09, Mikel King wrote:
> Most light weight webservers like nginx and lighttpd only run PHP as a
Most light weight webservers like nginx and lighttpd only run PHP as a
cgi mod.
Cheers,
m!
On Apr 18, 2009, at 2:19, Andrew wrote:
Hi All,
Does anyone have any suggestions for a lightweight webserver that
will run php?
Apache is too bulky for what I need and thttpd won't allow me to run
hi, can anyone tell me what this message is related to?
WRITE_DMA UDMA ICRC error (retrying request) LBA=62939519
drive/hardware failing?
i am seeing a lot of it lately on a particular disk where i have tried a few
different installs and do not always
get this problem. i have seen it disappear af
lighttpd
ngingx
cherokee
All of them can connect to php using fastcgi.
lighttpd and cherokee will start php themself, nginx does not, so you
should have to start it manuall or from other script...
On 4/18/09, Andrew wrote:
> Hi All,
>
> Does anyone have any suggestions for a lightweight webserv
Andrew пишет:
Hi All,
Does anyone have any suggestions for a lightweight webserver that will
run php?
Apache is too bulky for what I need and thttpd won't allow me to run php.
www/lighttpd and www/nginx(-devel) are definitely the most common choice
___
I think I found what is the problem but I don't kow how to fix it.
from the error messages err=49 means that the password is wrong.
I'm sure that I type it correctly.
So I captured traffic using whireshark
when the manager tires toy bind everything is normal and the bind is
succeful. In the fiel
On Saturday 18 April 2009 08:19:46 Andrew wrote:
> Hi All,
>
> Does anyone have any suggestions for a lightweight webserver that will
> run php?
> Apache is too bulky for what I need and thttpd won't allow me to run php.
nginx + php over cgi. lighttpd seems popular too, personally find nginx more
On Saturday 18 April 2009 00:27:29 Sniper wrote:
> --$ sudo pkgdb -F
> ---> Checking the package registry database
> Stale origin: 'x11/libxfce4mcs': perhaps moved or obsoleted.
> -> The port 'x11/libxfce4mcs' was removed on 2009-03-02 because:
> "got obsolete by xfce 4.6 update"
> -> Hin
which will turn PCM and master volume to 100:100. For checking,
it's usually the most comfortable way to play some media file,
instead of a "plain file" into /dev/dsp.
"plain binary" will make plain noise ;) so it's good test
The play command from the port / package sox or mpg123 / madplay
f
what mixer says?
On Fri, 17 Apr 2009, Eitan Adler wrote:
I have no sound whatsoever. Speakers are plugged in and turned on.
I'm not sure what debugging information I need.
$kldstat |grep snd
51 0xc5985000 19000snd_hda.ko
$cat /bin/sh >/dev/dsp
Produces no sound
$sysctl -a|grep hda
Hi All,
Does anyone have any suggestions for a lightweight webserver that will
run php?
Apache is too bulky for what I need and thttpd won't allow me to run php.
TIA
Andrew
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailm
After finally managing to get java working with FF i find when i goto
use it now, it uses 100% of my CPU ... how can i fix this annoyinng issue ?
Running FreeBSD 7.1-STABLE AMD64
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/m
O/H Benjamin Lee έγραψε:
On 04/17/2009 02:04 PM, Panos wrote:
hello I'm trying to setup an ldap for authenticating users.
I think that the ldap server is ok
but ssh gives me an error PAM authntication error illigal user XXX from
XXX.XXX.XXX.XXX
I think that something is wrong when pam-ldap is
O/H Emiel van de Laar έγραψε:
On Apr 17, 2009, at 11:04 PM, Panos wrote:
hello I'm trying to setup an ldap for authenticating users.
I think that the ldap server is ok
but ssh gives me an error PAM authntication error illigal user XXX
from XXX.XXX.XXX.XXX
I think that something is wrong when
Sniper skrev:
I have strange problem with portupgrade.
--$ sudo portupgrade -a
** Port directory not found: x11/libxfce4mcs
** Port directory not found: x11-themes/xfce4-icon-theme
** Port directory not found: sysutils/xfce4-mcs-manager
** There are errors in a meta info for xfce4-mcs-plugin
On Fri, 17 Apr 2009 19:34:03 +0200, Mel Flynn
wrote:
> On Friday 17 April 2009 19:09:00 Polytropon wrote:
> > Not neccessarily - if the Pause / Break key is still present,
> > it has the same functionality as Scroll Lock.
>
> Good to know for this case. Won't help my el-cheapo kvm ;). First time
On Fri, 17 Apr 2009 13:34:34 -0400
Eitan Adler wrote:
> I have no sound whatsoever. Speakers are plugged in and turned on.
> I'm not sure what debugging information I need.
>
> ...
>
> Any ideas?
>
It seems that I got the same problem which's solved. Please search in the list.
Patrick Lamaiz
37 matches
Mail list logo