Displaying 20 results from an estimated 43 matches for "mhs".
Did you mean:
bhs
1998 Jul 21
3
Can't display ".." with the p8 release
...ith the Windows 3.11 clients : In the subdirectories of
each share, I can't display the " .. " root directory ( but it works
). Is it a bug or just an error in my smb.conf ?
Thanks for your help.
JF Lahellec
Unix System Administrator
MHS - Nantes - France
My smb.conf :
[global]
; workgroup MHS et SHARE LEVEL
workgroup = MHS
comment = Samba SHARE
; les log ...
log file = /usr/local/samba/var/log.%m
debug level = 3
max log s...
2011 Jul 16
0
[LLVMdev] TableGen and DenseMap Strangeness
...vior.
I converted the TernOpInit to use a factory method that uses a DenseMap
to unique objects. I have defined a DenseMapInfo for std::string that
uses HashString from StringExtras.h.
const TernOpInit *TernOpInit::get(TernaryOp opc, const Init *lhs,
const Init *mhs, const Init *rhs,
RecTy *Type) {
#define WORKS
#ifdef WORKS
typedef std::pair<
std::pair<
std::pair<std::pair<unsigned, std::string>, const Init *>,
const Init *
>,
const Init *
> Key;
#else
typedef std::pai...
1998 Jul 16
0
".." not displayed with p8
.... I have now a
problem with the Windows 3.11 clients : In the subdirectories of each
share, I can't display the " .. " root directory . Is it a known bug
or just an error in my smb.conf ?
Thanks for your help.
JF Lahellec
Unix System Administrator
MHS - Nantes - France
My smb.conf :
[global]
; workgroup MHS et SHARE LEVEL
workgroup = MHS
comment = Samba SHARE
; les log ...
log file = /usr/local/samba/var/log.%m
debug level = 3
max log size = 50
lock directory = /usr/local/...
2023 Oct 15
2
Create new data frame with conditional sums
Under the hood, sapply() is also a loop (at the interpreted level). As
is lapply(), etc.
-- Bert
On Sun, Oct 15, 2023 at 2:34?AM Jason Stout, M.D. <jason.stout at duke.edu> wrote:
>
> That's very helpful and instructive, thank you!
>
> Jason Stout, MD, MHS
> Box 102359-DUMC
> Durham, NC 27710
> FAX 919-681-7494
> ________________________________
> From: John Fox <jfox at mcmaster.ca>
> Sent: Saturday, October 14, 2023 10:13 AM
> To: Jason Stout, M.D. <jason.stout at duke.edu>
> Cc: r-help at r-project.org <r-hel...
2023 Oct 14
1
Create new data frame with conditional sums
That's very helpful and instructive, thank you!
Jason Stout, MD, MHS
Box 102359-DUMC
Durham, NC 27710
FAX 919-681-7494
________________________________
From: John Fox <jfox at mcmaster.ca>
Sent: Saturday, October 14, 2023 10:13 AM
To: Jason Stout, M.D. <jason.stout at duke.edu>
Cc: r-help at r-project.org <r-help at r-project.org>
Subject: Re: [R]...
2003 Jan 27
1
RoadRunner Proactive Security Scan
FYI,
This is from Sans Internet Storm Center ...
http://isc.incidents.org/analysis.html?id=178
RoadRunner Proactive Security Scan
published: 2003-01-21
Recently, we did receive a number of reports indicating proxy scans from
''securityscan.sec.rr.com'' (e.g. 24.30.199.228). These scans are part of
RoadRunners reactive relay/proxy scanning. All mail servers sending e-mail
to
2003 Jan 30
1
IPTables log analizer
Tom\All
Has anyone heard of this log analizer and have it up and running? If so is
it easy to setup and use?
Description form this page http://gege.org/iptables/
IPTables log analizer (TODO : find a nice name for it) displays Linux 2.4
iptables logs (rejected, acepted, masqueraded packets...) in a nice HTML
page (it support rough netfilter logs but also Shorewall and Suse Firewall
logs).
This
2013 Apr 25
1
Assigning a variable value based on multiple columns
...0 15
2 1 0 NA 0 10
3 NA 1 0 0 10
4 0 NA 0 1 5
5 1 1 1 0 5
Thanks for any suggestions.
Jason Stout, MD, MHS
Box 102359-DUMC
Durham, NC 27710
FAX 919-681-7494
[[alternative HTML version deleted]]
2023 Oct 13
1
Create new data frame with conditional sums
...4950,4800))
dfrm<-data.frame(matrix(ncol=2,nrow=0,dimnames=list(NULL,c("Cutoff","Pop"))))
for (i in seq(0,0.15,by=0.01)) {
temp<-sum(dummydata[dummydata$Pct>=i,"Totpop"])
dfrm[nrow(dfrm)+1,]<-c(i,temp)
}
Jason Stout, MD, MHS
Division of Infectious Diseases
Dept of Medicine
Duke University
Box 102359-DUMC
Durham, NC 27710
FAX 919-681-7494
[[alternative HTML version deleted]]
2023 Oct 14
2
Create new data frame with conditional sums
...4950,4800))
> dfrm<-data.frame(matrix(ncol=2,nrow=0,dimnames=list(NULL,c("Cutoff","Pop"))))
> for (i in seq(0,0.15,by=0.01)) {
> temp<-sum(dummydata[dummydata$Pct>=i,"Totpop"])
> dfrm[nrow(dfrm)+1,]<-c(i,temp)
> }
>
> Jason Stout, MD, MHS
> Division of Infectious Diseases
> Dept of Medicine
> Duke University
> Box 102359-DUMC
> Durham, NC 27710
> FAX 919-681-7494
>
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing...
2015 Mar 09
0
Permission denied error while connecting to EMC Celerra 7 server
...mechListMIC:
4e544c4d5353500002000000060006003000000001820120...
NTLM Secure Service Provider
NTLMSSP identifier: NTLMSSP
NTLM Message Type: NTLMSSP_CHALLENGE (0x00000002)
Target Name: MHS
Flags: 0x20018201
0... .... .... .... .... .... ....
.... = Negotiate 56: Not set
.0.. .... .... .... .... .... ....
.... = Negotiate Key Exchange: Not set
..1. .... .... .......
2003 Jan 14
3
Shorewall-1.3.13
Just some stuff that was laying around in CVS:
1. Added ''DNAT-'' target.
2. Print policies in ''check'' command.
3. Added CLEAR_TC option.
4. Added SHARED_DIR option.
[teastep@wookie Shorewall]$ cat releasenotes.txt
This is a minor release of Shorewall that has a couple of new features.
New features include:
1) A new ''DNAT-'' action has been
2004 Jun 17
5
Problem in using rsync
Hi
I use rsync to perform backup on disk on a SunFire 880 with Solaris 8. For
performance issues, we launch simultaneously 5 rsyncs on 5 different fliesystems
and about 150-200 "cp -p" commands on as many database files. We have been
using the same scripts for about 2 months, without problems. The backup is
performed on the same server (from filesystem to filesystem on the same
2005 Dec 16
0
Sybase Adaptive Server Anywhere (SQL Anywhere Studio)
I have just done a Rails database driver for Sybase Adaptive Server Anywhere
(SQL Anywhere Studio)
If interested see http://www.iqx.co.uk/mhs/sybaseanywhere_adapter.zip
or the Wiki.
It is based on the SQLServer one. A bit of tweaking and plenty of testing
needed, but works ok with the published examples.
Any thoughts/advice welcome.
Michael Scott
1998 May 07
1
Samba and Windows CE
This is my first time posting to the digest, so I hope I get this
right. CC:Mail is also giving me problems, so bear with me.
I've come across a web page giving a link to Microsoft's written but
unsupported Network Client for Windows CE. This lets a Windows CE
palmtop browse Windows shares across a network. HOwever, the web page
claims that it
2006 Apr 03
0
retrieve domain group member
...in domain =
group?
can wbinfo or getent achieve this?
thanks,
LatrellFrom bruno.guerreiro at ine.pt Mon Apr 3 10:23:21 2006
From: bruno.guerreiro at ine.pt (Bruno Guerreiro)
Date: Mon Apr 3 10:24:04 2006
Subject: [Samba] User groups
Message-ID: <H000006700000a62.1144059800.scalix.dsii.ine.pt@MHS>
Hi all.
I've posted this some times befora with no aswer till now. I've managed to avoid it, but now I just can't avoid it anymore.
I'm using samba 3.0.14a on FC2 with openldap (openldap-2.2.13-2) backend.
When a user belongs to more than 65 (not 100% sure about this value) gro...
2003 Feb 26
0
Re: Exchange Server in DMZ (i-hacked.com)
...ntents of Shorewall-users digest..."
Today''s Topics:
1. Re: Exchange Server in DMZ (i-hacked.com)
2. Port Forwarding (Ted Gervais)
3. Re: Port Forwarding (Tom Eastep)
4. Re: Exchange Server in DMZ (Tom Eastep)
5. RE: VPN Passthrough Assistance Needed (Martinez, Mike (MHS-ACS))
6. Re: Port Forwarding (Ted Gervais)
7. Re: Port Forwarding (Tom Eastep)
8. Re: Port Forwarding (Ted Gervais)
9. Shorewall issue with ProxyARP (sivamurugu)
----------------------------------------------------------------------
Message: 1
Date: Wed, 26 Feb 2003 06:37:44 -0600
Fr...
2001 Mar 19
1
[Fwd: Re: File formats (RE: MP4 Player Available for Download)]
...> Date: Thu, 15 Mar 2001 10:29:20 -0500
> From: Marshall Eubanks <tme@21rst-century.com>
> Reply-To: tme@21rst-century.com
> Organization: Multicast Technologies
> To: philippe.gentric@philips.com
> CC: rem-conf@es.net
> References: <0056900016627917000002L072*@MHS>
>
> philippe.gentric@philips.com wrote:
>
> > > -----Original Message-----
> > > From: robla@real.com [mailto:robla@real.com]
> > > Sent: Wednesday, March 14, 2001 18:55
> > > To: hari@FLAVORSOFTWARE.com; BNowicki@Omneon.com
> > > C...
2012 Sep 13
1
Permission denied error while connecting to EMC CIFS server
...? ? ? mechListMIC: 4e544c4d5353500002000000060006003000000001820120...
? ? ? ? ? ? ? ? ? ? ? ? NTLM Secure Service Provider
? ? ? ? ? ? ? ? ? ? ? ? ? ? NTLMSSP identifier: NTLMSSP
? ? ? ? ? ? ? ? ? ? ? ? ? ? NTLM Message Type: NTLMSSP_CHALLENGE (0x00000002)
? ? ? ? ? ? ? ? ? ? ? ? ? ? Target Name: MHS
? ? ? ? ? ? ? ? ? ? ? ? ? ? Flags: 0x20018201
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 0... .... .... .... .... .... .... .... = Negotiate 56: Not set
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? .0.. .... .... .... .... .... .... .... = Negotiate Key Exchange: Not set
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ..1. .... .... .......
1998 Oct 22
1
Looking up Netbios name of host
...lp_servicenumber messages would be
appreciated.
monm:/admin/samba/var> nmblookup -d 9 -A 207.63.36.220
Initialising global parameters
params.c:pm_process() - Processing configuration file
"/admin/samba/lib/smb.conf
"
Processing section "[global]"
doing parameter workgroup = MHS
doing parameter server string = Monm
doing parameter load printers = yes
doing parameter log file = /admin/samba/var/log.%m
doing parameter max log size = 50
doing parameter security = user
doing parameter socket options = TCP_NODELAY
doing parameter interfaces = 207.63.36.200/24 10.0.0.1/21
doing...