Re: No viewer for RPM files

2002-04-18 Thread José Romildo Malaquias

On Wed, Apr 17, 2002 at 10:35:08PM -0500, Bret Hughes wrote:
> On Wed, 2002-04-17 at 10:42, José Romildo Malaquias wrote: 
> > On Wed, Apr 17, 2002 at 11:09:04AM -0400, Havoc Pennington wrote:
> > > 
> > > Toralf Lund <[EMAIL PROTECTED]> writes:
> > > > I notice that on a Red Hat + GNOMEhide setup using Nautilus, there is
> > > > no handler configured for RPM files. Why?
> > > 
> > > Because there's no good app to handle them.
> > 
> > The application that used to work with RPM files, letting one to
> > look inside it and operate on their contents is gmc, not distributed
> > anymore with Red Hat Linux. Remains the Midnight Commander (mc), a very
> > good text based file manager capable of that. In fact, gmc is a
> > like a GUI version of mc.
> 
> Really?  on a brand new rh7.2 install: 
> [bhughes@zenon bhughes]$ rpm -qf $(which gmc) 
> gmc-4.5.51-36 
> [bhughes@zenon bhughes]$ uname -r 
> 2.4.9-31 
> [bhughes@zenon bhughes]$ cat /etc/redhat-release 
> Red Hat Linux release 7.2 (Enigma) 

I was wrong. It is still there. But based on the current Skipjack beta 2
(version 2.7.93), gmc will not be in the next Red Hat Linux release:

$ rpm --dbpath /usr/lib/rpmdb/i386-redhat-linux/redhat -q gmc
package gmc is not installed

$ rpm -q --changelog mc
[...]
* Fri Jan 25 2002 Havoc Pennington <[EMAIL PROTECTED]>

- rebuild in rawhide
- fix prefix/share -> datadir
- comment out gmc/mcserv subpackages, place order for asbestos suit

> You also might want to look at rpm2cpio if you want to look into an rpm 

Yes, although in a awkward manner.

Romildo
-- 
Prof. José Romildo Malaquias   Departamento de Computação
http://iceb.ufop.br/~romildo   Universidade Federal de Ouro Preto
[EMAIL PROTECTED]   Brasil
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Distinct destinations to messages fetched with fetchmail from different mail servers

2002-04-06 Thread José Romildo Malaquias

On Sat, Apr 06, 2002 at 07:36:56AM -0600, Ed Wilts wrote:
> >I am happy using fetchmail to fetch my mail messages from my ISP provider
> >POP3 server. When received in my local mail box, these messages passes
> >through procmail, which put them in defferent mail folders according
> >to some criteria I have established in the procmail recipe file.
> 
> >Now I need to fetch mail messages also from a new server (my university).
> >These mail should not be classified by my procmail recipe as are the
> >ones from the ISP provider. Instead they should go directly to a
> >specific mail folder.
> 
> >Certainly the adition of a rule for the new server is not enough.
> 
> I'm not sure why this would not be enough.  You could modify .procmailrc to
> check on the ^To: header.  Since you've got 2 different destinations, I'm
> assuming that the To: or CC: header must be  different.  procmail could then
> determine which message came from which server and act accordingly.

The problem arises with messages sent to both mail servers, which I would
like to keep apart. In this case both addresses could appear in a ^To or ^CC
header field.

Romildo
-- 
Prof. José Romildo Malaquias   Departamento de Computação
http://iceb.ufop.br/~romildo   Universidade Federal de Ouro Preto
[EMAIL PROTECTED]   Brasil
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Distinct destinations to messages fetched with fetchmail from different mail servers

2002-04-06 Thread José Romildo Malaquias

On Sat, Apr 06, 2002 at 08:45:13AM -0500, Dave Reed wrote:
> > From: =?iso-8859-1?Q?Jos=E9?= Romildo Malaquias <[EMAIL PROTECTED]>
> > 
> > I am happy using fetchmail to fetch my mail messages from my ISP provider
> > POP3 server. When received in my local mail box, these messages passes
> > through procmail, which put them in defferent mail folders according
> > to some criteria I have established in the procmail recipe file.
> > 
> > Now I need to fetch mail messages also from a new server (my university).
> > These mail should not be classified by my procmail recipe as are the
> > ones from the ISP provider. Instead they should go directly to a
> > specific mail folder.
> 
> You could use procmail to send any mail to your university account to
> that mail folder.
> 
> Something like:
> 
> :0
> * ^TO([EMAIL PROTECTED])
> mail-folder

One problem with this solution is with messages addressed to
both my email servers: the ISP and the university. I would like
to keep them apart. With this solution both messages will go
to the university folder always.

> > How can I configure my Red Hat Linux 7.2 system to cope with this
> > situation? My current .fetchmailrc file is attached.
> > 
> > Certainly the adition of a rule for the new server is not enough.
> > May I have to put some new (unique) mark in the header of the messages
> > from the new server and add a rule in my procmail recipe to
> > identify such messages, remove the added mark and save it to
> > the mail folder it belongs to. Is this doable with
> > fetchmail? If yes, how? Maybe this is the ideal solution, as
> > later I may decide to do more sofisticated filtering with
> > the messages with procmail.
> 
> 
> 
> > # Configuration created Sat Apr  6 09:05:07 2002 by fetchmailconf
> > set logfile "/home/romildo/.fetchmail.log"
> > set postmaster "romildo"
> > set bouncemail
> > set no spambounce
> > set properties ""
> > set daemon 10
> > poll pop.uber.com.br
> >user 'romildo' there with password 'jrm3760' is 'romildo' here
> > 
> 
> 
> You just told everyone your e-mail password. You need to look into
> getting it changed immediately.

Yes. As soon as I have confirmed posting I realized my error
and immediately changed my passwords.

Thanks.

Romildo
-- 
Prof. José Romildo Malaquias   Departamento de Computação
http://iceb.ufop.br/~romildo   Universidade Federal de Ouro Preto
[EMAIL PROTECTED]   Brasil
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Distinct destinations to messages fetched with fetchmail from different mail servers

2002-04-06 Thread José Romildo Malaquias

Hello.

I am happy using fetchmail to fetch my mail messages from my ISP provider
POP3 server. When received in my local mail box, these messages passes
through procmail, which put them in defferent mail folders according
to some criteria I have established in the procmail recipe file.

Now I need to fetch mail messages also from a new server (my university).
These mail should not be classified by my procmail recipe as are the
ones from the ISP provider. Instead they should go directly to a
specific mail folder.

How can I configure my Red Hat Linux 7.2 system to cope with this
situation? My current .fetchmailrc file is attached.

Certainly the adition of a rule for the new server is not enough.
May I have to put some new (unique) mark in the header of the messages
from the new server and add a rule in my procmail recipe to
identify such messages, remove the added mark and save it to
the mail folder it belongs to. Is this doable with
fetchmail? If yes, how? Maybe this is the ideal solution, as
later I may decide to do more sofisticated filtering with
the messages with procmail.

Another solution would be to not pass through procmail and
save the messages from the new server directly to their
mail folder. Is this doable? If yes how?

Regards.

Romildo
-- 
Prof. José Romildo Malaquias   Departamento de Computação
http://iceb.ufop.br/~romildo   Universidade Federal de Ouro Preto
[EMAIL PROTECTED]   Brasil
[EMAIL PROTECTED]


# Configuration created Sat Apr  6 09:05:07 2002 by fetchmailconf
set logfile "/home/romildo/.fetchmail.log"
set postmaster "romildo"
set bouncemail
set no spambounce
set properties ""
set daemon 10
poll pop.uber.com.br
   user 'romildo' there with password 'jrm3760' is 'romildo' here




User password length

2002-03-30 Thread José Romildo Malaquias

Hello.

How can I configure my Skipjack system so that I cancel the
minmum 6 characters password length for login? In prior
Red Hat Linux systems I changed the user passwords within
linuxconf, which did not obey this minum length rule.
Now that linuxconf is not in the distribution anymore,
I need to learn how to acomplish this task.

Any clues?

Regards.

Romildo
-- 
Prof. José Romildo Malaquias   Departamento de Computação
http://iceb.ufop.br/~romildo   Universidade Federal de Ouro Preto
[EMAIL PROTECTED]   Brasil
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Sawfish root menu without Quit !

2002-03-13 Thread José Romildo Malaquias

On Wed, Mar 13, 2002 at 06:04:01PM -0500, merlin wrote:
> [EMAIL PROTECTED]/2002.03.13/17:33:55
> >
> >José Romildo Malaquias <[EMAIL PROTECTED]> writes:
> >> 
> >> I am running sawfish in my Red Hat Linux 7.2 in box. The window
> >> manager is being started from my ~/.Xclients file:
> >> 
> >>[...]
> >> gkrellm &
> >> exec sawfish
> >>[...]
> >> The root menu (activated with the midle mouse button) does not
> >> include the "Quit" entry. It has only the entries: Windows,
> >> Workspaces, Programs, Customize and Help. How am I supposed
> >> to quit the window manager? The problem arises because I
> >> am not running GNOME. If so, I could just choose the "Log out"
> >> entry in the GNOME menu.
> >> 
> >> Maybe Red Hat has pre-configured sawfish to eliminate the
> >> "Quit" entry from its root menu. How can I get it back so
> >> that I can cleanly close sawfish?
> >> 
> >
> >I thought we did remove that menu item, and it isn't there, but I
> >can't find the change anywhere in the RPM. And the Quit menu item is
> >in the source code even after rpm -bp. So I have no idea how it ends
> >up being removed, so I can't tell you how to get it back.
> >
> >Havoc
> 
> The problem (as far as I understand it) is that the logic to determine
> whether or not gnome is present (sawfish.wm.defaults) is a bit bogus; it
> greps for GNOME_ in the root window's property names, which can trigger if
> a gnome app is run before sawfish, even if you're not running the full
> gnome environment. However, it is highly probably that you will want
> the gnome state integration, even if you're not doing the full gnome
> experience.

The problem persists even without any GNOME application being started.
As was pointed by others, the menu entry "Customize -> Miscellaneous"
opens a configuration window with the option "Invoke the GNOME control
center from the 'Customize' menu", which is selected by default
in my system. Deselecting it removes GNOME integration, giving back
the Restart and Quit entries in the root menu, but loosing the
GNOME menu entries in the Programs submenu. Related to this
setting, there is a line in the ~/.sawfish/custom file:

(custom-set-typed-variable (quote gnome-use-capplet) (quote t) (quote boolean) (quote 
sawfish.wm.gnome.integration))

> The fix that I have is the following in .sawfish/rc (or .sawfishrc).
> 
> ; unconditionally require integration; we always want it
> (require 'sawfish.wm.gnome.integration)
> ; add back Quit
> (require 'sawfish.wm.menus)
> (require 'sawfish.wm.misc)
> (nconc root-menu `(() (,(_ "Restart") restart) (,(_ "Quit") quit)))

That is what I did, and I have also disabled the "gnome-use-capplet" feature
as described above. Now it is working as I expected.

> I personally think it's almost a bug that gnome integration is optional;
> it does a lot more than the name casually suggests.

Thanks.

Romildo
-- 
Prof. José Romildo Malaquias   Departamento de Computação
http://iceb.ufop.br/~romildo   Universidade Federal de Ouro Preto
[EMAIL PROTECTED]   Brasil
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Sawfish root menu without Quit !

2002-03-13 Thread José Romildo Malaquias

On Thu, Mar 14, 2002 at 12:28:29AM +0100, Guillermo S. Romero / Familia Romero wrote:
> [EMAIL PROTECTED] (2002-03-13 at 1849.29 -0300):
> > Maybe Red Hat has pre-configured sawfish to eliminate the
> > "Quit" entry from its root menu. How can I get it back so
> > that I can cleanly close sawfish?
> 
> Disable the usage of gnome control center as configuration method
> (Invoke the GNOME control center from the `Customize' menu. option
> under Misc section) and that should make it go into wm alone mode (a
> bit rough guess). If that fails, try next long explanation:

That works, but the GNOME menu (under the Programs submenu) is
lost as a consequence.

> I think it is Sawfish plain code. I did some greps, checked my own
> config and I think I have an idea of what is. In you custom file or in
> the defaults custom file there is a line that enables the gnome
> integration code, and that integration code removes quit and restart.
> 
> Check if you have (custom-set-typed-variable (quote gnome-use-capplet)
> (quote t) (quote boolean) (quote gnome-int)) in ~/.sawfish/custom. If
> so, make a backup copy of the file and remove that text in the working
> copy you leave, then restart. The method of first paragraph should do
> that for you, but you could need to get a bit dirty and clean up the
> config file by hand.
> 
> Third option is to build a full menu by yourself or add things to
> current menu by hand.
> 
> If problems, mail back.

As I want to preserve the GNOME menu, I just add the Restart and Quit
entries to the menu, as was sugested by others. The line below was
added to ~/.sawfish/rc

(nconc root-menu `(() (,(_ "Restart") restart) (,(_ "Quit") quit)))

Thanks.

Romildo
-- 
Prof. José Romildo Malaquias   Departamento de Computação
http://iceb.ufop.br/~romildo   Universidade Federal de Ouro Preto
[EMAIL PROTECTED]   Brasil
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Sawfish root menu without Quit !

2002-03-13 Thread José Romildo Malaquias

Hello.

I am running sawfish in my Red Hat Linux 7.2 in box. The window
manager is being started from my ~/.Xclients file:

[...]
gkrellm &
exec sawfish
[...]
The root menu (activated with the midle mouse button) does not
include the "Quit" entry. It has only the entries: Windows,
Workspaces, Programs, Customize and Help. How am I supposed
to quit the window manager? The problem arises because I
am not running GNOME. If so, I could just choose the "Log out"
entry in the GNOME menu.

Maybe Red Hat has pre-configured sawfish to eliminate the
"Quit" entry from its root menu. How can I get it back so
that I can cleanly close sawfish?

Thanks.

Romildo
-- 
Prof. José Romildo Malaquias   Departamento de Computação
http://iceb.ufop.br/~romildo   Universidade Federal de Ouro Preto
[EMAIL PROTECTED]   Brasil
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Configuring TV tuner card Prolink PlayTV Pro

2002-03-08 Thread José Romildo Malaquias

Hello.

Recently I have acquired a TV tuner card. It is a Prolink
PlayTV Pro (PV-BT878P+ W/FM Rev. 8E). But I am having
difficults in configuring it in my Red Hat Linux 7.2
(with upgrades) system, even after reading the bttv driver
documentation on the kernel, the xawtv manual and the
BTTV Mini-HOWTO.

I would apreciate any tips from people using a TV tuner
card with Linux.

Also I would like to know which options I have for watching
TV on Linux, besides the xawtv program.

Regards.

Romildo
-- 
Prof. José Romildo Malaquias   Departamento de Computação
http://iceb.ufop.br/~romildo   Universidade Federal de Ouro Preto
[EMAIL PROTECTED]   Brasil
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: How to format man pages for A4 paper printing?

2002-03-08 Thread José Romildo Malaquias

On Thu, Mar 07, 2002 at 03:00:42PM -0600, Vidiot wrote:
> 
> Read up on groff.  You can give it a paper option.

I did not found how to give a paper option to groff. Can anybody
point me how to do that.

Thanks.

Romildo
-- 
Prof. José Romildo Malaquias   Departamento de Computação
http://iceb.ufop.br/~romildo   Universidade Federal de Ouro Preto
[EMAIL PROTECTED]   Brasil
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: How to format man pages for A4 paper printing?

2002-03-07 Thread José Romildo Malaquias

On Tue, Mar 05, 2002 at 11:41:46AM +0100, Rick van der Linde wrote:
> 
> >I want to print some manuals, but the default formatting I am getting
> >is for letter paper and I am using A4 paper. I am doing:
> >
> >
> >  $ man -t fvwm2 | lpr
> >
> >to print the fvwm2 manual, for example. What should I do to get
> >A4 paper formatting?
> 
> I can't tell you exactly what to do. But I know you'll need
> to change an/some entries in your /etc/printcap file.
> 
> Probably you'll be able to change settings in  printconf
> too. It will allow you to choose the default paper size.

My printer is already configured for A4 paper printing.

The problem is the generation of the PostScript file in A4
by groff, which is called by man as a consequence of the -t
option.

Making some research, I have found the
/usr/share/doc/groff-1.17.2/README.A4 file with instructions
on how to achieve that.

Romildo
-- 
Prof. José Romildo Malaquias   Departamento de Computação
http://iceb.ufop.br/~romildo   Universidade Federal de Ouro Preto
[EMAIL PROTECTED]   Brasil
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



How to format man pages for A4 paper printing?

2002-03-05 Thread José Romildo Malaquias

Hello.

I want to print some manuals, but the default formatting I am getting
is for letter paper and I am using A4 paper. I am doing:


$ man -t fvwm2 | lpr

to print the fvwm2 manual, for example. What should I do to get
A4 paper formatting?

Thanks.

Romildo
-- 
Prof. José Romildo Malaquias   Departamento de Computação
http://iceb.ufop.br/~romildo   Universidade Federal de Ouro Preto
[EMAIL PROTECTED]   Brasil
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: What kernel RPM packages to install from Rawhide?

2002-02-02 Thread José Romildo Malaquias

On Fri, Feb 01, 2002 at 09:31:04PM -0500, Matthew Galgoci wrote:
> On Fri, Feb 01, 2002 at 07:03:47PM -0200, José Romildo Malaquias wrote:
> > Hello.
> > 
> > I am going to rebuild and install the binary RPM packages of the Linux
> > kernel from Rawhide in my RedHat Linux 7.2 box. I am not sure what
> > packages can be safely installed while trying to keep the system
> > well integrated. In particular, it seems that the glibc and the
> > kernel-headers packages are tied together, that is, I should not
> > install the Rawhide kernel-headers. Currently I have the following
> > kernel packages installed:
> > 
> > kernel-2.4.7-10 (i686)
> > kernel-2.4.9-21 (i686)
> > kernel-headers-2.4.9-21
> > kernel-source-2.4.9-21
> > 
> > I want to keep them and also install the new ones
> > 
> > kernel-2.4.17-0.12 (i686)
> > kernel-source-2.4.17-0.12
> 
> You will need to grab the following src.rpm packages from rawhide, recompile them,
> and install them in order to be able to install rawhide kernels without unsatisfied
> dependencies:
> 
> MAKEDEV (and the dev package that is produced by recompiling the MAKEDEV src.rpm)
> modutils
> initscripts

Done that. Except for the modutils package, as the rpm installer
accepted the one installed in my machine (the latest from the 7.2
updates: 2.4.10).

> > Will the new kernel-headers be needed for something, like compiling
> > third party kernel modules (like avfs and alsa) for the new kernel,
> > or can I just disregard it?
> 
> kernel-headers are used in conjunction with glibc-devel to allow you to compile 
> period. kernel-headers should not be used to compile external kernel modules.
> 
> There is really no need to upgrade kernel-headers in your situation.

And after rebuilding the Rawhide kernel rpms I surprisingly noticed that
kernel-headers is gone. There is no kernel-headers produced by the
kernel source rpm from Rawhide. So I have just installed (not updated)
the binary packages kernel and kernel-source.

Thanks.

Romildo
-- 
Prof. José Romildo Malaquias   Departamento de Computação
http://iceb.ufop.br/~romildo   Universidade Federal de Ouro Preto
[EMAIL PROTECTED]   Brasil
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



What kernel RPM packages to install from Rawhide?

2002-02-01 Thread José Romildo Malaquias

Hello.

I am going to rebuild and install the binary RPM packages of the Linux
kernel from Rawhide in my RedHat Linux 7.2 box. I am not sure what
packages can be safely installed while trying to keep the system
well integrated. In particular, it seems that the glibc and the
kernel-headers packages are tied together, that is, I should not
install the Rawhide kernel-headers. Currently I have the following
kernel packages installed:

kernel-2.4.7-10 (i686)
kernel-2.4.9-21 (i686)
kernel-headers-2.4.9-21
kernel-source-2.4.9-21

I want to keep them and also install the new ones

kernel-2.4.17-0.12 (i686)
kernel-source-2.4.17-0.12

Will the new kernel-headers be needed for something, like compiling
third party kernel modules (like avfs and alsa) for the new kernel,
or can I just disregard it?

Thanks.

Romildo
-- 
Prof. José Romildo Malaquias   Departamento de Computação
http://iceb.ufop.br/~romildo   Universidade Federal de Ouro Preto
[EMAIL PROTECTED]   Brasil
[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Latest KDE2 RPMS for RHL 7.0 missing documentation

2000-11-17 Thread José Romildo Malaquias

Hello.

I have installed the latest KDE2 RPM packages for Red Hat Linux
7.0 from ftp://ftp.linux-easy.com/pub/kde/rh7.0/ (but I have not
installed any of the kde-i18n-*-2.0-1.noarch.rpm packages; I
am presuming they are not needed when one wants English
documentation).

The Help application cannot find the documentation. The entry
for "Introduction" in the "Contents" tab says:

=
You seem not to have documentation installed. If you compiled
KDE from sources, you are probably missing the docbook tools.

Instructions on what packages you need to install, and how to
go about it, are available on the KDE internationalization Web
server: http://i18n.kde.org/doc/install.html

Please read the entire file first, and then follow the
instructions carefully, they are very comprehensive.
=

Accessing the URL http://i18n.kde.org/doc/install.html gives me
the message:

=
Forbidden

You don't have permission to access /doc/install.html
on this server.

Apache/1.3.12 Server at metis.germany.net Port 80
=

Accessing the URL http://i18n.kde.org/ gives me the message:

=
Welcome!

Your installation of Trustix Secure Linux worked, and the
webserver is running.

Please replace this file with your own homepage. This file
is called /home/httpd/html/index.html (unless you changed
the configuration).

Visit Trustix.net for information about Trustix Secure Linux.
=

I have setup ht://dig correctly in the "Control Center -> Help ->
Index" and generated the index.

With the first RPM packages published at ftp.kde.org there was
no such problem with documentation.

Any clues?

Romildo
-- 
Prof. José Romildo Malaquias <[EMAIL PROTECTED]>
Departamento de Computação
Universidade Federal de Ouro Preto
Brasil



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



[TEST] Please, ignore this.

2000-04-13 Thread José Romildo Malaquias

This is a test. (That is, is the mailing list working?)
-- 
Prof. José Romildo Malaquias <[EMAIL PROTECTED]>
Departamento de Computação
Universidade Federal de Ouro Preto
Brasil


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Re: being removed from redhat lists since upgraded to 6.2

2000-04-04 Thread José Romildo Malaquias

On Mon, Apr 03, 2000 at 10:39:54AM -0300, José Romildo Malaquias wrote:
> On Mon, Apr 03, 2000 at 03:18:32PM +0200, Bernhard Rosenkraenzer wrote:
> > On Mon, 3 Apr 2000, José Romildo Malaquias wrote:
> > 
> > > The mailserver is the machine I have at my office just in front of me.
> > 
> > Does it have the IP 200.131.209.253?
> 
> Yes, it does have the IP 200.131.209.253.

Maybe the problem is the following: Before installing RHL6.2 I decided to
have Wind*ws at my machine (in order to make good use of an HP DeskJet 820Cxi
win printer). So it is configured for dual booting Win98 or RHL6.2. I have
configured both systems to use the same IP address (but with different
hostnames, although same domain name). Probably the message was rejected
while I was running Wind*ws, as it is not serving mail here.

The question is: can I use the same IP address for Wind*ws and RHL in a box
configured for dual booting? I need both conected to the net, but we are
short of IP addresses. As there any solution to this distinct from using
different IP adresses?

Thanks.

Romildo
-- 
Prof. José Romildo Malaquias <[EMAIL PROTECTED]>
Departamento de Computação
Universidade Federal de Ouro Preto
Brasil


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Re: being removed from redhat lists since upgraded to 6.2

2000-04-03 Thread José Romildo Malaquias

On Mon, Apr 03, 2000 at 03:18:32PM +0200, Bernhard Rosenkraenzer wrote:
> On Mon, 3 Apr 2000, José Romildo Malaquias wrote:
> 
> > The mailserver is the machine I have at my office just in front of me.
> 
> Does it have the IP 200.131.209.253?

Yes, it does have the IP 200.131.209.253.

> If it doesn't, it's one of your backup MX hosts playing odd games.
> 
> > What should I expect in /etc/sendmail.cw ? Myne is empty:
> > 
> > $  cat /etc/sendmail.cw 
> > # sendmail.cw - include all aliases for your machine here.
> > 
> > But looking at a backup of the old /etc installation, I see it
> > was empty also.
> 
> It usually contains a list of all hostnames you want to receive mail for;
> you can achieve the same by putting them into /etc/sendmail.cf though.

As it is not serving mail to other machines, I think I do not have to
touch it.

Romildo
-- 
Prof. José Romildo Malaquias <[EMAIL PROTECTED]>
Departamento de Computação
Universidade Federal de Ouro Preto
Brasil


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Re: being removed from redhat lists since upgraded to 6.2

2000-04-03 Thread José Romildo Malaquias

On Mon, Apr 03, 2000 at 02:57:11PM +0200, Bernhard Rosenkraenzer wrote:
> On Mon, 3 Apr 2000, José Romildo Malaquias wrote:
> 
> > Since I have installed RedHat Linux 6.2 on friday I am being removed from
> > some of the RedHat lists. This has already happend twice with the
> > redhat-devel-list and once with the redhat-list.
> 
> Unless you're running the mail server you're using yourself, this has
> nothing to do with the update:
> 
> > <[EMAIL PROTECTED]>: 200.131.209.253 does not like recipient.
> > Remote host said:
> > 550 <[EMAIL PROTECTED]>...
> > Relaying denied
> > Giving up.
> 
> In other workds, your mailserver (200.131.209.253) refuses to relay a
> message to urano.iceb.ufop.br.
> Chances are they removed the domain from /etc/sendmail.cw or the likes.

The mailserver is the machine I have at my office just in front of me.
It is connected "directly" to the Internet (that is, I do not have to
dial to an ISP). Also I have done a complete reinstall of RHL 6.2
(including repartitioning). Before the reinstall there was no problems.
Other lists are (or at least seem to be) working without problems.

What should I expect in /etc/sendmail.cw ? Myne is empty:

$  cat /etc/sendmail.cw 
# sendmail.cw - include all aliases for your machine here.

But looking at a backup of the old /etc installation, I see it
was empty also.

Any hints?

Romildo
-- 
Prof. José Romildo Malaquias <[EMAIL PROTECTED]>
Departamento de Computação
Universidade Federal de Ouro Preto
Brasil


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




being removed from redhat lists since upgraded to 6.2

2000-04-03 Thread José Romildo Malaquias

Since I have installed RedHat Linux 6.2 on friday I am being removed from
some of the RedHat lists. This has already happend twice with the
redhat-devel-list and once with the redhat-list.

Any explanation?

Romildo
===
On Mon, Apr 03, 2000 at 11:49:41 AM - ,
  redhat - list - request @ redhat.com wrote:
> Your mail address [EMAIL PROTECTED] has been removed
> from the [EMAIL PROTECTED] mailinglist.
> It generated an excessive amount of bounced mails.
> 
> Before sending in a subscription request to
> [EMAIL PROTECTED] again, please ensure that
> this problem has been resolved.When in doubt, ask your system
> administrator or send mail to "postmaster".
> 
> The last one of those bounced mails has been quoted below:
> >Received: (qmail 12181 invoked from network); 3 Apr 2000 11:49:35 -
> >Received: from mail.redhat.com (199.183.24.239)
> >  by lists.redhat.com with SMTP; 3 Apr 2000 11:49:35 -
> >Received: from lists.redhat.com (lists.redhat.com [199.183.24.247])
> > by mail.redhat.com (8.8.7/8.8.7) with SMTP id HAA14768
> > for <[EMAIL PROTECTED]>; Mon, 3 Apr 2000 07:49:35 -0400
> >Message-Id: <[EMAIL PROTECTED]>
> >Received: (qmail 12171 invoked for bounce); 3 Apr 2000 11:49:35 -
> >Date: 3 Apr 2000 11:49:35 -
> >From: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED]
> >Subject: failure notice
> >
> >Hi. This is the qmail-send program at lists.redhat.com.
> >I'm afraid I wasn't able to deliver your message to the following addresses.
> >This is a permanent error; I've given up. Sorry it didn't work out.
> >
> ><[EMAIL PROTECTED]>:
> >200.131.209.253 does not like recipient.
> >Remote host said: 550 <[EMAIL PROTECTED]>... Relaying denied
> >Giving up.
> >
> >--- Below this line is a copy of the message.
> >
> >Return-Path: <[EMAIL PROTECTED]>
> >Received: (qmail 20242 invoked by uid 501); 31 Mar 2000 19:00:57 -
> >Resent-Date: 31 Mar 2000 19:00:56 -
> >Resent-Cc: recipient list not shown: ;
> >MBOX-Line: From [EMAIL PROTECTED]  Fri Mar 31 14:00:55 2000
> >Sender: [EMAIL PROTECTED]
> >Message-ID: <[EMAIL PROTECTED]>
> >Date: Fri, 31 Mar 2000 14:00:15 -0500
> >From: "David D.W. Downey" <[EMAIL PROTECTED]>
> >X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14 i686)
> >X-Accept-Language: en
> >MIME-Version: 1.0
> >To: [EMAIL PROTECTED]
> >Subject: Re: NICS and modems
> >References: <[EMAIL PROTECTED]>
> >Content-Type: text/plain; charset=us-ascii
> >Content-Transfer-Encoding: 7bit
> >Resent-Message-ID: <"VmvlQ.0.ax4.dNFvu"@lists.redhat.com>
> >Resent-From: [EMAIL PROTECTED]
> >Reply-To: [EMAIL PROTECTED]
> >X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/19201
> >X-Loop: [EMAIL PROTECTED]
> >Precedence: list
> >Resent-Sender: [EMAIL PROTECTED]
> >X-URL: http://www.redhat.com
> >
> >jack wallen jr wrote:
> >> 
> >> i am wanting to compile a list of hardware that is *known* to work under
> >> Red Hat 6.0 and up.  what i would like to have anyone willing do is send
> >> me what kind of NIC and modem they've managed to get working under Red Hat
> >> 6 and up.  Once the NIC/modem collection is done i'll probably move on to
> >> other devices.  thank you in advance to anyone willing to participate.
> >
> >
> >http://www.redhat.com/support/hardware/
> >
> >-- 
> >
> >David D.W. Downey   Red Hat Certified Engineer  Cert# 806100581800665 
> >Assistant Site Manager  http://www.LinuxNewbie.Com  Come on, join us!
> >Resume is online - http://www.brainbench.com/transcript.jsp?pid=96113
> >
> >
> >-- 
> >To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> >as the Subject.
> >
-- 
Prof. José Romildo Malaquias <[EMAIL PROTECTED]>
Departamento de Computação
Universidade Federal de Ouro Preto
Brasil


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Formatting manual pages for printing?

2000-03-15 Thread José Romildo Malaquias

I would like to convert some manual pages to PostScript so
that I could print them. I already know about the option -t,
for example,

$ man -t fmirror > /var/tmp/fmirror.ps

The default paper size used seems to be A4 in may system.
How can I change this so I could use other paper sizes,
like letter and A5?

Any hints?

Thanks.

Romildo
-- 
Prof. José Romildo Malaquias <[EMAIL PROTECTED]>
Departamento de Computação
Universidade Federal de Ouro Preto
Brasil


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Two sound cards?

2000-03-03 Thread José Romildo Malaquias

I have two sound cards on my computer and I really
would like to have both configured and working for me.
Is it possible? If so, how?

The cards are:
- SoundBlaster 16 (with a Roland daughterboard on it)
- CMEDIA CM8338 (integrated in the motherboard)

Thanks.

Romildo
-- 
Prof. José Romildo Malaquias <[EMAIL PROTECTED]>
Departamento de Computação
Universidade Federal de Ouro Preto
Brasil


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: News as mail: how?

2000-02-29 Thread José Romildo Malaquias

On Tue, Feb 29, 2000 at 05:53:30PM +, Tom Gilbert wrote:
> * Jos? Romildo Malaquias ([EMAIL PROTECTED]) wrote:
> > Hello.
> > 
> > Is it possible to have usenet news access by normal email?
> > I would like to receive news articles as email messages
> > and I would like to archive them. Is there a solution to this?
> > My connection to the Internet is not too fast so sometimes
> > its painful to read news from deja (via Web).
> > 
> > Any hints?
> 
> Yes. There are a few alternatives, the one I use is a lightweight,
> simply option called fetchnews. Can't remember where I got it,
> but it's on freshmeat (sig). It's actually written in perl =)
> 
> You simply run it like fetchmail and it drops usenet messages into the
> local spool. I then use procmail to archive them in appropriate
> folders.
> 
> It's nice and easy to use. I have a .fetchnewsrc in my home directory
> containing:
> 
> server my.isp.news.server
> delivery smtp myusername
> 
> And you create blank files in ~/.fetchnews named with the newsgroups
> you want to keep up to date with:
> 
> $ ls ~/.fetchnews
> alt.humor.best-of-usenet
> 
> That's it. It'll download new messages each time it's run.
> 
> Tom.
> -- 

And is it capable of posting news?

Thanks.

Romildo
-- 
Prof. José Romildo Malaquias <[EMAIL PROTECTED]>
Departamento de Computação
Universidade Federal de Ouro Preto
Brasil


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



News as mail: how?

2000-02-29 Thread José Romildo Malaquias

Hello.

Is it possible to have usenet news access by normal email?
I would like to receive news articles as email messages
and I would like to archive them. Is there a solution to this?
My connection to the Internet is not too fast so sometimes
its painful to read news from deja (via Web).

Any hints?

Romildo
-- 
Prof. José Romildo Malaquias <[EMAIL PROTECTED]>
Departamento de Computação
Universidade Federal de Ouro Preto
Brasil


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Free news server ?

2000-02-08 Thread José Romildo Malaquias

Is there any news server free offering the newsgroups
from USENET (i.e., comp.lang.scheme, comp.os.unix)?
(I am not looking for web based news server like deja news,
but news server to be used with a news reader.)

Thanks.
 
Romildo
-- 
Prof. José Romildo Malaquias <[EMAIL PROTECTED]>
Departamento de Computação
Universidade Federal de Ouro Preto
Brasil


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: GCC 2.95 ?

1999-11-26 Thread José Romildo Malaquias

Dear Bernard,

In the URL mentioned below I found some packages you have
compiled with optmizations for i686. What are the options
you give to gcc for that purpose? I would like to
download only the SRPMS and rebuild them. That is why I
want to know which flags you have used.

Thanks.

Romildo
=
On Fri, Nov 26, 1999 at 04:56:22PM +0100, Bernhard Rosenkraenzer wrote:
> On Fri, 26 Nov 1999, José Romildo Malaquias wrote:
> 
> > I am looking for an rpm package for GCC 2.95.2 that
> > can be used in RedHat Linux 6.1 without the need to
> > substitute the distributed gcc (egcs 1.1.2).
> 
> http://people.redhat.com/bero/experimental/
> 
> After installing it, gcc will be gcc 2.95.2, gcc -Vegcs-2.91.66 is egcs.
> (or just cp /usr/bin/gcc to /usr/bin/egcs before installing the packages).
> Make sure you rpm -i them instead of rpm -U'ing them.
> 
> LLaP
> bero
> 
> -- 
> Nobody will ever need more than 640 kB RAM.
>   -- Bill Gates, 1983
> Windows 98 requires 16 MB RAM.
>   -- Bill Gates, 1999
> Nobody will ever need Windows 98.
>   -- logical conclusion
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.

-- 
Prof. José Romildo Malaquias <[EMAIL PROTECTED]>
Departamento de Computação
Universidade Federal de Ouro Preto
Brasil


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



GCC 2.95 ?

1999-11-26 Thread José Romildo Malaquias

I am looking for an rpm package for GCC 2.95.2 that
can be used in RedHat Linux 6.1 without the need to
substitute the distributed gcc (egcs 1.1.2). Basicaly
some projects would use gcc 2.95 and other projects
would use the original gcc. So the gcc package I
am looking for should not substitute egcs, but
should be usable as an alternative.

Is there such gcc 2.95 rpm package somewhere in the net?

Romildo
-- 
Prof. José Romildo Malaquias <[EMAIL PROTECTED]>
Departamento de Computação
Universidade Federal de Ouro Preto
Brasil


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Why the contrib repository is not been updated?

1999-11-12 Thread José Romildo Malaquias

The most recent package found at ftp.redhat.com/contrib/libc6/SRPMS
(m2c-0.6-1.src.rpm) dates from set 16 21:44. I keep receiving
announcements of new packages from redhat-announce-list.

Could someone explain what is going on: why the contrib
repository at RedHat is not being update?

Romildo
-- 
Prof. José Romildo Malaquias <[EMAIL PROTECTED]>
Departamento de Computação
Universidade Federal de Ouro Preto
Brasil


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.