Displaying 20 results from an estimated 100 matches similar to: "regard limiting network bandwidth"
2019 Oct 15
3
Problem with SPNEGO on full trust 2016 DC <> Samba 4.10.7 AD
I've read the documentation that domain trusts should be fully supported with both Kerberos and NTLM authentication. I've created a new 2016 domain on a Windows box and created a Samba domain on a Linux box with a BIND9_DLZ backend. Both servers can resolve both DNS domains forwards and backwards and I am able to connect a Windows 10 client to the Samba domain without any issues. The
2017 Jul 22
2
SIEVE: handling of lineending in fields
Hello,
migrated von the mailserver from centos to alpine linux. Most parts are
run well.
dovecot 2.2.31
sieve: 0.4.19
But i fight with on behavior.
I have an sieve script which pipes a few fields to an external script
which send this data to an telegram-bot.
the part of the sieve-script.
if header :matches "Subject" "*" {
set "subject" "${1}";
}
if
2020 Jul 06
1
Re: [PATCH nbdkit 2/2] tar: Rewrite the tar plugin (again), this time in C.
On 6/28/20 4:35 PM, Richard W.M. Jones wrote:
> For completeness here are the other ways I investigated:
>
> * Make generic read, write, zero, trim, extents operations on local
> files. The file-like plugins would consume those directly, after
> doing any adjustments eg for offset. Unfortunately the operations
> that you have to write are not very "pure"
2013 Sep 06
2
puppetlabs/puppetdb module when using passenger for master
I''m working on configuring a master in a lab environment, using Puppet Open
Source. My master is running RHEL 6.
I want to use modules to manage the master itself as much as possible, so I
can use puppet to bootstrap itself as I go forward and move into production.
Using puppetlabs/puppetdb to configure puppetdb, I''ve overcome most of my
issues but I have two questions.
1)
2020 Jun 28
2
Re: [PATCH nbdkit 2/2] tar: Rewrite the tar plugin (again), this time in C.
On Sun, Jun 28, 2020 at 4:03 PM Richard W.M. Jones <rjones@redhat.com> wrote:
...
> +
> +static int
> +tar_get_ready (void)
> +{
> + FILE *fp;
> + CLEANUP_FREE char *cmd = NULL;
> + size_t len = 0;
> + bool scanned_ok;
> + char s[256];
> +
> + /* Construct the tar command to examine the tar file. */
> + fp = open_memstream (&cmd, &len);
>
2003 Apr 18
2
Question about PAM clustering method
Hello everyone. I just started learning R for clustering analysis in my
research project. I tried k-means method and PAM method, both of which
were properly processed with my data. I have some questions about PAM
graphical output.
Suppose to do the commands shown below;
pm<-pam(D, 6)
plot(pm)
I got two charts after prompted. In the first chart, 6 oval clusters are
drawn together
2002 Sep 12
3
Such a nice codec! Soundcard recommendations?
Wow! Ogg is sounding _really_ fine these days. Waaaay past my
ability to tell from CD on my crappy sound card, even at pretty low
bitrates. Which leads to my question: there's a huge difference
between what my sound card puts out and what my CD player can do
(Rotel RCD-950 to Classe' Audio Twenty preamp to Acurus A80 amp to
Epos ES-12 speakers, in case anyone cares). If my computer is
2008 Jan 22
0
problems with Windows ACL
Hi,
I have set up samba with ACL Support.
I have set up Groups and users:
#net groupmap list
Domain Admins (S-1-5-21-3027381482-3940328739-3509331320-512) -> ntadmin
Domain Guests (S-1-5-21-3027381482-3940328739-3509331320-514) -> nobody
Domain Users (S-1-5-21-3027381482-3940328739-3509331320-513) -> users
#pdbedit -L -v sambasven
Unix username: sambasven
NT username:
2019 Oct 15
0
Problem with SPNEGO on full trust 2016 DC <> Samba 4.10.7 AD
On 15/10/2019 13:56, ASW Global via samba wrote:
> I've read the documentation that domain trusts should be fully supported with both Kerberos and NTLM authentication. I've created a new 2016 domain on a Windows box and created a Samba domain on a Linux box with a BIND9_DLZ backend. Both servers can resolve both DNS domains forwards and backwards and I am able to connect a Windows 10
2020 Nov 17
3
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
On Tue, Nov 17, 2020 at 7:26 AM Chris Lattner <clattner at nondot.org> wrote:
> On Nov 13, 2020, at 2:06 PM, Sean Silva via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
> We've pretty happy now with a patch that adds two wrappers around
> SmallVector that make it 1) more convenient to use and 2) will tend to
> mitigate misuse of SmallVector. We think
2007 Sep 27
1
AWS / S3 upload path requirements?
Hey there,
So I''ve started using the AWS::S3 ruby library to interface (http://
amazon.rubyforge.org/).
I''ve installed properly, created buckets, I haven''t have any luck
storing files with the following syntax:
file = ''c:/path/to/file''
S3Object.store(file, open(file), ''bucketname'')
getting ASW:S3::RequestTimeout: errors from S3
2017 Jul 25
0
SIEVE: handling of lineending in fields
Op 22-7-2017 om 18:02 schreef Ingo Thierack:
> Hello,
>
> migrated von the mailserver from centos to alpine linux. Most parts are
> run well.
>
> dovecot 2.2.31
> sieve: 0.4.19
>
> But i fight with on behavior.
>
> I have an sieve script which pipes a few fields to an external script
> which send this data to an telegram-bot.
>
> the part of the
2017 Oct 14
0
Updating keywords on copy/move
Hello,
I'm working on my virtual keywords plugin [1] to add an apparently
simple feature: add a keyword to a message when it is moved or copied
into a virtual folder (let's forget about what keyword to add, I'm
starting with a hard-coded one to understand Dovecot plugin
development).
So I've added a mail_copy hook by the notify plugin [2] and did a
simple call to
2020 Jun 28
0
Re: [PATCH nbdkit 2/2] tar: Rewrite the tar plugin (again), this time in C.
On Sun, Jun 28, 2020 at 04:46:59PM +0300, Nir Soffer wrote:
> On Sun, Jun 28, 2020 at 4:03 PM Richard W.M. Jones <rjones@redhat.com> wrote:
> ...
> > + fprintf (fp, "LANG=C tar --no-auto-compress -tRvf ");
>
> Using -R is nice, but is block size documented?
>
> Also --block-number would be nicer.
Yes the block size is always 512 bytes:
2004 May 10
2
Notice for Gentoo Users In Regard to mpg123
Hi there,
After scratching my head for days on why there is horrible white noise in
musiconhold, I finally found out that the latest emerge version of mpg123:
0.59s-r2 is not working well with asterisk. However, if you get the latest
source from mpg123.de mpg123-pre0.59s.tar.gz. Then it works wonderfully.
Just a heads up for the Gentoo admin
David
2008 Mar 17
0
Summary Regard with Lme does not work without a random effect (UN CLASSIFIED)
Classification: UNCLASSIFIED
Caveats: NONE
R users,
This is a summary for the responses I got from Sandra Dorai-Raj and Simon
Blomberg followed by my question.
Sandra suggested using lm instead of lme for a model without a random
effect, and Simon suggested anova.lme instead of anova.lm for comparing two
models with and without a random effect. For the anova test, both anova.lme
and anova
2008 Feb 18
3
Problem with samba+openldap with regard changing passwords from windows
I have implemented samba with LDAP backend, domain logins and roaming
profiles and everything is great - except for one thing.
Noone can change their passwords from windows - trying to change your
password results in windows telling you your not allowed to do that!
I did smbldap-show alan and among other information the line:
sambaPwdCanChange: 0 appeared.
From my understanding if I do
2003 Apr 07
0
timing related vunlerability that reveals whether files exist without regard to permissions
There was a recent post to BugTraq (April 2nd)
detailing a multi-platform vulnerability. An archived copy of this
posting can be found at http://www.securityfocus.com/archive/1/317425.
This vulnerability is a timing based attack on system calls that can
be used to reveal whether or not a file exists without regard to
permissions. The attack works based off the fact that using the
open() system
2005 Feb 07
1
please guide me ...with regard to multipath dynamic routing in case of link failure
Hi,
There''s some very silly mistake i''ve done in my configuration. I did by
reading material on web. I''m enclosing my configuration script below. The
problem is its not routing the trafic from other interface in case the first
interface is down....which should be the wright case. Kindly please guide me
what i can do to make it work..dynamically.. Also there is a
2011 Oct 20
1
p-val issue for ranked two-group test
Hi-
I'm wondering if anyone can help me with my code. I'm coming up dry
when I try to get a p-value from the following code. If I make a
histogram of my resampled distribution, I find the difference between
by groups to be significant. I've ranked the data since I have
outliers in one of my groups.
mange= c(35, 60, 81, 158, 89, 130, 90, 38, 119, 137, 52, 30,
27,