Pedro TimC3teo wrote:
> Thanks, but all the solutions presented in that thread can't clear the
> screen when you're typing something AND keep what you've already typed.
Why don't you add support for ^L yourself then?
-d
On Fri, 21 Jul 2006 15:41:07 +0100, Pedro Timsteo wrote
> Speaking of ksh, is there any way to configure it to clear the
> screen with CTRL+L, as bash does?
>
> Thanks.
clear
On Mon, 17 Jul 2006, Otto Moerbeek wrote:
Another thing is to move to larger block and fragment sizes. Depending
on the size distribution of your files, this will waste some space,
though.
I tested 1TB filesystems with varying block and fragment sizes, and it
is really nice to see the speedup o
Just to remember that I don't have any problem, and I didn't start
this thread ;)
On 7/21/06, Blitzkrieg <[EMAIL PROTECTED]> wrote:
steven mestdagh wrote:
> Andris [2006-07-21, 09:09:45]:
>> I do this when I know the package name:
>>
>> 1. ftp $PKG_PATH
>>
>> 2. ls kdel*
>>
>> -r--r--r-- 1 100
On Friday 21 July 2006 18:38, Walter Haidinger wrote:
> On Fri, 21 Jul 2006, Mike Frantzen wrote:
> > Reassemble TCP does aggressive TCP PAWs checks on the TCP timestamps.
> > It does the usual PAWs check to make sure a timestamp is not older than
> > the last echoed value - which is in theory a wr
Various wrote:
> Subject: Re: Forward IP to remote location
> Date: Fri, 21 Jul 2006 15:47:24 -0400
> Message-ID: <[EMAIL PROTECTED]>
> From: "Dan Farrell" <[EMAIL PROTECTED]>
> To: "Nguyen Manh Thang" <[EMAIL PROTECTED]>,
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAI
Your message
To: [EMAIL PROTECTED]
Subject: Mail Delivery (failure [EMAIL PROTECTED])
Sent:Fri, 21 Jul 2006 12:30:33 -0700
did not reach the following recipient(s):
[EMAIL PROTECTED] on Fri, 21 Jul 2006 12:14:57 -0700
The e-mail account does not exist at the organization this
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of
> Nguyen Manh Thang
> Sent: Friday, July 21, 2006 6:00 AM
> To: misc@openbsd.org
> Subject: Forward IP to remote location
>
> Hi,
> I'm trying to forward one or more IP addresses from one location to
> an
steven mestdagh wrote:
> Andris [2006-07-21, 09:09:45]:
>> I do this when I know the package name:
>>
>> 1. ftp $PKG_PATH
>>
>> 2. ls kdel*
>>
>> -r--r--r-- 1 100 100 20614454 Mar 4 18:38 kdelibs-3.5.1p0.tgz
>>
>> 3. bye
>>
>> 4. sudo pkg_add kdelibs-3.5.1p0.tgz
>
> you could just use
>
> pkg
Marco Peereboom wrote:
> Jason Wright did the whole world a favor and ported OpenBSD's
> ksh to Linux. You can find it at
> http://www.peereboom.us/ksh_linux.html I created a cygwin port
> that is hidden at: http://www.peereboom.us/ksh_cygwin.html
mksh is a nice port as well. On my Linux deskto
From: [EMAIL PROTECTED]
> > Not again ..
> >
> > http://marc.theaimsgroup.com/?l=openbsd-misc&m=114885344906668&w=2
> >
> >
> Thanks, but all the solutions presented in that thread can't
> clear the
> screen when you're typing something AND keep what you've
> already typed.
These threads gr
On Jul 21, 2006, at 12:26 PM, Ashley Moran wrote:
Hi
We have a website on a server in our DMZ that hits a webservice
over SSL
identified by an external IP. However, the webservice is on the
same box.
PF won't route requests to the external IP that come in on the DMZ
interface
back out o
On Fri, 21 Jul 2006, Mike Frantzen wrote:
> Reassemble TCP does aggressive TCP PAWs checks on the TCP timestamps.
> It does the usual PAWs check to make sure a timestamp is not older than
> the last echoed value - which is in theory a wrapped sequence number.
> It also does its aggressive check to
On 2006/07/21 17:13, Pedro Timsteo wrote:
> In bash, I often type a command, but then think "I want to have all the
> xterm for this", so I press CTRL-L and then RETURN.
alt # (or # does nicely on a uk keyboard)
cls (or clear if you don't . /etc/ksh.kshrc in your profile)
[cursor up twice]
it's
On 2006/07/21 17:26, Ashley Moran wrote:
> I've tried making it hit the internal DMZ IP of the web server, but then you
> get trust errors because the certificate is not issued for 10.0.0.15.
split dns (or /etc/hosts, but split dns is likely to be easier to
find in the future when it changes addr
Hi
We have a website on a server in our DMZ that hits a webservice over SSL
identified by an external IP. However, the webservice is on the same box.
PF won't route requests to the external IP that come in on the DMZ interface
back out of the same interface, so we can't hit it.
I've tried ma
Paul de Weerd wrote:
On Fri, Jul 21, 2006 at 03:41:07PM +0100, Pedro Tim?teo wrote:
| Speaking of ksh, is there any way to configure it to clear the screen
| with CTRL+L, as bash does?
Not again ..
http://marc.theaimsgroup.com/?l=openbsd-misc&m=114885344906668&w=2
Thanks, but all the solu
Pedro Timsteo wrote:
Speaking of ksh, is there any way to configure it to clear the screen
with CTRL+L, as bash does?
Thanks.
Was in the mailing list before I guess, but you can bind it (being
Ctrl-L) on your .profile or .kshrc,
bind -m '^L'=clear^M
like the "clear" command?
On 7/21/06, Pedro Timsteo <[EMAIL PROTECTED]> wrote:
Speaking of ksh, is there any way to configure it to clear the screen
with CTRL+L, as bash does?
Thanks.
On Fri, Jul 21, 2006 at 03:41:07PM +0100, Pedro Tim?teo wrote:
| Speaking of ksh, is there any way to configure it to clear the screen
| with CTRL+L, as bash does?
Not again ..
http://marc.theaimsgroup.com/?l=openbsd-misc&m=114885344906668&w=2
Cheers,
Paul 'WEiRD' de Weerd
--
>[<++
Speaking of ksh, is there any way to configure it to clear the screen
with CTRL+L, as bash does?
Thanks.
Andris [2006-07-21, 09:09:45]:
> I do this when I know the package name:
>
> 1. ftp $PKG_PATH
>
> 2. ls kdel*
>
> -r--r--r-- 1 100 100 20614454 Mar 4 18:38 kdelibs-3.5.1p0.tgz
>
> 3. bye
>
> 4. sudo pkg_add kdelibs-3.5.1p0.tgz
you could just use
pkg_add -i kdelibs
Disclaimer: http://www
> I have been thinking about encrypting some private files on my laptop,
> in case it gets stolen.
I have a general comment, and a specific software suggestion:
General comment:
Whatever encryption solution you use, think seriously about backups!
That is, if your data is important enough to encr
Sorry, 'modulate tcp' was a thinko. I had been meaning to move
'modulate state' into the scrubber for a long time.
Reassemble TCP does aggressive TCP PAWs checks on the TCP timestamps.
It does the usual PAWs check to make sure a timestamp is not older than
the last echoed value - which is in theo
dd if=/de
hit tab at the end of that command on ksh and then on zsh. Nuff said.
Bash is the size of a house and less than 1% of its functionality is
like, functional.
Jason Wright did the whole world a favor and ported OpenBSD's ksh to
Linux. You can find it at http://www.peereboom.us/ksh_
I do this when I know the package name:
1. ftp $PKG_PATH
2. ls kdel*
-r--r--r-- 1 100 100 20614454 Mar 4 18:38 kdelibs-3.5.1p0.tgz
3. bye
4. sudo pkg_add kdelibs-3.5.1p0.tgz
On Thu, 20 Jul 2006, Daniel E. Hassler wrote:
> I was hoping he could try 'set debug loud' in his pf.conf and check his
> /var/log/messages file after testing a problem site.
> If he sees messages similar to the one's I've seen maybe we both know a little
> more.
Unfortunately not. When I set deb
On Thu, 20 Jul 2006, Steve Welham wrote:
> Get tcpdumps on both router interfaces with and without the "reassemble
> tcp" option. Do this for a similar file on both a working website and
> broken (ebay) website.
I have now. Got a dump of the following request (all on a single line):
wget -nd -O /
There goes the fool again :-(
It was supposed to go to a differrent address again!
sorry folks, lack of sleep.
--Siju
On 7/21/06, Siju George <[EMAIL PROTECTED]> wrote:
Hi,
One of the problems while using the OpenBSD firewall was that there
was no support for UPnP.
This made it impossible to
thats exactly it! i turned it on during testing.
just to note - i don't see this on other systems that operate in carp
environments, but this noisy-ass colo facility has ciscowned vrrp
everywhere - so it must be that
thanks again!
On 7/21/06, Marco Pfatschbacher <[EMAIL PROTECTED]> wrote:
On
Hi,
One of the problems while using the OpenBSD firewall was that there
was no support for UPnP.
This made it impossible to use the audio/video functionality of MSN
Messenger (or Windows Messenger) through an firewall, because for them
to work you need UPnP on your firewall.
http://miniupnp.fre
Hi,
I'm trying to forward one or more IP addresses from one location to
another. Location A has xxx.xxx.xxx.96/27 IP addresses. In Location A there
is a CISCO Router, but I don't have access to this router. Location B is
connected to the Internet using cable modem. The IP address that comes to
the
Hi all,
I am buying a set of DELL servers (PE850) using the Pentium D 820 800FSB
DualCore.
1) I would like to konw if this hardware (DELL PE850, and more accurately with
this processor)
is fully supported by OpenBSD (else i will choose other servers).
2) I have heard aboud problem in the
On Fri, Jul 21, 2006 at 02:50:04PM +1000, Alex Strawman wrote:
> I'm experiencing some weird carp issues - it is working ok, however my
> logs are being filled with this:
>
> the systems are in an environment with ciscowned vrrp traffic - is
> that the cause?
Likely,
though per default carp shoul
Spruell, Darren-Perot wrote:
From: Pekka Niiranen
I installed OpenBSD/current on 8.July because the official v3.9
had a nasty bug: if I did not keep on pressing "enter " during
dmesg -listings of boot, the keyboard did not respond at logon prompt.
I am using AMD64 with Linksys KVM dual port swit
On Fri, 21 Jul 2006 06:00:00 +0200, Peter Philipp wrote:
>I sense angryness in the force. Eric you stay out of it. This is between
>me and Rahul.
>
So take it off the list. It has been here waay too long.
Don't reply to me. It will not get looked at except by /dev/null.
_
Depressed? M
36 matches
Mail list logo