Displaying 11 results from an estimated 11 matches for "youis".
Did you mean:
louis
2013 Jun 20
1
DNS replication and BDCs
Hi,
For normal readers you kn ow already my setup, but for those new here, I
have a Samba4 PDC and two BDCs one a samba4 and the other a W2k8 R2 machine.
Yesterday we had problems with our upstream service provider and my PDC
(Backend BIND 9 DLZ) went down for some hours, as you might guess my
whole AD was down due to the fact that the main DNS was down.
I would like youi to point me or tell
2006 Apr 07
5
Is mongrel stable enough to be used in a production environment?
Is mongrel stable enough to be used in a production environment? Is it
stable?
If so, which version is recommended?
Thanks,
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20060407/8d3ad7b4/attachment.htm
2018 Jul 25
1
Library lib.loc Option Ignored for Dependencies
On 25.07.2018 04:00, Dario Strbenac wrote:
> Good day,
>
> A self-contained example which reproduces the problem is
>
> packagesFolder <- tempdir()
> latestFolder <- file.path(packagesFolder, "latest")
> dir.create(latestFolder)
>
> devtools::create(file.path(latestFolder, "statistics"), description = list(Version = "1.1.0", Depends
2001 Dec 03
2
problems with samba's installation
Hello,
I try to install samba 2.2.1a-4, but when I am locate in a client PC I
always find this error:
"Samba server couldn't be available
the network way can't be found"
How could I resolv that???
Thank you.
2007 Aug 24
0
MYSQL problem and configuration
Hello,I am new to asterisk but i have vbeen scriptinh PHP SQL and webLanguages for a long time.I can Give you a solution but using php AGI:extensions.con-----> AGI(connect.agi);/var/lib/asterisk/agi-bin/connect.agi :#!/usr/bin/php -q<?phpset_time_limit(0);ob_implicit_flush();error_reporting(0);//Initialisation des entr?e-sortiefunction init() {#create file handles if
2004 Apr 30
1
UpGraded to 3.0.3-1 from 3.0.2a Wins Installation Problem?
Hello,
I have upgraded and installed the latest and greatest Samba RPM onto a
Red Hat V9 computer. This is my Wins server. I can find computers on
every VLAN but not the WINS server itself. On the Wins server I tried
this command and received the correct response
nmblookup -R -U <Ip of Wins server> <netbios name>
I received an error message on the Wins server when I do a find
2005 Nov 17
3
Custom kernel RPM/SRPM
Hi,
I've built customs kernels from the SRPMs with the following:
rpmbuild -bp --target=i686 /path/to/spec
cd /usr/src
ln -s /usr/src/redhat/BUILD/kernel-x.y.z/linux-x.y.z linux
cd linux
make oldconfig
make menuconfig
make all
make modules
make modules_install
And it works just fine. The problem now is that I think installing
that way isn't
2019 Jul 24
6
[RFC] A new multidimensional array indexing intrinsic
Hi all,
On Wed, 24 Jul 2019 at 16:14, Michael Kruse via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Mmmh, looks like Tim Northover is actively working on typeless/opaque
> pointers, e.g. https://reviews.llvm.org/D64203
Yep, I'm spending as much time as I can on the project. I think
there's not really much chance that it'll be required in this cycle
(i.e. when we fork
2006 Apr 19
8
Win32 Gem Dependencies
Yeah I just noticed that the latest mongrel gem for win32 doesn''t have
the proper dependency for ''daemons''. This of course causes the require
to fail. Any chance at getting this fixed for future gems? :)
Thanks
Josh Ferguson
2018 Jul 24
4
Library lib.loc Option Ignored for Dependencies
>>>>> Benjamin Tyner
>>>>> on Sat, 21 Jul 2018 13:42:43 -0400 writes:
> Not sure whether it is the same issue as was raised here:
> https://stat.ethz.ch/pipermail/r-devel/2010-October/058729.html
> but in any case perhaps the problem could partially be remedied on line
> 245 of src/library/base/R/library.R by passing the lib.loc to
2006 May 10
7
mongrel vs. scgi
I''ve liked the scgi runner ever since it came out. I like the way it''scontrolled, the way it''s clusterable, and the fact that it runs onwin32 platforms so easily.
Now it''s May 2006, and the scgi runner hasn''t changed since October,and now we have mongrel. I keep seeing hints of clustering in mongrel,as well. I just downloaded the win32 installer for