proper syntax for wifi

2011-12-04 Thread george vagner

Ok I have a wireless interface ath0 and a wired re0 interface.

I would like to have hostapd running on the wireless interface and allow
access to the wired network also.

For the most part I have this working on most systems with one exception,
one of my clients cant connect
I am getting deauthenticated due to local request in my logs, and another
windows machine had the same issues until
I updated the wifi driver to the latest version which solved the problem on
the win machine.

Here is the error I am getting

wlan0: STA 00:09:2d:4b:21:a0 IEEE 802.11: associated
Dec  4 09:40:23 gateway hostapd: wlan0: STA 00:09:2d:4b:21:a0 IEEE 802.11:
deauthenticated due to local deauth request
Dec  4 09:40:23 gateway hostapd: wlan0: STA 00:09:2d:4b:21:a0 IEEE 802.11:
deassociated



I also don't know ifs right to assign an ip to a bridge or not, maybe
someone can look at this and make some suggestions
Cause I am all googled out or ideas.




 ifconfig -a
re0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST metric 0 mtu
1500

options=3899RXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_UCAST,WOL_MCAST,
WOL_MAGIC
ether 90:fb:a6:ed:74:a6
inet 192.168.0.3 netmask 0xff00 broadcast 192.168.0.255
media: Ethernet autoselect (1000baseT full-duplex)
status: active
ath0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 2290
ether 00:c0:ca:1f:4a:d7
media: IEEE 802.11 Wireless Ethernet autoselect mode 11g hostap
status: running
plip0: flags=8810POINTOPOINT,SIMPLEX,MULTICAST metric 0 mtu 1500
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384
options=3RXCSUM,TXCSUM
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x9 
inet6 ::1 prefixlen 128 
inet 127.0.0.1 netmask 0xff00 
inet 127.0.0.254 netmask 0x 
nd6 options=3PERFORMNUD,ACCEPT_RTADV
bridge0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
1500
ether 02:b5:34:b6:3f:00
id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
maxage 20 holdcnt 6 proto rstp maxaddr 100 timeout 1200
root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
member: wlan0 flags=143LEARNING,DISCOVER,AUTOEDGE,AUTOPTP
ifmaxaddr 0 port 11 priority 128 path cost 370370
member: re0 flags=143LEARNING,DISCOVER,AUTOEDGE,AUTOPTP
ifmaxaddr 0 port 1 priority 128 path cost 55
wlan0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST metric 0
mtu 1500
ether 00:c0:ca:1f:4a:d7
inet 192.168.0.2 netmask 0xff00 broadcast 192.168.0.255
media: IEEE 802.11 Wireless Ethernet autoselect mode 11g hostap
status: running
ssid Gateway channel 11 (2462 MHz 11g) bssid 00:c0:ca:1f:4a:d7
country US ecm authmode WPA privacy MIXED deftxkey 3 TKIP 2:128-bit
TKIP 3:128-bit txpower 22.5 scanvalid 60 protmode CTS wme burst
dtimperiod 1 -dfs


This is my rc.conf

 cat /etc/rc.conf
hostname=gateway.vagner.com
defaultrouter=192.168.0.1
gateway_enable=YES
sshd_enable=YES
wlans_ath0=wlan0
create_args_wlan0=wlanmode hostap
ifconfig_wlan0=inet 192.168.0.2 netmask 255.255.255.0 mode 11g channel 11
hostapd_enable=YES
ifconfig_re0=inet 192.168.0.3 netmask 255.255.255.0 up
cloned_interfaces=bridge0
ifconfig_bridge0=addm re0 addm wlan0
routed_enable=YES
webmin_enable=YES
winbind_enable=YES
dhcpd_enable=YES  # dhcpd enabled?
#dhcpd_flags=-q# command option(s)
#dhcpd_conf=/usr/local/etc/dhcpd.conf  # configuration file
dhcpd_ifaces=wlan0 re0 # ethernet interface(s)
#dhcpd_withumask=022   # file creation mask
inetd_enable=YES
ntpdate_enable=NO
ntpdate_enable=NO
xntpd_program=/usr/local/bin/ntpd
xntpd_flags=-A -g -N -c /etc/ntp.conf -p /var/run/ntpd.pid -l
/var/log/ntpd.log
named_enable=YES
cupsd_enable=YES


and my /etc/hostapd.conf file

 cat /etc/hostapd.conf
# hostapd configuration file
##
# Empty lines and lines starting with # are ignored

# AP netdevice name (without 'ap' postfix, i.e., wlan0 uses wlan0ap for
# management frames); ath0 for madwifi
interface=wlan0

# In case of madwifi and nl80211 driver interfaces, an additional
configuration
# parameter, bridge, must be used to notify hostapd if the interface is
# included in a bridge. This parameter is not used with Host AP driver.
#bridge=br0

# Driver interface type
(hostap/wired/madwifi/prism54/test/none/nl80211/bsd);
# default: hostap). nl80211 is used with all Linux mac80211 drivers.
# Use driver=none if building hostapd as a standalone RADIUS server that
does
# not control any wireless/wired driver.
# driver=hostap

# hostapd event logger configuration
#
# Two output method: syslog and stdout (only usable if not forking to
# background).
#
# Module bitfield (ORed bitfield of modules that will be logged; -1 = all
# modules):
# bit 

wifi question

2011-09-24 Thread george vagner
I am running an ATH0 card in hostap mode with 11g but was wondering if I can
run both 11g and 11b at the same time?

I was thinking mode 11g mode 11b  or mode 11bg but not sure what to put on
the ifconfig line.



___
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: ssh with bridged ap

2011-09-13 Thread George Vagner
I was thinking that maybe because the wired interface doesn't actually have
An IP address it is a reverse lookup thing.



-Original Message-
From: owner-freebsd-questi...@freebsd.org
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Damien Fleuriot
Sent: Tuesday, September 13, 2011 5:36 AM
To: freebsd-questions@freebsd.org
Subject: Re: ssh with bridged ap

On 9/13/11 3:54 AM, george vagner wrote:
 I have set up wireless AP with a static IP and bridged it to my internal
 wired network on RE0.
 
 I can successfully connect with WPA to the wireless network and browse
other
 computers on the wired net fine,
 I can log into the freebsd machine using ssh no problem as long as if I
 connect via the wireless network.
 
 If I try and log into the freebsd machine using the wired network I get a
 log in prompt for username
 Then I get the password prompt but after typing in my password it always
 says login incorrect, it don't do this if I am on the wireless net.
 
 Maybe something in the sshd config about bridged connections? 
 

Maybe an excerpt from your /var/log/auth.log at that time, too...

Might turn out that you don't get anything in /var/log/auth.log which
would indicate that, when using the wired IP of the machine, you're
actually connecting to another host.
___
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-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: ssh with bridged ap solved

2011-09-13 Thread george vagner
Allow connections to forwarded ports in sshd config

-Original Message-
From: owner-freebsd-questi...@freebsd.org
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of George Vagner
Sent: Tuesday, September 13, 2011 8:14 AM
To: freebsd-questions@freebsd.org
Subject: RE: ssh with bridged ap

I was thinking that maybe because the wired interface doesn't actually have
An IP address it is a reverse lookup thing.



-Original Message-
From: owner-freebsd-questi...@freebsd.org
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Damien Fleuriot
Sent: Tuesday, September 13, 2011 5:36 AM
To: freebsd-questions@freebsd.org
Subject: Re: ssh with bridged ap

On 9/13/11 3:54 AM, george vagner wrote:
 I have set up wireless AP with a static IP and bridged it to my 
 internal wired network on RE0.
 
 I can successfully connect with WPA to the wireless network and browse
other
 computers on the wired net fine,
 I can log into the freebsd machine using ssh no problem as long as if 
 I connect via the wireless network.
 
 If I try and log into the freebsd machine using the wired network I 
 get a log in prompt for username Then I get the password prompt but 
 after typing in my password it always says login incorrect, it don't 
 do this if I am on the wireless net.
 
 Maybe something in the sshd config about bridged connections? 
 

Maybe an excerpt from your /var/log/auth.log at that time, too...

Might turn out that you don't get anything in /var/log/auth.log which would
indicate that, when using the wired IP of the machine, you're actually
connecting to another host.
___
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-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-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


ssh with bridged ap

2011-09-12 Thread george vagner
I have set up wireless AP with a static IP and bridged it to my internal
wired network on RE0.

I can successfully connect with WPA to the wireless network and browse other
computers on the wired net fine,
I can log into the freebsd machine using ssh no problem as long as if I
connect via the wireless network.

If I try and log into the freebsd machine using the wired network I get a
log in prompt for username
Then I get the password prompt but after typing in my password it always
says login incorrect, it don't do this if I am on the wireless net.

Maybe something in the sshd config about bridged connections? 



___
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


mini pci e wireless card

2011-08-30 Thread George Vagner
I am wondering what mini pci express (little tiny card) is the best, highest
power and best supported overall
For hostap mode.

I need to replace my rl3090 in my acer revo cause I don't see it as
supported and its
Not detected in my dmesg (8.2r) that I can see, I want to use it as an
accesspoint/router.

Thanks for all your help.

George
 

___
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: Unstable File Server

2008-06-26 Thread George Vagner
I have had those exact problems with my removable tray.

Try eliminating the tray for a while and see...





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Derek Ragona
Sent: Wednesday, June 25, 2008 12:23 PM
To: Marcel Grandemange
Cc: freebsd-questions@freebsd.org
Subject: RE: Unstable File Server

At 10:59 AM 6/25/2008, Marcel Grandemange wrote:
The raid card is an Adaptec 2420sa, however devices on that controller
never
have shown troubles.



To give a breakdown:



Mount points:



/dev/ad0s1e on /tmp (ufs, local, soft-updates)
/dev/ad0s1f on /usr (ufs, local, soft-updates)
/dev/ad0s1d on /var (ufs, local, soft-updates)
/dev/ad6s1d on /mnt/750sg (ufs, local, noatime, soft-updates)
/dev/aacd0s1d on /mnt/RaidVolume (ufs, local, noatime, soft-updates)
/dev/ad2s1d on /mnt/250GbMax (ufs, local, noatime, soft-updates)





DMESG:



ad0: 114472MB Seagate ST3120026A 3.06 at ata0-master UDMA100
ad2: 239372MB Maxtor 6L250R0 BAH41G10 at ata1-master UDMA133
acd0: DVDROM SAMSUNG DVD-ROM SD-616F/E104 at ata1-slave UDMA33
ad6: 715404MB Seagate ST3750330AS SD15 at ata3-master SATA150
aacd0: Volume on aac0
aacd0: 523996MB (1073143808 sectors)



pciconf -vl



[EMAIL PROTECTED]:0:0:0: class=0x06 card=0x02961106 chip=0x02961106 
rev=0x00
hdr=0x00
vendor = 'VIA Technologies Inc'
device = 'P4M800 Standard Host Bridge'
class = bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:0:0:1: class=0x06 card=0x chip=0x12961106 
rev=0x00
hdr=0x00
vendor = 'VIA Technologies Inc'
device = 'P4M800 Standard Host Bridge'
class = bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:0:0:2: class=0x06 card=0x chip=0x22961106 
rev=0x00
hdr=0x00
vendor = 'VIA Technologies Inc'
device = 'P4M800 Standard Host Bridge'
class = bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:0:0:3: class=0x06 card=0x chip=0x32961106 
rev=0x00
hdr=0x00
vendor = 'VIA Technologies Inc'
device = 'P4M800 Standard Host Bridge'
class = bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:0:0:4: class=0x06 card=0x chip=0x42961106 
rev=0x00
hdr=0x00
vendor = 'VIA Technologies Inc'
device = 'P4M800 Standard Host Bridge'
class = bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:0:0:7: class=0x06 card=0x chip=0x72961106 
rev=0x00
hdr=0x00
vendor = 'VIA Technologies Inc'
device = 'P4M800 Standard Host Bridge'
class = bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:0:1:0: class=0x060400 card=0x chip=0xb1981106 
rev=0x00
hdr=0x01
vendor = 'VIA Technologies Inc'
device = 'ProSavageDDR P4X600,Apollo KT400/A/600 CPU to AGP Bridge'
class = bridge
subclass = PCI-PCI
[EMAIL PROTECTED]:0:5:0: class=0x060700 card=0x chip=0x04751180 
rev=0x81
hdr=0x02
vendor = 'Ricoh Company, Ltd.'
device = 'RL5c475 Cardbus Controller'
class = bridge
subclass = PCI-CardBus
[EMAIL PROTECTED]:0:6:0: class=0x010400 card=0x029d9005 chip=0x02869005 
rev=0x02
hdr=0x00
vendor = 'Adaptec Inc'
device = 'AAC-RAID (Rocket)'
class = mass storage
subclass = RAID
[EMAIL PROTECTED]:0:7:0: class=0x02 card=0x43001186 chip=0x43001186 
rev=0x10
hdr=0x00
vendor = 'D-Link System Inc'
device = 'dlg10028 Used on DGE-528T Gigabit adaptor'
class = network
subclass = ethernet
[EMAIL PROTECTED]:0:15:0: class=0x010400 card=0x71041462 chip=0x31491106
rev=0x80
hdr=0x00
vendor = 'VIA Technologies Inc'
device = 'VT8237 VT6410 SATA RAID Controller'
class = mass storage
subclass = RAID
[EMAIL PROTECTED]:0:15:1: class=0x01018a card=0x71041462 chip=0x05711106
rev=0x06
hdr=0x00
vendor = 'VIA Technologies Inc'
device = 'VT82C586A/B/VT82C686/A/B/VT823x/A/C Bus Master IDE Controller'
class = mass storage
subclass = ATA
[EMAIL PROTECTED]:0:16:0: class=0x0c0300 card=0x71041462 chip=0x30381106 
rev=0x81
hdr=0x00
vendor = 'VIA Technologies Inc'
device = 'VT83C572, VT6202 VIA Rev 5 or later USB Universal Host
Controller'
class = serial bus
subclass = USB
[EMAIL PROTECTED]:0:16:1: class=0x0c0300 card=0x71041462 chip=0x30381106 
rev=0x81
hdr=0x00
vendor = 'VIA Technologies Inc'
device = 'VT83C572, VT6202 VIA Rev 5 or later USB Universal Host
Controller'
class = serial bus
subclass = USB
[EMAIL PROTECTED]:0:16:2: class=0x0c0300 card=0x71041462 chip=0x30381106 
rev=0x81
hdr=0x00
vendor = 'VIA Technologies Inc'
device = 'VT83C572, VT6202 VIA Rev 5 or later USB Universal Host
Controller'
class = serial bus
subclass = USB
[EMAIL PROTECTED]:0:16:3: class=0x0c0300 card=0x71041462 chip=0x30381106 
rev=0x81
hdr=0x00
vendor = 'VIA Technologies Inc'
device = 'VT83C572, VT6202 VIA Rev 5 or later USB Universal Host
Controller'
class = serial bus
subclass = USB
[EMAIL PROTECTED]:0:16:4: class=0x0c0320 card=0x71041462 chip=0x31041106 
rev=0x86
hdr=0x00
vendor = 'VIA Technologies Inc'
device = 'VT6202/12 USB 2.0 Enhanced Host Controller'
class = serial bus
subclass = USB
[EMAIL PROTECTED]:0:17:0: class=0x060100 card=0x32271106 chip=0x32271106 
rev=0x00
hdr=0x00
vendor = 'VIA Technologies Inc'
device = 'VT8237 PCI-to-ISA Bridge'
class = bridge
subclass = PCI-ISA
[EMAIL 

ath0 driver

2006-01-07 Thread George Vagner
If I add mode 11g to my ifconfig the card loses connectivity momentarily and
routed reports

Ierr=xx connection turned off then some random time it reports connection
restored.

 

If I don't add the mode 11g or even mode 11b it works at 11 mbps reliably.

 

 

It's a dlink g650 atheros 5212 chip.

 

This is on a 5.4 box cvsupped yesterday.

 

Anyone else having this issue? 

 

ifconfig_ath0=inet 192.168.0.1 netmask 255.255.255.0 ssid default channel 6
mediaopt hostap

 

 

 

 

ath0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500

inet 192.168.0.1 netmask 0xff00 broadcast 192.168.0.255

inet6 fe80::20f:3dff:fea9:38a8%ath0 prefixlen 64 scopeid 0x1

ether 00:0f:3d:a9:38:a8

media: IEEE 802.11 Wireless Ethernet autoselect hostap (autoselect
hostap)

status: associated

ssid default 1:default

channel 6 authmode OPEN powersavemode OFF powersavesleep 100

rtsthreshold 2312 protmode CTS

wepmode OFF weptxkey 1

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


NID_NOT_FOUND

2004-11-16 Thread George Vagner
i am getting an error on an older machine using 2 different 
HDD control cards on 5.3-R with 2 different hard disks
(have not tried other drives)

both disks are Seagate.
one is 160gb
other is 200gb

ad0: FAILURE - WRITE_DMA status=51READY,DSC,ERROR error=10NID_NOT_FOUND 
LBA=268435455

this occurs under heavy usage mostly

Please read

http://www.mail-archive.com/freebsd-hackers@freebsd.org/msg48398.html

is there a fix for this in -Stable ??


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


RE: mini itx

2004-07-01 Thread george vagner

On Wed, Jun 30, 2004 at 11:30:27PM +0100, arden wrote:
 has anyone used these boards with bds?

using a via epia cl6000e with 5.2.1, it's running my home firewall and
mailserver, no problems so far.

hth,
toni
-- 
Wer es einmal so weit gebracht hat, dass er nicht | toni at stderror dot at
mehr irrt, der hat auch zu arbeiten aufgehoert| Toni Schmidbauer
-- Max Planck |

I was using an epia M1000 for my main webserver until it died
With the hard drive controller reporting my disk as -68 megs.
Also some of the capacitors were leaking. Noticed that
Perl would regularly signal 10 while scanning mail messages
For virii. Its on RMA now. 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.713 / Virus Database: 469 - Release Date: 6/30/2004
 

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


sis 748 ata controller on 4.9

2004-06-02 Thread george vagner
Has the DMA problem been corrected on 4.10 on the sis 748 chipset yet?

 

Thanks.

 

 


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.688 / Virus Database: 449 - Release Date: 5/18/2004
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


perl issues after port upgrade

2004-02-05 Thread george vagner
I upgraded perl via ports to 5.8.2 and typed in use.perl port
as it said and now i am getting problems with my scripts such as.

 Message: Premature end of script headers: /usr/local/www/cgi-bin/openwebmail/
openwebmail-send.pl
 Can't locate Text/Iconv.pm in @INC (@INC contains: /usr/local/lib/perl5/
site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 /usr/
libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 /usr/local/www/cgi-bin/
openwebmail) at /usr/local/www/cgi-bin/openwebmail/shares/iconv.pl line 7. 
BEGIN failed--compilation aborted at /usr/local/www/cgi-bin/openwebmail/
shares/iconv.pl line 7. 
 
this is where i found the iconv.pm file.

/usr/local/lib/perl5/site_perl/5.8.2/mach/Text/Iconv.pm

there is a directory  /usr/local/lib/perl5/site_perl/5.005
but it has no iconv.pm file in it.

I am thinking I may need a link to the new perl but
dont know the correct syntax of how to apply it.

I thought i might make a link from the 5.005 to the 5.8.2
directory but am afraid it may be incorrect to do it this way
and need suggestions.

thanks for the support!

George


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


Re: savemail: cannot save rejected email anywhere on recent 4.9-STABLE

2004-01-29 Thread George Vagner
just had same issue here, it was my version of perl i was using.

what fixed it?  i typed in   use.perl system without quotes.


- Original Message - 
From: Clint Gilders [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, January 29, 2004 10:28 AM
Subject: savemail: cannot save rejected email anywhere on recent
4.9-STABLE


 This server is running 4.9-STABLE built from new sources on Jan 24, 2004,
and upgraded
 (via 4.6-RELEASE and 4.8-RELEASE) from 4.3-RELEASE.

 This is a very busy busy mail server and in my /var/log/messages I'm
seeing lots of
 messages like:

 Jan 29 08:03:48 ns2 sm-mta[91987]: i0TE3TnC091987: SYSERR(root): savemail:
cannot save
 rejected email anywhere

 Does this mean that sendmail can't put mail in /var/spool/mqueque?

 I've compared mail settings on this server to a new server running
4.9-STABLE and I can't
 see any differences in the permissions on the files I've looked at.   I'm
using the
 default setting from /etc/defaults/rc.conf and simply have
sendmail_enable=YES in
 /etc/rc.conf

 I've looked on google, but none of the results I looked at helped.

 Any suggestions on where to look?  Anymore info from me that would help?

 Thanks
 -- 
 Clint Gilders [EMAIL PROTECTED]
 Director of Technology Services
 OnlineHobbyist.com, Inc.

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


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


Re: /dev/dsp: Device busy

2004-01-24 Thread George Vagner
if your dual booting i found you must turn off power before you boot into
bsd
something with windows on a restart dont fully reset the soundcard on
mine.
toshiba satellite S2805-401 P3 700 with yamaha 741 soundcard.

- Original Message - 
From: Dorin H. [EMAIL PROTECTED]
To: Geert Hendrickx [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, January 24, 2004 8:19 PM
Subject: Re: /dev/dsp: Device busy



 --- Geert Hendrickx [EMAIL PROTECTED] wrote:
  Hello,
 
  I have a problem playing sounds in FreeBSD.
  Sometimes it works, sometimes it
  doesn't, and then I get the following error message:
 
 
  /dev/dsp: Device busy
 
  but lsof | grep dsp yields nothing.
 
  Can anyone help me with this mystery?  :-)
 
  Thanks in advance,
 
  GH
 

 Same here. Toshiba laptop. FBSD 4.9. KDE 3.1.4.
 /dev/dsp is from time to time hold by artsd.

   Problem is, it is hold even when nothing is played.
 fstat /dev/dsp shows the problem.
 If anyone find a solution, pls. let me know.
 TIA,
 /Dorin.


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

 __
 Do you Yahoo!?
 Yahoo! SiteBuilder - Free web site building tool. Try it!
 http://webhosting.yahoo.com/ps/sb/
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


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


Re: * FreeBSD AntiVirus Solutions *

2003-06-11 Thread George Vagner
i am using the norton av eval version with auto updates
works fine so far, i will let you know when i finish evaluating it.

i think its uvscan and amavis-perl


- Original Message - 
From: Bill Moran [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 11, 2003 9:50 PM
Subject: Re: * FreeBSD AntiVirus Solutions *


 Olivier Nicole wrote:
 We have noticed that Kaspersky and Sophos are placed at your web site
but we
 wonder if we have any other / new alternatives more then these two SW ?
 
  We've been using Kaspersky for more than a year, no problem with the
  product itself, but the sales team is a bit unresponsive (don't expect
  them to warn you when you need to renew your licence, had to threaten
  them to get them replying to me, etc.)

 I can't recommend Kaspersky.  I had a bad experience with them, the
product
 never worked, and they stopped responding to all communications when we
 told them we wanted our money back.  Being overseas, there was little we
 could do but bite the bullet.

 Sophos has been running ever since then.  It's fast and reliable.  It's
 definately expensive, but they seem to do a real good job of having up-to-
 date profiles of all viruses.  We automatically d/l and install updates
 nightly and have never had a problem.

 -- 
 Bill Moran
 Potential Technologies
 http://www.potentialtech.com

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



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.488 / Virus Database: 287 - Release Date: 6/5/2003

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


Re: Poor server response

2002-12-02 Thread george vagner
same board here and the network card died after 2 weeks of use.
i installed a kingston fa311.


- Original Message -
From: Roger 'Rocky' Vetterberg [EMAIL PROTECTED]
To: Derrick Ryalls [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, December 02, 2002 11:26 AM
Subject: Re: Poor server response


 Derrick Ryalls wrote:
  I built a FreeBSD box using a 4.7-release mini cd distro from
  freebsd.org.  I then updated to stable via cvsup and did a
  buildworld/kernel.
 
  The machine needed linux support, so I installed linux-base (6?) from
  the ports.  Things were going fine until I started stressing the box.
 
  Frequently, when using edit to edit config files, the remote session
  would lock and connection would get lost.  The edit session would show
  up in a 'ps -aux' but I could not kill it via kill or killall.  Now the
  box is fairly unresponsive to pings.  I swapped a known good patch cable
  but it didn't help.  Also, when trying to scp, more often than not, once
  I click on copy (using winscp), the session would lock up and connection
  drop on the client side.
 
  I don't seem to have any editing issues if I am sitting at the terminal,
  and pinging local ip doesn't drop a packet.  When I ping any other ip, I
  get dropped packets...
 
  Any ideas?
 
  Hardware:
 
  XP1800+
  ECS K7S5A mobo w/ onboard lan.
  512M PC2100 crucial ram
 
 
 
  -Derrick
 

 I have exactly that motherboard in one of my machines, and I must
 say Im not impressed by its performance or stability.
 I disabled the onboard nic and replaced it with a PCI Intel
 10/100 card, and network performance sky-rocketed.

 Just a tip

 --
 R




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


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



make world script

2002-10-08 Thread George Vagner

I am looking for a script that I can run a cron on that will
update my sources and ports, build world, kernel and install everything
without touching my network settings so i can get back in later.

doing everything remotely is a pain and I would like to stay stable.

something on the Idea of Microsofts automatic updates would be the nicest.

also anyone know of a way to reboot my laptop via ssh or telnet? it is an IBM 
760XD P166 (very old) issuing the command reboot as root shuts down and
syncs disks but never reboots it just hangs after syncing disks. I tried 
Broken keyboar reset kernel option with same results.


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