Re: Xorg blanks until I switch to a TTY and back on 6.5

2019-05-01 Thread Daniel Bolgheroni
On Wed, May 01, 2019 at 04:43:09PM +, Jonathan Gray wrote: > On Wed, May 01, 2019 at 12:34:12PM -0300, Daniel Bolgheroni wrote: > > On Mon, Apr 29, 2019 at 07:05:25AM +, Jonathan Gray wrote: > > > Does this help? > > > > It was already commited but fixed the

Re: Xorg blanks until I switch to a TTY and back on 6.5

2019-05-01 Thread Daniel Bolgheroni
On Mon, Apr 29, 2019 at 07:05:25AM +, Jonathan Gray wrote: > Does this help? It was already commited but fixed the problem here. However, I still can't see the correct modes set for LVDS-1 and for the external monitor on HDMI-1. An ultrawide 2560x1080 monitor can see at most 1920x1080, but wo

Re: Xorg blanks until I switch to a TTY and back on 6.5

2019-04-28 Thread Daniel Bolgheroni
On Sun, Apr 28, 2019 at 11:26:54PM +, Charles wrote: > Is anyone else experiencing this issue on third gen core-I series Intel > chips with integrated graphics? Or on any other chips for that matter? Yes, can confirm on a ThinkPad X220. Also, with the latest snapshot, the correct modes for LV

Re: Automated remote install

2018-12-17 Thread Daniel Bolgheroni
On Mon, Dec 17, 2018 at 01:36:57PM +, secli...@boxdan.com wrote: > On Mon, Dec 17, 2018 at 10:22:56AM -0200, Daniel Bolgheroni wrote: > > Maybe ansible is not the answer here. > > You are probably correct. Do you know a better way? If you're going to run on some public

Re: Automated remote install

2018-12-17 Thread Daniel Bolgheroni
On Mon, Dec 17, 2018 at 09:23:08AM +, secli...@boxdan.com wrote: > Has anyone successfully automated (i.e with Ansible/etc) the process of > installing OpenBSD on a remote server? > > The most recent attempts at remote installation (manual or automated) that I > was able to find, are fairly ol

Re: VMM sh: time sleep 30 takes 56 seconds

2018-10-23 Thread Daniel Bolgheroni
On Tue, Oct 23, 2018 at 04:47:06AM +, Mike Larkin wrote: > On Mon, Oct 22, 2018 at 02:52:42AM -0200, Daniel Bolgheroni wrote: > > On Fri, Oct 19, 2018 at 04:16:51AM +, Mike Larkin wrote: > > > On Thu, Oct 18, 2018 at 10:34:20PM -0300, Daniel Bolgheroni wrote: > >

Re: VMM sh: time sleep 30 takes 56 seconds

2018-10-21 Thread Daniel Bolgheroni
On Fri, Oct 19, 2018 at 04:16:51AM +, Mike Larkin wrote: > On Thu, Oct 18, 2018 at 10:34:20PM -0300, Daniel Bolgheroni wrote: > > On Wed, Oct 17, 2018 at 08:42:46PM +, Mike Larkin wrote: > > > A 1000Hz host helps here. I get 10.32s real time on sleep 10 with t

Re: VMM sh: time sleep 30 takes 56 seconds

2018-10-18 Thread Daniel Bolgheroni
On Wed, Oct 17, 2018 at 08:42:46PM +, Mike Larkin wrote: > A 1000Hz host helps here. I get 10.32s real time on sleep 10 with that > setting. > > Note that qemu behaves the same way on OpenBSD. OK, the output is still slow when on serial, but things improved with 1000 Hz. I was going to ask

Re: VMM sh: time sleep 30 takes 56 seconds

2018-10-13 Thread Daniel Bolgheroni
On Sat, Oct 13, 2018 at 01:08:23AM +, Jordan Geoghegan wrote: > Hello, > > Not sure if this is a bug or not, so I thought I would ask misc@ first. > > I was writing a script in my vmm guest that involved killing and restarting > a long running process every hour using sleep "3600", and I noti

Re: chrome 68 and protonmail

2018-09-17 Thread Daniel Bolgheroni
On Fri, Sep 14, 2018 at 05:39:21AM +, vincent delft wrote: > Hello, > > With the last version of Chrome (Chromium 68.0.3440.106) on -current, I can > no more login in protonmail. > > In fact after the 2nd login screen chrome complains about an issue. In chromium or iridium, on address bar, g

Re: Employers, Jobs and OpenBSD

2018-07-14 Thread Daniel Bolgheroni
On Sat, Jul 14, 2018 at 11:47:48AM +, Peter N. M. Hansteen wrote: > You may also (dangerously) get used to having defaults that are actually > sane and come to expect that everything has a man page with content that > actually matches the software and provides useful information. > > Which in

Re: Wireless on ThinkPad T40 - Connects but no data

2018-07-13 Thread Daniel Bolgheroni
On Fri, Jul 13, 2018 at 07:32:50AM +, Stuart Henderson wrote: > On 2018-07-13, Daniel Bolgheroni wrote: > > I get very poor signal on a ThinkPad X220. It works at max 3 meters away > > from the router. After that, almost 100% packet loss. The AP doesn't > > m

Re: Wireless on ThinkPad T40 - Connects but no data

2018-07-12 Thread Daniel Bolgheroni
On Thu, Jul 12, 2018 at 06:57:43PM +, Mike Coddington wrote: > I've got a Thinkpad X220 and have experienced a similar issue. My > machine uses the iwn(4) driver, but I have also seen the same behavior > with a cheapo USB wireless dongle that I plug in. This is mainly useless > information, but

Re: sed disappearing last line

2018-07-10 Thread Daniel Bolgheroni
On Tue, Jul 10, 2018 at 07:34:48AM +, Andreas Kusalananda Kähäri wrote: > On Tue, Jul 10, 2018 at 09:29:55AM +0200, Andreas Kusalananda Kähäri wrote: > > This is really a question about what the "N" command should be doing if > > there is no further input. GNU sed seems to output the current p

sed disappearing last line

2018-07-09 Thread Daniel Bolgheroni
Working with some input/commands which dealt with multiline pattern spaces, noticed a behaviour I was not expecting. Reducing the test to a simple case: $ echo "foo\nbar\nbaz" | sed "1d; N" bar baz $ This is for 3 lines of input. However, same command but for 4 lines of input: $ echo "

Re: Suspend on Lenovo T440

2018-05-05 Thread Daniel Bolgheroni
On Sat, May 05, 2018 at 03:14:32PM +, Ken M wrote: > So I recently picked up a Lenovo T440 for a good price to use as my OpenBSD > road > warrior and replace the aging Toshiba I was using. Everything works but 2 > things: > > 1. Bluetooth of course > 2. Resume from suspend on lid close > > I

Re: NFS keeps crashing

2018-04-21 Thread Daniel Bolgheroni
On Sat, Apr 21, 2018 at 10:38:48AM +, Rupert Gallagher wrote: > What I do not like of obsd is the negative energy of its community. We > all have a sympatic gene and tend to mirror the social environment. We > should be mindful of it, and try to stay positive. Another thing I do > not like is t

Audio stuttering on media playback with sndiod

2018-04-03 Thread Daniel Bolgheroni
Hi, audio is stuttering on media playback when run through sndiod. It's OK without it. Here is an example of audio/cmus attaching to play a mp3 file: x250$ doas sndiod -ddd snd0 pst=cfg.default: rec=0:1 play=0:1 vol=23170 dup helper(helper|ini): created worker(worker|ini): created listen(/tmp/au

Re: [Arduino] CLI serial monitor

2018-04-03 Thread Daniel Bolgheroni
On Wed, Apr 04, 2018 at 02:58:20AM +, Olivier Burelli wrote: > should i use cat /dev/DEVICE >> file.txt ? Considering the sketch you posted, you should have no problem using cu(1), which is in base: # cu -9600 -l/dev/cuaU0 To quit, type '~.' (tilde + dot). For more info about other escape si

Re: ThinkPad X250 not resuming

2018-03-29 Thread Daniel Bolgheroni
On Thu, Mar 29, 2018 at 05:56:05AM +, Mike Larkin wrote: > Turn off the TPM in the bios and try again. Working now. Thank you. -- db

ThinkPad X250 not resuming

2018-03-28 Thread Daniel Bolgheroni
Hi, over the last years, OpenBSD worked so great on every ThinkPad I had/have, that it almost feels I'm doing something very stupid when it doesn't. With a X250 I got my hands on recently, on a new installation, the latest snapshot suspends OK, but trying to resume has no effect. The power led k

Re: considering a move to OpenBSD

2018-02-08 Thread Daniel Bolgheroni
On Thu, Feb 08, 2018 at 09:41:20PM +, Charlie Eddy wrote: > hello misc, > > I am considering a move to OpenBSD, since I subscribed to this mailing list > some time ago (~few months). I want to take advantage of security. > > However, a programmer who I know personally and respect considers Op

Sites in firefox stop loading with "out of memory" in console

2017-04-18 Thread Daniel Bolgheroni
Ultimately some sites opened with Firefox 52 stop loading with "out of memory" in console. Two ofenders are https://app.wire.com and https://www.protonmail.com/login, and both seem related to asm.js. Note that Firefox doesn't crash, but the sites beeing loaded just stop being loaded, and the F12

Re: jme0: watchdog timeout

2017-02-09 Thread Daniel Bolgheroni
On Wed, Feb 08, 2017 at 10:04:04AM +, Comète wrote: > Hi, > > I use OpenBSD 6.0 amd64 (stable) on a Shuttle XS35v2. I've installed > "ushare" but same problem with "minidlna" and I don't think the problem comes > from these apps... When I try to read a big file (ex.: a 1Go video) from my > DLN

Re: Wandboard Quad can't boot anymore

2016-08-31 Thread Daniel Bolgheroni
On Tue, Aug 30, 2016 at 08:44:44PM -0400, Joe Gidi wrote: > I suspect/fear that the answer might be, "your hardware died", but since > the armv7 port is under heavy development, maybe this information will be > of some value to the devs... > > I've been running snapshots on my Wandboard Quad for t

Re: Belkin N300

2016-07-30 Thread Daniel Bolgheroni
On Sat, Jul 30, 2016 at 08:00:26AM -0400, Richard Thornton wrote: > Does this USB wireless add-o, which uses a realtek chipset, work with > OpenBSDThe installer sees it, the firmware fails to load. It's common for manufacturers to sell completely different hardware with the same marketing name

Re: FOSS tools for flashing motherboard BIOS?

2016-06-06 Thread Daniel Bolgheroni
On Mon, Jun 06, 2016 at 09:52:49AM -0400, Alan Corey wrote: > > On the Arch Linux page at > https://wiki.archlinux.org/index.php/Flashing_BIOS_from_Linux there's > mention of a couple programs that might work: BiosDisk and Flashrom. > Anybody use either of those under OpenBSD? I haven't tried cha

Re: VAX - are we dropping support in 5.9?

2016-01-26 Thread Daniel Bolgheroni
On Mon, Jan 25, 2016 at 08:59:34PM -0500, Nick Holland wrote: > > But why was I running a Sun E250? What could it do better than anything > else for me? When my E250 did something strange (which it did from time > to time), there wasn't much that I (as a non-coder) could do about > it...nor was t

Re: [mot] serious about clang/llvm?

2015-10-23 Thread Daniel Bolgheroni
On Fri, Oct 23, 2015 at 04:43:50AM -0400, Mayuresh Kathe wrote: > i have been reading up online news about the core team considering a move > from 'gcc' to "clang/llvm". > is it really true? wouldn't that add a whole lot of complexity to the base > system? isn't clang/llvm written in c++11? wouldn'

Re: tmux losing session

2015-10-22 Thread Daniel Bolgheroni
On Thu, Oct 22, 2015 at 07:24:24PM -0200, Daniel Bolgheroni wrote: > Anyone experiencing this? >From tmux(1): If the socket is accidentally removed, the SIGUSR1 signal may be sent to the tmux server process to recreate it (note that this will fail if any parent directori

tmux losing session

2015-10-22 Thread Daniel Bolgheroni
Hi misc@, tmux session from 2 days ago, login into the machine and then: $ tmux attach $ tmux attach no sessions $ Minutes ago it was OK. No traces left. First time I thought I wasn't awake enough. Anyone experiencing this? Thank you. OpenBSD 5.8-current (GENERIC.MP) #1477: Tue Oct 13 17:36:0

Re: Resolve names from chroot'ed OpenBSD httpd

2015-05-22 Thread Daniel Bolgheroni
On Fri, May 22, 2015 at 06:39:53AM -0400, Dain Bentley wrote: > I had this issue a while back. Have you tried restarting the server? Sure, but didn't solve the problem. http://marc.info/?l=openbsd-misc&m=135603654831609&w=2

Resolve names from chroot'ed OpenBSD httpd

2015-05-21 Thread Daniel Bolgheroni
Hi, Any advice on resolving names from a chroot'ed httpd? OpenBSD 5.7, Wordpress downloaded from site, mariadb configured, paths set on httpd.conf. Also have /var/www/etc/hosts and /var/www/etc/resolv.conf in place. Works almost as expected, except for some functions like installing plugins/them

Re: Amv7 support sunxi SoC router board Lamobo R1 (BPi-R1)?

2015-01-03 Thread Daniel Bolgheroni
On Fri, Jan 02, 2015 at 11:11:18AM +0800, f5b wrote: > Does Amv7 support sunxi SoC router board Lamobo R1 (BPi-R1)? It's armv7, not amv7. I have a Banana Pi which can load OpenBSD but won't complete the boot. Allwinner A20 still has some issues. There is a topic which discuss some of these issues

[patch] little typo on current.html

2014-03-20 Thread Daniel Bolgheroni
Little typo on current.html. Index: current.html === RCS file: /cvs/www/faq/current.html,v retrieving revision 1.475 diff -u -p -r1.475 current.html --- current.html19 Mar 2014 20:10:29 - 1.475 +++ current.html

Re: Cannot set stty parameters and read from /dev/ttyU0

2014-01-07 Thread Daniel Bolgheroni
On Tue, Jan 07, 2014 at 03:05:39PM +, Jurjen Oskam wrote: > Hi everybody, > > Earlier I had a Linux machine (well, a Raspberry Pi actually) which > I used to read out my energy meter. The energy meter was connected > to a USB port with a custom FTDI cable. The energy meter only > supports read

Re: Hard Freeze with Snapshots After Aug 19 on ThinkPad X1 Carbon

2013-09-02 Thread Daniel Bolgheroni
On Fri, Aug 30, 2013 at 08:00:50AM -0700, Bryan Vyhmeister wrote: > I'm running OpenBSD/amd64 5.4-current with GENERIC.MP from 2013/08/19 > downloaded from the mirrors on a Levovo ThinkPad X1 Carbon. Both > snapshots I have tried (2013/08/25 and 2013/08/29) after the 19th have > resulted in hard sy

Re: Can't compile binaries :/

2013-07-01 Thread Daniel Bolgheroni
On Mon, Jul 01, 2013 at 09:54:48PM +0300, jV wrote: > > Any ideas why it keeps failing here ? http://openbsd.org/faq/current.html

Re: Disable inteldrm

2013-06-06 Thread Daniel Bolgheroni
On Thu, Jun 06, 2013 at 02:37:54PM +0200, Gregor Best wrote: > > Just for the record, that URL links to a post about IPSEC. I'm quite > confident you meant another post :) Sorry. This is the thread: http://marc.info/?l=openbsd-misc&m=136689079009585&w=2 > Might I ask why you want to disable inte

Re: seeking: xrandr magic

2013-04-26 Thread Daniel Bolgheroni
On Thu, Apr 25, 2013 at 03:56:50PM -0400, Ted Unangst wrote: > > Is there a single command I can put in .xinitrc? A single correct > sequence of commands? > Don't know how running xrandr multiple times affects its behaviour. My setup is similar to yours and in particular, this works for me: xra

OpenBSD freeze after DRM changes

2013-04-25 Thread Daniel Bolgheroni
Hi misc@, after one of the screenshots that include the DRM changes, my laptop began to freeze after the first boot. Sometimes it freezes at Pentium Pro MTRR support, but most of the times it freezes no more than 1 minute after login. After reboot, the system runs rock solid. dmesg and pcidump i

Re: Server

2013-03-14 Thread Daniel Bolgheroni
On Wed, Mar 13, 2013 at 10:51:17AM -0300, Andi wrote: > Hello everybody, > > I'm thinking about putting the openBSD 5.2, in a desktop machine, in order > to make this a server. > > The hardware configuration is: > intel i3, 1TB of HD, nvidia 9800. > > But I'm wondering about this, if it will be

Re: how to upgrade gcc 4.2.1 to gcc-4.7.1

2013-01-17 Thread Daniel Bolgheroni
On Thu, Jan 17, 2013 at 10:29:16PM +0800, WANG Siyuan wrote: > Hi, > > I install gcc 4.7 on openbsd using pkg_add. after installation, I use > 'gcc -v' to check, I found it is also gcc 4.2 ! Try egcc -v.

tmux separate pane characters

2012-12-07 Thread Daniel Bolgheroni
Hi misc@, I have an issue with some fonts when using tmux, as they don't display the separate characters between panes. Are there any -a option as in mc or 'ascii_chars=' as in mutt? Thank you.

Trouble waking up with -current

2012-10-11 Thread Daniel Bolgheroni
Hi misc@, I've been running the latest -current for a few days and facing an issue with USB and sleep/wake up process. When I boot with some USB device plugged in, I have no problem. However, if I disconnect, I see it in the dmesg. If I connect it again, there is no dmesg message and the device

Re: Calomel.org

2012-07-26 Thread Daniel Bolgheroni
On Thu, Jul 26, 2012 at 07:47:46AM +0200, Joakim Dellrud wrote: > > Perhaps a resource of howtos/FAQ can be created since OpenBSD does not > change to much between releases? Or is that not interesting either? Maybe you should, _at least_, read the www page, _at least_ to know that a FAQ already e

Re: Unresponsive -current + rtorrent

2012-07-12 Thread Daniel Bolgheroni
On Fri, Jun 15, 2012 at 11:21:06AM +0200, David Coppa wrote: > > Can you check if the old 0.12.9/0.8.9 exposes the same symptoms on > recent -current? Sorry, but really missed this. > I'm thinking about backing out the update to 0.13.2/0.9.2... This solves the problem for amd64. Thank you.

Re: Kernel Panic (?)(!)

2012-07-05 Thread Daniel Bolgheroni
On Thu, Jul 05, 2012 at 04:33:37PM +0200, rustyBSD wrote: > > Fine ? How could I know ? I get "operation not supported by device" when > trying to read smart infos with smartctl. > In all cases, even if my disk is destroyed, OpenBSD shouldn't crash, > because the disk in question is not the disk o

Re: Kernel Panic (?)(!)

2012-07-05 Thread Daniel Bolgheroni
On Thu, Jul 05, 2012 at 03:28:06PM +0200, rustyBSD wrote: > Question: should I report a bug ? Are you sure your disk is fine?

Re: Lemote Fuloong

2012-07-05 Thread Daniel Bolgheroni
On Thu, Jul 05, 2012 at 12:12:43PM +, Code Blue wrote: > > |library c.64.1 not found > | /usr/lib/libc.so.65.0 (system): bad major Your mirror is probably not so current. Try using another mirror.

Re: Unresponsive -current + rtorrent

2012-06-01 Thread Daniel Bolgheroni
On Fri, Jun 01, 2012 at 09:53:37AM +0200, David Coppa wrote: > > Yes, this is something I've also noticed. > No, I don't know how to patch it up. > In other words, please be my guest and help me in trying to debug this > problem... OK, will try to make some tests this weekend. Thank you.

Re: Unresponsive -current + rtorrent

2012-05-31 Thread Daniel Bolgheroni
On Fri, Jun 01, 2012 at 01:15:19PM +1000, Brett wrote: > > I don't have a solution, except to only run the amount of torrents your > machine can handle (5 or 6 is ok for my computer). Since rtorrent is normally > very lightweight it should be able to cope with a lot more than it currently > can.

Unresponsive -current + rtorrent

2012-05-31 Thread Daniel Bolgheroni
Hi misc@, Running the latest snapshot, there are some issues I'm facing when I run rtorrent + ~5 downloads. The system becomes VERY unresponsive, varying between 5 seconds of activity and 10 seconds locked. Before this, had 2 complete locks, and did a cold reboot. No serial to try something, nor

Re: 4.4 m68k packages?

2012-05-11 Thread Daniel Bolgheroni
On Fri, May 11, 2012 at 07:27:00AM -0400, Nick Holland wrote: > > So...build what you want! It's part of the fun! Last time I used one took 3 days to compile wget.

Re: OT: SSH not secure?

2012-05-10 Thread Daniel Bolgheroni
On Wed, May 09, 2012 at 02:35:42PM -0300, Christiano F. Haesbaert wrote: > > That's because you need to buy AutoBucket. Made my day.

daemons call order in /etc/rc

2012-03-15 Thread Daniel Bolgheroni
128 # disable carp interlock mixerctl_conf echo -n 'starting local daemons:' start_daemon apmd sensorsd hotplugd watchdogd cron wsmoused xdm +[ -f /etc/rc.local ] && . /etc/rc.local echo '.' date -- Daniel Bolgheroni http://devio.us/~dbolgheroni ASCI

Re: s/nfs_server/nfsd_flags/

2012-03-15 Thread Daniel Bolgheroni
On Thu, Mar 15, 2012 at 10:10:54AM +0001, Jason McIntyre wrote: > > i don;t think anyone poking their nose in /etc/rc.conf will think they > are looking at four sections. BTW, this is another point I was going to make. I tried very hard to distinguish between these four sections as it is now, but

s/nfs_server/nfsd_flags/

2012-03-13 Thread Daniel Bolgheroni
Hi, according to rc.conf v1.149, nfs_server was removed and left just as backward compatibility. However, manpage for rc.conf still refers to nfs_server as an example for the second section. FAQ section 6.7 also uses nfs_server instead of the newer nfsd_flags. Cheers,

Unknown error: code 60 installing OpenBSD/macppc in iMac G3

2012-03-11 Thread Daniel Bolgheroni
Hi misc@, tired of using these crap CD-ROM units, I've decided to give it a try booting from a TFTP server, to install OpenBSD/macppc on one of the iMacs I have here. I configured tftpd running on a OpenBSD/amd64 machine according to section 6.10 of the FAQ, with the needed files. So, here is wh

Re: My OpenBSD 5.0 installation experience (long rant)

2012-03-07 Thread Daniel Bolgheroni
On Wed, Mar 07, 2012 at 02:49:01PM +0100, Leonardo Sabino dos Santos wrote: > Sorry about the tone earlier, but I'm still incredulous that the > install program would do something as serious as overwriting the > partition table by default without confirmation. An installation of an unknown OS, wit

Re: I want buy labtop ,work OpenBSD, wireless network must work

2011-12-30 Thread Daniel Bolgheroni
On Fri, Dec 30, 2011 at 12:36:11PM +0330, Mostaf Faridi wrote: > Thanks all guys . > Sorry for my bad English , I must use laptop , but I used labtop . > For me model is very important ,for example I want know which model of > Lenovo work good with OpenBSD . For example I want know Lenovo ThinkPad

Re: Proper way to update system + ports?

2011-12-20 Thread Daniel Bolgheroni
On Tue, Dec 20, 2011 at 06:43:37AM -0800, James Hozier wrote: > > I guess it is sort of ironic that trying to build Firefox from > -stable was broken, but in -current it worked fine. > > As far as keeping up with -current goes, would it be bad netiquette > to update my system every 12 hours just

Re: Upgrading AMD64 4.9-stable to 5.0

2011-12-19 Thread Daniel Bolgheroni
On Mon, Dec 19, 2011 at 01:02:59PM -0500, Richard Thornton wrote: > it appears > that the packages in 4.9 are not always upgradeable to those in 5.0 and > most packages in 5.0 fail to install due to library dependencies. What? -- This message has been scanned for viruses and dangerous content by

Re: kernel panic (mii_phy_setmedia) on mac mini A1347 with trace and ps picture url

2011-12-19 Thread Daniel Bolgheroni
On Mon, Dec 19, 2011 at 04:10:16PM +0400, Wesley M. wrote: > > Here is the ps message : http://i43.tinypic.com/mkufyo.jpg > Here is the > trace message : http://i40.tinypic.com/25syfxf.jpg Have you tried to disable whatever it is on boot>? -- This message has been scanned for viruses and dange

Re: RAM seen vs. RAM available HP ML 570 G2

2011-12-07 Thread Daniel Bolgheroni
On Wed, Dec 07, 2011 at 04:25:15PM +, Kevin Chadwick wrote: > On Wed, 7 Dec 2011 13:45:56 -0200 > Daniel Bolgheroni wrote: > > > Modern x86 processors support PAE (Physical Address Extension) in which > > a 32-bit processor can address more than 32-bit physical addresses

Re: RAM seen vs. RAM available HP ML 570 G2

2011-12-07 Thread Daniel Bolgheroni
On Wed, Dec 07, 2011 at 04:05:07PM +0100, Nomen Nescio wrote: > > Yes, exactly. OpenBSD supports >4GB RAM only on 64-bit architectures. > > Isn't that a limitation of Intel x32 rather than an OpenBSD limitation? Modern x86 processors support PAE (Physical Address Extension) in which a 32-bit proc

Re: Narcicism?

2011-12-02 Thread Daniel Bolgheroni
On Fri, Dec 02, 2011 at 02:25:06AM +1100, John Tate wrote: > > I'm 24 years old. I was a Linux hacker since I was 13. I am a bit of a guru > and do my own Kerberos and such on an all BSD/Linux network. OpenBSD and > Debian Linux. I love OpenBSD, I'm a bit weird because I use bash. I can put > up wi

Problems with bge0: watchdog timeout -- resetting

2010-01-05 Thread Daniel Bolgheroni
chdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial ASCII ribbon campaign ( ) against HTML e-mail X / \

Problems with bge0: watchdog timeout-- resetting

2010-01-04 Thread Daniel Bolgheroni
out -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial ASCII ribbon campaign ( ) against HTML e-mail X / \

locking at mtrr w/ bsd.mp

2010-01-04 Thread Daniel Bolgheroni
hdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting bge0: watchdog timeout -- re

Re: tmux as an educational facilitator

2009-11-05 Thread Daniel Bolgheroni
es is also a breakthrough idea. $ screen -x -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \

Re: thanks for 4.6!

2009-10-22 Thread Daniel Bolgheroni
stomized. I resisted to C-b until now, but finally changed to C-a. Yes, it's easier. Cheers, -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \

Re: thanks for 4.6!

2009-10-21 Thread Daniel Bolgheroni
ill start using tmux(1), as it's in base. > thanks for the effort of doing that---screen was always among the very > first packages i installed on a virgin system. tmux just rocks. I missed it A LOT in machines with 4.5 or earlier. Cheers, -- Daniel Bolgheroni FEI - Faculdad

Error on usb(4) man page

2009-09-25 Thread Daniel Bolgheroni
Hi, On DESCRIPTION: "(...) The controller attaches to a physical bus (like pci(4) or cardbus(4)). The USB bus attaches to the controller and the root hub attaches to the controller." The root hub attachs to the USB bus, not to the controller. Teers, -- Daniel Bolgheroni FEI - Fa

Re: procfs in OpenBSD

2009-09-20 Thread Daniel Bolgheroni
On Sat, 19 Sep 2009, Sergio Andr?s G?mez del Real wrote: > Hi. > > I failed googling about this topic. Any help please? :D :D :D :D This? # mount -t procfs /proc /proc Teers, -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASC

Re: Defending OpenBSD Performance

2009-09-16 Thread Daniel Bolgheroni
e bigger and better idiots. So far, the universe is winning." ~Author Unknown Teers, -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \

Re: Supporting OpenBSD

2009-09-15 Thread Daniel Bolgheroni
27;s the point. Teers, -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \

Relevant article

2009-09-10 Thread Daniel Bolgheroni
Hi, since Nick Holland touched on the DESIGN aspect in his e-mail regarding supporting OpenBSD, I think this article pretty much reflects the reality here. http://www.osnews.com/story/22135/The_Problem_with_Design_and_Implementation Just think it's worth reading. Teers, -- Daniel Bolgh

Re: Supporting OpenBSD

2009-09-10 Thread Daniel Bolgheroni
han T-shirts, mugs, etc.). It's tax free here, and I think: if it's free here, maybe it's somewhere else. Teers, -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \

Re: Accessing lan from internet

2009-09-02 Thread Daniel Bolgheroni
have read many docs without success, thanks in advance. > > francisco Are you using these cheap routers available everywhere? "Port forwarding", "forwarding", "virtual server", etc. -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbol

Re: tmux status bar

2009-08-27 Thread Daniel Bolgheroni
I guess you want green on black?). Actually did it, but forgot to restart the server. Working fine now. Thank you. -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \

Re: tmux status bar

2009-08-27 Thread Daniel Bolgheroni
On Thu, 27 Aug 2009, Han Boetes wrote: > Daniel Bolgheroni wrote: > > just noticed the status bar of tmux gone with the latest > > snapshot. I didn't followed the cvs entries for a couple of > > days. Is this a normal behaviour? > > Works fine here. Are you s

tmux status bar

2009-08-27 Thread Daniel Bolgheroni
ellow set-option -g message-fg black set-option -g history-limit 32768 set-window-option -g main-pane-width 80 -- Any hints? Thank you. -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \

Re: Wireless USB Adaptor

2009-08-26 Thread Daniel Bolgheroni
User to buy hardware 100% supported by OpenBSD than to trying to support these black boxes sold anywhere. OpenBSD for a long time was doing a HUGE job trying to convince manufacturers how bad is for everyone to have hardware with closed documentation. Don't support them. Teers, -- Daniel

Re: Wireless USB Adaptor

2009-08-25 Thread Daniel Bolgheroni
uch XYZ adapters"... Again, keeping it simple and in layman > terms. Any suggestion outside of RTFM ;) is much appreciated. Maybe it's worth to see this presentation: http://www.openbsd.org/papers/brhard2007/ Teers, -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial

Re: calendar typo?

2009-08-25 Thread Daniel Bolgheroni
more usual spelling > "Paraguay"? Right, in english is "Paraguay". -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \

Re: cvs rdiff error

2009-08-13 Thread Daniel Bolgheroni
On Thu, 6 Aug 2009, patrick keshishian wrote: > On Thu, Aug 6, 2009 at 2:57 PM, Daniel Bolgheroni > wrote: > > On Thu, 6 Aug 2009, Stuart Henderson wrote: > > > >> On 2009-08-06, Daniel Bolgheroni wrote: > >> > I'm trying to use cvs rdiff

Re: cvs rdiff error

2009-08-06 Thread Daniel Bolgheroni
On Thu, 6 Aug 2009, Stuart Henderson wrote: > On 2009-08-06, Daniel Bolgheroni wrote: > > I'm trying to use cvs rdiff command in some files but I'm getting error: > > Try another mirror, anoncvs3.usa runs OpenCVS which doesn't support all > features y

cvs rdiff error

2009-08-06 Thread Daniel Bolgheroni
lls. Any hints? Thank you. -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \

Re: boot disk ???

2009-08-05 Thread Daniel Bolgheroni
On Wed, 5 Aug 2009, PJ wrote: > It's not I who is having problems. I think it's OpenBSD. I think you're not trying to help yourself. Even you beeing ironic in your first message, people are trying to help. -- Daniel Bolgheroni FEI - Faculdade de Engenhar

cvs rdiff error

2009-08-04 Thread Daniel Bolgheroni
rom server (consult above messages if any) My ~/.ssh/config is configured as explained in FAQ: Host anoncvs3.usa.openbsd.org Compression no Port 2022 This server supports connection on port 2022. Also tried different servers. No firewalls. Any hints? Thank you. -- Daniel Bolgheroni FEI - Fa

Re: Colors and layout behaviour in tmux

2009-07-27 Thread Daniel Bolgheroni
far I haven't thought of a good > solution. Will try with the latest snapshot. > > Also, when in tmux, I can't have the behaviour expected by main-vertical > > unless I already splitted window. Is this normal? > > I don't understand what you mean. None of

Colors and layout behaviour in tmux

2009-07-24 Thread Daniel Bolgheroni
so, when in tmux, I can't have the behaviour expected by main-vertical unless I already splitted window. Is this normal? Thank you. -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \

Re: what mean is M-Up key?

2009-07-19 Thread Daniel Bolgheroni
size-pane -U 5". > > But what exactly should i type? > > > > I know C-b mean is "Ctrl + b", but M-o ... > > what is "M-" key? > > Please help, thank you. Or try Esc if Alt doesn't work. -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \

Re: About the OpenBSD repository

2009-06-23 Thread Daniel Bolgheroni
On Tue, 23 Jun 2009, Ted Unangst wrote: > On Wed, Jun 24, 2009 at 3:14 PM, Daniel Bolgheroni > wrote: > > > 3. What I should not question in an OpenBSD mailing list? > > The development process. It's a good bet that the people who have > been developing OpenBSD for

Re: About the OpenBSD repository

2009-06-23 Thread Daniel Bolgheroni
e are some technicals or philosophicals reasons why the OpenBSD > repository does not change to something other than CVS? To FAQ: 1. Why we use cvs? 2. Why we don't WANT to use svn, git, etc.? 3. What I should not question in an OpenBSD mailing list? 4. What am I doing here? -- Daniel Bolgh

Re: Open Vs Free BSD

2009-06-21 Thread Daniel Bolgheroni
OpenBSD is a GENERIC OS which can be used to do _almost_ every task a computer system is able to. Teers, -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \

Re: Samsung HD License Issue

2009-05-04 Thread Daniel Bolgheroni
gt; country. Maybe it's saying that if you use the Hybrid feature of the hardware, you _may_ require an additional license, i.e. if you flash the non-volatile memory. Weird. This is why I love laws, lawyers, etc. They just make these things possible. -- Danie

Re: European orders - Thank you Theo and your team, some of us appreciate you!

2009-03-31 Thread Daniel Bolgheroni
at all, and this seems to be a tendency. -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \ mQGiBEjsKN8RBACIeANsMaUPV5vlbI0B1WGElqh

Re: European orders

2009-03-31 Thread Daniel Bolgheroni
dy else. That's none of your business. > > I don't care what you do for a living. If it's not enough get a job and work > like anybody else. What's a real job to you? Fun, often I see the people who claim they "work hard" is the same type of people who ha

  1   2   >