Displaying 8 results from an estimated 8 matches similar to: "samba4.0.16 smbd internal error"
2012 Apr 16
1
What's the precision of the domain cpu stats?
Hi, everyone
I'm using libvirt and resort to virDomainGetCPUStats for cpu
usage by one domain. In my system, Ubuntu-11.10 64bit with 2 cores and
Qemu Hyperviser, this function returns something like this:
virTypedParameter[0]
{
field: "cpu_time"
type: 4
value.ul 51640610899
}
virTypedParameter[1]
{
2011 Jun 16
3
problem with dovecot and sieve
Hi
We've been using dovecot with great success so far. We are trying to
add sieve support for our users.
We enabled managesieve and users can define rules from the webmail
(roundcube) with sieverules plugin for roundcube.
Everything goes ok, but here's a problem I couldn't figure yet.
When I define a redirect rule, the mail is forwarded but a local copy
is stored too. Weird thing is
2010 Nov 10
1
clustering association rules
Hello.
I have a general question regarding to clustering of association rules.
According to http://cran.r-project.org/web/packages/arules/vignettes/arules.pdf
"4.7 Distance based clustering transactions and associations" there is possibility for creating clusters of association rules.
I do not understand, how I have to interpret clusters of rules.
Let us have next association rules and
2014 Feb 12
0
locking smbd
dear all,
i'm running samba4 (4.0.x) on FreeBSD 9.2 and stuck at leas once a week with the following smbd fault (taken fom /var/log/messages):
Feb 12 10:37:56 mercury smbd[5960]: [2014/02/12 10:37:56.344706, ?0, pid=5960, effective(3000028, 20), real(0, 0)] ../lib/util/fault.c:72(fault_report)
Feb 12 10:37:56 mercury smbd[5960]: ?
2014 Jun 24
0
Upgrade From 4.0.16 To 4.0.17+ Breaks
G'day Guys,
I've hit a snag. After using S4 from Alpha, beta, rc, 4.0.1..16 with success, I wanted to upgrade to the 4.1 series. However, after compiling, installing, and provisioning, with no errors, samba4 won't start correctly. I did a few tests by installing from scratch, on the same server each of the following versions (4.0.17, 4.0.18, 4.0.19, and 4.1.9), and got the same
2017 Nov 21
1
[Announce] Samba 4.7.3, 4.6.11 and 4.5.15 Security Releases Available for Download
Release Announcements
---------------------
These are a security releases in order to address the following defects:
o CVE-2017-14746 (Use-after-free vulnerability.)
o CVE-2017-15275 (Server heap memory information leak.)
=======
Details
=======
o CVE-2017-14746:
All versions of Samba from 4.0.0 onwards are vulnerable to a use after
free vulnerability, where a malicious SMB1 request
2017 Nov 21
1
[Announce] Samba 4.7.3, 4.6.11 and 4.5.15 Security Releases Available for Download
Release Announcements
---------------------
These are a security releases in order to address the following defects:
o CVE-2017-14746 (Use-after-free vulnerability.)
o CVE-2017-15275 (Server heap memory information leak.)
=======
Details
=======
o CVE-2017-14746:
All versions of Samba from 4.0.0 onwards are vulnerable to a use after
free vulnerability, where a malicious SMB1 request
2006 Jul 27
1
form_tag vs form_remote_tag ----- the :condition option
form_remote_tag has a really useful little thingamob called
:condition. you give it a string which is then interpolated into the
form tag in such a way that the form is only submitted if :condition
evaluates in javascript to true.
so the logical thing to do is give it a JavaScript function
<%= form_remote_tag ( :condition => ''your_function_here()'',