respond to ping, and
they require a powercycle to reboot. We can't easily generate an NMI on
these boxes.
No crashdumps were generated.
Just on the off chance, does this sound like a familiar -- and
preferably soluble -- problem?
Regards
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
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
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
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
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'
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
_
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
_
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.
>>
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
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
: the event will feature talks that range from the development to
real-world use cases, going through marketing and the social aspects of the
maintenance of free software distributions.
--
Martin Krafft
on the behalf of the Distro Summit organ
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
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]"
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
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
.)
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]"
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]"
replacement.
--
Martin
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
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
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]"
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]"
-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
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.
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:
-:<---
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]"
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]"
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
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]"
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
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
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.
___
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
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
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
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
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
,
Martin
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
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)
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
, 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
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
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
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]"
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
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
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
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
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
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
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
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
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
> >>
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
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
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
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
Hi
Is it possible to get per CPU (load) statistics? It seems cp_time is a
sum for all the CPUs, so is there another way to get this information? I
looked through the source, but I'm not quite sure what to look for.
Cheers, Martin
___
freebsd-ha
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
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..
> >
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
Nguyen Tam Chinh wrote:
Please don't treat this seriously. Benchmarks are just benchmarks. But
the benchmarks and comparison, widespreaded through sites like
slashdot or osnews, sometimes affect the interest and view point of
some new and potential users.
May be we should do some full benchmarks
but it gets dull very
soon and then you find yourself back on the dirty tracks.
But these are my opinion only, however I like to share them ;-)
Martin P. Hellwig
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Tue, 23 Nov 2004 14:52:36 +0100, Joerg Sonnenberger
<[EMAIL PROTECTED]> wrote:
> On Tue, Nov 23, 2004 at 11:42:39AM -0200, Jo?o Carlos Mendes Lu?s wrote:
> > >So I started to look at the ARP
> > >code, but it of course lacks the kernel - userland communication
> > >interface. I would appreciate
o look at the ARP
code, but it of course lacks the kernel - userland communication
interface. I would appreciate any ideas about what would be the easier
way to implement such a thing where the kernel could wait (up to some
reasonable time-out) a userland daemon to install a new route.
Thanks.
the panic! Not a good
first FreeBSD experience!
/Martin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Martin Nilsson wrote / skrev:
Something is rotten with ATA on 5.x (or I have a rotten motherboard!)
I have an E7320 "Lindenhurst VS 6300ESB box" with 2*3GHz EM64T Xeons and
2*80GB Seagate SATA disks. Sometimes when booting the whole ATA/SATA
system hangs after two READ_DMA or WRITE_D
ment at the same time
without going crazy, this and that I can't reproduce it reliably
effectively prevents most debugging attempts.
/Martin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To un
_r.so libpthreads.so hangs occasionally
FreeBSD Current
---
You can use libpthrads.so or libc_r.so
Martin
Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
--
ImproWare AG, UNIXSP & ISP, Zurlindenstrasse
(default is PIO).
/Martin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
forgot about audio and all that, just how much work would it be? Could
it be done?
Sincerly,
Martin Olsson
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
rocess. When this process exits, sh(1) loops.
Need a test script. I committed a bogus change some time ago but that
never made it into -stable, except maybe somebody else merged :-/
I am not sure you are allowed to fork in a trap handler, can't c
if my little gnome program has to wait a little...
So, thanks again for all your answers and sorry! if this was the wrong list to
post to.
* Ed Stover <[EMAIL PROTECTED]> [gmane.os.freebsd.devel.hackers]:
> Has any one successfully done squid with squidGuard on a FreeBSD later then
> 4.5 ? I have made it work on 4.5 but nothing later because of the berkly db
> changes after 4.5, if you have made contentent filtering work on
> FreeBSD
able to enlighten me.
Thanks in advance!
Martin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
replies to your mail, do not put so much trust into
what others say, but put more trust in what you have experienced, or in what
you know..
That's my 10c to discussion.
Cheers,
Martin
On Mon, Apr 19, 2004 at 03:01:59AM + or thereabouts, Mark wrote:
> Tim Robbin
be a nice addition to
your freeBSD homepage.
/Martin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Marcin Dalecki wrote:
> Martin Nilsson wrote:
>
>> I'm trying to find out why I can't boot 5.2 from USB CDROM on
>> Supermicro motherboards. (I have an old Gateway P3 that can!).
>>
>> I've found out that that only 0x20 of 0x4c sectors of the lo
I'm trying to find out why I can't boot 5.2 from USB CDROM on Supermicro
motherboards. (I have an old Gateway P3 that can!).
I've found out that that only 0x20 of 0x4c sectors of the loader are
read in and it therfor traps when executed. (read is only called once).
My last attempt at programmi
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]"
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
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
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
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.
_
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
1 - 100 of 313 matches
Mail list logo