search for: commcenter

Displaying 6 results from an estimated 6 matches for "commcenter".

2005 Feb 01
1
net2phone calls
Hello, My server is Mandrake 10.1 eth0 is WAN with static IP connected to 512k DSL eth1 is LAN. I am using squid proxy for internet with NSCA auth. I am able to send and recieve mails. One of the client system wants to be able to make net2phone calls. As of now he is not able to. Howto allow net2phone calls ? Thanks Varun
1998 Aug 11
0
Fwd: CERT Advisory CA-98.10 - mime_buffer_overflows
...rom Netscape at > >http://www.netscape.com/products/security/resources/bugs/longfile.html > > >OpenBSD >======= >Not affected. OpenBSD does not ship any of the affected products. > > >QUALCOMM Incorporated >===================== > >Eudora Pro Email, Eudora Pro CommCenter and Eudora Light not >susceptible to buffer overflow security problem > >QUALCOMM tested its line of Eudora email software after becoming aware >of the buffer overflow security problems recently found in Microsoft >and Netscape email programs. QUALCOMM is pleased to announce that its...
2020 Jan 11
1
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...hout multithreading. E.g. > the keyring package links for the Security library on macOS, so you > get: > > ? R --vanilla -q >> .libPaths("~/R/3.6") >> keyring::key_list()[1:2,] > service username > 1 CommCenter kEntitlementsUniqueIDCacheKey > 2 ids identity-rsa-public-key >> parallel::mclapply(1:10, function(i) keyring::key_list()[1:2,]) > > *** caught segfault *** > address 0x110, cause 'memory not mapped'...
2020 Jan 10
0
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...crashes in the terminal as well, without multithreading. E.g. the keyring package links for the Security library on macOS, so you get: ? R --vanilla -q > .libPaths("~/R/3.6") > keyring::key_list()[1:2,] service username 1 CommCenter kEntitlementsUniqueIDCacheKey 2 ids identity-rsa-public-key > parallel::mclapply(1:10, function(i) keyring::key_list()[1:2,]) *** caught segfault *** address 0x110, cause 'memory not mapped' *** caught segfault *...
2020 Jan 11
1
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...hout multithreading. E.g. > the keyring package links for the Security library on macOS, so you > get: > > ? R --vanilla -q >> .libPaths("~/R/3.6") >> keyring::key_list()[1:2,] > service username > 1 CommCenter kEntitlementsUniqueIDCacheKey > 2 ids identity-rsa-public-key >> parallel::mclapply(1:10, function(i) keyring::key_list()[1:2,]) > > *** caught segfault *** > address 0x110, cause 'memory not mapped'...
2020 Jan 10
6
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
Henrik, the example from the post works just fine in CRAN R for me - the post was about homebrew build so it's conceivably a bug in their libraries. That's exactly why I was proposing a more general solution where you can simply define a function in user-space that will issue a warning or stop on fork, it doesn't have to be part of core R, there are other packages that use fork() as