Nach dem php Update habe ich auch das FreeBSD mit hochgezogen.
System is up and running.
Ein Update auf eine aktuelle php Version war erforderlich. Hier die Schritte um unter FreeBSD von php7.2 auf php8.3 das Update durchzuführen. Vorher sollte der Webserver und der php-fpm gestopt werden.
Abfrage, welche Module und welche Versionen installiert sind:
# pkg info -x php
php72-7.2.34
php72-bcmath-7.2.34
php72-bz2-7.2.34
php72-ctype-7.2.34
php72-curl-7.2.34
php72-dom-7.2.34
php72-exif-7.2.34
php72-extensions-1.0
php72-fileinfo-7.2.34
php72-filter-7.2.34
php72-gd-7.2.34
php72-hash-7.2.34
php72-iconv-7.2.34
php72-json-7.2.34
php72-mbstring-7.2.34
php72-mysqli-7.2.34
php72-opcache-7.2.34
php72-openssl-7.2.34
php72-pdo-7.2.34
php72-pdo_sqlite-7.2.34
php72-phar-7.2.34
php72-posix-7.2.34
php72-session-7.2.34
php72-simplexml-7.2.34
php72-sqlite3-7.2.34
php72-tokenizer-7.2.34
php72-xml-7.2.34
php72-xmlreader-7.2.34
php72-xmlwriter-7.2.34
php72-zip-7.2.34
php72-zlib-7.2.34
Ausgabe in eine Datei umleiten, diese Ausgabe kann dann zur Installation der neuen Version, hier php8.3 verwendet werden.
# pkg info -x php | sed s/72/83/g | sed s/-7.2.34//g | sed s/_1//g > php8.pkg
Prüfen, welche Pakete deinstalliert werden, ohne das Kommando auszuführen. Pkg bietet die dry-run Option an:
# pkg remove -nx php72
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 31 packages (of 0 packages in the universe):
Installed packages to be REMOVED:
php72: 7.2.34
php72-bcmath: 7.2.34
php72-bz2: 7.2.34
php72-ctype: 7.2.34
php72-curl: 7.2.34
php72-dom: 7.2.34
php72-exif: 7.2.34
php72-extensions: 1.0
php72-fileinfo: 7.2.34
php72-filter: 7.2.34
php72-gd: 7.2.34
php72-hash: 7.2.34
php72-iconv: 7.2.34
php72-json: 7.2.34
php72-mbstring: 7.2.34
php72-mysqli: 7.2.34
php72-opcache: 7.2.34
php72-openssl: 7.2.34
php72-pdo: 7.2.34
php72-pdo_sqlite: 7.2.34
php72-phar: 7.2.34
php72-posix: 7.2.34
php72-session: 7.2.34
php72-simplexml: 7.2.34
php72-sqlite3: 7.2.34
php72-tokenizer: 7.2.34
php72-xml: 7.2.34
php72-xmlreader: 7.2.34
php72-xmlwriter: 7.2.34
php72-zip: 7.2.34
php72-zlib: 7.2.34
Number of packages to be removed: 31
The operation will free 36 MiB.
Wenn die Ausgabe ok ist, dann Feuer frei:
# pkg remove -x php72
Danach die erforderlichen Pakete aus der o.g. Datei installieren:
# cat php8.pkg | xargs -L1 -p pkg install -y
Nach Abschluß, php-fpm und den Webserver starten.
Am Wochenende habe ich meine Sun SPARCStationLX mal hervorgeholt und gestartet. Die Sun läuft einwandfrei, nach dem ich sie seit März nicht mehr in Betrieb hatte.
https://think.dvs8818.de/sch%C3%B6ne-alte-sun-workstation
Verbindung wurde über ein MacBookPro mit xQuartz hergestellt. So kann ich mir den Dekstop der Sum auf dem Mac anzeigen lassen. Monitor ist also nicht erforderlich.
Aus dem Terminal auf dem Mac folgendes eingeben um den Desktop anzuzeigen:
/usr/X11/bin/Xquartz -query <IP der Workstation>
Neuer Job, habe jetzt wieder mit einem richtigen UNX und vernünftiger Hardware (Power) zu tun.
Platte in der rootvg unter LVM clonen.
Los geht es:
rootvg für Update auf hdisk2 clonen
# lspv
hdisk0 00fb6d5ad90bec17 rootvg active
hdisk1 00fb702765ce7eba data active
hdisk2 none None
Klonen der rootvg auf altinst_rootvg
# alt_disk_copy -d hdisk2 -B
# lsvg
rootvg
data
altinst_rootvg
Aufwecken der altinst_rootvg, FS unter /alt_inst gemountet
# alt_rootvg_op -W -d hdisk2
Mit dem FS arbeiten
# cd /alt_inst/home/weidnertsa
Deaktivieren der altinst_rootvg inkl. Erzeugen des Bootsektors
# alt_rootvg_op -S -t
Bootlist auf hdisk2 umstellen
# bootlist -m normal -o hdisk2
System von hdisk2 (geclonte rootvg) booten
# shutdown -Fr
Prüfen, von welchem Device gebootet worden ist
# getconf -a | grep BOOT_DEVICE
BOOT_DEVICE: hdisk2
# lspv
hdisk0 00fb6d5ad90bec17 old_rootvg
hdisk1 00fb702765ce7eba data active
hdisk2 00fb70276ffdc455 rootvg active
==>hdisk2 ist aktive rootvg
Die hdisk0 soll wieder unsere rootvg werden und den Inhalt der hdisk2 komplett übernehmen
Löschen der old_rootvg
# alt_rootvg_op -X old_rootvg
Kontrolle old_rootvg nicht mehr vorhanden
# lsvg
rootvg
data
# lspv
hdisk0 00fb6d5ad90bec17 None
hdisk1 00fb702765ce7eba data active
hdisk2 00fb70276ffdc455 rootvg active
hdisk0 in rootvg aufnehmen
# extendvg -f rootvg hdisk0
# lspv
hdisk0 00fb6d5ad90bec17 rootvg active
hdisk1 00fb702765ce7eba data active
hdisk2 00fb70276ffdc455 rootvg active
Mirror aufsetzen, hdisk0 hinzufügen
# mirrorvg -c2 -s rootvg hdisk0
syncen
# syncvg -P5 -v rootvg
oder
# varyonvg rootvg
bootblock auf hdisk0 schreiben und bootliste auf hdisk0 ändern
# bosboot -a -d /dev/hdisk0
# bootlist -m normal -o hdisk0
hdisk2 aus mirror entfernen
# unmirrorvg -c1 rootvg hdisk2
# migratepv hdisk2 hdisk0
# reducevg rootvg hdisk2
Bootrecord von hdisk2 entfernen
# chpv -c hdisk2
Volumemanger Besitz löschen
# chpv -C hdisk2
Attribute löschen
# chdev -l hdisk2 -apv=clear
# lspv
hdisk0 00fb6d5ad90bec17 rootvg active
hdisk1 00fb702765ce7eba data active
hdisk2 none None
bootliste kontrollieren
bootlist -m normal -o
Ich habe das CMS für diesen Blog einmal aktualisiert. Bei der Gelegenheit wurde auch das Betriebssystem (FreeBSD) auf den aktuellen Stand gebracht.
System is up and running.
Die Beleuchtung für meine Bar mit einem LED Strip ist fertig gestellt.
Stückliste:
Der Strip kann selbstverständlich auch mehr als 25 LEDs besitzen, die Anzahl muß dann im Arduino Code angepasst werden. Dazu später mehr.
Ich wollte eigentlich zur Steuerung einen ATtiny85 verwenden, allerdings hätte ich den erst programmieren, dann auf einer Platine die Schaltung zusammenlöten müssen usw. Aus diesen Gründen habe ich mich für einen Arduino Nano entschieden. Ein weiterer Vorteil besteht darin, dass ich jederzeit den Code und damit den Ablauf des Farbspiel ändern kann.
Das Ganze sollte mit nur einem Anschlußkabel USB und passendem USB Steckernetzteil betrieben werden. Bei dem USB Steckernetzteil auf eine gute Qualität chten, d.h. es sollte saubere 5 Volt liefern und für mind. 1 Ampere ausgelegt sein. Ich verwende hier ein altes iPhone USB Steckernetzteil.
Der Strip benötigt in meiner Konfiguration ca. 220 mA, d.h. auch mit einer USB Powerbank mit z.B. 1000 mAh, kann die Beleuchtung gute 4 Stunden betrieben werden. Nur für den Fall, das keine Steckdose in der Nähe ist.
Ganz wichtig an dieser Stelle ist, die 5 Volt für den LED Strip müssen am Eingang des Arduino Nano abgegriffen werden. Deshalb ist auch ein gutes Netzteil wichtig, bei dem die 5 Volt nicht gleich unter Last zusammenbrechen. Die Verkabelung vom Arduino zu dem Strip sollte möglichst kurz sein.
Für die Verbindung des Strip werden 3 Leitungen benötig. 5 Volt, GND und Data IN (Pin 6 am Arduino)
Auf keinen Fall die 5 Volt von einem Ausgang des Arduino abgreifen, da dieser nur ca. 20 bis 40 mA liefern kann. Ich habe die 5 Volt, wie bereits beschrieben, direkt an der Eingangs USB Buchse des Arduino abgegriffen.
Aufbau:
Der Ardunio Nano im Gehäuse aus dem 3D Drucker
Anschluß des Stripe in dem Kunststoffhalter
Der Ganze Strip mit 25 LEDs, der noch an der Bar angebracht werden muß
Ich habe als Grundlage für den Code das Beispiel aus der Arduino IDE verwendet und für meine Bedürfnisse angepasst.
Diese Zeilen müssen ggf. geändert werden.
// Which pin on the Arduino is connected to the NeoPixels?
// On a Trinket or Gemma we suggest changing this to 1:
#define LED_PIN 6
// How many NeoPixels are attached to the Arduino?
#define LED_COUNT 25
Der Code:
// Program for LED Strip
// For LED WS2812B Strip
// Modified from original Arduino strandtest
// © 22.01.2023 by Thomas Weidner
// tweidner@mac.com
// From original source code
// A basic everyday NeoPixel strip test program.
// NEOPIXEL BEST PRACTICES for most reliable operation:
// - Add 1000 uF CAPACITOR between NeoPixel strip's + and - connections.
// - MINIMIZE WIRING LENGTH between microcontroller board and first pixel.
// - NeoPixel strip's DATA-IN should pass through a 300-500 OHM RESISTOR.
// - AVOID connecting NeoPixels on a LIVE CIRCUIT. If you must, ALWAYS
// connect GROUND (-) first, then +, then data.
// - When using a 3.3V microcontroller with a 5V-powered NeoPixel strip,
// a LOGIC-LEVEL CONVERTER on the data line is STRONGLY RECOMMENDED.
// (Skipping these may work OK on your workbench but can fail in the field)
#include <Adafruit_NeoPixel.h>
#ifdef __AVR__
#include <avr/power.h> // Required for 16 MHz Adafruit Trinket
#endif
// Which pin on the Arduino is connected to the NeoPixels?
// On a Trinket or Gemma we suggest changing this to 1:
#define LED_PIN 6
// How many NeoPixels are attached to the Arduino?
#define LED_COUNT 25
// Declare our NeoPixel strip object:
Adafruit_NeoPixel strip(LED_COUNT, LED_PIN, NEO_GRB + NEO_KHZ800);
// Argument 1 = Number of pixels in NeoPixel strip
// Argument 2 = Arduino pin number (most are valid)
// Argument 3 = Pixel type flags, add together as needed:
// NEO_KHZ800 800 KHz bitstream (most NeoPixel products w/WS2812 LEDs)
// NEO_KHZ400 400 KHz (classic 'v1' (not v2) FLORA pixels, WS2811 drivers)
// NEO_GRB Pixels are wired for GRB bitstream (most NeoPixel products)
// NEO_RGB Pixels are wired for RGB bitstream (v1 FLORA pixels, not v2)
// NEO_RGBW Pixels are wired for RGBW bitstream (NeoPixel RGBW products)
// setup() function -- runs once at startup --------------------------------
void setup() {
// These lines are specifically to support the Adafruit Trinket 5V 16 MHz.
// Any other board, you can remove this part (but no harm leaving it):
#if defined(__AVR_ATtiny85__) && (F_CPU == 16000000)
clock_prescale_set(clock_div_1);
#endif
// END of Trinket-specific code.
strip.begin(); // INITIALIZE NeoPixel strip object (REQUIRED)
strip.show(); // Turn OFF all pixels ASAP
strip.setBrightness(100); // Set BRIGHTNESS to about 1/5 (max = 255)
}
// loop() function -- runs repeatedly as long as board is on ---------------
void loop() {
// Fill along the length of the strip in various colors...
colorWipe(strip.Color(255, 0, 0), 150); // Red Delay
colorWipe(strip.Color( 0, 255, 0), 150); // Green Delay
colorWipe(strip.Color( 0, 0, 255), 150); // Blue
colorWipe(strip.Color( 255, 255, 255), 150); // White
colorWipe(strip.Color( 255, 114, 86), 150); // Orange
rainbow(50); // Flowing rainbow cycle along the whole strip
}
// Some functions of our own for creating animated effects -----------------
// Fill strip pixels one after another with a color. Strip is NOT cleared
// first; anything there will be covered pixel by pixel. Pass in color
// (as a single 'packed' 32-bit value, which you can get by calling
// strip.Color(red, green, blue) as shown in the loop() function above),
// and a delay time (in milliseconds) between pixels.
void colorWipe(uint32_t color, int wait) {
for(int i=0; i<strip.numPixels(); i++) { // For each pixel in strip...
strip.setPixelColor(i, color); // Set pixel's color (in RAM)
strip.show(); // Update strip to match
delay(wait); // Pause for a moment
}
}
// Rainbow cycle along whole strip. Pass delay time (in ms) between frames.
void rainbow(int wait) {
// Hue of first pixel runs 5 complete loops through the color wheel.
// Color wheel has a range of 65536 but it's OK if we roll over, so
// just count from 0 to 5*65536. Adding 256 to firstPixelHue each time
// means we'll make 5*65536/256 = 1280 passes through this loop:
for(long firstPixelHue = 0; firstPixelHue < 5*65536; firstPixelHue += 256) {
// strip.rainbow() can take a single argument (first pixel hue) or
// optionally a few extras: number of rainbow repetitions (default 1),
// saturation and value (brightness) (both 0-255, similar to the
// ColorHSV() function, default 255), and a true/false flag for whether
// to apply gamma correction to provide 'truer' colors (default true).
strip.rainbow(firstPixelHue);
// Above line is equivalent to:
// strip.rainbow(firstPixelHue, 1, 255, 255, true);
strip.show(); // Update strip with new contents
delay(wait); // Pause for a moment
}
}