The man page (and usage message) for ifconfig on 3.8-beta seems to
be out of date with respect to the current behavior when deleting
a tunnel.
# ifconfig tun0 create
# ifconfig tun0
tun0: flags=10 mtu 3000
groups: tun
# ifconfig tun0 10.0.0.1 10.0.0.2
# ifconfig tun0
tun0: flags=51 mtu 300
Also note the different between ifconfig -M run under user and superuser
permissions, sudo ifconfig -M is what you want.
/jkm
* Nikolai N. Fetissov ([EMAIL PROTECTED]) wrote:
> On Thu, February 16, 2006 11:17 am, Ramiro Aceves wrote:
> > Hi OpenBSD fans.
> >
> > I have been googling around and
On Thu, Feb 16, 2006 at 11:16:21AM +, Didier Wiroth wrote:
> I recently got a fujitsu siemens compactflash (with pcmcia connector)
> connect2air gprs card.
> I've almost never used ppp and do not know how to setup it the ppp.conf to
> use the connect2air gprs card to dial a gprs connection.
ath(4) configuration is not working in OBSD3.8-Release.
The wifi card is Netgear WG511T which is supposed to connect to a
linksys wifi gateway to get IP address from the DHCP pool and it
should have a 26-digit WEP key.
Here's the dmesg
OpenBSD 3.8 (GENERIC) #138: Sat Sep 10 15:41:37 MDT 2005
[EMAIL PROTECTED] wrote:
> cbb0 at pci2 dev 12 function 0 vendor "ENE", unknown product 0x1411 rev
> 0x02pci_intr_map: no mapping for pin A
> : couldn't map interrupt
To get rid of this message find "pcibios0 at bios0 ..." line in your
kernel config file and change "flags" to 0x0042. Then recompil
Hi
I've got OpenBGPD running on 3.7, currently whenever I bring up a
session with another peer the session drops to Idle as soon as a set of
routes are learnt.
#macros
BD01="217.112.a.b"
AS 64513
router-id 85.234.132.65
neighbor $BD01 {
remote-as 29550
descr BD01
multihop 3
local-address
On Fri, Feb 17, 2006 at 01:14:25PM +0200, Alexey Vatchenko wrote:
> [EMAIL PROTECTED] wrote:
> > cbb0 at pci2 dev 12 function 0 vendor "ENE", unknown product 0x1411 rev
> > 0x02pci_intr_map: no mapping for pin A
> > : couldn't map interrupt
>
> To get rid of this message find "pcibios0 at bios0 ..
* Pailloncy Jean-Gerard <[EMAIL PROTECTED]> [2006-02-15 21:27]:
> I add asked Henning at EuroBSDCon'2005 about this, and he says to me
> that if I could avoid this setup (bridge) and use a router: this is
> the way to go.
actually, I am pretty certain I told you you'll need stp at least.
I did
* Pailloncy Jean-Gerard <[EMAIL PROTECTED]> [2006-02-16 10:26]:
> Nest tr y: I setup the two nics to be in 10bt mode and not in 100bt.
> The box freezes, all the segment go down.
> Near nothing comes in or out, from any other serveres of the segment.
> answer to ssh was with a lag of few minutes (f
* Paolo Supino <[EMAIL PROTECTED]> [2006-02-16 19:54]:
> I started working for a company that its production site is running 2
> PIX firewalls with no VRRP (to save cost on licensing, duh). I offered
> and they approved to replace them with 2 OpenBSD and CARP. In front of
> the FW there is a Ci
* Pete Bristow <[EMAIL PROTECTED]> [2006-02-17 12:30]:
> I've got OpenBGPD running on 3.7, currently whenever I bring up a
> session with another peer the session drops to Idle as soon as a set of
> routes are learnt.
that, of course, is not normal behaviour and nothing we ever observed...
> This
Hi Henning
> * Pete Bristow <[EMAIL PROTECTED]> [2006-02-17 12:30]:
>
>>I've got OpenBGPD running on 3.7, currently whenever I bring up a
>>session with another peer the session drops to Idle as soon as a set of
>>routes are learnt.
>
>
> that, of course, is not normal behaviour and nothing we
* Pete Bristow <[EMAIL PROTECTED]> [2006-02-17 13:16]:
> Feb 17 12:16:05 a bgpd[28123]: neighbor 217.112.a.b (BD01): state change
> Established -> Idle, reason: Connection closed
>
> Was all I got.
and ther eis your reason, the remote router closed the connection
(aka, tcp session went down). Wh
Le 17 fivr. 06 ` 12:35, Henning Brauer a icrit :
* Pailloncy Jean-Gerard <[EMAIL PROTECTED]> [2006-02-15 21:27]:
I add asked Henning at EuroBSDCon'2005 about this, and he says to me
that if I could avoid this setup (bridge) and use a router: this is
the way to go.
actually, I am pretty certain
On 2/17/06, atstake atstake <[EMAIL PROTECTED]> wrote:
> ath(4) configuration is not working in OBSD3.8-Release.
>
I have the same problem with my ath-based card. It's been mentioned on
the list before. The problem seems to be that the card isn't sending
proper association info. I intend to try an
Hello
XMail is mail server of my choice because it is all what i need
(SMTP/POP3 in one app, very simple configuration, remotely
administration withs pecial protoco, very fast working etc. etc.).
The problem with XMail on OpenBSD is that it randomly crashing
(generating xmail.core).
It happend
Hello list,
I've run into a problem.
My /var reached the 105% disk usage. I've deleted 1.5G from /var but the
df shows me still 2Gb.
du -csh /var shows 38M
What can I do? I tried: sync but nothin happens. The programs can't write
to /var so it intiditaces a little deffect..
What's the solution
mickey wrote:
> On Fri, Feb 17, 2006 at 01:14:25PM +0200, Alexey Vatchenko wrote:
> of course the right way is to boot into UKC:
>
> boot> -c
> ...
> UKC> change pcibios
> change pcibios (y/n)? y
> flags [0x0]: 0x30
> UKC> exit
>
> and send a full dmesg then please.
http://psytech.h10.ru/full_dm
On Fri, Feb 17, 2006 at 02:54:43PM +0100, Adam Papai wrote:
> Hello list,
>
> I've run into a problem.
>
> My /var reached the 105% disk usage. I've deleted 1.5G from /var but the
> df shows me still 2Gb.
>
> du -csh /var shows 38M
>
> What can I do? I tried: sync but nothin happens. The progra
Hello folks!
I have a Gateway Solo 3350 and I want to remake it with OpenBSD. This laptop
has an ethernet connection and a single USB port; And while I have access to a
USB-based floppy drive, this device can not be used for booting.
I am prepared to do a PXE ethernet boot but I need very s
Novice Alert!
I keep hitting this error output when trying pkg_add or use ports
method to install nmap
The instant cases were pkg_add nmap-3.95p0-no_x11.tgz
Error is: Unknown element: @pkgpath net/libdnet,no_python
>From ports net/nmap
FLAVOR=no_x11 make install
It pulls in what seem like
On 2/17/06, Julesg <[EMAIL PROTECTED]> wrote:
> I am prepared to do a PXE ethernet boot but I need very specific
> instructions. (This > is where I whine and say please; The thing is I
> mean it. Help.)
Make sure your laptop ethernet card supports PXE booting.
Reading this will help if
Jason Stubbs wrote:
Hi,
I'm looking to set up redundant firewalls in pretty much the same way as
is detailed in the PF FAQ. For discussion purposes, I've reproduced the
basic network layout below.
From your description and questions below, it looks like you're not
trying to do it the same w
[IMAGE]
[IMAGE]
Borghi Toscani | E - mail | Registrati | Inserisci un locale | Meteo |
News
[IMAGE]
NUOVI
INSERIMENTI
Newsletter della 8B0 settimana 2006
LINK
CONSIGLIATI
B&B Da Anna
LAST MINUTE IN TOSCANA
OFFERTE SOGGIORNI IN TOSCANA
OFFERTE LAST MINUTE FIRENZE
Last Minute Abetone
Offe
hello [EMAIL PROTECTED]:
Can anyone tell me which platform can run on IBM OpenPower 710 / 720 ?
macppc ?
thanks
None?
-Ober
Richard Chesler: [Reading a piece of paper] The first rule of Fight Club is you
don't talk about Fight Club?
Narrator: [Voice-over] I'm half asleep again; I must've left the original in
the copy machine.
Richard Chesler: The second rule of Fight Club - is this yours?
Narrator: Huh?
Hello misc@,
first of all I have to say ipsecctl with ipsec.conf is wonderful, never
was simpler to setup a VPN.
The problem is that the speed is REALLY slow when I use the default
cipher (aes) in "quick auth" mode in ipsec.conf (see below).
Throughput is good if I use other ciphers:
Cipher
Hi,
It's a plain fact that mozilla/firefox and all the derivative browsers like
Epiphany won't build for ARM at the moment due to some issue with NSPR which
causes the a segmentation fault during the signing phase of the libraries.
19 hours of build time on both Firefox and Mozilla have shown m
I am trying to install a log monitor called logcheck. It seems to want to have
installed on the machine, lockfile-progs, which seems to want some debian
reliant libraries to be there. What I am wondering is, does openbsd already
have something similar enough to lockfile-progs that I can just p
Yep, tried Konqueror-embedded, it doesn't support whatever moinmoin is doing
for its GUI editor.
I think (although I may be wrong) that the version in the ports is too low
to support javascript.
I recently built the kde libs (took about 2 days) so that I could try
building a later version but it
Using OpenBSD-v3.8 and v3.9-BETA on i386 together with tor, privoxy
stops working alfways after a few minutes up to a few hours. 'Stop
working' means either the privoxy process isn't running anymore (so it
needs to be restarted) or the process is running but no data stream is
managed by privoxy (se
Marcin Wilk <[EMAIL PROTECTED]>:
> Hello
> XMail is mail server of my choice because it is all what i need
> (SMTP/POP3 in one app, very simple configuration, remotely
> administration withs pecial protoco, very fast working etc. etc.).
> The problem with XMail on OpenBSD is that it randomly cra
I have reviewed many faq's and searched the mailing list archives but
found nothing.
I am currently in the process of a major upgrade from an existing
system that has been in collocation for three years, openbsd 3.5 with
Pentium 3 hardware and 400gb total storage. The system hardware
repl
Hi all,
When updating the kernel to CURRENT (in the case, 3.9), do I have to update
ports and already installed packages?
Thanks.
--
Joco Salvatti
Undergraduating in Computer Science
Federal University of Para - UFPA
web: http://salvatti.expert.com.br
e-mail: [EMAIL PROTECTED]
sudo rm -rf /var/porn
From: [EMAIL PROTECTED]
> When updating the kernel to CURRENT (in the case, 3.9), do I
> have to update
> ports and already installed packages?
Packages and ports should stay in sync with the rest of the userland. The OS
should stay in synch with the kernel since there are important dependencies
On Fri, 17 Feb 2006, Vincent Meanie wrote:
> I have reviewed many faq's and searched the mailing list archives but found
> nothing.
>
> I am currently in the process of a major upgrade from an existing system that
> has been in collocation for three years, openbsd 3.5 with Pentium 3 hardware
> an
This annoyance started when I bought a brand-new Dell Inspiron 9300. It
comes with a Broadcom 4401 Ethernet NIC. The NIC appeared to
initialize, but when I tried to set the interface to "UP", the following
error message occurs:
bce0: timed out when disabling ethernet mac
bce0: timed out writ
On Fri, Feb 17, 2006 at 10:52:25PM +0100, Otto Moerbeek wrote:
> Not that creating very large filesystems also has some drawbacks:
> mostly very long fsck times and high memory consumption. [...]
And don't forget to consider tmp space consumption when using
dump(8) and restore(8).
Ciao,
K
Hi all,
Somebody knows how can I setup two carp load balanced firewalls with
obsd 3.8 or 3.9beta with only one public IP?
Thanks.
--
CL Martinez
carlopmart {at} gmail {d0t} com
I have a Cisco router I am trying to replace. I will describe the Cisco
box, the replacement OpenBSD router, the setup and finally what issues I
am having. The bgpd.conf contents are at the bottom of the email. If
there is some additional information that would be useful, please let me
know.
Th
Vincent Meanie wrote:
Is this hard limit because of issues with the filesystem? Would it be
possible, limitations with the controller aside, to present the array as
three 700mb slices and combine them with CCD?
You'll still need a file system on the ccd, though. Maybe you could play
with `ne
I am under the impression from documentation and misc list archives,
that openbsd doesn't support logical volumes only CCD.
Also I am planning on booting from the array, to gain the benefits of
fail-over from the array.
On Feb 17, 2006, at 1:52 PM, Otto Moerbeek wrote:
On Fri, 17 Feb 200
From: [EMAIL PROTECTED]
> I am under the impression from documentation and misc list archives,
> that openbsd doesn't support logical volumes only CCD.
Huh? Use your _RAID_ volume managment to create multiple logical volumes and
these will appear to your BSD box as multiple, smaller disks. Use
I'm running obsd 3.8 release on my gateway. Two xl nics are installed.
The GW does NAT which works very well,
All downloads from internet=>hosts behind the gw with local IPs goes
really fast.
But from internet to the GW's harddisk is ~20% of what the LAN hosts
speed are through the GW.
I know the
Bachman Kharazmi wrote:
> I'm running obsd 3.8 release on my gateway. Two xl nics are installed.
> The GW does NAT which works very well,
> All downloads from internet=>hosts behind the gw with local IPs goes
> really fast.
> But from internet to the GW's harddisk is ~20% of what the LAN hosts
> sp
On Fri, 17 Feb 2006 02:36:36 -0500
Brad Ely <[EMAIL PROTECTED]> wrote:
Duh, 3.9-beta of course
> The man page (and usage message) for ifconfig on 3.8-beta seems to
> be out of date with respect
On Fri, Feb 17, 2006 at 08:48:44AM -0600, [EMAIL PROTECTED] wrote:
> Novice Alert!
>
> I keep hitting this error output when trying pkg_add or use ports
> method to install nmap
>
> The instant cases were pkg_add nmap-3.95p0-no_x11.tgz
>
> Error is: Unknown element: @pkgpath net/libdnet,no_py
Spruell, Darren-Perot wrote:
From: [EMAIL PROTECTED]
When updating the kernel to CURRENT (in the case, 3.9), do I
have to update
ports and already installed packages?
I think the OP is using words in non-standard ways.
The kernel is one file, "/bsd".
Ports and packages are the add-on stuff.
M
Hi Henning
Thanx for the reply :-)
How do I make sure that the master is the one that advertises the routes
to avoid asymmetric and packet loss?
Since these FW systems will also act as a ISPEC peers (2 permanent and
some couple of concurrent road warriors) what would you estimate be a
good en
On Mon, 6 Feb 2006 23:49:50 + (UTC), Christian Weisgerber wrote:
>Christian Weisgerber <[EMAIL PROTECTED]> wrote:
>
>> Okay, this is as good an opportunity as any to write down what I
>> did to my wireless a while ago:
>
>Meanwhile, ipsecctl has gained support for pre-shared key authentication
I've recently been struggling to get boost-1.33.1 built on
OpenBSD-current (I presume that the rest of this message also applies
to -stable, but YMMV), and after much toiling and dumping of hours
into a black hole, I think I have found a way to build boost without
errors.
If you simply run
$ bjam
whoops. I forgot to include a couple of important details.
After generating your 'user.hpp' and editing it as previously
described, copy 'user.hpp' to ~/boost/config/user.hpp
Then, cd back to the root dir of the boost src, and run this:
$ bjam "-sTOOLS=gcc" "-sBUILD=-I/usr/local/include
-L/usr
On Fri, 17 Feb 2006, Spruell, Darren-Perot wrote:
> From: [EMAIL PROTECTED]
> > I am under the impression from documentation and misc list archives,
> > that openbsd doesn't support logical volumes only CCD.
>
> Huh? Use your _RAID_ volume managment to create multiple logical volumes and
> the
Jared Solomon wrote:
sudo rm -rf /var/porn
The problem was:
_after_ deleting '/var/porn' the df -h showed me still 105% disk usage
... fstat and pkill smbd solved the problem. ;)
--
Adam PAPAI
D i g i t a l Influence
http://www.digitalinfluence.hu
Phone: +36 30 33-55-735
E-mail: [EMAIL PROT
55 matches
Mail list logo