search for: coward

Displaying 20 results from an estimated 159 matches for "coward".

Did you mean: toward
2016 Apr 21
1
Vegemite Function is Cowardly refusing
R version 3.2.2. library(vegan) I was to look at community tables from my dendrograms and am trying out the vegemite command. This is the error I get: Error in vegemite(apst, apst.clusters) : Cowardly refusing to use longer than 1 char symbols: Use scale I thought the problem was that I was using the log transformed data, but I tried it on the raw (which is single digit numbers), and still no luck. Any suggestions would be appreciated. -- Ansley Silva *"The clearest way into the U...
2006 Jul 19
0
CentosPlus Kernel coward
I strongly suspect that going to the CentosPlus Kernel would be good for my notebook: Not having NTFS support is making moving files from my XP drive to my Linux drive a pain. Suspend is not working. Rather I suspend and never get out of it! My notebook has an internal SD reader that is not recognized. I notice on boot a message that: ide2: I/O resource 0x3EE-0x3EE not free. ide2: ports
2013 Jul 23
1
Heat Map for species - code from Numerical Ecology with R
...pe.chwo came from: spe.norm <- decostand(spe, "normalize") spe.ch <- vegdist(spe.norm, "euc") spe.ch.UPGMA <- hclust(spe.ch, method = "average") spe.chwo <- reorder.hclust(spe.ch.UPGMA, spe.ch) and the error is Error in vegemite(spe, spe.chwo) : Cowardly refusing to use longer than 1 char symbols: Use scale The data in the dataframe is biomass data recorded to 4 digits. Here is an example of part of the dataframe: AGA ANT BON CAL11 0.42 0.092 0.051 0.0002 0.00 0.000 0.007 0.0024 0.00 0.008 0.000 0.0097 0.00 0.002 0.003 0.002 I'm wond...
2011 Oct 11
2
BT line: unavailable vs withheld numbers?
...ming call has been deliberately withheld (by dialling 141) or is merely unavailable (e.g. because it originated from overseas or passed through some ancient switching equipment) ? In the first case, I want the caller to be played a message to the effect that we are not at home to anonymous cowards but if their business is important, they may redial without withholding their number. In the second case, the call needs to be treated as legitimate since it is not really the caller's fault that their number is not available. Software is Asterisk 1.8.5.0 with DAHDI 2.4.1.2. Hardware is...
2014 May 15
1
backup
...d *echoed* it: # samba_backup realitvedirname: ./private if: tar cjf /root/backup/samba4_private.2014-05-15.tar.bz2 ./private --exclude=*.ldb --warning=no-file-ignored --transform s/.ldb.bak$/.ldb/ realitvedirname: else: tar cjf /root/backup/etc.2014-05-15.tar.bz2 --warning=no-file-ignored tar: Cowardly refusing to create an empty archive Try 'tar --help' or 'tar --usage' for more information. Error while archiving /root/backup/etc.2014-05-15.tar.bz2 - status = 2 In the second loop $realivedirname is empty; how should I solve this? the 3 folders it tries to backup are './*pr...
2005 Oct 12
2
Samba vs ADS problems
Hello Everyone This samba server was working perfectly without problems. Running as an Domain member vs Win2K ADS One day it stopped working? All that happened 5 days ago was a change of the administrator/root password We adjusted the wbinfo ?set-auth-user towards the new password. But nothing have worked since. install:/ # wbinfo -V Version 3.0.13-1.1-SUSE What might be wrong when the following
2008 Jan 10
10
ZFS versus VxFS as file system inside Netbackup 6.0 DSSU
Hello experts, We have a large implementation of Symantec Netbackup 6.0 with disk staging. Today, the customer is using VxFS as file system inside Netbackup 6.0 DSSU (disk staging). The customer would like to know if it is best to use ZFS or VxFS as file system inside Netbackup disk staging in order to get the best performance possible. Could you provide some information regarding this
2015 Mar 09
4
endian problems on FreeBSD?
...an speak with each other. The x86 boxes are FreeBSD 10.1, FreeBSD 8.1 and Mac OS X 10.6.8. The beaglebone keys were generated on the beaglebone. Ideas or clues appreciated. - -Brett - -- wynkoop at wynn.com http://prd4.wynn.com/wynkoop/pgp-keys.txt 917-642-6925 929-272-0000 If cowardly and dishonorable men sometimes shoot unarmed men with army pistols or guns, the evil must be prevented by the penitentiary and gallows, and not by a general deprivation of a constitutional privilege. - -Honorable J. A. Williams, Circuit Judge - Wilson v. State, 33 Ark. 557,...
2007 Dec 27
17
2.0 & "Agile Web Dev..." book
Just running through the first little project (depot) in ''Agile Web Development with Rails''. It isn''t scaffolding like it says it should in the book. After running: >rails -d mysql depot then SQLing: drop table if exists products; create table products ( id int not null auto_increment, title varchar(100) not null, description text not null, image_url varchar(200)
2006 Aug 18
0
LDAP Auth problems with auth_bind=yes
...LAIN, rip=::ffff:127.0.0.1, lip=::ffff:127.0.0.1, secured Is the auth_ldap code not resetting the ldap connection bind details to the dn/dnpass values for each login ? You help would be greatly appreciated as I hope to make this a production server within the next week. Regards, Rob Coward Unix Developer GAME STORES GROUP LTD Tel: 01256 784476 Email: Rob.Coward at game.net -----Original Message----- From: dovecot-bounces at dovecot.org [mailto:dovecot-bounces at dovecot.org] On Behalf Of suranga de silva Sent: 18 August 2006 19:14 To: dovecot at dovecot.org Subject:...
2015 Mar 10
2
endian problems on FreeBSD?
...net 192.168.254.0 192.168.254.113 Which is the same, except addresses as on my other FreeBSD boxes and they do not toss the route error. Any pointers on checking my ssl lib? - -Brett - -- wynkoop at wynn.com http://prd4.wynn.com/wynkoop/pgp-keys.txt 917-642-6925 929-272-0000 If cowardly and dishonorable men sometimes shoot unarmed men with army pistols or guns, the evil must be prevented by the penitentiary and gallows, and not by a general deprivation of a constitutional privilege. - -Honorable J. A. Williams, Circuit Judge - Wilson v. State, 33 Ark. 557,...
2012 Oct 11
2
extracting groups from hclust() for a very large matrix
...6 7 8 137 173 239 356 709 585 908 1264 The vegemite() function also doesn't work for this reason - I have way too many plots so they number in the thousands, which vegemite doesn't like. > vegemite(VTM.Matrix, VTM.HClust) Error in vegemite(VTM.Matrix, VTM.HClust) : Cowardly refusing to use longer than 1 char symbols: Use scale Does anybody know how I can get a simple list of plots in each category? I would think this would be something like a summary command. Perhaps a different clustering method? Thanks, Chris Dolanc -- Christopher R. Dolanc Post-doctoral Res...
2006 Jan 18
3
ASN.1 encoding ended?
Hi all. Im having a bit of a problem. I have about 20 Samba servers all over the country on 256/512 WAN links. We just upgraded our primary NT4 domain to mixed-mode Active Directory on Windows 2003. In addition to that we have a native-mode Active Directory domain on Windows 2003. We were planning on merging a couple of NT4 domains into 1 native mode Active Directory domain, but plans have
2005 Oct 16
4
Samba 3.0.20b - still getting "Winbind Dead but subsys locked"
I can remove the /var/locl/subsys/winbindd file to clear the subsys locked message but this does not chnage the winbind crash problem. I originally noticed this problem on 20a and thought that 20b had a fix for the winbind crash. Any clues? I am running RH ES 4.0 64 bit with samba packages downlaoded from enterprisesamba.com. PC
2002 Oct 28
2
RFC: no automatic updates of packages with major version change
...s read as "working towards 1.0"). In case of a major change *) update.packages() will warn the user if ask=TRUE, like mclust : Version 1.1-7 in /usr/local/lib/R-contrib Version 2.0-1 on CRAN WARNING: major version number change Update (y/N)? *) if ask=FALSE, update.packages() will cowardly refuse the updates and issue a warning for all packages that have not been updated. *) the same will be done for the methods working off packageStatus objects. Note that we are already working on new package management tools which should make it easier to have multiple versions of a package i...
2015 Feb 26
3
Back with my UID problems
...18:18 profile root at prd2:/archive/test # Needless to say where it says 3000011 I expect it to see wynkoop since I am in the local password file on that system with UID 34. - -Brett - -- wynkoop at wynn.com http://prd4.wynn.com/wynkoop/pgp-keys.txt 917-642-6925 929-272-0000 If cowardly and dishonorable men sometimes shoot unarmed men with army pistols or guns, the evil must be prevented by the penitentiary and gallows, and not by a general deprivation of a constitutional privilege. - -Honorable J. A. Williams, Circuit Judge - Wilson v. State, 33 Ark. 557,...
2005 Dec 24
2
3.0.20 usermap script execution
I have created a mapusers.bash script (listed below) for mapping Active Directory handles to unix logins. This script is currently working as documented. I would like some insight into how and when this script gets called. I assumed that upon establishing each samba connection, after the active directory handle gets authenticated with the domain controller it passes the domain\handle to this
2005 Oct 02
2
Samba 3.20 Solaris questions PLEASE HELP!
Hello, I have samba 3.20 running in test on Solaris 8 and 9 beautifully it is curently configured as a Domain Client it authenticates using winbind and nsswitch libraries using ADS with windows 2003 server. I have krb5 and ldap working just fine but I now find myself with a mess of bugs and questions and I could really use some of your expertise in the matters so here they go, Thank you soooo
2015 Feb 26
6
Back with my UID problems
On Wed, 25 Feb 2015 19:48:07 +0000 Rowland Penny <rowlandpenny at googlemail.com> wrote: > As for creating users & groups, samba 4 comes with 'samba-tool' for > more info on this, run 'samba-tool --help' or 'samba-tool user add > --help', you can also run 'man samba-tool' > > Rowland > Nothing in the samba-tool man page speaks to
2016 Nov 22
5
backup_samba4 script failing
...ing for previous backups of this day : acl-sys_vol Message: setting date and counter : 2016-11-22-3 for acl-sys_vol creating sysvol ACL file Backup Status sysvol acl: ok Message: checking for previous backups of this day : samba Message: setting date and counter : 2016-11-22-0 for samba /bin/tar: Cowardly refusing to create an empty archive Try '/bin/tar --help' or '/bin/tar --usage' for more information. Error archiving: /home/backups/dtdc03/samba-2016-11-22-0.tar.bz2 Status: 2 Apparently the final part of the script is failing but I am having trouble determining why it will...