Re: [Info required] PC Architecture

2008-10-16 Thread Jeroen Ruigrok van der Werven
Hardware/Software Interface by Patterson and Hennessy http://www.amazon.com/dp/0131485210/ - Structured Computer Organization by Tanenbaum That should answer most, if not all, of your questions on that subject. -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-n

Re: What is the time between 2 mi_switches in freebsd.

2008-10-08 Thread Jeroen Ruigrok van der Werven
correctly, a switch() is highly dependent on your hardware. So the time taken for a specific machine can be vastly different from another machine. -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B Lead us to

Re: valgrind on FreeBSD 7

2008-10-02 Thread Jeroen Ruigrok van der Werven
org/~asmodai/valgrind/valgrind-trunk-for-freebsd.diff -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B Experience keeps a dear school, yet Fools will learn in no ot

Re: How do I unchown a directory after I: chown -R /etc ???

2008-09-30 Thread Jeroen Ruigrok van der Werven
hts/users. -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B What's in a name? That which we call a rose by any other name would smell as sweet... ___ freebsd

Re: SSH Brute Force attempts

2008-09-30 Thread Jeroen Ruigrok van der Werven
-On [20080930 05:14], Rich Healey ([EMAIL PROTECTED]) wrote: >What do you BSD guys use for this purpose? I actually use blockhosts, which is a Python solution you tie into hosts.allow. http://www.aczoom.com/cms/blockhosts -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァン デル ウェル

Re: Possible bug (amd64/i386)

2008-09-06 Thread Jeroen Ruigrok van der Werven
his garbled text from time to time. -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B I accept that some things will never change, I've let your tiny minds

Re: Recommend literature for beginner programer

2008-08-19 Thread Jeroen Ruigrok van der Werven
t's outdated and the text itself is not the easiest, in my opinion. -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B These days get so long and I got nothing to do... __

Re: Recommend literature for beginner programer

2008-08-19 Thread Jeroen Ruigrok van der Werven
at, unless you want to dig into the kernel and such things, your time might be better spent learning a language like Python. Otherwise, if you want to dig into FreeBSD source code then you automatically come to C. So depending on your goal the books differ. -- Jeroen Ruigrok van der Werven / asmoda

Re: FreeBSD Status Reports due August 5th, 2008

2008-07-29 Thread Jeroen Ruigrok van der Werven
ther the 1st or the 8th, but not the 5th. -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B Stand before it - there is no beginning. Follow it and there is no end. Stay with the Tao, move w

Re: Symbols in a Module

2008-07-29 Thread Jeroen Ruigrok van der Werven
add the appropriate source file or library. _vn_lock, sounds like sys/vnode.h, which in turn on 7-STABLE needs sys/kern/vfs_vnops.c. -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B I am not a tea

Re: Postfix problem.

2008-07-14 Thread Jeroen Ruigrok van der Werven
ail/postfix And take it from there? -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B In every stone sleeps a crystal... ___ freebsd-hackers@freebsd.

Re: Postfix problem.

2008-07-14 Thread Jeroen Ruigrok van der Werven
-- see if something is already bound on port 25 -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B All are lunatics, but he who can analyze his delusions is called a ph

Re: weird restarts when compiling

2008-07-13 Thread Jeroen Ruigrok van der Werven
-On [20080713 10:04], Aggelidis Nikos ([EMAIL PROTECTED]) wrote: >> Look through /var/log/messages. >i get this: Jul 13 09:00:00 apollo newsyslog[1018]: logfile turned >over due to size>100K Then look at /var/log/messages.0.bz2 Also, check `last`. -- Jeroen Ruigrok van der We

Re: AMD Geode LX crypto accelerator (glxsb) - invalid engine "cryptodev"

2008-07-12 Thread Jeroen Ruigrok van der Werven
-128 cbc for 3s on 16 size blocks: 7539390 aes-128 cbc's in 3.00s -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B Yet each man kills the thing he loves...

Need help debugging Python coredump

2008-07-09 Thread Jeroen Ruigrok van der Werven
ailure might be from closing stdout, e.g., if it was redirected. Any ideas/hints/tips to finally squash this crashdump? -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B When we blindly adopt a religion,

Re: Can't install FreeBSD 4.1

2001-03-18 Thread Jeroen Ruigrok van der Werven
nteractive debug screen on vty2? -- Jeroen Ruigrok van der Werven/Asmodai .oUo. asmodai@[wxs.nl|freebsd.org] Documentation nutter/C-rated Coder BSD: Technical excellence at its best D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 The administration of justice is the firmest pillar of governmen

Re: bus_alloc_resource and RF_SHARABLE

2001-01-17 Thread Jeroen Ruigrok van der Werven
ature of this call (one per BAR) would be helpful to >: call out in the doc. > >We should. Noted. On the list. -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D1

Re: Device Driver Question (bus_set_resource)

2001-01-17 Thread Jeroen Ruigrok van der Werven
Look at http://people.freebsd.org/~asmodai/newbus-draft.txt and see if it remotely answers any of your questions. I am in the prospect of adding a lot of documentation to that paper, so it might be worthwhile to check back every now and then [and correct mistakes I have made]. HTH, -- Jeroen R

Re: libc walkthrough?

2001-01-15 Thread Jeroen Ruigrok van der Werven
paranoia for starters), so was wondering if >anyone could recommend a good book to introduce newbies to >the BSD C library - I know the manpages are more up to date, >but I can't read them on the bus.. Advanced UNIX Programming, by Warren W. Gay. To follow up after Stevens APUE. --

Re: help!

2001-01-10 Thread Jeroen Ruigrok van der Werven
ch as this should not have been sent to [EMAIL PROTECTED], but [EMAIL PROTECTED] -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 Killing me i

Re: daemon()

2000-11-08 Thread Jeroen Ruigrok van der Werven
luding bash 2.x, that the problem lies with bash 1.x. And people _did_ answer the question by pointing that out. -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]>VIA Net.Works The Netherlands BSD: Technical excellence at its best ht

PSE/PAE support

2000-11-08 Thread Jeroen Ruigrok van der Werven
r what the page size is. This will certainly improve future ports to new architectures with different page sizes. Are there even more arguments in favor or against? I'd like to hear some thoughts. :) -- Jeroen Ruigrok van der Werven Network- and systemadministrator &l

Re: Time to close the list?

2000-11-02 Thread Jeroen Ruigrok van der Werven
n forwarded it to the list. So the guilt/blame actually lies somewhere else for a change. Drat, another missed chance at flaming Exchange. :) -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]>VIA Net.Works The Netherlands BSD: Techn

Re: Time to close the list?

2000-11-02 Thread Jeroen Ruigrok van der Werven
this piece of junk. I mean Precedence: bulk is a frigging standard. -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]>VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl I sought for myself

Re: cvs commit: src/sys/nfs nfs.h nfs_subs.c nfsm_subs.h

2000-10-24 Thread Jeroen Ruigrok van der Werven
[Redirecting to -hackers after this one] -On [20001024 13:55], David Malone ([EMAIL PROTECTED]) wrote: >On Tue, Oct 24, 2000 at 01:03:16PM +0200, Jeroen Ruigrok van der Werven wrote: > >> Does this solve the problem reported by me in MSG-ID: >> >> [EMAIL PROTECTED] &

Re: Token Ring ??

2000-09-06 Thread Jeroen Ruigrok van der Werven
ported in FreeBSD. -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]>VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl There can be no justice so long as laws are absolute... To Unsubscri

Re: FW: GeForce 6600 driver

2000-09-06 Thread Jeroen Ruigrok van der Werven
proxy through a committer, such as Mike Smith is doing for Adaptec's DPT driver. >> Feel free to post this, btw. I also really like BSD. Nice to see some BSD interest from the major companies aside from all the Linux hype. =) You cannot believe how happy I am to read things like this.

Re: 4.1 lockup side question ...

2000-08-30 Thread Jeroen Ruigrok van der Werven
opment >environment. I don't want a religious war, just some >pointers to hopefully intuitive and powerful programmer's >editors. Being out of my normal editing environment >where everything is now intuitive is like being pecked >at by a thousand worms... vim, glim

newsyslog

2000-08-30 Thread Jeroen Ruigrok van der Werven
this should be a good working interval. Thanks, -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]>VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl You are more than you think, less than y

Re: 4.1 lockup at isa0: on reboot

2000-08-29 Thread Jeroen Ruigrok van der Werven
/usr/src/sys/isa/pnp.c: DEVMETHOD(device_identify, pnp_identify), /usr/src/sys/sys/bus.h: #define DEVMETHOD KOBJMETHOD /usr/src/sys/sys/kobj.h: #define KOBJMETHOD(NAME, FUNC) { &NAME##_desc, (kobjop_t) FUNC } HTH, -- Jeroen Ruigrok van der Werven Network- and systemadmin

Re: cvs-crypto missing from 4.0-stable via cvsup?

2000-07-10 Thread Jeroen Ruigrok van der Werven
nip] >something broken in the indexing? Known issue, when I get time I'll look at it. -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]>VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-wo

Re: Unknow S3 chipset

2000-07-10 Thread Jeroen Ruigrok van der Werven
>SVGA: Unknow S3 chipset: chi_id = 0x8a22 rev. 4 >SVGA: chipset: generic >... >SVGA: virtual resolution set to 320x204 Please take this up with the kind people at www.xfree86.org. Thanks, -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL P

Re: [REPOST] Re: How do I get port inside kernel.... (fwd)

2000-06-07 Thread Jeroen Ruigrok van der Werven
ecause no-one answered it might not even be possible. -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]>VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl No one can find me, here in

Re: Problem in sys/socket.h ?

2000-06-03 Thread Jeroen Ruigrok van der Werven
-On [2603 08:10], Arnar Mar Hrafnkelsson ([EMAIL PROTECTED]) wrote: > >#ifdef HACK >#include >#endif >#include would be a better solution in this case. FAIK. -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]>

Re: 4-STABLE - did you break /etc/defaults/rc.conf?

2000-05-28 Thread Jeroen Ruigrok van der Werven
e it myself when that happens. But dinner and libreadline interfered. Again, sorry for any inconvenience, -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]>VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-

Re: 4.0 - Isa devices not being probed

2000-05-27 Thread Jeroen Ruigrok van der Werven
others. And I am working with Alexander Langer to get more into the system. [thanks] Happy to serve your needs on this junk. -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]>VIA Net.Works The Netherlands BSD: Technical excellence at its bes

Re: Proper uses for MFS?

2000-05-27 Thread Jeroen Ruigrok van der Werven
nd. > >What are some good, reasonable use for MFS nowadays? I know a couple of admins who use a MFS for holding a [d]history for their news server or diablo newsfeeder. -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]>

Re: Unexpected reboot.

2000-05-27 Thread Jeroen Ruigrok van der Werven
ts of the binaries or other files. That can cause spontaneous reboots as well. -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]>VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl Cogito, e

Re: RTLD_NODELETE, RTLD_NOLOAD dlopen mode flags

2000-05-27 Thread Jeroen Ruigrok van der Werven
and will be > or'ed with the present mode of the object > and its dependencies. The RTLD_NOLOAD mode > provides a means of querying the presence, > or promoting the modes, of an existing

Re: Why not gzip iso images?

2000-03-15 Thread Jeroen Ruigrok van der Werven
ced in .message to remind people to try it... In all honesty, that's not a very intelligent option when discussing compressing ISO's. Compressing ISO's brings along a lot of cpu burn cycles as well as a large memory footprint. -- Jeroen Ruigrok van der Werven Network-

Re: PXE

2000-03-13 Thread Jeroen Ruigrok van der Werven
work so far? I have tried using bootpd and dhcpd with no luck. Please save your troubles. I know of some committers whom are netbooting with 3Com's and Intels already. I think that this will be committed ASAP. -- Jeroen Ruigrok van der Werven Network- and systemadministrat

Re: DES routines?

1999-12-20 Thread Jeroen Ruigrok van der Werven
s it returns. -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]> bART Internet Services / Tel: +31 - (0) 10 - 240 39 70 VIA NET.WORKS Netherlands To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freeb

Re: Bitkeeper license review

1999-12-02 Thread Jeroen Ruigrok van der Werven
e trying to get a new version control system of the ground which will kick arse on several accounts. Unfortunately work draws us in. -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]> bART Internet Services / Tel: +31 - (0) 10

Re: Kernel building and more

1999-11-22 Thread Jeroen Ruigrok van der Werven
is doing upgrade of kernel and if there is any chance if I can >send some my suggestions...that is all folks for now... [EMAIL PROTECTED] is generally one of the lists which occupies itself with kernel ideas. -- Jeroen Ruigrok van der Werven Network- and systema

Re: Cardbus and FXP

1999-11-22 Thread Jeroen Ruigrok van der Werven
and I may be totally off here. Cheers, -- Jeroen Ruigrok van der Werven Network- and systemadministrator <[EMAIL PROTECTED]> bART Internet Services / Tel: +31 - (0) 10 - 240 39 70 VIA NET.WORKS Netherlands To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: linux and freebsd kernels conceptually different?

1999-06-10 Thread Jeroen Ruigrok van der Werven
nsidious idea that featurebloat is preferred over code stability and maturity... Add to that the general chaotic way of Linuxcoding and not documenting and we have one development OS that sucks for developers. And yet so many of them flock to it *sigh* Hope I can change *BSD for the better