Displaying 20 results from an estimated 33 matches for "dhp".
Did you mean:
dep
1997 Jan 16
0
/bin/login
...7 11:30:15 +0100
Received: from mail2.redhat.com by dutecai.et.tudelft.nl (8.6.10/1.34JP)
id UAA25013; Thu, 16 Jan 1997 20:52:26 +0100
Received: (qmail 612 invoked by uid 501); 16 Jan 1997 19:48:43 -0000
Received: (qmail 564 invoked from network); 16 Jan 1997 19:48:40 -0000
Received: from dhp.com (@199.245.105.1)
by mail2.redhat.com with SMTP; 16 Jan 1997 19:48:39 -0000
Received: from dhp.com (dhp.com [199.245.105.1]) by dhp.com (8.8.4/8.6.12) with SMTP id OAA18650; Thu, 16 Jan 1997 14:48:14 -0500
Date: Thu, 16 Jan 1997 14:48:13 -0500 (EST)
From: Matt <panzer@dhp.com>
Approved:...
2010 Sep 17
2
grouping dataframe entries using a categorical variable
DearR Users,
I have a problem which I think you might be able to help. I have a dataframe which I'm trying to "filter" following different groups I specified. It's a little hard to explain, so here is an example:
My dataframe:
ESS DHP
1 EPB 22
2 SAB 10
3 SAB 20
4 BOJ 14
5 ERS 28
11 SAB 10
12 SAB 22
13 BOJ 26
20 SAB 10
21 SAB 22
22 BOJ 32
29 SAB 14
30 SAB 22
38 SAB 14
47 SAB 18
I'm trying to filter it by selecting a subgroup of ESS, for example:
softwood<- c("EPB","SAB")
So I can...
1997 Oct 03
1
ssh 1.2.20 may create problems in connection with lpd bug
hi
the problem :
ssh lets ordinary users=A0forward reserved ports
(see
Debian bug report logs - #12763
ssh 1.2.20-3 /sshd vulnerable
)
in connection with:
lpd lets people who have access to its reserved port (ie people from
hosts in /etc/hosts.{lpd,allow}) create delete and exec files
=
(see
Secure Networks Inc. Security Advisory October 2, 1997
as reported thru
1997 Jan 07
3
logwatching
If it''s any help, here''s a sed script that is reasonably good at pulling out
suspicious-looking items generated by various daemons. Fix appropriately...
_H*
==========
# this should match a buncha different stuff
/ [Pp]ermi/b ff
/ PERMI/b ff
/ [Rr]efuse/b ff
/ REFUSE/b ff
/ [Dd]en[yi]/b ff
/ DEN[YI]/b ff
/[Rr]eject/b ff
/REJECT/b ff
/[Bb]ogus/b ff
/[Pp]assw/b ff
/PASSW/b ff
1998 Dec 05
8
portmap vulnerability?
Are there any known vulnerabilities in portmap (redhat''s
portmap-4.0-7b)? I''ve been receiving a lot of attempts to access the
portmap port on some linuxppc machines I administer by various
machines which clearly have no business with mine, and I wonder if
this is an attempt to break in to my machines.
I''ve searched some archives, but I haven''t yet found any
2015 Jul 18
2
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
>>>
What uEFI specification version does your system claim to be compliant
with?? I'd like to read over the spec for the call to verify things.
--
-Gene
<<<
I've tried to find the relationship between UseDefaultAddress and DHP relays
but I couldn't find anything. The use of DHCP relays should be really transparent...
Best,
Patrick
1997 Jan 02
2
Re: libc bugs (was Re: Distributions...)
...ing I
wanted to know about. Is there a standard for people to syslog possible
security violations? This would make it easier to find them in huge log
files with swatch or other monitoring tools.
[mod: Except for the LOG_AUTH "priority" field, probably not.... -- REW]
--
-Matt (panzer@dhp.com) -- DataHaven Project - http://www.dhp.com/
"That which can never be enforced should not be prohibited."
2004 Jan 29
1
Confirmatory Factor Analysis in R? SEM?
...se of what i'd like to implement
#example Measurement Model
x1<-runif(200)
x2<-rbinom(200, 20, 0.75)
x3<-runif(200)
x4<-runif(200)
dat<-as.data.frame(x1 =x1, x2 = x2, x3 = x3, x4 = x4)
v.c<-cor(dat,use = "complete.obs")
ind<-upper.tri(v.c)
v.c[ind]<-0
model.dhp<-matrix (c(
"x1 -> HWK", "gam11", NA,
"x2 -> HWK", "gam21", NA,
"x2 -> FI", "gam22", NA,
"x3 -> HWK", "gam31",...
2002 Aug 28
5
Tru64 privsep patch testing
...ng TCP_NODELAY
debug1: channel 0: rfd 12 isatty
debug1: fd 12 setting O_NONBLOCK
debug2: fd 11 is O_NONBLOCK
debug1: Setting controlling tty using TIOCSCTTY.
debug3: : tty /dev/ttyp2 ptyfd 7
debug3: entering
debug3: : checking request 38
Error in terminal setup.
Couldn't establish session for dhp from xxxx.phy.anl.gov
debug1: Calling cleanup 0x12004fb60(0x140031218)
debug1: session_pty_cleanup: session 0 release /dev/ttyp2
[--- end ---]
2015 Jan 11
3
PXE Booting EFI
...CP answer (192.168.62.254) instead.
That's why the PXE server never receives the ldlinux.e32 TFTP request.
Also I see ldlinux.e32 is requested plain, w/o any path component.
I think this is a bug in syslinux.efi retrieving its components w/o considering proxyDHCP scenarios.
If using the same DHP+proxyDHCP scenario I boot MS bootmgfw.efi the MS boot manager correctly detects
who is the real PXE server and conducts its further TFTP requests correctly.
> No, I'm stating that binaries built with
> gcc-4.6 will likely fail and
> that gcc-4.7+
> is likely needed.? One exampl...
2007 Sep 19
1
SEM - standardized path coefficients?
Dear list members,
In sem, std.coef() will give me standardized coefficients from a sem model.
But is there a trick so that path.diagram can use these coefficients rather
than unstandardized ones?
Thanks
Steve Powell
From: John Fox <jfox_at_mcmaster.ca>
Date: Wed 28 Feb 2007 - 14:37:22 GMT
Dear Tim,
See ?standardized.coefficients (after loading the sem package).
Regards,
John
John
1998 Oct 07
1
Re: sshd and PAM [summary]
...Of course, the mirrors
of ftp.replay.com contain these RPMs as well.
o John A. Martin <jam@jamux.com> says there are PAMified ssh packages at
ftp://ftp.fi.muni.cz/pub/ssh/local-fi.muni.cz/linux/
o Andy McRory <amacc@mailer.org> says there is a patch for ssh-1.2.25 at
ftp://ftp.dhp.com/pub/linux/dhp-dist
o Some people say the "original" sshd does not have PAM support built in (not
surprising) and it should be patched. The patch can be taken from the
SRPM at ftp.replay.com, for example (see above).
I have downloaded the RPMs from ftp.replay.com and done some (...
2015 Jul 18
0
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
...e:
>
>>>>
> What uEFI specification version does your system claim to be compliant
> with? I'd like to read over the spec for the call to verify things.
> --
> -Gene
> <<<
>
> I've tried to find the relationship between UseDefaultAddress and DHP relays
> but I couldn't find anything. The use of DHCP relays should be really transparent...
As noted in the reply to Matt Fleming's initial EFI networking
implementation, I think some systems go stupid on UseDefaultAddress
and AllowPromiscuous as true. I just tested and saw no negati...
2008 Mar 11
0
PCBSD & X11 ugh
So, I tried out PCBSD on a Dell "DHP" (what ever that is) (made feb '05).
it installs great
but when I run boot it, (FreeBSD comes up fine) teh X server goes into
an infinite loop somewhere.
168 root 1 0 0 148M 6976K rdnrel 0:57 93.85% Xorg
and the screen stays black.
the fan goes onto "tornado&...
2005 Dec 19
1
OpenSSH traffic accounting ...
...n on this topic?
Thanks! Miro
+-------------------------------+ +-------------------------------+
| Miro Dietiker | | MD Systems Miro Dietiker |
+-------------------------------+ +-------------------------------+
-----Urspr?ngliche Nachricht-----
Von: user [mailto:user at dhp.com]
Gesendet: Sonntag, 11. Dezember 2005 22:31
An: secureshell at securityfocus.com
Betreff: OpenSSH traffic accounting ...
There exist patches for OpenSSH that allow it to perform per user
traffic
accounting.
Further, new releases increasingly are being met with the "it still
doesn't...
1997 Jan 05
0
Log File Monitoring (was: Re: libc bugs)
Matt <panzer@dhp.com> writes:
> This came from the linux-server list. But reminded me of a something I
> wanted to know about. Is there a standard for people to syslog possible
> security violations? This would make it easier to find them in huge log
> files with swatch or other monitoring tools....
2011 Nov 24
0
sem package (version 2.1-1)
...functions; specifyEquations() supports model
specification in equation (rather than path) format, and cfa() facilitates
compact specification of simple confirmatory factor analysis models.
For example, from ?sem, the Duncan, Haller, and Portes peer-influences model
can now be specified as
model.dhp.1 <- specifyEquations(covs="RGenAsp, FGenAsp")
RGenAsp = gam11*RParAsp + gam12*RIQ + gam13*RSES + gam14*FSES +
beta12*FGenAsp
FGenAsp = gam23*RSES + gam24*FSES + gam25*FIQ + gam26*FParAsp +
beta21*RGenAsp
ROccAsp = 1*RGenAsp
REdAsp = lam21(1)*RGenAsp # to illustrate setting start valu...
2011 Nov 24
0
sem package (version 2.1-1)
...functions; specifyEquations() supports model
specification in equation (rather than path) format, and cfa() facilitates
compact specification of simple confirmatory factor analysis models.
For example, from ?sem, the Duncan, Haller, and Portes peer-influences model
can now be specified as
model.dhp.1 <- specifyEquations(covs="RGenAsp, FGenAsp")
RGenAsp = gam11*RParAsp + gam12*RIQ + gam13*RSES + gam14*FSES +
beta12*FGenAsp
FGenAsp = gam23*RSES + gam24*FSES + gam25*FIQ + gam26*FParAsp +
beta21*RGenAsp
ROccAsp = 1*RGenAsp
REdAsp = lam21(1)*RGenAsp # to illustrate setting start valu...
1997 Oct 17
1
Zip drive as a read-only medium
Does anyone have any experience using a zip drive as a read-only medium for
storing things like tripwire files, PGP signed keys and kernels? Is there
a way to switch it to read/write mode without ejecting it?
Scott Kaplan
SF Legal Net
346 Fair Oaks Street
San Francisco, CA 94110
Voice: (415) 643-8700
Fax: (415) 643-8777
2002 Aug 30
1
no, I see now, tru64 pty ownership wrong on entry to setup_sia, may need /usr/lbin/chgpt (WAS Re: Tru64 privsep patch testing)
...one in the debugger, which I've been calling the privileged process,
and the other one I called the unprivileged process. There is also
a user process running a shell, connected to the client through a pty.
(2) The pty is owned by the user. On my system, for example:
crw--w---- 2 dhp terminal 6, 3 Aug 30 17:05 /dev/ttyp3
Now, if I step through setup_sia() in the debugger, I get an error return
from sia_ses_estab(), so that fatal() is called, which results
session_pty_cleanup() being called, which resets the pty ownership back
to the default:
crw-rw-rw- 2 root sy...