Sponsored Content
Full Discussion: Rpcbind service not starting
Operating Systems Solaris Rpcbind service not starting Post 302902846 by Perderabo on Thursday 22nd of May 2014 12:24:46 PM
Old 05-22-2014
Well, it gets mad right after it cannot open those device files. I would check the permissions on them. They're supposed to be 666.

Code:
#
# ls -l /dev/udp /dev/tcp /dev/ticlts /dev/ticotsord /dev/ticots
lrwxrwxrwx   1 root     other         27 Nov 24  2008 /dev/tcp -> ../devices/pseudo/tcp@0:tcp
lrwxrwxrwx   1 root     other         29 Nov 24  2008 /dev/ticlts -> ../devices/pseudo/tl@0:ticlts
lrwxrwxrwx   1 root     other         29 Nov 24  2008 /dev/ticots -> ../devices/pseudo/tl@0:ticots
lrwxrwxrwx   1 root     other         32 Nov 24  2008 /dev/ticotsord -> ../devices/pseudo/tl@0:ticotsord
lrwxrwxrwx   1 root     other         27 Nov 24  2008 /dev/udp -> ../devices/pseudo/udp@0:udp
# ls -lL /dev/udp /dev/tcp /dev/ticlts /dev/ticotsord /dev/ticots
crw-rw-rw-   1 root     sys       42,  2 Nov 24  2008 /dev/tcp
crw-rw-rw-   1 root     sys      105,  2 Nov 24  2008 /dev/ticlts
crw-rw-rw-   1 root     sys      105,  0 Nov 24  2008 /dev/ticots
crw-rw-rw-   1 root     sys      105,  1 Nov 24  2008 /dev/ticotsord
crw-rw-rw-   1 root     sys       41,  0 Nov 24  2008 /dev/udp
#

This User Gave Thanks to Perderabo For This Post:
 

10 More Discussions You Might Find Interesting

1. Linux

Requiste for starting service xinetd

hi... i am trying to find out the services which should be started before the service xinetd can be started. I have read thru the /etc/rc.d/init.d script and i think xinetd depends on service network as it checks whether the variable NETWORKING is set or not || exit 0 Does it... (0 Replies)
Discussion started by: tuxfood
0 Replies

2. SCO

rpcbind errors

HI, During the system bootup, following errors are being logged in "syslog" i) unix1 rpcbind: netdir_getbyname failed on tcp for host unix1, se rvice rpcbind ii)unix1 rpcbind: netdir_getbyname failed on udp for host unix1, se rvice rpcbind iii)unix1 in.snmpd: unix1: Host unknown. ... (0 Replies)
Discussion started by: tayyabq8
0 Replies

3. AIX

Service starting Problem

Dear All, When i am start the service netd i am facing the problem 0513-015 The inetd Subsystem could not be started Please check subsystem resources and try again later. please suggest me. It is urgent (1 Reply)
Discussion started by: pernasivam
1 Replies

4. Solaris

Smf managed service not starting

Hi Experts, While playing with smf in my local system ( which is not in production ) i am unable to restart the service svc:/network/nfs/server:default . I tried starting it in different way, however unable to restart the same. I was checking the dependency for that I disabled the... (11 Replies)
Discussion started by: kumarmani
11 Replies

5. UNIX for Dummies Questions & Answers

Starting a service at startup.

Hi guys I want to start a service and a script SiteMonitor.sh at startup. To start with i have modified /etc/rc.local file. Here is the content of my /etc/rc.local file. #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own... (3 Replies)
Discussion started by: pinga123
3 Replies

6. Solaris

Service not starting Solaris10

On one of our server inetd service has stuck in transition state , tried restarting it but it does not do any thing and there is no associated inetd process for the same , how can i start it .. w/o rebooting it svcs inetd STATE STIME FMRI online* 16:44:55... (3 Replies)
Discussion started by: fugitive
3 Replies

7. UNIX for Advanced & Expert Users

error starting named service in CentOS

Hi Guys, I am configuring DNS BIND server I am getting following error, can someone please help ...below is my complete /etc/named.caching-nameserver.conf file :- # service named restart Stopping named: Starting named: Error in named... (1 Reply)
Discussion started by: patibandlavinay
1 Replies

8. Red Hat

Httpd service not starting... Error "Documentroot must be a directory"

I am working with CentOS 6.5. Indeed the document root /var/www/html is a directory and it is a mount point of one file system (not NFS) I observed, if I unmount that file system, I could able to start httpd. Is it restricted in CentOS 6.X that the Documentroot can not be a mount point? ... (5 Replies)
Discussion started by: atanubanerji
5 Replies

9. Red Hat

A service is not starting after booting up.

I require a service named "X" to be started automatically every time we restart the Linux 6.2 machine.But it is not starting. I have included the service in Init.d folder by $chkconfig --add X.But the application is not starting automatically after every reboot.I need to invoke $service X start... (1 Reply)
Discussion started by: Anjan Ganguly
1 Replies

10. Solaris

Error when running starting server service

Hi I have installed using tar a program called rabbitmq, and when I try to start it according to documentation, I get the following error: /usr/local/sbin/rabbitmq_server-3.6.14/sbin# ./rabbitmq-server ./rabbitmq-server: .: local: not found ... (7 Replies)
Discussion started by: fretagi
7 Replies
ticlts(7D)							      Devices								ticlts(7D)

NAME
ticlts, ticots, ticotsord - loopback transport providers SYNOPSIS
#include <sys/ticlts.h> #include <sys/ticots.h> #include <sys/ticotsord.h> DESCRIPTION
The devices known as ticlts, ticots, and ticotsord are ``loopback transport providers,'' that is, stand-alone networks at the transport level. Loopback transport providers are transport providers in every sense except one: only one host (the local machine) is ``connected to'' a loopback network. Loopback transports present a TPI (STREAMS-level) interface to application processes and are intended to be accessed via the TLI (application-level) interface. They are implemented as clone devices and support address spaces consisting of ``flex- addresses,'' that is, arbitrary sequences of octets of length > 0, represented by a netbuf structure. ticlts is a datagram-mode transport provider. It offers (connectionless) service of type T_CLTS. Its default address size is TCL_DEFAULTAD- DRSZ. ticlts prints the following error messages (see t_rcvuderr(3NSL)): TCL_BADADDR bad address specification TCL_BADOPT bad option specification TCL_NOPEER bound TCL_PEERBADSTATE peer in wrong state ticots is a virtual circuit-mode transport provider. It offers (connection-oriented) service of type T_COTS. Its default address size is TCO_DEFAULTADDRSZ. ticots prints the following disconnect messages (see t_rcvdis(3NSL)): TCO_NOPEER no listener on destination address TCO_PEERNOROOMONQ peer has no room on connect queue TCO_PEERBADSTATE peer in wrong state TCO_PEERINITIATED peer-initiated disconnect TCO_PROVIDERINITIATED provider-initiated disconnect ticotsord is a virtual circuit-mode transport provider, offering service of type T_COTS_ORD (connection-oriented service with orderly release). Its default address size is TCOO_DEFAULTADDRSZ. ticotsord prints the following disconnect messages (see t_rcvdis(3NSL)): TCOO_NOPEER no listener on destination address TCOO_PEERNOROOMONQ peer has no room on connect queue TCOO_PEERBADSTATE peer in wrong state TCOO_PEERINITIATED provider-initiated disconnect TCOO_PROVIDERINITIATED peer-initiated disconnect USAGE
Loopback transports support a local IPC mechanism through the TLI interface. Applications implemented in a transport provider-independent manner on a client-server model using this IPC are transparently transportable to networked environments. Transport provider-independent applications must not include the headers listed in the synopsis section above. In particular, the options are (like all transport provider options) provider dependent. ticlts and ticots support the same service types (T_CLTS and T_COTS) supported by the OSI transport-level model. ticotsord supports the same service type (T_COTSORD) supported by the TCP/IP model. FILES
/dev/ticlts /dev/ticots /dev/ticotsord SEE ALSO
t_rcvdis(3NSL), t_rcvuderr(3NSL) SunOS 5.11 3 Jul 1990 ticlts(7D)
All times are GMT -4. The time now is 10:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy