Search Results

Search: Posts Made By: john1212
Forum: AIX 07-09-2010
24,662
Posted By john1212
Hi it's link /opt/oracle/product/10.2/lib32...
Hi
it's link
/opt/oracle/product/10.2/lib32 and /opt/oracle/product/10.2/lib
you rather look for /opt/oracle/product/10.2/lib64
please look,
https://www.unix.com/aix/59058-error-0509-036-a.html
Forum: AIX 09-14-2010
3,853
Posted By john1212
in menu: Base Oerating System Installation and...
in menu:
Base Oerating System Installation and Maitenace:
Type number "Change/Show Installation Settings adnd Install"
Type number "Disk(s) where you want to install"
Type numer "hdisk0"
Type...
3,708
Posted By john1212
try include(`bash_macros.m4') ...
try

include(`bash_macros.m4')
START_SCRIPT(`fake_script',`Automation Dept.')dnl
GLOBALS()
SANITY_CHECKS()
FUNCTIONS()
MAIN()
END_SCRIPT()
2,381
Posted By john1212
set nohls forever vi .vimrc add line: set...
set nohls
forever
vi .vimrc
add line:
set nohls
3,447
Posted By john1212
try: #!/bin/sh #a=$# #number or...
try:
#!/bin/sh

#a=$# #number or parameters
b=0 #starting counter

while [ $# -gt $b ]
do
b=`expr $b + 1`
echo $b
echo "Parameter is $[$b]"
done
5,480
Posted By john1212
It works too: sed -n '/ORGANISM/{n;N;N;N;s/\n/...
It works too:
sed -n '/ORGANISM/{n;N;N;N;s/\n/ /gp}'
readable format:
sed -n '/ORGANISM/ {
n;N;N;N
s/\n/ /gp ...
1,198
Posted By john1212
try: FIRSTIPADDR=`echo $VAR | awk '{ print...
try:
FIRSTIPADDR=`echo $VAR | awk '{ print substr($5,2) }'`
echo $FIRSTIPADDR
Forum: AIX 09-15-2010
3,603
Posted By john1212
You need to ask admin.
You need to ask admin.
1,725
Posted By john1212
#!/bin/bash while ( true ) do ...
#!/bin/bash
while ( true )
do
RequiredTime=06:00:00
SysTime=`echo $(date) | awk '{print $4}'`
if [[ $RequiredTime == $SysTime ]]; then
body of script
sleep 1
fi...
Forum: SuSE 09-07-2010
6,784
Posted By john1212
Hi, You found information in files...
Hi,
You found information in files /usr/share/doc/pam*
maybe ??minlen??
you must edit a file in /etc/pam.d
10,325
Posted By john1212
I think you want it. cat...
I think you want it.
cat /etc/rsyslog.d/mugsyback.conf
# - mugsyback logging -
local1.notice /var/log/mugsyback.log
local9.debug /dev/null

and

sysLogger () {
...
Forum: AIX 09-03-2010
14,862
Posted By john1212
usually the client can be set. Try to find a...
usually the client can be set. Try to find a setup.
If not.
when are you logging something ask you about TERM?
what do you ask?
when you are loggined what your $TERM
echo $TERM
Forum: SCO 08-11-2010
13,804
Posted By john1212
Hi, in your system ./xxxx can be: ./opt ...
Hi,
in your system ./xxxx can be:
./opt ./xaa ./xab ..... I don't see 3066,48 MB at filesystem "/"

du normal show more then df.............. it isn't normal.
bye

you can read man find,...
Forum: SCO 08-11-2010
13,804
Posted By john1212
I used UNIX SCO 16 years ago. At other unix...
I used UNIX SCO 16 years ago.
At other unix option -m count in MB
you can use -k it's print count in KB
do "man du"
My proposion is for count how many place used in directory and all files in...
Forum: SCO 08-11-2010
13,804
Posted By john1212
sorry i don't saw: You ought find...
sorry i don't saw:



You ought find directory that size about 1.5G
You try:
example:

cd /; du -ms *


If example /home 600M and /usr 1000M
you can do for filesystem /

scounix#...
Forum: SCO 08-10-2010
13,804
Posted By john1212
scounix# mount -f NFS 192.168.1.246:nfs /mnt ...
scounix# mount -f NFS 192.168.1.246:nfs /mnt
scounix# cd / ; find ./ -print -name ./mnt -prune | cpio -ovfB > /mnt/backupfile.cpio &

red: without /mnt/backupfile.cpio I hope find SCO can use find...
Forum: Ubuntu 07-05-2010
14,658
Posted By john1212
BIOS: make boot from flashdisk
Go to "Advanced BIOS features"
Go to the "1st Boot device" and set to "USB disk" or "USB HDD" or sometimes may "USB-Stick" or "USB memory stick" or "USB-ZIP"
Forum: Ubuntu 07-05-2010
14,658
Posted By john1212
if your bios can boot from USB
to install grub to USB
grub-install --root-directory=/media/LOCALDISK /dev/sdg


---------- Post updated at 06:05 PM ---------- Previous update was at 05:45 PM ----------
If your BIOS can't boot...
Showing results 1 to 18 of 18

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