search for: gs's

Displaying 20 results from an estimated 3195 matches for "gs's".

Did you mean: fs's
2004 Jun 17
2
Problem with sending winpopup messages
...d=0 smb_mid=0 smt_wct=0 smb_bcc=0 tdb(unnamed): tdb_open_ex: could not open file /var/cache/samba/lang_ru_RU:ru.tdb: Permission denied session request failed gri@griff gri]$ ------------------------------------- But. When I try send winpopup message to me, all works fine. See the second log. The logs are the same, but not for this parts. ------------------------------------- [gri@griff gri]$ smbclient -M griff -d5 ... ... Sent session request size=0 smb_com=0x0 smb_rcls=0 smb_reh=0 smb_err=0 smb_flg=0 smb_flg2=0 smb_tid=0 smb_pid=0 smb_uid=0 smb_mid=0 smt_wct=0 smb_bcc=0 size=37 smb_com=0xd5 sm...
2005 Feb 02
2
fallback mount from diferent mountpoint
...formation. whe have to chanles in two different ports. i want to mount port 6000 mountpount /dsl as fallbackmount for the server that runs on port 8000. whis this way, i can only mount when sthe stream is on the same port. have a lot of thanks Am Mittwoch, 2. Februar 2005 um 09:09 schrieben Sie: GS> Hi: GS> The way to do this is to define a mountpoint as a relay of the other GS> stream, then use that mount as your fallback mount. GS> Here's an example, based on your config: GS> <relay> GS> <server>stream1.chatlabel.de</server> GS> <port>6000...
2005 Feb 02
2
fallback mount from diferent mountpoint
hi people, i want do change our fallback stream. we have used a fallback mount at the same port that runs our stream. now we have a second stream on a different port. what is the way to mount this stream to fallback mount ? <mount> <mount-name>/</mount-name> <username>*****</username> <password>*****</password>
2003 Feb 28
1
summary.glm() print problem(?) with cor = TRUE
Hi, I've had a look the bug list and searched though the R documentation, email lists etc. but didn't see anything on this: when I do: summary(species.glm1, correlation = TRUE) I get a correlation matrix like this: Correlation of Coefficients: ( p I(H C pH * 1 I(pH^2) * B 1 Ca . . 1 I(Ca^2) . . B attr(,"legend") [1] 0 ` ' 0.3 `.'
2013 Apr 15
2
Moving mail servers, moving mailboxes
So, I've done some searching - but search terms are hard to come by, that work, for this query. In short, migrating a RHEL 5.9 server running the back-ported Dovecot 1.0.7 To: Ububtu 12.04 with 2.0.19, I believe. [I'm not against compiling a more recent version if there's some real advantage to doing so. But I'd certainly prefer to stay with the packaged version.] Most users are
2005 Jan 16
1
p.adjust(<NA>s), was "Re: [BioC] limma and p-values"
I append below a suggested update for p.adjust(). 1. A new method "yh" for control of FDR is included which is valid for any dependency structure. Reference is Benjamini, Y., and Yekutieli, D. (2001). The control of the false discovery rate in multiple testing under dependency. Annals of Statistics 29, 1165-1188. 2. I've re-named the "fdr" method to "bh" but
2005 Aug 12
2
[PATCH] %fs/%gs cleanup in mmu_context.h
...2005 +++ b/linux-2.6-xen-sparse/include/asm-xen/asm-i386/mmu_context.h Fri Aug 12 15:59:38 2005 @@ -34,10 +34,10 @@ * are always kernel segments while inside the kernel. Must * happen before reload of cr3/ldt (i.e., not in __switch_to). */ - __asm__ __volatile__ ( "mov %%fs,%0 ; mov %%gs,%1" - : "=m" (*(int *)&current->thread.fs), - "=m" (*(int *)&current->thread.gs)); - __asm__ __volatile__ ( "mov %0,%%fs ; mov %0,%%gs" + asm volatile ( "movl %%fs,%0 ; movl %%gs,%1" + : "=m" (current->thread.fs), + &qu...
2017 Aug 25
2
Rolling upgrade from 3.6.3 to 3.10.5
...that the upgraded node cannot connect to older nodes but still can receive instructions from them? Below are command outputs; some data are masked. I'd provide more information if required. Thanks in advance. ===> 'gluster volume status' ran on non-upgraded peers Status of volume: gsnfs Gluster process Port Online Pid ------------------------------------------------------------------------------ Brick gs-nfs01:/ftpdata 49154 Y 2931 Brick gs-nfs02:/ftpdata 49152...
2018 Jun 26
2
MachineFunction Instructions Pass using Segment Registers
This shouldn't have parsed. movq (%gs), %r14 That's trying to use%gs as a base register which isn't valid. GNU assembler rejects it. And coincidentally llvm-mc started rejecting it on trunk late last week. That's probably why it printed as %ebp. I don't know if there is an instruction to read the base of %gs directly...
2003 Dec 22
4
MSN to GS - Call drops in 10 secs
Hi All, i dont what changes i made recently but i am unable to hold the call for more 10 secs between MSN and GS. PSTN to MSN and PSTN to GS and vice versa works fine. i am not behind NAT.Also MSN to MSN works fine too. my SIP details [general] port = 5060 bindaddr = 0.0.0.0 context = bogon-calls ;context = default disallow=all allow=ulaw allow=alaw allow=ilbc allow=gsm ;My SIP phone - GS [2000] type=f...
2008 Feb 01
2
bug using matplot (PR#10676)
Full_Name: Anne CORI Version: 2.6.1 OS: windows Submission from: (NULL) (134.157.220.19) let A be a mtrix with n lines and p columns, p>36 ; matplot(A) will only draw the plot of the first 36 columns of A. This is due to a bug in the definition of pch in the function : pch <- c(paste(c(1:9, 0)), letters)[1:k] should be replaced by pch <- c(paste(c(1:9, 0)), letters) I hope this
2017 Aug 25
0
Rolling upgrade from 3.6.3 to 3.10.5
...lder nodes but still can receive > instructions from them? > > Below are command outputs; some data are masked. > I'd provide more information if required. > Thanks in advance. > > ===> 'gluster volume status' ran on non-upgraded peers > > Status of volume: gsnfs > Gluster process Port Online Pid > ------------------------------------------------------------------------------ > Brick gs-nfs01:/ftpdata 49154 Y 2931 > Brick gs-nfs02:/ftpdata...
2018 Jun 24
2
MachineFunction Instructions Pass using Segment Registers
Dear All, Currently I am trying to inject custom x86-64 assembly into a functions entry basic block. More specifically, I am trying to build assembly in a machine function pass from scratch. While the dumped machine function instruction info displays that %gs will be used, when I perform objdump -d on my executable I am see that %gs is replaced by %ebp? Why is this happening? I know it probably has something to do with me not specifying operands properly, but I cannot find enough documentation on this besides looking through code comments such as X86Ba...
2011 Nov 24
2
object 'gs' not found
Hello, What is wrong in the below code? What do Ihave to do to make it work? Gs file is my working directory but for some reason it cannot be found.. da <- read.table(file.choose(),header=T,sep="\t") head(da) source("garchoxfit_R.txt") m1=garchOxFit(formula.mean=~arma(0,0),formula.var=~igarch(1,1),series=gs,include.var=F) Error in garchOxFit(formula....
2018 Jun 24
2
MachineFunction Instructions Pass using Segment Registers
...ng to inject custom x86-64 assembly into a > >>> functions entry basic block. More specifically, I am trying to build > >>> assembly in a machine function pass from scratch. > >>> > >>> While the dumped machine function instruction info displays that %gs > >>> will be used, when I perform objdump -d on my executable I am see that > >>> %gs is replaced by %ebp? Why is this happening? > >>> > >>> I know it probably has something to do with me not specifying operands > >>> properly, but I can...
2017 Aug 25
2
Rolling upgrade from 3.6.3 to 3.10.5
...mmand outputs; some data are masked. > >> > I'd provide more information if required. > >> > Thanks in advance. > >> > > >> > ===> 'gluster volume status' ran on non-upgraded peers > >> > > >> > Status of volume: gsnfs > >> > Gluster process Port Online > >> > Pid > >> > > >> > ------------------------------------------------------------ > ------------------ > >> > Brick gs-nfs01:/ftpdata...
2005 Oct 10
1
Documenting newly created generic versions of non-generic base R functions
Hi, Following the Writing R Extensions manual, I created a method for the cor function. As cor is not a generic, I followed the advice of section 6.1 of the same manual and did the following: cor <- function(x, ...) UseMethod("cor") cor.default <- stats::cor cor.symcoca <- function{ some code } I used package.skeleton to create the basic set-up of my package, containing the
2004 Oct 01
2
Forcing a codec
...sip0. Sip0 registers, via sip, to another asterisk box, sip1. When I place a call from the grandstream, it will travel through sip0 to sip1, where it is then placed to the PSTN. Nothing can reinvite, this path is forced for the entire call. +--------+ +--------+ +--------+ | gs | <-----> | sip0 | <-----> | sip1 | +--------+ +--------+ +--------+ I would like the RDP traffic between the gs and sip0 to be encoded using ILBC and the traffic between sip0 and sip1 to use G.711. I can force the gs/sip0 path to ILBC be allowing only that code...
2001 Mar 02
1
Introduction to R (S) [in German]
...atter of fact it is a Trojan horse, claiming it is teaching the S language, but under the shelf it is trying to convey some ideas about statistics. For those of you who are going to Vienna it is a chance to train your German. Comments and corrections are welcome (please mail to me directly). gs -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-announce mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-announce-request...
2001 Mar 02
1
Introduction to R (S) [in German]
...atter of fact it is a Trojan horse, claiming it is teaching the S language, but under the shelf it is trying to convey some ideas about statistics. For those of you who are going to Vienna it is a chance to train your German. Comments and corrections are welcome (please mail to me directly). gs -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-announce mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-announce-request...