Server :: Error: Org.xml.sax.SAXParseException: The String "--" Is Not Permitted Within Comments
Dec 22, 2010
I'm having problems with Dogtag Certificate System, i have installed a CA Root on another machine and create a Security Domain, and now I'm installing this CA which is supposed to be subordinated to it. After creating the PKI i can access the configuration web page, but when i get to the Security Domain section, i choose "Join Security Domain", enter the url and get this error:
org.xml.sax.SAXParseException: The string "--" is not permitted within comments.
View 6 Replies
ADVERTISEMENT
May 1, 2011
i see this error in system.log
May 1 03:15:01 master cp: error processing extended attributes: Operation not permitted
May 1 03:15:02 master cp: error processing extended attributes: Operation not permitted
May 1 03:15:02 master 700.daily.server.cyrus: Error: /etc/MailServicesOther.plist postfix does not contain a dictionary with key log_rolling_days.
[Code]...
View 1 Replies
View Related
Dec 30, 2010
I've recently installed Proftpd to host for someone for a couple of hours.
With the default config it works however when taken the comments out and edited for anonymous, proftpd fails to start
This is the default config file which works if you have a user and password for my machine, but anonymous wont work (when the comments were removed).
View 1 Replies
View Related
Oct 14, 2010
Recently I configured sendmail configuration in Linux dedicated server purchased in godaddy. os version is centos5.4. as the configuration i can able to send mail to other domain like gmail and yahoo. thats working fine. but my problem is i can't able to receive any mails. i got like this error. 550 relay not permitted or addess rejected.
View 8 Replies
View Related
Oct 2, 2010
I was updating the security updates in my deskptop. It did not executed successfully even after 7 hours. It remain just like hang up. So I switched off the PC and rebooted. Then it is showing the error: "udevadm trigger is not permitted while udev is unconfigured. Gave up waiting for root device."
Now my Lucid Linx is almost dead. There is also no 'Repair' option while booting from Ubuntu 10.04 CD. Pl help to restore it.
View 2 Replies
View Related
Apr 18, 2011
I am trying to create a jailed shell for a user Don($UID '500') using my own method(I don't want to use any ready-made "jailkit"). The user don should get a home directory /jail/don instead of /home/don when he login via SSH (So that he will not able to see any other files/directories on the system)
This is what I have done.
Quote:
Code:
It works without any issue ....Home directory changes to /jail/don when I ssh to the system as user don. ie: #ssh don@192.168.0.66
Then I added a chroot command to this code.
Code:
Unfortunately , now I am getting an error message saying that "chroot: cannot change root directory to /jail: Operation not permitted" .. I am not sure how to rectify this error... Is my approach correct to get a jailed shell using /etc/profile file ?
View 8 Replies
View Related
Jun 14, 2011
Below is the oneliner that I am using to exclude all of "." hidden directories within the same directory.
Code:
cd find . -depth ( -wholename ./.* ) -prune -o -print | cpio -oav > /media/caca/extract/full$date.cpio
it works fine but when I extract the files from the full$date.cpio archive it appears to have worked but gives me permission errors:
Code:
cd /media/caca/extract
cpio -ivd < full061411.cpio
cpio: Selection_001.png: Cannot change mode to rw-r--r--: Operation not permitted
Selection_001.png
cpio: Selection_002.png: Cannot change mode to rw-r--r--: Operation not permitted
Selection_002.png
[Code]...
View 4 Replies
View Related
Oct 22, 2010
copy string a to string b and change string b with toupper() and count the chars
View 3 Replies
View Related
Aug 2, 2010
I am developing a java application that deals with the parallel port I used the parport library, I have the following problem: I am using netbeans 6.9 and linux redhat, when I run the code (java code that controls parallel port) from netbeans I get: "ioperm error: Operation not permitted" I used the "clean and build" function in Netbeans to create the jar file (test.jar) then I changed the permission of the test.jar to root using this command "chmod 4777 test.jar" and the test.jar file worked just fine as a stand alone file, but I still get the same error message when I try to run the program from Netbeans
View 1 Replies
View Related
Oct 6, 2010
I am trying to install a third party driver and the provided makefile makes a call to insmod. Whenever I try to install this I run "su", so I am root and should have permissions. However, when I run "make install" I get the following output:
Code:
# make install
Unloading any instances of foo module
Loading new foo into running kernel
insmod: error inserting 'foo.ko': -1 Operation not permitted
make: *** [install] Error 1
Like I said before, I'm doing this as root, so I don't see how this is possible. Additionally, every time I try to do this it seems to cause a lot of damage to whatever kernel I'm currently booted in; USB and ethernet (and hence the Internet) stop working and I have to wipe the kernel and reinstall it.
View 10 Replies
View Related
Dec 12, 2010
I'm running CentOS 5.3 in an openVZ container, and I'm receiving "operation not permitted" errors from Nmap.
Note: Host seems down. If it is really up, but blocking our ping probes, try -PN Nmap done: 1 IP address (0 hosts up) scanned in 3.15 seconds
I have no iptables rules set.
How can I get this working?
View 1 Replies
View Related
Dec 19, 2010
How can I print a PDF file with comments (and highlights) on Fedora 14?
View 4 Replies
View Related
Oct 4, 2010
I've been trying to remove a folder, but a file residing within this folder is not allowing me to. I've, also, tried removing the file manually to no avail:
[root@ps-dev-app1 mnt]# rm -rf img-mnt
rm: cannot remove `img-mnt/.journal': Operation not permitted
[root@ps-dev-app1 mnt]# cd img-mnt/
[code]....
I've tried changing the permissions/ownership on the file, but same result:
[root@ps-dev-app1 img-mnt]# chmod 777 .journal
chmod: changing permissions of `.journal': Operation not permitted
[root@ps-dev-app1 img-mnt]# chown root:root .journal
chown: changing ownership of `.journal': Operation not permitted
Also, this is not a mounted drive, even though it shows up under the /mnt directory. I've checked and nothing is mounted there.
View 6 Replies
View Related
Jul 5, 2011
I currently have a set up in vim so that when I type "<leader>ns" it takes any given word and turns it into a sub "sub word(){}". I also have it when I type "<leader>nc" it creates a doc comment section that is "blank". I was wondering if someone could help me out with combining the two so that when I typed <leader>ns it would create the doc comments with the word already in the Subroutine: line and create the new sub routine aswell. I'm trying to understand what I have (downloaded from the internet) and only doing so so.
Code:
" Put cursor over word and hit ,ns to create new Sub
nmap <leader>nc o
#------------------------------------------------------------------------------
# Subroutine:
# Function :
[code]....
View 3 Replies
View Related
Jun 16, 2011
I have a lot of scripts in Bash and am 'converting' one of them to Python just to get to know how Python works. Up to now I'm loving it, the feel, the logic, the power, ...
1. I have a template file which will be filled in by a technician, meaning it's filled with comments (#) and variable = value combinations, where the technician needs to fill in the values needed under the section referring to the configuration he's performing. 2. After installing from DVD/ISO, the software RPMs get installed and there is a default configuration file containing variable = value combinations where the values need to be changed to the values indicated in the template file mentioned in 1.
In order to do this I played around (and Googled a lot) with ConfigParser. I can load the template, get whatever value I need, load the configuration file, set the new value to the correct variable and write the file.
I checked that the template and configuration files loaded (open()) contain everything, including comments. However when I write the configuration file all comments get lost.
Here's what I have so far: Class to create a fakesection header since ConfigParser needs sections and the configuration file doesn't have those.
Code:
class FakeSectionHead(object):
def __init__(self, fd):
self.fd = fd
[Code]....
View 3 Replies
View Related
Aug 12, 2010
I went through recordMyDesktop and xvidcap and I didn't find any possibility how to insert written comments into recorded video.
View 2 Replies
View Related
Jun 24, 2010
Imported an Excel file into OO.o Calc. EVerything is fine except the comments are all blank. It knows that comments should be there, but they're all empty. how to recover the contents?
View 2 Replies
View Related
Jul 15, 2011
I have seen that it's possible to put special comments in a source file that tell vim what indentation style to use. The problem is that i don't know how to use them, and can't find and tutorials or documeantaion since I have no clue what this feature is called.
View 3 Replies
View Related
Oct 25, 2010
I'm setting up a network backup on a workstation here using Webmin. I'm backing up to a local FTP server. I set everything correctly (FTP credentials, directories, etc) but I get an error saying "Could not create file" and another saying "Cannot write: Operation not permitted"
View 1 Replies
View Related
Jan 6, 2011
I have come across this option given below in dhcpd.conf file for DHCP Server configuration. Can any body let me know what this option is all about.Code:option T150 code 150 = string;
View 2 Replies
View Related
May 3, 2011
I've been trying to understand pthread in C a little better. So I made a simple program that takes in a string from the command line and creates a thread to print the string. I've looked online and copied the basic concepts but there are something things I'm confused about. The programs works just fine, but I have questions. Here's what I have so far.
[Code]....
One thing I'd like to know is why the 3rd argument in the pthread_create function which is my SendMessage function needs to be typecasted to a void pointer and then send the address of the function. Also as for the 4th argument, I would see typecasting to void pointer in some of the pthread examples I saw online, but in my case I'm passing a char pointer, would this be correct? In which case would I ever want to pass a void pointer?
Do I need a pthread_exit(NULL) in my main and in the SendMessage function? If so, why? I added the sleep() function so that I could let the pthread_exit function in my SendMessage function execute first. I simply saw that the online examples on pthread had pthread_exit() in both locations.
View 6 Replies
View Related
Sep 2, 2010
I have a line in a text file that has 40 random characters within a tag and i want to change the characters to a new set of 40 random characters (alphanumeric a-z 0-9 etc)
The line in the text file looks like this:
Quote:
How would i go about doing that?
Also second question same as the above but how would i remove them instead of replacing them?
View 14 Replies
View Related
Jul 27, 2010
I'm running Kubuntu 10.04 and am trying to install OpenVPN as per the instructions here:-[URL]..However, when I try enter the following I just get a continuous "string is too long, it needs to be less than 40 bytes long" message.
./pkitool --initca I've had a look around in the forum and in google and can find a reference to this problem with 9.x but from what I can see this has supposedly been fixed for v10.04. Is there some sort of workaround I can apply to get this to work?
View 2 Replies
View Related
Sep 24, 2010
Iḿ trying to install TCL 8.0.5 onto my machine, if i type �wish it tells me there are already these programs:
Code:
The program 'wish' can be found in the following packages:
* tk
* tk8.4
* tk8.5
* tk8.3
Try: sudo apt-get install <selected package>
The error trace is here:
Code:
luke@luke-laptop:~/Downloads/tcl8.0.5/unix$ ./configure
loading cache ./config.cache
checking for ranlib... ranlib
checking whether cross-compiling... no
checking for getcwd... yes
checking for opendir... yes
code....
checking system version (for dynamic loading)... ./configure: 1: Syntax error: Unterminated quoted string
Really not sure whats wrong, I�m horrible with linux if I�m honest, tried a couple of google searches but didn�t make very much progress.
View 2 Replies
View Related
Jan 18, 2011
I am using grep command to search in a particular file whose size is 11 GB and i am getting Segmentation fault error as an output. My command and output is as follows:
Code:
[sdpuser@gnnsdp40 test]$ cat new* | grep 8858406465
Segmentation fault
My linux version is as follows:
Code:
[sdpuser@gnnsdp40 test]$ uname -a Linux gnnsdp40 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
how i can parse the complete file for searching string. I have also used split command of linux which splits the file of 11 GB to 11 files of 1 GB each respectively. But still getting the same "Segmentation fault" error while using grep.
View 9 Replies
View Related
Apr 26, 2011
If I have a word in a text file and I need to replace it by another word (for example, i need to replace abc by fff) so what is the command I can type it?
I am using vi editor.
View 3 Replies
View Related
Mar 7, 2011
I have a String that I would like to sign using a given RSA Private key. I thought this would be relatively easy but I have not been able to find out how to do it, unless I'm looking to far into a simple problem. Do i have to put the string into a file, and sign the file, or can i just sign the string/message?
View 7 Replies
View Related
Oct 16, 2010
I have a set of lines as ahown below:
Leon went to school
Leon came back from school..
Leon had dinner...
I have to replace the line containing "dinner" by a single string LUNCH...
View 2 Replies
View Related
Feb 25, 2011
I need to creates string suffixes out of a Reference string. for eg. suffixes of abcdefg will be
1)bcdefg
2)cdefg
3)defg
and so on...
create an array of pointers to point to the first few characters and then use that pointer to print the rest of the string.But when i print using the pointer i get GARBAGE values! shudn't std::cout<<ptr[w] print the string following the char it is pointing to? why do i get garbage values?
View 9 Replies
View Related
Apr 2, 2011
I want to replace a string of directory path in a string to empty:
Code:
But this doesnt seem to give me the desired thing:
Code:
This gives the desired outcome, but its specific, i need a variable in the sed not a string. And if I replace STRING="/mnt/sda1/record/$dd/" then I cant use it for something else, cause its has all the weird backslashes now.
View 3 Replies
View Related