FreeBSD

2010-09-06 Thread vyaaghrah-nix
Hi Everybody Greetings! I am new to the mailing list and working newly on the FreeBSD platform. I have some query regarding the kernel dump which i am trying to decode. #0 doadump (di=0xc0baca40, live_dump=0) at ../../../../../src/bsd/sys/kern/kern_shutdown.c:444 #1 0xc0593b32 in boot (howto

Re: FreeBSD

2010-09-06 Thread Bruce Cran
On Mon, 6 Sep 2010 00:28:19 -0700 (PDT) vyaaghrah-...@yahoo.com wrote: > Hi Everybody > > Greetings! > > I am new to the mailing list and working newly on the FreeBSD > platform. I have some query regarding the kernel dump which i am > trying to decode. > > #0 doadump (di=0xc0baca40, live_dump

Re: FreeBSD

2010-09-06 Thread vyaaghrah-nix
Hi Bruce Thanks for u r reply. So is it that doadump is the only function which is responsible for writing dump in BSD? Or thier are other fucntion which can also do this. I will be looking into the function below which called these last few func to generate the dump. I need docs or links wh

Re: ASN.1 encoding ended unexpectedly

2010-09-06 Thread Reko Turja
Sadly from http://www.freebsd.org/cgi/query-pr.cgi?pr=147454&cat=kern. Heimdal in 8.0-> is seriously broken and it looks like it has been left to bitrot due missing maintainer in system... -Reko -- From: "Jason C. Wells" Sent: Sunday, September

VBox-3.2.8 has screen refresh problem

2010-09-06 Thread Yuri
When vbox window is minimized or covered by other windows and comes back on top it doesn't repaint. Resizing the window helps to refresh it. This happens on FreeBSD-8.1-STABLE amd64 with the latest NVidia driver. Yuri ___ freebsd-questions@freebsd.org

Re: FreeBSD

2010-09-06 Thread Bruce Cran
On Mon, 6 Sep 2010 01:50:37 -0700 (PDT) vyaaghrah-...@yahoo.com wrote: > So is it that doadump is the only function which is responsible for > writing dump in BSD? Or thier are other fucntion which can also do > this. doadump() is the main entry-point which triggers dumping. There's also a textdu

More gmirror problems (Re: "gmirror load" broken in 8.1 memstick)

2010-09-06 Thread perryh
I wrote: > The good news is ... > > Fixit# ln -s /dist/boot/kernel /boot > > after which "gmirror load" works, creating /dev/mirror/gm0{,a,b}. and the bad news is that it still doesn't work: * "gmirror load" did create /dev/mirror/gm0{,a,b}, and it produced no output on stdout or stderr, but i

Re: Regex Help For Procmail

2010-09-06 Thread Drew Tomlinson
On 9/5/2010 4:02 PM, per...@pluto.rain.com wrote: Frank Shute 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 ne

Re: Regex Help For Procmail

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

Re: 64-bit Windows XP NDIS drivers giving missing symbols

2010-09-06 Thread doug
On Sun, 25 Jul 2010, Gautham Ganapathy wrote: On Sun, Jul 25, 2010 at 1:16 AM, Jerry wrote: On Sat, 24 Jul 2010 18:45:24 + Paul B Mahol articulated: On 7/24/10, Jerry wrote: On Sat, 24 Jul 2010 12:01:24 + Paul B Mahol articulated: Such symbols are completly irrelevant for nor

Re: PDF to HTML translations

2010-09-06 Thread Chad Perrin
On Sun, Sep 05, 2010 at 10:31:54AM +0200, Erik Trulsson wrote: > 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

Re: PDF to HTML translations

2010-09-06 Thread Warren Block
On Mon, 6 Sep 2010, Chad Perrin wrote: I've started looking at the Xpdf tools as well as pdftohtml. Other suggestions from within ports would be appreciated. Additional options other than what can be found in ports might also be useful, understanding the needs I sketched out above. The script

Re: PDF to HTML translations

2010-09-06 Thread Chip Camden
Quoth Chad Perrin on Monday, 06 September 2010: > On Sun, Sep 05, 2010 at 10:31:54AM +0200, Erik Trulsson wrote: > > 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 pdft

Plasma omic applet

2010-09-06 Thread Steven Friedrich
I can't get this applet to work, following the instructions provided. Anybody else get it to work? Here are the instructions: plasmapkg -t dataengine -i wifi-engine-1.0.plasmoid which I translated to mean: plasmapkg -t dataengine -i wifi-engine-1.0.1.plasmoid Is dataengine supposed to be replac

Plasma WiFi applet

2010-09-06 Thread Steven Friedrich
I can't get this applet to work, following the instructions provided. Anybody else get it to work? Here are the instructions: plasmapkg -t dataengine -i wifi-engine-1.0.plasmoid which I translated to mean: plasmapkg -t dataengine -i wifi-engine-1.0.1.plasmoid Is dataengine supposed to be replac

NFS Issue

2010-09-06 Thread Bill Tillman
I have two LAN segments with a FreeBSD server on each.   Server A is 10.0.0.254 Server B is 192.168.0.102   I setup server A has two drives and I setup a share on drive #2 to be shared via NFS with the both networks. I also made a symlink on drive #2 to a folder on drive #1   On server B I can n

Re: PDF to HTML translations

2010-09-06 Thread Chad Perrin
On Mon, Sep 06, 2010 at 12:04:37PM -0700, Chip Camden wrote: > > How about print/p5-PDFLib and print/pecl-pdflib to roll your own? Maybe > that's more work than you wanted. I've looked into the PDFLib and PDF modules for Perl in CPAN, but as far as I've been able to determine they don't offer an

Re: PDF to HTML translations

2010-09-06 Thread Chip Camden
Quoth Chad Perrin on Monday, 06 September 2010: > On Mon, Sep 06, 2010 at 12:04:37PM -0700, Chip Camden wrote: > > > > How about print/p5-PDFLib and print/pecl-pdflib to roll your own? Maybe > > that's more work than you wanted. > > I've looked into the PDFLib and PDF modules for Perl in CPAN, b

Re: PDF to HTML translations

2010-09-06 Thread Charlie Kester
On Mon 06 Sep 2010 at 12:02:07 PDT Warren Block wrote: On Mon, 6 Sep 2010, Chad Perrin wrote: I've started looking at the Xpdf tools as well as pdftohtml. Other suggestions from within ports would be appreciated. Additional options other than what can be found in ports might also be useful, un

Re: PDF to HTML translations

2010-09-06 Thread Charlie Kester
On Mon 06 Sep 2010 at 16:09:41 PDT Charlie Kester wrote: On Mon 06 Sep 2010 at 12:02:07 PDT Warren Block wrote: On Mon, 6 Sep 2010, Chad Perrin wrote: I've started looking at the Xpdf tools as well as pdftohtml. Other suggestions from within ports would be appreciated. Additional options othe

unchar and ulong typedefs

2010-09-06 Thread Alexander Best
hi there, just stumbled over PR 44365 and was wondering why FreeBSD never added unchar and ulong to types.h to increase sys v compatibility? cheers. alex -- a13x ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/

Re: unchar and ulong typedefs

2010-09-06 Thread Jason C. Wells
On 09/06/10 17:08, Alexander Best wrote: hi there, just stumbled over PR 44365 and was wondering why FreeBSD never added unchar and ulong to types.h to increase sys v compatibility? Sys V. Is that some sort of linux distribution? (only half joking) Regards, Jason

Windows XP Backup resetting unix perms.

2010-09-06 Thread Danny Carroll
Today I decided to make a backup of some of my unix data to an XP machine in preparation for a migration. I set windows XP backup running and when it started backing up files in my home directory I noticed that it set u-x permissions on all of the files. Directories are unaffected. If I use XP'

Re: killall -9 program-name does not work

2010-09-06 Thread Antonio Olivares
On 9/2/10, Frank Shute wrote: > On Wed, Sep 01, 2010 at 08:32:56PM -0500, Antonio Olivares wrote: >> >> On 8/30/10, RW wrote: >> > On Mon, 30 Aug 2010 03:14:58 + >> > Antonio Olivares wrote: >> > >> >> Dear fellow FreeBSD users, >> >> >> >> I have a cron script that plays music in the mornin

Re: Regex Help For Procmail

2010-09-06 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" > > Match this procmail recipe: > > :0 > * ^From:.*famous-smoke.com>$ > "${HOME}/Maildir/.Shopping/Famous Smoke/Email/" > > F

Re: Windows XP Backup resetting unix perms.

2010-09-06 Thread Frank Shute
On Tue, Sep 07, 2010 at 11:39:19AM +1000, Danny Carroll wrote: > > Today I decided to make a backup of some of my unix data to an XP > machine in preparation for a migration. > I set windows XP backup running and when it started backing up files in > my home directory I noticed that it set u-x per

Re: Windows XP Backup resetting unix perms.

2010-09-06 Thread Danny Carroll
On 7/09/2010 12:00 PM, Frank Shute wrote: > On Tue, Sep 07, 2010 at 11:39:19AM +1000, Danny Carroll wrote: >> >> Today I decided to make a backup of some of my unix data to an XP >> machine in preparation for a migration. >> I set windows XP backup running and when it started backing up files in >

Re: ACPI questions about press power button

2010-09-06 Thread Ian Smith
Re: freebsd-questions Digest, Vol 326, Issue 11, Message: 19 On Sun, 5 Sep 2010 19:04:51 +0800 dave jones wrote: > 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:

Re: Regex Help For Procmail

2010-09-06 Thread Peter Boosten
On 7-9-2010 3:51, Frank Shute wrote: > [snip] > I additionally don't like the look of your Maildir. It's quoted, you > should set MAILDIR in procmailrc, you should get rid of the space and > it should end in "new". Result: > > :0 > * ^From:.*famous-smoke\.com > .Shopping/Famous_Smoke/new I've act

zfs enabled freebsd requires root zfs partition?

2010-09-06 Thread Gil Vidals
I'm new to both FreeBSD and ZFS and need some guidance. The only way I could get zfs to work was by installing FreeBSD directly on a freebsd-ZFS file system, which isn't supported by default by sysinstall. I had to run the zfsinstall.sh script which creates the freebsd-ZFS file system and compiles

Re: zfs enabled freebsd requires root zfs partition?

2010-09-06 Thread Adam Vande More
On Mon, Sep 6, 2010 at 9:55 PM, Gil Vidals wrote: > Whenever If I used the standard install (UFS file system), I would always > get an "unsupported file system" error whenever I tried to kldload zfs.ko. > That doesn't seem like a logical error, the only occurrence of the "unsupported file system

Re: zfs enabled freebsd requires root zfs partition?

2010-09-06 Thread Randal L. Schwartz
> "Gil" == Gil Vidals writes: Gil> The only way I could Gil> get zfs to work was by installing FreeBSD directly on a freebsd-ZFS file Gil> system, which isn't supported by default by sysinstall. It *is* supported by PCBSD-8.1 installer though, and PCBSD can install a typical FreeBSD install

Re: ACPI questions about press power button

2010-09-06 Thread David DEMELIER
2010/9/5 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 "subsy