Nikolas Britton | 1 Aug 2006 01:40
Picon

Re: Gotta start somewhere ... how many of us are really out there?

On 7/31/06, User Freebsd <freebsd <at> hub.org> wrote:
> On Mon, 31 Jul 2006, Svein Halvor Halvorsen wrote:
>
> > Colin Percival wrote:
> >> There are still a lot of people (particularly on pre-6.0 systems) who
> >> are using CVSup rather than portsnap for updating their ports trees.
> >
> > Also, I would guess that some people who run multiple FreeBSD systems,
> > use some sort of local propagation of either the entire ports tree, or
> > locally compiled packages.
> >
> > I work as a sysadmin at the students computer lab at the mathematics
> > department at the Norwegian university of science and technology, and we
> > take this approach. Not that the maths department is a large one, but we
> > have fifty-some workstations and a couple of servers running FreeBSD.
> > Only one or two of which would show up in the portsnap stats.
>
> Ya, that is the part that throws the #s out completely ... its those
> 'ghost machines' that would be nice to see counted somehow ...
>
> How about something as innoculous as:
>
> fetch http://statsserver.domain/aliveping.php?version=`uname -mr`&hostname=`hostname`
>
> run as part of periodic daily ... ?  uname -mr would have to be properly
> formatted for a URL, but that would give a distinct IP / hostname for
> indexing, and OS version, take neglible bandwidth to run, and, I believe,
> doesn't give out any *sensitive* information ...
>

(Continue reading)

Greg 'groggy' Lehey | 1 Aug 2006 01:50
Picon
Favicon

Re: MySQL Signal 10 on FreeBSD 6.0-RELEASE-P6

On Monday, 31 July 2006 at 11:35:04 -0400, Erik Kristensen wrote:
>
> I have an interesting issue with FreeBSD 6.0 and MySQL 5.0. Part of
> my problem has been discussed serveral times in the past on other
> mailing lists and it seems there has been fixes for older versions of
> MySQL.

From what you say here, there's no reason to believe that your problem
has been mentioned at all.

> The MySQL server is currently receiving a SIGNAL 10 about once an
> hour, which is causing many problems with the innodb databases that
> we have running on this server.

Signal 10 is SIGBUS (bus error), an error detected by the hardware.
The most frequent causes are bugs in the hardware and bugs in the
software.  The only way to find out what causes the problem is to
investigate further.  Never make the assumption that any two SIGBUS
problems are related.  Still, SIGBUS is interesting, because just
about every such error in FreeBSD is reported as a SIGSEGV (signal
11).

> I am running FreeBSD 6.0-RELEASE-p6 and MySQL 5.0.22.
>
> In all the lists I have read regarding FreeBSD, MySQL and signal 10,
> it all seems to happen with version 6.0 and the 4.1.x series of
> MySQL.

I can't confirm that at all.  I've been chasing a number of very
specific problems for some time, and as far as I can tell, there are
(Continue reading)

Erik Kristensen | 1 Aug 2006 03:51

Re: MySQL Signal 10 on FreeBSD 6.0-RELEASE-P6

Thanks for the reply. I apologize, I should have been more clear with my 
first paragraph in my email. I have found several other somewhat similar 
problems with MySQL on FreeBSD 6.0 but with the MySQL 4.1.x series.

Nothing in the Bug report you suggested bears much resemblance at first 
glance. I originally thought this was a too many connections for the 
server (physical server) problem, so I dropped the max connections to 20 
and still got a signal 10. I also played with other numbers as the max 
connections but no matter what about once an hour a SIGBUS error would 
appear.

I have enabled --log and --core-file on my mysql server and I am trying 
to determine if a specific query is causing the problem, however I 
highly doubt this. Hopefully when it crashes the core file will be able 
to shed some light on the problem at hand.

Just as I was typing I had tail running on the log file and error log 
files and I caught a signal 10, at the time there was no query that 
stood out that hadn't been queried previously. If you like I could send 
the queries that preceded the signal 10, but I doubt they will do any 
good. There are 4 queries and about 25 quits, in the minute leading up 
to the crash.

I do have a core dump file and I am attempting to gather information, 
however my knowledge on inspecting core dumps is limited, I am willing 
to host the file somewhere if you care to look at it to help determine 
the cause.

Many thanks.

(Continue reading)

Nikolas Britton | 1 Aug 2006 04:13
Picon

Re: Gotta start somewhere ... how many of us are really out there?

My calculations are off, I though the monthly periodic was relative to
the system install date. Here are the new numbers:

Lets say each client sends 20 bytes and their are 10^7 clients for a
total of 190.7MB per month. Now... Lets say 50% (10^6.7) of those
clients are set to UTC and all of them trigger on the first of the
month within 5 minutes of each other (10^6 per minute). This equates
to 16706 clients per second. We would need 326KB/s or 2610Kbit/s to
handle this load. This is a problem, even half of that is a problem.

On 7/29/06, Nikolas Britton <nikolas.britton <at> gmail.com> wrote:
> On 7/29/06, User Freebsd <freebsd <at> hub.org> wrote:
> > On Fri, 28 Jul 2006, Ted Mittelstaedt wrote:
> >
> > > You might think this sounds harmless but folks have done this kind of
> > > thing in the past with other products and wreaked havoc on the Internet.
> > > You can start by referencing "dlink ntp fiasco" in google to get an idea
> > > of what can happen to these kinds of well meaning attempts.  Let
> > > sleeping dogs lie.
> >
> > 'k, you lost me on how this relates to the fiasco ... I did a quick search
> > on Google for it, and, unless I didn't find the right reference, the
> > 'fiasco' had to do with DLink setting up their software to ping PHKs NTP
> > Server, without getting permissions first, and, thereby, flooding him with
> > NTP requests ...
> >
> > > People just don't realize just how very big the Internet is.
> >
> > That is the problem, yes ... nobody knows how big the FreeBSD community is
> > ... :)
(Continue reading)

Iain Dooley | 1 Aug 2006 05:11

openssl and apache

hi there,

uname -a:

FreeBSD cirrus.dfi.net.au 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Sun Jul  9 
12:08:32 EST 2006 amac <at> cirrus.dfi.net.au:/usr/src/sys/i386/compile/NEWKERNEL  i3861~

i recently got ssl running with apache. i'm not quite sure how it 
happened, but at some point after this i could not longer ssh into the 
box. i went into the data centre and found that when i tried to ssh out of 
the machine, the error:

OpenSSL Version Mismatch

appeared on the screen. It was quite important to get this working, and 
some googling turned up the possibility that this was because there were 
two versions of openssl installed on the machine. i did:

cd /usr/ports/security/openssl
make deinstall

and i could then ssh in and out of the box. however, now when i request a 
page using https from this machine the error:

[Tue Aug 01 13:55:22 2006] [error] [client 125.62.65.184] Invalid method 
in request \x80g\x01\x03

shows up in my apache logs. if i try:

openssl s_client -connect my.host:443
(Continue reading)

Ted Mittelstaedt | 1 Aug 2006 05:52

Re: Are hardware vendors starting to bail on FreeBSD ... ?


> I wanted to ask if there is some sort of channel whereby he could be
> given active support

See a need, fill a need.  Since you can clearly see the person wasn't given
adequate information, then go ahead and give him the information.  Unless
people like you and me and the rest of us ordinary users take responsibility
for these responses, a lot of them will fall through the cracks since the
developers have limited time to answer them.

Nobody ever complained about being given too much information.

Ted

----- Original Message ----- 
From: "Chris Whitehouse" <chris <at> childeric.freeserve.co.uk>
To: "Joao Barros" <joao.barros <at> gmail.com>
Cc: <freebsd-questions <at> freebsd.org>
Sent: Monday, July 31, 2006 3:47 PM
Subject: Re: Are hardware vendors starting to bail on FreeBSD ... ?

> Joao Barros wrote:
> > And on the subject, has anyone noticed this email from someone
> >  <at> Promise to the scsi mailing list?
> >
> > http://lists.freebsd.org/pipermail/freebsd-scsi/2006-July/002543.html
> >
>
> I wanted to reply about this post but I'm hesitating because I know
> there are more people who talk than act and I can only talk because I
(Continue reading)

Micah | 1 Aug 2006 06:14

Re: spamfilter

justin wrote:
> 
> Hello,
> 
> I `ve got a spam problem and want to run a spamfilter.
> There is only a problem i don`t no witch spamfilter to choose.
> Can anyone give me a tip of a good and simple to run spamfilter???
> 
> Ok thanks,
> Justin.
> 

I'm running SpamAssassin and spamass-milter. They seem to do an okay job.

HTH,
Micah
_______________________________________________
freebsd-questions <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe <at> freebsd.org"

Nikolas Britton | 1 Aug 2006 06:39
Picon

Re: Are hardware vendors starting to bail on FreeBSD ... ?

On 7/31/06, Ted Mittelstaedt <tedm <at> toybox.placo.com> wrote:
>
> ----- Original Message -----
> From: "Chad Leigh -- Shire.Net LLC" <chad <at> shire.net>
> To: "Born, Clinton" <Clinton.Born <at> dig.com>
> Cc: "FreeBSD Questions" <freebsd-questions <at> freebsd.org>; "Ted Mittelstaedt"
> <tedm <at> toybox.placo.com>
> Sent: Sunday, July 30, 2006 10:15 PM
> Subject: Re: Are hardware vendors starting to bail on FreeBSD ... ?
>
>
> >
> > On Jul 30, 2006, at 11:11 PM, Born, Clinton wrote:
> >
> > > Please explain? Because I like people to have an objective view
> > > when it
> > > comes to making technology decisions. We've made bad technology work,
> > > and I've seen free software cost more than the most expensive
> > > Microsoft
> > > license. Too many variables are involved and anyone evangelizing a
> > > single system should be viewed with skepticism..  Is this what you
> > > mean
> > > buy out of touch?
> >
> > The comparison to Hezbollah.  There is not one item to compare
> > between "tech fanatics" and Hezbollah -- only contrast.
> >
> > I personally am not an Open Source (O.S.) weenie, and some folks are
> > O.S. fanatics etc (usually you find these in the Linux fan-boy club
> > but they probably exist everywhere) but I have yet to see a MS
(Continue reading)

Tyler Spivey | 1 Aug 2006 07:37

switching from linux to freebsd

Hello. I'm interested in moving my server from linux to freeBSD, but
have several questions:
1. What is the freebsd equivalent of lvm? I'd like to resize volumes,
add/delete volumes, etc. Currently I have my linux root on LVM with ext3
as a filesystem, which I can grow/shrink when I want, if one part runs
out of space. Will a shrinkfs command be added to freebsd like growfs is
already?
2. Can Ufs handle crashes very well, or is a very long fsck needed like
the old ext2 days?

3. is the restriction of NFS-servers only mounting on partition
boundaries going to be removed in the future, if it even still exists?

Thanks,
Tyler

_______________________________________________
freebsd-questions <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe <at> freebsd.org"

User Freebsd | 1 Aug 2006 03:49
Favicon

Safe card to replace for ICP Vortex GDT8514RZ ...


I have a remote server, running the above RAID controller, that, as most 
ppl here have seen over the past few weeks, is causing endless headaches 
...

Official word from Adaptec is that FreeBSD is no longer a supported 
platform, so, I either live with the deadlocks, or try and figure out a 
suitable replacement for the card ...

So, can anyone recommend a card to replace this with?  Its a remote 
server, so I'm looking for something that will be plug-n-play, same slot 
that the GDT is in ... I realize that I'll have to reformat the server 
afterwards ...

  ----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email . scrappy <at> hub.org                              MSN . scrappy <at> hub.org
Yahoo . yscrappy               Skype: hub.org        ICQ . 7615664
_______________________________________________
freebsd-stable <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe <at> freebsd.org"


Gmane