Displaying 20 results from an estimated 200 matches similar to: "Problem updating with yum"
2005 Nov 09
3
Eliminate old kernels
Hi.
Is there any commad for eliminate old kernels from grub instead of edit
manually grub.conf and eliminate the files from /boot?
Iago.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20051109/36a7fafa/attachment.html>
2005 Nov 11
3
Error with yum and mirrors in 4.2
Hi.
After installing CentOS 4.2 and importing GPG key I executed:
Yum list updates
Setting up repositories
Hppt://mirror.centos.org/centos4/updates/i386/repodata/repomd.xml: [Errno 4]
IO
Error: <urlopen erro (-3, 'Fallo temporal en la resolucion del nombre')>
Trying other mirror
Cannot open/read repmod.xml file for reposotiory:update
Failure: repopdata/repomd.xml from update:
2016 May 06
3
Error al ejecutar /usr/local/samba/bin/smbclient -L localhost -U%
Hola,
Tod at s,
Estoy tratando de instalar un DC con samba 4 y luego de crear el dominio
cuando ejecuto este comando para probar si esta funcionando me da error.
He compilado y todo esta bien, pero por alguna relazon no veo el proceso de
samba corriendo.
Lo estoy haciendo en una instalacion limpia, siguiendo este manual pero en
este paso me da error.
2006 Mar 24
3
module kernel for adaptec 2110s in CenOS 4.2
Hi.
I''ve used ghost for change the ide disk for an array of scsi in raid using
an adaptec controller 2110s.
Now when I boot it didn''t boot correctly. Looking for in Internet
(http://kbase.redhat.com/faq/FAQ_46_4969.shtm) I guest that I have to
rebuild the initial ramdisk to contain the proper kernel modules for the
adaptec controller. But what is the kernel module for
2013 Aug 19
2
Problemas con ggsave(paste('img/',plotName,'.png', sep='')
Estimados usuarios de R:
Soy nuevo en R, le ruego disculpa por mi *Ignorancia*.
Estoy corriendo la siguiente instruccion,
ggsave(paste('img/',plotName,'.png', sep='')
y resulta el error:
ggsave(paste('img/',plotName,'.png', sep='')
Saving 7.32 x 4.87 in image
Error in grDevices::png(..., width = width, height = height, res = dpi, :
2005 Nov 18
1
Connecting via ssh i don't see accent characters
Hi.
When I connect via ssh I don't see the accent characters for example when I
execute setup config utility, but locally I see the accent characters.
Note: It's a CentOS 4.2 configured for spanish.
Iago
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Oct 28
2
Smtp mail server
Hi.
I need advice for a mail sever for linux. I only interested in smtp and smtp
secure service. I need the ability to resend the incorrects mails that have
incorrect address or that couldn't be sended beacause there wasn't internet
connection. The best thing is if the mail server has a web interface where I
could resend incorrect emails.
Thanks in advance
2016 May 06
1
Error al ejecutar /usr/local/samba/bin/smbclient -L localhost -U%
You're right, Samba as member of an AD domain or Samba as AD DC are relying
on AD database to get its list of users. root user is not into AD database,
you can't use it to authenticate yourself against AD.
Note that you should be able to create a root user into AD database and
then you would be able to log with root against AD but I don't think this
is a good idea...
2016-05-06 16:56
2018 Feb 22
2
Filtrado de variables
El jue, 22-02-2018 a las 09:52 +0100, Carlos Ortega escribió:
> Aquí tienes un par de formas...
... y aún una más, con el siempre fiel lenguaje SQL:
library(sqldf)# corriendo antes lo que hizo don Carlos pero dejándolo como un data.frame tradicional:DF<-as.data.frame(DF)sqldf("select * from DF where resultado=' NA '")
¡Saludos!
--
«...homines autem hominum causa esse
2017 Apr 05
2
Servicios en la nube
Buenas, me gustaría saber su experiencia sobre servicios en la nube.
Se que hay varios que usan los servicios de MS Azure. Tengo una duda
respecto a eso, funciona como una maquina virtual, no? Lo que significa
que para correr procesos debo estar conectado a la maquina, o puedo
dejar corriendo procesos en segundo plano y volver luego para ver el
resultado.
Saludos y muchas gracias!
--
2017 Jun 08
2
Workspace en Rstudio
Estimados,
Les tengo una pequeña consulta.
Estoy trabajando con ASReml en Rstudio, me encuentro corriendo un modelo
(CHL) para obtener el ANOVA de la interacción de los factores gen x env
CHL<- asreml(fixed= MS~geno:env, random = ~rep, data = index) (interacción)
Sin embargo, cuando ejecuto el modelo, R indica que siguiente mensaje:
Current workspace: 128.000000Mb
Warning message:
Abnormal
2015 Mar 24
2
Nuevas versiones y compatibilidad
Sí, ese uso en "Producción" de versiones de algún script de "R" que tira de
versiones de paquetes muy específicas empieza a ser habitual. Señal también
de que "R" está entrando en entorno donde el cambio a la última versión no
es tan sencillo como en los entornos locales en los que trabajamos.
Otro paquete que cumple esa función es: "miniCRAN".
2018 Feb 22
2
Filtrado de variables
Es cierto, una vez más entendí todo mal. Mis disculpas.
La solución con SQL no va nada corta, me parece:
# filtrar el mes en el que todos los campos de la columna RESULTADO son NA
sqldf("
select *
from DF
where mes in
(
select a.mes from
(
select mes, count(*) as total_NA
from
(select *
from DF
where resultado=' NA ')
group by
2020 Apr 30
5
Instalar paquetes no disponibles para la versión actual
Buenas tardes. Tenía la versión 3.6.0 de R. Quería instalar el paquete
edarf, pero decía que no estaba disponible para esa versión. Actualicé R a
la versión 4.0.0, que creo que es la última, pero al tratar de reinstalar
forestFloor, me dice que no está disponible para la versión 4.0.0. He
abierto R 3.6.0 directamente, cliqueo install.packages("forestfloor") y
ahora me dice que no está
2006 Apr 26
1
Log of basic firewall of CentOS 4.3?
Hi.
I have enabled the basic firewall that includes CentOs 4.3 enabling only ssh
port. In which log could I view the attempts to other ports? Have I to use
iptables instead that firewall to view that?
Iago.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20060426/825a4efe/attachment.html>
2018 Feb 22
2
Filtrado de variables
Ya... de esta forma tampoco obtienes el mes que tiene todos sus valores
NA...que es la duda ..
Otra forma más sencilla con data.table que la que envié anteriormente...
>
> Lines <- "MES|VARIABLE|RESULTADO|
+ 1|A|SI|
+ 1|B|SI|
+ 1|C|NO|
+ 2|A|NA|
+ 2|B|SI|
+ 2|C|SI|
+ 3|A|NO|
+ 3|B|NO|
+ 3|C|NO|
+ 4|A|NA|
+ 4|B|NA|
+ 4|C|NA|"
>
> DF <- read.table(textConnection(Lines),
2011 Apr 26
2
vendoring rails the good ol' fashioned way
rails 3.0.7 here.
''bundle package'' dumps 29MB into vendor/cache and 129MB into vendor/
rails.... That seems to arbitrary and unnecessary. How do I install
rails to vendor/rails these days? ''rake rails:freeze:gems'' used to
work great, now what?
Tried this:
Gemfile:
gem ''rails'', ''3.0.7'', :path =>
2015 Mar 24
6
Nuevas versiones y compatibilidad
Hola amigos, de nuevo aquí haciendo preguntas,
Tengo instalada la versión de R 3.1.2 para Windows
veo que está disponible la 3.1.3
Hoy empece a trabajar con la interconexión R con Excel. Quise Instalar el
paquete XLConnect y ya tuve alguna pega porque decía que una parte del
mismo está escrito en la versión 3.1.3. Aquí, en este mundillo, ya veo que
el que no corre vuela porque la 3.1.3 es de
2018 Feb 22
3
Filtrado de variables
Buenos díasTengo esta pequeña matriz con tres columnas. Querría saber como puedo filtrar el mes en el que todos los campos de la columna RESULTADO son NA (en este caso sería unicamente el mes 4). Gracias
| MES | VARIABLE | RESULTADO |
| 1 | A | SI |
| 1 | B | SI |
| 1 | C | NO |
| 2 | A | NA |
| 2 | B | SI |
| 2 | C | SI |
| 3 | A | NO |
| 3 | B | NO |
| 3 | C | NO |
| 4 | A | NA |
| 4 | B | NA
2005 Nov 30
1
Corrupted workspace(?)
Dear R helpers,
I'm using R2.2 under windows XP professional on a Dell double processor
workstation.
I have a large (29Mb) workspace that I'm trying to load both, by double
clicking and by direct load. The message I get is "Bad restore file
magic number (file may be corrupted)...". I believe that this is a
consequence of a huge spike in the electrical system that my voltage