Displaying 20 results from an estimated 33 matches for "testclient".
2004 Aug 06
3
q about jspeex
...I admit that I never got round
> to testing it so it might not work. It does work for the decoding,
> that I'm sure of in any case.
that's interesting ... i have to look into this, but am not really that
familiar with SPI ... more with Swing and user interfaces ;-)
I attached my TestClient.java, maybe it's of help ... Just press 'join'
if you actually start it ...
best regards,
ulrich
-------------- next part --------------
A non-text attachment was scrubbed...
Name: TestClient.java
Type: text/x-java
Size: 14776 bytes
Desc: TestClient.java
Url : http://lists.xiph.org/p...
2004 Aug 06
3
q about jspeex - repost of TestClient.java with PipedInputStream
There is actually a mail missing - the version with the pipedinputstream
construction.
attached the current source with pipedinputstream/pipedoutputstream
tia,
ulrich
<p><p>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: TestClient.java
Type: text/x-java
Size: 14939 bytes
Desc: TestClient.java
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20031031/b78cc240/TestClient-0001.java
2017 Aug 17
0
[Bug 1170] New: limit-burst is not fully consumed and rule stops matching
...e only matches for a fraction of the
specified limit-burst connections. Then the rule stops matching.
EXAMPLE: Apache keepalives are off and I want to limit connections to around a
maximum of 500 per month. I specify limit 18/day, limit-burst 500
Rules are added as follows:
sudo ipset create TESTCLIENT hash:net
sudo ipset add TESTCLIENT 165.227.31.204
sudo iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
sudo iptables -A INPUT -p tcp -m set --match-set TESTCLIENT src -m tcp --dport
80 -m limit --limit 18/day --limit-burst 500 -j ACCEPT
sudo iptables -A INPUT -p tcp -m set --match-...
2004 Aug 06
2
optimization possible?
hi,
i did some tests about performance in jspeex ...
uls@mainframe:~/eclipse/avrelay$ java TestClient
Diff1: 0
10
Diff2: 141
started.
uls@mainframe:~/eclipse/avrelay$
<p>{
SpeexEncoder e1=new SpeexEncoder();
e1.init(0,1,44100,1);
byte[] by1=new byte[320];
long l1=System.currentTimeMillis();
long l2=System.currentTimeMillis();
System.out.println("Diff1: "+(l2...
2004 Aug 06
0
optimization possible?
hi,
Ulrich B. Staudinger wrote:
> uls@mainframe:~/eclipse/avrelay$ java TestClient
> Diff1: 0
> 10
> Diff2: 141
> started.
> uls@mainframe:~/eclipse/avrelay$
Sorry, i think this number (diff2) occured due to jvm startup load ...
when doing repetive encoding the numbers are much closer to Marc's
minimum requirements (with Diff being the elapsed time for encod...
2004 Aug 06
2
q about jspeex
Ulrich B. Staudinger wrote:
> Hi,
>
> i have:
>
> public void run(){
> try{
> System.out.println("Opening
> mic"); // AudioInput
> ai=new AudioInput(t);
> // ai.start();
> if(t.input==null){
> AudioFormat format = new
2005 Mar 04
2
are there known problems with NTConfig.POL with samba 3.11 ?
...p,or on another XP workstation ( would be
another question why.. )
But the exec NTConfig.POL failed for unknown reasons, the default logon
scipt ( also on netlogon )
work just nice.( so there is no file permissions Problem etc) I cant see
a Problem at the samba log.., either in event service.
My Testclient German Win xp SP2 ( with uptodate patchlevel ) is joining
domain and login
but it doesnt execute (load) the pol file...
I have tried gpupdate force and other stuff, but didnt get closer to the
problem.
I tried a NTConfig.Pol file which works quite well in another domain
with win 2000 / xp serv...
2001 Nov 02
2
error while transfering files
...a Win98 machine to the server, the
progress bar freezes after a while and then after a minute or so
I get an error message that the 'network ressource isn't available'.
The server runs Samba version 2.0.7-3 and the OS is Debian
Linux 2.2 r3 (Potato).
And this is what error.log says:
testclient (192.168.300.6) connect to service testuser as user testuser
(uid=1000,
gid=1000) (pid 222)
[2001/10/29 20:48:55, 1] smbd/service.c:close_cnum(583)
testclient (192.168.300.6) closed connection to service testuser
[2001/10/29 20:53:09, 1] smbd/server.c:main(641)
smbd version 2.0.7 started.
Cop...
2010 Apr 29
1
Novell Client forces password change, Ver. 3.5.2. and LDAP
...8) was running over years with the same
LDAP-Server as backend and with Novell installed on the clients.
We decided to migrate to Samba 3.5.2 , updated all the LDAP schemas
according to Samba Version 3.5.2, setup an new 64Bit Ubuntu (10.4) and
build the new Samba. Everything worked fine and the testclient (without
Novell) could login without any trouble. But if i try to login on a
Novell-Client (using nwgina.dll instead of msgina.dll), i'm forced to set a
new password and this is what we don't want.
Users LDAP-Values for "sambaPwdMustChange" are quite old, but the
LDAP-Value &...
2005 Oct 18
7
Asterisk Redundency
Hi,
I wish to use Asterisk as a SIP server.
How do I use Asterisk in a redundent network?
So, if one Asterisk server fails, how does failover work?
James
2008 Feb 14
1
Error checking asterisk method - suggestions?
Hi there dear users and dear developers of Asterisk!
I've got a maybe strange idea, let's see if you laugh or think it's reasonable J
I'm using Asterisk with Digium TDM800P cards with 24 lines (as an answering machine).
Each analog line can be reached through a phonenumber, since they are each connected to my telephone provider. Yes expensive I know J
The challenge:
I'd
2019 Feb 27
4
status on samba trusts
...y are often left unanswered,
> like this one.
>
> If someone could point us to some good up-to-date docs on trusts with
> samba then we would really appreciate it.
>
> We setup a test environment (one samba 4.9.4 testad2 AD, one native
> windows 2012 testad1 AD, and a win2012 testclient) to play with trusts,
> but we have just so many questions, and there is so little material (on
> trusts, specific to the combination with samba) to read.
Up to this point I did a few installations with two Samba4 Domains
>
> Both AD domains (testad1 / testad2) are on the same subnet,...
2019 Feb 21
2
status on samba trusts
Hi,
Having read the release notes on the status of trusts within samba, we
see for 4.9
> "improved support for trusted domains"
but we also always see these messages:
> "Both sides of the trust need to fully trust each other!"
and
> "DCs of domain A can grant domain admin rights in domain B"
What we would like to achieve is a one-way incoming trust
2005 Apr 17
14
Leaky Webrick (?) & image corruption
Hi guys,
After a few days of webrick seeming to use up a ton of ram (the longer it was running, the more ram); izayoi on #rubyonrails kindly suggested changing Dependencies.mechanism in development.rb to :require which appears to have fixed the prob - at the expense of having to restart webrick after making changes to .rb files. Is this a known issue, or is there an alternative solution?
2004 Aug 06
0
JSPEEX ?
Hi,
I downloaded Ulrich's TestClient and have not been able to connect to the
default server. I will try to modify and get to work locally(local echo).
I wanted to test my SpeexDecoder as no matter what I try I alwasy get an
java.io.StreamCorruptedException: Invalid sideband mode encountered. (2nd
sideband): 7
Please note that the...
2004 Dec 10
0
sip phone...direct access...
...iencing two problems.
calling our sipphone (optipoint400) from a firefly client leaves us with no
audio (no noise...nothing at all...) [the phone is ringing however and the
connection seems to be set up] other way round works just fine!!
firefly2firefly (stun enabled) also works perfectly!(??)!...(testclients and
gateway are in different subnets).
the other thing is rather a config issue I guess :)
when receiving incoming calls from the pstn direct access isn't working
(dialing asteriskpstnnoplusextension) -> asterisk voicebox always answers
standard config example could be pretty useul I guess...
2004 Oct 11
0
cbq.init - Some strange behavior / small question
Hi,
I''ve a small question about the cbq.init script.
For a gateway I want to shape connections from special
IP addresses to limit their bandwith.
In my test environment I''ve too machines. One testclient
with the IP 192.168.1.19. On my "shaper" (192.168.1.251) runs
cbq.init with following config file:
orthanc:/etc/sysconfig/cbq# cat cbq-4.ws-019
DEVICE=eth0,100Mbit,10Mbit
RATE=10Kbit
WEIGHT=1Kbit
PRIO=5
LEAF=tbf
ISOLATED=yes
BOUNDED=yes
RULE=192.168.1.19/32
When I have a single scp uplo...
2008 Jul 17
1
SIP Testing-Tool
Hi All,
Does anyone know, if there is a tool, which is doing the follwing:
- Testprogram on host A establishes a sip connection to testprogramm on
host B
- Testprogram on host A plays a tone and Testprogram B verifies, if tone
is playing correctly (without any interruptions)
Thank You.
2005 Apr 07
1
idmap_rid: could not convert sid to uid
...read only = yes
[profiles]
path = /var/lib/samba/profiles
read only = no
create mask = 0600
directory mask = 0700
-----------------------------------------------------
------------- client smb.conf ----------------
[global]
workgroup = IUATST4W
netbios name = TESTCLIENT
security = domain
password server = TESTPDC
allow trusted domains = No
idmap backend = idmap_rid:IUATST4W=500-10000000
idmap uid = 500-10000000
idmap gid = 500-10000000
template primary group = "Domain Users"
template shell = /bin/bash
winbind separator = +
winbind uid = 10000-20000
winbi...
2019 Feb 26
0
status on samba trusts
...ee occasional questions, but they are often left unanswered,
like this one.
If someone could point us to some good up-to-date docs on trusts with
samba then we would really appreciate it.
We setup a test environment (one samba 4.9.4 testad2 AD, one native
windows 2012 testad1 AD, and a win2012 testclient) to play with trusts,
but we have just so many questions, and there is so little material (on
trusts, specific to the combination with samba) to read.
Both AD domains (testad1 / testad2) are on the same subnet, and my test
client can join both domains successfully.
The trust (from samba's...