Displaying 20 results from an estimated 700 matches similar to: "installing Ruby on Rails behind a firewall"
2013 Sep 29
1
My Clients Windows not update DNS in samba4 DC
Hi,
I done joining the Samba 4.0.9 Domain Controller to the existing 2003 domain
Transfer all roles to samba4
Down in Windows 2003 server
Add client windows to domain!
But client windows not update DNS in samba4.
Any ideas ?
Grato.
Jac? Ramos
--
*"O homem n?o foi criado para ser feliz nem para vencer, mas para viver
para Deus. Quando vive para Deus ? feliz e vence."
2013 Sep 26
1
Failed FSMO transfer - role naming - samba 4.0.9
Hi,
------------------------------------------------------------
root at samba4:~# samba-tool fsmo show
InfrastructureMasterRole owner: CN=NTDS
Settings,CN=SAMBA4,CN=Servers,CN=Primeiro-site-padrao,CN=Sites,CN=Configuration,DC=UDOPIAUI,DC=NET,DC=BR
RidAllocationMasterRole owner: CN=NTDS
Settings,CN=SAMBA4,CN=Servers,CN=Primeiro-site-padrao,CN=Sites,CN=Configuration,DC=UDOPIAUI,DC=NET,DC=BR
2013 Oct 09
3
Windows 2008 Standard SP2 cannot access samba share by hostname but ok with IP
Has anyone seen this situation?
My Windows 2008 Standard SP2 x86_64 cannot access my samba share using
\\<hostname> but connects properly when connecting to it by
\\<host_ip_address>.
regards,
j
2006 Nov 27
2
Problema ao Logar no Dominio
Boa Tarde,
Estou com problemas para autentica??o de meus computadores no dominio samba.
Quando tento pelo pr?prio windows ou na m?o pelo console adicionar uma
m?quina ao dominio, ela ? cadastrada com sucesso, ela fica em
ou=Computers,dc=xxx,dc=xxx por?m o smbd a procura em people o que resulta
que meus usu?rios n?o conseguem logar...
assim ... ao inves de o sambra procurar em ou=Computers ele
2015 Oct 09
4
Contribute to the Wiki
Hi,
My name is Norberto Aquino.
username norbertoaquino
I'm interested in translating the wiki for Brazilian Portuguese.
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20151009/2110e537/attachment-0002.html>
2015 Jan 19
8
Slow ldap authentication against samba 4
hi everyone... somebody has experimented any problems with poor
performance about ldap authentication against samba 4? I'm trying
authentication with 300 users and many users can't login. Some conections
are rejected. I doesn't found anything searching on internet. Any help?
--
Grato,
Jefferson Parreira dos Santos Emerick
2012 Jun 04
2
paquete SPEI función thornthwaite
Hola eRReros.
Os lo explico con un ejemplo:
# Cargamos los paquetes y el ejemplo
install.packages("SPEI")
library("SPEI")
data(wichita)
# los primeros 12 datos
head(wichita,12)
# mi subset de los primeros 12 datos
meu<-wichita[c(1:12),]
meu
# como veis los valores de TMED son iguales en ambos dataframes.
# ahora viene el problema
# calculamos
2013 Jul 03
2
configuration of nagios
Hi Sir/Ma'am
can i request for configuration of CentOS nagios for moniotoring our
servers and switches
thank you,
rolly aquino
2011 Jun 02
2
heatmap question
Hi,
I have what would seem to be a very simple problem but have been unable to find any way to go about solving it:
I am using heatmap.2 to create a heatmap and by default the x axis label is at the bottom of the heatmap, I simply want to move the label to the top of the heatmap. Any help with this would be greatly appreciated.
Thanks,
Mark
2013 Jul 13
1
return code of 127 is out of bounds - plugin may be missing
hi sir / maam
can you help me on this *return code of 127 is out of bounds - plugin
may be missing* in centos configuration in nagios
thank you
rolly aquino
--
Rolly Aquino | I.T. Support
<http://www.xend.com.ph>
www.xend.com.ph
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are
addressed.
2006 Feb 03
3
Breakpointer not working
When I try to run script/breakpointer, I get the following error:
/usr/local/lib/ruby/1.8/drb/drb.rb:837:in `getaddrinfo'': getnameinfo:
Non-recoverable failure in name resolution (SocketError)
It''s Rails 1.0 on OSX 10.4.4. Any suggestions?
2012 Dec 15
1
Could Rstd_Busy do something (src/unix/sys-std.c)?
Currently the function Rstd_Busy() does nothing (src/unix/sys-std.c):
void attribute_hidden Rstd_Busy(int which)
{
}
The function is called through a pointer and R interfaces can change
this pointer and, thus, use a different function. I don't plan to
create a whole new interface to R, but I maintain a package whose aim
is to provide a new feature to R when it's running in a
2015 Aug 13
1
Slow ldap authentication against samba 4
On 8/13/2015 9:23 AM, Jefferson P. S. Emerick wrote:
> Good Morning.
>
> So.. anybody else have this same issue? Slow ldap authentication?
>
> --
> Grato,
> Jefferson Parreira dos Santos Emerick
>
> 2015-01-20 9:52 GMT-02:00 Jefferson Parreira dos Santos Emerick <
> jeparre at gmail.com>:
>
>> I have many corporate systems that connect to Samba 4 for
2008 Jun 12
1
how do I mock the Rails Logger with should_receive?
Hey Guys,
I''m trying to mock the Rails Logger for the following code:
...
rescue TimeoutError => error
$logger.error("#{self.name} Timeout for #{path}: #{error}") and return
rescue SocketError => error
$logger.error("#{self.name} SocketError for #{path}: #{error}") and
return
rescue StandardError => error
2008 Jun 12
1
Does anyone know how to mock the Rails Logger then set expectations with should_receive?
Hey Guys,
I''m trying to mock the Rails Logger for the following code:
...
rescue TimeoutError => error
$logger.error("#{self.name} Timeout for #{path}: #{error}") and return
rescue SocketError => error
$logger.error("#{self.name} SocketError for #{path}: #{error}") and
return
rescue StandardError => error
2008 Feb 12
4
getaddrinfo: Name or service not known
Hi.
When running "puppetd --server <puppetmaster> --waitforcert 50 --test"
on a puppet client we get the following error:
/usr/lib/ruby/1.8/net/http.rb:560:in `initialize'': getaddrinfo:
Name or service not known (SocketError)
from /usr/lib/ruby/1.8/net/http.rb:560:in `open''
from /usr/lib/ruby/1.8/net/http.rb:560:in `connect''
2009 Nov 06
4
PRUEBAS DE NORMALIDAD
Estimados todos:
Me es grato escribir a esta lista de ayuda para R, ya que comparto 100% la filosofía de Software libre en especial software en Estadística ya que es la carrera que estoy siguiendo.
El motivo de este mensaje es por un par de dudas que no pude resolver:
1. He utilizado las funciones para realizar pruebas de normalidad (kolmogorov-smirnov, cuando n>50) y (Shapiro, cuando
2009 Sep 15
1
comma as decimal separator in xtable
Hello,
How can I make xtable print a comma as decimal separator? Setting
the option OutDec isn't enough for xtable:
library(xtable)
options(OutDec = ",")
x <- c(1.1, 1.2, 1.3)
y <- c(2.3, 2.2, 2.1)
d <- data.frame(x, y)
d
print(xtable(d))
Thanks!
Jakson Aquino
2011 Mar 14
1
Support XCP 1.0 for adapter Dell EqualLogic PS Series SAN arrays on Xencenter
Anyone here using the XCP 1.0 Storage EqualLogic has the dell? In
Citrix XenServer Xencerter appears to integration, but in XenCenter
not with XCP. I read that the drivers were removed. No way around
installing the drivers again?
Cordialmente,
Lorscheider Santiago
+55 85 81559040
Msn: lorscheider_santiago@hotmail.com
Visite meu blog: http://lsantiago.spaces.live.com
Twitter:
2009 May 08
2
Vim R plugin-2
Dear R users,
People who uses vim in Linux/Unix may be interested in checking the
plugin for R that I'm developing:
http://www.vim.org/scripts/script.php?script_id=2628
The plugin includes omni completion for R objects, code indentation
and communication with R running in a terminal emulator (xterm or
gnome-terminal). This last feature was already present in Johannes
Ranke's plugin.