[CentOS] DNS zone delegation

2009-07-31 Thread Gopinath Achari
Hi,

i have configured a Master DNS server, i have also created 
records to delegate a zone to child dns server
But when named service is started it says 

Jul 31 14:33:30 localhost named[21581]: dns.zone:9: ignoring out-of-zone data 
(child.dns.com)

I am using bind-9.3.4-10.P1.el5_3.3. on CEntos 5.2

Please help. Thanks in advance. 

how to delegate the zone, is there any other configuration needed


my zone file ...

$TTL86400
@   IN  SOA dns.com. root.dns.com.  (
  1997022700 ; Serial
  28800  ; Refresh
  14400  ; Retry
  360; Expire
  86400 ); Minimum
IN  NS  dns.com.
child.dns.com.  IN  NS  ns.child.dns.com.

101 IN  PTR dns.com.
@   IN  A   192.168.1.101

ns.childIN  A   192.168.1.107
www 0   IN  A   192.168.1.101
www 0   IN  A   192.168.1.102
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Upgrade mail server to new machine

2009-05-10 Thread Gopinath Achari
there is no problem in the order. only thing is the folder of home directory 
and mail boxes should be properly restored with the same permissions and 
ownership .


On Thursday 07 May 2009 19:44, Dan Carl wrote:
 d just copy /home/* /etc/shadow and

  /etc/passwd and /var/spool/mail. Does it matter which file I copy
  first? Should I do passwd and shadow first? then do home, and leave
  /var/spool/mail to last?
 
  If I do it this way, will it keep all my users passwords as well?

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] MP4

2009-04-27 Thread Gopinath Achari
you can use mplayer to view this type of files

On Saturday 25 April 2009 21:00, fo...@lemcoe.com wrote:
 You can open the stream in a program called VLC.
 --Original Message--
 From: cen...@911networks.com
 Sender: centos-boun...@centos.org
 To: CentOS Mailing list
 ReplyTo: CentOS Mailing list
 Subject: [CentOS] MP4
 Sent: Apr 25, 2009 11:27

 Hi,

 How do get to view MP4 video streams?

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Bind - zone delegation

2009-04-18 Thread Gopinath Achari
hi all,


i have configured a local dns master server test.com
the same server is responsible for zone delegation for child.test.com.

But starting the named service it displays out of zone data in log file.
Same configuration works fine on centos 4.xx but the below configuration is not 
working on centos 5.2, 


i have attached the zone file of master server for domain test.com below, 


$TTL86400
@   IN  SOA test.com. root.test.com.  (
  1997022700 ; Serial
  28800  ; Refresh
  14400  ; Retry
  360; Expire
  86400 ); Minimum
   IN  NS  test.com.
child.test.com.IN  NSname1.child.test.com.

101   IN  PTR test.com.
@ INA192.168.1.101
www   INA192.168.1.101
name1.child.test.com. IN  A  192.168.1.222
222   IN PTR  name1.child.test.com.
sys1  INA192.168.1.220
~
~

when dig command is used reponse comes for hosts entries of test.com but not 
child.test.com.

Any suggestions , please help me out.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] squid timeout error

2009-01-31 Thread Gopinath Achari
Dear All,

i am using squid-2.5STABLE 

Below error message occurs if the site is accessed through proxy server.

same problem occurs for many other sites likes dkc1.digikey.com

But the same site opens clearly without any problem if accessed directly.

Please help 

Thanks in advance.
 
ERROR
The requested URL could not be retrieved

While trying to retrieve the URL: http://www.wisegeek.com/

The following error was encountered:

    * Connection to 174.132.22.20 Failed 

The system returned:

    (110) Connection timed out

The remote host or network may be down. Please try the request again.

Your cache administrator is root.
Generated Sat, 31 Jan 2009 13:15:14 GMT by proxyserver (squid/2.5.STABLE14) 

when checked in access.log

TCP/MISS 504 www.wisegeek.com 
error messages in the squid logs file

Regards,
Gopinath M.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] network interface

2008-12-23 Thread Gopinath Achari
use 

ifup eth0:2
 
On Wednesday 24 December 2008 02:59, Barry Brimer wrote:
  Hi all
 
  How can I bring up eth0:2 only
 
  ifconfig eth0:2 up is not working
 
  I have to use service network restart
 
  But it restarts all network interfaces that I don't
  want

 I believe you have to have eth0 up for that to work.  You can add
 ONPARENT=no to the other virtual interfaces to keep them from starting
 on a service network restart.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

-- 
Regards,
Gopinath M
Network Admin
Signal Networks Pvt. Ltd.
Bangalore - 01

Smile it increases your face value

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] sendmail outbound help needed

2008-12-16 Thread Gopinath Achari
Hi All,

I want to set up a sendmail server on Centos 5.2 Pc. 
This server should be 
able to send and receive mails outbound. i have purchased a domain name. can 
you help on this. 

-- 
Regards,
Gopinath M

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] SSH login to centos

2008-12-15 Thread Gopinath Achari
Thank you all. the problem is solved. There was a reverse lookup done.

On Monday 15 December 2008 15:57, John R Pierce wrote:
 Gopinath Achari wrote:
  Hi all,
 
  SSH login to Centos 5.2 (Fresh installed) system takes a long 
  time,
  what is the problem. anyone aware of this

 I've seen that happen when reverse DNS is messed up.


 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

-- 
Regards,
Gopinath M
Network Admin
Signal Networks Pvt. Ltd.
Bangalore - 01

Smile it increases your face value

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] SSH login to centos

2008-12-15 Thread Gopinath Achari
Hi all,

SSH login to Centos 5.2 (Fresh installed) system takes a long 
time, what is 
the problem. anyone aware of this

-- 
Regards,
Gopinath M

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] kontact request

2008-12-15 Thread Gopinath Achari
Hi All, 

I am using kontact (internally uses kmail) as mail 
client. when i receive 
attachments  in mail. its displayed in smart format as default. How can i set 
inline as default. any idea on this option.

-- 
Regards,
Gopinath M

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] boot problems

2008-11-03 Thread Gopinath Achari



try

root (hd0,0)
configfile /boot/grub/grub.conf  or
configfile /etc/grub.conf
boot 

it should boot if unable to load the grub  config file or try to
manually define the root , vmlinuz and initrd paramaters and boot. 

Eg: 
root (hd0,1)
kernel /boot/vmlinuz-2.6.19.1 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.19.1.img


boot






On Mon, 2008-10-27 at 11:49 -0700, MHR wrote:

 On Mon, Oct 27, 2008 at 7:31 AM, fabian dacunha [EMAIL PROTECTED] wrote:
  Dear All,
 
  I am quite new to centos
 
  i had installed centos 5.2 to be as a squid proxy server and it was
  working fine for over a month or so
 
  but 3 days back the machine after a reboot jus refused to boot
 
  it jus was goin to the grub prompt
 
 
 Which one?
 
  i wd really apprecite if someone cd help me ..
 
  cd i boot from centos boot cd n go to rescue mode and check grub
 
 Yes, but you probably need to provide more info to get the right answers.
 
  2) if grub is OK how cd i reinstall centos without destroying data
 
 
 Let's take it one step at a time.
 
 mhr
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Dazuko module Panda Antivirus

2008-10-30 Thread Gopinath Achari
Hi,


I installed Panda antivirus for linux  but it uses
Dazuko module for updating virus definition downloaded from internet to
virus definitions database. So i downloaded dazuko ( tar package)
software and tryed to install. But it generates the below defined
errors, Which module in the kernel has to be enabled. Please help me i
am using Centos 5.2 with kernel version of  2.6.18-92.1.13.el5xen


[EMAIL PROTECTED] dazuko-2.3.5]$ ./configure
checking host system type... Linux
checking for make utility... ok (make)
checking for C compiler... ok (cc)
kernel source in /lib/modules/2.6.18-92.1.13.el5xen/source... yes
kernel build source in /lib/modules/2.6.18-92.1.13.el5xen/build... yes
acquiring Linux kernel code configuration... ok
checking if Linux is RSBAC patched... no
checking if devfs is enabled... no
discovered host system... Linux (2.6.18)
checking if security module support is enabled... yes
verifying capabilities are not built-in... built-in :(
error: capabilities are built-in to the kernel:
   you will need to recompile a kernel with capabilities
   as a kernel module


regards
Gopinath .
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] KIVIO

2008-10-23 Thread Gopinath Achari
Hi all,

I need Koffice-kivio package for centos 5.2 (i386)
I downloaded this package from kde.org site. when i installed. It
generated lots of dependency errors even though the dependency packages
are installed
please Help me out . I need kivio ( Equivalent to Visio)

regards,
Gopinath M.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] GUI FTP

2008-09-29 Thread Gopinath Achari
hi,


how to upload and download file from a ftp server using GUI. ftp
client.


upload and download to and from ftp server works fine when done done
from command prompt but not working from GUI ftp client Ex. Gftp.


is there any modifications to be done on the server,


regards
gopinath

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] GUI FTP

2008-09-29 Thread Gopinath Achari
This was the error message generated during an upload to the ftp server

login was done through local user on ftp server


226 Directory send OK.
Received URL
ftp://[EMAIL PROTECTED]:21/home/gopinath/r8169-6.005.00.tar.bz2
Loading directory listing /home/gopinath/wget1 from cache
(LC_TIME=en_US.UTF-8)
SIZE /home/gopinath/r8169-6.005.00.tar.bz2
213 41002
PASV
227 Entering Passive Mode (192,168,1,40,233,89)
PORT 192,168,1,40,233,89
500 Illegal PORT command.
Loading directory listing /home/gopinath/wget1 from server
(LC_TIME=en_US.UTF-8)
PASV
227 Entering Passive Mode (192,168,1,101,143,76)
LIST -aL
150 Here comes the directory listing.
226 Directory send OK.



On Mon, 2008-09-29 at 08:03 -0400, John wrote:

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
 Of Jim Perrin
 Sent: Monday, September 29, 2008 7:27 AM
 To: CentOS mailing list
 Subject: Re: [CentOS] GUI FTP
 
 On Mon, Sep 29, 2008 at 5:55 AM, Gopinath Achari
 [EMAIL PROTECTED] wrote:
 
  upload and download to and from ftp server works fine when done done 
  from command prompt but not working from GUI ftp client Ex. Gftp.
 
 
 You might consider posting some logs from what you're doing so that we can
 see the errors your ftp client gives you. You might also consider giving
 some details about the server and how it's set up, as the server doesn't
 know/care if a client is gui based or not. It simply interprets the ftp
 protocol commands and responds accordingly.
 ---
 JohnStanley Writes:
 
 Jim is right... Posting the errors would be best. I sejusted you use gftp
 but as I did not see you are using it also. So posting the errors would be
 of help.
 
 JohnStanley
 
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Gopinath Achari
try this 


listen-on port 53 { 0.0.0.0; };


On Thu, 2008-08-28 at 12:28 +0200, Lorenzo Quatrini wrote:

 Miguel A. Velasco ha scritto:
 
  I have bind-chroot installed with the following options in /etc/named.conf:
  
  options {
  listen-on port 53 { 127.0.0.1; 10.10.80.0; };
  listen-on-v6 port 53 { ::1; };
  directory   /var/named;
  dump-file   /var/named/data/cache_dump.db;
  statistics-file /var/named/data/named_stats.txt;
  memstatistics-file /var/named/data/named_mem_stats.txt;
  
  // Those options should be used carefully because they disable port
  // randomization
  // query-sourceport 53;
  // query-source-v6 port 53;
  
  allow-query { localhost; };
 Hi Miguel,
 you have to edit the allow-query line to allow queries from other host (I have
 any there, not localhost) I'm not sure about the syntax but I guess you could
 try to put 10.10.80.* or 10.10.80.0/24 there to allow queries from you network
 
 Also remove 10.10.80.0; from listen-on port as it isn't needed (here you can
 specify addresses if your server is multi-homed and you want it to listen only
 on some interfaces)
 
 --
 Regards
 
 Lorenzo Quatrini
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: system-config-kickstart

2008-08-28 Thread Gopinath Achari

re install the package and try again . this some times happens.

On Fri, 2008-08-22 at 13:14 -0400, Jerry Geis wrote:

 Jerry Geis wrote:
  When I run this command on centos 5.2 it just sets there nothing ever 
  happens.
  Any ideas? I have ran it on two centos 5.2 machines. I can control C out.
  I am running it as root and a normal user both. Same thing - just sits 
  there.
 
  jerry
 
 I created a new user, logged in as that user and no was able to bring it 
 up.
 Not sure what happened with my default user.
 
 Jerry
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] loading modules across reboots

2008-08-28 Thread Gopinath Achari
add an entry of that module in /etc/rc.sysinit

insmod /lib/modules/2.6.x.x/drivers/kernel/net/modulename.o

and it automatically loads the module during the reboot








On Tue, 2008-08-26 at 13:57 -0600, Joseph L. Casale wrote:

 I have a CentOS 5.2 install on a machine with the Marvell nic issue outlined 
 in
 http://bugs.centos.org/view.php?id=2612. I have a few questions regarding 
 this, what
 does the # echo 11ab 4364  /sys/bus/pci/drivers/sky2/new_id line do? 
 Obviously it
 starts right after but what specifically is the 11ab 4364 part? Also, how 
 do I get this
 to load across reboots? I have the alias and module in my modprobe.conf but 
 that is not enough.
 
 Thanks,
 jlc
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] data rate on NIC card

2008-08-26 Thread Gopinath Achari
thank u. this tool is very usefull

On Tue, 2008-08-26 at 08:48 +0200, Michel van Deventer wrote:

 On Tue, 2008-08-26 at 11:20 +0530, Gopinath Achari wrote:
  hi 
  
  
  how to check the data rate on the nic card in centos
  i.e, at what speed the data is transmitted and received on
  ethernet interface in terms of kbps or bps
  any command is available in centos 5.1
 You can use ethtool  to check for negotiated networkspeeds.
 If you want to check for current speeds of network connections, I
 usually use iptraf.
 
   Regards,
 
   Michel
 
 
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] data rate on NIC card

2008-08-25 Thread Gopinath Achari
hi 


how to check the data rate on the nic card in centos
i.e, at what speed the data is transmitted and received on
ethernet interface in terms of kbps or bps
any command is available in centos 5.1

regards,
Gopinath M
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Shell script - ping

2008-07-28 Thread Gopinath Achari
hi,

how to write a scripts which launches 10 pings to different
destinations at execution of single shell scripts

please help me any ideas

regards,
Gopinath


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Shell script - ping

2008-07-28 Thread Gopinath Achari

thank u all

On Mon, 2008-07-28 at 16:11 +0300, Javor Nikolov wrote:
 Hi,
 
 If you you want a quicker execution - you could also run the pings to
 separate hosts in parallel starting the jobs in background () and
 waiting for them with wait after that. You'll have to be more
 careful about the outputs in that case - e.g. redirect them to
 separate files.
 
 Regards,
 Javor
 
 On Mon, Jul 28, 2008 at 2:57 PM, Laurence Alexander Hurst
 [EMAIL PROTECTED] wrote:
 Gopinath Achari wrote:
 hi,
 
how to write a scripts which launches
 10 pings to different
 destinations at execution of single shell scripts
 
 please help me any ideas
 
 regards,
 Gopinath
 Do you mean something like:
 ping -c10 host1
 ping -c10 host2
 
 which will ping host1 10 times, then host2 10 times etc. (see
 `man ping` for details of the options).
 
 If you have a list of hosts in a file, you could do:
 for host in `cat [filename]`
 do
ping -c10 $host
 done
 
 or:
 
 while read host
 do
ping -c10 $host
 done  [filename]
 
 If you only want to ping each host once, you can substitute
 '-c10' with '-c1' (again, see the man page).
 
 Hope this helps
 Laurence
 
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
 
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Firewall in CentOS 5.1

2008-07-24 Thread Gopinath Achari
hi all,

Please suggest me a good firewall package for Cent OS 5.1 
Server. This
server is going to face to internet and will be accessed by the branch
offices.


Regards
Gopinath M.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] MOUSE problem in Centos 5.1

2008-07-23 Thread Gopinath Achari
HI All,

i installed Cent OS 5.1 on a INtel P4 PC.
it got installed successfully. Upto the login prompt the mouse cursor
appears on the screen. then cursor disappers. i we move the mouse. the
cursor movement is felt when it is on a icon or when right click is done
but the cursor is transparent. i dont know what is the problem.

the mouse cursor is seen on the CUI prompt but not in GUI. Please help
me what to do.

the mouse is of Logitech make and is a ball mouse

Regards,
Gopinath 


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] VNC server problem

2008-07-22 Thread Gopinath Achari
HI all,

i am configuring VNC server in CentOS 5.1. i have enables this 
two
lines in /etc/sysconfig/vncserver file

VNCSERVERS=2:vnc
VNCSERVERARGS[2]=-geometry 1024x768 -depth 24

here i have created a user vnc and set the password using vncpasswd cmd.


then i started the vncserver 

# vncserver

New 'localhost.localdomain:1 (gopinath)' desktop is
localhost.localdomain:1

Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/localhost.localdomain:1.log

The above message was displayed about executing vncserver command. no OK
status was displayed.


then i used cmd 

 vncviewer localhost.localdomain:5901

it prompted for the passwd i gave the password then 

it started vncviewer but in that only cursor is displayed which can be
moved. but no GUI display. 

Please help me on this if any one knows i am still a beginner to linux





___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] VNC server problem

2008-07-22 Thread Gopinath Achari
yes here the user vnc exists

i have logged in as a localuser gopinath and using su command to switch
to root then i am executing this commands

On Tue, 2008-07-22 at 06:25 -0600, Joseph L. Casale wrote:
 VNCSERVERS=2:vnc
 VNCSERVERARGS[2]=-geometry 1024x768 -depth 24
 
 Here you are starting a vncserver on port 5902 for user vnc. Does he exist?
 
 here i have created a user vnc and set the password using vncpasswd cmd.
 
 Ok
 
 then i started the vncserver
 
 # vncserver
 
 New 'localhost.localdomain:1 (gopinath)' desktop is
 localhost.localdomain:1
 
 Starting applications specified in /root/.vnc/xstartup
 Log file is /root/.vnc/localhost.localdomain:1.log
 
 The above message was displayed about executing vncserver command. no OK
 status was displayed.
 
 Well, you aren't seeing this message with that config. According to this, you
 are starting a server on port 5901 for a user gopinath who appears to be 
 root?
 
 then i used cmd
 
  vncviewer localhost.localdomain:5901
 
 it prompted for the passwd i gave the password then
 
 it started vncviewer but in that only cursor is displayed which can be
 moved. but no GUI display.
 
 Please help me on this if any one knows i am still a beginner to linux
 
 You need to uncomment the two lines it says to uncomment in the file:
 vi ~/.vnc/xstartup
 
 Good luck,
 jlc
 
 
 
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] VNC server problem

2008-07-22 Thread Gopinath Achari
/sbin/service vncserver status
Xvnc (pid 13533) is running...
[EMAIL PROTECTED] ~]# /sbin/service vncserver restart
Shutting down VNC server: 2:vnc[FAILED]
Starting VNC server: 2:vnc [FAILED]


this above was displayed when i restarted the service i am not knowing
where i am doing the mistake

if anyone has a configuration list to configure vncserver please provide
me so i am compare my configuration for the errors







On Tue, 2008-07-22 at 18:03 +0530, kapil singh wrote:
 Hello,
 Make sure that the vncserver service is start or not.
 
 using
 
 #service vncserver status
 
 if it returns stop
 then start vncserver service.
 
 #service vncserver start
 
 use command
 
 #vncserver localhost
 
 initially no need to mention port number.
 
 
 By default configuration, it runs well no need to set any thing
 anywhere. but, if still having some problem then,
 
 try to reinstall it.
 
 #yum remove vnc
 
 #yum install vnc
 
 and then start the service.
 
 Thanks and Regards,
 Kapil Singh Kushwah
 Linux System Administrator
 Hotwax Media Inc.
 Indore,(M.P) INDIA
 
 
 
 
 On Tue, Jul 22, 2008 at 5:46 PM, Gopinath Achari
 [EMAIL PROTECTED] wrote:
 HI all,
 
i am configuring VNC server in CentOS 5.1. i
 have enables this two
 lines in /etc/sysconfig/vncserver file
 
 VNCSERVERS=2:vnc
 VNCSERVERARGS[2]=-geometry 1024x768 -depth 24
 
 here i have created a user vnc and set the password using
 vncpasswd cmd.
 
 
 then i started the vncserver
 
 # vncserver
 
New 'localhost.localdomain:1 (gopinath)' desktop is
localhost.localdomain:1
 
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/localhost.localdomain:1.log
 
 The above message was displayed about executing vncserver
 command. no OK
 status was displayed.
 
 
 then i used cmd
 
  vncviewer localhost.localdomain:5901
 
 it prompted for the passwd i gave the password then
 
 it started vncviewer but in that only cursor is displayed
 which can be
 moved. but no GUI display.
 
 Please help me on this if any one knows i am still a beginner
 to linux
 
 
 
 
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] VNC server problem

2008-07-22 Thread Gopinath Achari


hi i remove the packeges vnc and vnc-server and
reinstalled newly using yum install vnc
and yum install vnc-server

it got installed then 
i started the service

it displayed

/sbin/service vncserver restart
Shutting down VNC server:  [  OK  ]
Starting VNC server: no displays configured[  OK  ]

then i typed  

[EMAIL PROTECTED] .vnc]# vncviewer localhost.localdomain:5901


it promps the password

but again the same black screen with cursor is displayed

what to do ... 








On Tue, 2008-07-22 at 18:03 +0530, kapil singh wrote:
 Hello,
 Make sure that the vncserver service is start or not.
 
 using
 
 #service vncserver status
 
 if it returns stop
 then start vncserver service.
 
 #service vncserver start
 
 use command
 
 #vncserver localhost
 
 initially no need to mention port number.
 
 
 By default configuration, it runs well no need to set any thing
 anywhere. but, if still having some problem then,
 
 try to reinstall it.
 
 #yum remove vnc
 
 #yum install vnc
 
 and then start the service.
 
 Thanks and Regards,
 Kapil Singh Kushwah
 Linux System Administrator
 Hotwax Media Inc.
 Indore,(M.P) INDIA
 
 
 
 
 On Tue, Jul 22, 2008 at 5:46 PM, Gopinath Achari
 [EMAIL PROTECTED] wrote:
 HI all,
 
i am configuring VNC server in CentOS 5.1. i
 have enables this two
 lines in /etc/sysconfig/vncserver file
 
 VNCSERVERS=2:vnc
 VNCSERVERARGS[2]=-geometry 1024x768 -depth 24
 
 here i have created a user vnc and set the password using
 vncpasswd cmd.
 
 
 then i started the vncserver
 
 # vncserver
 
New 'localhost.localdomain:1 (gopinath)' desktop is
localhost.localdomain:1
 
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/localhost.localdomain:1.log
 
 The above message was displayed about executing vncserver
 command. no OK
 status was displayed.
 
 
 then i used cmd
 
  vncviewer localhost.localdomain:5901
 
 it prompted for the passwd i gave the password then
 
 it started vncviewer but in that only cursor is displayed
 which can be
 moved. but no GUI display.
 
 Please help me on this if any one knows i am still a beginner
 to linux
 
 
 
 
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] VNC server problem

2008-07-22 Thread Gopinath Achari
hi,

i just installed the vnc and vncserver package.
i started the server with command vncserver :2

when i connected to vncserver using vncviewer 192.168.1.101:5902 
i prompted for the password then it display i windows with a terminal

but when gui is enabled by uncommenting the two lines in .vnc/xstartup
file
i diplays a blank window when connecting from the remote vncviewer


i there any thing else to be configured

please help me


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] XEN virtualization Problem

2008-07-11 Thread Gopinath Achari
Hi,


I am trying to install windows XP on XEN. The Base operating 
system is
Centos 5.1 I used GUI tool Virtual Manager.

Once this Virtual manager is started is connected the XEN and QEMU.

i used new tab placed below to install a virtual OS ( ex. Winxp.)
 after passing through the wizard. i wizard option for the partition a
created a new 10 GB partition my case /dev/hda8 and then it asked the
location where the os image was kept.i created a .iso image using dd
command. then i specified the path where this iso image was kept in the
wizard. then i told next and then finish button . it opened one more
window and the installation of WinXP started. after some time it asked
for reboot and it rebooted then it is asking for Winxp OS cd. i inserted
into the DVD RW drive i mounted it but still its asking the same. please
help me out what to do. is there any addition packages to be installed
for recognizing the Cdrom or any other thing to be done. please guide
me. 

Regards,
Gopinath


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] failed dependencies during mplayer installation.

2008-06-19 Thread Gopinath Achari
hi 
i am new to linux while installing mplayer

[EMAIL PROTECTED] Desktop]$ rpm -ivh
mplayer-1.0-0.37.rc1try2.el5.rf.i386.rpm
mplayer-fonts-1.1-3.0.rf.noarch.rpm 
warning: mplayer-1.0-0.37.rc1try2.el5.rf.i386.rpm: Header V3 DSA
signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
libaa.so.1 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libcaca.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libcucul.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libdirectfb-0.9.so.25 is needed by
mplayer-1.0-0.37.rc1try2.el5.rf.i386
libdvdnav.so.4 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libenca.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libfaac.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
liblirc_client.so.0 is needed by
mplayer-1.0-0.37.rc1try2.el5.rf.i386
liblzo.so.1 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libmad.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libmp3lame.so.0 is needed by
mplayer-1.0-0.37.rc1try2.el5.rf.i386
libmpcdec.so.3 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libopenal.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libtwolame.so.0 is needed by
mplayer-1.0-0.37.rc1try2.el5.rf.i386
libx264.so.55 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libxvidcore.so.4 is needed by
mplayer-1.0-0.37.rc1try2.el5.rf.i386


i am not knowing to which package thiss files belong to... please help
me out i am using centos 5.1 ES



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos