current, how much?

2001-12-10 Thread Andrew
My name is Andrew. I am an erotic photographer and I love young Russian girls that's why I made this site for you. I was impressed when browseing the photos. Cool site Many russian lolitas. ( http://lola-tron.tc ) its only exclusive photos of Russian lolitas. Over 2000 fresh photos. High qu

Cross-compilation report.

2002-07-08 Thread andrew
7;m planning to build -current entirely on Alpha and, if Alpha-generated floppies will be bootable, we should consider that some kind of 64-bit cleanness and/or byteorder problem exists in code generates boot floppies. Am I right? Andrew. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsub

Re: Stuck in "objtrm"

1999-07-06 Thread Andrew Gallatin
I've occasionally seen systems wedged in a similar state. I reported my sighting of this on May 24th. Haven't seen it since. The one bit of useful info I've learned since my report was that from a talk with the program's author, I suspect the object in question may have been created with mmap

Re: "objtrm" problem probably found (was Re: Stuck in "objtrm")

1999-07-12 Thread Andrew Reilly
nd Applications (OOPSLA'97), Volume 32, Issue 10 - Atlanta, GA, USA, October 1997, pages 125-141. http://SmallEiffel.loria.fr/papers/papers.html#OOPSLA97 as a justification for that approach. -- Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: "objtrm" problem probably found (was Re: Stuck in "objtrm")

1999-07-12 Thread Andrew Reilly
ion of dynamic loading anywhere here. We were referring to tiny inlined assembly language routines. The existing implementation is #defines in a C header file. (No, SmallEiffel doesn't do dynamic loading, and that's a perfectly fair and reasonable choice for a large number of application

lockmanager panic

1999-07-19 Thread Andrew Atrens
ay, so won't be checking mail until then. Cheers, Andrew. -- +-- | Andrew Atrens Nortel Networks, Ottawa, Canada. | | All opinions expressed are my own, not those of any employer. | --+ Heller's L

Re: lockmanager panic

1999-07-20 Thread Andrew Atrens
I think I'm up to date :) ... Unfortunately I won't be able to try out your fix until this evening :( ... Cheers, Andrew. -- $ ident swap_pager.c swap_pager.c: $Id: swap_pager.c,v 1.121 1999/07/16 05:11:35 alc Exp $ $ grep BUF_KERNPROC swap_pager.c BUF_K

diskless booting broken

1999-07-27 Thread Andrew Gallatin
mountrootfs. The appended hack (in the spirit of the first MFS_ROOT fix by John Birrell) seems to fix it temporarily. Can somebody with a clue please look into this? Thanks, Drew ------ Andrew Gallatin, Sr Systems Programme

Re: Q: Extending the sysctl MIB for Linuxulator variables

1999-08-16 Thread Andrew Gallatin
I'd really like somebody to look it over before I commit it. I've left it at http://www.freebsd.org/~gallatin/osf1.tar.gz -- Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: [EMAIL PROTECTED] Department of Computer Scie

Re: cd writer recommendation?

1999-08-17 Thread Andrew Atrens
for all of Soren's efforts. :) To conclude, I like 7200i, the FreeBSD support is reasonable (for what I need), and this device is somewhat cheaper than it's SCSI cousins. Cheers, Andrew. -- +-- | Andrew Atrens Nortel Networks, Ottawa, Canada. | | All opinions exp

Re: cd writer recommendation?

1999-08-17 Thread Andrew Atrens
ll SCSI-3/mmc compliant drives, All > ATAPI/mmc compliant drvies" > > The HP 7200 drive is listed, so maybe it will work with your drive. Hmm, actually it requires Linux's `scsi emulation layer' which makes atapi's look like scsi's (I know this is a simplifica

Re: cd writer recommendation?

1999-08-18 Thread Andrew Atrens
$AUBLKSIZE '*' $AUWRSIZE` IBS=`expr $AUBLKSIZE '*' $AURDSIZE` rtprio 5 team -v 1m 5 <$1 | \ rtprio 4 dd ibs=$IBS of=$WORM obs=$OBS conv=osync || exit ymmv, Andrew. -- +-- | Andrew Atrens Nortel Networks, Ottawa, Canada. | | All

Re: ccd bugs (was: Kernel hacker tasks seek interested hackers)

1999-08-18 Thread Andrew Gallatin
d-5) runs circles around Solaris' disksuite software Raid-5. Drew -- Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: [EMAIL PROTECTED] Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: s

cc -O broken in -current for Alpha KLDs

1999-08-19 Thread Andrew Gallatin
_mod = {"simple", simple_modevent, 0}; DECLARE_MODULE(simple, simple_mod, SI_SUB_DRIVERS, SI_ORDER_ANY); /**** end **/ Any help would be appreciated. I'm currently trying to see if the problem occurs in egcs 2.95 (from ports). But it currently doe

Re: cc -O broken in -current for Alpha KLDs

1999-08-20 Thread Andrew Gallatin
Doug Rabson writes: > On Thu, 19 Aug 1999, Andrew Gallatin wrote: > > > > > I do most of my development on alphas & I just turned some local code > > into a loadable kernel module. It works fine when compiled into the > > kernel statically, but fails m

Re: problem with vnconfig -s labels ...

1999-08-20 Thread Andrew Atrens
Luigi, I've been seeing the same thing for about 6 weeks now :) I, too can reproduce the panic _at will_. If anyone's interested I've got a large selection of kernel cores to choose from :) ... Andrew. Some comments below ... On Fri, 20 Aug 1999, Luigi Rizzo wrote: >

Re: problem with vnconfig -s labels ...

1999-08-20 Thread Andrew Atrens
> > Someone also sent me a report on that, so it's a real problem. I have a > traceback, but without debugging symbols. Doh! Sorry about that :) I'll rebuild my kernel later today... Cheers, Andrew. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

help! - strange vn behaviour

1999-08-20 Thread Andrew Atrens
I'll cc: hackers and see if this rings a bell for anyone :| .. Andrew > >Btw, can you explain why this happens? > > > > > >$ partitionsize=256 > > > >$ sects=`/bin/expr $partitionsize '*' 64 '-' 1` > > > >$ vnconfi

Y2K problems? I thought it was over.

2000-01-03 Thread Andrew Sherrod
Guess ELM 2.4 isn't Y2K compliant. Not a huge problem, but annoying. FreeBSD: Received: from cscfx.sytex.com ([EMAIL PROTECTED] [205.147.190.131]) by sytex2.sytex.com (8.9.1/8.9.1) with SMTP id LAA03024 for <[EMAIL PROTECTED]>; Tue, 4 Jan 2000 11:57:16 -0500 (EST) From: [EMAIL PROTECTED] X-Mail

Re: Y2K problems? I thought it was over.

2000-01-03 Thread Andrew Sherrod
Do you know which version is shipping with FreeBSD 3.4? Andrew Kenneth Milton wrote: > +----[ Andrew Sherrod ]- > | Guess ELM 2.4 isn't Y2K compliant. Not a huge problem, but annoying. > | > | FreeBSD: > | > | Received: from

Re: Please help spread the CVSup mirror load more evenly

2000-01-21 Thread Andrew Reilly
> > > > That's one of the things I have to fix up. This script is good for > > me, but bad for everyone. Enhancements like this would be a good > > thing. Got time? > > I don't know perl. Darn. Yes, I will learn perl. Now. sh has random numbe

newpcm: ESS1688, simplex problems, stuttering

2000-01-25 Thread Andrew Gallatin
I can actually hear my laptop make noise! Unfortunately, I seem to be having the same symptoms as Nick Hibma & Donn Miller are reporting in the "pcm - stutters" thread. Since my box is dog-slow, I only hear stuttering from amp. It is a little better with RealPlayerG2, but not great. Than

Re: pcm - stutters

2000-01-27 Thread Andrew Gallatin
ort. RealPlayerG2 seems to do better than amp. Especially if I tell it to "disable custom sampling rates." But still not as good as mpg123. Drew -- Andrew Gallatin, Sr Systems Programmer h

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Andrew Reilly
t another data point. -- Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: df output ? (picobsd related)

2000-02-07 Thread Andrew Reilly
r, basename or other progs, they are just not there! How about dev="/dev/${8#*:}" ? -- Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

lockd feedback

2000-02-12 Thread Andrew Gallatin
16:49:24.483174 gale.cs.duke.edu.1021 > sausage.cs.duke.edu.lockd: udp 152 (ttl 30, id 21621) <...> Lockd comaplains: Feb 12 16:54:10 rpc.lockd[8423]: Cannot stat filehandle: Stale NFS file handle If I can be of more use, let me know. Drew --

Re: lockd feedback

2000-02-12 Thread Andrew Gallatin
ckmgr 1000213 udp 4045 nlockmgr 1000214 udp 4045 nlockmgr 1000211 tcp 4045 nlockmgr 1000213 tcp 4045 nlockmgr 1000214 tcp 4045 nlockmgr Actually, I've never run the old one.. Drew ----

Re: Is openssl/openssh working right yet for others?

2000-02-25 Thread Andrew Sherrod
I had similar problems with mod_ssl (for apache). And once I completed that, getting it to install, and for apache to recognize it... Well, actually still working on it. Apache tells me to configure ssl, I do, ssl tells me to run "make certificate" on apache, and I do, apache crashes then tells me

Re: cpp change breaks ipfw

2000-02-26 Thread Andrew Reilly
I dare say that this would work less well if you were using a local DNS. Maybe m4 (instead of cpp) is the right way to do it? -- Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: slow to boot

2000-02-15 Thread Andrew Gallatin
; That works! The pause is gone and the reboot time is more than cut in half. I urge you to commit this ;-) Thanks! Drew -- Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: [EMAIL PROTECTED] Department o

Re: slow to boot

2000-02-15 Thread Andrew Gallatin
gt; ata1: mask=00 status0=ffa5 status1=ffa5 <...> Thanks! -- Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: [EMAIL PROTECTED] Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to

4.0 hangs (fwd)

2000-02-16 Thread Andrew Maltsev
Hi, guys! Any comments? I had to downgrade back to 3.4 yesterday.. which works absolutely without problems. If you're going to say ``it's hardware problem'' -- this was my first thought too. I tried to change memory and it did not help. Ideas? Yours, Andrew. - Forward

Re: Big ATA problems

2000-02-20 Thread Andrew Gordon
On Sun, 20 Feb 2000, Hellmuth Michaelis wrote: > > A typical isic hardware has an ISAC and an HSCX chip onboard. The ISAC > chip does the D-channel handling and uses offsets 0-0x2b and 0x30-0x3b, > the HSCX (B-channels) uses offsets 0-0x3b and 0x40-0x73. But in the case of the teles16.3, it does

Re: make world problems at vm/vnode_pager.h -> vm/vnode_pager.ph

2000-03-01 Thread Andrew Gallatin
installworld' BTW -- did you see this on FreeBSD/i386 or FreeBSD/alpha?? Drew -- ------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: [EMAIL PROTE

ETA on RC3?

2000-03-03 Thread Andrew Gallatin
I'm just wondering -- when is RC3 expected? ? A lot has happened since the 2/14 snap.. Thanks, Drew -- Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke Unive

VMWare 2.0R broken - linux ioctl(13, 1260, *) not implemented

2000-03-04 Thread Andrew Atrens
ough, any help y'all could provide would be greatly appreciated. :) Andrew. -- +-- | Andrew Atrens Nortel Networks, Ottawa, Canada. | | All opinions expressed are my own, not those of any employer. | --+ Berk

Re: Trouble with CVSUP to 4.0 Release, any ideas??

2000-03-16 Thread Andrew Gallatin
a 'make -i installworld' Drew ------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: [EMAIL PROTECTED] Department of Computer Science

Re: Streamlining FreeBSD Installations

2000-03-17 Thread Andrew Gordon
On Fri, 17 Mar 2000, Forrest Aldrich wrote: > I was also curious about what people do to keep a fleet of FreeBSD machines > up-to-date with CVSup and buildworld. I can't imagine manually going to > more than 100 machines and doing the same thing manually... how time consuming. > > To summariz

Re: cd writer recommendation?

1999-08-23 Thread Andrew Atrens
$AUBLKSIZE '*' $AUWRSIZE` IBS=`expr $AUBLKSIZE '*' $AURDSIZE` rtprio 5 team -v 1m 5 <$1 | \ rtprio 4 dd ibs=$IBS of=$WORM obs=$OBS conv=osync || exit ymmv, Andrew. -- +-- | Andrew Atrens Nortel Networks, Ottawa, Canada. | | All

Re: gdb-4.17 in FreeBSD 4.0-CURRENT

1999-08-31 Thread Andrew Cagney
db-current (but so far gdb-4.17 is the most useful version > I've seen for debugging C++). I would like to encourage the FreeBSD group to invest the time needed to get the changes needed to GDB merged back into the master sources. Just remember that the responsible party will need a GPL assignm

Re: Fixed sound card problem.

1999-09-03 Thread Andrew Reilly
(CS423x/Yamaha/AD1816 sn 0x) at 0x530-0x537 irq 5 drq 1 flags 0x10 on isa So, is 0 a useful 2nd DMA channel, or does the driver make do with one channel now? This is on a -stable system cvsupped on 2nd September. -- Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsu

Need Installation Help...

1999-09-03 Thread Andrew Whitcroft
. -- -- Andrew Whitcroft n9kws at execpc.com -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: New PnP code does not work for me(?)

1999-09-27 Thread Andrew Sparrow
> : case 0x31008c0e: /* CTL0031 */ > : case 0x41008c0e: /* CTL0041 */ > : case 0x42008c0e: /* CTL0042 */ > : + case 0x44008c0e: /* CTL0044 */ > : case 0x45008c0e: /* CTL0045 */ > What is CTL0043? Seems like a logical progression to me :-

Re: HEADS UP: sigset_t changes committed

1999-09-30 Thread Andrew Reilly
old kernel, just compile it. I agree that there are probably some curly issues regarding building a build-only set of tools. These are obviously going to be _different_ from the equivelant tools that you want built as part of the buildworld, being cross-compilers and so on. I don't know how close

Re: new sigset_t and upgrading: a proposal

1999-09-30 Thread Andrew Reilly
user to build and install a kernel that supports the new API before they try to installworld. Isn't it? -- Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: /bin/sh Exec format error

1999-10-02 Thread Andrew Gordon
On Sat, 2 Oct 1999, Matthew Dillon wrote: > > Also, when all else fails try booting from a FreeBSD CD. Altneratively > it may be possible to boot the normal kernel and use a FreeBSD CD as root > by typing 'boot /kernel -C' (or -c, I forget which). > It's -C Note however that -C is

Re: new sigset_t and upgrading: a proposal

1999-10-04 Thread Andrew Reilly
s, and test it for a while _before_ building and installing a world that depends on it. -- Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

installworld broken from R/O /usr/obj

1999-10-05 Thread Andrew Gallatin
strncmp(member, RANLIBMAG, 1) == 0)){ member = cp + 1; } len = tlen = strlen (member); Anybody interested in comitting this? I passed it by the person who committed 1.13 of arch.c & was ignored. I don't know make well enough to feel comfortable committing this m

Re: installworld broken from R/O /usr/obj

1999-10-10 Thread Andrew Gallatin
; this problem can be traced to the RANLIBMAG string being set to "/". > > There's a PR about this now. The smaller fix in the PR seems to work. Ah yes, in bin/14167. The fix is much tighter & appears to work. -------

Re: installworld broken from R/O /usr/obj

1999-10-10 Thread Andrew Gallatin
Julian Elischer writes: > that fix was applied by me about 5 minutes ago.. > Thank you! Drew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: really draggy NFS access in -current?

1999-10-28 Thread Andrew Gallatin
ok into it properly, so I just switched all my mounts over to udp & the problem just went away. Drew -- Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University

Re: really draggy NFS access in -current?

1999-10-28 Thread Andrew Gallatin
Matthew Jacob writes: > > UDP. Local network. Very puzzling. Oh well. So much for a shot in the dark.. -- Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke Univ

odd NFS behaviour with DU 4.F client

1999-10-28 Thread Andrew Gallatin
sts to a valid filehandle if the client has not mounted the FS? Should it be returning some sort of error? Thanks, Drew -- Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University

Re: odd NFS behaviour with DU 4.F client

1999-10-28 Thread Andrew Gallatin
a misconfigured duplex on a 100Mb link). They tend to be in nfs_request (nfs/nfs_socket.c:110) or nfs_readrpc (nfs/nfs_vnops.c:1093). These are both calls to nfs macros that would be a lot easier to debug if they weren't macros ;-) Thanks, Drew ------

Re: odd NFS behaviour with DU 4.F client

1999-10-28 Thread Andrew Gallatin
ligned > accesses. This means there are almost certainly alignment bugs in the > code. > > -Matt I'm all in favor of having all the developers have alphas so these things get caught early ;-) Cheers, Drew ---

Re: odd NFS behaviour with DU 4.F client

1999-10-29 Thread Andrew Gallatin
Matthew Dillon writes: > > Well, there was a bug in nfsrv_create() which caused the server to > not reply to an NFS packet. This led to a general revamping of the > server side code which may have fixed other rpc's at the same time. > Whether fixing that bug solves the prob

pam config problem ?

1999-10-29 Thread Andrew Atrens
All, rlogind has been broken for me (-current) for a couple of weeks - is this a known problem ? --atrens@churchill: /usr/home/andrew -- $ cat .rhosts + atrens + andrew + root --atrens@churchill: /usr/home/andrew -- $ rlogin localhost assword:asdfasfdasdfas ^C --atrens@churchill: /usr

K6-III wrtalloc + mtrr support ?

1999-10-29 Thread Andrew Atrens
:/usr/local/src/cvs/sys/compile/CHURCHILL Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 451023849 Hz CPU: AMD-K6(tm) 3D+ Processor (451.02-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x591 Stepping = 1 Features=0x8021bf AMD Features=0x8

Re: odd NFS behaviour with DU 4.F client

1999-10-29 Thread Andrew Gallatin
e recent kernel? Thanks, Drew -- Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: [EMAIL PROTECTED] Department of Computer Science Phone: (919) 660-6590 To U

Re: odd NFS behaviour with DU 4.F client

1999-10-29 Thread Andrew Gallatin
#x27;ll let you know. It might be a while though... Drew ------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: [EMAIL PROTECTED] Department of Comput

Re: K6-III wrtalloc + mtrr support ?

1999-10-30 Thread Andrew Atrens
s ? Hmm, I guess I could just UTSL on this one :) ... Andrew. -- +-- | Andrew Atrens Nortel Networks, Ottawa, Canada. | | All opinions expressed are my own, not those of any employer. | --+ Heller's Law: The

Re: Network booting, I'm off to work (was Re: GENERIC build broken)

1999-01-02 Thread Andrew Gallatin
& netboots? And what if the NIC doesn't support PXE? Am I just SOL? Again, I'm not trying to contribute to the FUD. I'm just not sure I understand how what you are proposing will affect me. Thanks, Drew ---

Re: ESS 1868 driver (again)

1999-01-02 Thread Andrew Atrens
ot mistaken the old pcm preferred MSS emulation for this card. Is it possible that the new pcm tries to use SB emulation ? I ask because I know my SB emulation settings for this card are _wrong_. With old pcm, this didn't appear to matter, but with new pcm, h. Something to try out I guess wh

Re: ESS 1868 driver (again)

1999-01-03 Thread Andrew Gallatin
Andrew Atrens writes: > > Here's how my card is currently detected - > > pcm0: at port >0x220-0x22f,0x530-0x537,0x388-0x38b,0x330-0x331,0x370-0x371 irq 5 drq 0,1 on isa0 > Yamaha: ver 0x21 DMA config 0x84 > pcm: setmap 3, ff00; 0xc77e9000 -> 300

Re: egcs -O breaks ping.c:in_cksum()

1999-11-15 Thread Andrew Reilly
le. That's about the only genuine semantic content of the register keyword now. The fix with a union (in another message) is the right way to do it, and doesn't even require that "answer" be in addressable storage. (I.e., it can now be optimised into a register). -- Andrew T

Re: Looking for testers...

1999-01-17 Thread Andrew Gallatin
on all my 21143 equipped alphas. This news has made my week, my month! Positive test results will follow via private email. THANK YOU! Drew ------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke

Re: State of Alpha support and Oracle.

1999-11-28 Thread Andrew Gallatin
stems). In those catagories, an $8k Compaq Professional Workstation xp1000 will kick sand in the face of any x86 hardware I've seen which is in the same price range. I haven't played with a rambus based machines yet though.. Drew

HEADS-UP -- 4.0 alpha klds will need recompiling!

1999-11-29 Thread Andrew Gallatin
symbols will not be present in the kernel. This is a good time to rebuild your modules anyway, as pal.s will be going away shortly. Andrew Gallatin writes: > gallatin1999/11/29 12:31:46 PST > > Modified files: > sys/alpha/includeipl.h > sys/alpha/alpha

Re: HEADS-UP: bdevs have been assimilated.

1999-12-02 Thread Andrew Gallatin
out it (messages to -alpha and -committers), but I guss that wasn't enought. Sorry, Drew -- Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: [EMAIL PROTECTED] Department of Computer Science Phone: (9

Re: Errors from the ata disk driver

1999-12-11 Thread Andrew Gallatin
Ultra controller. Soren knows about the problem & is going to fix it. ------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: [EMAIL PROTECTED] Department of Computer Scienc

Re: ATA problem

1999-12-11 Thread Andrew Gallatin
ine from home & cannot walk up & hit the reset button. :-( Drew ------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: [EMAIL

Re: Errors from the ata disk driver

1999-12-11 Thread Andrew Gallatin
s the backdown to PIO on Promise Ultra controllers work now? I've been watching the commits to the ata driver, and haven't seen anything that makes me think that it would.. but I haven't tried it since last week. Thanks, Drew -

Re: Errors from the ata disk driver

1999-12-13 Thread Andrew Gallatin
Soren Schmidt writes: > It seems Andrew Gallatin wrote: > > > These are UDMA CRC errors, if you upgrade to the latest current, ata > > > knows to retry these, only if they persist, something is wrong. > > > However it could indicate cable problems, ie bad c

Re: Errors from the ata disk driver

1999-12-13 Thread Andrew Gallatin
Andrew Gallatin writes: > > Soren Schmidt writes: > > I've fixed it here (I hope), and it will be in the next batch of fixes. > > I hope to get through my mailbox today :) > > Thanks. I'm running a kernel built with them now. If/when we see CRC

ESS1688 newpcm support, soundblaster panics at boot

1999-12-14 Thread Andrew Gallatin
x operation is simply not well tested. Can anybody who is more familiar with newpcm please point me in the right direction? Thanks, Drew -- Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duk

Serious server-side NFS problem

1999-12-15 Thread Andrew Gallatin
84.621477 secs (6344381 bytes/sec) Today's kernel: dd if=zot of=/dev/null bs=64k 8192+0 records in 8192+0 records out 536870912 bytes transferred in 58.544409 secs (9170319 bytes/sec) Cheers, Drew -- Andrew Galla

Re: Serious server-side NFS problem

1999-12-15 Thread Andrew Gallatin
s off > the physical media. Nice! Thanks, Drew ------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: [EMAIL PROTECTED] Department of Computer Science

Re: Serious server-side NFS problem

1999-12-15 Thread Andrew Gallatin
Matthew Dillon writes: > > :Also, while read performance has improved by 44%, write performance > :has degraded by between 50 - 70% (FreeBSD clients)! Here are some > :quick benchmarks. Note that the file size of 512MB is larger than > :memory on both the server and client. Also note tha

Re: Serious server-side NFS problem

1999-12-15 Thread Andrew Gallatin
Matthew Dillon writes: > > : > : > :Matthew Dillon writes: > : > This is very odd. Does it lockup with UDP or only with TCP? And only > : > with a solaris client? > : > :This appears to be solaris only. I just tried a UDP mount & I see the > :same problem. Is there anythin

Re: Serious server-side NFS problem

1999-12-16 Thread Andrew Gallatin
write data over the network over and over > and over and over and over again. Very nice catch! Drew ------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University

framemaker for linux

1999-12-16 Thread Andrew Atrens
_frame_infosyscall write(2,0xbfbff518,39) returns 39 (0x27) syscall write(2,0x286cf1c7,0) returns 0 (0x0) syscall write(2,0x286cf1c7,0) returns 0 (0x0) syscall write(2,0x286cf1c5,1) returns 1 (0x1) syscall exit(0x7f) process exit, rval = 32512 I

Re: Serious server-side NFS problem

1999-12-16 Thread Andrew Gallatin
nd that is across a router!) and are reading at 7MB/sec. Awesome! Thanks, Drew ------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: [EMAIL PROTECT

Re: linux /proc and vmware.

1999-12-16 Thread Andrew Gallatin
erful. I'd also like to see us have enough information in /proc to be able to divorce ps & friends from libkvm. It would be nice to be able to have most tools continue to work if you have mismatched kernels & userlands. Drew --

Re: Serious server-side NFS problem

1999-12-17 Thread Andrew Gallatin
ing that the system spent 90% of its time in the static kernel, 9.5% in the device driver, and 0.5% in userland. The server is also close to maxed-out. I can provide an iprobe breakdown for it as well, and/or complete breakdowns for the client and server. Cheers, Drew ---

Re: framemaker for linux

1999-12-17 Thread Andrew Atrens
On Fri, 17 Dec 1999, Doug White wrote: > Date: Fri, 17 Dec 1999 20:45:40 -0800 (PST) > From: Doug White <[EMAIL PROTECTED]> > To: "Atrens, Andrew (A.B.) [EXCHANGE:SKY:1U33]" > <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: framemaker fo

ATA: more Promise Ultra wedges

1999-12-18 Thread Andrew Gallatin
tatus=51 error=84 ad_interrupt: hard error It never looses contact, never wedges. Oh for the good old days.. Cheers, Drew ------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University

Re: ATA: more Promise Ultra wedges

1999-12-20 Thread Andrew Gallatin
Soren Schmidt writes: > It seems Andrew Gallatin wrote: > > > > Søren, > > > > It looks like I spoke to soon when I said the world was safe for > > Promise Ultra users: > > > > ad3: ad_timeout: lost disk contact - resetting > > a

Re: -current, ep and fragment problems.

2000-03-24 Thread Andrew Sherrod
My 3.4 machine at work has periodic problems with the fxp. No performance issues (perhaps a little slow, but the network is congested enough that this is hard to measure). However it does periodically display an error message about "PHYS" and "unsupported". I am home right now, so I can't reprodu

Re: Is there spinlocks/semaphores available for drivers?

2000-03-27 Thread Andrew Reilly
gt; : the read index variable. No locking is required between reader and > : writer. > > What about wrap around? You mean queue empty or queue full? That's when you have to punt to a rate-limit mechanism. Dunno what that would be in interrupt context. -- Andrew To

Re: JetDirect 500X and FreeBSD

2000-04-01 Thread Andrew MacIntyre
ialize all the jobs. We do this at work, although in that case NT is providing the "print server" function. -- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: [EMAIL PROTECTED](work) | Snail: PO Box 370 [EMAIL PROTECTED] (play) |Belc

Re: Overwhelming messages from /sys/netinet/if_ether.c

2000-04-07 Thread Andrew Gordon
On Fri, 7 Apr 2000, David Holloway wrote: > I say with 99% certainty that assigning 0.0.0.0 to > the interface is a requirement of dhcp. > > You can't stop using it and expect dhcp to work. Yes, RFC2131 clause 4.1 says: DHCP messages broadcast by a client prior to that client obtaining

Re: lockd-0.2 released!

2000-04-07 Thread Andrew Gallatin
rs, Drew ------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: [EMAIL PROTECTED] Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to [EMAIL PROTEC

Re: Overwhelming messages from /sys/netinet/if_ether.c

2000-04-08 Thread Andrew Gordon
On Fri, 7 Apr 2000, Mike Smith wrote: > > > > However, this isn't really an excuse for issuing ARP with a source address > > of zero: the initial DHCP exchange is done with broadcasts (so doesn't > > need ARP), and after that the address is known. The problem presumably > > arises due to other t

Re: FreeBSD Build status

2000-04-17 Thread Andrew Reilly
ed-upon, then there isn't a problem. -- Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-20 Thread Andrew Reilly
d. Have you got "X11Forwarding yes" in the /etc/sshd_config? I had it set in my ~/.ssh/config file, but that made no difference when the server was denying the requests. Thanks to this conversation and man sshd, I've fixed the problem I was having. Thanks. -- Andrew To Unsub

Re: Anyone have OpenSSH + X11-fwd working?

2000-04-21 Thread Andrew Reilly
On Fri, Apr 21, 2000 at 01:25:20AM -0600, Warner Losh wrote: > In message <[EMAIL PROTECTED]> "Andrew Reilly" writes: > : Have you got "X11Forwarding yes" > > Ahem. "ForwardX11 yes" is what's documented and is known to work. Bzzzt. Ma

Re: SMP changes and breaking kld object module compatibility

2000-04-24 Thread Andrew Gallatin
g a module flag day, I'm thinking that it might be a good time to MFC Jonathan Lemon's checksum offloading code. Doing this would require changing MSIZE to 256, which in turn would require recompiling any module using mbufs (all NICs, network filesystems, etc). Cheers, Drew --

apm halts my system during start up.

2000-04-24 Thread Andrew Atrens
for fe80:0001::0240:05ff:fe59:30f0 ed0: DAD complete for fe80:0001::0240:05ff:fe59:30f0 - no duplicates found /dev/vmmon: Module vmmon: registered with major=200 minor=0 tag=$Name: build-438 $ /dev/vmmon: Module vmmon: initialized vmnet1: not multicast capable, IPv6 not enabled --

Warning on boot

2000-05-14 Thread Andrew Tulloch
fix, but I don't know what :) Thanks Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: ACPI project progress report

2000-06-19 Thread Andrew Reilly
t; Xserver saying "you own the device, you'd better do something" Yeah. The X server has far too much "driver" level code in it already, so probably needs to be tweaked to re-initialise itself properly. -- Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

  1   2   3   4   5   6   7   8   >