Showing posts with label ubuntu server. Show all posts
Showing posts with label ubuntu server. Show all posts

Friday, May 23, 2008

specs for an new small server that will be used for web and db in the same time

Xeon quad core

16GB RAM 2x1000GB SATA HD on RAID 0
Operating System Debian Stable 64
2000GB BW
100Mbps network

https://order.layeredtech.com/ConfigureServer.lt?method=display&productId=1775&__utma=1.1468572713.1210778814.1210778814.1211467849.2&__utmb=1&__utmc=1&__utmx=-&__utmz=1.1210778814.1.1.utmccn%3D(direct)


Or you can choose from this list

http://www.layeredtech.com/dedicated-servers/enterprise.php

the important stuff is memory/hdd and to be quad core

the operating system must be debian 64 bit or ubuntu server edition

Thursday, February 14, 2008

Fatal error: 500 OOPS: vsf_sysutil_recv_peek

after upgrade to gutsy vsftpd gave the above error when i did ls after login

i commented this section
#connect_from_port_20=YES
and all works

Wednesday, February 13, 2008

postfix+dovecot howto for an small mail server (router too)

our aging rh9 mail server started to show it's caps age and started to fail (p3@350Mhz with 256M ram and 2G hdd)
on each day (hw errors) so we are switching to an more modern ubuntu gutsy on an
p4@1.6Ghz (712M ram) and 40G WD drive

Old config was sendmail+pop3+shorewall
The new config is postfix+dovecot+shorewall
Here is the guides i followed
https://help.ubuntu.com/community/Postfix
https://help.ubuntu.com/community/Dovecot
http://www.shorewall.net/two-interface.htm

ps: some of the hw errors we had in the logs

WARNING:  Kernel Errors Present
hda: task_no_data_intr: error=0x04 { DriveStat...: 2Time(s)
hda: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }...: 2Time(s)
proper way to do an server upgrade from ubuntu feisty to gutsy
Read the guide on ubuntu.com

I wonder why the guide is not linked on the download/release page