Displaying 20 results from an estimated 200 matches similar to: "Wireless problem"
2011 Sep 05
2
How to PVUSB with xen-sources-2.6.34-r4 and xen-4.1.1 on gentoo
Hello,
I''ve installed xen-4.1.1 on with Gentoo xen-sources-2.6.34-r4 (both dom0 and domU) on an AMD athlon XP 32 bits.
I PCI passthrugh the whole USB-2.0 controler to the domU to gain access to my wifi dongle and everything works fine and stable.
However, I''ve got an USB drive that I want to use on my dom0 wich requires USB-2.0 too and then cannot use anymore the PCI passthrugh
2015 Nov 03
2
Re: P2V using 2 physical machines - Fedora OS installed on both
Thanks for your time Richard.
We are still unable to proceed :( Please find the steps which we followed.
1. Installed Fedora 21 on both the physical machines. (PHYSICAL HARDWARE 1
, 2 == PHY1, PHY2).The hardwares used are HP SL nodes which has Hardware
RAID0 configured.
2. Installed following packages : yum install qemu libvirt-client
virt-manager virt-viewer guestfish libguestfs-tools
2015 Nov 03
1
Re: P2V using 2 physical machines - Fedora OS installed on both
Thanks a lot for your awesome support Richard.
"test connection" worked after we configured the necessary IP details but
the "Conversion" ends with status as 1 with the below error message: (PFA
of the complete logs stored on conversion server under "/tmp/virt-v2v-***"
directory)
/run/lvm/lvmetad.socket: connect failed: No such file or directory
WARNING: Failed to
2023 Nov 21
1
Cambiar el intervalo de confianza en un anova
Buenas,
En R, como en la mayoría del software estadístico, no se utiliza ningún nivel de confianza sino que lo que se calcula es el p-valor asociado
al contraste. De forma que cuanto más cerca de 0 esté el p-valor "menos credibilidad le damos a la hipótesis nula". Dicho mejor, debemos
rechazar la hipótesis nula si el p-valor está por debajo de nuestro nivel de confianza.
Por ejemplo,
2023 Nov 21
1
Cambiar el intervalo de confianza en un anova
Gracias Carlos.
Yo también he visto el ejemplo que te pone chatGPT, pero la salida que te da no soy capaz de interpretarla.
Os paso las ordenes y las respuestas de R de la propuesta de chatGPT
Ejemplo.aov<- aov(P~TRAT+CORTE+REP)
> summary (Ejemplo.aov)
Df Sum Sq Mean Sq F value Pr(>F)
TRAT 6 0.0028 0.00046 0.777 0.590
CORTE 2 0.5022 0.25110 424.542 <2e-16
2008 Mar 28
2
Comparing proportions between groups
Hello there,
I have two groups (men and women) and I know per group how many of them
smoke or don't smoke (women 40 of 200; men 100 of 300). I would like to know
how I can compare in R if men and women differ significantly in their
smoking. However, because there are more men in the sample than women I
cannot just compare the number of smokers and non-smokers in both groups,
right?! (I would
2015 Oct 28
2
Extraer elementos diagonales de submatrices
Buenos dias a todos,
Quisiera extraer algunas entradas de una matrix "m" teniendo en cuenta
algunas restricciones. El siguiente ejemplo ilustra la situacion:
## input
m <- structure(c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, 0, 0, 0, 0,
0, 0, 0, 5, 5, 5), .Dim = c(10L, 5L))
m
## output
output <-
2015 Nov 03
0
Re: P2V using 2 physical machines - Fedora OS installed on both
On Tue, Nov 03, 2015 at 05:11:38PM +0530, Praveen Tiwari wrote:
> Thanks for your time Richard.
>
> We are still unable to proceed :( Please find the steps which we followed.
>
>
> 1. Installed Fedora 21 on both the physical machines. (PHYSICAL HARDWARE 1
> , 2 == PHY1, PHY2).The hardwares used are HP SL nodes which has Hardware
> RAID0 configured.
> 2. Installed
2015 Nov 02
2
P2V using 2 physical machines - Fedora OS installed on both
Hi All,
We have installed Fedora 21 on two physical machines (HP SL hardware) and
generated the ISO using the "livecd-creator" on one of the machine (p2v
server)
We are unable to establish the connection between the two machines when we
try to boot the first machine (p2v machine) using the ISO created !
Can you please share the sequence of steps which we need to follow when
using two
2023 Mar 02
2
Realizar anovas, por cada uno de los niveles de uno de los factores del ensayo
Buenas tardes.
Tengo un ensayo de dos factores (Variedad y dosis)
Quisiera hacer anovas para cada una de las dos variedades que estoy evaluando.
Lo puedo hacer cogiendo los datos primero de una variedad y luego de la otra.
Pero creo que hay un comando "by variedad" que lo hace si necesidad de andar modificando el archivo de datos. Pero no sé dónde hay que colocarlo.
Si alguno me puede
2015 Oct 28
3
Extraer elementos diagonales de submatrices
Estimado Javier,
Gracias por tu mensaje.
No, lo unico que requiero es la lista de números (i1, 2, 3, 1, 2, 3, 4, 5,
1, 2).
Saludos cordiales,
Jorge.-
2015-10-28 14:35 GMT-05:00 Javier Rubén Marcuzzi <
javier.ruben.marcuzzi en gmail.com>:
> Estimado Jorge I Velez
>
>
>
> No comprendo un punto, dices que deseas construir sub matrices y extraer
> elementos de sub
2010 Oct 16
1
Another wireless problem
Hi folks
I have my Linksys WUSB54GC USB wifi card already working.
Now I have another issue. Accidentally I tuned off my AP, and when switched it on again my wireless link is still down. I have to unplug the USB card and plug it again to get it working again.
I'm new in wireless matter but this doesn't sounds logical to me. What if I loose the link for whatever reason? Should I have to
2015 Oct 29
2
Extraer elementos diagonales de submatrices
El código que me olvide pegar
input
m <- structure(c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, 0, 0, 0, 0,
0, 0, 0, 5, 5, 5), .Dim = c(10L, 5L))
m
## output
output <- c(1:3, 1:5, 1:2)
output
nfilas <- nrow(m)
while(nfilas > 0) {
diagonal <- diag(m)
2007 Feb 13
0
Puppet on Ubuntu Edgy
Is anyone having problems with running Puppet 0.22.1 on Edgy? I
installed the puppet and facter packages from Fiesty and I get core
dumps when I try to run puppetd on the machine. Prior to that I was
using 0.20.1 packages from Debian testing and all seemed well.
I posted about the core dump yesterday. Luke recommended upgrading
Ruby so I grabbed ruby-1.8.5-p12 source and installed. The prior
2009 Apr 30
3
core dumps disabled?
Apr 30 18:12:48 postamt dovecot: dovecot v1.1.14 starting up (core dumps disabled)
Uh, how do I enable them?
--
Ralf Hildebrandt
Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155
http://www.computerbeschimpfung.de
#!/bin/sh
cat <<EOF | dc -e "[lila/sulila%Plusili0<y]sy?si256salyx"
403736150440747681954588245935305944858835839713675044439128476844672\
2008 Feb 26
3
Update from 1.0.10 -> 1.1rc1: quota warning not working anymore
from dovecot -n:
plugin:
fts: squat
quota: maildir
quota_rule: Trash:storage=100M
quota_warning: storage=10%% /usr/local/scripts/quota-warning 90
quota_warning2: storage=5%% /usr/local/scripts/quota-warning 95
quota_warning3: storage=1%% /usr/local/scripts/quota-warning 99
trash: /usr/local/etc/dovecot-trash.conf
The quota warning that used to work in 1.0.10 (with the
2013 Mar 27
2
UEFI
Y'know, I was just reading an article about a Spanish Linux group filing a
complaint with the EU regulators about UEFI, and I was struck by a
thought: why is it that the OEM does not provide the UEFI key with the
hardware FOR THAT BOARD AND UEFI, rather than have it provided by M$?
Any clues (or should I just assume it's more M$ kickbacks...)?
mark
2010 Apr 19
1
removing inaffective SAN partitions from the system .....
Dear All,
I have installed CentOS release 5.2 (Final). EMC SAN partition is mounted by using EMC Powerpath for resolving multiple paths. I was able write and read data over to SAN partition without any issues.
Subsequently I have unmounted EMC SAN partition from the system and deleted LUN using Navisphere user interface. After rebooting system, I still see SAN mappings in system.
Here
2018 Jul 26
2
net-next boot error
On Thu, Jul 26, 2018 at 11:29 AM, syzbot
<syzbot+604f8271211546f5b3c7 at syzkaller.appspotmail.com> wrote:
> Hello,
>
> syzbot found the following crash on:
>
> HEAD commit: dc66fe43b7eb rds: send: Fix dead code in rds_sendmsg
> git tree: net-next
> console output: https://syzkaller.appspot.com/x/log.txt?x=127874c8400000
> kernel config:
2018 Jul 26
2
net-next boot error
On Thu, Jul 26, 2018 at 11:29 AM, syzbot
<syzbot+604f8271211546f5b3c7 at syzkaller.appspotmail.com> wrote:
> Hello,
>
> syzbot found the following crash on:
>
> HEAD commit: dc66fe43b7eb rds: send: Fix dead code in rds_sendmsg
> git tree: net-next
> console output: https://syzkaller.appspot.com/x/log.txt?x=127874c8400000
> kernel config: