Archives
-
2018
-
May
-
Note to Self: Solved: Failed to join domain: Failed to set machine spn: Constraint violation
18/05/17
Joining a Samba server to an Active Directory Domain fails
# net ads join member -U Administrator
Failed to join domain: Failed to set machine spn: Constraint violation
Do you have sufficient permissions to create machine accounts?
Simple cause, found after hours and
-
Note to Self: Solved: Failed to join domain: Failed to set machine spn: Constraint violation
-
May
-
2017
-
March
-
Note to Self: Sendmail smart_host with authentication
17/03/21
Just lost an hour or so for a simple task: Configuring sendmail to use smart_host with authentication on CentOS7.
TL;DR: "AUTH=client, available mechanisms do not fulfill requirements" just needed a "yum install cyrus-sasl-plain"
I started with configuring
-
Note to Self: Sendmail smart_host with authentication
-
March
-
2015
-
October
-
ZFS-Live-CD based on Fedora-Live-CD
15/10/13
Since there was no sysresccd with current ZoL 0.6.5.2 modules available I looked around for an alternative.
At http://voidmain.is-a-geek.net/redhat/fe I found a recipe for a custom Fedora-Live-CD.
Follow these steps to create a ZFS-Live-CD:
(I used a Fedora-Live-Xfce-x86_64-21-5
-
ZFS-Live-CD based on Fedora-Live-CD
-
October
-
2012
-
July
-
pySerial Web-Interface
12/07/25
After building the iPad-serial-to-Cisco-console-management-cable I decided that using minicom was a bit unhandy.
So i hacked together a bit of python with pySerial and added some lines of HTML and Javascript:
[more]
#!/usr/bin/python
ip = "127.0.0.1"
-
pySerial Web-Interface
-
June
-
iPad/iPhone serial to Cisco console management cable
12/06/15
There are a couple of pages on the net, describing how to build a serial cable for jailbroken iDevices, e.g. iPhone serial port or Console to routers using the iPad.
[more]
So I will just summarize, what I have used:
I started with this nice mini RS232 levels to TTL -
Get things started
12/06/14
After building a serial cable for my iPad to configure Cisco switches I also hacked together a small python-script and a webpage for easier usage.
Details for building the serial cable and the code for the web2serial python script will follow shortly.
-
iPad/iPhone serial to Cisco console management cable
-
July