search for: corteciano

Displaying 15 results from an estimated 15 matches for "corteciano".

2008 Oct 09
2
xen 3.2.1 - How to boot ISO image
Hi All, I have working CentOS xen guest (domU) inside in Debian xen domain (dom0) and here is the domU''s config file <http://fpaste.org/paste/7295>. How could I put the proper syntax inside of domU''s config to instruct the domU to boot the /data/CentOS-5.1-i386-bin-DVD.iso during starting of domU? BTW, I am using xen-3.2-1. Thanks, James
2010 Jun 17
3
NFS - Permission Denied
Hi All, This is the settings of my NFS server (192.168.10.55) /etc/exports: /nfs/iso 192.168.10.0/255.255.255.0(rw,sync)<http://192.168.10.0/255.255.255.0%28rw,sync%29> >From the remote host, I mount it correctly. But when I write/create files/directory inside the mounted nfs directory (from /nfs/test), it will give me "Permission Denied". [root at
2008 Sep 03
4
how to create /dev/xvda
Hi All, The following is my domU''s cfg file. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ kernel = ''/usr/local/src/xen/vmlinuz'' ramdisk = ''/usr/local/src/xen/initrd.img'' memory = ''256'' name = ''centos5.2'' vif0 = [ ''bridge=xenbr1'' ] disk = [ ''phy:/dev/server/cbox,xvda,w'' ] on_reboot =
2010 Jun 23
2
umask not functioning with cp command
Hi all, $ umask 0002 $ mkdir test $ ls -ld test drwxrwxr-x 2 user user 4096 Jun 23 19:04 test/ $ls -ld content drwxr-xr-x 2 user user 4096 Jun 23 19:29 content $ cp -r content test/ $ls -ld test/content drwxr-xr-x 2 user user 4096 Jun 23 19:29 content My question is, how can I make content directory permission mode to 775 if I do cp inside the test directory? Thanks. Regards, James
2008 Oct 11
4
CentOS ISO how to boot in Xen guest system
Hi, How to boot the centos dvd image (/download/centos/centos5.2.iso) in xen guest system to let me do linux rescue command? Here is the working guest config file: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bootloader = ''/usr/lib/xen-3.2-1/bin/pygrub'' memory = ''256'' name = ''centos'' disk = [
2008 Oct 17
1
Xen guest''s GUI to display in VNC
Hi, I''m running CentOS guest domU under Debian dom0. I''m planning to install Xorg to run GUI in CentOS guest for testing only. How could I tell the CentOS guest domU to display the GUI in my VNC client in which I''m remoting from outside on internet? Let say I''m connecting from my home to the xen guest located in office. Hope someone could help me on this.
2010 Apr 06
1
SELinux restorecon does not work
Hi All, I have this following issue in SELinux. I did what instruction said but the security context has still never changed. Do I need to create local SELinux module? I hope anyone could help me out of this. Thank you. ------------------------------------------------------- # sealert -b ........................................ Summary: SELinux is preventing postmaster (postgresql_t)
2010 Apr 12
1
How to log separate files or directories for centralizing SysLog server ?
Hi All, I have three server. server0 is centralized logging server, server1 and server2 are remote client servers. How can I properly configure the syslog in server0 to log the two servers in different separated files/directories. Example, server1 will be logged at /var/log/syslog/server1.log of server0 and /var/log/syslog/server2.log for server2 as well. Is there need of little tweaking for
2010 May 27
1
Logrotation with retention period
Hi All, How can it be done it logrotate configuration that I wanted to have the logs in six (6) month retention period? I have the following logs and directories of mysql. [hostname]# ls /var/log/mysql/ 2010.05.01/general.log 2010.05.01/error.log 2010.05.02/general.log 2010.05.02/error.log 2010.05.03/general.log 2010.05.03/error.log Is it possible that the output after doing logrotate could be
2010 Jul 28
2
Open source tool like CPanel
Hi All, Any could suggest open source tool like CPanel that could do the following? -User access control *user will be able to modify specific virtual host config file. Example is /etc/httpd/conf.d/domain.com.conf *user will be able to upload files to the specific webroot (example only /var/www/vhosts/domain.com) *user will be able to access MySQL server with can do create
2010 Sep 03
1
How to Retain Ownership on webdir
Hi, I have this webroot /webdir/ with 2775 permission so that any created file/directory by apache inside of /webdir/ will be 'users:webusers'. However, I noticed when the apache created a new files (fileB) / directories (dirB), the ownership becomes 'apache:apache' and the sgid has gone for /webdir/ (drwxrwxr-x). I'm currently using Wordpress. [before] drwxrwsr-x users
2008 Jun 27
5
Wheel and YUM!!
Dear All I am trying to allow a local user on the centos machine to be able to run yum What I have done is added him to the wheel group so that he can run software, basically it's his own machine if he breaks it it's his problem But even after adding him to wheel, sys and adm group he is unable to install using yum I am sure I must be missing something or I must be doing
2008 Jun 18
0
CentOS/Fedora/RHEL as domU and Debian for dom0
Hi All, Does anyone have successful set up above-mentioned subject? I hope you can provide any website for guides and nice procedure. Additional, the domU should be able to use another kernel rather than using the dom0 kernel. Thanks in advanced. -james Linux Registered User #380364 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2008 Jun 27
0
Modifying DomU configuration to point to your disks
Hi All, These are my set up: Dom0 OS = Debian DomU OS = CentOS 5.1 /etc/xen/guest.cfg: ------------------------------------------------ kernel = "/usr/local/src/xen/vmlinuz" ramdisk = "/usr/local/src/xen/initrd.img" #bootloader = "/usr/lib/xen-3.0.3-1/bin/pygrub" memory = ''128'' name = "xerv" vif = [ ''bridge=xenbr0'' ]
2008 Jul 11
0
How to boot netinstall.iso linux in Xen guest domU
Hi All, How to call the downloaded bootable /data/centos/netinstall.iso file in my guest domU file to boot for network installation? Please correct this line if it is wrong. disk = [ 'file:/data/centos/netinstall.iso,cdrom,r', 'phy:/dev/server/xerv2-disk,xvda,w', 'phy:/dev/server/xerv-disk,sda1,w' ] memory = '128' name = 'test-machine' vif = [