Re: What hardware do you use ?

2002-05-10 Thread Doug White
r away from the base ATA33 controller. Even the cheap FastTrack ATA RAID they put on is ATA100 and is plenty fast (and supported!) . As soon as I get my hands on the AMD stuff I'll consider a recommendation. :) Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | w

Re: What hardware do you use ?

2002-05-13 Thread Doug White
interface for system disks. I don't see it in the STL2 manual so I guess they learned their lesson later on. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: What hardware do you use ?

2002-05-14 Thread Doug White
e ATA RAID connectors though, and the build manuals say to use the RAID channels, yadda yadda. The CDROM uses the secondary channel off the OSB4 I think, I'd have to check the dmesg again. The ATA RAID is UDMA/100 so it's a huge improvement either way :) Doug White|

Re: Collect process sleeping statistics

2002-05-14 Thread Doug White
oes go to sleep the WCHAN will be filled in and visible in top and ps. You could write a program to collect the WCHANs every so often and build some course stats. And if you really wanted to get fancy it might not be too hard to build a scheduler or hz-driven procedure to log them directly in the

Re: tuning a CPU bound server

2002-05-14 Thread Doug White
Previously, I tweaked some > of the variables available via sysctl based on an article for tuning > the Lyris ListManager, and have tried other parameters that appear > to be related (the sysctl documentation for non-kernel hackers is > a bit sparse). > > Omar > > > To Un

Re: tuning a CPU bound server

2002-05-15 Thread Doug White
ght be somewhere to concentrate on to get a few % cpu back. The rspawns sound about right from my experience. Moving it to a separate box, if useful, might be a good idea, at least to try. Running two qmail instances on the same machine is probably hurting each other, so you might want to collapse th

Re: remotely restoring over a live working system

2002-05-15 Thread Doug White
t I'm booting and running > off ad0? My thoughts are that it's faster but higher risk. Be careful spamming the existing files, if the tar keels over and eats, oh say, libc Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org

Re: tuning a CPU bound server

2002-05-17 Thread Doug White
n? You are welcome to rewrite qmail to use kqueue if you wish :) Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: kernel daemon clean up

2002-05-20 Thread Doug White
h' messages during the shutdown sequence. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: 4.6-RC, Dell PowerEdge 4600, PCI boot-time bus walk

2002-05-23 Thread Doug White
ard PCI support? If so, who's working on it? Hardware is now out there ... :-) Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: [therman@lsil.com: 3rd party drivers]

2002-05-24 Thread Doug White
arty > driver disks? Doesn't sysinstall already support loading klm's off a floppy? Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: KLD mmap question

2002-05-30 Thread Doug White
ontigmalloc at attach time it should succeed. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: KLD mmap question

2002-05-31 Thread Doug White
a page is pretty silly, since you get a page anyway. Why not just use normal malloc? Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Cannot access disk

2002-06-06 Thread Doug White
, I get the error message "excessive recursion in search for > slices" by the kernel on any attempt to access ad3 (mount a partition, > fdisk -s /dev/ad3, or even a read() on ad3). Try zeroing off the beginning of the disk with dd; maybe there's a corr

Re: Cannot access disk

2002-06-07 Thread Doug White
On Fri, 7 Jun 2002, [iso-8859-7] ¶ããåëïò Ïéêïíïìüðïõëïò wrote: > On Thursday 06 June 2002 22:36, Doug White wrote: > > On Thu, 6 Jun 2002, Aggelos Economopoulos wrote: > > > After adding a 40G ide disk(ad3) on my system, I 'ld like to devote > > > some extra spac

Re: Motherboard temperature sensing

2002-07-11 Thread Doug White
On Tue, 9 Jul 2002, Julian Elischer wrote: > I haven't been following this so now naturally > it becomes important.. > > > anyone have good pointers? If you're looking at server machines with IPMI I have some tools that can query the tempera

Re: mta versus sendmaill

2002-07-28 Thread Doug White
t;/etc/rc.postfix" to get it going (after creating rc.postfix of course). Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

SMP P4 Xeons out there?

2002-08-10 Thread Doug White
Intel SE7500WV2 (Intel E7500) Dell PE2650 (Serverworks GC-HE) If anyone understands the Proper(tm) way to support hyperthreaded CPUs and can explain it that would be neat too. Intels docs are a little lean on the matter. Thanks! -- Doug White| FreeBSD: The P

Re: arplookup: host is not on local network

2002-08-11 Thread Doug White
/proc flags to disable that behavior. You can, of course, comment out the printfs, or hide it behind log_arp_wrong_iface which is controlled by the sysctl net.link.ether.inet.log_arp_wrong_iface. The file you want to modify in that case is src/sys/netinet/if_ether.c. -- Doug White

Re: arplookup: host is not on local network

2002-08-12 Thread Doug White
On Sun, 11 Aug 2002, Sean Hamilton wrote: > From: "Doug White" <[EMAIL PROTECTED]> > > You should check that your network configuration is correct first, then > > use tcpdump to locate the offender and report them to your provider. They > > can ask the owne

Re: Routing table: removing an invalid entry

2002-08-13 Thread Doug White
address: 64\&0x7f01 You mean the ones with bogus netmasks? Give the netmask in the 'route delete' arguments. route delete 64 netmask 0x7f01 That might work :) -- Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org

RE: SMP P4 Xeons out there?

2002-08-21 Thread Doug White
rs don't, and linux requires overriding the SMP initialization to use ACPI to make it work. I think the ones I have are 1.8's. -- Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: SMP on Intel SE7500CW2

2002-08-27 Thread Doug White
27;ve seen other ones work fine. If its trying to init missing APs, that sounds like a broken mptable on the machine, and is probably fixed in a BIOS update. (Windows would bluescreen on such a system as well, probably) -- Doug White| FreeBSD: The Power

Re: Dell 2650 SMP perf question

2002-09-10 Thread Doug White
on FreeBSD at current. It requires some ACPI work which hasn't happened yet. -- Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Dell 2650 SMP perf question

2002-09-12 Thread Doug White
On Wed, 11 Sep 2002, John Baldwin wrote: > > On 11-Sep-2002 Doug White wrote: > > Random notes: > > > > On Tue, 10 Sep 2002 [EMAIL PROTECTED] wrote: > > > >> Hyperthreading is turned off, I believe. There aren't any > >> "hyperthr

Re: AP #1 (PHY# 6) failed!

2002-09-12 Thread Doug White
tem event log for any messages, and/or seek out a replacement. -- Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: bge problems (was: gigabit NIC of choice?)

2002-09-12 Thread Doug White
or their gig-e cards (em). Thanks to all who lined that up, it works great. But broadcom does take the cake for being anal about NDAs. -- Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] wit

Re: Logitech iTouch Cordless Desktop

2002-10-17 Thread Doug White
er and/or playing with the KBD_RESETDELAY and KBD_MAXWAIT kernel options. These are documented on the atkbdc man page. In general, though, avoid any gimmicky keyboards with non-Windows operating systems :-) -- Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.Fr

Re: vmstat to detect memory leaks?

2002-11-11 Thread Doug White
ry allocations. -- Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: vnconfig

2002-11-29 Thread Doug White
On Fri, 29 Nov 2002, Yury Tarasievich wrote: > Hi, > > Regarding vn subsystem: since about 4.6-RELEASE vnconfig -d no longer disables >/dev/vn entry. > That means that... > > vnconfig -e /dev/vn > vnconfig -d /dev/vn ^ Don't you mean -u? -- Doug White

Re: Devloper

1999-07-18 Thread Doug White
sses into those that ought to be killed first and > > those that ought to be killed last in low-memory situations Doug White Internet: [EMAIL PROTECTED]| FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite| www.freebsd.org To Uns

Multiple NAT alias addresses

1999-09-13 Thread Doug White
meone can note any inconsistencies that would be great. Doug White Internet: [EMAIL PROTECTED]| FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite| www.freebsd.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-h

Re: Multiple NAT alias addresses

1999-09-14 Thread Doug White
bank) and see if those work. I can't attach gdb to a running -g'd version of natd, it just segfaults. :( > > Does natd support multiple alias addresses, or am I missing something > > obvious? > > > Definitely supports! > > BTW, what version you are on

Re: Multiple NAT alias addresses

1999-09-14 Thread Doug White
d to >[TCP] 1.2.3.5:80 -> 212.110.138.4:49960 > In [TCP] [TCP] 212.110.138.4:49960 -> 1.2.3.5:80 aliased to >[TCP] 212.110.138.4:49960 -> 192.168.2.201:80 > Redirections are happening. Very odd. I'm going to adjust the configfile so that it has no c

Re: Multiple NAT alias addresses

1999-09-16 Thread Doug White
espaces at the end of > your redirect_port rules! I'll be sure to keep the whitespace pollution down. Doug White Internet: [EMAIL PROTECTED]| FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite| www.freebsd.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Multiple NAT alias addresses

1999-09-19 Thread Doug White
t these patches, and > THANK YOU VERY MUCH for digging this out, there was a cool hacking! I would be happy to. I still have the test environment. Someone restarted the firewall and it included my changes (no address for the default alias IP), and it's working perfectly. FreeBSD to the r

Re: Crunching pkg_add ?

1999-09-21 Thread Doug White
get the following : look at attachment ? cleanup is in src/usr.sbin/pkg_install/add/perform.c. Do you have the whole pkg_install source checked out? Doug White Internet: [EMAIL PROTECTED]| FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite| www.

Re: Infrared trackball diffs available

1999-09-21 Thread Doug White
ypad. It was a pretty good deal for $17US. > > My ultimate goal is to use it to control my mp3 playing FreeBSD server. Toss this to [EMAIL PROTECTED], we have support for other remotes. Doug White Internet: [EMAIL PROTECTED]| FreeBSD: The Power to S

Re: SMP motherboards

1999-09-22 Thread Doug White
t and operate. Our boot problem may be related to memory, we're working with our vendor on tracking it down. Doug White Internet: [EMAIL PROTECTED]| FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite| www.freebsd.org To Unsubscr

Re: updating packages automatically...

1999-09-28 Thread Doug White
pendency check w/o actually building them would be a plus. This should be very easy to do w/ the current bsd.port.mk frame. Doug White Internet: [EMAIL PROTECTED]| FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite| www.freebsd.org To Unsu

Re: PPPoE offer.

1999-09-30 Thread Doug White
nd advice. It took me 2 months to design & code it, and that was working part-time through school. Doug White Internet: [EMAIL PROTECTED]| FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite| www.freebsd.org To Unsubscribe: send mail to

Re: booting from a second slice

1999-09-30 Thread Doug White
ut I would have thought that > the loader would enable me to say currdev=disk1s2a: set curdev=disk1s2a You may need to force the root directory too with set rootdev=disk1s2a Doug White Internet: [EMAIL PROTECTED]| FreeBSD: The Power to Serve http://gla

Re: qcam/cqcam driver

1999-10-04 Thread Doug White
nd wasn't maintained. I was a victim of said panics. It wasn't very nice. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Proposal for the kill-list (userland nfs)

1999-10-05 Thread Doug White
to remove the '@' feature because of the above reasons. It is > > much easier to fix our userland mount(8) and umount(8) commands to > handle the different situations properly as described in the RFC. If you want to do this, I suggest a round of releases that have mount com

Re: Proposal for the kill-list (userland nfs)

1999-10-05 Thread Doug White
ated, use server:path > > > > would be sufficient. > > A good idea, but how can one make a difference between delimitors > and path-components ? This would be impossible in some cases. Well, the current code must differentiate in some way, so attach the warning to that. Dou

Re: natd question

1999-10-19 Thread Doug White
s complete unplug one of the networks from the bsd box then throw all the IPs over to the real IPs. I assume the two networks don't need to talk to one another once you have the test harness set up. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.Fr

Re: xntpd & xcdplayer

1999-10-28 Thread Doug White
> "Previous time adjustment..." message right away after starting to > play the CD. And after thinking back, it seems to me that I see > more of around the time when I'm playing CDs, so it seems like the two > might be related. (IDE) CD activity tends to suspend int

Re: Some modifications to natd. proposal

1999-10-28 Thread Doug White
e what you're looknig for here... do you want more than what 'natd -l' or strategically located ipfw log rules provide? Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: CCD questions

1999-10-29 Thread Doug White
ays to newfs rccd then that is a problem. My tutorial needs rewriting anyway, I'm not sure it works on 3.X anymore. It completely ignores the existence of fdisk -e, for starters, and the sysinstall options have moved. fdisk -e is _too_ useful. > Finally, the CCD home

Re: CCD questions

1999-11-01 Thread Doug White
the c partition information, and to newfs/mount that. I personally haven't run into problems but I've been warned that the c partition interface is subject to change. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: sen

Re: vmpfw in pine via NFS

1999-11-16 Thread Doug White
're breaking the cardinal rule of NFS: Never serve mail spools via NFS. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Tunning

1999-11-20 Thread Doug White
f you need an insane number of mbufs, set NMBCLUSTERS independently, but use 'netstat -m' to make sure you don't reduce the number of mbufs. I wouldn't touch NMBCLUSTERS independently unless you have information/experience otherwise. Doug White| FreeBSD: The

Re: What are short read and short write?

1999-11-20 Thread Doug White
#x27;' or ``short write'' are when the read() and write() system calls return less data than requested. For example, if you had the read call read(fd, &buf, 1024) and read could pull only 512 bytes from the file descriptor, read() would return 512 and tha

Re: question about boot loaders

1999-12-09 Thread Doug White
;active' (flag 0x80). Everything else was covered in Neil's handbook piece (which I should probably grab & commit! :-) ) Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with &quo

Re: Contribution

1999-12-10 Thread Doug White
gt; homepage). Are you interested? [Some people asked me to write step-by-step > howto. But it is not easy, so I'd like to make small changes to sysinstall to > accept also extended FreeBSD partitions]. Don't ask, just do it! :) Provide patches! Patches speak louder than words

Re: Contribution

1999-12-11 Thread Doug White
s to be better to distribute the psychological sense of ownership > across many many individuals. That's what happens in the case of the > Linux HOWTO- files. I would point to the Tutorials as being more HOWTO-like. As usual the trouble is finding people to write the documents in

Re: Cool little 100BaseTX switch - they're coming down in price

1999-12-21 Thread Doug White
:) I remember TotalControl modem racks are sold the same way, generally. > Other than that, great product. 2424M (not 2424) has simialr > feature set in a 24 port version. The 8000M is a waste of money, btw. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED]

Re: PR kern/14034: gettimeofday() returns negative value?

2000-01-21 Thread Doug White
of fail. I think you will find everything is working properly if you reverse the arguments to time_elapsed(). Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: RLIMIT_NPROC can be exceeded via setuid/exec

2000-01-21 Thread Doug White
2. Apache has config-file overrides for various resource limits. Problem: From #1 you may have set the soft limit higher than the intended hard limit for the user. I hope this illuminates some of the issues. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECT

Re: Acceptable MBUF levels?

2000-01-26 Thread Doug White
x27;s a fixed number. The kernel will allocate more mbufs as necessary. The usual rule of thumb is that the peak should never exceed 75% of the max mbufs in the system to allow for sufficient overhead in extreme situations. In this case you're at 80%, so you should probably recompile

Re: Acceptable MBUF levels?

2000-01-28 Thread Doug White
On Wed, 26 Jan 2000, Bosko Milekic wrote: > > On Wed, 26 Jan 2000, Doug White wrote: > > >When people refer to mbufs, they refer to mbuf clusters, of which there's > >a fixed number. The kernel will allocate more mbufs as necessary. > > Uhm, actuall

Re: Bad memory suspected

2000-01-31 Thread Doug White
her spectactularly. I have systems that pass repeated AMIDiag sweeps but couldn't build a kernel or survive a database churn to save their lives. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: NMBCLUSTERS

2000-02-06 Thread Doug White
ve blown up the max on a couple of occasions, mainly when we lost network connectivity and/or the ensuing rush after it came back. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "uns

Re: rpc.lockd

2000-02-12 Thread Doug White
that > was released just a short time ago. I take it no news is good news and > we can start the process of bringing it into the source tree? :) 4.0-RELEASE is in code freeze, so it won't make in there. I suspect someone will be available to get it into -CURRENT after

Re: Shell Code...

2000-02-24 Thread Doug White
Yeah, the shellcode is 0xb238fb23b238gub2348b223bdfz23a89230934897a324987287bd8970d8997893981deadbeef21398778787aaa9797bb8979878d87f87 Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Finding percent idle

2000-02-25 Thread Doug White
en able to figure that out. All pointers would be > appreciated. Last time I needed these values (for an LCD panel driver) I just stole the code from top. :) It involves grubbing around in kvm and counting ticks. Doug White| FreeBSD: The Power to Se

Re: How to fdisk/disklabel whole disk for FreeBSD from command line?

2000-02-27 Thread Doug White
s, and newfs's the target disk automatically. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: How to fdisk/disklabel whole disk for FreeBSD from command line?

2000-02-29 Thread Doug White
earing from you. I have an awk script mercilessly stolen from phk that does the disklabel dirty work. Otherwise it's straightforward: fdisk -e wd0 disklabel .. magic .. newfs /dev/wd0s1a Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Unattended ? install

2000-02-29 Thread Doug White
tted in the near future. We (eGroups) used to use a PXE loader for the Linux distribution, until we ran up against the BIOS limit for disk sizes, 8GB. Since nothing was brewing that was going to be ready soon that allowed us to use our 20GB disks fully, I built the PicoBSD install floppy a

Re: How to fdisk/disklabel whole disk for FreeBSD from command line?

2000-03-03 Thread Doug White
u may have to change the disk type in the script but otherwise it's the same for IDE and SCSI. I'm looking at the script and notice that it doesn't select slice 1... somehow disklabel DTRT. It works here :-) Doug White| FreeBSD: The Power to Serve [EMAIL PROTE

Re: Disklabel from command line...

2000-03-03 Thread Doug White
See src/release/picobsd/install/floppy.tree/etc/doinstall and prepdisk. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: ahc0 errors

2000-03-09 Thread Doug White
ally appear randomly a couple of times per > hour. These stills smell like bad termination. Triple check it against the manuals and the drive jumper settings, and try replacing the cable if you haven't already. It may be a bum drive. Doug White| FreeBSD: The Power to S

Re: problems with compaq honoring warranty.

2000-03-09 Thread Doug White
; dealt with through compaq. I've had them refuse to even *answer questions* if you reinstall the OS (Winblows) on a cheapo Presario. We just wanted to know if it had a WinModem or not. :-( Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.

Re: Loginproblem

2000-03-21 Thread Doug White
as root and 'vipw', then fix your password file. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Setting device options

2000-04-15 Thread Doug White
pile the driver in, and you don't have a load event to pull arguments from in that instance. (I'm thinking of PicoBSD as an environment that doesn't bundle kernel modules.) Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To

Re: Connect to lpd on insecure port

2000-05-08 Thread Doug White
ed from address'? ;-) ) I think that particular message is why the change came about. Also pure usability -- it's awfully hard to submit a job from a priviledged port as a user, and I don't want to submit jobs as root. If you don't like it, that's what ipfw is for. :) Doug

RE: Boot panics

2000-05-08 Thread Doug White
g to decode boot panics, could you look at i386/18132 too? :) Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

RE: i386/18132: BTX dumps trying to boot w/ dedicated SCSI diskspresent

2000-05-09 Thread Doug White
disks without a normal slice table. Chaulk one up to lame Adaptec software then. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: utmpx, this is gonna hurt...

2000-05-15 Thread Doug White
On Mon, 15 May 2000, James Howard wrote: > How about adding the utmpx as required by SUSV2? It would make writing > programs that need to talk to utmp/utmpx a lot simpler. Yes? No? As usual, patches speak louder than words :) Doug White| FreeBSD: The Power to

Re: Post-shutdown hook for UPS shutdown?

2000-05-19 Thread Doug White
t sure about the BackUPSs tho. The other option is to not bother turning off the UPS; you're safe one you're halted. That or try turning the machine itself off if apm and shutdown -p can do it. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.

Re: FreeBSD kernel as a replacement for Linux kernel

2000-05-24 Thread Doug White
pat/linux --dbbath /var/lib/rpm --nodeps > --replacepkgs foo.rpm Or: /compat/linux/bin/bash rpm Running Linux-based installers directly in the FreeBSD environment can Cause Problems(tm), particularly if they're shells scripts that make assumptions. Doug White

Re: DDB is not setting break points... (fwd)

2000-06-01 Thread Doug White
at if you have an older version > of boot blocks. your debugger symbols might not be loaded at all. Update > the bopot blocks; Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "

Re: syslog do not want to remote log

2000-06-08 Thread Doug White
setting the hostname of the machine first -- syslog might be having trouble figuring out which interface touse. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Anybody working on FreeBSD BIOS?

2000-06-15 Thread Doug White
s nessesary is Yahoo and Hotmail. > Since they have worked with these issues in the thousands of machines. Sigh, it's not easy being #6. Even with 16 million confirmed members eGroups gets no respect :) Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] |

<    1   2