| From | Subject | Date |
|---|---|---|
| Lisa Meyer | Custom restaurant banner stand special
Stimulate Additional Sales
Custom Banner & Stand Only $79.00
3' x 6'8"
Full Color Banner with Reusable Stand
Come take a look by copying & pasting
the link below into your web browser and scroll down to the Banner & Stand
Promotion.
http://t.lt01.net/q/nK1lHorRSKWbRaUcIXAgKoPh4y2cP2Eo1T25YEmRotDZ6IVGcfg9J05HK
Half Price Banners
To be removed from this list, please click here:
http://t.lt01.net/q/FR6P1taRuuNS6nrLvt1j3mVXIH5aE560ym5Bk6NRt_MSwEzBfOZuQJ3mR
| Nov 16, 2:43 pm 2010 |
| Mark Peoples | Re: new uplcom(4)/BenQ GPRS modem
obviously, i need more beer. without it, i add extra commas. no one should do this stuff without beer
fixed ...
Index: uplcom.c
===================================================================
RCS file: /cvs/src/sys/dev/usb/uplcom.c,v
retrieving revision 1.53
diff -u uplcom.c
--- uplcom.c 24 Sep 2010 08:33:59 -0000 1.53
+++ uplcom.c 16 Nov 2010 22:02:55 -0000
@@ -164,6 +164,7 @@
{ USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2303X },
{ USB_VENDOR_PROLIFIC, ...
| Nov 16, 3:04 pm 2010 |
| Mark Peoples | new uplcom(4)/BenQ GPRS modem
Hello,
This device:
http://www.dealextreme.com/details.dx/sku.12057
it has a BenQ M32 GSM/GPRS modem sitting behind a PL2303
BenQ datasheet fwiw: http://www.sure-electronics.net/rf,audio/GP-GC006-pdf.pdf
furball.peoples$ usbdevs -v
Controller /dev/usb0:
addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), Intel(0x8086), rev 1.00
port 1 addr 2: high speed, self powered, config 1, Hub(0x2504), Standard ...
| Nov 16, 2:40 pm 2010 |
| COMPARK FRANCE | Newsletter compark.fr
[IMAGE]
Si vous ne visualisez pas correctement ce mail, veuillez cliquer ici
[IMAGE]
COMPARK FRANCE
Avenue de GalilC)e
86360 FUTUROSCOPE
TC)l.: 05 49 49 00 41
Click logo
Communicate and Identify your parking spaces
The Com'Park is the first outdoor advertising display for the floor.
It fits perfectly into its urban surroundings.
Patented product.
En application de la loi Informatique et LibertC)s en date du 6 janvier
1978, vous disposez d'un droit d'accC(s, de ...
| Nov 16, 8:45 am 2010 |
| Peter Bisroev | relayd icmp_check on ENETUNREACH
Hi All,
I am testing a redundant firewall setup where I am trying to use
relayd to make sure that the uplinks are reachable.
The relayd.conf is very simple:
-------------------------------------------
# cat /etc/relayd.conf
interval 5
table <gateways> {
B B B B 10.0.0.1 ip ttl 1 retry 2
}
router "uplinks" {
B B B B route 0.0.0.0/0
B B B B forward to <gateways> check icmp timeout 1000
}
-------------------------------------------
The default route is pointing to the ...
| Nov 16, 7:50 am 2010 |
| Vadim Zhukov | Re: Allow routing options in PF match rules
(Feel myself like a spammer today... :-\ )
And now with fixed rule reference counting in if_pfsync.c (modelled
after pf_test_rule()):
if (rtr != NULL && rtr != r) {
/*
* We need to keep the routing rule in case of changes,
* so add a reference.
*
* XXX: Need accounting for other match rules?
*/
SLIST_INIT(&st->match_rules);
if ((ri = pool_get(&pf_rule_item_pl, pool_flags)) == NULL)
goto cleanup;
ri->r = rtr;
SLIST_INSERT_HEAD(&st->match_rules, ri, ...
| Nov 16, 6:09 am 2010 |
| Patrik Lundin | Re: relayd(8) 'disable/enable table' support for relays
I was hoping the attachment would not get eaten when added inline, sorry
about that. I made the complete patch available here:
http://dump.komsi.se/obsd/relayd/relayd-table.patch
Regards,
Patrik Lundin
| Nov 16, 6:10 am 2010 |
| Jonathan Gray | Re: relayd(8) 'disable/enable table' support for relays
Thanks, committed.
| Nov 16, 8:35 am 2010 |
| Patrik Lundin | relayd(8) 'disable/enable table' support for relays
Hello tech@,
Similarly to http://marc.info/?l=openbsd-misc&m=122633408801658&w=2
we noticed that the relayctl command 'disable table' made relayd crash
when we used relays:
# relayctl sh sum
Id Type Name Avlblty Status
1 relay test-relay active
1 table test-table:80 empty
1 host 127.0.0.1 0.00% down
# relayctl table ...
| Nov 16, 5:48 am 2010 |
| Jacques | Votre campagne d'emailing ... Offerte
Si vous ne lisez pas correctement ce mail vous devez le visualiser en html
| Nov 16, 4:11 am 2010 |
| Vadim Zhukov | Re: Allow routing options in PF match rules
Oops, sorry for the previous one, I was typing faster than
thinking. :-\ Of course, it's pfsync changes are needed. It's only
the state count manipulation that was wrong. Routing rules do not
have anything common with this. So the final (I hope) version is
here.
Index: if_pflog.c
===================================================================
RCS file: /cvs/src/sys/net/if_pflog.c,v
retrieving revision 1.32
diff -u -p -r1.32 if_pflog.c
--- if_pflog.c 21 Sep 2010 22:49:14 -0000 1.32
+++ ...
| Nov 16, 4:38 am 2010 |
| Vadim Zhukov | Allow routing options in PF match rules
Third try. Looks like we don't need to cope with pfsync at all,
as the rule information was used only for state accounting, which
is done already.
BTW, pflog(4) page needs update after recent pflog changes too, so
I did not touched it this time.
Index: sys/net/if_pflog.c
===================================================================
RCS file: /cvs/src/sys/net/if_pflog.c,v
retrieving revision 1.32
diff -u -p -r1.32 if_pflog.c
--- sys/net/if_pflog.c 21 Sep 2010 22:49:14 -0000 1.32
+++ ...
| Nov 16, 4:12 am 2010 |
| Landry Breuil | Re: Today's pkg_add -u broke my Thunar on xfce
Excuse me, but how can you say its 'the same failure' ? The backtraces
are only barely similar, only common thing is they involve libpthread.
Does it work with libpthread 13.0 and glib 2.26.0p0 ? If so, i can only
blame sched_get_priority_xx. Here on amd64, libpthread
13.1/glib2.26.0p0 or glib2.26.0p1, works fine.
Landry
| Nov 16, 4:58 am 2010 |
| David Coppa | Re: Today's pkg_add -u broke my Thunar on xfce
Uhmmm... It's still failing for me with libpthread.so.13.1 and glib2-2.26.1.
Thunar only works if you compile it using "-O0", which is also strange.
Btw, It's the same failure reported here:
https://labs.omniti.com/labs/reconnoiter/lists/users/2010-August/000510.html
And here:
http://marc.info/?l=openbsd-ports&m=128785324016639
Ciao,
David
| Nov 16, 3:58 am 2010 |
| Andreas Kahari | Re: Today's pkg_add -u broke my Thunar on xfce
Ok, so I'm messed it up and didn't keep track of what I was doing.
Thunar works when compiled with CFLAGS="-DEBUG=-g", and it still crashed
when not. Sorry. I have not tried with -O0.
Andreas
| Nov 16, 4:08 am 2010 |
| JPMorgan Chase | Sec ... | Chase Online Banking Access Suspension (Updating Required)
If you are having trouble viewing this message, please click here. E-mail
Security Information.
Chase Logo
Welcome to your new Chase Platinum Visa(R) Card
Make managing your account quick and easy. Try Chase Online(SM) today!
Sign Up for Chase Online(SM) at www.chase.com/creditcards
View Account Activity
Pay Your Bill
Get Online Statements
Transfer Balances
Activate Account Alerts
Set Up Automatic Payments
Access Your Account Online
Access your account on the go with ...
| Nov 15, 8:36 pm 2010 |
| TBX | Compresores Múltiples Usos
$ 590 pesos Compresor
de aire 2,5 HP 50 lts Compresor de alta
recuperacion / Ideal para usar con pistolas de
Pintar y herramientas neum&aacute;ticas / Potencia
2,5HP / Presi&oacute;n 125 lbs / Tanque 50 lts / Caudal
366 l/min Equipo de Pintar con
Minicompresor $ 290 Pesos Compresor ...
| Nov 15, 10:26 pm 2010 |
| Stuart Henderson | Re: Allow routing options in PF match rules
On 2010/11/16 04:50, Vadim Zhukov wrote:
[..]
Great stuff, this has annoyed me for a while :) I can't test today but
Afaik the strictest requirements on any arch we support is that
a data type must be aligned to the size of that data type. 32-bit
I might be mistaken but I think this will break compatibility with
the pfsync wire format used by earlier versions.
| Nov 16, 1:02 am 2010 |
| Vadim Zhukov | Re: Allow routing options in PF match rules
Then the snippet should become:
@@ -807,6 +808,8 @@ struct pf_state {
struct pf_state_key *key[2]; /* addresses stack and wire
*/
struct pfi_kif *kif;
struct pfi_kif *rt_kif;
+ struct pf_rule *rt_rule;
+ caddr_t align;
u_int64_t packets[2];
u_int64_t bytes[2];
u_int32_t creation;
Am I right?
--
WBR,
Vadim Zhukov
| Nov 16, 3:04 am 2010 |
| Otto Moerbeek | Re: Allow routing options in PF match rules
I don't think so. It's the compiler's job to align the struct fields
properly.
As long as you do not access the field using pointer tricks you're
safe. I do not know if pf is doing that. Another reason to do "manual"
layout is when the struct is used on the wire.
There is a guideline to lay out structs starting with the biggest
field and then working to smaller ones. This guideline is ambiguous
since the size of fields is depedent on the target. Still, some effort
wrt this is preferred ...
| Nov 16, 3:43 am 2010 |
| Vadim Zhukov | Re: Allow routing options in PF match rules
No, it's struct pfsync_state that shows on the wire. You don't think
that pointers being used in pfsync messages, do you? :)
--
WBR,
Vadim Zhukov
| Nov 16, 1:57 am 2010 |
| Vadim Zhukov | Allow routing options in PF match rules
Second try. Fixes (thank you, Henning, for fast, actual comments):
- Old and new pfsync should now co-operate smoothly, assuming you
do not use routing options on "match" rules until all firewalls
got updated. If you will not, you'll shoot yourself in the foot:
stats and traffic may get screwed, not checked if that may
cause panics. Again: pfsync was NOT tested in real environment.
- More style(9) compliance. Not sure about struct pf_state change,
though: will it ever ...
| Nov 15, 6:50 pm 2010 |
| Henning Brauer | Re: Allow routing options in PF match rules
you are - we don't send pf_state over the wire any more but use a
seperate pfsync_state.
--
Henning Brauer, hb@bsws.de, henning@openbsd.org
BS Web Services, http://bsws.de
Full-Service ISP - Secure Hosting, Mail and DNS Services
Dedicated Servers, Rootservers, Application Hosting
| Nov 16, 3:15 am 2010 |
| Marc Espie | Re: next step in *DEPENDS simplification
There is no stem in there. A pkgpath is something different.
For a pkgspec, the - does makes some sense, because we go from
screen-3.0.2 to screen->=3.0.2
but in misc/screen there's never been any -, so misc/screen>=3.02 should be
okay.
That said, it's likely that more verifications for valid specs might save
some people some head-scratching...
| Nov 15, 5:07 pm 2010 |
| previous day | today | next day |
|---|---|---|
| November 15, 2010 | November 16, 2010 | November 17, 2010 |
