Re: Word processor for 6.1

2006-09-04 Thread Jon Drews

On 9/4/06, Erik Norgaard [EMAIL PROTECTED] wrote:

Perry Hutchison wrote:
 Anyone know where I can find a working word processor for 6.1?
 AbiWord and OpenOffice both require Gnome, which won't build.



There is a commercial program, textmaker (www.softmaker.com), which I
have found much better than Abiword in handling word documents, but I
doubt it supports OpenDocument.



I'll second the nomination for TextMaker. It works quite well. I run
it under Linux emulation.

I believe the next version will have support for OpenOffice
documents. IIRC, if you buy the current version, then you can upgrade
to the 2006 version for free.

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


Re: I'm looking for school of freebsd in montreal

2005-12-13 Thread Jon Drews
On 12/12/05, psiinformatique [EMAIL PROTECTED] wrote:
 #I'm looking for school of freebsd in montreal and i dont find any. Im
 #not realy good in BSD, i start to use last year.  I use as my main os
 #on my laptop to become a normal user, but more i get into it,

There is Marketbridge Technologies in Ottawa. They offer a FreeBSD Boot Camp:

http://www.marketbridge.com/courses_freebsd.php
From the website:

* Learn to install FreeBSD
* Learn to properly administer FreeBSD
* Learn to properly lock down your FreeBSD system
* Learn to deal properly with files and filesystems


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


Re: FreeBSD howto collection

2005-09-06 Thread Jon Drews
On 9/5/05, Yance Kowara [EMAIL PROTECTED] wrote:
 Dear all,
 
 I am looking for a good article or collection of
 howtos or something similar to Ted's FreeBSD Corporate
 Networker's Guide.
 
 A book similar to Carla Schroder's Linux Cookbook
 (http://proquest.safaribooksonline.com/?XmlId=0596006403)
 
 is very nice and practical to follow.

FreeBSD Basics is good:
http://www.oreillynet.com/pub/ct/15

Michael Lucas' series on BSD, Big Scary Daemons
http://www.onlamp.com/pub/ct/13


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


Re: Unable to set up LPD to use a HP Laserjet 5p in freeBSD 5.3

2005-05-08 Thread Jon Drews
On 5/8/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hello
 
 I`m trying to install my HP laserjet 5p on freebsd 5.3.
 The printer doesn`t understand postscript.
 I`ve read the handbook and installed ghostscript and
 lpd.
 I changed rc.conf to start lpd for each system boot.
 
 dmesg printer part looks like this:
 
 ppbus0: Hewlett-Packard HP LaserJet 5P HP ENHANCED
 PCL5,PJL
 lpt0: Printer on ppbus0
 lpt0: Interrupt-driven port
 ppi0: Parallel I/O on ppbus

Hi:

  Let me just say that I have only setup lpd on OpenBSD. I use CUPS on
FreeBSD. I am going from memory here.

You need to get the ljet4 PPD file from here:
http://www.linuxprinting.org/show_printer.cgi?recnum=HP-LaserJet_5P

and the foomatic rip script from here:
http://www.linuxprinting.org/download.cgi?filename=foomatic-ripshow=0

The foomatic script runs your *.PPD file (PPD = PstScript Printer Description)

The details are given here:
http://www.linuxprinting.org/lpd-doc.html

 printcap looks like this:
 
 lp|HP Laserjet 5P:\
 :sh:\
 :sd=/var/spool/lpd:\
 :lf=/var/log/lpd:\
 :lp=/dev/lpt0:\
 :if=/etc/lpfilter:

then you need this /etc/printcap
  lp|HP Laserjet 5P:\
:lp=/dev/lp0:\
:af=/path/to/ppd/file:\
:if=/path/to/foomatic-rip:\
:sd=/path/to/spool/directory:\
:mx#0:sh:

then follow the directions in Section 11.3.1.4.3 Making the Spooling
Directory, of the FreeBSD Handbook.


 Any help will be appreciated. Thanks.

I realize this is kind of vague but I set up printing once about 6
months ago and have forgotten all the details. Hey, that is the beauty
of *BSD. I only have to configure something once and then it works for
a long time.

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


Learning UNIX internals

2005-05-07 Thread Jon Drews
Hi:

  I was thinking of getting one of these two books. I want to learn
more about how UNIX and in particular, FreeBSD work. Has anyone read
either of these books?

UNIX Internals: The New Frontiers
by Uresh Vahalia

http://www.amazon.com/exec/obidos/tg/detail/-/0131019082/ref=pd_bxgy_img_2/104-6904022-3119131?v=glances=booksn=3863

Design of the UNIX Operating System (Prentice Hall Software Series)
by Maurice J. Bach
http://www.amazon.com/gp/product/customer-reviews/0132017997/ref=cm_cr_dp_2_1/104-6904022-3119131?%5Fencoding=UTF8customer-reviews.sort%5Fby=-SubmissionDaten=3863
-- 
Kind regards,
Jonathan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Learning UNIX internals

2005-05-07 Thread Jon Drews
On 5/7/05, Chris Hodgins [EMAIL PROTECTED] wrote:
 If you are interested in Unix and FreeBSD this is a good choice:
 
 http://www.amazon.co.uk/exec/obidos/tg/stores/detail/-/books/0201702452/reviews/026-9762435-1924466
 

 Thank you Chris:

 The problem is I don't know what semaphores, mutex locks or therading
is. So this book is probably beyond my level.

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


Suffix rules in Makefile

2005-05-02 Thread Jon Drews
5.4-STABLE #0: Sun Apr 24 08:30:32 MDT 2005


Hi:

  I am having trouble with a .SUFFIXES based Makefile. If I use this
Makefile containing .out:

INCLUDES= -Wall -I/usr/local/include
LINK= -L/usr/local/lib
LIBS= -lgsl -lgslcblas -lm
.SUFFIXES : .c .o .out

.o.out:
${CC} ${LINK} -o $@ $ ${LIBS}

.c.o:
${CC} ${INCLUDES} -c $

$ make complexPow.out
cc -O2 -pipe -march=pentiumpro  complexPow.c  -o complexPow.out
complexPow.c:4:29: gsl/gsl_complex.h: No such file or directory
 snip
it's not finding it's includes.

However if I change the .out extension to .OUT it works:

INCLUDES= -Wall -I/usr/local/include
LINK= -L/usr/local/lib
LIBS= -lgsl -lgslcblas -lm
.SUFFIXES : .c .o .OUT

.o.OUT:
${CC} ${LINK} -o $@ $ ${LIBS}

.c.o:
${CC} ${INCLUDES} -c $

$ make complexPow.OUT
cc -Wall -I/usr/local/include -c complexPow.c
cc -L/usr/local/lib -o complexPow.OUT complexPow.o -lgsl -lgslcblas -lm

  Why does the .SUFFIXES definition for .out, in the first Makefile
not work? I looked in /usr/share/mk/sys.mk and did not see a
definition for .o.out either.
-- 
Kind regards,
Jonathan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Getting CUPS to use hpijs

2005-04-29 Thread Jon Drews
5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Apr 24
Ports I have installed:
cups-base-1.1.23.0_3
cups-lpr-1.1.23.0
cups-pstoraster-7.07_3
cups-lpr-1.1.23.0
hpijs-1.7.1

Printer: HP Deskjet 3740

Hi:

 I can't get my HP3740 Deskjet to print using CUPS. I installed cups 
from ports. I also installed print /hpijs with  # make WITH_CUPS=yes.
Nevertheless, I can't find any of the appropriate *.ppd files. Is
there a particular order the hpijs and cups ports have to be installed
in ? If I install hpijs without the CUPS option, then the *.ppd's are
all in /usr/local/share/ppd.

 I have this printer working in OpenBSD, under lpr, so it does indeed
work. I use
the HP-DeskJet_3740-hpijs.ppd.


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


[Fixed] Re: Getting CUPS to use hpijs

2005-04-29 Thread Jon Drews
On 4/29/05, Lars Eighner [EMAIL PROTECTED] wrote:

 I don't know what all I did to get my (different) hp printer
 working, but everything got much better after I installed
 foomatic.

That fixed it Lars:

 I installed /usr/ports/print/foomatic-filters. Then I went to
/usr/local/etc/rc.d
and did:

# ./cups.sh stop

and then restarted it with:

# ./cups.sh start

Then I configured it anew by running:

$ localhost:631/admin

 thanks so much.
-- 
Kind regards,
Jonathan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: i need a file manager!

2005-03-23 Thread Jon Drews
On Wed, 23 Mar 2005 22:41:16 +0100, Gert Cuykens [EMAIL PROTECTED] wrote:
 What shell file manager do you like or x file manager ?
 

Xfm (ports/x11-fm/xfm) is good and easy to use
http://www.musikwissenschaft.uni-mainz.de/~ag/xfm/

ROX (ports/x11-fm/rox) is quite fast
http://rox.sourceforge.net/phpwiki/index.php/ROX-Filer
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mounting novell drives

2005-03-21 Thread Jon Drews
On Mon, 21 Mar 2005 12:32:43 +0200, NetAdmin [EMAIL PROTECTED] wrote:
 Hello, FreeBSD support team,
 
 I have a server with Novell Netware 5.1.
 How I can mount Novell drives in FreeBSD?
 

 I have never done it but I see that there is a man page for it:
MOUNT_NWFS(8)   FreeBSD System Manager's Manual  MOUNT_NWFS(8)
DESCRIPTION
 The mount_nwfs utility allows to mount volume from a NetWare server.  It
 may use either existing connection or create new: if no usable connection
 was found it will try to establish a new one.  Connection has count of
 references to it, so when last mount will be dismounted connection will
 be closed.  It is possible to create connection without any mounts (but
 use it for them) with ncplogin(1).

see man 8 mount_nwfs



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

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


Re: Is Yahoo! moving from FreeBSD?

2005-02-26 Thread Jon Drews
On Sat, 26 Feb 2005 14:12:38 +0100, Anthony Atkielski
[EMAIL PROTECTED] wrote:
 Ted Mittelstaedt writes:
 
  For one thing you can just stop with the site licensing fees.
 
 Licensing fees aren't necessarily the largest or even a significant
 expense for a business.

Ted and others:

 This guy is a troll plain and simple. From his website:
http://www.atkielski.com/inlink.php?/main/TechnicalFAQ.html
FreeBSD currently is a winning solution for servers from a technical
standpoint. Unfortunately, FreeBSD is unsupported, and trying to deal
with other users of the OS or the people who control it is a
nightmarelike the Linux community, they are fanatically devoted to
their OS and will tolerate no differences of opinion, or even any
questions that they find less than gushingly complimentary of the
system.


 If you think the FreeBSD community is a nightmare then why are you
sticking around except to stir up strife ?




  For another you can lay off half your IT staff that you hired to spend
  their days running around and cleaning viruses and trojans off the
  systems that get past the AV filters.
 
 No, you have to keep them and hire more to keep the open-source stuff
 running, since it is less likely to work on unusual configurations and
 there is no support for it.
 
 With open source you save the licensing fees, but you must pay out at
 least as much (in most cases) for qualified IT staff to support the open
 source, because there is no formal support for it and it is far less
 likely to work out of the box on all the configurations you might wish
 to use.
 
 I'm looking at proof of this right now.  Windows NT installed on this HP
 Vectra without a hitch, and ran flawlessly on the machine for eight
 years.  FreeBSD installed okay, but it won't boot (unless I boot from
 the installation diskettes and then switch to the hard drives), and it
 generates SCSI errors continually, occasionally terminating in a panic.
 And when I tried Mandrake Linux, it wouldn't install at all--it died
 after the first screen.
 
 Multiple this by 30,000 seats, and you begin to see the problem.
 
  And this is to say nothing of now you don't have your IT staff running
  around putting machines back to rights because the employee has
  brought a disk of something in from the outside, and tried installing
  it and it blew her system.
 
 You'll have that problem no matter what you install on the machine,
 particularly if you have an OS installed that cannot be locked down
 against local users.
 
  Why do you think that Gates announced a few weeks ago that Windows
  AntiSpyware will be free after the beta period?
 
 I don't know.
 
  Do you think that the large corporate customers all are sitting around
  wondering why everyone else is so upset over the amount of lost time
  consumed by viruses?
 
 Large corporate customers that don't want problems lock down their
 machines.
 
 However, I'll grant that if a large enterprise truly wants a
 problem-free desktop, it might be better off installing Linux or UNIX.
 But to make this work it would have to customize the OS a lot so that
 the end user can do absolutely nothing beyond what the system allows him
 to do.  For example, you could build and configure it to support a few
 key corporate applications, and nothing else.  By carefully configuring
 and building the OS, you can make it impossible for users to add
 anything new without completely reinstalling a different OS.
 
 This essentially turns PCs into workstations or terminals, but in many
 organizations, that's exactly what one needs.
 
 This is not an out-of-the-box installation, though.  You'd have to
 develop your own tweaked version of the software and install it
 specifically on certain hardware configurations for which it had been
 customized.  This could cause problems with hardware acquisition since
 it requires a great deal of central control.
 
 This can be done with Windows, but it requires a lot of work up front,
 and the option of customizing the OS to completely exclude certain
 functionalities isn't there.
 
  Provide support for this statement.
 
 That's the key word: support.  For open source, there isn't any.  Many
 companies cannot afford to use unsupported products, even if they are
 free.
 
 --
 Anthony
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: How to handle numeric variables in sh?

2005-02-19 Thread Jon Drews
Ale:


On Sat, 19 Feb 2005 12:55:59 -0300, Alejandro Pulver
[EMAIL PROTECTED] wrote:
 Hello,
 
 Is there a way to handle numeric variables (addition, multiplication, etc.) 
 in 'sh' (or throught an external command)?

Here is a good short HowTo on calling bc:
-
 Shell Tip: Calculating with large numbers using bc
-
http://www.shelldorado.com/newsletter/issues/2002-3-Aug.html

Shelldorado is a great reference site:

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


Re: Freebsd vs. linux

2005-02-13 Thread Jon Drews
On Sat, 12 Feb 2005 11:10:58 -0600, David Kelly [EMAIL PROTECTED] wrote:
 Look closely at the Linux community and you'll find its mostly
 ex-Windows users focused on what Microsoft is doing. The desire is to
 one-up Microsoft at Microsoft's own game. Their definition of
 computer and human interface was written by Microsoft and still
 can't think outside of that box.

 I gotta agree with that. The several LUG's I have attended, have left
me with that impression.

 Look closely at the BSD community and you'll find those who are working
 at creating a better tool to serve their needs. 

Yup, they want an Open Source UNIX not a free version of Windows.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


What does sbwait mean in top ?

2005-02-06 Thread Jon Drews
Hi:

 What does sbwait mean in top? Is it related to a sysctl setting? I
have looked in the man page for top, at William LeFebvres site (
http://www.groupsys.com/top ), in Evi Nemeth's UNIX System
Administration Handbook and Googled in general.  Does anyone know of
a URL that gives an explanation of sbwait and for that matter semwait
too.

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


Re: Xmms FreeBSD and buzzing or skipping sound

2005-01-25 Thread Jon Drews
On Thu, 20 Jan 2005 20:57:12 -0500, Derek [EMAIL PROTECTED] wrote:
 I've got a 5.3-STABLE SMP machine, with a promise RAID controller,
 RAID1, with snd_emu10k1.ko, and I get the same results...  Re-nicing
 xmms doesn't help either...

Derek:

You may want to up the buffering. See
http://www.screamingelectron.org/forum/archive/index.php/t-1434.html

EXCERPT:
Umm I've had this problem, back when I used Red Hat, and you probably
want to up your audio buffers under
xmms(Options-Configure-Buffering).

I had this problem on an older computer, running NetBSD 1.6.2.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd IT mailing list or newsgroup?

2005-01-20 Thread Jon Drews
On Sat, 15 Jan 2005 12:05:41 -0800, Ted Mittelstaedt
[EMAIL PROTECTED] wrote:
 Have you seen my book and website?
 
 http://www.freebsd-corp-net-guide.com
 
 It is out of print now but still available on Amazon.


Ted;

 Will you do an updated version of the book some day ? I see it has 4
and 1/2 stars on Amazon.com; a very good reader review rating.

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


Re: SIR

2005-01-20 Thread Jon Drews
Ali:

 The ltmdm port may work: 
http://www.freebsd.org/cgi/url.cgi?ports/comms/ltmdm/pkg-descr

I have a feeling Matthew Seamen is right though. You may have to use
an external modem. See this e-mail:
Help: Tip on Buying External modem
http://lists.freebsd.org/pipermail/freebsd-questions/2004-May/046049.html



On Thu, 20 Jan 2005 02:23:27 +, Ali Farhan [EMAIL PROTECTED] wrote:
 
SORRY SIR, I DONOT MADE THIS TYPE OF MISTAKE AGAIN . I'LL TAKE CARE OF
IT NEXT TIME.SORRY AGAIN TO DISTURB YOU.
 
BUT SIR...KINDLY TELL ME HOW CA I INSTALL MODEM IN FREEBSD 5.1 ...MY
MODEM IS LUCENT (LT WIN MODEM).PLZ SIR
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: Cut and paste in Emacs

2005-01-13 Thread Jon Drews
On Thu, 13 Jan 2005 21:24:49 +0700 (ICT), Olivier Nicole
[EMAIL PROTECTED] wrote:
 When I select some text with the mouse in Emacs, i can copy it into
 another X window application, but I cannot copy it in a Win2K
 application.
 
 When I select some text in any other X Window application, I can copy
 it into Win2k, so the mechanism select in X, paste in w2k is working.
 

This may be similar to a problem in copying from Emacs and pasting
into Gnumeric. Any way try this:

1) In EMACS do:  M-x clipboard-kill-ring-save RET
2) Then highlight the text and save it (either withe mouse or by
C-SPACE, followed by ESC-w, at the end of the region to be copied.

See this e-mail: 
Copying from EMACS to Gnumeric
http://www.silug.org/lists/silug-discuss/200407/msg00066.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I quit

2005-01-09 Thread Jon Drews
Hi Bill:

Sorry you had such a miserable time with this. You may want to get
either of these two books, as helps in installing and configuring
FreeBSD.

FreeBSD: An Open-Source Operating System for Your Personal Computer,
by Annelise Anderson

Absolute BSD: The Ultimate Guide to FreeBSD
by Michael Lucas and Jordan Hubbard


On Sun, 09 Jan 2005 16:53:46 +0800, william gatlin
[EMAIL PROTECTED] wrote:
 Hello,
 
 I have spent at least two weeks of my free time downloading 5.3 and trying to 
 get it to work.  After figuring out
 how to get an ISO image, windows couldn't do it because netscape insisted on 
 modifying the file, I loaded it and
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: copy file to cd-rw

2005-01-09 Thread Jon Drews
Hi:

 This section of the handbook gives very good instructions on how to
save files to CD:
16.6 Creating and Using Optical Media (CDs)
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html


On Sun, 9 Jan 2005 16:45:01 +0100, mess-mate [EMAIL PROTECTED] wrote:
 Hi guys,
 I've to copy a large file to a cd-rw and have
 a little troubles with my 5.3 system now.
 Can you send me the exact way to do it ??
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Epson Stylus C84 printer setup

2005-01-03 Thread Jon Drews
It appears that you should use the C82 driver. From:
http://www.linuxprinting.org/show_printer.cgi?recnum=Epson-Stylus_C84
Parallel and USB ports.

With Gimp-Print 4.2.2 or newer it will work (except full-bleed) when
choosing the Epson Stylus C82 as printer model, with older Gimp-Print
versions when choosing the C80 as printer model.


On Mon, 3 Jan 2005 20:22:43 -0500, S Salamander [EMAIL PROTECTED] wrote:
 I'm trying to get my Epson Stylus C84 printer setup with CUPS and
 gimp-print (both of which are installed).  The cups daemon is running
 and I can access localhost:631 for the administrative setup.  However,
 don't see the option to use the CUPS/gimp-print driver.  There is no
 PPD file as I can see from linuxprinting.org.  Can someone help me
 with the setup here?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: File Manager

2004-08-21 Thread Jon Drews
On Sun, 22 Aug 2004 01:59:23 GMT, Emon [EMAIL PROTECTED] wrote:
 Second, I did create a new user, but I wasn't sure wich group to
 put it in, so I kept the GROUP field blank. Now I can't su to
 root cos it say that I am not in the right goup(wheel). So what
 does it mean  how do I solve this prob?

Edit the /etc/group file and add your new account like so:
wheel:*:0:root,$YOUR_ACCOUNT

I would also suggest that you read Dru Lavigne's excellent online
tutorials on FreeBSD:
FreeBSD Basics:
http://www.oreillynet.com/pub/ct/15

In addition I would recommend the following books:

FreeBSD: An Open Source Operating System for Your Personal Computer
http://www.bsdmall.com/freebosforyo.html

The Complete FreeBSD, by Greg Lehey
http://www.freebsdmall.com/cgi-bin/fm/bsdcomp4?id=TasN32Msmv_pc=119

Of course you should also read the FreeBSD handbook. However
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 802.1x

2004-08-17 Thread Jon Drews
Hello Cubicool:

 The only thing I can think of is this book on WiFi security:
http://www.oreilly.com/catalog/80211security/desc.html

You might want to look at /usr/ports/net-mgmt/bsd-airtools

The home page is here
http://www.dachb0den.com/projects/bsd-airtools.html


On Tue, 17 Aug 2004 01:55:10 -0700, Cubicool [EMAIL PROTECTED] wrote:
  Surely I'm not the only person to need
 802.1x authentication over wireless on a FreeBSD box? :)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD scanners

2004-08-15 Thread Jon Drews
Hello Anton:

  I would suggest going to the SANE website:
http://www.sane-project.org/
 I have an E640U USB scanner working under FreeBSD 4.9 and 5.2
CURRENT. That one works very well.

On Sun, 15 Aug 2004 01:46:17 +0300, Anton Alin-Adrian
[EMAIL PROTECTED] wrote:
 Please, if any of you has confident experience with any of the following
 scanners under FreeBSD, please let me know. I must find something available
 for buying and it must work smoothly in FreeBSD (otherwise there's no point
 of buying a new scanner, as I already have one which is not working in
 anything else but Windows..)
 
 EPSON perfection 1670
 EPSON perfection 1670 Photo
 EPSON perfection 3170 photo
 EPSON perfection 2400 photo
 EPSON perfection 3200 photo
 EPSON perfection 4870 photo
 EPSON perfection 2480 photo
 EPSON Expression 1680
 EPSON Expression 1680 Pro
 EPSON GT 1XL
 EPSON GT - 15000
 EPSON GT - 3
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freeBSD How to you set the prompt

2004-07-29 Thread Jon Drews
Hello Dan:

This may be of help:

 Understanding Shell Prompts
http://www.onlamp.com/pub/a/bsd/2000/09/20/FreeBSD_Basics.html

On Thu, 29 Jul 2004 13:29:30 -, Dan [EMAIL PROTECTED] wrote:
 Where and how do you set the prompt to show what user name that  your  on IE ROOT or 
 user johndoe.
 Eample of what the end results I would like to see.
 
 # router1.pdx/chatusa.com user johndoe.
 

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


Re: X: bad display name

2004-07-24 Thread Jon Drews
Hello Maksym:

 You need to have the proper hostnames in /etc/hosts:
::1 localhost localhost.covad.net notebook.covad.net
127.0.0.1  localhost localhost.covad.net notebook.covad.net

where notebook is my hostname.


On Sat, 24 Jul 2004 21:24:21 +0200, Maksym Marchenko [EMAIL PROTECTED] wrote:
 I'm installing FreeBSD. With XFree 86, and than at the end of X session
 I have always:
 
 xauth: creating new authority file /root/.Xauthority
 xauth: (argv):1: bad display name :0 in remove command
 xauth: (argv):1: bad display name :0 in remove command
 
 Something here isn't right. How (where) can I correct this problem.
 Can (must) I edit this .Xauthority file?

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


Tutorials on the Gimp

2004-07-23 Thread Jon Drews
Gimp ver 2.0 (prerelease)
FreeSBIE  1.0 and FreeBSD 5 CURRENT

Hi:

I tried to use the GIMP's (ver. 2.0)  intelligent scissors to crop
around a complicated image and I could not figure out how to get it to
work. I and another co-worker googled for some tutorials but none of
the ones we came across told us what to do after we completed the
selection with the intelligent scissors. Do any of you FreeBSD folks
know of a good tutorial on the GIMP ? We did look through the manual
and Grokking the Gimp but still could not find anything on crop to
outline.


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


Re: FreeBSD Hosting

2004-07-16 Thread Jon Drews
Hello Joseph:

 I don't know about the jails part but you might want to inquire with 
http://www.liquidneon.com/

I use them for hosting and they are very good. They are an all FreeBSD
hosting company.

On Fri, 16 Jul 2004 11:16:26 -0500, Joseph Koenig [EMAIL PROTECTED] wrote:
 Regardless of which way I go, I want to make sure
 the hosting facility has technicians who have experience with FreeBSD,
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Is it possible to set-up a USB Printer in Freebsd?

2004-07-15 Thread Jon Drews
Hi Mark:

 The Epson Stylus C20UX is fully supported according to LinuxPrinting.org:

http://www.linuxprinting.org/show_printer.cgi?recnum=Epson-Stylus_C20UX

Use the gimp print drivre they suggest at that URL.

That means that you can use CUPS and Gimp Print in FreeBSD.

1) Install cups and gimp print (in /usr/ports/print)
2) cd (as root i.e. #) to /usr/local/etc/rc.d and copy the
cups.sh.sample to cups.sh
3) Make sure that cups.sh is executable.
4) do: # ./cups.sh start
5) now that the cups daemon is started do:
# lynx http://localhost:631/admin
(you can also do this from a user account using a regular browser).
In both cases you will have to log into root. The web browser will pop
up a login.
6) You can now add a new printer through your browser. See the
screenshots here for an example:
http://www.silbsd.org/CUPS-NetBSD_landscape.html
I know this is for NetBSD but from step 5 to 15 it's the same on FreeBSD.

As for the USB part, that is handled during the web browser configuration.

   HTH,
   Jonathan

On Tue, 13 Jul 2004 23:33:12 -0700 (PDT), Mark Jayson Alvarez
[EMAIL PROTECTED] wrote:
 Hi,
 
   I have an old model Epson C20UX USB Printer and I
 usually print in my Windows OS(dual boot) using that
 printer. For long, I did not bother to read the
 section in the handbook(setting up printer) because as
 I have said earlier.. I print my MSWord document in
 Windows.. But now that I have deleted my Windows
 partition and I'm only running FreeBSD alone,
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 802.11b with FreeBSD

2004-07-12 Thread Jon Drews
Hello Josh:

I use a Proxim Harmony 8430 card that works well (wi0).

I would suggets looking in the PCMCIA section of The FreeBSD Laptop
Compatibility List:

http://gerda.univie.ac.at/freebsd-laptops/

There are some Cisco Aironet 350 cards listed here:
http://gerda.univie.ac.at/freebsd-laptops/index.pl?action=list_pcmcia_catcatid=1

On Mon, 12 Jul 2004 12:55:01 -0400, Josh Ockert [EMAIL PROTECTED] wrote:
 Does anyone have any suggestions on wireless cards to use with
 FreeBSD?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Printer problems

2004-07-12 Thread Jon Drews
Hello Earl:

Linux Printing  Org  does not show your particular printer:
All Compaq printers
http://www.linuxprinting.org/printer_list.cgi?make=Compaq

Linux Printing Org lists the availability of CUPS drivers.

You may be able to get it working with CUPS. I have a short tutorial
here for NetBSD. It is almost the same in FreeBSD.

http://www.silbsd.org/CUPS-NetBSD_landscape.html


On Sun, 11 Jul 2004 22:58:54 -0500, Earl Larsen [EMAIL PROTECTED] wrote:
 I tried to get my printer to work. But when I do lptest  /dev/lpt0. I get no
 out put. I checked and have everything correct. So I am thinking that my
 printer is not compatible. I have a Compaq IJ700. I am unable to find if this
 printer is compatible. I am running FreeBSD 4.10. Grep
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Moving my Outlook PST file to any BSD E-mail client

2004-07-09 Thread Jon Drews
From the Ximian Evolution support knowledge base:
http://support.ximian.com/cgi-bin/ximian.cfg/php/enduser/std_adp.php?p_sid=yOj4eYfhp_lva=p_faqid=59p_created=995655179p_sp=cF9ncmlkc29ydD0mcF9yb3dfY250PTg1JnBfc2VhcmNoX3RleHQ9JnBfcHJvZF9sdmwxPTImcF9wYWdlPTE*p_li=

How do I import my Outlook .pst files into Evolution? 
 
  Question 
  As my previous email client, I used Microsoft Outlook. How can I
import my old email and contacts from Outlook?
 
  Answer 
  Evolution cannot import these files directly into Evolution because
the .pst format is a proprietary format, and access to it requires the
use of the MAPI.DLL library, which can only be read by applications
running in Windows. However, there are two applications that can
convert the files for you: Outport and Mozilla. You will be running
these applications under Windows and we cannot guarantee that they
will work, nor can we support them. You can also export address
information to CSV format and then convert it to a format that
Evolution understands.

To Use Outport:
 




On Fri, 9 Jul 2004 09:20:43 -0700 (PDT), Joshua Lewis
[EMAIL PROTECTED] wrote:
 Does anyone know of an e-mail client that supports importing an outlook
 .PST file.
 
 If I can move my old e-mail onto my new machine then I can be done with
 Microsoft.
 
 Thank you,
 Joshua Lewis
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: GUIDE

2004-07-05 Thread Jon Drews
Hi:

 You can follow the instructions here:
http://www.silbsd.org/cvsup_instructions2.html
However in step B change:
#
src-all tag=RELENG_4_8
#

to:

#
src-all tag=RELENG_4_9
#

I also urge you to read Section 9 of the FreeBSD handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html

and section 22:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html

The FreeBSD handbook is the authority on accepted admin and
configuration practices.

I would also suggest reading this before updating your ports collection:
http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html

In fact the entire FreeBSD Basics series is quite good:
http://www.oreillynet.com/pub/ct/15

Books I would recommend :
 FreeBSD: An Open-Source OS for your PC
http://www.bsdmall.com/freebosforyo.html

The Complete FreeBSD
http://www.bsdmall.com/cofr.html

On Tue, 06 Jul 2004 07:14:10 +0800, snoop dogg [EMAIL PROTECTED] wrote:
  hello there,
 
 i have FreeBSD 4.9-RELEASE installed in my machine.. but i need to upgrade my 
 4.9-RELEASE to 4.9-STABLE. any help?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pattern replacement

2004-07-04 Thread Jon Drews
Hi:

 Sed is useful for this. Here are some good tutorials on it:

Common threads: Sed by example:
http://www-106.ibm.com/developerworks/linux/library/l-sed1.html
http://www-106.ibm.com/developerworks/linux/library/l-sed2.html
http://www-106.ibm.com/developerworks/linux/library/l-sed3.html


On Sun, 4 Jul 2004 17:08:07 -0500, Vulpes Velox [EMAIL PROTECTED] wrote:
 If I wanted to replace every instance of a pattern in a file with
 something, what would I use?

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


Re: Newbie

2004-07-01 Thread Jon Drews
Hello Chintan:

 In addition to Chris' advice I heartily recommend the tutorials at
FreeBSD basics:

http://www.oreillynet.com/pub/ct/15

I also find Greg Lehey's The Complete FreeBSD to be a very good
reference book.

On Thu, 01 Jul 2004 23:03:14 +0100, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 

 I am a cisco engineer however want to learn  the unix/linux too.
 
 any advice you can give me or what will help in learning BSD.
 
 Regards
 
 Chintan
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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