Displaying 20 results from an estimated 1000 matches similar to: "Linux kerberos to Windows AD 2000/2003"
2006 Jun 01
6
For leaf classes is best PFIFO or SFQ?
Hi to all,
i''m following this guide (http://www.opalsoft.net/qos/DS-28.htm), is very
detailed, but i''m a bit confused about queuing disciplinse of leaf classes.
In this guide the author uses PFIFO (see the scheme that i attached at
message) in this way:
# tc class add dev eth0 parent 1:21 handle 210: pfifo lmit 10
# tc class add dev eth0 parent 1:22 handle 220: pfifo lmit 10
#
2006 Apr 18
1
Centos as a network recorder and request
I am looking at using CentOS to use as a network recorder to enhance our
security analysis. During my research I found that the linux kernel (not
CentOS specific) has a bad problem of dropping packets on gigabit
connections. This problem exists even on a dual xeon system with 1gb ram
using a minimal install. Once I found the ethereal performance wiki I
realized the problem was not in the system
2005 Nov 22
2
ipfw check-state issue
heya
i've been using freebsd's ipfw for quite a while and recently on a new
server i've got this issue with ipfw that i can't understand ... something
is wrong ...
01000 8042 1947866 allow ip from any to any via fxp0
01010 0 0 allow ip from any to any via lo0
01014 9886 4170269 divert 8668 ip from any to any in via vr0
01015 0 0 check-state
01130 14679 5695969 skipto 1800 ip from
2009 Dec 12
1
Dovecot-sieve multiple redirect question
Hi,
I have a question about redirecting message to a multiple addresses.
I have an user script like following:
require ["copy"];
redirect :copy "addr1 at dom.ain";
redirect :copy "addr2 at dom.ain";
All works fine, but if addr1 at ... has exceeded quota, this script seems stop
working and addr2 at ... doesn't receive this message too.
Is this correct
2004 May 18
1
how does a sip://user@dom.ain url come in
if the dns has
_sip._tcp.my.dom. SRV 0 0 5060 asterisk.dom.ain.
_sip._udp.my.dom. SRV 0 0 5060 asterisk.dom.ain.
where asterisk.dom.ain. is an A RR of the asterisk pbx.
how does a call to sip://user@my.dom come in to asterisk
so i can route it?
do i just put in sip.conf
[username]
context = from-url-username
and extensions.com
[from-url-username]
exten =>
2008 Apr 10
1
Computing time when calling C functions - why does an extra function call induce such an overhead?
Dear list,
I am a little puzzled by computing time in connection with calling C functions. With the function mysolve1 given below I solve Ax=B, where the actual matrix operation takes place in mysolve2. Doing this 5000 times takes 3.51 secs. However, if I move the actual matrix inversion part into mysolve1 (by uncommenting the two commented lines and skip the call to mysolve2) then the
2019 Feb 13
2
smbclient error talking to Netapp with SMB 3.11 / Samba 4.7.11
Hi,
we have a situation where access to a share on some Netapp box
fails with “client max protocol” set to SMB3_11 (or unset):
protocol negotiation failed: NT_STATUS_INVALID_NETWORK_RESPONSE
With a protocol max set to SMB3_10 or SMB3_02 the login prompt is
reached and subsequent file access is succeeds:
negotiated dialect[SMB3_00] against server[192.168.42.42]
got
2009 Feb 25
1
monotonic GAM with more than one term
Hi,
Does anyone know how to fit a GAM where one or more smooth terms are
constrained to be monotonic, in the presence of "by" variables or
other terms? I looked at the example in ?pcls but so far have not been
able to adapt it to the case where there is more than one predictor.
For example,
require(mgcv)
set.seed(0)
n<-100
# Generate data from a monotonic truth.
2006 May 17
3
Re: Re: Ruby on Rails Searchable and AnnotatableDocs
> body#rails_outertrack_com {
> font-size: 14px /* Be kind to these li''l eyes of yours, baby */
> }
>
> Dominique Rose-Rosette
Be kinder by specifying {font-size 1em} so that it''s scalable. My pixels are smaller than yours baby.
Seriously though folks, please try and move away from absolute sizes for elements (px). Unless they''ve fixed it IE
2006 Mar 28
2
JS Toggle graphics on action / click
I''ve got a simple toggle option (On/Off) in my admin GUI list action. I
would like to click on this graphic and change the status of the option.
I got the whole thing working in the controller & db through this
beautiful one-liner
@item = Item.find(params[:id]).toggle!(''display_status'')
The thing I can''t achieve - even after several hours of labouring
2009 May 25
4
after_create and has_one association bug?
Hello,
I''ve come across an issue that I''m sure is a bug when using after_create
with a has_one association, but I''m not 100% certain if I''m missing
something.
This is pretty much exactly the code I''m using. Two simple classes
(Account and Contact) and I create the contact after I create an account
(via after_create). I''m not passing in a
2007 Aug 24
4
Variable scope: Class inheritance vs Include statement.
Hello.
I''m a long time cfengine user, some might say sufferer, and I have
finally managed to get around to experimenting with Puppet. So far I''m
very impressed.
I am trying to get puppet to configure the openntpd config file, from
an ERB template, based on the node definition in the site config.
What I''m trying to understand is why when I define a variable in a
child
2004 Mar 01
2
General Security Issues
Greetings list,
As a newbie to security I would like to ask any recommendation that the list
might have.
We are about to "install" a new box with 4.9 stable to the nice and innocent
internet world. :-P
The box has no services running expect apache and we telnet to it via SSH.
Main function of this box will be graphing various interfaces via rrdtool.
So, I would like to ask if there is
2007 May 25
6
IBM Article: DB2 on Rails
I often forward IBM DeveloperWorks articles about RoR to this list.
This is a new well-written ''Intermediate'' article using DB2 with Rails:
http://www.ibm.com/developerworks/db2/library/techarticle/dm-0705chun/
Hope this helps.
Cheers
Mohit.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2006 Aug 28
4
Applying the same class to multiple interfaces
Hi All,
I''m trying to do some traffic shaping on an ethernet bridge. Currently,
I have the following setup working:
ifconfig eth0 down
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 eth1
brctl stp br0 off
ifconfig eth0 0.0.0.0 up
ifconfig eth1 0.0.0.0 up
ifconfig br0 up
This creates a bridge consisting of eth0 and eth1. So far so good.
I now want to use tc to shape traffic
2008 Sep 09
3
How to propelry restore a Maildir
Hello,
I would like to know what is the proper way to restore a Maildir :
Assuming someone has got a foobar/[cur|new|tmp] maildir, loses for some reason
its content and that some new mail (seen and/or unseen) comes into that mailbox
inbetween (that is before the restore procedure takes place, thus creating the
need to merge restored messages and new ones).
I'd like to check the following (I
2012 May 22
4
ReName
Dear list,
The name of R-language is too short and is not friendly to search engines.
Do you think it can be renamed to something like "Rsio" or "Radio" ?
Thank you so much for this useful software!
Best wishes.
[[alternative HTML version deleted]]
2019 Feb 13
2
smbclient error talking to Netapp with SMB 3.11 / Samba 4.7.11
Hi Louis,
thanks for your reply.
-<| Quoting L.P.H. van Belle via samba <belle at bazuin.nl>, on Wednesday, 2019-02-13 04:59:55 PM |>-
>
> DOM.AIN\foobar's password:
> ^^^^^^^^
>
> No dot is allowed in the NTDOM
> Fix that first, then try again.
That’s the output when logon succeeds though nor does the value
seem to matter anywhere else. This is just Samba
2001 Apr 19
3
Error Mapping Clearcase Views/Vobs using Samba
Hi All,
Users at our site are using SAMBA (Version 2.0.8 and 1.9.15p8) to map their Home
Directories and their Clearcase Vobs/Views on their Windows 2000 desktops. Home
directories are being mapped without any issues but while mapping their
views/vobs we are getting the error stated below:
Network path \\server name\share could not be found
and
The mapped network drive could not
2001 Sep 05
4
Command line editing.
I've looked through the FAQ and can't find anything about
this.
I'm working on a Sun machine, running Solaris 2.7.
I'm a new R-user; have been using Splus for millenia, and finally
decided it was time I got going with R. So I downloaded R, installed
it, fiddled about a bit, and found that command-line editing was
absent.
Scrounging through the documentation some more, I saw it