Can i use tmpfs to mount /tmp ?

2010-09-05 Thread zaxis
cat /etc/fstab # DeviceMountpoint FStype Options DumpPass# /dev/ad4s3b noneswapsw 0 0 /dev/ad4s3a / ufs rw,noatime 1 1 /dev/ad4s3e /tmpufs

Re: PDF to HTML translations

2010-09-05 Thread Roland Smith
On Sat, Sep 04, 2010 at 05:09:20PM -0600, Chad Perrin wrote: What PDF to HTML translators, other than pdftohtml, am I likely to be able to find in ports? I went looking for pdf2html, expecting to find that there, but no luck. Before I spend hours sifting through, still without knowing

Re: FreeBSD8.1 AMD64 UFS2 file system size issues.

2010-09-05 Thread Matthew Seaman
On 04/09/2010 20:35:02, t...@i2bnetworks.com wrote: I am having a problem with a fresh install onto athat is 9TB in size. during the initial install, the syste the correct disk size and partition sizes, but after it has complete d and rebooted it shows the the large partition as only

Re: Can i use tmpfs to mount /tmp ?

2010-09-05 Thread Matthew Seaman
On 05/09/2010 07:09:50, zaxis wrote: The /dev/ad4s3e is used for /tmp. Now i want to use tmpfs instead of ufs as below none /tmp tmpfs size=64M,nodev,nosuid,noexec 0 0 If i can, then how to reuse the space of /dev/ad4s3e ? There are two choices. Either mount your ad4s3e partition somewhere

Re: gmirror load broken in 8.1 memstick

2010-09-05 Thread Matthew Seaman
On 05/09/2010 05:14:02, per...@pluto.rain.com wrote: Fixit# gmirror label -vb round-robin gm0 /dev/ad0s2a appeared to work properly. (I didn't write down the exact message, but it said something about the metadata having been written successfully.) However: Fixit# gmirror load gmirror:

Re: PDF to HTML translations

2010-09-05 Thread Erik Trulsson
On Sun, Sep 05, 2010 at 08:57:11AM +0200, Roland Smith wrote: On Sat, Sep 04, 2010 at 05:09:20PM -0600, Chad Perrin wrote: What PDF to HTML translators, other than pdftohtml, am I likely to be able to find in ports? I went looking for pdf2html, expecting to find that there, but no luck.

ACPI questions about press power button

2010-09-05 Thread dave jones
Hello, I'm running FreeBSD 8 on my desktop. I want to write a file or do something when I or someone presses power button. In devd.conf, I added the following lines for testing: notify 10 { match system ACPI; match subsystem Button; matcho

Failure to use Adaptec 2405 with FreeBSD 8.1

2010-09-05 Thread Torbjorn Granlund
I am trying to get an Adaptec 2405 to work in *any* mode with FreeBSD 8.1. I have installed FreeBSD hundreds of times, usually quiet successfully. I have just one disk, a Seagate Savvio 15k 146 GB SAS. (The reason I use a RAID controller is that it appears that FreeBSD does not support any

Is support planned for Intel NIC I340-T4 (82580 ethernet chipset) ?

2010-09-05 Thread Eduard Rozenberg
Hi, I've checked the latest 8.1R hardware compatibility and don't see the Intel 82580 ethernet chipset being supported. This is Intel's latest ethernet chipset, released beginning of 2010 I think. Is there support planned for this? Thanks! --Ed___

Re: GnuPG not allowing passphrase entry

2010-09-05 Thread C. P. Ghost
On Wed, Sep 1, 2010 at 2:49 PM, jh...@socket.net wrote: Ladies and Gentlemen, I an attempting to decrypt a file using the following command line. /usr/local/bin/gpg --output /usr/local/scripts/test. --no-default-keyring --secret-keyring 09-2010.sec --keyring 09-2010.pub --always-trust

Is support planned for Intel NIC I340-T4 (82580 ethernet chipset) ?

2010-09-05 Thread Robert Huff
Eduard Rozenberg writes: I've checked the latest 8.1R hardware compatibility and don't see the Intel 82580 ethernet chipset being supported. This is Intel's latest ethernet chipset, released beginning of 2010 I think. Is there support planned for this? The person to ask would be

Re: Can i use tmpfs to mount /tmp ?

2010-09-05 Thread Polytropon
Allow me a short comment regarding your /etc/fstab, not related to your intial question. You have the following entries: On Sat, 4 Sep 2010 23:09:50 -0700 (PDT), zaxis z_a...@163.com wrote: /dev/ad4s7/media/Fmsdosfs rw 0 0 /dev/ad4s8/media/G

Re: Regex Help For Procmail

2010-09-05 Thread Drew Tomlinson
On 9/3/2010 2:12 PM, Drew Tomlinson wrote: Hi Glen, Thank you for your reply. On 9/3/2010 12:02 PM, Glen Barber wrote: Hi Drew, On 9/3/10 2:45 PM, Drew Tomlinson wrote: I use procmail for mail delivery and I'm trying to concoct the right regex to match From: headers and deliver to a

ASN.1 encoding ended unexpectedly

2010-09-05 Thread Jason C. Wells
I've upgraded to FreeBSD 8.1-R from 7.1-R. I propogated my database to my new KDC. After doing so I've deleted and recreated most of my principals to take advantage of AES. I also deleted and re-extracted keytabs on the hosts. I can acquire a TGT. When I attempt to telnet to a host, I

Re: FreeBSD8.1 AMD64 UFS2 file system size issues.

2010-09-05 Thread Troy Beisigl
Thanks Matthew. I had to do a manual install using gpart in the fixit live cd to partition the filesystem. Everything looks to be running great. -Troy Sent from my iPhone On Sep 5, 2010, at 12:53 AM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: On 04/09/2010 20:35:02,

Re: Linux emu: ELF file OS ABI invalid

2010-09-05 Thread Mikle Krutov
Hello, Boris! Thank you for your respond, and sorry for my long-time no-respond. It worked okay (now binaries run), but new problem here: ptrace attach: Operation not permitted What should i do to fix it? -- with best regards, Krutov Mikle ___

Re: Regex Help For Procmail

2010-09-05 Thread Frank Shute
On Sun, Sep 05, 2010 at 09:33:31AM -0700, Drew Tomlinson wrote: [snip] No, still not matching. Basically, why doesn't this header: From: Famous Smoke Shop annou...@email.famous-smoke.com Match this procmail recipe: :0 * ^From:.*famous-smoke.com$ ${HOME}/Maildir/.Shopping/Famous

Re: Regex Help For Procmail

2010-09-05 Thread Glen Barber
On 9/5/10 12:33 PM, Drew Tomlinson wrote: No, still not matching. Basically, why doesn't this header: From: Famous Smoke Shop annou...@email.famous-smoke.com Match this procmail recipe: :0 * ^From:.*famous-smoke.com$ Hmm.. I just noticed this - I don't think you need the trailing

Re: Can i use tmpfs to mount /tmp ?

2010-09-05 Thread zaxis
thanks for your suggestion! df -h Filesystem SizeUsed Avail Capacity Mounted on /dev/ad4s3a496M119M337M26%/ devfs 1.0K1.0K 0B 100%/dev /dev/ad4s3e496M 18M438M 4%/tmp /dev/ad4s3f 14G4.8G8.4G37%/usr

Re: Regex Help For Procmail

2010-09-05 Thread perryh
Frank Shute fr...@shute.org.uk wrote: Drew, try this: * ^From:.*famous-smoke\.com I think it's not catching it because the period isn't backslash escaped ... Unless there's some edge case that I'm not thinking of, adding a backslash to escape a period will never convert a non-match into a

pyglet font load segmentation fault

2010-09-05 Thread Giuseppe Pagnoni
Dear all, I posted about this problem a few months ago and have been scouring the web ever since but I cannot find the slightest hint at a solution. Actually, it seems that nobody else has reported a similar problem, which I find really weird since the function is such a basic one in pyglet --