Same with current snapshot as well. Cannot detect the BCM5704 dual port
NIC.
Configure the network? [yes]
No more interfaces to initialize.
Here's the dmesg:
OpenBSD 3.8-current (RAMDISK_CD) #627: Thu Jan 5 17:50:36 MST 2006
[EMAIL PROTECTED]:/usr/src/sys/arch/amd64/compile/RAMDISK_CD
rea
On 1/6/06, Han Boetes <[EMAIL PROTECTED]> wrote:
> Theo de Raadt wrote:
> > On some other systems, yes. On OpenBSD -- today -- it cannot return -1.
> >
> > However, that is absolutely no excuse to go writing unportable code.
> >
> > You must check for either ret > buflen or ret == -1 being a failu
On Thu, 24 Nov 2005 12:06:37 +0800, Uwe Dippel wrote:
> Next, an original Intel xln. It was recognized, the Proliant asked for the
> change in boot order, I could allocate an irq. Everything fine.
> Booting, however, results in a crash; the board is not recognised (if it
> isn't, why can it crash
Why would downloading an OS image from a torrent be any less safe than
getting it from some random http server? AFAIK the pieces of the file
you get from the torrent can't be tampered with, the only thing is that
the total file itself might be a bogus one. But you have the same
problem with an ht
On Thu, Jan 05, 2006 at 09:04:32PM -0600, Peter Drauden wrote:
> I am trying to install OpenBSD 3.8 on my laptop (a HP n3410). The
> rtw(4) man page says my wireless card (a Netgear MA521) is supported.
> I booted from the install floppy and the card is not detected. I
> booted from an install CD
On Thu, Jan 05, 2006 at 09:26:23PM -0500, [EMAIL PROTECTED] wrote:
> Hi,
> I was wondering if there were any plans to add MPLS/VPN support into
> OpenBSD? NetBSD had some folks working on the Amaye project
> (http://www.ayame.org/) but that seems to have been dormant for a long
> time...
>
I'm c
Hi,
The traditional netcat had a -e option to "Execute the specified
command, using data from the network for stdin, and sending stdout
and stderr to the network..."
Whilst I can understand that this option might not be desirable to be
included in the binary (for security reason ?), I occas
How about
#!/bin/ksh
nc -l localhost 1234 |&
exec 0<&p 1>&p
# Rest of the script here.
This syntax is pretty new to me so I'm not sure of pros and cons.
What are the proper uses of MAXNAMLEN, NAME_MAX, and FILENAME_MAX?
Do they represent filenames with or without paths? Do they include
the terminating null or not? The source seems inconsistent:
[EMAIL PROTECTED]/usr/src] egrep -R '(MAXNAMLEN|NAME_MAX) ?\+ ?1' .
./bin/csh/file.c:Charname[
Hi,
I don't know if this is a problem or not, if it's with vmware or with
obsd. Here's just an observation from me when running obsd under vmware.
When I install using the floppy38.fs image I get le1 as my
ethernet-interface and install using ftp. Then I reboot using the
standard bsd-kernel I get
On 2006/01/06 17:36, Rickard Dahlstrand wrote:
> When I install using the floppy38.fs image I get le1 as my
> ethernet-interface and install using ftp. Then I reboot using the
> standard bsd-kernel I get pcn0 as my ethernet-interface. Dmesg below.
pcn(4) replaced le(4) in the main OS and on RAMDIS
I found one of my firewalls has a 4Gig drive. While it is still
working fine, I am thinking maybe I should remove the 10 year old thing
and maybe move it somewhere a little less stressed).
I googled and faq'd and nothing recent came up, so I was wondering if
this was the best way to move the stuf
On Tue, Jan 03, 2006 at 07:15:36PM +0100, Sylvain Coutant wrote:
> Hi and happy new year to all,
>
> I try to apply a "nexthop blackhole" filter without success on OpenBSD 3.8.
>
> I receive the bogon list from cymru and try to force "blackholing" of
> the routes without success. Here is my confi
You could write a script that will notify you if the
status changes. I do something like this with my
Apple G5 (also running software raid). Here is an
example of something similar, you would of course,
modify it to use with raidctl. Basically the script
would run raidctl -s raid0 and you would
Stuart Henderson wrote:
>On 2006/01/06 17:36, Rickard Dahlstrand wrote:
>
>
>>When I install using the floppy38.fs image I get le1 as my
>>ethernet-interface and install using ftp. Then I reboot using the
>>standard bsd-kernel I get pcn0 as my ethernet-interface. Dmesg below.
>>
>>
>
>pcn(4)
Hello,
A Greeting Card is waiting for you at our virtual post office!
Sender: your dear friend
If you don't pick up your Greeting Card within 4 weeks, our postal clerk
may discard it!
CLICK this pick-up address or COPY and PASTE into your browser :
http://www.freeforall.home.ro/postcard.gi
Am Freitag, den 06.01.2006, 12:33 +0059 schrieb Claudio Jeker:
> On Thu, Jan 05, 2006 at 09:26:23PM -0500, [EMAIL PROTECTED] wrote:
> > Hi,
> > I was wondering if there were any plans to add MPLS/VPN support into
> > OpenBSD? NetBSD had some folks working on the Amaye project
> > (http://www.ayame
Maybe one of these is really supposed to be a PCI-PCI bridge.
"Nvidia nForce4 DDR" rev 0xa3 at pci0 dev 0 function 0 not configured
"Nvidia nForce4 ISA" rev 0xa3 at pci0 dev 1 function 0 not configured
"Nvidia nForce4 SMBus" rev 0xa2 at pci0 dev 1 function 1 not configured
Kent Ho [EMAIL PROTECTE
I have the K8SE (non rack mount version) and I verified that the
Broadcom NICs where not seen by either the amd64 or i386 RAMDISK kernels
on the 3.8 release CDs. The Broadcom NIC is attached the the AMD 8131
HT-PCI bridge not the NForce junk. The K8SE has a Intel Pro/100 attached
the the PCI-33 bus
On Fri, Jan 06, 2006 at 06:59:03PM +0100, Thomas Bvrnert wrote:
> Am Freitag, den 06.01.2006, 12:33 +0059 schrieb Claudio Jeker:
> > On Thu, Jan 05, 2006 at 09:26:23PM -0500, [EMAIL PROTECTED] wrote:
> > > Hi,
> > > I was wondering if there were any plans to add MPLS/VPN support into
> > > OpenBSD
Dustin Lundquist [EMAIL PROTECTED] wrote:
> I have the K8SE (non rack mount version) and I verified that the
> Broadcom NICs where not seen by either the amd64 or i386 RAMDISK kernels
> on the 3.8 release CDs. The Broadcom NIC is attached the the AMD 8131
> HT-PCI bridge not the NForce junk. The K8
I installed 3.8 on an 1855 with no problems about two weeks ago. All my
apps worked, and had no problems until I rebooted the box (not the first
reboot, and not because of an issue of any kind.) Upon reboot, it fails
to boot right away, with the "now trying bsd.oldetc" messages
finally bootin
Rickard Dahlstrand wrote:
> Stuart Henderson wrote:
> > On 2006/01/06 17:36, Rickard Dahlstrand wrote:
> > > When I install using the floppy38.fs image I get le1 as my
> > > ethernet-interface and install using ftp. Then I reboot using the
> > > standard bsd-kernel I get pcn0 as my ethernet-interfa
Ted Unangst,
Well, I don't think I need to articulate anymore why CGD ought to make
it in. I already have stated my reasons, so I won't do it again. But
there is something I'm lacking from you:
I think YOU need to articulate why CGD is not making it in. Why is the
burden of proof on me? After
> I think YOU need to articulate why CGD is not making it in. Why is the
> burden of proof on me? After all, YOU ported it in the first place!
> YOUr desire preceded mine.
It's our source tree.
End of story.
You really need to adjust your attitude. Or, if you won't, please run
something else
On Fri, Jan 06, 2006 at 12:25:25PM -0500, Bill wrote:
> I found one of my firewalls has a 4Gig drive. While it is still
> working fine, I am thinking maybe I should remove the 10 year old thing
> and maybe move it somewhere a little less stressed).
>
> I googled and faq'd and nothing recent came
On 1/6/06, Bill <[EMAIL PROTECTED]> wrote:
> I found one of my firewalls has a 4Gig drive. While it is still
> working fine, I am thinking maybe I should remove the 10 year old thing
> and maybe move it somewhere a little less stressed).
>
> I googled and faq'd and nothing recent came up, so I was
From: Travers Buda [mailto:[EMAIL PROTECTED]
> I think YOU need to articulate why CGD is not making it in.
> Why is the
> burden of proof on me? After all, YOU ported it in the first place!
> YOUr desire preceded mine.
Travers - are you bipolar or just hyper?
I think it was made clear earlier
On Thu, Jan 05, 2006 at 07:27:02PM +0100, Wild Karl-Heinz wrote:
> Hello all.
>
> I've asked a month ago if it's possible to tag an incoming connection
> and keep the tag also after redirect to an other device with pf. The
> answer was no.
>
> I thought about a way to restrict an openvpn connecti
On Thu, Jan 05, 2006 at 12:17:26PM -0700, Jason Balan wrote:
> Question I have the following in my syslog file and created the popa3d.log
> file restarted syslog then rebooted
>
> !popa3d
> *.* /var/log/popa3d.log
>
> I still am getting popa3d m
On 1/6/06, Travers Buda <[EMAIL PROTECTED]> wrote:
> YOU thought using CGD was good long before I ever did. Was there some
> reason behind this? Was there reason behind then using svnd? Am I to
i had an afternoon free and nothing better to do. i probably stored
about 10k of data on a cgd partitio
Bob Bostwick (Lists) wrote:
I installed 3.8 on an 1855 with no problems about two weeks ago. All my
apps worked, and had no problems until I rebooted the box (not the first
reboot, and not because of an issue of any kind.) Upon reboot, it fails
to boot right away, with the "now trying bsd.old.
I was looking at buying a Presario v2405ca cause it has all kinda
really cool stuff. I was wondering if anyone has tried openbsd on
it or its kin yet and how that worked out? I was planning on taking
a 3.7 or 8 boot cd with me to see what it finds.
Cheers
--
Roy Morris
> I was looking at buying a Presario v2405ca cause it has all kinda
> really cool stuff. I was wondering if anyone has tried openbsd on
> it or its kin yet and how that worked out? I was planning on taking
> a 3.7 or 8 boot cd with me to see what it finds.
I just picked up a 2405US right before Ch
On Fri, Jan 06, 2006 at 12:25:25PM -0500, Bill wrote:
> I found one of my firewalls has a 4Gig drive. While it is still
> working fine, I am thinking maybe I should remove the 10 year old thing
> and maybe move it somewhere a little less stressed).
>
> I googled and faq'd and nothing recent came
Thanks Claudio. Is there also an security issue on MPLS VPN ?
Or is a normal VPN much secure als MPLS VPN ?
Thanks ... its very interesting.
Thomas
> >
>
> Why what?
> Why I'm not intersted in it or why I think MPLS is evil?
>
> MPLS is doing label switching on a hop by hop basis. In larger ne
On Fri, Jan 06, 2006 at 11:12:23PM +0100, Thomas Bvrnert wrote:
> Thanks Claudio. Is there also an security issue on MPLS VPN ?
> Or is a normal VPN much secure als MPLS VPN ?
>
MPLS VPNs are normaly not encrypted. It is just used to tunnel multiple
networks over a backbone network without touchi
Yes - I have used the card with Linux for some time using ndiswrapper.
On 1/6/06, Jonathan Gray <[EMAIL PROTECTED]> wrote:
> On Thu, Jan 05, 2006 at 09:04:32PM -0600, Peter Drauden wrote:
> > I am trying to install OpenBSD 3.8 on my laptop (a HP n3410). The
> > rtw(4) man page says my wireless car
Hi there,
I'm having a strange problem, my keyboard isn't working under OBSD 3.8.
This keyboard works flawlesly in my other machines or in this machine
while navigating the PC BIOS or while typing some commands at the OBSD
boot prompt, but when I get the first vtty I can't do anything apart
f
Or the gentoo' portage.
On 1/5/06, Daniel A. Ramaley <[EMAIL PROTECTED]> wrote:
>
> On Wednesday 04 January 2006 18:43, you wrote:
> >I know it isn't simple, one must first have a way to say: "hey, I'm a
> >package who was added by a user, I wasn't added just to serve a
> >package you deleted!!",
Rickard Dahlstrand wrote:
Stuart Henderson wrote:
On 2006/01/06 17:36, Rickard Dahlstrand wrote:
When I install using the floppy38.fs image I get le1 as my
ethernet-interface and install using ftp. Then I reboot using the
standard bsd-kernel I get pcn0 as my ethernet-interface. Dmesg below
On Fri, 6 Jan 2006, Ray Lai wrote:
> What are the proper uses of MAXNAMLEN, NAME_MAX, and FILENAME_MAX?
> Do they represent filenames with or without paths? Do they include
> the terminating null or not? The source seems inconsistent:
Posix says: "{NAME_MAX} Maximum number of bytes in a filenam
Limaunion wrote:
Hi there,
I'm having a strange problem, my keyboard isn't working under OBSD 3.8.
This keyboard works flawlesly in my other machines or in this machine
while navigating the PC BIOS or while typing some commands at the OBSD
boot prompt, but when I get the first vtty I can't do
Fred Crowson wrote:
Limaunion wrote:
Hi there,
I'm having a strange problem, my keyboard isn't working under OBSD
3.8. This keyboard works flawlesly in my other machines or in this
machine while navigating the PC BIOS or while typing some commands at
the OBSD boot prompt, but when I get the
C. Bensend wrote:
I was looking at buying a Presario v2405ca cause it has all kinda
really cool stuff. I was wondering if anyone has tried openbsd on
it or its kin yet and how that worked out? I was planning on taking
a 3.7 or 8 boot cd with me to see what it finds.
I just picked up a 2405US r
> excellent thanks. I figured the built in YRLess might have some
> problems. Are you running 3.8 -release?
No, a -CURRENT snapshot as of around Dec 19th. I'll be upgrading to
the most recent here shortly.
I sent my info in for the i386-laptop page, but it doesn't seem to
have been updated quite
On Sat, Jan 07, 2006 at 12:11:32AM +0100, Otto Moerbeek wrote:
>
> On Fri, 6 Jan 2006, Ray Lai wrote:
>
> > What are the proper uses of MAXNAMLEN, NAME_MAX, and FILENAME_MAX?
> > Do they represent filenames with or without paths? Do they include
> > the terminating null or not? The source seems
On Friday 06 January 2006 14:46, Ted Unangst wrote:
> i had an afternoon free and nothing better to do. i probably stored
> about 10k of data on a cgd partition for about 5 minutes to see if it
> worked, then deleted it. the stats with encrypted svnd are pretty
> similar, though i think i used on
On 1/6/06, Mike Keller <[EMAIL PROTECTED]> wrote:
> You could write a script that will notify you if the
> status changes.
I did something similar to this with perl on solaris. I just had a
perl script that would run metastat and count the number of OK's it
saw and report an error if there was
On 1/6/06, Travers Buda <[EMAIL PROTECTED]> wrote:
> On Friday 06 January 2006 14:46, Ted Unangst wrote:
> > i had an afternoon free and nothing better to do. i probably stored
> > about 10k of data on a cgd partition for about 5 minutes to see if it
> > worked, then deleted it. the stats with en
Claudio,
Thanks for taking the time to give us your insigh on this technology,
I agree that it is a very interesting discussion:) I guess that explains
why there is very little interested in mpls-vpns in open source project
the last several years (except for the work James Leu) is doing...
Gle
I have not seen it discussed much on the list, but OpenBGP works *very*
well and is easy to setup using Hurricane Electrics free (ipv6-in-ipv4)
tunnel broker service. Kudos to Henning for all the good work that went
into making this available in v3.8!! I will try and create a quick and
dirty web
I know that it's not about that list but anyone here knows a GOOD list of
programming? rather in C but could be in any language!
Best regards
--
Abragos
Ricardo Lucas
We have to stop been egoist and think more on ourselves.
Travers Buda wrote:
On Friday 06 January 2006 14:46, Ted Unangst wrote:
i had an afternoon free and nothing better to do. i probably stored
about 10k of data on a cgd partition for about 5 minutes to see if it
worked, then deleted it. the stats with encrypted svnd are pretty
similar, thoug
No that was a typo and not a pasto. The lookup line is ok, not looklup.
The other lines from miniroot/install.sh are not there. Only the one
weird ::1 localhost line. Since I took it out, I have not seen the
error again.
Jim
jared r r spiegel wrote:
On Mon, Jan 02, 2006 at 08:17:43PM -06
Travers Buda wrote:
> On Friday 06 January 2006 14:46, Ted Unangst wrote:
>
>>i had an afternoon free and nothing better to do. i probably stored
>>about 10k of data on a cgd partition for about 5 minutes to see if it
>>worked, then deleted it. the stats with encrypted svnd are pretty
>>similar,
I want a discursion list because I want help in some thinks, but I know how
to programming in C not very well but I know something, and thank's for
these hints, I'll check them out.
Best regards
2006/1/6, Craig McCormick <[EMAIL PROTECTED]>:
>
> On Fri, 2006-01-06 at 22:37 -0200, Ricardo Lucas w
alt
Dear Flagstar Bank Client,
This is your official notification from Flagstar Bank that the
service(s) listed below
will be deactivated and deleted if not renewed immediately. Previous
notifications have
been sent to the Billing Contact assigned to this account. As the
Primary Contact, you
In etc/hosts or in /etc/resolv.conf? I left in hosts, but deleted it
from resolv.conf.
Jim
David Higgs wrote:
Apologies if I'm misinterpreting you, but the "strange" and "weird"
::1 localhost line isn't an error that should be removed - it's
supposed to be there.
In IPv6 land, ::1 is equiva
Yeah, it should stay in hosts, but I don't see ::1 in your resolv.conf
earlier in the thread...
Anyways, I don't have much input otherwise about your error message.
I was just trying to remedy a possible misconception about IPv6.
Sorry for any confusion.
--david
On 1/6/06, Jim Mays <[EMAIL PR
Bill wrote:
> I found one of my firewalls has a 4Gig drive. While it is still
> working fine, I am thinking maybe I should remove the 10 year old thing
> and maybe move it somewhere a little less stressed).
>
> I googled and faq'd and nothing recent came up, so I was wondering if
> this was the b
On Fri, Jan 06, 2006 at 04:43:35PM -0600, Peter Drauden wrote:
> Yes - I have used the card with Linux for some time using ndiswrapper.
>
> > Are you sure this card is in a working state?
Curious. In my dmesg, when my MA521 is recognized, it prints a
manufacturer string along the lines of "NETGEA
On 1/6/06, Benjamin Collins <[EMAIL PROTECTED]> wrote:
> Curious. In my dmesg, when my MA521 is recognized, it prints a
> manufacturer string along the lines of "NETGEAR MA521 802., , ",
> followed by: "ver F, radio SA2400A, amp SA2411, address ..."
>
> Are you sure that yours is actually an MA521
63 matches
Mail list logo