Diskussion:Server/srs15
Zur Navigation springen
Zur Suche springen
Aktualisieren von MySQL 5.5 zu 5.6
salve gemeinde,
ave wolle,
wie ich ja bereits schon schrieb, so läuft bei Server/srs15 mysql56-server (freshports:databases/mysql56-server). auch sah ich ja jetzt, dass bei der "fix verwendeten" mysql55-server (freshports:databases/mysql55-server) wird. :-/
nachfolgendes sind meine (nicht getesteten) gedanken dazu.
- variante 1
- wir bringen die datenbank in die nächste version 5.6.
- alt dump
- alt stoppen
- alt dump zusätzlich
- alt upgrade
- alt vielleicht testweise nochmal starten
- überführen vom dump alt zu neu
- neu stoppen
- neu dump einpflegen
- neu starten
- hoffen
- neu prüfen
- weinen oder jubeln
- erneut machte ich mir gedanken dazu, das ich auf der "alten" instanz war und dort, dass das upgrade ohnehin auch für die software (pakete mit
pkg
) vorgesehen wird. - vielleicht auch nochmal dokumentation lesen
- variante 2
- ich setze das nochmal für die datenbank als version 5.5 auf.
- müsste ich dann einfach machen. (eigentlich hätten uns auch vorher auffallen können. aber so würde es auch auf dem alten stand bleiben, was hierbei wahrscheinlich nicht besonders schlimm wäre.)
- lust auf diese variante habe ich weniger. :-/
--Paul 21:35, 5. Aug. 2015 (CEST)
Dokumentation mal zwischendurch
Als Ansatz der Komponenten:
- Redmine
- PostgreSQL
- Apache
- Start
pkg upgrade -y
export LANG=de_DE.UTF-8
export LC_ALL=de_DE.UTF-8
- Redmine
pkg install -y redmine
Message from ruby-2.1.7,1: ==== Some of the standard commands are provided as separate ports for ease of upgrading: devel/ruby-gems: gem - RubyGems package manager devel/rubygem-rake: rake - Ruby Make And some of the standard libraries are provided as separate ports since they require extra dependencies: databases/ruby-gdbm: GDBM module Install them as occasion demands. ==== Message from gcc-4.8.5_2: To ensure binaries built with this toolchain find appropriate versions of the necessary run-time libraries, you may want to link using -Wl,-rpath=/usr/local/lib/gcc48 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens transparently. Message from trousers-tddl-0.3.10_7: To run tcsd automatically, add the following line to /etc/rc.conf tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. To use TPM, add your_account to '_tss' group like following: # pw groupadd _tss -m your_account Message from dejavu-2.35: Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Message from node-4.2.1: Note: If you need npm (Node Package Manager), please install www/npm. Message from ghostscript9-base-9.06_11: Note: in order to use the script "dvipdf", dvips must be installed. This program is provided by another package print/tex-dvipsk. FAPIfontmap and FAPIcidfmap in /usr/local/share/ghostscript/9.06/Resource/Init have to be configured if you want to use FAPI feature. Message from liblqr-1-0.4.1_8: ========================================================================== NOTE: In order to compile examples for liblqr, you will also need pngwriter port (/usr/ports/graphics/pngwriter). Examples are located in /usr/local/share/examples/liblqr-1 ========================================================================== Message from mysql56-client-5.6.27: * * * * * * * * * * * * * * * * * * * * * * * * Please be aware the database client is vulnerable to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM". You may find more information at the following URL: http://www.vuxml.org/freebsd/36bd352d-299b-11e5-86ff-14dae9d210b8.html Although this database client is not listed as "affected", it is vulnerable and will not be receiving a patch. Please take note of this when deploying this software. * * * * * * * * * * * * * * * * * * * * * * * * Message from redmine-2.6.9_1: ============================================================================= Redmine was installed. You now need to setup your Redmine installation so please have a look at the Installation Guide. http://www.redmine.org/wiki/redmine/RedmineInstall If you are upgrading please read the Upgrading Guide before starting the new version. http://www.redmine.org/wiki/redmine/RedmineUpgrade =============================================================================
- Datenbank
pkg install -y postgresql94-server
Message from postgresql94-client-9.4.5: The PostgreSQL port has a collection of "side orders": postgresql-docs For all of the html documentation p5-Pg A perl5 API for client access to PostgreSQL databases. postgresql-tcltk If you want tcl/tk client support. postgresql-jdbc For Java JDBC support. postgresql-odbc For client access from unix applications using ODBC as access method. Not needed to access unix PostgreSQL servers from Win32 using ODBC. See below. ruby-postgres, py-PyGreSQL For client access to PostgreSQL databases using the ruby & python languages. postgresql-plperl, postgresql-pltcl & postgresql-plruby For using perl5, tcl & ruby as procedural languages. postgresql-contrib Lots of contributed utilities, postgresql functions and datatypes. There you find pg_standby, pgcrypto and many other cool things. etc... Message from postgresql94-server-9.4.5: For procedural languages and postgresql functions, please note that you might have to update them when updating the server. If you have many tables and many clients running, consider raising kern.maxfiles using sysctl(8), or reconfigure your kernel appropriately. The port is set up to use autovacuum for new databases, but you might also want to vacuum and perhaps backup your database regularly. There is a periodic script, /usr/local/etc/periodic/daily/502.pgsql, that you may find useful. You can use it to backup and perfom vacuum on all databases nightly. Per default, it perfoms `vacuum analyze'. See the script for instructions. For autovacuum settings, please review ~pgsql/data/postgresql.conf. If you plan to access your PostgreSQL server using ODBC, please consider running the SQL script /usr/local/share/postgresql/odbc.sql to get the functions required for ODBC compliance. Please note that if you use the rc script, /usr/local/etc/rc.d/postgresql, to initialize the database, unicode (UTF-8) will be used to store character data by default. Set postgresql_initdb_flags or use login.conf settings described below to alter this behaviour. See the start rc script for more info. To set limits, environment stuff like locale and collation and other things, you can set up a class in /etc/login.conf before initializing the database. Add something similar to this to /etc/login.conf: --- postgres:\ :lang=en_US.UTF-8:\ :setenv=LC_COLLATE=C:\ :tc=default: --- and run `cap_mkdb /etc/login.conf'. Then add 'postgresql_class="postgres"' to /etc/rc.conf. ====================================================================== To initialize the database, run /usr/local/etc/rc.d/postgresql initdb You can then start PostgreSQL by running: /usr/local/etc/rc.d/postgresql start For postmaster settings, see ~pgsql/data/postgresql.conf NB. FreeBSD's PostgreSQL port logs to syslog by default See ~pgsql/data/postgresql.conf for more info ====================================================================== To run PostgreSQL at startup, add 'postgresql_enable="YES"' to /etc/rc.conf
cat /etc/passwd | grep PostgreSQL
- Webserver
pkg install -y rubygem-passenger
Message from apache24-2.4.17: To run apache www server from startup, add apache24_enable="yes" in your /etc/rc.conf. Extra options can be found in startup script. Your hostname must be resolvable using at least 1 mechanism in /etc/nsswitch.conf typically DNS or /etc/hosts or apache might have issues starting depending on the modules you are using. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - apache24 default build changed from static MPM to modular MPM - more modules are now enabled per default in the port - icons and error pages moved from WWWDIR to DATADIR If build with modular MPM and no MPM is activated in httpd.conf, then mpm_prefork will be activated as default MPM in etc/apache24/modules.d to keep compatibility with existing php/perl/python modules! Please compare the existing httpd.conf with httpd.conf.sample and merge missing modules/instructions into httpd.conf! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Message from rubygem-passenger-5.0.22: ##################################################################### Please edit your Apache configuration file, and add these lines: LoadModule passenger_module /usr/local/lib/ruby/gems/2.1/gems/passenger-5.0.22/buildout/apache2/mod_passenger.so PassengerRoot /usr/local/lib/ruby/gems/2.1/gems/passenger-5.0.22 PassengerRuby /usr/local/bin/ruby21 After you restart Apache, you are ready to deploy any number of Ruby on Rails applications on Apache, without any further Ruby on Rails-specific configuration! #####################################################################
pkg install -y apache24
pkg install -y ap24-mod_fastcgi
- Weblinks
- https://www.redmine.org/projects/redmine/wiki/RedmineInstall
- https://www.redmine.org/projects/redmine/wiki/HowTos
- https://forums.freebsd.org/threads/howto-redmine-nginx-passenger-postgresql.41256/
- http://www.postgresql.org/docs/9.4/interactive/tutorial-createdb.html
Installation 2016-04-08
eigentlich nach Server/Redmine
- Achtung! Es gab (plötzlich (einige wenige Tage zuvor nicht)) das Problem mit
rake
.
pkg install -y redmine
[srs15] [1/178] Installing xproto-7.0.28... [srs15] [1/178] Extracting xproto-7.0.28: 100% [srs15] [2/178] Installing libxml2-2.9.3... [srs15] [2/178] Extracting libxml2-2.9.3: 100% [srs15] [3/178] Installing libXdmcp-1.1.2... [srs15] [3/178] Extracting libXdmcp-1.1.2: 100% [srs15] [4/178] Installing libpthread-stubs-0.3_6... [srs15] [4/178] Extracting libpthread-stubs-0.3_6: 100% [srs15] [5/178] Installing libXau-1.0.8_3... [srs15] [5/178] Extracting libXau-1.0.8_3: 100% [srs15] [6/178] Installing libxcb-1.11.1... [srs15] [6/178] Extracting libxcb-1.11.1: 100% [srs15] [7/178] Installing kbproto-1.0.7... [srs15] [7/178] Extracting kbproto-1.0.7: 100% [srs15] [8/178] Installing gmp-5.1.3_3... [srs15] [8/178] Extracting gmp-5.1.3_3: 100% [srs15] [9/178] Installing libX11-1.6.3,1... [srs15] [9/178] Extracting libX11-1.6.3,1: 100% [srs15] [10/178] Installing xextproto-7.3.0... [srs15] [10/178] Extracting xextproto-7.3.0: 100% [srs15] [11/178] Installing mpfr-3.1.3_1... [srs15] [11/178] Extracting mpfr-3.1.3_1: 100% [srs15] [12/178] Installing libXext-1.3.3_1,1... [srs15] [12/178] Extracting libXext-1.3.3_1,1: 100% [srs15] [13/178] Installing fixesproto-5.0... [srs15] [13/178] Extracting fixesproto-5.0: 100% [srs15] [14/178] Installing pciids-20160227... [srs15] [14/178] Extracting pciids-20160227: 100% [srs15] [15/178] Installing videoproto-2.3.2... [srs15] [15/178] Extracting videoproto-2.3.2: 100% [srs15] [16/178] Installing libedit-3.1.20150325_2... [srs15] [16/178] Extracting libedit-3.1.20150325_2: 100% [srs15] [17/178] Installing libyaml-0.1.6_2... [srs15] [17/178] Extracting libyaml-0.1.6_2: 100% [srs15] [18/178] Installing libexecinfo-1.1_3... [srs15] [18/178] Extracting libexecinfo-1.1_3: 100% [srs15] [19/178] Installing mpc-1.0.3... [srs15] [19/178] Extracting mpc-1.0.3: 100% [srs15] [20/178] Installing gcc-ecj-4.5... [srs15] [20/178] Extracting gcc-ecj-4.5: 100% [srs15] [21/178] Installing binutils-2.25.1_1,1... [srs15] [21/178] Extracting binutils-2.25.1_1,1: 100% [srs15] [22/178] Installing libXfixes-5.0.1_3... [srs15] [22/178] Extracting libXfixes-5.0.1_3: 100% [srs15] [23/178] Installing damageproto-1.2.1... [srs15] [23/178] Extracting damageproto-1.2.1: 100% [srs15] [24/178] Installing libpciaccess-0.13.4... [srs15] [24/178] Extracting libpciaccess-0.13.4: 100% [srs15] [25/178] Installing libXv-1.0.10_3,1... [srs15] [25/178] Extracting libXv-1.0.10_3,1: 100% [srs15] [26/178] Installing ruby-2.2.4,1... [srs15] [26/178] Extracting ruby-2.2.4,1: 100% [srs15] [27/178] Installing gcc-4.8.5_2... [srs15] [27/178] Extracting gcc-4.8.5_2: 100% [srs15] [28/178] Installing libICE-1.0.9_1,1... [srs15] [28/178] Extracting libICE-1.0.9_1,1: 100% [srs15] [29/178] Installing libXdamage-1.1.4_3... [srs15] [29/178] Extracting libXdamage-1.1.4_3: 100% [srs15] [30/178] Installing libdevq-0.0.2_1... [srs15] [30/178] Extracting libdevq-0.0.2_1: 100% [srs15] [31/178] Installing libdrm-2.4.66,1... [srs15] [31/178] Extracting libdrm-2.4.66,1: 100% [srs15] [32/178] Installing libxshmfence-1.2... [srs15] [32/178] Extracting libxshmfence-1.2: 100% [srs15] [33/178] Installing libXvMC-1.0.9... [srs15] [33/178] Extracting libXvMC-1.0.9: 100% [srs15] [34/178] Installing ruby22-gems-2.6.2... [srs15] [34/178] Extracting ruby22-gems-2.6.2: 100% [srs15] [35/178] Installing libSM-1.2.2_3,1... [srs15] [35/178] Extracting libSM-1.2.2_3,1: 100% [srs15] [36/178] Installing freetype2-2.6.3... [srs15] [36/178] Extracting freetype2-2.6.3: 100% [srs15] [37/178] Installing pcre-8.38_1... [srs15] [37/178] Extracting pcre-8.38_1: 100% [srs15] [38/178] Installing gnome_subr-1.0... [srs15] [38/178] Extracting gnome_subr-1.0: 100% [srs15] [39/178] Installing libfontenc-1.1.3... [srs15] [39/178] Extracting libfontenc-1.1.3: 100% [srs15] [40/178] Installing xf86vidmodeproto-2.3.1... [srs15] [40/178] Extracting xf86vidmodeproto-2.3.1: 100% [srs15] [41/178] Installing libglapi-11.1.2... [srs15] [41/178] Extracting libglapi-11.1.2: 100% [srs15] [42/178] Installing rubygem-json_pure-1.8.3... [srs15] [42/178] Extracting rubygem-json_pure-1.8.3: 100% [srs15] [43/178] Installing python2-2_3... [srs15] [43/178] Extracting python2-2_3: 100% [srs15] [44/178] Installing glib-2.46.2... [srs15] [44/178] Extracting glib-2.46.2: 100% Keine Schema-Dateien gefunden:Nichts wird getan. [srs15] [45/178] Installing dbus-1.8.20... ===> Creating users and/or groups. Creating group 'messagebus' with gid '556'. Creating user 'messagebus' with uid '556'. [srs15] [45/178] Extracting dbus-1.8.20: 100% [srs15] [46/178] Installing libtasn1-4.7... [srs15] [46/178] Extracting libtasn1-4.7: 100% [srs15] [47/178] Installing renderproto-0.11.1... [srs15] [47/178] Extracting renderproto-0.11.1: 100% [srs15] [48/178] Installing mkfontscale-1.1.2... [srs15] [48/178] Extracting mkfontscale-1.1.2: 100% [srs15] [49/178] Installing dri2proto-2.8... [srs15] [49/178] Extracting dri2proto-2.8: 100% [srs15] [50/178] Installing libXxf86vm-1.1.4_1... [srs15] [50/178] Extracting libXxf86vm-1.1.4_1: 100% [srs15] [51/178] Installing gbm-11.1.2... [srs15] [51/178] Extracting gbm-11.1.2: 100% [srs15] [52/178] Installing llvm37-3.7.1_1... [srs15] [52/178] Extracting llvm37-3.7.1_1: 100% [srs15] [53/178] Installing xcb-util-0.4.0_1,1... [srs15] [53/178] Extracting xcb-util-0.4.0_1,1: 100% [srs15] [54/178] Installing rubygem-i18n-0.7.0,2... [srs15] [54/178] Extracting rubygem-i18n-0.7.0,2: 100% [srs15] [55/178] Installing rubygem-multi_json-1.11.2... [srs15] [55/178] Extracting rubygem-multi_json-1.11.2: 100% [srs15] [56/178] Installing jbigkit-2.1_1... [srs15] [56/178] Extracting jbigkit-2.1_1: 100% [srs15] [57/178] Installing png-1.6.21... [srs15] [57/178] Extracting png-1.6.21: 100% [srs15] [58/178] Installing jpeg-turbo-1.4.2... [srs15] [58/178] Extracting jpeg-turbo-1.4.2: 100% [srs15] [59/178] Installing libidn-1.31... [srs15] [59/178] Extracting libidn-1.31: 100% [srs15] [60/178] Installing fontconfig-2.11.1_1,1... [srs15] [60/178] Extracting fontconfig-2.11.1_1,1: 100% Running fc-cache to build fontconfig cache... /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /root/.local/share/fonts: skipping, no such directory /root/.fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory /root/.cache/fontconfig: not cleaning non-existent cache directory /root/.fontconfig: not cleaning non-existent cache directory fc-cache: succeeded [srs15] [61/178] Installing dbus-glib-0.104... [srs15] [61/178] Extracting dbus-glib-0.104: 100% [srs15] [62/178] Installing gobject-introspection-1.46.0... [srs15] [62/178] Extracting gobject-introspection-1.46.0: 100% [srs15] [63/178] Installing libdaemon-0.14_1... [srs15] [63/178] Extracting libdaemon-0.14_1: 100% [srs15] [64/178] Installing nettle-3.2... [srs15] [64/178] Extracting nettle-3.2: 100% [srs15] [65/178] Installing p11-kit-0.23.2... [srs15] [65/178] Extracting p11-kit-0.23.2: 100% [srs15] [66/178] Installing trousers-tddl-0.3.10_7... ===> Creating users and/or groups. Creating group '_tss' with gid '601'. Creating user '_tss' with uid '601'. [srs15] [66/178] Extracting trousers-tddl-0.3.10_7: 100% [srs15] [67/178] Installing font-util-1.3.1... [srs15] [67/178] Extracting font-util-1.3.1: 100% [srs15] [68/178] Installing libXrender-0.9.9... [srs15] [68/178] Extracting libXrender-0.9.9: 100% [srs15] [69/178] Installing mkfontdir-1.0.7... [srs15] [69/178] Extracting mkfontdir-1.0.7: 100% [srs15] [70/178] Installing libGL-11.1.2... [srs15] [70/178] Extracting libGL-11.1.2: 100% [srs15] [71/178] Installing glproto-1.4.17... [srs15] [71/178] Extracting glproto-1.4.17: 100% [srs15] [72/178] Installing libEGL-11.1.2... [srs15] [72/178] Extracting libEGL-11.1.2: 100% [srs15] [73/178] Installing pixman-0.34.0... [srs15] [73/178] Extracting pixman-0.34.0: 100% [srs15] [74/178] Installing xcb-util-renderutil-0.3.9_1... [srs15] [74/178] Extracting xcb-util-renderutil-0.3.9_1: 100% [srs15] [75/178] Installing inputproto-2.3.1... [srs15] [75/178] Extracting inputproto-2.3.1: 100% [srs15] [76/178] Installing rubygem-rack16-1.6.4... [srs15] [76/178] Extracting rubygem-rack16-1.6.4: 100% [srs15] [77/178] Installing rubygem-builder-3.0.4... [srs15] [77/178] Extracting rubygem-builder-3.0.4: 100% [srs15] [78/178] Installing rubygem-activesupport-3.2.22.2... [srs15] [78/178] Extracting rubygem-activesupport-3.2.22.2: 100% [srs15] [79/178] Installing rubygem-hike-1.2.3,1... [srs15] [79/178] Extracting rubygem-hike-1.2.3,1: 100% [srs15] [80/178] Installing rubygem-tilt1-1.4.1... [srs15] [80/178] Extracting rubygem-tilt1-1.4.1: 100% [srs15] [81/178] Installing libXt-1.1.5,1... [srs15] [81/178] Extracting libXt-1.1.5,1: 100% [srs15] [82/178] Installing libpaper-1.1.24.4... [srs15] [82/178] Extracting libpaper-1.1.24.4: 100% [srs15] [83/178] Installing tiff-4.0.6_1... [srs15] [83/178] Extracting tiff-4.0.6_1: 100% [srs15] [84/178] Installing avahi-app-0.6.31_5... ===> Creating users and/or groups. Creating group 'avahi' with gid '558'. Creating user 'avahi' with uid '558'. [srs15] [84/178] Extracting avahi-app-0.6.31_5: 100% [srs15] [85/178] Installing gnutls-3.4.10... [srs15] [85/178] Extracting gnutls-3.4.10: 100% [srs15] [86/178] Installing encodings-1.0.4_3,1... [srs15] [86/178] Extracting encodings-1.0.4_3,1: 100% [srs15] [87/178] Installing font-misc-meltho-1.0.3_3... [srs15] [87/178] Extracting font-misc-meltho-1.0.3_3: 100% [srs15] [88/178] Installing font-bh-ttf-1.0.3_3... [srs15] [88/178] Extracting font-bh-ttf-1.0.3_3: 100% [srs15] [89/178] Installing font-misc-ethiopic-1.0.3_3... [srs15] [89/178] Extracting font-misc-ethiopic-1.0.3_3: 100% [srs15] [90/178] Installing dejavu-2.35... [srs15] [90/178] Extracting dejavu-2.35: 100% [srs15] [91/178] Installing cairo-1.14.6,2... [srs15] [91/178] Extracting cairo-1.14.6,2: 100% [srs15] [92/178] Installing icu-55.1... [srs15] [92/178] Extracting icu-55.1: 100% [srs15] [93/178] Installing graphite2-1.3.8... [srs15] [93/178] Extracting graphite2-1.3.8: 100% [srs15] [94/178] Installing jasper-1.900.1_16... [srs15] [94/178] Extracting jasper-1.900.1_16: 100% [srs15] [95/178] Installing libXi-1.7.6,1... [srs15] [95/178] Extracting libXi-1.7.6,1: 100% [srs15] [96/178] Installing rubygem-json-1.8.3... [srs15] [96/178] Extracting rubygem-json-1.8.3: 100% [srs15] [97/178] Installing rubygem-rack-test-0.6.3_1... [srs15] [97/178] Extracting rubygem-rack-test-0.6.3_1: 100% [srs15] [98/178] Installing rubygem-rack-cache-1.6.1... [srs15] [98/178] Extracting rubygem-rack-cache-1.6.1: 100% [srs15] [99/178] Installing rubygem-journey-1.0.4... [srs15] [99/178] Extracting rubygem-journey-1.0.4: 100% [srs15] [100/178] Installing rubygem-sprockets22-2.2.3_1... [srs15] [100/178] Extracting rubygem-sprockets22-2.2.3_1: 100% [srs15] [101/178] Installing rubygem-erubis-2.7.0_1... [srs15] [101/178] Extracting rubygem-erubis-2.7.0_1: 100% [srs15] [102/178] Installing rubygem-activemodel-3.2.22.2... [srs15] [102/178] Extracting rubygem-activemodel-3.2.22.2: 100% [srs15] [103/178] Installing rubygem-rack-1.4.7,3... [srs15] [103/178] Extracting rubygem-rack-1.4.7,3: 100% [srs15] [104/178] Installing rubygem-polyglot-0.3.5... [srs15] [104/178] Extracting rubygem-polyglot-0.3.5: 100% [srs15] [105/178] Installing node-5.9.1... [srs15] [105/178] Extracting node-5.9.1: 100% [srs15] [106/178] Installing jbig2dec-0.12... [srs15] [106/178] Extracting jbig2dec-0.12: 100% [srs15] [107/178] Installing svgalib-1.4.3_7... [srs15] [107/178] Extracting svgalib-1.4.3_7: 100% [srs15] [108/178] Installing cups-2.1.3_2... ===> Creating users and/or groups. Creating group 'cups' with gid '193'. Creating user 'cups' with uid '193'. [srs15] [108/178] Extracting cups-2.1.3_2: 100% [srs15] [109/178] Installing gsfonts-8.11_6... [srs15] [109/178] Extracting gsfonts-8.11_6: 100% [srs15] [110/178] Installing lcms2-2.7_2... [srs15] [110/178] Extracting lcms2-2.7_2: 100% [srs15] [111/178] Installing libXft-2.3.2_1... [srs15] [111/178] Extracting libXft-2.3.2_1: 100% [srs15] [112/178] Installing xorg-fonts-truetype-7.7_1... [srs15] [113/178] Installing harfbuzz-1.2.3... [srs15] [113/178] Extracting harfbuzz-1.2.3: 100% [srs15] [114/178] Installing gdk-pixbuf2-2.32.3... [srs15] [114/178] Extracting gdk-pixbuf2-2.32.3: 100% [srs15] [115/178] Installing rubygem-rake-10.5.0... [srs15] [115/178] Extracting rubygem-rake-10.5.0: 100% [srs15] [116/178] Installing rubygem-rdoc3-3.12.2... [srs15] [116/178] Extracting rubygem-rdoc3-3.12.2: 100% [srs15] [117/178] Installing rubygem-actionpack-3.2.22.2... [srs15] [117/178] Extracting rubygem-actionpack-3.2.22.2: 100% [srs15] [118/178] Installing rubygem-rack-ssl-1.4.1_1,1... [srs15] [118/178] Extracting rubygem-rack-ssl-1.4.1_1,1: 100% [srs15] [119/178] Installing rubygem-thor-0.19.1... [srs15] [119/178] Extracting rubygem-thor-0.19.1: 100% [srs15] [120/178] Installing rubygem-mime-types1-1.25.1... [srs15] [120/178] Extracting rubygem-mime-types1-1.25.1: 100% [srs15] [121/178] Installing rubygem-treetop-1.6.5... [srs15] [121/178] Extracting rubygem-treetop-1.6.5: 100% [srs15] [122/178] Installing rubygem-execjs-2.6.0... [srs15] [122/178] Extracting rubygem-execjs-2.6.0: 100% [srs15] [123/178] Installing rubygem-coffee-script-source-1.10.0... [srs15] [123/178] Extracting rubygem-coffee-script-source-1.10.0: 100% [srs15] [124/178] Installing ghostscript9-agpl-base-9.16_5... [srs15] [124/178] Extracting ghostscript9-agpl-base-9.16_5: 100% [srs15] [125/178] Installing giflib-5.1.3... [srs15] [125/178] Extracting giflib-5.1.3: 100% [srs15] [126/178] Installing pango-1.38.0... [srs15] [126/178] Extracting pango-1.38.0: 100% /usr/local/bin/pango-querymodules: not found [srs15] [127/178] Installing libgsf-1.14.36... [srs15] [127/178] Extracting libgsf-1.14.36: 100% [srs15] [128/178] Installing libcroco-0.6.11... [srs15] [128/178] Extracting libcroco-0.6.11: 100% [srs15] [129/178] Installing rubygem-railties-3.2.22.2... [srs15] [129/178] Extracting rubygem-railties-3.2.22.2: 100% [srs15] [130/178] Installing rubygem-tzinfo03-0.3.48... [srs15] [130/178] Extracting rubygem-tzinfo03-0.3.48: 100% [srs15] [131/178] Installing rubygem-mail25-2.5.4_1,2... [srs15] [131/178] Extracting rubygem-mail25-2.5.4_1,2: 100% [srs15] [132/178] Installing rubygem-minitest-5.8.4... [srs15] [132/178] Extracting rubygem-minitest-5.8.4: 100% [srs15] [133/178] Installing rubygem-ansi-1.5.0... [srs15] [133/178] Extracting rubygem-ansi-1.5.0: 100% [srs15] [134/178] Installing rubygem-tilt-2.0.2... [srs15] [134/178] Extracting rubygem-tilt-2.0.2: 100% [srs15] [135/178] Installing rubygem-sass-3.4.22... [srs15] [135/178] Extracting rubygem-sass-3.4.22: 100% [srs15] [136/178] Installing rubygem-arel3-3.0.3,1... [srs15] [136/178] Extracting rubygem-arel3-3.0.3,1: 100% [srs15] [137/178] Installing rubygem-coffee-script-2.4.1... [srs15] [137/178] Extracting rubygem-coffee-script-2.4.1: 100% [srs15] [138/178] Installing libfpx-1.3.1.4_1... [srs15] [138/178] Extracting libfpx-1.3.1.4_1: 100% [srs15] [139/178] Installing libwmf-0.2.8.4_15... [srs15] [139/178] Extracting libwmf-0.2.8.4_15: 100% [srs15] [140/178] Installing liblqr-1-0.4.1_8... [srs15] [140/178] Extracting liblqr-1-0.4.1_8: 100% [srs15] [141/178] Installing fftw3-3.3.3_2... [srs15] [141/178] Extracting fftw3-3.3.3_2: 100% [srs15] [142/178] Installing openjpeg-2.1.1... [srs15] [142/178] Extracting openjpeg-2.1.1: 100% [srs15] [143/178] Installing pkgconf-0.9.12_1... [srs15] [143/178] Extracting pkgconf-0.9.12_1: 100% [srs15] [144/178] Installing libltdl-2.4.6... [srs15] [144/178] Extracting libltdl-2.4.6: 100% [srs15] [145/178] Installing ghostscript9-agpl-x11-9.16_2... [srs15] [145/178] Extracting ghostscript9-agpl-x11-9.16_2: 100% [srs15] [146/178] Installing webp-0.5.0... [srs15] [146/178] Extracting webp-0.5.0: 100% [srs15] [147/178] Installing librsvg2-2.40.13... [srs15] [147/178] Extracting librsvg2-2.40.13: 100% [srs15] [148/178] Installing rubygem-ruby-openid-2.7.0... [srs15] [148/178] Extracting rubygem-ruby-openid-2.7.0: 100% [srs15] [149/178] Installing mysql56-client-5.6.27... [srs15] [149/178] Extracting mysql56-client-5.6.27: 100% [srs15] [150/178] Installing rubygem-jquery-rails-3.1.4... [srs15] [150/178] Extracting rubygem-jquery-rails-3.1.4: 100% [srs15] [151/178] Installing rubygem-activeresource-3.2.22.2... [srs15] [151/178] Extracting rubygem-activeresource-3.2.22.2: 100% [srs15] [152/178] Installing rubygem-actionmailer-3.2.22.2... [srs15] [152/178] Extracting rubygem-actionmailer-3.2.22.2: 100% [srs15] [153/178] Installing rubygem-sqlite3-1.3.11... [srs15] [153/178] Extracting rubygem-sqlite3-1.3.11: 100% [srs15] [154/178] Installing rubygem-turn-0.9.7... [srs15] [154/178] Extracting rubygem-turn-0.9.7: 100% [srs15] [155/178] Installing rubygem-uglifier-3.0.0... [srs15] [155/178] Extracting rubygem-uglifier-3.0.0: 100% [srs15] [156/178] Installing rubygem-bundler-1.11.2... [srs15] [156/178] Extracting rubygem-bundler-1.11.2: 100% [srs15] [157/178] Installing rubygem-sass-rails-3.2.6_4... [srs15] [157/178] Extracting rubygem-sass-rails-3.2.6_4: 100% [srs15] [158/178] Installing rubygem-activerecord-3.2.22.2... [srs15] [158/178] Extracting rubygem-activerecord-3.2.22.2: 100% [srs15] [159/178] Installing rubygem-coffee-rails-3.2.2_1... [srs15] [159/178] Extracting rubygem-coffee-rails-3.2.2_1: 100% [srs15] [160/178] Installing rubygem-rbpdf-font-1.19.0... [srs15] [160/178] Extracting rubygem-rbpdf-font-1.19.0: 100% [srs15] [161/178] Installing rubygem-htmlentities-4.3.4... [srs15] [161/178] Extracting rubygem-htmlentities-4.3.4: 100% [srs15] [162/178] Installing rubygem-structured_warnings-0.2.0... [srs15] [162/178] Extracting rubygem-structured_warnings-0.2.0: 100% [srs15] [163/178] Installing rubygem-eventmachine-1.2.0.1... [srs15] [163/178] Extracting rubygem-eventmachine-1.2.0.1: 100% [srs15] [164/178] Installing rubygem-daemons-1.2.3... [srs15] [164/178] Extracting rubygem-daemons-1.2.3: 100% [srs15] [165/178] Installing ImageMagick-6.9.3.7_2,1... [srs15] [165/178] Extracting ImageMagick-6.9.3.7_2,1: 100% [srs15] [166/178] Installing rubygem-rack-openid-1.4.2_2... [srs15] [166/178] Extracting rubygem-rack-openid-1.4.2_2: 100% [srs15] [167/178] Installing rubygem-redcarpet-3.3.4... [srs15] [167/178] Extracting rubygem-redcarpet-3.3.4: 100% [srs15] [168/178] Installing rubygem-coderay-1.1.1... [srs15] [168/178] Extracting rubygem-coderay-1.1.1: 100% [srs15] [169/178] Installing rubygem-mysql2-0.3.20... [srs15] [169/178] Extracting rubygem-mysql2-0.3.20: 100% [srs15] [170/178] Installing rubygem-rails-3.2.22.2... [srs15] [170/178] Extracting rubygem-rails-3.2.22.2: 100% [srs15] [171/178] Installing rubygem-rbpdf-1.19.0... [srs15] [171/178] Extracting rubygem-rbpdf-1.19.0: 100% [srs15] [172/178] Installing rubygem-net-ldap-0.14.0... [srs15] [172/178] Extracting rubygem-net-ldap-0.14.0: 100% [srs15] [173/178] Installing rubygem-rubytree-0.9.7... [srs15] [173/178] Extracting rubygem-rubytree-0.9.7: 100% [srs15] [174/178] Installing rubygem-thin-1.6.4... [srs15] [174/178] Extracting rubygem-thin-1.6.4: 100% [srs15] [175/178] Installing rubygem-mime-types-2.99.1... [srs15] [175/178] Extracting rubygem-mime-types-2.99.1: 100% [srs15] [176/178] Installing rubygem-rmagick-2.15.4... [srs15] [176/178] Extracting rubygem-rmagick-2.15.4: 100% [srs15] [177/178] Installing rubygem-request_store-1.3.0... [srs15] [177/178] Extracting rubygem-request_store-1.3.0: 100% [srs15] [178/178] Installing redmine-2.6.9_2... ===> Creating users and/or groups. Using existing group 'www'. Using existing user 'www'. [srs15] [178/178] Extracting redmine-2.6.9_2: 100% Message from ruby-2.2.4,1: ==== Some of the standard commands are provided as separate ports for ease of upgrading: devel/ruby-gems: gem - RubyGems package manager devel/rubygem-rake: rake - Ruby Make And some of the standard libraries are provided as separate ports since they require extra dependencies: databases/ruby-gdbm: GDBM module Install them as occasion demands. ==== Message from gcc-4.8.5_2: To ensure binaries built with this toolchain find appropriate versions of the necessary run-time libraries, you may want to link using -Wl,-rpath=/usr/local/lib/gcc48 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens transparently. Message from trousers-tddl-0.3.10_7: To run tcsd automatically, add the following line to /etc/rc.conf tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. To use TPM, add your_account to '_tss' group like following: # pw groupadd _tss -m your_account Message from dejavu-2.35: Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Message from node-5.9.1: Note: If you need npm (Node Package Manager), please install www/npm. Message from ghostscript9-agpl-base-9.16_5: Note: in order to use the script "dvipdf", dvips must be installed. This program is provided by another package print/tex-dvipsk. FAPIfontmap and FAPIcidfmap in /usr/local/share/ghostscript/9.16/Resource/Init have to be configured if you want to use FAPI feature. Message from liblqr-1-0.4.1_8: ========================================================================== NOTE: In order to compile examples for liblqr, you will also need pngwriter port (/usr/ports/graphics/pngwriter). Examples are located in /usr/local/share/examples/liblqr-1 ========================================================================== Message from mysql56-client-5.6.27: * * * * * * * * * * * * * * * * * * * * * * * * Please be aware the database client is vulnerable to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM". You may find more information at the following URL: http://www.vuxml.org/freebsd/36bd352d-299b-11e5-86ff-14dae9d210b8.html Although this database client is not listed as "affected", it is vulnerable and will not be receiving a patch. Please take note of this when deploying this software. * * * * * * * * * * * * * * * * * * * * * * * * Message from redmine-2.6.9_2: ============================================================================= Redmine was installed. You now need to setup your Redmine installation so please have a look at the Installation Guide. http://www.redmine.org/wiki/redmine/RedmineInstall If you are upgrading please read the Upgrading Guide before starting the new version. http://www.redmine.org/wiki/redmine/RedmineUpgrade =============================================================================
pkg install -y mysql56-server
[srs15] [1/1] Installing mysql56-server-5.6.27... ===> Creating users and/or groups. Creating group 'mysql' with gid '88'. Creating user 'mysql' with uid '88'. [srs15] [1/1] Extracting mysql56-server-5.6.27: 100% Message from mysql56-server-5.6.27: ************************************************************************ Remember to run mysql_upgrade the first time you start the MySQL server after an upgrade from an earlier version. ************************************************************************
Diskussion:Server/Redmine#rake 10 vs rake 11
pkg install -y rubygem-passenger
[srs15] [1/3] Installing apache24-2.4.18... ===> Creating users and/or groups. Using existing group 'www'. Using existing user 'www'. [srs15] [1/3] Extracting apache24-2.4.18: 100% [srs15] [2/3] Installing libuv-1.8.0... [srs15] [2/3] Extracting libuv-1.8.0: 100% [srs15] [3/3] Installing rubygem-passenger-5.0.26... [srs15] [3/3] Extracting rubygem-passenger-5.0.26: 100% Message from apache24-2.4.18: To run apache www server from startup, add apache24_enable="yes" in your /etc/rc.conf. Extra options can be found in startup script. Your hostname must be resolvable using at least 1 mechanism in /etc/nsswitch.conf typically DNS or /etc/hosts or apache might have issues starting depending on the modules you are using. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - apache24 default build changed from static MPM to modular MPM - more modules are now enabled per default in the port - icons and error pages moved from WWWDIR to DATADIR If build with modular MPM and no MPM is activated in httpd.conf, then mpm_prefork will be activated as default MPM in etc/apache24/modules.d to keep compatibility with existing php/perl/python modules! Please compare the existing httpd.conf with httpd.conf.sample and merge missing modules/instructions into httpd.conf! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Message from rubygem-passenger-5.0.26: ##################################################################### Please edit your Apache configuration file, and add these lines: LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.26/buildout/apache2/mod_passenger.so PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.26 PassengerRuby /usr/local/bin/ruby22 After you restart Apache, you are ready to deploy any number of Ruby on Rails applications on Apache, without any further Ruby on Rails-specific configuration! #####################################################################
ee /usr/local/etc/apache24/httpd.conf
LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.26/buildout/apache2/mod_passenger PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.26 PassengerRuby /usr/local/bin/ruby22
service apache24 start
pkg install -y ap24-mod_fastcgi
[srs15] [1/1] Installing ap24-mod_fastcgi-2.4.7_1... [srs15] [1/1] Extracting ap24-mod_fastcgi-2.4.7_1: 100% [preparing module `fastcgi' in /usr/local/etc/apache24/httpd.conf]
ee /usr/local/etc/apache24/httpd.conf
service apache24 restart
ImageMagick convert available (optional) scheint nicht zu funktionieren
versuchte Problemlösung:
pkg install imagemagick
Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity... done (0 conflicting) The most recent version of packages are already installed
pkg install rubygem-rmagick
Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity... done (0 conflicting) The most recent version of packages are already installed
gem install rmagick
Fetching: rmagick-2.15.4.gem (100%) Building native extensions. This could take a while... Successfully installed rmagick-2.15.4 unable to convert "\xC2" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for LICENSE, skipping 1 gem installed
pkg install -y rubygem-png
New packages to be INSTALLED: rubygem-png: 1.2.1 rubygem-rubyinline: 3.12.4_1 rubygem-zentest: 4.11.0,1
Aktualisierung auf Redmine 2.6.9
- 2016-05-13
pkg update && pkg upgrade -y
Message from perl5-5.20.3_13: The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH.
Message from ruby-2.2.5,1: ==== Some of the standard commands are provided as separate ports for ease of upgrading: devel/ruby-gems: gem - RubyGems package manager devel/rubygem-rake: rake - Ruby Make And some of the standard libraries are provided as separate ports since they require extra dependencies: databases/ruby-gdbm: GDBM module Install them as occasion demands. ====
Message from node-6.1.0: Note: If you need npm (Node Package Manager), please install www/npm. Message from mysql56-client-5.6.30: * * * * * * * * * * * * * * * * * * * * * * * * Please be aware the database client is vulnerable to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM". You may find more information at the following URL: http://www.vuxml.org/freebsd/36bd352d-299b-11e5-86ff-14dae9d210b8.html Although this database client is not listed as "affected", it is vulnerable and will not be receiving a patch. Please take note of this when deploying this software. * * * * * * * * * * * * * * * * * * * * * * * *
Message from apache24-2.4.20_1: To run apache www server from startup, add apache24_enable="yes" in your /etc/rc.conf. Extra options can be found in startup script. Your hostname must be resolvable using at least 1 mechanism in /etc/nsswitch.conf typically DNS or /etc/hosts or apache might have issues starting depending on the modules you are using. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - apache24 default build changed from static MPM to modular MPM - more modules are now enabled per default in the port - icons and error pages moved from WWWDIR to DATADIR If build with modular MPM and no MPM is activated in httpd.conf, then mpm_prefork will be activated as default MPM in etc/apache24/modules.d to keep compatibility with existing php/perl/python modules! Please compare the existing httpd.conf with httpd.conf.sample and merge missing modules/instructions into httpd.conf! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Message from rubygem-passenger-5.0.28: ##################################################################### Please edit your Apache configuration file, and add these lines: LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.28/buildout/apache2/mod_passenger.so PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.28 PassengerRuby /usr/local/bin/ruby22 After you restart Apache, you are ready to deploy any number of Ruby on Rails applications on Apache, without any further Ruby on Rails-specific configuration! #####################################################################
Message from openssl-1.0.2_12: Copy /usr/local/openssl/openssl.cnf.sample to /usr/local/openssl/openssl.cnf and edit it to fit your needs. Message from mysql56-server-5.6.30: ************************************************************************ Remember to run mysql_upgrade the first time you start the MySQL server after an upgrade from an earlier version. ************************************************************************
Message from git-2.8.1: ------------------------------------------------------------------------ *************************** GITWEB ************************************* If you installed the GITWEB option please follow these instructions: In the directory /usr/local/share/examples/git/gitweb you can find all files to make gitweb work as a public repository on the web. All you have to do to make gitweb work is: 1) Copy the files /usr/local/share/examples/git/gitweb/* to a directory on your web server (e.g. Apache2) in which you are able to execute CGI-scripts. 2) In gitweb.cgi, adjust the variable $projectroot to point to your git repository (that is where you have your *.git project directories). *************************** GITWEB ************************************* *************************** CONTRIB ************************************ If you installed the CONTRIB option please note that the scripts are installed in /usr/local/share/git-core/contrib. Some of them require other ports to be installed (perl, python, etc), which you may need to install manually. *************************** CONTRIB ************************************ ------------------------------------------------------------------------
cd /usr/local/www/redmine ; bundle install ; cd -
ee /usr/local/etc/apache24/httpd.conf
# LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.26/buildout/apache2/mod_passenger # PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.26 # PassengerRuby /usr/local/bin/ruby22 LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.28/buildout/apache2/mod_passenger PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.28 PassengerRuby /usr/local/bin/ruby22
service apache24 restart
bundle exec rake tmp:cache:clear tmp:sessions:clear RAILS_ENV=production