Displaying 20 results from an estimated 600 matches similar to: "OK, Samba's OK, now I need swat help."
2016 Aug 10
2
Sendig patches to speex
Hello devels
I'm a core developer of the wireshark project. In our audit process, a
piece of code of speex (the copy we maintain inside wireshark) showed a
flaw. I have a couple of patches I'd like to send you but I can't find
details about the submission process. Can you help me?
Thanks
Dario.
--
Naima is online.
-------------- next part --------------
An HTML attachment was
2016 Sep 22
1
Sendig patches to speex
Thanks Tristan
The patch is attached and applies to speexdsp's master.
The warnings came from Wireshark's coverity scans.
Dario.
On Tue, Sep 20, 2016 at 10:56 PM, Tristan Matthews <tmatth at videolan.org>
wrote:
> Hi Dario,
>
> On Wed, Aug 10, 2016 at 6:07 AM, Dario Lombardo <lomato at gmail.com> wrote:
> > Hello devels
> > I'm a core developer of the
2004 Sep 10
1
Error initializing flac stream decoder.
I changed just the FLAC__EntropyCodingMethod_PartitionedRice struct, but
it hasn't changed a thing. I'm still getting the same behaviour.
typedef struct {
unsigned order;
unsigned parameters[1 << 6];
unsigned raw_bits[1 << 6];
} FLAC__EntropyCodingMethod_PartitionedRice;
Any other thoughts?
Thanks,
Reza
Josh Coalson wrote:
> --- Reza Naima
2018 Aug 07
2
systemd equivalent of xinetd 'only_from' and 'banner_fail' attributes
I'm attempting to port an existing xinetd service from CentOS 6 to
something equivalent with systemd for CentOS 7
The existing xinetd config uses the attributes 'only_from' to limit
connections from a limited set of remote hosts and 'banner_fail' to
print a suitable error message when access is denied
However, I can't find suitable 'equivalents' with systemd
2004 Sep 10
2
Error initializing flac stream decoder.
Thanks for that email. The one lihe change I made is this :
from #define FLAC__MAX_RICE_PARTITION_ORDER (15u)
to #define FLAC__MAX_RICE_PARTITION_ORDER (6u)
and that seemed to make decoder_new() happy, but it's promptly crashing
after making a call to the read callback (below), then to the meta
callback. The meta callback did nothing but print a string and return.
I removed it, and
2006 Mar 30
2
hello
hello everybody! my name is sly and i''m new to the group and also to ruby.
i decided i to learn ruby on rails a while ago but only today i sat down
with the book and started.
so i installed it on my linux laptop and i tried the "hello" program.
and i failed. i can''t see anything in the browser page. i searched the
net and list and...
any idea where i can find some
2006 Jan 07
2
minor build problem
I'm trying to build from the latest SVN sources on Mac OS X 10.4.3
and I seem to be having a problem making the documentation.
When I do make install, i get the following:
(sly at gigondas):~/src/R/r-devel/build-f95$ make install
make[1]: Nothing to be done for `front-matter'.
SVN-REVISION is unchanged
make[1]: Nothing to be done for `install'.
make[1]: Nothing to be done for
2005 Nov 07
3
SWAT not accessible from remote sites
Hello,
I am not able to access SWAT from any other host besides the one running
the SWAT daemon.
No firewall blocking access on either side.
# netstat -lnt | grep 901
tcp 0 0 0.0.0.0:901 0.0.0.0:*
LISTEN
works fine connecting from localhost using:
lynx localhost:901
Unavailable using public IP on a remote host.. i.e. going into Firefox and
2015 May 01
8
Could not complete SSL handshake to Amazon EC2 host
Hello,
I am trying to monitor a host in the Amazon EC2 cloud.
Yet when I try to check NRPE from the monitoring host I am getting an SSL
handshake error:
[root at monitor1:~] #/usr/local/nagios/libexec/check_nrpe -H ops.jokefire.com
CHECK_NRPE: Error - Could not complete SSL handshake.
And if I telnet into the host on port 5666 to see if the FW port is open,
the connection closes right away:
2002 Dec 03
2
Samba SWAT 2.2.7 Doesn't Work in Redhat8.0?
Hello All Samba-list Members,
I have installed a Samba 2.2.7, the samba-latest.tar.gz, as a PDC on a
Redhat8.0 GNU/Linux server. ( Of course, I first uninstalled the original
samba that came with the Redhat installation CDs by rpm -e samba*.) The
installation was successful. Then I modified /etc/services and
/etc/xinetd.d/swat as suggested in the installation document uncompressed
from
2015 May 01
5
Could not complete SSL handshake to Amazon EC2 host
Hi Eric,
Thanks for your reply. I do have nrpe running under xinetd on the host I'm
trying to monitor.
And running the nrpe checl locally:
[root at ops:~] #/usr/local/nagios/libexec/check_nrpe -H localhost
NRPE v2.15
[root at ops:~] #grep only_from /etc/xinetd.d/nrpe
only_from = 127.0.0.1 216.120.248.126
And I do have port 5666 open on the security group for this host.
2015 Aug 30
3
Compilation error with MinGW
I use the one from mingw.org, installed by the recommended way with
mingw-get-setup.exe.
Sly.
On 30.08.2015 06:10, Yaron Keren wrote:
> Which mingw distribution exactly do you use?
>
> 2015-08-30 0:46 GMT+03:00 Slycelote via llvm-dev <llvm-dev at lists.llvm.org>:
>
>> Hi all,
>>
>> I'm hitting the same problem as in this[1] thread. I use release_37
2004 Sep 10
2
Error initializing flac stream decoder.
I've cross-compiled flac for the armv4l processor (rio receiver), and
i'm trying to start up a decode thread :
#include <FLAC/stream_decoder.h>
....
FLAC__StreamDecoder *flac = NULL;
flac = FLAC__stream_decoder_new();
if (flac == NULL) {
printf("[DECODE] Unable to initalize flac object\n");
2008 May 21
5
swat password
Hello all,
I'm having trouble logging into swat. Not even root can login! I'm using
Rocks 4.1 (linux cluster based on CentOS) Has anybody experienced this?
Thanks in advance!
Santiago
2015 May 01
2
Could not complete SSL handshake to Amazon EC2 host
> This is strange...
> Do you have SSL aktive on both systems? Run nrpr localy without parameters
> (this should return some nrpe stats) and check ldd for libssl.
I don't seem to have that command.
[root at monitor1:~] #find / -name "*nrpr" 2> /dev/null
[root at monitor1:~] #
And that's on either system.
And if I do an ldd on both, this is what I can tell:
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 +=
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.
2002 Aug 13
4
Can't Connect to Swat
I'm trying to connect to swat but can't. Just installed Samba 2.2.2-5
and edited /etc/services, even though I'm running Redhat 7.3 and use
xinetd. /etc/xinetd/swat exists.... but I still cannot connect to
http://localhost:901. Why???
Thanks for assist.
2015 Aug 29
2
Compilation error with MinGW
Hi all,
I'm hitting the same problem as in this[1] thread. I use release_37
branch on 64-bit Windows 7.
The problem is here:
#ifdef __MINGW32__
#include <imagehlp.h>
#else
#include <dbghelp.h>
#endif
<skip>
typedef BOOL (WINAPI
*fpEnumerateLoadedModules)(HANDLE,PENUMLOADED_MODULES_CALLBACK64,PVOID);
imagehlp.h doesn't define PENUMLOADED_MODULES_CALLBACK64 type.
I
2015 May 01
2
Could not complete SSL handshake to Amazon EC2 host
Oh my mistake. I mean nrpe without parameters. It should say something
about SSL/TLS aktiv or so.
You could test nrpe without SSL. Use nrpe -n - H host
Am 01.05.2015 13:18 schrieb "Eero Volotinen" <eero.volotinen at iki.fi>:
> well. how about trying default setting and running nrped without xinetd.
>
> --
> Eero
>
> 2015-05-01 14:14 GMT+03:00 Tim Dunphy