Displaying 20 results from an estimated 86 matches for "server_arg".
Did you mean:
server_args
2010 Oct 22
2
problem w/ puppet & augeus : xinetd.d/rsync server_args value
Hello,
I would like to have the following line (among others) in my
/etc/xinetd.d/rsync file :
server_args = --daemon --address=<ipaddress_eth0>
--log-file=/var/log/rsyncd.log
To this end, i am using the camptocamp rsyncd module available from git.
Everything works except this line. I thought it was, perhaps, a
questions of spaces (this has been discussed on the list before), but
accordin...
2006 Dec 28
6
tftp times out
...xes. When connected
"tftp>status" shows it is talking to the other box
"tptp>trace" shows "sent WRQ <file=slavelit, mode=netascii>" and ends with Transfer timed out.
I have tftp is being run under xinetd.
I have modified /etc/xinetd.d/tftpd as follows:
server_args -p -c -U 002 -u install -s /tster
I have setup a user install, set read/write privileges on /tster which is owned by install
Not sure what else I need to do to get this working, any suggestions would be appreciated
Mark Snyder
JMK Computerized TDIS
Urbana, IL 61802
2004 Nov 05
2
HELP - Samba/Swat 3.0.2 and OsX 10.3.5
...e Samba Web Admin Tool. Use swat \
# to configure your Samba server. To use SWAT, \
# connect to port 901 with your favorite web browser.
service swat
{
port = 901
socket_type = stream
wait = no
only_from = localhost
user = root
server = /usr/sbin/swat
server_args = -s /etc/smb.conf
log_on_failure += USERID
disable = no
}
and i also created in /etc/ a file called smb.conf that
contain the following string:
[global]
dos charset = 437
unix charset = UTF-8-MAC
display charset = UTF-8-MAC
server string = Mac OS X...
2004 Oct 21
2
buffer overflow in receive_file_entry
....0.1
use chroot = yes
[sitis]
path = /home/myparentdir/
comment = "test"
and xinetd.d/rsync contains:
service rsync
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/bin/rsync
server_args = --daemon -c /etc/rsyncd.conf
log_on_failure += USERID
}
I've been running rsyncd on many other servers in the past without
problems (apart
it being a real cpu and memory hog), so I can't explain why I'm
experiencing these
errors now.
Other software installed:
Name...
2006 Mar 07
5
subversion help!
I created a subversion repository on my new vps and i''m trying to setup my
rails app there. However i keep getting this error:
subversion/libsvn_subr/io.c:2516: (apr_err=13)
svn: Can''t create directory ''/home/svnadmin/rapleaf/db/transactions/0-1.txn'':
Permission denied
How do i fix this? I know others have had this before, so i would
appreciate some help.
2006 Mar 17
3
TFTP problems on FC4
...g on Fedora Core 4.
The TFTP server appears to be setup properly:
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -vvvvvvvvvvvv -c -s /tftpboot/
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}
Here is the error message I get on FC4:
Mar 17 09:52:52 localhost in.tftpd[22194]: RRQ from 172....
2007 Sep 13
4
[CentOS 5] tftp-server, unable to create new files (even with "-c" option)
...ion process for some operating
systems.
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = no
user = root
server = /usr/sbin/in.tftpd
server_args = -s -c /tftpboot
per_source = 11
cps = 100 2
flags = IPv4
}
And here is it concerning the home path owner & permissions:
[root at chl1 /]# ls -la
...
drwxrwxrwx 2 root root 4096 Sep 13 10:18 tftpboo...
2013 Jun 08
2
memdisk and iso, speed up
On Sat, Jun 8, 2013 at 1:44 AM, Geert Stappers <stappers at stappers.nl> wrote:
> Op 2013-06-07 om 12:20 schreef upen:
> > On Fri, Jun 7, 2013 at 9:29 AM, Geert Stappers <stappers at stappers.nl>
> wrote:
> > > Op 2013-06-07 om 06:18 schreef upen:
> > > > [ ... dhcp server configuration ... ]
> > > > Everything has been always like this on
2015 May 01
8
Could not complete SSL handshake to Amazon EC2 host
...(Nagios Remote Plugin Executor)
service nrpe
{
flags = REUSE
socket_type = stream
port = 5666
wait = no
user = nagios
group = nagios
server = /usr/local/nagios/bin/nrpe
server_args = -c /usr/local/nagios/etc/nrpe.cfg --inetd
log_on_failure += USERID
disable = no
only_from = 127.0.0.1 xx.xx.xx.xx # <- representing my real
nagios server IP
}
And I have my default security group for that host open on port 5666 to the
world for...
2020 Mar 17
3
Running amanda on CentOS 7: "amanda-udp.service failed."
I am trying to get amanda backup going on a CentOS 7 system and things are not
working:
sharky4.deepsoft.com% sudo systemctl start amanda-udp
[sudo] password for heller:
Job for amanda-udp.service failed because a configured resource limit was exceeded. See "systemctl status amanda-udp.service" and "journalctl -xe" for details.
sharky4.deepsoft.com% sudo systemctl status -l
2004 Jun 10
0
Grandstream Ringtones on a per phone basis
I have just successfully got the TFTP file remapping to work such that I
can have unique ringtone files for each and every extension. I added the
following to my server_args line in the xinetd configuration for TFTP:
-m /home/asterisk/grandstream/ringmap.cfg
Now the entire line reads:
server_args = -v -s /home/asterisk/grandstream -u asterisk -m
/home/asterisk/grandstream/ringmap.cfg
(There is no line break in the actual file!). When debugging, you can
use more &...
2008 Oct 02
1
VNC & GDM & runlevel 3
Has anybody been able to get this to work ?
I have been trying multiple options until now but all give me the empty
crappy desktop with black cross display...
I have tried changing the server_args in the xinetd config, but that
makes a connection and exits straigt away...
On 1 box it works in runlevel 5, but that is obvious (IMHO)...
My Config:
/etc/services
vnc800 5900/tcp # VNC & GDM 800x600
vnc1024 5901/tcp # VNC &...
2009 Sep 30
0
cups-lpd job settings
...like this:
# default: off
# description: Allow applications using the legacy lpd protocol to
communicate w
ith CUPS
service printer
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = lp
server = /usr/lib/cups/daemon/cups-lpd
server_args = -o job-sheets=none,none -o cpi=12
}
The problem is, that it cups ignores the second option under server_args. I
checked the documentation and googled quite a lot, but I couldn't find an
example with more then one option.
BR
Janez
2001 Nov 08
1
400 Server Error
Have you ever thought that those error messages are there for some reason?
> Check your "hosts allow" and "hosts deny" options in smb.conf
Anyways, i'll quote "If you dont know how to do that, you shouldn't be
doing it!
On Thu, 8 Nov 2001, [iso-8859-1] Carlos André Silveira Ramos
wrote:
> Hi guys.
>
> When i try the access to swat, i receive
2007 Aug 20
1
can't login to remote cvs server
Hi Everyone,
I have, for the first time, installed and minimally configured a cvs
server on a CentOS 5 box. I followed a "how to" to do the initial
configuration, so I'm sure I haven't done anything wrond (according to
the "how to", anyway). But, I keep getting this error:
$ CVSROOT=:pserver:ksandhu at kermit:/var/cvs/asterisk
$ cvs login
Logging in to
2008 Feb 27
1
put command is not working in tftp server
Hi Friends,
I am trying to configure a tftp server on Centos 5.0. get command is
working fine but not the put command. I searched on the google and
tried few things like 777 on /tftpboot, changing ownership to nobody
on /tftpboot and also in /etc/xinetd.d/tftp, adding -c as server_args
but still the problem persists.
tftp -v localhost
Connected to localhost.localdomain (127.0.0.1), port 69
tftp> put wine-core-0.9.50-1.el5.rf.i386.rpm
putting wine-core-0.9.50-1.el5.rf.i386.rpm to
localhost.localdomain:wine-core-0.9.50-1.el5.rf.i386.rpm [netascii]
Error code 1: File not found...
2020 Mar 17
0
Running amanda on CentOS 7: "amanda-udp.service failed."
...for systems being backed up\
#?????????????? by Amanda.
service amanda
{
??? disable???????? = no
??? socket_type???? = dgram
??? protocol??? ??? = udp
??? wait??? ??? ??? = yes
??? user??? ??? ??? = amandabackup
??? group??? ??? ?? = disk
??? server??? ??? ? = /usr/sbin/amandad
# Configure server_args for the authentication type you will be using,
# and the services you wish to allow the amanda server and/or recovery
# clients to use.
#
# Change the -auth= entry to reflect the authentication type you use.
# Add amindexd to allow recovery clients to access the index database.
# Add amidxtaped to...
2006 Mar 02
2
SWAT + FC4 = Not working
Hitting a big mystery here. I've configured samba properly but I would like
to run swat. The /etc/xinetd.d/swat file contains:
service swat
{
disable = no
port = 901
socket_type = stream
wait = no
only_from = 127.0.0.1
user = root
server = /usr/sbin/swat
log_on_failure +=
2009 Jan 23
1
svnserve with SASL on CentOS 5.2
...posed to know to use the svn.conf file to authenticate with
svnserve.
I am running svnserve from xinetd. Here is my /etc/xinetd.d/svnserve.conf
# default: on
# Subversion server
service svnserve
{
socket_type = stream
protocol = tcp
user = root
wait = no
disable = no
server = /usr/bin/svnserve
server_args = -i -r /svn
port = 3690
}
Not quite sure why this isn't working. Does anyone have any ideas?
Russ
2002 Oct 29
2
wierd problem concerning directory, symlinks, chroot
..._failure += USERID
bind = 10.13.0.254
server = /usr/sbin/in.tftpd
nice = 5
instances = UNLIMITED
per_source = UNLIMITED
cps = 200 20
server_args = -p -v -v -u nobody -c
}
with this config, nothing appears to work:
Oct 29 13:53:37 nsite-mpls-1 in.tftpd[4698]: RRQ from 10.13.0.60 filename
aaa-config
Oct 29 13:53:37 nsite-mpls-1 in.tftpd[4698]: sending NAK (2, Access violation)
to 10.13.0.60
mind you that aaa-config shouldn'...