subscribe
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
After having installed 5.1-RC1, the nvidia driver, and named, are
back in full operation. Yeah!
On Thu, 5 Jun 2003 [EMAIL PROTECTED] wrote:
> Thanks for the suggestion about recompiling the nvidia driver, but I do after
> each kernel compile and install, so that isn't the answer, though not a b
For anyone with backslashed +COMMENT files in /var/db/pkg, the
following script can be used to clean them up. You could also wait
until 5.1-RELEASE comes out, I suppose.
#!/bin/tcsh
cd /var/db/pkg
foreach dir (`/bin/ls|/usr/bin/grep -v pkgdb.db`)
echo $dir; cd $dir; /bin/ls -l +COMMENT
/usr/
System: i386 P4 5.1-BETA2 (cvsup 06.01.2003.2114CDT)
cd /usr/src
cvsup standard-supfile
make world
.
.
.
cc -O -pipe -mcpu=pentiumpro -elf -Wall -I/usr/src/lib/csu/i386-elf/../common
-I/usr/src/lib/csu/i386-elf/../../libc/include -Wsystem-headers -Werror -Wall
-Wno-format-y2k -W -Wstrict-proto
I have no apparent problems using the NVIDIA_FreeBSD-1.0-3203 driver,
but under 5.1-BETA I see the following messages, which I assume are
informational only, but I don't really know what it is that they are
trying to "tell me":
Jun 2 01:43:16 freebsd2 syslogd: kernel boot file is /boot/kernel/k
Hello BSD gurus,
Please subscribe me to what all newbies should
know. I am currently trying to learn UNIX in all of its flavors. I
might be too ambitious, but I'm too ignorant to the intracacies of UNIX to know
better. I have acces to Sun Solaris and HP UNIX, and I have
successfully