Custom Query (463 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 463)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#57 worksforme yulectl socket problem rainer markusf
Description

yule v 2.3.3

I always get this error when I send the RELOAD for a client.

/usr/sbin/yulectl -v -c RELOAD client-xxx

# Waiting for confirmation.
ERROR: Bounced message != original message (possible reason: superfluous password).
ERROR: receiving data from server failed.

it's the same in beltane and on cli (I've tested with correct SetSocketAllowUid: beltane = wwwrun, cli = root)

the LIST and LISTALL command doesn't bring an error

/usr/sbin/yulectl -c LISTALL
001: xxxxxxx@LISTALL:dummy

I've read the documentation of yulectl and the two methods
when I set the 'SetSocketPassword = xxxx' in the yulerc, yule writes out a warning

<log sev="WARN" tstamp="2007-03-22T10:20:14+0100" msg="Config option SetSocketPassword not supported, use SetSocketAllowUID" subroutine="sh_socket_password" />

so I only used the SetSocketAllowUid option in the yulerc and removed the ~/.yulectl_cred passwordfile and yulectl tells me, that the password file is missing:

/usr/sbin/yulectl -v -c LISTALL

# Password file (/root/.yulectl_cred) missing
# Waiting for listing.
001: >>>>  xxxxx@LISTALL                             dummy  2007-03-22T10:37:51+0100

what goes wrong here?!?
the password has no @ or other special-chars and has 11 characters

the permissions of the socket file looks also okay:

srwxrwxrwx 1 root root 0 2007-03-22 10:43 /var/run/yule.sock

thank's for your help

#73 fixed yulectl rejects 14 char password rainer rainer
Description

Yulectl rejects 14 char passwords in the password file if there is a trailing newline, because the newline is counted against the 14 char limit. Have to trim the string before checking. Reported by Jerry Brown.

#55 duplicate yule - using socket and port doesn't work rainer anonymous
Description

I run samhain in server-client mode. I donated for Beltane and using Version 2.3.3

I need yule to run with socket activated. but when I activate it in the configuration and restart yule, there is an socket file but the TCP connection isn't open any more and so the clients can't connect. so I can't reload or update the client-servers

i've found that with ticket #47 you have fixed a problem with the socket so I tried to compile samhain V 2.3.2 - but yule wont start any more at all so I compiled V 2.3.0 - this version is running but has still the bug with closed tcp port when socket is opened.

my system of yule server: SLES 10 64bit kernel 2.6.16.27-0.6-smp samhain 2.2.3

configure parameters (xxxx=overwritten values): ./configure --enable-base=xxxx '--prefix=/usr' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--localstatedir=/var' '--enable- network=server' '--with-gpg=/usr/bin/gpg' '--with-libwrap' '--enable-xml-log' '--enable-udp' '--with-database=mysql' '--with-sender=sam hain@xxxx' '--with-recipient=notifications@xxxx' '--mandir=/usr/share/man'

thanks for your help

1 2 3 4 5 6 7 8 9 10 11
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.