Displaying 12 results from an estimated 12 matches similar to: "Spare some CPU cycles for testing lme?"
2011 Jan 14
4
Bind won't start.
Dear Group,
In the process of configuring bind, I created a new configuration file under /etc/named.conf
options {
directory "/var/named";
version "Nope.";
};
zone "internal.micro.com" in {
type master;
file "internal.micro.com";
};
This is the definition I am using for the forward zone under /var/named/internal.micro.com
2009 Jul 31
3
[Bug 23057] New: Nouveau/DRM from unamed reposiory failing to build
http://bugs.freedesktop.org/show_bug.cgi?id=23057
Summary: Nouveau/DRM from unamed reposiory failing to build
Product: xorg
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: major
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2005 Jun 21
2
TEQL and Subnet problem
TEQL and Subnet problem
I have a network topology shown below, and I am trying to use TEQL. My
problem is: When I ping to P3.teql0 from P2 ("[P2]# ping 16.119.144.66"),
the traffic can never go from P2.eth1, and all traffic only goes to
P1.eth0. What P2.eth1 (16.119.144.33) did is broadcasting an ARP asking
for the MAC address of 16.119.144.66, although I have specified the route
to
2005 Sep 16
4
getent and wbinfo not returning expected results?
Hello,
For some time now have been trying to connect a Samba-3.0.14a-0.4
server running on SuSE Ent 9 linux server to our Exchange 2003
(running on Server 2003 Std w/ SP1) server which is also the AD
server for our domain.
I can connect to the shares using the AD as the authentication
source, so the basic functionality is there but some command output
does not show in the way i expect
2006 Feb 13
2
Will session object be send to the user browser each time a request is sent to server?
Hi,
I thinsk the session object will never send to client,
it stays at the server side. can some one tell me if
I''m right?
also it is a good pratice to store data inside the
session object????
Thanks you very much
Saiho
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2007 Jan 10
0
[DTrace] Loose ends
G''Day Folks,
I''ve rewritten execsnoop, opensnoop and shellsnoop so that they are
wrapped in the Bourne shell to provide command line options (they have
all lost their ".d" extensions, but the old versions are still online).
They are rather more meaningful tools now.
(Eg, I can run shellsnoop with "-qp PID" with the PID of a shell, and see
only the characters
2005 Jun 21
0
TEQL and Subnet problem (reformatted)
TEQL and Subnet problem
I have a network topology shown below, and I am trying to use TEQL. P1,
P2 and P3 are three linux machines, and each has two network cards. P2
and P3 are connected in two ways: (1) directed connection between
P2.eth0 and P3.eth0; (2) connection via P1. P1 acts as the gateway. TEQL
is installed on P2 and P3 to load-balance packet transmission by
round-robin sending packets
2006 Sep 06
0
authenticating using winbindd against NT4 domain fails
Since version 3.0.23b, I have been having trouble getting Windows & OSX
users to access an NT domain member server running FreeBSD 5.4. It is now at
3.0.23c (installed this morning the 5th).
root@aries:/usr/local/lib# net rpc user
Password:
Could not connect to server 127.0.0.1
Connection failed: NT_STATUS_NO_LOGON_SERVERS
root@aries:/usr/local/lib# net rpc user
Password:
Could not connect
2006 Sep 06
3
FW: authenticating using winbindd against NT4 domain fail s (URGENT)
Hi folks,
Can anyone shed light on this issue? I haven't heard from you guys. Is there
anything else I could do to expedite resolution of this issue? I've read the
WHATSNEW.txt and reviewed the release notes. I am not sure if I've fully
grasped what needs to be done. Can someone point me in the right direction?
~Doug
-----Original Message-----
From: Doug Sampson
2015 Mar 06
0
Wine release 1.7.38
The Wine development release 1.7.38 is now available.
What's new in this release (see below for details):
- New version of the Gecko engine based on Firefox 36.
- Support for themed scrollbars.
- Updated version of the Mono engine.
- More compatible RPC interface for service control.
- Support for X Drag & Drop version 5.
- Threading fixes in IME support.
- Various bug
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hello Sean and Tobias,
Sean,
Thank you. Could you describe Nick's ideas in few words or give me links
to your discussion, so I could adapt my ideas to it.
Tobias,
Your patch fails on several modules in my benchmark (73 of ~1800 tests).
I have sent one as attachment.
See statistics files for more details, all the .ll files you could
simply find in test-suite object directory (after