search for: 7812

Displaying 20 results from an estimated 37 matches for "7812".

Did you mean: 781
2005 Apr 25
2
RAW types not restored from Rda files (PR#7812)
Full_Name: Byron Ellis Version: 2.1.0 OS: OS X Submission from: (NULL) (67.124.246.46) > x = charToRaw("12345") > x [1] 31 32 33 34 35 > save(x,file="x.Rda") > rm(x) > load("x.Rda") > x [1] 00 00 00 00 00 Thats no fun.
2000 Dec 08
2
GIS and Spatial stats
...r list maintainer] I am digging in the wrong hole I guess. Where can I find R /S routines for spatial statistics? Also has anyone made an R link to a GIS package? Anyone out there who works in this area? Thanks Richard E. Hoskins WA State Department of Health 1102 Quince Street Olympia, WA 98504-7812 richard.hoskins at doh.wa.gov tel: (360) 236 - 4270 fax: (360) 236 - 4245 GMT -8 Note: All messages to and from the Department of Health may be disclosed to the public. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwie...
2008 May 21
4
MGE Ellipse Max 1100 configuration question
...server which runs without an x-server. I followed http://opensource.mgeups.com/install/debian.htm. Didn't work. Then I copied over the configuration files which the personal solution pac on my desktop created. But I get the same error as with my manual configuration: May 21 18:56:43 fry upsd[7812]: listening on 0.0.0.0 port 3493 May 21 18:56:43 fry upsd[7812]: Can't connect to UPS [mgeups] (usbhid-ups-mgeups): No such file or directory May 21 18:56:43 fry upsd[7813]: Startup successful May 21 19:01:43 fry upsd[7813]: Can't connect to UPS [mgeups] (usbhid-ups-mgeups): No such file...
2004 Dec 09
2
a question about swap space, memory and read.table()
...'s size. The other machine is a remote server. Windows XP, R 1.9.1 Physical RAM 2GB. Swap space 4GB. I use "R --max-mem-size=4000M" to start R. However when I allocate a large matrix or data frame, it uses up all RAM then exits with a error message" cannot allocate vector of size 7812 Kb ". The Swap space is not used at all ! What's more, I found that the read.table() function is really a waste of memory. > ft <- read.table("filepath") > object.size(ft) object.size(ft) [1] 192000692 only 192Mb. however, in the windows task manager it shows that this p...
2008 Sep 24
1
Passing audio to DomU
...d name `snd'' Valid sound card names (comma separated): -soundhw all will enable all of the above I have the correct module loaded (I think) [root@localhost xen]# lsmod|grep -i snd snd_hda_intel 23060 0 snd_hda_codec 155776 1 snd_hda_intel snd_seq_dummy 7812 0 snd_seq_oss 36608 0 snd_seq_midi_event 11520 1 snd_seq_oss snd_seq 56528 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event snd_seq_device 12428 3 snd_seq_dummy,snd_seq_oss,snd_seq snd_pcm_oss 47392 0 snd_mixer_oss 20736 1 snd_pcm_oss s...
2020 Oct 20
0
RIP: 0010:g84_gr_tlb_flush+0x2eb/0x300
....org/xorg/driver/xf86-video-nouveau/-/issues/536 Thanks (*) Oct 20 08:44:13 vostrodell kernel: [55669.783436] ------------[ cut here ]------------ Oct 20 08:44:13 vostrodell kernel: [55669.783446] nouveau 0000:01:00.0: timeout Oct 20 08:44:13 vostrodell kernel: [55669.783527] WARNING: CPU: 1 PID: 7812 at drivers/gpu/drm/nouveau/nvkm/engine/gr/g84.c:171 g84_gr_tlb_flush+0x2eb/0x300 [nouveau] Oct 20 08:44:13 vostrodell kernel: [55669.783527] Modules linked in: cdc_acm(OE) fuse md4 sha512_ssse3 sha512_generic cmac nls_utf8 cifs dns_resolver fscache libdes intel_rapl_msr intel_rapl_common x86_pkg_te...
2013 Apr 20
1
PuppetDB / inventory service configuration problem
...APIs is deprecated; please use /v1/metrics/mbean/java.lang:type=Memory 2013-04-20 18:35:43,518 INFO [command-proc-45] [puppetdb.command] [db173bb5-a2ea-486e-8dd2-46abf737f975] [replace facts] puppetmaster.domain.com 2013-04-20 18:35:48,999 INFO [command-proc-45] [puppetdb.command] [b8cc3c17-7812-45f1-b833-452ff7bf9cf5] [replace catalog] puppetmaster.domain.com 2013-04-20 18:35:53,944 WARN [qtp1655388819-39] [http.server] Use of unversioned APIs is deprecated; please use /v1/metrics/mbean/java.lang:type=Memory /var/log/puppet/masterhttp.log [2013-04-20 18:54:52] puppetmaster.domai...
2000 Oct 10
4
Mac Ogg Vorbis Player
Well, I updated the player to work with the branch_postbeta2, but it contains some nasty kludges to the project files that probably shouldn't be finalized. I'm going to put it in a separate file (http://oscar.the-rileys.net/programming/vorbis_pb2.tar.gz) for now. Unfortunately, this release doesn't seem to fix the "tearing sound" problem. I think this might be related to
2020 Jan 08
0
Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable
...ing, if not to serve active TCP connections? On all servers, the number total-available imap-login processes is significantly larger than the number of TCP connections on the server. In some cases, it is about ~# ss -nt | wc -l 7817 ~# ss -nt "( sport = :143 or sport = :993 )" | wc -l 7812 ~# doveadm process status | grep "^imap-login " imap-login 17384 1462 44553 0 1578475790 0 imap-login 17383 550 66830 0 1578475790 0 imap-login 17382 488 59074 0 1578475789 0 imap-login 17381 929...
2001 Sep 29
1
how much memory does one need...
to allocate 7.8 MB to a vector? (on R running on MacOS 8.6 with a 100MB partition) I get this error from a function which is trying to create a 1000x1000 matrix: Error: cannot allocate vector of size 7812 Kb the error occurs here: dist <- as.single((t(pos)-pos)/n) where pos is a matrix of integers, and n is the size of the first dimension. It appears to first create a double with (t(pos)-pos)/n, running out of memory before making it a single. Several questions arise from this problem: 1) how...
2007 Mar 02
1
setting up incoming PPP on centos 4.4
hi gang! I'm interested in setting up incoming PPP on a system at work that has a fresh (not upgrade) Centos 4.4 on it. All the documentation I've found for that shows using mgetty to do it, and seems pretty straightforward. However, that machine doesn't have a binary named mgetty anywhere. It does have a mgetty-sendfax RPM installed, but it does not provide a binary named mgetty.
2001 Aug 16
1
Windows metafiles in Linux
Just want to express MHO that the graphics produced by wmf.graph() in Splus 6 for Linux is only of barely acceptable quality (e.g., hallow circles were drawn too thick, making the plot look rather awkward). Andy -----Original Message----- From: Prof Brian D Ripley [mailto:ripley at stats.ox.ac.uk] Sent: Thursday, August 16, 2001 10:49 AM To: Victor Moreno Cc: r-help at stat.math.ethz.ch Subject:
2001 Sep 06
0
crosstabulation
...###### -- Victor Moreno V.Moreno at ico.scs.es Servei d'Epidemiologia i Registre del Cancer http://lbe.uab.es Institut Catala d'Oncologia Gran Via km 2.7, 08907 Hospitalet, Barcelona, Spain Tel: + 34 93260 7434 / 7401 / 7812 fax +34 93260 7787 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the sub...
2015 Nov 12
0
xen_4.6.0-1_amd64.changes ACCEPTED into unstable, unstable
...tem-armhf - Xen System on ARMHF (meta-package) xen-utils-4.6 - XEN administrative tools xen-utils-common - Xen administrative tools - common files xenstore-utils - Xenstore command line utilities for Xen Changes: xen (4.6.0-1) unstable; urgency=medium . * New upstream release. * CVE-2015-7812 * CVE-2015-7813 * CVE-2015-7814 * CVE-2015-7835 * CVE-2015-7969 * CVE-2015-7970 * CVE-2015-7971 * CVE-2015-7972 Checksums-Sha1: 68f94be5f4fc83ff070644e4110240af80c0f5e0 2615 xen_4.6.0-1.dsc 3a298ab580a62dd4ffbe63567d4114f9c36d570c 3525684 xen_4.6.0.orig.tar.xz a6c5676049c0a1...
2015 Dec 09
0
xen_4.4.1-9+deb8u3_amd64.changes ACCEPTED into proposed-updates->stable-new
...rative tools - common files xenstore-utils - Xenstore command line utilities for Xen Changes: xen (4.4.1-9+deb8u3) jessie-security; urgency=high . * Fix CVE-2015-3259 (XSA-137) * Fix CVE-2015-3340 (XSA-132) * Fix CVE-2015-6654 (XSA-141) * Fix CVE-2015-7311 (XSA-142) * Fix CVE-2015-7812 (XSA-145) * Fix CVE-2015-7813 (XSA-146) * Fix CVE-2015-7814 (XSA-147) * Fix CVE-2015-7969 (XSA-151 and XSA-149) * Fix CVE-2015-7970 (XSA-150) * Fix CVE-2015-7971 (XSA-152) * Fix CVE-2015-7972 (XSA-153) * Fix CVE-2015-8104 and CVE-2015-5307 (XSA-156) Checksums-Sha1: 07eba186bd1...
2015 Dec 13
0
xen_4.4.1-9+deb8u3_amd64.changes ACCEPTED into proposed-updates->stable-new, proposed-updates
...rative tools - common files xenstore-utils - Xenstore command line utilities for Xen Changes: xen (4.4.1-9+deb8u3) jessie-security; urgency=high . * Fix CVE-2015-3259 (XSA-137) * Fix CVE-2015-3340 (XSA-132) * Fix CVE-2015-6654 (XSA-141) * Fix CVE-2015-7311 (XSA-142) * Fix CVE-2015-7812 (XSA-145) * Fix CVE-2015-7813 (XSA-146) * Fix CVE-2015-7814 (XSA-147) * Fix CVE-2015-7969 (XSA-151 and XSA-149) * Fix CVE-2015-7970 (XSA-150) * Fix CVE-2015-7971 (XSA-152) * Fix CVE-2015-7972 (XSA-153) * Fix CVE-2015-8104 and CVE-2015-5307 (XSA-156) Checksums-Sha1: 07eba186bd1...
2011 Jan 26
2
applying a set of rules to each row
...4, -3444, -5598, -4356, 5737, -4894, -1951, -2950, 2467, 6945, 4908, -7930, -7236, -7727, -77, 4158, -7892, -6028, -7132, -5959, 2309, -2494, -3513, -383, -216, -3369, -5861, 3674, -10265, -8986, -5023, -4862, 1526, -1022, 2175, -11790, -278, -7275, -5084, -1842, 430, -2220, -7444, 440, 4285, -7812, 3335, -7271, -6825, -1098, -1670, -10219, -7131, 5963, 704, -7662, 4219, -2813, 5147, -7334, -8223, -5922, -7497, -9276, -1291, -11640, -5631, 518, -7268, -2105, -5901, -690, -8146, -7059, 133, 1176, -6091, -2895, -6020, -4724, -3616, -5059, -8253, -2604, -12400, -4776, -3671, -9326, -7000, -5...
2020 Jan 08
2
Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable
On 07 Jan 2020, at 07:15, Dovecot Mailing List <dovecot at dovecot.org> wrote: > dovecot: master: Warning: service(imap-login): process_limit (16) reached, client connections are being dropped Is this an actual problem? Most client connections are idle, so I doubt if the occasional drop is noticed at all. Also, why a limit of 16? Have you tried, oh, 160 instead? -- "Master,
2003 Feb 03
0
[Bug 40] New: system hangs, Availability problems, maybe conntrack bug, possible reason here.
...e Size Used by Not tainted > ipt_REJECT 3552 2 (autoclean) > ip_conntrack_ftp 4576 0 (unused) > ip_nat_ftp 3872 0 (unused) > 8021q 15176 3 > ne2k-pci 6240 1 > 8390 7812 0 [ne2k-pci] > 3c59x 28008 4 > ipt_multiport 1184 52 (autoclean) > ipt_LOG 4160 18 (autoclean) > ipt_limit 1568 13 (autoclean) > ipt_state 1088 20 (autoclean) > iptable_mangle 2688 0 (a...
2010 Jul 22
6
To PAE or not to PAE...
Hi, I was wondering if anyone would know the cons of running a PAE kernel...? I have a 4GB pc and was wondering if it was worth going the PAE way to gain those exta 700MB... In the past, I heard that these 700MB were normally reserved for bios or chipset stuff... And that running in PAE would slow down some processes. By the way, I know 64 bits would solve this dilemn but right now I am