Pre-geom vinum compatibility

2007-09-21 Thread clear
I have a 4.11-R box that I'm planning on reinstalling a fresh 6.2-R on. Not an "upgrade", but a fresh binary install after newfsing the system partitions. A remaining planning issue is that I have a pre-GEOM vinum data volume on other disks. The handbook mentions gvinum retaining the same dis

ex/vi: Error: Log file: No such file or directory (solved)

2005-12-29 Thread Jed Clear
For the record[1]: After a non OS drive hardware[2] failure I started getting the following when trying to vi a file as a non root user: ex/vi: Error: Log file: No such file or directory I spent time chasing a few other things since chunks of /var and /etc were also missing[3]. However,

Belkin PS/2 to USB converter, Not Pointing

2005-03-04 Thread Jed Clear
Installing the IOGear GCS1734 USB KVM seems to have made the whole issue go away. Of course installing the KVM took a few tries to find the "right" power cycling and reboot combination to get any functionality. It looked like the whole USB infrastructure of the KVM was DoA, initially. On the o

FreeBSD-4.11 - Need help with booting with an MD_ROOT

2005-03-10 Thread David Clear
I have been trying, unsuccessfully, to boot a kernel with an embedded root filesystem. I've searched the mailing lists and the web without finding an answer. I hope someone here can help. Here's the procedure I have used: 1. My kernel is built with options: MFS, MD_ROOT and MD_ROOT_SIZE=32768.

Re: Step-by-step instructions for MD_ROOT embedded, please?

2005-03-25 Thread David Clear
Here you go (found on the web): 1. Create a filesystem image: # dd if=/dev/zero of=mdimage -bs=1024 count=4096 # mdconfig -a -t vnode -f mdimage -s 4096k -u 4 # disklabel -r -w md4 auto # newfs /dev/md4c # mount /dev/md4c /mnt . . put stuff on it . # umount /mnt # mdconfig -d -u 4 2. Make su

Belkin PS/2 to USB converter, Not Pointing

2005-02-23 Thread Jed Clear
In preparation for adding new box[1] to my stable[2] that uses USB for keyboard and mouse, I got a Belkin F5U119-E PS/2 to USB adapter for my PS/2 keyboard and old Trackman Marble FX. Since there will be a new USB KVM, I decided to try the adapter out with my FreeBSD 4.11-R server. I managed t

cna't ssh localhost

2005-02-24 Thread Jed Clear
Just off the top of my head, check that your DNS is working. My guess is that the sshd is trying to do a reverse DNS lookup, when you have the network configured. It takes a long time for a DNS lookup to time out. Try the ssh, wait at least 30 seconds (the DNS time out, IIRC). If it succeed

Need to build, but not install/use system perl in 4.10

2004-06-05 Thread Jed Clear
I recently added the perl 5.8 port to my build server. When building FreeBSD 4.10, it did not build the system perl as expected. However, I have a smaller machine that mounts /usr/src and /usr/obj off of the build server, which croaked in installworld when it couldn't find the system perl libra

8.1R buildworld failing in cc1 on amd64

2010-11-06 Thread Jed Clear
I'm running FreeBSD 8.1-RELEASE-p1 on a Phenom II. I'm trying to rebuild world as a load test. However it keeps failing at the same spot while compiling cc1. I'm not using -j or any other flag, just a simple "make buildworld". I've "rm -rf /usr/src/* /usr/obj/* and re-cvsup'd the whole tree

Is Intel Core I7 930 2.80 Ghz as good or better option than AMD

2010-11-06 Thread Jed Clear
> I've always been an AMD fan but am getting the idea that they are > loosing their edge. So my question if the Intel Core I7 930 2.80 Ghz > is as good and option or is their a better AMD at a similar o cheaper > price? > > I plan to install this in a GigaByte GA-X58A/UD7 motherboard with 6

re: restart virtualbox

2010-11-07 Thread Jed Clear
yanxinyoou: > i intall virturl box like this: > > # cd /usr/ports/emulators/virtualbox > # make install clean > > # cd /boot /modules/*however i forgot do this commander > # ls vbox* /*i also forgot > vboxdrv.ko vboxnetadp.ko vboxnetflt.ko > > # echo 'vboxdrv_

5.5 release schedule?

2005-09-13 Thread David Clear
Hi, Does anyone know the status of 5.5-RELEASE? The schedule on the website shows it due in September, but another note had it following 6.0. Any updates on this? Regards, David. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.or

Re: 5.5 release schedule?

2005-09-13 Thread David Clear
Thanks for the update guys. Regards, David. --- Colin Percival <[EMAIL PROTECTED]> wrote: > David Clear wrote: > > Does anyone know the status of 5.5-RELEASE? The > > schedule on the website shows it due in September, > but > > another note had it following 6.0.