Autorenname: Florian

Systemadministrator aus Bamberg.

Fix for „Internal Server Error“ on Scheduled Tasks in Spacewalk 2.6 / 2.7 / 2.8

Add this to /etc/rhn/rhn.conf: hibernate.enable_lazy_load_no_trans=true Then restart spacewalk services like so: systemctl stop tomcat systemctl stop taskomatic systemctl stop rhn-search systemctl start rhn-search systemctl start taskomatic systemctl start tomcat spacewalk-service restart

Fix for „Internal Server Error“ on Scheduled Tasks in Spacewalk 2.6 / 2.7 / 2.8 Read More »

Spacewalk Client for Ubuntu 18.04 / bionic

You have to roll your own: for shizzle in \ bionic/apt-spacewalk \ bionic/python-ethtool \ bionic/rhn-client-tools \ bionic/rhnlib \ bionic/rhnsd \ ; do cd $shizzle && debuild -uc -us ; \ cd ../../ done I uploaded some binary packages (.deb) which work for me ™: spacewalk-client-bionic.zip (This was originally uploaded for https://www.redhat.com/archives/spacewalk-list/2018-May/msg00009.html ) EDIT: If you are

Spacewalk Client for Ubuntu 18.04 / bionic Read More »

Exchange MoveRequest – REALLY FAST, ignore „stalled due to disk latency“

If you want to ignore Exchange stalling on your moverequest slow source/destination servers: Get-MailboxDatabase „ex2013-db01“ | Get-Mailbox | select -first 5 | New-MoveRequest -TargetDatabase ex2016-db01 -BatchName gna -Priority Highest Monitor with: get-moverequest | get-moverequeststatistics When they’re all Completed, cleanup get-moverequest | remove-moverequest Then repeat from step 1.  

Exchange MoveRequest – REALLY FAST, ignore „stalled due to disk latency“ Read More »

Example Netplan dual stack network configuration for Ubuntu 18.04

(08-15 example) srv01 ~ # cat /etc/netplan/01-netcfg.yaml # This file describes the network interfaces available on your system # For more information, see netplan(5). network: version: 2 renderer: networkd ethernets: ens160: addresses: [1.2.3.4/30, „2a02:708:xx:xx::2/64“] gateway4: 1.2.3.4 gateway6: 2a02:708:xx:xx::1 nameservers: addresses: [8.8.8.8, „2001:4860:4860::8888“] ens192: addresses: [192.168.0.10/24] to apply the settings, use netplan apply to list your

Example Netplan dual stack network configuration for Ubuntu 18.04 Read More »

DisplayLink-Driver / i-teck Docking Station Driver for Debian and Ubuntu

Long story short: https://raw.githubusercontent.com/AdnanHodzic/displaylink-debian/master/displaylink-debian.sh local mirror here (dated 2018/03/13) See it in Action: root@nb-fpanzer:~# ./displaylink-debian.sh ————————— displaylink-debian —————————- DisplayLink driver installer for Debian based Linux distributions: * Debian GNU/Linux * Ubuntu * Elementary OS * Linux Mint * Kali Linux * Deepin Options: [I]nstall [U]ninstall [R]e-install [Q]uit Select a key: [i/u/r/q]: I ——————————————————————- Checking dependencies

DisplayLink-Driver / i-teck Docking Station Driver for Debian and Ubuntu Read More »

Ubuntu 17.10: sudo / gksu / gksudo not working, cannot open display

In case you try to start any application under Ubuntu and you get something like that: fpanzer@nb-fpanzer:~$ sudo gsmartcontrol No protocol specified Unable to init server: Verbindung ist gescheitert: Verbindungsaufbau abgelehnt (gsmartcontrol:4153): Gtk-WARNING **: cannot open display: :0 Try to allow „root“ to run applications under your (user-)display: xhost +SI:localuser:root Update: if you disable Wayland,

Ubuntu 17.10: sudo / gksu / gksudo not working, cannot open display Read More »

Unlock your /home partition and other volumes with cryptsetup on boot (Ubuntu 17.10 / systemd)

With Ubuntu 17.10 using systemd 234-2ubuntu12.1 (as of me writing this) you cannot just do it the obvious way: This will create lines and/or keyfiles in /etc/crypttab, which systemd happily ignores. At least the unit-files systemd will generate on the fly will fail. The way to do it, is adding the correct kernel boot parameters luks.uuid=

Unlock your /home partition and other volumes with cryptsetup on boot (Ubuntu 17.10 / systemd) Read More »

Nach oben scrollen