| From | Subject | Date |
|---|---|---|
| ramrunner | pf/nat/dns setup question
Hey list! if you can spare some time read the following :)
i have a domain living inside a very very unsecure university network that is
administered by some morons. it is highly compromised in many layers
but i can't touch it.
so i have a NATing firewall and i am running my services behind that.
notice here that my domain resolves to some .org having nothing to do
with the network i live in.
It seems logical to try to depend as little as possible on their
servers with the exception of ...
| Dec 4, 4:20 pm 2010 |
| Mattieu Baptiste | rum(4) ohci scheduling overruns in current/i386
Hi all,
I decided to upgrade my soekris net5501 (from a snapshot around
september 7) to -current. I had in the past random ohci scheduling
overruns, resulting in an unusable rum(4). But ifconfig down/up solves
the problem.
Now I have a lot of ohci scheduling overruns just after boot and my
rum(4) isn't usable. Here is a dmesg:
OpenBSD 4.8-current (GENERIC) #507: Wed Dec 1 22:37:15 MST 2010
deraadt@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Geode(TM) Integrated ...
| Dec 4, 3:55 pm 2010 |
| Pablo Velasco Fernández | Samsung Galaxy S like modem
Hi. I connect my phone to my laptop and it recognice it like ucom0 umodem0.
I configure it with: ppp -ddial mobile. When i try a ping to google. I get
the IP of google but it doenst receve nothing. Triying to use firefox it
start to load the page but doesnt load nothing too. On irssi i get the ips
from the servers but doenst connect... Any idea?
| Dec 4, 2:28 pm 2010 |
| Ted Unangst | Re: Samsung Galaxy S like modem
0. send a dmesg
1. connect it to a windows machine
2. use it in wifi hotspot mode
| Dec 4, 3:28 pm 2010 |
| Pablo Velasco Fernández | Re: Samsung Galaxy S like modem
In /var/log/messages. I get: tun0:warning change route faile
El 04/12/2010 23:28, "Ted Unangst" <ted.unangst@gmail.com> escribis:
0. send a dmesg
1. connect it to a windows machine
2. use it in wifi hotspot mode
| Dec 4, 3:40 pm 2010 |
| Theo de Raadt | Re: /etc/rc: clearing /tmp with files having flags
If you sit back, you may realize that it is possible that the intent,
all along going back into the past, was to *NOT* do anything special
with those files, and then fail. The problem is perhaps only that
the rm is noisy about the failures.
| Dec 4, 10:26 am 2010 |
| HOTELES DE MÉXICO | ¡VACACIONA DE CORTESIA CALIFICANDO HOTELES!
Solo Regmstrate, Vacaciona de Cortesma y a tu regreso, responde una encuesta de Calidad Hotelera
!Si un Panelista y con tu opinisn ayuda a perfeccionar el Sistema Turmstico Mexicano... Viajando con las Cortesias que Regalamos!
......................................................
Haz el compromiso moral de mejorar los servicios hoteleros que tanto disfrutas, por eso regalamos cortesmas para ti y tu familia.
Se un Panelista, recibe oportunidades de Vacacionar con Causa y ayudar a construir el ...
| Dec 4, 8:28 am 2010 |
| remisecrditcoopratif | CREDIT COOPERATIF
Hello,
A new FileShare has been created for you. Please use this link to
download the shared file(s). If clicking the link does not work,
manually copy the link and paste it in your web browser.
FileShare link: Click here to access FileShare
<http://www.filesanywhere.com/FS/v.aspx?v=8a6a658c606674796ca2>
FileShare Details have been given below:
FileShare Sent By: CREDITCOOP [remisecrditcoopratif@yahoo.ie]
Link Expiration: 1/3/2011 7:08:03 AM
Message: Direction de la Loterie du CrC)dit ...
| Dec 4, 5:08 am 2010 |
| Lic. Jose Pamper | Última Oportunidad para Licitaciones Públicas en 2010, M ...
[IMAGE]
Mayores informes responda este correo electrsnico con los siguientes
datos.
Empresa:
Nombre:
Telifono:
Email:
Nzmero de Interesados:
Y en breve le haremos llegar la informacisn completa del evento.
O bien comunmquense a nuestros telifonos un ejecutivo con gusto le
atendera
Tels. (33) 8851-2365, (33)8851-2741.
Copyright (C) 2010, PMS Capacitacisn Efectiva de Mixico S.C. Derechos
Reservados. PMS de Mixico, El logo de PMS de Mixico son marcas
registradas. ADVERTENCIA PMS de ...
| Dec 4, 6:22 am 2010 |
| Jiri B. | /etc/rc: clearing /tmp with files having flags
Hi,
I was playing with file flags in /tmp, after reboot I saw
that /etc/rc cannot `rm' files with flags.
OK, my stupidity to keep those files but maybe following patch
to /etc/rc could be useful (my sed kungfu is not nice but using
awk I got quoting trouble).
jirib
Index: rc
===================================================================
RCS file: /cvs/src/etc/rc,v
retrieving revision 1.345
diff -u -p -r1.345 rc
--- rc 8 Nov 2010 19:44:36 -0000 1.345
+++ rc 4 Dec 2010 11:32:46 ...
| Dec 4, 4:37 am 2010 |
| Jiri B. | Re: /etc/rc: clearing /tmp with files having flags
I haven't known about "-flags" before, thanks. But...
-flags [-]flags
The flags are comma-separated symbolic file flags (see chflags(1)
for a list of valid flag names). If the flags are preceded by a
dash (`-'), this primary evaluates to true if at least all
specified flags are set in the file's flags. If the flags are
not preceded by a dash, this primary evaluates to true if the
flags specified exactly match those of the ...
| Dec 4, 6:59 am 2010 |
| Ted Unangst | Re: /etc/rc: clearing /tmp with files having flags
That seems reasonable to me. Maybe you wanted to keep the file around
for a little longer than usual.
| Dec 4, 9:24 am 2010 |
| Ingo Schwarze | Re: /etc/rc: clearing /tmp with files having flags
Hi Jiri,
When causing an exceptionally ugly mess by hand,
i'd say cleaning up that mess by hand is a sane approach.
Scripts like rc(8) and daily(8) are supposed to cover maintenance
issues related to normal and sane usage of the system.
I'm not sure setting uchg in /tmp belongs into that class.
Besides, if i read the rc(8) code correctly, there is no real problem
with the current code. The rc(8) script throws error messages,
Even if we would decide to deal with that exotic issue ...
| Dec 4, 5:53 am 2010 |
| Eric Furman | Re: /etc/rc: clearing /tmp with files having flags
On Sat, 04 Dec 2010 13:53 +0100, "Ingo Schwarze" <schwarze@usta.de>
"Unfortunatly, given it's somewhat complex syntax, using find with rm
is like cocking a sawed-off shotgun, placing it in your mouth, and
letting
a monkey play with the trigger a little."
--John Eric Hoffmann
| Dec 4, 9:48 am 2010 |
| clickbank | ==>>DISCOVER THE LONG LOST INCREDIBLE MIND POWER SECRET:
Hello! Friend,
You're about to get a once-in-a-lifetime opportunity
to access "insider" shortcuts to creating a sensational
life. With all this knowledge at your fingertips, you could
easily become wealthy or even famous. You could easily be
a groundbreaking author, teacher, visionary, inventor, royal
advisor, and other things. Dozens of new opportunities open
up to you because your entire context of knowledge is highly
advanced. Your chances of success are multiplied thousands of
times ...
| Dec 4, 4:00 am 2010 |
| Marketing 2010 | Getting Leads from Search Engine
Increase traffic and sales with Google Product Search
[IMAGE]
Do you need a website that produces better results?
Do you need to get lots of products online?
Do you want a website that produces more incoming phone calls and
requests for quotes?
FastCommerce will build your entire online catalog, submit your produdcts
to Google Product Search and 50 other search engines.
You get this and more with FastCommerce.com, a B2B e-commerce technology
that acts as a publishing engine to search ...
| Dec 4, 12:00 am 2010 |
| difusion-esa | CURSOS DE VERANO 2011
Responder a: info@escuelasistemica.com.ar
La Escuela sistimica Argentina es una institucisn que desarrolla
actividades de formacisn de Terapeutas familiares sistimicos,
investigacisn y asistencia psicolsgica.
Director: Dr. Horacio Serebrinsky
Director Acadimico: Dr. Marcelo R. Ceberio
Asociada a la Escuela de Terapia Familiar del Htal. Sant Pau de
Barcelona, Espaqa y al MRI (Mental Research Institute), Palo Alto USA
[IMAGE]
CURSOS DE VERANO 2011
Clmnica sistimica
Estamos ...
| Dec 3, 8:49 pm 2010 |
| Iveth Vasconcelos | Desarrollo de Competencias para Secretarias Ejecutivas ...
[IMAGE]
!Promociones Especiales para grupos!
Capacitacisn Impartida por: Mtro. Gerardo Coronado L.
Pms Capacitacisn Efectiva de Mixico presenta:
Desarrollo de Competencias Exitosas para Asistentes Ejecutivas.
Experto Consultor Mtro. Gerardo Coronado L.
Empresa Registrada ante la STPS Reg. COLG640205CP30005
Mayores informes responda este correo electrsnico con los siguientes
datos.
Empresa:
Nombre:
Telifono:
Email:
Nzmero de Interesados:
Y en breve le haremos ...
| Dec 3, 6:16 pm 2010 |
| Pierre Lamy | Re: soekris + openbsd server buy question
I've run both, and agree with this. The Soekris isn't built with very
good parts (== unstable over time), the Lanner box is a solid performer.
I'm going to try out the 7535 soon.
Pierre
| Dec 4, 4:34 pm 2010 |
| Martin Schröder | Re: soekris + openbsd server buy question
Check out the LEC-2026:
http://www.s-connect.ltd.uk/Lanner-Electronics-Inc-/Lanner-LEC-2026/p2831.html
It's the industrial variant of the 7530.
Best
Martin
| Dec 4, 4:47 pm 2010 |
| Martin Schröder | Re: soekris + openbsd server buy question
Forget Soekris. Get a Lanner FW7530 or similar.
Best
Martin
| Dec 4, 3:21 pm 2010 |
| Jan Johansson | Re: PF and States
Are you convinced that it is a state problem?
In our tests we have found that a default setup of relayd will
handle 2540 connections and will then stop responding to new
connections might this be the limit you are seeing?
Our pf.conf is the default that comes with the install.
| Dec 4, 12:58 am 2010 |
| david carrasco | Re: help gateway 4.8
yeah KEn
you're right
yeahhh is this problem but get another and my weak point ( I am newbie )
in my adsl - ext-router(tp-link-TL-WR541G) set up like this (STATIC ROUTE)
ip:192.168.0.1
mask255.255.255.0
gateway 192.168.1.101
and nothing
soon I'll be crazy not to set it up
i dont know,
| Dec 4, 11:56 am 2010 |
| david carrasco | Re: help gateway 4.8
hi, dear friend both cables ( cable 1 and 2 ) are crossover and is
conectic like this,
*****************************************************************************************
| Dec 3, 6:02 pm 2010 |
| Kenneth Gober | Re: help gateway 4.8
I'm guessing the ADSL router is a typical NAT router, and that your OpenBSD
router is *not* configured for NAT. as a result, the ADSL router is seeing
outbound packets from 192.168.0.10, but doesn't know how to deliver the
inbound responses. it knows that the 192.168.1/24 network is reachable via
one of its own LAN ports, but I'm guessing that it doesn't know how to reach
the 192.168.0/24 network.
you need a static route defined on the ADSL router telling it that for the
192.168.0/24 ...
| Dec 3, 7:44 pm 2010 |
| Jan Johansson | Re: help gateway 4.8
From the ifconfig output it is obvious that there is a problem
with "cable 2".
It is either the cable or the network interface card. They should
har lights that should be lit when everything is corret.
For instance are the lights the same on both of xl0
and xl1?
There could also be some kind of issue with auto negotiation. Do
you have any other network equipment at hand that you can use to
check the cable and network cards?
Are you really sure you are using cross over cables? In ...
| Dec 4, 12:24 am 2010 |
| previous day | today | next day |
|---|---|---|
| December 3, 2010 | December 4, 2010 | December 5, 2010 |
