Sponsored Content
Full Discussion: Odd storage behavior
Operating Systems HP-UX Odd storage behavior Post 302244586 by goon12 on Wednesday 8th of October 2008 08:55:58 AM
Old 10-08-2008
Hi,

When you say HP-UX can't find the devices, what is the message you're seeing? Is it something along the lines of "No such device address"?

-goon12
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Odd .sh behavior in script

Hello, I have been working on a what I thought was a fairly simple script for installing a software kit on Linux and Unix I am not new to scripting but am far from being fluent in sh scripting. any assistance would be appreciated. I have an odd bug occuring when executing the script. When... (2 Replies)
Discussion started by: robertmcol
2 Replies

2. Shell Programming and Scripting

"Odd" behavior exiting shell script

Is it normal behavior for a shell script that terminates to terminate its parent shell when executed with the "." option? For example, if I have the example script (we'll name it ex.sh): #!/bin/sh if then echo "Bye." exit 2 fi And I execute it like this: >./ex.sh It... (6 Replies)
Discussion started by: DreamWarrior
6 Replies

3. Programming

Odd behavior from GDB while trying to cross-debug an embedded Linux application.

Some background: The application normally runs on an embedded platform. Currently, for development purposes, I have the rootfs located @ /exports and the target is communicating over NFS. That way I can make a change on my local system, save the application @ /exports, and run the altered... (4 Replies)
Discussion started by: Circuits
4 Replies

4. Cybersecurity

Odd behavior from passwd.

Hi Folks, Before I go off and start checking I'm just wondering if anyone has seen this behaviour before. # passwd e825390 Changing password for user e825390. New password: Retype new password: Retype new password: passwd: all authentication tokens updated successfully. As you can... (2 Replies)
Discussion started by: gull04
2 Replies
RTFPS(4)						   BSD Kernel Interfaces Manual 						  RTFPS(4)

NAME
rtfps -- multiplexing serial communications interface SYNOPSIS
rtfps0 at isa? port 0x1230 irq 10 com2 at rtfps0 slave 0 com3 at rtfps0 slave 1 com4 at rtfps0 slave 2 com5 at rtfps0 slave 3 DESCRIPTION
The rtfps driver provides support for IBM RT PC boards that multiplex together up to four EIA RS-232C (CCITT V.28) or RS-422A communications interfaces. Each rtfps device is the master device for up to four com devices. The kernel configuration specifies these com devices as slave devices of the rtfps device, as shown in the synopsis. The port specification for the rtfps device is used to compute the base addresses for the com subdevices. FILES
/dev/tty0? SEE ALSO
com(4) HISTORY
The rtfps driver was written by Charles Hannum, based on the ast driver. BUGS
The rtfps driver is unlikely to work on non-EISA and non-PCI machines. The ISA bus only asserts 10 I/O address lines, and this is not enough. Even on EISA and PCI machines, some address conflicts have been observed. On one machine, the second port always conflicted with something (though it's not clear what) and caused strange results. Disabling the second port in the kernel config allowed the other three ports to function correctly. BSD
August 7, 1994 BSD
All times are GMT -4. The time now is 08:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy