similar to: Strange winbindd situation

Displaying 20 results from an estimated 200 matches similar to: "Strange winbindd situation"

2005 Feb 12
3
New to Xen: Can Xen Work with OpenMosix?
Apologies if this is the wrong place to post this question. In that event, please point me in the right direction. My question is whether or not I can use Xen with OpenMosix. The upshot of what I''m attempting to do is this: 1. Build a two to four node cluster using OpenMosix for "raw horsepower" 2. Use Xen on the OpenMosix cluster to divide the "raw horsepower" any
2013 Jul 25
0
[LLVMdev] [RFC] Add warning capabilities in LLVM.
On Jul 22, 2013, at 2:25 PM, Chandler Carruth <chandlerc at google.com> wrote: > > On Mon, Jul 22, 2013 at 2:21 PM, Eric Christopher <echristo at gmail.com> wrote: > >> This is pretty much the same as what Quentin proposed (with the addition of the enum), isn't it? > >> > > > > Pretty close yeah. > > > > Another thought and
2002 Dec 03
9
Problem with winbind (is this the right list?)
I'm running a RedHat 8.0 system. Pretty much stock. But I uninstalled the version of samba, samba-common and samba-client that came with it. Instead I downloaded a tarball from samba.org. I have just finished compiling and installing samba 2.2.7 using the --with-pam --with-smbmount --with-winbind options during configure. I also made the necessary changes to smb.conf,
2007 Oct 02
1
Peculiar situation while build httpd-2.2.6 from provided spec
Hi all, While build a rpm from the httpd-2.2.6 sources (spec file included in the source package), i had a situation where packaging would fail at the step where several link are created for "logs" etc directories. <<..snip from httpd.spec...>> # symlinks for /etc/httpd ln -s ../..%{_localstatedir}/log/httpd $RPM_BUILD_ROOT/etc/httpd/logs ln -s ../..%{_localstatedir}/run
2006 Apr 10
1
How to set foreignkey in such a situation?
Table articles has column: author,body,etc Table users has column: login_name,email,etc articles belongs_to user users has many articles foreign_key author references users(login_name) Therefore in Article.rb: belongs_to:article_user, :class_name=>"User", :foreign_key=>"author" and what''s going on? how the rails find the reference
2006 Apr 12
0
How to get validates_presence_of worked in this situation?
Suppose: class articles < ActiveRecord::Base has_many :assistarticles validates_presence_of :body end class assistarticles < ActiveRecord::Base belongs_to :article validates_presence_of :detail end In the submit form: <%= text_field ''article'', ''body'' %> <%= text_field ''assistarticle'', ''detail''
2005 Nov 07
0
interesting routing situation
Hi, this is my first mail to the list, I''m no speak English, but i try my best. this situation attack my attention since i first er about it, but i still don''t have a good solution. There are 2 different networks whit different connection to the internet each one whit their servers (lets call it A and B to each server). it is need to mount some kind of service (webserver for
2005 Sep 24
0
interface up line protocol down situation
Hello Can the linux kernel detect interface up line protocol down situations? Is there a object tracking feature in iproute ? ex: interface, route (next-hop down) etc... How about with sync serial cards running hdlc/ppp? This will have to be a part kernel feature and part device driver one I guess... (device data structure will have to provide flag.. i.e) -- Nonchalantly yours GobbledeGeek
2008 Feb 29
0
strange situation with dev sr0
Hi I have absolutely no idea what does it means : --------------------- Kernel Begin ------------------------ WARNING: Kernel Errors Present Buffer I/O error on device sr0, l ...: 16932 Time(s) end_request: I/O error, dev sr0, sector ...: 16962 Time(s) ---------------------- Kernel End ------------------------- I am getting this all the time a lot of times as you
2008 Jan 03
1
Iconv translit working in every situation… but the running app!
Hi all, I scourged the web, including this ML''s archives, and did not find an answer for this. I have the following code in my Rails app: require ''iconv'' ... @@converter = Iconv.new(''ASCII//TRANSLIT'', ''UTF-8'') ... result = @@converter.iconv(text.to_s).downcase ... Now, the facts: * Inbound text is indeed valid
2007 Mar 13
0
about use dtrace analyze tomcat''s situation
everyone Here: How do you do! dtrace is interesting. I am studing how to write dtrace script and analyze situation. I read dtrace_example.pdf and 819-6959.pdf document more than five times with careful. because I am newbie to studing dtrace.so I still don''t know how to begin. for question: 1. What consumes time? 2. Which system call(s) consume(s) time?
2012 Nov 13
0
Strange SAMBA4 situation
Hello, I am facing a strange situation: I have downloaded the sources with git, configure and compiled (Samba Version 4.1.0pre1-GIT-76fa5ee) just like in the HowTo doc, here: https://wiki.samba.org/index.php/Samba4/HOWTO All the tests were ok. I am using internal DNS of Samba4. I have successfully added one XP machine to the domain controlled by samba server. On this XP system I have
2012 Oct 04
0
acts_as tree, nested_set, something custom? Which would be best for my situation?
I''m creating a hierarchical tag structure for my portfolio. I have a few top level tags. those could then have children, those children could then have children. Pretty standard so far. Often a child tag will be under more than one parent (i.e. a child might belong toone or more parents) and it wouldn''t necessarily have the same children under one parent as it would in another.
2008 Apr 23
0
How i write the respec in this situation??
Hi all guys!im new in rails! i have a forum,have_many topics,and the topic also has_many replies.Now i want to write the respec for the repliescontroller: describe RepliesController do controller_name :repies describe "All Requests",:share=>true do before do @forum = mock_model(Forum,:id=>''1'') @topic =
2012 Apr 11
0
[LLVMdev] float16/half float support situation? (and a problem)
OpenCL defines half data type, and it seems clang accepts this and generates code for it. The backend support for operations with fp16 seems to be missing and it works (or should work?) by converting these to fp32 for the actual calculations? But I'm having problems with this. first I just tried to use fp16 data type, without any support in backend. This was expected to fail. I got
2003 Apr 15
1
dialed number notify at invalid dial situation
Hi all Now I'm making IVR sequance that is customised [mainmanu]. I wish to notify invaid command like a following exten => i,1,playback('your command is ...') exten => i,2,playback(${EXTEN}) ; <---- Say 'i' oops! ;-( exten => i,3,playback(' is incorrect! please again ') # This exten lines are figure for instruction. # I know to use with gsm filename.
2004 Jan 30
1
Auto dial in Off Hook situation.
Hi all, I have looked through the wiki for any information on how to make an extension autodial another extension when it goes off hook. Anyone done this or know how it's done. regards Dave
2004 Nov 20
0
Odd situation with Cisco 7960 IP phone
I have the cisco 7960 phone. If I call out on the phone I can hear the person called and they can hear me. If I have that same person and same phone call into my asterisk box and select my extension I answer as it is ringing then I cannot hear them speak. However, they can hear me. I dont understand? Anyone know what I am missing. I have 4 other sip phones on this machine (grandstream) and they
2004 Dec 01
1
Hypothetical IAX2 situation
Two * servers: *a and *b. Outside call comes in *b, and is automatically routed to *a. Someone on a sip phone connected to *a then decides to transfer the call to someone on a sip phone connected to *b. The transfer works. At this point, is *a still in the converstation? Or is * smart enough to see where the data stream is going/coming from? Thanks for any help in advanced, and sorry if
2006 Feb 20
0
Strange SIP registration situation
I have 2 Polycom SP 500's attached to my system. Both are behind NATs, but both seem to work fine, for the most part. A few weeks ago, I started to notice that I get an error message from one of them: Feb 20 08:54:58 NOTICE[10663]: chan_sip.c:7691 handle_request: Registration from '<sip:Polycom1@xxx.yyy.93.254>' failed for 'zzz.aaa.103.75' However, trying to call the