On Tue, Mar 1, 2011 at 8:38 PM, Dean E. Weimer wrote:
> I have been doing some work with cleaning up my log files to make them
> easier to read, and for the life of me can't figure out how to get my
> IPFilter logs to stop going into the /var/log/messages log. I have a syslog
> entry for local0.*
I just discovered that my FreeBSD Makefile
fails miserably on a linux system with
GNU Make 3.80.
In particular I was surprised
to find out that GNU make considers
suffix rules obsolete:
http://www.gnu.org/software/make/manual/html_node/Suffix-Rules.html#Suffix-Rules
I didn't think the suffix rule
On Wednesday 02 of March 2011 00:22:28 Patrick Gibson wrote:
> I'm installing 8.2 on a server using the instructions for ZFS root
> filesystem (http://wiki.freebsd.org/RootOnZFS/GPTZFSBoot), and when I
> reboot after installing, it says:
>
> Root mount waiting for: usbus4
>
> followed by:
>
> RO
> In particular I was surprised
> to find out that GNU make considers
> suffix rules obsolete:
> http://www.gnu.org/software/make/manual/html_node/Suffix-Rules.html#Suffix-Rules
>
> I didn't think the suffix rules are
> obsolete in BSD make, are they?
>
No (Although maybe some people will argue th
On Wed, 02 Mar 2011 12:23:27 +0100, Bernt Hansson wrote:
Put this in your rc.conf ipmon_flags="-D -f /var/log/ipf.log"
I don't doubt that would work, but I would rather stick with using
syslogd to handle the logging. As I am hoping to implement remote
logging to another server for log con
On Wed, Mar 02, 2011 at 01:27:22PM +, b. f. wrote:
> > In particular I was surprised
> > to find out that GNU make considers
> > suffix rules obsolete:
> > http://www.gnu.org/software/make/manual/html_node/Suffix-Rules.html#Suffix-Rules
> >
> > I didn't think the suffix rules are
> > obsolete i
On Wed, 2 Mar 2011 09:34:39 +0100, n j wrote:
On Tue, Mar 1, 2011 at 8:38 PM, Dean E. Weimer wrote:
I have been doing some work with cleaning up my log files to make
them
easier to read, and for the life of me can't figure out how to get
my
IPFilter logs to stop going into the /var/log/messag
On 01/03/2011 20:22, Silvio Siefke wrote:
Hello,
i use fastcgi with PHP-FPM on Apache 2.2.17. When i go on Website with
FastCGI then the page load not complete.
http://mail.silviosiefke.de/fastcgi_apache.png
When i run with FCGID then the page load complete.
http://mail.silviosiefke.de/fcgid
On Feb 27, 2011, at 4:43 PM, Robert Bonomi wrote:
>> From owner-freebsd-questi...@freebsd.org Sun Feb 27 14:54:09 2011
>> From: David
>> Date: Sun, 27 Feb 2011 15:46:03 -0500
>> To: freebsd-questions@freebsd.org
>> Subject: FreeBSD Performance
>>
>> Hello All:
>>
>> I am curious... does anyon
Hey,
Am 02.03.2011 15:25, schrieb Ivan Voras:
>
> This is not a FreeBSD problem.
Thank u, that i know. But i has think that is a user list, someone can
help me. Because i try since weeks and found not where is the mistake.
> The most likely problem is that your FastCGI configuration handles mor
Hi folks,
If I understand the process of upgrading FreeeBSD correctly, after running:
make buildworld
make buildkernel
make installkernel
I then need to reboot into single user mode (which can only be done if
I'm physically standing at the machine, right?), and then finally:
adjkerntz -i
moun
Silvio Siefke wrote:
> Hello,
>
>
> i use fastcgi with PHP-FPM on Apache 2.2.17. When i go on Website with
> FastCGI then the page load not complete.
>
> http://mail.silviosiefke.de/fastcgi_apache.png
>
> When i run with FCGID then the page load complete.
>
> http://mail.silviosiefke.de/fcgid
On 3/2/11 5:03 PM, Ed Flecko wrote:
> Hi folks,
> If I understand the process of upgrading FreeeBSD correctly, after running:
>
> make buildworld
>
> make buildkernel
>
> make installkernel
>
> I then need to reboot into single user mode (which can only be done if
> I'm physically standing at t
Thanks Damien.
:-)
Two questions -
1.) If rebooting into single user mode isn't obviously a
requirement...I wonder why so many tutorials, books, etc. tell you to
do this?
2.) How do I rebuild the ports?
Ed
___
freebsd-questions@freebsd.org mailing li
On 3/2/11 5:15 PM, Ed Flecko wrote:
> Thanks Damien.
>
> :-)
>
> Two questions -
>
> 1.) If rebooting into single user mode isn't obviously a
> requirement...I wonder why so many tutorials, books, etc. tell you to
> do this?
>
Rebooting single user ensures that most daemons aren't launched, as
> Two questions -
>
> 1.) If rebooting into single user mode isn't obviously a
> requirement...I wonder why so many tutorials, books, etc. tell you to
> do this?
Dropping into single user mode is highly recommended especially if
you're upgrading from, say, 8.1 to 8.2 (a minor version upgrade). If
On Wed 02 Mar 2011 at 08:56:25 PST Bernt Hansson wrote:
Hello list
Trying to build nasm-2.09.04,1
Bails out at
cc -c -O2 -pipe -fno-strict-aliasing -W -Wall -std=c99 -pedantic
-DHAVE_CONFIG_H -I. -I. -o regdis.o regdis.c
cc -o ndisasm ndisasm.o disasm.o sync.o nasmlib.o ver.o insnsd.o
insns
Thank you! Google Translate has helped some, and I will give that all
a try this morning.
Patrick
On Wed, Mar 2, 2011 at 4:45 AM, Elias Chrysocheris
wrote:
> On Wednesday 02 of March 2011 00:22:28 Patrick Gibson wrote:
>> I'm installing 8.2 on a server using the instructions for ZFS root
>> file
thanks Jason. netcat seems suited for this. I will check this out.
Best Regards,
Mubeesh
On Wed, Mar 2, 2011 at 8:42 PM, Jason C. Wells wrote:
> On 03/01/11 08:07, Mubeesh ali wrote:
>>
>> Hi ,
>>
>>
>> We do wifi troubleshooting and are planning to use kismet for wireless
>> captures. It pro
If you're using a fairly recent version of FreeBSD, why not just use
the built-in freebsd-update?
freebsd-update upgrade -r 8.2-RELEASE
freebsd-update install
reboot
freebsd-update install
Patrick
On Wed, Mar 2, 2011 at 8:03 AM, Ed Flecko wrote:
> Hi folks,
> If I understand the process of upg
Hi folks,
I'm looking at using portmaster to rebuild my ports collection and I'm
wondering if using the command:
portmaster -afv --no-confirm --clean-distfiles-all
(-a - check all ports, update as necessary, -f - always rebuild ports,
-v - verbose output, --no-confirm - do not ask the user to con
Patrick,
It's my understanding that if you have a custom kernel, you can't use
the "binary update" method.
Ed
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "fre
See the links below, see where the macro files that the second link
mentions are at and then try setting your GROFF_TMAC_PATH
environmental variable as the first link suggests.
http://lists.freebsd.org/pipermail/freebsd-current/2003-May/002827.html
http://freebsd.monkey.org/freebsd-questions/20031
Damien Fleuriot writes:
> On 3/2/11 5:15 PM, Ed Flecko wrote:
>> Thanks Damien.
>>
>> :-)
>>
>> Two questions -
>>
>> 1.) If rebooting into single user mode isn't obviously a
>> requirement...I wonder why so many tutorials, books, etc. tell you to
>> do this?
>>
>
> Rebooting single user ensu
On 3/2/11 6:56 PM, Patrick Gibson wrote:
> If you're using a fairly recent version of FreeBSD, why not just use
> the built-in freebsd-update?
>
> freebsd-update upgrade -r 8.2-RELEASE
> freebsd-update install
> reboot
> freebsd-update install
>
> Patrick
>
freebsd-update works only with GENE
On Wed, 2 Mar 2011, Damien Fleuriot wrote:
Dropping to single user is not strictly necessary, in fact I never do.
buildworld
buildkernel
installkernel
reboot
mergemaster -p
installworld
mergemaster -F
rebuild your ports
reboot
Some of these steps are best practices. If you're lucky and don't
On 3/2/11 7:07 PM, Lowell Gilbert wrote:
> Damien Fleuriot writes:
>
>> On 3/2/11 5:15 PM, Ed Flecko wrote:
>>> Thanks Damien.
>>>
>>> :-)
>>>
>>> Two questions -
>>>
>>> 1.) If rebooting into single user mode isn't obviously a
>>> requirement...I wonder why so many tutorials, books, etc. tell yo
Hello,
i want say its running now perfect. I has search in internet and found
the follow Howto, and now it run.
http://blog.myprod.net/2010/08/14/apache2-suexec-fastcgi-php-5-3-3-fpm-cache-opcode-apc/
Regards
Silvio
___
freebsd-questions@freebsd.org
On Wed, 2 Mar 2011 09:57:14 -0800
Ed Flecko wrote:
> Do you think that's a little too much automation, or do you think that
> would be pretty safe to run without screwing things up?
I think portmaster's documentation explicitly advises against using -af
to rebuild all ports. See the man page for
Silvio Siefke wrote:
> Hello,
>
>
> i want say its running now perfect. I has search in internet and found
> the follow Howto, and now it run.
>
> http://blog.myprod.net/2010/08/14/apache2-suexec-fastcgi-php-5-3-3-fpm-
cache-opcode-apc/
That is excellent. I had also forgoten all about the sue
Hmmm...I'll check that out Bruce.
I saw the command listed on:
http://www.freebsd.org/doc/handbook/ports-using.html
but it doesn't give any cautions against using it.
Thank you,
Ed
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org
On Wed, 02 Mar 2011, David wrote:
>
> On Feb 27, 2011, at 4:43 PM, Robert Bonomi wrote:
>
> >> From owner-freebsd-questi...@freebsd.org Sun Feb 27 14:54:09 2011
> >> From: David
> >> Date: Sun, 27 Feb 2011 15:46:03 -0500
> >> To: freebsd-questions@freebsd.org
> >> Subject: FreeBSD Performance
On Wed, Mar 2, 2011 at 8:24 AM, Nerius Landys wrote:
> Another way to do this, but is quite rare, is to log in via serial
> console. This requires you to configure serial logins to your server
> (quite easy, but you should test it first) and it requires the data
> center to somehow make it possib
Hi folks,
I confess I'm more familiar with "Windows" and for years I have
"Ghosted" PCs as a very fast way to get an entire PC back online in
the event of a drive failure. I can easily get a PC back online within
the hour using "ghost" (or some drive imaging software).
Is there something similar i
On Wed, 2 Mar 2011 13:50:19 -0800, Ed Flecko wrote:
> Is there something similar in the FBSD arena?...some form of "backing
> up" a server so that if a drive fails, upon replacement of the
> drive(s), the OS can be very quickly recovered from a backup (of some
> sort), or from an image, etc.?
>
>
Damien Fleuriot writes:
> On 3/2/11 7:07 PM, Lowell Gilbert wrote:
>> I do this all the time too, but if the new kernel doesn't boot, you
>> end up in more trouble than needing an extra reboot. The reboot part is
>> definitely important -- you can reboot into multiuser mode and do the
>> instal
does anyone have advice on getting libsphinxclient up an running?
the sphinxsearch port seems not to do it and i'm completely failing to
build the client from source.
tia
tom
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mail
On Wed, 2 Mar 2011, Ed Flecko wrote:
Hi folks,
I confess I'm more familiar with "Windows" and for years I have
"Ghosted" PCs as a very fast way to get an entire PC back online in
the event of a drive failure. I can easily get a PC back online within
the hour using "ghost" (or some drive imaging
Ed Flecko writes:
> I confess I'm more familiar with "Windows" and for years I have
> "Ghosted" PCs as a very fast way to get an entire PC back online in
> the event of a drive failure. I can easily get a PC back online within
> the hour using "ghost" (or some drive imaging software).
>
> Is ther
> On Wed, Mar 2, 2011 at 8:24 AM, Nerius Landys wrote:
>> Another way to do this, but is quite rare, is to log in via serial
>> console. This requires you to configure serial logins to your server
>> (quite easy, but you should test it first) and it requires the data
>> center to somehow make it
This topic was recently discussed on the FreeBSD Forums, so I'll link it here:
http://forums.freebsd.org/showthread.php?t=21993
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send
>Is there something similar in the FBSD arena?...some form of "backing
>up" a server so that if a drive fails, upon replacement of the
>drive(s), the OS can be very quickly recovered from a backup (of some
>sort), or from an image, etc.?
I've found that if you make normal backups using dump to a U
On 02/03/2011 21:46, Tom Worster wrote:
> does anyone have advice on getting libsphinxclient up an running?
>
> the sphinxsearch port seems not to do it and i'm completely failing to
> build the client from source.
Well, as maintainer of sphinxsearch, I'm sorry about that. I did have a
quick loo
Hello,
I don't understand how nethack can store the score in
/usr/local/lib/nethack/logfile.
the real binary is here /usr/local/lib/nethack/nethack
And the mode is
-rwxr-sr-x 1 games games 1793635 25 Jan 2011
/usr/local/lib/nethack/nethack
So that means people in games group will run n
On Mar 02, 2011, at 12:50 PM, Ed Flecko wrote:
Hi folks,
I confess I'm more familiar with "Windows" and for years I have
"Ghosted" PCs as a very fast way to get an entire PC back online in
the event of a drive failure. I can easily get a PC back online within
the hour using "ghost" (or some dri
On Wed, Mar 02, 2011 at 05:20:33PM +0100, Damien Fleuriot wrote:
>
> > 2.) How do I rebuild the ports?
> >
>
> Either you rebuild them by hand, one after another...
It kind of depends what kind of upgrade you are doing. When upgrading to
another minor version (say from 8.1 to 8.2) no port rebui
On Wed, Mar 2, 2011 at 5:18 PM, Nerius Landys wrote:
>> On Wed, Mar 2, 2011 at 8:24 AM, Nerius Landys wrote:
>>> Another way to do this, but is quite rare, is to log in via serial
>>> console. This requires you to configure serial logins to your server
>>> (quite easy, but you should test it fir
> I just got a new Supermicro Atom board a few days ago (X7SPA-HF-D525).
> It has a Nuvoton BMC chip that is attached to LAN1 and provides IPMI
> and KVM-over-IP functionality. The chip gets its own IP address
> (separate from em0 in FreeBSD) and is powered whenever the power cord
> is plugged-in.
On Wed, Mar 2, 2011 at 7:10 PM, Nerius Landys wrote:
>> I just got a new Supermicro Atom board a few days ago (X7SPA-HF-D525).
>> It has a Nuvoton BMC chip that is attached to LAN1 and provides IPMI
>> and KVM-over-IP functionality. The chip gets its own IP address
>> (separate from em0 in FreeBSD
On Wed, Mar 2, 2011 at 4:51 PM, David Demelier wrote:
> Hello,
>
> I don't understand how nethack can store the score in
> /usr/local/lib/nethack/logfile.
>
> the real binary is here /usr/local/lib/nethack/nethack
>
> And the mode is
>
> -rwxr-sr-x 1 games games 1793635 25 Jan 2011
> /usr/local
> Date: Wed, 02 Mar 2011 23:51:45 +0100
> From: David Demelier
> To: freebsd-questions@freebsd.org
> Subject: Question about nethack and setgid
>
> Hello,
>
> I don't understand how nethack can store the score in
> /usr/local/lib/nethack/logfile.
>
> the real binary is here /usr/local/lib/nethack
A considerable number of new entrants in the LED market, which is now
the driving force of innovation in the green industry, are
continuously growing in recent years. With the promotion of
energy-savings and green energy, many countries began to strongly
enforce the restrictions on
I was unable to find a port with Charis or Doulos typefaces. Perhaps
someone can tell me that these typefaces are part of some meta-port. Which?
Thanks,
Jason
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/fr
53 matches
Mail list logo