Re: ukbd attachment and root mount

2008-11-12 Thread Martin
es so > that users can perform these tests, list off the exact hardware they > have, and we can see if there is a consistent/common failure between > everyone? If you need anything more, I can try to deliver the information. I sometimes run out of ideas how to avoid annoying the developers. :) (In other words, I have more problems to report waiting in the queue...) ;) -- Martin ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

lost labels

2003-11-30 Thread martin
w: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: #size offsetfstype [fsize bsize bps/cpg] c: 781240320unused0 0 # (Cyl.0 - 4862*) Is there a chance I can see my data again? Thank

USB device programming with ugen

2003-07-13 Thread Martin
ld not freeze the system at least. Thanks in advance, Martin ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

USB device programming with ugen [Solved]

2003-07-14 Thread Martin
e with X11.) Martin PS.: perhaps someone should mention it somewhere in the FAQ. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: USB device programming with ugen [Solved]

2003-07-15 Thread Martin
On Tue, 2003-07-15 at 09:04, Terry Lambert wrote: > The attach should have failed, if it didn't have an interrupt. Somehow uhci0 didn't have interrupt, but it managed to find the webcam on ugen0. Don't ask me why. I have attached my logs below. You can see many devices sharing same irq. I don't kn

Re: VGL

2003-08-17 Thread Martin
ou give me feedback if everything works for you? I have troubles. I cannot use any single mode, even when vidcontrol reports them as valid. :( I'm not happy with libvgl. Are there any other alternatives to use graphics on console? Martin ___ [

All CPUs always running at profhz

2011-03-06 Thread Martin Birgmeier
I set to kern.hz=200 in loader.conf). Using ps -o ...,flags,... I see that no process has profiling turned on. Why is this so? Especially on laptops, I'd like to save power by lowering the interrupt rate. Regards, Martin -- Martin Birgmeier

[LIBC] Modfied Version of sscanf

2011-04-30 Thread Martin Möller
value) printf (³%s->%s\n², name, value); outputs total garbage on my FreeBSD-7.0-RELEASE #0 amd64. Is there already a way to do this or should we release a new version of sscanf, e.g. called sscanfWS. This modified version would output: Test 2->Test 3. With reg

Re: [LIBC] Modfied Version of sscanf

2011-05-01 Thread Martin Möller
ou do that with sscanf ? With regards, Martin > > On 01/05/2011, at 2:14, Martin Möller wrote: >> outputs total garbage on my FreeBSD-7.0-RELEASE #0 amd64. >> Is there already a way to do this or should we release a new version of >> sscanf, e.g. called sscanfWS. >>

Re: [LIBC] Modfied Version of sscanf

2011-05-02 Thread Martin Möller
char resource [512]; ret = bnfparse (request, "GET %s HTTP/1.1", resource); Ret would be $(NUMBER OF FORMAT SPECIFIERS, successfully handled) +env. Env would be 1 if the Environment passes, and 0 is not. Any comments ? Best regards, Martin _

some strange constructs (bugs?) in if_tun.c

2011-06-02 Thread Martin Birgmeier
the first case is much more like ENOBUFS, so shouldn't we simply say "return (ENOBUFS)" there and remove the "error" variable altogether? There seem to be other functions in if_tun.c with a similar strange usage of an "error" variable. Regards, Martin _

Question about lseek/fseek

2011-07-02 Thread Martin Möller
Hi Hackers, why does these function allow seeking beyond the EOF of a file in O_RDONLY/²rb² mode ? How does these function then signal the EOF correctly ? Seeking beyond the EOF makes sense for me in write-mode but not in read-only mode ! With Regards, Martin

Question about lseek/fseek

2011-07-04 Thread Martin Möller
Hi Hackers, Why does these function allow seeking beyond the EOF of a file in O_RDONLY/²rb² mode ? How does these function then signal the EOF correctly ? Seeking beyond the EOF makes sense for me in write-mode but not in read-only mode ! With Regards, Martin

Where to ask about a 7.2 bug, and debugging sys/queue.h errors

2011-08-25 Thread Charlie Martin
on from the panic. The kernel build fails in pmap.c when this macro is defined, giving an error saying the CTASSERT macro is resolving to a negative array size. Is there any particular secret to using this macro (like, no one goes there any more?) Thanks -- Charles R. (Charlie) Martin Senio

kldload dtraceall exec format error

2011-09-01 Thread Charlie Martin
ace enabled successfully. Hints, suggestions, and pointers to documentation gleefully accepted. -- Charles R. (Charlie) Martin Senior Software Engineer SGI logo 1900 Pike Road Longmont, CO 80501 Phone: 303-532-0209 E-Mail: crmar...@sgi.com <mailto:crmar...@sgi.com> Website:

Re: kldload dtraceall exec format error

2011-09-01 Thread Charlie Martin
On 2011-09-01 11:23, Garrett Cooper wrote: On Thu, Sep 1, 2011 at 9:56 AM, Charlie Martin wrote: Okay, I'll grant this is probably a horrid noob question, but then on the Free kernel I'm a horrid noob so I guess it makes sense. This is for FreeBSD FreeBSD psmdev1 8.1-RELEASE-p2 F

Re: kldload dtraceall exec format error

2011-09-01 Thread Charlie Martin
okay, dmesg begins to give a clue. Here's a question: if this FreeBSD 8 is being built on a FreeBSD 7 machine, would that account for it? On 2011-09-01 11:23, Garrett Cooper wrote: On Thu, Sep 1, 2011 at 9:56 AM, Charlie Martin wrote: Okay, I'll grant this is probably a horrid noo

Re: kldload dtraceall exec format error

2011-09-02 Thread Charlie Martin
s... -Brandon -- Charles R. (Charlie) Martin Senior Software Engineer SGI logo 1900 Pike Road Longmont, CO 80501 Phone: 303-532-0209 E-Mail: crmar...@sgi.com <mailto:crmar...@sgi.com> Website: www.sgi.com <http://www.sgi.com> ___ freebsd-hacke

Re: kldload dtraceall exec format error

2011-09-02 Thread Charlie Martin
On 2011-09-02 13:35, Andriy Gapon wrote: on 02/09/2011 19:55 Charlie Martin said the following: Yeah, and the same overall Makefile is successfully building in dtrace on the other part of the product, which is actually using FreeBSD 7-something. I'm sure there's some tiny differen

Re: kldload dtraceall exec format error

2011-09-02 Thread Charlie Martin
All right, now it works. There's some flaw in the build which causes the FreeBSD 8 to get the modules built for FreeBSD 7. Thanks all. On 2011-09-02 13:57, Charlie Martin wrote: On 2011-09-02 13:35, Andriy Gapon wrote: on 02/09/2011 19:55 Charlie Martin said the following: Yeah, an

Re: kldload dtraceall exec format error

2011-09-02 Thread Charlie Martin
Sorry, I mean *our* build, and having just made it work by running our build and making sure which modules I was getting, I'm pretty confident. On 2011-09-02 14:48, Garrett Cooper wrote: On Fri, Sep 2, 2011 at 1:37 PM, Charlie Martin wrote: All right, now it works. There's some f

Understanding panic and exit in the kernel

2011-09-07 Thread Charlie Martin
gs, and then calls "exit(1);' So my questions: (1) will my brutal method actually force what I want or am I misunderstanding something (2) *which* of the several implementations of "int exit(int)" or similar is the one called in the FreeBSD kernel? (3) and how then does exit

Re: Understanding panic and exit in the kernel

2011-09-07 Thread Charlie Martin
x27;s got to help. This makes a lot more sense. Do you have the debug.debugger_on_panic sysctl set to 1? Yes -- and panic does so *except* in the version with those changes to queue.h. Thanks, matthew -- Charles R. (Charlie) Martin Senior Software Engineer SGI logo 1900 Pike Road Longm

dtrace in FreeBSD 7.2

2011-09-16 Thread Charlie Martin
I need to add some custom static dtrace probes in 7.2 apps; the online documentation refers only to 9 however. Can someone tell me how to replace what's done in bsd.dtrace.mk for 7.2? Thanks Charlie -- Charles R. (Charlie) Martin Senior Software Engineer SGI logo 1900 Pike Road Longmon

Re: dtrace in FreeBSD 7.2

2011-09-19 Thread Charlie Martin
Thanks On 2011-09-16 23:14, Julian Elischer wrote: On 9/16/11 1:30 PM, Charlie Martin wrote: I need to add some custom static dtrace probes in 7.2 apps; the online documentation refers only to 9 however. Can someone tell me how to replace what's done in bsd.dtrace.mk for 7.2? I&#x

Re: dtrace in FreeBSD 7.2

2011-09-19 Thread Charlie Martin
Dude, you say that like it was an option. On 2011-09-16 18:46, Matthias Andree wrote: Am Freitag, den 16.09.2011, 14:30 -0600 schrieb Charlie Martin: I need to add some custom static dtrace probes in 7.2 apps; the online documentation refers only to 9 however. Can someone tell me how to

Re: dtrace in FreeBSD 7.2

2011-09-19 Thread Charlie Martin
On 2011-09-19 10:38, Julian Elischer wrote: On 9/19/11 9:17 AM, Charlie Martin wrote: Dude, you say that like it was an option. It's understood about the realities of commercial decisions, however, if you really want to trace APPS that means user space dtrace and 7.2 just doesn'

Re: To implement RFC 5848 (Signed Syslog Messages)?

2011-12-02 Thread Martin Schütte
his code is accessible or not. Albert Mietus' code is available at http://sourceforge.net/projects/syslog-sec/ -- Martin ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, sen

Re: To implement RFC 5848 (Signed Syslog Messages)?

2011-12-02 Thread Martin Schütte
e discussed and modified in the later drafts. Most notably the RFC requires support for wildcards in DNS names, which is not implemented. -- Martin ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To un

Spinlock panic in FreeBSD 7

2011-12-16 Thread Charlie Martin
ll (32, FreeBSD ELF64, getsockname), rip = 0x800df4d5c, rsp = 0x7fffe398, rbp = 0x5 --- KDB: enter: panic The panic always shows up from a syscall, and almost always from syscall 32, getsockname, but we've also observed it with syscall 5. -- Charles R. (Charlie) Martin Senior Softwa

Re: how to display C sources in Chromium (file:/// only)

2012-04-30 Thread Evan Martin
On Sat, Apr 28, 2012 at 7:47 AM, Luigi Rizzo wrote: > (hoping this is of interest for hackers- too) > > One of the most annoying features of chromium is that it downloads > instead of displaying various types of files (.c, .h and so on). This has long annoyed me too! > it seems that a partial fi

Re: Progress on scaling of FreeBSD on 8 CPU systems

2007-02-25 Thread Martin Blapp
fficult to make a scripted load test, with 2/4/6/8/16/32 scans in parallel, with ULE or BSD scheduler. Btw: what is the best method to profile a threaded application to see where it spends the most CPU time ? Martin ___ freebsd-hackers@freebsd.org ma

Re: Progress on scaling of FreeBSD on 8 CPU systems

2007-02-25 Thread Martin Blapp
ry problem. -- Martin ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: SoC: Distributed Audit Daemon project

2007-05-25 Thread Martin Englund
t;); /* Notify of termination. */ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/trustedbsd-discuss To unsubscribe, send any mail to "trustedbsd-discuss- [EMAIL PROTECTED]" cheers, /Martin -- Martin Eng

Re: GPT boot loader?

2007-05-28 Thread Adam Martin
Resent to freebsd-hackers@: Greetings, all. On 2007.05.22, at 03:57, Ivan Voras wrote: Hi! I've had the opportunity to talk to Adam Martin, Marcel Moolenaar and Peter Wemm about making GPT bootable, but not all of them at the same time, so I'd like this thread to be the meeting po

i386 with PAE or AMD64 on PowerEdge with 4G RAM

2007-06-18 Thread Martin Turgeon
, Dovecot, PF. There is the detailled configuration of the servers: PowerEdge 1950 Xeon 5110 4G RAM PERC 5 Raid controller (mfi) Dual Broadcom 5708 (bce) PowerEdge 860 Xeon 3070 4G RAM LSI Logic Raid controller (mpt) Dual Broadcom 5750 (bge) Thanks a lot for your advice, Martin

Re: i386 with PAE or AMD64 on PowerEdge with 4G RAM

2007-06-18 Thread Martin Turgeon
2007/6/18, Jeremy Chadwick <[EMAIL PROTECTED]>: On Mon, Jun 18, 2007 at 01:03:44PM -0400, Martin Turgeon wrote: > I just receive 2 PowerEdge servers (a 1950 and a 860) both with 4G of RAM. I > installed FreeBSD 6.2 Release i386 on both of them. Unfortunately, only 3,5G > is re

Re: i386 with PAE or AMD64 on PowerEdge with 4G RAM

2007-06-19 Thread Martin Turgeon
Thank you all for your advices, I will take a try with AMD64. I'm always impressed by the support on the FreeBSD mailinglist, continue your good work. Martin Stefan Lambrev a écrit : Hi, Martin Turgeon wrote: Good afternoon, I just receive 2 PowerEdge servers (a 1950 and a 860)

Which CPUTYPE for a dualcore Xeon on AMD64

2007-06-24 Thread Martin Turgeon
, Martin ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: CPUTYPE in general - was Re: Which CPUTYPE for a dualcore Xeon on AMD64

2007-06-25 Thread Martin Turgeon
ecord, I believe the nocona cores are: pentium 4/some prescott, prescott 2m, cedar mill pentium D/all core 2 duo/all All xeons with sse3 except the sossaman cored Xeon LV. The prescott cores are: pentium 4/some prescott xeon lv (sossaman core) core solo core duo Thanks a lot for t

Re: Which CPUTYPE for a dualcore Xeon on AMD64

2007-06-26 Thread Martin Cracauer
Martin Turgeon wrote on Sun, Jun 24, 2007 at 07:32:22PM -0400: > Hi, > > I recently installed AMD64 6.2 Release on 2 PowerEdge servers, both with > dual core Xeon (3070 and 5110). I extensively benchmarked different compiler options on Xeon 5160 (3.0 GHz Core2) with gcc-4.1.2

Re: Which CPUTYPE for a dualcore Xeon on AMD64

2007-06-27 Thread Martin Cracauer
Mike Meyer wrote on Wed, Jun 27, 2007 at 09:22:25AM -0400: > In <[EMAIL PROTECTED]>, Martin Cracauer <[EMAIL PROTECTED]> typed: > > Martin Turgeon wrote on Sun, Jun 24, 2007 at 07:32:22PM -0400: > > > Hi, > > > > > > I recently installed AMD

pxeboot and /boot filesystem, share /boot/kernel

2007-07-01 Thread Martin Cracauer
he time it is started. 3) only share /boot/kernel/kernel and share a NFS mount for the modules, but that's very messy. Martin -- %%%%%%% Martin Cracauer <[EMAIL PROTECTED]> http://www.cons.org/cracauer/ FreeBSD - where

Re: pxeboot and /boot filesystem, share /boot/kernel

2007-07-01 Thread Martin Cracauer
Bernd Walter wrote on Sun, Jul 01, 2007 at 09:36:41PM +0200: > On Sun, Jul 01, 2007 at 02:13:34PM -0400, Martin Cracauer wrote: > > I want to tighten up my spaces for diskless machines and I came across > > this puzzle with pxeboot: > > > > I can share /usr and mos

update slices on (a)cd devices

2008-01-23 Thread Martin Laabs
nce I didn't understand the conecpt of geom fully now I'm not sure whether geom also handle the "single" (a)d[0-] and (a)cd[0-] devices and if there is maybe a geom command for the "slice reread" Thank you, Martin L. ___

emulate an end-of-media

2008-02-25 Thread Martin Laabs
one see another solution for that problem. (Maybe patching dump - but I don't want to fudge in the CORE source.) Thank you in advance, Martin L. PS: Splitting up the huge (maybe compressed) dump file (also in stream operation) is not a good idea beacause I'd need to

Re: emulate an end-of-media

2008-02-25 Thread Martin Laabs
ever - I could introduce a new Option i.e. -C for compress :-) But I worrie about updates with such a modified dump because I would have to patch the original dump every time after I'd updated my system. How hard is it to get those a change into the CORE-Tree when coded and tested we

Re: emulate an end-of-media

2008-02-26 Thread Martin Laabs
mpression ratio bzip2 was only 3% better than gzip. Best greet, Martin L. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: emulate an end-of-media

2008-02-26 Thread Martin Laabs
Hi, I'm not sure wheher Martin is trying to create a dump that is a single logical volume split over multiple physical volumes or a multi-volume dump. I want to make a real multi-volume dump over multiple media. Because if I had only one big volume I'd - in the worst case - have

Re: emulate an end-of-media

2008-02-26 Thread Martin Laabs
ll try to change dump to interprete SIGPIPE like SIGEOM. Best regards, Martin L. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Security Flaw in Popular Disk Encryption Technologies

2008-02-26 Thread Martin Laabs
reets, Martin L. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

SIGPIPE propagation

2008-03-01 Thread Martin Laabs
roken pipe i: 0 could only wrote -1 bytes. total wrote: 0 Dump encounters the same effect and I don't know how to handle this problem. Do you have any idea how I can manage this? Thank you, Martin L. PS: Here's the code of the small test-program: -:<---

multi volume dump with gzip/crypt - solved

2008-03-01 Thread Martin Laabs
IPE". I solved that problem with a script that takes the data from the pipe of dump, compress it and sends a dedicated SIGPIPE to the three dump processes when the output volume is nealy full. After that it flushs the rest out of the pipe to avoid data loss.

Re: Introduction

2008-04-24 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Apr 25, 2008 at 06:47:08AM +0900, Johannes Maximilian K wrote: > Hello everyone, > > I'm one of the GSoC students. My name is Johannes Maximilian Kuehn and > my project is the reference implementation of the SNTP protocol. > > I was exposed t

Improving Syslog

2008-05-02 Thread Martin Schütte
ts/syslogd/ and for developing I maintain a Trac at http://barney.cs.uni-potsdam.de/trac/syslogd/ -- Martin ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Improving Syslog

2008-05-03 Thread Martin Schütte
ertainly interested in porting/helping to port everything to the other syslogd versions later on. -- Martin ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Improving Syslog

2008-05-03 Thread Martin Schütte
Or I might start with seperate threads in order to persue the design but not spent too much time with IPC details.) If there is consensus that this is the right way, then it would make a nice follow up project. -- Martin ___ freebsd-hackers@freebsd.o

Re: Improving Syslog

2008-05-03 Thread Martin Schütte
replacement. -- Martin ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Improving Syslog

2008-05-06 Thread Martin Schütte
xed BDB for storage and attach it with a pipe to syslogd. -- Martin ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

BSDI Pthread + gdb (Re: Free BSDI CD!)

1999-07-29 Thread Martin Cracauer
e GPL gdb. Anyone knows what kind of Pthread library/kernel support they have? Martin -- %%%%%%%% Martin Cracauer http://www.bik-gmbh.de/~cracauer/ "Where do you want to do today?" Hard to tell running your calendar

Re: New tests for test(1)

1999-08-12 Thread Martin Cracauer
it's the far better solution to have your own test(1)-like utility in your personal search path. Martin -- % Martin Cracauer http://www.cons.org/cracauer/ BSD User Group Hamburg, Germany http://www.bsdhh.org/ To Unsubscrib

freebsd4.0 (a little bit offtopic)

1999-08-12 Thread Martin Lizner
nions). Thank you. Martin Lizner +420-2-7911637 Konstantinova 1472 Praha 4 CR Xerox does it again and again To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

NFS unmounts while reboot ?

1999-08-29 Thread Martin Blapp
Server does not respond, we just do the next unmount. 2.) fork some prozess in background that does the rpc call. We don't wait till it is back. What do you propose and think about this issue ? Martin To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freeb

troubles with ipfw!

1999-08-31 Thread Martin Borghoff
Hai!, Is the add option in ipfw removed? if i do a simple thing like : ipfw add pass tcp from any to any setup ipfw: setsockopt(IP_FW_ADD): Invalid argument please give me some hints.. Thanks in advance!. - Martin - To Unsubscribe: send mail to majord...@freebsd.org with "unsubs

libusb for linux-emulation

2008-10-24 Thread Martin Laabs
.) Do you have any other idea? Thank you, Martin L. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: libusb for linux-emulation

2008-10-24 Thread Martin Laabs
ild a "hermaphrodite" library. Compile with linux but using the BSD ioctls. Is there a crosscompiler to compile linux binarys from freebsd? This would make the job much easier. Thank you, Martin L. ___ freebsd-hackers@freebsd.org mailing list ht

linux-libusb done

2008-10-26 Thread Martin Laabs
linux application. I can supply the libusb.so, a patch for the source of libusb as well as the linux_ioctl.c on request. Unfotunately I did not save the original linux_ioctl.c so I can not publish a patch yet. (I'll do a cvsup these days ..) Anyone who wants to maintain such a port? Greeting

select.h FD_SETSIZE and Qmail-Postfix test

2009-03-07 Thread Martin Badie
Hi, There is a test that I am doing with FreeBSD and Linux. This test involves qmail and postfix comparison. Both FreeBSD and Linux seems to have 1024 File Descriptor limit. (FD_SETSIZE in select.h in FreeBSD) . To have a better concurrency in qmail on smtp level. I have used a patch named big

Re: G200 GLX and SIGFPU

1999-05-13 Thread Martin Cracauer
e using the FPE trapcode patch I sent to -current a while ago. A version for last weeks 4.0-current is available by mail. Should run on 3.x as well. Martin -- %%%% Martin Cracauer http://www.bik-gmbh.de/~cracauer/ "Where do you

Re: My wish list for 6.1

2005-12-16 Thread Martin Cracauer
mpkernel.wall.html General benchmark homepage (lots of AMD64 and memory benchmarking there): http://cracauer-forum.cons.org/forum/crabench.html Martin -- %%%%%%% Martin Cracauerhttp://www.cons.org/cracauer/ FreeBSD - where you

Re: My wish list for 6.1

2005-12-22 Thread Martin Cracauer
Kris Kennaway wrote on Sat, Dec 17, 2005 at 03:01:09AM -0500: > On Fri, Dec 16, 2005 at 10:34:09PM -0800, Avleen Vig wrote: > > On Fri, Dec 16, 2005 at 10:40:22AM -0500, Martin Cracauer wrote: > > > > 2. SMP kernels for install. Right now we only install a UP kernel, fo

Re: My wish list for 6.1

2005-12-28 Thread Martin Cracauer
Kris Kennaway wrote on Sat, Dec 24, 2005 at 12:35:47PM +1030: > Martin Cracauer wrote: > > > > > I tried to model different worklods. The parallel part of my > > benchmark suite has CPU-heavy processes, short plain http, php, long > > plain http and mixtures t

Re: My wish list for 6.1

2005-12-31 Thread Martin Cracauer
Robert Watson wrote on Sat, Dec 31, 2005 at 07:12:23AM +: > > On Fri, 16 Dec 2005, Avleen Vig wrote: > > > On Fri, Dec 16, 2005 at 10:40:22AM -0500, Martin Cracauer wrote: > >>> 2. SMP kernels for install. Right now we only install a UP kernel, for > >>

Re: Deadlock FreeBSD 6 / 7

2005-12-31 Thread Martin Cracauer
ay to run the whole thing in some kind of debugger? > Or is there a diffrent way to locate the problem? It's more likely to be a general instability from broken hardware. Use prime95 (ports/math/mprime) to test your processor and ther

Re: Deadlock FreeBSD 6 / 7

2005-12-31 Thread Martin Cracauer
ms work fine and run > stable (and memtest returns no errors) > (Linux was up several days compiling stuff like OO etc) Still, we have seen that several times before, machine stable in Linux, not in FreeBSD and vice versa. Using prime95/mprime ist the best way to ensure this. Run it for 3

Re: increasing dd disk to disk transfer rate

2006-01-12 Thread Martin Cracauer
ise driver > or the normal ata driver) to use more retries on errors so that I > have the chance to copy everything or nearly everything of the already > degrading hard disk? Just retrying the same block probably doesn't do it. You'l

Accessing SSH from a C program

2006-02-24 Thread Martin Möller
Hi all, I try to copy some files securely from one machine to another. What is the fastest and easiest way to accomplish this task? Can I access SSH routines in C (is there a library) or is it better just to call "scp" externally? Greetings, m. -- Martin Möller IM: 822

Re: Sysinstall: Write the FreeBSD version at the top of the display

2006-07-13 Thread Martin Nilsson
t; > The result would be: > "FreeBSD 7.0-CURRENT i386 - sysinstall Main Menu" > Screenshot of the result: > http://img55.imageshack.us/img55/980/sysintall17vv.png > > If this is what is pretended I'll post the patch. Excellent, it was something like tha

SOCK_DGRAM optimization needed...

2006-08-18 Thread Martin Eugen
y in the socket layer in the kernel, because frankly I'm not able to think of anything else. Any ideas? Martin P.S. I'm not subscribed to the list so please CC. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/li

Re: numbers don't lie ...

2006-09-14 Thread Martin Cracauer
enchmarks, BTW. Intel's new core2 architecture rectifies this nonsense. And not only that - they now give you a good speedup for some applications that were lousy even on AMD64. Martin -- %%% Martin Cracauerhttp://www.cons.org/c

RE: linux_connect() is broken

2001-01-21 Thread Martin Blapp
return (0); + return (EISCONN); } } Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05,

Re: Recent RPC changes to -current

2001-04-14 Thread Martin Blapp
http://home.teleport.ch/freebsd/drac.diff Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61 826

Re: Recent RPC changes to -current

2001-04-14 Thread Martin Blapp
9001011tcp6 :::0.0.0.0.2.197 - superuser 9001011udp 0.0.0.0.3.224 - superuser 9001011tcp 0.0.0.0.2.196 - superuser Martin Martin Blapp, [EMAIL PROTECTED

make world /jail -> error

2005-04-12 Thread Martin Zibert
GS= -O -pipe NOPROFILE= true I really don't see the problem - i've googled the net and i few people have the same problem - non of them resolved it. Any suggestions? Thanks in advance. @martin ___ freebsd-hackers@freebsd.org mailing list ht

Re: make world /jail -> error

2005-04-12 Thread Martin Zibert
Thanks, i think that should work - running build and install world separately. You have saved me a lot of time :) Thanks again, @martin On 4/12/05, Maxim Konovalov <[EMAIL PROTECTED]> wrote: > On Tue, 12 Apr 2005, 10:22+0200, Martin Zibert wrote: > > > Greetings.. > >

Serious braindamage in the send-pr web interface

2005-06-21 Thread Martin Cracauer
e user's browser, it reuses the first image every time. If you figure that this is the problem you press reload - and your PR is gone :-/ I think this might be fixable as easy as setting an expire header on the image. Also, it shouldn't be all-uppercase and case sensitiv

Re: Backup problem for backup MySQL (a table > 2GB)

2005-08-16 Thread Martin Nilsson
use innodb tables and define may 2GB files to hold the database. These have the benefit of row-level locking and transactions as well! Regards, Martin Regards Patrick --- Vasil Dimov <[EMAIL PROTECTED]> wrote: On Mon, Aug 15, 2005 at 11:41:09PM -0700, Patrick Dung wrote: Hi

style(9)

2000-06-30 Thread Martin Horcicka
expressions that cannot fit to one line (as in the example above) or is it any indentation except of the first tab? b. Aren't 8 characters too many? Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: dlopen() and friends from a statically-linked binary?

2000-07-21 Thread Martin Hopkins
if I get time). I believe to get your sample code above to work you want... gcc dltest.c -Xlinker -export-dynamic -o dltest This then gives me Handle: 0x2805d000, main: 0x8048508 Handle: 0x0, main: 0x8048508 Hope this helps, Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

What is needed to support i815 in XFree86 4.01?

2000-08-15 Thread Martin Nilsson
_get_devid(child) == devid) { free(children, M_TEMP); return child; } } free(children, M_TEMP); return 0; } /Martin -- ___

Import and merge of TI-RPC from NetBSD

2000-12-15 Thread Martin Blapp
e some are recomanded). The code I 'maintain' (mount utilities) is already patched in my codebase. I've started with merging and adapting and I'd like to have your tips and opinions. Martin PS: this fixes maybe also the issues with 64-Bit RPC code of the rpc-lockd david w

Re: Import and merge of TI-RPC from NetBSD

2000-12-15 Thread Martin Blapp
I forgot a link ... http://www.as400.ibm.com/developer/tirpc/ Cheers: Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61

[PATCH available] TI-RPC and NetBSD's rpc.lockd

2000-12-25 Thread Martin Blapp
53 tcp883 mountd 151 udp891 mountd 151 tcp883 mountd 132 udp 2049 nfs 133 udp 2049 nfs Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service

Re: [PATCH available] TI-RPC and NetBSD's rpc.lockd

2000-12-26 Thread Martin Blapp
copy /usr/src/etc/netconfig to /etc 7.) Adjust your rc.conf for rpcbind And if you like to test the NetBSD rpc.lockd: 8.) cd /usr/src/usr.sbin/rpc.lockd && make && make install I'm off one week and read the emails when I'm back. Martin Martin Blapp, [EMAIL PROTECTED]

Re: [PATCH available] TI-RPC and NetBSD's rpc.lockd

2001-01-06 Thread Martin Blapp
his the right way to do > this ? > > value_ptr = (int*)pthread_getspecific(key); > Solved, there is a _pthread_getspecific which has old semantics. > 5.) The semantics of authdes_create() are not the same as in TI-RPC > code of Sun. Can someone look a little bit at this chang

Power consumption in desktop computers

2003-12-25 Thread Martin Cracauer
s about 5 watts when turned off. Power supply change may be a good idea. -- %%% Martin Cracauer <[EMAIL PROTECTED]> http://www.cons.org/cracauer/ No warranty.This email is probably produced by one of my cats stepping on the keys. No, I don't have an infinite number of cats. _

Re: Power consumption in desktop computers

2003-12-26 Thread Martin Cracauer
ty mailer :-) I found that the requirment to run Mozilla Firebird outpaces this CPU. It's really too bad, if it wasn't for that thing I could happily run my old hardware forever. Martin -- %%% Martin Cracauer <[EM

Re: Power consumption in desktop computers

2003-12-29 Thread Martin Cracauer
ors/pentium4/sb/CS-007999.htm#Table2 The least hungry P-4 takes 48.9 watts (1.30 GHz), the current 3.20 and 3.06 GHz models take 82 watts. Add the mainboard and the efficiency loss in the power supply. Are these business-grade ones mayb

Re: Discussion on the future of floppies in 5.x and 6.x

2004-01-08 Thread Martin Nilsson
rections on how to debug this I'm willing to help. /Martin -- Martin Nilsson, CTO & Founder, Mullet Scandinavia AB, Malmö, SWEDEN E-mail: [EMAIL PROTECTED], Phone: +46-(0)708-606170, http://www.mullet.se Our business is well engineered servers opti

Re: Discussion on the future of floppies in 5.x and 6.x

2004-01-09 Thread Martin Nilsson
is. PXE boot against an automated backup/restore service would be much more useful for this. /Martin ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

  1   2   3   4   >