Displaying 20 results from an estimated 300 matches similar to: "Can RH AS3 be a ADS member with winbind+nss+krb5?"
2004 Dec 06
0
errors from ads_krb5_mk_req errors and util_sock.c:send_smb
After 2 weeks of trying to configure samba as a member server in a
native AD domain, with winbind+nss+kerberose following the Samba
Collection and (Samba-3 By Exmaple) docuentation, with RedHat AS3,
samba 3.0.9, krb5 1.3.1, where 2 KDC's are Windows 2003 and one is
Windows 2000, and smb-signing has been turned off,...
when a user tries to access a share, they are prompted for a password,
and
2005 Aug 04
2
Trouble in Joining Suse 9.3 to Win2k3 Server
Hi,
After installing Suse 9.3 Professional, I am unable to join it to AD.
>From the Docs (
http://www.samba.org/samba/docs/man/Samba3-HOWTO/domain-member.html#ads-member)
its clear that we need to first get a kerberos ticket... via
#>kinit Administrato@REALM
in Suse9,3, I get this error
susles93WSA:~ # kinit Administrator@HUNGERFORD.KOL
Password for
2005 Nov 17
1
migration from redhat AS3/4
We have 30 or so boxes that are currently running either redhat as3 or
as4 and would like to migrate them to Centos 4.2.
We have a local centos 4.2 repository using yam. I have in the past
updated es3 to as3 by removing the redhat-release rpm and installing the
other redhat rpm. I realize there are virtually no differences in es
and as3, except for access to additional packages. In any
2004 Jul 20
1
Ocfs on AS3
Has anybody used ocfs on Redhat AS3 with a 2.6 kernel?
If so, got any special instructions or tips?
Thanx
-Tony
------------------------------
Anthony J. Biacco
Systems/Network Administrator
Quris, Inc.
720-836-2015
2005 Dec 19
1
dovecot as3
i am using redhat as3, sendmail, xinetd ipop3 and imap, i installed dovecot and configured, when i stop xinetd and start dovecot , after successful startup , and using web to access it getting authenticaion errors, user/password unknown
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2020 Jun 01
2
Improve hot cold splitting to aggressively outline small blocks
Hello,
I am Ruijie Fang, a GSoC student working on "Improve hot cold
splitting to aggressively outline small blocks." Over the course of
last week, I met with my mentor and co-mentor, Aditya Kumar, and
Rodrigo Rocha, and we made a preliminary plan on improving the
existing hot/cold splitting pass in LLVM through identifying patterns
of cold blocks in real-world workloads via block
2020 Jun 02
2
Improve hot cold splitting to aggressively outline small blocks
Hi Teresa,
Thank you for your reply! I discussed this with Aditya and Rodrigo today
about this. We will always have PGO turned on for our benchmark, (i.e. we
assume the profiling information is always available). In terms of the
workload we supply to PGO: For postgresql, I suggested we use the "pgbench"
benchmark, a TPC-B-based SQL benchmark for postgres, to supply profiling
information
2020 Jun 02
2
Improve hot cold splitting to aggressively outline small blocks
Hello Tobias,
Thank you for the suggestion! Aditya also mentioned this. I will look into
it.
Best regards,
Ruijie
Ruijie Fang
Email: ruijief at princeton.edu
On Tue, Jun 2, 2020 at 12:48 PM Tobias Hieta <tobias at plexapp.com> wrote:
> Hello Ruijie,
>
> One other workload that would be interesting to test might be clang
> itself. Building clang with PGO information is a
2004 Dec 01
2
AD Domain member not authenticating
I had samba working, then I tried (unsuccessfully) to setup ssh pam auth.
Now users are prompted for a password when accessing shares, but no password
works. I am using Redhat AS 3, samba-3.0.9-1, and krb5-1.3.
I forgot to backup pam file system-auth before modifying things, so I'm not sure if that is the problem.
-------------------------------
These commands succeed:
wbinfo -u,
2020 Aug 05
3
[RFC] Machine Function Splitter - Split out cold blocks from machine functions using profile data
On Tue, Aug 4, 2020 at 10:51 PM aditya kumar <hiraditya at gmail.com> wrote:
> Glad to hear that there is an interest in a function splitting pass. There
> are advantages to splitting functions at different stages as you've already
> noted.
>
Right -- with slightly different objectives. Machine Function Splitting
Pass's main focus is on performance improvement.
> -
2005 Oct 16
3
Dial plan questions
I'm afraid I'm quite confused by what I've found on the Wiki.
I have the following dial plan that works:
exten => 2201,1,Dial(sip/2201@gs1.uucp,20,)
exten => 2201,2,Voicemail(u2201)
exten => 2201,3,Hangup
exten => 2201,102,voicemail(b2201)
exten => 2201,104,hangup
When the phone is in use it goes to voice mail as busy. When not
picked up, as
2018 Jan 31
3
Problems with "predict" function ii
I have realised that I should have used "detach" before attaching another
dataframe, but even when I do this it's still giving me lots of lines, rather
than just one:
My code:
m<-runif(1,0,1)
m
mres<-m*(seq(1,12))
mres
ssd<-rexp(1,1)
ssd
devs<-rep(0,length(mres))
for(i in 1:length(mres)){devs[i]<-rnorm(1,0,ssd)}
devs
plot(-10,-10,xlim=c(1,24),ylim=c(0,20000))
2020 Aug 05
10
[RFC] Machine Function Splitter - Split out cold blocks from machine functions using profile data
Greetings,
We present “Machine Function Splitter”, a codegen optimization pass which
splits functions into hot and cold parts. This pass leverages the basic
block sections feature recently introduced in LLVM from the Propeller
project. The pass targets functions with profile coverage, identifies cold
blocks and moves them to a separate section. The linker groups all cold
blocks across functions
2018 Jan 31
1
Problems with "predict" function
Hello,
I am synthesising some sales data over a twelve month period, and then trying to
use the "predict" function, firstly to generate a thirteenth month forecast with
upper and lower 95% confidence limits. So far so good
But what I then want to do is add the upper sales value at the 95th confidence
limit to the vector of thirteen months and their respective sales to create a
2017 Sep 09
1
error with subtree()
Dear R community,
I would like to plot a partial hclust output, so I?am looking for a subtree function that would return an tree structure I can plot.
I ran the test code of subtree following the instruction on?http://finzi.psych.upenn.edu/library/extracat/html/subtree.html
However, an error message popped up:
====> library(extracat)
Attaching package: ?extracat?
The following object is masked
2004 Jul 29
2
Zultys Zip 4x4
Is anyone successfully using one of these with Asterisk? I cannot get the
phone to register, this message keeps coming up on the Asterisk console:
Jul 29 14:11:39 NOTICE[1125350192]: chan_sip.c:7323 handle_request:
Registration from '"000BEA801CA6" <sip:000BEA801CA6@hcs.net:5060>' failed
for '204.194.36.138'
The telephone LCD says "SIP registation
2004 Jun 22
2
Unable to find libiodbc.so.2
I was finally able to compile asterisk with cdr_odbc.so. But now for some reason I get that error:
*CLI> load cdr_odbc.so
Jun 22 16:38:53 WARNING[-1084309376]: loader.c:240 ast_load_resource: libiodbc.so.2: cannot open shared object file: No such file or directory
Unable to load module cdr_odbc.so
But the file is there...
# ls -lag /usr/local/lib/libiodbc.so*
lrwxrwxrwx 1 root
2004 Jul 08
8
FINALLY! a good book about Asterisk.
There is finally an introductory book about Asterisk!
It looks like Paul Mahler at www.signate.com wrote it
with a lot of help from Digium. I looked at the sample
pages, it looks great.
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
2004 Mar 31
3
help with the usage of "randomForest"
Dear all,
Can anybody give me some hint on the following error msg I got with using
randomForest?
I have two-class classification problem. The data file "sample" is:
----------------------------------------------------------
udomain.edu udomain.hcs hpclass
1 1.0000 1 not
2 NA 2 not
3 NA 0.8 not
4 NA 0.2 hp
5 NA 0.9 hp
------------------------------------------------------------
The
2004 Jun 27
4
Re Cron
Hi List
Is there a cron that I con do to replace this, as the fx0 card doesnt hang up properly
phonegc:/home/samantha# asterisk -r
Asterisk CVS-05/30/03-17:17:07, Copyright (C) 1999-2001 Linux Support Services, Inc.
Written by Mark Spencer <markster@linux-support.net>
=========================================================================
Connected to Asterisk CVS-05 currently running on