Re: Getting vim to work correctly.

2007-09-28 Thread Pollywog
On Friday 28 September 2007 06:05:49 Jay Chandler wrote:
> Eric Schuele wrote:
> > On 09/27/2007 21:01, Jay Chandler wrote:
> >> Howdy.
> >>
> >> Sorry to keep hitting the list with questions today, but does anyone
> >> know how to get the home, delete, end, page up, etc. keys working
> >> correctly in vim?
> >>
> >> It works in Linux, drives me nuts in FreeBSD...
> >
> > They work perfectly fine here.  How is it you expect those keys to
> > behave?  Define "working correctly".
>
> When in insert mode, and pagedown is pressed, the letter the cursor is
> over is capitalized, and the editor is removed from insert mode, as an
> example.
>
> PageUp capitalizes the letter next to it, and again removes me from
> insert mode.
>
> Home randomly capitalizes letters and shifts the cursor to the next letter.
>
> Insert decapitalizes the letter the cursor is over.
>
> Weird behavior like this...
>
> I was mistaken in that this is in vim-- this is in the natural version
> of vi that ships with the base OS.
>
> This is happening from PuTTY in default setting mode on a Windows box--
> my MacBook is relatively better behaved.

If you also run Linux, you can copy your ~/.vimrc or the systemwide one to 
your FreeBSD as ~/.vimrc and that should fix the problem.  Also export your 
editor as vim in your ~/.bashrc.  In addition, I make an alias so that when I 
use 'vi' as a command, I get 'vim' and not what FreeBSD uses as vi by 
default.  I had the same problems that you report.


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


Re: best spam filter port(s) for postfix?

2007-09-30 Thread Pollywog
On Sunday 30 September 2007 20:28:23 Derek Ragona wrote:
> At 03:20 PM 9/30/2007, Joe in MPLS wrote:
> >I'm running 6.2-STABLE with postfix with cyrus-sasl, imap-uw & horde for
> >mail. I'd like to stop depending on clients(Thunderbird & PDAs) for
> >primary spam control (especially because our PDAs don't do any). AV
> >scanning would be a plus too.
> >
> >...jgm
>
> I use mailscanner with sendmail which uses spamassasin with clamav.  All
> from the ports.

I used Mailscanner at one time, but it is not recommended for use with Postfix 
because mail can be lost.  It never happened to me, but it has happened to 
others.  I believe the Postfix website mentions these problems.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: best spam filter port(s) for postfix?

2007-09-30 Thread Pollywog
On Sunday 30 September 2007 21:03:06 Roland Smith wrote:
> On Sun, Sep 30, 2007 at 03:20:58PM -0500, Joe in MPLS wrote:
> > I'm running 6.2-STABLE with postfix with cyrus-sasl, imap-uw & horde for
> > mail. I'd like to stop depending on clients(Thunderbird & PDAs) for
> > primary spam control (especially because our PDAs don't do any). AV
> > scanning would be a plus too.
>
> I've been using bogofilter for some years now, and it works very well
> once you've trained it properly. I'm calling it from procmail just
> before the mail is delivered, but that's because my desktop has just a
> single local user. Bogofilter comes with a 'integrating-with-postfix'
> document that shows you how to call it from postfix directly.

I call Bogofilter from Procmail and I did not know it could be called directly 
from Postfix.  I use Bogofilter and Spamassassin and very little spam gets 
through undetected.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: best spam filter port(s) for postfix?

2007-10-01 Thread Pollywog
On Monday 01 October 2007 22:18:00 Chuck Swiger wrote:
> On Oct 1, 2007, at 6:54 PM, Philip Hallstrom wrote:
> >> By far the best anti-spam tool I've used with Postfix is policyd-
> >> weight.
> >> mail/postfix-policyd-weight
> >
> > Agreed. +1. Me too.
>
> Seconded (or thirded :).
>
> policyd-weight is much smaller than amavisd-new or SpamAssassin (it
> tends to run a couple of ~7 MB RSIZE processes, rather than a bunch
> of 45 - 80MB RSIZE), and it's caching of RBL/DNSBL lookups means it
> can handle and offload a bunch of queries that the others would do.

I didn't know about this one.  Is the installation and use documented 
somewhere?  (In case I can't find anything on Google).


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


Re: best spam filter port(s) for postfix?

2007-10-01 Thread Pollywog
On Monday 01 October 2007 22:48:09 Pollywog wrote:
> On Monday 01 October 2007 22:18:00 Chuck Swiger wrote:
> > On Oct 1, 2007, at 6:54 PM, Philip Hallstrom wrote:
> > >> By far the best anti-spam tool I've used with Postfix is policyd-
> > >> weight.
> > >> mail/postfix-policyd-weight
> > >
> > > Agreed. +1. Me too.
> >
> > Seconded (or thirded :).
> >
> > policyd-weight is much smaller than amavisd-new or SpamAssassin (it
> > tends to run a couple of ~7 MB RSIZE processes, rather than a bunch
> > of 45 - 80MB RSIZE), and it's caching of RBL/DNSBL lookups means it
> > can handle and offload a bunch of queries that the others would do.
>
> I didn't know about this one.  Is the installation and use documented
> somewhere?  (In case I can't find anything on Google).

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


Re: question about Postfix

2007-10-01 Thread Pollywog
On Tuesday 02 October 2007 02:50:24 jekillen wrote:
> Hello;
> I have a quick question about Postfix.
> When I install Free BSD and have it
> include Postfix  from packages, does
> the install process completely replace
> Sendmail with Postfix, or do I still have
> to replace Sendmail with Postfix separately?
> Thanks in advance


You have to edit /etc/rc.conf so that Postfix actually works.

postfix_enable="YES"
sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"

This is what I have and it works for me.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Ipod software

2007-10-14 Thread Pollywog
On Monday 15 October 2007 00:05:08 Rem P Roberti wrote:
> Thanks for the suggestions.  I am trying out gtkpod now, and it seems to
> work fine, although I wish that there was a non/gui type program.
>
> BTW, is it possible to convert mp3 files that were purchased originally
> from the Apple store via iTunes so that they could be used on non/iTunes
> players?

iTunes files have DRM protection, so the short answer is that it can't be 
done.

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


xmh port in 6.2

2007-10-17 Thread Pollywog
I am doing an upgrade of ports in FreeBSD 6.2 and apparently xmh is no longer 
part of the Ports collection, but when I saw "yes" to remove it, portmanager 
complains that it is required by xorg and xfce.  What is the problem here, 
anyone know?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: xmh port in 6.2

2007-10-17 Thread Pollywog
On Wednesday 17 October 2007 15:16:53 Pollywog wrote:
> I am doing an upgrade of ports in FreeBSD 6.2 and apparently xmh is no
> longer part of the Ports collection, but when I saw "yes" to remove it,
> portmanager complains that it is required by xorg and xfce.  What is the
> problem here, anyone know?

That came out wrong.

When I say "yes" to the removal of xmh, portmanager complains it is required 
by those other ports.

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


Re: Can login using root password, but not remotely with SSH

2007-10-22 Thread Pollywog
On Monday 22 October 2007 17:42:44 Daniel Bye wrote:
> On Mon, Oct 22, 2007 at 02:21:04AM -0500, W. D. wrote:
> > Brand new install of FreeBSD 6.2.  Can't log in with PuTTY.
> >
> > Remote PuTTY:
> > Access denied Using keyboard-interactive authentication.
> >
> > At computer terminal:
> > PAM authentication error for root from 192.168.XXX.XXX
> >
> > Any ideas?
>
> Default behaviour in FreeBSD is for SSH to disallow root login.
> You can change that in /etc/ssh/sshd_config, but it's probably not a
> good idea. The sshd_config man page will tell you how, if you really
> want to.

I do it sometimes, using

PermitRootLogin without-password

This does not mean it will accept root logins without any authentication.  It 
means it will accept a passphrase and not a password.  Once I am done, I 
change it back to "No" and reload sshd.

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


Re: telnet mydomain.ild 465 : connection closed

2007-10-30 Thread Pollywog
On Tuesday 30 October 2007 09:18:17 dhaneshk k wrote:

> telnet localhost 465
> Trying ::1...
> telnet: connect to address ::1: Connection refused
> Trying 127.0.0.1...
> Connected to localhost.sun.iosn.net.
> Escape character is '^]'.
>    upto this line oly  I am getting out putnot showing the line 
> 220 host.domain.tld ESMTP Postfix
>
> Q1 :   when I tested with the EHLO test.com  command  telnet connection
> closed immediatelywhy this  ?

Look at /etc/hosts

The line that is at the top is in IPv6 format?
If so, move it down so it appears below the line that says:

127.0.0.1   localhost


I think that will fix the problem.

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


Re: telnet mydomain.ild 465 : connection closed

2007-10-30 Thread Pollywog
On Tuesday 30 October 2007 09:18:17 dhaneshk k wrote:

> telnet localhost 465
> Trying ::1...
> telnet: connect to address ::1: Connection refused
> Trying 127.0.0.1...
> Connected to localhost.sun.iosn.net.
> Escape character is '^]'.
>    upto this line oly  I am getting out putnot showing the line 
> 220 host.domain.tld ESMTP Postfix
>
> Q1 :   when I tested with the EHLO test.com  command  telnet connection
> closed immediatelywhy this  ?

Look at /etc/hosts

The line that is at the top is in IPv6 format?
If so, move it down so it appears below the line that says:

127.0.0.1   localhost

(I sent this a while ago but it did not appear to have actually been sent; 
apologies if it posts twice)


I think that will fix the problem.

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


Re: telnet mydomain.ild 465 : connection closed

2007-10-30 Thread Pollywog
On Tuesday 30 October 2007 09:18:17 dhaneshk k wrote:

> telnet localhost 465
> Trying ::1...
> telnet: connect to address ::1: Connection refused
> Trying 127.0.0.1...
> Connected to localhost.sun.iosn.net.
> Escape character is '^]'.
>    upto this line oly  I am getting out putnot showing the line 
> 220 host.domain.tld ESMTP Postfix
>
> Q1 :   when I tested with the EHLO test.com  command  telnet connection
> closed immediatelywhy this  ?

Look at /etc/hosts

The line that is at the top is in IPv6 format?
If so, move it down so it appears below the line that says:

127.0.0.1   localhost

(I sent this a while ago but it did not appear to have actually been sent; 
apologies if it posts twice)


I think that will fix the problem.

I have sent this twice, but I never saw it post.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: reverse grep

2007-11-03 Thread Pollywog
On Sunday 04 November 2007 00:12:45 [EMAIL PROTECTED] wrote:
> How is it possible to select lines that do NOT match a specific pattern?

grep -v

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


Re: Is there a way to compare what is in the ports tree with what is installed?

2007-11-04 Thread Pollywog
On Monday 05 November 2007 02:04:39 Robert Huff wrote:
> Brett Davidson writes:
> >  ie. If I had a particular version of the ports tree on a server,
> >  how could I check to see if any of the programs in that tree were
> >  actually installed?
> >
> >  Is there a simple command or sequence of commands to do this?
>
>   dir /var/d/pkg | grep 

My Linux systems have a "dir" command but my FreeBSD does not.
Is there something I need to install?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


multiple autoconf versions

2007-11-05 Thread Pollywog
I am running FreeBSD 6.2 and I discovered that I have four versions of 
autoconf installed.

autoconf-2.13.000227_6 Automatically configure source code on many Un*x 
platforms
autoconf-2.53_4 Automatically configure source code on many Un*x platforms
autoconf-2.59_3 Automatically configure source code on many Un*x platforms
autoconf-2.61_2 Automatically configure source code on many Un*x platforms


Should I remove any of them?  I know that in Linux, having more than one 
version of autoconf can cause problems, but I am not certain of what to do 
here.

thanks

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


Re: KDE bookmarks??

2007-11-05 Thread Pollywog
On Tuesday 06 November 2007 00:34:50 Gary Kline wrote:
> Folks,
>
> As some of you know, i was configuring kkonquereor because it has
> a link to the festival tts tool.  I let myself get careless with firefox;
> bookmarked sites went in any-whichway.  With konq, I began creating
> directories to which I added simial site, etc.
>
>
> I did save /home/kline when my ne system began having troubles.  Now i
> am looking for the dozens of carefully added and edited URL's.  I can't
> find the KDE Stuff anywhere.  I can find kbookmark, but it's empty in my
> old/former /home/kline/* tree.   Anybody know where else i should be
> looking?

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


Re: KDE bookmarks??

2007-11-05 Thread Pollywog
On Tuesday 06 November 2007 00:34:50 Gary Kline wrote:
> Folks,
>
> As some of you know, i was configuring kkonquereor because it has
> a link to the festival tts tool.  I let myself get careless with firefox;
> bookmarked sites went in any-whichway.  With konq, I began creating
> directories to which I added simial site, etc.
>
>
> I did save /home/kline when my ne system began having troubles.  Now i
> am looking for the dozens of carefully added and edited URL's.  I can't
> find the KDE Stuff anywhere.  I can find kbookmark, but it's empty in my
> old/former /home/kline/* tree.   Anybody know where else i should be
> looking?

If you are looking for Firefox bookmarks, try ~/.mozilla/firefox/
I have another directory there that begins with what appear to be random 
alphanumeric characters follwed by .default/   My bookmarks are in that 
directory.

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


[OFFTOPIC] Re: One Laptop Per Child

2007-11-12 Thread Pollywog
On Monday 12 November 2007 19:06:28 Chuck Robey wrote:
>
> I wish it wasn't this way.  Maybe it's just in the schools I visited?
> If so, anyone have a better experience?  Until I hear of some, I won't
> contribute to any "computers for kids" deal, because  it only benefits
> big computer companies, who sell the machines, not the kids.

It is true that the companies that sell computers and software benefit, but 
the same could be said of companies that sell state-approved textbooks to 
schools (if you have seen those textbooks you know what I mean), the 
companies that sell shoes for sports, etc.  There is one large software 
company that gives some software to schools and then gets a tax cut even 
though it benefits down the line when those kids grow up to buy that 
company's software because that is the software they know.

I still think it is better for kids to know how to use computers, even if a 
few business people also benefit.

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


Re: Postfix, dns, and hosts.allow

2007-11-14 Thread Pollywog
On Wednesday 14 November 2007 05:01:58 jekillen wrote:
> Hello:
> I have a question about Postfix and
> hosts.allow:
> Sendmail and exim are mentioned in the
> file and I assume that Sendmail would
> refer to Postfix sendmail as well as Sendmail.
> But Since Postfix runs smtp.d, how would I
> do Postfix in hosts.allow?

I believe you would refer to it as "smtp" if that is what you have 
in /etc/services

>
> I also have a question about how postfix
> would resolve names outside of the local
> domain, Does it use resolve.conf, hosts.equiv,
> nsswitch or does it need a local name server.

The nameserver does not need to be local.  It can use the ones in resolv.conf
Make sure you use numeric hosts in resolv.conf   I know that is obvious but I 
have seen people put textual hostnames in the file and then wonder why it 
does not work.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: top posting (off-topic)

2007-11-22 Thread Pollywog
On Thursday 22 November 2007 21:22:50 Brent Jones wrote:
> Sorry if this is a bit off topic for this list, but it seem to be a
> comment that comes up very regularly; "please don't top post..."
>
> I for one prefer top posting, as usually I have read a particular thread
> enough times that I like to cut to the chase and read the new input
> without having to scroll down, sometimes navigating an endless nesting
> of >>>  For me, reading through top posted replies saves time and
> effort.  If I happened to miss something in the conversation I can
> scroll down to find it.
>
> Anyone else feel the same?

Since most people don't like top-posting, I try not to do it except 
occasionally in personal email.  I don't do it on mailing lists.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


jabberd will not start on reboot, only starts manually

2007-12-03 Thread Pollywog
I am running FreeBSD 6.2 with Jabberd installed from ports:
jabberd-2.1.18


When I reboot the machine, jabberd will not start, but it will start if I 
manually restart it with /usr/local/etc/rc.d/jabberd restart

/var/log/messages shows:

jabberd/c2s[989]: mysql: connection to database failed: Can't connect to local 
MySQL server through socket '/tmp/mysql.sock' (2)
jabberd/c2s[989]: failed to initialize auth module 'mysql'

I added 'mysql' to the REQUIRED line in the startup script for jabberd but 
this did not solve the problem.  It still appears as though jabberd attempts 
to connect to mysql before mysql is ready for the connection.

Can anyone assist with this problem?

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


Re: jabberd will not start on reboot, only starts manually

2007-12-04 Thread Pollywog
On Tuesday 04 December 2007 15:11:32 Daniel Bye wrote:

>
> Try removing the # BEFORE: LOGIN line from the jabberd control script.
> I haven't tested it, but from a cursory glance at the respective control
> scripts, it feels like a sane first guess...

What exactly does this do?  It worked.

I first tried adding 'sleep 2' to the script as suggested in another reply.  I 
thought that would work, but it did not.

thanks to all who replied.

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


Re: BSDstats: Stand up and be counted! -- November Statistics

2007-12-04 Thread Pollywog
On Tuesday 04 December 2007 05:55:17 Marc G. Fournier wrote:

>
> For FreeBSD users, you just need to install /usr/ports/sysutils/bsdstats to
> set things up.

Is it recommended to do this on more than one home machine running FreeBSD, or 
just one of them?

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


Re: jabberd will not start on reboot, only starts manually

2007-12-04 Thread Pollywog
On Tuesday 04 December 2007 18:28:42 Daniel Bye wrote:

>
> Check out the manual for rcorder(8), and look at the CAPITALISED files in
> /etc/rc.d.
>
> Essentially, LOGIN is a dummy service - it is used to control startup
> of services that should start late in the boot process. The jabberd control
> script told rcorder(8) that it should run *before* the LOGIN service,
> but the MySQL control script tells rcorder(8) that it wants to run
> *after* the LOGIN service. So although you had REQUIRE: mysql in jabberd's
> script, it was still getting run before MySQL. I guess. ;-)
>
> You can determine what order things get run by doing
>
>  # rcorder /etc/rc.d/* /usr/local/etc/rc.d/*
>
> Anyway, glad it worked. You might want to get in touch with the jabberd
> maintainer and see if he is willing to make the change permanent.

Thanks for the explanation.  I had gone to the ##freebsd channel on Freenode 
for help and had been told to run 

# rcorder /etc/rc.d/* /usr/local/etc/rc.d/*

This showed that I had succeeded in getting jabber to start after mysql, but 
things were still not working properly.  I will email the jabberd maintainer 
about my experience.

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


Re: SANE Network Daemon question

2007-12-08 Thread Pollywog
On Saturday 08 December 2007 20:39:06 Predrag Punosevac wrote:
> I was just looking at the documentation on SANE web-site about network
> scanning
> and I noticed that /etc/services on my i386 does not include line like
>
> sane-port  6566/tcp  # SANE network scanner daemon
>
> which is used by saned (Sane Network Daemon to enable scanning over the
> network).
> The /etc/inetd.conf file is also missing line (of course should be
> commented by default)
>
> sane-port  stream  tcp  nowait  saned.saned  /usr/local/sbin/saned saned
>
> The handbook is  also  mute  about  the  scanning over the network.
>
> Is anybody using scanners on the network on FreeBSD? Handbook article
> should also be appended.
> I might try to play with it and see how it goes. I could contribute the
> documentation if the community has interest in it.
>

I wanted to do this but I could not find a package for it.  In Linux, I use 
sane-utils to do this.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SANE Network Daemon question

2007-12-08 Thread Pollywog
On Sunday 09 December 2007 02:17:21 Predrag Punosevac wrote:

> Saned (Sane Daemon)  is included in the standard distribution of
> sane-backhands. I checked sane-utils on the Debian web-site and seems it
> is just idiotic GUI.
>

I was using Debian and I now use Ubuntu and FreeBSD.  The sane-utils package 
contains files that I edit in order to have the ability to scan from any 
machine on my LAN that runs Linux.  The files are /etc/sane.d/dll.conf and 
also saned.conf and net.conf in the same directory.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SANE Network Daemon question

2007-12-08 Thread Pollywog
On Sunday 09 December 2007 03:26:19 Predrag Punosevac wrote:

>
> Then look the /usr/local/etc/sane.d You already have all files you need
> to have.
>
>
> Debian is known for fine grinding of packages so I would not be
> surprised that they divided generic sane-backhand package in several part.
> That is a very good practice but unfortunately FreeBSD does not have
> that man power and the user base to do the same.
>
> Would you be so kind than to write how to for network scanning. It would
> be very good if you could append Handbook article about scanning. I have
> no clue whom you should contact with the offer to contribute the article
> for Handbook.

I have not done this in FreeBSD, only Linux.  I have a printer that requires 
HPOJ, which I don't believe is available for FreeBSD.  My printer is a 
Hewlett-Packard PSC 2110 "All-in-one" and it is a USB printer.  Someone told 
me that HPLIP is what I should use but I was unable to get it to work with my 
printer.

I believe I used instructions I found at Marcel Gagne's website to get network 
scanning working in Linux.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SANE Network Daemon question

2007-12-08 Thread Pollywog
On Sunday 09 December 2007 03:26:19 Predrag Punosevac wrote:
> Pollywog wrote:
> > On Sunday 09 December 2007 02:17:21 Predrag Punosevac wrote:
> >> Saned (Sane Daemon)  is included in the standard distribution of
> >> sane-backhands. I checked sane-utils on the Debian web-site and seems it
> >> is just idiotic GUI.
> >
> > I was using Debian and I now use Ubuntu and FreeBSD.  The sane-utils
> > package contains files that I edit in order to have the ability to scan
> > from any machine on my LAN that runs Linux.  The files are
> > /etc/sane.d/dll.conf and also saned.conf and net.conf in the same
> > directory.
>
> Then look the /usr/local/etc/sane.d You already have all files you need
> to have.
>
>
> Debian is known for fine grinding of packages so I would not be
> surprised that they divided generic sane-backhand package in several part.
> That is a very good practice but unfortunately FreeBSD does not have
> that man power and the user base to do the same.
>
> Would you be so kind than to write how to for network scanning. It would
> be very good if you could append Handbook article about scanning. I have
> no clue whom you should contact with the offer to contribute the article
> for Handbook.

Since it has been some time since I tried to get HPLIP to work with my 
computer, I am going to attempt it again.  If I am successful, I will post 
something about it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SANE Network Daemon question

2007-12-08 Thread Pollywog
On Sunday 09 December 2007 04:06:29 Predrag Punosevac wrote:

> I thought we were discussing sane-backhands and network scanning.

Don't I need HPLIP in order to get my printer (scanning) to work?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SANE Network Daemon question

2007-12-08 Thread Pollywog
On Sunday 09 December 2007 04:06:29 Predrag Punosevac wrote:


> HPLIP works like a charm on FreeBSD
> http://dsteinbrook.googlepages.com/hpliponfreebsd

Thanks for that, unfortunately it indicates that this is going to be more 
difficult for me than I thought, because I will need to recompile my kernel 
and I have not done this in FreeBSD yet.

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


Re: SANE Network Daemon question

2007-12-09 Thread Pollywog
On Sunday 09 December 2007 04:32:21 Pollywog wrote:
> On Sunday 09 December 2007 04:06:29 Predrag Punosevac wrote:
> > HPLIP works like a charm on FreeBSD
> > http://dsteinbrook.googlepages.com/hpliponfreebsd
>
> Thanks for that, unfortunately it indicates that this is going to be more
> difficult for me than I thought, because I will need to recompile my kernel
> and I have not done this in FreeBSD yet.

I recompiled the kernel and it was much easier than in Linux.  When the moment 
of truth came, the machine did boot.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


question about ordering of lines in rc.conf

2007-12-09 Thread Pollywog
It appears that the order of the *_enable="YES" lines in /etc/rc.conf is 
important.  I am looking at a HOWTO for HPLIP in which the author suggests 
adding two lines in a certain order.

Since I recently had a problem with jabberd starting before myslq was ready to 
accept connections and I just found that  jabberd_enable="YES" precedes 
mysql_enable="YES" in my rc.conf, I am wondering whether order is important.
Can anyone provide an answer?

I solved the problem I was having with jabberd but in a different way.


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


Re: (postfix) SPAM filter?

2007-12-12 Thread Pollywog
On Thursday 13 December 2007 03:35:00 Duane Hill wrote:

>
> It has been pretty low maintenance. I am in the process of evaluating
> the possibility of using amavis-new.

I used amavis-new on a Linux system and lost the ability to have per-user 
settings.  I had to go with a systemwide setting and I don't know if amavis 
allows per-user configuration.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: kde4 question

2008-10-06 Thread Pollywog
On Sunday 05 October 2008 19:42:36 Gary Kline wrote:
>   Over the past four days I've managed to get my FreeBSD server running 
> KDE
>   up by installing kde4.  Now, for some reason, konqueror fails to 
> conntect
>   anywhere.
>
>   How can I free up my old kde3 files and get konqueror working again?

Have you tried running Konqueror from konsole in order to see the errors?
You might also check the proxy settings and make sure your other browsers are 
working properly (Firefox for example).

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


Re: has anyone actually received a bsdmag ?

2008-10-06 Thread Pollywog
On Monday 06 October 2008 21:48:12 matt donovan wrote:
> On Mon, Oct 6, 2008 at 2:14 PM, Gonzalo Nemmi <[EMAIL PROTECTED]> wrote:
> > On Monday 06 October 2008 4:24:47 pm Craig Butler wrote:
> > > Hi Guys
> > >
> > > I have been subscribed to BSD Magazine since the start of September, I
> > > was hoping to get the first issue sent to me I am still waiting.
> > >
> > > Looking on their website they have the second issue published again
> > > I am waiting to receive it.
> > >
> > > I have tried emailing them but have not had any replies.
> > >
> > > Has anybody else received their copy ?
> > >
> > > Cheers
> > >
> > > Craig B
> > >
> > > ___
> > > freebsd-questions@freebsd.org mailing list
> > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to
> > > "[EMAIL PROTECTED]"
> >
> > Good to know that ...
> >
> > I bought the first issue on .pdf format back when it was release and I
> > was seconds away from subscribing for a full year (printed version) until
> > I read
> > your mail ...
> >
> > So .. I guess I'll put my subscription on hold until I know for sure that
> > they
> > do send the mag to your door and that they do it on time ...
> >
> > Please, let me know how things end up for you.
> >
> > Regards
> > --
> > Blessings
> > Gonzalo Nemmi
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "
> > [EMAIL PROTECTED]"
>
> BSDmagazine is not the same as Linux Magazine they don't follow teh same
> release dates I believe BSDmag is like every 4 months or something you'll
> get one

I bought the most recent issue (it is only the second issue of the magazine) 
at Borders approximately two weeks ago.  The second issue is an issue about 
OpenBSD.

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


Re: SSH Port forwarding when "PermitRootLogin"==no ?

2008-10-27 Thread Pollywog
On Monday 27 October 2008 17:04:46 Kevin Kinsey wrote:
> Hello,
>
> I'm (still) trying to work around a limitation I've encountered
> with a new service provider (cf. "MTA on non-standard port").
>
> As root:
>  # ssh -L 24:server:52525 server
>
>fails because root logins aren't permitted in
> /etc/sshd_config on the server.
>
> Also as root:
>  # ssh -L 24:server:52525 [EMAIL PROTECTED]
>
> fails - an terminal session is established, but
> when I telnet localhost:24 I receive this in the
> terminal:
>
> channel 3: open failed: administratively prohibited: open failed
>
> I was kinda under the impression this should work, since
> the port on the remote server is a dynamic port.
>
> Any suggestions how I might get this to work?

I have the same problem with my ISP blocking port 25 inbound and outbound, so 
I use a DNS provider that will relay my email (email for a domain) to me on an 
alternate port.  I don't recall how much this costs me but it is around $40 
yearly.

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


Re: xauth failure when tunneling over ssh

2008-11-11 Thread Pollywog

On Tuesday 11 November 2008 21:27:38 Elliot Isaacson wrote:
> Hi,
>
> I've set up X11Forwarding on several linux servers before, but I've
> just wasted a day trying (unsuccessfully) to figure out why I can't
> get it working on freebsd (7.0-RELEASE GENERIC).
>
> I have not changed the defaults in the sshd_config file.
>
> One the client computer:
>
> $ xhost +
>
> $ ssh -Y 192.ip.of.server
> Warning: No xauth data; using fake authentication data for X11
> forwarding.
>
> /usr/local/bin/xauth:  creating new authority
> file /home/xxx/.Xauthority
> /usr/local/bin/xauth: (stdin):1:  bad display name "unix:10.0"
> in "remove" command
> /usr/local/bin/xauth: (stdin):2:  bad display name "unix:10.0"
> in "add" command
>
> [xxx@ ~] kcalc
> X11 connection rejected because of wrong authentication.
> kcalc: Fatal IO error: client killed
>
> [xxx@ ~] ls -a .Xauth*
> 
>
> Now, when I go to the server and login directly, and do a startx,
> the x server starts fine, but there's still no .Xauthority file in
> the home directory. I find that odd.
>
> This also looks strange to me:
>
> [xxx@ ~] ps -aux | grep X
> root1470  0.0  2.7 65456 13668  v0  S 4:01PM   0:01.24
> X :0 -auth /home/xxx/.serverauth.1451 (Xorg)
>
> [xxx@ ~] ls -a /home/xxx/.serverauth*
> 
>
> How could it authenticate with a non-existent file?
>
> Any pointers in the right direction would be greatly appreciated.

I had the same problem when trying to SSH to the FreeBSD machines from Linux.
If I remember correctly, I had to make a change to ssh_config on the Linux side 
to get things to work:

Host *
  XAuthLocation /usr/bin/xauth

It might also help if you would post sshd_config on the FreeBSD side.

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


Re: xauth failure when tunneling over ssh

2008-11-12 Thread Pollywog
On Wednesday 12 November 2008 15:51:42 Elliot Isaacson wrote:

>
> #UsePAM yes
> #AllowTcpForwarding yes
> #GatewayPorts no
> #X11Forwarding yes
> #X11DisplayOffset 10
> #X11UseLocalhost yes
> #PrintMotd yes
> #PrintLastLog yes
> #TCPKeepAlive yes
> #UseLogin no
> #UsePrivilegeSeparation yes
> #PermitUserEnvironment no
> #Compression delayed
> #ClientAliveInterval 0
> #ClientAliveCountMax 3
> #UseDNS yes
> #PidFile /var/run/sshd.pid
> #MaxStartups 10
> #PermitTunnel no

Shouldn't PermitTunnel be set to yes  ?


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


Re: xauth failure when tunneling over ssh

2008-11-12 Thread Pollywog
On Wednesday 12 November 2008 18:20:00 Elliot Isaacson wrote:
> > On Wednesday 12 November 2008 15:51:42 Elliot Isaacson wrote:
> > > #UsePAM yes
> > > #AllowTcpForwarding yes
> > > #GatewayPorts no
> > > #X11Forwarding yes
> > > #X11DisplayOffset 10
> > > #X11UseLocalhost yes
> > > #PrintMotd yes
> > > #PrintLastLog yes
> > > #TCPKeepAlive yes
> > > #UseLogin no
> > > #UsePrivilegeSeparation yes
> > > #PermitUserEnvironment no
> > > #Compression delayed
> > > #ClientAliveInterval 0
> > > #ClientAliveCountMax 3
> > > #UseDNS yes
> > > #PidFile /var/run/sshd.pid
> > > #MaxStartups 10
> > > #PermitTunnel no
> >
> > Shouldn't PermitTunnel be set to yes  ?
>
> Thanks for the suggestion. PermitTunnel has something to do with
> using a specific software network loopback device, tun(4). I don't
> think it has anything to do with forwarding traffic, X11 or
> otherwise, through an ssh tunnel. Just to be sure I tried switching
> that on, but it didn't seem to help.
>
> This is a reiteration of the problem so no one has to sift though
> the archives to find it:
>
> $ xhost +
>
> $ ssh -Y 192.ip.of.freebsdserver
> Warning: No xauth data; using fake authentication data for X11
> forwarding.
>
> /usr/local/bin/xauth:

and try 'ssh -X' instead of 'ssh -Y'
I use 'ssh -X'

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


Re: xauth failure when tunneling over ssh

2008-11-12 Thread Pollywog
On Wednesday 12 November 2008 18:20:00 Elliot Isaacson wrote:
> > On Wednesday 12 November 2008 15:51:42 Elliot Isaacson wrote:
> > > #UsePAM yes
> > > #AllowTcpForwarding yes
> > > #GatewayPorts no
> > > #X11Forwarding yes
> > > #X11DisplayOffset 10
> > > #X11UseLocalhost yes
> > > #PrintMotd yes
> > > #PrintLastLog yes
> > > #TCPKeepAlive yes
> > > #UseLogin no
> > > #UsePrivilegeSeparation yes
> > > #PermitUserEnvironment no
> > > #Compression delayed
> > > #ClientAliveInterval 0
> > > #ClientAliveCountMax 3
> > > #UseDNS yes
> > > #PidFile /var/run/sshd.pid
> > > #MaxStartups 10
> > > #PermitTunnel no
> >
> > Shouldn't PermitTunnel be set to yes  ?
>
> Thanks for the suggestion. PermitTunnel has something to do with
> using a specific software network loopback device, tun(4). I don't
> think it has anything to do with forwarding traffic, X11 or
> otherwise, through an ssh tunnel. Just to be sure I tried switching
> that on, but it didn't seem to help.
>
> This is a reiteration of the problem so no one has to sift though
> the archives to find it:
>
> $ xhost +
>
> $ ssh -Y 192.ip.of.freebsdserver
> Warning: No xauth data; using fake authentication data for X11
> forwarding.
>
> /usr/local/bin/xauth:
>
>

In case you have not done so, you should also check /etc/ssh/ssh_config on the 
client machines.  I had to add something like this on my client machine which 
is Linux:

Host localhost
  HostName 127.0.0.1
  ForwardAgent yes
  ForwardX11 yes
  ForwardX11Trusted yes
  PubkeyAuthentication yes
  PasswordAuthentication yes
  Protocol 2

Host *
   ForwardAgent no
   ForwardX11 no
   ForwardX11Trusted yes
   XAuthLocation /usr/bin/xauth


If you are using gdm on the server, you might try shutting that down for 
testing.  I seem to recall having to modify some setting in gdm that had to do 
with xauth.  I did not make a note of what I did though.



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


Re: xauth failure when tunneling over ssh

2008-11-12 Thread Pollywog
On Wednesday 12 November 2008 18:58:18 Pollywog wrote:
> On Wednesday 12 November 2008 18:20:00 Elliot Isaacson wrote:
> > > On Wednesday 12 November 2008 15:51:42 Elliot Isaacson wrote:
> > > > #UsePAM yes
> > > > #AllowTcpForwarding yes
> > > > #GatewayPorts no
> > > > #X11Forwarding yes
> > > > #X11DisplayOffset 10
> > > > #X11UseLocalhost yes
> > > > #PrintMotd yes
> > > > #PrintLastLog yes
> > > > #TCPKeepAlive yes
> > > > #UseLogin no
> > > > #UsePrivilegeSeparation yes
> > > > #PermitUserEnvironment no
> > > > #Compression delayed
> > > > #ClientAliveInterval 0
> > > > #ClientAliveCountMax 3
> > > > #UseDNS yes
> > > > #PidFile /var/run/sshd.pid
> > > > #MaxStartups 10
> > > > #PermitTunnel no
> > >
> > > Shouldn't PermitTunnel be set to yes  ?
> >
> > Thanks for the suggestion. PermitTunnel has something to do with
> > using a specific software network loopback device, tun(4). I don't
> > think it has anything to do with forwarding traffic, X11 or
> > otherwise, through an ssh tunnel. Just to be sure I tried switching
> > that on, but it didn't seem to help.
> >
> > This is a reiteration of the problem so no one has to sift though
> > the archives to find it:
> >
> > $ xhost +
> >
> > $ ssh -Y 192.ip.of.freebsdserver
> > Warning: No xauth data; using fake authentication data for X11
> > forwarding.
> >
> > /usr/local/bin/xauth:
>
> In case you have not done so, you should also check /etc/ssh/ssh_config on
> the client machines.  I had to add something like this on my client machine
> which is Linux:
>
> Host localhost
>   HostName 127.0.0.1
>   ForwardAgent yes
>   ForwardX11 yes
>   ForwardX11Trusted yes
>   PubkeyAuthentication yes
>   PasswordAuthentication yes
>   Protocol 2
>
> Host *
>ForwardAgent no
>ForwardX11 no
>ForwardX11Trusted yes
>XAuthLocation /usr/bin/xauth
>
>
> If you are using gdm on the server, you might try shutting that down for
> testing.  I seem to recall having to modify some setting in gdm that had to
> do with xauth.  I did not make a note of what I did though.
If you run gdm on the server:

I checked one of my boxes which runs Linux and I have this in 
/etc/gdm/gdm.conf

UserAuthFBDir=/tmp
UserAuthFile=.Xauthority

I don't believe this was set by default, I believe it was commented out on my 
FreeBSD box and it was causing problems until I uncommented the two lines.

You might try running 'ssh -vv '  when connecting from the command 
line if you have not tried that.


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


Re: USB printer

2008-03-13 Thread Pollywog
On Wednesday 12 March 2008 19:37:47 Manolis Kiagias wrote:
> Chuck Robey wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > Gligor Lucian wrote:
> >> David Kelly <[EMAIL PROTECTED]> wrote: >On Mon, Mar 10, 2008 at 
12:59:38PM -0700, Gligor Lucian >wrote:
>  Does FreeBSD support a USB printer?
> >>>
> >>> Yes.
> >
> > You know, while there are printing utils that actually work on FreeBSD, I
> > can't personally recommend CUPS.  I keep on trying to get it to work on
> > FreeBSD efvery year or so, then I need to go over to one of my other
> > systems.  Last one I tried was an Epson Stylus C84, but I've also tried
> > HP officejets, and I just can't get locally attached printers to work
> > with cups.  I can get them to work with things like apsfilter very well,
> > but either someone is going to have to fix the Cups port (it builds, but
> > nothing locally runs) or stop recommending it.
> >
> > Or, does anyone else have it working on FreeBSD?  Sure would like to hear
> > about it, but I've been trying for a long time now, with no success.
> >
> >> Thank you very much for your answer.
> >>  All the best, Gligor Lucian.
> >>
> >>
> >>
> >> -
> >> Looking for last minute shopping deals?  Find them fast with Yahoo!
> >> Search. ___
> >> freebsd-questions@freebsd.org mailing list
> >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >> To unsubscribe, send any mail to
> >> "[EMAIL PROTECTED]"
>
> I have cups working on my system, printing on locally attached USB
> printers. I have followed the instructions in dekstopBSD wiki:
>
> http://desktopbsd.net/wiki/doku.php?id=doc:printing
>
> (though I used ports and not packages)

Did you find it necessary to recompile the kernel with ulpt disabled?

I have a HP PSC2110 "All-In-One" that I can use in Linux (printing and 
scanning) but was unable to get working in FreeBSD.  I believe part of the 
solution is to disable ulpt and recompile the kernel, but I had trouble 
getting hplip to work.  FreeBSD does not have hpoj, which is what I use in 
Linux with this printer.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Does softupdate help squid ?

2008-03-17 Thread Pollywog
On Monday 17 March 2008 19:17:58 Wojciech Puchar wrote:
> > Hello
> >
> > I'm setting up a squid cache (3.0.2) machine FreeBSD 7.0 based and I
> > wonder if softupdates could help (make it faster ) or not the cache
> > partition ?
>
> i would say it's absolutely needed.
>
> anyway - any reason to not use soft updates on every filesystem?

What exactly is a soft update?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Email problem

2008-04-04 Thread Pollywog
On Friday 04 April 2008 05:33:48 Ruel Luchavez wrote:
> Hi..
>
> I am having trouble in my email server I spend many hours but i cant fix
> it, hopeu can help me guys
> One of the account i created cant send email in any email address like
> gmail.com I created it the same settings
> with my other account but it doesnt work...is ther a problem on my sever on
> this?
>
> Your help is greatly needed...THANKS

If you are running Postfix as your MTA, I recommend the "Book of Postfix" by 
Hildebrandt and Koetter.  It also has a section on getting Courier IMAP 
working and how to get TLS working.  I refer to the book every time I need to 
configure a new Postfix setup.

See Also:

http://www.phparchitecture.com/howto_show.php?id=2

Those won't help much if you are not using Postfix or Courier IMAP.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problem In Saving "inted.conf" .

2008-04-07 Thread Pollywog
On Monday 07 April 2008 18:01:18 behnam zahabi wrote:
> Hello
> I have this problem:
> When i make change in ''inted.conf'' (delete ''#'' ) i can't save this file
> (when i want to save, it say unable to create file).
>
>   I think it happens because this file is read only, how can i disable
> this?

If you are using vi or vim to edit the file, I believe putting a ! after the 
command to save the file (do this as the root user or use sudo) will save it.
So instead of :wq in vi, use :wq!

Another way of saving the file is to do (as root)

chmod u+w /etc/inetd.conf

before you edit the file

or 

chmod 600 /etc/inetd.conf

There are many UNIX resources online as well as books that can be useful to 
you in learning UNIX commands.

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


Re: finding BSD Unix users

2008-04-08 Thread Pollywog
On Tuesday 08 April 2008 06:38:01 Ted Mittelstaedt wrote:

>
> A house with a big back deck, a big grill with a full propane tank, and a
> large cooler full of ice and beer will go a long, long way towards finding
> fellow BSD Unix users.  Put an advert on the bulletin board of your
> local community college and start your own group.
>

In case it has not been suggested, there is also something called "Meetup" 
that can help.  http://www.meetup.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Why are some linux users saying that FreeBSD is dying

2008-04-08 Thread Pollywog
On Tuesday 08 April 2008 21:32:01 E. J. Cerejo wrote:
> "FreeBSD is a dying OS because netcraft.com confirms it" that's the
> argument used some of these guys, and I'm wondering what data are they
> using to make their point!  Even netcraft is running FreeBSD and the
> uptimes section I can see quite a few running FreeBSD and not one linux!
> Is the data from netcraft reliable?

I think perhaps the Linux users who say those things are just trying to get 
people to use Linux, for political reasons and not because Linux is 
necessarily "better".
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


overnight upgrade interrupted by questions

2008-04-15 Thread Pollywog
I did 'portupgrade -aP' last night but this morning I found that one package 
had some questions for me about how I want to compile the package (wants to 
know which options I want).  This meant that no packages were compiled since 
the cups package asked questions.

Is there a way to circumvent this problem when upgrading with portupgrade?
I know how to avoid this when installing a single port but not how to avoid it 
when upgrading all available packages.


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


Re: Can't upgrade lsof

2008-04-23 Thread Pollywog
On Wednesday 23 April 2008 18:25:51 Sam Fourman Jr. wrote:
> I also have the same trouble, FreeBSD 7.0 using portupgrade -ar
>
> Sam Fourman Jr.

I had the same problem and had to remove lsof and one other package so that I 
could upgrade other packages/ports.

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


Re: Mystery Hardware Error

2008-05-04 Thread Pollywog
On Monday 05 May 2008 03:11:52 Al Plant wrote:


>
> Aloha list,
>
> I am getting the same error on FreeBSD 7 RELEASE and 8. Current as David
> is. CD's work fine.
> Anybody know what this is?

I have been getting the errors too, whenever I reboot the machine, I find them 
in the logs.  I don't burn CD's on the machine so I don't know if I could.  I 
normally do that on another machine that runs Linux.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Writing userspace device drivers

2008-05-06 Thread Pollywog
On Tuesday 06 May 2008 19:14:37 Christopher Key wrote:
> Hello,
>
> I'm wanting to write a driver for lirc to allow me to transmit IR
> signals via a Global Caché GC-100.  In essence, this requires me to
> communicate with the GC-100 via TCP in response to ioctls (received?)
> via /dev/lircX.
>
> Can anyone point me in right direction towards achieving this?  Is it
> possible to do everything in userspace?  Under Linux, there appears to
> be something called FUSD, which allows one to write userspace device
> drivers.  Is there anything similar under FreeBSD?

Do you mean FUSE?  There is FUSE for FreeBSD.  I have used it with EncFS.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Best Java 1.6 JDK for FreeBSD?

2008-05-07 Thread Pollywog
On Wednesday 07 May 2008 15:44:50 Toomas Aas wrote:
> Gunther Mayer wrote:
> > Does anybody use 1.6 in production on FreeBSD? What have your
> > experiences been?
>
> Our Tomcat-based website, which currently gets ca 75000 requests per day,
> has been running with native jdk-1.6.0.3p3 for 6 months. I haven't noticed
> any problems

I have not been using it in FreeBSD but I had to downgrade jdk to 1.5 on my 
Ubuntu machine in order to get my browsers to work correctly.  For this 
reason, I would stay away from it in FreeBSD as well, for the time being.

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


Re: Need to build a new mail server

2008-05-30 Thread Pollywog
On Friday 30 May 2008 18:09:48 Jeffrey Goldberg wrote:

> exim: If I were setting up a large complicated installation for say an
> ISP or a mail hosting system, exim is what I would use.  I've heard
> people say that they didn't understand the configuration file, but I
> don't see what the problem is.  It is straight forward and direct.
> You just need to remember that in some sections of the configuration
> file, the order of directives matter.  exim also has this built-in
> procmail replacement (exim filters) in its mail delivery.  Of course,
> sieve has largely replaced the need for this.

I have not used Exim with *BSD's but I used it with Debian at one time and it 
was easy to set up.  More recently, the configuration became complicated, at 
least with Debian.

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


Re: Looking for gurus willing to help write Freebsd tutorials

2008-06-02 Thread Pollywog
On Monday 02 June 2008 15:58:55 [EMAIL PROTECTED] wrote:

> I agree completely, it's what got me over to BSD !
>

I am a little confused.  I just see a sphere with "horns" on it that reminds 
me of the BSD daemon's head, only made to look less "demonic".  Is it 
supposed to be something else?

If it is one of those "toys" is that what FreeBSD folks really want to project 
as an image?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Cannot open /etc/termcap

2008-06-03 Thread Pollywog
On Wednesday 04 June 2008 03:10:13 Frank Shute wrote:

>
> A quick fix would be to scp /usr/share/misc/termcap from your home
> machine to ~/.termcap on the remote host.
>
> Then ssh into remote host and:
>
> $ echo "TERMCAP=$HOME/.termcap" >> ~/.ssh/environment
>
> Log out and ssh in again.
>
> Might work.

In other words, do it with a test account first, so you don't lock yourself 
out of your regular account.  I have locked myself out a few times while 
testing things.

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


Re: X11 forwarding problems in FreeBSD 6.2 - no xauth data?

2007-07-10 Thread Pollywog
On Sunday 08 July 2007 18:03:49 Pollywog wrote:
> I am having some problems with X11 forwarding. I can do X11 forwarding via
> ssh between two machines running Linux, but if I try to do this from
> FreeBSD (KDE) to either of the Linux machines, it only works if I use
> startx to start KDE on the fbsd machine (a laptop). If I start KDE from
> kdm, I get errors that go like this when I start the KDE app on the remote
> host running Linux: [EMAIL PROTECTED]:~$ kate
>  Xlib: connection to "localhost:11.0" refused by server
>  Xlib: Invalid MIT-MAGIC-COOKIE-1 key
>  kate: cannot connect to X server localhost:11.0

I just did 'ssh' to one of the Linux hosts and when the connection was made, I 
got this:

Warning: No xauth data; using fake authentication data for X11 forwarding.

Does this possibly have something to do with the problem I mentioned in my 
initial post in this thread?  I am going to Google that error and see if I 
can find something.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: X11 forwarding problems in FreeBSD 6.2 - no xauth data?

2007-07-10 Thread Pollywog
On Tuesday 10 July 2007 14:41:01 Pollywog wrote:
  
>
> I just did 'ssh' to one of the Linux hosts and when the connection was
> made, I got this:
>
> Warning: No xauth data; using fake authentication data for X11 forwarding.
>
> Does this possibly have something to do with the problem I mentioned in my
> initial post in this thread?  I am going to Google that error and see if I
> can find something.

I found out that "mcookie" generates magic cookies for xauth, but I do not 
have the mcookie command in FreeBSD, though it exists on my Debian Etch 
system and is part of the util-linux package.  If I can find mcookie or a 
command that is analogous to it in FreeBSD, I might be able to fix this 
problem:

http://rocketcalc.com/bread.php?key=22

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


gpg-agent

2007-07-10 Thread Pollywog
I have been having trouble getting gpg-agent to work. kgpg complained about 
the agent not running.  I added this to my ~/.bashrc:

GPG_TTY=`tty`
export GPG_TTY

This seems to have taken care of the problem but it only works when my default 
shell is bash.  If my shell is tcsh, it doesn't work.  This is what I have in 
my ~/.cshrc:

setenv GPG_TTY tty

Apparently this is wrong.  Any ideas as to what I can try?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gpg-agent

2007-07-10 Thread Pollywog
On Tuesday 10 July 2007 19:24:33 Matt Emmerton wrote:
> > I have been having trouble getting gpg-agent to work. kgpg complained
>
> about
>
> > the agent not running.  I added this to my ~/.bashrc:
> >
> > GPG_TTY=`tty`
> > export GPG_TTY
> >
> > This seems to have taken care of the problem but it only works when my
>
> default
>
> > shell is bash.  If my shell is tcsh, it doesn't work.  This is what I
> > have
>
> in
>
> > my ~/.cshrc:
> >
> > setenv GPG_TTY tty
> >
> > Apparently this is wrong.  Any ideas as to what I can try?
>
> I noticed that you're using backticks, so GPG_TTY gets set to the output of
> the tty command - not the text "tty" itself.
> Perhaps you want this?
>
> setenv GPG_TTY `tty`
>

Thanks, I forgot to put in the backticks.

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


Re: X11 forwarding problems in FreeBSD 6.2 - no xauth data? [SOLVED]

2007-07-11 Thread Pollywog
On Wednesday 11 July 2007 23:17:42 Albert Shih wrote:
>  Le 10/07/2007 à 14:41:01-0700, Pollywog a écrit
>
> > On Sunday 08 July 2007 18:03:49 Pollywog wrote:
> > > I am having some problems with X11 forwarding. I can do X11 forwarding
> > > via ssh between two machines running Linux, but if I try to do this
> > > from FreeBSD (KDE) to either of the Linux machines, it only works if I
> > > use startx to start KDE on the fbsd machine (a laptop). If I start KDE
> > > from kdm, I get errors that go like this when I start the KDE app on
> > > the remote host running Linux: [EMAIL PROTECTED]:~$ kate
> > >  Xlib: connection to "localhost:11.0" refused by server
> > >  Xlib: Invalid MIT-MAGIC-COOKIE-1 key
> > >  kate: cannot connect to X server localhost:11.0
> >
> > I just did 'ssh' to one of the Linux hosts and when the connection was
> > made, I got this:
> >
> > Warning: No xauth data; using fake authentication data for X11
> > forwarding.
> >
> > Does this possibly have something to do with the problem I mentioned in
> > my initial post in this thread?  I am going to Google that error and see
> > if I can find something.
>
> Check where is the xauth app on the Linux box, and make
>
>   strings sshd|grep xauth
>
> to check if it's the same path.
>
> If don't you need to fix this with
>
>   XAuthLocation
>
> in your sshd_config file on the Linux box

I tried that and it did not solve the problem, but you gave me an idea and it 
worked.

I put 'XAuthLocation ' in my ~/.ssh/config on the FreeBSD box 
and that fixed the problem for both Linux boxes; I can connect to either of 
them and run X apps.

I believe that if I do the same thing on each of the Linux boxes, I should be 
able to connect to the FreeBSD host and run X apps.

Also, instead of each user having to do the above modification, I will 
put 'XAuthLocation' in /etc/ssh/ssh_config (instead of sshd_config) globally 
and that should take care of this issue.


thank you for your help

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


Re: Mouse deamon problems.

2007-07-11 Thread Pollywog
On Thursday 12 July 2007 00:55:24 Desmond Chapman wrote:
> I am installing FreeBSD and it does not recognize the USB ports, the PS/2
> port,  or even the mouse types: Intellimouse, Microsoft Mouse,
> Generic/Auto. How do I go about enabling the mouse daemon? And yes, I have
> tried the set up. It doesn't work. I have tried Xorgcfg and Xorgconfig.
> They don't work. Note: the mouse protocols will work for Linux
> distributions.

I had similar problems and one fix was to execute sysinstall and go to the 
postinstall configuration menu and reconfigure the mouse.  That is what 
worked for me.  BTW I installed FreeBSD on a laptop and it was the touchpad 
mouse that did not work, but it works now.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: X11 forwarding problems in FreeBSD 6.2 - no xauth data? [SOLVED]

2007-07-12 Thread Pollywog
On Thursday 12 July 2007 13:59:54 Andy Greenwood wrote:

>
> I had this same problem recently on my server. the sshd_config man
> page says that the default location for xauth is /usr/X11R6/bin/xauth,
> but mine was installed as /usr/local/bin/xauth. adding
>
> XAuthLocation /usr/local/bin/xauth
>
> to my sshd_config and restarting sshd fixed it for me.


Interesting, because that was the first thing I did, but it did not solve the 
problem.  What did solve the problem was to add the same line to 
my /etc/ssh/ssh_config in the "Host *" section.

This only fixed one side of the connection, so I can connect from the FreeBSD 
host to the Linux hosts.  On the Linux hosts, I put 

XAuthLocation /usr/bin/xauth  in their /etc/ssh/ssh_config files but that did 
not fix the problem from the Linux hosts to FreeBSD.  I believe it is because 
of the way that OpenSSH was compiled on FreeBSD but I am not certain.

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


Re: www/linux-flashplayer7 - now works with SOUND on youtube

2007-07-12 Thread Pollywog
On Thursday 12 July 2007 19:35:47 RW wrote:

>
> I don't recall ever having a problem with sound on youtube with Flash7
> - the problems were with Flash9 which relies on ALSA.

Does that mean Flash9 is a no-go on FreeBSD?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ssh-copy-id

2007-07-13 Thread Pollywog
Since FreeBSD does not have ssh-copy-id as part of the OpenSSH package, what 
is the best way to copy a public key to an account on another host?  Some 
Linuxes (Debian and Ubuntu) have a ssh-copy-id script for this in their 
OpenSSH packages.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: www/linux-flashplayer7 - now works with SOUND on youtube

2007-07-13 Thread Pollywog
On Saturday 14 July 2007 00:27:40 Nikola Lecic wrote:
> On Fri, 13 Jul 2007 08:33:04 +1000
>
> "Paul Fraser" <[EMAIL PROTECTED]> wrote:
> > Actually that's not entirely true - the only "problem" is sound drops
> > out of sync almost straight away, but otherwise it works just fine.
>
> Hm, this is very strange and certainly shouldn't be so. Could you please
> share some more details? What wrapper do you use? Are there warning or
> any other messages if you run the browser from terminal?

I am not sure whether I have sound, but flashplayer only works for me in 
Firefox, not Konqueror.  I will try YouTube and then post if I have sound.


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


Re: FreeBSD-6.1 bootup hangs after power failure

2007-07-14 Thread Pollywog
On Saturday 14 July 2007 17:36:05 Tek Bahadur Limbu wrote:

>
> Thank you for your tips. I will download the FreeSBIE live CD tomorrow
> and follow it up with your suggestions.
>
> One thing I find FreeBSD very fussy and sensitive in comparison to Linux
> OSes is that whenever there is an power outage, something wrong is bound
> to happen. Maybe, it was made to happen this way but living in here over
> the other side of the world, we do have to face power outages despite
> our best efforts.

Before I installed FreeBSD, I had been using PC-BSD on the same laptop on 
which I now have FreeBSD.  I had only been running PC-BSD on the laptop for a 
little over a week, when it crashed.  I rebooted the machine and I had an 
unbootable system.   It would start to boot and then lockup as soon as KDE 
appeared, so I think the problem wasn't PC-BSD but KDE.  I then installed 
FreeBSD.  If this happens again, I will try installing gdm or xdm to see if 
that fixes the problem.

Because of your experience as described in this thread, I think I will put off 
installing FreeBSD on my desktop machines until I have an uninterruptible 
power supply (UPS) installed.  I don't know if there are certain models of 
UPS's that will work with FreeBSD better than others.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD-6.1 bootup hangs after power failure

2007-07-14 Thread Pollywog
On Saturday 14 July 2007 18:39:04 Manolis Kiagias wrote:

>
> Generally the APC UPSes work fine with FreeBSD. There is the apcupsd
> port for controlled unattended shutdowns. They work fine in Linux too
> with the same program.
> You may also find other solutions that work fine with the nutups program.
> As for failing to reboot after a power failure, you must have been
> terribly unlucky...

My crash was unrelated to a power failure.  We have lots of those in this part 
of California (Humboldt County) but this was on a laptop.  It was just a 
crash that forced me to reboot, then the machine would not start properly.

Thanks for the info about UPS's.  I will start looking around and I will be 
sure to buy one before the rains start in October.

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


Re: connecting user root with ssh

2007-07-24 Thread Pollywog
On Tuesday 24 July 2007 11:33:26 Norberto Meijome wrote:
> On Wed, 30 May 2007 02:06:38 -0700
>
> [EMAIL PROTECTED] wrote:
> > * If "root" cannot log in remotely, a cracker has to guess three
>
> guess or brute force - so  quite long random passwords (or ssh keys) are
> extremely recommendable.
>
> >   things to obtain root access, instead of just one:
> >
> >   + A valid username which is in the "wheel" group;
> >   + That user's password;
> >   + The root password.
>
> that is assuming, of course, that the user your just logged in with belongs
> to wheel.

If one must allow root logins via ssh, I recommend in sshd_config:

PermitRootLogin without-password

This will force the use of a passphrase and disallow root login with just a 
password.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ssh X11 forwarding not working on FreeBSD 6.2

2007-07-24 Thread Pollywog
On Tuesday 24 July 2007 15:59:22 Terry Todd wrote:
> I have installed Xming successfully on a Windows XP system.
> It works OK to a FC6 system and an older UNIXware system.
>
> However when trying to connect to a FreeBSD 6.2 system with PuTTY
> ssh it doesn't work.  PuTTY has Enable X11 forwarding checked.

When I saw this post, I thought it was mine, because I am having the same 
problem, but only in FreeBSD and not Linux and my configurations on both are 
very much the same (for sshd).

I am also unable to use port forwarding in vnc (fbsd 6.2) but I am not certain 
whether this is related to the X11 Forwarding issue or if it is something 
unrelated.  SSH complains that it cannot use the designated port (I have 
tried different ports.

BTW I can do SSH port forwarding from my fbsd computer (client) to Linux 
(server) but cannot do this from Linux to fbsd.

I changed 
X11DisplayOffset 10
to
X11DisplayOffset 1

as mentioned in another post in this thread but that did not help.

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


Re: ssh X11 forwarding not working on FreeBSD 6.2

2007-07-24 Thread Pollywog
On Tuesday 24 July 2007 18:30:59 Lowell Gilbert wrote:
> I would guess that it's an xauth(1) problem.
> Make sure that XAuthLocation is set ,in sshd_config(5), to the right
> path for the xauth executable (probably /usr/local/bin/xauth, if
> you've done the update to X.Org 7.2.
>
> That's just a shot in the dark, though; the most certain way of
> finding the problem is to increase the verbosity of sshd's logging,
> and see what it thinks is wrong.

Indeed, setting XAuthLocation is what allowed me to connect FROM fbsd to Linux 
but I still can't connect from Linux to my FreeBSD computer.

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


Re: Can't burn cds

2007-07-26 Thread Pollywog
On Friday 27 July 2007 02:38:31 Paul Schmehl wrote:
> --On July 27, 2007 2:07:47 AM +0000 Pollywog <[EMAIL PROTECTED]>
>
> wrote:
> > I had trouble getting CD burning to work, but the FreeBSD Handbook had
> > the  info I needed to get it to work.  I had to modify my fstab and in
> > order to  use k3b, I had to mount the CD on the command line first.  It
> > won't work if  the CD is not mounted first, it's not as easy as it is in
> > Linux, but it  works.
>
> Thanks a lot.  You've made me feel like a complete idiot.  :-)
>
> I'll try it tomorrow, but I'm pretty certain that is precisely what my
> problem was.  The fact that I didn't think of it is rather embarrassing.
>

Well don't feel that way yet because I might be wrong and it might be 
something else that is causing the problem you are having.   :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't burn cds

2007-07-26 Thread Pollywog


I had trouble getting CD burning to work, but the FreeBSD Handbook had the 
info I needed to get it to work.  I had to modify my fstab and in order to 
use k3b, I had to mount the CD on the command line first.  It won't work if 
the CD is not mounted first, it's not as easy as it is in Linux, but it 
works.

The pertinent sections of my fstab:

/dev/acd0   /cdrom  cd9660  ro,noauto   0   0
/dev/cd0  /usr/home/pollywog/cdrom  cd9660  ro,noauto,nodev,nosuid  0  0

I also had to add myself (my username) to the operator group.  To make it more 
convenient, I added an alias in my ~/.bash_aliases:

alias mountcd='mount -t cd9660 /dev/acd0 ~/cdrom'
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Xvnc query to gdm failing

2007-07-27 Thread Pollywog

> sudo find / | grep gdm.conf
>
> yields nothing. Where is it storing its settings if not in gdm.conf?

Did you check /usr/local/etc/gdm/  ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: oops, what have i done!

2007-07-28 Thread Pollywog
On Saturday 28 July 2007 20:23:16 Erik Trulsson wrote:

> Short answer:  It is perfectly normal.  Don't worry.
>
>
> Longer answer:
>
> The reason you have all of them installed is that some ports need one of
> them, and others need another one etc.
> It is perfectly safe to have all of them installed at the same time.
>
> You can delete any or all of them if you wish, but don't be surprised if
> they get pulled in again by one port or another.

In Linux, I occasionally have compiling problems when I have two versions of 
automake installed.  Removing the ones that are not needed fixes the problem.



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


Re: what triggers "you have mail"

2007-08-02 Thread Pollywog
On Thursday 02 August 2007 15:43:36 David Banning wrote:
> On Thu, Aug 02, 2007 at 11:05:47AM +1000, Terry Sposato wrote:
> > Hi David,
> >
> > It is most likely coming to your mailbox setup. You can create an alias
> > for it to be delivered appropriately to your maildir.
>
> Do what configuration file is that? The only files I use are ~/.muttrc
> and ~/.mailcap

You can create the alias in /etc/aliases
After you have done it, you run "newaliases" as root.

If you are running Postfix, you can modify the aliases file specified in your 
main.cf and then run "postalias" on the file.

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


Re: Convince me, please!

2007-08-08 Thread Pollywog
On Thursday 09 August 2007 04:22:26 Latitude wrote:
> I'm interested in changing over to FreeBSD from Windows, but I'll have
> to say, you guys don't really present a forceful argument to Windows
> users of how easy the switch may be.  I get knee-deep in FreeBSD jargon
> the second I get to your webpage. I need to see an overwhelming argument
> that FreeBSD is a perfectly acceptable alternative for home desktop
> users who have previously known only Windows.
>
> For instance, if I download and install FreeBSD, will I instantly have a
> desktop windowing environment that I can navigate in while I figure out
> what's going on?  Will I have a browser and way to setup an internet
> connection right off the bat?  How will I migrate files from other
> operating systems?
>
> I understand you guys have been around for a while, but you don't seem
> to understand the monumental "fear" involved in switching operating
> systems.  You need to address those concerns head on from the start.  I
> need to see several screenshots of apps that I can use as alternatives
> to what I have.
>
> Help me (and yourselves) out.

I hope I do not get flamed for saying this...

I am a new arrival to *BSD though I have used Linux for ten years.  I think 
that if you want a working system right off the bat, PC-BSD or DesktopBSD 
would be a better introduction for you.

I liked PC-BSD and found it as easy to install as Xandros or Linspire or 
Freespire Linuxes.  I mention those because those Linuxes are easy to 
install.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How do I make install clean a port in the background

2007-08-10 Thread Pollywog
On Friday 10 August 2007 01:29:02 Valentin Bud wrote:



>
> A good ideea would be to build screen static. In case you
> update your system, it is possible that the libraries on which screen
> depends might be deleted. To do so
> # make CONFIGURE_ENV=LDFLAGS="-static" build
> # make install
> that will create a binary screen which is not dynamically linked with the
> libraries.
> and of course don't forget man screen

This is a good idea.  I used screen once when updating the system remotely and 
I was locked out because of some libraries problem.  I had to physically go 
to the machine to get back in and finish what I was doing.

Thanks for the tip.  I know I will be making use of it.

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


ldap server and client conflicts, with Postfix and Courier in the mix

2007-08-10 Thread Pollywog
I want to install the LDAP server but it complains that it conflicts with LDAP 
client:

===>  openldap-server-2.3.37 conflicts with installed package(s):
  openldap-client-2.3.37

However, attempting to remove the client to make room for the server results 
in another complaint:

pkg_delete: package 'openldap-client-2.3.37' is required by these other 
packages
and may not be deinstalled:
courier-authlib-ldap-0.59.3
postfix-2.4.5,1


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


Re: Share folder over internet

2007-08-16 Thread Pollywog
On Thursday 16 August 2007 21:39:25 Laszlo Nagy wrote:

> Now I'm starting to loose my enthusiasm about FreeBSD!
>
> - sshfs works for Linux, but not for FreeBSD, although ssh is open
> source and well documented. The guy who developed it says that he could
> not implement fuse very well because the source code of the FreeBSD
> kernel is a mess, can this be true?

I was told the same thing, in regard to Fuse.  It also does not compile in 
FreeBSD 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: Share folder over internet

2007-08-16 Thread Pollywog
On Friday 17 August 2007 04:11:17 Dan Nelson wrote:
> In the last episode (Aug 17), Pollywog said:
> > On Thursday 16 August 2007 21:39:25 Laszlo Nagy wrote:
> > > Now I'm starting to loose my enthusiasm about FreeBSD!
> > >
> > > - sshfs works for Linux, but not for FreeBSD, although ssh is open
> > > source and well documented. The guy who developed it says that he
> > > could not implement fuse very well because the source code of the
> > > FreeBSD kernel is a mess, can this be true?
> >
> > I was told the same thing, in regard to Fuse.  It also does not
> > compile in FreeBSD 6.2
>
> Neither the sysutils/fusefs-sshfs nor the sysutils/fusefs-kmod ports
> are marked BROKEN.  If they don't compile on your system, have you
> submitted a PR?

The maintainer of the fuse-encfs port was aware of the problem and said it was 
due to the state of some kernel code, if I remember correctly.


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


installing/using phpMyAdmin

2007-08-17 Thread Pollywog
I am running FreeBSD 6.2 and I installed phpMyAdmin from ports, but when I put 
http://hostname/phpMyAdmin in a browser, I get "the requested URL was not 
found..."

Is some additional configuration required or is the problem that I can only 
access phpMyAdmin from localhost?  I have not tried that yet so I don't know 
if that would work either.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


fusefs-encfs now compiles in 6.2

2007-08-17 Thread Pollywog
Someone suggested I try to compile encfs again and since I updated my system 
two days ago, I tried again and fusefs-encfs now compiles.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


question about reporting bugs

2007-08-17 Thread Pollywog
I have a problem with the jabberd port in FreeBSD 6.2.
The script apparently is not being executed on boot, though it works if 
executed manually.  Who gets the bug report, the porter?  Is the porter the 
person named for the port at FreshPorts?

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


Re: installing/using phpMyAdmin

2007-08-17 Thread Pollywog
On Friday 17 August 2007 17:25:46 Matthew Seaman wrote:

> Yes, there is some more configuration to do.  First of all you need
> to make phpmyadmin appear at an appropriate place in your web tree.
>  That's what the package message is all about -- which you can see
> again by:
>
> pkg_info -Dx phpMyAdmin
-- cut 

Thank you all the information.  I was not sure what the problem might be, 
since in Debian Linux and Ubuntu, no further configuration is required.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: repo-copy (CVS): What dows it mean?

2007-08-17 Thread Pollywog
On Friday 17 August 2007 23:45:36 Harald Schmalzbauer wrote:
> Hello,
>
> english is not my native language so I need some help to understand what
> people mean when they talk about "repo-copy".
> I often see that in CVS logs.
> My standard dictionary couldn't help this time... :(
>

repository copy:

http://www.unixguide.net/freebsd/faq/16.18.shtml

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


Re: question about reporting bugs

2007-08-18 Thread Pollywog
On Saturday 18 August 2007 16:15:53 Nikola Lecic wrote:
> On Fri, 17 Aug 2007 16:53:27 +
>
> Pollywog <[EMAIL PROTECTED]> wrote:
> > I have a problem with the jabberd port in FreeBSD 6.2.
> > The script apparently is not being executed on boot, though it works
> > if executed manually.  Who gets the bug report, the porter?  Is the
> > porter the person named for the port at FreshPorts?
>
> Hello,
>
> Do you have
>
>   jabberd_enable="YES"
>
> in /etc/rc.conf?

Yes, I have that, but the startup script only works when executed manually.

>
> If you are sure that's a bug, the porter of net-im/jabberd is
> [EMAIL PROTECTED]:
>
>   http://www.freebsd.org/cgi/ports.cgi?query=jabberd-2.1.12
>
> In general, please read
>
>   http://www.freebsd.org/doc/en_US.ISO8859-1/articles/problem-reports/
>
> and send-pr(1) manpage.
>
> Nikola Lečić

Thank you for the information.

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


problem with supfile

2007-08-18 Thread Pollywog
Someone please tell me why my supfile is not working.  I think the problem is 
the tag but I am unsure why:

*default host=cvsup2.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_6_2
*default delete use-rel-suffix

# If you seem to be limited by CPU rather than network or disk bandwidth, try
# commenting out the following line.  (Normally, today's CPUs are fast enough
# that you want to run compression.)
*default compress

# This collection retrieves the www/ tree of the FreeBSD repository
#www
ports-all
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem with supfile

2007-08-18 Thread Pollywog
On Saturday 18 August 2007 19:47:21 Manolis Kiagias wrote:
> Pollywog wrote:
> > Someone please tell me why my supfile is not working.  I think the
> > problem is the tag but I am unsure why:
> >
> > *default host=cvsup2.FreeBSD.org
> > *default base=/var/db
> > *default prefix=/usr
> > *default release=cvs tag=RELENG_6_2
> > *default delete use-rel-suffix
> >
> > # If you seem to be limited by CPU rather than network or disk bandwidth,
> > try # commenting out the following line.  (Normally, today's CPUs are
> > fast enough # that you want to run compression.)
> > *default compress
> >
> > # This collection retrieves the www/ tree of the FreeBSD repository
> > #www
> > ports-all
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "[EMAIL PROTECTED]"
>
> Since this is obviously a ports-supfile, are you sure you want to cvsup
> the RELENG_6_2 ports;
> These refer to the ports tree at the exact point when 6.2 was released.
> You already have them, you installed that ports tree from your CDROM
> during installation.
> Instead, you probably need a line like:
>
> *default release=cvs tag=.
>
> to get the latest available ports.

Thanks, that has to be it, because on my laptop, I have it as above and it 
works.  The problem is that when I updated src-ports with a similar supfile, 
I ended up with FreeBSD 7 on the laptop.

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


Re: problem with supfile

2007-08-18 Thread Pollywog
On Saturday 18 August 2007 20:26:53 Manolis Kiagias wrote:

>
> I suggest you read the example files in /usr/share/examples/cvsup. You
> will get it instantly.

Thanks.  I do get it now, after reading your post and looking at the sample 
files.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: installing/using phpMyAdmin

2007-08-19 Thread Pollywog
On Sunday 19 August 2007 12:45:24 vuthecuong wrote:
> Pollywog wrote:
> > I am running FreeBSD 6.2 and I installed phpMyAdmin from ports, but when
> > I put http://hostname/phpMyAdmin in a browser, I get "the requested URL
> > was not found..."
> >
> > Is some additional configuration required or is the problem that I can
> > only access phpMyAdmin from localhost?  I have not tried that yet so I
> > don't know if that would work either.
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "[EMAIL PROTECTED]"
>
> Did you alias phpmyadmin in httpd.conf (or lighttpd.conf)?

I did but I think there is another problem somewhere, so for the time being I 
will do without phpMyAdmin in FreeBSD.

thanks




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


Re: installing/using phpMyAdmin

2007-08-19 Thread Pollywog
On Sunday 19 August 2007 15:02:04 Gerard wrote:
> On August 19, 2007 at 10:01AM Pollywog wrote:
> > I did but I think there is another problem somewhere, so for the time
> > being I will do without phpMyAdmin in FreeBSD.
>
> Could you post the relevant portions of the httpd.conf file?
>
> I have the following in mine and phpMyAdmin works fine.
>
> 
> #
> # ScriptAlias: This controls which directories contain server scripts.
> # ScriptAliases are essentially the same as Aliases, except that
> # documents in the target directory are treated as applications and
> # run by the server when requested rather than as documents sent to the
> # client.  The same rules about trailing "/" apply to ScriptAlias
> # directives as to Alias.
> #
> Alias /phpmyadmin/ "/usr/local/www/phpMyAdmin/"
>
 <--   Should the part below be above this tag?
>
> 
>Options none
>AllowOverride Limit
>Order Deny,Allow
>Deny from all
>Allow from 127.0.0.1 192.168.1.102
> 
>
> You would undoubtedly have to modify your 'Allow from' line to
> accommodate your system.

I think where I went wrong is the configuration part that involves running a 
script in the browser.  in /usr/local/www/phpMyAdmin/scripts/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: installing/using phpMyAdmin

2007-08-19 Thread Pollywog
On Sunday 19 August 2007 23:32:58 vuthecuong wrote:

> You can try by adding slash (/) ad the end of above url
> it will be looked like:
> http://hostname/phpMyAdmin/

Thanks, I tried that one too.  I am certain it's my configuration.
I will have a look at some tutorials, and I am almost certain the problem is 
not in the web server configuration but in my configuration for phpMyAdmin 
itself.


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


Re: spammers harvesting emaill address from this list

2007-08-23 Thread Pollywog
On Thursday 23 August 2007 21:37:53 dgmm wrote:

>
> So rather than look for multiple methods to reduce the amount of incoming
> to *my* address I should just accept it all and filter it locally?
>
> That seems rather irresponsible to me,  ANy method which can help stop it
> source appeaers on the face of it to be a better solution.

I suggest you use a different email address for your mailing list 
subscriptions.  You can filter so that any mail that does not come from a 
known list server is sent to /dev/null.  Of course it will mean that any 
replies sent to you off-list would be lost but it would for the most part fix 
the spam problem.

Don't let the spammers frustrate you :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: spammers harvesting emaill address from this list

2007-08-23 Thread Pollywog
On Friday 24 August 2007 00:22:12 Danny Pansters wrote:
> I don't want to hijack this, erm, thread, but I get loads of spam (my mail
> goes through a hosting provider, I (post-)filter locally) and a significant
> part of it is loaded with technical terms, even FreeBSD specific. I suppose
> it's meant to confuse filters. Do other folks get this too?

I get a lot of that.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: harassed by mplayer on FreeBSD-6.1-R amd64

2007-08-24 Thread Pollywog
On Friday 24 August 2007 15:33:19 [EMAIL PROTECTED] wrote:
> Hi, everybody...I've downloaded mplayer but there is not a graphical
> interface... and how do I configure it?

I have used it in Linux and I know that in Linux, to have a graphical 
interface, one has to specify that during "configure", before compiling.
The command for the graphical interface is "gmplayer".  Try that and see if 
you already have the gui installed.

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


Re: List of legal Wireless bands

2007-08-26 Thread Pollywog
On Sunday 26 August 2007 17:15:35 Steven wrote:
> Hi I am looking for a list of wireless bands and sub bands that can be
> freely used for a private home network.

I believe that would depend on the country of one's residence.  What is legal 
in one country might run one afoul of the law (and their neighbors) in 
another.

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


Re: Important Message...

2007-08-30 Thread Pollywog
On Thursday 30 August 2007 15:24:23 Glen Barber wrote:
> I must reply to about 25 of these per week... but I never hear anything
> back.

Why would you reply to them?  You will just get added to more of their lucky 
lottery lists and maybe get the list added too.

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


Re: doubts about the freebsd devil

2007-08-31 Thread Pollywog
On Friday 31 August 2007 15:32:26 Jerry McAllister wrote:

>
> There will also probably be loads of people replying to tell you
> that it is not a devil but a character representing a daemon that
> is a helpful sprite and that it is not a logo, but a mascot.

I think that is much less different than the difference between a toad and a 
frog.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: wpa_supplicant question

2007-09-01 Thread Pollywog
On Saturday 01 September 2007 15:07:46 Mel wrote:
> On Saturday 01 September 2007 16:47:49 Xihong Yin wrote:
> > Thanks, I thought it was the problem of the argument. But I still can not
> > connect to my Access Point using wap_supplicant while I can connect by
> > 'ifconfig'. It always connects to a different network which is in the
> > previous DHCP leases. But this network is not what I specified in my
> > /etc/wap_supplicant.conf file.
> >
> > My /etc/wap_supplicant.conf looks like this:
> >
> > network={
> >ssid="home"
> >key_mgmt=NONE
> >wep_key1=1234567890
> >wep_tx_keyidx=1
> > }
>
> Unless that's a typo, it would be /etc/wpa_supplicant not wap.
> Also make sure you don't specify the 0x in wep_key1. Also try wep_key0 and
> wep_tx_keyidx=0. It automagically worked for me on one install.
>
> That said, I don't have much luck with wpa_supplicant either, some cards it
> works some cards it doesn't and the output isn't very informative. Recently
> `ifconfig ath0 up scan' seems to make all network traffic stop, even if
> you're connected through a wire.

Would one use a WEP key in /etc/wpa_supplicant.conf  ?
Mine looks like this and I have a laptop with built-in Ralink rt2500
 
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel

network={
ssid="myssid"
key_mgmt=WPA-PSK
psk=12345979374andalotorletterstoo
}






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


  1   2   >