search for: portupgrade

Displaying 20 results from an estimated 90 matches for "portupgrade".

2003 May 27
2
portupgrade issue 4.8-STABLE
Hi all, Having a bit of a problem with portupgrade on a -STABLE machine: [root@erwin]/root: portupgrade -aRn ---> Session started at: Tue, 27 May 2003 22:54:00 +1000 closed stream ---> Session ended at: Tue, 27 May 2003 22:54:01 +1000 (consumed 00:00:01) [root@erwin]/root: pkgdb -F does the same thing. Any clues? cheers, Rob [root@erwi...
2003 Jul 21
1
portupgrade -PP needs glasses ?
does anybody have the same problem as I have : (running CURRENT, but the problem occurs on STABLE too) latest portupgrade, ports cvsuped today. fully reproductible with any package... am i missing something ? i hope yes... portinstall -PP teTeX ---> Checking the availability of the latest package of 'print/teTeX' ---> Fetching the package(s) for 'teTeX-2.0.2_2' (print/teTeX) ---> Fetching...
2003 Nov 04
10
portupgrade and PHP
Hello, When I run portupgrade -ra and PHP needs upgrading I am faced with having to select all the options I want PHP compiled with (again). I hate this. How can I continually compile PHP with the same options as the last time? Thanks! Rick
2003 Apr 25
4
ruby & portupgrade
I am trying to do an install of portupgrade. As root, I go to /usr/ports/sysutils/portupgrade and run make install distclean The system seems to obtain the pkgtools and some upgrades to it, but is unable to obtain the required bdb1-0.1.8.tar.gz. I have also looked at the collection at the freebsd site and tried the ftp site myself (...
2007 Sep 06
1
freebsd and latest non-devel port installations
hi, i''ve run into somewhat of a snag with my puppet instances: when i try to have puppet install a port via portupgrade, it seems to step up each version in ports to the latest, if there are multiple versions. i''ve run into this with two ports so far: vim and postfix. my package line is: package { postfix: ensure => latest } i am however able to specify the version i''d like via: package {...
2007 Oct 01
5
freebsd ports provider patch to use ports tree directly
The included patch is what I''ve been able to throw together in a few hours after studying the pkgtools code. All I''m using the library for at the moment is to resolve the proper base location of the ports tree, but at least by invoking make directly instead of through portupgrade it works *a lot* better. Is there a proper way to include/require a third party ruby library? The way it is now, if ports.rb was invoked, puppetd will blow up. Is there some check somewhere to determine if portupgrade is installed? -- Russell A. Jackson <raj@csub.edu> Network Analyst Ca...
2010 Dec 16
3
Samba upgrade HowTo requested
Dear Samba friends, Last weekend I decided to upgrade the samba server. We were running Samba 3.3 something and FreeBSD portupgrade was complaining that this version should be removed and assumingly replaced by the newest version. I removed the package via portupgrade and installed the 3.5.6 version. The upgrade went quite smoothly in general, but I encountered some difficulties with the printer drivers. Before the upgrade we...
2010 Dec 16
3
Samba upgrade HowTo requested
Dear Samba friends, Last weekend I decided to upgrade the samba server. We were running Samba 3.3 something and FreeBSD portupgrade was complaining that this version should be removed and assumingly replaced by the newest version. I removed the package via portupgrade and installed the 3.5.6 version. The upgrade went quite smoothly in general, but I encountered some difficulties with the printer drivers. Before the upgrade we...
2013 Jun 26
4
portupgrade(1) | portmaster(8) -- which is more effective for large upgrade?
...ree, which is why I've waited so long. Try as I might, I've had great difficulty finding something that will _only_ upgrade what I already have installed, _and_ respect the "options" used during the original make && make install, or those options expressed in make.conf. As portupgrade(1) && portmaster(8) appear to be the most used in this scenario, I'm soliciting opinions on which of these works best, or if there is something else to better manage this situation. Is there such a thing as a FreeBSD upgrade "easy button"? Thank you for all your consideration...
2013 Jul 03
1
curl and CVE-2013-2174
...It may sound a silly question. I have curl installed: # pkg_info |grep curl curl-7.24.0_3 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) Today portsnap updated the ftp/curl port, and patch-CVE-2013-2174 appeared in files/, but the port version remained such that portaudit, and portupgrade still complain about curl's version. What is the recommended way to upgrade the package? # portupgrade curl-7.24.0_3 ---> Upgrading 'curl-7.24.0_3' to 'curl-7.24.0_4' (ftp/curl) ---> Building '/usr/ports/ftp/curl' ===> Cleaning for curl-7.24.0_4 ===> cu...
2003 Jul 08
4
Hardening production servers
...e list, but my questions are about best practices in maintaining production servers (so I believe I can justify a post in -stable, short of a -release list :) I maintain a modest installation of 6 FreeBSD servers. They're CVSUP'd to RELENG_4_8 (I make buildworld on each individually) and I portupgrade ports as necessary. In an attempt to mature and harden this installation, I'm wondering what is the best approach for keeping production servers patched and with the latest ports. I know that compiling everything on each box is poor security practice and a unnecessary drain on resources. But I&...
2003 May 19
1
fontconfig and FT_Get_BDF_Property
...2.2.0, fc-cache -vf gives me an error: /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libfontconfig.so.1: Undefined symbol "FT_Get_BDF_Property" when it tries to build the cache for non bitmapped fonts. I have: 1. updated my CVS ports tree 2. rebuilt fontconfig, freetype, expat and Xft using portupgrade (portupgrade -frR ) 3. rebuilt my all (portupgrade -afr) and fc-cache still chokes. XFree86-clients, XFree86-fontScalable and several other ports also fail to build with the same error. There is only one copy of libfontconfig.so.1 in ldconfig -r. I'm sure that there is something really obvi...
2003 May 26
1
portupgrade issue
I am running 4.8-STABLE. I recently did a cvsup (repeatedly, most recently today). Ever since, portupgrade dies with the following messages: zircon# portupgrade -r pkgconfig /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:310:in `deorigin': failed to convert nil into String (PkgDB::DBError) from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:903:in `tsort_build' from /usr/local/lib/ruby...
2007 Aug 12
4
freebsd ports provider
...kg_add. So, as you can see, it really doesn''t matter which one you use. The reason using ports directly is desirable is that the official pre-built packages availabe on the project servers and mirrors lag behind CVS by a wide margin. Now the reason why I bring this up is because of how portupgrade is being executed in the ports provider: -p -N -P -M BATCH=yes The -p is unnecessary and only wastes time generating the package tarball when the port is installed just fine without it. It also will fill up the /usr partition as it populates /usr/ports/packages with every version of the port...
2006 May 22
12
FreeBSD Security Survey
Dear FreeBSD users and system administrators, While the FreeBSD Security Team has traditionally been very good at investigating and responding to security issues in FreeBSD, this only solves half of the security problem: Unless users and administrators of FreeBSD systems apply the security patches provided, the advisories issued accomplish little beyond alerting potential attackers to the
2008 Feb 28
14
Upgrading to 7.0 - stupid requirements
...you use to update > an older system you should reinstall any ports you have installed on > the machine. This will avoid binaries becoming linked to inconsistent > sets of libraries when future port upgrades rebuild one port but not > others that link to it. This can be done with: # portupgrade -faP etc... Why!!! Do you know how much time I have to spend with my PC to reinstall all of this programs from ports? Only openoffice takes one day! And where is Gnome and such...There must be other way...I would not reinstall my packages ;) Then the servers. Why should I reinstall all my data...
2003 May 25
3
Tracking 4-stable rather than 4.8-stable
Hi, I would like to follow 4-stable on my FreeBSD box, and i can't fetch binaries from /stand/sysinstall. Can anyone help me? Here is how i did: 1) I installed 4.8-RELEASE from CD, 2) I used cvsup to upgrade. For this i used the stable-supfile as shown in the Handbook. => My OS version as shown by 'uname -a' and '/stand/sysinstall' is "4.8-STABLE". It
2006 Sep 11
2
3.0.23b -> 3.0.23c
I portupgraded my working 3.0.23b PDC on FreeBSD 5.5 to 3.0.23c and found that all workstations could not login. The log file reads: get_md4pw: Workstation PC01$: no account in domain I ran pdbedit -L, and it returned nothing. I use tdbsam backend; all user accounts show up fine with 3.0.23b. Now they are m...
2007 Dec 19
2
Invalid request size nsswitch/winbindd
...44) Dec 19 10:30:00 antares winbindd[90393]: request_len_recv: Invalid request size received: 2084 (expected 2088) but the suggested remedy of sttoping and starting samba granting all winbindd processes died doesn't work for me I'm running e freebsd 6 box with samba-3.0.28,1 I ALWAYS portupgraded, never built custom packages or from sources. a completely similar box (portupgraded in the same way and running the SAME samba version) doesn't report this error both samba are attached and referring to the same domain. actually this error doesn't seem to bring any problem to the user...
2007 Feb 17
1
wrong dovecot GID while upgrading
.... *** Error code 1 Stop in /usr/ports/mail/dovecot. So I went to /usr/ports/mail/dovecot and edited the Makefile to change the GID into: DOVECOT_UID?= 1003 DOVECOT_GID?= 1003 SCRIPT_ENV+= DOVECOT_UID=${DOVECOT_UID} \ DOVECOT_GID=${DOVECOT_GID} I saved the makefile and ran portupgrade again but I got stopped by exactly the same error. I'd appreciate suggestions how to resolve this. Thank you! -- Zbigniew Szalbot