Displaying 20 results from an estimated 197 matches for "boe".
Did you mean:
be
2003 Oct 29
3
PXELinux cannot load the config file
...COVER
2 0.97360 OLD-BROADCAST -> BROADCAST DHCP/BOOTP DHCPDISCOVER
3 2.95099 OLD-BROADCAST -> BROADCAST DHCP/BOOTP DHCPDISCOVER
4 6.90608 OLD-BROADCAST -> BROADCAST DHCP/BOOTP DHCPREQUEST
5 6.93387 vail -> (broadcast) ARP C Who is 134.52.219.68,
alph.ds.boeing.com ?
6 6.93389 alph.ds.boeing.com -> vail ARP R 134.52.219.68,
alph.ds.boeing.com is 8:0:20:ac:f6:78
7 6.93424 vail -> alph.ds.boeing.com TFTP Read "pxelinux.0"
(octet)
8 6.97540 alph.ds.boeing.com -> vail UDP D=2070 S=41093
LEN=22
9 6....
2010 May 02
2
Sendmail Configuration Problem - 550 5.1.1 - User unknown Problem
...#39;SMART_HOST' in the sendmail.mc file and have also recompiled it to produce the sendmail.cf. I also restarted the sendmail service.
----------------------------------------------------------------------------------------------------------------------------------------------------
telnet ana.boeing.com 25
Trying 134.51.151.114...
Connected to ana.boeing.com (134.51.151.114).
Escape character is '^]'.
220 ana.boeing.com ESMTP Sendmail 8.12.11.20060308/8.12.11; Sat, 1 May 2010 16:39:06 -0700
helo ana.boeing.com
250 ana.boeing.com Hello ana.boeing.com [134.51.151.114], pleased to meet...
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...
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
...to cd to the gnu-efi directory before
building.
One side effect of this is that 'make spotless' from the syslinux root
directory no longer triggers a rebuild of gnu-efi. 'make clean' still
does, though.
Tested on top of commit aee0dc5565711ef5be7c30fb5fc1c5f3f98db09f
Jonathan Boeing (1):
gnu-efi: update to f64cef26
efi/build-gnu-efi.sh | 8 ++++----
efi/clean-gnu-efi.sh | 6 +++---
gnu-efi | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
--
2.3.0
2004 Oct 05
3
Confounded data frame column names
...ly) through a list of names like "x1"-"x100" and check for data frame columns with the names?
-----------------------------------------------------------
* Opinions herein are mine only *
-----------------------------------------------------------
Andrew Booker
The Boeing Company
P.O. Box 3707 MC 7L-22
Seattle, WA 98124-2207
425-865-3573
FAX# 425-865-2966
andrew.j.booker at boeing.com
2001 Apr 03
3
getting swat to run on Hewlit Packard HPUX 10.20
...swat) and
have shutdown and restarted the inetd daemon. When I use Netscape and
access http://samba-server-name:901 I get a unable to connect to
server error message. Am I missing something here? Any suggestions on what
I should try next?
thanks,
John
John McCaleb
I-DEAS Project Manager
The Boeing Company
Seal Beach, California
562/797-4365
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?
...hand, perhaps everybody but me
already knows that agent forwarding doesn't quite work yet in
protocol 2. :-)
Can anybody point me to the path of sanity here?
Thanks!
Paul Allen
--
Paul L. Allen | voice: (425) 865-3297 fax: (425) 865-2964
Unix Technical Support | paul.l.allen at boeing.com
Boeing Phantom Works Math & Computing Technology Site Operations,
POB 3707 M/S 7L-68, Seattle, WA 98124-2207
2015 Feb 08
3
[PATCH 0/1] dprintf: add debug console support
...e 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 listens to I/O port 0x402 and prints to
stdio, add "-debugcon stdio -global isa-debugcon.iobase=0x402" to the QEMU
command line.
Jonathan Boeing (1):
dprintf: add debug console support
com32/include/dprintf.h | 2 +-
com32/lib/dprintf.c | 4 ++--
com32/lib/vdprintf.c | 21 ++++++++++++++++++++-
core/lwip/src/netif/undiif.c | 2 +-
mk/devel.mk | 1 +
5 files changed, 25 insertions(+), 5 delet...
2000 Apr 06
1
/dev/random is on your Solaris CD
...f anybody can convince me that egd.pl is
superior, I'm all ears. (Absolutely not criticising egd.pl here!
It's worked fine in my testing over the last day or so.)
Paul Allen
--
Paul L. Allen | voice: (425) 865-3297 fax: (425) 865-2964
Unix Technical Support | paul.l.allen at boeing.com
Boeing Phantom Works Math & Computing Technology Site Operations,
POB 3707 M/S 7L-68, Seattle, WA 98124-2207
1999 Mar 17
1
Copied files filled with zeros
...ername map = /usr/local/samba/lib/map
[export]
path = /export
browseable = yes
writeable = yes
[homes]
path = %p
browseable = no
writable = yes
invalid users = root
--
Paul L. Allen | voice: (425) 865-3297 fax: (425) 865-2964
Unix Technical Support | paul.l.allen@boeing.com
Boeing AR&T Site Operations, POB 3707 M/S 7L-68, Seattle, WA 98124-2207
---
Kick, kick, double-pole, glide, breathe, repeat ... Air is crisp, sun
warm under the blue sky-dome. Friends move nearby over fresh powder
through silent woods. Awareness is here, now. Work is a distant echo.
2007 May 16
2
Abline in dotplot
...ot;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 way to do this?
Thank you,
Valeria V. Thompson
Applied Statistics Group
Mathematics & Computing Technology
The Boeing Company
(425) 373-2740
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 defa...
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 than printing
> > over a serial port.
> >
> &...