Re: HEADS UP: Destabilization due to SMP development

2000-06-22 Thread Daniel C. Sobral
"Jordan K. Hubbard" wrote: > > Everyone talks about using bitkeeper but none of the people who > recommend it have ever actually tried to use it for anything. > Before such recommendations will bear weight, this needs to > change. :) OCVS? (Or was it OVCS? I can never

Re: kernel config format migration script

2000-06-23 Thread Daniel C. Sobral
Cyrille Lefevre wrote: > > well, at 4.x, FreeBSD sed doesn't support -E, is that GNU sed which support > this option or 5.x FreeBSD sed ? for instance, GNU sed port doesn't exists ! Really? Funny. I'm not sure our sed is GNU sed. IIRC, it uses regex(3) instead of gnurege

Re: HEADS UP!: config changes...

2000-06-25 Thread Daniel C. Sobral
it works. This definitely needs some work. I'm not sure the hints syntax will change much, if at all. OTOH, I don't know how to approach this. In other words, suggestions (and specially patches) are welcome. -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL

Re: HEADS UP!: config changes...

2000-06-26 Thread Daniel C. Sobral
you get forth this will help.) > > If you're not doing forth/obp... my apologies for the irrelevancy. > Mike Williams He is talking loader(8). Mm. Sifting looks cool. I may add it... -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PRO

Re: XML driver config file to replace LINT

2000-06-26 Thread Daniel C. Sobral
Jun Kuriyama wrote: > And we should keep that master text simple to ease modification by > hackers. If we force to write complex markups, hackers will *forget* > to update that master text. :-) I'm not sure I would *forget* it, but I my indulge in "forget"ing it. :

regex(3) is leaking memory

2000-07-02 Thread Daniel C. Sobral
I forgot to free the additional memory allocated by regcomp() at regfree(). So, for now, regex(3) is leaking memory. I'll fix it in a short while (but not immediately, sorry). -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROT

Re: Boot Oddities

2000-07-08 Thread Daniel C. Sobral
m you had. I'd rather bet the loader binary was above 1023 cylinders, and after playing a while you replaced it with one below that mark. -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] _DES: The Book of Bruce has only

Re: Suspicious warnings in -CURRENT

2000-07-08 Thread Daniel C. Sobral
Does it happen to anyone else on this list? > > I see it in vi(1). > > Somebody enable the 'A' option of phkmalloc and examine the core. > > ln -sf A /etc/malloc.conf Ok, everyone, my fault. Fixed. -- Daniel C. Sobral(8-DCS) [EMAIL PRO

Re: /sys hierarchy

2000-07-08 Thread Daniel C. Sobral
ake a > symlink to another place. Unless of course we get /usr/obj working for > kernel compiles Huh? All my kernels created with buildkernel are compiled in /usr/obj. -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: /sys hierarchy

2000-07-08 Thread Daniel C. Sobral
sys/alpha/boot Don't touch boot. Nothing in the bootstrap is used by the kernel, and there's just a few kernel files included by the bootstrap (wrongly, IMHO). It's made by buildworld instead of buildkernel. Ideally, it should be taken out of sys/ altogether. -- Daniel C. So

Re: config/hints changes: panic booting pcvt kernel

2000-07-09 Thread Daniel C. Sobral
m doing something very stupid here, but i tried hard to make > shure i'm doing not. Help I recall there were lots of problems with syscons after the hints change. *IF* people had the USERCONFIG option, things would work. Otherwise... I do not know if vt suffers from the same proble

Re: config/hints changes: panic booting pcvt kernel

2000-07-09 Thread Daniel C. Sobral
p; cia. > But the effect is the same, it still panics after > > atkbdc0: at port 0x60,0x64 on isa0 Did you add options USERCONFIG to see if that helps? > Any hints from the more "hints-knowledged" would be highly appreciated .. ;-) Well, I'm definitely not the peopl

regex(3)

2000-07-09 Thread Daniel C. Sobral
thus, to merge the changes. If anyone have objections, please raise them now. :-) People wanting to test it, both sed and more use regex(3), and grep doesn't. -- Daniel C. Sobral (8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Worst Vegetable of the Year:

Re: regex(3)

2000-07-10 Thread Daniel C. Sobral
Alfred Perlstein wrote: > > * Daniel C. Sobral <[EMAIL PROTECTED]> [000709 12:46] wrote: > > I think all bugs with the performance improvements to regex(3) have all > > been solved now. I haven't heard of any problems for over a week about > > the first impr

Re: etc/rc.d & things...

2000-07-10 Thread Daniel C. Sobral
ome/work). Thing is, SysV does it in a very ugly way, and not flexible enough either. This has been talked to death. Look at these: http://www.freebsd.org/~dfr/devices.html http://www.freebsd.org/~eivind/newrc.html and my favorite substitute proposal: http://www.roguetrader.com/~brandon/sas/. --

Re: etc/rc.d & things...

2000-07-10 Thread Daniel C. Sobral
the time he decided to have a take on it, I traded many messages with him about it. I know he had part of it working, and could boot with it. After that, though, I never heard from him again. Like you, I really like his proposal. -- Daniel C. Sobral(8-DCS) [EMAIL PROTE

Re: etc/rc.d & things...

2000-07-11 Thread Daniel C. Sobral
ing. a major problem w/ this one is the > use of "perl" which is not available a boot time since it is located in /usr. I'm sure it can be easily done as a C program. -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: etc/rc.d & things...

2000-07-12 Thread Daniel C. Sobral
not so difficult if a command do that for you. (show, change, start and stop) Commands limit you in awkward ways. Hell, AIX has commands to do anything with the configuration you might want, but that has not prevented people from hating it... :-) -- Daniel C. Sobral

Re: phkmalloc & pam_ssh & xdm

2000-07-30 Thread Daniel C. Sobral
ages: > ---snip--- > Jul 30 00:54:04 Magelan -:0: unable to resolve symbol: pam_sm_chauthtok > Jul 30 00:54:05 Magelan -:0: pam_ssh: could not connect to agent > ---snip--- > > Is someone else able to reproduce this? If that's the case, you have a bug. Not one easy to trace, th

Re: HEADS UP: sshd (Re: cvs commit: src/release/sysinstall config.c)

2000-09-05 Thread Daniel C. Sobral
Well, it's at least one step closer - all they have to do now (the US > people) is install the rsaref port to have the already-running sshd > work correctly post-install, correct? Besides, that's what we mean when we say -current is the "bleeding edge". :-) -- Dani

smp and gdt

2000-09-23 Thread Daniel C. Sobral
is defined. -- Daniel C. Sobral (8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] PAIN: Sliding down a 50-foot razor blade into a bucket of alcohol. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: FAST_IPSEC/racoon vs CISCO PIX anyone?

2003-01-13 Thread Daniel C. Sobral
id you negotiate a SA for each direction? -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de Comunicacao de Dados Coordenacao de Seguranca TCO Fones: 55-61-313-7654/Cel: 55-61-9618-0904 E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Outros: [EMAI

Re: FAST_IPSEC/racoon vs CISCO PIX anyone?

2003-01-13 Thread Daniel C. Sobral
Bob Bishop wrote: At 16:09 13/1/03, Daniel C. Sobral wrote: > Bob Bishop wrote: > >> Hi, >> >> Problems interworking this combination, with ESP tunnel. SA gets >> negotiated OK, but ESP packets get rejected by the PIX: it says "host >> not found a

Re: Linux Emulation Panic

2003-01-14 Thread Daniel C. Sobral
, >> >>Chuck McCrobie >>[EMAIL PROTECTED] >> __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in

Re: I want a sysctl kern.allow_shooting_into_my_foot!

2003-01-22 Thread Daniel C. Sobral
debugging off from userland with: sysctl kern.geom.debugflags=0 Why not make it a loader tunable? -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de Comunicacao de Dados Coordenacao de Seguranca TCO Fones: 55-61-313-7654/Cel: 55-61-9618-0904 E-mail: [EMAIL

Re: I want a sysctl kern.allow_shooting_into_my_foot!

2003-01-23 Thread Daniel C. Sobral
Joerg Wunsch wrote: "Daniel C. Sobral" <[EMAIL PROTECTED]> wrote: You can turn this debugging off from userland with: sysctl kern.geom.debugflags=0 Why not make it a loader tunable? Why should it? It's a debugging flag, so it's IMHO sufficient that it can be s

Re: stand/sysinstall changes?

2003-01-23 Thread Daniel C. Sobral
r/sbin (ie, /usr/src/usr.sbin/sysinstall). As for /stand, it seems to still be installed by sysinstall, but it certainly isn't updated by world. -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de Comunicacao de Dados Coordenacao de Seguranca TCO Fones: 55-61-313-76

Re: [5.0-RELEASE] uid option in ipfw

2003-01-28 Thread Daniel C. Sobral
g for me. can anyone help to solve the problem plz? It might be a network order bug. ipfw2 had lots of these. At any rate, do read the man page. 5.0's ipfw is different from 4.7's ipfw. -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de Comunicacao de Dados

Re: where is MAKEDEV

2003-01-30 Thread Daniel C. Sobral
ne actually supports your card. Once you know, put that one in Dmesg shows how your card was identified, which is not quite saying which driver supports the card. your /boot/loader.conf. If your driver requires pcm, the loader will load it as a dependancy. -- Daniel C. Sobral

Re: copy extended attributes

2003-01-31 Thread Daniel C. Sobral
There's been some recent e-mail on the Linux side about interfaces to copy ACLs from one file to another, but I haven't had a chance to review those changes as yet to see whether we should pick them up. -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de

Re: Hyperthreading and machdep.cpu_idle_hlt

2003-01-31 Thread Daniel C. Sobral
MFCd yet or is intended to be MFCd to -stable. AFAIK, full hyperthreading support, as it is, has been merged to -stable. It consists of a patch to recognize the virtual CPUs, so they will be dealt with like any SMP system, as long as HTT is enabled on the BIOS. -- Daniel C. Sobral

Re: copy extended attributes

2003-02-03 Thread Daniel C. Sobral
Doug Barton wrote: Forgive me for being dense, but can you expand on your concerns? My concern is setting various mac labels to various files in /etc, and having these files keep the labels after a mergemaster. Doug On Fri, 31 Jan 2003, Daniel C. Sobral wrote: I'm starting to have

Re: copy extended attributes

2003-02-03 Thread Daniel C. Sobral
Doug Barton wrote: On Mon, 3 Feb 2003, Daniel C. Sobral wrote: Doug Barton wrote: Forgive me for being dense, but can you expand on your concerns? My concern is setting various mac labels to various files in /etc, and having these files keep the labels after a mergemaster. That&#

Re: Question about devd concept

2003-02-03 Thread Daniel C. Sobral
on. The scripts in /etc/rc.d ought to deal with setting up dhclient and whatever else correctly if the device is present (rc.conf settings not precluding this). I think, rather, that it is devd which should call rc.d to do things at device arrival, _after_ bootstrap has completed. -- Daniel C.

Re: RE : IPFilter

2003-02-10 Thread Daniel C. Sobral
nt" in the body of the message To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de Comunicacao de Dados Coordenacao de Seguranca TCO Fones: 55-61-313-7

Re: FreeBSD 5.0 as SOHO firewall, gateway -- STABLE?

2003-02-11 Thread Daniel C. Sobral
nk of any feature of use to a firewall that is present on 5.0 but not on 4.7. The reason I run 5.0 on one of my firewalls is so I can help catch bugs. Anything untowards happens and I can just turn it off. Moreover, I can reboot it with 4.7 if I really need (a separate disk). -- Daniel C

Witness This

2003-02-21 Thread Daniel C. Sobral
at /usr/src/sys/kern/kern_intr.c:536 ithd = (struct ithd *) 0xc0ec8f00 ih = (struct intrhand *) 0xc0ec04c0 td = (struct thread *) 0xc0ecba50 p = (struct proc *) 0xc0eca9ec #21 0xc01c8cb4 in fork_exit (callout=0xc0ec04c0, arg=0x0, frame=0x0) at /usr/src/sys/kern/kern_fork.c:871 td = (struct th

Re: Witness This

2003-02-22 Thread Daniel C. Sobral
Robert Watson wrote: > > On Fri, 21 Feb 2003, Daniel C. Sobral wrote: > > > backtrace(c032e7d9,c25af500,c25a98d4,c046236e,c04623ec) at > > backtrace+0x17 > > > > witness_lock(c25af500,8,c04623ec,1b8,c) at witness_lock+0x660 > > _mtx_lock_fla

Re: Witness This

2003-02-25 Thread Daniel C. Sobral
ifnet *) 0; #ifdef MAC - if (tp != NULL) { + if (tp != NULL && tp->t_inpcb != NULL) { /* * Packet is associated with a socket, so allow the * label of the response to reflect the socket label. -- Daniel C. Sobral

Re: Witness This

2003-02-25 Thread Daniel C. Sobral
t it was a module you used for tests, not something which _helped_ debug other mac policies. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects [EMAIL PROTECTED] Network Associates Laboratories On Tue, 25 Feb 2003, Daniel C. Sobral wrote: No bugs so far with this. Robert Wa

Re: Witness This

2003-02-25 Thread Daniel C. Sobral
module, as it's intended to help diagnose label problems through additional assertions. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects [EMAIL PROTECTED] Network Associates Laboratories On Tue, 25 Feb 2003, Daniel C. Sobral wrote: No bugs so far with this. Robe

mac_mls still panics

2003-02-25 Thread Daniel C. Sobral
No, it didn't fix the problem. I must have mixed kernels when I tested. Two more panics attached (the first seems to have been a double panic). -- Daniel C. Sobral Gerência de Operações Divisão de Comunicação de Dados Coordenação de Segurança TCO Fones: 55-61-313-7654/Cel: 55-61-9618-0904 E

TCP stack panic (panic: bremfree: bp 0xc7743f60 not locked)

2003-02-25 Thread Daniel C. Sobral
100 ih = (struct intrhand *) 0xc0ebd400 td = (struct thread *) 0xc0ec8c30 p = (struct proc *) 0xc0ec75f4 #18 0xc01c8b44 in fork_exit (callout=0xc0ebd400, arg=0x0, frame=0x0) at /usr/src/sys/kern/kern_fork.c:871 td = (struct thread *) 0x0 p = (struct proc *) 0xc0ec6100 Core dump and ker

Re: mac_mls still panics

2003-02-26 Thread Daniel C. Sobral
Robert Watson wrote: Question on both of these: could you inspect the struct ifnet pointer on the mbuf and see what interface they originated from? Also, the dumps are > still showing NULL local variables where it should not be possible -- does > manual inspection of the variables in the debugger

Re: pcm breakage

2003-02-26 Thread Daniel C. Sobral
xc00f7760 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcm0: port 0xd800-0xd81f irq 11 at device 11.0 on pci0 pcm0: I hope someone can figure this out. Let me know if I can do more to diagnose the problem. -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de Co

can't load if_gif.ko

2003-02-26 Thread Daniel C. Sobral
e/ifmodule loading problem. Very recent current. -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de Comunicacao de Dados Coordenacao de Seguranca TCO Fones: 55-61-313-7654/Cel: 55-61-9618-0904 E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECT

can't load if_gif.ko

2003-02-26 Thread Daniel C. Sobral
e/ifmodule loading problem. Very recent current. -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de Comunicacao de Dados Coordenacao de Seguranca TCO Fones: 55-61-313-7654/Cel: 55-61-9618-0904 E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECT

Re: No more new majors, and help loose the old ones...

2003-02-27 Thread Daniel C. Sobral
two drivers phk is considering keeping fixed majors for. :-) -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de Comunicacao de Dados Coordenacao de Seguranca TCO Fones: 55-61-313-7654/Cel: 55-61-9618-0904 E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [

Re: elf_loadfile: kernel already loaded

2003-03-06 Thread Daniel C. Sobral
t defined. This variable should be set by the inner workings of loader when a kernel is loaded, iirc. So, the question is why kernelname is not getting set when you load a new one. Or, if it _is_ getting set, something very, very weird is going on. -- Daniel C. Sobral Gerência de Operações Divis

Re: potential for foot-shooting with KLD's

2003-03-06 Thread Daniel C. Sobral
pages that talk about boot are a maze. loader.4th(8) is mentioned in loader.conf(5), which is but a SEE ALSO of loader(8), which is referred to in boot(8). The command doesn't appear on "?", though. *That* is a problem. I swear I was overloading "?" to display the enhanc

Re: potential for foot-shooting with KLD's

2003-03-06 Thread Daniel C. Sobral
ad="NO"' work. The other fix (probably more difficult to do) would be to make all modules loading/linking fail when they're statically compiled in. Alas, granted that I can't test this atm, but from commit logs it seems that -current *does* document this in "?" t

Re: Disaster strikes...

2003-03-06 Thread Daniel C. Sobral
toggle/disable-module will work for all of them. Good thing I'm seeing so many messages on this particular subject today, as it's renewing my motivation for this project. -- Daniel C. Sobral Gerência de Operações Divisão de Comunicação de Dados Coordenação de Segurança TCO Fo

Re: IPFILTER broken as of world/kernel a few hours old

2003-03-06 Thread Daniel C. Sobral
tion arrives). If blackhole or firewall was used, no answer would be returned to this dns request, and the ssh login would lag for a long time. BTW, what font are you using? When on FreeBSD, with Mozilla, your messages are all but unreadable. -- Daniel C. Sobral Gere^ncia de Operac,o~es Divisa~o

Re: can't sshd into box

2003-03-06 Thread Daniel C. Sobral
7;. Connection closed by foreign host. [EMAIL PROTECTED]:/home/wayne>ping etaq3 PING etaq3.etaq.com (192.168.0.12): 56 data bytes 64 bytes from 192.168.0.12: icmp_seq=0 ttl=64 time=0.402 ms 64 bytes from 192.168.0.12: icmp_seq=1 ttl=64 time=0.618 ms 64 bytes from 192.168.0.12: icmp_seq=2 ttl=64 t

Re: What's happened to bpf?

2003-03-11 Thread Daniel C. Sobral
quot; is closer, but it doesn't have any sort of ring to it. Worst of all, "device cloning" is one of Terry's buzzwords. :-) -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de Comunicacao de Dados Coordenacao de Seguranca TCO Fones: 55-61-313-7654/Cel:

Re: What's happened to bpf?

2003-03-12 Thread Daniel C. Sobral
Terry Lambert wrote: "Daniel C. Sobral" wrote: >>"device cloning" is really a wrong name for this, and I regret that >>I every used that term. "On demand device creation" is closer, >>but it doesn't have any sort of ring to it. > >

Re: kernel panic in tcp_input.c:2324

2003-03-12 Thread Daniel C. Sobral
>Doug > > I buildworld/installworld daily. So it's not fixed. Well, yes, but are you cvsupping from releng=. or releng=RELENG_5_0 or releng=RELENG_5_0_0_RELEASE (or similar stuff)? I did experience such problems for a while, but they did get fixed a week or two ago for me. -- Danie

Re: Create linker.hints at boot

2003-03-17 Thread Daniel C. Sobral
Crist J. Clark wrote: Also, what's the best way/is there a way to figure out the boot directory rather than hardwire /boot/kernel? dirname `sysctl -n kern.bootfile` -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de Comunicacao de Dados Coordenacao de Seguranc

Re: Create linker.hints at boot

2003-03-17 Thread Daniel C. Sobral
e best way. Patches attached. Now that I've read it, I wonder what will happen in the cases where you have libraries nfs-mounted. This runs before any remote fs is mounted. -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de Comunicacao de Dados Coordenacao de Segu

Re: Create linker.hints at boot

2003-03-17 Thread Daniel C. Sobral
Daniel C. Sobral wrote: Crist J. Clark wrote: Perhaps it would be a good idea to build a linker.hints file with kldxref(8) at boot time. At least, I can't think of any really good reasons why _not_ to do it. [...] This is my first stab at rc-ng for a long while, so please be gentle if I&#

IP stack problem -- possibly mac-related

2003-03-24 Thread Daniel C. Sobral
1027 malloc() of "128" with the following non-sleepablelocks held: exclusive sleep mutex inp r = 0 (0xc280a998) locked @ /usr/src/sys/netinet/udp_usrreq.c:1034 exclusive sleep mutex udp r = 0 (0xc035eeec) locked @ /usr/src/sys/netinet/udp_usrreq.c:1027 Initial i386 initialization:. -- Danie

Re: Solved??? Re: playing mp3s and burning a cd

2003-03-25 Thread Daniel C. Sobral
..| [1] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 cd0 at ata0 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present - tray open cd1 at ata1 bus 0 target 0 lun 0 cd1: Removable CD-ROM SCSI-0

Re: IP stack problem -- possibly mac-related

2003-03-26 Thread Daniel C. Sobral
X marks the spot. Robert Watson wrote: On Mon, 24 Mar 2003, Daniel C. Sobral wrote: The messages below are from today's kernel + mac_mls and mac_biba kld-loaded from loader(8). None of the warning appear if these modules are not loaded (I haven't tried not loading one and then the ot

Panic on fxp

2003-04-03 Thread Daniel C. Sobral
This one panics on boot, while doing something with fxp (attaching, I think), and doesn't even get me a core dump. I'll try a new world tomorrow. People tweaking fxp, do please try to get it fixed? -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de

Re: Panic on fxp

2003-04-03 Thread Daniel C. Sobral
Peter Wemm wrote: "Daniel C. Sobral" wrote: It seems recent current doesn't like my fxp. A current from some 10 hours ago keeps complaining about device timeout and dma timeout. I don't *know* it's fxp fault (for one thing, because it says "unknown"), but...

Konsole crash with libthr

2003-04-04 Thread Daniel C. Sobral
loops=false, startup_id_str=0x7 ) at kinit.cpp:547 #27 0x0804d906 in handle_launcher_request (sock=7) at kinit.cpp:1021 #28 0x0804de57 in handle_requests (waitForPid=0) at kinit.cpp:1189 #29 0x0804ef53 in main (argc=3, argv=0xbfbffc78, envp=0x7) at kinit.cpp:1540 #30 0x0804b115 in _start () -- Da

panic: lockmgr: locking against myself

2003-04-04 Thread Daniel C. Sobral
struct inode *) 0xd26bd7e8 bp = (struct buf *) 0xc77cf8b0 nbp = (struct buf *) 0xc038d320 ibp = (struct buf *) 0x0 sbp = (struct buf *) 0x0 nd = {ni_dirp = 0x80c1c80 ---Can't read userspace from dump, or kernel process--- -- Daniel C. Sobral (8-DCS

Re: So then, is fxp working OK again?

2003-04-04 Thread Daniel C. Sobral
l and boot-conf kernel.old are your friends. :-) -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de Comunicacao de Dados Coordenacao de Seguranca TCO Fones: 55-61-313-7654/Cel: 55-61-9618-0904 E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Outros:

Re: HEADS UP: fxp breakage

2003-04-05 Thread Daniel C. Sobral
ecause one person who has been reporting me such symptoms was using DEVICE_POLLING too. Mm. Now that I think of it, I am too. On this particular machine. I had forgotten I had configured DEVICE_POLLING in this host alone... :-( Sorry about that. Could have speeded up things some. I'm tr

Re: HEADS UP: fxp breakage

2003-04-05 Thread Daniel C. Sobral
Daniel C. Sobral wrote: Maxime Henrion wrote: Hi all, I was finally able to reproduce the problems people have been reporting. That is, the fxp(4) card works but there are many odd "unknown: DMA timeout" and "unknown: device timeout" messages. This was due to a bug

Re: New loader(8) plugin

2003-06-06 Thread Daniel C. Sobral
installation procedure overwrite any present file if it has the same md5. -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de Comunicacao de Dados Coordenacao de Seguranca VIVO Centro Oeste Norte Fones: 55-61-313-7654/Cel: 55-61-9618-0904 E-mail: [EMAIL PROTECTED

PANIC: FreeBSD dislikes temps (panic when mounting /tmp)

2003-06-06 Thread Daniel C. Sobral
at /usr/src/sys/ufs/ffs/ffs_vfsops.c:366 size = 3223185117 devvp = (struct vnode *) 0xc272e000 args = {fspec = 0x80ad040---Can't read userspace from dump, or kernel process--- -- Daniel C. Sobral (8-DCS) Gerencia de Operacoes Divisao de Comunicacao de

Re: PANIC: FreeBSD dislikes temps (panic when mounting /tmp)

2003-06-06 Thread Daniel C. Sobral
Robert Watson wrote: On Fri, 6 Jun 2003, Daniel C. Sobral wrote: Robert, I cc'ed you because you are usually guilty anyway... (besides, there's a ea thingy there :) I probably am, actually :-). Is the file system in question UFS or UFS2? [1] [EMAIL PROTECTED]:/opt/home/dcs$ sudo d

Re: mount_mfs (Re: smbfs)

2001-05-27 Thread Daniel C. Sobral
too? Because md isn't a filesystem. A much better solution would be create a program that reads an /etc/md.conf, in which size, fs, mount point and whatever are listed, and call mount on all that stuff. -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTEC

Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS

2001-09-05 Thread Daniel C. Sobral
ore popular language with a freely available interpreter that would fit in as small a space as FICL did. -- Daniel C. Sobral (8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] True leadership is the art of changing a group from what it is to

Re: 3Com HomeConnect ADSL Modem Dual Link

2001-09-19 Thread Daniel C. Sobral
I almost wish I had one so I could debug it, but I have been fortunate enough to get a version 2, which works as a router/dhcp/nat/firewall. -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] wow regex humor... I'm a geek To Unsub

Re: loader from Nov 13 reboots instantly

2001-11-14 Thread Daniel C. Sobral
inally introduced when compiling FICL so that boot wouldn't depend on that Evil Thing (Perl). But standard FICL distribution uses a perl script instead of a awk one. OTOH, our awk script removes more white space than the perl one, but that can easily be corrected. -- Daniel C. Sobral

Re: We cannot use 'make -j' option to build the world, period.

2000-11-04 Thread Daniel C. Sobral
support it, but support on the "all" target is about as old as support on the "buildworld" target. Of which, btw, the linux module was part of until last year (this year?). -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: savecore broken because kern.bootfile is set wrong

2000-11-12 Thread Daniel C. Sobral
me, &kernelpath); bi.bi_kernelname = VTOP(kernelpath); Though the alpha code (alpha/libalpha/bootinfo.c) also fill in a lot of stuff in bi, it has no reference at all to "kernelname". Did it ever work? :-) -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMA

Re: savecore broken because kern.bootfile is set wrong

2000-11-12 Thread Daniel C. Sobral
py(kernelname, p, sizeof(kernelname) - 1); > > > Did the loader used to set kernelname as an environment variable? Yes, kernelname is set in common/load_elf.c. The i386 code strips it of any device prefix, though. The alpha code would do well to do the same. -- Daniel C. Sobral

Re: savecore broken because kern.bootfile is set wrong

2000-11-12 Thread Daniel C. Sobral
the forth code. The forth code doesn't get anywhere near kernelname. -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] He has been convicted of criminal possession of a clue with intent to distribute. To Unsubscribe:

Re: slight improvement in locore.s?

2000-11-23 Thread Daniel C. Sobral
. So, if someone is willing to commit it, there really shouldn't be any objection to it. As silly as the improvement it, contest it is even more silly. -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] "All right, Lieutenan

Re: 3dfx.ko

2000-11-28 Thread Daniel C. Sobral
ad="YES" threedfx_name="3dfx" The way loader is set up, you put the _name line in /boot/defaults/loader.conf, so that the user only needs to put the threedfx_load="YES" line in his config. -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PRO

Re: Progress report: Multilingual sysinstall for -current

2000-12-07 Thread Daniel C. Sobral
ding effort, while i18n sysinstall by and large is not. And even where code comes into play with i18n sysinstall, it is of a very different kind than libh code. -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] "The bron

Re: write(2) returns error saying read only filesystem when trying to write to a partition

2000-12-08 Thread Daniel C. Sobral
resent the whole data part of the disk (ie, whole disk minus partition table), because that's what da1s1 *is*, etc, etc, etc. This has nothing to do with preventing the user from shooting himself in the foot. This is just how the disk is, as a matter of fact, organized. -- Daniel C. Sobral

Re: write(2) returns error saying read only filesystem when trying to write to a partition

2000-12-09 Thread Daniel C. Sobral
t is not necessary. If this is going to the FAQ or the handbook, a number of notes should be made to point out these (and possibly others I'm overlooking right now) issues. -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: Confusing error messages from shell image activation

2000-12-10 Thread Daniel C. Sobral
h of course leads to needless > pain. Not for everyone. FreeBSD adopted one of the ways /usr/local was being used. You can keep ranting on this and pretending the way above is how everyone used /usr/local as long as you want, but the fact is that you won't get this changed. Honestly, let

Re: Bootstrapping issues with groff(1)

2000-12-12 Thread Daniel C. Sobral
n on the build machine. > You can't build it later than cross-tools. It's not a cross tool itself > and definitely not a build tool. It must be a bootstrap tool then. It is used to build the man pages, isn't it? Why, then, it is not a build tool? -- Daniel C. Sobral

Re: Problem installing on T20

2001-01-10 Thread Daniel C. Sobral
igin of hypothesis #1) and got fixed by having IBM add their partition numbers to to BIOS as recognized partition numbers. It's beyond my ability to understand why they refuse to fix the #%'&%$%'& BIOS so it would use a SAFE hybernate partition number (like the

Re: Problem installing on T20

2001-01-10 Thread Daniel C. Sobral
Wm Brian McCane wrote: > > I have an IBM T20 laptop that I want to run FreeBSD on. I have run BTW, I just found that this is covered on the FAQ. -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] "There

Re: Problem installing on T20

2001-01-10 Thread Daniel C. Sobral
Q/book.html > is this? MMmmm. I think I have gone blind too. Beats me. I was reading december e-mail when I just stumbled on a thread about the same problem, where it was mentioned it had been added to the FAQ. Well, I can't seem to find any reference either. -- Daniel C. Sobral

Re: Debugging SMP instability (was Re: HEADS-UP: await/asleep removal imminent)

2001-01-18 Thread Daniel C. Sobral
[EMAIL PROTECTED] wrote: > > The enclosed patch implements a virtual NMI pushbutton by programming > the IOAPIC to deliver an NMI when sio1 generates an interrupt. This would be a nice kernel option... :-) -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL

Re: sysinstall move and make release on FreeBSD-stable

2001-01-20 Thread Daniel C. Sobral
ng tool, sysinstall is actually quite more oftenly used than many. -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] "There is no spoon." -- Kiki To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscrib

Re: sysinstall move and make release on FreeBSD-stable

2001-01-20 Thread Daniel C. Sobral
t's currently the best way to install packages IMHO. With the automatic > dependancy resolving and downloading from FTP. The latter pkg_add offers, > but it's a bother having to find the URLs. What are you talking about? pkg_add -r pkgname, that's all it takes. -- Daniel

Re: find(1) -regex/-iregex

2001-02-20 Thread Daniel C. Sobral
ike -regex, but the match is case insensitive. You forgot -E (use extended regexp syntax), and the example you show above is extended regexp syntax, not basic regexp syntax. > I'd like to commit it after reviews if there is no convincing > objection against it. Any suggestion is w

Re: find(1) -regex/-iregex

2001-02-20 Thread Daniel C. Sobral
find(1)'s use. It won't. GNU find certainly uses GNU regexp library, which has lots of extra stuff. Naturally, our find will be using our library instead. Nothing we can do about it. It is the way of the Gnu to extend and embrace. -- Daniel C. Sobral(8-DC

Re: find(1) -regex/-iregex

2001-02-20 Thread Daniel C. Sobral
or the "extended regexp" ;P For that matter, anyone talking about "standard" regexp of any kind I invite to take a look at the include file for gnu regexp, to see just how many slightly different variants of regexp there are out there in various utilities. -- Daniel C

Re: What goes at the boot prompt

2001-02-20 Thread Daniel C. Sobral
rnel and modules. /boot/kernel.old/kernel would do, but why skip the loader phase? Let loader proceed, interrupt the ten second count and then type: boot kernel.old (or boot-conf kernel.old, if you are using loader to get some modules loaded) -- Daniel C. Sobral(8-D

Re: find(1) -regex/-iregex

2001-02-20 Thread Daniel C. Sobral
nexpensively many times over. > > > > Indeed. I'll do it soon, thanks. > > Updated. > > http://people.FreeBSD.org/~knu/misc/find_regex.diff You might have done it, but the version above is not it. :-) -- Daniel C. Sobral(8-DCS) [EMAIL P

kernfs

2001-02-21 Thread Daniel C. Sobral
ome/src/sys/DCS/opt_ff s.h -- Daniel C. Sobral (8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] You'll never see all the places, or read all the books, but fortunately, they're not all recommended. To Unsubscribe: send mail to [EMAIL PROTECTED] with "u

<    1   2   3   4   5   6   >