search for: sequent

Displaying 20 results from an estimated 38 matches for "sequent".

Did you mean: seqment
2006 Mar 10
2
creating new vector
Hi R Users, I don't know how much is difficult my problem and even it is possible to solve in R or not. Given a vector with 2000 observations. I want to creat a new vector from that vector so that new vector be the sum of every 5 observations sequently. That is , each new observation is sum of every 5 sequent observations, from the first observation of previous vector to the end. So new vector must include 500 observations. My effort did not work in R. Do you have any way? Thanks a lot for any help. Amir --------------------...
1998 Dec 03
2
Smbclient bind to IP
We are running a Sequent unix database server that uses smbclient to print through the NT servers. Our network has mulitple sites connected via frame relay. Now the problem; we have been attempting to tune the network to improve database response. And would like to have the smbclient bind to a second IP address on ou...
1997 Jul 14
0
Samba on Sequent ptx v4.*
Hi, I just thought I'd mention a few hints I picked up recently while compiling Samba for ptx recently for a client: FLAGSM = -DSEQUENT_PTX4 -DSHADOW_PWD -DHAVE_TIMEZONE not -DSEQUENT -DPTX4 as in the Makefile. Get hold of the latest version of TCP (v4.2.1 is supposed to be OK for both ptx4.1.x and 4.2.x), since it includes BSD sockets which were about three times faster than the old ABI sockets (in a very simple test we ran)...
2003 Dec 01
1
Win98 problem, but not 2000/XP
...nts, 2000/XP clients work OK. Windows 98 can see the server and see the shares but can only open files as read only and cannot browse and sub folders within the share. If anyone can shed any light on this I'd be grateful. Cheers Gary My smb.conf file is below: [global] netbios name = SEQUENT workgroup = NUAIRE-DOMAIN server string = Sequent Samba Server %v encrypt passwords = yes oplocks = no local master = no domain master = no security = share log file = /usr/local/samba/var/log.%m dead time = 15 browseable = yes [Netware] comment = Netware SYS volum...
2004 Dec 07
2
how R parses expression?
...ource code.I wonder if anyone have time to help me? My question is how the R expressions change to the c code. That is when I input an expression to the GUI or from a file, how R converts the expression to the parse tree in C code(maybe it is a C function, then what is it?), and then does the sequent processes. thanks dongyuan xu
2003 Mar 05
8
How to draw several plots in one figure?
Hey, I want to draw several plots sequently, but have to make them dispaly in one figure. So how to achieve this? Thanks. Fred
2012 Mar 28
4
Hash iteration order in a template not consistent
...ulting in a different file. The Ruby docs state that "hashes enumerate their values in the order that the corresponding keys were inserted.", but is that not true for Puppet hashes? I did stumble across this post: http://serverfault.com/questions/368784/puppet-and-templates-how-to-loop-sequently-and-not-randomly which suggests to do something like <% aliases.sort_by {|key, value| key}.each_pair do |key, val| -%> <% end -%> Will it work? Is that a proper solution? Thanks! Martijn Grendelman -- You received this message because you are subscribed to the Google Gro...
2007 Apr 02
2
Info on Symbian, ARM and OFFSET_IMM8 relocation error
...defined FIXED_POINT 1 and ARM4_ASM. The error is in the function forced_pitch_quant contained in ltp.c. The line that produce the error is: target[i]=EXTRACT16(SATURATE(SUB32(EXTEND32(target[i]),EXTEND32(res[i])),32700)); Why this error??? In the emulator i have no problem. I resolved with the sequent workaround: spx_word16_t tmp = EXTRACT16(SATURATE(SUB32(EXTEND32(target[i]),EXTEND32(res[i])), 32700)); target[i] = tmp; Now i can compile e linking the lib in my application. Regards, maurizio
2011 Aug 10
1
RExcel
...with RExcel in excel 2003. Now in 2007, I tried the same RExcel, but it did not work. I got R version 12. I downloaded/installed the latest version of RExcel 3.2.0 from http://sunsite.univie.ac.at/rcom/. It has added the RExcel add-ins, but when I click on starting R in add-ins, I get the following sequentional errors: Errors: SCtools not available SCTools can not be loaded. could not start Rserver There seems to be no R proecess conneceted to Excel I used to install Rsrv200.exe, and do not know if I still need to install it in this version. Any help, please, thanks, Alireza [[alternative HTM...
2001 Feb 13
1
ZLIB Problems
Hi, I am attempting to compile SSH under Sequent Dynix/ptx 4.4.7, After compiling and installing ZLIB to /usr/local/include and /usr/local/lib the ./configure command returns that ZLIB is not installed. Any ideas? Or should I be redirecting this question to the ZLIB mailing lists? Thanks T -------------- next part -------------- An HTML at...
1998 Dec 04
0
AW: Smbclient bind to IP
...or islam attack > -----Urspr?ngliche Nachricht----- > Von: samba@samba.org [mailto:samba@samba.org]Im Auftrag von Foster > Jeffrey C > Gesendet am: Donnerstag, 3. Dezember 1998 15:47 > An: Multiple recipients of list > Betreff: Smbclient bind to IP > > > We are running a Sequent unix database server that uses smbclient > to print through the NT servers. Our network > has mulitple sites connected via frame relay. Now the problem; > we have been attempting to tune the network to > improve database response. And would like to have the smbclient > bind to a s...
2001 Oct 08
1
Ported OpenSSH 2.9.9p2 to Dynix
...extual diffs (obtained with 'diff -c' on the Dynix box) of the two files I had to change: *** configure Sat Jun 16 17:09:50 2001 --- configure.new Mon Oct 8 11:33:09 2001 *************** *** 1960,1965 **** --- 1960,1985 ---- LIBS="$LIBS -lgen -lnsl -lucb" ;; + *-sequent-sysv4*) + CPPFLAGS="$CPPFLAGS -I/usr/local/include" + LDFLAGS="$LDFLAGS -L/usr/local/lib" + LIBS="$LIBS -lnsl -lsec" + rsh_path="/usr/bin/resh" + conf_utmpx_location="/var/adm/utmpx" + cat >> confdefs.h <...
2009 Aug 26
1
Load spikes on NFS server, multiple index updaters.
...:2,S", 0x08047930) = 0 So, in vmx04 we have 4 processes working in one user's giant directory, and on the other vmx clients, many more. Could the semantics to 're-computing dovecot.index' be done such that the first "deliver" process locks it to do the work, and sub-sequent deliver processes will return temporary failures, until the work has finished. Has it been already addresses in dovecot-1.1.18? Advice please. Lund -- Jorgen Lundman | <lundman at lundman.net> Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo | +81 (...
2009 Mar 20
4
[Bug 1576] New: ssh-add doesn't have --help or --version options
...Product: Portable OpenSSH Version: 5.2p1 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Documentation AssignedTo: unassigned-bugs at mindrot.org ReportedBy: baron at sequent.org ssh-add doesn't have --help. If I give the --help option, I can see it runs exactly as though I didn't give any options. But if I give the -h option it complains about an illegal option and prints out the text I would expect to see from --help. I also see no --version option and no...
2002 Dec 10
1
Non-installation of Samba
Hi, I am attempting install of samba 2.2.7 on a Sequent (IBM) Dynix 4.4.6 platform. I downloaded the samba-latest.tar from the samba website: samba.mirror.ac.uk/samba/download.html Having unzipped and untarred the file, I then started as per the "how to", very first part. I ran "./configure" which generated a number of messages b...
2011 Mar 18
3
alghorithm of working encoder in libtheora
Hi, Is somewhere alghorithm description of encoder process implemented in libtheora? May be some drafts? May be frame dataflow throw encoder stages? PLEASE -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20110318/c3e8e109/attachment.htm
2008 Jun 30
18
Unable to remove GPLPV drivers without breaking win2k3 domU
I have a Win2K3 domU (and thankfully an image backup of the LVM volume that holds its system disk) I previously installed GPLPV v0.8.9 drivers, the domU boots OK with or without the /GPLPV switch in boot.ini, however with the /GPLPV switch it tries and fails to use the Xen network driver, and so the machine is network-less, so for the past few months I''ve left it using pure HVM
1999 Sep 20
1
Does EMC use Samba for CIFS?
I have heard that EMC might be using a port of Samba for their CIFS protocol. Can anybody support or refute this? Are there any commands that can be issued or any operations that can be performed and sniffed to verify this one way or the other? Thanks, Paul
2000 Feb 04
3
configure error
Hello, Inspired by successfully compiling 2.0.6 on a SCO Unixware 7.1 box I attempted similar on a Sequent Numa-Q running Dynix 4.4.2. Er , Configure failed with the following message: checking for conflicting AUTH_ERROR define in rpc/rpc.h... no checking for test routines... configure: error: cant find test code. Aborting config I am mostly ignorant of C: any suggestions as to my next move would...
2001 Nov 01
0
System node authenticaton error
Hi I am having problems with machine authentication on an NT workstation 4.0 SP6a client. The current version of samba is 2.0.4b complied on Sequent/Dynix 4.4.8. We are using "smbd" and "nmbd" as services launched from the inetd file. No restrictive or secure components have been enabled. The "smb.conf" simply has the appropriate mount options defined. The problem occurs when we attempt to establish a connection...