search for: eot

Displaying 20 results from an estimated 66 matches for "eot".

Did you mean: ent
2011 Jan 09
9
Problem With Ragnarok Private Client :(
...or 'autodetection' " But don't work :( This is error, run with terminal: Code: err:ddraw:DllMain Unknown default surface type. Supported are: gdi, opengl fixme:t2embed:TTLoadEmbeddedFont (0x845750 0x00000001 0x33f86c 0x00000008 0x33f868 0x57b570 0x7a8620 L"RixSquirrel_10.eot" RixSquirrel_10.eot 0x33f880) stub fixme:t2embed:TTLoadEmbeddedFont (0x845750 0x00000001 0x33f860 0x00000008 0x33f85c 0x57b570 0x7a8640 L"RixLoveangel_10.eot" RixLoveangel_10.eot 0x33f874) stub fixme:t2embed:TTLoadEmbeddedFont (0x845750 0x00000001 0x33f854 0x00000008 0x33f850 0x57b57...
2005 Jan 01
1
extlinux probs
...back to regular grub boot What did I miss ? heres my usb-mbr, od'd to avoid binary attachment rejection. [root at harpo ~]# od -a usb-mbr 0000000 k H dle P < nul | { P bel P us | > esc | 0000020 ? esc ack P W 9 e soh s $ K > > bel 1 eot 0000040 8 , | ht u nak etx F dle b u M can vt dc4 vt 0000060 n etx F dle I t syn 8 , t v > dle bel etx stx 0000100 del nul nul sp soh nul nul nul nul stx z nul J nul j S 0000120 | nul nul 1 @ so X so P < nul sp { sp @ | 00001...
2007 Jan 19
2
[LLVMdev] Vector comparisons
...er[1]. But the CmpInst constructor accepts vectors[2], and they are documented as allowed: > If the operands [of icmp or fcmp] are packed typed, the elements of > the vector are compared in turn and the predicate must hold for all > elements. — Gordon [1] % llvm-as <<'EOT' >/dev/null define i1 %cmpvint(<4 x i32> %x, <4 x i32> %y) { %res = icmp eq <4 x i32> %y, %y ret %res } EOT llvm-as: <stdin>:2,0: Packed types not supported by icmp instruction % llvm-as <<'EOT' >/dev/null define i1 %cmpfint(<4 x float> %x...
2012 Nov 23
0
problem font-face routes css
...I open the site in windows, when I do with linux, works . both use chrome latest version. -the fonts are in /assets/fonts/ -in /assets/stylesheets/fonts.css.scss @font-face { font-family: ''OswaldLight''; src: url (''/assets/Oswald-Light-webfont.eot''); src: url (''/assets/Oswald-Light-webfont.eot?#iefix'') format(''embedded-opentype''), url (''/assets/Oswald-Light-webfont.woff'') format(''woff''), url (''/assets/Oswal...
2007 Jan 19
0
[LLVMdev] Vector comparisons
...e sense. However, none of the backends can handle it at this time. So, we made the verifier and AsmParser exclude them. Perhaps someday this will get supported and turned on. Open a PR if you need this. Reid. > > — Gordon > > > > > > [1] > % llvm-as <<'EOT' >/dev/null > define i1 %cmpvint(<4 x i32> %x, <4 x i32> %y) { > %res = icmp eq <4 x i32> %y, %y > ret %res > } > EOT > llvm-as: <stdin>:2,0: Packed types not supported by icmp instruction > % llvm-as <<'EOT' >/dev/null > d...
2007 Oct 18
3
Writing a R-Script
Ist there a possibility to write a R-Script using something like #!/usr/bin/R and then alle the requestet commands? Of course "R CMD BATCH" exists, but there was (for me) no possibility to write something like a HERE-script. regards erkan -- ?ber den grenzen mu? die freiheit wohl wolkenlos sein
2015 May 19
3
mail with chnage "from address" not work on CentOS 6
We have CEntOS 6.3 on DELL server.? WE try to use following mail command but failed.? This command perfect work on CentOS 5.X. $ mail -s "test..." user1 at sun.com -- -f NoReply at App.MD.gov test . EOT $ /home/app/oracle/dead.letter... Saved message in /home/app/oracle/dead.letter problem come from "-- -f NoReply at App.MD.gov".? But it work correctly on CentOS 5.x. Anyone know how to fix it? Thanks
2012 Apr 02
3
booting a dos floppy from a disk image over pxe
...count=20 LOOPDEV=$(losetup --show -f $IMGLOCATION/$IMGNAME) MAJOR_MINOR=$(ls -l $LOOPDEV|awk '{print $5$6}'|sed 's/,/:/') DMSIZE=$(( $(ls -l $IMGLOCATION/$IMGNAME|awk '{print $5}') / 512 )) echo 0 $DMSIZE linear $MAJOR_MINOR 0|dmsetup create hdz fdisk /dev/mapper/hdz<<EOT n p 1 t 6 a 1 w EOT kpartx -a /dev/mapper/hdz mkdosfs /dev/mapper/hdz1 Then I put a dosfloppy image and memdisk on the image: mount /dev/mapper/hdz1 /mnt/ mkdir -p /mnt/boot/grub cp dos622.IMA /mnt/boot/ cp /usr/lib/syslinux/memdisk /mnt/boot /mnt/boot/grub/grub.cfg contains: linux16 /boot/mem...
2003 Apr 10
4
Odd sendmail error
One my 4.8 box I recently made a silly mistake sending a mail from the command line, along the lines of: mkn@shrewd$ mail test@knigma.org -c test@knigma.org Subject: test test EOT mkn@shrewd$ WARNING: RunAsGid for MSP ignored, check group ids (egid=1001, want=25) can not chdir(/var/spool/clientmqueue/): Permission denied Program mode requires special privileges, e.g., root or TrustedUser. Obviously I meant: mkn@shrewd$ mail -c test@knigma.org test@knigma.org...
2005 May 10
6
Does R have a command for sending emails?
Is there a way to have an R program send an email? Something like this: address <- 'abc at d.com' text <- 'This is the email body' send.email(address, text) Thanks. FS
2011 Jun 07
2
ggplot2 and facet
I have a data frame (attached) that has interpolated EOT errors for each minute before flight landing. It also has the runway and an index for the flight: > > times[1:4,] time error runway flight 1 0 -0.02206235 04R 1 2 1 -0.07961631 04R 1 3 2 -0.13795380 04R 1 4 3 -0.20726073 04R 1 > > sa...
2012 Oct 16
3
setting up postfix
...ing. I've never done this before. I followed the directions at http://wiki.centos.org/HowTos/postfix. I opened port 25: iptables -I INPUT -p tcp -m tcp --dport 25 -j ACCEPT Here's an attempt to send mail: [motor at localhost motor]# mail -v larry.martell at gmail.com Subject: test test . EOT larry.martell at gmail.com... Connecting to [127.0.0.1] via relay... 220 localhost.localdomain ESMTP Postfix >>> EHLO localhost.localdomain 250-localhost.localdomain 250-PIPELINING 250-SIZE 10240000 250-VRFY 250-ETRN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN >>> MAIL From:<m...
2007 Feb 08
2
Asterisk outbound calling does not wait for answer before playback
...deliver the message immediately after the person answers, or if an answering machine picks up, right after the "beep". Any suggestions? (1) The call file generator script (works ok): #!/bin/sh TMPFILE=`mktemp /tmp/tmp.XXXXXXX` || exit 1 echo "TMPFILE = $TMPFILE" cat <<EOT > $TMPFILE Channel: Zap/g1/phone_number_here Callerid: SYSTEM MaxRetries: 2 RetryTime: 60 WaitTime: 30 Context: dialout Extension: s Priority: 1 EOT mv -v $TMPFILE /var/spool/asterisk/outgoing (2) The dialout context in extensions.conf (problem - starts playback before call is answered) [dial...
2015 May 19
1
mail with chnage "from address" not work on CentOS 6
...(??) 10:14 AM ??? On 05/19/2015 10:07 AM, mcclnx mcc wrote: > We have CEntOS 6.3 on DELL server.? WE try to use following mail command but failed.? This command perfect work on CentOS 5.X. > $ mail -s "test..." user1 at sun.com -- -f NoReply at App.MD.gov > test > . > EOT > $ /home/app/oracle/dead.letter... Saved message in /home/app/oracle/dead.letter > > problem come from "-- -f NoReply at App.MD.gov".? But it work correctly on CentOS 5.x. > Anyone know how to fix it? CentOS 6 man page says '-f' means "mail the contents of the f...
2009 Mar 04
2
Number Regular Expressions
Hi, I'm trying to write a regular expression that captures numbers in the form 9,007,653,372,262.48 but does not capture dates in the form 09/30/2005 I have tried numerous expressions, but they all seem to return the dates as well. Thanks. [[alternative HTML version deleted]]
2006 Apr 14
0
Revised smb-wall (Was: smbclient -M --> ERRmsgoff?)
...next if $client =~ /^\d+\./; # toss failed lookup (PC down?) next if grep($_ eq $client, @clients); # we want this name once push(@clients, $client); } close(PCLIST); } # debugging... #print "@clients\n"; #exit(0); if (-t) { print <<'EOT'; Enter message for Samba clients of this host (terminated with single '.' or end of file): EOT while (<>) { last if /^\.$/; push(@message, $_); } } else { # keep quiet and read message from stdin @message = <>; } foreach(@clients) { ## prin...
2008 Mar 15
2
new webgen plugin : google analytics
...to Google Analytics ga.js code" ) register_tag ''googleAnalytics'' param ''key'', 1, ''The Google analytics code given at google analytics website'' def process_tag(tag, chain) key = param(''key'') return <<EOT <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src=''" + gaJsHost + "google-analytics.com/ga.js'' type='...
2016 Jul 21
3
[llvm-toolchain v3.8.1] LTO: Linking clang hangs with ld.gold and LLVMgold.so plugin
...in v3.8.1 build a LLVMgold.so was generated. I placed LLVMgold.so into my selfmade /opt/binutils-2.26.1/lib/bfd-plugins/ directory. ( I had to create a bfd-plugins subdir manually. ) [ 3rd llvm-toolchain LTO ] Now, I am able with backported LTO-flag from upstream to build with '-flto'. - EOT -
2016 Jul 23
2
[llvm-toolchain v3.8.1] LTO: Linking clang hangs with ld.gold and LLVMgold.so plugin
...> > /opt/binutils-2.26.1/lib/bfd-plugins/ directory. > > ( I had to create a bfd-plugins subdir manually. ) > > > > [ 3rd llvm-toolchain LTO ] > > > > Now, I am able with backported LTO-flag from upstream to build with > '-flto'. > > > > - EOT - > > Hi, > > in the meantime I tried with Linux v4.4.y LTS and 2GiB swap-space. > So I have 4 GiB RAM and 2GiB SWAP in total 6GiB. > > Paul Rouschal recommended to reduce parallel-compile-jobs from 2 to 1... > > LLVM_PARALLEL_COMPILE_JOBS=1 > LLVM_PARALLEL_LINK_JOBS=1...
2002 Jan 15
1
Channels API and ~& question
When processing ~& with SSHv2 OpenSSH sends \004 (EOT) and does not bother sending SSH2_MSG_CHANNEL_EOF. Why is that? Why is there no direct way to get SSH2_MSG_CHANNEL_EOF or SSH2_MSG_CHANNEL_CLOSE sent? Or is there and I'm just missing it? Thanks, Nico -- -DISCLAIMER: an automatically appended disclaimer may follow. By posting- -to a public...