On Mon, 29 Jul 2002 00:22:46 +0900
Hajimu UMEMOTO <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I found that setup of IPsec doesn't work correctly if you are using
> /etc/rc.d/. While NetBSD has setkey in /sbin, FreeBSD has it in
> /usr/sbin. However, the location is hardcoded in /etc/rc.d/ipsec.
> Her
The tcp_getcred(), tcp6_getcred(), udp_getcred(), udp6_getcred() look
like a bad example of mostly duplicated code caused by cut and paste
programming. By passing a pointer to the inpcbinfo structure as an
argument to the sysctl hander it is possible to combine the use a common
handler for the TC
David Xu wrote:
>
> Yes, this is a known problem. I have a patch for this, you may
> download it from here:
> http://opensource.zjonline.com.cn/freebsd/vm86patch.tgz
Any ideas why it isn't committed yet?
-Maxim
>
> David Xu
>
> - Original Message -
> From: "Rob" <[EMAIL PROTECTED]>
>
Hello again,
I uploaded a newer version of my online questionnaire
(http://www.lse-students.ac.uk/tzouris/oss), and I am searching for Open
Source contributors who might be interested in answering it.
The questionnaire is designed in a way that it won't require more than 10 minutes to
Hi,
Just want to let you know that this patch fixes the 'fault on nofault
entry' panics I had.
It was very easily reproducable with:
---
char *buf; int n=0;
buf=(char *)malloc(1);
for(;;)
buf=(char *)realloc(buf,n++*1024*1024);
---
Ran some tests now and as said it didn't happen again.
On (2002/07/28 09:49), Szilveszter Adam wrote:
> > is firewall support built into the -current kernel or does it need to be
> > compiled in?
>
> It is not in GENERIC, but you can always either compile it in, or load
> it from a module by editing /boot/loader.conf.
Beware!
AFAIK, the kernel-loa
Maxim Sobolev wrote:
>
> David Xu wrote:
> >
> > Yes, this is a known problem. I have a patch for this, you may
> > download it from here:
> > http://opensource.zjonline.com.cn/freebsd/vm86patch.tgz
>
> Any ideas why it isn't committed yet?
>
> -Maxim
BTW, the VESA mode doesn't work on -stabl
I mounted my -stable /usr partition on -current /mnt to copy over a
kernel config file, and when I finally fired up -stable, the /usr
partition was borked. Fsck couldn't fix it manually. Luckily I had
backups. It said that the master record didn't match the alternate. I
might have rebooted wit
What do you mean? VESA mode works like a charm here on a very fresh
STABLE.
FreeBSD stable 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Jul 29 10:19:35 EDT
2002 root@stable:/usr/src/sys/compile/KAN i386
On Mon, 29 Jul 2002 06:57:13 -0700
rob <[EMAIL PROTECTED]> wrote:
>
> BTW, the VESA mode doesn
Maxim Konovalov wrote:
> On 18:19-0700, Jul 28, 2002, walt wrote:
>
>
>>After reading Scott Long's recent post I tried removing INET6
>>from my kernel config and the crashes due to mozilla are now
>>definitely gone.
>
> [...]
>
> Please try the next patch.
>
> Index: sys/netinet/tcp_usrreq.c
rob wrote:
> I mounted my -stable /usr partition on -current /mnt to copy over a
> kernel config file, and when I finally fired up -stable, the /usr
> partition was borked. Fsck couldn't fix it manually...
I'm told that the fsck on -stable has been updated to fix this
problem. Have you updated
On 29-Jul-2002 walt wrote:
> Maxim Konovalov wrote:
>> On 18:19-0700, Jul 28, 2002, walt wrote:
>>
>>
>>>After reading Scott Long's recent post I tried removing INET6
>>>from my kernel config and the crashes due to mozilla are now
>>>definitely gone.
>>
>> [...]
>>
>> Please try the next patc
[...]
> Let's get this patch committed then. :)
Already done, sys/netinet/tcp_usrreq.c rev. 1.79
--
Maxim Konovalov, [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
A couple of updates:
- Optimize wakeup() and its friends; if a thread waken up is being
swapped in, we do not have to ask for the scheduler thread to do
that.
- Assert that a process is not swapped out in runq functions and
swapout().
The update patchs is at:
http://people.FreeBSD.org/~
Hi Julian,
Thanks for the pointer.
It does seems fix my panic problem.
Haro
From: Julian Elischer <[EMAIL PROTECTED]>
Date: Sun, 28 Jul 2002 21:36:09 -0700 (PDT)
::I think this has just been found and fixed by:
::Seigo Tanimura <[EMAIL PROTECTED]>, (CC'd)
:: his fix is at:
::http://people.Free
On Mon, Jul 29, 2002 at 02:44:50PM +0200, Sheldon Hearn wrote:
> On (2002/07/28 09:49), Szilveszter Adam wrote:
>
> > > is firewall support built into the -current kernel or does it need to be
> > > compiled in?
> >
> > It is not in GENERIC, but you can always either compile it in, or load
> > i
Hi,
> On Mon, 29 Jul 2002 08:11:50 -0700
> walt <[EMAIL PROTECTED]> said:
>>After reading Scott Long's recent post I tried removing INET6
>>from my kernel config and the crashes due to mozilla are now
>>definitely gone.
Thank you for fixing it. I tried to fix as the same way as you did
great..
looks like it's a commit...
On Mon, 29 Jul 2002, Mark Santcroos wrote:
> Hi,
>
> Just want to let you know that this patch fixes the 'fault on nofault
> entry' panics I had.
>
> It was very easily reproducable with:
> ---
> char *buf; int n=0;
> buf=(char *)malloc(1);
> for(;;)
>
KOffice's kword is stuck here... Can not be killed even with -9.
Sits idle, with its window open, but not updating:
UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND
1042 88248 1 0 96 0 119296 28105 - WWs pm0:00,00 kword
/tmp/k
Machine is otherwise fin
I committed your patch. Thankyou for doing this work.
I a very pleased that other people are looking at this system and code.
I could get almost no-one to review before I committed so I am pleased
that people do look at it and try understand it after I committed!
To Unsubscribe: send mail to
I've been wondering lately why my AthlonTB runs at a quite high
idle-temperature and I came across this page:
http://vcool.occludo.net/VC_Theory.html
Does someone feel like getting something similar into our kernel?
Regards,
--
Michael Nottebrock
msg41473/pgp0.pgp
Description: PGP sig
ddb
ps (find address of proc)
cont
cd /sys/i386/compile/MYKERNEL
gdb -k kernel.debug /dev/mem
print *(struct proc *){address}
go to the thread..
do the same.
maybe others can tell you other things to look at while you are in
there
(if you can not get to ddb you may neet to traverse the
Many thanks to everybody that send their feedback on this matter.
I have now uploaded a text based questionnaire that can be found at:
http://www.geocities.com/tzmnlaos/oss/txtquestionnaire.txt
there is also a link to it from the web based one
(http://www.lse-students.ac.uk/tzouris/oss/).
Many thanks to everybody that send their feedback on this matter.
I have now uploaded a text based questionnaire that can be found at:
http://www.geocities.com/tzmnlaos/oss/txtquestionnaire.txt
there is also a link to it from the web based one
(http://www.lse-students.ac.uk/tzouris/oss/).
On Mon, 29 Jul 2002, Tzouris,M wrote:
?? can read questions fine, but won't allow me to answer any of
them
Bob
> Many thanks to everybody that send their feedback on this matter.
>
> I have now uploaded a text based questionnaire that can be found at:
>http://www.geocities.com/tzmn
At 7:18 PM + 7/29/02, [EMAIL PROTECTED] wrote:
>I cvsup'd on Friday of last week, after I restored /usr. Did
>the fix come later than that? I'm kind of afraid to try it
>again :) Thanks, Rob.
The fix in question was to -stable, not -current (I am not sure
if that was mentioned earlier).
Alexander Kabaev wrote:
> What do you mean? VESA mode works like a charm here on a very fresh
> STABLE.
A: "What's that?"
B: "It's my luck rabbit's foot."
A: "What's it for?"
B: "It keeps dragons from swooping out of the sky and eating me."
A: "Really?!?"
B: "Yeah."
Michael Nottebrock wrote:
> I've been wondering lately why my AthlonTB runs at a quite high
> idle-temperature and I came across this page:
>
> http://vcool.occludo.net/VC_Theory.html
>
> Does someone feel like getting something similar into our kernel?
Note that this can not be made to be rel
to upgrade from FreeBSD-current previous to GCC3.1 (circa April, May) to the
current top of tree, a 'make -k world' may be necessary to skip over an
(apparently unnecessary) broken gperf build.
This has been confirmed twice for alpha and once for i386.
To Unsubscribe: send mail to [EMAIL PROT
Title: Subscribe
O'Keeya Singleton
Multimedia Analyst
National Health Foundation
515 S. Figueroa St., Suite 1300
Los Angeles, CA 90071
(213) 538-0700
(213) 639-4272 fax
www.nationalhealthfoundation.org
telnet -X sra currentbox
Trying --
Connected to curentbox
Escape character is '^]'.
FreeBSD/i386 (currentbox) (ttypq)
login: obrien
otp-md5 16 dr8821 ext
Password:
otp-md5 16 dr8821 ext
Password [echo on]:
What I type for the password is not ec
I just updated my source and running make buildworld crashes here:
cd /usr/src/usr.bin/makewhatis; make DIRPRFX=usr.bin/makewhatis/ obj;
make DIRPRFX=usr.bin/makewhatis/ depend; make
DIRPRFX=usr.bin/makewhatis/ all; make DIRPRFX=usr.bin/makewhatis/
DESTDIR=/usr/obj/usr/src/i386 install
/usr/o
--
>>> Rebuilding the temporary build tree
--
>>> stage 1: bootstrap tools
--
>>> stage 2: cleaning up the object tree
On Mon, Jul 29, 2002 at 08:15:06PM -0700, karl agee wrote:
> I just updated my source and running make buildworld crashes here:
>
> cd /usr/src/usr.bin/makewhatis; make DIRPRFX=usr.bin/makewhatis/ obj;
> make DIRPRFX=usr.bin/makewhatis/ depend; make
> DIRPRFX=usr.bin/makewhatis/ all; make DIR
rob <[EMAIL PROTECTED]> writes:
> I mounted my -stable /usr partition on -current /mnt to copy over a
> kernel config file, and when I finally fired up -stable, the /usr
> partition was borked. Fsck couldn't fix it manually. Luckily I had
> backups. It said that the master record didn't match t
I cvsup'd on Friday of last week, after I restored /usr. Did the fix come later than
that? I'm kind of afraid to try it again :) Thanks, Rob.
>- Original Message -
>From: Dag-Erling Smorgrav <[EMAIL PROTECTED]>
>To: rob <[EMAIL PROTECTED]>
>Sent: 29 Jul 2002 18:26:23
>
>rob <[EMAIL
In the last episode (Jul 29), Mikhail Teterin said:
> KOffice's kword is stuck here... Can not be killed even with -9.
> Sits idle, with its window open, but not updating:
>
> UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND
> 1042 88248 1 0 96 0 119296 28105 -
On Mon, 29 Jul 2002, Ruslan Ermilov wrote:
> On Fri, Jul 19, 2002 at 10:55:56PM +1000, Bruce Evans wrote:
> > On Fri, 19 Jul 2002, Ruslan Ermilov wrote:
> > > OTOH, if we go this way we can get rid of ugly ${COPY} completely.
> >
> > I'd like to get rid of it too. But not in RELENG_4. -c has be
Garance A Drosihn wrote:
> At 7:18 PM + 7/29/02, [EMAIL PROTECTED] wrote:
> >I cvsup'd on Friday of last week, after I restored /usr. Did
> >the fix come later than that? I'm kind of afraid to try it
> >again :) Thanks, Rob.
>
> The fix in question was to -stable, not -current (I am not
Mike Barcroft <[EMAIL PROTECTED]> writes:
> Thanks. Do you want to increase the tinderbox to run twice a day?
Sure, done.
DES
--
Dag-Erling Smorgrav - [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
On Fri, Jul 19, 2002 at 10:55:56PM +1000, Bruce Evans wrote:
> On Fri, 19 Jul 2002, Ruslan Ermilov wrote:
>
> > On Fri, Jul 19, 2002 at 03:05:37PM +0300, Ruslan Ermilov wrote:
> > > ...
> > > On Fri, Jul 19, 2002 at 09:21:14PM +1000, Bruce Evans wrote:
> > > > On Thu, 18 Jul 2002, Ruslan Ermilov
41 matches
Mail list logo