Re: Replacement for grep(1) (part 2)

1999-07-07 Thread Dag-Erling Smorgrav
Jamie Howard <[EMAIL PROTECTED]> writes: > On 7 Jul 1999, Dag-Erling Smorgrav wrote: > > I see you switched to using extended regexps by default, and made -E a > > no-op; this breaks the ports collection, so I changed it back. > > The FreeBSD, NetBSD, and OpenBSD

Re: Repalcement for grep(1)

1999-07-07 Thread Dag-Erling Smorgrav
orresponds to what GNU grep does) As for full-line matches (-x), simply check that (pmatch[0].rm_so == 0 && pmatch[0].rm_eo == len) This should save you from playing games with back-references. (both code snippets assume that line points to a line of text from the input and that l

Re: Replacement for grep(1) (part 2)

1999-07-07 Thread Dag-Erling Smorgrav
lots of ports, since the ports framework uses grep a lot. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Replacement for grep(1) (part 2)

1999-07-07 Thread Dag-Erling Smorgrav
s), I will place this file in two locations: > > ftp://dragon.ham.muohio.edu/pub/howardjp/grep-0.3.tar.gz > ftp://ftp.wam.umd.edu/pub/howardjp/grep-0.3.tar.gz Mirror site: ftp://ftp.ofug.org/pub/grep/ DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mai

Re: Replacement for grep(1) (part 2)

1999-07-07 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes: > Jamie Howard <[EMAIL PROTECTED]> writes: > > I incorporated a huge patch from Dag-Erling Smorgrav [...] > Here's more :) Following up on myself, I introduced a bug in the previous round of patches; here's a corr

Re: Replacement for grep(1) (part 2)

1999-07-07 Thread Dag-Erling Smorgrav
[accidentally b0rked the cc: line; apologies to those who get this twice] Jason Thorpe <[EMAIL PROTECTED]> writes: > On 07 Jul 1999 20:57:16 +0200 > Dag-Erling Smorgrav <[EMAIL PROTECTED]> wrote: > > Don't use err() indiscriminately after a malloc() failure; ma

Re: Replacement for grep(1) (part 2)

1999-07-07 Thread Dag-Erling Smorgrav
Jamie Howard <[EMAIL PROTECTED]> writes: > I incorporated a huge patch from Dag-Erling Smorgrav [...] Here's more :) BTW, I assume you've read this: http://www.opengroup.org/onlinepubs/007908799/xcu/grep.html> I see you switched to using extended regexps by defaul

Re: Replacement for grep(1) (part 2)

1999-07-07 Thread Dag-Erling Smorgrav
. A good test is to build lots of ports, since the ports framework uses grep a lot. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Replacement for grep(1) (part 2)

1999-07-07 Thread Dag-Erling Smorgrav
own as I type > this), I will place this file in two locations: > > ftp://dragon.ham.muohio.edu/pub/howardjp/grep-0.3.tar.gz > ftp://ftp.wam.umd.edu/pub/howardjp/grep-0.3.tar.gz Mirror site: ftp://ftp.ofug.org/pub/grep/ DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Uns

Re: Pictures from USENIX

1999-07-06 Thread Dag-Erling Smorgrav
th of Ski, but I work in Ski). If you can find the right coordinates for Oslo, put me there instead :) I think tegge also lives in Oslo now, but I'm not sure. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Pictures from USENIX

1999-07-06 Thread Dag-Erling Smorgrav
o, 15 miles to the north of Ski, but I work in Ski). If you can find the right coordinates for Oslo, put me there instead :) I think tegge also lives in Oslo now, but I'm not sure. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Repalcement for grep(1)

1999-07-04 Thread Dag-Erling Smorgrav
It complains about files with my name at the top (e.g. /usr/include/fetch.h in FreeBSD 3.x and 4.x) in non-ISO8859 locales. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Repalcement for grep(1)

1999-07-04 Thread Dag-Erling Smorgrav
ut a : at the start of your getopt() string and examine every argument getopt() complains about. Hope this helps... keep up the good work! DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: how to start to be a hacker?

1999-07-04 Thread Dag-Erling Smorgrav
> Not to let this become a passage of right or anything. ITYM "rite of passage". HTH, HAND! DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Repalcement for grep(1)

1999-07-04 Thread Dag-Erling Smorgrav
code is a tad too strict. It complains about files with my name at the top (e.g. /usr/include/fetch.h in FreeBSD 3.x and 4.x) in non-ISO8859 locales. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Repalcement for grep(1)

1999-07-04 Thread Dag-Erling Smorgrav
k. You'll have to put a : at the start of your getopt() string and examine every argument getopt() complains about. Hope this helps... keep up the good work! DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: how to start to be a hacker?

1999-07-04 Thread Dag-Erling Smorgrav
> Not to let this become a passage of right or anything. ITYM "rite of passage". HTH, HAND! DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: bpfilter -> bpf patches [LONG]

1999-07-03 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes: > That said, thanks for asking - while looking into this matter I found > another problem :) new patches will be available soon. Nothing serious; a corrected patch is available on my freefall web page (http://www.freebsd.org/~des/sof

Re: bpfilter -> bpf patches [LONG]

1999-07-03 Thread Dag-Erling Smorgrav
anks for asking - while looking into this matter I found another problem :) new patches will be available soon. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: bpfilter -> bpf patches [LONG]

1999-07-03 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav writes: > That said, thanks for asking - while looking into this matter I found > another problem :) new patches will be available soon. Nothing serious; a corrected patch is available on my freefall web page (http://www.freebsd.org/~des/software/) DES -- Dag-

Re: bpfilter -> bpf patches [LONG]

1999-07-03 Thread Dag-Erling Smorgrav
ing into this matter I found another problem :) new patches will be available soon. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: netstat(1) / sockstat(1) field width adjustments

1999-07-03 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes: > Attached are patches [...] ...and here are the patches. Noticed by: Peter Wemm <[EMAIL PROTECTED]> DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] Index: src/usr.bin

Re: netstat(1) / sockstat(1) field width adjustments

1999-07-03 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav writes: > Attached are patches [...] ...and here are the patches. Noticed by: Peter Wemm DES -- Dag-Erling Smorgrav - d...@yes.no Index: src/usr.bin/netstat/inet.c === RCS file: /home/ncvs/src/usr.

netstat(1) / sockstat(1) field width adjustments

1999-07-03 Thread Dag-Erling Smorgrav
RRENT in a few days if no-one objects. The patches are by Ruslan Ermilov, with a few adjustment by yours truly. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

bpfilter -> bpf patches [LONG]

1999-07-03 Thread Dag-Erling Smorgrav
though. Also, although I caught and corrected a few spacing nits caused by chopping off five letters, there may be some I didn't catch. If no-one objects, I'll commit this to -CURRENT in a few days. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] Index: src/

netstat(1) / sockstat(1) field width adjustments

1999-07-03 Thread Dag-Erling Smorgrav
RRENT in a few days if no-one objects. The patches are by Ruslan Ermilov, with a few adjustment by yours truly. DES -- Dag-Erling Smorgrav - d...@yes.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

bpfilter -> bpf patches [LONG]

1999-07-03 Thread Dag-Erling Smorgrav
though. Also, although I caught and corrected a few spacing nits caused by chopping off five letters, there may be some I didn't catch. If no-one objects, I'll commit this to -CURRENT in a few days. DES -- Dag-Erling Smorgrav - d...@yes.no Index: src/

IETF 45

1999-07-02 Thread Dag-Erling Smorgrav
x27;t hesitate to contact the Oslo FreeBSD User Group (http://www.ofug.org/). DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

IETF 45

1999-07-02 Thread Dag-Erling Smorgrav
x27;t hesitate to contact the Oslo FreeBSD User Group (http://www.ofug.org/). DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: DVD-ram

1999-07-01 Thread Dag-Erling Smorgrav
crypt0genic <[EMAIL PROTECTED]> writes: > * Dag-Erling Smorgrav ([EMAIL PROTECTED]) [990701 11:47]: > > LaCie don't make drives, they just package them in ugly boxes with > > noisy fans. > Im not sure what model you are refering too, but the drive I have is > in a

Re: DVD-ram

1999-07-01 Thread Dag-Erling Smorgrav
crypt0genic writes: > * Dag-Erling Smorgrav (d...@flood.ping.uio.no) [990701 11:47]: > > LaCie don't make drives, they just package them in ugly boxes with > > noisy fans. > Im not sure what model you are refering too, but the drive I have is > in a stylish external

Re: DVD-ram

1999-07-01 Thread Dag-Erling Smorgrav
I share an office) had an external LaCie disk hooked up to his Mac until I threatened to pour Coca Cola into the PSU (this was after I'd hinted several times that the handles on his G3 would serve very well for chucking it out the window) DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Uns

Re: DVD-ram

1999-07-01 Thread Dag-Erling Smorgrav
ad an external LaCie disk hooked up to his Mac until I threatened to pour Coca Cola into the PSU (this was after I'd hinted several times that the handles on his G3 would serve very well for chucking it out the window) DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe:

Re: tcpdump(1) additions.

1999-06-30 Thread Dag-Erling Smorgrav
included in a future official release of tcpdump? Can we afford to wait until then, and simply merge in the next release when it comes? DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: tcpdump(1) additions.

1999-06-30 Thread Dag-Erling Smorgrav
ial release of tcpdump? Can we afford to wait until then, and simply merge in the next release when it comes? DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf]

1999-06-22 Thread Dag-Erling Smorgrav
Alex Charalabidis writes: > On 21 Jun 1999, Dag-Erling Smorgrav wrote: > > The PR is wrong. Sheldon is right. It *does* work the way it ships. If > > he experienced problems, I bet the real bug was that he edited > > inetd.conf, HUPed inetd, and hit the "HUP clobbers

Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf]

1999-06-21 Thread Dag-Erling Smorgrav
the 'internal' keyword, so you could change /etc/services to read: fooglorb113/tcp and inetd.conf to read: fooglorbstream tcp nowait rootinternal ident and inetd would know what service to provide on port 113, even if /etc/services doesn't call it 'iden

Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf]

1999-06-21 Thread Dag-Erling Smorgrav
canonical name is. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf]

1999-06-21 Thread Dag-Erling Smorgrav
tream tcp waitkmem:kmem /usr/local/sbin/identd identd -w -t120 des@des ~% grep ident /usr/src/usr.sbin/inetd/inetd.c voidident_stream __P((int, struct servtab *)); { "ident", SOCK_STREAM,1, -1, ident_stream }, ident_stream(s, sep)/*

Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf]

1999-06-21 Thread Dag-Erling Smorgrav
mem:kmem /usr/local/sbin/identd identd -w -t120 d...@des ~% grep ident /usr/src/usr.sbin/inetd/inetd.c voidident_stream __P((int, struct servtab *)); { "ident", SOCK_STREAM,1, -1, ident_stream }, ident_stream(s, sep)/* Ident serv

Re: Beware of UnixWare 7...And Lysdexia?

1999-06-21 Thread Dag-Erling Smorgrav
ot that one right :) > and her `Essential System Administration' > from Tim O'Reilly but the red sysadm guide is my favourite. Actually, I didn't like it very much. It's been a long time though; I was 17 when I read it. DES -- Dag-Erling Smorgrav - d...@flood.ping.u

Re: Beware of UnixWare 7

1999-06-21 Thread Dag-Erling Smorgrav
Thomas Good writes: > Many conf tasks remain non-trivial as compared to BSD or Linux due > to inexpertise on SCO's end...as the red Sytem Admin Handbook once > stated (Neveth, Snyder et al.) SCO Unix* is `perverse'. Nemeth, Snyder, Seebass, Hein. DES -- Dag-

Re: Firewalls (was Re: Introduction)

1999-06-19 Thread Dag-Erling Smorgrav
"Brian F. Feldman" writes: > On 19 Jun 1999, Dag-Erling Smorgrav wrote: > > Rewriting ipfw rules to ipfilter rules on the fly should be trivial; a > > simple Perl script should be sufficient. > Not quite as trivial as you think. ipfw and ipf are completely backward

Re: Introduction

1999-06-19 Thread Dag-Erling Smorgrav
o want kan keep using the old syntax still can, then I for one have no objections. Rewriting ipfw rules to ipfilter rules on the fly should be trivial; a simple Perl script should be sufficient. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.o

Re: Introduction

1999-06-19 Thread Dag-Erling Smorgrav
t breaking binary compatibility. We've had too much of that for no good reason (at least once between 2.2.7 and 2.2.8, and once between 3.1 and 3.2). DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: how do I install driver examples?

1999-06-16 Thread Dag-Erling Smorgrav
David Scheidt writes: > # cd /; (cd /cdrom; tar cvf - usr/share/examples/drivers ) | tar xvf - > should work. # cd /cdrom && tar cvf - usr/share/examples/drivers | tar xvf - -C / DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@fr

Re: [Call for review] init(8): new feature

1999-06-16 Thread Dag-Erling Smorgrav
echo "apachectl not found" exit 1 fi case $1 in start|stop|restart) /usr/local/sbin/apachectl $1 ;; *) echo "Usage: $(basename $0) start|stop|restart" exit 1 ;; esac DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.

Re: umapfs...

1999-06-15 Thread Dag-Erling Smorgrav
f vnodes if I'm not mistaken. That's the whole point with it. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: umapfs...

1999-06-15 Thread Dag-Erling Smorgrav
s of work to correct. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: problem for the VM gurus

1999-06-14 Thread Dag-Erling Smorgrav
me; I seem to recall that he had managed to get the kernel to boot and was working on panics (from violated invariants) which occurred during fsck. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: vn swapfiles deleted while in use

1999-06-14 Thread Dag-Erling Smorgrav
can't be unconfigured if it's still referenced? Is there any possibility of implementing a compulsory (as opposed to advisory) file locking system, so vn swapfiles can't be truncated or written to by any other process while it's in use? DES -- Dag-Erling Smorgrav - d...@flood.ping.

Re: select(2) breakage

1999-06-13 Thread Dag-Erling Smorgrav
Brian Feldman writes: > On 13 Jun 1999, Dag-Erling Smorgrav wrote: > > BTW, you should check for errno == EINTR when select() returns -1. > The perror() is the status report for select() when -1. Yeah, but EINTR is a normal condition, so I'd ignore it silently instead of logg

Re: select(2) breakage

1999-06-13 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav writes: > This still doesn't explain select()'s failure to time out Found it! If you change: printf("no select() action"); to: fprintf(stderr, "no select() action\n"); you'll see that select() does time out. The m

Re: select(2) breakage

1999-06-13 Thread Dag-Erling Smorgrav
Brian Feldman writes: > On 13 Jun 1999, Dag-Erling Smorgrav wrote: > > connect() normally uses the 1024-5000 range. Try the following: > > > > # sysctl -w net.inet.ip.portrange.last=4 > > > > and see if it solves the EAGAIN problem. > > Actually, t

Re: select(2) breakage

1999-06-13 Thread Dag-Erling Smorgrav
e. Try the following: # sysctl -w net.inet.ip.portrange.last=4 and see if it solves the EAGAIN problem. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: linux and freebsd kernels conceptually different?

1999-06-10 Thread Dag-Erling Smorgrav
ears before them. I haven't seen that many ignorants in my short encounter with FreeBSD." DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Extra text modes via vidcontrol...

1999-06-07 Thread Dag-Erling Smorgrav
/usr/src? VM86 is no longer an option. Remove it, and everything will be fine. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: sgmlformat & making release

1999-06-06 Thread Dag-Erling Smorgrav
1 > > Stop. > *** Error code 1 > The build is running in a chroot tree which does not have a valid /etc/resolv.conf. > yedi#ls /usr/ports/distfiles > docbk241.tar.Z isoENTS.zip linuxdoc-1.1.tar.gz > docbk30.tar.Z jade-1.2.1.tar.gz

Re: 3.2-stable, panic #12

1999-06-04 Thread Dag-Erling Smorgrav
e the the #freebsd IRC channel about this. The name > slips my mind right now. Almost certainly EE (Eivind Eklund). DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: devstat_end_transaction: HELP!! busy_count for wd0 < 0 (-1)

1999-06-03 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav writes: > Dag-Erling Smorgrav writes: > > Dag-Erling Smorgrav writes: > > > Dag-Erling Smorgrav writes: > > > > I'm getting tons of these in an IDE-only box. They started appearing > > > > after I put in an IBM DTTA371010

Re: devstat_end_transaction: HELP!! busy_count for wd0 < 0 (-1)

1999-06-03 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav writes: > Dag-Erling Smorgrav writes: > > Dag-Erling Smorgrav writes: > > > I'm getting tons of these in an IDE-only box. They started appearing > > > after I put in an IBM DTTA371010 to replace the old (and dying) > > > Quantum Fir

Re: devstat_end_transaction: HELP!! busy_count for wd0 < 0 (-1)

1999-06-03 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav writes: > Dag-Erling Smorgrav writes: > > I'm getting tons of these in an IDE-only box. They started appearing > > after I put in an IBM DTTA371010 to replace the old (and dying) > > Quantum Fireball ST. > Following up on myself, the box just pan

Re: devstat_end_transaction: HELP!! busy_count for wd0 < 0 (-1)

1999-06-03 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav writes: > I'm getting tons of these in an IDE-only box. They started appearing > after I put in an IBM DTTA371010 to replace the old (and dying) > Quantum Fireball ST. Following up on myself, the box just panicked (softdep_write_complete: lock held). DES

devstat_end_transaction: HELP!! busy_count for wd0 < 0 (-1)

1999-06-03 Thread Dag-Erling Smorgrav
erial console in single-user mode, and could neither interrupt nor background it, I had no shell). Upon reboot, fsck -p produced a shitload of busy_count < 0 messages. (newfs still gets wedged, btw) DES -- Dag-Erling Smorgrav - d...@ifi.uio.no To Unsubscribe: send mail to majord...@freebsd.

Re: PAM: Undefined symbols at runtime

1999-06-02 Thread Dag-Erling Smorgrav
tories installed them unstripped, > as they should be. Do you perchance have something like INSTALL=install -s in your /etc/make.conf? DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: xl driver for 3Com

1999-06-02 Thread Dag-Erling Smorgrav
can't provide useful info on *why* it doesn't work. I wish I could stop what I was doing every time someone had a problem, but I don't have that kind of time." Neat. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with &

Re: Kernel config script:

1999-06-02 Thread Dag-Erling Smorgrav
system is one of the reasons UNIX received support from BTL management" translate into "UNIX was created to run a word processor"? DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: UID Limits

1999-06-01 Thread Dag-Erling Smorgrav
about UIDs greater than USHRT_MAX because some old (third-party) software stores UIDs in unsigned short ints instead of uid_t and therefore does not grok large UIDs. The warning is harmless (unless you run some of that old software) and should most certainly not be changed or removed. DES --

Re: UID Limits

1999-06-01 Thread Dag-Erling Smorgrav
es not grok large UIDs. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: FS tuning (Was: File system gets too fragmented ???)

1999-05-29 Thread Dag-Erling Smorgrav
ood idea to have newfs turn it on by > default? No, I don't think there's much point in doing that before Kirk McKusick removes the restrictions on the soft updates code. When that happens, we can make soft updates non-optional and turn on soft updates on all file systems by default. DE

Re: xl driver for 3Com

1999-05-29 Thread Dag-Erling Smorgrav
society will collapse, and I can take over > the world while everyone's distracted! Yes, Bill, we love you too :) DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: ipfw/natd limitation: controlling access of an unregistered net to the internet

1999-05-28 Thread Dag-Erling Smorgrav
place. Yes, the problem you're facing is a very common one, and is usually solved by switching to a Real Mail User Agent (tm) which breaks lines at 80 columns or less. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscri

Re: symorder for FreeBSD-3.x

1999-05-28 Thread Dag-Erling Smorgrav
objcopy(1). DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: xl driver for 3Com

1999-05-28 Thread Dag-Erling Smorgrav
o the xl driver shortly before 3.2 which should have ironed out whatever problems remained. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: fetch(1) / fetch(3) patchkit available

1999-05-28 Thread Dag-Erling Smorgrav
nt c; f = fetchPutURL(argv[1], NULL); while ((c = fgetc(stdin)) != EOF) fputc(c, f); return 0; } Needless to say, this works with file: URLs as well. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscri

Re: fetch(1) / fetch(3) patchkit available

1999-05-28 Thread Dag-Erling Smorgrav
Sheldon Hearn writes: > On 28 May 1999 10:29:44 +0200, Dag-Erling Smorgrav wrote: > > I brushed the dust off a bunch of patches I had for libfetch and the > > fetch(1) command and made a patchkit of them [...] > Your mail has brought to mind a question I've never managed t

fetch(1) / fetch(3) patchkit available

1999-05-28 Thread Dag-Erling Smorgrav
some of it is a complete replacement for the fetch(1) command. The code and documentation (yes, Nik, I wrote docs!) is available at http://www.freebsd.org/~des/software/>. As usual, comments and patches are welcome. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail

Re: New one - mp3 "clicks" during playback

1999-05-24 Thread Dag-Erling Smorgrav
o DMA mode. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

SA_{SPACE,REWIND,ERASE}_TIMEOUT

1999-05-21 Thread Dag-Erling Smorgrav
I want to convert these kernel options to sysctl variables. Where should they be inserted into the tree? I was thinking of creating a new 'cam' top-level category and put them there: cam.sa.space_timeout cam.sa.rewind_timeout cam.sa.erase_timeout DES -- Dag-Erling Sm

Re: modex support (again)

1999-05-17 Thread Dag-Erling Smorgrav
put so much magic in your drawing function that it will bog down to something like 3 fps. And you can't just look at your video_info_t and see that mode X is interlaced; you have to *know* that you're running in mode X and that mode X is interlaced. DES -- Dag-Erling Smorgrav - d...@flood.ping

Re: vmapbuf (was:Which O/S routines are subject to change?)

1999-05-17 Thread Dag-Erling Smorgrav
"Stan Shkolny" writes: > [...] (BTW, I found it very-very-VERY helpful > that I did it first under NT, since NT has kernel-mode debugger :-). Oh, and FreeBSD doesn't? DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe

Re: BSD, GPL, the world today.

1999-05-15 Thread Dag-Erling Smorgrav
"Daniel C. Sobral" writes: > Dag-Erling Smorgrav wrote: > > [...] but the hardest > > part of the job - finding loop and type invariants and post- and > > pre-conditions which the prover can use as starting points -

Re: BSD, GPL, the world today.

1999-05-15 Thread Dag-Erling Smorgrav
; I could well be mis-remembering a quote about some other app. As I remember it, the quote referred to a noddy program used as an example in a paper or lecture. Knuth had proven the program to be correct, but had never actually compiled it. DES -- Dag-Erling Smorgrav - d...@flood.ping.ui

Re: MB86950 Support in the works?

1999-05-14 Thread Dag-Erling Smorgrav
27;ve experienced sustained transfer rates in excess of 1 MBps on a 10Base2 network, with FreeBSD 3.1 using an SMC based Kingston EtherX (ISA PnP NE2000 clone thingamabob) in one end and a nondescript Linux box in the other end. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscr

Re: 1GB, kvm issues.

1999-05-14 Thread Dag-Erling Smorgrav
ong as your kernel address space is large enough. The default in -CURRENT and recent versions -STABLE is 1 GB, which should be enough for most (if not all) uses. The default for 3.1-RELEASE and -STABLE up to mid-April is 256 MB. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To

Re: modex support (again)

1999-05-14 Thread Dag-Erling Smorgrav
Kelly Yancey writes: > On 14 May 1999, Dag-Erling Smorgrav wrote: > > No, actually it has 1536 more pixels :) Mode Q is so named because the > > frame buffer is a cube of sorts (i.e. 256x256 pixels in 256 colors) > Yeah, I've seen the DOS port of snes9x use that. I don&

Re: modex support (again)

1999-05-14 Thread Dag-Erling Smorgrav
ifications are necessary to make it possible for userland software to use graphics without needing write access to /dev/kmem (currently, the only way to mmap the frame buffer is to map in the correct address range from /dev/kmem) - port GGI to FreeBSD. DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: fsck and large file system

1999-05-14 Thread Dag-Erling Smorgrav
r 100 MB swap space to fsck the 130 MB volume, and the > system has 64 MB RAM. This was is 2.2.8 (haven't upgraded it yet). I *really* hope you meant 130 GB and not 130 MB :) DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "

Re: modex support (again)

1999-05-14 Thread Dag-Erling Smorgrav
W, Mode Q has square pixels and linear addressing. I won't mind adding support for Mode Q :) DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

<    1   2   3   4   5