Displaying 20 results from an estimated 400 matches similar to: "DNS trouble (little, but i need some help)"
2006 Nov 28
1
Apache default charset
Hi , i'm using centos spanish version 4.4, i have installed phpnuke
spanish , but i think that apache is showing a strange character ? ,
when phpnuke (and other php and html pages) shows the ñ or
á but in spanish way (? and ?), i would like to know if it is
possible changue configuration of apache to show this charactes to the
right way
Thanks
2002 May 23
2
crosstabulation of means
Hello, I am trying to print a crosttabulation of mean,sd,n for a
continuous variable crossclassified by anoother/s grouping variables. I
came up with:
xtab2 <- function(x,g1,g2) {
funy <- function(z)
list(mean(z,na.rm=T),sd(z,na.rm=T),length(z))
aa <- by(x,list(g1,g2),funy)
bb <- matrix(unlist(aa),nrow=3
,dimnames=list(c("mean","sd","n"),
2011 Mar 29
7
Using graphics straight from R into published articles
Hi,
I have been working with R for the past couple of years; analyzing data and
producing some graphics.
I was just wondering if people use graphics from R straight into articles or
are they always edited in some way; fonts, headers, axis, color etc? Using
photoshop or some other programs?
I would like to think it is possible, better and more profession to do it
all in R.
I tried google and
2006 Dec 11
5
VNC Server
Hi, do you have a guide to configure a VNC Server in Centos, I've read
a guide that says
"Enable VNC as an xinetd service"
and i'm not sure if this is good , talkin about security,
Thank you
2005 Jul 19
1
Understaning Domain Name Resolution
Hello,
I've read chapter 4 [and all other chapters btw] of the Samba by Example
latest version online and the mailing list archives
and have a question re: domain name resolution.
If I have a domain 'AD.NET' I can setup a zone in Bind with an SRV record
and my XP Pro clients can find the domain controller and join the domain.
A simple zone looks like this:
$ttl 38400
ad.net. IN
2009 Apr 14
15
[Bug 21186] New: nouveau very slow with screen size > 1680
http://bugs.freedesktop.org/show_bug.cgi?id=21186
Summary: nouveau very slow with screen size > 1680
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2018 Aug 25
3
Mail has quit working
On Fri, 24 Aug 2018 at 18:16, TE Dukes <tdukes at palmettoshopper.com> wrote:
>
>
>
> > -----Original Message-----
> > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Stephen
> > John Smoogen
> > Sent: Friday, August 24, 2018 3:58 PM
> > To: CentOS mailing list
> > Subject: Re: [CentOS] Mail has quit working
> >
> > On
2011 Oct 27
2
Syntax Check: rshape2 melt()
This is my first excursion into using reshape2 and I want to ensure that
the melt() function call is syntactically correct.
The unmodifed data frame is organized this way:
head(tds.anal)
site sampdate param quant
1 UDS-O 2006-12-06 TDS 10800
4 STC-FS 1996-06-14 Cond 280
7 UDS-O 2007-10-04 Mg 1620
9 UDS-O 2007-10-04 SO4 7580
19 JCM-10B 2007-06-21 Ca 79
20
2019 Feb 20
2
Samba + BIND9 DLZ. DNS dosen't resolve FQDN, only short hostname
Hm,
I thought this to be the very TLD that is specifically assigned for
local networks with no plans to become Internet-wide. What is the
recommended TLD for such networks then?
Dňa 20. 2. 2019 o 11:33 Rowland Penny via samba napísal(a):
> On Wed, 20 Feb 2019 11:17:05 +0100
> "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
>
>> Hai,
>>
2013 Jul 10
4
nsd can't bind udp socket: Address already in use
Greetings,
Unbound 1.4.20
OS X 10.8.4 - Server
NSD 3.2.15
I have installed 'unbound' and it works nicely on my client (test
purpose) - Client is MacBook Air.
I have installed NSD (will be in replacement of BIND) on said client.
All is good but when i try to start NSD
Error --> nsd can't bind udp socket: address already in use.
Everything is configured to bind to 127.0.0.1.
#
2018 Aug 24
3
Mail has quit working
On Fri, 24 Aug 2018 at 14:15, TE Dukes <tdukes at palmettoshopper.com> wrote:
>
> #hosts: db files nisplus nis dns
> hosts: dns files myhostname
>
^^^ that's probably broke also.
hosts: files dns
That should be it. Putting dns first works if you can guarentee that
DNS works fine all the time but if your DNS caches that localhost
doesn't exist then /etc/hosts
2012 Jul 23
1
[PATCH] nsd-patch: fix segfault after renaming slave zone
Hi all,
we have discovered a segfault in nsd-patch when renaming slave zone in nsd
config file if some data for this zone still exists in the IXFR diff
database.
In my case, the zone "black" was renamed to "blackinwhite":
> root at ggd115:/cage/nsd/var/nsd/zones#nsd-patch -c
> /cage/nsd/etc/nsd-dns-slave.conf
> reading database
> reading updates to database
>
2015 Jun 26
2
Asterisk dialplan best practices syntax
Hi,
I've two yocto questions about the syntax of dialplan:
1. What's the "official" notation of each line: "=>" or "=" ? In the wiki
of Asterisk, I see very often "=>", however, what's the reason for both
syntaxes authorized ? Historical ?
2. To write info in logs/console, you have two commands: NoOp and Verbose.
Verbose seems to be
2003 Sep 06
7
OT: Creating documentation using a web interface
Hello all,
I would like to document some things I am doing with asterisk, but would
prefer to do this from a web interface. I am unfamiliar with any
software that allows you to create online documentation from a web
interface. Ideally I will be able to create documentation online from a
browser, which then when saved, is immediately ready to be read online.
Perhaps I can setup different authors
2019 Sep 22
3
bind-dns Folder Missing for Samba4 Setup in Ubuntu
I am trying to setup samba to use the bind9 backend, but a folder is
missing in Samba, according to the WIKI page. This seems to be consistent,
as there are several files and folders that are not where they should be,
according to the wiki:
https://wiki.samba.org/index.php/BIND9_DLZ_DNS_Back_End
That page says there should be a folder at /usr/local/samba/bind-dns, but
it's not there. I've
2010 Jul 01
7
Portal Menu Text missing!
Hi guys,
I've installed Portal, but the menu text is missing. I'm not quite sure why and how to fix it.
I'm using an ATi Radeon 5870, with the Catalyst 10.6 drivers installed and Wine v1.2 rc5.
Any help is appreciated. :)
r2rX :D
2004 Jan 31
1
problems with wine on laptop
I can't get anything to run using wine on my new laptop. I have slackware 9.1,
kernel 2.6.0, and XFree86 4.4 RC2. I am running 2 programs on my desk top
machine that won't run on the laptop. THe desktop has slackware 9.0, kernel
2.4.22 and XFree86 4.3.0.
Can anybody help?
Also the laptop has an installation of windows xp which is not found by the
wineinstall script.
Thanks,
Tom
2012 Nov 06
1
plm(): observations not used for modelling
Hello,
I have posted this problem before, but thought I try to explain it a bit
better.
I'm using the function plm to create a fixed effects model for panel data,
my method is therefor "within" my effect is "twoways".
My Data contains unbalanced Panels due to missing Values, but contains 309
observation for 11 variables (incl. response), with no missing Values. These
309
2006 Feb 02
4
Portal behaviour - beginner question
Hello,
I''m still reading the Pragmatic pdf for ROR. I intend to port a small
web-based soccer simulation game that a friend of mine wrote in php.
I still have in mind the basic cart application that can be found in the
pdf. The main pages in the game typically display multiple statistical
views (past games, player efficiency, ...)
In my basic mind, this would involve calling
2017 Jul 01
3
Physically moving a mail server vs. cached DNS
Hi,
I just moved my main mail account and web content from a low-cost
(low-quality) provider to my own root server running CentOS 7. I
transferred the domain name from DNS management to my registrar,
configured BIND, Apache, Postfix, Dovecot, NTP, SELinux, etc. Now things
are running rather nicely. One thing is puzzling me though.
The updated mail server DNS seems to have spread around so far.