similar to: vmware on centos cluster

Displaying 20 results from an estimated 130 matches similar to: "vmware on centos cluster"

2015 Jul 17
2
"wbinfo --sid-to-gid" returns false gids
I've got this on the backup DC root at bdc:~# wbinfo --sid-to-gid S-1-5-21-1166961617-3197558402-3341820450-516 3000000 while root at bdc:~# ldbedit -H /usr/local/samba/private/idmap.ldb objectsid=S-1-5-21-1166961617-3197558402-3341820450-516 shows correct xid 3000019 and on the primary DC I've got itk at dc:/$ wbinfo --sid-to-gid S-1-5-21-1166961617-3197558402-3341820450-516 3000019
2015 Jul 17
1
"wbinfo --sid-to-gid" returns false gids
17.07.2015, 17:30, "Rowland Penny" <rowlandpenny241155 at gmail.com>: > On 17/07/15 12:03, Andrej Surkov wrote: >>  I've got this on the backup DC >> >>  root at bdc:~# wbinfo --sid-to-gid S-1-5-21-1166961617-3197558402-3341820450-516 >>  3000000 > > OK, you have problems there, but not what you think. On my first DC > (note I don't have
2006 Apr 27
4
how to make views changable
Hello I need to make site views changeable I found how to change layouts but it is not enough, becouse templates can use different ways to display and organize content. I found one way to do this, but i need to make subfolders in my ''view/layouts'', ''view/controller_name'' both and to create additional subfolder somewhere in ''public'' to put
2010 Nov 27
2
Max ActiveX/COM Servers
Hello All, Am developing in Visual Basic 6 and am trying to create multiple standalone Server EXEs (each running as its own process). The goal is to run an application on a scientific computing cluster with 1,000+ cores. Under WinXP I can create 500-600 or more processes simultaneously. Under Ubuntu Linux/Wine however, it appears to be limited to about 60. Trying to create additional
2003 Sep 15
5
strange problem with: ed driver / 4.9-PRE
Hi, in the kernel I have these lines: [...] device miibus # MII bus support device rl device ed options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #enable logging to syslogd(8) options IPFIREWALL_VERBOSE_LIMIT=0 #limit verbosity options IPDIVERT #divert sockets options DUMMYNET
2006 Apr 20
3
how to use own classes properly
I am using rails just for few days Now i am developing traffic reports for my local network I had to build database queries manualy becouse ActiveRecord does not support selection of multiple sum() fields in silgle query Then i wrote special class QueryBuilder which makes query string from the given conditions (group by, where, additinal fields to select etc). I put QueryBuilder just after my
2015 Jul 17
0
"wbinfo --sid-to-gid" returns false gids
On 17/07/15 12:03, Andrej Surkov wrote: > I've got this on the backup DC > > root at bdc:~# wbinfo --sid-to-gid S-1-5-21-1166961617-3197558402-3341820450-516 > 3000000 OK, you have problems there, but not what you think. On my first DC (note I don't have a 'primary' or a 'backup' DC, I just have DC's) if I run 'wbinfo --name-to-sid=Domain\
2009 Apr 18
0
udp monitoring and routing manipulation
hi, one problem, one question :) first the problem: tinc establish a tcp-controll connection between nodes. if THIS connection is up, tinc thinks everything is fine. but i had a case that a stupid firewall thought "oh - udp-storm, lets block this". tinc think that id the tcp-connection is file everything is file. but is was not ;( is there a way to monitor the udp-connection and
2013 Feb 08
2
SayDigits
Hello Is there a way to slow down or speed up the speed at which SayDigits rattles off a series of digits? Reagards
2007 Feb 13
6
mongrel_cluster 0.2.2 - plugin cluster::status does not exist?
Hello all. I''ve recently installed the 0.2.2 pre-release of mongrel_cluster to try out the new --clean option. However, after installing, when I give a simple "mongrel_rails" command, the cluster::status command is not listed. The error I receive when I do try and run the full "mongrel_rails cluster::status" is... ERROR RUNNING
2007 Mar 13
1
Fwd: Re: Basic authentication with Apache and Mongrel
There is a big difference if you are not running a pure rails site. I am doing auth apache-side because I serve static content, perl scripts via cgi and feed the mongrel pack from Apache. The REMOTE_USER variable value can be passed to rails using a technique described deep down in one of the informative pieces on the Mongrel website. Bill On Mon, 12 Mar 2007 17:54:07 -0700, Matte Edens wrote:
2013 Nov 27
4
Ultrabook for CentOS?
Hello, I need to buy an ultrabook. Any recommendations for something that would work out of the box more or less? I do not want a Chromebook (or anything ARM) or one of these new "touch" laptops, in fact I'm after a nice matte screen. Budget is modest-ish (?500/$800) so dont go crazy. :) Thanks! -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro
2006 May 18
1
validates_uniqueness_of
I used validates_uniqueness_of it is case insensitive, it takes only admin not Admin. So please help me out how to put validates_uniqueness_of as case sensitive Thanks in Advance Surekha.Matte -- Posted via http://www.ruby-forum.com/.
2008 Nov 21
2
rgl lighting question
Hi, I'm using rgl to generate a 3D surface plot and I'm struggling to get the lighting correct. Currently the surface gets plotted, but is very 'shiny'. On rotating the view, I get to see parts of the surface - but overall I don't see much detail because of the spotlight like lighting. I've played around with the specular, ambient and diffuse but I can't
2007 Apr 17
7
problem restarting mongrel_cluster outside RAILS_ROOT - patch and other option
Hey folks. Sorry for the SUPER long email but if you''ve been experiencing the same problems with restarting your mongrel cluster with Capistrano, then I have two solutions that have worked for me and I''m pretty sure will for you as well. THE PROBLEM I was having trouble restarting my clusters using Capistrano. I''ve seen this come up before on the mailing list and
2018 Apr 11
7
[Bug 105977] New: Samsung screen replacement in a Dell laptop brings corrupted display
https://bugs.freedesktop.org/show_bug.cgi?id=105977 Bug ID: 105977 Summary: Samsung screen replacement in a Dell laptop brings corrupted display Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical Priority: medium
2011 Mar 08
2
[LLVMdev] Using LLVM to convert a language to another language
Hi, Sorry for my newbies questions... but here it is... My goal is to have a "shading language", it is very similar to the "C" language but with special tokens. I have a parser and a lexer done with Lex/bison, once I have lexed/parsed my "shading language" I must create 3 new "source code" in OpenCL. It mean that by example for the following : shader
2006 Jan 24
5
A little problem
Hi everyone, I''m Matteo, I''m Italian, so sorry for my bad English. I''ve just downloaded the "depot" examples, but I''ve an error: # script/server bash: script/server: /Users/dave/ruby1.8/bin/ruby: bad interpreter: No such file or directory matteod@bones:~/work/rails-code/depot8$ What''s wrong? Would you mind suggesting me how to fix this
2008 Mar 19
0
Process environment requires procfs(5)
I know this has been brought up before but I''m receiving the error ... Process environment requires procfs(5) ... when trying to restart my cluster. I''ve narrowed it down to ''find_pid'' method in init.rb. I''m running a FreeBSD 6.2 server and mongrel_cluster version 1.0.5. The command that gives me the error is ... ps -ewwo pid,command ... but
2006 Sep 06
0
authenticating using winbindd against NT4 domain fails
Since version 3.0.23b, I have been having trouble getting Windows & OSX users to access an NT domain member server running FreeBSD 5.4. It is now at 3.0.23c (installed this morning the 5th). root@aries:/usr/local/lib# net rpc user Password: Could not connect to server 127.0.0.1 Connection failed: NT_STATUS_NO_LOGON_SERVERS root@aries:/usr/local/lib# net rpc user Password: Could not connect