Re: FreeBSD onto An Intel Saber 8-Proc Server

2002-02-07 Thread Andrzej Bialecki
toms quite a few times with Intel motherboards, and usually the cause was that the NIC was disabled in BIOS. FreeBSD could still see it, but something was missing on the low level and any access to the card would lock up the machine solid... Best regards, Andrzej // -----

Re: Fiskars UPS

2001-10-29 Thread Andrzej Bialecki
Win* program... Keep that in mind the next time you go shopping for a UPS. -- Andrzej // ---- // Andrzej Bialecki <[EMAIL PROTECTED]>, Chief System Architect // WebGiro AB, Sweden (http://www.webgiro.com) // ---

Re: where to set hw.ata.wc

2001-09-24 Thread Andrzej Bialecki
4 months ago). The conclusion was: there are no obvious benefits from having this as an fs. Personally, I don't fully agree, but I don't have enough time to implement it myself... -- Andrzej // ---- // Andrzej Bialecki <[

Re: Flow cache on FreeBSD?

2001-09-04 Thread Andrzej Bialecki
surely some older - I used them some time ago). It's very configurable, and comes with a lot of examples (among others, and XWindow application to watch the flows in real-time). -- Andrzej // ---- // Andrzej Bialecki <[EMAIL

Re: Finding MAC address of interface - programming question

2001-08-01 Thread Andrzej Bialecki
ing someone could give me some hints to speed my research. Such as > recommended places to look in the code, ioctl's used and/or sysctl's called. > > I'm happy to do most of the work myself, I'm just asking for some hints. :-) > Much appreciated. Take a look a

[ANNOUNCE] SPY-1.1 - syscall monitoring kernel module

2001-07-10 Thread Andrzej Bialecki
See also the detailed description there. I should be able also to provide a version for 4-STABLE soon, depending on my time and availability of the machine... Enjoy! -- Andrzej // // Andrzej Bialecki <[EMAIL PROTECTED]>,

Re: picoBSD

2001-05-10 Thread Andrzej Bialecki
Andrzej // // Andrzej Bialecki <[EMAIL PROTECTED]>, Chief System Architect // WebGiro AB, Sweden (http://www.webgiro.com) // // <[EMAIL PROTECTED]> FreeBSD developer (http://w

Re: Getting ISA device settings from kernel

2001-04-03 Thread Andrzej Bialecki
is being gradually deprecated - you don't have to use it to do what you want. Please take a look at the code in src/sbin/kget - it does something very similar. Andrzej // -------- // Andrzej Bialecki <[EMAIL PROTECTED]>, Chie

Re: Mounting a md as a root filesystem.

2000-11-07 Thread Andrzej Bialecki
On 7 Nov 2000, Dag-Erling Smorgrav wrote: > Josef Karthauser <[EMAIL PROTECTED]> writes: > > # load -t md /filesystemfile > > Shouldn't that be 'load -t md_root'? Actually, it's md_image or mfs_root (see /sys/dev/md/md.c:446). Both of these

Re: Kernel calls, are they documented somewhere?

2000-11-02 Thread Andrzej Bialecki
only for providing BSD-like interface in BTX (bootloader) environment. Never use it when you run kernel. OTOH, it's very enlightening to look into it and see how you implement "syscalls" on a bare hardware... Andrzej Bial

Re: US$100 prize for adding ESS Audiodrive support to pcm

2000-08-05 Thread Andrzej Bialecki
out a driver for ESS Maestro 2E? I'm certainly willing to pay twice as much ($200) for working sound in most of laptops within my reach... Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.webgiro.com) // -

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

2000-07-25 Thread Andrzej Bialecki
> You can't do it from a statically linked binary, however you can create a > dynamic executable with no external unresolved references.. I forget how though > :-/ The same way it's done with the kernel nowadays.. Look into your /sys/compile/WHATEVER/Makefile, and hack.c file t

Kernel threads (RE: alphaworks 1.3 linux port)

2000-05-26 Thread Andrzej Bialecki
oting in the dark. I know I don't have kernel threads, I was just curious where it would bomb out.. :-) Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD: The Powe

Re: ATM adapter

2000-05-17 Thread Andrzej Bialecki
actly_ the version that is mentioned in the HARP docs, because HARP drivers refer to locations in the binary image.. Also, be sure to set proper encapsulation on both sides of your link (e.g. LLC/SNAP). Other than that, the card works perfectly ok for me. Andrzej Bialecki // <[EMAIL PRO

Re: what is /etc/[s]pwd.db stay for?

2000-05-09 Thread Andrzej Bialecki
I believe we still have a limit of 65535 user ids in many places in the system, although uid_t is in fact u_int32_t. Or...? > > what reason to use db stuff in libc/gen/getpwent.c? Speed and efficiency :-) Andrzej Bialecki // <[EMAIL PROTECTED]> WebGi

Re: Toshiba 4260 screen problem

2000-05-03 Thread Andrzej Bialecki
al 80x25 mode is a bit ugly, so I use 80x43 with small font all the time. It looks ok, and gives you additional lines as well.. :-) Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.webgiro.com) // --- // -

Re: NFS attribute cache & profiling sysctl variables

2000-04-16 Thread Andrzej Bialecki
he values by calling sysctlbyname (or sysctl if you know the OIDs). Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD: The Power to Serve. http://www.freebsd.org // --

Re: How to read a file from a device driver?

2000-03-19 Thread Andrzej Bialecki
s it would seem like using anything else would be > pretty annoying unless there's something else we don't understand here. I think if you combine the ability to load arbitrary chunks of data (from within bootloader) as modules, with similar auto-loa

Re: Getting CPU usage in FreeBSD

2000-03-12 Thread Andrzej Bialecki
the time to be talking about it. It should have been raised > before now. :( I understand your concern. I don't think the sky will fall on our heads if these patches will be integrated after the release. :-) They are more like a convenience, not a must. Andrzej Bialecki //

Re: Getting CPU usage in FreeBSD

2000-03-12 Thread Andrzej Bialecki
via sysctl (e.g. vmtotal, proc list). This is rather historical dependency, or one related to very rare uses (like reading VM statistics from post mortem dump). Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.webgiro.com) // -

Re: Getting CPU usage in FreeBSD

2000-03-12 Thread Andrzej Bialecki
permission from Jordan, perhaps the attached patches can make it into upcoming release. Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD: The Power to Serve. http://www.

Re: Is FreeBSD dead ?

2000-03-11 Thread Andrzej Bialecki
ring and thinking of the possibilities... Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD: The Power to Serve. http://www.freebsd.org // --- Small & Embedded FreeBS

Re: Tuning TCP/IP Performance

2000-03-04 Thread Andrzej Bialecki
ow as to > whether this is possible under any version of FreeBSD? I'll move to 4.0 if > I have to. :) There was a recent discussion (about a month ago) on -current about delayed ACKs. It's in the archives.

SPY 1.0 released

2000-02-14 Thread Andrzej Bialecki
, comments and suggestions are welcome. Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD: The Power to Serve. http://www.freebsd.org // --- Small & Embedd

Kernel messages, msgbuf and syslog

2000-02-12 Thread Andrzej Bialecki
ipfw) spit countless messages to kernel msgbuf, thus overwriting any other important info. Is there any interest among people to implement such feature? Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.

Re: General lameness regarding exec()

2000-02-04 Thread Andrzej Bialecki
nt > it? Have a look at: http://www.freebsd.org/~abial/spy/README Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD: The Power to Serve. http://www

Re: downed IP addresses/redundancy

2000-01-29 Thread Andrzej Bialecki
eceive frames on a local ethernet interface using one of several > possible local MAC addresses (most user-specified) I can probably > resurrect the code. Mhmmm... I'm using the code developed by Bill Paul, to change MAC address via special ioctl. It works just fine for me. h

Re: aio_read crashing certain kernels.

2000-01-27 Thread Andrzej Bialecki
of course, then the program invalidates the stack and exits. Even if that's the case, it's still a userland program that is able to panic the system. So, no matter what the program does, it's still a bug in the way we handle aio. Andrzej Bialecki // <[EMAIL P

Re: Better fixit (was: Why was rsh removed from the fixit floppy?)

2000-01-24 Thread Andrzej Bialecki
han the standard ssh, because > openssl isn't exactly the slimmest crypto library in the world :-) But, it > would definitely be a cool thing. Feel invited to visit freebsd-small, where we discuss now future directions for small floppy-based setups (which include installation disks

Re: Learning the FreeBSD Kernel

2000-01-23 Thread Andrzej Bialecki
ng to consider (AFAIU the issues here, of course :-) is whether to choose a device that sits directly on one of standard buses (like PCI or ISA), or has intermediate bus abstraction layer in between (like e.g. ppbus or usb). I would assume that learning the latter would take more time. Andrzej Bial

Re: Great FICL Hacks

2000-01-22 Thread Andrzej Bialecki
terested in hearing about more > powerful uses of this software. > > Are there any great hacks of FICL that people have done? /usr/share/examples/bootforth. As well as, of course, /boot/*.4th . It seems that currently Daniel Sobral is the best source to answer more advanced questions... And

Re: libelf and Elf Interface Routines

2000-01-14 Thread Andrzej Bialecki
tly being planned? > > > > Thank you, Jamie > > The elf(5) manual page may be a good place to start. (It's on modern > versions of FreeBSD). > > We don't have a libelf though. Does libbfd provide the functionality you need? (see gdb sources). And

Re: using vgl

1999-12-26 Thread Andrzej Bialecki
do it easily by changing jus a few lines - the ioctl"s need to be executed on /dev/console instead of curent vty. Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD:

Re: Register a KLD module

1999-12-18 Thread Andrzej Bialecki
example at http://www.freebsd.org/~abial/ that uses SI_SUB_EXEC. > > Is this subsystem id really useful for KLDs? KLDs are loaded when we run > the kldload command and the subsystem ids are sorted at boot time. This is not quite true. The KLDs can be loaded by the bootloader. Andrzej Bialeck

Re: Dynamic sysctls (Re: Per CPU timekeeping for SMP)

1999-12-17 Thread Andrzej Bialecki
On Sat, 18 Dec 1999, Peter Wemm wrote: > Andrzej Bialecki wrote: > > On Fri, 17 Dec 1999, Arun Sharma wrote: > > > > > I have also figured out how to dynamically register sysctl nodes. > > > The trick is to basically malloc a sysctl_oid and fill in t

Dynamic sysctls (Re: Per CPU timekeeping for SMP)

1999-12-17 Thread Andrzej Bialecki
cally create sysctl nodes. I was thinking exactly about the same, and I was going to implement them myself... IMO these patches should go to the tree - without them the work that Mike Smith put into sysctl infrastructure is much less useful for average Joe Kernel Hacker... Andrzej Bialecki // <[

Re: Fwd: Re: kstat - an API for gathering kernel stats

1999-12-08 Thread Andrzej Bialecki
On Wed, 8 Dec 1999, Arun Sharma wrote: > On Mon, Nov 29, 1999 at 10:09:35AM +0100, Andrzej Bialecki wrote: > > > I was thinking about implementing SMP cpu stats using sysctl today and > > > I have a question - can I create sysctl nodes dynamically ? > > > > >

Re: Fwd: Re: kstat - an API for gathering kernel stats

1999-12-08 Thread Andrzej Bialecki
. If it's more complex type handled with SYSCTL_PROC (like eg. vm.zone sysctl) you still can decide what value you return from kernel, and you can ignore any requests to assign new values. > > On Mon, 29 Nov 1999, Andrzej Bialecki wrote: > > > > > Yes. See for exam

Re: Fwd: Re: kstat - an API for gathering kernel stats

1999-11-29 Thread Andrzej Bialecki
Yes. See for example linux emulator or my SPY module: http://www.freebsd.org/~abial/spy You can also create whole new branches, as the second example shows. Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.webgiro.com) //

Re: Non-standard FFS parameters

1999-11-23 Thread Andrzej Bialecki
; > > :IOW now you say it's ok to use very high values of -i... ;-) > > > : > > > :Andrzej Bialecki > > > > > > No, I didn't say that. My recommended maximum is still 262144. Fsck > > > should be reasonably fast with that number and the

ANNOUNCE: SPY-0.1 - syscalls monitor

1999-11-22 Thread Andrzej Bialecki
odule logs attempts to use execve syscall by root owned processes, and setuid/setgid by any user owned process. Default mode for other syscalls, used when you add them to monitoring, is to log all uses with all arguments. -----

Re: Non-standard FFS parameters

1999-10-08 Thread Andrzej Bialecki
On Fri, 8 Oct 1999, Matthew Dillon wrote: > :> > :> Adjusting the bytes-per-inode (-i) specification in newfs should not > :> pose a problem. > : > :IOW now you say it's ok to use very high values of -i... ;-) > : > :Andrzej Bialecki > >

Re: Non-standard FFS parameters

1999-10-08 Thread Andrzej Bialecki
ah, I guess that's the only way to do it on 3.x... But how can I speed > :up fsck then, since newfs will create millions of inodes I don't need > :which will cause fsck to run for ages... > : > :Andrzej Bialecki > > The problem should only be effected by the bloc

Re: Non-standard FFS parameters

1999-10-07 Thread Andrzej Bialecki
> :consume CPU. The OS is 3.3-R. > : > :Andrzej Bialecki > > Hmmm. It's quite possible, 3.x's getnewbuf() code is pretty nasty. I > have a solution under test for 4.x (current). There simply may not be > anything that can be done for 3.x short of por

Re: Non-standard FFS parameters

1999-10-07 Thread Andrzej Bialecki
on the filesystem with these parameters results in unkillable process sitting in getblk (it's the first phase of bonnie test when they use putc() to create the file). It just sits there and doesn't consume CPU. The OS is 3.3-R. Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro

Re: Non-standard FFS parameters

1999-10-06 Thread Andrzej Bialecki
ct the FS performance in my case? > : > :Thanks in advance for any insights! > : > :Andrzej Bialecki > > The higher the bytes per inode the fewer the inodes and the faster > fsck will run if you have to recover the filesystem. Too high a > bytes-per-inode will screw up t

Non-standard FFS parameters

1999-10-05 Thread Andrzej Bialecki
production system with non-standard block and fragment size (e.g. 32768 and 4096)? * what maximum value can I use for -i (bytes per inode) parmeter? I aalready tried 16mln ... * and finally, how th above choices affect the FS performance in my case? Thanks in advance for any insights! Andrzej

Re: what is devfs?

1999-09-22 Thread Andrzej Bialecki
he archives, I think I posted the complete backtrace. Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD: The Power to Serve. http://www.freebsd.org // --- Small &am

Re: Multiple routes to the same destination

1999-09-20 Thread Andrzej Bialecki
t. When the link goes down, the routes attached to this interface decrease in weight by NN. If there is any other route to the same destination with greater weight, the packets are sent that way instead. Andrzej Bialecki // <[EMAIL P

Re: what is devfs?

1999-09-20 Thread Andrzej Bialecki
ying is that there was some point in time when the things worked as they should for the DEVFS, just without keeping any persistance. The code which was removed had nothing to do with the persistance either. So, as it is now DEVFS doesn't work properl

RE: Custom boot.flp

1999-09-14 Thread Andrzej Bialecki
th your own init, if you really want to. You can take a look at src/release/picobsd/tinyware/oinit. Or, you can take a look at scripting abilities in sysinstall, if they are enough for your needs. > Someone correct me if I'm talking out of my a.out ;-) I thought you were an elf... Andrzej

RE: Custom boot.flp

1999-09-14 Thread Andrzej Bialecki
th your own init, if you really want to. You can take a look at src/release/picobsd/tinyware/oinit. Or, you can take a look at scripting abilities in sysinstall, if they are enough for your needs. > Someone correct me if I'm talking out of my a.out ;-) I thought you were an elf... Andrzej B

RE: CS Project

1999-09-10 Thread Andrzej Bialecki
ions on /dev/kme, but sysctl is available for reading to anyone (see src/release/picobsd/tinyware/sps to see what i mean). Andrzej Bialecki // WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD: The Power to Serv

RE: CS Project

1999-09-10 Thread Andrzej Bialecki
v/kme, but sysctl is available for reading to anyone (see src/release/picobsd/tinyware/sps to see what i mean). Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD:

High Availability (Re: MAC takeover )

1999-09-07 Thread Andrzej Bialecki
if that company agrees to release it). Is ther someone else here who is interested in these issues, and using FreeBSD for that? We could start some info pages, howto's, and perhaps a mailing list... Andrzej Bialecki // WebGiro AB,

High Availability (Re: MAC takeover )

1999-09-07 Thread Andrzej Bialecki
if that company agrees to release it). Is ther someone else here who is interested in these issues, and using FreeBSD for that? We could start some info pages, howto's, and perhaps a mailing list... Andrzej Bialecki // <[EMAIL PROTECTED]> WebGir

Re: The infamous dead alternate system clock

1999-09-07 Thread Andrzej Bialecki
On Tue, 7 Sep 1999, Andrzej Bialecki wrote: > * does the problem affect anything else? I'm not at the console, so I > can't be sure, but the machine appears to be very sluggish over the net. It seems the sluggishness was caused by two Midnight commanders spinning like crazy an

The infamous dead alternate system clock

1999-09-07 Thread Andrzej Bialecki
ffected systems, soon going to the production, so the answer is very important to me. In the light of upcoming RELEASE I think this is also something worth investigating. Thanks! Andrzej Bialecki // WebGiro AB, Sweden (http://

Re: The infamous dead alternate system clock

1999-09-07 Thread Andrzej Bialecki
On Tue, 7 Sep 1999, Andrzej Bialecki wrote: > * does the problem affect anything else? I'm not at the console, so I > can't be sure, but the machine appears to be very sluggish over the net. It seems the sluggishness was caused by two Midnight commanders spinning like crazy an

The infamous dead alternate system clock

1999-09-07 Thread Andrzej Bialecki
ike 10 affected systems, soon going to the production, so the answer is very important to me. In the light of upcoming RELEASE I think this is also something worth investigating. Thanks! Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (h

Re: dumps before init?

1999-09-06 Thread Andrzej Bialecki
is config line removed in -current? You can do it in -stable, though. Andrzej Bialecki // WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD: The Power to Serve. http://www.freebsd.org // --- Small &am

Re: dumps before init?

1999-09-06 Thread Andrzej Bialecki
is config line removed in -current? You can do it in -stable, though. Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD: The Power to Serve. http://www.freebsd.org ---

MAC takeover

1999-09-02 Thread Andrzej Bialecki
ollow: * which cards support it (that have FreeBSD drivers of course)? * is there some way to set it (I couldn't find any code in the ifconfig nor in the kernel)? Thanks! Andrzej Bialecki // WebGiro AB, Sweden (http://www.w

MAC takeover

1999-09-02 Thread Andrzej Bialecki
ollow: * which cards support it (that have FreeBSD drivers of course)? * is there some way to set it (I couldn't find any code in the ifconfig nor in the kernel)? Thanks! Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http:/

Re: Please review: rc file changes

1999-09-01 Thread Andrzej Bialecki
:Even in the digital age, I've always found that the two spaces make > I guess they don't teach manual typewriting classes any more :-) > It *had* to be two spaces or you got seriously marked down! Doesn't apply here in Europe. I vote against putting in too much st

Re: Please review: rc file changes

1999-09-01 Thread Andrzej Bialecki
:Even in the digital age, I've always found that the two spaces make > I guess they don't teach manual typewriting classes any more :-) > It *had* to be two spaces or you got seriously marked down! Doesn't apply here in Europe. I vote against putting in too much st

Re: Possibility of increasing default MAXPARTITIONS from 8 to 16

1999-08-24 Thread Andrzej Bialecki
:it's almost unbearable. I naively thought softupdates would (almost) > :eliminate the need to do fsck... > : > :Andrzej Bialecki > > Eventually Kirk is planning for softupdates to allow you to run a special > version of fsck in the background to clean up the block b

Re: Possibility of increasing default MAXPARTITIONS from 8 to 16

1999-08-24 Thread Andrzej Bialecki
:it's almost unbearable. I naively thought softupdates would (almost) > :eliminate the need to do fsck... > : > :Andrzej Bialecki > > Eventually Kirk is planning for softupdates to allow you to run a special > version of fsck in the background to clean up the b

Re: Possibility of increasing default MAXPARTITIONS from 8 to 16

1999-08-24 Thread Andrzej Bialecki
w perhaps of any initiatives (except XFS) that could significantly shorten time it takes fsck to check big filesystems, let's say 64GB? As it is now, it's almost unbearable. I naively thought softupdates would (almost) eliminate the need to do fsck... Andrzej Bialecki /

Re: Possibility of increasing default MAXPARTITIONS from 8 to 16

1999-08-24 Thread Andrzej Bialecki
w perhaps of any initiatives (except XFS) that could significantly shorten time it takes fsck to check big filesystems, let's say 64GB? As it is now, it's almost unbearable. I naively thought softupdates would (almost) eliminate the need to do fsck... Andrzej Bialecki // <[EMAIL PROTE

Re: Anybody cobbled together a getpwent() that uses libradius?

1999-08-20 Thread Andrzej Bialecki
On Fri, 20 Aug 1999, Jaye Mathisen wrote: > > I completely missed that radius was working with pam. A check of radius > related stuff in the man pages didn't show anything related to PAM, and ...they are on their way - check RELENG_3, i.e. STABLE. Andrzej Bialecki // WebG

Re: Anybody cobbled together a getpwent() that uses libradius?

1999-08-20 Thread Andrzej Bialecki
se pam_radius module. No changes in sources - just edit /etc/pam.conf. Andrzej Bialecki // WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD: The Power to Serve. http://www.freebsd.org // --- Small &

Re: Anybody cobbled together a getpwent() that uses libradius?

1999-08-20 Thread Andrzej Bialecki
On Fri, 20 Aug 1999, Jaye Mathisen wrote: > > I completely missed that radius was working with pam. A check of radius > related stuff in the man pages didn't show anything related to PAM, and ...they are on their way - check RELENG_3, i.e. STABLE. Andrzej Bialecki // <

Re: Anybody cobbled together a getpwent() that uses libradius?

1999-08-20 Thread Andrzej Bialecki
se pam_radius module. No changes in sources - just edit /etc/pam.conf. Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD: The Power to Serve. http://www.freebsd

Saving system image to disk (NOT on a laptop)

1999-08-16 Thread Andrzej Bialecki
do it - but I know too little low-level stuff to try implementing it myself... Any comments? Some code? ;-) Andrzej Bialecki // WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD: The Power to Serve.

Saving system image to disk (NOT on a laptop)

1999-08-16 Thread Andrzej Bialecki
do it - but I know too little low-level stuff to try implementing it myself... Any comments? Some code? ;-) Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD: The Pow

Re: Create a dump image of kernel

1999-08-13 Thread Andrzej Bialecki
ring the bootup time, i.e., when you have no chance to > issue the dumpon command. Thanks. This is a common problem recently, it seems.. See my recent postings to this group (or was it -current?). Andrzej Bialecki // WebGiro AB, Sweden (http

Re: Create a dump image of kernel

1999-08-13 Thread Andrzej Bialecki
ring the bootup time, i.e., when you have no chance to > issue the dumpon command. Thanks. This is a common problem recently, it seems.. See my recent postings to this group (or was it -current?). Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden

Re: your mail

1999-07-27 Thread Andrzej Bialecki
at least upgrade to the latest 2.2-STABLE. Andrzej Bialecki // WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD: The Power to Serve. http://www.freebsd.org // --- Small & Embedded FreeBSD: http

Re: your mail

1999-07-27 Thread Andrzej Bialecki
at least upgrade to the latest 2.2-STABLE. Andrzej Bialecki // <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD: The Power to Serve. http://www.freebsd.org // --- Small & Embe

Re: System unique identifier.....

1999-07-22 Thread Andrzej Bialecki
> > This may sound like a heresy to you, but... Why don't use the Forth blocks > > for that? > > For what? Saving parametric data? That was always the plan, but the > last thing I think anyone wants to do is rewrite the ffs code in Forth. Ugh.. No, of course not. The f

Re: System unique identifier.....

1999-07-22 Thread Andrzej Bialecki
> > This may sound like a heresy to you, but... Why don't use the Forth blocks > > for that? > > For what? Saving parametric data? That was always the plan, but the > last thing I think anyone wants to do is rewrite the ffs code in Forth. Ugh.. No, of course not. The

Re: System unique identifier.....

1999-07-21 Thread Andrzej Bialecki
ss it easily, and not have to worry about storage. This may sound like a heresy to you, but... Why don't use the Forth blocks for that? They were invented for that purpose. We can create the files beforehand (under normal OS operation), then from the bootloader we can read and mo

Re: System unique identifier.....

1999-07-21 Thread Andrzej Bialecki
ss it easily, and not have to worry about storage. This may sound like a heresy to you, but... Why don't use the Forth blocks for that? They were invented for that purpose. We can create the files beforehand (under normal OS operation), then from the bootloader we can read and mod

Re: Swap overcommit (was Re: Replacement for grep(1) (part 2))

1999-07-15 Thread Andrzej Bialecki
e killed first without much thinking, and which the last (or never)? In other words, let's say class 10 means "totally disposable, kill whenever you want", and class 1 means "never try to kill me". Of course, most processes would get some default value, and superuser could &quo

Re: Swap overcommit (was Re: Replacement for grep(1) (part 2))

1999-07-15 Thread Andrzej Bialecki
e killed first without much thinking, and which the last (or never)? In other words, let's say class 10 means "totally disposable, kill whenever you want", and class 1 means "never try to kill me". Of course, most processes would get some default value, and superuser could &qu

Re: question about boot code

1999-06-01 Thread Andrzej Bialecki
from) in section '.data' of the ELF file. Andrzej Bialecki // WebGiro AB, Sweden (http://www.webgiro.com) // --- // -- FreeBSD: The Power to Serve. http://www.freebsd.org // --- Small & Embedded FreeBSD:

Re: a two-level port system?

1999-05-31 Thread Andrzej Bialecki
p to date. Folks, how about _admitting_ finally that our ports collection is a database? We wouldn't need anything else than standard system tools to maintain a ports.db file containing all that we want as DB records. Andrzej Bialecki // WebGiro AB, Sweden (http://www.webgiro.com) // -