CRS-0184/PRCR-1070 when Oracle 11g RAC executes root. sh
Oracle 11g RAC installation, the first node to execute root. sh encountered a CRS-0184/PRCR-1070, Google a lot of posts have not found a solution. Hey, let's calm down and look at the log !! The conclusion is a casual problem, as described below.
1. Fault
# Installation environment[Root @ linux1 ~] # More/etc/issueEnterprise Linux Server release 5.5 (
We often receive questions from our VPS users, "My VPS is not equipped with new things. Why is the harder the hard disk is to be used ?", This is mostly because of the long-term accumulation of various logs on the system, such as nginx, the access log information left behind by apache is not cleared for a long time, and the access traffic is large, it will easily expand to GB. Sometimes the logs of some application programs are hidden in the depths of the file system, and it is hard to find out;
My colleagues encountered a wonderful problem:
When running lunch in the removed source code directory and selecting the compilation option, the system prompts that lunch is not installed ~
As follows:
Root @ desktop-Ubuntu:/android_src #./Build/envsetup. ShIncluding device/HTC/passion/vendorsetup. ShIncluding device/Samsung/crespo4g/vendorsetup. ShIncluding device/Samsung/Crespo/vendorsetup. ShRoot @ desktop-Ubuntu:/android_src #LunchProgram"Lunch" is not installed yet. You can use the fo
If my directory jni has a list.sh fileI directly nxgametekimacbook-air:jni luonan$./list.sh. /.. /classesHint Permission deniedAnd thenchmod +x *.shAnd then the execution is OK.Nxgametekimacbook-air:jni luonan$ chmod +x *.sh./list.sh. /.. /classesNxgametekimacbook-air:jni luonan$./list.sh. /.. /classesThis is the problem I encountered when I built the classes file on the build Android project. The "IOS" Mac terminal runs the.
, from the log can be seen as/bin/sh:java command not foundThis shows that the environment variables used by Cron are not the environment variables of the system, but their environment variables, which is plainly, crontab cannot read the information under the/etc/profile.Iv. Solutions:1. Modify Crontab to invoke a script instead of executing the jar directlyComing: Cornjob for 0 * * * java-jar/home/opscoder/topo-audit.jarModified to: 0 * * */home/opscoder/topo-check.sh2. Create topo-check.shtouc
1. Installing jprofiler_linux_8_0_2.shChmod+x jprofiler_linux_8_0_2.sh./jprofiler_linux_8_0_2.sh–cThe installation process is slightly: Almost Enter to the end (can also be installed in the graphical interface without the- C option, the graphic installation)2. edit /etc/profileExportld_library_path=/opt/jprofiler8/bin/linux-x64Exportld_library_pathSource/etc/profile3 Edit standalone.confif["X$java_opt
Ubuntu and Debian's shell are installed by default to dash, not bash.Run the following command to view the details of SH and confirm which program the shell corresponds to:$ls-al/bin/shDash is lighter and faster than bash. But bash is more common.If some commands, scripts, and so on are not always executed properly, it may be the cause of dash.For example, when compiling the Android source code, if you use dash, it is possible to compile an error, or
SDK and ADT are version 22.6.2Works for 4.4.2When compiling a launcher, the error is as follows:SH ndk-build CleanCannot run Program "SH": Launching failedError:program "sh" not found in PATHPath= ...Looked at the Internet, has always thought that what is the GCC problem, after many attempts have no fruit, and later consulted some information, said to have a relationship with the NDK, immediately configured
Refer to the blog of the struggling people in Beijing, URL: https://blog.csdn.net/u012453843/article/details/69803244
xx.sh scripts written under Windows, such as notepad++, after being passed on to UNIX or Linux servers, and then run scripts that prompt:
Syntax error:unexpected end of File error
Shell script execution error $ ' \ R ': Command not Found
The reason is: Dos/window press a return key is actually entered is "Enter (CR)" and "line break (LF)", and Linux/unix press the return ke
I have been busy a few days ago for my livelihood. Unfortunately, I got sick for a few days, so I didn't keep the documents in time. I would like to apologize to everyone, especially those who are eager to wait for me to write a book.
Finally, I started to talk about the IPSec VPN technology. I have explained the principles of ssl vpn and mpls vpn. I still wa
A Virtual Private Network (VPN) allows you to connect to components in a network through another network, such as the Internet. You can use a Windows 2000 Server-based computer as a remote access server, so that other users can connect to it using a VPN and then access shared files on your local drive or network. A virtual private network is implemented by "Creating a tunnel" on the Internet or another publ
Cgit 'syntax-highlighting. Sh' Remote Command Injection Vulnerability
Release date:Updated on:
Affected Systems:Hjemli cgitDescription:--------------------------------------------------------------------------------Bugtraq id: 56315Cve id: CVE-2012-4548
Cgit is the Web Front-end of the git library.
Cgit has the input verification vulnerability. Attackers can exploit this vulnerability to inject arbitrary commands.
*>
Suggestion:-----------------
Always use VMware 6.0 45731 and run Debian 3.1r5 testing.
We are still busy with our homework. Just yesterday, I wanted to install ATI graphics card driver for the virtual machine, and then upgraded GCC from 4.1.1 to 4.1.2 by the way, then the share folder function of the virtual machine fails. reinstall vmware-tools and an error is reported.
"Your kernel is based on GCC 4.1.2, while your GCC is GCC 4.1.3 (I don't know why), and ask if you want to recompile it ",
I re-compiled it and reported th
ShellIFSreadLine. sh
processLine(){line="$@"echo $line} FILE="" if [ "$1" == "" ]; then FILE="/dev/stdin"else FILE="$1" if [ ! -f $FILE ]; then echo "$FILE : does not exists" exit 1 elif [ ! -r $FILE ]; then echo "$FILE : can not read" exit 2 fifi BAKIFS=$IFSIPS=$(echo -en "nb")exec 3
Use IFS for file analysis, or separate specific file characters
#shell environment $IFS useage# S : Internal Field Separat
): " fileflagif[ "$fileflag" != "Y" ][ "$fileflag" != "Y" ];thenecho "pleaseuploaduserpublic keyfile (e.g.xumin.pub) tohomedirectory.\n " exit2fiecho "startchanging.......\n" #检查公钥文件是否已经上传filepath =~/$username .pubif [-f $filepath ];thenecho "$filepath file exists!" elseecho "$filepath file does not exist or you have entered the wrong path" exit3firm -rf/home/$username/.ssh/authorized_keys# Rename the public key to the corresponding place mv~/$username. pub/home/$username/. ssh/authorized_key
one of the most probable causes of the script file in the error is DOS lattice, which is the line end of each line is identified by \ r \ n, and its ASCII code is 0x0d, 0x0A.There are many ways to see if the file is in DOS or UNIX format, or in MAC format.Enter for example the following in terminal:VI filenameand then use the command: Set FF?Can see the word dos or UNIX. Assuming it is a DOS format, you can use set Ff=mac to force it to MAC format, and then save the disk to exit. Run it again an
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.