pip show which version is available

Show versions of an pip package you did not install. For example i want to install the latest 2.9 major release of ansible, seems to be 2.9.17.

Normally „pip3 install package==version“ installed the version you define. With an not existing version like „randomword“ you get:

pip3 install ansible==randomword


ERROR: Could not find a version that satisfies the requirement ansible==randomword (from versions: 1.0, 1.1, 1.2, 1.2.1, 1.2.2, 1.2.3, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.4, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.6, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.6, 1.6.7, 1.6.8, 1.6.9, 1.6.10, 1.7, 1.7.1, 1.7.2, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.9.0.1, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.5, 1.9.6, 2.0.0.0, 2.0.0.1, 2.0.0.2, 2.0.1.0, 2.0.2.0, 2.1.0.0, 2.1.1.0, 2.1.2.0, 2.1.3.0, 2.1.4.0, 2.1.5.0, 2.1.6.0, 2.2.0.0, 2.2.1.0, 2.2.2.0, 2.2.3.0, 2.3.0.0, 2.3.1.0, 2.3.2.0, 2.3.3.0, 2.4.0.0, 2.4.1.0, 2.4.2.0, 2.4.3.0, 2.4.4.0, 2.4.5.0, 2.4.6.0, 2.5.0a1, 2.5.0b1, 2.5.0b2, 2.5.0rc1, 2.5.0rc2, 2.5.0rc3, 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.5.5, 2.5.6, 2.5.7, 2.5.8, 2.5.9, 2.5.10, 2.5.11, 2.5.12, 2.5.13, 2.5.14, 2.5.15, 2.6.0a1, 2.6.0a2, 2.6.0rc1, 2.6.0rc2, 2.6.0rc3, 2.6.0rc4, 2.6.0rc5, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.6.5, 2.6.6, 2.6.7, 2.6.8, 2.6.9, 2.6.10, 2.6.11, 2.6.12, 2.6.13, 2.6.14, 2.6.15, 2.6.16, 2.6.17, 2.6.18, 2.6.19, 2.6.20, 2.7.0.dev0, 2.7.0a1, 2.7.0b1, 2.7.0rc1, 2.7.0rc2, 2.7.0rc3, 2.7.0rc4, 2.7.0, 2.7.1, 2.7.2, 2.7.3, 2.7.4, 2.7.5, 2.7.6, 2.7.7, 2.7.8, 2.7.9, 2.7.10, 2.7.11, 2.7.12, 2.7.13, 2.7.14, 2.7.15, 2.7.16, 2.7.17, 2.7.18, 2.8.0a1, 2.8.0b1, 2.8.0rc1, 2.8.0rc2, 2.8.0rc3, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.8.5, 2.8.6, 2.8.7, 2.8.8, 2.8.9, 2.8.10, 2.8.11, 2.8.12, 2.8.13, 2.8.14, 2.8.15, 2.8.16rc1, 2.8.16, 2.8.17rc1, 2.8.17, 2.8.18rc1, 2.8.18, 2.9.0b1, 2.9.0rc1, 2.9.0rc2, 2.9.0rc3, 2.9.0rc4, 2.9.0rc5, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.9.4, 2.9.5, 2.9.6, 2.9.7, 2.9.8, 2.9.9, 2.9.10, 2.9.11, 2.9.12, 2.9.13, 2.9.14rc1, 2.9.14, 2.9.15rc1, 2.9.15, 2.9.16rc1, 2.9.16, 2.9.17rc1, 2.9.17, 2.10.0a1, 2.10.0a2, 2.10.0a3, 2.10.0a4, 2.10.0a5, 2.10.0a6, 2.10.0a7, 2.10.0a8, 2.10.0a9, 2.10.0b1, 2.10.0b2, 2.10.0rc1, 2.10.0, 2.10.1, 2.10.2, 2.10.3, 2.10.4, 2.10.5)
ERROR: No matching distribution found for ansible==randomword

centos – Welches Repro hält welche Version eines Pakets bereit

Das Beste ist natürlich wenn man von Systemkritischen Paketen ein eigenens Repro hat und dann dort nach und nach Updates einspielt. Vorher hat man diese optimalerweise in einem Staging Verfahren getestet (dev -> test -> produktion).

Um auf die Schnelle aus verschiedenen aktivierten Repros herauszufinden, welches Repro welche Version bereitstellt ist die Option „–showuplicates“ sehr angenehm.

yum list available --showduplicates packagename

Kann dann für z.B. puppet aus den Repros EPEL (alt), RPMForge (2.7.x) und YUM.PuppetLabs.com so aussehen:

Console_yum_list_available_showduplicates

Vorbereitung auf den Offlinebetrieb

„Offlinebetrieb“ bekommt diese Woche eine neue Wortbedeutung. Denn als Asterisk Integrator und Linux/Unix Administrator ist so eine Woche ohne Internet bestimmt eine neue Erfahrung.
Also heute den Firmenlaptop (DELL Vostro 1510) rausgefischt und das Postfach heruntergeladen. Da noch fix ne Email verschickt, somit ist das auch erledigt.

Jetzt muss ich noch eine 12Volt Netzteil finden für den Freifunk Reserve Router. Dann könnte es doch noch ein Happyend werden.

OpenWRT – Soekris will nicht booten ohne serielles Kabel

Sobald man eine Soekris 4801 mit Grub allein booten will, wartet Grub auf eine Eingabe. Sobald aber gar keine Tastatur oder keine serielle Konsole angeschlossen ist, wartet Grub in alle Ewigkeit. Also deaktivieren und schon fluppt das.

Meine menu.lst dazu schaut so aus:

serial –unit=0 –speed=38400 –word=8 –parity=no –stop=1
terminal –timeout=2 –dumb serial
#######

hiddemenu
default 0
timeout 2

title OpenWRT
root (hd0,0)
kernel /boot/vmlinuz block2mtd.block2mtd=/dev/hdb2,65536,rootfs root=/dev/mtdblock0 rootfstype=jffs2 init=/etc/preinit noinitrd console=ttyS0,38400n8 reboot=bios
boot

VirtualBox 1.4.0 und OpenBSD Gast mit IDE timeouts unter Debian GNU/Linux

habe mich einen paar Stunden mit VirtualBox 1.4.0 binary Version rumgeärgert. Mein Debian Etch sollte ein OpenBSD 4.0 beherbergen. Leider kam immer beim anlegen der Partitionstabelle folgende Fehlermeldung:

wd0c: device timeout writing fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0), retrying
wd0(pciide0:0:0): timeout
type: ata
c_bcount: 512
c_skip: 0

Lösung: Die Version 1.4.0 hat einen Bug. SVN Version holen und kompilieren.

VirtualBox 1.4.0 und OpenBSD als Gast unter Debian GNU/Linux

Wikis, Blogs und mehr bei Heise

Im aktuellen Heise Ticker stand dies Recht interessante Nachricht über die Verbreitung von Wikis und Blogs zum Informationsaustausch in Firmen. Meine persönliche Erfahrung ist das es in kleinere Unternehmen und Gruppen meist Ängste vor Wikis gibt. „Die kann ja jeder verhunzen“ ist ein Satz der oft fällt. Wer ein verwaistes Wiki gesehen hat, kann das nicht von der Hand weisen. Wobei man diese im Intranet (wie im Artikel beschrieben) doch geschützter vor Schmierfinken ist.
Würde mich freuen wenn Wikis mehr eingestetzt werden. Bei „eigenen Wissentools“ ist die Nutzung über länger Zeit doch sehr in starre Bahnen gelenkt.