Search Results

Search: Posts Made By: plimpix
Forum: Solaris 10-31-2005
7,831
Posted By plimpix
I know what it does, but there is no tool to tell...
I know what it does, but there is no tool to tell you what isn't installed the readme file for the patch will tell you what is being patched, then compare this with what you have installed in the...
Forum: Solaris 10-31-2005
7,831
Posted By plimpix
man pkginfo pkginfo will show you what is...
man pkginfo

pkginfo will show you what is installed on the system
Forum: Linux 10-29-2005
10,373
Posted By plimpix
ifconfig -a
ifconfig -a
1,635
Posted By plimpix
try using ftp -n If you do man ftp it will...
try using ftp -n

If you do man ftp it will tell you what the -n stands for ! ;o)
1,635
Posted By plimpix
Dont want to be rude but have you looked into...
Dont want to be rude but have you looked into writing a script yourself!?
Forum: HP-UX 10-28-2005
12,879
Posted By plimpix
google
Are you able to access the system at all ?

Or is it only as root your unable to access ?

Try changing the root password ?!? Thats assuming your able to get a ssh session on it mind you!
...
10,610
Posted By plimpix
Im not sure if there is anything only thing i can...
Im not sure if there is anything only thing i can think of is srsnetconnect that you can get from sun, but pretty sure you have to pay for that.. Only other option would be to create something...
Forum: Solaris 10-28-2005
3,992
Posted By plimpix
Don't want to state the obvious. But looks like...
Don't want to state the obvious. But looks like the file is corrupt as it say's for the checksum that is in the script is prob wrong this will be why it is not unpacking it! Could be that the file on...
56,583
Posted By plimpix
Two important things i have found when compiling...
Two important things i have found when compiling packages in Solaris are the PATH & LD_LIBRARY_PATH

PATH=/usr/bin:/sbin:/usr/local/bin:/usr/openwin/bin:/usr/dt/bin...
10,432
Posted By plimpix
remote file
Could you post the script you are using so i can get a better understanding what you are doing ?
67,112
Posted By plimpix
older versions of du don't have this as an option...
older versions of du don't have this as an option but you can download fileutils from say www.sunfreeware.com for solaris. I'm sure there are such sites for hp-ux etc as well..

du -h

would...
9,634
Posted By plimpix
/etc/nsswitch.conf
What does your /etc/nsswitch.conf say ?

aliases: files nis ??

Kenny
Forum: Solaris 08-02-2005
15,091
Posted By plimpix
what does your $LD_LIBRARY_PATH read ? you...
what does your $LD_LIBRARY_PATH read ?

you have to set this in order to find the lib files.. so if you do

LD_LIBRARY_PATH=<PATH TO WHERE libncurses.so.5 IS>

doh clearly never read that...
7,760
Posted By plimpix
Im a twat your correct.. Just should have...
Im a twat your correct.. Just should have realised.. Always better when two people look at it i suppose.. Cheers For your help :o)

plimpix
7,760
Posted By plimpix
looks like the or operator is causing issues then...
looks like the or operator is causing issues then for if i have the following

if ($12 ~ DATE )

it works

But not if i have

if ($12 ~ DATE || $12 ~ YEST)

it don't work
7,760
Posted By plimpix
I know the variables are getting there for i...
I know the variables are getting there for i tried that but seems that either awk doesn't like what im trying to do with the variable for if i use

if ( $12 ~ /DATE/ )

then it thinks im...
7,760
Posted By plimpix
Yea just updated my post didn't quite read...
Yea just updated my post didn't quite read correct. Yea passing the variables to nawk with -v

kenny
Forum: HP-UX 07-11-2005
4,641
Posted By plimpix
Has system auditing been switched on ? If...
Has system auditing been switched on ?

If you go into sam -> Auditing and Security. -> "Events."

It won't ask you if you need to convert to a trusted system. If it doesn't ask this then you...
7,760
Posted By plimpix
nawk and variables
Hi guy's

Im trying to pass variables into nawk and then match them on a value within a record but it don't seem to be working. If i put in the dates i want to see then it works fine..
...
Forum: Open Source 06-21-2005
337,865
Posted By plimpix
vim
You can also use vim this is a buffed up version of vi you can get this to do Syntax highlighting. But i just stick with vi as well..

P
Forum: Solaris 05-27-2005
26,922
Posted By plimpix
pkill
you can also use pkill -u <USERNAME> this will kill all the processes.
6,166
Posted By plimpix
awk
how about

ls -lrt | awk '{print $9}'


im assuming this is what you are wanting to do ??
5,012
Posted By plimpix
can you give abit more information what you want...
can you give abit more information what you want to do ?
Forum: Solaris 05-25-2005
4,631
Posted By plimpix
swatch tool
swatch is the program you are after


"Swatch is a Perl utility, written by Todd E. Atkins that provides automated filtering of system log messages. Swatch can be run as a daemon process on Unix...
Forum: Solaris 05-24-2005
3,494
Posted By plimpix
Do you mean if you type reboot at the command...
Do you mean if you type reboot at the command line? or are you meaning the init commands to reboot the system?

If it is with just typing reboot at the command line, there isn't.. This isn't the...
Showing results 1 to 25 of 28

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