Sponsored Content
Special Forums UNIX Desktop Questions & Answers Is DEC OSF/1 3.0A available for download somewhere? Post 302838525 by lucky7456969 on Tuesday 30th of July 2013 02:03:12 AM
Old 07-30-2013
Is DEC OSF/1 3.0A available for download somewhere?

Please let me know
Thanks
Jack
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

dec-notes ?

After running a port-scan (nmap) on my system (Linux Slackware 8.0) I got expected results except for one line: Port State Service 3333/tcp open dec-notes What is "dec-notes" and what is it used for ? Any security risks in having this service open ? / JP :) (6 Replies)
Discussion started by: J.P
6 Replies

2. UNIX for Dummies Questions & Answers

DEC Unix system

Whats the max number of charaters a password can be on a DEC Unix System? Thanks in advance! (4 Replies)
Discussion started by: garryGNU3.3
4 Replies

3. UNIX for Dummies Questions & Answers

What is meant by Kernel Parameter "dflssiz" in Digital Unix (OSF)

Hi, We have a Digital Unix Server with OSF. There's a Kernel Parameter "dflssiz" on this server. I just want to know, what it means. Thanks (2 Replies)
Discussion started by: sameerdes
2 Replies

4. Shell Programming and Scripting

converting hex to dec

Hi Experts, I have a file called "hex" which contains info like below How do i convert everything in this file to decimal value? Please advice. Thanks (4 Replies)
Discussion started by: aismann
4 Replies

5. Shell Programming and Scripting

How to Convert Hex value to Dec ?

Hi All, I want to convert below Hex value to Dec value in each column .How to do it ? This data is in a 1 file. 4e20 0475 2710 010f 7530 69a2 7530 7e2f 4e20 02dd 7530 6299 4e20 0c0a 7530 69a2 4e20 0a0b 2710 0048 7530 7955 4e20 0d23 7530 622d 7530 9121 2710 001f 7530 7d3f (6 Replies)
Discussion started by: Nayanajith
6 Replies

6. HP-UX

OSF/1 swap file low and killing processes!

Hi, Hoping someone may be able to help with some general guidance. Hope I've posted this in the right forum! I hava DEC Workstation running OSF/1. It's will run for a period of time then slow down to the point it becomes unusable. Then i have to reboot and the whole thing repeats. I... (1 Reply)
Discussion started by: emeak
1 Replies

7. UNIX for Dummies Questions & Answers

display that will work with OSF?

I have an Alpha 200 4/166 running Unix/OSF, whose display died. Any idea how I can find a display that has a driver that will work with this system? I tried bringing it up with the display, an HP Pavilion MX703, I use with some Windows systems, and I could see the boot dialog, but then it... (5 Replies)
Discussion started by: KarenAnne
5 Replies

8. Shell Programming and Scripting

HEX to DEC Conversion Error

I'm trying to convert hex to dec and with the help of output i need to do the process. If i execute the below code assetValue=8f assetNavigation=$(echo "ibase=16; "$assetValue"" | bc) echo $assetNavigation i'm getting the error below $ sh script.sh (standard_in) 1: syntax error... (1 Reply)
Discussion started by: Amutha
1 Replies

9. Shell Programming and Scripting

HEX to DEC Conversion

I'm trying to convert hex to dec and with the help of output i need to do the process. If i execute the below code assetValue=8f assetNavigation=$(echo "ibase=16; "$assetValue"" | bc) echo $assetNavigation i'm getting the error below $ sh script.sh (standard_in) 1: syntax error... (2 Replies)
Discussion started by: Amutha
2 Replies

10. UNIX for Dummies Questions & Answers

Looking for which DEC this header is from?

curses.h,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/12 18:03:48 $ Which Ultrix and OSF/1 this probably from? Thanks Jack (3 Replies)
Discussion started by: lucky7456969
3 Replies
ZITA-REV1(1)						      General Commands Manual						      ZITA-REV1(1)

NAME
zita-j2a - Use ALSA capture device as a Jack client, with resampling. SYNOPSIS
zita-j2a [options] DESCRIPTION
This tool allows to use an ALSA device as a Jack client, to provide additional capture channels. Functionally it is equivalent to alsa_out that comes with Jack, but provides much better audio quality. The resampling ratio will typically be stable within 1 PPM and change only very smoothly. Delay will be stable as well even under worse case conditions, e.g. the Jack client running near the end of the cycle. The alsa device should be a 'hw:' one, i.e. direct access to a soundcard and not an ALSA 'plug' device. A well-working Jack system is assumed, running in real-time mode. The sample rate can be the same as Jack's one, or different. Minimum delay is obtained by running the alsa device at a lower period size than Jack. This can be done safely as the alsa thread will run at a higher priority, and apart from copying to/from an internal buffer no work is done there. There are no restrictions on the product of period_size and number_of_periods as there are for alsa_in and alsa_out. zita-j2a will optionally print some information four times per second. The first number is the average loop error over the last quarter second, in samples. It should be reduced to small randowm values close to zero after 15 seconds or so. The second is the dynamic correction factor of the nominal resampling ratio. This should converge to a value close to one and not move much. You may observe small variations in these numbers when Jack apps are started or stopped. This is normal. Anything else isn't - please report. When starting, and in case of major trouble, you will see the 'Starting synchronisation' message. This can happen if there is a timeout on the Jack server, e.g. a client crashed or terminated in a dirty way. Jack1 will skip one or more cycles when new apps are started, or when a large number of port connections is done in a short time. his may interrupt the audio signal, but should otherwise not have any ill consequences nor require a restart. zita-a2j and zita-j2a will suspend operation while Jack is in 'freewheeling' mode. OPTIONS
-h Display this text -d <device> ALSA playback device [none] -r <rate> Sample rate [48000] -p <period> Period size [256] -n <nfrags> Number of fragments [2] -c <nchannels> Number of channels [2] -Q <quality> Resampling quality [48] -v Print tracing information [off] Use '-h' to see all options. SEE ALSO
A quick guide is available at <http://kokkinizita.linuxaudio.org/linuxaudio/zita-rev1-doc/quickguide.html> AUTHOR
zita-ajbridge was written by Fons Adriaensen <fons@linuxaudio.org>. This manual page was written by Robin Gareus <robin@gareus.org> for the Debian project (but may be used by others). It is based on the original README and announce message by Fons Adriaensen. March 2012 ZITA-REV1(1)
All times are GMT -4. The time now is 03:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy