search for: 2480

Displaying 20 results from an estimated 93 matches for "2480".

Did you mean: 240
2015 Oct 13
6
[Bug 2480] New: Support a list of sockets on SSH_AUTH_SOCK
https://bugzilla.mindrot.org/show_bug.cgi?id=2480 Bug ID: 2480 Summary: Support a list of sockets on SSH_AUTH_SOCK Product: Portable OpenSSH Version: 7.1p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Compone...
2010 Nov 19
2
EPSON Perfection 2480 PHOTO
I install epson11373.exe for EPSON Perfection 2480 PHOTO (http://www.epson.com/cgi-bin/Store/support/supDetail.jsp?BV_UseBVCookie=yes&oid=41623&prodoid=46048265&infoType=Downloads&platform=Windows) with wine1.3 but I can't use it Code: $ env WINEPREFIX="/home/isaric/.wine" wine C:\\windows\\command\\start.exe /Unix /...
2003 Jan 21
1
bug in CrossTable (package:gregmisc) (PR#2480)
Full_Name: John Hendrickx Version: 1.6.0 OS: Windows 98 Submission from: (NULL) (137.224.174.216) CrossTable in the "gregmisc" package fails when the fisher.exact test produces an error (I suspect this is because the number of cases is too large). This can be fixed using "FTt <- try(fisher.test(t, alternative = "two.sided"))" or by making the test optional.
2008 Mar 17
1
Core dump?
...f it: Reading symbols from /lib/libgcc_s.so.1...done. Loaded symbols for /lib/libgcc_s.so.1 Core was generated by `/usr/sbin/asterisk -f -vvvg -c'. Program terminated with signal 11, Segmentation fault. #0 ast_senddigit_end (chan=0x0, digit=49 '1', duration=100) at channel.c:2480 2480 if (chan->tech->send_digit_end) What do I do from here? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080317/067d33b9/attachment.htm
2014 Jul 11
1
error messages
...le practically all the time. I have actually disabled load printer list in globals but it does not seem to make any difference, I am not intending to use it as a printserver at all, just for files, it is to replace a system which is quite old and running out of space Jul 11 20:24:25 server smbd[2480]: [2014/07/11 20:24:25.107693, 0] ../lib/util/pidfile.c:153(pidfile_unlink) Jul 11 20:24:25 server smbd[2480]: Failed to delete pidfile /var/run/samba4/smbd.pid. Error was No such file or directory Jul 11 20:25:18 server smbd[2485]: [2014/07/11 20:25:18.037739, 0] ../source3/printing/print_cup...
2013 Jan 31
1
dsync replication errors
...appeared, giving a new UID (old uid=75, file=1359625328.M668118P1432.doco1,S=2421,W=2496:2,) Jan 31 10:42:12 doco1 dovecot: doveadm: Error: dsync-remote(user1): Warning: Maildir /mailstore/user1/maildir: Expunged message reappeared, giving a new UID (old uid=76, file=1359625329.M167578P1432.doco1,S=2480,W=2559:2,) Jan 31 10:42:13 doco1 dovecot: doveadm: Error: dsync-remote(user1): Warning: Maildir /mailstore/user1/maildir: Expunged message reappeared, giving a new UID (old uid=77, file=1359625329.M520528P1432.doco1,S=2525,W=2604:2,) Jan 31 10:42:14 doco1 dovecot: doveadm(user1): Warning: /mailstor...
2008 Jan 18
2
Re: set_canon_ace_list: sys_acl_set_file type file failed for file
Hi, Does anyone have any ideas about trouble shooting the following error when trying to change folder permissions on a Samba Share "[2008/01/18 15:59:42, 2] smbd/posix_acls.c:set_canon_ace_list(2480) set_canon_ace_list: sys_acl_set_file type file failed for file" We are using Version 3.0.24 on Solaris. The share is on a NetApps filer which is nfs licensed. Thanks, Paul.
2006 Nov 29
7
how to debug context switching and mutex contentions?
...x srw syscl usr sys wt idl 16 0 0 1115 1241 206 9095 912 2420 7393 0 12105 68 25 0 7 17 1 0 1054 1049 86 9290 921 2420 7355 0 12123 67 25 0 8 18 0 0 1004 984 6 9115 902 2551 7336 0 11843 66 25 0 9 19 0 0 926 1033 26 9405 927 2480 7413 0 12216 68 25 0 8 This is complicated by the fact that there are a number of PIDs of interest running on the server.... Extra credit question... Why would a particular process when run alone (like mshttpd) show heavy usage with mpstat, but under prstat, no cpu usage appear? 179...
2013 Jun 19
2
Problem: xend.log says "VM restarting too fast. Refusing to restart to avoid loops"
...2:54 7228] DEBUG (XendDomainInfo:3145) XendDomainInfo.destroy: domid=7 [2013-06-16 10:02:55 7228] DEBUG (XendDomainInfo:2473) Destroying device model [2013-06-16 10:02:55 7228] INFO (image:612) 0004fb00000600008f562ccf5ed488f8 device model terminated [2013-06-16 10:02:55 7228] DEBUG (XendDomainInfo:2480) Releasing devices WHAT !?!?! What does "VM restarting too fast" mean? Thanks for every answer Regards Andrea _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2014 Aug 19
1
[PATCH] vhost: Add polling mode
...s. Either > actually make the systems load all host CPUs equally, or divide > throughput by host CPU. > The polling patch adds this capability to vhost, reducing costly exit overhead when the vm is loaded. In order to load the vm I ran netperf with msg size of 256: Without polling: 2480 Mbits/sec, utilization: vm - 100% vhost - 64% With Polling: 4160 Mbits/sec, utilization: vm - 100% vhost - 100% Therefore, throughput/cpu without polling is 15.1, and 20.8 with polling. My intention was to load vhost as close as possible to 100% utilization without polling, in order to c...
2014 Aug 19
1
[PATCH] vhost: Add polling mode
...s. Either > actually make the systems load all host CPUs equally, or divide > throughput by host CPU. > The polling patch adds this capability to vhost, reducing costly exit overhead when the vm is loaded. In order to load the vm I ran netperf with msg size of 256: Without polling: 2480 Mbits/sec, utilization: vm - 100% vhost - 64% With Polling: 4160 Mbits/sec, utilization: vm - 100% vhost - 100% Therefore, throughput/cpu without polling is 15.1, and 20.8 with polling. My intention was to load vhost as close as possible to 100% utilization without polling, in order to c...
2010 Sep 07
3
[LLVMdev] MS VS2008 build fails - X86AsmParser
...igned int)' being compiled with [ _FwdIt=const `anonymous-namespace'::MatchEntry *, _Pr=`anonymous-namespace'::LessOpcode, _InIt=const `anonymous-namespace'::MatchEntry * ] C:\dev\MSVisualStudio\VC\include\algorithm(2480) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2> std::_Equal_range<_FwdIt,_Ty,std::iterator_traits<_Iter>::difference_type,_Pr>(_FwdIt,_FwdIt,const _Ty &,_Pr,_Diff *)' being compiled with [ _Ty1=const `anonymous-name...
2003 Jun 10
1
mke2fs incorrectly detects partition size
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I don't know if this is the right list, but here goes what happened recently to me. I have an IDE disk (hda: QUANTUM FIREBALLP AS20, ATA DISK drive / hda: 39851760 sectors (20404 MB) w/1902KiB Cache, CHS=2480/255/63, UDMA(100)) connected to 00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 12) I've decided to make a partition, so I've fired up fdisk and make a new one (hda7) of 4GB, as you can see in this line: /dev/hda7 1170 1679 4096543+ 83 Linux Then I've run...
2008 May 21
2
an unknown error message when using gamm function
...me people who once encountered this problem can tell me what's wrong. Many thanks, LC -- Lung-Chang Chien Doctoral candidate, Department of Biostatistics Statistical assistant, School of Nursing University of North Carolina at Chapel Hill Office: Carrington Hall, RSC, Room 2014 TEL: 919-843-2480 [[alternative HTML version deleted]]
2016 Jan 15
3
wolfSSL meet/greet with OpenSSH Devs at FOSDEM
Hello OpenSSH, wolfSSL will be at FOSDEM 2016 in Brussels on the 30th and 31st of January. We are interested in getting together in person with any developers from OpenSSH to talk about the recent port of wolfSSL to OpenSSH. Please contact us at info at wolfssl.com if you are interested in setting up a meeting. Thank you all for your time. Best Regards, wolfSSL
2024 Apr 07
1
Question regarding reservoir volume and water level
...amed but if you know the volume v then it must be named. water_level <- function(l, v, level = 1240, volume = 7e6) { if(missing(v)) { volume * l / level } else level * v / volume } lev <- 1250 vol <- 14e6 water_level(l = lev) #> [1] 7056452 water_level(v = vol) #> [1] 2480 Hope this helps, Rui Barradas -- Este e-mail foi analisado pelo software antiv?rus AVG para verificar a presen?a de v?rus. www.avg.com
2003 Apr 10
1
Classification problem - rpart
...0 0.500 left son=2 (2574 obs) right son=3 (2392 obs) Primary splits: slope splits as RRRRRRLRRRLRRRRLLRRRRRRR....... tci10 splits as RRRRRRRRRRLLRLLRLLRLLRLL....... etc. Node number 2: 2574 observations predicted class=dw expected loss=0.03651904 class counts: 2480 94 probabilities: 0.963 0.037 Node number 3: 2392 observations predicted class=random expected loss=0.001254181 class counts: 3 2389 probabilities: 0.001 0.999 I'm assuming that I have to adjust something in rpart.control. I am also hesitant at posting prematurely but am...
2004 Jan 19
2
w2k/XP won't join samba pdc
...e.c:make_connection(381) make_connection: jim logged in as admin user (root privileges) [2004/01/19 16:26:25, 0] rpc_server/srv_samr.c:api_samr_set_userinfo(670) api_samr_set_userinfo: Unable to unmarshall SAMR_Q_SET_USERINFO. [2004/01/19 16:26:25, 0] rpc_server/srv_samr_nt.c:_samr_set_userinfo(2480) _samr_set_userinfo: Unable to get smbpasswd entry for uid 0 [2004/01/19 16:26:25, 0] smbd/service.c:make_connection(381) make_connection: jim logged in as admin user (root privileges) ... :-( on XP the samba log is the same initially I thought it was a permissions error on the smbpasswd fil...
2011 Mar 15
1
Problem with nls.lm function of minpack.lm package.
...ue. I dont know what I can do for solve my problem Yesterday I asked to Katharine Mullen Here are her aswer Yann P?riard ?tudiant ? la ma?trise en sols et environnement D?partement des sols et de g?nie agroalimentaire Centre de Recherche en Horticulture Pavillon Envirotron, Universit? Laval 2480 boulevard Hochelaga, local 2241 Qu?bec (Qc), Canada G1V 0A6 T?l.: 418-656-2131 poste 8229 Courriel : yann.periard-larrivee.1 at ulaval.ca ________________________________________ De : Katharine Mullen [kmullen at nist.gov] Date d'envoi : 14 mars 2011 18:05 ? : Yann P?riard Larriv?e Objet : Re:...
2023 Mar 16
1
How to configure?
...o summary --xml root 3271532 0.0 0.0 6260 2500 pts/1 S+ 07:21 0:00 grep 3266345 root at str957-clustor00:~# ps aux|grep 3267213 root 3267213 0.0 0.0 430536 10644 ? Sl 07:00 0:00 gluster volume heal cluster_data info summary --xml root 3271599 0.0 0.0 6260 2480 pts/1 S+ 07:22 0:00 grep 3267213 root at str957-clustor00:~# ps aux|grep 3268069 root 3268069 0.0 0.0 430536 10704 ? Sl 07:05 0:00 gluster volume heal cluster_data info summary --xml root 3271626 0.0 0.0 6260 2516 pts/1 S+ 07:22 0:00 grep 3268069 root at s...