Sponsored Content
Top Forums UNIX for Advanced & Expert Users Enomem in Journal Retry Error Post 69340 by blowtorch on Thursday 14th of April 2005 06:37:21 AM
Old 04-14-2005
Shooting in the dark here, but if you are using journal file systems, the problem could be that there is insufficient memory to do whatever the kernel-jfs are trying to do...

Hey,
I googled this and found this. Will probably help.

Last edited by blowtorch; 04-14-2005 at 07:41 AM.. Reason: for more info
 

9 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

ext3: No journal on filesystem on dm-0

Hi Linuxers, I am a newbie here and loggin this facilities regularly. Recently my PC experience a power trip, my system could not boot up after restarting. I did the following : - Boot up with "linux rescue" using installation disk FC3 - In a shell, run "lvm vgchange... (0 Replies)
Discussion started by: chowkimhan
0 Replies

2. Shell Programming and Scripting

retry process in ftp

hi #!/bin/bash SERVER=10.89.40.35 USER=xyz PASSWD=xyz ftp -in $SERVER<<EOF user $USER $PASSWD mkdir PPL cd /path of remote dir lcd /path of local dir hash bin put <file name> bye <<EOF The above ftp script i have to schedule in crontab at a particular instance of time run daily.... (2 Replies)
Discussion started by: rookie250
2 Replies

3. Shell Programming and Scripting

Retry upon FTP failure

I am using the following code in a C Shell script to transfer files to a remote server: ftp -n logxx.xxxx.xxx.xxx.com <<DO_FTP1 quote user $user_name quote pass $password ascii put $js_file_name bin put $FinalZipFile quit DO_FTP1 This code works great except on those rare occasions... (8 Replies)
Discussion started by: phudgens
8 Replies

4. Shell Programming and Scripting

Shell Script to Retry and Exit

ok, so I'm trying to add a function to my local script that runs a command on a remote host. The reason why this is needed is that, there are other scripts that run different commands on the same remote host. so the problem is that many times there are multiple scripts being run on the remote... (1 Reply)
Discussion started by: SkySmart
1 Replies

5. AIX

mprotect fails with ENOMEM in text segment

Hi guys, I use AIX version 5 on IBM Power 5+ machine. I am currently trying to experiment with sort of self-modifying code, like this: ucontext_t ut; getcontext(&ut); int iar = ut.uc_mcontext.jmp_context.iar; int pageSize = getpagesize(); int rest = iar % pageSize; void *ptr = iar -... (6 Replies)
Discussion started by: manolo123
6 Replies

6. UNIX for Advanced & Expert Users

How to manipulate the conditions between every retry in wget?

Hi , When i hit the URL using WGET command ,it is retrying according to the number of retry we mentioned along with Wget command. my expectation : 1) If 1st try is failed and iam retrying again before 2nd retry i have to check for "xxxxxxx" entry in the log file. 2) If "XXXXXXX" entry is... (4 Replies)
Discussion started by: vinothsekark
4 Replies

7. Shell Programming and Scripting

If then else - Retry operation

I need to read a file line by line, then depending on the contents of each line, type in a code that will get written to an array. The problem I have is when I ask the user to confirm the input code, if it is wrong, how do i Return to ask again? Any thing I try increments the file to the next... (6 Replies)
Discussion started by: kcpoole
6 Replies

8. UNIX for Dummies Questions & Answers

Wget retry on 500 internal error

Hello Guys, I am trying to generate static site, I have perl script that wget the url, so the problem is sometimes wget has 500 internal error, this is failing to get that page. So I am thinking of retrying that url with 500 response. system $command = 'wget ... -i inputfile -o outfile" Is... (2 Replies)
Discussion started by: neal
2 Replies

9. Solaris

Unrecovered read error No retry

We encountered these error 2 times(e.g. Solaris 10 with NetWorker installed) with in the month of August, but we couldn't pin point the root cause, it might be bad sector, bad cable or software incompatibility? Do you experience these issue or please share your understanding about this? Thanks... (0 Replies)
Discussion started by: B@S
0 Replies
LIVESYS(1)						       AFS Command Reference							LIVESYS(1)

NAME
livesys - Reports the configured CPU/operating system type SYNOPSIS
livesys DESCRIPTION
The livesys command displays the string stored in kernel memory that indicates the local machine's CPU/operating system (OS) type, conventionally called the sysname. The Cache Manager substitutes this string for the @sys variable which can occur in AFS pathnames; the OpenAFS Quick Start Guides and OpenAFS Administration Guide explain how using @sys can simplify cell configuration. To set a new value in kernel memory, use the fs sysname command, which can also be used to view the current value. If a sysname list was set using fs sysname, only the first value in the list will be reported by livesys. CAUTIONS
To see the full sysname list, use fs sysname rather than this command. livesys is mostly useful for scripts that need to know the primary sysname for the local system (to create directories that will later be addressed using @sys, for example). livesys first appeared in OpenAFS 1.2.2. Scripts that need to support older versions of AFS should parse the output of fs sysname or use sys. OUTPUT
The machine's system type appears as a text string: I<system_type> EXAMPLES
The following example shows the output produced on a Linux system with a 2.6 kernel: % livesys i386_linux26 PRIVILEGE REQUIRED
None SEE ALSO
fs_sysname(1), sys(1) The OpenAFS Quick Start Guides at <http://docs.openafs.org/>. The OpenAFS Administration Guide at <http://docs.openafs.org/AdminGuide/>. COPYRIGHT
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved. Copyright 2005 Russ Allbery <rra@stanford.edu> This documentation is covered by the IBM Public License Version 1.0. It was written by Russ Allbery based on the sys man page. OpenAFS 2012-03-26 LIVESYS(1)
All times are GMT -4. The time now is 01:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy