Re: C++ exceptions doesn't work in shared libraries

2000-01-14 Thread Alexander N. Kabaev
As promised, I tried to look into the problem little futher. The following patch fixes all crashes for me and I was unable to reproduce the bug anymore. I would really like to hear if it works for you too. I am especially interested to know if it works on Alpha, because I cannot test it myself. P

Problems with ATA Driver

2000-01-14 Thread Sleepless in Brisbane
Hi all, Tried out the new ATAPI driver last night with a CVS from a couple of days ago. All detected ok on boot but then I got a message roughly like: timeout waiting for command and then I get: ata0: resetting devices .. The system completely hung solid then. Firstly a question. Is t

NFS and Samba (file transfer crashes system)

2000-01-14 Thread arnee
Hello, Not sure if this is the right place to report this. My system (server) crashes when i transfer files FROM a client (unix and win9x). The error seems to be random because i can sometimes transfer a whole directory that is more than 50mgs or so and sometimes i can't even transfer anything le

New softupdates panic

2000-01-14 Thread Mike Smith
Uniprocessor kernel, checking out /sys from an NFS-mounted repository, kernel built from sources current as of this afternoon. (apologies for any typos, no serial console) panic: initate_write_inodeblock: already started ... panic() initiate_write_inodeblock() softdep_disk_io_initiation() spec_

make world breaks in /usr/src/usr.bin/xlint

2000-01-14 Thread Pierre Y. Dampure
Sorry if my previous message wasn't clear: the change of behaviour in cpp breaks lint, hence the build. FWIW, Mr. K posted a message on the 13th which already outlined the problem with lint -- no answers so far. -Original Message- From: Pierre Y. Dampure <[EMAIL PROTECTED]> To: [EMAIL PR

Re: buildworld fails on Alpha

2000-01-14 Thread Wes Peters
Bill Paul testified after hours of torture: > > Of all the gin joints in all the towns in all the world, Wilko Bulte had > to walk into mine and say: > > > On a very freshly supped -current on Alpha: > > > > ===> sys/modules/an > > cd: can't cd to /usr/src/sys/modules/an > > *** Error code 2 > >

Changed cpp behaviour breaks lint

2000-01-14 Thread Pierre Y. Dampure
The build is currently broken is /usr/src/usr.bin/xlint/llib, becasue lint invokes ccp with the -undef option, which does not seem to be supported anymore... any clues? PYD@home To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: NEC ohci

2000-01-14 Thread Mike Smith
You need usbd running; see /etc/rc.conf > My friend has Toshiba's notebook which has NEC ohci USB controller. > He installed FreeBSD-current but it cannot recognize USB device > attach/detach signal. > > If USB mouse was plugged in at boot time, ohci found ums0 device and > we can use it. But

Re: buildworld fails on Alpha

2000-01-14 Thread Bill Paul
Of all the gin joints in all the towns in all the world, Wilko Bulte had to walk into mine and say: > On a very freshly supped -current on Alpha: > > ===> sys/modules > ===> sys/modules/aha > rm -f aha.h setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o aha.ko aha.o > aha_isa.o @ machine symb.t

Re: Making sure /var/tmp/vi.recover exists during reboot

2000-01-14 Thread Brian Hechinger
Steve Kargl drunkenly mumbled... > > *sigh* > > man gcc > > Either use -pipe or set the environmental variable TMPDIR. ok, maybe i didn't say that right. this i know, i was trying to use gcc and vi.recovery as examples. but then my question is... why didn't you speak up earlier and save us

Re: libGGI

2000-01-14 Thread Ade Lovett
On Sat, Jan 15, 2000 at 12:22:55AM +0100, Andres wrote: > > I apologize if this is not the right list to post to, but i didn't know > where else to do it so here goes: [EMAIL PROTECTED] would be your best bet. Followups redirected. > is anyone interested/currently working on a libGGI port ? or

Re: libGGI

2000-01-14 Thread Chris D. Faulhaber
On Sat, 15 Jan 2000, Andres wrote: > hi, > > I apologize if this is not the right list to post to, but i didn't know > where else to do it so here goes: > is anyone interested/currently working on a libGGI port ? or currently > using libGGI on FreeBSD ? > Actually the correct list would be [EM

Re: Make world breakage...

2000-01-14 Thread Wilko Bulte
On Thu, Jan 13, 2000 at 02:00:14PM -0800, Jason Evans wrote: > On Thu, Jan 13, 2000 at 08:35:16PM +0100, Wilko Bulte wrote: > > I resurrected things by grabbing an 'old' .4 library from another Alpha. > > Now things work again. > > In case you missed it, I checked in a probable fix for the bug th

buildworld fails on Alpha

2000-01-14 Thread Wilko Bulte
On a very freshly supped -current on Alpha: ===> sys/modules ===> sys/modules/aha rm -f aha.h setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o aha.ko aha.o aha_isa.o @ machine symb.tmp tmp.o opt_cam.h opt_scsi.h bus_if.h device_if.h isa_if.h rm -f .depend /usr/src/sys/modules/aha/GPATH /usr/src/

libGGI

2000-01-14 Thread Andres
hi, I apologize if this is not the right list to post to, but i didn't know where else to do it so here goes: is anyone interested/currently working on a libGGI port ? or currently using libGGI on FreeBSD ? -- Andres. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu

Re: Making sure /var/tmp/vi.recover exists during reboot

2000-01-14 Thread Brad Knowles
At 11:00 AM -0800 2000/1/14, Steve Kargl wrote: > Either use -pipe or set the environmental variable TMPDIR. Thank you. I was wondering when someone was going to mention this. Double sigh. -- These are my opinions -- not to be taken as official Skynet policy ___

Re: ATAPI CDROM trouble

2000-01-14 Thread Vladimir B. Grebeschikov
On Fri, 14 Jan 2000, Kris Kennaway wrote: > > while I am do 'mount_cd9660 /dev/acd0c /m/cd' > > system compleatly holds, no core, no panic - hold (may be deadloop in > > kernel mode ?) > > Does it freeze completely, or just for a long time? I see something very > similar, but mine unwedges after

Re: UDF

2000-01-14 Thread Harold Gutch
On Fri, Jan 14, 2000 at 09:29:58AM +0100, Soren Schmidt wrote: > It seems Brian Beattie wrote: > > I have been looking at UDF ( the filesystem used on CD-RW and DVD's ). I > > was wondering if anybody was working on it. I'm thinking about trying to > > implement it for CD-RW's and would like to

Possible IPv6-related problem

2000-01-14 Thread Jos Backus
Fyi: this afternoon, after a make world, kernel build and a reboot I was seeing the following in my mail log: 2000-01-14 17:09:09.846441500 new msg 15377 2000-01-14 17:09:09.846838500 info msg 15377: bytes 277 from <[EMAIL PROTECTED] in-i t.com> qp 545 uid 666 2000-01-14 17:09:09.858416500 start

Re: Making sure /var/tmp/vi.recover exists during reboot

2000-01-14 Thread Ben Smithurst
Adrian Penisoara wrote: > (cc uses /var/tmp for > temporary files) so do "TMPDIR=/tmp; export TMPDIR", problem solved. (Or just use -pipe when compiling.) -- Ben Smithurst| PGP: 0x99392F7D [EMAIL PROTECTED] | key available from keyservers and | [EMAIL P

Re: Making sure /var/tmp/vi.recover exists during reboot

2000-01-14 Thread Steve Kargl
Brian Hechinger wrote: > > /var/tmp on MFS makes cc go faster, but breaks vi.recovery > so if we look at the problem we should not be trying to change the vi recovery > system, but rather cc. if making a change for ANY reason breaks something > else you shouldn't fix the thing you broke, but the

rlogin exited on signal 6

2000-01-14 Thread John W. DeBoskey
Hi, I just installed 4.0-2112-SNAP. Everything appears to be working fine so far (no softupdates), with the exception of one bug which I started to look at and posted about 2 months ago or so... Basically, rlogin randomly exits on signal 6. From messages: Jan 14 13:28:07 magenta /kern

Re: Making sure /var/tmp/vi.recover exists during reboot

2000-01-14 Thread Brian Hechinger
Michael Lucas drunkenly mumbled... > A *lot* of us have local administration procedures that are > inappropriate elsewhere, but are proper in a local context (or are > wrong, but they want or need to do anyway). i'm sorry for not letting this die, however while it is true that a lot of peopl

Re: Making sure /var/tmp/vi.recover exists during reboot

2000-01-14 Thread Chad R. Larson
As I recall, Adrian Penisoara wrote: > I'm not discussing the definition of /var/tmp! I just recognise that > lots of people (including me) step over this rule (as they don't need > those bits to survive reboots, for example) and they MFS mount > /var/tmp (at least) for the sake of optimizing com

Re: RFC: buildworld breakage due to cross-tools/libc/mktemp.

2000-01-14 Thread Bruce Evans
On Wed, 12 Jan 2000, John Polstra wrote: > Jason Evans <[EMAIL PROTECTED]> wrote: > > > 2) Make a separate copy of mktemp.c to remove the internal dependency. > > I think this is the best approach -- likewise for getobjformat.c, I agree. egcs provided "mkstemp.c" to handle the problem, but t

NEC ohci

2000-01-14 Thread Jun Kuriyama
My friend has Toshiba's notebook which has NEC ohci USB controller. He installed FreeBSD-current but it cannot recognize USB device attach/detach signal. If USB mouse was plugged in at boot time, ohci found ums0 device and we can use it. But after booting without plugged mouse, we have no messa

Re: Make world breakage...

2000-01-14 Thread Jeroen C. van Gelderen
Mark Murray wrote: > > > BTW, we can soon stop worrying about the crypto stuff, right? :) > > It sure seems so! :-) > > RSA will be the only problem for USA, Only until 20 September 2000 IIRC. > and IDEA will be aproblem in Europe. And the rest of the world. It's patented in Japan and USA

Re: Making sure /var/tmp/vi.recover exists during reboot

2000-01-14 Thread Adrian Penisoara
Hi, On Fri, 14 Jan 2000, Sheldon Hearn wrote: > > > On Fri, 14 Jan 2000 11:07:23 +0100, Trond Endrestol wrote: > > > If I want something preserved between reboots, I'll use /var/otmp > > which is the original /var/tmp or my own ~/tmp directory. > > Do whatever grooves your plumes, just don't

Re: Making sure /var/tmp/vi.recover exists during reboot

2000-01-14 Thread Adrian Penisoara
Hi, On Fri, 14 Jan 2000, Sheldon Hearn wrote: > > > Let's try not to cross-post this any more, eh? I believe the suggested change interests both branches; -chat removed. > > On Fri, 14 Jan 2000 11:55:55 +0200, Adrian Penisoara wrote: > > > Then let's get the other way around (change in /

Re: ATAPI CDROM trouble

2000-01-14 Thread Kris Kennaway
On Fri, 14 Jan 2000, Vladimir B. Grebeschikov wrote: > while I am do 'mount_cd9660 /dev/acd0c /m/cd' > system compleatly holds, no core, no panic - hold (may be deadloop in > kernel mode ?) Does it freeze completely, or just for a long time? I see something very similar, but mine unwedges after

Re: Making sure /var/tmp/vi.recover exists during reboot

2000-01-14 Thread Michael Lucas
A *lot* of us have local administration procedures that are inappropriate elsewhere, but are proper in a local context (or are wrong, but they want or need to do anyway). My laptop, for example, has a lot of o+rw permissions in /dev, /mnt owned by mwlucas... you get the idea. I don't want to bec

Re: Making sure /var/tmp/vi.recover exists during reboot

2000-01-14 Thread Sheldon Hearn
On Fri, 14 Jan 2000 10:12:54 EST, Vivek Khera wrote: > If you don't like the warning, just delete the recovery procedure > rather than creating the directory. It does no good for you to try to > recover something that will never be there. Exactly. The only thing that comes out of this patch

Re: Making sure /var/tmp/vi.recover exists during reboot

2000-01-14 Thread Vivek Khera
> "TE" == Trond Endrestol <[EMAIL PROTECTED]> writes: TE> I chose to use MFS for /tmp and symlinking /var/tmp and /usr/tmp to TE> /tmp for sake of speed. TE> No disk activity is involved when the temporary files on the MFS are TE> in use. (This slightly false if the MFS is paged out or swapp

Re: Problems attempting to upgrade from 3.4-stable to -current

2000-01-14 Thread james
At 23:38 13/1/2000 -0800, Lamont Lucas wrote: >Hi, I've been trying unsuccessfully for two days to upgrade to -current on >one of my machines at home, and was hoping there might be some suggestions >from the group I could try. > >This is the consistant error off of today's -current tree: > >cc -O

Re: ATAPI CDROM trouble

2000-01-14 Thread Anders Andersson
I have another problem with CDROM and ata. ata doesnt find my CDROM at all. sos, do you want a verbose dmesg of a kernel with wd that finds the CDROM? Anders -- Anders Andersson[EMAIL PROTECTED] Sanyusan International AB http://www.sanyusan.se/ To Unsubscribe: send mai

Re: ATAPI CDROM trouble

2000-01-14 Thread Vladimir B. Grebeschikov
On Fri, 14 Jan 2000, Soren Schmidt wrote: > > while I am do 'mount_cd9660 /dev/acd0c /m/cd' > > system compleatly holds, no core, no panic - hold (may be deadloop in > > kernel mode ?) > > > optionsATA_ENABLE_ATAPI_DMA#Enable DMA on ATAPI devices > > Dont define this until you know

Re: ATAPI CDROM trouble

2000-01-14 Thread Soren Schmidt
It seems Daniel J. O'Connor wrote: > > On 14-Jan-00 Soren Schmidt wrote: > > Dont define this until you know the drive is functioning otherwise, > > LOTS and I mean LOTS of atapi devices dont do DMA even if advertised. > > Would it be possible to implement this as something like a 'quirk list'

Re: ATAPI CDROM trouble

2000-01-14 Thread Daniel J. O'Connor
On 14-Jan-00 Soren Schmidt wrote: > Dont define this until you know the drive is functioning otherwise, > LOTS and I mean LOTS of atapi devices dont do DMA even if advertised. Would it be possible to implement this as something like a 'quirk list'? ie list known good (or bad) drives and enabl

Re: ATAPI CDROM trouble

2000-01-14 Thread Soren Schmidt
It seems Vladimir B. Grebeschikov wrote: > > With new ATA driver I have big trouble > - I can't use my CDROM > > while I am do 'mount_cd9660 /dev/acd0c /m/cd' > system compleatly holds, no core, no panic - hold (may be deadloop in > kernel mode ?) > optionsATA_ENABLE_ATAPI_DMA#Enab

ATAPI CDROM trouble

2000-01-14 Thread Vladimir B. Grebeschikov
With new ATA driver I have big trouble - I can't use my CDROM while I am do 'mount_cd9660 /dev/acd0c /m/cd' system compleatly holds, no core, no panic - hold (may be deadloop in kernel mode ?) # dmesg ad0: ATA-4 disk at ata0 as master ad0: 8223MB (16841664 sectors), 16708 cyls, 16 heads,

Re: Making sure /var/tmp/vi.recover exists during reboot

2000-01-14 Thread Sheldon Hearn
On Fri, 14 Jan 2000 11:07:23 +0100, Trond Endrestol wrote: > If I want something preserved between reboots, I'll use /var/otmp > which is the original /var/tmp or my own ~/tmp directory. Do whatever grooves your plumes, just don't expect the startup scripts to be hacked around to support your

Re: Making sure /var/tmp/vi.recover exists during reboot

2000-01-14 Thread Trond Endrestol
On Tue, 11 Jan 2000, Sheldon Hearn wrote: > Not until someone can explain how making /var/tmp a symlink to /tmp is > sensible, given that /var/tmp is documented as containing "temporary > files that are kept between system reboots" (see hier(7)). > > So basically, no. :-) I chose to use MFS for

Re: [solicite review and confirmation of tcp for IPv6 patches]

2000-01-14 Thread Jun-ichiro itojun Hagino
--- >http://paradise.kame.net/v6proxy/diana2/shin/work/freebsd/tcp-apps.2114 >http://www.FreeBSD.org/~shin/tcp-apps.20000114 > >They includes, > -inetd > -libutil > -rlogin > -rlogind > -rshd > -telnetd > >As far as I checked, those apps seems to

Re: Making sure /var/tmp/vi.recover exists during reboot

2000-01-14 Thread Sheldon Hearn
Let's try not to cross-post this any more, eh? On Fri, 14 Jan 2000 11:55:55 +0200, Adrian Penisoara wrote: > Then let's get the other way around (change in /etc/rc): No, you're missing the point. /var/tmp is expected to survive reboots. That's its definition according to the hier(7) manual

Re: Making sure /var/tmp/vi.recover exists during reboot

2000-01-14 Thread Adrian Penisoara
Hi, On Tue, 11 Jan 2000, Sheldon Hearn wrote: > Not until someone can explain how making /var/tmp a symlink to /tmp is > sensible, given that /var/tmp is documented as containing "temporary > files that are kept between system reboots" (see hier(7)). > > So basically, no. :-) Then let's get t

Re: Problems attempting to upgrade from 3.4-stable to -current

2000-01-14 Thread David Malone
On Thu, Jan 13, 2000 at 11:38:29PM -0800, Lamont Lucas wrote: > This is the consistant error off of today's -current tree: > > cc -O -pipe -elf -Wall -fkeep-inline-functions > -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/csu/i386-elf/crt1.c -o > crt1.o > cc: Internal compiler error: progr

Re: lint not working on -current?

2000-01-14 Thread Sheldon Hearn
On Thu, 13 Jan 2000 13:52:50 EST, "Mr. K." wrote: > First of all, forgive me for being stupid, if that's what it turns out it > was, but I can't seem to get lint to work on -current (though it works > fine on -stable). > > > lint -V pvselect.c You'd want lint -i, since we don't install any .l

Re: UDF

2000-01-14 Thread Soren Schmidt
It seems Brian Beattie wrote: > I have been looking at UDF ( the filesystem used on CD-RW and DVD's ). I > was wondering if anybody was working on it. I'm thinking about trying to > implement it for CD-RW's and would like to avoid duplication of effort and > the anoyance of getting half way thro

Re: latest ppbus changes

2000-01-14 Thread Peter Wemm
Kenneth Wayne Culver wrote: > The latest ppbus changes seem to have made some things break. My dmesg no > longer shows lpt0 or vpo0 as being detected ( even though they are defined > in the kernel conf file, and are being compiled into the kernel) which > means I can't print anything or use my par