search for: dumm

Displaying 9 results from an estimated 9 matches for "dumm".

Did you mean: dummy
2010 Aug 05
1
difficulties with read.table applied to files from URL
...9;,i,'.nl.hr',kk,'.anc',sep='') #ancillary data file2 <- paste('ftp://gaw.kishou.go.jp/pub/data/current/ ',i,'/hourly/y',kk,'/',nn,'.ec.as.cn.',i,'.nl.hr',kk,'.dat',sep='') #concentration data dumm.anc <- read.table(file1,skip=32,header=F,as.is=T) colnames(dumm.anc) <- c('DATE','TIME','WD','WS','RH','AT') dumm.dat <- read.table(file2,skip=32,header=F,as.is=T) colnames(dumm.dat) <- c('DATE',...
2011 Jun 27
1
import text-records and set the fields in a table
hi! I apologize in advance if this is a newbie dumm question, but I really can't figure it ou. I have lists of sumeric and character data on some URLs, which look like this: <photo id="5876248819" owner="13716719 at N04" secret="faf9bb7f52" server="5264" farm="6" title="our rose garden&...
2005 Nov 26
1
webmaster in mqueue
Anybody finding a huge mailfile named webmaster in their mqueue? I'm wondering what/how this gets there? Just found one on one server that was over 2 gigs! Yuck!!! So far, this has been on CentOS 3 machines using sendmail. Best, John Hinton
2003 Nov 16
1
Bug in 2.6.0-9
Assertion failure in journal_add_journal_head() at fs/jbd/journal.c:1679 : "(((&bh->b_count)->counter) > 0) || (bh->b_page && bh->b_page->mapping)" ------------[ cut here ]------------ kernel BUG at fs/jbd/journal.c:1679! invalid operand: 0000 [#2] CPU: 0 EIP: 0060:[<c017637f>] Not tainted EFLAGS: 00010282 EIP is at
2014 Jul 25
1
Error after Upgrade
...dovecot: lmtp(25653): Connect from local Jul 25 11:03:02 server2 dovecot: lmtp(25653): Fatal: master: service(lmtp): child 25653 killed with signal 11 (core dumps disabled) -- Mit freundlichen Gr??en, with kind regards, Jim Knuth --------- Die Freiheit der Rede hat den Nachteil, da? immer wieder Dummes, H??liches und B?sartiges gesagt wird. Wenn wir aber alles in allem nehmen, sind wir doch eher bereit, uns damit abzufinden, als sie abzuschaffen. [Churchill]
2013 Jan 11
0
missing dep for xen-41: python-lxml
...n for Xen v xen-hypervisor - v xen-hypervisor-4.1 - i A xen-hypervisor-4.1-amd64 - Xen Hypervisor on AMD64 v xen-hypervisor-amd64 - v xen-linux-system - p xen-linux-system-2.6-xen-amd64 - Xen system with Linux for 64-bit PCs (dumm i A xen-linux-system-3.2.0-4-amd64 - Xen system with Linux 3.2 on 64-bit PCs (m i xen-linux-system-amd64 - Xen system with Linux for 64-bit PCs (meta v xen-system - i A xen-system-amd64 - Xen System on AMD64 (meta-package) i xen-tools...
2003 Mar 21
5
Problem with read.table
Dear all, <BR><BR>I was used to work on R1.6 and I have now passed on R1.6.2 but I can''t read my <BR>file (and that is a big problem!!).<BR>I made a data sheet with some <BR>spreadsheet in Excell, and save it as separeted by tab .txt.<BR>I write in R<BR>read.table ("file.txt",h=T,sep="/t",dec=",")<BR>But R
2004 Jun 28
3
Help!!!
Hi! I heard many things over ogg, but all what i can see is shit. O.K. The oggdrop.exe play with me, have this tool a version number? I can't see it. Every other tool don't run under my system (Win98; Athlon1,5GHz; 768MB RAM). For example every version of oggenc produce the error: "OGGENC.EXE kann nicht ausgef?hrt werden"! There are a german mailing list? An how can i register
2017 Sep 13
17
[PATCH 01/10] arch:powerpc: return -ENOMEM on failed allocation
...rch/powerpc/platforms/cell/spider-pci.c b/arch/powerpc/platforms/cell/spider-pci.c index d1e61e2..82aa3f7 100644 --- a/arch/powerpc/platforms/cell/spider-pci.c +++ b/arch/powerpc/platforms/cell/spider-pci.c @@ -106,7 +106,7 @@ static int __init spiderpci_pci_setup_chip(struct pci_controller *phb, dummy_page_va = kmalloc(PAGE_SIZE, GFP_KERNEL); if (!dummy_page_va) { pr_err("SPIDERPCI-IOWA:Alloc dummy_page_va failed.\n"); - return -1; + return -ENOMEM; } dummy_page_da = dma_map_single(phb->parent, dummy_page_va, @@ -137,7 +137,7 @@ int __init spiderpci_iowa_init(struct io...