[PATCH] Fix integer overflow handling in dd(1)

2014-09-19 Thread William Orr
Hey, I've submitted this patch before, and it's gotten comments and fixes, but still hasn't been merged. Any thoughts? Does it need more work? Thanks, William Orr Index: args.c === --- args.c(revision 270

Re: Inconsistent behavior with dd(1)

2014-09-11 Thread William Orr
Hey, any thoughts on this? Does it need more work? Can it get merged? On 08/25/2014 09:49 PM, William Orr wrote: > On 8/18/14 12:00 PM, William Orr wrote: >> Reply inline. >> >> On 08/16/2014 10:34 AM, John-Mark Gurney wrote: >>> Alan Somers wrote this message on Fr

Re: Inconsistent behavior with dd(1)

2014-08-25 Thread William Orr
On 8/18/14 12:00 PM, William Orr wrote: Reply inline. On 08/16/2014 10:34 AM, John-Mark Gurney wrote: Alan Somers wrote this message on Fri, Aug 15, 2014 at 10:42 -0600: On Thu, Aug 14, 2014 at 11:55 PM, William Orr wrote: Hey, I found some inconsistent behavior with dd(1) when it comes to

Re: Inconsistent behavior with dd(1)

2014-08-18 Thread William Orr
Reply inline. On 08/16/2014 10:34 AM, John-Mark Gurney wrote: > Alan Somers wrote this message on Fri, Aug 15, 2014 at 10:42 -0600: >> On Thu, Aug 14, 2014 at 11:55 PM, William Orr wrote: >>> Hey, >>> >>> I found some inconsistent behavior with dd(1) when it c

Inconsistent behavior with dd(1)

2014-08-14 Thread William Orr
(1373071 bytes/sec) [ worr on terra ] ( ~ ) % dd if=/dev/zero of=/dev/null count=-1 dd: count cannot be negative — Any chance someone has the time and could take a look? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191263 Thanks, William Orr — Here’s the patch: Index: bin/dd/args.c

TCP resident expert?

2011-01-15 Thread William Allen Simpson
Who's the kernel expert on TCP around here? ISC wants me to port TCPCT to FreeBSD. Although I've joined this list (some time ago), I've not seen any traffic discussing TCP'ish things. Need somebody willing to walk me through the processes and check my code. _

PCVT in 5.1-CURRENT

2003-10-20 Thread William Pechter
Does FreeBSD 5.1-Current actually work with the PCVT driver. I've been unable to get any output to the console after the loader starts the kernel load with PCVT. If anyone's got a working configuration with PCVT I'd love to get a copy of their kernel configuration... I've moved up to 5.1-Current

Re: Broadcom NetXtreme BCM5705M support

2003-07-15 Thread william paul
Of all the gin joints in all the towns in all the world, Boris Georgiev had to walk into mine and say: > Hi Bill, > > Sorry for the previous e-mail, but have in mind that I'm trying to cooperate > by testing your drivers and > I am not aware of the rules for declaring a hardware problem in the ma

Re: Broadcom NetXtreme BCM5705M support

2003-07-14 Thread william paul
Of all the gin joints in all the towns in all the world, Boris Georgiev had to walk into mine and say: > Kenneth, > > As I already posted William, I have bad news - it doesn't work for me. I > rebuilt kernel yesterday with > the patched sources and the only thing that happene

Repeatable panic at boot with ida(4)

2003-06-11 Thread William Carrel
sts of burning ISOs/writing .flps and attempting boot with them. Thanks -- William Carrel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Removal of netns - politically correct version

2003-03-06 Thread William Palfreman
life ones not being prefitted with a useful amount of memory. I'd be very grateful if ISA support and the f00f workaround stayed in FreeBSD for a long time yet. Regards, William Palfreman. -- W. Palfreman. I'm looking for a job: Tel: 0771 355 0354 http://www.pal

RC3 with JDK1.3.1 cause bus error core dump

2003-01-18 Thread William Holt
Hi, I have been trying to use Jetty with RC3 and not having any luck. Today I pinned it down to a problem with trying to convert a SocketListener to a String! The following short program crashes in exactly the same way as Jetty... Any ideas how to fix this? Thank you, -Will ===sni

Re: I'm leaving the project

2002-12-18 Thread William Michael Grim
I don't care who hacked what; get over it, grow up, and move on. William Michael Grim Student, Southern Illinois University at Edwardsville Unix System Administrator, SIUE, Computer Science dept. Email: [EMAIL PROTECTED] On Wed, 18 Dec 2002, Matt Dillon wrote: > On Wed, 18 Dec 2002

Re: make buildworld fails during stage 4, libpcap

2002-10-05 Thread William Rose
On Sun, 2002-10-06 at 02:21, Ruslan Ermilov wrote: > Should work. Check that you have the latest > > $FreeBSD: src/sys/net/bpf.h,v 1.26 2002/06/21 05:29:40 fenner Exp $ No. I don't. And it's possibly because I am updating from a mirror? (cvsup.au.freebsd.org). Sorry. Should have checked tha

make buildworld fails during stage 4, libpcap

2002-10-05 Thread William Rose
Hi, I'm trying to make buildworld a recently checked-out copy of -current under 4.6-RELEASE (is that a bad move?). During the process, it gets to: -- >>> stage 4: building libraries -

re current errata info for os-4.2

2002-07-28 Thread MR. C. WILLIAM HURST
How do I the curent errata text data for my version-4.2 of freebsd? thanks   C Hurst

Re: Add USB mouse to sysinstall

2001-12-24 Thread William Ward
A. Thanks for the answer. /William On Mon, Dec 24, 2001 at 12:27:52PM -0800, Eric Melville wrote: > > Is /dev/ums0 ommitted from sysinstall for any particular reason? This patch > > adds /dev/ums0 to sysinstall::Configure->Mouse->Port. > > This is intentional. In

Re: Add USB mouse to sysinstall

2001-12-24 Thread William Ward
menuVarCheck, dmenuSetVariable, NULL, VAR_MOUSED_PORT "=/dev/ums0" }, { NULL } }, }; /William On Mon, Dec 24, 2001 at 12:17:39PM -0800, Joe Kelsey wrote: > William Ward writes: > > Is /dev/ums0 ommitted from sysinstall for any particular reason? This patch > > adds /dev/u

Add USB mouse to sysinstall

2001-12-24 Thread William Ward
Is /dev/ums0 ommitted from sysinstall for any particular reason? This patch adds /dev/ums0 to sysinstall::Configure->Mouse->Port. Patch to /usr/src/release/sysinstall/menus.c. *** menus.c Mon Dec 24 13:55:49 2001 --- menus.c.old Mon Dec 24 13:54:18 2001 *** *** 387,394

PERL 5.6

2000-09-06 Thread William Woods
Can anyoine give me an idea when Perl 5.6 will be merged from current into stable? Bill To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

RE: [URGENT] OpenSSH changes

2000-03-13 Thread William Woods
I was going to cvsup, but what tag should I use?? On 13-Mar-00 Kris Kennaway wrote: > On Mon, 13 Mar 2000, William Woods wrote: > >> Is there actually a RELENG_4 (release) ? I have seen a couple messages >> saying >> there is and a few saying there isnt. > > Do a

RE: [URGENT] OpenSSH changes

2000-03-13 Thread William Woods
Is there actually a RELENG_4 (release) ? I have seen a couple messages saying there is and a few saying there isnt. On 13-Mar-00 Kris Kennaway wrote: > Can everyone please do a make world of RELENG_4 with my latest OpenSSH > changes, and verify that everything still works properly? The only thin

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread William Woods
Thanks, I had been doing things manually for a while now. I dod look at mergemaster and used it for ssh and it worked well. I am planning on investigating it more later on today. On 07-Mar-00 Jake Burkholder wrote: >> ThanksI used that "i" option and it worked...well, almost. I have the >> f

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread William Woods
Thank you... On 07-Mar-00 Kris Kennaway wrote: > On Tue, 7 Mar 2000, William Woods wrote: > >> ThanksI used that "i" option and it worked...well, almost. I have the >> files >> I need in /etc/ssh but when I start sshd I get this now. >> >

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread William Woods
PROTECTED]] [Please do not send me] > !Powered by FreeBSD/x86! [http://www.freebsd.org] [any SPAM (UCE) e-mail] > > On Tue, 7 Mar 2000, William Woods wrote: > >: Date: Tue, 7 Mar 2000 14:31:26 -0500 >: From: William Woods <[EMAIL PROTECTED]> >: Reply-To: [EMAIL PROTECTE

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread William Woods
Good god, I am saying that the files to merger dont existthere is nothing to merge... This is the eror I get when trying to run ssdd /etc/ssh/sshd_config: No such file or directory the file sshd_config does not exist on my system to merge... On 07-Mar-00 Steve Kargl wrote: > Will

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread William Woods
itself in any way touch those configuration > files. > > - Jay Oliver > > - Original Message - > From: "William Woods" <[EMAIL PROTECTED]> > To: "Oscar Bonilla" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, M

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread William Woods
No, I dident. I dident have old ssh (the port one) to merge. This is the 1st time use of ssh on this system. On 07-Mar-00 Oscar Bonilla wrote: > On Tue, Mar 07, 2000 at 08:52:22AM -0800, Bill Woods wrote: >> I just finished a make world for -current todayd cvsup. All went well but >> I was planni

Re: openssh question

2000-03-06 Thread William Woods
Now that openssh is in the base system, I assume it will no longer be in the ports. How do we update it, ie, when a updated version comes out. I would rather not make world just to update that. -- E-Mail: [EMAIL PROTECTED] Date: 06-Mar-00 Time: 11:22:26l -

Current amake world dies.....

2000-03-04 Thread William Woods
running 4.0-CURRENT FreeBSD 4.0-CURRENT #10: Wed Mar 1 10:25:09 PST 2000 doing a make world with a cvsup of today I get: sys/mount.h -> sys/mount.ph sys/msg.h -> sys/msg.ph sys/msgbuf.h -> sys/msgbuf.ph sys/mtio.h -> sys/mtio.ph sys/namei.h -> sys/namei.ph sys/param.h ->

Make world error.....

2000-03-03 Thread William Woods
Running 4.0-CURRENT FreeBSD 4.0-CURRENT #10: Wed Mar 1 10:25:09 PST 2000 on a IBM thinkpad 600E, 128 megs. while doing a make world of todays CVSUP I get this: -- sys/sem.h -> sys/sem.ph sys/shm.h -> sys/shm.ph sys/signal.h -> sys/signal.ph sys/signalvar.h -> sys/signalvar.p

4.0 Release tag.......

2000-02-29 Thread William Woods
My ISP mail was down for about 5 hrs yesterday..what is the 4.0 release cvsup tag? -- E-Mail: [EMAIL PROTECTED] Date: 29-Feb-00 Time: 07:39:05l -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current

CardBus in current??

2000-02-28 Thread William Woods
CDR that I have -- E-Mail: William Woods <[EMAIL PROTECTED]> Date: 28-Feb-00 Time: 08:19:23 This message was sent by XFMail -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in

Re: Build World dies....

2000-02-26 Thread William Woods
Grr..cant say I like that idea, I would like to have them both... On 26-Feb-00 Ben Smithurst wrote: > William Woods wrote: > >> ===> libpam/modules/pam_ssh >> make: don't know how to make log-client.c. Stop >> *** Error code 2 >> 1 error >> ***

Build World dies....

2000-02-26 Thread William Woods
-- How would I fix that. -- E-Mail: William Woods <[EMAIL PROTECTED]> Date: 26-Feb-00 Time: 10:51:44 This message was sent by XFMail -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Crashing netscape?

2000-02-22 Thread William R. Somsky
eventually. Same here, except "eventually" is sometimes "immediately"... :-( William R. Somsky [EMAIL PROTECTED] Physicist, Baritone, Guitarist http://www.halcyon.com/wrsomsk

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread William Woods
update the /etc directory. > That's it. ------ E-Mail: William Woods <[EMAIL PROTECTED]> Date: 22-Feb-00 Time: 23:04:46l FreeBSD 3.4 -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread William Woods
me perfectly. Hmmm.the only question I have regarding this is does it handle the new devices corectly? ------ E-Mail: William Woods <[EMAIL PROTECTED]> Date: 22-Feb-00 Time: 22:18:06l FreeBSD 3.4 -- To Unsubscribe: send mail to [E

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread William Woods
: > * William Woods <[EMAIL PROTECTED]> [000222 21:27] wrote: >> I did read that document, and honestly, it dident make a lot of sence and it >> seemed to have some conflicting instructions.which is why I am asking >> here. > > It looks pretty concise t

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread William Woods
cvsupped a few hours ago.. On 23-Feb-00 Will Andrews wrote: > On Tue, Feb 22, 2000 at 08:54:14PM -0800, William Woods wrote: >> I did read that document, and honestly, it dident make a lot of sence and it >> seemed to have some conflicting instructions.which is why I am

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread William Woods
unfortunately. > > However, I would just like to say that I'm very happy with my > 4.0-CURRENT running with a 3Com 3CCFE574BT PC-Card. :-) I have that same card ------ E-Mail: William Woods <[EMAIL PROTECTED]> Date: 22-

Re: Upgrade from 3.4 to 4.0...

2000-02-22 Thread William Woods
I did read that document, and honestly, it dident make a lot of sence and it seemed to have some conflicting instructions.which is why I am asking here. On 23-Feb-00 Alfred Perlstein wrote: > * William Woods <[EMAIL PROTECTED]> [000222 21:19] wrote: >> Hey, >> >>

Upgrade from 3.4 to 4.0...

2000-02-22 Thread William Woods
from 3.4 to 4.0 -current now, where would I find the nessary instructions? -- E-Mail: William Woods <[EMAIL PROTECTED]> Date: 22-Feb-00 Time: 20:40:26l FreeBSD 3.4 -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "

Re: kdelibs port broken?

2000-02-22 Thread William Woods
Yea, after I compiled QT145, I couldent compile KDE. I am not sure of the exact error, it was a few days ago and I went back to 142, but It wouldent comile. On 22-Feb-00 Will Andrews wrote: > On Tue, Feb 22, 2000 at 07:40:55AM -0800, William Woods wrote: >> ON that subject, has any

Re: kdelibs port broken?

2000-02-22 Thread William Woods
recompiled (which is >> why I'm rebuilding kdelibs in the first place).. > > You have to rebuild qt2 first to be able to run moc. > > -Maxim > > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscri

Re: openssl in -current

2000-02-19 Thread William Woods
penssh into the system, but > this now look comparatively difficult enough that I'm definitely > having second thoughts about the whole thing. > > - Jordan > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-current" in the body of

Re: NFS /usr/src and /usr/obj?

2000-02-06 Thread William R. Somsky
Shouldn't /usr/obj ideally be read-only during install? (This all may become moot, as I'm considering going to a master-push or just a rsync scheme.) William R. Somsky [EMAIL PROTECT

Re: PPP connections die in current....

2000-01-11 Thread William Woods
11 | Carpe Daemon > PO Box 837 Indooroopilly QLD 4068|[EMAIL PROTECTED]| > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-alpha" in the body of the message -- E-Mail: William Woods <[EMAIL PROTECTED]> Date: 11-Jan-00 Time: 20:47:43 -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

PPP connections die in current....

2000-01-09 Thread William Woods
mand: /dev/tty: quit all Jan 9 22:01:39 alpha ppp[388]: tun0: Phase: PPP Terminated (normal). -- E-Mail: William Woods <[EMAIL PROTECTED]> Date: 09-Jan-00 Time: 14:17:46 FreeBSD 3.4 -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: IPv6 testing...willing to help

2000-01-08 Thread William Woods
If I can do any more testing, let me know. On 08-Jan-00 Yoshinobu Inoue wrote: > Thanks for IPv6 checkings. > Addresses and routes look fine. (:-) > > Yoshinobu Inoue ------ E-Mail: William Woods <[EMAIL PROTECTED]> Date: 08-Jan-00 Time: 00

Re: IPv6 testing...willing to help

2000-01-07 Thread William Woods
ing to help... On 08-Jan-00 Alex wrote: > William Woods wrote: >> and the output from netstat -rn -f inet6 >> >> bash-2.03$ netstat -rn -f inet > ^ > > inet6? > > > >> Routing tables >> >> Interne

Re: IPv6 testing...willing to help

2000-01-07 Thread William Woods
sts were done on a DEC Alphastation 233, running: 4.0-CURRENT FreeBSD 4.0-CURRENT #4: Sat Jan 8 18:46:15 PST 2000 ------ E-Mail: William Woods <[EMAIL PROTECTED]> Date: 07-Jan-00 Time: 20:50:41 FreeBSD 3.4 -- To Unsubscribe: sen

Re: IPv6 testing...willing to help

2000-01-07 Thread William Woods
#for IPv6 and IPv4 translation > > just works fine, > and also all apps on your environments which you are usually > using still works fine on that kernel. I am compiling with these options now. I will let you know how it goes. -- E-Mail: William Woods

IPv6 testing...willing to help

2000-01-07 Thread William Woods
I have a DEC Alpha at home running 4.0-current and am willing to help out with the testing. I am not the worlds greatest coder, but am willing to do what I can -- E-Mail: William Woods <[EMAIL PROTECTED]> Date: 07-Jan-00 Time: 12:09:03 FreeB

Re: A couple questions regarding pcmcia cards....

2000-01-05 Thread William Woods
s on a 3.4 -stable system On 05-Jan-00 Warner Losh wrote: > In message <[EMAIL PROTECTED]> will andrews > writes: >: I am currently using a 3Com 3CCFE574BT with 4.0-CURRENT here. Mind you, that >: is > > What does your pccard.conf entry look like for it? > > Warne

Re: A couple questions regarding pcmcia cards....

2000-01-04 Thread William Woods
ok, now...to get it working... ideas? On 05-Jan-00 Warner Losh wrote: > In message <[EMAIL PROTECTED]> William Woods writes: >: slot is taller > > Then it is a pccard. > > Warner ------ E-Mail: William Woods <[EMAIL PROTECTED]&g

Re: A couple questions regarding pcmcia cards....

2000-01-04 Thread William Woods
slot is taller On 05-Jan-00 Warner Losh wrote: > In message <[EMAIL PROTECTED]> William Woods writes: >: * >: ** >: >: is what I see > > Which part is taller, the tab sticking out, or the slot sticking in? > If the tab is taller, it is likely cardbus, otherwise

Re: A couple questions regarding pcmcia cards....

2000-01-04 Thread William Woods
* ** is what I see On 05-Jan-00 Warner Losh wrote: > In message <[EMAIL PROTECTED]> William Woods writes: >: Not near the laptop right now to get a dumpcis for you, but I have the card >: here, >: >: it doesnt look like either...it is like this >: >: ** >: **

Re: A couple questions regarding pcmcia cards....

2000-01-04 Thread William Woods
Not near the laptop right now to get a dumpcis for you, but I have the card here, it doesnt look like either...it is like this ** ** ** On 05-Jan-00 Warner Losh wrote: > In message <[EMAIL PROTECTED]> William Woods writes: >: > Hold on. Lemme try something here >: &

Re: A couple questions regarding pcmcia cards....

2000-01-04 Thread William Woods
f dots or anything similar. ------ E-Mail: William Woods <[EMAIL PROTECTED]> Date: 04-Jan-00 Time: 23:13:25 FreeBSD 3.4 -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: A couple questions regarding pcmcia cards....

2000-01-04 Thread William Woods
us? Got some way for me to test it? ------ E-Mail: William Woods <[EMAIL PROTECTED]> Date: 04-Jan-00 Time: 23:04:30 FreeBSD 3.4 -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: A couple questions regarding pcmcia cards....

2000-01-04 Thread William Woods
-00 Frank Mayhar wrote: > William Woods wrote: >> I thought I read in the mailing list that the 3COM did work.. > > Wups, I thought I read 575BT. But no, the 574BT doesn't work either; there's > a bug somewhere in the driver. I have one of _those_, too, having r

Re: A couple questions regarding pcmcia cards....

2000-01-04 Thread William Woods
I thought I read in the mailing list that the 3COM did work.. On 05-Jan-00 Frank Mayhar wrote: > William Woods wrote: >> I have two pcmcia cards here I am wondering if the work under either -stable >> or -current, they are: >> >> 3COM Megahertz 10/100 LA

A couple questions regarding pcmcia cards....

2000-01-04 Thread William Woods
would I need to get them going, I already have the 3COM PCMCIA modem here working. Thanks, -- E-Mail: William Woods <[EMAIL PROTECTED]> Date: 04-Jan-00 Time: 16:32:41 FreeBSD 3.4 -- To Unsubscribe: send mail to

Re: Make World dies.......

1999-11-13 Thread William Woods
ifetime. \\ [EMAIL PROTECTED] ------ E-Mail: William Woods <[EMAIL PROTECTED]> Date: 13-Nov-99 Time: 00:31:39 FreeBSD 3.3 -Stable -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Make World dies.......

1999-11-13 Thread William Woods
c/libgcc1.c Bad system call - core dumped *** Error code 140 5 errors *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error -------- and then it just dies..any ideas good people? --

Re: Make world error on todays cvsup......

1999-11-02 Thread William Woods
Thank you... On 03-Nov-99 John Polstra wrote: > In article <[EMAIL PROTECTED]>, > William Woods <[EMAIL PROTECTED]> wrote: >> Doing a make world on a DEC Alpha 200 4/233 I get this: > ... >> cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 ufs/ffs

Make world error on todays cvsup......

1999-11-02 Thread William Woods
such file or directory *** Error code 71 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error --- any ideas -- E-Mail: William Woods <[EMAIL PROTECTED]> Date: 02-Oct-99 Time: 21

Re: snapshots.....

1999-10-21 Thread william woods
> > It is a tar file (created on the fly) and will contain everything you > need for an installation. Drop the files kern.flp and mfsroot.flp in > ./floppies/ on a floppy reboot and choose as the media 'file system' > > Hope this helps. > > Nick > > > On

snapshots.....

1999-10-21 Thread william woods
Where is the best place to get -current snapshots from? I am running 4.0-19990915-CURRENT FreeBSD 4.0-19990915-CURRENT #0: Mon Oct 18 19:00:56 PDT 1999 and was wondering to get the latest snaps William --BEGIN GEEK CODE BLOCK- Version: 3.1 GIT d++ s+:+ a C+++ UB+++ P+ L++ E- W++ N+ o

Re: $FreeBSD tag confusion

1999-09-01 Thread William R. Somsky
On Wed, Sep 01, 1999 at 09:08:45AM -0400, Kevin Street wrote: > "William R. Somsky" <[EMAIL PROTECTED]> writes: > > > Hmm... but what about if you're cvsup-ing the sources? > > I'm cvsup-ing stable, not current, (cvsup file included below) > >

Re: $FreeBSD tag confusion

1999-08-31 Thread William R. Somsky
99/08/29 14:12:19 peter Exp $ bin/echo/echo.c: "$FreeBSD: src/bin/echo/echo.c,v 1.7.2.1 1999/08/29 14:12:20 peter Exp $"; = = So... no expansion of $FreeBSD that I can see here... Am I just confused? __

Downgrade ????

1999-08-22 Thread william woods
so I would like to keep as much of this intact as possible. William -- E-Mail: william woods <[EMAIL PROTECTED]> Date: 22-Aug-99 Time: 14:46:02 This message was sent by XFMail -- To Unsubscribe: send mail to [EMAIL

Kernel compile died.....

1999-08-21 Thread william woods
dentifier is reported only once ../../dev/dpt/dpt_scsi.c:1410: for each function it appears in.) ../../dev/dpt/dpt_scsi.c:1411: `SHUTDOWN_PRI_DEFAULT' undeclared (first use in this function) *** Error code 1 -- E-Mail: william woods <[E

current on a laptop...

1999-05-12 Thread William Woods
I am haveing a bear of a time getting pcmcia cards to work in 3.1-Stable and was wondering how well current performs with these.I have current running on a few desktop systems here so running it is no prob..reccomendations? William To Unsubscribe: send mail to majord...@freebsd.org

Re: PCM

1999-04-29 Thread William
I have a question.I am subscribed to -current, but am wondering how much of -current applies to the Alpha port? I am also subscribed to freebsd-alpha too.FYI, I am running -current of a few days ago and it is running great on my alpha. William To Unsubscribe: send mail to majord

Having trouble with the new ATAPI driver

1999-04-20 Thread William Liao
Hi, I did a CVSUP and make world at 4/15, then I decided to try the new ATAPI driver on my box. So I made some necessary changes to my kernel config and made a new kernel. But after boot, it always hangs on mounting disks. The message is: swapon: /dev/wd0s1b: Device not configured Then I tried to

Re: SMP broken in -CURRENT?

1999-04-12 Thread William S. Duncanson
) IdlePTDS[i] + KPTDI, NKPDE > * sizeof >(int)); > } >+#if 0 > wait_ap(100); > if (smp_started == 0) > printf("WARNING: Failed to start all APs\n"); >+#endif > > /* number of APs actually started */ >

SMP broken in -CURRENT?

1999-04-12 Thread William S. Duncanson
d is ifconfig'd, but there's no link light on it. It works fine with older (04/04/99) kernels). William S. Duncanson cae...@starkreality.com The driving force behind the NC is the belief that the companies who brought us things like Unix, relational databases, and Wind

Re: /var/db/pkg/.mkversion

1999-04-01 Thread William R. Somsky
ion? Tracking the version/date of the "make" binary, of the full set of "share/mk" files, of just the ports related makefiles? William R. Somsky wrsom...@halcyon.com Physi

Re: /var/db/pkg/.mkversion

1999-03-31 Thread William R. Somsky
her than ports might want to refer to it as well. -- ____ William R. Somsky wrsom...@halcyon.com Physicist, Baritone, Guitarist http://www.halcyon.com/wrsomsky To Unsubscribe: send mail to majord.

Re: Heads up! /etc/rc.conf.site is dead.

1999-03-05 Thread William R. Somsky
;s still a pain copying file chunks back and forth. (Well, just "forth" I guess, no "back") William R. Somsky wrsom...@halcyon.com Physicist, Baritone, Guitarist http://www.halcyon.com/wrsoms

StarOffice 5.0 and SMP....

1999-02-19 Thread William Woods
Can anyone tell me if there has been any development on the StarOffice 5.0 working with a SMP system front? -- E-Mail: William Woods Date: 19-Feb-99 / Time: 08:29:23 FreeBSD - Unix at its best... -- To Unsubscribe: send mail to

Global Conference: SUPER CITIES OF THE 21st CENTURY

1999-02-10 Thread William A Rosenthal
dwide. The latest program information about the Super Cities Conference and a convenient registraton form may be found at our Web site, http://www.conway.com/wdf/madrid99/ I hope you can join us. Sincerely, William A. Rosenthal Vice Chairman, WDF mailto: bill.rosent...@conway.com To Unsub

make world dies on todayes cvsup...............

1999-02-07 Thread William Woods
code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error -- ideas please. Thanks ------ E-Mail: William Woods Date: 07-Feb-99 / Time: 22:53:54 FreeBSD 4.0 -Curren

Re: Floppy Tape Driver.....

1999-02-06 Thread William Woods
ke this happens around here? > > - Jordan ------ E-Mail: William Woods Date: 06-Feb-99 / Time: 21:16:31 FreeBSD 4.0 -Current -- To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Re: Floppy Tape Driver.....

1999-02-06 Thread William Woods
Hmm...it is an Iomega gig internalany ideas for me then? On 06-Feb-99 Poul-Henning Kamp wrote: > In message , William Woods writes: > >>Yea yea, I know..but this was a gifyt for Christmass and I really dont >>have >>any extra $$ right nowso where i

Re: Floppy Tape Driver.....

1999-02-06 Thread William Woods
Yea yea, I know..but this was a gifyt for Christmass and I really dont have any extra $$ right nowso where is the floppy tape driver? On 06-Feb-99 Poul-Henning Kamp wrote: > In message , William Woods writes: > >>I just finished looking in LINT for "ft" the flo

Re: Floppy Tape Driver.....

1999-02-06 Thread William Woods
st made into a supported > patch set.) > > julian > > > On Sat, 6 Feb 1999, Poul-Henning Kamp wrote: > >> In message , William Woods writes: >> >> >I just finished looking in LINT for "ft" the floppy tape device. Now I >> >remember >>

Floppy Tape Driver.....

1999-02-06 Thread William Woods
---- E-Mail: William Woods Date: 06-Feb-99 / Time: 11:17:08 FreeBSD 4.0 -Current -- To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Re: Top not working in -Current??

1999-02-05 Thread William Woods
gt; + > + if (swapblist == NULL) { > + if (flags & SWIF_DUMP_TREE) > + printf("radix tree: NULL - no swap in system\n"); > + return; > + } > + > KGET2(swapblist, &blcopy, sizeof(blcopy), "*swapblist&

Re: Top not working in -Current??

1999-02-05 Thread William Woods
-Matt > Matthew Dillon > -- E-Mail: William Woods Date: 05-Feb-99 / Time: 20:39:17 FreeBSD 4.0 -Current -- To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Re: Top not working in -Current??

1999-02-05 Thread William Woods
riables > which don't exist. > > Bruce -- E-Mail: William Woods Date: 05-Feb-99 / Time: 20:35:23 FreeBSD 4.0 -Current -- To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Re: Problem with "top" on current ?

1999-02-05 Thread William Woods
Just tried that, same error. On 06-Feb-99 Matthew Dillon wrote: > >: >:Ahhh...not sure what you mean here... >: >:On 06-Feb-99 Brian Feldman wrote: >:> On Fri, 5 Feb 1999, William Woods wrote: >:>> Floating point exception >

Re: Problem with "top" on current ?

1999-02-05 Thread William Woods
Ahhh...not sure what you mean here... On 06-Feb-99 Brian Feldman wrote: > On Fri, 5 Feb 1999, William Woods wrote: > >> Running 4.0 -Current build as of a few miniutesd ago, I go to run top and I >> get. >> >> top: cannot read *swapblist: kvm_read: B

Top not working in -Current??

1999-02-05 Thread William Woods
5 20:06:08 freebsd /kernel: pid 96162 (kikbd), uid 1000: exited on signal 11 Feb 5 20:09:20 freebsd /kernel: pid 97284 (top), uid 1000: exited on signal 8 Any ideas? -- E-Mail: William Woods Date: 05-Feb-99 / Time: 20:08:30 FreeBSD 4.0 -Current

Problem with "top" on current ?

1999-02-05 Thread William Woods
Running 4.0 -Current build as of a few miniutesd ago, I go to run top and I get. top: cannot read *swapblist: kvm_read: Bad address top: cannot read blmeta_t: kvm_read: Bad address Floating point exception -- E-Mail: William Woods Date: 05-Feb-99

STAROFFICE 5.0

1999-02-05 Thread William Woods
I ubderstand that StarOffice 5.0 now works with FreeBSD 4.0-current. Where would I find the instructions for implementing this? -- E-Mail: William Woods Date: 05-Feb-99 / Time: 11:19:15 FreeBSD 4.0 -Current -- To Unsubscribe: send

test............

1999-02-05 Thread William Woods
test. -- E-Mail: William Woods Date: 05-Feb-99 / Time: 11:48:00 FreeBSD 4.0 -Current -- To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

StarOffice 5.0

1999-02-05 Thread William Woods
Is it correct to assume that StarOffice 5.0 works with current now? -- E-Mail: William Woods Date: 05-Feb-99 / Time: 08:40:59 FreeBSD 4.0 -Current -- To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe fr

  1   2   >