building cvsup from ports

2001-11-16 Thread Galen Sampson
an't find the message for the life or me. The error is appended for amusment to those individuals who understand such things. regards, Galen Sampson # cd /usr/ports/net/cvsup # make install To build this port without X11 (and without the GUI), define "WITHOUT_X11". ===> Ex

netstat -a -f inet sometimes leads to kernel panic

2001-11-19 Thread Galen Sampson
Hello all, I have -current source and kernel from 11/12/2001. The source tree is that installed from /stand/sysinstall of that date. I have rebuilt the world using it, followed by the kernel. All appears well. Today I tried started up gdm for the first time. After it was running I switche

Fatal Double Fault

2001-12-01 Thread Galen Sampson
Hello all, I was in X today and the computer spontaneously restarted so I didn't see and panic. After a restart fsck started in the background (I'm using soft updates on all of my filesystems). While trying to determing what caused the crash by looking in the system logs the computer crashed ag

Non-network Fatal Trap 12

2001-12-03 Thread Galen Sampson
Hello all, Today I cannot boot into my machine with either kernel or kernel.old. Both panic after trying to mount the filesystems. "kernel.old" is a generic kernel, but "kernel" is a generic kernel from 11/12 source. Neither kernel is a debug kernel. This panic does not seem to relate to the

Re: Non-network Fatal Trap 12

2001-12-05 Thread Galen Sampson
Hello all, Your input was most appreciated (I hadn't thought to boot to single user to run fsck). When I ran fsck -p all filesystems generated output as if the filesystems were clean. After attempting to bring it to multi-user mode it passes through init scripts, but panics where the login prom

RCNG diskless booting bug in /etc/rc.d/fsck

2002-12-29 Thread Galen Sampson
. Since all every file system in a diskless case is NFS except the memory disks, and since fsck_nfs does not exist, the boot process stops and exits to an sh shell. This can be fixed by adding the flag ‘-t nonfs’ to the fsck script in /etc/rc.d. Regards, Galen Sampson

Re: releng_5_0 tun device drops packets that bpf recieves

2003-01-11 Thread Galen Sampson
346959 94613554 allow ip from any to any 65535 0 0 deny ip from any to any which is the default 'firewall_type="OPEN"'. --- Galen Sampson <[EMAIL PROTECTED]> wrote: > Hello All, > > I have recently been using windows to connect to the net with d

"The World" and MIT krb5

2003-12-03 Thread Galen Sampson
BOUT THIS PORT AND A POSSIBLE ANSWER TO 3). Regards, Galen Sampson __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinf

gdb: apropos core dump

2003-06-28 Thread Galen Sampson
his is from a world build from sources dated 6/28/03, but I also noticed it on a world from a week ago. regards, Galen Sampson __ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com ___ [EMAIL PR

Re: crash with network load (in tcp syncache ?)

2002-11-02 Thread Galen Sampson
es were never incorporated into the base system. If it really enables the same machine to provide 4 times the number of connections this seems like it would be a useful thing to include. regards, Galen Sampson __ Do you Yahoo!? HotJobs - Search new

Mergemaster Bug (Though not a serious one)

2002-11-12 Thread Galen Sampson
ly posted, or it is pilot error on my part. I just thought I would let someone know in case this needs fixing for 5.0-release. regards, Galen Sampson __ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2 To Unsubsc

Handbook Section 21.4

2002-11-12 Thread Galen Sampson
make installworld" If "make buildworld, ..., reboot, make installkernel" ^ mergemaster -p, is the propper way to upgrade then that information could be added to the handbook as it is not there. Just FYI. re

Internal Compiler Error (not from ports)

2002-11-12 Thread Galen Sampson
. If you need me to ident g++ or need more information feel free to ask. regards, Galen Sampson __ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2 #ifndef BTREE_H #define BTREE_H #include #define N 7 tem

rcng script bugs

2002-12-14 Thread Galen Sampson
ig -l -d`" --- > network_interfaces="`ifconfig -l`" 148a149,153 > if ifconfig ${ifn} | grep -s UP, > /dev/null 2>&1; then > # Interface is already up, so ignore it. >

named timeouts on localhost

2002-12-14 Thread Galen Sampson
am stumped. Any information on debugging the problem, contacting the correct people, etc. really appreciated. regards, Galen Sampson __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com To Unsubscribe: se

extended attribute files sizes

2002-02-28 Thread Galen Sampson
g a developer should look at before the release (this is obviously quite minor compared to other things). Galen Sampson __ Do You Yahoo!? Yahoo! Greetings - Send FREE e-cards for every occasion! http://greetings.yahoo.com To Unsubscribe: send mail

SIGHUP during local package initialization

2002-03-06 Thread Galen Sampson
Hello all, I have recently experienced some interesting behavior. During the boot process multiple programs seem to be receiving a SIGHUP. I have the stable version of samba installed from ports, and this causes nmbd to core dump during the machine startup. I have talked with the samba people

Serial Console Speed

2002-05-10 Thread Galen Sampson
Hello all, I read here http://www.freebsd.org/smp/index.html in the known bugs section that "Serial gdb does not work at 115200 baud". I found no open reports in the gnats database at the main site. Is this statement still true for current? Going to try gcc 3.1 :). regards, Gal

pam su

2002-05-10 Thread Galen Sampson
: pam_sm_authenticate(): success May 10 22:14:38 su: calling pam_sm_authenticate() in pam_unix.so May 10 22:14:38 su: Options processed May 10 22:14:38 su: Got user: root May 10 22:14:38 su: Doing real authentication May 10 22:14:41 ip68-6-109-149 su: galen to

RE: pam su

2002-05-11 Thread Galen Sampson
Hello, --- Robert Watson <[EMAIL PROTECTED]> wrote: > > On Sat, 11 May 2002, John Baldwin wrote: > > > On 11-May-2002 Galen Sampson wrote: > > > Hello all, > > > > > > After a 'make buildworld -DNO_WERROR` with sources today (05/10/02) and

Pthreads

2002-05-11 Thread Galen Sampson
Hello all, Experiencing some troubles with pthreads building ports. An example: configure: error: --with-pthreads specified for a system without pthread suppor t ===> Script "configure" failed unexpectedly. Please report the problem to [EMAIL PROTECTED] [maintainer] and attach th