Re: iptables, ipp2p

2006-08-17 Thread Gilberto Villani Brito
Did you recompile your iptables too??? Check if exist the file /lib/iptables/libipt_ipp2p.so. Gilberto 2006/8/16, David Siroky [EMAIL PROTECTED]: Hi! I successfully compiled ipp2p, modprobe doesn't print any message but everytime a try to use a rule with the ipp2p (e.g. iptables -A FORWARD -m

Re: strange kde behaviour... bad use of backports?

2006-06-28 Thread Gilberto Villani Brito
Hi Bruno; Do you want make a downgrade in your control center??? Deinstall this package, remove backports in your sources and reinstall control center. Gilberto On Wed, 28 Jun 2006 00:17:17 -0300 Bruno Buys [EMAIL PROTECTED] wrote: Hi, This is debian sarge. I added backports to my

Re: Routing based on tcp/ip session limit

2006-05-17 Thread Gilberto Villani Brito
I thing the better way is your load-balancing using iproute2 (like your exemple), but you will need make nat using SNAT, not MASQUERADE in your iptables. Abraços Gilberto On Tue, 16 May 2006 16:59:48 -0300 Tom Lobato [EMAIL PROTECTED] wrote: Hi, My ADSL provider in Brazil give us a

Re: port forwarding problem. Probably easy if you know how.

2006-04-25 Thread Gilberto Villani Brito
Hi, I think is better you use just: # iptables -t nat -A PREROUTING --protocol tcp -d 216.138.195.194 --dport 27012 -j DNAT --to-destination 172.25.1.5:27012 --verbose # iptables -t nat -A PREROUTING --protocol udp -d 216.138.195.194 --dport 27012 -j DNAT --to-destination 172.25.1.5:27012

Re: port forwarding problem. Probably easy if you know how.

2006-04-25 Thread Gilberto Villani Brito
Hi, I think is better you use just: # iptables -t nat -A PREROUTING --protocol tcp -d 216.138.195.194 --dport 27012 -j DNAT --to-destination 172.25.1.5:27012 --verbose # iptables -t nat -A PREROUTING --protocol udp -d 216.138.195.194 --dport 27012 -j DNAT --to-destination 172.25.1.5:27012

Re: Question about strange message in /var/log/syslog : Unable to handle kernel paging request at virtual address 064b0008 ...

2006-04-18 Thread Gilberto Villani Brito
I had something like this in my server with some crashes. I changed the network card and resolved. Probably your network card is crashed too. Gilberto On Tue, 18 Apr 2006 11:07:21 +0200 KLEIN Stéphane [EMAIL PROTECTED] wrote: Hello, I've strange message in my /var/log/syslog file.

Courier

2006-03-06 Thread Gilberto Villani Brito
Hi, I have a mail server with qmail and squirrelmail using courier-imap (version 4.0.6). When I erase one message, my file maildirsize is updated, but if I erase many messages at the same time, the file maildirsize is not updated. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Courier

2006-03-06 Thread Gilberto Villani Brito
Hi, I have a mail server with qmail and squirrelmail using courier-imap (version 4.0.6). When I erase one message, my file maildirsize is updated, but if I erase many messages at the same time, the file maildirsize is not updated. How can I resolve this??? PS: Sorry, for the first message, I

Re: update-rc.d questions: best practice?

2006-03-01 Thread Gilberto Villani Brito
On Wed, 01 Mar 2006 23:35:03 +1100 Ivan Teliatnikov [EMAIL PROTECTED] wrote: Hi everyone. I am pursing a task of establishing a procedure among my colleagues - system administrator which will help us enable/disable services on Debian servers. I am considering update-rc.d script that is

Re: c-cedilla problem

2006-02-22 Thread Gilberto Villani Brito
Hello Marcelo, I had this problem only in Gnome or gnome's applications in my Mandrake 10.1. My solution was to update gtk. Gilberto On Wed, 22 Feb 2006 15:35:28 -0300 Marcelo Chiapparini [EMAIL PROTECTED] wrote: Hello! This problem had appeared many times in the past, as I can see

PCMCIA

2006-02-17 Thread Gilberto Villani Brito
Hi, I have a Debian 3.1 and I can't use 2 adapters PCMCIA ISA. The system detect the both, but it can't up the 2 PCMCIA Cards. If I put just one adapter, the system works nice. Gilberto -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: about scp

2006-01-19 Thread Gilberto Villani Brito
Try: # scp -p 19666 source file www.myservername.com:destination dir or # scp -p 19666 www.myservername.com:source file destination dir if you want get file from server. Gilberto On Wed, 18 Jan 2006 09:09:36 -0800 (PST) Nevruz Mesut Sahin [EMAIL PROTECTED] wrote: hello friends I am to trying

Re: squirrelmail problems

2006-01-19 Thread Gilberto Villani Brito
Your old SquirrelMail has working with imap-ssl Gilberto On Thu, 19 Jan 2006 17:55:26 +0100 Lubos Vrbka [EMAIL PROTECTED] wrote: hi guys, after yesterday's upgrade our mailserver running squirrelmail doesn't allow any user to log in. other methods of access work fine (pop, imap,

Re: [Way OT] #!/bin/bash changes working directory

2006-01-06 Thread Gilberto Villani Brito
Try: #!/bin/sh export PWD echo $PWD Gilberto On Thu, 5 Jan 2006 14:25:10 -0500 Luis Finotti [EMAIL PROTECTED] wrote: Dear all, I realize that this should be way off topic, so sorry about that... I've been working on a bash script, but when I run something like: ---

iptables - ip_conntrack_max

2004-06-15 Thread Gilberto Villani Brito
Hi Debian users, I read this message: http://lists.debian.org/debian-firewall/2003/03/msg00011.html about ip_conntrack_max (iptables). So I would like know how can I do to my debian put 5000 in /proc/sys/net/ipv4/ip_conntrack_max in the boot without use /etc/rc.boot/ Hugs Gilberto -- To

Re: Proxy question

2004-06-10 Thread Gilberto Villani Brito
You can try user iptables to redirect port 80 to 3128 (transparent proxy). Hugs Gilberto On Thu, 10 Jun 2004 12:08:58 +0200 [EMAIL PROTECTED] wrote: Hi dear list, My problem is quite simple to explain, but I'm afraid it is not so simple to solve. I have a Debian Box with 2 NICS:

Re: Atualização de bugs / Update to correct the bugs

2004-06-04 Thread Gilberto Villani Brito
# apt-get update # apt-get upgrade Isso fora as regras de firewall que você deve usar. Abraços Gilberto Em Fri, 04 Jun 2004 10:38:23 -0300 Thiago [EMAIL PROTECTED] escreveu: Bom dia, Como fazer para corrigir as falhas de segurança do sistema operacional Debian? Existe algum utilitário

Re: Kernel 2.6

2004-06-02 Thread Gilberto Villani Brito
Thanks Joris, but I would like make more a question: What can I do to my symbolic link in /dev become permanent??? Hugs Gilberto Em Tue, 01 Jun 2004 23:18:17 +0200 Joris Huizer [EMAIL PROTECTED] escreveu: Gilberto Villani Brito wrote: Hi, I'm using Kernel 2.6.4 in my desktop, so I

Kernel 2.6

2004-06-01 Thread Gilberto Villani Brito
Hi, I'm using Kernel 2.6.4 in my desktop, so I didn't note difference about velocity, but I liked. I have a nvidia and I need to create the devs to use the driver, but when I restart my computer this devs disappear. How can I do to this devs become permanent??? When I create a symbolic link in

Re: suid perl

2004-05-27 Thread Gilberto Villani Brito
Caramba Todo mundo que atualizou o Debian recentemente teve problemas com isso no qmail-scanner.pl ou algo do tipo. Bom André, o que eu fiz aqui voi o seguinte, edite o script que está usando o suid-perl para usar somente perl, ou seja abra o script e na primeira linha você irá encontrar

devs no kernel 2.6

2004-05-25 Thread Gilberto Villani Brito
Olá lista, Estou usando o kernel 2.6.4 no meu desktop. Primeiramente gostaria de reportar minha experiência: Tenho um sarge rodando, antes com o kernel 2.4.22 e agora com o 2.6.4. Não achei diferença de velocidade ou seja meu linux continua rodando muito bem com Gnome 2.X em um P4 2.4Ghz com

Re: CBQ

2004-05-21 Thread Gilberto Villani Brito
Raphael, eu não entendi o que está acontecendo. Quando você libera a banda do kazaa (bounded=no) ele passa o limite da outra banda??? Se for isso, vefirique a ondem das regras que não setadas pelos numeros dos arquivos. Abraços Gilberto Em Wed, 19 May 2004 23:03:55 -0300 Raphael Costa [EMAIL

Re: Linux para Access Point

2004-05-20 Thread Gilberto Villani Brito
PROTECTED] escreveu: Oque quero dizer é o seguinte, vc deve conhecer os rádios AP 1000, AP 2000, etc !! Oque preciso é de uma máquina rodando Linux que fassa a mesma função dos rádios !! Att Luiz Fernando - Original Message - From: Gilberto Villani Brito [EMAIL PROTECTED] To: debian-user

Re: Linux para Access Point

2004-05-14 Thread Gilberto Villani Brito
Como assim montar um AP??? Trabalho em um provedor wireless e eu montei um sistema que funciona como roteador, firewall e bridge. Compactei esse debian e toda vez que tenho que montar outro servidor eu descompacto e configuro, esse sistema funciona somente para nossos hardwares. Debian vira AP

Re: redirecionamento

2004-05-11 Thread Gilberto Villani Brito
Olá, Tente fazer esse redirecionamento na chains INPUT ou na tabela mangle. Abraços Gilberto O cleinte de ip 10.10.10.1 Em Fri, 7 May 2004 15:20:00 -0300 Daniel [EMAIL PROTECTED] escreveu: tente o seguinte: iptables -t nat -A PREROUTING -t eth? -p TCP -d 10.10.10.1 --dport 4080 -j DNAT

Re: santa ignorancia!

2004-05-07 Thread Gilberto Villani Brito
Para de retrucar e ser ignorante, se a lista não é sobre windows ou sobre lilo, vamos responder educadamente dizendo que é melhor o cara se inscrever em outra lista. E a politica da lista fala sobre respeito também. Abraços Gilberto Em Thu, 6 May 2004 04:21:04 -0300 Agney Lopes Roth Ferraz

Re: santa ignorancia!

2004-05-06 Thread Gilberto Villani Brito
É isso aí Alexandre, Se não quer ajudar não se manifeste. Sobre o lilo, existe como deixar somente o lilo, mas o linux tem que ser instalado e depois de você configurar o lilo pelo linux da maneira que você quer a partição linux pode ser removida, porém você nunca mais vai poder alterar as

Re: SMTP Lento

2004-05-05 Thread Gilberto Villani Brito
2004 17:45:32 -0300 Gilberto Villani Brito [EMAIL PROTECTED] wrote: Provavelmente é problema de reverso, recomendo cadastrar seus clientes no /etc/hosts Ai surgiu uma dúvida, e se eu tiver uma rede grande, não vou poder cadastrar todos os micros no host. Alguem por acaso teria

Re: RES: RES: CBQ (controle de ponto a ponto)

2004-05-05 Thread Gilberto Villani Brito
problemas. Me envia seus scripts para eu dar uma olhada, pode? Raphael costa -Mensagem original- De: Gilberto Villani Brito [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 3 de maio de 2004 08:44 Para: debian-user-portuguese@lists.debian.org Assunto: Re: RES: CBQ (controle de

Re: RES: CBQ (controle de ponto a ponto)

2004-05-03 Thread Gilberto Villani Brito
Sim, controlo tudo o que é ponto a ponto. Abraços Gilberto Em Thu, 29 Apr 2004 23:59:27 -0300 Raphael Costa [EMAIL PROTECTED] escreveu: Voce conseguiu fazer funcionar? Raphael Costa -Mensagem original- De: Gilberto Villani Brito [mailto:[EMAIL PROTECTED] Enviada em: segunda

Re: SMTP Lento

2004-05-03 Thread Gilberto Villani Brito
Provavelmente é problema de reverso, recomendo cadastrar seus clientes no /etc/hosts Abraços Gilberto Em Mon, 3 May 2004 17:31:06 -0300 (ART) Cr0n0s [EMAIL PROTECTED] escreveu: Save all. Tenho instalado o qmail+vpopmail, esta tudo funcionando, mas nos clientes quando envia e-mail ele

Re: jail no pure-ftpd

2004-04-29 Thread Gilberto Villani Brito
Olá Marco, Tente executar o pure-ftpd sem o parametro -u 1000. Abraços Gilberto Em Wed, 28 Apr 2004 12:40:59 -0300 marco almeida [EMAIL PROTECTED] escreveu: salve [EMAIL PROTECTED], seguinte: estou encontrando algumas dificuldades em configurar o pure-ftpd (versão instalada 1.0.17a-1) no

Re: acentuacao no gnome

2004-04-29 Thread Gilberto Villani Brito
Isso soluciona seu problema para todos os ambientes gráficos. http://focalinux.cipsga.org.br/guia/inic_interm/ch-cfg.htm#s-cfg-acentuacao-g Abraços Gilberto Em Wed, 28 Apr 2004 17:43:45 -0300 Mike Tesliuk [EMAIL PROTECTED] escreveu: Salve pessoal! alguem sabe me dizer como coloco acento no

Re: IP Dinamico X IP Fixo

2004-04-29 Thread Gilberto Villani Brito
Gabriel, no arquivo /etc/network/interface coloque: auto eth1 iface eth1 inet dhcp Abraços Gilberto Em Thu, 29 Apr 2004 01:03:06 -0300 Gabriel Elias de Aquino [EMAIL PROTECTED] escreveu: O meu Debian está configurado como IP Fixo (192.168.0.1) apenas para uma rede pequena (2 computadores), e

Re: Liberar acesso a determinado site

2004-04-29 Thread Gilberto Villani Brito
Eduardo, trabalhe com os acls do squid mais ou menos assim: Crie um acl com os sites liberados para esses ips e um acl com esses ips, aí você coloca na seguinte ordem: http_access allow sites http_access allow ips http_access deny outros_sites Isso vai funcionar, mas você terá que arrumar a ordem

Re: Guardar e Restaurar configutação do Squid

2004-04-13 Thread Gilberto Villani Brito
Salve o arquivo squid.conf e coloque no debian. Abraços Gilberto Em Mon, 12 Apr 2004 10:13:00 -0300 Kleyton Marques Faria [EMAIL PROTECTED] escreveu: Tenho no FreeBsd uma configurtação de Squid, e quero passá-la para o DEBIAN, como faço para guardar as configurações e como faço para

Re: Squid

2004-04-13 Thread Gilberto Villani Brito
Me passa a sua linha de comando da hierarquia. Abraços Gilberto Em Tue, 13 Apr 2004 10:42:05 -0300 Igor Miranda - SETRAN [EMAIL PROTECTED] escreveu: Possuo dois proxys na minha rede... e configurei um deles para pegar cache no parent... porem quando a maquina parent cai... a filho nao

Re: Configuração SQUID

2004-04-13 Thread Gilberto Villani Brito
Que versão é o seu squid atual??? E qual é a versão do seu squid anterior??? Abraços Gilberto Em Tue, 13 Apr 2004 06:38:00 -0300 Kleyton Marques Faria [EMAIL PROTECTED] escreveu: Estou tentando configurar o Squid e aproveitei uma configuração de um outro sistema para configurar no Debia,

Re: Alguem pode me ajudar?

2004-04-08 Thread Gilberto Villani Brito
Olá Gilberto, essa pergunta já foi feita e respondida mas aqui está eu novamente postando a resposta: http://focalinux.cipsga.org.br/guia/inic_interm/ch-cfg.htm#s-cfg-acentuacao Focalinux na veia, TODA dúvida sobre linux eu recomendo procurar primeiro nele, depois em listas de discuções e/ou

Re: Gostaria de recer um livro...

2004-04-07 Thread Gilberto Villani Brito
Eu também Hahahhaahh Abraços Gilberto Em Tue, 6 Apr 2004 18:56:48 -0300 Erika Manzano [EMAIL PROTECTED] escreveu: Rua Paraguai,389 R.Ramos. CEP09617040 São Paulo Erika Manzano

Re: Criar usuarios em massa

2004-04-05 Thread Gilberto Villani Brito
Mais ou menos assim: #!/bin/sh for USER in $(cat arquivo | tr '\n' ' ') do adduser $USER .. done Qualquer coisa leia: http://www.olhoneles.com.br/linux/bash/HTML/loops.html#EX22 Como eu não testei, pode haver bugs. Abraços Gilberto Em Fri, 02 Apr 2004 11:36:45 -0300 Danilo

Re: Servidor de Email para Pequenas empresas

2004-04-01 Thread Gilberto Villani Brito
Já vi esse problema no sendmail e a solução foi arrumar o reverso, mas como não compensa criar um reverso para a rede interna, eu recomendo colocar TODOS os hosts da sua rede no arquivos /etc/hosts. Abraços Gilberto Em Sun, 28 Mar 2004 15:59:20 -0300 Thiago M. Zerbinato [EMAIL PROTECTED]

Re: Problemas com acentuacao em portugues

2004-04-01 Thread Gilberto Villani Brito
Recomendo o melhor manual de linux na lingua portuguesa: http://focalinux.cipsga.org.br/guia/inic_interm/ch-cfg.htm#s-cfg-acentuacao Abraços Gilberto Em Sun, 28 Mar 2004 17:17:09 -0300 Still [EMAIL PROTECTED] escreveu: Eliane; * Musashi corta a msg que [EMAIL PROTECTED] enviou para Still:

Re: Wireless Monitor Mode

2004-03-26 Thread Gilberto Villani Brito
Em Fri, 26 Mar 2004 00:02:36 -0300 (BRST) CynuX DebiaN [EMAIL PROTECTED] escreveu: Pessoall Olá Tenho duas dúvidas com relação a placa wireless, Eu também (hehehe...) 1) Alguem sabe qual o chipset da placa dlink pcmcia? Eu sei, ACX100 (http://acx100.sourceforge.net) 2) Alguem ja

Re: wireless

2004-03-25 Thread Gilberto Villani Brito
Eu consegui. Abraços Gilberto Em Wed, 24 Mar 2004 14:05:37 -0300 Alexandre [EMAIL PROTECTED] escreveu: Eu não sei se a lista está recebendo meus e-mail, mas se receberem me respondam.. Alguém da lista já conseguiu instalar o cartão wireless da samsung (swl-2300p) no debian ???

Re: wireless

2004-03-25 Thread Gilberto Villani Brito
Eu consegui. Abraços Gilberto Em Wed, 24 Mar 2004 14:05:37 -0300 Alexandre [EMAIL PROTECTED] escreveu: Eu não sei se a lista está recebendo meus e-mail, mas se receberem me respondam.. Alguém da lista já conseguiu instalar o cartão wireless da samsung (swl-2300p) no debian ???

Re: [debian-br] Roteamento

2004-03-23 Thread Gilberto Villani Brito
Eu já respondi esse e-mail, mas aqui vai ele de novo. No arquivo /etc/network/options coloque a opção ip_forward=yes e depois digite: # route add -net rede da eth0 do serv01 netmask mascara dessa rede gw ip da eth1 do serv01 Abraços Gilberto Em Sat, 20 Mar 2004 14:43:02 -0300 Gustavo R.

Re: Rotas no IPTABLES

2004-03-23 Thread Gilberto Villani Brito
Para esse tipo de roteamento você não precisa do iptables, somente do iproute2 e uma boa documentação: http://www.olhoneles.com.br/linux/iproute2.txt ou http://www.tldp.org/HOWTO/Adv-Routing-HOWTO/lartc.rpdb.multiple-links.html#AEN258 Eu recomendo colocar esse outro link como default e criar uma

Re: barrar .exe

2004-03-23 Thread Gilberto Villani Brito
Allan, Eu estava precisando de uma solução para controlar o kazaa e outros, e nessa busca pela solução eu me deparei com o seguinte parametro do iptables -m string. Depois de aplicar todos os patchs necessários no meu kernel e recompilar corretamente eu testei meu novo iptables (também

Re: barrar .exe

2004-03-23 Thread Gilberto Villani Brito
://freecode.linuxsecurity.com.br Gilberto Villani Brito [EMAIL PROTECTED] 23/03/2004 09:21 Para: debian-user-portuguese@lists.debian.org cc: Assunto:Re: barrar .exe Allan, Eu estava precisando de uma solução para controlar o kazaa e outros

Re: [debian-br] Roteamento

2004-03-22 Thread Gilberto Villani Brito
No arquivo /etc/network/options coloque a opção ip_forward=yes e depois digite: # route add -net rede da eth0 do serv01 netmask mascara dessa rede gw ip da eth1 do serv01 Abraços Gilberto Em Sat, 20 Mar 2004 14:43:02 -0300 Gustavo R. Montesino [EMAIL PROTECTED] escreveu: On Sat, Mar 20, 2004

Re: RES: duvida sobre rede

2004-03-12 Thread Gilberto Villani Brito
Leve correção no texto: Em Thu, 11 Mar 2004 09:12:12 -0300 Orlando Gentil [EMAIL PROTECTED] escreveu: Ronaldo, Uma solução seria você colocar todos os ips válidos que vc quer no roteador e Não precisa de ips válidos no roteador, precisa de rotas para esses ips válidos CHEGANDO no roteador.

Re: [OFF-TOPIC] Redes sem fio

2004-03-12 Thread Gilberto Villani Brito
Em Fri, 12 Mar 2004 11:29:56 -0300 Anderson [EMAIL PROTECTED] escreveu: Pessoal gostaria de saber quem aqui tem experiencia com redes sem fio e saber algumas coisas: - Tem rede sem fio que possa alcançar mais de 1km? Existe alguma que alcançe de 5 a 10km? Existe rádios e APs que chegam a

Re: Configure BIND9

2004-03-12 Thread Gilberto Villani Brito
OK, but what do you have in options in this file??? Hugs Gilberto Em Fri, 12 Mar 2004 12:29:03 +0800 Support [EMAIL PROTECTED] escreveu: Thank for your reply. I have tested with ; zone khimmaki.net { type master; file /etc/bind/db.khimmaki; }; and zone

Re: Preciso de ajuda com rede

2004-03-10 Thread Gilberto Villani Brito
Ola Senhor Sinval, Essa mensagem foi postada em uma lista de discussão de usuários debians brasileiros. Recomendo expor suas dúvidas na lista, pois acredito que vários usuários irão te ajudar. Abraços Gilberto Em Fri, 22 Nov 2002 00:13:47 -0200 Sinval Rodrigues Vieira [EMAIL PROTECTED]

PCMCIA para wireless

2004-03-10 Thread Gilberto Villani Brito
Olá lista. Estou tendo algumas dificuldades para configurar mais de uma adaptadora em uma mesma máquina PCI e/ou ISA (marcas ricoh, via e vadem) no kernel 2.4.x, isso ocorre com placas mãe mais antigas, as novas funcionam corretamente, mas com o kernel 2.2.x elas funcionam em placas mãe novas e

PCMCIA

2004-03-10 Thread Gilberto Villani Brito
Hi. I'm having a problems with PCI and ISA adapters with orinoco and avaya cards in older mother boards with kernel 2.4, but in kernel 2.2 I don't have these problems. The kernel 2.4 in a new mother board work very well with 2 or more PCI/ISA adapters with orinoco, but in older mother board work

Create a boot image.

2004-02-04 Thread Gilberto Villani Brito
Hi group, I would like know about how can I create a boot image like Knoppix??? I searched in google about a documentations to help me, but I found anything. This boot image need unpack and mount the file with system's image using the module cloop. Hugs Gilberto -- To UNSUBSCRIBE, email to

Re: routing problem

2004-01-09 Thread Gilberto Villani Brito
Do the computers with network 192.168.1.0/24 has gateway 81.196.166.97 So if it has your problem is here. You need use the gateway in the same network of yours computers. Ex: IP 192.168.1.10 GW 192.168.1.1 I recomend to you add a new network card in your server with this IP (192.168.1.1).

Maildrop + SA

2003-12-04 Thread Gilberto Villani Brito
Hi, I have a server with qmail + vpopmail + spamassassin + maildrop. My maildrop use spamc to mark spam and move it to other dir. So, I would like send spams (witch my SA didn't catch) to e-mail [EMAIL PROTECTED] and my maildrop use sa-learn in this e-mail. How can I do that in my maildrop??? I

Re: crontab

2003-12-04 Thread Gilberto Villani Brito
The rigth is. 00 12 * * * /usr/sbin/parselog Gilberto Em Thu, 4 Dec 2003 12:17:50 -0600 Michael Martinell [EMAIL PROTECTED] escreveu: I am definitely doing something wrong here. I want to schedule a job to run once at 12:00 noon. I set it up in cron. It waits until 12:00 noon, runs,

Re: creating password for a shadow file

2003-12-01 Thread Gilberto Villani Brito
Hi Daniel, Here in my company I have proftp with other password file (/etc/passwd.ftp). This file content: user:pass_encrytped:IDU:IDG:home:shell I did a script to add users in this file with htpasswd, but you can use makepasswd. My script add the user in passwd.ftp, create the home and set the

Re: recommended Virus Scanner?

2003-11-27 Thread Gilberto Villani Brito
I use qmail + qmail-scanner + mcafee and it is working for a long time with any problem. Gilberto Em Wed, 19 Nov 2003 12:55:52 -0500 Stephen [EMAIL PROTECTED] escreveu: Hello: What virus scanner is the choice for most Debian users? I'm using Woody, and rather than download and install

Re: Servidor com 2 acessos a Internet

2003-11-27 Thread Gilberto Villani Brito
Ola, I'm brazilian like you (heheheh...). I'm not sure what is your question, but I'll try explain to you. You can use your debian in internet, but your computer not. You need configure your debian to router and in your computer you need put the default gateway the debian's ip. Now, for your

Re: Servidor com 2 acessos a Internet

2003-11-26 Thread Gilberto Villani Brito
Ola, I'm brazilian like you (heheheh...). I'm not sure what is your question, but I'll try explain to you. You can use your debian in internet, but your computer not. You need configure your debian to router and in your computer you need put the default gateway the debian's ip. Now, for your

Re: wireless configuration questions

2003-11-13 Thread Gilberto Villani Brito
Read this site: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Orinoco.html And I recomend you to use wavelan2_cs driver. Em Wed, 12 Nov 2003 11:29:02 -0700 Tim Folger [EMAIL PROTECTED] escreveu: Hi, I'm a linux newbie, and have just installed debian woody with the 2.4.18 kernel

Re: Spamassassin

2003-11-10 Thread Gilberto Villani Brito
Thanks, but I don't use procmail, I don't like it. :) Em Sat, 8 Nov 2003 14:47:40 +0100 Florian Ernst [EMAIL PROTECTED] escreveu: On Sat, Nov 08, 2003 at 11:28:34AM -0200, Gilberto Villani Brito wrote: On Tue, 7 Oct 2003 20:06:37 -0400 Naitik Shah [EMAIL PROTECTED] wrote: I usually

Re: Spamassassin

2003-11-08 Thread Gilberto Villani Brito
Ok, so how can I configure my spamassassin to do that??? Gilberto On Tue, 7 Oct 2003 20:06:37 -0400 Naitik Shah [EMAIL PROTECTED] wrote: I usually just send spamassassin marked mail to a specific folder, and go over it really quickly. I keep backups, so if I do overlook something, and I

Re: Apache - groups - can anyone explain this?

2003-10-21 Thread Gilberto Villani Brito
Try Directory /real/dir Options ExecCGI /Directory Em Tue, 21 Oct 2003 15:16:15 +0200 Ron Rademaker [EMAIL PROTECTED] escreveu: Hello, If anyone could tell me how this is possible... Please do because I have no idea: My apache runs as user / group www-data / www-data I got

Re: ICQ's problem

2003-10-13 Thread Gilberto Villani Brito
James, you need install the plugin java for your mozilla or netscape. http://www.yolinux.com/TUTORIALS/LinuxTutorialMozillaConfiguration.html Gilberto Em Mon, 13 Oct 2003 08:01:08 +0800 James Ng Yuen Sum [EMAIL PROTECTED] escreveu: Hi, When I go to the site http://go.icq.com to use ICQ, I

Iptables.

2003-09-30 Thread Gilberto Villani Brito
Hi group; I would like know how can I use in my Debian (Woody) iptables -m string --string??? My kernel don't support this. PS: Sorry for my english. Hugs Gilberto Villani Brito Network Administrator

Iptables, anti-spam and gnome.

2003-09-30 Thread Gilberto Villani Brito
for my english. Hugs Gilberto Villani Brito Network Administrator -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Iptables, anti-spam and gnome.

2003-09-28 Thread Gilberto Villani Brito
: Sorry for my english. Hugs Gilberto Villani Brito Network Administrator

Iptables, anti-spam e gnome.

2003-09-25 Thread Gilberto Villani Brito
Ola lista; Eu queria saber como faço para meu Debian (woody) usar o iptables com o parametro -m string --string Já li o netfilter, mas nao sei como aplicar os patchs, alguma ajuda??? Agora sobre anti-span, eu instalei o spamassassin, mas ele nao esta pegando muito spam, por isso eu gostaria

IServerd

2003-05-26 Thread Gilberto Villani Brito
Ola lista eu instalei o Postgresql e o iserverd no meu servidor e tudo bele. Quando tento rodar o IServerd ele me aponta um erro que nao consegue usar a base de dados que criei. Rodei o script db_manager.sh para criar o banco de dados e funcionou certim, mas ele nao criou as tabelas dentro desse

Fw: You have been removed from the following lists

2003-04-23 Thread Gilberto Villani Brito
Ola lista que msg e essa??? Eu nunca fiz isso de mandar varios e-mails. Abracos Gilberto Begin forwarded message: Date: Tue, 22 Apr 2003 04:30:52 -0500 (CDT) From: [EMAIL PROTECTED] (SmartList) To: [EMAIL PROTECTED] Subject: You have been removed from the following lists Your mail address,

Re: ReiserFS ou Ext3?

2003-04-08 Thread Gilberto Villani Brito
+++ UBL$ P--- L++ E-- W+++ N++ o? K? w+ O M+ V-- PS+ PE- Y-- PGP++ t+ 5 X++ R+ tv+ b(++) DI+ D++ G e++ h r+++ y+++** --END GEEK CODE BLOCK-- -- Gilberto Villani Brito __ http://www.olhoneles.com.br/ ICQ - 5502287 -- [EMAIL

Re: ReiserFS ou Ext3?

2003-04-06 Thread Gilberto Villani Brito
-- Gilberto Villani Brito __ http://www.olhoneles.com.br/ ICQ - 5502287 -- [EMAIL PROTECTED] * .ooOO / ) ( \OOoo. * * ( )/ () \( ) * * \ ( () () ) / * * \_) .ooOOOOoo

Re: FreeBSD + Debian

2003-04-01 Thread Gilberto Villani Brito
contra vírus e spams? Clique aqui: http://www.igmailseguro.ig.com.br -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED] -- Gilberto Villani Brito __ http://www.olhoneles.com.br/ ICQ - 5502287

FireBird.

2003-04-01 Thread Gilberto Villani Brito
delphi com aproximadamente 100 pessoas inserindo e consultando dados diretor. Abracos -- Gilberto Villani Brito __ http://www.olhoneles.com.br/ ICQ - 5502287 -- [EMAIL PROTECTED] * .ooOO / ) ( \OOoo

Modem Lucent - Agere

2003-04-01 Thread Gilberto Villani Brito
certim, mas nao disca. Navegando pela net descobri que funciona para modem Lucent - Agere v92 com outro chipset sem ser o SV92P que é justamente esse o modem que meu chefe tem. Eu queria saber se essa informacao esta correta ou se alguem ja consegui instalar o modem. Abracos -- Gilberto Villani

RAID e espelhamento.

2003-03-23 Thread Gilberto Villani Brito
seguranca de dados entre o RAID nivel 1 e o nivel 5. E possivel instalar o debian num sistema de raid de nivel de software ou tenho que instalar o debian um disco comum (/dev/hda), configurar para rodar com raid, compactar com tar e descompactar no RAID (/dev/md)?? Abracos -- Gilberto Villani

Re: Servidor com duas saida para a Internet.

2003-03-14 Thread Gilberto Villani Brito
[EMAIL PROTECTED] -- Gilberto Villani Brito __ http://www.olhoneles.com.br/ ICQ - 5502287 -- [EMAIL PROTECTED] * .ooOO / ) ( \OOoo. * * ( )/ () \( ) * * \ ( () () ) / * * \_) .ooOOOOoo

DHCP para varios clientes win98

2003-03-13 Thread Gilberto Villani Brito
??? Caso isso nao exista, vou bater o pe e instalar um DHCP la, mas se for verdade vou queimar meu filme. Abracos -- Gilberto Villani Brito __ http://www.olhoneles.com.br/ ICQ - 5502287 -- [EMAIL PROTECTED] * .ooOO / ) ( \OOoo

Re: squid - hierarquia de proxys

2003-02-21 Thread Gilberto Villani Brito
PROTECTED]) -- The international virtual community is not virtual - it`s real. -- Gilberto Villani Brito __ http://www.olhoneles.com.br/ ICQ - 5502287 -- [EMAIL PROTECTED] * .ooOO / ) ( \OOoo

PostgreSQL X FireBird

2003-02-10 Thread Gilberto Villani Brito
-- Gilberto Villani Brito __ http://www.olhoneles.com.br/ ICQ - 5502287 -- [EMAIL PROTECTED] * .ooOO / ) ( \OOoo. * * ( )/ () \( ) * * \ ( () () ) / * * \_) .ooOOOOoo

Re: Roteamento Dinamico

2003-01-31 Thread Gilberto Villani Brito
? Raphael Bittencourt Simões Costa Diretor de Tecnologia [EMAIL PROTECTED] www.grupoevision.com.br +55 21 8817 4078 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED] -- Gilberto Villani Brito

Re: 2 links na mesma maquina

2003-01-28 Thread Gilberto Villani Brito
parada, ja ajuda tambem... []s Rodrigo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED] -- Gilberto Villani Brito __ http://www.olhoneles.com.br/ ICQ - 5502287 -- [EMAIL PROTECTED

Re: Compartilhar net

2003-01-10 Thread Gilberto Villani Brito
-- Gilberto Villani Brito __ http://www.olhoneles.com.br/ ICQ - 5502287 -- [EMAIL PROTECTED] * .ooOO / ) ( \OOoo. * * ( )/ () \( ) * * \ ( () () ) / * * \_) .ooOOOOoo

Re: Postfix+vpopmail

2003-01-10 Thread Gilberto Villani Brito
tentei várias maneiras mas não está dando certo, se alguém puder me dar uma dica =] []'s -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED] -- Gilberto Villani Brito __ http

Firewall.

2003-01-02 Thread Gilberto Villani Brito
, incluindo bons programas para monitoramento como o snort (unico que conheco). Abracos -- Gilberto Villani Brito __ http://www.olhoneles.com.br/ ICQ - 5502287 -- [EMAIL PROTECTED] * .ooOO / ) ( \OOoo

Gnome + enlightenment

2002-12-21 Thread Gilberto Villani Brito
??? OBS: meu sitema nao esta usando o swap, pois tenho 128 de ram e livre 20 megas, por isso falta de memoria nao e. Abracos -- Gilberto Villani Brito __ http://www.olhoneles.com.br/ ICQ - 5502287 -- [EMAIL PROTECTED] * .ooOO / ) ( \OOoo

(opiniao) ext2 X ext3

2002-12-18 Thread Gilberto Villani Brito
Villani Brito _ http://www.olhoneles.com.br/ ICQ - 5502287 -- [EMAIL PROTECTED] * .ooOO / ) ( \OOoo. * * ( )/ () \( ) * * \ ( () () ) / * * \_) .ooOOOOoo. (_/ * * --- * Sou normal

Re: ibest

2002-12-15 Thread Gilberto Villani Brito
Faz muito tempo que uso o iBEST e nao reclamo. No login eu utilizo [EMAIL PROTECTED] e com a senha normal. Abracos Gilberto On Sat, 14 Dec 2002 17:40:55 -0200 Ronaldo Reis Jr. [EMAIL PROTECTED] wrote: Galera, alguem ja consegui utilizar o acesso gratuito da ibest no linux, ou seja, sem o

Re: D mercado de Trabalho

2002-11-27 Thread Gilberto Villani Brito
assunto de seguranca para o empreendedor). Bom veio, o que eu acho sobre tudo isso resumidamente: uma empresa de seguranca vc tera que ter um bom investimento e isso comecara a ter retorno em mais que 2 anos (se tudo ocorrer bem). Abracos -- Gilberto Villani Brito

Re: Rotas dinamicas

2002-11-27 Thread Gilberto Villani Brito
Eu utilizo muito o comando ip para roteamento por origem, se for isso que vc quer me responda que eu te mando um passo a passo. O iproute2 faz mil coisas, nao sei usar tudo que ele oferece. Abracos -- Gilberto Villani Brito __ http://www.olhoneles.com.br/ ICQ

Re: icecast e liveice

2002-11-23 Thread Gilberto Villani Brito
Thiago, muito obrigado pela ajuda, mas pelo que eu sei o mkpasswd muda a senha do usuario randomicamente e nao entrando com uma string ele me retorna uma criptografia. Caso ele faca isso me ensine como. Abracos -- Gilberto Villani Brito __ http

Re: icecast e liveice

2002-11-23 Thread Gilberto Villani Brito
Onde arranjo esse mkpasswd para o debian O que eu tenho esta num slack e quando eu o executo ele me retorna uns codigos esquisitos, nao me pedindo a string. No apt-cache search mkpasswd ele me retorna o programa whois. Abracos -- Gilberto Villani Brito

Fw: Re: icecast e liveice

2002-11-23 Thread Gilberto Villani Brito
Descartem a msg abaixo, resolvi o problema. Obrigado a todos. Abracos -- Gilberto Villani Brito __ http://www.olhoneles.com.br/ ICQ - 5502287 -- [EMAIL PROTECTED] * .ooOO / ) ( \OOoo

Re: MTA+SOLUCOES!

2002-11-21 Thread Gilberto Villani Brito
FreeBSD funciona muito bem para linux). Qualquer duvida e so mandar um mail. Abracos -- Gilberto Villani Brito __ http://www.olhoneles.com.br/ ICQ - 5502287 -- [EMAIL PROTECTED] * .ooOO / ) ( \OOoo

  1   2   >