Re: ZTE USB modem MF110

2013-09-07 Thread Beavis
Hello All! thanks if there are any people who would reply back. but I was able to get it to talk # cu -l cuaU1 Connected T OK AT OK thanks again. -B On Sat, Sep 7, 2013 at 3:33 PM, Beavis wrote: > Hello all, > > would like to ask if there is anyone on the list that has tried

ZTE USB modem MF110

2013-09-07 Thread Beavis
Hello all, would like to ask if there is anyone on the list that has tried using ZTE 3g Modem on OpenBSD. the kernel (5.1) was able to detect the device: umsm0 at uhub0 port 1 configuration 1 interface 0 "ZTE,Incorporated ZTE CDMA Technologies MSM" rev 2.00/0.00 addr 2 umsm0 at uhub0 port 1 confi

Re: udevadm equivalent

2012-03-28 Thread Beavis
found it through hotplugd thanks On Wed, Mar 28, 2012 at 9:59 PM, Beavis wrote: > auto mounting external drive into openbsd > > On Wed, Mar 28, 2012 at 9:41 PM, Philip Guenther wrote: >> On Wed, Mar 28, 2012 at 8:15 PM, Beavis wrote: >>> is there an equivalent to udev

Re: udevadm equivalent

2012-03-28 Thread Beavis
auto mounting external drive into openbsd On Wed, Mar 28, 2012 at 9:41 PM, Philip Guenther wrote: > On Wed, Mar 28, 2012 at 8:15 PM, Beavis wrote: >> is there an equivalent to udevadm in OpenBSD or BSD in particular? > > What problem are you trying to solve? > &

udevadm equivalent

2012-03-28 Thread Beavis
hi, is there an equivalent to udevadm in OpenBSD or BSD in particular? thanks, b -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments Disclaimer: http://goldmark.org/jeff/stupid-disclaimers/

pf for routers?

2010-09-22 Thread Beavis
Greetings List, I would like to ask if someone has done routing via pf(4) (non-NAT rules). My idea is to be able to route packets from one interface to the other. say from tun0 to rl0. I've been googling a lot and most of the rules im seeing have something to do with NAT routes. any help would b

Niagra NIC Cards

2010-08-06 Thread Beavis
Greetings Folks, I wanted to ask if anyone on the list has tried using one of the Niagra NIC Cards on OpenBSD? any success/failure to it? http://www.interfacemasters.com/products/network_interface_card_with_bypass.h tml any help/comment would be awesomely appreciated. manythanks, -B -- ()

amdiic0: exec: TimeOut on OpenBSD 4.6

2010-06-21 Thread Beavis
Greetings to All, I'm running OpenBSD 4.6 as a webserver on a Sun X4100 M1 Hardware. I'm currently experiencing some slowness even though i only run a simple web-server with a Mysql backend. Network connections seem to be fine. but dmesg is spitting out the following: amdiic0: exec: op 1, addr 0x

Re: proxychains on openbsd 4.6

2010-02-25 Thread Beavis
--snip-- >> > This will filx this particular error. > http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/proxychains/files/patch-proxychains-libproxychains.c?rev=1.1 > thanks for the link. I tried the patch... and it gave me the following error $ gmake gmake all-recursive gmake[1]: Entering directo

proxychains on openbsd 4.6

2010-02-25 Thread Beavis
Greetings Folks, Just wanted to ask out if there's anyone that is successful on building proxychains on OpenBSD? I tried building it on my box (4.6 stable) with the following output: $ gmake gmake all-recursive gmake[1]: Entering directory `/home/pfunix/tor/proxychains-3.1' Making all in proxy

Re: hoststated on OpenBSD

2009-01-22 Thread Beavis
thank you all for the pointers. On Thu, Jan 22, 2009 at 6:19 PM, Chris Kuethe wrote: > http://marc.info/?l=openbsd-announce&m=120959605703777&w=2 > > it was renamed to relayd > > On Thu, Jan 22, 2009 at 5:09 PM, Beavis wrote: >> Greetings List, >> >&

hoststated on OpenBSD

2009-01-22 Thread Beavis
Greetings List, I would like to ask some folks here regarding hoststated is it still available for OpenBSD? All i got through google is http://cvs.openbsd.org/papers/eurobsdcon07/pyr-loadbalancing/ I'm looking for a tool that would be able me to setup OpenBSD as a High-availability appliance w

Re: synproxy on stand-alone webserver

2008-10-25 Thread Beavis
found the extra rule that's needed. set state-policy if-bound fixed it. thanks list! On Sat, Oct 25, 2008 at 6:26 PM, Beavis <[EMAIL PROTECTED]> wrote: > I'm trying out the synproxy feature on my test webserver I have the > following rule. > > ext_if = "

synproxy on stand-alone webserver

2008-10-25 Thread Beavis
I'm trying out the synproxy feature on my test webserver I have the following rule. ext_if = "ne3" web_server = "192.168.4.7" pass in on $ext_if inet proto tcp from any to $web_server port www flags S/SA synproxy state I can't seem to hit the website at all. I ran pfctl -ss and got the following

Re: uvm_mapent_alloc

2008-10-13 Thread Beavis
ecise. (not offending anyone this is MY POINT OF VIEW) so thanks again List! :) regards, Beavis A. ButtHead On Mon, Oct 13, 2008 at 2:28 AM, Artur Grabowski <[EMAIL PROTECTED]> wrote: > On a more serious note. > > No, there is no diff to 4.3 > No, there won't be. &

Re: uvm_mapent_alloc

2008-10-10 Thread Beavis
lov <[EMAIL PROTECTED]> wrote: > On 14:44 Fri 10 Oct, Beavis wrote: >> thanks for the reply vladimir. >> >> is it needed to upgrade my 4.3 stable to -current? isn't there a patch >> available for this? > > The 4.3 uvm_map.c is 5 diffs far from this patch >

Re: uvm_mapent_alloc

2008-10-10 Thread Beavis
thanks for the reply vladimir. is it needed to upgrade my 4.3 stable to -current? isn't there a patch available for this? thank you, -b On Fri, Oct 10, 2008 at 2:40 PM, Vladimir Kirillov <[EMAIL PROTECTED]> wrote: > On 13:42 Fri 10 Oct, Beavis wrote: >> Greetings, >>

uvm_mapent_alloc

2008-10-10 Thread Beavis
Greetings, I currently have a 4.3 running a modified kernel (disabled ACPI and APM because they hang on my HS20 Blade) I'm receiving the following Error: uvm_mapent_alloc: out of static map entries Is there a way for me to adjust this through sysctl? any help will be greatly appreciated.

Re: UFS on OpenBSD

2008-09-20 Thread Beavis
thanks for the reply ted... i guess even if i try to forman the drive on HFS I won't be able to mount it on openbsd. i guess only way still is msdos_fs thanks again... :-) On Sat, Sep 20, 2008 at 4:30 PM, Ted Unangst <[EMAIL PROTECTED]> wrote: > On Sat, Sep 20, 2008 at 6:16 PM,

UFS on OpenBSD

2008-09-20 Thread Beavis
Hi guys, Just wanted to ask if it's possible to format a drive on OpenBSD and tagged it as a UFS (makes it readable on a mac). I've been reading the newfs manpage but with no luck... anyone care to point me to some helpful links. any help will be awesomely appreciated. -b

Re: Running virtualization Software on OpenBSD

2008-09-13 Thread Beavis
thanks for the reply josh.. appreciate it! :) I'll look at OpenVZ and see if i can just run it on a host Linux box and do it from there. thanks thread! :) On Sat, Sep 13, 2008 at 12:03 PM, Josh Grosse <[EMAIL PROTECTED]> wrote: > On Sat, Sep 13, 2008 at 11:32:44AM -0600

Running virtualization Software on OpenBSD

2008-09-13 Thread Beavis
Greetings folks, Just want to ask if there is someone who has tried to run Software Virtualization (OpenVZ, etc) on OpenBSD. I know that on the ports tree qemu is available, but i want something that is a bit simpler to manage. any comments or help will be awesomely appreciated. regards, -b

Re: OpenBSD syslogd

2008-06-19 Thread Beavis
I want to thank the list. :) I was able to find out how to fix it. thanks, -B On Thu, Jun 19, 2008 at 1:53 PM, Beavis <[EMAIL PROTECTED]> wrote: > thanks for the reply. i didn't enable pf at all. I'm using openbsd 4.2 > > rc.conf > > ospfd_flags=NO

Re: OpenBSD syslogd

2008-06-19 Thread Beavis
e flags, ie. "-s 256" On Thu, Jun 19, 2008 at 1:39 PM, Philip Guenther <[EMAIL PROTECTED]> wrote: > On Thu, Jun 19, 2008 at 1:24 PM, Beavis <[EMAIL PROTECTED]> wrote: > ... >> I did put a -u on my /etc/rc.conf >> >> syslogd_flags= "-u -a /logserver&

OpenBSD syslogd

2008-06-19 Thread Beavis
greetings kind folks, I would like do ask out if there's anyone here that uses OpenBSD's syslogd as a central log server for cisco equipment. I've been doing some googling and found the following thread http://www.monkey.org/openbsd/archive/misc/0110/msg01263.html I did put a -u on my /etc/r

suid option + perl

2008-02-18 Thread Beavis
Hello, Is there an suid option enabled on the perl built-into openbsd? I'm trying to setup qmail under openbsd 4.2 and would like to view that suid option for perl thanks, b

Re: sd0: not queuqued error 5

2008-02-11 Thread Beavis
at mainbus0: AT/286+ BIOS, date 01/28/08, BIOS32 rev. 0 @ 0xffe90, SMBIOS rev. 2.4 @ 0x7fb9c000 (64 entries) acpi at mainbus0 not configured ipmi0 at mainbus0: version 2.0 interface KCS iobase 0xca8/8 spacing 4 cpu0 at mainbus0 pci0 at mainbus0 bus 0: configuration mode 1 (no bios) keeping fingers cross, -beavis

Re: sd0: not queuqued error 5

2008-02-11 Thread Beavis
#x27;ll do some more testing and see if this rectify the problem or if it still exists. -beavis --dmesg-- OpenBSD 4.2 (GENERIC) #375: Tue Aug 28 10:38:44 MDT 2007 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC cpu0: Intel(R) Xeon(R) CPU 5130 @ 2.00GHz ("GenuineIntel" 68

Re: sd0: not queuqued error 5

2008-02-10 Thread Beavis
is there any way to get around this? with -current? or is the same deal? I'm currently checking out dell for some firmware update. I'll inform the list as soon as i've applied the updates and the issue is fixed. -b On Feb 10, 2008 3:02 PM, Michael <[EMAIL PROTECTED]> wr

sd0: not queuqued error 5

2008-02-10 Thread Beavis
Is there anyone here that have the same problem with a dell 1950 box, I tried to run openbsd 4.2 with a stock kernel, and when i try to extract the ports.tgz on the box i get the following msg: sd0: not queuqued error 5 I've tried to run a stable kernel but with the same results. below is my dmes

router/firewall PF

2007-12-29 Thread Beavis
Just wanted to get some feedback on setting up pf(4) as a router/firewall only (no nat involved). I've been digging the list archive but most of the configurations on them has the a natted network. I'm looking for a basic router/firewall configuration. any help would be greatly appreciated. re

pf visible bridge/router

2007-12-27 Thread Beavis
Hi all!, I've been searching lists with regards to building a Visible Bridge/Router with PF on OpenBSD. But most of the material I see are for invisible bridge configs. I wanted to just to a straight Routing/Bridging on my FW's (without the use of NAT) Any comments or experiences shared will be a

NAT and NO NAT Statements

2007-12-07 Thread Beavis
hi list, just wanted to ask some pf folks here. is there a way to skip (bypass) filtering for just no nat statements? I'm currently working on some rules in which i need to have some servers on the other side of my fw to talk to internal machines without any translation (application performance

Re: mutiple pptp pass-through PF

2007-11-20 Thread Beavis
an't -b On Nov 20, 2007 12:51 AM, Lars Noodin <[EMAIL PROTECTED]> wrote: > Beavis wrote: > > ... I'm trying to run multiple pptp > > connections behind my 2 PF/carp firewalls. ... > > You should not be using PPTP. You have your choice, IPsec with > encrypti

mutiple pptp pass-through PF

2007-11-19 Thread Beavis
hi folks, any pf folks available? I'm trying to run multiple pptp connections behind my 2 PF/carp firewalls. i was only successful to pass just 1 client and the rest gets denied for some weird reason. my pf.conf is below nat on $exT_if inet from any to any -> $ext_if block in all block out

reverse route

2007-11-12 Thread Beavis
for those that are about to answer my first email.. i would like to say thanks. I was able to figure it out man route :) thank you folks! -pf

reverse route

2007-11-12 Thread Beavis
hi folks, I have setup a network as follows internet <-->[L3_switch1]<-->(out)[openbsd pf](in)-->L3 Switch]<-->[LAN1] / [LAN2] I configure nat for LAN1(192.168.0.0/24) and LAN2(192.168.1.0/24) nat on $ext_if inet proto $proto_natg from { $LAN1, LAN2 } to any -> $ext_if port 1:15000 i ca

Re: Update features on PF(OpenBSD4.2)

2007-10-22 Thread Beavis
thanks for the reply guys, I currently run CARP and pfsync on both boxes (upgrade can be done with less downtime) though i haven't tried to stress test my setup, i guess this upgrade is do-able. instead of coding (im not a coder). regards, -beavis On 10/22/07, Paul de Weerd <[EMAIL P

Update features on PF(OpenBSD4.2)

2007-10-22 Thread Beavis
x27;s feature instead of going through the entire OS upgrade? since im really going after the features of pf, and happy with how 4.1 is. any comments are awesomely appreciated. thanks, -beavis

mic recording

2007-05-16 Thread Beavis
Hi, I seem to have an issue with my mic on my openbsd 4.1 I tried the instructions on chapter 13 (http://www.openbsd.org/faq/faq13.html#convert) but to no avail, my soundcard is detected flawlessly... any hints would be greatly appreciated ed audioctl -a name=ICH4 AC97 version=0x01 config=au

Re: premature scripts?

2007-03-28 Thread Beavis
Sorry for putting up noise where as Im silly at not looking at /etc/rc.conf first to find out that -u switch for HTTPD. thanks for all the reply guys! peace, Ed On 3/28/07, Beavis <[EMAIL PROTECTED]> wrote: > > hi guys, > >Just wanted to know if the default setup for the

premature scripts?

2007-03-28 Thread Beavis
hi guys, Just wanted to know if the default setup for the built-in apache on 4.0can work with cgi's? I am currently building some mailboxes and I would like to run it on openbsd but I haven't noticed why is it that the default install can't run test-cgi or printenv at all? I did chmod 755 on t

Re: 4.0 on Dell 2650

2007-02-09 Thread Beavis
<[EMAIL PROTECTED]> wrote: > > Beavis wrote: > > Hi guys > > > >Just wanted to ask if any of you have experience putting openbsd 4.0to a > > dell 2650? I tried to boot up using both cd40.iso and floppyB40.fs but > it > > always says no disks found. hav

Re: 4.0 on Dell 2650

2007-02-09 Thread Beavis
I'll try that jack thanks -ed On 2/9/07, Jack J. Woehr <[EMAIL PROTECTED]> wrote: > > > On Feb 9, 2007, at 4:29 PM, Beavis wrote: > > yup jack... just saw it when i did the google specifically for PERC 3Di > > > The one thing I remember from all my Dell Fu is

4.0 on Dell 2650

2007-02-09 Thread Beavis
Hi guys Just wanted to ask if any of you have experience putting openbsd 4.0 to a dell 2650? I tried to boot up using both cd40.iso and floppyB40.fs but it always says no disks found. haven't seen any scsi drives loaded. I tried an initial setup using RAID 5 hardware (configured) and see if 4.0