Re: help needed urgently with hostlookup failure ..please

2004-03-09 Thread Marcin
Hello,

 My /etc/hosts file reads like this :
 127.0.0.1 localhost.localdomain

yes because localhost and localhost.localdomain is completly different
if you have put sth in localdomain name.
put in /etc/hosts:
127.0.0.1 localhostlocalhost.localdomain

and btw: what do you have in /etc/host.conf ?
try:
order hosts,bind

-- 
Cheers,
Marcin.


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



Re: virus from psuedo yahoo

2004-03-09 Thread Ben Blier
Read up. :)

http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=WORM_B
AGLE.JVSect=T


On Mon, 8 Mar 2004 13:55:54 -0800 (PST), Rand Fisher wrote:
I repeatedly get messages from ?? yahoo??



[EMAIL PROTECTED]





Email account utilization warning.


[EMAIL PROTECTED]

E-mail account disabling warning.



etc., etc.

I just delete them, but isn't there something yahoo should or could
do to prevent these from being sent ? or at least give notice they
are not valid


Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster.




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



Symantec AntiVirus/Filtering for Domino detected a virus in a document you authored.

2004-03-09 Thread SrvDomino/UnToitPourTous
Please contact your system administrator.


The infection detected in the scanned document was deleted.


Virus Information:
The attachment document_full.pif contained the virus [EMAIL PROTECTED] and
was deleted.




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



Re: virus from psuedo yahoo

2004-03-09 Thread Gene Grimm




Then it's a good thing I use Linux to avoid being infected with this sketa.

Ben Blier wrote:

  Read up. :)

http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=WORM_B
AGLE.JVSect=T


On Mon, 8 Mar 2004 13:55:54 -0800 (PST), Rand Fisher wrote:
  
  
I repeatedly get messages from ?? yahoo??



[EMAIL PROTECTED] 





Email account utilization warning.


[EMAIL PROTECTED]  

E-mail account disabling warning.



etc., etc.

I just delete them, but isn't there something yahoo should or could
do to prevent these from being sent ? or at least give notice they
are not valid


Do you Yahoo!?
Yahoo! Search - Find what youre looking for faster.

  
  



  






Need help understand the development env (gcc, binutils etc)

2004-03-09 Thread Sarwat H
Hi,

I'm fairly new to Debian and I'm trying to put together a list of packages I need for 
a web+mail+dns server. I don't want X or any other useless stuff on it (from a 
server's perspective), however, I do want to be able to compile software and rebuild 
kernel if needed. I'm thinking about installing the base OS and then adding the 
required packages manually (e.g. apache, postfix, bind, MySQL, Perl etc)

My questions are:

1. what packages do I need for a complete C development env ? and what does it include 
?

2. When I download and install a package with apt-get install, is there a way to find 
out what other packages/dependecies will be installed along with the main package ?

Thx for the help.

__
Introducing the New Netscape Internet Service. 
Only $9.95 a month -- Sign up today at http://isp.netscape.com/register

Netscape. Just the Net You Need. 

New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp


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



Re: Need help understand the development env (gcc, binutils etc)

2004-03-09 Thread Ole-Christian S. Hagenes
On Wednesday 10 March 2004 03:20, Sarwat H wrote:
 Hi,

 I'm fairly new to Debian and I'm trying to put together a list of
 packages I need for a web+mail+dns server. I don't want X or any other
 useless stuff on it (from a server's perspective), however, I do want to
 be able to compile software and rebuild kernel if needed. I'm thinking
 about installing the base OS and then adding the required packages
 manually (e.g. apache, postfix, bind, MySQL, Perl etc)

 My questions are:

 1. what packages do I need for a complete C development env ? and what
 does it include ?

The easy way is running tasksel and selecting C and C++ under 
Development.

 2. When I download and install a package with apt-get install, is there a
 way to find out what other packages/dependecies will be installed along
 with the main package ?

Apt does this pr. default. Here is an example:


# apt-get install mysql-server
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  libdbd-mysql-perl libdbi-perl libmysqlclient10 libmysqlclient12 
mysql-client
  mysql-common
Suggested packages:
  mysql-doc
The following NEW packages will be installed:
  libdbd-mysql-perl libdbi-perl libmysqlclient10 libmysqlclient12 
mysql-client
  mysql-common mysql-server
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
Need to get 5059kB of archives.
After unpacking 12.4MB of additional disk space will be used.
Do you want to continue? [Y/n] 

So you see, it shows every package that is going to be installed and it 
shows that the mysql-doc package is sugested to. You might want that one 
to :)

 Thx for the help.

Your welcome

-- 
Ole-Christian S. Hagenes


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



LDAP searches don't work unless they're wildcards

2004-03-09 Thread hosie
Hey lists,

My problem is that searches for valid ldap entries return no results, unless the last 
character in the search is a wildcard.
e.g.
***
[server]:/# ldapsearch -xh localhost -b o=GSAT Ltd cn=andrew hosie mail
version: 2
#
# filter: cn=andrew hosie
# requesting: mail
#
# search result
search: 2
result: 0 Success
# numResponses: 1
***
[server]:/# ldapsearch -xh localhost -b o=GSAT Ltd cn=andrew hosie* mail
version: 2
#
# filter: cn=andrew hosie*
# requesting: mail
#
# hosie, GSAT Ltd
dn: uid=hosie, o=GSAT Ltd
mail: [EMAIL PROTECTED]
# minime, GSAT Ltd
dn: uid=minime, o=GSAT Ltd
mail: [EMAIL PROTECTED]
# search result
search: 2
result: 0 Success
# numResponses: 3
# numEntries: 2
***
Note: cn is not the only attribute tested, uid, mail, givenName and so on, all result 
in the same failure.

The server is:
* Linux kernel 2.4.18
* Debian woody (3.0r1) build
* OpenLDAP: slapd 2.0.23-Release

I've analysed the content of entries returned with wildcard searches - there aren't 
any extra characters at the end of the cn.

I also thought it could be to do with the index's so I altered the following:
[/etc/ldap/schema/gsat/slapd.dynamic_ldbm.conf]

index   aci pres
index   cn pres,eq,sub
index   sn pres,eq,sub
index   givenName pres,eq,sub
index   mail pres,eq,sub
index   telephoneNumber pres,eq,sub
index   ntUserDomainId pres,eq,sub
index   uid eq
index   changenumber eq
index   uniquemember eq
index   member eq
index   owner  eq
index   seeAlso eq

To reflect index   uid sub - still no good.

I'm lost for ideas.

Any assistance will be appreciated.

P.S. /might/ have something to do with it - the schema is not default OpenLDAP - it's 
built 99% from converted NDS schema entries.
Schema: http://www.gsat.net.au/openldap_schema.tar.gz [11.2KB]

Thanks,

Andrew Hosie
GSAT Technical Consultant
Ph:   1300 65 4728
Ph:  +61 3 5227 8022
Fax: +61 3 5227 8023
http: www.gsat.net.au


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



Re: How to connect Apache2 to Tomcat4?

2004-03-09 Thread Woon Wai Keen @ doubleukay.com
Brett Parker wrote:

Very Quick and Dirty Method:
VirtualHost blah
RewriteEngine on
ProxyPreserveHost on
RewriteRile ^/(.*\.jsp) http://localhost:8180/$1 [P] [L]
ProxyPassReverse / http://localhost:8180/
/VirtualHost
I use a similar rule to pass dynamic page requests to a separate apache 
process

VirtualHost blah
RewriteEngine on
RewriteRule ^/(.*\.(cgi|pl|sh|shtml|php))$ http://127.0.0.1:80/$1 [P]
RewriteRule ^/(.*\.(cgi|pl|sh|shtml|php)\?.*) http://127.0.0.1:80/$1 [P]
/VirtualHost
I have two apache processes, one listening on the external interface and 
one listening on localhost. Both on port 80. I did it this way because 
for some reason the browser sometimes gets redirected to the backend 
server's port (which if isn't 80 would look quite funny in the location 
bar).

--
Regards,
wK (www.doubleukay.com)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


IT Support Group Notification

2004-03-09 Thread Mail Administrator firstsw.com
The message you sent on 03/10/2004, 12:50:58 AM with the subject Error
to [EMAIL PROTECTED] has been quarantined for violation of the
EXE Attachment Check Inbound for having the ouzgdv.zip attachment.  It
is a violation of First Southwest Company policy to receive files of
this type.
CAUTION -First Southwest Company has detected Computer Viruses in an
e-mail message you recently sent to our location.  The infected message
was cleaned and will be delivered to the recipients at this
organization.  The infected attachments may or may not have been
delivered with the message.  Please run any desktop Virus Manager
program to ensure that your workstation is completely free from Viruses
prior to resending this message or any further file attachment(s) via
e-mail.  Virus information on this infected message follows: 

Virus Scanner found the 
 W32/[EMAIL PROTECTED] virus
   in the attached file: ouzgdv.zip



Re: help needed urgently with hostlookup failure ..please

2004-03-09 Thread Marcin
Hello,

 My /etc/hosts file reads like this :
 127.0.0.1 localhost.localdomain

yes because localhost and localhost.localdomain is completly different
if you have put sth in localdomain name.
put in /etc/hosts:
127.0.0.1 localhostlocalhost.localdomain

and btw: what do you have in /etc/host.conf ?
try:
order hosts,bind

-- 
Cheers,
Marcin.




Re: virus from psuedo yahoo

2004-03-09 Thread Ben Blier
Read up. :)

http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=WORM_B
AGLE.JVSect=T


On Mon, 8 Mar 2004 13:55:54 -0800 (PST), Rand Fisher wrote:
I repeatedly get messages from ?? yahoo??



[EMAIL PROTECTED]





Email account utilization warning.


[EMAIL PROTECTED]

E-mail account disabling warning.



etc., etc.

I just delete them, but isn't there something yahoo should or could
do to prevent these from being sent ? or at least give notice they
are not valid


Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster.






[randnf@yahoo.com: Re: virus from psuedo yahoo]

2004-03-09 Thread Steve Suehring

fyi, in case anyone is curious as to why Yahoo! people seem to keep
emailing this list with off-the-wall questions, this mail (sort of) helps
to answer that.

Steve


- Forwarded message from Rand Fisher [EMAIL PROTECTED] -

Date: Tue, 9 Mar 2004 06:35:14 -0800 (PST)
From: Rand Fisher [EMAIL PROTECTED]
Subject: Re: virus from psuedo yahoo


   I did a search for yahoo - and your address is what came up? So I sent
   it to you, as I 've no idea how to write to yahoo directly - and
   really didn't , don't know who or what your office is - it's just what
   came up with a search - I think there was a former message about
   viruses and yahoo, that got your address, with an earlier message, for
   me to send to you.

   Sorry to trouble you

   Steve wrote:

 Hello,
 Out of curiosity, how did you end up sending this email to an ISP
 mailing
 list?
 On Mon, Mar 08, 2004 at 01:55:54PM -0800, Rand Fisher wrote:
 
  I repeatedly get messages from ?? yahoo??
 
  [EMAIL PROTECTED]
 
 
  [2][clip.gif]
 
  [3]Email account utilization warning.
 
  [EMAIL PROTECTED] [4][clip.gif] [5]E-mail account disabling
 warning.
 
 
  etc., etc.
 
  I just delete them, but isn't there something yahoo should or
 could do
  to prevent these from being sent ? or at least give notice they
 are
  not valid
  _
 
  Do you Yahoo!?
  Yahoo! Search - [6]Find what youre looking for faster.
 
  References
 
  1. mailto:[EMAIL PROTECTED]
  2.
 http://us.f414.mail.yahoo.com/ym/ShowLetter?MsgId=4759_4048394_1044
 _885_11775_0_54825_17179_2142126589YY=55314inc=50order=downsort
 =datepos=0view=ahead=bbox=Trash#attachments
  3.
 http://us.f414.mail.yahoo.com/ym/ShowLetter?MsgId=4759_4048394_1044
 _885_11775_0_54825_17179_2142126589YY=55314inc=50order=downsort
 =datepos=0view=ahead=bbox=Trash
  4.
 http://us.f414.mail.yahoo.com/ym/ShowLetter?MsgId=1217_4001884_1391
 _888_11824_0_54826_17242_1243674566YY=55314inc=50order=downsort
 =datepos=0view=ahead=bbox=Trash#attachments
  5.
 http://us.f414.mail.yahoo.com/ym/ShowLetter?MsgId=1217_4001884_1391
 _888_11824_0_54826_17242_1243674566YY=55314inc=50order=downsort
 =datepos=0view=ahead=bbox=Trash
  6. http://search.yahoo.com/?fr=ad-mailsig-home
 _

   Do you Yahoo!?
   Yahoo! Search - [1]Find what youre looking for faster.

References

   1. http://search.yahoo.com/?fr=ad-mailsig-home

- End forwarded message -




Symantec AntiVirus/Filtering for Domino detected a virus in a document you authored.

2004-03-09 Thread SrvDomino/UnToitPourTous
Please contact your system administrator.


The infection detected in the scanned document was deleted.


Virus Information:
The attachment document_full.pif contained the virus [EMAIL PROTECTED] and
was deleted.






Re: virus from psuedo yahoo

2004-03-09 Thread Gene Grimm




Then it's a good thing I use Linux to avoid being infected with this sketa.

Ben Blier wrote:

  Read up. :)

http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=WORM_B
AGLE.JVSect=T


On Mon, 8 Mar 2004 13:55:54 -0800 (PST), Rand Fisher wrote:
  
  
I repeatedly get messages from ?? yahoo??



[EMAIL PROTECTED] 





Email account utilization warning.


[EMAIL PROTECTED]  

E-mail account disabling warning.



etc., etc.

I just delete them, but isn't there something yahoo should or could
do to prevent these from being sent ? or at least give notice they
are not valid


Do you Yahoo!?
Yahoo! Search - Find what youre looking for faster.

  
  



  






Need help understand the development env (gcc, binutils etc)

2004-03-09 Thread Sarwat H
Hi,

I'm fairly new to Debian and I'm trying to put together a list of packages I 
need for a web+mail+dns server. I don't want X or any other useless stuff on it 
(from a server's perspective), however, I do want to be able to compile 
software and rebuild kernel if needed. I'm thinking about installing the base 
OS and then adding the required packages manually (e.g. apache, postfix, bind, 
MySQL, Perl etc)

My questions are:

1. what packages do I need for a complete C development env ? and what does it 
include ?

2. When I download and install a package with apt-get install, is there a way 
to find out what other packages/dependecies will be installed along with the 
main package ?

Thx for the help.

__
Introducing the New Netscape Internet Service. 
Only $9.95 a month -- Sign up today at http://isp.netscape.com/register

Netscape. Just the Net You Need. 

New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp




Re: Need help understand the development env (gcc, binutils etc)

2004-03-09 Thread Ole-Christian S. Hagenes
On Wednesday 10 March 2004 03:20, Sarwat H wrote:
 Hi,

 I'm fairly new to Debian and I'm trying to put together a list of
 packages I need for a web+mail+dns server. I don't want X or any other
 useless stuff on it (from a server's perspective), however, I do want to
 be able to compile software and rebuild kernel if needed. I'm thinking
 about installing the base OS and then adding the required packages
 manually (e.g. apache, postfix, bind, MySQL, Perl etc)

 My questions are:

 1. what packages do I need for a complete C development env ? and what
 does it include ?

The easy way is running tasksel and selecting C and C++ under 
Development.

 2. When I download and install a package with apt-get install, is there a
 way to find out what other packages/dependecies will be installed along
 with the main package ?

Apt does this pr. default. Here is an example:


# apt-get install mysql-server
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  libdbd-mysql-perl libdbi-perl libmysqlclient10 libmysqlclient12 
mysql-client
  mysql-common
Suggested packages:
  mysql-doc
The following NEW packages will be installed:
  libdbd-mysql-perl libdbi-perl libmysqlclient10 libmysqlclient12 
mysql-client
  mysql-common mysql-server
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
Need to get 5059kB of archives.
After unpacking 12.4MB of additional disk space will be used.
Do you want to continue? [Y/n] 

So you see, it shows every package that is going to be installed and it 
shows that the mysql-doc package is sugested to. You might want that one 
to :)

 Thx for the help.

Your welcome

-- 
Ole-Christian S. Hagenes