similar to: smbmount double start - hangs process

Displaying 20 results from an estimated 300 matches similar to: "smbmount double start - hangs process"

2011 Aug 18
1
Re: Warhammer Dark Crusade: scroll map with mouse
Man....what a mess. As Tau, I could barely get through the map, gritting my teeth with every mouse click, hoping they'd survive. If the Dino died, I was toast. This was one map I just could not excel as the Tau. But as Space Marines, the mission ended in 15 mins. 2 Land Raiders, 2 Tanks and the "oh crap!" Grey Knights + Terminators + Assault Terminators made the Orcs their personal
2008 Oct 03
0
New package: expert 1.0-0
expert: Modeling Without Data Using Expert Opinion Expert opinion is a technique to do statistical modeling when data is scarse (e.g. accidents in nuclear plants) or even absent, at least for the analyst (e.g. confidential settlements in liability insurance). Opinions on the distribution of the decision random variable is sought from experts in the field. The experts give their opinion in the
2008 Oct 03
0
New package: expert 1.0-0
expert: Modeling Without Data Using Expert Opinion Expert opinion is a technique to do statistical modeling when data is scarse (e.g. accidents in nuclear plants) or even absent, at least for the analyst (e.g. confidential settlements in liability insurance). Opinions on the distribution of the decision random variable is sought from experts in the field. The experts give their opinion in the
2003 Jan 10
5
The community
It occurred to me over the last few days that in fact I hadn''t been a model ShoreWall Citizen so I went to the site and visited this link for inspiration: http://www.cityofshoreline.com/about/history/index.html Here I was reminded of just how open source communities are suppose to work. Just like the early beginnings of Shoreline, Tom has brought together many scattered settlements
2011 May 03
1
audiohook.c: Failed to get 160 samples from write factory
Hello, I see a lot of these messages in the debug log : /[May 3 15:47:09] DEBUG[19081] audiohook.c: Failed to get 160 samples from write factory 0xae17e18 [May 3 15:47:09] DEBUG[19081] audiohook.c: Failed to get 160 samples from write factory 0xae17e18 [May 3 15:47:09] DEBUG[19081] audiohook.c: Read factory 0xae173e0 and write factory 0xae17e18 both fail to provide 160 samples [May 3
2006 Nov 04
1
Only one out of 10 remote extensions expiring registry
I have about 20+ phones on a server, all set for registry expiry 1 min. But only this one, with 2 accounts, keeps re-registerting itself. All the time this is what I see on asterisk CLI and it is kind of annoying. What only this phone does this and no other. Its on a remote location. All phones are Grandstream GXP-2000. -- Registered SIP '502' at 64.101.221.250 port 18639 expires 60
2005 May 10
1
Samba BDC in the same subnet not gettingconnection requests
>>> Ian Clancy <clancyian@cel.ie> 05/10/05 11:45 AM >>> Prakash Velayutham wrote: >>>>Ian Clancy <clancyian@cel.ie> 05/10/05 9:33 AM >>> >>>> >>>> >Prakash Velayutham wrote: > > > >>Hi, >> >>Sorry for posting again. I would really appreciate any help with this. >> >>I
2010 Jun 01
1
data frame manipulation ddply
Dear group, Here is my data frame: futures <- structure(list(DESCRIPTION = c("CORN Jul/10", "CORN Jul/10", "CORN Jul/10", "CORN Jul/10", "CORN Jul/10", "LIVE CATTLE Aug/10", "LIVE CATTLE Aug/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11
2001 Nov 07
1
COURT solicited comments!: Was: Analysis of the Microsoft Settlement from a Samba perspective.
Jeremy: Just wanted to pass this snippet I saw from slashdot http://slashdot.org/article.pl?sid=01/11/07/053230 which says: Public Comment Period In MS/DOJ Battle Posted by timothy on Wednesday November 07, @07:03AM from the tap-your-mind dept. PacketMaster writes: "Somthing that I didn't know, and perhaps many others didn't
2010 Jun 01
1
data frame manipulation with zero rows
Dear group, Here is the kind of data.frame I obtain every day with my function : futures <- structure(list(DESCRIPTION = c("CORN Jul/10", "CORN Jul/10", "CORN Jul/10", "CORN Jul/10", "CORN Jul/10", "LIVE CATTLE Aug/10", "LIVE CATTLE Aug/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 Jul/10", "SUGAR
2001 Nov 05
0
Analysis of the Microsoft Settlement from a Samba perspective.
The Samba Team would welcome Microsoft documenting its proprietary server protocols. Unfortunately this isn't what the settlement stipulates. The settlement states : "E. Starting nine months after the submission of this proposed Final Judgment to the Court, Microsoft shall make available for use by third parties, for the sole purpose of interoperating with a Windows Operating System
2018 Apr 20
0
problem to run samba_dnsupdate
Dear, I updated my samba to 4.8 and now when I execute the command samba_dnsupdate --verbose --all-names I get the following error message. *tkey query failed: GSSAPI error: Major = Unspecified GSS failure.  Minor code may provide more information, Minor = Server not found in Kerberos database.** **Failed nsupdate: 1** **update(nsupdate): SRV
2002 Jun 06
8
problem joining the domain
We've encountered a problem with getting a newly installed Samba based machine to join the domain. Here's the command line and error response: [root@chain samba]# smbpasswd -j COLUMBIA -r cmc-bkup -U murphyn Password: error creating domain user: NT_STATUS_INVALID_DOMAIN_ROLE Unable to join domain COLUMBIA. [root@chain samba]# Installation is a RedHat 7.2 (from KRUD) box
2012 Aug 01
4
as.date: do not know how to convert 'test[1]' to class "Date"
I have an object, which I pull in from a csv file here http://r.789695.n4.nabble.com/file/n4638691/jan_2011.csv jan_2011.csv mydata <- read.csv("jan_2011.csv", header=TRUE, sep=",") > head(mydata) Delivery.Date Hour.Ending Repeated.Hour.Flag Settlement.Point Settlement.Point.Price 1 01/01/2011 01:00 N HB_BUSAVG
2010 Apr 27
1
save a data frame in environment
Dear group, Here is my function : position<-function(x) { pose<-read.csv2((paste(c("LSCPos",x,".csv"),collapse="")),dec=".",sep=",",as .is=T,h=T,skip=1)[,c(4,8,14,15)] pose$CREATED.DATE<-as.Date(pose$CREATED.DATE,"%d/%m/%y") futures<-pose[-grep("USD",pose[,1]),]
2010 May 26
2
writing function : can't find an object
Dear group, Here is my function: #return the daily PL for day y PLDaily<-function(x,y) { #find elements in my directory with "LSCPos" in the name, keep the numeric part in the name and #create a list l<-gsub("\\D","",dir()[grep("LSCPos",dir())]) #select in the list the desired elements
2010 Apr 29
3
convert Factor as numeric
Dear group, I know this issue has been already covered, and before you reply I must say I have read the R-FAQ and search the mailing list archive. I still can't manage to change my factor to numeric as I couldn't find any clear answer. Here is my df : Pose1 <- structure(list(DESCRIPTION = structure(c(1L, 2L, 3L, 4L, 5L, 8L), .Label = c(" SUGAR NO.11 May/10 ", "COTTON
2016 Jun 15
1
weird error rights in folders
Hello rowland, follow the informations: 1) ./configure --prefix=/opt/samba --enable-selftest --enable-debug 2) samba-tool domain provision --domain=CMC --adminpass=Mudar2016 --dns-backend=BIND9_DLZ --server-role=dc --use-rfc2307 --realm=CMC.CORP 3) I created a script to start this as described in the manual Samba4 [global] netbios name = SAMBA realm = CMC.CORP
2002 Jan 22
0
Open Letter to DOJ re Microsoft Settlement
The proposed settlement in the Microsoft antitrust trial will probably be accepted by the judge unless a lot of people complain soon, even though it lacks any useful enforcement provisions and fails to prohibit many of Microsoft's anticompetitive practices. I've drafted an open letter to the Department of Justice to explain why the proposed settlement should not be accepted; it's at
2010 May 12
1
data frame subscription
Dear group, Here is my df : pose16 <- structure(list(DESCRIPTION = structure(c(1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 12L), .Label = c("COPPER May/10", "COTTON NO.2 Jul/10", "CRUDE OIL miNY May/10", "GOLD Jun/10", "ROBUSTA COFFEE (10) Jul/10", "SOYBEANS Jul/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 May/10",