Displaying 20 results from an estimated 58 matches for "blancing".
Did you mean:
balancing
2003 Apr 04
0
funny routing/blancing required
Note, this is a cross-post from/to linux-vs mailing list
Here is the setup: (monospace font required)
___ +----+ ___
/ |VMR1| \
/ +----+ \
/ +----+ \
A(lice)------------LB-A------ |VMR2| ------LB-B------------B(ob)
\ +----+ /
2002 Aug 03
0
Iproute + masquerade on 2 ISP with traffic blancing...
Hi,
I have a linux-box with 3 eth, 2 of us go into 2 ISP.
My localnet is masquerade with this rule:
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
SNAT all -- 10.0.0.0/16 anywhere to:211.56.233.186
SNAT all --
2007 Apr 12
1
Assignment from list
I have a list of groups of xy positions I want to set to 0 in an
array full of 1s. When the assignments are done directly from the
list, they are incorrect, while if I use a temporary array derived
from the list the assignments are correct. The following example will
hopefully make my problem clearer.
The matrices z and zz are initialised with 1. The z and zz values at
coordinates in
2018 Mar 28
5
Accentuated characters issue when receiving attributes from "samba user syncpasswords"
I receive stdin input from "samba user syncpasswords" in my python script.
The user is created with ' Active Directory Users and Computers', and have
some accentuated characters in their givenName and/or familyName (sn)
When parsing the diff, the CN reads of, but weird characters appears in the
attributes instead of the right name :
INFO:root:DN found: CN=Arsène
2012 Jan 09
3
problem with R installation package
Dear,
I have created my first package "G2Sd : Grain Size Statistiques and
Description". I submitted it to the CRAN after I have checked the
tar.gz file. All was ok, but since it is on the CRAN I can't install
it :
In getDependencies(pkgs, dependencies, available, lib) :
package ?G2Sd? is not available (for R version 2.13.2)
I've got the same message with R 2.14.1.
In
2018 Mar 22
3
Google Cloud Directory Service password synchronization for AD DC
Hi Justin,
Thank you for your answer, I had found this utility during my searches, and
will probably try it. As you say, reversible + plaintext is far for optimal
from a security point of view.
Also, I would like to integrate the solution in a "packaged" distribution
like for example Zentyal or UCS.
But I'm happy to learn that this solution is viable, I wouldn't lose my
time
2018 May 12
3
Keytab extraction for tshark analyze
Hi, i'm trying to analyze kerberos traffic using tshark (Samba 4.8.1 on
Centos 7).
I can't figure out how to extract keytab with password/keys.
I follow precisely the instructions at
https://wiki.samba.org/index.php/Keytab_Extraction
But it seems like I only get slot, kvno and principal, can't find a way to
get passwords or keys.
Any idea someone ?
ktutil: rkt decode.keytab
ktutil:
2011 Aug 03
2
syntax with do.call and `[`
Dear List,
i would like to mimic the behaviour or the following indexing with a do.call construct to be able to supply the arguments to `[` as a list:
test = matrix[1:4,2]
result = test[2,]
My try, however, did not work:
result = do.call(`[`,list(test,2,NULL))
result = do.call(`[`,list(test,2,))
result = do.call(`[`,list(test,2,''))
How can I use the do.call in that way with
2006 May 02
8
Zapata Telephony interface and torisa module error
Looking at my log file I found the following error:
May 2 12:00:45 debian kernel: Zapata Telephony Interface Registered on major 196
May 2 12:00:45 debian kernel: No ISA tormenta card found at d0000
May 2 12:00:45 debian kernel: Zapata Telephony Interface Unloaded
May 2 12:00:45 debian insmod: /lib/modules/2.4.20-8smp/misc/torisa.o: init_module: Input/output error
May 2 12:00:45 debian
2018 Mar 22
2
Google Cloud Directory Service password synchronization for AD DC
Hello, and thank you for the answer. I'm quite new to Samba, and when you
speak about Samba storing a crypt() password hash and about the
virtualCryptSHA256 attribute I get the general meaning, but not the way to
get to those informations.
Would you have any pointer on where I could learn more about that ? I found
discussions about some patches from Stefan Metzmacher in the mailing lists,
is
2018 Mar 25
2
Google Cloud Directory Service password synchronization for AD DC
Hello again, and thank you so much for those valuable information, I'm
progressing well. Google accepts crypt hashes, and I've managed with
Garming's advice to get hashes when passwords get updated.
I've only one small question at this point, the hash seems to be printed
spanned on two lines, with a line break and a few spaces in the middle of
the hash... Is this normal ?
eg :
INFO
2007 Jul 17
3
logical operators priority
Dear R-users,
I haven?t found rules for logical operators. I need to select data according
the following rule:
Condition A & (Condition B | Condition C) How should I write it?? Is
Condition A & Condition B | Condition C correct or will R execute (Condition
A & Condition B) | Condition C ?
Thanks for your help.
Delphine Fontaine
Delphine Fontaine
Statistician
Statistics
2018 Mar 28
2
broken mailing-list -> Re: Accentuated characters issue when receiving attributes from "samba user syncpasswords"
On Wed, 28 Mar 2018 16:59:19 +0200
Reindl Harald via samba <samba at lists.samba.org> wrote:
>
>
> Am 28.03.2018 um 16:50 schrieb Lapin Blanc:
> > Thank you for the tip, i'll use it, but how come it's correctly
> > encoded in the DN and not in the attribute ?
> > Is it related to the ldif format or something ?
>
> no idea and hence *do not* reply
2018 Mar 28
0
broken mailing-list -> Re: Accentuated characters issue when receiving attributes from "samba user syncpasswords"
Am 28.03.2018 um 16:50 schrieb Lapin Blanc:
> Thank you for the tip, i'll use it, but how come it's correctly encoded
> in the DN and not in the attribute ?
> Is it related to the ldif format or something ?
no idea and hence *do not* reply privately on mailing-lists
i just recognize base64 when i see it
proper mail clients respect
List-Post: <mailto:samba at
2018 May 12
0
Keytab extraction for tshark analyze
On Sat, 12 May 2018 19:45:10 +0200
Lapin Blanc <fabien.toune at lapin-blanc.com> wrote:
> I'm studying samba related protocols for a work I have to present at
> the university,
> and for me to really understand how it works, I try to put in in
> practice. So I was reading
> http://www.kerberos.org/software/tutorial.html and tried to track
> packets... I was hoping this
2010 Nov 16
2
Pronote 2010
Bonjour,
Je suis d?sol? de poser ma question en fran?ais mais mon anglais n'est pas suffisamment correct pour le sujet que je veux aborder.
Mon ?tablissement scolaire utilise un serveur de notes PRONOTE et chez moi j'ai install? un client sous Wine.
La connexion au serveur se fait sans difficult?, je peux rentrer mes notes et j'ai acc?s ? tous les services propos?s par ce logiciel.
2006 Oct 12
1
routing between two isp
I have three ethernet card and two of them connected to diffrent ISP and
has diffrent gateways. And one ethernet card is connected to local lan. I
have installed iptables and configured the firwall to work as nat gateway
for the users.
Now I want to route only mail traffic to the perticular ISP and which I am
not able to do it. I have done iproute configuration what ever lartc said.
But still I
2009 Mar 10
1
Fatal: imap-login: io_loop_handle_add: epoll_ctl(1, 4): Operation not permitted
Hello,
I'am following the beginning tutorial on the Wiki, but actually, I
can't even start the server correctly so far. The imap-login child dies
immediately. What I can guess from the log is that it tries some
unpermietted operations on some files but I can't find out which files
are concerned.
Google is not my friend at all either on this matter. How can I know
which files are
2006 Apr 25
2
Need some help on queues with agents(SIP members) with multiple phones.
Hi.
We have people with two or more sip phones. One wireless and one wired.
So this is the case:
Person A with two phones wants to have a queue for his incoming calls.
So when he answers one of the two phones, the other phone should not
ring. But when he isn't talking in any of the phones, they both should
ring.
Does that make any sense?
This what I have for people with only one
2018 Mar 28
4
broken mailing-list -> Re: Accentuated characters issue when receiving attributes from "samba user syncpasswords"
On Wed, 28 Mar 2018 17:32:33 +0200
Reindl Harald via samba <samba at lists.samba.org> wrote:
>
>
> Am 28.03.2018 um 17:21 schrieb Rowland Penny via samba:
> > On Wed, 28 Mar 2018 16:59:19 +0200
> > Reindl Harald via samba <samba at lists.samba.org> wrote:
> >
> >>
> >>
> >> Am 28.03.2018 um 16:50 schrieb Lapin Blanc:
>