search for: 340

Displaying 20 results from an estimated 1265 matches for "340".

Did you mean: 30
2008 Feb 06
1
Rsync Hang with multiple files
...) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=65103, ...}) = 0 mmap(NULL, 65103, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2a95557000 close(3) = 0 open("/lib64/libacl.so.1", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\31\340"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=28688, ...}) = 0 mmap(0x3724e00000, 1073080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x3724e00000 mprotect(0x3724e06000, 1048504, PROT_NONE) = 0 mmap(0x3724f05000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENY...
2012 Oct 17
2
dovecot died
...__service__auth__imap__lvgws_iymiqndfmflick2pa3yjzc56ukpa2t6x3 yj43fuh...>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured Oct 12 04:01:02 scene dovecot: IMAP(__cpanel__service__auth__imap__lvgws_iymiqndfmflick2pa3yjzc56ukpa2t6x3y j43fuhjgeiqomc3dhlkyjwdq): Disconnected: Logged out bytes=11/340 Oct 12 04:06:06 scene dovecot: imap-login: Login: user=<__cpanel__service__auth__imap__jxy1xcsu0koedgkhexhexpu3_idp4ynukxpaou0 jaovpdr...>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured Oct 12 04:06:06 scene dovecot: IMAP(__cpanel__service__auth__imap__jxy1xcsu0koedgkhexhexpu3_idp4ynukx...
2016 Apr 20
0
Data reshaping with conditions
Hi sri, As your problem involves a few logical steps, I found it easier to approach it in a stepwise way. Perhaps there are more elegant ways to accomplish this. svdat<-read.table(text="Count id name type 117 335 sally A 19 335 sally A 167 335 sally B 18 340 susan A 56 340 susan A 22 340 susan B 53 340 susan B 135 351 lee A 114 351 lee A 84 351 lee A 80 351 lee A 19 351 lee A 8 351 lee A 21 351 lee A 88 351 lee B 111 351 lee B 46 351 lee B 108 351 lee B",header=TRUE) # you can also do this with other reshape functions library(prettyR) svdatstr<...
2016 Apr 20
2
Data reshaping with conditions
Dear All, I am trying to reshape the data with some conditions. A small part of the data looks like below. Like this there will be more data with repeating ID. Count id name type 117 335 sally A 19 335 sally A 167 335 sally B 18 340 susan A 56 340 susan A 22 340 susan B 53 340 susan B 135 351 lee A 114 351 lee A 84 351 lee A 80 351 lee A 19 351 lee A 8 351 lee A 21 351 lee A 88 351 lee B 111 351 lee B 46 351 lee B 108 351 lee B >From the above data I am expecting an output like below. id name type count_of_B Max of count...
2011 Jul 06
3
Reshape from long to wide format with date variable
Hi, I need to reshape my dataframe from a long format to a wide format. Unfortunately, I have a continuous date variable which gives me headaches. Consider the following example: > id=c("034","034","016","016","016","340","340") > date=as.Date(c("1997-09-28", "1997-10-06", "1997-11-04", "2000-09-27", > "2003-07-20", "1997-11-08", "1997-11-08")) > ref=c("2","2","1","1","2",&...
2016 Apr 21
2
Data reshaping with conditions
...> As your problem involves a few logical steps, I found it easier to > approach it in a stepwise way. Perhaps there are more elegant ways to > accomplish this. > > svdat<-read.table(text="Count id name type > 117 335 sally A > 19 335 sally A > 167 335 sally B > 18 340 susan A > 56 340 susan A > 22 340 susan B > 53 340 susan B > 135 351 lee A > 114 351 lee A > 84 351 lee A > 80 351 lee A > 19 351 lee A > 8 351 lee A > 21 351 lee A > 88 351 lee B > 111 351 lee B > 46 351 lee B > 108 351 lee B",header=TRUE) > # you...
2011 Feb 04
3
lapply, strsplit, and list elements
Hi there, I have a problem about lapply, strsplit, and accessing list elements, which I don't understand or cannot solve: I have e.g. a character vector with three elements: x = c("349/077,349/074,349/100,349/117", "340/384.2,340/513,367/139,455/128,D13/168", "600/437,128/903,128/904") The task I want to perform, is to generate a list, comprising the portion in front of the "/" of each element of x: neededResult = list(c("349","349", "349", "...
2013 Jun 18
1
Planning to upgrade to samba-3.0.33-3.37.el5.x86_64 version from samba version 3.0.25b-1.el5_1.4 ------------ queries needed to be answered.
...timed out for key EUREDD-HUB09 in tdb /etc/samba/secrets.tdb Jun 5 10:36:41 afsdl1p smbd[15252]: tdb_chainlock_with_timeout_internal: alarm (10) timed out for key EUREDD-HUB09 in tdb /etc/samba/secrets.tdb eurhil-app02 (155.248.158.28) connect to service HIL_MFG initially as user afshil (uid=340, gid=340) (pid 18258) eurhil-app02 (155.248.158.28) closed connection to service HIL_MFG read_data: read failure for 4 bytes to client 155.248.158.28. Error = Connection reset by peer eurhil-app02 (155.248.158.28) connect to service HIL_MFG initially as user afshil (uid=340, gid=340) (pid 253...
2016 Apr 21
0
Data reshaping with conditions
...g more closely at your initial message, I see that you wanted _all_ values of A with respect to maxB in x and y. The error with maximum values was due to a typo. Perhaps this will do what you want: svdat<-read.table(text="Count id name type 117 335 sally A 19 335 sally A 167 335 sally B 18 340 susan A 56 340 susan A 22 340 susan B 53 340 susan B 135 351 lee A 114 351 lee A 84 351 lee A 80 351 lee A 19 351 lee A 8 351 lee A 21 351 lee A 88 351 lee B 111 351 lee B 46 351 lee B 108 351 lee B",header=TRUE) # you can also do this with other reshape functions library(prettyR) svdatstr<...
2015 Feb 08
5
Nvidia Mod Update
Hey all, On my X86-64 CentOS 6.6 machine I just ran yum update. In the update was an upgrade from the 340.XX Nvidia package to the 346.XX package. Hrmmm? I'm thinking this is not a good idea but, since this is just a test system any way, I let it run. Sure enough I was right. Dmesg says that my video is supported by the 340.XX driver, not the 346.XX driver. It's not happy cause it can't...
2010 May 19
2
Joining two (or more) frequency tables
..."joining" ? Let me try to explain: I have a diagnosis form that allows registration of up to three diagnosis codes on animals with birth defects, like this: father.id diagnosis diagnosis2 diagnosis3 a 100 200 300 b 200 100 340 .... and so on. As you can see the same diagnosis can show up in either field (1, 2 or 3). I am interested in how many times each diagnosis shows up for offspring from the same father (looking at inheritance) The best I have come up with so far is table(father.id, diagnosis) table(father.id,...
2002 Jul 08
1
[Bug 340] Segmentation Fault
http://bugzilla.mindrot.org/show_bug.cgi?id=340 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Segmentation Fault |Segmentation Fault ------- Additional Comments From dtucker at zip.com.au 2002-07...
2005 Apr 05
0
CESA-2005:340: Low CentOS 3 x86_64 curl - security update
CentOS Errata and Security Advisory 2005:340 curl security update for CentOS 3 x86_64: https://rhn.redhat.com/errata/RHSA-2005-340.html The following updated file has been uploaded and is currently syncing to the mirrors: x86_64: updates/x86_64/RPMS/curl-7.10.6-6.rhel3.i386.rpm updates/x86_64/RPMS/curl-7.10.6-6.rhel3.x86_64.rpm updates/x86...
2005 Apr 05
0
CESA-2005:340: Low CentOS 3 i386 curl - security update
CentOS Errata and Security Advisory 2005:340 curl security update for CentOS 3 i386: https://rhn.redhat.com/errata/RHSA-2005-340.html The following updated file has been uploaded and is currently syncing to the mirrors: i386: updates/i386/RPMS/curl-7.10.6-6.rhel3.i386.rpm updates/i386/RPMS/curl-devel-7.10.6-6.rhel3.i386.rpm source: update...
2005 Apr 06
0
CESA-2005:340 Low CentOS 4 i386 and x86_64 curl - security update
CentOS Errata and Security Advisory CESA-2005:340 http://rhn.redhat.com/errata/RHSA-2005-340.html The following updated files have been uploaded and are currently syncing to the mirrors: i386: curl-devel-7.12.1-5.rhel4.i386.rpm curl-7.12.1-5.rhel4.i386.rpm x86_64: curl-devel-7.12.1-5.rhel4.x86_64.rpm curl-7.12.1-5.rhel4.x86_64.rpm curl-7.12.1-...
2005 Apr 06
0
CentOS-announce Digest, Vol 2, Issue 4
...p' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2005:340: Low CentOS 3 x86_64 curl - security update (Tru Huynh) 2. CESA-2005:340: Low CentOS 3 i386 curl - security update (Tru Huynh) 3. CESA-2005:343: Important CentOS 3 i386 gdk-pixbuf - security update (Tru Huynh) 4. CESA-2005:343: Important CentOS 3 x86_64 gdk-pixbuf -...
2015 Feb 08
2
Nvidia Mod Update
On 08/02/15 14:24, Pete Geenhuizen wrote: > > On 02/08/15 07:45, Ned Slider wrote: >> >> On 08/02/15 12:33, Pete Geenhuizen wrote: >> No, you don't have the package kmod-nvidia-340xx installed. You have >> kmod-nvidia VERSION 340.65. In the first example, the package NAME is >> kmod-nvidia-340xx (the -340xx is part of the package name, NOT the >> version). >> >> Please do as I advised: >> >> yum erase kmod-nvidia >> yum install...
2009 Jun 03
3
Lost sub-mailboxes - not showing after upgrading to Dovecot from Courier-IMAP
...-x 13 _vmail _postfix 442 Jun 4 00:06 .ATO drwxrwxr-x 12 _vmail _postfix 408 Jun 4 00:06 .Actionable drwxrwxr-x 11 _vmail _postfix 374 Jun 3 23:56 .Apple Mail To Do drwxrwxr-x 13 _vmail _postfix 442 Jun 4 00:12 .ClamAV drwxrwxr-x 10 _vmail _postfix 340 Jun 3 08:28 .Deleted Messages drwxrwxr-x 13 _vmail _postfix 442 Jun 4 00:11 .Drafts drwxrwxr-x 13 _vmail _postfix 442 Jun 4 00:11 .Expenses drwxrwxr-x 12 _vmail _postfix 408 Jun 4 00:06 .Follow Up drwxrwxr-x 10 _vmail _postfix 340 Jun 4 09:11 .INBOX.INBO...
2015 May 04
3
A working CUPS authentication now fails without change anything...
...02]: [2015/05/04 17:38:41.606586, 0] ../source3/lib/dumpcore.c:312(dump_core) May 4 17:38:41 print winbindd[1702]: unable to change to /var/log/samba/cores/winbindd May 4 17:38:41 print winbindd[1702]: refusing to dump core Another: [2015/05/04 17:51:39.909354, 5] ../source3/lib/messages.c:340(messaging_deregister) Deregistering messaging pointer for type 33 - private_data=(nil) [2015/05/04 17:51:39.909699, 5] ../source3/lib/messages.c:340(messaging_deregister) Deregistering messaging pointer for type 13 - private_data=(nil) [2015/05/04 17:51:39.909853, 5] ../source3/lib/messages.c...
2002 Jul 08
0
[Bug 340] New: Segmentation Fault
http://bugzilla.mindrot.org/show_bug.cgi?id=340 Summary: Segmentation Fault Product: Portable OpenSSH Version: 3.1p1 Platform: ix86 OS/Version: Solaris Status: NEW Severity: normal Priority: P1 Component: Build system AssignedTo: openssh-unix-dev...