Displaying 20 results from an estimated 900 matches similar to: "Namespace delimiter..."
2004 Aug 09
5
Little problem with IMQ
When I try to put all incoming traffic to IMQ on PREROUTING I can''t discern
traffic to LAN and traffic to server.
When I try to put only INPUT traffic to IMQ... I can''t discern traffic from
LAN and from internet.
Help me plizz to put all incoming traffic to one IMQ device and all
outcoming to other IMQ device and (it''s very important) discern traffic to
clients and
2003 Jun 28
4
lacing values clarifications
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I thought I would separate this out into a separate mail since it's not
comment specific stuff --
There seem to be a couple of inconcistanies in the Ogg spec as regards to
lacing values:
*) "The raw packet is logicaly divided into [n] 255 byte segments and a last
fractional segment of < 255 bytes." However, in the wild, I've
2009 May 22
2
recipient delimiter and lmtp
I read in the list archives about work in progress on
an lmtp delivery agent.As a previous cyrus user
where that was the preferred delivery method
from postfix, this sounds interesting.
I was wondering whether it will handle
recipient delimiters. ie will it be able to map
user+foo at example.com to user at example.com?
I'm not interested in the delivery into folder stuff,
just the plain
2006 Mar 31
35
Frustrated with RoR environment splintering
Why isnt the RoR community focusing on robust and scalable mod_perl style of
Apache environment, rather then splintering all over the place with
lighthttp, mongrel, WEBrick, SCGI, fcgi, etc???
Its frustrating as someone who is trying to migrate to RoR.
Its very unlikely I would ever get a contract to work on any webserver
except Apache, so it would seem logicaly to focus all our efforts to
2004 Aug 11
9
ARP limit ?
what is the limit on the arp cache entires ?!
Does someone have very big LANs with linux-routers ? How big ? (i mean flat L2 network, not segmented)
I want to know how much can my net can scale ?
thanx
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Apr 15
6
When the inside functions of a sfq are called ?
I read the sched/qdiscs code from kernel source ... and I have some
questions :
When the .enqueue, .dequeue, .drop, .requeue functions are called ? What
is the event that triggers them and how often this event apears ( per
second ? ) ? When a qdisc is dequeued ( when it''s limit is reached ) ?
Thanks
_______________________________________________
LARTC mailing list /
2003 Apr 07
2
Redhat 8.0 Samba as BDC
Hi
I havee been trying to setup my Redhat 8.0 Linux as BDC, i have NT4 as
my PDC.
My smb.conf
[global]
workgroup=ITERNAL
netbios name=TRIC
server string=server Samba
load printers=no
printcap name=cups
printing=cups
print command=lp -d %p %s; rm %s
invalid users=root
log file=/var/log/samba/log.%m
max log size=1000
syslog=0
smbpasswd file=/etc/samba/smbpasswd
security=DOMAIN
encrypt
2004 Apr 12
2
RE: installing automatic routes ?
Unless the bridge keeps stateful inspection data and can reply back to
the session''s origin, not it route then its fine.
The only way I can see this working is either putting the FTP/.. DMZ
behind the firewall giving true firewall protection for all services
involved, or if you just want to kludge the current solution, you can
perform a DNAT/SNAT interface bounce like the following:
#
2010 Aug 10
1
Why p_strdup and other string functions uses loops instead strlen? (dovecot 2.0.rc4)
I did Dovecot profiling on huge e-mail system, and p_strdup was very
high on list.
I do minor change:
p_strdup:
/*
for (len = 0; (str)[len] != '\0'; )
len++;
len++;
*/
len = strlen(str) + 1;
p_strndup:
/*
len = 0;
while (len < max_chars && ((const char *) str)[len] != '\0')
len++;
*/
len = strnlen(str, max_chars);
And after changes strdup drop down on the
2006 Feb 08
1
Divisor
What is the difference between lines below?
$TC filter add dev imq0 parent 1:0 prio 5 handle 1: protocol ip u32
divisor 1
$TC filter add dev imq0 parent 1:0 prio 5 handle 2: protocol ip u32
divisor 256
What divisor is doing?
And the last problem...
$TC filter add dev imq0 protocol ip parent 1:0 prio 5 u32 ht 800:: match
ip src 10.0.0.0/16 hashkey mask 0x000000ff at 12 link 2:
Why after ht
2004 Nov 24
5
HTB Script
2005 May 18
2
winbind users and vnc logins
Is there any way for winbind to authenticate vnc logins? I've got
winbind up and running and working fine for local and gdm logins on a
Fedora Core 3 installation. But when I try to set up vncserver on it,
it doesn't recognize winbind users. There doesn't seem to be a PAM
for vnc. So is remote access via vnc out of the question for winbind
users?
2009 May 08
2
Problem with IMAP (rename and delete non existent folder).
I don't know if this problem exists only in my version of dovecot, or in
all...
To reproduce BUG do this (use gdb):
telnet localhost 143
o login addr at email.sth verystrong_pass
o delete "kj-test-folder"
o rename "kj-test-folder"
o rename "kj-test-folder" "other-folder"
SIGABRT
Of course kj-test-folder is not exist.
BT:
#31 0xb7da0022 in free ()
2017 Apr 19
0
vfs_shadow_copy2 delimiter not working
On Sun, 2017-04-02 at 22:42 +0100, Michael Miller via samba wrote:
> Hi
>
> I could not get a custom "shadow:delimiter" for the vfs shadow_copy2
> module to work successfully for me with Samba 4.6.2. I did not try
> previous versions. Based on my testing it seems that an additional line
> of code is needed in vfs_shadow_copy2.c as shown in the patch below
>
2018 Feb 16
0
vfs_shadow_copy2 with snapprefix & delimiter options in samba 4.6.2
Hi,
As per the list.samba.org link, did you try including the delimiter
within the format, ie as shown in the following?
shadow:snapprefix = ^d[A-Za-z0-9]*y$
shadow:delimiter = _IPG_
shadow:format = _IPG_%Y.%m.%d-%H.%M.%S
Regards,
Mike
On 16/02/2018 16:50, Edouard Guigné via samba wrote:
> Hello Dear Samba Users,
>
> I have sucessfully set a samba share on a centos 7 box (samba 4.6.2)
2008 May 18
2
rsync --files-from option file with a custom Delimiter
Hi All,
I'm new to rsync usage in Mac OS X. I'm having a strange issue with --
files-from option.
I'm providing the --files-from to provide a file , which contains the
list of files separated by newline character , to perform backup
operation. Especially in Mac OS X , particular tiff bundle files are
having \r as part of the filename.When rsync reads the filepaths using
delimiter
2010 Jan 29
1
Plotmath: suprscript on scalable delimiter?
ComRades,
How do you put a superscript on a scalable delimiter?
I want to put 'b' as the power of the expression in the following plot:
t <- 1:25
K <- 0.2
y <- ((1-exp(-K*t))/(1-exp(-K*t)*exp(K)))^3
plot(t,y,"l",main="K=0.2, b=3")
text(15,5,expression(bgroup("(",frac(1-e^-Kt,1-e^-Kt*e^K),")")))
Plotmath examples in demo(plotmath) do not
2018 Feb 17
0
vfs_shadow_copy2 with snapprefix & delimiter options in samba 4.6.2
Hi
(+mailing list again for the archives)
My config which does show previous versions:
# /usr/local/samba/sbin/smbd --version
Version 4.6.11
To avoid having this config block within in each share, I define the
following within the [global] section:
shadow:snapprefix = ^\(monthly\)\{0,1\}\(weekly\)\{0,1\}\(daily\)\{0,1\}$
shadow:delimiter = _UTC_
shadow:format =
2010 Jun 09
1
[compat] section in asterisk.conf : compatibility with pipe delimiter
Dear all
after an upgrade to 1.6 from 1.4 (as explained in the UPGRADE-1.6.txt
file) the | delimiter is not working by default.
I've added a compat section in asterisk.conf a
[options]
dontwarn = yes
[compat]
pbx_realtime=1.4
res_agi=1.4
app_set=1.4
And restarted Asterisk, but i still have problem to have the |
delimiter working,
[Jun 9 23:20:54] DEBUG[11744]: pbx.c:3122
2020 Feb 21
1
Support for Dashes in the Raw String Delimiter
Dear R Developers,
As regards "Support for Dashes in the Raw String Delimiter" from commit:
https://github.com/wch/r-source/commit/4d4781ad19890193d5eb458d71f18d7e53ee73c5
Would it be possible to support in addition to r"" Syntax, for not escaping
backlash character in strings, also support """ """ (Python Like Syntax),
for also allowing to have