Search Results

Search: Posts Made By: bigrigdriver
Forum: SuSE 05-13-2009
10,820
Posted By bigrigdriver
In YaST, go to Security and Users. Select User...
In YaST, go to Security and Users. Select User Management. Click on the Password Settings tab, and set the expiration.
Forum: Programming 05-13-2009
6,837
Posted By bigrigdriver
In your fortran code, don't you need to import...
In your fortran code, don't you need to import the function, or the module that contains the function, that is causing the problem?

Something like:
modulename import

or possibly,
from...
Forum: Linux 06-15-2008
4,945
Posted By bigrigdriver
This usually means something like missing...
This usually means something like missing *includes*, which means missing devel files. Check to see that you have glibc-devel installed.
Forum: Linux 06-15-2008
9,803
Posted By bigrigdriver
Break is used to break out of a loop, while...
Break is used to break out of a loop, while continue is used to skip over a
step if it matches (fails to match) a condition.

Change this:

while read TN
do

typeset -l TN

base_table=`db2...
Forum: SuSE 06-15-2008
34,265
Posted By bigrigdriver
A .src.rpm is made up of a minimum of two files:...
A .src.rpm is made up of a minimum of two files: a .spec file and a tarball. There may also be patch files as part of the .src.rpm. When you install the .src.rpm, the files are installed into...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 03:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy