Re: alias's - ksh

2014-04-21 Thread Philip Guenther
On Sun, Apr 20, 2014 at 9:47 PM, Nex6|Bill n6gh...@yahoo.com 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?

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

2014-04-21 Thread Stefan Sperling
On Sun, Apr 20, 2014 at 05:29:41PM -1000, Felix Johnson wrote: I used an Atheros-based nic (but the firmware wouldn't load, and yes, I copied it to /etc/firmware). Why manual copying? Running fw_update(1) was not an option? Does this nic actually get attached by a driver? And then I tried

Re: Ralink mystery usb mini WiFi adapter

2014-04-21 Thread Stuart Henderson
On 2014-04-20, Benjamin Baier program...@netzbasis.de wrote: 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

Interactive Unix System V/386 Release 3.2

2014-04-21 Thread Christopher Zimmermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, I got two SunSoft Unix System V 3.2 of 1994. With still sealed installation diskettes, user's and maintenance Guides. Anyone interested? I could ship them from germany. Christopher - -- http://gmerlin.de OpenPGP:

Re: Ralink mystery usb mini WiFi adapter

2014-04-21 Thread Juan Francisco Cantero Hurtado
On Sun, Apr 20, 2014 at 10:09:19PM +0200, Benjamin Baier wrote: 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

Re: Ralink mystery usb mini WiFi adapter

2014-04-21 Thread Liviu Daia
On 21 April 2014, Juan Francisco Cantero Hurtado i...@juanfra.info wrote: On Sun, Apr 20, 2014 at 10:09:19PM +0200, Benjamin Baier wrote: 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.

Re: alias's - ksh

2014-04-21 Thread Martin Brandenburg
Philip Guenther guent...@gmail.com wrote: On Sun, Apr 20, 2014 at 9:47 PM, Nex6|Bill n6gh...@yahoo.com 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

dhclient fallback lease declaration doesn't configure the interface

2014-04-21 Thread Alessandro DE LAURENZIS
Hello, 5.4-Rel here, GENERIC.MP kernel. Rather often I need to connect my laptop to networks without DHCP service (sometimes I use a direct connection through a crossover cable, too); so it would be nice to have a semi-automatic configuration procedure. I'm trying to exploit the dhclient's

Re: alias's - ksh

2014-04-21 Thread Philip Guenther
On Mon, Apr 21, 2014 at 7:22 AM, Martin Brandenburg mar...@martinbrandenburg.com wrote: ... I'm going to add that .profile may be read by non-terminal login software (xdm, etc.) as well, so it's not a bad idea to limit terminal initialization stuff to interactive login sessions: Hmm, I haven't

Re: alias's - ksh

2014-04-21 Thread Adam Thompson
On 14-04-21 09:36 AM, Philip Guenther wrote: Hmm, I haven't seen anything like that in many many years. $ENV used to be processed by non-interactive scripts, but that was a bug fixed in 2007. I would be interested in hearing details of specific cases where .profile is parsed by non-terminal

Automatic console locking at system suspend

2014-04-21 Thread Alessandro DE LAURENZIS
Hello, I google-ed a lot, but it seems that there is no trivial solution to this point. I extensively use console (and tmux), ending up with a lot of simultaneously open shells; I normally suspend my laptop when I leave, so it would be a security enhancement to automatically lock all of them.

Re: alias's - ksh

2014-04-21 Thread Philip Guenther
On Mon, Apr 21, 2014 at 7:49 AM, Adam Thompson athom...@athompso.net wrote: On 14-04-21 09:36 AM, Philip Guenther wrote: Hmm, I haven't seen anything like that in many many years. $ENV used to be processed by non-interactive scripts, but that was a bug fixed in 2007. I would be interested in

OpenBSD - Linux compatibility

2014-04-21 Thread Mihai Popescu
Is there a paper explaining the purpose of Linux compatibility in OpenBSD? I'm not from UNIX time and I'm curious when and why this feature was added. Thanks.

Re: alias's - ksh

2014-04-21 Thread Adam Thompson
On 14-04-21 09:56 AM, Philip Guenther wrote: On Mon, Apr 21, 2014 at 7:49 AM, Adam Thompson athom...@athompso.net wrote: I have developers using Ant deploy scripts that SSH into the target host repeatedly, once for every build step. Ant does a reasonably good job of emulating a terminal and

Re: OpenBSD - Linux compatibility

2014-04-21 Thread Philip Guenther
On Mon, Apr 21, 2014 at 8:20 AM, Mihai Popescu mih...@gmail.com wrote: Is there a paper explaining the purpose of Linux compatibility in OpenBSD? I'm not from UNIX time and I'm curious when and why this feature was added. It actually predates OpenBSD, being part of the original import when

Re: OpenBSD - Linux compatibility

2014-04-21 Thread Theo de Raadt
On Mon, Apr 21, 2014 at 8:20 AM, Mihai Popescu mih...@gmail.com wrote: Is there a paper explaining the purpose of Linux compatibility in OpenBSD? I'm not from UNIX time and I'm curious when and why this feature was added. It actually predates OpenBSD, being part of the original import when

Re: OpenBSD - Linux compatibility

2014-04-21 Thread Kevin Chadwick
previously on this list Mihai Popescu contributed: Is there a paper explaining the purpose of Linux compatibility in OpenBSD? I'm not from UNIX time and I'm curious when and why this feature was added. If you want to run say Opera that cannot be recompiled then you need it. Unfortunately the

After the upgrade with the last snapshot all traffic flow only on default queue

2014-04-21 Thread Atanas Vladimirov
Hi, Sorry for the noise, but after the upgrade with the last snapshot all traffic flows only on default queue. [ns]~$ systat queue QUEUE BW SCH PRIO PKTSBYTES DROP_P DROP_B QLEN BORROW SUSPEN P/S B/S rootq 100M

Re: OpenBSD - Linux compatibility

2014-04-21 Thread Zoran Kolic
It exists on freebsd, but I never used it. I remove every bit of not necessary code from the kernel to prove manhood, or whatever you call it. Compability should enable you to run linux binaries. At the mo- ment almost every known app works on openbsd or free bsd. Personally, I do not care having

[no subject]

2014-04-21 Thread jendavis
The original message was received at Mon, 21 Apr 2014 11:26:46 +0800 from nmsu.edu [129.247.149.220] - The following addresses had permanent fatal errors - misc@openbsd.org [demime 1.01d removed an attachment of type application/octet-stream which had a name of readme.zip]

Re: Automatic console locking at system suspend

2014-04-21 Thread Ted Unangst
On Mon, Apr 21, 2014 at 16:51, Alessandro DE LAURENZIS wrote: Hello, I google-ed a lot, but it seems that there is no trivial solution to this point. I extensively use console (and tmux), ending up with a lot of simultaneously open shells; I normally suspend my laptop when I leave, so it

Re: After the upgrade with the last snapshot all traffic flow only on default queue

2014-04-21 Thread Atanas Vladimirov
On 21.04.2014 19:38, Atanas Vladimirov wrote: Hi, Sorry for the noise, but after the upgrade with the last snapshot all traffic flows only on default queue. [ns]~$ systat queue QUEUE BW SCH PRIO PKTSBYTES DROP_P DROP_B QLEN BORROW SUSPEN P/S B/S

Re: High Fan Speed in Current 5.5

2014-04-21 Thread Mihai Popescu
[ OpenBSD related discussion removed] It may be this problem is not software related. Try to check the following: - thermal paste from the CPU is not dry (remove it anyway and reapply a fresh one) - heatsink fins are not filled in with dust (if so, clean it) - heatpipes, if present on heatsink,

Re: Routine network config. gone wrong

2014-04-21 Thread Tomáš Bodžár
Well, you wasted time of a lot of the people stripping out important info just because you thought that it is not important. Link to picture of those outputs somewhere on Internet is zillion times better then trying explain in number of emails why do you think opposite. And why? Because of No

NFS server export node

2014-04-21 Thread Alessandro DE LAURENZIS
Folks, still unclear after reading the hier man page where is the most suitable node for a NFS server export directory. I would like to stay as much close as possible to the BSD tradition, so I would put data for or from services inside /var, but it seems that no predefined standard node is

Re: NFS server export node

2014-04-21 Thread Adam Thompson
There is no standard place. Many sites put all their exports under /export, but for N sites using NFS there are probably log(N) ways to do it. I am unaware of any preference OpenBSD has, perhaps someone else has a more relevant insight? -Adam On April 21, 2014 2:39:43 PM CDT, Alessandro DE

Re: NFS server export node

2014-04-21 Thread Ted Unangst
On Mon, Apr 21, 2014 at 21:39, Alessandro DE LAURENZIS wrote: Folks, still unclear after reading the hier man page where is the most suitable node for a NFS server export directory. Wherever you like? /export or /data are convenient choices. The rules for export make separate filesystems the

Re: After the upgrade with the last snapshot all traffic flow only on default queue

2014-04-21 Thread Stuart Henderson
In gmane.os.openbsd.misc, Atanas Vladimirov wrote: On 21.04.2014 19:38, Atanas Vladimirov wrote: Hi, Sorry for the noise, but after the upgrade with the last snapshot all traffic flows only on default queue. Can you describe your environment in a little more detail? Are you using pfsync or

Re: After the upgrade with the last snapshot all traffic flow only on default queue

2014-04-21 Thread Atanas Vladimirov
Ok. Thanks for your time. On 21.04.2014 23:46, Stuart Henderson wrote: This is what I'm wondering, which is why I cc'd henning on my reply to you - my pf queue setup is in a place which is awkward for me to test at the moment so I can't check it myself yet. On 2014/04/21 23:42, Atanas

Re: Virtual firewalls with OpenBSD and PF

2014-04-21 Thread Andy Lemin
On 20 Apr 2014, at 19:24, Henning Brauer lists-open...@bsws.de wrote: * Andy Lemin a...@brandwatch.com [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? Can't remember. Thanks for

Re: Automatic console locking at system suspend

2014-04-21 Thread Alex Shupikov
Hello Try slock -- http://tools.suckless.org/slock/ 2014-04-22 1:51 GMT+11:00 Alessandro DE LAURENZIS just22@gmail.com: ... Of course, any suitable alternatives would be welcome. -- //Alex

Getting stylus working on Thinkpad X61 tablet

2014-04-21 Thread Bryan Linton
Hello list, [dmesg attached below] I recently purchased a Thinkpad X61 tablet (manufactured circa 2006) and have not been able to get the stylus to work with the screen in OpenBSD. It worked fine with the Windows 7 install that came with it, so I know the hardware itself is fine. From reading

Re: alias's - ksh

2014-04-21 Thread Eric Furman
On Mon, Apr 21, 2014, at 04:11 AM, Philip Guenther wrote: On Sun, Apr 20, 2014 at 9:47 PM, Nex6|Bill n6gh...@yahoo.com 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

Re: Ralink mystery usb mini WiFi adapter

2014-04-21 Thread Tomas Bodzar
On Sat, Apr 19, 2014 at 8:12 AM, Alan Corey alan01...@gmail.com wrote: I just got a cheap USB WiFi adapter that I thought was a Realtek for some reason, turned out to be Ralink. I was interested in small because I want to mount it at the focal point of a TVRO satellite dish. If I'd known it

Re: dhclient fallback lease declaration doesn't configure the interface

2014-04-21 Thread Tomas Bodzar
On Mon, Apr 21, 2014 at 4:29 PM, Alessandro DE LAURENZIS just22@gmail.com wrote: Hello, 5.4-Rel here, GENERIC.MP kernel. Rather often I need to connect my laptop to networks without DHCP service (sometimes I use a direct connection through a crossover cable, too); so it would be nice

Re: Automatic console locking at system suspend

2014-04-21 Thread Tomas Bodzar
On Mon, Apr 21, 2014 at 4:51 PM, Alessandro DE LAURENZIS just22@gmail.com wrote: Hello, I google-ed a lot, but it seems that there is no trivial solution to this point. I extensively use console (and tmux), ending up with a lot of simultaneously open shells; I normally suspend my