Re: [Ilugc] how to restrict the users, from running some specific commands.

2012-11-05 Thread Karthikeyan Venkatraman
On Sun, Nov 4, 2012 at 12:50 PM, ravi jaya ravijaya.l...@gmail.com wrote:

 Hello everybody,

 I am trying to learn, how could I  restrict  the users, from  running the
  specific commands. like rm or rmdir or anything else in this case.

 On the other hand I am trying to look into rbash the restricted
 shell, whether, any thing good it  can do for this requirement


 Thank you.

 --
 Ravi Jaya

 Mob: 97909 16181
 Site: www.ravijaya.info
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc



In Ubuntu edit the sudoers file in /etc folder, you can come across allow
members of group sudo to execute any command. There you insert a new text
username ALL=(ALL) NOPASSWD: command path to execute like /sbin/shutdown
etc...

Also make sure the user is in standard account privilege.

-- 
Thanks,
V. Karthick


http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] GUI tool for ISCSI initiator and target

2012-10-16 Thread Karthikeyan Venkatraman
On Tue, Oct 16, 2012 at 12:41 PM, Arun Khan knu...@gmail.com wrote:

 On Tue, Oct 16, 2012 at 11:43 AM, Karthikeyan Venkatraman
 vgkarthick...@gmail.com wrote:
  Hi,
 
  Is there any GUI application available for iscsi initiator for ubuntu?.
 

 I do not know if you tried searching for such a tool before posting.

 http://lmgtfy.com/?q=GUI+application+available+for+iscsi+initiator

 The first link http://ubuntuforums.org/showthread.php?t=1389616
 in the my search result, is a discussion in the Ubuntu forums (about a
 year old), which discusses a possible solution (it is a KDE app).

 -- Arun Khan
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


I tried this kiscsiadm which is not good enough. It has some library
dependency which is not available in ubuntu repository. I manually
downloaded and installed the library package libdb4.3 and the libdb4.3-dev.

After the installation I can't able to see the application.

Is there any other tool apart from this.

-- 
Thanks,
V. Karthick
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] [ilugc] [HELP] [Linux Mint] Failed to Load Session- GNOME

2012-09-11 Thread Karthikeyan Venkatraman
On Tue, Sep 11, 2012 at 8:58 PM, ARUN PALANIAPPAN 
arunpalaniappan@gmail.com wrote:

 Hi all,
 One of my friends has installed Linux Mint in his system. After a recent
 automatic update (Recent does not imply within a week... Atleast  a couple
 of weeks back), he could not get into his system.

 Here is a brief explanation of his observations (which has recurred at all
 instances):

 When switching on the System, the computer boots till he sees the login
 screen. In the login screen too, he could enter his login credentials and
 get in. (He could hear the login sound too..)
 But after that instance, everything comes to a standstill.
 All that he could see is a BLACK SCREEN.

 A few minutes later, a window pops up displaying the error message: Failed
 to Load Session- GNOME

 After trying many times, he has formatted his PC and installed Linux Mint
 again. But, immediately after the update, the same phenomena continues to
 occur.

 Is there anyway out?
 I request the luggies to kindly look into the issue and provide us a
 solution!

 Thank you in advance!

 --
 Regards,
 ARUN P



 A Tailor’s mistake is a Fashion But, An Engineer’s mistake is a Disaster.

 Preserve the earth; Else we will perish
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc



Please check and try this url :
http://unix.stackexchange.com/questions/33813/lightdm-wont-start-automatically-on-boot

Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] checkpoint configuration in linux

2012-09-10 Thread Karthikeyan Venkatraman
On Sun, Sep 9, 2012 at 10:07 PM, Karthikeyan Venkatraman 
vgkarthick...@gmail.com wrote:

 Hi,

 In my office we are using checkpoint as firewall and for VPN connectivity.

 They provide me a exe file to install vpn client , but I am using ubuntu
 in my residence.

 Is that possible to install checkpoint client in linux.

 I tried to install snx which is successful in installation  when I tried
 to load the application as $sudo snx -s XXX.XXX.XXX.XXX -u username it
 gives an error

  snx: error while loading shared libraries: libpam.so.0: wrong ELF class:
 ELFCLASS64.

 My ubuntu is 12.04 64bit version.

 To overcome the above error When i try to enter the command $ldd
 /usr/bin/snx, the library file libpam.so.0 was not loaded libpam.so.0 =
 not found

 But the library file is available in /lib/x86_64-linux-gnu/libpam.so.0. I
 don't know how to link this with the snx application.

 Has anybody in our ilugc was successful in the checkpoint VPN for ubuntu
 64bit version.


 --
 Thanks,
 V. Karthick



The above problem was solved by the procedure available in the url below.

https://forums.checkpoint.com/forums/message.jspa?messageID=39916

I overcome the library problem but still when i try to login authentication
fails.

Just want to share this info...

Thanks,
V. Karthick
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] checkpoint configuration in linux

2012-09-09 Thread Karthikeyan Venkatraman
Hi,

In my office we are using checkpoint as firewall and for VPN connectivity.

They provide me a exe file to install vpn client , but I am using ubuntu in
my residence.

Is that possible to install checkpoint client in linux.

I tried to install snx which is successful in installation  when I tried
to load the application as $sudo snx -s XXX.XXX.XXX.XXX -u username it
gives an error

 snx: error while loading shared libraries: libpam.so.0: wrong ELF class:
ELFCLASS64.

My ubuntu is 12.04 64bit version.

To overcome the above error When i try to enter the command $ldd
/usr/bin/snx, the library file libpam.so.0 was not loaded libpam.so.0 =
not found

But the library file is available in /lib/x86_64-linux-gnu/libpam.so.0. I
don't know how to link this with the snx application.

Has anybody in our ilugc was successful in the checkpoint VPN for ubuntu
64bit version.


-- 
Thanks,
V. Karthick
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Help required for OpenVPN (pfsense)

2012-08-28 Thread Karthikeyan Venkatraman
On Wed, Aug 29, 2012 at 11:02 AM, Ravi Kumar Tenneti rktenn...@gmail.comwrote:

 Hi friends,

 We have setup pfsense primarily for VPN from Windows machines to access the
 SAP which is on AIX.

 We have implemented pfsense and enabled OpenVPN.

 We are able to connect from Windows XP machines to SAP but we are facing a
 problem with Windows 7.

 We are able to connect to the server but we are not able to access the SAP
 server the way we are able to do with XP machines.

 There are multiple Windows 7 versions like Home Basic, Professional and the
 same problem is there with every machine.

 We are also using McAfee VirusScan Enterprise 8 in all the clients.

 Any help in this would be highly appreciated.

 Regards

 Ravi Kumar Tenneti
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Have you tried to give exclusion in Mcaffe for your SAP application and
corresponding port.

Because AV sometimes create unusual problems. Also try to uninstall Mcaffe
in one pc and check.


-- 
Thanks,
V. Karthick
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Ajaxplorer

2012-08-27 Thread Karthikeyan Venkatraman
On Mon, Aug 27, 2012 at 11:37 PM, Rajagopal Swaminathan 
raju.rajs...@gmail.com wrote:

 Greetings,

 I just stumbled across this:
 http://ajaxplorer.info/

 looks interesting.

 I do not have access to webserver for next few days, If someone can
 try this out and share their experiences say on a ADSL link, I think
 it would benefit the community

 --
 Regards,

 Rajagopal
 ___


Very good application for file management to the entry level. The following
are the features listed.

1.There is no database available for this application.

2.The uploaded data are stored in the files folder (path:
/var/www/ajaxplorer/data/files)

3.You can create roles, users and assign rights according to the
requirement. Not sure how this users are maintained without DB.

4.If you have read only rights upload option will not be available.

5.You can set expire date for any files from viewing in the share option
and also the download counts.

6.Password options are also available for any files which will create an
url link to mail for some users.

7. Recycle option available.

I am not a developer to check in the code level. But I really impressed
with this application.

-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Network connectivity issue in Ubuntu server 12.04

2012-08-13 Thread Karthikeyan Venkatraman
On Mon, Aug 13, 2012 at 2:36 PM, ilesh war ilesh...@gmail.com wrote:

 Hi Friends,

 I have installed Ubuntu_12.04_x86_64 on vmware hypervisor esxi 5.0 and
 windows xp professional.

 Ubuntu ip address is 172.16.1.6
   netmask is 255.255.255.0
   gateway is 172.16.1.197
 resolv.conf 203.90.78.65

 xp professional ip address is 172.16.1.199
 netmask 255.255.255.0
 gateway is 192.168.1.197
 Primary dns 203.90.78.65

 Our SAP server ip address is 172.16.200.27 which is located in datacentre.
 and we are having MPLS from datacentre.The problem is i am not connecting
 to our sap server from ubuntu Server, i am getting updates from
 repositories also, and our local subnet (172.16.1.0/24) machines are all
 connecting to my ubuntu server. At the same time i am able to connect from
 xp machine to our SAP Server which is in the same subnet.



 i've tracert in xp the result is as follows

 Tracing route to 172.16.200.27 over a maximum of 30 hops
   11 ms1 ms1 ms  203.76.141.41
   2 3 ms 5 ms 3 ms
 ARennes-651-1-107-6.w2-2.abo.wanadoo.fr[2.2.2.6]
   3 *** Request timed out.
   4 4 ms10 ms17 ms  172.16.200.27

 Trace complete.

 when i try to traceroute from ubuntu its not getting after 172.16.1.197.

 Please help me
 Thanks in advance

 --
 ilesh
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


from your mail

Ubuntu GW - 172.16.1.97

XP GW - 192.168.1.197

Let me know this is a typo error.

Please login and check your GW router, whether you can able to ping the SAP
server IP 172.16.200.27

If you can able to reach the SAP server in your gateway router , please
route add your SAP server IP in ubuntu machine, else check the routing in
the gateway router.

Eg: $ sudo route add -net 172.16.200.0 netmask 255.255.255.0 gw (eth0 ) or
(172.16.1.197)

-- 
Thanks,
V. Karthick
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Sad demise of our dear KG (Keneth Gonsalvas)

2012-08-03 Thread Karthikeyan Venkatraman
On Fri, Aug 3, 2012 at 3:25 PM, JAGANADH G jagana...@gmail.com wrote:

 Hi All,

 Just now I got a message that our dear KG (Kenneth Gonsalvas) passed away.
 He was admitted in hospital due to Asthma attack and passed away today
 morning.
 Cremation will be held at ooty on 4th Aug 2012.

 --
 **
 JAGANADH G
 http://jaganadhg.in
 *ILUGCBE*
 http://ilugcbe.org.in
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc



Its really shocking to me since he has given comments to Ilugc day before
yesterday and also shared his experience about business how to.

May his soul rest in peace and my deep condolence to his family.
-- 
Regards,
V. Karthick


http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Login Screen Reappears

2012-07-31 Thread Karthikeyan Venkatraman
On Tue, Jul 31, 2012 at 2:56 PM, selvaraj v s vsselva...@gmail.com wrote:

 Hi all,

 My login screen reappears if i give a correct password for a user and give
 login..

 I am doing Linux BMR process for CentOs .. I first backup the ' / ' folder
 with partition details and then restore it using a live cd. By doing so i
 got succeeded in restoring a machine.. But while giving the password in
 login screen.. The screen disappears and again the login screen appears..

 In some site i heard it to be a selinux problem and i disabled the
 selinux=0 while booting and after that the user got logged in.. and got my
 system back..

 But i should not make the selinux as 0. What this problem have to do with
 selinux. Please come out with your suggestions and help me to clear this
 problem..

 Thanks

 Selva
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Also please check the home directory is available for the login user.

-- 
Thanks,
V. Karthick
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] setting up dual boot

2012-07-12 Thread Karthikeyan Venkatraman
On Thu, Jul 12, 2012 at 5:14 PM, kenneth gonsalves
law...@thenilgiris.comwrote:

 On Thu, 2012-07-12 at 17:10 +0530, Arun Venkataswamy wrote:
   Sector size (logical/physical): 512 bytes / 512 bytes
   I/O size (minimum/optimal): 512 bytes / 512 bytes
   Disk identifier: 0x00088787
  
  Device Boot  Start End  Blocks   Id  System
   /dev/sda1   *2048   1433620477168   83  Linux
   /dev/sda2   143362048   2150420473584   83  Linux
   /dev/sda3   215042048   223234047 4096000   82  Linux swap /
   Solaris
   /dev/sda4   223234048   312581807446738805  Extended
   /dev/sda5   223236096   31258009544672000   83  Linux
  

  It looks like you have allocated the entire disk space as various
  partitions. I guess by free space, you mean one of the partitions is
  empty
  or un formatted. Try deleting the partition which has the free space.
  Make
  it un allocated disk space. Then mint might recognize this.

 this is my current partition - when I tried the dual boot, I had 40 GB
 of free space also.

 --
 regards
 Kenneth Gonsalves

 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


I have not come across your requirement. To my understanding with study to
the url it requires LVM for dual booting.

http://www.linuxbsdos.com/2011/06/20/dual-boot-fedora-15-and-ubuntu-11-04-with-either-side-on-an-lvm-partitioning-scheme/


-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Remote share command line access

2012-07-09 Thread Karthikeyan Venkatraman
On Mon, Jul 9, 2012 at 1:57 PM, Balasubramaniam Natarajan 
bala150...@gmail.com wrote:

 Hi

 I know how to mount a remote share on a GNU\Linux system for eg in Ubuntu I
 click on Places  Connect to Server.  Under sevice type selected
 Windows share and gave appropriate name for the same and clicked on
 Connect.

 Now I am able to see the remote share on my desktop however when I open my
 Bash and navigate to both /mnt and /media it is not located there.  Where
 would the default network share get mounted up so that I can browse the
 contents using my Bash shell ?

 --
 Regards,
 Balasubramaniam Natarajan
 www.etutorshop.com/moodle/
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc



It will be in the .gvfs folder resides in home directory.

Pl go through the url for more details http://en.wikipedia.org/wiki/GVFS
-- 
Thanks,
V. Karthick


http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] history per dir

2012-07-04 Thread Karthikeyan Venkatraman
On Wed, Jul 4, 2012 at 11:08 AM, km srikrishnamo...@gmail.com wrote:

 Dear All,

 I have a requirement that I would like to save executed command
 history in the same dir. So that I could revise back and see what was
 executed in each dir. This would be valuable for making meaning of
 such  backups when they become old.
 Could some one provide me with inputs ?

 Regards,
 KM
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Hi,

Please go through the url http://forums.whirlpool.net.au/archive/520640

They wrote some script to acheive your requirements.

-- 
Thanks,
V. Karthick
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Power button option missing

2012-07-03 Thread Karthikeyan Venkatraman
On Tue, Jul 3, 2012 at 1:38 PM, 0 0...@0throot.com wrote:


  I installed gnome panel in my Ubuntu 12.04 to customize the desktop
  appearance. After few days I can’t able to see the power button, date and
  network connection gui in the panel.
 
 
  In the login screen, If I change the option from Gnome-GUI to unity it
  restores to default GUI screen of Ubuntu.
 
  I googled this error and getting solution like right click the panel and
  add the Indicator menu option. But in my pc if I right click the panel
  nothing happens.

 This is probably a stupid suggestion. But, nevertheless, Did you try Alt
 + right-click ? I read somewhere about using Alt + right-click for
 Gnome-3, or was it Ctrl + right-click ? Anyways, try one of them, it
 may work.


Thanks for the info. The key worked for me is Alt+Super(Window
key)+Rightclick.

Regards,
V.Karthick
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Hi all

2012-06-06 Thread Karthikeyan Venkatraman
On Wed, Jun 6, 2012 at 11:30 AM, R.I.P-7 vsakthiv...@gmail.com wrote:

 Hi ,In our office we are using RHEL 5...as a server,there are
 20 clients machines are there
 -The thing is i need to show my TL as our clients website access
 -We all know that by using the command
 #tail  -f   /var/log/squid/access.log | grep client-ip
 for clients website access
 -suppose i need my clients website access for past 1 month or 20 days,
 -How can i resolve this.?
 -Thanks in advance


 with Regards
 Sakthivel.V
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Hi,

Pl check the below url for your requirement.

http://lightsquid.sourceforge.net/

http://slarg.sourceforge.net/


Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] initramfs UBUNTU

2012-05-24 Thread Karthikeyan Venkatraman
On Thu, May 24, 2012 at 11:50 AM, Ranjith Rajendran ranjith88@gmail.com
 wrote:

 While booting ubuntu i got initramfs error .

 What is initramfs in ubuntu?

 How to fix that problem?



 Hi,

Pl go throught the below url for better understanding of initramfs and
fixing the problem.

http://www.dedoimedo.com/computers/ubuntu-initrd-bug.html

http://askubuntu.com/questions/15515/disk-by-uuid-not-detected-initramfs-boot-failure

http://ubuntuforums.org/showthread.php?s=ca60e74fb5bc41afcc1061cf969c07f7t=1691436

Thanks,
V. Karthick
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Flash files in Libre office

2012-05-01 Thread Karthikeyan Venkatraman
Hi,

I have some flash games in MS Excel and PPS format which is working in
Windows XP.

These files are not playing in Libre office (Ubuntu 12.04) .

Please let me know the procedures to overcome this issue.


Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Remote_Desktop_Viedo_Application_Monitering_Tool

2012-04-17 Thread Karthikeyan Venkatraman
On Tue, Apr 17, 2012 at 11:17 AM, rmariya sagaya asirvatham 
asir.li...@gmail.com wrote:

 Dear ilugc,

 I am in need of *Remote_Desktop_Viedo_Application_Monitering_Tool  *in the
 opensouce environment which will run in ubuntu.Please share your ideas.

 with thanks
 Asir
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc



Pl use mremote application. you can view multiple servers in a single
window application.
But this application works in windows os.
-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] DNS problem

2012-04-03 Thread Karthikeyan Venkatraman
On Tue, Apr 3, 2012 at 2:47 PM, Shrinivasan T tshriniva...@gmail.comwrote:

 
  The problem is when I do nslookup to ubuntu machine I am getting an error
  ** server can't find 205.35.112.10.in-addr.arpa.: NXDOMAIN
 


 Did you setup forward zone and reverse zone entries for all ubuntu
 computers in the DNS server?

 --
 Regards,
 T.Shrinivasan


 My Life with GNU/Linux : http://goinggnu.wordpress.com
 Free/Open Source Jobs : http://fossjobs.in

 Get CollabNet Subversion Edge : http://www.collab.net/svnedge
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc



Actually forward  reverse zones are configured in the DNS servers. I can't
able to access my DNS server since there is no control for me. But when I
try to search in Active directory I can able to see the ubuntu machine in
the server OU. Hope I assume there will be an A record for the ubuntu
machine also.

In Windows PC, if i enter the DNS address in the TCP/IP properties the
netbios name resolve perfectly even the machine not in the member of
domain. What configuration requires in linux machine to work like windows
machine.
-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] CPU load avg. high

2012-03-27 Thread Karthikeyan Venkatraman
On Tue, Mar 27, 2012 at 4:06 PM, Zico mailz...@gmail.com wrote:

 Hello, one of my VM is running CentOS-5.8. Most of the time, it's load avg.
 is high. It has 4 gigs memory and Xeon 3.48 GHz single processor.

 I am not sure, why this exact VM is showing high load all the time. Same
 softwares with same configuration ( 4 gigs memory + even 2.66 GHz single
 processor ) are not throwing such high load averages.

 I searched processes which are running, those are necessary so I can't kill
 them actually ( and moreover, these processes are running in other VMs too
 ).

 Load Average is most of the time  1.5

 Any suggestion?

 --
 Best,
 Zico
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Hi,

Pl clarify the below points.

1. Pl mention the ESX version.
2. CentOS is 64bit?

Pl check the following options are enabled in the ESX where your Centos VM
resides.

1. Hyperthreading option is enabled in the ESX server. Check in the BIOS or
in the Vcenter select that particular esx and go to summary page. The HT
option should be active. If not enable the HT option in BIOS.

2. Pl check any reservation for cpu is allocated to some other VM, which in
turn cause the slow to other vm.

3. Select the CentOS VM, go to edit settings  go to resources. In Adv.cpu
HT core sharing mode should be Any


Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] CPU load avg. high

2012-03-27 Thread Karthikeyan Venkatraman
On Tue, Mar 27, 2012 at 5:42 PM, Zico mailz...@gmail.com wrote:

 On Tue, Mar 27, 2012 at 6:09 PM, Karthikeyan Venkatraman 
 vgkarthick...@gmail.com wrote:

 
 
  PI - Performance Index for esx host.
 
 
 Thanks a lot. But the issue is: I don't have access to ESX host. Is there
 any benchmarking tool that I can use in terminal as sudo user to check if
 that CPU which is showing here is dedicated to my service?


 --
 Best,
 Zico
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Nope. Atleast you should have access to Vcenter. So that you can use tools
to check for benchmarking.

-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Firefox_Mozilla

2012-03-13 Thread Karthikeyan Venkatraman
On Mon, Mar 12, 2012 at 8:28 PM, rmariya sagaya asirvatham 
asir.li...@gmail.com wrote:

 Thank you.

 How can i configure my firewall to accept all outgoing web traffic only
 from my proxy server

 may i add below lines  in my iptables 
 iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j DNAT --to
 192.168.x.x.3128
 iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT
 --to-port 3128

 what i have to do more..

 (my proxy server is running in my gateway ssystem,i am using only one
 system for both)

 with thanks
 Asir

 hi,

   Pl go through this url where you can lock the proxy settings tools with
password.
   https://addons.mozilla.org/en-US/firefox/addon/public-fox/

   This tool may be simple for small computer networks.

Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Firefox_Mozilla

2012-03-12 Thread Karthikeyan Venkatraman
On Mon, Mar 12, 2012 at 5:29 PM, Shrinivasan T tshriniva...@gmail.comwrote:

 On Mon, Mar 12, 2012 at 4:45 PM, rmariya sagaya asirvatham
 asir.li...@gmail.com wrote:
  Hi ILUGS,
 
 
  I dont want the users change their proxy settings in the browser.

  If you are using Active directory services in your network, you should
 install Firefox ADM to control proxy settings for the end users.

   Pl refer the link http://sourceforge.net/projects/firefoxadm/
-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] block facebook squid

2012-03-06 Thread Karthikeyan Venkatraman
On Mon, Mar 5, 2012 at 9:12 PM, rmariya sagaya asirvatham 
asir.li...@gmail.com wrote:

 Hi ilugs

 i am using squid for block some sites ,but i am unable block  facebook
 ,gmail ...like https site
 please help me

 with thanks
 Asir
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc



Hi,

You should use ACL in squid which will block the sites you required.

Please find the url link which brief the procedure.

http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch32_:_Controlling_Web_Access_with_Squid

Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Visitor Management Gatepass management software

2012-03-06 Thread Karthikeyan Venkatraman
Hi ilugs,

Is there any open source software available for Gatepass mangement  Vistor
mangement, where the receptionist can give the visitor pass printout based
on the user request.


Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] samba share permissions

2012-02-28 Thread Karthikeyan Venkatraman
On Tue, Feb 28, 2012 at 6:19 PM, rapghere rap rapgh...@gmail.com wrote:

 Dear ilugc people,

 I have an ubuntu 10.04.2 desktop joined into my windows domain running on
 Windows 2008 R2 AD server using pbisopen6.5 (formerly likewise open).

 My requirement is that I have a samba share /ubshare in this machine. which
 could be accessed by the domain users from their windows computers. All
 those users will fall under some groups namely,

 abc_read
 abc_write
 abc_full

 xyz_read
 xyz_write
 xyz_full  etc.,

 If the abc_read group people login they should have only read permission
 for the samba share.

 If the abc_write group people login they should have have write permission
 for the share.

 If the abc_full group people login they should have the full permission on
 the same share.

 Please show me how to achieve this.
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc



Hi,

Please find an example given in the url how to integrate samba with active
directory.

http://www.howtoforge.com/samba_active_directory


-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] libpanel-applet error

2012-02-22 Thread Karthikeyan Venkatraman
Hi,

When I try to install fslint or giplet or any application package, I am
getting an error message

 sudo apt-get install fslint
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 gnome-panel : Breaks: python-gnomeapplet but 2.32.0-0ubuntu2 is to be
installed
 python-gnomeapplet : Depends: libpanel-applet2-0 (= 2.26.0) but it is not
installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
specify a solution).

Please guide me to overcome the problem.

Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] libpanel-applet error

2012-02-22 Thread Karthikeyan Venkatraman
Yeah I have tried apt-get update  I tried to upgrade apt-get upgrade -f
libebook.

But nothing happens.

Suggest me other points to overcome the problem.

Thanks,
V.Karthick
 My Experience shared in : http://vkarthickeyan.wordpress.com



On Wed, Feb 22, 2012 at 2:25 PM, Noorul Islam K M noo...@noorul.com wrote:

 Karthikeyan Venkatraman vgkarthick...@gmail.com writes:

  Hi,
 
  When I try to install fslint or giplet or any application package, I am
  getting an error message
 
   sudo apt-get install fslint
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  You might want to run 'apt-get -f install' to correct these:
  The following packages have unmet dependencies:
   gnome-panel : Breaks: python-gnomeapplet but 2.32.0-0ubuntu2 is to be
  installed
   python-gnomeapplet : Depends: libpanel-applet2-0 (= 2.26.0) but it is
 not
  installable
  E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
  specify a solution).
 
  Please guide me to overcome the problem.

 Did you try 'aptitude' ?

 Thanks and Regards
 Noorul

 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc




-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] libpanel-applet error

2012-02-22 Thread Karthikeyan Venkatraman
Pl find the error message, when I ran apt-get -f install fslint (I run this
command in the root user)

 apt-get -f install fslint
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 gnome-panel : Breaks: python-gnomeapplet but 2.32.0-0ubuntu2 is to be
installed
 python-gnomeapplet : Depends: libpanel-applet2-0 (= 2.26.0) but it is not
installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
specify a solution)..

Thanks,
V. Karthick




On Wed, Feb 22, 2012 at 2:36 PM, kenneth gonsalves
law...@thenilgiris.comwrote:

 On Wed, 2012-02-22 at 14:31 +0530, Karthikeyan Venkatraman wrote:
  Yeah I have tried apt-get update  I tried to upgrade apt-get upgrade
  -f
  libebook.

 sudo apt-get -f install fslint
 --
 regards
 Kenneth Gonsalves

 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc




-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] libpanel-applet error

2012-02-22 Thread Karthikeyan Venkatraman
Hope in my previous mail I communicated clearly what you have mentioned to
run the command apt-get -f install fslint.

Also I tried with another syntax apt-get -f install with no packages fslint
which gives an error

 apt-get -f install with no packages fslint
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package with
E: Unable to locate package no
E: Unable to locate package packages:

Thanks,
V. Karthick

On Wed, Feb 22, 2012 at 3:02 PM, Mehul Ved mehul.n@gmail.com wrote:

 On Wed, Feb 22, 2012 at 2:48 PM, Karthikeyan Venkatraman
 vgkarthick...@gmail.com wrote:
  Pl find the error message, when I ran apt-get -f install fslint (I run
 this
  command in the root user)

 --snip--

  E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
  specify a solution)..

 Do what it says here, run
 apt-get -f install
  ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc




-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] libpanel-applet error

2012-02-22 Thread Karthikeyan Venkatraman
Thanks shrini,

I ran the syntax apt-get -f install and it successfully removes the
python-gnomeapplet. and I successfully installed fslint. But when I try to
install giplet it throws the same error again. Please see the error below

 apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
python-gnomeapplet
0 upgraded, 0 newly installed, 1 to remove and 4 not upgraded.
1 not fully installed or removed.
After this operation, 168 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 147123 files and directories currently installed.)
Removing python-gnomeapplet ...

# sudo apt-cache search giplet
giplet - GNOME IP display applet

# sudo apt-get install giplet
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
giplet : Depends: python-gnomeapplet but it is not installable
E: Unable to correct problems, you have held broken packages.


Give me the suggestion to over come the problem.

Thanks,
V. Karthick

On Wed, Feb 22, 2012 at 4:53 PM, Shrinivasan T tshriniva...@gmail.comwrote:

 
   apt-get -f install with no packages fslint

 You have to run as following.

 sudo apt-get -f install

 --
 Regards,
 T.Shrinivasan


 My Life with GNU/Linux : http://goinggnu.wordpress.com
 Free/Open Source Jobs : http://fossjobs.in

 Get CollabNet Subversion Edge : http://www.collab.net/svnedge
  ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc




-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Cisco IP Communicator in GNU/Linux

2012-02-19 Thread Karthikeyan Venkatraman
Hi,

Checkout this http://chan-sccp.org/index.php?display=home

Thanks,
V. Karthick

My experience shared in : http://vkarthickeyan.wordpress.com




On Mon, Feb 20, 2012 at 11:54 AM, Shrinivasan T tshriniva...@gmail.comwrote:

 We use Cisco IP Communicator in our office as softphone in the windows
 computers.

 Is there any free open source software that communicates with cisco
 telephone networks?

 --
 Regards,
 T.Shrinivasan


 My Life with GNU/Linux : http://goinggnu.wordpress.com
 Free/Open Source Jobs : http://fossjobs.in

 Get CollabNet Subversion Edge : http://www.collab.net/svnedge
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc




-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Need Help

2012-02-17 Thread Karthikeyan Venkatraman
Hi,

Please let us know whether you have the same problem in Windows 7 and also
check the same problem appears to your colleagues. If the problem persist,
the problem may be due to ISP issue.

Check with your internet service provider.


Thanks,
V. Karthick

My experience shared in : http://vkarthickeyan.wordpress.com

On Fri, Feb 17, 2012 at 4:28 PM, sathish kannan sathitha53...@gmail.comwrote:

 Hi Luggies,

   I recently installed a Ubuntu 11.10 as a bootable os with Windows 7 in
 my office. i cant access the facebook account via in any browser but i
 seems work in empathy chat.


 I Google it for this issue:
 it says clear your recent history.


 And then it works fine for next one minute,it's Loading too much of
 time.Finally it says like this


 This webpage is not available

 Pls Help me.. Thanks in advance.
 Regrads
 Sathish M
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc




-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Error in bundle install

2012-02-12 Thread Karthikeyan Venkatraman
Hi,

The problem solved by removing the new app created by rails and I recreated
the new blog using the command $rails new blog. Also I add the two syntax
in the Gemfile which is helped during the compilation

gem 'execjs'
gem 'therubyracer'

Thanks,
V. Karthick



On Thu, Feb 9, 2012 at 4:38 PM, Ramachandran V vramachandra...@gmail.comwrote:

  On Thu, Feb 9, 2012 at 12:19 PM, Karthikeyan Venkatraman 
 vgkarthick...@gmail.com wrote:

  After installing $gem update mysql2, I am getting the error message when
 I
  do $bundle install
 
  Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native
  extension.
 /usr/bin/ruby1.8 extconf.rb --with-mysql-config=/var/lib/mysql/
  extconf.rb:10: command not found: /var/lib/mysql/ --cflags
  *** extconf.rb failed ***
  Could not create Makefile due to some reason, probably lack of
  necessary libraries and/or headers.  Check the mkmf.log file for more
  details.  You may need configuration options.
  Provided configuration options:
 --with-opt-dir
 --without-opt-dir
 --with-opt-include
 --without-opt-include=${opt-dir}/include
 --with-opt-lib
 --without-opt-lib=${opt-dir}/lib
 --with-make-prog
 --without-make-prog
 --srcdir=.
 --curdir
 --ruby=/usr/bin/ruby1.8
 --with-mysql-config
 
  Gem files will remain installed in
  /root/blog/mysql/ruby/1.8/gems/mysql-2.8.1 for inspection.
  Results logged to
  /root/blog/mysql/ruby/1.8/gems/mysql-2.8.1/ext/mysql_api/gem_make.out
  An error occured while installing mysql (2.8.1), and Bundler cannot
  continue.
  Make sure that `gem install mysql -v '2.8.1'` succeeds before bundling.
 
  I tried to install all sorts of library files related to mysql. Also
  reinstalled several times $gem install mysql -v '2.8.1' with the syntax
  --with-mysql-config.
 
  Pl advice to overcome the problem.
 
 Install the following package

   $ sudo apt-get install libmysqlclient-dev

   Then try doing bundle. I hope this should help.


 
  --
 Regards
 Ramachandran
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc




-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Error in bundle install

2012-02-08 Thread Karthikeyan Venkatraman
Hi,

The same problem persist after installting the libmysqlclient-dev.

Request other suggestion to overcome the problem.

Thanks,
V. Karthick

On Tue, Feb 7, 2012 at 12:19 PM, sasi kumar tmsasiku...@gmail.com wrote:

 Hi

 Could not find gem 'mysql (= 0) ruby' in any of the gem sources listed in
  your Gemfile.
  Run `bundle install` to install missing gems.



  Check whether libmysqlclient-dev is installed .

 Regards
 Sasi kumar T
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc




-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Error in bundle install

2012-02-08 Thread Karthikeyan Venkatraman
When I do gem install mysql -v '2.8.1' no errors. The output is

Building native extensions.  This could take a while...
Successfully installed mysql-2.8.1
1 gem installed
Installing ri documentation for mysql-2.8.1...
Installing RDoc documentation for mysql-2.8.1...

When I do bundle install in the created blog I am getting an error message \

Gem files will remain installed in
/root/blog/mysql/ruby/1.8/gems/mysql-2.8.1 for inspection.
Results logged to
/root/blog/mysql/ruby/1.8/gems/mysql-2.8.1/ext/mysql_api/gem_make.out

An error occured while installing mysql (2.8.1), and Bundler cannot
continue.
Make sure that `gem install mysql -v '2.8.1'` succeeds before bundling.
and also Iam getting an unique error when I run the command $rake db:create

Pl advice.

Thanks,
V. Karthick


On Wed, Feb 8, 2012 at 1:49 PM, Shrinivasan T tshriniva...@gmail.comwrote:

 Did you try the following?
 `gem install mysql -v '2.8.1'`

 as mentioned in the error message?

 What is the output?




 --
 Regards,
 T.Shrinivasan


 My Life with GNU/Linux : http://goinggnu.wordpress.com
 Free/Open Source Jobs : http://fossjobs.in

 Get CollabNet Subversion Edge : http://www.collab.net/svnedge
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc




-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] remotely accessing a machine on a lan with dynamic IP

2012-02-08 Thread Karthikeyan Venkatraman
Hi,

You can also use the DNSExit tool which will be useful to access machine
which is in dynamic address. I have not used this product and it is similar
to Dynedns.

Hope you need to run their Dns client software which will help to catch the
registered domain name.

http://www.dnsexit.com/Direct.sv?cmd=11

Thanks,
V. Karthick



On Wed, Feb 8, 2012 at 3:54 PM, kenneth gonsalves law...@thenilgiris.comwrote:

 hi,

 I maintain a server in a remote place. It is connected to a LAN - the
 LAN is the usual poor man's LAN which uses the BSNL router as the dhcp
 server. They have dynamic IP from bsnl. The machine the machine has a
 fixed IP (192.168.1.123). The inward facing IP of the router is
 192.168.1.1. Is it possible to ssh into this machine from outside, and
 if so how?
 --
 regards
 Kenneth Gonsalves

 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc




-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Error in bundle install

2012-02-08 Thread Karthikeyan Venkatraman
After installing $gem update mysql2, I am getting the error message when I
do $bundle install

Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native
extension.
/usr/bin/ruby1.8 extconf.rb --with-mysql-config=/var/lib/mysql/
extconf.rb:10: command not found: /var/lib/mysql/ --cflags
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.  Check the mkmf.log file for more
details.  You may need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/bin/ruby1.8
--with-mysql-config

Gem files will remain installed in
/root/blog/mysql/ruby/1.8/gems/mysql-2.8.1 for inspection.
Results logged to
/root/blog/mysql/ruby/1.8/gems/mysql-2.8.1/ext/mysql_api/gem_make.out
An error occured while installing mysql (2.8.1), and Bundler cannot
continue.
Make sure that `gem install mysql -v '2.8.1'` succeeds before bundling.

I tried to install all sorts of library files related to mysql. Also
reinstalled several times $gem install mysql -v '2.8.1' with the syntax
--with-mysql-config.

Pl advice to overcome the problem.

Thanks,
V. Karthick


On Wed, Feb 8, 2012 at 7:04 PM, Ramachandran V vramachandra...@gmail.comwrote:

 On Wed, Feb 8, 2012 at 4:02 PM, Karthikeyan Venkatraman 
 vgkarthick...@gmail.com wrote:

  When I do gem install mysql -v '2.8.1' no errors. The output is
 
  Building native extensions.  This could take a while...
  Successfully installed mysql-2.8.1
  1 gem installed
  Installing ri documentation for mysql-2.8.1...
  Installing RDoc documentation for mysql-2.8.1...
 
  When I do bundle install in the created blog I am getting an error
 message
  \
 
  Gem files will remain installed in
  /root/blog/mysql/ruby/1.8/gems/mysql-2.8.1 for inspection.
  Results logged to
  /root/blog/mysql/ruby/1.8/gems/mysql-2.8.1/ext/mysql_api/gem_make.out
 
  An error occured while installing mysql (2.8.1), and Bundler cannot
  continue.
  Make sure that `gem install mysql -v '2.8.1'` succeeds before bundling.
  and also Iam getting an unique error when I run the command $rake
 db:create
 
  Pl advice.
 
 Try this

   gem install mysql2

   and do a bundle


  --
 Regards
 Ramachandran
  ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc




-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Error in bundle install

2012-02-06 Thread Karthikeyan Venkatraman
Hi,

I am a beginner to ruby. I tried to create a blog in ruby, when I try to
execute the command $bundle install or $rake db:create I am getting an
error message

 An error occured while installing mysql (2.8.1), and Bundler cannot
continue.Make sure that `gem install mysql -v '2.8.1'`

succeeds before bundling.


Could not find gem 'mysql (= 0) ruby' in any of the gem sources listed in
your Gemfile.
Run `bundle install` to install missing gems.

-- 
Thanks,
V. Karthick

My Experience shared in : http://vkarthickeyan.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Setting password for multiple users via shell script

2012-02-02 Thread Karthikeyan Venkatraman
Hi,

Please find the url which meet your requirements.
**
*
http://nixcraft.com/shell-scripting/2821-how-create-multiple-user-account-2.html
*
**
Thanks,
V. Karthick
**
**
**
**
**
*
*
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc