parameters to find out read/write merges, iostat

2011-03-16 Thread shampavman
re it is ultimately handed to the disk, and so it will be counted (and queued) as only one I/O. So is there a parameter like this that is predefined so that when the read/write reaches the 4k limit its actually merged and sent to the device? Thanks Shampavman -- To UNSUBSCRIBE, email

rrqm and wrqm calculations?

2010-11-09 Thread shampavman
anyone let me know of it. Thanks Shampavman -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4cda4e50.7000...@gmail.com

Re: How to create *.deb binary package using source code?

2009-11-01 Thread shampavman
shampavman wrote: surreal wrote: I have got source code of a program in *.tar.gz format. I want to create a debian binary package which includes documentation, binary executable, manual etc. Any place where I can get some help? Please help... -- Harshad Joshi Hi, This is how you do it

Re: How to create *.deb binary package using source code?

2009-11-01 Thread shampavman
to another... Best way= dive first then you will learn how to swim... Cheers... -- Regards Shampavman c.g www.shampavman.wordpress.com -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Howto recover deleted files/folders without comercial apps?

2009-10-16 Thread shampavman
of from the machine... Then run a cron perhaps every month to actually remove it . PS: Im assuming that your talking about accidentally removed files... If not then I sorry . -- Regards, Shampavman c.g http://shampavman.wordpress.com -- To UNSUBSCRIBE, email to debian-user-requ...@list

how to i build a .deb fro .tar.gz

2009-09-22 Thread shampavman
Hi all, I want to cross port a pkg build for solaris which is in a .tar.gz format.. That pkg is also available to be installed on linux machine... I have little idea on it .. could anyone help me on this? -- Regards, Shampavman c.g http://shampavman.wordpress.com -- To UNSUBSCRIBE, email to

Re: help in resolving error,building a .deb pkg ;newbie!!

2009-09-22 Thread shampavman
Osamu Aoki wrote: On Tue, Sep 22, 2009 at 12:15:07PM +0530, shampavman wrote: Osamu Aoki wrote: also all the manaual pages of devscripts such as dch etc. Did you read all so quickly? Not so quickly :-) I have been googling for this from 3-4 days and have read it ever since

Re: Packaging gcc

2009-09-22 Thread shampavman
Rakotomandimby Mihamina wrote: 09/22/2009 10:17 AM, shampavman: So i cannot remove it nor can i install the new ones.. How do i go about making my changes now? - get the source package - make your modifications - rebuild it, incrementing the build number - upgrade by just installing with

Packaging gcc

2009-09-22 Thread shampavman
do i go about making my changes now? -- Regards, Shampavman c.g http://shampavman.wordpress.com -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: help in resolving error,building a .deb pkg ;newbie!!

2009-09-21 Thread shampavman
your name and email it will try and use your private key to sign the package. dch -i Anyway, shampavman needs to read: http://www.debian.org/doc/manuals/maint-guide/ Also, for simple backport for user: http://www.debian.org/doc/manuals/debian-re

Re: help in resolving error,building a .deb pkg ;newbie!!

2009-09-21 Thread shampavman
your name and email it will try and use your private key to sign the package. dch -i Anyway, shampavman needs to read: http://www.debian.org/doc/manuals/maint-guide/ Also, for simple backport for user: http://www.debian.org/doc/manuals/debian-re

Re: help in resolving error,building a .deb pkg ;newbie!!

2009-09-21 Thread shampavman
Boyd Stephen Smith Jr. wrote: On Monday 21 September 2009 15:27:11 shampavman wrote: Im new to .deb packaging.. and learning it as a test I wanted to modify the alien pkg such that it automatically creates a symlink from /usr/bin/alien to /usr/sfw/bin/alien.. and thus i changed the rules

help in resolving error,building a .deb pkg ;newbie!!

2009-09-21 Thread shampavman
directory `/home/shampavman/packaging/alien-8.73' dh_auto_test make[1]: Entering directory `/home/shampavman/packaging/alien-8.73' No tests defined for Alien extension. make[1]: Leaving directory `/home/shampavman/packaging/alien-8.73' # simple smoke test /bin/ln -s /usr/bin/alien /us

Re: no sound in headphones

2009-09-17 Thread shampavman
.. you should be able to hear yourself speak .. May be not clearly but surely. hope it works -- Regards, Shampavman c.g http://shampavman.wordpress.com -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: How to build .deb pkgs

2009-09-17 Thread shampavman
devscripts $ apt-get source some-package $ cd some-package* $ debuild ...should build binary (.deb) and source (.orig.tar.gz and .diff.gz or .tar.gz for native packages) in the parent directory. ok thanks.. Will try my hands at it and let you know... -- Regards, Shampavman c.g http

How to build .deb pkgs

2009-09-16 Thread shampavman
Hi all, Im new to debian and want to rebuild a few packages for which i need some info on how to buid .deb pkgs ... I have been using solaris for quite some time and pretty familiar with svr4 packaging.. Can anyone point out links to start the understanding ... Im a beginner mind you... So nee