Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

user(3erl) [linux man page]

user(3erl)						     Erlang Module Definition							user(3erl)

NAME
user - Standard I/O Server DESCRIPTION
user is a server which responds to all the messages defined in the I/O interface. The code in user.erl can be used as a model for building alternative I/O servers. Ericsson AB kernel 2.14.3 user(3erl)

Check Out this Related Man Page

snmpa_error_logger(3erl)				     Erlang Module Definition					  snmpa_error_logger(3erl)

NAME
snmpa_error_logger - Functions for Reporting SNMP Errors through the error_logger DESCRIPTION
The module snmpa_error_logger implements the snmpa_error_report behaviour (see snmpa_error_report ) containing two callback functions which are called in order to report SNMP errors. This module provides a simple mechanism for reporting SNMP errors. Errors are sent to the error_logger after a size check. Messages are truncated after 1024 chars. It is provided as an example. This module is the default error report module, but can be explicitly configured, see snmpa_error and configuration parameters . EXPORTS
config_err(Format, Args) -> void() Types Format = string() Args = list() The function is called if an error occurs during the configuration phase, for example if a syntax error is found in a configuration file. Format and Args are as in io:format(Format, Args) . user_err(Format, Args) -> void() Types Format = string() Args = list() The function is called if a user related error occurs at run-time, for example if a user defined instrumentation function returns erroneous. Format and Args are as in io:format(Format, Args) . SEE ALSO
error_logger(3erl) Ericsson AB snmp 4.19 snmpa_error_logger(3erl)
Man Page

6 More Discussions You Might Find Interesting

1. IP Networking

Automated FTP task

Every day i ftp tar.gz a file from the production server to a back up machine.. This task creates way to much traffic on the network at the end of the day and puts and undo load on the production machine during operation hours. i would like to create a script that would automatically fire off the... (36 Replies)
Discussion started by: LowOrderBit
36 Replies

2. Shell Programming and Scripting

How to write bash script for creating user on multiple Linux hosts?

I wonder whether someone can help me with what I'm trying to achieve Basically, the objective is one script to create new user on more than 70 linux hosts if required. Everything works apart from the highlighted part. It gave me an output passwd: Unknown user name ''. when try to set... (35 Replies)
Discussion started by: fugeulu
35 Replies

3. Linux

Trouble setting up basic user authentication on apache2 web server

Hey guys! So I decided to set up some basic user authentication on my apache2 server, and I am running into some problems. I followed the documentation provided by apache on their website, but I cant create the password file for some reason. I did a little trouble shooting myself, and found... (40 Replies)
Discussion started by: LinuxIntern445
40 Replies

4. AIX

Do not allow bypassing users .profile

Hello, I find out that there is a way from putty to pass a command to your shell when trying to log in to a server and bypass .profile. Actually you can do this if you open a bash shell. The command to bypass .profile is the following: ssh -t hostname "bash --noprofile" Is there a way to... (32 Replies)
Discussion started by: omonoiatis9
32 Replies

5. UNIX for Beginners Questions & Answers

Tried to change user name, now cannot log in

I have been trying to change my user name and machine name, however now I cannot log in and I am directed as guest. Is there a way to resolve this problem? (33 Replies)
Discussion started by: kristinu
33 Replies

6. Web Development

Sneak Preview: New UNIX.COM UserCP VueJS Demo

Hey, Now that I'm caught-up on a number of forum tasks, I can turn my attention to the next-generation UserCP (and learn VueJS) for the site. Today I created this (not yet functional) demo using Vue; https://www.unix.com/cp/index.php What do you think? (36 Replies)
Discussion started by: Neo
36 Replies