Re: periodic, short freezes

2006-11-11 Thread Zbigniew Szalbot

Hello,

On Sat, 11 Nov 2006, Kris Kennaway wrote:


The fact that swap is in use, together with your description,
indicates that your system is overloaded; those transient loads are
causing it to periodically demand more working memory than is backed
by RAM, so the system goes into a frenzy of swapping trying to
accomodate, and system performance falls in the toilet until the load
goes away.

Add more RAM or limit the workload.


Now that something to check - thank you very much Kris. Is that so that on 
a typical system with enough memory to do its job there is no swap use on 
average? From what I can tell swap is always used to some extent but I 
have checked another system and swap use there is 0%. So you may be right 
that this is the problem.


Jonathan - what is your swap use? Cause you also experience this kind of 
problem...


Thanks!

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


random lockups

2006-11-11 Thread Gergely CZUCZY
good morning.

I'd like to ask which list should i use to
discuss my stability issues on a 6.1-RELEASE-p10.
it should be a productive system, but sometimes
randomly locks up. we cannot do any network
communication with the box this time, nor the
console shows anything, it's simply blank. no
crash dumps are left after these lockups and
also nothing is in the system logs.

So, my questions is, which mailing list should
I use for the detailed discussion of this problem?

Bye,

Gergely Czuczy
mailto: [EMAIL PROTECTED]

-- 
Weenies test. Geniuses solve problems that arise.


pgpQrzn8gvIl8.pgp
Description: PGP signature


Re: random lockups

2006-11-11 Thread Zbigniew Szalbot

Hello,

On Sat, 11 Nov 2006, Gergely CZUCZY wrote:


good morning.

I'd like to ask which list should i use to
discuss my stability issues on a 6.1-RELEASE-p10.
it should be a productive system, but sometimes
randomly locks up. we cannot do any network
communication with the box this time, nor the
console shows anything, it's simply blank. no
crash dumps are left after these lockups and
also nothing is in the system logs.

So, my questions is, which mailing list should
I use for the detailed discussion of this problem?


Some of us seem to have the same problem. Use top and tell us what is your 
swap use. I am trying to find some similarities in our systems.


Thanks!

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


Re: random lockups

2006-11-11 Thread Gergely CZUCZY
On Sat, Nov 11, 2006 at 10:11:31AM +0100, Zbigniew Szalbot wrote:
 Hello,
 
 On Sat, 11 Nov 2006, Gergely CZUCZY wrote:
 
 good morning.
 
 I'd like to ask which list should i use to
 discuss my stability issues on a 6.1-RELEASE-p10.
 it should be a productive system, but sometimes
 randomly locks up. we cannot do any network
 communication with the box this time, nor the
 console shows anything, it's simply blank. no
 crash dumps are left after these lockups and
 also nothing is in the system logs.
 
 So, my questions is, which mailing list should
 I use for the detailed discussion of this problem?
 
 Some of us seem to have the same problem. Use top and tell us what is your 
 swap use. I am trying to 
 find some similarities in our systems.
currently (after the reboot) the swap is not used. before it
i remember some usage(1-2MBs) of swap. i have 2GBs of swap space in
this box.

i also run 6 jails on it, and openvpn.

Bye,

Gergely Czuczy
mailto: [EMAIL PROTECTED]

-- 
Weenies test. Geniuses solve problems that arise.


pgp5rAHutHT2S.pgp
Description: PGP signature


Re: Is the vulnerability database up to date?

2006-11-11 Thread Erik Norgaard

Josh Carroll wrote:

So - what's the point? I mean updating the port to a newer port with the
same or newer known vulnerabilities?


# portaudit
0 problem(s) in your installed packages found.
# pkg_info| grep firefox
firefox-2.0_2,1 Web browser based on the browser portion of Mozilla

Seems ok to me. Which version of firefox is in your ports tree, and
have you run portaudit -F lately?


This is weird. When I wrote yesterday I had updated ports and the vuln 
database just before that. Now I just did


# pkg_info |grep firefox

which gave TWO matches, one was 2.0_r2,1 which I have previously built 
with disabling vuln, later I upgraded to 2.0_1,1. For some reason the 
2.0_2r,1 had not been deleted completely I guess, and after deleting it 
with pkg_delete, there are no longer any warnings.


But it still beats me why this should affect building the newer version, 
building for the 2.0_2,1 version yesterday terminated with a list of 
vulnerabilities. How is this check run for new builds?


Thanks, Erik
--
Ph: +34.666334818  web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 6.1 Japanese ISO9660/Joliet and locale ja_JP.UTF8 problems

2006-11-11 Thread 文鳥

Hallo everyone,

On my FreeBSD 6.1 workstation, I have the following problems when
mounting CDs/DVDs containing Japanese file names which were burned on
Japanese Windows XP (SJIS,
Multi-byte extended Joliet). If I mount them normally (mount -t
iso9660 /cdrom), file names are garbled (ls shows ?, etc). If I
mount them using mount_cd9660 -C SHIFT-JIS, and then pipe the output
from ls through nkf (ls /cdrom | nkf -Sw), the file names are
displayed correctly. Naturally, this work-around is not satisfying,
and I would like to keep my locale set to ja_JP.UTF-8. Playing around
with
different locales when mounting did not work out either. Does anyone
here know how to fix this?

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


Re: periodic, short freezes

2006-11-11 Thread Jonathan Horne
On Saturday 11 November 2006 02:36, Zbigniew Szalbot wrote:
 Hello,



 Jonathan - what is your swap use? Cause you also experience this kind of
 problem...

 Thanks!

i have all my apps open that i typeically run, and i have 108K of swap in use 
(so not even 1 MB).

my system is a p4 3.2HT with 1GB ram.  i still havent had time to sit down and 
recompile my kernel with the ULE scheduler yet, but i will this weekend.

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


Java plugin for Firefox

2006-11-11 Thread Erik Norgaard

Hi:

How do I build the java plugin for Firefox? I have jdk15 installed 
without the plugin. I tried to rebuild with USE_GECKO=firefox which 
fails as the Makefile also states:


/usr/local/include/firefox/nsDebug.h:207:1: warning: this is the 
location of the previous definition
../../../../src/plugin/share/adapter/common/CNSAdapter_JVMManager.cpp: 
In member function `virtual JDresult 
CNSAdapter_JVMManager::GetCurrentThread(JDUint32*)':
../../../../src/plugin/share/adapter/common/CNSAdapter_JVMManager.cpp:142: 
error: `nsPluginThread' was not declared in this scope
../../../../src/plugin/share/adapter/common/CNSAdapter_JVMManager.cpp:142: 
error: `pPluginThread' was not declared in this scope
../../../../src/plugin/share/adapter/common/CNSAdapter_JVMManager.cpp: 
In member function `virtual JDresult 
CNSAdapter_JVMManager::PostEvent(JDUint32, IRunnable*, JDBool)':
../../../../src/plugin/share/adapter/common/CNSAdapter_JVMManager.cpp:172: 
error: invalid conversion from `JDUint32' to `PRThread*'
../../../../src/plugin/share/adapter/common/CNSAdapter_JVMManager.cpp:172: 
error:   initializing argument 1 of `virtual nsresult 
nsIThreadManager::PostEvent(PRThread*, nsIRunnable*, PRBool)'
gmake[5]: *** 
[/usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/plugin/adapter/ns7/obj/CNSAdapter_JVMManager.o] 
Error 1
gmake[5]: Leaving directory 
`/usr/ports/java/jdk15/work/deploy/make/plugin/adapter/ns7-adapter'

gmake[4]: *** [optimized] Error 2
gmake[4]: Leaving directory 
`/usr/ports/java/jdk15/work/deploy/make/plugin/adapter/ns7-adapter'

gmake[3]: *** [ns7-adapter] Error 2
gmake[3]: Leaving directory 
`/usr/ports/java/jdk15/work/deploy/make/plugin/adapter'

gmake[2]: *** [adapter] Error 2
gmake[2]: Leaving directory `/usr/ports/java/jdk15/work/deploy/make/plugin'
gmake[1]: *** [plugin-all] Error 2
gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/deploy/make'
gmake: *** [deploy-build] Error 2
*** Error code 2

Stop in /usr/ports/java/jdk15.

Then I tried just building it for mozilla with the idea of copying or
linking the plugin to the firefox plugin dir. But building mozilla fails

nsType1.cpp:371: error: invalid conversion from `int (*)(const
FT_Vector*, void*)' to `int (*)(FT_Vector*, void*)'
nsType1.cpp:371: error: invalid conversion from `int (*)(const
FT_Vector*, void*)' to `int (*)(FT_Vector*, void*)'
nsType1.cpp:371: error: invalid conversion from `int (*)(const
FT_Vector*, const FT_Vector*, void*)' to `int (*)(FT_Vector*,
FT_Vector*, void*)'
nsType1.cpp:371: error: invalid conversion from `int (*)(const
FT_Vector*, const FT_Vector*, const FT_Vector*, void*)' to `int
(*)(FT_Vector*, FT_Vector*, FT_Vector*, void*)'
gmake[4]: *** [nsType1.o] Error 1
gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/ps'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src'
gmake[2]: *** [libs] Error 2
gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx'
gmake[1]: *** [tier_9] Error 2
gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla'
gmake: *** [default] Error 2
*** Error code 2

Stop in /usr/ports/www/mozilla.

Any suggestions?

Secondly, is there a way to just build the plugin since I have the jdk 
built and installed?


Thanks, Erik

--
Ph: +34.666334818  web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9

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


Re: Questions on first-time installation

2006-11-11 Thread Jan Grant
On Fri, 10 Nov 2006, Jerry McAllister wrote:

 On Wed, Nov 08, 2006 at 08:42:04AM +, Jan Grant wrote:
 
  On Tue, 7 Nov 2006, Bob Schwartz wrote:
  
   ... at least as it is desribed in the DELL
   docs and bios...
  
  Be really careful. The windows boot loader should be able to boot a 
  freebsd install for you. 
 
 I have never had a Windows MBR work to boot FreeBSD.   On the other
 hand I have never had a FreeBSD MBR fail to boot any MS-Win system.
 
 So, I wonder at your comment here.

That's a case of your mileage varying, I guess.

 I have never had to correct any partition/slice alignment when using
 the standard FreeBSD install.  I ignore that Diagnostic slice that
 Dell puts on - just leave it there as slice 1, leave MS there as
 slice 2 and put FreeBSD on slice 3 - or sometimes I put a FAT32 on
 as slice 3 to use for communication if the MS is NTFS, and then put
 FreeBSD on slice 4.   There has never been any problem with any
 alignment or offset.
[...]
 I have been doing this the way I describe since 1998 with no problem.

So to the OP, there you go: use of partition magic to manage the fdisk 
label apparently works.

Cheers,
jan

-- 
jan grant, ISYS, University of Bristol. http://www.bris.ac.uk/
Tel +44 (0)117 3317661   http://ioctl.org/jan/
Leverage that synergy! Ooh yeah, looking good! Now stretch - and relax.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


pkgdb -F

2006-11-11 Thread Wayne M Barnes
Updating the ports index ... Generating INDEX.tmp - please wait..realpath: 
/tmp/a/ports/www/apache2: No such file or directory
realpath: /tmp/a/ports/www/apache2: No such file or directory
realpath: /tmp/a/ports/www/apache2: No such file or directory
realpath: /tmp/a/ports/www/apache2: No such file or directory
realpath: /tmp/a/ports/www/apache2: No such file or directory
. many lines the same 

Dear FreeBSD,

Are the above messages indicating anything I should worry 
about?  They come up often when I am running portinstall or 
pkgdb -F.

What can I do to eliminate them?

Thank you,

-- 
Wayne M Barnes
[EMAIL PROTECTED]fax: (314) 754-9556
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: periodic, short freezes

2006-11-11 Thread Kris Kennaway
On Sat, Nov 11, 2006 at 07:40:43AM -0600, Jonathan Horne wrote:
 On Saturday 11 November 2006 02:36, Zbigniew Szalbot wrote:
  Hello,
 
 
 
  Jonathan - what is your swap use? Cause you also experience this kind of
  problem...
 
  Thanks!
 
 i have all my apps open that i typeically run, and i have 108K of swap in use 
 (so not even 1 MB).
 
 my system is a p4 3.2HT with 1GB ram.  i still havent had time to sit down 
 and 
 recompile my kernel with the ULE scheduler yet, but i will this weekend.

Don't use ULE!  I don't know where this bogus advice keeps coming
from.

Kris


pgpAdI7LW45wX.pgp
Description: PGP signature


Re: periodic, short freezes

2006-11-11 Thread Kris Kennaway
On Sat, Nov 11, 2006 at 09:36:25AM +0100, Zbigniew Szalbot wrote:
 Hello,
 
 On Sat, 11 Nov 2006, Kris Kennaway wrote:
 
 The fact that swap is in use, together with your description,
 indicates that your system is overloaded; those transient loads are
 causing it to periodically demand more working memory than is backed
 by RAM, so the system goes into a frenzy of swapping trying to
 accomodate, and system performance falls in the toilet until the load
 goes away.
 
 Add more RAM or limit the workload.
 
 Now that something to check - thank you very much Kris. Is that so that on 
 a typical system with enough memory to do its job there is no swap use on 
 average? From what I can tell swap is always used to some extent but I 
 have checked another system and swap use there is 0%. So you may be right 
 that this is the problem.

There should be no significant swap use, although there might be a
small amount (a few MB) in use.  Certainly it should not change over
time, because that indicates that the system needed to reshuffle
things.

Kris


pgpBVgC7zmVfx.pgp
Description: PGP signature


Re: random lockups

2006-11-11 Thread Kris Kennaway
On Sat, Nov 11, 2006 at 10:11:31AM +0100, Zbigniew Szalbot wrote:
 Hello,
 
 On Sat, 11 Nov 2006, Gergely CZUCZY wrote:
 
 good morning.
 
 I'd like to ask which list should i use to
 discuss my stability issues on a 6.1-RELEASE-p10.
 it should be a productive system, but sometimes
 randomly locks up. we cannot do any network
 communication with the box this time, nor the
 console shows anything, it's simply blank. no
 crash dumps are left after these lockups and
 also nothing is in the system logs.
 
 So, my questions is, which mailing list should
 I use for the detailed discussion of this problem?
 
 Some of us seem to have the same problem. Use top and tell us what is your 
 swap use. I am trying to find some similarities in our systems.

Your problem is different, his system is hanging for good, not just
pausing while it swaps.

The OP needs to configure additional debugging in his system - follow
the chapter on kernel debugging in the developers handbook.

Kris


pgpsIeRgeaj8c.pgp
Description: PGP signature


Re: 6.x hangs on AMD64 again

2006-11-11 Thread Chris


If your system is hanging then you need to configure additional
debugging to figure out the cause.  Read the chapter on kernel
debugging the developers handbook; without this information no
developer can help you.

Kris

P.S. In my testing SMP amd64 is quite stable even under exceptionally
heavy loads, so it's either something related to your hardware or your
particular workload.


Hadn't considered that a user level debugging solution. I'll give it  
a try.


We had considered it possibly related to our mix because the SuperMicro
dual xeon we are trying to replace it with was rebooting (not hanging)
without any error messages every 15-20 days. I thought it was failing
hardware. It's on 6.1 R P10. Maybe related in some way.

So much to learn, so little time. Thank you for your response.
Chris Pratt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 6.x hangs on AMD64 again

2006-11-11 Thread Kris Kennaway
On Sat, Nov 11, 2006 at 11:15:54AM -0800, Chris wrote:
 
 If your system is hanging then you need to configure additional
 debugging to figure out the cause.  Read the chapter on kernel
 debugging the developers handbook; without this information no
 developer can help you.
 
 Kris
 
 P.S. In my testing SMP amd64 is quite stable even under exceptionally
 heavy loads, so it's either something related to your hardware or your
 particular workload.
 
 Hadn't considered that a user level debugging solution. I'll give it  
 a try.
 
 We had considered it possibly related to our mix because the SuperMicro
 dual xeon we are trying to replace it with was rebooting (not hanging)
 without any error messages every 15-20 days. I thought it was failing
 hardware. It's on 6.1 R P10. Maybe related in some way.

That is indeed almost always failing hardware.

Kris


pgprkIAXZD6bJ.pgp
Description: PGP signature


Another Hardware Issue

2006-11-11 Thread Doug Hardie
I have another machine which will not boot the first time after a  
power on.  It gives the following messages:


Mounting root from ufs:/dev/ad0s1a
panic: vm_fault: fault on nofault entry, addr: c6303000

syncing disks... 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
giving up on 1 buffers
Uptime: 16s

However, if after that you hit any key on the console or the reset  
button on the front panel it will boot and run just fine.  This is  
running FreeBSD 4.6.2-RELEASE-p13.  It has run fine for years until  
this started.  There is no point to updating it as it has no users.   
It has no running services.  It only sends a couple of status emails  
daily and does frequent rcp's to my production servers.  Are we about  
to lose the motherboard?

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


Re: How can I disable the lookback device?

2006-11-11 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Chris wrote:
 First of all the motivation of this is my tftp problem with the address
 0.0.0.0.   Trying to tftp from the same box doesn't reproduce the
 problem, whatever is happening gets cleaned up in the loopback device. 
 So I want to disable lo0 and route my local IP address over the local
 net and hopefully the router will deliver the packets back to me.  So
 how can I disable the loopback device manually?  I'd prefer to take it
 down manually when I'm testing rather than doing something in rc.conf
 and be able to bring it back up.
 
 ipconfig lo0 down
 
 but the route still existed according to:
 
 netstat -r
 
 so I did..
 
 route delete 192.168.1.1
 
 but then I tried to create a new route...
 
 route add 192.168.1.1 -interface em0
 
 but according to..
 
 netstat -r
 
 it instead rebound to lo0...
 
 ?
 
 
 Chris

Don't think you can, because the loopback device is used by the kernel
for connecting sockets together properly for some services.

Why doesn't tftp 192.168.1.1 work for you?

- -Garrett
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFVj+K6CkrZkzMC68RAsqgAJ9iaWJx82bdqKz+vsNExJRWJe2DIwCfZyVh
+tA5yL8X063g3nFh7SuaeQU=
=GK+S
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Another Hardware Issue

2006-11-11 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Doug Hardie wrote:
 I have another machine which will not boot the first time after a power
 on.  It gives the following messages:
 
 Mounting root from ufs:/dev/ad0s1a
 panic: vm_fault: fault on nofault entry, addr: c6303000
 
 syncing disks... 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
 giving up on 1 buffers
 Uptime: 16s
 
 However, if after that you hit any key on the console or the reset
 button on the front panel it will boot and run just fine.  This is
 running FreeBSD 4.6.2-RELEASE-p13.  It has run fine for years until this
 started.  There is no point to updating it as it has no users.  It has
 no running services.  It only sends a couple of status emails daily and
 does frequent rcp's to my production servers.  Are we about to lose the
 motherboard?

Memtest86+ / your vendor's diags can help you determine whether or not
there is an issue.
- -Garrett
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFVj/w6CkrZkzMC68RAgeoAJ4vs+FxwJm08PhzzPeNUw8nAZR2nwCfd+Xs
/aYNlKeWtQE/EKHgHq6ThO8=
=qRlG
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


bpf kernel module

2006-11-11 Thread Vlad GURDIGA

Hello,

I'm trying to keep very close touch with 6.1_STABLE cvsupping sources
once a week or even more often. I'm thinking of removing as much as
possible devices from the kernel loading them from /boot/loader.conf
instead, so I could rebuild and install them without a whole
kernel/world rebuild and reboot when sources change. I'm not sure this
is a correct way, any piece of advice regarding this would be highly
appreciated. :)

So, I've successfully done that with sound and network card drivers,
but did not succeed with removing bpf from the kernel. Booting a
kernel with no bpf support, and with
ng_bpf_load=YES in my loader.conf, the pflogd fails to start with this error:

Nov 11 20:22:33 uxterm pflogd[10251]: Failed to initialize: (no
devices found) /dev/bpf0: No such file or directory
Nov 11 20:22:33 uxterm pflogd[10251]: Exiting, init failure

And, tcpdump also fails saying that no suitable device found. Of
course there is no /dev/bpf0.

Is there any way to have the bpf0 device without booting a kernel with
bpf device included?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pkgdb -F

2006-11-11 Thread miguel_________

I just have made it in this order:
cvsup -g -L 2 -h cvsup14.freebsd.org /path/ports-supfile

rehash

pkgdb -F


that was my worked experience.

2006/11/11, Wayne M Barnes [EMAIL PROTECTED]:

Updating the ports index ... Generating INDEX.tmp - please wait..realpath:
/tmp/a/ports/www/apache2: No such file or directory
realpath: /tmp/a/ports/www/apache2: No such file or directory
realpath: /tmp/a/ports/www/apache2: No such file or directory
realpath: /tmp/a/ports/www/apache2: No such file or directory
realpath: /tmp/a/ports/www/apache2: No such file or directory
. many lines the same 

Dear FreeBSD,

Are the above messages indicating anything I should worry
about?  They come up often when I am running portinstall or
pkgdb -F.

What can I do to eliminate them?

Thank you,

--
Wayne M Barnes
[EMAIL PROTECTED]fax: (314) 754-9556
___
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: bpf kernel module

2006-11-11 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Vlad GURDIGA wrote:
 Hello,
 
 I'm trying to keep very close touch with 6.1_STABLE cvsupping sources
 once a week or even more often. I'm thinking of removing as much as
 possible devices from the kernel loading them from /boot/loader.conf
 instead, so I could rebuild and install them without a whole
 kernel/world rebuild and reboot when sources change. I'm not sure this
 is a correct way, any piece of advice regarding this would be highly
 appreciated. :)
 
 So, I've successfully done that with sound and network card drivers,
 but did not succeed with removing bpf from the kernel. Booting a
 kernel with no bpf support, and with
 ng_bpf_load=YES in my loader.conf, the pflogd fails to start with this
 error:
 
 Nov 11 20:22:33 uxterm pflogd[10251]: Failed to initialize: (no
 devices found) /dev/bpf0: No such file or directory
 Nov 11 20:22:33 uxterm pflogd[10251]: Exiting, init failure
 
 And, tcpdump also fails saying that no suitable device found. Of
 course there is no /dev/bpf0.
 
 Is there any way to have the bpf0 device without booting a kernel with
 bpf device included?

Berkeley packet filter (bpf) is required for a lot of net related
things, such as dhcpcd, tcpdump (as you've discovered), amongst many
other things. Don't know if you want to go disabling that...
- -Garrett
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFVk8v6CkrZkzMC68RAmxpAJ9V9Rlz5fCW190FSoWYB8ZjRtBYawCfVG6s
QbadL9e1NLAbhtOunZLwrt0=
=VYKr
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


AMD64 + FreeBSD 6.1 + Keyboard troubles

2006-11-11 Thread Coen Watstaatervoor

I've installed FreeBSD 6.1 on a new Dual AMD Opeteron HE server, during the
installation the keyboard works fine. But when you plug in the keyboard
after a reboot (without the keyboard attached) the keyboard won't work any
more. I'm doing the same installation on a Dual Intel Xeon machine and the
keyboard works fine after a reboot and a cold plug in.

Could this be a motherboard problem or is this something within BSD?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


emulators/qemu: crashes with Bad system call: 12

2006-11-11 Thread martinko
Hello,

I'm trying to install Win2K but QEMU is constantly crashing with:

Bad system call: 12

The command line I'm using is a variation of the following:

qemu -cdrom /opt/win2k.iso -hda /opt/c.img -m 256 -boot d -win2k-hack

First I tried to boot directly from CD.  Also I used QCOW disk image but
QEMU crashed at a very early stage (before Win2K installer kicked in).
Now I'm using RAW disk image and QEMU actually runs up to after initial
Win2K installer reads device configuration files.

What might be wrong and how to fix it please ?

Cheers,

Martin

PS: QEMU is freshly installed from ports on FreeBSD 6.2-PRERELEASE.

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


Your account has been suspended

2006-11-11 Thread [EMAIL PROTECTED]

   [spacer.gif] eBay Warning -- respond now [1][eBayLogo.gif] 

 Dear member, 
Your account has been suspended. If you want to unsuspend your user
please check the link below:
  [2]Unsuspend you eBay account:.

   Regards, 



 eBay

References

   1. http://www.ebay.com/
   2. http://www.zachkoenig.com/doc/unsuspend.ebay.com/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: emulators/qemu: crashes with Bad system call: 12

2006-11-11 Thread martinko
Josh Carroll wrote:
 I'm trying to install Win2K but QEMU is constantly crashing with:

 Bad system call: 12

 According to the qemu man page, there is an option you need when
 installing windows 2000. I don't know if it'd cause the bad system
 call message, but it's worth a shot. Also, I think the newer qemu port
 require aio (kldload aio, if it's not built into your kernel).

   -win2k-hack
   Use it when installing Windows 2000 to avoid a disk full
 bug. After
   Windows 2000 is installed, you no longer need this option (this
   option slows down the IDE transfers).

 Give that a shot.

 Josh


 The command line I'm using is a variation of the following:

 qemu -cdrom /opt/win2k.iso -hda /opt/c.img -m 256 -boot d -win2k-hack

 First I tried to boot directly from CD.  Also I used QCOW disk image but
 QEMU crashed at a very early stage (before Win2K installer kicked in).
 Now I'm using RAW disk image and QEMU actually runs up to after initial
 Win2K installer reads device configuration files.

 What might be wrong and how to fix it please ?

 Cheers,

 Martin

 PS: QEMU is freshly installed from ports on FreeBSD 6.2-PRERELEASE.


hi,

i tried that win2k option and qemu still fails with or without it. :-/

i loaded up aio(4) module and while displaying the following ...

Nov 12 01:24:38 mb-aw1n-bsd kernel: WARNING: Network stack Giant-free,
but aio requires Giant.
Nov 12 01:24:38 mb-aw1n-bsd kernel: Consider adding 'options
NET_WITH_GIANT' or setting debug.mpsafenet=0

... it actually helped my case and now i'm curiously installing
winblows.. ;o)

many thanks !!

martin

ps: i'm cc-ing the lists for archives.

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


Re: Laptop Wireless

2006-11-11 Thread doug

On Fri, 10 Nov 2006, Damian Wiest wrote:


On Fri, Nov 10, 2006 at 08:56:46PM -0500, [EMAIL PROTECTED] wrote:



On Fri, 10 Nov 2006, Damian Wiest wrote:


On Sun, Nov 05, 2006 at 07:57:03AM -0800, Rem P Roberti wrote:

Would someone point me in the right direction here.  I have an old
Compaq Presario 1692 that my sister-in-law gave to me after she
upgraded.  I installed FreeBSD 6.1 and everything is working fine.
However, the laptop also came with a Belkin Wireless G (F5D7011)
notebook card, and I would like to learn how to install the appropriate
drivers for the card to work.  I am new to FreeBSD, and have glanced at
the Handbook section dealing with wireless.  It's a little daunting at
this time, and I haven't yet been able to make sense out of it with
respect to this laptop and wireless card.  Any help in making the
process understandable would be much appreciated.

Rem


Can you post the dmesg?

Assuming that particular device has a working driver, you can probably
use ifconfig for most of the wireless settings.

-Damian


http://www.freebsd.org/releases/6.1R/hardware-i386.html#WLAN

This indicates the ed driver works for this card.


I don't think so :)  There are _no_ Belkin cards listed in the WLAN
section of that page.

In any case, isn't ed for ethernet nics?

-Damian

yes my bad :(

Posting the dmesg output was a good suggestion. If there is anything useful, the 
guys on this can help interpert it.


If the link to the hardware section does not list your card as I thought the ed 
driver did, try [EMAIL PROTECTED] man -k wireless will give you at 
least a partial list of the wireless drivers. If you can match the chipset, you 
can pick the correct driver.


Sometimes the Linux lists are good sources of information because they also use 
Xorg.


As a last resort, I am pretty sure there is a wrapper that will run windows 
drivers. If you can not get the name from the list archives, the project is 
hosted on the SourceForge site.

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


The FreeBSD Diary: 2006-10-22 - 2006-11-11

2006-11-11 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives http://www.freebsd.org/search/search.html#mailinglists 
and/or The FreeBSD Diary http://www.freebsddiary.org/. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

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


question

2006-11-11 Thread Sebastian Herrmann


Hallo,

could you tell me how to download FreeBSD from your site?

Gruß

Sebastian



Ein Herz für Kinder - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de 
Unser Dankeschön: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


signal design questions

2006-11-11 Thread Wenyen, Shih
Hi all,
   I have some questions.
   (1)  I know how to delivery of a signal to a
process.

  1. The kernel places a signal context on the
user's stack.(user level)
  2. The kernel places a signal-handler frame on
the user's stack.(kernel level)
  3. The user's signal handler returns to the
sigtramp() routine, which pops the signal-handler
context from the user's stack.(user level)
  4. The sigtramp() routine finishes by calling
the sigreturn system call.

  But, why don't implement signal handler routine
in kernel level? Are there having any ideas to
implement signal handler routine in kernel level?


(2) The system-call exit code first checks for a
posted signal and check to see whether any process has
a priority higher than that of the currently running
process.
But, I don't know the signal be checked when
returning from kernel mode to user mode.

Anyone have any other methods to checked the
signal in the other occasion ? 
 
Thanks,

Wenyen

___ 
 您的生活即時通 - 溝通、娛樂、生活、工作一次搞定! 
 http://messenger.yahoo.com.tw/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sendmail Smarthost Auth

2006-11-11 Thread Ted Mittelstaedt
Well Giorgos,

  For starters the advice in that section is wrong for 2 reasons:

pwcheck_method: passwd   does not work on sasl2 and FreeBSD 6.X
You don't want to use sasl1 for many reasons, you want to use
sasl2

define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl
is deprecated.

Fortunately the section has the link for the Sendmail auth which
has better directions.  Note:

... Notice: the default 8.12 configuration file causes the option
DefaultAuthInfo to fail since the ruleset authinfo is in the .cf file. If
you really want to use DefaultAuthInfo (it is deprecated) then you have to
remove the ruleset.
DaemonPortOptions (DAEMON_OPTIONS())
has now suboptions (called modifiers), one of which is `a'. This tells the
daemon to require authentication for all connections to it. ...

I think it's been a while since you used that section to setup
SMTP AUTH.

Note also the poster wants to know how to make his Sendmail
auth into another mailer, he doesen't want to setup his own
system to accept auth connections.

Ted


- Original Message - 
From: Giorgos Keramidas [EMAIL PROTECTED]
To: Tom Grove [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, November 10, 2006 2:42 PM
Subject: Re: Sendmail Smarthost Auth


 On 2006-11-09 09:13, Tom Grove [EMAIL PROTECTED] wrote:
  I just got a new Internet connection through Verizon and need
  to be able to use a smarthost to send mail.  All servers that I
  can use required SMTP auth and I need to figure out a way to
  have Sendmail authenticate with the smarthost.  Is this
  possible and could someone lead me in the right direction?

 You can start with:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html

 If this isn't enough, or you still have questions about the way
 to set up SMTP Authentication with Sendmail on FreeBSD, let me
 know.  I'll try to answer your questions *and* update the section
 with whatever is not as clear as we would like it to be.

 - Giorgos
 ___
 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: signal design questions

2006-11-11 Thread Garrett Cooper

On Nov 11, 2006, at 10:55 AM, Wenyen, Shih wrote:


Hi all,
   I have some questions.
   (1)  I know how to delivery of a signal to a
process.

  1. The kernel places a signal context on the
user's stack.(user level)
  2. The kernel places a signal-handler frame on
the user's stack.(kernel level)
  3. The user's signal handler returns to the
sigtramp() routine, which pops the signal-handler
context from the user's stack.(user level)
  4. The sigtramp() routine finishes by calling
the sigreturn system call.

  But, why don't implement signal handler routine
in kernel level? Are there having any ideas to
implement signal handler routine in kernel level?


(2) The system-call exit code first checks for a
posted signal and check to see whether any process has
a priority higher than that of the currently running
process.
But, I don't know the signal be checked when
returning from kernel mode to user mode.

Anyone have any other methods to checked the
signal in the other occasion ?

Thanks,

Wenyen


I would suggest asking this question on the freebsd-hackers list.
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]