Re: streaming video (at 144kbps)?

2007-01-06 Thread Gary Kline
On Fri, Jan 05, 2007 at 09:02:25PM -0500, Chris Hill wrote:
 On Fri, 5 Jan 2007, Gary Kline wrote:
 
  Any ideas how///what tools to use to watch PBS streams?
  Nothing/zip works with [linux-] firefox plus the flashplugin7
  and mplayer.
 
 I'm able to watch PBS video clips using mplayer-plugin under native 
 firefox on 5.5-R. I don't know about streams, because I couldn't find 
 one after a cursory look through http://www.pbs.org/. Can you post a URL 
 for something you are unable to watch? It may also be helpful to know 
 what versions of everything that you are using (you know the drill).
 

I thoughtthey were streams.  *BZZT*  Video clips is more 
likely.  When I click on the Windows row of options, nothing
happens.  My router is not flashing, so nothing is coming across.
Sounds like a misconfiguration problem because I've rarely gotten
mplayer to work, even with windows audio.  Suggestions??

I was aiming at the Wired Sci-Tech series... that I missed :-(

gary


 --
 Chris Hill   [EMAIL PROTECTED]
 ** [ Busy Expunging | ]

-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix

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


Re: Bugzilla instead of current problem system for bugs and features?

2007-01-06 Thread Abdullah Al-Marrie

On 1/4/07, Alexander Leidinger [EMAIL PROTECTED] wrote:

Quoting Abdullah Al-Marrie [EMAIL PROTECTED] (from Thu, 4 Jan 2007
10:27:49 +0300):

 Why not use bugzilla for bugs and feature requests? isn't easier and
 more organized than current problem system?

We are evaluating our options:
http://wiki.freebsd.org/Bugtracking

Bye,
Alexander.

--
The warning message we sent the Russians was a
calculated ambiguity that would be clearly understood.
-- Alexander Haig

http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org   netchild @ FreeBSD.org  : PGP ID = 72077137




And are we close yet? You can keep the old pr for the old reports and
make the new ones via bugzilla.

I just don't feel the current bug system is good for the FreeBSD
growing community

--
Regards,

-Abdullah Ibn Hamad Al-Marri
Arab Portal
http://www.WeArab.Net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw manuals - configuration

2007-01-06 Thread Vizion


 -Original Message-
 From: Mark Tinguely [mailto:[EMAIL PROTECTED] 
 Sent: Friday, January 05, 2007 11:39 AM
 To: [EMAIL PROTECTED]
 Subject: Re: imap-uw manuals - configuration
 
 
 Are there any messages in /var/log/debug.log ?
 
 Since telnet is missing load libraries, could the imapd and 
 ipop3d also?
 Try the following:
 
 $ ldd /usr/local/libexec/ipop3d  /usr/local/libexec/imapd  
 /usr/bin/telnet
 
 It should say something like (FreeBSD 6.1):
 
 /usr/local/libexec/ipop3d:
 libc-client4.so.8 = /usr/local/lib/libc-client4.so.8 
 (0x28078000)
 libc.so.6 = /lib/libc.so.6 (0x28131000)
 libpam.so.3 = /usr/lib/libpam.so.3 (0x28209000)
 libssl.so.4 = /usr/lib/libssl.so.4 (0x2821)
 libcrypto.so.4 = /lib/libcrypto.so.4 (0x2823e000)
 libcrypt.so.3 = /lib/libcrypt.so.3 (0x28331000)
 /usr/local/libexec/imapd:
 libc-client4.so.8 = /usr/local/lib/libc-client4.so.8 
 (0x28081000)
 libc.so.6 = /lib/libc.so.6 (0x2813a000)
 libpam.so.3 = /usr/lib/libpam.so.3 (0x28212000)
 libssl.so.4 = /usr/lib/libssl.so.4 (0x28219000)
 libcrypto.so.4 = /lib/libcrypto.so.4 (0x28247000)
 libcrypt.so.3 = /lib/libcrypt.so.3 (0x2833a000)
 
 /usr/bin/telnet:
 libncurses.so.6 = /lib/libncurses.so.6 (0x2808b000)
 libipsec.so.2 = /lib/libipsec.so.2 (0x280ca000)
 libmp.so.5 = /usr/lib/libmp.so.5 (0x280d)
 libcrypto.so.4 = /lib/libcrypto.so.4 (0x280d3000)
 libcrypt.so.3 = /lib/libcrypt.so.3 (0x281c6000)
 libpam.so.3 = /usr/lib/libpam.so.3 (0x281de000)
 libkrb5.so.8 = /usr/lib/libkrb5.so.8 (0x281e5000)
 libasn1.so.8 = /usr/lib/libasn1.so.8 (0x28219000)
 libcom_err.so.3 = /usr/lib/libcom_err.so.3 (0x2823a000)
 libroken.so.8 = /usr/lib/libroken.so.8 (0x2823c000)
 libc.so.6 = /lib/libc.so.6 (0x28248000)
 
 
 /usr/lib/libkrb5.so.8 comes on the FreeBSD-6.x distribution.
 In FreeBSD 4.x, these files came seperately in the crypto package.
 I jumped from 4.x to 6.x, so I do not know the FreeBSD-5.x 
 distribution.
 
 Did your install get corrupted or did you remove things?
 
 --Mark.
 
Here is the output you suggested:

# ldd /usr/local/libexec/ipop3d /usr/local/libexec/imapd /usr/bin/telnet 
/usr/local/libexec/ipop3d:
libc-client4.so.8 = /usr/local/lib/libc-client4.so.8 (0x80062f000)
libc.so.6 = /lib/libc.so.6 (0x8007f7000)
libpam.so.3 = /usr/lib/libpam.so.3 (0x8009f5000)
libssl.so.4 = /usr/lib/libssl.so.4 (0x800afd000)
libcrypto.so.4 = /lib/libcrypto.so.4 (0x800c35000)
libcrypt.so.3 = /lib/libcrypt.so.3 (0x800e7b000)
/usr/local/libexec/imapd:
libc-client4.so.8 = /usr/local/lib/libc-client4.so.8 (0x800639000)
libc.so.6 = /lib/libc.so.6 (0x800801000)
libpam.so.3 = /usr/lib/libpam.so.3 (0x8009ff000)
libssl.so.4 = /usr/lib/libssl.so.4 (0x800b07000)
libcrypto.so.4 = /lib/libcrypto.so.4 (0x800c3f000)
libcrypt.so.3 = /lib/libcrypt.so.3 (0x800e85000)
/usr/bin/telnet:
libncurses.so.6 = /lib/libncurses.so.6 (0x800644000)
libipsec.so.2 = /lib/libipsec.so.2 (0x80079d000)
libmp.so.5 = /usr/lib/libmp.so.5 (0x8008a4000)
libcrypto.so.4 = /lib/libcrypto.so.4 (0x8009a7000)
libcrypt.so.3 = /lib/libcrypt.so.3 (0x800bed000)
libpam.so.3 = /usr/lib/libpam.so.3 (0x800d06000)
libkrb5.so.8 = not found (0x0)
libasn1.so.8 = /usr/lib/libasn1.so.8 (0x800e0e000)
libcom_err.so.3 = /usr/lib/libcom_err.so.3 (0x800f37000)
libroken.so.8 = /usr/lib/libroken.so.8 (0x801039000)
libc.so.6 = /lib/libc.so.6 (0x801147000)





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


Re: imap-uw manuals - configuration

2007-01-06 Thread Vizion
 -Original Message-
 From: Mark Tinguely [mailto:[EMAIL PROTECTED] 
 Sent: Friday, January 05, 2007 11:39 AM
 To: [EMAIL PROTECTED]
 Subject: Re: imap-uw manuals - configuration
Supplementary
 
 Are there any messages in /var/log/debug.log ?
 

 /usr/lib/libkrb5.so.8 comes on the FreeBSD-6.x distribution.
Myrelease is FREEBSD 6.1-RELEASE #0 COMPILED SUN MAY 7 04:15.57 utc 2006
on AMD Athlon 64 Processor


 
 Did your install get corrupted or did you remove things?

I think install was fine..
I am trying to search my files to find a record of the recent portupgrade where 
I may have mussed up. If I find it I will email you the info

Thanks afain for sticking with this


David
 
 --Mark.


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


Re: Bugzilla instead of current problem system for bugs and features?

2007-01-06 Thread Mark Linimon
On Sat, Jan 06, 2007 at 11:53:31AM +0300, Abdullah Al-Marrie wrote:
 I just don't feel the current bug system is good for the FreeBSD
 growing community

This question has been extensively discussed on various mailing lists
over the past 2 years.  The migration problem is not as easy as you
seem to assume it will be.

Please read up on the past history of this before being quite so
certain about your conclusions.  It is going to take a great deal of
work to move away from the current bug system.

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


Re: Mail being sent from my domain...

2007-01-06 Thread RW
On Sat, 06 Jan 2007 14:27:21 +1100
Colin House [EMAIL PROTECTED] wrote:

 Check out http://openspf.org - implementing SPF will help prevent 
 spoofed emails from being delivered and will start to cut down on the 
 backscatter

This often claimed, but I don't really see how it's going to help much.

Any benefit relies on an initial MTA/MSA refusing to relay for domains
that don't set the correct SPF records, i.e. it replies on the security
of MTA's that are owned, controlled or abused by spammers.

On the other hand setting SPF records means that more spam using the
domain will be rejected at the SMTP level. This actually leads to more
backscatter.

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


Re: want to unsubscribe from cvs:commit

2007-01-06 Thread Ceri Davies
On Sat, Jan 06, 2007 at 11:40:39AM +0530, prashant chavan wrote:
 hi
 
 I want to unsubscribe from cvs:commit . plz let me know how to do it.

Follow the instructions at the bottom of every message you receive.

Ceri
-- 
That must be wonderful!  I don't understand it at all.
  -- Moliere


pgpz8bEOp0uUK.pgp
Description: PGP signature


RE: VPN server to run in FreeBSD jail ...

2007-01-06 Thread Philippe Lang
[EMAIL PROTECTED] wrote:

 Marc G. Fournier wrote:
 
 Does anyone know of any software that would allow a client attach a
 VPN *to* a process running within a FreeBSD jail from a Windows
 machine? 

 It doesn't help now, but there is work underway to make the
 whole network stack clonable under FreeBSD -- meaning each
 jail gets the ability to have as many IP numbers as it wants,
 and to have a separate firewall from the host system and do
 all the other networking tricks you can think of.
 
 http://www.tel.fer.hr/zec/papers/zec-03.pdf

Hi,

This document is dated 2003, and tests were done for FreeBSD 4.8. Is there a 
chance to have a clonable network stack in a near future?

---
Philippe Lang
Attik System



smime.p7s
Description: S/MIME cryptographic signature


Re: Mail being sent from my domain...

2007-01-06 Thread Matthew Seaman
RW wrote:
 On Sat, 06 Jan 2007 14:27:21 +1100
 Colin House [EMAIL PROTECTED] wrote:
 
 Check out http://openspf.org - implementing SPF will help prevent 
 spoofed emails from being delivered and will start to cut down on the 
 backscatter
 
 This often claimed, but I don't really see how it's going to help much.
 
 Any benefit relies on an initial MTA/MSA refusing to relay for domains
 that don't set the correct SPF records, i.e. it replies on the security
 of MTA's that are owned, controlled or abused by spammers.
 
 On the other hand setting SPF records means that more spam using the
 domain will be rejected at the SMTP level. This actually leads to more
 backscatter.

Your reasoning is incorrect.  The presence or absence of SPF records
affects how the systems that are the targets of the spam attack work,
and those are not in the control of the spammers.  The ability of
a mail system to realise by analysis of SPF records that the mailer
connecting to it is an impostor that has no right to send mail from
the falsely claimed sender address means that the message can be
rejected early during the SMTP dialogue with a 5xx error (ie
permanent delivery failure) even before the body of the message has
been transmitted.  At that point it is not yet the recipient's duty
to send any delivery failure notification.

Firstly this helps to discourage spammers from trying to forge e-mail
addresses at all by lowering the rate at which they get their messages
in front of their target audiences.  It isn't by any means a perfect
defence, but it certainly does help raise the marginal costs of the
spammers and if that can be done widely enough, the spamming model will
become uneconomic.

Secondly, you are assuming that the software the spammers use to inject
e-mail is compliant with the various standards (RFCs 2821, 2822 etc.)
That is patently not the case: spammers typically use networks of
compromised machines (indeed, there is actually a black market in the
sale of such machines) with small, custom written, but fairly stupid
software which in most cases can do little more than replay one side
of an SMTP dialogue.  This is why techniques such as greylisting,
greeting-wait and tarpitting are so very effective.  It also means that
the spammers are not going to be sending bounce-o-grammes to the addresses
they have forged: to do so will require them to actually write standards
compliant software to install on their bot-net hosts, and that is (again)
going to drive up their marginal costs.  Remember: it's the real MTAs
which abide by the standards that result in the backscatter, but they
only do that if they are badly configured and make the mistake of accepting
the message in the first place.

SPF is by no means perfect.  Indeed it has a quite obvious flaw: spammers
can just operate by creating their own throwaway domains and publish their
own SPF records for them.  Not complying with SPF is pretty good evidence
that a message is spam, but the converse: that an SPF compliant message is
not spam; that is certainly not true.  Of course, if the spammers do start
using their own sacrificial domains to send spam, then the backscatter
problem disappears too.  Plus they open themselves to another line of attack
against the registrars and DNS providers needed to pursue that strategy.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: Re: Does Flash only works with linux-firefox?

2007-01-06 Thread Sunnz

Just for reference, you meant the Dec 2006 questions archive, right?

2007/1/7, Jurjen Middendorp [EMAIL PROTECTED]:

On Fri, Jan 05, 2007 at 02:00:31AM +1100, Sunnz wrote:
Just wondering, if flash only works with linux-firefox; or if it works
with FreeBSD port of firefox?

Cheers.

--
sunnz

No, it also works with the native firefox, you can search the freebsd-questions@
archive of last month (look for flash), there was a whole thread about it and
someone posted instructions of how to install it.




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


Re: Re: Does Flash only works with linux-firefox?

2007-01-06 Thread Andrew Pantyukhin

On 1/6/07, Sunnz [EMAIL PROTECTED] wrote:

Just for reference, you meant the Dec 2006 questions archive, right?


This topic seems to be discussed every month here.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Re: Does Flash only works with linux-firefox?

2007-01-06 Thread Abdullah Al-Marrie

On 1/6/07, Andrew Pantyukhin [EMAIL PROTECTED] wrote:

On 1/6/07, Sunnz [EMAIL PROTECTED] wrote:
 Just for reference, you meant the Dec 2006 questions archive, right?

This topic seems to be discussed every month here.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



I think it would be good if you create a page for this in the wiki ;)

--
Regards,

-Abdullah Ibn Hamad Al-Marri
Arab Portal
http://www.WeArab.Net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


fresh install - compaq laptop locks up on boot after timecounter TSC

2007-01-06 Thread Steve Franks

This is why no one ever got fired for buying an IBM as the old adage goes.
My ancient Dell laptop had absolutely no install issues, so I bought a fresh
disk for my shiny new compaq:

Behavior is identical off of 6.1-current cd or install to ad0 that was
completed from cd safemode boot.  She runs fine in safemode from acd0 or
ad0.  Regular startup - see vga0 go by sucessfully, then

timcounter TSC...
ticks at 1 milliseconds

then locks up tight.  I tried disabling the line after vga0 in
boot/device.hints, but those of you who know what that is know, I'm sure,
that that turns my system into a peperweight.

I also tried boot with acpi disabled, but that seems to lock up identically
on tsc.

Wish I had more info, but that's all I can glean without more help.  Had to
put the origonal harddisk with winXP back in.  No one wants that ;)  Save
me!

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


Re: fresh install - compaq laptop locks up on boot after timecounter TSC

2007-01-06 Thread Micah

Steve Franks wrote:

This is why no one ever got fired for buying an IBM as the old adage goes.
My ancient Dell laptop had absolutely no install issues, so I bought a 
fresh

disk for my shiny new compaq:

Behavior is identical off of 6.1-current cd or install to ad0 that was
completed from cd safemode boot.  She runs fine in safemode from acd0 or
ad0.  Regular startup - see vga0 go by sucessfully, then

timcounter TSC...
ticks at 1 milliseconds

then locks up tight.  I tried disabling the line after vga0 in
boot/device.hints, but those of you who know what that is know, I'm sure,
that that turns my system into a peperweight.

I also tried boot with acpi disabled, but that seems to lock up identically
on tsc.

Wish I had more info, but that's all I can glean without more help.  Had to
put the origonal harddisk with winXP back in.  No one wants that ;)  Save
me!

Steve


Sounds similar to the problem my Compaq has/had. I found that the 
following advice, posted to questions@ some time ago, worked for me:


 Interrupt the kernel loading process, then:

 set hint.sio.0.disabled=1
 set hint.sio.1.disabled=1
 set hint.atkbd.0.flags=0x9

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


Re: Mail being sent from my domain...

2007-01-06 Thread RW
On Sat, 06 Jan 2007 14:33:46 +
Matthew Seaman [EMAIL PROTECTED] wrote:

 Your reasoning is incorrect.  The presence or absence of SPF records
 affects how the systems that are the targets of the spam attack work,
 and those are not in the control of the spammers.  The ability of
 a mail system to realise by analysis of SPF records that the mailer
 connecting to it is an impostor that has no right to send mail from
 the falsely claimed sender address means that the message can be
 rejected early during the SMTP dialogue with a 5xx error (ie
 permanent delivery failure) even before the body of the message has
 been transmitted. 
 ...
 Secondly, you are assuming that the software the spammers use to
 inject e-mail is compliant with the various standards (RFCs 2821,
 ...

Delivery failures are normally generated by the sending server. If you
block SPF failures at the SMTP level there  are two possibilities. If
the sender is a real MTA it will generate a backscatter delivery
failure. If it's a spambot or spamming script then it wont, but it
wouldn't have anyway, with or without SPF. 

SPF may help fight spam, but I don't see how it can have a major impact
on backscatter when people use 5xx errors. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fresh install - compaq laptop locks up on boot after timecounter TSC

2007-01-06 Thread Steve Franks

Thanks for that.  Unfortunately, no change, but I'm going to start combing
device.hints for any devices my laptop doesn't have, and turn them all off,
maybe I'll get lucky.

Looks like I can install amd64 on it, but I don't think the
currently-running i386 6.1 release is the problem, you'd think if the
processor type was the issue it wouldn't run at all.

Steve

On 1/6/07, Micah [EMAIL PROTECTED] wrote:


Steve Franks wrote:
 This is why no one ever got fired for buying an IBM as the old adage
goes.
 My ancient Dell laptop had absolutely no install issues, so I bought a
 fresh
 disk for my shiny new compaq:

 Behavior is identical off of 6.1-current cd or install to ad0 that was
 completed from cd safemode boot.  She runs fine in safemode from acd0 or
 ad0.  Regular startup - see vga0 go by sucessfully, then

 timcounter TSC...
 ticks at 1 milliseconds

 then locks up tight.  I tried disabling the line after vga0 in
 boot/device.hints, but those of you who know what that is know, I'm
sure,
 that that turns my system into a peperweight.

 I also tried boot with acpi disabled, but that seems to lock up
identically
 on tsc.

 Wish I had more info, but that's all I can glean without more help.  Had
to
 put the origonal harddisk with winXP back in.  No one wants that
;)  Save
 me!

 Steve

Sounds similar to the problem my Compaq has/had. I found that the
following advice, posted to questions@ some time ago, worked for me:

 Interrupt the kernel loading process, then:

 set hint.sio.0.disabled=1
 set hint.sio.1.disabled=1
 set hint.atkbd.0.flags=0x9

HTH,
Micah





--
Steve Franks, KE7BTE
Staff Engineer
La Palma Devices, LLC
http://www.lapalmadevices.com
(520) 312-0089
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fresh install - compaq laptop locks up on boot after timecounter TSC

2007-01-06 Thread Steve Franks

Correction: that may have been the issue: I removed the fdc  fd, and
realized I had disabled sio0, not sio.0so for the future, it's that or
the floppy.  I don't intend to re-enable the floppy, as I don't have one
anyway, so thanks for the leg-up!

Steve

On 1/6/07, Steve Franks [EMAIL PROTECTED] wrote:


Thanks for that.  Unfortunately, no change, but I'm going to start combing
device.hints for any devices my laptop doesn't have, and turn them all
off, maybe I'll get lucky.

Looks like I can install amd64 on it, but I don't think the
currently-running i386 6.1 release is the problem, you'd think if the
processor type was the issue it wouldn't run at all.

Steve

On 1/6/07, Micah  [EMAIL PROTECTED] wrote:

 Steve Franks wrote:
  This is why no one ever got fired for buying an IBM as the old adage
 goes.
  My ancient Dell laptop had absolutely no install issues, so I bought a
  fresh
  disk for my shiny new compaq:
 
  Behavior is identical off of 6.1-current cd or install to ad0 that was
  completed from cd safemode boot.  She runs fine in safemode from acd0
 or
  ad0.  Regular startup - see vga0 go by sucessfully, then
 
  timcounter TSC...
  ticks at 1 milliseconds
 
  then locks up tight.  I tried disabling the line after vga0 in
  boot/device.hints, but those of you who know what that is know, I'm
 sure,
  that that turns my system into a peperweight.
 
  I also tried boot with acpi disabled, but that seems to lock up
 identically
  on tsc.
 
  Wish I had more info, but that's all I can glean without more
 help.  Had to
  put the origonal harddisk with winXP back in.  No one wants that
 ;)  Save
  me!
 
  Steve

 Sounds similar to the problem my Compaq has/had. I found that the
 following advice, posted to questions@ some time ago, worked for me:

  Interrupt the kernel loading process, then:
 
  set hint.sio.0.disabled=1
  set hint.sio.1.disabled=1
  set hint.atkbd.0.flags=0x9

 HTH,
 Micah




--
Steve Franks, KE7BTE
Staff Engineer
La Palma Devices, LLC
http://www.lapalmadevices.com
(520) 312-0089





--
Steve Franks, KE7BTE
Staff Engineer
La Palma Devices, LLC
http://www.lapalmadevices.com
(520) 312-0089
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mail being sent from my domain...

2007-01-06 Thread Jerry McAllister
On Fri, Jan 05, 2007 at 07:47:56PM -0600, Rob W. wrote:

 I hope I'm in the right area and someone could possibly help me with this.
 
 I am running FreeBSD 5.4. I installed qmail from www.qmailrocks.org
 
 Everything is working correctly and I do have spamassassin and clamav 
 installed and working.
 
 Lately I have been getting emails back saying that someone is sending mail 
 out from [EMAIL PROTECTED] If anybody can help. I do have the patch installed 
 so that open relay is disabled and a user needs an account on the qmail 
 system. I have been watching the email accounts and it has not been breached 
 as far as security.
 
 Is it possible for people to send email out from my domain name and have fake 
 users acting as comming from my network? If so, is there anything I can do 
 stop this or prevent it?

Well, they don[t send it from your actual domain.  But, as you suspect, they
can send it from somewhere and make it look like it comes from yours - 
faking the address.   There is nothing you can do about this if you are
going to be open to sending Email to any part of the world.   You could
put something in your message that is sort of a code to tell people that
it is a legitimate message from you.   You could make up your own or
use one of the signature services.   But, that will not stop people from
using your id and domain name to send stuff all over.  Most people have
learned to ignore those fake addressed messages.

If you have some limited number of locations you must always send
Email, you could set up some sort of VPN and have those sites only
listen to that.  But, I suspect that would be too limiting for most
Email situations.

jerry

 
 Thanks.
 ___
 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]


no ath0 on new system with good card

2007-01-06 Thread Steve Franks

I have an ath0 card working fine in one system.  I put it in the other,
kldload if_ath, but no ath0.  kldload appears sucessful, because if you try
it again, if says file already present.  I notice my pcmcia appears to show
up sucesfully when I boot, but I get no output on tty0 when I plug in the
ath card, like you do on the other system.

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


fix: acpiconf won't suspend

2007-01-06 Thread Steve Franks

Previously, I had asked why acpiconf -sn always failed with the output:
not ready yet.

I never got a satisfying answer, but this morning, in a flash of insight, I
ran acpiconf -sn - magic - the  makes it go.  Of course, out of my
three laptops I've bought 2 years apart (each), not a one will un-suspend
correctly (all no ttys/xorg, just like the warning in the man/handbook
states is typical), but maybe my discovery will help someone else.

Anyone know if 6.2 or 7.x have made significant changes to acpi?

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


Connecting to a USB serial port

2007-01-06 Thread Robert Fitzpatrick
I have a Keyspan USB serial port on my FreeBSD 6.1 box and trying to 
connect from a Linux box to the machine. I'm using minicom and not sure 
of the settings that should be used. I see the following in dmesg...


sio0: 16550A-compatible COM port port 0x3f8-0x3ff irq 4 flags 0x10 on 
acpi0

sio0: type 16550A

Is this the USB serial port? There is no other serial port avaialble on 
the server, but could be something in the board, not sure. Someone else 
told me they used this same serial port on their box and I wanted to try 
it since the box does not have an available PCI slot or serial port 
available. My question is whether this works just like a regular COM 
port? I wanted to be sure I should be handling things the same as I 
would with a regular serial port. I have ttyd0 enabled and showing up...


657  ??  I  0:00.00 /usr/libexec/getty std.9600 ttyd0

That seems to do the trick with my other BSD servers that have regular 
serial ports, but minicom doesn't want to find it using 9600 8N1 settings.


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


Re: freebsd-questions Digest, Vol 159, Issue 44

2007-01-06 Thread Lubomir Cvaniga

[EMAIL PROTECTED] napsal(a):

Send freebsd-questions mailing list submissions to
freebsd-questions@freebsd.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than Re: Contents of freebsd-questions digest...


Today's Topics:

   1. Re: Best Cheap Wireless card for FreeBSD (Gable Barber)
   2. tracking port requires (Michael P. Soulier)
   3. Re: Best Cheap Wireless card for FreeBSD (Tsu-Fan Cheng)
   4. Re: Best Cheap Wireless card for FreeBSD (Radu Adrian Zdrinca)
   5. Re: network tuning and performance troubleshooting (bobmc)
   6. Re: tracking port requires (Dan Nelson)
   7. RE: routing and networking help. (urgent help please)
  (Marwan Sultan)
   8. Re: alittle help (pete wright)
   9. Re: tracking port requires (Michael P. Soulier)
  10. Re: Best Cheap Wireless card for FreeBSD (Tsu-Fan Cheng)
  11. C/C++ Applications Developer (Sam Modi)
  12. Re: Tar backup on geom mirror drive ([EMAIL PROTECTED])
  13. Re: Best Cheap Wireless card for FreeBSD (Radu Adrian Zdrinca)
  14. Re: Best Cheap Wireless card for FreeBSD (Giorgos Keramidas)
  15. Getting the scrollwheel to work under Xorg for a Wireless
  Intellmouse Explorer 2.0 (Garrett Cooper)
  16. Mail being sent from my domain... (Rob W.)
  17. Re: streaming video (at 144kbps)? (Chris Hill)
  18. Pulling a patch release using cvsup (Josef Grosch)
  19. Re: Mail being sent from my domain... (Sahil Tandon)
  20. Re: Mail being sent from my domain... (Rob W.)
  21. Re: Mail being sent from my domain... (Lars Eighner)
  22. Re: Mail being sent from my domain... (Colin House)
  23. Re: Mail being sent from my domain... (Lars Eighner)
  24. Re: Pulling a patch release using cvsup (Giorgos Keramidas)
  25. Re: Mail being sent from my domain... (Sahil Tandon)
  26. Getting the scrollwheel to work under Xorg for a Wireless
  Intellmouse Explorer 2.0 (Robert Huff)
  27. [SOLVED] Re: Getting the scrollwheel to work under Xorg for a
  Wireless Intellmouse Explorer 2.0 (Garrett Cooper)
  28. Re: Best Cheap Wireless card for FreeBSD (dan)
  29. disappointing rebuild speed using ggatec and ggated
  (Ahnjoan Amous)
  30. want to unsubscribe from cvs:commit (prashant chavan)
  31. Re: streaming video (at 144kbps)? (Gary Kline)
  32. Re: Bugzilla instead of current problem system for bugs and
  features? (Abdullah Al-Marrie)
  33. Re: imap-uw manuals - configuration (Vizion)


--

Message: 1
Date: Fri, 5 Jan 2007 14:55:38 -0600
From: Gable Barber [EMAIL PROTECTED]
Subject: Re: Best Cheap Wireless card for FreeBSD
To: Chris Maness [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 1/5/07, Chris Maness [EMAIL PROTECTED] wrote:
  

What is the best wireless card, USB or other, that works under FreeBSD?




Not sure what your idea of cheap is, but I have been very happy with
my Atheros based Proxim Orinoco gold b/g pcmcia card.

It cost me around $70.00 (USD) from Amazon, and that was with
expedited shipping, if I remember correctly.

  

--
Chris Maness
(909) 223-9179
http://www.chrismaness.com





Gable


--

Message: 2
Date: Fri, 5 Jan 2007 16:24:15 -0500
From: Michael P. Soulier [EMAIL PROTECTED]
Subject: tracking port requires
To: FreeBSD Questions freebsd-questions@freebsd.org
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello,

I'm trying to figure out where ports keep their dependency
information, and the best way to parse it? On a Linux rpm-based
system, I can do the following:

Linux RPM  |   FreeBSD Ports |  Task
=
rpm -qa  pkg_info
List all installed packages
rpm -ql package   pkg_info -L package  List
files in package
rpm -qf file  pkg_which file
Which package does file belong to?
rpm -q --requires package  ?
List dependencies of package
rpm -q --whatrequires package   ?
Reverse-dependencies of package

If anyone has compiled this, it would help me out.

Thanks,
Mike
  




--
SlovakNET.sk -  profesionalny webhosting a registracia 
domen za najlepsie ceny. www.slovaknet.sk


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


Re: freebsd-questions Digest, Vol 159, Issue 43

2007-01-06 Thread Lubomir Cvaniga

[EMAIL PROTECTED] napsal(a):

Send freebsd-questions mailing list submissions to
freebsd-questions@freebsd.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than Re: Contents of freebsd-questions digest...


Today's Topics:

   1. Probl?me avec le floppy disk. (Tribal, Gr?gory)
   2. Re: pptpclient vpn problem (Ivan Georgiev)
   3. Re: Probl?me avec le floppy disk. (David Landgren)
   4. Unable to load kernel (Brian Levie)
   5. VPN server to run in FreeBSD jail ... (Marc G. Fournier)
   6. imap-uw manuals - configuration  (Vizion)
   7. Re: Probl?me avec le floppy disk. (Matthew Seaman)
   8. Re: imap-uw manuals - configuration (Albert Shih)
   9. Re: VPN server to run in FreeBSD jail ... (Matthew Seaman)
  10. Re: Advice on which FreeBSD firewall package to choose. (Agus)
  11. Re: Advice on which FreeBSD firewall package to choose. (Eric)
  12. Re: network tuning and performance troubleshooting (Ian Smith)
  13. RE: imap-uw manuals - configuration (Vizion)
  14. How to get best results from FreeBSD-questions (Greg Lehey)
  15. The Complete FreeBSD: errata and addenda (Greg Lehey)
  16. Re: imap-uw manuals - configuration (Vizion)
  17. Re: Advice on which FreeBSD firewall package to choose.
  (Michael P. Soulier)
  18. Re: Advice on which FreeBSD firewall package to choose. (Eric)
  19. Koffice Compile Error (Bob)
  20. Need to make sure my understanding of newsyslog is correct
  for a daemon I'm writing (Andrew Falanga)
  21. Re: imap-uw manuals - configuration (Vizion)
  22. Re: imap-uw manuals - configuration (Mark Tinguely)
  23. usb2.0 being detected as 1.0 (richard legault)
  24. Re: Need to make sure my understanding of newsyslog is
  correct for   a daemon I'm writing (David Kelly)
  25. Tar backup on geom mirror drive (Robert Fitzpatrick)
  26. Best Cheap Wireless card for FreeBSD (Chris Maness)
  27. alittle help (Juan Ortega)
  28. Re: Best Cheap Wireless card for FreeBSD (Steve Franks)


--

Message: 1
Date: Fri, 5 Jan 2007 13:04:04 +0100
From: Tribal, Gr?gory   [EMAIL PROTECTED]
Subject: Probl?me avec le floppy disk.
To: freebsd-questions@FreeBSD.org
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain;   charset=iso-8859-1

Bonjour,

 


Nous avons un problème au moment de l'installation d'un de nos logiciel:

Lorsque que nous insérons une disquette et lançons notre commande 
d'installation, le message suivant apparait:

 


/dev/fd0:  Cannot read :Input/Output error

   At Beginning of tape - Quitting now

   Error is not recoverable: Exiting now

 


Néanmoins, le lecteur de disquette fonctionne car nous utilisons plusieurs 
autres disquettes avant la disquette d'installation.

Nous avons vérifié le BIOS et tout parait bien configuré...

 


Pouvez vous nous aidez à résoudre notre problème?

 


Cordialement

 




--

Message: 2
Date: Fri, 5 Jan 2007 14:14:16 +0200
From: Ivan Georgiev [EMAIL PROTECTED]
Subject: Re: pptpclient vpn problem
To: Clickety [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII

Hello,
I have been having the same problems with pptp
trying to connect to a Win VPN server.
Could not figure out what the problem was.
I guess it had something to do with the encryption
protocols.

I am currently using mpd. You can find it in the ports tree.
There are some sample conf files on the net too.
Good Luck.

Ivan Georgiev


On Fri, 5 Jan 2007 01:53:04 +0200
Clickety [EMAIL PROTECTED] wrote:

  

Hello!

I have a problem setting up VPN connection to my workplace.

I followed this tutorial http://www.freebsddiary.org/pptp.php

When i start pptp client it looks like the connection is created.
I get an ip address on tun0. Routes are added to the routing table and
everything seems fine.
But when i try to connect/ping to any server through the vpn, the
connection closes.
This vpn connection works from my XP box with no problems.

/etc/ppp/ppp.conf

WORK:
  set authname myusername
  set authkey mypass
 set timeout 0
  set ifaddr 0 0
  add 192.168.100.0/24 HISADDR
 alias enable yes
 disable ipv6cp


/var/log/ppp.log

Jan  4 22:49:33 bsd ppp[7376]: Phase: Using interface: tun0
Jan  4 22:49:33 bsd ppp[7376]: Phase: deflink: Created in closed state
Jan  4 22:49:33 bsd ppp[7376]: Warning: The alias command is deprecated
Jan  4 22:49:33 bsd ppp[7376]: Phase: PPP Started (direct mode).
Jan  4 22:49:33 bsd ppp[7376]: Phase: bundle: Establish
Jan  4 22:49:33 bsd ppp[7376]: Phase: deflink: closed - opening
Jan  4 22:49:33 bsd ppp[7376]: Phase: deflink: 

Re: Re: Does Flash only works with linux-firefox?

2007-01-06 Thread Andrew Pantyukhin

On 1/6/07, Abdullah Al-Marrie [EMAIL PROTECTED] wrote:

On 1/6/07, Andrew Pantyukhin [EMAIL PROTECTED] wrote:
 On 1/6/07, Sunnz [EMAIL PROTECTED] wrote:
  Just for reference, you meant the Dec 2006 questions archive, right?

 This topic seems to be discussed every month here.

I think it would be good if you create a page for this in the wiki ;)


What we really need is to make flash work out-of-the-box
(or to bomb Adobe and be done with it), but everyone who
can do this easily has already flash working perfectly,
so we don't bother... Sorry.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


kdeinit other errors

2007-01-06 Thread Vizion
below are: 
/var/log/messages
/var/log/dmesg.today
 output from
df

As you can see there are some problems:

a)kdeinit reports filesystem full when I understand (probably incorrectly 
chuckles df to be telling me there is plenty of space.
b)conftest exiting on signals 11/12 with core dumps 
c) MOD_LOAD dragon saver error messages
d) ACPI-0501, 1304, 0239 errors
None of these I know how to deal with.. some guidance would be appreciated.

The entries follow:
---

from /var/log/messages:
___-
Jan  6 04:18:07 dns1 shutdown: reboot by Sysadmin: 
Jan  6 04:18:09 dns1 syslogd: exiting on signal 15
Jan  6 04:19:16 dns1 syslogd: kernel boot file is /boot/kernel/kernel
Jan  6 04:19:16 dns1 kernel: Copyright (c) 1992-2006 The FreeBSD Project.
Jan  6 04:19:16 dns1 kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 
1991, 1992, 1993, 1994
Jan  6 04:19:16 dns1 kernel: The Regents of the University of California. All 
rights reserved.
Jan  6 04:19:16 dns1 kernel: FreeBSD 6.1-RELEASE #0: Sun May  7 04:15:57 UTC 
2006
Jan  6 04:19:16 dns1 kernel: 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP
Jan  6 04:19:16 dns1 kernel: ACPI APIC Table: GBTAWRDACPI
Jan  6 04:19:16 dns1 kernel: Timecounter i8254 frequency 1193182 Hz quality 
0
Jan  6 04:19:16 dns1 kernel: CPU: AMD Athlon(tm) 64 Processor 3200+ 
(2009.16-MHz K8-class CPU)
Jan  6 04:19:16 dns1 kernel: Origin = AuthenticAMD  Id = 0x20ff2  Stepping = 
2
Jan  6 04:19:16 dns1 kernel: 
Features=0x78bfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2
Jan  6 04:19:16 dns1 kernel: Features2=0x1SSE3
Jan  6 04:19:16 dns1 kernel: AMD 
Features=0xe2500800SYSCALL,NX,MMX+,FFXSR,LM,3DNow+,3DNow
Jan  6 04:19:16 dns1 kernel: AMD Features2=0x1LAHF
Jan  6 04:19:16 dns1 kernel: real memory  = 2080309248 (1983 MB)
Jan  6 04:19:16 dns1 kernel: avail memory = 1997578240 (1905 MB)
Jan  6 04:19:16 dns1 kernel: ioapic0 Version 1.1 irqs 0-23 on motherboard
Jan  6 04:19:16 dns1 kernel: kbd1 at kbdmux0
Jan  6 04:19:16 dns1 kernel: acpi0: GBT AWRDACPI on motherboard
Jan  6 04:19:16 dns1 kernel: acpi_bus_number: can't get _ADR
Jan  6 04:19:16 dns1 kernel: acpi_bus_number: can't get _ADR
Jan  6 04:19:16 dns1 kernel: acpi0: Power Button (fixed)
Jan  6 04:19:16 dns1 kernel: acpi_bus_number: can't get _ADR
Jan  6 04:19:16 dns1 last message repeated 3 times
Jan  6 04:19:16 dns1 kernel: ACPI-0501: *** Error: Handler for [SystemMemory] 
returned AE_AML_ALIGNMENT
Jan  6 04:19:16 dns1 kernel: ACPI-1304: *** Error: Method execution failed 
[\_SB_.MEM_._CRS] (Node 0xffbdbd80), AE_AML_ALIGNMENT
Jan  6 04:19:16 dns1 kernel: ACPI-0239: *** Error: Method execution failed 
[\_SB_.MEM_._CRS] (Node 0xffbdbd80), AE_AML_ALIGNMENT
Jan  6 04:19:16 dns1 kernel: can't fetch resources for \_SB_.MEM_ - 
AE_AML_ALIGNMENT
Jan  6 04:19:16 dns1 kernel: cpu0: ACPI CPU on acpi0
Jan  6 04:19:16 dns1 kernel: acpi_button0: Power Button on acpi0
Jan  6 04:19:16 dns1 kernel: pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on 
acpi0
Jan  6 04:19:16 dns1 kernel: pci0: ACPI PCI bus on pcib0
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 0.0 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 0.1 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 0.2 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 0.3 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 0.4 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 0.5 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 0.6 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 0.7 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0: display, VGA at device 5.0 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 9.0 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: isab0: PCI-ISA bridge at device 10.0 on pci0
Jan  6 04:19:16 dns1 kernel: isa0: ISA bus on isab0
Jan  6 04:19:16 dns1 kernel: pci0: serial bus, SMBus at device 10.1 (no 
driver attached)
Jan  6 04:19:16 dns1 kernel: pci0: memory, RAM at device 10.2 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: ohci0: OHCI (generic) USB controller mem 
0xf7008000-0xf7008fff irq 21 at device 11.0 on pci0
Jan  6 04:19:16 dns1 kernel: ohci0: [GIANT-LOCKED]
Jan  6 04:19:16 dns1 kernel: usb0: OHCI version 1.0, legacy support
Jan  6 04:19:16 dns1 kernel: usb0: SMM does not respond, resetting
Jan  6 04:19:16 dns1 kernel: usb0: OHCI (generic) USB controller on ohci0
Jan  6 04:19:16 dns1 kernel: usb0: USB revision 1.0
Jan  6 04:19:16 dns1 kernel: uhub0: nVidia OHCI root hub, class 9/0, rev 
1.00/1.00, addr 1
Jan  6 04:19:16 dns1 kernel: uhub0: 8 ports with 8 removable, self powered
Jan  6 04:19:16 dns1 kernel: ehci0: EHCI (generic) USB 2.0 controller mem 
0xf7004000-0xf70040ff 

stopping my server from spamming

2007-01-06 Thread David Banning
I have been blacklisted for spamming and I am attempting to ascertain the
source. 

I have a few networked windows boxes which route through a FBSD
server. I also have around ten off-site users who sendmail via port
26 - using smtp password authentication. How do I determine which
email going through the server is spam, and therefore identify the
source?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: stopping my server from spamming

2007-01-06 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David Banning wrote:
 I have been blacklisted for spamming and I am attempting to ascertain the
 source. 
 
 I have a few networked windows boxes which route through a FBSD
 server. I also have around ten off-site users who sendmail via port
 26 - using smtp password authentication. How do I determine which
 email going through the server is spam, and therefore identify the
 source?

First, you should take a look at mail headers to see if you can
determine what the issue could be. For instance, my SMTP provider's DNS
wasn't resolving properly with as of late, so my email was being marked
as spam by many users. This could be your case..

Using nmap / tcpdump / snort to find rogue SMTP hosts is the next step I
would pursue. Remember though, your hosts may not be causing the spam
and it could instead be spoofing of some kind. For that, you can't do
anything except talk to the mail providers that blacklisted your domain
and get things cleared up.

Ultimately, I suggest switching to entirely AUTH based SMTP though to
prevent this issue from occurring. You can either block port 25 from
being routed or use net/smtptrapd (see http://smtptrapd.inodes.org/).

- -Garrett
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.1 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFoAN2EnKyINQw/HARAkXCAKCcYgBB4gFvQMMDwr/VGN+jtGT1lgCeLbjL
yQzU9J77Zlq0Dd/EcT4gkQo=
=8TRt
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: no ath0 on new system with good card

2007-01-06 Thread Giorgos Keramidas
On 2007-01-06 10:08, Steve Franks [EMAIL PROTECTED] wrote:
 I have an ath0 card working fine in one system.  I put it in the
 other, kldload if_ath, but no ath0.  kldload appears sucessful,
 because if you try it again, if says file already present.  I notice
 my pcmcia appears to show up sucesfully when I boot, but I get no
 output on tty0 when I plug in the ath card, like you do on the other
 system.

Are the two systems the same FreeBSD version?  If not, can you show us
dmesg output from the two systems, and then pciconf -lv output after
the card has been plugged in?

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


stopping my server from spamming

2007-01-06 Thread David Banning

I have been blacklisted for spamming and I am attempting to ascertain the
source.

I have a few networked windows boxes which route through a FBSD
server. I also have around ten off-site users who send mail via my port
26 - using smtp password authentication. How do I determine which
email going through the server is spam, and therefore identify the
source?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


www browser

2007-01-06 Thread Eugene Grosbein
Hi!

Does any modern web browser exist there, that is capable to run
with Xlib only, e.g. without any client fonts (using remote font server
instead), that does not require fontconfig, cairo, Render extention?

Please CC: me when replying, I'm not in a list. Thank you.

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


Re: Re: Does Flash only works with linux-firefox?

2007-01-06 Thread Gary Kline
On Sat, Jan 06, 2007 at 06:28:44PM +0300, Abdullah Al-Marrie wrote:
 On 1/6/07, Andrew Pantyukhin [EMAIL PROTECTED] wrote:
 On 1/6/07, Sunnz [EMAIL PROTECTED] wrote:
  Just for reference, you meant the Dec 2006 questions archive, right?
 
 This topic seems to be discussed every month here.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
 
 I think it would be good if you create a page for this in the wiki ;)


Good idea.  A parallel issue might be having wiki pages with
cheatsheets (and even snapshots or thumbprints) for the most
FAQ's.  Esp'ly  configuration issues or
why-portX-is-missing-libY-dependency.  

gary

 
 -- 
 Regards,
 
 -Abdullah Ibn Hamad Al-Marri
 Arab Portal
 http://www.WeArab.Net/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix

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


Re: Re: Does Flash only works with linux-firefox?

2007-01-06 Thread Gary Kline
On Sat, Jan 06, 2007 at 08:49:16PM +0300, Andrew Pantyukhin wrote:
 On 1/6/07, Abdullah Al-Marrie [EMAIL PROTECTED] wrote:
 On 1/6/07, Andrew Pantyukhin [EMAIL PROTECTED] wrote:
  On 1/6/07, Sunnz [EMAIL PROTECTED] wrote:
   Just for reference, you meant the Dec 2006 questions archive, right?
 
  This topic seems to be discussed every month here.
 
 I think it would be good if you create a page for this in the wiki ;)
 
 What we really need is to make flash work out-of-the-box
 (or to bomb Adobe and be done with it), but everyone who
 can do this easily has already flash working perfectly,
 so we don't bother... Sorry.


I don't wantto hijack this thread, but have a simple
flash-related question for the list: what happened to 
the Gnu effort to write a (reverse-engineered [or other]
flash?  I had flash6 working for about a month; then
after an upgrade, it quit.  (*mumble*)

-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix

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


Re: Re: Does Flash only works with linux-firefox?

2007-01-06 Thread Andrew Pantyukhin

On 1/7/07, Gary Kline [EMAIL PROTECTED] wrote:

On Sat, Jan 06, 2007 at 08:49:16PM +0300, Andrew Pantyukhin wrote:
 On 1/6/07, Abdullah Al-Marrie [EMAIL PROTECTED] wrote:
 On 1/6/07, Andrew Pantyukhin [EMAIL PROTECTED] wrote:
  On 1/6/07, Sunnz [EMAIL PROTECTED] wrote:
   Just for reference, you meant the Dec 2006 questions archive, right?
 
  This topic seems to be discussed every month here.
 
 I think it would be good if you create a page for this in the wiki ;)

 What we really need is to make flash work out-of-the-box
 (or to bomb Adobe and be done with it), but everyone who
 can do this easily has already flash working perfectly,
 so we don't bother... Sorry.


I don't wantto hijack this thread, but have a simple
flash-related question for the list: what happened to
the Gnu effort to write a (reverse-engineered [or other]
flash?  I had flash6 working for about a month; then
after an upgrade, it quit.  (*mumble*)


Gnash is alive, but open-source developers prefer
to work on open technologies, in general.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Stuck on win32-codecs compilation.

2007-01-06 Thread Dak Ghatikachalam

Hi Bill,Juha , Josh and pabola

Thanks for all your feedback, It gave the best insight  and understanding.

This is what I did , because even after I had removed the quick time using
make config on win32-codecs directory

It was giving me some more errors it it could not find file while
downloading(when I issued make install in
/usr/ports/multimedia/win32-codecs),

so I went ahead and downloaded manually download win32-codecs.tar.gz  file
from ports directory http://freebsd.org/ports/multimedia website, replaced
with this new win32-codecs.

That made the rest of mplayer  successful.

Then I bumped into the issue  of sound /dev/dsp error I fixed with
reading the

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html(
this I felt is the good help for anyone having sound issues)

did that

# sysctl hw.snd.pcm0.vchans=4
# sysctl hw.snd.maxautovchans=4

took care of the sound issue.

(does anyone know how automatically download  the current specific port, I
know portupgrade -a runs, but it runs endlessly forever)

Thanks
Dak


On 1/4/07, Bill Moran [EMAIL PROTECTED] wrote:


Juha Saarinen [EMAIL PROTECTED] wrote:

 On 1/4/07, Dak Ghatikachalam [EMAIL PROTECTED] wrote:
  Dear Freebsd
 
  I was trying to make  mplayer and  it spat me on error,  win32
-codecs,
  and went on trying the clean up the win32-codecs and try to make the
codecs,
  it still errored out
 
  Has anyone faced the same issue,  Please share your thoughts.
 
  I am scratching my head, what I should doing about this.

 Waiting until the remote code execution security hole is plugged would
 seem to be a sensible thing:

 The Apple Security Team reports that there are multiple
 vulnerabilities within QuickTime (one of the plugins for
 win32-codecs). A remote attacker capable of creating a malicious SGI
 image, FlashPix, FLC movie, or a QuickTime movie can possibly lead to
 execution of arbitrary code or cause a Denial of Service (application
 crash).

 Users who have QuickTime (/win32-codecs) as a browser plugin may be
 vulnerable to remote code execution by visiting a website containing a
 malicious SGI image, FlashPix, FLC movie or a QuickTime movie.

You can get mplayer installed safely by deselecting the quicktime codec
during the installation process.  To change it now, do the following:
cd /usr/ports/multimedia/win32-codecs  make config
Then deselect quicktime from the menu and save your change.  Then go
back to building mplayer and it should succeed.

-Bill


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


dlink ehome wireless

2007-01-06 Thread Tsu-Fan Cheng

Hi,
 I wonder has anybody tried ehome wireless PCI card on freebsd? I tried to
look for ehome info but is not listed in dlink website, why?? thanks!!

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


ipmon group and rule

2007-01-06 Thread Michael P. Soulier

I'm trying to understand the logs that ipmon is generating. Looking at
the ipmon manpage, I see that the group and rule line are given.

Jan  6 22:39:42 kanga ipmon[182]: 22:39:41.827406 tun0 @0:5 b
216.98.226.44,1335 - 216.106.102.70,135 PR tcp len 20 48 -S IN

So, this is coming in the tun0 interface, and it matches group @0, rule 5?

Looking at the output of ipfstat -ni, there is no group zero. So,
it's a rule without a group, such as this one?

block in quick all

I'm trying to understand why this is being blocked.

Thanks,
Mike
--
Michael P. Soulier [EMAIL PROTECTED]
Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction.
--Albert Einstein
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


obtaining kernel.debug

2007-01-06 Thread christopher floess

I'm trying to debug some panics on my system, and the section in the
handbook that goes over kernel debugging points to
/usr/obj/usr/src/sys/KERNEL as the location of kernel.debug. But I don't
have this file there. I only have 'kernel'. There is another section in the
faq, that addresses getting a kernel.debug by using the 'old method'
of recompiling the kernel. It's the one that involves using
/usr/sbin/config, make depend, make, make install, which I don't even think
is covered in the current handbook anymore. Is this section of the faq out
of date?
(here's the link
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/advanced.html#KERNEL-PANIC-TROUBLESHOOTING
)

I've obtained a vmcore file, and now I just need kernel.debug.

Is there a way to get this file using the new make procedure for kernels?
Can I just use the 'kernel' file, or is there a difference between 'kernel'
and 'kernel.debug'? Thanks for any help ~ Chris

--
I can hire one half the working class to kill the other half. ~ Jay Gould
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


debugging ipnat

2007-01-06 Thread Michael P. Soulier

I have a simple port-forwarding rule that I want to work from my
gateway to a box on my LAN, but it doesn't seem to be working.

[EMAIL PROTECTED] ~]$ sudo ipnat -l
Password:
List of active MAP/Redirect filters:
rdr tun0 0.0.0.0/32 port 6882 - 192.168.1.3 port 6882 tcp

Trying to telnet to port 6882 on the public interface from outside, I
just get a connection refused. The port is open in the firewall.
tcpdump shows the traffic arriving, and a reset packet in response.
tcpdump on the private interface shows nothing, so no attempt to
forward the traffic is made.

What am I doing wrong?

Thanks,
Mike
--
Michael P. Soulier [EMAIL PROTECTED]
Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction.
--Albert Einstein
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: obtaining kernel.debug

2007-01-06 Thread perryh
 I'm trying to debug some panics on my system, and the section
 in the handbook that goes over kernel debugging points to
 /usr/obj/usr/src/sys/KERNEL as the location of kernel.debug.
 But I don't have this file there. I only have 'kernel'.

Just in case this was not obvious, KERNEL there is meta-linguistic.
Yours might be in GENERIC, MYKERNEL, etc. -- the same place where
you built the currently-running kernel.  If you're running the
original CD-installed kernel, I suppose the corresponding place
would be GENERIC (but I don't know offhand whether the standard
install includes GENERIC/kernel.debug -- if not, perhaps it should).

 Can I just use the 'kernel' file, or is there a difference
 between 'kernel' and 'kernel.debug'?

The code and data are the same, but 'kernel.debug' also contains
debugging records (symbols, source line references, etc).
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: obtaining kernel.debug

2007-01-06 Thread perryh
 Yours might be in GENERIC, MYKERNEL, etc. -- the same place where
 you built the currently-running kernel.  If you're running the
 original CD-installed kernel, I suppose the corresponding place
 would be GENERIC (but I don't know offhand whether the standard
 install includes GENERIC/kernel.debug -- if not, perhaps it should).

BTW, the kernel build is not necessarily somewhere under /usr/obj
-- mine (6.1) is in /usr/src/sys/i386/compile/GENERIC/kernel.debug
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Error Installing FreeBSD 6.1

2007-01-06 Thread dharam paul
I have given the command:
#pkg_add -f vcsup-without-gui

I get the message that it is already installed.

Does it mean that now I am ready to use CVSup?

Regards

--- Josh Paetzel [EMAIL PROTECTED] wrote:

 On Thursday 04 January 2007 09:08, dharam paul
 wrote:
  After I issue the make install command, the
 following
  error appears while installing cvsup-without-gui:
 
  ===   cvsup-without-gui-16.1h_2 depends on file:
  /usr/local/lib/m3/pkg/tcp/Free
   BSD4/libm3tcp.a - not found
  ===Verifying install for
  /usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a in /
 
  usr/ports/lang/ezm3
  ===  Vulnerability check disabled, database not
 found
  ===  Extracting for ezm3-1.2
  = MD5 Checksum mismatch for
  ezm3/ezm3-1.2-src.tar.bz2.
  = No SHA256 checksum recorded for
  ezm3/ezm3-1.2-src.tar.bz2.
  = MD5 Checksum OK for
  ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
  = No SHA256 checksum recorded for
  ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
  ===  Refetch for 1 more times files:
  ezm3/ezm3-1.2-src.tar.bz2
  ===  Vulnerability check disabled, database not
 found
  = ezm3-1.2-src.tar.bz2 doesn't seem to exist in
  /usr/ports/distfiles/ezm3.
  = Attempting to fetch from
 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/
 ezm3/.
  fetch:
 

ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/ezm3-1.2-s
 rc.tar.bz2: No address record
  = Attempting to fetch from
 

ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ezm3/.
  ===  Vulnerability check disabled, database not
 found
  = MD5 Checksum mismatch for
  ezm3/ezm3-1.2-src.tar.bz2.
  = No SHA256 checksum recorded for
  ezm3/ezm3-1.2-src.tar.bz2.
  = MD5 Checksum OK for
  ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
  = No SHA256 checksum recorded for
  ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
  ===  Giving up on fetching files:
  ezm3/ezm3-1.2-src.tar.bz2
  Make sure the Makefile and distinfo file
  (/usr/ports/lang/ezm3/distinfo)
  are up to date.  If you are absolutely sure you
 want
  to override this
  check, type make NO_CHECKSUM=yes [other args].
  *** Error code 1
 
  Stop in /usr/ports/lang/ezm3.
  *** Error code 1
 
  Stop in /usr/ports/lang/ezm3.
  *** Error code 1
 
  --
 
  Please help.
 
  Regards
 
 
 I'd pkg_add -r csup, which is a drop in replacement
 for cvsup that 
 doesn't have the ezm3 dependancy, or, if you really
 do need cvsup 
 then pkg_add -r cvsup-without-gui
 
 
 -- 
 Thanks,
 
 Josh Paetzel
 ___
 freebsd-questions@freebsd.org mailing list

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


Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download 
Now! http://messenger.yahoo.com/download.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Error Installing FreeBSD 6.1

2007-01-06 Thread Sahil Tandon

dharam paul wrote:


I have given the command:
#pkg_add -f vcsup-without-gui


[...]


Does it mean that now I am ready to use CVSup?


Issue a cvsup command and see if it works.

--
Sahil Tandon [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: Error Installing FreeBSD 6.1

2007-01-06 Thread Josh Paetzel
On Sunday 07 January 2007 00:46, dharam paul wrote:
 I have given the command:
 #pkg_add -f vcsup-without-gui

 I get the message that it is already installed.

 Does it mean that now I am ready to use CVSup?

 Regards


Sounds like it to me. :)

-- 
Thanks,

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


RE: stopping my server from spamming

2007-01-06 Thread Tamouh H.
 
 I have been blacklisted for spamming and I am attempting to 
 ascertain the source.
 
 I have a few networked windows boxes which route through a 
 FBSD server. I also have around ten off-site users who send 
 mail via my port
 26 - using smtp password authentication. How do I determine 
 which email going through the server is spam, and therefore 
 identify the source?

This is more of a question geared towards your mail server application than 
FreeBSD. You should check your mail logs. If you want better advise, you may 
want to provide more information on what mail server are you running, and what 
did you do to prevent SMTP relay.


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