Search Results

Search: Posts Made By: wireonfire
Forum: Red Hat 06-23-2009
4,528
Posted By wireonfire
No significance. :-) I think it is a stupid...
No significance. :-)

I think it is a stupid thing to use "/" and "/1" here because it causes confusion. They are just labels, same as anything like "myroot".

Use the command "e2label" on your...
7,782
Posted By wireonfire
It is used to find the meaning of some error...
It is used to find the meaning of some error return code. This example is from linux on tcsh. You can replace the file with one of your own. The idea is that you can pass in any return code to the...
7,782
Posted By wireonfire
alias ee "more...
alias ee "more /usr/include/asm-generic/errno-base.h | grep $1" -- alias in .cshrc

to use it,
$ ee 11

But don't know if it'll work for your case, which is more complicated.
7,782
Posted By wireonfire
You don't need to use function for csh - argument...
You don't need to use function for csh - argument can be passed to alias in csh. Function is only for bash.
Forum: UNIX and Linux Applications 06-16-2009
3,782
Posted By wireonfire
Is this firefox 3? FF2 probably will work on rh4.
Is this firefox 3? FF2 probably will work on rh4.
Forum: Filesystems, Disks and Memory 06-04-2009
20,224
Posted By wireonfire
I'm in no way an expert on this. But I'd think...
I'm in no way an expert on this. But I'd think you can try to read the swiped disk using dd and see if there is any old data.

dd if=/dev/sda of=somefile ....
22,000
Posted By wireonfire
I don't have problem opening it in cygwin. Looks...
I don't have problem opening it in cygwin. Looks like your file is messed up - a null character is inserted every other position (od -c File1.txt). I think the file was not generated properly.
...
Forum: Cybersecurity 05-29-2009
4,337
Posted By wireonfire
On my setup, I copied it to authorized_keys2...
On my setup, I copied it to authorized_keys2 (note the difference in filename). I always use root account and there is a password (so a little different from yours).
Forum: High Performance Computing 05-18-2009
11,074
Posted By wireonfire
From VCS doc, to check a resource whether it is...
From VCS doc, to check a resource whether it is configured and ready to be brought online.
Forum: SuSE 05-05-2009
30,224
Posted By wireonfire
https://www.unix.com/red-hat/106069-filesystem-gett...
https://www.unix.com/red-hat/106069-filesystem-getting-full.html

Probably no down time is necessary.
23,431
Posted By wireonfire
2 by default is the file pointer for the error...
2 by default is the file pointer for the error messages, 1 is that for stand output. Both go to screen by default. In this case you redirect error to /dev/null so you don't see them.
3,583
Posted By wireonfire
Done this a while back. Here are my notes.
Done this a while back. Here are my notes.
Forum: Red Hat 02-02-2009
7,527
Posted By wireonfire
Yeah, as previous poster said you should clean up...
Yeah, as previous poster said you should clean up the old kernel files.

Normally /boot should have enough room as long as you gave 100MB during install.

But you still can extend (I think on...
Forum: Solaris 10-28-2008
5,636
Posted By wireonfire
It is normal to take quite some time, depending...
It is normal to take quite some time, depending on how powerful your machine is.
Forum: Solaris 10-28-2008
5,636
Posted By wireonfire
Do you have this? paul /[01:43:34](516)#...
Do you have this?

paul /[01:43:34](516)# which ar
/usr/ccs/bin/ar
Showing results 1 to 15 of 15

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