wget can handle multiple files last time I used.
wget -c http://url1 http://:url2 ftp://url3 ...
2007/3/21, Leonardo Rodrigues <[EMAIL PROTECTED]>:
Ahh, sorry, I did write FILE manager instead of DOWNLOAD manager :D I
need more coffee...
Yeah, wget is great, I use it a lot, but I'm looking for
>>> On 27 March 2007 at 16:23, in message
<[EMAIL PROTECTED]>,
"Gordon Ross" <[EMAIL PROTECTED]> wrote:
> I bought a SysKonnect SK 9S22 card for use with OpenBSD ('cause the
man
> page claimed it was supported). I've since discovered (
> http://archives.neohapsis.com/archives/openbsd/2006-12/1480.h
So the solution is: Don't start mysql on the command line as system
user "root" or let mysql keep it's history whereever it wants (no
"MYSQL_HISTFILE=/dev/null" in .profile).
Just a little addition to that: I'll try my luck with a 2 MB RAM disk
instead of /dev/null just for the mysql history fil
* Claudio Jeker <[EMAIL PROTECTED]> [2007-03-27 19:36]:
> - if (setsockopt(p->fd, IPPROTO_IPV6, IPV6_HOPLIMIT, &ttl,
> + if (setsockopt(p->fd, IPPROTO_IPV6, IPV6_UNICAST_HOPS, &ttl,
yuck. so it's fallout from this "bump v6 to newer rfc" thing a while
ago (after 4.0, before
* Claudio Jeker <[EMAIL PROTECTED]> [2007-03-27 20:42]:
> On Tue, Mar 27, 2007 at 07:12:50PM +0100, Jon Morby wrote:
> > Thanks Claudio ... you guys are super stars! :)
> >
> > Seems to be working a treat
> >
> > Now to work out the filters :(
> >
> > /etc/bgpd.conf:796: king bula sez: AF_INET o
Hey,
I was expecting to stop pfsync with :
ifconfig pfsync0 down
But it did not.
I could stop pfsync by down'ing the physical device, but is there any
other way around ?
I'm using 4.0
Rgds,
--
Ronnie Garcia
On Wed, Mar 28, 2007 at 10:41:17AM +0200, Henning Brauer wrote:
> * Claudio Jeker <[EMAIL PROTECTED]> [2007-03-27 20:42]:
> > On Tue, Mar 27, 2007 at 07:12:50PM +0100, Jon Morby wrote:
> > > Thanks Claudio ... you guys are super stars! :)
> > >
> > > Seems to be working a treat
> > >
> > > Now to
On Wed, Mar 28, 2007 at 10:40:44AM +0200, Henning Brauer wrote:
> * Claudio Jeker <[EMAIL PROTECTED]> [2007-03-27 19:36]:
> > - if (setsockopt(p->fd, IPPROTO_IPV6, IPV6_HOPLIMIT, &ttl,
> > + if (setsockopt(p->fd, IPPROTO_IPV6, IPV6_UNICAST_HOPS, &ttl,
>
> yuck. so it's fallout
* Claudio Jeker <[EMAIL PROTECTED]> [2007-03-28 11:57]:
> On Wed, Mar 28, 2007 at 10:41:17AM +0200, Henning Brauer wrote:
> > * Claudio Jeker <[EMAIL PROTECTED]> [2007-03-27 20:42]:
> > > On Tue, Mar 27, 2007 at 07:12:50PM +0100, Jon Morby wrote:
> > > > Thanks Claudio ... you guys are super stars!
David Gwynne <[EMAIL PROTECTED]> writes:
> As the commit message says, be careful if you're following -current and
> you have a recent sata controller. There's a chance it will claim to be
> supported by ahci(4), which means your disks will change their name
> from wd to sd. If that happens, simpl
I had the same sort of issue on my T20.
THe fix was to disable the one power saving setting related to slowing the
pci bus down when not in use.
Jim
On Tue, Mar 27, 2007 at 08:26:29PM -0400, Julian Leyh wrote:
> Hi there,
>
> I've got some issues with my Thinkpad 600X. It has a clcs(4) sound c
$ fdisk -l
displaying all partitions of a HD
man disklabel.
$ df -h
displaying all partitions with size and use
man df.
Not to be pedantic, but df displays mounted filesystems, not "all
partitions."
cheers,
Matt
I have been working recently with the maildrop package. I installed into
via ports with the MySQL flavor. Much documentation refer to the associated
utility 'maildirmake' but I see that the OpenBSD port does not include it.
Is this intended or is it an oversight? Or maybe I'm not looking in
On Wed, 28 Mar 2007, Peter Matulis wrote:
I have been working recently with the maildrop package. I installed into via
ports with the MySQL flavor. Much documentation refer to the associated
utility 'maildirmake' but I see that the OpenBSD port does not include it.
It comes with courier-uti
On Tue, Mar 27, 2007 at 08:26:29PM -0400, Julian Leyh wrote:
> Another problem with this Thinkpad is that the CPU speed is not detected
> properly on boot. You'll see the strange value in the attached dmesg.
> The value seems to be random after every reboot. Only if i detach the
> power supply it w
On Wed, 28 Mar 2007, Peter Matulis wrote:
I have been working recently with the maildrop package. I installed into via
ports with the MySQL flavor. Much documentation refer to the associated
utility 'maildirmake' but I see that the OpenBSD port does not include it.
Is this intended or is it a
According to cron(8), cron should be able to read commands from a
properly formatted and chmoded /etc/crontab file. I've created such
a file, but I can't seem to get cron to run the test command in it.
# cat < /etc/crontab
*/1 * * * * /usr/bin/touch /tmp/cronte
On Wed, Mar 28, 2007 at 08:41:34AM -0500, Will Maier wrote:
| According to cron(8), cron should be able to read commands from a
| properly formatted and chmoded /etc/crontab file. I've created such
| a file, but I can't seem to get cron to run the test command in it.
|
| # cat < /etc/crontab
|
On 2007/03/28 08:41, Will Maier wrote:
> According to cron(8), cron should be able to read commands from a
> properly formatted and chmoded /etc/crontab file. I've created such
> a file, but I can't seem to get cron to run the test command in it.
>
> # cat < /etc/crontab
> */1 *
ok, so i'm not *entirely* sure it's with pppoe(4), but as far as i can
put bits and pieces together, it's always happening after "ifconfig
pppoe0 down; ifconfig pppoe0 destroy" and then either "sh
/etc/netstart pppoe0" or (the second case) starting ppp(8).
box has 4 interfaces, one of them (vr0
On Wed, 28 Mar 2007, Will Maier wrote:
> According to cron(8), cron should be able to read commands from a
> properly formatted and chmoded /etc/crontab file. I've created such
> a file, but I can't seem to get cron to run the test command in it.
>
> # cat < /etc/crontab
> */1 *
Feel free to laugh if this is a stupid question, but have you made sure to
leave an extra empty line at the end of the crontab?
Are you in /var/cron/cron.allow ?
Also, I usually pack everything into a script and then have cron call the
script. It makes verbose comments and multi-line commands le
On Wed, Mar 28, 2007 at 03:58:35PM +0200, Paul de Weerd wrote:
> Reread crontab(5), the /etc/crontab has a slightly different
> format (to specify username).
Oh. ;) Quite right -- thanks for the cluestick.
--
o--{ Will Maier }--o
| web:...http
I have OpenBSD 4.0, and I have troubles trying to
connect my wireless with my AP.
I have in my /etc/hostname.wi0
dhcp NONE NONE NONE nwkey
But when I restart the net I see this message:
sudo sh /etc/netstart
ifconfig: strings too long
DHCPDISCOVER on wi0 to 255.255.255.255 port 67
interval 1
DHC
hi guys,
Just wanted to know if the default setup for the built-in apache on
4.0can work with cgi's?
I am currently building some mailboxes and I would like to run it on openbsd
but I haven't noticed why is it that the default install can't run test-cgi
or printenv at all? I did chmod 755 on t
On 3/28/07, Rafael Morales <[EMAIL PROTECTED]> wrote:
I have OpenBSD 4.0, and I have troubles trying to
connect my wireless with my AP.
I have in my /etc/hostname.wi0
dhcp NONE NONE NONE nwkey
But when I restart the net I see this message:
sudo sh /etc/netstart
ifconfig: strings too long
DHCPD
On 2007/03/28 09:32, Rafael Morales wrote:
> I have OpenBSD 4.0, and I have troubles trying to
> connect my wireless with my AP.
see the nwkey description in ifconfig(8) or wi(4),
your key is too long
> dhcp NONE NONE NONE nwkey
On Wednesday 28 March 2007 10:54, Beavis <[EMAIL PROTECTED]> wrote:
> hi guys,
>
>Just wanted to know if the default setup for the built-in apache
> on 4.0can work with cgi's?
>
> I am currently building some mailboxes and I would like to run it on
> openbsd but I haven't noticed why is it that
On Wed, 28 Mar 2007 09:54:05 -0600
Beavis <[EMAIL PROTECTED]> wrote:
> hi guys,
Hi
>Just wanted to know if the default setup for the built-in apache on
> 4.0can work with cgi's?
Default configuration is chrooted so you have to put libs and reqs
into the chroot too...
On 28 Mar 2007 at 8:41, Will Maier wrote:
> According to cron(8), cron should be able to read commands from a
> properly formatted and chmoded /etc/crontab file. I've created such
> a file, but I can't seem to get cron to run the test command in it.
>
> # cat < /etc/crontab
> */1 *
Nick ! wrote:
> On 3/28/07, Rafael Morales <[EMAIL PROTECTED]> wrote:
[..]
> Your symptons are pretty obviously the result of the key being set
> wrong, as you guessed. I don't know what it might be. Try reading the
> /etc/netstart script. By pen and paper, trace the values of variables.
In case y
Sorry for putting up noise where as Im silly at not looking at /etc/rc.conf
first to find out that -u switch for HTTPD.
thanks for all the reply guys!
peace,
Ed
On 3/28/07, Beavis <[EMAIL PROTECTED]> wrote:
>
> hi guys,
>
>Just wanted to know if the default setup for the built-in apache on
Joachim Schipper wrote:
On Tue, Mar 27, 2007 at 04:49:05PM -0400, Mike Erdely wrote:
I'm trying to get login_ldap to work with cvs pserver (run out of inetd).
I think you are misunderstanding some things, or doing something that
doesn't work; however, since I've never tried to set up a pserver,
Ronnie Garcia wrote:
> Hey,
>
> I was expecting to stop pfsync with :
> ifconfig pfsync0 down
>
Hi
pfsync is a pseudo-device (see man pfsync)
To stop a pseudo-device you have to destroy it:
ifconfig pfsync0 destroy (see man ifconfig and search for pseudo-device)
hth
guido
> But it did not.
At 09:54 AM 3/28/2007 -0600, Beavis wrote:
hi guys,
Just wanted to know if the default setup for the built-in apache on
4.0can work with cgi's?
Certainly! What sort of cgi environment? Remember that the default
environment is chroot'd, so if you need any libraries or stuff in /etc (a
la r
On Wednesday 28 March 2007 11:45, Mike Erdely wrote:
> Joachim Schipper wrote:
> > On Tue, Mar 27, 2007 at 04:49:05PM -0400, Mike Erdely wrote:
> >> I'm trying to get login_ldap to work with cvs pserver (run out of
> >> inetd).
> >
> > I think you are misunderstanding some things, or doing somethin
On 15:13 Wed 28 Mar , Stefan Sperling wrote:
> Can you try the following patch and let me know if it makes
> SpeedStep work for you?
>
> http://stsp.in-berlin.de/piixpcib/piixpcib-2007-03-24_3.diff
>
> Examine the hw.cpuspeed sysctl. The dmesg may still report CPU speed
> incorrectly.
Thanks
Tamas TEVESZ wrote:
> ok, so i'm not *entirely* sure it's with pppoe(4), but as far as i can
> put bits and pieces together, it's always happening after "ifconfig
> pppoe0 down; ifconfig pppoe0 destroy" and then either "sh
> /etc/netstart pppoe0" or (the second case) starting ppp(8).
>
...
>
>
On 2007-03-28 Tamas TEVESZ wrote:
> ok, so i'm not *entirely* sure it's with pppoe(4), but as far as i can
> put bits and pieces together, it's always happening after "ifconfig
> pppoe0 down; ifconfig pppoe0 destroy" and then either "sh
> /etc/netstart pppoe0" or (the second case) starting ppp(8
Hello everyone,
I've been struggling with this problem since yesterday, and if anyone
has any pointers, they would be appreciated.
I get the following error when I try to load the Apache::DBI perl module:
Syntax error on line 934 of /var/www/conf/httpd.conf:
Invalid command 'PerlModule', pe
Vijay Sankar wrote:
I use login_ldap but don't have any experience with cvs pserver. Just in
case it has any relevance or triggers some other solution . . .
1) Are you using LDAPv2 or LDAPv3? If you are using v3, you may want to
try v2.
I'm using the default in login.conf for login_ldap, whi
On 3/28/07, Rafael Morales <[EMAIL PROTECTED]> wrote:
I have in my /etc/hostname.wi0
dhcp NONE NONE NONE nwkey
Rafael,
I've received this error when I've tried to set a hexadecimal WEP key
without the leading 0x. Example:
DEADBEEF...
vs
0xDEADBEEF...
Try that and see if it fixes your p
hi,
On Mon, Mar 26, 2007 at 11:21:42AM +0200, Nico Meijer wrote:
> > i'm still having a weird
> > issue with the nics not properly initializing somehow after a powerdown
> > though. maybe it needs a bios-upgrade, but as i don't usually powerdown
> > (reboot is ok) i haven't really investigated i
2007/3/28, Daniel Barowy <[EMAIL PROTECTED]>:
Hello everyone,
I've been struggling with this problem since yesterday, and if anyone
has any pointers, they would be appreciated.
$ pkg_info | grep mod_perl
mod_perl-1.29p0 module that embeds a Perl interpreter into Apache
After installing
Hi Misc
I have two CARP:ed openbsd machines, firewalling a couple of linux servers
behind them.
3 of the linux machines run apache1 httpd:s. If need be, I can upgrade to
apache2.
I want to setup redundant httpd loadbalancing to these 3 machines from the
openbsd machines.
I know PF can do simple
On Wed, Mar 28, 2007 at 02:16:58PM -0400, Julian Leyh wrote:
> On 15:13 Wed 28 Mar , Stefan Sperling wrote:
> > Can you try the following patch and let me know if it makes
> > SpeedStep work for you?
> >
> > http://stsp.in-berlin.de/piixpcib/piixpcib-2007-03-24_3.diff
> >
> > Examine the hw.c
On Wed, Mar 28, 2007 at 12:20:53PM -0700, christian johansson wrote:
> I know PF can do simple round-robin balancing to these machines, but I want
> something that can take the load of the apache running machines into
> consideration and shape the traffic sent to them accordingly.
>
> Would it be
hi,
On Tue, Mar 27, 2007 at 01:49:16PM +0200, Otto Moerbeek wrote:
> It looks like your clock drifts more that ntpd can compensate. Please
> share some details on your setup, like the dmesg. Also, if you remove
> the drift file, you must reboot, since otherwise the existing
> frequency compensa
Igor Sobrado writes:
>
> I would like to ask if this output for the "machine diskinfo" command
> on the OpenBSD/i386 BOOT release 2.10 is expected:
>
>
> Using drive 0, partition 3.
> Loading...
> probing: pc0 com0 com1 mem[639K 255M a20=on]
> disk: hd0+ hd1+
> >> OpenBSD/i386 BOOT 2.10
> -
> c
Daniel Horecki wrote:
After installing mod_perl you should run /usr/local/sbin/mod_perl-enable.
This message was displayed after installing package.
Thanks, Daniel. That did the trick. I think I may have installed
something where mod_perl was a dependency and missed that message in the
va
On Wed, Mar 28, 2007 at 09:32:44AM -0500, Rafael Morales wrote:
> I have OpenBSD 4.0, and I have troubles trying to
> connect my wireless with my AP.
>
> I have in my /etc/hostname.wi0
> dhcp NONE NONE NONE nwkey
>
> But when I restart the net I see this message:
> sudo sh /etc/netstart
> ifconf
hi,
On Wed, Mar 28, 2007 at 12:20:53PM -0700, christian johansson wrote:
> I have two CARP:ed openbsd machines, firewalling a couple of linux servers
> behind them.
>
> 3 of the linux machines run apache1 httpd:s. If need be, I can upgrade to
> apache2.
> I want to setup redundant httpd loadbalan
>From "man spamdb":
=
For GREY or WHITE entries, the format is:
type|source IP|helo|from|to|first|pass|expire|block|pass
=
When I at the spamdb output on my box I get (2 representative entries):
=
GREY|194.242.40.177|tlnordic.moduleweb.net|<>|<[EMAIL PROTECTED]
apture.com>
On 2007/03/28 16:28, Jason Haag wrote:
> For GREY or WHITE entries, the format is:
> type|source IP|helo|from|to|first|pass|expire|block|pass
>
> When I at the spamdb output on my box I get (2 representative entries):
> WHITE|91.89.52.244|||1175062170|1175064001|1178174455|3|0
> Can
Is there any reason I shouldn't add rmoption INET6 to my kernel? I don't use
IPV6.
Yes, you are right, I only add the 0x before the key.
Thanks and Regards
--- Gordon Stratton <[EMAIL PROTECTED]> escribis:
> On 3/28/07, Rafael Morales <[EMAIL PROTECTED]>
> wrote:
> > I have in my /etc/hostname.wi0
> > dhcp NONE NONE NONE nwkey
>
> Rafael,
>
> I've received this error when
Hi folks.
I'm using OpenBSD 4.1 -current from March 1 and recently bougth a Atheros
wireless card:
ath0 at cardbus0 dev 0 function 0 "Atheros Communications, Inc.,
AR5001--, Wireless LAN Reference Card": irq 11
ath0: AR5213 7.9 phy 4.5 rf2112a 5.6, ETSI1W, address xx:xx:xx:xx:xx
I do the
On Wed, Mar 28, 2007 at 01:54:48PM -0700, John Brahy wrote:
| Is there any reason I shouldn't add rmoption INET6 to my kernel? I don't use
| IPV6.
The fact that you will run your own, unsupported, frankensteined
kernel may be detrimental to your quest. You may want to remove driver
support for all
On 2007/03/28 15:08, Francisco Valladolid wrote:
> ath0: AR5213 7.9 phy 4.5 rf2112a 5.6, ETSI1W, address xx:xx:xx:xx:xx
^
AR5213 is not on the list of supported cards in ath(4).
Hello.
There is a thing that I can't understand : why install and configure a
"secure by default" OS if you use a WEP-based encryption on your Wi-Fi
network, that anyone can crack in less than an hour ?
IMHO you should think to configure your AP to provide a WAP-based
encryption...
Best regards
I have a -current system thats working just fine as a web
server. Everything is working as it should, save for updating
the wtmp for logins.
The last entry in the wtmp was the reboot for going live--
since then logins work as expected but there is no record
of them.
Suggestions as to wha
You don't recompile your kernel? Isn't that part of keeping with stable?
-Original Message-
From: Paul de Weerd [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 28, 2007 2:27 PM
To: John Brahy
Cc: misc@openbsd.org
Subject: Re: rmoption INET6
On Wed, Mar 28, 2007 at 01:54:48PM -0700, John
On 3/28/07, Dan Brosemer <[EMAIL PROTECTED]> wrote:
>
> On Wed, Mar 28, 2007 at 12:20:53PM -0700, christian johansson wrote:
>
> Some people on this list speak highly of pound. I haven't used it myself
> yet.
>
> I like haproxy. I've run it in an 80,000 (mod_perl-generated) page per
> hour
> situ
Recompiling doesn't mean using a custom kernel. That is the part you
shouldn't do. When you recompile, just use GENERIC.
On 2007 Mar 28 (Wed) at 14:41:34 -0700 (-0700), John Brahy wrote:
:You don't recompile your kernel? Isn't that part of keeping with stable?
--
"Every time I think I know wh
On Wed, Mar 28, 2007 at 02:41:34PM -0700, John Brahy wrote:
> You don't recompile your kernel? Isn't that part of keeping with stable?
Mucking up your own kernel config and following -stable are not the
same, as I suspect you already know.
--
Darrin Chandler| Phoenix BSD User Group
On Wed, Mar 28, 2007 at 02:41:34PM -0700, John Brahy wrote:
| You don't recompile your kernel? Isn't that part of keeping with stable?
I do. But not my own. I build GENERIC and/or GENERIC.MP, not others.
Only in documented circumstances will I build my *own* thing.
There's an important differenc
On Wednesday 28 March 2007 12:52, STeve Andre' wrote:
>I have a -current system thats working just fine as a web
> server. Everything is working as it should, save for updating
> the wtmp for logins.
>
>The last entry in the wtmp was the reboot for going live--
> since then logins work as e
I guess I should start from the beginning. When I originally started this
project my goal was to have two machines running carp between them and have
the master connect to two different ISP's sending full routes. This was
working fine and failover didn't cause any issues. At least I thought
ever
* rezidue <[EMAIL PROTECTED]> [2007-03-29 01:10]:
> I guess I should start from the beginning. When I originally started this
> project my goal was to have two machines running carp between them and have
> the master connect to two different ISP's sending full routes. This was
> working fine and
John Brahy wrote:
> Is there any reason I shouldn't add rmoption INET6 to my kernel? I don't use
> IPV6.
maybe because you were smart and read the instructions?
http://www.openbsd.org/faq/faq5.html#ProbIPv6
You provide the feet, we provide the bullets. And the warning.
Nick.
So if I use GENERIC and then disable ipv6 is that a safe thing do to? In
light of the recent security issue and since I don't use ipv6 I thought it
would make the system more secure, but I definitely don't want to make it
unstable.
On 2007/03/28 17:52, rezidue wrote:
> When the hosts connect to each other a full prefix table is sent but then
> almost immediately it's neighbor starts withdrawing prefixes. On one host I
> jump from 210k prefixes in the initial connection to only 59k after all of
> the withdrawals. On the othe
On Mar 28, 2007, at 7:41 PM, John Brahy wrote:
So if I use GENERIC and then disable ipv6 is that a safe thing do
to? In
light of the recent security issue and since I don't use ipv6 I
thought it
would make the system more secure, but I definitely don't want to
make it
unstable.
Yes, we u
On Wed, Mar 28, 2007 at 04:41:20PM -0700, John Brahy wrote:
> So if I use GENERIC and then disable ipv6 is that a safe thing do to? In
> light of the recent security issue and since I don't use ipv6 I thought it
> would make the system more secure, but I definitely don't want to make it
> unstable.
NO. Making changes to GENERIC makes it not-GENERIC. Block ipv6 in
your pf.conf, don't edit the kernel config files.
On 2007 Mar 28 (Wed) at 16:41:20 -0700 (-0700), John Brahy wrote:
:So if I use GENERIC and then disable ipv6 is that a safe thing do to? In
:light of the recent security issue an
On 3/28/07, John Brahy <[EMAIL PROTECTED]> wrote:
So if I use GENERIC and then disable ipv6 is that a safe thing do to? In
light of the recent security issue and since I don't use ipv6 I thought it
would make the system more secure, but I definitely don't want to make it
unstable.
If you follo
On Wednesday 28 March 2007 16:41, John Brahy wrote:
> So if I use GENERIC and then disable ipv6 is that a safe thing do to?
> In light of the recent security issue and since I don't use ipv6 I
> thought it would make the system more secure, but I definitely don't
> want to make it unstable.
John,
Greetings,
I am looking for a way to add/subtract a single
community from the rib via the bgpctl command, or some other
accepted real-time user-level path, without re-specifying
the whole community attribute set for that route.
The goal is to be able to add a community on th
Maxime DERCHE wrote:
There is a thing that I can't understand : why install and configure a
"secure by default" OS if you use a WEP-based encryption on your Wi-Fi
network, that anyone can crack in less than an hour ?
Because it adds a minimum level of security that unencrypted doesn't?
Sure, it
On 3/28/07, Lars Hansson <[EMAIL PROTECTED]> wrote:
Maxime DERCHE wrote:
> There is a thing that I can't understand : why install and configure a
> "secure by default" OS if you use a WEP-based encryption on your Wi-Fi
> network, that anyone can crack in less than an hour ?
Because it adds a min
Darren Spruell wrote:
Right. As long as we understand that it sucks, it's OK to use?
Care to explain how not using WEP and allowing average joe easy access
to your AP and network is better than running WEP and preventing him?
Maybe it's OK to run telnetd so long as it's on port 10023 too?
Maxime DERCHE wrote:
IMHO you should think to configure your AP to provide a WAP-based
encryption...
WAP-based encryption? Do you mean WPA?
---
Lars Hansson
Hi,
I've got OpenBSD 4.0 (release) on a laptop setup up as a router between 2
subnets, and providing internet access through a 3rd nic to a DSL modem.
The problem is the bandwidth between the two subnets. I'm only getting a
maximum of about 500 KB/s between two 100mbit cards.
Top shows ~70% int
On 3/29/07, Lars Hansson <[EMAIL PROTECTED]> wrote:
Maxime DERCHE wrote:
> IMHO you should think to configure your AP to provide a WAP-based
> encryption...
WAP-based encryption? Do you mean WPA?
And to answer the original question: because OpenBSD doesn't support
WPA, and Theo has claimed som
Hello,
I am Melinda Roberts at TrustedOpinion.com, a new Internet service that
provides personal, reliable movie recommendations. I was checking out your
website (where I found your email address), and it occurred to me we might be
able to offer you more web visibility.
We can give you a place
On 3/28/07, Lars Hansson <[EMAIL PROTECTED]> wrote:
Darren Spruell wrote:
> Right. As long as we understand that it sucks, it's OK to use?
Care to explain how not using WEP and allowing average joe easy access
to your AP and network is better than running WEP and preventing him?
No, because I'
On Wed, 28 Mar 2007, Watson Crick wrote:
I've got OpenBSD 4.0 (release) on a laptop setup up as a router between
2 subnets, and providing internet access through a 3rd nic to a DSL
modem. The problem is the bandwidth between the two subnets. I'm only
getting a maximum of about 500 KB/s betwee
On 3/29/07, Darren Spruell <[EMAIL PROTECTED]> wrote:
On 3/28/07, Lars Hansson <[EMAIL PROTECTED]> wrote:
> Care to explain how not using WEP and allowing average joe easy access
> to your AP and network is better than running WEP and preventing him?
No, because I'm not trying to make the point
Hi list,
I have a problem to setup an ipsec tunnel between my openbsd box and a
checkpoint firewall.
Our Gateway IP: 123.123.123.123
Our Network behind the Gate: 192.168.100.0/24
Remote Gateway IP address: 42.173.16.1
Remote VPN Domain: 42.173.128.0/20
IKE Phase 1: 3DES/MD5 - Group 2 (1024bit) -
Hello,
I'm using ROOTBACKUP=1 to have daily backups on several boxes running
amd64 OPENBSD_4_0.
Actually I noticed that on 1 box (the hardware is +/- 3 month old), the
partition is *always* corrupted after the backup.
The corruption happens every day.
Does anyone have an idea what could be the pr
On Wed, 28 Mar 2007, [EMAIL PROTECTED] wrote:
> hi,
>
> On Tue, Mar 27, 2007 at 01:49:16PM +0200, Otto Moerbeek wrote:
>
> > It looks like your clock drifts more that ntpd can compensate. Please
> > share some details on your setup, like the dmesg. Also, if you remove
> > the drift file, you m
91 matches
Mail list logo