Re: options atapicam and/or device ATA_CAM in kernel config?

2011-11-27 Thread b. f.
   What is the role of options atapicam and device ATA_CAM in kernel 
   config file?

   Are they redundant?  Kernel will build with both these options, but will 
   it make things go awry?  Is ATA_CAM deprecated?

They are redundant and incompatible.  atapicam is deprecated, and
ATA_CAM is the new default on FreeBSD 9 and 10. Unless you have some
special requirements, you should use ATA_CAM on recent versions of
FreeBSD, because it usually performs better than the old ATA code, and
has added functionality.


 Lowell Gilbert freebsd-questions-local at be-well.ilk.org responds:

  As far as I can see, ATA_CAM isn't currently documented.
  Just ignore it.

This is bad advice, for the reasons mentioned above.  It is briefly
documented in /usr/src/sys/conf/NOTES, and you can find more
information about it in the commit logs of the source repository, and
the mailing lists. For example:

http://svnweb.FreeBSD.org/base?view=revisionrevision=195534
...
http://svnweb.FreeBSD.org/base?view=revisionrevision=200171
http://svnweb.FreeBSD.org/base?view=revisionrevision=220982
http://svnweb.FreeBSD.org/base?view=revisionrevision=216088
http://lists.freebsd.org/pipermail/freebsd-current/2009-June/008574.html
http://lists.freebsd.org/pipermail/freebsd-current/2011-April/024110.html
...


 So I can say good riddance to ATA_CAM.  According to burncd man page, ATA_CAM 
 is incompatible with burncd, also burncd was deprecated in FreeBSD 9.0.

As I wrote above, you probably do _not_ want to discard ATA_CAM on
recent versions of FreeBSD.  burncd is deprecated because it does not
work with ATA_CAM, and no one has volunteered to rewrite it yet.  You
can use a port like sysutils/cdrtools or sysutils/cdrtools-devel
instead.

   I am trying to burn a CD (or DVD) on a SATA DVD-RW drive, but cdrtools 
   don't work.

Why not? Specifically, what fails?  Does your kernel include the
necessary bits, like ATA_CAM?  Have you asked the cdrtools port
maintainer for help, and sent him a verbose listing of any errors you
encounter?  There were some recent CAM changes that broke some ports
like audio/cdparanoia, but these ports will probably be fixed soon.

...

   Also, how do I build and install a kernel to some name other than 
   /boot/kernel, and not build all modules in duplicate?

I think we answered these questions in the other recent thread.

...

 I don't want to upgrade FreeBSD on older computer because of shortage of disk 
 space and only 256 MB RAM.  Portupgrading everything would be too gruesomely 
 slow, in addition to likely running short of disk space.

You can use a faster computer to build packages for your slower
computer, or use packages from the FreeBSD mirrors.  You can also use
tools like devel/ccache to speed builds, although this requires more
disk space.  Building ports in a swap-backed memory file system like
mdmfs or tmpfs can also help, although you have to be careful when RAM
is limited.  You could work around your disk space limitations by
using a removable drive for builds, or a network-based files system
like nfs.  And if you have a number of slower computers of the same
type, you can speed up builds by having the computers work together,
with something like devel/distcc.

b.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


port astro/stellarium: /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/AngleMeasure/src/AngleMeasure.hpp, : File name too long,*** Error code 1

2011-11-27 Thread O. Hartmann
Hello,

since a couple of days for now I have on FreeBSD 10.0-CURRENT/amd64,
clang compiled, the following error updating or reinstalling or
installing the port astro/stellarium:

===  Vulnerability check disabled, database not found
===  License GPLv2 accepted by the user
===  Found saved configuration for stellarium-0.11.1
===  Extracting for stellarium-0.11.1
= SHA256 Checksum OK for stellarium-0.11.1.tar.gz.
===  Patching for stellarium-0.11.1
sed:
/usr/ports/astro/stellarium/work/stellarium-0.11.1/src/core/external/fixx11h.h
/usr/ports/astro/stellarium/work/stellarium-0.11.1/src/CMakeLists.txt
/usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/TelescopeControl/src/TelescopeControl.hpp
/usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/Oculars/src/Oculars.hpp
/usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/CompassMarks/src/CompassMarks.hpp
/usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/TextUserInterface/src/TextUserInterface.hpp
/usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/Supernovae/src/Supernovae.hpp
/usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/SolarSystemEditor/src/SolarSystemEditor.hpp
/usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/Satellites/src/Satellites.hpp
/usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/HelloStelModule/src/HelloStelModule.hpp
/usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/TimeZoneConfiguration/src/TimeZoneConfiguration.hpp
/usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/AngleMeasure/src/AngleMeasure.hpp
: File name too long
*** Error code 1

Stop in /usr/ports/astro/stellarium.
*** Error code 1

I have no idea what the error cuases. I tried to delete everything and
reinstall, but the error seems to be very sticky. I checked the
/usr/ports partition (UFS2, UFS-Journaling on) several time for errors,
but it seems to be clean.

Any ideas what's going on?

Regards,
Oliver




signature.asc
Description: OpenPGP digital signature


problem in changing serial console speed!

2011-11-27 Thread h bagade
Hi all,

I want to change serial console speed on freebsd 8.2. I've found out
different way of doing so but none was successful! I've tried the following
ways:

1- change /boot.config: add -S*speed

*2- change /boot/loader.conf: add following lines
boot_multicons=YES
boot_serial=YES
comconsole_speed=115200
console=comconsole,vidconsole

3- change /etc/ttys as follows:
ttyu0/usr/libexec/getty std.115200vt100on secure

none of the above methods worked and only changing /etc/makefile had an
effect on serial console speed which is not appropriate.
Is there anything else should be take in to consideration in any of the
ways? What am I missing?

Any comments or hints are really appreciated.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: problem in changing serial console speed!

2011-11-27 Thread claudiu vasadi
Hi,

So basically you need the following:

1) Set the baud rate and the com interface in BIOS (ex: com1 and baud rate
19200)

2) /boot/loader.conf:
ipmi_load=YES
3) reboot

4)
- use dmesg | grep uart and you will something like this:
uart0: 16550 or compatible port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
uart0: [FILTER]
uart0: console (19200,n,8,1)

Then, change   /boot/loader.conf to reflect the serial interface found by
the OS as ipmi-enabled (PS: if you find uart1 with dmesg, use uart1 in
loader.conf)
# IPMI settings
hint.uart.0.at=isa- use dmesg
hint.uart.0.baud=19200  - same as in BIOS
hint.uart.0.port=0x3f8 - use dmesg
hint.uart.0.flags=0x10 - use dmesg
hint.uart.0.irq=4  - use dmesg

console=comconsole,vidconsole
comconsole_speed=19200  - same as in BIOS
boot_multicons=YES
boot_serial=YES

5) /etc/ttys
- if you found, for example, uart0 as ipmi-enabled, do the folowing:
ttyu0 /usr/libexec/getty std.19200 vt100 off secure
- ex for uart1:
ttyu1 /usr/libexec/getty std.19200 vt100 off secure
- make sure to match the BAUD-rate, it;s important :)

6) /etc/make.conf (you need to rebuild the boot blocks with IPMI-enabled)
# IPMI boot block build options
BOOT_COMCONSOLE_PORT=0x3f8
BOOT_COMCONSOLE_SPEED=19200

7) compile new boot-blocks:
cd /usr/src/sys/boot
make clean
make
make install

8) reboot and pray :)

PS: with IPMI-console enabled, I was never able to see anything beyond the
messages that the kernel displays when booting (ex: no Starting apache.
done or Starting ssh. done). Maybe someone knows a workaround for this ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


OpenBGPd stability issue on FreebBSD 9-PRERELEASE

2011-11-27 Thread Darren Baginski
Hi!

I'm having issues with OpenBGPd  openbgpd-4.9.20110612_1 running on  FreebBSD 
9-PRERELEASE.
BGP sessions flap for no reason every ~4hours, bgp sessions itself receive only 
default form cisco router.
FreeBSD 8.2 is not affected. 
How can I troubleshot this?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


multimedia/vlc: no graphical interface on FreeBSD 9 and 10

2011-11-27 Thread O. Hartmann
Since a while, vlc on my FreeBSD 10 and FreeBSD 9 boxes do not show a
graphical interface anymore. Compiling multimedia/vlc works, either with
the legacy gcc or clang. But either way I compile vlc, the result is
always the same: no GUI. Instead, I receive the below show message:


VLC media player 1.1.12 The Luggage (revision exported)
Blocked: call to unsetenv(DBUS_ACTIVATION_ADDRESS)
Blocked: call to unsetenv(DBUS_ACTIVATION_BUS_TYPE)
[0x802080a70] main interface error: no suitable interface module
[0x8020691b0] main libvlc error: interface globalhotkeys,none
initialization failed
[0x8020691b0] main libvlc: Running vlc with the default interface. Use
'cvlc' to use vlc without interface.
[0x802080a70] main interface error: option qt-volume-complete does not exist
[0x802080a70] skins2 interface error: no suitable dialogs provider found
(hint: compile the qt4 plugin, and make sure it is loaded properly)
[0x802080a70] skins2 interface error: cannot instanciate qt4 dialogs
provider


I tried several times to recompile everything vlc depends on, but with
not success. I also tried to delete every configuration file vlc created
in the past and my now suffer from legzy options, but that hadn't any
effect - as far as I could catch each config file.

Is anybody out here having had the same or similar problem and solved it?

Regards,
Oliver



signature.asc
Description: OpenPGP digital signature


Tproxy Freeebsd 8.2 stable

2011-11-27 Thread Tony Kumbayer
Hi All,

Does anyone have any success installing Tproxy on Freebsd 8.2 with lusca or 
cacheboy
I already googling and read 
http://tproxy.no-ip.org/  and still no luck

freebsd 8.2 stable
LUSCA_HEAD-r14809
ipfw
1 ethernet card

I could really use some advice. Thanks!

Toni
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Looking for SEO/ Web Design Work

2011-11-27 Thread Ashok
Hi,


I am an Organic SEO cum Website Design specialist. Currently looking for a job 
in the field of Web design  or Internet marketing.

I have 5 years experience with SEO and Website Design .I would like to work 
remotely from my present location in India and help your organization with 
Website design and Development work .
My other Skills include HTML, CSS, Photoshop, Dream weaver , Joomla , Word 
press , Flash , Jquery 

Onsite Optimization I Can help you with are

Keyword Research (primary  secondary)
Top Competitors Analysis
Keyword Competition Analysis
Keyword seeding within Content
Keyword Density check
Meta Data Optimization
Outbound Links Analysis
Code Validation Check (W3C standards)
Browser Compatibility Check
Clean Code Check
Duplicate Content Filter Check
Robot text Optimization
Analytic Code insertion
Webmaster tools
URL Parameter Checks
Server Speed Check
Load Time Speed Check
IMG ALT Tag Optimization
Site map Install (XML  HTML)
After Google Panda Update
Adding relevant Videos
Adding Relevant Optimized Images
Adding social media Icons like Face book like icon Google plus 1 , Twitter icon
Adding relevant articles
Putting up a blog and maintaining it regularly
Adding Mobile website
Adding relevant gadgets or widgets
Adding Maps.

Link Building Methods I can help you with are 

Submission of videos to video uploading sites
Creating videos with articles .
Submitting articles only to highly relevant sites
Maintaining social media accounts like facebook , twitter accounts
Directory submission
Targeted Keywords Blogs writing and creating new blogs or lens .
Article publishing
Blog commenting on relevant topics
Deep linking
Classifieds posting
Press Release publishing
Forums participation
Social Bookmarking
Social media optimization
Regional directories submissions
Niche directory submission
Local Listing on Search engines


My Monthly wage expectation is as low as 700USD for full time work, where in I 
can handle SEO for all your clients and also help in Designing and development 
of new websites .
Looking forward to discussing this job opportunity further and explore the 
methods by which I can contribute to the success of your esteemed organization.

Thank you for your time and consideration.


Sincerely,
Ashok
e-mail - aashok@gmail.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: OpenBGPd stability issue on FreebBSD 9-PRERELEASE

2011-11-27 Thread Kevin Oberman
On Sun, Nov 27, 2011 at 7:10 AM, Darren Baginski kick...@yandex.ru wrote:
 Hi!

 I'm having issues with OpenBGPd  openbgpd-4.9.20110612_1 running on  FreebBSD 
 9-PRERELEASE.
 BGP sessions flap for no reason every ~4hours, bgp sessions itself receive 
 only default form cisco router.
 FreeBSD 8.2 is not affected.
 How can I troubleshot this?

Start by looking at the logs on both ends. Why did the session get
torn down?  Which end triggered it? Without this information it is
impossible to figure much out.

If the logs don't provide a clue, you can capture the BGP traffic with
tcpdump and analyze with wireshark.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: problem in changing serial console speed!

2011-11-27 Thread CyberLeo Kitsana
On 11/27/2011 12:07 AM, h bagade wrote:
 Hi all,
 
 I want to change serial console speed on freebsd 8.2. I've found out
 different way of doing so but none was successful! I've tried the following
 ways:
 
 1- change /boot.config: add -S*speed
 
 *2- change /boot/loader.conf: add following lines
 boot_multicons=YES
 boot_serial=YES
 comconsole_speed=115200
 console=comconsole,vidconsole
 
 3- change /etc/ttys as follows:
 ttyu0/usr/libexec/getty std.115200vt100on secure
 
 none of the above methods worked and only changing /etc/makefile had an
 effect on serial console speed which is not appropriate.
 Is there anything else should be take in to consideration in any of the
 ways? What am I missing?

You have to do all of them.

With my Intel SS4200 NAS boxen (which are headless), I do the following:

8
Set the serial port to 115200 in the bios and disable console
redirection after boot.

Add to /boot.config to set boot block serial speed:
-h -S115200

Add to loader.conf to set /loader serial speed:
console=comconsole
conconsole_speed=115200

Edit /etc/ttys to set serial login speed:
ttyu0 /usr/libexec/getty std.115200 vt100 on secure
8

This is sufficient to completely replace the emulated VGA with native
serial output across all phases of the boot sequence, from the boot
block through /loader, kernel and startup messages, all the way to login.

Some changes may be necessary if you intend to use a serial port other
than 0, or if you wish to have both serial and VGA consoles available.

-- 
Fuzzy love,
-CyberLeo
Technical Administrator
CyberLeo.Net Webhosting
http://www.CyberLeo.Net
cyber...@cyberleo.net

Furry Peace! - http://.fur.com/peace/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: options atapicam and/or device ATA_CAM in kernel config?

2011-11-27 Thread Lowell Gilbert
b. f. bf1...@googlemail.com writes:

   What is the role of options atapicam and device ATA_CAM in kernel 
   config file?

   Are they redundant?  Kernel will build with both these options, but will 
   it make things go awry?  Is ATA_CAM deprecated?

 They are redundant and incompatible.  atapicam is deprecated, and
 ATA_CAM is the new default on FreeBSD 9 and 10. Unless you have some
 special requirements, you should use ATA_CAM on recent versions of
 FreeBSD, because it usually performs better than the old ATA code, and
 has added functionality.

Ah. My apologies to anyone I confused with my incorrect comments.

I must say that I'm thoroughly disappointed that my searches through the
official documentation didn't turn up anything related to this. Even the
Handbook, with extensive practical descriptions of how to use this
functionality, doesn't mention that its advice is irrelevant to anything
past 8.x.

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


Re: multimedia/vlc: no graphical interface on FreeBSD 9 and 10

2011-11-27 Thread Garrett Cooper
On Sun, Nov 27, 2011 at 7:40 AM, O. Hartmann
ohart...@zedat.fu-berlin.de wrote:
 Since a while, vlc on my FreeBSD 10 and FreeBSD 9 boxes do not show a
 graphical interface anymore. Compiling multimedia/vlc works, either with
 the legacy gcc or clang. But either way I compile vlc, the result is
 always the same: no GUI. Instead, I receive the below show message:

That means one or more plugins crashed the system. vlc is lowsy
when it comes to diagnostic messages and it isn't overly apparent what
the root cause is when running ldd because it dl_open's a bunch of
libraries. Try running vlc -vv or ktrace'ing the binary.
Cheers,
-Garrett

PS Please don't cross-post.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: port astro/stellarium: /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/AngleMeasure/src/AngleMeasure.hpp, : File name too long,*** Error code 1

2011-11-27 Thread Garrett Cooper
On Sun, Nov 27, 2011 at 2:01 AM, O. Hartmann
ohart...@zedat.fu-berlin.de wrote:
 Hello,

 since a couple of days for now I have on FreeBSD 10.0-CURRENT/amd64,
 clang compiled, the following error updating or reinstalling or
 installing the port astro/stellarium:

 ===  Vulnerability check disabled, database not found
 ===  License GPLv2 accepted by the user
 ===  Found saved configuration for stellarium-0.11.1
 ===  Extracting for stellarium-0.11.1
 = SHA256 Checksum OK for stellarium-0.11.1.tar.gz.
 ===  Patching for stellarium-0.11.1
 sed:
 /usr/ports/astro/stellarium/work/stellarium-0.11.1/src/core/external/fixx11h.h
 /usr/ports/astro/stellarium/work/stellarium-0.11.1/src/CMakeLists.txt
 /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/TelescopeControl/src/TelescopeControl.hpp
 /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/Oculars/src/Oculars.hpp
 /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/CompassMarks/src/CompassMarks.hpp
 /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/TextUserInterface/src/TextUserInterface.hpp
 /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/Supernovae/src/Supernovae.hpp
 /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/SolarSystemEditor/src/SolarSystemEditor.hpp
 /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/Satellites/src/Satellites.hpp
 /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/HelloStelModule/src/HelloStelModule.hpp
 /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/TimeZoneConfiguration/src/TimeZoneConfiguration.hpp
 /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/AngleMeasure/src/AngleMeasure.hpp
 : File name too long
 *** Error code 1

 Stop in /usr/ports/astro/stellarium.
 *** Error code 1

 I have no idea what the error cuases. I tried to delete everything and
 reinstall, but the error seems to be very sticky. I checked the
 /usr/ports partition (UFS2, UFS-Journaling on) several time for errors,
 but it seems to be clean.

 Any ideas what's going on?

Probably this PR: kern/161481, but it wouldn't hurt to confirm via ktrace.
Cheers,
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: OpenBGPd stability issue on FreebBSD 9-PRERELEASE

2011-11-27 Thread Darren Baginski
Yes, I did a capture. Session time outing.
Bizarre that happens only on link with igb driver, while bce has no issues 
(server with two nics one 4ports igb and one 2ports bce).
tcpdump on igb link even do not show packets arriving while I see them sent 
from the other end.
The same link plugged to the bce works.
What else can be done to debug this ?

27.11.2011, 21:59, Kevin Oberman kob6...@gmail.com:
 On Sun, Nov 27, 2011 at 7:10 AM, Darren Baginski kick...@yandex.ru wrote:

  Hi!

  I'm having issues with OpenBGPd  openbgpd-4.9.20110612_1 running on  
 FreebBSD 9-PRERELEASE.
  BGP sessions flap for no reason every ~4hours, bgp sessions itself receive 
 only default form cisco router.
  FreeBSD 8.2 is not affected.
  How can I troubleshot this?

 Start by looking at the logs on both ends. Why did the session get
 torn down?  Which end triggered it? Without this information it is
 impossible to figure much out.

 If the logs don't provide a clue, you can capture the BGP traffic with
 tcpdump and analyze with wireshark.

 --
 R. Kevin Oberman, Network Engineer
 E-mail: kob6...@gmail.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: options atapicam and/or device ATA_CAM in kernel config?

2011-11-27 Thread b. f.
On 11/27/11, Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org wrote:
 b. f. bf1...@googlemail.com writes:

   What is the role of options atapicam and device ATA_CAM in kernel
   config file?

   Are they redundant?  Kernel will build with both these options, but
   will it make things go awry?  Is ATA_CAM deprecated?

 They are redundant and incompatible.  atapicam is deprecated, and
 ATA_CAM is the new default on FreeBSD 9 and 10. Unless you have some
 special requirements, you should use ATA_CAM on recent versions of
 FreeBSD, because it usually performs better than the old ATA code, and
 has added functionality.

 Ah. My apologies to anyone I confused with my incorrect comments.

 I must say that I'm thoroughly disappointed that my searches through the
 official documentation didn't turn up anything related to this. Even the
 Handbook, with extensive practical descriptions of how to use this
 functionality, doesn't mention that its advice is irrelevant to anything
 past 8.x.

The handbook does contain some oblique and scattered references to the
new code, or at least to constructs that are common to both the old
and the new code, but the addition of a brief discussion of the
differences between the new and old ATA code in the handbook -- i.e.,
the kernel and userland components that are now obsolete, and their
replacements -- might be of some help to users.  The primary author of
the new code did add some material to various notes and manpages, but
he has been very busy writing and debugging code, and English is not
his first language, so others will have to supplement his efforts.
Perhaps you could ask for some additions on the freebsd-doc mailing
list?

b.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: OpenBGPd stability issue on FreebBSD 9-PRERELEASE

2011-11-27 Thread Adrian Chadd
Hi,

Are all RX frames dropped at that point, or just the BGP TCP session
related IP frames?



Adrian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


too many open files

2011-11-27 Thread Robert Huff

Earlier tonight, I had a machine running

FreeBSD 9.0-BETA1 #0: Tue Aug 23 10:07:23 EDT 2011 amd64 

become unusable because kern.openfiles hit kern.maxfiles.
I found this ... unexpected.
After rebooting, I have been keeping track of kern.openfiles.
Just after boot, it was about 575.  Two hours later, it is over 3100
and climbing slowly but steadily.  (There are moments when the
number drops by 5 ... but then goes up again.)
How do I figure out what is doing this?  Looking at the process
list (appended) I see no obvious candidates.



Robert Huff


  PID  TT  STAT  TIME COMMAND
0  ??  DLs1:12.16 [kernel]
1  ??  SLs0:00.03 /sbin/init -s
2  ??  DL 0:00.00 [sctp_iterator]
3  ??  DL 0:00.00 [xpt_thrd]
4  ??  DL 0:00.02 [pagedaemon]
5  ??  DL 0:00.00 [vmdaemon]
6  ??  DL 0:00.00 [pagezero]
7  ??  DL 0:00.08 [bufdaemon]
8  ??  DL 0:00.08 [vnlru]
9  ??  DL 0:01.68 [syncer]
   10  ??  DL 0:00.00 [audit]
   11  ??  RL   341:53.55 [idle]
   12  ??  WL 1:36.09 [intr]
   13  ??  DL 0:09.19 [geom]
   14  ??  DL 0:01.37 [yarrow]
   15  ??  DL 0:10.44 [usb]
   16  ??  DL 0:00.41 [softdepflush]
   17  ??  DL 0:01.78 [flowcleaner]
  128  ??  Is 0:00.00 adjkerntz -i
  355  ??  Is 0:00.00 dhclient: em0 [priv] (dhclient)
  397  ??  Is 0:00.03 dhclient: em0 (dhclient)
 1270  ??  Is 0:00.46 /usr/sbin/moused -p /dev/ums0 -t auto -I /var/run/mou
 1297  ??  Is 0:00.01 /usr/sbin/moused -p /dev/ums2 -t auto -I /var/run/mou
 1336  ??  Is 0:00.00 /sbin/devd
 1630  ??  Ss 0:00.09 /usr/sbin/syslogd -c
 1646  ??  Ss 0:03.83 /usr/sbin/named -u bind -c /etc/namedb/named.conf -u 
 1658  ??  Ss 0:00.02 /usr/sbin/rpcbind
 1753  ??  Is 0:00.00 /usr/sbin/mountd -r
 1755  ??  Is 0:00.02 nfsd: master (nfsd)
 1756  ??  S  0:00.06 nfsd: server (nfsd)
 1762  ??  Ss 0:00.01 /usr/sbin/rpc.statd
 1768  ??  Ss 0:00.02 /usr/sbin/rpc.lockd
 1778  ??  Is 0:18.40 /usr/local/sbin/apcupsd --kill-on-powerfail
 1837  ??  Ss 0:00.53 /usr/sbin/ntpd -g -c /etc/ntp.conf -p /var/run/ntpd.p
 1966  ??  Ss 0:00.02 /usr/local/sbin/dhcpd -q -cf /usr/local/etc/jerusalem
 1976  ??  Is 0:00.04 /usr/local/sbin/cupsd -C /usr/local/etc/cups/cupsd.co
 1997  ??  Is 0:00.05 /usr/local/sbin/smbd -D -s /usr/local/etc/smb.conf
 2009  ??  Is 0:00.17 /usr/local/sbin/spamass-milter -f -p /var/run/spamass
 2012  ??  I  0:00.00 /usr/local/sbin/smbd -D -s /usr/local/etc/smb.conf
 2026  ??  Ss 0:03.10 /usr/local/bin/spamd -u spamd -H /var/spool/spamd -d 
 2027  ??  I  0:05.54 spamd child (perl)
 2028  ??  I  0:00.02 spamd child (perl)
 2039  ??  Is 0:00.02 /bin/sh /usr/local/bin/mysqld_safe --defaults-extra-f
 2134  ??  I  0:04.05 [mysqld]
 2182  ??  Is 0:00.01 /usr/local/bin/dbus-daemon --system
 2205  ??  Ss 0:00.32 /usr/local/bin/gw6c
 2285  ??  Is 0:03.84 /usr/local/sbin/clamd
 2295  ??  Is 0:01.31 /usr/local/bin/freshclam --daemon -p /var/run/clamav/
 2302  ??  Is 0:00.11 /usr/local/sbin/clamav-milter -c /usr/local/etc/clama
 2314  ??  Ss 0:00.21 sendmail: accepting connections (sendmail)
 2318  ??  Is 0:00.00 sendmail: Queue runner@00:30:00 for /var/spool/client
 2339  ??  Is 0:00.07 /usr/local/bin/fetchmail -f /home/huff/.fetchmailrc -
 2360  ??  S  0:02.27 /usr/local/bin/python2.7 /usr/local/bin/denyhosts.py 
 2373  ??  I  0:00.04 avahi-daemon: running [jerusalem.local] (avahi-daemon
 2383  ??  I  0:00.00 /usr/local/sbin/avahi-dnsconfd -D
 2443  ??  Ss 0:00.34 /usr/local/sbin/httpd -DNOHTTPACCEPT
 2445  ??  I  0:00.00 /usr/local/sbin/cronolog /var/log/httpd-errors.%Y-%m.
 2447  ??  I  0:00.01 /usr/local/sbin/cronolog /var/log/httpd-ssl_error.%Y-
 2450  ??  I  0:00.00 /usr/local/sbin/cronolog /var/log/httpd-access.%Y-%m.
 2451  ??  I  0:00.00 /usr/local/sbin/cronolog /var/log/httpd-ssl_access.%Y
 2466  ??  Ss 0:00.24 /usr/sbin/sshd
 2471  ??  Is 0:00.03 /usr/sbin/cron -s
 2498  ??  Is 0:00.00 /usr/sbin/inetd -wW -C 60
 2521  ??  Is 0:00.00 /usr/libexec/ftpd -D
 2549  ??  I  0:00.00 /usr/local/sbin/httpd -DNOHTTPACCEPT
 2550  ??  I  0:00.03 /usr/local/sbin/httpd -DNOHTTPACCEPT
 2551  ??  S  0:00.02 /usr/local/sbin/httpd -DNOHTTPACCEPT
 2552  ??  I  0:00.00 /usr/local/sbin/httpd -DNOHTTPACCEPT
 2553  ??  I  0:00.00 /usr/local/sbin/httpd -DNOHTTPACCEPT
 2558  ??  Is 0:01.80 /usr/local/sbin/hald
 2560  ??  I  0:00.03 /usr/local/sbin/console-kit-daemon --no-daemon
 2562  ??  I  0:00.03 /usr/local/libexec/polkitd
 2564  ??  I  0:00.01 /usr/local/libexec/gam_server
 2565  ??  I  0:00.05 hald-runner
 2586  ??  I  0:00.01 hald-addon-mouse-sysmouse: /dev/ums0 (hald-addon-mous
 2596  ??  I  0:00.01 hald-addon-mouse-sysmouse: /dev/ums2 (hald-addon-mous
 2619  ??  S  0:01.51 

Re: too many open files

2011-11-27 Thread Adam Vande More
On Sun, Nov 27, 2011 at 8:50 PM, Robert Huff roberth...@rcn.com wrote:

After rebooting, I have been keeping track of kern.openfiles.
 Just after boot, it was about 575.  Two hours later, it is over 3100
 and climbing slowly but steadily.  (There are moments when the
 number drops by 5 ... but then goes up again.)
How do I figure out what is doing this?  Looking at the process
 list (appended) I see no obvious candidates.


fstat(1)

-- 
Adam Vande More
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: too many open files

2011-11-27 Thread Murray Taylor
I have have the same issue on a 8.0-RELEASE box and found with 
fstat the tgam_server was holding 12511 open files ...

A what purpose does this serve (google seems to indicate
that it is to speed up file access)

B howinhell can I clobber it so it releases the files OR 
(preferably) doesn't start doing this or anything...? 


-- 
Murray Taylor
Bytecraft Systems
Special Projects Engineer

P: +61 3 8710 0600
D: +61 3 9238 5168
F: +61 3 9238 5140

 |_|0|_|Absence of evidence
 |_|_|0|is not evidence of absence
 |0|0|0|Carl Sagan



 
-Original Message-
From: owner-freebsd-questi...@freebsd.org
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Adam Vande
More
Sent: Monday, 28 November 2011 1:57 PM
To: Robert Huff
Cc: questi...@freebsd.org
Subject: Re: too many open files

On Sun, Nov 27, 2011 at 8:50 PM, Robert Huff roberth...@rcn.com wrote:

After rebooting, I have been keeping track of kern.openfiles.
 Just after boot, it was about 575.  Two hours later, it is over 3100
 and climbing slowly but steadily.  (There are moments when the
 number drops by 5 ... but then goes up again.)
How do I figure out what is doing this?  Looking at the process
 list (appended) I see no obvious candidates.


fstat(1)

-- 
Adam Vande More
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
freebsd-questions-unsubscr...@freebsd.org
---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---

### This e-mail message has been scanned for Viruses by Bytecraft ###
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: too many open files

2011-11-27 Thread Robert Huff

Adam Vande More writes:

  After rebooting, I have been keeping track of kern.openfiles.
   Just after boot, it was about 575.  Two hours later, it is over 3100
   and climbing slowly but steadily.  (There are moments when the
   number drops by 5 ... but then goes up again.)
  How do I figure out what is doing this?  Looking at the process
   list (appended) I see no obvious candidates.
  
  
  fstat(1)

That was the correct tool.
Thank you.


Robert Huff

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


unsubscribe

2011-11-27 Thread Gary Gatten
Unsubscribe






font size=1
div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 
1.0pt 0in'
/div
This email is intended to be reviewed by only the intended recipient
 and may contain information that is privileged and/or confidential.
 If you are not the intended recipient, you are hereby notified that
 any review, use, dissemination, disclosure or copying of this email
 and its attachments, if any, is strictly prohibited.  If you have
 received this email in error, please immediately notify the sender by
 return email and delete this email from your system.
/font

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


Re: problem in changing serial console speed!

2011-11-27 Thread Fritz Wuehler
 1- change /boot.config: add -S*speed
 
 *2- change /boot/loader.conf: add following lines
 boot_multicons=YES
 boot_serial=YES
 comconsole_speed=115200
 console=comconsole,vidconsole
 
 3- change /etc/ttys as follows:
 ttyu0/usr/libexec/getty std.115200vt100on secure
 
 none of the above methods worked and only changing /etc/makefile had an
 effect on serial console speed which is not appropriate.
 Is there anything else should be take in to consideration in any of the
 ways? What am I missing?

I don't know but I do know a real VT100 won't run at 115,200 unless you drop
it out of an airplane. Are you using a physical terminal or an emulator? If
an emulator you often have to match up the emulator speed and parity
settings etc. to the host settings. Alas my Sun boxes only run at 9,800 over
serial even though minicom itself could do alot more.

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


HSBC informe!

2011-11-27 Thread HSBC online

   HSBC Logo

   Please, update your personal information!

   Dear Value Customer,
   From Thursday, 24.11.2011 until Monday, 28.11.2011, we conducted a
   detailed review of our security measures, to improve the security of
   online transactions. Please update your personal information to avoid
   future problems with your account.
   [1] Confirm my account  detail! 

   All accounts are considered inactive will be suspended without
   notifying the owner.

   Thanks,
   HSBC online banking

References

   1. 
http://freetime.com/1/2/p/kcxml/SPykssyOxPLMnMzovMoY/wbJmMWbxxub/keaxRvFO/tCRAziHeECQfoFuaER/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org