Harddisks DMA errors

2008-02-24 Thread Guido Demmenie

Hello,

After having problems with DMA errors on my old PATA 200GB disks  
because of a faulty harddisk, I switched to SATA 500GB disks. I used  
fdisk to create slices and newfs them, then copied everything using  
dump & restore to my new harddisks.


Now I have problems running into the next error for both my harddiscs:


ad4: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=268435454
ad4: WARNING - SETFEATURES SET TRANSER MODE taskqueue timeout -  
completing request directly
ad4: WARNING - SETFEATURES SET TRANSER MODE taskqueue timeout -  
completing request directly
ad4: WARNING - SETFEATURES SET RCHACHE MODE taskqueue timeout -  
completing request directly
ad4: WARNING - SETFEATURES SET WCHACHE MODE taskqueue timeout -  
completing request directly

ad4: WARNING - SET_MULTI taskqueue timeout - completing request directly
ad4: TIMEOUT - READ_DMA retrying (0 retries left) LBA=268435454
ad4: FAILURE = READ_DMA  
status=ff  
error 
= 
ff 
< 
ICRC 
,UNCORRECTABLE 
,MEDIA_CHANGED 
,NID_NOT_FOUND,MEDIA_CHANGE_REQUEST,ABORTED,NO_MEDIA,ILLEGAL_LENGTH>  
LBA=268435454



I am able to reproduce this error at will if I issue the following  
command:

# dd if=/dev/ad4 of=/dev/null bs=1024

What surprises me is that it the following information is provided by  
dd:



dd: /dev/ad4: Input/output error
134217727+0 records in
134217727+0 records out
137438952448 bytes transferred in 9732.012957 secs (14122356 bytes/sec)


This number of _bytes transfered_ looks an awful lot like 137 GB which  
normal LBA can handle. And it probably isn't coincidence that "normal"  
LBA can only handle 268435455 locations. Large LBA should work better  
I suppose.


Problem is that I have used fdisk to newfs and slice my disk and they  
were fully accessible then. My Promise SATA300 TX2Plus does have  
support for LargeLBA so there again it should work.
I'm quite sure the disks aren't faulty because I get the problem on  
both disks and the errors are exactly the same.
I'm not sure what the SETFEATURE error has to do with this all, maybe  
someone can explain.


So it ends up in two questions:
1. How do I get those drives working?
2. If it is of relevance what does that SETFEATURES warning mean?

Anyone that can help me?

--
Guido

Please reply to this address, because the address that was subscribed  
doesn't work now because if this server failure.

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


Security Patches using freebsd-update(8)

2007-05-07 Thread Guido Demmenie
I'm really glad the FreeBSD team brought freebsd-update(8) in the  
base system. Now I can do my security patches with much less hassle.  
But i have one question about this great tool.


When do I have to reboot?

I know that most of the time you just restart a daemon and your  
finished. But with the security patches I'm not sure when it is a  
kernel module or just a daemon that I updated, so even if it is a  
daemon I don't know which one to restart.


I cannot find any information on the web about this. So can anyone  
tell me how I can figure out if I have to reboot my machine.


Thanks in advance,
Guido Demmenie
http://www.rottnic.nl
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UPGRADing from 5.4- Sysinstall or makeworld

2007-04-02 Thread Guido Demmenie


On Apr 2, 2007, at 5:20 PM, Jean-Paul Natola wrote:


I do not have /usr/src/UPDATING



I have



# locate UPDATING

/usr/local/share/doc/exim/README.UPDATING

/usr/ports/UPDATING

/usr/ports/mail/dspam/files/UPDATING

/usr/ports/mail/dspam-devel/files/UPDATING


After you did a cvsup with "src-all" in the supfile there should be a
/usr/src/UPDATING file. Read it before updating, it can help you not
getting in trouble.

I just did an upgrade although that was from 6.0  to 6.2 so not  
perfectly

 comparable. But it workedout   fi. e, I used the nex  thowto:
http://mikestammer.com/dokuwiki/bsd:updateos

The howto is only fine, although I had some issues with understanding  
mergemaster.
Mergemaster askes you whether to use the new file, the old file or to  
merge
them. When merging them it gives a left and a right file and the  
diffs of it.

You just have to select which one of them you want to keep.

Well, good luck and make sure you have a working level 0 dump at hand to
restore in case everything goes wrong.

--
Guido
www.rottnic.nl   0





From: Derek Ragona [mailto:[EMAIL PROTECTED]
Sent: Monday, April 02, 2007 11:02 AM
To: Jean-Paul Natola; freebsd-questions@freebsd.org
Subject: Re: UPGRADing from 5.4- Sysinstall or makeworld



The difference is a binary upgrade using sysinstall booting a later  
version
CD or using cvsup and a source install.  Both should work fine for  
your

setup.  If you want to go to 6.X you should go to 5.5 first.

Read /usr/src/UPDATING in all cases.

-Derek


At 09:44 AM 4/2/2007, Jean-Paul Natola wrote:



Hi everyone,

I'm think I really need to upgrade  from 5.4  as I'm having a slew  
of issues

with my programs- specifically  exim-sa-clamav-

My concern is that this was the only BSD install I had ever done with
assistance from a colleague from across the border- So all I have  
been doing

for the past year is cvsup-ing and portupgrading- however as mentioned
earlier I'm running into issues that are consuming too much time  
for me to

resolve as I am a one man IT department here.

The first thing I'd like to know is if my box can indeed handle the  
upgrade

to 6.2  -

I have the following hardware-

PIII 500mhz
256 ram
8 gig hard-drive

The ONLY thing I use this box for is to filter mail that then gets  
passed to

my exchange server-

Are there any gotcha's I need to lookout for before attempting this  
upgrade,
since this filters my e-mail if I screw up- I will have no incoming  
mail-
lest I choose to redirect my SMTP directly to my mail server- NOT A  
GOOD

IDEA.

So I see there are two methods of upgrading - sysinstall  or  
makeworld- what
would be the optimal choice for someone with limited  experience in  
the BSD

world-

Thanks



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


Re: ad0: TIMEOUT - Is my disk dying?

2007-03-29 Thread Guido Demmenie


On Mar 30, 2007, at 9:09 AM, Wood, Russell wrote:


-Original Message-
From: [EMAIL PROTECTED] [mailto:owner-freebsd-
[EMAIL PROTECTED] On Behalf Of Guido Demmenie
Sent: Friday, 30 March 2007 3:00 PM
To: Christian Walther
Cc: FreeBSD Users Questions
Subject: Re: ad0: TIMEOUT - Is my disk dying?


On Mar 29, 2007, at 11:20 PM, Christian Walther wrote:


Hi,

I'm seeing a lot of the following messages lately:

Mar 29 21:02:01 pixie kernel: ad0: TIMEOUT - READ_DMA retrying (1
retry left) LBA=13554983
Mar 29 21:02:34 pixie kernel: ad0: TIMEOUT - READ_DMA retrying (1
retry left) LBA=35376691



You also might want to give smartmontools a try. This can be found
in the portscollection (sysutils/smartmontools). This will query
the SMART tool built in most IDE drives. You can let the harddrive
do a selfcheck. And gather some statistics from your drive.

--
Guido


When you have a suspected faulty hard drive, the last thing you  
want to

do is use it.



- Russell


Can you tell me why?

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


Re: ad0: TIMEOUT - Is my disk dying?

2007-03-29 Thread Guido Demmenie


On Mar 29, 2007, at 11:20 PM, Christian Walther wrote:


Hi,

I'm seeing a lot of the following messages lately:

Mar 29 21:02:01 pixie kernel: ad0: TIMEOUT - READ_DMA retrying (1
retry left) LBA=13554983
Mar 29 21:02:34 pixie kernel: ad0: TIMEOUT - READ_DMA retrying (1
retry left) LBA=35376691



You also might want to give smartmontools a try. This can be found
in the portscollection (sysutils/smartmontools). This will query
the SMART tool built in most IDE drives. You can let the harddrive
do a selfcheck. And gather some statistics from your drive.

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


Re: Period Reboots Without Any Reason

2007-03-29 Thread Guido Demmenie

On Mar 29, 2007, at 1:28 PM, ExTaZyTi wrote:



Hi again,

My FreeBSD (6.2-STABLE) reboots without any reason for more times  
in the

month.
Last reboots "block the system for 10-20 seconds and then  
reboots.." i have

set this is my previous posts.
My PC is Intel Pentium3 866 MHz, 192 MB of RAM and 20 GB HDD. Using  
flavour

i386, without X, and don't have a monitor.



Might be your memory. Many random reboots are a sign of bad memory.

You can test your memory with memtest: http://www.memtest.org/
Just run it for several hours, if this does not give any errors it's  
not your

memory.

Only drawback of memtest is that you have to take your server offline  
and insert

the memtest boot floppy or iso.

--
Guido
www.rottnic.nl

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


Re: remote logging with syslogd

2007-03-24 Thread Guido Demmenie


On Mar 23, 2007, at 2:54 PM, David Robillard wrote:

Thnx for the tip. Found out that it was not the airport UDP port.  
It is
some misconfiguration in my DNS, but still don't get why it  
doesn't work
as expected. For some reason my DNS-name is snipped just before  
the TLD.


Oh btw i changed some configs

I prepended to /etc/syslog.conf the next and deleted what I wrote  
above

# Log remote Airport Express
+airport.intranet.mydomain.org
*.* /var/log/airport.log
+*
!*

And in rc.conf I changed the above to:
syslogd_enable="YES"
syslogd_flags="-b myhostname.intranet.mydomain.org -a
airport.intranet.mydomain.org"

So what comes in on syslogd looks like "airport.intranet.mydomain"  
so no

.org or something. I really don't get where that comes from. But now
syslogd rejects because of "name mismatch".


If you're having DNS problems, you can always check if your rc.conf(5)
and syslog.conf(5) configurations are good by using IP addresses.
Don't forget to restart syslogd(8) of course. That will help you find
out if your configurations are good.


Well with my latest changes it kind of works, doesn't look very  
pretty, because
I now use no TLD in my rc.conf(5), so no .org only the  
airport.intranet.mydomain.

And well it is okay like that.


Now that should not prevent you from fixing your DNS :)


At the moment no time, but I sure must get deeper into the Bind  
manual book ;)


--Guido
www.rottnic.nl

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


Re: remote logging with syslogd

2007-03-22 Thread Guido Demmenie


On Mar 22, 2007, at 10:44 PM, Guido Demmenie wrote:



On Mar 22, 2007, at 3:45 PM, David Robillard wrote:


Hello,

I'm trying to put up a remote logging server. I want to let my
Airport Express send its logs to my FreeBSD server.

So I said to my Airport to send its logs to the internal ip of my
server, I suppose it works because that's what Apple hardware does.
Now I did the following things on my bsdbox:


I appended to syslog.conf:

# Log remote Airport Express
+airport
*.* /var/log/airport.log
!*

I touched /var/log/airport.log and it has rw-r- root:wheel  
rights


And to rc.conf I added:

syslogd_enable="YES"
syslogd_flags="-b myhostname.intranet -a *.intranet"

I restarted syslogd via:
# /etc/rc.d/syslogd restart

I suppose it should work, but nothing appears in /var/log/airport  
and

there should be something that it listens for input or not?

Also I checked netstat -a | grep syslog
udp4   0  0  myhostname.intranet..syslo *.*

So it looks like it is not listening.

Anyone any ideas what I'm doing wrong?


The Apple AirPort products, both Extreme and Express, do not use the
standard syslog UDP port 514. They send it at a higher port. Just  
like

most Cisco devices do.

So to enable logging on a FreeBSD host, you must change your
rc.conf(5) syslog_flags line to enable other non-standard syslog
ports. Try something like this:

syslogd_flags="-b myhostname.intranet -a *.intranet:*"

Since you're using names instead of IP addresses in your
configuration, make sure your DNS resolves both A and PTR records for
the AirPort.


Thnx for the tip. Found out that it was not the airport UDP port.  
It is
some misconfiguration in my DNS, but still don't get why it doesn't  
work
as expected. For some reason my DNS-name is snipped just before the  
TLD.


Oh btw i changed some configs

I prepended to /etc/syslog.conf the next and deleted what I wrote  
above

# Log remote Airport Express
+airport.intranet.mydomain.org
*.* /var/log/airport.log
+*
!*

And in rc.conf I changed the above to:
syslogd_enable="YES"
syslogd_flags="-b myhostname.intranet.mydomain.org -a  
airport.intranet.mydomain.org"


So what comes in on syslogd looks like "airport.intranet.mydomain"  
so no

.org or something. I really don't get where that comes from. But now
syslogd rejects because of "name mismatch".

I suppose something is wrong with either my DNS or my DHCP (appending
the domainname??), but at dhcpd I have the option "domain-name" set to
"intranet.mydomain.org". So still don't get whats going wrong.

My dns gives a the right IP and reverse gives right name.
dig airport.intranet.mydomain.org --> 10.0.10.30
dig -x 10.0.10.30 --> airport.intranet.mydomain.org


Found out some more ... it has to do with the line in rc.conf
when I change that to:

syslogd_flags="-b myhostname.intranet.mydomain.org -a  
airport.intranet.mydomain"


than it works, but still I don't understand why, for if I dig this  
name I get nothing.


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


Re: remote logging with syslogd

2007-03-22 Thread Guido Demmenie


On Mar 22, 2007, at 3:45 PM, David Robillard wrote:


Hello,

I'm trying to put up a remote logging server. I want to let my
Airport Express send its logs to my FreeBSD server.

So I said to my Airport to send its logs to the internal ip of my
server, I suppose it works because that's what Apple hardware does.
Now I did the following things on my bsdbox:


I appended to syslog.conf:

# Log remote Airport Express
+airport
*.* /var/log/airport.log
!*

I touched /var/log/airport.log and it has rw-r- root:wheel rights

And to rc.conf I added:

syslogd_enable="YES"
syslogd_flags="-b myhostname.intranet -a *.intranet"

I restarted syslogd via:
# /etc/rc.d/syslogd restart

I suppose it should work, but nothing appears in /var/log/airport and
there should be something that it listens for input or not?

Also I checked netstat -a | grep syslog
udp4   0  0  myhostname.intranet..syslo *.*

So it looks like it is not listening.

Anyone any ideas what I'm doing wrong?


The Apple AirPort products, both Extreme and Express, do not use the
standard syslog UDP port 514. They send it at a higher port. Just like
most Cisco devices do.

So to enable logging on a FreeBSD host, you must change your
rc.conf(5) syslog_flags line to enable other non-standard syslog
ports. Try something like this:

syslogd_flags="-b myhostname.intranet -a *.intranet:*"

Since you're using names instead of IP addresses in your
configuration, make sure your DNS resolves both A and PTR records for
the AirPort.


Thnx for the tip. Found out that it was not the airport UDP port. It is
some misconfiguration in my DNS, but still don't get why it doesn't work
as expected. For some reason my DNS-name is snipped just before the TLD.

Oh btw i changed some configs

I prepended to /etc/syslog.conf the next and deleted what I wrote above
# Log remote Airport Express
+airport.intranet.mydomain.org
*.* /var/log/airport.log
+*
!*

And in rc.conf I changed the above to:
syslogd_enable="YES"
syslogd_flags="-b myhostname.intranet.mydomain.org -a  
airport.intranet.mydomain.org"


So what comes in on syslogd looks like "airport.intranet.mydomain" so no
.org or something. I really don't get where that comes from. But now
syslogd rejects because of "name mismatch".

I suppose something is wrong with either my DNS or my DHCP (appending
the domainname??), but at dhcpd I have the option "domain-name" set to
"intranet.mydomain.org". So still don't get whats going wrong.

My dns gives a the right IP and reverse gives right name.
dig airport.intranet.mydomain.org --> 10.0.10.30
dig -x 10.0.10.30 --> airport.intranet.mydomain.org

So anyone any ideas?

TIA

--Guido
www.rottnic.nl



remote logging with syslogd

2007-03-21 Thread Guido Demmenie

Hello,

I'm trying to put up a remote logging server. I want to let my  
Airport Express send its logs to my FreeBSD server.


So I said to my Airport to send its logs to the internal ip of my  
server, I suppose it works because that's what Apple hardware does.  
Now I did the following things on my bsdbox:



I appended to syslog.conf:

# Log remote Airport Express
+airport
*.* /var/log/airport.log
!*

I touched /var/log/airport.log and it has rw-r- root:wheel rights

And to rc.conf I added:

syslogd_enable="YES"
syslogd_flags="-b myhostname.intranet -a *.intranet"

I restarted syslogd via:
# /etc/rc.d/syslogd restart

I suppose it should work, but nothing appears in /var/log/airport and  
there should be something that it listens for input or not?


Also I checked netstat -a | grep syslog
udp4   0  0  myhostname.intranet..syslo *.*

So it looks like it is not listening.

Anyone any ideas what I'm doing wrong?

--Guido

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


Re: Asking for help on first installation

2007-02-19 Thread Guido Demmenie


On Feb 19, 2007, at 2:48 PM, Manfred Frey wrote:


Hi FreeBSD folks,

I'm a UNIX user for some time but now I'm trying to install my  
first FreeBSD system
over the internet. I got along with the HW and pre-installation  
issues easily, the disk space
is allocated, I know what to install. But I can't connect for  
download. I'd like to ask for

your help.

On this handbook page
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install- 
media.html


I arrive at figure  Figure 2-27. Set Network Configuration for  
ed0.  See page
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install- 
post.html


I don't know what to put in "host", "domain", "IPv4 gateway" and  
"domain server".


My ISP is German Telekom.
I'm using a CompuShack gateway/4-port switch
Connecting to my 3-COMs RJ45 jack

My computer is 192.168.0.4
The local gateway is 192.168.0.1
The subnet mask is 255.255.255.0
The gateway's internet address changes as it is assigned when  
connecting.


Who's host name has to be used ?
I'm logging into Telekom as [EMAIL PROTECTED] .  Is "t- 
online.de" the required domain ?
The installation probes IP numbers like 217.237.151.142 for the  
name server. Is that what's needed ?


Probably trying to use DHCP to discover all these settings would be  
the easiest way, for the router/gateway will give you all the needed  
info.


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


Re: Packet rate limiter

2007-02-08 Thread Guido Demmenie


Jan Sebosik wrote:

Hi

is there any way how to limit packet per second [PPS] rate to  
specified IP (group of IP) ? Linux can achieve this via IPtables.
I`ve searched a lot of web, but nothing interesting found (for PF,  
IPFilter, and IPFW).


On Feb 7, 2007, at 10:43 AM, Justin Robertson wrote:
Newp. You're stuck to good old bps with ipfw or bps/cpse  
(connections per second established) with pf. The other method  
would be to use cisco netflow export data from a router being  
polled - then limiting traffic with one of the methods mentioned  
above... or just place pps limits on your router itself.



Try man dummynet(4). It is a traffic shaper used with IPFW.

--
Guido Demmenie
http://www.rottnic.nl
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 答复: cvsup failed

2007-01-18 Thread Guido Demmenie
On Jan 18, 2007, at 10:52 AM, <[EMAIL PROTECTED]>  
<[EMAIL PROTECTED]> wrote:



when i use cvsup to update port tree, it always refused by server,
like
this:

Connecting to cvsup.freebsdchina.org
Cannot connect to cvsup.freebsdchina.org: connection refused ...

i have change many cvsup server , all of then result in then same,

what should i do?



I don't know what servers you tried, but you might try the servers  
listed in the handbook:


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/
cvsup.html#HANDBOOK-MIRRORS-CHAPTER-SGML-MIRRORS-CN-CVSUP

If those also result in the connection refused you should post  
your supfile to provide a little more information.


--Guido



On Jan 19, 2007, at 3:14 AM, <[EMAIL PROTECTED]>  
<[EMAIL PROTECTED]> wrote:


i have try several servers , such as cvsup.tw.freebsd.org,  
cvsup.freebsdchina.org , cvsup.jp.freebsd.org, cvsup.freebsd.org, etc.


all of then can normaly ping.


As far as I can see there no problem with the supfile. I'm not sure  
if you checked the other reply:


Check that your firewall is allowing outgoing tcp/5999.
written by: Jonathan Chen <[EMAIL PROTECTED]>

This also might be the problem.

--guido



this is my ports-supfile:

# $FreeBSD: src/share/examples/cvsup/ports-supfile,v 1.33  
2004/12/19 02:31:45 brueffer Exp $

#
# This file contains all of the "CVSup collections" that make up the
# FreeBSD-current ports collection.
#
# Defaults that apply to all the collections
#
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
#*default host=cvsup.FreeBSD.org
 *default host=cvsup.FreeBSDChina.org
#*default host=cvsup3.FreeBSDChina.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix

# If you seem to be limited by CPU rather than network or disk  
bandwidth, try
# commenting out the following line.  (Normally, today's CPUs are  
fast enough

# that you want to run compression.)
*default compress

## Ports Collection.
#
# The easiest way to get the ports tree is to use the "ports-all"
# mega-collection.  It includes all of the individual "ports-*"
# collections,
#ports-all

# These are the individual collections that make up "ports-all".   
If you

# use these, be sure to comment out "ports-all" above.
#
# Be sure to ALWAYS cvsup the ports-base collection if you use any  
of the
# other individual collections below. ports-base is a mandatory  
collection
# for the ports collection, and your ports may not build correctly  
if it

# is not kept up to date.
ports-base
ports-accessibility
ports-arabic
ports-archivers
ports-astro
#ports-audio
ports-benchmarks
ports-biology
#ports-cad
ports-chinese
ports-comms
ports-converters
ports-databases
ports-deskutils
ports-devel
ports-dns
ports-editors
#ports-emulators
#ports-finance
#ports-french
ports-ftp
#ports-games
#ports-german
ports-graphics
ports-hebrew
ports-hungarian
ports-irc
#ports-japanese
ports-java
#ports-korean
ports-lang
ports-mail
ports-math
ports-mbone
ports-misc
ports-multimedia
ports-net
ports-net-mgmt
ports-news
#ports-palm
ports-polish
#ports-portuguese
#ports-print
#ports-russian
ports-science
ports-security
ports-shells
ports-sysutils
ports-textproc
ports-ukrainian
ports-vietnamese
ports-www
ports-x11
ports-x11-clocks
ports-x11-fm
ports-x11-fonts
ports-x11-servers
ports-x11-themes
ports-x11-toolkits
ports-x11-wm

is there any error in my ports-supfile?

Thanks


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


Re: cvsup failed

2007-01-18 Thread Guido Demmenie


On Jan 18, 2007, at 10:52 AM, <[EMAIL PROTECTED]>  
<[EMAIL PROTECTED]> wrote:


when i use cvsup to update port tree, it always refused by server,  
like

this:

Connecting to cvsup.freebsdchina.org
Cannot connect to cvsup.freebsdchina.org: connection refused
...

i have change many cvsup server , all of then result in then same,

what should i do?



I don't know what servers you tried, but you might try the servers  
listed in the handbook:


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ 
cvsup.html#HANDBOOK-MIRRORS-CHAPTER-SGML-MIRRORS-CN-CVSUP


If those also result in the connection refused you should post your  
supfile to provide a little more information.


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


Re: Reread rc.conf....

2007-01-17 Thread Guido Demmenie


On Jan 17, 2007, at 9:55 PM, Garrett Cooper wrote:


On Jan 17, 2007, at 12:01 PM, Kevin Downey wrote:


On 1/17/07, Agus <[EMAIL PROTECTED]> wrote:

Hi folks.
I did some configs in my freebsd and realiza that i didnt have  
the inetd

running. So i addesd inetd_enable="YES" to rc.conf.
Now im trying to reread the rc.conf to make the changes active  
without

restarting
Is there a way to do it? or i have to start each server it from
rc.dmanually, in these case only inetd; but what if i added a lot of
lines to
rc.conf?


i've read this...

On the console do:

# shutdown now
(Note: without -r or -h)

# return
# exit

Is this the only way to do it?

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




/etc/rc.d/inetd restart


The rc scripts in /etc/rc.d always work with the exception for me  
at least being rpcbind, nfsd, and mountd; those are the ones that I  
always have to reboot a machine for for some odd reason when I  
change related settings (unless I'm doing something wrong of course).

-Garrett


The rc.d scripts indeed mostly work.

A little bit offtopic:
Only /etc/rc.d/mountd won't stop mountd on my 6.0 system. But to  
restart my nfsd I use the next commands


#killall mountd
#/etc/rc.d/nfsd restart

This usualy works to restart and reread my /etc/export file.

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


Re: install fails

2007-01-14 Thread Guido Demmenie


On Jan 14, 2007, at 9:51 PM, Mark Busby wrote:

I've been trying to install freebsd on a HP pavilion with a A7V-VM  
Asus motherboard.
  The bios finds the harddrive and controler, but freebsd does not.  
I've installed a harddrive with
  bsd already loaded and the computer runs fine. I've tried older  
install cd's of freebsd from 4.1 to 6.2rc2  same thing happens.  
I've changed bios settings, looked for virus blocking software in  
the bios. I've placed the harddrive into another computer, it works  
fine. Pulled cards to see if interupt storm. But still unable to  
load from install cd.  Any ideas??


I've had the same problem with installing it on a asus A7V8X mobo.  
When I disabled ACPI it does recognise the harddrive, although it  
shows 2 hd's for some reason. They booth look the same but have  
another name.


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


ntpd crashes every once in a while

2007-01-12 Thread Guido Demmenie

Hello,

ntpd crashes every once in a while, sometimes with days in between  
sometimes within a few hours.


And the error I see in my /var/log/messages is:
Jan 12 14:21:34 rottnic kernel: pid 516 (ntpd), uid 0: exited on  
signal 11 (core dumped)


My server is in the pool of pool.ntp.org and there is mentioned that  
I might have to raise my ulimit, but as shown below it is already  
unlimited as far as I can see.


rottnic# csh
rottnic# limit
cputime  unlimited
filesize unlimited
datasize 524288 kbytes
stacksize65536 kbytes
coredumpsize unlimited
memoryuseunlimited
vmemoryuse   unlimited
descriptors  3463
memorylocked unlimited
maxproc  1731
sbsize   unlimited

rottnic# sh
rottnic# ulimit
unlimited

uname -a
FreeBSD rottnic.nl 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Wed Mar  8  
19:48:39 CET 2006 rottweilertje@:/usr/src/sys/i386/compile/ 
ROTTKERNELv3  i386


I added this to my kernel:

options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=10
options IPDIVERT
options IPSEC
options IPSEC_ESP
options DUMMYNET
options QUOTA

# Wireless AP support
wlan_wep# 802.11 WEP support
wlan_ccmp   # 802.11 CCMP support
wlan_tkip   # 802.11 TKIP support
wlan_xauth  # 802.11 external authenticator support
wlan_acl# 802.11 MAC ACL support


Thanks in advance,

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


strange behavior webpages

2006-08-04 Thread Guido Demmenie

Hello,

I have a very strange problem with my served webpages.
When I open the webpages from my server with my ibook, while  
connected to my wireless network, everything goes fine. But when I  
refresh a website or when Safari is not grabbing it from its cache  
the page returns corrupted. The page shown is a bunch of random  
characters. After each refresh the stream of charachters is changed.  
On my PC the page is still corrupted, but with a refresh the  
characters are still the same.
When I open a terminal screen on my server and look at the file this  
happens:


%less data/www/networkstats.html
"data/www/networkstats.html" may be a binary file.  See it anyway?

and

%file data/www/networkstats.html
data/www/networkstats.html: data

After some time (about a day or so) the file gets back to its normal  
state, being a html file and it is served well again.
I thougth it would be a problem of my ibook, but when I connect to  
the website while using my wired network the problem does not occur.  
Also not when I am connected to a wireless network other than my own.  
Webpages served from my secure webserver don't get messed up, also  
dynamic pages (CGI/PHP) don't get messed up exept for the images that  
are on those pages.
For my wireless connection I use a wireless PCI card (Netgear MA311  
with latest firmware) on the serverside and the airport extreme from  
my ibook G4. The connection is WEP encrypted by standard FreeBSD  
modules.
I already tried to use a different version of apache (currenty using  
apache-2.0.55_4), but it didn't fix the problem.
I tried finding a useful error or things in my logfiles but I can't  
find anything.
I suspect some of the drivers for my wireless device (wi) to corrupt  
the files, problem is that even if I chmod 000 a file it still gets  
corrupted.


I use:
FreeBSD 6.0
apache-2.0.55_4

some dmesg output:
FreeBSD 6.0-RELEASE #0: Wed Mar  8 19:48:39 CET 2006
CPU: Intel(R) Celeron(R) CPU 2.66GHz (2668.41-MHz 686-class CPU)
wi0:  mem 0xfafff000-0xfaff irq 21 at device  
10.0 on pci1

wi0: [GIANT-LOCKED]
wi0: using RF:PRISM2.5 MAC:ISL3874A(Mini-PCI)
wi0: Intersil Firmware: Primary (1.1.1), Station (1.8.4)

Can anyone help me on this, or does anybody has some kind of the same  
problems?


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