Frank Staals skrev:
Noel Jones wrote:
On 2/24/06, Frank Staals <[EMAIL PROTECTED]> wrote:
Hey,
I have an FreeBSD server/firewall running 5-Stable with PF. I want to
redirect all udp traffic on port 27902 from the internet to a computer
in my network. I used this rule but I have some proble
Nikolas Britton wrote:
On 2/26/06, Dmitri Pisarev <[EMAIL PROTECTED]> wrote:
Nikolas Britton wrote:
On 2/26/06, Dmitri Pisarev <[EMAIL PROTECTED]> wrote:
I've got laptop Toshiba Portege 3480CT(no floppy, no CD-ROM, no booting
from USB flash supported etc. 40G HDD)
hi sirs,
my machine is thinkpad r51 with FreeBSD siting.thai-aec.org 6.0-STABLE
FreeBSD 6.0-STABLE #0: Tue Nov 15 11:38:48 ICT 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SITING i386
which is now attached to r51 via usb port as da0.
i can start freebsd from this device but upon shutdown
[EMAIL PROTECTED] wrote:
On 2/26/06, Nikolas Britton <[EMAIL PROTECTED]> wrote:
On 2/26/06, Dmitri Pisarev <[EMAIL PROTECTED]> wrote:
Nikolas Britton wrote:
On 2/26/06, Dmitri Pisarev <[EMAIL PROTECTED]> wrote:
I've got laptop Toshiba Portege 3480CT(no floppy, no C
Well, I don't use PF on FreeBSD (only on OpenBSD--and am no expert by
any means) but I would write that rule as
rdr pass on $extif inet proto udp from any to any port 27902 ->
192.168.2.11 port 27902
the difference being the addition of the "pass" keyword.
IF you have a block, then allow r
On Saturday 25 February 2006 03:07, Donald J. O'Neill wrote:
> Why are you deleting the portsnap files. That's a 39 MB file that you
> have to download everytime you do that. The idea is to just download
> the patches necessary to update the ports tree after 'portsnap fetch',
> 'portsnap install' h
Hi all,
i'd like build a rules firewall 4 my machine on the internet and my lan.
I see: IPFW, PF, IPF.
I have a main server on the internet and several clients.
Which firewall package i should use?(study)
I known iptables (4 linux) and i wrote a rules for it, but i prefer use a
native freebsd
(Please Cc: me on all replies.)
I bought a USB CF reader/writer. When I plug it in, the system sees it
as:
kernel: umass0: VIA Technologies Inc. USB 2.0 Card Reader, rev 2.00/0.03, addr
2
but no matter what I do the system cannot see the CF disk in the unit.
I then tried the same card in an
Pol Hallen wrote:
Hi all,
i'd like build a rules firewall 4 my machine on the internet and my lan.
I see: IPFW, PF, IPF.
I have a main server on the internet and several clients.
Which firewall package i should use?(study)
I known iptables (4 linux) and i wrote a rules for it, but i prefer u
On 2/27/06, Jordan Mendler <[EMAIL PROTECTED]> wrote:
> I am trying to install FreeBSD for the first time on an athlon xp 1700
> w/ 1 gb of ram and get the following error message at the beginning
> right after it loads all the drivers:
> Uptime: 1s
> Cannot dump. No dump device defined.
> Automati
Anyone looking for a quick solution, this is what worked for me
on FreeBSD 6.0 Release.
I have /usr/ports extracted from the 6.0 Release ISO CD. I also
have a directory which I named /home/newports extracted from
the latest portsnap download:
portsnap -p /home/newports fetch
portsnap -p /home/
On Friday 24 February 2006 22:56, Colin Percival wrote:
> >
> > Go on, humour me and run that bad boy with -x!
> >
> > sh -x /usr/sbin/portsnap fetch
>
> Even better, throw in the --debug flag as well:
> sh -x /usr/sbin/portsnap --debug fetch
>
I've had a quick look through and it's obviou
Hi,
i tried to install FreeBSD 5.4 and 6.0 (x86 and amd64) on an IBM Blade Center
(Intel based).
USB keyboard works, ACPI does not (but i do not care about that one), but the
bootprocess takes about 5-10 minutes.
We hava a Qlogic 2312 which is supported by the "isp" driver. But, well, not
rea
Dmitri Pisarev wrote:
Nikolas Britton wrote:
On 2/26/06, Dmitri Pisarev <[EMAIL PROTECTED]> wrote:
I've got laptop Toshiba Portege 3480CT(no floppy, no CD-ROM, no booting
from USB flash supported etc. 40G HDD) and a desktop computer running
FreeBSD 6.0(athlon 3200+, WD 80G HDD).
I need to i
On Saturday 25 February 2006 04:53, Chad Leigh -- Shire.Net LLC wrote:
> I would wonder about Adaptec support. Areca is officially supporting
> FreeBSD (and Solaris 10 and others).
The Adaptec website claims that the 2820 is compatible with FreeBSD 5.4 but
doesn't mention 6. I noticed that ab
On Saturday 25 February 2006 00:06, Mike Tancsa wrote:
> In short, I would recommend the card if you need speed under FreeBSD.
Thanks for the info Mike. I get a good feeling about Areca. Looks like we'll
be going with them. Nobody else seems to match them for board quality or
support.
Ashley
On Friday 24 February 2006 22:56, Colin Percival wrote:
> >
> > Go on, humour me and run that bad boy with -x!
> >
> > sh -x /usr/sbin/portsnap fetch
>
> Even better, throw in the --debug flag as well:
> sh -x /usr/sbin/portsnap --debug fetch
>
I've had a quick look through and it's obviou
Hi all :-)
i have a server with several hd always on
i want idle hard disk after several minutes
the bios of mother b. is not good for do this, and i'd like use a software
which atailde or others..
with ataidle i can idle my hd but how check if hd is really in idle mode?
Are there others port
This question has been asked on this list a few times in the past.
Check the list archives for the thread details.
But what it all boils down to if I remember correctly is this.
IBM is know for doing things to lock their customers into using
only IBM equipment and software.
The Qlogic board that I
On Mon, Feb 27, 2006 at 12:34:55PM +1100, Richard Burakowski wrote:
> Scott Mitchell wrote:
>
> > performance reasons. However, I want downloaded distfiles and built
> > packages to go in /usr/ports where other machines can see them, but there
> >
> i don't save packages but i do have clients dow
Sir:
Let me inform you that posting to the FreeBSD question list will
result in your post becoming public domain material. The List is
cloned to many different public news groups and some private servers
that provide free public search functions of the questions list.
Your disclaimer that the cont
On 2/26/06, Donald J. O'Neill <[EMAIL PROTECTED]> wrote:
> I don't see anything in the OP's message that requires kernel debugging.
> Just some advice that he should check to see what changes have been
> made to ipf v4.1.8 as compared to v3.4.35 and how they affect rules.
Thank you Don. Exactly. I
Hi all,
I am MSC candidate, and i have been doing a study on open source and
distributed software development, and for this, i am searching for learning
more about open source communities and their best practices applied in this
development environment. So, i am migrating to freebsd community, but
On 2/27/06, Erik Nørgaard <[EMAIL PROTECTED]> wrote:
> Could you change your last rule to this:
>
> block in log quick on xl0 all
>
> and then tell what you see in the log. This would give some information
> if any traffic is blocked in the first place. Actually, adding the log
> keyword to all rul
Hi,
I have the same machine, but my bios config. disks have become corrupted,
can anybody help???
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.1.0/269 - Release Date: 2006/02/24
___
freebsd
On 25 Feb 2006 09:46:25 -0500, Lowell Gilbert
<[EMAIL PROTECTED]> wrote:
> "Peter de Rooij" <[EMAIL PROTECTED]> writes:
>
> > More symptoms:
> > - the detection of the usb drive after adding to fstab was a fluke.
> > The next few boots it was missing again...
> > - I have seen the usb mouse and pri
On Monday 27 February 2006 11:00, Ashley Moran wrote:
> the same things four times
Does anyone else suffer from a spam-happy Kontact? :D
My messages go into the outbox but don't leave it until KMail has fired off at
least 500 copies.
___
freebsd-questi
"Peter de Rooij" <[EMAIL PROTECTED]> writes:
> Seems to work, and haven't seen any new problems due to ACPI yet.
> (Strange to have to use ACI on a desktop, isn't it?)
Not strange at all...
___
freebsd-questions@freebsd.org mailing list
http://lists.fr
On 2006-02-27 18:48, Roman Serbski <[EMAIL PROTECTED]> wrote:
>On 2/27/06, Erik N?rgaard <[EMAIL PROTECTED]> wrote:
>> Could you change your last rule to this:
>>
>> block in log quick on xl0 all
>>
>> and then tell what you see in the log. This would give some information
>> if any traffic is bloc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Feb 17 Mike Jeays spake forth boldly:
On Fri, 2006-02-17 at 11:09 +, Denny White wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I read the article at Onlamp about printing for the impatient.
Installed apsfilter and samba on my old h
On 2006-02-27 16:50, Giorgos Keramidas <[EMAIL PROTECTED]> wrote:
> It looks like the stateful rule didn't succeed in creating a state for
> the outgoing UDP packet:
>
> pass out quick on lo0 from any to any
> pass out quick on xl0 proto tcp from any to any port = domain flags
> S/FSRPAU k
On 2/27/06, Giorgos Keramidas <[EMAIL PROTECTED]> wrote:
> One reason why this could fail is that the xl0 interface is not part of
> the route to your ISP's DNS servers.
>
> How many interfaces does the system have? Is xl0 in the path to your
> ISP's router?
There are two interfaces - xl0 and xl1
Roman Serbski wrote:
Adding the 'log' keyword produced the following record:
xl0 @0:2 b XXX.XXX.XXX.XXX,53 -> YYY.YYY.YYY.YYY,60808 PR udp len 20 298 IN bad
read this line: This tells you where the packet is blocked. IIRC @0:2
means group 0 (you don't use groups) and 2 should be the second r
Roman Serbski wrote:
xl0 @0:2 b XXX.XXX.XXX.XXX,53 -> YYY.YYY.YYY.YYY,60808 PR udp len 20 298 IN bad
Just looking again on this line, see at the end? "bad" could be that the
response is malformed and therefore discarded. could be that ipf is less
tolerant in the newer version. Try to use a d
Can someone advise how to build gcc4.1 from ports with support for gcj.
Typically a port only requires:
make
make install
make clean
What is needed to compile successfully with gcj support. Many thanks
Regards,
David
___
freebsd-questions@freebsd.org
In the last episode (Feb 27), David Pratt said:
> Can someone advise how to build gcc4.1 from ports with support for
> gcj. Typically a port only requires:
>
> make
> make install
> make clean
>
> What is needed to compile successfully with gcj support. Many thanks
Comment out the "WITHOUT_JAVA
I have been using xcdroast to burn DVDs without a problem. recently,
however, I have been unable to burn DVDs. I think I found the problem:
# /usr/X11R6/lib/xcdroast-0.98/bin/cdrecord.prodvd -version
/libexec/ld-elf.so.1: Shared object "libcam.so.2" not found, required by
"cdrecord.prodvd"
So,
Many thanks Dan. I'll give this a try.
Regards
David
Dan Nelson wrote:
In the last episode (Feb 27), David Pratt said:
Can someone advise how to build gcc4.1 from ports with support for
gcj. Typically a port only requires:
make
make install
make clean
What is needed to compile successfull
On 2/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Dmitri Pisarev wrote:
> > Nikolas Britton wrote:
> >
> >> On 2/26/06, Dmitri Pisarev <[EMAIL PROTECTED]> wrote:
> >>
> >>
> >>> I've got laptop Toshiba Portege 3480CT(no floppy, no CD-ROM, no booting
> >>> from USB flash supported etc. 40G
You must have upgraded your system to 6.X, so you need to recompile
xcdroast against the new libraries.
'portupgrade -f xcdroast'
..will work for you.
On Mon, 2006-02-27 at 11:12 -0500, [EMAIL PROTECTED] wrote:
> I have been using xcdroast to burn DVDs without a problem. recently,
> howev
Hi. Well getting somewhere but it looks like another hitch.
Making GCC 4.1.0 for FreeBSD 4.10 target=i386-portbld-freebsd4.10
(with Java)
===> WARNING: Vulnerability database out of date, checking anyway
=> gcc-java-4.1-20060217.tar.bz2 is not in /usr/ports/lang/gcc41/distinfo.
=> Either /usr/p
Hello,
I am a university student of telecommunications and I am doing the work of
end of career. I want to ask you if you might facilitate to me a list of the
characteristics of Mobile IPv6 that has your operative system (freeBSD)
implemented. Thank you very much.
Victor Rubio
___
In the last episode (Feb 27), David Pratt said:
> Hi. Well getting somewhere but it looks like another hitch.
>
> Making GCC 4.1.0 for FreeBSD 4.10 target=i386-portbld-freebsd4.10
> (with Java)
> ===> WARNING: Vulnerability database out of date, checking anyway
> => gcc-java-4.1-20060217.tar.bz2
hi,
I'm running 5.4-RELEASE on a server with a Highpoint RocketRAID 1520
controller. Recently one of the drives failed, but the system kept running,
which is nice.
Now, however, I'm trying to replace the drive with a new (almost identical)
one:
after plugging in the drive:
# atacontrol status ar
[EMAIL PROTECTED] wrote:
I have been using xcdroast to burn DVDs without a problem. recently,
however, I have been unable to burn DVDs. I think I found the problem:
# /usr/X11R6/lib/xcdroast-0.98/bin/cdrecord.prodvd -version
/libexec/ld-elf.so.1: Shared object "libcam.so.2" not found, required
Super, thanks Dan.
Regards
David
Dan Nelson wrote:
In the last episode (Feb 27), David Pratt said:
Hi. Well getting somewhere but it looks like another hitch.
Making GCC 4.1.0 for FreeBSD 4.10 target=i386-portbld-freebsd4.10
(with Java)
===> WARNING: Vulnerability database out of date, che
I want try UUCP.
I have read handbook and found that I must build a new sendmail.cf.
But there is no devtools/* in /usr/src/contrib/sendmail.
(FREEBSD-upgrade tells us, that this directory has been removed for the
import of sendmail.)
So
make install-cf
in cf/cf fails immediately because it t
On Feb 27, 2006, at 3:32 AM, Ashley Moran wrote:
On Saturday 25 February 2006 04:53, Chad Leigh -- Shire.Net LLC wrote:
I would wonder about Adaptec support. Areca is officially supporting
FreeBSD (and Solaris 10 and others).
The Adaptec website claims that the 2820 is compatible with FreeB
On Mon, Feb 27, 2006, a wrote:
>How to set SMTP server for mutt?
>I have different POP and SMTP servers.
As far as I know, mutt expects to pipe its output to a program,
sendmail by default. The default value in my ~/.muttrc file is:
set sendmail="/usr/lib/sendmail -oem -oi"
Looking at the ``ma
2. Google for known issues for your motherboard and your
other hardware
It seems that even though the Sil 3112 SATA (on board) controller on my
motherboard uses is supposed to be supported by FreeBSD, that is very
blotchy. I guess thats what it is, so does this mean I just have to
wait for a
On Feb 27, 2006, at 1:19 PM, Bill Campbell wrote:
On Mon, Feb 27, 2006, a wrote:
How to set SMTP server for mutt?
I have different POP and SMTP servers.
As far as I know, mutt expects to pipe its output to a program,
sendmail by default. The default value in my ~/.muttrc file is:
set sendm
Pol Hallen wrote on Monday 27 February 2006 12:18:
> Hi all :-)
>
> i have a server with several hd always on
>
> i want idle hard disk after several minutes
>
> the bios of mother b. is not good for do this, and i'd like use a software
> which atailde or others..
>
> with ataidle i can idle m
What internal DMT ADSL modems are supported by FreeBSD? I am
looking for internal modems rather than external ones, because the
link requires redundancy and I'd like FreeBSD to do multilink PPP
over two of them.
--Brett Glass
___
freebsd-questions@f
Are there any reasons why I couldn't run any userland apps that were built
on 4.X (some on 4.6, some one 4.11) on the 5.X or 6.X versions of FreeBSD?
I'd like to take advantage of some of the newer core system changes, like
better SMP, etc... But I'm afraid I'd break everything that I'm running, a
On Mon, 2006-02-27 at 12:30 -0700, Brett Glass wrote:
> What internal DMT ADSL modems are supported by FreeBSD? I am
> looking for internal modems rather than external ones, because the
> link requires redundancy and I'd like FreeBSD to do multilink PPP
> over two of them.
>
> --Brett Glass
Br
> After a "atacontrol detach" the disk spins down. Better umount it first
> or the system will hang if you use that disk again.
> You have to use atacontrol to attach it again.
It's a very good idea! ;-)
i'll do a script to umount fs and atacontrol detach..
well, how wait about 10 minutes of inac
Don O'Neil schrieb:
Are there any reasons why I couldn't run any userland apps that were built
on 4.X (some on 4.6, some one 4.11) on the 5.X or 6.X versions of FreeBSD?
Most likely there are reasons. What's the error message? Did you
installed misc/compat4x?
Björn
__
The harddisk of mdesktop machine is no longer detected by my beastie
server (both are FreeBSD RELEASE 6.0 GENERIC).
So I want to perform a diskless boot. I've come to the point where I am
successfully booting by means of pxeboot and the isc-dhcp3-server: it
loads the kernel, shows the menu,
At 05:54 AM 2/27/2006, robert wrote:
>On Mon, 2006-02-27 at 12:30 -0700, Brett Glass wrote:
>> What internal DMT ADSL modems are supported by FreeBSD? I am
>> looking for internal modems rather than external ones, because the
>> link requires redundancy and I'd like FreeBSD to do multilink PPP
I haven't tried running them yet, I'm just asking since I'm planning on
building a new server and would prefer to use 5.x or 6.x rather than 4.11
which my old server is running.
I guess the best way to find out is to try... I was just asking if there
_could_ be any issues.
If you were in my posi
Hey all,
I've been running some code with larger data sets and needed to up some
kernerl parameters. I added this to loader.conf:
kern.maxdsiz="1073741824"
kern.dfldsiz="1073741824"
kern.maxssiz="134217728"
The odd thing is limits shows:
Resource limits (current):
cputime in
On Mon, Feb 27, 2006 at 12:35:24PM -0800, Don O'Neil wrote:
> I haven't tried running them yet, I'm just asking since I'm planning on
> building a new server and would prefer to use 5.x or 6.x rather than 4.11
> which my old server is running.
>
> I guess the best way to find out is to try... I w
On Mon, 2006-02-27 at 13:30 -0700, Brett Glass wrote:
> At 05:54 AM 2/27/2006, robert wrote:
>
> >On Mon, 2006-02-27 at 12:30 -0700, Brett Glass wrote:
> >> What internal DMT ADSL modems are supported by FreeBSD? I am
> >> looking for internal modems rather than external ones, because the
> >>
So, if you were me you _would_ install 6.0? Any issues I could expect
running my 4.X binaries?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kris Kennaway
Sent: Monday, February 27, 2006 12:47 PM
To: Don O'Neil
Cc: freebsd-questions@freebsd.org; 'Bj?rn
On Mon, 27 Feb 2006, Scott T. Hildreth wrote:
> You must have upgraded your system to 6.X, so you need to recompile
> xcdroast against the new libraries.
>
> 'portupgrade -f xcdroast'
>
> ..will work for you.
>
>
>
> On Mon, 2006-02-27 at 11:12 -0500, [EMAIL PROTECTED] wrote:
> > I have been
On Mon, Feb 27, 2006 at 12:52:27PM -0800, Don O'Neil wrote:
> So, if you were me you _would_ install 6.0?
Choosing between 5.x and 6.x is a no-brainer :-) You might actually
like to wait a couple of weeks for 6.1 though, it has the usual
assortment of bug fixes.
> Any issues I could expect runnin
In the last episode (Feb 27), Randy Schultz said:
> I've been running some code with larger data sets and needed to up
> some kernerl parameters. I added this to loader.conf:
>kern.maxdsiz="1073741824"
>kern.dfldsiz="1073741824"
>kern.maxssiz="134217728"
>
> The odd thing is limits sh
> Date: Mon, 27 Feb 2006 16:02:33 -0500 (EST)
> From: [EMAIL PROTECTED]
> Sender: [EMAIL PROTECTED]
>
>
>
> On Mon, 27 Feb 2006, Scott T. Hildreth wrote:
>
> > You must have upgraded your system to 6.X, so you need to recompile
> > xcdroast against the new libraries.
> >
> > 'portupgrade -f
I've admined a network of FreeBSD 5.4 desktops for a few months now,
and I've noticed that when an X server crashes hard, it will no longer
respond to the control-alt-fn sequences, and not pass them down to
whatever handler is called to switch virtual consoles.
When the crash isn't that bad, norma
It seems that on friday i had some kind of hack scanner hit one of my
servers. it went thru the website looking for scripts, i believe it was
my hosting company that did it with their vulnerability scanner. The
problem is that for some reason, the server was kicked into a loop
failing on a pe
Don O'Neil schrieb:
I haven't tried running them yet, I'm just asking since I'm planning on
building a new server and would prefer to use 5.x or 6.x rather than 4.11
which my old server is running.
Oh, I'm sorry. I misunderstood your question. :-)
There are binary-only programs like Opera fo
[EMAIL PROTECTED] wrote:
I inherited a production FreeBSD 5.4 used as a web/mail server (Apache,
PostgreSQL, php, qmail, vpopmail, Courier). Could anybody help me with
information about a web resource on upgrading such system (all, OS only
or component by component) with minimum downtime. I loo
Steel City Phantom wrote on Monday 27 February 2006 22:56:
> It seems that on friday i had some kind of hack scanner hit one of my
> servers. it went thru the website looking for scripts, i believe it was
> my hosting company that did it with their vulnerability scanner. The
> problem is that fo
On Mon, 27 Feb 2006, Kevin Oberman wrote:
> > Date: Mon, 27 Feb 2006 16:02:33 -0500 (EST)
> > From: [EMAIL PROTECTED]
> > Sender: [EMAIL PROTECTED]
> >
> >
> >
> > On Mon, 27 Feb 2006, Scott T. Hildreth wrote:
> >
> > > You must have upgraded your system to 6.X, so you need to recompile
> > > xc
Hi there, i would like to know if you could add me to your list of
distributors as we distribute FreeBSD
Our url is http://www.linux-distro.co.uk
email: [EMAIL PROTECTED]
we are based in the UK but do offer international shipping
Many thanks
Jym Valentine
Linux Distro UK
Hello freebsd-questions,
When freebsd6.0 boots it will hang at the part that says
Timecounters tick every 1.000 msec
The system is running a Supermicro motherboard with dual 3.2 gig Xeon cpus
and 2 gig ram. Also running an Adaptec raid 5 card.
If we boot up in safe mode it boots fine.
Does any
Greg Goodman wrote:
[ ... ]
> When freebsd6.0 boots it will hang at the part that says
> Timecounters tick every 1.000 msec
>
> The system is running a Supermicro motherboard with dual 3.2 gig Xeon cpus
> and 2 gig ram. Also running an Adaptec raid 5 card.
>
> If we boot up in safe mode it boots
On Mon, Feb 27, 2006 at 06:30:28PM -0500, Chuck Swiger wrote:
> Greg Goodman wrote:
> [ ... ]
> > When freebsd6.0 boots it will hang at the part that says
> > Timecounters tick every 1.000 msec
> >
> > The system is running a Supermicro motherboard with dual 3.2 gig Xeon cpus
> > and 2 gig ram. Al
On Monday 27 February 2006 03:19, Ashley Moran wrote:
> On Saturday 25 February 2006 03:07, Donald J. O'Neill wrote:
> > Why are you deleting the portsnap files. That's a 39 MB file that
> > you have to download everytime you do that. The idea is to just
> > download the patches necessary to update
Hi:
I am running Freebsd 5.4 and have problems with
multiple nics.
It works with two cards (intel); those cards are
active and passing traffic (I can ping other
machines).
But I failed to make them working with third card and
fourth card; the interfaces are up, active and I can
ping those inter
Why not try and purchase one and use NDIS which is a way to run windows
drivers in FreeBSD as i think internal modem are a bit like WinModems they
are software type.
Regards,
Chris
> On Mon, 2006-02-27 at 13:30 -0700, Brett Glass wrote:
>> At 05:54 AM 2/27/2006, robert wrote:
>>
>> >On Mon, 2006-0
I am seeing two different but related errors and I'm trying to figure out
how to fix them. At bootup:
/libexec/ld-elf.so.1: Shared object "libmysqlclient.so.15" not found,
required by "pure-ftpd"
and while running:
Feb 27 18:06:28 www postfix/smtpd[874]: unable to dlopen /usr/local/lib/s
asl2/li
Did you add those pc's to your NAT rules ?
> Hi:
>
> I am running Freebsd 5.4 and have problems with
> multiple nics.
>
> It works with two cards (intel); those cards are
> active and passing traffic (I can ping other
> machines).
>
> But I failed to make them working with third card and
> fourth
Did you compile this from ports or by hand ? Some ports have options and
for some reason some dont pop the options you ask for when doing
-WITH_BLAH or -DWITH_BLAH so i would go where it says +-CONFIGURE_ARGS=
and add the options to enable mysql in pure-ftpd
> I am seeing two different but related
gahn wrote:
> I am running Freebsd 5.4 and have problems with
> multiple nics.
[ ... ]
> Any help will be greatly appreciated.
Are the NICs all on distinct subnets?
You can't put two NICs using IPs on the same subnet without taking more complex
issues into consideration like bridging or channel b
No, there is no firewalling or anything. My first step
is to get four interfaces working.
Right now only two are working properly. Another two
are not working (I can ping them but they just don't
pass traffic).
It is Dell OptiPlex. NIC's are intel pro 10/100.
Thanks
--- [EMAIL PROTECTED] wrote:
Hi all
Any idea when the a nfsv4 server working on FreeBSD ?
Regards.
--
Albert SHIH
Universite de Paris 7 (Denis DIDEROT)
U.F.R. de Mathematiques.
7 ième étage, plateau D, bureau 10
Heure local/Local time:
Tue Feb 28 02:12:16 CET 2006
___
freebsd-quest
> Did you compile this from ports or by hand ? Some ports have options and
> for some reason some dont pop the options you ask for when doing
> -WITH_BLAH or -DWITH_BLAH so i would go where it says +-CONFIGURE_ARGS=
> and add the options to enable mysql in pure-ftpd
>
These were built from ports.
On Tue, Feb 28, 2006 at 02:13:12AM +0100, Albert Shih wrote:
> Hi all
>
> Any idea when the a nfsv4 server working on FreeBSD ?
See the freebsd-fs archives.
Kris
pgpqr6sH6FTZI.pgp
Description: PGP signature
In message <[EMAIL PROTECTED]>, =?ISO-8859-1?Q?Erik_N=F8rgaard?= wr
ites:
>I had my scanner, Epson 2480, working half a year ago on FBSD 6.0, now
>it's been a while since I used it, I have upgraded to FBSD 6.1-PREREL as
>well as upgrading applications, and now it doesn't work.
Sorry about the br
Thanks Chuck:
Yes they are on different lan subnets. I am trying to
build a freebsd based router that talks to four
different subnets.
--- Chuck Swiger <[EMAIL PROTECTED]> wrote:
> gahn wrote:
> > I am running Freebsd 5.4 and have problems with
> > multiple nics.
> [ ... ]
> > Any help will be
On Mon, 27 Feb 2006, Dan Nelson spaketh thusly:
-}In the last episode (Feb 27), Randy Schultz said:
-}> I've been running some code with larger data sets and needed to up
-}> some kernerl parameters. I added this to loader.conf:
-}>kern.maxdsiz="1073741824"
-}>kern.dfldsiz="1073741824"
-}
All,
I have set up a desktop box with 3 dual port Intel NICs as a router,
which function it seems to be performing just fine.
I used to be able to ssh into the box from my Windows machines with no
problem, but now it hangs after I enter the user name - it won't come
back with the password prompt.
If the nics are all PCI you may have trouble with the shared
interrupts. You may need to use a multiple port adapter to get the results
you want.
-Derek
At 07:25 PM 2/27/2006, gahn wrote:
Thanks Chuck:
Yes they are on different lan subnets. I am trying to
build a freebsd based rout
I have managed to install Tomcat. Then Apache, then MySQL and now I
need to have the database functions for Apache which I understand
should be in the port p5-Apache-DBI. (It's for setting up a Movable
type blog system.
When running make install clean I get these errormessages. Is anyone
familiar
I have updates my cvsup and when i install my samba3 with openldap23-server,
i get error that show something like the ldap-2.3 library are mssing and my
openldap23-server and openldap23-client are installed before i install my
samba3 package through the ports. i even try remove the openldap and
rei
Hey Members,
I have done a little research on Jails and setting them up, and managed to
get one going at one stage and managed to somehow destroy it.
I'm new to Jails, and I would like to use a real jail then just using a
chroot jail.
Where I work, we use the Ensim software for hosting, and I fin
Thanks for your reply. I did make a fresh cvs-up first when I got the
problem, no change in statys though.
On 2/28/06, kiew yuen kit <[EMAIL PROTECTED]> wrote:
> morning, i'm not sure this can help or not but you can try run a port
> updates then only run the make install clean again.
>
>
> On 2
Tillman Hodgson wrote:
It's very likely a name resolution problem:
It was in fact. I caught myself out with a very obscure DNS
misconfiguration. One host had a different resolv.conf where primary
and secondary DNS were reversed. Then I also had an errant zone file
that was preventing zon
i looked this virus up, it said to look for perl scripts in the tmp
dir and i don't have any of the ones the sites i found said to look
for. i know this server is a bit behind on updates, specifically what
version of PHP fixed this problem. i ask because at the moment i
don't have
1 - 100 of 119 matches
Mail list logo