search for: eeded

Displaying 20 results from an estimated 26 matches for "eeded".

Did you mean: needed
2009 Oct 13
1
Compiling SAMBA on Solaris 10 to use AD on Windows 2008 server
...e downloaded, compiled and install Samba (3.4.2), configured kerberos and am now trying to get it to join the AD. I get the following error: samba-3.4.2/source3# net ads join -U username Enter username's password: [2009/10/13 13:10:42, 0] libads/sasl.c:819(ads_sasl_spnego_bind) kinit succeeded but ads_sasl_spnego_krb5_bind failed: krb5 conf file not configured Failed to join domain: failed to connect to AD: krb5 conf file not configured samba-3.4.2/source3# If I run with "-d 1" I get: .... [2009/10/13 13:26:47, 1] libnet/libnet_join.c:1871(libnet_Join) libnet_Join:...
2013 Apr 02
2
[LLVMdev] adding a target dependent transform pass
How do you add a target dependent transform pass? tia. eed
2013 Apr 03
2
[LLVMdev] adding a target dependent transform pass
On 04/02/2013 03:31 PM, Reed Kotler wrote: > On 04/02/2013 03:00 PM, reed kotler wrote: >> How do you add a target dependent transform pass? >> >> tia. >> >> eed > > I need to add a module pass. Do you need to just add them to the Transform subdirectory????
2013 Apr 02
0
[LLVMdev] adding a target dependent transform pass
On 04/02/2013 03:00 PM, reed kotler wrote: > How do you add a target dependent transform pass? > > tia. > > eed I need to add a module pass.
2013 Apr 03
0
[LLVMdev] adding a target dependent transform pass
----- Original Message ----- > From: "Reed Kotler" <rkotler at mips.com> > Cc: LLVMdev at cs.uiuc.edu > Sent: Wednesday, April 3, 2013 6:30:56 PM > Subject: Re: [LLVMdev] adding a target dependent transform pass > > On 04/02/2013 03:31 PM, Reed Kotler wrote: > > On 04/02/2013 03:00 PM, reed kotler wrote: > >> How do you add a target dependent
2016 Jul 21
2
RFC: Strong GC References in LLVM
On Thu, Jul 21, 2016 at 9:39 AM, Daniel Berlin <dberlin at dberlin.org> wrote: > > > On Thu, Jul 21, 2016 at 9:26 AM, Andrew Trick <atrick at apple.com> wrote: > >> >> On Jul 21, 2016, at 7:45 AM, Philip Reames <listmail at philipreames.com> >> wrote: >> >> Joining in very late, but the tangent here has been interesting (if >>
2016 Jul 21
4
RFC: Strong GC References in LLVM
Okay, so it sounds like it might actually be better to be even more low level, call it "ExtendedBBInfo" or something, and rename what it provides to be more clearly structural: A. Inst * FirstIsGuaranteedToTransferExecutionToSuccessor(BB) (naming bikeshed open on this one :P) B. Inst * LastIsGuaranteedToTransferExecutionToSuccessor(BB) C. Inst *FirstMayThrow(BB) D. Inst
2006 Mar 22
0
Video phone failed on Asterisk-1.2.4
...) in new stack == Spawn extension (default, h, 1) exited non-zero on 'SIP/23267668-4459' Mar 23 12:48:22 ERROR[26808]: cdr_addon_mysql.c:144 mysql_log: cdr_mysql: cannot connect to database server localhost. Mar 23 12:48:42 WARNING[23712]: chan_sip.c:1210 retrans_pkt: Maximum retries exc eeded on transmission 221e15add42e8e26707990325527b6e5@10.144.169.138 for seqno 1145843625 (Critical Response) *CLI> I ever tried many combination of parameters in sip.conf, but did not help at all. Can any one give me a help? Thanks a lot. By the way, it works fine using same configuration i...
2005 Aug 22
0
Force Change Password
Hi Lists, After getting changing password form workstation work in in Samba + LDAP PDC, now is the time to enforce password aging policy for my PDC. Now, by setting password expiring date, when a WinXP machine logon, it will be prompted to change the password and eventually will failed by "You do not have permission blah~~~~" But, if I ignore it and change it
2009 Aug 13
0
HVM creation problem
Hi, I''m kinda new to XEN stuff, and I''ve been trying to create a fully virtualized guest on CentOS 5.3 for almost 3 months and no luck yet. I approached this process through several methods, one with virt-install and creating config file manually. Following is what happens when I try to create a guest, and I have included qemu-dm and last part of xend.log logs below too.
2004 Aug 06
2
[Fwd: Icecast2 and ices]
...tola <drew@drewb.com> --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
2015 Feb 12
4
Why the command 'service ntpd stop' cause the time reversed?
A shell script is deployed to synchronize time, the script is invoked hourly by crontab, and its content is as follows: #!/bin/bash service ntpd stop ntpdate 192.168.0.191 #it's a valid ntpd server in LAN service ntpd start chkconfig ntpd on Inspected the Linux log(Centos6.4 /var/log/messages), found the following fragment: Jan 7 14:00:01 host1 ntpd[32101]: ntpd exiting on signal 15 Jan 7
2006 Jan 28
1
PR#8528
On 23/02/05 I suggested that given R had included TOMS 708 to correct for t= he=20 poor performance of pbeta, TOMS 654 should be included to fix all the pgamm= a=20 problems. I was slightly surprised to find Morten's code had been included= =20 instead 2 days later. I noticed but did not worry that the reference to me = had=20 been removed.=20 The derivation of the asymptotic expansion for
1999 Nov 16
4
Samba, Clearcase, and multiple credentials
This falls under the 'getting clearcase to work with samba' category. Does anybody know if the clearcase albd server actually uses samba to access files (or anything else) on the unix side? I am having 'discussions' with rational (the clearcase people). The nt user running clearcase to access some unix-side views connects to the unix side using a set of credentials that have
2008 Jan 05
1
xen guest won't boot after yum update
After a yum update my two guests that had been shutdown do not start any more. I have two other guests running that seem to work okay but I am now afraid that they won't come up again if I restart them. I am running CentOS5 with kernel 2.6.18-8.1.8.el5xen. Previously I had following xen versions installed: Oct 14 23:45:10 Updated: xen-libs.i386 3.0.3-25.0.4.el5 Oct 14 23:46:05 Updated:
2010 Jul 03
0
No subject
eeds to be added to the database or coding of the program. Is this right? I= sthere something else I need to do?? Ray Garza System Analyst II Materials Management (956) 381-2163 --_000_60EAA3B47B099544A16557729563A1D608920F4FCCINFDBMBX4dsut_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <html
2016 Jul 21
3
RFC: Strong GC References in LLVM
> On Jul 21, 2016, at 7:45 AM, Philip Reames <listmail at philipreames.com> wrote: > > Joining in very late, but the tangent here has been interesting (if rather OT for the original thread). > > I agree with Danny that we might want to take a close look at how we model things like maythrow calls, no return, and other implicit control flow. I'm not convinced that moving
2006 May 31
7
Getting at MakeOpenFile
Along the same lines as the last question - how can I get to functions like MakeOpenFile via Win32API? It doesn''t seem to be exported by msvcrt-ruby18. Possible? Or am I out of luck? Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have
2003 Dec 01
0
No subject
...have a FreeBSD 4.1 box with samba207, and use a W2k as a client to map a network drive to samba's share service. It work perfectly, except that when I try to copy a file which size large then 4G. The file content will be destroyed. I dumped these SMB packets, and found that once file size exceeded 4G, W2k would request a SMBwrite packet to performed a truncated operation. why?? ---------------------------------------- Regards, Vih Hsu vich@synology.com 886-2-25521814 ext. 827 Synology Inc. Return-Path: <eric_boucher60@yahoo.com> Delivered-To: samba@lists.samba.org Received: from web...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...now until we've got flex compiler in Fedora # move configs to /etc, keeping symlinks for Rails %{__mv} %{buildroot}%{app_root}/config/database.yml %{buildroot}%{_sysconfdir}/%{name} @@ -136,6 +145,9 @@ touch %{buildroot}%{_localstatedir}/log/%{name}/db-omatic.log # remove the files not needed for the installation %{__rm} -f %{buildroot}%{app_root}/task-omatic/.gitignore +%{__rm} -f %{buildroot}%{app_root}/vendor/plugins/will_paginate/.gitignore +%{__rm} -f %{buildroot}%{app_root}/vendor/plugins/will_paginate/.manifest +%{__rm} -f %{buildroot}%{app_root}/vendor/plugins/acts_as_xapian/.g...