Main menu:

Site search

Januar 2026
M D M D F S S
 1234
567891011
12131415161718
19202122232425
262728293031  

Categories

Tags

Archive for 'Debian'

apt-get SSH Update Problem

1. Attribute prüfen: lsattr /usr/bin/ssh ist ein i und a enthalten, z.B. su–ia———— /usr/bin/ssh 2. Attribute zurücksetzen mit chattr -i /usr/bin/ssh  chattr -a /usr/bin/ssh 3. Das gleiche nochmal für den sshd: lsattr /usr/bin/sshd 4. Reset der Attribute a und i: chattr -i /usr/bin/sshd  chattr -a /usr/bin/sshd

Debian Squeeze Xen4 dom0, grub2 und dom0_mem

  1. Neue Zeile in /etc/defaults/grub:   GRUB_CMDLINE_XEN_DEFAULT=“dom0_mem=256M nosmp“   2. Danach ein update von Grub mit: update-grub  

Postfix Default-Config anlegen

1. default-Config erzeugen mit: policyd-weight defaults > /etc/policy-weight.conf 2. In der Datei /etc/policy-weight.conf den Wert ändern: $REJECTLEVEL = 5