Re: how do I capture dmesg for a failed install??

2008-04-28 Thread mcb, inc.
On Mon, 28 Apr 2008, Douglas A. Tutty wrote: I-forget-who makes a text-only video card that outputs to a serial port instead of a VGA port. Its rather expensive but perhaps you can borrow one. PC Weasel? -- Monty Brandenberg, Software Consultant MCB, Inc. [EMAIL P

Re: how do I capture dmesg for a failed install??

2008-04-28 Thread Douglas A. Tutty
On Thu, Apr 17, 2008 at 12:20:16PM +0200, Maximilian-Clemens Anderer wrote: > On Wed, Apr 16, 2008 at 04:41:58PM -0700, [EMAIL PROTECTED] wrote: > > Hi, > > How can I capture the dmesg (white on blue text) during a failed install? > > I would like to capture the message during the install process

Re: web development on OpenBSD

2008-04-28 Thread Bojan Nastic
eBay used to use C++. There was a .pdf some time ago where they described some of their C++ stuff (and compiler errors like "too many class methods", good ol' code generators...) They've since moved to Java, but I don't remember if it's a 100% Java shop now. As for Amazon, look at their Web

Re: Solved: cron - setusercontext failed for root

2008-04-28 Thread Ingo Schwarze
Torsten wrote on Mon, Apr 28, 2008 at 04:42:09PM +0200: > If everybody always knew exactly what they're doing, > this ML would be obsolete, wouldn't it? No. Knowledge does not obsolete communication. Quite to the contrary, knowledge helps communication. > Why would you read this ML if not to he

Re: web development on OpenBSD

2008-04-28 Thread raven
Bertrand Janin ha scritto: I Wonder what amazon.com and Ebay.com use? it would stand to reason that they would need speed any place they can get it. I wonder if they use C? I remember seeing "Sun" microbanners here and there on eBay, it might scream "Java". But, sometimes, you see some

Re: Kernel trap with custom ramdisk

2008-04-28 Thread mickey
On Tue, Apr 29, 2008 at 02:28:11AM +0400, B A wrote: > Hello! > > I'm trying to build custom kernel+ramdisk for my router. > But I'm getting: > > panic: pmap_enter: missing kernel PTP! > Stopped at 0x0d47ba08: leave > > Any ideas what I did wrong? > I build 5 meg ramdisk, I can't even boot large

Re: Kernel trap with custom ramdisk

2008-04-28 Thread Johan Mson Lindman
On Tuesday 29 April 2008 00:28:11 B A wrote: > Hello! > > I'm trying to build custom kernel+ramdisk for my router. > But I'm getting: > > panic: pmap_enter: missing kernel PTP! > Stopped at 0x0d47ba08: leave > > Any ideas what I did wrong? You tried building a custom ramdisk and then came to misc

Re: symon/symux and syweb PF reporting

2008-04-28 Thread Parvinder Bhasin
Thanks Stuart, I will give it a shot. On Apr 28, 2008, at 3:38 AM, Stuart Henderson wrote: On 2008-04-28, Parvinder Bhasin <[EMAIL PROTECTED]> wrote: Hi, I have symon, symux working and reporting on 2 of the systems. How do I get more graphs for PF ? Currently I only see bytes in/out for PF

Re: web development on OpenBSD

2008-04-28 Thread Bertrand Janin
> I Wonder what amazon.com and Ebay.com use? it would stand to reason > that they would need speed any place they can get it. > I wonder if they use C? I remember seeing "Sun" microbanners here and there on eBay, it might scream "Java".

Kernel trap with custom ramdisk

2008-04-28 Thread B A
Hello! I'm trying to build custom kernel+ramdisk for my router. But I'm getting: panic: pmap_enter: missing kernel PTP! Stopped at 0x0d47ba08: leave Any ideas what I did wrong? I build 5 meg ramdisk, I can't even boot larger ramdisk's, system just immediately rebooting. Thank you.

CARP traffic goes over the ipsec tunnel when it's not supposed to

2008-04-28 Thread Jose Quinteiro
I have two firewalls running OpenBSD 4.2 x86. I've set up an ipsec tunnel using ipsec.conf. These machines also serve up a shared ip address using a carp interface. Here's hostname.carp1 on machine1: inet 10.40.31.225 255.255.255.224 10.40.31.255 carpdev vr1 vhid 2 pass ... And on machine2:

Re: web development on OpenBSD

2008-04-28 Thread Sam Fourman Jr.
> You've got a choice of classical web dev environments, like perl's Mason, > which are fast, but a bit difficult to code for, and so-called `modern' > web environments, like ruby-on-rails, or perl's catalyst (or php symphony, > if I'm right), which would be nice, except that they're REAL SLOW,

Fw: issue on Attansic Technology L1 network card and OpenBSD

2008-04-28 Thread don cipo
Don't buy this chip ! - Original Message - From: Richard Yang To: don cipo ; [EMAIL PROTECTED] Sent: Monday, April 21, 2008 3:42 AM Subject: RE: issue on Attansic Technology L1 network card and OpenBSD Dear Don, Sorry, we don't have support the driver in the OpenBSD OS. Thanks.

Re: web development on OpenBSD

2008-04-28 Thread Marc Espie
On Mon, Apr 28, 2008 at 09:56:19AM -0300, Vinicius Vianna wrote: > Maybe the best languages for start web development would be PHP and Perl, i > don't know about ruby since i've never used it, but a lot of people talks > nicely about it ;) The current situation sucks a bit. You've got a choice

Re: Redirect traffic based on sub-domain?

2008-04-28 Thread Markus Bergkvist
Thanks to all for your replies. relayd seems to be what I'm looking for. BR, Markus Stuart Henderson wrote: On 2008-04-28, bofh <[EMAIL PROTECTED]> wrote: Is it possible to have PF redirecting traffic based on sub-domains? I.e. I want traffic to a.mydomain.nu to be redirected to machine 'a and

install from USB thumb drive hangs....

2008-04-28 Thread vatocleti
Hey All, I originally tried installing 4.2 from a USB attach CDROM, and this caused the install to hang (at white on blue text, before reaching the (I)nstall prompt). I then created a bootable USB from an existing BSD system and tried installing from the USB and it still hangs. It hangs at the

Re: Nvidia Quadro NVS 140M

2008-04-28 Thread Marco Peereboom
In fact the code is written to completely obscure what it is doing. It is worse than bad. On Sun, Apr 27, 2008 at 10:05:11PM +, Stuart Henderson wrote: > On 2008-04-27, Stuart Henderson <[EMAIL PROTECTED]> wrote: > > On 2008-04-27, Jason Beaudoin <[EMAIL PROTECTED]> wrote: > >>> I talked with

Re: What does hw.disknames means?

2008-04-28 Thread Bill
Thank you very much, Paul. I think you have already answered my question clearly. Thanks for your help. Cheers, Hongxing On Mon, Apr 28, 2008 at 8:57 AM, Paul de Weerd <[EMAIL PROTECTED]> wrote: > Redirected to misc@, as it's more appropriate there. > > On Mon, Apr 28, 2008 at 07:27:23AM -0700,

Re: What does hw.disknames means?

2008-04-28 Thread Paul de Weerd
Redirected to misc@, as it's more appropriate there. On Mon, Apr 28, 2008 at 07:27:23AM -0700, xing93111 wrote: | Hi, | | I use sysctl hw.disknames command on my openBSD system, the system says: | hw.disknames=rd0. What does this means? I also saw other posts in this | forum, their hw.disknames m

Re: Solved: cron - setusercontext failed for root

2008-04-28 Thread Torsten
Yes, it is *totally* obvious if you actually know what you're doing. Well, I didn't say I know exactly what I'm doing. If everybody always knew exactly what they're doing, this ML would be obsolete, wouldn't it? Thanks a lot for your explanations (no irony! I've learned from it!)!!! That hel

Re: Solved: cron - setusercontext failed for root

2008-04-28 Thread Paul de Weerd
On Mon, Apr 28, 2008 at 03:17:34PM +0200, Torsten wrote: >> Are you serious? You break things by removing an essential, documented >> file and then complain? > > It's obvious that I must be dumb. I wasn't smart enough to find out that > running a program by schedule (which cron does) _must_ have

Re: Solved: cron - setusercontext failed for root

2008-04-28 Thread Torsten
If you start breaking stuff by removing files without the knowledge how things work, you should expect harsh treatment from this list. What's next, sombody complaining he cannot login because he removed the passwd file? Without any irony: I'm sorry if I didn't make things clear enough! The pro

Re: Solved: cron - setusercontext failed for root

2008-04-28 Thread Otto Moerbeek
On Mon, Apr 28, 2008 at 03:17:34PM +0200, Torsten wrote: >> Are you serious? You break things by removing an essential, documented >> file and then complain? > > It's obvious that I must be dumb. I wasn't smart enough to find out that > running a program by schedule (which cron does) _must_ have

Re: Solved: cron - setusercontext failed for root

2008-04-28 Thread Torsten
Are you serious? You break things by removing an essential, documented file and then complain? It's obvious that I must be dumb. I wasn't smart enough to find out that running a program by schedule (which cron does) _must_ have something to do with the _login_ process, which login.conf is obv

Re: web development on OpenBSD

2008-04-28 Thread raven
Amarendra Godbole ha scritto: On Mon, Apr 28, 2008 at 6:50 AM, bofh <[EMAIL PROTECTED]> wrote: As others have mentioned - postgresql. Superior database, scalable above 8 cpus, unlike mysql. And everything comes with it, unlike mysql, where you have to pay for "enterprise features" (at le

Re: Solved: Re: chroot issues with accessing /dev/ entries

2008-04-28 Thread Hannah Schroeter
Hi! On Sun, Apr 27, 2008 at 04:47:53PM +0200, Torsten wrote: >>>OK, thank you, that got me onto the right track, now I think I know what >>>the problem is: mount_mfs. >>>/sbin/mount_mfs -s 9 swap /mnt >>>Is there a way to have devices under that mountpoint? >>Of course, just mknod(8) them (ea

Re: web development on OpenBSD

2008-04-28 Thread Vinicius Vianna
bofh wrote: On language - remember, PHP's design goal (as late as v3) was for complete non-programmers to be able to pick it up and write programs immediately. You can imagine how that can cause issues for security. Most libraries or add-ons you install for PHP require you to run in insecure mod

Re: Solved: cron - setusercontext failed for root

2008-04-28 Thread Stuart Henderson
On 2008/04/28 13:26, Torsten wrote: >>> The system is VERY much stripped down to the absolute necessary files >>> only. >> Then it's no longer OpenBSD > > It can be discussed if an OS where I delete certain files cannot be > called by its original name anymore. This has been done to death in th

Re: Solved: cron - setusercontext failed for root

2008-04-28 Thread Peter N. M. Hansteen
Torsten <[EMAIL PROTECTED]> writes: > Anyway, I found that cron needs /etc/login.conf though that file is > not mentioned in any documentation. That's odd. On my machines 'man login.conf' gives me a rather informative man page. On OpenBSD, to find something that is in fact not at all document

Re: Solved: cron - setusercontext failed for root

2008-04-28 Thread Otto Moerbeek
On Mon, Apr 28, 2008 at 01:26:47PM +0200, Torsten wrote: >>> The system is VERY much stripped down to the absolute necessary files >>> only. >> Then it's no longer OpenBSD > > It can be discussed if an OS where I delete certain files cannot be called > by its original name anymore. > > Anyway,

Solved: cron - setusercontext failed for root

2008-04-28 Thread Torsten
The system is VERY much stripped down to the absolute necessary files only. Then it's no longer OpenBSD It can be discussed if an OS where I delete certain files cannot be called by its original name anymore. Anyway, I found that cron needs /etc/login.conf though that file is not mentioned

Re: symon/symux and syweb PF reporting

2008-04-28 Thread Stuart Henderson
On 2008-04-28, Parvinder Bhasin <[EMAIL PROTECTED]> wrote: > Hi, > > I have symon, symux working and reporting on 2 of the systems. > How do I get more graphs for PF ? Currently I only see bytes in/out > for PF graph? Create a new syweb layout based on the sample pf.layout.

Re: Redirect traffic based on sub-domain?

2008-04-28 Thread Stuart Henderson
On 2008-04-28, bofh <[EMAIL PROTECTED]> wrote: >> >> Is it possible to have PF redirecting traffic based on sub-domains? I.e. I >> want traffic to a.mydomain.nu to be redirected to machine 'a and traffic >> to b.mydomain.nu to be redirected to machine 'b'.' This is not enough information to give a