similar to: Out of memory

Displaying 20 results from an estimated 10000 matches similar to: "Out of memory"

2002 Aug 19
1
AW: Out of memory
> "Liaw, Andy" wrote: > > > > I have run into similar problems occasionally on Windoze > NT. For whatever > > reason, R refuses to do anything, including q("no"). > > So you got a prompt and were able to type it in? Strange! Never seen > something like that! > > > > The only way out was > > to kill it via Task Manager.
2000 Dec 17
1
multiframe in postscript
I was hoping that the following specification postscript(file="fig.ps",height=2,width=4) par(mar=c(5,5,2,2)+.1,mfrow=c(1,2),mex=.6) would yield the same scaling effect as postscript(file="fig.ps",height=2,width=6) par(mar=c(5,5,2,2)+.1,mfrow=c(1,3),mex=.6) but the fact is that the 'mfrow=c(1,2)' yields smaller plotting frame and bigger font size.
2010 May 31
1
Matlab Speex library
Hello, How to decode speex encoded audio in Matlab if Google doesn't find a library in Matlab that does that? Do you know one? Can anyone tell me if Matlab can use a Speex implementation in another language? Maybe binaries? Thanks Jader Dias -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Aug 06
3
[SFTP] Read from write-only file not returning error
Hello, I am investigating a data-loss bug in SSHFS (https://github.com/libfuse/sshfs/issues/72). While the root cause is in SSHFS and has already been fixed, there seems to be some unfortunate interaction with what I believe is an OpenSSH bug: As far as I can tell, when sending a SSH_FXP_OPEN request with SSH_FXF_WRITE (i.e., opening the file write only), and then following up with a
2005 Jul 11
1
small first graph of par(3,2), other 5 are correct
Hi, I'm trying to produce 6 graphs on a single page using code I've borrowed from an example by Paul Murrell: (http://www.stat.auckland.ac.nz/~paul/RGraphics/custombase-xmastree.R). It involves placing 6 horizontal barplots on one page and adding common labels. The problem is the first graph in my figure (the one in the (1,1) position) is smaller than the other 5. A toy example is
2002 Jun 14
1
data.frame - transform
Hi there, I have a data.frame (pwt6) which I would like to transform: country year gdp MEX 1950 2 MEX 1951 5 BOL 1950 4 BOL 1951 12 ITA 1950 45 ITA 1951 2 This should be the result: year MEX.gdp BOL.gdp ITA.gdp 1950 2 4 45 1951 5 12 2 Right now I have this code (better - no code): country.label<-names(table(pwt6$country)) result<-data.frame(year=NULL) for(i in country.label) ?
2017 Jul 29
3
Can't use proxy after client upgrade
On Jul 11 2017, Guus Sliepen <guus-NnCthlHDAqpg9hUCZPvPmw at public.gmane.org> wrote: > On Mon, Jul 03, 2017 at 02:24:55PM +0200, Nikolaus Rath wrote: > >> After upgrading my client system from Debian jessie to Debian stretch >> (which includes an update from tinc 1.0.24 to tinc 1.0.31), I am >> having trouble with my VPN: > [...] >> Proxy = exec
2012 Mar 11
3
NFS4 over tinc hangs
Hello, I am experiencing system hangs when running NFSv4 over a tinc VPN. I don't know if the problem is with NFS or tinc and would appreciate any suggestions on how to narrow down the culprit. Unfortunately I cannot simply run NFS directly over TCP -- the participating systems are connected only over an open network. The configuration is as follows: I have a master server
2007 Jul 16
3
Can''t start Mongrel under win32
I have a fresh installation of Ruby, Rails and Mongrel. Unfortunately the server doesn''t start. Any ideas ? => Booting Mongrel (use ''script/server webrick'' to force WEBrick) => Rails application starting on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server ** Starting Mongrel listening at 0.0.0.0:3000 ** Starting Rails with
2001 Feb 23
1
vorbis & open music
hiho, i'm quite new to this list , and maybe this is a little out of topic, but i want to announce something related to vorbis. i'm the maintainer of the music_site http://www.killerfish.de and we hardly discuss to use vorbis for our releases. i attached a mail i sended to monty earlier, and he asked me to post it here. here we go. > we use ra / mp3 on our site, BUT we're about to
2012 Apr 25
3
Semantics of "smb ports = 0"
Hello, The qemu emulator has a feature to fork a samba instance for file sharing with the emulated hosts. It communicates with smbd over stdin. The generated configuration file contains a "smb ports = 0" directive to prevent smbd from listening to any ports. Unfortunately, with at least Samba 3.6.4 this causes a segfault instead: [0] vostro:/tmp/qemu-smb.6836-0# smbd -i -s smb.conf
2012 Oct 31
10
Gráfico von varias variables
Estimados amigos, Tengo el siguiente set de datos: caps <- datos[datos$NombreDepartamento=="LANUS", c("CAPS", "personas", "PersonasRCVG", "Con12Meses")] caps$prevalencia <- round(caps$PersonasRCVG/caps$personas*100,1) caps CAPS personas PersonasRCVG Con12Meses prevalencia 2345 2345 1347 132 211 9.8 2363
2011 Oct 11
1
Problem communicating from server to client
Hello, I've set up a tinc "server" named "spitzer" in proxy arp mode, and a client "inspiron" that connects to it. inspiron runs tinc 1.0.16, spitzer runs 1.0.11. Ping and ssh from inspiron to spitzer and other hosts in the network (via spitzer) works fine. Ping and ssh from other hosts in the network to inspiron works fine (i.e. going through spitzer works
2017 Jul 03
2
Can't use proxy after client upgrade
Hello, After upgrading my client system from Debian jessie to Debian stretch (which includes an update from tinc 1.0.24 to tinc 1.0.31), I am having trouble with my VPN: As long as I let tinc connect directly (no "Proxy" configuration option on the client), everything works fine: # tincd -n rath -D -d tincd 1.0.31 starting, debug level 1 /dev/net/tun is a Linux tun/tap device (tun
2017 Jul 30
1
Can't use proxy after client upgrade
On Jul 29 2017, Guus Sliepen <guus-NnCthlHDAqpg9hUCZPvPmw at public.gmane.org> wrote: > On Sat, Jul 29, 2017 at 12:47:02PM +0200, Nikolaus Rath wrote: > >> >> Proxy = exec /etc/tinc/rath/triv_proxy.sh >> > >> > Indeed, it seems like Proxy = exec was broken by a commit that fixed >> > some issue with the other proxy types. For now the workaround is
2011 Mar 09
2
R console Mac
Hi there, I recently switched to Mac and I wonder if there is any way to get the R console to autocomplete names of list objects or slots of objects. The command line version allows to type e.g. list$ and two times the tab button and then comes up with the names of the list objects. Same for slots of e.g. Eset objects like eset. Unfortunately this does not work in the Mac R console. Is there a
2013 Dec 07
1
dovecot-imapd eating 100% cpu every once in a while
Hello, About once or twice a week, dovecot's imap-login process on my system seems gets out of control, eating 100% CPU for about 2 hours. Afterwards everything seems to go back to normal. I am using Dovecot 2.1.7 on a 64 bit Debian wheezy system. When running gdb on the process in this stage, I get the following traceback: #0 0x00007fcba50c5a90 in read () from
2012 Apr 17
5
loss of information in pdf plots
Hi there is it possible that pdfs generated using the pdf() function with default settings leads to loss of information? I was plotting copy number changes from Agilent 180k data in form of rectangles (rect()) while each rectangle represents one region of copy number change. When plotting into a pdf I noticed that some very small rectangles do not appear (even after extensive zooming) in the pdf
2013 Sep 01
2
Subnet specification for tinc node as default gateway
Hello, I want to use a tinc node as a default gateway in router mode. My first attempt was to just add an extra, lower priority subnet for the host that should act as the gateway: Subnet = 192.168.12.2/32 Subnet = 0.0.0.0/0#20 but this doesn't seem to work: # route add 173.255.235.238 gw 192.168.12.2 # ping 173.255.235.238 results in the local tinc process complaining that Read packet
2002 Aug 20
1
Offline File Syncing
Hello, I'm using samba 2.2.4 as a fileserver in a Win2K domain with AD functionality. Our users are using offline-folders for syncing with samba, when offline or not at office. But recently many of them report failures during the syncing process with a growing number of files. After studying the logfiles, I was able to find out, that failing chmod attempts from the clients are the reason. As