search for: daten

Displaying 20 results from an estimated 310 matches for "daten".

Did you mean: date
2010 Aug 03
1
snapshot space - miscalculation?
zfs get all claims that i have 523G used by snapshot. i want to get rid of it. but when i look at the space used by each snapshot i can''t find the one that can occupy so much space daten/backups used 959G - daten/backups usedbysnapshots 523G...
2014 Jul 07
4
[LLVMdev] problem compiling llvm
..._64-pc-linux-gnu-g++ -march=native -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -rdynamic -Wl,-R -Wl,'$ORIGIN/../lib' -L/mnt/daten/Daten/Workspace/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_64.amd64/Release/lib -L/mnt/daten/Daten/Workspace/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_64.amd64/Release/lib -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--...
2006 Jul 10
2
ArcView + Samba: Performance nightmare under Linux, ok under Solaris or HP-UX
...between Solaris and Linux systems. Here the application opens its control files and some data files. At some specific point the logfiles beginn to differ: with the Solaris samba server, the ArcView application reads the data files with 4k blocks in a sequential manner like this: [...] read_file (daten/covers/dhm_offset/o1000c/arc.adf): pos = 0, size = 4096, returned 4096 read_file (daten/covers/dhm_offset/o1000c/arc.adf): pos = 4096, size = 4096, returned 4096 read_file (daten/covers/dhm_offset/o1000c/arc.adf): pos = 8192, size = 4096, returned 4096 read_file (daten/covers/dhm_offset/o1000...
2006 Jul 10
1
ArcView + Samba: Performance nightmare under Linux, o k under Solaris or HP-UX
...between Solaris and Linux systems. Here the application opens its control files and some data files. At some specific point the logfiles beginn to differ: with the Solaris samba server, the ArcView application reads the data files with 4k blocks in a sequential manner like this: [...] read_file (daten/covers/dhm_offset/o1000c/arc.adf): pos = 0, size = 4096, returned 4096 read_file (daten/covers/dhm_offset/o1000c/arc.adf): pos = 4096, size = 4096, returned 4096 read_file (daten/covers/dhm_offset/o1000c/arc.adf): pos = 8192, size = 4096, returned 4096 read_file (daten/covers/dhm_offset/o1000...
2012 Aug 08
3
help, please! matrix operations inside 3 nested loops
hello, this is my script: #1) read in data: daten<-read.table('K:/Analysen/STRUCTURE/input_STRUCTURE_tab_excl_5_282_559.txt', header=TRUE, sep="\t") daten<-as.matrix(daten) #2) create empty matrix: indxind<-matrix(nrow=617, ncol=617) indxind[1:20,1:19] #3) compare cells to each other, score: for (s in 3:34) { #walks...
2013 May 12
2
need means on all boxplots, but only half of them got that
I tried to draw a point on all boxplots for their means, I did: boxplot( Daten$weight~interaction(Daten$Dosis,Daten$sex, drop=TRUE)) means<-tapply( Daten$weight, Daten$Dosis, mean) points(means, pch=5, col="red", lwd=5) but only the boxplots for male got that point on them, its really weird because I don't think that I separated the sex in the codes above...
2002 Jan 10
1
Closing binary file connections
Hi all, I'm writing a function that read data from a binary file. I want to close all opened connections, but it failed: > showConnections() description class mode text isopen can read can write 3 "daten/t5_all.mea" "file" "rb" "binary" "opened" "yes" "no" 4 "daten/t5_all.mea" "file" "rb" "binary" "opened" "yes" "no" 5 "daten/t5_all.mea"...
2003 Nov 02
3
barchart in lattice
...ors 'country' and 'status' which I would like to plot via barchart (lattice). 'status' consist of three different levels and should be the grouping variable, i.e. there should be drawn three different panels and within each panel a barchart of 'country'. barchart(daten$COUNTRY|daten$STATUS), barchart(table(daten$COUNTRY)|table(daten$STATUS)), etc. are obviously wrong. I have absolutely no idea how to do this. You can download the datafile from <http://www.uni-koeln.de/~ahf34/meta.txt> TIA, Bernd -- Bernd Weiss, M.A. Universitaet zu Koeln / Univer...
2005 Dec 12
2
Extremely slow Samba3 performance with ArcView/WinXP
...s: [...] [2005/12/12 14:37:16, 3] smbd/process.c:switch_message(900) switch message SMBreadX (pid 16879) conn 0x84431d0 [2005/12/12 14:37:16, 4] smbd/uid.c:change_to_user(217) change_to_user: Skipping user change - already user [2005/12/12 14:37:16, 10] smbd/fileio.c:read_file(105) read_file (daten/covers/dhm_offset/o1000c/arc.adf): pos = 831488, size = 512, returned 512 [2005/12/12 14:37:16, 3] smbd/reply.c:send_file_readX(2585) send_file_readX fnum=10031 max=512 nread=512 [2005/12/12 14:37:16, 5] lib/util.c:show_msg(454) [2005/12/12 14:37:16, 5] lib/util.c:show_msg(464) size=571 smb_c...
2009 Sep 03
1
encoding problem using xml package
...tunately, some encoding problems occure. E.g. german Umlaut will be red correctly. I assume that the occurs due to (internal?) conversion to utf-8. To illustrate the problem, I have wrote to xml files. File Test 1 ----------- <?xml version="1.0" encoding="ISO-8859-1"?> <Daten> <ITEM> <Messdaten> <MESSUNG> <BEZEICHNUNG>Länge</BEZEICHNUNG> </MESSUNG> </Messdaten> </ITEM> </Daten> File Test 2 ----------- <?xml version="1.0" encoding="utf-8"?> <Daten> <ITEM>...
2013 May 11
3
boxplot with grouped variables
my dataset looked like this in the beginning: >Daten V1 V2 V3 1 Dosis Gewicht Geschlecht 2 0 6.62 m 3 0 6.65 m 4 0 5.78 m 5 0 5.63 m I need box plots for V2 with all combination of V1 and V3, so I deleted the first row, and tried this: boxplot(Daten$V2[Daten$V3==...
2015 Feb 13
2
vfs objects = glusterfs
...esh tickets = Yes idmap config example:range = 1000000-1999999 idmap config example:backend = rid idmap config *:range = 1000000-1999999 idmap config * : backend = tdb map acl inherit = Yes store dos attributes = Yes vfs objects = acl_xattr [daten] comment = Daten im Cluster path = /glusterfs/daten/ read only = No kernel share modes = No [daten2] comment = Daten im Cluster ?ber gluster-vfs path = / read only = No kernel share modes = No vfs objects = glusterfs...
2015 Feb 13
2
vfs objects = glusterfs
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 13.02.2015 um 12:21 schrieb Ralph B?hme: > Hi Stefan, > > On Fri, Feb 13, 2015 at 12:02:20PM +0100, Stefan Kania wrote: >> [daten] comment = Daten im Cluster path = /glusterfs/daten/ read >> only = No kernel share modes = No >> >> >> [daten2] comment = Daten im Cluster ?ber gluster-vfs path = / > > Shouldn't that read: > > path = /glusterfs/daten/ > > too ? > > -Ralph...
2005 Oct 19
1
samba-3.0.10-1.4E (RHEL4); Invalid key XXX given to dptr_close
...ade by a Share. all the same with or without kernel oplocks = no level2 oplocks = no oplocks = no without success Info: Error Log from BrightStore E3323 2005/10/19 12:48:37 212 1 Unexpected retrun from find next file. Unable to backup files after (FILE=\\SFE002\ALLES\daten\arthur\HD-C\WinCommander\LANGUAGE\WCMD_DUT.LNG, EC=UNEXP NET ERR) E3406 2005/10/19 12:48:37 212 1 Unable to read file. (FILE=\\SFE002\ALLES\daten\arthur\HD-C\WinCommander\LANGUAGE\WCMD_DAN.MNU, EC=INVALID HANDLE) E3323 2005/10/19 12:47:27 212 1 Unex...
2005 Mar 04
2
Difference Copy and Move at inheriting
Hello, if I copy or create a file or directory, it inherits the permissions of it's parent. If I move a file from one directory to another, it will not inherit the permissions of the target-directory. Why? [daten] comment = Daten path = /samba/daten inherit permissions = yes inherit ACLS = yes nt acl support = no writeable = yes hide unreadable = yes veto files = /.*/ root preexec = /etc/samba/scripts/mk_sambadir "/samba/daten/.re...
2009 Jul 09
2
r bug (?) display of data
Hi R Fans, I stumbled across a strange (I think) bug in R 2.9.1. I have read in a data file with 5934 rows and 9 columns with the commands: daten = data.frame(read.table("C:/fussball.dat",header=TRUE)) Then I needed a subset of the data file: newd = daten[daten[,1]!=daten[,2],] --> two values do not meet the logical specification and are dropped. The strange thing about it: When I print the newd in the R Console, the output...
2011 May 31
3
DateTime Math in R - POSIXct
...tamp <- "2011-05-22 11:45:00 MDT" > mode(tstamp) [1] "character" > > dateP <- as.POSIXct(tstamp, origin="1970-01-01", tzone="MDT") > mode(dateP) [1] "numeric" > dateP [1] "2011-05-22 11:45:00 MDT" > > dateN <- as.numeric(dateP) > dateN [1] 1306086300 > > dateP2 <- as.POSIXct(dateN, origin="1970-01-01", tzone="MDT") > dateP2 [1] "2011-05-22 18:45:00 MDT" Many thanks. Galen Moore [[alternative HTML version deleted]]
2012 Aug 13
1
Permission denied on dovecot.lda-dupes
...liver(pp): Loading modules from directory: /usr/lib/dovecot/modules/lda Aug 13 14:51:26 Srv dovecot: deliver(pp): Module loaded: /usr/lib/dovecot/modules/lda/lib90_sieve_plugin.so Aug 13 14:51:26 Srv dovecot: deliver(pp): Home dir not found: Aug 13 14:51:26 Srv dovecot: deliver(pp): maildir: data=/Daten/Vmail/pp/Maildir Aug 13 14:51:26 Srv dovecot: deliver(pp): maildir++: root=/Daten/Vmail/pp/Maildir, index=, control=, inbox=/Daten/Vmail/pp/Maildir Aug 13 14:51:26 Srv dovecot: deliver(pp): sieve: using sieve path for user's script: /Daten/Vmail/pp/.dovecot.sieve Aug 13 14:51:26 Srv dovecot: de...
2004 Jun 11
3
Einlesen von Daten unter R
Sehr geehrte Damen und Herren, An der Fachhochschule Winterthur wurde f??r mich im Rahmen einer Diplomarbeit (Prof. Ruckstuhl) ein R-Programm zur Auswertung von IR-Spektren (line-shape-Analyse zur quantitativen Analyse von Gasmischungen) entwickelt. Die Daten werden einer Excel-Tabelle entnommen. Bisher werden die spektroskopischen Daten ??ber den Inhalt von 64 Kan??len ??ber die RS232-Schnittstelle seriell mittels eines Labview-Programmes in eine Excel-Tabelle eingelesen. Die Verwendung der beiden Programme Labview und R ist unpraktisch. Es stell...
2016 Oct 10
1
Hierarchy separator and LAYOUT=FS change
...r folder separation and the dots in the email adresses getting messed up - I do have a pretty small mailserver with about 150 accounts. The Maildir filestructur of a typical mail account looks like this: drwx------ 2 vmail vmail 4096 Oct 10 20:02 cur drwx------ 5 vmail vmail 4096 Oct 3 07:48 .Daten.Administration drwx------ 5 vmail vmail 4096 Oct 3 09:51 .Daten.Anfragen, Werbung drwx------ 5 vmail vmail 4096 Oct 3 08:02 .Daten drwx------ 5 vmail vmail 4096 Oct 6 09:57 .Daten.Intern drwx------ 5 vmail vmail 4096 Oct 3 08:03 .Daten.Intern.Fahrzeuge drwx------ 5 vmail vmail 4096 Oc...