Re: Atheros drirve
Thanks, I'll try the *tweak*. Eitarou Daniel O'Connor wrote: >On Thu, 16 Jun 2005 12:05, Eitarou Kamo wrote: > > >>Is there the Atheros wi-fi driver with WPA encryption. >>Do I need WPA_supplicant like hack? >> >> > >I'd say you need to use wpa_supplicant but I don't see it as a hack.. > > > > ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
usb disc device is not present in 5.4-p1
Hi list, After upgraded to 5.4-p1 from 5.3 stable, the insertion of the usb disc is no longer able to activate the creation of the usb device. In my case, when the usb disc inserted in the usb port, the kernel system assigned /dev/da0s? to the usb disc when it was in 5.3, but now this is not happened any more, and there is error being logged to the /var/log/messages file as shown below: Jun 16 16:28:22 laptop kernel: umass0: vendor 0x1043 product 0x8006, rev 1.10/1.00, addr 3 Jun 16 16:28:23 laptop kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Jun 16 16:28:23 laptop kernel: da0: Removable Direct Access SCSI-2 device Jun 16 16:28:23 laptop kernel: da0: 1.000MB/s transfers Jun 16 16:28:23 laptop kernel: da0: Attempt to query device size failed: NOT READY, Medium not present Jun 16 16:28:23 laptop kernel: (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 Jun 16 16:28:23 laptop kernel: (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error Jun 16 16:28:23 laptop kernel: (da0:umass-sim0:0:0:0): SCSI Status: Check Condition Jun 16 16:28:23 laptop kernel: (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 Jun 16 16:28:23 laptop kernel: (da0:umass-sim0:0:0:0): Medium not present Jun 16 16:28:23 laptop kernel: (da0:umass-sim0:0:0:0): Unretryable error Jun 16 16:28:23 laptop kernel: Opened disk da0 -> 6 Jun 16 16:28:23 laptop kernel: (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 Jun 16 16:28:23 laptop kernel: (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error Jun 16 16:28:23 laptop kernel: (da0:umass-sim0:0:0:0): SCSI Status: Check Condition Jun 16 16:28:23 laptop kernel: (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 Jun 16 16:28:23 laptop kernel: (da0:umass-sim0:0:0:0): Medium not present Jun 16 16:28:23 laptop kernel: (da0:umass-sim0:0:0:0): Unretryable error Jun 16 16:28:23 laptop kernel: Opened disk da0 -> 6 Jun 16 16:28:23 laptop kernel: (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 Jun 16 16:28:23 laptop kernel: (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error Jun 16 16:28:23 laptop kernel: (da0:umass-sim0:0:0:0): SCSI Status: Check Condition Jun 16 16:28:23 laptop kernel: (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 Jun 16 16:28:23 laptop kernel: (da0:umass-sim0:0:0:0): Medium not present Jun 16 16:28:23 laptop kernel: (da0:umass-sim0:0:0:0): Unretryable error Jun 16 16:28:23 laptop kernel: Opened disk da0 -> 6 ls shown that there is only one device exist: # ls -l /dev/da0* crw-r- 1 root operator 4, 23 Jun 16 14:35 /dev/da0 Mount command failed with the following message: # mount_msdosfs /dev/da0 /mnt mount_msdosfs: /dev/da0: Device not configured How can I fix this error? Thanks Sam __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: carp run script
Hi Ivan! On Thu, 16 Jun 2005, Ivan B. Serezhkin wrote: > Dmitriy Kirhlarov wrote: > > >Hi, list > > > >How I can use CARP for failover? > >I need run script from CARP, when machine status change from backup to > >master? > > > > > Try to use freevrrpd. I try. In my /var/log/messages I get: kernel: carp_input: packet received on non-carp interface: rl1 kernel: carp_input: packet received on non-carp interface: rl0 kernel: carp_input: packet received on non-carp interface: rl1 kernel: carp_input: packet received on non-carp interface: rl0 kernel: carp_input: packet received on non-carp interface: rl1 By. Dmitriy ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RE: carp run script
Hello, Have a look at: http://www.countersiege.com/doc/pfsync-carp/ and man carp(4). Use pfsync for state synchronization. Try ifstated to run script when host status change (master/backup). You should redirect your question to freebsd-pf. Regards, Benjamin Constant TI Automotive > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Dmitriy Kirhlarov > Sent: jeudi 16 juin 2005 13:49 > To: freebsd-stable@freebsd.org > Subject: Re: carp run script > > Hi Ivan! > > On Thu, 16 Jun 2005, Ivan B. Serezhkin wrote: > > > Dmitriy Kirhlarov wrote: > > > > >Hi, list > > > > > >How I can use CARP for failover? > > >I need run script from CARP, when machine status change > from backup > > >to master? > > > > > > > > Try to use freevrrpd. > > I try. > In my /var/log/messages I get: > kernel: carp_input: packet received on non-carp interface: rl1 > kernel: carp_input: packet received on non-carp interface: rl0 > kernel: carp_input: packet received on non-carp interface: rl1 > kernel: carp_input: packet received on non-carp interface: rl0 > kernel: carp_input: packet received on non-carp interface: rl1 > > By. > Dmitriy > ___ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" > The information contained in this transmission may contain privileged and confidential information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. This communication is from TI Automotive. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: carp run script
On Thu, Jun 16, 2005 at 12:39:57AM +0400, Dmitriy Kirhlarov wrote: D> How I can use CARP for failover? Just create CARP interfaces on both boxes, assign them same IP address, same vhid and password. D> I need run script from CARP, when machine status change from backup to master? If the last sentence was a question, then the answer is: no, you don't need any scripts for CARP to failover. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Atheros drirve
On June 16, 2005 12:14 am, Eitarou Kamo wrote: > Daniel O'Connor wrote: > >On Thu, 16 Jun 2005 12:05, Eitarou Kamo wrote: > >>Is there the Atheros wi-fi driver with WPA encryption. > >>Do I need WPA_supplicant like hack? > >I'd say you need to use wpa_supplicant but I don't see it as a hack.. > I'll try the *tweak*. How is it a hack or a tweak to run a supplicant that handles all the WPA setup, configuration, and maintenance? You have one central program that can be used by multple drivers, allowing for faster / better development, and less reimplementation in each driver. Plus, I've yet to see any Windows wireless drivers that didn't need the Aegis protocol driver also installed in order to use WPA. :) At least you can configure how the wpa_supplicant works -- I've yet to find a way to tweak the Aegis protocol in Windows. :) -- Freddie Cash [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Atheros drirve
Hi, Freddie Cash wrote: >On June 16, 2005 12:14 am, Eitarou Kamo wrote: > > >>Daniel O'Connor wrote: >> >> >>>On Thu, 16 Jun 2005 12:05, Eitarou Kamo wrote: >>> >>> Is there the Atheros wi-fi driver with WPA encryption. Do I need WPA_supplicant like hack? > > > >>>I'd say you need to use wpa_supplicant but I don't see it as a hack.. >>> >>> > > > >>I'll try the *tweak*. >> >> > >How is it a hack or a tweak to run a supplicant that the WPA >setup, configuration, and maintenance? You have one central program that >can be used by multple drivers, allowing for faster / better development, >and less reimplementation in each driver. > > > For now, I only use it. I dare say I only configure it. >Plus, I've yet to see any Windows wireless drivers that didn't need the >Aegis protocol driver also installed in order to use WPA. :) At least >you can configure how the wpa_supplicant works -- I've yet to find a way >to tweak the Aegis protocol in Windows. :) > > > Don't worry Now I *do* use wpa_supplicant, on linux though. So I can configure it, I guess. Eitarou ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Atheros drirve
On Thu, Jun 16, 2005 at 11:35:23AM +0900, Eitarou Kamo wrote: > Hi, > > Is there the Atheros wi-fi driver with WPA encryption. > Do I need WPA_supplicant like hack? There is WPA support in 6-CURRENT. wpa_supplicant will be fully integrated into the startup scripts in 6.0. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 pgpfLj3TPVxjm.pgp Description: PGP signature
Re: applying the vesa patch to stable for high console resolution
On Mon, Jun 13, 2005 at 10:46:26PM +0200, Didier Wiroth wrote: > Hi, > > USE AT YOUR OWN RISK! > > this for the freebsd5 branch only How about RELENG_4? Is it possible to port it there? -ip -- Never put all your eggs in your pocket. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Atheros drirve
Daniel O'Connor wrote: On Thu, 16 Jun 2005 12:05, Eitarou Kamo wrote: Is there the Atheros wi-fi driver with WPA encryption. Do I need WPA_supplicant like hack? I'd say you need to use wpa_supplicant but I don't see it as a hack.. Seeing as this was posted to -stable... is wpa_supplicant supported by 5.x now? It was my understanding that it was -current material. -- Regards, Eric ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Atheros drirve
On Thu, Jun 16, 2005 at 01:35:50PM -0500, Eric Schuele wrote: > Daniel O'Connor wrote: > >On Thu, 16 Jun 2005 12:05, Eitarou Kamo wrote: > > > >>Is there the Atheros wi-fi driver with WPA encryption. > >>Do I need WPA_supplicant like hack? > > > >I'd say you need to use wpa_supplicant but I don't see it as a hack.. > > Seeing as this was posted to -stable... is wpa_supplicant supported by > 5.x now? It was my understanding that it was -current material. It's -current only as it requires incompatable API changes to the interface code. -- Brooks ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: applying the vesa patch to stable for high console resolution
Yet another thing to ask. I have a wide screen laptop where the VBIOS does not report correct resolutions, has the system taken steps to correct this? ~Its an Intel i915GM, 15.4", native windows of 1200x800 On 6/16/05, Igor Pokrovsky <[EMAIL PROTECTED]> wrote: > > On Mon, Jun 13, 2005 at 10:46:26PM +0200, Didier Wiroth wrote: > > Hi, > > > > USE AT YOUR OWN RISK! > > > > this for the freebsd5 branch only > > How about RELENG_4? Is it possible to port it there? > > -ip > > -- > Never put all your eggs in your pocket. > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > [EMAIL PROTECTED]" > ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD 5.4 SMP kernels now available via FreeBSD Update
Thanks for the kernel. What parameters did you change in your SMP kernel. Just curious, surely gonna try your kernel. :-) Thanks, Mipam. On Wed, 15 Jun 2005, Colin Percival wrote: > It sounds like the SMP kernel I provided for FreeBSD 5.3 was quite > popular, so I've started building an SMP kernel for FreeBSD 5.4 as > well, in addition to the usual GENERIC kernel. To take advantage > of this on your FreeBSD 5.4 SMP system, run the following commands > as root: > > # touch /boot/kernel/SMP > # freebsd-update fetch > # freebsd-update install > # echo 'bootfile="SMP"' >> /boot/loader.conf > > and reboot. You should now find that `uname -ri` outputs "5.4-SECURITY SMP". > > Colin Percival > > ___ > freebsd-security@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-security > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD 5.4 SMP kernels now available via FreeBSD Update
Mipam wrote: > Thanks for the kernel. > What parameters did you change in your SMP kernel. > Just curious, surely gonna try your kernel. :-) I didn't change any parameters, I just used the SMP kernel configuration from the source tree (i.e., GENERIC plus "options SMP"). Colin Percival ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: /usr/local/etc/rc.d/*.sh not working?
On Tue, 14 Jun 2005, Michael W. Lucas wrote: a) old-style .sh scripts are not supported, Michael needs to rewrite them for rcNG b) old-style .sh scripts are supported, Michael has some other system problem Have you tried moving out most of the scripts and leaving a subset.. if those start then the problem may be related to the number of scripts. If they still don't work at least you know the problem is not related to the number of scripts. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"