Sponsored Content
Operating Systems SCO Problema con Sco 5.0.5 y corte de energía Post 302354338 by sebpes on Thursday 17th of September 2009 09:28:02 PM
Old 09-17-2009
Problema con Sco 5.0.5 y corte de energía

Hola Foro.

Luego de un corte de energía al reiniciar el equipo con SCO Unix 5.0.5 me dice cuando inicio en modo normal cuando monta el directorio /u lo siguiente:

Possibly damaged file system. Mount failed. No space left on device (error 28)

En otra ocasión quedo con este mensaje:

"NO PARTIAL TRANSACTION PENDING"

Lo raro es que si inicio en modo mantenimiento y hago un df -v tengo espacio disponible.?

Alguna sugerencia?

Muchas Gracias.
 

9 More Discussions You Might Find Interesting

1. What is on Your Mind?

BT Internet con - a warning

A warning... I used to be a BT Broadband customer, but changed to Sky in February. BT withdrew the service with the cutover and that was that. But I've just checked my credit card statements, and they've billed me for the service again for the past two months! (2 Replies)
Discussion started by: prowla
2 Replies

2. Shell Programming and Scripting

Shell con sqlldr

Hola, Genere un proceso en proC que me inserta registros a oracle, el cual ejecuto desde un shell en Unix. Por otro lado tengo un sqlldr que me hace el trabajo en un 25 % de tiempo que mi proceso en C. Se que puedo ejecutar mi sqlldr desde un shell, pero no se como hacer, alguien tiene un... (0 Replies)
Discussion started by: marcoinxs
0 Replies

3. Shell Programming and Scripting

Ayuda con SED

Saludos Necesito utilizar SED para crear una herramienta que me facilite el trabajo. El objetivo es filtrar información de un log para que me muestre solamente los registros que contengan una determinada cadena. El formato de cada registro es el siguiente: a) un registro puede contener varias... (1 Reply)
Discussion started by: antuan
1 Replies

4. AIX

problema con cola de impresion

a Continuacion les muestro el mensaje de erro al momento de levantar la cola de impresion en aix si alguien me ouee ayudar al respecto Message from root on r_manlan (UNKNOWN) ... Message from queueing system: : (WARNING) 0781-391 Perhaps the file is too large for the server to handle.... (1 Reply)
Discussion started by: jetb01
1 Replies

5. Linux

/etc/con.daily/prelink aborted

Since a couple of days i get the following message: /etc/cron.daily/prelink: /etc/cron.daily/prelink: line 47: 31091 Aborted /usr/sbin/prelink -av $PRELINK_OPTS >>/var/log/prelink.log 2>&1 Please find attached the prelink.log Can anybody help me out please? Thx a... (2 Replies)
Discussion started by: Jumping
2 Replies

6. Shell Programming and Scripting

Almacenar variables con AWK

Hola a todos, soy nuevo en el foro y también en programación Shell Script. El problema es el siguiente: necesito hacer un Script que busque todos los procesos del sistema y me muestre de forma jerárquica la cantidad de Bytes que ocupa cada una de las regiones del mapa de memoria de cada proceso. ... (1 Reply)
Discussion started by: cougar_rea
1 Replies

7. Shell Programming and Scripting

Almacenar variables con AWK

Hola a todos, soy nuevo en el foro y también en programación Shell Script. El problema es el siguiente: necesito hacer un Script que busque todos los procesos del sistema y me muestre de forma jerárquica la cantidad de Bytes que ocupa cada una de las regiones del mapa de memoria de cada... (1 Reply)
Discussion started by: cougar_rea
1 Replies

8. UNIX for Dummies Questions & Answers

Almacenar variables con AWK

Hola a todos, soy nuevo en el foro y también en programación Shell Script. El problema es el siguiente: necesito hacer un Script que busque todos los procesos del sistema y me muestre de forma jerárquica la cantidad de Bytes que ocupa cada una de las regiones del mapa de memoria de cada proceso. ... (1 Reply)
Discussion started by: cougar_rea
1 Replies

9. Shell Programming and Scripting

Eliminar lineas con ******

Hola. Tengo un problema. En un archivo tengo distintos campos y en alguno de ellos y en alguna linea me aparecen ******. ej: hola 0.1 ****** 85 adios 1.2 9650 23 gracias 2 ****** 54 bye 87 5666 89 hi ... (1 Reply)
Discussion started by: kekaes
1 Replies
AnyEvent::XMPP::Ext::Pubsub(3pm)			User Contributed Perl Documentation			  AnyEvent::XMPP::Ext::Pubsub(3pm)

NAME
AnyEvent::XMPP::Ext::Pubsub - Implements XEP-0060: Publish-Subscribe SYNOPSIS
my $con = AnyEvent::XMPP::Connection->new (...); $con->add_extension (my $ps = AnyEvent::XMPP::Ext::Pubsub->new); ... DESCRIPTION
This module implements all tasks of handling the publish subscribe mechanism. (partially implemented) METHODS
new This is the constructor for a pubsub object. It takes no further arguments. delete_node($con, $uri, $cb) $con is the connection already established, $uri is the name of the node to be created $cb is the callback Try to remove a node. create_node ($con, $uri, $cb) $con is the connection already established, $uri is the name of the node to be created $cb is the callback Try to create a node. subscribe_node($con, $uri, $cb) $con is the connection already established, $uri is the name of the node to be created $cb is the callback Try to retrieve items. unsubscribe_node($con, $uri, $bc)> $con is the connection already established, $uri is the name of the node to be created $cb is the callback Try to unsubscribe from a node. publish_item($con, $uri, $create_cb, $cb) $con is the connection already established, $uri is the name of the node to be created $create_cb is the callback $cb is the callback Try to publish an item. retrive_items($con, $uri, $cb) $con is the connection already established, $uri is the name of the node to be created $cb is the callback Try to retrieve items. retrive_item($con, $uri, $id, $cb) $con is the connection already established, $uri is the name of the node to be created $id is the id of the entry to be retrieved $cb is the cb Try to retrieve item. AUTHOR
Robin Redeker, "<elmex at ta-sa.org>", JID: "<elmex at jabber.org>" CONTRIBUTORS
Chris Miceli - additional work on the pubsub extension COPYRIGHT &; LICENSE Copyright 2007, 2008 Robin Redeker, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-01-23 AnyEvent::XMPP::Ext::Pubsub(3pm)
All times are GMT -4. The time now is 09:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy