Re: OpenBSD pxe automated install

2013-08-13 Thread Marian Hettwer
Hi loic, Sorry for top posting. I need exactly the same for OpenBSD. Maybe we could work together... In my example all I need on top of it is some same network config and a first puppet run after reboot... But I hesitated to modify bsd.rd... Maybe it's more wise to create a "netboot.rd" and let bs

Re: OpenBSD pxe automated install

2013-08-13 Thread Marian Hettwer
Am 13.08.2013 um 10:07 schrieb Don Jackson : > Later, Nick did this: > > redux - fully automated OpenBSD installation - hiqu.biz > > We failed to get any sort of buy in to this approach into the main > distribution… > This is sad :-/ For any mass deployment I need this... I was okay with doin

Re: OpenBSD pxe automated install

2013-08-13 Thread Marian Hettwer
for debian. My first scripted OpenBSD install was based on that. Am 13.08.13 13:52, schrieb Nick Holland: On 08/13/13 07:13, Marian Hettwer wrote: ... This is sad :-/ For any mass deployment I need this... I was okay with doing it semi automated for the first three boxes at work. But nowaday

Re: OpenBSD pxe automated install

2013-08-13 Thread Marian Hettwer
Hi Loic, Am 13.08.13 15:43, schrieb � Blot: Hello Marian, i think you are right, because bsd.rd is required for last chance to repair system, among others. right. And I'd like to leave it untouched. This hopefully also increases the possibility that whatever we come up with might get added

Re: OpenBSD pxe automated install

2013-08-13 Thread Marian Hettwer
Am 13.08.2013 um 19:08 schrieb Johan Beisser : > On Tue, Aug 13, 2013 at 9:48 AM, Marian Hettwer wrote: >> Hi Loic, >> >> >> Am 13.08.13 15:43, schrieb � Blot: > >> >> PS.: personal opinion: I like FAI (www.fai.org) much more then debians >>

Re: OpenBSD maintenance compared to FreeBSD

2013-10-30 Thread Marian Hettwer
For FreeBSD: stay on -RELEASE and use freebsd-update(8) Nowadays no need to build world. -- sent via my mobile C64 > Am 30.10.2013 um 03:44 schrieb David Noel : > > I started playing around with FreeBSD back in the 2.2.7 days. I'd > describe myself as a casual desktop/workstation user. Back in

Re: Autoinstall

2013-11-05 Thread Marian Hettwer
Am 2013-11-05 10:06, schrieb Peter Hessler: On 2013 Nov 04 (Mon) at 17:14:57 -0500 (-0500), Predrag Punosevac wrote: :I was driving last night so I have not had much sleep. I just want to :make sure that I am not hallucinating. Then minutes ago when I installed :the latest snapshot I was presen

use 3 nics as hub / switch

2009-01-02 Thread Marian Hettwer
Hi All and a happy new year, got a short question here. I'm building a home router from a blue box (embedded pc), which has 3 nics (rl0, 1, 2). Internet drops in via dhcp client on rl0. Now I got 2 NICs left and I'd like to use them similar like a hub. Just use a cross over cable and plug in 2 mor

Re: use 3 nics as hub / switch

2009-01-05 Thread Marian Hettwer
stname.rl2 > up > > bridgename.bridge0: > add rl1 > add rl2 > up > > Then add dhcpd_flags="rl1" to rc.conf.local, dhcpd will respond to > requests on either interface since it's a bridge. > > -Nick > > Marian Hettwer wrote: >> Hi All and

Re: locate weirdness

2012-01-11 Thread Marian Hettwer
Hi, Am 11.01.12 20:17, schrieb L. V. Lammert: At 01:04 PM 1/11/2012, Barry Grumbine wrote: Bite the bullet, upgrade, life is better at 5.0 Sorry, but *UPGRADING* isn't the question - the question is why locate is not working properly. No. You were advised to upgrade, since 4.3 is not suppo

Re: locate weirdness

2012-01-11 Thread Marian Hettwer
Am 11.01.12 22:34, schrieb Ted Unangst: On Wed, Jan 11, 2012, L. V. Lammert wrote: At 01:30 PM 1/11/2012, Jeremy O'Brien wrote: 4.3 was released May 1, 2008. That's almost 4 years old software. What are you expecting here? Someone to check out the code from that version and deeply inspect what

Re: locate weirdness

2012-01-11 Thread Marian Hettwer
Am 12.01.12 00:13, schrieb Philip Guenther: On Wed, Jan 11, 2012 at 3:02 PM, Marian Hettwer wrote: ... ([foobar@bistromath]<~>)$ time sudo /usr/libexec/locate.updatedb Password: Ah, but that's *not* how locate.updatedb is invoked by the cronjob! There's a reason I called

teamspeak server - webinterface

2007-01-09 Thread Marian Hettwer
Hi All, I'm trying to get a teamspeak server (linux binary) running under OpenBSD 4.0 I already digged the archives and teamspeak forums and it looks like nobody got it running yet. Well, my thought was: If it runs under FreeBSD's linux emulation, why shouldn't it run with OpenBSD's linux emul

pf and load balancing some webservers

2007-01-17 Thread Marian Hettwer
Hi All, I tried to setup a pf(4) based load balancer for some webservers. I did follow the instructions from openbsd.org's pf FAQ. However, I seem to make a stupid mistake and I can't see which one. My Setup: - OpenBSD 4.0 box, should be the load balancer - 2 other boxes with official IP address

Re: pf and load balancing some webservers

2007-01-18 Thread Marian Hettwer
Hej Bryan, On Wed, 17 Jan 2007 16:32:43 -0500, Bryan Chapman <[EMAIL PROTECTED]> wrote: >> >> > Do you have a pass rule along with that rdr rule? Nope. But IIRC it's pass in and pass out anyway by default. And I have no block rule (yet) :) Correct me if I'm wrong... ./Marian

Re: pf and load balancing some webservers

2007-01-18 Thread Marian Hettwer
Hej Stuart, On Thu, 18 Jan 2007 09:52:15 +, Stuart Henderson <[EMAIL PROTECTED]> wrote: > On 2007/01/18 09:17, Marian Hettwer wrote: >> That doesn't make sense to me... why should the destination reply > directly to the origin? > > That's because rdr only rew

http load balancing with pf (apache access log)

2007-01-29 Thread Marian Hettwer
Hi OpenBSD'lers, I'm about to use OpenBSD's pf(4) for load balancing some webservers. So far, everything is looking just perfect. Compared to pound, pf(4) is incredibly fast with few CPU and memory usage. So I'd say: Thats great :) However, one thing is bothering me. Obviously, my apache acces

Re: http load balancing with pf (apache access log)

2007-01-29 Thread Marian Hettwer
Gregory Edigarov schrieb: Marian Hettwer wrote: Okay... anybody with any usable suggestions? There's the X-Forwarded-to Information in a http header, which can be set via some software load balancers. However, those are operating on the application layer, which pf isn't... too ba

Re: http load balancing with pf (apache access log)

2007-01-29 Thread Marian Hettwer
Hej Berk, Berk D. Demir schrieb: Marian Hettwer wrote: However, one thing is bothering me. Obviously, my apache access logs on those load balanced machines can only show the IP address of my load balancer, not the real remote ip of the request. This is, to my knowledge, due to the fact that

Re: http load balancing with pf (apache access log)

2007-01-29 Thread Marian Hettwer
Pierre-Yves Ritschard schrieb: On Mon, 29 Jan 2007 17:34:51 +0100 Marian Hettwer <[EMAIL PROTECTED]> wrote: You could also do an ugly hack which would consist of attaching a second network on your servers and load balancers (provided they are in the same (v)?lan) like 172.16.1.0/24 a

Re: http load balancing with pf (apache access log)

2007-01-29 Thread Marian Hettwer
Hi, Pierre-Yves Ritschard schrieb: On Mon, 29 Jan 2007 16:21:13 +0100 Marian Hettwer <[EMAIL PROTECTED]> wrote: However, one thing is bothering me. Obviously, my apache access logs on those load balanced machines can only show the IP address of my load balancer, not the real remote

Re: http load balancing with pf (apache access log)

2007-01-29 Thread Marian Hettwer
Pierre-Yves Ritschard schrieb: On Mon, 29 Jan 2007 17:20:50 +0100 Marian Hettwer <[EMAIL PROTECTED]> wrote: Which would mean, I send a SYN to my load balancer, which forwards the SYN to one of my webservers, and the webserver would send a SYN-ACK back to me. But my machine, obviously ca

Re: http load balancing with pf (apache access log)

2007-01-30 Thread Marian Hettwer
Hej Bob, Bob Beck schrieb: * Marian Hettwer <[EMAIL PROTECTED]> [2007-01-29 09:49]: Hi OpenBSD'lers, I'm about to use OpenBSD's pf(4) for load balancing some webservers. So far, everything is looking just perfect. Compared to pound, pf(4) is incredibly fast with few CPU

Re: http load balancing with pf (apache access log)

2007-01-30 Thread Marian Hettwer
Henning Brauer schrieb: * Marian Hettwer <[EMAIL PROTECTED]> [2007-01-29 18:46]: Ah... there we go. I can't setup the webservers with their default gateway to my load balancer. The boxes are dedicated servers and I have no possibility to change the network settings. These are ren

Re: http load balancing with pf (apache access log)

2007-01-30 Thread Marian Hettwer
Hej Stuart, Stuart Henderson schrieb: On 2007/01/29 16:21, Marian Hettwer wrote: Is there any possible way to get the real ip addresses in my apache access log? Readers who didn't see the earlier posts about setting this up, they're here: http://marc.theaimsgroup.com/?l=open

Re: HTTP URL filtering?

2007-02-07 Thread Marian Hettwer
Hej there, Xavier Mertens schrieb: Hi *, I've a problem with an Apache web server hit by f*cking spammers... I would like to filter some URLs (unused but still used by the bots) *BEFORE* they reach the httpd processes. What could be the best method? pf? something else? I had the same problem

Re: HTTP URL filtering?

2007-02-07 Thread Marian Hettwer
Hi, Karsten McMinn schrieb: On 2/6/07, Xavier Mertens <[EMAIL PROTECTED]> wrote: Hi *, I've a problem with an Apache web server hit by f*cking spammers... I would like to filter some URLs (unused but still used by the bots) *BEFORE* they reach the httpd processes. What could be the best method

Re: cisco vpn gateway

2007-02-19 Thread Marian Hettwer
Hi there, atstake atstake schrieb: I been given this Cisco VPN Client software version 4.8 where a "vpnclient.ini" file needs to be imported and authentication is done via username and password to a Cisco VPN gateway which (after authentication) drops me off to the internal network. ugh. That'

Re: HTTP URL filtering?

2007-02-21 Thread Marian Hettwer
Toni Mueller schrieb: Hi, On Wed, 07.02.2007 at 19:08:46 +0100, Marian Hettwer <[EMAIL PROTECTED]> wrote: I had the same problem with botnets, attacking a specific URL. Even sending out 404 errors didn't help at all. I wouldn't recommend the pf overload feature, as this depend

Re: Help needed with server setup at work

2007-04-24 Thread Marian Hettwer
If you've never heard of it, chances are you've spent too much time in a stupid corporate messaging environment or using a retarded email client from a vendor that thinks they have to reinvent the conventions that electronic mail has followed for decades. I must be using a retarded mail client t

Re: postfix mailq command mixup on OpenBSD

2007-06-01 Thread Marian Hettwer
Hej Timo, On Fri, 1 Jun 2007 16:34:41 +0200, Timo Schoeler <[EMAIL PROTECTED]> wrote: > Thus Juan Miscaro <[EMAIL PROTECTED]> spake on Fri, 1 Jun 2007 09:21:27 > -0400 (EDT): > >> My findings: >> >> $ which mailq >> /usr/bin/mailq >> >> $ ls -l /usr/bin/mailq >> lrwxr-xr-x 1 root wheel21B M

Re: Rename multiple files at once

2007-06-27 Thread Marian Hettwer
Hi Pieter, On Wed, 27 Jun 2007 14:37:07 +0200, Pieter Verberne <[EMAIL PROTECTED]> wrote: > Hi there, > > How do I rename multiple files at once? I want to rename a list of > files like: > > file.jpg > file1.jpg > file_2.jpg > > to: > > file_thumb.jpg > file1_thumb.jpg > file_2_thumb.jpg > As

2 internet connections on 1 router

2007-09-20 Thread Marian Hettwer
Hi All, I'm using a Soekris box with OpenBSD 4.0 (sorry *g*) on my home soekris box. Actual setup is one interface with a cable modem connected for internet use. The cable modem provider talks dhcp, so no pppoe magic involved. Now I do have an old second DSL provider lying around, which I basical

Re: 2 internet connections on 1 router

2007-09-21 Thread Marian Hettwer
Gregory Edigarov schrieb: Marian Hettwer wrote: Hi All, Question is: How do I fiddle around with my routing table, that basically the wget running on my router is using sis2 (with the pppoe uplink), while the rest (my existing working lan) is still using sis0 with my good-guys cable modem

Re: Doubts about OpenBSD security.

2006-06-21 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, Joco Salvatti wrote: > > 1. Why doesn't passwd ask superuser's current password when it's run > by the superuser to change its own password? May not it be considered > a serious security flaw? No. If you are already root, you could add eas

Re: Doubts about OpenBSD security.

2006-06-21 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Don Boling wrote: > Wouldn't this be the main reason to use sudo? > Not at all. If your box is not physically secure, even sudo wouldn't prevent an attacker of joking around with your server... Use sudo anyways, but keep your servers physically secu

Re: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-06-23 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Julian, Julian Bolivar wrote: > > I use MySQL 5.0.18 and OpenBSD 3.9 for AMD64 and work fine, and I used > a lot of insert / hour in it, using Innodb tables. > What means "a lot" ? Can you provide a mysqladmin status, or a show status from mysql

Re: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-06-24 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Ouellet wrote: > mysql> status; > -- > 44 Open tables: 455 Queries per second avg: 5.117 > -- > > > > # dmesg > OpenBSD 3.9 (GENERIC) #617: Thu Mar 2 02:26:48 MST 2006 > [EMAIL PROTECTED]:/usr/src/sys/arch/i3

Re: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-06-26 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Daniel, Daniel Ouellet wrote: > > In the end, run what you fell comfortable with, but to the original > question, is MySQL run good on OpenBSD. > > The answer to that is YES! > ACK :) sorry, I was just out for some statistics. Did some not seri

Re: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-06-27 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hej Daniel, Daniel Ouellet wrote: > Marian Hettwer wrote: > >> I'd love to have the time to give OpenBSD a chance on our production >> system. Seems unlikely, since we're running Linux only :( > > Really, a c

Re: Which WLAN mini PCI card to use?

2006-07-18 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hej Rod, on a side note... Rod.. Whitworth wrote: > Do NOT CC me - I am subscribed to the list. I can't CC you. You're in the "To:" Header when I hit reply. > Replies to the sender address will fail except from the list-server. oh. great! > Your IP a

Re: OpenBSD gets a "poor score" in security.

2006-07-27 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Spruell, Darren-Perot wrote: > From: [EMAIL PROTECTED] > garbage is third party garbage. One doesn't overlap the others. So if a > third party package runs into a bug (security, stability, or otherwise), > OpenBSD doesn't *have* to scramble to brin

Sun Cobalt RAQ4i

2006-08-15 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, just a short question: Does anyone has OpenBSD 3.9 successfully up and running on a Sun Cobalt RAQ4i ? I searched the archives but couldn't find anything useful. Background. A co-worker of mine wants to setup a DSL router for 8 to 12 people a

Re: Sun Cobalt RAQ4i

2006-08-15 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Nico, Nico Meijer wrote: > Hi Marian, > > >>just a short question: Does anyone has OpenBSD 3.9 successfully up and >>running on a Sun Cobalt RAQ4i ? >>I searched the archives but couldn't find anything useful. > > > I don't think it can be done

Re: Porting firewall/routing script to OpenBSD from linux?

2006-08-16 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthew R. Dempsky wrote: > On Sun, Aug 13, 2006 at 01:19:31PM -0400, Nick Guenther wrote: > > ip is from the iproute2 package. From the lartc.org manual, ``Why > iproute2?''[1]: > > Most Linux distributions, and most UNIX's, currently use t

Dell 1650 serial console

2006-08-30 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I'm trying to pxeboot a Dell 1650 with OpenBSD 3.9. Console redirection of the BIOS is running without problems and pxeboot gets transmitted via tftp too. When I type in "set tty com0", I get the following message: com0 console not present And

Re: Dell 1650 serial console

2006-08-30 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hej David, David Golden wrote: > On Wednesday 30 August 2006 13:00, Marian Hettwer wrote: > > Don't have a Dell 1650 specifically, but most pre-boot "console redirection" > I've seen on PCs is basically screen-scr

Re: Dell 1650 serial console

2006-08-30 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hej David, second reply, after checking the BIOS settings. David Golden wrote: > > On our PC systems with redirection, there is a BIOS setting for when the > redirection cuts out, something like: > always > pre-boot > shared > disabled > The Del

Re: Dell 1650 serial console

2006-08-30 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stuart Henderson wrote: > On 2006/08/30 15:39, Marian Hettwer wrote: > >>Redirection After Boot >> >>When I set the last paramter to disabled, I don't even see the pxeboot >>(pxe bootloader) of OpenBSD. Logic

Re: Dell 1650 serial console

2006-08-30 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Replying to myself for the archives: Marian Hettwer wrote: > > The Dell only knows 3 Parameters for console redirection to serial port: > > enabled / disabled (is set do "on" obviously) > Remote Terminal Type: ANSI

Re: Dell 1650 serial console

2006-08-30 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Golden wrote: > On Wednesday 30 August 2006 15:09, Marian Hettwer wrote: > > >>Linux can cope with this situation and OpenBSD can't. > > > Hmph. Could well just be because linux (or at least syslinux) >

Re: Dell 1650 serial console

2006-08-30 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hej Stuart, Stuart Henderson wrote: > On 2006/08/30 16:10, Marian Hettwer wrote: > >> >>Did that. And also "set image bsd.rd" and "boot bsd.rd", as I can't see >>anything at this point of my ins

Re: The future of NetBSD

2006-08-30 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Charles, Charles M. Hannum wrote: > popularity in 1993 and 1994) have suffered similar problems. FreeBSD > and XFree86, for example, have both forked successor projects (Dragonfly > and X.org) for very similar reasons. I don't agree that Dragonf

OpenSSH ChrootDirectory oddities

2008-09-30 Thread Marian Hettwer
Hi All, first of all, thanks for the Feature to chroot sftp users. I've been waiting for that one pretty long :) Today I came back to that feature since I probably need it at work and it'll be one more opportunity to not use a Linux system (Debian etch's openssh is too old). Anyway, back to the t

OpenBSD 4.3 on IBM HS20 Blade

2008-07-07 Thread Marian Hettwer
Hi there, I succesfully installed OpenBSD 4.3 on above mentioned blade, using pxeboot and bsd.rd Everything went fine. But after rebooting, the kernel crashes with some weird ACPI stuff. Unluckily this bloody IBM blade has no serial console access, so all I can provide is a screenshot: http://criv

Re: OpenBSD 4.3 on IBM HS20 Blade

2008-07-08 Thread Marian Hettwer
Hi Ioan, On Tue, 08 Jul 2008 11:29:00 +1000, "Ioan Nemes" <[EMAIL PROTECTED]> wrote: > marian, > > try this: > > boot> boot -c > disable apm > disable acpi > quit > yeah, that got the kernel booting. More interesting, though, the MP kernel boots fine, without disabling apm, acpi. What way to go

SerDes support for BCM5706S (Broadcom NetXtreme II GigE)

2008-07-08 Thread Marian Hettwer
Hi OpenBSD devs, I wonder what would be needed to get SerDes support into bnx(4). According to webcvs, rev 1.52 of bnx: Add the BCM5709 PCI device Id. It is disabled for now since we do not support SerDes-based (1000base-SX fibre) bnx(4) devices yet. The reason is simple - we do not have any fibre

ciss on HP BL465c G1 (-current snapshot 07082008)

2008-07-08 Thread Marian Hettwer
Hi All, I just tried a -current snapshot from today on one of our HP blades. The bnx0 SerDes network card works fine (at a first glance), but there seems to be another problem. This time it ciss. The boot hangs quite some time at: ciss0 at pci7 dev 8 function 0 "Hewlett-Packard Smart Array" rev 0

Mysql in replication setup

2006-09-15 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hej All, since I do prefer OpenBSD and FreeBSD on any server, and our company policy is to run Debian Sarge, I thought "What the hack" and gave OpenBSD a try for MySQL (inspired too by all those long threads on misc@ recently). Well, I guess I'm doing

Re: Mysql in replication setup

2006-09-18 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Daniel, Daniel Ouellet wrote: > Marian Hettwer wrote: > >> As soon as replication starts, mysql gets very unresponsive: >> - -bash-3.1$ time mysqladmin -uroot -p proc stat

Re: Mysql in replication setup

2006-09-18 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hej Stuart, Stuart Henderson wrote: > On 2006/09/18 11:46, Marian Hettwer wrote: > >>Okay... but by looking in iostat, it looks like pretty low traffic. 1 to >>2 MB/sec. A higher number of transfers per second, though. > >

Re: Mysql in replication setup

2006-09-18 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stuart Henderson wrote: >>25222 _mysql-50 185M 50M sleep/0 biowai 0:14 1.42% mysqld >> >>Well... to me it looks like the box is idle... why is MySQL still pretty >>unresponsive (I tend t

Re: Mysql in replication setup

2006-09-19 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Daniel, Daniel Ouellet wrote: >> Okay... but by looking in iostat, it looks like pretty low traffic. 1 to >> 2 MB/sec. A higher number of transfers per second, though. > > > You are right! Yes But the question is also, is there something else > t

Re: Mysql in replication setup

2006-09-19 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Ouellet wrote: > Marian Hettwer wrote: >> >> 060915 17:33:29 [Warning] /usr/local/libexec/mysqld: ignoring option >> '--low-priority-updates' due to invalid value 'ON' >> >> - --> Seem

Re: soekris boot console

2006-09-20 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Gustavo, Gustavo Rios wrote: > It sound very strange, i see no soekris output. I am using a > female-male cable connector with a gender changer adapter on one cable > end. > hm... that doesn't sound like a NULL-Modem cable to me... Are you 100% s

Re: Looking for HowTo instructions ...

2006-10-04 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ingo, Ingo Schwarze wrote: > I doubt the project is worth the effort at all. > Whatever numbers might result will be heavily biased. Of course it's biased. It's statistics of running *BSD systems. How could that possibly not biased?! > BSDstats i

munin

2006-11-28 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Folks, does anybody use munin on OpenBSD? If not, I'll try do create a port... If somebody else already tried this and has an old port flying around, I'd be glad to use this one :) Background: We're using munin in our Datacenter to monitor all ser

rdesktop segmentation fault

2006-04-10 Thread Marian Hettwer
x27;m not subscribed, so please keep me in CC: Thanks in advance, Marian Hettwer iD8DBQFEOixJgAq87Uq5FMsRAqBcAKCHbZnZwzFgbqoPQKvxqrEE3YxnbQCg8Swo njyl9OtTKxbHza7RxPf9gcc= =e2Ix -END PGP SIGNATURE-

Re: rdesktop segmentation fault

2006-04-24 Thread Marian Hettwer
iting for his 3.9 CD Set... hej Wim! ;) ) Chris Kuethe wrote: > i usually run in 16bit, with "-x m" ... i don't need the eyecandy, i > just need to get to a 'doze box every now and then. > > with regard to the port, i think > CC="gcc -g" make SUDO=sudo

Re: Compilers make a system less secure?

2006-05-02 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anton Karpov wrote: > Maybe, because in some cases, it just takes a bit more time to 0wn your box > if it has no compiler installed. No, not at all. You can't attack a compiler, it's not accessable from the outside. The only reason I can think of in

Re: Compilers make a system less secure?

2006-05-02 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hej Bob, Bob Beck wrote: > > In my experience it's simple. Generally speaking, not installing a > compiler makes the system less secure. Why? real easy. Most systems I > have ever seen without a compiler has software running on it that is > beh

Re: Compilers make a system less secure?

2006-05-04 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert C Wittig wrote: > > I have my MUA set so that this (and other) email-list sub-directories > reply automatically to the list for which they receive email, and only > noticed that you had emailed me off-list on the last email, so all my > repl

Re: /var filled up and can't login locally or remotely

2006-05-10 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, Giancarlo Razzolini wrote: > Paul de Weerd wrote: > > >>Don't change root's shell. >> >> >>It's set to a static shell (/bin/ksh these days) for a reason. >> >> > > Changing the root shell doesn't hurt. But you have to install your shell T

Re: /var filled up and can't login locally or remotely

2006-05-11 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, Hannah Schroeter wrote: > Hi! > > On Wed, May 10, 2006 at 04:17:11PM +0200, Marian Hettwer wrote: >>Even if you use the bash-static package, bash gets installed into >>/usr/local/bin (IIRC) and you may not have /usr

Re: OT: Serial2ssh device

2006-05-11 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, [EMAIL PROTECTED]@mgEDV.net wrote: >>I am seeking advise prior to buying a "serial to ssh" device, >>sometimes >> refered to as "serial server" or "serial port server". I am >>thinking of >>a black box 19" rack mount thing where I can plug

Re: OT: Serial2ssh device

2006-05-11 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Andrew, Andrew Veitch wrote: > On Thu, 11 May 2006, Stephan A. Rickauer wrote: > >> Any recommendations in addition to the colorful lies on the web from >> all the vendors? Experiences? Any pitfalls? > > > I've not had any problems with a Cyclad

Re: OT: Serial2ssh device

2006-05-11 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Diana, Diana Eichert wrote: > company doing the same thing called Logical Solutions (think logical). It > would be nice if companies making money off of selling "secure console > servers" would give some back to the OpenSSH project. > Which remi

Re: OT: Serial2ssh device

2006-05-11 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Theo, Theo de Raadt wrote: > > They won't, if this is the only place this problem is mentioned. > > That's why all the large contributions that I have gotten, have been > hard work of finding the right person to mention it to, and actually > ask

Re: FYI, 1and1 hosting fun (ip subnet zero)

2006-05-11 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timo Schoeler wrote: > > > IDE. puke. 'ExelStore'. wtf? i wouldn't give such hardware to my > enemies. ;D You're right with ExelStore ;) Anyway, my server at strato is running fine for 2,5 years now. FreeBSD 5.2.1, 5.3, 6.0, 6.1 ;) But I do have t

Re: newbie: panic question (azalia driver)

2006-05-15 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joachim Schipper wrote: > On Mon, May 15, 2006 at 10:13:47AM +0200, Srebrenko Sehic wrote: > >>>How do you debug/{copy,paste} a panic on pc or laptop that has no serial >>>ports? >> >>I think IBM thinkpads docking stations have a serial port. Not s

Re: they say openbsd is not as scalable as others

2006-05-29 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karsten McMinn wrote: > Back to the OP: there isn't any situation in the > net facing server world that is not best served > with OpenBSD. best served in the net server world is pretty hard stuff. What is best served? In a business environment "bes

Re: Recommended window manager for OpenBSD

2006-05-29 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andris Delfino wrote: > On 5/26/06, Roger Neth Jr <[EMAIL PROTECTED]> wrote: > >> On 5/26/06, Alexander Hall <[EMAIL PROTECTED]> wrote: >> > Christopher Nelson wrote: >> > [...] >> > > I was wondering what window manager was recommended for use wit

Re: can't get soekris 4801 to boot via pxe

2006-05-30 Thread Marian Hettwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Marc, Marc Peters wrote: > hello misc, > > i bought a soekris 4801 from wim and wanted to install it via net. when > i boot the box it gets it ip-address and when it comes to load bsd.rd it > loads the kernel but hangs during load: > >>> OpenBSD

Re: Recompile OpenBSD without built-in Apache 1.3

2011-07-06 Thread Marian Hettwer
Am 05.07.11 05:13, schrieb Henning Brauer: * Tito Mari Francis Escaqo [2011-06-29 03:31]: Is it possible to recompile the whole system while excluding the built-in Apache 1.3 web server? yes indeed. I was hoping to save a few more megabytes off the base installation of the system. I see

Re: Security over wireless.

2011-09-09 Thread Marian Hettwer
Hi David, On Fri, 9 Sep 2011 21:45:52 +0930, David Walker wrote: > Nick Holland >> define "security" :) > > I'm guessing that TLS is out and that IPsec might be in on that criteria. > Is SSH out there too? > I'd say SSH tunnels are still in. >> Your risks with wireless: >> * Unauthorized use

relayd dies lost child: socket relay engine terminated

2011-02-17 Thread Marian Hettwer
Hi Folks, I'm having some trouble at work with a pair of OpenBSD 4.8's doing load balancing with relayd. Pretty often, relayd dies. /var/log/syslog shows: Feb 17 17:13:14 openlb38-2 relayd[24485]: check_child: lost child: socket relay engine terminated; signal 11 I'm helping myself right now

Re: PHP mod for Apache

2011-03-02 Thread Marian Hettwer
On Tue, 01 Mar 2011 08:45:58 -0800, Eric Kom wrote: > Hi > > Please I have been try to find a php module for apache! > if someone can help me? > > Thank you in advance Oh come on... http://lmgtfy.com/?q=OpenBSD+php Cheers, ./Marian

Re: kern.maxcluster

2011-03-25 Thread Marian Hettwer
Hi there, On Thu, 24 Mar 2011 23:37:08 -0300, Kleber Rocha wrote: > Hi, > > I have two openbsd box with pf as firewall, with heavy load I get this error > on message: > > Mar 24 19:13:29 fw01 /bsd: WARNING: mclpools limit reached; increase > kern.maxclusters > > But, both firewalls crash, How

Re: kern.maxcluster

2011-03-25 Thread Marian Hettwer
On Fri, 25 Mar 2011 09:24:16 -0300, Kleber Rocha wrote: > Thanks all of you, I really don't know how some options of sysctl.conf > works, I turn back the option to default values and follow the > considerations of https://calomel.org/network_performance.html [1]. > I'm using OpenBSD 4.8. > As so

Re: a GOOD idea to harden OpenSSH!

2011-03-30 Thread Marian Hettwer
On Wed, 30 Mar 2011 09:22:44 +0200, Alexander Schrijver wrote: > On Wed, Mar 30, 2011 at 10:06:14AM +0300, Gregory Edigarov wrote: >> IMHO it is absolutelly useless, objections are: >> 1. You can limit connections using firewall. >> 2. You already have the feature by name "limiting the number of >

Re: kern.maxcluster

2011-04-01 Thread Marian Hettwer
Hej Henning, Am 25.03.11 17:03, schrieb Henning Brauer: * Marian Hettwer [2011-03-25 13:59]: On Fri, 25 Mar 2011 09:24:16 -0300, Kleber Rocha wrote: Thanks all of you, I really don't know how some options of sysctl.conf works, I turn back the option to default values and follo

Re: How do I exclude a directory using tar in OpenBSD?

2011-05-31 Thread Marian Hettwer
On Tue, 31 May 2011 10:53:58 +0200, LEVAI Daniel wrote: > On Tue, May 31, 2011 at 11:42:24 +0300, Michael Sioutis wrote: >> Hello! >> >> I can't find it in the man page, and it seems it is not supported (?) >> I am trying to backup some folders and want to exclude some and nth >> will work. I've t

Re: How do I exclude a directory using tar in OpenBSD?

2011-05-31 Thread Marian Hettwer
On Tue, 31 May 2011 11:39:41 +0200, Jeremie Courreges-Anglas wrote: > Le 31/05/2011 11:23, Marian Hettwer a C)crit : >>> That is a GNU extension. You can work this around with find(1) and the >>> tar(1)'s '-I' option. > > Also > tar cf /foo.tar

Re: How do I exclude a directory using tar in OpenBSD?

2011-05-31 Thread Marian Hettwer
On Tue, 31 May 2011 12:39:15 + (UTC), Stuart Henderson wrote: > On 2011-05-31, Marian Hettwer wrote: >> >> bsdtar from the FreeBSD project supports --exclude too. >> The OP could as well install gnu tar from packages. bsdtar doens't seem >> to exist... >>

Re: OT:Re: How do I exclude a directory using tar in OpenBSD?

2011-06-01 Thread Marian Hettwer
On Tue, 31 May 2011 17:05:55 -0400, "Eric Furman" wrote: > On Tue, 31 May 2011 13:43 +0200, "Marian Hettwer" >> Obviously not. >> I'm talking about shell scripts which should work in a multi unix >> environment. Namely, in my env, Debian, Solaris and

Re: How do I exclude a directory using tar in OpenBSD?

2011-06-01 Thread Marian Hettwer
On Tue, 31 May 2011 17:02:16 +0200, Otto Moerbeek wrote: > > $ pax -vw -f t.tar -x ustar -s /skip.this// . > > Should be portable... > Good to know! I put this into my list of one-liners. Thanks! :) ./Marian

tcpdump no output on stdout

2010-07-08 Thread Marian Hettwer
Hi all, I'm experiencing a rather strang behaviour with tcpdump on OpenBSD 4.7 i386 running on a vmware esx vsphere 4. My tcpdump gives no output at all on stdout, but if I use the very same command with "-w foobar" it actually does dump packages. I know that esx server are probably not supp

Re: tcpdump no output on stdout

2010-07-09 Thread Marian Hettwer
Hi Damien, Am 09.07.10 08:16, schrieb Damien Miller: On Thu, 8 Jul 2010, Marian Hettwer wrote: Hi all, I'm experiencing a rather strang behaviour with tcpdump on OpenBSD 4.7 i386 running on a vmware esx vsphere 4. My tcpdump gives no output at all on stdout, but if I use the very

trunks and vlan madness

2009-07-23 Thread Marian Hettwer
Hi *, I'm setting up a http load balancer group with OpenBSD. First of all, great work regarding pf + carp + relayd. That's a straight forward setup. Me like! :-) But now on topic. I'm getting a bit of a headache with my final setup. It'll be: 2 nic's (bge0, bge1) trunk those two nic's for failov

Re: trunks and vlan madness

2009-07-23 Thread Marian Hettwer
Hi Russel, Russell Howe schrieb: Marian Hettwer wrote, sometime around 23/07/09 16:07: Hi *, # cat /etc/hostname.bge0 up # cat /etc/hostname.bge1 up # cat /etc/hostname.trunk0 trunkproto failover trunkport bge0 trunkport bge1 up # cat /etc

  1   2   >