Re: OpenBSD Vim Programming FAQ

2010-10-08 Thread Vladimir Kirillov
On 11:43 Thu 12 Aug, Darrin Chandler wrote: On Thu, Aug 12, 2010 at 01:07:47PM +0200, Tomas Vavrys wrote: 2010/8/12 Ingo Schwarze schwa...@usta.de: Oh, and also note that OpenBSD and vim is a weird topic. OpenBSD and nvi or OpenBSD and mg would seem more natural. On the other hand,

Re: What does your environment look like?

2010-01-06 Thread Vladimir Kirillov
On 15:32 Tue 05 Jan, Jonathan Thornburg wrote: Very minimalist: No xdm -- I login and type 'startx;logout'. startx() { pgrep startx wsconsctl display.focus=4 \ || (/usr/X11R6/bin/startx ~/.startx.out ) lock -pn } (zsh) Might be useful and more convinient

Re: core dump files in invalid format on 4.3 (x86)

2009-10-09 Thread Vladimir Kirillov
iirc core dump format was changed to elf(5) sometime around when PIE was imported, you probably need older gdb On 20:38 Thu 08 Oct, openbsd.misc.tmp openbsd.misc.tmp wrote: Hi! I have an application that in very seldom cases causes core dumps on about a dotzen machines that are located on

Re: General RE-Build Question

2008-11-27 Thread Vladimir Kirillov
On 16:42 Thu 27 Nov, Morris, Roy wrote: Hmmm, thanks. I think I'll take the rm -r route. Sounds like I fracked something up for sure. cvsco from ports/devel/cvsutils might be a better way to fix a screwed up tree then (less traffic). -- Vladimir Kirillov

Re: azalia -- no sound on CURRENT

2008-10-24 Thread Vladimir Kirillov
recompiled kernel -- sound works again. If needed, I could track down exact revision that causes the problem. Here's dmesg, GAMMA = GENERIC.MP + NTFS Hi! Show us the outputs of mixerctl -va and audioctl too please, -- Vladimir Kirillov http://darkproger.net

Re: uvm_mapent_alloc

2008-10-13 Thread Vladimir Kirillov
to -current could be the only right answer, not just playing with diffs) My bad. -- Vladimir Kirillov http://darkproger.net

Re: uvm_mapent_alloc

2008-10-10 Thread Vladimir Kirillov
sysctl? any help will be greatly appreciated. I run webservers on this box. looks like this is fixed in -current, see http://article.gmane.org/gmane.os.openbsd.cvs/79457 -- Vladimir Kirillov http://darkproger.net

Re: uvm_mapent_alloc

2008-10-10 Thread Vladimir Kirillov
=%d, pa=0x%llx\n, + pg-pg_flags, page_flagbits, pg-pg_version, pg-wire_count, (long long)pg-phys_addr); (*pr)( uobject=%p, uanon=%p, offset=0x%llx loan_count=%d\n, pg-uobject, pg-uanon, (long long)pg-offset, pg-loan_count); -- Vladimir Kirillov http

Re: uvm_mapent_alloc

2008-10-10 Thread Vladimir Kirillov
patch -p3 in /usr/src but running -current might be better :) -- Vladimir Kirillov http://darkproger.net

Re: uvm_mapent_alloc

2008-10-10 Thread Vladimir Kirillov
the diff to sys/uvm/ and apply it there... -- Vladimir Kirillov http://darkproger.net

Re: microphone input for azalia?

2008-10-09 Thread Vladimir Kirillov
for me. -- Vladimir Kirillov http://darkproger.net

Re: Azalia configured but no audio

2008-10-05 Thread Vladimir Kirillov
try these: outputs.speaker3.eapd=on outputs.headphones.eapd=on they worked for me. -- Vladimir Kirillov

microphone input for azalia?

2008-10-02 Thread Vladimir Kirillov
record.buffer_size=65536 record.block_size=8704 record.errors=0 -- Vladimir Kirillov

Re: microphone input for azalia?

2008-10-02 Thread Vladimir Kirillov
of playback: $ aucat -r 22000 -i file.raw /dev/audio: can't set audio params to s16le,0:1,22000Hz: Invalid argument -- Vladimir Kirillov

Re: microphone input for azalia?

2008-10-02 Thread Vladimir Kirillov
) -- Vladimir Kirillov

Re: microphone input for azalia?

2008-10-02 Thread Vladimir Kirillov
On 16:37 Thu 02 Oct, Jacob Meuser wrote: hmm, you did $ aucat -o file.raw $ aucat -i file.raw and the sound played at the wrong rate? try $ aucat -R 48000 -o file.raw $ aucat -r 48000 -i file.raw didn't work for me. -- Vladimir Kirillov

Re: alix help

2008-09-21 Thread Vladimir Kirillov
On 12:55 Sun 21 Sep, [EMAIL PROTECTED] wrote: /etc/boot.conf: set tty com0 stty com0 38400 I think it's better to set com speed _before_ setting com0 as tty, it can start throwing garbage into console, as it was spectated on soekris net4801: stty com0 38400 set tty com0 ... -- Vladimir

Re: suspend command - curious of function

2008-09-19 Thread Vladimir Kirillov
anyway. The return status is 0 unless the shell is a login shell and -f is not supplied, or if job control is not enabled. -- Vladimir Kirillov

Re: Does OpenBSD have adjustkernel?

2008-09-14 Thread Vladimir Kirillov
MDT 2007 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC I rename my configuration file to OpenBSD,but in dmesg its also GENERIC,how can I change it? Hi! Try reading OpenBSD FAQ about compiling and read config(8) -- Vladimir Kirillov

Re: 2200 MHz on a 2.00GHz

2008-09-02 Thread Vladimir Kirillov
dump on sd0b kqemu: kqemu version 0x00010300 loaded, max locked mem=1043660kB DDB symbols added: 188320 bytes -- Vladimir Kirillov http://darkproger.net