HOME= for root during boot?

2003-11-27 Thread Aaron Wohl
During boot (stuff run from rc.local) the enviornment has HOME=/ After boot root logins have HOME=/root. Seems like a bug to me... left over from the days when HOME for root was /. In my case I was trying to run some mysql commands which did not work because there was no /.my.cnf. After boot tes

-current not building as of a few min ago - lib/libfetch/common.c

2003-10-23 Thread Aaron Wohl
... cc -O -pipe -mcpu=pentiumpro -I. -DINET6 -DWITH_SSL -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/lib/libfetch/common.c /usr/src/lib/libfetch/common.c:58: error: `EAINONAME' undeclared here (not in a function) /usr/src/lib/libfetch/common.c:58: error: initialize

file system (UFS2) consistancy after -current crash?

2003-10-03 Thread Aaron Wohl
After crashes recently ive been geting softupdate inconsistancies. Directories in which a file has recently been renamed have neither the old file nor the new file. fsck -y recovers the inode and drops it in lost in found. I was under the impression that atomic rename() synced all the way to the

boot -s change in -current?

2003-09-26 Thread Aaron Wohl
I just cvsuped -current/build/install. Now boot -s doesnt work, it ignores the -s. Do I need to do something to enable -s nowadays? Or how to get into standalone now? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

panic ipfw with smp -current (as of this morning)

2003-09-17 Thread Aaron Wohl
I get these in less than 20min. config is pretty close to GENERIC except turned on SMP and APIC_IO. Turned off INET6. Any advice? recursed on non-recursive lock (sleep mutex) IPFW static rules @ /usr/src /sys/netinet/ip_fw2.c:1492 first acquired

Re: swapon vs savecore dilemma

2003-09-02 Thread Aaron Wohl
I usualy have a number of swap partitions since the max size of a swap partition is kind of limited. I was thinking of changing it to do swapon twice. The first time early in the boot would skip mounting any swap areas that had kernel core dumps. Then after the savecore it could do swapon again

Re: Question related to FreeBSD Serial Console...

2003-09-02 Thread Aaron Wohl
If you do try a USB keyboard be sure and test reboot -d (make a kernel core). On the intel servers I have reboot -d (or any panic) causes the kernel to lockup forever. In the routine where it writes out kernel dumps it pools for a control-c hit on the console that routine (poll for a char) turns

Re: Question related to FreeBSD Serial Console...

2003-09-01 Thread Aaron Wohl
My notes on getting a serial console at 115200 -must be com1 -com1 must be at port 0x3F8 irq 4 -in bios set the port and irq as above -in bios set serial redirection to com1 -in bios set baud rate 115200 -in bios set RTS/CTS flow control -edit (or create) /etc/make.conf to add these lines: BOOT_CO

Panicstring: command not in queue - with heavy scsi io

2003-08-26 Thread Aaron Wohl
With -current built as of a few hours ago, I get Panicstring: command not in queue with heavy scsi io. I tried building in INVARIANT* off and that didnt help. Any hints of a workaround? or an earlyer date and time to cvsyp to to not get it? #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:240

repeatable ufs2 softupdate panic ffs_alloccg: map corrupted

2003-08-18 Thread Aaron Wohl
I got a couple of kernel crashes this morning when amanda tried to allocate disk space. I guessed which structure this was writing to, unounted it and did a fsck -f -y on it. Remounted it and all is happy now. It corrected three block counts that where off. This was in 5.1 -current less than a

repeatable kernel -current panic running /usr/ports version of ntpd

2003-08-14 Thread Aaron Wohl
Im getting a repeatiable kernel panic running /usr/local/bin/ntpd after building and installing from /usr/ports/net/ntp. This is on 5.1 -current less than a week old. Happens on an AMD 1000 processor and intel xeon as well. Anyone else seeing this: cat /etc/ntp.conf restrict default ignore rest

Re: vinum lock panic at startup -current

2003-08-14 Thread Aaron Wohl
Kamp" <[EMAIL PROTECTED]> To: "Aaron Wohl" <[EMAIL PROTECTED]> Date: Fri, 08 Aug 2003 15:24:09 +0200 Subject: Re: vinum lock panic at startup -current In message <[EMAIL PROTECTED]>, "Aaron Wohl" writes: > Panicstring: mutex Giant owned at /usr/src/sy

vinum lock panic at startup -current

2003-08-14 Thread Aaron Wohl
I just cvsuped -current this afternoon to get about 1 weeks updates. After that the kernel panics booting starting vinum. I removed the one vinum volume (reformated as UFS2) I had for testing. And it still panics. I changed the /etc/rc.conf start_vinum="YES" to NO and can start ok now. Anyone

Re: vinum lock panic at startup -current

2003-08-10 Thread Aaron Wohl
:22:06 +0200, "Poul-Henning Kamp" <[EMAIL PROTECTED]> said: > In message <[EMAIL PROTECTED]>, "Aaron Wohl" > writes: > >I just cvsuped -current this afternoon to get about 1 weeks updates. > >After that the kernel panics booting starting vinum. I r

SAN disk with freebsd?

2003-08-10 Thread Aaron Wohl
Anyone using a storage area network with freebsd (or linux)? Anything to recommend as working well or to stay way from? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAI

kernel coredumps with 4GB of ram/SMP? with -current

2003-07-19 Thread Aaron Wohl
On my two test (1gb of ram and 512mb of ram) systems if I do reboot -d I get a kernel crash dump I can read ok (which is what -d is supposed to do). On my two systems with 4GB of ram when I do reboot -d it says: Dumping 3838 MB Then it sits there. It doesnt print out any progress like it does wi

Negative bio_offset -current kernel panic

2003-07-19 Thread Aaron Wohl
I got a got this kernel panic: geom/geom_dev.c:("Negative bio_offset (%jd) on bio %p", Anyone seeing this also? This is on a 2 processor XEON intel motherboard / adaptec 5400S raid / AMD g2 console card. The AMI g2 console card provides via USB a keyboard virtual cdrom etc. Most of

ports/www/mod_php4 vs ports/lang/php-cli

2003-07-07 Thread Aaron Wohl
The two different ports of php4 seem to be conspireing to keep my users from having the PEAR php libraries. - ports/www/mod_php4 sets --disable-cli, disabling the command line interface implicitly disable PEAR which my users need - ports/devel/pear - wont install because it needs the command line

-current amanda dump -L

2003-03-27 Thread Aaron Wohl
How can I convince the amanda backup system to use -L when running dumps so it can take advantage of using snapshots? I checked all the amanda web man pages abd FAQ system but didnt see anything on snapshoting or giving extra options to dump. ___ [EMAI

-current amanda dump -L

2003-03-27 Thread Aaron Wohl
How can I convince the amanda backup system to use -L when running dumps so it can take advantage of using snapshots? I checked all the amanda web man pages abd FAQ system but didnt see anything on snapshoting or giving extra options to dump. ___ [EMAIL

pptp mpd under 5.0

2003-03-17 Thread Aaron Wohl
Im trying to run pptp under 5.0 -current. (first time with mpd so probably some config issue) I get these errors: mpd: pid 1102, version 3.13 ([EMAIL PROTECTED] 09:35 17-Mar-2003) [pptp0] can't create socket node: No such file or directory mpd: local IP address for PPTP is 10.23.0.3 [pptp0] using

pkg_version -c in -current?

2003-02-17 Thread Aaron Wohl
In 4.7 I found pkg_version -c usefull to get a list of commands to update /usr/ports. I noticed -c was removed in 5.0... what replaced it? How do folks keep thier /usr/ports up to date now. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the messag