Displaying 20 results from an estimated 2000 matches similar to: "Dovecot refuses connections"
2006 Oct 09
2
Installing Rmpi on 64-bit Linux Athlon
Hello,
We have recently added a 64-bit 2 x Dual-Core Athlon server running Red
Hat Enterprise Linux AS release 3 to allow for processing of large data
sets (>4GB) in R. To integrate this server into our Linux cluster, I
have been trying (unsuccessfully) to use Rmpi/lam-mpi to parallel
process some of our scripts. While I have successfully compiled R 2.4.0
and lam-mpi 7.1.2 on this server using
2001 Apr 08
4
2.2a3 and SWAT - connection refused by server
Help!
I finally got it installed, and now I can't get into SWAT...
I go to http://servername:901, and get a 'The connection was refused by the
server"
Can anybody tell me what dumb thig I'm doing wrong? I really ned to get
this thing working tonight...
Thanks
Charles Marcus
2014 Sep 18
1
last user argument missing from Rscript --verbose
The loop that echoes the arguments almost always stops too soon. It apparently does that to avoid
echoing the "--args" (that had been inserted) when there are no user arguments. However, when there
are user arguments, the next element of the 'av' array is the last argument and usually not "--args",
although it can be.
?Rscript is a little sketchy:
?--verbose?
2007 Mar 29
1
locking question
There are three applications that have their mitts on files on my mail
server, which is running AIXV5.3 and UWIMAP and mbox format. The mail
folders and INBOXES are native to that machine, but also are NFS
exported to a login server and a mailing list server. All three
machines are running the lockd daemon.
Everybody wants to lock differently
1) procmail (delivering for sendmail), which
2023 Jun 01
1
error in arfima...
>>>>> akshay kulkarni
>>>>> on Wed, 31 May 2023 20:55:33 +0000 writes:
> dear members,
> I am using arfima() from forecast package to model a time
> series. The following is the code:
>> LYGH[[202]]
> [1] 45.40 3.25 6.50 2.15
>> arfima(LYGH[[202]])
> Error in .fdcov(x, fdf$d, h, nar = nar, nma = nma,
2005 Apr 14
2
tftp - getting connection refused
I did the following to setup the tftp server.
Download tftp from
ftp://ftp.kernel.org/pub/software/network/tftp/tftp-0.40.bz2
tar -jxvf tftp-0.40.bz2
cd tftp-0.40
make
make install
mkdir /tftpboot
chmod 777 /tftpboot
chown nobody:nobody /tftpboot
changed /etc/xinetd.d/tftp file to "disable no"
service xinetd restart
Now when I connect I get in /var/log/messages "tftpd: read(ack):
2007 Apr 24
1
locking questions
I have Dovecot 1.0 in trial use by the IT staff, and have some locking
questions
Background, the mail server runs procmail, sendmail and NFS exports the
user homedir and mailbox to a) a login shell host and b) a mailing list
services host. It runs UWIMAP on the usual ports and dovecot on a
arbitrary port number. Because of concern with NFS and file access
contention. I have the following
2010 Dec 28
4
Nested Class
Hi:
I have something like this:
class xinetd {
... some Puppet code ...
class xinetd::telnet {
... some Puppet code ...
}
}
node ''host1'' {
include xinetd::telnet
}
However, when running Puppet says it can''t find class xinetd::telnet.
I can include xinetd so I know my site.pp correctly includes all .pp
files.
I am running Puppet 2.6.0.
Thanks
2014 Jun 28
1
tftp-hpa 5.2
Hello everyone,
I am having difficulties in setting up a tftp server on a Fedora 3.14.8-200.fc20.x86_64.
Running tftp client to test the server functionality, a simple get from the terminal prompts 'Transfer timed out.' back.
The version is tftp-hpa 5.2, with remap, with tcpwrappers, unfortunately I am not able to find any log in the system journal.?
The server and related services appear
1997 Jan 13
4
xinetd v. tcp-wrappers
I am interested in opinions regarding the use of xinetd versus
the use of tcp wrappers. The two programs have similar functionality,
but I find xinetd suits my needs better.
The biggest problem is the age of xinetd, and AFAIK it is no longer
being kept up. Are there any known security issues with xinetd?
Another issue is that xinetd makes use of a non-standard inetd.conf
layout, but
2008 Apr 29
2
xinetd question
I am using centos 5.1 x86_64
I am wanting to restart xinetd
when I do "service xinetd restart"
it says xinetd unrecognized service
when I do "/etc/init.d/xinetd restart"
I get no such file or directory.
How does one restart xinetd?
THanks,
Jerry
2005 Jul 06
1
Question regarding SWAT
Hi everyone,
In the last few days I've spended hours and hours on the web surching for a solution to my problems. Eventhough it looked like there where several other people having the same problem I couldn't find a way to solve it.
Therefore I'm hoping that one of you could help me with the following problem.
I've installed Samba 3.0.14a on RedHat 9.0. Samba is working perfectly.
2011 Jul 18
3
EL6, xinetd, and permissions. What am I missing?
Staging for a rollout of EL 6, and ran into a very strange permissions issue
with xinetd that defies all (my) logic.
It's a script called "spfiled" that we use for messaging between our server
cluster servers. I'm trying to get it to run with "least permissions
necessary". Because it reads/writes files in conjunction with a web-based
service, it runs as user
2012 Oct 25
0
Compiling Samba4 RC3 on AIX 6.1 with IBM vac
Sorry - the first post got sent as a response to an unrelated thread :-(
...........................
Hi, I'm trying to get a samba4 build on AIX 6.1, and run into a couple of
problems:
1. The entire Kerberos Heindal #includes need to be explicity included(with
path)
2. In order to get the ldap definitions (ldap.h etc) I've installed
openldap 2.4.28.
3. Learning to hate '//'
2007 Sep 10
5
xinetd and pop3
Is this the best way to get dovecot's pop3 process to run under xinetd? This
is what I did after I installed postfix and dovecot.
I am using Debian. I am using the dovecot local delivery agent.
---------first the dovecot configuration and version
information------------------
dovecot -n output:
# /etc/dovecot/dovecot.conf
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: pop3 pop3s
2020 May 28
5
xinetd custom service - perl - remote address
Hi all,
I can't believe that I can't find the answer to this one. I have a perl script which is called by xinetd.
I want that perl script to be able to detect the remote IP address of the caller.
I presumed that it would be an environment variable but I could be wrong. I've found reference to the ENV and PASSENV arguments for xinetd.conf but no examples, and no indication of what
2013 Dec 10
2
CentOS6 xinetd failure
One thing I have noticed on CentOS6 is that rsync via xinetd never
works after a reboot. It always takes an additional, post-reboot
service xinetd restart to get it going. That has been the same for
all revisions up to and including 6.5, and I've seen it on more than
just machine.
While I don't see such a message on other problem machines, the latest
reboot gave me a clue:
Dec 9
2001 Nov 07
1
xinetd, what's the trick?
Hello,
I've succefuly installed samba 2.2.2 on my Linux box. I can share between
Linux and MS boxes, but I want to start samba from xinetd.
In /etc/xinetd.d/ I have this:
#/etc/xinetd.d/netbios-ns
service netbios-ns
{
disable = no
socket_type = dgram
protocol = udp
port = 137
user = root
wait
2008 Sep 04
5
VMWare Server doesn't like new CentOS installation?
I just got a nice, shiny new machine at work, a Core 2 Duo, on which I
just finished installing CentOS 5.2 with a fair number of packages,
SeaMonkey 1.1.10, Adobe Reader 8.0, Adobe Flash 9.0, mplayer,
mplayerplug-in (both from rpmforge), and I think that was it. Then I
went and got the latest VMWare Server, 1.0.7, from VMWare, pulled down
their rpm, installed it, and ran vmware-config.pl, which
2002 Dec 03
1
2.2.7 nmbd doesn't start under RedHat 7.1 (Kernel 2.4.2-2smp)
hi,
i upgraded to samba 2.2.7 and since this nmbd (configured to start from
xinetd)
doesn't start! i sent SIGHUP to xinetd and can see that configuration is ok
(netbios-ns
is readjusted) but nmbd doesn't start!!
when i start nmbd by hand with "-D" i see many messages from xinetd in
/var/log/secure:
Dec 3 12:05:39 atpcw6yc xinetd[1724]: START: netbios-ns pid=1973