search for: clnt_call

Displaying 11 results from an estimated 11 matches for "clnt_call".

2015 Feb 27
2
yum causing RPC timed out?
...245 updates/7/x86_64 CentOS-7 - Updates 1,721 repolist: 17,847 [root at localhost ~]# yum --disablerepo=epel --disablerepo=rpmforge provides '*/applydeltarpm' do_ypcall: clnt_call: RPC: Timed out do_ypcall: clnt_call: RPC: Timed out http://centos.corenetworks.net/7.0.1406/os/x86_64/repodata/3cda64d1c161dd0fead8398a62ef9c691e78ee02fe56d04566f850c94929f61f-filelists.sqlite.bz2: [Errno 12] Timeout on http://centos.corenetworks.net/7.0.1406/os/x86_64/repodata/3cda64d1c161dd0fead...
2015 Feb 27
2
yum causing RPC timed out?
On 02/27/2015 01:11 PM, Dave Burns wrote: > Apparently CentOS-7 - Base is failing, what does that mean? How do I > contact the upstream for the repo? How do I find a working upstream? > > More info from command execution: > do_ypcall: clnt_call: RPC: Timed out > do_ypcall: clnt_call: RPC: Timed out > http://mirror.supremebytes.com/centos/7.0.1406/os/x86_64/repodata/3cda64d1c161dd0fead8398a62ef9c691e78ee02fe56d04566f850c94929f61f-filelists.sqlite.bz2: > [Errno 12] Timeout on > http://mirror.supremebytes.com/centos/7.0.1406/os/x...
2015 Feb 27
0
yum causing RPC timed out?
Apparently CentOS-7 - Base is failing, what does that mean? How do I contact the upstream for the repo? How do I find a working upstream? More info from command execution: do_ypcall: clnt_call: RPC: Timed out do_ypcall: clnt_call: RPC: Timed out http://mirror.supremebytes.com/centos/7.0.1406/os/x86_64/repodata/3cda64d1c161dd0fead8398a62ef9c691e78ee02fe56d04566f850c94929f61f-filelists.sqlite.bz2: [Errno 12] Timeout on http://mirror.supremebytes.com/centos/7.0.1406/os/x86_64/repodata/3cda6...
2017 Jun 21
3
why would ls, while or ci use NIS?
I have an entry in root's crontab: #ls -1 /etc/RCS|sed "s~\(.*\),v~\1~"|while read file; do ls -la /etc/$file|ci -q -l /etc/$file ;done Error output I received: do_ypcall: clnt_call: RPC: Unable to receive; errno = No route to host YPBINDPROC_DOMAIN: Domain not bound do_ypcall: clnt_call: RPC: Unable to receive; errno = No route to host YPBINDPROC_DOMAIN: Domain not bound do_ypcall: clnt_call: RPC: Unable to receive; errno = No route to host YPBINDPROC_DOMAIN: Domain not bound...
2015 Feb 27
2
yum causing RPC timed out?
On Fri, Feb 27, 2015 at 12:38:06PM -1000, Dave Burns wrote: > What makes you think NIS is involved? > Is Errno 12 a clue? I tried searching for (do_ypcall: clnt_call: rpc: timed "do_ypcall" is a NIS error message. (Previous NIS was called "yellow pages"; the "yp" in do_ypcall is a reference to that). Maybe you have "hosts: files nis" in /etc/nsswitch.conf or something else that's causing the OS to want to talk to N...
2009 Oct 02
1
Timeout waiting for handshake from auth server
Hello I have that kind of messages in dovecot.log anyone has those troubles ? the machine is Debian etch 64 bits dovecot 1.2.5 has been compiled on the machine it run NIS client to a YPLDAPD server thank you Oct 02 12:15:27 auth(default): Error: do_ypcall: clnt_call: RPC: Timed out Oct 02 12:15:33 pop3-login: Error: Timeout waiting for handshake from auth server. my pid=16755, input bytes=0 Oct 02 12:15:46 auth(default): Error: YPBINDPROC_DOMAIN: Domain not bound Oct 02 12:15:46 pop3-login: Error: Timeout waiting for handshake from auth server. my pid=16760,...
2015 Feb 27
0
yum causing RPC timed out?
...t responding. NIS is working fine, at least, for what I expect it to do. What makes you think NIS is involved? What does yum use NIS for? Is there a test command I could use to see whether NIS is working for yum? What names is yum looking up? Is Errno 12 a clue? I tried searching for (do_ypcall: clnt_call: rpc: timed out "errno 12" ), got many confusing hits, nothing obviously helpful. thanks, Dave
2008 Jun 18
3
v1.1.rc11 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc11.tar.gz http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc11.tar.gz.sig This is the final v1.1 RC. Tomorrow I'll change only the version number, update the documentation and call it v1.1.0. But please test this anyway to make sure I didn't happen to break anything since rc10 :) - dovecot-uidlist is now recreated if it results in file
2008 Jun 18
3
v1.1.rc11 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc11.tar.gz http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc11.tar.gz.sig This is the final v1.1 RC. Tomorrow I'll change only the version number, update the documentation and call it v1.1.0. But please test this anyway to make sure I didn't happen to break anything since rc10 :) - dovecot-uidlist is now recreated if it results in file
2008 Oct 30
7
Is there any way to check if DTrace is running or a DTrace probe is enabled?
Hi, I am adding DTrace probes within NFS v3 client. In my current implementation, I use some tsd_*() functions and kmem_zalloc() function. These functions might be heavy and affect the performance. I want to call this function only when DTrace is running or the DTrace probes are enable. So is there a way to check DTrace is running or DTrace probe is enabled? Regards, Danhua
2006 Feb 03
0
rquotad (NFS) quota plugin
...t;h_addr; + rhost.sin_family = AF_INET; + rhost.sin_port = 0; + + clnt = clntudp_create(&rhost, RQUOTAPROG, RQUOTAVERS, tout, &sock); + if (!clnt) + return rpc_createerr.cf_stat; + + clnt->cl_auth = authunix_create_default(); + tout.tv_sec = 25; + tout.tv_usec = 0; + cstat = clnt_call(clnt, RQUOTAPROC_GETQUOTA, xdr_getquota_args, + qargs, xdr_getquota_rslt, qres, tout); + clnt_destroy(clnt); + return cstat; + } + + static void rquotad_quota_root_error_alloc(struct rquotad_quota_root *root, + const char *errmsg, ...) + { + struct rquotad_quota *quota = (struct rq...