Re: PATH to java in X11

2007-09-30 Thread Mumia W..

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.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: FLOSS support for signed PDFs

2007-09-30 Thread Kevin Mark
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 ___|


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: resize the partition with /

2007-09-30 Thread Marc Shapiro

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
[EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Major application resource leaks in Etch

2007-09-30 Thread Jeff D

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
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.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: [FIXED] Re: lirc on Debian with AMD64

2007-09-30 Thread Brad Sawatzky
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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Major application resource leaks in Etch

2007-09-30 Thread Ron Johnson
-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
> 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-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: problem with postfix and libsasl2

2007-09-30 Thread Sam Leon

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


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: problem with postfix and libsasl2

2007-09-30 Thread Andrei Popescu
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
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Re: Major application resource leaks in Etch

2007-09-30 Thread Marty

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 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).



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: apt-get file:/; unloading kernel modules (2.6.18).

2007-09-30 Thread Vivek.M
Thanks guys (Joey, Florian), I'll try that.

(Sorry for the SPAM, it was inadvertent - i did issue a cancel from
google-groups, but it doesn't seem to have worked)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: resize the partition with /

2007-09-30 Thread Douglas A. Tutty
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.

As for detailed instructions, its in one of the HOWTOs available as
something like doc-linux-howto; I think multi-disk HOWTO.

Doug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: resize the partition with /

2007-09-30 Thread Douglas A. Tutty
On Sun, Sep 30, 2007 at 09:08:53PM -0400, Manu Hack wrote:
 
> Even floppy boot is not available.
> 
 

My old Thinkpad can do netbooting.  Can your laptop?  

Or are you saying that the _only_ way to boot this thing is with its
internal hard drive?

Doug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Major application resource leaks in Etch

2007-09-30 Thread Douglas A. Tutty
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?  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?

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.

Doug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: problem with postfix and libsasl2

2007-09-30 Thread Douglas A. Tutty
On Mon, Oct 01, 2007 at 12:31:36AM +0200, Daniele Salatti wrote:
> 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...)

Since Exim can handle auth SMTP, why not just use exim?

Doug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: FLOSS support for signed PDFs

2007-09-30 Thread John Hasler
Celejar writes:
> A financial institution refused to enable electronic delivery unless it
> detected Acrobat Reader installed on my system.

How are they doing this detection?  Could you spoof it?

> [Our] statements are created using Adobe Acrobat software and a digital
> signature is added for security purposes.  As the Adobe Acrobat Reader is
> currently the only PDF reader that fully supports digitally signed PDF
> files, this software is required to ensure that the document is genuine.



pdfinfo _might_ get you the signature if you want to verify it (but you'd
have to get their certificate somehow).

Or perhaps they are using PGP:


This looks interesting:



-- 
John Hasler


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: resize the partition with /

2007-09-30 Thread Manu Hack
On 9/30/07, Marc Shapiro <[EMAIL PROTECTED]> wrote:
> Douglas A. Tutty wrote:
> > On Sun, Sep 30, 2007 at 04:17:42PM -0400, Manu Hack wrote:
> >
> >> I have a problem with an old desktop running etch.  Before it was
> >> running XP + etch dual boot.  But recently I have deleted the whole XP
> >>  partition.  Now the problem is I started running out of space for the
> >> etch.  I want to resize the partition so that I can install more
> >> programs and stuff like that.  The current partition is like
> >>
> >> hda1 - 5G  (before running XP)
> >> hda2 - 1G ( etch is living here)
> >>
> >> So I'd like to resize hda2 but I can't as it said I need to unmount
> >> hda2 before resizing.  People suggest using a live CD but it's not
> >> possible with my old laptop (I didn't even install etch using CD, I
> >> can only install etch via goodbyemicrosoft.com).  USB boot is also not
> >> available.
> >>
> >>
> >
> > Have you considered reinstalling onto hda1 without removing hda2?
> >
> Or mount hda1 at some point on hda2 where you need the extra space.
> Voila!  5 GB extra space.  You could also remove hda1 and recreate
> several partitions if you want to add space at multiple points in your
> filesystem.

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?

Manu


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: resize the partition with /

2007-09-30 Thread Manu Hack
On 9/30/07, Douglas A. Tutty <[EMAIL PROTECTED]> wrote:
> On Sun, Sep 30, 2007 at 04:17:42PM -0400, Manu Hack wrote:
> >
> > I have a problem with an old desktop running etch.  Before it was
> > running XP + etch dual boot.  But recently I have deleted the whole XP
> >  partition.  Now the problem is I started running out of space for the
> > etch.  I want to resize the partition so that I can install more
> > programs and stuff like that.  The current partition is like
> >
> > hda1 - 5G  (before running XP)
> > hda2 - 1G ( etch is living here)
> >
> > So I'd like to resize hda2 but I can't as it said I need to unmount
> > hda2 before resizing.  People suggest using a live CD but it's not
> > possible with my old laptop (I didn't even install etch using CD, I
> > can only install etch via goodbyemicrosoft.com).  USB boot is also not
> > available.
> >
>
> Have you considered reinstalling onto hda1 without removing hda2?

Not really.  Mainly because that old laptop is really old.  No other
method is available to reboot other than that 6G harddisk.

> Use debootstrap from your existing system.  Make a grub-disk (floppy, so
> your laptop can boot it) so that you can set up your boot loader if
> something happens.

Even floppy boot is not available.

>
> See the installation manual for installing from an existing unix system.
>
> Doug.
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: euro symbol in xterm (fvwm)

2007-09-30 Thread Steve Kleene
On Sun, 30 Sep 2007 13:36:09 -0400, I asked how to select a font for xterms
under fvwm that would display UTF8 codes.

On Sun, 30 Sep 2007 23:37:38 +0200, Sjoerd Hiemstra replied:

> This was discussed in this list some time ago.  JW Stumpel pointed to
> his site explaining how to do it: "Configuring xterm for UTF-8".
>
> http://www.jw-stumpel.nl/xterm.html
>
> In short, you need to install xfonts-efont-unicode and configure
> ~/.Xresources or ~/.Xdefaults.

Thanks.  I eventually got this working with that link and another really
useful one on X fonts:

http://www.klauser.ch/lxug/ch13.pdf

I did install xfonts-efont-unicode but in the end didn't need it.  Instead, I
set the default xterm font to this:

  -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1

which is in the 7x14.pcf.gz file from xfonts-base.  It passes the UTF tests
I've tried so far.  I'm not sure how this is different from the efont
version, namely:

  -efont-fixed-medium-r-normal--14-140-75-75-c-70-iso10646-1

other than a slightly different ptSz.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: PATH to java in X11

2007-09-30 Thread Henrique G. Abreu
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

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,

On 9/30/07, Henrique G. Abreu <[EMAIL PROTECTED]> wrote:
>
> In my /etc there is no environment file
> Must I create one?
>
> Thanks
>
> On 9/30/07, Nyizsnyik Ferenc <[EMAIL PROTECTED] > wrote:
> >
> > On Sun, 30 Sep 2007 12:01:57 -0300
> > "Henrique G. Abreu" < [EMAIL PROTECTED]> wrote:
> >
> > > I've read many forums and threads in debian lists, but no solution
> > > worked to me.
> > >
> > > I've downloaded and unpacked to /opt the jdk1.5.0_12
> > > I didn't used apt-get because I need this specific version.
> > >
> > > Then, I need to set java environment variables globally
> > > And include /opt/jdk1.5.0_12/bin to PATH
> > >
> > > I inserted in /etc/bash.bashrc:
> > > export PATH=$PATH:/opt/jdk1.5.0_12/bin
> > >
> > > it works to all terminals, but don't to X11
> > > for example: I can't start Azureus from menu link
> > >
> > > Then I tried /etc/profile
> > > but it didn't work either
> > >
> > > thanks,
> >
> > I have the following line in /etc/environment:
> > JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun
> >
> > I hope this helps.
> >
> > --
> > Szia:
> > Nyizsa.
> >
> > --
> > Find out how you can get spam free email.
> > http://www.bluebottle.com/tag/3
> >
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact
> > [EMAIL PROTECTED]
> >
> >
>
>
> --
> Henrique G. Abreu
> [EMAIL PROTECTED]
>



-- 
Henrique G. Abreu
[EMAIL PROTECTED]


Re: FLOSS support for signed PDFs

2007-09-30 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/30/07 16:52, Celejar wrote:
> Hi,
> 
> A financial institution refused to enable electronic delivery unless it
> detected Acrobat Reader installed on my system.  When I challenged it
> on this, mentioning that I use non-proprietary apps for PDF reading,
> the response was as follows:
> 
>> Due to the security placed on certain items, such as our online
>> statements, the Adobe Acrobat Reader is required to sign up for the
>> paperless services. [Our] statements are created using Adobe
>> Acrobat software and a digital signature is added for security purposes.
>> As the Adobe Acrobat Reader is currently the only PDF reader that fully
>> supports digitally signed PDF files, this software is required to ensure
>> that the document is genuine.
>>
>> We regret any inconvenience caused because the Adobe Acrobat Reader is
>> required, and we appreciate that you contacted us for additional
>> information. We do take customer feedback seriously, and your comments
>> have been passed on to the proper parties for review when determining
>> how we can best update our services in the future.
> 
> 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?

Not at this time.

- --
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)

iD8DBQFHAC7uS9HxQb37XmcRAnkiAKCuVwsXTbra4OLU+m8kN/WbfKajIQCgietH
bkkIFNtLnmVDWW8Tg1m1YQs=
=yPlC
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Help Please

2007-09-30 Thread s. keeling
Florian Kulzer <[EMAIL PROTECTED]>:
>
>  (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?


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)http://blinkynet.net/comp/uip5.html  Linux Counter #80292
- -http://www.faqs.org/rfcs/rfc1855.htmlPlease, don't Cc: me.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Major application resource leaks in Etch

2007-09-30 Thread Marty
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.


2) Pasting the text into kedit, or cutting it, pegs the CPU from 10s of seconds 
to a few minutes, and virtual memory usage approaches 2GB, increasing each time 
I repeat the operation.  (I stop before 2G only to avoid swapping.  I have no 
evidence that the leak is bounded.)


Since I am aware of the clipboard files I probably could probably safely delete 
them, but most users would be forced to reboot when their system mysteriously 
becomes unresponsive.


It doesn't appear to be Etch-specific.  I duplicated the problem in Sarge using 
Firefox, but the symptoms differed: the CPU usage delays were greater, but only 
one clipboard file was produced after each text selection, and this was 
reflected in 50% less virtual memory leakage.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: webmail for low-end VPS

2007-09-30 Thread KS
John K Masters wrote:
> Can anyone recommend a webmail app suitable for a low-end VPS. I already
> have Postfix/Courier setup.
> 
> It looks like I have three choices:
> 1. Squirrelmail
> 2. Roundcube
> 3. Imp4/Horde
> 
> I have used squirrelmail before and was not impressed but have heard
> that Imp4 is resource hungry. That leaves Roundcube, of which I have no
> experience. Any suggestions?
> 
> Regards, John

My webhost is testing Roundcube and asked me to try it out. I took a
quick look:

I would say it is still in alpha stages because of various
inconsistencies in features. E.g. if you delete an email using the "Send
to Trash" button it ended up in the Trash only a few times while all
other times it just disappeared! The AJAXified(hence needs Javascript)
interface sometimes goes crazy with selecting a whole lot of text on the
page. One can't define filters yet. It doesn't have a pretty editor for
composing email. I only use text email but some of your users might want
rich text.

/KS


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [Fwd: Re: 'manual' x configuration - where's xf86config?]

2007-09-30 Thread Carl Johnson
Martin Waller <[EMAIL PROTECTED]> writes:

> Right - got X working (dunno how - just ran through dpg-reconfigure
> xserver-xorg again with same inputs and suddenly it gives me
> something) but with crappo resolution.
> 
> Here's my Xorg.conf: (what dpg-reconfigure xserver-xorg wrote):
> 
> # /etc/X11/xorg.conf (xorg X Window System server configuration file)
> #
> # This file was generated by dexconf, the Debian X Configuration tool, using
> # values from the debconf database.
 snipped ---
> Section "Screen"
> Identifier"Default Screen"
> Device"matrox"
> Monitor"DELL D1226H"
> DefaultDepth24
it says here that you are selecting 24 bit color mode
--- snip more ---
> and here's my /var/log/Xorg.0.log:
> 
> 
> X Window System Version 7.1.1
> Release Date: 12 May 2006
> (--) MGA(0): VideoRAM: 4096 kByte
it only detects 4MB of video RAM

the best you can expect is 1024x768 with that amount of RAM, and that
is what it says it is using later.  If you have more RAM you may be
able to specify the actual RAM in the video section of Xorg.conf
file.  If you actually have only 4MB of RAM and 1600x1200 resolution
then you will have to change the DefaultDepth to either 16 bit or 8
bit color.

-- 
Carl Johnson[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Spring clean

2007-09-30 Thread Andrew Sackville-West
On Sat, Sep 29, 2007 at 11:53:17AM -0700, Amit Uttamchandani wrote:
> > 
> > >What GUI are you referring to?
> > 
> > I think they may have been referring to synaptic package manager or
> > adept package manager.
> > 
> 
> Actually the GUI he was referring to is the native aptitude ui, which is an 
> ncurses based user interface. Very very powerful in my opinion. Simply launch 
> aptitude from the terminal.

exactly.

A


signature.asc
Description: Digital signature


Re: problem with postfix and libsasl2

2007-09-30 Thread Daniele Salatti

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


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: problem with postfix and libsasl2

2007-09-30 Thread Sam Leon

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




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




problem with postfix and libsasl2

2007-09-30 Thread Daniele Salatti

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/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




problem with postfix and libsasl2

2007-09-30 Thread Daniele Salatti

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/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




FLOSS support for signed PDFs

2007-09-30 Thread Celejar
Hi,

A financial institution refused to enable electronic delivery unless it
detected Acrobat Reader installed on my system.  When I challenged it
on this, mentioning that I use non-proprietary apps for PDF reading,
the response was as follows:

> Due to the security placed on certain items, such as our online
> statements, the Adobe Acrobat Reader is required to sign up for the
> paperless services. [Our] statements are created using Adobe
> Acrobat software and a digital signature is added for security purposes.
> As the Adobe Acrobat Reader is currently the only PDF reader that fully
> supports digitally signed PDF files, this software is required to ensure
> that the document is genuine.
> 
> We regret any inconvenience caused because the Adobe Acrobat Reader is
> required, and we appreciate that you contacted us for additional
> information. We do take customer feedback seriously, and your comments
> have been passed on to the proper parties for review when determining
> how we can best update our services in the future.

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?

Celejar
--
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: iscan frustration Compounded!

2007-09-30 Thread Felix Karpfen
On Tue, 25 Sep 2007 12:59:26 +, Chris Davies wrote:

> Thomas H. George <[EMAIL PROTECTED]> wrote:
>> I own two Epson scanners, a Perfection 2400 Photo and a Perfection V100
>> Photo.
> 
>> Neither work with Debian Linux.
> 
> Check the location of the firmware file, esfw41.bin. A few upgrades ago,
> my system also lost the configuration entry in /etc/sane.d/snapscan.conf
> that defined this.

I would be very grateful for further details, since I am an amateur with
a  problem.

The problem is similar because Debian Etch (kernel 2.6.18) is looking for
the firmware file in the wrong directory.  The error message reads:

/usr/share/iscan/esfw54.bin/esfw54.bin : Not a directory

"esfw54.bin" is not a directory but a file and it is located in
"/usr/share/iscan/" (with copies in a few other places - just in case the
alternatives locations are easier to find)

The problem is worse, because it is intermittent. Whenever I reboot the
system, it is a gamble.  Sometimes the scanner is found and sometimes I
get the above error message.

I have no problems if I choose to use Debian Sarge (kernel 2.6.8).

All suggestions will be gratefully received.

Felix Karpfen



-- 
Felix Karpfen
Public Key 72FDF9DF (DH/DSA)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: euro symbol in xterm (fvwm)

2007-09-30 Thread Sjoerd Hiemstra
Steve Kleene wrote:
> I'm testing UTF8 performance on my Etch machine.  Everything seems
> fine with one exception: the Euro symbol doesn't display in my xterms

This was discussed in this list some time ago.  JW Stumpel pointed to
his site explaining how to do it: "Configuring xterm for UTF-8".

http://www.jw-stumpel.nl/xterm.html

In short, you need to install xfonts-efont-unicode and configure
~/.Xresources or ~/.Xdefaults.

I've been happily running xterm with unicode characters (using fluxbox)
ever since, including the Euro symbol.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: 'manual' x configuration - where's xf86config?

2007-09-30 Thread s. keeling
Martin Waller <[EMAIL PROTECTED]>:
>  s. keeling wrote:
> > Martin Waller <[EMAIL PROTECTED]>:
> >   
> >>  xf86config to reconfigure it. What happened to that utlity?  I cannot 
> >>  work out what package it's in.
> >
> > (0) heretic /home/keeling_ apt-file search xf86config
> 
>  sorry - just what does that add to the issue?  I'm not intersted in 
>  Xinerama or html pages...

apt-file knows everything there is to know about Debian package
contents.  If that's all it knows about xf86config, you're pretty safe
to assume there is no xf86config in Debian.

> >>  refers to xserver-common-v3 (I think I need this as I have an old matrox 
> >>  card)- I can find no such package in etch - is the ref manual out of 
> >
> > (0) heretic /home/keeling_ lspci | grep -i vga
> > 01:08.0 VGA compatible controller: Matrox Graphics, Inc. MGA 2164W 
> > [Millennium II]
> >
> > That's a 4 Mb PCI card.  Works fine with Version: 1:7.1.0-19 (Etch).
> 
>  Lucky you. 

Note to self: ignore pleas for help from M. Waller in the future.


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)http://blinkynet.net/comp/uip5.html  Linux Counter #80292
- -http://www.faqs.org/rfcs/rfc1855.htmlPlease, don't Cc: me.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: resize the partition with /

2007-09-30 Thread Marc Shapiro

Douglas A. Tutty wrote:

On Sun, Sep 30, 2007 at 04:17:42PM -0400, Manu Hack wrote:
  

I have a problem with an old desktop running etch.  Before it was
running XP + etch dual boot.  But recently I have deleted the whole XP
 partition.  Now the problem is I started running out of space for the
etch.  I want to resize the partition so that I can install more
programs and stuff like that.  The current partition is like

hda1 - 5G  (before running XP)
hda2 - 1G ( etch is living here)

So I'd like to resize hda2 but I can't as it said I need to unmount
hda2 before resizing.  People suggest using a live CD but it's not
possible with my old laptop (I didn't even install etch using CD, I
can only install etch via goodbyemicrosoft.com).  USB boot is also not
available.




Have you considered reinstalling onto hda1 without removing hda2?  
  
Or mount hda1 at some point on hda2 where you need the extra space.  
Voila!  5 GB extra space.  You could also remove hda1 and recreate 
several partitions if you want to add space at multiple points in your 
filesystem.


--
Marc Shapiro
[EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: resize the partition with /

2007-09-30 Thread Douglas A. Tutty
On Sun, Sep 30, 2007 at 04:17:42PM -0400, Manu Hack wrote:
> 
> I have a problem with an old desktop running etch.  Before it was
> running XP + etch dual boot.  But recently I have deleted the whole XP
>  partition.  Now the problem is I started running out of space for the
> etch.  I want to resize the partition so that I can install more
> programs and stuff like that.  The current partition is like
> 
> hda1 - 5G  (before running XP)
> hda2 - 1G ( etch is living here)
> 
> So I'd like to resize hda2 but I can't as it said I need to unmount
> hda2 before resizing.  People suggest using a live CD but it's not
> possible with my old laptop (I didn't even install etch using CD, I
> can only install etch via goodbyemicrosoft.com).  USB boot is also not
> available.
> 

Have you considered reinstalling onto hda1 without removing hda2?  

Use debootstrap from your existing system.  Make a grub-disk (floppy, so
your laptop can boot it) so that you can set up your boot loader if
something happens.  

See the installation manual for installing from an existing unix system.

Doug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [Fwd: Re: 'manual' x configuration - where's xf86config?]

2007-09-30 Thread Douglas A. Tutty
On Sun, Sep 30, 2007 at 05:12:50PM -0400, Ralph Katz wrote:
> 
> I've been stumped before trying to configure X on an old sarge system.
> What solved my problem when all else failed was to load knoppix,
> then extract the needed info from knoppix's X config file.  Ugly, but
> effective.
> 
I never could get X working with Sarge's drivers.  I ended up keeping
Woody's X system installed.  

Debian doesn't run that well on my old boxes, so I tend to use OpenBSD.
Their Xorg stuff runs just fine on video cards that don't need
closed-source drivers.  

Doug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [Fwd: Re: 'manual' x configuration - where's xf86config?]

2007-09-30 Thread Douglas A. Tutty
On Sun, Sep 30, 2007 at 10:09:31PM +0100, Martin Waller wrote:
> Right - got X working (dunno how - just ran through dpg-reconfigure 
> xserver-xorg again with same inputs and suddenly it gives me something) 
> but with crappo resolution.
> 
It looks like its giving you 1024 x 768.  What do you think you're
getting?  What happens if you cycle through with Ctrl-Alt-Keypad+/- ?

What resolution do you think you should get with 4 MB video ram?

Doug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: How do you turn on and off a program automatcially

2007-09-30 Thread Ralph Katz
On 09/28/2007 05:21 PM, Peter Smerdon wrote:
> Sid Arth <[EMAIL PROTECTED]> 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. 

This may help to start:
$ man at
and perhaps a script could be run to kill it as well, but I wouldn't
know about graceful exits with that.

Regards,
Ralph


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: /proc/net info ?

2007-09-30 Thread Predrag Gavrilovic
According to   http://lartc.org/ chapter 13 you can find more info in
Documentation/filesystems/proc.txt of linux kernel documentation, and
they also  mention http://ipsysctl-tutorial.frozentux.net/

2007/9/28, chloe K <[EMAIL PROTECTED]>:
> Hi all
>
>  How can I find out all info about /proc/net ?
>
>  eg: rt_cache and softnet_stat are for what purpose
>
>  Thank you
>
>  
> Be smarter than spam. See how smart SpamGuard is at giving junk email the
> boot with the All-new Yahoo! Mail


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [Fwd: Re: 'manual' x configuration - where's xf86config?]

2007-09-30 Thread Ralph Katz
On 09/30/2007 05:00 PM, Martin Waller wrote:
> Andrei Popescu wrote:

>> Did you try dexconf?

> I did now.  It just did nothing - no error message, no output of any
> kind, nothing.

> Is it just me or  was it easier when stuff wasn't dumbed down to
> 'attract windows users'?  I was never very quick, bit when I had to find
> out I could - I mean at least the docs were up to date so RTFM was
> actually a useful suggestionif only I could find it (or an uptodate
> version)!

I've been stumped before trying to configure X on an old sarge system.
What solved my problem when all else failed was to load knoppix,
then extract the needed info from knoppix's X config file.  Ugly, but
effective.

Regards,
Ralph


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [Fwd: Re: 'manual' x configuration - where's xf86config?]

2007-09-30 Thread Martin Waller
Right - got X working (dunno how - just ran through dpg-reconfigure 
xserver-xorg again with same inputs and suddenly it gives me something) 
but with crappo resolution.


Here's my Xorg.conf: (what dpg-reconfigure xserver-xorg wrote):

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
   FontPath"/usr/share/fonts/X11/misc"
   FontPath"/usr/X11R6/lib/X11/fonts/misc"
   FontPath"/usr/share/fonts/X11/cyrillic"
   FontPath"/usr/X11R6/lib/X11/fonts/cyrillic"
   FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
   FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
   FontPath"/usr/share/fonts/X11/Type1"
   FontPath"/usr/X11R6/lib/X11/fonts/Type1"
   FontPath"/usr/share/fonts/X11/100dpi"
   FontPath"/usr/X11R6/lib/X11/fonts/100dpi"
   FontPath"/usr/share/fonts/X11/75dpi"
   FontPath"/usr/X11R6/lib/X11/fonts/75dpi"
   # path to defoma fonts
   FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load"bitmap"
   Load"ddc"
   Load"dri"
   Load"extmod"
   Load"freetype"
   Load"glx"
   Load"int10"
   Load"vbe"
EndSection

Section "InputDevice"
   Identifier"Generic Keyboard"
   Driver"kbd"
   Option"CoreKeyboard"
   Option"XkbRules""xorg"
   Option"XkbModel""pc105"
   Option"XkbLayout""gb"
EndSection

Section "InputDevice"
   Identifier"Configured Mouse"
   Driver"mouse"
   Option"CorePointer"
   Option"Device""/dev/psaux"
   Option"Protocol""PS/2"
   Option"Emulate3Buttons""true"
EndSection

Section "Device"
   Identifier"matrox"
   Driver"mga"
EndSection

Section "Monitor"
   Identifier"DELL D1226H"
   Option"DPMS"
   HorizSync30-95
   VertRefresh50-160
EndSection

Section "Screen"
   Identifier"Default Screen"
   Device"matrox"
   Monitor"DELL D1226H"
   DefaultDepth24
   SubSection "Display"
   Depth1
   Modes"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth4
   Modes"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth8
   Modes"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth15
   Modes"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth16
   Modes"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth24
   Modes"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier"Default Layout"
   Screen"Default Screen"
   InputDevice"Generic Keyboard"
   InputDevice"Configured Mouse"
EndSection

Section "DRI"
   Mode0666


and here's my /var/log/Xorg.0.log:


X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux localhost 2.6.18-4-686 #1 SMP Wed May 9 
23:03:12 UTC 2007 i686

Build Date: 04 September 2007
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 30 22:20:55 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "DELL D1226H"
(**) |   |-->Device "matrox"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
   Entry deleted 

Re: How do you turn on and off a program automatcially

2007-09-30 Thread Celejar
On Sun, 30 Sep 2007 21:17:57 +0300
[EMAIL PROTECTED] wrote:

> On 9/30/07, Celejar <[EMAIL PROTECTED]> wrote:
> > On Fri, 28 Sep 2007 17:21:16 -0400
> > Peter Smerdon <[EMAIL PROTECTED]> wrote:
> >
> > > Sid Arth <[EMAIL PROTECTED]> 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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: 'manual' x configuration - where's xf86config?

2007-09-30 Thread Douglas A. Tutty
On Sun, Sep 30, 2007 at 06:25:49PM +0100, Martin Waller wrote:
> My x freezes on start after I installed etch and I want to use 
> xf86config to reconfigure it. What happened to that utlitlty?  I cannot 
> work out what package its in.

As you see, "The Debian Way" is to use dpkg-reconfigure.

Often, Xorg will at least start by not using an xorg.conf file at all.

If dpkg-reconfigure doesn't give you a functioning X, you could try, as
root:

# xorg -configure

This should generate a basic config file that you can edit or at least
get some info to then plug into your dpkg-reconfigure answers.

Doug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [Fwd: Re: 'manual' x configuration - where's xf86config?]

2007-09-30 Thread Martin Waller

Andrei Popescu wrote:

On Sun, Sep 30, 2007 at 09:10:08PM +0100, Martin Waller wrote:

  

Thanks for yours and other's input to my irritating problem :)



Did you try dexconf?
  


I did now.  It just did nothing - no error message, no output of any 
kind, nothing.


Changed nothing.  Thanks for suggestion,. but given the above, and 
without wishing to cast doubt on the quality of dexconf,  something 
don't work somewhere!


Man page for it gave no clues either.

Is it just me or  was it easier when stuff wasn't dumbed down to 
'attract windows users'?  I was never very quick, bit when I had to find 
out I could - I mean at least the docs were up to date so RTFM was 
actually a useful suggestionif only I could find it (or an uptodate 
version)!




Regards,
Andrei
  


Mine to,

Martin


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Trying to find a realtime patched kernel for Etch

2007-09-30 Thread Nigel Henry
On Sunday 30 September 2007 21:39, David Baron wrote:
> On Sunday 30 September 2007, [EMAIL PROTECTED]
>
> wrote:
> >  realise there are no realtime patched kernels on the main debian repo's,
> > and have been googling a bit, and found this.
> >
> > http://pkg-freebob.alioth.debian.org/lowlat.html
> >
> > It says to add the line below to /etc/apt/sources.list, but after running
> > apt-get update, and opening synaptic, I can't find a source pkg for the
> > 2.6.21 kernel.
> >
> > deb http://pkg-freebob.alioth.debian.org/debian unstable main
> >
> > The only 2.6.21 kernel there appears to be a realtime patched one, but is
> > a k7 one. As my machine uses a 1.3GHz celeron, I don't suppose this is
> > going to work, is it?
> > linux-image-2.6.21-2-k7rt8
> >
> > Anyone any suggestions to get realtime working, if the above kernel is a
> > no goer?
> >
> > The problem I have is that when starting jackd there are loads of xruns
> > showing in it's messages, and when playing a music app, horgand for
> > example, I am getting static like noise every so often when playing
> > notes.
> >
> > Any help/suggestions appreciated.
>
> Add this to /etc/apt/sources.list:
> deb ftp://musix.ourproject.org/pub/musix/deb/ ./
>
> After apt-get update, you will see various 2.6.21 rt patched kernels,
> modules and sources (as well as most recent Ardour and Rosegarden to use
> them.
>
> This repository is slow mollasis, however.

Thanks for that David. Slow is no problemo, as I'm on dialup.

With the help that's been offered, I'll get realtime working on Etch, and 
Lenny, one way or the other.

Nigel.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



webmail for low-end VPS

2007-09-30 Thread John K Masters
Can anyone recommend a webmail app suitable for a low-end VPS. I already
have Postfix/Courier setup.

It looks like I have three choices:
1. Squirrelmail
2. Roundcube
3. Imp4/Horde

I have used squirrelmail before and was not impressed but have heard
that Imp4 is resource hungry. That leaves Roundcube, of which I have no
experience. Any suggestions?

Regards, John
-- 
War is God's way of teaching Americans geography
Ambrose Bierce (1842 - 1914)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Help Please

2007-09-30 Thread Florian Kulzer
On Sun, Sep 30, 2007 at 16:13:59 +0200, Nigel Henry wrote:
> On Sunday 30 September 2007 15:27, ankit . wrote:
> > Sir
> >
> > Please help me to install intex RTL 8139d nic on debian 4.0. Debain is
> > unable to detect the nic on it's own. What should I do to install the nic.
> >
> > The technical specification of the nic I am using:
> >
> > http://www.intextechnologies.com/computerperi1.aspx?cat=Computer%20Peripher
> >als&sub=Ethernet%20Card\Switch&pro=Card%2010/%20100%20Mbps
> >
> > Thanking You
> >
> > Ankit
> 
> My 8139 card may be a bit earlier that yours, but I found that I had to load 
> the 8139too module to get the card to work. try as root.
> modprobe 8139too

If you google for "intex ethernet card linux" then you find a number of
complaints, stating that this card does not actually use the Realtek
8139 chipset. It seems to be a cheap knock-off chipset from Silan
Microelectronics; the confusing model number has almost certainly been
chosen on purpose.
 
The people in this discussion thread

http://www.linuxquestions.org/questions/showthread.php?t=441115

conclude that you need the "sc92031" driver for Intex NICs. This module
came into the mainline kernel at version 2.6.21, while Etch has 2.6.18.
(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.)

The best procedure for someone who is relatively new to Linux and Debian
might be to download one of Kenshi Muto's custom Etch installer images,
because they have the 2.6.21 kernel. ISOs for i386 and amd64 are
available here:

http://mirror.home-dn.net/d-i/

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: gnome-power-manager and hibernate-disk

2007-09-30 Thread Gerard Robin

I am sorry, I confused the lists debian-user and debian-laptop ;-)


--
GĂ©rard



Re: gnome-power-manager and hibernate-disk

2007-09-30 Thread Gerard Robin

On Sun, Sep 30, 2007 at 09:48:53AM +0200, Franklin PIAT wrote:

From: Franklin PIAT <[EMAIL PROTECTED]>
To: debian-laptop <[EMAIL PROTECTED]>
Cc: Gerard Robin <[EMAIL PROTECTED]>
Subject: Re: gnome-power-manager and hibernate-disk
X-Mailer: Evolution 2.10.3 
X-Spam-Status: No, score=-0.079 tagged_above=3.6 required=5.3

tests=[AWL=-2.519, DNS_FROM_RFC_POST=2.44]
X-Spam-Level: 


Hello,

- what's the model of your computer (or motherboard + graphic card) ?

acer aspire wlmi5102 (amd64)

- Has hibernation ever worked for you ?
yes 

- If yes, what was installed since g-p-m stopped working
 (see /var/log/dpkg.log* ).
- I guess you run the hibernate-disk as root. is your regular user in
powerdev group ?

yes yes

- Does "s2disk" work ?

yes

- do you have some interesting error message in /var/log/hibernate.log


Starting suspend at Sun Sep 30 10:52:50 CEST 2007
hibernate: [01] Executing CheckLastResume ... 
hibernate: [01] Executing CheckRunlevel ... 
hibernate: [01] Executing LockFileGet ... 
hibernate: [01] Executing NewKernelFileCheck ... 
hibernate: [10] Executing EnsureUSuspendCapable ... 
s2ram: unknown machine, see s2ram(8) and the USuspendRamForce option

hibernate: EnsureUSuspendCapable refuses to let us continue.
hibernate: Aborting.
hibernate: [01] Executing NoteLastResume ... 
hibernate: [01] Executing LockFilePut ... 
Resumed at Sun Sep 30 10:52:51 CEST 2007

Starting suspend at Sun Sep 30 13:31:34 CEST 2007
hibernate: [01] Executing CheckLastResume ... 
hibernate: [01] Executing CheckRunlevel ... 
hibernate: [01] Executing LockFileGet ... 
hibernate: [01] Executing NewKernelFileCheck ... 
hibernate: [10] Executing EnsureUSuspendCapable ... 
s2ram: unknown machine, see s2ram(8) and the USuspendRamForce option

hibernate: EnsureUSuspendCapable refuses to let us continue.
hibernate: Aborting.
hibernate: [01] Executing NoteLastResume ... 
hibernate: [01] Executing LockFilePut ... 
Resumed at Sun Sep 30 13:31:34 CEST 2007

Starting suspend at Sun Sep 30 15:26:03 CEST 2007
hibernate: [01] Executing CheckLastResume ... 
hibernate: [01] Executing CheckRunlevel ... 
hibernate: [01] Executing LockFileGet ... 
hibernate: [01] Executing NewKernelFileCheck ... 
hibernate: [10] Executing EnsureUSuspendCapable ... 
hibernate: [11] Executing XHacksSuspendHook1 ... 
hibernate: [59] Executing RemountXFSBootRO ... 
hibernate: [60] Executing NetworkStop ... 
hibernate: [89] Executing SaveKernelModprobe ... 
hibernate: [91] Executing ModulesUnloadBlacklist ... 
hibernate: [95] Executing XHacksSuspendHook2 ... 
hibernate: [98] Executing CheckRunlevel ... 
hibernate: [99] Executing DoUSuspend ... 
hibernate: Running /usr/sbin/s2disk  ...
hibernate: [90] Executing ModulesLoad ... 
hibernate: [89] Executing RestoreKernelModprobe ... 
hibernate: [85] Executing XHacksResumeHook2 ... 
hibernate: [70] Executing ClockRestore ... 
hibernate: [60] Executing NetworkStart ...
hibernate: [59] Executing RemountXFSBootRW ... 
hibernate: [11] Executing XHacksResumeHook1 ... 
hibernate: [01] Executing NoteLastResume ... 
hibernate: [01] Executing LockFilePut ... 
Resumed at Sun Sep 30 15:42:20 CEST 2007

Starting suspend at Sun Sep 30 15:42:21 CEST 2007
hibernate: [01] Executing CheckLastResume ... 
hibernate: Less than 3 seconds since last resumed. Not suspending.

hibernate: Aborting suspend due to errors in CheckLastResume (use --force to 
override).
hibernate: [01] Executing NoteLastResume ... 
hibernate: [01] Executing LockFilePut ... 
Resumed at Sun Sep 30 15:42:21 CEST 2007


Sorry, I am confuse:
about two weeks ago my laptop hibernated normally when the ac adapter
was on-line, but now only the screen is sleeping.
If the ac adapter is off-line the laptop hibernates normally and when I
resume I get a message:
problem of sleeping, hibernate failed

There are two questions:
1 - Why I get the error message since the laptop seems (for me) hibernate
and resume normally ? (ac adapter off-line)
2 - Why the laptop doesn't hibernate when the ac adapter is on-line now ?

Thanks

On Sat, 2007-09-29 at 11:09 +0200, Gerard Robin wrote:

Hello,
I use sid (kernel 2.6.22-1-amd64) on my laptop and after apt-get update, upgrade 
gnome-power-manager (2.20.0-1+b1) doesn't work, however the command hibernate-disk works fine.
What am I missing with gnome-power-manager ? 


--
GĂ©rard



Re: resize the partition with /

2007-09-30 Thread Amit Uttamchandani

You might want to try the gparted live CD 
(http://gparted.sourceforge.net/livecd.php). Boot from it and resize partitions 
on the fly.

Good Luck.

-- 
Amit Uttamchandani <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Trying to find a realtime patched kernel for Etch

2007-09-30 Thread Mumia W..

On 09/30/2007 03:01 PM, Andrei Popescu wrote:

On Sun, Sep 30, 2007 at 12:18:29PM -0500, Mumia W.. wrote:

On 09/30/2007 11:16 AM, Nigel Henry wrote:
I realise there are no realtime patched kernels on the main debian repo's, 
and have been googling a bit, and found this.

http://pkg-freebob.alioth.debian.org/lowlat.html
[...]
I'm not a Sid user, but evidently you have to install linux-patch-rt and 


Couldn't find it ..., but I found schedtool.

apply it to the kernel source. I don't know what rtirq is, but look at 
that one too.


Is that in the archives?

Regards,
Andrei


Linux-patch-rt and rtirq are not in the normal Debian respository, but 
they are here:


http://pkg-freebob.alioth.debian.org/debian/pool/main/l/linux-patch-rt/
http://pkg-freebob.alioth.debian.org/debian/pool/main/r/rtirq/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: [Fwd: Re: 'manual' x configuration - where's xf86config?]

2007-09-30 Thread Andrei Popescu
On Sun, Sep 30, 2007 at 09:10:08PM +0100, Martin Waller wrote:

> Thanks for yours and other's input to my irritating problem :)

Did you try dexconf?

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


signature.asc
Description: Digital signature


resize the partition with /

2007-09-30 Thread Manu Hack
Hi all,

I have a problem with an old desktop running etch.  Before it was
running XP + etch dual boot.  But recently I have deleted the whole XP
 partition.  Now the problem is I started running out of space for the
etch.  I want to resize the partition so that I can install more
programs and stuff like that.  The current partition is like

hda1 - 5G  (before running XP)
hda2 - 1G ( etch is living here)

So I'd like to resize hda2 but I can't as it said I need to unmount
hda2 before resizing.  People suggest using a live CD but it's not
possible with my old laptop (I didn't even install etch using CD, I
can only install etch via goodbyemicrosoft.com).  USB boot is also not
available.

Any suggestion would be welcome.  What I want to do is to be able to
apt-get upgrade stuff as right now I have only <5Mb of space in hda2.

Thanks a lot!

Manu


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Fwd: Re: 'manual' x configuration - where's xf86config?]

2007-09-30 Thread Martin Waller


--- Begin Message ---

Ralph Katz wrote:

On 09/30/2007 01:25 PM, Martin Waller wrote:
  

duh!

My x freezes on start after I installed etch and I want to use
xf86config to reconfigure it. What happened to that utlitlty?  I cannot
work out what package its in.

Also, in the debian reference manual, at
http://www.debian.org/doc/manuals/reference/ch-tune.en.html#s-xsrvr, it
refers to xserver-common-v3 (I think I need this as I have an old matrox
card)- I can find no such package in etch - is the ref manual out of
date or something? Surely not?

Thanks for any help,



Have you looked at the release notes?  Perhaps:

http://www.debian.org/releases/stable/i386/release-notes/ch-information.en.html#s-xorg
  


OK - thanks. This just takes me to section 5.14 - default editor...I 
know you're trying but that doesn't help much ;)


It seems the bits of documentation I can find on the debian site don't 
match up with etch.  I cannot undertsand that and will not comment.



Release Notes for Debian GNU/Linux 4.0 ("etch"), Intel x86 - Issues to
be aware of for etch

5.3 XFree86 to X.Org transition
  

I'm not transitioning - install from scratch on an old machine.

Also, /etc/X11/xorg.conf and  $ man xorg.conf.

Post errors from /var/log/ for more help.
  
The best I can do to determine my (PCI) card is read what's on the 
card/chip which says:


MATROX - MGA 1164SG-A

I tried dpkg-reconfigure xserver-xorg, which asked lots opf questions 
many of which bore no semblance of what xf86config used to ask. In 
particular something about a PCI Bus ID... 


I took the defaults when prompted as I knew not what else to put.  
xf86config in woody/sarge worked fine with this card - I know its old 
but c'mon...even shitty windows can provide a driver for it.


/var/log/Xorg.0.log output as follows:

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux localhost 2.6.18-4-686 #1 SMP Wed May 9 
23:03:12 UTC 2007 i686

Build Date: 04 September 2007
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 30 21:12:36 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "DELL D1226H"
(**) |   |-->Device "matrox"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" 
does not exist.

   Entry deleted from font path.
(**) FontPath set to:
   /usr/share/fonts/X11/misc,
   /usr/share/fonts/X11/100dpi/:unscaled,
   /usr/share/fonts/X11/75dpi/:unscaled,
   /usr/share/fonts/X11/Type1,
   /usr/share/fonts/X11/100dpi,
   /usr/share/fonts/X11/75dpi
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.3
   X.Org Video Driver: 1.0
   X.Org XInput driver : 0.6
   X.Org Server Extension : 0.3
   X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1130 card 8086,4541 rev 02 class 06,00,00 
hdr 00
(II) PCI: 00:02:0: chip 8086,1132 card 8086,4541 rev 02 class 03,00,00 
hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card , 

Re: 'manual' x configuration - where's xf86config?

2007-09-30 Thread Martin Waller

s. keeling wrote:

Martin Waller <[EMAIL PROTECTED]>:
  
 xf86config to reconfigure it. What happened to that utlity?  I cannot 
 work out what package it's in.



(0) heretic /home/keeling_ apt-file search xf86config
doc-linux-html: usr/share/doc/HOWTO/en-html/Xinerama-HOWTO/editxf86config.html
doc-linux-html: usr/share/doc/HOWTO/en-html/Xinerama-HOWTO/xf86config.html
xmanpages-ja: usr/share/man/ja/man1/xf86config.1x.gz
  
sorry - just what does that add to the issue?  I'm not intersted in 
Xinerama or html pages...
  
 Also, in the debian reference manual, at 
 http://www.debian.org/doc/manuals/reference/ch-tune.en.html#s-xsrvr, it 
 refers to xserver-common-v3 (I think I need this as I have an old matrox 
 card)- I can find no such package in etch - is the ref manual out of 



(0) heretic /home/keeling_ lspci | grep -i vga
01:08.0 VGA compatible controller: Matrox Graphics, Inc. MGA 2164W [Millennium 
II]

That's a 4 Mb PCI card.  Works fine with Version: 1:7.1.0-19 (Etch).
For some Matrox cards, you may be better off trying the generic vesa
svga server.


  
Lucky you. 



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Trying to find a realtime patched kernel for Etch

2007-09-30 Thread Andrei Popescu
On Sun, Sep 30, 2007 at 12:18:29PM -0500, Mumia W.. wrote:
> On 09/30/2007 11:16 AM, Nigel Henry wrote:
>> I realise there are no realtime patched kernels on the main debian repo's, 
>> and have been googling a bit, and found this.
>> http://pkg-freebob.alioth.debian.org/lowlat.html
>> [...]
>
> I'm not a Sid user, but evidently you have to install linux-patch-rt and 

Couldn't find it ..., but I found schedtool.

> apply it to the kernel source. I don't know what rtirq is, but look at 
> that one too.

Is that in the archives?

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


signature.asc
Description: Digital signature


Re: 'manual' x configuration - where's xf86config?

2007-09-30 Thread s. keeling
Martin Waller <[EMAIL PROTECTED]>:
> 
>  xf86config to reconfigure it. What happened to that utlity?  I cannot 
>  work out what package it's in.

(0) heretic /home/keeling_ apt-file search xf86config
doc-linux-html: usr/share/doc/HOWTO/en-html/Xinerama-HOWTO/editxf86config.html
doc-linux-html: usr/share/doc/HOWTO/en-html/Xinerama-HOWTO/xf86config.html
xmanpages-ja: usr/share/man/ja/man1/xf86config.1x.gz

>  Also, in the debian reference manual, at 
>  http://www.debian.org/doc/manuals/reference/ch-tune.en.html#s-xsrvr, it 
>  refers to xserver-common-v3 (I think I need this as I have an old matrox 
>  card)- I can find no such package in etch - is the ref manual out of 

(0) heretic /home/keeling_ lspci | grep -i vga
01:08.0 VGA compatible controller: Matrox Graphics, Inc. MGA 2164W [Millennium 
II]

That's a 4 Mb PCI card.  Works fine with Version: 1:7.1.0-19 (Etch).
For some Matrox cards, you may be better off trying the generic vesa
svga server.


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)http://blinkynet.net/comp/uip5.html  Linux Counter #80292
- -http://www.faqs.org/rfcs/rfc1855.htmlPlease, don't Cc: me.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Trying to find a realtime patched kernel for Etch

2007-09-30 Thread David Baron
On Sunday 30 September 2007, [EMAIL PROTECTED] 
wrote:
>  realise there are no realtime patched kernels on the main debian repo's,
> and have been googling a bit, and found this.
>
> http://pkg-freebob.alioth.debian.org/lowlat.html
>
> It says to add the line below to /etc/apt/sources.list, but after running
> apt-get update, and opening synaptic, I can't find a source pkg for the
> 2.6.21 kernel.
>
> deb http://pkg-freebob.alioth.debian.org/debian unstable main
>
> The only 2.6.21 kernel there appears to be a realtime patched one, but is a
> k7 one. As my machine uses a 1.3GHz celeron, I don't suppose this is going
> to work, is it?
> linux-image-2.6.21-2-k7rt8
>
> Anyone any suggestions to get realtime working, if the above kernel is a no
> goer?
>
> The problem I have is that when starting jackd there are loads of xruns
> showing in it's messages, and when playing a music app, horgand for
> example, I am getting static like noise every so often when playing notes.
>
> Any help/suggestions appreciated.

Add this to /etc/apt/sources.list:
deb ftp://musix.ourproject.org/pub/musix/deb/ ./

After apt-get update, you will see various 2.6.21 rt patched kernels, modules 
and sources (as well as most recent Ardour and Rosegarden to use them.

This repository is slow mollasis, however.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: how to automatically start bittornado seeding when sarge boot finish

2007-09-30 Thread Andrei Popescu
On Sun, Sep 30, 2007 at 06:16:07AM -0700, Serena Cantor wrote:
> I want to make my sarge box a seeding peer in bittornado
> 
> Which script should I edit to add bittornado command?

One option is /etc/init.d/rc.local

> how make bittornado logging info on status of seeding?

I don't know, did you read the man page?

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


signature.asc
Description: Digital signature


Re: Re: etch + xp

2007-09-30 Thread Henrique G. Abreu
if you lose your MBR, I think the easiest way to recover it
is booting from debian cd in rescue mode
type "rescue" before installation starts
then go to console, mount your hd, chroot to it and re-install grub
$ mount /dev/hdc1 /mnt
# I'm guessing that it's hdc1 where root ( / ) is.
$ cd /mnt
$ chroot .
$ grub-install /dev/hdc
ctrl + alt + del
your done!

hint: you will probably lose your MBR, like Douglas sad: windows is
megalomaniac


On 9/30/07, Owen Heisler <[EMAIL PROTECTED]> wrote:
>
> On Sun, 2007.09.30 13:14, Marcelo Chiapparini wrote:
> > But I want to install XP in another disk, different from which etch is
> > installed. So XP will install its own bootmanager into the mbr of this
> > different disk. Am I wright? Remember that I can tell the bios from what
> > disk the system boots. I gues I can use this in order to make the system
> > boot from the second disk, where XP is being installed, making XP ignore
> > the disk where etch is installed.
>
> Windows XP will overwrite the MBR of the first drive listed by the BIOS
> (the
> one that is booted), so set the BIOS to boot from whatever drive you want
> Windows to replace the MBR of.  When you're done installing, switch it
> back,
> boot Debian, and set up grub to boot Windows with 'chainload'.
>
> Back up your MBR first though.  And: when I set up grub to boot Windows
> once
> for someone else, I found grub's 'hide' command and used it to hide the
> Debian
> partitions, thinking that the less Windows saw, the better.  But Windows
> (XP),
> when those partitions were 'hidden' by grub, changed the partition types
> to
> Amoeba (whatever that is) and then grub would give an error on the next
> boot.
> Of course, problems like that should be expected when running Windows on a
> system.
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.6 (GNU/Linux)
>
> iD8DBQFG/+9k9XC8Sh1vpNARAuCOAJ9N4PABL9ugoUIh84P75pbV2+rIrwCfUPLi
> Gkomecm4EiecxDUjtln83fg=
> =9y0B
> -END PGP SIGNATURE-
>
>


-- 
Henrique G. Abreu
[EMAIL PROTECTED]


Re: apt-get file:/; unloading kernel modules (2.6.18).

2007-09-30 Thread Joey Hess
Vivek.M wrote:
> 2. Is there a way to tell the debian kernel module not to load certain
> modules. Blacklisting doesn't seem to be the right way from what i
> understood of the man modprobe.conf page. I've got pcspkr, rtc, ipv6,
> ali_agp, processor etc loaded and i don;t want to rmmod them - i'd
> rather not have them load. Is there any way to do this?

See the "documentation" at http://bugs,debian.org/426166

-- 
see shy jo



gdm 2.18.4 on X.org 7.3 using an ATI Radeon Mobility R250 video card - Does not look right.

2007-09-30 Thread Levi Campbell
When I first installed Debian, gdm worked like it should, but after
doing a dist-upgrade, it comes up looking garbled. I can fix this
problem temporarily by going to a console and restarting gdm. I'm pretty
sure it's a configuration issue but I don't know enough about X11 to be
able to tell, Where do I go from here?

Thank you for your consideration.
-- 
Levi Campbell <[EMAIL PROTECTED]>

X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4-2)
Current Operating System: Linux debian 2.6.22-2-686 #1 SMP Fri Aug 31 00:24:01 UTC 2007 i686
Build Date: 16 September 2007  02:37:21PM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep 29 07:56:28 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "ATI Technologies Inc Radeon R250 [Mobility FireGL 9000]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d8680
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3340 card 0e11,0860 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,3341 card , rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 0e11,0860 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 0e11,0860 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 0e11,0860 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 0e11,0860 rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card , rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24cc card , rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24ca card 0e11,0860 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 0e11,0860 rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 0e11,0860 rev 01 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 0e11,0860 rev 01 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4c66 card 0e11,0860 rev 01 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 1106,3044 card 1106,3044 rev 80 class 0c,00,10 hdr 00
(II) PCI: 02:01:0: chip 10ec,8139 card 0e11,0860 rev 20 class 02,00,00 hdr 00
(II) PCI: 02:02:0: chip 8086,4220 card 103c,12f5 rev 05 class 02,80,00 hdr 00
(II) PCI: 02:04:0: chip 1524,1410 card 2800, rev 01 class 06,07,00 hdr 02
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x3000 - 0x30ff (0x100) IX[B]
	[1] -1	0	0x3400 - 0x34ff (0x100) IX[B]
	[2] -1	0	0x3800 - 0x38ff (0x100) IX[B]
	[3] -1	0	0x3c00 - 0x3cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0x9040 - 0x904f (0x10) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0x9800 - 0x9fff (0x800) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x2000 - 0x20ff (0x100) IX[B]
	[1] -1	0	0x2400 - 0x24ff (0x100) IX

Re: apt-get file:/; unloading kernel modules (2.6.18).

2007-09-30 Thread Joey Hess
Vivek.M wrote:
> 1. I have copied my Debian CDs to hard-disk and have added the
> required sources.list lines. The problem is that, when i do a apt-get
> install pkg, it tries to load from the internet since they have the
> latest pkg. Since i pay for data transfer, i was wondering if there
> was a way to tell apt-get to use file:/ instead of the net?

apt-get install package=version

Where version is some version on the CD. Use apt-get policy package to
see available versions and where they come from.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: Re: etch + xp

2007-09-30 Thread Gargi




Hi Pierre,



> On Sun, Sep 30, 2007 at 09:41:48AM -0300, Marcelo Chiapparini wrote:
>>
>> I am running etch in a machine with two HDs. Etch is running in the
>> master HD (hdc), the second HD (hdd), the slave, is empty. In the 
>> second
>> hd (hdd) I need to install windows xp. I wonder how to do that in 
>> order

>> to get a dual boot system, managed by grub. The bios let me define the
>> HD from which the system boots. Now the bios is configured to boot 
>> from
>> hdc, where etch (and grub) resides: hdc-hdd. Due that during the 
>> install

>> of xp the system re-boots several times from the HD, I wonder if I can
>> install xp on hdd simply inverting the boot sequence: hdd-hdc, and,
>> after the installation of xp, inverting the sequence again: hdc-hdd, 
>> in

>> order to boot with grub.
>>
>> If it is possible, I guess I still need to tell grub that there is
>> another OS in the system. How can I do that?
>>
>
> I thought that windows was a megalomaniac and would only work from the
> first hard drive of the first controller (hda).
>
> Don't know for sure since I haven't used Windows since 3.1.
>
> Doug.

Nope. XP will boot from another partition too. hda1 or sda1 is not a 
option
for it. But it will install its own bootmanager into the mbr. So save 
your

mbr first with dd (BEFORE you install XP). You can put the etch
bootimage onto your hard disk and call it by the XP bootloader by setting 
a

line to the XP boot.ini (save it on a usb-stick e.g. to transfer it after
the XP is installed).


But I want to install XP in another disk, different from which etch is
installed. So XP will install its own bootmanager into the mbr of this
different disk. Am I wright? Remember that I can tell the bios from what
disk the system boots. I gues I can use this in order to make the system
boot from the second disk, where XP is being installed, making XP ignore
the disk where etch is installed.


XP will install it into the Master Boot Record. That's the one on the first 
disc who is to boot. Changing the boot priority or the order of the disk 
could cause troubles.

You wrote, that you are Using the first IDE disc as

hdc

Normally the first disc is hda, so have you a DVD Rom or something like it 
connected as primary master?
If XP will write its bootloader onto the mbr of the 2nd disc if it is 
remapped by the bios I don't now. It is a risk to lose your bootmanager on 
the first disc if windows won't get the trick. Therefore I would save the 
old mbr for any evil case.



If you have a SATA disc:
dd if=/dev/sda of=/home/[your username]/etch.lin bs=512 count=1



Both disk are ATA, not SATA. The line is the same in this case?


primary master is hda
primary slave hdb
secondary master hdc
secondary slave hdd

If it is a primary master, the line is

dd if=/dev/hda of=/home/[your username]/etch.lin bs=512 count=1


Insert this line into your xp boot.ini (if XP uses the partition as 
C:\ ):


c:\etch.lin="Debian Etch"

That gives you a new bootoption in your XP bootloader. From there you can
start Etch again and repair the grub bootloader if you want to stick to
grub.


Thank you!


No problem :)

cu
Pierre 



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: 'manual' x configuration - where's xf86config?

2007-09-30 Thread Ralph Katz
On 09/30/2007 01:25 PM, Martin Waller wrote:
> duh!
> 
> My x freezes on start after I installed etch and I want to use
> xf86config to reconfigure it. What happened to that utlitlty?  I cannot
> work out what package its in.
> 
> Also, in the debian reference manual, at
> http://www.debian.org/doc/manuals/reference/ch-tune.en.html#s-xsrvr, it
> refers to xserver-common-v3 (I think I need this as I have an old matrox
> card)- I can find no such package in etch - is the ref manual out of
> date or something? Surely not?
> 
> Thanks for any help,

Have you looked at the release notes?  Perhaps:

http://www.debian.org/releases/stable/i386/release-notes/ch-information.en.html#s-xorg

Release Notes for Debian GNU/Linux 4.0 ("etch"), Intel x86 - Issues to
be aware of for etch

5.3 XFree86 to X.Org transition

Also, /etc/X11/xorg.conf and  $ man xorg.conf.

Post errors from /var/log/ for more help.

Regards,
Ralph


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Re: etch + xp

2007-09-30 Thread Owen Heisler
On Sun, 2007.09.30 13:14, Marcelo Chiapparini wrote:
> But I want to install XP in another disk, different from which etch is
> installed. So XP will install its own bootmanager into the mbr of this
> different disk. Am I wright? Remember that I can tell the bios from what
> disk the system boots. I gues I can use this in order to make the system
> boot from the second disk, where XP is being installed, making XP ignore
> the disk where etch is installed.

Windows XP will overwrite the MBR of the first drive listed by the BIOS (the 
one that is booted), so set the BIOS to boot from whatever drive you want 
Windows to replace the MBR of.  When you're done installing, switch it back, 
boot Debian, and set up grub to boot Windows with 'chainload'.

Back up your MBR first though.  And: when I set up grub to boot Windows once 
for someone else, I found grub's 'hide' command and used it to hide the Debian 
partitions, thinking that the less Windows saw, the better.  But Windows (XP), 
when those partitions were 'hidden' by grub, changed the partition types to 
Amoeba (whatever that is) and then grub would give an error on the next boot.  
Of course, problems like that should be expected when running Windows on a 
system.


signature.asc
Description: Digital signature


Re: 'manual' x configuration - where's xf86config?

2007-09-30 Thread Mumia W..

On 09/30/2007 12:25 PM, Martin Waller wrote:

duh!

My x freezes on start after I installed etch and I want to use 
xf86config to reconfigure it. What happened to that utlitlty?  I cannot 
work out what package its in.


Also, in the debian reference manual, at 
http://www.debian.org/doc/manuals/reference/ch-tune.en.html#s-xsrvr, it 
refers to xserver-common-v3 (I think I need this as I have an old matrox 
card)- I can find no such package in etch - is the ref manual out of 
date or something? Surely not?


Thanks for any help,

Martin




Any references to XFree86 are outdated if you're using Etch. The Debian 
Reference was written for Sarge (which I'm glad of because I'm still 
using Sarge).


Try this:

dpkg-reconfigure xserver-xorg





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: 'manual' x configuration - where's xf86config?

2007-09-30 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/30/07 12:25, Martin Waller wrote:
> duh!
> 
> My x freezes on start after I installed etch and I want to use
> xf86config to reconfigure it. What happened to that utlitlty?  I cannot
> work out what package its in.
> 
> Also, in the debian reference manual, at
> http://www.debian.org/doc/manuals/reference/ch-tune.en.html#s-xsrvr, it
> refers to xserver-common-v3 (I think I need this as I have an old matrox
> card)- I can find no such package in etch - is the ref manual out of
> date or something? Surely not?

Looks like it is out of date.  Try running :
# dpkg-reconfigure xserver-xorg

- --
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)

iD8DBQFG/+j+S9HxQb37XmcRAv5mAJ9Pw02/jdmOnYqFggIHDg5hZUny0QCgr1Ga
jo3WkSbp8LhN9BXAJfMbfTw=
=HeUg
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: How do you turn on and off a program automatcially

2007-09-30 Thread ndemou
On 9/30/07, Celejar <[EMAIL PROTECTED]> wrote:
> On Fri, 28 Sep 2007 17:21:16 -0400
> Peter Smerdon <[EMAIL PROTECTED]> wrote:
>
> > Sid Arth <[EMAIL PROTECTED]> 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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Mail<->News gateway seems to be broken

2007-09-30 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/30/07 12:03, Douglas A. Tutty wrote:
> On Sun, Sep 30, 2007 at 10:36:11AM -0500, Ron Johnson wrote:
>> On 09/30/07 09:36, Douglas A. Tutty wrote:
>>> On Sun, Sep 30, 2007 at 09:58:11AM +0300, Andrei Popescu wrote:
>>>  
 As for the mails you are receiving directly (like I do as well), you 
 will have to setup a filter :(
>>> Ah, no.  I've got better things to do with my time.  I just won't post
>>> for a few days.
>> How long does it take to set up a filter?
>>
> 
> I don't know.  Never done it.  So its not just adding one line to an
> existing filter, its learning how to run a filter in the first place.  I
> only get a few direct spam per week so it hasn't been worth it.  Most of
> the spam I get is the stuff from the debian lists.

You use mutt, so setting up fetchmail, postfix, SpamAssassin &
maildrop or procmail shouldn't be that hard for you.

- --
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)

iD8DBQFG/+g6S9HxQb37XmcRAijFAJ9eVUiayRP5kNbj0f4oz/qaxttRWgCgmtzx
lfwYO+pNd9MnjPaLzptASZw=
=Xh8p
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Mail<->News gateway seems to be broken [Was: Re: [Fwd: Re: canon printer driver question]]

2007-09-30 Thread Mumia W..

On 09/30/2007 09:36 AM, Douglas A. Tutty wrote:

On Sun, Sep 30, 2007 at 09:58:11AM +0300, Andrei Popescu wrote:
 
As for the mails you are receiving directly (like I do as well), you 
will have to setup a filter :(


Ah, no.  I've got better things to do with my time.  I just won't post 
for a few days.


Doug.




The rogue messages seem to have stopped for me. This might be why:

http://lists.debian.org/debian-user/2007/09/msg03174.html



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Trying to find a realtime patched kernel for Etch

2007-09-30 Thread Mumia W..

On 09/30/2007 11:16 AM, Nigel Henry wrote:
I realise there are no realtime patched kernels on the main debian repo's, and 
have been googling a bit, and found this.


http://pkg-freebob.alioth.debian.org/lowlat.html
[...]


I'm not a Sid user, but evidently you have to install linux-patch-rt and 
apply it to the kernel source. I don't know what rtirq is, but look at 
that one too.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: euro symbol in xterm (fvwm)

2007-09-30 Thread Steve Kleene
I'm updating my own post.  On Sun, 30 Sep 2007 13:36:09 -0400, I asked how to
select a font for xterms under fvwm that would display UTF8 codes, and I
mentioned:

> The problem is likely in my old ~/.fvwm2rc, which shows:
>
> Style *   Font -adobe-times-bold-r-*-*-18-*-*-*-*-*-*-*
>
> There is no adobe-times font on my system, so I don't know what font is
> being substituted, or which font I should substitute.

I just discovered that "xfontsel -print" does show the string above as a
choice, even though I can't identify a font file anywhere with a similar name.
In any case, the font displayed by xfontsel is definitely not the same as the
font used by my xterm.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Trying to find a realtime patched kernel for Etch

2007-09-30 Thread Nigel Henry
On Sunday 30 September 2007 19:16, across.the.universe wrote:
> hi,
>
> you might want to try http://www.64studio.com - this is what i am using.
>
> across.the.universe

Ideally I was looking to resolve the problem on my Etch, and Lenny installs. 
Someone I know on the LAU list has just mentioned 64studio. Annoyingly the 
full install is only available on dvd for i386, and I can't burn dvd's. I'll 
have to try the live cd version.

It would be nice to fix realtime on Etch, and Lenny though, and it looks like 
I'll have to get my hands dirty, and attempt to compile a kernel using the 
realtime patches.

Nigel.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



euro symbol in xterm (fvwm)

2007-09-30 Thread Steve Kleene
I'm testing UTF8 performance on my Etch machine.  Everything seems fine with
one exception: the Euro symbol doesn't display in my xterms (under fvwm).

If I go with iceweasel to

 http://www.unics.uni-hannover.de/nhtcapri/multilingual1.html

a Euro symbol is nicely displayed.  If I copy and paste the symbol into a
file, and run od on it, I get the octal sequence 342 202 254.
This is presumably the UTF8 code for the Euro symbol.  I can also generate
the code by feeding groff the code "\(Eu".  Unlike iceweasel, though, the
xterm doesn't display the Euro symbol.  (In general, I think it displays
only those symbols that were defined in ISO8859-1, although I am testing
the UTF8 codes for those symbols.  It does not correctly display the
ISO8859-1 codes unless I convert them to UTF8 with iconv.)

Xorg.0.log shows some errors about non-existing directories under
/usr/share/fonts/X11, and then sets FontPath to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi

The problem is likely in my old ~/.fvwm2rc, which shows:

Style *   Font -adobe-times-bold-r-*-*-18-*-*-*-*-*-*-*

There is no adobe-times font on my system, so I don't know what font is
being substituted, or which font I should substitute.

So how do I find a default font for my xterms that will display the UTF8
Euro symbol?  Thanks.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [EMAIL PROTECTED]

2007-09-30 Thread s. keeling
Cord Beermann <[EMAIL PROTECTED]>:
>  Hallo! Du (Mumia W..) hast geschrieben:
> 
> > I'm getting multiple duplicate messages from [EMAIL PROTECTED] . At 
> 
>  Do I understand correctly that this bot sends out this message when
>  you post to d-user?

linux.debian.* are mail to news gateways to the lists.debian.org
mailing lists.  Usually, that message is sent when you post to
linux.debian.* without first subscribing to [EMAIL PROTECTED]

linux-gate appears to be experiencing a few problems atm.


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)http://blinkynet.net/comp/uip5.html  Linux Counter #80292
- -http://www.faqs.org/rfcs/rfc1855.htmlPlease, don't Cc: me.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



'manual' x configuration - where's xf86config?

2007-09-30 Thread Martin Waller

duh!

My x freezes on start after I installed etch and I want to use 
xf86config to reconfigure it. What happened to that utlitlty?  I cannot 
work out what package its in.


Also, in the debian reference manual, at 
http://www.debian.org/doc/manuals/reference/ch-tune.en.html#s-xsrvr, it 
refers to xserver-common-v3 (I think I need this as I have an old matrox 
card)- I can find no such package in etch - is the ref manual out of 
date or something? Surely not?


Thanks for any help,

Martin


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Trying to find a realtime patched kernel for Etch

2007-09-30 Thread across.the.universe
hi, 

you might want to try http://www.64studio.com - this is what i am using.

across.the.universe


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Mail<->News gateway seems to be broken

2007-09-30 Thread Douglas A. Tutty
On Sun, Sep 30, 2007 at 10:36:11AM -0500, Ron Johnson wrote:
> On 09/30/07 09:36, Douglas A. Tutty wrote:
> > On Sun, Sep 30, 2007 at 09:58:11AM +0300, Andrei Popescu wrote:
> >  
> >> As for the mails you are receiving directly (like I do as well), you 
> >> will have to setup a filter :(
> > 
> > Ah, no.  I've got better things to do with my time.  I just won't post
> > for a few days.
> 
> How long does it take to set up a filter?
> 

I don't know.  Never done it.  So its not just adding one line to an
existing filter, its learning how to run a filter in the first place.  I
only get a few direct spam per week so it hasn't been worth it.  Most of
the spam I get is the stuff from the debian lists.

Doug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Does lilo still have a limit on it's menu entries?

2007-09-30 Thread Michelle Konzack
Am 2007-09-28 22:18:22, schrieb Nigel Henry:
> I read a while back that earlier versions of lilo could only have 6 entries 
> on 
> the menu. My lilo version is 1:22.6.1-9.3.

AFAIK 12 entries with a maximum lenght of 16 chars each

Thanks, Greetings and nice Day
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: unable to install mysql (lamp) (post-installation script returned error exit status 1)

2007-09-30 Thread Jabka Atu
Andy Smith wrote:
> Hi Jabka,
>
> On Sat, Sep 29, 2007 at 06:38:14PM +0200, Jabka Atu wrote:
>> Sep 29 18:34:30 acerium mysqld[16628]: 070929 18:34:30 [ERROR] Can't
>> start server: Bind on TCP/IP port: Cannot assign requested address
>> Sep 29 18:34:30 acerium mysqld[16628]: 070929 18:34:30 [ERROR] Do you
>> already have another mysqld server running on port: 3306 ?
>
> So, please check if there is already a mysqld running.  You might
> want to use "ps", "netstat -an", and/or "lsof -p ".
>
> Also please can you post your /etc/mysql/my.cnf file.
>
> Cheers,
> Andy
>
nope nade on that port


-- 
--
Could you at least use man ?
Jabka Atu (aka mha13/Mashrom Head) || bsh83.blogspot.com
--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: PATH to java in X11

2007-09-30 Thread Henrique G. Abreu
In my /etc there is no environment file
Must I create one?

Thanks

On 9/30/07, Nyizsnyik Ferenc <[EMAIL PROTECTED]> wrote:
>
> On Sun, 30 Sep 2007 12:01:57 -0300
> "Henrique G. Abreu" <[EMAIL PROTECTED]> wrote:
>
> > I've read many forums and threads in debian lists, but no solution
> > worked to me.
> >
> > I've downloaded and unpacked to /opt the jdk1.5.0_12
> > I didn't used apt-get because I need this specific version.
> >
> > Then, I need to set java environment variables globally
> > And include /opt/jdk1.5.0_12/bin to PATH
> >
> > I inserted in /etc/bash.bashrc:
> > export PATH=$PATH:/opt/jdk1.5.0_12/bin
> >
> > it works to all terminals, but don't to X11
> > for example: I can't start Azureus from menu link
> >
> > Then I tried /etc/profile
> > but it didn't work either
> >
> > thanks,
>
> I have the following line in /etc/environment:
> JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun
>
> I hope this helps.
>
> --
> Szia:
> Nyizsa.
>
> --
> Find out how you can get spam free email.
> http://www.bluebottle.com/tag/3
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>
>


-- 
Henrique G. Abreu
[EMAIL PROTECTED]


Weird usb memorystick problem

2007-09-30 Thread Iwan
Hi,


I recently noticed weird behaviour with my USB memorystick. This is on
AMD64 unstable, with:

linux-image-2.6.22-2-amd64
udev 0.114-2


I have defined the following udev rule:

ATTRS{idVendor}=="13e0", ATTRS{idProduct}=="2517", KERNEL=="sd*",
SYMLINK+="usb/stick%n", OPTIONS+="all_partitions"

The memorystick has one primary partition (vfat).

When the stick is inserted while booting, udev correctly creates the
desired symlinks:

# ls -l /dev/usb
lrwxrwxrwx 1 root root  6 2007-09-30 17:30 stick -> ../sda
lrwxrwxrwx 1 root root  6 2007-09-30 17:30 stick1 -> ../sda1

However, when I insert the same memorystick after the computer is booted, only
the symlink to /dev/sda is created.

Also, the kernel messages are quit different in these two cases.

When I insert the stick after booting, the kernel log shows the following:

Sep 30 17:54:15 casper kernel: usb 1-5: new high speed USB device using 
ehci_hcd and address 10
Sep 30 17:54:15 casper kernel: usb 1-5: configuration #1 chosen from 1 choice
Sep 30 17:54:15 casper kernel: hub 1-5:1.0: USB hub found
Sep 30 17:54:15 casper kernel: hub 1-5:1.0: 1 port detected
Sep 30 17:54:15 casper kernel: usb 1-5.1: new high speed USB device using 
ehci_hcd and address 11
Sep 30 17:54:15 casper kernel: usb 1-5.1: configuration #1 chosen from 1 choice
Sep 30 17:54:15 casper kernel: scsi6 : SCSI emulation for USB Mass Storage 
devices
Sep 30 17:54:15 casper kernel: usb-storage: device found at 11
Sep 30 17:54:15 casper kernel: usb-storage: waiting for device to settle before 
scanning
Sep 30 17:54:20 casper kernel: usb-storage: device scan complete
Sep 30 17:54:20 casper kernel: scsi scan: INQUIRY result too short (5), using 36
Sep 30 17:54:20 casper kernel: scsi 6:0:0:: Direct-Access USB 2.0 Flash 
Drive  1.00 PQ: 0 ANSI: 0
Sep 30 17:54:20 casper kernel: sd 6:0:0:0: [sda] Attached SCSI disk


However, looking back in the kernel boot log (that is, with the
memorystick inserted), I see:

[snip]
Sep 30 17:03:15 casper kernel: usb-storage: device scan complete
Sep 30 17:03:15 casper kernel: scsi scan: INQUIRY result too short (5), using 36
Sep 30 17:03:15 casper kernel: scsi 4:0:0:0: Direct-Access USB  2.0 
Flash Drive  1.00 PQ: 0 ANSI: 0
Sep 30 17:03:15 casper kernel: sd 4:0:0:0: [sda] 256000 512-byte hardware 
sectors (131 MB)
Sep 30 17:03:15 casper kernel: sd 4:0:0:0: [sda] Write Protect is off
Sep 30 17:03:15 casper kernel: sd 4:0:0:0: [sda] Mode Sense: 03 00 00 00
Sep 30 17:03:15 casper kernel: sd 4:0:0:0: [sda] Assuming drive cache: write 
through
Sep 30 17:03:15 casper kernel: sd 4:0:0:0: [sda] 256000 512-byte hardware 
sectors (131 MB)
Sep 30 17:03:15 casper kernel: sd 4:0:0:0: [sda] Write Protect is off
Sep 30 17:03:15 casper kernel: sd 4:0:0:0: [sda] Mode Sense: 03 00 00 00
Sep 30 17:03:15 casper kernel: sd 4:0:0:0: [sda] Assuming drive cache: write 
through
Sep 30 17:03:15 casper kernel:  sda: sda1
Sep 30 17:03:15 casper kernel: sd 4:0:0:0: [sda] Attached SCSI disk


Does this problem sound familiar to anyone on this list?


Thanks,

Iwan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Trying to find a realtime patched kernel for Etch

2007-09-30 Thread Nigel Henry
I realise there are no realtime patched kernels on the main debian repo's, and 
have been googling a bit, and found this.

http://pkg-freebob.alioth.debian.org/lowlat.html

It says to add the line below to /etc/apt/sources.list, but after running 
apt-get update, and opening synaptic, I can't find a source pkg for the 
2.6.21 kernel.

deb http://pkg-freebob.alioth.debian.org/debian unstable main

The only 2.6.21 kernel there appears to be a realtime patched one, but is a k7 
one. As my machine uses a 1.3GHz celeron, I don't suppose this is going to 
work, is it?
linux-image-2.6.21-2-k7rt8

Anyone any suggestions to get realtime working, if the above kernel is a no 
goer?

The problem I have is that when starting jackd there are loads of xruns 
showing in it's messages, and when playing a music app, horgand for example, 
I am getting static like noise every so often when playing notes.

Any help/suggestions appreciated.

Nigel.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Re: etch + xp

2007-09-30 Thread Marcelo Chiapparini
Hi Pierre,

On Sun, 2007-09-30 at 17:15 +0200, Gargi wrote:
> - Original Message - 
> From: "Douglas A. Tutty" <[EMAIL PROTECTED]>
> To: 
> Sent: Sunday, September 30, 2007 4:42 PM
> Subject: [?? Probable Spam] Re: etch + xp
> 
> 
> > On Sun, Sep 30, 2007 at 09:41:48AM -0300, Marcelo Chiapparini wrote:
> >>
> >> I am running etch in a machine with two HDs. Etch is running in the
> >> master HD (hdc), the second HD (hdd), the slave, is empty. In the second
> >> hd (hdd) I need to install windows xp. I wonder how to do that in order
> >> to get a dual boot system, managed by grub. The bios let me define the
> >> HD from which the system boots. Now the bios is configured to boot from
> >> hdc, where etch (and grub) resides: hdc-hdd. Due that during the install
> >> of xp the system re-boots several times from the HD, I wonder if I can
> >> install xp on hdd simply inverting the boot sequence: hdd-hdc, and,
> >> after the installation of xp, inverting the sequence again: hdc-hdd, in
> >> order to boot with grub.
> >>
> >> If it is possible, I guess I still need to tell grub that there is
> >> another OS in the system. How can I do that?
> >>
> >
> > I thought that windows was a megalomaniac and would only work from the
> > first hard drive of the first controller (hda).
> >
> > Don't know for sure since I haven't used Windows since 3.1.
> >
> > Doug.
> 
> Nope. XP will boot from another partition too. hda1 or sda1 is not a option 
> for it. But it will install its own bootmanager into the mbr. So save your 
> mbr first with dd (BEFORE you install XP). You can put the etch 
> bootimage onto your hard disk and call it by the XP bootloader by setting a 
> line to the XP boot.ini (save it on a usb-stick e.g. to transfer it after 
> the XP is installed).

But I want to install XP in another disk, different from which etch is
installed. So XP will install its own bootmanager into the mbr of this
different disk. Am I wright? Remember that I can tell the bios from what
disk the system boots. I gues I can use this in order to make the system
boot from the second disk, where XP is being installed, making XP ignore
the disk where etch is installed.

> If you have a SATA disc:
> dd if=/dev/sda of=/home/[your username]/etch.lin bs=512 count=1
> 

Both disk are ATA, not SATA. The line is the same in this case?

> Insert this line into your xp boot.ini (if XP uses the partition as C:\ ):
> 
> c:\etch.lin="Debian Etch"
> 
> That gives you a new bootoption in your XP bootloader. From there you can 
> start Etch again and repair the grub bootloader if you want to stick to 
> grub.

Thank you!

Marcelo

-- 
Marcelo Chiapparini
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: PATH to java in X11

2007-09-30 Thread Nyizsnyik Ferenc
On Sun, 30 Sep 2007 12:01:57 -0300
"Henrique G. Abreu" <[EMAIL PROTECTED]> wrote:

> I've read many forums and threads in debian lists, but no solution
> worked to me.
> 
> I've downloaded and unpacked to /opt the jdk1.5.0_12
> I didn't used apt-get because I need this specific version.
> 
> Then, I need to set java environment variables globally
> And include /opt/jdk1.5.0_12/bin to PATH
> 
> I inserted in /etc/bash.bashrc:
> export PATH=$PATH:/opt/jdk1.5.0_12/bin
> 
> it works to all terminals, but don't to X11
> for example: I can't start Azureus from menu link
> 
> Then I tried /etc/profile
> but it didn't work either
> 
> thanks,

I have the following line in /etc/environment:
JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun

I hope this helps.

-- 
Szia:
Nyizsa.

--
Find out how you can get spam free email.
http://www.bluebottle.com/tag/3


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: rescue bootable cd ???

2007-09-30 Thread Giorgos Pallas
helices wrote:
> I have several rather complex debian systems, including software raid 5
> and lvm, &c.
>
> Occasionally, in the past, I have upgraded a debian system, after which
> it no longer boots successfully.  Unfortunately, for these complex
> systems, neither the install/boot media, nor knoppix, result in access
> to the files necessary to recover these systems.
>
> So, going forward, I want to incorporate generation of bootable rescue
> cd's into my upgrade processes.  Clearly, such a cd will exactly
> duplicate my last successful boot, and give access to ALL files and
> filesystems.
>
> [1] What is the simplest & most reliable process for creating such a cd?
>
>
> What do you do?
>
> What do you think

Before proceeding with major upgrades, I boot with Clonezilla
(http://clonezilla.sourceforge.net/download/sourceforge/) and I create
an image of the hard disk. This image is written to an external USB hard
disk. Should anything goes funny after the upgrade, I can always revert
to the state before the upgrade...

G.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Mail<->News gateway seems to be broken

2007-09-30 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/30/07 09:36, Douglas A. Tutty wrote:
> On Sun, Sep 30, 2007 at 09:58:11AM +0300, Andrei Popescu wrote:
>  
>> As for the mails you are receiving directly (like I do as well), you 
>> will have to setup a filter :(
> 
> Ah, no.  I've got better things to do with my time.  I just won't post
> for a few days.

How long does it take to set up a filter?

- --
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)

iD8DBQFG/8JqS9HxQb37XmcRAog0AKCgzFvvkOlUdiMrudd4phcLufAvMwCgpsy+
fk7QOZRyKDysI+8FIjQ2fW0=
=RuAL
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



PATH to java in X11

2007-09-30 Thread Henrique G. Abreu
I've read many forums and threads in debian lists, but no solution worked to
me.

I've downloaded and unpacked to /opt the jdk1.5.0_12
I didn't used apt-get because I need this specific version.

Then, I need to set java environment variables globally
And include /opt/jdk1.5.0_12/bin to PATH

I inserted in /etc/bash.bashrc:
export PATH=$PATH:/opt/jdk1.5.0_12/bin

it works to all terminals, but don't to X11
for example: I can't start Azureus from menu link

Then I tried /etc/profile
but it didn't work either

thanks,

-- 
Henrique G. Abreu
[EMAIL PROTECTED]


Re: Re: etch + xp

2007-09-30 Thread Gargi


- Original Message - 
From: "Douglas A. Tutty" <[EMAIL PROTECTED]>

To: 
Sent: Sunday, September 30, 2007 4:42 PM
Subject: [?? Probable Spam] Re: etch + xp



On Sun, Sep 30, 2007 at 09:41:48AM -0300, Marcelo Chiapparini wrote:


I am running etch in a machine with two HDs. Etch is running in the
master HD (hdc), the second HD (hdd), the slave, is empty. In the second
hd (hdd) I need to install windows xp. I wonder how to do that in order
to get a dual boot system, managed by grub. The bios let me define the
HD from which the system boots. Now the bios is configured to boot from
hdc, where etch (and grub) resides: hdc-hdd. Due that during the install
of xp the system re-boots several times from the HD, I wonder if I can
install xp on hdd simply inverting the boot sequence: hdd-hdc, and,
after the installation of xp, inverting the sequence again: hdc-hdd, in
order to boot with grub.

If it is possible, I guess I still need to tell grub that there is
another OS in the system. How can I do that?



I thought that windows was a megalomaniac and would only work from the
first hard drive of the first controller (hda).

Don't know for sure since I haven't used Windows since 3.1.

Doug.


Nope. XP will boot from another partition too. hda1 or sda1 is not a option 
for it. But it will install its own bootmanager into the mbr. So save your 
mbr first with dd (BEFORE you install XP). You can put the etch 
bootimage onto your hard disk and call it by the XP bootloader by setting a 
line to the XP boot.ini (save it on a usb-stick e.g. to transfer it after 
the XP is installed).


If you have a SATA disc:
dd if=/dev/sda of=/home/[your username]/etch.lin bs=512 count=1

Insert this line into your xp boot.ini (if XP uses the partition as C:\ ):

c:\etch.lin="Debian Etch"

That gives you a new bootoption in your XP bootloader. From there you can 
start Etch again and repair the grub bootloader if you want to stick to 
grub.


cu
Pierre






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: A problem with netinstall (pppoe, Etch, no DHCP)

2007-09-30 Thread Thilo Six
Aleksei wrote the following on 30.09.2007 14:12

<<-snip->>

> My internet is through pppoe, but at no point netinstall asks
> login and parol. So apparently I should install just base system, then 
> configure pppoe and then go on with apt-get.

You need to enter:
install modules=ppp-udeb

at the boot prompt (that´s the first screen)


-- 
Thilo

key: 0x4A411E09


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: etch + xp

2007-09-30 Thread Douglas A. Tutty
On Sun, Sep 30, 2007 at 09:41:48AM -0300, Marcelo Chiapparini wrote:
> 
> I am running etch in a machine with two HDs. Etch is running in the
> master HD (hdc), the second HD (hdd), the slave, is empty. In the second
> hd (hdd) I need to install windows xp. I wonder how to do that in order
> to get a dual boot system, managed by grub. The bios let me define the
> HD from which the system boots. Now the bios is configured to boot from
> hdc, where etch (and grub) resides: hdc-hdd. Due that during the install
> of xp the system re-boots several times from the HD, I wonder if I can
> install xp on hdd simply inverting the boot sequence: hdd-hdc, and,
> after the installation of xp, inverting the sequence again: hdc-hdd, in
> order to boot with grub. 
> 
> If it is possible, I guess I still need to tell grub that there is
> another OS in the system. How can I do that?
> 

I thought that windows was a megalomaniac and would only work from the
first hard drive of the first controller (hda).  

Don't know for sure since I haven't used Windows since 3.1.

Doug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Mail<->News gateway seems to be broken [Was: Re: [Fwd: Re: canon printer driver question]]

2007-09-30 Thread Douglas A. Tutty
On Sun, Sep 30, 2007 at 09:58:11AM +0300, Andrei Popescu wrote:
 
> As for the mails you are receiving directly (like I do as well), you 
> will have to setup a filter :(

Ah, no.  I've got better things to do with my time.  I just won't post
for a few days.

Doug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: How do you turn on and off a program automatcially

2007-09-30 Thread Celejar
On Fri, 28 Sep 2007 17:21:16 -0400
Peter Smerdon <[EMAIL PROTECTED]> wrote:

> Sid Arth <[EMAIL PROTECTED]> 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.

> Peter Smerdon
> [EMAIL PROTECTED]

Celejar
--
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Help Please

2007-09-30 Thread Nigel Henry
On Sunday 30 September 2007 15:27, ankit . wrote:
> Sir
>
> Please help me to install intex RTL 8139d nic on debian 4.0. Debain is
> unable to detect the nic on it's own. What should I do to install the nic.
>
> The technical specification of the nic I am using:
>
> http://www.intextechnologies.com/computerperi1.aspx?cat=Computer%20Peripher
>als&sub=Ethernet%20Card\Switch&pro=Card%2010/%20100%20Mbps
>
> Thanking You
>
> Ankit

My 8139 card may be a bit earlier that yours, but I found that I had to load 
the 8139too module to get the card to work. try as root.
modprobe 8139too

If it works you can add it to /etc/modules on one line as below, and it will 
be loaded when you boot up.
8139too


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Help Please

2007-09-30 Thread ankit .
Sir

Please help me to install intex RTL 8139d nic on debian 4.0. Debain is
unable to detect the nic on it's own. What should I do to install the nic.

The technical specification of the nic I am using:

http://www.intextechnologies.com/computerperi1.aspx?cat=Computer%20Peripherals&sub=Ethernet%20Card\Switch&pro=Card%2010/%20100%20Mbps

Thanking You

Ankit


Re: Problems capturing audio with Intel ICH5...

2007-09-30 Thread Andrea Giuliano

Many thanks, I'll give it a try and let you know if things get better.

Best regards.


Florian Kulzer wrote:

On Sat, Sep 29, 2007 at 11:59:04 +0200, Andrea Giuliano wrote:

Florian Kulzer wrote:

On Wed, Sep 26, 2007 at 22:51:30 +0200, Andrea Giuliano wrote:
Maybe gnome-mixer does not give you access to the relevant capture
controls.

I guess I tried every single control, they're even too many, but this
could a possibility: a control that doesn't affect playback during
recording, but affects the volume of the recording itself. But which?

Alsa seems correctly configured (at least, sudo alsaconf gives no error).

Please post the output of:
lsmod | egrep 'snd|intel8x0'
amixer | egrep -i '^( .*capture|[^ ])'
Here they are. Please note that I have both cards installed, but I put on 
the Ensoniq after I got the audio problem, so I'm almost sure the Ensoniq 
has no relevance, at present.


I agree, let's ignore the presence of the Ensoniq card for now.

[ snip: list of loaded snd-modules looks OK to me ]


Simple mixer control 'Master',0
Simple mixer control 'PCM',0
Simple mixer control 'Surround',0
Simple mixer control 'Surround Jack Mode',0
Simple mixer control 'Center',0
Simple mixer control 'LFE',0
Simple mixer control 'Line',0
  Capture exclusive group: 0
  Capture channels: Front Left - Front Right
  Front Left: Playback 25 [81%] [on] Capture [off]
  Front Right: Playback 25 [81%] [on] Capture [off]
Simple mixer control 'CD',0
  Capture exclusive group: 0
  Capture channels: Front Left - Front Right
  Front Left: Playback 0 [0%] [off] Capture [off]
  Front Right: Playback 0 [0%] [off] Capture [off]
Simple mixer control 'Mic',0
  Capture exclusive group: 0
  Capture channels: Front Left - Front Right
  Front Left: Playback 25 [81%] [off] Capture [on]
  Front Right: Playback 25 [81%] [off] Capture [on]


You probably already tried to reduce the Playback level for the mic (to
make sure it is not some weird feedback effect).


Simple mixer control 'Mic Boost (+20dB)',0


Check the full output of amixer for the Mic Boost settings. I would put
it at 1.00 dB or even 0.00 dB for a start.


Simple mixer control 'Mic Select',0
Simple mixer control 'Video',0
  Capture exclusive group: 0
  Capture channels: Front Left - Front Right
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'Phone',0
  Capture exclusive group: 0
  Capture channels: Front Left - Front Right
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'IEC958',0
  Capture channels: Mono
  Mono: Playback [off] Capture [off]
Simple mixer control 'IEC958 Capture Monitor',0
Simple mixer control 'IEC958 Capture Valid',0
Simple mixer control 'IEC958 Playback AC97-SPSA',0
  Capture channels: Mono
Simple mixer control 'IEC958 Playback Source',0
Simple mixer control 'PC Speaker',0
Simple mixer control 'Aux',0
  Capture exclusive group: 0
  Capture channels: Front Left - Front Right
  Front Left: Playback 7 [23%] [on] Capture [off]
  Front Right: Playback 7 [23%] [on] Capture [off]
Simple mixer control 'Mono Output Select',0
Simple mixer control 'Capture',0
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 15
  Front Left: Capture 15 [100%] [on]
  Front Right: Capture 15 [100%] [on]
Simple mixer control 'Mix',0
  Capture exclusive group: 0
  Capture channels: Front Left - Front Right
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'Mix Mono',0
  Capture exclusive group: 0
  Capture channels: Front Left - Front Right
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'Channel Mode',0
Simple mixer control 'DAC Clock Source',0
Simple mixer control 'External Amplifier',0


If you cannot improve the recording quality by reducing the Mic Boost
then you could try to successively turn all capture controls to zero
until you find the one that causes the distorting amplification. I
recommend using "alsamixer" for this; it has a curses-based interface
which gives you a good overview of the playback and capture controls.
You can switch between the two groups of controls by pressing the TAB
key; use CURSOR LEFT/RIGHT to select a control, CURSOR UP/DOWN to change
volume/amplification, and SPACE to toggle capture.

The names and the interaction of the capture channels are not the same
for all cards, unfortunately. Therefore you are left with trial and
error, but I am pretty sure that one of them will allow you reduce the
amplification to a reasonable value. The names of the controls are
sometimes confusing or at least not really helpful; for example, my
Intel ICH8 card has a control called "Digital" which determines the
amplification of the recordings. If I set it to its maximum value of 30
dB then I get the same kind of problems that you described in your
earlier mail.




--
Andrea


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: iscan frustration Compounded!

2007-09-30 Thread Thomas H. George
On Tue, Sep 25, 2007 at 12:59:26PM -, Chris Davies wrote:
> Thomas H. George <[EMAIL PROTECTED]> wrote:
> > I own two Epson scanners, a Perfection 2400 Photo and a Perfection V100
> > Photo.
> 
> > Neither work with Debian Linux.
> 
> Check the location of the firmware file, esfw41.bin. A few upgrades ago,
> my system also lost the configuration entry in /etc/sane.d/snapscan.conf
> that defined this.
> 
There was no esfw41.bin in my system.  I added a line "usb 0x048b 0x011b"
to snapscan.conf and after this gimp ran 4 succesful color scans with
the Perfection 2400 before locking up on the fifth scan.  There is still 
no esfw41.bin in my system.

Tom
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



how to automatically start bittornado seeding when sarge boot finish

2007-09-30 Thread Serena Cantor
I want to make my sarge box a seeding peer in bittornado

Which script should I edit to add bittornado command?

how make bittornado logging info on status of seeding?


   

Looking for a deal? Find great prices on flights and hotels with Yahoo! 
FareChase.
http://farechase.yahoo.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[apt-get] : failing update

2007-09-30 Thread hyjial
Hi list !
I am running Etch on a quite old Thinkpad laptop which
had not been connected to internet for over two weeks.
Before this I had experienced no problems using
apt-get update. When I tried it yesterday night, here
is what I got :
Get:1 http://security.debian.org etch/updates
Release.gpg [189B]
Hit http://security.debian.org etch/updates Release
Hit ftp://ftp2.fr.debian.org etch Release.gpg
Ign http://security.debian.org etch/updates/main
Packages/DiffIndex
Ign http://security.debian.org etch/updates/contrib
Packages/DiffIndex
Ign http://security.debian.org etch/updates/main
Sources/DiffIndex
Ign http://security.debian.org etch/updates/contrib
Sources/DiffIndex
Get:2 ftp://ftp2.fr.debian.org etch Release [58.2kB]
Ign http://security.debian.org etch/updates/main
Packages
Hit http://security.debian.org etch/updates/contrib
Packages
Hit http://security.debian.org etch/updates/main
Sources
Hit http://security.debian.org etch/updates/contrib
Sources
Get:3 http://security.debian.org etch/updates/main
Packages [185kB]
99% [3 Packages gzip 0] [2 Release 58213/58.2kB 100%]
gzip: stdin: not in gzip format
Err http://security.debian.org etch/updates/main
Packages
  Sub-process gzip returned an error code (1)
Get:4 ftp://ftp2.fr.debian.org etch/main
Packages/DiffIndex
Ign ftp://ftp2.fr.debian.org etch/main
Packages/DiffIndex
Get:5 ftp://ftp2.fr.debian.org etch/contrib
Packages/DiffIndex
Ign ftp://ftp2.fr.debian.org etch/contrib
Packages/DiffIndex
Get:6 ftp://ftp2.fr.debian.org etch/main
Sources/DiffIndex
Ign ftp://ftp2.fr.debian.org etch/main
Sources/DiffIndex
Get:7 ftp://ftp2.fr.debian.org etch/contrib
Sources/DiffIndex
Ign ftp://ftp2.fr.debian.org etch/contrib
Sources/DiffIndex
Hit ftp://ftp2.fr.debian.org etch/main Packages
Hit ftp://ftp2.fr.debian.org etch/contrib Packages
Hit ftp://ftp2.fr.debian.org etch/main Sources
Hit ftp://ftp2.fr.debian.org etch/contrib Sources
Fetched 58.2kB in 5s (11.6kB/s)
Failed to fetch
http://security.debian.org/dists/etch/updates/main/binary-i386/Packages.gz
 Sub-process gzip returned an error code (1)
Reading package lists... Done
E: Some index files failed to download, they have been
ignored, or old ones used instead.
When I manually try to download the Packages.gz file,
and uncompress it with gzip, no problem occurs.
Then, using dpkg --update-avail, I update the dpkg
database, but apt-get upgrade tells me that nothing
needs to be updated even though some packets do. Here
is the output of dpkg --status openoffice.org-calc :
Package: openoffice.org-calc
Status: install ok installed
Priority: optional
Section: editors
Installed-Size: 12972
Maintainer: Debian OpenOffice Team
<[EMAIL PROTECTED]>
Architecture: i386
Source: openoffice.org
Version: 2.0.4.dfsg.2-7etch1
Replaces: openoffice.org2-core (<< 1.9.113-0pre1),
openoffice.org (<< 1.9), openoffice.org-debian-files,
openoffice.org-core (<< 2.0.2-0.1pre2),
openoffice.org2-calc (<< 2.0.4.dfsg.2-7etch1),
openoffice.org-common (<< 2.0.3+2.0.4m179)
Provides: openoffice.org2-calc
Depends: openoffice.org-core (= 2.0.4.dfsg.2-7etch1),
libc6 (>= 2.3.6-6), libgcc1 (>= 1:4.1.1-12),
libstdc++6 (>= 4.1.1-12), libstlport4.6c2, libufsparse
Conflicts: openoffice.org-bin (<< 1.9),
openoffice.org-debian-files, openoffice.org2-calc (<<
2.0.4.dfsg.2-7etch1)
Description: OpenOffice.org office suite - spreadsheet
 OpenOffice.org is a full-featured office productivity
suite that provides
 a near drop-in replacement for Microsoft(R) Office.
 .
 This package contains the spreadsheet component for
OpenOffice.org.
 .
 For latest news on OpenOffice.org in Debian, see
 http://openoffice.debian.net

apt-cache show openoffice.org-calc shows the same
thing : it doesn't know about the etch2 version.
I also noticed an inconsistency in the packages
database : vim which was install was not said to be
so.   Nevertheless, I managed to get the last version.
If that can help, here is the result of strace output
in strace apt-get update :
execve("/usr/bin/apt-get", ["apt-get", "upgrade"], [/*
28 vars */]) = 0
uname({sys="Linux", node="ilta", ...})  = 0
brk(0)  = 0x8068000
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT
(No such file or directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f3
access("/etc/ld.so.preload", R_OK)  = -1 ENOENT
(No such file or directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f2f000
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=43644, ...})
= 0
mmap2(NULL, 43644, PROT_READ, MAP_PRIVATE, 3, 0) =
0xb7f24000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT
(No such file or directory)
open("/usr/lib/libapt-pkg-libc6.3-6.so.3.11",
O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\336"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=798872,
...}) = 0
mmap2(NULL, 798356, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP

  1   2   >