search for: 2980

Displaying 20 results from an estimated 64 matches for "2980".

Did you mean: 280
2006 May 10
1
pop3 problem with small messages with no Subject: and no To: headers
...5535 0x0000: 4500 0030 d326 4000 7106 fc20 4624 16a1 E..0.&@.q...F$.. 0x0010: ceaa 0f11 eb15 006e 7ee7 2a93 d845 fe0c .......n~.*..E.. 0x0020: 5018 ffff 3618 0000 5245 5452 2039 0d0a P...6...RETR.9.. 10:51:35.172177 IP mailserver.pop3 > customer.60181: P 1633:2980(1347) ack 48 win 5840 0x0000: 4500 056b ca0b 4000 4006 3101 ceaa 0f11 E..k.. at .@.1..... 0x0010: 4624 16a1 006e eb15 d845 fe0c 7ee7 2a9b F$...n...E..~.*. 0x0020: 5018 16d0 3fde 0000 2b4f 4b20 3133 3237 P...?...+OK.1327 0x0030: 206f 6374 6574 730d 0a52 65...
2014 Feb 07
3
Software RAID1 Failure Help
...ed one drive is giving errors. Good thing I had RAID. I planned on upgrading this server in next month or so. Just wandering if there was an easy way to fix this to avoid rushing the upgrade? Having a single drive is slowing down reads as well, I think. Thanks. Feb 7 15:28:28 server smartd[2980]: Device: /dev/sdb [SAT], 1 Currently unreadable (pending) sectors Feb 7 15:28:28 server smartd[2980]: Device: /dev/sdb [SAT], 1 Offline uncorrectable sectors Feb 7 15:58:29 server smartd[2980]: Device: /dev/sdb [SAT], 1 Currently unreadable (pending) sectors Feb 7 15:58:29 server smartd[2980]: Dev...
2012 Sep 26
2
Retrieve regression summary results after rq
...type="bootstrap",replicates=100) fit1<- withReplicates(bclus1,quote(coef(rq(newm428b~sch_new_2+sch_new_3+sch_new_4, tau=c(0.05,0.25,0.5,0.75,0.95),weights=wtper)))) Output: coefficients(fit1) tau= 0.05 tau= 0.25 tau= 0.50 tau= 0.75 tau= 0.95 (Intercept) 2340 2980 3.300000e+03 3750 4360.0000 sch_new_2 185 -30 -5.500000e+01 -250 -360.0000 sch_new_3 155 20 5.032317e-16 -200 -245.0000 sch_new_4 65 20 -1.500000e+01 -200 -309.9998 Any help will be appreciated. Best, C.
2018 Sep 25
2
RFC Storing BB order in llvm::Instruction for faster local dominance
...lvm.org/D52510 I put it into a spreadsheet and made a histogram here: https://goo.gl/AMLBt7 I grouped the typical query distances into natural log buckets, and the table is small enough to paste here: distance freq 1-2 3707 2-7 5622 7-20 25764 20-54 1726 54-148 2052 148-403 4462 403-1096 8423 1096-2980 20487 2980-8103 34930 8103-22026 63759 22026-59874 41729 I think the table shows that local dominance queries are, at least for SemaChecking.cpp, not clustered around small distances. The average query is somewhere out around 11,000 instructions apart. One thing to note is that the code in questi...
1998 Dec 08
0
R compile problems with AIX
...tem configure:2834: gcc -o conftest -g -O2 conftest.c -ldl -ltermcap -lm 1>&5 configure:2806: checking for times configure:2834: gcc -o conftest -g -O2 conftest.c -ldl -ltermcap -lm 1>&5 configure:2862: checking for ANSI C header files configure:2970: checking for dl.h configure:2980: gcc -E conftest.c >/dev/null 2>conftest.out configure:2976: dl.h: No such file or directory configure: failed program was: #line 2975 "configure" #include "confdefs.h" #include <dl.h> configure:2970: checking for dlfcn.h configure:2980: gcc -E conftest.c >/dev/...
1998 Dec 08
0
R compile problems with AIX
...tem configure:2834: gcc -o conftest -g -O2 conftest.c -ldl -ltermcap -lm 1>&5 configure:2806: checking for times configure:2834: gcc -o conftest -g -O2 conftest.c -ldl -ltermcap -lm 1>&5 configure:2862: checking for ANSI C header files configure:2970: checking for dl.h configure:2980: gcc -E conftest.c >/dev/null 2>conftest.out configure:2976: dl.h: No such file or directory configure: failed program was: #line 2975 "configure" #include "confdefs.h" #include <dl.h> configure:2970: checking for dlfcn.h configure:2980: gcc -E conftest.c >/dev/...
2009 Feb 16
2
Theora packets with granulepos of -1
Hello, I'm just totally confused. In my theora streams encoded using ffmpeg2theora (but also when using my own encoder) I have packets with a granulepos of -1 so I can't identify the packet during a seeking operation correctly. I can also see those strange value when I just print the packet granulepos before sending it to the Theora decoder. I know why there are PAGES with granularpos of
2003 Feb 05
1
samba and writing through hard/symbolic links
...r) in windows (2000) over samba, say a blah.doc file, which looks like -rw-rw-r-- 1 francis galexia 2567 Feb 5 12:33 blah.doc > /somewhere/blah.doc Then if you make changes to it in Word, and then save it, when you go back to the directory there will be -rw-rw-r-- 1 francis galexia 2980 Feb 5 12:35 blah.doc -rw-rw-r-- 1 francis galexia 2567 Feb 5 12:33 blah.doc.bak > /somewhere/blah.doc ie samba has created a new *regular* file, and relegated the old (and unaltered) link to a .bak file, leaving the source file of the link unchanged. Is there a way to make samba follow t...
2018 Apr 06
2
Announce: OpenSSH 7.7 released
...s.h, but that is not written out to > disk anywhere. There is nothing informative between the confdefs.h content > in config.log and: > > configure: exit 1 The compiler output is before confdefs not after. $ CFLAGS=--break-me ./configure gives the following in config.log: configure:2980: checking whether the C compiler works configure:3002: gcc --break-me conftest.c >&5 gcc: error: unrecognized command line option '--break-me'; did you mean '--check-new'? configure:3006: $? = 1 configure:3044: result: no configure: failed program was: | /* confdefs.h */ |...
2005 Nov 30
1
X windows is taking 99 percent of cpu
...50 root 19 0 0 0 0 S 0.0 0.0 0:00.00 kjournald 2789 root 16 0 2408 596 508 S 0.0 0.0 0:00.06 syslogd 2793 root 15 0 3072 472 404 S 0.0 0.0 0:00.00 klogd 2804 root 16 0 2584 476 404 S 0.0 0.0 0:00.00 irqbalance 2815 rpc 16 0 2980 580 484 S 0.0 0.0 0:00.00 portmap 2835 rpcuser 16 0 2440 756 656 S 0.0 0.0 0:00.00 rpc.statd 2868 root 16 0 5048 1016 844 S 0.0 0.0 0:00.01 rpc.idmapd -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermai...
2006 Jun 06
1
Asterisk 1.2.7.1 bad file descriptor
...tgkill(2974, 2974, SIGURG) = 0 --- SIGURG (Urgent I/O condition) @ 0 (0) --- rt_sigaction(SIGURG, {0x80a5cc0, [URG], SA_RESTART}, {0x80a5cc0, [URG], SA_RESTART}, 8) = 0 sigreturn() = ? (mask now []) time(NULL) = 1149625396 kill(2980, SIGKILL) = 0 poll([{fd=8, events=POLLIN|POLLPRI, revents=POLLIN}], 1, 100) = 1 read(8, "\1\0\377\377\1\0\377\377\0\0\0\0\0\0\1\0\377\377\0\0\0"..., 8192) = 8192 time(NULL) = 1149625396 poll([{fd=8, events=POLLIN|POLLPRI, revents=POLLHUP}]...
2014 Feb 03
3
Memory leak - how to investigate
...0 httpd [ 2974] 48 2974 80053 1296 0 0 0 httpd [ 2975] 48 2975 80012 1410 0 0 0 httpd [ 2976] 48 2976 80185 1606 0 0 0 httpd [ 2978] 48 2978 79284 414 0 0 0 httpd [ 2980] 48 2980 80185 1387 0 0 0 httpd [ 2981] 48 2981 80021 1076 0 0 0 httpd [ 2982] 48 2982 80181 1383 0 0 0 httpd [ 2983] 48 2983 80138 1348 0 0 0 httpd [ 2984] 48 2984 802...
2018 Sep 25
2
RFC Storing BB order in llvm::Instruction for faster local dominance
> On Sep 24, 2018, at 10:19 AM, Reid Kleckner <rnk at google.com> wrote: > > To echo what Hal said, yes, it's a major change, but I think the improved complexity guarantees, simplicity, and elimination of certain classes of bugs is worth it. > > I think we have consensus that we should go forward with this. Would anyone mind formally stamping it in phab? So far everyone
2010 Nov 26
1
Snapshot fail, when snapshot a vm the second time. (already update to xen-4.0.1 and kernel-2.6.32.25)
...", line 395, in forkHelper inputHandler(line, child.tochild) File "usr/lib64/python2.4/site-packages/xen/xend/XendCheckpoint.py", line 131, in saveInputHandler dominfo.waitForSuspend() File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2980, in waitForSuspend raise XendError(msg) XendError: Timeout waiting for domain 2 to suspend [2010-11-26 15:40:49 5411] DEBUG (XendDomainInfo:3117) XendDomainInfo.resumeDomain(2) Thanks a lot. John -------------------------------------------------------- ZTE Information Security Notice: The in...
2010 Nov 26
1
Snapshot fail, when snapshot a vm the second time. (already update to xen-4.0.1 and kernel-2.6.32.25)
...", line 395, in forkHelper inputHandler(line, child.tochild) File "usr/lib64/python2.4/site-packages/xen/xend/XendCheckpoint.py", line 131, in saveInputHandler dominfo.waitForSuspend() File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2980, in waitForSuspend raise XendError(msg) XendError: Timeout waiting for domain 2 to suspend [2010-11-26 15:40:49 5411] DEBUG (XendDomainInfo:3117) XendDomainInfo.resumeDomain(2) Thanks a lot. John -------------------------------------------------------- ZTE Information Security Notice: The in...
2007 Jun 03
1
postgres gem -- LoadError
...--r-- 1 root root 7643 Jun 3 11:06 mkmf.log -rw-r--r-- 1 root root 34307 Jun 3 10:50 postgres.c -rw-r--r-- 1 root root 32004 Jun 3 11:06 postgres.o -rw-r--r-- 1 root root 684 Jun 3 10:50 postgres-ruby.gemspec -rwxr-xr-x 1 root root 33624 Jun 3 11:06 postgres.so -rw-r--r-- 1 root root 2980 Jun 3 10:50 README -rw-r--r-- 1 root root 4347 Jun 3 10:50 README.ja drwxr-xr-x 2 root root 4096 Jun 3 10:50 sample So I don''t think that it''s a permissions problem. Is this something as simple as "PostgreSQL 8.2.4 doesn''t work with Ruby" or am I missi...
2017 Jul 22
2
Openups patch proposal
...guration, and restarted the driver, but now it tells that the device is offline! It is back to normal without this option. I have attached the requested log. -------------- next part -------------- A non-text attachment was scrubbed... Name: usbhid-ups-openups2.log.gz Type: application/gzip Size: 2980 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20170722/23c4178e/attachment.bin>
2003 Jul 10
1
Machine hangs during create database for RAC
Hi, Somehow, when running the database creation script, my machine hangs. I've used all the files from http://oss.oracle.com/~wcoekaer/firewire/ Using Oracle 9.0.2.1. Has anyone experienced the same? Any solutions? Thanks, Faisal
2007 Jul 15
0
errors_for
Been playing with merb. One of the helpers I liked in rails was on form validations. Found this was real easy to port over, so I thought I''d share. It doesn''t highlight the field with the error, but it gives that same nice little div on top. Say I had an articles controller def create @article = Article.new(params[:article]) @article.save! redirect
2011 Aug 14
1
migration from courier to dovecot
...ss courierpop3dsizelist format /2 920 1290084761 1296206202.H818256P31717.domain.tld,S=57135:2,S 57679 87:1290084761 1296239411.H289216P22896.domain.tld,S=1660:2,S 1694 88:1290084761 1296480156.H578502P4335.domain.tld,S=26610:2,S 26995 89:1290084761 1296552510.H517452P28309.domain.tld,S=2894:2,S 2980 90:1290084761 1296740128.H139710P22101.domain.tld,S=4983:2,S 5121 91:1290084761 1296807457.H887067P13955.domain.tld,S=7841:2,S 8038 92:1290084761 1296807652.H904999P14102.domain.tld,S=114839:2,S 116421 93:1290084761 courierimapuiddb 1 1290084574 847 53 1296206202.H818256P31717.domain.tld,S=57135...