Re: Autoresponders [pa...@magi.magidesign.com: [#24508600] Re: Need advise.]

2010-05-20 Thread Chuck Swiger
On May 20, 2010, at 9:03 AM, Bob Hall wrote: > On Wed, May 19, 2010 at 10:37:22PM -0400, Glen Barber wrote: >> Headers attached, so we can stop this nonsense in the future. > > I've gotten the same thing, and I'm a bit confused. What exactly is going on? The folks at mpcustomer.com have a badly-w

Re: Autoresponders [pa...@magi.magidesign.com: [#24508600] Re: Need advise.]

2010-05-20 Thread Bob Hall
On Wed, May 19, 2010 at 10:37:22PM -0400, Glen Barber wrote: > Headers attached, so we can stop this nonsense in the future. I've gotten the same thing, and I'm a bit confused. What exactly is going on? ___ freebsd-questions@freebsd.org mailing list http:

Re: Need advise.

2010-05-20 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/05/2010 21:07:22, pa...@magi.magidesign.com wrote: > I have a box that I need to add several software > package, I can't use ports because it appears that they have blocked the > ports to do a fetch. > > So I am wondering what can I do? Do yo

Autoresponders [pa...@magi.magidesign.com: [#24508600] Re: Need advise.]

2010-05-19 Thread Glen Barber
Received: by secure.mpcustomer.com (Postfix, from userid 99) id CACC615407D8; Wed, 19 May 2010 21:36:11 -0500 (CDT) To: Glen Barber Subject: [#24508600] Re: Need advise. Date: Wed, 19 May 2010 21:36:11 -0500 From: pa...@magi.magidesign.com Reply-To: supp...@mpcustomer.com Message-ID

Re: Need advise.

2010-05-19 Thread Glen Barber
Hi Chuck, pa...@magi.magidesign.com wrote: > > > Guys, > > I have a box that I need to add several software > package, I can't use ports because it appears that they have blocked the > ports to do a fetch. Who is "they"? Some details would help us help you. > > So I am wondering what can

Re: Need advise on how to mount certain CD's

2009-06-10 Thread Wojciech Puchar
Well, the 1.02 version ("DVD-video") is, but I see the UDF format has let go of ISO9660 support in later versions. Pity. but the CD/DVD must be "finished" so UDF incremental format is scanned and ISO data generated. ___ freebsd-questions@freebsd.org

Re: Need advise on how to mount certain CD's

2009-06-10 Thread Mel Flynn
On Wednesday 10 June 2009 08:19:56 Wojciech Puchar wrote: > > The other possibility is that the CD isn't closed (fixated). UDF is a > > superset > > no it is not. Well, the 1.02 version ("DVD-video") is, but I see the UDF format has let go of ISO9660 support in later versions. Pity. -- Mel _

Re: Need advise on how to mount certain CD's

2009-06-10 Thread Mel Flynn
On Tuesday 09 June 2009 11:58:11 Leslie Jensen wrote: > It says > > :file -s /dev/acd0 > > /dev/acd0: data The other possibility is that the CD isn't closed (fixated). UDF is a superset of CD9660 anyway, so even UDF formatted should be mountable with cd9660. -- Mel _

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Leslie Jensen
Michael Powell skrev: A long time ago I tried a Nero add-on of some form or fashion (don't recall the exact name) for Windows that essentially allowed a CD disk to be mounted and used as a disk drive, which allowed for drag and drop in Explorer. It was buggy and crashed regularly so I remov

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Michael Powell
Leslie Jensen wrote: > > > Michael Powell skrev: >> Leslie Jensen wrote: >> >> [snip] >>> I tried that as well, same error unfortunately >>> >>> mount -t udf /dev/acd0 /cdrom >>> mount_udf: /dev/acd0: Invalid argument >>> >>> So is this a new MS filesystem that no one but Vista users can read?

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Wojciech Puchar
Try kldload udf.ko prior to the mount attempt. Check and see if it auto- loaded udf_iconv.ko as it should. If that one isn't present in kldstat load it too. Don't really know if the particular UDF spec/format that FreeBSD supports is the same as Vista. No Vista here to try. -Mike udf.k

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Leslie Jensen
Michael Powell skrev: Leslie Jensen wrote: [snip] I tried that as well, same error unfortunately mount -t udf /dev/acd0 /cdrom mount_udf: /dev/acd0: Invalid argument So is this a new MS filesystem that no one but Vista users can read? I'm afraid we'll properly see more of these problems unl

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Wojciech Puchar
Because that version by default now uses an UDF-based "live file system" [http://en.wikipedia.org/wiki/Live_File_System]. Try mount_udf Does it actually work now? I tried once in FBSD 6.1 with one made under windoze and mastered DVD (which by standard requirements are UDF, and may be UDF+ISO).

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Wojciech Puchar
The error I get is: mount -t cd9660 /dev/acd0 /cdrom mount_cd9660: /dev/acd0: Invalid argument I've Googled and read the handbook but I think my settings are ok. Any suggestions? ask your friend what filesystem he use. "what is filesystem?" ;) With windoze user there are only two options -

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Michael Powell
Leslie Jensen wrote: [snip] > > I tried that as well, same error unfortunately > > mount -t udf /dev/acd0 /cdrom > mount_udf: /dev/acd0: Invalid argument > > So is this a new MS filesystem that no one but Vista users can read? I'm > afraid we'll properly see more of these problems unless suppor

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Leslie Jensen
Warren Block skrev: On Tue, 9 Jun 2009, Leslie Jensen wrote: I've got a CD-R from a friend, (who runs windows) that I cannot mount on my 7.2-RELEASE system. It's readable in another windows machine. Other CD and DVD's is no problem but this one is. The error I get is: mount -t cd9660 /dev/

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Warren Block
On Tue, 9 Jun 2009, Leslie Jensen wrote: I've got a CD-R from a friend, (who runs windows) that I cannot mount on my 7.2-RELEASE system. It's readable in another windows machine. Other CD and DVD's is no problem but this one is. The error I get is: mount -t cd9660 /dev/acd0 /cdrom mount_cd96

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Leslie Jensen
Roland Smith skrev: On Tue, Jun 09, 2009 at 08:53:12PM +0200, Leslie Jensen wrote: Hello list I've got a CD-R from a friend, (who runs windows) that I cannot mount on my 7.2-RELEASE system. It's readable in another windows machine. Other CD and DVD's is no problem but this one is. The err

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Roland Smith
On Tue, Jun 09, 2009 at 08:53:12PM +0200, Leslie Jensen wrote: > Hello list > > I've got a CD-R from a friend, (who runs windows) that I cannot mount on > my 7.2-RELEASE system. It's readable in another windows machine. > > Other CD and DVD's is no problem but this one is. > > The error I get i

Re: need advise for ~/Mail/ script...

2004-01-28 Thread Jonathan T. Sage
Gary - Mail::Audit is a really nice perl script that has header cababilities. works really nice for me. Not using it for exacatally what you're talking about doing, but I can see how it could be used for this application. ~j Gary Kline wrote: People, I'm thinking about writing a sc