Re-install Grub2 from DVD Rescue Boot the Rescue from the DVD. This should be the same Arch as the installation: ie; 32 bit or 64 bit.. Once the
Rollback zu einer älteren Revision Um mittels osc einen Rollback zu einer älteren Revision durchzuführen sind folgende Schritte notwendig:
osc sr -r $rev $prj $package $prj -m "revert to $rev"
danach erhält
rear (Relax and Recovery) und NFS als Speicherort Wichtig ist hierbei das bei export no_root_squash und rw als Exportparameter in der /etc/exports auf dem NFS-Server angeben werden. zB.:/srv/nfs/rear 192.168.1.0/24(rw,nohide,no_root_squash,sync,no_subtree_check)Außerdem sollten folgende Parameter in
Recover the Linux root password Resolution
Boot server from the installation CD.
Then select any installation method or Rescue System.
At the first installation screen when selecting language, press ctrl-alt-f2 to open a
Remote Administration (VNC) erlauben
Achtung:
Es muss der Displaymanager umgestellt werde, da die Remoteadministration mittels dem Standarddisplaymanager sddm nicht funktioniert.
Listet verfügbare Displaymanager auf:
update-alternatives --list default-displaymanager
Lässt den Displaymanager ändern:
update-alternatives --config default-displaymanager
Mehr
RPM Package Versions
RPM Package Versions
A nice technique to split out an RPM package version, such as "1.12.14" into an array. Adapted from a Red Hat Satellite katello-ca-consumer
rpmlint: python-bytecode-inconsistent-mtime Es gibt drei Möglichkeiten. In dieser Reihenfolge nutzen.Diese sind nach %python_install einzufügen.Für %{python_sitelib} kann auch %{python_sitearch} eingesetzt werden.
# Fix python-bytecode-inconsistent-mtimepushd %{buildroot}%{python_sitelib}%py_compile .popd
# Fix python-bytecode-inconsistent-mtimepushd %{buildroot}%{python_sitelib}find