Re: libm alternative in ports

2010-11-23 Thread Alexander Best
On Tue Nov 23 10, Chris Brennan wrote: On Tue, Nov 23, 2010 at 4:00 PM, Alexander Best arun...@freebsd.org wrote: hi there, does anybody if there's an alternative for libm in the ports dir? i need it, because the newest snapshots of mplayer require log2() and log2f(), which

Re: libm alternative in ports

2010-11-23 Thread Tobias
On Tue, Nov 23, 2010 at 4:15 PM, Alexander Best arun...@freebsd.org wrote: On Tue Nov 23 10, Chris Brennan wrote: On Tue, Nov 23, 2010 at 4:00 PM, Alexander Best arun...@freebsd.org wrote: hi there, does anybody if there's an alternative for libm in the ports dir? i need

Re: libm alternative in ports

2010-11-23 Thread Alexander Best
for libm in the ports dir? i need it, because the newest snapshots of mplayer require log2() and log2f(), which the base libm doesn't support. cheers. alex Can't you just calculate it yourself? log2(n) = log10(n)/log10(2)? http://logbase2.blogspot.com/2007/12/log

Re: /usr/ports/net-im/ejabberd

2010-11-17 Thread Mark Shroyer
On 11/15/2010 9:26 AM, t...@diogunix.com wrote: surprisingly, the port for /usr/ports/net-im/ejabberd too tries to build a bunch of software usually not associated with ejabberd (such as a lot of Java, X11, OpenMotif, GTK and don't know what else). After hours, the build of ejabberd

/usr/ports/net-im/ejabberd

2010-11-15 Thread t...@diogunix.com
Hi ALL, surprisingly, the port for /usr/ports/net-im/ejabberd too tries to build a bunch of software usually not associated with ejabberd (such as a lot of Java, X11, OpenMotif, GTK and don't know what else). After hours, the build of ejabberd then failed with: /local/include -rpath=/usr

/usr/ports/mail/mutt broken ?

2010-11-13 Thread t...@diogunix.com
Hello everybody, just tried to build /usr/ports/mail/mutt but surprisingly got stuck with an Error 1 though the ports collectionis updated and well maintained: m_err -lcrypto -lasn1 -lroken -lcrypt -lssl -lcrypto -lintl -liconv -liconv muttlib.o(.text+0x12f2): In function `mutt_mktemp

Managing ports on multiple jails

2010-11-01 Thread David N
Hi, I have multiple jails using ezjails, approx 20. I'm currently doing portsnap fetch update ezjail-admin update -P then doing a portmaster -Bad on each jail, but its pretty time consuming, esp when you have to peridically come back and check if its done and do the next one. I've tried

Re: Managing ports on multiple jails

2010-11-01 Thread Roland Smith
or jail as the build box. Only this box/jail needs a ports tree. The others don't need /usr/ports, nor /var/db/ports or /var/db/pkg. 2a) In case of real boxes, rsync /usr/local from the build box to the other boxes. Then re-start updated ports. 2b) In case of jails, have all but the build

4.5.4 Upgrading Ports (Handbook)

2010-10-22 Thread Justin Victoria
Hi, I have a pretty simple question regarding upgrading ports.. I am following the handbook Section 4.5.4.. Step 1: pkg_version -v: Ok done.. bunch of stuff needs updating: Ex: hbca# pkg_version -v | grep -v up-to-date with port ImageMagick-6.6.3.10 needs updating (port

Re: 4.5.4 Upgrading Ports (Handbook)

2010-10-22 Thread Rod Person
At 10:41 AM 10/22/2010, Justin Victoria wrote: hbca# pkgdb -F --- Checking the package registry database Stale origin: 'net/samba3': perhaps moved or obsoleted. - The port 'net/samba3' was removed on 2010-10-18 because: Has expired: Unsupported by the upstream. Please, consider to

Re: 4.5.4 Upgrading Ports (Handbook)

2010-10-22 Thread Warren Block
On Fri, 22 Oct 2010, Justin Victoria wrote: Step 1: pkg_version -v: Ok done.. bunch of stuff needs updating: ... Step 2: Update Ports collection: Ports collection updated everynite via cron job and cvsup. Done... Check /usr/ports/UPDATING.. This seems very time consuming considering i

Re: 4.5.4 Upgrading Ports (Handbook)

2010-10-22 Thread Justin Victoria
updating (port has 3.4.9) pkg_version -v is telling me samba is up-to-date with index samba34-libsmbclient-3.4.8 needs updating.. ok. step 2, check /usr/ports/UPDATING hbca# grep samba-3.0.37 /usr/ports/UPDATING hbca# grep -i samba-3.0.37 /usr/ports/UPDATING hbca# grep -i samba34-lib /usr

Re: 4.5.4 Upgrading Ports (Handbook)

2010-10-22 Thread Warren Block
with index samba34-libsmbclient-3.4.8 needs updating (port has 3.4.9) pkg_version -v is telling me samba is up-to-date with index samba34-libsmbclient-3.4.8 needs updating.. ok. step 2, check /usr/ports/UPDATING hbca# grep samba-3.0.37 /usr/ports/UPDATING Grepping for specific things

rugy-pg and rubygem-pg in ports

2010-10-20 Thread Chad Perrin
Is there any particular reason there are two copies of the PostgreSQL library for the Ruby programming language in FreeBSD ports? Do the ruby-pg and rubygem-pg ports differ in some meaningful way? The pkg-descr files for these ports do not give any really substantial clues to what differences

third-party ports/packages sources

2010-10-06 Thread Chad Perrin
Is there some way to set up a third-party online source for ports and/or packages that allows users to do the same kinds of things they can do with the official ports system? I mean, for instance, using portversion to check whether there are new versions available (or an equivalent operation

Re: third-party ports/packages sources

2010-10-06 Thread Matthew Seaman
On 06/10/2010 19:06:01, Chad Perrin wrote: Is there some way to set up a third-party online source for ports and/or packages that allows users to do the same kinds of things they can do with the official ports system? I mean, for instance, using portversion to check whether there are new

Re: third-party ports/packages sources

2010-10-06 Thread Chad Perrin
On Wed, Oct 06, 2010 at 10:18:54PM +0100, Matthew Seaman wrote: [stuff] Thanks! That gives me a lot to look into. I appreciate the information. -- Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ] pgpnxxRo3nzZg.pgp Description: PGP signature

Re: IPFW firewall and TCP ports

2010-09-30 Thread Ian Smith
on technics .. $cmd set 1 deny log all from table\(1\) to any in via $pif The above is the first entry in my rules file. I know that IPFW is working since I have blocked other ports for other services and it has worked correctly. The problem is that these IPs are not being blocked. I

Re: IPFW firewall and TCP ports

2010-09-30 Thread Ian Smith
On Thu, 30 Sep 2010, Ian Smith wrote: countries are long gone. For some scientific (and policy) rationale of the increasingly fragmented nature of new allocations down to /22 (ie 64 IP addresses) have a look at http://www.potaroo.net/tools/ipv4/ Oops; a /22 allocation is of course 4

/usr/ports via NFS on several servers adn parralell portupgrade

2010-09-30 Thread c0re
Hello all! I found one problem using portupgrade on a number of servers, that has NFS mounter /usr/ports from one server. On one server portupgrade sometimes want to rebuild /usr/ports/INDEX-7.db. While it rebuilds, another portupgrade running on second server suddenly wants to rebuild INDEX-7

IPFW firewall and TCP ports

2010-09-29 Thread Carmel
. ipfw -q table 1 add 60.0.0.0/8 ipfw -q table 1 add 61.0.0.0/8 $cmd set 1 deny log all from table\(1\) to any in via $pif The above is the first entry in my rules file. I know that IPFW is working since I have blocked other ports for other services and it has worked correctly. The problem

Re: IPFW firewall and TCP ports

2010-09-29 Thread Bas Smeelen
# will put them into a table for easier handling. ipfw -q table 1 add 60.0.0.0/8 ipfw -q table 1 add 61.0.0.0/8 $cmd set 1 deny log all from table\(1\) to any in via $pif The above is the first entry in my rules file. I know that IPFW is working since I have blocked other ports for other

Re: Media Packages Vs. Ports

2010-09-25 Thread Matthew Seaman
On 25/09/2010 01:10:57, Devin Teske wrote: HINT: If you created the package from the ports tree, you can say make describe in the package's top-level port directory (e.g. /usr/ports/pkg_origin/some_pkg). This will produce a line that can be added to the INDEX file without much modification

Re: Media Packages Vs. Ports

2010-09-24 Thread Rick Miller
On Tue, Sep 21, 2010 at 3:55 PM, Adam Vande More amvandem...@gmail.com wrote: On Tue, Sep 21, 2010 at 11:41 AM, vrwmil...@gmail.com wrote:  Is it possible to take a port, make a package of it and put it in the packages directory of my own media? Sure it's easy.  When build a port you can

Re: Re: Media Packages Vs. Ports

2010-09-24 Thread vrwmiller
the file? I did figure out one way to get this to work. I copied the entry for the port from the ports index file into the packages index file and it worked. Whether or not it's an appropriate way, I am unsure. ___ freebsd-questions@freebsd.org

Re: Media Packages Vs. Ports

2010-09-24 Thread Lowell Gilbert
Rick Miller vmil...@hostileadmin.com writes: On Tue, Sep 21, 2010 at 3:55 PM, Adam Vande More amvandem...@gmail.com wrote: On Tue, Sep 21, 2010 at 11:41 AM, vrwmil...@gmail.com wrote:  Is it possible to take a port, make a package of it and put it in the packages directory of my own media?

Re: Media Packages Vs. Ports

2010-09-24 Thread Devin Teske
On Fri, 2010-09-24 at 10:54 -0400, Rick Miller wrote: I've created the package and copied it to the networked media. How do I edit the INDEX file so that it knows how to get the file? HINT: If you created the package from the ports tree, you can say make describe in the package's top-level

Re: Re: Media Packages Vs. Ports

2010-09-22 Thread vrwmiller
. However, it is available through the ports collection. You'll probably want to do something like this: http://bsdbased.com/2010/03/23/freebsd-binary-package-repository-howto FWIW, that's not the end all, be all to setting up your own package repository just a reasonably simple method

Re: why is the PHP stuff line off by default in ports/lang/php5?

2010-09-21 Thread Ian Smith
adage :) I've been subscribed to questions for over 12 years, and most of these discussions were much longer ago than two. I expect most such discussion would have been on ports@ and perhaps other lists many/most of us don't follow. Whether packages of just the module and the necessary updates

Media Packages Vs. Ports

2010-09-21 Thread vrwmiller
. Unfortunately, it does not appear that this package exists in the FreeBSD media from which the install occurs. However, it is available through the ports collection. What is the relationship between the packages directory on the media and the ports collection? Is there a process that identifies

Re: Media Packages Vs. Ports

2010-09-21 Thread Adam Vande More
compat6x-amd64 and I'd like to have this done during install. Unfortunately, it does not appear that this package exists in the FreeBSD media from which the install occurs. However, it is available through the ports collection. You'll probably want to do something like this: http://bsdbased.com/2010

Re: why is the PHP stuff line off by default in ports/lang/php5?

2010-09-20 Thread Rob Farmer
On Mon, Sep 20, 2010 at 08:00, d...@safeport.com wrote: I think that response was not all that unreasonable. I'm not sure if you are referring to me or ale here.   3) I think (proof left to the reader) there is an apache/php package. There's not. There's no way to run pkg_add -r whatever and

Re: why is the PHP stuff line off by default in ports/lang/php5?

2010-09-20 Thread Matthew Seaman
, but you'ld need several different php5-apache ports to account for the different versions of apache available: 1.3, 2.0, 2.2 at least -- or rather, the corresponding versions of devel/apr. apr itself can depend optionally on mysql, postgresql, openldap, etc. etc. -- each combination of options

Re: extra open ports in rkhunter

2010-09-20 Thread Carl Johnson
Carl Johnson ca...@peak.org writes: I am running rkhunter and it keeps reporting a port inconsistency between sockstat and netstat -a. Netstat shows an extra 5 ports open, but netstat doesn't show what is holding ports open, so I don't know what they are. Does anybody know how to determine

Re: why is the PHP stuff line off by default in ports/lang/php5?

2010-09-20 Thread Alex Dupre
Rob Farmer ha scritto: Adding a slave port would probably be a good solution and shouldn't be too difficult. This issue has been discussed too many times. The answer is simply no, but you can search the archives for the actual reason. You have to comile the module for your specific apache

Re: why is the PHP stuff line off by default in ports/lang/php5?

2010-09-20 Thread Ian Smith
On Mon, 20 Sep 2010, Alex Dupre wrote: Rob Farmer ha scritto: Adding a slave port would probably be a good solution and shouldn't be too difficult. This issue has been discussed too many times. The answer is simply no, but you can search the archives for the actual reason. You have

Re: why is the PHP stuff line off by default in ports/lang/php5?

2010-09-20 Thread Rob Farmer
On Mon, Sep 20, 2010 at 00:45, Alex Dupre a...@freebsd.org wrote: This issue has been discussed too many times. The answer is simply no, but you can search the archives for the actual reason. You have to comile the module for your specific apache installation. -- Alex Dupre If you can't be

Re: why is the PHP stuff line off by default in ports/lang/php5?

2010-09-20 Thread doug
]. 2) apache builds w/o php, and should php4, php5, or php6 be included by default? The base apache httpd.conf file requires several statement to support php, they should not have to be removed if php is not installed. Having the base of any port install other packages/ports

Re: why is the PHP stuff line off by default in ports/lang/php5?

2010-09-20 Thread Michael Powell
in UPDATING. I have been updating Apache and PHP with portupgrade for years. I also recognize that a change in port build options may render the saved options file under the corresponding port directory in /var/db/ports invalid. When and if such a thing occurs it is up to me to recognize and adjust

Re: why is the PHP stuff line off by default in ports/lang/php5?

2010-09-19 Thread Ian Smith
installs PHP to use with Apache, but I guess that maybe half do. This comes up many times in the last 5 or so years since you could last install the module from a package rather than only the port. It's also one of those ports that takes a good while to build on slower hardware (which of course

Re: extra open ports in rkhunter

2010-09-19 Thread Carl Johnson
processes are accounted for by both sockstat and netstat. I decided to check out your idea anyways today, and it appears you were right. I disabled and stopped all NFS and rpc processes and those extra ports disappeared from the netstat listing. None of those ports are listed as related to anything

Re: why is the PHP stuff line off by default in ports/lang/php5?

2010-09-19 Thread Rob Farmer
, and mod_php5/libphp5.so is strictly for Apache. No, not everyone installs PHP to use with Apache, but I guess that maybe half do.  This comes up many times in the last 5 or so years since you could last install the module from a package rather than only the port. It's also one of those ports

extra open ports in rkhunter

2010-09-18 Thread Carl Johnson
I am running rkhunter and it keeps reporting a port inconsistency between sockstat and netstat -a. Netstat shows an extra 5 ports open, but netstat doesn't show what is holding ports open, so I don't know what they are. Does anybody know how to determine what is holding open a port? I have been

Re: extra open ports in rkhunter

2010-09-18 Thread Chuck Swiger
Hi-- On Sep 18, 2010, at 4:27 PM, Carl Johnson wrote: The following are the ports if anybody has any ideas, but I would also like to know how to trace them down myself: tcp4 0 0 *.876 *.*LISTEN tcp6 0 0 *.921

Re: extra open ports in rkhunter

2010-09-18 Thread Anonymous
Chuck Swiger cswi...@mac.com writes: Hi-- On Sep 18, 2010, at 4:27 PM, Carl Johnson wrote: The following are the ports if anybody has any ideas, but I would also like to know how to trace them down myself: tcp4 0 0 *.876 *.*LISTEN tcp6

Re: extra open ports in rkhunter

2010-09-18 Thread Carl Johnson
Chuck Swiger cswi...@mac.com writes: Hi-- On Sep 18, 2010, at 4:27 PM, Carl Johnson wrote: The following are the ports if anybody has any ideas, but I would also like to know how to trace them down myself: tcp4 0 0 *.876 *.*LISTEN tcp6

Re: extra open ports in rkhunter

2010-09-18 Thread Carl Johnson
Anonymous swel...@gmail.com writes: Chuck Swiger cswi...@mac.com writes: Hi-- On Sep 18, 2010, at 4:27 PM, Carl Johnson wrote: The following are the ports if anybody has any ideas, but I would also like to know how to trace them down myself: tcp4 0 0 *.876

Can I compile sendmail simply through the ports collection?

2010-09-17 Thread Aflatoon Aflatooni
Hi, I was wondering if I can simply recompile sendmail from the ports collection for FreeBSD 7.1 server. I need to recompile the sendmail on the server to add Cyrus SASL2 support. The instructions on FreeBSD point to src /usr/src/usr.sbin/sendmail which doesn't exist and I was wondering if I

Re: Can I compile sendmail simply through the ports collection?

2010-09-17 Thread Matthew Seaman
On 17/09/2010 22:36:07, Aflatoon Aflatooni wrote: Hi, I was wondering if I can simply recompile sendmail from the ports collection for FreeBSD 7.1 server. I need to recompile the sendmail on the server to add Cyrus SASL2 support. The instructions on FreeBSD point to src /usr/src

Re: why is the PHP stuff line off by default in ports/lang/php5?

2010-09-17 Thread patrick
or some other port management utility for upgrades, there are ways to set the default options for the ports you use. Hindsight is 20/20, but I'll go out on a limb here and say that it's generally considered good practice to test software after upgrading -- particularly if it's a web server running

why is the PHP stuff line off by default in ports/lang/php5?

2010-09-16 Thread Gary Kline
have a new KVM switch. I do need direct control of the console for many reasons, but mostly to portupgrad ports. In the months since I first got ethic working, everything _but_ X11 worked. In late August I upgraded apache and php5, rebooted, and just-assumed {TM} that apache22 was working

freebsd 6.4 - 7.3 upgrade failure, ports openssl, and libz.so.3 versus libz.so.4

2010-09-14 Thread Benno Overeinder
Hi, I am upgrading a system from freebsd 6.4 to freebsd 7.3 from source. On this system, the ports openssl package has been installed. With the make buildworld, the compilation of sendmail fails with the message: /usr/obj/usr/src/tmp/usr/bin/ld: warning: libz.so.3, needed by /usr/local/lib

ports: customer database

2010-09-08 Thread Matthias Apitz
Hello, I'm looking for something which can be used as a small customer database to store: name, contacts, system environment, comments; it should be managed via browser; is the something in the ports or some other Open Source, ready for FreeBSD (before building something by my own based on GNATS

Re: Cleaned out /usr/local when reinstalling ports, now keyboard in X is not localized

2010-08-31 Thread Leslie Jensen
On 2010-08-30 21:02, Bernt Hansson wrote: Put this in your .xinitrc setxkbmap se Thanks for the suggestion! I wonder, is this metod the correct way. According to the handbook one should use the /usr/local/etc/hal/fdi/policy/x11-input.fdi file. /Leslie

Re: Cleaned out /usr/local when reinstalling ports, now keyboard in X is not localized

2010-08-31 Thread Bernt Hansson
2010-08-31 10:29, Leslie Jensen skrev: On 2010-08-30 21:02, Bernt Hansson wrote: Put this in your .xinitrc setxkbmap se Thanks for the suggestion! I wonder, is this metod the correct way. I think so, as long X is concerned. According to the handbook one should use the

Re: Cleaned out /usr/local when reinstalling ports, now keyboard in X is not localized

2010-08-31 Thread Jerry
On Tue, 31 Aug 2010 12:38:57 +0200 Bernt Hansson be...@bah.homeip.net articulated: 2010-08-31 10:29, Leslie Jensen skrev: On 2010-08-30 21:02, Bernt Hansson wrote: Put this in your .xinitrc setxkbmap se Thanks for the suggestion! I wonder, is this metod the correct way. I

Re: Cleaned out /usr/local when reinstalling ports, now keyboard in X is not localized

2010-08-31 Thread Leslie Jensen
On 2010-08-31 12:38, Bernt Hansson wrote: 2010-08-31 10:29, Leslie Jensen skrev: On 2010-08-30 21:02, Bernt Hansson wrote: Put this in your .xinitrc setxkbmap se Thanks for the suggestion! I wonder, is this metod the correct way. I think so, as long X is concerned. According to

Cleaned out /usr/local when reinstalling ports, now keyboard in X is not localized

2010-08-30 Thread Leslie Jensen
Hello After upgrading to xorg-7.5 on 8.1-RELEASE I've got a problem with X not reading my /usr/local/etc/hal/fdi/policy/x11-input.fdi --- ?xml version=1.0 encoding=ISO-8859-1? deviceinfo version=0.2 device match key=info.capabilities

Re: Cleaned out /usr/local when reinstalling ports, now keyboard in X is not localized

2010-08-30 Thread Bernt Hansson
Put this in your .xinitrc setxkbmap se 2010-08-30 15:06, Leslie Jensen skrev: Hello After upgrading to xorg-7.5 on 8.1-RELEASE I've got a problem with X not reading my /usr/local/etc/hal/fdi/policy/x11-input.fdi --- ?xml version=1.0

Re: ports database

2010-08-29 Thread Peter Boosten
On 29-8-2010 0:59, per...@pluto.rain.com wrote: Polytropon free...@edvax.de wrote: tar -cf ports.tar /usr/port It should be, better suited: # cd /usr # tar cf ports.tar ports So one could do tar xf ports.tar in the target machine's /usr ... Better put the created

Re: ports database

2010-08-29 Thread Chad Perrin
On Sat, Aug 28, 2010 at 08:36:18PM +0200, Polytropon wrote: On Sat, 28 Aug 2010 11:07:45 -0600, Chad Perrin per...@apotheon.com wrote: Is that supposed to say this? tar -cf ports.tar /usr/port I think the - infront of the options string isn't neccessary for tar, but it's

Re: ports database

2010-08-29 Thread Polytropon
On Sat, 28 Aug 2010 15:59:25 -0700, per...@pluto.rain.com wrote: Polytropon free...@edvax.de wrote: tar -cf ports.tar /usr/port It should be, better suited: # cd /usr # tar cf ports.tar ports So one could do tar xf ports.tar in the target machine's /usr

Re: ports database

2010-08-28 Thread Chad Perrin
On Thu, Aug 26, 2010 at 09:53:46PM +0200, Polytropon wrote: At least you need one machine with Internet connection to get the ports update, e. g. using portsnap fetch extract or make update (using csup). Once done, tar cf ports.tar /usr/ports and transfer the file to the server without

Re: ports database

2010-08-28 Thread Polytropon
On Sat, 28 Aug 2010 11:07:45 -0600, Chad Perrin per...@apotheon.com wrote: On Thu, Aug 26, 2010 at 09:53:46PM +0200, Polytropon wrote: At least you need one machine with Internet connection to get the ports update, e. g. using portsnap fetch extract or make update (using csup). Once done

Re: ports database

2010-08-28 Thread perryh
Polytropon free...@edvax.de wrote: tar -cf ports.tar /usr/port It should be, better suited: # cd /usr # tar cf ports.tar ports So one could do tar xf ports.tar in the target machine's /usr ... Better put the created tarfile somewhere other than in the directory

ports database

2010-08-26 Thread gahn
Hi all: Is it possible to update the database of ports offline. It is nice to use portsnap fetch/extract/update, but I can't use that since one of my server has no connection to the internet... _dave ___ freebsd-questions@freebsd.org

Re: ports database

2010-08-26 Thread Polytropon
On Thu, 26 Aug 2010 12:13:14 -0700 (PDT), gahn ipfr...@yahoo.com wrote: Is it possible to update the database of ports offline. It is nice to use portsnap fetch/extract/update, but I can't use that since one of my server has no connection to the internet... At least you need one machine

Re: ports database

2010-08-26 Thread Adam Vande More
On Thu, Aug 26, 2010 at 2:13 PM, gahn ipfr...@yahoo.com wrote: Hi all: Is it possible to update the database of ports offline. It is nice to use portsnap fetch/extract/update, but I can't use that since one of my server has no connection to the internet... If you have another machine

Re: ports database

2010-08-26 Thread gahn
well, I could just update the database offline, then use another machine download right software and put them in /usr/ports/distfiles... --- On Thu, 8/26/10, Adam Vande More amvandem...@gmail.com wrote: From: Adam Vande More amvandem...@gmail.com Subject: Re: ports database To: gahn ipfr

Re: Upgrading ports while processes are running.

2010-08-17 Thread Beat Siegenthaler
of its deleted modules from disk something could break. Or not; I'm no expert on the ports system, they might have some way of working around this. But as for a pragmatic answer to your question, I err on the side of caution with this stuff Wow, thanks for this perfect description how

Re: Upgrading ports while processes are running.

2010-08-17 Thread RW
On Tue, 17 Aug 2010 10:17:23 +0200 Beat Siegenthaler beat.siegentha...@beatsnet.com wrote: It never causes trouble. The only thing that if I use restart, rc says the daemon is not running (but running fine) . But after reading Your article it is now clear why. I don't think it should be. Most

Re: Upgrading ports while processes are running.

2010-08-17 Thread Danny Carroll
overwriting a running port with a newer version. Hypothetically, you might install a new Python including a new standard library, and if your running (old) Python process tries to load one of its deleted modules from disk something could break. Or not; I'm no expert on the ports system

Re: Upgrading ports while processes are running.

2010-08-17 Thread Charlie Kester
On Tue 17 Aug 2010 at 15:05:27 PDT Danny Carroll wrote: I wonder what happens when you upgrade a port, don't restart, then the following week upgrade it again hmmm. I don't think it would be any different than not restarting it after the first upgrade (assuming the port doesn't try to

Upgrading ports while processes are running.

2010-08-16 Thread Danny Carroll
Hiya All, I just finished upgrading perl on one of my machines and something crossed my mind while it was busy compiling and reinstalling all of the ports that depended on perl. Will a port install fail if it cannot write to a file because it's in-use? Also, is it necessary to restart the server

Re: Upgrading ports while processes are running.

2010-08-16 Thread Polytropon
On Tue, 17 Aug 2010 10:01:03 +1000, Danny Carroll f...@dannysplace.net wrote: Will a port install fail if it cannot write to a file because it's in-use? At least, the step that wants to write will fail, and this will mostly be (finally) signaled by a make error. UNIX doesn't have a file in use

Re: Upgrading ports while processes are running.

2010-08-16 Thread Mark Shroyer
by FreeBSD ports appears to do; from /usr/src/usr.bin/xinstall/install.c: create_newfile(const char *path, int target, struct stat *sbp) { char backup[MAXPATHLEN]; int saved_errno = 0; int newfd; if (target) { /* * Unlink now... avoid

Re: Building and running new package versions not yet in ports?

2010-08-15 Thread Thomas Mueller
Contact the port maintainers in the first instance -- they may well have beta test versions of the ports you can download. Failing that, it is perfectly feasible for you to update a port yourself. Generally, you will want to work on a copy of the port directory somewhere. You can check out

Building and running new package versions not yet in ports?

2010-08-13 Thread Thomas Mueller
What do I do if I want to build and run a package where version in ports collection is not up-to-date, and I want to build and run the current release version of that package, like Abiword 2.8.6 for instance, when version in ports is behind? Or maybe I want to try a new alpha or beta

Re: Building and running new package versions not yet in ports?

2010-08-13 Thread Matthew Seaman
On 13/08/2010 07:44, Thomas Mueller wrote: What do I do if I want to build and run a package where version in ports collection is not up-to-date, and I want to build and run the current release version of that package, like Abiword 2.8.6 for instance, when version in ports is behind? Or maybe

Re: Building and running new package versions not yet in ports?

2010-08-13 Thread Chip Camden
Quoth Matthew Seaman on Friday, 13 August 2010: On 13/08/2010 07:44, Thomas Mueller wrote: What do I do if I want to build and run a package where version in ports collection is not up-to-date, and I want to build and run the current release version of that package, like Abiword 2.8.6

rescan com ports

2010-08-04 Thread claudiu vasadi
Hello guys, my system: 8.0-release i386 my question: Is there a way to manually rescan the com devices ? reason: yesterday I added a USR external modem on one com port and the system did not detect it until a reboot. Is this normal ? btw, is there a way to manually detect newly added hardware ?

Re: Correct syntax of supfile to keep ports upgraded?

2010-07-30 Thread Roland Smith
On Fri, Jul 30, 2010 at 10:20:57AM -0700, Ed Flecko wrote: Hi folks, I'm trying to learn how to keep my FreeBSD 8.0 updated (patched with security updates) the correct (I know that's subjective) way. snip To keep my ports up to date, do I simply need to add: ports-all tag=. to this file

Correct syntax of supfile to keep ports upgraded?

2010-07-30 Thread Ed Flecko
Hi folks, I'm trying to learn how to keep my FreeBSD 8.0 updated (patched with security updates) the correct (I know that's subjective) way. Here's what my supfile looks like now: # If you add any of the ports or doc collections to this file, be sure to # specify them with a tag value set

Re: Correct syntax of supfile to keep ports upgraded?

2010-07-30 Thread Ed Flecko
Thank you Roland; I didn't know portsnap is part of the base install. :-) From a book that I have (Absolute FreeBSD - 2nd Edition), it says PORTSNAP VS. CSUP Use either portsnap(8) or csup(1) to update the Ports Collection, but not both. The two tools are incompatible. csup is most useful

Re: Correct syntax of supfile to keep ports upgraded?

2010-07-30 Thread Balázs Mátéffy
Hi, If you want to stick with cvsup, or csup, you can use the example port updating supfile (if you have the example files). for example: csup -L 2 -g -h cvsup10.us.freebsd.org/usr/share/examples/cvsup/ports-supfile You can check the example file, what csup or cvsup needs in the supfile

Re: Correct syntax of supfile to keep ports upgraded?

2010-07-30 Thread Adam Vande More
On Fri, Jul 30, 2010 at 1:12 PM, Ed Flecko edfle...@gmail.com wrote: Thank you Roland; I didn't know portsnap is part of the base install. :-) From a book that I have (Absolute FreeBSD - 2nd Edition), it says PORTSNAP VS. CSUP Use either portsnap(8) or csup(1) to update the Ports

Re: Correct syntax of supfile to keep ports upgraded?

2010-07-30 Thread Lowell Gilbert
Ed Flecko edfle...@gmail.com writes: To keep my ports up to date, do I simply need to add: ports-all tag=. to this file before running csup or cvsup? Yes. Or just use /usr/share/examples/cvsup/ports-supfile. ___ freebsd-questions@freebsd.org

Re: Correct syntax of supfile to keep ports upgraded?

2010-07-30 Thread Roland Smith
On Fri, Jul 30, 2010 at 11:12:36AM -0700, Ed Flecko wrote: Thank you Roland; I didn't know portsnap is part of the base install. :-) From a book that I have (Absolute FreeBSD - 2nd Edition), it says PORTSNAP VS. CSUP Use either portsnap(8) or csup(1) to update the Ports Collection

ports INDEX file layout?

2010-07-27 Thread Aiza
Where can I find the description of the /usr/ports/INDEX-8 file? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: apps update from ports

2010-07-27 Thread Paul Macdonald
I was wondering about your update strategy. Do you update your apps as soon as a new version is available in the ports ? Or do you follow the if it works, don't touch it strategy ? I'm guessing portupgrade is your preferred way of doing this hence, do you also choose -P or -PP ? I update

Re: apps update from ports

2010-07-27 Thread b. f.
I was wondering about your update strategy. Do you update your apps as soon as a new version is available in the ports ? Or do you follow the if it works, don't touch it strategy ? There is no one strategy that pleases everyone. You'll have to consider the time required to perform updates

Re: ports INDEX file layout?

2010-07-27 Thread Lowell Gilbert
Aiza aiz...@comclark.com writes: Where can I find the description of the /usr/ports/INDEX-8 file? Try bsd.ports.mk. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: apps update from ports

2010-07-27 Thread Polytropon
On Tue, 27 Jul 2010 07:16:15 +0200, claudiu vasadi claudiu.vas...@gmail.com wrote: Hello fellas, I was wondering about your update strategy. Do you update your apps as soon as a new version is available in the ports ? Or do you follow the if it works, don't touch it strategy ? I think you

Re: apps update from ports

2010-07-27 Thread David Brodbeck
On Jul 27, 2010, at 10:53 AM, Polytropon wrote: For servers, especially where I run critical apps, I follow the bugs and announce lists (of the installed programs) to decide if an update is required due to security reasons, then I update. I find the VuXML FreeBSD RSS feed to be quite handy

Re: apps update from ports

2010-07-27 Thread Chip Camden
. That's my experience, too. When I was told that in order to get my wireless device working I would need to upgrade to STABLE, I shuddered with the fearful anticipation of using a development version of the O/S. But it has lived up to the name STABLE. Likewise with recently released ports

apps update from ports

2010-07-26 Thread claudiu vasadi
Hello fellas, I was wondering about your update strategy. Do you update your apps as soon as a new version is available in the ports ? Or do you follow the if it works, don't touch it strategy ? I'm guessing portupgrade is your preferred way of doing this hence, do you also choose -P or -PP

Re: ports INDEX file

2010-07-23 Thread b. f.
Benjamin Lee wrote: On 07/22/2010 06:20 PM, Fbsd8 wrote: I have a pristine install of 8.0. There is no /usr/ports directory yet. I am trying to use the portcheckout port and the porteasy port to just populate the ports tree with only the ports I use. Problem is in both cases the above

Re: ports INDEX file

2010-07-23 Thread Fbsd8
b. f. wrote: Benjamin Lee wrote: On 07/22/2010 06:20 PM, Fbsd8 wrote: I have a pristine install of 8.0. There is no /usr/ports directory yet. I am trying to use the portcheckout port and the porteasy port to just populate the ports tree with only the ports I use. Problem is in both cases

Re: ports INDEX file

2010-07-23 Thread b. f.
will explain what my goal is. First though, I have verified that the /usr/ports/INDEX-8 file can be gotten without the using cvs or cvsup. fetch -m http://www.freebsd.org/ports/INDEX-8.bz2; does if fact work and the data on the file is as of 3 hours ago. So that indicates its being kept current

Re: ports INDEX file

2010-07-23 Thread CyberLeo Kitsana
On 07/23/2010 03:56 AM, Fbsd8 wrote: Now the Freebsd method of the 22,000 individual ports each with 3 to 5 files is a method which has out lived its usefulness. TAKE NOTE: NO FLAME WAR INTENDED. I just think a option should exist for us who don't follow the bleeding edge. Sure to some people

<    3   4   5   6   7   8   9   10   11   12   >