Displaying 11 results from an estimated 11 matches for "unalias".
2007 Mar 02
7
Lame question about cp
Hi,
How can i copy a file to another with the same name without being
prompted for a confirmation ?
I read the cp man page, but nada.
Any help would be appreciated.
Warm Regards,
M?rio Gamito
2018 May 28
1
Rsync 3.1.3 segfault
..."/usr/bin/rsync --daemon
--dparam=pidfile=/var/run/rsync.pid"
When ran by hand it works, when ran from rc-scripts rsync segfaults. The
only difference is that rc-scripts are closing/redirecting std streams
prior to calling above command.
The code responsible for segfault is new popt_unalias function added in
3.1.3. To be exact this line causes segfault:
poptAddAlias(con, unalias, 0);
When commented out everything works.
Workaround for now to get it running is to comment out popt_unalias calls.
I'm hoping for little help to nail down what exactly causes segfault and
fix it :-...
2005 Sep 28
2
htb + tc filter
Hi everybody,
i am new to this list so dont blame me if i will talk about nothing..
At this moment i am experimenting with htb + tc u32 filters , the
problem is that
i want some traffic to be unshaped so i did this..
tc qdisc add dev eth0 root handle 10: htb default 20
tc class add dev eth0 parent 10: classid 10:2 htb rate 256Kbit
THIS IS TRAFFIC I WANT NOT TO BE SHAPED
tc filter add dev eth0
2008 Jan 28
5
question on "cp -f" on centos 5.1
When I issue the command cp -af --reply=yes * ../other
it tells me --reply is deprecated and use -i or -f.
when I remove the --reply=yes I have to indicate 'y' to every
file being copied.
I just want to copy every file in my current directory to another
directory and overwrite any file that is there.
What is the correct way to do that?
Jerry
2008 Dec 17
4
vim helpfile tag issues
Just wondering if anyone can replicate this issue....
On CentOS 5.2, using vim 7.0.237, I'm having a consistent issue across
all my centos boxen.
if I try and access the help files direct (as root), such as ":help
tutor" I get:
"usr_01.txt.gz" [readonly][noeol][converted] 11L, 4393C
E434: Can't find tag pattern
Press ENTER or type command to continue
If I press
2020 Mar 28
0
[klibc:update-dash] dash: builtin: Mark more regular built-ins
...md -u getopts
-hashcmd hash
+hashcmd -u hash
jobscmd -u jobs
localcmd -as local
printfcmd printf
-pwdcmd pwd
+pwdcmd -u pwd
readcmd -u read
returncmd -s return
setcmd -s set
shiftcmd -s shift
trapcmd -s trap
truecmd -s : -u true
-typecmd type
+typecmd -u type
umaskcmd -u umask
unaliascmd -u unalias
unsetcmd -s unset
waitcmd -u wait
aliascmd -au alias
#ifdef HAVE_GETRLIMIT
-ulimitcmd ulimit
+ulimitcmd -u ulimit
#endif
testcmd test [
killcmd -u kill
2004 Jul 15
2
Update ash-port to NetBSD-1.6.1
Hi all,
this patch updates the ash-port of klibc to that one found in
NetBSD-1.6.1 instead of the horribly old one currently used. It's a bit
longish (appearently there has been some work done between 1993 and
today), but now it's even useable on 64-bit systems :-).
Plus I've added some nice-to-have builtins, e.g. printf.
Cheers,
Hannes
--
Dr. Hannes Reinecke hare@suse.de
SuSE
2019 Jan 25
0
[klibc:update-dash] input: Move all input state into parsefile
...->ap) {
- if (parsenextc[-1] == ' ' || parsenextc[-1] == '\t') {
+ if (parsefile->nextc[-1] == ' ' ||
+ parsefile->nextc[-1] == '\t') {
checkkwd |= CHKALIAS;
}
if (sp->string != sp->ap->val) {
@@ -376,8 +351,8 @@ popstring(void)
unalias(sp->ap->name);
}
}
- parsenextc = sp->prevstring;
- parsenleft = sp->prevnleft;
+ parsefile->nextc = sp->prevstring;
+ parsefile->nleft = sp->prevnleft;
/*dprintf("*** calling popstring: restoring to '%s'\n", parsenextc);*/
parsefile->strpush = s...
2020 Mar 28
0
[klibc:update-dash] dash: input: Move all input state into parsefile
...->ap) {
- if (parsenextc[-1] == ' ' || parsenextc[-1] == '\t') {
+ if (parsefile->nextc[-1] == ' ' ||
+ parsefile->nextc[-1] == '\t') {
checkkwd |= CHKALIAS;
}
if (sp->string != sp->ap->val) {
@@ -376,8 +351,8 @@ popstring(void)
unalias(sp->ap->name);
}
}
- parsenextc = sp->prevstring;
- parsenleft = sp->prevnleft;
+ parsefile->nextc = sp->prevstring;
+ parsefile->nleft = sp->prevnleft;
/*dprintf("*** calling popstring: restoring to '%s'\n", parsenextc);*/
parsefile->strpush = s...
2010 Aug 12
3
How to track down a latency/timing problem
Hello Lustre Experts
I am trying to solve a problem with very slow "ls" and other big amount
of file operations but good overall read/write rates.
We are running a small cluster of 3 OSSs with 9 OSTs, 1MDS (with SSD
MDT) and currently two clients. All server nodes are centos 5.2 with
lustre 1.8.1 while the clients are centos 5.4 with lustre 1.8.3. All
components are networked with DDR
2011 Oct 21
5
How to remove a Trash folder from a mounted ntfs partition
CentOS-5.7 using fuse-ntfs-3g
I have a HDD from a laptop that is being returned for
repair replacement. I wish to remove certain files before
sending the laptop back with the HDD.
I have mouunted the HDD on my desktop as an ntfs
filesystem using an external SATA / USB adapter. As root
I then used the gnome desktop to move the desired files to
trash. Now I wish to delete the contents of the