Displaying 20 results from an estimated 800 matches similar to: "fixtures advanced question"
2009 Dec 06
3
virtual domains and SSL certificates
Hi,
This topic has been discussed before e.g:
<QUOTE>
On 2008-08-07, at 1143, Kacper Wysocki wrote:
The problem is that the configuration file specifies only one
certificate file for dovecot, which means only one Common Name, which
means one cannot provide one server cert that will match mail.foo.com
AND mail.bar.com, and either ma... at foo.com or bo... at bar.com will get a
2009 Apr 24
1
RoR - getting started with database relations
Hey everyone... I''m just getting my feet wet with relational databases
using RoR models. The software I''m putting together relies on car
parts. Originally I had the database set up as follows
create_table :parts do |t|
t.column :year, :string
t.column :make, :string
t.column :model, :string
.
.
.
end
However, I now realize it''s much better to do it using
2003 Nov 13
1
E-Business 11i.9 and RAC 9.2.0.3
Hi,
I am currently involved in a project with E-Business 11i.9.
For the production enviroment, ct. wants to implement Load Balance and
Fail Over - both middle tier and database tier, the last with RAC.
As E11i creates lots of tablespaces, the best way seems to be OCFS.
We installed & configured OCFS partitions.
The next step was to install E11i multi tier, single instance - already
2023 Apr 17
1
[Bug 5124] Parallelize the rsync run using multiple threads and/or connections
https://bugzilla.samba.org/show_bug.cgi?id=5124
--- Comment #12 from Paulo Marques <paulo.marques at bitfile.pt> ---
Using multiple connections also helps when you have LACP network links, which
are relatively common in data center setups to have both redundancy and
increased bandwidth.
If you have two 1Gbps links aggregated, you can only use 1Gbps using rsync, but
you could use 2Gbps if
2013 Jul 23
1
How do I debug why Centos is asking for fonts to be installed?
Quite a few times a day, both the latest Pan & Firefox
available in standard CentOS repositories elicit what
(now) appears to be a CentOS request to install fonts,
e.g.: http://i39.tinypic.com/2i7qm2p.png
This latest message says:
Pan newsreader wants to install fonts
- Thai
- Cherokee
At first I had thought it was Pan and Firefox causing
these messages, but I was just told it's
2003 May 30
2
How to remove a complete dataframe column
I am using dataframes and I and I want to delete (remove) a specific
column by name ...
the data frame has 14 columns with several names and only need some.
I tried to overwrite the columns with a single value but that in not very
clean as I need to export the data to file.
The rm command gives me a warning message stating :
< remove: variable "rtu$Ri." was not found >
or there is
2009 Feb 25
2
Disabling specific port-forwarding
Hi all,
I have a server where I allow some people to do SSH port forwarding for SVN,
GIT, since I need to do that to access these services in certain locations.
I can't access SVN ports in some work locations.
Thing is, I also give specific access to some user accounts, mainly git and
svn user, to some people I don't fully trust to have access to my VNC
server, which is without password
2007 Nov 08
3
Testing Normal Distributions
Hi,
I would like to know if there is an algorithm in R for testing if a data set as a normal destribution.
Thank you for your time,
Pedro Marques
2012 Mar 12
1
Faceted bar plot shows wrong counts (ggplot2)
I have encountered a problem with faceted bar plots. I have tried to
create something like the example explained in the ggplot2 book (see pp.
126-128):
library(ggplot2)
mpg4 <- subset(mpg, manufacturer %in%
c("audi", "volkswagen", "jeep"))
mpg4$manufacturer <- as.character(mpg4$manufacturer)
mpg4$model <- as.character(mpg4$model)
base <-
2004 Jan 26
1
-o direct option : Oracle or RH implementation ?
Hi,
Please, could anyone clarify if the available RPMs on the OSS site, related to TAR and fileutils, were implemented by Oracle or by Red Hat ?
If they were implemented by Oracle, are they certified/supported by Red Hat ?
I am asking this, because my fileutils version appears to be higher than the recommended one, but still the DIRECT option is not available.
I am on Red Hat AS 2.1
2017 Jul 06
2
MSP430 code generation from LLVM IR
On Thu, Jul 6, 2017 at 2:19 AM, Tim Northover <t.p.northover at gmail.com>
wrote:
> On 5 July 2017 at 17:51, Luís Marques via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> > Cool. When I did that on macOS, LDC generated a lot of complaints,
> possibly
> > because it is assuming mach-o files. I tried changing from
> -mtriple=msp430
> > to
2004 Apr 21
2
Multidimensional numeric structure
I know this is going to be a dumb question but...
I need a cube like struture , I have 3 dimensions well defined which
I need to define a value in the cube something like
Cube [][][] in C+ ou Java ...
I have thought in making a matrix and then an array...
and even the other way around.
The problem is that the I have the indexs and wanted to access direcly
the element both reading or writing
2013 Mar 06
1
Help with a function and text
Hi, can I understand why this message was rejected ?
Thanks,
Eliano
Sent from my iPhone
On 6 Mar 2013, at 19:18, Eliano <eliano.m.marques at gmail.com> wrote:
> Hi everyone,
>
> I am writing some code to generate a function. I am passing that code to a
> dataset which i'm importing in R, e.g.
> Test=read.table('C:/test.txt', header=F, sep='\t',
2012 Jun 01
0
r-project, votre plateforme transfert de fichier
[1]transfert [2]transfert
[3]fichier [4]fichier
[5]s??curis?? [6]s??curis??
Bonjour,
Vous ??tes plus de 200 000 utilisateurs ?? ??changer vos fichiers
professionnels en toute simplicit?? et de mani??re s??curis??e avec notre
[7]plateforme.
Saviez-vous que nous
2018 Jul 16
2
Difficulty trying to configure and installing XAPIAN!
Hi I'm trying to configure and install XAPIAN for hacking.
The problem it's the current XAPIAN-Master of github it's not working.
I try to configure the XAPIAN-CORE and he don´t recognize ./configure
or if I run from a build folder ../configure
I'm working in a CENTOS 7 and i installed this prerequisits:
yum group install "Development Tools" #for GCC 4.8.5 and make
2007 Nov 15
1
Problems working with large data
Hi,
I'm working with a numeric matrix with 55columns and 581012 rows and I'm having problems in allocation of memory using some of the functions in R: for example lda, rda (library MASS), princomp(package mva) and mvnorm.etest (energy package). I've read tips to use less memory in help(read.table) and managed to use some of this functions, but haven't been able to work with
2003 Sep 15
2
Persp and color
How can I control de "wrap-around" color behaviour in the persp
function ?
I am using something like :
persp(bb[1:100,2:97], col= rainbow(8,start=0.1, end=0.8)))
Depending on the rainbow length value I get several "wrap-around" blocks of
the selected color range...something that I wanted to avoid...
My idea is to use the color in order to make a separation from a
certain
2009 Jan 22
1
reverse mapping checking getaddrinfo failed - POSSIBLE BREAK-IN
Hi,
This is the full message that i'm getting:
reverse mapping checking getaddrinfo for ***.***.***.*** failed - POSSIBLE
BREAK-IN ATTEMPT
I've searched google but didn't found any good answer about this. What
exactly is happening?
Best regards,
Tiago Marques
2019 Mar 26
2
Restoring mailboxes from backup duplicates messages in POP clients
Hello
I had a disk problem and had to reformat it. All mailboxes were backed
up using rsync.
After I restored the mailboxes, the POP clients (Thunderbird) that were
configured to leave the messages on the mailserver for, let's say, 30
days, didn't understand that some messages were already transfered and
the users got duplicated messages in their Inbox.
How can we avoid this?
--
2006 Jan 16
1
Samba and authentication
Good morning (brazil ;-]) everyone,
I'm in trouble and i need your help! I have a samba 3 running on a
linux box (debian 3.1 sarge) as PDC (domain is EVERSYSTEMS_INF). I
dont know if it's possible, but, i need that samba controls the
authentication on some windows machines, an example: i have a machine
A,B and C, and all of them are part of theont machine A and B, but not
in C. And a user