Displaying 9 results from an estimated 9 matches for "e429".
Did you mean:
429
2003 Dec 17
5
ALL incoming Zap channel calls are getting picked up as FAX calls!
...ap.c, Line 3545 (zt_read): Fax detected, but no
fax extension
== Spawn extension (home, 100, 2) exited non-zero on 'Zap/1-1'
-- Hungup 'Zap/1-1'
I also attempted a call from one of my POTS lines back into the other and
got:
*CLI> -- Executing ChanIsAvail("SIP/100-e429", "Zap/2") in new stack
-- Hungup 'Zap/2-1'
-- Executing Dial("SIP/100-e429", "Zap/2-1/XXXXXXXXXXX") in new stack
WARNING[213006]: File chan_zap.c, Line 5591 (zt_request): Unknown option '-'
in '2-1/XXXXXXXXXXX'
-- Called 2-1/XX...
2006 Nov 15
1
different mask for directory inside another share
...Is it possible to define alternative masks for that
particular directory without presenting it as a different share. My
second question - is it possible to define write list for
/some/path/dir1 only.
--
regards,
Georgi Alexandrov
key server - pgp.mit.edu :: key id - 0x37B4B3EE
Key fingerprint = E429 BF93 FA67 44E9 B7D4 F89E F990 01C1 37B4 B3EE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.samba.org/archive/samba/attachments/20061115/b7fdf354/s...
2006 May 23
4
Shaping of pppoe clients
Guys
After reading through the archives I found some insightful ways to be
able to shape traffic to pppoe clients from the server. I have two
questions on the topic of setting up a pppoe server however...
1. The clients will all be connected to each other using a normal
ethernet network, the segments connected with managed switches. The
capacity is roughly 500 nodes. Will these pppoe sessions
2006 Feb 08
1
Conceptual question ;-)
...p$1 parent 2:2 classid 2:20 htb rate XXXkbit
tc qdisc add dev ppp$1 parent 2:20 handle 20: sfq perturb 10
The question is, when for example 10 ppp interfaces are up will they
each get XXX kbits.
--
regards,
Georgi Alexandrov
Key Server = http://pgp.mit.edu/ :: KeyID = 37B4B3EE
Key Fingerprint = E429 BF93 FA67 44E9 B7D4 F89E F990 01C1 37B4 B3EE
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2007 Jul 26
2
Rép : about default filter command
...>> i do
>> something wrong ?
>>
>> Thank you for your help.
>>
> <snip>
>
> You should have posted *all* your tc rules.
>
> --
> regards,
> Georgi Alexandrov
>
> key server - pgp.mit.edu :: key id - 0x37B4B3EE
> Key fingerprint = E429 BF93 FA67 44E9 B7D4 F89E F990 01C1 37B4 B3EE
>
>
Ok, thanks for you advise, here are all my tc rules :
# tc qdisc add dev eth0 root handle 1: prio
# tc filter add dev eth0 protocol ip parent 1: prio 1 u32 match ip
dport 22 0xffff flowid 1:1
# tc filter add dev eth0 protocol ip parent 1:...
2015 Oct 01
4
4th DC Unable to Replicate - WERR_DS_DRA_ACCESS_DENIED
...7 2015 AEST failed, result
8453 (WERR_DS_DRA_ACCESS_DENIED)
205 consecutive failure(s).
Last success @ Thu Oct 1 10:13:37 2015 AEST
CN=Configuration,DC=samba4,DC=scem,DC=westernsydney,DC=edu,DC=au
Default-First-Site-Name\SAMBA4-20 via RPC
DSA object GUID: 21a9f003-e429-4320-81c3-06e995652d11
Last attempt @ Thu Oct 1 10:13:37 2015 AEST failed, result
8453 (WERR_DS_DRA_ACCESS_DENIED)
205 consecutive failure(s).
Last success @ Thu Oct 1 10:13:37 2015 AEST
DC=samba4,DC=scem,DC=westernsydney,DC=edu,DC=au
Default-First-Site-Name\SAMB...
2007 Jul 24
2
about default filter command
Hi,
here I have another newcomer question :-)
in the section 9.6.1 of this how too
http://tldp.org/HOWTO/Adv-Routing-HOWTO/lartc.qdisc.filters.html
we can read commands about filters :
------------------------------------------
# tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match \
ip dport 22 0xffff flowid 10:1
# tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match \
2015 Oct 05
0
Fwd: net rpc lookup from group names that start with "-"
...53
> (WERR_DS_DRA_ACCESS_DENIED)
> 205 consecutive failure(s).
> Last success @ Thu Oct 1 10:13:37 2015 AEST
>
> CN=Configuration,DC=samba4,DC=scem,DC=westernsydney,DC=edu,DC=au
> Default-First-Site-Name\SAMBA4-20 via RPC
> DSA object GUID: 21a9f003-e429-4320-81c3-06e995652d11
> Last attempt @ Thu Oct 1 10:13:37 2015 AEST failed, result 8453
> (WERR_DS_DRA_ACCESS_DENIED)
> 205 consecutive failure(s).
> Last success @ Thu Oct 1 10:13:37 2015 AEST
>
> DC=samba4,DC=scem,DC=westernsydney,DC=edu,DC=au
>...
2007 Oct 25
7
TC (HTB) doesn''t work well when network is congested?
Hi,
I have a server and ten clients in a Gigabit network. The server has
125mbps network bandwidth.
I want that the server has 40Mbps bandwidth reserved for client 1 (IP
192.168.5.141), and the
rest bandwidth is for all other clients.
My script looks like this (I use IFB for incoming traffic):
#!/bin/bash
export TC="/sbin/tc"
$TC qdisc add dev ifb0 root handle 1: htb default 30