Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators Izy100's post on Redhat/Solaris Post 64273 by Neo on Monday 28th of February 2005 07:08:30 PM
Old 02-28-2005
BTW,

I did not want to close this post by Izy100, and struggled with what to do, so I made the call to close it.

Other mods can reopen it if they choose.

Neo
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris 8 x86 or RedHat 7 for NSF server

I just got an older Dell Poweredge 2200 which I plan to use as an NFS/Samba server. It's a PII 333, 128 Mb RAM and has a 9 Gb SCSI disk. Which OS, RedHat 7 or Solaris 8 x86, will perform better, or is there a noticeable difference? I don't plan to run xdm or any unnecessary services. Would I be... (1 Reply)
Discussion started by: 98_1LE
1 Replies

2. UNIX for Dummies Questions & Answers

linux redhat and solaris NIS+

Hello all, I am wondering if anyone had success with installing a redhat linux (PC box) on a Solaris NIS+ network. I have gotten information on how to do this but have been unsuccessful. The information that I have gotten is a little out dated and is not 100%. ... (0 Replies)
Discussion started by: larry
0 Replies

3. UNIX for Advanced & Expert Users

Solaris or RedHat Linux

Dear All Experts, Would like to know the maturity/ stability of Redhat Linux AS 3.0 versus Solaris. My organization need to setup cluster solution. We are well-versed with Veritas Cluster on Solaris. We are thinking of waiting for certification support of the various ISV like Oracle,... (1 Reply)
Discussion started by: izy100
1 Replies

4. Solaris

Solaris to Redhat...

Hi all, Thanks in advance for any posts and for reading... ... ok I am trying to push out an install of a veritas client from a solaris box to a redhat box and its not working. The guide says make sure that the redhat box is in the .rhost file and the /etc/host file on the solaris box which... (6 Replies)
Discussion started by: B14speedfreak
6 Replies

5. Solaris

Solaris vs Redhat

We are planning to switch operating system. Coul you tell me your opinion on the strengths of the Solaris over Redhat and its weaknesses? (2 Replies)
Discussion started by: andrei7
2 Replies

6. UNIX for Dummies Questions & Answers

backup to NFS mount Redhat-Solaris

Hi guys, I have a redhat laptop and a sun solaris 8 server networked together I created an nfs share on the sun server and backed up an image of the Redhat laptop to it. The Hard disk size of the laptop is 40Gb but I have about 38Gb free space on the sun server. So I compressed the image... (9 Replies)
Discussion started by: Stin
9 Replies

7. UNIX for Advanced & Expert Users

RedHat, Solaris - what is uname command ??

Hi ! All I'm big fan of Unix/Linux . I want understand the basics of linux/unix version and How they are related to Vendor ... releases. uname -a will give the OS details. But can somebody provide me a pointer , to understand the very BASICS of these terminology like Million Thanks.!!! (2 Replies)
Discussion started by: dashok.83
2 Replies

8. Red Hat

RedHat vs Solaris x86

Can some one give me few points as why we can choose RedHat Linux over Solaris x86 ? I want to give reasons to my upper management to start using RedHat Linux , currently we are 100% Solaris Shop (1 Reply)
Discussion started by: fugitive
1 Replies

9. Red Hat

Ldap redhat, Solaris

I got a ldap server using ldap sun one product. I need to connect and sync a redhat machine with it, any ideas on best way to do it? I edited the ldap.conf file in /etc/openldap/ but no joy yet :) (1 Reply)
Discussion started by: da2013
1 Replies

10. Solaris

Vormetric Data Encryption on Solaris Redhat

Does anyone have experience running the Vormetric Data Encryption on Oracle Solaris platform? (0 Replies)
Discussion started by: dwevans
0 Replies
Tcl_CreateCloseHandler(3)				      Tcl Library Procedures					 Tcl_CreateCloseHandler(3)

__________________________________________________________________________________________________________________________________________________

NAME
Tcl_CreateCloseHandler, Tcl_DeleteCloseHandler - arrange for callbacks when channels are closed SYNOPSIS
#include <tcl.h> void Tcl_CreateCloseHandler(channel, proc, clientData) void Tcl_DeleteCloseHandler(channel, proc, clientData) ARGUMENTS
Tcl_Channel channel (in) The channel for which to create or delete a close callback. Tcl_CloseProc *proc (in) The procedure to call as the callback. ClientData clientData (in) Arbitrary one-word value to pass to proc. _________________________________________________________________ DESCRIPTION
Tcl_CreateCloseHandler arranges for proc to be called when channel is closed with Tcl_Close or Tcl_UnregisterChannel, or using the Tcl close command. Proc should match the following prototype: typedef void Tcl_CloseProc( ClientData clientData); The clientData is the same as the value provided in the call to Tcl_CreateCloseHandler. Tcl_DeleteCloseHandler removes a close callback for channel. The proc and clientData identify which close callback to remove; Tcl_Delete- CloseHandler does nothing if its proc and clientData arguments do not match the proc and clientData for a close handler for channel. SEE ALSO
close(n), Tcl_Close(3), Tcl_UnregisterChannel(3) KEYWORDS
callback, channel closing Tcl 7.5 Tcl_CreateCloseHandler(3)
All times are GMT -4. The time now is 06:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy