Re: EBCDIC -> ASCII

2001-02-02 Thread Mike Nowlin
> At 1:33 PM -0800 1/29/01, Josef Grosch wrote: > >Does anybody know of an EBCDIC to ASCII converter? I thought > >that at one time FreeBSD had one of these. > > Note there are multiple ideas of what it means to be EBCDIC. > Alphanumerics stay the same between them, of course, but a > few of the

Re: Glide2x on FreeBSD? Anyone? Anyone...

2001-02-02 Thread Coleman Kane
I tried working with this some time ago. I managed to eventually get a glide2x.so that compiled, but all my newly compiled glide-based apps would crash suddenly. There are some patches available (I am including what I have found), that are supposed to fix this. Perhaps we should create a code bran

Re: mount_md (was: mdconfig config file (was: cvs commit: src/sys/i386/conf GENERIC))

2001-02-02 Thread Dima Dorfman
[ cvs-(all|commiters) --> -hackers ] > : > :> > :> (this whole thing is predicated on someone writing a mount_md wrapper > :> for MD that mimics the options mount_mfs accepts, for compatibility). > : > :I'll do it. Would it be safe to assume that it's acceptable to write > :a C program

Re: Watch your devfs permissions in driver make_dev calls

2001-02-02 Thread Peter Wemm
Robert Watson wrote: > crw-r--r-- 1 root wheel 78, 0 Dec 31 1969 pci This one may appear harmless, but it is not. It is trivially easy to create an alignment fault (fatal on an alpha) with the userland pciconf tool. We must not allow this to be used by users until the kernel part i

Re: fdescfs oddities

2001-02-02 Thread Chris Costello
On Saturday, February 03, 2001, Christian Weisgerber wrote: > While we are talking about fdesc(fs), how does it relate to devfs? > I.e. will devfs make fdesc useless, or require it, or...? I don't really know yet. The reason I did it was to make it the code used by devfs, but I haven't heard

Re: fdescfs oddities

2001-02-02 Thread Christian Weisgerber
Chris Costello <[EMAIL PROTECTED]> wrote: >I've done some work on fdescfs in -CURRENT a while back [...] While we are talking about fdesc(fs), how does it relate to devfs? I.e. will devfs make fdesc useless, or require it, or...? -- Christian "naddy" Weisgerber [EM

FreeBSD Security Advisory: FreeBSD-SA-01:20.egos

2001-02-02 Thread FreeBSD Security Advisories
= FreeBSD-SA-01:09Security Advisory FreeBSD, Inc. Topic: Local ego exploit Category: (l)users Ann

How to use parallel port tape drive

2001-02-02 Thread James Halstead
I have a tape drive (hp coloradoo700) which uses qic-3010 tapes. I wanted to use it but I do not know how to access the drive over the parallel port. The only tape drives I saw in the NOTES file are scsi. Can somebody please point me to man pages / web pages that will show how to use a drive like

Glide2x on FreeBSD? Anyone? Anyone...

2001-02-02 Thread Rafael Barrero
Has anyone here had any luck compiling Glide2x (from the SourceForge project pages - http://www.sourceforge.net/project/?form_grp=369) under FreeBSD? Glide2x, not Glide3x. Essentially I'm looking to build a native glide2x.so for testing under FreeBSD, but I'm not having much luck with the (late

Re: CVSup7.FreeBSD.org is back in service

2001-02-02 Thread Chris Dillon
On Fri, 2 Feb 2001, John Polstra wrote: > In article <[EMAIL PROTECTED]>, > Julian Elischer <[EMAIL PROTECTED]> wrote: > > > > I have the folowing suggestion for CVSup.. > > the ability to specify several servers. > > Cvsup can have a quick exchange with each to inquire about load and check the

Watch your devfs permissions in driver make_dev calls

2001-02-02 Thread Robert Watson
Driver developers! As you probably know by now, Poul-Henning has enabled DEVFS in the GENERIC kernel on FreeBSD 5.0-CURRENT. This is a strong feature and it's great to see it getting brought back to life. However! Many of consumers of make_dev() have chosen their default permissions somewhat

Re: Suboptimal mmap of devices on i86

2001-02-02 Thread John Baldwin
On 02-Feb-01 Peter Pentchev wrote: > On Fri, Feb 02, 2001 at 11:16:15AM -0800, John Baldwin wrote: >> >> On 02-Feb-01 Peter Pentchev wrote: >> > On Thu, Feb 01, 2001 at 01:19:24PM -0800, John Baldwin wrote: >> >> >> >> On 01-Feb-01 Doug White wrote: >> >> > On Mon, 29 Jan 2001, John Baldwin wro

Re: Suboptimal mmap of devices on i86

2001-02-02 Thread Peter Pentchev
On Fri, Feb 02, 2001 at 11:16:15AM -0800, John Baldwin wrote: > > On 02-Feb-01 Peter Pentchev wrote: > > On Thu, Feb 01, 2001 at 01:19:24PM -0800, John Baldwin wrote: > >> > >> On 01-Feb-01 Doug White wrote: > >> > On Mon, 29 Jan 2001, John Baldwin wrote: > >> > > >> >> Then only rename it in 4

Re: strace

2001-02-02 Thread Drew Eckhardt
In message <[EMAIL PROTECTED]>, m [EMAIL PROTECTED] writes: >Is there strace for FreeBSD? There's truss(1) and ktrace(1). -- http://www.poohsticks.org/drew/">Home Page For those who do, no explanation is necessary. For those who don't, no explanation is possible. To Unsubscribe: send mail t

POSIX mutexes on FreeBSD

2001-02-02 Thread Jeffrey D. Wheelhouse
Hi, While porting a project from Solaris to FreeBSD 4.2, I found out that the existing FreeBSD implementation of POSIX mutexes doesn't support sharing mutexes between processes. In order to get around this, I eventually did my own implementation of mutexes that works within the uthread frame

Re: Suboptimal mmap of devices on i86

2001-02-02 Thread John Baldwin
On 02-Feb-01 Peter Pentchev wrote: > On Thu, Feb 01, 2001 at 01:19:24PM -0800, John Baldwin wrote: >> >> On 01-Feb-01 Doug White wrote: >> > On Mon, 29 Jan 2001, John Baldwin wrote: >> > >> >> Then only rename it in 4.x We can do an API change for 5.0. We'll be >> >> renaming syscall2() back t

Re: panic: ufs_dirbad: bad dir

2001-02-02 Thread Dan Langille
James writes: > You might also wanna try installing the same /kernel and /modules that you > were when it panic'd, while you have the drive mounted on another box. That's a point. I'll try that now. BTW: Someone sent me this: http://freebsd.sinica.edu.tw/pipermail/freebsd-taiwan-questions

Re: capturing an early kernel dump

2001-02-02 Thread Lars Eggert
Peter Wemm wrote: > > Lars Eggert wrote: > > I'm playing with the networking code; by that time, the disks should have > > been probed. > > Hmm.. driver or stack? If it is a driver, then why not just kldload it? Stack. > If you do a boot -v, you should see something like: 'creating disk ad0'

Re: CVSup7.FreeBSD.org is back in service

2001-02-02 Thread Julian Elischer
John Polstra wrote: > > In article <[EMAIL PROTECTED]>, > Julian Elischer <[EMAIL PROTECTED]> wrote: > > > > I have the folowing suggestion for CVSup.. > > the ability to specify several servers. > > Cvsup can have a quick exchange with each to inquire about load and check the > > latency and ba

Re: mdconfig config file (was: cvs commit: src/sys/i386/conf GENERIC)

2001-02-02 Thread mi
On 1 Feb, Dima Dorfman wrote: = [cvs-(all|commiters) -> -hackers] = = > >> If anybody writes a patch to mdconfig to DTRT based on some = > >> less bogus /etc/fstab entries, I'll happily review and commit it. I, personally, liked the mount_mfs interface. Could it get redone to use md? Although t

Re: capturing an early kernel dump

2001-02-02 Thread Alfred Perlstein
* Peter Wemm <[EMAIL PROTECTED]> [010201 23:40] wrote: > Lars Eggert wrote: > > > [Repost from last week, no answer then.] > > > > How do I capture an early kernel dump (before rc executes and sets > > dumpdev)? > > > > The dump partition used to be an option in the kernel config file, but that

Re: NEED HELP: fiber card

2001-02-02 Thread Matthew N. Dodd
On Fri, 2 Feb 2001 [EMAIL PROTECTED] wrote: > I'm afraid a DEFPA is really != a 3COM. DEFPA is a DEC design, which > I think uses DEC-specific chips > > My DEFPAs are at home so I cannot easily check right now. I'm aware of 1 3com card that is a rebadged DEFPA. Others appear to have similar/sam

Re: CVSup7.FreeBSD.org is back in service

2001-02-02 Thread John Polstra
In article <[EMAIL PROTECTED]>, Julian Elischer <[EMAIL PROTECTED]> wrote: > > I have the folowing suggestion for CVSup.. > the ability to specify several servers. > Cvsup can have a quick exchange with each to inquire about load and check the > latency and bandwidth > and the last time updated,

Re: Realtek card support

2001-02-02 Thread Arjan Knepper
Warner Losh wrote: > In message <[EMAIL PROTECTED]> Arjan Knepper writes: > : I'm using a PCMCIA CARDBUS version of the card in -CURRENT > : whitout any problems > > What's the make/model of this card? I knew one existed, but not the > make/model of it. > > Warner Its a Dynalink L100CLV 10/100M

Re: Moving to KLM's

2001-02-02 Thread Daryl Chance
Thanks. If i make this "MIN" config file, would anyone want a copy? Or should I send it to the list and have it looked over and see about submitting it for commit? thanks, - Daryl Chance | And which parallel universe did ValueData, LLC | YOU crawl out of? Memphis, TN| - h

Re: Moving to KLM's

2001-02-02 Thread Matthew Emmerton
> this isn't what i was askingFWIW, my current kernel is 1.4M :P. > > What i'm wanting to know is what is the minimal kernel (meaning what > HAS to be there for it to boot) that can be compiled. I want to try using > the KLM feature for pretty much everything (if_dc, if_ed, ipfw, nfs, etc > e

Re: Moving to KLM's

2001-02-02 Thread Daryl Chance
this isn't what i was askingFWIW, my current kernel is 1.4M :P. What i'm wanting to know is what is the minimal kernel (meaning what HAS to be there for it to boot) that can be compiled. I want to try using the KLM feature for pretty much everything (if_dc, if_ed, ipfw, nfs, etc etc), mostly

Re: Realtek card support

2001-02-02 Thread Warner Losh
In message <[EMAIL PROTECTED]> Arjan Knepper writes: : I'm using a PCMCIA CARDBUS version of the card in -CURRENT : whitout any problems What's the make/model of this card? I knew one existed, but not the make/model of it. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscrib

Re: strace

2001-02-02 Thread Peter Pentchev
On Fri, Feb 02, 2001 at 05:44:06PM +, milunovic wrote: > Is there strace for FreeBSD? Do a man -k trace, you'll see manual pages about everything related to 'trace'. In particular, man 1 ktrace man 1 truss G'luck, Peter -- If this sentence were in Chinese, it would say something else.

strace

2001-02-02 Thread milunovic
Is there strace for FreeBSD? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Have root on vinum, one small problem..

2001-02-02 Thread Ian Dowse
In message <4FC7AFEB1135D4119926F87A88260D9530@TRSBS>, Chris Williams write s: > >Things seems to be working quite well, but there is one strange behavior which > worries me; whenever I shut down, right after syncing I get a panic: > >panic: Vrele: negative ref cnt I noticed this a while ago

Have root on vinum, one small problem..

2001-02-02 Thread Chris Williams
I've set up a server to load an MFS root off of a small slice at the beginning of my disks, and then start vinum and mount my real (vinumed) root slice over top of the MFS root. This allows me to boot off mirrored drives and not have my root go away if the drive I booted from dies. The only re

Re: Realtek card support

2001-02-02 Thread Rik van Riel
On Thu, 1 Feb 2001, Warner Losh wrote: > We've had horrible luck with the realtek 8139 with a few of our > 10MBps hubs. I've seen the same problem here. My 8139 card is currently going to the switch at 100Mbit/s, which runs stable with Linux 2.4.0, even on my BP6 ;) However, because of a lack o

Re: mdconfig config file (was: cvs commit: src/sys/i386/conf GENERIC)

2001-02-02 Thread Poul-Henning Kamp
>P.S. Is there any reason the -b (baseaddr) option for preload disks >is currently unimplemented? The patch implements it (it was one line, >so I thought 'what the heck'); the ioctl works, but I was unable to >test it. Yes, the feature is simply too disgusting right now, and it is a way too co

Re: EBCDIC -> ASCII

2001-02-02 Thread Peter Pentchev
On Fri, Feb 02, 2001 at 12:34:47AM -0500, Louis A. Mamakos wrote: > > > Warner Losh writes: > > > > > Even the name (dd) comes from IBM's control language (JSYS?). > > > > Huh! I never realized that. > > //GO.SYSIN DD * > > ... > > // > > Where are my punch cards? :-) > > man 6 bcd Come

Re: Suboptimal mmap of devices on i86

2001-02-02 Thread Peter Pentchev
On Thu, Feb 01, 2001 at 01:19:24PM -0800, John Baldwin wrote: > > On 01-Feb-01 Doug White wrote: > > On Mon, 29 Jan 2001, John Baldwin wrote: > > > >> Then only rename it in 4.x We can do an API change for 5.0. We'll be > >> renaming syscall2() back to syscall() in 5.0 for example. We don't >

Re: Realtek card support

2001-02-02 Thread Arjan Knepper
I'm using a PCMCIA CARDBUS version of the card in -CURRENT whitout any problems sofar. I don't have experience with the PCI or ISA versions of Realtec. I prefer the Intel E100B and the 3COM 3C905B PCI boards. "Koster, K.J." wrote: > Dear All, > > > > > I usually don't recommend the 8139/29 for a

RE: Realtek card support

2001-02-02 Thread Koster, K.J.
Dear All, > > I usually don't recommend the 8139/29 for anything that is > expected to work consistently. The cards work alright, but > I prefer to stick to Digital or Intel based NICs for > important tasks. > While it's obviously well established that these cards should be used as doorstops (

Re: capturing an early kernel dump

2001-02-02 Thread Peter Wemm
Lars Eggert wrote: > > Lars Eggert wrote: > >> How do I capture an early kernel dump (before rc executes and sets > >> dumpdev)? > > > > How early? We could dump if you were prepared to hardwire in the minor and > > major device numbers to get to the devsw[] vectors and manually set the > > offs