Re: Error booting OpenBSD 5.5 on Macbook Air

2014-06-09 Thread Alexander Polakov
n installing OpenBSD onto it inside the VM. > > The installation wen fine.) It is probably the same problem I'm having on Macbook Pro (late 13): all usb ports are USB3 on this device, and usb3 is not yet supported by openbsd. You can try enabling xhci* by compiling custom kernel, but it's still experimental and probably would not work (I've tried, no luck). -- Alexander Polakov | plhk.ru

Re: cwm rocks : but...

2013-10-06 Thread Alexander Polakov
* Mayuresh Kathe [131005 17:06]: > have been using 'cwm' for over a week now. > enjoying every moment of it. > very well thought out and well executed from an openbsd perspective. > questions; > * is there any mailing list for keeping an eye on 'cwm' progress? > * can the openbsd 'xdm' be made to

Re: font weirdness

2013-09-03 Thread Alexander Polakov
* Ed Ahlsen-Girard [130903 16:18]: > Has anyone else noticed that some fonts are not displaying the right > character? Some substitutions, some blanks? Yes. http://reddit.com/r/programming looks like this in firefox: http://plhk.ru/trash/rdit-fonts.png rm -rf ~/.cache/fontconfig/* seems to fix t

mutt: clear your cache (time_t)

2013-08-17 Thread Alexander Polakov
I haven't seen this mentioned in current.html, so.. If you're using mutt's caching options (set header_cache, set message_cachedir), clear the cache before upgrading to newer snapshot if you're not a fan of 1.4G core files lying around.

X hangs after watching too many videos (inteldrm)

2013-06-28 Thread Alexander Polakov
for VT switch [25.832] (II) AIGLX: Resuming AIGLX clients after VT switch [25.848] (II) intel(0): EDID vendor "LEN", prod id 16401 [25.848] (II) intel(0): Printing DDC gathered Modelines: [25.848] (II) intel(0): Modeline "1280x800"x0.0 69.30 1280 1328 1360 1403 800 803 809 821 -hsync -vsync (49.4 kHz eP) [25.848] (II) intel(0): Modeline "1280x800"x0.0 57.59 1280 1328 1360 1403 800 803 809 821 -hsync -vsync (41.0 kHz e) [42.744] (II) intel(0): EDID vendor "LEN", prod id 16401 [42.744] (II) intel(0): Printing DDC gathered Modelines: [42.744] (II) intel(0): Modeline "1280x800"x0.0 69.30 1280 1328 1360 1403 800 803 809 821 -hsync -vsync (49.4 kHz eP) [42.744] (II) intel(0): Modeline "1280x800"x0.0 57.59 1280 1328 1360 1403 800 803 809 821 -hsync -vsync (41.0 kHz e) mplayer config: [default] # Write your default config options here! vf=screenshot subcp=cp1251 vo=gl vfm=ffmpeg cache=8192 -- Alexander Polakov | plhk.ru

Re: HP notebook and wired temperatures

2013-06-07 Thread Alexander Polakov
//openbsd.7691.n7.nabble.com/Somewhat-important-ACPI-diff-td228642.html (committed as rev. 1.201 of dsdt.c) -- Alexander Polakov | plhk.ru

Re: cwm automatic tiling

2013-05-08 Thread Alexander Polakov
ling in next releases? Something like an 'autotile' bind > command which tiles new windows and rearranges existing ones. I've a patch doing that buried somewhere in my tree. I'll bring it up to date when I have time. -- Alexander Polakov | plhk.ru

snapshots SHA256 mismatch

2013-05-04 Thread Alexander Polakov
) = ea17640b86dcb3f84073867907afb0c4576055b0b2d5415cd23ac7d00f7b4bef I guess it's just files out-of-sync. -- Alexander Polakov | plhk.ru

Re: up/down in pdksh-history with "set -o vi"

2013-04-11 Thread Alexander Polakov
cs")?? You can recompile ksh with my unportable hack if you really want to: http://plhk.ru/trash/ksh/0008-ksh-vi-arrow-keys-support.patch -- Alexander Polakov | plhk.ru

Re: dzen2 with cwm

2013-03-22 Thread Alexander Polakov
of interest. Nothing too complex. You may be probably interested in sysutils/xstatbar (nice graphs) or x11/xmobar (all included) if you're too lazy to write monitoring scripts by yorself. Or just pipe sysutils/conky output to dzen2. -- Alexander Polakov | plhk.ru

Re: KMS status

2013-03-08 Thread Alexander Polakov
r projects where they tell you on every corner of the internet that they're "starting work on X", or "prepared pre-alpha-0.001 version of X" or something like that. Get patient, follow tech@ and source-changes@ and you'll know when something interesting comes up. Yes, KMS is being worked on by kettenis@ and jsg@, and it will be ready when it will be. -- Alexander Polakov | plhk.ru

Re: Strange ksh history behaviour

2013-01-07 Thread Alexander Polakov
bly should. > I made a hack (vt220-compatible only) for anyone interested: http://plhk.ru/trash/ksh/0008-ksh-vi-arrow-keys-support.patch More funny diffs at http://plhk.ru/trash/ksh/ -- Alexander Polakov | plhk.ru

Re: hotplugd(8) and ucom as class 0 generic

2012-12-27 Thread Alexander Polakov
7 Dec 2012 19:34:43 - @@ -147,7 +147,7 @@ int ucom_detach(struct device *, int); int ucom_activate(struct device *, int); struct cfdriver ucom_cd = { - NULL, "ucom", DV_DULL + NULL, "ucom", DV_TTY }; const struct cfattach ucom_ca = { -- Alexander Polakov | plhk.ru

Re: uhub error

2012-11-11 Thread Alexander Polakov
: addr 1: full speed, self powered, config 1, UHCI root hub(0x), Intel(0x8086), rev 1.00 port 1 powered port 2 addr 2: full speed, power 100 mA, config 1, Biometric Coprocessor(0x2016), STMicroelectronics(0x0483), rev 0.01 -- Alexander Polakov | plhk.ru

Re: openbsd host halted with unknown acpi event

2012-10-31 Thread Alexander Polakov
such event in dumped acpi tables. 0x6022 ALARM: a sensor is extremely hot http://www.mjmwired.net/kernel/Documentation/laptops/thinkpad-acpi.txt -- Alexander Polakov | plhk.ru

Re: figuring out the current xkb layout

2012-10-30 Thread Alexander Polakov
h in some characters to test it? I have written a small utility to do just that: http://plhk.ru/static/skb/skb-0.4.tar.gz -- Alexander Polakov | plhk.ru

Swapping ctrl and caps

2012-10-30 Thread Alexander Polakov
.version=OpenBSD 5.2-current (GENERIC.MP) #60: Wed Oct 17 22:44:44 MDT 2012 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP -- Alexander Polakov | plhk.ru

Re: nautilus crashes in current

2012-10-01 Thread Alexander Polakov
* Erling Westenvik [121001 21:50]: > Installed latest CURRENT as of 25th of September and everything is > working great except for nautilus which keeps on crashing. I'm running > dbus-daemon. When launching from a terminal, I get: > > ---8<--- > $ nautilus > Initializing nautilus-open-terminal ex

Re: ctrl+a/c/d/e.. cwm, xterm & -current

2012-09-12 Thread Alexander Polakov
* Artturi Alm [120912 17:10]: > Hi, > > I've lost atleast ctrl after updating(amd64) from source yesterday(i think), > in anything besides cwm it seems, so that's my guess for the culprit. > atm. i'm too busy to test if reverting /xenocara/app/cwm/xevents.c back > to 1.65 does help, being able to

Re: How to paste links from browser into xterm on OpenBSD?

2012-09-11 Thread Alexander Polakov
* Mike Putnam [120911 23:40]: > > This isn't as consistent as one'd hope it to be. For instance, selecting > > + middle-clicking works fine between xxxterm and xterm (both ways) but > > right-clicking + "copy link location" + middle-clicking in xterm doesn't. > > > > An OS-wide copy/paste buffer

Re: ThinkPad T60 x86emu panic on resume (w/patch)

2012-09-02 Thread Alexander Polakov
{ 0x, 0x, 0x, 0x}, 0, 0 + }, + + { /* Other ATI video until further notice */ { PCI_VENDOR_ATI, 0x, 0x, 0x }, { 0x, 0x, 0x, 0x}, 1, 0 * Alexander Polakov [120902 21:40]: &

ThinkPad T60 x86emu panic on resume

2012-09-02 Thread Alexander Polakov
The "moon" indicator is blinking, but screen stays black, so I connected a serial cable. Here's what I got: Script started on Sun Sep 2 19:52:24 2012 > sudo cu -l /dev/tty00 Connected >> OpenBSD/i386 BOOT 3.18 boot> boot booting hd0a:/bsd: /-\|/8354720-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/

Re: Absurdly high temperature reading - system shutdown

2012-08-14 Thread Alexander Polakov
* ba...@mail.dk [120814 19:50]: > HP 8530w OpenBSD 5.1 AMD64 GENERIC MP > > Got this message almost every time I boot: > "acpitz2: critical temperature exceeded 5424C (56976K), shutting down" > > Applied the patch mentioned here and the message disappeared: > > http://old.nabble.com/acpiec-madn

Re: Relayd 'check script' performance issue?

2012-07-30 Thread Alexander Polakov
* Bennett Samowich [120730 19:38]: > The problem exists even if I use the system's "/usr/bin/false" and > "/usr/bin/true" commands. > The problem exists even when PF is disabled or the only rule is "pass in". > > That being said the script itself is a simple host lookup against the > IP addresses

Re: problem in fstab

2012-07-24 Thread Alexander Polakov
* HvN [120724 17:17]: > I booted into single user mode, mounted / and /usr according to FAQ 8. > However, when I try to use vi to change fstab, it says "unknown terminal > type". Any suggestions ? > export TERM=vt220 -- Alexander Polakov | plhk.ru

Re: switching between ethernet and wifi

2012-07-23 Thread Alexander Polakov
* frantisek holop [120724 03:14]: > hi there, > > consider a notebook with two nic's: re0 (ethernet) > and urtwn0 (usb wifi). let's say, at boot time > there is ethernet connection and /etc/hostname.re0 > contains "dhcp". urtwn0 is not plugged in. > > later, i want to switch to wifi. > > what

Re: Hibernate doesn't work on my T43

2012-07-21 Thread Alexander Polakov
* "André S." [120721 19:08]: > Hey, > > Alexander Polakov wrote: > > New hibernate support is ACPI-based > > Ah, I didn't know that. > > > Try disabling apm with boot -c or config(8). > > The laptop now goes immediately into sleep after issu

Re: Hibernate doesn't work on my T43

2012-07-21 Thread Alexander Polakov
: apm0 at bios0: Power Management spec V1.2 acpi at bios0 function 0x0 not configured Try disabling apm with boot -c or config(8). -- Alexander Polakov | plhk.ru

Re: Polish encoding on console in x window

2012-07-20 Thread Alexander Polakov
* Adam Bryt [120720 10:56]: > In ksh i can type polish signs in filenames (but 'ls' dont display it > correctly). Install colorls or use ls | cat. -- Alexander Polakov | plhk.ru

HP 6910p: keyboard & touchpad not working

2012-07-13 Thread Alexander Polakov
Keyboard and touchpad only work after a cold boot. And by cold boot I mean pull out AC and detach the battery. OpenBSD 5.2-beta (GENERIC.MP) #347: Wed Jul 11 02:33:30 MDT 2012 t...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 4285202432 (4086MB) avail mem = 414876467

Re: bsd.rd anonymous ftp login broken?

2012-07-11 Thread Alexander Polakov
* Jan Stary [120712 01:55]: > Trying to reinstall with the current i386/bsd.rd. > All goes well until I actually select a ftp mirror, > and asked for the ftp login, I accept the default of > 'anonymous'. It keeps asking: > > ftp login ? anonymous [enter] > ftp login ? anonymous [enter

Re: Openbsd 5.1 Review on Distrowatch

2012-05-15 Thread Alexander Polakov
roprietary video drivers, right, but free drm infrastructure provides acceleration for many cards. -- Alexander Polakov | plhk.ru

Re: hotplugd/disklabel + smartphone sd card

2012-05-12 Thread Alexander Polakov
* frantisek holop [120511 22:42]: > hi there, > > i am trying to trick /etc/hotplug/attach into mounting > the sd card from my android smartphone. > > the principal problem seems to be that at the time > of e.g. sd2 showing up, the disklabel is not ready yet. > (maybe the delay is the time andro

Re: Xsetup_0 empty

2012-05-06 Thread Alexander Polakov
very old version. I guess I'm using the wb interface wrong. > > http://www.openbsd.org/cgi-bin/cvsweb/X11/xc/programs/xdm/config/Xsetup_0 http://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/xdm/config/Xsetup_0 -- Alexander Polakov | plhk.ru

Re: Audio ports - stuttering - fixed with sndiod -r 48000 -b 7680 -z 1920

2012-02-08 Thread Alexander Polakov
us to play music. I also noticed that with default (no) sndiod flags azalia0 interrupts go high (200) while it's 50 when I use flags above. -- Alexander Polakov | plhk.ru

Re: inteldrm_attach still broken

2011-12-30 Thread Alexander Polakov
ot -c disable inteldrm If it works, use config -ef /bsd to make it permanent. -- Alexander Polakov | plhk.ru

Re: can not use the up key to last command at root?

2011-12-21 Thread Alexander Polakov
s > > $ ls -al /usr/bin/not_emacs > lrwxr-xr-x 1 root wheel 2 Dec 21 11:03 /usr/bin/not_emacs -> vi > Isn't "set -o emacs" at the end of ~/.kshrc enough? It seems to be (at least with my somewhat patched ksh). -- Alexander Polakov | plhk.ru

Re: again on rc.d - squid

2011-11-13 Thread Alexander Polakov
id_flags="" > rc_scripts="squid" > squid=YES It's pkg_scripts. -- Alexander Polakov | plhk.ru

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-07 Thread Alexander Polakov
> config_rootfound(d08cde8c,0,0,d03d8b51,0) at config_rootfound+0x46 > cpu_configure(d0ad7540,1,1000,cff3f000,1) at cpu_configure+0x29 > main(d02004ba,d02004c2,0,0,0) at main+0x3ea > ddb> -- Alexander Polakov | plhk.ru

high interrupts on boot

2011-11-04 Thread Alexander Polakov
40 video0 detached uvideo0 detached uvideo0 at uhub1 port 2 configuration 1 interface 0 "Image Processor Integrated Camera" rev 2.00/30.08 addr 3 video0 at uvideo0 Stopped at Debugger+0x5: leave ddb{0}> stray interrupts: 0: 5122 1: 8 7: 5275 unhandled interrupts: 1: 238: pin 1@ioapic0 pin 1 flags 0 type 2 idtvec 145 levels 9/9 11: 19: pin 22@ioapic0 pin 22 flags 0 type 3 idtvec 97 levels 6/6 0x42 ddb{0}> umass1 at uhub0 port 2 configuration 1 interface 0 "COWON Systems, Inc. iAUDIO 7" rev 2.00/1.00 addr 2 umass1: using SCSI over Bulk-Only scsibus4 at umass1: 2 targets, initiator 0 sd3 at scsibus4 targ 1 lun 0: SCSI0 0/direct removable serial.0e2107500013D304E8A7 sd3: 3896MB, 512 bytes/sector, 7979008 sectors -- Alexander Polakov | plhk.ru

Re: High interrupt rates after resume

2011-11-01 Thread Alexander Polakov
code you wrote the diff for. > Hi, mikeb@ just committed a diff for ppb which solves the problem for me. Is it the case for you? -- Alexander Polakov

Re: High interrupt rates after resume

2011-10-22 Thread Alexander Polakov
* Philip Guenther [111022 05:03]: > On Sun, Oct 16, 2011 at 3:00 PM, Alexander Polakov wrote: > > I've got a problem. When I suspend my laptop (Lenovo X100e, dmesg > > below), it suspends just fine, and resumes well too (thanks for that!). > > But after resume I see hig

Re: High interrupt rates after resume

2011-10-21 Thread Alexander Polakov
* Alexander Polakov [111017 02:02]: > I've got a problem. When I suspend my laptop (Lenovo X100e, dmesg > below), it suspends just fine, and resumes well too (thanks for that!). > But after resume I see high interrupt rates (like 77%) in top and > vmstat, it feels slower and fan

High interrupt rates after resume

2011-10-16 Thread Alexander Polakov
ing SCSI over Bulk-Only scsibus1 at umass0: 2 targets, initiator 0 sd1 at scsibus1 targ 1 lun 0: SCSI0 0/direct removable serial.0bda015811417340 video0 detached uvideo0 detached uvideo0 at uhub1 port 2 configuration 1 interface 0 "Image Processor Integrated Camera" rev 2.00/30.08 addr 3 video0 at uvideo0 -- Alexander Polakov | plhk.ru

Re: query bug reports?

2011-10-14 Thread Alexander Polakov
"no way for this feature in OpenBSD" doesn't take much time, does it? I guess diffs just get lost in the flows of mailinglists. Here comes the issue of better tools. -- Alexander Polakov | plhk.ru

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-12 Thread Alexander Polakov
command. > ksh: 08: bad number `08' 08 doesn't exist in base 8 -- Alexander Polakov | plhk.ru

Re: 'ő' character doesn't get displayed in ls(1) output with UTF-8 locale

2011-08-12 Thread Alexander Polakov
doesn't support multibyte characters yet, try this: http://kerneltrap.org/mailarchive/openbsd-tech/2011/1/4/6887598 The bugs in wcwidth() mentioned later in the thread are now fixed, I think. -- Alexander Polakov | plhk.ru

Re: Load average question

2011-08-08 Thread Alexander Polakov
.1 > > when i do a "ps aux" it shows a small number of processes using 0.0 CPU and > very little memory. > > Where is the "load" coming from? I am not sure where to look. http://www.undeadly.org/cgi?action=article&sid=20090715034920&mode=expanded -- Alexander Polakov | plhk.ru

savecore: /bsd: kvm_read: version misread

2011-07-27 Thread Alexander Polakov
;m tracking -current on amd64. -- Alexander Polakov | plhk.ru

Re: ksh - arrow keys in vi mode?

2011-07-22 Thread Alexander Polakov
* Alexander Polakov [110721 22:01]: > * Dmitrij D. Czarkoff [110721 14:49]: > > Hello! > > > > I tried both documentation and google, and I could only figure out how to > > enable arrow keys in emacs mode of ksh. > > > > Is there a way to enable them

Re: ksh - arrow keys in vi mode?

2011-07-21 Thread Alexander Polakov
keypad(x_getc()); + else /* unknown sequence */ + vi_error(); + return 0; + } + switch (vi_insert(ch)) { case -1: vi_error(); -- Alexander Polakov | plhk.ru

Re: ksh - arrow keys in vi mode?

2011-07-21 Thread Alexander Polakov
tch below: diff --git a/vi.c b/vi.c index 0bac6be..b8f6d5b 100644 --- a/vi.c +++ b/vi.c @@ -193,6 +193,7 @@ x_vi(char *buf, size_t len) int c; vi_reset(buf, len > CMDLEN ? CMDLEN : len); + insert = 0; vi_pprompt(1); x_flush(); while (1) { -- Alexander Polakov | plhk.ru

Re: watchdog timeout with re0 after MSI change

2011-06-08 Thread Alexander Polakov
* John Danks [110608 17:59]: > I'm seeing "re0: watchdog timeout" after the MSI change to the re > driver. Reverted the change and it stops. I have reported the same issue already http://cvs.openbsd.org/cgi-bin/query-pr-wrapper?full=yes&numbers=6622 -- Alexander Polakov | plhk.ru

[ksh] clear screen with Ctrl-L

2011-05-15 Thread Alexander Polakov
redraw_line(1); break; -- Alexander Polakov | plhk.ru

Re: DUID's and fstab

2011-04-12 Thread Alexander Polakov
* Stuart Henderson [110412 15:48]: > On 2011-04-12, jirib wrote: > > On Tue, 12 Apr 2011 02:06:51 +0400 > > Alexander Polakov wrote: > > > >> I am probably misunderstanding something, but are DUID's supposed to > >> be used in place of device filename

Re: DUID's and fstab

2011-04-12 Thread Alexander Polakov
* Sergey Bronnikov [110412 14:29]: > On 09:20 Tue 12 Apr , jirib wrote: > > On Tue, 12 Apr 2011 02:06:51 +0400 > > Alexander Polakov wrote: > > > > > I am probably misunderstanding something, but are DUID's supposed to > > > be used in place of d

DUID's and fstab

2011-04-11 Thread Alexander Polakov
known file system type.", *argv); -- Alexander Polakov | plhk.ru

Re: dmesg changes

2011-04-10 Thread Alexander Polakov
2011/4/11, frantisek holop : > 1. how can be the kernel # smaller of a later kernel, > if these are both 4.9-current? It just means that compilation directory was wiped. > 2. what is the extra hard disk information? Disk's serial number it is. -- Alexander Polakov | plhk.ru

Re: Upgrade i386 to amd64

2011-04-07 Thread Alexander Polakov
went smoothly. I had to reinstall packages, though. pkg_add -u -D installed was not enough. And you can always make sure that your binaries are of right arch by running file on them. -- Alexander Polakov | plhk.ru

No async for msdosfs. Why?

2011-04-03 Thread Alexander Polakov
struct mntopt mopts[] = { MOPT_STDOPTS, MOPT_UPDATE, + MOPT_ASYNC, { NULL } }; -- Alexander Polakov | plhk.ru

Re: Radeon HD 4850 and drmRadeonCmdBuffer: -22.

2011-02-28 Thread Alexander Polakov
a)? I am not an openbsd dev, but I think this [1] is related. [1] http://www.mail-archive.com/source-changes@openbsd.org/msg16212.html -- Alexander Polakov | plhk.ru

Re: NFS file list incomplete

2010-10-03 Thread Alexander Polakov
2010/10/3, Otto Moerbeek : > Does this also happen with udp mounts? Yes, it does. -- Alexander Polakov | plhk.ru

NFS file list incomplete

2010-10-02 Thread Alexander Polakov
mpile/GENERIC -- Alexander Polakov | plhk.ru

Re: UTF-8

2010-08-07 Thread Alexander Polakov
* Jordi Beltran Creix [100804 17:26]: > > ls(1) does not seem to be 100% UTF-8 ready: > > > > > > madro...@madthought:~% /bin/ls testb8-C4-D5-b/-\# > > testo?=o?=-C4-D5-o?=o?=-# > > madro...@madthought:~% /bin/ls testb8-C4-D5-b/-\# |cat > > testb8-C4-D5-b/-# > > > ls(1) needs to use wcwidth(

Re: cwm: cycle in group

2010-04-23 Thread Alexander Polakov
2010/4/23, Thomas Pfaff : > On Fri, 23 Apr 2010 03:31:31 +0400 > Alexander Polakov wrote: > >> Hi there! >> >> I think it's very convenient to cycle through windows in a group. >> > > Sorry, but I don't quite understand what this does. If you wa

cwm: cycle in group

2010-04-22 Thread Alexander Polakov
.ru/static/misc/cwm-cycle-in-a-group.diff -- Alexander Polakov | plhk.ru

Re: Sensorsd

2010-01-06 Thread Alexander Polakov
2010/1/6, Morris, Roy : > Ok, figured that might be what it was! Thanks. Too bad it > would be nice to know if the disk count changed ie. someone > plugged in a USB key. You can use hotplugd(8) for that.

Re: OpenBSD on first gen Asus eeePCs

2009-09-19 Thread Alexander Polakov
2009/9/18, frantisek holop : > hmm, on Thu, Sep 17, 2009 at 04:20:09PM -0400, Brad Tilley said that >> drives so I lay them out manually, but other than that, everything >> works OK (except the built-in wireless). I'm considering an Acer > > does the built in usb emulated sd card reader works? > i

Re: Control noise of harddisk

2009-08-15 Thread Alexander Polakov
2009/8/15, obvvbooo obvvbooo : > Hi, > > BSD4.5 works well on my laptop, but I don't like the noise of the harddisk. atactl(8)

Re: Cyrillic fonts in X Window.

2009-08-01 Thread Alexander Polakov
2009/8/1, 4625 <4625...@gmail.com>: >> Probably bitmap fonts are disabled. Take a look at /etc/fonts/conf.d. >> If there is no 70-yes-bitmaps.conf then link or copy it from >> /etc/fonts/conf.avail and use fc-cache -fv > > cd: /etc/fonts/conf.avail: No such file or directory % tar tvzf xetc46.tgz|

Re: Cyrillic fonts in X Window.

2009-07-31 Thread Alexander Polakov
2009/8/1, 4625 <4625...@gmail.com>: > I have add string 'FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"' into > xorg.conf, then I execute fc-cache. However, these fonts unavailable in > X. What is going wrong? > > fc-cache -v > Fontconfig error: Cannot load default config file > /usr/X11R6/lib/X11/f

Re: Unicode names on msdosfs

2009-02-03 Thread Alexander Polakov
2009/2/3, Eugene Ryazanov : > Sorry, attachement was removed from previous message. If inline patch > also will be damaged (probably by auto line brakes), contact me and I > send you a copy personally. There's no way to use UTF-8 as system locale in OpenBSD, so why bother?

cwm maximized mode

2009-01-18 Thread Alexander Polakov
What do you think about cwm(1) maximized mode? I find it rather useful on small screens. A patch is attached. -- Alexander Polakov | http://rootshell.be/~polachok/ diff -ur cwm/calmwm.h cwm.max/calmwm.h --- cwm/calmwm.hMon Jan 19 00:52:40 2009 +++ cwm.max/calmwm.hMon Jan 19 00:48:44

Ответ: ACPI not supported on my amd64 laptop

2008-12-16 Thread Alexander Polakov
http://openbsd.org/report.html

Re: cvs, cvsup and xenocara advice

2008-11-13 Thread Alexander Polakov
>cvsup is not written in C. ;) net/csup is a cvsup client written in C. 2008/11/13, Girish Venkatachalam <[EMAIL PROTECTED]>: > On 01:28:57 Nov 13, Ansen Lloyd wrote: >> 1. What are the main differences between cvs and cvsup when updating >> sources >> to stable? >> > > cvs is the revision contro

Re: openbsd fail2ban

2008-11-06 Thread Alexander Polakov
2008/11/6, Charlie Clark <[EMAIL PROTECTED]>: > Hi, > > I have noticed that people constantly try to brute force sshd on my > openbsd box, on my server I use fail2ban to prevent this and wondered if > there is a similar solution for openbsd. Have you tried sshguard?

Re: Is this an fsck_ffs memory issue?

2008-08-02 Thread Alexander Polakov
Sorry for hijacking your thread, but... What do you guys think about journalized ffs [1]? Can it help in such situations? Is there any chance to get it into OpenBSD kernel? [1] http://mail-index.netbsd.org/netbsd-announce/2008/07/31/msg37.html 2008/8/2, M. Feenstra <[EMAIL PROTECTED]>: > Hi,

Re: NEC usb controller and huawei E620 support

2008-06-19 Thread Alexander Polakov
0x3433 (43 into hex??) > > or something completely different? > you can get the id from pcidump -v, something like this: 0:0:0: Intel 82Q965 Host 0x: Vendor ID: 8086 Product ID: 2990 -- Alexander Polakov | http://rootshell.be/~polachok/

network.conf

2008-06-08 Thread Alexander Polakov
*default host=rt.fm *default base=/var *default prefix=/usr *default release=cvs *default delete use-rel-suffix compress OpenBSD-ports tag=. -- Alexander Polakov | http://rootshell.be/~polachok/