search for: 7361

Displaying 19 results from an estimated 19 matches for "7361".

Did you mean: 361
2004 Nov 12
1
plot.rpart ignores uniform=TRUE if graphics device is not open (PR#7361)
Full_Name: Hsiu-Khuern Tang Version: 2.0.0 OS: Debian GNU/Linux Submission from: (NULL) (156.153.255.236) Hi all, If fit is an rpart object, plot(fit, uniform=TRUE) ignores uniform=TRUE if the graphics device is not already open. To reproduce this: library("rpart") example(plot.rpart) dev.off() # <- works OK without this plot(fit, uniform=TRUE) # <- uniform=TRUE is ignored
2005 Oct 11
1
a problem in random forest
Hi, there: I spent some time on this but I think I really cannot figure it out, maybe I missed something here: my data looks like this: > dim(trn3) [1] 7361 209 > dim(val3) [1] 7427 209 > mg.rf2<-randomForest(x=trn3[,1:208], y=trn3[,209], data=trn3, xtest=val3[, 1:208], ytest=val3[,209], importance=T) my test data has 7427 observations but after prediction, > dim(mg.rf2$votes) [1] 7361 2 which has the same length as my training data. bu...
2006 Nov 28
1
vm_change_password shell?
...hange_password_shell to change a user's password for his voicemail account. I wonder, what is the difference between vm_change_password and vm_change_password_shell - what is that shell? The only reference I found on the Internet was the following bug report: http://bugs.digium.com/view.php?id=7361 , but it's not very useful. Anywhere I can find a little more information on the difference between these two scenarios? Thanks jez ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. ht...
2000 Aug 23
1
SAMBA Filesharing Issue
...e copy files from the workstation to the UNIX box, UNIX places an end of line character in the file that we don't want there. Is there a way to avoid this (a way to tell SAMBA to do a straight ASCII copy)? We don't have this problem when we use FTP. Thanks for your help Bob Ward (781) 205-7361 rjward@tasc.com
2007 Feb 07
1
Problem with subsets and xyplot
...90 1990 5 many more rows.... I would like to create some xyplots, but separately for MSAs that are high, moderate or low on HIVEST. Here's what I tried #### READ IN DATA AND RECODE SOME VARIABLES attach(hivest) cat <- CAT cat[cat > 5] <- 6 msa <- as.numeric(MSA) msa[msa == 7361] <- 7360 msa[msa == 7362] <- 7360 msa[msa == 7363] <- 7360 msa[msa == 5601] <- 5600 msa[msa == 5602] <- 5600 msa[msa == 6484] <- 6483 #### FIND MEANS FOR EACH MSA, FOR SUBSETTING LATER meanbymsa <- aggregate(HIVEST, by = list(msa), FUN = mean, na.rm = T) #### meanbymsa[,...
2004 Dec 08
0
dovecot 1.0-test-56 mail doesn't show up with Mac Entourage clients
...746f 6e20 5374 6174 6520 m.Houston.State. 0x03a0: 556e 6976 6572 7369 7479 0d0a 4461 7465 University..Date 0x03b0: 3a20 5475 652c 2030 3720 4465 6320 3230 :.Tue,.07.Dec.20 0x03c0: 3034 2031 343a 3432 3a30 3720 2d30 3630 04.14:42:07.-060 0x03d0: 300d 0a4d 6573 7361 6765 2d49 643a 203c 0..Message-Id:.< 0x03e0: 3131 3032 3435 3231 3237 2e37 3435 332e 1102452127.7453. 0x03f0: 3131 2e63 616d 656c 406c 6f63 616c 686f 11.camel at localho 0x0400: 7374 2e6c 6f63 616c 646f 6d61 696e 3e0d st.localdomain>. 0x0410: 0a4d 696d...
2008 Dec 15
2
Zaptel / TDM400P card stopped working
...8 dm_multipath,dm_snapshot,dm_zero,dm_mirror,dm_log aic7xxx 101753 15 scsi_transport_spi 23233 1 aic7xxx sd_mod 26329 20 scsi_mod 123917 6 sr_mod,sg,libata,aic7xxx,scsi_transport_spi,sd_mod raid456 121681 1 async_xor 7361 1 raid456 async_memcpy 6209 1 raid456 async_tx 9869 3 raid456,async_xor,async_memcpy xor 18633 2 raid456,async_xor ext3 110281 2 jbd 41045 1 ext3 mbcache 10309 1 ext3 uhci_hcd 22993...
2006 Dec 08
1
Problem with ssci disk
...T 9665 1 xt_state 6337 2 ip_conntrack 56992 2 ip_conntrack_netbios_ns,xt_state nfnetlink 11353 1 ip_conntrack iptable_filter 7233 1 ip_tables 17669 1 iptable_filter ip6t_REJECT 9537 1 xt_tcpudp 7361 9 ip6table_filter 7105 1 ip6_tables 18821 1 ip6table_filter x_tables 18501 7 xt_physdev,ipt_REJECT,xt_state,ip_tables,ip6t_REJECT,xt_tcpudp,ip6_tables ipv6 267489 25 ip6t_REJECT dm_mirror 33041 0 dm_multipath 22601 0 d...
2007 Apr 04
1
Cluster Services
Hello, we are running CentOS 4.3 and the latest cluster suite packages from the csgfs yum repository for this release and need to delete a cluster member. According to the documentation we need to restart all cluster related services on all remaining nodes in the cluster after the node has been removed. This is a four node cluster so removing one node obviously degrades the cluster to three
2007 Apr 12
1
[PATCH] Resize improvements (Multiple resize modes, better aspect ratio constraining)
Hi, I have ported various improvements of Beryl's resize to Compiz: - multiple resize modes (aside to the standard "normal" mode those are "Stretch", "Outline" and "Filled Outline") - better aspect ratio constraining (you now also can resize aspect constrained windows from other edges than the lower right) - avoiding of mouse pointer desynchronization
2019 Aug 26
2
Commit error with Xapian 1.4.11
A Recoll user gets the following message while indexing: "Attempted to delete or modify an entry in a non-existent posting list for #bannerholder" The exception happens during a commit call. Xapian version 1.4.11, Debian Buster A little more detail here: https://opensourceprojects.eu/p/recoll1/tickets/108/ I asked if this was reproducible, and to run the indexing in single-thread
2004 Jan 07
1
Samba Performance
-----BEGIN PGP SIGNED MESSAGE----- ******************************************************************** The contents of this email are intended exclusively for the addressee. If you are not the addressee you must not read use or disclose the email contents ; you should notify us immediately [ by clicking "Reply" ] and delete this email. Nationwide monitors e-mails to ensure its systems
2012 May 04
7
Unable to Install ruby-odbc gem on windows 2008 server bit
Hi, I am trying to install the ruby-odbc gem on windows 2008 server Enterprise SP2 64 bit version I have installed the devkit for ruby and it is also getting installed. When trying to install this ruby-odbc gem some how make.exe file is getting crashing and I am unable to install it further. I am able to install the same gem on a 32 bit machine but the same procedure does not work out on 64
2011 Jul 01
2
Win7 - Samba 3.5.4 trust relationship
Hello all, I guess that everyone knows the message "the trust relation between this workstation and the primary domain failed" when joining Win7 into samba domain. Unfortunately, the same problem appeared few hours/days after the machine was successfully joined in the domain(with reg keys from https://wiki.samba.org/index.php/Windows7) and user able to use it for awhile. Then at
2013 Nov 19
5
xenwatch: page allocation failure: order:4, mode:0x10c0d0 xen_netback:xenvif_alloc: Could not allocate netdev for vif16.0
...128 ext4_inode_cache 30702 30952 1704 19 ext4_free_data 768 768 64 64 ext4_allocation_context 180 180 136 30 ext4_prealloc_space 156 156 152 26 ext4_io_end 336 336 72 56 ext4_extent_status 7361 7446 40 102 ext3_inode_cache 0 0 1312 24 ext3_xattr 3726 3956 88 46 dquot 0 0 384 21 kioctx 0 0 896 18 pid_namespace 0 0 2208 14 posix_timers_...
2002 Sep 14
0
p.s. regarding stripchart missing-data report (PR#2019)
...1 1 NA 1 1 1 1 2 2 2 2 1 2 2 2 2 4 4 2 3 5 3 2 4 2 3 1 NA 1 1 1 1 1 1 1 1 1 2 1 1 2 1 2 2 2 2 1 1 1 2 1 1 1 1 1 1 2 2 1 1 2 1 1 2 1 1 1 1 NA 1 1 1 1 1 1 1 1 1 14 32 NA 2 2 2 60 2 2 .03 1 1 1 1 1 2 2 1 3 0 1 2 2 2 10 500 c 10 100 2 2 2 25 1 4 11877 25 1 3 3 75 10 3 1 1 1 1 1 1 2 2 2 2 2 2 2 345 2 9 7361 .03 1 1 1 75 9 5 1 2 2 2 2 1 2 2 2 2 2 2 2 98 3 2 994 10 1 2 2 75 9 2 1 1 1 1 1 9 9 2 2 2 2 2 2 177 4 7 4799 60 1 3 4 75 9 3 1 1 1 1 1 1 2 2 2 2 2 2 2 102 4 2 1 1 2 2 2 4 2 2 3 4 1 3 2 1 2 3 2 1 4 1 1 4 3 1 3 1 1 3 1 5 2 4 2 4 4 2 9 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 5 5 2 4 4 4 1 4 4 4 1 2 1...
2003 Dec 01
0
No subject
...new to this whole business. Thanks ahead of time ------------------------------ David W. Robinson, Ph.D. Research Assistant Professor Physiology and Pharmacology, L334 Oregon Health Sciences University 3181 SW Sam Jackson Park Road Portland OR 97201 Tel 503-494-7361 Fax 503-494-4352 robinsda@ohsu.edu ------------------------------ Return-Path: <einhverfr@hotmail.com> Delivered-To: samba@lists.samba.org Received: from hotmail.com (f17.law9.hotmail.com [64.4.9.17]) by lists.samba.org (Postfix) with ESMTP id E4BA9421B for <samba@lists....
2003 Dec 01
0
No subject
...http://lists.samba.org/mailman/listinfo/samba ------------------------------ David W. Robinson, Ph.D. Research Assistant Professor Physiology and Pharmacology, L334 Oregon Health Sciences University 3181 SW Sam Jackson Park Road Portland OR 97201 Tel 503-494-7361 Fax 503-494-4352 robinsda@ohsu.edu ------------------------------ Return-Path: <einhverfr@hotmail.com> Delivered-To: samba@lists.samba.org Received: from hotmail.com (f194.law9.hotmail.com [64.4.9.194]) by lists.samba.org (Postfix) with ESMTP id D124649B0 for <samba@lis...
2019 Feb 08
1
Samba and ufw (mmcg29440@frontier.com)
...54.39 DST=192.168.254.255 LEN=257 TOS=0x00 PREC=0x00 TTL=64 ID=4366 DF PROTO=UDP SPT=138 DPT=138 LEN=237 Feb 7 14:36:20 radio kernel: [ 454.149019] [UFW AUDIT] IN=enp2s5 OUT= MAC=ff:ff:ff:ff:ff:ff:74:27:ea:ab:1e:e0:08:00 SRC=192.168.254.15 DST=192.168.254.255 LEN=235 TOS=0x00 PREC=0x00 TTL=128 ID=7361 PROTO=UDP SPT=138 DPT=138 LEN=215 Feb 7 14:36:32 radio kernel: [ 466.115393] [UFW AUDIT] IN=enp2s5 OUT= MAC=ff:ff:ff:ff:ff:ff:74:27:ea:ab:1e:e0:08:00 SRC=192.168.254.15 DST=192.168.254.255 LEN=235 TOS=0x00 PREC=0x00 TTL=128 ID=7362 PROTO=UDP SPT=138 DPT=138 LEN=215 Feb 7 14:37:12 radio kernel: [...