tmpfs weirdness

2014-04-20 Thread Shawn K. Quinn
With a tmpfs mounted on /tmp: $ cd /tmp $ dd if=/dev/zero of=0 bs=1M ; sync ; sleep 5 ; rm 0 results in dmesg getting spammed with: uao_flush: strange, got an out of range flush (fixed) If the tmpfs is large enough (larger than physical RAM, maybe?) another error happens (I don't have it handy

Re: alias's - ksh

2014-04-20 Thread Eric Furman
On Mon, Apr 21, 2014, at 12:47 AM, Nex6|Bill wrote: > Kinda new to OpenBSD, (have a couple of 5.4 installs in VMs); whats the > standard for alias's? i added it to the .profile but some googling seems > to > indicate that that wont work. that you have to export, and do an .kshrc > file? so whats th

alias's - ksh

2014-04-20 Thread Nex6|Bill
Kinda new to OpenBSD, (have a couple of 5.4 installs in VMs); whats the standard for alias's? i added it to the .profile but some googling seems to indicate that that wont work. that you have to export, and do an .kshrc file? so whats the "standard?" -Nex6

Re: Install iwn driver Lenovo X1 Carbon

2014-04-20 Thread Jean-Philippe Ouellet
On Fri, Apr 18, 2014 at 10:32:08AM +0200, Axel wrote: > Today I will download the package from another machine and another Internet > connection, and I will use another USB pen. Oh, are you installing the driver from a USB storage device because this is actually rather an internet bootstrapping pr

Re: ghostscript 9.06 in OpenBSD AGPL or GNU GPL version?

2014-04-20 Thread Bob Eby
> 9.06 is GPL not AGPL. Looks like the Artifex server is displaying GPL in the COPYING file. Odd, I was just assured on an Artifiex mailing list that I was mistaken using the version 9.06 for GPL since it is AGPL, and only "9.06.0" from gnu.org is GNU/GPL. The distinction seems important since 9.

Re: solved smtpd start

2014-04-20 Thread Zoran Kolic
> It looks like your kernel and X are out of sync. > Are you sure you've upgraded X? Yes, I did. All tgz files, except game55.tgz. > The message "Mouse0: bad wsmouse event type=18" cannot happen with > the xf86-input-ws driver from -current xenocara: > > case WSCONS_EVENT_SYNC: >

Re: Configuring wireless and dhcp with zyd on 5.4-release

2014-04-20 Thread Felix Johnson
On Sun, Apr 20, 2014 at 2:25 PM, Stefan Sperling wrote: > On Sun, Apr 20, 2014 at 01:42:42PM -1000, Felix Johnson wrote: > > I don't think it's distance to the AP, since the Windows 7 laptop > > I'm using can connect without problems. > > > > I followed your advice and ended up with a lot of data

Re: Configuring wireless and dhcp with zyd on 5.4-release

2014-04-20 Thread Stefan Sperling
On Sun, Apr 20, 2014 at 01:42:42PM -1000, Felix Johnson wrote: > I don't think it's distance to the AP, since the Windows 7 laptop > I'm using can connect without problems. > > I followed your advice and ended up with a lot of data. > Even after heavy editing, there's more than 2100 lines of outpu

Re: Configuring wireless and dhcp with zyd on 5.4-release

2014-04-20 Thread Felix Johnson
On Sat, Apr 19, 2014 at 10:28 PM, Stefan Sperling wrote: > On Sat, Apr 19, 2014 at 09:51:59PM -1000, Felix Johnson wrote: > > I can scan the network with 'ifconfig zyd0 scan' and the ESSID I'm > > looking for shows up, but the radio keeps going up and down and I > > can't get dhcp working on it.

Re: Routine network config. gone wrong

2014-04-20 Thread Giancarlo Razzolini
Em 20-04-2014 18:09, Lubo Diakov escreveu: > Giancarlo, > > Is there a way for me to determine if the upstream ISP router is > misconfigured? nmap, wireshark, ??? > > I have no doubt it could be so, but they are not the friendliest > bunch, so before I say your equipment doesn't work right I would

Re: xbmc

2014-04-20 Thread Giancarlo Razzolini
Em 20-04-2014 12:55, Brad Smith escreveu: > On Sun, Apr 20, 2014 at 12:08:23PM +0200, St?phane Guedon wrote: >> Hello >> >> Is there anybody who has successfully set up xbmc on openbsd. >> I do not see any official port in the port tree, but is there a non >> official ? > I had started and had som

Re: Routine network config. gone wrong

2014-04-20 Thread Lubo Diakov
Giancarlo, Is there a way for me to determine if the upstream ISP router is misconfigured? nmap, wireshark, ??? I have no doubt it could be so, but they are not the friendliest bunch, so before I say your equipment doesn't work right I would like to have some proof. Suggestions on how to diagnose

Re: Routine network config. gone wrong

2014-04-20 Thread Lubo Diakov
Tomas, I realize the output I sent was partial, but think about it from my point of view. I'm not able to network the system, so SSH is impossible. Am I supposed to send digital pictures as attachments? IMHO an absurd waste of both your time and mine, not to mention wasted bandwidth. I wrote in te

Question on queues

2014-04-20 Thread Heinrich Rebehn
Hi all, i am trying to limit bandwidth use on a machine using queues. My pf.conf is: r...@vpngw.rebehn.net [~] # cat /etc/pf.conf # $OpenBSD: pf.conf,v 1.53 2014/01/25 10:28:36 dtucker Exp $ # # See pf.conf(5) for syntax and examples. # Remember to set net.inet.ip.forwarding=1 and/or net.i

Re: Ralink mystery usb mini WiFi adapter

2014-04-20 Thread Benjamin Baier
It's Advertised as an EP-N8508. It is most likely a rebrand, which uses the rtl8188cus (very low cost chip) This should be supported by the urtwn driver. Just need to recognize the USB device number. In this case it's idVendor 0x148f idProduct 0x7601. This makes me wonder, if there is a method to

Re: feature patch -> replace /etc/crontab by /etc/cron.d/

2014-04-20 Thread Henning Brauer
* Sélène [2014-04-11 12:25]: > Le 2014-04-09 00:48, czark...@gmail.com a écrit : > >Remy said: > >>here is a simple patch to replace /etc/crontab by /etc/cron.d/. > > > >FWIW why? > > I find it far easier to have multiples crontab files in /etc/cron.d/ i find /dev/var/local/etc.d/$hostname/etc/c

Re: Virtual firewalls with OpenBSD and PF

2014-04-20 Thread Henning Brauer
* Andy Lemin [2014-04-09 00:14]: > For PF, I wouldn't recommend using anchors as I *think* their slower where on earth are people getting this ridiculous ideas from? > You also want to be using tables if you want performance. that sentence makes no sense whatsoever. > Sent from my iPhone fid

Re: solved smtpd start

2014-04-20 Thread Stefan Sperling
On Sun, Apr 20, 2014 at 04:34:28PM +0200, Zoran Kolic wrote: > The same configuration worked without error on the console. It works now, > but console is flooded. Any more data needed? It looks like your kernel and X are out of sync. Are you sure you've upgraded X? The message "Mouse0: bad wsmous

Re: pdksh vi-like bindings

2014-04-20 Thread Joachim Schipper
On Sun, Apr 20, 2014 at 01:30:14PM +, Артур Истомин wrote: > On Sat, Apr 19, 2014 at 11:29:44PM +0200, joasia et damien wrote: > > - Wiadomość oryginalna - > > > On Fri, Apr 18, 2014 at 08:54:06AM +0200, joasia et damien wrote: > > > > Is there any way to change vi-bindings in pdksh? >

Re: xbmc

2014-04-20 Thread Brad Smith
On Sun, Apr 20, 2014 at 12:08:23PM +0200, St?phane Guedon wrote: > Hello > > Is there anybody who has successfully set up xbmc on openbsd. > I do not see any official port in the port tree, but is there a non > official ? I had started and had something sorta running but without sound. It requir

Re: solved smtpd start

2014-04-20 Thread Zoran Kolic
Sorry to add necessary data so late. It was a tight schedule and me in a hurry. Lattest current amd64. Dmesg: Apr 20 16:26:11 knossos syslogd: start Apr 20 16:26:11 knossos /bsd: OpenBSD 5.5-current (GENERIC.MP) #72: Tue Apr 15 10:51:03 MDT 2014 Apr 20 16:26:11 knossos /bsd: dera...@amd64.op

Re: High Fan Speed in Current 5.5

2014-04-20 Thread Kaya Saman
On 04/20/2014 03:56 PM, Stuart Henderson wrote: On 2014/04/20 15:49, Kaya Saman wrote: On 04/20/2014 03:16 PM, Stuart Henderson wrote: On 2014/04/20 15:11, Kaya Saman wrote: On 04/20/2014 11:52 AM, Stuart Henderson wrote: On 2014-04-19, Kaya Saman wrote: I hope someone can help me with this

Re: High Fan Speed in Current 5.5

2014-04-20 Thread Stuart Henderson
On 2014/04/20 15:49, Kaya Saman wrote: > On 04/20/2014 03:16 PM, Stuart Henderson wrote: > >On 2014/04/20 15:11, Kaya Saman wrote: > >>On 04/20/2014 11:52 AM, Stuart Henderson wrote: > >>>On 2014-04-19, Kaya Saman wrote: > I hope someone can help me with this... > > For some reason my

Re: High Fan Speed in Current 5.5

2014-04-20 Thread Kaya Saman
On 04/20/2014 03:16 PM, Stuart Henderson wrote: On 2014/04/20 15:11, Kaya Saman wrote: On 04/20/2014 11:52 AM, Stuart Henderson wrote: On 2014-04-19, Kaya Saman wrote: I hope someone can help me with this... For some reason my fans are spinning up at 3000RPM and making a lot of noise. I have

Re: Ralink mystery usb mini WiFi adapter

2014-04-20 Thread Alan Corey
I didn't buy Ralink on purpose. I've had issues with other products from them and generally prefer Atheros. If you want, I'll stick it back in its padded envelope and send it to you to experiment on. I think I'd like it back someday but if it won't work under OpenBSD it's useless. I hope to know

Re: High Fan Speed in Current 5.5

2014-04-20 Thread Kaya Saman
On 04/20/2014 03:16 PM, Stuart Henderson wrote: > On 2014/04/20 15:11, Kaya Saman wrote: >> On 04/20/2014 11:52 AM, Stuart Henderson wrote: >>> On 2014-04-19, Kaya Saman wrote: I hope someone can help me with this... For some reason my fans are spinning up at 3000RPM and making a lo

Re: pdksh vi-like bindings

2014-04-20 Thread Артур Истомин
On Sat, Apr 19, 2014 at 11:29:44PM +0200, joasia et damien wrote: > - Wiadomość oryginalna - > > > On Fri, Apr 18, 2014 at 08:54:06AM +0200, joasia et damien wrote: > > > Hello, > > > > > > Is there any way to change vi-bindings in pdksh? According to the > > > manual, there isn't, but ma

Re: High Fan Speed in Current 5.5

2014-04-20 Thread Stuart Henderson
On 2014/04/20 15:11, Kaya Saman wrote: > On 04/20/2014 11:52 AM, Stuart Henderson wrote: > >On 2014-04-19, Kaya Saman wrote: > >>I hope someone can help me with this... > >> > >>For some reason my fans are spinning up at 3000RPM and making a lot of > >>noise. I have a similar chassis m/b combo run

Re: High Fan Speed in Current 5.5

2014-04-20 Thread Kaya Saman
On 04/20/2014 11:52 AM, Stuart Henderson wrote: On 2014-04-19, Kaya Saman wrote: I hope someone can help me with this... For some reason my fans are spinning up at 3000RPM and making a lot of noise. I have a similar chassis m/b combo running FreeBSD 10 which runs almost silent. The processor

Re: Slow IO on SSD disk

2014-04-20 Thread Артур Истомин
On Sat, Apr 19, 2014 at 10:57:53PM +0200, Paco Esteban wrote: > On Sat, 19 Apr 2014, S?l?ne wrote: > > > Le 2014-04-18 18:59, Paco Esteban a ?crit?: > > >On Fri, 18 Apr 2014, sin wrote: > > > > > >>On Fri, Apr 18, 2014 at 12:39:16PM +0200, Paco Esteban wrote: > > >>> Hi all, > > >>> > > >>> I've i

Re: xbmc

2014-04-20 Thread Juan Francisco Cantero Hurtado
On Sun, Apr 20, 2014 at 12:08:23PM +0200, Stéphane Guedon wrote: > Hello > > Is there anybody who has successfully set up xbmc on openbsd. > I do not see any official port in the port tree, but is there a non > official ? > > Thanks for any answer. xbmc is really hard to integrate in a port. -

Re: High Fan Speed in Current 5.5

2014-04-20 Thread Stuart Henderson
On 2014-04-19, Kaya Saman wrote: > I hope someone can help me with this... > > For some reason my fans are spinning up at 3000RPM and making a lot of > noise. I have a similar chassis m/b combo running FreeBSD 10 which runs > almost silent. > > The processor usage on this machine isn't very hi

Re: PI-like board for OpenBSD?

2014-04-20 Thread Stuart Henderson
On 2014-04-20, Martin Braun wrote: > Hi > > I know that there isn't going to be any support for the Rasberry-PI, > but I have been looking for something similar that runs OpenBSD > without any problems. > > I am mainly interested because of the low power consumption and > because I want to have th

xbmc

2014-04-20 Thread Stéphane Guedon
Hello Is there anybody who has successfully set up xbmc on openbsd. I do not see any official port in the port tree, but is there a non official ? Thanks for any answer. [demime 1.01d removed an attachment of type application/pgp-signature which had a name of signature.asc]

Re: Configuring wireless and dhcp with zyd on 5.4-release

2014-04-20 Thread Stefan Sperling
On Sat, Apr 19, 2014 at 09:51:59PM -1000, Felix Johnson wrote: > I can scan the network with 'ifconfig zyd0 scan' and the ESSID I'm > looking for shows up, but the radio keeps going up and down and I > can't get dhcp working on it. Is the access point an OpenBSD machine, too? > The /etc/hostname.

Re: solved smtpd start

2014-04-20 Thread Stefan Sperling
On Sun, Apr 20, 2014 at 08:42:04AM +0200, Zoran Kolic wrote: > What remains is error on the console for wsmouse: > (WW) Mouse0: bad wsmouse event type=18 > I add xorg.log: Please also include a dmesg in your reports. Without dmesg nobody can tell whether you have a touchpad or not which is kind of

solved smtpd start

2014-04-20 Thread Zoran Kolic
Sorry to bother the list. The problem with not starting smtpd ended to be wrong owner of files in /var/spool/smtpd directory. What remains is error on the console for wsmouse: (WW) Mouse0: bad wsmouse event type=18 I add xorg.log: [75.268] (--) checkDevMem: using aperture driver /dev/xf86 [

Configuring wireless and dhcp with zyd on 5.4-release

2014-04-20 Thread Felix Johnson
I'm a bit new to OpenBSD and want to configure wireless networking, as a client to an existing access point. The box has a clean install of 5.4-release from install54.iso. The wireless device is a Belkin F5D7050 wireless G USB network adapter, which shows up as zyd0. I can scan the network with '

Re: smtpd and wsmouse problem after current upgrade

2014-04-20 Thread Brett Mahar
On Sun, 20 Apr 2014 08:18:45 +0200 Zoran wrote: | I upgraded to 15th april snapshot and found smtpd not able to start. Not authomatically, nor manually. During sysmerge I wrongly decided to set my old conf file and delete what was offered. Now, I cannot go any further. I type from the tablet.

Re: Ralink mystery usb mini WiFi adapter

2014-04-20 Thread Stefan Sperling
On Sat, Apr 19, 2014 at 10:23:06PM -0400, Alan Corey wrote: > So it does need a different driver, it's not just a matter of tweaking > a device ID somewhere? Looking closer, it seems to be a run(4) variant. At least the vendor driver groups it with other run(4) devices. That doesn't mean it will

smtpd and wsmouse problem after current upgrade

2014-04-20 Thread Zoran
I upgraded to 15th april snapshot and found smtpd not able to start. Not authomatically, nor manually. During sysmerge I wrongly decided to set my old conf file and delete what was offered. Now, I cannot go any further. I type from the tablet. Here is conf: listen on lo0 table aliases db:/etc/ma