Re: version of clang in HEAD?

2012-07-24 Thread Jakub Lach
The same as in 9-STABLE? $ cc -v FreeBSD clang version 3.1 (branches/release_31 156863) 20120523 Target: x86_64-unknown-freebsd9.0 Thread model: posix -- View this message in context: http://freebsd.1045724.n5.nabble.com/version

Re: Version Selection

2012-06-11 Thread Brian W.
There are two advantages that come to mind quickly. With amd64 you could install more than 4 gigs of ram and have it recognized. With i386 if you need to do this pae would need to be installed, which FreeBSD doc pages say is if beta quality. I bet that amd64 will get more dev attention. On Jun 1

Re: Version Selection

2012-06-11 Thread Matthew Seaman
On 11/06/2012 07:20, Doug Hardie wrote: > I have a number of servers that I am about to upgrade to FreeBSD 9.0. > The processors all have the ability to run i386 or amd64. The > machines all have 2 GB memory which is more than adequate for their > intended use. Some of these are replacing very ol

Re: version of slapd?

2010-11-05 Thread perryh
Tim Dunphy wrote: > I will put /usr/local/libexec/ on my path when I get a chance ... This is not necessarily a good idea. Usually things are installed into libexec instead of into bin to keep them _out of_ the path. ___ freebsd-questions@freebsd.org

Re: version of slapd?

2010-11-04 Thread Tim Dunphy
That did it!!! [bluethu...@lbsd2:~]#pkg_info | grep openldap openldap-sasl-client-2.4.23 Open source LDAP client implementation with SASL2 support openldap-sasl-server-2.4.23 Open source LDAP server implementation I will put /usr/local/libexec/ on my path when I get a chance btw, thanks for me

Re: version of slapd?

2010-11-04 Thread Julian Fagir
Hi, > [r...@lbsd2:/usr/home/bluethundr]#/usr/local/etc/rc.d/slapd -V > /usr/local/etc/rc.d/slapd: unknown directive '-V'. > Usage: /usr/local/etc/rc.d/slapd > [fast|force|one](start|stop|restart|rcvar|status|poll) > [r...@lbsd2:/usr/home/bluethundr]#su - root > Password: > Last login: Thu Nov 4 1

Re: version

2010-05-12 Thread Mark Stapper
On 12/05/2010 06:25, Lacsap Ona wrote: > Hello, > I would like to download the FreeBSD but am unsure which version to download. > I have a Pentium dual core t4200 processor. > > thanks > > ___ > freebsd-questions@freebsd.org mailing list > http://lists.f

Re: version

2010-05-12 Thread Sergio Tam
2010/5/11 Lacsap Ona : > Hello, Hi welcome to the jungle :) > I would like to download the FreeBSD but am unsure which version to download. > I have a Pentium dual core t4200 processor. > ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/ISO-IMAGES/8.0/ Dont forget read the handbook: http://w

Re: version

2010-05-12 Thread Coert
Lacsap Ona wrote: Hello, I would like to download the FreeBSD but am unsure which version to download. I have a Pentium dual core t4200 processor. thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: version/revision control software for things mostly not source

2010-04-18 Thread C. P. Ghost
There's also a fuse-svnfs port for NetBSD, but I don't know its status, nor if it is usable at all: http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/filesystems/fuse-svnfs/ http://svn.haxx.se/users/archive-2005-04/0210.shtml -cpghost. -- Cordula's Web. http://www.cordula.ws/ _

Re: version/revision control software for things mostly not source

2010-04-18 Thread Chad Perrin
On Sun, Apr 18, 2010 at 11:34:19PM +0300, Dan Naumov wrote: > > I've looked at SVN and it looks reasonably easy to grok, but reading > the "Version Control with Subversion" book... it seems there is no > actual way to truly erase/delete/destoy/purge a part of an existing > repository? This sounds

Re: version/revision control software for things mostly not source

2010-04-18 Thread Giorgos Keramidas
On Sun, 18 Apr 2010 23:34:19 +0300, Dan Naumov wrote: > I've looked at SVN and it looks reasonably easy to grok, but reading > the "Version Control with Subversion" book... it seems there is no > actual way to truly erase/delete/destoy/purge a part of an existing > repository? This sounds rather w

Re: version/revision control software for things mostly not source

2010-04-18 Thread Ivan "Rambius" Ivanov
Hello, On Sun, Apr 18, 2010 at 11:34 PM, Dan Naumov wrote: > I've looked at SVN and it looks reasonably easy to grok, but reading > the "Version Control with Subversion" book... it seems there is no > actual way to truly erase/delete/destoy/purge a part of an existing > repository? This sounds ra

Re: version/revision control software for things mostly not source

2010-04-18 Thread Dan Naumov
On Sun, Apr 18, 2010 at 4:10 AM, Gene wrote: > On Sat, 17 Apr 2010 18:08:49 +0300, Dan Naumov wrote >> I think I am reaching the point where I want to have some kind of >> sane and easy to use version/revision control software for my >> various personal files and small projects. We are talking abo

Re: version/revision control software for things mostly not source

2010-04-18 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17/04/2010 18:08:14, Chad Perrin wrote: > On Sat, Apr 17, 2010 at 06:37:10PM +0100, Matthew Seaman wrote: >> >> I'd recommend subversion for this -- configure it using HTTPS and with >> Apache's basic auth for access control. Use ViewVC for exploti

Re: version/revision control software for things mostly not source

2010-04-17 Thread Gene
On Sat, 17 Apr 2010 18:08:49 +0300, Dan Naumov wrote > I think I am reaching the point where I want to have some kind of > sane and easy to use version/revision control software for my > various personal files and small projects. We are talking about > varied kind of data, ranging from binary fo

Re: version/revision control software for things mostly not source

2010-04-17 Thread Chad Perrin
I should have mentioned this in my previous email: If you don't think you actually need a full-blown VCS, you can get a certain amount of roll-back capability out of rsync too. To ensure you get the best tools for the job, it pays to compare your actual needs with the capabilities of the tools yo

Re: version/revision control software for things mostly not source

2010-04-17 Thread Chad Perrin
On Sat, Apr 17, 2010 at 06:37:10PM +0100, Matthew Seaman wrote: > > I'd recommend subversion for this -- configure it using HTTPS and with > Apache's basic auth for access control. Use ViewVC for exploting your > repos via the web -- if you take care to set appopriate MIME types as > properties,

Re: version/revision control software for things mostly not source

2010-04-17 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17/04/2010 16:08:49, Dan Naumov wrote: > I think I am reaching the point where I want to have some kind of sane > and easy to use version/revision control software for my various > personal files and small projects. We are talking about varied kind

Re: version/revision control software for things mostly not source

2010-04-17 Thread Chad Perrin
On Sat, Apr 17, 2010 at 06:08:49PM +0300, Dan Naumov wrote: > I think I am reaching the point where I want to have some kind of sane > and easy to use version/revision control software for my various > personal files and small projects. We are talking about varied kind of > data, ranging from binar

Re: version/revision control software for things mostly not source

2010-04-17 Thread Roland Smith
On Sat, Apr 17, 2010 at 06:08:49PM +0300, Dan Naumov wrote: > I think I am reaching the point where I want to have some kind of sane > and easy to use version/revision control software for my various > personal files and small projects. We are talking about varied kind of > data, ranging from binar

Re: version/revision control software for things mostly not source

2010-04-17 Thread C. P. Ghost
On Sat, Apr 17, 2010 at 5:08 PM, Dan Naumov wrote: > I think I am reaching the point where I want to have some kind of sane > and easy to use version/revision control software for my various > personal files and small projects. You're looking for a versioning file system? http://en.wikipedia.org

Re: Version 5.4

2008-05-27 Thread pete wright
On Tue, May 27, 2008 at 10:43 AM, Dennis Kirschling <[EMAIL PROTECTED]> wrote: > Hi, > > > > I have a customer running BSD that has been informed that he needs to > upgrade his Apache product. I have a wealth of experience with SCO > products but very little with BSD. The Apache that they are ope

Re: version of syslogd

2008-02-19 Thread Ivan Voras
brom wrote: > Hello, > > I have a short question, how I can determinate version of syslogd? > FreeBSD 6.2 > > I need version for resolve some issues. > Thanks in advance! For the binary: > ident /usr/sbin/syslogd | grep syslogd /usr/sbin/syslogd: $FreeBSD: src/usr.sbin/syslogd/syslogd.c,v

Re: version of syslogd

2008-02-19 Thread Wojciech Puchar
I have a short question, how I can determinate version of syslogd? FreeBSD 6.2 it is part of FreeBSD 6.2, there are no versions for it's components ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questio

Re: version of syslogd

2008-02-19 Thread Pietro Cerutti
brom wrote: > Hello, > > I have a short question, how I can determinate version of syslogd? > FreeBSD 6.2 By looking at the source code, just below the copyright note: http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/syslogd/syslogd.c?rev=1.144.2.3;content-type=text%2Fx-cvsweb-markup;only_with

Re: Version 5.4

2007-12-11 Thread Erik Norgaard
Ham, Jason B. [C] wrote: I have a question as to whether there is support for the free bsd version 5.4. Please advise. The latest and last release on the RELENG_5 branch is 5.5, 5.4 is not supported as I understand. In any case it is a good idea to plan migration to 6.x or 7.0. 6.x will beco

Re: Version 5.4

2007-12-11 Thread Roland Smith
On Tue, Dec 11, 2007 at 02:21:50PM -0600, Ham, Jason B. [C] wrote: > I have a question as to whether there is support for the free bsd > version 5.4. Please advise. Officially, 5.4 isn't supported by the FreeBSD project anymore. See http://www.freebsd.org/releng/index.html#freeze Having said th

Re: Version of top included in FreeBSD

2007-09-05 Thread Giorgos Keramidas
On 2007-09-04 22:08, Bruce Cran <[EMAIL PROTECTED]> wrote: > I've noticed that the version of top included in FreeBSD is 3.5beta12 > and a new version 3.6 was released last year (see > http://sourceforge.net/projects/unixtop). I realise fixes and > improvements have been made locally in the 3 yea

RE: Version of top included in FreeBSD

2007-09-04 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Bruce Cran > Sent: Tuesday, September 04, 2007 2:08 PM > To: [EMAIL PROTECTED] > Subject: Version of top included in FreeBSD > > > I've noticed that the version of top included in FreeBSD is 3.5beta12

Re: version 6!

2005-12-13 Thread John Nielsen
After realizing how long I made this little explanation, I decided it might be helpful to someone if I made it available on the freebsd-questions mailing list. List: take the following for what it's worth. On Tuesday 13 December 2005 07:00 pm, ntkonn wrote: > Crap amighty, I just upgraded FreeB

Re: version 6 ?

2005-07-31 Thread Robert Slade
On Sun, 2005-07-31 at 09:42, Glenn Dawson wrote: > At 02:10 AM 7/31/2005, Justin Wert wrote: > >To whom it may concern, > > > >im just a little confused, im seeing a many referances to version 6 on > >your website, but i can't physically find it anywhere. is this a > >version currently being worke

Re: version 6 ?

2005-07-31 Thread Glenn Dawson
At 02:10 AM 7/31/2005, Justin Wert wrote: To whom it may concern, im just a little confused, im seeing a many referances to version 6 on your website, but i can't physically find it anywhere. is this a version currently being worked on? or released for certain architectures? some more informat

Re: Version Macro

2004-09-08 Thread Giorgos Keramidas
On 2004-09-07 15:50, Mmaist <[EMAIL PROTECTED]> wrote: > Hi, > I\'ve looked for a macro showing FreeBSD version in sys/* but I\'ve not met > something interesting. Somebody knows where I could find something of this > genre? This should print an important version number. #include

Re: Version query for a new machine

2004-06-12 Thread Matthew Seaman
On Fri, Jun 11, 2004 at 08:39:58PM -0400, Louis LeBlanc wrote: > Now to decide whether to change my IMAP server. Any recommendations? Try mail/dovecot -- works very nicely for me, and seems to be able to cope with the ideosyncracies of pretty much every commonoly used IMAP client out there. S

IMAP server (was Re: Version query for a new machine)

2004-06-11 Thread Bill Moran
Louis LeBlanc <[EMAIL PROTECTED]> wrote: > Now to decide whether to change my IMAP server. Any recommendations? > > I'm using Cyrus now, but I suspect it may be paramount to using a > shotgun to kill a gnat. I have like 3 users, and each one has a login > anyway (to accomodate Samba shares). I

Re: Version query for a new machine

2004-06-11 Thread Louis LeBlanc
On 06/11/04 08:18 PM, Bill Moran sat at the `puter and typed: > Louis LeBlanc <[EMAIL PROTECTED]> wrote: > > > > I know nobody is going to "guarantee" their answer to this one, but is > > RELENG_5_2 reliable enough for a moderately loaded system? If it is, > > are the gains worth the supposedly l

Re: Version query for a new machine

2004-06-11 Thread Bill Moran
Louis LeBlanc <[EMAIL PROTECTED]> wrote: > Hey everyone. After my CPU fan (or was it the hard drive?) spent a > day or two screeching constantly at high frequencies (and volume), I > finally broke down and ordered a new PC. The problem is what to > install on it. > > The new system is a Dell Dim

RE: Version of Apache to install from /usr/ports [Wrapup]

2003-04-02 Thread Colin J. Raven
On Monday March 31 2003, Jeff Jirsa wrote (AND Andrew Boothman concurred with); > apache2 is the newest version, but I'm not sure it supports > all of the modules yet. apache13 is "stable" and well known, > and you could probably get away with installing that. > Apache13 is in...serving pages a

Re: Version of Apache to install from /usr/ports

2003-03-31 Thread Andrew Boothman
Jeff Jirsa wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 31 Mar 2003, Colin J. Raven wrote: Hi all! FINALLY got FreeBSD installed and playing nice. Now to set some stuff up. I could use some help here if someone could spare a few minutes 1. Apache: what version should I inst

Re: Version of Apache to install from /usr/ports

2003-03-31 Thread Jeff Jirsa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 31 Mar 2003, Colin J. Raven wrote: > Hi all! > FINALLY got FreeBSD installed and playing nice. > Now to set some stuff up. I could use some help here if someone could > spare a few minutes > 1. Apache: what version should I install from /u

Re: Version of Apache to install from /usr/ports

2003-03-31 Thread Moritz Fromwald
HI PHP4 can be found under /usr/ports/www/mod_php4, have a look at www.php.net section documentation mysql is in /usr/ports/databases/mysql see www.mysql.com for documentation greez moe Von:"Colin J. Raven" <[EMAIL PROTECTED]> An: <[EMAIL PROTECTED]> Dat

Re: Version of copyright on regexp?

2002-07-11 Thread Roman Neuhauser
> Date: Wed, 10 Jul 2002 12:00:52 +0200 > From: Niklas Gertoft <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Version of copyright on regexp? > > Looking at regexp there is one copyright in the package on the > FTP server while there is another one on the web site. > > In package on FTP