Disk question

2003-11-13 Thread Gannater Jnos
Hello,

Why I booted my computer the following error came up:
ad1s1a: UDMA ICRC error reading fsbn 6144095 of 16-31 (ad1s1 bn 
6144095; cn 6095 tn 5 sn 20) retrying
ad1s1a: UDMA ICRC error reading fsbn 6144095 of 16-31 (ad1s1 bn 
6144095; cn 6095 tn 5 sn 20) falling back to PIO mode
Is there a way to fix these disk errors?

Another question;
What does it mean if after a Connection attempt I see: flags:0x02


Thanks,
Janos


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Something with port 53

2003-11-09 Thread Gannater Jnos
Hello,

I've posted this question to the freebsd-newbies list, but there nobody 
could answer it.
Please help me with this qestion...

I have a box with 2 IP addresses (with aliases).
I usually get these error messages:
Connection attempt to UDP IP_ADDR_1:1409 from IP_ADDR_2:53
What does this mean?
I don't have any DNS server installed on the computer and the firewall 
is disabled on the system as well.

etc/hosts:
::1 localhost localhost.domain.com
127.0.0.1   localhost localhost.domain.com
IP_ADDR_1 www.domain.com www
IP_ADDR_2mail.domain.com mail

etc/sysctl.conf
net.inet.udp.blackhole=1

Thank You.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Something with port 53

2003-11-09 Thread Gannater Jnos
Hello

 Gannater_Jnos
 did u set /etc/resolv.conf ok ??

/etc/resolv.conf
domain  domain.com
namserver   NS_ADDR_1
nameserver  NS_ADDR_2

Oups. Maybe about the namserver thing? But the other one works...

 and if your www service is working under jail ??
No jail...

 
 Hello,
 
 I've posted this question to the freebsd-newbies list, but there 
nobody
 could answer it.
 Please help me with this qestion...
 
 I have a box with 2 IP addresses (with aliases).
 I usually get these error messages:
 Connection attempt to UDP IP_ADDR_1:1409 from IP_ADDR_2:53
 What does this mean?
 I don't have any DNS server installed on the computer and the 
firewall
 is disabled on the system as well.
 
 etc/hosts:
 ::1 localhost localhost.domain.com
 127.0.0.1   localhost localhost.domain.com
 IP_ADDR_1 www.domain.com www
 IP_ADDR_2mail.domain.com mail
 
 etc/sysctl.conf
 net.inet.udp.blackhole=1
 
 Thank You.
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
[EMAIL PROTECTED]
 
 = = = = = = = = = = = = = = = = = = = =





___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Routed

2003-03-06 Thread Gannater Jnos
Hello,

I would like to what are the advantiges and disadvantiges of using the 
routed daemon.
Should I small web and mail server run this daemon?

Thanks..



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


QPopper

2003-02-22 Thread Gannater Jnos
How can I compile (install) and set up Qpopper  with TLS
support?




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Apache 2 hosts

2003-02-16 Thread Gannater Jnos
I have assined another IP address for my computer. I would like to 
host to domain names on my server. Of course the 2 should be 
different from each other.
How can I do this with a apache?
Should I use VirtualDomains like in the freebsddiary.org?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Postfix (fwd)

2003-02-13 Thread Gannater Jnos
  I use postfix as my default MTA.
  I can send E-mails with Outlook (via SMTP) to the users in my 
 computer, 
  but not to the outdside world, with another domain.
  How can I send e-mails to another domain?
 
 I use Postfix but I'm would like to know a bit more about the issues 
 you are having sending mail out. As long as you've correctly 
 configured you main.cf file (located in /etc/postfix) to recognize 
 your domain as a authorized domain for mail you should be fine. Also 
 make sure you have a POP3 daemon running in /etc/inetd.conf so 
that 
 you can retrieve mail.
 I have been using Postfix for about 3 years and it's by far the 
 easiest MTAs to configure. I hope this information helps you. But if 
 not please feel free to reply.
I heared qmail is the easiest one. :)))
Never mind about that.
By default, the Postfix SMTP server will accept mail only from or to the 
local network or domain--from postfix.org
And I would like to accept from another domain. So if I am in Mexico or 
France I can send and E-mail without modifing my setup files.
My main.cf is the default one. Only some arguements are modified: 
myhostname, that don't affect the smtp server?
How can I make my SMTP work this way? Of course with some security.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Sendmail

2003-02-07 Thread Gannater Jnos
I have installed sendmail and smtpd on my computer.
When I try to send a message from pine the folloewing error
comes up:
SMTP greeting failure: 554 5.0.0 /etc/mail/sendmail.cf: line
239: readcf: I op
This is the 239. line in sendmail.cf:
O ResolverOptions=WorkAroundBroken
Do you have a guess what could be the problem?



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Apache-ssl

2003-02-02 Thread Gannater Jnos
I have found this in my httpsd_error_log:
No SSL Certificate set for server programs.com:80
How can I set the Certificate?






To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Apache-SSL

2003-02-02 Thread Gannater Jnos
I am tring to put apache-ssl on my computer.
My problem is that when I use the command: make certificate at 
the /usr/ports/www/apache13-ssl directory the following error comes 
up at the end:
cp: /usr/ports/www/apache13-
ssl/work/apache_1.3.27/SSLconf/conf/httpsd.pem: No such file or 
directory
*** Error code 1

What could be the problem?




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Apache-ssl

2003-01-31 Thread Gannater Jnos
I compiled apache-ssl safely on my computer. No error came up!
When I try to start it:
/usr/local/sbin/httpsdctl start
The following error comes up:
/usr/local/sbin/httpsdctl restart: httpsd could not be started

What should I do?



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



WebSSL

2003-01-31 Thread Gannater Jnos
I would like to set up ssl for my webserver.
Altohught I want to use my non-secure webserve as well.
How can I do this?
Is it better to install Apche 2.0 then 1.3?



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Webmail2

2003-01-30 Thread Gannater Jnos
Do you know any webmail program that uses pop3 not imap and
uses php. I don't want any cgi or mysql




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Apache

2003-01-30 Thread Gannater Jnos
I would like to enable ssl for apache.
So I can have a website at https://
I compiled mod_ssl to my existing apache configuration.
When I say apachectl configtest a whole error log comes up...
How can I do this ssl thing correctly?
Where should I put the homepages to be availible at https:// ?
What should I have in the httpd.conf file?
The errors:
[Thu Jan 30 22:18:34 2003] [warn] Loaded DSO
libexec/apache/mod_vhost_alias.so uses plain Apache 1.3 API,
this module might crash under EAPI! (please recompile it
with -DEAPI)
[Thu Jan 30 22:18:34 2003] [warn] Loaded DSO
libexec/apache/mod_mime_magic.so uses plain Apache 1.3 API,
this module might crash under EAPI! (please recompile it
with -DEAPI)
[Thu Jan 30 22:18:34 2003] [warn] Loaded DSO
libexec/apache/mod_info.so uses plain Apache 1.3 API, this
module might crash under EAPI! (please recompile it with -DEAPI)
[Thu Jan 30 22:18:34 2003] [warn] Loaded DSO
libexec/apache/mod_speling.so uses plain Apache 1.3 API,
this module might crash under EAPI! (please recompile it
with -DEAPI)
[Thu Jan 30 22:18:34 2003] [warn] Loaded DSO
libexec/apache/mod_rewrite.so uses plain Apache 1.3 API,
this module might crash under EAPI! (please recompile it
with -DEAPI)
[Thu Jan 30 22:18:34 2003] [warn] Loaded DSO
libexec/apache/mod_auth_anon.so uses plain Apache 1.3 API,
this module might crash under EAPI! (please recompile it
with -DEAPI)
[Thu Jan 30 22:18:34 2003] [warn] Loaded DSO
libexec/apache/mod_auth_db.so uses plain Apache 1.3 API,
this module might crash under EAPI! (please recompile it
with -DEAPI)
[Thu Jan 30 22:18:34 2003] [warn] Loaded DSO
libexec/apache/mod_digest.so uses plain Apache 1.3 API, this
module might crash under EAPI! (please recompile it with -DEAPI)
[Thu Jan 30 22:18:34 2003] [warn] Loaded DSO
libexec/apache/libproxy.so uses plain Apache 1.3 API, this
module might crash under EAPI! (please recompile it with -DEAPI)
[Thu Jan 30 22:18:34 2003] [warn] Loaded DSO
libexec/apache/mod_cern_meta.so uses plain Apache 1.3 API,
this module might crash under EAPI! (please recompile it
with -DEAPI)
[Thu Jan 30 22:18:34 2003] [warn] Loaded DSO
libexec/apache/mod_expires.so uses plain Apache 1.3 API,
this module might crash under EAPI! (please recompile it
with -DEAPI)
[Thu Jan 30 22:18:34 2003] [warn] Loaded DSO
libexec/apache/mod_headers.so uses plain Apache 1.3 API,
this module might crash under EAPI! (please recompile it
with -DEAPI)
[Thu Jan 30 22:18:34 2003] [warn] Loaded DSO
libexec/apache/mod_usertrack.so uses plain Apache 1.3 API,
this module might crash under EAPI! (please recompile it
with -DEAPI)
[Thu Jan 30 22:18:34 2003] [warn] Loaded DSO
libexec/apache/mod_unique_id.so uses plain Apache 1.3 API,
this module might crash under EAPI! (please recompile it
with -DEAPI)
[Thu Jan 30 22:18:34 2003] [warn] Loaded DSO
libexec/apache/mod_zap.so uses plain Apache 1.3 API, this
module might crash under EAPI! (please recompile it with -DEAPI)
[Thu Jan 30 22:18:35 2003] [warn] Loaded DSO
libexec/apache/libphp4.so uses plain Apache 1.3 API, this
module might crash under EAPI! (please recompile it with -DEAPI)
[Thu Jan 30 22:18:35 2003] [warn] Loaded DSO
libexec/apache/mod_layout.so uses plain Apache 1.3 API, this
module might crash under EAPI! (please recompile it with -DEAPI)
[Thu Jan 30 22:18:35 2003] [warn] Loaded DSO
libexec/apache/mod_cvs.so uses plain Apache 1.3 API, this
module might crash under EAPI! (please recompile it with -DEAPI)
Syntax OK




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



VirusProtection and IMAP

2003-01-29 Thread Gannater Jnos
Virus:
What kind of anti virus software should I use to protect my
BSD system which is free and really kill's viruses?

IMAP:
Where can I tell freeBSD which IMAP software should he use?
Like I installed cyrus and imapd-uw. So which one the system
is using and how can I switch between them?



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: IMAP2

2003-01-28 Thread Gannater Jnos
 Your inetd daemon is running, right? If not, check the Handbook on 
how
 to enable it (IIRC it's an option you need to set in rc.conf, but should
 be enabled in /etc/defaults/rc.conf)
Thanks a lot for all of you!
I have found the problem! My inet dameon was desabled at 
the /etc/rc.conf file...



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



IMAPd

2003-01-28 Thread Gannater Jnos
It seems like my IMAPd is loaded, but not correctly.
How can I tell IMAPd to use my authentication information?
And how should I configure IMAPd?
My problem is that when I try to log in to my accounts from
squirrelmail it says their are not availible. Althought I
used the right password and username.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: IMAPd

2003-01-28 Thread Gannater Jnos
 My guess is either your inetd.conf file or your Squirrel
Mail  
 configuration are broken.  Here are both for UW Imap.
 
 Server Settings
 1.  Domain   : your domain
 2.  IMAP Server  : localhost
 3.  IMAP Port: 143
 4.  Use Sendmail/SMTP: SMTP
 6.SMTP Server: localhost
 7.SMTP Port  : 25
 8.Authenticated SMTP : false
 9.POP Before SMTP: false
 10. Server   : uw
 11. Invert Time  : false
 12. Delimiter: detect
 
 This is the entry I use for inetd.conf (which I think is
the default).
 
 imap4   stream  tcp nowait  root   
/usr/local/libexec/imapd imapd
 
I tried this:

telnet localhost 143
  A01 LOGIN username password
  A02 LOGOUT

But it's not working. He can't find the username..
There should be some problem with the IMAPd.
What should I do?



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: IMAP

2003-01-27 Thread Gannater Jnos
 What is this kill -HUP inetd?
 
 kill -HUP pid is the standard command to reload a daemon in Unix. 
Replacing
 the 'pid' with the process id number of the daemon in question (listed 
when
 you do a 'ps aux') will force the daemon to reload it's configuration.
 
My problem is that the ps aux doesn't lists the inetd daemon. So this 
kill thing doesn't works as well.
How can I check IMAP or POP3 is really listening?




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



MySQL

2003-01-26 Thread Gannater Jnos
I am trying to use Horde.
When I execute this command:
mysql --user=root --password=pass  mysql_create.sql
The following error comes up:
ERROR 2002: Can't connect to local MySQL server through
socket '/tmp/mysql.sock' (2)

What could be the problem? How can I fix it?



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



IMAP

2003-01-26 Thread Gannater Jnos
How can I set up IMAP to work?



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Compile gettext

2003-01-25 Thread Gannater Jnos
How can I compile gettext into php?
So apache can run gettext...
I already installed gettext, apache from the mall CD's...




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Update and mailforward.

2003-01-24 Thread Gannater Jnos
I have freeBSD 4.7 running on my computer.

Although I installed my system from the Mall CD's there have been a 
lot of updates relised by now. How can I update my program's on the 
computer and in the fututre the whole system? I have only a 90Mhz 
pentium processor. So downloading the source and installing the 
program from it would be a very hard thing for me. What do yo advice 
how should I upgrade my system?

I use sendmail. How can I forward my messages? I have an own 
domain and some of my users don't want to use the system's mail 
service they just want to forward the messages. How can they do this?
What do you think how secure is sendmail? Postfix is better...



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Update and mailforward.

2003-01-24 Thread Gannater Jnos
   I use sendmail. How can I forward my messages?
 
 
 One option is to not forward your messages.  Rather,
 install 'qpopper' or 'popper' from the ports and
 let your users access their mailbox using any POP3-capable
 email client (e.g., Outlook Express, Netscape Mail,
Eudora, etc.)
 
For Qpopper:
Is it enought to install qpopper and enable it in the
inetd.conf file?
Should I run it somewhere?

Mailforward:
And how can I forward the messages? Except /etc/aliases file...



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Web based e-mail.

2003-01-24 Thread Gannater Jnos
I want to have a web based e-mail service. So I don't have
to ssh to my computer all the time just browse a web page.
What I seen already is that IMP is a very good one. What do
you think of it? What do you use?
I have never used php and cgi things before, but these
things need it.  :((
I deleted these cgi releated things from my httpd.conf file.
And now I am in trouble. What parts should I add to my
httpd.conf file to make for example IMP work? And where
should I put the (IMP) files so I can access it throught the
internet? Because there is no index.html file in the
package.


My http.conf file:
##
## httpd.conf -- Apache HTTP server configuration file
##

#
# Based upon the NCSA server configuration files originally
by Rob McCool.
#
# This is the main Apache server configuration file.  It
contains the
# configuration directives that give the server its
instructions.
# See URL:http://www.apache.org/docs/ for detailed
information about
# the directives.
#
# Do NOT simply read the instructions in here without
understanding
# what they do.  They're here only as hints or reminders. 
If you are unsure
# consult the online docs. You have been warned.  
#
# After this file is processed, the server will look for and
process
# /usr/local/conf/srm.conf and then /usr/local/conf/access.conf
# unless you have overridden these with ResourceConfig and/or
# AccessConfig directives here.
#
# The configuration directives are grouped into three basic
sections:
#  1. Directives that control the operation of the Apache
server process as a
# whole (the 'global environment').
#  2. Directives that define the parameters of the 'main' or
'default' server,
# which responds to requests that aren't handled by a
virtual host.
# These directives also provide default values for the
settings
# of all virtual hosts.
#  3. Settings for virtual hosts, which allow Web requests
to be sent to
# different IP addresses or hostnames and have them
handled by the
# same Apache server process.
#
# Configuration and logfile names: If the filenames you
specify for many
# of the server's control files begin with / (or drive:/
for Win32), the
# server will use that explicit path.  If the filenames do
*not* begin
# with /, the value of ServerRoot is prepended -- so
logs/foo.log
# with ServerRoot set to /usr/local/apache will be
interpreted by the
# server as /usr/local/apache/logs/foo.log.
#

### Section 1: Global Environment
#
# The directives in this section affect the overall
operation of Apache,
# such as the number of concurrent requests it can handle or
where it
# can find its configuration files.
#

#
# ServerType is either inetd, or standalone.  Inetd mode is
only supported on
# Unix platforms.
#
ServerType standalone

#
# ServerRoot: The top of the directory tree under which the
server's
# configuration, error, and log files are kept.
#
# NOTE!  If you intend to place this on an NFS (or otherwise
network)
# mounted filesystem then please read the LockFile documentation
# (available at
URL:http://www.apache.org/docs/mod/core.html#lockfile);
# you will save yourself a lot of trouble.
#
ServerRoot /usr/local

#
# The LockFile directive sets the path to the lockfile used
when Apache
# is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or
# USE_FLOCK_SERIALIZED_ACCEPT. This directive should
normally be left at
# its default value. The main reason for changing it is if
the logs
# directory is NFS mounted, since the lockfile MUST BE
STORED ON A LOCAL
# DISK. The PID of the main server process is automatically
appended to
# the filename. 
#
#LockFile /var/run/httpd.lock

#
# PidFile: The file in which the server should record its
process
# identification number when it starts.
#
PidFile /var/run/httpd.pid

#
# ScoreBoardFile: File used to store internal server process
information.
# Not all architectures require this.  But if yours does
(you'll know because
# this file will be  created when you run Apache) then you
*must* ensure that
# no two invocations of Apache share the same scoreboard file.
#
ScoreBoardFile /var/run/httpd.scoreboard

#
# In the standard configuration, the server will process
httpd.conf (this 
# file, specified by the -f command line option), srm.conf,
and access.conf 
# in that order.  The latter two files are now distributed
empty, as it is 
# recommended that all directives be kept in a single file
for simplicity.  
# The commented-out values below are the built-in defaults.
 You can have the 
# server ignore these files altogether by using /dev/null
(for Unix) or
# nul (for Win32) for the arguments to the directives.
#
#ResourceConfig conf/srm.conf
#AccessConfig conf/access.conf

#
# Timeout: The number of seconds before receives and sends
time out.
#
Timeout 300

#
# KeepAlive: Whether or not to allow persistent connections
(more than
# one request per connection). Set to Off to deactivate.
#
KeepAlive On

#
# MaxKeepAliveRequests: The maximum number of requests to allow
# during a persistent 

SSH -X and Copyright

2003-01-15 Thread Gannater Jnos
When I login to the computer with ssh -X the following message 
appears.
Warning: No xauth data; using fake authentication data for X11 
forwarding.
How can I set this?

How can I remove the copyright thing at startup :
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
The Regents of the University of California.  All rights reserved.
I deleted the line copyright in the rc.conf file and then cap_mkdb, but 
the text is still there. Do you have any guess why? And I don't have 
a /etc/COPYRIGHT file as well.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message