search for: boes

Displaying 20 results from an estimated 197 matches for "boes".

Did you mean: boel
2003 Oct 29
3
PXELinux cannot load the config file
I have DHCP and TFTP on a Solaris machine, pxelinux.0 loads, but it can't load the configuration file. The tftp server on Solaris tries to send the file, but data transfers do not receive ACKs. Previous posts to this list have indicated that the suspect was the PXE BIOS (ref "PXELinux can't load the config file?" dated March 20, 2003). Does that still appear to be the case
2010 May 02
2
Sendmail Configuration Problem - 550 5.1.1 - User unknown Problem
Hi, I'm having this Sendmail configuration problem and stuck. I've been doing googling/reading posts and none of the solutions matched my problem. I'm doing some testing, and have been getting this 550 5.1.1 ....User unknown error when I send the email to my company's email address. When I send it to an external email address, such as yahoo, the message delivered successfully.
2007 Aug 31
0
Job openings at Boeing for data mining and machine learning
Boeing's Mathematics and Computing Technology (M&CT) organization, located in Bellevue Washington USA, invites applications for applied research positions in data mining and machine learning. We offer an exciting opportunity to be a part of a diverse research group that touches all parts of the Boeing company, from aircraft to spacecraft, communications systems and worldwide customers. We
2009 Dec 16
2
What is the fastest way to see what are in an RData file?
Currently, I load the RData file then ls() and str(). But loading the file takes too long if the file is big. Most of the time, I only interested what the variables are in the the file and the attributes of the variables (like if it is a data.frame, matrix, what are the colnames/rownames, etc.) I'm wondering if there is any facility in R to help me avoid loading the whole file.
2007 Aug 06
4
Marking and remarking of incoming traffic
I can use DSMARK to mark on the Egress side. Is there a way to mark/change the DSCP value of an incoming packet on the ingress side? Thanks. Jon Flechsenhaar Boeing WNW Team Network Services (714)-762-1231 202-E7
2005 Feb 21
4
rnorm??
I am wondering whether there is a bug in rnorm. When generating rnorm(1000000) and counting the cases > 4 and the cases < (-4) I get rather unexpectedly low counts for the latter. The problem goes away when using qnorm(runif(1000000)). Fritz Scholz, PhD Applied Statistics Group Boeing Phantom Works fritz.scholz at pss.boeing.com 425-865-3623 Tu/We 206-542-6545 (most likely)
2015 Feb 10
3
[PATCH 0/2] fix a couple cosmetic issues
Fixes some typos and missing newlines Jonathan Boeing (2): fix a few typos add missing '\n' to dprintf com32/include/sys/module.h | 2 +- com32/lib/sys/module/exec.c | 4 ++-- core/fs/fs.c | 2 +- core/lwip/src/netif/undiif.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) -- 2.3.0
2015 Feb 10
4
[PATCH 0/1] update gnuefi to f64cef26
Updates the gnu-efi submodule to the latest version (f64cef26) Changes to the gnu-efi makefiles require changes to the syslinux build scripts. Mainly, the install targets dropped the $(SRCDIR) prefix, e.g. - $(INSTALL) -m 644 $(SRCDIR)/elf_$(ARCH)_efi.lds $(INSTALLROOT)/$(LIBDIR) + $(INSTALL) -m 644 elf_$(ARCH)_efi.lds $(INSTALLROOT)/$(LIBDIR) Since syslinux cd's to $(objdir)
2004 Oct 05
3
Confounded data frame column names
This is probably a know problem (problem for me anyway) in R but I don't quite know what to search for in help archives. When I name a column "x11" in a data frame R thinks a column named "x1" exists. In my application I am trying to test for the existence of a column, then add it if it's not there. Here is a simple example: > temd <- data.frame(x11=c(0:10)) >
2001 Apr 03
3
getting swat to run on Hewlit Packard HPUX 10.20
I've just downloaded and installed the SAMBA binaries for HPUX 10.20. I'm been unsuccessful in getting swat to run though. I've made the correct entries in the /etc/services file (swat 901/tcp) and in the /etc/inetd.conf file (swat stream tcp nowait.400 root /opt/samba/bin/swat swat) and have shutdown and restarted the inetd daemon. When I use Netscape and access
2007 Aug 14
3
Trying understand the HTB
Hi! I am studying HTB. I used the topology showed below: 10.1.0.1 ------ 10.1.14.25 (eth1) / 192.168.10.10 (eth0) ----- 192.168.10.11 (host 1) (router) (host 2) All machines use Debian Etch. Has a Iptables masquerading rule to eth1 in the router machine . The NICs are 100 Mb/s. The host 1 has Apache 2 and a file with 670 MB (CD ISO image) to download. When I used
2000 Sep 22
2
Agent forwarding with DSA keys?
Does agent forwarding work with DSA keys? I'm using 2.2.0p1 on RedHat Linux 6.2 (Alpha) and Solaris 2.6 (SPARC). If I ssh-add my RSA key into the local agent and ssh to another machine, the agent connection is forwarded properly. (I can say "ssh-add -l" and see my keys.) If I ssh-add my DSA key into the local agent and "ssh -2" to another machine, the agent connection
2015 Feb 08
3
[PATCH 0/1] dprintf: add debug console support
This patch adds support for printing messages through a debug console. QEMU, for example, supports this through the debugcon facility. The benefit is that it's *much* faster than printing over a serial port. To print to I/O port 0x402 (the default used by SeaBIOS and OVMF), add "-DDEBUG_IO_PORT=0x402 -DCORE_DEBUG=1" to the build CFLAGS. To enable a debug console in QEMU that
2000 Apr 06
1
/dev/random is on your Solaris CD
There was some discussion recently about the Solaris /dev/random support that can be downloaded from Sun's patch archive as part of a patch to the Sun Web Server 1.0 product. The SUNWski package is the interesting bit that purports to provide /dev/random. It was noted that domestic and international versions of the patch existed and that only the international (no encryption) version was
1999 Mar 17
1
Copied files filled with zeros
I'm running Samba 2.0.0 on Solaris 2.5 and 2.6. I've had a report that a user on a Wincenter machine (NT4 + Windows Terminal Server + Citrix Metaframe + NCD stuff) dragged a Word document from his NT fileserver onto one of my Samba servers and the result was filled with zeros. We have been able to reproduce the problem from annother account on the Wincenter machine, but cannot make it
2007 May 16
2
Abline in dotplot
Hello, I have trouble adding an abline to a dotplot() from "lattice" package. For example, I would like to draw a line at x=3: > library(lattice) > x<-1:5 > names(x) <- c("a", "b", "c", "d", "e") > dotplot(sample(x)) > panel.abline(v=3) Produces a line on the left hand side of the origin. What would be a correct
2015 Feb 11
0
[PATCH 0/1] update gnuefi to f64cef26
Please disregard this patch; it's not safe for parallel building. I'm working on an update. Regards, Jonathan Boeing
2015 Feb 08
0
[PATCH 0/1] dprintf: add debug console support
On Sun, Feb 08, 2015 at 09:13:02AM -0700, Jonathan Boeing via Syslinux wrote: > This patch adds support for printing messages through a debug console. QEMU, > for example, supports this through the debugcon facility. The benefit is that > it's *much* faster than printing over a serial port. > > To print to I/O port 0x402 (the default used by SeaBIOS and OVMF), > add
2002 Apr 10
2
Compiling OPENssh to use random package
Hello, I have attempted several times to compile openssh3.1p1 that will use a random package called ANDIrand. How can I compile and get ssh to use this random number generator? I have tried the --rand-helper switch with my configure and still it does not work. I am compiling in Solaris 8, and need to then create a package that can be used on Solaris 6, Solaris 7, and Solaris 8. Thanks, Eric
2015 Feb 08
2
[PATCH 0/1] dprintf: add debug console support
On Sun, 8 Feb 2015 17:41:58 +0100 Geert Stappers via Syslinux <syslinux at zytor.com> wrote: > On Sun, Feb 08, 2015 at 09:13:02AM -0700, Jonathan Boeing via > Syslinux wrote: > > This patch adds support for printing messages through a debug > > console. QEMU, for example, supports this through the debugcon > > facility. The benefit is that it's *much* faster