similar to: Newbie Question: Xen Server & Linux Xen Dom0 Differences and a usage query

Displaying 20 results from an estimated 4000 matches similar to: "Newbie Question: Xen Server & Linux Xen Dom0 Differences and a usage query"

2005 Dec 01
1
CentOS on Xen question (Xen Hosting)
List: I am considering getting a Xen based virtual server for providing static web-site, secondary MX & DNS. Pros & Cons? anyone? Minimal install from the centos server CD (centos will be the guest OS) with Apache, Selinux, Iptables, qmail, spamassasin, djbdns, clam, mysql, postgreSQL & INN. Any install issues? What should be the HDD & RAM requirement, in addition to my database
2008 Apr 27
3
f/oss routing solution?
I'm looking for an open source router solution, and someone from the list recently recommended zebra (www.zebra.org). I haven't yet identified all my needs, but I'm guessing that it will do all my routing needs for a, say, class C set of IP addresses, particularly if I ever have to do anything BGP-related. Anyone have any pointers before I delve in? Or possibly a recommendation for
2014 Oct 27
1
tinydns exceeds "holdoff time" on startup under CentOS 7
Hello listmates, Somehow or other my DNS services that are part of the ndjbdns-1.06-1.el7.x86_64 package would not start properly at startup. When I then start them up using systemctl: systemctl start dnscache systemctl start tinydns they start just fine. >From the log I got the following for tinydns: Oct 24 15:01:43 ns99 tinydns[1867]: tinydns: version 1.06: starting: Oct-24 2014 15:01:43
2003 Sep 10
1
No such file or directory - error
Hi I've got rsync setup to replicate DNS for an irc network I help run. I'm the primary DNS, so I use the rsync client to connect to a friend running another DNS server, and he has the rsync daemon setup. the conf is as follows log file = /root/rsync.log [tinydns] path = /etc/tinydns/root/ use chroot = no max connections = 2 read only = false list = false uid = root
2013 Feb 14
1
selinux and tinydns
Hi all, tinydns starts up fine, selinux reports no issues (now after a day of clearing errors). If I turn selinux back to permissive in /etc/sysconfig/selinux, and reboot, tinydns responds to queries. If I turn selinux back to enforcing and reboot, tinydns does not respond. Monitoring /var/log/messages shows no errors from iptables/shorewall or selinux. The only way I can find an error is
2013 Jan 28
1
Featurerequest for nsd4
Hello Wouter, We used tinydns for many years. After migration to nsd3 we miss only one feature present in tinydns only: tinydns may switch addresses by decreasing the ttl for old data and serve new data starting from a fixed timestamp. http://cr.yp.to/djbdns/tinydns-data.html: You may include a timestamp on each line. If ttl is nonzero (or omitted), the timestamp is a starting time for the
2009 Feb 09
7
tinydns/djbdns opinion poll
Good morning: We're about to start moving our public DNS to in-house managed servers. My first thought was "Linux + BIND" and we're done. Someone in another business unit's IT dept. has suggested tinydns be used. >From what I could find, it looks like this software hasn't really had any community drive behind it in a while. The latest RPMs on rpmforge are for red hat
2006 Jan 27
1
tinydns -some help needed
Is there a tinydns or dns wizard that could give me some hints, please? I am setting up and testing tinydns, but have some problems figuring out how to route. I do get dnscache to listen on tinydns. Also I do not understand why it will not answer the given ip (127.0.0.1) to the name server. 1. Both services are up running and seems to be working fine, so why no reply, (on the first
2005 May 22
2
Help PLEASE...Multi-Routing for ADSL on Linux: Request for pointers..
Hi all I am a small business user running my IT infrastructure on Whitebox linux (RHEL3 clone), with ADSL connectivity with a static ip, using the ipcop firewall gateway (www.ipcop.org). I run my own web/mail server as my website usage is not much and I cannot afford to lease a dedicated server on the net, and leasing a shared server...I lose control. My DSL is prone to frequent outages and
2014 Oct 27
1
Samba internal DNS + 2nd DNS
I'm workign to setup Samba4 and my current centos server deployment uses TinyDNS/DNSCache for the DNS. Understanding that it is best to use Sambas internal DNS for AD, I'm wondering how others are doing DNS? I really don't want to use BIND. Should my DHCP server send ddns updates to Samba's internal DNS for client leases? Thanks, -- Greg J. Zartman Board Member Koozali
2005 Sep 01
0
How to resolve SMS/WAP/MMS/VoIP gateways on a shoestring?
I was wondering if anyone could shed some light on what options I have for mapping incoming/outgoing SMS messages to/from a telephone number that I am given by a VoIP provider who does not currently offer SMSC services? In other words, Voicepulse, my VoIP provider, provides me with a PSTN terminated number (hypothetically 222-222-2222). I use my Asterisk server to handle the calls that
2019 Feb 21
2
Most recent version R for IBM Power8 Ubuntu environment
What is he most recent version of R known to run reliably in an environment of IBM HPC cluster Power8 systems, Ubuntu 16.04.1 operating environment with gpfs as the cluster file-system? It would seem from 'apt' checking to be R-3.2.3; however, that one is rather old and does not support a sufficient number of R packages that are needed for current university research projects. R-3.5.1 has
2011 Feb 23
12
Alternative to cPanel
Hello all, I'm looking to setup a new CentOS box for a buddy of mine who wants to do hosting on a server via CoLo, Years ago I whipped up a CP of my own on a Debian box he colo'd running a basterdized qmail/tinydns and custom built httpd/mysql/etc (I was young). It worked ok but time to move on and I don't have time to maintain all those packages. I also don't have time to write
2019 Jul 05
2
DNC and DNS
On 07/05/2019 01:43 PM, Rowland penny via samba wrote: > On 05/07/2019 18:59, Robert A Wooldridge via samba wrote: >> Is it necessary to use Samba's DNS when configuring as a domain >> controller?? Can a DNS server be used on a different machine? >> > The dns server must be authoritative for the AD dns domain but you do > not need to use the Samba internal dns
2010 Jan 23
3
32 bit Full Virtualized DomU on 64 Dom0
Hi, I need to virtualize a physical machine (Debian Etch 32 bit) to run on Centos 5.4 64 bit. Can I do that? I mean can a full virtualized DomU 32 bit run on a 64 bit Dom0. Thanks in advance!! -- -- Open Kairos http://www.sergiobelkin.com Watch More TV http://sebelk.blogspot.com Sergio Belkin -
2007 Jan 26
2
Most reliable setup for mongrel
I''m looking for the most reliable setup for Mongrel. Reliable meaning avoiding things like sending too many requests to a single mongrel process, or sending requests to a mongrel process that has hung for some reason. The handler will most likely be rails, but it might be a custom handler. SSL is also a requirement, which limits the options a bit but it can''t be done away
2019 Dec 21
1
tinydns to nsd
I have used tinydns for many many years now and it has always worked very well. I like its simplicity: 1 text file is converted into a cdb database, there's no master/slave environment (all nameservers are equal) and synchronisation is done by rsync. Tinydns is run by runit, a supervise system. I'm looking at NSD now and I think I can use NSD the same way I use tinydns. The only
2015 Jan 13
3
DJBDNS: very weird dnscache issue
Hello all, We have put a DNS server online running DJBDNS v1.06 (ndjbdns-1.06-1.el6.x86_64) on a 64-bit CentOS 6.6 server. We have done some limited testing on the machine which it passed - i.e., dnscache was talking to tinydns, the queries went through fine, etc. As soon as we put it online subjecting it to live load the following happened: 1) Within a short time period (about a minute) the
2004 Nov 05
6
A distro around Shorewall
Hi all, Currently at work we use a commercial product called "Gnatbox", which, I believe, is a BSD derivative running on a floppy disk. They have a pretty UI and all, but I''d feel much safer/happier with a GNU/Linux box and Shorewall doing the same thing. In fact, I''m doing something very close to this at home using Openwrt and Shorewall on my WRT54G router, but I
2005 Nov 21
1
[OT] DNSguruz pl help: whois structure, delegation & handling delegation with Tinydns.
List: Sorry for posting to this list but could not find step by step instructions anywhere nor get any concerned list to respond. Newbie to DNS technicals but can work with instructions if given in ./configure for complete idiots ;-) 1. I have taken a static IP from my ISP 203.134.221.162 and the ISP has put up an entry in APNIC whois (please check the same)...to me it seems incomplete, as it