Re: OpenBSD kernel janitors

2007-10-31 Thread Marcus Andree
> as opposed to a majority of people who talk and not code anything? > here is a solution for you -- read http://openbsd.org/query-pr.html > and start fixing those. pretty simple solution if you get no bugs > of your own. > cu > -- Good point. I was wondering what to do next, once/if I can finis

Re: OpenBSD kernel janitors

2007-10-31 Thread Marcus Andree
Agreed I needed to peek OpenBSD code a couple months ago and found it extremely readable. Doing simple tasks can be a better path leading to new kernel engineers. Just posting your task list on this list isn't a commitment to coach new developers, but can provide a solid material to start cod

Re: QEMU /dev/tun issue with tun device number > 3 (more than 4 guests)

2007-10-25 Thread Marcus Andree
comments inline. On 10/25/07, Michael <[EMAIL PROTECTED]> wrote: > Hi, > > thanks for your fast answer. > > Marcus Andree schrieb: > > Maybe you'll have to compile a new kernel. There's an options(4) option > > called tun. I had to add something like

Re: QEMU /dev/tun issue with tun device number > 3 (more than 4 guests)

2007-10-25 Thread Marcus Andree
On 10/25/07, Michael <[EMAIL PROTECTED]> wrote: > Hi, > > I've tried to run 5 QEMU guests simultanously but when trying to start > the 5th I'll get the following error message: > > warning: could not open /dev/tun7 (No such file or directory): no > virtual network emulation > Could not initialize d

Re: Problems with Azalia, Broadcom and HP

2007-10-17 Thread Marcus Glocker
I would *guess* a complete new driver is required to run it. If you know more about it and I should be wrong, correct me. -- Marcus Glocker, [EMAIL PROTECTED], [EMAIL PROTECTED]

Re: Cyrus IMAP performance problems [Long]

2007-10-16 Thread Marcus Andree
Got similar problems with imap once, a long time ago... Had to switch from mailbox format to maildir

Re: How can i boot a bsd.rd from windows 2000 ?

2007-10-11 Thread Marcus Andree
Cool. Didn't noticed a version of grub that runs on windows. > > See: http://www.geocities.com/lode_leroy/grubinstall/ >

Re: How can i boot a bsd.rd from windows 2000 ?

2007-10-11 Thread Marcus Andree
Once upon a time there was a program called "loadlin"... I've used it a couple times. It was quite annoying when, by mistake, double clicked somewhere and, without further warning, a Linux distro was booting right in front of me. > Wasn't there, in the last century, a tool for windows to boot a

Re: How can i boot a bsd.rd from windows 2000 ?

2007-10-11 Thread Marcus Andree
That's the best answer so far But, personally, I believe it can be done without programming and hacking OpenBSD installation program to work in the same way as Ubuntu install.exe Here's how I thing it _might_ work. The point is to use a bootable linux partition to bridge from !OpenBSD to OpenB

Re: Transparent Firewall with NAT

2007-10-10 Thread Marcus Andree
You _may_ be able to apply the following setup (borrowing from someone else's design :-) : inside box (1)> firewall/bridge doing nat (2)-> default gateway> internet if1 if2 Let's just suppose that if2 has the ip address IP2 c

Re: partition layout

2007-10-04 Thread Marcus Andree
On 10/4/07, Douglas A. Tutty <[EMAIL PROTECTED]> wrote: > On Wed, Oct 03, 2007 at 07:46:01PM -0400, Nick Holland wrote: > > Douglas A. Tutty wrote: > > > Hello all, > > > > > > I have a 486DX4-100 with 32 MB ram. I bought an 8 GB drive to put in my > > > P-II and it won't boot it so I've put in in

Re: Venezuala Change to GMT -4:30

2007-10-03 Thread Marcus Andree
Please, post a copy of this message to our (Brazilian) government. We're telling them the same thing for years. But, for whatever is the reason, they insist to defy nature and often change DST arrival every couple years. On 10/3/07, Constantine A. Murenin <[EMAIL PROTECTED]> wrote: > On 03/10/2007

Re: To whom can I direct email for artwork use permission pls?

2007-10-02 Thread Marcus Andree
Theo is the copyright holder of the CD directory structure used by the install CDs. If someone wanna sell a CD (or DVD) legally, s/he will have to: - get a written permission from Theo or - code an entirely new installation procedure > > I say: make your OpenBSD DVDs, sell them cheaply, and ju

wi driver: maximal output power question

2007-09-26 Thread Marcus Andree
Dear all, First, let me say a big hello to everyone here. I've been out of this list for almost three years... Just came back less than a week ago and Chuck Yerkes is sorely missing... I don't know if this question will be better answered here or on [EMAIL PROTECTED] After reading an email abou

wi & maximal power

2007-09-25 Thread Marcus Andree
Dear all, First, let me say a big hello to everyone here. I've been out of this list for almost three years... Just came back less than a week ago and Chuck Yerkes is sorely missing... I don't know if this question will be better answered here or on [EMAIL PROTECTED] After reading an email abou

[EMAIL PROTECTED]: help needed with laptop hdd]

2007-09-13 Thread Marcus Glocker
e X40 with an attached USB disk is not that portable, and the X40 is a good hacking toy for Cardbus (wireless ;) devices ... I'm located in Switzerland / Basel. Thanks, Marcus - Forwarded message from Henning Brauer <[EMAIL PROTECTED]> - From: Henning Brauer <[EMAIL P

Re: spamd - 250 return text

2007-08-03 Thread Marcus Watts
writes Tom Bombadil <[EMAIL PROTECTED]> > Subject: spamd - 250 return text ... > Short of recompiling spamd, is there any undocumented way of changing > the 250 responses from spamd? ... Sure. It's called "bvi". -Marcus Watts

Re: calling syscalls directly from asm

2007-07-14 Thread Marcus Watts
ch is why you don't see any code here to muck with that. An error is indicated by setting the carry flag. Incidently, there are better ways to do hexadecimal conversion. That is, assuming you really don't want to use libc. For instance, consider how you might use this: *--cp = "0123456789abcdef" [ n & 15 ]; -Marcus Watts

Re: ADVERT: C12G

2007-07-11 Thread Marcus Watts
Joachim Schipper <[EMAIL PROTECTED]> wrote: > Subject: Re: ADVERT: C12G ... > That, and Schneier's 'snake oil' may well apply. ... Almost certainly applies. See http://groups.google.com/group/sci.crypt/msg/401bd358ad9f651e -Marcus Watts

Re: 4.0 sparc64 booting problems

2007-06-27 Thread Marcus Watts
hing > happened to the 4.0 installation? > > You should power-cycle the machine. The prom environment is probably too corrupt to properly reset. If that doesn't work, consider doing these next: /1/ boot from removable media (after a power-on reset) /2/ check the cmos battery. renew if necessary. /3/ check other cables, memory modules, etc. try prom memory test. You may have a hardware problem. -Marcus

Re: spamd

2007-06-05 Thread Marcus Popp
;spamlogd" is the problem. Restart it to be sure. hth, Marcus.

Re: AFS Server on OpenBSD

2007-04-16 Thread Marcus Watts
#x27;t need to bother with the openafs afs cache manager if you're just running an afs server, so you will most likely want to build openafs with '--disable-kernel-module'. If you have more questions regarding openafs, ask [EMAIL PROTECTED] what you're asking about is re

Re: Serial Port Network

2007-04-09 Thread Marcus Watts
want it. You probably don't want to run ppp on your console port. -Marcus

Re: bcw(4) is gone

2007-04-06 Thread Marcus Watts
safe, and urge you to take that, and it will very likely seem quite unreasonable - especially after they say even that's not absolutely safe. Part of the judgement call you get to make very often is what will the other guy actually decide to do, and why. One of the many reasons I went into software development instead of lawyering is that computers are a lot more straight-forward. -Marcus Watts

Re: bcw(4) is gone

2007-04-06 Thread Marcus Watts
bofh <[EMAIL PROTECTED]> writes: > On 4/6/07, Marcus Watts <[EMAIL PROTECTED]> wrote: > > It's a shame the gnu folks didn't release their reversed engineered > > specifications separately. > > Waitaminit - I thought they did?!?! Reading that gmane lis

Re: bcw(4) is gone

2007-04-06 Thread Marcus Watts
icated than the actual driver, with no appreciable benefit to anybody except perhaps the lawyers drafting up all those releases. No part of this process produces better code, and no part of this process produces a more secure operating system, so all this work we're talking about here is way out

Re: ICP90x4RO - ICP SCSI U320 - PCI-X - OpenBSD

2007-02-16 Thread Marcus Popp
thin the next release? It depends on how fast you can send the card to the devs. ;-) The ICP cards doesn't seem to be very common at the dev labs. so long, Marcus.

Re: A little about assembly language

2007-02-08 Thread Marcus Watts
it easier to read gdb output. Whichever syntax you use, if you plan on doing a lot with x86 you should spend enough time with the other to be able to read code written in that. -Marcus Watts

Re: spamd question

2007-01-18 Thread Marcus Popp
rded to that list. > > Can (or does) spamd look at the From:, do a MX/A record dns lookup and > compare. it to the sender IP to see if it's valid during the SMTP > transaction ? that is not so easy. You could easily shoot in your own foot. SPF is very similiar but needs some additional dns entries. hth, Marcus.

Re: small question regarding snapshots checksums

2007-01-09 Thread Marcus Popp
it would be simpler to sign all the tgz with gzsig (1) and verify the tgz with a offical key. Of course this has to be done by the OpenBSD devs. so long, Marcus.

Re: uvm_fault

2007-01-05 Thread Marcus Popp
"Memory: Real: 200M/336M". > > Any ideas would be great, thanks for your time, please go to http://www.openbsd.org/report.html and read it. thanks, Marcus.

Re: create an ISO based on the running system

2006-12-30 Thread Marcus Popp
; Is there a document which explains on how to achieve this? go to the faq and look at 4.13 Customizing the install process. so long, Marcus.

Re: Squid 2.6 transparent proxy with pf

2006-12-21 Thread Marcus Popp
On 2006-12-21T16:06, Dominik Zalewski wrote: > On Thursday 21 December 2006 15:59, Marcus Popp wrote: > > On 2006-12-21T15:29, Dominik Zalewski wrote: > > > On Thursday 21 December 2006 15:04, Peter N. M. Hansteen wrote: > > > > Dominik Zalewski <[EMAIL PROTECTED]&

Re: Squid 2.6 transparent proxy with pf

2006-12-21 Thread Marcus Popp
nt machine connected to LAN interface. > My question is can redirect traffic on $int_if to another machine connected > to the same interface? Does this rule is corrrect ? > > rdr pass on $int_if proto tcp from any to any port 80 -> $squid port 8080 hehe, you must exlude the squid! hth, Marcus.

Re: apmd resume + xlock

2006-12-12 Thread Marcus Popp
'll probably just stick with Theo's suggestion and run xlock & zzz, > although I would love it to work on lid closer also. I use this: $ cat /etc/apm/suspend #!/bin/ksh sudo -u /bin/ksh -c "HOME=/home/; /usr/X11R6/bin/xlock \ -display :0.0" & It works for me. If I close the lid, OpenBSD gets locked. hth, Marcus.

bridge with carp

2006-12-11 Thread Marcus Artmann
apper --- I think the problem is because of carp-advertisments, that are looped by the bridges. I tried several configurations: bridge with carp- and physical interfaces, interfaces gem0 and gem1 with and without ip-adress. pf was disabled during the tests. Did i something wrong with the configuration? Or something forgotten? regards, Marcus

Re: port forwarding

2006-12-04 Thread Marcus Popp
On 2006-12-04T14:50, Bambero wrote: ... > rdr pass proto tcp from any to any port -> port 80 ... > What may be wrong ? nothing. You can't redirect to ports only. You could only redirect to an IP address/port. Please read the man pages/faq. hth, Marcus

Re: Starting PF

2006-11-29 Thread Marcus Popp
ocal is used by rc (8) by adding "echo 'It works [tm]' to it and reboot. hth, Marcus.

Re: trouble with IPv6 address with pkg_add(1)

2006-11-28 Thread Marcus Popp
m, as in second case, > everything works fine (without backslash)... very likely these are different ftp-servers (application) with differnt configurations => different behavior. so long, Marcus.

Re: trouble with IPv6 address with pkg_add(1)

2006-11-28 Thread Marcus Popp
ly) : I don't think this problem is caused by IPv6. Have you tried adding a slash, as stated in man 1 pkg_add, to the PKG_PATH? like PKG_PATH=ftp://ftp.freenet.de/pub/ftp.openbsd.org/pub/OpenBSD/snapshots/packages/i386/ so long, Marcus.

Re: syslog.conf question: log into a separate file, but not into /var/log/messages

2006-11-24 Thread Marcus Popp
s are further evaluated (i.e. can- celling the effect of a !prog or !!prog). hth, Marcus.

Re: spamd-white table empty - SOLVED

2006-11-18 Thread Marcus Popp
for the archives On 2006-11-18T14:33, Marcus Popp wrote: > Hi, > > I have a strange problem, my spamd-white table is empty. there was no "spamd: (pf update) (spamd)" process. Because I have started spamd not with eval and the spamd_flags variable was not evaluated. eval

spamd-white table empty

2006-11-18 Thread Marcus Popp
se reply only to the mailinglist, I've added the ML IP by hand. so long, Marcus. P.S. today compiled: OpenBSD 4.0-stable (GENERIC) #2: Sat Nov 18 10:19:57 CET 2006

Re: slow compiling on amd64

2006-11-16 Thread Marcus Watts
and filespace.) this will catch ufs weirdness. Once you know which of these has problems, then you can start chasing down that branch. -Marcus Watts

Re: MIPS based routerboard machines

2006-11-16 Thread Marcus Popp
Hi, I would support (money|board) a BCM95352E[1] based solution like the Linksys WRT54GL[2]. The HW is pretty cheap ca. 60 Euros. so long, Marcus. [1] http://www.broadcom.com/products/Wireless-LAN/802.11-Wireless-LAN-Solutions/BCM95352E [2] http://www.linksys.com/servlet/Satellite?c

Re: BSD laptop

2006-11-15 Thread Marcus Eskilsson
I switched from running GNU/Linux to OpenBSD 4.0 on my ThinkPad R52. Works like a charm. I can't find a thing to complain about. 2006/11/15, David Chapman <[EMAIL PROTECTED]>: > > Does anyone have any thoughts or experience with Lenovo or ThinkPad > laptops? > > Thanks, > > -- > David Chapman

Re: Script to sync pf rules for CARP fws

2006-11-14 Thread Marcus Popp
activate changes in your pf.conf. Carp has nothing todo with syncing pf rules. Pfsync is for syncing the state tables - not rules! so long, Marcus.

Re: Script to sync pf rules for CARP fws

2006-11-14 Thread Marcus Popp
On 2006-11-14T16:37, C. L. Martinez wrote: > Hi all, > > Somebody knows where I can find a good shell script to sync pf.conf rules > over a several Openbsd firewalls using CARP? for HOST in a b c d; do scp /etc/pf.conf $HOST:/etc/ done hth, Marcus.

Re: Error in php5-gd-5.1.4 packages for OpenBSD 4.0

2006-11-09 Thread Marcus Popp
Hi, there is a special ml for ports@, further information can be found at http://www.openbsd.org/mail.html. hth, Marcus.

Re: 4.0 areca install

2006-11-03 Thread Marcus Popp
btw, I am using the CD4.0.iso to install the OS on amd64 arch. I think a dmesg would help... to help you. so long, Marcus.

Re: Hard drive going bad? or something else? (obsd4.0)

2006-10-30 Thread Marcus Watts
you have ECC memory, make sure the bios knows that. Sorting all this out can take time. If the machine is an older one, it may be cheaper to replace it than figure out what failed. Also, in case you missed it, building large software packages is an excellent way to burn a new machines in or establish that an existing machine is reliable. :-) -Marcus

Re: AF_ISO, SOCK_RAW - mysterious phenomena in OpenBSD

2006-10-24 Thread Marcus Watts
t's fashionable today to map TCP/IP layers into the iso networking reference model, but this is merely for "human" convenience, it's not something you'd code into a program. -Marcus Watts

Re: update automaticly

2006-10-19 Thread Marcus Popp
ted]: Bad CVSROOT. > > please tell me to fix it . fix it ;-) try # /root/update_part1.sh sh don't know setenv hth, Marcus.

Re: retrieving bootparams

2006-10-18 Thread Marcus Popp
On 2006-10-18T15:58, Marcus Popp wrote: > On 2006-10-18T17:27, Francois Visconte wrote: > > Hello, > > is there any way to retrieve boot params, like /proc/cmdline under linux ? > wrong list. aehmm, sorry got you wrong. so long, Marcus.

Re: retrieving bootparams

2006-10-18 Thread Marcus Popp
On 2006-10-18T17:27, Francois Visconte wrote: > Hello, > is there any way to retrieve boot params, like /proc/cmdline under linux ? wrong list. hth, Marcus.

Re: Intel breaking patents - related to closed documentation?

2006-10-12 Thread Marcus Watts
Breen Ouellette <[EMAIL PROTECTED]> writes: > I just spotted this in the news: > > http://news.com.com/Transmeta+sues+Intel+for+patent+infringement/2100-1006_3-6124965.html?tag=nefd.top > > If Intel makes a habit of stealing patented technology would open access > to their hardware documentation

Re: network cards - which one is the best ;>

2006-09-04 Thread Marcus Popp
ds? I'm > always open to playing with other hardware (and am hitting some amount > of limitations with my current hardware setup anyway) but haven't run > across any decent quad cards lately. Silicom makes em-based quad/six port cards. http://www.silicom.co.il/ hth, Marcus.

Re: CARP + individual services ?

2006-08-24 Thread Marcus Popp
the service back? If you want to cut of the machine you have to use the third (pf) machine. hth, Marcus.

Re: hotplugd

2006-08-24 Thread Marcus Popp
ug 24 16:36:57 venus /bsd: sd1 detached > Aug 24 16:36:57 venus /bsd: scsibus2 detached > Aug 24 16:36:57 venus /bsd: umass1 detached > > Can it cause any damage on a FS if I remove a usb device that is > mounted by hotplugd? Yes it can damage the FS! hotplugd has no chance unmounting (syncing) the filesystem if you just unplug the stick. so long, Marcus.

Looking for TI-based WLAN cards that can do B+G

2006-08-02 Thread Marcus Glocker
contact me directly on [EMAIL PROTECTED] Many thanks. Regards, Marcus

Re: OpenBSD's own compiler

2006-07-30 Thread Marcus Watts
ifically allows you to do things that are known to be bad. In this, OpenBSD is following the well-known C precept: give the programmer enough rope to hang himself. -Marcus Watts

Re: cat -v

2006-07-28 Thread Marcus Watts
those very commands useful, - but it's also very probable there's not a large enough population of such users that I could find them without annoying a bunch of other people in the process. -Marcus Watts

Re: cat -v

2006-07-27 Thread Marcus Watts
er bothered to remove them (I find this unlikely)? > > -Nick Using the same argument, everything that grep, sed and awk can do can be done in perl, so why have grep, sed & awk? All we need to do is teach everybody to type "perl -pe 1" in place of "cat". -Marcus Watts

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

2006-07-27 Thread Marcus Popp
ity patches) I choose (Xu|Ku|U)buntu. The article is not about the OS, it's about the applications you run. And it's a fact that OpenBSD is not the fastest delivering updates for broken packages. But who care, you still have a secure OS. ;-) so long, Marcus.

Re: Forward IP to remote location

2006-07-21 Thread Marcus Watts
ncoming connections on something at location B then you need some form of network forwarding to some point where you do have such access. you need *some* level of cooperation at location A. You need *something* at A that will see the incoming packet connection for your public IP address at A, that can *somehow* point this towards B. This doesn't need to be the Cisco router, but it does need to be something the router can see. The last constraint is why you don't see people hijacking websites left & right. -Marcus Watts

Re: OpenWebMail (package)

2006-07-20 Thread Marcus Barczak
find it in /usr/ ports/devel or something along those lines. Install that then try openwebmail again. Cheers, Marcus

Re: Do mp3 concatenation programs exist?

2006-07-17 Thread Marcus Watts
be real keen on proprietary data & software techniques. Fortunately for you, the patent process is "supposed" to encourage people to provide sufficient information to make it possible to make experimental use of patented technology. Unfortunately for you, "supposed to" to a lawyer is rather like what "possible" means to a mathematician who is asked if the product of large primes can be factored. -Marcus Watts

Re: tcpdump on enc0

2006-07-05 Thread Marcus Glocker
processed, via tcpdump(8)." -- Marcus Glocker, [EMAIL PROTECTED], http://www.nazgul.ch -

Re: Preventing password reuse

2006-07-03 Thread Marcus Watts
I think the more interesting security argument is that if you make people change passwords too often, they're much more likely to adopt other less secure policies in compensation, ones you can't control nearly so easily. For instance, they're much more likely to write them down. Or they may force you to adopt a less strigent password reset policy. Or they may just invent an obvious way to permute their password. -Marcus Watts

Re: wikipedia article

2006-06-13 Thread Marcus Watts
IME-Version: 1.0 > To: =?ISO-8859-1?Q?Per_Fogelstr=F6m?= <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED], Marcus Watts <[EMAIL PROTECTED]>, > Otto Moerbeek <[EMAIL PROTECTED]>, > Ted Mittelstaedt <[EMAIL PROTECTED]>, > John Nemeth <[EMAI

Re: Hifn policy on documentation

2006-06-13 Thread Marcus Watts
e. It's conceivable they think their competitors are actually stupid enough that this form will stop them from learning about what they're doing or coming up with better ways to do it. In any event, however justifiable they think they are in their business practices, it still stinks, and it bodes ill for their long-term business health. I wish their competition the best of luck. -Marcus Watts

Re: wikipedia article

2006-06-12 Thread Marcus Watts
ch, then the second one will not have fetched the instruction causing the fault so contains restartable machine state. Masscomp sold a machine like this once. -Marcus Watts

Re: cgi with chroot

2006-05-31 Thread Marcus Glocker
er which is that intolerant, including my own webserver. My intention was to give somebody a help and not starting an argue with you. And before you start to offend that is not a vaild HTML tag, I know that by myself ;) Thread over for me. Regards, Marcus -- Marcus Glocker, [EMAIL PROTECTED], http://www.nazgul.ch -

Re: cgi with chroot

2006-05-30 Thread Marcus Glocker
n t - T y p e : t e 010 x t / p l a i n \n \n I ' m s o 020 r r y D a v e , I ' m a f 030 r a i d I c a n ' t d o 040 t h a t . \n 046 Have a nice day. -- Marcus Glocker, [EMAIL PROTECTED], http://www.nazgul.ch -

Re: cgi with chroot

2006-05-30 Thread Marcus Glocker
On Wed, May 31, 2006 at 06:10:13AM +0200, Marcus Glocker wrote: > Hello prad, > > Of course if you run a webserver chrooted you have to care that all > library and stuff a program (in that case a CGI) needs, are > accessibly withing the chrooted environment. But you already

Re: cgi with chroot

2006-05-30 Thread Marcus Glocker
need at least to tell the webserver what content type your CGI generates before sending any further data. For example in a sh script: #!/bin/sh echo "Content-Type: text/html" echo "" echo "I'm sorry Dave, I'm afraid I can't do that." The empty echo represents a second \n which signals the end of a HTTP header. Regards, Marcus -- Marcus Glocker, [EMAIL PROTECTED], http://www.nazgul.ch -

Re: RAIDframe, swapping components in a RAID 1 array

2006-05-22 Thread Marcus Popp
oint: normaly the 'b' partition of a disk is used for swapping, so this setup is unusual. Have you tried the setup with sd0a and sd1a? hth, Marcus.

Re: Connecting to Sun Ultra 5 over serial line

2006-05-19 Thread marcus . lindemann
lso make sure your connection settings are 9600-8N1. You might also find more help at http://www.obsolyte.com/sunFAQ/serial/. BR Marcus Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT JETZT bei Arcor: g|nstig und

Re: High-Performance Network Cards?

2006-05-19 Thread Marcus Popp
ook at silicom[1]. Their cards use em(4) and work well with 3.9. hth, Marcus. [1] http://www.silicom.co.il/

Re: OpenBSD alternative for Bruce Schneier's "password safe"

2006-05-06 Thread Marcus Popp
hows you the normal user's and root's password > > > > actually I donot want the password to be displayed on the console. maybe xclip (port|package) is the right tool for you. "echo foo | xclip" (replace 'echo foo with your favourite tool) hth, Marcus.

Re: 3.9, su command: bug or feature?

2006-05-02 Thread Marcus Carvalho
> * if i add 'cris' in /etc/group at wheel's line it works > * adding 'cris' user i have choosen 'wheel' group, not a different > group and then added to wheel > > Thanks in advance for explanations. > > -- > Cris, member of G.U.F.I > Italian FreeBSD User Group > http://www.gufi.org/ > > -- = Marcus Tulio T. Carvalho Telemacro Sistemas e Servigos =

Re: bluefish or other web design tools

2006-04-19 Thread Marcus Popp
On 2006-04-19T14:54, Marcus Popp wrote: > Hi Jacob, > > On 2006-04-19T09:15, Jacob Yocom-Piatt wrote: > ... > > any other suggestions for website development software? > > have a look at quanta it's a kde web-dev tool. > http://quanta.kdewebdev.org/ > > ht

Re: bluefish or other web design tools

2006-04-19 Thread Marcus Popp
Hi Jacob, On 2006-04-19T09:15, Jacob Yocom-Piatt wrote: ... > any other suggestions for website development software? have a look at quanta it's a kde web-dev tool. http://quanta.kdewebdev.org/ hth, Marcus.

Re: dmesg - MacBook Pro

2006-04-07 Thread Marcus Popp
GHz ("GenuineIntel" 686-class) 2 GHz > cpu0: FPU,PSE,TSC,MSR,MCE,CX8,SEP,MTRR,PGE,CMOV,MMX,FXSR,SSE,SSE2,SS,SSE3 > real mem = 268017664 (261736K) > avail mem = 237674496 (232104K) does OpenBSD only support 256 MB of the RAM? You should have 2 GB. so long, Marcus.

Re: Bluetooth in OpenBSD

2006-04-04 Thread Marcus Lindemann
Something tells me is not going to work :( At least not immediately :-) BR Marcus

Re: Bluetooth in OpenBSD

2006-04-03 Thread Marcus Lindemann
Specs/html-info/27060.htm for more information on mobile stations in the packet data domain. 3.) Your ppp scripts :-) I'm not an expert here and cannot help here. BR Marcus

Re: How to find memory leak in library/OS?

2006-03-30 Thread Marcus Watts
quires relinking and usually additional hooks in the application to take full advantage of the leak detection, but when all else fails, I find it worth the trouble. I had forgotten it had pthread locking logic - it might even be thread safe: /afs/umich.edu/group/itd/build/mdw/xmalloc/src/ No real documentation, sorry. -Marcus Watts

Re: Spam (solutions) and some other practical issues

2006-03-16 Thread Marcus Popp
ed for every message). Nothing happened. are you sure that you start /usr/local/bin/spamd and not spamd(8)? hth, Marcus.

Re: ath and 802.11a

2006-03-04 Thread Marcus Glocker
Hi, Actually just 802.11b works for the ath, because of some quirks in the driver code. Reyk knows about the problem, but it seems not so easy to fix. Regards, Marcus On Sat, 4 Mar 2006 07:11:21 +0100 Fridtjof Busse <[EMAIL PROTECTED]> wrote: > * "Andrew Smith"

Re: SCSI tape drive hanging

2006-02-21 Thread Marcus Barczak
On 22/02/2006, at 11:39 AM, knitti wrote: uh oh. http://openbsd.org/faq/faq5.html#Why Ok .. i'm learning a few lessons here. I've tested with the stock GENERIC kernel and am experiencing the same problem. Another very generous list member emailed me off list asking me to build a kernel

Re: SCSI tape drive hanging

2006-02-21 Thread Marcus Barczak
and low. Have tried terminating just the high byte but still getting the same result. Thanks, Marcus --- dmesg --- OpenBSD 3.8 (NERF) #0: Fri Jan 20 13:35:16 EST 2006 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/NERF cpu0: Intel Pentium III ("GenuineIntel" 686-class, 512KB

SCSI tape drive hanging

2006-02-20 Thread Marcus Barczak
-enabled Has anyone seen this problem before or have any suggestions as to how I may fix it? Cheers, Marcus

SCSI tape drive hanging

2006-02-20 Thread Marcus Barczak
ne seen this problem before or have any suggestions as to how I may fix it? Cheers, Marcus

wireless configuration (dhcp, wep) during install

2005-12-28 Thread Marcus Tenes
WEP is not supported from the install disc or do I need to do something else to get my network going for the install? I appreciate any help. Marcus

Re: configure my route table during boot

2005-11-05 Thread Marcus Popp
gt; the following lines > > ! /sbin/route change -net 192.168.0/24 -ifp em0 > ! /sbin/route change -host 192.168.0.1 -ifp em0 this has nothing to do with routing! Try reading man 5 hostname.if You could just 'mv /etc/hostname.bge0 /etc/hostname.em0' and you should get what you want. And next time please, don't reply to a running thread with a different topic. hth, Marcus.

Re: Ath and tools

2005-10-26 Thread Marcus Glocker
the latest version: http://www.nazgul.ch/dev/wmwlmon-port.tar.gz Regards, Marcus On Wed, Oct 26, 2005 at 09:42:09AM +0200, Alexandre wrote: > Hi all, > > I looked in man 4 ath, man 8 ifconfig and man 8 wicontrol but did find > out the answer to my question: > Is there any to

Re: passwd: /sbin/nologin --- not working for me

2005-10-20 Thread Marcus Popp
se you have to rebuild the passwd db by hand. Read VIPW(8) for more information. hth, Marcus.

Re: route problem

2005-10-15 Thread Marcus Lindemann
f:feb4:638f%vr0 prefixlen >64 scopeid 0x2 >pflog0: flags=0<> mtu 33224 >pfsync0: flags=0<> mtu 1348 >enc0: flags=0<> mtu 1536 >bridge0: flags=41 mtu 1500 >groups: bridge > > > > >_______ > 7Q'Y.I&,(l7s email 3q*>!H > $U8| Yahoo! Messenger http://messenger.yahoo.com.hk > > > Hi, do you have ip forwarding enabled? See man afterboot(8) "Check routing table" section for how to do it. BR Marcus

USB-CDROM with X40

2005-09-29 Thread Marcus Glocker
Hi Folks, I am soon receiving a IBM Thinkpad X40 to use it with OpenBSD-current. As I don't really want to have an Ultrabase, I am wondering if it's possible to boot OpenBSD with a USB-CDROM. Any experiences? Thanks in advance. Marcus -- Marcus Glocker, [EMAIL PROTEC

Re: Where to get a good seed for srandom()

2005-07-19 Thread Marcus Watts
e algorithm. You might want to read up on that. -Marcus Watts

<    1   2   3   4   5   6   >