Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-27 Thread Simon Chang
> Raising PMAP_SHPGPERPROC works most of the time.  You can also re-tune
> your Apache setting to keep processes from constantly spawning and
> dying.  For example, set the max spare and min spare servers settings
> higher, so Apache keeps more spare servers around instead of spawning
> them on demand and killing them when the demand ends.
>
> Another option is to upgrade to 7.X, which seems to have replaced the
> mechanism by which this is done to be more dynamic and not have this
> problem.

Since he has only this server as production, and does not like
re-compiling the kernel on it (and rebooting), the only option that's
sensible is retuning Apache and restart services (since an upgrade to
7.X would be even more involved than a kernel rebuild).

By the way, does anyone know whether there is any way to tune
PMAP_SHPGPERPROC using sysctl, or does such button/knob not exist?

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


Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-27 Thread Simon Chang
> collecting pv entries -- suggest increasing PMAP_SHPGPERPROC
>
> I've read that this is mainly caused by Apache spawning too many processes.
> Everyone seems to suggest to decrease the MaxClients directive in Apache(set
> to 450 at the moment), but here's the problem...i need to increase it !
> During peaks all the processes are in use, we even have little drops
> sometime because there isn't enough processes to serve the requests. Our
> traffic is increasing slowly over time so i'm affraid that it'll become a
> real problem soon. Any tips on how I could deal with this situation,
> Apache's or FreBSD's side ?

On page 85 of Michael Lucas' "Absolute BSD", there is a solution to
your problem that someone else had come across before.  The solution
involves (1) increasing the PMAP_SHPGPERPROC parameter in the kernel
to a higher value and rebuilding the kernel, and (2) increasing the
amount of physical RAM to complement it.

For more details, go to

http://books.google.com/books?id=vebgS-r9fP8C&pg=PA85&lpg=PA85&dq=Michael+Lucas+collecting+pv+entries&source=web&ots=9Fl2T_Uyqi&sig=6LgchiUI5r0NTL6PaK3sxnFuIBI&hl=en&sa=X&oi=book_result&resnum=1&ct=result

Good luck,

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


Re: connecting to a secured Windows 2003 terminal server

2008-07-22 Thread Simon Chang
> Recently my company has updated their server to Windows 2003. The earlier
> 2000 server didn't have SSL enabled, so rdp/rdesktop worked for me without
> any problem. But now, as I try to connect to the server, it simply gives me
> ERROR: recv: Connection reset by peer
>

Did you make sure that the server has remote administration enabled?
I believe that, by default, Win2k3 Servers have RDP disabled.  Check
with your admins about that.

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


Re: FreeBSD 7 , Rebooting....

2008-07-15 Thread Simon Chang
On Tue, Jul 15, 2008 at 10:13 AM, Marcel Grandemange
<[EMAIL PROTECTED]> wrote:
> I have just setup a FreeBSD server one a machine.
>
> What happens is the machine seems to suddenly reboot during compiling
> ports..

Which ports, or are you having problems with all the ports you are
trying to build?

<...snip...>

It would also be helpful if you can reliably reproduce this panic, and
then produce a backtrace.  Read the Handbook for the how-to on that.

Sorry to hear that your box is panicking,

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


Re: How

2008-06-12 Thread Simon Chang
> I had a question concerning how to, suggest a feature in freebsd. But I did
> not know who to email, I am very new to this open-source feel, and was just
> wondering who, or where I post a suggestion.

You have the right mailing list, so go ahead with your question/comment.

Just know that if you are suggesting a feature in FreeBSD and are not
a programmer yourself, a lot will depend on how involved the feature
is and whether you can get someone to work on it.  At least in this
circumstance, "if you want a lot you have to give a lot".

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


Re: When's FreeBSD going to catch up in the world of virtualization.

2008-04-21 Thread Simon Chang
>  Now however, I'm forced to use linux as the host OS for Vmware as there
>  currently seems to be no current support for FreeBSD as the Host OS for
>  popular VM applications.

I hear your pain.  However, VMware is a commercial company one of
whose responsibilities is their bottom line.  I have heard it said
many, many times on this and other FreeBSD discussions that, if
commercial companies hear from the end-users and system
administrators, they would pay more attention to the group in
question.

Sadly, to date I have not seen any organized efforts to bring to
VMware's attention the mob of BSD users that are out there, despite
all the boastful talks.  You also see that there are no (host) support
for Open and Net (BSD).

OSS virtualization efforts are another story, as there is no "bottom
line" as such.  But you still need the manpower and manhours to do
complicated stuff like virtualization.

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


Re: Powerpc port

2008-03-21 Thread Simon Chang
Hi there,

On Thu, Mar 20, 2008 at 9:13 PM, K. Bradford <[EMAIL PROTECTED]> wrote:
> I have installed 7.0-RELEASE on an old Mac G4.
>  I have cvs'ed the latest sources (using the RELENG_7 tag)
>  in order to track 7.0-STABLE.

<...snip...>

Yeah, the information about FreeBSD seems rather biased toward
i386/amd64/IA64 and maybe the Alpha.  At any rate the PowerPC is
officially a tier-2 platform so there isn't as much support available.

What you can do, though, is to get basic information like device node
names and such from NetBSD.  I got NetBSD 3.0 running on my PowerMac
G4/533 more than a year ago, and it ran just about flawlessly (it had
some problems shutting down, i.e. froze, but other than that there was
nothing I could complain about).  Some of the setup information,
particularly with regards to how OpenFirmware interacts with the boot
loader and boot devices, may be relevant.  At any rate, NetBSD has had
considerable experience porting the OS to the PowerPC platform so it's
worth a try.

Check out this (huge!) how-to at:

ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-3.1/macppc/INSTALL.html

Good luck,

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


Re: Installing FreeBSD remotely via serial console

2008-03-04 Thread Simon Chang
Hi,

>  Not sure whether Dell hardware has any special management features, but on
>  generic server hardware, I always make sure BIOS console redirection is
>  enabled (gives you BIOS access), and that it's set to stop redirecting once
>  the OS boots.

If it is one of the newer Dells, there is a feature called Remote
Access Server that is built-in and has a special Ethernet port for it
(the symbol above the physical port is that of a wrench).  Read the
documentation, but I believe it will get you BIOS messages, etc.

What model of Dell server is it?

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


Re: Dropped Packets

2008-02-24 Thread Simon Chang
Hardware issues come to mind.  Do you have a dmesg?

SC

On Sun, Feb 24, 2008 at 9:27 AM, Dave Raven <[EMAIL PROTECTED]> wrote:
> Hi all,
>  I have a FreeBSD 4.11 (I know its outdated but I don't have an
>  option) box which is behaving very weirdly. After about a day and a half it
>  starts to drop packets - about 6-10% of pings at least, and tcp traffic
>  becomes unreliable etc.
>
>  I have swapped out the network cards, the cables etc and I don't have any
>  mbuf problems and all seems fine. For the first day the box works fine -
>  pinging, doing tcp traffic etc; and then suddenly it just stops. Rebooting
>  brings it all back to normal.
>
>  Any ideas what could be causing this, and how I could go about diagnosing
>  it? As far as I know there are no known bugs for this. I'm using the em
>  driver, but not with SMP. There are no errors on the interface, and the em
>  debug_info and stats sysctl's don't show any problems - there is no
>  indication on the box itself that its dropping packets..
>
>  My thinking is that it must be box specific as a reboot solves the problem?
>
>  Thanks in advance
>  Dave
>
>  ___
>  freebsd-questions@freebsd.org mailing list
>  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>  To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: A non FreeBSD question.

2008-02-08 Thread Simon Chang
On Feb 7, 2008 10:29 PM, अनुज Anuj Singh <[EMAIL PROTECTED]> wrote:
> Hi,



This is completely off-topic.  Either post something on-topic, or do
not post at all.

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

Re: how to hardcode kernel dump device in kernel

2008-01-25 Thread Simon Chang


I do not know the syntax either, but it does say that whatever it is
is being deprecated, so I don't imagine the documentation guys will
bother putting it in there...

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


Re: (no subject)

2007-12-18 Thread Simon Chang
You need to do some reading on your own.  Your questions are general
enough that some Googling around the Internet should give you what you
need.  After having done sufficient reading on your own, if you still
have questions, then come back.  Show some initiative; don't expect us
to spoon-feed you.

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


Re: Double fault

2007-11-25 Thread Simon Chang
Hi Bernt,

A few observations:

1)  This double fault apparently occurs fairly early in your boot
process.  Do you initialize anything late, like an external drive or
some other hardware?

2)  By your saying that you "usually" get either trap 9 or 12, I
assume it happens frequently enough for you to notice a pattern.  Do
you have the kernel dump file and the backtrace?  It would be a really
good starting point to troubleshoot.

SC

On Nov 25, 2007 11:53 AM, Bernt Hansson <[EMAIL PROTECTED]> wrote:
> Any help with this?
>
>
> Fatal double fault:
> eip = 0xc08a6589
> esp = 0x14
> ebp = 0xd020cb1c
> panic: double fault
> Uptime: 1m45s
>
> I usally get fatal trap 9 or 12
>
>
> FreeBSD 6.2-STABLE #0: Fri May 11 17:02:55 CEST 2007
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: install

2007-11-08 Thread Simon Chang

...COMPLAINING...


For someone who speaks five languages and works in IT, he sure seems
rather obtuse.  There are only two CDs, with one of them being "Disc
1" and the other "Disc 2".  If he can't follow simple directions I
suggest that he checks out Fedora Core, which at last count weighs in
at six (6) CDs!!!

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


Re: An ssh Question

2007-07-07 Thread Simon Chang


  OpenSSH_4.5p1 FreeBSD-20061110, OpenSSL 0.9.7e-p1 25 Oct 2004
  debug1: Reading configuration data /etc/ssh/ssh_config
  debug2: ssh_connect: needpriv 0
  debug1: Connecting to xx.com [x.x.x.x] port 22.


What is really baffling is that if I try the exact same thing from, say,
a cygwin session on a host on the private network - this works fine.
So ... it's not a firewall problem as near as I can tell.  It may be
an ssh configuration problem - that is, the FreeBSD ssh client can't do
it, but another client (cygwin) can.


It would be helpful if you include your firewall ruleset, plus
sshd_config.  It's possible that one or more is misconfigured, but we
would have no way of knowing without your telling us about them.

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


Re: The FreeBSD Diary -- Is your ISP blocking port 25? Here's a Postfix solution.

2007-06-15 Thread Simon Chang

Um, since you had pulled this article from The FreeBSD Diary, why
don't you try...

www.freebsddiary.org?

SC

On 6/11/07, John Hoskins <[EMAIL PROTECTED]> wrote:

I need to get ion touch with the person who posted the article:
I have a serious problem, and I need help.

The FreeBSD Diary

(TM)
Providing practical examples since 1998

[ HOME | TOPICS | INDEX | WEB RESOURCES | BOOKS | CONTRIBUTE | SEARCH
| FEEDBACK | FAQ | FORUMS ]

Is your ISP blocking port 25? Here's a Postfix solution.10 February 2006
Need more help on this topic? Click here
This article has 7 comments
Show me similar articles

My ISP started blocking incoming port 25. It's already blocking
outgoing port 25 and I'm handling that. Now it's time to start
accepting incoming mail on the submission port, 587. They aren't
blocking my incoming port 25. But we went through this process for
another guy on our computer, so I figured that this is a good thing
for which it will pay to be pro active.

This solution assumes you have a mail server at home and at least one
other mail server out there on the Internet, one which does not have
port 25 blocked. That part is crucial to this solution. It is the
external server[s] that will accept incoming mail and forward it to
you. In DNS terms, your MX records will not point to your home
server, but to your public server.

Your home mail server
I started by adding the following line to /usr/local/etc/postfix/
master.cf on my Postfix mail server at home:

10.34.0.1:587 inet n - n - - smtpd
where 10.34.0.1 is the public IP address of my mail server [no,
that's not really my IP address]. This instructs Postfix to listen on
that IP address on port 587. This is known as the submission port:
$ grep 587 /etc/services
submission  587/tcp
submission  587/udp
Your public mail server
Then I added this to /usr/local/etc/postfix/main.cf on my public mail
server:

transport_maps = hash:/usr/local/etc/postfix-config/transport
This tells Postfix to observe the transport directives in the above
mentioned file. You can put the file whereever you want. I like to
keep it in that directory, which you'll probably have to create
because it's not part of the standard system. In /usr/local/etc/
postfix-config/transport I have:

myserver.example.orgsmtp:[myserver.example.org]:587
Where myserver.example.org is the hostname of my mail server at home.
You need to create a .db file to go with that. I issued these commands:

cd /usr/local/etc/postfix-config
postmap transport
You should now see a transport.db file. After making these changes
you should restart postfix:

postix restart
Testing
Then I sent a test message from the public mail server

$ echo 'test' | mail [EMAIL PROTECTED]
I confirmed that it was coming in on port 587 with this command on my
mail server at home:

tcpdump -i fxp0 port 587
Where fxp0 is the outside NIC on my firewall (the one with IP
10.34.0.1) as shown above.

Then, on the public mail server, I requeued all the messages, so
they'd use the right transport:

postsuper -r ALL
It's magic!

All the messages were delivered to the right spot.

Controlling access
I control access to port 587 on my mail server. I have firewall rules
in place that allow connections only from my home server. I think
there are no security risks involved in keeping it open, but I see no
reason to give access where no access is required.

What about the other way around?
If you need to handle outgoing port 25 to avoid ISP blocks, you can
always the same instructions, but in the reverse direction. It should
just work.




Like the website? Want to give back? Please visit my wish list!




Need more help on this topic? Click here
This article has 7 comments
Show me similar articles
[ HOME | TOPICS | INDEX | WEB RESOURCES | BOOKS | CONTRIBUTE | SEARCH
| FEEDBACK | FAQ | FORUMS ]
Servers and bandwidth provided by New York Internet and SuperNews
Valid HTML, CSS , and RSS.
Copyright (c) 1997-2007 DVL Software Ltd.
All rights reserved.

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


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


Re: Yet another crash - help with interpreting dump

2007-04-24 Thread Simon Chang

Hello,

Regarding your crash dump, has anyone responded to you yet?  You might
want to try and post this in the developer's mailing list.
FreeBSD-questions has many non-developers who may not know how to help
with your situation.

Good luck,

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


Re: about FreeBSD debugging

2007-04-24 Thread Simon Chang

 I installed the FreeBSD but some of its packages are not working. For that we 
have to check debugging option.Please can u tell me how to debug. I dont know 
any thing about debugging


Which package(s) are you referring to?  There are thousands of
packages available to FreeBSD.  You have to be more specific if you
want to get any more response to your questions.

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


Re: Test

2007-03-26 Thread Simon Chang

Yanno - I was just gonna let this go but it seems a simple "sorry" isn't
good enough for some that simply don't feel as if life is complete
without some sorta bitchin'

Grow up, get a life, move on. It wont be the first time someone does
this - and it certainly won't be the last - much less have the offender
(me in this case) apologize for it...

Apology ... rescinded


As if we had wronged you - "YANNO, I was gonna let this one go, but
you screwed up!!!"  You have some serious boundary issues, Silva.
Until you change your behavior, don't be surprised if your "Apology...
rescinded" becomes "Subscriber... booted".

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


Re: Test

2007-03-26 Thread Simon Chang

Hear, hear.

Chris, please remember NOT to do this again.

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


Re: FreeBSD 5.4, installation hangs

2007-03-23 Thread Simon Chang

I have seen this error message before, and it was indeed the memory
that went bad.  You should try to run memtest on it to confirm or deny
it before trying the install again.

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


Re: No core dump after panic

2007-03-23 Thread Simon Chang

Well, this means that, since your previous kernel panicked but was not
able to save a coredump, when you boot up from another kernel there is
simply nothing there for savecore to recover.  As a result savecore is
reporting that there is nothing to recover for you.

But that's the way to set it up.  And you can ignore the "unable to
open bounds file" message; it means that the bounds file wasn't there
but it created it for you automatically.

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


Re: No core dump after panic

2007-03-22 Thread Simon Chang

I did not use /var/crash because /var was small than RAM. So I
manually changed the crash directory to /usr partition. I do not know
how to set savecore flag.


Check out "man savecore" for a list of flags.  You normally set them
in /etc/rc.conf by putting in a line like:  savecore_flags="-v -z",
where -v puts in extra debugging information and -z compresses the
coredump so that you save some space.


The panic happens only when safenet driver is complied in., GENERIC
freebsd kernel boots up fine. I am using Axiomtek NA-1281A* I have
reported the details about the panic in another mail+,


Have you submitted a formal PR?  I have to say that I have not had
experience with that device or driver.  What other responses have you
gotten from people?

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


Re: about MySQL

2007-03-21 Thread Simon Chang

Frank,

The majority of your questions has nothing to do with FreeBSD.  Please
submit your questions to the appropriate mailing lists for those
projects (Apache, MySQL, PHP, etc.).

As for how one goes about learning FreeBSD, there are dozens of books,
manuals, documentations, how-to's available.  Use Google to start
searching and start reading.

The more homework you do, the easier the challenge would be for you.

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


Re: No core dump after panic

2007-03-21 Thread Simon Chang

Hey there,


From what you are saying it sounds like you are getting the panic on

bootup.  Is that correct?

In looking through your config I don't see anything that really stands
out (although I would use "/var/crash" for dumpdir, and you didn't
specify savecore_flags).

What else have you tried to get this kernel to boot?  Do you have
another kernel you were able to boot from?  What about your exact
hardware config?

More information would be helpful.

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


Re: FreeBSD boot loader halts

2007-03-20 Thread Simon Chang

My FBSD 6.2 freezes at random after printing Default: F1 I haven't
noticed this issue in the past with older versions of FreeBSD.
Since this is a random issue, it's very hard to pin point the culprit
by process of elimination (disabling APCI, etc...) After several
ctrl+alt+delete reboots, the system does boot. Once booted I can
run makeworld for a week without any issues. Perhaps a disk issue?
I'm booting off a MegaRAID controller. Though I cannot crash
the system using intensive IO after it boots. After it boots, it seems
to be rock solid, so I'm lost here.

Can boot loader be put into verbose mode and have it output
debugging info?


I don't know if there is a "debug" mode for the boot loader, but if
the problem is happening at random then I would want to investigate
hardware failures/malfunctions.  At any rate, no fully operational
machine should need "several ctrl+alt+delete reboots" for it to start
working.

Perhaps the problem happens when the BIOS is attempting to probe drive
controllers?  Have you tried to stress-test the system by doing a
"make buildworld"?

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


Re: strange installworld issue

2007-03-20 Thread Simon Chang

On 3/20/07, Jonathan Horne <[EMAIL PROTECTED]> wrote:

im trying to installworld on a machine that is having its first update.
buildworld and kernel completed without any errors, and installkernel seemed
just fine.  however, when i installworld, this is the error i get:

phoenix# make installworld
mkdir -p /tmp/install.7QbDbVE1
for prog in [ awk cap_mkdb cat chflags chmod chown  date echo egrep find grep
install-info  ln lockf make mkdir mtree mv pwd_mkdb rm sed sh sysctl  test true
uname wc zic; do  cp `which $prog` /tmp/install.7QbDbVE1;  done
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386  MACHINE=i386
CPUTYPE=  GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin
GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font
GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/tmp/install.7QbDbVE1
/usr/obj/usr/src/make.i386/make -f Makefile.inc1 reinstall
awk: Permission denied
"/usr/src/Makefile.inc1", line 101: warning: "awk
'/^#define[[:space:]]*__FreeBSD_version/ { print $3 }'
/usr/include/osreldate.h" returned non-zero status
echo:Permission denied
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

the machine is:
phoenix# uname -a
FreeBSD phoenix 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #1: Sat Feb 10 11:15:11
EST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PHOENIX  i386

...but i believe its an AMD64 running i386.  obivously, this was done once
successfully, but it was done by my partner (but following my directions).  i
will note, that i am doing it in full multiuser mode, and not in single user (as
the cannonical method dictates), but at this point, im not totally sure my
current mode is where my problem lies.

can anyone help decipher this error message?



It looks like the installworld fails because of some permissions issue
(see the several permissions denied messages just before the stop
errors).  Either:

1)  You did not become root when you were attempting to do this,
2)  Some of your binaries had the system immutable flags set,
3)  Some other crazy stuff going on.

I have heard Dan Langille say that he could do an installworld without
dropping down to single user before (he wrote a tutorial on
www.freebsddiary.org where he talked about buildworld on a fast box
and installworld on a slow box).  But just so that we can compare
apples to apples, you should try doing it in single-user mode to
start.

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


Re: vmware Questions

2007-02-22 Thread Simon Chang

A rule of thumb is to configure as much service as you need (in this
case, dhcpd), with as little overhead as you can get away with (a
simple jail vs. a full-blown VM).

SC

On 2/22/07, Martin McCormick <[EMAIL PROTECTED]> wrote:

John Nielsen, referring to running multiple DHCPD's,  writes:
> For what you're talking about, jails make a lot more sense than
> virtualization or emulation.

   Thank you!  That is exactly the kind of input I was
looking for.  As soon as I read yours and Frank Staals' mention
of jails, it clicked.  A true jail will have a little version of
as much of the FreeBSD world as dhcpd needs to run.  This should
be much easier on resources and more predictable as to results.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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


Re: help

2007-02-20 Thread Simon Chang

By "LTSP", I assume you mean Linux Terminal Server Project.  You
really should have spelled out what the letters "LTSP" stand for, to
save the aggravation of someone who is trying to help you.

FreeBSD can run many Linux applications, but you will need to enable
Linux support.  Please refer to the FreeBSD handbook on how to enable
the necessary support.  You also need to tell us:

1)  What steps you have tried,
2)  Whether you have bothered reading the manuals,
3)  What error message(s) you are seeing.

This is not an LTSP support forum; it's a FreeBSD support forum.  We
can help you get Linux support enabled, but you really should seek
help with LTSP, not here.

SC


On 2/19/07, mei fitra indra <[EMAIL PROTECTED]> wrote:

> can i use LTSP 4.1 on BSD??
 > How to install LTSP4.1??
 > first step i was success install freeBSD...
 > the seconde step i don't no what i will do...?
 > please help me...


-
Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get 
things done faster.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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


Re: My recent Epiphany about operating systems

2006-12-22 Thread Simon Chang

<>

<>

Folks,

I too had a recent epiphany about something that I wish to share with
you.  It's not about operating systems; it's about terabyte_pete, the
original poster who initiated this "message".

Terabyte_pete, or Peter Daigle as some know him, has been trolling
several other mailing lists for a while (NetBSD, MozillaZine, etc.),
most recently with DragonFlyBSD.  He seems to be on a self-proclaimed
warpath to make open-source products to work the way Microsoft's
products work, and has a particularly soft spot for Windows 95.

Interestingly enough, if you take a look at his company's website (and
I use the word "website" rather loosely), www.neptuneholographics.com,
he claims that the site is powered by DragonFlyBSD and Wine.  It is
curious that, although his business runs on OSS, he finds it
entertaining to spew infantile verbal excrement at the very people who
help his business run.

If you are located anywhere close to Grover Beach, California, please
feel free to drop by his office and let him know how much we
appreciate his pseudo-intellectual "analyses" of operating systems.
His office is just off the 101, between 4th Street and Oak Park Blvd.

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


Re: Regarding QuickCam webcams and FreeBSD

2006-02-09 Thread Simon Chang
Ted,

First of all, I am a fan of your FreeBSD and the Corporate Networking
Guide.  You have done an excellent job writing that book and I often
refer to it for suggestions on specific topics.

Regarding self-contained webcams, I realize that these gizmos are out
there.  But so far none of them have the two criteria I am looking
for:

1)  Wireless connectivity (802.11g preferred), and
2)  VPN / IPsec capable.

The reason is that I want to be able to move the camera at a moment's
notice, and I don't want the images of my bedroom / study / backyard
to be broadcast in the clear.  However, I have not seen any webcam
that has those two capabilities, so that's why I am trying to get them
to work with Free and OpenBSD.

SC

On 2/1/06, Ted Mittelstaedt <[EMAIL PROTECTED]> wrote:
>
> The reason there's little interest in this is that webcams are
> rapidly becoming completely self-contained.  Lots of them today
> have an ethernet port, and integrated webserver in the camera.
> The need for a PC to be involved here for anything other than
> running a web browser to display output is pretty questionable.
>
> When network address translation first came out the only way you
> could get it was to used a modded open source UNIX on a PC with
> 2 nics.  Then Cisco came out with it so you could use their routers
> to get it.  Then linksys came out with cheap routers that had
> it.  Nowadays, only the diehards are running FreeBSD nat routers
> with 2 nics in them.  The same thing is happening with webcams.
>
> Ted
>
> >-Original Message-----
> >From: [EMAIL PROTECTED]
> >[mailto:[EMAIL PROTECTED] Behalf Of Simon Chang
> >Sent: Tuesday, January 31, 2006 12:49 PM
> >To: freebsd-questions@freebsd.org
> >Subject: Regarding QuickCam webcams and FreeBSD
> >
> >
> >Howdy,
> >
> >I happen to have been doing quite a bit of research in this area.
> >What I wanted to do was to set up a *nix box with a webcam and a
> >wireless NIC, so that I can mount the headless machine in the bedroom
> >to keep an eye on our seven-month-old baby.  (Link between the *nix
> >box and the home private network will be encrypted using IPsec VPN.)
> >
> >What I have found so far are the following:
> >
> >1)  The apps that I have found do not work with a wide variety of more
> >recent makes of webcams.  If you do a Google search on "FreeBSD
> >webcam" or "OpenBSD webcam", you actually see some tools that
> >purportedly work with QuickCam Express or QuickCam B/W (or Color), and
> >a handful of other models.
> >
> >2)  Logitech, the maker of QuickCam, used to make available technical
> >specs and docs for the developers to write drivers with.
> >Unfortunately, the company does not do that anymore, and anyone who
> >wants to make a QuickCam-series work has to either reverse-engineer
> >it, use available drivers and hope for the best, or run it under
> >Windows.
> >
> >3)  By contrast, NetBSD and some Linux distros (so far I've heard
> >promising things about Fedora Core 4 and I think Gentoo) have more
> >development work going on for webcams.  If FreeBSD doesn't work for
> >you, try some of the other *nixes.
> >
> >HTH,
> >
> >SC
> >
> >- Hide quoted text -
> >
> >
> >On 1/29/06, Xn Nooby <[EMAIL PROTECTED]> wrote:
> >> I bought a fancy Quickcam (face-tracking), though I have no
> >idea how to make
> >> it work with FreeBSD.  I installed qcamview, but when I run
> >it as root, it
> >> says "Not found Quickcam, or Permission denied".
> >>
> >> Anyone know anything about Quickcams on FreeBSD?  I don't
> >expect it to work,
> >> but it would be cool if it did.  There seems to be very
> >little information
> >> on the net about qcamview.
> >>
> >> I'd be happy to just snapshots with it.  I'm using FreeBSD
> >6.0 and Fluxbox.
> >> The cam is USB 2.0.
> >>
> >> Any suggestions?
> >> ___
> >> freebsd-questions@freebsd.org mailing list
> >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >> To unsubscribe, send any mail to
> >"[EMAIL PROTECTED]"
> >>
> >___
> >freebsd-questions@freebsd.org mailing list
> >http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >To unsubscribe, send any mail to
> >"[EMAIL PROTECTED]"
> >
> >--
> >No virus found in this incoming message.
> >Checked by AVG Free Edition.
> >Version: 7.1.375 / Virus Database: 267.14.23/240 - Release
> >Date: 1/25/2006
> >
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Regarding QuickCam webcams and FreeBSD

2006-01-31 Thread Simon Chang
Howdy,

I happen to have been doing quite a bit of research in this area.
What I wanted to do was to set up a *nix box with a webcam and a
wireless NIC, so that I can mount the headless machine in the bedroom
to keep an eye on our seven-month-old baby.  (Link between the *nix
box and the home private network will be encrypted using IPsec VPN.)

What I have found so far are the following:

1)  The apps that I have found do not work with a wide variety of more
recent makes of webcams.  If you do a Google search on "FreeBSD
webcam" or "OpenBSD webcam", you actually see some tools that
purportedly work with QuickCam Express or QuickCam B/W (or Color), and
a handful of other models.

2)  Logitech, the maker of QuickCam, used to make available technical
specs and docs for the developers to write drivers with.
Unfortunately, the company does not do that anymore, and anyone who
wants to make a QuickCam-series work has to either reverse-engineer
it, use available drivers and hope for the best, or run it under
Windows.

3)  By contrast, NetBSD and some Linux distros (so far I've heard
promising things about Fedora Core 4 and I think Gentoo) have more
development work going on for webcams.  If FreeBSD doesn't work for
you, try some of the other *nixes.

HTH,

SC

- Hide quoted text -


On 1/29/06, Xn Nooby <[EMAIL PROTECTED]> wrote:
> I bought a fancy Quickcam (face-tracking), though I have no idea how to make
> it work with FreeBSD.  I installed qcamview, but when I run it as root, it
> says "Not found Quickcam, or Permission denied".
>
> Anyone know anything about Quickcams on FreeBSD?  I don't expect it to work,
> but it would be cool if it did.  There seems to be very little information
> on the net about qcamview.
>
> I'd be happy to just snapshots with it.  I'm using FreeBSD 6.0 and Fluxbox.
> The cam is USB 2.0.
>
> Any suggestions?
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Kernel Panic in 5.0-RELEASE

2003-03-13 Thread Simon Chang
Good day to all,

This past weekend I experienced a kernel panic in my 5.0-release running on
a Dual Pentium Pro system.  Is this the correct mailing list to write to and
seek help from?  (I've already posted in the comp.unix.bsd.freebsd.misc
group but nobody has responded thus far.)

TIA,

Simon Chang

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