Displaying 6 results from an estimated 6 matches for "filec".
Did you mean:
file
2012 Nov 09
4
Usage of puppet to deploy and configuration manage software patches
I have some questions in terms of how to use puppet of configuration
management for software patches. My previous approach was it to create a
puppet module for each patch ... Like Patch1 includes (FileA, FileB,
FileC), Patch2 includes (FileD, FileE)... So far so good and that works but
now i have to create a Patch3 with lets say FileF and FileA included. As
you can see there will be a puppet conflict as i can''t deploy the same
files within different modules. What is the right architecture and method...
2016 Jul 14
1
command line file completion on CentOS 7
...> On Thu, 14 Jul 2016, Jerry Geis wrote:
>
>> Why are they not the same?
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1296366
>
Not just more for me - in odd cases, not all the time, but on some of our
servers, and no, I don't remember if they're C6 or c7, sometimes filec
works, and others not. Thinking about it, I think it works with ll, but
not if I'm doing a command, and the filename is a parameter.
It's annoying....
mark
2007 Sep 08
3
DO NOT REPLY [Bug 4961] New: rsync ignores --compare-dest flag?
...gnedTo: wayned@samba.org
ReportedBy: jae@platinumpsi.com
QAContact: rsync-qa@samba.org
Perhaps I have the syntax wrong, however, the following attempts to copy all
files in SOURCE every time:
1. mkdir LATEST_CHANGES SOURCE BACKUP_STAGING
2. touch SOURCE/filea SOURCE/fileb SOURCE/filec
3. rsync -avi SOURCE/* LATEST_CHANGES
(all files copied, as expected)
4. touch SOURCE/filed SOURCE/filee
5. rsync -avin SOURCE/* BACKUP_STAGING --compare-dest=LATEST_CHANGES
always reports the three files that are in LATEST_CHANGES:
building file list ... done
>f+++++++ filea
>f+++++++ fileb...
2002 Dec 22
0
Bug ID: 26222 - SMB Storm
...]
comment = Group directory - users1
path = /home/public/users1
valid users = @users1
read only = No
create mask = 0770
security mask = 0770
directory mask = 0770
directory security mask = 0770
homes# set
_
addsuffix
argv ()
cwd /root
dirstack /root
echo_style bsd
edit
filec
gid 0
group wheel
history 100
home /root
killring 30
loginsh
mail /var/mail/root
owd
path (/sbin /bin /usr/sbin /usr/bin /usr/games
/usr/local/sbin /usr/local/bin /usr/X11R6/bin
/root/bin)
prompt homes#
prompt2 %R?
prompt3 CORRECT>%R (y|n|e|a)?
savehist 100
shell...
2016 Jul 14
2
command line file completion on CentOS 7
I have noticed on CentOS 7.2 that when I am doing command line
file TAB completion it behaves differently.
if I have a file /tmp/file 1.txt (notice the space)
when I do:
ls /tmp/file and hit TAB it works
but if I do:
more /tmp/file and hit TAB it does NOT work.
What I get is
1.txt file
versus just expanding to /tmp/file 1.txt
Why are they not the same?
Thanks,
Jerry
2005 Oct 05
0
Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o memory leak when using call files ?
...(/opt/gucky/test/pending/${SMID1}${SMID2}${SMID3}-filea)
exten => s,7,Playback(/opt/gucky/test/gap1)
exten =>
s,8,Playback(/opt/gucky/test/pending/${SMID1}${SMID2}${SMID3}-fileb)
exten => s,9,Playback(/opt/gucky/test/gap2)
exten => s,10,Playback(/opt/gucky/test/${SMID1}${SMID2}${SMID3}-filec)
exten => s,11,Hangup
; Hangup during play
exten => h,1,GotoIf($["${CHANNEL}" = "OutgoingSpoolFailed"]?4)
; notify callgenerator about successful accepted call
exten => h,2,TrySystem(rm -f
/opt/gucky/test/pending/${SMID1}${SMID2}${SMID3}*)
exten => h,3,TrySystem(/...