Re: Linksys WPC11 ver4 troubles

2003-12-02 Thread David S. Jackson
On Mon, Dec 01, 2003 at 10:38:50AM -0500 David S. Jackson [EMAIL PROTECTED] wrote:
 You don't mention whether you have a ver 3 or a ver 4 wpc11.  They

Sorry, I didn't read the subject line carefully.  duh.

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Only God can make random selections.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Linksys WPC11 ver4 troubles

2003-12-01 Thread David S. Jackson
On Tue, Nov 18, 2003 at 06:07:57PM -0600 Eric F Crist [EMAIL PROTECTED] wrote:
 Hello all,
 
 I recently (today) got FreeBSD 4.8 installed on my Compaq Presario 2100.  I 
 have a working Xserver with KDE, and working integrated touchpad, etc.  My 
 biggest problems are audio and my wireless network card.
 
 The following is the output of pccardc dumpcis command:
 
 nomad# pccardc dumpcis
 Configuration data for card in slot 0
 Tuple #1, code = 0xff (Terminator), length = 0
 2 slots found
 
 When I insert my pcmcia wireless card, I get the following error:
 
 pccard: card inserted, slot 0
 Nov 17 18:06:30 nomad pccardd[51]: No card in database for (null)((null))
 
 Now, after reading the howto for this network card at 
 http://lists.bawug.org/pipermail/wireless/2001-May/001083.html,
 
 I have to enter the (null)((null)) in the /etc/pccard.conf file with the 
 appropriate settings.  Tried this, it doesn't work.
 
 Someone please help me!  Getting this to show up in my ifconfig would really 
 make my day.

You don't mention whether you have a ver 3 or a ver 4 wpc11.  They
changed the entire chipset without changing the part number for this
card.  Ver 3 is a Prism chipset, well supported.  However, version 4
is a Realtek chipset, which is not yet supported.  Critical to note
the difference between versions when using a wpc11.


-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
If you took all the students that felt asleep in class and
laid them end to end, they'd be a lot more comfortable.
-- Graffiti in the Big Ten
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: http from command line

2003-10-31 Thread David S. Jackson
On Fri, Oct 31, 2003 at 12:44:21AM + Rus Foster [EMAIL PROTECTED] wrote:
 On Thu, 30 Oct 2003, Gregory Stearns wrote:
 
  I hate to be a pest but is there a utility to do http web browsing from the 
  command line, and how would I use it?
 
 Try lynx or links

Also, w3m is quite nice.

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
The past always looks better than it was.  It's only pleasant
because it isn't here.  -- Finley Peter Dunne (Mr. Dooley)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


reading a linux drive w/o disklabels?

2003-10-14 Thread David S. Jackson
Hi,

I've got a drive from a Linux box with partitions I need to read
before I reformat the drive.  All I have handy is FreeBSD boxes, but
when I try to read the drive in a freebsd box, it doesn't read or
recognize the disk slices from Linux.  Any howto's or tips on how to
handle this?

TIA!


-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
A power so great, it can only be used for Good or Evil!
-- Firesign Theatre, The Giant Rat of Summatra
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Finding your dynamic external IP

2003-08-03 Thread David S. Jackson
If your external IP number changes, as with DHCP, is there a way
to find out what it currently is?  I was thinking you could keep
BitchX logged into a chat channel and script a /dns yournick and
email yourself the results from time to time.   

How would you do it?

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Life is divided into the horrible and the miserable.
-- Woody Allen, Annie Hall
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Resolved: Re: bus error

2003-06-26 Thread David S. Jackson
On Thu, Jun 26, 2003 at 02:41:40PM -0400 David S. Jackson [EMAIL PROTECTED] wrote:
 On Wed, Jun 25, 2003 at 03:49:19PM -0700 Joshua Oreman [EMAIL PROTECTED] wrote:
   for xinit.core:
   #0  0x2805826b in memset () from /usr/libexec/ld-elf.so.1
   Cannot access memory at address 0xbfbfe6bc.
  
  As I feared. If you've got the developer mentality, forge ahead.
  If not, forget about it :-)
  
  You have to recompile those programs with debugging flags.
  make configure the port, take a look at the software Makefile
  (the one in work/portname-portversion/), and look for a
  line that starts with CFLAGS=. Add ` -g' (without the quotes, of
  course), to the end. Run make inside the software directory
  (/usr/ports/category/port/work/port-portversion/).
  Take the newly produced executable (it should be either in the
  directory you ran 'make' in, or one of the subdirectories) and
  run it under gdb (gdb myexecutable). Type `run' at the gdb prompt.
  When it crashes, type `bt'. Send us the output :-)
 
 Turns out make doesn't finish operating.  pkg -r'ed another vim
 package,
 
 This time when I execute it:
 
 /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libXi.so.6: invalid file
 format.
 
 Strangely, this happened while in a tty, not an x window.  (X
 won't start, still.)

I wound up removing the XFree86 package and rebuilding the port
from scratch.  I guess I could have reinstalled the package, too.
Anyway, that worked, so far.

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Comedy, like Medicine, was never meant to be practiced
by the general public.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: bus error

2003-06-25 Thread David S. Jackson
Joshua Oreman suggested I try bt while in gdb looking at the
core files.  The output from that command was:

for vim.core:

#0  0x2815a26b in memset () from /usr/libexec/ld-elf.so.1
Cannot access memory at address 0xbfbfe6e0.

for xinit.core:
#0  0x2805826b in memset () from /usr/libexec/ld-elf.so.1
Cannot access memory at address 0xbfbfe6bc.

There is no /etc/malloc.conf file.  Should there be?

[Sorry about not including the post--I had to get this off the
archives, since I tried Earthlink's Spaminator, and it deleted
everything from freebsd.org  Oops.]

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I was in Vegas last week. I was at the roulette table,
having a lengthy argument about what I considered an
Odd number.  -- Steven Wright
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: bus error

2003-06-25 Thread David S. Jackson
Bill Moran [EMAIL PROTECTED] wrote:
 Can you rule out hardware problems?  Possibly a disk going bad?
 I hope you've been making backups.  You didn't run fsck while
 the partition was mounted, did you?  If so, umount the
 partition and run fsck until it reports no errors and see if
 that fixes things.

The slice seems to fsck just fine.  No errors.  But, /mnt/usr1 is
a different story though...  Oof.  

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Faster, faster, you fool, you fool!
-- Bill Cosby
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


bus error

2003-06-24 Thread David S. Jackson
Hi,

First, forgive me if this doesn't come through devoid of html.  I'm
normally a mutt user, but I'm trying evolution.  We'll see how it goes.

I'm on a $.%-STABLE system, and I've been experiencing some disk errors;
I did an fsck -y on the slice where /usr lives.  (I forgot it was /usr
when I did this.)

Since then, I've received various program terminated with signal 10. 
Bus error. problems.  Examples are vim and xinit.  As you can imagine,
I'm eager to fix this so I can get X back.  Looking at the core files
left behind by X and by vim, I see the following:

*** snip ***
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software ... blah blah ...
This GDB was configured as i386-unknown-freebsd ...
(no debugging symbols found)...
Core was generated by 'vim'.
Program terminated with signal 10. Bus error.
Reading symbols from /usr/X11R6/lib/libgtk12.so.2...
(no debugging symbols found)...done.
Reading symbols from /usr/X11R6/lib/libgdk12.so.2...
(no debugging symbols found)...done.
Reading symbols from /usr/local/lib/libgmodule12.so.3...
(no debugging symbols found)...done.
Reading symbols from /usr/local/lib/libglib12.so.3...
(no debugging symbols found)...done.
Reading symbols from /usr/local/lib/compat/pkg/libintl.so.2...
(no debugging symbols found)...done.
Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols
found)...done.
#0 0x2815a26b in memset () from /usr/libexec/ld-elf.so.1
(gdb)

*** snip ***

That was for vim.  Here's for xinit:

*** snip ***
GNU gdb 4.18 
blah blah blah
Core was generated by 'xinit'.
Program terminated with signal 10. Bus error.
Reading symbols from /usr/X11R6/lib/libXmu.so.6...
(no debugging symbols found)...done.
Reading symbols from /usr/X11R6/lib/libXt.so.6...
(no debugging symbols found)...done.
Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols
found...done.
#0 0x2805826b in memset () from /usr/libexec/ld-elf.so.1
(gdb)
*** snip ***

I typed all this by hand, so hopefully I have it correct.

Notes:  this problem is about 48 hours old.  So far I've tried remaking
ld-elf.so.1 from /usr/src/libexec/rtld-elf and copying ld-elf.so.1 from
/usr/obj/usr/src/libexec/rtld-elf to /usr/libexec/, but even from single
user runlevel, this was not allowed.

I've thought about remaking the system, but I'm thinking that if
ld-elf.so is broken, things probably wouldn't make correctly for a new
system.  Am I wrong on that?

I've also thought about reinstalling a binary distribution on top of all
this (upgrade from a new 4.8-stable CD), but that's an even bigger risk,
I would think.

So, what would you gurus do?  What should be my next step for trying to
salvage my system here?

TIA!



-- 
David S. Jackson [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


bus error

2003-06-23 Thread David S. Jackson

I'm afraid I'm getting a nasty error when I try to do some very
fundamental things. Not sure what's back of all the problems.

For example when I try to start vim or even xinit, I get:

Jun 23 12:00:12 juno /kernel: pid 2700 (vim), uid 0: exited on signal 10


(I happened to be root at the time, but same applies to any user.)


When I try to startx, I get:

Bus error

uname -a shows: FreeBSD juno.dsj.net 4.5-STABLE FreeBSD
4.5-STABLE #7: Sun Apr 28 15:23:53 EDT 2002:
[EMAIL PROTECTED]:/usr/src/sys/compile/JUNO i386

I do find .core files for proggies I cannot start, though. I went gdb vim vim.core and 
got the following:

***snip***
(no debugging symbols found)
Core was generated by 'vim'.
Program terminated with signal 10, Bus error.
Reading symbo9ls from /usr/X11R6/lib/libgtk12.so.2...
(no debugging symbols found)...done
Reading symbols from /usr/X11R6/lib/libgdk12.so.2...
(no debugging symbols found)...done
Reading symbols from /usr/X11R6/lib/libgmodule12.so.3...
(no debugging symbols found)...done
Reading symbols from /usr/X11R6/lib/libglib12.so.3...
(no debugging symbols found)...done
Reading symbols from /usr/local/lib/compat/pkg/libintl.so.2...
(no debugging symbols found)...done
Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)...done
#0 0x2815a26b in memset () from /usr/libexec/ld-elf.so.1
(gdb)

***snip***

Here's the same thing for xinit.core

***snip***
This GDB was configured as quot;i386-unknown-freebsdquot;...
(no debugging symbols found)...
Core was generated by 'xinit'.
Program terminated with signal 10, Bus error.
Reading symbols from /usr/X11R6/lib/libXmu.so.6...
(no debugging symbols found)...
Reading symbols from /usr/X11R6/lib/libXt.so.6...
(no debugging symbols found)...
Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)...done
#0 0x2805826b in memset () from /usr/libexec/ld-elf.so.1
(gdb)

***snip***


Mind you, I typed this while looking at the screen of the other
box. Hope I got it correctly.

Any idea what is back of this?

Does it look like some file corruption to ld-elf.so.1?  How the
heck do I fix that if so? I tried to remake a kernel a while back
and couldn't even complete that process. (sniff, sniff)

What type of stuff uses ld-elf.so.1 anyway? Everything?

TIA.

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I never forget a face, but in your case I'll make
an exception.
-- Groucho Marx
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Shell guru needed.

2003-01-03 Thread David S. Jackson
On Thu, Jan 02, 2003 at 08:03:37PM -0500 mike [EMAIL PROTECTED] wrote:
 Hey guys. heres the skinny. I have a huge library and i want to
 organize it. I want find to go through recursively, and move any pdf
 files it finds to a certain directory. I need an example piece of
 script on how i would confront this. It will save me hours if not days
 so thanks in advance.

Can't believe no one has used xargs yet...

find /path/to/messydir -name '*.pdf' -type f | xargs -I % mv \
/path/to/messydir/% /path/to/newdir/%

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Don't worry about the world coming to an end today.
It's already tomorrow in Australia.  -- Charles Schulz

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Shell guru needed.(xargs question)

2003-01-03 Thread David S. Jackson
On Fri, Jan 03, 2003 at 10:55:09AM -0500 Danny [EMAIL PROTECTED] wrote:
 Could you please give another realworld example of using xargs and
 your definition of it. I had a glance through man xargs, but I enjoy input
 from humans that use it as well. :)

Xargs is pretty neat.  You have to remember that there are different
implementations of it, too, so xargs on Linux would probably be
different than xargs on *BSD (it always is different in my experience).
The differences would mainly be in switches and default behavior.

I use xargs with lots of different utilities, just depending on what I
need to do with whatever files I'm catching.  For example, let's say I
wanted to rename some files:

locate *.PDF | xargs -I % mv % `basename % .PDF`.pdf

It's handy if you have a bunch of files in one directory that you want
to check somehow:

ls *.{jpg,gif} | xargs -J % file % | grep -v 'JPEG\|GIF'

Moving files to another directory is a popular use:

locate *.suf | xargs -J % mv % /path/to/dir


Note that you do not always need to use xargs.

locate *.PDF | while read name; do
mv $name ${name%.PDF}.pdf
done


There's lots more you can do with it.  Your imagination is almost your
only limitation.  :-)


-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
And now for something completely the same.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



squidGuard problem: %n and %i empty

2002-12-23 Thread David S. Jackson
Hi,

The manual of the squidGuard forwarder/redirector says:

 squidGuard can do runtime string substitutions in the redirectors.
 Therefor the character % has special meaning in the redirector
 URLs:

 ...snip...

 %a is replaced with IP address of the client.
 %n is replaced with the domainname of the client or unknown if 
   not available.
 %i is replaced with the user ID (RFC931) or unknown if not 
   available.

 ...snip...

However, when I call a cgi with this redirector command in
squidguard.conf:

 ...snip...
http://192.168.0.10/cgi-bin/squidGuard.cgi?clientaddr=%aclientname=%nclientuser=%iclientgroup=%stargetgroup=%turl=%u
 ...snip...

what actually gets to the cgi on the above IP number is:

 ...snip...

192.168.0.110 - - [23/Dec/2002:10:33:42 -0500] GET
/cgi-bin/squidGuard.cgi?clientaddr=192.168.0.101clientname=clientuser=clientgroup=net-clientstargetgroup=adulturl=http://www.playboy.com/
 HTTP/1.0 403 2469
  ...snip...

As you can see, the %i and %n have empty values.

Does this %i and %n info never make it to squidGuard because squid
removes it?  Is there a squid configuration option I should reset?  For
my testing purposes there are no other proxies chained together.
Otherwise, any input would be welcome.

TIA!

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Being Ymor's right-hand man was like being gently
flogged to death with scented bootlaces.
   -- Terry Pratchett, The Colour of Magic

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: SQUID question

2002-12-22 Thread David S. Jackson
On Sun, Dec 22, 2002 at 04:17:02PM -0300 Fernando Gleiser [EMAIL PROTECTED] 
wrote:
 On Sun, 22 Dec 2002, P. U. Kruppa wrote:
 
  
   What does the access.log say for Squid?
  it completely ignores any access from 192.168.10.2 - the Win2k
  machine.
 
 What do you mean? aren't there any lines for 192.168.10.2?
 
 If there are no lines for 192.168.10.2, the Win box is not connecting to
 the proxy. If the proxy is blocking the connection, it should log
 a TCP_DENIED line for the requesting IP.

Exactly.  I'm not sure Peter is even connecting to Squid.  

Ideally, I would like a screenshot (close up window capture) of his
proxy config from IE, an entire copy of his squid.conf, and the last two
days of his access.log and his cache.log.

If *nothing* happens when he's trying to connect to the proxy, the
browser just times out with no error from Squid, that tells me IE
probably isn't even *seeing* the proxy, although you can never be sure
with M$ error descriptions.  :-)  

If the winbox *is* seeing the proxy, perhaps the proxy is busy, deaf, or
dead, due to misconfiguration.  Hell, it could be as simple as a
permissions problem where Squid can't write to or read a file or
something.  But let's at least be sure Squid is running with no errors
and that it's willing and able to talk to his winbox.

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I sold my memoirs of my love life to Parker Brothers
   -- they're going to make a game out of it.  -- Woody Allen

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Copying a CD

2002-12-22 Thread David S. Jackson
On Sat, Dec 21, 2002 at 09:44:58PM -0500 Mike Jeays [EMAIL PROTECTED] wrote:
 How can I use dd to copy a  CD?   The command below does not
 work - I presume I have failed to understand something.  I have tried other
 devices begining acd.
 
 209 ~# dd if=/dev/acd0c of=x1
 dd: /dev/acd0c: Invalid argument
 0+0 records in
 0+0 records out
 0 bytes transferred in 0.000219 secs (0 bytes/sec)
 210 ~#
 211 /dev# ls -l acd*
 crw-r-  4 root operator  0,13568 Dec 21 2002 19:33 acd0a
 crw-r-  4 root operator  0,13568 Dec 21 2002 19:33 acd0c
 212 /dev# ls -l racd*
 crw-r-  4 root operator  0,13568 Dec 21 2002 19:33 racd0a
 crw-r-  4 root operator  0,13568 Dec 21 2002 19:33 racd0c
 213 /dev#

What kind of data is on the CD?  Whether or not you can/should use dd
depends on what you're trying to do and with what kind of CD.  Make sure
you read chapter 12.5 of the FreeBSD handbook.  

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
And now for something completely different.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: DTP under FreeBSD/UNIX.

2002-12-22 Thread David S. Jackson
On Sun, Dec 22, 2002 at 04:07:13PM + lewiz [EMAIL PROTECTED] wrote:
 Hi,
 
   I'm looking for some powerful DTP software for FreeBSD / UNIX in
 general (Linux would be fine, emulation is nice :).  

Hi Lewiz.  Powerful is a funny word to use when comparing
Windows/Earlymac software with *Nix.  TeX and groff are some of the most
powerful typesetting/publishing software ever created, but there's a
steep learning curve before you can be productive with it.

You have to remember that *Nix was around long before graphical user
interfaces were common.  There're worlds of software available through a
CLI (commandline interface).  And, once you get used to it, this type of
software has a lot of advantages over graphically oriented software.

 I am familiar with
 CorelDRAW (I have version 10) but so long as the software is quite
 powerful I'd be willing to put the effort in to learn it.

I have never used CorelDRAW, so I don't know what all it does.  But it
sounds kinda like a drawing program with extras.  (Probably an
understatement.)  You might look at some of the graphics packages in the
new kde or gnome.  Open Office probably has a fairly good graphics
package.  Some of the word processors have some graphics capability,
though I doubt they're anywhere near where FrameMaker and that type of
software is (was?).

   I want to design a yearbook for my college, I've got some nice stuff
 in CorelDRAW right now.  It'd need to be fairly sturdy.  Any information
 would be appreciated.  I know of the KDE/GNOME projects but haven't used
 them, any feedback on these would be good.

Your goal, then, is to create camera ready copy, right?  I think that's
what DTP normally implies, but even that could have changed since I was
doing it.  ;-)  

May I suggest that you take a larger view of the project and consider
various ways to use the data that goes into a yearbook.  It might be
possible to create an SGML application with an SQL database that could
give you many ways to reuse the data, including camera ready copy for
the printer.  But if you think of the data clearly and efficiently, you
could also generate output for CDs for your class or school, a class
website, specialized products for special interest groups in your class
(sell the wrestling team or whoever all their data that didn't make it
into the yearbook, for instance), or even print a web-based yearbook as
well, without the restrictions that come with the printed format.

Anyway, you could also just search graphics and desktop publishing and
Linux/BSD application sites for software.  I just googled desktop
publishing +linux and got
http://www.epinions.com/cmsw-Graphics-All-Adobe_Framemaker

Seems you can get Adobe FrameMaker (with decent SGML capapbility) for
some UNIX flavors after all.  It ain't cheap, though.  :-)

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Nirvana?  That's the place where the powers that be
and their friends hang out.  -- Zonker Harris



msg12927/pgp0.pgp
Description: PGP signature


Re: SQUID question

2002-12-21 Thread David S. Jackson
On Sat, Dec 21, 2002 at 09:35:33AM + P. U. Kruppa [EMAIL PROTECTED] 
wrote:
 Hi,
 
 I am testing Squid on my home network:
 
 +--+   +--+
 | 192.168.10.1 |   | 192.168.10.2 |
 | squid proxy  |--|Win2k |
 |  on -STABLE  |   |   Client |
 +--+   +--+
 
 Squid can be used properly on the proxy-machine (with
 linux-mozilla1.2.1 directed to localhost:3128 ),
 but Win2k's InternetExploder (directed to 192.168.10.1:3128)
 cannot open any webpages: After some minutes it ends up with
 ... couldn't be opened
 
 C: telnet 192.168.10.1 3128
 seems to be ok: the dialog window is opened.
 
 This is my rule set in squid.conf so far:
 
 acl pukruppa src 192.168.10.0/255.255.255.0
 http_access allow pukruppa
 http_access allow localhost
 http_access deny all
 
 
 Thanks for any ideas.

What does the access.log say for Squid?

Are you sure the proxy is set up properly in IE?

Are there any other proxies you're chaining together with squid, like
junkbuster or something?

Are you running any add-ons to squid, like squidguard?

I'm sure there are other possibilities, but I'd check those first.

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I could dance with you till the cows come home.
On second thought, I'd rather dance with the cows
till you come home.  -- Groucho Marx

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: problem with installing new ports

2002-12-20 Thread David S. Jackson
On Fri, Dec 20, 2002 at 09:23:01AM -0800 Ali Nasseh [EMAIL PROTECTED] wrote:
 hi,
 i run freebsd 4.5 stable and when i try to install a
 new port like mpg123 it fails.
 my command to system and it's response is here:
[...]

  mpg123-0.59r-pl1.tar.gz doesn't seem to exist in
 /usr/ports/distfiles/.

This is an important directory for ports!

mpg123-0.59r-pl1.tar.gz is the name of the tarball it cannot find.

  Attempting to fetch from
 http://www.mpg123.de/mpg123/.
  Attempting to fetch from
 http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123/.
  Attempting to fetch from
 ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/.
  Attempting to fetch from
 http://ftp.tu-clausthal.de/pub/unix/audio/mpg123/.
  Attempting to fetch from
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
  Couldn't fetch it - please try to retrieve this
  port manually into /usr/ports/distfiles/ and try
 again.
 *** Error code 1
 
 Stop in /usr/ports/audio/mpg123.
 *** Error code 1

[...]

 please let me know if i MUST hold a connection to the
 internet during the installations.if so, is there a
 way to avoid that connection?

Um, yes, you do need to be connected, unless you already have the
required tarballs in /usr/ports/distfiles.

 --thank you for any help

Your ports system was trying to remotely fetch a mpg123 tarball.  (There
are several tarballs here, actually, since there are patches to apply.)
It couldn't find one at the proper revision level (4.5-stable will be a
little behind the times, probably).  All you need to do is find the
proper version of mpg123 from an ftp site somewhere and copy it to
/usr/ports/distfiles.

step 1:  cat /usr/ports/audio/mpg123/distinfo. | sed 's/^.*(\(.*\)).*$/\1/g'
This should return about four filenames.

step 2:  google search for the exact tarball name uncovered from the
previous command.  It should be found at 
http://www.mpg123.de/cgi-bin/sitexplorer.cgi?/mpg123/

step 3:  copy said tarballs to /usr/ports/distfiles and try making the
port again.

Also, see the handbook (www.freebsd.org/handbook/) and read the chapter
about the ports system.

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
The best way to make a fire with two sticks is to
make sure one of them is a match.  -- Will Rogers

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: problem with installing new ports

2002-12-20 Thread David S. Jackson
On Fri, Dec 20, 2002 at 04:30:24PM -0600 Daniel Schrock [EMAIL PROTECTED] wrote:
 well... if your package db has gotten way out of sync with your ports 
 collection, it creates a nightmare that only time and effort will fix.
 You have a couple options, both equally suck, but have their merits as well.
 
 option 1:  find the new dependancies or delete the dependancy if it no 
 longer exists... once completed, use `portversion -l ''` to see which 
 installed ports have newer versions available.  use portupgrade to get 
 them current.  takes forever but usually works...just be careful when 
 changing dependancies,
 
 option 2:  remove as many old ports as possible, especically if they are 
 not used/needed much and get your collection down to a small level, then 
 move up to option 1.  This method is easier, but not necessarily an 
 option on many systems. its nice for workstations and cleaning the 
 system out, not so good if a production box that requires all ports that 
 are installed...
 
 once pkgdb -F can be run without errors, cvsup, use `portsdb -Uu` then 
 check for old ports using `portversion -l ''`.
 
 from this point on, you should have a clean system.  to keep it clean, 
 either always run pkgdb -F after installing a port, or always use 
 `portinstall -N` to install your ports, which will update pkgdb on its 
 own...
 
 portupgrade is pretty much an all or nothing port... if you use it 
 religiously, its great... if you forget about it, its a hassle later on 
 down the road.
 
 its a great port but works best on fresh installs... its a little harder 
 to deal with if you have already installed a lot of ports.

This has been one of the most helpful and practical pieces of advice I
have ever gotten from this terrific list.  Thank You!  I'll start
planning this operation.  (Option 2 first, then Option 1.)

(The portsdb is really still a mystery to me, and after letting it get
so far out of synch as it is, I hope that I too can have a clean system
again without reinstalling from scratch!)

The advice above seems so good that I didn't trim it; I hope someone
else can get as much help out of it as I have and therefore felt it's
worth leaving intact.  :-)

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Life is divided into the horrible and the miserable.
-- Woody Allen, Annie Hall

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



mozilla 1.1+ for 4.5

2002-12-18 Thread David S. Jackson

Hi,

I need a package of mozilla at least 1.1 that will run out of the box on
a 4.5-STABLE system.  mozilla.org has them only for 4.6.

Please don't suggest I cvsup just now.  This box has been in production
since 3.0-STABLE and has been cvsupped to death.  Before I can do
another cvsup and rebuild, I'll need to wipe and reinstall a RELEASE
level from scratch--the rebuilds and port updates have just been too
messy.  That will be when I get the time(TM).  So, short of upgrading,
any ideas on where to get a mozilla1.1 or later package that doesn't
require libgtk-1.2.so.9?  

TIA!
-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Faster, faster, you fool, you fool!
-- Bill Cosby

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: mozilla 1.1+ for 4.5

2002-12-18 Thread David S. Jackson
On Wed, Dec 18, 2002 at 01:17:00PM -0600 Dan Nelson [EMAIL PROTECTED] wrote:
 In the last episode (Dec 18), David S. Jackson said:
  I need a package of mozilla at least 1.1 that will run out of the box
  on a 4.5-STABLE system.  mozilla.org has them only for 4.6.
  
  Please don't suggest I cvsup just now.  This box has been in
  production since 3.0-STABLE and has been cvsupped to death.  Before I
  can do another cvsup and rebuild, I'll need to wipe and reinstall a
  RELEASE level from scratch--the rebuilds and port updates have just
  been too messy.  That will be when I get the time(TM).  So, short
  of upgrading, any ideas on where to get a mozilla1.1 or later package
  that doesn't require libgtk-1.2.so.9?
 
 Why not just install the newer libgtk?  Portupgrade should make it
 painless.

Well, because it's not painless.  :-)

***snip**

**ROOT**@juno /root]# portupgrade gtk
---  Skipping 'x11-toolkits/gtk12' (gtk-1.2.10_2) which has already
been ignored
** The origin of 'gtk-1.2.7' is unknown.
** Specify one with -o option, or run 'pkgdb -F' to fix it.
** The following packages were not installed or upgraded (*:skipped /
!:failed)
* x11-toolkits/gtk12 (gtk-1.2.10_2)
!  (gtk-1.2.7)  (missing origin)
***snip***

Now, many or most all of my packages have missing origins.  pkgdb -F
doesn't complete successfully.  There are *major* problems with ports.
So, this is why I ask for a package built for my current revision level.

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I had no shoes and I pitied myself.  Then I met a
man who had no feet, so I took his shoes.
-- Dave Barry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



testing memory speed

2002-12-09 Thread David S. Jackson
Is there a utility to test memory speed?  I looked at memtest in ports,
but it looks like that mainly tests for faulty memory.  I did a
websearch and found a command:  dd /dev/zero /dev/null, but that
doesn't seem to summarize the memory speed easily for me.

Can anyone else give me a pointer to how to test my machine's memory
speed?  How can I find out whether a memory stick is compatable with an
old box?

TIA.

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I used to work in a fire hydrant factory.
You couldn't park anywhere near the place.  -- Steven Wright

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



xargs -J

2002-11-25 Thread David S. Jackson
Hi,

I've been trying to use |xargs -J [] mv [] [].suffix

but to no avail.

I've tried |xargs -J mv \[\] \[\].suffix and variations but that
doesn't seem to work either.  It seems to work fine with the -i
command under GNU xargs, but not under Freebsd.

An example would be 

$  touch one two three
$  ls one two three | xargs -J [] mv [] [].suffix

I should now have one.suffix two.suffix three.suffix.  At least,
that's what happens with GNU and the -i \{\}.  (FreeBSD manpage says
to use -J [] without escapes though.)

Can anyone lend me a clue here please?

TIA.

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I have a map of the United States.  It's actual size.
I spent last summer folding it.  People ask me where
I live, and I say, E6.  -- Steven Wright

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Window/File Manager

2002-11-11 Thread David S. Jackson
 -Original Message-
 From: Ryan Sommers [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Date: 03 Nov 2002 21:55:37 -0600
 Subject: Window/File Manager
 
 I recently decided to bring my old Presario 1220 our of retirement and
 make a small toy laptop to play around with. Unfortunately it's only a
 200mhz/64mb RAM system with a 2.1gb harddrive. I would like to use X if
 possible but given the hardware limitations I really can't have a
 bloated featureful WM or FM and still have a usable laptop (after all if
 the GUI is slow I might as well install 98SE). 
 
 What are your favorite ultra-light WM's and/or FMs? I'm just looking for
 something that does the job, looking nice would be an added benefit but
 I doubt I'll have a high color depth to play with anyway.

Fluxbox seems to run fine on every old piece of junk machine I
have around here, but there are lighter ones.  Still, FB meets my
needs on old 486's with 16-24mb RAM.

If you need faster than that, I suggest you look at simply using
a TTY and a terminal multiplexer like screen.

As for a file manager, I haven't used one in almost ten years.
The bash command line does everything better than any file
manager I've ever seen.  If you're looking for a fast and
lightweight way to manipulate files, with more power than you
will ever use, pick up a book on your favorite shell, such as
bash or pdksh or whatever (I'm sure lots of folks here like
csh-like shells too!).


-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
A lot of people are afraid of heights.  Not me.
I'm afraid of widths.  -- Steven Wright

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: GNUtella client for FreeBSD?

2002-07-23 Thread David S. Jackson

On Tue, Jul 23, 2002 at 11:22:57AM -0600 Jason Porter [EMAIL PROTECTED] wrote:
 I know there's a few of them in the ports collection, but which one
 works best?  I tried installing Limewire from the website and it
 requires a bit more configuring than I care to do right now.  Thanks guys.


The biggest thing with Limewire is it requires the latest and greatest
java runtime libraries, which usually run under linux compat. mode.

Some other gnutella clients I've tried and liked are lopster, gnapster,
knapster (I think...), and gnut and teknap for cli environment.  I think
I've also tried gnutella and gnubile but don't remember much about them.

Give lopster and gnapster a try for opennap servers; that will probably
work out best.

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I am two with nature.  -- Woody Allen



msg01363/pgp0.pgp
Description: PGP signature


yet another sendmail permission problem

2002-07-23 Thread David S. Jackson

Well, I had been getting this error:

Jul 23 14:02:18 juno sendmail[2386]: NOQUEUE: SYSERR(dsj): can not write
to queue directory /var/spool/clientmqueue/ (RunAsGid=0, required=25):
Permission denied

until I recently copied the submit.mc file from
/usr/src/contrib/yadayada to /etc/mail.  Did a make submit.cf and
restarted the sendmail daemon using make stop and make start
I also double checked the permissions on various files and directories
according to what I found in UPDATING and /etc/mail/README as well as in
the archives.

Now I've got an error I haven't seen before:

Jul 23 14:46:29 juno sm-mta[2675]: g6NIkT53002675: SYSERR(root):
collect: Cannot write ./dfg6NIkT53002675 (bfcommit, uid=0, gid=25):
Permission denied

I've done a locate sm-mta but can't find it (using several regex's).
Also, $ for i in `locate collect|grep bin`; do
ls -l $i
done
shows:
-rw-r--r--  1 root  wheel  13436 Apr 27 22:42
/usr/obj/usr/src/usr.bin/mail/collect.o
-rw-r--r--  1 root  wheel  14076 Apr 27 22:52
/usr/obj/usr/src/usr.sbin/sendmail/collect.o
-rw-r--r--  1 root  wheel  16592 Mar 24 15:18
/usr/src/usr.bin/mail/collect.c

None of these appears to have gid=25 or be in smmsp.  Apr 27 was the
last cvsup I did; before I do it again, I'd like to get this problem
fixed.  :-)

Any ideas?

-- 
David S. Jackson[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I'm not afraid of death -- I just don't want to be
there when it happens.  -- Woody Allen

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message