Sponsored Content
Top Forums UNIX for Advanced & Expert Users Using Firefox/Chatzilla on standalone Post 302991618 by cybersecEG on Tuesday 14th of February 2017 02:30:59 PM
Old 02-14-2017
XML error

I am not connected to a network, after with all your guys help getting it atleast to use local host I am running into an error while chatzilla tries to connect

addond.productaddons WARN failed to download XML, status:0, reason: error

Last edited by cybersecEG; 02-14-2017 at 03:32 PM.. Reason: update
This User Gave Thanks to cybersecEG For This Post:
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Network standalone Unix box

I am using the Linksys router as my hub to network my Win 2000 PC and Unix box to the cable modem. However, I can only get connection for my Win 2000 PC. The Unix box was able to get connection initially (yesterday) but when I reboot the machine this morning, the network went dead. What did I do... (6 Replies)
Discussion started by: conflansun
6 Replies

2. UNIX for Dummies Questions & Answers

Standalone FTPD within SMF

Hello We are trying to run the WU_FTPD demon in standalone mode (-S argument) via an SMF service. Prior to SMF, this was achieved by simply commenting out the FTP line within the inetd.conf file. However, within SMF, I believe we need to carry out the following activities: i) Remove the FTP... (0 Replies)
Discussion started by: CowsUdders
0 Replies

3. UNIX for Dummies Questions & Answers

Installation Procedure of UNIX on a standalone pc

Hi, I am nil about UNIX and i want to learn about. For this i want to install UNIX 5.0 on my home pc. Anyone please tell me the procedure to install it. The partition and all etc. etc.. My pc configuration is P-IV, 1.7GHz 40 GB HDD With regards, Phani (1 Reply)
Discussion started by: phanikmv
1 Replies

4. UNIX for Dummies Questions & Answers

How to configure a network workstation to a standalone?

Hi, I have a networked ultra 5 workstation(using NIS) that I would like to be able to : 1. Reconfigure to standalone workstation, 2. and be able to switch back to a network workstation when the needs required. Please advise. Ryan (5 Replies)
Discussion started by: ryantk
5 Replies

5. UNIX for Dummies Questions & Answers

Java standalone online chat

Hello: I have a web domain hosted at 1and1.com. They provide a rudimentary chat program, but it's very basic, and froze up last evening (continuing on into this morning). Can anyone recommend a jave (javascript; php; http) -based standalone chat program, that I can embed (or link) into an html... (0 Replies)
Discussion started by: gstuart
0 Replies

6. Red Hat

selfservice password change standalone Centos 5.7

Hello, can someone suggest, how to configure server, when a new user that is created on the server centos 5.7, should be prompted to reset their password on his start login. Thanks, (1 Reply)
Discussion started by: bobby320
1 Replies
MSTAT(3PVM)							  PVM Version 3.4						       MSTAT(3PVM)

NAME
pvm_mstat - Returns the status of a host in the virtual machine. SYNOPSIS
C int mstat = pvm_mstat( char *host ) Fortran call pvmfmstat( host, mstat ) PARAMETERS
host Character string containing the host name. mstat Integer returning machine status: value MEANING PvmOk host is OK PvmNoHost host is not in virtual machine PvmHostFail host is unreachable (and thus possibly failed) DESCRIPTION
The routine pvm_mstat returns the status mstat of the computer named host with respect to running PVM processes. This routine can be used to determine if a particular host has failed and if the virtual machine needs to be reconfigured. The function pvm_notify() can also be used to notify the caller that a host has failed. EXAMPLES
C: mstat = pvm_mstat( "msr.ornl.gov" ); Fortran: CALL PVMFMSTAT( 'msr.ornl.gov', MSTAT ) ERRORS
These error conditions can be returned by pvm_mstat PvmSysErr pvmd not responding. PvmNoHost giving a host name not in the virtual machine. PvmHostFail host is unreachable (and thus possibly failed). SEE ALSO
pvm_notify(3PVM), pvm_config(3PVM) 30 August, 1993 MSTAT(3PVM)
All times are GMT -4. The time now is 01:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy