CentOS 5 :: KVM Cannot Edit Domain.xml?
Jan 23, 2011
Can not edit domain.xml? I use virsh edit domain, change is finished, save and exit, use wq!. But the value of the recovery back I am use centos 5.5, libvirt 0.8.2, qemu 0.9.1. KVMI just want to change the guest system inside the Qemu Virtual CPU to the physical cpu information
View 4 Replies
ADVERTISEMENT
Nov 3, 2009
I have installed Centos on my pc. Then I installed Emacs for text editing. when I brows on www folder and try to open a php file it opens but I don't have permission to edit the filehow can I open a file with Emacs with edit permission?
View 2 Replies
View Related
Jun 27, 2011
I have centOS 5 server & have configure web server. I want to this webserver share on my network. How to configure domain.
View 8 Replies
View Related
Aug 11, 2009
I have Centos 5.3 on my home computer. When I was logging-in to the terminal it was like ( myname@34myhome.local$ ) now when I log-in to the terminal I get (myname@dhpdpc64$ ) I have not changed anything. It seems like my domain name has changed. Why the domain name changes automatically?
View 5 Replies
View Related
Sep 11, 2009
How to configure centos 5.4 as a domain controller?
View 2 Replies
View Related
Sep 28, 2009
I have a centos 5 server joined to a win2003 active directory domain. It's a virtual machine, so i had to sync the date (ntpdate) because it was 12 minutes different. It worked, but not ntlm authentication is not working anymore. If i rejoin the domain i get:
net ads join -U administrator@MYDOMAIN.COM
administrator@MYDOMAIN.COM's password:
Failed to set password for machine account (NT_STATUS_DISK_FULL)
Failed to join domain: NT_STATUS_DISK_FULL
View 5 Replies
View Related
Nov 15, 2009
So I recently purchased a VPS and had CentOS strongly recommended by a friend for my servers OS. I have a server, and one IP.
My /etc/resolv.conf reads...
nameserver 203.98.68.110
nameserver 203.98.68.210
View 4 Replies
View Related
Apr 6, 2010
I trying to Migrate NT4 Domain to Samba-3 following the example in: [URL] where they mention "This migration process makes use of Linux system tools (like useradd) to add the accounts that are migrated into the UNIX/Linux /etc/passwd and /etc/group databases. These entries must therefore be present, and correct options specified, in your smb.conf file, or else the migration does not work as it should. " how to specify these (with correct options) in the smb.conf file? what are the parameters?
View 6 Replies
View Related
Jan 18, 2011
1. I have two domains domain1.com and domain2.com on my centos server.
2. In a file in domain1.com I am writing the php function
chdir('/var/www/vhosts/domain2.com/httpdocs'); but it is not working at the same time if I am trying to change the directory to one of the subdirectory in domain1.com than it is working means chdir('/var/www/vhosts/domain1.com/httpdocs/css'); is working.
3. The problem is I cant able to change the directory from domain1.com to domain2.com. /var/www/vhosts/domain1.com/httpdocs => /var/www/vhosts/domain2.com/httpdocs is not working
Is it some permission issue or anything else ? Is it something related to chroot jail or what?
View 1 Replies
View Related
Jul 7, 2010
I'm running CentOS 5.4 with sendmail. My computer hostname is bob.domain.com. Whenever I would nc -v 127.0.0.1 25 into sendmail I would get bob.domain.com on the banner. Whenever I send out email the emails would be user@bob.domain.com. I wanted the email to show up as user@domain.com. So in the etc/mail/sendmail.cf file I changed the line
Code:
Dj$w.hostname.com
to this
Code:
Djhostname.com
Now when I enter sendmail I see domain.com in the banner so I know the change took place. However, when I send email using
Code:
mail -s "test" xxx@xxx.com
then email still goes out as user@bob.domain.com. What other changes do I need to make?
View 5 Replies
View Related
Sep 21, 2009
I have a question for installing centos with domain and ip address.I want to install centos 5.3 at my server which is installed redhat 9.My question is how to sonfigure domain and ip.
View 4 Replies
View Related
May 2, 2010
I already setup my samba, openLDAP as well as smb-tools but when I try to registered my winXP client into Linux Domain,there was an error "a device attached to the system is not functioning" but browsing of user folder is possible, by typing in run command \server1 then provide a username and password.I can also transfer some documents on that folder, only registering from linux domain is my problem...
View 1 Replies
View Related
Feb 12, 2009
I have a CentOS 5.2 server with hostname support.companyname.local It's used to run Request Tracker 3.8.1. I need to be able to send email from this machine and make it look like the email came from user@companyname.com instead of user@support.companyname.local
View 5 Replies
View Related
Apr 14, 2009
I need to start a xen domain from console with xm command but the 'new' sub command is missing?
[root@sambie xen]# xm new CENTOS-5.3-PDC
Error: Sub Command new not found!
View 1 Replies
View Related
Jul 20, 2009
way to connect my CentOS server to my Windows domain.
View 2 Replies
View Related
Aug 24, 2009
I have setup Ubuntu servers as LAMP machines but that's pretty much it.
I need to work on an existing CentOS server that I will see for the first time tomorrow. I am told that, as of right now, it is "just serving the internet." The goal is to set it up to be a primary domain controller by which I mean:
1) A user should be able to login to the server from any of the workstations and then see their server stored documents
2) The clients will be a mixed bag of Linux, Windows and Mac machines
I could use a push in the right direction as to what I need to do to get this all setup. I know how to setup users and home folders (I use webmin typically and I understand that there is a version for CentOS) but clearly there is more that I need to do. I am really curious as to how I would map the necessary drives on the client machines upon login and have the users have automatic access to their data regardless of the client machine they log in to.
View 4 Replies
View Related
Sep 3, 2009
Tutorial for setting up a
domain server, dns server, ldap, mail server, firewall and proxy
with centos and how can I join ubuntu clients to the domain?
View 1 Replies
View Related
Oct 17, 2009
For who ever tries to get Windows 7 joined to a Samba domain, here's a small howto i wrote:[URL]...
View 3 Replies
View Related
Oct 26, 2009
I can't mount windows share from our domain.
I tried:
mount -t cifs -o username=user@domain,password=secret //fileserver1/somefolder/someuser /mnt/win
... with no luck " wrong fs type, bad option, bad superblock etc"
I tried various combinations, including
mount -t cifs //fileserver1/somefolder/someuser /mnt/win
... just to make sure and still the same " wrong fs type, bad option, bad superblock etc" message. Of course /mnt/win does exist and I'm root.
Am at wits end... is there something special to do in Centos for this to work?
View 5 Replies
View Related
Jul 9, 2010
I'm trying to figure out why I cannot add a machine to the Domain from the windows. in the smb.conf file, I have the proper
add machine script = /usr/sbin/useradd -n -c "Workstation (%u)" -M -d /nohome -s /bin/false "%u"
View 2 Replies
View Related
Sep 22, 2011
I had been reading about how to join a samba server to my current PDC running samba+ldap.
My PDC have a BDC and they are working, I want to add another samba server and be a domain member server and get the benefits.
The docs of samba had open my mind about the technical stuff but I still cannot make this thing works.
samba docs
Quote:
Centos 5.6 Samba Version 3.5.4-0.83.el5_7.2 PDC
Centos to 5.7 Version 3.5.4-0.83.el5_7.2 Domain Member
View 2 Replies
View Related
May 24, 2010
i am trying to use CentOS as well. I know many things are same. But i am getting stuck at one place where I am trying to enable support of JFS during installation at the boot option like we can do in FC.But i am unable to edit boot option. For my fedora system i used to do it in this way.The first installation screen is showing me options those i can edit by pressing Tab and then i can edit the line where i add 'jfs' and it starts appearing in the drop down menu of filesystem during setting up partitions on hard disk.
given same in kernel parameter by pressing f4 but jfs does not appear in the drop down menu during partitioning of disk.
View 1 Replies
View Related
Jul 16, 2011
I previously installed centos using DHCP. Now I purchased a domain name and want to set it up as a webserver. if I choose the static ip address based on the existing DNS server given to me by the domain company, it will ask for the subnet mask, default gateway and i do not have them.
View 6 Replies
View Related
Jun 29, 2011
So first thing's first, is I'm a bit rusty when it comes back to CentOS. I've been running FreeBSD for a while, but a friend running CentOS just asked me to help him with apache. Apache is something I run and configure in my sleep, but this has really stumped me. His server [URL].. will point you to the IP address, instead of the domain name?? When you first go to the page, it will say "Please wait while we redirect you I changed that over to a <?php header("Location: ?> redirect, to better suit his server and make it look nicer. The problem is the html file with the Please wait message is still there, after I've deleted it out of /var/www/html/, and replaced it with index.php
So I dug through his configuration, and made the virtualhost for his domain, again with no avail. I really don't want to post my full config file, but if it's necessary, let me know.
View 1 Replies
View Related
Mar 9, 2009
I want to join my centos 5 to my windows 2000 Active Directory domain and can not figure it out.
View 1 Replies
View Related
May 13, 2009
I've got a server with several different virtual hosts on them, e.g. host1.com, host2.com, host3.com.
Is there a way I can set up an email alias just for an individual domain?
e.g. I want to set up help@host2.com, but not to have help@host1.com or help@host3.com.
I can't see how to do this in the /etc/aliases file...
View 2 Replies
View Related
Jun 28, 2009
Did a netstat -an got this
Active UNIX domain sockets (servers and established)
View 1 Replies
View Related
Jul 23, 2009
I used Zimbra since a week ago to my centos 5 server, but now I'm using google apps. Today I tried to uninstall Zimbra and restore sendmail, but when I try to send a mail to local domain, it responds with an unknown user message and don't deliver the message to google mail.What I forgot in reconfiguration?
View 13 Replies
View Related
Sep 23, 2009
I'm debugging some kind of a SOAP problem. I can use wget for any domain I want, besides domains that are hosted on the server itself.
What could it be? Centos firewall & selinux are turned off.
(domains / ips removed from code)
[root@http1 ~]# wget http://www.google.com
--12:09:53-- http://www.google.com/
Resolving www.google.com... 74.125.93.103, 74.125.93.104, 74.125.93.105, ...
Connecting to www.google.com|74.125.93.103|:80... connected.
[Code].....
View 4 Replies
View Related
Jun 10, 2010
Regarding domain names for LDAP root, you should use something like dc = domain, dc = country eg ar, cl, is br. or better use some other domain?That is, suppose the root domain is dominio.es Is it advisable to do so? I ask because I have seen many implementations (especially Microsoft AD), which states rather dominio.local or dominio.int.
View 1 Replies
View Related