similar to: bsnmp header files question

Displaying 20 results from an estimated 110 matches similar to: "bsnmp header files question"

2012 Sep 09
8
bsnmpd always died on HDD detach
I am running bsnmpd with basic snmpd.config (only community and location changed). When there is a problem with HDD and disk disapeared from ATA channel (eg.: disc physically removed) the bsnmpd always dumps core: kernel: pid 1188 (bsnmpd), uid 0: exited on signal 11 (core dumped) I see this for a long rime on all releases of 7.x and 8.x branches (i386 and amd64). I did not tested 9.x. Is
2009 Apr 21
4
RELENG_7 crash
The box has a fairly heavy UDP load. Its RELENG_7 as of today and took 3hrs for it to dump core. Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x68 fault code = supervisor read, page not present instruction pointer = 0x20:0xc0637146 stack pointer = 0x28:0xe766eaac frame pointer = 0x28:0xe766eb54 code segment
2008 Feb 13
3
AMD64 vs i386, ifstat and bsnmp
Couple of little things I noticed with a new RELENG_7 AMD64 box (as of yesterday) ifstat from the ports cannot seem to find interfaces for some reason ? It works fine on i386 [ns8]# ifstat -b ifstat: no interfaces to monitor! [ns8]# [ns8]# ifconfig em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
2011 May 13
1
PLSR error
Hi, this is my R-Script library(pls) file <- "C:\\TXT\\brix.txt" d <- as.matrix(read.table(file, header=T, sep=",", row.names = NULL)) plsdata <- data.frame(NIR=c(1:nrow(X))) plsdata$NIR <- I(d[,3:603]) plsdata$Brix <- d[,2] results <- plsr(Brix ~ NIR, data=plsdata) after the last string i have this error > results <- plsr(Brix ~ NIR, data=plsdata)
2013 Jan 24
2
PDC: "The trust relationship ... failed" from the beginning
Hi, When I try a net logon from Windows 7 64-bit Business (don't have any other Windows machines), I get "The trust relationship between this workstation and the primary domain failed". The discussion I've found around the Web regarding this error message seems to be only in the context of the 30 day password expiry issue, where the solution is to simply rejoin the domain.
2008 Apr 02
9
Problem getting the most recent has_many associated object
I can''t get my view to display the most recent parameters from an associated object in a view... here is a birds-eye of my app: I have two models, Ferms and Kinetics. Ferm has_many :kinetics, Kinetic belongs_to :ferm. Kinetic has the fields ferm_id, brix and temp. In my ferms/index view I have a table listing the attributes of each ferm instance. I would like to display the most recent
2008 Jan 06
1
overheating Thinkpad X60s with 7.0-RC1
Hello everybody! Since the update from 6.2-STABLE to 7.0 I'm encountering problems with the temperature of my Thinkpad X60s. Under heavy load, e.g., make builworld or compile gcc or... I get the following output in /var/log/messages: Dec 29 01:53:13 delta1 root: WARNING: system temperature too high, shutting down soon! Dec 29 01:53:13 delta1 syslogd: /dev/:0: No such file or directory Dec 29
2008 Jul 29
1
xapian-omega runfilter.cc patch
Hi, The following patch for runfilter.cc is needed for building xapian-omega on FreeBSD: --- runfilter.cc.orig 2008-07-03 21:16:54.000000000 +0200 +++ runfilter.cc 2008-07-03 21:18:48.000000000 +0200 @@ -25,6 +25,7 @@ #include "safeerrno.h" #include <sys/types.h> #include <stdio.h> +#include <signal.h> #include "safefcntl.h" #ifdef HAVE_SYS_TIME_H
2002 Feb 20
1
Disk error 00, drive F0
Hello, I have recently downloaded Sorcerer GNU Linux (http://sorcerer.wox.org/) which uses ISOLINUX for booting the installation CD-ROM. Problem is, I can not get the CD-ROM to boot. I have tested it on another computer, and it works fine (The CD-ROM has been written correctly). When I boot it on my home system, it gives me this error message: ISOLINUX 1.66 2002-01-01 isolinux: Disk error 00,
1998 Feb 21
14
Problems with samba
I installed Samba on my Linux box, then I got next problems: 1. Printing from NT. When I try to connect a network printer to my Samba printer , NT report something like "invalid printer name" and in log writed by Samba appear: .............. smb_bcc=14 switch message SMBopenX become_user now uid=(0,507) gid=(100,100) 02/20/98 18:00:38 error packet at line 3677 cmd=45 (SMBopenX)
2002 Mar 13
2
ISOLINUX 1.67 failure with no HDD; OK with HDD
Award BIOS 6.00PG, CD-ROM configured as first boot device CD-ROM on IDE-1, master variable: hard disk drive on IDE-0, master no other IDE devs, no SCSI if i boot with the HDD installed, ISOLINUX boots the CD OK with DL=9F. if i remove the HDD, ISOLINUX fails to load the spec packet and can't ``wing it'' with DL=9F. (no maybe_msg's appear, either) otherwise, this (and the
2005 Jul 25
1
Rmath library problems
Hello, Has anybody successfully called the Rmath library from C using the MS Visual Studio compiler (I am using Visual Studio 6.0)? I have compiled the Rmath library using gcc, and the 'test.c' program (which makes a call to qnorm) works fine when compiled with gcc. However, I get a fatal memory error when I run it after compiling it with Visual C. Would this memory problem be related
2015 Apr 26
3
[LLVMdev] How to compile a simple C program with clang on Windows 8.1?
Hi all I need a small help to get my first C program to compile on Widows 8.1. I'm an Unix guy but new to Windows. I installed MS Visual Studio 2013 free version and the LLVM 3.6.0 binary pre-built version. Here is my sample C program: #include <stdio.h> int main() {   printf("hello world\n");   return 0; } 1. >clang test1.c -o test1.exe test1.c:2:10: fatal error:
2006 Oct 06
3
Theora file size
Hi I was surprised with size of Theora files and thought of feedback. Following 1minute duration Theora and Xvid files were made from a y4m file. The resolution is 1280x720: 1. Xvid 17MB 2. Ogg/Theora Q7 31MB 3. Ogg/Theora Q8 38MB 4. Ogg/Theora Q9 49MB 5. Ogg/Theora Q10 61MB The Xvid file was made using mencoder by 2 passes with following options:
2006 Apr 30
2
How to write a catch all rule?
Hi all I''m new to Qos and iproute2, but studied well the documentation. According to http://lartc.org/howto/lartc.qdisc.filters.html, catch all rule should be written as follows: tc filter add dev eth0 protocol ip parent 10: prio 2 \ flowid 10:2 But it doesn''t work because filtertype is missing. Can somebody please kindly explain how to write a catch all rule? Many
2007 Oct 04
1
encoder_example input formats
Hi all I have the raw out put of a video camera in following format: mjpegb, yuvj422p, 1920x1080, 24.00 fps(r). I cannot directly convert this raw footage to Theora due to the YUV4MPEG2 only restriction of the encoder_example. Isn't it better to support other raw formats in encoder_example, such as what I have, mjpegb, yuvj422p? I presume even if I convert the mjpegb, yuvj422p to
2006 Nov 03
1
Theora in Matroska
Hi all Currently Theora video in Matroska is not supported by Mplayer. To enable the support Michael Niedermayer has made the following proposal sometime back: http://article.gmane.org/gmane.comp.video.mplayer.nut.devel/214 Appreciate if Theora developers could comment on that. Best Regards Unga ____________________________________________________________________________________ Get your
2007 Oct 17
3
When will be released a new version of ffmpeg2theora?
Hi , There are 2 new relases of libTheora , now in beta status. New bitstream revision to 3.2.1 of libTheora. MultiThread Theora Encoder. I think is needed a new version of ffmpeg2theora to test the new stuff. When will be released a new version of ffmpeg2theora? _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today
2014 Apr 20
1
Configure error, Ogg not found on Mac OS X
Hi all I'm trying to compile and install libvorbis 1.3.4 on Mac OS X (Mavericks). When try to run configure, it shows the following error: CC=clang ./configure? \ ? --prefix=/usr --with-ogg-libraries=/usr/lib \ ? --with-ogg-includes=/usr/include --enable-shared --disable-static checking for Ogg... no *** Could not run Ogg test program, checking why... The config.log shows:
2011 Oct 25
0
Mega Games Pack For WINE/Windows Games (Online Edition)
[Image: http://img692.imageshack.us/img692/91/splashns.jpg ] Free Mega Games Pack (Online Edition) Free MGP is now an online Repository of games you can download, the games are compatible with Windows and WINE/Linux. [Image: http://img851.imageshack.us/img851/2441/mgpinstall.th.jpg ] ("http://imageshack.us/photo/my-images/851/mgpinstall.jpg/") [Image: