similar to: Can I run program that needs to open a port?

Displaying 8 results from an estimated 8 matches similar to: "Can I run program that needs to open a port?"

2003 Nov 02
1
(no subject)
Hello, I try to use Samba as a PDC. I have a old Windows 4.0 PDC and I want to get the users and the groups from the PDC. I joined the domain and get the users and groups with "net rpc vampire". The users and the groups were written in local user- and group-database, but the relation between the users and groups were lost, in the groups were no users. A short message from the
2003 Oct 01
3
Packet mangling latency
Firstly... sorry to those of you on both the netfilter and lartc list who''ll end up with this message twice... I am trying to find out what kind of latency I can expect when dNAT''ing UDP packets on (probably) a mid-range P3 server, 32-bit 33MHz PCI bus with Intel EEPro NICs. It''ll most likely be running whatever the latest 2.4 kernel will be at the time, unless there
2003 Nov 10
3
java problem? - Forgotten Battles dedicated
hello list! I want to run a dedicated Forgotten Battles server with wine. Since on windows its only need a console to start, not sure if its dos, but i think its java. If i start the programm i get this: ---------------------------------------------------- # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Error ID:
2003 Nov 03
0
MIDI and friends
Hi, I really appreciate the good work put into wine. And indeed I have some questions: How sophisticated (if at all) is alsa midi support from within wine-hosted sound applications? Think of Cubase/Fruityloops plus some Softsynths played and recorded by an external keyboard. Alsa works very well with low latency etc. on my current debian installation. How thin/thick is the wine sound emulation
2003 Nov 02
0
(no subject)
Hello, I try to use Samba as a PDC. I have a old Windows 4.0 PDC and I want to get the users and the groups from the PDC. I joined the domain and get the users and groups with "net rpc vampire". The users and the groups were written in local user- and group-database, but the relation between the users and groups were lost, in the groups were no users. A short message from the
2003 Oct 23
2
GIS re-mapping / polygon overlap
In Germany the Unemployment Agency uses a sectioning of the german map that is different from the usual Administrative Boundaries. Some demographic data are available in Administrative Boundaries only, some in Unemployment Boundaries only. I would like to generate estimates in one boundary system of data availabe in the other boundary system, and would appreciate advice concerning the following
2003 Oct 31
2
How to grow an R object from C (.Call Interface)
What is the best way to grow an R return object in writing a C function using the Rdefines.h macros. In my application, the final size of the return object is not known during construction. My understanding is that each time I grow an R object I have to use PROTECT() again, probably before UNPROTECTing the smaller version. However, due to the stack character of the PROTECT mechanism, UNPROTECT
2003 Oct 09
1
Recursive indexing can cause R-1.8.0 (and R-1.7.1) to segment fault (PR#4486)
Recursive indexing can cause R-1.8.0 (and R-1.7.1) to segment fault First of all, many thanks to the R team!! R is really a software for everyday work. Yes, I've found a fault, but I hope it's not just faultfinding ;-) In the NEWS file of R-1.8.0, first printed in R NEWS 1.7.1, there was given a promise: [ 1 ] o Recursive indexing of lists is allowed, so x[[c(4,2)]] is