FreeIPA安装后Named service无法启动 – RHEL6.5 在RHEL6.5的环境下,安装FreeIPA后Named service无法启动。错误如下: Configuring DNS (named) [1/9]: adding DNS container [2/9]: setting up our zone [3/9]: setting up reverse zone [4/9]: setting up our own record [5/9]: setting up kerberos principal [6/9]: setting up named.conf [7/9]: restarting named named service failed to start [8/9]: configuring named to start on boot [9/9]: changing resolv.conf to point to ourselves Done configuring DNS (named).
SSL导致httpd无法使用解决 安装IPA的过程中,修改了/etc/httpd/conf.d/ssl.conf替换所有443为444,导致了httpd启动失败。 查看日志/var/log/httpd/error_log,有以下提示 Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name 修改hosts文件如下: [root@ipa conf.d]# cat /etc/hosts 127.0.0.1 localhost.localdomain localhost.localdomain localhost4 localhost4.localdomain4 localhost ipa ipa.xionghuilin.com ::1 localhost.localdomain localhost.localdomain localhost6 localhost6.localdomain6 localhost ipa ipa.xonghuilin.com 192.168.26.120 ipa ipa.xionghuilin.com [root@ipa conf.d]# 错误2: Apache 因SSL Library Certificate has expired 无法启动. Continue Reading →
Embedded Linux S3C2440 – USB Gadget Drivers Summary Tested on Embedded Linux S3C2440 target board to be configured as USB device, like USB mass storage and serial cable, the test result was successful. Continue Reading →
Embedded Linux S3C2440 – Partitions an FileSytem (YAFFS2) Summary Tested embedded Linux S3C2440 for partitions and YAFFS2 FileSystem with successful result. Continue Reading →
Embedded Linux S3C2440 – QEMU and Graphic Summary Tested QEMU and Graphic application on Embedded Linux S3C2440. Continue Reading →
Embedded Linux S3C2440 Profiling Summary OProfile is a profiling system can do profiling on all parts of a running system from the kernel to shared libraries and to binaries. Continue Reading →
Embedded Linux S3C2440 – Multi-thread Scheduling Summary Test the debugging of the Multi-thread Scheduling on embedded Linux S3C2440, both in All-stop mode and Non-stop mode. Continue Reading →
Embedded Linux S3C2440 – Kernel Debugging Summary Conduct Kernel debugging test on Embedded Linux S3C2440 by using KGDB. Continue Reading →
Embedded Linux S3C2440 – Kernel Module Summary Embedded Linux device driver is part of Linux kernel, application will use Linux device driver to interact with Linux Kernel. Continue Reading →
Embedded Linux S3C2440 Networking Summary Embedded S3C2440 Mini2440 system has limited amount of storage available on the board for the application code. Continue Reading →