mailing.openbsd.tech
  Home FAQ Contact Sign in
mailing.openbsd.tech only
 
Advanced search
December 2007
motuwethfrsasuw
     12 48
3456789 49
10111213141516 50
17181920212223 51
24252627282930 52
31       1
2007
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
mailing.openbsd.tech Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Tu Hosting mas economico!!         


Author: Creacionesnet
Date: Dec 22, 2007 17:30

?Tu hosting es muy caro?
?Tu website no funciona correctamente?
?El servicio actual de tu hosting no es bueno?
?No te ofrecen un buen soporte?
?No dispones de aplicaciones pre-diseqadas disponibles gratuitamente y faciles
de instalar?
Disfruta de estos y muchos otros servicios, pagando importes muy economicos y
anuales, pudiendo asi tener tu Web que tanto necesitas con muy pocos
pasos!!!!
Plan ejemplo:
Show full article (1.30Kb)
no comments
  Ccnptutorials.info is your gateway to the best sites         


Author: bestsofts2007
Date: Dec 22, 2007 05:30

Ccnptutorials.info is your gateway to the best sites
on the Internet for software! Looking for Computers,
Domain Names, or Education? Browse our recommended
resources or just try the Ccnptutorials.info search.
http://ccnptutorials.info
no comments
  0/8 weirdness         


Author: Paul de Weerd
Date: Dec 21, 2007 15:58

After discussion some with people, I'm posting about 1 bug, 1 question
and 1 feature request. It all has to do with the 0/8 network (0.0.0.0
more specifically).

First the bug :

[trying to add a blackhole route for 0/8]
$ sudo route add 0/8 -blackhole 127.0.0.1
route: writing to routing socket: File exists

[in a second terminal running route monitor]
$ route monitor
got message of size 124 on Sat Dec 22 00:20:13 2007
RTM_ADD: Add route: len 124, table: 0, pid 15149, seq 1, errno 17, flags:
locks: inits:
sockaddrs:
default 127.0.0.1 default

[trying another way to do the same]
$ sudo route add 0.0.0.0 -netmask 255.0.0.0 -blackhole 127.0.0.1
add net 0.0.0.0: gateway 127.0.0.1
Show full article (3.17Kb)
no comments
  Openbsd as gateway Problem         


Author: PeterAPIIT
Date: Dec 21, 2007 05:20

Hello all expert network administrator, i truly new to networking.
Please help me in this problem. /etc/hostname.rl1(Wired Internal
interface) inet 10.0.0.1 255.255.255.0 none
/etc/hostname.ral0 : inet 10.0.1.1 255.255.255.0 and others option as
well.
/etc/dhcpd.conf : share-network local { subnet 10.0.0.0 netmask
255.255.255.0 options routers 10.0.0.10; range 10.0.0.25 10.0.0.35;}}
share-network wireless { subnet 10.0.1.0 netmask 255.255.255.0 option
routers 10.0.0.10 range 10.0.1.5 10.0.1.7 ;}}
output of ifconfig -a | less :
rl0 : inet: 192.168.1.3 netmask:0xffffff00 broadcast:192.168.1.255
rl1: No ip address becuase i didn't plugin cable
ral0: 10.0.1.1 netmask:0xffffff00 broadcast:10.0.1.255
Output of netstat -r | less :
Destination Gateway Flags Refs Use MTU Interface
default 219.93.218.177 UGS 11 618516 - tun0
10.0.1/24 link#3 UC 0 82 - ral0
localhost localhost UH 0 82 33224 lo0
192.168.1/24 link#1 UC 1 0 - rl0
192.168.1.1 00:30:0a:93:b0:58 UHLc 1 33 - rl0 ...
Show full article (1.28Kb)
no comments
  Re: another nit in queue(3) man page         


Author: Girish Venkatachalam
Date: Dec 20, 2007 21:58

On 06:38:02 Dec 21, Otto Moerbeek wrote:
> Make than an int and I'm fine with it.
>

You are right.

-Girish
Index: share/man/man3/queue.3
===================================================================
RCS file: /store/openbsd/cvsync/src/share/man/man3/queue.3,v
retrieving revision 1.44
diff -u ...
Show full article (2.06Kb)
no comments
  Re: another nit in queue(3) man page         


Author: Otto Moerbeek
Date: Dec 20, 2007 21:40

On Fri, Dec 21, 2007 at 03:33:43AM +0530, Girish Venkatachalam wrote:
> Please fix it.

Make than an int and I'm fine with it.

-Otto
Show full article (0.83Kb)
no comments
  another nit in queue(3) man page         


Author: Girish Venkatachalam
Date: Dec 20, 2007 20:36

Please fix it.

cvs diff: Diffing share/man/man3
Index: share/man/man3/queue.3
===================================================================
RCS file: /store/openbsd/cvsync/src/share/man/man3/queue.3,v
retrieving revision 1.44
diff -u -r1.44 queue.3
--- share/man/man3/queue.3 16 Dec 2007 13:23:57 -0000 1.44
+++ share/man/man3/queue.3 20 Dec 2007 21:48:57 -0000
@@ -174,6 +174,8 @@
.Fn SIMPLEQ_NEXT "struct TYPE *listelm" "SIMPLEQ_ENTRY NAME"
.Ft "struct TYPE *"
.Fn SIMPLEQ_END "SIMPLEQ_HEAD *head"
+.Ft "bool"
+.Fn SIMPLEQ_EMPTY "SIMPLEQ_HEAD *head"
.Ft void
.Fn SIMPLEQ_INIT "SIMPLEQ_HEAD *head"
.Ft void

Thanks.
Show full article (0.66Kb)
no comments
  {i386,amd64}: it: 8712F: temp0 and temp1 values         


Author: vladas
Date: Dec 19, 2007 08:56

>CVSROOT: /cvs
>Module name: src
>Changes by: form@cvs.openbsd.org 2007/12/18 14:17:54
>Modified files:
> share/man/man4 : it.4
> sys/arch/amd64/conf: GENERIC
> sys/arch/i386/conf: GENERIC
> sys/dev/isa : files.isa it.c itvar.h lm78_isa.c
>Log message:
>New it(4) driver.
>Supports ITE IT8705/8712/8716/8718/8726 and SiS SiS950
>hardware monitors and ITE IT8712F/8716F/8718F/8726F watchdog timer.

Does anybody have temp0 and temp1 displaying realistic temperatures
on 8712F?
Show full article (1.07Kb)
no comments
  openbsd behaviour with Ethernet multicast frames         


Author: Frédéric Plé
Date: Dec 18, 2007 07:40

Hi,

I am running an OpenBSD4.1 i386 router with fxp and dc network interfaces (I
am not an OpenBSD guru)

One of my network interfaces is plugged into an Ethernet VLAN where I can
find several network boxes like CISCO, Radware, StoneSoft, Linux x86 boxes.
The StoneSoft boxes use unicast IP over multicast Ethernet frames for
redundancy.
The Ethernet switches used in this LAN is broadcasting Ethernet frames with
a multicast MAC destination address.

My problem comes from the OpenBSD4.1 router because it seems to not ignore
the Ethernet frames received on its interface to the StoneSoft box multicast
mac (tested on both fxp and dc)
As the net.inet.ip.forwarding is enabled, I guess the frame goes up to the
IP layer and is routed to the network interface where it came from. So the
OpenBSD box generate network traffic
The Ethernet traffic grows quickly (openbsd generate more than 80Mbps of
silly traffic) and this noise makes the normal traffic very slow.
Show full article (1.38Kb)
no comments
  Re: -current amd64 intel core 2 overheat w/ acpi         


Author: Mark Kettenis
Date: Dec 17, 2007 02:42

> Date: Mon, 17 Dec 2007 00:34:06 -0600
> From: "Sam Fourman Jr." gmail.com>
>
> I have a really weird problem, I am running amd64 -current from
> 12-13-2007,

Your dmesg:

OpenBSD 4.2-current (GENERIC.MP) #1481: Tue Nov 20 11:14:54 MST 2007
deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP

indicates you're not. There were some acpi improvements after Nov 20,
so it is worth trying a newer snapshot.
> and it would seem that with acpi enabled the cpu will
> overheat and OpenBSD will proceed to shutdown the laptop when the cpu
> is somewhere above 100C
> when I power it on from a fresh boot it starts at 55C, it doesn't take
> long 15 min.. not even enough time to wade through the "Real men don't
> attack straw men" thread :) before it shuts down on me.

Not good :(.
> by the way if i disable acpi the cpu is 46C on bootup not 55C like w/ acpi

And the temperature stays under control?
Show full article (1.21Kb)
no comments
1 2