Syslog Stopped working and not printing the message logs. Error Log Shows the message : imjournal: fscanf on state file imjournal.state Error #systemctl status rsyslog.service shows the following error imjournal: fscanf… Read more »
Linux Terminal Server Basic Setup Guide for Fedora Linux Cent OS Ubuntu LTSP Configuration Below you can find the sample lts.conf file for USB keyboard and USB mouse [default] #X_COLOR_DEPTH=16 X_COLOR_DEPTH=24… Read more »
PXE-E53 “No boot filename received” The first thing I’d probably check is your BIOS setup. It may be trying to look for a network drive before starting from your local… Read more »
Mailman Error : Couldn’t install: rjsmin 1.0.12 While installing Mailman, following error occurred. #pip install zc.buildout # buildout Develop: ‘/opt/mailman/mailman-bundler/.’ warning: no files found matching ‘*.in’ under directory ‘mailman_bundler’ warning: no… Read more »
Error: Cannot load /etc/httpd/modules/mod_mem_cache.so After upgrading the fedora from 10 to 11, Apache server stopped working. Error While try starting the httpd service it gave the following error #service httpd… Read more »
Configure x lite with trixbox | Asterisk Open Xlite application 1) Right Click on xlite and select -> SIP Account Settings This will open SIP Account dialog box 2) In… Read more »
bash: mount.cifs: command not found Error: While mounting the Windows Network Share, following error occurred. # mount.cifs //192.168.1.1/share /mnt/windows -o user=testuser,pass=mypassword bash: mount.cifs: command not found Solution: Install the cifs-utils… Read more »
Upgrade FC 11 to 12 Using Yum Follow the below commands to upgrade fedora 11 to fedora 12 using you repository #yum update -y #yum clean all #rpm -Uvh http://mirrors.kernel.org/fedora/releases/12/Fedora/i386/os/Packages/fedora-release-notes-12.0.0-4.fc12.noarch.rpm http://mirrors.kernel.org/fedora/releases/12/Fedora/i386/os/Packages/fedora-release-12-1.noarch.rpm error:… Read more »
Yum Upgrade Error : GPG key retrieval failed: [Errno 14] curl#37 Following error occurred While upgrading Fedora 19 to Fedora 20 through yum. Error Message: Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-i386 Error: GPG… Read more »
While running the testserver.pl in bugzilla root folder, following error message occurred. “TEST-FAILED Webserver is permitting fetch of localconfig” Error Message: #./testserver.pl http://bugzillaserver TEST-OK Webserver is running under group id… Read more »