Re: pkg 1.5.0 is out

2015-04-19 Thread Dmitry Sivachenko

 On 14 апр. 2015 г., at 23:05, Baptiste Daroussin b...@freebsd.org wrote:
 
 Final pkg 1.5.0 has been released.
 

Thank a lot for working on pkg!

 
 For pkg 1.6.0 among other things and depending on the time, here is what we do
 plan to work on:
 - please add here you personal ideas
 


What I really miss a lot is support for package profiles: an ability to build 
the same port with different OPTIONs combination.
For example:
minimal nginx version;
nginx version with passenger module (for puppet server)
nginx version with some other rare options turned on for custom application.

Right now I achieve this with manually renaming /var/db/ports/*/options files 
and some manipulations in /usr/ports/packages/All.
But a framework to automatically handle this would be very useful.

Thanks.

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

LOR

2003-10-28 Thread Dmitry Sivachenko
Hello!

When I establish a dialup link with my ISP using ppp(8), I get the
following LOR (very recent -current):

lock order reversal
 1st 0xc47ab790 rtentry (rtentry) @ /usr/src/sys/net/rtsock.c:388
 2nd 0xc442367c radix node head (radix node head) @ /usr/src/sys/net/route.c:133

Stack backtrace:
backtrace(c0654bae,c442367c,c065a582,c065a582,c065a5d8) at backtrace+0x17
witness_lock(c442367c,8,c065a5d8,85,246) at witness_lock+0x672
_mtx_lock_flags(c442367c,0,c065a5d8,85,117) at _mtx_lock_flags+0xba
rtalloc1(c478de6c,1,1,3d7,ddb62b44) at rtalloc1+0x79
rt_setgate(c47ab700,c44f1280,c478de6c,184,0) at rt_setgate+0x268
route_output(c1929b00,c4581100,7c,c1929b00,1f84) at route_output+0x62e
raw_usend(c4581100,0,c1929b00,0,0) at raw_usend+0x73
rts_send(c4581100,0,c1929b00,0,0) at rts_send+0x35
sosend(c4581100,0,ddb62c7c,c1929b00,0) at sosend+0x44d
soo_write(c4504088,ddb62c7c,c478df00,0,c4783ab0) at soo_write+0x70
dofilewrite(c4783ab0,c4504088,3,bfbfec40,7c) at dofilewrite+0xf8
write(c4783ab0,ddb62d10,c066536b,3ed,3) at write+0x6e
syscall(2f,2f,2f,3,3) at syscall+0x2c0
Xint0x80_syscall() at Xint0x80_syscall+0x1d
--- syscall (4), eip = 0x2827b35f, esp = 0xbfbfebfc, ebp = 0xbfbfec28 ---


This LOR appeared after massive network stack locking changes by sam@
(but I am not 100% sure that they cause it).
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


LOR in pcm

2003-08-14 Thread Dmitry Sivachenko
Hello!

I have Chaintech Apogee 7VGL motherboard with on-board CMedia 8738 audio chip.
Kernel identifies it as follows:
pcm0: CMedia CMI8738 port 0xe400-0xe4ff irq 10 at device 19.0 on pci0

I am running very recent -current.

When I am watching movies in mplayer, I get on the console from time to time:

lock order reversal
 1st 0xc4021c40 pcm0 (sound softc) @ /usr/src/sys/dev/sound/pci/cmi.c:520
 2nd 0xc402c4c0 pcm0:play:0 (pcm channel) @ /usr/src/sys/dev/sound/pcm/channel.c
:440
Stack backtrace:
backtrace(c03503c2,c402c4c0,c4045154,c03420f5,c03421cf) at backtrace+0x17
witness_lock(c402c4c0,8,c03421cf,1b8,c) at witness_lock+0x672
_mtx_lock_flags(c402c4c0,0,c03421cf,1b8,80c1) at _mtx_lock_flags+0xba
chn_intr(c4045100,c,1,208,c4021b80) at chn_intr+0x2f
cmi_intr(c4045280,0,c034b2ba,215,c405f1e4) at cmi_intr+0xa0
ithread_loop(c4045200,d6947d48,c034b12c,30e,0) at ithread_loop+0x182
fork_exit(c01ef870,c4045200,d6947d48) at fork_exit+0xcf
fork_trampoline() at fork_trampoline+0x8
--- trap 0x1, eip = 0, esp = 0xd6947d7c, ebp = 0 ---

I could provide additional information if needed.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NetBSD sort l10n: I give up!

2002-04-07 Thread Dmitry Sivachenko

On Sun, Apr 07, 2002 at 10:00:08AM +0400, Andrey A. Chernov wrote:
 On Sun, Apr 07, 2002 at 08:52:21 +0400, Andrey A. Chernov wrote:
  It is sad news, but I try to do my best to l10n NetBSD sort in vain, it is 
  tied to ASCII so closely so it is almost impossible to handle all possible 
  cases without imbedding AI code far bigger then whole sort.
  
  So, I plan to remove all vestiges of NetBSD sort and ask to restore GNU 
  sort from the Attic. Reasons are:
 
 For people who needs exact NetBSD sort functionality and don't needs l10n
 (if they exists) NetBSD sort can be installed under different name like 
 ascii_sort or bsort.
 

... and from ports.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message