search for: mehring

Displaying 20 results from an estimated 263 matches for "mehring".

2012 Feb 16
1
Reading spss files into R - warnings
Hello people, I have got a question concerning reading spss files into R: I used the package foreign and the following command: read.spss("C:/Eigene Dateien/myspssfile.sav",to.data.frame=T) I have read two different files into R (several times) and always got the following two warning messages: first file: Warnmeldungen:1: In `levels<-`(`*tmp*`, value = if (nl == nL)
2013 Jun 10
1
Rcmdr seit heute nicht mehr ladbar
Wenn man ihn mal braucht ist er tot. folgende Fehlermeldung ereilt mich seit heute beim starten des R Commander auf dem Mac: > library(Rcmdr) Lade n?tiges Paket: car Lade n?tiges Paket: MASS Lade n?tiges Paket: nnet Error : .onAttach in attachNamespace() f?r 'Rcmdr' fehlgeschlagen, Details: ? Aufruf: structure(.External(.C_dotTclObjv, objv), class = "tclObj") ? Fehler: [tcl]
2002 Apr 03
2
strange problem --reboot
hi i'm using the system with pIII,intel 815 chipset with PXE enabled bios...and 3com NIC.. on the server side i'm using pxelinux.0 as boot loader,dhcp server and tftp server.. when i boots the system dhcp reply is proper .. i captured the packets.. so it shows that it ask for pxelinux.cfg/c0a80115 file then the client get rebooted automatically... it doesn't send any packet asking for
2002 Dec 22
0
Mail-Adresse für Peter Reichensperger ist nicht mehr vorhanden
I will be out of the office starting 21.12.2002 and will not return until 31.01.2003. Die betreffende Mail-Adresse existiert nicht mehr. Bitte kontaktieren Sie mich unter: peter.reichensperger@fen-net.de
2002 Jun 12
7
VFS: Cannot open root device, pxelinux nfsroot
Hi everyone, I got the error: NET4: Unix domain sockets 1.0/smp for linux NET4.0 ds: no socket drivers loaded request_module[block-major-8]: root fs not mounted VFS: Cannot open root device ""or 08:03 Please append a correct "root"boot option The strange thing is that it tries to mount from harddisk. This I got somewhere else: "the kernel looks like it is trying to
2002 Jun 06
3
pxelinux and image selection?
Hi! I've been working with pxelinux for quite some time now, and I'd like to use PXE and a simple kind of selection menu (like syslinux does). But I couldn't get it to work. I can enter several "label" sections to my pxelinux.cfg/<something> but it'll never ask, just boot the first/default one ... Is this currently supported at all? Or did I miss something?
2002 Jun 24
1
Memdisk wieder aus Speicher entfernen
Hallo, versuche mit Pxelinux Windows 98 ?ber das Netz zu laden. Hierzu verwende ich Memdisk und ein Imgage einer funktionierenden Startdiskette (1,44 MB). Memdisk und das Image werden korrekt geladen. Auch startet die Autoexec.bat korrekt. Beim Start von Windows bricht das System allerdings ab. Mein Verdacht ist, dass es an dem noch im Speicher stehenden Memdisk liegt. Gibt es eine M?glichkeit
2002 Jul 31
1
pxelinux und tokenring
Hello, is pxelinux intended to work with Token Ring Cards ? cause i have a nice IBM Token Ring PCI Card (olympic) and sadly pxelinux hangs when trying to get the configfiles via tftp... last message: "Trying to load: pxelinux.cfg/<hexip>" but no tftp packet was sent (serverlog empty, ethereal shows no packet either) i tried versions 1.67, 1.75, 2.00-pre4... using ethernet,
2002 Jun 06
2
Bootable CD Images
Hello there, I have a question/suggestion. I have a bootable CDRom and it comes up with an isolinux menu that lets me pick from several different floppy images to boot Dos and several different Linux Rescue Disks using memdisk. So far so good. What I would like to be able to do is boot a bootable image that is not a floppy image. For example, DemoLinux is a 650MB iso file and when burned to
2002 Jan 31
4
Boot messages on VT
Hello, I am using with success SYSLINUX-1.48 to boot a CD-Rom in order to realize an automatic installation of Linux. Actually all messages during the boot step are displayed on VGA screen. In the operational version, we have only a VT on COM1. I have tested to modified my syslinux.cfg like the following listing but boot messages are always displayed on VGA screen ! Can you help me, please ? (I
2002 Jun 07
2
Making Syslinux boot with missing keyboard, but not disabled keyboard.
Hello together, first thanks a lot for your work. It's quite useful on some projects. I encouraged myself to ask you a question: Think I've seen Syslinux booting fli4l on Systems without keyboard, where "keyboard option" has been set to "not installed" in the Bios. There are lot of boards around, e.g. with award bios like those 486 UMC based on UMC 8881/8886, without
2006 Mar 01
9
sortable tree?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi *, I am new to this list, so please excuse me if this has been covered before (unfortunately the search function at http://www.ruby-forum.com/forum/10 is disabled at the moment). If yes, then a pointer to a solution would be great. I want to create a sortable tree with scriptaculous Sortable. There are several categories and subcatgories: cat_a
2001 Dec 14
3
libvorbis and vorbis
Hello there, I use Redhat 7.1 and KDE2.2.2. There is always a dependency problem when I upgrade "kdebase". This needs "libvorbis". Instead of "libvorbis" I have a package called "vorbis-1.0beta4-3".I downloaded a new package called"libvorbis-1.0rc2-1". When I tried to installed it, there is a conflict problem: file
2008 Dec 30
0
Complaints about text size setting
I just ran across a nice little summary of problems with Ubuntu from somebody who set up a machine for an older friend a while ago, and has been maintaining it ever since. http://web.oesterchat.com/2008/12/30/was-alles-schief-geht-wenn-man-ubuntu-vorfuehren-will/ English robotranslation:
2006 Feb 26
3
Ajax training in Austria: "Ajax richtig verwenden"
Heya all, I?m doing a one-day training on everything Ajax mainly focusing on script.aculo.us, but naturally including Prototype and a look on Ruby on Rails Ajax capabilities as well, plus a look on our product fluxiom - on March 17, here in Vienna, Austria (for german speaking audiences). Here are the (in-german) details: In diesem eint?gigen Seminar zeigt Ihnen Thomas Fuchs wie Sie die
2014 May 21
2
issue with parallel package
Dear maintainers of the parallel package, I ran into an issue with the parallel package in R-3.1.0. The following code prints the message "NULL!" quite a lot. library(parallel) for (n in 1:1000) { p <- mcparallel(sqrt(n)) res <- mccollect(p, wait=FALSE, timeout=1000) mccollect(p) if (is.null(res)) cat(n," NULL!\n") } It does not happen in
2005 Nov 03
3
Prototype is spamming my arrays!
Hi all, when I want to interate through an array, all those pesky Prototype functions get in my way! When I do this: --------------------- r=""; for(x in new Array()) { r+="var: "+x+", val: "+ (new Array())[x]+"\n"; } alert(r); --------------------- I get a giant alert window with loads of functions printed out. Is this a bug, or is there a better way to
2002 Apr 16
6
Classification Analysis
Hi everyone, Could somebody explain to me what is the package/function for classification analysis. I am performing analysis of music files in the form of MIDI files. I end up with about 750 dependent variables from the analysis, I also have a number of independent/grouping variables that I set manually. What I would like is to be able to predict which group a particular MIDI files belongs to
2019 Jan 15
0
Solved: Sieve: reject certain mime-types and notify recipient
I case someone is interesed too, why it was not working: Am 14.01.19 um 20:22 schrieb Ralf Becker: > I have to reject office files for a certain domain plus notifying the > original recipient about the rejection too. > > require ["fileinto","reject","body","enotify","variables"]; > > if allof (address :contains
2006 Jan 23
2
psexec unix equivalent
Hello! I don`t know if there is a port of psexec for unix yet (haven`t followed the list for some time) - but since it has been discussed on this list several times and i didn`t find any news about the current state of the "psexec unix port"- i`d like to tell that i found a psexec equivalent by chance - WITH SOURCECODE INCLUDED ! :) take a look at