Search Results

Search: Posts Made By: PaulC
9,531
Posted By PaulC
The changing directory in bold is seems to...
The changing directory in bold is seems to problem.

The find process is working relatively from "/home/psv" and finding ./test/load.ksh (ie /home/psv/test/load.ksh), when you change directory it...
1,402
Posted By PaulC
If you mean what I think you mean, this should...
If you mean what I think you mean, this should work..

dtrace -l | awk '{print $2}' | sort -u
Forum: SuSE 08-08-2006
155,421
Posted By PaulC
processor : 0 vendor_id :...
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.20GHz
stepping : 1
cpu MHz ...
Forum: Open Source 06-30-2006
194,499
Posted By PaulC
I prefer SuSe. Mainly because that's what we run...
I prefer SuSe. Mainly because that's what we run here and that's what I know the best...
Forum: Solaris 05-17-2006
7,683
Posted By PaulC
A quick single liner with awk that would work...
A quick single liner with awk that would work would be

du -ks *.jpg | awk '{ x+=$1 }; END { print "total " x "KB" }'
4,648
Posted By PaulC
The solution that I use is a Java program...
The solution that I use is a Java program 'ClusterSSH'. You can open up multiple sessions and use a single window to type commands to all of them.

If you search on Google it's not too hard to...
Forum: Open Source 05-09-2006
337,401
Posted By PaulC
I just use vi or vim.. :)
I just use vi or vim.. :)
179,143
Posted By PaulC
Cheers for that !!
Cheers for that !!
179,143
Posted By PaulC
Is there a decent list of the ksh vi mode...
Is there a decent list of the ksh vi mode shortcuts anywhere ??

I had a quick google but didn't find anything....
179,143
Posted By PaulC
I suppose I should really use the ksh auto...
I suppose I should really use the ksh auto complete when I'm using Solaris. over the last year we've been building and developing on loads of Linux (SuSe) blades and I've kind of got use to using...
4,579
Posted By PaulC
OK, making some head way here... I can now...
OK, making some head way here...

I can now access the remote machine without a password, but it now asks me for the Passphrase for the key everytime I log in.

I'm assuming this is a permission...
179,143
Posted By PaulC
Depends on what I'm doing. Normally for me it's...
Depends on what I'm doing. Normally for me it's ksh for scripting and vi style command editing but if I'm having to navigate my way around directories I'll switch to bash because auto-completing...
4,579
Posted By PaulC
Oops, that what I meant..... I've...
Oops, that what I meant.....



I've checked the permissions and they are all fine.

This is driving me nuts, it's probably something simple but I can'put my finger on it...

:mad:
4,579
Posted By PaulC
ssh2 troubles
I'm trying to set up a secure and trusted connection between 2 boxes running solaris using ssh2.

I've run ssh-keygen2 on the local box and on the remote box, created the identification file (...
Forum: SuSE 04-21-2005
9,329
Posted By PaulC
I shall humbly hold my head in shame..... ...
I shall humbly hold my head in shame.....

The problem was caused by the ~user/.ssh directory having 755 permissions instead off 700 on one of the boxes....

Obviously ssh protocol doesn't like...
Forum: SuSE 04-21-2005
9,329
Posted By PaulC
All directories are the same, all permissions are...
All directories are the same, all permissions are the same....

:confused:

Total confusions reigns...

Is there any other system/config files that could stop this from happening ??
Forum: SuSE 04-18-2005
9,329
Posted By PaulC
ssh-keygen trust problem
OK, this is the problem. I have 2 machines TestA ( Suse 9.0 ) TestB ( Mandrake 10 ) and one of our guys wants to scp from TestA to TestB without the password prompt appearing. Sounds simple so...
41,948
Posted By PaulC
This will create and set your home directory. ...
This will create and set your home directory.

usermod -d <directory> -m <username>

Then copy the /etc/skel/local.profile to your home directory and rename to .profile .

I think that should...
3,887
Posted By PaulC
Qualifications and certifications can certainly...
Qualifications and certifications can certainly help but in my opinion if I had to choose between someone with qualifications/certification and someone with a good few years experience then I would...
2,964
Posted By PaulC
Try this awk '{ if (length($6) > 11 )...
Try this

awk '{ if (length($6) > 11 ) print $1 }' filename
2,901
Posted By PaulC
Which OS and which shell are you using ?? ...
Which OS and which shell are you using ??

They don't all use .profile on start up....
2,801
Posted By PaulC
To work the $HDRROOT env setting would have to...
To work the $HDRROOT env setting would have to be set up as a directory path up to "/release/tools/cfg"...

Then when you run the command, whatever is being stored in $HDRROOT would be...
2,801
Posted By PaulC
"$HDRROOT" looks like an environment setting that...
"$HDRROOT" looks like an environment setting that is set a directory path...

What do you get back if you type "echo $HDRROOT " ??
9,793
Posted By PaulC
Have you done a "chmod +x <filename>" ? I'm...
Have you done a "chmod +x <filename>" ?

I'm not sure that the file would be executable with chmod 744... (I'm sure someone will tell me if I'm wrong :) )


(edit)
Actually on second...
Forum: Solaris 07-12-2004
3,185
Posted By PaulC
When you use "su", do you just use the "su"...
When you use "su", do you just use the "su" command or "su - root" ?

Try "su - root" to log-in as root as it will set the root environment settings which " su " by itself won't..
Showing results 1 to 25 of 31

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