similar to: [RHSA-1999:037-01] Buffer overflow in mars_nwe

Displaying 20 results from an estimated 100 matches similar to: "[RHSA-1999:037-01] Buffer overflow in mars_nwe"

2002 Jun 07
1
Re: Filelocking-Problem: Mars_NWE together with Samba
Hi there, we've got the following problem, while Windows-Clients works with samba and a DOS-Client connects over Mars_NWE to the same Linux-Server: When the DOS-Client opens a file on the linux-server and the WinClient opens the same file, and when both clients want to write the same file, the windows-client gets an error and crashes. We tried it only with the windows-clients and there
2004 Feb 18
0
Re: DOS Networking [OT]
Greetings ... > Has anyone ever got command line only Windows 95 DOS to connect to a Samba > machine? I can connect to an NT machine no problem using "net use ...", but > the only machine the DOS machine will see on the network is the NT machine; > all of the others, including my Linux machines and a Win 2k machine, it just > refuses to see. First, any program you
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
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]]
2005 Jul 06
1
Netware server emulation on Linux
One of our group companies has just 'gone live' on a new laboratory management package. Although the software is M$-based (ie: expects a M$ server at the heart of it), it is running with its core database on a CentOS3 server using Samba for client access - in fact, the developers are amazed at the performance and say it beats a Win2K/2K3 server 'hands down'!!! Anyway, the old lab
1999 Nov 01
1
samba and SMP
I've now tried 2.0.6pre2 with a SuperMicro P6DNF dual PPro as well as the Everex StepDP/Pro dual PPro MB; same result, large (more than 1 MB) file copies usually crash with only a message about oplock errors in the logfile. Running a single CPU kernel works fine (pre2 seems much faster, but I haven't done any testing). 2.0.5a does the same. NFS and mars_nwe with the same hardware and
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
1999 Sep 16
0
DBase File locking
FWIW, i had the same problem (obtaining a byte-range lock with an offset of 0xeffffff0..0xefffffff) quite some time ago causing dBase IV on DOS machines with VLM clients to a mars_nwe server to fail to synchronize. The solution was probably the same as here, to fold this range into 0x7ffffffx. -- Morio Taneda admin,sociology,humanities,karlsruhe university,germany
2003 Oct 22
0
AFS thru Samba 3.0
Hi folks, I've ran many circles about this topic, read tons of documents. But have not found a working solution. Here is the scenario: There is a network contains around 350+ nodes, mixed Win98 and Win2k. There are four mars_nwe servers they use. We'd like to migrate that 4 servers into an AFS cell and offer it thru Samba which should be acting as a PDC. So far it seems not too
1998 Jun 28
0
Browsing with 1.9.18p7 and WfW 3.11
Hi We are using a Debian 1.3.1 server (two Ethernet-Cards) with 18 Clients. The Clients remote-boot from the server using mars_nwe(Novell-Server emulation). Under Windows (WfW 3.11) the Clients user the Microsoft 32-bit Tcp-Stack to access the samba-server( 1.9.18p7). The problem is that the clients can't see the samba-server in their browse-lists, nor can they access the server with net
1999 Nov 11
0
Samba 2.0.6 Release compiles using patches from -current
Using the patches from -current (aa thorugh bb) samba 2.0.6 release compiles under FreeBSD 3.3-RELEASE. "patch-ba" needs to be edited to change the location of the lines patched, and "patch-bb" needs to be edited to remove the first part (no longer needed) and also change the line location for the remaining part. Throughput using an NT4 SP6 P6/200 client connected at 100Mbits
2000 Jan 22
0
2.0.6 and FreeBSD 3.3-RELEASE + socket options = 2.5MB/sec
I am running FreeBSD 3.3-RELEASE with samba 2.0.6 compiled from sources with patches taken from 2.0.5a (not the current FreeBSD port, but I'll be testing that soon with 3.4-RELEASE). The socket options file is socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=262144 SO_RCVBUF=262144 which is due to Martin Welk. Currently large files (1GB or greater)are transferring at up to 2.7MB/sec;
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
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
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
2007 Nov 09
0
[LLVMdev] Newbie JITter
On Nov 7, 2007, at 6:10 PM, Antony Blakey wrote: > 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
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
2003 Feb 20
0
RE: pam_mount ( was RE: Help with Winbind )
After a little experimentation, I've come up with this: create a directory as a temp mount point (chmod 777) called /home.domainuser or something similar and assign the template homedir variable to it. This works for the first login, but I'm looking for advice on how I can rm -rf the whole thing to clean it up for the next user. Additionally, I noticed that it doesn't actually mount
2003 Feb 20
0
RE: pam_mount ( was RE: Help with Winbind )
Well, I've started to look at pam_mount and it seems it doesn't compile under RH8.0 because it's missing pam_modules.h. I've located that in the source for pam. It's found in pam-0.75-46.8.0.src.rpm. The error I get is during the configure part: checking for security/pam_modules.h... no configure: error: You are missing security/pam_modules.h I'm not so good with
2011 Apr 11
2
Samba over IPX
I would like to add my case for a wish of IPX support in Samba: We use a number of CNC tool machines whose host is pure DOS based. Don't be surprised that DOS is stilll running somewhere. It is fairly OK when we get to the field of HW and real-time control, unlike Windows and the like... These hosts use IPX to access LAN shares. IPX is here preferable to TCP/IP because of its lower memory