Re: 'rm' Can not delete files

2012-02-10 Thread Henry Olyer
So what do I change if I want to increase the shell's file limit?

I use bash 4.

And by the way, for me, part of the normal installation of a new FBSD box
is to make certain changes.  For example, for uniq -c I use %06 instead
of %d because this way I can sort the output.  Things like that.

I never learned a shell language.  I suppose no one is as dumb as someone
who choose's not to learn, so, what's the right one.  csh?, because I do a
lot of scientific work?, or should I be looking at another?



On Wed, Feb 8, 2012 at 10:25 PM, andrew clarke m...@ozzmosis.com wrote:

 On Tue 2012-02-07 23:17:16 UTC+, RW (rwmailli...@googlemail.com)
 wrote:

  On Tue, 07 Feb 2012 22:14:56 +
  Matthew Seaman wrote:
 
   ls -1 | xargs rm
 
  but be aware that that wont work for filenames with spaces.

 In addition, I don't believe it solves the OP's initial problem of the
 argument list being too long!  You'd probably need to use the xargs -n
 switch here.

 The above will also try to 'rm' directories, which won't work.

 Instead I would use 'find':

 find . -type f -depth 1 -delete

 This will also work with filenames with spaces.

 Or the scenic route, using xargs, with one rm per file (slower):

 find . -type f -depth 1 -print0 | xargs -n1 -0 rm -f

 (The scenic route is useful if you want to do something else with
 the files instead of deleting them with rm.)

 Regards
 Andrew
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


inetd[1081]: ssh/tcp: bind: address already in use

2012-02-08 Thread Henry Olyer
First, thank you folks for your help.  Each of you.

I been pretty much a glass terminal UN*X user since I started.  Now,
because of you guys and the people behind X and oh!, all those programs
that get linked in (three hours of package loading plus six hours of ports
downloading and compilation, I have a pretty nice Fvwm environment with
some nifty plotting.  (Though I wonder, is it better to be forced to
visualize the underlying curve's of a system without looking.  A
philosophical problem for another day...)

Second, I am getting:  inetd[1081]: ssh/tcp: bind: address already in use.
 What's the fix, please?

And third, about the intrusion.  I have already wiped the machine to
rebuild it.  But I noted the requested files, if their is a future incident.

I had used null passwords while I was loading FBSD software.  A practice I
shall never repeat.  me bad...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


on hammer's, security, and centrifuges...

2012-02-07 Thread Henry Olyer
So I was coding along...

On my laptop, on session #1, and I get a notice that someone did an su.
 Except I'm the only user and I didn't have an ethernet cord connected.
 (And no, it wasn't me...)

I just built this laptop a few days ago.  Fresh.  I did have to get on the
net to download/make/install a few critical packages.  I do development.
 And research.

My guess, not one shred of evidence, is that someone got in while I was
re-building packages.  Some, (for example Maxima,) take hours.  And because
of problems with gnuplot and pdflib, won't build as packages without
re-compilation.

Look, I'm going to use FreeBSD as long as both it and I am around, it's
just the best choice for me, for my user's.  But we need to improve
security.

I'm not a security expert, my work is in another area.  But I would like to
suggest that the FBSD be enhanced so that each load module, each compiled
program, contain a DSA-based public key.  Yes, this would make installing
and maintaining systems an all-day run.  But some of us need a higher
degree of security than is presently available.

For now, until I remake my laptop, I'm going to disable the ath0 wireless.

How?  What's the best method to make certain that my wireless chip is
turned off?

Or is this something best accomplished with a hammer?  Not a pleasant
thought...

(Oh, and centrifuges?, well two out of three isn't bad.  About centrifuges
I got nothing.)

Is their something I can do that would help the FBSD security people?, or,
is hacking so routine that it wouldn't help to know the particulars.
 sigh...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Fwd: the WD USB 3.0 My Book Essential

2012-02-03 Thread Henry Olyer
-- Forwarded message --
From: Henry Olyer henry.ol...@gmail.com
Date: Thu, Feb 2, 2012 at 8:44 PM
Subject: the WD USB 3.0 My Book Essential
To: FreeBSD Mailing List freebsd-questions@freebsd.org
Cc: Roland Smith rsm...@xs4all.nl


Has anyone gotten one to work?

Either as a USB 2.x or 3.x?  Yes, I know that to do 2.x one must use a
different cable.  I do that.  Because I am wondering what's going on.
 Possibly I just happened to buy a drive that's DOA, I don't know, and I'm
not say that, YET.

I'd like to hear from other purchasers, what's the current buzz on this
product.  I don't want to bash the WD guys, in the past their products have
been wonderful and it may turn out that this will the case here too.

But after a lot of struggling, first with 3.x, now with 2.x, I'm still not
able to get beyond /dev/da0.  And yes I've tried mounting that but that
doesn't work.  And nothing I do seems to produce the needed /dev/da0s1,
which is usually what I see to do a mount.

I've been getting really good help from Roland and others here.  We've been
concentrating on the FBSD side of things and now I'm thinking that's not
where the trouble is.

So again, has anyone gotten a WD My Book Essential drive to work?  With
either USB 2.x or 3.x?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: the WD USB 3.0 My Book Essential

2012-02-03 Thread Henry Olyer
Ah!, I didn't know that some USB connectors (the receptacle on the computer
side of the cable,) were for 3.0 and others for 2.0.  How do I discover or
test my USB receptacles?




On Fri, Feb 3, 2012 at 6:32 AM, Thomas Mueller muelle...@insightbb.comwrote:

  Has anyone gotten one to work?

  Either as a USB 2.x or 3.x?  Yes, I know that to do 2.x one must use a
  different cable.  I do that.  Because I am wondering what's going on.
   Possibly I just happened to buy a drive that's DOA, I don't know, and
 I'm
  not say that, YET.

  I'd like to hear from other purchasers, what's the current buzz on this
  product.  I don't want to bash the WD guys, in the past their products
 have
  been wonderful and it may turn out that this will the case here too.

  But after a lot of struggling, first with 3.x, now with 2.x, I'm still
 not
  able to get beyond /dev/da0.  And yes I've tried mounting that but that
  doesn't work.  And nothing I do seems to produce the needed /dev/da0s1,
  which is usually what I see to do a mount.

  I've been getting really good help from Roland and others here.  We've
 been
  concentrating on the FBSD side of things and now I'm thinking that's not
  where the trouble is.

  So again, has anyone gotten a WD My Book Essential drive to work?  With
  either USB 2.x or 3.x?

 I have this drive, and it works on my new computer with FreeBSD 9.0
 beginning with BETA1, plugged into USB 3.0 port, but does not work on this
 computer when plugged into USB 2.0 port.

 This same drive also works with Linux, using the System Rescue CD (
 http://sysresccd.org/).

 It came with one NTFS partition spanning the whole drive.

 I was able to copy out the data using the System Rescue CD and then
 repartition with gpt/gpart.

 This drive was not accessible with NetBSD, OpenIndiana or FreeDOS.

 Tom
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


the WD USB 3.0 My Book Essential

2012-02-02 Thread Henry Olyer
Has anyone gotten one to work?

Either as a USB 2.x or 3.x?  Yes, I know that to do 2.x one must use a
different cable.  I do that.  Because I am wondering what's going on.
 Possibly I just happened to buy a drive that's DOA, I don't know, and I'm
not say that, YET.

I'd like to hear from other purchasers, what's the current buzz on this
product.  I don't want to bash the WD guys, in the past their products have
been wonderful and it may turn out that this will the case here too.

But after a lot of struggling, first with 3.x, now with 2.x, I'm still not
able to get beyond /dev/da0.  And yes I've tried mounting that but that
doesn't work.  And nothing I do seems to produce the needed /dev/da0s1,
which is usually what I see to do a mount.

I've been getting really good help from Roland and others here.  We've been
concentrating on the FBSD side of things and now I'm thinking that's not
where the trouble is.

So again, has anyone gotten a WD My Book Essential drive to work?  With
either USB 2.x or 3.x?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: When I put up any version of FBSD I usually try to install Maxima. Which fails because the sub-install of gnuplot fails.

2012-01-28 Thread Henry Olyer
I've been using FBSD since 2000 and a Macsyma user since 1976.

And done my own FBSD installs since 5.1, I think, maybe a few before.  For
those early years I was content to install a lisp and then do my own FTP's,
getting maxima and doing things manually.  No problems.

But the installs have never worked.  Specificially, using the sysinstall
tool, going to Packages, going to Math, and dropping down to Maxima,
FAILS!!!

And a few years ago everyone yelled at me and said I was wrong.  But I've
had this problem on at least a dozen machines, from laptop's to desktops,
to blades.

And when Gnuplot failed to install that stopped the installation of maxima.

So I did workarounds but lost graphing and other resources.

On Sat, Jan 28, 2012 at 1:41 PM, Michael L. Squires mi...@siralan.orgwrote:

 I just compiled maxima from ports using default settings under FreeBSD
 8-STABLE (updated 12/24/2011) and had no problems with the compile (i.e., I
 just su'd to root, did a cd /usr/ports/math/maxima;make).

 This was under the amd64 version of FreeBSD (hardware is a Tyan S4882 quad
 Opteron).

 I just upgraded from 7.4 to 8.2-RELEASE and then, as usually, updated to
 the STABLE version using cvs.  I usually don't upgrade to a newer
 version until it becomes obviously necessary due to either features I need
 in the newer release or the ending of support for the version I'm currently
 using.

 I wonder what versions you've been trying to install, since I've rarely
 had problems installing from ports when upgrading as described above.

 Mike Squires
 mikes at siralan.org
 UN*X at home since 1986


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


9.0 install problems

2012-01-28 Thread Henry Olyer
When I boot the CD I get a different menu, ie., boot, shell, install.

Since the CD is in the CD-ROM drawer and I know how to use sysinstall (or
so I thought!,) I get a fresh shell and say sysinstall.

Okay?

Except I can't write the disk.  Notice, I have not explicitly mounted it or
done anything to reserve it.

I need a procedure to do this please.

It's just a small machine.  But having this up let's me do a backup and
once I've backed up the disks on my other computers, then I can do some
serious stuff with 9.0.

I'd like to use sysinstall, if possible.  I know it and I like it.  I do
have some other FBSD boxes nearby, each with TCP/IP running fine;  But I'm
not knowledgeable with PXE.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


USB 3.0 with FreeBSD 8.1

2012-01-27 Thread Henry Olyer
What's the plan?  Anything I can do?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: USB 3.0 with FreeBSD 8.1

2012-01-27 Thread Henry Olyer
When I look, I see a file /dev/da0,

but I can't do anything with it.  I've tried mount's and newfs and Fdisk,
nothing works.  Yes, their is an entry in the /dev directory, but no it
doesn't do me a lot of good.

Now, I am willing to do USB 2.0 transfers.  I'm willing to lose the 3.0
support.  I got this drive so I could back my machine up, but so far it's
doing a perfectly fine imitation of a boat anchor.

If I have to, I'll put up 9.x on another machine and simply do the
transfers across a TCP/IP wire.  A little slower but a day or so isn't
critical.

Now my questions:

a)  Am I supposed to be able to get USB 2.0 support by simply using a
conventional cable?  Because so far I'm getting nothing.

b)  Does 9.0 have USB 3.0 support.

The device I am trying to use is a WD My Essential Drive.




On Fri, Jan 27, 2012 at 11:02 PM, ill...@gmail.com ill...@gmail.com wrote:

 On 27 January 2012 22:55, ill...@gmail.com ill...@gmail.com wrote:
  On 27 January 2012 20:22, Henry Olyer henry.ol...@gmail.com wrote:
  What's the plan?  Anything I can do?
 
  I don't see any xhci(4) support in 8-STABLE,
  but then there's this:
 
 http://lists.freebsd.org/pipermail/freebsd-questions/2011-July/231976.html

 Here's me correcting myself:
  ls /8-STABLE/src/sys/dev/usb/controller/ | grep xhci
 xhci.c
 xhci.h
 xhci_pci.c
 xhcireg.h

 Looks like it is also present in 8.2.
 Doesn't look like it's in 8.1, though.
 If upgrading to 8.2 isn't a possibility, the module probably
 isn't impossible to backport.

 --
 --

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


When I put up any version of FBSD I usually try to install Maxima. Which fails because the sub-install of gnuplot fails.

2012-01-27 Thread Henry Olyer
I've said this here before.  And been attacked, pretty much by everyone.

But I was telling the truth.

When I put up any version of FBSD I usually try to install Maxima.  Which
fails because the sub-install of gnuplot fails.

I go to through various work-arounds, different things.

But Saturday I will be installing 9.0 and would like to have a successful
install.  Ideas?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: A quality operating system

2011-08-24 Thread Henry Olyer
Baloney.

Sure, nothing human is perfect, that includes the people behind FreeBSD and
also the OS.

But compared to (gasp!,) windoz and linux, (not too bad, but it's as
non-secure as windoz!,) FreeBSD and OpenBSD standout for one reason, their
better.

I would like to see negotiate a deal to give us pre-built java-enabled
browsers.  A few other things, too.


On Wed, Aug 24, 2011 at 10:32 PM, Polytropon free...@edvax.de wrote:

 On Wed, 24 Aug 2011 21:02:18 -0500, Evan Busch wrote:
  I didn't expect this much response.

 You always get what you deserve on this list. :-)

 No, seriously: There are participants of this list who
 understand complains and other statements in a critical
 tone as inspiration for improvement. But allow me to say
 that _if_ you are interested in contributing in _that_
 way, you should always bring examples and name _concrete_
 points you're criticizing, instead of just mentioning
 wide ranges of this doesn't conform to my interpretation
 of what 'professional' should look like.

 As long as you are professional and fair, you will get
 a polite and substantial (!) response.



  Every professional documentarian I've encountered agrees with you.
  It's inconsistent, wordy, and has no concept of the order of
  introduction of its concepts. No professional software package would
  ship with documentation this bad.

 Depends.

 Have a look at IBM's mainframe or midrange documentation.
 For those who are working with this very special kind of
 documentation, it may appear fully understandable, helpful
 and direct. For hobbyists or newbies, it may look to be
 the complete opposite: Not understandable, no structure,
 way too verbose, and not helpful at all.

 You can also see how Sun publishes documentation for their
 Solaris OS. Did publish. Past tense. :-)

 In most cases, documentation requires you to have a minimal
 clue of what you're doing. There's terminology you simply
 have to know, and concepts to understand in order to use
 the documentation.

 Different kinds of users have different preferences. Some
 like to use the web, like to use Wikis and discussion boards.
 Others like to use structured web pages. Again, other like
 web pages too, but want to have as much information in _one_
 (long) page. And there are those who do not want to depend
 on the web - those like man pages.

 If you're used to some specific _way_ of documentation, you
 will maybe value anything that's _different_ from that way
 as being inferior, non-professional, or less helpful.

 Also keep in mind that especially for developers, the SOURCE
 CODE also is an important piece of documentation. Here FreeBSD
 is very good, compared to other systems.



  The multiple grammatical errors only
  enhance the sense of its fundamentally confused nature as a document.

 Oh, then don't visit the non-english translations of the
 documentation. :-)




  On Sat, Aug 20, 2011 at 2:08 PM, Polytropon free...@edvax.de wrote:
  
   Well, in _this_ area, I would also agree that work should be
   done to concentrate documentation, e. g. make an essence from
   knowledge and examples in mailing lists, web forums and so on.
   But there are too many of them, and you simply cannot put all
   the possible things into the one documentation project.
 
  This isn't as big of a project as you make it seem. In fact, it will
  reduce your workload and that of your users.

 I have worked on documentation projects (in the medical and
 technical sector) before, and it was relatively easy because
 you KNEW enough, e. g. who your clients are, how they read,
 what they need to know, and what they already do know, so
 you had a good basis for creating documentation that fits
 there needs.

 Here the one size fits all problem arises. It's really hard
 to make documentation for everybody. What should be in there?
 How much detail is needed? What can the reader conclude himself?
 Which terminology is he already familiar with?



  I think the comments above provide a good starting point for
  actual discussion.

 It would help if you could just bring some examples for what
 is lacking in your opinion.



  As far as people proving my point about the BSD community being
 reactionary:
  [...]
  These angry non-sequiturs just reek of defensiveness.

 Note the presence of :-) and the abilities of english native
 speakers who are much more able to express between the lines
 than I am, for example.



  I think I predicted these behaviors when I spoke of cliques and the
  nasty, elitist side of geek culture.

 You can predict that everywhere. Just go to any halfway
 specialized setting and make claims about something not
 meeting your requirements, telling the people they are
 not professional and lack the most fundamental things.
 Of course there will be some who thing you're just trolling
 them, because to _them_, that's exactly what you do, even
 if you have other intentions. Interpretation heavily depends
 on specific discussion cultures. The way 

what to do about missing Flash and missing Java

2011-07-24 Thread Henry Olyer
I love FreeBSD, (and though years ago I was a Slackware user,) I much prefer
the BSD's.  But guy's, we really have to solve these problems.

So here it is, I just installed 8.2 and need the latest Flash.  What's the
right procedure here, please.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


i messed up, need to do fsck and also uncomment the /usr line if /etc/fstab

2011-05-06 Thread Henry Olyer
Woe is me.

First, I simply messed up, happens to us all from time to time.  I lost
power on an laptop running 8.2.

Restarted it but for some reason the fsck didn't run and I lost some /usr
files.

I tried to do an fsck manually but because it's mounted I got nowhere.  So I
put a comment (#) in front of the /usr line for the /etc/fstab file.

Now, I can't boot.

I need what's on my disk -- of course!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: i messed up, need to do fsck and also uncomment the /usr line if /etc/fstab

2011-05-06 Thread Henry Olyer
I had an old FBSD 7.2 CD. good enough for this I thought.

I booted from that but now I need to mount the file systems on my hard
drive.  How do I do that?

I agree,, once I get the /etc file system mounted I can edit the file.

Okay, next..

How do I do an fsck on the /usr file system when coming up?




On Fri, May 6, 2011 at 10:32 PM, Ryan Coleman edi...@d3photography.comwrote:

 Boot to a boot disk.. anything... CD, DVD, USB

 Load up vi - you can probably do this from a live linux distro.

 Unedit the line.

 Save.

 Quit.

 Reboot.

 You're golden.


 On May 6, 2011, at 9:06 PM, Henry Olyer wrote:

  Woe is me.
 
  First, I simply messed up, happens to us all from time to time.  I lost
  power on an laptop running 8.2.
 
  Restarted it but for some reason the fsck didn't run and I lost some /usr
  files.
 
  I tried to do an fsck manually but because it's mounted I got nowhere.
  So I
  put a comment (#) in front of the /usr line for the /etc/fstab file.
 
  Now, I can't boot.
 
  I need what's on my disk -- of course!
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


DRi's failing sporadically

2010-12-25 Thread Henry Olyer
Having trouble with DRi's.  The weird thing about this is that it only
happens immediately after a sendmail interrogation.

Ideas?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: slightly OT... .

2010-10-29 Thread Henry Olyer
I have some information that the problem is because the Macbook fonts are
different from the FreeBSD fonts.

Thank you!, thank you very much.



On Thu, Oct 28, 2010 at 10:33 PM, Polytropon free...@edvax.de wrote:

 On Thu, 28 Oct 2010 22:22:26 -0400, Henry Olyer henry.ol...@gmail.com
 wrote:
  I wrote some files using a MacBook and saved them as .RTF files.
 
  And discovered that I couldn't move them to FreeBSD and use AbiWord.
 
  What do I to make them work?

 You could try to use one of the tools provided in the ports
 collection:

 a) rtf2latex
then continue to remove macros to gain plain text

 b) rtf2html
same game here

 c) rtfreader

 d) rtfx
this is a tool that gives XML output - maybe usabe for
further input to AbiWord

 e) unrtf
includes processing like a) and b), and some more formats

 Which tool to use depends on how you intnd to further use the
 documents. If it's just about the text, the pure filter programs
 should be sufficient. Otherwise, try to load them in OpenOffice
 and see how you can export them from there; ^A ^C and ^V into
 a text editor should work from there, too.

 Oh the joy of nonstandard file formats. :-)



 --
 Polytropon
 Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: slightly OT... .

2010-10-28 Thread Henry Olyer
I wrote some files using a MacBook and saved them as .RTF files.

And discovered that I couldn't move them to FreeBSD and use AbiWord.

What do I to make them work?



On Thu, Oct 28, 2010 at 3:06 PM, Gary Kline kl...@thought.org wrote:



Sorry: don't bother with this [below]; there weren't that many
embedded quotes.  By-hand worked fine.

--g


 On Thu, Oct 28, 2010 at 10:12:38AM -0700, Gary Kline wrote:
 
 
First, since abiword and OOo both work across many platforms,
this isn't a FreeBSD question, but humor me anyway.
 
A [long] while ago I checked on the OOOForums list and got the
howto's of changing this into ``this'' in openoffice.  [[And
'this into `this': it's a two-fer]].  Has anybody tried this
with abiword??  Clues, tips please?  (Figure I'll ask here
first.)
 
My ascii-to-markup program does the same thing, but only for
double-quotes since the fact that the zillions of contractions
like can't, would've, and informal english like So: howzit
hangin'? gave me *many* second thoughts.
 
1)  Does anybody onlist have any idea howto turn 'this' into
lsquo' ?   In the HTML ampersand chars list, that's what it
is called.  Using the ampersand and ints it is #8286; --
minus the quotes, of course.
 
2)  Iwould like some clues howto automate this either via
abiword OR algorithm.  It took some large N days back in
1994 when I first hacked atom to realize that I would have
to use recursion to get the left|beginning and
 right|closing
double quotes.
 
3) Or should I give up and do this by eyeball?!
 
tia,
 
gary
 
 
 
  --
   Gary Kline  kl...@thought.org  http://www.thought.org  Public Service
 Unix
  The 7.90a release of Jottings: http://jottings.thought.org/index.php
 http://journey.thought.org
 


 --
  Gary Kline  kl...@thought.org  http://www.thought.org  Public Service
 Unix
The 7.90a release of Jottings: http://jottings.thought.org/index.php
   http://journey.thought.org

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 8.1-RELEASE Installation success

2010-10-25 Thread Henry Olyer
The problem here is that it shouldn't take so much effort to get this
going.  But I know it does.  And I don't blame the FreeBSD team.

I do blame the organizational infra-structure that exists.  ie., we should
have scripts that describe every aspect of a computer, so that such scripts
can be mechanically read and a configuration built.

We do ./configure for software we install.  Same thing, but for all aspects
of the hardware.  The present configure logic covers the OS and the
installed software, we need to do this for hardware.

I notice that freeBSD download's and installs trails Linux.  That's okay.
FreeBSD is so much better, and in so many ways, too.

Nothing I've seen in Linux lands comes close to the sysinstall command or
the plainly superior organization of FreeBSD.  What I'm trying to encourage
is that we, as a group, work on our infra-structures, like strengthing the
already high level of organization we have in sysinstall.

How about a query program that examines a machine.  Is this practical?
Something like the automated X-install process that makes it unnecessary to
set the horizontal and vertical frequencies ourselves (which we used to have
to do.)  But not for X, for the sound card, for as much as possible.




On Mon, Oct 25, 2010 at 8:25 PM, Michael D. Norwick mnorw...@centurytel.net
 wrote:

 Good Day;

 It is with some pleasure that I have finally succeeded in building an
 operative workstation with a custom kernel and world,  Xorg 1.7.5,
 KDE4-4.5.2 from ports, most common network applications as well as Firefox3,
 and Thunderbird 3.1.5.  The machine is an older Dell GX270 P4 2.4 GHz PC
 with 3G of ram and an ATI Radeon video adapter.
 This install has not been without it's trials.
 4 weeks ago I backed up all my data and reformatted from Debian 'lenny' to
 GPT/ZFS/8.1-RELEASE.  The next two weeks did not go so well.  While I tried
 hard to get ZFS formatted drives to work reliably, intermittent unexplained
 core dumps with reboots gave me cause for concern.  I finally reinstalled
 msdos boot records and formatted the drives UFS.  That install has lasted 2
 more weeks.  I liked ZFS v14 and would like to try it again when I get more
 current hardware with more ram and SATA drives.
 My next challenge was building KDE4, Firefox, and Thunderbird from ports.
  KDE4 and friends (QT4) took days on this machine to build, install and
 setup.  I initially installed the ports tree using portsnap but was having
 so much trouble building the mozilla stuff from ports I moved to cvsup and
 portupgrade.  This is also what I used to install the kernel and base source
 tree.  Several iterations of make - clean and deinstall/reinstall along with
 cvsup'ing ports a couple of times finally got me to a working browser and
 mail client.
 I have had a time getting Flash working with Firefox.  I have not yet got
 the plugin working in Firefox but Opera, using linux-f10 allows my kids view
 their on-line home school lessons.  Audio was somewhat of a challenge to get
 sound from an AC97 on-board audio chipset.  snd_hda was the module that
 eventually provided the needed audio driver for this chipset.  I think I
 forgot what configuring this stuff was like during my 'hamm', 'bo', and
 'slink', debian days.

 My thanks to the entire FreeBSD/KDE development team on allowing me to
 experience the fruit of their efforts.  I still like turning the knobs
 myself.  I'll keep reading the manuals.  :)

 Michael
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Greybeards (Re: Netbooks BSD)

2010-10-21 Thread Henry Olyer
My first machine was an IBM 1620, but hey, at least we had an actual disk.
 A couple of 2311's.

To quote a fellow I used to consult for, two days' I had solved a
particularly nasty programming problem for his company, But what have you
done for us lately?



On Thu, Oct 21, 2010 at 10:57 AM, RW rwmailli...@googlemail.com wrote:

 On Thu, 21 Oct 2010 14:32:23 +0100
 Arthur Chance free...@qeng-ho.org wrote:

  On 10/21/10 13:38, RW wrote:
   On Wed, 20 Oct 2010 21:10:28 +0100
   Arthur Chancefree...@qeng-ho.org  wrote:
  
  
   50s) had the experience of programming microcode on a machine by
   inserting brass slugs for 0s and ferrite slugs for 1s on a pin
   board.
  
   I wonder why it was brass/ferrite rather than brass/empty or
   ferrite/empty.
 
  Dredging up physics unused for 30+ years, ferrite is ferromagnetic
  and intensifies magnetic fields so a coil of wire with ferrite inside
  is a massively bigger inductor then an empty coil. I vaguely remember
  that brass is slightly diamagnetic, but could be mistaken. If it is,
  then it would have the opposite effect and reduce the inductance, so
  you'd get a better difference in signal between brass/ferrite than
  air/ferrite.

 Possibly. I'm wondering if there might be three states, where the third
 state is writable.

  Air/brass would give very small differences in signal,

 I was thinking in that case it would be open/short circuit.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Like it or not, Theo is having a good laugh ..

2010-10-09 Thread Henry Olyer
I'm not sure which writer said it, but whoever it is who started that
paragraph with Kinda wish you... you sir are the problem.  Not just a
problem for us FreeBSDer's, but also for American's.

You probably don't see yourself that way.  I understand that.  But what you
are doing is surrilous.  That's when instead of making the points underlying
your position you resort to name calling and bad mouthing.

Disagree?  Well, re-read what you wrote.  See what I mean?

So stop.



On Sat, Oct 9, 2010 at 1:16 AM, Rob Farmer rfar...@predatorlabs.net wrote:

 On Fri, Oct 8, 2010 at 21:47, Jarrod Slick jarrod...@gmail.com wrote:
  @rob,
 
  Kinda wish you would make a video wherein you read your above statement
 from
  a teleprompter with a green-screened American flag billowing in the
  background.  You might want to add in a statement about your deep respect
  and admiration for the troops, though.  To add in even more of that good
 ol'
  fashioned American [self-]righteousness you could even, in a senseless
 spat
  of litigiousness, DMCA yourself and have the video removed from whatever
  third-party site you decide to post it on.
 
  Oh, and disclaimer . . . I'm an American.
 
  Anyhow, I'll go back to lurking.
 

 You can imply that I'm a nationalistic jackass all you like, but the
 fact still remains that nobody has presented an argument (well
 reasoned and coherent or otherwise) for why FreeBSD wouldn't be
 subject to the EAR or why changing the license for this code would
 make one bit of difference (beyond public relations).

 --
 Rob Farmer
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: OT: fdisk

2010-10-04 Thread Henry Olyer
And still the wife doesn't suspect?



On Mon, Oct 4, 2010 at 2:42 PM, Robert travelin...@cox.net wrote:

 On Tue, 5 Oct 2010 03:53:09 +1100 (EST)
 Ian Smith smi...@nimnet.asn.au wrote:

 Ian

 I am in the process of dd the entire disk to a 1TB disk but I wanted to
 respond to you. You have given a lot of good advice and information and
 I appreciate it.

  ~ fdisk /dev/da1
 *** Working on device /dev/da1 ***
 parameters extracted from in-core disklabel are:
 cylinders=60801 heads=255 sectors/track=63 (16065 blks/cyl)

 Figures below won't work with BIOS for partitions not in cyl 1
 parameters to be used for BIOS calculations are:
 cylinders=60801 heads=255 sectors/track=63 (16065 blks/cyl)

 Media sector size is 512
 Warning: BIOS sector numbering starts with sector 1
 Information from DOS bootblock is:
 The data for partition 1 is:
 sysid 7 (0x07),(NTFS, OS/2 HPFS, QNX-2 (16 bit) or Advanced UNIX)
 start 63, size 976773105 (476939 Meg), flag 0
  beg: cyl 0/ head 1/ sector 1;
  end: cyl 1023/ head 15/ sector 63
 The data for partition 2 is:
 UNUSED
 The data for partition 3 is:
 UNUSED
 The data for partition 4 is:
 UNUSED
 

 
  So pausing here for a bit .. starting at 63 (cyl 0/ head 1/ sector1
  in CHS terms), looks correct for s1, one slice, whole disk for NTFS.
  That should rule out a damaged MBR in sector 0 - though it doesn't
  rule out the boot code in the first 2 or so sectors having been
  clobbered.

 I have tried earlier to explain what might/could have happened but was
 most likely not specific enough. I will try to do better.

 This was the wife's computer. It had Xp Pro on the first slice and
 FreeBSD 7.x on the second. Windows started acting strange and then was
 rebooting as soon as the desktop rendered. I booted to safe mode and
 went back one day in the recover option. Same thing happened, i.e.
 reboot after desktop rendered. I again booted in safe mode and went
 back two days. Could never get it to boot again even in safe mode.

 I booted into FreeBSD and copied some critical files off of the Windows
 slice that she was desperate to have. I put them on a pen drive so she
 could then access via her laptop.

 I checked the backup drive and saw that all was fine. I had the D$S
 stuff backing up nightly.

 I was able to mount either drive with _ntfs or ntfs-3g.

 No matter what I tried I could not get windows to boot even in safe
 mode. I left it running on FreeBSD aver night expecting to have to
 reinstall windows in the morning.

 The next day the system had rebooted with the GAG screen up. I ran
 memtest for about 6 hours and it showed a couple of faults. I pulled
 one of the three 512M memory chips and it seemed to run OK but still
 could not boot windows.

 I reinstalled windows and was doing all of the updates when it started
 failing to boot. Somewhere in that time the backup (500GB) drive became
 invisible to windows. FreeBSD showed only ad6 without the s1 partition.
 I used sade to look at it and it did not show as ntfs. I marked it as
 ntfs thinking that would fix it but it probably caused all of these
 problems.

 Whatever is wrong with that computer it now completely messed up. It
 will not even power on. I strapped out the power connect pins 3 and 4
 and the PS runs and the voltages check out.

 
  You can often poke around the beginning of disks to advantage with
  say: # dd if=/dev/da1 bs=512 count=126 | hd | less
  to see the first two tracks .. sector 63 should be where NTFS starts,
  ie after sectors 0-62 on head 0.  hd(1) skips repeated zeroes or 0xff
  and such, so you can hunt through quite a lot of early sectors
  without huge output in less, usually.
 
 Which looks a lot better. I can mount /dev/da1 and it shows
 
  Just to be clear, you mean: '# mount_ntfs /dev/da1 /mnt' ?
 
  (try to be sure to mount NTFS filesystems _explicitly_ read-only,
  especially if likely damaged)
 
  ~ ls -l /mnt
 total 70044
 -rwxr-xr-x  1 root  wheel  2560 Dec 31  1600 $AttrDef
 -rwxr-xr-x  1 root  wheel 0 Oct  1 09:09 $BadClus
 -rwxr-xr-x  1 root  wheel   4194304 Dec 31  1600 $Bitmap
 -rwxr-xr-x  1 root  wheel  8192 Oct  1 09:09 $Boot
 drwxr-xr-x  1 root  wheel 0 Oct  1 09:09 $Extend
 -rwxr-xr-x  1 root  wheel  67108864 Oct  1 09:09 $LogFile
 -rwxr-xr-x  1 root  wheel  4096 Oct  1 09:09 $MFTMirr
 -rwxr-xr-x  1 root  wheel 0 Dec 31  1600 $Secure
 -rwxr-xr-x  1 root  wheel131072 Oct  1 09:09 $UpCase
 -rwxr-xr-x  1 root  wheel 0 Oct  1 09:09 $Volume
 -rwxr-xr-x  1 root  wheel 45124 Aug 18  2001 NTDETECT.COM
 drwxr-xr-x  1 root  wheel 0 Oct  1 17:29 System Volume
 Information
 -rwxr-xr-x  1 root  wheel   193 Oct  1 09:12 boot.ini
 -rwxr-xr-x  1 root  wheel222368 Aug 18  2001 ntldr

 But I cannot mount /dev/da1s1

  ~ sudo mount_ntfs 

trying to put up X, am using an Nvidia card an HP Presario

2010-09-26 Thread Henry Olyer
Several people in this group took a lot of time and helped me when I
couldn't get FBSD 7.2 running with X on an HP Presario.

Now, I'm having *somewhat* *similar* problems, doing the install for 8.1.

I've attached my rc,conf, the X log file, and the list of installed
packages.

I've also said:

hald_enable=YES and dbus_enable=YES in the rc.conf file.  Apparently
playing with the boot loader file isn't necessary, now.

Oh, I downloaded (using sys-install,) the nvidia helper system but couldn't
get the NVIDIA screen logo that goes up just before X comes up.

Thanks, all!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: trying to put up X, am using an Nvidia card an HP Presario

2010-09-26 Thread Henry Olyer
Kenneth CF once wrote:

 2) Install the nvidia-driver.
 # cd /usr/ports/x11/x11-driver/nvidia-driver
 # make install clean  (I built with options FREEBSD_AGP checked, ACPI
checked, LINUX unchecked).


and this didn't help.  Under 7.2, this was the game changer.  Everything
worked with this and a couple tweaks.




On Sun, Sep 26, 2010 at 3:06 PM, Henry Olyer henry.ol...@gmail.com wrote:

 Several people in this group took a lot of time and helped me when I
 couldn't get FBSD 7.2 running with X on an HP Presario.

 Now, I'm having *somewhat* *similar* problems, doing the install for 8.1.

 I've attached my rc,conf, the X log file, and the list of installed
 packages.

 I've also said:

 hald_enable=YES and dbus_enable=YES in the rc.conf file.  Apparently
 playing with the boot loader file isn't necessary, now.

 Oh, I downloaded (using sys-install,) the nvidia helper system but couldn't
 get the NVIDIA screen logo that goes up just before X comes up.

 Thanks, all!



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Unable to find device node for /dev/ad4s1b in /dev

2010-09-20 Thread Henry Olyer
Not that I blame the people behind FBSD.  I am amazed that it's so robust.
 But of course, since I purchased this ASPIRE laptop (model 7741Z,) for
FreeBSD I'd like to run that on it.  So far, well, maybe Billy Gates has
finally gotten his memory back, maybe he'll finally make something that
works.

This is what I know, I run the FBSD install program and immediately, as soon
as the system attempts to do the necessary partitioning.  That's when the
failure occurs, with the complaint that:

Unable to find device node for /dev/ad4s1b in /dev

I've tried a few things, I can put OpenBSD up, works fine -- except as good
as that system is, I need to run FBSD.  I do development and research and
everything I've done for the last decade is done under FBSD.

So I guess I am really serious here, HELP.

Oh, one more thing.  I can install PC-BSD, that works.  And I actually like
that system, I just don't want all that overhead, it's pretty resource
intensive.

I just want my FreeBSD.  The thing is, am I going to get it?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Unable to find device node for ./dev/ad4s1b in /dev

2010-09-18 Thread Henry Olyer
This morning I downloaded and burned the latest CD for 8.1.

Then I took a brand new laptop, an ACER, model ASPIRE-7741Z-5731, and tried
to install FreeBSD.  (It had a copy of windoz on it.  goodbye and good
riddance.)

My point is simple, this is about as vanilla as it gets.

And I get the error, shown in the subject line.

Not sure if this is important, but the ad4s1b partition is the SWAP
partition.

--jg
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Browser choices flash

2010-09-08 Thread Henry Olyer
I'm about to put up 8.1.

And would like (I know I'm dreaming,) to get this right, first time.  Many
times I've had to scrap an installation and restart from scratch because I
didn't do things right.



On Wed, Sep 8, 2010 at 12:55 PM, Roland Smith rsm...@xs4all.nl wrote:

 On Wed, Sep 08, 2010 at 09:45:48AM +0100, David Southwell wrote:
  Hi
  One of our freebsd systems is a user terminal with desktop. We have
 constant
  difficulties with web browsing on that platform. Here is the data
 
  1. INFO:
  System:
  freebsd 7.2-RELEASE-p3 - GENERIC  amd64
  Desktop:
  kde4.5.1
  Current installed web browser stuff:
  konqueror 4.5.1
  epiphany-2.30.2_1
  firefox-3.5.11,1
  flashplugin-mozilla-0.4.13_5 A GPL standalone Flash (TM) plugin for
 Mozilla

 This plugin is now five years old, and doesn't seem to be in active
 development anymore.

  3. ADVICE PLEASE
  Most reliable browser combination and recomendations of specific port
  combinations which can deliver reliable browsing including flash
 capability.

 No open source flash player works on all sites, as far as I know.

 If you don't mind non-free software and all the extra linux compat stuff
 that
 it needs, try the linux version of the Adobe flash plugin;
 www/linux-f10-flashplugin10

 Try graphics/gnash instead if you want native software. Mind that there
 is a problem with the 0.8.7 version of gnash and youtube. This is fixed in
 0.8.8 but that hasn't made it into ports yet. Gnash sometimes crashes, but
 this doesn't usualy affect firefox.

 Roland
 --
 R.F.Smith   http://www.xs4all.nl/~rsmith/
 [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
 pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


dealing with a possible security breach and am just trying to be careful...

2010-07-05 Thread Henry Olyer
Hi all,

So how do I delete a running load module?

Is this even possible?

Please copy your replies to me:  henry.ol...@gmail.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: under X, frozen keys, no mouse

2010-04-05 Thread Henry Olyer
I see:

Setting master
xclock: not found
Dropping master

While the root screen has:

drm0: Intel i845G GMCH  on vgapci0

vgapci0: child drm0 requested pci_enable_busmaster

info:  [drm]  AGP at 0xf000 128NB

info:  [drm]  Initialized i915 1.6.0


I have:

hald_enable=YES

in the boot up conf file (/boot/loader.conf)

and

Option AutoAddDevice Off

Option IgnoreEmptyInput Off

in the xorg.conf file











On Mon, Apr 5, 2010 at 2:41 AM, Masoom Shaikh masoom.sha...@gmail.comwrote:

 On Mon, Apr 5, 2010 at 8:24 AM, Henry Olyer henry.ol...@gmail.com wrote:
  I installed FBSD 7.3 on an older Compaq box.  It has a built-in video
 card,
  this isn't a top of the line superfast machine.
 
  But it is important for me to press it into service.
 
  I tried using a couple of Option lines in xorg.conf, but no luck.
 
  so now my questions...
 
  Will FBSD 7.3 make use of xf86cfg or some such program.  I ask because
 the X
  --configure command has never worked for me;  Not on any of five
 different
  machines I've put FBSD on.
 
  I'm not trying to do a sophisticated install either -- and though I've
  decided against running OpenBSD, the default install put's up X
  perfectly...  (Why??)
 
  wish I knew more...
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org
 

 add this line to your rc.conf
 hald_enable=YES
 and restart your machine

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


under X, frozen keys, no mouse

2010-04-04 Thread Henry Olyer
I installed FBSD 7.3 on an older Compaq box.  It has a built-in video card,
this isn't a top of the line superfast machine.

But it is important for me to press it into service.

I tried using a couple of Option lines in xorg.conf, but no luck.

so now my questions...

Will FBSD 7.3 make use of xf86cfg or some such program.  I ask because the X
--configure command has never worked for me;  Not on any of five different
machines I've put FBSD on.

I'm not trying to do a sophisticated install either -- and though I've
decided against running OpenBSD, the default install put's up X
perfectly...  (Why??)

wish I knew more...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


hardening FreeBSD, already using GBDE

2010-01-21 Thread Henry Olyer
For example, the editor I use normally writes to /tmp -- I changed that,
making it slower, but in the event that someone takes my laptop I want to
sleep at night.

I've no problem letting some poor person make a windoz machine out of my
laptop -- but I don't want to share my work, my intellectual property.  (I
do research.)

So, I'm looking for a list of changes to make, hacks really, that will
further tighten up security.

Can you point me to such a list of to-do's, please.  Just send mail to
henry.ol...@gmail.com

--jg
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


want to configure an old HP 6000 omnibook

2009-12-22 Thread Henry Olyer
And I can get the basic screens up but have no working keyboard or mouse.

To each of you, thank you very much for your assistance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


libjpeg.so.9 missing from my installation of FBSD 7.2

2009-11-10 Thread Henry Olyer
I very much appreciate the help I get here.  And boy!, do I need it.

Undoubtedly I did something wrong when I was putting my system together.
But I just can't throw it away -- I'm trying to get some things done.

So, awk!  help!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


a javascript issue wrt FreeBSD

2009-11-08 Thread Henry Olyer
A FreeBSD machine I have has caught a scripting virus;  And I'd rather
not save what I must and rebuild it -- though if I have to I will of
course.

Anyone got any ideas to find/isolate the virus?

Please copy me directly, my email service is limited until I can fix this.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: am I the only one, wrt gcc44 -- it is failing and I can't build octave or much else

2009-11-03 Thread Henry Olyer
I'm sorry fellows.

You guys have given me great support and apparently I didn't get back to
you.  I'm sorry, I'm not very polite some times.  I will try to be more
careful about this.

Okay -- I was able to get my mouse working.

I made a ServerFlags section in my xorg.conf and suddenly!, my mouse moved.
 (Here you can assume a remark not in evidence...)

Next, I have wonderful X sessions now.

Next, I am prepared to nuke the /usr/ports area if I am told to do that -- I
know it can be mechanically rebuilt in about an hour.  (A past note from
Kenneth gave me this instruction and while I was a little nervous I did it;
 And wow!, I was so impressed as I watched it come back.)

Question:  Does the rebuild process examine the pkg_info results and load up
the directory appropriately?. or is it one size fits all?

Question:  Does anyone have a solution for doing a general machine backup to
one file?  So that I can back the machine up and later, subsequently,
perform a simple restore.  Because I've been using the machine very heavily
now, and I usually find that my own manual backups miss one thing or
another...  You've probably had the same experience.  Now, I see others
asking for such a feature/mechanism.  What's possible?

As for gcc44, I am fairly certain that it's actually broken -- that the port
itself is broken and that it isn't my incompetence, that the port itself is
mis-configured or mis-coded.

Oh., and in a conversation with an HP technical representative recently, he
told me that my taking down windoz to install FreeBSD constituted a machine
downgrade.







On Mon, Nov 2, 2009 at 11:13 PM, Kenneth Freidank
kennet...@earthlink.netwrote:

 Here are partial listings of my config files.  Add these entries to your
 config files and see if that does the trick.  I can't be 100% sure that
 everything is required, but it is what I have, and it works.  Attached is
 the xorg.conf file I generated.  Place it in the directory /etc/X11/.  When
 you have done these things, make sure your user belongs to the group
 wheel, then login.  To start X, give the command:
  startx
 You should get 3 windows, one of them labeled login in the title bar.  If
 you type exit while inside this window, then return, that will end your X
 session.  You will have some fatal error messages in your console window
 when X finishes.

 Also, make sure you have installed the nvidia drivers per my other
 postings.  You can check if you have the package installed by typing:
  pkg_info | grep nvidia
 You should see at a minimum:
  nidia-driver-185.18.29 NVidia graphics card binary drivers for hardware
 OpenGL ren

 You have to build this packages and install it.  This process is documented
 in the NetBSD documents and my other postings for installing FreeBSD on a
 Compaq Presario CQ60.


 File /etc/rc.conf

 linux_enable=YES
 moused_enable=YES
 keyrate=fast
 saver=star
 hald_enable=YES
 dbus_enable=YES
 vesa_load=YES

 File /boot/loader.conf

 nvidia_load=YES




 -Original Message-
 From: Henry Olyer henry.ol...@gmail.com
 Sent: Oct 26, 2009 2:53 AM
 To: freebsd-questions@freebsd.org
 Cc: Kenneth kennet...@earthlink.net, Chris Whitehouse 
 cwhi...@onetel.com
 Subject: am I the only one, wrt gcc44 -- it is failing and I can't build
 octave or much else
 
 'everything; is dying in /usr/ports/lang/gcc44
 
 I know, (in all likelihood,) I'll have to scratch this area and do a
 complete re-install.  Fine.  The thing is, I didn't change anything to
 mess
 this area up in the first place.
 
 I've just been going to various directories in /usr/ports and saying,
 make
 install clean and now this...  I was trying to put up octave when this
 happened.
 
 So I could use a little help here, please...
 
 I also want/need to run X, and my X session (just put up,) doesn't yet let
 me move the mouse.  I installed hal and dbus but what do I do now?
 
 And where or where do I put the ServerFlags entry in my xorg.conf file.
  I'm sorry, I just don't know these things...
 
 
 
 
 ===  Building for gcc-4.4.2.20091006
 echo stage3  stage_final
 gmake[1]: Entering directory `/usr/ports/lang/gcc44/work/build'
 gmake[2]: Entering directory `/usr/ports/lang/gcc44/work/build'
 gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build'
 rm -f stage_current
 gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build'
 gmake[2]: Leaving directory `/usr/ports/lang/gcc44/work/build'
 gmake[2]: Entering directory `/usr/ports/lang/gcc44/work/build'
 gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/libiberty'
 gmake[4]: Entering directory
 `/usr/ports/lang/gcc44/work/build/libiberty/testsuite'
 gmake[4]: Nothing to be done for `all'.
 gmake[4]: Leaving directory
 `/usr/ports/lang/gcc44/work/build/libiberty/testsuite'
 gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/libiberty'
 gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/intl'
 gmake[3]: Nothing to be done for `all'.
 gmake[3]: Leaving directory `/usr/ports

Re: lang/gcc43 and lang/gcc44 installation procedures broken after updates

2009-10-29 Thread Henry Olyer
Look, keep claiming that it's working if you like, but I've been backing up
another machine and making notes -- so that when I do my reinstall of 7.2, I
don't have to come back here again, asking for help that's already been
given.

My point is:  gcc44 doesn't work.  It is broken and I suspect it's going to
stay broken.  Only a fresh install *might* fix the problem.

I know these systems are very complex, I don't want to criticize anyone --
I'm very impressed that the FreeBSD community works as well as it does;  And
after all, this is the first time I've encountered problems this serious,
and I used to write compilers, so I know that you guys have done a terrific
job.

But let's move on;  gcc44 doesn't work, it's not going to, and we need to
focus on a repair strategy.  Is it to simply to do a fresh install?  I've
been backing up, I'll do this if I have to...




On Thu, Oct 29, 2009 at 6:50 PM, Scott Bennett benn...@cs.niu.edu wrote:

 On Thu, 29 Oct 2009 20:07:09 + b. f. bf1...@googlemail.com
 wrote:
 On 10/29/09, Scott Bennett benn...@cs.niu.edu wrote:
   On Wed, 28 Oct 2009 09:19:08 + b. f. bf1...@googlemail.com
  wrote:
 On 10/28/09, Scott Bennett benn...@cs.niu.edu wrote:
   On Tue, 27 Oct 2009 11:28:51 + b. f. 
 bf1...@googlemail.com
  wrote:
 Scott Bennet wrote:
 
 MAKE_JOBS_NUMBER?=  `${SYSCTL} -n kern.smp.cpus`
 _MAKE_JOBS= -j${MAKE_JOBS_NUMBER}
 
   I figured it must do something of the sort.  The CPU is an old 3.4
 GHz
  P4 Prescott, so it has two logical processors, so MAKE_JOBS_NUMBER gets
 set
  to 2.  Given the handbook recommendations and my own observations, it
 seems
  to me that the above method should actually multiply the value of
  kern.smp.cpus by at least 2.5 for best performance.  For CPUs on
 separate
  cores, 3 is the recommended multiplier, but where HTT logical CPUs are
  involved a multiplier somewhat lower than that is in order.  On the
 Prescott
  chips, 2.5 seems to work very well, so when I set MAKEFLAGS myself, I
 set
  it to 5, which is 2.5 * kern.smp.scpus.
 
 
 That seems a bit ambitious.  In any event, It would be better to do

  Perhaps it is, but my own experience with it shows 6 to be too high
 and
 4 to be a bit low.  5 seems to work pretty well with very little CPU idle
 time.

 this via the variable MAKE_JOBS_NUMBER, which was created for this
 purpose and can be overridden by the user, rather than by using
 MAKEFLAGS, which may cause all sorts of problems, among them ignoring
 the setting of MAKE_JOBS_UNSAFE.

  When installing/updating ports, I always unsetenv MAKEFLAGS before
 starting, so there should be no problem.  It just means that some ports
 jobs probably take slightly longer to complete.
 
 
  I guess I will just have to add -x gcc\* to the
  portmaster -x perl\*5.8.9\* -a runs from now on, which is now
 possible
  thanks to Doug Barton's portmaster enhancement that allows multiple
 -x
  arguments, and do lang/gcc* updates by the old-fashioned method that
  worked
  in this case.  I'm not sure what to do if a situation arises like this
  for
  a port that has many dependencies that would typically be better
 managed
  by
  portmaster or portupgrade, however.
 
 You don't have to do it on the command line -- you can add the port to
 HOLD_PKGS in pkgtools.conf with portupgrade, or use a
 
   I haven't been using portupgrade much lately.  portmaster seems to
  be the recommended tool, and it's certainly a lot faster than
 portupgrade,
 
 portmaster is more lightweight, but has fewer features.  I roll my own.
 
  From just the few months I've been using portmaster, it seems to make
 fewer mistakes than portupgrade, though.  The problem is in trying to keep
 in mind that the mistakes that it does make are ones it makes quite
 frequently.
 
 
 /var/db/pkg/*/+IGNOREME as described in portmaster(8).  It's a bit of
 
   Yes, but that method doesn't work for perl, and IIRC, it doesn't
  work for lang/gcc?? either.  The -x method does, however.
 
 
 It seems to work for me with lang/perl5.10.  What experience have you
 had that suggests that it doesn't work with these ports?
 
  I upgraded from lang/perl5.8 to lang/perl5.10 a few months ago.  The
 thread should be in the freebsd-ports@ archives.  portmaster would prompt
 about the +IGNOREME file, accept the reply of n or just hitting enter
 to take the default of n, continue on a while, and then begin to rebuild
 perl-5.8.9 anyway.
 -x works more reliably than +IGNOREME, but the two together cover more
 situations, so that's what I do now for the really tough cases like perl.
 A problem until a month or two ago was that portmaster would only accept a
 single -x argument.  Doug Barton enhanced it to accept many a couple of
 months ago, so portmaster is a considerably better tool now than it was
 before.  He has recently posted a request on freebsd-announce for funding
 to support a major rewrite/enhancement project for portmaster.  If 

I'm sure you've heard this before...

2009-10-28 Thread Henry Olyer
I want to turn the disks off.

I sometimes run large jobs and want to switch down the drives.

On some IBM blades, I have FBSD 6.1, on another machine I am using 7.2.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


am I the only one, wrt gcc44 -- it is failing and I can't build octave or much else

2009-10-26 Thread Henry Olyer
'everything; is dying in /usr/ports/lang/gcc44

I know, (in all likelihood,) I'll have to scratch this area and do a
complete re-install.  Fine.  The thing is, I didn't change anything to mess
this area up in the first place.

I've just been going to various directories in /usr/ports and saying, make
install clean and now this...  I was trying to put up octave when this
happened.

So I could use a little help here, please...

I also want/need to run X, and my X session (just put up,) doesn't yet let
me move the mouse.  I installed hal and dbus but what do I do now?

And where or where do I put the ServerFlags entry in my xorg.conf file.
 I'm sorry, I just don't know these things...




===  Building for gcc-4.4.2.20091006
echo stage3  stage_final
gmake[1]: Entering directory `/usr/ports/lang/gcc44/work/build'
gmake[2]: Entering directory `/usr/ports/lang/gcc44/work/build'
gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build'
rm -f stage_current
gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build'
gmake[2]: Leaving directory `/usr/ports/lang/gcc44/work/build'
gmake[2]: Entering directory `/usr/ports/lang/gcc44/work/build'
gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/libiberty'
gmake[4]: Entering directory
`/usr/ports/lang/gcc44/work/build/libiberty/testsuite'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory
`/usr/ports/lang/gcc44/work/build/libiberty/testsuite'
gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/libiberty'
gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/intl'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/intl'
gmake[3]: Entering directory
`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/libiberty'
gmake[4]: Entering directory
`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/libiberty/testsuite'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory
`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/libiberty/testsuite'
gmake[3]: Leaving directory
`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/libiberty'
gmake[3]: Entering directory
`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/fixincludes'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/fixincludes'
gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/zlib'
true AR_FLAGS=rc CC_FOR_BUILD=cc CFLAGS=-g -fkeep-inline-functions
CXXFLAGS=-g -fkeep-inline-functions CFLAGS_FOR_BUILD=-O2
-fno-strict-aliasing -pipe -I/usr/l
ocal/include CFLAGS_FOR_TARGET=-g -O2 -fno-strict-aliasing -pipe
-I/usr/local/include INSTALL=/usr/bin/install -c -o root -g wheel
INSTALL_DATA=install  -o root -
g wheel -m 444 INSTALL_PROGRAM=install  -s -o root -g wheel -m 555
INSTALL_SCRIPT=install  -o root -g wheel -m 555 LDFLAGS= LIBCFLAGS=-g
-O2 -fno-strict-aliasin
g -pipe -I/usr/local/include LIBCFLAGS_FOR_TARGET=-g -O2
-fno-strict-aliasing -pipe -I/usr/local/include MAKE=gmake
MAKEINFO=makeinfo --no-split --split-size=5000
000 --split-size=500 --split-size=500 PICFLAG=
PICFLAG_FOR_TARGET= SHELL=/bin/sh EXPECT=expect RUNTEST=runtest
RUNTESTFLAGS= exec_prefix=/usr/loca
l infodir=/usr/local/info/gcc44 libdir=/usr/local/lib/gcc44
prefix=/usr/local tooldir=/usr/local/i386-portbld-freebsd7.2 AR=ar
AS=as CC=cc CXX=c++ LD=
/usr/bin/ld LIBCFLAGS=-g -O2 -fno-strict-aliasing -pipe
-I/usr/local/include NM=nm PICFLAG= RANLIB=ranlib DESTDIR= DO=all
multi-do # gmake
gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/zlib'
gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/libcpp'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/libcpp'
gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/libdecnumber'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/libdecnumber'
gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/gcc'
gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/gcc'
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: configuring X on the Presario with the 8200M driver

2009-10-25 Thread Henry Olyer
I need more information to make this work.

help, please.  And thank you!

On Sat, Sep 26, 2009 at 8:27 AM, Chris Whitehouse cwhi...@onetel.comwrote:

 Jules Gilbert wrote:

 now i got up (by doing the startx as root,) but i dont' have a working
 mouse.

 when I am in screen mode (normal, -- with no X.) when I move the
 mouse, I can see the 'arrow' pointer move just fine.

 So...


 If you are running hald you probably need

option  AutoAddDevicesoff
option  AllowEmptyInput   off


 in the ServerFlags section in xorg.conf

 Or you can configure hal to recognise them - there are various threads in
 the archives i believe.

 Chris

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


looking for /usr/ports/x11-driver, not /usr/ports/x11-drivers

2009-10-23 Thread Henry Olyer
I'm trying to X (re)configure a CQ60, which is not so trivial to do...

Kenneth CF once wrote:

 2) Install the nvidia-driver.
 # cd /usr/ports/x11-driver/nvidia-driver
 # make install clean  (I built with options FREEBSD_AGP checked, ACPI
checked, LINUX unchecked).


And this was not a typo.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


I REPEAT: maxima can not be built, because gnuplot fails on download

2009-10-21 Thread Henry Olyer
Dear Dan:
I don't want to cause people to jump up and down, but one fact I am
absolutely certain of!, is the following;

Take a hard-drive you can write on, burn a copy of FBSD 7.2 onto a CD, and
do the basic install.  Then, when the base system is up, run sysinstall and
do a Configure followed by Packages.  Then go to math and select
maxima.

Then watch.

Gnuplot, a dependency of maxima will fail.  And thus without using the -f
flag (as part of a PKG_ADD command,) you can not load a recent copy of
Maxima on FreeBSD.

This is the case not only for 7.2, but it's been true since at least version
6.1

And Gnuplot seems to be missing something called PDFlib -- it may have been
redacted by someone who decided that it wasn't supposed to be public, I
don't know.  But notice I am describing two problems.  One, an install of
Maxima fails using the package method, because Gnuplot doesn't install, and
also, using the ports tree, (see, I'm not talking about a package anymore;)
gnuplot fails to install because the PDFlib ports support file can not be
found.

Oddly, the package install failure, while it names gnuplot, doesn't
correctly identify the problem.  On several systems on which I've tried to
do the maxima install, the error message identifies the problem as an I/O
error.  Only when I attempt the ports-install does the problem show up
correctly, that gnuplot depends on PDFlib, which can not be found.

Obviously I run maxima without gnuplot graphics.  I just had to learn the
work-around, not a big deal...

I look at it this way...  For me, getting maxima up on FreeBSD has taught me
a lot about how FBSD is organized.  But really, someone should take the time
to make this a solved problem.  I can make gnuplot work, but I don't have
the authority to change the package content.

A similar problem exists with clusterit.  Most of the commands work just
fine.  But the semaphore control, (called guards in clusterit,) don't
lock.  They simply don't.  The program probably works fine in Linux.  But
myself and a friend, who have about 85 years of programming experience
couldn't make it work.  We scrapped it and wrote our own tool to do this.

I love FreeBSD and I continue to be very impressed with the quality of this
OS, not just the core, not just the documentation, not just the
applications, simply, it is truly a remarkable 'product'.  The people who
have contributed to making this work should know that they have really
contributed.

And I use FBSD heavily -- in fact I and a couple of friends put together a
cluster of machines and we never saw any other OS as a good choice.  These
two problems are all I have;  So you see, I'm not unhappy.



On Wed, Oct 21, 2009 at 1:06 AM, Dan Nelson dnel...@allantgroup.com wrote:

 In the last episode (Oct 20), Henry Olyer said:
  I have a fix for gnuplot;
  How do I get it reviewed and perhaps incorporated into FreeBSD?  Notice,
 I
  am not saying gnuplot is bad, it just doesn't work, not since at least
 FBSD
  6.1.  Earlier than that I don't know.

 What errors are you getting?  Portsmon says that gnuplot builds fine on
 all three branches:

  http://portsmon.freebsd.org/portoverview.py?category=portname=gnuplot

 If you have a patch, send a PR:
 http://www.freebsd.org/doc/en/articles/problem-reports/article.html

 --
Dan Nelson
dnel...@allantgroup.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


maxima can not be built, because gnuplot fails on download

2009-10-20 Thread Henry Olyer
I have a fix for gnuplot;
How do I get it reviewed and perhaps incorporated into FreeBSD?  Notice, I
am not saying gnuplot is bad, it just doesn't work, not since at least FBSD
6.1.  Earlier than that I don't know.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


USB modem support on a FreeBSD box

2009-10-19 Thread Henry Olyer
I know about all the drivers being for windoz.  And how we're pretty much
left out in the cold.  Does any solution exist?  For example, if I access my
USB modem via the Wine emulator, will that work?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


FBSD 7.2, on a CQ60-419WM Presario, about headphones, function keys, FVWM fonts, and GBDE

2009-10-14 Thread Henry Olyer
How do I get to use the headphones?
The speaker works but continues to play when I plug in headphones.

Also adjusting the keyboard function controls to control the sound, (o
anything else,) does nothing -- what is with this?

Last, how do I change the font size with FVWM?  As you can see I am new to a
lot of things.

I develop and sometimes I'd like to use headphones and gasp!, put up a DVD
movie.  Using mplayer.  I made sound work.  Hey, for me that was big.

Last (this time I really mean last,) I'm using GBDE.  I'd like to hear
from anyone else who uses it.  I have questions.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


windoz, how do i install it last

2009-10-06 Thread Henry Olyer
So I have a FreeBSD system.
Is their a way to install windoz?  Say, XP-pro?  Or whatever...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


sound enablement on an HP CQ60-419WM

2009-10-06 Thread Henry Olyer
So I want to show a movie;

How do I make sound work?  I'll be using mplayer.

--jg
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


more problems. but not with 7.2

2009-09-30 Thread Henry Olyer
First, I want to thank Kenneth and Warren, and a few others who's names I
never caught.  I am up now with FBSD 7.2, on a browser and with my air-card
running.

Okay, so now I am back at work on my application.   A few of you know of my
science-fiction work.

I'm trying to run a movie using mplayer.  Here follows the text from an X
session.  How do I configure my sound (same machine, the CQ60-419WM,) and
also tighen up the font's, please?




Player 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team
CPU: AMD Sempron(tm) SI-42 (Family: 17, Model: 3, Stepping: 1)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.

Playing DAF_English.mov.
ISO: File Type Major Brand: Original QuickTime
Quicktime/MOV file format detected.
[mov] Video stream found, -vid 0
[mov] Audio stream found, -aid 2
VIDEO:  [avc1]  720x404  24bpp  23.976 fps0.0 kbps ( 0.0 kbyte/s)
==
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==
==
Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000-192000)
Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio)
decoder)
==
[AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or
directory
AO: [null] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
VDec: vo config request - 720 x 404 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO: [xv] 720x404 = 720x404 Planar YV12
New_Face failed. Maybe the font path is wrong.
Please supply the text font file (~/.mplayer/subfont.ttf).
subtitle font: load_sub_face failed.
A: 111.8 V: 111.8 A-V:  0.001 ct:  0.022 2682/2682  8%  2%  1.0% 26 0
Exiting... (Quit)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: seeing a wireless router when building a 7.2 system

2009-09-26 Thread Henry Olyer
I have read all about the WPA sub-system;  I've also setup my
/boot/loader.conf and /etc/rc.conf files, correctly.
Except one small detail...

ifconfig ath0 up scan

never returns.

And when I do a:

ifconfig ath0

It tells me I don't have a carrier.

I know the wireless router is working because this Apple sees it.  So the
problem is on my Presario.

But the HP CQ-60 Presario is a pretty popular laptop, and the Atheros
chip-set is also very widely used.  So, some one has almost certainly been
here before me.

I think my only problem now is to get the carrier logic to respond.  Of
course I'd like to be able to control my wireless by pushing the light
button, to turn on and off wireless access.

Does any FreeBSD user have the button working?  I understand it turns blue
when it's up.  Orange when it's not...

This is a friend's email account.

I am Jules Gilbert, and thank's very much -- I couldn't do this stuff by
myself.

--jg





On Wed, Sep 23, 2009 at 1:14 AM, Warren Block wbl...@wonkity.com wrote:

 On Tue, 22 Sep 2009, Henry Olyer wrote:

  I am putting up 7.2 and I am attempting to use a wireless router.
 How do I tell the 7.2  configurator to use my router, wirelessly?

 --jg

 I am using an Atheros chip-set, so I am not expecting trouble.  I just
 need
 FBSD to see my system.  I know my wireless 'name'.  What do I do??


 If you're using WPA, create your /etc/wpa_supplicant.conf:

 network={
  ssid=myssid
  psk=mykey
 }

 Then you need the entries in /etc/rc.conf to create the wlan0 interface and
 set it up for WPA and DHCP:

 wlans_ath0=wlan0
 ifconfig_wlan0=WPA DHCP

 If you're not using WPA, well, why not?

 See the Handbook for more:


 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html

 -Warren Block * Rapid City, South Dakota USA

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


seeing a wireless router when building a 7.2 system

2009-09-22 Thread Henry Olyer
I am putting up 7.2 and I am attempting to use a wireless router.
How do I tell the 7.2  configurator to use my router, wirelessly?

--jg

I am using an Atheros chip-set, so I am not expecting trouble.  I just need
FBSD to see my system.  I know my wireless 'name'.  What do I do??
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: A question for developers

2009-08-12 Thread Henry Olyer
Look, use Joe.
You won't ever want anything else -- you'll soon forget about
meta-escape-alt-@ while holding down the esc-tab-plus key, all the while
wishing you had three hands.



On Tue, Aug 11, 2009 at 10:40 PM, Mel Flynn 
mel.flynn+fbsd.questi...@mailing.thruhere.netmel.flynn%2bfbsd.questi...@mailing.thruhere.net
 wrote:

 On Tuesday 11 August 2009 16:46:16 Steve Bertrand wrote:
  Steve Bertrand wrote:
   but may be handy until I become more fluent,
   as my first instinct is to hit the BACKSPACE
 
  ^H^H^H^H^H^H^H^H^H
 
  ^h key.

 terminal emulation fault. stty erase ctrl-vctrl-h should fix it, on the
 shell that is.
 --
 Mel
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


making FBSD 7.2 X work on a CQ-60 laptop

2009-08-11 Thread Henry Olyer
I have been having a lot of trouble getting X running on my HP/Compaq
laptop.  A lot of trouble.

For years I used to use xf86cfg and/or xf86config, but now, with FreeBSD 7.2
I can't find them.  (Don't tell me that such useful tools were -- ugh --
depreciated.  No, please no.)

And worse, the keyboard has lot's of really nice key's on it, to dim the
screen and such like that.  Which right now 7.2 ignores.

It's a CQ-60, a Walmart special and I purchased it because it had 3GB of RAM
with a big screen (about 15.5, I think.)  And I went down to my local
computer store and purchased a 500GB SATA drive for $100.

So for $400 I think I got a good deal.  (The machine is on sale now at WM
stores for less than $300.  With tax it was $312.)

Now though I have to make it work with FreeBSD 7.2.  with X.  I need help.
 Does anyone have one running FBSD 7.2 already?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org