Displaying 20 results from an estimated 63 matches for "commad".
Did you mean:
command
2010 Oct 23
2
How to escape "()" characters in commad
...tosh
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: http://samba.2283325.n4.nabble.com/How-to-escape-characters-in-commad-tp3008848p3008848.html
Sent from the Samba - rsync mailing list archive at Nabble.com.
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'',
template=>''/Datacenters/CM...
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 this problem? Is there another way
to have ??condition numbers...
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 http://www.ruby-forum.com/.
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 '<>'
kA63ZwJT007450 13864 Mon Nov 6 09:05 <>
kA63LqO3004442 4110 Mon Nov 6 08:51...
2015 Apr 19
4
inquiry about differences between the tap and the vnet in the virt-manager
...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 virt-manager
(1) create a bridge with the help of linux commad: brctl
I use a script to establish a bridge, there are many script examples on the web to establish a bridge. when I restart the network service, I get the bridge :
1.1 create network bridge
[root@l...
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
directory
why?
can anyone help me?
-------------- next p...
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: <http://lists.centos.org/pipermail/cento...
2018 Aug 26
2
Mail has quit working
...aillog, in this case the log content produced by dovecot. And test
>> connectivity on the lowest level.
>>
>> echo QUIT | openssl s_client -connect localhost:143 -starttls imap
> I'm getting what appears to be help file with various options when trying to
> run the above commad
Can we guess that you don't offer TLS for IMAP connections?
>> That must be successful first. You can too test "lsof -i :143" or "ss
>> -tulpen | grep 143". And tail your maillog.
>>
> Running lsof -i :143, I get:
>
> COMMAND PID USER FD TY...
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
...romting 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
supplied") . if I avoid the -p flag the above commad works fine and
prompts for password and later when using the tcp (virsh -c
qemu+tcp:...) it prompts for the above defined user/password and
autheticates ok.
But I want without the explicit authentication
The man pages says :
"-p Pipe mode - saslpasswd2 will neither prompt...
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?
...nt and Print Printer Drivers
path = /usr/local/samba/var/print
read only = No
[pdfprinter]
path = /var/spool/samba/
browseable = yes
printable = yes
printer name = PDF
[profiles]
path = /usr/local/samba/var/profiles
read only = no
but after run testparm -v commad I always get printing = bsd
I tryed to add into my config line
printing = cups
but after this change I got in samba log:
Unknown enumerated value 'cups' for 'printing'
I tried to recompile samba4 with otion --enable-cups but it didn't help.
in cups log there is no lines about...
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