Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

debian-user-digest Digest V2007 #2524

From: <debian-user-digest-request(at)lists.debian.org>
Date: Mon Oct 01 2007 - 07:18:37 EDT


Content-Type: text/plain

debian-user-digest Digest Volume 2007 : Issue 2524

Today's Topics:

  Re: Major application resource leaks  [ Marty  ]
  Re: problem with postfix and libsasl  [ Andrei Popescu  ]
  Re: Major application resource leaks  [ Ron Johnson  ]
  Re: [FIXED] Re: lirc on Debian with   [ Brad Sawatzky  ]
  Re: resize the partition with /       [ Marc Shapiro  ]
  Re: PATH to java in X11               [ "Mumia W.."  ]
  dell keyboard problem                 [ Stephane Durieux 

Date: Sun, 30 Sep 2007 22:42:51 -0400
From: Marty <martyb@ix.netcom.com>
To: debian list <debian-user@lists.debian.org> Subject: Re: Major application resource leaks in Etch

Message-ID: <47005EAB.7020106@ix.netcom.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Douglas A. Tutty wrote:
> On Sun, Sep 30, 2007 at 06:59:03PM -0400, Marty wrote:

>> While copying 30MB of text from a backuppc (web-based) log on a remote 
>> server, I ran into several problems:
>> 
>> 1) Selecting the text using the Iceape edit->select-all menu option pegs 
>> the 2.8GB CPU at 100% for tens of seconds, although it is much faster in 
>> subsequent attempts.
>> 
>> 2) Each repetition causes two 60MB clipboard cache files to appear in /tmp. 
>> They persist after logging out of Gnome.
Do you need help?X
>>

>
>
> Are you sure that this is a resouce leak?

I have reproduced it on two systems, with different distributions and different browsers, but there is still some uncertainty since all my systems have similar configurations, so I can't rule out misconfiguration.

   Think of what Iceape is
> trying to do: download 30 MB of text and render it all ready to show
> you. Was Iceape designed to handle 30 MB pieces of text?

Do you need more help?X

I don't know.

>
> If you can't pull the data with ftp or somethin, what about using lynx?
> Text browsers don't have to render. Download the text and save it to a
> file. Or if its already being viewed, 'Print' it to a file. Once you
> have your 30 MB text file, then you can edit it if you really want.

True, but that doesn't address the potential resource leak issue. Moreover, since it appears in different browsers, and seems to affect kedit, it seems likely that the problem involves Gnome's clip board (which reminds me that I forgot to mention that I am using Gnome).

Date: Mon, 1 Oct 2007 06:32:51 +0300
From: Andrei Popescu <andreimpopescu@gmail.com> To: debian-user@lists.debian.org
Subject: Re: problem with postfix and libsasl2 Message-ID: <20071001033251.GE13692@think.homenet> Content-Type: multipart/signed; micalg=pgp-sha1;

        protocol="application/pgp-signature"; boundary="lkTb+7nhmha7W+c3" Content-Disposition: inline

--lkTb+7nhmha7W+c3

Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Oct 01, 2007 at 12:31:36AM +0200, Daniele Salatti wrote:

>>> I'm trying to set up a mailserver on Debian etch for the first time,=20
>>> but I have a problem: every time I restart postfix I get this=20
>>> message:
>>>
>>> /usr/sbin/postconf: /usr/local/lib/libsasl2.so.2: no version informatio=
n=20
>>> available (required by /usr/sbin/postconf)
>> You might not have it installed.  For a normal postfix setup you need=20
>> the packages: postfix libsasl2 sasl2-bin libsasl2-modules libdb3-util=20
>> procmail
---^^^^^^^^

procmail is *not* needed.
Can we help you?X

> I can't use it because of this error (I think). It's installed...but=20
> someway not working. I'm following an how-to, and when I reach this=20
> point (http://workaround.org/articles/ispmail-etch/#id28 -=20
> Authenticated SMTP) I can't access my smtp as shown in the example.=20
> (Sorry, but my english is not so good...)

Please post the output of 'postconf -n'and 'dpkg -l *sasl2*|grep ^ii'

Regards,
Andrei
--=20
If you can't explain it simply, you don't understand it well enough. (Albert Einstein)

--lkTb+7nhmha7W+c3

Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHAGpjqJyztHCFm9kRAo6gAKCwY+U26mTivbGLd6a4mYPVgw+WnQCfbKcS gZrk1+ArjEGa6bj5EzmFF7Q=
=x4jp
-----END PGP SIGNATURE----- --lkTb+7nhmha7W+c3--

Date: Sun, 30 Sep 2007 22:39:25 -0500
From: Sam Leon <sam@datanet.ath.cx>
To: debian-user <debian-user@lists.debian.org> Subject: Re: problem with postfix and libsasl2

Message-ID: <47006BED.3070501@datanet.ath.cx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Can't find what you're looking for?X

Daniele Salatti wrote:
> Sam Leon wrote:

>> Daniele Salatti wrote:
>>> Hi!
>>> I'm trying to set up a mailserver on Debian etch for the first time, 
>>> but I have a problem: every time I restart postfix I get this message:
>>>
>>> /usr/sbin/postconf: /usr/local/lib/libsasl2.so.2: no version 
>>> information available (required by /usr/sbin/postconf)
>>>
>>> Any idea on how can I fix it? I can't use SASL...
>>>
>>> TIA
>>> Daniele
>>>
>>>
>>> --------------------------------------------
>>> 
http://www.salatti.net/
>>>
>>>
>>
>> You might not have it installed.  For a normal postfix setup you need 
>> the packages: postfix libsasl2 sasl2-bin libsasl2-modules libdb3-util 
>> procmail
>>
>> What do you mean that you can't use SASL?  You can't use it because 
>> it is not installed or because you don't want to?
>>
>> Sam
>>
>>

> Hi Sam
> I can't use it because of this error (I think). It's installed...but
> someway not working. I'm following an how-to, and when I reach this
> point (http://workaround.org/articles/ispmail-etch/#id28 -
> Authenticated SMTP) I can't access my smtp as shown in the example.
> (Sorry, but my english is not so good...)
>

> Daniele

>
>
Daniele

I have not had a chance to read the whole how to that you posted. I can only say that when I set up my postfix and dovecot server that I followed these ubuntu docs:

https://help.ubuntu.com/community/Postfix?highlight=%28postfix%29

https://help.ubuntu.com/6.06/ubuntu/serverguide/C/email-services.html

https://help.ubuntu.com/community/PostfixCompleteVirtualMailSystemHowto

Yes yes I know everyone HATES ubuntu. But in actuality, those ubuntu docs where just plagiarized straight from a debian help webpage (I can't remember which one) so it ain't that bad ;-)

Sam

Don't know where to look next?X

Date: Sun, 30 Sep 2007 22:44:48 -0500
From: Ron Johnson <ron.l.johnson@cox.net> To: debian list <debian-user@lists.debian.org> Subject: Re: Major application resource leaks in Etch

Message-ID: <47006D30.6060705@cox.net>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 09/30/07 21:42, Marty wrote:
> Douglas A. Tutty wrote:

>> On Sun, Sep 30, 2007 at 06:59:03PM -0400, Marty wrote:
Confused? Frustrated?X
>>> While copying 30MB of text from a backuppc (web-based) log on a >>> remote server, I ran into several problems: >>> >>> 1) Selecting the text using the Iceape edit->select-all menu option >>> pegs the 2.8GB CPU at 100% for tens of seconds, although it is much >>> faster in subsequent attempts. >>> >>> 2) Each repetition causes two 60MB clipboard cache files to appear in >>> /tmp. They persist after logging out of Gnome. >>> >> >> >> Are you sure that this is a resouce leak?

>
> I have reproduced it on two systems, with different distributions and
> different browsers, but there is still some uncertainty since all my
> systems have similar configurations, so I can't rule out misconfiguration.
>
> Think of what Iceape is
>> trying to do: download 30 MB of text and render it all ready to show
>> you.  Was Iceape designed to handle 30 MB pieces of text?

>
> I don't know.
>
>>
>> If you can't pull the data with ftp or somethin, what about using lynx?
>> Text browsers don't have to render.  Download the text and save it to a
>> file.  Or if its already being viewed, 'Print' it to a file.  Once you
>> have your 30 MB text file, then you can edit it if you really want.

>
> True, but that doesn't address the potential resource leak issue.
> Moreover, since it appears in different browsers, and seems to affect
> kedit, it seems likely that the problem involves Gnome's clip board
> (which reminds me that I forgot to mention that I am using Gnome).

Doug is absolutely correct. Putting a 30MB file into the clipboard is going to is a lot of resources.

  • -- Ron Johnson, Jr. Jefferson LA USA

Give a man a fish, and he eats for a day. Hit him with a fish, and he goes away for good!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHAG0wS9HxQb37XmcRAlf6AJ9bwPmQUOhPm7EaUuTi9bCemu6E7gCgi+tb Qi8UAUXnbnhwQTEpZsXuqZ0=
=Ae0W
-----END PGP SIGNATURE-----

Date: Mon, 1 Oct 2007 00:04:28 -0400
From: Brad Sawatzky <brad+debian@swatter.net> To: debian-user@lists.debian.org
Subject: Re: [FIXED] Re: lirc on Debian with AMD64

Message-ID: <20071001040428.GA15026@enigma.swatter.net>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Call Pantek today for Open Source Technical Support at 1-877-546-8934 - 24/7/365X

On Sat, 29 Sep 2007, Greg Vickers wrote:

> OK, I found out that Debian Etch uses a new input layer, and that the IR
> inputs are in /dev/input/eventX where X corresponds the event number of
> your input devices in 'cat /proc/bus/input/devices'
>
> So my IR device is /dev/input/event1, instead of /dev/lirc or /dev/lirc0.

Just a heads-up, that event number could easily change from boot to boot. You can preserve your sanity by making a udev rule like the following and put it (or a symlink) in "/etc/udev/rules.d/"

KERNEL=="event[0-9]", ATTRS{name}=="cx88 IR *", SYMLINK+="lirc%n"

I *think* that rule should work for you Hauppauge card, but I'm making an educated guess on the 'ATTRS{name}=="cx88 IR *"' bit.

You can confirm/correct the rule by running the following as root:   % udevinfo -a -p `udevinfo -q path -n /dev/input/event1` where event1 is the lirc dev you want. Hopefully the appropriate match rule is self-explanatory. '*' behaves as a shell-like wildcard.

  • Brad

Date: Sun, 30 Sep 2007 21:26:19 -0700 (PDT) From: Jeff D <fixedored@gmail.com>
To: debian user <debian-user@lists.debian.org> Subject: Re: Major application resource leaks in Etch Message-ID: <Pine.LNX.4.62.0709302118250.19196@proto.technobounce.com> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

Do you need help?X

On Sun, 30 Sep 2007, Ron Johnson wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1

>

> On 09/30/07 21:42, Marty wrote:
>> Douglas A. Tutty wrote:
>>> On Sun, Sep 30, 2007 at 06:59:03PM -0400, Marty wrote:
>>>> While copying 30MB of text from a backuppc (web-based) log on a
>>>> remote server, I ran into several problems:
>>>>
>>>> 1) Selecting the text using the Iceape edit->select-all menu option
>>>> pegs the 2.8GB CPU at 100% for tens of seconds, although it is much
>>>> faster in subsequent attempts.
>>>>
>>>> 2) Each repetition causes two 60MB clipboard cache files to appear in
>>>> /tmp. They persist after logging out of Gnome.
>>>>
>>>
>>>
>>> Are you sure that this is a resouce leak?
>>
>> I have reproduced it on two systems, with different distributions and
>> different browsers, but there is still some uncertainty since all my
Do you need more help?X
>> systems have similar configurations, so I can't rule out misconfiguration. >> >> Think of what Iceape is >>> trying to do: download 30 MB of text and render it all ready to show >>> you. Was Iceape designed to handle 30 MB pieces of text? >> >> I don't know. >> >>> >>> If you can't pull the data with ftp or somethin, what about using lynx? >>> Text browsers don't have to render. Download the text and save it to a >>> file. Or if its already being viewed, 'Print' it to a file. Once you >>> have your 30 MB text file, then you can edit it if you really want. >> >> True, but that doesn't address the potential resource leak issue. >> Moreover, since it appears in different browsers, and seems to affect >> kedit, it seems likely that the problem involves Gnome's clip board >> (which reminds me that I forgot to mention that I am using Gnome). >

> Doug is absolutely correct. Putting a 30MB file into the clipboard
> is going to is a lot of resources.
>

> - --
> Ron Johnson, Jr.
> Jefferson LA USA
>

> Give a man a fish, and he eats for a day.
> Hit him with a fish, and he goes away for good!
>

Just did a little test here, I made up a 30M file, loaded it up in firefox .. takes forever to load it and then a while to copy it. I tested this out on a debian system and on mac book (even tested out safari, which was even worse). But I also ran the same open/copy/paste in gvim, that did it like a charm, system barely broke a sweat.

-+-
8 out of 10 Owners who Expressed a Preference said Their Cats Preferred Techno.

Date: Sun, 30 Sep 2007 22:22:00 -0700
From: Marc Shapiro <mshapiro_42@yahoo.com> To: debian-user@lists.debian.org
Subject: Re: resize the partition with /

Message-ID: <470083F8.9040806@yahoo.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Douglas A. Tutty wrote:
> On Sun, Sep 30, 2007 at 09:11:50PM -0400, Manu Hack wrote:
>
>

>> That's what I'm doing.  But is it possible to increase the size for
>> apt-get upgrade and apt-get install?  Right now I can use that 5G for
>> personal use but for the main thing like in /usr what's the best way
>> to make use of that 5G?
>>
>> Any good website showing how to do add space at multiple points in the
>> file system?
>>
>>     

>
>

> Put a filesystem on it (e.g. ext3), mount it under /mnt, cp -a or rsync
> (or even use mc) everything under /usr, then unmount it from /mnt and
> mount it as /usr. If it works, unmount it, change /etc/fstab, remove
> everything under /usr and reboot.
>

> Your main partition filesystem will now have additional free space
> equivalanet to the size of /usr.
>

To add this space at multiple points in the filesystem:
  • Use fdisk (or your favorite partitioner) to remove hda1
  • Recreate hda1 as an extended partition
  • Create as many logical partitions within the extended partition as you need
  • Mount these logical partitions wherever you need them in the filesystem
-- 
Marc Shapiro
mshapiro_42@yahoo.com

Date: Mon, 1 Oct 2007 01:24:28 -0400 From: Kevin Mark <kevin.mark@verizon.net> To: debian-user@lists.debian.org Subject: Re: FLOSS support for signed PDFs Message-ID: <20071001052428.GC27061@horacrux> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Sep 30, 2007 at 05:52:51PM -0400, Celejar wrote:
> Hi,
>
> Is there really no FLOSS app that can handle PDF signatures? I suppose
> the institution could use PGP or some other better supported
> technology, but as long as they choose to use Acrobat's solution, do I
> really have no choice?
>
Have you tried using a WINE with adobe? Or is it that you are looking for a FLOSS solution? -K -- | .''`. == Debian GNU/Linux == | my web site: | | : :' : The Universal |mysite.verizon.net/kevin.mark/| | `. `' Operating System | go to counter.li.org and | | `- http://www.debian.org/ | be counted! #238656 | | my keyserver: subkeys.pgp.net | my NPO: cfsg.org | |join the new debian-community.org to help Debian! | |_______ Unless I ask to be CCd, assume I am subscribed _______|

Can we help you?X

Date: Sun, 30 Sep 2007 21:36:07 -0500 From: "Mumia W.." <paduille.4061.mumia.w+nospam@earthlink.net> To: Debian User List <debian-user@lists.debian.org> Subject: Re: PATH to java in X11 Message-ID: <47005D17.3080600@earthlink.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 09/30/2007 06:39 PM, Henrique G. Abreu wrote:
> I've created /etc/environment file like this
> JAVA_HOME="/opt/jdk1.5.0_12"
> export JAVA_HOME
>
> PATH="$PATH:$JAVA_HOME/bin"
> export PATH
>
Don't set the PATH this way. Specify the path list fully: JAVA_HOME=/opt/jdk1.5.0_12 PATH=/usr/bin:/bin:/usr/bin/X11:/usr/games:$JAVA_HOME/bin export PATH JAVA_HOME Find out your current PATH before and add :$JAVA_HOME/bin to the end of it.
> The first time I started and logged into gdm, it failed.
> Then I went to /etc/ and changed environment permissions.
> Ok, I managed to log in, but PATH doesn't have /opt/jdk1.5.0_12/bin
> I can't run a program that uses java from the menu link
> Only if a open gnome-terminal with any user and call the program, it works.
>
> I know its possible to make a "workaround" starting everything thought
> terminal, but it's horrible!
> Or go to "/usr/bin" and "ln -s ..." everything in JAVA_HOME/bin
> but that is not the point, I MUST know how to set PATH variable because its
> ridiculous. I no windows user.
>
> Thanks,
>
Both my Sarge and Etch installations have /etc/environment. You might not be running Debian at all. If it's obvious that /etc/environment is being ignored, you can place this line in ~/.bashrc . /etc/environment Or you can just place the PATH and JAVA_HOME adjustments directly into ~/.bashrc.

Date: Mon, 1 Oct 2007 09:57:06 +0200 From: Florian Kulzer <florian.kulzer+debian@icfo.es> To: debian-user@lists.debian.org Subject: Re: Help Please Message-ID: <20071001075706.GA12295@localhost> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Oct 01, 2007 at 01:09:25 +0200, s. keeling wrote:
> Florian Kulzer:
> >
> > (I can only confirm that the 2.6.22 version of sc92031.c has the text
> > "Rsltek 8139D PCI Fast Ethernet Adapter driver" in the source code.)
> ....^^^^^^
>
> Is that a typo, or is a wishlist bug in order?
I copy/pasted directly, and I don't think that it is a typo in the source either. My guess is that Silan actually uses the name "Rsltek 8139D", obviously to confuse people and to trick them into buying this card. Looking at the complaints on the web, I get the impression that they are selling this card mainly in India; maybe the Indian trademark laws allow them to ride on the coattails of Realtek like that. (In other places they seem to use the more appropriate name "Silan Fast Ethernet Netcard".) -- Regards, | http://users.icfo.es/Florian.Kulzer Florian |

Date: Mon, 1 Oct 2007 01:16:51 -0700 From: Amit Uttamchandani <atu13439@csun.edu> To: debian-user <debian-user@lists.debian.org> Subject: Recommended MPLAYER config for old computers Message-Id: <20071001011651.8049c736.atu13439@csun.edu> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hey guys, Trying to use mplayer to watch DVDs but it is quite slow. A lot of artifacts and buffering. Quite unwatchable. I have been tweaking a few settings here and there but I thought I'd ask from more experience users out there. A few settings that I am using now, * -vo xv * -cache 8192 This is on a old PowerBook G4 500MHz PPC w/512MB RAM. I would think this should be fast enough to watch DVDs? Also, I am not running any other major applications in the background. Any suggestions? Thanks. -- Amit Uttamchandani <atu13439@csun.edu>

Date: Mon, 01 Oct 2007 10:47:58 +0200 From: Daniele Salatti <danielesalatti@gmail.com> To: Andrei Popescu <andreimpopescu@gmail.com> Cc: debian-user@lists.debian.org Subject: Re: problem with postfix and libsasl2 Message-ID: <4700B43E.8000305@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Andrei Popescu wrote:
> On Mon, Oct 01, 2007 at 12:31:36AM +0200, Daniele Salatti wrote:
>
>>>> I'm trying to set up a mailserver on Debian etch for the first time, >>>> but I have a problem: every time I restart postfix I get this >>>> message: >>>> >>>> /usr/sbin/postconf: /usr/local/lib/libsasl2.so.2: no version information >>>> available (required by /usr/sbin/postconf) >>>> >
>
>>> You might not have it installed. For a normal postfix setup you need >>> the packages: postfix libsasl2 sasl2-bin libsasl2-modules libdb3-util >>> procmail >>>
> ---^^^^^^^^
> procmail is *not* needed.
>
>
>> I can't use it because of this error (I think). It's installed...but >> someway not working. I'm following an how-to, and when I reach this >> point (http://workaround.org/articles/ispmail-etch/#id28 - >> Authenticated SMTP) I can't access my smtp as shown in the example. >> (Sorry, but my english is not so good...) >> >
> Please post the output of 'postconf -n'and 'dpkg -l *sasl2*|grep ^ii'
>
> Regards,
> Andrei
>
Hi! Here is the output of 'postconf -n': postconf: /usr/local/lib/libsasl2.so.2: no version information available (required by postconf) alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no config_directory = /etc/postfix inet_interfaces = all inet_protocols = all mailbox_command = mailbox_size_limit = 0 mydestination = localhost myhostname = salatti.net mynetworks = 127.0.0.0/8 myorigin = /etc/mailname recipient_delimiter = + relayhost = smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache smtpd_use_tls = yes virtual_alias_maps = mysql:/etc/postfix/mysql-virtual-alias-maps.cf,mysql:/etc/postfix/mysql-email2email.cf virtual_gid_maps = static:6000 virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf virtual_transport = dovecot virtual_uid_maps = static:6000 And that's the output of ' dpkg -l *sasl2*|grep ^ii': ii cyrus-sasl2-dbg 2.1.22.dfsg1-8 Debugging symbols for Cyrus SASL ii libsasl2 2.1.22.dfsg1-8 Authentication abstraction library ii libsasl2-2 2.1.22.dfsg1-8 Authentication abstraction library ii libsasl2-modules 2.1.22.dfsg1-8 Pluggable Authentication Modules for SASL ii libsasl2-modules-sql 2.1.22.dfsg1-8 Pluggable Authentication Modules for SASL (S ii sasl2-bin 2.1.22.dfsg1-8 Administration programs for SASL users datab Daniele

Date: Mon, 01 Oct 2007 15:32:08 +0530 From: Bhasker C V <bhasker@unixindia.com> To: Celejar <celejar@gmail.com> Cc: ndemou@gmail.com, debian-user <debian-user@lists.debian.org> Subject: Re: How do you turn on and off a program automatcially Message-Id: <1191232928.7071.7.camel@h1.unixindia.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit All, Even if we solve this by going for an alternative approach as to using a text based program, we still need a method by which we can run some curses based application For this we can use "screen" (man screen) Open a new terminal and then run the program After running this program, we can use cron to send ***** kill -STOP <pid> ***** kill -CONT <pid> change (*****) with the cron timing which seuits you. This way we can start and stop the program at will. On Sun, 2007-09-30 at 17:07 -0400, Celejar wrote:
> On Sun, 30 Sep 2007 21:17:57 +0300
> ndemou@gmail.com wrote:
>
> > On 9/30/07, Celejar <celejar@gmail.com> wrote:
> > > On Fri, 28 Sep 2007 17:21:16 -0400
> > > Peter Smerdon <psmerdon@magma.ca> wrote:
> > >
> > > > Sid Arth <sidster802@gmail.com> writes:
> > > >
> > > > > Hi, I am running rtorrent and I was wondering if it is possible for the
> > > > > system to turn the program off at certain times, and turn it back on at
> > > > > other times.
> > > >
> > > > You can probably use use `cron' to achieve this.
> > >
> > > I struggled for a while to figure out how to do exactly this, without
> > > success. I believe that cron does not work, since (at least some)
> > > ncurses apps insist on being run from a terminal.
> >
> >
> > usually such problems have to do with the differences of the
> > environment (bash variables) - you can customize the env. of cron to
> > overcome this problem
>
> I don't currently have rtorrent installed, but can you give a bit more
> explanation or a pointer for future reference? What differences in the
> environment do you mean? Which variables have to be modified, and to
> what values?
>
> Celejar
> --
> mailmin.sourceforge.net - remote access via secure (OpenPGP) email
> ssuds.sourceforge.net - A Simple Sudoku Solver and Generator
>
>
-- Bhasker C V Registered Linux user: #306349 (counter.li.org) The box said "Requires Windows 95, NT, or better", so I installed Linux.

Date: Mon, 1 Oct 2007 12:11:37 +0200 (CEST) From: Stephane Durieux <durieux42@yahoo.fr> To: debian-user@lists.debian.org Subject: dell keyboard problem Message-ID: <125186.24515.qm@web27812.mail.ukl.yahoo.com> Content-Type: multipart/alternative; boundary="0-241068738-1191233497=:24515" Content-Transfer-Encoding: 7bit --0-241068738-1191233497=:24515 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi=20 I encounter a problem with my dell keyboard. When I try getkeycodes I obtain : 0 is an error; for 1-88 (0x01-0x58) scancode equals keycode KDGETKEYCODE: aucun peripherique de ce type failed to get keycode for scancode 0x5a 0x58: 88 89 Thus when I try to switch to console screen and return to X I have a prob= lem with X, the screen seems to be desynchronised. =20 --------------------------------- Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! = Mail=20 --0-241068738-1191233497=:24515 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi <br><br>I encounter a problem with my dell keyboard.<br>When I try get= keycodes I obtain :<br>0 is an error; for 1-88 (0x01-0x58) scancode equal= s keycode<br>KDGETKEYCODE: aucun peripherique de ce type<br>failed to get= keycode for scancode 0x5a 0x58: 88 89<br><br>Thus when I try to switch t= o console screen and return to X I have a problem with X, the screen seem= s to be desynchronised.<br><p>&#32; <hr size=3D"1">=20 Ne gardez plus qu'une seule adresse mail ! <a href=3D"http://www.trueswit= ch.com/yahoo-fr/">Copiez vos mails</a> vers Yahoo! Mail=20 --0-241068738-1191233497=:24515--

Date: Mon, 1 Oct 2007 19:14:26 +0900 (JST) From: "mr kofi dankwa(Accountant@Continental)" <tyerteeferzeyriezuyizuy@yahoo.co.jp> To: debian-user@lists.debian.org Subject: How are you today? Message-ID: <20071001101426.67847.qmail@web3313.mail.ogk.yahoo.co.jp> Content-Type: multipart/alternative; boundary="0-132192881-1191233666=:66324" --0-132192881-1191233666=:66324 Content-Type: text/plain; charset=iso-2022-jp $B?7$7$$%a!<%k%"%I%l%9$r$*CN$i$;$7$^$9?7$7$$%a!<%k%"%I%l%9!'(B tyerteeferzeyriezuyizuy@yahoo.co.jp To Whom It May Concern, With due respect, I wish to seek your partnership in my effort to transfer some fund from my office here. If you would be willing to assist,please reply and ask for more details or call me 00229-93149159 The amount is $18 million - mr kofi dankwa(Accountant@Continental) --0-132192881-1191233666=:66324 Content-Type: text/html; charset=iso-2022-jp <div style="border: solid 1px #cccccc; width:448px; background-color:white; margin:10px 0px;";><table border=0 cellspacing=0 cellpadding=0 width="448"><tr><td class=tablot background="http://i.yimg.jp/i/jp/pim/gr/gr_announce_1.gif" valign=center height=57><big style="padding:10px;">$B?7$7$$%a!<%k%"%I%l%9$r$*CN$i$;$7$^$9(B</big></td></tr></table><div style="padding:10px;">$B?7$7$$%a!<%k%"%I%l%9!'(B <b>tyerteeferzeyriezuyizuy(at)yahoo.co.jp</b><br><br><span style="color:green;">To Whom It May Concern,<br><br><br>With due respect, I wish to seek your partnership in my effort to transfer some fund from my office here.<br><br><br>If you would be willing to assist,please reply and ask for more details or call me 00229-93149159<br><br><br>The amount is $18 million<br><br></span><br><br>- <span style="color:green;">mr kofi dankwa(Accountant(at)Continental)</span></div></div> --0-132192881-1191233666=:66324-- End of debian-user-digest Digest V2007 Issue #2524 ************************************************** Received on Mon Oct 1 07:18:45 2007

This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 07:55:31 EDT

Can't find what you're looking for?X

Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library