Re: audiophiles - mp3 question

2002-11-29 Thread Jim Durham
On Fri, 29 Nov 2002, Jim Arnold wrote:

> At 11:37 AM -0800 11/28/02, chip wiegand wrote:
> >I know how to rip cd tracks to mp3 format, but what do I do to go the
> >other way - .mp3 to cd format so they can be played in my car stereo
> >which doesn't play .mp3's? Is this possible?
>
> You can also use XMMS to do this. As per the handbook at
> http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/sound-mp3.html:
>

Just a little nit to pick. Some of the cd burning programs in ports put a
little "tick" at the beginning of the cut if you use wave files. This is
apparently the wave header getting detected as audio on the playback.

What you really want is raw 44100 pcm files, which you can easily get
from 'sox' with  'sox inputfile.wav outputfile.raw'. Then use these
to make your cd with no 'ticks'. You do this, of course, after using
xmms or lame or whatever to make the .wav files.

If you compare the .wav and the .raw files, you will see that 44 bytes
are missing..that's the 'tick'. You may not even care about this, but
it was making me crazier.

BTW 'audacity' will input wavs, raw and mp3 and output your choice and
let you edit them to boot.

-Jim



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



Re: crontab -e

2002-12-05 Thread Jim Sander
> */15*   *   *   *   root  /usr/libexec/rs2 >> /var/log/rs.log

   That's the format for /etc/crontab - not user crontabs. Normal users
(including root) don't have to and in fact are prohibited from specifying
a user to run their jobs under. Try this...

'*/15*   *   *   *   /usr/libexec/rs2 >> /var/log/rs.log'

-=Jim=-

P.S.  Yes, there's a small difference between /etc/crontab and
  /var/cron/tabs/root - it's important to understand that.




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



Re: Hubs and switches (was: uninformed qstn...)

2002-12-15 Thread Jim Arnold
At 10:07 PM -0800 12/12/02, Gary D Kline wrote:

	Hi People,
	Before I (potentially) throw aay some bills, I thought I'd
	ask the hardware-savvy if there is any appreciable difference
	between makes of hubs.

	After 5 years I am getting ready to move up to a 10/100 RJ-45
	hub.  I've got  a 5-port Linksys (always had good luckwith
	Linksys); thinking of buying an 8-port 10/100 Linksys for
	around $50.   Would buying a non-name-brand clone do the same
	job?


I finally got a few hundred bucks to switch our small office over 
from hubs to switches. We only have about 12 computers on our 
network. I wound up buy D-Link switches from NewEgg, a 16 port, 
several 5's and several 8-port switches. All told it was around $350.

As a test I created a 100 MB file. With the hubs in place it took 119 
seconds to transfer that file from one BSD box to another on the 
network. After replacing the hubs with the switches it took 9 seconds 
to transfer the same file! With each test I transferred the file 
three times to check for variances, which there were none.

--Jim

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


Re: once last try

2002-12-23 Thread Jim Arnold
# [EMAIL PROTECTED] / 2002-12-23 03:23:36 -0800:

 OK. I have tried unsuscribing to this mailing list and
 re-subscribing to it and then sending e-mails to it to
 test but my e-mails never make it. I know this e-mail
 will make it to the list but this account is not the
 one im having problems with. I'm having problems with
 my POP account. if someone could help me figure out
 what the problem is i would appreciate it. I dont get
 any error messages back either when i try to send

 > e-mails to this list from my POP account.



I have the same problem as you. I am no longer able to send questions 
in via my regular POP account. It suddenly stopped working a few 
months back as far as I can tell. Once I unsubscribed from the list I 
could THEN post a question.

I use RoadRunner cable modem but use my work email address as the 
return email address.  Roman, are you saying that's why I cannot post 
to the list?

I don't see how this helps fight spam if I can post to the list from 
an account that is no longer subscribed to the list. Plus, I have to 
believe there are many, many people like me who use their work email 
addresses as their return email address from other ISP's

Now I have to jump through flaming hoops of fire so I can both 
subscribe to the list and post to it.

Guess I'm not buying into this theory...

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


Re: once last try

2002-12-24 Thread Jim Arnold
is your outside IP static, or DHCP?

static:
   
a) 1. put hostname="a11d015.neo.rr.com" in /etc/rc.conf
   2. let postfix get it from gethotname()
b) 1. leave /etc/rc.conf as it is
   2. put myhostname = a11d015.neo.rr.com in
  $config_directory/main.cf

DHCP:

can't really help, but ISTR the DHCP client can update it's hostname
from the server. if this is true:

1. configure DHCP to update the hostname from the server
2. put myhostname = a11d015.neo.rr.com in $config_directory/main.cf

but I might be on crack.


Roman,

I put a11d015.neo.rr.com as my hostname in Postfix and everything 
seems to work well, except I tried to subscribe to the questions list 
with this new setup but it doesn't seem to work. I get a response 
from majordomo saying that it is sending another email to my address 
as an authorization key but that email never arrives.

Any ideas?

Thanks,
Jim



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


Re: procmail and anti-spam

2002-12-29 Thread Jim Mock
On Sunday, December 29, 2002, at 08:12  AM, dick hoogendijk wrote:

Hello,


Hi,


It need not be state-of-the-art, but a good .procmailrc-file that
filters a lot of spam would come in very handy.

Does any of you have such a file and would you be willing to share it
with me (us?).

Links to procmail and anti-spam would also be welcome.


Take a look at spamprobe in /usr/ports/mail/spamprobe.  It uses 
Bayesian analysis and catches about 99% of the spam I get (and I get a 
*ton*).  Also see http://sourceforge.net/projects/spamprobe/ for more 
information.

- jim

--
jim mock[EMAIL PROTECTED]


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


Re: procmail and anti-spam

2002-12-30 Thread Jim Mock
On Monday, December 30, 2002, at 04:05  AM, dick hoogendijk wrote:

Take a look at spamprobe in /usr/ports/mail/spamprobe.  It uses
Bayesian analysis and catches about 99% of the spam I get (and I get 
a *ton*).  Also see http://sourceforge.net/projects/spamprobe/ for 
more information.

Everybody who reacted I say "thank you!"
I'm gonna try a few filter programs to see what does the job best.
Beginning with spamassassin (of maybe spamoracle or spamprobe).

In all cases I have to adjust the local mailer statement in my
sendmail. It runs the way it came out-of-the-box (fbsd-4.7R)
Local mail is *not* delivered by procmail by default.

I think I have to put the following lines into sendmail.mc

define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')
FEATURE(local_procmail,`',`procmail -t -Y -a $h -d $u')
MAILER(procmail)dnl

Am I right about this or do I put them in submit.mc?


Spamprobe doesn't require any changes to sendmail, you only need to 
tweak your .procmailrc.

- jim

--
jim mock[EMAIL PROTECTED]


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


Re: Multimedia question

2002-12-30 Thread Jim Mock
On Sunday, December 29, 2002, at 11:36  PM, Thomas Connolly wrote:

Can anyone recommend a good mpeg, avi, media player?  Perhaps a 
Mozilla plug-in that works with FreeBSD?

The smpeg-xmms works well for mpegs.  For avis, check out avifile.  
Both are in /usr/ports/graphics.

- jim

--
jim mock[EMAIL PROTECTED]


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


Re: once last try

2002-12-30 Thread Jim Arnold
 > I put a11d015.neo.rr.com as my hostname in Postfix and everything
 > seems to work well, except I tried to subscribe to the questions list
 > with this new setup but it doesn't seem to work. I get a response
 > from majordomo saying that it is sending another email to my address
 > as an authorization key but that email never arrives.
 >
 > Any ideas?

 Hmm... What's in a11d015.neo.rr.com:/var/log/maillog ?


When I send an email to majordomo this is in the log:

Dec 30 09:33:57 spike postfix/smtp[63074]: AEE193690:
to=<[EMAIL PROTECTED]>, relay=smtp-server.neo.rr.com[65.24.7.36],
delay=2, status=sent (250 2.0.0 gBUEXsTp003928 Message accepted for
delivery)


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



Obtaining ports collection

2003-06-20 Thread Jim Xochellis
Hi List,

I have a very slow connection an I want to update the ports collection 
of my FreeBSD 4.7(i386) Release box. Somehow I have managed to download 
the collection from the 
"ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports.tar.gz"; and 
I have expanded it into a new "/usr/ports/" directory, renaming my old 
collection to "/usr/ports.bak/" To you think that this "trick" will 
actually work, or am I violating some rules? Is the ports collection of 
the "current" branch appropriate for my FreeBSD 4.7 box or not? Is 
there any other link from  were I should download a more appropriate 
ports collection?

Thank you very much for your time
Jim Xochellis
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Obtaining ports collection

2003-06-20 Thread Jim Xochellis
Hi Simon, Hi list

Many thanks for your fast and helpful reply,

Regards,
Jim Xochellis
On Friday, June 20, 2003, at 02:11 PM, Simon Barner wrote:

Hi,

I have a very slow connection an I want to update the ports collection
of my FreeBSD 4.7(i386) Release box. Somehow I have managed to 
download
the collection from the
"ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports.tar.gz"; and
I have expanded it into a new "/usr/ports/" directory, renaming my old
collection to "/usr/ports.bak/" To you think that this "trick" will
actually work, or am I violating some rules?
While this will of course work, there is no need to download the whole
collection via ftp. CVSup might have been a faster alternative:
   http://www.freebsd.org/handbook/cvsup.html

As a supfile, you should use modified copy of
/usr/share/examples/cvsup/ports-supfile
You can als re-use your source tar-balls from you old ports tree (the
are in /usr/ports.bak/distfiles now
More information about the p.c. can be found here:

   http://www.freebsd.org/handbook/ports-using.html

Is the ports collection of
the "current" branch appropriate for my FreeBSD 4.7 box or not?
Yes, there is only a current branch of the ports collection. While it 
is
recommended to use a -STABLE box with an up-to-date p.c., most of the
ports should work on your 4.7 box.

Simon

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


About Patches

2003-06-23 Thread Jim Xochellis
Hi List,

I need to apply some security patches to my FreeBSD(i386) 4.7-RELEASE 
box and I am concerned about the possibility that I could actually harm 
my system while trying to apply this patches. (I am not a Unix guru 
actually)

1) Do I have to apply the security patches in a specific order?
2) Is there a chance were a patch requires a previous one? (In my case 
some patches are not applicable)
3) What if the code is not in the state that the patch requires? (For 
instance if I have updated that port)
4) Are the patches clever enough to protect me from harming my system?
5) Is there a safe way to undo a patch?

Thank you very much for your time
Jim Xochellis
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: About Patches

2003-06-23 Thread Jim Xochellis
Many thanks Matthew, you have been very helpful.

Regards,
Jim Xochellis
On Monday, June 23, 2003, at 12:44 PM, Matthew Seaman wrote:

On Mon, Jun 23, 2003 at 11:54:54AM +0300, Jim Xochellis wrote:
Hi List,

I need to apply some security patches to my FreeBSD(i386) 4.7-RELEASE
box and I am concerned about the possibility that I could actually  
harm
my system while trying to apply this patches. (I am not a Unix guru
actually)
Fear not: security patches are very well tested and should do what
they claim without unpleasant side effects.  Even if there were
problems with a patch in the early stages, it would soon be detected
and corrected -- as there hasn't been a security patch since
FreeBSD-SA-03:07.sendmail at the end of March, I don't think you have
to worry on that score.
1) Do I have to apply the security patches in a specific order?
Preferably in the order that they were issued, although you can
probably get away with a different order for patches that apply to
distinct parts of the sources.
2) Is there a chance were a patch requires a previous one? (In my case
some patches are not applicable)
Source patches will generally be made against the previous patch level
of which ever release branch is involved.  So, yes, you will have to
apply pre-requisite patches in some circumstances.  Any necessary
prerequisites will be documented in the advisory: Eg. see
 
ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA- 
03%3A06.openssl.asc

which states:

2) To patch your present system:

The following patches have been verified to apply to FreeBSD 4.6,  
4.7,
and 5.0 systems which have already been patched for the issues  
resolved
in FreeBSD-SA-03:02.openssl.

3) What if the code is not in the state that the patch requires? (For
instance if I have updated that port)
FreeBSD security advisories generally only apply to the base system,
and patches will only be issued for the system sources.  Security
problems to do with ported software are usually announced via security
notices.  In general, you should use cvsup(1) to update your ports
tree and a tool like portupgrade(1) to update any ports software.
Note that ports don't follow the same -CURRENT, -STABLE, -RELEASE
structure as the system sources.  At most, all that happens is the
ports tree will be tagged in CVS as a record of it's state when a
particular release was made.  When updating, you should simply aim to
install the latest available versions of ported software.
In fact, as a general mechanism to keep your system sources up to
date, I'd recommend that you use cvsup(1) to track the RELENG_4_7
branch.  This will effectively act as an automated mechanism to apply
the same security patches as released separately, but with less chance
of operator error.  See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
for instructions -- you should base any supfile you use on
/usr/share/examples/cvsup/standard-supfile, which apart from not
specifying which cvsup server to use is pretty much all you need to
keep your 4.7-RELEASE sources up to date.  (The ports-supfile in the
same directory will do the equivalent for the ports sources.)
4) Are the patches clever enough to protect me from harming my system?
No.  You need to take care and think about what you're doing while
updating the system.  Having said that, the patches aren't unduely
difficult to use, and if you follow the instructions you'll be just
fine.
5) Is there a safe way to undo a patch?
Make sure you have good backups, which you have tested to ensure you
can recover the system.
	Cheers,

	Matthew

--
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH  
UK

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


Re: About Patches

2003-06-24 Thread Jim Xochellis
Hi,

On Monday, June 23, 2003, at 11:48 PM, D J Hawkey Jr wrote:

In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] writes:
Hi List,

I need to apply some security patches to my FreeBSD(i386) 4.7-RELEASE
box and I am concerned about the possibility that I could actually 
harm
my system while trying to apply this patches. (I am not a Unix guru
actually)
Is there any particular reason you don't want to use cvsup(1) against
the "security" or "current" branches? Release 4.7 is still supported by
the Security Team, after all. See the Handbook if you don't know what
this means.
Recompiling the whole system seems a little scary to me, but I thing 
that I am going to do it anyway!

1) Do I have to apply the security patches in a specific order?
Sometimes, yes, sometimes, no. It will depend on whether any one source
module has been updated (or not, more to the point) before.
2) Is there a chance were a patch requires a previous one? (In my case
some patches are not applicable)
Yup; see above, especially where the kernel is concerned. Even if a 
patch
is for source a module that has never been patched before, it might 
depend
on function asdf() in another source module being "proper" from it's 
(the
patch's) own point-of-view.

3) What if the code is not in the state that the patch requires? (For
instance if I have updated that port)
Um, this is a tricky question. The answer could go either way. The 
nasty
situation is when a source module isn't current enough for the patch to
apply, but it should have the patch's functionality.

4) Are the patches clever enough to protect me from harming my system?
Yes. If you use the patch(1) utility judiciously (correctly?), it 
can/will
rename the existing file(s) being patched to *.bak.

The script(1) utility is a Good Thing(tm) if you're patching things in 
an
ad hoc manner; it'll let you "go back" further than the scroll-back of 
a
console or xterm to see what was actually done.

5) Is there a safe way to undo a patch?
Yup; see above. The patch(1) utility also understands "reverse 
patches",
though I've not used that functionality.

Note: I'm not a developer or committer. I'm just another hack who has 
some
experience doing this sort of thing. I have a web page for patching 
EOL'd
kernels against more recent security alerts [and other stuff]. It has a
section that you might find helpful:

http://www.visi.com/~hawkeyd/freebsd-backports.html

Thank you very much.

You should become familiar with reading a patch file before trying to
patch things in an ad hoc fashion, both the contextual and unified diff
formats. I can almost guarantee that you'll have to dissect something,
somewhere, sometime. Please [re-]evaluate my opening question before
proceeding.
Please CC me when replying to the list; I'm not subscribed. HTH,
Dave
--

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet?


Thanks for helping me (Great list indeed)

Jim Xochellis

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


About newsyslog behavior

2003-07-02 Thread Jim Xochellis
Hi list,

I am using the newsyslog utility to turn over my log files 
automatically. I have noticed that some processes have problem to 
continue using their log file after newsyslog has turned it over and 
need to receive the SINGHUP signal to re-start logging correctly. 
However sending SINGHUP  has uncomfortable consequences in some cases 
(for instance when sending signal to netatalk, or other file servers 
perhaps).

I suspected  that some processes are confused because a *new* log file 
is created and these processes are making the assumption that their log 
file will be always the same and perhaps they open it once and then 
work with the FILE pointer. (just a simple theory that explains some 
facts) I have confirmed that newsyslog actually creates a new log file 
(instead of copying it and then disposing its contents) by reading the 
source of the newsyslog.c file and particularly the dotrim() function. 
I have also tested that changing the contents of the log files by hand 
does not affect the logging of most processes (surely not the logging 
of netatalk).

Having the above in mind, isn't it worthwhile to add an option in 
newsyslog in order to avoid the creation of a new log file when it is 
inconvenient?
Isn't it feasible to dispose the contents of the old log file instead 
of creating a new one?
Anything that I am missing here? (giving the fact that I am not a unix 
guru, only a C programmer)

Thank you very much for your time

Jim Xochellis

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


Re: About newsyslog behavior

2003-07-02 Thread Jim Xochellis
Hi Matthew, hi list,

On Wednesday, July 2, 2003, at 02:01 PM, Matthew Seaman wrote:

On Wed, Jul 02, 2003 at 12:08:31PM +0300, Jim Xochellis wrote:

I am using the newsyslog utility to turn over my log files
automatically. I have noticed that some processes have problem to
continue using their log file after newsyslog has turned it over and
need to receive the SINGHUP signal to re-start logging correctly.
However sending SINGHUP  has uncomfortable consequences in some cases
(for instance when sending signal to netatalk, or other file servers
perhaps).
That's 'SIGHUP', although I do like the idea of the kernel singing to
it's processes to keep them in line...
Sorry about the typo...

The use of the SIGHUP signal to tell a long-running process to
reconfigure itself, reopen all of it's file descriptors etc. is a very
useful convention, but unfortunately it is only a convention -- as
you've found out many processes don't follow it.
I suspected  that some processes are confused because a *new* log file
is created and these processes are making the assumption that their 
log
file will be always the same and perhaps they open it once and then
work with the FILE pointer. (just a simple theory that explains some
facts) I have confirmed that newsyslog actually creates a new log file
(instead of copying it and then disposing its contents) by reading the
source of the newsyslog.c file and particularly the dotrim() function.
I have also tested that changing the contents of the log files by hand
does not affect the logging of most processes (surely not the logging
of netatalk).
Yes, this is certainly true.  You can confirm that the process in
question is holding an open file decriptor on the log file by use of
the fstat(1) command.
Now, it's entirely possible to cycle log files by essentially:

# cp log log.old
# cat /dev/null > log
(instead of what newsyslog does which is effectively:

# mv log log.old
# touch log
)
but this still has problems.  Somehow, you'ld need to tell the process
with the open file descriptor that the underlying file had shrunk in
size, and that it should do an fseek(stream, 0, SEEK_END) --- other
wise, it will write any new data at the same file offset as the former
end-of-file, leading to all sorts of weirdnesses.
I understand, but I also suspect that there is a very rare possibility 
to face this kind of problems. (please correct me if I am wrong at this)

1) Many servers (netatalk, samba, apache, etc) are creating many 
processes which are all using the same log files. Hence, these servers 
have already solved the above problems somehow.
2) When implementing logging we are always flushing the log file *very* 
frequently and I believe that this fact is reducing the possibility of 
facing the above problems.
3) I have done some tests my self and had no problems at all. (Of 
course that is not a proof, just an indication...)


Having the above in mind, isn't it worthwhile to add an option in
newsyslog in order to avoid the creation of a new log file when it is
inconvenient?
Isn't it feasible to dispose the contents of the old log file instead
of creating a new one?
Anything that I am missing here? (giving the fact that I am not a unix
guru, only a C programmer)
One thing that might be of use if you're stuck with a program that
won't play ball with newsyslog is to use something like cronolog(1)
which is in ports as sysutils/cronolog --- see
http://www.ford-mason.co.uk/resources/cronolog/ However, this requires
that your program can write it's log output to a pipe rather than
Interesting if applicable (not in my case I am afraid)

directly to a file.  cronolog will manage switching to a new log file
according to the time and date.  Or you could code up a very simple
equivalent that reads log messages from it's stdin and writes to the
named log file, but that can handle a SIGHUP telling it to reopen the
log file.
I am thinking about changing the newsyslog instead (adding an option) 
but I am such a newbie in Unix, makefiles and all this stuff (except c) 
;-)

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


Re: About newsyslog behavior

2003-07-03 Thread Jim Xochellis
Hi Matthew, hi list,

On Wednesday, July 2, 2003, at 07:04 PM, Matthew Seaman wrote:

[...]

samba can also generate a lot of log files depending on
configuration.  However, it also can be configured to put out all
of it's logging information via syslog(3).  Samba is also capable
of recycling it's own log files.  See the 'max log size' entry in
smb.conf:
http://samba.mirror.ac.uk/samba/docs/man/smb.conf.5.html#MAXLOGSIZE

A Very useful peace of information! Thanks, I haven't noticed that.


I am thinking about changing the newsyslog instead (adding an option)
but I am such a newbie in Unix, makefiles and all this stuff (except 
c)
Go for it.  The ideal would probably be to add another flag to the
'flags' column to go with the BCGJNUWZ- flags it already understands,
so that you can apply the 'file descriptor friendly' method of
Thats exactly what I had in my mind.

updating on a per-file basis.  Unless you're going to be adding whole
new files to the newsyslog sources, then you shouldn't need to modify
any Makefiles at all.
It seems I am lucky :-)

Best Regards,

Jim Xochellis

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


mozilla stalls

2003-07-03 Thread Jim Allen
I've had a recurring issue with Mozilla and Firebird (was Phoenix):
The browsers will stall in a seemingly non-deterministic fashion.

What tends to happen is that I'll try to load/reload a page, and the
browser will stall indefinitely -- forcing me to kill it.

Strangely, when I run the browser again it has no problems loading the
page that it stalled on previously.

The pages are neither flash nor java embedded.

I'm running STABLE.  Here are some specs:

mozilla-1.3.1,2
mozilla-firebird-0.6
flashplugin-mozilla-0.4.10_2
mozilla-fonts-1.0_1

Thanks for the help.

- Jim

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


Re: About newsyslog behavior

2003-07-08 Thread Jim Xochellis
Hi Garance, Hi list,

I spend some time thinking about all this newsyslog stuff and I am 
starting to feel that maybe I am making too much noise for minor 
problems. After all disk space is very cheap and turning over the logs 
is not something that we have to do very often. In many cases we can 
even do it by hand! Nevertheless, I will try to explain my thoughts in 
a better way this time.

On Friday, July 4, 2003, at 12:44 AM, Garance A Drosihn wrote:

At 12:08 PM +0300 7/2/03, Jim Xochellis wrote:

[...]

I have confirmed that newsyslog actually creates a new
log file (instead of copying it and then disposing its
contents) by reading the source of the newsyslog.c file
Yes, and that doen because it is the safest and most
reliable way for it to rotate a logfile without any
hitting any race-conditions.
In fact newsyslog works OK when the process that creates the log is not 
a server for other users / computers and reacts correctly to SIGHUP. I 
have use it my self to turn over the log of "ipmon" (IPF firewall) and 
everything works great. But sending SIGHUP to a file server (or to an 
other kind of server perhaps) is something that I want to avoid even if 
SIGHUP re-opens correctly the logs. AFAIK when a file server (i.e. 
Netatalk) receives an SIGHUP it closes (gracefully I admit) the 
connections to its clients. And this happens just because log file is 
turned over by newsyslog! (too much IMHO)
One possible way to reduce these side-effects is to schedule newsyslog 
to turn over the logs after midnight and avoid rush hours (I am doing 
that at the moment). This is a practical solution that really helps but 
its also incomplete. I realize that I am not talking about a major 
problem here. But I am proposing a solution (to a non major problem) 
that is very easy to implement.

See bellow about the possibility to have race-conditions in a server 
with many processes.

[...]


Isn't it feasible to dispose the contents of the old log
file instead of creating a new one?  Anything that I am
missing here? (giving the fact that I am not a unix guru,
only a C programmer)
If the program does not have some way to REALLY re-open the
log file, then the file-pointer might also be pointing to a
specific point in the file.  Let's say it is at byte 125000
into the file.  You empty the file.  The next time the
program writes to the log file, it will write to byte 125001
(depending on how the program is written).  Some programs
may work with this strategy, but others will not.
I admit that disposing the contents of the old log file instead of 
creating a new one could be dangerous in some cases and should NOT be 
the default behavior of newsyslog. I am talking about a per-file basis 
option and nothing more. I believe that this option can be both useful 
and harmless when used with most servers.

Useful: Because we should always try our best not to interrupt the 
server-client connection (Which actually happens when sending SIGHUP)

Harmless: Because I am talking about typical serves (Netatalk, samba, 
apache...) that are using many processes which are all writing in the 
same log file. In these cases we should not expect any race-conditions 
in the log files because the servers have already solved these problems 
in order to implement logging for their own processes. (OK there is 
still a case (in theory) that the processes are handling the logging 
via interprocess communication instead of re-opening / flushing the 
logs files locally. IMHO this would be impractical and is not really 
possible to have such a case in a real world situation! Am I right 
here?)

[...]

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


Can no longer install ports

2003-07-08 Thread Jim Hatfield
When I do a make install in any ports dir, I now get this:

>speyburn# cd /usr/ports/graphics/tiff
>speyburn# make
>speyburn# make install
>===>  Installing for tiff-3.5.7_1
>===>   tiff-3.5.7_1 depends on shared library: jpeg.9 - found
>===>   Generating temporary packing list
>===>  Checking if graphics/tiff already installed
>*** Error code 1
>
>Stop in /usr/ports/graphics/tiff.

make deinstall generates the same error.

I tried make -d A but the output was voluminous, to say
the least.

This coincided with strange problems doing portupgrades, 
where I would end up with duplicate directories in /var/db/pkg,
the duplicate having .tbz or .tgz attached to the directory
name.

A clue as to where to look would be appreciated.

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


Re: Samba between Mac and BSD

2003-07-10 Thread Jim Xochellis
Hi Chuck, hi list,

Chuck Swiger wrote:

Joel Rees wrote:
>> On Tue, Jul 08, 2003 at 09:11:11PM -0700, [EMAIL PROTECTED] wrote:
[ ... ]
>> I would think that NFS would be a better choice between two Unix
>> systems than Samba.
>
> To which I might add that netatalk would seem to me to be a better
> option than Samba if the only client is a Mac.
>
> But then I've never done netatalk on freeBSD.
NFS is an entirely reasonable choice for filesharing against OS X; 
netatalk
would be a comparitively better choice for MacOS 9 and previous 
versions.
People who have laptops or other network roaming environments will 
probably
prefer Samba.  [How's that for providing a fair slant on what each 
protocol is
well-suited for? :-)]
What about the resource fork of the mac files. Does NFS provide a 
transparent way to preserve the resource fork?

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


openssl upgrade problem, now mail broken

2003-07-10 Thread Jim Arnold
While trying to upgrade my OpenSSH and OpenSSL I
really messed things up. I have
openssh-portable-3.6.1p2 installed but when I "make"
OpenSSL I get the following error:

hw_cryptodev.c:1121: `CRF_DH_COMPUTE_KEY' undeclared
(first use in this function)
hw_cryptodev.c: At top level:
hw_cryptodev.c:297: warning: `get_cryptodev_digests'
defined but not used
*** Error code 1

Stop in
/max/ports/security/openssl/work/openssl-0.9.7b/crypto/engine.
*** Error code 1

Stop in
/max/ports/security/openssl/work/openssl-0.9.7b/crypto.
*** Error code 1

Stop in
/max/ports/security/openssl/work/openssl-0.9.7b.
*** Error code 1

Stop in
/max/ports/security/openssl/work/openssl-0.9.7b.
*** Error code 1

Stop in /max/ports/security/openssl.
=

When I try to retieve my mail I get the error:

/usr/libexex/ld-elf.so.1: Shared object
"libcrypto.so.3" not found.

I'm running in circles. Any ideas? Please CC me as I
cannot subscribe to the list.

Thanks,
Jim

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Samba between Mac and BSD

2003-07-11 Thread Jim Xochellis
Hi Chuck, hi list,

On Thursday, July 10, 2003, at 07:59 PM, Chuck Swiger wrote:

Jim Xochellis wrote:
Hi Chuck, hi list,
Hi, Jim--

Chuck Swiger wrote:

NFS is an entirely reasonable choice for filesharing against OS X; 
netatalk
would be a comparitively better choice for MacOS 9 and previous 
versions. People who have laptops or other network roaming 
environments will probably
prefer Samba. [How's that for providing a fair slant on what each 
protocol
is well-suited for? :-)] >
What about the resource fork of the mac files.  Does NFS provide a 
transparent way to preserve the resource fork?
For some definitions of "transparent".  If the client uses the 
AppleDouble format, that wraps the resource fork and works fine 
against a normal NFS server.  Some Mac NFS implementations do that, 
some don't.
Very interesting, thanks! I would like to try this solution. Can you 
give me more info, suggestions, links etc?

[...]

TIA

Jim Xochellis

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


openssl fails to build

2003-07-11 Thread Jim Arnold
4.7-STABLE FreeBSD box fails when trying to make 
openssl-0.9.7b

Any ideas what's going on and how to fix?

Thanks,
Jim

hw_cryptodev.c:1103: `CRF_DSA_SIGN' undeclared (first
use in this function)
hw_cryptodev.c:1109: `CRF_DSA_VERIFY' undeclared
(first use in this function)
hw_cryptodev.c:1121: `CRF_DH_COMPUTE_KEY' undeclared
(first use in this function)
hw_cryptodev.c: At top level:
hw_cryptodev.c:297: warning: `get_cryptodev_digests'
defined but not used
*** Error code 1

Stop in
/max/ports/security/openssl/work/openssl-0.9.7b/crypto/engine.
*** Error code 1

Stop in
/max/ports/security/openssl/work/openssl-0.9.7b/crypto.
*** Error code 1

Stop in
/max/ports/security/openssl/work/openssl-0.9.7b.
*** Error code 1

Stop in
/max/ports/security/openssl/work/openssl-0.9.7b.
*** Error code 1

Stop in /max/ports/security/openssl.

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mod_ssl and password

2003-07-14 Thread Jim Pazarena
I installed the apache_modssl port last night.
I also installed my key & certificate.

 ... it WORKED without a hitch!

Is there a way to have the "apachectl startssl" NOT ask for a
password?  Automatic booting is stopped dead in it's tracks
with the "apachectl startssl" in the rc scripts.

TIA
-- 
Jim Pazarena  Box 550 mailto:[EMAIL PROTECTED]
  Queen Charlotte  BC http://www.qcislands.net/paz
  CANADA   V0T 1S0phone:250 559 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


natd and redirect_address

2003-07-24 Thread Jim Durham
We have a FreeBSD machine serving as a NAT gateway for a bunch of 
computers on a LAN connected to the 2nd network interface the FreeBSD 
machine. All this works very well using natd and IPDIVERT in the 
kernel.

One of the machines on the inside LAN now needs to be accessable from 
the internet (which is the outside network interface of the FBSD 
box).

Following the handbook and the natd man page, we added an ip alias for 
a 2nd public IP to the outside interface and added a rule to 
natd.conf to redirect packets coming in addressed to the new IP to 
the inside machine.  ( redirect_address privateIP publicIP ) using 
the new outside IP and the LAN IP of the machine we were trying to 
see on the LAN.. We set the netmask of the new alias to 
255.255.255.255 and the netmask of the "primary" IP to 
255.255.255.128 so there was no overlap in the netmasks.

To test the setup, we ran VNC server on the inside machine and 
connected from the 'net to the new public IP. We got connected, but 
there appears to be no video coming back from the inside machine. 
Mouse and keyboard are OK, anything coming back is not happening.

According to our reading of the docs, this "static NAT" is supposed to 
be symmetrical. It appears that it is not totally so. We had a 
similar experience trying to use "redirect_port" for another 
application running on a LAN machine. It almost worked. In that case, 
we recorded the inside machine trying to talk to a database server on 
the 'net with tcpdump and couldn't see where anything was being 
blocked, but it just didn't work. In that case, the same machine 
directly on a public IP would work just fine with the application.

By the way, if we made a connection using VNC's "-via" option to open 
a secure tunnel to the FreeBSD machine and than connect over the LAN 
without redirection, everything worked fine, so this doesn't seem to 
be a VNC problem.

If you fire up a web browser on the inside machine and connect to a 
web page that reports your IP, we get the 2nd IP of the FreeBSD 
machine's outside interface, which is as it should be.

Can anyone shed any light on why this doesn't work?

-Jim

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


no arp who-has replys

2003-08-01 Thread Jim Flowers
I have a network that depends on a Cisco router, not running any routing 
protocol and not under my control, getting responses to arp who-has messages 
for routing.  I just configured a 4.8-STABLE box as a router and I don't 
think it is working correctly.

My understanding is that when a router knows a route to an ip address, it is 
supposed to respond to arp who-has messages with an arp reply message giving 
its own mac address.  The fbsd router is not responding even though it has a 
correct route, has ip forwarding enabled and is seeing the arp who-has 
messages.  Shouldn't it be?

Thanks.

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


Re: Something is wrong here

2003-08-03 Thread Jim Pazarena
The same thing happens to me occasionally.

My diagnosis is this:
* my MTA (exim) is set to reject junk mail.
* freebsd list gets spammed with junk mail reasonably frequently
* my MTA refuses the junk from the list
* FreeBSD mailing system cuts me off because I have rejected the 
junk/spam which
  it is propogating.

--- the list needs to be closed? Or at least it needs to have it's OWN 
junk mail filter..

my 2 cents



vizion communication wrote:

HI

I have previously emailed
[EMAIL PROTECTED] over problems with
regard to what gets classified as "excessive bounces". As a
result of which I repeatedly get removed from the list. On
each occasion I receive an email that tells me I have been
temoved due to excessive bounces. That email quotes a
confirm reference which does not work. I have to log in to
my account and change the preferences in order to continue
to receive the list postings.
This always seems to happen during a period of time when:
(a)  I have made no postings to the list (so that rules out
anything posted by me having bounced!")
(b)  I have received multiple emails from many other sources
and there are no records of bounces from other lists
(including multiple freebsd lists!)
(c) The emails to me from
[EMAIL PROTECTED] are reaching me.
So what is happening??? Perhaps the settings for the mail
server do not deal gracefully with advice that mail is
temporarily undeliverable for some reason  or what -- anyway
it is happening too often.
As I cannot seem to get an empathetic reply free
[EMAIL PROTECTED] I am posting this query
to the list -- I would like to know if anyone else is having
similar problems.
David
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


 



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


port install of mysql

2003-08-06 Thread Jim Pazarena
I installed mysql40-client without any visible error messages,
then the I "make" the mysql40-server without any problems,

but when I "make install" mysql40-server, it begins to install
(or at least download) mysql client 3.23.55

is there some funny dependency requiring this? or am i doing
something wrong?

-- 
Jim Pazarena  Box 550 mailto:[EMAIL PROTECTED]
  Queen Charlotte  BC http://www.qcislands.net/paz
  CANADA   V0T 1S0phone:250 559 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


IRC server recommendations?

2003-08-10 Thread Jim Krenz
Hello all,

We have a dedicated server that is running FreeBSD 4.8.

We need to run an IRC server off of it. File sharing needs to be turned
off. Nicknames and rooms should able to be registered.

In addition, how do I set up a subdomain pointing to it? (For example,
irc.ourdomain.com).

Are there any suggestions? Thanks!

-Best,

Jim
Jim Krenz

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


mutt and flock

2003-08-14 Thread Jim Freeze
Hi:

I recently attempted to send an email with a large
attachement. During the send process, the disk ran
out of space and I had to Ctl-C out. After clearing
space on the drive, whenever I send mail with mutt, 
I get a message that it fails to flock sent-mail.

I've looked and can't find a lock file or other
artifact that would be causing the problem.

Can someone tell me how to clear the locked file?

Thanks
-- 
Jim Freeze
--
Warning: Do not look directly into laser with remaining eye.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cron question

2003-08-14 Thread Jim Pazarena
I am trying to grep for a record from a crob job...
the entry looks like this:
 58  23 * * *   grep `date "+%Y-%m-%d "` /log/fylename | mail admin  

cron complains:
  Syntax error:  EOF in backquote substitution

could someone enlighten me please?

-- 
Jim Pazarena  Box 550 mailto:[EMAIL PROTECTED]
  Queen Charlotte  BC http://www.qcislands.net/paz
  CANADA   V0T 1S0phone:250 559 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: usernames and aliases etc.

2003-02-20 Thread Jim Trigg
On Thu, Feb 20, 2003 at 10:22:11AM -0500, Laszlo Vagner wrote:
> While hosting mail for several domains, a local user
> with an account name of say "biz" has a domain of say "domain.com"
> would receive mail from other domains hosted at the same site
> such as "[EMAIL PROTECTED]".
> 
> What I am looking for is a general setup criteria that would eliminate this
> behavior so that [EMAIL PROTECTED] would be rejected even though
> otherdomain.com is hosted on the same server but has no username of biz.
> 
> One thing I thought of would be to use strange local usernames and
> then create virtual users that point to them.
> 
> can anyone give me a suggestion on standard practice with this? 

It depends on what smtp software you're using.  What you describe sounds
like the only way to do it with sendmail; I use postfix which supports
it natively without jumping through hoops.  (I also find postfix a lot
easier to configure.)

Jim Trigg
-- 
Jim Trigg, Lord High Everything Else  O-  /"\
  \ /  ASCII RIBBON CAMPAIGN
Hostmaster, Huie Kin family websiteXHELP CURE HTML MAIL
Verger, All Saints Church - Sharon Chapel / \

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


Re: Problems with in the ipf setup in an FreeBSD 4.7 router

2003-02-24 Thread Jim Xochellis
Hi Giorgos,

First of all I have to admit that basically you are right. I *must*
avoid changing the xxx_program settings and it does not seem reasonable
(in FreeBSD 4.7) to include the flags into the xxx_program settings.
Flags should be into the xxx_flags settings.

But my old router was an FreeBSD 4.2 - RELEASE box and I just wanted to
change it to FreeBSD 4.7 - RELEASE for security reasons. I was under the
impression that my old rc.conf file should work ok with the new system
and I tried to reuse it (Big Mistake!).

Unfortunately the rc.network file of the FreeBSD 4.7 - RELEASE is
working differently now, and the ipfilter_program setting is not being
used the same way like it was back in FreeBSD 4.2 - RELEASE:

rc.network of FreeBSD 4.2 - RELEASE:
...
${ipfilter_program:-ipf -Fa -f} "${ipfilter_rules}" ${ipfilter_flags}
...

rc.network of FreeBSD 4.7 - RELEASE:
...
${ipfilter_program:-/sbin/ipf} -Fa -f "${ipfilter_rules}" ${ipfilter_flags}
...

In other words [ipfilter_program="/sbin/ipf -Fa -f"] was the correct
setting for the FreeBSD 4.2 - RELEASE but it is incorrect for the
FreeBSD 4.7 - RELEASE. My *big* mistake was that that changing the
ipfilter_program setting was not really necessary for me. I should left
it to its default value! Well I am wiser now thanks to this list, thank
you very much!

Regards,

Jim Xochellis
Escape Information Services

Giorgos Keramidas wrote:

> > ipfilter_flags=""
> >
> > The problem is that, when I boot, ipf does not work. It seems like is
> > not using the rules.
> 
> Don't change ipfilter_program if you don't have a *very* good reason
> for doing so:
> 
> $ grep ipfilter_program /etc/defaults/rc.conf
> ipfilter_program="/sbin/ipf"# where the ipfilter program lives
> 
> Before you change one of the xxx_program options in rc.conf you should
> make sure that you understand what this change will affect, by looking
> at the /etc/rc* scripts:
> 
> $ grep -l ipfilter_program /etc/rc*
> rc.network
> $ grep ipfilter_program /etc/rc.network
> ${ipfilter_program:-/sbin/ipf} -Fa
> ${ipfilter_program:-/sbin/ipf} \
> ${ipfilter_program:-/sbin/ipf} -6 \
> ${ipfilter_program:-/sbin/ipf} -y ${ipfilter_flags} >/dev/null
> 
> By setting ipfilter_program to "/sbin/ipf -Fa -f", that first line of
> rc.network became:
> 
> /sbin/ipf -Fa -f -Fa
> 
> which doesn't work.  Similarly, the -f option at the end of your
> ipfilter_program value broke all the rest of the ipf commands in
> /etc/rc.network.  Delete the ipfilter_program line from your rc.conf
> and the default will work fine.
> 
> Here's what I have in my rc.conf for ipfilter and ipmon:
> 
> $ grep '^ip[fm]' /etc/rc.conf
> ipfilter_enable="YES"
> ipfilter_rules="/etc/ipf.rules"
> ipmon_enable="YES"
> ipmon_flags="-D -s -o I"
> 
> - Giorgos

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


Re: FreeBSD 4.8 Release

2003-02-26 Thread Jim Mock
On Monday, February 24, 2003, at 05:37  PM, demon wrote:
When will FreeBSD 4.8 release?
It was declared 01.02.2003, but ...
http://www.FreeBSD.org/releng/

Keep in mind that the dates are *extremely* flexible.

- jim

--
jim mock <[EMAIL PROTECTED]|opendarwin}.org>   [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: [JArnold@knightridder.com: OpenSSL problem]

2003-02-27 Thread Jim Arnold
 > - Forwarded message from "James A. Arnold" 
<[EMAIL PROTECTED]> -
 Date: Wed, 26 Feb 2003 15:56:17 -0500
 To: [EMAIL PROTECTED]
 From: "James A. Arnold" <[EMAIL PROTECTED]>
 Subject: OpenSSL problem
 I now get this error when trying to run a shell program using wget

 /usr/libexec/ld-elf.so.1: /usr/local/bin/wget: Undefined symbol
 "OpenSSL_add_all_algorithms"
 any idea how to fix this? must have started when I update OpenSSL or
 some such nonsense.
 Please also reply to me email address as I can no longer subscribe to the
 list.
Here's what is happening: wget was compiled with OpenSSL 0.9.6.  But
now that you run it, it is finding OpenSSL 0.9.7 (which is not binary
compatibile).  To determine why that is, the output from the following
will be helpful:
   % ldd /usr/local/bin/wget
   % objdump -x /usr/local/bin/wget | grep NEEDED
   % ls -l /usr/lib/libcrypto.so*
   % ls -l /usr/local/lib/libcrypto.so*
spike# ldd /usr/local/bin/wget
/usr/local/bin/wget:
libintl.so.4 => /usr/local/lib/libintl.so.4 (0x10089000)
libssl.so.3 => /usr/local/lib/libssl.so.3 (0x10091000)
libcrypto.so.3 => /usr/local/lib/libcrypto.so.3 (0x100bf000)
libc.so.4 => /usr/lib/libc.so.4 (0x101aa000)
libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x10243000)
spike# objdump -x /usr/local/bin/wget | grep NEEDED
/usr/libexec/elf/objdump: /usr/local/bin/wget: no symbols
  NEEDED  libintl.so.4
  NEEDED  libssl.so.3
  NEEDED  libcrypto.so.3
  NEEDED  libc.so.4
spike# ls -l /usr/lib/libcrypto.so*
lrwxr-xr-x  1 root  wheel  14 Nov 18 22:43 /usr/lib/libcrypto.so 
-> libcrypto.so.2
-r--r--r--  1 root  wheel  779964 Nov 18 22:43 /usr/lib/libcrypto.so.2
spike# ls -l /usr/local/lib/libcrypto.so*
lrwxr-xr-x  1 root  wheel   14 Feb  1 09:52 
/usr/local/lib/libcrypto.so -> libcrypto.so.3
-r--r--r--  1 root  wheel  1137150 Feb  1 09:52 /usr/local/lib/libcrypto.so.3

This is what I guess:  At some time in the past, you installed the
OpenSSL port, and then you built the wget port.  Now, perhaps you've
removed the OpenSSL port.  This leaves a very confused wget:  It wants
OpenSSL 0.9.6 to be called libcrypto.so.3.
To get around this I re-installed wget and it worked. But I'm 
wondering if anything else is broken or how to really fix this.

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


Re: 4.7 Upgrade issue - Daniel Bye

2003-02-26 Thread Jim Trigg
On Wed, Feb 26, 2003 at 03:46:35PM +, Daniel Bye wrote:
> Yes, and the suggestions have been to follow the procedure in the handbook
> or the UPDATING file, as the buildworld process is carefully crafted to be
> done in that order.

I'm trying to minimize the amount that has to be done in single-user
mode (I don't have console access; I have to trust my hosting company's
tech support for that part).  Is there any serious reason that mergemaster
needs to be run in single-user mode?

Ideally, I'm trying to get something that needs no operator intervention
during single-user mode.  Currently, if mergemaster can be run just
before booting into single-user mode, the operator needs to type one
command ("upgrade", a shell script in /root/bin which runs the fsck,
mount, swapon, cd, make installworld, and fastboot commands).

Thanks,
Jim Trigg
-- 
Jim Trigg, Lord High Everything Else  O-  /"\
  \ /  ASCII RIBBON CAMPAIGN
Hostmaster, Huie Kin family websiteXHELP CURE HTML MAIL
Verger, All Saints Church - Sharon Chapel / \

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


Looking for mail server tool recommendations

2003-03-01 Thread Jim Trigg
I am currently using Postfix/SASL/Courier-IMAP, and am looking for a set
of tools that will do what I want.

Requirements:
- Authenticated SMTP where no password is sent in cleartext (preferably
allowing but not requiring TLS)
- Authenticated IMAP and POP where no password is sent in cleartext
(again preferably allowing but not requiring TLS)
- Single user database (not /etc/passwd for login and sasldb for email)
- Virtual domain support, preferably such that [EMAIL PROTECTED] can be
separate from [EMAIL PROTECTED]
- The ability to insert arbitrary headers into outgoing email (I want
to insert the Habeas headers)
- Maildir support from MTA, IMAP server, and POP server

Any suggestions?  I *think* I can get the first through third through a
combination of SASL and LDAP, if the MTA I choose supports one or the
other, including the distinction between [EMAIL PROTECTED] and
[EMAIL PROTECTED]; the fourth is not supported by Postfix, so I need to
find a different MTA.  I don't want to deal with learning the Sendmail
arcana, and things I've heard about QMail have put me off of it.  Can
this be done with Exim, and where would I look for how to configure
things?  Or is there another MTA that I'm failing to consider?

Thanks,
Jim
-- 
Jim Trigg, Lord High Everything Else  O-  /"\
  \ /  ASCII RIBBON CAMPAIGN
Hostmaster, Huie Kin family websiteXHELP CURE HTML MAIL
Verger, All Saints Church - Sharon Chapel / \

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


Re: The web-based bug interface is currently disabled.

2003-03-01 Thread Jim Mock
On Saturday, March 1, 2003, at 08:47  PM, Pedro F. Giffuni wrote:
Hi guys;

Any chance that http://www.freebsd.org/send-pr.html
will be fixed, or FreeBSD dislikes feedback??
No, FreeBSD dislikes moronic skript kiddies spamming the PR database.

I've been waiting for this to get fixed to submit two
ports and the ports guys did changes to the ports tree
in the meantime :(.
I know . send-pr(1), but
1) I've been unable to make ppp resolv any address.
Use your ISP's SMTP gateway.

2) I hate vi and don't want to learn it.
So?  Set your EDITOR environment variable to whatever you prefer and 
you won't have to deal with vi.

- jim

--
jim mock <[EMAIL PROTECTED]|opendarwin}.org>   [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: The web-based bug interface is currently disabled.

2003-03-02 Thread Jim Mock
On Sunday, March 2, 2003, at 12:15  PM, Daxbert wrote:
Quoting Matthew Emmerton <[EMAIL PROTECTED]>:
On Sun, Mar 02, 2003 at 12:48:58PM -0500, Bill Moran wrote:
Pedro F. Giffuni wrote:
No, FreeBSD dislikes moronic skript kiddies spamming the PR 
database.
OK, I'm screwed :(. It's difficult to find committers interested 
in my ports (math/cad stuff) anyway. I guess I'll just keep'em for 
myself for some more time.
Or you could consider helping find a way to re-enable the www to 
send-pr while preventing script kiddies from abusing it.
Why not have a "pr-moderator" for each category (i386, kern, doc, 
etc), who approves each incoming PR.  Basically this person would act 
as a front-line defense against spammers, but it would also allow 
them to assign PRs to developers as they are submitted, rather than 
letting them sit in the PR database for weeks/months before anyone 
picks them up.

I've never submitted a pr, but I've written scripts for bulk web 
submissions (GET and POST for load testing web apps).   Did the 
previous web pr-interface have any sort of verification process? (e.g. 
email to submitter)  Were there any sanity checks?  (e.g. no more than 
X pr's per Y time)

Where would I look to find the *old* web pr interface?
In the CVS tree, of course.  Specifically www/en/cgi/dosendpr.cgi.  If 
you don't have a local copy of the source or can't use CVS, you can use 
cvsweb:

	http://cvsweb.FreeBSD.org/

- jim

--
jim mock <[EMAIL PROTECTED]|opendarwin}.org>   [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Upgrading for FreeBSD Security Advisory FreeBSD-SA-03:04.sendmail

2003-03-09 Thread Jim Mock
On Mon, 10 Mar 2003 at 00:47:59 -0500, [EMAIL PROTECTED] wrote:
> As per this announcement I updated my source tree to
> 'date=2003.03.08.10.10.00' picking a date later than the Mar 4th date
> of FreeBSD-SA-03:04.
> 
> From the announcement:
> 
>1) Upgrade your vulnerable system to 4-STABLE; or to the RELENG_5_0,
>RELENG_4_7, or RELENG_4_6 security branch dated after the correction
>date (5.0-RELEASE-p4, 4.7-RELEASE-p7, or 4.6.2-RELEASE-p10,
>respectively).
> 
>[NOTE: At the time of this writing, the FreeBSD 4-STABLE branch is
>labeled `4.8-RC1'.]
> 
> My question is that I get:
> 
>Copyright (c) 1992-2003 The FreeBSD Project.
>Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
>The Regents of the University of California. All rights reserved.
>FreeBSD 4.8-RC #0: Sun Mar  9 23:03:55 EST 2003
> 
> Does the label not apply if I specify a date? Does the 4.8-RC #0 represent a
> problem? I did get the correct version of sendmail.

No, the label of "RC1" doesn't apply if you cvsup and build/install
world, it only applies to snapshots and ISOs for QA purposes.  If you
update build/install world you'll only see "RC".  This is normal, and
you're not seeing anything out of the ordinary.

- jim

-- 
- jim mock. email: [EMAIL PROTECTED] web: http://soupnazi.org -
- freebsd project: [EMAIL PROTECTED]opendarwin: [EMAIL PROTECTED] -

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


Re: how do i invoke the command "ee" or "vi" when system fails to load

2003-03-12 Thread Jim Trigg
On Tue, Mar 11, 2003 at 11:44:40PM -0600, Franklin Pierce wrote:
> - Original Message -
> From: Tom Parquette <[EMAIL PROTECTED]>
> Date: Tue, 11 Mar 2003 18:55:07 -0500
> To: NOEL BALANSAG <[EMAIL PROTECTED]>
> Subject: Re: how do i invoke the command "ee" or "vi" when system fails to load
> 
> > NOEL BALANSAG wrote:
> > 
> > >hello.
> > >
> > >pardon my stupid question, but how do i invoke the
> > >command "ee" or "vi"?
> *snip*
> > >how do i invoke "ee" or "vi"? is it ok to just edit
> > >the file "/etc/fstab" and reboot? is there anything
> > >else i need to do?
> *snip*
> > Noel,
> >  From your description I'm assuming you are going into single user mode. 
> >  It sounds like fstab is pointing in the wrong place.
> *snip*
> 
> Don't forget you'll have to invoke it with a long path
> name, /usr/bin/ee .  another option is to learn the
> rather hideous syntax of /bin/ed .  OK, it's only
> mildly non-intuitive.

Another option is to install the editors/e3 port, and copy the
executable (which is entirely statically linked) into /bin.  That gives
you an editor available in recovery mode (only / mounted) that can use
vi, emacs, or wordstar/pico key bindings as you want.

Jim
-- 
Jim Trigg, Lord High Everything Else  O-  /"\
  \ /  ASCII RIBBON CAMPAIGN
Hostmaster, Huie Kin family websiteXHELP CURE HTML MAIL
Verger, All Saints Church - Sharon Chapel / \

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


Re: How to go about contributing chapters/sections to the Handbook or articles

2003-03-11 Thread Jim Mock
On Tuesday, March 11, 2003, at 09:56  PM, Neeraj Arora wrote:
Hi All,

Recently (well past couple of days ago) I asked a question in this 
mailing list and well got a lot of helpful replies...:) Thanks...:)

I sorted my problem out which was to do with setting up a freebsd 
nis-server serving freebsd and linux clients and other issues related 
with it, for example using amd to mount home directories, while maps 
are being served over nis.

Good experience, I say...:)

I would like to put this up as a short article for other beginners to 
go through if they fall into a similar situation. I tried subscribing 
to the freebsd-doc, but havent received any replies on that as yet. I 
believe it is waiting for approval or something!?!?!? Quite long now, 
around 3-4 weeks.

Any suggesstions how should I go about it???
Use send-pr(1) and file it as a doc bug.  As for the subscription 
stuff, you may want to try subscribing again and see what happens.  If 
the result is the same, send mail to [EMAIL PROTECTED]

- jim

--
- jim mock. email: [EMAIL PROTECTED] web: http://soupnazi.org -
- freebsd project: [EMAIL PROTECTED]opendarwin: [EMAIL PROTECTED] -
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: CVSUPing to 4.8-RC2

2003-03-16 Thread Jim Mock
On Sunday, March 16, 2003, at 03:19  PM, villi wrote:
What tag=RELENG_4_8_0_RC2 use in my cvsup flleto update release??
You are incredibly confused.  Please see the FAQ and the handbook.

- jim

--
- jim mock. email: [EMAIL PROTECTED] web: http://soupnazi.org -
- freebsd project: [EMAIL PROTECTED]opendarwin: [EMAIL PROTECTED] -
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: problem on 1TB filesystem RAID 5 3ware

2003-03-20 Thread Jim King


Bruce Campbell wrote:

I openned a case with 3ware tech support and they responded:

 

We do not support FreeBSD plus the
current driver for FreeBSD has not been
updated for some time to keep up with
firmware changes. 

Please try linux instead. 
   

So I guess I will try that and see what happens.
 

I got NO response from 3Ware when I asked them about a newer version of 
their management daemon for FreeBSD.  I consider the 3Ware cards to be 
essentially unsupported on FreeBSD.

Jim



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


Re: problem on 1TB filesystem RAID 5 3ware

2003-03-21 Thread Jim King
But the version of 3dmd for FreeBSD is not a current version and lacks 
some features found in 3dmd for Linux and Windows.  My situation was 
that I needed one of the new features in order to rebuild a RAID1 mirror 
("ignore errors when rebuilding"; my "good" drive had a bad sector out 
in unused space).  I won't be installing anymore FreeBSD/3Ware setups.

Jim

Peter Elsner wrote:

I've been using the 3Ware cards for 2 years on FreeBSD...  We had a 
drive go south a few weeks ago, and
the 3dmd (3Ware daemon) reported the problem to me.  I had a local 
hardware tech go out and
replace the drive, boot up the system, and then over the net, I 
rebuilt the array.  It was back up and
running after about 20 minutes.

I did contact 3Ware tech support when this first happened, to make 
sure that I was following the
steps of rebuilding the array correctly.  They responded within 24 
hours, and told me yes, I was doing
this correctly.  And I did mention to them it was FreeBSD.  At no 
time, did they ever mention
that they didn't support FreeBSD.  And that 3Ware daemon works 
great... Have it running on
all of my systems all over the country.

Peter

At 08:22 PM 3/20/2003 -0600, you wrote:


Bruce Campbell wrote:

I openned a case with 3ware tech support and they responded:



We do not support FreeBSD plus the
current driver for FreeBSD has not been
updated for some time to keep up with
firmware changes.
Please try linux instead.


So I guess I will try that and see what happens.

I got NO response from 3Ware when I asked them about a newer version 
of their management daemon for FreeBSD.  I consider the 3Ware cards 
to be essentially unsupported on FreeBSD.

Jim



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



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


Re: problem on 1TB filesystem RAID 5 3ware

2003-03-21 Thread Jim King
Which tells me that all of the work in the last year has been 
maintenance related to changes within FreeBSD itself, and not any 
updates for 3Ware functionality, e.g no support for firmware 7.5.x on 
the 7000 series controllers, and no support for the 8000 series controllers.

Jim

Lawrence Farr wrote:

Have a look at:

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/twe/

Lawrence Farr
EPC Direct Limited 

 

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of 
Bruce Campbell
Sent: 21 March 2003 14:08
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: problem on 1TB filesystem RAID 5 3ware



The author of the twe driver, Michael Smith, confirms he
hasn't worked on the driver for several years now.
Quoting Bruce Campbell <[EMAIL PROTECTED]>:
   

I openned a case with 3ware tech support and they responded:

 

We do not support FreeBSD plus the
current driver for FreeBSD has not been
updated for some time to keep up with
firmware changes. 

Please try linux instead. 
   

So I guess I will try that and see what happens.

Quoting Simon <[EMAIL PROTECTED]>:
 

I have a hard time believing that hardware implementation of
RAID5 would corrupt files over RAID10, perhaps your 3ware
card/its firmware is malfunctioning, but anything is possible.
Well, I'll have to see for myself, I'm about to build RAID5 NAS
using maxtor drives and 7500-8 3ware card.
-Simon

On Tue, 18 Mar 2003 08:05:36 -0500, Bruce Campbell wrote:

   

Tested with RAID 10 instead of RAID 5, success !

RAID 10 arrays tested:  6xWD200GB and 8xWD200GB both worked
RAID 5 arrays tested: 6xWD200GB and 4xWD200GB both failed
Note: 3ware lists the WD 200GB disk as "Under Test". (ie 
 

they have not yet
   

given it a "Compatible" rating) 

details of tests and the procedure to detect the failure etc at

 

http://www.freebsd.uwaterloo.ca/twiki/bin/view/Freebsd/Backup
 

ServerProblem
 

I still have to try an officially approved drive.




This mail sent through www.mywaterloo.ca
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hardware" in the body of the message
   

 

--
Bruce Campbell
Engineering Computing
CPH-2374B
University of Waterloo
(519)888-4567 ext 5889

This mail sent through www.mywaterloo.ca
   



 



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


Re: SMTP Authentication

2003-03-21 Thread Jim Mock
On Friday, March 21, 2003, at 09:26  AM, Paul Lathrop wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I recently configured the mail server I administrate to do SMTP 
Authentication using sasl. sasl is configured to use PAM for 
authentication, and the smtp PAM service calls pam_mysql. I know it's 
rather convoluted, but it's the only solution that matched my needs. 
But I digress. Shortly after configuring this system, my logs began 
reporting the following error:

Mar 20 00:31:01 rackspace postfix/smtpd[45892]: 
add_plugin(/usr/local/lib/sasl/libkerberos4.so) failed: generic > failure

This error repeats upwards of 70 times per day. Unfortunately, I 
cannot track down the cause of this problem. I am not use kerberos 
anywhere on my system, and I cannot find a reference to libkerberos in 
any of the configuration files.

Any ideas what could be causing this error and how I might track it 
down?
Did you install SASL from the package or from the port?  IIRC, the 
package is compiled with Kerberos support.

- jim

--
- jim mock. email: [EMAIL PROTECTED] web: http://soupnazi.org -
- freebsd project: [EMAIL PROTECTED]opendarwin: [EMAIL PROTECTED] -
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: SMTP Authentication

2003-03-21 Thread Jim Mock
On Friday, March 21, 2003, at 01:04  PM, Paul Lathrop wrote:
Did you install SASL from the package or from the port?  IIRC, the 
package is compiled with Kerberos support.
I installed from the ports collection, but used just the default 
configuration.  I have looked all through my Postfix config files and 
can't find a setting that says it accepts kerberos authentication, but 
that could be because it is a default I was unaware of. I am rooting 
through postfix docs now.
Both ports (cyrus-sasl and cyrus-sasl2) have the following:

.if defined(KRB5_HOME) && exists(${KRB5_HOME})
CONFIGURE_ARGS+=--enable-gssapi=${KRB5_HOME}
.elif defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME})
CONFIGURE_ARGS+=--enable-gssapi=${HEIMDAL_HOME}
.else
CONFIGURE_ARGS+=--disable-gssapi
GSSAPI= "@comment "
.endif
.if exists(/usr/lib/libkrb.a)
CONFIGURE_ARGS+=--enable-krb4
.else
CONFIGURE_ARGS+=--disable-krb4
EBONES= "@comment "
.endif
Check to see if you have either KRB5_HOME or HEIMDAL_HOME set in your 
environment or if /usr/lib/libkrb.a exists.

- jim

--
- jim mock. email: [EMAIL PROTECTED] web: http://soupnazi.org -
- freebsd project: [EMAIL PROTECTED]opendarwin: [EMAIL PROTECTED] -
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


unloading media programatically

2003-03-24 Thread Jim Pazarena
the eject utility appears to be designed for cd's.
is there something similar for DAT tapes? eject
complains when I try it with my HP DAT.

thanks.

-- 
Jim Pazarena  Box 550 mailto:[EMAIL PROTECTED]
  Queen Charlotte  BC http://www.qcislands.net/paz
  CANADA   V0T 1S0phone:250 559 

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


Re: /kernel: file: table is full

2003-03-25 Thread Jim Mock
On Tue, 25 Mar 2003 at 16:41:27 -0500, Worth Bishop wrote:
> I'm running FreeBSD 4.2, Apache Webserver, and send ~20k e-mails to
> opt-in subscribers daily. I am regularly seeing the message /kernel:
> file: table is full in my messages log.
> 
> Can anyone tell me what this signifies and how to correct this
> condition?

Increase maxusers in your kernel config and recompile.  Search the mail
archives and/or Google for more info.

- jim

-- 
- jim mock. email: [EMAIL PROTECTED] web: http://soupnazi.org -
- freebsd project: [EMAIL PROTECTED]opendarwin: [EMAIL PROTECTED] -

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


Re: INSTALLING FREEBSD

2003-03-28 Thread Jim Mock
On Friday, March 28, 2003, at 11:39  AM, John Johnson wrote:
Hello,

Please I have a computer with Windows 98 and not connected to the 
Internet and I want to install FreeBSD on it. How can I possibly go 
about it?

I have previously downloaded something that was supposed to be freeBSD 
but it did not open. And then there is this FTP sites offering the 
software. how can i download from the FTP sites bearing in mind that I 
have a Windows machine.

How can I get the startup disks.
http://www.FreeBSD.org/handbook/install.html

I suggest reading through the web site and the available documentation. 
 If you'd done so, you'd have answered all of your own questions.

- jim

--
- jim mock. email: [EMAIL PROTECTED] web: http://soupnazi.org -
- freebsd project: [EMAIL PROTECTED]opendarwin: [EMAIL PROTECTED] -
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Request to join id-freebsd denied

2003-03-29 Thread Jim Geovedi
On Fri, 28 Mar 2003 10:04:39 +0100 CARTER Anthony wrote:
> What? Did someone try and register freebsd-questions e-mail address to
> another mailing list, thereby adding all the messages from that list
> to this list also?

Yes, and I think this list needs no more junks & spams from another
list. ;)

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


Re: making expect without X11

2003-04-01 Thread Jim Arnold
On Sun, 30 Mar 2003 16:34:44 + (UTC) in lucky.freebsd.questions, 
Jim Arnold wrote:
 How do I compile expect without having X windows installed?

 If I use: make WITHOUT_X11=yes  if bombs out with the message below:

I'm sorry, I made mistake in previous my answer, your command is correct
as well.
 ct.o shared/exp_event.o  shared/exp_chan.o shared/Dbg.o
 -Wl,-rpath,/usr/local/lib -L/usr/local/lib -ltcl83   -lm -lc
 /usr/libexec/elf/ld: unrecognized option '-Wl,-rpath,/usr/local/lib'
 /usr/libexec/elf/ld: use the --help option for usage information
 *** Error code 1
 Stop in /usr/ports/lang/expect/work/expect-5.38.
 *** Error code 1
 Stop in /usr/ports/lang/expect.

 Please CC any responses to me as I cannot subscribe to the list.
On my ports collection I also can't build expect.  It seems that ld(1)
doesn't understand -Wl option, actually this is a option of gcc(1) for
the linker.  Check output of "ld --help" and man page for gcc.
When "make WITHOUT_X11=yes build" reaches that error message on my system,
I modified expect's Makefile (in the work directory) and successfully
build expect from ports collection.
Modification: change "-Wl,-rpath,/usr/local/lib" to "-rpath /usr/local/lib"
in expect's Makefile.
Right now I can run expect, but more tests should be done if above
mentioned modification is correct.
I suppose that this a bug and appropriate PR should be sent to FreeBSD.


After I added NO_X=yo to my /etc/make.conf file I was able to build expect.



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


making expect without X11

2003-03-30 Thread Jim Arnold
How do I compile expect without having X windows installed?

If I use: make WITHOUT_X11=yes  if bombs out with the message below:

ct.o shared/exp_event.o  shared/exp_chan.o shared/Dbg.o 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -ltcl83   -lm -lc
/usr/libexec/elf/ld: unrecognized option '-Wl,-rpath,/usr/local/lib'
/usr/libexec/elf/ld: use the --help option for usage information
*** Error code 1

Stop in /usr/ports/lang/expect/work/expect-5.38.
*** Error code 1
Stop in /usr/ports/lang/expect.

Please CC any responses to me as I cannot subscribe to the list.

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


Re: cvs source questions

2003-04-02 Thread Jim Mock
On Wed, 02 Apr 2003 at 12:45:46 -0600, Curt Grimley wrote:
> Hi,  I'm new to FreeBSD and enjoying it... I used an off-the-shelf 4.6
> release to get started, and then decided to cvsup and get up to
> stable.
> 
> I only have dialup service, so seeing a copy of the "CVS Repository"
> on disk #2, I followed the instructions there to populate the cvs
> source directories... there were tar files that dropped in a lot of
> ",v" files. (No actual source apparently.)
> 
> cvsup ran fine and source was brought in, but then I had multiple
> troubles with the build in that these ",v" files got in the way again
> and again.
> 
> I found a post somewhere of someone saying "why are there ,v files in
> your source tree?". So after yanking these and starting over,
> everything worked fine.
> 
> Q1 - Do I need the ,v files for anything? I presume they're version
> control related, but are they needed at the end-user system for
> cvsup-ing?

No, you don't.  Those are CVS files, CVSup doesn't use them.

> Q2 - What about all these "Attic" directories - are these normally
> present in /src/ or are they unnecessary?

See above.

> Q3 - There's a CVSROOT directory also - is that important?

And again.

> (Or maybe you know of a document that explains these cvs mysteries - I
> can't seem to find one.)

You've installed the CVS repository itself instead of just the sources.
There's an explanation of this in the handbook, I think.

- jim

-- 
- jim mock. email: [EMAIL PROTECTED] web: http://soupnazi.org -
- freebsd project: [EMAIL PROTECTED]opendarwin: [EMAIL PROTECTED] -
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: #!sh grep and move files

2003-04-03 Thread Jim Trigg
On Thu, Apr 03, 2003 at 11:47:30AM -0600, Matthew Bettinger wrote:
> 
> I am trying to find the best way to search through several thousand files and 
> move some to a different directory.  The files are all prefixed with LB.  
> Like, LBX99.DAT141683.
> 
> These are data transactions and contain one line.  The lines i am trying to 
> search for all begin with 
> 
> 1~TA~  (standing for timeand attendance labor transactions)
> 
>  I've tried
> 
> #!/usr/bin/sh
> for x in `find /dir -type f -exec grep '1~TA' [] \;`

This will print matching lines; what you want here is grep -l, but see below.
> do
> mv $x /newdir
> done
> 
> 
> 
> There  seems to be something i am missing like some output redirection or an 
> ls listing... probably alot more.
> 
> I know this can be done in a one liner somehow but I need it to be executed 
> from cron.

find is actually a bit of overkill; this can be done as follows:
#!/usr/bin/sh
mv `grep -lr '1~TA' /dir` /newdir

If you're using it from cron, make sure to use full paths for mv and grep
(and find, if you keep using it) as the cron path may not be what you
expect.

Jim
-- 
Jim Trigg, Lord High Everything Else  O-  /"\
  \ /  ASCII RIBBON CAMPAIGN
Hostmaster, Huie Kin family websiteXHELP CURE HTML MAIL
Verger, All Saints Church - Sharon Chapel / \
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


82845G/GL Card

2003-04-04 Thread Jim Boles
Hello,
I can see by all the websites i've visited that I have a very common 
question that you guys have probably answered a million times..  So, sorry 
to bug ya, but I can't find a definitive answer!

I have an Intel 82845G/GL onboard video card.  Of course, when I type 
startx, it tells me no screens found, or no device detected.  I'm a newbie 
to FreeBSD, but enjoy it thus far.  Could you email me something about what 
I need to configure and where.  I have the newest version of FreeBSD (5.0).  
I installed off the iso's.  I have a p4 1.8Ghz, and 256MB of RAM.  I'm 
running FreeBSD on a dual boot system with WinXP (forgive me..lol).  Any 
help would be extremely appreciated.

Thank you in advance, and excellent work!

Jim Boles





_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

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


Re: Courier-IMAP over SSL

2003-04-02 Thread Jim Trigg
On Wed, Apr 02, 2003 at 05:42:36PM +0100, Rus Foster wrote:
> Hi All,
> I'm having trouble getting IMAP/SSL working. I've installed courier imap.
> Run /usr/local/share/courier-imap/mkimapdcert, edit the config and put
> IMPADSSLSTART=YES but I'm still not seeing anything and TBH I can't see
> anything in the logs. can someone point me in the right direction?

I had the same problem; the answer is that the port only puts an rc
script for imapd into /usr/local/etc/rc.d, not one for imapd-ssl.  Copy
/usr/ports/mail/courier-imap/work/courier-imap-1.7.1/imapd-ssl.rc to
/usr/local/etc/rc.d/courier-imap-imapd-ssl.sh and make it executable.
Then execute it with the argument "start".  That'll get things going for
you.  (Do the same for pop3d as well if you want POP3/SSL.)

Jim
-- 
Jim Trigg, Lord High Everything Else  O-  /"\
  \ /  ASCII RIBBON CAMPAIGN
Hostmaster, Huie Kin family websiteXHELP CURE HTML MAIL
Verger, All Saints Church - Sharon Chapel / \
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: dot.bashrc, where is it?

2003-06-04 Thread Jim Trigg
On Tue, Jun 03, 2003 at 04:04:53PM +0200, Didier Wiroth wrote:
> 
> I'm asking because I'm reading "The Complete Freebsd, 4th Edition" book, at
> page 94 "Changing the default shell for root" there is a comment:
> "After installation, you may want to change the default shell... Bash... If
> you have installed instant-workstation, you should copy the file
> /usr/share/skel/dot.bashrc to root's home directroy and call..."
> 
> I had a look at the Makefile of the /usr/ports/misc/instant-workstation
> port. I can't figure out where or how this file (dot.bashrc) could have been
> installed from this port?! I have the bash2 shell pkg/port installed and in
> my mind, this is the only port where the dot.bashrc file could be installed,
> but this isn't obviously the case. 

instant-workstation is a meta-port that causes other ports, including bash2,
to be installed.

Jim
-- 
Jim Trigg, Lord High Everything Else  O-  /"\
  \ /  ASCII RIBBON CAMPAIGN
Hostmaster, Huie Kin family websiteXHELP CURE HTML MAIL
Verger, All Saints Church - Sharon Chapel / \
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How do I set up a ssh tunnel between two FreeBSD systems ?

2003-06-08 Thread Jim Mock
On Saturday, June 7, 2003, at 09:36  PM, Josh Brooks wrote:
Hello,
Hi,

I have read the ssh man page and am not getting the results I think I 
should.  some background:

serverA is the client

serverB is running sendmail on port 25

I want to telnet to serverA on port 34 and get a response from the 
sendmail daemon running on serverB.

I tried this:

ssh -L 34:serverB:25 [EMAIL PROTECTED]

^^^ seems to be what the man page instructs me to do ...

But when I run that command, it asks me for a password, and I log into 
serverB just like any other time I ssh there to log in.

So that's that - the above command line does nothing but log me into 
serverB.  If I port scan serverA, nothing is running on port 34.  So 
basically it's a total bust.

I am running this ssh command on serverA as root.

So what am i doing wrong ?
Take a look at http://soupnazi.org/freebsdzine/200104/tunnel.php for an 
article I wrote a few a years ago about this.

- jim

--
jim mock[EMAIL PROTECTED]|opendarwin}.org[EMAIL PROTECTED]|FreeBSD}.org
http://soupnazi.orgeditor-in-chief, BSD Newshttp://bsdnews.org
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 4.8 to 5.0

2003-06-08 Thread Jim Mock
On Sunday, June 8, 2003, at 02:12  AM, Doron Shmaryahu wrote:
Hi,

I have been considering upgrading my machine from 4.8 – 5.0. Is it a 
easy buildworld or can anyone give me advice on any problems before 
upgrading.
You're better off waiting a week or two until 5.1-RELEASE is out.

- jim

--
jim mock[EMAIL PROTECTED]|opendarwin}.org[EMAIL PROTECTED]|FreeBSD}.org
http://soupnazi.orgeditor-in-chief, BSD Newshttp://bsdnews.org
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


enlarge a filesystem

2011-09-10 Thread Jim Pazarena

I have a drive with two filesystems.
/dev/da1s1d  412G  337G   42G  89%
and
/dev/da1s1e 130G   19M  119G   0%

I need the space on da1s1e.

Does FreeBSD have any mechanism to enlarge
s1d after I delete s1e ?

Would GParted be able to do this?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


radiusd-cistron

2011-11-19 Thread Jim Pazarena

I recently switched from FBSD 7.0 i386
to FBSD 8.2 amd64

my radius only sees garbage in place of the password, so no one
can authenticate.

Since I changed both OS (7.0->8.2) AND platform (i386->amd64), I am
unsure where to start looking for an encryption problem.

Any suggestions would be appreciated. Yes, I could switch to
freeradius, but would that change/help an encryption issue?

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


freeradius on freebsd

2011-11-30 Thread Jim Pazarena

I am having issues with freeradius being told
system passwords are incorrect by freebsd, where I
know they are not wrong.

I think it relates to freeradius submitting crypt passwords
while freebsd defaults to MD5.

Has anyone encountered this issue on FreeBSD? Seems the
freeradius newsgroup doesn't have any freebsd active
participants.

Could someone suggest how to coax freeradius to submit
MD5 encrypted passwords to the system?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


dot snap folder

2012-01-15 Thread Jim Pazarena

Is it permissible to delete the dot snap folder which is created
in a filesystem?
--
Jim Pazarena fqu...@paz.bz
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


software raid

2012-02-07 Thread Jim Pazarena

Does FreeBSD support any type of software raid?
I have an old rack mount server which has 8 bays, but all SATA,
and NO raid. Sure would be nice to have a software raid
to create a NAS device.
--
Jim Pazarena fqu...@paz.bz
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Installation problem on AMD64

2011-02-21 Thread Jim Trigg
I do an installation from DVD on AMD64, and when I reboot it hangs
before displaying anything from the standard boot loader.  How can I
debug this?

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


Re: Installation problem on AMD64

2011-02-22 Thread Jim Trigg
On Mon, Feb 21, 2011 at 8:37 PM, Jim Trigg  wrote:
> I do an installation from DVD on AMD64, and when I reboot it hangs
> before displaying anything from the standard boot loader.  How can I
> debug this?

I found my problem by accident -- I had a badly formatted USB stick
connected.  (I had tried to write the memstick image to a 1G stick --
not quite large enough.)

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


swap space

2012-02-17 Thread Jim Pazarena

is there a command which can show the size of the hard drive swap?

A "df" seems to avoid the swap area.

This would be on a live production server.
Thanks.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-03-29 Thread Jim Bryant
This sounds just like a race condition that happens under Windows 7 on 
this laptop.  The race condition, as far as I can tell involves heavy 
disk access and heavy network access, and usually leaves the drive light 
on, while all activity monitors (alldisk, allcpu, allnetwork) are still 
active, although on this laptop disk takes priority, and network slows 
to a crawl.  occasionally, the mouse will stop working, along with 
everything else, but usually not.  keyboard is lower priority, and 
doesn't do anything.


You might want to check with mickeysoft, this might just be their 
problem.  This sounds so freaking similar to the issue I get, and I 
think it's a race condition (shared interrupts??).


This laptop is a Compaq Presario C300 series, with the 945GM chipset and 
a T7600 Core2 Duo CPU, with 3G of RAM.


Mark Felder wrote:
Alright guys, I'm at the end of my rope here. For those that haven't 
seen my previous emails here's the (not so) quick breakdown:


Overview:

FreeBSD ?? - 7.4 never crash
FreeBSD 8.0 - 8.2 crashes
FreeBSD 8-STABLE, 8.3, and 9.0 are untested (Sorry, not possible in 
our production at this time, and we were hoping we could base some 
stuff on 8.3 for long term stability...)
ESXi: Confirmed ESXi 4.0 - 5.0 has this problem. Haven't tested on 
others.



History:

Over the course of the last 2 years we've been banging our heads on 
the wall. VMWare is done debugging this. They claim it's not a VMWare 
issue. They can't identify what the heck happens. We had a glimmer of 
hope with ESXi 5.0 fixing it because we never saw any crashes in the 
handful of deployments, but our dreams were crushed today -- two days 
before an outage to begin migration to ESXi 5.0 -- when a customer's 
ESXi 5.0 server and FreeBSD 8.2 guest crashed.



Crash Details:

The keyboard/mouse usually stops responding for input on the console; 
normally we can't type in a username or password. However, we can 
switch VTs.


If there's a shell on the console and we can type, we can only run 
things in memory. Any time we try to access the disk it will hang 
indefinitely.


The server still has network access. We can ping it without issue. SSH 
of course kicks you out because it can't do any I/O.


If we were to serve a lightweight http server off a memory backed 
filesystem I'm confident it would run just fine as long as it wasn't 
logging or anything.


On ESXi you see that there is a CPU spike of 100% that goes on 
indefinitely. No idea what the FreeBSD OS itself thinks it is doing 
because we can't run top during the crash.


This crash can affect a server and happen multiple times a week. It 
can also not show up for 180 days or more. But it does happen. The 
server can be 100% idle and crash. We have servers that do more I/O 
than the ones that crash could ever attempt to do and these don't 
crash at all. Completely inexplicable.



Things we've looked into:

Nothing about the installed software matters. We've tried cross 
referencing the crashed servers by the programs they run but the base 
OS is the only common denominator due to the wide variety of servers 
it has affected.


Storage doesn't matter. We've tried different iSCSI SANs, we've tried 
different switches, we've tried local datastores on the ESXi servers 
themselves.


HP servers, Dell servers -- doesn't seem to matter either. (All with 
latest firmwares, BIOSes, etc)


VMWare gave us a ton of debugging tasks, and we've given them 
gigabytes of debugging info and data; they can't find anything.


VMWare tools -- with, without, using open-vm-tools makes no 
difference. I think we've done a fair job ruling out VMWare.



I think we've finally found enough data that this is definitely 
something in the FreeBSD world. I'm going to begin prepping some of 
the known crashy servers with more debugging. Any suggestions on what 
I should build the kernel with? They never do a proper panic, but I 
definitely want to at least *try* to get into the debugger the next 
time it crashes. And when it crashes, what the heck should I be 
running? I've never played with the KDB before...



Thank you for any suggestions and help you can give me
___
freebsd-hack...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to 
"freebsd-hackers-unsubscr...@freebsd.org"



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


Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-03-30 Thread Jim Bryant

Mark Felder wrote:

On Thu, 29 Mar 2012 12:24:30 -0500,  wrote:



I just started reading this tread, but I am wondering if I missed
something here. What does this have to do with "Windows 7"?


I emailed him off-list but I'm guessing he thought this was on VMWare 
Workstation or another product that would virtualize FreeBSD on top of 
Windows as the host OS.

___


Correct...My bad.

jim

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


kde4 on 8.3 and laptop

2012-05-29 Thread Jim Pazarena

I had kde3 running just fine on 8.2 on my laptop.

I have now installed 8.3 -and- kde4 on my laptop, and the kde system
will not work as expected.

when I type kdm  (which is at /usr/local/kde4/bin/kdm)
I get the expected login screen (however the mouse dies), and after I login,
all I get is a small cli window in the top left corner. The mouse has gone
dead, and the keyboard doesn't respond, altho there is a prompt in the cli
window.

All I can do at this point is hold the power button in to reboot.
If I do not try running "kdm", the normal cli works 100%, the ethernet works,
and the mouse always seems alive (altho in the cli the mouse is of no value).

Suggestions would be very appreciated.
--
Jim Pazarena fqu...@paz.bz
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


cvsup of RELENG_8_1

2012-06-08 Thread Jim Nasby

I keep getting this error when trying to update source on 8.1:

TreeList failed: Error in "/var/db/sup/src-all/checkouts.cvs:RELENG_8_1": 
13890: Could not parse status record.  Delete it and try again.

I realize that 8.1 isn't formally supported anymore, but should cvsup still 
work? I can't upgrade right now because of the conflict between GPT and gmirror 
what was introduced in 8.2.
--
Jim C. Nasby, Database Architect   j...@nasby.net
512.569.9461 (cell) http://jim.nasby.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: cvsup of RELENG_8_1

2012-06-09 Thread Jim Nasby

On 6/9/12 2:43 PM, Lowell Gilbert wrote:

Jim Nasby  writes:


I keep getting this error when trying to update source on 8.1:

TreeList failed: Error in "/var/db/sup/src-all/checkouts.cvs:RELENG_8_1": 
13890: Could not parse status record.  Delete it and try again.


Have you tried deleting /var/db/sup/src-all/checkouts.cvs:RELENG_8_1 and
retrying cvsup?


Somehow I got it in my head that that was a file living on the cvsup server and 
not locally.

After deleting that file all is good. Thanks for your help!
--
Jim C. Nasby, Database Architect   j...@nasby.net
512.569.9461 (cell) http://jim.nasby.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Problem upgrading

2012-10-17 Thread Jim Trigg
Any suggestions on how to fix this?

---
argent(1) /usr/ports/ports-mgmt/portmaster# freebsd-update -r 9.0-RELEASE 
upgrade
Looking up update.FreeBSD.org mirrors... 3 mirrors found.
Fetching metadata signature for 8.2-RELEASE from update5.FreeBSD.org... done.
Fetching metadata index... done.
Fetching 1 metadata files... done.
Inspecting system... done.

The following components of FreeBSD seem to be installed:
kernel/generic src/base src/bin src/cddl src/contrib src/crypto src/etc
src/games src/gnu src/include src/krb5 src/lib src/libexec src/release
src/rescue src/sbin src/secure src/share src/sys src/tools src/ubin
src/usbin world/base world/dict world/doc world/games world/info
world/manpages world/proflibs

The following components of FreeBSD do not seem to be installed:
world/catpages

Does this look reasonable (y/n)? y

Fetching metadata signature for 9.0-RELEASE from update5.FreeBSD.org... done.
Fetching metadata index... done.
Fetching 1 metadata patches. done.
Applying metadata patches... done.
Fetching 1 metadata files... done.

The update metadata is correctly signed, but
failed an integrity check.
Cowardly refusing to proceed any further.
---

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


Re: Problem upgrading

2012-10-18 Thread Jim Trigg
On Wed, Oct 17, 2012 at 02:14:10PM -0700, Timothy Snowberger wrote:
> On 10/17/2012 7:27 AM, Jim Trigg wrote:
> > Any suggestions on how to fix this?
> >
> > ---
> > argent(1) /usr/ports/ports-mgmt/portmaster# freebsd-update -r 9.0-RELEASE 
> > upgrade
> > Does this look reasonable (y/n)? y
> > ...
> > Fetching metadata signature for 9.0-RELEASE from update5.FreeBSD.org... 
> > done.
> > Fetching metadata index... done.
> > Fetching 1 metadata patches. done.
> > Applying metadata patches... done.
> > Fetching 1 metadata files... done.
> >
> > The update metadata is correctly signed, but
> > failed an integrity check.
> > Cowardly refusing to proceed any further.
> 
> sed -i '' -e 's/=_/=%@_/' /usr/sbin/freebsd-update
> 
> See http://lists.freebsd.org/pipermail/freebsd-stable/2011-October/064321.html
> 
> "First, a minor change must be made to the freebsd-update code in order
> for it to accept file names appearing in FreeBSD 9.0 which contain the '%'
> and '@' characters; without this change, freebsd-update will error out
> with the message "The update metadata is correctly signed, but failed an
> integrity check". "

This fixed it.

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


VPS FreeBSD Hosting

2012-11-25 Thread Jim Flowers
I gave up maintaining my own hardware for providing cloud computing
services about 10 years ago and have been using several dedicated server
services with root-access FreeBSD since about 6.0. with good results. At
the time VPS looked like too many problems.

Now, however, it looks like there are quite a number of mature VPS hosting
services that are FreeBSD-centric at very attractive prices. Most offer KVM
or VPS-instance access to allow rebooting and reinstallation.

Can anyone comment on the providers and the technology in the context of
having used them specifically for FreeBSD in the last few years?  Good?
Bad? Indifferent?

Fairly modest duty - spam filtering, mailboxes, websites, storage, reverse
proxy and the like.

Oh yeah, some development.

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


NcFTPd on 9.1 64-bit

2013-01-27 Thread Jim Pazarena

I have found that on the two machines which I installed 9.1 on, NcFTPd
fails system logins for non-root attempts with "Password wrong for user 
 from 192.168.1.51"


These are logins which previously on 9.0 worked as expected, and now 
fail on 9.1.


Has anyone else experienced this? Any suggestions? Thanks!
--
Jim Pazarena fqu...@paz.bz
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: NcFTPd on 9.1 64-bit

2013-02-07 Thread Jim Pazarena

Jim Pazarena wrote, On 2013-01-27 7:58 PM:

I have found that on the two machines which I installed 9.1 on, NcFTPd
fails system logins for non-root attempts with "Password wrong for user
 from 192.168.1.51"

These are logins which previously on 9.0 worked as expected, and now
fail on 9.1.

Has anyone else experienced this? Any suggestions? Thanks!


No one has answered on this question, and supp...@ncftp.com
is also silent.

I *do* see an error go by during boot, which states
"unable to open /etc/auth.conf"

FreeBSD 9.1 does not HAVE auth.conf (9.0 DOES)

failing getting NcFTPd working, what is the next ftpd recommended ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: NcFTPd on 9.1 64-bit

2013-02-07 Thread Jim Pazarena

On 2013-02-07 5:55 PM, Jim Pazarena wrote:

Jim Pazarena wrote, On 2013-01-27 7:58 PM:

I have found that on the two machines which I installed 9.1 on, NcFTPd
fails system logins for non-root attempts with "Password wrong for user
 from 192.168.1.51"

These are logins which previously on 9.0 worked as expected, and now
fail on 9.1.

Has anyone else experienced this? Any suggestions? Thanks!


No one has answered on this question, and supp...@ncftp.com
is also silent.

I *do* see an error go by during boot, which states
"unable to open /etc/auth.conf"

FreeBSD 9.1 does not HAVE auth.conf (9.0 DOES)


The creator of NcFTPd (Mike Gleason) provided me a 9.1 version,
and it works as expected. Kudos to Mike.
--
Jim Pazarena fqu...@paz.bz
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Installing openssl from ports

2013-03-21 Thread Jim Ballantine
Hi,

I understand that heimdal and openssl are both port of the base system and
both install
fine with a system build/install.  But when I attempt to install the latest
openssl for the
port system, it fails with a conflict (installs file in the same place)
with heimdal.  I've search
the web for an answer but haven't found one and asked the port owner.

So my question is short of editing the Make file to remove the installation
of the file in
conflict, what do I need to do to install the openssl port?

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


Re: Installing openssl from ports

2013-03-22 Thread Jim Ballantine
The port is newer than the base version:
port is 1.0.1_8 and the base is 0.9.2

Both openssl and heimdal install fine from the base system src,
it's only when I try to install openssl from the ports, with heimdal
installed by the base system that I get the error.

When I run make install, what I get before the conflict message is:

===>  Compressing manual pages for openssl-1.0.1_8zopenssl-1.0.1_8
===>  Running ldconfig
/sbin/ldconfig -m /usr/local/lib
Installing openssl-1.0.1_8...pkg: openssl-1.0.1_8 conflicts with
heimdal-1.5.2_4 (installs files into the same place).
Problematic files: /usr/local/man/man3/DH_generate_key.3.gz
*** [fale-pkg] Error code 70


On Fri, Mar 22, 2013 at 8:09 AM, Shane Ambler  wrote:

> On 22/03/2013 04:36, Jim Ballantine wrote:
>
>  But when I attempt to install the latest openssl for the
>> port system, it fails with a conflict (installs file in the same place)
>> with heimdal.
>>
>
> Take a close look at the message and what happens before. openssl only
> gives a conflict message if the base version is newer than the port.
>
> Heimdal conflicts with krb4 krb5 and srp
>
> Any other conflicts will be from dependencies, you'll need to check what
> port brings in a dependency that generates the conflict.
>
>
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Enlightenment, libcurl undefined references to SLL_CTX_set_srp_password/username

2013-04-01 Thread Jim Ballantine
Hi,

I'm trying to re-build enlightenment and it fails with
/usr/local/lib/libcurl.so.6: undefined reference to
`SSL_CTX_set_srp_password'
/usr/local/lib/libcurl.so.6: undefined reference to
`SSL_CTX_set_srp_username'

I tried rebuilding ftp/curl to rebuild libcurl, but the build still fails
with the same
error.
The installed packages are curl-7.24.0_2 and openssl-1.0.1.8

What needs to be done to fix this problem?

Thanks

Jim Ballantine

The full end of the build is:
  CCLD   enlightenment_fm_op
  CC e_init_main.o
  CC e_xinerama.o
  CCLD   enlightenment_init
/usr/local/lib/libcurl.so.6: undefined reference to
`SSL_CTX_set_srp_password'
/usr/local/lib/libcurl.so.6: undefined reference to
`SSL_CTX_set_srp_username'
gmake[4]: *** [enlightenment_init] Error 1
gmake[4]: Leaving directory
`/usr/ports/x11-wm/enlightenment/work/enlightenment-0.17.1/src/bin'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
`/usr/ports/x11-wm/enlightenment/work/enlightenment-
0.17.1/src/bin'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/x11-wm/enlightenment/work/enlightenment-0.17.1/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/x11-wm/enlightenment/work/enlightenment-0.17.1'
gmake: *** [all] Error 2
*** [do-build] Error code 1

Stop in /usr/ports/x11-wm/enlightenment.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Enlightenment, libcurl undefined references to SLL_CTX_set_srp_password/username

2013-04-01 Thread Jim Ballantine
I believe I'm running it correctly, when I enter
pkg_libchk -vr enlightenment
it prints nothing.

Jim


On Mon, Apr 1, 2013 at 11:21 AM, Volodymyr Kostyrko wrote:

> 2013-04-01 17:00, Jim Ballantine wrote:
>
>> I'm trying to re-build enlightenment and it fails with
>> /usr/local/lib/libcurl.so.6: undefined reference to
>> `SSL_CTX_set_srp_password'
>> /usr/local/lib/libcurl.so.6: undefined reference to
>> `SSL_CTX_set_srp_username'
>>
>
> You can further debug the issue by installing sysutils/bsdadminscripts and
> providing output of pkg_libchk.
>
> --
> Sphinx of black quartz, judge my vow.
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Enlightenment, libcurl undefined references to SLL_CTX_set_srp_password/username

2013-04-01 Thread Jim Ballantine
OK, I ran just pkg_libchk and the output is:

# pkg_libchk
xfce4-tumbler-0.1.27_1:
/usr/local/lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.so misses
libpoppler.so.18

I'll install it and try again, but it doesn't seem like the cause.

Jim



On Mon, Apr 1, 2013 at 12:48 PM, Volodymyr Kostyrko wrote:

> 01.04.2013 19:47, Jim Ballantine пишет:
>
>  I believe I'm running it correctly, when I enter
>> pkg_libchk -vr enlightenment
>>
>
> Nope, just run pkg_libchk without any arguments. I don't think problem is
> in enlightenment or curl, by rather some library that depends on curl and
> is required by enlightenment.
>
>
> --
> Sphinx of black quartz, judge my vow.
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Enlightenment, libcurl undefined references to SLL_CTX_set_srp_password/username

2013-04-02 Thread Jim Ballantine
# curl-config --libs
-L/usr/local/lib -lcurl -Wl,-rpath=/usr/local/lib -L/usr/local/lib
-L/usr/local/lib -lssh2 -lssl -lcrypto -lssl -lcrypto -lz -lssh2



On Tue, Apr 2, 2013 at 8:25 AM, Volodymyr Kostyrko wrote:

> 2013-04-02 15:12, Jim Ballantine wrote:
>
>> the config is the default
>>lq**q curl-7.24.0_2
>> qq**qqqk
>>   x
>> lq**qq**
>> qqqk
>> x
>>   x x [ ] CARESAsynchronous DNS resolution
>> via c-ares  x x
>>   x x [x] CA_BUNDLEInstall CA bundle for
>> OpenSSL   x x
>>   x x [ ] CURL_DEBUG   curl diagnostic
>> output  x x
>>   x x [x] DOCS Build and/or install
>> documentation  x x
>>   x x [x] EXAMPLES Build and/or install
>> examples   x x
>>   x x [x] IPV6 IPv6 protocol
>> support   x x
>>   x x [ ] KERBEROS4Kerberos 4
>> support  x x
>>   x x [ ] LDAP LDAP
>> supportx x
>>   x x [ ] LDAPSLDAPS
>> support   x x
>>   x x [ ] LIBIDN   Internationalized Domain
>> Names via libidn   x x
>>   x x [x] LIBSSH2  SCP/SFTP support via
>> libssh2x x
>>   x x [ ] NTLM NTLM
>> authentication x x
>>   x x [x] PROXYProxy
>> support   x x
>>   x x [ ] RTMP RTMP protocol support via
>> librtmp   x x
>>   x x [ ] TRACKMEMORY  curl memory diagnostic
>> output   x x
>>   x xqqq SSL protocol
>> support qx x
>>   x x (*) OPENSSL  SSL/TLS support via
>> OpenSSL x x
>>   x x ( ) GNUTLS   SSL/TLS support via
>> GnuTLS  x x
>>   x
>> mq**qq**
>> qqqj
>> x
>>
>> tq**qq**
>> qqqu
>>   x   <  OK  >
>>x
>>
>> mq**qq**
>> qqqj
>>
>> Yes, openssl is installed from ports.
>>
>
> Please, don't top post. And remember to add list to the recepients.
>
> What does curl-config --libs give you?
>
>
> --
> Sphinx of black quartz, judge my vow.
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


proper way to setup laptop with apache22

2010-09-04 Thread Jim Pazarena

I'm setting up a laptop with apache, just to play, basically.

But apache doesn't like the fact that it can't resolve the
lappy's hostname to an IP number and it will not load. The laptop
gets its IP # via DHCP so it changes at various locations.

I could use the localhost name & IP #, which should work.

My laptop is named 'laptop' (laptop.mydomain.com)

Is there a way to have the system utilize it's assigned IP #?
Or do I have to change my apache config to "localhost" ?

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


Re: Web mail for not local domains.

2010-11-28 Thread Jim Pazarena

On 2010-11-28 9:36 AM, Jorge Biquez wrote:

Hello all.

I was wondering if you can suggest the best application you consider for the 
following.


roundcube
--
Jim Pazarena fqu...@paz.bz
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


example C code for reading db hash files

2010-04-05 Thread Jim Sander
Is there a handy C code reference or examples for db files? (google  
has not been kind to me) I have a tied hash from Perl using DB_File,  
and need read only access in a C program.


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


Re: example C code for reading db hash files

2010-04-05 Thread Jim Sander
Thank you - but unfortunately, that doesn't help (it was the first  
place I checked actually) - I assume because of historical changes,  
but possibly because I'm missing something obvious.


http://www.oracle.com/technology/documentation/berkeley-db/db/ 
api_reference/C/dbopen.html

vs.
man 3 dbopen

Things are *completely* different. Is the "stock BSD" db.h different  
than the Oracle db.h ?




On Apr 5, 2010, at 7:06 PM, C. P. Ghost wrote:


On Mon, Apr 5, 2010 at 10:28 PM, Jim Sander  wrote:
Is there a handy C code reference or examples for db files? (google  
has not been kind to me) I have a tied hash from Perl using  
DB_File, and need read only access in a C program.


You mean a reference... like this?

http://www.oracle.com/technology/documentation/berkeley-db/db/ 
index.html


There are C, C++ and other bindings for the Berkeley DB,
each of which comes with some examples.
Use the bindings you feel most comfortable with.

-cpghost.

--
Cordula's Web. http://www.cordula.ws/


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


Re: example C code for reading db hash files

2010-04-06 Thread Jim Sander

On Apr 5, 2010, at 8:51 PM, C. P. Ghost wrote:

  /usr/src/lib/libc/db/README
"This is version 1.85 of the Berkeley DB code."


I apologize for being imprecise in my original question. What you've  
provided is enough to give me progress. I think /usr/src/lib/libc/db/ 
tests/hash.tests will at least get me started. Thank you for the  
information.



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


Magento

2010-04-16 Thread Jim Bernstorf
I want to download and develop a Megento website.  The published OS
requirement is:

 "Supported Operating Systems: 

*   Linux x86, x86-64"

Will FreeBSD 8 work for this application?

Thanks,

Jim

______

Jim Bernstorf, EdD

Montessori Academy

6021 Cloverland Drive

Brentwood, TN 37027

615-833-3610 (Voice)

615-833-0323 (Fax)

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


spamd update

2010-04-21 Thread Jim Pazarena
I recently upgraded p5-Mail-SpamAssassin on FreeBSD 8.0,
and now exim generates the following error message in
its logs:
spam acl condition: cannot parse spamd output

spamd and exim ran fine until I performed this update.
can anyone suggest where to commence fixing this?

Thanks!

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


spamd update

2010-04-21 Thread Jim Pazarena

I recently upgraded p5-Mail-SpamAssassin on FreeBSD 8.0,
and now exim generates the following error message in
its logs:
spam acl condition: cannot parse spamd output

spamd and exim ran fine until I performed this update.
can anyone suggest where to commence fixing this?

I have already run "sa-update" which didn't fix the issue.

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


debian compatibility

2010-05-26 Thread Jim Pazarena
can I please be directed to any on-line reference as the
procedures involved in executing a Debian binary on FreeBSD 8?

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


free software for FreeBSD (JStrack and GTbrew2)

2010-06-25 Thread Jim Graham
Question:  I'd like to have these two applications that I wrote, and
continue to build and maintain as/when needed, and would like to have
them listed (no real need for a port, except, perhaps, to make sure
Tcl/Tk 8.4.x, various Tcl/Tk libs, and the netpbm/pbmplus/whatever
utils are available) as freeware that's available for FreeBSD.

JStrack is a hurricane tracking system:
see http://www.jstrack.org/jstrack/

GTbrew2 is a brewer's recipe formulation program:
see http://www.jstrack.org/brewing/

Any suggestions?

Thanks,
   --jim

-- 
73 DE N5IAL (/4)| Peter da Silva:  No, try "rm -rf /"
spooky1...@gmail.com| Dave Aronson:As your life flashes before
< Running FreeBSD 7.0 > |  your eyes, in the unit of time known as an
ICBM / Hurricane:   |  ohnosecond (alt.sysadmin.recovery)
   30.56226N 86.52008W  |

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


Re: Blocking an individual email address

2006-02-15 Thread Jim Csoka
No...I ran make maps, as well as make install for the blacklist feature, and 
make restart.


However, here is something interesting.  When I access my corporate email 
via openwebmail, it functions as I would expectyou cannot send or 
receive to the given address.  However, when using Outlook Express (internal 
mail client at work), you can still send mail to the address I am trying to 
block.


Why should this be so?


- Original Message - 
From: "Nathan Vidican" <[EMAIL PROTECTED]>

To: 
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 15, 2006 5:00 PM
Subject: Re: Blocking an individual email address



Lowell Gilbert wrote:

"James Csoka" <[EMAIL PROTECTED]> writes:


After reading the page you linked to, and looking at the examples, I 
added
the line To:[EMAIL PROTECTED] REJECT (using my personal email), and it had 
no

effect.  I can't find any good reason it didn't work, but it fails to
prevent me from sending mail from inside my work network to my home 
address.



Maybe putting an alias on the home address?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"




cd /etc/mail
vi access
make maps

You probably forgot to 'make maps'.

--
Nathan Vidican
[EMAIL PROTECTED]
Windsor Match Plate & Tool Ltd.
http://www.wmptl.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"




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


Re: fetchmail core dumping

2006-02-21 Thread Jim Arnold

I'm running fetchmail-6.3.2_1  on 4.10-STABLE

My fetchmailrc file is:

set postmaster "postmaster"
set bouncemail
set no spambounce
set properties ""

poll 10.229.66.116 with proto POP3
   user 'myid' there with password 'mypwd' is 'myid' here

Fetchmail has been running perfectly until just the other day, for 
literally several years,

with upgrades along the way. I haven't upgraded anything recently or crashed.

I've tried to reinstall fetchmail but no luck there. Googling is not 
finding anything yet. I have another

FBSD box running 4.10 stable with the same version of fetchmail and it's fine.

I'm stumped.

Thanks,
Jim


At 5:07 PM -0800 2/21/06, Rob wrote:

Jim wrote:

 spike# fetchmail -v
 fetchmail: WARNING: Running as root is discouraged.
 fetchmail: removing stale lockfile
 fetchmail: 6.3.2 querying 10.229.66.116 (protocol
 POP3) at Tue Feb 21
 16:38:52 2006: poll started
 Segmentation fault (core dumped)

 Not sure what I can do to fix this. Any pointers
 greatly appreciated.


What version of FreeBSD do you use?
I have fetchmail-6.3.2_1 installed on a 6-Stable PC.
No problems.

Does your rc file have the proper syntax?
This is mine:

# fetchmailrc
set invisible
set postmaster "postmaster"
set no bouncemail
set no spambounce
set properties ""
set daemon 30
poll localhost with proto IMAP port 22143
  user 'myid' there with password 'mypasswd' is \
   'myid' here options fetchall
  folder INBOX.MYMAILBOX 




Ah, note that I make use of an ssh-tunnel from
localhost port 22143 to port 143 on the imap server.
You may want to replace 'localhost' and 22143 by
your appropriate settings.
However, remember that pop3 and imap is too
insecure when not using encryption!

Regards,
Rob.


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com



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


cannot ssh as user only as root

2006-03-05 Thread Jim Arnold
I cannot ssh out of my box running 4.11-STABLE with openssh-3.6.1_5 
while logged in as a normal user. I get a Bus Error (core dumped). 
But if I try to ssh out as a root it works perfectly. There are no 
problems ssh'ing into the box.  Sound like a permissions problem?


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


<    1   2   3   4   5   6   7   8   >