Displaying 20 results from an estimated 4022 matches for "ver".
Did you mean:
per
[PATCH]add usb-ver format check to avoid usb-list error and incorrect usb-ver saved into config file
2010 Aug 06
1
[PATCH]add usb-ver format check to avoid usb-list error and incorrect usb-ver saved into config file
Add usb-ver format check to "usb-hc-create".
In original file, "usb-hc-create" allows usb-ver parameter as "2/2.0/2.0aaa". In low level hc create, it only uses the integer part (that is "2"), so there is no problem. But 2/2.0/2.0aaa will be saved into VM config.
After...
2005 Sep 27
4
Speex ver 1.1.10 decoder problem
Hi,
I just started using speex recently and I've been
having problem with Speex ver. 1.1.10 decoder. I used
Speex to encode a wav file to spx then decode it back
to wav file to see the voice quality that results from
different speex options. Somehow, I couldn't get the
original wav file back. I used both Speex ver 1.1.6
and ver 1.1.10 to both encode and decode, despite the
sam...
2024 Sep 01
1
geo-rep will not initialize
...> after the georep was created ?
Yes. I wondered that, too, whether geo-rep would not start simply
because there was nothing to do. But yes, there are a few files created
after the geo-rep session was created. And status remains just "Created."
> Can you share the output of your version of? 'sh -x
> /usr/libexec/glusterfs/gverify.sh masterVol slaveUser slaveHost
> slaveVol sshPort logFileName' check ?
sh -x /usr/libexec/glusterfs/gverify.sh j geoacct pms n 7887 /tmp/logger
+ BUFFER_SIZE=104857600
+ SSH_PORT=7887
++ gluster --print-logdir
+ primary_log_file=/va...
2013 Nov 26
3
[PATCH] Remove versioning information
The versioning information is confusing for end-users. The numbers
are stuck at 1.5.0 when the tools have moved to 1.8.3.
I suggest removing the versioning system in the kernel altogether
and let the kernel version be the guide to debug issues. However, if
you think versioning is still required, please st...
2017 May 18
4
define defaults for mount -t cifs
Hi,
Is there a place where I can specify defaults options a for "mount -t cifs"?
I would like to change the default protocol version to vers=2.1
Is there something like a cifs.conf or such...?
MJ
2019 Dec 27
3
Disabling TLS 1.1 in Centos 7 cockpit
Hi, I'm using cockpit in standard port 9090 in a Centos 7 system.
Due to a suggestion from management, they want TLS 1.1 disabled
system-wide in all Linux boxes and TLS 1.2 enabled.
I have not found proper documentation on how to disable it for cockpit
(version 195.1 ships with Centos 7)
So far I have tried (https://cockpit-project.org/guide/149/https.html):
/usr/lib/systemd/system/cockpit.service
[Service]
Environment=G_TLS_GNUTLS_PRIORITY=-VERS-ALL:+VERS-TLS1.2
And I also created the file /etc/systemd/system/cockpit.service.d/ssl.conf
and added:...
2005 Sep 27
2
Speex ver 1.1.10 decoder problem
OK, that was a stupid error in the le_int prototype. It's fixed in svn
now.
Jean-Marc
Le mercredi 28 septembre 2005 ? 11:53 +1000, Jean-Marc Valin a ?crit :
> OK, it seems like I screwed up the wav header code between 1.1.8 and
> 1.1.9. Everything seems fine (playing to soundcard also works), except
> that the length reported for the wav is too short, which is why it stops
> player. Actually forcing the player to continue past the end gives the
> whole file. I'll check what went wrong and try to fix it when I have
> som...
2011 Oct 11
4
apply
...e la siguiente forma (estilo survival)
quiero_p <-c(NA,NA,''p'',NA,NA,''p'')
quiero_s <-c(NA,NA,NA,''s'',''s'',NA)
entonces_quiero<-data.frame(x,y,quiero_p,quiero_s)
entonces_quiero
# funcion para el caso ''s''
ver <- function(x){
if (x==''s'') {y <- ''s''
return(y)}
else {y<-NA
return(y)}
}
# pruebo la función para valores ingresados de a uno y a mano
ver("p")
ver("s")
ver(1)
ver(2)
# los valores dados po...
2014 Oct 07
1
Grandstream GXP2160 + SRTP
...call with SRTP, I get stuck. There is an
initial INVITE which is anwered with a 401. There should follow a new
INVITE with a nonce, but this does not happen. Any idea why ? Is it the
Grandstream IP-phone ??
<--- SIP read from TLS:my.pub.lic.ip:53416 --->
INVITE sip:0123123123 at ast.ser.ver.ip:5061 SIP/2.0
Via: SIP/2.0/TLS 192.168.1.104:5068;branch=z9hG4bK60724585;rport;alias
From: <sip:testacc77005 at ast.ser.ver.ip:5061>;tag=263162018
To: <sip:0123123123 at ast.ser.ver.ip:5061>
Call-ID: 1695864968-5068-8 at BJC.BGI.B.BAE
CSeq: 50 INVITE
Contact: <sips:testacc77005 at...
2019 Dec 27
2
Disabling TLS 1.1 in Centos 7 cockpit
Thanks, Randal for the response. But it did not work.
Here the results:
#yum info cockpit
Name : cockpit
Arch : x86_64
Version : 195.1
Release : 1.el7.centos.0.1
Size : 51 k
Repo : installed
>From repo : extras
Summary : Web Console for Linux servers
URL : https://cockpit-project.org/
License : LGPLv2+
[root at cockpit ~]# cat /etc/systemd/system/cockpit.service.d/ssl.conf
E...
2019 Dec 27
1
Disabling TLS 1.1 in Centos 7 cockpit
...nvironment=G_TLS_GNUTLS_PRIORITY=NORMAL:+TLS1.2:!TLS1.1:!TLS1.0:!ECDHE-RSA-AES256-SHA
Environment=G_TLS_GNUTLS_PRIORITY=PFS
Environment=G_TLS_GNUTLS_PRIORITY=NORMAL:+TLS1.2:!TLS1.1:!TLS1.0:
Environment=G_TLS_GNUTLS_PRIORITY=NORMAL:+TLS1.2:!TLS1.1:!TLS1.0
Environment=G_TLS_GNUTLS_PRIORITY=SECURE192:-VERS-ALL:+VERS-TLS1.3:+VERS-TLS1.2
And my last one:
Environment=G_TLS_GNUTLS_PRIORITY=NONE:+SECURE128:-VERS-ALL:-SHA384:-SHA256
systemctl daemon-reload
systemctl restart cockpit
[root at cockpit ~]# echo test | openssl s_client -connect localhost:9090
-tls1_1 2>&1 | grep -e Protocol -e Cipher...
2014 Jan 19
2
stat_density2d de ggplot2
...munidad,
tengo el siguiente problema con la funcion stat_density2d (estimacion de
densidad 2d.) del paquete ggplot2
stat_density2d (mapping = NULL, data = NULL, geom = "density2d", position
= "identity", na.rm = FALSE, contour = TRUE, n = 100, ...)
de esta función requiero ver el cálculo númerico de la estimación de la
densidad,
cuento con el siguiente codigo y sólo puedo ver el grafico, pero no, los
valores de la estimacion de la densidad (valores numericos).
p <-ggplot(faithful,aes(x=eruptions,y=waiting))
p +stat_density2d(aes(fill=..density..),geom="raster&qu...
2017 Apr 10
0
[PATCH 01/11] nvkm/ramgf100: Get rid of (size, data) pairs for rammap, ramcfg, timing
In correspondence with the other ram_calc implementations.
Signed-off-by: Roy Spliet <nouveau at spliet.org>
---
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c | 37 ++++++++++++-----------
1 file changed, 19 insertions(+), 18 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c b/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c
index 093223d..fffd01a 100644
--- a/drivers/gpu/drm/nouveau/...
2004 Sep 05
1
Question to NLME, ML vs. REML
Dear all,
I am planning to use nlme library for analysis of experiments in semiconductor
industry. Currently I am using "lm" but plan to move to "lme" to handle
within wafer / wafer-to-wafer and lot-to-lot variation correctly.
So far everything is working well, but I have a fundamentel question:
NLME offers "maximum likelihood" and "restricted maximum likelihood" for
parameter estimation. ML has the advantage, that likelihood ratios can be
computed even with changes in model structure. In addition, ML works w...
2020 Apr 03
2
Mounting CIFS shares on C8
...xfs defaults
0 0
UUID=f7c4e0e2-703e-4e61-8d7a-0aa34f836b02 /boot ext4
defaults 1 2
/dev/mapper/cl_plexvm-swap swap swap defaults
0 0
//192.168.1.200/mp3 /home/plex/Musique cifs
user=plex,pass=plex,domain=DERWAEL,ro,auto,vers=3.0
#//192.168.1.200/videos /home/plex/Vid?os cifs
user=plex,pass=plex,workgroup=DERWAEL,ro,auto,vers=3.0
#//192.168.1.200/series /home/plex/S?ries cifs
user=plex,pass=plex,workgroup=DERWAEL,ro,auto,vers=3.0
[root at plexvm ~]# systemctl daemon-reload
[root at plexvm ~]# mount -a
mou...
2020 Apr 03
6
Mounting CIFS shares on C8
Hi all,
I'm tearing my hair off trying to understand the difference between C7 & C8
for mounting a cifs FS with fstab
I'm building a Plex media server on C8 and duplicated the fstab entries
over from my current C7 installation
My data (music & movies) are on CIFS shares on a Synology NAS.
The packages cifs-utils samba-client samba-common are installed, up to date
etc...
These are my current fstab entries on the C7 box
//192.168.1.200/mp3 /h...
2004 Mar 21
1
Multilevel analysis with package lme
Dear list,
i am a student of psychology and have to do a multilevelanalysis on some data.
About that i have one general and one specific question.
This is what i have copied from the help-file on lme:
data(bdf)
fm <- lme(langPOST ~ IQ.ver.cen + avg.IQ.ver.cen, data = bdf,
random = ~ IQ.ver.cen | schoolNR)
summary(fm)
after summary(fm) i get the following error:
Error in verbose || attr(x, "verbose") : invalid `y' type in `x || y'
I assume that i have not installed the package nlme correcty, bu...
2017 Sep 18
2
Mounting samba share from linux fails
On Mon, Sep 18, 2017 at 1:33 PM, Dale Schroeder <
dale at briannassaladdressing.com> wrote:
>
>
> Try the "vers=3.0" option. That's what fixed mine.
>
>
I suspect my old version of cifs-utils doesn't understand that option. Note
the output says "vers=3.0,ver=1":
mount.cifs --verbose //192.168.254.35/projects /mnt/smb -o
vers=3.0,username=tmadmin,domain=example.lan
Password:...
2008 Nov 06
3
Umlaut read from csv-file
...character strings containing an "umlaut"
from a csv-file I find a (to me) surprising
behaviour in R 2.8.0, that I did not notice in R 2.7.2.
A comparison by "==" results in FALSE, while grep does find the aggreement.
See the example below.
The crucial line is x=="div 1-2 Ver?nderungen",
with the result [1] FALSE in R 2.8.0 but
[1] TRUE in R 2.7.2.
Thank you in advance for your help
Heinz T?chler
##### in R 2.8.0 patched
x0 <- "div 1-2 Ver?nderungen" # define a character string
write.csv(x0, 'chr.csv', row.names=FALSE) # write a csv-file...
2020 Apr 03
2
Mounting CIFS shares on C8
...xfs defaults
0 0
UUID=f7c4e0e2-703e-4e61-8d7a-0aa34f836b02 /boot ext4
defaults 1 2
/dev/mapper/cl_plexvm-swap swap swap defaults
0 0
//192.168.1.200/mp3 /home/plex/Musique cifs
username=plex,password=plex,domain=DERWAEL,ro,auto,vers=3.0
#//192.168.1.200/videos /home/plex/Vid?os cifs
user=plex,pass=plex,workgroup=DERWAEL,ro,auto,vers=3.0
#//192.168.1.200/series /home/plex/S?ries cifs
user=plex,pass=plex,workgroup=DERWAEL,ro,auto,vers=3.0
[root at plexvm ~]# systemctl daemon-reload
[root at plexvm ~]# mount -a
mou...