Re: route show

2010-12-20 Thread Cristiano Deana
2010/12/20 lilit-aibolit lilit-aibo...@mail.ru:

 I have a little problem with route show command.

netstat -nr

 after I type this command and press Enter on first machine - all is done:

 But if I do it on second machine, output in console and terminal is
 very-very slow,

try `netstat -nr', could be a dns problem.


-- 
Cris, member of G.U.F.I
Italian FreeBSD User Group
http://www.gufi.org/



Re: route show

2010-12-20 Thread Bahador NazariFard
On Mon, Dec 20, 2010 at 11:52 AM, Cristiano Deana cristiano.de...@gmail.com
 wrote:

 2010/12/20 lilit-aibolit lilit-aibo...@mail.ru:

  I have a little problem with route show command.

 netstat -nr

  after I type this command and press Enter on first machine - all is done:

  But if I do it on second machine, output in console and terminal is
  very-very slow,

 try `netstat -nr', could be a dns problem.


 --
 Cris, member of G.U.F.I
 Italian FreeBSD User Group
 http://www.gufi.org/


Hi
You can use of -n parameter.
Test agian with route -T 0 -n show -inet -gateway command.


-- 
Gula_Gula =;=; BNF



Re: bioctl -P, change passwords on crypto volumes

2010-12-20 Thread Manuel Giraud
Christopher Zimmermann madro...@zakweb.de writes:

 Is it possible to change the number of rounds, too, or do I have to
 backup/restore the volume? At the moment I have to wait for about 7s for
 my crypto volume to come up. I'd rather use a slightly longer
 passphrase.

I think not because the man page says When creating volume and it
seems in sync with source because the number of rounds are read from
disk in the bio_changepass function (AFAIU).

-- 
Manuel Giraud



Re: route show

2010-12-20 Thread Andre Keller
Am 20.12.2010 08:42, schrieb lilit-aibolit:
 But if I do it on second machine, output in console and terminal is
 very-very slow,
 and while I write this letter it still end and show per line every
 10-20 seconds:


Check your dns settings or use the -n switch...



Re: dhcpd troubleshooting

2010-12-20 Thread Damon McMahon
On 19 December 2010 23:28, Kenneth R Westerback kwesterb...@rogers.com wrote:
 On Sun, Dec 19, 2010 at 10:29:56PM +1030, Damon McMahon wrote:
 Greetings,

 I have a troublesome DHCP client -- a Brother MFC-9420CN multifunction
 centre -- I'd like to troubleshoot. It's being assigned a lease
 including IP address and gateway address by dhcpd(8), but not a subnet
 mask.

 How do you know it is not getting a subnet mask? What does the printer
 say its subnet mask is?

The printer shows a netmask of 000.000.000.000 i.e. no netmask, and I
can't ping or otherwise establish connectivity with the printer. Once
I manually specify the netmask 255.255.255.0 everything's hunky dory,
so it would appear the netmask isn't being acquired properly.


 As someone else has said, capturing the conversation via tcpdump would
 show what the printer is asking for and what is being sent. If you have

Yes if in doubt packet-capture is a good idea, I guess -- didn't
realise that tcpdump(8) can interpret DHCP which helps :-) From what I
can tell below, the subnet mask (SM) is being offered.

# tcpdump -envvX -s 1500 -i xl0
tcpdump: listening on xl0, link-type EN10MB
20:54:45.656327 00:80:77:88:8b:59 ff:ff:ff:ff:ff:ff 0030 62: snap
0:0:0:81:37 sap aa ui/C len=37
  :  0300  8137  0028 0001   ??.7??.(
  0010:     0453   0080  ..??.S..
  0020: 7788 8b59 6000 0001      w..Y`...

20:54:50.289087 00:80:77:88:8b:59 ff:ff:ff:ff:ff:ff 0800 590:
0.0.0.0.68  255.255.255.255.67: [udp sum ok] xid:0x56f6 flags:0x8000
vend-rfc1048 DHCP:DISCOVER MSZ:548 PR:SM+DG+NS+HN+DN+BR+NTP+YD+WNS+WNT
HN:brothermfc (ttl 60, id 0, len 576)
  : 4500 0240   3c11 7cae    e...@.|?
  0010:   0044 0043 022c 52d2 0101 0600  .D.C.,R?
  0020:  56f6  8000      ..V?
  0030:     0080 7788 8b59   ..w..Y..
  0040:          
  0050:          
  0060:          
  0070:          
  0080:          
  0090:          
  00a0:          
  00b0:          
  00c0:          
  00d0:          
  00e0:          
  00f0:          
  0100:     6382 5363 3501 0139  c.Sc5..9
  0110: 0202 2437 0a01 0306 0c0f 1c2a 282c 2e0c  ..$7...*(,..
  0120: 0a62 726f 7468 6572 6d66 63ff    .brothermfc?
  0130:          
  0140:          
  0150:          
  0160:          
  0170:          
  0180:          
  0190:          
  01a0:          
  01b0:          
  01c0:          
  01d0:          
  01e0:          
  01f0:          
  0200:          
  0210:          
  0220:          
  0230:          

20:54:50.290420 00:60:08:34:91:f9 00:80:77:88:8b:59 0800 366:
192.168.0.1.67  255.255.255.255.68: [udp sum ok] xid:0x56f6
flags:0x8000 Y:192.168.0.2 S:192.168.0.1 vend-rfc1048 DHCP:OFFER
SID:192.168.0.1 LT:86400 SM:255.255.255.0 DG:192.168.0.1
NS:192.168.1.1 HN:brothermfc DN:office BR:192.168.0.255
NTP:192.168.0.1 RN:43200 RB:75600 SMTP:192.168.0.1 [tos 0x10] (ttl 16,
id 0, len 352)
  : 4510 0160   1011 e8d4 c0a8 0001  E..`....
  0010:   0043 0044 014c d110 0201 0600  .C.D.L?.
  0020:  56f6  8000   c0a8 0002  ..V???..
  0030: c0a8 0001   0080 7788 8b59   ??w..Y..
  0040:          
  0050:          
  0060:          
  0070:          
  0080:  

instable vpn after upgrading to 4.8

2010-12-20 Thread Axel Rau

Hi all,

this ipsec tunnel configuration has 2 endpoints of CARPed pairs of
obsd 4.8 boxes each with pfsync and sasyncd.
After upgrading to 4.8 (stable) the vpn starts blocking in one
direction after 2 days of uptime of the gateway pair.
When this happens, netstat -rn shows flows as usual and ipsecctl -s sa
-v shows no difference of SA, but lifetimes and additional old SAs
during renegotiation.
Usually it helps to reboot CARP slave on the gateway side to fix it
for 1-2 days.
lifetimes are set to defaults in isakmpd.conf.
sasyncd.conf has nothing special:

listen on fxp1 inet port 500
interface carp0
flushmode startup
sharedkey 0xdeadbeefdeadbeefdeadbeefdeadbeef
peer   172.16.127.2
# PR6357: sasyncd(8) treats whitespace after comments as EOF in
sasyncd.conf
# sasyncd.conf at gw1


Any help welcome,
Axel
---
axel@chaos1.de  PGP-Key:29E99DD6  +49 151 2300 9283  computing @
chaos claudius



Re: dhcpd troubleshooting

2010-12-20 Thread Kenneth R Westerback
On Mon, Dec 20, 2010 at 09:23:34PM +1030, Damon McMahon wrote:
 On 19 December 2010 23:28, Kenneth R Westerback kwesterb...@rogers.com 
 wrote:
  On Sun, Dec 19, 2010 at 10:29:56PM +1030, Damon McMahon wrote:
  Greetings,
 
  I have a troublesome DHCP client -- a Brother MFC-9420CN multifunction
  centre -- I'd like to troubleshoot. It's being assigned a lease
  including IP address and gateway address by dhcpd(8), but not a subnet
  mask.
 
  How do you know it is not getting a subnet mask? What does the printer
  say its subnet mask is?
 
 The printer shows a netmask of 000.000.000.000 i.e. no netmask, and I
 can't ping or otherwise establish connectivity with the printer. Once
 I manually specify the netmask 255.255.255.0 everything's hunky dory,
 so it would appear the netmask isn't being acquired properly.
 
 
  As someone else has said, capturing the conversation via tcpdump would
  show what the printer is asking for and what is being sent. If you have
 
 Yes if in doubt packet-capture is a good idea, I guess -- didn't
 realise that tcpdump(8) can interpret DHCP which helps :-) From what I
 can tell below, the subnet mask (SM) is being offered.
 
 # tcpdump -envvX -s 1500 -i xl0
 tcpdump: listening on xl0, link-type EN10MB
 20:54:45.656327 00:80:77:88:8b:59 ff:ff:ff:ff:ff:ff 0030 62: snap
 0:0:0:81:37 sap aa ui/C len=37
   :  0300  8137  0028 0001   ??.7??.(
   0010:     0453   0080  ..??.S..
   0020: 7788 8b59 6000 0001      w..Y`...
 
 20:54:50.289087 00:80:77:88:8b:59 ff:ff:ff:ff:ff:ff 0800 590:
 0.0.0.0.68  255.255.255.255.67: [udp sum ok] xid:0x56f6 flags:0x8000
 vend-rfc1048 DHCP:DISCOVER MSZ:548 PR:SM+DG+NS+HN+DN+BR+NTP+YD+WNS+WNT
 HN:brothermfc (ttl 60, id 0, len 576)
   : 4500 0240   3c11 7cae    e...@.|?
   0010:   0044 0043 022c 52d2 0101 0600  .D.C.,R?
   0020:  56f6  8000      ..V?
   0030:     0080 7788 8b59   ..w..Y..
   0040:          
   0050:          
   0060:          
   0070:          
   0080:          
   0090:          
   00a0:          
   00b0:          
   00c0:          
   00d0:          
   00e0:          
   00f0:          
   0100:     6382 5363 3501 0139  c.Sc5..9
   0110: 0202 2437 0a01 0306 0c0f 1c2a 282c 2e0c  ..$7...*(,..
   0120: 0a62 726f 7468 6572 6d66 63ff    .brothermfc?
   0130:          
   0140:          
   0150:          
   0160:          
   0170:          
   0180:          
   0190:          
   01a0:          
   01b0:          
   01c0:          
   01d0:          
   01e0:          
   01f0:          
   0200:          
   0210:          
   0220:          
   0230:          
 
 20:54:50.290420 00:60:08:34:91:f9 00:80:77:88:8b:59 0800 366:
 192.168.0.1.67  255.255.255.255.68: [udp sum ok] xid:0x56f6
 flags:0x8000 Y:192.168.0.2 S:192.168.0.1 vend-rfc1048 DHCP:OFFER
 SID:192.168.0.1 LT:86400 SM:255.255.255.0 DG:192.168.0.1
 NS:192.168.1.1 HN:brothermfc DN:office BR:192.168.0.255
 NTP:192.168.0.1 RN:43200 RB:75600 SMTP:192.168.0.1 [tos 0x10] (ttl 16,
 id 0, len 352)
   : 4510 0160   1011 e8d4 c0a8 0001  E..`....
   0010:   0043 0044 014c d110 0201 0600  .C.D.L?.
   0020:  56f6  8000   c0a8 0002  ..V???..
   0030: c0a8 0001   0080 7788 8b59   ??w..Y..
   0040:          
   0050:          

Re: [OT] Mail Archive Management

2010-12-20 Thread Joachim Schipper
On Sun, Dec 19, 2010 at 08:07:45AM -0500, Josh Smith wrote:
 Dear Misc@,
 
 I have a largeish ( around 10 gb) mail archive stored in a mbox file
 and it's starting to get a bit unwieldy to maintain, it's difficult to
 search through and etc. With that in mind I was wondering what others
 on the list might be doing to maintain their mail archives?
 
 Would I be better off maintaining this in a maildir?  If so what are
 my options for conversion?
 
 Weather or not I keep it in mbox format or convert it to something
 else - what sort of tools are out there to break it up into multiple
 archives by year or perhaps sender?

Maildir would help with access, at least. There are lots of options for
conversion, including your mail client (I *know* mutt can do this.)

Have you considered http://sup.rubyforge.org/? I've heard mixed things
about it (it's still in beta, and it does have bugs), but it's supposed
to handle large volumes of mail well.

Similarly, IMAP has a SEARCH extension. Most IMAP servers will keep
indices for you, but getting the mail client to issue the proper
commands (instead of searching locally) may take some doc-reading.

Joachim

-- 
PotD: databases/p5-DBIx-DBSchema - database-independent schema objects
http://www.joachimschipper.nl/



Re: [OT] Mail Archive Management

2010-12-20 Thread Josh Smith
On Sun, Dec 19, 2010 at 8:22 AM, Josh Rickmar joshua_rick...@eumx.netwrote:

 On Sun, Dec 19, 2010 at 08:07:45AM -0500, Josh Smith wrote:
  Dear Misc@,
 
  I have a largeish ( around 10 gb) mail archive stored in a mbox file
  and it's starting to get a bit unwieldy to maintain, it's difficult to
  search through and etc. With that in mind I was wondering what others
  on the list might be doing to maintain their mail archives?
 
  Would I be better off maintaining this in a maildir?  If so what are
  my options for conversion?
 
  Weather or not I keep it in mbox format or convert it to something
  else - what sort of tools are out there to break it up into multiple
  archives by year or perhaps sender?
 
  Thanks,
  Josh

 fdm (http://fdm.sourceforge.net/) can do that.

 Josh


Josh,
Thanks for pointing me toward FDM, it looks like an excellent solution for
munging my current large archive into several smaller archives based on
the criteria I choose.  I'll definitely play around with it later today.


Thanks,

Josh Smith
KD8HRX
email/jabber:  juice...@gmail.com
phone:  304.237.9369(c)



Re: [OT] Mail Archive Management

2010-12-20 Thread Josh Smith
On Mon, Dec 20, 2010 at 7:39 AM, Joachim Schipper 
joac...@joachimschipper.nl wrote:

 On Sun, Dec 19, 2010 at 08:07:45AM -0500, Josh Smith wrote:
  Dear Misc@,
 
  I have a largeish ( around 10 gb) mail archive stored in a mbox file
  and it's starting to get a bit unwieldy to maintain, it's difficult to
  search through and etc. With that in mind I was wondering what others
  on the list might be doing to maintain their mail archives?
 
  Would I be better off maintaining this in a maildir?  If so what are
  my options for conversion?
 
  Weather or not I keep it in mbox format or convert it to something
  else - what sort of tools are out there to break it up into multiple
  archives by year or perhaps sender?

 Maildir would help with access, at least. There are lots of options for
 conversion, including your mail client (I *know* mutt can do this.)

 Have you considered http://sup.rubyforge.org/? I've heard mixed things
 about it (it's still in beta, and it does have bugs), but it's supposed
 to handle large volumes of mail well.

 Similarly, IMAP has a SEARCH extension. Most IMAP servers will keep
 indices for you, but getting the mail client to issue the proper
 commands (instead of searching locally) may take some doc-reading.

Joachim

 --
 PotD: databases/p5-DBIx-DBSchema - database-independent schema objects
 http://www.joachimschipper.nl/


Joachim,
Thanks for the info.  This is my mail archive so I'm not actively accessing
it a lot but I think I will test out several of the mbox-maildir conversion
utilities mentioned in the thread and see if maildir better meets my needs.
 I was not familiar to sup before but I do think I'll take the time to give
it a spin it looks very interesting and like a lot of the comments on its
site said it looks like it might be a worthwhile replacement for mutt.

Thanks,

-- 
Josh Smith
KD8HRX
email/jabber:  juice...@gmail.com
phone:  304.237.9369(c)



Re: smtpd alias entries: delivery trouble

2010-12-20 Thread MERIGHI Marcus
Hello Gilles, all,

gil...@openbsd.org (Gilles Chehade), 2010.01.31 (Sun) 22:29 (CET):
 Seems like a bug in aliases expansion, will look into it by the
 end of this week.

I am after setting up mail/mlmmj to work with smtpd(8). 

$ grep mlmmj-test /etc/mail/aliases
mlmmj-test: |/usr/local/bin/mlmmj-recieve -F -L \
/var/spool/mlmmj/mlmmj-test

newaliases(8) was run.

$ echo test | mail -s test mlmmj-test

Dec 20 15:22:32 zzz smtpd[24942]: smtp_new: incoming client on
listener: 0x3c009aa0
Dec 20 15:22:32 zzz smtpd[24942]: session_pickup: greeting client
Dec 20 15:22:32 zzz smtpd[24942]: command: EHLO  args: localhost
Dec 20 15:22:32 zzz smtpd[24942]: command: MAIL FROM args:
x...@yyy.at
Dec 20 15:22:32 zzz smtpd[24942]: session_rfc5321_mail_handler:
sending notification to mfa
Dec 20 15:22:32 zzz smtpd[24942]: smtp: got imsg_mfa_mail/rcpt
Dec 20 15:22:32 zzz smtpd[24942]: smtp: imsg_queue_create_message
returned
Dec 20 15:22:32 zzz smtpd[24942]: command: RCPT TO   args:
mlmmj-t...@yyy.at
Dec 20 15:22:32 zzz smtpd[7265]: aliases_exist: 'mlmmj-test' exists
with 1 expansion nodes
Dec 20 15:22:32 zzz smtpd[7265]: aliases_get: returned 1 aliases
Dec 20 15:22:32 zzz smtpd[7265]: lka_resolve_node: node is filter:
|/usr/local/bin/mlmmj-recieve -F -L /var/spool/mlmmj/mlmmj-test
Dec 20 15:22:32 zzz smtpd[24942]: smtp: got imsg_mfa_mail/rcpt
Dec 20 15:22:32 zzz smtpd[24942]: 1292854952.DjTfI6XCJSuAU2ED:
from=x...@yyy.at, relay=1...@localhost [IPv6:::1],
stat=LocalError (530 5.0.0 Recipient rejected:
mlmmj-t...@yyy.at)
Dec 20 15:22:32 zzz smtpd[24942]: session_destroy: killing client:
0x82823000

To see whether I was messing things up myself I did tests on my local
notebook and a server-to-be, each with pipe to mlmmj-recieve(1) and
procmail(1), with local delivery, remote forward, via /etc/mail/aliases
and ~/.forward. Everything apart from piping works.

$ pwd
/usr/local/bin
$ ls -la procmail
-r-xr-xr-x  1 root  bin  76480 Oct 31 02:39 procmail
$ ls -la mlmmj-recieve
-r-xr-xr-x  1 root  bin  15948 Dec 12 08:06 mlmmj-recieve

Both boxes are:
OpenBSD 4.8-current (GENERIC) #513: Tue Dec 14 04:47:12 MST 2010

Is this expected behaviour as of now?

Bye, 

Marcus

P.S.: Apart from the above, thanks for all the work on smtpd(8), running
it on my notebook for outbound mail for quite some time and very glad
about it!

 On Sat, Jan 30, 2010 at 10:04:46PM -0600, Jacob Yocom-Piatt wrote:
  i've got a machine that is running RT from packages and am having 
  trouble getting smtpd to pass mail to RT. this is usually done with 
  sendmail but i figured it should be no huge leap to use smtpd here.
  
  the config that works with sendmail has local aliases like so
  
  rt_queuename:|/usr/local/bin/rt-mailgate --queue 'Queue Name' 
  --action correspond --url https://rt.domain.com/;
  
  where there is an alias like this for each queue. let me know if this 
  sort of thing is not supported.
  
  what i do see from running smtpd -vd is
  
  ...
  command: RCPT TOargs: rt_queuen...@rt.domain.com
  lka_resolve_node: node is filter: |/usr/local/bin/rt-mailgate --queue 
  'Queue Name' --action correspond --url https://rt.domain.com/;
  smtp_dispatch_queue: queue acknowledged message submission
  command: DATA   args: (null)
  smtp_dispatch_queue: queue handled message creation
  smtp_dispatch_queue: queue acknowledged message submission
  1264909788.hB74N4PO6lKzS8MR: from=j...@domain.com, size=1080, 
  nrcpts=1, proto=ESMTP, relay=unknown [10.137.0.10]
  command: QUIT   args: (null)
  session_destroy: killing client: 0x204aa
  in batch dispatch
  1264909788.hB74N4PO6lKzS8MR: getpwnam: : user does not exist
  1264909788.hB74N4PO6lKzS8MR: to=@, delay=1, stat=MdaPermError
  in batch dispatch
  smtp_new: incoming client on listener: 0x83fec0
  session_pickup: greeting client
  ...
  
  at which point i get a DSN message stating
  
  Hi !
  
  This is the MAILER-DAEMON, please DO NOT REPLY to this e-mail.
  An error has occurred while attempting to deliver a message.
  
  Recipient: @
  Reason:
  
  so afaict smtpd is not grokking the alias line. clues as to what is going 
  on here are welcome.
  
  cheers,
  jake



add new disk

2010-12-20 Thread Orestes Leal R.
Hi guys, yesterday I was adding a new virtual disk (in vmware workstation)  
to my 4.8
virtual but I can't do it because the procedure to format and make a new  
partition

seems diferent for 4.6 or 4.3 compared to 4.8, any help?



Re: PF and States

2010-12-20 Thread Kevin Wilcox
On 19 December 2010 07:16, Henning Brauer lists-open...@bsws.de wrote:

 * Ryan McBride mcbr...@openbsd.org [2010-12-03 09:52]:

 More than 100,000. I havn't tested lately (planning to do so soo), but I
 would expect somewhere closer to 500,000.

 you're way off ;)
 I had 2 million during a DDoS. things got a bit slow but everything
 worked.

Henning - out of curiosity, what were the specs on that hardware?

My understanding was that pf won't use more than 1GB of RAM, which I
thought to equal about 1 million states, but I never verified that
information and now it's been so long I can't recall the source.

Obviously, my incorrectness probably exists on several levels here...

kmw



11 Day - South African Tour - New Year Special

2010-12-20 Thread Bushveld Safaris, Tours and Transfers
Dear Sir / Madam

We at BUSHVELD SAFARIS, TOURS  TRANSFERS are offering a new year SPECIAL -
fully escorted From Kruger to Limpopo tour (itinerary attached) for only
(ZAR) R18 555.00 per person sharing (15 % single supplement). We recommend
that all our travel agents sell this tour with a 15-20 % mark-up price.

This exclusive holiday package will take place between 02/02/2011 -
12/02/2011, optional add-on tours available. Please contact Alida or Laurence
for more information or visit our websites www.selfdrivesa.com
http://www.selfdrivesa.com/  /  www.bushsafaris.co.za
http://www.bushsafaris.co.za/ for more information on this tour itinerary or
any of our other tours or scheduled tour departures for 2011  2012.

And

We are also part owners in a charming little lodge near O R Tambo
International Airport in Glen Marais, Kempton Park, Johannesburg. It is
currently rated as a 3 star establishment, with 9 spacious on-suite rooms,
each with its own private entrance.

Other services:

* bMeet  Greetb at all Johannesburg airports
* Local - full day  half day excursions
* Short tours  safaris
* Day rooms
* Conference facilities
* Business services with wireless internet
* Breakfast included
* Dinner available with various options
* Full bar
* Cocktail hour with snacks
* Personal amenities  hair dryers in each room
* DSTV
* Swimming pool
* SPA facilities close by


Journeybs Inn Africa is ideally situated near the O R Tambo International
Airport and we offer excellent rates:

RACK Rates:

R395.00 per person sharing (B  B)

R550.00 per person single (B  B)

Children - 0 to 2 years old - free

  Up to 12 years old - 50 % when sharing with adult

STO Rates: (Basically 20 % discount) - Tour Operators or Travel Agents

Rack - R320.00 per person sharing (B  B)

 R440.00 per person single (B  B)

Children - 0 to 2 years old - free

  Up to 12 years old - 50 % when sharing with adult

 If you are interested in making reservations or referring clients to us,
please e-mail reservati...@journeysinnafrica.com
mailto:reservati...@journeysinnafrica.com or i...@journeysinnafrica.com
mailto:i...@journeysinnafrica.com  or phone - cell: +27 (0) 823604713
landline: +27 (0) 11 979 1202. For more information please visit our website
www.journeysinnafrica.com http://www.journeysinnafrica.com/.

Many thanks

Laurence Marks

Tel: +27 (0) 12 991 1818
Fax: +27 (0) 86 522 2064
Cell: +27 (0) 82 853 8910

E-mail: b...@lantic.net
http://uk.mc1103.mail.yahoo.com/mc/compose?to=b...@lantic.net

Postnet Suite 192
Private Bag X20009
Garsfontein
0042
Gauteng
South Africa

[demime 1.01d removed an attachment of type application/msword which had a name 
of 3. 11 Day - From Kruger to Limpopo Tour 2.doc]



Re: font size in applications are huge in my VM instance

2010-12-20 Thread Bryan
On Mon, Dec 20, 2010 at 08:51, Bryan bra...@gmail.com wrote:

Thanks to the offline answers.  I assume that the differences in
resolution and dpi are causing the font issues.

Someone told me to set the following in my .Xdefaults:

Xft.dpi:72

This fixed Kword, firefox, openoffice, inkscape, gimp.


Now that I know what to search for exactly, here are a few links that I found:

http://ubuntuforums.org/showthread.php?t=4456
http://ubuntuforums.org/showthread.php?t=20976
http://avi.alkalay.net/linux/docs/font-howto/Font.html

Some of it is Linux centric, but lots of good info there...



Re: AR5424 on OpenBSD

2010-12-20 Thread Neal Hogan
On Sun, Dec 19, 2010 at 2:21 AM, Hugo Osvaldo Barrera
h...@osvaldobarrera.com.ar wrote:
 I've an Atheros AR5424, which OpenBSD seems to detect correctly, but
 does not really work.
 The ath driver is used, and the man pages don't list this model as being
 supported, but I though I might ask if there was some fix/etc.


 # ifconfig ath0 chan
 ath0: flags=8822BROADCAST,NOTRAILERS,SIMPLEX,MULTICAST mtu 1500
lladdr 00:1f:e2:a2:c5:4f
priority: 4
groups: wlan
media: IEEE802.11 autoselect
status: no network
ieee80211: nwid 
chan  freq  properties
 # ifconfig ath0 scan
 ath0: flags=8822BROADCAST,NOTRAILERS,SIMPLEX,MULTICAST mtu 1500
lladdr 00:1f:e2:a2:c5:4f
priority: 4
groups: wlan
media: IEEE802.11 autoselect
status: no network
ieee80211: nwid 
 blueath0: unable to reset hardware; hal status 4294934528
 #

 In reference to the above blue error, the man pages say it should not
 happen.  Again, the card is not listed as supported either.

 I don't mind providing more feedback/testing patches/etc.
 Cheers, and thanks.

Check the archives of tech@ (and misc@ for that matter). The AR5424
issue has been known and some have been working on a driver. However,
the discussion has weakened recently :-(


 dmesg:

 OpenBSD 4.8-current (GENERIC.MP) #589: Mon Oct 18 16:29:17 MDT 2010
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
 real mem = 2134712320 (2035MB)
 avail mem = 2064023552 (1968MB)
 mainbus0 at root
 bios0 at mainbus0: SMBIOS rev. 2.4 @ 0xe2c30 (25 entries)
 bios0: vendor Hewlett-Packard version F.33 date 04/29/2008
 bios0: Hewlett-Packard Compaq Presario C700 Notebook PC
 acpi0 at bios0: rev 2
 acpi0: sleep states S0 S3 S4 S5
 acpi0: tables DSDT FACP APIC HPET MCFG ASF! SLIC BOOT SSDT
 acpi0: wakeup devices SLPB(S4) P32_(S4) EXP1(S4) EXP2(S4) EXP3(S4)
 EXP4(S4) EXP5(S4) EXP6(S4)
 acpitimer0 at acpi0: 3579545 Hz, 24 bits
 acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
 cpu0 at mainbus0: apid 0 (boot processor)
 cpu0: Intel(R) Pentium(R) Dual CPU T2370 @ 1.73GHz, 1729.28 MHz
 cpu0:

FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2,SSSE3,CX1
6,xTPR,PDCM,NXE,LONG
 cpu0: 1MB 64b/line 4-way L2 cache
 cpu0: apic clock running at 132MHz
 cpu1 at mainbus0: apid 1 (application processor)
 cpu1: Intel(R) Pentium(R) Dual CPU T2370 @ 1.73GHz, 1729.00 MHz
 cpu1:

FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2,SSSE3,CX1
6,xTPR,PDCM,NXE,LONG
 cpu1: 1MB 64b/line 4-way L2 cache
 ioapic0 at mainbus0: apid 4 pa 0xfec0, version 20, 24 pins
 ioapic0: misconfigured as apic 0, remapped to apid 4
 acpihpet0 at acpi0: 14318179 Hz
 acpiprt0 at acpi0: bus 0 (PCI0)
 acpiprt1 at acpi0: bus 2 (P32_)
 acpiprt2 at acpi0: bus 1 (EXP1)
 acpiprt3 at acpi0: bus -1 (EXP2)
 acpiprt4 at acpi0: bus -1 (EXP3)
 acpiprt5 at acpi0: bus -1 (EXP4)
 acpiprt6 at acpi0: bus -1 (EXP5)
 acpiprt7 at acpi0: bus -1 (EXP6)
 acpiec0 at acpi0
 acpicpu0 at acpi0: C3, C2, C1, PSS
 acpicpu1 at acpi0: C3, C2, C1, PSS
 acpitz0 at acpi0: critical temperature 100 degC
 acpibtn0 at acpi0: PWRB
 acpibtn1 at acpi0: LID0
 acpibtn2 at acpi0: SLPB
 acpibat0 at acpi0: BAT0 model Primary type Lion oem Hewlett-Packard
 acpiac0 at acpi0: AC unit online
 acpivideo0 at acpi0: OVGA
 cpu0: Enhanced SpeedStep 1729 MHz: speeds: 1733, 1333, 1067, 800 MHz
 pci0 at mainbus0 bus 0
 pchb0 at pci0 dev 0 function 0 Intel GM965 Host rev 0x03
 vga1 at pci0 dev 2 function 0 Intel GM965 Video rev 0x03
 wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
 wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
 intagp0 at vga1
 agp0 at intagp0: aperture at 0x8000, size 0x1000
 inteldrm0 at vga1: apic 4 int 16 (irq 11)
 drm0 at inteldrm0
 Intel GM965 Video rev 0x03 at pci0 dev 2 function 1 not configured
 azalia0 at pci0 dev 27 function 0 Intel 82801H HD Audio rev 0x03: apic
 4 int 22 (irq 11)
 azalia0: codecs: Conexant CX20561
 audio0 at azalia0
 ppb0 at pci0 dev 28 function 0 Intel 82801H PCIE rev 0x03: apic 4 int
 18 (irq 11)
 pci1 at ppb0 bus 1
 ath0 at pci1 dev 0 function 0 Atheros AR5424 rev 0x01: apic 4 int 16
 (irq 11)
 ath0: AR5424 14.2 phy 7.0 rf 0.0, WOR02W, address 00:1f:e2:a2:c5:4f
 uhci0 at pci0 dev 29 function 0 Intel 82801H USB rev 0x03: apic 4 int
 21 (irq 11)
 uhci1 at pci0 dev 29 function 1 Intel 82801H USB rev 0x03: apic 4 int
 20 (irq 11)
 uhci2 at pci0 dev 29 function 2 Intel 82801H USB rev 0x03: apic 4 int
 19 (irq 11)
 ehci0 at pci0 dev 29 function 7 Intel 82801H USB rev 0x03: apic 4 int
 23 (irq 11)
 usb0 at ehci0: USB revision 2.0
 uhub0 at usb0 Intel EHCI root hub rev 2.00/1.00 addr 1
 ppb1 at pci0 dev 30 function 0 Intel 82801BAM Hub-to-PCI rev 0xf3
 pci2 at ppb1 bus 2
 rl0 at pci2 dev 1 function 0 Realtek 8139 rev 0x10: apic 4 

Re: pfsync nic problem.

2010-12-20 Thread Alessandro Baggi

On 12/19/2010 07:49 PM, Johan Beisser wrote:

On Sun, Dec 19, 2010 at 9:12 AM, Alessandro Baggi
alessandro.ba...@gmail.com  wrote:
   

Hi list. I've a little question about pfsync. Supposing to have two
firewall, with 3 nic, one for lan, one for wan and one for DMZ, and
supposing a similar scenario:

firewall 1   firewall 2

WAN: re0WAN: xl0
LAN:  rl0 LAN:  rl0
DMZ: rl1DMZ: rl1

when pfsync send the interface state updates on backup firewall, pfsync
update the table of states for the name of interfaces of first firewall? (in
my scenario, the syncronization won't works for re0 and xl0, right?
 

I don't see why not. Adjust your pf rules to use the groups field for
the interface if you're worried.

   

ok I will try. Thanks for the reply



Re: add new disk

2010-12-20 Thread Nick Holland

On 12/20/10 10:45, Orestes Leal R. wrote:

Hi guys, yesterday I was adding a new virtual disk (in vmware
workstation) to my 4.8
virtual but I can't do it because the procedure to format and make a new
partition
seems diferent for 4.6 or 4.3 compared to 4.8, any help?


no, not really different (though some things are more precise now)

So...the basics:
What did you do?
What did you expect to happen?
What did you see happen?

Nick.



Bonjour

2010-12-20 Thread Marie Corion (via Multiply)
This is a MIME-encoded message that marieco8 sent through Multiply.  To read
it, you need a HTML-capable mail client.



Leg�jabb Filmek, Zen�k, J�t�kok!

2010-12-20 Thread Anna
Szia!

Harry Potter 7, Narnia Krsnikai 3, Terhes Tarsasag --- TVLTHETU,
SZINKRONOSAN!

Az oldal cmme: http://premier.ednet-host.com/

Akar premier elvtti vetmtised lehet otthon a csaladdal!
Rengeteg premier film!
Tvbb min 15 terra taralom! Mindez egy sms arairt!
Jatikok, filmek, hacker cuccok, hd filmek!
Mindez egy helyen szinte ingyen!

Az oldal cmme: http://premier.ednet-host.com/

Szia!



Re: add new disk

2010-12-20 Thread Orestes Leal R.
everything from update the MBR, dislabel, etc, seems to work, but when I  
do newfs /dev/NameOfPartition

It says

/dev/NameOfPartition: Block Device

and anything else, and later can't mount the partition off course.


On 12/20/10 10:45, Orestes Leal R. wrote:
Hi guys, yesterday I was adding a new virtual disk (in vmware
workstation) to my 4.8
virtual but I can't do it because the procedure to format and make a new
partition
seems diferent for 4.6 or 4.3 compared to 4.8, any help?
 no, not really different (though some things are more precise now)
 So...the basics:
What did you do?
What did you expect to happen?
What did you see happen?
 Nick.




--
Using Opera's revolutionary email client: http://www.opera.com/mail/



Re: add new disk

2010-12-20 Thread Otto Moerbeek
On Mon, Dec 20, 2010 at 11:43:52AM -0600, Orestes Leal R. wrote:

 everything from update the MBR, dislabel, etc, seems to work, but
 when I do newfs /dev/NameOfPartition
 It says
 
 /dev/NameOfPartition: Block Device

I can guess what you did, but please show the exact commands next
time.

To answer your question: run newfs on the raw device. We added a check
since it is wrong to run it on a block device. That only works if you
are lucky. This is mentioned in the man page.

-Otto

 
 and anything else, and later can't mount the partition off course.
 
 On 12/20/10 10:45, Orestes Leal R. wrote:
 Hi guys, yesterday I was adding a new virtual disk (in vmware
 workstation) to my 4.8
 virtual but I can't do it because the procedure to format and make a new
 partition
 seems diferent for 4.6 or 4.3 compared to 4.8, any help?
  no, not really different (though some things are more precise now)
  So...the basics:
 What did you do?
 What did you expect to happen?
 What did you see happen?
  Nick.
 
 
 
 -- 
 Using Opera's revolutionary email client: http://www.opera.com/mail/



Orcamento...

2010-12-20 Thread Sthefany Depaula
[IMAGE] 1 anexo(s)

Planilha-documento.doc



Re: add new disk

2010-12-20 Thread Nick Holland

On 12/20/10 12:43, Orestes Leal R. wrote:

everything from update the MBR, dislabel, etc, seems to work, but when I
do newfs /dev/NameOfPartition
It says

/dev/NameOfPartition: Block Device


geez.  Definite security issue there, definitely can't let us find out 
what disk you are trying to newfs (incorrectly).  And yes, what you are 
hiding IS your problem.



and anything else, and later can't mount the partition off course.


Like Otto said, man newfs

Hint: the opposite of block is raw.
Double hint: as Otto indicated and I hinted at, what you were doing 
before was wrong.  They don't let you do that anymore.


Nick.




On 12/20/10 10:45, Orestes Leal R. wrote:
Hi guys, yesterday I was adding a new virtual disk (in vmware
workstation) to my 4.8
virtual but I can't do it because the procedure to format and make a new
partition
seems diferent for 4.6 or 4.3 compared to 4.8, any help?
no, not really different (though some things are more precise now)
So...the basics:
What did you do?
What did you expect to happen?
What did you see happen?
Nick.




Aprenda a Otorgar Creditos Sanos, Prevenga y Recupere su Cartera Vencida - 27 de Diciembre - MONTERREY

2010-12-20 Thread evaluacion crediticia








CURSO TALLER









Aprenda a Otorgar Creditos Sanos, Prevenga y Recupere su Cartera Vencida







Experto instructor: Lic. Juan Manuel Lopez Vitela ) 







Duracion: (1 dia) 10 hrs.



 Inversion: $4,200 pesos mas IVA / 420 dlls.












Objetivo: Capacitar al participante para que identifique los pasos
necesarios en el otorgamiento del cridito, desde el llenado de la
solicitud hasta el desarrollo de un modelo de evaluacisn crediticia en la
cobranza.

Dirigido a: Directores de area, Gerentes de departamento, Personal
encargado de los departamentos de cobranza, Ejecutivos y Tesoreros.












MONTERREY



Sede: Hotel Sheraton Ambassador / Ave. Hidalgo 310 Oriente, Centro.
Monterrey.











27 de Diciembre
Solicite Temario de Click Aqui


















 Credito y Cobranza


















[IMAGE]









Curso Taller
Administracion del Riesgo en el Credito y sus Implicaciones en la
Cobranza
Mexico / Guadalajara / Monterrey












[IMAGE]









Curso Taller
El Credito y la Cobranza... Una Actividad de Exito
Mexico / Guadalajara / Monterrey / Cancun












[IMAGE]









Curso Taller
Tecnicas especializadas en los procesos de credito y cobranza
Mexico / Guadalajara / Monterrey












[IMAGE]









Curso Taller
Herramientas Especializadas para el Control y Recuperacion de la Cartera
Vencida
Mexico / Guadalajara / Monterrey












[IMAGE]









Curso Taller
Casos Practicos en el Otorgamiento del Credito y Recuperacion de la
Cartera
Mexico / Guadalajara / Monterrey























Consulte la Programacion por Area:
Manufactura y Produccion | Credito y Cobranza | Recursos Humanos |
Adquisiciones y Obras Publicas | Entrenamiento Ejecutivo |
Seguridad e Higiene | Negociacion y Compras | Alimentos y Bebidas |
Economia y Finanzas | Asistentes Ejecutivas | Marketing y Ventas |












Si necesita mayor informacion,comuniquese un Asesor lo atendera de
inmediato.

SIMCA CAPACITACION
Entrenamiento Especializado
E-MAIL: simca_capacitac...@hotmail.com 
Messenger: simca_capacitac...@hotmail.com
Lada sin costo: 01 800 543 32 30 










 Servicios de Informacion Mexicana Capacitando America











Diseqamos el curso a la medida de sus necesidades..!Impartimos CURSOS de
forma PRIVADA en su empresa, envienos un correo especificando el numero
de participantes, el lugar donde se impartira, su nombre, cargo, empresa
y telefono.SOLICITE COTIZACION de Click Aqui












Si usted no desea que le enviemos mas invitaciones, de Click Aqui,
gracias.









Re: add new disk

2010-12-20 Thread Orestes Leal R.
I do all that commands in my home machine, tomorrow I will show the  
commands,

but anyway, these commands work for 4.3 but NO in 4.8, thanks a lot,

LeaL




I can guess what you did, but please show the exact commands next
time.

To answer your question: run newfs on the raw device. We added a check
since it is wrong to run it on a block device. That only works if you
are lucky. This is mentioned in the man page.

-Otto



and anything else, and later can't mount the partition off course.

On 12/20/10 10:45, Orestes Leal R. wrote:
Hi guys, yesterday I was adding a new virtual disk (in vmware
workstation) to my 4.8
virtual but I can't do it because the procedure to format and make a  
new

partition
seems diferent for 4.6 or 4.3 compared to 4.8, any help?
 no, not really different (though some things are more precise now)
 So...the basics:
What did you do?
What did you expect to happen?
What did you see happen?
 Nick.



--
Using Opera's revolutionary email client: http://www.opera.com/mail/






--
Using Opera's revolutionary email client: http://www.opera.com/mail/



CADRES ET JEUNES DIPLÔMÉS BIENVENUS ®

2010-12-20 Thread SERVICE CTC (via Multiply)
This is a MIME-encoded message that tfrfgrfffrff sent through Multiply.  To
read it, you need a HTML-capable mail client.



Re: smtpd alias entries: delivery trouble

2010-12-20 Thread Gilles Chehade
Hi,

Yup, the behaviour you're describing is expected, aliases/.forward
expansion has been broken for some time.

The good news is that it's been rewritten, I have a new version of
it that seems to work just fine on my workstation.

The bad news is that it's part of a bigger diff that I don't plan
on committing before a few weeks as it's not fully finished yet.

Gilles


On Mon, Dec 20, 2010 at 03:44:42PM +0100, MERIGHI Marcus wrote:
 Hello Gilles, all,
 
 gil...@openbsd.org (Gilles Chehade), 2010.01.31 (Sun) 22:29 (CET):
  Seems like a bug in aliases expansion, will look into it by the
  end of this week.
 
 I am after setting up mail/mlmmj to work with smtpd(8). 
 
 $ grep mlmmj-test /etc/mail/aliases
 mlmmj-test: |/usr/local/bin/mlmmj-recieve -F -L \
 /var/spool/mlmmj/mlmmj-test
 
 newaliases(8) was run.
 
 $ echo test | mail -s test mlmmj-test
 
 Dec 20 15:22:32 zzz smtpd[24942]: smtp_new: incoming client on
 listener: 0x3c009aa0
 Dec 20 15:22:32 zzz smtpd[24942]: session_pickup: greeting client
 Dec 20 15:22:32 zzz smtpd[24942]: command: EHLO  args: localhost
 Dec 20 15:22:32 zzz smtpd[24942]: command: MAIL FROM args:
 x...@yyy.at
 Dec 20 15:22:32 zzz smtpd[24942]: session_rfc5321_mail_handler:
 sending notification to mfa
 Dec 20 15:22:32 zzz smtpd[24942]: smtp: got imsg_mfa_mail/rcpt
 Dec 20 15:22:32 zzz smtpd[24942]: smtp: imsg_queue_create_message
 returned
 Dec 20 15:22:32 zzz smtpd[24942]: command: RCPT TO   args:
 mlmmj-t...@yyy.at
 Dec 20 15:22:32 zzz smtpd[7265]: aliases_exist: 'mlmmj-test' exists
 with 1 expansion nodes
 Dec 20 15:22:32 zzz smtpd[7265]: aliases_get: returned 1 aliases
 Dec 20 15:22:32 zzz smtpd[7265]: lka_resolve_node: node is filter:
 |/usr/local/bin/mlmmj-recieve -F -L /var/spool/mlmmj/mlmmj-test
 Dec 20 15:22:32 zzz smtpd[24942]: smtp: got imsg_mfa_mail/rcpt
 Dec 20 15:22:32 zzz smtpd[24942]: 1292854952.DjTfI6XCJSuAU2ED:
 from=x...@yyy.at, relay=1...@localhost [IPv6:::1],
 stat=LocalError (530 5.0.0 Recipient rejected:
 mlmmj-t...@yyy.at)
 Dec 20 15:22:32 zzz smtpd[24942]: session_destroy: killing client:
 0x82823000
 
 To see whether I was messing things up myself I did tests on my local
 notebook and a server-to-be, each with pipe to mlmmj-recieve(1) and
 procmail(1), with local delivery, remote forward, via /etc/mail/aliases
 and ~/.forward. Everything apart from piping works.
 
 $ pwd
 /usr/local/bin
 $ ls -la procmail
 -r-xr-xr-x  1 root  bin  76480 Oct 31 02:39 procmail
 $ ls -la mlmmj-recieve
 -r-xr-xr-x  1 root  bin  15948 Dec 12 08:06 mlmmj-recieve
 
 Both boxes are:
 OpenBSD 4.8-current (GENERIC) #513: Tue Dec 14 04:47:12 MST 2010
 
 Is this expected behaviour as of now?
 
 Bye, 
 
 Marcus
 
 P.S.: Apart from the above, thanks for all the work on smtpd(8), running
 it on my notebook for outbound mail for quite some time and very glad
 about it!
 
  On Sat, Jan 30, 2010 at 10:04:46PM -0600, Jacob Yocom-Piatt wrote:
   i've got a machine that is running RT from packages and am having 
   trouble getting smtpd to pass mail to RT. this is usually done with 
   sendmail but i figured it should be no huge leap to use smtpd here.
   
   the config that works with sendmail has local aliases like so
   
   rt_queuename:|/usr/local/bin/rt-mailgate --queue 'Queue Name' 
   --action correspond --url https://rt.domain.com/;
   
   where there is an alias like this for each queue. let me know if this 
   sort of thing is not supported.
   
   what i do see from running smtpd -vd is
   
   ...
   command: RCPT TOargs: rt_queuen...@rt.domain.com
   lka_resolve_node: node is filter: |/usr/local/bin/rt-mailgate --queue 
   'Queue Name' --action correspond --url https://rt.domain.com/;
   smtp_dispatch_queue: queue acknowledged message submission
   command: DATA   args: (null)
   smtp_dispatch_queue: queue handled message creation
   smtp_dispatch_queue: queue acknowledged message submission
   1264909788.hB74N4PO6lKzS8MR: from=j...@domain.com, size=1080, 
   nrcpts=1, proto=ESMTP, relay=unknown [10.137.0.10]
   command: QUIT   args: (null)
   session_destroy: killing client: 0x204aa
   in batch dispatch
   1264909788.hB74N4PO6lKzS8MR: getpwnam: : user does not exist
   1264909788.hB74N4PO6lKzS8MR: to=@, delay=1, stat=MdaPermError
   in batch dispatch
   smtp_new: incoming client on listener: 0x83fec0
   session_pickup: greeting client
   ...
   
   at which point i get a DSN message stating
   
   Hi !
   
   This is the MAILER-DAEMON, please DO NOT REPLY to this e-mail.
   An error has occurred while attempting to deliver a message.
   
   Recipient: @
   Reason:
   
   so afaict smtpd is not grokking the alias line. clues as to what is going 
   on here are welcome.
   
   cheers,
   jake
 

-- 
Gilles Chehade
freelance developer/sysadmin/consultant

   http://www.poolp.org



Re: instable vpn after upgrading to 4.8

2010-12-20 Thread Axel Rau

Am 20.12.2010 um 12:50 schrieb Axel Rau:


After upgrading to 4.8 (stable) the vpn starts blocking in one
direction after 2 days of uptime of the gateway pair.

Today it took only 2 hours to start blocking.
Blocking cab be prevented by keeping a ping running.

Axel
---
axel@chaos1.de  PGP-Key:29E99DD6  +49 151 2300 9283  computing @
chaos claudius



IP bridge was briefly working now is not, OpenBSD 4.8, amd64, bridge from PC wifi to Beagleboard

2010-12-20 Thread brett
Hi @misc,
I have a Beagleboard-xM with Ansgtrom Linux and a PC running OpenBSD 4.8, AMD64 
version. My PC is connected via TP-Link wifi to household router (my otus0 
internet address for this connection is 192.168.1.101). The beagleboard is 
connected to the PC via ethernet.
On the Beagle I configured the ethernet device (which shows up as usb0 on 
Angstrom):

# ifconfig usb0 inet 192.168.10.10 netmask 255.255.255.0
# route add default gw 192.168.10.12 netmask 255.255.255.0 dev usb0
Also, in /etc/resolv.conf I added nameservers 203.12.160.35  203.12.160.36

On the OpenBSD PC I created a bridge:

# ifconfig nfe0 inet 192.168.10.12 netmask 255.255.255.0
# ifconfig bridge0 create
In /etc/hostname.nfe0 is the single word: up
In /etc/hostname.otus0 is the single word: up
In /etc/bridgename.bridge0 is: add nfe0 add otus0 up
In /etc/sysctl.conf I uncommented: net.inet.ip.forwarding=1

I have also tried uncommenting net.inet6.ip6.mforwarding=1 but it did not help.

I can ping 192.168.10.12 from the Beagle, and 192.168.10.10 from the PC, but I 
cannot ping 192.168.1.101 (the PC's wifi connection from the Beagle, network 
is unreachable).
The first time I set this up (a few days ago), I could ping the outside world 
from the Beagle running Angstrom. I loaded Ubuntu onto the Beagle tried the 
setup again, and could not reach the outside internet. Now I've gone back to 
Angstrom and cannot get the connection to come back up. I am not sure why it 
worked before and not now but it seems like my OpenBSD bridge0 is not working. 
When it was working, typing ifconfig (as below) I seem to remember the output 
for bridge0 was longer than it is now, but am not sure. Probably it is some 
simple forgotten command but I do not know what it could be.

Thanks for any help!
Brett.

More detailed output:


On the OpenBSD pc:

# ifconfig nfe0 inet 192.168.10.12 netmask 255.255.255.0
# ifconfig bridge0 create
# ifconfig   
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 33160
priority: 0
groups: lo
inet 127.0.0.1 netmask 0xff00
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
re0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
lladdr c8:3a:35:d4:64:2b
priority: 0
media: Ethernet autoselect (10baseT half-duplex)
status: no carrier
nfe0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
lladdr 00:25:11:1e:44:93
priority: 0
media: Ethernet autoselect (100baseTX full-duplex)
status: active
inet6 fe80::225:11ff:fe1e:4493%nfe0 prefixlen 64 scopeid 0x2
inet 192.168.10.12 netmask 0xff00 broadcast 192.168.10.255
enc0: flags=0
priority: 0
groups: enc
status: active
pflog0: flags=141UP,RUNNING,PROMISC mtu 33160
priority: 0
groups: pflog
otus0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
lladdr d8:5d:4c:8e:b8:29
priority: 4
groups: wlan egress
media: IEEE802.11 autoselect (OFDM54 mode 11g)
status: active
ieee80211: nwid linksys_hd chan 3 bssid 00:25:9c:83:5f:94 34dB wpapsk 
0x075ce6504c26846e32c144a71a0f7840988b9a8e9d4a7593243d4dfae845032e wpaprotos 
wpa1,wpa2 wpaakms psk wpaciphers tkip,ccmp wpagroupcipher tkip
inet6 fe80::da5d:4cff:fe8e:b829%otus0 prefixlen 64 scopeid 0x7
inet 192.168.1.101 netmask 0xff00 broadcast 192.168.1.255
bridge0: flags=0
groups: bridge
priority 32768 hellotime 2 fwddelay 15 maxage 20 holdcnt 6 proto rstp
-
# route show
Routing tables

Internet:
DestinationGatewayFlags   Refs  Use   Mtu  Prio Iface
default192-168-1-1.tpgi.c UGS   36   996265 -12 otus0
CPE-58-169-237-189 192-168-1-1.tpgi.c UGHD   1   996074 - L  56 otus0
124-168-64-155.dyn 192-168-1-1.tpgi.c UGHD   1   991997 - L  56 otus0
loopback   localhost  UGRS   00 33160 8 lo0  
localhost  localhost  UH 2   66 33160 4 lo0  
192.168.1/24   link#7 UC 10 - 4 otus0
192-168-1-1.tpgi.c 00:25:9c:83:5f:93  UHLc   30 - 4 otus0
192-168-1-101.tpgi localhost  UGHS   00 33160 8 lo0  
192.168.10/24  link#2 UC 10 - 4 nfe0 
192.168.10.10  32:45:70:13:d5:3e  UHLc   06 - 4 nfe0 
BASE-ADDRESS.MCAST localhost  URS03 33160 8 lo0  

Internet6:
DestinationGatewayFlags   Refs  Use   Mtu  Prio Iface
::/104 localhost  UGRS   00 - 8 lo0  
::/96  localhost  UGRS   00 - 8 lo0  
localhost  localhost  UH 

Re: IP bridge was briefly working now is not, OpenBSD 4.8, amd64, bridge from PC wifi to Beagleboard

2010-12-20 Thread AlanCF
On Mon, Dec 20, 2010 at 3:20 PM, brett brett.ma...@gmail.com wrote:
 Hi @misc,
 I have a Beagleboard-xM with Ansgtrom Linux and a PC running OpenBSD 4.8,
AMD64 version. My PC is connected via TP-Link wifi to household router (my
otus0 internet address for this connection is 192.168.1.101). The beagleboard
is connected to the PC via ethernet.
 On the Beagle I configured the ethernet device (which shows up as usb0 on
Angstrom):

 # ifconfig usb0 inet 192.168.10.10 netmask 255.255.255.0
 # route add default gw 192.168.10.12 netmask 255.255.255.0 dev usb0
 Also, in /etc/resolv.conf I added nameservers 203.12.160.35  203.12.160.36

 On the OpenBSD PC I created a bridge:

 # ifconfig nfe0 inet 192.168.10.12 netmask 255.255.255.0
 # ifconfig bridge0 create
 In /etc/hostname.nfe0 is the single word: up
 In /etc/hostname.otus0 is the single word: up
 In /etc/bridgename.bridge0 is: add nfe0 add otus0 up
 In /etc/sysctl.conf I uncommented: net.inet.ip.forwarding=1

 I have also tried uncommenting net.inet6.ip6.mforwarding=1 but it did not
help.

 I can ping 192.168.10.12 from the Beagle, and 192.168.10.10 from the PC, but
I cannot ping 192.168.1.101 (the PC's wifi connection from the Beagle,
network is unreachable).
 The first time I set this up (a few days ago), I could ping the outside
world from the Beagle running Angstrom. I loaded Ubuntu onto the Beagle tried
the setup again, and could not reach the outside internet. Now I've gone back
to Angstrom and cannot get the connection to come back up. I am not sure why
it worked before and not now but it seems like my OpenBSD bridge0 is not
working. When it was working, typing ifconfig (as below) I seem to remember
the output for bridge0 was longer than it is now, but am not sure. Probably it
is some simple forgotten command but I do not know what it could be.

 Thanks for any help!
 Brett.

 More detailed output:

 
 On the OpenBSD pc:

 # ifconfig nfe0 inet 192.168.10.12 netmask 255.255.255.0
 # ifconfig bridge0 create
 # ifconfig
 lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 33160
priority: 0
groups: lo
inet 127.0.0.1 netmask 0xff00
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
 re0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
lladdr c8:3a:35:d4:64:2b
priority: 0
media: Ethernet autoselect (10baseT half-duplex)
status: no carrier
 nfe0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
lladdr 00:25:11:1e:44:93
priority: 0
media: Ethernet autoselect (100baseTX full-duplex)
status: active
inet6 fe80::225:11ff:fe1e:4493%nfe0 prefixlen 64 scopeid 0x2
inet 192.168.10.12 netmask 0xff00 broadcast 192.168.10.255
 enc0: flags=0
priority: 0
groups: enc
status: active
 pflog0: flags=141UP,RUNNING,PROMISC mtu 33160
priority: 0
groups: pflog
 otus0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
lladdr d8:5d:4c:8e:b8:29
priority: 4
groups: wlan egress
media: IEEE802.11 autoselect (OFDM54 mode 11g)
status: active
ieee80211: nwid linksys_hd chan 3 bssid 00:25:9c:83:5f:94 34dB wpapsk
0x075ce6504c26846e32c144a71a0f7840988b9a8e9d4a7593243d4dfae845032e wpaprotos
wpa1,wpa2 wpaakms psk wpaciphers tkip,ccmp wpagroupcipher tkip
inet6 fe80::da5d:4cff:fe8e:b829%otus0 prefixlen 64 scopeid 0x7
inet 192.168.1.101 netmask 0xff00 broadcast 192.168.1.255
 bridge0: flags=0
groups: bridge
priority 32768 hellotime 2 fwddelay 15 maxage 20 holdcnt 6 proto
rstp

-
 # route show
 Routing tables

 Internet:
 DestinationGatewayFlags   Refs  Use   Mtu  Prio
Iface
 default192-168-1-1.tpgi.c UGS   36   996265 -12
otus0
 CPE-58-169-237-189 192-168-1-1.tpgi.c UGHD   1   996074 - L  56
otus0
 124-168-64-155.dyn 192-168-1-1.tpgi.c UGHD   1   991997 - L  56
otus0
 loopback   localhost  UGRS   00 33160 8 lo0
 localhost  localhost  UH 2   66 33160 4 lo0
 192.168.1/24   link#7 UC 10 - 4
otus0
 192-168-1-1.tpgi.c 00:25:9c:83:5f:93  UHLc   30 - 4
otus0
 192-168-1-101.tpgi localhost  UGHS   00 33160 8 lo0
 192.168.10/24  link#2 UC 10 - 4
nfe0
 192.168.10.10  32:45:70:13:d5:3e  UHLc   06 - 4
nfe0
 BASE-ADDRESS.MCAST localhost  URS03 33160 8 lo0

 Internet6:
 DestinationGatewayFlags   Refs  Use   Mtu  Prio
Iface
 ::/104 localhost  UGRS   00 - 8 lo0
 ::/96  localhost  UGRS   00 - 8 

Re: IP bridge was briefly working now is not, OpenBSD 4.8, amd64, bridge from PC wifi to Beagleboard

2010-12-20 Thread brett
  I can ping 192.168.10.12 from the Beagle, and 192.168.10.10 from the PC, but
 I cannot ping 192.168.1.101 (the PC's wifi connection from the Beagle,
 network is unreachable).
  The first time I set this up (a few days ago), I could ping the outside
 world from the Beagle running Angstrom. I loaded Ubuntu onto the Beagle tried
 the setup again, and could not reach the outside internet. Now I've gone back
 to Angstrom and cannot get the connection to come back up. I am not sure why
 it worked before and not now but it seems like my OpenBSD bridge0 is not
 working. When it was working, typing ifconfig (as below) I seem to remember
 the output for bridge0 was longer than it is now, but am not sure. Probably it
 is some simple forgotten command but I do not know what it could be.
 

  r...@beagleboard:~# ping 192.168.1.101
  connect: Network is unreachable
  r...@beagleboard:~# route
  Kernel IP routing table
  Destination Gateway Genmask Flags Metric RefUse
 Iface
  default 192.168.10.12   255.255.255.0   UG0  00
 usb0
  192.168.10.0*   255.255.255.0   U 0  00
 usb0
 
 
 -
 -
 
 
 
 If a DHCP server is on the 192.168.1.0/24 block, you could configure
 your beagleboard to get an address through DHCP, since you set up the
 bridge.
 
 If you're using a bridge, you don't need to set
 net.inet.ip.forwarding to 1, as you aren't actually routing packets,
 you're bridging them.
 (see http://www.openbsd.org/faq/faq6.html#Bridge)
 
 --AlanCF
 

But since the 192.168.1.0 network is unreachable I don't think the dhcp
request would get through anyway



Re: IP bridge was briefly working now is not, OpenBSD 4.8, amd64, bridge from PC wifi to Beagleboard

2010-12-20 Thread AlanCF
I think it's only saying that because your current configuration (static IP)
isn't routing through to the network (you'd have to reconfigure both routers
more). So, instead of trying to route the packets, you could just bridge
them, and use DHCP to get an address from your 192.168.1.0/24 router.

--AlanCF

On Dec 20, 2010 4:19 PM, brett brett.ma...@gmail.com wrote:

   I can ping 192.168.10.12 from the Beagle, and 192.168.10.10 from the
PC, but
  I cannot ping 192.168.1.101 (the PC's wifi connection from the Beagle,
  network is unreachable).
   The first time I set this up (a few days ago), I could ping the
outside
  world from the Beagle running Angstrom. I loaded Ubuntu onto the Beagle
tried
  the setup again, and could not reach the outside internet. Now I've gone
back
  to Angstrom and cannot get the connection to come back up. I am not sure
why
  it worked before and not now but it seems like my OpenBSD bridge0 is not
  working. When it was working, typing ifconfig (as below) I seem to
remember
  the output for bridge0 was longer than it is now, but am not sure.
Probably it
  is some simple forgotten command but I do not know what it could be.
  

   r...@beagleboard:~# ping 192.168.1.101
   connect: Network is unreachable
   r...@beagleboard:~# route
   Kernel IP routing table
   Destination Gateway Genmask Flags Metric Ref
 Use
  Iface
   default 192.168.10.12   255.255.255.0   UG0  0
 0
  usb0
   192.168.10.0*   255.255.255.0   U 0  0
 0
  usb0
  
  
 
-
  -
  
  
 
  If a DHCP server is on the 192.168.1.0/24 block, you could configure
  your beagleboard to get an address through DHCP, since you set up the
  bridge.
 
  If you're using a bridge, you don't need to set
  net.inet.ip.forwarding to 1, as you aren't actually routing packets,
  you're bridging them.
  (see http://www.openbsd.org/faq/faq6.html#Bridge)
 
  --AlanCF
 

 But since the 192.168.1.0 network is unreachable I don't think the dhcp
 request would get through anyway



CARP hash vuln

2010-12-20 Thread Fernando Quintero
some comment?

http://seclists.org/bugtraq/2010/Dec/200

-- 


--
Fernando Quintero
http://nonroot.blogspot.com/
Just a nonroot User



Re: IP bridge was briefly working now is not, OpenBSD 4.8, amd64, bridge from PC wifi to Beagleboard

2010-12-20 Thread Jon Simola
On Mon, Dec 20, 2010 at 3:20 PM, brett brett.ma...@gmail.com wrote:

 r...@beagleboard:~# route add default gw 192.168.10.12 netmask 255.255.255.0
dev
  usb0

Don't set a netmask on your default route. You're adding a route for
0.0.0.0/24.

 r...@beagleboard:~# route
 Kernel IP routing table
 Destination Gateway Genmask Flags Metric RefUse
Iface
 default 192.168.10.12   255.255.255.0   UG0  00
usb0
 192.168.10.0*   255.255.255.0   U 0  00
usb0

Shows up right there on the default line.

A default route should have a Genmask of 0.0.0.0 (says so in the man page).

All the IRB/CRB nonsense is just distracting.

--
Jon



Re: IP bridge was briefly working now is not, OpenBSD 4.8, amd64, bridge from PC wifi to Beagleboard

2010-12-20 Thread AlanCF
On Mon, Dec 20, 2010 at 5:45 PM, Jon Simola jsim...@gmail.com wrote:
 On Mon, Dec 20, 2010 at 3:20 PM, brett brett.ma...@gmail.com wrote:

 r...@beagleboard:~# route add default gw 192.168.10.12 netmask
255.255.255.0
 dev
  usb0

 Don't set a netmask on your default route. You're adding a route for
 0.0.0.0/24.

 r...@beagleboard:~# route
 Kernel IP routing table
 Destination Gateway Genmask Flags Metric RefUse
 Iface
 default 192.168.10.12   255.255.255.0   UG0  00
 usb0
 192.168.10.0*   255.255.255.0   U 0  00
 usb0

 Shows up right there on the default line.

 A default route should have a Genmask of 0.0.0.0 (says so in the man page).
If you were to do routing, and wanted to use a seperate block of
addresses (from 192.168.1.0/24), besides the Linux box's config, and
the OpenBSD box's config, you'd have to modify the configuration in
192.168.1.0/24 's router with static routes to the OpenBSD box (most
SOHO routers don't support this). If you were to try to use some
addresses under the 192.168.1.0/24 block, you'd have to either add a
static route, or do ARP proxying at the OpenBSD box.

 All the IRB/CRB nonsense is just distracting.
In my opinion, bridging is the most efficient way of accomplishing the
task (getting acccess to the wireless network through a computer
running OpenBSD)

 --
 Jon



--AlanCF



Adelantamos tu regalo de Navidad

2010-12-20 Thread Mar�a Fernanda
Lipslisis Progresiva en Mixico
==

Problemas al ver este email? Click aqum

::LIPOLISIS::

Reaccisn mediante la cual los lmpidos del organismo son metabolizados
para producir acidos grasos y glicerol para cubrir las necesidades
energiticas. En esencia, la lipslisis y la oxidacisn de los acidos grasos
componen el proceso comznmente conocido como la quema de grasa.

Mediante este proceso podemos eliminar la grasa y el exceso de lmquidos
del organismo, logrando estabilizar el peso y figura segzn las
necesidades de la persona.

Existen varios tipos de lipslisis, algunas invasivas mediante inyecciones
y el mitodo utilizado por Body Sanctuary NO INVASIVO, para no modificar
qummicamente el organismo. Se trata de combinar el calor por efecto de
hiperemia localizada y el mitodo de cavitacisn (ultrasonido en escalas)
para degradar las cilulas grasas mediante micro burbujas.

Obteniendo de forma rapida y segura el peso y la talla deseada.

Ver otros tratamientos

web track



64 bit cvsup pkg?

2010-12-20 Thread Indunil Jayasooriya
Hi List,


I installed OpenBSD 64 bit. I want to update it by using cvsup.But, I am not
able to find a *cvsup* 64 bit pkg .

But, There is a 32 bit pkg available at below location.

*
ftp://ftp.openbsd.org/pub/OpenBSD/4.8/packages/i386/cvsup-16.1hp2-no_x11.tgz

*Since it can NOT be installed on 64 bit, could You pls let me know where
can I download a 64 bit cvsup pkg?

Hope to hear from you.
*

*
-- 
Thank you
Indunil Jayasooriya