Well, in a few weeks you will see why you need it.
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
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
= 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
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
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
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
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
"OpenBSD’s PF: A stripped down copy of IPTABLES" made my day. :)
--
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
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
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
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
e.g.
http://mralpha.s3.amazonaws.com/SAMSUNG-HD501LJ-690G-MrAlpha.png
But it's generalization in terms of modern firmware.
--
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
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
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
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
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
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
be stricter
So you are probably in wheel group already and 640 should be
comfortable enough. :)
--
Michał Markowski
;
Why B flag and global read permissions?
--
Michał Markowski
);
> }
http://www.openbsd.org/cgi-bin/cvsweb/src/sys/nfs/nfs_vfsops.c.diff?r1=1.30;r2=1.31
--
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
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
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
elect the given SSID, then enter passphare)
RTFM: http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8
--
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
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
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
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
31 matches
Mail list logo