search for: nwe

Displaying 20 results from an estimated 23 matches for "nwe".

Did you mean: new
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 package. 2. Bug IDs fixed (http://developer.redhat....
2009 Nov 03
1
Strange code in `?`
...xpr[[1L]] == "?" && is.call(topicExpr[[2L]]) && topicExpr[[2L]][[1L]] == "?") { cat("Contacting Delphi...") flush.console() Sys.sleep(2 + rpois(1, 2)) cat("the oracle is unavailable.\nWe apologize for any inconvenience.\n") return(invisible()) } } [...] I am especially puzzled by this part: cat("Contacting Delphi...") flush.console() Sys.sleep(2 + rpois(1, 2)) cat("the oracle is unavailable.\nWe apologize for any inconvenience.\n&q...
1999 Dec 13
0
problems setting up tinc.
...fw1 from fw2. If I switch fw1 to server and fw2 to client, it works the other way round. The situation is though, that client can access server eth but server cannot access client eth. ---------------------------------------------------------------------- Johannes Walch NWE Network-Engineering GmbH Linux-Systemhaus Wingertstr. 70/1 D-68809 Neulussheim central: +49 (0) 62...
2000 Apr 11
1
Samba across WAN link
Hello All, We have 2 Samba servers in our domain at our site. Server A) is a Primary Domain Controller that everyone logs into and Server B) just has drives shared on it. We have another site with a Server C) running MARS NWE we are connected to via a 256k WAN link. If we were to run Samba on this Server C) and set it up like Server B) i.e. Have all 3 servers in the same domain all with one Primary Domain controller would it work and, more to the point what would the network traffic be like. I would be grateful to hear...
2017 Jun 20
2
Contacting Delphi...the oracle is unavailable
...<- topicExpr[[2]] + if (is.call(topicExpr) && topicExpr[[1]] == "?" + && is.call(topicExpr[[2]]) && topicExpr[[2]][[1]] == "?") { + cat("Contacting Delphi...") + flush.console() + Sys.sleep(2+rpois(1,2)) + cat("the oracle is unavailable.\nWe apologize for any inconvenience.\n") + return(invisible()) + } } else search <- FALSE No logro entender bien y la función no corre en mi consola, pero me parece entender que el problema está justamente cuando el R encuentra un "?" en el código. Algo así parece que quieren decir c...
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 s...
2000 Aug 31
1
Novell support
Howdy everyone, I'm new to this list and new to Samba (although others at my company have experience with it). Anyway, I'm sure this has come up many times in the past but I have several Netware servers that people at remote sites need access to. The clients are Windows 95/98/NT, they all connect to their own NT domain (one domain per site), and they do NOT want to install the Novell
2004 Feb 18
0
Re: DOS Networking [OT]
...tprint. MicroSoft's DOS network client is pretty big. I hate to show you another network system, but using freeDOS for the client OS, and using an odi base client network, I have found a little easier on the memory needs ... You should then be able to use Novel's client software and mars-nwe ( http://www.compu-art.de/download/mars_nwe.html )for the Linux server, which should give you file and print server. Not a perfect solution, but very nice for old and small systems which still need networking. Mailed Lee
2007 Nov 08
3
[LLVMdev] Newbie JITter
...int exitCode = 0; try { ParseError ParseErr; Module* M = ParseAssemblyString(assembler, new Module("test"), &ParseErr); if (!M) { cerr << "parse error: " << ParseErr.getMessage() << "\n"; return 1; } std::cout << "\nWe just constructed this LLVM module:\n\n" << *M; std::string MArchErr; const TargetMachineRegistry::entry* MArch = TargetMachineRegistry::getClosestStaticTargetForModule(*M, MArchErr); if (MArch == 0) { std::cerr << "error auto-selecting target for module '&quo...
2004 Dec 11
2
Network disk? (like memdisk but over the network)
Hi, I've successfully got DOS booting over PXE with Memdisk, but as RAM is severely limited in the PCs I'm using (only 32-64MB) I can't load a huge Memdisk image to run large DOS programs, Windows, etc. Are there any programs out there like Memdisk, but instead of storing the disk in RAM they read it over the network? (A "netdisk" program.) This would be a really useful
2012 Oct 10
5
Contacting Delphi ??
What does the sudden appearance of "Contacting Delphi ......the oracle is unavailable. We apologize for any inconvenience." mean? A bug? It appears at plotting. Thanks Christian -- Christian W. Hoffmann, CH - 8915 Hausen am Albis, Switzerland Rigiblickstrasse 15 b, Tel.+41-44-7640853 c-w.hoffmann at sunrise.ch, christian at echoffmann.ch, www.echoffmann.ch
1999 Jul 22
4
Shares are comming and going
Hia, I have a problem using the %G parameter. At the end if my smb.conf file I have something like: include = \etc\smb.conf.%G At this way I hoped that according the the group, I can load a configuration file accoring the the users group. Instead that a 'smb.conf.it' group is loaded, a samba tries to load 'smb.conf.nogroup' (guest account is uid=nobody gid=nogroup) WHat I
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:
2007 Nov 09
0
[LLVMdev] Newbie JITter
...ParseErr; > Module* M = ParseAssemblyString(assembler, new Module("test"), > &ParseErr); > if (!M) { > cerr << "parse error: " << ParseErr.getMessage() << "\n"; > return 1; > } > > std::cout << "\nWe just constructed this LLVM module:\n\n" << *M; > > std::string MArchErr; > const TargetMachineRegistry::entry* MArch = > TargetMachineRegistry::getClosestStaticTargetForModule(*M, MArchErr); > if (MArch == 0) { > std::cerr << "error auto-selecting...
2017 Jun 20
3
Contacting Delphi...the oracle is unavailable
Hola. Comencé teniendo problemas con el Encoding del RStudio que creo haber superado (a mano, infelizmente) pero ahora, de la nada, sin que haya ejecutado ninguna línea de código con error, la consola tira: Contacting Delphi...the oracle is unavailable. We apologize for any inconvenience. Una y otra vez. Busqué algo de ayuda pero encuentro poco y no me es útil. No comprendo qué sucede. Tampoco
2009 Mar 04
14
[Bug 1565] New: ssh-keyscan doesn't like comment-lines
https://bugzilla.mindrot.org/show_bug.cgi?id=1565 Summary: ssh-keyscan doesn't like comment-lines Product: Portable OpenSSH Version: 5.1p1 Platform: All OS/Version: Linux Status: NEW Keywords: low-hanging-fruit Severity: minor Priority: P2 Component: Miscellaneous AssignedTo:
2003 Feb 20
0
RE: pam_mount ( was RE: Help with Winbind )
...9;s what I have so far with pam_mount: project homepage: { the first link on google is broken, use this one instead } http://www.flyn.org/#id5426299 from the homepage: ------------------------------ This module is aimed at environments with SMB (Samba or Windows NT) or NCP (Netware or Mars-NWE) servers that Unix users wish to access transparently. It facilitates access to private volumes of these types well. The module also supports mounting home directories using loopback encrypted filesystems. * Every user can access his own volumes * The user needs to type the password j...
2003 Feb 20
0
RE: pam_mount ( was RE: Help with Winbind )
...9;s what I have so far with pam_mount: project homepage: { the first link on google is broken, use this one instead } http://www.flyn.org/#id5426299 from the homepage: ------------------------------ This module is aimed at environments with SMB (Samba or Windows NT) or NCP (Netware or Mars-NWE) servers that Unix users wish to access transparently. It facilitates access to private volumes of these types well. The module also supports mounting home directories using loopback encrypted filesystems. * Every user can access his own volumes * The user needs to type the password j...
2000 Jul 10
6
Novell
Hi, I like to know if anyone has ever gotten samba to work on Sun Solaris on a Novell Network. I don't have an issue with installation on Sun Solaris that works fine. But I've never put Samba on a Novell Network Before. Please describe any steps or issue with this. Phillip B. Bruce, Manager > kpmg Consulting > Network Engineering & Integration >
2002 Jul 12
2
Lattice help (again?)
I appologize if this post is a duplicate, but I did not get my first post myself.. Here is my original post: --------------------------------- Hi all, I've got some troubles with a Lattice plot. The error I get is Error in Ops.factor(groups[subscripts], vals[i]) : Level sets of factors are different which sort of doesn't make sense to me. Can you please help me figure out what