how to set PATH in xterm

2007-07-02 Thread David Burau
Hi, I'm shure it's just a very small problem, but i can't figure out, what to do. Im runnig OpenBSD 4.0 and i don't know how to set the PATH in xterm. I want to set it to $HOME/bin. The Shell is ksh. In the console it works, but not in xterm. Thank you! David Burau

Re: how to set PATH in xterm

2007-07-02 Thread Srebrenko Sehic
On 7/2/07, David Burau <[EMAIL PROTECTED]> wrote: Hi, I'm shure it's just a very small problem, but i can't figure out, what to do. Im runnig OpenBSD 4.0 and i don't know how to set the PATH in xterm. I want to set it to $HOME/bin. The Shell is ksh. In the console it works, but not in xterm. J

Re: how to set PATH in xterm

2007-07-02 Thread David Burau
> Just start xterm with -ls. It will read you .profile and set the PATH > correctly. This works. Thank you! David Burau

openvpn on openbsd 4.1

2007-07-02 Thread sonjaya
Dear all i have installed openvpn from ports dan i try follow manual like this : # pwd /etc/openvpn/easy-rsa/2.0 # ./vars NOTE: If you run ./clean-all, I will be doing a rm -rf on /etc/openvpn/easy-rsa/2.0/keys # ./clean-all # ./build-ca Please edit the vars script to reflect your configuratio

Re: can not install binaries with pkg_add

2007-07-02 Thread Alden Pierre
Darren Spruell wrote: On 7/1/07, Alden Pierre <[EMAIL PROTECTED]> wrote: Darren Spruell wrote: > On 7/1/07, Alden Pierre <[EMAIL PROTECTED]> wrote: >> Hello All, >> >>I'm having a hard time trying to install packages on my machine. >> 1. PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packag

Re: openvpn on openbsd 4.1

2007-07-02 Thread Mike Erdely
On Mon, Jul 02, 2007 at 07:19:23PM +0700, sonjaya wrote: > i have installed openvpn from ports dan i try follow manual like this : > # pwd > /etc/openvpn/easy-rsa/2.0 > # ./vars > NOTE: If you run ./clean-all, I will be doing a rm -rf on > /etc/openvpn/easy-rsa/2.0/keys > # ./clean-all > # ./buil

Re: openvpn on openbsd 4.1

2007-07-02 Thread sonjaya
the all script is working when i try input manual env , all in vars . On 7/2/07, Mike Erdely <[EMAIL PROTECTED]> wrote: On Mon, Jul 02, 2007 at 07:19:23PM +0700, sonjaya wrote: > i have installed openvpn from ports dan i try follow manual like this : > # pwd > /etc/openvpn/easy-rsa/2.0 > # .

Re: openvpn on openbsd 4.1

2007-07-02 Thread Cezary Morga
> Dear all > > i have installed openvpn from ports dan i try follow manual like this : > # pwd > /etc/openvpn/easy-rsa/2.0 > # ./vars type source ./vars or . ./vars (note the dot and the space) Regards, -- Cezary Morga GG# 169903 ICQ# 328-700-565 Jabber therek(at)jabber.autocom.pl; therek(at

Re: openvpn on openbsd 4.1

2007-07-02 Thread Dominik Zalewski
On Monday 02 July 2007 03:19:23 pm sonjaya wrote: > Dear all > > i have installed openvpn from ports dan i try follow manual like this : > # pwd > /etc/openvpn/easy-rsa/2.0 > # ./vars > NOTE: If you run ./clean-all, I will be doing a rm -rf on > /etc/openvpn/easy-rsa/2.0/keys > # ./clean-all > #

Re: openvpn on openbsd 4.1

2007-07-02 Thread sonjaya
yes i have ready run it , but i see in my env not show , so i put all manual in vars. On 7/2/07, Cezary Morga <[EMAIL PROTECTED]> wrote: > Dear all > > i have installed openvpn from ports dan i try follow manual like this : > # pwd > /etc/openvpn/easy-rsa/2.0 > # ./vars type source ./vars or

Re: can not install binaries with pkg_add

2007-07-02 Thread Edd Barrett
Hi there, This file: /var/tmp/pkgout.V6ybCkITOgB Looks like a temp file used by pkg_add, perhaps pkg_add died and didnt get time to clean up? Try moving it to your home directory or somewhere, then retry. That way if you do need this file, you can put it back! -- Best Regards Edd -

Re: can not install binaries with pkg_add

2007-07-02 Thread Cristiano Deana
2007/7/2, Alden Pierre <[EMAIL PROTECTED]>: >> > You probably didn't export PKG_PATH into your environment: Here is all of my exported variables from my .profile. env | grep PKG_PATH comes back with the ftp site I have set in my .profile. PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:

Re: ftp-proxy binat design -- Was: Re: binat questions

2007-07-02 Thread Karl O. Pinc
On 07/01/2007 12:53:59 PM, Camiel Dobbelaar wrote: On Sun, 1 Jul 2007, Karl O. Pinc wrote: > The basic idea is to modify ftp-proxy so it adds binat > rules to it's anchors. You cannot use port in binat rules, so that would not work. I think this problem can only be fixed in pf itself,

ThinCan thinclient - Anyone had a play?

2007-07-02 Thread Edd Barrett
Hey, Has anyone had a play around with a "thincan" thin client with OpenBSD? Looks like a bit of fun: http://www.artecgroup.com/thincan/ Not much is answered on thier web site, but as far as i can see it is a thinclient (geode x86 CPU) which boots an small image (via CF or "etherboot" protocol)

Re: openvpn on openbsd 4.1

2007-07-02 Thread Stuart Henderson
On 2007/07/02 19:54, sonjaya wrote: > yes i have ready run it Yes, that's the problem, you should have sourced it (in your shell's environment) not run it (in a new one). > Please edit the vars script to reflect your configuration, > then source it with "source ./vars". Unfortunately the OpenV

Re: Soekris net5501 IPsec performance?

2007-07-02 Thread Chris Cappuccio
Christian Weisgerber [EMAIL PROTECTED] wrote: > So... > Has anybody checked how much traffic you can push through a net5501 > serving as an IPsec gateway? > There are plenty of examples of people running the openssl benchmark routine. > Has anybody tried a vpn1411 in a net5501 yet? > It alrea

Re: can not install binaries with pkg_add

2007-07-02 Thread Alden Pierre
Edd Barrett wrote: Hi there, This file: /var/tmp/pkgout.V6ybCkITOgB Looks like a temp file used by pkg_add, perhaps pkg_add died and didnt get time to clean up? Try moving it to your home directory or somewhere, then retry. That way if you do need this file, you can put it back! Interesti

Re: can not install binaries with pkg_add

2007-07-02 Thread Mike Erdely
On Mon, Jul 02, 2007 at 10:53:44AM -0400, Alden Pierre wrote: > Interestingly enough when I attempt to do 'ls -la /var/tmp/' the only > file that's there is a vi.recovery directory. The beauty of this is > when ever I try to retype 'pkg_add -i screen', the file is always > something different.

Re: can not install binaries with pkg_add

2007-07-02 Thread Edd Barrett
On 02/07/07, Alden Pierre <[EMAIL PROTECTED]> wrote: Edd Barrett wrote: Interestingly enough when I attempt to do 'ls -la /var/tmp/' the only file that's there is a vi.recovery directory. The beauty of this is when ever I try to retype 'pkg_add -i screen', the file is always something different.

Re: can not install binaries with pkg_add

2007-07-02 Thread Alden Pierre
Cristiano Deana wrote: 2007/7/2, Alden Pierre <[EMAIL PROTECTED]>: >> > You probably didn't export PKG_PATH into your environment: Here is all of my exported variables from my .profile. env | grep PKG_PATH comes back with the ftp site I have set in my .profile. PATH=/sbin:/usr/sbin:/bin:

Re: how to set PATH in xterm

2007-07-02 Thread Joachim Schipper
On Mon, Jul 02, 2007 at 10:27:20AM +0200, David Burau wrote: > > Just start xterm with -ls. It will read you .profile and set the PATH > > correctly. > > This works. Thank you! For a more permanent solution, place the following in ~/.Xdefaults: XTerm.loginShell: true Of course, this is a far mo

acpi suspend?

2007-07-02 Thread Vim Visual
Hi, I kindly ask in advance not to be stoned after I have asked the question I am about to ask. I am a good boy, I buy the CDs, the T-shirts, learn every day a bit more of OpenBSD and read a couple of man pages before going to sleep Ok? Now the question... "How are the chances that "sus

Re: acpi suspend?

2007-07-02 Thread Artur Grabowski
"Vim Visual" <[EMAIL PROTECTED]> writes: > "How are the chances that "suspend" is implemented in ACPI for 4.2??" 1% I had a prototype almost working at one point, messed it up without saving the working version, then never had time or energy to go back to it and noone else has picked it

Re: how to set PATH in xterm

2007-07-02 Thread Edd Barrett
Hello, On 02/07/07, David Burau <[EMAIL PROTECTED]> wrote: Hi, I'm shure it's just a very small problem, but i can't figure out, what to do. Im runnig OpenBSD 4.0 and i don't know how to set the PATH in xterm. I want to set it to $HOME/bin. The Shell is ksh. In the console it works, but not in

Re: following stable, extra file sets?

2007-07-02 Thread Ulrich Kahl
Am Sat, 30 Jun 2007 16:19:24 -0500 schrieb Aaron <[EMAIL PROTECTED]>: > James Hartley wrote: > > On 6/30/07, *Aaron* <[EMAIL PROTECTED] > > > wrote: > > > > What i found strange is now it seems as if i have gained the > > misc41 and > > game41 file sets as a r

Re: following stable, extra file sets?

2007-07-02 Thread Ted Unangst
On 6/30/07, Aaron <[EMAIL PROTECTED]> wrote: Ok this has answered the question, and thanks.This raises another question for me.. If updating just the sets that you install, and I am making an assumption here that people would want to update code when needed, and be supported, why even give th

Re: ThinCan thinclient - Anyone had a play?

2007-07-02 Thread Greg Thomas
On 7/2/07, Edd Barrett <[EMAIL PROTECTED]> wrote: Hey, Has anyone had a play around with a "thincan" thin client with OpenBSD? Looks like a bit of fun: http://www.artecgroup.com/thincan/ Not much is answered on thier web site, but as far as i can see it is a thinclient (geode x86 CPU) which boo

booting to ignore fstab

2007-07-02 Thread David B.
Hi, hate to bother. I'm working in 3.8 and I've run across something new and can't figure out. For some reason, on this box a drive isn't mounting, and the boot blows and asks for shell. so, I go to shell and I've tried to edit the fstab file to remark out the mountpoint that's gone bad. First o

Re: can not install binaries with pkg_add

2007-07-02 Thread Philip Guenther
On 7/1/07, Alden Pierre <[EMAIL PROTECTED]> wrote: I'm having a hard time trying to install packages on my machine. 1. PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/i386/ 2. pkg_add -i screen gives me the following: sh: cannot create /var/tmp/pkgout.V6ybCkITOgB: F

Re: SSH brute force attacks no longer being caught by PF rule

2007-07-02 Thread Steve B
On 6/28/07, Martin Schrvder <[EMAIL PROTECTED]> wrote: > > 2007/6/28, J.D. Bronson <[EMAIL PROTECTED]>: > > so if it wont write to a file...I presume it blocks > > whats listed in /etc/tables/scanners permanently and then only > > blocks NEW offenders via kernel memory? > > (can someone clarify my

Re: booting to ignore fstab

2007-07-02 Thread Woodchuck
On Mon, 2 Jul 2007, David B. wrote: > Hi, hate to bother. I'm working in 3.8 and I've run across something new > and can't figure out. For some reason, on this box a drive isn't > mounting, and the boot blows and asks for shell. so, I go to shell and > I've tried to edit the fstab file to remark

Re: SSH brute force attacks no longer being caught by PF rule

2007-07-02 Thread Peter N. M. Hansteen
"Steve B" <[EMAIL PROTECTED]> writes: > I'm the one who started this thread. If I can block them for an hour without > a table that would be even better. Sure, you could have a frequently running cron job which does a pfctl -t bruteforce -T expire 3600 (OpenBSD 4.1 onwards) or use expiretable.

Trunk(4), vlan problems

2007-07-02 Thread Fredrik Carlsson
Hi, I'm trying to set up an OpenBSD router against two switches (failover solution), the switches have a cable between them. em0 - connects to switch01 port 1 (switch01 addr: 10.10.1.18) em1 - connects to switch02 port 1 (switch02 addr: 10.10.1.19) switch 1 and 2 has a management vlan tagged o

apm panic

2007-07-02 Thread bdz
if i enable the APMDEBUG option the kernel goes into ddb while booting. the problem comes sys/arch/i386/i386/[EMAIL PROTECTED]: DPRINTF(("%s: %x\n", ba->bios_dev, ba->bios_apmp->apm_detail)); ba->bios_dev is "pcibios" there is a test wether ba->bios_dev is "apm". that means that my bios is not

Re: booting to ignore fstab

2007-07-02 Thread Ingo Schwarze
Woodchuck wrote on Mon, Jul 02, 2007 at 03:31:04PM -0400: > On Mon, 2 Jul 2007, David B. wrote: >> Hi, hate to bother. I'm working in 3.8 Hm, this is unrelated, but anyway: Release 3.8 is past its end of life and no more supported. You should upgrade to release 4.1 soon - you *do* want to have b

Re: Soekris net5501 IPsec performance?

2007-07-02 Thread Christian Weisgerber
Chris Cappuccio <[EMAIL PROTECTED]> wrote: > > Has anybody checked how much traffic you can push through a net5501 > > serving as an IPsec gateway? > > There are plenty of examples of people running the openssl benchmark routine. Benchmarking OpenSSL is not an application I'm interested in, in t

Re: Troubleshooting NFS/SFU

2007-07-02 Thread David Higgs
On 5/15/07, John Nietzsche <[EMAIL PROTECTED]> wrote: Dear folks, i am trying to get my windows boxes access nfs directly by means of SFU, too! I would like to have a global mount, say drive g: to mount from my home directories. Is it possible? How have you been doing in order to get a global d

Bad performance on ThinkPad T41 (-current checked out on July 1)

2007-07-02 Thread Martin Toft
I have run -current on my ThinkPad T41 laptop for nearly a year, and until now it has worked really well. Recently I bought a new disk for the machine and in connection with this I reinstalled OpenBSD using the most recent snapshot and then updated the system to -current. Unlike before, I now exp

kerberos - incorrect net address

2007-07-02 Thread Douglas Maus
Could someone help me understand IP addresses, DNS, and Kerberos on OpenBSD? I was getting "incorrect net address" when trying to kinit, and I found that switching 2 lines in /etc/hosts putting first 10.0.1.201 auth.my.realm auth before ::1 auth.my.realm auth fixed this, but I don't understand t

Re: Bad performance on ThinkPad T41 (-current checked out on July 1)

2007-07-02 Thread Jonathan Gray
On Tue, Jul 03, 2007 at 03:31:49AM +0200, Martin Toft wrote: > I have run -current on my ThinkPad T41 laptop for nearly a year, and > until now it has worked really well. Recently I bought a new disk for > the machine and in connection with this I reinstalled OpenBSD using the > most recent snapsh

Re: i386 performance degradation since recent snapshots

2007-07-02 Thread Landry Breuil
2007/6/28, Brian Candler <[EMAIL PROTECTED]>: > > > i'm encountering a real performance problem since a recent update : > > - previous snapshots dated around 22 may was working perfectly, > launching my > > session (xfce) took around 10-15sec. Launching firefox took around 5secs > > - updated last