Re: how do I build a single app?

2013-06-17 Thread Greg Larkin
gt; > David Lee from Tennessee Hi David, You can build a single application like so: cd /usr/src/bin/csh && make install Just replace "bin/csh" with the tool you are interested in building, and you should be all set. Regards, Greg - -- Greg Larkin http://www.FreeBSD.org/

Re: sendmail disabled, but 'service -e' lists it as enabled

2012-04-25 Thread Greg Larkin
endmail_submit_enable="NO" sendmail_outbound_enable="NO" sendmail_msp_queue_enable="NO" That will cover all bases, in case some other tool depends on the value of sendmail_enable. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.

Re: Something rotten in ports (was Re: package building failure irritation)

2010-03-12 Thread Greg Larkin
Have you tried just setting PORTSDIR and letting bsd.port.mk set the rest of the paths with their defaults that are relative to PORTSDIR? If that works, then we can start hunting for places that are not handling absolute vs. relative paths correctly in bsd.port.mk. Hope that helps, Greg - -- Gre

Re: package building failure irritation

2010-02-26 Thread Greg Larkin
log file and # returns to the original shell dos2unix /tmp/build.log # Gets rid of ^M chars Then post /tmp/build.log somewhere for me to review. Thank you, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ -

Re: package building failure irritation

2010-02-26 Thread Greg Larkin
installed first, so I would change your script like so: cd $port make clean make deinstall make depends# just to be safe make install make package-recursive On the other hand, this is similar to what Tinderbox (http://tinderbox.marcuscom.com/README.html), so perhaps that would be a solution

Re: Distributed SSH attack

2009-10-02 Thread Greg Larkin
could set up DenyHosts and contribute to the pool of IPs that are attempting SSH logins on the Net: http://denyhosts.sourceforge.net/faq.html#4_0 It also looks like there's been quite a spike of SSH login activity recently: http://stats.denyhosts.net/stats.html Hope that helps, Greg - -- Greg

Re: request for testers - xen support for domU in head

2008-08-22 Thread Greg Larkin
Kip Macy wrote: > Basic Xen support for 32-bit in PAE mode is in CVS. Please see the > wiki for general information: > > http://wiki.freebsd.org/FreeBSD/Xen > > Please be forewarned that I am not claiming that this is > production-ready. There are many known limitations. If you would like > to take

RE: cvs question

2008-01-21 Thread Greg Larkin
bcommand builds directories the way cvs checkout does. Without it, update will only operate on directories that are already in your sandbox. Regards, Greg Larkin SourceHosting.net, LLC http://www.sourcehosting.net/ ___ freebsd-hackers@freebsd.or

RE: Are there any known issues for installing FreeBSD on Vmware onwindows XP ?

2007-03-02 Thread Greg Larkin
FreeBSD as a guest OS under VMware. Follow the thread a little way, and you'll see an example kernel config file, too. Best of luck, Greg Larkin ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: Instruction fault panic while installing 6.2 on VMware Server

2007-03-01 Thread Greg Larkin
> > > On 02/24/07 05:44, ghozzy wrote: > > Hi, > > > > On 2/23/07, Greg Larkin <[EMAIL PROTECTED]> wrote: > >> Hi everyone, > >> > >> I'm creating a standard FreeBSD 6.2 ISO image that I can use to > >> perform unatt

RE: Instruction fault panic while installing 6.2 on VMware Server

2007-02-26 Thread Greg Larkin
> > Hi, > > On 2/23/07, Greg Larkin <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > > > I'm creating a standard FreeBSD 6.2 ISO image that I can use to > > perform unattended installations into VMware Server virtual > machines. > >

Instruction fault panic while installing 6.2 on VMware Server

2007-02-23 Thread Greg Larkin
rienced at kernel configuration either. Does anyone have an idea how to troubleshoot this problem? Thank you for any help! Regards, Greg Larkin machine i386 cpu I486_CPU ident VMWAREC3 makeoptions DEBUG=-g# Build kernel with gdb(1) debug symbols o