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
| (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 wo
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 unde
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 bo
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
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 kernconf=ZF
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.
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 it,
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 W
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 to
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
regist
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 instal
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 version
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
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
__
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
http://lis
ill...@gmail.com wrote:
2009/6/9 Daniel Underwood :
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
Sanda-JAMA-2009 (P
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 d
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 the
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 r
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 fo
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 wrote:
After setting up an
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 dev
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
p
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
24 matches
Mail list logo