Sponsored Content
Operating Systems Linux Red Hat Special characters automatically gets returned - Red Hat Enterprise Linux Server release 7.0 Post 302944082 by dba1981 on Friday 15th of May 2015 09:10:08 AM
Old 05-15-2015
Special characters automatically gets returned - Red Hat Enterprise Linux Server release 7.0

Dear experts,

We are using Linux OS i.e Red Hat Enterprise Linux Server release 7.0

I log to the server using putty & default shell is


Code:
-bash4.2$ echo $SHELL /bin/bash

special character automatically gets returned in my putty.



Code:
-bash-4.2$ ~

Also this special character gets returned to the Oracle database running on the server



Code:
SQL>^[[28~

It's weird because it affects badly our work & this happens even we open files using an editor using 'vi' as well.

Appreciate your reply.

Moderator's Comments:
Mod Comment edit by bakunin: I appreciate your trying to close the first thread, but:
1) We do not want multiple threads with identical problems. Since you cannot close a thread (adding the tag "closed" doesn't help at all), please contact a moderator or administrator if you feel the necessity to do so.

2) You got an answer in fact. If you didn't get more you might ask yourself if you haven't described your problem adequately. Most probably many of the experts here have read your thread and didn't want to answer for some reason. This reason could be anything between "i don't know either" and "this guy isn't worth an answer". In any way, opening more threads won't help this situation. You might as well write a better description, give more data, share investigation results or similar things, which may change the experts opinion - either to "OK, now i know because i understand the problem" or to "this guy seems no longer to be a waste of time".

3) for these reasons the thread here is closed. Feel free to add to your already open thread.

Last edited by bakunin; 05-15-2015 at 10:49 AM..
 

2 More Discussions You Might Find Interesting

1. Red Hat

To download mod_ssl for Red Hat Enterprise Linux Server release 5.6 Beta (Tikanga)

Hi, Anyone know how and where to download mod_ssl package into Red Hat Enterprise Linux Server release 5.6 Beta (Tikanga) ? could you also show what's the procedure to apply the mod_ssl into the server and how to apply the digital cert into apache server and so on. Thanks. (1 Reply)
Discussion started by: ckwan
1 Replies

2. UNIX for Dummies Questions & Answers

Special characters automatically gets returned - Red Hat Enterprise Linux Server release 7.0

Dear experts, We are using Linux OS i.e Red Hat Enterprise Linux Server release 7.0 I log to the server using putty & default shell is -bash4.2$ echo $SHELL /bin/bash special character automatically gets returned in my putty. -bash-4.2$ ~ Also this special... (4 Replies)
Discussion started by: dba1981
4 Replies
nfsiod(8)						      System Manager's Manual							 nfsiod(8)

NAME
nfsiod, biod - The local NFS compatible asynchronous I/O daemon SYNOPSIS
nfsiod [ numthreads ] DESCRIPTION
The nfsiod daemon runs on an NFS compatible client machine and spawns several IO threads to service asynchronous I/O requests to its server. The I/O threads improve performance of both NFS reads and writes. Both try to enlist the aid of an idle I/O thread. If none is available, the process itself issues the request to the server and waits for the reply. The optimum number of I/O threads to run depends on many variables, such as how quickly the client will be writing, how many files will be accessed simultaneously, and the behaviour of the NFS server. For use with a Tru64 UNIX server, 7 is a good number of I/O threads for most systems. When reading, if the client believes the process is reading a file sequentially, it requests an I/O thread to read a block ahead of what the process is currently requesting. If the readahead completes before the process asks for that block, then the subsequent read system call for that data completes immediately and does not have to wait for the NFS request to complete. Read ahead will be triggered again so the read may find that next block available as well. When writing a file, the client takes the process's data, passes the request to an I/O thread and immediately returns to the process. If the process is writing data faster than the network or server can process, then eventually all the I/O threads become busy and the process has to handle a NFS write itself. This means the process has to wait until the server finishes the write. For Tru64 UNIX servers, the NFS block size is 8Kb and UFS tries to cluster I/O 64Kbs at a time. If the client is running with 7 I/O threads, 8 write requests can be in progress at once. This allows the client and server to write data 64Kbs at a time and is the reason for recommending 7 I/O threads. Unlike nfsd, each client thread can use either UDP or TCP. However, if TCP mounts are active, the nfsiod process will time out, close idle TCP connections, and acknowledge any connections closed by the server. The nfsiod process is also responsible for syncing the access time and modify times for special files and named pipes (fifos). Because I/O to these files does not go through the NFS server, NFS clients have to directly update the access time and modify time attributes. The client threads are implemented as kernel threads; they are part of Process ID 0, not the nfsiod process. The ps axml command displays idle I/O threads under PID 0. Idle threads will be waiting on nfsiod_wait. Therefore, if 7 I/O threads are configured, only 1 nfsiod process is displayed in the output from the ps command, although 7 client threads are available to handle NFS requests. FILES
Specifies the command path Specifies the file for logging NFS activity. RELATED INFORMATION
Commands: nfsd(8), nfsstat(8) Daemons: async_daemon(2) delim off nfsiod(8)
All times are GMT -4. The time now is 12:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy