Re: panic while resuming with connected ucom

2013-06-22 Thread Tobias Ulmer
On Fri, Jun 21, 2013 at 10:01:48PM +0200, Otto Moerbeek wrote:
 Hi,
 
 I have a Thinkpad T430 with an internal 3G modem that shows up as a
 (couple of) umodem. If I have a connection to the corresponding ucom
 active (with cu or pppd) and suspend the machine followed by a resume,
 it panics (or rather gets a trap) during resume; hand typed:
 
 kernel: protection fault trap, code=0
 Stopped atehci_check_intr+0xe:movbzl  0x3(%rax),%eax
 dddb{0} trace
 ehci_check_intr at ehci_check_int+0xe
 ehci_softintr() at ehci_softint+0x35
 softintr_dispatch at softintr_dispatch+0x5d
 Xsoftnet() at Xsoftnet+0x2d
 
 rax holds 0xdead0065deadbeef
 
 This is 100% reproducable. If I do not have an active connection to
 cuaU0 at the moment of suspend all is fine and the machine resumes ok.
 
 Could it be the refcounting is still rong in some cases?
 

Likely, but not the same ucom refcounting problem I hit.  movbzl
0x3(%rax),%eax is trying to deref bmAttributes, so edesc is freed most
likely. Maybe add some debug printfs to keep track of (de)allocation of
that struct?



Grouchy mutt on 5.3-current/amd64

2013-06-22 Thread Michał Markowski
System and packages upgraded yesterday. Mutt flavour: mutt-1.4.2.3p1v0.

$ dmesg | head -2
OpenBSD 5.3-current (GENERIC) #3: Fri Jun 21 23:45:11 CEST 2013
d...@frigg.0x29a.it:/usr/src/sys/arch/amd64/compile/GENERIC
$ mutt
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs9_emailAddress'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs12_keyBag'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs12_keyBag'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol
'asn1_oid_id_pkcs12_pkcs8ShroudedKeyBag'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs12_certBag'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs12_certBag'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkinit_san'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkinit_san'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkinit_ms_san'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkinit_ms_san'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol
'asn1_oid_id_pbeWithSHAAnd128BitRC2_CBC'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol
'asn1_oid_id_pbeWithSHAAnd3_KeyTripleDES_CBC'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol
'asn1_oid_id_pkcs_9_at_friendlyName'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol
'asn1_oid_id_pkcs9_messageDigest'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol
'asn1_oid_id_pkcs_9_at_localKeyId'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol
'asn1_oid_id_pbewithSHAAnd40BitRC2_CBC'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs9_contentType'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol
'asn1_oid_id_pkcs_9_at_certTypes_x509'
Mailbox is unchanged.
$

--
Michał Markowski



Re: Grouchy mutt on 5.3-current/amd64

2013-06-22 Thread Antoine Jacoutot
On Sat, Jun 22, 2013 at 05:37:20PM +0200, Michał Markowski wrote:
 System and packages upgraded yesterday. Mutt flavour: mutt-1.4.2.3p1v0.
 
 $ dmesg | head -2
 OpenBSD 5.3-current (GENERIC) #3: Fri Jun 21 23:45:11 CEST 2013
 d...@frigg.0x29a.it:/usr/src/sys/arch/amd64/compile/GENERIC
 $ mutt
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 
 'asn1_oid_id_pkcs9_emailAddress'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs12_keyBag'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs12_keyBag'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol
 'asn1_oid_id_pkcs12_pkcs8ShroudedKeyBag'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs12_certBag'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs12_certBag'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkinit_san'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkinit_san'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkinit_ms_san'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkinit_ms_san'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol
 'asn1_oid_id_pbeWithSHAAnd128BitRC2_CBC'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol
 'asn1_oid_id_pbeWithSHAAnd3_KeyTripleDES_CBC'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol
 'asn1_oid_id_pkcs_9_at_friendlyName'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol
 'asn1_oid_id_pkcs9_messageDigest'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol
 'asn1_oid_id_pkcs_9_at_localKeyId'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol
 'asn1_oid_id_pbewithSHAAnd40BitRC2_CBC'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 
 'asn1_oid_id_pkcs9_contentType'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol
 'asn1_oid_id_pkcs_9_at_certTypes_x509'
 Mailbox is unchanged.
 $

Your mutt pkg is too old.

-- 
Antoine



Re: Grouchy mutt on 5.3-current/amd64

2013-06-22 Thread Michał Markowski
2013/6/22 Antoine Jacoutot ajacou...@bsdfrog.org:
 Your mutt pkg is too old.

 --
 Antoine

Packages mirror is up to date (compared with ftp.openbsd.org). BTW for
mutt-1.5.21p2v0:

$ echo $PKG_PATH
http://ftp.icm.edu.pl/pub/OpenBSD/snapshots/packages/amd64/
$ sudo pkg_add -r mutt
Password:
Ambiguous: choose package for mutt
 a   0: None
 1: mutt-1.4.2.3p1v0
 2: mutt-1.4.2.3p1v0-compressed
 3: mutt-1.5.21p2v0
 4: mutt-1.5.21p2v0-sasl
 5: mutt-1.5.21p2v0-sasl-sidebar-compressed
 6: mutt-1.5.21p2v0-sasl-sidebar-slang-compressed
 7: mutt-1.5.21p2v0-sidebar-compressed
Your choice: 3
mutt-1.5.21p2v0:qdbm-1.8.78: ok
mutt-1.4.2.3p1v0-1.5.21p2v0: ok
Read shared items: ok
$ mutt
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs9_emailAddress'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs12_keyBag'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs12_keyBag'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol
'asn1_oid_id_pkcs12_pkcs8ShroudedKeyBag'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs12_certBag'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs12_certBag'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkinit_san'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkinit_san'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkinit_ms_san'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkinit_ms_san'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol
'asn1_oid_id_pbeWithSHAAnd128BitRC2_CBC'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol
'asn1_oid_id_pbeWithSHAAnd3_KeyTripleDES_CBC'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol
'asn1_oid_id_pkcs_9_at_friendlyName'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol
'asn1_oid_id_pkcs9_messageDigest'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol
'asn1_oid_id_pkcs_9_at_localKeyId'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol
'asn1_oid_id_pbewithSHAAnd40BitRC2_CBC'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs9_contentType'
mutt:/usr/lib/libhx509.so.0.0: undefined symbol
'asn1_oid_id_pkcs_9_at_certTypes_x509'
Mailbox is unchanged.
$


--
Michał Markowski



Re: Grouchy mutt on 5.3-current/amd64

2013-06-22 Thread Antoine Jacoutot
On Sat, Jun 22, 2013 at 06:05:13PM +0200, Michał Markowski wrote:
 2013/6/22 Antoine Jacoutot ajacou...@bsdfrog.org:
  Your mutt pkg is too old.
 
  --
  Antoine
 
 Packages mirror is up to date (compared with ftp.openbsd.org). BTW for

I cannot make it clearer than Your mutt pkg is too old, sorry.

 mutt-1.5.21p2v0:

$ cd /usr/ports/mail/mutt/snapshot/  make show=PKGNAMES   
 
mutt-1.5.21p4v0
$ cd /usr/ports/mail/mutt/stable/  make show=PKGNAMES 
 
mutt-1.4.2.3p3v0


 $ echo $PKG_PATH
 http://ftp.icm.edu.pl/pub/OpenBSD/snapshots/packages/amd64/
 $ sudo pkg_add -r mutt
 Password:
 Ambiguous: choose package for mutt
  a   0: None
  1: mutt-1.4.2.3p1v0
  2: mutt-1.4.2.3p1v0-compressed
  3: mutt-1.5.21p2v0
  4: mutt-1.5.21p2v0-sasl
  5: mutt-1.5.21p2v0-sasl-sidebar-compressed
  6: mutt-1.5.21p2v0-sasl-sidebar-slang-compressed
  7: mutt-1.5.21p2v0-sidebar-compressed
 Your choice: 3
 mutt-1.5.21p2v0:qdbm-1.8.78: ok
 mutt-1.4.2.3p1v0-1.5.21p2v0: ok
 Read shared items: ok
 $ mutt
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 
 'asn1_oid_id_pkcs9_emailAddress'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs12_keyBag'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs12_keyBag'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol
 'asn1_oid_id_pkcs12_pkcs8ShroudedKeyBag'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs12_certBag'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkcs12_certBag'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkinit_san'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkinit_san'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkinit_ms_san'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 'asn1_oid_id_pkinit_ms_san'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol
 'asn1_oid_id_pbeWithSHAAnd128BitRC2_CBC'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol
 'asn1_oid_id_pbeWithSHAAnd3_KeyTripleDES_CBC'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol
 'asn1_oid_id_pkcs_9_at_friendlyName'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol
 'asn1_oid_id_pkcs9_messageDigest'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol
 'asn1_oid_id_pkcs_9_at_localKeyId'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol
 'asn1_oid_id_pbewithSHAAnd40BitRC2_CBC'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol 
 'asn1_oid_id_pkcs9_contentType'
 mutt:/usr/lib/libhx509.so.0.0: undefined symbol
 'asn1_oid_id_pkcs_9_at_certTypes_x509'
 Mailbox is unchanged.
 $
 
 
 --
 Michał Markowski
 

-- 
Antoine



[Fwd: HTTP2 script problem]

2013-06-22 Thread Max Power
Hi guys!

OpenBSD 5.3/amd64:

pkg_add apache-httpd [ok.]

next step
/etc/rc.d/httpd2 start
returns:
httpd2(failed)

Instead
/usr/local/sbin/apachectl2 start
It works and load Apache2.

Why?

Thanks, Max Power.







Re: [Fwd: HTTP2 script problem]

2013-06-22 Thread Ryan Freeman
On Sat, Jun 22, 2013 at 07:00:09PM +0200, Max Power wrote:
 Hi guys!
 
 OpenBSD 5.3/amd64:
 
 pkg_add apache-httpd [ok.]
 
 next step
 /etc/rc.d/httpd2 start
 returns:
 httpd2(failed)
 
 Instead
 /usr/local/sbin/apachectl2 start
 It works and load Apache2.
 
 Why?

Because you keep wasting time emailing a technical list for
improvements and patches, VERY SPECIFICALLY NOTED on the page where
this address resides.

If you spent any time at all reading manual pages, you would have all
the questions you have asked answered.  STOP POSTING THESE QUESTIONS
TO THIS LIST.  m...@openbsd.org is the ONLY list you should be posting
to, based on all the questions I have seen from you so far.

-ryan

 
 Thanks, Max Power.
 
 
 
 
 



Re: [Fwd: HTTP2 script problem]

2013-06-22 Thread Marc Espie
On Sat, Jun 22, 2013 at 12:06:51PM -0700, Ryan Freeman wrote:
 On Sat, Jun 22, 2013 at 07:00:09PM +0200, Max Power wrote:
  Hi guys!
  
  OpenBSD 5.3/amd64:
  
  pkg_add apache-httpd [ok.]
  
  next step
  /etc/rc.d/httpd2 start
  returns:
  httpd2(failed)
  
  Instead
  /usr/local/sbin/apachectl2 start
  It works and load Apache2.
  
  Why?
 
 Because you keep wasting time emailing a technical list for
 improvements and patches, VERY SPECIFICALLY NOTED on the page where
 this address resides.
 
 If you spent any time at all reading manual pages, you would have all
 the questions you have asked answered.  STOP POSTING THESE QUESTIONS
 TO THIS LIST.  m...@openbsd.org is the ONLY list you should be posting
 to, based on all the questions I have seen from you so far.
 
 -ryan

I will also say that, eventually, we will ask the list caretaker to BAN
YOU FROM TECH@.

GO TO MISC@

You've been warned three times.

NOOB QUESTIONS *DO NOT BELONG* ON TECH@.



Re: Grouchy mutt on 5.3-current/amd64

2013-06-22 Thread Michał Markowski
Ok, I misunderstood you, nevermind.

--
Michał Markowski



Re: Grouchy mutt on 5.3-current/amd64

2013-06-22 Thread Stuart Henderson
On 2013/06/22 23:40, Michał Markowski wrote:
 Ok, I misunderstood you, nevermind.
 
 --
 Michał Markowski
 

It will take up to a couple of days for new packages to filter out to
the mirrors for fast architectures, and of course longer for those which
take a while to build. If you need something sooner then you'll need to
rebuild from ports.