similar to: booting from local disk

Displaying 20 results from an estimated 300 matches similar to: "booting from local disk"

2003 Jan 29
0
server freezes after config file
After the config file is loaded, the server locks up. If the config file is set to load from local disk, it locks after displaying the message "Booting from localdisk". If I have it pointed to another image, I get garbage characters and then it locks up. See the end of this message to see someone who had a similar problem. Motherboard: Intel S845wd1-e Bios: 8.0 Intel Boot Agent
2011 Dec 18
1
Beginner help: Excluding directories by pattern
I apologize in advance for asking a beginner question, but I really could not figure this from the manual page. I want to copy some files with rsync, and not copy others. The stuff that I do not want to copy looks like this: System Volume Information/_restore*/RP* WINDOWS/Prefetch/* Documents and Settings/leila/Local Settings/Application Data/Google/Chrome/Application/*/Installer/chrome.7z
2015 Apr 15
2
UDP Listening a Different Port
Hi all, I am behind a firewall which only let UDP 80 go through. In order to connect to an outside public node by UDP, I can set ... Port = 80 ... However, an httpd is running on the public node, occupying TCP 80. How can I configure tinc to bind on TCP 8080 but listen to UDP 80? Redirecting UDP 80 to UDP 8080 on the public node is one method. Is there a more elegant way to
2010 Apr 14
3
tincd without root privileges
hey, is there a way to run tinc on a (linux) box, with a public ip, but on which i don't have root privileges ? the server just connects nodes (behind natted firewall) & relays their traffic, so no need for tap/tun interface on the box itself. ptr_ -- http://www.L45.be/voidpointer 0493 52 5009
2010 Aug 24
3
Rotate x-axis label on log scale
Hi I'd appreciate some help with plotting odds ratios. I want to rotate the labels on the x-axis by 45 degrees. The usual way of doing this, using text - e.g. text(1, par('usr')[3]-2.25..) - gives no result when the y-axis is a log scale. I guess this is because, as the par help says, for a logarithmic y-axis: y-limits will be 10 ^ par("usr")[3:4] Does anyone know
2011 Nov 27
1
vde on tinc
Hi guys and gals, I just wanted to compile tinc with vde interface, but found src/vde is missing in tar balls of tinc-1.0.16 and tinc-1.0.14. I remember once I have compiled vde on tinc-1.0.14. Is it removed intentionally? I couldn't find an update in ChangeLog. Besides, the newest code in git fails to compile, because of a redefined extern static variable in src/vde/device.c. I need to
2009 Sep 22
2
Converting libraries for different operating systems
Dear list members, I used a R package some years ago with an older version of R in sparc-sun-solaris2 (Unix) machine. I have to redo some of those analysis, but now my machine is ubuntu. I'm getting the following error message when I try to install the library: Error: package crf was built for sparc-sun-solaris2.6 Is there any way to convert the library for different operating
2012 Jan 19
1
Bash script produces: Error in library('package') : there is no package called 'package'
This is a follow-up to a post from 2007: https://stat.ethz.ch/pipermail/r-help/2007-April/129009.html Summary of the Problem: Packages are correctly installed and can be loaded when R is opened interactively or using a R script. However, a bash scripts produces an error similar to the following: #!/bin/bash ... R --no-save <<EOF ... library(package) Error in library(package) : there is no
2002 Dec 09
1
pxelinux v2.00 & localboot hanging
Is there a solution to pxelinux v2.00 hanging with 'localboot 0' ? I haven't had a good time with v1.76 due to the UNDI corruption bug. I just subscribed and I've searched the archives up to 12/5.
2010 Aug 16
2
re-order the rows of a data frame accroding to a specified order of some column
Dear all, I have a data frame with several columns, and I have the specified order of a given column. How can I re-order the rows of my data frame accroding to this specified order? for example, x = data.frame( num = 1:26, alpha = letters[1:26], stringsAsFactors=FALSE) z = sample(x$alpha, replace=FALSE) Can I re-order x accroding to z ? Thanks, Leon [[alternative HTML version
2010 Oct 12
2
repeatability/intraclass with nested levels
I have a spectrophotometric dataset with repeated measures of a value at 200 wavelengths for each of 150 individuals. I would like to use the repeated samples to at each wavelength to look at measurement/observer error, compared to difference between individuals error I have looked at doing this with icc{irr} or using an anova approach, but I am unclear how to acheive this given that there
2010 Sep 08
0
[LLVMdev] Compiling Errors in LLVM ocaml Bindings
Hi, Everyone, I got a error when I try to compile LLVM 2.7, it is located in the ocaml bindings file, showing like: llvm[2]: Compiling llvm_ocaml.c for Release+Asserts build In file included from C:\Objective Caml\lib/caml/misc.h:24, from C:\Objective Caml\lib/caml/alloc.h:23, from /home/leila/llvm/bindings/ocaml/llvm/llvm_ocaml.c:19: In file included from
2010 Mar 26
1
tinc optimal packet route selection
Dear Guys and Girls, I have two group of tinc nodes, say A and B. The network quality between A and B is unstable. I am wondering what algorithm tinc is using for delivering and relaying packets. How does one tinc node decide which the "next hop" is when its destination can not be reached directly or too slow to reach directly? The real situation is like this, nodes in group A and B
2013 Dec 03
3
Self Heal Issue GlusterFS 3.3.1
Hi, I'm running glusterFS 3.3.1 on Centos 6.4. ? Gluster volume status Status of volume: glustervol Gluster process Port Online Pid ------------------------------------------------------------------------------ Brick KWTOCUATGS001:/mnt/cloudbrick 24009 Y 20031 Brick KWTOCUATGS002:/mnt/cloudbrick
2002 Nov 28
1
PXELinux v 2.00
Hi Peter, we are looking at PXELinux to use it for reinstalling PC's. PXELinux works fine, is such way that the option "LOCALBOOT" behaves as expected in version 1.76. v2.00 the "LOCALBOOT 0" doesn't work on some hardware (systems like Compaq EVO, Compaq EN SFF, in other words, systems that have the Intel chip on the system board). The prompt shows "leaving
2012 Jul 30
2
distance matrix and hclustering
Dear R Users,i am very new to R. I want your help on an issue regarding distance matrix and cluster analysis i had discharge data of 4 rivers(a,b,c,d) in 4 vectors each having 364 values > dput(qmu)structure(list(a = c(0.26, 0.25, 0.25, 0.25, 0.24, 0.23, 0.22, 0.21, 0.21, 0.21, 0.2, 0.19, 0.19, 0.19, 0.19, 0.18, 0.18, 0.18, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17,
2009 Sep 09
2
Help with data containing date
Hello Everyone,I think this is a very simple problem, I have been struggling with it for a few days now. I have a 10-year daily data in the following format. Date A B C D E 1978-10-22 18 20.64 0.0 0.176 -1.76 1978-10-23 15 17.06 0.4 0.147 2.52 1978-10-24 3 7.588 0.0 0.068 -6.86 1978-10-25 9 11.491 0.0 0.102
2002 Oct 15
3
ISC DHCPD Problem and Solution.
A long time, this apeared on the list: > Date: Tue, 23 Jul 2002 08:17:26 -0700 > From: H. Peter Anvin <hpa at zytor.com> > To: Gal Goldschmidt <gal at cs.haifa.ac.il> > Cc: syslinux at zytor.com > Subject: Re: [syslinux] ISC DHCPD Problem and Solution. > > Gal Goldschmidt wrote: > > > > All the station in that group suddenly did not receive the net
2023 May 02
5
Reg: Help regarding ggplot2
Dear All, I have a dataset which contains date and 12 other countries data. I have extracted the data as xts object. I am not able to recall all the series in the Y axis. My data set looks like this index crepub finland france germany italy netherlands norway poland <date> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
2003 Sep 23
5
PAM sessions and conversation functions
In OpenSSH 3.6.1p2, pam_open_session() ran with a conversation function, do_pam_conversation(), that fed text to the client. In OpenSSH 3.7.1p2, this is no longer the case: session modules run with a conversation function that just returns PAM_CONV_ERR. This means that simple session modules whose job involves printing text on the user's terminal no longer work: pam_lastlog, pam_mail, and