Displaying 20 results from an estimated 2000 matches similar to: "Samba across WAN link"
2000 Jul 20
0
strange nmbd problems
Hello,
We have three Samba servers running at our site. They are
1) Solaris 2.6 & Samba 2.0.4b
2) Solaris 7 & Samba 2.0.4n
and
3) Mandrake linux 6.2 & Samba 2.0.3
We have experienced this problem on all of the above servers. After a period
of time (just over a month in the case of the linux box) the servers are no
longer registered with the WINS server. We have to restart nmbd to
2000 Jun 07
0
Please Help - WINS server problems
Hello,
We are successfully using Samba with a remote WINS server which is located
on another site. We have a second site (Worcester) which has successfully
been using the same WINS server and communicating with our Samba servers
(Shipley5 and Shipley6).
Recently the PCs in Worcester have been unable to connect to our Samba
server in Shipley. The other site uses a different DHCP server to our
2009 Nov 03
1
Strange code in `?`
Hello,
In R 2.10, looking at:
> `?`
function (e1, e2)
{
if (missing(e2)) {
type <- NULL
topicExpr <- substitute(e1)
}
else {
type <- substitute(e1)
topicExpr <- substitute(e2)
}
if (is.call(topicExpr) && topicExpr[[1L]] == "?") {
search <- TRUE
topicExpr <- topicExpr[[2L]]
2017 Sep 16
3
LLVM mtriple for aarch64-win32-msvc ?
Thanks Martin, I'm generating the code using LLVM (writing llvm::Triple
myself and llvm::TargetRegistry::lookupTarget is working), and that's how
my bitcode is generated then using LLC to cross-compile that.
So using armv7-win32-msvc is getting me a bit closer, but what CPU,
raspberry pi 3 is running a Cortext-A53, but when I specify that in -mcpu
argument I get this error:
> llc.exe
2000 May 24
1
Win Servers and Samba
Hello,
We are succesfully using Samba with a remote WINS server which is located on
another site. We have a second site which has successfully been using the
same WINS server and communicating with our Samba server.
Recently the PCs on the second site have been unable to connect to our
Samba server. The other site uses a different DHCP server to our site but it
still gives out the same
1999 Sep 13
0
[RHSA-1999:037-01] Buffer overflow in mars_nwe
---------------------------------------------------------------------
Red Hat, Inc. Security Advisory
Synopsis: Buffer overflow in mars_nwe
Advisory ID: RHSA-1999:037-01
Issue date: 1999-09-13
Updated on:
Keywords: mars_nwe buffer
Cross references:
---------------------------------------------------------------------
1. Topic:
There are several buffer overruns in the mars_nwe
2016 Dec 09
0
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
Hi Alex,
I don’t know too much about recent MIPS, but have recently been doing something similar for the new ARM SVE architecture, so hopefully this will get you closer to what you need:
If you’re looking where I think you are (lib/Target/X86/X86InstrAVX512.td), ‘GatherNode’ is a template argument, not a definition.
It allows a PatFrag be passed into the avx512_gather multiclass definition.
2016 Dec 11
2
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
Hello.
Will, thanks a lot for pointing me to the MaskedGatherSDNode and mgatherv4i32. I have
to say that the definition of the "multiclass avx512_gather" from
lib/Target/X86/X86InstrAVX512.td is difficult to follow and I prefer not to use it.
I currently have some serious problems with TableGen - it gives an assertion failure:
2019 Sep 11
3
Compile for ARM SVE with the latest LLVM
Renato et al.
In the meantime, is there an out of tree branch I mean, other than LLVM
trunk so I can test how much I can SVE vectorize my code with it?
Arm seemed to gave taken down the GitHub branch for sometime.
On Wed, Sep 11, 2019 at 20:41 Renato Golin <rengolin at gmail.com> wrote:
> On Wed, 11 Sep 2019 at 06:13, Itaru Kitayama via llvm-dev
> <llvm-dev at lists.llvm.org>
2017 Jun 20
2
Contacting Delphi...the oracle is unavailable
:(
Por lo pronto, estoy "depurando" el código: conseguí que convierta los
caracteres "raros" en ???? con File/Reopen with Encoding , ISO-2022-JP y
luego hice en lentísimo depurado del código para reemplazar cada ???? por
su carácter correcto (tipo ????cu????l por ¿cuál? y así. Arduo). Luego, a
modo de "respaldo", copié y pegué el código en un archivo .doc
Por ahora
1999 Dec 13
0
problems setting up tinc.
I just tried to set up a tinc test installation, but I guess I did
something wrong, because I can only ping one direction.
Here's my setup
(lan1,192.168.99.0)<-->firewall1<-vpn->firewall2<-->(lan2,192.168.100.0)
firewall1 has tap0 on 192.168.88.2
firewall2 has tap0 on 192.168.88.3
i set up the following routes :
on firewall1 : 192.168.100.0 gw firewall2(192.168.88.3)
on
2000 Apr 03
2
PC Virus scanning on *nix side?
Date: Fri, 31 Mar 2000 10:49:21 +0900 (JST)
From: Steve Frampton <frampton@j-com.co.jp>
To: Multiple recipients of list SAMBA <samba@samba.org>
Subject: PC Virus scanning on *nix side?
Message-ID:
<Pine.LNX.4.21.0003311046390.7302-100000@firewall.j-com.co.jp>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi:
2017 Sep 15
3
LLVM mtriple for aarch64-win32-msvc ?
Is there a way to use LLC to cross-compile some code to run on Windows IOT
on Raspberry Pi ?
I was able to convince LLVM to spit out some bitcode for this, but when I
try llc it dumps:
llc.exe test.bc -o test.obj -filetype=obj -O3 -mtriple=aarch64-win32-msvc
-mcpu=cortex-a53
Wrote crash dump file
"C:\Users\clovett\AppData\Local\Temp\llc.exe-4990d8.dmp"
0x0000000000000000
2017 Sep 08
5
Performance of large llvm::ConstantDataArrays
I'm running into some pretty bad performance in llc.exe when compiling some
large neural networks into code that contains some very
large llvm::ConstantDataArrays, some are { size=102,760,448 }. There's a
small about of actual code for processing the network, but the assembly is
mostly global data.
I'm finding that llc.exe memory spikes up around 30 gigabytes and the job
takes 20-30
2016 Dec 12
0
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
Hello.
I wanted to inform that I fixed the bug from the previous email.
The main reason for the bug was that I thought that the SDNode masked_gather is
returning only 1 value, but it returns 2 (hence, I guess, the earlier reported, difficult
to follow, error: "Assertion `New->getNumTypes() == 1").
masked_gather returns 2 values because:
// SDTypeProfile -
2006 Mar 30
5
packet marking: only a ratio, not all
Hi all!
In short:
Anybody wrote a patch for DSMARK to make it capable of marking
only a ratio (a given arg to the tc command) of the packets it gets?
Say, 20%? Or, do I have to hack into the source? Alternatives,
like a filter spitting packets to 2 different DSMARK based on this ratio?
In long:
I''m a hungarian univ student involved in a project (RMD-QoS stuff)
which needs
2012 Apr 04
7
new rails project error
Hi all,
I install Ruby1.9.2po0 and Rails3.2.3 on RedHat5
When I create a project "rails nwe chapter"
It show below error message:
*************************************************************
Installing sqlite3 (1.3.5) with native extensions
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native
extension.
/usr/local/ruby/bin/ruby extconf.rb
checking for
2007 Nov 08
3
[LLVMdev] Newbie JITter
Hi,
I'm experimenting with using LLVM to generate dynamic FFI bridges
in VisualWorks Smalltalk. LLVM is an amazing thing! I'm going from
dynamically generated assembler source to machine code, and I have
that all working, copied from the llc tool and the JIT example. I
have two questions:
1. What optimization passes, if any, should I run on the module
before I pass it to the
2004 Oct 07
1
Meetme conference across WAN
Greetings,
I have 4 asterisk boxes in 4 different locations,
works perfect [over ip with ipsec + asteriskes use IAX
to talk to each other].
Users can call each other and talk no problem,
sound quality is fine.
asterisk is great.
I am to create the conferencing facility.
and I am stuck.
The TDM400P card is installed in one of the asterisk boxes [zaptel,
wcfxs and crc_ccitt modules installed
2004 Jan 15
0
Strange smbclient -L behaviour across WAN link
Hello folks,
I hope somebody here can help shed light on this peculiar behaviour of
smbclient. When we execute:
smbclient -L <host>
and the host is across a VPN link traversing a WAN (DSL) link we get the
following:
1. <host> is Windows 98SE: OK, smbclient completes
2. <host> is Windows XP or Samba 3.x: smbclient is able to retrieve the
share list but hangs trying to get