Kategorie: CentOS Red Hat Enterprise Smeserver Bluequartz Strongbolt

FreeBSD Linux: Remove Clear GPT Partition Table from drives

Problem: FreeBSD 9 use GPT Partitionlabel by default to remove with Linux do: fdisk message: WARNING: GTP (GUID Partition Table) detected on '/dev/sdX' The util fdisk isn't support GPT. do on console: sudo parted /dev/sdX mklabel msdos (Enter Yes!) quit now use Linux fdisk to recreate a new partion Table

Linux Bug: SATA failed command: WRITE FPDMA QUEUED ata3.00 ncq freeze hang

Problem: If you copy or install Files from Disk to Disk somtimes the fresh installed Debian Ubuntu Linux in Textmode (server minimal setup) current kernel freezes or lost connect to the Disks. Take a CLOSER LOOK the Error often affects ALL DISKS !! If only one Disk  affected replace the Drive to SATA600 Hardware:  Asus […]

Centos 4.7 4.8 SME Server 7.4 7.5.1 LSI Megaraid ATA PERC 2 Driver (Dell Poweredge 600SC 1600SC)

For install of Centos 4.7 / 4.8 and SME Server 7.4 / 7.5.1 with Kernel 2.6.9-89.0.16.EL Kernel 2.6.9-89.0.16.ELsmp take my compiled Driver here and copy it to /lib/modules/2.6.9-89.0.16.ELsmp/kernel/drivers/scsi/megaraid look for only this modules, remove old or other! megaraid.ko (my compiled driver) megaraid_mm.ko megaraid_sas.ko edit with: #nano /etc/modprobe.conf change first line!!! to: alias scsi_hostadapter megaraid go: […]

SME Server usefull Backup Tips Custom Templates Customizing SME

On SME Server: Data Path which are saved by Console Backup – save all Custom-Scripts which you run with Cron or Root at Location /root – save all modified Custom Templates at /etc/e-smith/templates-custom – all ibays – all /home – if you not know how to make /etc/e-smith/templates-custom files copy the standard templates from /etc/e-smith/templates […]

SME Server USB Disk Stick mount Problem at SME Server Backup Console

Problem: On SME Server the HAL Daemon often not recognize a USB Stick or Disk which you can use for „Console“ Backup Program. Solution: – Create a Script with #nano /root/backup.sh – insert: service haldaemon restart service messagebus restart console exit This restart the HAL Environment before Console (SSH-Admin-Tool)is opened. To prevent Users to write […]

SME Server config by console

SME Server is controlled by a extra Runlevel 7 of Linux (Default Linux has 6 runlevel). Solution: SME Server set the Runlevel 7 control with some database files located at /home/e-smith/db to set your configuration you have to login with ssh (Putty) as root/admin and enter: #db configgroupname command dbfilename setting status for example: #db […]

Ubuntu Lucid 10.04 Review Workstation: Phenom X6 1090T

Today i got new parts for my workstation: – Phenom X6 1090T – Asus M4N75TD AM3 – 8GB RAM 1333Mhz from Kingston 4x 2GB Kingston HyperX – Graphic Card Nvidia 8400GS Low Noise (fanless) runs well as low noise workstation! tests following… Board works on: – FreeBSD 8.0 (nforce 750) – Debian Lenny 5.0 AMD64 […]

How to compile the Centos SME Server 7.4 Linux Kernel 2.6.34

Download the latest stable kernel from the http://www.kernel.org/ unpack the downloaded source file. Steps: # wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.34.tar.bz2 # tar xjf tar xjf linux-2.6.34.tar.bz2 # ln -s linux-2.6.34 linux # cd linux # cp /boot/config-`uname -r` ./.config # make menuconfig (here you can select .config as preselected .config from old kernel) # make rpm (Compile the […]

Security Bug smeserver-phpmyadmin-multiuser-2.11.3-3.el4.sme.noarch.rpm

If you use: smeserver-phpmyadmin-multiuser-2.11.3-3.el4.sme.noarch.rpm and run db configuration setprop access private the Login Interfaces is public !!! Please take newer version: smeserver-phpmyadmin-multiuser-2.11.9-XX.el4.sme.noarch.rpm

Design copyright www.linuxonlinehelp.com - Linux PC & Server Support