[gentoo-user] Gentoo Linux Basic commands to begin with

2008-03-19 Thread Kaushal Shriyan
hi can i have a list of Gentoo Linux basic commands to start with Thanks and Regards Kaushal

Re: [gentoo-user] Gentoo Linux Basic commands to begin with

2008-03-19 Thread Kaushal Shriyan
On Wed, Mar 19, 2008 at 7:03 PM, Ricardo Saffi Marques [EMAIL PROTECTED] wrote: On 3/19/08, Dale [EMAIL PROTECTED] wrote: Oh, man is a good one too. man emerge, man equery, man eix etc etc. Sort of tells you how to use them, if you speak, Greek. That rhyme? LOL Always a nice thing

Re: [gentoo-user] Gentoo Linux Basic commands to begin with

2008-03-19 Thread Kaushal Shriyan
2008/3/19 Dirk Heinrichs [EMAIL PROTECTED]: Am Mittwoch, 19. März 2008 schrieb ext Kaushal Shriyan: How can i create .tbz2 file Now the real thing: man tar HTH... Dirk -- Dirk Heinrichs | Tel: +49 (0)162 234 3408 Configuration Manager | Fax: +49 (0)211 47068 111

Re: [gentoo-user] Gentoo Linux Basic commands to begin with

2008-03-19 Thread Kaushal Shriyan
2008/3/19 Dirk Heinrichs [EMAIL PROTECTED]: Am Mittwoch, 19. März 2008 schrieb ext Kaushal Shriyan: How can i create .tbz2 file Now the real thing: man tar HTH... Dirk -- Dirk Heinrichs | Tel: +49 (0)162 234 3408 Configuration Manager | Fax: +49 (0)211 47068 111

[gentoo-user] rsync script

2008-03-21 Thread Kaushal Shriyan
Hi [EMAIL PROTECTED] 0 18 * * * rsync -av /var/lib/mysql [EMAIL PROTECTED]:/var/lib/ If i put this two lines in crontab it will run correctly,My requirement was to create a script, this script should indicate success or failures and the reason for failure Any ideas Thanks and Regards Kaushal

Re: [gentoo-user] rsync script

2008-03-21 Thread Kaushal Shriyan
On Fri, Mar 21, 2008 at 12:56 PM, Alan McKinnon [EMAIL PROTECTED] wrote: On Friday 21 March 2008, Kaushal Shriyan wrote: Hi [EMAIL PROTECTED] 0 18 * * * rsync -av /var/lib/mysql [EMAIL PROTECTED]:/var/lib/ If i put this two lines in crontab it will run correctly,My requirement

Re: [gentoo-user] rsync script

2008-03-21 Thread Kaushal Shriyan
On Fri, Mar 21, 2008 at 2:03 PM, Collin Starkweather [EMAIL PROTECTED] wrote: Quoting Kaushal Shriyan [EMAIL PROTECTED]: On Fri, Mar 21, 2008 at 12:56 PM, Alan McKinnon [EMAIL PROTECTED] wrote: On Friday 21 March 2008, Kaushal Shriyan wrote: Hi [EMAIL PROTECTED] 0 18

[gentoo-user] crontab entry

2008-03-24 Thread Kaushal Shriyan
Hi I have the following entry in the crontab [EMAIL PROTECTED] 0 18 * * * /home/kaushal/rsync_mysql.sh I want my subject line to be hostxx:yyDB refresh daily is there a way to do it Thanks and Regards Kaushal

Re: [gentoo-user] crontab entry

2008-03-24 Thread Kaushal Shriyan
On Mon, Mar 24, 2008 at 2:44 PM, Dirk Heinrichs [EMAIL PROTECTED] wrote: Am Montag, 24. März 2008 schrieb Kaushal Shriyan: [EMAIL PROTECTED] 0 18 * * * /home/kaushal/rsync_mysql.sh I want my subject line to be hostxx:yyDB refresh daily is there a way to do it Don't rely on cron

Re: [gentoo-user] crontab entry

2008-03-24 Thread Kaushal Shriyan
On Mon, Mar 24, 2008 at 3:17 PM, Dirk Heinrichs [EMAIL PROTECTED] wrote: Am Montag, 24. März 2008 schrieb Kaushal Shriyan: On Mon, Mar 24, 2008 at 2:44 PM, Dirk Heinrichs [EMAIL PROTECTED] wrote: Am Montag, 24. März 2008 schrieb Kaushal Shriyan: [EMAIL PROTECTED] 0 18

Re: [gentoo-user] crontab entry

2008-03-24 Thread Kaushal Shriyan
On Mon, Mar 24, 2008 at 4:36 PM, Peter Humphrey [EMAIL PROTECTED] wrote: On Monday 24 March 2008 10:19:25 Collin Starkweather wrote: ... you left a '' out of your rsync call. It's fixed below. His version is exactly the same as yours, apart from layout. I suggest that the '' at the

Re: [gentoo-user] crontab entry

2008-03-24 Thread Kaushal Shriyan
On Mon, Mar 24, 2008 at 7:59 PM, Mike Edenfield [EMAIL PROTECTED] wrote: Kaushal Shriyan wrote: Hi I have the following entry in the crontab [EMAIL PROTECTED] 0 18 * * * /home/kaushal/rsync_mysql.sh I want my subject line to be hostxx:yyDB refresh daily is there a way to do

Re: [gentoo-user] crontab entry

2008-03-24 Thread Kaushal Shriyan
On Mon, Mar 24, 2008 at 9:13 PM, Kaushal Shriyan [EMAIL PROTECTED] wrote: On Mon, Mar 24, 2008 at 7:59 PM, Mike Edenfield [EMAIL PROTECTED] wrote: Kaushal Shriyan wrote: Hi I have the following entry in the crontab [EMAIL PROTECTED] 0 18 * * * /home/kaushal/rsync_mysql.sh I

Re: [gentoo-user] crontab entry

2008-03-25 Thread Kaushal Shriyan
On Tue, Mar 25, 2008 at 12:11 PM, Kaushal Shriyan [EMAIL PROTECTED] wrote: On Mon, Mar 24, 2008 at 11:22 PM, Kaushal Shriyan [EMAIL PROTECTED] wrote: On Mon, Mar 24, 2008 at 9:13 PM, Kaushal Shriyan [EMAIL PROTECTED] wrote: On Mon, Mar 24, 2008 at 7:59 PM, Mike Edenfield [EMAIL

[gentoo-user] permission denied (13)

2008-03-26 Thread Kaushal Shriyan
I am running the command /usr/bin/rsync -avO /var/lib/mysql [EMAIL PROTECTED]:/var/lib/ /tmp/rsync-${TIMESTAMP}.log 21 I am getting the below error in the log file mysql/ rsync: failed to set permissions on /var/lib/mysql: Operation not permitted (1) rsync: failed to open

Re: [gentoo-user] permission denied (13)

2008-03-26 Thread Kaushal Shriyan
On Wed, Mar 26, 2008 at 1:25 PM, Dirk Heinrichs [EMAIL PROTECTED] wrote: Am Mittwoch, 26. März 2008 schrieb ext Kaushal Shriyan: I am running the command /usr/bin/rsync -avO /var/lib/mysql [EMAIL PROTECTED]:/var/lib/ /tmp/rsync-${TIMESTAMP}.log 21 I set the setfacl command using

[gentoo-user] PRNG is not seeded

2008-03-26 Thread Kaushal Shriyan
Hi when i restart sshd I get PRNG is not seeded # /etc/init.d/sshd restart PRNG is not seeded # No idea as what is going on Thanks and Regards Kaushal

Re: [gentoo-user] PRNG is not seeded

2008-03-26 Thread Kaushal Shriyan
On Wed, Mar 26, 2008 at 9:46 PM, Neil Bothwick [EMAIL PROTECTED] wrote: On Wed, 26 Mar 2008 21:17:07 +0530, Kaushal Shriyan wrote: when i restart sshd I get PRNG is not seeded # /etc/init.d/sshd restart PRNG is not seeded Does /dev/urandom exist? What are it's permissions? -- Neil

[gentoo-user] rsync errors

2008-03-27 Thread Kaushal Shriyan
Hi I am running the command /usr/bin/rsync -avO /var/lib/mysql [EMAIL PROTECTED]:/var/lib/ /tmp/rsync-${TIMESTAMP}.log 21 I am getting the below error in the log file mysql/ rsync: failed to set permissions on /var/lib/mysql: Operation not permitted (1) rsync: failed to open

[gentoo-user] Two instances of MySQL Database Server

2008-04-01 Thread Kaushal Shriyan
Hi I am referring to http://dev.mysql.com/doc/refman/5.0/en/multiple-unix-servers.html to create multiple instances of MySQL Database Server. I wanted it for Gentoo Linux is there a HowTo for configuring multiple instance of MySQL Database Server on Gentoo Linux Thanks and Regards Kaushal --

[gentoo-user] Master - Slave MySQL Database Server

2008-04-02 Thread Kaushal Shriyan
hi, Is there a step by step guide to set up Master - Slave MySQL Database Server on Gentoo Thanks and Regards Kaushal -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] LVM2

2008-04-02 Thread Kaushal Shriyan
Hi when i reboot the gentoo box all the lvm settings are gone, I have followed the below steps http://pastebin.com/d52c219ba Please let me know if I am missing something Thanks and Regards Kaushal -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] ERROR: cannot start sshd as net.eth0 could not start

2008-04-03 Thread Kaushal Shriyan
Hi, The Subject line explains the issue Kaushal -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] ERROR: cannot start sshd as net.eth0 could not start

2008-04-03 Thread Kaushal Shriyan
On Thu, Apr 3, 2008 at 4:33 PM, Uwe Thiem [EMAIL PROTECTED] wrote: On Thursday 03 April 2008, Kaushal Shriyan wrote: Hi, The Subject line explains the issue No, it does not. It does explain that sshd cannot start because your network isn't up. Now you have to find out why

[gentoo-user] rsync script

2008-04-04 Thread Kaushal Shriyan
hi I have the script http://pastebin.com/d4b062d28 and the roots cron entry are as below 30 2 * * * su sms /usr/local/bin/testrsync_mysql.sh I am getting the below error building file list ... rsync: opendir /var/lib/mysql/wordpress failed: Permission denied (13) done mysql/ib_logfile0

[gentoo-user] Master - Slave MySQL Database Server

2008-04-07 Thread Kaushal Shriyan
hi is this a correct documentation * http://howtoforge.com/mysql_master_master_replication* for Master Slave Replication and is there a test case to test this setup Thanks and Regards Kaushal

[gentoo-user] emerge -av mysql

2008-04-07 Thread Kaushal Shriyan
hi when i do emerge -av mysql i get the error - http://pastebin.com/d4086a106 Thanks and Regards Kaushal

Re: [gentoo-user] emerge -av mysql

2008-04-07 Thread Kaushal Shriyan
On Mon, Apr 7, 2008 at 7:42 PM, Webhost Blackgate [EMAIL PROTECTED] wrote: Kaushal Shriyan schrieb: On Mon, Apr 7, 2008 at 7:33 PM, Alan McKinnon [EMAIL PROTECTED]mailto: [EMAIL PROTECTED] wrote: On Monday 07 April 2008, Kaushal Shriyan wrote: hi when i do emerge

Re: [gentoo-user] emerge -av mysql

2008-04-07 Thread Kaushal Shriyan
On Mon, Apr 7, 2008 at 7:33 PM, Alan McKinnon [EMAIL PROTECTED] wrote: On Monday 07 April 2008, Kaushal Shriyan wrote: hi when i do emerge -av mysql i get the error - http://pastebin.com/d4086a106 Please repost and this time put the text of the error message in the body of the mail

Re: [gentoo-user] emerge -av mysql

2008-04-07 Thread Kaushal Shriyan
On Mon, Apr 7, 2008 at 7:50 PM, Webhost Blackgate [EMAIL PROTECTED] wrote: Kaushal Shriyan schrieb: On Mon, Apr 7, 2008 at 7:42 PM, Webhost Blackgate [EMAIL PROTECTED] wrote: Kaushal Shriyan schrieb: On Mon, Apr 7, 2008 at 7:33 PM, Alan McKinnon [EMAIL PROTECTED

Re: [gentoo-user] emerge -av mysql

2008-04-07 Thread Kaushal Shriyan
On Mon, Apr 7, 2008 at 8:01 PM, Kaushal Shriyan [EMAIL PROTECTED] wrote: On Mon, Apr 7, 2008 at 7:50 PM, Webhost Blackgate [EMAIL PROTECTED] wrote: Kaushal Shriyan schrieb: On Mon, Apr 7, 2008 at 7:42 PM, Webhost Blackgate [EMAIL PROTECTED] wrote: Kaushal Shriyan schrieb

Re: [gentoo-user] emerge -av mysql

2008-04-07 Thread Kaushal Shriyan
On Mon, Apr 7, 2008 at 9:10 PM, Alan McKinnon [EMAIL PROTECTED] wrote: On Monday 07 April 2008, Kaushal Shriyan wrote: Unpacking source... [32;01m* [0m Using default MY_DATADIR [32;01m* [0m MySQL MY_DATADIR is /var/lib/mysql Unpacking mysql-5.0.44.tar.gz to /var/tmp/portage

Re: [gentoo-user] emerge -av mysql

2008-04-07 Thread Kaushal Shriyan
On Mon, Apr 7, 2008 at 10:51 PM, Kaushal Shriyan [EMAIL PROTECTED] wrote: On Mon, Apr 7, 2008 at 9:10 PM, Alan McKinnon [EMAIL PROTECTED] wrote: On Monday 07 April 2008, Kaushal Shriyan wrote: Unpacking source... [32;01m* [0m Using default MY_DATADIR [32;01m* [0m MySQL

[gentoo-user] Multiple instance of tomcat on gentoo

2008-04-08 Thread Kaushal Shriyan
Hi, How can i install 3 instance of Tomcat Server on a single host Thanks and Regards Kaushal

[gentoo-user] allocate memory

2008-04-09 Thread Kaushal Shriyan
How can i allocate memory to tomcat instance on gentoo

[gentoo-user] emerge -avk sun-jdk-1.5.0.10.tbz2

2008-04-16 Thread Kaushal Shriyan
# emerge -avk sun-jdk-1.5.0.10.tbz2 *** emerging by path is broken and may not always work!!! These are the packages that would be merged, in order: Calculating dependencies... done! [binary N] dev-java/sun-jdk-1.5.0.10 USE=-X -alsa -doc -examples -jce (-nsplugin) [?] Total: 1 package

[gentoo-user] Tripwire

2008-04-18 Thread Kaushal Shriyan
Hi what is tripwire and where can i get the information Thanks and Regards Kaushal

[gentoo-user] Mailing Lists

2009-02-16 Thread Kaushal Shriyan
Hi is there a mailing lists to discuss about perl or python or bash scripting language ? Thanks and Regards Kaushal

[gentoo-user] Tomcat on Gentoo Linux

2009-02-19 Thread Kaushal Shriyan
Hi, is there a mailing list to discuss about tomcat application server running on gentoo ? Thanks and Regards Kaushal

[gentoo-user] ssl + apache2

2009-03-02 Thread Kaushal Shriyan
Hi, is there a step by step guide to configure ssl on apache2 on Gentoo OS? Thanks and Regards Kaushal

[gentoo-user] [I--] [ ~] net-analyzer/ndoutils-1.4_beta7 (0)

2008-07-12 Thread Kaushal Shriyan
Hi I am curious to know what does this means [I--] [ ~] net-analyzer/ndoutils-1.4_beta7 (0) I ??? ~ ??? (0) ??? in the [I--] [ ~] net-analyzer/ndoutils-1.4_beta7 (0) line Thanks and Regards Kaushal

Re: [gentoo-user] [I--] [ ~] net-analyzer/ndoutils-1.4_beta7 (0)

2008-07-12 Thread Kaushal Shriyan
On Sat, Jul 12, 2008 at 2:38 PM, Sebastian Günther [EMAIL PROTECTED] wrote: * Kaushal Shriyan ([EMAIL PROTECTED]) [12.07.08 09:47]: Hi I am curious to know what does this means [I--] [ ~] net-analyzer/ndoutils-1.4_beta7 (0) I ??? This means it is installed on your box

[gentoo-user] ps command

2008-07-23 Thread Kaushal Shriyan
Hi # ps auxw | egrep USER|rsync root 5301 0.0 0.0 10036 1280 ?Ss 01:13 root 5306 0.2 0.1 56212 31912 pts/0S+ 01:14 root 5307 0.0 0.1 38052 29708 pts/0S+ 01:14 root 5308 0.2 0.1 38312 29672 pts/0S+ 01:18 root 5473 0.0 0.0 2660

[gentoo-user] netstat command

2008-07-30 Thread Kaushal Shriyan
Hi is there a way to find out the time when the port was connected in netstat command For example netstat -anp | grep 12001 Thanks and Regards Kaushal

[gentoo-user] Nagios 3.0.4 Ebuild

2008-10-23 Thread Kaushal Shriyan
Hi where can i get Nagios Ebuild 3.0.4 for Gentoo OS Thanks and Regards Kaushal

[gentoo-user] rsync command

2008-11-26 Thread Kaushal Shriyan
Hi again I have a directory logfiles and inside it it has lots of sub directories. Inside it there are lots of .gz, .txt and .sql files I want only .sql files to be rsynced to the destination host is there a way to achieve it using rsync utility Thanks and Regards Kaushal

[gentoo-user] /tmp folder

2009-01-05 Thread Kaushal Shriyan
Hi when i rebooted Gentoo Linux Server, the /tmp folders got cleaned up. Is there a way i can prevent it from cleaning it up. Also I know that the /tmp directory should not be used for storing important files. Any ideas ? Thanks and Regards Kaushal

[gentoo-user] autossh

2009-09-08 Thread Kaushal Shriyan
Hi I am having issue with autossh host, I get autossh[13221]: checking for grace period, tries = 0 autossh[13221]: starting ssh (count 1) autossh[13221]: ssh child pid is 13224 autossh[13221]: check on child 13224 autossh[13221]: set alarm for 600 secs autossh[13224]: execing /usr/bin/ssh

Re: [gentoo-user] autossh

2009-09-09 Thread Kaushal Shriyan
On Wed, Sep 9, 2009 at 1:09 AM, Joshua Murphypoiso...@gmail.com wrote: On Tue, Sep 8, 2009 at 7:12 AM, Kaushal Shriyankaushalshri...@gmail.com wrote: Hi I am having issue with autossh host, I get autossh[13221]: checking for grace period, tries = 0 autossh[13221]: starting ssh (count

Re: [gentoo-user] autossh

2009-09-09 Thread Kaushal Shriyan
On Wed, Sep 9, 2009 at 2:16 PM, Willie Wongww...@math.princeton.edu wrote: On Wed, Sep 09, 2009 at 11:34:31AM +0530, Penguin Lover Kaushal Shriyan squawked: On Wed, Sep 9, 2009 at 1:09 AM, Joshua Murphypoiso...@gmail.com wrote: On Tue, Sep 8, 2009 at 7:12 AM, Kaushal Shriyankaushalshri

Re: [gentoo-user] autossh

2009-09-09 Thread Kaushal Shriyan
On Wed, Sep 9, 2009 at 5:21 PM, Willie Wongww...@math.princeton.edu wrote: On Wed, Sep 09, 2009 at 02:38:21PM +0530, Penguin Lover Kaushal Shriyan squawked: $env | grep AUTOSSH AUTOSSH_GATETIME=0 AUTOSSH_POLL=10 I opened a new gnome-terminal Any further clue ? Okay, try running autossh

Re: [gentoo-user] autossh

2009-09-09 Thread Kaushal Shriyan
On Wed, Sep 9, 2009 at 10:58 PM, Willie Wongww...@math.princeton.edu wrote: On Wed, Sep 09, 2009 at 06:11:20PM +0530, Penguin Lover Kaushal Shriyan squawked: file `which autossh` What about this command? I want to see if autossh is a wrapper script so that it has its own environment

[gentoo-user] two versions of java

2009-10-07 Thread Kaushal Shriyan
Hi, can i have both VM on gentoo ? For example *)Sun JDK 1.5.0.12 and *)Sun JDK 1.5.0.20 ? Thanks, Kaushal

[gentoo-user] Disk Space

2009-12-06 Thread Kaushal Shriyan
Hi, I was trying to understand about Disk Space issue on Linux Box. whenever the disk usage is 100%. Still i am able to login to the host using root user. How does it work. was curious to know. Thanks, Kaushal

[gentoo-user] customized init script

2010-02-23 Thread Kaushal Shriyan
Hi, I have a customized script. hosta# /etc/init.d/scriptrunner start * Starting ScriptRunner ... /sbin/start-stop-daemon: Unable to start /usr/local/scriptrunner/bin/startup.sh: Exec format error (Exec format error)[ ok ] hosta# My customized script

[gentoo-user] boot specific service in sequence

2010-02-25 Thread Kaushal Shriyan
Hi, is there a way to start some specific services during boot up in a sequential order ? for example 1)tomcat 2)mysql 3)dns server Please suggest. Thanks and Regards, Kaushal

Re: [gentoo-user] boot specific service in sequence

2010-02-25 Thread Kaushal Shriyan
On Thu, Feb 25, 2010 at 7:03 PM, Xavier Parizet x...@gentooist.com wrote: On 02/25/2010 02:12 PM, Neil Bothwick wrote: On Thu, 25 Feb 2010 13:15:57 +0100, Xavier Parizet wrote: The syntax is: rc_need_[name of the service]=[list of space-separated services you want [name of the service] to

Re: [gentoo-user] boot specific service in sequence

2010-02-26 Thread Kaushal Shriyan
On Fri, Feb 26, 2010 at 12:55 PM, Xavier Parizet x...@gentooist.com wrote: On 02/26/2010 06:14 AM, Kaushal Shriyan wrote: On Thu, Feb 25, 2010 at 7:03 PM, Xavier Parizet x...@gentooist.com wrote: On 02/25/2010 02:12 PM, Neil Bothwick wrote: On Thu, 25 Feb 2010 13:15:57 +0100, Xavier Parizet