Sitemap » R

  • Request wieder öffnen
    osc request reopen -m "download now working" (RequestNummer)  
  • 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
  • RPM macros for SLE12 and openSUSE:Leap
      SLE12:GA SLE12:SP1 SLE12:SP2 Leap 42.1 Leap 42.2 suse_version 1315 1315 1315 1315 1315 sle_version 120000 120100 120200 120100 120200 is_opensuse undefined undefined undefined 1 1 %If 0%{?suse_version} == 1315 &&  0%{?sle_version} == 120100 && 0%{?is_opensuse} == 1%define _is_leap_42.1%endif %If 0%{?suse_version} == 1315 &&  0%{?sle_version} == 120200 && 0%{?is_opensuse} ==
  • 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