Search Results

Search: Posts Made By: Nevyn
Forum: Solaris 06-23-2011
1,564
Posted By Nevyn
Suggestions for new T5140
I've been busy and fell behind on Sun/Oracle. Forgive me if too basic. I welcome brief, cryptic, or advanced replies. I also welcome noobie information since I may have no clue what's up at the...
2,630
Posted By Nevyn
Destination unreachable means the windows box...
Destination unreachable means the windows box doesn't know how to route packets to solaris.

Output from these should help

nslookup solarishost
netstat -rn
tracert solarishost
Forum: AIX 04-10-2011
29,938
Posted By Nevyn
The page you linked from IBM has downloads for...
The page you linked from IBM has downloads for bash and gcc for 6.1; any reason you're heading in the direction you are?
make -d
may give you a better idea what failed.
Forum: AIX 04-10-2011
21,502
Posted By Nevyn
Edit /etc/ssh/sshd_config and /etc/ssh/ssh_config...
Edit /etc/ssh/sshd_config and /etc/ssh/ssh_config

change Protocol = 2
Forum: AIX 04-10-2011
21,382
Posted By Nevyn
I'm wondering if the source file system has...
I'm wondering if the source file system has errors. Can you unmount it to perform an fsck or is it in production use?

The copies should have shown you which files they were on.

Did they hang...
Forum: AIX 04-09-2011
21,382
Posted By Nevyn
OK, you convinced me your data is huge. :) You...
OK, you convinced me your data is huge. :) You must have many files/folders/links. I have a file system like this. I have to rsync subfolders to keep it from failing.

If /tgtapp is being used...
Forum: AIX 04-09-2011
21,382
Posted By Nevyn
Hi Mr. AIX, We'll find you a good command to...
Hi Mr. AIX,

We'll find you a good command to copy your data but I'm a little concerned you're going to fill up your file system or something!

Let's make sure the basics are OK before we lump ...
4,448
Posted By Nevyn
As odd as it seems this is expected behavior. ...
As odd as it seems this is expected behavior. The person's right to delete the file comes from the containing folder, not the file.

To avoid that, you need to set the "sticky" bit on the folder. ...
Forum: Solaris 04-07-2011
2,318
Posted By Nevyn
Hmm, odd timing. This popped up just as I came...
Hmm, odd timing. This popped up just as I came on.

csh uses a different syntax for setting environment variables.

setenv DISPLAY localhost:0.0


The reason it works the way you did it? ...
6,984
Posted By Nevyn
Yeah, I always put that z in there by habit. Good...
Yeah, I always put that z in there by habit. Good thinking with the --dry-run.

-a is the same as -rlptgoD so -r isn't needed.
1,657
Posted By Nevyn
Could also use for i in SK*; do mv $i S5_$i;...
Could also use

for i in SK*; do mv $i S5_$i; done
6,984
Posted By Nevyn
rsync -az --delete /home/user/Videos/...
rsync -az --delete /home/user/Videos/ /mnt/smbnet/share/Vids
Forum: Solaris 04-05-2011
2,318
Posted By Nevyn
This should display the xclock program on the...
This should display the xclock program on the machine's console display.

ssh webserver
[nevyn@webserver ~] export DISPLAY=webserver:0
[nevyn@webserver ~] xclock


You may need to use the...
Showing results 1 to 13 of 13

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