search for: jellinghaus

Displaying 20 results from an estimated 23 matches for "jellinghaus".

2002 Oct 07
0
Why are big data.frames slow? What can I do to get it fas ter?
...ot;, dat[i, 2], sep="") + } + ) [1] 26.17 0.13 26.67 NA NA > > system.time( + for(i in 1:10) { + dat$c[i] <- paste(dat$a[i], "-", dat$b[i], sep="") + } + ) [1] 0.16 0.00 0.16 NA NA HTH, Andy > -----Original Message----- > From: Marcus Jellinghaus [mailto:Marcus_Jellinghaus at gmx.de] > Sent: Monday, October 07, 2002 7:09 AM > To: Uwe Ligges > Cc: r-help at stat.math.ethz.ch > Subject: Re: [R] Why are big data.frames slow? What can I do to get it > faster? > > > First I want to say "thank you" to everybody...
2006 Feb 25
4
xen on amd64 stable? which xen, which kernel?
Hi, I''d be very interested to hear: does anyone have a stable working amd64 machine (in 64bit mode)? if so, which kernel do you use, and which version of xen / hg tree do you use? linux-2.6-xen.hg compiles fine over here, but reboots during boot. so fast I can''t see anything. (sorry, my laptop has no serial port. so I can''t capture a log file.) 2.6.16-rc4-git8 plus
2002 Oct 06
2
Why are big data.frames slow? What can I do to get it faster?
Hello, I?m quite new to this list. I have a high frequency-dataset with more than 500.000 records. I want to edit a data.frame "Test". My small programm runs fine with a small part of the dataset (just 100 records), but it is very slow with a huge dataset. Of course it get?s slower with more records, but when I change just the size of the frame and keep the number of edited records
2005 Oct 22
2
openssh PKCS#11 support
Hello All, As I promised, I've completed and initial patch for openssh PKCS#11 support. The same framework is used also by openvpn. I want to help everyone who assisted during development. This patch is based on the X.509 patch from http://roumenpetrov.info/openssh/ written by Rumen Petrov, supporting PKCS#11 without X.509 looks like a bad idea. *So the first question is: What is the
2006 Apr 19
1
kernel 2.6.16.* with xen 3.0.2?
Hi, are there any patches for getting linux kernel 2.6.16.* working with xen 3.0.2. A friend told me .1 works fine, and .5 does not work at all, but maybe that information is outdated? Also there seem to be a number of security issues (2.6.16.9 was released today), so it would be nice if we could use the latest stable kernel with these fixes. are there patches to fix any problem with xen
2005 Jan 24
1
mbr?
a bit unrelated, still I wonder: does syslinux contain an mbr? or does anyone know any app that contains an mbr and can install it, without overwriting the partition table? my experience is, that is wise to have an mbr and use the active flag to select the active partition (which might have a bootmanager installed). however every linux distribution I know installed the bootloader such as
2005 Oct 11
0
openssh and pkcs#11
Hello Andreas, On 10/11/05, Andreas Jellinghaus <aj at dungeon.inka.de> wrote: > Peter Koch pointed me to your posting on openssh-devel mailing list. I am very glad that he did. > I'm one of the opensc people, and from my point of view your idea > is a good one. The current openssh-opensc code has a number of issues, > fo...
2011 Mar 12
0
libvirt/kvm/qemu: pointopoint routed setup?
...high speed communication between the virtual machines, and the option to filter all traffic between them (without using the bridge netfilter tables) would be nice. Or is there a reason not to use such a setup, and a better option to implement this? Thanks for your help and best regards, Andreas Jellinghaus
2004 Dec 15
1
only pivot_root supported? [signed]
Hi, I hope this is the right list for initramfs questions. First I noticed: with initrd I can use real-root-device and pivot_root mechanisms. with initramfs only pivot_root works. My init (or linuxrc) scripts end like this: mount -t xfs -n -o ro /dev/mapper/root /new-root umount -n /sys || true umount -n /dev || true umount -n /proc || true cd /new-root pivot_root . initrd exec chroot .
2005 Mar 22
1
initramfs memory requirements
Hi, please correct me if I'm wrong: - the kernel needs enough ram for the compressed initramfs and the same files decompressed, so it can decompress the files and boot the /init on the initramfs. - if the kernel does not have enough ram, it will kernel panic. my tests were done on a server with 256 mb ram and a 80MB compressed initrd. I removed some packages and now it fits and the
2009 Sep 25
0
Re: how does grub exactly work?
Andreas Jellinghaus wrote: > Hi Edward, > Hello. > I saw your mail on btrfs ml with the grub patches and the notes > how to deal with btrfs. > > can you explain how grub and btrfs work exactly? > I read the grub manual at > http://www.gnu.org/software/grub/manual/html_node/Bootstrap- >...
2005 Aug 09
6
initramfs howto
Hi, Here's a try at writing an initramfs HOWTO. This is basically a write-up of a number of interesting emails I collected over time. It could probably use an editor, more fact-checking and a bunch of other good things, but it should be better than nothing ;-) Daniel -------------- next part -------------- INITRAMFS HOWTO 0) What are klibc and initramfs? Initramfs is a ramfs into which
2007 Sep 29
64
[Bug 1371] New: Add PKCS#11 (Smartcards) support into OpenSSH
http://bugzilla.mindrot.org/show_bug.cgi?id=1371 Summary: Add PKCS#11 (Smartcards) support into OpenSSH Product: Portable OpenSSH Version: 4.7p1 Platform: All URL: http://alon.barlev.googlepages.com/openssh-pkcs11 OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component:
2006 Mar 20
0
xenstored segfault
xenstored[14588]: segfault at 0000000000000030 rip 0000000000405c1c rsp 00007fffffbc3250 error 6 amd64, x86_64, current xen-unstable, 2.6.16, and I have no idea how to debug this. fresh installation, happens everytime I try to start xend (so I can create a first domU). xenstored is still running, but xend complains that it can''t connect. how can I help to find the problem? Regards,
2006 Mar 22
2
xen not generating hotplug/udev events?
I''m using kubuntu dapper, so /proc/sys/kernel/hotplug is disabled, and instead udevd is running to get events from kernel and do what is necessary. in my first steps with xen (unstable), I get this error: root@nandemonai:~# xm create myxm Using config file "/etc/xen/myxm". Error: Device 2049 (vbd) could not be connected. Hotplug scripts not working. root@nandemonai:~#
2006 Mar 23
0
BUG/fixed : mkdir /var/run/xenstored needed
Hi, xend start should test for /var/run/xenstored before running xenstored. on (k)ubuntu at least /var/run is a tmpfs, so after each reboot it is empty and you need to re-create all directories. a simple test -e ... || mkdir ... would prevent people from running into problems. maybe this is simple enought to get into xen-unstable before 3.0.2? Thanks, Andreas
2007 Oct 19
0
xenU sending too big packets on ubuntu 7.10 "gutsy"
setup: amd64, xen0 = ubuntu 7.10 ("gutsy"), xenU = ubuntu 7.10 ("gutsy"), network config with xenU routing via xen0. scp xenU:file . very slow, ~50KB/s scp xen0:file . several MB/s on xen0: scp xenU:file . many MB/s had a look at tcpdump, I see lines like this: 10:55:30.319389 IP (tos 0x8, ttl 64, id 59286, offset 0, flags [DF], proto TCP (6), length 2948) xenU.22 >
2006 Jul 11
0
isolinux issues - only sometimes booting
till last week everything was fine, our cds with isolinux and created with mklinux worked fine. but suddenly our build system fails, the cds don't boot anymore, or more precisely: they do boot in vmware and on several new machines we have, but on lots of other, older machines they suddenly stopped working. we didn't change our scripts, and syslinux and mkisofs is still the same version
2007 Mar 06
0
resume from swap files
Hi, the latest kernel supports swap files, so I guess the resume code also works with those. So I wonder: is this still a good idea with ext3? As far as I know there is no such thing as a "mount read-only" with journalling filesystems - ext3 when mounted will always detect that it is not clean and replay the journal etc. So what do you think? Is it ok to use ext3 with swap files and
2004 Mar 23
1
Why does my cwrsync try to load ssh?
Just installed cwrsync 1.2.1 and I am getting this: C:\cwrsync>rsync -n -v -r /cygdrive/c/robj/pickmeup speedball3:/cygdrive/d/robj/pickmeup Failed to exec ssh : No such file or directory rsync error: error in IPC code (code 14) at pipe.c(81) rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) Why in heaven's