Re: PRIMERGY RX200 S2 installation problems

2012-11-28 Thread Michał Markowski
2012/11/28 Tony Berth : > I aslo saw that the bsd.rd kernel was used during the boot process. Meaning > that the smp mode is not used? No. http://openbsd.org/faq/faq4.html#bsd.rd -- Michał Markowski

Re: PRIMERGY RX200 S2 installation problems

2012-11-29 Thread Michał Markowski
2012/11/29 Tony Berth : > s a fresh install! I couldn't find a CD image for current or did I > miss something? Try latest snapshot, e.g. http://ftp.icm.edu.pl/pub/OpenBSD/snapshots/i386/ (or amd64, you didn't specify) -- Michał Markowski

Re: PRIMERGY RX200 S2 installation problems

2012-12-03 Thread Michał Markowski
2012/12/3 Tony Berth : > it is the current one (2012-12-02) Well, this is actual snapshot: > OpenBSD 5.2-current (RAMDISK_CD) #86 Sun Dec 2 13:59:04 MST 2012 -- Michał Markowski

Re: vfs.nfs.iothreads

2012-12-21 Thread Michał Markowski
); > } http://www.openbsd.org/cgi-bin/cvsweb/src/sys/nfs/nfs_vfsops.c.diff?r1=1.30;r2=1.31 -- Michał Markowski

Re: Nginx log rotation

2012-12-26 Thread Michał Markowski
; Why B flag and global read permissions? -- Michał Markowski

Re: Nginx log rotation

2012-12-26 Thread Michał Markowski
be stricter So you are probably in wheel group already and 640 should be comfortable enough. :) -- Michał Markowski

Re: How to configure pppoe client on OpenBSD?

2013-01-13 Thread Michał Markowski
2013/1/13 Random, Eyes : > I have an OpenBSD 5.1 installed + a cable from my ISP. I have the > username/password for the PPPoE connection, but how can I configure > the connection to be permanent? (I have 1 interface on the machine.) http://lmgtfy.com/?q=openbsd+pppoe -- Michał Markowski

Re: How to configure pppoe client on OpenBSD?

2013-01-13 Thread Michał Markowski
2013/1/13 Franco Fichtner : > There should be a let-me-find-that-man-page-for-you for that sort of thing Well, there is apropos(1). :) -- Michał Markowski

Re: Safe bruteforce rule for mobile-friendly website

2013-02-06 Thread Michał Markowski
2013/2/6 Mikkel Bang : > Works fine when connecting from regular PCs though. Why is that? Do mobile > devices connect differently somehow? Start in /var/log, I suppose. -- Michał Markowski

Re: bootable OpenBSD USB stick from windows?

2013-02-12 Thread Michał Markowski
As Otto suggested: try PXE, it's relatively simple. http://openbsd.org/faq/faq6.html#PXE You can also write this i386 image to your flash disk using dd: http://devio.us/~doc/openbsd52_usb/ (done as in http://article.gmane.org/gmane.os.openbsd.tech/30048) -- Michał Markowski

Re: bootable OpenBSD USB stick from windows?

2013-02-13 Thread Michał Markowski
now have, as far as I know. How it generally works: http://wiki.geteasypeasy.com/Hybrid_ISO/IMG_format USB ports in machines are very common nowadays, CD drives not so much anymore, so such "official" disk image with just bootloader + bsd.rd inside could come in handy. -- Michał Markowski

Re: Changing Architecture from amd64 to i386

2013-02-25 Thread Michał Markowski
e and reinstall" operation -- left-over binaries from the "previous" installation will most likely make your life unpleasant." (http://openbsd.org/faq/faq12.html#amd64i386bin) -- Michał Markowski

Re: Disk layout: OpenBSD OT

2013-03-03 Thread Michał Markowski
e.g. http://mralpha.s3.amazonaws.com/SAMSUNG-HD501LJ-690G-MrAlpha.png But it's generalization in terms of modern firmware. -- Michał Markowski

Re: Important: following -current update!

2013-04-16 Thread Michał Markowski
tree using cvs configure and build a new kernel: - cd /usr/src/sys/arch/`uname -m`/config + cd /usr/src/sys/arch/`uname -m`/conf config GENERIC # or GENERIC.MP or whatever config you use cd ../compile/GENERIC # or GENERIC.MP or ... make clean -- Michał Markowski

Re: Why is there no pkg_find(1)?

2013-06-07 Thread Michał Markowski
Here you go: $ alias pkg_find='pkg_info -Q' $ pkg_find nginx nginx-1.4.1 nginx-1.4.1-lua nginx-1.4.1-passenger nginx-1.5.0 nginx-1.5.0-lua nginx-1.5.0-passenger -- Michał Markowski

Re: About pppoe PADI retries

2015-01-07 Thread Michał Markowski
2015-01-07 16:13 GMT+01:00 Theron ZORBAS : > pppoe0 has no problems but pppoe1 somehow redialing all the time. (Works for > some minutes after that redials...) Sounds familiar. I think one of your adsl modems may be dying. -- Michał Markowski

Re: panic: kernel diagnostic assertion on June 27th amd64 snap

2013-06-29 Thread Michał Markowski
2013/6/29 Johan Huldtgren : > hello, > > while updating my server today it panics on boot. I can work around > the issue and get it up by doing bsd -c and then a 'disable viomb' I was just about to report similar symptoms. Likewise, system works ok with viomb disabled. Drop me a line if ddb output

Re: days of the month

2013-07-12 Thread Michał Markowski
2013/7/12 Max Power : >> You must have done something wrong: > I have not done anything. The system is the default installation. Try to reproduce this: $ for i in `jot -w %02d 31 1`; do date -j +%d 201307${i}; done 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

Re: Don't read this - OpenBSD: Not Free Not Fuctional and Definetly Not Secure | BSD, the truth - as author rewrites your comments and can't spell

2013-08-10 Thread Michał Markowski
"OpenBSD’s PF: A stripped down copy of IPTABLES" made my day. :) -- Michał Markowski

Re: tmux print screen?

2014-02-18 Thread Michał Markowski
i need without, basically just > saving a lot of mouse movement and copy/paste) Check "capture-pane" command in tmux(8). Example from my config: bind-key P command-prompt -p 'save history to filename:' -I '/tmp/tmux-%F_%H_%M_%S.log' 'capture-pane -S -32768 ; save-buffer %1 ; delete-buffer' -- Michał Markowski

Ars Technica: Linux^W LibreSSL declared unsafe

2014-07-15 Thread Michał Markowski
http://arstechnica.com/security/2014/07/only-a-few-days-old-openssl-fork-libressl-is-declared-unsafe-for-linux/ Original blog post: https://www.agwa.name/blog/post/libressls_prng_is_unsafe_on_linux -- Michał Markowski

FAQ 6.5: pppoe(8) deceased

2014-07-17 Thread Michał Markowski
ppoe(4), -has been incorporated into OpenBSD. +The software interface to PPPoE/PPPoA on OpenBSD is +http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&sektion=4";>pppoe(4). PPTP -- Michał Markowski

Re: OpenBSD on Mikrotik/RouterBoard hardware ?

2016-05-23 Thread Michał Markowski
2016-05-22 15:18 GMT+02:00 Stuart Henderson : > I don't think MikroTik have any ARM boxes. http://routerboard.com/RB3011UiAS-RM -- Michał Markowski

Re: Blob-free OpenBSD kernel needed

2015-06-15 Thread Michał Markowski
= 0x206D6 > Intel(R) Xeon processor E5-4600/2600/2400 series C2 stepping: 0x0710 > CPUID = 0x206D7 > Intel(R) Xeon processor E5-4600/2600/2400 v2 series C0/C1 stepping: > 0x0416 CPUID = 0x306e4 -- Michał Markowski

Re: Automatic OS updates

2024-02-21 Thread Michał Markowski
Well, in a few weeks you will see why you need it.

Sierra Wireless MC8805 and umb(4)

2019-04-03 Thread Michał Markowski
0.0100 power port 02: .0100 power port 03: .0103 connect enabled power port 04: .0100 power addr 03: 413c:81a3 Sierra Wireless, Incorporated, Dell Wireless 5570 HSPA+ (42Mbps) Mobile Broadband Card full speed, power 500 mA, config 2, rev 0.06 driver: umb0 -- Michał Markowski

Re: Hardware/System Question

2012-06-22 Thread Michał Markowski
I can recommend this one: http://www.parkytowers.me.uk/thin/hp/t5135/index.shtml Other HP thin clients should be ok as well. -- Michał Markowski

Re: Hardware/System Question

2012-06-23 Thread Michał Markowski
e more expensive (and comes with a hard drive..) Well, my t5135 cost me about 70 pln (ca. 20 usd), so I don't see Eee box "only a little more exspensive". :) It depends on what performance you need, but for home file server it's enough - with external hdd it can easily saturate

Re: partitioning with more mount points on obsd51

2012-06-26 Thread Michał Markowski
2012/6/26 Darrel : > does anyone have some neat ideas about partitions under /var? Are you familiar with FAQ? http://openbsd.org/faq/faq4.html#Partitioning -- Michał Markowski

Diff: www/faq/faq12.html link fix

2012-08-01 Thread Michał Markowski
@@ -555,7 +555,7 @@ http://www.openbsd.org/cgi-bin/man.cgi?query=wd&sektion=4";>wd(4) driver to avoid this problem. This can be done using ukc to install, then -config(8) to change it permanently: +config(8) to change it permanently: ukc> change wd -- Michał Markowski

Re: WPA2 AES on OpenBSD

2012-09-18 Thread Michał Markowski
elect the given SSID, then enter passphare) RTFM: http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8 -- Michał Markowski