Sponsored Content
Full Discussion: dd using Digital Unix Tru64
Top Forums UNIX for Advanced & Expert Users dd using Digital Unix Tru64 Post 302193663 by mndavies on Saturday 10th of May 2008 11:45:34 AM
Old 05-10-2008
The dd I used on the Ultra 5 was a different OS and application....Just wondering how long it will take to dd a 18GB HD.
Never thought of NFS.....I will wait till tomorrow morning to interrupt this dd if it is not finished. I will also check for a reply to this post.
Probably check for a reply before I hit the sack tonight......It has now been almost 24 hours....actually 23 to be exact.
Wished I knew what the transfer rate is.
Later, Mike
1645 10 May
 

9 More Discussions You Might Find Interesting

1. IP Networking

IP Addressing with Digital Unix

I'm trying to set up an IP address on a Digital Unix box. I would like to know the commands in order to do so. thanks (5 Replies)
Discussion started by: lavelyj
5 Replies

2. UNIX Desktop Questions & Answers

tru64 unix

Can anyone help me with tru64 unix. We have just got a new server with this already loaded on, we don't have the CDrom. We are trying to establish the common features ie smit,printers,users and day to day commands. Any help would be greatly appreciated. thanks (8 Replies)
Discussion started by: jacl
8 Replies

3. UNIX Desktop Questions & Answers

tru64 unix

Whick book would I get for dummies learning tru64, ie basics. thankyou (1 Reply)
Discussion started by: jacl
1 Replies

4. UNIX for Dummies Questions & Answers

RAM size in Digital unix

Hi All Im currntly working on a digital unix machine and must know what is the amount of MB\GB instaled ( i do not have physical access to the machine). can anyone help me here? 10x!!!!!!!!!!!!!!! (1 Reply)
Discussion started by: dindan100
1 Replies

5. UNIX for Dummies Questions & Answers

MINFLT on a Tru64 Unix OS

Hello: I have a question here, ¿What is the ps parameter MINFLT on a Tru64 Unix OS?, As far as I can know, it just refers to all the page swaps that have failed when accessing to the memory (RAM). If that is true, i would like to explain my case: I have a process that runs continuosly... (0 Replies)
Discussion started by: Fco
0 Replies

6. HP-UX

Unix HP Tru64

Hi experts, I hope someone can help me with these simple tasks as I am new in Unix environment. I need to create a file system for backup purpose, therefore I need to know the commands in Unix. 1) What is the command to check my disk drives to see how much available space is not allocated... (2 Replies)
Discussion started by: kingsto88
2 Replies

7. UNIX for Dummies Questions & Answers

Help In Compaq Tru64 UNix

Hi, I am new to UNIX. I need help in working with Compaq-UX TRU64 OS. How It work FTP Server? ANd MAil Server? and I have apach pprogram project and it work as HTTP Server. Also I need how can setup a new version of progrm on UNix like mozilla and adobe reader etc........... Thank... (3 Replies)
Discussion started by: svuad
3 Replies

8. Shell Programming and Scripting

Sent mail from unix tru64

hi all, I need send mail from unix tru64 to mymail@domain.com use shell script. i saw result of "man mail", "man mailx" commands on my unix tru64 server, but i don't understand how to sent mail.... Please advice any suggestion or help? (1 Reply)
Discussion started by: Tlg13team
1 Replies

9. UNIX for Dummies Questions & Answers

Tru64-unix

Hello everybody I am new in TRU64 UNIX and i would really appreciate if somebody can help me with some info regarding the classification of the user rights of this OS. The types of user i know from previous experience in HP-UX 11 i is the root user or the superuser, the user admn that is the... (0 Replies)
Discussion started by: adak2010
0 Replies
xcb_randr_get_screen_info(3)					   XCB Requests 				      xcb_randr_get_screen_info(3)

NAME
xcb_randr_get_screen_info - SYNOPSIS
#include <xcb/randr.h> Request function xcb_randr_get_screen_info_cookie_t xcb_randr_get_screen_info(xcb_connection_t *conn, xcb_window_t window); Reply datastructure typedef struct xcb_randr_get_screen_info_reply_t { uint8_t response_type; uint8_t rotations; uint16_t sequence; uint32_t length; xcb_window_t root; xcb_timestamp_t timestamp; xcb_timestamp_t config_timestamp; uint16_t nSizes; uint16_t sizeID; uint16_t rotation; uint16_t rate; uint16_t nInfo; uint8_t pad0[2]; } xcb_randr_get_screen_info_reply_t; Reply function xcb_randr_get_screen_info_reply_t *xcb_randr_get_screen_info_reply(xcb_connection_t *conn, xcb_randr_get_screen_info_cookie_t cookie, xcb_generic_error_t **e); Reply accessors xcb_randr_screen_size_t *xcb_randr_get_screen_info_sizes(const xcb_randr_get_screen_info_request_t *reply); int xcb_randr_get_screen_info_sizes_length(const xcb_randr_get_screen_info_reply_t *reply); xcb_randr_screen_size_iterator_t xcb_randr_get_screen_info_sizes_iterator(const xcb_randr_get_screen_info_reply_t *reply); int xcb_randr_get_screen_info_rates_length(const xcb_randr_get_screen_info_reply_t *reply); xcb_randr_refresh_rates_iterator_t xcb_randr_get_screen_info_rates_iterator(const xcb_randr_get_screen_info_reply_t *reply); REQUEST ARGUMENTS
conn The XCB connection to X11. window TODO: NOT YET DOCUMENTED. REPLY FIELDS
response_type The type of this reply, in this case XCB_RANDR_GET_SCREEN_INFO. This field is also present in the xcb_generic_reply_t and can be used to tell replies apart from each other. sequence The sequence number of the last request processed by the X11 server. length The length of the reply, in words (a word is 4 bytes). rotations TODO: NOT YET DOCUMENTED. root TODO: NOT YET DOCUMENTED. timestamp TODO: NOT YET DOCUMENTED. config_timestamp TODO: NOT YET DOCUMENTED. nSizes TODO: NOT YET DOCUMENTED. sizeID TODO: NOT YET DOCUMENTED. rotation TODO: NOT YET DOCUMENTED. rate TODO: NOT YET DOCUMENTED. nInfo TODO: NOT YET DOCUMENTED. DESCRIPTION
RETURN VALUE
Returns an xcb_randr_get_screen_info_cookie_t. Errors have to be handled when calling the reply function xcb_randr_get_screen_info_reply. If you want to handle errors in the event loop instead, use xcb_randr_get_screen_info_unchecked. See xcb-requests(3) for details. ERRORS
This request does never generate any errors. SEE ALSO
AUTHOR
Generated from randr.xml. Contact xcb@lists.freedesktop.org for corrections and improvements. XCB
2014-06-10 xcb_randr_get_screen_info(3)
All times are GMT -4. The time now is 04:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy