nfs question

2003-10-05 Thread João Borsoi Soares
Hello list, I've set up a nfs server, and I was having a problem when booting the system. I was getting the following message: rpc.nfsd: nfssvc: Address already in use Well, I found out the problem. My server is a nfs server but also a nfs client (through netfs). Redhat setup application made

changing default locale

2003-07-08 Thread João Borsoi Soares
Hello all, I just want to change my default LANG environment environment from pt_BR.UTF-8 to just pt_BR. I've tried changing /etc/sysconfig/i18n and it worked for the text mode terminals, but it didn't work out on X. Can anyone help me? Thanks, Joao. -- redhat-list mailing list unsubscribe

UTF-8

2003-07-08 Thread João Borsoi Soares
Hello all, I've asked before and had no answer. So, here I go again. I just want to change my default LANG environment environment from pt_BR.UTF-8 to pt_BR. I've tried changing /etc/sysconfig/i18n and it worked for the text mode consoles, but it didn't work for applications on X, like xterm,

apache RewriteRule

2003-06-13 Thread João Borsoi Soares
Hello all, I'm not being able to implement a RewriteRule in apache and would like some help of you. I want all access to files in a specific directory to be done through a php script. For example, if the users access doc/node1.html, I want it to be changed to doc/script.php?fileName=node1.html

hibernate

2003-05-31 Thread João Borsoi Soares
Is it possible to hibernate linux as in windows? It would be very nice to have all my application back exactly as before shutdown. Joao. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: hibernate

2003-05-31 Thread João Borsoi Soares
to be unloaded. But this writing is from Jun 1999. So, now it may work. But how do I invoke it from bash? João. Em Sex, 2003-05-30 às 10:54, Ben Russo escreveu: João Borsoi Soares wrote: Is it possible to hibernate linux as in windows? It would be very nice to have all my application

Re: sendmail anti-spam feature...

2003-02-15 Thread João Borsoi Soares
Em Sex, 2003-02-14 às 18:05, Gordon Messmer escreveu: On Fri, 2003-02-14 at 11:06, João Borsoi Soares wrote: Em Sex, 2003-02-14 às 14:29, Gordon Messmer escreveu: Email addresses don't belong in /etc/mail/access. You need to put his IP address there with the RELAY option, and run

sendmail anti-spam feature...

2003-02-14 Thread João Borsoi Soares
Hello list. I want to use an anti-spam feature in my sendmail. I tried: FEATURE(dnsbl,`relays.osirusoft.com')dnl and it works fine. The problem is that one of my clients are in the blackhole list, but he is not a spammer. Actually it is a problem with his ISP. He uses dynamic IP. I wonder if

Re: sendmail anti-spam feature...

2003-02-14 Thread João Borsoi Soares
Em Sex, 2003-02-14 às 14:29, Gordon Messmer escreveu: On Fri, 2003-02-14 at 06:13, João Borsoi Soares wrote: I want to use an anti-spam feature in my sendmail. I tried: FEATURE(dnsbl,`relays.osirusoft.com')dnl and it works fine. The problem is that one of my clients

Re: sendmail anti-spam feature...

2003-02-14 Thread João Borsoi Soares
Email addresses don't belong in /etc/mail/access. You need to put his IP address there with the RELAY option, and run 'make' in /etc/mail. The client is on dynamic IP - he'll need to relay the netblock of the ISPs dialup lines, which as there is a (supposedly) active spammer in that

latex2html and user access control

2003-01-31 Thread João Borsoi Soares
Hello list, I'm using latex to create my online documents, and I want to control user access to it. I only know how to do it through an server script, as php... but latex2html creates hyperlinks direct to the html nodes... Any ideas? Anyone does something similar to it? Thanks, Joao. --

java IDE...

2003-01-23 Thread João Borsoi Soares
Does anyone have good suggestions for a java IDE? Thanks a lot, Joao. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

RE: java IDE...

2003-01-23 Thread João Borsoi Soares
First of all thanks for the answer. Is it free to use for developing? Thanks. Em Qui, 2003-01-23 às 14:46, Rigler, S C (Steve) escreveu: I've been using Forte 4 Java by Sun. -Steve -Original Message- From: João Borsoi Soares [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23

solved! RE: http download/open files..

2003-01-08 Thread João Borsoi Soares
there. Sorry I couldn't help more Shane -Original Message- From: João Borsoi Soares [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 5:26 PM To: [EMAIL PROTECTED] Subject: RE: http download/open files.. Em Seg, 2003-01-06 às 19:02, Daily, Shane, CTR escreveu

http download/open files..

2003-01-06 Thread João Borsoi Soares
Hello, Sorry if it's out of topic, but I don't know where I can find an answere. I'm developing a site in PHP and I need to make links to open AND download documents. Does anyone knows how can I tell the browser whether to download or open the files? Or maybe somelinks where I can find it.

RE: http download/open files..

2003-01-06 Thread João Borsoi Soares
clicking the link with a Mozilla based browser. The browser will typically download a file if it isn't aware of the type of file you click. You may want to read more about MIME Types. Hope that helps. Shane -Original Message- From: João Borsoi Soares [mailto:[EMAIL PROTECTED

RE: http download/open files..

2003-01-06 Thread João Borsoi Soares
Em Seg, 2003-01-06 às 19:02, Daily, Shane, CTR escreveu: There is no way to FORCE a browser to download a file (security). It will / should always ask first if the mime type is unknown to itself. Maybe if you could provide more details on what EXACTLY you're trying to accomplish.

changing /dev/cdrom

2002-12-09 Thread João Borsoi Soares
I've successfully installed my cd-writer and now my cdrom is at /dev/scd0. I manually changed /dev/cdrom but at boot it is changed back to /dev/hdd. How can I keep my change? I think there is something to do with MAKEDEV and /etc/makedev.d/ directory, but I couldn't find out what I should change.

Re: changing /dev/cdrom

2002-12-09 Thread João Borsoi Soares
Irvine, Em Seg, 2002-12-09 às 09:10, Irvine Russell escreveu: Have read the linux CD-Writing HOWTO. I have pasted some of it below: http://wt.xpilot.org/publications/linux/howtos/cd-writing/html/CD-Writing-2.html Yes I've read. And I could write CDs normally. Even after boot. I'm having

up2date masquerade

2002-08-02 Thread João Borsoi Soares
I'm having troubles to use rhn_register and up2date behind an iptables masquerade firewall. I'm receiving SSL connect errors. But I can normally log to SSL servers with the browser. Can anyone help me? Is it possible to use it like that? Thanks, Joao.

RE: PHP Vulnerability

2002-07-24 Thread João Borsoi Soares
My RH7.3 has PHP version 4.1.2-7. In the php.net it tells that PHP versions 4.2.0 and 4.2.1 have the vunarability. Are you shure we have to do the patch? Joao. --- Anthony Abby [EMAIL PROTECTED] escreveu: Yes it does and yes there is a patch available. http://www.php.net Anthony

Re: Problems posting to redhat-list

2002-07-05 Thread João Borsoi Soares
Hei all I would be interested in knowing how this relates to sendmail. I'm not very knowledgeable about mail but the error message suggests that the problem is that the intrasystems.blah.blah in not resolvable and that the redhat mailserver has been configured not to accept

Re: Problems posting to redhat-list

2002-07-05 Thread João Borsoi Soares
--- Kevin MacNeil [EMAIL PROTECTED] escreveu: On Fri, Jul 05, 2002 at 01:56:45AM -0300, João Borsoi Soares wrote: I'm not beeing able to post messages to the list from my local e-mail account. I've a RH 7.3 box with an ADSL connection (fix and valid IP). The only problem I see