Utmpd(1M) can't handle records with same line but different ids


 
Thread Tools Search this Thread
Operating Systems HP-UX Utmpd(1M) can't handle records with same line but different ids
# 1  
Old 09-13-2010
Utmpd(1M) can't handle records with same line but different ids

For ddfa(7), telnetd(1M) needs to create user accounting database
records with the same line (representing the remote side) but
different ids (representing the pty that comes to be used for the
connection), like line "telnet/ss10" with first id "tb" and then
id "tf". Utmpd(1M) cannot handle that situation properly.
# 2  
Old 09-13-2010
Is there a question in there somewhere?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

List of all ids,groups, privilege ids

I wish to pull out a list of all user ids on the system, including the privileged ids, the groups to which they belong to. Sometimes after deleting an id also, its home dir does not get deleted or an entry is left behind in /etc/passwd. Can someone help me with a script to achieve both. (2 Replies)
Discussion started by: ggayathri
2 Replies

2. UNIX for Beginners Questions & Answers

How to handle new line if it is EOL or present as part of string?

Hi All I am facing some issues while processing a file. The file has \n as End Of Line. However for some records '\n' is also present as part of string. Hence I am not able to identify proper records from file. File is # delimited. Example: 2 rows spread across 4 lines. line1: COL1#COL2#... (2 Replies)
Discussion started by: dashing201
2 Replies

3. Shell Programming and Scripting

Getopts how to handle missing '-' in command line args.

I'm using getopts to process command line args in a Bash script. The code looks like this: while getopts ":cfmvhs:t:" option; do case $option in c) operationMode="CHECK" ;; f) operationMode="FAST" ;; m) ... (6 Replies)
Discussion started by: gencon
6 Replies

4. UNIX for Dummies Questions & Answers

Difference between handle to the thread HANDLE and thread identifier pthread_t

This question might be silly but its confusing me a bit: What is the difference between handle to the thread HANDLE and thread identifier pthread_t? ---------- Post updated at 01:52 PM ---------- Previous update was at 01:48 PM ---------- Sorry I saw details and HANDLE is in windows and... (0 Replies)
Discussion started by: rupeshkp728
0 Replies

5. Shell Programming and Scripting

AWK/SED: handle max chars in a line

Hi all, I hope you guys can help me. I prefer SED/AWK solutions if possible. For my shame it didn't work for me :o ISSUE: :wall: 1\3 1/$4\@7\ 1234567890123456789\ 1234567890123456789,\ 1234567890123456789\ 123456789012 12345 1234567890123456789\ 1234567890123456789,\ 1234... (5 Replies)
Discussion started by: unknown7
5 Replies

6. UNIX for Dummies Questions & Answers

Grep specific records from a file of records that are separated by an empty line

Hi everyone. I am a newbie to Linux stuff. I have this kind of problem which couldn't solve alone. I have a text file with records separated by empty lines like this: ID: 20 Name: X Age: 19 ID: 21 Name: Z ID: 22 Email: xxx@yahoo.com Name: Y Age: 19 I want to grep records that... (4 Replies)
Discussion started by: Atrisa
4 Replies

7. Shell Programming and Scripting

Help to Add and Remove Records only from first line/last line

Hi, I need help with a maybe total simple issue but somehow I am not getting it. I am not able to etablish a sed or awk command which is adding to the first line in a text and removing only from the last line the ",". The file is looking like follow: TABLE1, TABLE2, . . . TABLE99,... (4 Replies)
Discussion started by: enjoy
4 Replies

8. Shell Programming and Scripting

Capturing multi-line records containing known value?

Some records in a file look like this, with any number of lines between start and end flags: /Start Some stuff Banana 1 Some more stuff End/ /Start Some stuff End/ /Start Some stuff Some more stuff Banana 2 End/ ...how would I process this file to find records containing the... (8 Replies)
Discussion started by: cs03dmj
8 Replies

9. Shell Programming and Scripting

Singled line records

Hi, :cool: I´m new on this Linux groups and like to learn more, Right now, I´m working on a project (personal) and have a question fallowing problem I´m making a bash script to read many files and extract some fields and separate them according certain criteria, let say a have a big file... (4 Replies)
Discussion started by: Zopilota
4 Replies

10. Shell Programming and Scripting

records in a line

Hi I have a file "sample.txt" -------------------- 1 2 3 4 5 6 7 --------------------------- i want out like this --------------------------- 1,2,3,4,5,6,7 --------------------------- please provide script, (7 Replies)
Discussion started by: theshashi
7 Replies
Login or Register to Ask a Question