Displaying 20 results from an estimated 1000 matches similar to: "bash 3.0 freezes"
2005 May 30
2
bash 3.0 freeze
Hello centos users,
I download the bash 3.0 and compile it in CentOS 4.0 with or withiut all
patchs.
But when I execute the comand ls -l it freezes.
Any idea?
--
:) cumprimentos
--------------------------
Jos? Lu?s Faria
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Oct 20
8
anti-spam+anti-malware suggestions
Hello people,
I am using now qmail in cluster with LDAP + Interscan Messaging Security
Suite from Trendmicro.
I need to develop a new solution with:
- postfix
- dovecot
- anti-spam
- anti-malware.
I am thankful any help or suggestion for anti-spam and anti-malware.
Thanks in advance!
--
:) cumprimentos
----------------------
Jos? Lu?s Faria
Network Eng./Administrador de
2010 Sep 16
1
Problems with dovecot-2.0.2+dovecot-2.0-pigeonhole-0.2.0
Hello,
I have installed the dovecot-2.0.2 and dovecot-2.0-pigeonhole-0.2.0
but if I try to use sieve I get this error. I can't find any help in
documentation.
Any ideas?
thanks
-----------------------
/usr/local/sbin/dovecot start
doveadm(root): Error: dlopen(/usr/local/lib/dovecot
/lib90_sieve_plugin.so) failed:
/usr/local/lib/dovecot/libdovecot-sieve.so.0: undefined symbol:
2010 Sep 28
1
problems and dovecot & manegesieve
Hello,
my server is working with dovecot-2.0.2+dovecot-2.0-pigeonhole-0.2.0.
but if activate managesieve, is not listening in 4190!
any help?
I setup this:
----------------------------------
##
## ManageSieve specific settings
##
# Service definitions
service managesieve-login {
inet_listener sieve {
port = 4190
}
#inet_listener sieve_deprecated {
# port = 2000
#}
2010 Nov 18
1
problems with folders in another server (2nd. issue)
Hello ppl,
we are using two servers, with dovecot 2.0.5, Sx and Sy,
with:
cat dovecot-ldap-ext:
...
pass_attrs = uid=user,userPassword=password,=y=proxy,mailHost=host
...
When I access server Sx via IMAP I see all my folders.
When I access server Sy via IMAP it do not proxy to Sx.
I want to see my IMAP folders independently of the server.
any help?
--
:) cumprimentos
2006 Jun 23
1
Asterisk Users Group - Portugal
Boa tarde,
Ap?s alguma experi?ncia com o Asterisk, e com muito ainda para
aprender, gostaria de saber se h? algu?m nesta mailing list que
pretenda criar um Asterisk Users Group para Portugal.
Visto que acaba sempre por ser uma enorme aprendizagem ( valor
acrescentado) a partilha de experi?ncias/problemas e solu??es nas
implementa??es Asterisk.
H? spre detalhes que variam entre os Telco's de
2005 Jan 19
1
Troubles with Broadvoice (register)
Hi!
Are you also getting in trouble while trying to register in Broadvoice?
Cumprimentos / Best regards,
Helder Rog?rio
__________________________________________
Microrede - Tecnologias de Informa??o, Ltd.
http://www.microrede.pt
***
? There are only two types of people in the world, those who have lost data
and those who will. ?
-- Richard Nixon
2012 Sep 05
2
Partials and helpers
Hi,
Is there any reason why helpers cannot render partials?
I would like to do something like this in the layout:
<body>
<%= magic_header %>
<%= yield %>
</body>
and then have a magic_header helper
def magic_helper
...do some magic...
render partial: "magic_helper"
end
Why is this wrong?
Cumprimentos,
Luís Ferreira
--
You received this
2004 May 27
2
ANOVA and contrasts
Dears members of R list,
I would like that a more experienced R user help me to complete
this analysis:
r = gl(3, 8, label = c('r1', 'r2', 'r3'))
e = rep(gl(2, 4, label = c('e1', 'e2')), 3)
y = c(26.2, 26.0, 25.0, 25.4, 24.8, 24.6, 26.7, 25.2, 25.7, 26.3, 25.1, 26.4,
19.6, 21.1, 19.0, 18.6, 22.8, 19.4, 18.8, 19.2, 19.8, 21.4, 22.8, 21.3)
df =
2016 Apr 09
2
Arguments to utils:::menuInstallPkgs
Dears,
Is it possible (in any viable way) to pass arguments to the base function
(install.packages I think) using the utils:::menu?
For example:
> utils:::menuInstallPkgs(loc=.libPaths()[2])
> utils:::menuInstallLocal(loc=.libPaths()[2])
Thanks,
///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\
Jose Claudio Faria
Estatistica
UESC/DCET/Brasil
joseclaudio.faria at gmail.com
Telefones:
2010 Nov 18
0
problems with folders in another server
Hello ppl,
we are using two servers, with dovecot 2.0.5, Sx and Sy,
with:
cat dovecot-ldap-ext:
...
pass_attrs = uid=user,userPassword=password,=y=proxy,mailHost=host
...
When I access server Sx via IMAP I see all my folders.
When I access server Sy via IMAP I only see the INBOX.
I want to see my IMAP folders independently of the server.
any help?
--
:) cumprimentos
2005 Aug 04
4
An small suggestion for the R team
Hi all,
I would like to suggest that all R functions/etc like:
codes-deprecated
grid-internal
ns-alt
ns-dblcolon
ns-hooks
ns-internals
ns-lowlev
ns-reflect.Rd
tools-internal
ts-defunct
utils-deprecated
utils-internal
... and another
i.e, function/word separate for '-'
were all substituted by
codes_deprecated
grid_internal
ns_alt
2005 Jul 08
5
Help with Mahalanobis
Dear R list,
I'm trying to calculate Mahalanobis distances for 'Species' of 'iris' data
as obtained below:
Squared Distance to Species From Species:
Setosa Versicolor Virginica
Setosa 0 89.86419 179.38471
Versicolor 89.86419 0 17.20107
Virginica 179.38471 17.20107 0
These distances were obtained with proc 'CANDISC'
2016 Apr 09
0
Arguments to utils:::menuInstallPkgs
On 09/04/2016 8:14 AM, Jose Claudio Faria wrote:
> Dears,
>
> Is it possible (in any viable way) to pass arguments to the base function
> (install.packages I think) using the utils:::menu?
No, but why not just call install.packages directly? (If you are using
Rgui in Windows, you can add menu items using winMenuAddItem).
Duncan Murdoch
> For example:
>
> >
2009 Sep 22
2
A couple of suggestions: source function (package base)
Hi,
I've been calling the function "source" (package base) from Tinn-R editor to
send files, marked blocks and selections to R interpreter because it avoids a
lot of problems related with input/output synchronization in the Rgui output!
The new RGedit plugin is also using this function in this way, and we are
finishing a new version of a plugin to Vim (Vim-R-plugin2) which uses
2010 Apr 21
2
Help: formatting the result of 'cut' function
Dear list,
I would like to format the result of the 'cut' function to perform a subsequent
frequency distribution table (fdt) suitable for publications.
Below an reproducible example:
set.seed(1)
x <- c(rnorm(1e3, mean=10, sd=1), 50, 100)
start <- 0
end <- 110
h <-10
c1 <- cut(x, br=seq(start, end, h), right=TRUE)
levels(c1)
# I get:
# [1] "(0,10]"
2005 Oct 14
2
Help with lattice, regressions and respective lines
# Dear R list,
#
# I'm needing help with lattice, regression and respective lines.
# My data is below:
bra = gl(2, 24, label = c('c', 's'))
em = rep(gl(3, 8, label = c('po', 'pov', 'ce')), 2)
tem = rep(c(0, 0, 30, 30, 60, 60, 90, 90), 6)
tem2 = tem^2
r = rep(1:2, 24)
y = c(40.58, 44.85, 32.55, 35.68, 64.86, 51.95, 42.52, 52.21,
2015 Jul 19
3
update.packages(checkBuilt=TRUE, ask=FALSE): possible bug
Hello,
> version
_
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status Patched
major 3
minor 2.1
year 2015
month 07
day 16
svn rev 68681
language R
version.string R version 3.2.1 Patched (2015-07-16 r68681)
nickname World-Famous Astronaut
I
2006 Aug 04
2
Doubt about Student t distribution simulation
Dear R list,
I would like to illustrate the origin of the Student t distribution using R.
So, if (sample.mean - pop.mean) / standard.error(sample.mean) has t
distribution with (sample.size - 1) degree free, what is wrong with the
simulation below? I think that the theoretical curve should agree with
the relative frequencies of the t values calculated:
#== begin options=====
# parameters
2007 Jul 23
2
doubt about options(graphics.record=T)
Hi all,
I've been using R under WindowsXP.
So, where the R stores the graphic archives (don't saved) if I use the option
options(graphics.record=T) inside of Rprofile.site file?
Regards,
--
/////\\\\\/////\\\\\/////\\\\\/////\\\\\
Jose Claudio Faria
Brasil/Bahia/UESC/DCET
Estatistica Experimental/Prof. Titular
joseclaudio.faria em terra.com.br
joseclaudio.faria em