search for: xsc

Displaying 20 results from an estimated 61 matches for "xsc".

Did you mean: tsc
2007 Aug 05
1
Any "special interest" in R/pic interface?
...ite since very early days (1970s), and also of the GNU troff: 'groff'. Its function is to act as a preprocessor, translating textual descriptions of graphical displays into the formatting language used by troff. Example: .PS ## Need x- and y-scale factors to exist before referring to them xsc=1.0 ; ysc=1.0 ## Define the basic graphics object: the histogram bar ## uses positional parameters $1, 42, $3, $4 in the data line define bar { box width ($2 - $1)*xsc height $3*ysc \ with .sw at ($1*xsc,0) fill $4 } ## Draw the basic histogram xsc=1.0 ; ysc=0.75 copy thru bar until "EOT...
2016 Aug 01
2
service-specific userdb affecting lmtp, quota-service
...tc/dovecot/postlogin.sh group = vmail user = vmail } service quota-status { client_limit = 1 executable = quota-status -p postfix inet_listener { port = 12340 } } service quota-warning { executable = /etc/dovecot/quota-warning.sh user = vmail } ssl = required ssl_cert = </opt/xsc/ssl/certs/n6mef-gw.crt ssl_key = </opt/xsc/ssl/private/n6mef-gw.key ssl_protocols = !SSLv2 !SSLv3 userdb { args = username_format=%n /etc/dovecot/auth.d/%d/userdb.%s default_fields = home=/var/vmail/%d/%n driver = passwd-file } verbose_ssl = yes protocol lmtp { postmaster_address = xxxxx...
2012 Oct 23
1
Filling a covariance matrix
...;character")) Q_subDaily$datetime.str <- paste(Q_subDaily$date, Q_subDaily$time) SC_subDaily$datetime.str <- paste(SC_subDaily$date, SC_subDaily$time) fmt <- "%Y%m%d %H%M%S" xQ <- xts(as.matrix(Q_subDaily["Q"]), as.POSIXct(Q_subDaily$datetime.str, format=fmt)) xSC <- xts(as.matrix(SC_subDaily["SC"]), as.POSIXct(SC_subDaily$datetime.str, format=fmt)) x <- merge(xQ,xSC) And here?s where I?m stuck, I?m not sure how to create the covariance matrix I?ve described above? I would appreciate and greatly benefit from the sort of help often found in...
2016 Aug 03
2
service-specific userdb affecting lmtp, quota-service
...>> executable = quota-status -p postfix >> inet_listener { >> port = 12340 >> } >> } >> service quota-warning { >> executable = /etc/dovecot/quota-warning.sh >> user = vmail >> } >> ssl = required >> ssl_cert = </opt/xsc/ssl/certs/n6mef-gw.crt >> ssl_key = </opt/xsc/ssl/private/n6mef-gw.key >> ssl_protocols = !SSLv2 !SSLv3 >> userdb { >> args = username_format=%n /etc/dovecot/auth.d/%d/userdb.%s >> default_fields = home=/var/vmail/%d/%n >> driver = passwd-file >> }...
2005 Oct 13
2
rrd compilation on Centos
...llowing error: make[5]: Entering directory `/usr/local/src/orca-snapshot-r407/packages/rrdtool-1.0.49/perl-shared' cp RRDs.pm blib/lib/RRDs.pm cp ntmake.pl blib/lib/ntmake.pl /usr/bin/perl /usr/lib/perl5/5.8.5/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.5/ExtUtils/typemap RRDs.xs > RRDs.xsc && mv RRDs.xsc RRDs.c gcc -c -I.. -I../src -I../gd1.3 -D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -DHAVE_CONFIG_H -O2 -g -pipe -m64 -DVERSION=\"1.000491\" -DXS_VERSION...
2004 Aug 06
0
error compile Shout-2.0.1 on FreeBSD 4.9
...hout.pm blib/lib/Shout.pm AutoSplitting blib/lib/Shout.pm (blib/lib/auto/Shout) /usr/bin/perl -I/usr/local/lib/perl5/5.6.1/mach -I/usr/local/lib/perl5/5.6.1/BSD PAN /usr/local/lib/perl5/5.6.1/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5. 6.1/ExtUtils/typemap -typemap typemap Shout.xs > Shout.xsc && mv Shout.xsc Shout .c cc -c -D_THREAD_SAFE -I/usr/local/include -O -pipe -DVERSION=\"2.0.1\" -DXS _VERSION=\"2.0.1\" -DPIC -fPIC -I/usr/local/lib/perl5/5.6.1/mach/CORE Shout.c Running Mkbootstrap for Shout () chmod 644 Shout.bs rm -f blib/arch/auto/Shout/Shout.s...
2003 Jun 04
3
bge drivers does not work for 3COM 3C996-SX / 3C996B-T
...t the link goes up/down and sometimes lock the > machine (reboot is needed to restart) when i start a 'ping -i0 -q'. > > Does someone experienced the same problems ? > > for the missing splx: i think i've found a new one in bge_init: > > static void > bge_init(xsc) > void *xsc; > { > struct bge_softc *sc = xsc; > struct ifnet *ifp; > u_int16_t *m; > int s; > > s = splimp(); > > ifp = &sc->arpcom.ac_if; > > if (ifp->if_flags & IFF_RUNNING) >...
2013 Mar 06
1
Strange reboot since 9.1
Hello, Since FreeBSD 9.1 I have strange problems with the distribution. Some servers are rebooting without any kernel panic, instanly. First i thought it's a problem with my KVM system, but one of my FreeBSD under a Dell R210 have the same problem. The servers concerned are now: - Monitoring server - LDAP test server - Some other servers, randomly (not in production). First i thought it's
2010 Feb 04
1
Help....package "GPLOTS" will not install. Linux
.../Compress-Raw-Zlib-2.024' cp lib/Compress/Raw/Zlib.pm blib/lib/Compress/Raw/Zlib.pm AutoSplitting blib/lib/Compress/Raw/Zlib.pm (blib/lib/auto/Compress/Raw/Zlib) /usr/bin/perl /usr/lib/perl5/5.8.8/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.8/ExtUtils/typemap -typemap typemap Zlib.xs > Zlib.xsc && mv Zlib.xsc Zlib.c gcc -c -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --para...
2010 Aug 13
1
Small inexpensive SBC for Speex? How about the TIC5505
Hi David, If cost is an issue then, yes you can do all that (the speex at least) with the eZDSP USB stick. Only limitation is a slow emulator that is integrated with USB, and so there is no JTAG output to use with other emulators. If you don't have an emulator anyway then this is an advantage. Cheers, M -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Nov 24
1
RELENG_7 panic under load: vm_page_unwire: invalid wire count: 0
.../ip_input.c:665 #10 0xffffffff803b8004 in ether_demux (ifp=0xffffff0001255800, m=0xffffff0075c23b00) at /usr/src/sys/net/if_ethersubr.c:834 #11 0xffffffff803b825b in ether_input (ifp=0xffffff0001255800, m=0xffffff0075c23b00) at /usr/src/sys/net/if_ethersubr.c:692 #12 0xffffffff801bcf5a in bge_intr (xsc=Variable "xsc" is not available. ) at /usr/src/sys/dev/bge/if_bge.c:3160 #13 0xffffffff802fb5f0 in ithread_loop (arg=0xffffff0003711840) at /usr/src/sys/kern/kern_intr.c:1088 #14 0xffffffff802f7f7f in fork_exit (callout=0xffffffff802fb470 <ithread_loop>, arg=0xffffff0003711840,...
2007 Mar 22
0
Fwd: RSPerl buffer overflow
...ile.perl make[1]: Entering directory `/tmp/R.INSTALL.Z15223/RSPerl/src' cp R.pm blib/lib/R.pm AutoSplitting blib/lib/R.pm (blib/lib/auto/R) cp RReferences.pm blib/lib/RReferences.pm /usr/bin/perl /usr/lib/perl5/5.8.8/ExtUtils/xsubpp ?-typemap /usr/lib/perl5/5.8.8/ExtUtils/typemap ? R.xs > R.xsc && mv R.xsc R.c gcc -c ?-I. -I/usr/lib64/R/include -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-prot...
2012 Sep 14
2
calculate within-day correlations
useRs, Here is some R-ready data for my question to follow. Of course this data is small snippet from a much larger dataset that is about a decade long. Q<-read.table(textConnection("2002 3 28 15 77.38815 2002 3 28 30 77.09505 2002 3 28 45 76.80196 2002 3 28 60 76.50887 2002 3 28 75 76.50887 2002 3 28 90 76.50887 2002 3 28 105
2014 Dec 03
0
[PATCH] Update links.html
...2HDM?iQIriJ at G~$R%7~vyz?Q&2j&Qwq9*BcG;oUFoXOHP84VK9$Oj3jb|Jr=@ zrEer<xbZcN(`)d_xo-^gs4O_J$ypsdi}{eY1w=YZh{Nz`qdY(%?Zsk3 at 4accMoZFr zRZsBS98S%`oP0Ey2Al at aYbalnGi#G#j!bz(CJuBE^kzH53y)_b6 at 1_)6tOl;%OVhC z$Dtr4K3`9DeVj1o4WJS<Eu*~o9@{78X`lbE*XuodM5t`x$n_nS5c12$m)eO_vrx5+ zTCVGJ5I`U-xSc`vOD+mOZ<=vVpm54RwiiMNNKhrVQPB&lc7(oPBbT{uadJU4PQoLc zkZ7EOW~f5py<+d_t)WT7&=C#a75M%o6N&^xkwyZI2Ozc?A^@bV#2{bbAyYuoBZoE7 zE99yDEMw7Tnsz;4l^s~S=Zn1^VI-VUX0Rpz839QzCZik4v>Eio_RD-WI6q?v2x-2U zkH8Nbi~JONjky{~6*&9r)z)?#0umU;MrOsf53 at ZhO%*`q3{K=a14r7y7o8qDP!r7U zMi!bV2S-l!zUKg`XZ...
2012 Dec 31
5
[LLVMdev] [lld] Linker script findings.
...gt; elf_x86_64.xn <== /* Script for -n: mix text and data on same page */ ==> elf_x86_64.xr <== /* Script for ld -r: link without relocation */ ==> elf_x86_64.xs <== /* Script for ld --shared: link shared library */ ==> elf_x86_64.xsc <== /* Script for --shared -z combreloc: shared library, combine & sort relocs */ ==> elf_x86_64.xsw <== /* Script for --shared -z combreloc -z now -z relro: shared library, combine & sort relocs */ ==> elf_x86_64.xu <== /* Script for...
2003 Sep 29
2
4.9-RC and bge
Recent SUP. Installed on Dell PowerEdge 4600. Getting tons of: Sep 30 12:23:16 zige /kernel: bge0: gigabit link up Sep 30 12:23:46 zige last message repeated 98 times Also getting some TCP retransmits. This causes noticable delays in pretty much everything I do now. Not a problem prior to the SUP. I was on 4.8-STABLE before. When pulling/replacing cables, it went into a mode where it would
2003 Jul 29
1
kern/53717: 4.8-RELEASE kernel panic (page fault)
...n ukphy_status (phy=0xc229bf00) at /usr/src/sys/dev/mii/ukphy_subr.c:78 #25 0xc014aa69 in exphy_service (sc=0xc229bf00, mii=0xc229bf40, cmd=1) at /usr/src/sys/dev/mii/exphy.c:294 #26 0xc014808d in mii_tick (mii=0xc229bf40) at /usr/src/sys/dev/mii/mii.c:311 #27 0xc01e754b in xl_stats_update (xsc=0xc2299000) at /usr/src/sys/pci/if_xl.c:2235 #28 0xc0170349 in softclock () at /usr/src/sys/kern/kern_timeout.c:131 #29 0xc0235c03 in doreti_swi () (kgdb) q gdb -k /usr/obj/usr/src/sys/FRANT/kernel.debug vmcore.5 GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free...
2011 Jan 14
0
builder-debian libguestfs success 4ffa2d6798f7a2bf0baec8e1084659cf6358bc31
...' Skip blib/lib/Sys/Guestfs/Lib.pm (unchanged) cp lib/Sys/Guestfs.pm blib/lib/Sys/Guestfs.pm Skip blib/lib/Sys/bindtests.pl (unchanged) /usr/bin/perl /usr/share/perl/5.10/ExtUtils/xsubpp -typemap /usr/share/perl/5.10/ExtUtils/typemap -typemap ./typemap -typemap typemap Guestfs.xs > Guestfs.xsc && mv Guestfs.xsc Guestfs.c cc -c -I../src -I../src -g -O2 -O2 -g -DVERSION=\"0.281\" -DXS_VERSION=\"0.281\" -fPIC "-I/usr/lib/perl/5.10/CORE" Guestfs.c Running Mkbootstrap for Sys::Guestfs () chmod 644 Guestfs.bs rm -f blib/arch/auto/Sys/Guestfs/Guestfs.s...
2011 Jan 14
0
builder-ubuntu libguestfs success 4ffa2d6798f7a2bf0baec8e1084659cf6358bc31
...' Skip blib/lib/Sys/Guestfs/Lib.pm (unchanged) cp lib/Sys/Guestfs.pm blib/lib/Sys/Guestfs.pm Skip blib/lib/Sys/bindtests.pl (unchanged) /usr/bin/perl /usr/share/perl/5.10/ExtUtils/xsubpp -typemap /usr/share/perl/5.10/ExtUtils/typemap -typemap ./typemap -typemap typemap Guestfs.xs > Guestfs.xsc && mv Guestfs.xsc Guestfs.c cc -c -I../src -I../src -g -O2 -O2 -g -DVERSION=\"0.281\" -DXS_VERSION=\"0.281\" -fPIC "-I/usr/lib/perl/5.10/CORE" Guestfs.c Running Mkbootstrap for Sys::Guestfs () chmod 644 Guestfs.bs rm -f blib/arch/auto/Sys/Guestfs/Guestfs.s...
2011 Jan 22
0
builder-ubuntu libguestfs success 78f1405de05ef1f2efebafd8245658d1707e59ef
...' Skip blib/lib/Sys/Guestfs/Lib.pm (unchanged) cp lib/Sys/Guestfs.pm blib/lib/Sys/Guestfs.pm Skip blib/lib/Sys/bindtests.pl (unchanged) /usr/bin/perl /usr/share/perl/5.10/ExtUtils/xsubpp -typemap /usr/share/perl/5.10/ExtUtils/typemap -typemap ./typemap -typemap typemap Guestfs.xs > Guestfs.xsc && mv Guestfs.xsc Guestfs.c cc -c -I../src -I../src -g -O2 -O2 -g -DVERSION=\"0.281\" -DXS_VERSION=\"0.281\" -fPIC "-I/usr/lib/perl/5.10/CORE" Guestfs.c Running Mkbootstrap for Sys::Guestfs () chmod 644 Guestfs.bs rm -f blib/arch/auto/Sys/Guestfs/Guestfs.s...