Sponsored Content
Operating Systems Linux Red Hat NTPSTAT shows clinet is Unsynchronised Post 302996217 by Anjan Ganguly on Friday 21st of April 2017 01:37:26 PM
Old 04-21-2017
OK.But what is the primary reason for this?Can it be identified from the input that I have provided.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

ls shows directories only? how

1) how to show directories in ls command? i went to man ls, and saw this -d flag but doesnt help.. 2) say we put this alias ls='ls -F' in .profile.. how do we let inform .profile that there is a new entry besides restarting the system. thanks. my shell is KSH. (4 Replies)
Discussion started by: yls177
4 Replies

2. Solaris

Monitor shows out of frequency

:confused: :( I had a Intel P4 2.6 HT pc with 256DDRAM. I installed solaris 10 with most of the default configuration by the system...now when i boot the system with solaris 10, after the boot screen is past and desktop login screen is about to appears the monitor goes down and displays "OUT OF... (0 Replies)
Discussion started by: sunilpatwal
0 Replies

3. AIX

w shows phantom user

Hi When i use "w" command, It list some users with "-" command. That means these use already logout,but still in the system somewhere, no process but list under the "w" and "who" command.How can i get rid of these user. Can anybody help me out.thanks a lot xiko (2 Replies)
Discussion started by: xiko
2 Replies

4. UNIX for Advanced & Expert Users

du -k shows different size in two nodes

After rcp -rp from remote host, using du -k to verify the file size but total file size have different size. Check on individual file, file size is correct. How can I confirm on the file size after ftp? Pls advise. Thank you. (15 Replies)
Discussion started by: KhawHL
15 Replies

5. UNIX for Dummies Questions & Answers

ls -l shows a @ after permissions, why?

As in >ls -l *.name -rw-r--r-- 1 c2s ... file0.name -rw-r--r-- 1 c2s ... file1.name -rw-r--r--@ 1 c2s ... file2.name -rw-r--r--@ 1 c2s ... file3.name As the example shows, it only happens for some files. What does the @ mean? The @ is not described in the man page for ls (3 Replies)
Discussion started by: c2s
3 Replies

6. Shell Programming and Scripting

Add column that shows how old a file is

I'd like to create a report that is sent to me via email. It's basically just an ls -l of a directory. However, I'd like to add a column to the end of each file listing that is a numeral - telling me at a glance how old the file is. For example, instead of this: $ ls -l total 9830796... (10 Replies)
Discussion started by: cdunavent
10 Replies

7. UNIX for Dummies Questions & Answers

Diff shows only the same content

Hi All, Sorry this might be real dummy question. I have been searching from internet and diff manual, but not found any answer . By using diff command, how do we display the same content only (from both 2 files in 2 coloumns). Here is the diff -y output http://i39.tinypic.com/fa8snr.jpg ... (2 Replies)
Discussion started by: wilsonSurya
2 Replies

8. UNIX for Dummies Questions & Answers

File shows in ls but cannot be accessed

I can do an ls -l CD* and see the following CDTEST userA RW RW R and I an logged on as userA. But if I do an ls -l the file does not appear. If I do a vi CDTEST it tries to create a new file named CDTEST. If I do a mv or rm I get the message no file of name CDTEST found. Any idea what is going on.... (3 Replies)
Discussion started by: LeeT
3 Replies

9. UNIX for Dummies Questions & Answers

Ls command shows : NOT A DIRECTORY

I am working on ksh shell. In some folders if i write ls *MYFILE* > NEWFILE then it shows error on few files as <filename>/:NOT A DIRECTORY i have around 9 thousand files in this folder and out of them around 61 are showing error. However, when i created softlink of that directory and... (3 Replies)
Discussion started by: JYOTIHA
3 Replies

10. SuSE

Suse 10 shows only 1 cpu

Hi im using vmware esxi 5.1 and my guest is suse 10SP3 64bit at start it was configured with only 1 cpu. i added 1 more cpu. when i run this command: lscpu, it shows only 1 cpu installed how can i fix that? thanks! (4 Replies)
Discussion started by: guy3145
4 Replies
libssh2_session_disconnect_ex(3)				  libssh2 manual				  libssh2_session_disconnect_ex(3)

NAME
libssh2_session_disconnect_ex - terminate transport layer SYNOPSIS
#include <libssh2.h> int libssh2_session_disconnect_ex(LIBSSH2_SESSION *session, int reason, const char *description, const char *lang); int libssh2_session_disconnect(LIBSSH2_SESSION *session, const char *description); DESCRIPTION
session - Session instance as returned by libssh2_session_init_ex(3) reason - One of the Disconnect Reason constants. description - Human readable reason for disconnection. lang - Localization string describing the langauge/encoding of the description provided. Send a disconnect message to the remote host associated with session, along with a reason symbol and a verbose description. As a convenience, the macro libssh2_session_disconnect(3) is provided. It calls libssh2_session_disconnect_ex(3) with reason set to SSH_DISCONNECT_BY_APPLICATION and lang set to an empty string. RETURN VALUE
Return 0 on success or negative on failure. It returns LIBSSH2_ERROR_EAGAIN when it would otherwise block. While LIBSSH2_ERROR_EAGAIN is a negative number, it isn't really a failure per se. SEE ALSO
libssh2_session_init_ex(3) libssh2 0.15 1 Jun 2007 libssh2_session_disconnect_ex(3)
All times are GMT -4. The time now is 12:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy