search for: commads

Displaying 20 results from an estimated 63 matches for "commads".

Did you mean: commands
2010 Oct 23
2
How to escape "()" characters in commad
I have the following command: /usr/local/bin/rsync -avv 'Jeffrey?s iPhone (Root)'/ 'Macintosh HD'/Users/jeffrey/Downloads/iphone_backup Unfortunately, it's barking when it hits the "(". -bash: syntax error near unexpected token `(' How can I escape this? Thanks. -- View this message in context:
2013 Nov 04
0
Need to Call Puppet node_wmware commad in puppet manifest
Hi All, Im new to puppet.I need to automate vm provisioning.so i used node_vmware to do that.It works fine in commad line.now i need to link that to puppet dashboard and pass vmname and template as class parameters. Sample Code: node_vmware create{ "Test": #ensure=>present, vmname=>''myvm101'',
2011 Aug 31
2
VisualBasic "select case" commad in R
Hello I'm translating a Visual Basic routine to R. Which command in R is similar to "select case" in VB? See the example: select case int(AG) case 0, 5, 8, 10 VAR = 37 case 1, 4 VAR = 70 case 3, 6, 9 VAR = 90 case 2, 7 VAR = 112 end select A chain of "if else" would not be very elegant. Is there another option? Thanks in advance. Best regards. Antonio
2005 Dec 08
1
Add printer commad ...
Hi everybody ... I just read on the samba announce that's now possible to use the printer migrator tool prtmig.exe to backup existing queues and drivers on a Microsoft machine and restore them on Samba ... The problem is that the add printer command should be specified in the smb.conf file ... After googling a little i was not able to find any examples for this script ... Does anybody in
2005 Nov 09
3
Eliminate old kernels
Hi. Is there any commad for eliminate old kernels from grub instead of edit manually grub.conf and eliminate the files from /boot? Iago. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20051109/36a7fafa/attachment.html>
2005 Jan 04
2
Object Memory-limits in base and its help document (PR#7468)
Full_Name: Shigeru Mase Version: 2.0.1 OS: Linux (Debian) Submission from: (NULL) (222.149.162.192) help.search("Mem") shows there is an object "Memory-limits" in the base package. But commads "Memory-limits", or "Memory-limits()", causes an error message: Error: Object "Memory" not found. In addition, help(Memory-limits) displays the document for Arithmetic.
2006 Aug 23
5
two density curves in one plot?
Hello, I was wondering if I can plot two curves I get from "density(data)" into one plot. I want to compare both. With the following commad, I just get one curve plotted: plot( density(mydata) ) Sorry for this stupid question but I could not find a solution until now... Antje
2005 Sep 13
3
Collineariy Diagnostics
Hi, and thanks for your help in order to do collinearity analysis I downloaded the perturb package. I run a lm (regression) and on that the ??calldiag?? commad to get condition numbers but i get the following message: the variable XY with modus ??numeric?? was not found (it does the same with all predictors despite all variables are numeric and exists). Can anyone tell me how can I go arround
2006 May 04
3
error in installing login generator
hi guys, i tried to install login generator following these steps: first i open the forlder where my application is saved than writing in the commad prompt: gem install login_generator, then ruby script/generate login but it didn''t work i got this error Recognition failed for "/account%20/login" what should i do, or did i miss any step thanks -- Posted via
2006 Nov 06
2
Fwd: How to grep and remove files
Hi All, I want to know how to grep and delete (remove) files . What I need is that there are some unwanted out going mails in the queue in my Centos 4.4 Sendmail Server. I can find them with the below commad. mailq /var/spool/mqueue/ |grep '<>' Then It displays all the mails of that type withg their ids in the following way. [root at gateway ~]# mailq /var/spool/mqueue/ |grep
2015 Apr 19
4
inquiry about differences between the tap and the vnet in the virt-manager
inquiry about differences between the tap and the vnet in the virt-manager Greetings! I encounter a problem about the network when using virt-manager to create and run a VM. when I want to establish a network bridge for the guest OS, I generally use two kinds of ways described as fellow : First method : create a bridge with the help of linux commad: brctl, or Second method : using
2015 Oct 14
3
../../../Makefile.common:60:../../../Makefile.config:don't have that file or directory
I installed LLVM3.7.0 according to the LLVM document. I can use "clang","LLVM-dis"commands ,and so on. but when I execute commad "make" at llvm/lib/Transform/Hello directory, the error is : ../../../Makefile.common:60:../../../Makefile.config:don't have that file or directory ../../../Makefile.common:68:../../../Makefile.rules:don't have that file or
2007 Mar 21
1
How to add time to squid log
Hi, I have the need of adding time to squid log. The commad tail -f /var/log/squid/access.log does not provide the time when a user acesses the internet. I want to enable this feature. How to enable ? - Thank you Indunil Jayasooriya -------------- next part -------------- An HTML attachment was scrubbed... URL:
2018 Aug 26
2
Mail has quit working
Am 26.08.2018 um 20:48 schrieb TE Dukes: >> You see a basic error message "Could not connect to localhost:143". So >> test that without using additional software. Foremost consult the >> maillog, in this case the log content produced by dovecot. And test >> connectivity on the lowest level. >> >> echo QUIT | openssl s_client -connect localhost:143
2011 Sep 12
4
Problem in installing rails 3.1.0
Hi , Presently i am installing rails in my ubuntu system(Ubuntu 10.04.3 LTS) using following commad gem install rails -v ">=3.1.0" When i am trying to install desk@desk-pc:~$ gem install rails -v ">=3.1.0" Successfully installed rails-3.0.3 1 gem installed Installing ri documentation for rails-3.0.3... Installing RDoc documentation for rails-3.0.3...
2011 Mar 26
0
libvirt-users Digest, Vol 15, Issue 25
Sorry, let me rephrase the question again: I need define a user /password for sasl but want the authentication at runtime be automatic - no explicit promting the user while accessing a tcp socket with some applications that need authentication (e.g libvirt) I try : saslpasswd2 -c -p -a libvirt <user> and it hangs (if i now press Enter it says : "invalid parameter
2004 Nov 05
1
Error message from vignette strucchange-intro example
...int.res") B. Error correction formula ecm.model <- diff.expenditure ~ coint.res + diff.income C. Using EFP (OLS) test function ocus <- efp(ecm.model, type = "OLS-CUSUM", data = USIncExp2) or me <- efp(ecm.model, type = "ME", data = USIncExp2, h = 0.2) Both commads under C give me : ------------------------------------------------------------------- Error in eval(expr, envir, enclos) : Object "diff.expenditure" not found ------------------------------------------------------------------- Since quite some time I am sitting here and wonder whether...
2018 Aug 26
2
Mail has quit working
Am 26.08.2018 um 18:12 schrieb TE Dukes: > Thanks. I did open the port but made no difference. > > I found this in the roundcube mail error file: > > [26-Aug-2018 11:48:41 -0400]: <a763f95e> IMAP Error: Login failed for tdukes > from 192.168.1.102. Could not connect to localhost:143: > php_network_getaddresses: getaddrinfo failed: System error in >
2013 Jun 08
1
samba4 + cups - it is working for someone?
Hi I'm tryyng to add printing to my AD domain based on samba4. My config now looks like [global] workgroup = SZYB realm = SZYB.LOCAL netbios name = DEB7SMB4AD server role = active directory domain controller server string = Samba4_AD_server server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbind, ntp_signd, kcc, dnsupdate log level = 1 log file =
2020 Oct 28
2
proper config for qemu's host_cdrom
Greetings, I was wondering what is the proper way to configure a scsi cdrom pass-through so in when the qemu line is generated, host_Cdrom will be used instead of host_device. looking at https://gitlab.com/libvirt/libvirt/-/blob/master/src/qemu/qemu_block.c#L1090, I see that hostcdrom must be true. in order for that to be true, the following must be (see