Upgrade from i386-8.0 to amd64-8.0 possible?

2010-01-22 Thread LoH
I've got a system currently running FreeBSD-i386-8.0, and was wondering whether or not it's possible to move the system to FreeBSD-amd64-8.0 without bringing it down for more than a reboot or two (and avoid reinstalling all of the client software on the box itself). The box itself will be

Re: Backup and FreeBSD/ZFS

2010-02-03 Thread LoH
If my memory serves, you're looking at something similar to taking a snapshot and then sending it to the tape device, so zfs send snapshot | (tape device access). This, IIRC, is functionally identical to dump/restore. The Solaris ZFS Admin guide is generally helpful (even as we live in the

[FreeBSD 7.2-RELEASE] Audio going silent after wakeup.

2009-05-30 Thread LoH
After setting up an Audigy2ZS with the emu10kx kernel driver, I found that after the machine goes into a suspend mode and wakes up, the sound stops playing. Unloading and reloading the kernel drivers (sound.ko and snd_emu10kx.ko) doesn't appear to do anything. I tested with an external line

Re: [FreeBSD 7.2-RELEASE] Audio going silent after wakeup.

2009-05-31 Thread LoH
Unloading the module, letting it suspend on its own, then waking it up and reloading the module does not cause the symptoms to appear. Wish I knew offhand what was being called to let it suspend, and which state it was. Paul B. Mahol wrote: On 5/31/09, LoH lordofhyph...@gmail.com wrote

Re: Which nVidea driver to install

2009-06-08 Thread LoH
Michael Powell wrote: Section Device #Driver nv Driver nvidia Just change nv to nvidia, and perhaps in Section Module Load glx if you need to. Also notice what RW said; I am behind the times wrt to how things have changed. -Mike What I have found to work

Re: PDF inventory software

2009-06-08 Thread LoH
Daniel Underwood wrote: I'm looking for a way to manage my personal collection of research articles. Ideally I'd like some way to keep records on authors, keywords, journals, and publication years of articles (PDF files) downloaded onto my local drive. In the course of reading literature for

Re: Reproduce previous stdout output without running previous command

2009-06-08 Thread LoH
Daniel Underwood wrote: I read up on tee, but I'm not sure it does the trick. From what I understand, tee simply enters a mode where what you type gets put into a text file. What actually happens is when you pipe it to tee, it shows up in a text file and on the screen. That lets you make

Re: PDF inventory software

2009-06-08 Thread LoH
Daniel Underwood wrote: A partial solution would also to do a search on someone else's index (google scholar, IEEEXplore, etc) to get the title of what you're looking for. True, but in this situation, I want to find something within a local collection of literature. E.g., find a table of

Re: PDF inventory software

2009-06-09 Thread LoH
ill...@gmail.com wrote: 2009/6/9 Daniel Underwood djuatde...@gmail.com: I'm trying to convert all PDF files in a directory to text using pdftotext. I tried the following command: $ find *.pdf | xargs -0 pdftotext Error: Couldn't open file 'Ross-JAMA-2007 (Prostate Screening Strategies).pdf

Re: PDF inventory software

2009-06-09 Thread LoH
Daniel Underwood wrote: $ find *.pdf -exec pdftotext {} \; Error: Document has not the mandatory ending %EOF Have you run pdftotext on a single file in your archive as a test? --Joseph Lenox ___ freebsd-questions@freebsd.org mailing list

Re: PDF inventory software

2009-06-09 Thread LoH
Daniel Underwood wrote: Yes, it works fine on most PDFs. There are a couple that give me: $ pdftotext Sanda-JAMA-2009\ \(Prostate\ Cancer\ Treatment\).pdf Error: Document has not the mandatory ending %EOF It's probably an issue with the PDF itself, not with the program. --Joseph Lenox

Re: Windows 2008 + AD + PF + bridge = problems?

2009-08-02 Thread LoH
Another idea could be giving 7.x a shot as it has newer version of PF IIRC. That's on the list of things to try, but upgrading will probably be painful, so I'm hoping to find something else first. Something else you might want to try is to find/install the new PF from source, if you

Re: FreeBSD IBM Thinkpad - What Model to Choose?

2009-08-02 Thread LoH
For now, I'd suggest avoiding the T500 series as well. They're good machines, but you're basically stuck (for now) with either the integrated graphics or the radeon driver (which still is spotty on X). Randy Booth wrote: Avoid T42 (2374-K5U). Everything works fine, but it's an oddball

Unsolicited NFS notification causing panic?

2009-09-17 Thread LoH
I've been trying to debug a server running FreeBSD 7.2-RELEASE/amd64 that's hanging intermittently or rebooting without much luck. The machine hosts the home directories for the users over NFS. The workstations that use it are pretty much all Solaris 10 boxes (mostly sparc with five x86

Re: Microsoft Dynamic DNS

2009-09-19 Thread LoH
stan wrote: On Sat, Sep 19, 2009 at 04:06:03PM -0400, stan wrote: I have a situation at work, where I need a FreeBSD machine to be in the corporate DNS. We have been bought out, and the new owner says no static DNS entries. They use some Microsoft technogly where the client machiens

Re: why no Oracle on FreeBSD ?

2009-09-30 Thread LoH
The reality is that Oracle is meant to be a very expensive solution for companies that don't know what to do. This makes Red Hat etc an ideal contender for this situation as it promises full enterprise support. Whether it is the truth or if its even a good solution is completely irreverent

Re: is this Intel CPU ok for 7.2 AMD64?

2009-10-14 Thread LoH
Get cpuid from /usr/ports/misc/cpuid and run it, that should give you a better idea of what your processor is. Although, from the string you gave, looks like a 'yes'. I think that's a nocona xeon (I have a pair of gallatins). jhell wrote: On Wed, 14 Oct 2009 17:10, rsmith@ wrote: Yes. On

Re: Best procedure for full backup of live system

2009-10-14 Thread LoH
Take a UFS2 snapshot and then backup the snapshot. A similar approach using ZFS snapshots would also work. See the handbook for more details. http://www.freebsd.org/doc/en/books/handbook/backup-strategies.html Nerius Landys wrote: My server is increasingly having important work stored on

Re: Fwd: upgrading remote server

2009-10-18 Thread LoH
John Almberg wrote: My build-world is finally done, so going to see if it works, now... H'mmm... I have a question about the kernel configuration file... I am currently using a customer kernel. Unfortunately, this machine was installed by someone before my time, so I don't know the details.

8.0RC custom kernel not installing?

2009-11-03 Thread LoH
I compiled a custom kernel with ZFS enabled and installed it. Everything appeared to work fine, then I realized that I needed to make some more modifications (ALTQ, disabling ulpt). I made those configuration changes to the existing ZFS kernel config. After running make buildkernel

Re: 8.0RC custom kernel not installing?

2009-11-08 Thread LoH
Problem solved, I didn't use the proper casing on the command line. I needed KERNCONF=ZFS, not kernconf=ZFS. LoH wrote: I compiled a custom kernel with ZFS enabled and installed it. Everything appeared to work fine, then I realized that I needed to make some more modifications (ALTQ

Re: New installation of FreeBSD with Debian dual boot

2009-12-13 Thread LoH
1) The partition editor is a fdisk variant and very flexible. You shouldn't have any problems. 2) I believe that FreeBSD will support NTFS read, but write support is (as always) flaky. The last time I had a FreeAgent drive (1TB) attached to my box, I was running ntfs-3g through FUSE (google

undefined reference to `_getopt_internal' when doing 'make buildw orld'

2003-11-11 Thread Loh John Wu
Hello, I'm getitng this error when I try to a make buildworld on a 4.7-RELEASE tree. It's very strange because both getopt.c and getopt1.c have the same reference to _getopt_internal but only getopt1.c has an undefined reference to it, see below: /src/gnu/usr.bin/gperf/../../../contrib/gperf/lib

console redirection to serial in Freebsd 5.1

2003-11-18 Thread Loh John Wu
So I have a fresh install of FreeBSD 5.1 from a CD (ISO). Now I'm trying to turn on console redirection in my image, but I can't seem to get it to work properly. I read the article on turning on console redirection at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setu