Ed D. | 21 Nov 18:28
Favicon

Wireless bridge Question

Hi Everybody.

I hope I can clearly explain my problem.
I want to solve this with on hand hardware.

I have a firewall/router in a locked cabinet in the basement.
It's running OpenBSD 5.0 Current.
I also have some 2-Wire brand 1700 and 2700 series DSL
routers lying around.

I need a wireless access point upstairs, out of range of a
wireless card in my firewall/router.

I want to run a wired network connection from my firewall/router
upstairs to one of my 2-Wire routers to act as a wireless access
point.

BUT...
I want the DHCP leases to be handled by the wired NIC in my
firewall/router, and have the 2-Wire router ONLY act as nothing more
than a "bridge" (if that's the correct term).

Is this possible?
                              Thanks for any input,  Ed
kaspop | 22 Aug 19:12
Picon

test

test
Woodchuck | 28 Jun 05:20
Favicon

Re: Kernel pppoe STILL broken my OpenBSD 4.9 and64

On Mon, Jun 27, 2011 at 11:09 PM, Ed  D. <lists <at> rensseltucky.com> wrote:
> On 21 Jun 2011 at 14:03, Ed  D. wrote:
>
>> Was just checking the -Current Changelog and
>> noticed:
>> "Fixed an assertwaitok panic in sppp(4). "
>>
>> When I get back in town I'll upgrade my
>> firewall/router to -Current and report
>> back the results.
>>                                     Ed
>>
>
> On 27 Jun 2011 at 23:10, Ed  D. wrote
>
> With this latest fix, kernel mode pppoe is improved
> but still broken in my case.
> having worked without problem until 4.9 stable.
>
>
> When I got back in town, I upgraded to amd64 -current
> on Friday 6-24-11.
>
> The assertwaitok panic doesn't occur anymore on bootup.
>
> However, when the DSL connection drops, the error
> still occurs.
>
> I'm still having to use usermode pppoe to keep my DSL
> connection going.
(Continue reading)

Satyriasis | 9 Jun 17:40
Picon

boot.conf on mac ppc

I'm running 4.9 STABLE on a PPC Mac Powerbook 15".

OpenFirmware is set for autoboot and the boot device is hd:,ofwboot.

The box boots correctly: a start or reboot drops me into an OBSD boot 
prompt that lasts for five seconds.  I'd like to control the length of 
time that the boot prompt is on the screen with the boot.conf "timeout" 
keyword.

This works, of course, on the i386 port (you can set "timeout" to 0, and 
override it by holding down one of the keys during boot), but macppc 
throws out any timeout boot.conf configuration with an error message.

Does boot.conf work on macppc?  If so, is there a difference in the 
syntax from i386?

Alternatively, can the length of time the secondary boot prompt 
(ofwboot) is on the screen be controlled from OpenFirmware? (I 
understand they're two different processes.)

Thanks for any help.
Ed D. | 7 Jun 05:24
Favicon

Kernel pppoe broken my OpenBSD 4.9 and64


Starting with OpenBSD 4.9 Stable (amd64),
my kernel mode pppoe is broken.
I've been trying to figure out why this
is happenening but having no luck.
Google shows nothing helpful.
OpenBSD Misc gets no reply.

I hope somebody can help me...

I get a
splassert: assertwaitok: want -1 have 1
error on bootup OpenBSD 4.9
when using Kernel mode pppoe
AND when DSL connection is dropped.
computer has to be rebooted to restart DSL 
connection.

Bootup error message:

kern.splassert: 1 -> 3
starting network
add net default: gateway 0.0.0.1
splassert: assertwaitok: want -1 have 1
Starting stack trace...
splassert_fail() at splassert_fail+)x55
assertwaitok() at assertwaitok+0x1c
pool_get() at pool_get+0x95
ifa_item_insert() at ifa_item_insert+0x35
ifa_add() at ifa_add+0x43
(Continue reading)

joan | 2 Jun 22:23

Problem installing Apache2 and PHP5

hi all,
I was reading and reading and I can't find the solution on the internet.

By default OpenBSD 4.9 has Apache 1.3, but I need Apache 2. I installed it by "pkg_add apache-httpd-2.2.15p0" and also I installed PHP5 by "pkg_add".

I add in /etc/apache2/httpd2.conf the line:

LoadModule php5_module /usr/local/lib/php/libphp5.so

And:

AddType application/x-httpd-php .php

I start Apache2 and I have this error:

# emacs /etc/apache2/httpd2.conf                                                                                             
# /usr/local/s                                                                                                               
sbin/   share/ 
# /usr/local/sbin/apachectl2 start                                                                                           
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_block_alarms'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_unblock_alarms'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_user_id'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_group_id'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_user_name'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'top_module'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_table_get'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_table_setn'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_kill_timeout'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_uudecode'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_pstrdup'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_psprintf'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_table_add'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_register_cleanup'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_signal'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_send_http_header'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_pstrndup'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_block_alarms'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_child_terminate'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_table_set'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_hard_timeout'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_reset_timeout'
/usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_unblock_alarms'
httpd2: Syntax error on line 116 of /etc/apache2/httpd2.conf: Cannot load /usr/local/lib/php/libphp5.so into server: Cannot load specified object
#


Please, does anybody here has the solution?
I didn't compiled the port, I'm using the packages and installing them with 'pkg_add'.
I need help, please. Witch Apache 1.3 is very easy, but I need to do it with Apache2.

peace and love,

joan



--
Clau GPG: http://jcatala.net/gpg
"Linux is something for Windows haters, BSD is something for Unix lovers".


_______________________________________________
Openbsd-newbies mailing list
Openbsd-newbies <at> sfobug.theapt.org
http://mailman.theapt.org/listinfo/openbsd-newbies
Nick Guenther | 14 Nov 07:18
Picon

64 or 32 bit?

Okay, stupid question time: how do I figure out if my CPU is 64 or 32
bit on OpenBSD?

dmesg and `sysctl hw` tell me the same thing:
$ sysctl hw
hw.machine=i386
hw.model=Genuine Intel(R) CPU U7300 @ 1.30GHz ("GenuineIntel" 686-class)
...

The googles do nothing for "U7300". I mean, I suppose it probably is
64 bit (Google does find pages selling laptops with this cpu and 4gigs
of ram so presumably..), but what's the process here normally? Try to
install amd64 and if that breaks you know you don't have a 64 bit
machine?

-Nick
Picon

Problems with ACPI

Dear,

Finished my installation of the latest OpenBSD on my laptop.
The installation was uneventful, it was pretty quick, as I expected.

When performing the first boot after installation, my system was stopped, even loading the kernel, with the phrase:

acpitz0 at acpi0

I thought it would take to detect and left for 6 hours.
Nothing happened.

To solve the problem quickly, I disabled ACPI.

Does anyone know another way to solve this problem?



Hugs,
--
--
Manoel Domingues Junior
"Collecting data is only the first step toward knowledge but sharing data is the first step toward civilization."
"Coletar dados é o primeiro passo para a sabedoria, mas compartilhar dados é o primeiro passo para a comunidade."
IBM - Prodigy Linux

_______________________________________________
Openbsd-newbies mailing list
Openbsd-newbies <at> sfobug.org
http://mailman.theapt.org/listinfo/openbsd-newbies
Michael | 2 Nov 00:37

Thank-you devs


Great job! 
Installed 4.8 over my old 4.6 installation.
Just as easy and smooth as I expected.
Thank-you all for all the hard work you do to provide such a great os.
Hopefully I'll be back to work and able to help financially.

Mike 
Michael | 30 Oct 14:02

4.8 torrents


hi all.
When 4.8 is released, will a torrent be released at the same time?
If so, is the location primarily http://openbsd.somedomain.net/ ?
I have a machine set up just for torrents, so I want it ready to go when 4.8 is released.
Then I can let the machine run and upgrade this machine from 4.6.

Thanks,
Mike 
Ed D. | 24 Oct 03:23
Favicon

Sends IP address when it changes

Hi Eveybody,
      I have an AMD64 based OpenBSD 4.6 system in another town that's
on a DSL account with a dynamically allocated IP address.

The DSL provider uses standard DHCP to allocate the address, and
I just use a dumb modem, 
so the DHCP session is done by my  OpenBSD box.

Back home at my base location I have a static IP and an
OpenBSD based network with web and mail server.

QUESTION: is there a way for my remote OpenBSD box
in the other town, to send me it's new IP address when it updates
it's IP address during a DHCP session?

Or any other way that i can know when it's IP address changes and
what the new one is?

Gmane