Question about multicast forwarding

2010-12-16 Thread dave jones
Hi,

I have the following networks:

 ---
 |  |
 |  |
   iptv device (172.16.113.2) FreeBSD (re0:172.16.113.8)
| (re1:172.16.112.2)
|
   PCs

The iptv device which sends to multicast 224.0.3.2, I want my PCs to
receive multicast packets and let clients watch TV.
Should I use net/mrouted or use pf can do that?
Would anyone tell me how to do? Thanks.

Cheers,
Dave.
___
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: FTP server link aggregation

2010-12-16 Thread Nikos Vassiliadis

On 12/15/2010 3:11 PM, Matthew Law wrote:

I have a single FreeBSD box acting as an FTP server for multiple FreeBSD
and Linux clients on the same /24 subnet (all gigabit ethernet).  It is
currently connected by just one of it's two gig ethernet ports.  I also
have two cisco switches with an etherchannel between them (using 2 x gig
ports on each switch).  I would like to connect the remaining NIC on my
FreeBSD box to the other switch and enable 802.3ad on those switch ports
to aggregate traffic between them.

This is in the hope that it can better serve multiple FTP clients.  Is my
thinking correct?  Other than the network interface changes which are
documented here:
http://www.freebsd.org/doc/handbook/network-aggregation.html are there any
further tweaks I could make to improve things? -the server is a 'standard
install' and does not use ZFS.  It has an adaptec 5408 RAID card with 4 x
SATA II drives and, IIRC, 128K stripe size and plenty of RAM.

Is there a way of testing this other than initiating large file transfers
to this server from multiple hosts?



A simple ping from multiple sources to your server will do. LACP will
associate each SRCMAC and DSTMAC pair to one physical interface. Creating
traffic with many different SRCMAC and DSTMAC pairs will use both physical
interfaces. But, I do vaguely remember that if_lagg was not able to perform
at 2 * 1Gbps level. Use systat -ifstat to check what's happening and
please, post your performance findings to the list!

HTH, Nikos
___
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: Creating clone of a HDD including boot partition

2010-12-16 Thread bsd

Le 15 déc. 2010 à 20:20, Warren Block a écrit :

 On Wed, 15 Dec 2010, bsd wrote:
 
 Is there a way to dd to a file to create an iso image and then restore 
 (still using dd from this image).
 I only have one IDE -- USB cable so this is the reason why It'd more 
 simple for me to create an iso image of the disk and then restore.
 
 Use dd's of= parameter to send output to a file.  If it really has to be an 
 ISO, pipe it to mkisofs.  Using dd like that makes big files with lots of 
 wasted space.  The article I posted earlier shows how to save some of that by 
 filling the disk's empty space with zeros.  Then gzip can do some useful 
 compression.
 
 Using dump won't be very useful because I won't be able to get the first 63 
 segments where boot info are written, I need something of lower level 
 (obviously dd will be my friend).
 
 A hybrid approach would be to save the first 63 blocks with dd, then use dump 
 for the UFS filesystems.
 
 dd if=/dev/ad0 of=mbr.bin count=63
 
 PS: top-posting bad, inline with trimmed irrelevancies good.

Ok, 

Thanks for the link and explanation. 

I have tried to use the compressed approach using smthg like:

# mount /dev/ad0s1a /mnt
# cd /mnt
# dd if=/dev/zero of=zerofile bs=1M


I have a lot of errors on standerr output such as : 

g_vfs_done() : da0s1a [WRITE(offset=58978680256, length=131072)]error = 5

Up to a point where It has finaly freezed my running FBSD 8.1. 


I don't think I have reached the end of the file… ?? 

-- 

I am restarting the operation. 


––
- Grégory Bernard Director -
--- www.osnet.eu ---
-- Your provider of OpenSource appliances --
––
OSnetOSnetOSnetOSnetOSnetOSnetOSnetOSnetOSnetO

___
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: Creating clone of a HDD including boot partition

2010-12-16 Thread Giorgos Keramidas
On Wed, 15 Dec 2010 18:57:33 +0100, bsd b...@todoo.biz wrote:
 Le 15 déc. 2010 à 16:45, Giorgos Keramidas a écrit :
 On Wed, 15 Dec 2010 16:11:45 +0100, bsd b...@todoo.biz wrote:
 Is there a way to dd to a file to create an iso image and then restore
 (still using dd from this image).  I only have one IDE -- USB cable
 so this is the reason why It'd more simple for me to create an iso
 image of the disk and then restore.

 Using dump won't be very useful because I won't be able to get the
 first 63 segments where boot info are written, I need something of
 lower level (obviously dd will be my friend).

 Thanks everyone. I'll try to post the line code once I got It up and
 running.

 No dd(1) cannot do that.

 What you _can_ do is boot into single-user mode, and then use mkisofs
 with burncd or growisofs from dvd+rw-tools to burn an image while still
 in single-user mode.  The only user mode process is your root shell at
 that point, so you can be relatively sure there are no major changes
 happening somewhere at the filesystem while you are still dumping it to
 a CD-ROM or DVD-ROM disk.

 Just to be precise, I am not trying to do an ISO image of a running
 root FS, but of a USB attached disk.

Then it's much easier.  Just mount the disk as read-only and use
growisofs to dump its contents to a CD-ROM or DVD disk :)

___
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


Spam with fake address from the list?

2010-12-16 Thread Michelle Konzack
Hello *,

does someone get this kind of spam too?

Thanks, Greetings and nice Day/Evening
Michelle Konzack

- Forwarded message from freebsd-questions@freebsd.org -

Date: Mon, 15 Nov 2010 07:55:59 +1100
From: freebsd-questions@freebsd.org
To: Michelle Konzack bsd4miche...@tamay-dogan.net
Subject: Re: Why do you use a devil as a mascot?
X-TDMailSerialnumber: 10324672

   Dear Sir/Madam,
   Your email was unable reach the intended person that you were sending
   it to.
   For more information on our business please click on the following
   link:
   [1]Click here for our website
   We look forward to your continued business in the future.
   Regards,
   Webmaster

Verweise

   1. http://www.xpbargains.net/

- End forwarded message -



-- 
# Debian GNU/Linux Consultant ##
   Development of Intranet and Embedded Systems with Debian GNU/Linux

itsyst...@tdnet France EURL   itsyst...@tdnet UG (limited liability)
Owner Michelle KonzackOwner Michelle Konzack

Apt. 917 (homeoffice)
50, rue de Soultz Kinzigstraße 17
67100 Strasbourg/France   77694 Kehl/Germany
Tel: +33-6-61925193 mobil Tel: +49-177-9351947 mobil
Tel: +33-9-52705884 fix

http://www.itsystems.tamay-dogan.net/  http://www.flexray4linux.org/
http://www.debian.tamay-dogan.net/ http://www.can4linux.org/

Jabber linux4miche...@jabber.ccc.de
ICQ#328449886

Linux-User #280138 with the Linux Counter, http://counter.li.org/


signature.pgp
Description: Digital signature


Re: Spam with fake address from the list?

2010-12-16 Thread Bruce Cran
On Thu, 16 Dec 2010 12:40:35 +0100
Michelle Konzack bsd4miche...@tamay-dogan.net wrote:

 does someone get this kind of spam too?

Yes, lots of people have been getting that for a few months.
parklogic claim there's not anything they can do about it despite it
apparently coming from their servers.

-- 
Bruce Cran
___
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: Spam with fake address from the list?

2010-12-16 Thread Chris Brennan
If you search the list for the last 2 weeks you will see some extensive
posting about it. Use my name and Ian as reference points in your search.
There are a few clues there to help you squash this issue. (Sorry for the
top-post).

-- Sent from my Droid

On Dec 16, 2010 6:40 AM, Michelle Konzack bsd4miche...@tamay-dogan.net
wrote:
 Hello *,

 does someone get this kind of spam too?

 Thanks, Greetings and nice Day/Evening
 Michelle Konzack

 - Forwarded message from freebsd-questions@freebsd.org -

 Date: Mon, 15 Nov 2010 07:55:59 +1100
 From: freebsd-questions@freebsd.org
 To: Michelle Konzack bsd4miche...@tamay-dogan.net
 Subject: Re: Why do you use a devil as a mascot?
 X-TDMailSerialnumber: 10324672

 Dear Sir/Madam,
 Your email was unable reach the intended person that you were sending
 it to.
 For more information on our business please click on the following
 link:
 [1]Click here for our website
 We look forward to your continued business in the future.
 Regards,
 Webmaster

 Verweise

 1. http://www.xpbargains.net/

 - End forwarded message -



 --
 # Debian GNU/Linux Consultant ##
 Development of Intranet and Embedded Systems with Debian GNU/Linux

 itsyst...@tdnet France EURL itsyst...@tdnet UG (limited liability)
 Owner Michelle Konzack Owner Michelle Konzack

 Apt. 917 (homeoffice)
 50, rue de Soultz Kinzigstraße 17
 67100 Strasbourg/France 77694 Kehl/Germany
 Tel: +33-6-61925193 mobil Tel: +49-177-9351947 mobil
 Tel: +33-9-52705884 fix

 http://www.itsystems.tamay-dogan.net/ http://www.flexray4linux.org/
 http://www.debian.tamay-dogan.net/ http://www.can4linux.org/

 Jabber linux4miche...@jabber.ccc.de
 ICQ #328449886

 Linux-User #280138 with the Linux Counter, http://counter.li.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: Spam with fake address from the list?

2010-12-16 Thread Phan Quoc Hien
Yes, I'm too! Spam from the list!

On Thu, Dec 16, 2010 at 6:40 PM, Michelle Konzack 
bsd4miche...@tamay-dogan.net wrote:

 Hello *,

 does someone get this kind of spam too?

 Thanks, Greetings and nice Day/Evening
Michelle Konzack

 - Forwarded message from freebsd-questions@freebsd.org -

 Date: Mon, 15 Nov 2010 07:55:59 +1100
 From: freebsd-questions@freebsd.org
 To: Michelle Konzack bsd4miche...@tamay-dogan.net
 Subject: Re: Why do you use a devil as a mascot?
 X-TDMailSerialnumber: 10324672

   Dear Sir/Madam,
   Your email was unable reach the intended person that you were sending
   it to.
   For more information on our business please click on the following
   link:
   [1]Click here for our website
   We look forward to your continued business in the future.
   Regards,
   Webmaster

 Verweise

   1. http://www.xpbargains.net/

 - End forwarded message -



 --
 # Debian GNU/Linux Consultant ##
   Development of Intranet and Embedded Systems with Debian GNU/Linux

 itsyst...@tdnet France EURL   itsyst...@tdnet UG (limited liability)
 Owner Michelle KonzackOwner Michelle Konzack

 Apt. 917 (homeoffice)
 50, rue de Soultz Kinzigstraße 17
 67100 Strasbourg/France   77694 Kehl/Germany
 Tel: +33-6-61925193 mobil Tel: +49-177-9351947 mobil
 Tel: +33-9-52705884 fix

 http://www.itsystems.tamay-dogan.net/  http://www.flexray4linux.org/
 http://www.debian.tamay-dogan.net/ http://www.can4linux.org/

 Jabber linux4miche...@jabber.ccc.de
 ICQ#328449886

 Linux-User #280138 with the Linux Counter, http://counter.li.org/




-- 
Best regards,
Mr.Hien
E-mail: phanquoch...@gmail.com
Website: www.mrhien.info
___
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: Noob Jail question.

2010-12-16 Thread Boris Samorodov
Dave d...@g8kbv.demon.co.uk writes:

 I've been reading the FreeBSD Manual (a dangerous thing to do during 
 lunchtimes!) relating to Jails.  Other than making my head spin, I'm 
 finding it a tad dificult finding out just what you can/cant do with a 
 Jail.  Mainly, because I'm not familiar with a lot of the terms used, and 
 though the man pages are no doubt correct as a reference, they don't 
 explain it well, in as much as how to use it, well in my addled mind at 
 the moment.

 I think I'd like to run Hiawatha in a Jail, as it seems the right thing 
 to do with something that will be exposed to the www.  
 (Comments/advice?)

 But, how do I arrange it to safely get (read only) access to the website 
 data, without preventing the FTPD service from having access to update 
 that data.  FTPD will only be reachable from LAN side of the main gateway 
 router, Hiawatha will have an outside world port forwarded to it by the 
 router.

 What I'm asking I guess, is..  Can a jail'd app, reach outside the jail 
 in read only mode.   (I suspect, maybe?)   Or can an app outside the 
 jail, drop stuff off inside the jail?  (For whatever reason, I suspect 
 not?)

 If anyone understands what the heck I'm blathering on about, please 
 explain it to me, as I think I've lost the plot.

 Comments, advice, brickbats etc?

You may try to use sysutils/ezjail to install/manage/etc jails.
Using ezjail-admin is quite easy. Ezjails are realy light (they
use readonly mount_nullfs to a basejail rather then real filesystems).
Then you may consider using one jail for FTPD with write access and
an other jail for HTTPD server with read-only access (say, readonly
mount_nullfs) to those written by FTPD files/filesystems.

-- 
WBR, bsam
___
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: Spam with fake address from the list?

2010-12-16 Thread Ian Smith
Re: freebsd-questions Digest, Vol 341, Issue 6, Message: 27
On Thu, 16 Dec 2010 11:44:09 + Bruce Cran br...@cran.org.uk wrote:
  On Thu, 16 Dec 2010 12:40:35 +0100
  Michelle Konzack bsd4miche...@tamay-dogan.net wrote:
  
   does someone get this kind of spam too?
  
  Yes, lots of people have been getting that for a few months.
  parklogic claim there's not anything they can do about it despite it
  apparently coming from their servers.

If you researched the mob running parklogic, I suspect you'd tend to 
give any claims they may make scant credence, to say the very least.

These forged messages were blocked inbound to the FreeBSD mailservers in 
August, but continue to be sent individually to participants harvested 
from messages posted to this list, and likely will continue to be.

Since this is becoming a FAQ:

To date all of these forged messages contain the following mail headers:

  Return-Path: anonym...@dusk.parklogic.com
  Received: from dusk.parklogic.com (allmail.0b2.net [64.38.11.26])

Having your mailserver refuse connections from IP address 64.38.11.26 or 
domain 0b2.net, or envelopes sent by parklogic.com, definitively solves 
this problem.  In sendmail /etc/mail/access syntax, use any or all of:

From:parklogic.com  REJECT
Connect:64.38.11.26 REJECT
Connect:0b2.net REJECT

For those without control over their inbound mailserver, try to block or 
filter mail based on those Return-Path: or Received: headers above, or 
on the Message-ID: header which has always contained 'parklogic.com':

  Message-ID: 20101110202251.16589.qm...@dusk.parklogic.com

And don't forget to wash your hands after flushing :)

cheers, Ian
___
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: Spam with fake address from the list?

2010-12-16 Thread Jerry McAllister
On Thu, Dec 16, 2010 at 12:40:35PM +0100, Michelle Konzack wrote:

 Hello *,
 
 does someone get this kind of spam too?

Yes.  Lots of it from various lists and other paths.   
Just delete it.

jerry


 
 Thanks, Greetings and nice Day/Evening
 Michelle Konzack
 
 - Forwarded message from freebsd-questions@freebsd.org -
 
 Date: Mon, 15 Nov 2010 07:55:59 +1100
 From: freebsd-questions@freebsd.org
 To: Michelle Konzack bsd4miche...@tamay-dogan.net
 Subject: Re: Why do you use a devil as a mascot?
 X-TDMailSerialnumber: 10324672
 
Dear Sir/Madam,
Your email was unable reach the intended person that you were sending
it to.
For more information on our business please click on the following
link:
[1]Click here for our website
We look forward to your continued business in the future.
Regards,
Webmaster
 
 Verweise
 
1. http://www.xpbargains.net/
 
 - End forwarded message -
 
 
 
 -- 
 # Debian GNU/Linux Consultant ##
Development of Intranet and Embedded Systems with Debian GNU/Linux
 
 itsyst...@tdnet France EURL   itsyst...@tdnet UG (limited liability)
 Owner Michelle KonzackOwner Michelle Konzack
 
 Apt. 917 (homeoffice)
 50, rue de Soultz Kinzigstraße 17
 67100 Strasbourg/France   77694 Kehl/Germany
 Tel: +33-6-61925193 mobil Tel: +49-177-9351947 mobil
 Tel: +33-9-52705884 fix
 
 http://www.itsystems.tamay-dogan.net/  http://www.flexray4linux.org/
 http://www.debian.tamay-dogan.net/ http://www.can4linux.org/
 
 Jabber linux4miche...@jabber.ccc.de
 ICQ#328449886
 
 Linux-User #280138 with the Linux Counter, http://counter.li.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: Creating clone of a HDD including boot partition

2010-12-16 Thread Warren Block

On Thu, 16 Dec 2010, bsd wrote:


I have tried to use the compressed approach using smthg like:

# mount /dev/ad0s1a /mnt
# cd /mnt
# dd if=/dev/zero of=zerofile bs=1M


I have a lot of errors on standerr output such as :

g_vfs_done() : da0s1a [WRITE(offset=58978680256, length=131072)]error = 5

Up to a point where It has finaly freezed my running FBSD 8.1.


I don't think I have reached the end of the file? ??


No, it looks like either the drive or the USB adapter is having hardware 
problems.  Using an external power supply for the drive may help, or 
maybe just dual USB connections (if it has them). Or connect through a 
powered hub.

___
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: Creating clone of a HDD including boot partition

2010-12-16 Thread Bernt Hansson

2010-12-16 11:55, bsd:


I have tried to use the compressed approach using smthg like:

# mount /dev/ad0s1a /mnt
# cd /mnt
# dd if=/dev/zero of=zerofile bs=1M


I have a lot of errors on standerr output such as :

g_vfs_done() : da0s1a [WRITE(offset=58978680256, length=131072)]error = 5


You have to little disk space, is my guess.


Up to a point where It has finaly freezed my running FBSD 8.1.


To little to fast.


I don't think I have reached the end of the file… ??


___
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


Wifi keeps dropping.. not sure why, looking for tips/suggestions on debugging this

2010-12-16 Thread Justin V.


I keep seeing my wlan0 interface go down..  I suspected a faulty wifi 
router.. i changed that out..


Ive tried using WEP and WPA.  Currently using WPA.

Here are the logs Im seeing..

Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: CTRL-EVENT-DISCONNECTED - 
Disconnect event - remove keys
Dec 16 07:47:57 yeaguy kernel: wlan0: link state changed to DOWN
Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: Trying to associate with 
00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: Authentication with 
00:22:6b:66:bf:74 timed out.
Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: Trying to associate with 
00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
Dec 16 07:48:18 yeaguy wpa_supplicant[9492]: Authentication with 
00:22:6b:66:bf:74 timed out.
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: Trying to associate with 
00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: WPA: EAPOL-Key Replay Counter did 
not increase - dropping packet
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: Associated with 00:22:6b:66:bf:74
Dec 16 07:48:20 yeaguy kernel: wlan0: link state changed to UP

Given the errors seen what would be the best debug to use??

wlandebug or tcpdump ??

I went ahead and enabled since my logs are complaining about association 
and authentication..


yeaguy# wlandebug -i wlan0 auth+assoc
net.wlan.0.debug: 0x0 = 0xc0assoc,auth
yeaguy#


Any tips would be appreciated.. I have an end user continually complaining 
of disconects over FTP..



Thanks,

justin v


___
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: Wifi keeps dropping.. not sure why, looking for tips/suggestions on debugging this

2010-12-16 Thread Mubeesh ali
can u completely not send any traffic or is this a random drop. If
random there could be interference causing replay counter mismatch.
This may force AP to drop the packet,  the ap may de authenticate
client if it sees continuous stream of such packets in a short
interval and force client to drop existing sessions like ftp.

Please try changing the channel. If the client and AP are both A
capable please try using the A band as there are more non overlapping
channels and u may be able to find a channel with low interference.



On Thu, Dec 16, 2010 at 10:46 PM, Justin V. v...@yeaguy.com wrote:

 I keep seeing my wlan0 interface go down..  I suspected a faulty wifi
 router.. i changed that out..

 Ive tried using WEP and WPA.  Currently using WPA.

 Here are the logs Im seeing..

 Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: CTRL-EVENT-DISCONNECTED -
 Disconnect event - remove keys
 Dec 16 07:47:57 yeaguy kernel: wlan0: link state changed to DOWN
 Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
 Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: Trying to associate with
 00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
 Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: Authentication with
 00:22:6b:66:bf:74 timed out.
 Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
 Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: Trying to associate with
 00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
 Dec 16 07:48:18 yeaguy wpa_supplicant[9492]: Authentication with
 00:22:6b:66:bf:74 timed out.
 Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
 Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: Trying to associate with
 00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
 Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: WPA: EAPOL-Key Replay Counter
 did not increase - dropping packet
 Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: Associated with
 00:22:6b:66:bf:74
 Dec 16 07:48:20 yeaguy kernel: wlan0: link state changed to UP

 Given the errors seen what would be the best debug to use??

 wlandebug or tcpdump ??

 I went ahead and enabled since my logs are complaining about association and
 authentication..

 yeaguy# wlandebug -i wlan0 auth+assoc
 net.wlan.0.debug: 0x0 = 0xc0assoc,auth
 yeaguy#


 Any tips would be appreciated.. I have an end user continually complaining
 of disconects over FTP..


 Thanks,

 justin v


 ___
 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




-- 
Best  Regards,

Mubeesh Ali.V.M
___
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: Wifi keeps dropping.. not sure why, looking for tips/suggestions on debugging this

2010-12-16 Thread Justin V.



On Thu, 16 Dec 2010, Mubeesh ali wrote:


can u completely not send any traffic or is this a random drop. If
random there could be interference causing replay counter mismatch.
This may force AP to drop the packet,  the ap may de authenticate
client if it sees continuous stream of such packets in a short
interval and force client to drop existing sessions like ftp.

Please try changing the channel. If the client and AP are both A
capable please try using the A band as there are more non overlapping
channels and u may be able to find a channel with low interference.



On Thu, Dec 16, 2010 at 10:46 PM, Justin V. v...@yeaguy.com wrote:


I keep seeing my wlan0 interface go down..  I suspected a faulty wifi
router.. i changed that out..

Ive tried using WEP and WPA.  Currently using WPA.

Here are the logs Im seeing..

Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: CTRL-EVENT-DISCONNECTED -
Disconnect event - remove keys
Dec 16 07:47:57 yeaguy kernel: wlan0: link state changed to DOWN
Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: Trying to associate with
00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: Authentication with
00:22:6b:66:bf:74 timed out.
Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: Trying to associate with
00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
Dec 16 07:48:18 yeaguy wpa_supplicant[9492]: Authentication with
00:22:6b:66:bf:74 timed out.
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: Trying to associate with
00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: WPA: EAPOL-Key Replay Counter
did not increase - dropping packet
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: Associated with
00:22:6b:66:bf:74
Dec 16 07:48:20 yeaguy kernel: wlan0: link state changed to UP

Given the errors seen what would be the best debug to use??

wlandebug or tcpdump ??

I went ahead and enabled since my logs are complaining about association and
authentication..

yeaguy# wlandebug -i wlan0 auth+assoc
net.wlan.0.debug: 0x0 = 0xc0assoc,auth
yeaguy#


Any tips would be appreciated.. I have an end user continually complaining
of disconects over FTP..


Thanks,

justin v


___
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





--
Best  Regards,

Mubeesh Ali.V.M
___
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





Hi Mubeesh,

It seems to be a random drop.. FTP will be humming along and then wlan0 
will go down..


I have the router set for channel 11...

i do not have these types of drops with other wifi capable devices..

ex.  WIN laptop, Playstaion 3... etc...



rum0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 2290
ether 00:1e:e5:a8:bd:5a
media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
status: associated
wlan0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
ether 00:1e:e5:a8:bd:5a
inet 192.168.1.169 netmask 0xff00 broadcast 192.168.1.255
media: IEEE 802.11 Wireless Ethernet OFDM/18Mbps mode 11g
status: associated
ssid vicnet channel 11 (2462 MHz 11g) bssid 00:22:6b:66:bf:74
country US authmode WPA2/802.11i privacy ON deftxkey UNDEF
AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 0 bmiss 7 scanvalid 450
bgscan bgscanintvl 300 bgscanidle 250 roam:rssi 7 roam:rate 5
protmode CTS roaming MANUAL



Also yesterday, I lost complete connectivity to the router while my WIN PC 
was connected and browsing just fine..


I had to bounce the interface and reset the default gateway and my 
connection restored.


I did:

/etc/rc.d/netif restart  /etc/rc.d/routing restart


Thanks,

Justin___
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

FreeBSD 7.2-RELEASE amd64 hangs

2010-12-16 Thread Matej Šerc
Hi,

I am experiencing a strange issue that has never occurred to me in all the
years of using different versions of FreeBSD.

One of our servers, which was running without any issues until yesterday,
stopped responding for two times now - yesterday and today. About three days
ago another process of pulling out SNMP data from devices was added, but I
was looking the system load and the system was working normally and also
processes were cmpleting successfully within the timeframe of 5 minutes
(much faster, they completed in about 2 minutes). I also want to mention
that those SNMP pulling processes were already working about a month or so
on the same server (no hardware was changed in the meantime) and I am pretty
sure that it should work normally as it did.

My main problem is, that there is abcolutely nothing in log files - no
errors, no warnings, nothing. No strange messages, every process just stops
logging at one time and then continues after the reboot. Another interesting
issue is that both hangs occured at approximately the same time, but there
was nobody in the server room and also no one was logged into the server at
that time except me. About 10 minutes before hang I was investigating
processes and everything was very normal - no large CPU eating or memory
eating processes. This might be interesting, even after every process stops
responding, I was still able to ping the network interfaces and receive ICMP
replies back.

Of course my idea about it is that it must be connected to some hardware
problems - my suggestion was to make some memory tests. But I would like to
hear some your oppinions about the entire situation. Could some power supply
issues be doing it? The server is about a year old and has, as I already
mentioned, worked like a charm until now. How come there is no kernel panic
since no daemon seems to be working? Why is network interface still up and
working?

I was unable to go to the co-location facility so I can't say what was on
the screen at both times, but I suppose there was nothing else than messages
I can read from log files.

I know that 7.2 is pretty old version, but it was working until now on the
same hardware and we had no reason to change that. Now the system is after
reboot again running smoothly and without any issues at all.

Thank you very much for any information regarding the issue.

BR, Matej
___
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: Wifi keeps dropping.. not sure why, looking for tips/suggestions on debugging this

2010-12-16 Thread Mubeesh ali
Hi Justin,

I see 7 beacon misses on the interface which is not good the client
disconnects on beacon miss...typically most ap's are configured to
send a beacon every 100 ms .  ..this looks similar
http://madwifi-project.org/ticket/1957


thanks,
Mubeesh
On Thu, Dec 16, 2010 at 11:16 PM, Justin V. v...@yeaguy.com wrote:


 On Thu, 16 Dec 2010, Mubeesh ali wrote:

 can u completely not send any traffic or is this a random drop. If
 random there could be interference causing replay counter mismatch.
 This may force AP to drop the packet,  the ap may de authenticate
 client if it sees continuous stream of such packets in a short
 interval and force client to drop existing sessions like ftp.

 Please try changing the channel. If the client and AP are both A
 capable please try using the A band as there are more non overlapping
 channels and u may be able to find a channel with low interference.



 On Thu, Dec 16, 2010 at 10:46 PM, Justin V. v...@yeaguy.com wrote:

 I keep seeing my wlan0 interface go down..  I suspected a faulty wifi
 router.. i changed that out..

 Ive tried using WEP and WPA.  Currently using WPA.

 Here are the logs Im seeing..

 Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: CTRL-EVENT-DISCONNECTED -
 Disconnect event - remove keys
 Dec 16 07:47:57 yeaguy kernel: wlan0: link state changed to DOWN
 Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
 Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: Trying to associate with
 00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
 Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: Authentication with
 00:22:6b:66:bf:74 timed out.
 Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
 Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: Trying to associate with
 00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
 Dec 16 07:48:18 yeaguy wpa_supplicant[9492]: Authentication with
 00:22:6b:66:bf:74 timed out.
 Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
 Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: Trying to associate with
 00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
 Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: WPA: EAPOL-Key Replay
 Counter
 did not increase - dropping packet
 Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: Associated with
 00:22:6b:66:bf:74
 Dec 16 07:48:20 yeaguy kernel: wlan0: link state changed to UP

 Given the errors seen what would be the best debug to use??

 wlandebug or tcpdump ??

 I went ahead and enabled since my logs are complaining about association
 and
 authentication..

 yeaguy# wlandebug -i wlan0 auth+assoc
 net.wlan.0.debug: 0x0 = 0xc0assoc,auth
 yeaguy#


 Any tips would be appreciated.. I have an end user continually
 complaining
 of disconects over FTP..


 Thanks,

 justin v


 ___
 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




 --
 Best  Regards,

 Mubeesh Ali.V.M
 ___
 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




 Hi Mubeesh,

 It seems to be a random drop.. FTP will be humming along and then wlan0 will
 go down..

 I have the router set for channel 11...

 i do not have these types of drops with other wifi capable devices..

 ex.  WIN laptop, Playstaion 3... etc...



 rum0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 2290
        ether 00:1e:e5:a8:bd:5a
        media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
        status: associated
 wlan0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
        ether 00:1e:e5:a8:bd:5a
        inet 192.168.1.169 netmask 0xff00 broadcast 192.168.1.255
        media: IEEE 802.11 Wireless Ethernet OFDM/18Mbps mode 11g
        status: associated
        ssid vicnet channel 11 (2462 MHz 11g) bssid 00:22:6b:66:bf:74
        country US authmode WPA2/802.11i privacy ON deftxkey UNDEF
        AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 0 bmiss 7 scanvalid 450
        bgscan bgscanintvl 300 bgscanidle 250 roam:rssi 7 roam:rate 5
        protmode CTS roaming MANUAL



 Also yesterday, I lost complete connectivity to the router while my WIN PC
 was connected and browsing just fine..

 I had to bounce the interface and reset the default gateway and my
 connection restored.

 I did:

 /etc/rc.d/netif restart  /etc/rc.d/routing restart


 Thanks,

 Justin
___
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: Spam with fake address from the list?

2010-12-16 Thread Bernt Hansson

2010-12-16 12:40, Michelle Konzack:

Hello *,

does someone get this kind of spam too?


No, nothing from the ip-range 69.170.128.0/24 is getting thru.



Thanks, Greetings and nice Day/Evening
 Michelle Konzack

- Forwarded message from freebsd-questions@freebsd.org -

Date: Mon, 15 Nov 2010 07:55:59 +1100
From: freebsd-questions@freebsd.org
To: Michelle Konzackbsd4miche...@tamay-dogan.net
Subject: Re: Why do you use a devil as a mascot?
X-TDMailSerialnumber: 10324672

Dear Sir/Madam,
Your email was unable reach the intended person that you were sending
it to.
For more information on our business please click on the following
link:
[1]Click here for our website
We look forward to your continued business in the future.
Regards,
Webmaster

Verweise

1. http://www.xpbargains.net/

- End forwarded message -




___
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: Spam with fake address from the list?

2010-12-16 Thread Svein Skogen (Listmail account)
On 16.12.2010 19:56, Bernt Hansson wrote:
 2010-12-16 12:40, Michelle Konzack:
 Hello *,

 does someone get this kind of spam too?
 
 No, nothing from the ip-range 69.170.128.0/24 is getting thru.

I actually have a very specific route, just for them, in my border gateway:

ip route 64.38.11.26 255.255.255.255 Null0

Let's just say that I have ... views on incurable spammers.

//Svein

-- 
+---+---
  /\   |Svein Skogen   | sv...@d80.iso100.no
  \ /   |Solberg Østli 9| PGP Key:  0xE5E76831
   X|2020 Skedsmokorset | sv...@jernhuset.no
  / \   |Norway | PGP Key:  0xCE96CE13
|   | sv...@stillbilde.net
 ascii  |   | PGP Key:  0x58CD33B6
 ribbon |System Admin   | svein-listm...@stillbilde.net
Campaign|stillbilde.net | PGP Key:  0x22D494A4
+---+---
|msn messenger: | Mobile Phone: +47 907 03 575
|sv...@jernhuset.no | RIPE handle:SS16503-RIPE
+---+---
A: Because it fouls 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 and in e-mail?

 Picture Gallery:
  https://gallery.stillbilde.net/v/svein/




signature.asc
Description: OpenPGP digital signature


Re: Wifi keeps dropping.. not sure why, looking for tips/suggestions on debugging this

2010-12-16 Thread Justin V.



On Thu, 16 Dec 2010, Mubeesh ali wrote:


Hi Justin,

I see 7 beacon misses on the interface which is not good the client
disconnects on beacon miss...typically most ap's are configured to
send a beacon every 100 ms .  ..this looks similar
http://madwifi-project.org/ticket/1957


thanks,
Mubeesh
On Thu, Dec 16, 2010 at 11:16 PM, Justin V. v...@yeaguy.com wrote:



On Thu, 16 Dec 2010, Mubeesh ali wrote:


can u completely not send any traffic or is this a random drop. If
random there could be interference causing replay counter mismatch.
This may force AP to drop the packet,  the ap may de authenticate
client if it sees continuous stream of such packets in a short
interval and force client to drop existing sessions like ftp.

Please try changing the channel. If the client and AP are both A
capable please try using the A band as there are more non overlapping
channels and u may be able to find a channel with low interference.



On Thu, Dec 16, 2010 at 10:46 PM, Justin V. v...@yeaguy.com wrote:


I keep seeing my wlan0 interface go down..  I suspected a faulty wifi
router.. i changed that out..

Ive tried using WEP and WPA.  Currently using WPA.

Here are the logs Im seeing..

Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: CTRL-EVENT-DISCONNECTED -
Disconnect event - remove keys
Dec 16 07:47:57 yeaguy kernel: wlan0: link state changed to DOWN
Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: Trying to associate with
00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: Authentication with
00:22:6b:66:bf:74 timed out.
Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: Trying to associate with
00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
Dec 16 07:48:18 yeaguy wpa_supplicant[9492]: Authentication with
00:22:6b:66:bf:74 timed out.
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: Trying to associate with
00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: WPA: EAPOL-Key Replay
Counter
did not increase - dropping packet
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: Associated with
00:22:6b:66:bf:74
Dec 16 07:48:20 yeaguy kernel: wlan0: link state changed to UP

Given the errors seen what would be the best debug to use??

wlandebug or tcpdump ??

I went ahead and enabled since my logs are complaining about association
and
authentication..

yeaguy# wlandebug -i wlan0 auth+assoc
net.wlan.0.debug: 0x0 = 0xc0assoc,auth
yeaguy#


Any tips would be appreciated.. I have an end user continually
complaining
of disconects over FTP..


Thanks,

justin v


___
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





--
Best  Regards,

Mubeesh Ali.V.M
___
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





Hi Mubeesh,

It seems to be a random drop.. FTP will be humming along and then wlan0 will
go down..

I have the router set for channel 11...

i do not have these types of drops with other wifi capable devices..

ex.  WIN laptop, Playstaion 3... etc...



rum0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 2290
       ether 00:1e:e5:a8:bd:5a
       media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
       status: associated
wlan0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
       ether 00:1e:e5:a8:bd:5a
       inet 192.168.1.169 netmask 0xff00 broadcast 192.168.1.255
       media: IEEE 802.11 Wireless Ethernet OFDM/18Mbps mode 11g
       status: associated
       ssid vicnet channel 11 (2462 MHz 11g) bssid 00:22:6b:66:bf:74
       country US authmode WPA2/802.11i privacy ON deftxkey UNDEF
       AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 0 bmiss 7 scanvalid 450
       bgscan bgscanintvl 300 bgscanidle 250 roam:rssi 7 roam:rate 5
       protmode CTS roaming MANUAL



Also yesterday, I lost complete connectivity to the router while my WIN PC
was connected and browsing just fine..

I had to bounce the interface and reset the default gateway and my
connection restored.

I did:

/etc/rc.d/netif restart  /etc/rc.d/routing restart


Thanks,

Justin

___
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






interesting.. do you know of a better adapter to use??

ive done a search on wlan0 and bmiss.. alot of threads regarding that 
issue, but all the threads show bmiss 7 ?? does that seem odd??



Re: Noob Jail question.

2010-12-16 Thread Dave
On 16 Dec 2010 at 14:50, Da Rock wrote:

 On 12/16/10 09:32, Dave wrote:
  Hi.
 
  As some of you may remember, I've managed to build a F'BSD V8.0
  based system that provides me with:-
.
.
.
.
 

Hi..

Indexer and Da Rock, many thanks, more reading, and some fiddling needed 
I think.

Cheers.

Dave B.

___
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


Usage Based Tracking

2010-12-16 Thread Derek Buttineau
Bell Canada is implementing Usage Based Billing to its wholesale DSL customers. 
 Is anyone on this list familiar with this and if so do you foresee having to 
increase or dramatically change current internal usage based monitoring to be 
able to support and/or substantiate the information Bell will be providing for 
billing?

--
Regards,

Derek Buttineau
Compu-SOLVE Technologies, Inc
___
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: Wifi keeps dropping.. not sure why, looking for tips/suggestions on debugging this

2010-12-16 Thread Paul B Mahol
On Thu, Dec 16, 2010 at 7:28 PM, Justin V. v...@yeaguy.com wrote:
 interesting.. do you know of a better adapter to use??

 ive done a search on wlan0 and bmiss.. alot of threads regarding that issue,
 but all the threads show bmiss 7 ?? does that seem odd??

FYI, you can change bmiss value with ifconfig(8).
___
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: Creating clone of a HDD including boot partition

2010-12-16 Thread bsd
Le 16 déc. 2010 à 16:03, Bernt Hansson a écrit :

 2010-12-16 11:55, bsd:
 
 I have tried to use the compressed approach using smthg like:
 
 # mount /dev/ad0s1a /mnt
 # cd /mnt
 # dd if=/dev/zero of=zerofile bs=1M
 
 
 I have a lot of errors on standerr output such as :
 
 g_vfs_done() : da0s1a [WRITE(offset=58978680256, length=131072)]error = 5
 
 You have to little disk space, is my guess.
 
 Up to a point where It has finaly freezed my running FBSD 8.1.
 
 To little to fast.
 
 I don't think I have reached the end of the file… ??
 

Ok, 

I have got It working. 

I have created an 736 MB archive of my 160 GB hard drive. 
Now I am trying to restore It from my mac with : 

$ gzcat pfSense_HDD.gz | dd of=/dev/disk1 bs=1m


It has started at 19h52 and at 32h02 it is still not finished… 
I thing I'll go to sleep and see if the baby is born tomorow morning. 

Is there anything I can do to speed up the process ?


Anyway thank you for all this useful help. 

––
- Grégory Bernard Director -
--- www.osnet.eu ---
-- Your provider of OpenSource appliances --
––
OSnetOSnetOSnetOSnetOSnetOSnetOSnetOSnetOSnetO

___
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: Creating clone of a HDD including boot partition

2010-12-16 Thread Adam Vande More
On Thu, Dec 16, 2010 at 4:05 PM, bsd b...@todoo.biz wrote:


 $ gzcat pfSense_HDD.gz | dd of=/dev/disk1 bs=1m

 snip
 Is there anything I can do to speed up the process ?


Not without interrupting it,  but prior to that you could have done things
like testing for optimal bs=.  1m should perform ok, but you may have been
able to get better throughput with a smaller value.

http://lists.freebsd.org/pipermail/freebsd-performance/2005-October/001555.html

If they are IDE drive make sure they are on different controllers eg not in
a master/slave arrangement.

Buy a faster /dev/disk1



-- 
Adam Vande More
___
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: Wifi keeps dropping.. not sure why, looking for tips/suggestions on debugging this

2010-12-16 Thread Justin V.



On Thu, 16 Dec 2010, Paul B Mahol wrote:


On Thu, Dec 16, 2010 at 7:28 PM, Justin V. v...@yeaguy.com wrote:

interesting.. do you know of a better adapter to use??

ive done a search on wlan0 and bmiss.. alot of threads regarding that issue,
but all the threads show bmiss 7 ?? does that seem odd??


FYI, you can change bmiss value with ifconfig(8).
___
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




i am going to reconfig the bmiss to 200 and see how the int handles 
traffic load after that.

___
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: next question....

2010-12-16 Thread David Brodbeck
On Sat, Nov 27, 2010 at 9:06 AM, Chris Brennan xa...@xaerolimit.net wrote:
 When sudo'ing, pass 'sudo su -' (same principle applies, but you don't need
 to to be in wheel to use this command)

Is the end result of 'sudo su - ' any different from the simpler
command 'sudo -i'?
___
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: Wifi keeps dropping.. not sure why, looking for tips/suggestions on debugging this

2010-12-16 Thread Da Rock

On 12/17/10 03:46, Justin V. wrote:



On Thu, 16 Dec 2010, Mubeesh ali wrote:


can u completely not send any traffic or is this a random drop. If
random there could be interference causing replay counter mismatch.
This may force AP to drop the packet,  the ap may de authenticate
client if it sees continuous stream of such packets in a short
interval and force client to drop existing sessions like ftp.

Please try changing the channel. If the client and AP are both A
capable please try using the A band as there are more non overlapping
channels and u may be able to find a channel with low interference.



On Thu, Dec 16, 2010 at 10:46 PM, Justin V. v...@yeaguy.com wrote:


I keep seeing my wlan0 interface go down..  I suspected a faulty wifi
router.. i changed that out..

Ive tried using WEP and WPA.  Currently using WPA.

Here are the logs Im seeing..

Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: CTRL-EVENT-DISCONNECTED -
Disconnect event - remove keys
Dec 16 07:47:57 yeaguy kernel: wlan0: link state changed to DOWN
Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: Trying to associate with
00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: Authentication with
00:22:6b:66:bf:74 timed out.
Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: Trying to associate with
00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
Dec 16 07:48:18 yeaguy wpa_supplicant[9492]: Authentication with
00:22:6b:66:bf:74 timed out.
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: Trying to associate with
00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: WPA: EAPOL-Key Replay 
Counter

did not increase - dropping packet
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: Associated with
00:22:6b:66:bf:74
Dec 16 07:48:20 yeaguy kernel: wlan0: link state changed to UP

Given the errors seen what would be the best debug to use??

wlandebug or tcpdump ??

I went ahead and enabled since my logs are complaining about 
association and

authentication..

yeaguy# wlandebug -i wlan0 auth+assoc
net.wlan.0.debug: 0x0 = 0xc0assoc,auth
yeaguy#


Any tips would be appreciated.. I have an end user continually 
complaining

of disconects over FTP..


Thanks,

justin v


___
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






--
Best  Regards,

Mubeesh Ali.V.M
___
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






Hi Mubeesh,

It seems to be a random drop.. FTP will be humming along and then 
wlan0 will go down..


I have the router set for channel 11...

i do not have these types of drops with other wifi capable devices..

ex.  WIN laptop, Playstaion 3... etc...



rum0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 
2290

ether 00:1e:e5:a8:bd:5a
media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
status: associated
wlan0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 
1500

ether 00:1e:e5:a8:bd:5a
inet 192.168.1.169 netmask 0xff00 broadcast 192.168.1.255
media: IEEE 802.11 Wireless Ethernet OFDM/18Mbps mode 11g
status: associated
ssid vicnet channel 11 (2462 MHz 11g) bssid 00:22:6b:66:bf:74
country US authmode WPA2/802.11i privacy ON deftxkey UNDEF
AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 0 bmiss 7 
scanvalid 450

bgscan bgscanintvl 300 bgscanidle 250 roam:rssi 7 roam:rate 5
protmode CTS roaming MANUAL



Also yesterday, I lost complete connectivity to the router while my 
WIN PC was connected and browsing just fine..


I had to bounce the interface and reset the default gateway and my 
connection restored.


I did:

/etc/rc.d/netif restart  /etc/rc.d/routing restart


Thanks,

Justin
What version FreeBSD are you using? The only workaround I know is kill 
wpa_supplicant and run again- been happening to me for ages. But 8.1 it 
_finally_ sorted it out :)



___
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: Noob Jail question.

2010-12-16 Thread Indexer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 
 
 Indexer and Da Rock, many thanks, more reading, and some fiddling needed 
 I think.

It is the best way to learn. Setup a VM of fbsd 8.1 on your computer, and just 
play with it on that with jails, and learn what you can an cant do. Remember 
that if you ever need help of course, these email lists are great. Also, read 
the FBSD handbook, it has some great instructions

Isnt self directed learning great ;)


 
 Cheers.
 
 Dave B.
 
 ___
 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

William Brown

pgp.mit.edu



-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.16 (Darwin)

iQIcBAEBAgAGBQJNCsBsAAoJEHF16AnLoz6JG58P/Auqb1g9Id0r+uAIdg7atLf0
+KCaJ78n/2+aYYUAxbjnfAIQrv/qwqvV163EnZCVq4xJSAfUlZWo9fkV55mPN5co
d5ZO9s7dr4p57ptv3MuF8+DtG0dPq9KtBPQT1U7m94uzXSDCRtjVJMzg5AqIfRTi
+ZO19ewjfMkhvEi0qmk2BoOTc50WGaQSU8A09r8ItquDOAqGYV+a7yPswUhn6Uc8
NCc+m1kDdAyxjLKTMzcP1Lkxh8j/RU8fxpPZQkIc6U/6dF56NGUob+99R6xsUt5P
y3LgkMd1R6pOngrid3MXxB7pIlh6Hy/tSICgcpsUPYbXinKlSFrSKlX6PIHRZlj0
vIO89ofHMl2m8T0L52zZcAupcnP43i+cUI7paPBAekbmuV/VhaCOWxCZp97CUVKd
30dgngg0zKBZFPHbCeMZLsNT4gsCRnVEJdUYSnxKMg6tLFwK8uCnXU3wPoQ/Gm0u
SVsVQTdHJfkHfjt0oEqZeBEPtTi8Nd5HCn6JAEOpXY6I9d4/4qifSM0goV5uyO0F
Xo++r6ej+dN1Mo1/4TR0EomEI20hgASnKit9C2exAx77qqmpMpk95O6EZbvF4Q4U
dNR/o72Qq5v7SFLV18DlA5sFUnLk7cZclNsaeNf60ZAzp6iCxrsSoZjmbIkX0qEv
W5gn8NQbQqDFVy7XbJyk
=KnnJ
-END PGP SIGNATURE-
___
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


Can't Build Port - pecl-intl

2010-12-16 Thread Kevin McQuiggin
Hi All:

I am trying to upgrade my RoundCube webmail port, but the build fails when 
trying to build the dependency port pecl-intl:

==
highgate# pwd
/usr/ports/devel/pecl-intl
highgate# make
===   pecl-intl-1.1.2_2 depends on file: /usr/local/bin/phpize - found
===   pecl-intl-1.1.2_2 depends on file: /usr/local/bin/autoconf-2.68 - found
===   pecl-intl-1.1.2_2 depends on shared library: icui18n.46 - found
===  PHPizing for pecl-intl-1.1.2_2
Configuring for:
PHP Api Version: 20090626
Zend Module Api No:  20090626
Zend Extension Api No:   220090626
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.

*** Error code 1

Stop in /usr/ports/devel/pecl-intl.
==

The problem seems to be with the make failing to find autoconf, which is 
indeed installed correctly.  Note that the preamble indicates autoconf-2.68 - 
found yet the later step says it cannot be found.

Any help would be appreciated.  My ports are current, via portsnap fetch 
update done daily.  I am running FreeBSD 6.3.

Thanks,

Kevin

___
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


Not affecting exactly FreeBSD but OpenBSD

2010-12-16 Thread Jorge Biquez

Hello all.

I found this interesting and wanted to share it here.
I guess it has to do with a recently thread here

Jorge Biquez
--
By Doug Barney
Editor in Chief, Redmond magazine
dbar...@redmondmag.com

FBI: THE FEDERAL BUREAU OF INSTALLATION
If WikiLeaks taught us anything, it's that our government (heck, pretty
much all governments) does a lot of things behind our backs. Some of
this is necessary and justified, and some seems just stupid and
sometimes evil.

Now an ex-consultant for the FBI says a decade ago the bureau modified
OpenBSD (you can do that since it is open source). It didn't improve
security or performance. Nah, the feds installed a backdoor so it could
spy on U.S. attorneys who used the OS.
http://www.1105newsletters.com/t.do?id=6650088:222349

The charges, made by Greg Perry, were denounced by an OpenBSD developer
as poppycock.

This is a bit different from WikiLeaks as Perry claims his charges were
meant to be private and to serve as notice to get the OpenBSD code
fully audited.

It will, I think, take an audit to get the bottom of this fiasco.

Do you trust our key pieces of software or suspect manipulation? Send
your opinions to dbar...@redmondmag.com. We only publish first names so
you needn't fear retribution.

To comment, go here:
http://www.1105newsletters.com/t.do?id=6650089:222349

___
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: Spam with fake address from the list?

2010-12-16 Thread Bernt Hansson

2010-12-16 19:59, Sven Skogen (List mail account):

On 16.12.2010 19:56, Bernt Hansson wrote:

2010-12-16 12:40, Michelle Konzack:

Hello *,

does someone get this kind of spam too?


No, nothing from the ip-range 69.170.128.0/24 is getting thru.


I actually have a very specific route, just for them, in my border gateway:

ip route 64.38.11.26 255.255.255.255 Null0


Aha. It's Layered Technologies, Inc. OK we block all ip assigned to them 
then.




Let's just say that I have ... views on incurable spammers.


So do we.


/BAH
___
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: Not affecting exactly FreeBSD but OpenBSD

2010-12-16 Thread Jorge Biquez

At 10:22 p.m. 16/12/2010, Michael R. Rusch wrote:


On Thu, Dec 16, 2010 at 9:58 PM, Jorge Biquez 
mailto:jbiq...@intranet.com.mxjbiq...@intranet.com.mx wrote:

Hello all.

I found this interesting and wanted to share it here.
I guess it has to do with a recently thread here

Jorge Biquez
--
By Doug Barney
Editor in Chief, Redmond magazine
mailto:dbar...@redmondmag.comdbar...@redmondmag.com

FBI: THE FEDERAL BUREAU OF INSTALLATION
If WikiLeaks taught us anything, it's that our government (heck, pretty
much all governments) does a lot of things behind our backs. Some of
this is necessary and justified, and some seems just stupid and
sometimes evil.

Now an ex-consultant for the FBI says a decade ago the bureau modified
OpenBSD (you can do that since it is open source). It didn't improve
security or performance. Nah, the feds installed a backdoor so it could
spy on U.S. attorneys who used the OS.
http://www.1105newsletters.com/t.do?id=6650088:222349http://www.1105newsletters.com/t.do?id=6650088:222349

The charges, made by Greg Perry, were denounced by an OpenBSD developer
as poppycock.

This is a bit different from WikiLeaks as Perry claims his charges were
meant to be private and to serve as notice to get the OpenBSD code
fully audited.

It will, I think, take an audit to get the bottom of this fiasco.

Do you trust our key pieces of software or suspect manipulation? Send
your opinions to 
mailto:dbar...@redmondmag.comdbar...@redmondmag.com. We only 
publish first names so

you needn't fear retribution.

To comment, go here:
http://www.1105newsletters.com/t.do?id=6650089:222349http://www.1105newsletters.com/t.do?id=6650089:222349

___
mailto:freebsd-questions@freebsd.orgfreebsd-questions@freebsd.org 
mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questionshttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
mailto:freebsd-questions-unsubscr...@freebsd.orgfreebsd-questions-unsubscr...@freebsd.org





Jorge:

I appreciated your willingness to post information about the subject 
at hand, however I don't think the mailing list is the correct place 
for 'Redmond Magazine' propaganda.


I would also like to point out as of yet, the existence of a 
backdoor has yet to be confirmed.


Below are two link you may enjoying reading to update your knowledge 
of the matter at hand:


http://marc.info/?l=openbsd-techm=129237675106730w=2http://marc.info/?l=openbsd-techm=129237675106730w=2

http://permalink.gmane.org/gmane.comp.security.bugtraq/45620

Michael

--

Thanks,
Michael Rusch

New York Times

mailto:rus...@gmail.comrus...@gmail.com
twitter - @weeddude


Hello.

I am sorry.  I thought could be of interest... I will follow the 
links. Thanks!.


I'm sorry th eintention was not make propaganda to Redmon

Jorge Biquez


___
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: Not affecting exactly FreeBSD but OpenBSD

2010-12-16 Thread Michael R. Rusch
On Thu, Dec 16, 2010 at 9:58 PM, Jorge Biquez jbiq...@intranet.com.mxwrote:

 Hello all.

 I found this interesting and wanted to share it here.
 I guess it has to do with a recently thread here

 Jorge Biquez
 --
 By Doug Barney
 Editor in Chief, Redmond magazine
 dbar...@redmondmag.com

 FBI: THE FEDERAL BUREAU OF INSTALLATION
 If WikiLeaks taught us anything, it's that our government (heck, pretty
 much all governments) does a lot of things behind our backs. Some of
 this is necessary and justified, and some seems just stupid and
 sometimes evil.

 Now an ex-consultant for the FBI says a decade ago the bureau modified
 OpenBSD (you can do that since it is open source). It didn't improve
 security or performance. Nah, the feds installed a backdoor so it could
 spy on U.S. attorneys who used the OS.
 http://www.1105newsletters.com/t.do?id=6650088:222349

 The charges, made by Greg Perry, were denounced by an OpenBSD developer
 as poppycock.

 This is a bit different from WikiLeaks as Perry claims his charges were
 meant to be private and to serve as notice to get the OpenBSD code
 fully audited.

 It will, I think, take an audit to get the bottom of this fiasco.

 Do you trust our key pieces of software or suspect manipulation? Send
 your opinions to dbar...@redmondmag.com. We only publish first names so
 you needn't fear retribution.

 To comment, go here:
 http://www.1105newsletters.com/t.do?id=6650089:222349

 ___
 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




Jorge:

I appreciated your willingness to post information about the subject at
hand, however I don't think the mailing list is the correct place for
'Redmond Magazine' propaganda.

I would also like to point out as of yet, the existence of a backdoor has
yet to be confirmed.

Below are two link you may enjoying reading to update your knowledge of the
matter at hand:

http://marc.info/?l=openbsd-techm=129237675106730w=2

http://permalink.gmane.org/gmane.comp.security.bugtraq/45620

Michael

-- 

Thanks,
Michael Rusch

New York Times

rus...@gmail.com
twitter - @weeddude
___
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: Can't Build Port - pecl-intl

2010-12-16 Thread Michael Powell
Kevin McQuiggin wrote:

 Hi All:
 
 I am trying to upgrade my RoundCube webmail port, but the build fails
 when trying to build the dependency port pecl-intl:
 
 ==
 highgate# pwd
 /usr/ports/devel/pecl-intl
 highgate# make
 ===   pecl-intl-1.1.2_2 depends on file: /usr/local/bin/phpize - found
 ===   pecl-intl-1.1.2_2 depends on file: /usr/local/bin/autoconf-2.68 -
 found
 ===   pecl-intl-1.1.2_2 depends on shared library: icui18n.46 - found
 ===  PHPizing for pecl-intl-1.1.2_2
 Configuring for:
 PHP Api Version: 20090626
 Zend Module Api No:  20090626
 Zend Extension Api No:   220090626
 Cannot find autoconf. Please check your autoconf installation and the
 $PHP_AUTOCONF environment variable. Then, rerun this script.
 
 *** Error code 1
 
 Stop in /usr/ports/devel/pecl-intl.
 ==
 
 The problem seems to be with the make failing to find autoconf, which is
 indeed installed correctly.  Note that the preamble indicates
 autoconf-2.68 - found yet the later step says it cannot be found.
 
 Any help would be appreciated.  My ports are current, via portsnap fetch
 update done daily.  I am running FreeBSD 6.3.
 

This error has been around forever, and just resurfaces periodically. If you 
just want to get the port built set some environment variables to sidestep 
it.

setenv PHP_AUTOCONF autoconf-2.68
setenv PHP_AUTOHEADER autoheader-2.68

Just had to do this to upgrade xcache.

-Mike





___
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: Wifi keeps dropping.. not sure why, looking for tips/suggestions on debugging this

2010-12-16 Thread justin v
On Thu, 16 Dec 2010 17:38:54 -0800, Da Rock  
freebsd-questi...@herveybayaustralia.com.au wrote:



On 12/17/10 03:46, Justin V. wrote:



On Thu, 16 Dec 2010, Mubeesh ali wrote:


can u completely not send any traffic or is this a random drop. If
random there could be interference causing replay counter mismatch.
This may force AP to drop the packet,  the ap may de authenticate
client if it sees continuous stream of such packets in a short
interval and force client to drop existing sessions like ftp.

Please try changing the channel. If the client and AP are both A
capable please try using the A band as there are more non overlapping
channels and u may be able to find a channel with low interference.



On Thu, Dec 16, 2010 at 10:46 PM, Justin V. v...@yeaguy.com wrote:


I keep seeing my wlan0 interface go down..  I suspected a faulty wifi
router.. i changed that out..

Ive tried using WEP and WPA.  Currently using WPA.

Here are the logs Im seeing..

Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: CTRL-EVENT-DISCONNECTED -
Disconnect event - remove keys
Dec 16 07:47:57 yeaguy kernel: wlan0: link state changed to DOWN
Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: Trying to associate with
00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: Authentication with
00:22:6b:66:bf:74 timed out.
Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: Trying to associate with
00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
Dec 16 07:48:18 yeaguy wpa_supplicant[9492]: Authentication with
00:22:6b:66:bf:74 timed out.
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: Trying to associate with
00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz)
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: WPA: EAPOL-Key Replay  
Counter

did not increase - dropping packet
Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: Associated with
00:22:6b:66:bf:74
Dec 16 07:48:20 yeaguy kernel: wlan0: link state changed to UP

Given the errors seen what would be the best debug to use??

wlandebug or tcpdump ??

I went ahead and enabled since my logs are complaining about  
association and

authentication..

yeaguy# wlandebug -i wlan0 auth+assoc
net.wlan.0.debug: 0x0 = 0xc0assoc,auth
yeaguy#


Any tips would be appreciated.. I have an end user continually  
complaining

of disconects over FTP..


Thanks,

justin v


___
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






-- Best  Regards,

Mubeesh Ali.V.M
___
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






Hi Mubeesh,

It seems to be a random drop.. FTP will be humming along and then wlan0  
will go down..


I have the router set for channel 11...

i do not have these types of drops with other wifi capable devices..

ex.  WIN laptop, Playstaion 3... etc...



rum0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu  
2290

ether 00:1e:e5:a8:bd:5a
media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
status: associated
wlan0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu  
1500

ether 00:1e:e5:a8:bd:5a
inet 192.168.1.169 netmask 0xff00 broadcast 192.168.1.255
media: IEEE 802.11 Wireless Ethernet OFDM/18Mbps mode 11g
status: associated
ssid vicnet channel 11 (2462 MHz 11g) bssid 00:22:6b:66:bf:74
country US authmode WPA2/802.11i privacy ON deftxkey UNDEF
AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 0 bmiss 7 scanvalid  
450

bgscan bgscanintvl 300 bgscanidle 250 roam:rssi 7 roam:rate 5
protmode CTS roaming MANUAL



Also yesterday, I lost complete connectivity to the router while my WIN  
PC was connected and browsing just fine..


I had to bounce the interface and reset the default gateway and my  
connection restored.


I did:

/etc/rc.d/netif restart  /etc/rc.d/routing restart


Thanks,

Justin
What version FreeBSD are you using? The only workaround I know is kill  
wpa_supplicant and run again- been happening to me for ages. But 8.1 it  
_finally_ sorted it out :)



___
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





--
Using Opera's revolutionary email client: http://www.opera.com/mail/















wifi is bugging out on this server.  unable to serve.
___